/**
* Base Colors
*/
/**************************
  Media Queries
***************************/
/*************************
  Fonts
**************************/
/*************************
  Button colours
**************************/
/*************************
  Location page colours
**************************/
/*************************
  Form colours
**************************/
/*************************
  Sidebar variables
**************************/
/*************************
  404 button background
**************************/
/*************************
  Results Partial
**************************/
/*************************
  Swiper
**************************/
/*************************
  Footer Top
**************************/
/*************************
  Front Page variables
**************************/
/*************************
  Why Choose Us Section 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;
}

.page-template-archive-pa .pa-archive-section {
  padding-top: 50px;
  padding-bottom: 50px;
}

@media screen and (min-width: 992px) {
  .page-template-archive-pa .pa-archive-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 992px) {
  .page-template-archive-pa .pa-archive-section .pa-title {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px) {
  .page-template-archive-pa .pa-archive-section .intro {
    width: 100%;
    max-width: 536px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 992px) {
  .page-template-archive-pa .pa-archive-section .intro {
    max-width: 653px;
  }
}
.page-template-archive-pa .pa-archive-section .intro *:last-of-type {
  margin-bottom: 7px;
}

@media screen and (min-width: 768px) {
  .page-template-archive-pa .pa-archive-section .intro *:last-of-type {
    margin-bottom: 31px;
  }
}
@media screen and (min-width: 992px) {
  .page-template-archive-pa .pa-archive-section .intro *:last-of-type {
    margin-bottom: 41px;
  }
}
@media screen and (min-width: 992px) {
  .page-template-archive-pa .pa-archive-section .pa-archive-container {
    padding: 58px 38px;
    background-color: #fff;
    border-left: 5px solid #CAA16E;
    box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.1);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .page-template-archive-pa .pa-archive-section .pa-archive-container {
    width: 100%;
    max-width: 536px;
    margin-left: auto;
    margin-right: auto;
  }
}
.page-template-archive-pa .pa-archive-section .pa-archive-item {
  padding: 15px;
  background-color: #fff;
  border-color: #E8B36C;
  border-bottom: 1px solid #E8B36C;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

.page-template-archive-pa .pa-archive-section .pa-archive-item:is(:hover, :focus) {
  background-color: #F4F7F9;
  border-left: 5px solid #E8B36C;
  border-right: 5px solid #E8B36C;
}

.page-template-archive-pa .pa-archive-section .pa-archive-item .pa-archive-item-link {
  display: block;
  height: 100%;
}

.page-template-archive-pa .pa-archive-section .pa-archive-item .pa-archive-item-title {
  font-family: "Libre Bodoni", serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  color: #18333F;
  line-height: 30px;
}

.page-template-archive-pa .pa-archive-section .button-wrap-container {
  margin-top: 36px;
}

@media screen and (min-width: 1400px) {
  .page-template-archive-pa .bottom-section {
    padding-top: 78px;
  }
}
@media screen and (min-width: 1200px) {
  .page-template-archive-pa .bottom-section .heading {
    width: 100%;
    max-width: 490px;
  }
}
@media screen and (min-width: 1200px) {
  .page-template-archive-pa .bottom-section-content {
    margin-top: 59px;
  }
}
@media screen and (min-width: 1400px) {
  .page-template-archive-pa .bottom-section-content {
    margin-top: 79px;
  }
}

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