/*
Theme Name: Kadence Child
Theme URI: https://www.kadencewp.com/kadence-theme/
Description: Tema hijo de Kadence para María Garralón
Author: María Garralón
Template: kadence
Version: 1.0.0
Text Domain: kadence-child
*/


/* =========================
Galerías 
========================== */

.foogallery.fg-border-thin .fg-item-inner {
    border: 1px solid rgba(255,255,255,.05);
    box-shadow: none;
}


.foogallery-album-gallery-list .foogallery-pile h3 {
font-size: 12px;
}

/* =========================
   Ocultar el título solo en la página de inicio
   ========================= */

#post-21663 .entry-header.page-title {
    display: none !important;
}


/* ==========================================================
   PLANTILLA SERIES
   ========================================================== */

.mg-serie-layout{
    display:flex;
    align-items:flex-start;
    gap:48px;

    max-width:1280px;
    margin:0 auto;
    padding:30px 20px;
}

.mg-main-content{
    flex:1 1 72%;
    min-width:0;
}

.mg-sidebar-serie{
    flex:0 0 280px;
    width:280px;
    position:sticky;
    top:30px;
}

.mg-sidebar-serie h3{
    margin:34px 0 10px;
    font-size:0.95rem;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:.08em;
    color:#ffffff;
}

.mg-sidebar-serie h3:first-child{
    margin-top:0;
}

.mg-sidebar-serie ul{
    list-style:none;
    margin:0 0 32px;
    padding:0;
}

.mg-sidebar-serie li{
    margin:0 0 6px;
}

.mg-sidebar-serie a{
    display:block;
    padding:6px 0 6px 10px;
    color:#6AB8C7;
    text-decoration:none;
    border-left:3px solid transparent;
    transition:color .2s ease, border-left-color .2s ease;
    line-height:1.35;
}

.mg-sidebar-serie a:hover{
    color:#B7AED6;
    border-left-color:#B7AED6;
}

.mg-sidebar-serie a.current{
    font-weight:700;
    color:#6AB8C7;
    border-left-color:#B7AED6;
}

@media (max-width:960px){

    .mg-serie-layout{
        display:block;
    }

    .mg-sidebar-serie{
        width:100%;
        position:static;
        margin-top:40px;
    }

}