/**
* 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(--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;
}

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

@media screen and (min-width: 992px) {
  .contact-sidebar {
    margin-top: 60px;
  }
  .contact-sidebar .widget_cw_team_widget,
.contact-sidebar .contact-info {
    height: 100%;
  }
  .contact-sidebar .sidebar-item > div:not(:empty) {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1200px) {
  .contact-sidebar .sidebar-widget {
    height: 100%;
  }
}
.contact-sidebar .sidebar-item:not(:empty) {
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 768px) {
  .contact-sidebar .sidebar-item:not(:empty) .contact-info {
    padding: 30px 40px;
  }
}
@media (min-width: 992px) and (max-width: 1399px) {
  .contact-sidebar .sidebar-item:not(:empty) .contact-info {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .contact-sidebar .sidebar-item:not(:empty) .sidebar-expect {
    margin-top: 60px;
  }
}
.contact-sidebar .sidebar-item:not(:empty) .sidebar-expect .sidebar-expect-sect {
  padding: 20px 0;
  text-align: center;
  border-bottom: 1px solid #DCDCDC;
}

.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 p:last-child {
  margin-bottom: 0;
}

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

.contact-sidebar .sidebar-item:not(:empty) .sidebar-expect .sidebar-expect-sect .btn-wrapper .btn {
  width: 100%;
  max-width: 315px;
}

.contact-sidebar .sidebar-item:not(:empty) .sidebar-expect .sidebar-expect-sect .btn-wrapper .btn span {
  padding-left: 15px;
  padding-right: 15px;
}

@media screen and (min-width: 768px) {
  .contact-sidebar .sidebar-item:not(:empty) .sidebar-expect .sidebar-expect-sect .btn-wrapper .btn {
    max-width: 313px;
  }
}
.contact-sidebar .sidebar-item:not(:empty) .team-sidebar {
  height: 100%;
}

@media (max-width: 767px) {
  .contact-sidebar .contact-info .office-info-contact-wrapper {
    padding: 0 15px;
  }
}
.contact-sidebar .contact-info .office-info-contact-wrapper .select-office-contact {
  position: relative;
  padding: 10px 16px;
  margin-bottom: 15px;
  max-width: 100%;
  width: 100%;
  height: 44px;
  color: #2C2C2C;
  font-size: 18px;
  font-weight: 700;
  background: url(../images/icons/icon-select-arrow-down-contact.svg) #fff no-repeat 100%;
  background-size: 44px;
  border-radius: 0;
  border: 1px solid #CFCDC8;
  appearance: none;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .contact-sidebar .contact-info .office-info-contact-wrapper .select-office-contact {
    max-width: 380px;
  }
}
@media screen and (min-width: 1200px) {
  .contact-sidebar .contact-info .office-info-contact-wrapper .select-office-contact {
    max-width: 450px;
  }
}
.contact-sidebar .contact-info .office-info-contact-wrapper .office-info-contact {
  margin-bottom: 0;
  color: var(--text-color);
  font-size: 18px;
  font-weight: 400;
  line-height: 33px;
}

.contact-sidebar .contact-info .office-info-contact-wrapper .firm-name {
  margin-bottom: 7px;
  color: #262616;
  font-family: var(--secondary-font), sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.34px;
  text-transform: uppercase;
}

@media screen and (min-width: 768px) {
  .contact-sidebar .contact-info .office-info-contact-wrapper .firm-name {
    margin-bottom: 10px;
    font-size: 20px;
    letter-spacing: 0.4px;
  }
}
.contact-sidebar .contact-info .office-info-contact-wrapper address {
  margin-bottom: 0;
  color: var(--text-color);
  font-size: 18px;
  font-weight: 400;
  line-height: 33px;
}

.contact-sidebar .contact-info .office-info-contact-wrapper .phone {
  font-weight: 700;
  text-decoration: underline;
}

.contact-sidebar .contact-info .office-info-contact-wrapper .office-info__buttons {
  margin-top: 10px;
}

@media screen and (min-width: 992px) {
  .contact-sidebar .contact-info .office-info-contact-wrapper .office-info__buttons {
    display: flex;
    align-items: center;
  }
}
.contact-sidebar .contact-info .office-info-contact-wrapper .office-info__buttons .btn {
  width: 100%;
  background-color: var(--color-neutral);
}

@media screen and (min-width: 992px) {
  .contact-sidebar .contact-info .office-info-contact-wrapper .office-info__buttons .btn {
    max-width: 117px;
  }
}
@media screen and (min-width: 992px) {
  .contact-sidebar .contact-info .office-info-contact-wrapper .office-info__buttons .btn:first-child {
    margin-right: 30px;
  }
}
@media (max-width: 991px) {
  .contact-sidebar .contact-info .office-info-contact-wrapper .office-info__buttons .btn:first-child {
    margin-bottom: 30px;
  }
}
.contact-sidebar .contact-info .office-info-contact-wrapper .office-info__buttons .btn span {
  padding: 6px;
  pointer-events: none;
}

.contact-sidebar .contact-info .office-info-contact-wrapper .office-info__buttons .btn:hover {
  background-color: #fff;
}

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

.contact-sidebar .contact-info .office-info-contact-wrapper .office-map-contact a {
  position: relative;
  display: block;
}

.contact-sidebar .contact-info .office-info-contact-wrapper .office-map-contact a:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 5px solid #fff;
}

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