/**
* 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);
  color: #2b2b2b;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 27px;
  letter-spacing: 0.15rem;
  text-align: center;
}

.contact-content {
  background-color: var(--color-neutral);
  padding-bottom: 15px;
}

@media screen and (min-width: 768px) {
  .contact-content {
    padding-top: 0;
    margin-top: -50px;
  }
}
@media screen and (min-width: 1200px) {
  .contact-content {
    margin-top: -60px;
  }
}
@media screen and (min-width: 1400px) {
  .contact-content {
    padding-bottom: 85px;
  }
}
@media screen and (min-width: 768px) {
  .contact-content .page-heading .container {
    padding: 50px;
    background-color: #fff;
    border-radius: 25px;
    box-shadow: 4.63448px 5.2461px 27px rgba(49, 49, 49, 0.05), 0.926896px 1.04922px 4.3875px rgba(49, 49, 49, 0.025);
  }
}
@media screen and (min-width: 992px) {
  .contact-content .page-heading .container {
    padding: 80px;
  }
}
@media screen and (min-width: 1400px) {
  .contact-content .page-heading .container {
    max-width: 1200px;
  }
}
.contact-content .page-heading .page-description {
  max-width: 700px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.contact-content .main-contact-form {
  margin: auto;
  max-width: 731px;
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .contact-content .contact-sidebar-container {
    max-width: 1000px;
  }
}
.contact-content .contact-sidebar {
  max-width: initial;
  justify-content: center;
}

@media screen and (min-width: 992px) {
  .contact-content .contact-sidebar {
    margin-top: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .contact-content .contact-sidebar {
    margin-top: 86px;
  }
}
@media screen and (min-width: 1400px) {
  .contact-content .contact-sidebar {
    justify-content: space-between;
  }
}
@media (max-width: 767px) {
  .contact-content .contact-sidebar {
    margin-left: 0;
    margin-right: 0;
  }
}
.contact-content .contact-sidebar .sidebar-item {
  padding: 0;
  max-width: 450px !important;
  margin: 0 auto 50px;
}

@media screen and (min-width: 992px) {
  .contact-content .contact-sidebar .sidebar-item {
    max-width: 100%;
  }
}
@media (min-width: 1400px) {
  .contact-content .contact-sidebar .sidebar-item {
    margin: 0;
  }
}
.contact-content .contact-sidebar .sidebar-item .widget {
  margin-bottom: 0;
}

.contact-content .contact-sidebar .sidebar-item .sidebar-location {
  background-color: var(--color-primary);
  padding: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  border: 5px solid;
  border-image: linear-gradient(180deg, #4D0C16 0%, #AE1C33 100%) 1;
}

.contact-content .contact-sidebar .sidebar-item .sidebar-location .address {
  font-family: var(--main-font);
  color: #fff;
  line-height: 26px;
}

.contact-content .contact-sidebar .sidebar-item .sidebar-location .address a {
  color: #fff;
  line-height: 26px;
}

.contact-content .contact-sidebar .sidebar-item .sidebar-location .address__map {
  margin-top: 60px;
  text-align: center;
}

.contact-content .contact-sidebar .sidebar-item .sidebar-location .address__map img {
  border: 1px solid rgba(148, 148, 148, 0.6509803922);
  border-radius: 7px;
  width: auto !important;
}

@media screen and (min-width: 1200px) {
  .contact-content .contact-sidebar .sidebar-item .sidebar-location .address__map img {
    border-radius: 12px;
  }
}
.contact-content .contact-sidebar .sidebar-item .sidebar-location .address__firmname {
  font-weight: 700;
  font-size: 24px;
  line-height: 34px;
  color: #fff;
  margin: 20px 0 15px;
}

.contact-content .contact-sidebar .sidebar-item .sidebar-location .address__buttons {
  max-width: 140px;
  position: relative;
}

@media screen and (min-width: 1200px) {
  .contact-content .contact-sidebar .sidebar-item .sidebar-location .address__buttons {
    max-width: initial;
    display: flex;
    gap: 55px;
  }
}
.contact-content .contact-sidebar .sidebar-item .sidebar-location .address__buttons a, .contact-content .contact-sidebar .sidebar-item .sidebar-location .address__buttons button {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}

.contact-content .contact-sidebar .sidebar-item .sidebar-location .address__buttons a:after, .contact-content .contact-sidebar .sidebar-item .sidebar-location .address__buttons button:after {
  content: "";
  background-image: url(../images/arrows/arrow-location.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 27px;
  height: 27px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}

@media (max-width: 1199px) {
  .contact-content .contact-sidebar .sidebar-item .sidebar-location .address__buttons a:after, .contact-content .contact-sidebar .sidebar-item .sidebar-location .address__buttons button:after {
    position: absolute;
    top: 8px;
    right: 0;
    transform: translateY(-50%);
    margin-left: 0;
  }
}
.contact-content .contact-sidebar .sidebar-item .sidebar-location .address__buttons button {
  display: block;
  background-color: transparent;
  border: none;
  padding: 0;
}

@media (max-width: 1199px) {
  .contact-content .contact-sidebar .sidebar-item .sidebar-location .address__buttons button {
    padding-top: 20px;
  }
  .contact-content .contact-sidebar .sidebar-item .sidebar-location .address__buttons button:after {
    top: initial;
    bottom: -18px;
  }
}
.contact-content .contact-sidebar .sidebar-item .widget_cw_team_widget {
  height: 100%;
}

.contact-content .contact-sidebar .sidebar-item .widget_cw_team_widget img {
  max-width: 300px;
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .contact-content .contact-sidebar .sidebar-item .widget_cw_team_widget .arrow-red-prev {
    left: -4px !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .contact-content .contact-sidebar .sidebar-item .widget_cw_team_widget .arrow-red-next {
    right: -4px !important;
  }
}
.contact-content .contact-sidebar .sidebar-item .sidebar-expect {
  background-color: var(--color-primary);
  text-align: center;
  padding: 40px 20px 30px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: 5px solid;
  border-image: linear-gradient(180deg, #4D0C16 0%, #AE1C33 100%) 1;
}

.contact-content .contact-sidebar .sidebar-item .sidebar-expect-sect .icon-holder {
  margin-top: 35px;
}

.contact-content .contact-sidebar .sidebar-item .sidebar-expect p {
  font-size: 18px;
  line-height: 26px;
}

@media screen and (min-width: 1200px) {
  .contact-content .contact-sidebar .sidebar-item .sidebar-expect {
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media screen and (min-width: 1440px) {
  .contact-content .contact-sidebar .sidebar-item .sidebar-expect {
    padding-left: 65px;
    padding-right: 65px;
  }
}
.contact-content .contact-sidebar .sidebar-item .sidebar-expect * {
  color: #fff;
}

.contact-content .contact-sidebar .sidebar-item .sidebar-expect a {
  margin-top: 18px;
  display: inline-block;
  font-size: 18px;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.contact-content .contact-sidebar .sidebar-item .sidebar-expect a:hover {
  color: var(--accent-color);
}

.contact-content .contact-sidebar .sidebar-item .sidebar-expect .sidebar-subtitle {
  font-family: var(--secondary-font);
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 20px;
}

.contact-content .contact-sidebar .sidebar-item .sidebar-expect .sidebar-subtitle:last-of-type {
  margin-top: 35px;
}

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