@media screen and (min-width: 1024px) {
  .contact_columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between; } }

@media screen and (max-width: 1024px) {
  .contact_column {
    max-width: 500px;
    margin: 0 auto; }
    .contact_column:first-of-type {
      padding-bottom: 40px; } }
@media screen and (min-width: 1024px) {
  .contact_column {
    width: 45%; } }
.contact_column .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 30px; }
.contact_column .fa-map-marker {
  font-size: 48px; }
.contact_column .fa-mobile {
  font-size: 50px; }
.contact_column i {
  font-size: 30px;
  width: 50px;
  text-align: center; }

.tpl-contact .acf-map {
  width: 100%;
  height: 400px;
  filter: saturate(0%) opacity(50%); }
  .tpl-contact .acf-map img {
    max-width: inherit !important; }
.tpl-contact .contact_form {
  margin-bottom: 80px;
  padding: 60px 40px 30px;
  background-color: #fff;
  box-shadow: 0 15px 80px -6px rgba(0, 0, 0, 0.3);
  margin-top: -200px; }
  .tpl-contact .contact_form input[type="submit"], .tpl-contact .contact_form button[type="submit"] {
    margin-left: calc(100% - 82px); }
  .tpl-contact .contact_form h1 {
    text-align: center;
    letter-spacing: 1px;
    line-height: 1.4; }
.tpl-contact .button, .tpl-contact input[type="submit"] {
  padding: 13px 18px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  box-shadow: none !important;
  border-style: solid;
  border-width: 2px;
  margin-bottom: 30px; }
.tpl-contact div.wpcf7 input:not([type="submit"]):not([type="button"]):not([type="radio"]):not([type="checkbox"]), .tpl-contact div.wpcf7 div.wpcf7 textarea {
  border-width: 1px !important;
  padding: 16px !important;
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.7) !important;
  letter-spacing: 2px; }
.tpl-contact div.wpcf7 input:not([type="submit"]):not([type="button"]):not([type="radio"]):not([type="checkbox"])::-webkit-input-placeholder, .tpl-contact div.wpcf7 div.wpcf7 textarea::-webkit-input-placeholder {
  color: #232323; }
.tpl-contact div.wpcf7 input::-webkit-input-placeholder, .tpl-contact div.wpcf7 textarea::placeholder {
  color: #666 !important; }
.tpl-contact div.wpcf7 input:not([type="submit"]):not([type="button"]):not([type="radio"]):not([type="checkbox"]), .tpl-contact div.wpcf7 textarea {
  border-color: #dfdfe3 !important; }
.tpl-contact .contact_info {
  padding: 40px 0; }
  .tpl-contact .contact_info .items .fa {
    border-radius: 50%;
    font-size: 24px;
    width: 40px;
    line-height: 40px; }
    .tpl-contact .contact_info .items .fa.fa-envelope-o {
      font-size: 20px; }
  .tpl-contact .contact_info .item:last-of-type {
    padding-left: 15px; }
  .tpl-contact .contact_info h4 {
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    opacity: 0.4;
    letter-spacing: 1px;
    margin: 0;
    padding-bottom: 10px; }
  .tpl-contact .contact_info p, .tpl-contact .contact_info a, .tpl-contact .contact_info span {
    font-family: "Open Sans", sans-serif;
    font-weight: 500;
    color: #000; }

@media screen and (max-width: 1024px) {
  .tpl-contact .contact_columns .contact_form {
    margin: 0 auto 50px; } }
@media screen and (max-width: 479px) {
  .tpl-contact .contact_form {
    padding: 20px !important; }
  .tpl-contact .contact_info {
    padding: 0 !important; }
    .tpl-contact .contact_info .wrap {
      max-width: 96% !important; }
    .tpl-contact .contact_info .items .fa {
      font-size: 14px;
      width: 30px;
      line-height: 30px; }
    .tpl-contact .contact_info a, .tpl-contact .contact_info span {
      font-size: 12px; } }

/*# sourceMappingURL=contact.css.map */
