/**
 *
 * Cape Gastro Contact Page Styling (Adaptive)
 */
.contact-page h3 {
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: calc(1em * (60 / 1000));
}

.contact-page h3 {
  margin: 0 auto 1rem;
}

label {
  display: inline-block;
  margin-bottom: .5rem;
  color: #212529;
  font: normal normal 16px/24px 'Open Sans', sans-serif;
  font-weight: 400;
  letter-spacing:-0.32px;
  margin-bottom: 10px;
}

.contact-page .contact-details a span,
.contact-page .contact-details a div {
  border: 2px solid var(--theme-color);
  border-radius: 50%;
  color: #212529; /*var(--theme-color);*/
  letter-spacing: calc( 1em * ( -10 / 1000 ) );
  text-align: center;
}

.contact-page .contact-details a div {
  width: 35px;
  height: 35px;
  padding: 0;
  line-height: 33px;
}

.contact-page .contact-details a div:last-of-type {
  line-height: 35px;
}

.contact-page .contact-details a span {
  width: 40px;
  height: 40px;
  padding: 2px 7px 4px;
  line-height: 38px;
}

.contact-page .contact-physical-address address p {
  letter-spacing: 0 !important;
  line-height: 33px;
}

.contact-page .contact-details a,
.contact-page .contact-details a span i {
  line-height: 46px;
}

.contact-page .contact-details a span i,
.contact-page .contact-social-media a span i,
.contact-page .contact-physical-address .icon span i {
  color: var(--theme-color);
  font-size: 14px;
}

.contact-page .contact-details a,
.contact-page address {
  font-size: 16px;
}

.contact-page address {
  line-height: 38px;
  margin-bottom: 0;
}

.contact-page .contact-social-media a span,
.contact-page .contact-physical-address .icon span {
  color: var(--theme-color);
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  padding: 10px 0;
  border: 2px solid var(--theme-color);
  border-radius: 50%;
}

.contact-page .contact-physical-address .icon span {
  padding: 5px 9px;
  font-size: 14px;
}

input.form-control {
  max-height: 30px;
}

.contact-page a.social-media {
  margin: 1rem;
}

.contact-page h3 {
  font-size: 18px;
  margin-bottom: 30px;
}

.contact-page .contact-social-media a:first-child {
  margin-left: 0 !important;
}


@media only screen and (max-width: 1024px) {

  .contact-page h3 {
    font-size: 18px;
    margin-bottom: 30px;
  }

  .contact-page .col-12.content,
  .contact-page .content {
    padding-top: 0;
  }

  .contact-page .content .row {
    margin-top: 1.618rem;
  }

  label {
    font-size: 15px;
    margin-top: 0.67rem;
  }

}

@media only screen and (max-width: 992px) {

  .contact-page h3 {
    font-size: 18px;
    margin-bottom: 30px;
  }

  .contact-page {
    margin-top: 50px;
    margin-bottom: 30px;
  }

  .contact-page br {
    display: block !important;
  }

  .contact-page .image img.img-fluid {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .contact-page [class*=contact] {
    margin-top: 20px;
  }

  .contact-page .contact-social-media .d-flex {
    max-width: 100%;
    justify-content: flex-start;
  }

  .contact-page a.social-media {
    margin: 0 1rem;
  }

  .contact-page a.social-media:first-child {
    margin-left: 0;
  }

  .contact-page a.social-media:last-child {
    margin-right: 0;
  }

}

@media only screen and (max-width: 768px) {

  .page-section .title {
    padding: unset !important;
  }

}