html,
body {
  padding: 0px;
  margin: 0px;
  background: #e2e8f1; 
 
}

.main-page{
  width:1100px;
  margin:0 auto;
}

.clearfix::after {
  content: '';
  display: block;
  clear: both;
}

.btn {
  background:#26a4f8;
  color: rgb(255, 255, 255);
  border: 1px solid transparent;
  border-radius: .25rem;
  font-size: 10px;
  font-family: Arial, Helvetica, sans-serif;
}


.btn:hover {
  color: white !important;
  background: #25f8ff;
}

.text-input {
  padding: .7rem 1rem;
  display: block;
  width: 100%;
  border-radius: 5px;
  border: 1px solid #e0e0e0;
  outline: none;
  color: #444;
  line-height: 1.5rem;
  font-size: 1.2em;
  font-family: Arial, Helvetica, sans-serif;
}

.wrapper{ /*narbar tamamı*/
  background: #ffffff;
  position: fixed;
  top:0px; left:0px; right:0px; 
  width: 100%;
  z-index: 1;
  box-shadow: 0.1px 0.1px 5px #1f3852; 
  
}

.wrapper nav{
  /* width: 1100px; */
  z-index: 1;
  position: relative;
  display: flex;
  max-width: calc(100% - 200px);
  margin: 0 auto;
  height: 70px;
  align-items: center;
  justify-content: space-between;
  
}
nav .content2{ /*logo ve kategori divi*/
  width: 85%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.content2 .logo {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 70px;
  width: 150px;
 
}
.content2 .logo img {
  height: 70px;
  width: 130px;
}

nav .content2 .links{ /*link kategoriler*/
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.content2 .links li{ /*kategori yazı divi*/
  list-style: none;
  line-height: 70px;

}
.content2 .links li a,
.content2 .links li label{
  color: #1a202c;
  font-size: 15px;
  font-weight: bold;
  padding: 9px 17px;
  border-radius: 5px;
  transition: all 0.3s ease;
  font-family: Arial, Helvetica, sans-serif;
}
.content2 .links li label{
  display: none;
}
.content2 .links li a:hover,
.content2 .links li label:hover{
  font-family: Arial, Helvetica, sans-serif;
  text-decoration: none;
  color: #518acb;
  
}
.wrapper .search-icon,
.wrapper .menu-icon{
  color: #1a202c;
  font-size: 18px;
  cursor: pointer;
  line-height: 70px;
  width: 70px;
  margin-top: 5px;
  text-align: center;
  border-radius: 10px;
}
.wrapper .menu-icon{
  display: none;
}
.wrapper #show-search:checked ~ .search-icon i::before{
  content: "\f00d";
}

.wrapper .search-box{
  position: absolute;
  height: 100%;
  max-width: calc(100% - 50px);
  width: 100%;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease;
}
.wrapper #show-search:checked ~ .search-box{
  opacity: 1;
  pointer-events: auto;
}
.search-box input{
  width: 100%;
  height: 90%;
  border: none;
  font-weight: bold;
  outline: none;
  font-size: 18px;
  color: #1a202c;
  background: #ffffff;
  padding: 0 100px 0 15px;
}
.search-box input::placeholder{
  color: #1a202c;
}
.search-box .go-icon{
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  line-height: 60px;
  width: 70px;
  background: #ffffff;
  border: none;
  outline: none;
  color: #1a202c;
  font-size: 18px;
  cursor: pointer;
}
.wrapper input[type="checkbox"]{
  display: none;
}

/* Dropdown Menu code start */
.content2 .links ul{
  position: absolute;
  background: #ffffff;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 5px 5px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
  top: 80px;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  margin-left: 15px;
}
.content2 .links li:hover > ul{
  top: 70px;
  opacity: 1;
  visibility: visible;
  transition: all 0.3s ease;
}
.content2 .links ul li a{
  font-family: Arial, Helvetica, sans-serif;
  color: #1a202c;
  display: block;
  width: 100%;
  line-height: 5px;
}
.content2 .links ul ul{
  position: absolute;
  top: 0;
  right: calc(-100% + 8px);
}
.content2 .links ul li{
  padding: 10px;
  width: 100%;
  position: relative;
  left: -30px;

}
.content2 .links ul li:hover ul{
  top: 0;
}




/*CATEGORY POST PAGE*/
.category-post{ /*kategori sayfası tümü*/
  float: left;
  width: 33.33%;
  padding: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}
 .search-error{ /*kategori sayfası tümü*/
  width: 100%;
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.card{ /*post kartları*/

  border-radius: 7px; 
  overflow: hidden;
  box-sizing: border-box;
  justify-content: center;
  width: 100%;
  height: 280px;
  background: rgb(255, 255, 255);
  /* box-shadow: 8px 10px 16px rgba(0,0,0,0.1); */
  box-shadow: 8px 10px 16px rgba(0,0,0,0.1);
}
.card:after {
  content: "";
  display: table;
  clear: both;
}
.top {
  margin:10px auto;
  width: 90%;
}
.top i{ /*tarih*/
  
  font-size: 15px;
  float: left;
  color: #474747;
  font-size: .8em;;
}
.top a{ /*yazar*/

  font-size: 15px;
  float: right;
  color: #696363;
  font-size: .8em;;
}

.card .img{ /*post resim div*/
  margin: 5px auto;
  width: 90%;
  height:80%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;


}
.card .img img{ /**post resim*/
  width: 100%;
  height:100%;  transform: scale(1.1);
  transition:transform 0.7s, filter 1.5s ease-in-out; 
}
.card .img img:hover{
  transform: scale(1.2);

}
.card .top-text{ /*post başlık kısmı*/
  text-align: center;
  height: 120px;
  padding-top: 10px;
  padding-right: 20px;
  padding-left: 20px;
  line-height: 20px;
 
}
.top-text .title{  /*başlık yazı*/
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 18px;
  color: #333;
  word-wrap:break-word;
  transition-property: color;
  transition-duration:0.3s;
  
}
.top-text .title:hover{
  color: #518acb;
  text-decoration: none;
  
}
.pagination-main{ /*sayfalar*/
  display:flex;
  padding: 5px ;
  width:100%;
  margin:0 auto;
  justify-content: center;
  list-style-type: none;
  align-items: center;
}

.pagination-main li {   /*sayfa numara yazı*/
  box-sizing: border-box;
  padding-right: 20px;
  
} 
.pagination-main li a {
  box-sizing: border-box;
  padding: 10px;
  text-decoration: none;
  font-size: 15px;
  font-weight: bold;
  color: #616872;
  border-radius: 4px;
}   
.pagination-main li a:hover {
  background-color:  #518acb;
  color: white;
  padding-top: 3px;
  padding-bottom: 3px;

}
.pagination-main .next a, .pagination .prev a {
  font-size: 15px;
}
.pagination-main .currentpage a {
  padding-top: 3px;
  padding-bottom: 3px;
  background-color: #518acb;
  color: #fff;
}
.pagination-main .currentpage a:hover {
  background-color: #63a9fa;
}
.pagination a {   /*sayfa numara yazı*/
  font-weight:bold;   
  font-size:15px;   
  color: rgb(0, 0, 0);        
  text-decoration: none;   
  border:1px solid black;   
}
   
.pagination a.active {   
      background-color: rgb(6, 10, 240);   
}   
.pagination a:hover:not(.active) {   
  background-color: rgb(255, 255, 255);   
}   


@media screen and (max-width: 1100px) {
  .category-post {
    width: 100%;
    padding: 10px;

  }
  .card{
    width: 350px;
    height: 300px;
    margin: 0px auto;
  }
  .card .img{ /*post resim div*/
    margin: 5px auto;
    width: 100%;
    height: 100%;
  }
  .card .top-text{ /*post başlık kısmı*/
    padding-top: 0px;
  }

}
@media screen and (max-width: 500px) {
  .card{
    width: 100%;
    height: 100%;
  }
  .card .img{ /*post resim div*/
    margin: 5px auto;
    width: 100%;
    height: auto;
  }
  .top {
    padding: 10px;
    width: 100%;
  }
  .card .top-text{ /*post başlık kısmı*/
    padding-top: 10px;
  }
}

/* POST SLIDER */

.post-slider { /*anasayfaki popüler yazılar kısmının tamamı*/
  position:relative;
  margin-bottom:170px;
  margin-top: 40px;
  bottom: -90px;
  height: 250px;
}
.post-slider .next { /*ileri butonu*/
  position: absolute;
  top: 50%;
  right: 10px;
  font-size: 1.5em;
  color: #707070;
  cursor: pointer;
}

.post-slider .prev { /*geri butonu*/
  position: absolute;
  top: 50%;
  left: 10px;
  font-size: 1.5em;
  color: #707070;
  cursor: pointer;
}

.post-slider .post-wrapper {/*postları kapsayan*/
  width: 95%;
  height: 100%;
  margin:auto;
  overflow: hidden;
}

.post-slider .post-wrapper .post {/*post kısmı*/
  height: 100%;
  width: 100%;
  padding: 5px;
  float: left;
  /* box-shadow: rgba(95, 95, 95, 0.192) 0px 0px 0.25em, rgba(90, 125, 188, 0.05) 0px 0.25em 1em; */
  
}
.post-slider .post-wrapper .post .slider-image { /*post resmini kapsayan*/
  position: relative;
  width: 100%;
  height:100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background-color: black;
}

.post-slider .post-wrapper .post .slider-image img{ /*post resmi*/
  width:400px;
  height:250px;
  transition:transform 0.5s, filter 1.5s ease-in-out; 
  opacity: 0.7;
}
.post-slider .post-wrapper .post .slider-image:hover img { /*post resmini kapsayan*/
  transform: scale(1.1);
  opacity: 0.6;
}

.post-slider .post-wrapper .post .slider-image .slider-ctgry{ /*post kategori*/
  color: rgb(255, 255, 255);
  position:absolute;
  margin-top: 5px;
  top: 0;
  font-size: 15px;
  border-radius: 7px;
  padding:0px 10px 0px 10px;
  text-decoration: none;
  background: #518acb;
  z-index: 1000;

}


.post-slider .post-wrapper .post .slider-image .slider-title{ /*post baişlık*/
  position:absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.301);
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
}
.post-slider .post-wrapper .post .slider-image .slider-ctgry:focus,.post-slider .post-wrapper .post:focus{ /*post baişlık*/
  outline: none;
}
.post-slider .post-wrapper .post .slider-title  {
  z-index: 100;
  word-wrap: break-word;
  font-size:22px;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-decoration: none;
}
.post-slider .post-wrapper .post .slider-image .slider-ctgry:hover{ /*post kategori*/
  background: #497eb9;

}
.post-slider .post-wrapper .slick-dots{
  visibility: hidden;
}

/* .post-slider .post-wrapper .post .post-info { 
  z-index: 1;
  height:10%;
  padding: 0px 10px 10px 10px;
  text-align: center;
  overflow: hidden;
}


.post-slider .post-wrapper .post .post-info i { 
  font-size: small;
  color: #333;
  margin-bottom: 20px;
}


 */


/* CONTENT */

.content {  /*ana sayfadaki son eklenenler ve yandaki kategoriler kısmını kapsayan */
 margin: 100px auto 100px;
}

.content .main-content { /*son eklenenler kısmını kapsayan*/
  width:70%;
  overflow: hidden;
  float: left;
  background-color: white;
  /* border-radius: 5px; */
  box-shadow: rgba(95, 95, 95, 0.192) 0px 0px 0.25em, rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
}
.content  .box{
  margin-top: 30px;
  margin-left: 5%;
  width: 90%;
  position: relative;
  /* max-width: 400px; */
  }
 .content .box:before{
  position: absolute;
  content: '';
  top: -15px;
  height: 2px;
  width: 100%;
  background: #00000011;
}
.content  .box:after{
  position: absolute;
  content: '';
  height: 2px;
  width: 50px;
  background: #518acb;
  top: -15px;
}
.content .main-content .recent-post-title {  /*son eklenenler yazısını kapsayan*/
  margin-left: 5%;
  margin-top: 30px;
  margin-bottom: 20px;
  font-size:large;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #333;
}
.content .main-content .post { /*postları gösteren kareler*/
  width: 90%;
  height: 250px;
  margin-left: 5%;
  margin-bottom: 20px;
  /* border-radius: 7px; */
  position: relative;

}
.content .main-content .post .post-image { /*post resmidivi*/
  margin-top: 10px;
  width: 45%;
  height: 80%;
  float: left;
  display: flex;
  justify-content: center;
  overflow: hidden;
}
.content .main-content .post .post-image img{ /*post resmi */
  max-width: 100%;
  max-height: 100%;
  transform: scale(1.1);
  transition:transform 0.7s, filter 1.5s ease-in-out; 
  
}
/* .content .main-content .post .post-image img:hover{ 
  transform: scale(1.2);
} */

.content .main-content .post .post-preview { /*başlık kısa yazı tarih kapsayan kısım*/
  margin-top: 10px;
  height: 90%;
  width: 52%;
  float: right;

}
.content .main-content .post .post-preview .title { /*yazı başlık kısmı*/
  font-size:x-large;
  color: #333;
  font-family:Arial, Helvetica, sans-serif;
  font-weight:bold;
  line-height: 1.2em;
  text-decoration: none;
  word-spacing: 0px;
  
}
.content .main-content .post .post-preview .title:hover { /*yazı başlık kısmı*/
 color: #518acb;
 transition: all 0.3s;
}
.content .main-content .post .post-preview i { /*isim ve tarih yazıları*/
  margin-top: 10px;
  color: #696869;
  font-size: .8em;

}
.content .main-content .more-container{
 display: flex;
 align-items: center;
 justify-content: center;
}
.content .main-content .more{
  margin-bottom: 15px;
  padding: 7px 5px;
  width: 150px;
  cursor: pointer;
	background-color:#518acb;
	border-radius:7px;
	border:1px solid #518acb;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  color: white;

  
}
.content .main-content .more:focus{
  outline: none;
}
.content .main-content .more:hover{
  background: #53a7ecc9;
}

.content .main-content .post .preview-text { /*kısa bilgi yazısı*/
  margin-top: 10px;
  line-height: 1.4em;
  font-size: 1.03em;
  color: rgb(68, 68, 68);
  
}


.content .sidebar {
  width: 26%;
  float: right;
 
}
.content .sidebar .section { /*index sağdaki kategoriler kısmının tümü*/
  width: 100%;
  height: 100%;
  padding: 10px;
  background-color: white;
  /* border-radius: 5px; */
  box-shadow: rgba(95, 95, 95, 0.192) 0px 0px 0.25em, rgba(90, 125, 188, 0.05) 0px 0.25em 1em;

}
.content .sidebar .section .section-title { /*kategoriler yazısı*/
  margin-top: 20px;
  margin-left: 5%;
  color: #333;
  font-size:large;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
 
}
.content .sidebar .section.topics ul li a {/*kategoriler sıralama*/
  margin-left: -15px;
  display: block;
  padding: 10px 0px 5px 0px;
  transition: all 0.3s;
  font-family: Arial, Helvetica, sans-serif;
  color: #161616;
}

.content .sidebar .section.topics ul li a:hover {
  padding-left: 10px;
  transition: all 0.3s;
  color: #518acb;
  text-decoration: none;
}


.content .main-content.single { /*makale sayfası*/
  background: rgb(255, 255, 255);
  padding: 40px 50px;


  
}
.content .main-content.single .menu {
display: flex;
justify-content: center;
}
.content .main-content.single .menu .ctgry{
  color: rgb(255, 255, 255);
  font-size: 15px;
  border-radius: 5px;
  margin: 1px;
  padding:0px 10px 0px 10px;
  text-decoration: none;
  background: #518acb;
  

}
.content .main-content.single .menu .ctgry:hover{
  background: #6ba9f0;
}


.content .main-content.single .post-title { /*yazı başlıgı*/
  margin:10px;
  color: #333;
  font-size:40px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight:bold;
  text-align: center;
  width: auto;
  word-wrap:break-word;

 
}

.content .main-content.single .post-date { /*yazı tarihi*/
  color: #333;
  font-size:small;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
 
}
.content .main-content.single .post-date a { /*yazı tarihi*/
  color: #333;
}


.content .main-content.single .post-content  { /*yazının kendisi*/
  margin-top: 50px;
  padding: 5px;
  

}

.content .main-content.single .post-content h1 { /*yazının kendisi*/
  line-height: 1.8;
  color: #161616;
  font-size:medium;
  font-family: Arial, Helvetica, sans-serif;
  width: auto;
  word-wrap:break-word;
}
.content .main-content.single .post-content img { /*yazının kendisi*/
  max-width: 100%;
  height: auto;
}
.content .main-content.single .tag-button{
  border-color: transparent;
  margin: 5px;
  font-size: 15px;
  border-radius: 7px;
  text-decoration: none;
  background: #e4e4e4;
}
.content .main-content.single .tag-button:hover,.content .main-content.single .info-button:hover{
  background-color: #dadada;

}
.content .main-content.single .tag-button a:hover,.info-button a:hover{text-decoration: none;}
  
.content .main-content.single .post-author{ /*post yazar*/
  margin-top: 50px;
  margin-bottom: 50px;
}
.content .main-content.single .post-author a{ /*post yazar*/
  color: #333;
  height: 100px;
  margin-top: 50px;
  margin-bottom: 40px;
  font-weight: 500;
 
}
.author-img{/*yazarresim divi*/
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
 
  float: left;
  margin-bottom: 15px;
  margin-right: 20px;
  border-radius: 50%;
}
.author-img img {/*yazar resim*/
  width: 60px;
  height: 60px;
}
.content .main-content.single .info-button{
  font-family: Arial, Helvetica, sans-serif;
  border-color: transparent;
  font-size: 12px;
  border-radius: 7px;
  text-decoration: none;
  background: #e4e4e4;
}

.content .main-content.single .post-footer{ /*önce sonra post*/
  font-size: 17px;
  font-family: Arial, Helvetica, sans-serif;
  background-color: #518acb;
}
.content .main-content.single .post-footer .title1{ 
  color: #464646;
  width: 50%;
  float: left;
}
.content .main-content.single .post-footer .title2{
  color: #464646;
  width: 50%;
  float: right;
  text-align:end;
}

.content .main-content.single .post-footer .title1:hover,.content .main-content.single .post-footer .title2:hover{ /*önce sonra post*/
  text-decoration: none;
  color: black;
}

.content .sidebar .popular  {/*yazı sayfasında kenardaki popüler yazılar divi*/
  background-color: rgb(255, 255, 255);
  box-shadow: rgba(95, 95, 95, 0.192) 0px 0px 0.25em, rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
  margin-bottom: 1px;
}

.content .popular .post {/*yazı sayfasında kenardaki popüler yazılar*/
  width: 100%;
  height: 100%;
  padding: 10px 0px 10px 15px;
  position: relative;
  display: flex;
  overflow: hidden; 
}

.content .popular .post .side-image {/*popüler yazıların resim divi*/
  margin-right: 10px;
  width: 60px;
  height: 50px;
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;

  
}
.content .popular .post .side-image img {/*popüler yazıların resim*/
 max-width: 100px;
 max-height: 50px;
 transition:transform 0.7s, filter 1.5s ease-in-out; 
}

.content .popular .post .side-image img:hover {/*popüler yazıların resim*/
  transform: scale(1.1);
 }
.content .popular .post .side-title { /*popüler yazı başlık*/
  font-size: 15px;
  line-height: 1.3;
  font-family: Arial, Helvetica, sans-serif;
}
.content .popular .post .side-title a{
  color: #161616;
}
.content .popular .post .side-title a:hover {
  transition: all 0.3s;
  text-decoration: none;
  color: #518acb;
}
.content .popular .post .side-time { /*popüler yazı başlık*/
  font-size: 10px;
}
.content .popular .post .side-time i{ /*popüler yazı başlık*/
  color: rgb(112, 112, 112);
}

/*random postlar*/
.content .sidebar .posts  {/*yazı sayfasında kenardaki popüler yazılar divi*/
  background-color: rgb(255, 255, 255);
  box-shadow: rgba(95, 95, 95, 0.192) 0px 0px 0.25em, rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
}

.content .posts .post {/*yazı sayfasında kenardaki popüler yazılar*/
  width: 100%;
  height: 100%;
  padding: 10px 0px 0px 15px;
  position: relative;
  margin-bottom: 20px;
  display: flex;
  overflow: hidden;
}

.content .posts .post .side-image {/*popüler yazıların resim divi*/
  margin-right: 10px;
  width: 60px;
  height: 50px;
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;

  
}
.content .posts  .post .side-image img {/*popüler yazıların resim*/
 max-width: 100px;
 max-height: 50px;
 transition:transform 0.7s, filter 1.5s ease-in-out; 
}

.content .posts .post .side-image img:hover {/*popüler yazıların resim*/
  transform: scale(1.1);
 }
 .content .posts .post .side-time { /*popüler yazı başlık*/
  font-size: 10px;
}
.content .posts .post .side-time i{ /*popüler yazı başlık*/
  color: rgb(112, 112, 112);
}

.content .posts .post .side-title { /*popüler yazı başlık*/
  font-size: 15px;
  line-height: 1.3;
  font-family: Arial, Helvetica, sans-serif;
}
.content .posts .post .side-title a{
  color: #161616;
}
.content .posts .post .side-title a:hover {
  transition: all 0.3s;
  text-decoration: none;
  color: #518acb;
}



/*COMMENTS*/

.comments{ /*yorum kısmı tümü*/
  margin: 80px auto 80px;
  width:70%;
  overflow: hidden;
  float: left;
  background-color: white;
  /* border-radius: 5px; */
  box-shadow: rgba(95, 95, 95, 0.192) 0px 0px 0.25em, rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
  
}

.comment-form-container { /*yorumyapma formu*/
  padding: 20px;
  height: 750px;
}
.comments .count{ /*kaç yorum oldugu*/
  color: #333;
  font-size:x-large;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  top: 40px;
  margin-left: 40px;
}
.comments .count:hover{
  text-decoration: none;
}

.input-row { /*veri başlık*/
  margin: 40px;
}
.input-field { /*ad mail giriş*/
  background-color: rgb(255, 255, 255);
  width: 50%;
  border-radius: 2px;
  padding: 10px;
  border: #b4b4b4 1px solid;
}
.input-field-text{ /*yorumgiriş*/
  background-color: rgb(255, 255, 255);
  width: 100%;
  height: 200px;
  border-radius: 2px;
  padding: 10px;
  border: #b4b4b4 1px solid;
}

.btn-submit { /*gönderme butonu*/
  margin-left: 40px;
  padding: 7px 5px;
  background: #518acb;
  border:1px solid #518acb;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  color: #f0f0f0;
  font-size: 1em;
  width: 100px;
  border-radius: 7px;
  cursor: pointer;
}
.btn-submit:hover{
  background: #61a4f1;
}
.btn-submit:focus{
  outline: none;
}
ul {
  list-style-type: none;
 
}

/*yorum listesi*/
.comments ul {
  width: 100%;
  list-style-type: none;
 
}
.comments .outer-comment{/*yorumlar divi tamamı*/
  width:100%;
  padding-bottom: 20px;
}
.comments .comment-row { /*yorum isim tarih kısmı*/
  margin-bottom: 5px;
  margin-left: 90px;
}

.comments .comment-info  { /*isim tarih*/
  width: 49%;
}

.comments span.posted-at {/*tarih*/
  font-size: 10px;
  color: #333;
}

.comments .comment-text { /*yorumkısmı*/
  font-family: Arial, Helvetica, sans-serif;
  margin-top: -5px;
  font-size: 15px;
  line-height: 20px;
  color: #333;
  display: block;
  border: 1px solid #020b1800;
  padding: 5px 20px 10px 0px;
}
.comments .comment-img{/*resim divi*/
    width: 50px;
  height: 50px;
  float: left;
  margin-bottom: 15px;
  margin-left: 20px;
}

.comments .comment-img img {/*resim*/
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.btn-reply { /*cevaplabutonu*/
  margin-bottom: 20px;
  background: #ffffff;
  border: #518acb 1px solid;
  color: #518acb;
  border-radius: 5px;
  cursor: pointer;
  text-decoration: none;
  font-size: small;
  padding-left: 5px;
  padding-right: 5px;

}
.btn-reply:hover {
  background: #518acb;
  text-decoration: none;
  color: white;
}


#comment-message {
  margin-left: 100px;
  color: #84189a00;
  display: none;
}




/*ABOUT*/
.content .about{
  width:100%;
  overflow: hidden;
  /* border-radius: 5px; */
  box-shadow: rgba(95, 95, 95, 0.192) 0px 0px 0.25em, rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
}
.content .about .author1{
  float: left;
  width: 50%;
  padding: 20px;


}
.content .about .author2{
  float: right;
  width: 50%;
  padding: 20px;

}
.content .about .author-img{
  display: flex;
  justify-content: center;
  float: left;
  align-items: center;
  overflow: hidden;
  width:110px;
  height: 110px;
  border-radius: 50%;
}
.content .about .author-img img{
  width: 100%;
  height: 100%;
  
}
.content .about .author-info{
  margin: 10px;
  width: 70%;
  float: right;
}
.content .about .author-info h{
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;

}
.content .about .socials a { /*sosyal medya*/
  padding-right: 5px;
  color: #000000;

}
@media screen and (max-width: 1100px){
  .content .about .author1, .content .about .author2{
    width: 100%;
    float: left;
    clear: both;
    height: 50%;
  }

}
@media screen and (max-width: 600px){
  .content .about .author, .content .about .author-img{
    width: 30%;
    height: 30%;
    margin: 0px;
    
  }
  .content .about .author-info{
    width: 100%;
    padding: 10px;

  }
  .comments ul{
    width: 100%;

  }
  .comments .outer-comment{
    width: 100%;

  }

  /* .comment-img img{
    width: 30px;
  height: 30px;

  } */


}

/* FOOTER */

.footer { /*footer tamamı*/
  background: #1a202c;
  color: #3f3d3d;
  height: 350px;
  bottom: 0px;
  position: relative;
  bottom: 0px;
  width: 100%;
 
}

.footer .footer-content { /*footer üst kısım*/
  height: 350px;
  display: flex;
  
}
.footer .footer-content .footer-section {
  padding: 25px;
  flex: 1;
 
}
.footer .footer-content .footer-section.about a{
  justify-content: left;
  color: rgb(255, 255, 255);
  line-height: 30px;
  font-size: 20px;
 }
 .footer .footer-content .footer-section.about a:hover{ 
  text-decoration: none;
  color: rgb(165, 164, 164);
 }


.footer .footer-content .P1{ /*hakkımızda içerik*/
  font-size: 20px;
  color: rgb(255, 255, 255);
  font-family: 'Arial', sans-serif;
  
}


.footer .footer-content h1,
.footer .footer-content h2 {/*başlıklar*/
  font-size: 1.125rem;
  font-weight: 700;
  color: rgb(255, 255, 255);
  font-family: Arial, Helvetica, sans-serif;
}

.footer .footer-content .about h1 span {
  color: #fffdfd;
}


.footer .footer-content .about .contact span {
  display: block;
  font-size: 1.1em;
  margin-bottom: 8px;
}

.footer .footer-content .about .socials a { /*sosyal medya*/
  border: 1px solid rgb(255, 255, 255);
  width: 45px;
  height: 41px;
  padding-top: 5px;
  margin-right: 5px;
  text-align: center;
  display: inline-block;
  font-size: 1.3em;
  border-radius: 50px;
  transition: all .3s;
  color: #ffffff;
}

.footer .footer-content .about .socials a:hover {
  color: rgb(102, 101, 101);
  transform: scale(1.2);
}

.footer .footer-content .contact-form { /*bize ulaşın formu*/
 flex: 2;
}
.footer .footer-content .contact-form .contact-input { /*bize ulaşın formu*/
  background: #ffffff;
  margin-top: 20px;
  margin-bottom: 10px;
  line-height: 1.5rem;
  padding: .9rem 1.4rem;
  border: none;
}


.footer .footer-content .contact-form .contact-btn { /*gönder butonu*/
  background: #518acb;;
  color: white;
  float:right;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  border-radius: 7px;
 
}

.footer .footer-bottom { /*copyright kısmı*/
  background: #161b25;
  color:  #ffffff;
  height: 30px;
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 0px;
  left: 0px;
  
}




/* MEDIA QUERIES */
/* Responsive code start */
@media screen and (max-width: 1400px){
  .wrapper nav{
    max-width: 100%;
    padding: 0 20px;
  }
  nav .content2 .links{
    margin-left: 30px;
    margin: auto;
  }
  .content2 .links li a{
    padding: 8px 13px;
  }
  .wrapper .search-box{
    max-width: calc(100% - 100px);
  }
  .wrapper .search-box input{
    padding: 0 100px 0 15px;
  }
  .post-slider .post-wrapper .slick-dots{
    visibility: hidden;
  }

}

@media only screen and (max-width: 1100px) {
   .main-page{
    width: 100%;
  }
  .content {
    width: 100%;
    padding: 10px;
  }
  .content .main-content .recent-post-title {
    margin-left: 10px;
  }
  .content .main-content .post {
    margin-left: 10px;
    width: 70%;
    height: auto;
  }

  .content .main-content.single {
    padding: 20px;
   
  }
  .post-slider .prev{
    left: 0px;
  }
  .post-slider .next{
    right: 0px;
  }
  
  .comments{
    width: 100%;
    padding:10px;
    
  }
  .comment-form-container {
    width: 100%;
  }

  .outer-comment{
    width: 100%;
  }
  .content .main-content {
    width: 100%;
    padding: 10px;
  }

  .content .sidebar {
    width: 100%;
    margin-top: 50px;
    
  }
  .content .sidebar .section .section-title{
    margin-left: 10px;
  }
 
  .content .popular .post .side-image{
    margin-right: 20px;
  }
  .content .box{
  margin-left: 10px;
  }
  .footer {
    height: auto;
  }

  .footer .footer-content {
    height: auto;
    flex-direction: column;
  }

  .footer .footer-content .contact-form {
    padding-bottom: 90px;
  }

  .footer .footer-content .contact-form .contact-btn {
    width: 100%;
  }

 
  .pagination-main .currentpage{
    display: block;
  }
   .pagination-main .currentpage a{
   font-size: 20px;
  }
  .pagination-main .next{
    display: block;
  }
  .pagination-main .prev{
    display: block;
  }
  
}

@media screen and (max-width: 1100px){/*navbar*/
  .wrapper .menu-icon{
    display: block;
  }
  .wrapper #show-menu:checked ~ .menu-icon i::before{
    content: "\f00d";
  }
  nav .content2 .links{
    display: block;
    position: fixed;
    background: #ffffff;
    height: 100%;
    width: 100%;
    top: 70px;
    left: -100%;
    margin-left: 0;
    max-width: 400px;
    overflow-y: auto;
    padding-bottom: 100px;
    transition: all 0.3s ease;
  }
  nav #show-menu:checked ~ .content2 .links{
    left: 0%;
  }
  .content2 .links li{
    margin: 15px 20px;
  }
  .content2 .links li a,
  .content2 .links li label{
    line-height: 40px;
    font-size: 20px;
    display: block;
    padding: 8px 18px;
    cursor: pointer;
  }
  .content2 .links li a.desktop-link{
    display: none;
  }

  /* dropdown responsive code start */
  .content2 .links ul,
  .content2 .links ul ul{
    position: static;
    opacity: 1;
    visibility: visible;
    background: none;
    max-height: 0px;
    overflow: hidden;
  }
  .content2 .links #show-features1:checked ~ ul,
  .content2 .links #show-features2:checked ~ ul,
  .content2 .links #show-features3:checked ~ ul
  {
    max-height: 100vh;
  }
  .content2 .links #show-features4:checked ~ ul,
  .content2 .links #show-features5:checked ~ ul,
  .content2 .links #show-features6:checked ~ ul
  {
    max-height: 100vh;
  }
  .content2 .links #show-features7:checked ~ ul,
  .content2 .links #show-features8:checked ~ ul,
  .content2 .links #show-features9:checked ~ ul
  {
    max-height: 100vh;
  }
  .content2 .links ul li{
    margin: 7px 20px;
  }
  .content2 .links ul li a{
    font-size: 18px;
    line-height: 30px;
    border-radius: 5px!important;
  }
}

@media only screen and (min-width: 700px) and (max-width: 950px) {
  .post-slider .post-wrapper .post {
    width: 100%;

  }
   
    /* 
    justify-content: center;
    display: flex; */
  

  /* .content .main-content .post .post-image img{
   max-width: 300px;
  }
  */
  .content .main-content .post .post-preview {
    width: 100%;
  }  
  .input-field { /*ad mail giriş*/
    width: 100%;
   }

}
/* 
@media only screen and (max-width: 700px) {
  .content .main-content .post {
     width: 100%;

  
  }
  .content .main-content .post .post-image {
    width: 100%;
  }
  .content .main-content .post .post-image img{
   max-width: 400px;
  
  }
 

  .content .main-content .post .post-preview {

    width: 100%;
   
  } 
 */



@media only screen and (max-width: 767px) {

  .post-slider{
    width: 100%;
  }
  .post-slider .post-wrapper .post {
    justify-content: center;
    width: 100%;
  }
  
  .content .main-content .post .post-image{
    width: 90%;
  }
   .content .main-content .post {
    width: 100%;
  }
   
  .content .main-content .post .post-preview {
    width: 100%;
  }  
  

  .post-slider .next {
    right: 0px;
  }

  .post-slider .prev {
    left: 0px;
  }
 
  .comments{
    width: 100%;
    padding:10px;
    
  }
  .comment-form-container {
    padding: 0px;
    width: 100%;
  }
  .comment-form-container .btn-submit {
    width: 50%;
  }
  .outer-comment{
    padding: 0px;
    width: 100%;
  }
  .input-field { /*ad mail giriş*/
    width: 100%;
   }
  

}
 @media screen and (max-width: 650px) and (min-width:475px){
  .post-slider{
    height: auto;
  }
  .post-slider .post-wrapper .post .slider-image .slider-title{
    width: 100%;
  }
  .post-slider .post-wrapper .post .slider-image {
    height: 100%;
    width: 100%;
  }
  .post-slider .post-wrapper .post .slider-image img{
    height: auto;
    width: 600px;
  }
} 
@media screen and (max-width: 475px){
  .post-slider .prev{
  visibility: hidden;
  }
  .post-slider .next{
  visibility: hidden;
  }

  .post-slider .post-wrapper .post .slider-image {
    height: 100%;
    width: 100%;
  }
  .post-slider .post-wrapper .post .slider-image img{
 
    width: 600px;
  }
  .post-slider .post-wrapper .post .slider-image .slider-title{
    width: 100%;
  }

  .post-slider .post-wrapper .post{
    height: auto;
  }

}

#yukari
{
    z-index:100;    
    position:fixed;   
    bottom:10px;   
    right:20px;    
    display:none    
}
#yukari_boyut
{
    width:30px;   
    height:30px  
}