.bg-ronse {
    background-color: var(--ronse-general-color);
}

.ronse-sosyal-medya.header-3 {
    margin-bottom: 0px;
}

.ronse-sosyal-medya.header-3 a i {
    color: #fff;
    line-height: 1;
}

.ronse-sosyal-medya.header-3 a i:hover {
    color: black;
}

.ronse-sosyal-medya.header-3 li {
    border-right: none;
    padding: 0 5px;
}

.ust-alt-menu ul#menu-ana-menu > li:first-child > a {
    padding-left: 0;
}

.ust-alt-menu ul#menu-ana-menu > li:last-child > a {
    border-right: none;
}

.haber-zamani {
    font-size: 0.75em;
    margin-bottom: 0px;
    font-weight: 00;
}

.text-ronse {
    color: var(--ronse-general-color);
}

.title-ronse {
    color: #333;
    font-size: 1em;
    letter-spacing: -0.3px;
}

.title-ronse-overlay {
    color: #333;
    font-size: 1em;
    letter-spacing: -0.3px;
    line-height: 1.4;
}

.card:hover, .haber-sag:hover {
    background: var(--ronse-general-color);
    color: #fff;
}

.card:hover .title-ronse, .haber-sag:hover .title-ronse, .haber-sag:hover .haber-zamani {
    color: #fff;
}


.ronse-overlay {
    position: relative;
    z-index: 2;
    border-radius: 10px;
    object-fit: cover;
}

.ronse-overlay img {
    height: 100% !important;
}

.ronse-overlay:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: linear-gradient(0deg, #000, rgba(0, 0, 0, .9) 20%, transparent);
    left: 0;
    right: 0;
    z-index: 1;
    pointer-events: none;
    border-radius: 5px !important;
}

.ronse-overlay .ronse-title,
.ronse-overlay .title-ronse-overlay {
    z-index: 100;
    position: absolute;
    bottom: 10px;
    left: 10px;
    right: 10px;
    color: #fff;
    margin-bottom: 0px;
}

.haber-sag {
    height: 70px;
}

.haber-sag img {
    object-fit: cover;
    border-radius: 0 5px 5px 0;
}

.ronse-yorum {
    padding: 30px 50px;
    background-color: #f8f9fa;
    border-radius: 10px 10px 0 0;
    border-top: 5px solid var(--ronse-general-color);
}

/** Kutu Haber **/

.kutu-haber {
    border-radius: 5px;
}

.kutu-haber p {
    line-height: 1.1;
    color: #333;
}

.video-right .kutu-haber-sol {
    width: 25%;
}

.kutu-haber-sol {
    position: relative;
}

.kutu-gorsel {
    width: 100px;
    height: 75px;
    overflow: hidden;
    border-radius: 5px 0 0 5px;
}

.kutu-haber:hover img {
    filter: grayscale(100%);
}

.kutu-gorsel img {
    width: 100%;
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.2, 1);
    transition: -webkit-transform 1s cubic-bezier(0, 0, 0.2, 1);
    transition: transform 1s cubic-bezier(0, 0, 0.2, 1);
    transition: transform 1s cubic-bezier(0, 0, 0.2, 1), -webkit-transform 1s cubic-bezier(0, 0, 0.2, 1);
}

.kutu-haber .aciklama {
    width: calc(100% - 45%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 15px;
    padding-right: 15px;
}

.kutu-haber {
    background: #fff;
    -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.9);
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
}

.kutu-haber p {
    font-weight: 600;
}

.kutu-haber .aciklama p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 4.5em;
    margin-bottom: 0px;
    font-size: 0.9rem;
}

.kutu-haber:hover {
    background-color: var(--ronse-general-color);
}

.kutu-haber:hover .aciklama p {
    color: #ffffff;
    border-radius: 5px;
}

.wp-caption.alignnone {
    width: 100% !important;
}