/**
 * Recent posts carousel
 */

.widget.widget_recent_entries_carousel {padding: 0;}
.widget.widget_recent_entries_carousel .owl-carousel .owl-controls {margin-top: 0;}
.widget.widget_recent_entries_carousel .owl-carousel .owl-controls .owl-nav .owl-prev,
.widget.widget_recent_entries_carousel .owl-carousel .owl-controls .owl-nav .owl-next {
    width: 40px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    background-color: transparent;
    border-radius: 0;
    border: solid 1px #999999;
    color: #999999;
}
.widget.widget_recent_entries_carousel .owl-carousel .owl-controls .owl-nav .owl-prev:hover,
.widget.widget_recent_entries_carousel .owl-carousel .owl-controls .owl-nav .owl-next:hover {
    border: solid 1px #ffffff;
    color: #ffffff;
}

/* See select option: 'Style of navigation': 'Default', 'Right and top', 'Centered and top' */
/* 'Style of navigation': 'Right and top' */

.widget.widget_recent_entries_carousel .widget-title {
    margin-top: 25px;
}
.widget.widget_recent_entries_carousel .nav_right_top {
    margin-top: 40px;
}

.widget.widget_recent_entries_carousel .nav_right_top .owl-controls .owl-nav {
    position: absolute;
    /*top: -66px;*/
    top: -39px;
}
.widget-width__loop .widget.widget_recent_entries_carousel .owl-carousel.nav_right_top .owl-controls .owl-nav {
    top: -82px;
}
.widget.widget_recent_entries_carousel .nav_right_top .owl-controls .owl-nav .owl-next {margin-right: 0;}
.widget.widget_recent_entries_carousel .nav_right_top .owl-controls .owl-nav .owl-prev,
.widget.widget_recent_entries_carousel .nav_right_top .owl-controls .owl-nav .owl-next {
    border: none;
    position: absolute;
    top: 0;
}
.widget.widget_recent_entries_carousel .nav_right_top .owl-controls .owl-nav .owl-prev:hover,
.widget.widget_recent_entries_carousel .nav_right_top .owl-controls .owl-nav .owl-next:hover {
    border: none;
}
.widget.widget_recent_entries_carousel .nav_right_top .owl-controls .owl-nav .owl-prev:hover,
.widget.widget_recent_entries_carousel .nav_right_top .owl-controls .owl-nav .owl-next:hover {
    color: #292a2e;
}
.widget.widget_recent_entries_carousel .nav_right_top .owl-controls .owl-nav .owl-prev {right: 40px;}
.widget.widget_recent_entries_carousel .nav_right_top .owl-controls .owl-nav .owl-next {right: 0;}
/* end of 'Style of navigation': 'Right and top' */

/* Recent posts carousel -- with title */

/* end: with title*/

/* Recent posts carousel -- with description */

/* end with description */

/* See select option: 'Style of navigation': 'Default', 'Right and top', 'Centered and top' */
/* 'Style of navigation': 'Centered and top' */
.widget.widget_recent_entries_carousel .nav_center_top {
    padding-top: 90px;
}
.widget.widget_recent_entries_carousel .nav_center_top.show_categories_links {
    padding-top: 0;
}

.widget.widget_recent_entries_carousel .nav_center_top .owl-controls .owl-nav {
    top: 0;
    left: 50%;
    width: 120px;
    margin-left: -60px;
    padding-top: 30px;
    text-align: center;
    border-top: solid 3px #e2001a;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
     transform: translateY(0);
}
@media screen and (min-width: 647px) {

    .widget.widget_recent_entries_carousel .nav_center_top.show_categories_links .owl-controls .owl-nav {
        top: -240px;
    }


}
@media screen and (min-width: 695px) {

    .widget.widget_recent_entries_carousel .nav_center_top.show_categories_links .owl-controls .owl-nav {
        top: -180px;
    }

}

.widget.widget_recent_entries_carousel .nav_center_top .owl-controls .owl-nav .owl-prev,
.widget.widget_recent_entries_carousel .nav_center_top .owl-controls .owl-nav .owl-next {
    float: none;
    height: 30px;
    width: 35px;
    line-height: 30px;
    margin: 0;
    padding: 0;
    display: inline-block;
    border-radius: 0;
    background-color: transparent;
}

.widget.widget_recent_entries_carousel .nav_center_top .owl-controls .owl-nav .owl-prev,
.widget.widget_recent_entries_carousel .nav_center_top .owl-controls .owl-nav .owl-next
{
    border: none;
}
.widget.widget_recent_entries_carousel .nav_center_top .owl-controls .owl-nav .owl-prev:hover,
.widget.widget_recent_entries_carousel .nav_center_top .owl-controls .owl-nav .owl-next:hover {
    border: none;
}
.widget.widget_recent_entries_carousel .nav_center_top .owl-controls .owl-nav .owl-prev {
    text-align: left;
}
.widget.widget_recent_entries_carousel .nav_center_top .owl-controls .owl-nav .owl-next,
.widget.widget_recent_entries_carousel .nav_center_top .owl-controls .owl-nav .owl-next:hover
{
    text-align: right;
    /*border-left: solid 1px rgba(255, 255, 255, 0.25);*/
    border-left: solid 1px #BBBCBF;
}

.widget.widget_recent_entries_carousel .nav_center_top .owl-controls .owl-nav .owl-prev:hover span,
.widget.widget_recent_entries_carousel .nav_center_top .owl-controls .owl-nav .owl-next:hover span {
    opacity: 0.6;
}
/* end of 'Style of navigation': 'Centered and top' */

/* Recent posts carousel -- Overlay */
.rp-carousel .item .overlay {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
}
.rp-carousel .item .overlay {background: rgba(50,50,50,0.1); opacity: 0.8; /* #323232 */  }
.rp-carousel .item:hover .overlay {background: rgba(50,50,50,0.5);}
.rp-carousel .overlay:before,
.rp-carousel .overlay:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.rp-carousel .overlay:before {}
.rp-carousel .overlay:after {
    background: -moz-linear-gradient(top, rgba(41, 42, 46, 0.01) 0%, rgba(41, 42, 46, 0.9) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(41, 42, 46, 0.01)), color-stop(100%, rgba(41, 42, 46, 0.9)));
    background: -webkit-linear-gradient(top, rgba(41, 42, 46, 0.01) 0%, rgba(41, 42, 46, 0.9) 100%);
    background: -o-linear-gradient(top, rgba(41, 42, 46, 0.01) 0%, rgba(41, 42, 46, 0.9) 100%);
    background: -ms-linear-gradient(top, rgba(41, 42, 46, 0.01) 0%, rgba(41, 42, 46, 0.9) 100%);
    background: linear-gradient(to bottom, rgba(41, 42, 46, 0.01) 0%, rgba(41, 42, 46, 0.9) 100%);
    opacity: 1;
}
.rp-carousel .item:hover .overlay:after {
    opacity: 1;
}
.rp-carousel__link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.rp-carousel__content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    padding: 0 10px;
    text-align: center;
}

/* Recent posts carousel -- Category */
.rp-carousel__category {
    display: inline-block;
}
.rp-carousel__category a,
.rp-carousel__category span {
    display: inline-block;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
    padding: 4px 16px;
    margin-bottom: 13px;
    color: #ffffff;
}
.rp-carousel__category a:hover {
    color: rgba(255,255,255,0.5);
}

/* List of categories links above carousel */
.widget.widget_recent_entries_carousel .wrapp-categories-posts {
    overflow: hidden;
    /*margin: 0 0 30px 0;*/
}
.widget.widget_recent_entries_carousel .wrapp-categories-posts.show_categories_links-and-nav_center_top {
    /*margin-top: 100px;*/
}


@media screen and (min-width: 647px) {

    .widget.widget_recent_entries_carousel .wrapp-categories-posts {
        margin: 0 0 30px 0;
    }
    .widget.widget_recent_entries_carousel .wrapp-categories-posts.show_categories_links-and-nav_center_top {
        margin-top: 100px;
    }

}

.widget.widget_recent_entries_carousel .wrapp-categories-posts ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 2.1429;
    text-align: center;
}
.widget.widget_recent_entries_carousel .wrapp-categories-posts li {
    display: inline-block;
    color: #292a2e;
    text-transform: uppercase;
    margin-right: 15px;
    margin-bottom: 10px;
}
.widget.widget_recent_entries_carousel .wrapp-categories-posts li a {
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    display: block;
    margin: 0 0 0 0;
    padding: 10px 30px;
    border-radius: 40px;
    letter-spacing: 0.2em;
    background-color: #ffffff;
    color: #292a2e;
}
.widget.widget_recent_entries_carousel .wrapp-categories-posts ul span.separator {
    float: left;
    margin: 0 5px;
}
.widget.widget_recent_entries_carousel .wrapp-categories-posts ul span.separator {
    display: none;
}
.widget.widget_recent_entries_carousel .wrapp-categories-posts li a:hover {
    /*border-bottom: 1px solid red;*/
    text-decoration: underline;
    color: #e2001a;
}
/* /List of categories links above carousel */

/* Recent posts carousel -- Title */
.rp-carousel__title {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 300;
    line-height: 1.1111;
    letter-spacing: 0;
    margin-bottom: 10px;
    color: #ffffff;
}
.rp-carousel__title a {color: #ffffff;}
.rp-carousel__title a:hover {color: #b2b2b2;}

/* Recent posts carousel -- Date */
.rp-carousel__date {
    display: block;
    margin-bottom: 10px;
    color: #b2b2b2;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1;
}

/* Recent posts carousel -- Show Description */

.fw-row .fw-col-xs-12 > div .widget.widget_recent_entries_carousel .widgettitle {
    text-align: center;
}

.rp-show-description .rp-carousel__content {
    position: relative;
    padding: 45px 60px;
    background-color: #ffffff;
}

.rp-show-description .rp-carousel__category,
.rp-show-description .rp-carousel__category a {
    color: #999999;
}
.rp-show-description .rp-carousel__title {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.25;
    overflow: hidden;
    max-height: 30px;
    margin-bottom: 15px;
    color: #292a2e;
}
.rp-show-description .rp-carousel__title a {
    color: #292a2e;
}
.rp-show-description .rp-carousel__title a:hover,
.rp-show-description .rp-carousel__title a:focus {
    color: #e2001a;
}
.rp-show-description .rp-carousel__date {
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 45px;
    color: #e2001a;
}
.rp-show-description .rp-carousel__desc {
    display: block;
    overflow: hidden;
    height: 90px;
}

.rp-carousel__more {
    display: block;
    text-align: center;
}

.rp-carousel__more a {
    display: inline-block;
    height: 60px;
    width: 60px;
    line-height: 60px;
    border-radius: 30px;
    margin-top: 45px;
    background-color: #e2001a;
    color: #ffffff;
}

.rp-carousel__more a:hover,
.rp-carousel__more a:focus {
    background-color: #292a2e;
}

/* Disable: Animate/Transition */
.transition--off {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

/* Animate/Transition */
.rp-carousel .item .overlay,
.rp-carousel .item:hover .overlay,
.rp-carousel .item .overlay:after,
.rp-carousel .item:hover .overlay:after,
.transition--on {
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

/**
 * Responsive and widget placements
 */

/* Footer widget */

.footer .rp-carousel__category a,
.footer .rp-carousel__category span {color: #ffffff;}
.footer .rp-carousel__category a:hover {color: rgba(255,255,255,0.5);}
.footer .rp-carousel__title a {color: #ffffff;}
.footer .rp-carousel__title a:hover {color: #b2b2b2;}

.footer .widget.widget_recent_entries_carousel .owl-carousel .owl-controls .owl-nav .owl-prev,
.footer .widget.widget_recent_entries_carousel .owl-carousel .owl-controls .owl-nav .owl-next {
    background-color: transparent;
    border: solid 1px #292a2e;
    color: #292a2e;
}
.footer .widget.widget_recent_entries_carousel .owl-carousel .owl-controls .owl-nav .owl-prev:hover,
.footer .widget.widget_recent_entries_carousel .owl-carousel .owl-controls .owl-nav .owl-next:hover {
    border: solid 1px #888888;
    color: #888888;
}

.footer__widgets-row .widget.widget_recent_entries_carousel {
    padding-bottom: 40px;
}