/** Shopify CDN: Minification failed

Line 117:5 Expected identifier but found "*"
Line 266:1 Expected "}" to go with "{"

**/
.flexslider .slides > li {
     position: relative;
}

.slideshow-text {
	position: absolute;
	top: 37%;
	left: 18.2%;
	color: #fff;
	text-align: left;
	right: 0;
	width: 40%;
}

 .slideshow__subtitle {
     color: #fcb603;
}
.slideshow__slidetitle {
	color: var(--color-base-text);
	font-size: 55px;
	line-height: 65px;
	margin-bottom: 26px;
	text-align: left;
	text-transform: capitalize;
	letter-spacing: -0.2px;
	font-weight: 400;
	margin-top: 20px;
}
.slideshow__subheading {
	font-size: 18px;
line-height: 1;
text-transform: capitalize;
letter-spacing: 0.4px;
font-weight: 400;
color: var(--color-base-accent-2);
}
.slideshow__btn-wrapper {
	margin-top: 30px;
	display: inline-block;
}
.btn.slideshow__btn.button {
	color: var(--color-base-button-text);
	padding: 11px 28px;
}
.slideshow__custom {
	margin-block-start: 30px;
	margin-inline-start: 22px;
}
.slideshow__custom ul li {
	color: var(--color-base-text);
	font-size: 22px;
	line-height: 32px;
	text-transform: capitalize;
	letter-spacing: .1px;
	margin-block: 10px;
	list-style: none;
	position: relative;
}
.slideshow__custom ul li::before {
	position: absolute;
	content: "";
	background: #bcb6b2;
	width: 10px;
	height: 10px;
	top: 10px;
	right: auto;
	left: -21px;
	z-index: 9;
	border-radius: 50px;
}


.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 .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	border-radius: 50%;
	height: 50px;
	width: 40px;
}



 .flex-control-nav {
     width: 100%;
     position: absolute;
     margin: 0;
     bottom: 5px;
     text-align: center;
     z-index: 2;
}
 .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: 1430px) {
  .slideshow-text {
	top: 23%;
	width: 45%;
}
  
}

 @media (max-width: 1269px) {
    
     .slideshow__btn-wrapper {
         margin-top: 30px;
    }
   .slideshow__slidetitle {
	font-size: 35px;
	line-height: 45px;
}
   .slideshow-text {
	top: 23%;
	width: 35%;
}
   .slideshow__subheading {
	font-size: 20px;
	line-height: 42px;
}
   .slideshow__custom {
	margin-block-start: 30px;
	margin-inline-start: 25px;
}
   .slideshow__custom ul li {
	font-size: 18px;
	line-height: 25px;
}
   .slideshow__custom ul li::before {
	top: 6px;
}
   
   
}
 @media (max-width: 989px) {
   
   .slideshow__slidetitle {
	font-size: 25px;
	line-height: 35px;
}
   .slideshow__custom {
	margin-block-start: 0;
}
   .slideshow__custom ul li {
	font-size: 16px;
	line-height: 22px;
}
     .slideshow__subheading{
		font-size: 16px;
		line-height: 30px;
		margin-top: 0;
	}
     
   .slideshow__btn-wrapper {
		margin-top: 10px;
	}
}
 @media (max-width: 749px) {
   
    .slideshow__slidetitle {
	font-size: 22px;
	line-height: 30px;
	margin-bottom: 18px;
}
   .slideshow__custom ul li {
	font-size: 12px;
	line-height: 13px;
	margin: 5px;
}
     .slideshow-text {
	top: 13%;
	left: 6%;
       width: 44%;
}
   .slideshow__subheading {
	font-size: 14px;
	line-height: 23px;
}
.slideshow__btn-wrapper {
	margin-top: 0;
}
   .btn.slideshow__btn.button {
	padding: 10px 15px;
}
     .btn.slideshow__btn {
         padding: 10px 15px;
    }
   .slideshow__custom {
		margin-inline-start: 12px;
	}
   .slideshow__custom ul li::before {
	width: 7px;
	height: 7px;
	top: 3px;
	left: -15px;
}
 @media (max-width: 479px) {
     .slideshow__subheading {
	font-size: 10px;
	line-height: 16px;
}
   .slideshow-text {
	top: 5%;
	width: 71%;
}
   .slideshow__custom {
	display: none;
}
   .slideshow__slidetitle {
	font-size: 15px;
	line-height: 20px;
	margin: 10px 0;
}
   .btn.slideshow__btn.button, .btn.slideshow__btn {
	padding: 4px 13px;
}
   .btn.slideshow__btn {
	font-size: 10px; 
	}
   
   
}
 