/* =========================================================
   v0.3.32 — Mobile menu + photo lightbox + hero current link
   ========================================================= */

/* Foto Galeri: teknik/dosya adlarını lightbox altında göstermiyoruz. */
.photo-lightbox figcaption,
.photo-lightbox [data-photo-modal-caption]{
    display:none !important;
}

/*
 * Mobil header'da CHP logosu 70px header'ın altına taşıyordu ve açılan
 * menünün ilk satırını kapatıyordu. Header/menu başlangıç eksenini logonun
 * gerçek yüksekliğine göre ayırıyoruz.
 */
@media(max-width:900px){
    .header-main,
    .header-main-inner{
        height:86px !important;
    }

    .live-logo{
        width:92px !important;
        flex:0 0 92px !important;
        height:86px !important;
    }

    .live-logo img{
        width:78px !important;
        top:4px !important;
    }

    .mobile-toggle{
        height:70px !important;
        min-height:70px;
        align-self:flex-start;
    }

    .panel-toggle{
        height:70px !important;
        min-height:70px !important;
        align-self:flex-start;
    }

    .live-nav{
        top:86px !important;
        margin-left:0 !important;
        z-index:80;
        max-height:calc(100vh - 86px);
        overflow-y:auto;
        overscroll-behavior:contain;
        -webkit-overflow-scrolling:touch;
    }

    .live-nav > a,
    .live-nav .nav-item > a,
    .live-nav .nav-item > .nav-parent-trigger{
        min-height:50px;
        height:50px;
        flex:0 0 50px;
    }
}

@media(max-width:700px){
    .header-main-inner{
        width:calc(100% - 20px) !important;
    }

    .live-nav{
        left:0 !important;
        right:0 !important;
    }
}
