/*	General Podcast Styling
----------------------------------------------------------------------*/
.podslider-wrapper{
    margin: 0 -15px;
    position: relative;

}
.podslide {
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    margin: 0 15px;
    padding-bottom: 30px;
}
.podslide h3{
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    padding: 0 24px 10px;
}
.podslide img{
    margin-bottom: 30px;
    max-width: 100%;
}
.podslide .pod-summary{
    padding: 0 24px 24px;
}
.podslide-cta a{
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 15px;
    color: #C23DC9;
    text-transform: uppercase;
    padding: 0 24px 24px;
}

.slick-track{
    display: flex;
    padding: 15px 0;

}
.slick-slide {
    height: auto;
}


/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;
    position: absolute;
    display: block;
    padding: 0;
    cursor: pointer;
    font-size: 0px;
    font-family: "Font Awesome 5 Free";
    color: #0c1923;
}
.slick-prev:hover:before,
.slick-next:hover:before{
    background-color: #C23DC9;
}
.slick-prev{
    top: -50px;
    right: 20px;
}
.slick-next{
    top: -50px;
    right: -20px;
}

.slick-prev:before, .slick-next:before{
    border: 1px solid #000000;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    color: #0c1923;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 12px;
}
.slick-prev:before{
    content: "\f053";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    right: 40px;

}
.slick-prev:before, .slick-next:before{
    border-radius: 15px;
    color: #0c1923;
    font-size: 18px;
    line-height: 30px;
}
.slick-next:before{
    content: "\f054" !important;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    right: 40px;
}
.view-id-ultimos_capitulos_podcasts .view-content{
    display: flex;
    /*justify-content: space-between;*/
    flex-flow: row wrap;
}

.view-id-ultimos_capitulos_podcasts .views-row {
    width: 24%;
    background: #fff;
    box-shadow: 0 4px 4px rgba(0,0,0,.25);
    margin-right: 1%;
    margin-bottom: 20px;
}
.view-id-ultimos_capitulos_podcasts .views-row .views-field-field-simple-podcast-cover-art{
    margin-bottom: 20px;
}
.view-id-ultimos_capitulos_podcasts .views-row .views-field-field-simple-podcast-cover-art img{
    max-width: 100%;
}
.views-field-field-simple-podcast-feed {
    padding: 0 20px 20px;
}
.views-field-field-simple-podcast-feed a{
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    color: #C23DC9;
    text-transform: uppercase;
}
.view-id-ultimos_capitulos_podcasts .views-field-title {
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 28px;
    color: #000000;
    padding: 0 20px 20px;
}
.views-field-field-simple-podcast-summary {
    padding: 0 20px 20px;
}
.view-id-ultimos_capitulos_podcasts .views-field-view-node{
    margin: 0 20px 20px;
    position: relative;
    margin-top:auto;
}
.view-id-ultimos_capitulos_podcasts .views-field-view-node a:hover{
    background-color: #C23DC9;
}
.view-id-ultimos_capitulos_podcasts .views-field-view-node a{
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    color: #000000;
    text-transform: uppercase;
    display: inline-block;
    margin-left: 10px;
    line-height: 46px;
    position: relative;
    /*left: 45px;*/
    /*top: 10px;*/
    border: 1px solid #605656;
    box-sizing: border-box;
    border-radius: 25px;
    width: 151px;
    height: 46px;
    padding-left: 50px;

}
.view-id-ultimos_capitulos_podcasts .views-field-view-node a::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f144";
    font-weight: 900;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-size: 36px;
    margin-left: 5px;
    margin-right: 5px;
    position: absolute;
    top: 0;
    left: 0px;

}
.capitulos-podcasts h3{
    font-weight: bold;
    font-size: 36px;
    line-height: 42px;
    display: inline-block;
}
.pods-vertodos {
    font-size: 13px;
    line-height: 42px;
    color: #000000;
    display: inline-block;
    margin-left: 40px;
}
.pods-vertodos::after{
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f054";
    margin-left: 10px;

}
.pods-vertodos::before{
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f141";
    margin-left: 10px;
    margin-right: 30px;

}
.capitulos-podcasts-title{
    padding-bottom: 60px;
}

.field-name-field-simple-podcast-description {
    margin-bottom: 20px;
}
.field-name-field-simple-podcast-file{
    margin-bottom: 20px;
}
.field-name-field-simple-podcast-author{
    margin-bottom: 20px;margin-bottom: 20px;
}

.field-name-field-simple-podcast-subscription-links li{
    display: inline-block;
    padding: 5px 10px;
    border: 1px solid #605656;
    box-sizing: border-box;
    border-radius: 25px;
    margin-bottom: 20px;
}


/*podcast detail page/**/

.podcast-cover-art {
    float: left;
}
.podcast-cover-art figure{
    margin: 0 30px 30px 0;
}
.podcast-author, .podcast-copyright, .podcast-subtitle, .podcast-categories, .podcast-owner {
    display: none;
}
.podcast-description h3{
    display: none;
}
.podcast-subscribe a{
    display: inline-block;
    padding: 5px 10px;
    border: 1px solid #605656;
    box-sizing: border-box;
    border-radius: 25px;
    margin-bottom: 20px;
}
.podcast-children {
    clear: both;
    border-top: 1px solid #cccccc;
}
.podcast-children ol li {
    list-style: none;
    margin: 0;
}
.podcast-item-file .podcast-item-file-download, .podcast-item-transcript, .podcast-item-author {
    display: none;
}

/*.podcast-children .simple-podcast-item header{*/
     /*width: 40%;*/
    /*min-width: 500px;*/
 /*}*/


.podcast-children ol{
    display: flex;
    flex-flow: row wrap;
    width: 100%;
}
.podcast-children .simple-podcast-item {
     width: 32%;
     background: #FFFFFF;
     box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    margin-right: 1%;
 }

.podcast-children .simple-podcast-item header{
    max-width: 100%;
    width: 100%;
    min-width: 100%;
}
.podcast-children .simple-podcast-item header .podcast-item-meta-data, .podcast-children .simple-podcast-item header .podcast-item-meta-data figure{
    padding: 0;
    margin: 0;
}

.podcast-children .podcast-item-cover-art {
    max-width: 100%;
    max-height: 185px;
    overflow: hidden;
    margin: 0 0 20px 0;
}

.podcast-children .podcast-item-subtitle h5{
   padding: 0 20px;
    font-weight: normal;
}
.podcast-children .podcast-item-file{
    width: 90%;
    padding: 0 5%;
}
.podcast-item-file audio, .podcast-item-file video {
    min-width: 100%;
}


@media (max-width: 400px) {
    .view-id-ultimos_capitulos_podcasts .view-content {
        display: block;
        margin-bottom: 10px;
        padding-bottom: 10px;
    }
    .view-id-ultimos_capitulos_podcasts .views-row{
        width: 100%;
        padding: 0 0 10px;
        margin: 0 0 15px;
    }
    .view-id-ultimos_capitulos_podcasts .views-row .views-field-field-simple-podcast-cover-art img{
        width: 100%;
        position: relative;
        top: 0;
    }
    .view-id-ultimos_capitulos_podcasts .views-field-view-node{
        margin-left: 5px;
    }
    .podcast-children ol {
        display: block;
    }
    .podcast-children .simple-podcast-item{
        width: 100%;
    }
    .view-id-ultimos_capitulos_podcasts .views-row .views-field-field-simple-podcast-cover-art{
        overflow: hidden;
    }
}


@media only screen and (max-width: 768px) and (min-width: 401px){
    .view-id-ultimos_capitulos_podcasts .view-content{
        flex-flow: wrap;
    }
    .view-id-ultimos_capitulos_podcasts .views-row{
        width: 49%;
    }
    .podcast-children .simple-podcast-item header{
        min-width: auto;
    }
}


/* Podcast children detail page /*/

.podcast-children .simple-podcast-item {
    margin-top: 20px;
    overflow: hidden;
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    padding-top: 0;
}

.podcast-children .podcast-item-title{
    padding: 0 20px;
}

.node-simple-podcast-item .submitted{
    display: none;
}

.node-simple-podcast-item .podcast-item-description h3{
    display: none;
}

.node-simple-podcast-item .podcast-item-meta-data h2{
    display: none;
}

.field-name-field-slider-order {
    display: none;
}

