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

.slidetitle {
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    font-family: 'Helvetica Neue', Helvetica, 'Helvetica Neue LT Std', 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/postalservice/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;
}
