/*
 * Widget Header Slideshow
 */
.widget-header-slideshow {
    position: relative; 
}
.widget-header-slideshow .slick-slider {
    margin-bottom: 0;
}
.widget-header-slideshow .item {
    height: auto;
}
.widget-header-slideshow .item .slide-text {
    position: absolute;
    bottom: 0;
    display: block;    
    text-align: right;
    color: #fff;
    text-transform: uppercase;
    font-family:'Triump W05 Bold';
    font-weight: 500;
    font-size: 38px;
    line-height: 43px;
    min-height: 145px;
    padding-top: 15px;
    padding-bottom: 17px;
    padding-left: 25px;
    padding-right: 25px;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    z-index: 11;
}
.widget-header-slideshow button {
    padding: 15px 40px;
    height: auto;
    font-family: 'Avenir Next LT W05 Regular';
    font-size: 16px;
    border: none;
    z-index: 2;
}

@media only screen and (max-width: 40.063em){
    .widget-header-slideshow .item .slide-text {
        width: 100%;
    }
}
.widget-header-slideshow .item .slide-text .background {
    display: none;
    background-color: #472466;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.widget-header-slideshow .item .slide-description { 
    position: relative;
    z-index: 2; 
}
.widget-header-slideshow .item .slide-text .sub-text {
    position: relative;
    font-size: 12px;
    line-height: 21px;
    font-family:'Aroma 2 LT W05 Bold';
    letter-spacing: 0.5px;
    display: block;
    margin-bottom: 9px;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    z-index: 2;    
}
.widget-header-slideshow .play-button {top: -40%; z-index: 10; }
.widget-header-slideshow .item.video-vimeo .play-button { display: none; }
.widget-header-slideshow .slick-arrows {
    top: 26%;
    padding: 0 30px;
}
/* orange */
.widget-header-slideshow .item[data-setting-slide-color="orange"] .text {background-color: #f26649;}
.widget-header-slideshow .item[data-setting-slide-color="orange"] .text .sub-text::before {
    background-image: url("/includes/public/assets/images/icon-double-arrow-blue.png");
}

.text-arrows {
    left: auto !important;
    right: 240px;
    position: absolute;
    height: 35px;
    width: 45px;
    left: 65px;
    background-size: 45px auto;
    top: 0px;
    z-index: 2;
}

.widget-header-slideshow .item video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    max-height: 100%;
    background-color: #000;
    object-fit: cover;
}

.widget-header-slideshow .item .video-embed-wrapper {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    z-index: 10;
}

.widget-header-slideshow .item .video-embed-wrapper > iframe {
    width: 100% !important;
    height: 100% !important;
}

.widget-header-slideshow .item img {
    opacity: 1;
    transition: opacity 1.5s linear;
    -moz-transition: opacity 1.5s linear;
    -webkit-transition: opacity 1.5s linear;
    z-index: 1;
    position: relative;
}

.widget-header-slideshow .item .fade-out, 
.widget-header-slideshow .item .fade-out img { 
    opacity: 0; 
}

@media only screen and (max-width: 64em){
    .widget-header-slideshow .item .slide-text .background { display: inline-block; z-index: 1; }
    .widget-header-slideshow .item .fade-out { opacity: 1; }
    .widget-header-slideshow .item video { display: none; }
    .widget-header-slideshow .item.video-vimeo .play-button { display: inline-block; }
    .widget-header-slideshow .item .fade-out, .widget-header-slideshow .item .fade-out img { opacity: 1; }
    .widget-header-slideshow .item.disable-mobile-video .videolink { display: none !important; }

    .widget-header-slideshow .item .video-embed-wrapper { display: none; }
}

@media only screen and (min-width: 40.063em){
    /* > 641px  */ 
    .text-arrows {

    }
    .widget-header-slideshow .slick-arrows {
        padding: 0 10px;
        top: 40%;
    }
    .widget-header-slideshow .play-button {
        top: -7%;
        left: 122px;
    }
    .widget-header-slideshow div.item .slide-text {
        background-color: transparent;
        color: #472466;
        width: 46%;
        top: 0;
        margin: auto;
        bottom: -13px;
        height: 204px;
        left: 32px;
        font-size: 42px;
        line-height: 48px;
    }
    .widget-header-slideshow .item .slide-text::after {
        content: "";
        position: absolute;
        right: 24px;
        background-image: url("/includes/public/assets/images/pattern-white-squares.png");
        background-repeat: no-repeat;
        background-position: right center;
        width: 100%;
        height: 14px;
        background-size: 106px auto;
        filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.5));
        z-index: 2;
    }
    .widget-header-slideshow .item .slide-text .sub-text {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 4px;
    }
    .widget-header-slideshow .item .slide-text .text-arrows {
        background-size: auto;
        right: 323px;
        left: auto;
    }
    .widget-header-slideshow .item[data-setting-slide-color="orange"] .slide-text {
        background-color: transparent;
        color: #f26649;
    }
}
@media only screen and (min-width: 40.0625em) and (max-width: 47.5em) {
    /*small tablet - > 641px < 760px */
    .text-arrows {

    }
    .widget-header-slideshow div.item .slide-text {font-size: 35px;}
}
@media only screen and (min-width: 64.063em) {
    /*desktop > 1024px*/
    .text-arrows {
        right: 323px;
        height: 45px;
        width: 71px;
        left: auto !important;
        right: 240px;
    }
    .widget-header-slideshow div.item .slide-text {
        font-size: 61px;
        line-height: 70px;
        width: 500px;
        left: 0;
        right: 681px;
        margin: auto;
        height: 270px;
        top: -72px;
    }
    .widget-header-slideshow div.item.hide-overlays .slide-text { display: none; }
    .widget-header-slideshow .item .slide-text .sub-text {
        font-size: 20px;
        line-height: 35px;
        margin-bottom: 7px;
    }
    .widget-header-slideshow .item .slide-text::after {
        background-size: auto;
        height: 20px;
        right: 26px;
    }

    .widget-header-slideshow .item .slide-text .text-arrows {
        background-size: auto;
        right: 323px;
    }
    .widget-header-slideshow .slick-arrows {padding: 0 25px;}
    .widget-header-slideshow .play-button {left: 0;}
    .widget-header-slideshow .slick-arrows {top: 42%;}
}
@media only screen and (min-width: 64.063em) {
	.slideshow_container .slide img.slide-img {
		min-width: 1024px;
		width: 0;        
        height: 0;
	}
    .slideshow_container .slide.slick-active img.slide-img {
        min-width: 1024px;
        width: 100%;
        height: auto;   
    }
    
}
