/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/




.header-container-wrapper {
  position: fixed;
  top: 0;
  z-index: 2;
  max-height: 10vw;
  overflow: hidden;
  transition: 0.2s;
  left: 0;
  right: 0;
/*   padding-top: 40px; */
}

.header-container-wrapper * a {
  color: #fff;
}

.dark-head .header-container-wrapper * a {
  color: #000;
}

.header-group-wrapper {
  padding: 20px;
}

.header-logo-sticky {
  display: none !important;
}

.header-logo,
.header-logo-sticky {
/*   padding-left: 20px; */
}

.header-main-menu .hs-menu-wrapper ul,
.header-sub-menu .hs-menu-wrapper ul {
  list-style-type: none;
  margin: 0;
  margin-top: 3vw;
  padding: 0;
}

.header-sub-menu .hs-menu-wrapper ul {
/*  margin-top: 2.8vw;*/
   margin-top: 2vw;
}

.header-main-menu .hs-menu-wrapper ul {
  white-space: nowrap;
}

.header-main-menu .hs-menu-wrapper > ul > li,
.header-sub-menu .hs-menu-wrapper > ul > li {
  display: inline-block;
}

.header-main-menu .hs-menu-wrapper > ul > li {
  vertical-align: top;
  transition: 0.2s;
  font-size: 0.95vw;
  text-transform: uppercase;
  margin-left: -3px;
}

.header-main-menu .hs-menu-wrapper > ul > li li a {
  color: #000;
}


.header-main-menu .hs-menu-wrapper > ul > li li {
/*   font-weight: 300; */
  line-height: 1.3;
  margin-bottom: 0.5em;
  opacity: 0;
  transition: 0.2s;
}

.header-sub-menu {
  margin-left: 0px !important;
  width: 24% !important;
}

.hs-menu-children-wrapper li {
  transition: 0.3s;
}

.header-main-menu:hover .hs-menu-children-wrapper li {
/*   background: white; */
}

.header-sub-menu li a:hover {
  text-decoration: underline;
}

.header-sub-menu .hs-menu-wrapper > ul > li {
  font-size: 0.75vw;
  padding-right: 0.5em;
}

.header-main-menu .hs-menu-wrapper .hs-menu-children-wrapper {
  width: 1em !important;
}

.header-main-menu .hs-menu-wrapper .hs-menu-depth-2 {
  white-space: nowrap;
  width: 100%;
}

.header-main-menu .hs-menu-item.hs-menu-depth-1 {
  padding-right: 1.1em;
  position: relative;
}

.header-sub-menu .hs-menu-wrapper > ul > li:last-child {
  padding-right: 0;
}

.header-main-menu .hs-menu-wrapper .hs-menu-children-wrapper {
  margin-top: 0.8em;
}

.header-main-menu .hs-item-has-children > a {
  padding-right: 0.9em;
  position: relative;
}

.header-main-menu .hs-item-has-children > a:after {
  border: solid #fff;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 3px;
  content: "";
  position: absolute;
  right: 0;
  top: 4px;
  transform: rotate(45deg);
  transition: 0.2s;
  opacity: 0.4;
}
.header-container-wrapper.scrolled .header-main-menu .hs-menu-wrapper > ul > li:nth-last-child(2){
    border: 1px solid #ccc;
}
.header-container-wrapper.hover .header-main-menu .hs-menu-wrapper > ul > li:nth-last-child(2){
  border: 1px solid #ccc;
}
.header-main-menu .hs-menu-wrapper > ul > li:nth-last-child(2) {
  border: 1px solid #fff;
  border-radius: 3px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-top: -5px;
  margin-right: 0;
  margin-left: 1em;
}
.dark-head .header-main-menu .hs-menu-wrapper > ul > li:last-child {
  border-color: #789D4A;
}

/** SEARCH FIELD **/
.header-container-wrapper:not(.search) .header-sub-menu .hs-menu-item:last-child a i {
/*   color: black; */
}

.header-sub-menu .hs-menu-item:last-child a:hover,
.header-sub-menu .hs-menu-item:last-child a:focus,
.header-sub-menu .hs-menu-item:last-child a:active {
  text-decoration: none;
}

.header-sub-menu .hs-menu-item:last-child a i {
  font-family: FontAwesome;
  font-style: normal;
/*   color: #fff; */
}

.row-fluid .lebermuth-search-field {
  display: none;
}

.search .row-fluid .lebermuth-search-field {
  display: block;
  margin-bottom: 1em;
}

.lebermuth-search-field .hs-search-field__input {
  border-width: 0;
  border-bottom-width: 1px;
  font-size: 1em;
  padding: 0.5em 0 0.5em;
  outline: none !important;
  font-family: 'Montserrat';
}

.hs-search-field__suggestions {
  display: none !important;
}

.lebermuth-search-field .hs-search-field__input:focus-visible {
  outline: none !important;
}

.lebermuth-search-field .hs-search-field__input::placeholder {
  color: #aaa;
}
/*** HOVER ***/

.header-container-wrapper.hover .header-logo {
  display: none;
}

.header-container-wrapper.hover .header-logo-sticky {
  display: block !important;
}

.header-container-wrapper.scrolled,
.header-container-wrapper.hover {
  background-color: #fff;
  position: fixed;
  box-shadow: 0 0 10px rgba(0,0,0,0.5);
}

.header-container-wrapper.hover {
  background-color: #fff;
 /* max-height: 20vw !important;*/
  box-shadow: 0 0 10px rgba(0,0,0,0.5);
}

.header-container-wrapper:hover .header-main-menu .hs-menu-wrapper > ul > li {
/*   margin-right: 15px; */
}

.header-container-wrapper.hover * a,
.header-container-wrapper.scrolled * a {
/*   color: #789D4A; */
  color: #000;
}

.header-container-wrapper.hover li:hover > a,
.header-container-wrapper.scrolled li:hover > a {
  color: #789D4A;
}



.header-container-wrapper.scrolled .header-main-menu .hs-item-has-children > a:after,
.header-container-wrapper.hover .header-main-menu .hs-item-has-children > a:after{
  border-color: #000;
}

.header-container-wrapper .header-main-menu .hs-item-has-children:hover > a:after {
  border-color: #789D4A;
}

.header-container-wrapper.hover .header-main-menu .hs-menu-wrapper > ul > li:hover {
  z-index:2
}

.header-container-wrapper.hover .header-main-menu .hs-menu-wrapper > ul > li:hover li {
  opacity: 1;
  display: block;
}

/*.header-container-wrapper.hover .header-main-menu .hs-menu-wrapper > ul > li:last-child,
.header-container-wrapper.scrolled .header-main-menu .hs-menu-wrapper > ul > li:last-child {
  border-color: #789D4A;
   margin-right: 0 !important; 
}*/
.header-container-wrapper .header-main-menu .hs-menu-wrapper > ul > li:last-child:hover{
  border: 1px solid #fff !important;
}
.header-container-wrapper .header-main-menu .hs-menu-wrapper > ul > li:last-child {
background: #789d4a;
    border: 1px solid #789d4a!important;
    border-radius: 3px;
    display: inline-block!important;
    margin-left: 1em;
    margin-right: 0;
    margin-top: -5px;
    padding: 5px 10px;
}

.header-container-wrapper .header-main-menu .hs-menu-wrapper > ul > li:last-child:hover a {
  color: #fff;
}

.header-container-wrapper .header-main-menu .hs-menu-wrapper > ul > li:last-child: a:hover {
  color: #fff;
}

.header-container-wrapper.hover .header-main-menu .hs-menu-wrapper > ul > li:nth-child(5) {
/*   margin-right: 0 !important */
}

.header-main-menu .hs-menu-wrapper > ul > li li a:hover {
  text-decoration: underline;
  color: #789D4A;
}

.header-main-menu:hover .hs-item-has-children > a:after {
  opacity: 0.7;
}

@media (min-width: 769px) {
  .header-main-menu .hs-item-has-children:hover > a:after {
    opacity: 0;
  }
  .header-container-wrapper {
    padding-top: 40px;
    max-height: 30vw;
}
  .header-sub-menu {
  position: absolute;
    top: 0;
    right: 20px;
}
  
  .header-container-wrapper.scrolled {
   /*  padding-top: 20px !important;*/
    padding-top: 0px !important;
    max-height: 19vh;
    overflow: visible;
}
  

/* div#hs_cos_wrapper_module_1618779093935127 ul li:hover {
    background-color: white !important;
}
 */
div#hs_cos_wrapper_module_1618779093935127 ul li ul li {
/*     width: 230px !important; */
/*     background-color: white; */
    padding: 15px 10px 15px 7px !important;
  margin: 0 !important;
}
  div#hs_cos_wrapper_module_1618779093935127 ul li:nth-child(1) ul li {
    width: 170px !important;
    background-color: white; 
}
   div#hs_cos_wrapper_module_1618779093935127 ul li:nth-child(3) ul li {
    width: 350px !important;
     background-color: white; 
}
   div#hs_cos_wrapper_module_1618779093935127 ul li:nth-child(5) ul li {
    width: 240px !important;
     background-color: white; 
}
    div#hs_cos_wrapper_module_1618779093935127 ul li:nth-child(6) ul li {
    width: 250px !important;
      background-color: white; 
}
}

.hs-content-id-53243550034 span , .hs-content-id-33318348971  span , .hs-content-id-33267954179 span , .hs-content-id-32257464576 span , .hs-content-id-33229935289 span , .hs-content-id-51115108231 span , .hs-content-id-5736622796 span , .hs-content-id-5692965120 span , .hs-content-id-5822869848 span , .hs-content-id-76214909367 span , .hs-content-id-81233612383 span , .hs-content-id-5791825789 span , .hs-content-id-62074325825 span , .hs-content-id-72752883383 span , .hs-content-id-5783232588 span , .hs-content-id-24231597828 span , .hs-content-id-53243550034 span , .hs-content-id-33318348971 span , .hs-blog-id-4256198706 span, .hs-content-id-5790763106 span, .hs-content-id-33268695747 span , .hs-content-id-5689254621 span , .hs-content-id-33117809905 span , span#hs_cos_wrapper_module_150826307530009 p , .hs-blog-id-4256198706 p , .hs-blog-id-4256198706 p span , .hs-content-id-33268695747 h4 span{
    color: #666666 !important;
/*     font-family: 'Open Sans' !important; */
       font-family: 'Open Sans', sans-serif !important; 
}
.hs-blog-post .section-intro.hs10 h1 span {
    font-family: Montserrat, sans-serif !important;
    font-weight: 700 !important;
    color: #333c4e !important;
}

.layout-widget-wrapper p span , span#hs_cos_wrapper_module_150826307530009 p , .hs-blog-id-4256198706 p , .hs-blog-id-4256198706 p span , .hs-content-id-33268695747 h4 span{
  font-size: 22px !important;
}
h2 span , h1 span , h2{
    font-size: 35px !important;
}
span#hs_cos_wrapper_module_1496356846743324 h1 span {
    color: white !important;
    font-size: 60px !important;
}
h1 , .hs-content-id-72752883383 span#hs_cos_wrapper_module_1510483467902497 h1 span , span#hs_cos_wrapper_module_1510483467902497 h1 span , span#hs_cos_wrapper_module_150824191597803 h2{
    font-size: 60px !important;
}
.hero-content.vcenter-content.centered span {
    color: white !important;
}
.footer-container-wrapper span , .footer-container-wrapper h2 {
    color: white !important;
}
/* .cta_button span{
    color: white !important;
} */
span#hs_cos_wrapper_module_150824193756604 h2 span {
    color: white !important;
}
.hs-content-id-5790763106 span#hs_cos_wrapper_module_150824193756603 span {
    color: white !important;
}
a#cta_button_2417344_652bdca4-bde9-4056-94d2-1aa4e69d400f, a#cta_button_2417344_652bdca4-bde9-4056-94d2-1aa4e69d400f , a#cta_button_2417344_652bdca4-bde9-4056-94d2-1aa4e69d400f ,a#cta_button_2417344_652bdca4-bde9-4056-94d2-1aa4e69d400f, a#cta_button_2417344_23717c12-ce90-4266-9b1d-a23715fcd8de, a#cta_button_2417344_cc3552a5-650e-4abc-acd2-2d3c67f527a0, a#cta_button_2417344_fe62bc55-d451-4d97-b1fc-e5b14983525c {
/*     background-color: #789d4a !important; */
}
a#cta_button_2417344_fe62bc55-d451-4d97-b1fc-e5b14983525c span, a#cta_button_2417344_652bdca4-bde9-4056-94d2-1aa4e69d400f span, a#cta_button_2417344_652bdca4-bde9-4056-94d2-1aa4e69d400f span , a#cta_button_2417344_652bdca4-bde9-4056-94d2-1aa4e69d400f span ,a#cta_button_2417344_652bdca4-bde9-4056-94d2-1aa4e69d400f span, a#cta_button_2417344_23717c12-ce90-4266-9b1d-a23715fcd8de span, a#cta_button_2417344_cc3552a5-650e-4abc-acd2-2d3c67f527a0 span, a#cta_button_2417344_fe62bc55-d451-4d97-b1fc-e5b14983525c span{
      color: #666 !important; 
}
html a#cta_button_2417344_fe62bc55-d451-4d97-b1fc-e5b14983525c{
  border: 1px solid #666 !important;
  background-color: transparent !important;
}
a#cta_button_2417344_7aad1453-576e-4f83-a34e-608ac5acc73e{
  background-color: transparent !important;
  border: 1px solid #666 !important;
}
html .hs-content-id-33117809905 a#cta_button_2417344_fe62bc55-d451-4d97-b1fc-e5b14983525c , html .hs-content-id-33267954179 a#cta_button_2417344_fe62bc55-d451-4d97-b1fc-e5b14983525c , html .hs-content-id-32257464576 a#cta_button_2417344_fe62bc55-d451-4d97-b1fc-e5b14983525c{
    border: 1px solid white !important;
  background-color: transparent !important;
}
a#cta_button_2417344_8c6c3c75-767e-46d1-8e71-857a58a19f10, a#cta_button_2417344_1d7dad96-0105-4fd7-8462-c27cb9aebcd1 {
    background-color: transparent !important;
    border: 1px solid white !important;
}
span#hs_cos_wrapper_module_150826307530043 span {
    color: white !important;
}
.hero-content h1 span {
    font-size: 60px !important;
}
.hero-content h2 span {
    font-size: 35px !important;
}
.hero-content p span {
    font-size: 22px !important;
line-height: 34px !important;
}
.hs-content-id-5791825789 .row-fluid-wrapper.row-depth-1.row-number-30 span {
    color: white !important;
}
html body {
    font-family: 'Open Sans' !important;
}
.hs-content-id-82249278382 .layout-widget-wrapper p span, .hs-content-id-82249278382 .layout-widget-wrapper h1 span , .hs-content-id-82249278382 h2 span, .hs-content-id-82249278382 .layout-widget-wrapper li span , .hs-content-id-82249278382 h2 , .hs-content-id-82249278382 h4 , .hs-content-id-82249278382 span{
      color: #fff !important;
}
}
@media (min-width: 2200px) {

  div#hs_cos_wrapper_module_1618779093935127 ul li:nth-child(1) ul li {
    width: 250px !important;
    background-color: white; 
}
   div#hs_cos_wrapper_module_1618779093935127 ul li:nth-child(3) ul li {
    width: 450px !important;
     background-color: white; 
}
   div#hs_cos_wrapper_module_1618779093935127 ul li:nth-child(5) ul li {
    width: 320px !important;
     background-color: white; 
}
    div#hs_cos_wrapper_module_1618779093935127 ul li:nth-child(6) ul li {
    width: 300px !important;
      background-color: white; 
}
}

@media (min-width: 1640px) {
  
  .header-container-wrapper {
    /*max-height: 7.5vw;*/
  }
  
  .header-container-wrapper.hover {
    max-height: 15vw;
  }
  
  .header-main-menu .hs-menu-wrapper > ul > li {
/*     font-size: 1vw; */
  }

  .header-sub-menu .hs-menu-wrapper > ul > li {
/*     font-size: 0.8vw; */
  }
  
  .header-main-menu .hs-menu-wrapper ul,
  .header-sub-menu .hs-menu-wrapper ul {
    margin-top: 2.1vw;
  }

  .header-sub-menu .hs-menu-wrapper ul {
    margin-top: 2.1vw;
  }

  .header-main-menu .hs-menu-wrapper > ul > li:last-child {
    padding-right: 20px;
    padding-left: 20px;
  }
  
  .header-main-menu .hs-menu-item.hs-menu-depth-1 {
    padding-right: 1.4em;
  }

}

@media (max-width: 768px) {
  
  /*added below css*/
  .header-main-menu:hover .hs-item-has-children > a:after {
    opacity: 1;
  }

   .header-main-menu .hs-item-has-children > a:after {
      width: 10px;
      height: 10px;
      right: -10px;
      top: 0;
  }
  .header-main-menu .hs-menu-wrapper > ul > li:nth-last-child(2) { 
    margin-left: 0 !important;
    margin-top: 10px;
  }
  .header-container-wrapper .header-main-menu .hs-menu-wrapper > ul > li:last-child {
  margin-left: 0 !important;
     margin-top: 10px;
  }
    /*added above css ends */
  
  .section-intro h2, h1 {
    font-size: 2.0001rem !important;
    line-height: 40px;
  }
  
  .content-section {
    padding-top: 20px !important;
    padding: 15px;
  }
  
  span#hs_cos_wrapper_module_15785325688481348 {
    height: 620px !important;
  }
  
  .hero-format h1, .hero-format h2, .hero-format h3 {
    font-size: 2.5rem !important;
    line-height: 50px;
}
  
  .hs-content-id-33318348971 .row-fluid-wrapper.row-depth-2.row-number-3 {
    display: none !important;
}
  
  div#hs_cos_wrapper_module_1596586765831350 {
    display: none !important;
}
  
  html span#hs_cos_wrapper_module_1496356846743324 h1, html span#hs_cos_wrapper_module_1496356846743324 span {
    font-size: 36px !important;
}
  
   a#cta_button_2417344_3e52d1a0-c000-49d2-8d91-2e9f6343cfd5 strong{
    font-size: 16px !important;
}
  a#cta_button_2417344_3e52d1a0-c000-49d2-8d91-2e9f6343cfd5{
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  
  .hs-content-id-5783232588 .centered, .row-fluid .span12.centered {
    padding-left: 10px !important;
    padding-right: 10px !important;
}
  
  .hs-content-id-5783232588 strong {
    font-size: 30px !important;
}
  
  .hs-content-id-5783232588 h5 span {
    font-size: 22px !important;
}
  
  .hs-content-id-5783232588 p span {
    font-size: 22px !important;
}
  
  .hs-content-id-5783232588 p {
    line-height: 40px !important;
}
  
  h2 {
    font-size: 36px !important;
}
  
  #hs_cos_wrapper_widget_1543339400346 .hs-richtext h2 {
    margin-bottom: 0 !important;
}
  
  html .hs-content-id-53243550034 iframe {
    max-width: 100% !important;
    height: 400px !important;
}
  #hs_cos_wrapper_module_1523378785299726 {
    margin-left: 0px !important;
}
  
  .hs-content-id-24231597828 .pb50 {
    padding-bottom: 0px !important;
}
  
  #hs_cos_wrapper_module_1510505577261509 a {
    font-size: 22px !important;
} 
  #hs_cos_wrapper_module_1510505577261509 p img {
    text-align: center;
    width: 100% !important;
    padding-bottom: 50px !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
}
  
  span#hs_cos_wrapper_module_150826307530009 {
    padding: 0px 15px !important;
}

  span#hs_cos_wrapper_module_150826307530043 h1 span {
    font-size: 36px !important;
}
  div#hs_cos_wrapper_module_1629472758493345 {
    margin-left: -210px !important;
}

/*   ============================================== */
  
  .header-group-wrapper {
    padding-top: 10px;
  }
  
  .header-container-wrapper {
/*    max-height: 9vh;*/
  }
  
  .header-container-wrapper.hover {
/*    max-height: 100000px;*/
     max-height: 100vh;
     overflow: auto;
    /*added---*/
      z-index: 9999;
  }
  
  .header-logo-sticky img,
  .header-logo img {
  /*  width: 150px;*/
     width: 110px;
  }
  
  .header-logo, 
  .header-logo-sticky {
    padding-left: 0;
  }
  
  .header-main-menu .hs-menu-wrapper ul,
  .header-sub-menu .hs-menu-wrapper ul {
    margin-top: 4vh;
  }
  
  .header-main-menu .hs-menu-wrapper>ul>li,
  .header-sub-menu .hs-menu-wrapper>ul>li {
    display: block;
  /*  font-size: 1.3em;*/
      font-size: 13px;
    font-weight: 600;
    padding-top: 10px;
  }
  
  .hs-menu-children-wrapper {
    display: none;
  }
  
  .header-main-menu .hs-menu-wrapper li:hover > .hs-menu-children-wrapper {
    display: block;
  }
  
  .header-sub-menu {
    width: 100% !important;
  }
  
  .header-main-menu .hs-menu-wrapper .hs-menu-children-wrapper {
    background-color: #eee;
    padding: 0.3em;
    width: auto !important;
    background-color: #789d4a1f;
    padding: 20px 20px 10px;
    margin-top: 0;
    margin-bottom: 0.8em;
  }
  
  .header-main-menu .hs-menu-wrapper .hs-menu-children-wrapper {
    width: auto;
  }
  
  .header-container-wrapper .mobile-nav-toggle {
    position: absolute;
    top: 2vh;
    right: 30px;    
  }
  
  .header-container-wrapper .mobile-nav-toggle:after {
    content: "☰";
    display: block;
    font-size: 2em;
    color: white;
    font-weight: bold;
  }
  
  .header-container-wrapper.scrolled .mobile-nav-toggle:after {
    color: black;
  }
  
  .header-container-wrapper .header-main-menu {
    float: none !important;
    margin-left: 0;
  }
  
  .header-container-wrapper.scrolled,
  .header-container-wrapper.hover {
  }
  
  .header-container-wrapper.hover .mobile-nav-toggle:after {
    content: "×";
    color: gray;
    transform: scale(2) translateX(-2px);
  }
  
  .header-main-menu .hs-menu-wrapper>ul>li:last-child {
    margin-left: 0;
    margin-top: 35px;
    display: inline-block;
  }
  
  .header-main-menu .hs-menu-item.hs-menu-depth-1 {
    padding-right: 0;
  }
}

@media (max-width: 430px) {
  
  .header-container-wrapper {
    max-height: 11vh;
  }
  
  .header-container-wrapper .mobile-nav-toggle {
    top: 2.5vh;
  }
}
.header-container-wrapper a span {
    color: #fff !important;
      padding-left: 5px;
}
.dark-head .header-container-wrapper a span, .header-container-wrapper.scrolled a span, .header-container-wrapper.hover a span {
    color: #000 !important;
      padding-left: 5px;
}
img.shop-img {
    display: inherit;
    left: 5px;
    height: auto;
    max-width: 20px;
    position: relative;
    right: 5px;
    width: auto;
}
img.shop-img1{
  display: inherit;
    width: 25px;
}
.header-main-menu .hs-menu-wrapper>ul>li:last-child a span {
    color: #fff!important;
    padding-left: 15px;
}
.header-container-wrapper a img.shop-img1, .dark-head .header-container-wrapper a img.shop-img, .header-container-wrapper.scrolled a img.shop-img, .header-container-wrapper.hover a img.shop-img {
    display: inherit;
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
    .row-fluid .span7 {
    width: 100%;
  margin-left: 0 !important;
}
}

@media only screen and (min-device-width : 820px) and (max-device-width : 1180px) and (orientation : portrait) {
    .row-fluid .span7 {
    width: 57.182320438000005%;
      margin-left: 2.762430939% !important;
}
  .header-main-menu .hs-item-has-children > a:after {
    right: -4px !important;
    top: 0 !important;
}
}

@media only screen and (min-device-width : 820px) and (max-device-width : 1180px) and (orientation : landscape) {
.header-main-menu .hs-item-has-children > a:after {
    right: -4px !important;
    top: 0 !important;
}
}