body {
  background-color: #e9bc35;
  color: #050000;
  padding: 0;
  margin: 0;
  min-width: 320px;
  font-family: Varela Round,arial,sans-serif;
}
body a:hover, body a:active {
  color: #785d02;
}
.wrapper {
  max-width: 1200px;
  margin: 40px auto;
  padding: 50px 50px 0;
  display: block;
  background: #fff;
}
.logo {
  margin: 0 auto;
  display: block;
  text-align: center;
}
.logo img {
  height: auto;
  width: auto;
  max-height: 159px;
  max-width: 100%;
}
.logo-tagline {
  text-transform: uppercase;
  margin-top: 18px;  
  font-weight: 600;
  font-style: normal;
  line-height: .5em;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 1.08px;
  color: #140101;
  text-align: center;
}
.nav-area {
  margin-top: 49px;
  margin-bottom: 35px;
}
.menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  font-size: 13px;
  margin: 0;
  padding: 0;
}
.menu li {
  margin: 0 19px -20px;
  padding-bottom: 20px;
  position: relative;
}
.menu li a {
  color: #0d0d0d;
  text-transform: uppercase;
  letter-spacing: 1.03px;
  text-decoration: none;
  transition: all 0.4s ease;
}

.menu li:hover ul {
  opacity: 1;
  visibility: visible;
} 

.menu li:hover a {
  color: #785d02;
}
.menu li ul {
  position: absolute;
  left: -20px;
  top: 30px;
  width: 260px;
  margin: 0;
  padding: 0;
  list-style: none;
  box-shadow: 0 0 15px rgba(0,0,0, 0.15);
  background: #fff;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  font-size: 11px;
}

.menu li ul li {
  margin: 0;
  padding: 0;
}

.menu li ul li a {
  display: block;
  padding: 12px;
  color: #0d0d0d !important;
}

.menu li ul li a:hover {
  color: #785d02 !important;
}

.footer {
  text-align: center;
  padding: 24px 0
}
.footer p {
  font-weight: 400;
  font-style: normal;
  line-height: 1.6em;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1.03px;
}
.footer a {
  color: #000;
  text-decoration: none;
}
.container {
  max-width: 1028px;
  margin: 0 auto;
}
.home-cont {
  line-height: 1.8em;
  font-size: 14px;
  text-transform: none;
  text-decoration: none;
  margin: 0 0 1.8em;
  text-align: center;
}
.home-block-wrap {
  display: flex;
  justify-content: space-between;
  padding-right: 30px
}
.home-block-wrap .block {
  text-align: center;
  line-height: 1.4em;
  font-size: 16px;
  text-transform: none;
  text-decoration: none;
  letter-spacing: .56px;
}
.searchbox {
  margin: 37px -70px 45px;
}
.searchbox input {
  width: 100%;
  opacity: 1;
  background: url(images/magnifier.png) no-repeat 10px center;
  border: 1px solid #aaa;
  padding: 13px 13px 13px 45px;
  width: 100%;
  min-height: 20px;
  display: block;
  box-sizing: border-box;
  opacity: 0.7
}
.adc {
  text-align: center;
}
.adc img {
  display: block;
  margin: 35px auto 25px;
  width: 130px;
}


/* Navigation */

.menu-opener {
  width: 26px;
  height: 26px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-radius: 3px;
  background: none;
  position: absolute;
  right: 20px;
  top: 46px;
  display: none;
  z-index: 20;
}

@media (max-width: 767.98px) {
  .menu-opener {
    display: block;
  }
}

.menu-active .menu-opener {
  border-top: 0;
}

.menu-opener span {
  display: block;
}

.menu-opener span:before {
  width: 26px;
  height: 2px;
  background: #050000;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  content: '';
  position: absolute;
  left: 0;
  top: 7px;
}

.menu-active .menu-opener span:before {
  opacity: 0;
  visibility: hidden;
}

.menu-opener:after,
.menu-opener:before {
  width: 26px;
  height: 2px;
  background: #050000;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  content: '';
  position: absolute;
  left: 0;
  top: 13px;
}

.menu-active .menu-opener:after,
.menu-active .menu-opener:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.menu-opener:before {
  top: 19px;
}

.menu-active .menu-opener:before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 13px;
}

/** @define nav-drop **/

@media (max-width: 767.98px) {
  .nav-drop {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    overflow: hidden;
    padding: 0;
    max-height: 0;
    opacity: 1;
    visibility: visible;
    z-index: 99;
  }

  .menu-active .nav-drop {
    max-height: 4000px;
  }

  .menu li {
    padding: 0;
    margin: 0;
  }

  .menu li ul {
    display: none;
  }
}

/** @define nav-area **/

.nav-area {
  
}

@media (max-width: 767.98px) {
  .nav-area {
    background: #f4d056;
    position: relative;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }

  .menu-active .nav-area {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}



@media (max-width: 991.98px) {
  .searchbox {
    margin: 50px 0;
  }
  .wrapper {
    margin: 0;
  }
}

@media (max-width: 767.98px) {
  .logo {
    margin: 0 0 20px;
  }

  .home-block-wrap {
    display: block;
  }

  .home-block-wrap .block {
    width: 100%;
    padding: 0 0 50px;
    margin: 0;
  }
  .searchbox {
    margin: 0 0 40px;
  }

  .wrapper {
    padding: 0;
  }

  .container {
    padding: 0 15px;
  }

  .logo-tagline {
    letter-spacing: 0.3px;
    font-size: 11px;
    line-height: 13px;
    margin-top: 10px;
  }

  .footer p {
    letter-spacing: 0;
  }

  .nav-area {
    margin: 0;
  }

  .header {
    position: relative;
    padding-top: 20px;
  }

  .logo-tagline {
    padding: 10px 0;
    background: #050000;
    color: #fff;
    margin: 20px -15px;
  }

  .logo-holder {
    width: 250px;
    margin: 0 auto;
  }

  .logo-holder img {
    display: block;
    width: 100%;
    height: auto;
  }

  .menu {
    display: block;
    font-size: 14px;
    line-height: 24px;
  }

  .menu li {
    margin: 0;
    border-bottom: 1px solid #333;
  }

  .menu li a {
    display: block;
    padding: 15px;
    transition: all 0.4s ease;
  }

  .menu li a:hover {
    background: #050000;
    color: #fff;
  }
}

.container.add {
  max-width: 1200px;
}

.content-area {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

.content-area .content {
  flex-grow: 1;
  flex-basis: 0;
  font-family: "Helvetica Neue",Arial,sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.8em;
  font-size: 14px;
  text-transform: none;
  text-decoration: none;
}

.content-area .content p {
  margin: 0 0 1.8em;
}

.content-area .content .image {
  margin: 0 0 30px;
}

.content-area .content ul {
  margin-bottom: 30px;
}

.content-area .content .image img {
  max-width: 100%;
  display: block;
  height: auto;
}

.content-area .sidebar {
  width: 25%;
  margin-left: 34px;
}

.content-area .content h1 {
  color: #222;
  font-family: "Helvetica Neue",Arial,sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.1em;
  font-size: 25px;
  text-transform: none;
  text-decoration: none;
  letter-spacing: 1.03px;
}

.content-area .sidebar span {
  display: block;
}

.content-area address {
  display: block;
  margin: 0;
  font-style: normal;
}

.content-area .holder {
  margin: 0 0 35px;
  font-family: "Helvetica Neue",Arial,sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.8em;
  font-size: 14px;
  text-transform: none;
  text-decoration: none;
  margin: 0 0 1.8em;
}

.content-area .title {
  display: block;
}

@media (max-width: 991.98px) {
    .content-area .holder {
      font-size: 12px;
    }
    .content-area .content {
      font-size: 12px;
      line-height: 20px;
    }

    .wrapper {
      padding: 20px 15px 0;
    }
}

@media (max-width: 767.98px) {
  .content-area {
    display: block;
  }
  .wrapper {
    padding: 0;
    overflow: hidden;
  }

  .content-area .sidebar {
    margin: 0;
    width: 100%;
  }

  .menu li ul {
    position: static;
    width: 100%;
    background: #fff;
    opacity: 1;
    visibility: visible;
  }

  .menu li ul li:last-child {
    border: 0;
  }

  .menu li ul li a {
    padding: 12px 15px;
  }

  .menu li ul li a:hover {
    color: #fff !important;
  }

  .menu li.dropdown a {
    pointer-events: revert-layer;
  }

  .menu li.dropdown a:before {
    position: absolute;
    right: 16px;
    top: 23px;
    content: '';
    border-style: solid;
    border-width: 10px 8px 0 8px;
    border-color: #222 transparent transparent transparent;
    transition: all 0.4 ease;
  }

  .menu li.dropdown a:hover:before {
    border-color: #fff transparent transparent transparent;
  }

  .menu li.dropdown ul li a:before {
    display: none;
  }
}

.top-cont {
  margin-bottom: 24px;
}
.top-cont a {
  color: #000;
  text-decoration: none;
}
.top-cont p {
  margin-top: 0px;
  font-size: 14px;
}
.content-area .top-cont h1 {
  font-style: normal;
  line-height: 1.1em;
  font-size: 25px;
  text-transform: none;
  letter-spacing: 1.03px;
  margin: 0 0 11px;
  font-weight: 700;
}
.col-wrap {
  display: flex;
  justify-content: space-between;
}
.col-50 {
  width: 50%;
  padding-right: 40px
}
.page-id-9 .col-50 {
  white-space: pre-line;
}
.page-id-35 .col-50 a {
  text-decoration: none;
  color: #000;
  display: block;
}
.page-id-35 .col-50 p {
  margin-bottom: 40px;
}
.col-50 strong {
  display: block;
}

@media (max-width: 600px) {
  .col-wrap {
    display: block;
  }
  .col-50 {
    margin: 0;
    width: 100%
  }
}
.col-33 {
  width: 30%;
  padding-right: 20px;
}
.col-33 strong {
  display: block;
  font-style: normal;
  line-height: 1.4em;
  font-size: 16px;
  text-transform: none;
  letter-spacing: .56px;
  font-weight: bold;
  margin-bottom: 3px;
}
@media (max-width: 767px) {
  .col-33 {
    width: 50%;
  }
}
@media (max-width: 600px) {
  .col-33 {
    width: 100%
  }
}

.main ul li {
  font-weight: 400;
  font-style: normal;
  line-height: 1.8em;
  font-size: 14px;
  text-transform: none;
}
.meva {
  margin: 10px 0 25px
}
.btn {
  padding: 10px 26px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 12px;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: #000;
  background-color: #e9bc35;
  border-color: #e9bc35;
  display: table;
  margin: 20px 0;
  text-decoration: none;
}
.btn:hover {
  opacity: 0.8
}
.top-cont {
  display: block;
  width: 100%
}
.vform strong {
  font-style: normal;
  line-height: 1.4em;
  font-size: 16px;
  text-transform: none;
  letter-spacing: .56px;
  display: block;
  margin-top: 25px;
}
.vform ul li {
  list-style: none
}
.vform ul li a {
  color: #000;
  text-decoration: none;
  font-weight: bold;
}
.vform ul li a:hover {
  color: #785d02
}
.col-50 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.col-50 ul li a {
  color: #000;
  text-decoration: none;
  font-weight: bold;
}
.col-50 ul li a:hover {
  color: #785d02
}
.page-template-contact .sidebar {
  width: 32%;
}
@media (max-width: 767px) {
  .page-template-contact .sidebar {
    width: 100%;
  }
}
.map {
  margin-bottom: 30px;
  display: none;
}
.page-template-contact .sidebar .map {
  display: block;
}
.gform_footer input {
  font-family: "Helvetica Neue",Arial,sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: .24em;
  font-size: 14px;
  color: #fff;
  background-color: #030303;
  padding: 1em 2.5em;
  border-width: 0;
  text-align: center;
  cursor: pointer;
}
.gform_footer input:hover {
  opacity: 0.8
}
.gfield input[type="text"],
.gfield input[type="email"] {
  background-color: #fafafa;
  border: 1px solid #a9a9a9;
  box-sizing: border-box;
  color: #000;
  height: 46px;
  padding: 10px;
  position: relative;
  width: 100%;
}
.gfield input[type="radio"] {
  width: 17px;
  height: 17px;
}
.gfield select {
  background-color: #fafafa;
  border: 1px solid #a9a9a9;
  box-sizing: border-box;
  color: #000;
  height: 46px;
  padding: 10px 28px 10px 10px;
  position: relative;
  width: 100%;
}
#input_2_9_6_container {
  position: relative;
}
#input_2_9_6_container:after {
  content: '';
  position: absolute;
  right: 21px;
  top: 46px;
  width: 18px;
  height: 16px;
  background: url('images/down-arrow.svg');
    background-repeat: repeat;
  background-repeat: no-repeat;
}
#input_2_9_6 {
    -webkit-appearance: none;
}
#input_2_9_6::-ms-expand {
    display: none !important;
}
.gfield textarea {
  max-height: 100px;
  background-color: #fafafa;
  border: 1px solid #a9a9a9;
  box-sizing: border-box;
  color: #000;
  padding: 10px;
  position: relative;
  width: 100%;
}
.validation_message {
  border: none !important;
  background: none !important;
  padding: 0 !important;
}
.gform_ajax_spinner {
  display: none
}

.search-results ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.search-results ul li a {
  color: #000;
  font-weight: bold;
}
.search-results ul li a:hover,
.menu li.active a {
  color: #785d02
}
.menu li.active li.active a {
  color: #785d02 !important
}
.nav-links a {
  display: inline-block;
  margin: 0 7px;
  line-height: 25px;
  text-align: center;
  cursor: pointer;
  color: #000;
  text-decoration: none;
  font-weight: bold;
}

#menu-item-40 ul {
  width: auto;
  min-width: 142px;
}


.page-id-17 .content-area .content h1 {
  font-weight: 700;
  margin-bottom: -5px;
}
.page-id-17 .content-area .content .image {
  margin: 30px 0;
  width: 100%;
}
.sidebar a {
  color: inherit;
  text-decoration: none
}
/*
.page-id-7 .content-area .content .image img {
  margin: 0 auto;
  display: block;
}
/*
.footer a {
  color: #c1a44d;
}
.footer a:hover {
  opacity: 0.8
}*/

.gform_title {
  display: none;
}
#input_1_1 p,
#input_2_1 p {
  width: 47.8%;
  margin: 0 7px;
  padding: 0;
}
.page-template-template-contact .map {
  display: block !important;
}
.gform-theme--foundation {
  --gf-form-gap-y: 25px !important;
}
.gfield_label {
  display: inline-block !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  margin-bottom: 8px !important;
  padding: 0 !important;
}
.gfield_required {
  color: #c02b0a !important;
  display: inline-block !important;
  font-size: 13.008px !important;
  padding-inline-start: 0.125em !important;
}
#gform_submit_button_1,
#gform_submit_button_2 {
      font-family: "Helvetica Neue", Arial, sans-serif !important;
    font-weight: 700 !important;
    font-style: normal !important;
    text-transform: uppercase !important;
    letter-spacing: .24em !important;
    font-size: 14px !important;
    color: #fff !important;
    background-color: #030303 !important;
    padding: 1em 2.5em !important;
    border-width: 0 !important;
    text-align: center !important;
    cursor: pointer !important;
}
.gform_footer input:hover {
    opacity: 0.8 !important;
}
textarea.large {
    max-height: 100px !important;
}
#input_2_5 {
  max-height: 100px !important;
}