.site-title {
  overflow: auto;
  clear: both;
  margin: 0 auto;
}
.site-name {
  float: left;
  font-size: 2.5em;
  font-weight: 800;
  letter-spacing: 0.275em;
}
.site-phone {
  float: right;
  padding-top: 0.35em;
  font-size: 1.8em;
  font-weight: 600;
  letter-spacing: 0.3em;
}

.contact-container {
  clear: both;
  position: relative;
  overflow: auto;
  margin: 1em 0.5em;
}
.contact-content {
  float: left;
  width: 48%;
  font-size: 1.2em;
  line-height: 1.5em;
}
.contact-details {
  width: 100%;
}
.contact-container h2 {
  text-align: center;
}
.contact-options td:first-child, .contact-hours td:first-child {
  text-align: right;
  vertical-align: top;
  padding-right: 2em;
}

.map-content {
  position: absolute;
  top: 0;
  right: 0;
  float: right;
  width: 48%;
  height: 100%;
  font-size: 1.2em;
  line-height: 1.5em;
}

.map-details {
  width: 100%;
  height: calc(100% - 4rem);
}

#contact-map {
  margin: 0.5em;
  height: 100%;
  border-radius: 5px;
  box-shadow: 0.25em 0.25em 0.3em rgba(160, 192, 224, 0.6);
}

.enquiry-link {
  clear: both;
  margin: 1em 0;
}
.enquiry-link, .enquiry-link p {
  text-align: center;
}
.enquiry-link a {
  color: #123890 !important;
}


.enquiry-form {
  margin: 1em 0;
}
.enquiry-form div {
  margin: 1rem 0;
  vertical-align: top;
}
.enquiry-form div label {
  display: inline-block;
  width: 10rem;
}
.enquiry-form select, .enquiry-form input[type="text"], .enquiry-form input[type="email"] {
  display: inline-block;
  max-width: 30rem;
}
.enquiry-form .form-textarea-wrapper {
  display: inline-block;
}
.enquiry-form .form-submit {
  margin-left: 10.25em;
}

@media screen and (max-width:991px) {
  .site-name {
    font-size: 2.2em;
    letter-spacing: 0.2em;
  }
  .site-phone {
    font-size: 1.6em;
    letter-spacing: 0.2em;
  }
  .contact-content, .map-content {
    float: none;
    width: 100%;
    text-align: center;
  }
  .contact-details table {
    display: inline-block;
  }
  .contact-details table td {
    text-align: left;
  }
  .contact-options td:first-child, .contact-hours td:first-child {
    padding-right: 1rem;
  }
  .contact-details p {
    text-align: center;
  }
  .map-content {
    position: static;
    min-height: 400px;
  }
  .map-details {
    min-height: 400px;
  }
  #contact-map {
    min-height: 400px;
  }
}

@media screen and (max-width:799px) {
  .enquiry-form input {
    width: 95%;
  }
  .enquiry-form .form-textarea-wrapper {
    display: block;
    width: 95%;
  }
  .enquiry-form .form-submit {
    margin-left: 0;
  }
}

@media screen and (max-width: 575px) {
  #sidebar-box-main {
    width: calc(100% - var(--solo-gap));
  }
  .solo-outer .solo-inner .region-inner {
    padding: 0;
  }
  .contact-container {
  margin: 0;
  }

  .enquiry-form input {
    width: 90%;
  }
  .enquiry-form .form-textarea-wrapper {
    display: block;
    width: 90%;
  }

}

@media screen and (max-width: 389px) {
  .map-content, .map-details, #contact-map {
    min-height: 300px;
  }
  #contact-map {
    box-shadow: 0.2em 0.2em 0.4em rgba(160, 192, 224, 0.6);
  }
}

@media screen and (max-width: 259px) {
  .map-content, .map-details, #contact-map {
    min-height: 250px;
  }
}
