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

@media screen and (min-width: 992px) {
  .page-template-default:not(.home).without-featured-img .hero,
.page-template:not(.page-template-about-us).without-featured-img .hero,
.page-template:not(.page-template-attorney).without-featured-img .hero {
    height: 332.5px;
  }
}
@media screen and (min-width: 992px) {
  .page-template-default:not(.home).without-featured-img aside,
.page-template:not(.page-template-about-us).without-featured-img aside,
.page-template:not(.page-template-attorney).without-featured-img aside {
    margin-top: -93px;
  }
}
@media (max-width: 991px) {
  .page-template-default:not(.home) .hero,
.page-template:not(.page-template-about-us) .hero,
.page-template:not(.page-template-attorney) .hero {
    padding-top: 150px;
    padding-bottom: 50px;
    height: initial;
  }
}
@media (max-width: 767px) {
  .page-template-default:not(.home) .hero,
.page-template:not(.page-template-about-us) .hero,
.page-template:not(.page-template-attorney) .hero {
    padding-top: 256px;
  }
}
@media (max-width: 329px) {
  .page-template-default:not(.home) .hero,
.page-template:not(.page-template-about-us) .hero,
.page-template:not(.page-template-attorney) .hero {
    padding-top: 304px;
  }
}
.page-template-default:not(.home) .hero:before,
.page-template:not(.page-template-about-us) .hero:before,
.page-template:not(.page-template-attorney) .hero:before {
  content: none;
}

@media (max-width: 575px) {
  .page-template-default:not(.home) .hero:before,
.page-template:not(.page-template-about-us) .hero:before,
.page-template:not(.page-template-attorney) .hero:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(360deg, rgba(10, 28, 68, 0) 55.7%, rgba(10, 28, 68, 0.64) 71.89%, rgba(10, 28, 68, 0.8) 100%), linear-gradient(180deg, rgba(10, 28, 68, 0) 36.67%, rgba(10, 28, 68, 0.39) 100%), linear-gradient(270deg, rgba(10, 28, 68, 0) 49.2%, #0A1C44 95%);
    pointer-events: none;
  }
}
@media (max-width: 991px) {
  .page-template-default:not(.home) .hero .banner-title,
.page-template:not(.page-template-about-us) .hero .banner-title,
.page-template:not(.page-template-attorney) .hero .banner-title {
    text-align: center;
  }
}
@media screen and (min-width: 992px) {
  .page-template-default:not(.home) .main-content:not(.without-featured-img .main-content),
.page-template:not(.page-template-about-us) .main-content:not(.without-featured-img .main-content),
.page-template:not(.page-template-attorney) .main-content:not(.without-featured-img .main-content) {
    margin-top: -93px;
    padding-bottom: 68px;
  }
}
@media (max-width: 991px) {
  .page-template-default:not(.home) .main-content .image-holder,
.page-template:not(.page-template-about-us) .main-content .image-holder,
.page-template:not(.page-template-attorney) .main-content .image-holder {
    margin-bottom: 50px;
  }
}

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