/* CSS Document */
#content {
  font-family: 'Lato', sans-serif;
}

.cover-holder {
  position: relative;
  background-image: none !important;
}

.cover-holder-inner-table {
  position: relative;
  width: 100%;
  height: 100%;
}

.cover {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-position: center;
  background-size: cover;
  color: transparent;
}

.full-width-header {
  position: relative;
}

.with-email-sidebar .lp-header-image {
  width: 66%;
  right: auto;
}

.lp-header-image {
  padding-bottom: 25%;
}

.lp-header-headlines {
  position: absolute;
  left: 4%;
  top: 50%;
  width: 92%;
  text-align: center;
  z-index: 10;
  color: #fff;
  -webkit-font-smoothing: antialiased;
}

.lp-header-headlines-inner {
  max-width: 650px;
  margin: 0px auto;
}

.vertically-center {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.lp-header-email-inner {
  position: absolute;
  top: 50%;
  left: 4%;
  width: 92%;
}

.lp-overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  z-index: 5;
  background-color: rgba(0, 0, 0, .4);
}

.lp-hs1 {
  font-family: 'Lato', sans-serif;
  font-size: 53px;
  line-height: 1.2em;
  margin-bottom: .1em;
  font-weight: 300;
}

.lp-hs2 {
  font-family: 'Lato', sans-serif;
  font-size: 26px;
  line-height: 1.3em;
  font-weight: 400;
}

.lp-hs4 {
  font-family: 'Lato', sans-serif;
  font-weight: 900;
  font-size: 40px;
  line-height: 1.2em;
  margin-bottom: 1em;
}

.lp-hs5 {
  font-family: 'Lato', sans-serif;
  font-size: 36px;
  line-height: 1.2em;
  margin-bottom: .5em;
  color: #144350;
  position: relative;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
}

.lp-content-content,
.lp-content-content p {
  font-family: 'Lato', sans-serif;
  font-size: 30px !important;
  line-height: 1.3em !important;
  font-weight: 300 !important;
  margin-bottom: 1em;
}

.lp-hs6 {
  color: #CFB26F;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  font-size: 40px;
  line-height: 1.2em;
  text-align: center;
  margin-bottom: 20px;
}

.lp-hs7 {
  color: #505050 !important;
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  line-height: 1.2em;
  display: block;
  font-weight: 300;
  margin-bottom: 20px;
}

.three-col-full-width-subheadline {
  color: #FFFFFF;
  font-family: 'Bentham', serif;
  font-size: 22px;
  line-height: 1.2em;
  text-align: center;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;

}

.lp-header-email {
  background-color: #e5e5e5;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 34%;
  height: 100%;
  background-size: cover;
  background-position: center;
}

.lp-mailchimp-form {
  text-align: center;
  font-weight: 400;
}

.lp-mailchimp-form input[type=text],
.lp-mailchimp-form input[type=email] {
  display: inline-block;
  ;
  width: 96%;
  padding: 10px 2%;
  max-width: 300px;
  margin-bottom: 14px;
  border: 1px solid #464646;
}

.lp-mailchimp-form input:invalid {
  background-color: #ffffff;
}

.lp-mailchimp-form input {
  color: #464646;
}

.lp-mailchimp-form label {
  display: block;
  margin-bottom: 10px;
  -webkit-font-smoothing: antialiased;
}

.lp-mailchimp-form h2 {
  font-family: 'Bentham', serif;
  font-size: 27px;
  line-height: 1.2em;
  margin-bottom: 5px;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}

.lp-mailchimp-form input[type=submit] {
  font-family: 'Lato', sans-serif;
  display: inline-block;
  -webkit-appearance: none;
  background-color: #464646;
  border: none;
  color: #fff;
  font-weight: 700;
  font-size: 13px;
  padding: 10px;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  line-height: 1em;
}

.center {
  text-align: center;
}

.lp-vertical-padding {
  padding-top: 70px;
  padding-bottom: 80px;
}

.lp-top-padding {
  padding-top: 70px;
}

.lp-quote-vertical-padding {
  padding-top: 70px;
  padding-bottom: 70px;
}

.lp-inner {
  margin-right: auto;
  margin-left: auto;
}

.lp-inner-largish {
  max-width: 1000px;
}

.lp-inner-medium {
  max-width: 900px;
}

.lp-inner-small {
  max-width: 820px;
}

.zero-font {
  font-size: 0px;
  line-height: 0px;
}


.lp-content-content ul {
  padding-left: 1em;
  margin-bottom: 1em;
}

.lp-content-content ul li {
  margin-bottom: .4em;
}

.lp-content-content h3 {
  margin-bottom: 1em;
}

.cta-grid .lp-hs4 {
  margin-bottom: 50px;
}

.lp-cta-row {
  position: relative;
}

.lp-cta-image {
  float: right;
  vertical-align: top;
  width: 50%;
  border: 1px solid #e8e8e8;
  padding: 2%;
  border-collapse: collapse;
  margin-top: -30px;
  background-color: #fff;
}

.even-row .lp-cta-image {
  float: left;
}

.lp-cta-image-inner {
  border: 1px solid #e8e8e8;
  padding-bottom: 100%;
  border-collapse: collapse;
}

.lp-cta-content {
  width: 40%;
  float: left;
  vertical-align: top;
  background-image: url('../png/honeycomb-texture-bg.png');
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 5%;
  text-align: right;
  position: relative;
}

.even-row .lp-cta-content {
  float: right;
  text-align: left;
  padding-top: 2%;
}

.lp-cta-content .lp-hs5 span {
  position: absolute;
  top: 10px;
  left: -139px;
  height: 5px;
  width: 130px;
  background-color: #CAA95F;
  z-index: 15;
}

.odd-row .lp-cta-content .lp-hs5 span {
  left: auto;
  right: -139px;
}

.cta-detail,
.cta-price {
  color: #464646;
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5em;
  margin-bottom: 10px;
  -webkit-font-smoothing: antialiased;
}

.cta-price {
  margin-bottom: 0px;
  -webkit-font-smoothing: none;
}

#treatments-page .lp-cta-row .schedule-an-apointment {
  font-size: 13px;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
}

.lp-cta-row .apointment-holder {
  margin-top: 20px;
  float: none !important;
  margin-right: 0px !important;
}

.odd-row .span-box {
  left: auto;
  right: 15px;
}

.lp-three-col-block {
  width: 31.3%;
  margin: 1%;
  display: inline-block;
}

.lp-three-col-block-image {
  border: 1px solid #e7e7e7;
  padding: 10px 10px 20px 10px;
  background-color: #fff;
}

.lp-three-col-block-image-inner {
  padding-bottom: 100%;
}

.lp-three-col-block-link {
  background-color: #D4BA7E;
  font-size: 20px;
  line-height: 1em;
  text-transform: uppercase;
  color: #134350;
  transition: all 0.3s linear;
  display: block;
  padding: 12px;
  text-align: center;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
}

.lp-three-col-block-link:hover {
  opacity: .8;
}

.three-col-full-width {
  display: block;
  margin: 1%;
  background-color: #fff;
  padding: 10px;
}

.three-col-full-width-inner {
  padding: 40px 20px;
  -webkit-font-smoothing: antialiased;
}

.background-cover {
  background-size: cover;
  background-position: center;
}

.lp-gc-item {
  display: inline-block;
  vertical-align: top;
  width: 42%;
  margin: 4%;
}

.lp-gc-item-image {
  border: 1px solid #e7e7e7;
  padding: 12px;
  background-color: #fff;
  /* box-shadow: 0px 16px 20px 3px rgba(228,228,228,0.5); */
  margin-bottom: 20px;
}

.lp-gc-item-image-inner {
  padding-bottom: 80%;
  border: 1px solid #e7e7e7;
}

.gold-button {
  display: block;
  padding: 10px;
  text-align: center;
  color: #CAA95F !important;
  font-family: 'Bentham', serif;
  font-size: 20px;
  line-height: 1em;
  font-weight: bold;
  border: 1px solid #CAA95F;
  border-radius: 2px;
  background-color: #FFFFFF;
  /* box-shadow: 0 20px 20px 0 rgba(228,228,228,0.63); */
  transition: all 0.3s linear;
}

.gold-button:hover {
  /* box-shadow: 0 15px 15px 0 rgba(228,228,228,0.73); */
  background-color: #CAA95F;
  color: white !important;


}

.hexigon {
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  width: 200px;
  height: 240px;
  position: absolute;
  top: -150px;
}

.hexigon-0 {
  left: -108px;
}

.hexigon-1 {
  right: -50px;
}

/* .HB-Slider {display:none !important;} */
.hexigon-blue {
  background-image: url('../svg/single-hex-blue.svg');
}

.hexigon-gold {
  background-image: url('../svg/single-hex-gold.svg');
}

.hexigon-content {
  font-size: 14px;
  line-height: 1.3em;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 10%;
  width: 80%;
}

.hexigon-inner {
  width: 100%;
  height: 100%;
  position: relative;
}

.lp-quote {
  color: #CFB26F;
  font-family: 'Lato', sans-serif;
  font-size: 22px;
  line-height: 1.4em;
  font-weight: 400;
  margin-bottom: 20px;
  quotes: '\201c''\201d';
  padding-left: 10%;
  padding-right: 10%;
}

.lp-quote:before,
.lp-quote:after {
  font-size: 3em;
  position: absolute;
  color: #464646;
  font-family: Georgia, "serif";
}

.lp-quote:before {
  content: open-quote;
  margin-left: -.5em;
}

.lp-quote:after {
  content: close-quote;
  padding-top: .4em;
  padding-left: .1em;
}

.lp-quote-author {
  font-size: 20px;
  line-height: 1.2em;
  font-weight: bold;
}

@media(max-width:1260px) {

  .lp-gc-item-image.has-hex {
    margin-top: 170px;
  }

  .hexigon {
    left: 50% !important;
    right: auto !important;
    top: -200px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }

}

@media (max-width:1280px) {

  .lp-hs1 {
    font-size: 48px;
  }

  .lp-hs2 {
    font-size: 24px;
  }

}


@media (max-width:1080px) {

  .lp-header-email {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    width: 100%;
    height: auto;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .lp-header-email-inner {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .lp-header-image {
    width: 92% !important;
    padding-left: 4%;
    padding-right: 4%;
    right: auto;
  }

  .lp-header-headlines {
    position: relative;
    left: auto;
    top: auto;
    width: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;

  }

  .lp-header-image {
    padding-top: 9%;
    padding-bottom: 9%;
  }


  .lp-hs4 {
    font-size: 32px;
  }

  .lp-hs5 {
    font-size: 29px;
  }

  .lp-content-content,
  .lp-content-content p {
    font-size: 24px !important;
  }

  .lp-hs6 {
    font-size: 32px;
  }

  .lp-hs7 {
    font-size: 15px;
  }

  .three-col-full-width-subheadline {
    font-size: 18px;
  }

  .cta-detail {
    font-size: 16px;
  }

  .lp-vertical-padding {
    padding-top: 50px;
    padding-bottom: 60px;
  }

  .gold-button {
    font-size: 18px;
  }

  .lp-quote-author {
    font-size: 18px;
  }

  .lp-quote {
    font-size: 20px;
  }
}

@media(max-width:700px) {
  .lp-gc-item {
    display: block;
    width: 100%;
    max-width: 400px;
    margin: 20px auto 40px auto;

  }

  .lp-gc-item-image.has-hex {
    margin-top: 210px;
  }

}

@media(max-width:700px) {

  .lp-mailchimp-form input[type=submit] {
    padding: 15px;
  }

}

@media(max-width:580px) {
  .lp-cta-image {
    float: none !important;
    width: 100%;
    max-width: 300px;
    margin: 0px auto 0px auto;
  }

  .lp-cta-content {
    float: none !important;
    width: 100%;
    max-width: 300px;
    margin: 0px auto;
    text-align: center !important;
  }

  .lp-three-col-block {
    width: 100%;
    max-width: 300px;
    margin: 0px auto 30px auto;
    display: block;
  }

  .lp-cta-content .lp-hs5 span {
    display: none;
  }

  .span-box {
    left: 49% !important;
    right: auto !important;
  }

  #treatments-page .drop-down {
    width: 280px;
    top: 40px;
    left: 10px;
  }

}

@media(max-width:401px) {

  .lp-hs1 {
    font-size: 38px;
  }

  .lp-hs2 {
    font-size: 20px;
  }

  .lp-hs4 {
    font-size: 26px;
  }

  .lp-hs5 {
    font-size: 23px;
  }

  .lp-content-content,
  .lp-content-content p {
    font-size: 20px !important;
  }

  .lp-hs6 {
    font-size: 26px;
  }

  .lp-hs7 {
    font-size: 14px;
  }

  .three-col-full-width-subheadline {
    font-size: 16px;
  }

  .cta-detail {
    font-size: 14px;
  }

  .gold-button {
    font-size: 16px;
  }

  .lp-vertical-padding {
    padding-top: 30px;
    padding-bottom: 40px;
  }

  .lp-quote-author {
    font-size: 16px;
  }

  .lp-quote {
    font-size: 18px;
}

}



/*-----------------Table of Content CSS-------------------*/

.table_of_contents a {
  font-family: 'Lato', sans-serif;
  font-size: 30px !important;
  line-height: 1.3em !important;
  font-weight: 300 !important;
  margin-bottom: 0.5em;
  display: block;
}

h2.lp-hs4.custom_headline {
  padding-top: 88px;
  margin-top: -33px;
}

@media(max-width: 769px){
  .page-template-page-landing-page-style #content {
    padding-top: 100px;
  }
}

#wpdtSimpleTable-1 tr td:not(:nth-child(1)) {
  width: 16%;
}

@media(max-width: 650px){
  .wpDataTableContainerSimpleTable td {
    padding: 4px !important;
    font-size: 11px !important;
    border-width: 2px !important;
  }
  .wpdt-c.wpDataTableContainerSimpleTable .wpdtSimpleTable td img {
    max-width: 20px !important;
  }
}
@media(max-width: 600px){
  /*.wh-mobile-cover-holder {
    position: relative;
  }
  .wh-mobile-cover-holder>* {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }*/ 
  .wh-section-full-width-image.wh-img {
    padding-bottom: 48%;
  }
}
