* {
  box-sizing: border-box;
}
body {
  font-family: 'Open Sans';
  line-height: 1.8em;
  font-size: 16px;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Anton';
  text-transform: uppercase;
}
h1, h2 {
  text-align: left;
  font-size: 40px;
  border-bottom: 5px solid #000;
  padding-bottom: 10px !important;
}
a {
  text-decoration: none;
}
/**
 * Menu specific generic styles
 **/
.main_menu ul {
  display: flex;
  padding: 0;
  list-style: none;
  margin: 0;
}
.main_menu ul li {
  padding: 0 10px;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
}
.main_menu ul li a {
  text-decoration: none;
}
.main_menu {
  padding: 1% 0;
  display: flex;
  justify-content: center;
}
.main_menu > ul > li:hover .nav-drop {
  height: auto !important;
}
ul.nav-drop {
  flex-direction: column;
  height: 0;
  position: absolute;
  overflow: hidden;
  background-color: #000;
}
#header {
  padding-left: 1%;
  padding-right: 1%;
  background: #cdceb6;
  width: 100%;
  height: auto;
  position: sticky;
  top: 0;
  left: 0;
  padding-top: 20px;
  padding-bottom: 15px;
  max-height: 130px !important;
}
.logo {
  max-width: 350px;
  height: auto;
}
.logo img {
  width: 100%;
  height: auto;
}
.header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.links {
  font-family: 'Anton';
  font-size: 22px;
  text-transform: uppercase;
}
.links a {
  color: #000;
  border-bottom: 4px solid transparent;
  padding-bottom: 5px !important;
}
.links a:hover {
  border-bottom: 4px solid #000;
}
/******************************************/
.site-wrapper {
  display: grid;
  grid-template-rows: 1fr auto;
  position: relative;
}
html, body, .site-wrapper {
  min-height: 100vh;
}
.content {
  min-height: 80vh;
}
.page-content {
  max-width: 1200px;
  margin: 50px auto;
}
.page-content a, .home-info a {
  color: #cdceb6;
  font-weight: 700;
}
.page-content a:hover, .home-info a:hover {
  color: #eedec4;
}
#footer {
  background: #000;
  font-family: 'Open Sans';
  font-size: 14px;
  text-align: center;
  color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  text-transform: uppercase;
}
#footer a {
  color: #fff;
}
#footer i {
  font-size: 18px;
  margin-left: 5px;
  margin-right: 5px;
}
#footer a:hover {
  color: #cdceb6;
}
@media screen and (max-width: 1300px) {
  body {
    font-family: 'Open Sans';
    line-height: 1.6em;
    font-size: 15px;
  }
  .page-content {
    width: 100%;
    padding-left: 10%;
    padding-right: 10%;
  }
}
@media screen and (max-width: 1024px) {
  .logo {
    width: 200px;
  }
}
@media screen and (max-width: 980px) {
  .page-content {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }
  .logo {
    padding-left: 2%;
  }
}
/*--- CONTACT ---*/
*:focus {
  outline: none;
}
.form {
  width: 80%;
  max-width: 600px;
  display: block;
  margin: 0px;
  text-align: left;
  color: #000;
  padding-top: 20px;
}
.form label {
  font-family: 'Open Sans';
  font-weight: 700;
  text-transform: uppercase;
  font-size: 18px;
  margin-top: 20px;
}
.field {
  display: block;
  width: 100%;
  margin-bottom: 25px;
  text-align: center;
  font-weight: bold;
  letter-spacing: 1px;
}
.form-field {
  margin-bottom: 30px;
  display: block;
}
.form input, .form select, .form textarea {
  width: 100%;
  margin-top: 5px;
  text-align: left;
  font-size: 18px;
  border: 2px solid #000;
  font-family: 'Open Sans';
  background: none;
  font-weight: 400;
  color: #000;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
}
.form input, .form select {
  height: 40px;
}
.form input:focus, .form select:focus, .form textarea:focus {
  border: 2px solid #000;
}
.form textarea {
  height: 200px;
  font-family: 'Open Sans';
  background: none;
  font-weight: 400;
}
.form .wpcf7-submit {
  height: 50px;
  background: #000;
  color: #fff;
  width: 200px;
  margin: 0;
  border: 0;
  display: block;
  font-family: 'Anton';
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}
.form .wpcf7-submit:hover {
  color: #fff !important;
  background: #000 !important;
  cursor: pointer;
}
@media screen and (max-width: 980px) {
  .form {
    width: 90%;
  }
}
.wpcf7 form .wpcf7-response-output, .wpcf7-response-output {
  text-align: center !important;
  font-weight: 400 !important;
  border: 0 !important;
  margin: 0 !important;
}
.wpcf7-not-valid-tip {
  color: #000;
  font-weight: 700;
  font-size: 0.8em;
}
.rc-anchor-normal-footer, .rc-anchor-invisible-text, .rc-anchor, .rc-anchor-invisible, .rc-anchor-light, .rc-anchor-invisible-hover, .grecaptcha-badge {
  display: none !important;
}
