/* -------------- GRAVITY FORM -------------- */

.gform_wrapper span.ginput_product_price {
    color: #2A2A2A;
  font-weight: 400;
}

.gform_wrapper span.ginput_total {
    color: #B5D5CC;
    font-size: 35px;
  font-weight: 700; }

.gform_wrapper .top_label li.gfield.gf_right_half {
    margin: 0 0 2.5em;
}

.gform_wrapper .top_label li.gfield.gf_left_half {
      margin: 0 0 2.5em;
}


.gform_wrapper .top_label li.gfield.gf_left_third {
    margin: 0 0 2.5em;
}

.gform_wrapper .top_label li.gfield.gf_middle_third, .gform_wrapper .top_label li.gfield.gf_right_third {
    margin-left: 0%!important;
      margin: 0 0 2.5em;
}

.gform_wrapper .description, .gform_wrapper .gfield_description, .gform_wrapper .gsection_description, .gform_wrapper .instruction {
font-size: 13px;
} 

.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield div.ginput_complex span.ginput_left select, .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield div.ginput_complex span.ginput_right select, .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield input[type=radio], .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield select {
    padding: 0.5em 0.5em;
}

.gform_wrapper .datepicker {
    width: 97.5%!important;
}


.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit] {
  display: inline-block;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid rgba(0, 0, 0, 0);
    white-space: nowrap;
    padding: .5714285714285714rem 2rem;
    font-size: 13px;
    line-height: 1.6;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: none;
    text-decoration: none;
    color: rgb(255, 255, 255);
    background-color: rgb(51, 51, 51);
    border-color: rgb(51, 51, 51);
    padding: .8571428571428571rem 1.5em;
}

/* -------------- 3 COL RESPONSIVE -------------- */

@media only screen and (min-width: 200px) and (max-width: 768px) {

  .gform_wrapper .gform_body .top_label li.gfield.gf_left_third { 
    float: left; 
    clear: left !important;
    width: 99%;
  } 

  .gform_wrapper .gform_body .top_label li.gfield.gf_middle_third { 
    float: left; 
    clear: left !important;
    width: 99%;
  }
  
    .gform_wrapper .gform_body .top_label li.gfield.gf_right_third { 
    float: left; 
    clear: left !important;
    width: 99%;
  }

}

/* -------------- 2 COL RESPONSIVE -------------- */

@media only screen and (min-width: 200px) and (max-width: 768px) {

  .gform_wrapper .gform_body .top_label li.gfield.gf_right_half { 
    float: left; 
    clear: left !important;
    width: 99%;
  } 

  .gform_wrapper .gform_body .top_label li.gfield.gf_left_half { 
    float: left; 
    clear: left !important;
    width: 99%;
  }

}

 /* -------------- FONT STYLE -------------- */

h1, h2, h3, h4, h5, h6 {
    text-transform: uppercase;
    font-family: "Montserrat light", Arial, sans-serif !important;}

body, p {
    font-family: "Montserrat UltraLight", Arial, sans-serif;
}

p.large {
         font-size: 20px;
    line-height: 30px;
}

p.larger {
         font-size: 30px;
    line-height: 40px;
}


/* -------------- HEADER STYLE -------------- */

 /*  H1  */

h1:after {
  content: '';
  display: block;
 /* background: #E0E0E0;*/
     background: #b5d5cc;
    height: 1px;
   max-width: 75%;
  width: 75%;
  margin: 10px 0px 30px 0;
}

h1.header-light {
    font-weight: 100;
  color: #fff;
  font-size: 48px;
}

h1.header {
    font-weight: 100;
  font-size: 48px;
}

 /*  H2  */

h2:after {
  content: '';
  display: block;
 /* background: #E0E0E0;*/
     background: #b5d5cc;
    height: 1px;
   max-width: 75%;
  width: 75%;
  margin: 10px 0px 30px 0;
}

h2.header-light {
    font-weight: 100;
  color: #fff;
  font-size: 48px;
}

h2.header {
    font-weight: 100;
  font-size: 48px;
}

 /*  H1 - UNDERLINE */

h1:underline-left:after {
  content: '';
  display: block;
 /* background: #E0E0E0;*/
     background: #b5d5cc;
    height: 1px;
  max-width: 75%;
  width: 75%;
    margin: 10px 0px 30px 0;
}

h1:underline:after {
  content: '';
  display: block;
 /* background: #E0E0E0;*/
     background: #b5d5cc;
    height: 1px;
  max-width: 75%;
  width: 75%;
   margin: 20px auto;
}

 /*  H2 - UNDERLINE */

h2.underline {
font-size: 23px;}

h2.center:after {
 content: '';
  display: block;
 /* background: #E0E0E0;*/
     background: #b5d5cc;
    height: 1px;
  max-width: 75%;
  width: 75%;
   margin: 20px auto;}

h2.underline:after {
  content: '';
  display: block;
 /* background: #E0E0E0;*/
     background: #b5d5cc;
    height: 1px;
  max-width: 100%;
  width: 100%;
  margin: 10px auto;
}

h2.underline-left:after {
  content: '';
  display: block;
 /* background: #E0E0E0;*/
     background: #b5d5cc;
    height: 1px;
  max-width: 75%;
  width: 75%;
    margin: 10px 0px 30px 0;
}

 /*  H3  */

h3.underline:after {
  content: '';
  display: block;
 /* background: #E0E0E0;*/
     background: #b5d5cc;
    height: 1px;
  max-width: 75%;
  width: 75%;
   margin: 20px auto;
}

h3.underline-left:after {
  content: '';
  display: block;
 /* background: #E0E0E0;*/
     background: #b5d5cc;
    height: 1px;
  max-width: 75%;
  width: 75%;
    margin: 10px 0px 30px 0;
}

 /*  H4  */

h4 {
    margin-top: 40px;
}

h4:after {
  content: '';
  display: block;
 /* background: #E0E0E0;*/
     background: #b5d5cc;
    height: 1px;
  max-width: 75%;
  width: 75%;
  margin: 10px auto;
  margin-left: 0;
}

 /* -------------- DH SLIDE STYLE -------------- */

.slider-heading-text:after {
  content: '';
  display: block;
 /* background: #E0E0E0;*/
     background: #b5d5cc;
    height: 1px;
   max-width: 75%;
  width: 75%;
  margin: 10px 0px 30px 0;
  font-weight: 100;
  color: #fff;
  font-size: 48px;
}


.slider-top-caption-text {
line-height: 20px;
font-size: 20px;}

 /* -------------- WOOCOMMERCE -------------- */

.woocommerce ul.products li.product figcaption .shop-loop-product-info {
text-align: center;}

.woocommerce span.out_of_stock {
  border-radius: 50%;
      padding: 0.5em 1em;
}

 /* -------------- MISC. -------------- */

.vc_separator {
font-size: 30px;
      text-transform: uppercase;
}

.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
padding: 5px;
}

hr {
max-width: 10%;
margin-left: 0;}

