/*
Theme Name: Soledad Child
Template: soledad
*/
.featured-style-99 .penci-image-holder {
    width: 67%
}
.featured-style-99 .penci-image-holder:before {
    height: 526px !important;
    padding-top: 0 !important;
    content: "";
}
.penci-slider99-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 50%, #fff 50%);
}
.featured-style-99 .penci-featured-content {
    width: 50%;
    padding: 0 20px;
    right: 0;
    z-index: 5
}

.featured-style-99 .penci-featured-content .feat-text{
    text-align: left;
}

/* Estilo del texto */
.featured-style-99 .penci-featured-content .feat-text h3 a,
.featured-style-99 .penci-featured-content .feat-meta,
.featured-style-99 .penci-featured-content .feat-text .feat-meta span,
.featured-style-99 .penci-featured-content .penci-fslider-fmeta {
    color: #1a1a1a !important;
}

.featured-style-99 .penci-featured-slider-button{
    z-index: 9999;
    position: relative;
}
.featured-style-99 .penci-featured-slider-button a{
    background:#1a1a1a;
    padding: 6px 12px;
    border-radius:12px;
    border:solid 1px #1a1a1a;
    color: white;
    margin-top: 10px;
    display: inline-block;
}

.featured-style-99 .penci-featured-slider-button a:hover {
    background:#fff;
    color: #1a1a1a;
}

/* Quitar fondo al overlay dentro del texto */
.featured-style-99 .penci-featured-content .featured-slider-overlay {
    background: none;
}
.featured-style-99 .penci-featured-content .feat-text h3 a {
    font-weight: inherit;
    letter-spacing: 0;
    font-size: 26px;
    transition: all .3s;
    -webkit-transition: all .3s;
    line-height: 1.3;
    font-family: inherit;
    text-transform: uppercase
}
.featured-style-99 .penci-featured-content .feat-text h3 a:hover {
    opacity: .8
}
.featured-style-99.overlay-link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2
}
.featured-style-99 .penci-featured-content .feat-text .featured-cat {
    margin-bottom: 2px
}


.featured-style-99 .penci-featured-content .penci-featured-slider-button{
    margin-top: 10px;
}

@media only screen and (max-width:960px) {
    .featured-style-99 .penci-owl-carousel .penci-image-holder:before{
        height: 0;
        padding-top: 50%
    }
    .featured-style-99 .penci-featured-content .featured-slider-overlay {
        background: #000
    }
    .featured-style-99 .penci-featured-content .feat-text h3 a{
        font-size: 22px
    }
    .featured-style-99 .penci-featured-content,
    .featured-style-99 .penci-owl-carousel .penci-image-holder {
        width: 100%
    }
}
@media only screen and (max-width:767px) {
    .featured-style-99 .penci-featured-content .feat-text h3 a {
        font-size: 18px
    }

    .featured-style-99 .penci-featured-content .feat-text h3 a {
        font-size: 16px
    }

    .featured-style-99 .penci-featured-content .feat-text .feat-meta{
        display: block;
    }

}