/*
Theme Name: Livecast Child
Theme URI: https://livecast.codeless.co/
Template: livecast
Author: Codeless
Author URI: https://codeless.co
Description: Livecast is an Audio &amp; Podcast WordPress Theme
Tags: one-column,two-columns,three-columns,four-columns,left-sidebar,right-sidebar,flexible-header,custom-colors,full-width-template
Version: 1.1.1719253782
Updated: 2024-06-24 20:29:42

*/


.menuHeaderTop .ce-nav-menu .menu-item-has-children.ce-has-no-megamenu .menu-item-has-children .sub-menu {
    top: 0;
    left: unset;
    right: 100%;
} 

.elementor-element.menuHeaderTop .ce-nav-menu .menu-item a.ce-menu-item:before {
    background: #01dbc1 !important;
    border-radius: 50% !important;
    margin: 10px;
    height: 10px !important;
    width: 10px !important;
    content: '' !important;
    box-shadow: 0 0 0 0 #01dbc1;
    transform: scale(1);
    animation: pulse_ 2s infinite;
    position: absolute;
    z-index: 9 !important;
    top: 50% !important;
    margin-top: -6px !important;
    left: -12px !important;
}


.ce-post-style-box4 .entry-podcast .entry-titles a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4 !important;
    -webkit-box-orient: vertical;
}

.ce-post-style-box4 .entry-podcast .entry-titles p {
    margin-bottom: 0 !important;
    line-height: normal !important;
}

.ce-post-style-box4 .entry-podcast .entry-titles .ce-view {
    margin-top: 5px !important;
}

.home .ce-post-style-box4 .entry-podcast .entry-titles {
    padding-left: 0 !important;
}

.home .ce-post-style-box4 .entry-podcast .entry-titles h3 {
    font-size: 19px;
    line-height: normal;
}

.home .ce-post-style-box4 .entry-podcast .entry-titles p {
    font-size: 15px;
    line-height: 20px !important;
}

h4.team-name a {
    pointer-events: none;
}

.single-podcast .share-buttons {
    display: none;
}

@keyframes pulse_ {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(1, 219, 193, 0.7);
    }
    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(1, 219, 193, 0);
    }
    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(1, 219, 193, 0);
    }
}


section.elementor-section.elementor-top-section.headerParent {    
    -webkit-box-shadow: 0px 0px 7px -1px rgb(0 0 0 / 16%);
    -moz-box-shadow: 0px 0px 7px -1px rgb(0 0 0 / 16%);
    -ms-box-shadow: 0px 0px 7px -1px rgb(0 0 0 / 16%);
    -o-box-shadow: 0px 0px 7px -1px rgb(0 0 0 / 16%);
    box-shadow: 0px 0px 7px -1px rgb(0 0 0 / 16%);
    z-index: 999;
}

.ce-post-style-box4 .entry-podcast .entry-icon {
    margin-top: 0 !important;
    background: #01b7cd;
    border-radius: 30px;
}

.entry-podcast .entry-icon a {
    font-size: 9px !important;
    color: #fff !important;
    padding: 5px 15px !important;
}

a.category-colored {
    pointer-events: none;
}

.cl-single-blog-header-style-no_image.single-podcast h1 {
    font-size: 40px !important;
    line-height: 55px !important;
}

.entry-single-related .entry-podcast h3 {
    margin-bottom: 10px;
}

.single-podcast .entry-content a {
    color: #01b7cc;
    text-decoration: underline;
}



/**

 */

.inner-content #comments {
    display: none;
}
.cl-post-header .entry-footer {
    display: none;
}
body .codeless-player {
    display: none!important;
}
.cl-single-blog-header-style-no_image.single-podcast .entry-features li a.ce-active {
    display: none;
    background-color:red !important;
    width: 30px;
}

/* Estilo para el primer <li> */
.cl-single-blog-header-style-no_image.single-podcast .entry-features ul li:first-child {
    margin-left:-17px !important; /* Cambia el ancho del primer <li> */
}

.entry-podcast .entry-media .entry-play a {
    pointer-events: none;
}

.ce-post-item .entry-play {
    display: none;
}
article.entry-podcast .entry-play {
    display: none;
}

article.entry-podcast.entry-list .entry-play {
    display: block;
}

.ce-podcasts-carousel.ce-post-style-box4.tns-slider.tns-carousel.tns-subpixel.tns-calc.tns-horizontal .ce-post-item .entry-play {
    display: block;
}

.ce-post-style-box4 .entry-podcast .entry-media {
    position: relative; /* Necesario para posicionar la imagen */
}

.ce-post-style-box4 .entry-podcast .entry-media figure {
    width: 100%;
    height: 0;
    padding-bottom: 100%; /* Esto asegura un contenedor 1x1 */
}

.ce-post-style-box4 .entry-podcast .entry-media figure img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover; /* Recorta y ajusta la imagen para llenar el contenedor */
    transform: translate(-50%, -50%);
}
.cl-single-blog-header-style-no_image.single-podcast .entry-features {
    margin-top: 25px;
}

.cl-single-blog-header-style-no_image.single-podcast .entry-features ul {
    display: flex;
    flex-wrap: wrap;
    gap: 5px; /* Reducir el espacio entre elementos */
    padding: 0;
    margin: 0;
}

.cl-single-blog-header-style-no_image.single-podcast .entry-features li {
    list-style: none;
    margin-right: 10px; /* Reducir el margen derecho */
    margin-bottom: 20px; /* Reducir el margen inferior */
    font-size: 0.8em; /* Hacer el texto más pequeño */
}
.single-podcast .entry-single-tools {
    margin-top: 45px;
}

aside .widget, .elementor-widget-sidebar .widget {
    border-bottom: 1px solid #e4e9ec;
    margin-bottom: 30px; /* Ajusta este valor según la cantidad de espacio que desees */
}

.ce-post-style-box4 .entry-podcast .entry-titles p {
    margin-top: 0;
    font-size: 18px;
    line-height: 30px;
    color: #6d727c;
    max-height: 90px;
    overflow: hidden;
}

/* menu despliegue */

/* Cambiar el color de los enlaces del menú a blanco */
  .accesos-directes-custom #menu-bromera-menu a {
      color: #ffffff !important; /* Blanco */
  }

/* Cambiar el color de los enlaces del submenú a blanco */
.accesos-directes-custom #menu-bromera-menu .sub-menu a {
    color: #ffffff !important; /* Blanco */
}
footer .accesos-directes-custom .elementor-widget-container li a {
    color: #ffff;
}
footer .sub-menu{
    display:none;
}

/* menu despliegue */
@media (max-width: 1230px) and (min-width: 768px) {
    .single-post .entry-content,
    body.page .entry-content {
        font-size: 18px;
        line-height: 30px;
        max-height: 30px;
        overflow: hidden;
    }
}

@media (max-width: 1200px) {
    .cl-single-blog-header-style-no_image.single-podcast .entry-features li {
        margin-right: 10px; /* Ajustar el margen para pantallas más pequeñas */
        margin-bottom: 20px;
    }
}
