/**
* Base Colors
*/
/**************************
  Media Queries
***************************/
/*************************
  Fonts
**************************/
/*************************
  Button colours
**************************/
/*************************
  Location page colours
**************************/
/*************************
  Form colours
**************************/
/*************************
  Sidebar variables
**************************/
/*************************
  404 button background
**************************/
/*************************
  Results Partial
**************************/
/*************************
  Swiper
**************************/
/*************************
  Footer Top
**************************/
/* Additional Mixins */
.uppercase-title {
  font-family: var(--main-font), sans-serif;
  color: #2b2b2b;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 27px;
  letter-spacing: 0.15rem;
  text-align: center;
}

.page-template-contact .main-content {
  padding-bottom: 20px;
}

@media (min-width: 992px) {
  .page-template-contact .main-content .col-right img {
    position: absolute;
    bottom: 0;
  }
}
.page-template-contact .main-content .border-line-bottom {
  height: 1px;
  position: absolute;
  width: 10000px;
  background-color: rgba(138, 138, 138, 0.5411764706);
  position: absolute;
  bottom: 0;
  left: -500px;
}

.page-template-contact .contact-contentjd {
  margin: 0 auto 50px;
}

.page-template-contact .contact-contentjd.entry-content ol > li {
  font-family: var(--main-font), sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 33px;
  color: #4F4F4F;
  padding: 5px 18px 5px 42px;
}

.page-template-contact .contact-contentjd.entry-content ol > li::before {
  top: 9px;
  left: 7px;
  height: 24px;
  width: 24px;
  line-height: 25px;
  font-size: 14px;
}

.page-template-contact h2.form-title {
  text-align: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 90px;
}

.page-template-contact .cw-community {
  margin-top: 40px;
}

@media screen and (min-width: 992px) {
  .page-template-contact .cw-community {
    margin-top: 60px;
  }
}
.contact-social-call p {
  font-family: var(--main-font), sans-serif;
  color: #18397b;
  font-size: 32px;
}

@media screen and (min-width: 768px) {
  .contact-social-call p {
    margin: 0;
  }
}
@media screen and (min-width: 992px) {
  .contact-social-call p {
    font-size: 36px;
  }
}
.contact-social-call p a {
  color: #eb5b13;
  font-size: 32px;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .contact-social-call p a {
    font-size: 36px;
  }
}
@media screen and (min-width: 992px) {
  .contact-social-call p a {
    font-size: 40px;
  }
}
.contact-sidebar {
  margin-top: 40px;
}

@media screen and (min-width: 992px) {
  .contact-sidebar {
    margin-top: 0;
  }
}
.contact-sidebar__wrapper {
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 992px) {
  .contact-sidebar__wrapper {
    max-width: 100%;
  }
}
.contact-sidebar .sidebar-widget {
  border: 1px solid black;
  padding: 34px 20px;
  margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .contact-sidebar .sidebar-widget {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.contact-sidebar .sidebar-widget:last-child {
  padding: 0;
  margin-bottom: 0;
}

.contact-sidebar .sidebar-widget .reviews-widget {
  margin-top: 0;
  margin-bottom: 0;
}

.contact-sidebar .sidebar-widget .sidebar-title {
  font-size: 16px;
}

.contact-sidebar .sidebar-widget p {
  font-size: 16px;
}

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