/* 01 - FONT BAŞLANGIÇ */
@font-face {
  font-family: 'Poppins';
  src: url('https://kompozisyon.tr/wp-content/fonts/poppins-v24-latin-regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
/* 01 - FONT BİTİŞ */


/* 02 - GENEL AYARLAR BAŞLANGIÇ */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
  line-height: var(--line-height);
}

html,
body {
  overflow-x: hidden !important;
}

body {
  font-size: var(--bodysize);
  font-family: var(--pfamily);
  background: #F7F7F3 !important;
}

b,
strong {
  font-weight: 500;
  padding: 2px;
  box-shadow: inset 0 -2px 0 rgba(16, 207, 201, 1);
}

blockquote {
  border-left: 4px solid #2FCEB1;
  font-size: 1.1em;
}

hr,
.cizgi,
.kompozisyon-cizgi {
  border: 0;
  background-color: #afded4;
  height: 1px;
  width: 100%;
  margin-bottom: 1.5em;
}

th {
  font-weight: 700;
  background-color: #e21f26;
  color: #fff;
}
/* 02 - GENEL AYARLAR BİTİŞ */


/* 03 - GENİŞLİK VE LAYOUT BAŞLANGIÇ */
.container.grid-container,
.site-footer,
body .grid-container {
  max-width: 1350px !important;
}

@media (max-width: 650px) {
  .container.grid-container {
    margin: 0 auto !important;
  }
}

.one-container .site-content,
.inside-page-header {
  padding: 20px;
  border: 1px solid #D3E6EB;
}

@media (max-width: 768px) {
  .one-container .site-content,
  .inside-page-header {
    padding: 5px !important;
  }
}

.inside-article {
  border-bottom: 1px solid rgba(0, 0, 0, .07);
}
/* 03 - GENİŞLİK VE LAYOUT BİTİŞ */


/* 04 - HEADER LOGO VE MENÜ BAŞLANGIÇ */
.navigation-branding img,
.site-logo.mobile-header-logo img {
  height: auto;
  width: auto;
  margin-left: 15px;
}

@media (max-width: 650px) {
  .navigation-branding img,
  .site-logo.mobile-header-logo img {
    max-height: 48px;
    height: 48px;
  }
}

.navigation-branding .main-title a {
  font-size: 24px;
  margin-left: 15px;
  font-family: 'Poppins';
}

.main-navigation,
.main-navigation ul ul {
  color: #fff;
  background: #07838f;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  line-height: 1.6;
  font-family: 'Segoe UI', 'Helvetica Neue', Helvetica, Roboto, Oxygen,
    Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', sans-serif;
  font-size: 15px;
  font-weight: 500;
  box-sizing: border-box;
  margin: 0 auto;
  overflow-x: hidden;
  max-width: 1350px;
}

.main-navigation ul {
  order: 4;
  border-radius: 7px;
  font-size: 16px;
  padding: 20px 26px 11px 26px;
}

.main-navigation a:hover {
  color: #fff !important;
  background-color: transparent !important;
}

.main-navigation .main-nav ul li[class*="current-menu-"] > a {
  background-color: transparent;
}

.main-navigation .main-nav ul li a,
.main-navigation .menu-bar-items a,
.menu-toggle {
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI",
    Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol" !important;
  font-size: 18px;
  font-weight: 500 !important;
}

.menu-toggle .gp-icon + .mobile-menu {
  padding-left: 9px;
  color: #fff !important;
}

@media (max-width: 768px) {
  .main-navigation .main-nav ul li a,
  .menu-toggle {
    font-size: 18px !important;
    font-weight: 500 !important;
  }
}

@media (max-width: 650px) {
  .main-navigation,
  .main-navigation ul ul a {
    background: #04121F !important;
    color: #000;
    padding: 5px !important;
  }
}
/* 04 - HEADER LOGO VE MENÜ BİTİŞ */


/* 05 - BAŞLIKLAR BAŞLANGIÇ */
.entry-header {
  color: #942c00;
}

h1,
h2,
h4 {
  font-size: 1.5em;
  line-height: 1.35;
  overflow-wrap: break-word;
  word-break: normal;
}

h1 {
  color: #942c00;
  font-weight: 600;
}

h2 {
  max-width: 100%;
}

h3 {
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI",
    Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol";
  font-size: 20px;
  font-weight: 600;
  color: #942c00;
  text-shadow: 1px 1px 2px wheat;
  line-height: 1.35;
  overflow-wrap: break-word;
  word-break: normal;
}

h4 {
  color: #008000;
  padding-right: 45px;
  font-weight: 600;
}

@media (max-width: 768px) {
  h1 {
    font-size: 24px;
    line-height: 1.35;
  }

  h2 {
    font-size: 19px;
    line-height: 1.35;
  }

  h3 {
    font-size: 19px;
    line-height: 1.35;
  }

  h4 {
    font-size: 19px;
    line-height: 1.35;
    padding-right: 0;
  }
}

.single h1.entry-title {
  max-width: 100%;
  margin: 10px 0;
  padding: 12px 14px;
  background: #f0fdf4;
  border: 1px solid #aeded4;
  border-bottom: 1px solid #afded4;
  border-radius: 8px;
  font-family: Arial, Helvetica, sans-serif;
  color: #212529;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.3;
  display: flex;
  align-items: center;
  gap: 10px;
}

.single h1.entry-title::before {
  content: "";
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  background: url('https://kompozisyon.tr/resimler/yesil-icon.svg') no-repeat center center;
  background-size: 20px;
}

.entry-title a {
  font-weight: 600;
}
/* 05 - BAŞLIKLAR BİTİŞ */


/* 06 - SIDEBAR BAŞLANGIÇ */
.sidebar .widget {
  background: #F7F7F3 !important;
  padding: 15px;
  border: 1px solid rgba(0, 0, 0, .07) !important;
}

.sidebar .widget-title {
  text-align: center;
}

.sidebar img {
  float: left;
  margin-right: 1.5em;
  margin-top: 1em;
  border-radius: 50% !important;
}
/* 06 - SIDEBAR BİTİŞ */


/* 07 - YAZI LİSTESİ DEVAMINI OKU VE GÖRSELLER BAŞLANGIÇ */
a.read-more {
  float: right;
  font-size: 15px;
  font-weight: normal;
  padding: 9px;
  color: #000;
  border-radius: 10px;
  border: 1px solid #d3e6eb;
  background: linear-gradient(
    113deg,
    #c9edf5 53%,
    #c9edf5 0%,
    #c9edf5 11%,
    rgba(255, 255, 255, 0) 111%
  );
}

a.read-more:hover {
  background: linear-gradient(
    113deg,
    #ffbd59 53%,
    #c9edf5 0%,
    #ffbd59 11%,
    rgba(255, 255, 255, 0) 111%
  );
  color: #000 !important;
}

.post-image img {
  border-radius: 22px;
  background-size: 100% 100% !important;
}
/* 07 - YAZI LİSTESİ DEVAMINI OKU VE GÖRSELLER BİTİŞ */


/* 08 - SAYFALAMA BAŞLANGIÇ */
.pagination,
.nav-links {
  text-align: center;
  margin: 30px 0;
  font-family: tahoma;
}

.page-numbers {
  display: inline-block;
  padding: 10px 18px;
  margin: 0 4px;
  min-width: 33px;
  text-align: center;
  background: #f0f6fb;
  border: 1px solid #cbd5e1;
  border-radius: 6px;
  color: #005a9e;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  transition: .25s ease;
}

.page-numbers:hover {
  background: #e0edf7;
  border-color: #b4d0ea;
  color: #003e73;
}

.page-numbers.current {
  background: #005a9e;
  border-color: #005a9e;
  color: #fff;
  font-weight: bold;
  box-shadow: 0 1px 3px rgba(0, 0, 0, .12);
}

.page-numbers.dots {
  background: none;
  border: none;
  color: #777;
}

@media (max-width: 480px) {
  .page-numbers {
    padding: 8px 14px;
    min-width: 34px;
    font-size: 14px;
  }
}
/* 08 - SAYFALAMA BİTİŞ */


/* 10 - PDF KUTUSU BAŞLANGIÇ */
.pdf {
  display: inline-block;
  padding: 5px;
  border: 1px solid #D3E6EB;
  border-radius: 5px;
  background: #fff;
}

.pdf a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px;
  border: 1px solid #D3E6EB;
  border-radius: 3px;
  background: #ECF7FA;
  text-decoration: none;
  color: #2d2d2d;
  font: 500 15px Arial;
}

.pdf img {
  width: 48px;
  height: 48px;
}
/* 10 - PDF KUTUSU BİTİŞ */


/* 11 - BİLGİ KARTI BAŞLANGIÇ */
.entry-content .card {
  width: 99%;
  max-width: 99%;
  box-sizing: border-box;
  border: 1px solid #EEE;
  padding: 15px;
  background-color: #FBFBFB;
  border-radius: 5px;
  margin: 20px auto;
  color: #000;
}

.entry-content .card-title {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 10px;
  padding: 0;
  color: #000;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
}

.entry-content .card-title::before {
  content: "";
  display: block;
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  border-radius: 50%;
  background-color: #fff;
  background-image: url("https://kompozisyon.tr/resimler/lamp.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 28px 32px;
}

.entry-content .card p {
  margin: 0;
  color: #000;
}

@media (max-width: 600px) {
  .entry-content .card {
    width: 99%;
    max-width: 99%;
    padding: 12px;
    margin: 18px auto;
  }

  .entry-content .card-title {
    font-size: 17px;
    gap: 8px;
  }

  .entry-content .card-title::before {
    width: 36px;
    height: 36px;
    flex-basis: 36px;
    background-size: 26px 30px;
  }
}
/* 11 - BİLGİ KARTI BİTİŞ */


/* 12 - SITE INFO BAŞLANGIÇ */
.site-info {
  display: none !important;
}
/* 12 - SITE INFO BİTİŞ */