/**
* 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-location .main-content {
  padding-top: 0;
}

.page-template-archive-location .main-content .entry-content {
  text-align: center;
  max-width: 1170px;
  margin: 0 auto 60px;
}

.page-template-archive-location .main-content .locations-list {
  row-gap: 30px;
}

.page-template-archive-location .main-content .locations-list .location-item {
  border-radius: 20px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.87);
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(30px);
  height: 100%;
  position: relative;
  padding-bottom: 90px;
}

.page-template-archive-location .main-content .locations-list .location-item .content-wrap {
  padding: 19px 25px 0;
  text-align: center;
  margin-bottom: 30px;
}

.page-template-archive-location .main-content .locations-list .location-item .btn-wrap {
  position: absolute;
  bottom: 53px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}

.page-template-archive-location .main-content .locations-list .location-item .btn-wrap .btn {
  border: none;
  padding: 8px 23px;
}

.page-template-archive-location .main-content .locations-list .location-item .btn-wrap .btn span {
  font-family: "Open Sans";
  vertical-align: middle;
}

.page-template-archive-location .main-content .locations-list .location-item .image-wrap img {
  width: 100%;
}

.page-template-archive-location .extra-widgets {
  padding-top: 30px;
}

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