/* Hero Carousel */

#wrap .vc_carousel.vc_carousel_horizontal.hero-carousel {
    display: block;
}

#wrap .vc_carousel.vc_carousel_horizontal.hero-carousel .wpb_wrapper {
    padding: 0;
    margin: 0;
    border: none;
}

#wrap .vc_carousel.vc_carousel_horizontal.hero-carousel .vc_carousel-slideline .vc_carousel-slideline-inner>.vc_item>.vc_inner {
    margin: 0;
    padding: 0;
    position: relative;
    background: #000;
}

#wrap .vc_carousel.vc_carousel_horizontal.hero-carousel .entry-content,
#wrap .vc_carousel.vc_carousel_horizontal.hero-carousel .r-metadata {
    display: none;
}

#wrap .vc_carousel.vc_carousel_horizontal.hero-carousel img {
    width: 100%;
    border: none;
    margin: 0;
}

#wrap .vc_carousel.vc_carousel_horizontal.hero-carousel .hero-carousel-wrap {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 7%;
    width: 84%;
    padding: 30px;
    margin: auto;
    background: rgba(255, 255, 255, 0.83);
    letter-spacing: -1px;
}

#wrap .vc_carousel.vc_carousel_horizontal.hero-carousel .hero-carousel-wrap .hero-metadata .category a {
    padding: 4px 8px;
    background: #437df9;
    color: #fff;
    letter-spacing: 2px;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 400;
    margin-right: 4px;
    text-shadow: none;
    transition: all .22s ease;
    -webkit-transition: all .22s ease;
}

#wrap .vc_carousel.vc_carousel_horizontal.hero-carousel .hero-carousel-wrap .hero-metadata .category a:hover {
    background: #000;
}

#wrap .vc_carousel.vc_carousel_horizontal.hero-carousel .hero-carousel-wrap .hero-metadata .date {
    font-size: 13px;
    color: #808080;
    letter-spacing: 0.2px;
    font-family: 'Lora', serif;
    font-style: italic;
}

#wrap .vc_carousel.vc_carousel_horizontal.hero-carousel h2.post-title {
    font-size: 19px;
    font-weight: 700;
    line-height: 1.3;
    color: #fff;
    margin: 10px 0 0;
    text-transform: uppercase;
    letter-spacing: 2px;
}

#wrap .vc_carousel.vc_carousel_horizontal.hero-carousel h2.post-title a {
    color: #1f2123;
}

#wrap .vc_carousel.vc_carousel_horizontal.hero-carousel h2.post-title a:hover {
    color: #437df9;
}

#wrap .vc_carousel.vc_carousel_horizontal.hero-carousel ol.vc_carousel-indicators {
    display: none;
}

#wrap .vc_carousel.vc_carousel_horizontal .vc_carousel-control {
    margin: 0;
    width: 60px;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.42);
}

#wrap .vc_carousel.vc_carousel_horizontal .vc_carousel-control.vc_right {
    left: auto;
    right: 0;
}

#wrap .vc_carousel.vc_carousel_horizontal .vc_carousel-control .icon-prev:before,
#wrap .vc_carousel.vc_carousel_horizontal .vc_carousel-control .icon-next:before {
    font-family: 'WnFontAwesome';
    font-size: 24px;
    color: #fff;
    content: "\e605";
}

#wrap .vc_carousel.vc_carousel_horizontal .vc_carousel-control .icon-next:before {
    content: "\e606";
}

@media only screen and (max-width: 767px) {
    #wrap .vc_carousel.vc_carousel_horizontal.hero-carousel .vc_carousel-slideline .vc_item.vc_slide_post {
        width: 300px !important;
    }
    #wrap .vc_carousel.vc_carousel_horizontal.hero-carousel h2.post-title {
        font-size: 18px;
    }
}

#wrap .vc_carousel.vc_slide {
    visibility: hidden;
    max-height: 220px;
    transition: all .27s ease;
    -webkit-transition: all .27s ease;
}

#wrap .vc_carousel.vc_slide.vc_build {
    visibility: visible;
    max-height: none;
}