/*
Theme Name: Astra Child
Theme URI: http://www.wpbingosite.com/bookio
Author: Andres El Pollo
Description: This is a child theme for Astra
Version: 1.0
Author URI: http://wpbingosite.com
Template: astra
Text Domain: astra-child
*/


:root {
    --main-accent-color: #0675dc;
    --main-background-color: #2b2b2b;
}
.single-post .site-content > .ast-container {
    margin: 0 auto ;
}
@media (min-width: 922px) {
    .ast-container {
        max-width: 100%;
    }
        .site-content .ast-container {
        display: flex;
        margin: 0;
        padding: 0;
    }
    .ajax-link a {
        &.active {
            color: var(--main-accent-color) !important;
            font-weight: 600;
            text-decoration: none;
        }        
    }
}

@media (min-width: 1200px) {
    .ast-plain-container.ast-no-sidebar #primary {
        margin: 0;
    }
}
header.entry-header{
    height: fit-content;
}
.entry-header{
    display: flex;
    align-items: center;
    justify-content: center;
    height: fit-content;
    background: #333;
    color: #fff;
    position: relative;
    padding: 10px;
    box-sizing: content-box;
    h1{
        color: #fff;
    }
    span.published {
        position: absolute;
        left: 10px;
        top: 10px;
        color: var(--main-accent-color);
    }
}

.page-id-683{
    .entry-header{
        height: 0px;
     }
}
.radio-player.radio-player-1, .radio-player.radio-player-2, .radio-player.radio-player-3 {
    position: fixed;
    z-index: 1;
    width: 30% !important;
    left: 30px;
    bottom: -20px;
    width: 50%;
    background: url(/wp-content/uploads/2025/07/fondo-png.webp), #e4e4e4;
    margin: 0;
    z-index: 100;
    display: flex;
    flex-direction: row !important;
    background-size: 240px;
    border: solid 2px var(--main-accent-color) !important;
    .radio-player-controls{
         border: none !important;
    }
    button {
        color: var(--main-accent-color) !important;
    }

    .radio-player-details::before {
        content: "Haz clic en el logo para cambiar de zona";
        font-size: .8rem;
        /* width: 100%; */
        position: absolute;
        top: -26px;
        left: 0px;
        width: fit-content;
        background: #c8c8c8;
        border-radius: 5px;
        padding: 1px;
    }
}
@media screen and (max-width:480px){
    .radio-player-details::before {
        top: -66px;
    }
}
span.site-logo-img {
    font-size: 1.2rem;
    color: #383839;
    font-weight: bold;
    padding: 0;
}
h3.entrevista-grid-title {
    color: #fff;
    text-align: center;
    font-size: 14px;
    border-bottom: solid 1px  var(--main-accent-color);
}

/* Estilos para la lista de canciones */

.cmrp-posicion {
    font-weight: bold;
    font-size: 1.1em;
    color: #333;
    min-width: 30px;
    text-align: center;
}

.cmrp-imagen {
    width: 50px;
    height: 50px;
    flex-shrink: 0;
}

.cmrp-imagen img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 3px;
}

.cmrp-imagen-placeholder {
    width: 100%;
    height: 100%;
    background: #f0f0f0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #999;
}

button.cmrp-modal-close {
    position: fixed;
    top: 20px;
    right: 20px;
    display: block;
    z-index: 1000;
}

.cmrp-play-btn {
    background: none;
    border: none;
    width: 30px;
    height: 30px;
    background-color: var(--main-accent-color);
    border-radius: 50%;
    cursor: pointer;
    flex-shrink: 0;
    position: relative;
    padding: 0;

}

.cmrp-play-btn::before {
    content: "";
    position: absolute;
    left: 11px;
    top: 8px;
    border: 8px solid transparent;
    border-left: 12px solid white;
}

.cmrp-item-lista.playing .cmrp-play-btn {
    background-color: var(--main-accent-color);
}

.cmrp-item-lista.playing .cmrp-play-btn::before {
    content: "";
    position: absolute;
    left: 9px;
    top: 8px;
    border: none;
    width: 4px;
    height: 14px;
    background: white;
    box-shadow: 8px 0 0 white;
}

/* Estilos responsive */
@media (max-width: 600px) {
    .cmrp-item-lista {
        flex-wrap: wrap;
        gap: 8px;
    }
    
    .cmrp-info {
        flex-basis: calc(100% - 110px);
    }
    
    .cmrp-play-btn {
        margin-left: auto;
    }
}

.slider-principal-slider .n2-ss-slider-3.n2-ow {
    border-radius: 10px;
    margin-bottom: 10px;
}

.wps-widget--team .wpspeedo-team--single {
    background: url(/wp-content/uploads/2025/07/fondo-png.webp), #d6d6d6 !important;
    background-size: 116%;
}

.wps-widget--team .wps-team--member-title a{
    color:  var(--main-accent-color) !important;
}

.modal-box{
    background: url(/wp-content/uploads/2025/07/fondo-png.webp), #000000;
    background-size: 240px;
    border: 2px solid var(--main-accent-color);
    padding: 2rem;
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 10px;
    text-align: center;
    position: relative;
    ul{
        list-style: none;
        padding: 0;
        margin: 0;
        li{
            button{
                padding:10px 10px 10px 68px;
                font-size: 0.8rem;
                cursor: pointer;
                border: 1px solid rgb(204, 204, 204);
                border-radius: 4px;
                background: var(--main-background-color);
                color: rgb(255, 255, 255);
                width: 120px;
                height: 65px;
                transition: all 0.3s ease;
            }
            &:nth-child(1) {
                button{
                    background: url(/wp-content/uploads/2025/07/TOCA_CENTRO_1_7_11zon_06fbbcb6dd.webp) no-repeat, var(--main-background-color);
                    background-size: contain;
                    
                    &:hover {
                        background: url(/wp-content/uploads/2025/07/TOCA_CENTRO_1_7_11zon_06fbbcb6dd.webp) no-repeat, var(--main-accent-color);
                        background-size: contain;
                    }
                }
            }
            &:nth-child(2) {
                button{
                    background: url(/wp-content/uploads/2025/07/TOCA_BOYACA_1_6_11zon_c293c2b068.webp) no-repeat, var(--main-background-color);
                    background-size: contain;
                    
                    &:hover {
                        background: url(/wp-content/uploads/2025/07/TOCA_BOYACA_1_6_11zon_c293c2b068.webp) no-repeat, var(--main-accent-color);
                        background-size: contain;
                    }
                }
            }
            &:nth-child(3) {
                button{
                    background: url(/wp-content/uploads/2025/07/TOCA_TOLIMA_1_5_11zon_173a00ac84.webp) no-repeat, var(--main-background-color);
                    background-size: contain;
                    
                    &:hover {
                        background: url(/wp-content/uploads/2025/07/TOCA_TOLIMA_1_5_11zon_173a00ac84.webp) no-repeat, var(--main-accent-color);
                        background-size: contain;
                    }
                }
            }
        }
    }
}
.radio-tabs-content{
    h3{
        text-align: center;
        color: #fff;
    }
}
.radio-tab-btn {
    padding: 10px 15px;
    background: #383839;
    border-radius: 5px;
    cursor: pointer;
    font-weight: 100;
    transition: all 0.3s;
    color: #c6c6c6;
    margin: 10px;
    border: solid 1px var(--main-accent-color);
    font-size: 0.8rem;
    text-transform: uppercase;
    transition: all 0.5s ease;
    &.active, &:hover {
    background: var(--main-accent-color);
    color: white;
    border: solid 1px #2a2a2a;
}
}

.radio-programa-item {
    padding: 15px 0;
    display: flex;
    gap: 20px;
    background: url(/wp-content/uploads/2025/07/fondo-png.webp), #333;
    background-size: 650px;
    margin:30px 10px;
    border-radius: 20px;
    position: relative;
}

.programa-info h4 {
    margin: 0 0 5px 0;
    color:#fff;
    font-size: 2rem;
}

.programa-categoria {
    display: inline-block;
    background: #333;
    background: linear-gradient(0deg, rgb(42 42 42) 0%, rgb(22, 113, 217) 100%);
    color: #fff;
    padding: 2px 8px;
    border-radius: 3px;
    font-size: 0.8em;
    position: absolute;
    top: 10px;
    right: 10px;
}

.conteo-boyaca{
    position: relative;
    .radio-programa-item{
        overflow: hidden  ;
        &::before{
            contain: "";
            background: url(/wp-content/uploads/2025/07/TOCA_BOYACA_1_6_11zon_c293c2b068.webp) no-repeat, var(--main-background-color);
            background-size: contain;
            display: block;
            content: "";
            position: absolute;
            top: 0;
            left: 0;    
            width: 150px;
            height: 100%;
            
        }
        .programa-descripcion {
            font-size: 1.2rem;
            color: #ffffff;
            margin-bottom: 5px;
        }
        .programa-info {
            flex-grow: 1;
            margin-left: 20px;
        }
    }

}
.ast-plain-container, .ast-page-builder-template {
        background-color: #f0f0f0 !important;
        background-image: none;
}
h2.elementor-heading-title.elementor-size-default {
    border-bottom: solid 1px;
    margin-bottom: 20px;
    padding: 10px;
    color: var(--main-accent-color) !important;
}
.entry-content p {
    color: #363636;
    width: 90%;
    margin: 5px auto;
}
.ele-blog h6.title a {
    color: #353535 !important;
    font-weight: 500;}

.tag-base {
    background: var(--main-background-color) !important;
    color: #fff;
}

@media screen and (max-width:480px){
    .radio-player-thumbnail {
        height: auto !important;
        margin: 0 !important;
    }
}