body {
    background: #FFF !important;
}
a:hover{
    color: initial;
}
#topbar {
    background: #202020 !important;
}
footer{
    border-top: 10px solid var(--acikmavi);
}
.blog-onecikan-slide-link{
    width: 100%;
    line-height: 35px;
    padding: 4px 10px 50px 16px;
    position: absolute;
    bottom:8px;
    height:120px;
    z-index: 30;
    background-color: rgba(55, 55, 55,0.75);
    color: #FFF;
    font-size: 1.8rem;
    transition: color .4s ease;
}

 
.blog-onecikan-slide-link:hover{
    color: #cceefdd0;
}


.blog-content-top-border {
    width: 100%;
    background-color: var(--renk-okyanus);
    height: 10px;
}

.blog-kunye {
    color: var(--bs-gray-600);
}

.blog-kunye svg {
    color: #a7cfe1;
}

.blog-h1-title {
    color: #244f62;
    font-weight: 400;
    

}
.blog-detay-baslik{
    font: normal 2.5rem 'Poppins',sans-serif;
}
.blog-kapak-wrap {
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    min-height: 220px;
}

.ozettr {
    min-height: 180px;
    position: relative;
    color: #000;

}

.ozettr::after {
    content: '';
    height: 100px;
    width: 100%;
    left: 0;

    position: absolute;
    background: rgb(255, 255, 255);
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 47%, rgba(255, 255, 255, 0) 100%);
}

.blog-read-btn {
    position: absolute;
    margin-top: -20px;
    z-index: 9;
    min-height: 60px;
    bottom: 0;
    right: 20px
}

.mp_social,
.mp_social a {
    color: #8dacb5;
    font-size: 20px;
}

.miniNot {
    font-size: 18px;
    font-weight: 300;
    position: relative;
    z-index: 99;
}


a.blogLink-list-fullwidth {
    opacity: 1;
    transition: opacity 0.5s ease;
}

a.blogLink-list-fullwidth:active {
    opacity: .2;
}

.blog-sonEklenenler article {
    padding: 6px 0px;
    border-bottom: 2px dotted rgba(0, 0, 0, 0.1);
    transform: none;
    transition: all 400ms ease-in-out;
    background-color: transparent;
}
.blog-sonEklenenler article:hover{
    transform: scale(.95);
    background-color: #e4e4e4;
}

.blog-sonEklenenler article h2 {
    font-size: 16px;
}

.blog-sonEklenenler article span {
    font-size: 14px;
    font-weight: 400;
}

 
.blog-sonEklenenPrev{
    background-size: cover;
    background-position:center; 
    min-width: 80px; 
    height: 80px;
    
}
 

.blogLink-list-fullwidth:hover .photo-artalan{
    background-color: #000;
    animation: photoflash .5s linear 1;
    transition: background-color .2s ease-in;

}
 
  @keyframes photoflash {
    0%{
        background-color: #FFF;
    }
    50%{
        background-color: rgb(74, 74, 74);
    }
    60% {
        background-color: #FFF;
    }
    75%{
        background-color: rgb(74, 74, 74);
    }
    90%{
        background-color: #fff;
    }
    100%{
        background-color: #000;
    }
  }


 
.photocerceve{
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    margin: 0;
    top: 0;
    left: 0;
    transition: all .4s ease-in-out;
}
.photocerceve{
background-image: url(../img/photo-screen.png);
opacity: 0;
background-size: contain;
}
.bgicerenDiv{
    width: 100%;
    top: 15%;
    height: 70%;
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.blogLink-list-fullwidth:hover .bgicerenDiv{
   opacity: 0.5;
}
.photocerceve.ortala{
 opacity: 1;
    width: 80%;
    height: 80%;    
    left: 10%;
    top: 10%;
}

.entryBio .d-flex div{
    padding: 10px;

}
.entryBio .lead{
    background: var(--acikmavi);
    color: #FFF !important;
}
.entryReadImg{
    max-width: 100%;
    transition: filter .4s ease-in;
    filter: none;
}
.entryReadImg:hover{
    filter: grayscale(1);
}
 
.blog-paylas-wrap a{
    font-size: 2rem;
}
.blog-metin{
    font-size: 1.2rem;
    font-weight: 300;
    padding: 10px 20px;
    min-height: 400px;
}
.blog-metin h2{
    margin: 20px 0;
    padding: 10px;
    background-color: var(--renk-okyanus);
    color: #FFF;
}
.blog-metin a{
    color: #dc5c1d;
    display: inline-block;
    border-bottom: 1px solid #dc5c1d;
}
.blog-paylas-wrap.onlyMobile a{
    max-width:fit-content;
    margin: auto 20px;
}

.blog-paylas-wrap.onlyMobile a svg{
    color: #000;
    font-size: 48px;
}