/**
 * Add any custom CSS here.
 *
 * This file will be loaded after all other theme stylesheets.
 */

.slide-home{top: 0px !important; width: 100%;}
.slideTitle{font-family: 'Barlow' !important; letter-spacing: 0px !important;}
.ewd-slider-section .slider .ewd-slide .slideText .slideExcerpt{display: none !important;}
.ewd-slider-section .slider .ewd-slide .slideText{position: absolute; bottom: 8vh;}
.ewd-slider-section .slider .ewd-slide .slideText .slideTitle{font-size: 4em !important; line-height: .8em; font-weight: 600; width: 60%; text-shadow: 5px 5px 20px rgba(0,0,0,.3);}
.slideplugin, .ewd-slider-section, .slider{ height: calc(100vh - 50px) !important; width: 100% !important; margin-top: 0px;}
.ewd-slider-control{display: none;}

/*MOBILE------------------------------------------*/

@media screen and (max-width:800px){
    
    .ewd-slider-section .slider .ewd-slide img{}
    .ewd-slider-main{overflow: hidden !important;}
    .slide-home{width: 100%; height: calc(100vh - 100px);}
    .slideplugin, .ewd-slider-section, .slider{ height: calc(100vh - 100px) !important; width: calc(100vw - 5px) !important;}
    .ewd-slider-section .slider .ewd-slide .slideText{position: absolute; bottom: 15vh;}
    .ewd-slider-section .slider .ewd-slide .slideText .slideTitle{font-size: 3em !important;}
    .ewd-slider-section .slider .ewd-slide .slideText ul.slideButtons{display: block !important;}
    .ewd-us-mobile-hide{display: block !important;}
    .ewd-slider-section .slider .ewd-slide .slideText .slideExcerpt{display: none !important;}
    .ewd-slider-section .slider .ewd-slide .slideText ul.slideButtons li{display: block !important; padding: 0 !important;}
    .ewd-slider-section .slider .ewd-slide .slideText ul.slideButtons li a{padding: 10px 20px !important; border-radius: 0; line-height: 1em !important; width: auto !important; float: left; margin-top: 20px;}
    
    
    /*ARROWS*/
    
    .ewd-us-arrow-div{margin-top: 50vh !important;}
    .ewd-us-arrow-div{width: 20px !important; height: 20px !important; margin: 0 2px;}
    
}