
/***** SLIDE ANYTHING CAROUSEL *****/

@font-face {
    font-family: 'Today SH';
    src: url('fonts/TodaySH-Medium.eot');
    src: url('fonts/TodaySH-Medium.eot?#iefix') format('embedded-opentype'),
        url('fonts/TodaySH-Medium.woff2') format('woff2'),
        url('fonts/TodaySH-Medium.woff') format('woff'),
        url('fonts/TodaySH-Medium.ttf') format('truetype'),
        url('fonts/TodaySH-Medium.svg#TodaySH-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

.slidetitle {
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    font-family: 'Today SH', sans-serif;
    font-size: 1.5rem;
    padding: 0px 50px;
    opacity: 1;
    transition: 0.3s;
    position: relative;
}

.owl-carousel {
    margin: 30px auto 50px auto;
}

.sa_hover_buttons {
    opacity: 0;
    background: transparent;
}

.owl-item:hover .sa_hover_buttons {
    opacity: 1;
}

.owl-item:hover .slidetitle {
    opacity: 0;
}

.owl-item:hover .sa_vert_center {
    background: transparent !important;
}

.white .sa_owl_theme .owl-item .sa_hover_container .always_visible .sa_popup_video_icon, .white .sa_owl_theme .owl-item .sa_hover_container:hover .sa_hover_buttons .sa_popup_video_icon {
    background: rgba(0,0,0,0.0) url(/wp-content/themes/continue/img/play.png) no-repeat center center !important;
    background-size: cover !important;
    width: 60px !important;
    height: 60px !important;
    opacity: 0.8 !important;
    transition: 0.3s !important;
}

.white .sa_owl_theme .owl-item .sa_hover_container .always_visible .sa_popup_video_icon:hover, .white .sa_owl_theme .owl-item .sa_hover_container:hover .sa_hover_buttons .sa_popup_video_icon:hover {
    opacity: 1 !important;
    background-color: transparent !important;
}

.sa_owl_theme .owl-item .sa_vert_center_wrap .sa_vert_center {
    background: rgba(0,0,0,0.7);
    height: 100%;
}

.owl-item:hover .sa_owl_theme .owl-item .sa_vert_center_wrap .sa_vert_center {
    background: transparent;
}
