/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 01 2023 | 14:33:13 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 

@media only screen and (max-width: 767px){
  body #featured-floating-content .right-column>.vc_column-inner>.wpb_wrapper .wpb_text_column:last-of-type img.alignleft{
/*     margin: 8rem 0 0 -2.5rem; */
  }
}
@media only screen and (max-width: 575px){
  body #featured-floating-content .right-column>.vc_column-inner>.wpb_wrapper .wpb_text_column:last-of-type img.alignleft{
/*     margin: 21vw 0 0 -2.5rem; */
  }
}
@media only screen and (max-width: 1450px) and (min-width: 1301px){
  body #carousel-wrapper .carousel-wrapper-column .slick-list{
    padding: 0 120px !important;
  }
}
@media only screen and (max-width: 1350px) and (min-width: 1301px){
  body #carousel-wrapper .carousel-wrapper-column .slick-list{
    padding: 0 100px !important;
  }
}
@media only screen and (max-width: 1200px) and (min-width: 1101px){
  body #carousel-wrapper .carousel-wrapper-column .slick-list{
    padding: 0 60px !important;
  }
}
@media only screen and (max-width: 1100px){
  body #carousel-wrapper .carousel-wrapper-column .slick-list{
    padding: 0 0px !important;
  }
  body #carousel-wrapper .carousel-wrapper-column{
    width: calc(100% + 4rem) !important;
    position: relative;
    left: -2rem !important;
  }
}
@media only screen and (max-width: 575px){
  body #carousel-wrapper .carousel-wrapper-column>.vc_column-inner>.wpb_wrapper .carousel-element .wpb_wrapper .carousel-element-content{
    padding: 2.5rem 32px 1.5rem !important;
  }
  body #carousel-wrapper .carousel-wrapper-column>.vc_column-inner>.wpb_wrapper .carousel-element .control-slide.next-slide{
    left: 122px;
  }
  body #carousel-wrapper .carousel-wrapper-column>.vc_column-inner>.wpb_wrapper .carousel-element .control-slide.prev-slide{
    left: 32px;
  }
}


@media only screen and (min-width: 1301px){
 html body{
  padding-top: 80px !important;
 } 
}
@media only screen and (max-width: 1300px) and (min-width: 991px){
  html body{
    padding-top: 135px !important;
  }
}
@media only screen and (max-width: 990px){
  html body{
    padding-top: 84px !important;
  }
}
html body .inner-block h1{
  line-height: 1.4 !important;
}