@font-face {
  font-family: "bebas_neue_proexpanded_bold";
  src: url("/wp-content/themes/hollandguns/assets/fonts/bebasneuepro-expandedbold-webfont.woff2") format("woff2"), url("/wp-content/themes/hollandguns/assets/fonts/bebasneuepro-expandedbold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "acumin_prolight";
  src: url("/wp-content/themes/hollandguns/assets/fonts/acumin-light.woff2") format("woff2"), url("/wp-content/themes/hollandguns/assets/fonts/acumin-light.woff2") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "acumin_proregular";
  src: url("/wp-content/themes/hollandguns/assets/fonts/acumin_pro_regular-webfont.woff2") format("woff2"), url("/wp-content/themes/hollandguns/assets/fonts/acumin_pro_regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "acumin_prosemibold";
  src: url("/wp-content/themes/hollandguns/assets/fonts/acumin_pro_semibold_regular-webfont.woff2") format("woff2"), url("/wp-content/themes/hollandguns/assets/fonts/acumin_pro_semibold_regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: "acumin_proregular", sans-serif;
  font-weight: normal;
  background-color: white;
  font-size: 16px;
}

h1,
h2 {
  font-family: "bebas_neue_proexpanded_bold", sans-serif;
}

h3,
h4,
h5,
h6 {
  font-family: "acumin_prosemibold", sans-serif;
}

.contact_us {
  margin-top: 50px;
  margin-bottom: 100px;
}
.contact_us .wrapper_secondary {
  color: #646464;
  width: 1235px;
}
.contact_us .wrapper_secondary .section_title {
  padding-bottom: 0 !important;
}
@media screen and (max-width: 815px) {
  .contact_us .wrapper_secondary .section_title {
    padding-top: 0 !important;
  }
}
.contact_us .wrapper_secondary .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.contact_us .wrapper_secondary .container .info {
  width: 400px;
  padding-right: 22px;
}
.contact_us .wrapper_secondary .container .info .line {
  width: 60px;
  border-top: 2px solid #ff9601;
  padding-bottom: 22px;
  margin-top: 22px;
}
.contact_us .wrapper_secondary .container .info > .text {
  padding-right: 40px;
  font-family: "acumin_proregular", sans-serif;
  font-size: 16px;
  line-height: 2;
  margin-bottom: 28px;
}
.contact_us .wrapper_secondary .container .info .options * {
  font-family: "acumin_proregular", sans-serif;
  font-size: 16px;
}
.contact_us .wrapper_secondary .container .info .options .option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 32px;
}
.contact_us .wrapper_secondary .container .info .options .option .logo {
  border: 1px solid #ff9601;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 62px;
  height: 72px;
  margin: 2px 0px;
  margin-right: 26px;
}
.contact_us .wrapper_secondary .container .info .options .option .details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.contact_us .wrapper_secondary .container .info .options .option .details .title {
  color: #111;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 4px;
  font-family: "bebas_neue_proexpanded_bold", sans-serif;
}
.contact_us .wrapper_secondary .container .info .options .option .details .text {
  color: #111;
  font-family: "acumin_proregular", sans-serif;
}
.contact_us .wrapper_secondary .container .info .options .option .details a {
  color: #111;
}
.contact_us .wrapper_secondary .container .form {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 700px;
}
.contact_us .wrapper_secondary .container .form * {
  font-family: "acumin_proregular", sans-serif;
}
.contact_us .wrapper_secondary .container .form .text {
  font-weight: 600;
  margin-bottom: 28px;
}
.contact_us .wrapper_secondary .container .form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.contact_us .wrapper_secondary .container .form form .wpforms-field-container {
  width: 100%;
}
.contact_us .wrapper_secondary .container .form form label {
  font-weight: 600;
  padding: 12px 0px;
  font-family: "acumin_proregular", sans-serif;
  color: #444;
  display: block;
  margin-bottom: 5px;
}
.contact_us .wrapper_secondary .container .form form .wpcf7-form-control-wrap {
  display: block;
  margin-top: 10px;
}
.contact_us .wrapper_secondary .container .form form input, .contact_us .wrapper_secondary .container .form form textarea {
  display: block;
  width: 100%;
  font-size: 16px;
  padding: 16px;
  outline: none;
  border: 1px solid #c1c1c1;
}
.contact_us .wrapper_secondary .container .form form:last-child {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.contact_us .wrapper_secondary .container .form form input[type=submit],
.contact_us .wrapper_secondary .container .form form button[type=submit] {
  padding: 16px;
  font-size: 16px;
  border-radius: 25px;
  border: 0;
  font-weight: 600;
  background-color: #ff9601;
  margin-top: 20px;
  color: white;
  cursor: pointer;
  width: 170px;
  height: auto;
}
@media screen and (max-width: 815px) {
  .contact_us .wrapper_secondary .container {
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
  }
  .contact_us .wrapper_secondary .container .info, .contact_us .wrapper_secondary .container .form {
    width: 100%;
  }
  .contact_us .wrapper_secondary .container .info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-right: 0px;
    margin-top: 32px;
  }
  .contact_us .wrapper_secondary .container .info .line {
    display: none;
  }
  .contact_us .wrapper_secondary .container .info .text {
    padding-right: 0;
  }
  .contact_us .wrapper_secondary .container .info .options {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .contact_us .wrapper_secondary .container .info .options .option {
    min-width: 280px;
  }
  .contact_us .wrapper_secondary .container .form {
    margin-top: 22px;
    max-width: unset;
  }
  .contact_us .wrapper_secondary .container .form .text {
    margin-bottom: 12px;
  }
  .contact_us .wrapper_secondary .container .form .form_group:last-child button {
    width: 100%;
  }
}