@import url('../../structure/features/ks-cs-hero.css');

:root { 
  --rgb-ks-cs-hero-color-1: 0,0,0;
  --rgb-ks-cs-hero-opacity-1: 0.88;
}

/*
==============================================
Box Background Option
==============================================
*/
.ks-cs-hero.ks-cs-hero-solid .content-slider-content-wrapper:before {
  background: rgba(var(--rgb-ks-cs-hero-color-1), var(--rgb-ks-cs-hero-opacity-1));
}

.ks-cs-hero .content-slider-cta {
      display: block;
      height: auto;
      width: auto;
      margin-top:6px;
      padding: 0 25px;
      border: 2px solid var(--light);
      font-family: var(--font-1);
      color: var(--white);
      background: transparent;
      font-size: 15px;
      font-weight: 400;
      line-height: 40px;
      text-transform: uppercase;
      text-decoration: none;
      align-items: center;
      justify-content: center;
      overflow: hidden;
      -webkit-border-radius: 25px;
      -moz-border-radius: 25px;
      border-radius: 25px;
      -webkit-transition: all 0.4s ease-in-out;
      -moz-transition: all 0.4s ease-in-out;
      -o-transition: all 0.4s ease-in-out;
      -ms-transition: all 0.4s ease-in-out;
      transition: all 0.4s ease-in-out;
}

.ks-cs-hero .content-slider-cta:before {
  display: none;
}
.ks-cs-hero .content-slider-cta:hover {
    text-decoration: none;
    color: var(--white);
    /* letter-spacing: 1px; */
    border-color: var(--white);
}
.ks-cs-hero .content-slider-heading-wrapper h3 {
  color: var(--white);
  text-transform: none !important;
  font-family: var(--font-1);
  font-weight: 300;
}
.ks-cs-hero .content-slider-copy {
  color: var(--white);
  font-size: 19px;
  line-height: 26px;
  font-weight: 400;
  text-align: left;
}
.ks-cs-hero .slick-prev:before, .ks-cs-hero .slick-next:before {
  color: var(--white);
}
.ks-cs-hero-model-3 .slick-prev:hover:before, .ks-cs-hero-model-3 .slick-next:hover:before {
    color: var(--light);
}
.ks-cs-hero-model-3 .ks-cs-hero-col-3 .content-slider-copy-wrapper:before {
  background: var(--light);
}

.ks-cs-hero-col-1 .content-slider-heading-wrapper:after,
.ks-cs-hero-col-2 .content-slider-heading-wrapper:after {
  background: var(--light);
}

/*
==============================================
One Column Slider
==============================================
*/


/*
==============================================
Two Column Slider
==============================================
*/
.ks-cs-hero-col-2 .content-slider-heading-wrapper:after, .ks-cs-hero-col-3 .content-slider-heading-wrapper:after {
    background: var(--light);
}
/* .ks-cs-hero-col-2 .content-slider-cta {
  margin-top: 0px;
} */
/*
==============================================
Three Column Slider
==============================================
*/
.ks-cs-hero-col-3 .content-slider-copy-wrapper:before {
  background: var(--light);
}
.ks-cs-hero .slick-prev:hover:before, .ks-cs-hero .slick-next:hover:before {
    color: var(--light);
}

/*
==============================================
Responsive Meia Queries NEW
==============================================
*/

/* Large devices (tablet landscape, 1024px and less) tablet-l */
@media only screen and (max-width: 1024px) {
  .ks-cs-hero-col-2 .content-slider-copy-wrapper:before {
      background: var(--light);
  }
  .ks-cs-hero-col-3 .content-slider-copy-wrapper:before {
      background: var(--light);
  }
  /* .ks-cs-hero-col-2 .content-slider-cta, .ks-cs-hero-col-3 .content-slider-cta {
    top:0 !important;
    margin-top: 0px;
  } */
}


/* Medium devices (tablet portrait, 768px and less) tablet-p */
@media only screen and (max-width: 768px) {
  .ks-cs-hero-col-1 .content-slider-copy-wrapper:before, .ks-cs-hero-col-2 .content-slider-copy-wrapper:before, .ks-cs-hero-col-3 .content-slider-copy-wrapper:before {
    background: var(--light);
  }
  .ks-cs-hero-col-2 .content-slider-heading-wrapper h3,
  .ks-cs-hero-col-3 .content-slider-heading-wrapper h3  {
    font-size: 33px !important;
    line-height: 36px;
  }

}


/* Extra small devices (most portrait phones, 480px and less) mobile-p */
@media only screen and (max-width: 480px) {
  
  .ks-cs-hero .content-slider-content-wrapper {
    margin-bottom: 40px;
  }
  .ks-cs-hero ul, .ks-cs-hero ol {
    margin: 0px 0;
  }
  .ks-cs-hero ul, .ks-cs-hero ol {
    margin: 0px 0;
  }
  .ks-cs-hero-col-1 .content-slider-copy-wrapper:before, .ks-cs-hero-col-2 .content-slider-copy-wrapper:before, .ks-cs-hero-col-3 .content-slider-copy-wrapper:before {
    background: var(--light);
  }
  .ks-cs-hero-col-1 .content-slider-copy, .ks-cs-hero-col-2 .content-slider-copy, .ks-cs-hero-col-3 .content-slider-copy {
    font-size: 16px;
    line-height: 20px;
  }
  
  .ks-cs-hero-col-1 .content-slider-cta, .ks-cs-hero-col-2 .content-slider-cta, .ks-cs-hero-col-3 .content-slider-cta {
    margin-left: auto;
    margin-right: auto;
  }
  .ks-cs-hero-col-3 .content-slider-heading-wrapper .content-slider-heading {
    padding-right: 0px;
  }
  .ks-cs-hero-col-1 .content-slider-heading-wrapper h3, .ks-cs-hero-col-2 .content-slider-heading-wrapper h3, .ks-cs-hero-col-3 .content-slider-heading-wrapper h3 {
    font-size: 28px !important;
    line-height: 31px;
  }

  .ks-cs-hero-col-1 .content-slider-copy-wrapper, 
  .ks-cs-hero-col-2 .content-slider-copy-wrapper, 
  .ks-cs-hero-col-3 .content-slider-copy-wrapper {
    padding-right: 0px;
    padding-bottom: 20px;
  }
  .ks-cs-hero .content-slider-cta {
    font-size: 17px;
    font-weight: 400;
    padding: 1px 13px;

  }
}


/* Extra small landscape devices (most landscape phones, >=480px and <= 767 and landscape) mobile-l */
@media only screen and (min-width: 480px) and (max-width: 767px) and (orientation: landscape) {
  .ks-cs-hero .content-slider-content-wrapper {
    margin-bottom: 40px;
  }
  .ks-cs-hero ul, .ks-cs-hero ol {
    margin: 0px 0;
  }
  .ks-cs-hero ul, .ks-cs-hero ol {
    margin: 0px 0;
  }
  .ks-cs-hero-col-1 .content-slider-copy-wrapper:before, .ks-cs-hero-col-2 .content-slider-copy-wrapper:before, .ks-cs-hero-col-3 .content-slider-copy-wrapper:before {
    background: var(--light);
  }
  
  .ks-cs-hero-col-1 .content-slider-copy, .ks-cs-hero-col-2 .content-slider-copy, .ks-cs-hero-col-3 .content-slider-copy {
    font-size: 16px;
    line-height: 20px;
  }
  .ks-cs-hero-col-1 .content-slider-heading-wrapper h3, .ks-cs-hero-col-2 .content-slider-heading-wrapper h3, .ks-cs-hero-col-3 .content-slider-heading-wrapper h3 {
    font-size: 28px !important;
    line-height: 31px;
  }
  .ks-cs-hero .content-slider-cta {
    font-size: 17px;
    font-weight: 400;
    padding: 1px 13px;
  }
  .ks-cs-hero-col-1 .content-slider-cta, .ks-cs-hero-col-2 .content-slider-cta, .ks-cs-hero-col-3 .content-slider-cta {
    margin-left: auto;
    margin-right: auto;
  }
  .ks-cs-hero-col-3 .content-slider-heading-wrapper .content-slider-heading {
    padding-right: 0px;
  }
  .ks-cs-hero-col-1 .content-slider-copy-wrapper, 
  .ks-cs-hero-col-2 .content-slider-copy-wrapper, 
  .ks-cs-hero-col-3 .content-slider-copy-wrapper {
    padding-right: 0px;
    padding-bottom: 0px;
  }
  .ks-cs-hero-col-3 .content-slider-cta, .ks-cs-hero-col-2 .content-slider-cta {
    margin-top: 3px !important;
  }
  .ks-cs-hero-col-1 .content-slider-copy {
    padding-bottom: 20px;
  }
}

/* IE only */
@media screen\0 {

}
