/**
* Base Colors
*/
/**************************
  Media Queries
***************************/
/*************************
  Fonts
**************************/
/*************************
  Button colours
**************************/
/*************************
  Location page colours
**************************/
/*************************
  Form colours
**************************/
/*************************
  Sidebar variables
**************************/
/*************************
  404 button background
**************************/
/*************************
  Results Partial
**************************/
/*************************
  Swiper
**************************/
/*************************
  Footer Top
**************************/
/* Additional Mixins */
.contact-sidebar .office-info .address__buttons a,
.contact-sidebar .office-info .address__buttons button {
  transition: all 0.2s ease;
}

.uppercase-title {
  font-family: var(--secondary-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 .testimonials-section {
  padding-bottom: 20px;
}

.contact-sidebar {
  margin: 20px auto 0;
}

@media screen and (min-width: 768px) {
  .contact-sidebar {
    margin-top: 80px;
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media screen and (min-width: 1200px) {
  .contact-sidebar {
    margin-bottom: 80px;
    max-width: 100%;
  }
  .contact-sidebar .sidebar-widget {
    height: 100%;
  }
  .contact-sidebar .sidebar-item > div:not(:empty) {
    margin-bottom: 0;
  }
}
.contact-sidebar .sidebar-item:not(:empty) .sidebar-location {
  padding-top: 26px;
  background-color: var(--color-primary);
}

@media screen and (min-width: 1200px) {
  .contact-sidebar .sidebar-item:not(:empty) .sidebar-location {
    height: 100%;
  }
}
.contact-sidebar .sidebar-item:not(:empty) .sidebar-location .sidebar-title {
  font-family: var(--secondary-font), sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 44px;
  text-align: center;
  text-transform: none;
}

.contact-sidebar .sidebar-item:not(:empty) .widget_cw_team_widget:not(:empty) {
  margin-top: 140px;
}

@media screen and (min-width: 1200px) {
  .contact-sidebar .sidebar-item:not(:empty) .widget_cw_team_widget:not(:empty) {
    margin-top: 191px;
    height: calc(100% - 191px);
  }
}
.contact-sidebar .sidebar-item:not(:empty) .sidebar-expect .sidebar-expect-sect {
  padding: 30px 0;
  text-align: center;
  border-bottom: 1px solid #fff;
}

.contact-sidebar .sidebar-item:not(:empty) .sidebar-expect .sidebar-expect-sect:first-child {
  padding-top: 0;
}

.contact-sidebar .sidebar-item:not(:empty) .sidebar-expect .sidebar-expect-sect:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.contact-sidebar .sidebar-item:not(:empty) .sidebar-expect .sidebar-expect-sect .sidebar-title {
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 29px;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.contact-sidebar .sidebar-item:not(:empty) .sidebar-expect .sidebar-expect-sect p {
  color: #fff;
}

.contact-sidebar .sidebar-item:not(:empty) .sidebar-expect .sidebar-expect-sect p:last-child {
  margin-bottom: 0;
}

.contact-sidebar .sidebar-item:not(:empty) .sidebar-expect .sidebar-expect-sect .icon-holder {
  margin-bottom: 20px;
}

.contact-sidebar .office-info {
  color: #fff;
  text-align: center;
}

.contact-sidebar .office-info .firm-name {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.03em;
}

.contact-sidebar .office-info .address {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 28px;
}

.contact-sidebar .office-info .address a {
  color: #fff;
}

.contact-sidebar .office-info .address__buttons {
  display: flex;
  justify-content: center;
}

.contact-sidebar .office-info .address__buttons a,
.contact-sidebar .office-info .address__buttons button {
  padding: 9px;
  width: 100%;
  max-width: 150px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  background: none;
  border: 2px solid #fff;
  border-radius: 5px;
}

.contact-sidebar .office-info .address__buttons a:hover,
.contact-sidebar .office-info .address__buttons button:hover {
  color: var(--color-primary);
  background-color: #fff;
}

.contact-sidebar .office-info .address__buttons a {
  margin-right: 16px;
}

.contact-sidebar .office-info .office-map {
  margin-top: 28px;
}

.contact-sidebar .office-info .office-map img {
  border-radius: 10px;
}

@media (max-width: 767px) {
  .contact-sidebar .office-info .office-map img {
    width: 100%;
    height: 172px;
    object-fit: cover;
  }
}

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