html body div#et-top-navigation {
  padding-top: 35px!important;
  padding-bottom: 0px!important;
}
@media screen and (min-width: 1025px) {
  html body div#et-top-navigation {
    margin-bottom: -44px;
  }
}
html body header#main-header {
  padding: 0!important;
  padding-bottom: 0px!important;
  padding-top: 0px!important;
  margin-bottom: -35px !important;
}
html body .mobile_nav {
  background-color: #d1ba95 !important;
}
html body header#main-header #logo {
  max-width: 100% !important;
  height: 140px;
  max-height: 125px;
}
@media screen and (min-width: 1025px) {
  html body header#main-header #logo {
    margin-bottom: 70px;
  }
}
#wpforms-304 .wpforms-field .wpforms-field-label {
  text-align: left;
}
#wpforms-304 .wpforms-field input {
  background-color: #E5DDCC;
  color: #000000;
  box-shadow: inset 1px 3px 2px 0 rgba(0, 0, 0, 0.25);
}
#wpforms-304 .wpforms-field textarea {
  background-color: #e5ddcc !important;
  color: #000000;
  box-shadow: inset 1px 3px 2px 0 rgba(0, 0, 0, 0.25);
}
#wpforms-304 button.wpforms-submit {
  color: #767473;
  background-color: #E5DDCC;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  border-width: 0;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
}
#wpforms-304 button.wpforms-submit:hover {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  background-color: #323232;
}
@media screen and (max-width: 768px) {
  html body header#main-header #logo {
    max-height: 125px;
    margin-top: 10px;
  }
  html body .mobile_nav {
    border-top-left-radius: 2px!important;
    border-top-right-radius: 2px!important;
    border-bottom-left-radius: 2px!important;
    border-bottom-right-radius: 2px!important;
  }
  html body div#et_mobile_nav_menu .select_page {
    color: #ffffff;
    text-transform: uppercase;
  }
  html body .mobile_nav ul#mobile_menu {
    background-color: #d1ba95;
  }
}
@media screen and (max-width: 320px) {
  html body header#main-header #logo {
    max-width: 100%;
    max-height: 100%;
  }
}
html body div#et-top-navigation ul.nav li a {
  padding-bottom: 60px;
  padding-top: 6px;
}
