p {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}

code {
  background: #05426D;
  color: #fff;
  padding: 12px;
  display: block;
  border-radius: 7px;
  border-left: 5px solid #05426D;
}
:root {
    --swiper-theme-color: #05426D!important;
}

 .swiper-pagination-bullet-active {
    color: #fff;
    background: #05426D;
  }
  
a {
  color: #05426D;
  text-decoration: none;
}

.clear {
  clear: both;
}

.kapak img {
  width: 100%;
}

#ozet, .ozetlen {
  font-size: 18px;
  margin: 10px 0;
  border-left: 5px solid #000;
  padding-left: 15px;
}

footer {
  margin-top: 50px;
  padding: 30px 0;
  font-size: 15px;
  background: #000;
  color: #fff;
  border-top: 2px solid #05426D;
}

footer a, header a {
  color: #fff;
}

.tags {
  margin: 20px 0;
}

.tags a {
  color: #05426D !important;
  font-weight: bold;
}

.widget-title {
  margin: 0;
}

.search-form {
  margin-top: 0 !important;
  justify-content: center;
}

.container {
  max-width: 990px;
  margin: auto;
  padding: 0 10px;
}

.content {
  width: calc(70% - 20px);
  float: left;
  overflow: hidden;
  box-sizing: border-box;
}

.sidebar {
  width: calc(30% - 0px);
  float: right;
  position: sticky;
  top: 60px;
  padding: 0 10px;
  box-sizing: border-box;
}

.asikome {
  padding: 0;
  text-align: center;
  background: #05426D;
  color: #fff;
}

.asikome ul, .asikome ol, .asikome li {
  list-style: none;
}

ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.sidebar li {
  margin: 10px 0;
}

.sidebar a {
  color: #05426D;
}

strong {
  color: #05426D;
}
.ozetlen strong {color:#fff;}
header {
  min-height: 45px;
  background: #000;
  color: #fff;
  border-bottom: 2px solid #05426D;
  padding: 5px;
    position: sticky;
    top: 0;
    z-index: 9999;
}
 
 

blockquote {
  background: #E9EEF2;
  padding: 25px;
  margin: 0;
}

.primary-menu-class {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
 

.primary-menu-class a {
   color: #fff;
 }

.primary-menu-class a:hover {
  color: #fff;
}

.meta {
  margin-top: 20px;
  font-size: 12px;
  color: #555;
}

.content img {
  max-width: 100%;
  height: auto;
}

.meta-item {
  margin-right: 15px;
  padding: 10px;
  border-bottom: 1px solid #31678936;
  border-radius: 10px;
}

.meta-item a {
  color: #000000;
}

.meta-item:last-child {
  margin-right: 0;
}

.post {
  padding: 10px;
  background: #f9f9f9;
  margin: 25px 0;
}

.post h3 {
  margin: 0;
}

.pagination {
  margin: 20px 0;
  text-align: center;
}

.pagination .page-numbers {
  display: inline-block;
  padding: 6px 12px;
  margin: 0 4px;
  border: 1px solid #ddd;
  border-radius: 4px;
  text-decoration: none;
  color: #333;
}

.pagination .page-numbers.current {
  background-color: #05426D;
  border-color: #05426D;
  color: #fff;
}

.pagination .page-numbers:hover {
  background-color: #05426D;
  color: #fff;
}

.search-field {
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  width: 75%;
}

.search-submit {
  padding: 10px 20px;
  background-color: #05426D;
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  width: 23%;
}

.ez-toc-toggle {
  display: none !important;
}

iframe {
  width: 100%;
}

.copyright {
  width: fit-content;
  float: left;
}

.flink {
  width: fit-content;
  float: right;
}

.menu {
  display: flex;
}

.menu-toggle {
  display: none;
  flex-direction: column;
  cursor: pointer;
}

.menu-toggle span {
  background-color: #fff;
  height: 3px;
  width: 25px;
  margin: 4px 0;
}

@media (max-width: 768px) {
  .menu {
    display: none;
    position: absolute;
    top: 60px;
    right: 0;
    background-color: #000;
    width: 100%;
    max-width: 300px;
    flex-direction: column;
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    z-index: 1000;
  }

  .primary-menu-class {
    flex-direction: column;
  }
 

  .menu-toggle {
    display: flex;
    width: 25px;
    float: right;
    padding: 5px;
  }
}

.avatar img {
    width: 20px;
    float: left;
    margin-right: 5px;
}
.menu-show {
    display: flex !important;
}

.ikisatir {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;font-weight: bold;
 }
.post-box img {max-height: 160px;min-height: 160px;}
 
.benzer-box {
  width: 32.3%;
  float: left;
  box-sizing: border-box;
  padding: 7px;
  margin: 0 0.5%;
  background: #05426D;
  min-height: 170px;
  max-height: 170px;
  color: #fff;
  margin-bottom: 6px;
  border-bottom: 3px solid #05426D;
}

.benzerbaslik {
  margin: 0;
  font-size: 16px;
}

.benzerhaber img {
  max-height: 100px;
  object-fit: cover;
}

.benzerbaslik p {
  margin: 0;
}

@media only screen and (max-width: 600px) {
  .benzerhaber img {
    max-height: 100px;
    min-height: 100px;
    object-fit: cover;
  }

  .content, .sidebar {
    width: 100%;
    float: left;
  }

  .post-box {
    width: 50% !important;
  }
}

.panel {
  padding: 0 18px;
  display: none;
  background-color: white;
  overflow: hidden;
}

 
.resimlibilesen img{
    width: 100%;
        height: 100px;
    object-fit: cover;
 
}
.widget-etiketler {
  margin: 10px 0;
}

.widget-etiketler ul {
  list-style: none;
  padding-left: 0;
}

.widget-etiketler ul li {
  margin: 5px 0;
}

.widget-etiketler ul li a {
  color: #05426D;
}