@import url('https://fonts.googleapis.com/css?family=Bebas+Neue|Montserrat:200,300,400,600,700,800,900&display=swap&subset=latin-ext');
.section {
  clear: both;
}
.section-home {
  height: calc(100vh - 112px);
  background-image: url('../images/home-bg.png');
  background-size: auto calc(100vh - 112px);
  background-repeat: no-repeat;
  background-color: black;
  background-position: center;
}
.home-youalso {
  text-align: center;
  position: absolute;
  bottom: 32%;
  width: 100%;
}
.home-youalso img {
  width: 16%;
}
.home-trust {
  text-align: center;
  position: absolute;
  bottom: 21%;
  width: 100%;
}
.home-trust img {
  width: 37%;
}
.button-more {
  background-color: #7a6440;
  color: #fff;
  text-transform: uppercase;
  padding: 10px;
  width: 200px;
  margin: 0 auto;
}
.button-more a {
  font-family: 'Bebas Neue', sans-serif;
  line-height: 1;
  font-size: 20px;
}
.button-more a:hover {
  color: white;
}
.button-more-wrapper {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 10%;
}
#offer-item-1 {
  background-image: url('../images/offer-1.png');
}
#offer-item-2 {
  background-image: url('../images/offer-2.png');
}
#offer-item-3 {
  background-image: url('../images/offer-3.png');
}
.offer-item {
  background-size: cover;
  height: 90vh;
  padding-top: 18%;
}
.offer-item-header {
  text-align: center;
  font-size: 56px;
  font-family: 'Bebas Neue', sans-serif;
  line-height: 1;
  height: 110px;
}
.offer-item-text {
  color: white;
  text-align: center;
  padding: 10px 10%;
  font-weight: 600;
  height: 110px;
}
.offer-item-button {
  background-color: #7a6440;
  width: 200px;
  font-family: 'Bebas Neue', sans-serif;
  color: white;
  padding: 10px;
}
.offer-item-button-wrapper {
  text-align: center;
  margin-top: 25px;
}
.yougot-slogan {
  font-size: 109px;
  font-family: 'Bebas Neue', sans-serif;
  color: white;
  height: 23vw;
}
.yougot-slogan-wrapper {
  background-image: url('../images/yougot.png');
  background-size: cover;
  min-height: 26vw;
}
.yougot-features-wrapper {
  background-color: #7a6440;
  padding: 100px 0;
}
.yougot-feature-wrapper {
  text-align: center;
  margin-bottom: 50px;
}
.yougot-feature-icon {
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.yougot-feature-header {
  text-transform: uppercase;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 30px;
  margin-top: 15px;
}
.yougot-feature-text {
  padding: 0 75px;
}
.section-booking {
  background-color: black;
  padding: 50px 0;
}
.booking-header {
  text-transform: uppercase;
  color: white;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 59px;
  line-height: 1;
}
.booking-header span {
  color: #7a6440;
}
.booking-divider {
  background-color: #7a6440;
  width: 40%;
  height: 20px;
  margin: 25px 0 30px;
}
.booking-wrapper {
  display: flex;
}
.booking-wrapper > div {
  position: relative;
  padding-left: 0px;
  margin-left: 30px;
}
.mario .section-booking .phoen-signup-popup-open > a:before, .mario .section-booking .phoen-login-popup-open > a:before {
  content: "";
  width: 23px;
  height: 23px;
  background-image: url('../images/register.png');
  display: block;
  position: absolute;
  left: -25px;
  top: 50%;
  transform: translateY(-50%);
  background-size: 80%;
  background-position: center;
  background-repeat: no-repeat;
}
.mario .section-booking .phoen-login-popup-open > a:before {
  background-image: url('../images/login.png');
}
body .booked-calendar-wrap .booked-appt-list .timeslot .timeslot-people button {
  white-space: normal;
  line-height: 1.6;
}
.booking-cta {
  background-color: #fff;
  color: #7a6440;
  text-align: center;
  padding: 10px;
  font-weight: 700;
}
body table.booked-calendar thead, body table.booked-calendar thead th, body table.booked-calendar .monthName {
  background-color: #7a6440 !important;
  color: #fff !important;
}
.section-changes {
  height: calc(100vh - 110px);
  background-image: url('../images/changes-bg.jpg');
  background-size: 100%;
}
.changes-header {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 55px;
  color: white;
  text-align: center;
}
.changes .section {
  clear: both;
}
.changes-item {
  background-color: #bfbfbf;
  padding-left: 0;
  margin-bottom: 20px;
}
.changes-item-left {
  background-color: white;
  width: 60%;
  float: left;
  height: 100%;
  padding-bottom: 25px;
}
.changes-item-right {
  background-color: #bfbfbf;
  width: 40%;
  float: left;
  height: 100%;
  padding: 20px;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
  color: #7a6440;
}
.changes-item-right p {
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
  color: #7a6440;
  font-size: 18px;
}
.changes-item-title {
  color: #7a6440;
  text-align: center;
  text-transform: uppercase;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 55px;
  line-height: 1;
}
.changes-item-line {
  color: #7a6440;
  text-align: center;
  text-transform: uppercase;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 35px;
  line-height: 1;
}
.changes-item-subline {
  color: #7a6440;
  text-align: center;
  text-transform: uppercase;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 25px;
  line-height: 1;
  padding-top: 9px;
}
.changes-row {
  margin: 0 10%;
}
.section-contact {
  background-color: black;
}
.contact-form-image {
  background-image: url('../images/contact.png');
  background-size: 100%;
  background-repeat: no-repeat;
}
.contact-form-header {
  color: white;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 75px;
}
.contact-form-header span {
  color: #7a6440;
}
.contact-form-subheader {
  font-size: 30px;
  font-family: 'Bebas Neue', sans-serif;
  margin-bottom: 10px;
}
.contact-form-consent {
  line-height: 1;
  color: #7a6440;
}
.contact-form-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.contact-form-wrapper form.wpcf7-form {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.contact-form-wrapper .wpcf7 {
  width: 70%;
}
.contact-form-wrapper input[type=text], .contact-form-wrapper input[type=email], .contact-form-wrapper input[type=url], .contact-form-wrapper input[type=password], .contact-form-wrapper input[type=number], .contact-form-wrapper input[type=tel], .contact-form-wrapper textarea {
  box-shadow: none;
  border: 0;
  padding: 10px;
  padding-left: 20px;
  width: 100%;
  color: #7a6440;
}
.contact-form-wrapper input[type=text] ::placeholder, .contact-form-wrapper input[type=email] ::placeholder, .contact-form-wrapper input[type=url] ::placeholder, .contact-form-wrapper input[type=password] ::placeholder, .contact-form-wrapper input[type=number] ::placeholder, .contact-form-wrapper input[type=tel] ::placeholder, .contact-form-wrapper textarea ::placeholder {
  color: #7a6440;
}
.contact-form-wrapper .wpcf7 p {
  width: 100%;
}
.contact-form-wrapper .wpcf7 p:last-of-type {
  text-align: right;
}
.contact-form-wrapper form input[type=submit], .contact-form-wrapper .with_frm_style .frm_submit input[type=submit], .contact-form-wrapper .with_frm_style .frm_submit input[type=button], .contact-form-wrapper .frm_form_submit_style, .contact-form-wrapper .with_frm_style.frm_login_form input[type=submit] {
  background-color: #7a6440;
  border-radius: 0;
  font-family: 'Bebas Neue', sans-serif;
}
.contact-form-wrapper form input[type=submit]:hover, .contact-form-wrapper .with_frm_style .frm_submit input[type=submit]:hover, .contact-form-wrapper .with_frm_style .frm_submit input[type=button]:hover, .contact-form-wrapper .frm_form_submit_style:hover, .contact-form-wrapper .with_frm_style.frm_login_form input[type=submit]:hover {
  background-color: white;
  color: #7a6440;
}
.contact-row {
  overflow: hidden;
}
.contact-row [class*="col-"] {
  margin-bottom: -99999px;
  padding-bottom: 99999px;
}
.contact-row [class*="col-"]:first-child {
  z-index: 1;
}
.contact-consent p {
  color: #7a6440;
  font-size: 11px;
}
.section-references {
  padding: 50px 0;
  background-color: #7a6440;
}
.references-header {
  text-align: center;
  font-family: 'Bebas Neue', sans-serif;
  color: white;
  font-size: 35px;
  margin-bottom: 30px;
}
.references-item {
  font-family: 'Bebas Neue', sans-serif;
  color: white;
  text-align: center;
  padding: 0 30px;
}
.references-item p {
  color: white;
  font-weight: 300;
  font-family: 'Montserrat', sans-serif;
}
.references-signature {
  text-align: right;
  font-family: 'Montserrat', sans-serif;
}
.references-image {
  margin-bottom: 10px;
}
.slick-slide img {
  margin: 0 auto;
}
@media (max-width: 991px) {
  .yougot-slogan {
    font-size: 69px;
    text-align: right;
  }
  .yougot-feature-wrapper:nth-child(3), .yougot-feature-wrapper:nth-child(5) {
    clear: both;
  }
  .contact-form-wrapper {
    justify-content: center;
    align-items: center;
  }
  .contact-form-wrapper .wpcf7 p:last-of-type {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .home-youalso {
    bottom: 25%;
  }
  .home-youalso img {
    width: 36%;
  }
  .home-trust {
    bottom: 18%;
  }
  .home-trust img {
    width: 77%;
  }
  .offer-item {
    padding-top: 48%;
  }
  .contact-form-header {
    font-size: 45px;
  }
  .yougot-slogan {
    font-size: 40px;
    text-align: right;
  }
  .changes-item-left, .changes-item-right {
    width: 100%;
  }
  .changes-item {
    padding: 0;
  }
  .section-changes {
    height: auto;
  }
  .booking-header {
    font-size: 38px;
    margin-bottom: 20px;
  }
}
