/*
Theme Name: Gündem
Theme URI: https://www.canakkalegundem.net
Author: Aytaç Güç
Author URI: https://www.aytacguc.com
Description: Gündem gazetesi wordpress teması.
Version: 1.2
Text Domain: gundem
*/

.swiper-container {
    width: 100%;
    height: auto;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    }
.pagination{
  background: #252525;
  border-radius:0;
}
.swiper-pagination{
  text-align: center;
  display: inline;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
}
.swiper-pagination-bullet {
  width: 30px;
  height: auto;
  opacity: 1;
  text-indent: initial;
  text-align: center;
  font-size: 1.2rem;
  line-height: 2rem;
  border: none;
  font-weight: 700;
  border-radius: 0;
  margin: 0 0.2rem;
  color: #fff;
  background: none;
 }
 .swiper-pagination-bullet-active {
    background-color: #e82a2a;
    color: #fff;
    text-indent: initial;
    text-align: center;
    font-size: 1.2rem;
    line-height: 2rem;
    border: none;
}

.caption{
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding-left: 2rem;
  padding-top: 10px;
  padding-bottom: 7px;
  color:#fff;
}
.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out,-webkit-transform .3s ease-in-out;
  }
::-moz-selection { background: black; color:#fff;}
::selection { background: black; color:#fff; }
body{
  background-color:#f8f8f8;
}
* {
  font-family: 'Roboto', sans-serif;
}
a {
    color: #131415;
    text-decoration: none;
    background-color: transparent;
}
a:hover{
  text-decoration: none;
  color:#131415;
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11,
.col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6,
.col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6,
.col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6,
.col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6,
.col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
border:0px solid #fff;
}

/* TOP MENU SECTION */
.bg-gndm {
  background-color: #131415;
  /*background-color: #e82a2a;*/
}
#menu {
  padding:0;
  margin:0;
}
#menu li, #g-follow-us li{
  display:inline;
}
.navbar-light .navbar-nav .nav-link {
  font-size: 1rem;
  color: #fff;
  font-weight: 400;
  padding: 0 .8rem;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link
{
  color:#fff;
}
.g-follow-us-text{
  display:none;
}
.dropdown-menu{
  border-radius:0;
  margin-top: 1.2rem;
}
#g-follow-us {
  margin:0;
  padding:0;
}
#g-follow-us li{
  display:inline-block;
  margin-left:.7rem;
}
#g-follow-us li:last-child{
  border-left:1px solid #bbb;
  padding-left:15px;
}
.social-ico {
  width:23px;
  height:23px;
  background-size: contain;
  background-repeat: no-repeat;
  text-indent: -9999px;
  display:block;
}
.inst-ico {
  background-image:url("assets/img/inst_ico_bs.png")
}
.face-ico {
  background-image:url("assets/img/fb_ico_bs.png")
}
.twit-ico {
  background-image:url("assets/img/twitter_ico_bs.png")
}
.search-ico {
  background-image:url("assets/img/search_ico.png")
}
.search-active {
  background-image:url("assets/img/search_ico_closed.png")
}


/* Custom, iPhone Retina */
@media (max-width: 576px) {
  .carousel-caption h3{
    font-size:1.25rem;
    line-height: normal!important;
  }
  .g-author-featured {
    text-align: center;
    right: 0;
    display: table;
    padding:0!important;
    position: absolute;
    top: 0;
    transform: scale(0.8);
    padding-top: 0;
}
  .swiper-pagination-bullet {
  margin: 0 0.08rem;
  }
  .swiper-pagination{
    position:inherit;
  }
.g-weather-ico{
  vertical-align: top!important;
}
.g-kur-ico{
  vertical-align: top!important;
    margin-top: -5px!important;

}
  .g-copyright {
    font-size: 14px;
    color: #9c9c9c;
    text-align: center;
    display: block;
    padding: 0rem 3rem;
}
  .wp-post-image {
    width:100%;
    height: 100%;
  }
  .g-single-post h1 {
    font-weight: 700;
    margin-bottom: 0;
    font-size: 2rem!important;
}
  .g-live a::before{
    content:none;
    display:none!important;
  }
  .bg-gndm {
    background-color: #fff;
}
#menu li{
  display:block;
}
.navbar-light .navbar-nav .nav-link{
  font-size: 2rem;
  color: #000;
  font-weight: 700;
  padding:0;
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: #000;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link{
  color: #000;
}
.covid-19 a{
  color: #e82a2a!important;
  font-weight: 700!important;
}
.g-follow-us-text{
  font-weight: 700;
  color: #000;
  padding-bottom: .5rem;
  display: inline-block;
  margin-top:1.5rem;
}
#g-follow-us{
  margin:0;
  padding:0;
  margin-bottom:1rem;
}
#g-follow-us li{
  display:inline-block;
  margin-right:.7rem;
  margin-left:0;
}

.social-ico {
  width:32px;
  height:32px;
  background-size: contain;
  background-repeat: no-repeat;
  text-indent: -9999px;
  display:block;
}
.inst-ico {
  background-image:url("assets/img/inst_ico.png")
}
.face-ico {
  background-image:url("assets/img/fb_ico.png")
}
.twit-ico {
  background-image:url("assets/img/twitter_ico.png")
}
.weather-sec {
  padding: .3rem 0.7rem!important;
}
}
/* TOP MENU SECTION ENDS*/

/* 4 lü haberler
.custom-gutter > [class*='col-'] {
    padding-right:15px;
    padding-left:5px;
}

.custom-gutter > [class*="col-"]:first-child {
  padding-left:15px;
}
.custom-gutter > [class*="col-"]:last-child {
  padding-right:15px;
} */
.g-post-top h3{
line-height:1.2rem;
min-height: 45px;
}
.g-post-top h3 a{
  color: #000;
  font-size: 1.2rem;
  font-weight: 500;
}
.g-post-top img {
  transform: scale(1.2);
  filter: brightness(100%);
  transition: all .2s ease-in-out;
}
.g-post-top img:hover {
  filter: brightness(110%);
  transform: scale(1.25);
}
.g-post-img-container {
  min-height:160px;
  max-height:160px;
  display: block;
  overflow:hidden;
}
.g-post-top article{
  border:1px solid #d0d0d0;
  position: relative;
  overflow:hidden;
  background-color: #fff;
}
.g-post-details{
  padding:.5rem;
}
.g-post-info{
  color: #555;
  font-weight: 400;
  margin: 0 auto;
  font-size: .8rem;
  position: relative;
  margin-top:.2rem;
  margin-bottom:0;
  display:flex;
}
.g-post-info span {
margin-right: .3rem;
color:gray;
}
.g-post-info a{
  color: #555;
  font-weight: 400;
  margin-left:.3rem;
}
.g-post-cats a{
  color:red;
  font-weight: 500;
  font-size:.6rem;
  text-transform: uppercase;
}
.carousel-inner img {
  width: 100%;
  height: 100%;
  filter: grayscale(1);
}
.carousel-indicators{
  margin-left:0;
  margin-right:0;
  margin-bottom: 0;
  bottom:-30px;
  justify-content: space-between;
  background-color: white;
}
.carousel-indicators li{
  width:30px;
  height:30px;
  opacity:1;
  text-indent: initial;
  text-align: center;
  font-size: 1.2rem;
  line-height: 2rem;
  border:none;
  font-weight: 700;
}
.carousel-indicators li:first-child{
  margin-left:0;
}
.sw{
  font-size: .9rem;
  width: auto;
  float: right;
  background-color: #e82a2a;
  padding: 0 1rem;
  border-left: 1px solid #ccc;
  text-align: right;
  font-weight: 500;
  color: #fff;
  margin-right: 0;
  transition: background-color .15s ease-in-out;
}
.carousel-indicators li:last-child:hover{
  background-color: #252525;
}
.carousel-indicators li.active {
  background-color: #e82a2a;
  width:30px;
  height:30px;
  color: #fff;
  text-indent: initial;
  text-align: center;
  font-size: 1.2rem;
  line-height: 2rem;
    border:none;
}
.carousel-indicators li a {
  color:#fff;
}
.carousel-indicators li a:hover {
  text-decoration: none;
}
.carousel-caption {
  text-align: left;
      left: 0;
      right: 0;
      bottom: 0;
      padding-left: 2rem;
      padding-top: 10px;
      padding-bottom: 7px;
      display: table;
      padding-right: 2rem;
}
.carousel-caption h3 {
  line-height:30px;
}
.g-bg-dark {
  background-color: rgb(232 42 42 / .9);
}

.g-posts h3{
line-height:1.2rem;
min-height: 44px;
}
.g-posts h3 a{
  color: #000;
  font-size: 1.2rem;
  font-weight: 500;
}
.g-posts article{
  background:#fff;
  border: 1px solid #d0d0d0;

}
.g-reklam img{
  width:100%;
  margin-bottom:1rem;
  max-height:372px;
}
.g-reklam span {
  font-size: .6rem;
  display: block;
  font-weight: 500;
  color: #b5b5b5;
  padding-bottom:1px;
}
@keyframes g-video {
  from {opacity:0}
  top {opacity:1 }
}
.g-videolu{
  position: absolute;
  top: 0;
  white-space: nowrap;
  font-size: .7rem;
  font-weight: 700;
  color: #ffffff;
  background: #e23c3c;
  padding: 2px 9px;
  animation-name:g-video;
  animation-duration:.7s;
  animation-iteration-count: 3;
    /*  -webkit-text-stroke: 1px black;*/
}
.g-post-view{
  position: absolute;
  right:0;
  bottom: 0;
  height: auto;
  background-repeat: no-repeat;
  padding:.3rem .5rem;
  padding-right:17px;
  background-position: right;
  background-image:url("assets/img/post-view.png");
  margin-right:.5rem;
  font-size:.8rem;
  color:gray;
  font-weight: 500;
  display:none;
}
.g-akis{
  margin:0;
  padding:0;
}
.g-post-yan .carousel-indicators li{
  background:#fff;
  border-radius:100%;
  border: 1px solid #ddd;
}
.g-post-yan .carousel-indicators li.active{
  background:#e82a2a;
  border-radius:100%;
  border: 1px solid #ddd;
}
.g-post-yan .carousel-indicators li:last-child{
  width:30px;
  height:30px;
  padding:0;
  text-align: center;
}
.g-post-yan .carousel-indicators{
  justify-content: center;
}
.g-search {
  display: none;
}
.g-weather {
  border: 1px solid #ddd;
  padding:0 1rem;
  background-color: #fbfbfb
}
.g-weather-date{
  display:block;
  font-size:.9rem;
}
.g-weather-ico{
  width: 55px;
  height:55px;
  vertical-align: baseline;
  margin-right: .5rem;
}
.g-kur-ico{
  width: auto;
  height:55px;
  vertical-align: baseline;
  margin-top:5px;
}
.g-kur-info span{
  display:block;
}
.g-kur-info-txt span{
  font-size:.7rem;
}
.g-kur-info-txt{
  position: relative;
  top: -5px;
}
.g-kur-alis-d, .g-kur-alis-e{
  font-size:1.6rem!important;
  font-weight: 700;
}
.g-weather-temp{
  font-size: 1.6rem;
  font-weight:500;
  margin-top:-7px;
  display:block;
}
.g-weather-description{
  display:block;
  font-size:.85rem;
  margin-top: -7px;
  text-transform: capitalize;
  max-width: 85px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.g-w-info-txt, .g-kur-info-txt{
  display:inline-block;
}
.g-kur-rate-d, .g-kur-rate-e{
  font-size: .85rem;
  margin-top: -5px;
}
.g-weather h2 {
  font-size: 1rem;
  padding: .5rem 0;
  margin:0
}
.g-border {
  border: 1px solid #e8e8e8;
  background:whitesmoke;
  padding:.3rem 1rem;
}
.g-border-col {
  border: 1px solid #e8e8e8;
  background:#fff;
}
.g-border-col-dark {
  border: 1px solid #e8e8e8;
  background:#4c4c4c;
}
.weather-sec {
  border: 1px solid #e8e8e8;
  background:white;
  padding:.3rem 1.5rem;
}
.g-covid{
  display:none;
  color:#3e3e3e;
  background-image:url("assets/img/koronavirus.png");
  background-size: 1.4rem;
  background-repeat: no-repeat;
  padding-left: 0.7rem;
}
.g-covid span{
  font-weight:700
}
.c-covid-kayan{
  margin-left:18px;
}
.c-covid-kayan strong{
  color:#e82a2a;
}
.c-covid-kayan small{
  color: #e42727;
  font-style: italic;
}
.g-gazete {
  padding:.5rem .8rem;
  background:#fff;
  border-radius:3px;
  padding-bottom: 1rem;
}
.g-stats {
  padding:.5rem 1rem;
  background: #131313;
  border-radius: 6px;
  border-radius:3px;
}

.g-gazete h1, .g-koseler-cont h1, .g-arsiv-secim h1{
  font-size:1.3rem;
  color:#131415;
  font-weight:500;
  margin-top: .1rem;
  margin-bottom: 0.6rem;
}
.g-gazete img{
  width:100%;
  filter: grayscale(100%);
}
.g-yazar{
  width: 40%;
  height: auto;
}
.g-etkinlik{
  position:absolute;
}
.g-etkinlik img {
  width:100%;
  height:auto;
  position: relative;
  top:0;
}
.g-etkinlik-info span{
  display: table;
  background-color: #e82a67;
  padding: 0.3rem .5rem;
  font-size:1.2rem;
  margin:0.3rem 0;
}
.g-etkinlik-info{
  position: absolute;
  z-index: 1;
  color: white;
  font-weight: 700;
  padding: .5rem;
  top:50%;
  margin-left:1rem;
}
.g-etkinlik-bilg{
  background-color: rgba(0, 0, 0, 0.9)!important;
  font-size:16px!important;
  font-weight: 400!important;
  width:70%;
}
.g-etkinlik-date{
  font-weight: 500;
}
.g-etkinlik-yeri{
  font-weight: 500;

}
.g-etkinlik-adi{
  font-size:1.5rem!important;
}
.carousel-control-prev-icon, .carousel-control-next-icon{
  width:45px;
  height:45px;
}
.carousel-control-prev, .carousel-control-next {
    position: absolute;
    top: 25%;
    bottom: 0;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: normal;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: 0.5;
    transition: opacity 0.15s ease;
}
.g-cats{
  position: absolute;
  left: -2px;
  bottom: 0;
  font-size: .85rem;
  z-index:1;
}
.g-cats a {
  padding: 0.1rem 0.3rem;
  left: -2px;
  bottom: 21px;
}
.g-cats a { color:#fff}
.guncel {background-color:#e82a2a!important;}
.koronavirus {background-color:#ff0000!important;}
.siyaset {background-color:#2a6de8!important;}
.saglik {background-color:#1cbd98!important;}
.ekonomi {background-color:#e8702a!important;}
.spor {background-color:#3ebd14!important;}
.kadin {background-color:#d126dc!important;}
.egitim {background-color:#0bb77f!important;}
.kultur-sanat {background-color:#3b60e8!important;}
.magazin {background-color:#ef6bba!important;}
.video {background-color:#131415!important;}
.tarim {background-color:#844e3d!important;}
.g-koseler{
  background-color: #252525;
  padding: 0.7rem 0.4rem;
  margin-bottom: .5rem;
  border: 1px solid #fff;
  min-height: 108px;
}
.g-koseler a {
  color:#fff;
}
.g-koseler img{
  width:30%;
  height:auto;
  margin-right:10px;
  border-radius:50%;

}
.g-koseler h4{
  font-size:1.2rem;
    margin-top:0.5rem;
}
.covid-19 a {
  color:#e82a2a!important;
font-weight: 700!important;

}
#tum-haberler{
  display: block;
  background: #484848;
  text-align: center;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 700;
  padding:0.6rem;
}
.g-statistic {
  display: block;
  background: #e82a2a;
  text-align: center;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 700;
  padding: 0.6rem;
  margin-top:2.5rem;
}

.g-tum-ks{
  display: block;
text-align: right;
font-weight: 500;
font-size: 0.9rem;
}
.footer-menu li{
  list-style-type:none;
}
#menu-footer-i, .wpcategorieswidget-2{
  margin:0;
  padding:0;
}
.widgettitle{
  font-size:1.5rem!important;
  margin-bottom:1rem!important;
}
.widget_wp_categories_widget h2, .widget_wpcategorieswidget h2{
  font-size: 1.5rem!important;
  margin-bottom: 1rem!important;
  color: #000!important;
  text-transform: capitalize!important;
  font-weight: 500!important;
}
.widget_wp_categories_widget > ul li ul, .widget_wpcategorieswidget > ul li ul{
  padding-left:0!important;
}
#menu-footer-i li{
  list-style-type:none;
  padding-bottom:.7rem;
  line-height: normal;
}
.widget_wp_categories_widget ul li, .widget_wpcategorieswidget ul li {
    font-size: 16px!important;
    margin: 0px!important;
    border:none!important;
    position: relative!important;
    list-style-type: none!important;
    line-height:normal!important;
    padding-bottom: .7rem!important;
}
.widget_wp_categories_widget ul li a, .widget_wpcategorieswidget ul li a{
  color:#000!important;
}
.footer-menu a{
  color:#000;
}
.g-copyright{
  font-size:14px;
  color:#9c9c9c;
}
.g-live a::before{
  content: ".";
  color: white;
  width: 10px;
  height: 10px;
  background: #e82a2a;
  border-radius: 50%;
  display: inline-block;
  text-indent: -9999em;
  line-height: 10px;
  margin-right: 5px;
  animation:record 1s;
  animation-iteration-count: infinite;
}

@keyframes record{
  from {opacity: 0;}
  to {opacity: 1;}
}
.modal-header{
  display:block;
}
.g-single-post img{
  max-width:100%;
}
.g-single-post h1{
  font-weight:700;
  margin-bottom:0;
  font-size: 4rem;
}
.g-sp-cat {
  border: 2px solid #131415;
  padding: 0.1rem 0.7rem;
  font-weight: 500;
  display: inline-block;
}
.g-single-post .avatar {
  border-radius:50%;
  display:block;
  margin:0 auto;
}
.g-sp-date {
  display:block;
  margin-bottom: 0.3rem;
}
.g-sp-author{
  border-right: 1px solid #dddddd;
  margin-right: 1rem;
  padding-right: 1rem;
  padding-top: .5rem;
}
.g-sp-author a{
  font-weight:500;
  font-size:.9rem;
  text-align: center;
  display: inherit;
}
.g-single-post .entry-content{
  font-size:1.2rem;
  color:#333
}
.g-sp-author-info {
  border-top: 1px solid #ddd;
}
.g-sp-info{
  display: inline-block; margin-top: .5rem; border-right: 1px solid #dddddd; padding-right: 1rem;
}
.g-sp-facebook {
  background: #4267b2;
    color: #fff;
    display: inline-block;
    border-radius: 3px;
    text-align: center;
    font-weight: 500;
    padding: 0.1rem 0.8rem
}
.g-sp-facebook:hover {
  background: #131415;
  color: #fff;
}
.g-sp-twitter:hover {
  background: #131415;
  color: #fff;
}
.g-sp-twitter {
  background: #1da1f2;
    color: #fff;
    display: inline-block;
    border-radius: 3px;
    text-align: center;
    font-weight: 500;
    padding: 0.1rem 0.8rem
}
.g-sp-share{
    margin-left:1rem;
    margin-top:.5rem;
}
.g-sp-share span{
  display:block;
  margin-bottom: 0.4rem;
  text-align: center;
}
.gallery-item{
  display:inline-block;
  margin:0 .5rem;
}
figcaption{
  font-size: 1rem;
  font-style: italic;
}
figcaption::before{
  content:"( ";
  font-style: italic;
}
figcaption::after{
  content:" )";
  font-style: italic;
}
.g-hue{
  filter:grayscale(100%);
  transition:all .2s ease-in-out;
}
.g-hue:hover{
  filter:grayscale(0%);
}
.renkler h2{
  margin-top:.5rem;
  font-size:1.5rem;
}
.renkler {
  color: #000000;
  padding: .5rem;
}
.screen-reader-text{
  display:none;
}
.g-cat-page h1, .g-cat-page h2{
  font-weight:700;
  margin-left: 0;
}
.g-cat-page h1 span{
  font-size:1rem;
  font-weight:400;
}
.g-cat-page span{
}
.g-read-more{
  padding: 0.5rem 0.5rem;
  border-radius: 0.2rem;
  color: #fff;
  font-weight: 500;
  display: inline-block;
  background: darkgrey;
}
.g-read-more:hover{
  color:#fff;
}
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}
.page-numbers{
  background: #4e4e4e;
  color: #fff;
  padding: 0.3rem .5rem;
  border-radius: 0.2rem;
  font-weight:500;
  margin: 0rem 0.1rem;
}
.page-numbers:hover{
  color: #fff;
}
.current{
  background: #e82a2a;
}
.menu-item {
  cursor: pointer;
}
.sub-menu{
  display:none;
  position: absolute;
  background: #131415;
  z-index: 10;
  margin-top: 18px;
  margin-left: 0;
  padding: .5rem;
  padding-bottom:1rem;
  margin-left: 208px;
}

.yazar-subs > .sub-menu{
  margin-left: 300px;

}
.sub-menu li {
  display:block!important;
  padding-bottom:0.3rem;
}
.sub-menu li a {
  display:block!important;
  color:#fff!important;
}
.g-cat-c{
  width: 2rem;
  height: 2rem;
  display: inline-block;
  border-radius: 50%;
  margin-right: 0.5rem;
}
.g-post-navigator a{
  background: #a7a7a7;
    color: white;
    padding: 0.3rem 0.5rem;
}
.g-post-view-info{
  font-size: 0.9rem;
  color: #9a9999;
  display:block;
}
.g-tag{
  border: 2px solid #b1b1b1;
  padding: 0.1rem 0.7rem;
  font-weight: 400;
  display: inline-block;
  font-size: 1rem;
  color:#b1b1b1
}
.g-tag:hover{
  color:#8c8b8b
}
.g-cat-page  .g-koselesr {
  background-color: #ddd;
  padding: 0.7rem 0.4rem;
  margin-bottom: .5rem;
  border: 1px solid #fff;
}
.ads {
  border: 1px solid #ddd;
  background: #e8e8e8;
  height: 307px;
  font-weight: 700;
  font-size: 4rem;
  text-align: center;
  display: table;
}
.ads span{
    color: #c3c3c3;
    display: table-cell;
    vertical-align: middle;
}
.g-yazarlar img{
  border-radius: 50%;
  display: block;
  margin: 0 auto;
  border: 8px solid #d2d1d1;
  transition: all .2s ease-in-out;
}

.g-yazarlar h2{
  font-size:1.2rem;
  line-height: 1.3rem;
}
.g-yazarlar h4, .g-most-viewed h4{
  color:#bdbdbd;
  text-align: center;
}
.g-yazarlar article {
  border: 1px solid #ffffff;
  background: #dedbdb;
  padding: .5rem;
  border-radius:.3rem;
}
.g-yazarlar p {
  margin-top:.3rem;
  margin-bottom:0;
  font-size: 0.9rem;
}
.g-most-viewed h2 a, .g-most-viewed h2{
  font-size: 1.5rem;
  color: #8a8a8a;
  margin-bottom:0;
}
.g-most-viewed span{
  font-size: .9rem;
  color: #bdbdbd;
}
.g-most-viewed article{
  background:#fff;
  transition:all .1s ease-in-out;
}
.g-most-viewed article:hover{
  background:#252525;
  cursor:pointer;
}
.g-most-viewed article:hover h2 a{
  color:#fff;
}
.g-arsiv img {
  width:100%;
  border: 1px solid #eee;
}
.g-arsiv-thumb {
  width:100%;

}
.g-arsiv h5{
  margin-top:.5rem;
  font-size:1rem;
  text-align: center;
  margin-bottom:.3rem;
}
.g-arsiv .g-habere-git{
  display: block;
  text-align: center;
  background: #9c9c9c;
  color: #fff;
  padding: 0.3rem 0.5rem;
  font-weight: 700;
  font-size: 0.8rem;
}
.g-arsiv h1{
  color: #e82a2a;
  font-size: 1.5rem;
  margin-bottom:.8rem;
}
.g-arsiv h2, .g-videlar h2{
  color: #383737;
  font-size: 1.5rem;
  margin-bottom:.8rem;
}
.g-arsiv h3{
  color: #383737;
  font-size: 1.5rem;
  margin-bottom:.8rem;
}
.g-arsiv p{
  color: #383737;
  margin-bottom:0;
}
#month, #day, #year {
  padding: 8px 10px;
  border: 1px solid #ddd;
  border-radius: 2px;
  font-size: 1.5rem;
  color: #676767;
  margin: 0 2px;
  }
#go {
  background: #e82a2a;
  border: none;
  padding: 0.3rem 1rem;
  border-radius: 2px;
  cursor: pointer;
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-size: 1.5rem;
  }
#msg{
  font-size: 1.5rem;
  color: #e82a2a;
  margin-bottom: 1rem;
}
.g-kunye h2{
  font-size: 1.5rem;
      font-weight: 700;
      margin-bottom: 0;
      margin-top: 1rem;
}
.g-kunye article{
  font-size: 1.1rem;
  font-weight: 500;
}
.g-kunye span, .g-kunye p {
    font-size: 1.1rem;
    font-weight: 400;
    margin-bottom: 0;
}
.g-iletisim ul {
  margin-left: 0;
  padding-left: 2rem;
  width: 80%;
}

.g-iletisim ul li{
    list-style-type:circle;
    margin-bottom: 0.5rem;
    font-size: 1rem;
    color: #4e4e4e;
}
.wpcf7{
  width:100%!important;
}
.wpcf7-text{
  height: 2.5rem;
    border: 1px solid #ccc;
}
.wpcf7-textarea{
  border: 1px solid #ccc;
}
.wpcf7 label{
  color:#7d7d7d;
}
.wpcf7-submit{
  background: #989898;
  border: none;
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  padding: 1rem 1rem;
  border-radius: 0.2rem;
    width: 100%;
}
.gallery-item{
  margin-bottom:1rem;
}
.g-tum-haberler{
  display: inline;
  background: #e82a2a;
  color: #fff;
  font-weight: 700;
padding: 0 .2rem;
  font-size: 1rem;
  line-height: 2rem;
}
.g-tum-haberler:hover{
  display: inline;
  background: #131415;
  color: #fff;
  font-weight: 700;
  padding: 0 .2rem;
  font-size: 1rem;
  line-height: 2rem;
}
.modal-body h1{
  margin-bottom:0;
  margin-top:0;
  font-size:1.5rem;
}
.modal-body ul{
  padding-left:.1rem;
}
.modal-body ul li{
  list-style-type: none;
  font-size:.9rem;
}
.g-search-container{
  width:100%;
}
.g-search-page h1, .g-archive-posts h2{
  color: #848484;
  font-weight: 400;
}
.g-archive-posts h2{
  font-weight: 700;
}
.g-highlight{
  color: #656565;
  font-weight: 700;
}
.search-highlight {
    background: #ffff94;
    padding: 0 2px;
}
#datepicker{
  border: 1px solid #ddd;
  height: 3rem;
  width: 100%;
  border-radius: 0.3rem;
  color: #9e9e9e;
  text-indent: 0.5rem;
  font-size: 1.3rem;
  font-weight: 400;
}
.g-author-featured{
  text-align: center;
  right: 0;
  padding-left: 2rem;
  padding-top: 10px;
  padding-bottom: 7px;
  display: table;
  padding-right: 2rem;
  position: absolute;
  top: 0;
}
.g-author-featured img{
  border-radius: 50%;
  text-align: center;
  margin: 0 auto;
  border: 5px solid #e82a2a;
}
.g-author-featured span{
  display: block;
  background: #e82a2a;
  color: #fff;
  padding: 0.1rem .5rem;
  font-size: 0.9rem;
  font-weight: 700;
}
.g-author-featured dfn{
  display: -webkit-inline-box;
  background: #4a4a4a;
  color: #fff;
  padding: 0.1rem .5rem;
  font-size: 0.9rem;
  font-weight: 400;
  position: relative;
  top: -6px;
  .g-author-featured {
    text-align: center;
    right: 0;
    /* padding-left: 2rem; */
    /* padding-top: 10px; */
    /* padding-bottom: 7px; */
    display: table;
    /* padding-right: 2rem; */
    position: absolute;
    top: 0;
    transform: scale(0.8);
    padding-top: 0;
}
}
.g-author-featured a{
  color:#fff;
  position:relative;
}
.g-author-featured figure{
  top: -.5rem;
  position: relative;
}
.g-author-featured a span{
  color:#fff;
}
.g-arsiv-secim span{
  font-size: 1rem;
  font-style: italic;
  margin-top: 1rem;
  display: inline-block;
  color:#e82a2a;
  }
.g-arsiv-secim span a{
  font-weight:700;
  color:#e82a2a;
  }
.avatar-180 {
  border-radius:50%;
  float:left;
  margin-right: 1rem;
}
.g-author-page article{
  padding:1rem;
  display:inline-block;
}
.g-author-page article h1{
  color: #656565;
  font-weight: 700;
  font-size: 2rem;
  margin-bottom: 0;
  display:grid;
}
.g-author-page article p span{
  color: #a2a2a2;
  font-weight: 700;
  font-size: 1rem;
  margin-bottom: 0;
  display: block;
}
.g-author-page article p{
  font-size: .9rem;
}
#gototop{
  border-radius: 50%;
  cursor: pointer;
  opacity:.8;
  display:none;
  background-image: url(assets/img/totop.png);
  background-color: red;
  background-repeat: no-repeat;
  background-size: 1.5rem;
  text-indent: -999em;
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  z-index: 100000;
  width: 50px;
  height: 50px;
  background-position: center;
}
#gototop:hover{
  opacity:1;
}
.card-header{
  padding:0;
  border-bottom:none;
}
.card{
  background:none;
  border:none;
}
.btn-link {
    font-weight: 400;
    color: #000000;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.5rem;
}
.btn-link:hover {
    font-weight: 400;
    color: #000000;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.5rem;
}
.modal-body {
  padding:0;
}
.modal-body img{
  width:100%;
}
.modal-footer {
  background-color:rgba(0,0,0,.8);
  color:#fff;
}
.modal-content.bg-transparent {
  background:none!important;
}
.modal-content.bg-transparent .close {
  color:#fff;
  opacity:1;
}
.g-weekly{
  background:red!important;
}
.g-week-hits article {
  background:#ff3f3f;
  border-radius:.1rem;
  border: 1px solid #b41e1e;
}
.g-week-hits h2 {
  color: #fdfdfd;
      text-align: left;
      font-size: 1.5rem;
      background: #797979;
      width: 100%;
      padding: 0.5rem 1rem;
      margin-bottom: 0;
}
.g-week-hits ul{
  margin:0;
  padding:0;
}
.g-week-hits ul li{
  list-style-type:none;
}
.g-week-hits h3, .g-week-hits h3 a{
  font-size: 1.3rem;
  color: #8a8a8a;
  margin-bottom: 0;
  font-weight: 700;
  margin-left: 0.1rem;
}
.g-week-hits span{
  font-size: 0.9rem;
  color: #a6a6a6;
  font-weight: 400;
}
.g-hits-num {
  background: #e6e6e6;
   height:auto;
   width: 100%;
   position: relative;
}
.g-hits-num span {
  position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%,-50%);
      color: #a4a4a4!important;
      font-size: 1.5rem;
      font-weight: 500;
}
.gallery-columns-5 {

}
.gallery-columns-5 .gallery-item{

}
.gallery {
  margin-top:3rem;
}
.g-author-name {
      display: block;
  color: #d2d2d2;
  font-family: 'Merriweather', serif;
  font-size: 12px;
  font-style: italic;
}
article.g-vids{

}
.g-vids figure{

}
.bg-header{
  position: absolute;
    background: #989898;
    z-index: 10;
    top: 0;
    width: 100%;
    height: 650px;
    opacity: .5;
}
section{
  width:100%;
}
.g-arsiv ul {
  padding-left:20px;
}
.gazete-detay{
  cursor: pointer;
}
.gazete-detay img{
  position:relative;
  background-color:red;
}
.gazete-detay ul{
  display:none;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  top: 0;
  padding:0;
  padding-top: 50%;
  text-align: center;
}
.gazete-detay ul li {
  list-style-type:none;
  margin:1.6rem 0;
}
.gazete-detay ul li a {
  color: #fff;
  background-color: #e82a2a;
  padding: 0.6rem;
  border-radius: 0.2rem;
    font-size: 1.1rem;
    font-weight: 500;
}
.blurit {
  filter: blur(5px);
}
.g-download, .g-haber-link {
  display: block;
  width: 50%;
  margin: 0.4rem auto;
  text-align: center;
  border: 1px solid #d4d4d4;
  border-radius: 0.2rem;
  font-weight: 500;
  font-size: 0.8rem;
}
.g-haber-link{
  background: #eaeaea;
}
.g-download{
  background: #656565;
  color: #fff;
}
