/** Shopify CDN: Minification failed

Line 49:15 Expected ":"
Line 49:22 Expected ":"
Line 129:5 Expected identifier but found "*"

**/
.flexslider .slides > li {
     position: relative;
}
.flexslider .slides .jarallax {
  	min-height: 923px;
}
 .flex-direction-nav a:hover {
     background: var(--color-base-text);
}
 .slideshow-text {
     position: absolute;
     top: 40%;
     left: 0;
     color: #fff;
     text-align: center;
     width: 100%;
}
 .slideshow__subtitle {
     color: #fcb603;
}
 .slideshow__slidetitle {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.5px;
    font-weight: 400;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
}
 .slideshow__subheading, .slideshow__subtitle {
     font-size: 72px;
     line-height: 80px;
     font-weight: 700;
     text-transform: uppercase;
     margin: 25px 0 60px 0;
     letter-spacing: 0.2px;
     font-family: 'Oswald', sans-serif;
     text-align: center;
}
 .slideshow__btn-wrapper {
     float: left;
     width:100%;
     text-align;center;
}
 .btn.slideshow__btn.button {
     color: var(--color-base-button-text);
}
 .btn.slideshow__btn.button:hover {
     background: var(--color-base-button-background-hover);
}
 .flex-direction-nav a {
     color: #ddd;
     text-decoration: none;
     display: block;
     position: absolute;
     top: 45%;
     z-index: 2;
     overflow: hidden;
     opacity: 1;
     -khtml-opacity: 1;
     -webkit-opacity: 1;
     -moz-opacity: 1;
     font-size: 0;
     line-height: 1;
     -webkit-transition: all 0.5s ease-in-out;
     -moz-transition: all 0.5s ease-in-out;
     -ms-transition: all 0.5s ease-in-out;
     -o-transition: all 0.5s ease-in-out;
     transition: all 0.5s ease-in-out;
     border-radius: 50%;
     height: 45px;
     width: 45px;
     background: #666;
}
 .flex-direction-nav .flex-prev{
     left: 3%;
     opacity: 1;
}
 .flex-direction-nav .flex-next {
     right: 3%;
     opacity: 1;
}
 .flexslider .flex-direction-nav .flex-prev::before {
     color: #fff;
     font-size: 30px;
     opacity: 1;
     -khtml-opacity: 1;
     -webkit-opacity: 1;
     -moz-opacity: 1;
     text-align: center;
     padding: 7px 17px;
     display: inline-block;
     content: "\f104";
     font-family: fontawesome;
     font-weight: 400;
}
 .flexslider .flex-direction-nav .flex-next::before {
     color: #fff;
     font-size: 30px;
     opacity: 1;
     -khtml-opacity: 1;
     -webkit-opacity: 1;
     -moz-opacity: 1;
     text-align: center;
     padding: 7px 18px;
     display: inline-block;
     content: "\f105";
     font-family: fontawesome;
     font-weight: 400;
}
 .flex-control-nav {
     width: 100%;
     position: absolute;
     margin: 0;
     bottom: 5px;
     text-align: center;
     z-index: 9;
}
 .flex-control-nav li {
     margin: 0 5px;
     display: inline-block;
     zoom: 1;
     *display: inline;
}
 .flex-control-paging li a {
     width: 12px;
     height: 12px;
     display: block;
     background: transparent;
     cursor: pointer;
     text-indent: -9999px;
     -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
     -ms-border-radius: 50%;
     -o-border-radius: 50%;
     border-radius: 50%;
     background: #000;
}
 .flex-control-paging li a:hover, .flex-control-paging li a.flex-active {
     background: #f2b527 none repeat scroll 0 0;
}
 .flex-control-paging li a.flex-active {
     cursor: default;
}
 @media (max-width: 1269px) {
}
 @media (max-width: 989px) {
.flexslider .slides .jarallax {
	min-height: 600px;
}
   .slideshow__subheading, .slideshow__subtitle {
	font-size: 50px;
	line-height: 60px;
}
}
 @media (max-width: 749px) {
   
.slideshow__subheading, .slideshow__subtitle {
	font-size: 35px;
  margin: 10px 0px 40px 0;
}
}
 @media (max-width: 479px) {
   .flexslider .slides .jarallax {
	min-height: 500px;
}
   .slideshow__slidetitle {
	font-size: 15px;
}
.slideshow__subheading, .slideshow__subtitle {
font-size: 22px;
margin-top: 10px;
margin-bottom: 25px;
line-height: 30px;
}
}
 