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

.page-template-archive-locations .location-archive .items {
  margin-bottom: 40px;
  padding-bottom: 50px;
  border-bottom: 1px solid #d6d6d6;
}

.page-template-archive-locations .location-archive .items p a {
  display: none;
}

.page-template-archive-locations .location-archive .items .btn {
  padding-left: 30px;
  padding-right: 30px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .page-template-archive-locations .location-archive {
    padding-right: 30px;
  }
}
.page-template-archive-locations .sidebar {
  padding-left: 0px;
}

/*# sourceMappingURL=archive-locations.css.map*/