/**
 * @file
 * Subtheme specific CSS.
 */
/* Sistem Ayarlari */
.header a.nav-link, .header .nav-link{
    color: #fff;
    border: 2px solid transparent;
    border-radius: 5px;
    transition: 0.4s all ease-in-out;
    text-decoration: none;
    font-weight: 700;
}
.header a.nav-link:hover, .header .nav-link:hover{
    transition: 0.2s all ease-in-out;
    border-color: #fff !important;
    text-decoration: none !important;
    color: #fff !important;
}
.nav-item{
    display: inline-block;
}
.nav-item.dropdown:hover .dropdown-menu{
    transition: 0.2s all ease-in-out;
    display: inline-block !important;
}
.dropdown-menu{
    background: #f31a00 !important;
    border-color: transparent;
    box-shadow: 2px 2px 2px 2px #666;
    width: 90% !important;
    transition: 0.4s all ease-in-out;
}
.dropdown-item a{
    color: #fff;
    text-decoration: none;
    background: none !important;
}
.dropdown-item:hover{
    background: transparent !important;
}
.dropdown-item a:hover{
    color: #fff !important;
}
.dropdown-menu {
    min-width: 12rem !important;
}
.dropdown-item.active, .dropdown-item:active {
    background-color: #f31a00;
  }
.navbar-brand{
    color: #fff !important;
    font-weight: 700 !important;
    font-size: 2.5rem !important;
    padding-top: .125rem;
    padding-bottom: .125rem;
    text-decoration: none;
    white-space: nowrap;
}
.navbar-brand img{
    width: 500px;
}
.featured-top{
    margin-top:1%;
}
.sidebar_second h2 {
    font-size: 24px;
    font-weight: 700;
}
.block h2{
    font-weight: 700;
    border-bottom: 4px solid #ddd;
    margin-right: 1.5%;
}
.row {
    --bs-gutter-x: 0;
    --bs-gutter-y: 0;
}
/**************************************************************************/
/* Manset Ayarlari */
.flex-direction-nav a:before{
    position: relative;
    bottom: 10px;
}
#manset{
    position: relative;
    display: flex;
}
#manset-gorsel{
    width: 50%;
    height: auto;
}
#manset-yazi{
    width: 50%;
    padding: 3%;
    background:rgba(29,132,195,0.3);
    position: relative;
}
#manset-baslik{
    position: relative;
    margin: 1% 0;
}
#manset-baslik a{
    text-decoration: none;
    font-size: 1.5em;
    font-weight: 700;
}
#manset-terim{
    font-weight: 700;
    color:#fff;
    background: #f31a00;
    width: 120px;
    text-align: center;
    border:1px solid transparent;
    border-radius: 5px;
}
/**************************************************************************/
/* Grid Satir Ayarlari */
.grid-satir {
    position: relative;
    display: flex;
    margin:0 0 1%;
    background: #eee;
    height: auto;
    overflow: hidden;
}
.grid-satir-gorsel {
    width: 38%;
    margin: 0 2% 0 0;
    border-right: 10px solid #aaa;
}
.grid-satir-gorsel img {
    width: 100%;
    height: auto;
}
.grid-satir-yazi {
    width: 60%;
    padding: 2% 0 0;
}
.grid-satir-terim {
    color:#fff;
    background: #f31a00;
    width: 120px;
    text-align: center;
    font-weight: 700;
}
.grid-satir-baslik {
    margin-top:20px;
}
.grid-satir-baslik a {
    text-decoration: none;
    font-weight: 700;
    font-size: 24px;
}
/**************************************************************************/
/* Grid-2 Ayarlari */

.grid-2{
    width: 100% !important;
}
.grid-2-view-gorsel img, .grid-2-gorsel img{
    width: 100%;
    height: auto;
}
/**************************************************************************/
/* Grid-2 Satır Ayarlari */
.grid-2-satir {
  width: 48%;
  margin: 0 1% 3%;
}
#terim {
  background: #940300 !important;
  text-align: center;
}
#terim-a {
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  font-size: 2em;
}
/**************************************************************************/
/* Grid-3 Ayarlari */
.grid-3.views-row {
    width: 31%;
    float: left;
    margin:0 1% 2%;
    position: relative;
    padding: 0 !important;
}
.grid-3-gorsel img{
    width: 100%;
    height: auto;
}
.grid-3-terim{
    position: absolute;
    top:2%;
    left: 2%;
    color:#fff;
    background: #f31a00;
    padding: 2px 5px;
    border-radius: 5px;
    font-size: 14px;
}
.grid-3-baslik a{
    text-decoration: none;
    font-weight: 700;
    font-size: 18px;
}
/**************************************************************************/
/* Grid 3 Satir Ayarlari */
.grid-3-satir {
    width: 31% !important;
    margin: 0 1% 2%;
    overflow: hidden;
    text-align: center;
}
.grid-3-satir img {
    height: auto !important;
    width: 100%;
}
.grid-3-satir a {
    text-decoration: none;
    font-weight: 700;
}
#yonetici-baslik {
    font-weight: 700;
    font-size: 1.5em;
    text-align: center;
}
/**************************************************************************/
/* Grid-4 Ayarlari */
.grid-4{
    width: 24% !important;
    float: left;
    margin:0 0.5% 3%;
    position: relative;
    text-align: center;
}
.grid-4-terim{
    position: absolute;
    top: 2%;
    left: 2%;
    background: #f31a00;
    color: #fff;
    padding: 2px 5px;
    font-weight: 700;
    border-radius: 5px;
    font-size: 12px;
}
.grid-4-baslik{
    position: relative;
    bottom: 0;
    padding: 2% 0;
    width: 100%;
    line-height: 1.1;
}
.grid-4-baslik a{
    font-weight: 500;
    color:#222;
    font-size: 16px;
    font-weight: 700;
}
.grid-4-tarih{
    font-size: 11px;
}
.grid-4-gorsel img{
    width: 100% !important;
    height: auto;
}
/**************************************************************************/
/* Haber Icerik Ayarlari */
.field--name-field-one-cikan-gorsel{
  width: 100%;
}
.field--name-field-one-cikan-gorsel img{
  width: 100%;
  height: 100%;
}
.field--name-field-haber-foto-galeri .field__item{
  float: left;
  width: 31%;
  margin:0 1% 2%;
}
.field--name-field-haber-foto-galeri .field__item img{
  width: 100%;
  height: 100%;
}
/**************************************************************************/
/* Foto Galeri Icerik Ayarlari */
.field--name-field-fotograf-sinirsiz .field__item {
    width: 31%;
    float: left;
    margin: 0 1% 1%;
}
.field--name-field-fotograf-sinirsiz img{
    width: 100%;
    height: auto;
}
/**************************************************************************/
/* Sizden Gelenler Sayfa Ayarlari */
.satir-yazi {
    width: 100%;
    overflow: hidden !important;
    margin: 0 0 4%;
    border-bottom: 2px solid #ddd;
}
.satir-yazi a {
    text-decoration: none;
    font-weight: 700;
    font-size: 1.5em;
}
.satir-yazi-etiket {
    padding: 2px 4px;
    background: #f31a00;
    color: #fff;
    border-radius: 5px;
}
/**************************************************************************/
/* Duyarli Ekran Ayarlari */
@media (max-width: 767px) {
    .container {
        width: 96% !important;
        margin: 0 2% !important;
    }
    .navbar-toggler {
        color: #fff !important;
    }
    .navbar-toggler-icon {
        position: relative;
    }
    .dropdown-toggle::after {
        top:25% !important;
        left: 15%;
    }
    .dropdown-toggle:hover.dropdown-toggle:after {
        top:10% !important;
    }
    .featured-bottom .region {
        margin: 2% 0 5%;;
    }
    #manset {
        display: block;
        width: 100%;
    }
    #manset-gorsel {
        width: 100%;
        margin: 0;
    }
    #manset-yazi {
        width: 100%;
        position: relative;
    }
    #manset-terim{
        margin: 0 auto !important;
    }
    #manset-baslik a{
        font-size: 2em
    }
    .grid-2{
        width: 80% !important;
        margin: 0 10% 3%;
    }
    .grid-3{
        float: none;
        width: 100%;
        margin-bottom: 1% !important;
    }
    .block-views-blockhaber-duyuru-gorunumleri-block-1 .views-row, .block-views-blockhaber-duyuru-gorunumleri-block-2 .views-row{
        width: 80%;
        float: none;
        margin:0 auto 1%;
    }
    .block-views-blockhaber-duyuru-gorunumleri-block-1, .block-views-blockhaber-duyuru-gorunumleri-block-2{
        margin:0 0 10%;
    }
    .more-link{
        text-align: center;
    }
    .grid-4{
        width: 48% !important;
    }
    .grid-satir{
        display: block;
        margin-block: 2%;
    }
    .grid-satir-gorsel{
        width: 90%;
        margin: 0 auto;
        border-right: none;
    }
    .grid-satir-yazi{
        width: 100%;
        padding: 0 5%;
        margin-top: 2%;
    }
    .grid-satir-terim{
        font-size: 14px;
    }
    .grid-satir-baslik{
        margin-top: 0 !important;
    }
}