/**
* Base Colors
*/
/**************************
  Media Queries
***************************/
/*************************
  Fonts
**************************/
/*************************
  Button colours
**************************/
/*************************
  Location page colours
**************************/
/*************************
  Form colours
**************************/
/*************************
  Sidebar variables
**************************/
/*************************
  404 button background
**************************/
/*************************
  Results Partial
**************************/
/*************************
  Swiper
**************************/
/*************************
  Footer Top
**************************/
/*************************
  Banner variables
**************************/
/* 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: 1440px) {
  .page-template-default .breadcrumb-container .container {
    max-width: 1442px;
  }
}
@media screen and (min-width: 992px) {
  .page-template-default .main-content:not(.home) {
    padding-top: 66px;
    padding-bottom: 30px;
    padding-bottom: 98px;
  }
}
@media screen and (min-width: 1440px) {
  .page-template-default .main-content:not(.home) .container {
    max-width: 1442px;
  }
}

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