/**
* 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-legal-legacies .legal-legacies {
  padding-bottom: 40px;
}

@media screen and (min-width: 768px) {
  .page-template-legal-legacies .legal-legacies {
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 992px) {
  .page-template-legal-legacies .legal-legacies {
    padding-bottom: 96px;
  }
}
.page-template-legal-legacies .legal-legacies .page-title {
  margin-bottom: 45px;
}

@media screen and (min-width: 768px) {
  .page-template-legal-legacies .legal-legacies .page-title {
    margin-bottom: 71px;
  }
}
.page-template-legal-legacies .legal-legacies .item-list {
  margin: 0 auto;
  max-width: 690px;
}

.page-template-legal-legacies .legal-legacies .item-list .row {
  margin: 0 -15px;
}

.page-template-legal-legacies .legal-legacies .item-list .col-item {
  padding: 0 15px;
}

@media (max-width: 767px) {
  .page-template-legal-legacies .legal-legacies .item-list .col-item {
    margin-bottom: 20px;
    text-align: center;
  }
  .page-template-legal-legacies .legal-legacies .item-list .col-item:last-child {
    margin-bottom: 0;
  }
}
.page-template-legal-legacies .legal-legacies .item-list .item .image-holder {
  position: relative;
  display: block;
  margin: 0 auto;
  max-width: 210px;
}

.page-template-legal-legacies .legal-legacies .item-list .item .image-holder:hover:before, .page-template-legal-legacies .legal-legacies .item-list .item .image-holder:hover:after {
  opacity: 1;
}

.page-template-legal-legacies .legal-legacies .item-list .item .image-holder a {
  display: block;
  position: relative;
  z-index: 2;
}

.page-template-legal-legacies .legal-legacies .item-list .item .image-holder:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: var(--color-secondary);
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.page-template-legal-legacies .legal-legacies .item-list .item .image-holder:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.page-template-legal-legacies .legal-legacies .item-list .item .name {
  margin: 19px 0 17px;
  color: #2D2D2D;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: 0.54px;
}

.page-template-legal-legacies .legal-legacies .item-list .item .name a {
  color: #2D2D2D;
}

.page-template-legal-legacies .legal-legacies .item-list .item .year {
  color: #868686;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2.4px;
  text-transform: uppercase;
}

.page-template-legal-legacies .legal-legacies-list {
  position: relative;
  padding: 29px 0 20px;
}

@media screen and (min-width: 1200px) {
  .page-template-legal-legacies .legal-legacies-list {
    padding-bottom: 151px;
    margin-bottom: 16px;
  }
}
@media screen and (min-width: 1200px) {
  .page-template-legal-legacies .legal-legacies-list:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 27%;
    height: 100%;
    background-color: var(--color-neutral);
  }
}
.page-template-legal-legacies .legal-legacies-list .legal-legacies-item {
  margin-bottom: 40px;
}

@media screen and (min-width: 768px) {
  .page-template-legal-legacies .legal-legacies-list .legal-legacies-item {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 992px) {
  .page-template-legal-legacies .legal-legacies-list .legal-legacies-item {
    margin-bottom: 80px;
  }
}
.page-template-legal-legacies .legal-legacies-list .legal-legacies-item:last-child {
  margin-bottom: 0;
}

.page-template-legal-legacies .legal-legacies-list .legal-legacies-item:last-child .row {
  align-items: center;
}

@media screen and (min-width: 1200px) {
  .page-template-legal-legacies .legal-legacies-list .legal-legacies-item:last-child .row .content {
    margin-top: 60px;
  }
}
@media screen and (min-width: 1200px) {
  .page-template-legal-legacies .legal-legacies-list .legal-legacies-item:last-child .additional-content-wrapper .additional-content .content-holder {
    max-width: 810px;
  }
}
.page-template-legal-legacies .legal-legacies-list .legal-legacies-item .image-holder {
  max-width: 300px;
  text-align: center;
  background-color: #fff;
  box-shadow: 0px 11px 30px 0px rgba(0, 0, 0, 0.15);
}

@media screen and (min-width: 768px) {
  .page-template-legal-legacies .legal-legacies-list .legal-legacies-item .image-holder {
    max-width: 450px;
  }
}
@media screen and (min-width: 1200px) {
  .page-template-legal-legacies .legal-legacies-list .legal-legacies-item .image-holder {
    margin-top: 90px;
  }
}
.page-template-legal-legacies .legal-legacies-list .legal-legacies-item .image-holder img {
  margin-top: -40px;
}

@media screen and (min-width: 768px) {
  .page-template-legal-legacies .legal-legacies-list .legal-legacies-item .image-holder img {
    margin-top: -67px;
  }
}
@media (max-width: 1199px) {
  .page-template-legal-legacies .legal-legacies-list .legal-legacies-item .image-holder {
    margin: 67px auto 30px;
  }
}
@media (max-width: 767px) {
  .page-template-legal-legacies .legal-legacies-list .legal-legacies-item .image-holder {
    margin-top: 40px;
  }
}
.page-template-legal-legacies .legal-legacies-list .legal-legacies-item .name {
  margin-bottom: 10px;
  color: #2D2D2D;
  font-family: var(--secondary-font), sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 38px;
}

@media screen and (min-width: 768px) {
  .page-template-legal-legacies .legal-legacies-list .legal-legacies-item .name {
    margin-bottom: 16px;
    font-size: 40px;
    line-height: 48px;
  }
}
.page-template-legal-legacies .legal-legacies-list .legal-legacies-item .year {
  margin-bottom: 20px;
  color: #868686;
  font-size: 16px;
  font-weight: 600;
  line-height: 23px;
  letter-spacing: 3.2px;
  text-transform: uppercase;
}

@media screen and (min-width: 1200px) {
  .page-template-legal-legacies .legal-legacies-list .legal-legacies-item .content {
    max-width: 810px;
  }
}
.page-template-legal-legacies .legal-legacies-list .legal-legacies-item .content p:last-child {
  margin-bottom: 0;
}

.page-template-legal-legacies .legal-legacies-list .legal-legacies-item .additional-content-wrapper {
  margin-top: 40px;
  box-shadow: 0px 11px 30px 0px rgba(0, 0, 0, 0.15);
}

@media screen and (min-width: 768px) {
  .page-template-legal-legacies .legal-legacies-list .legal-legacies-item .additional-content-wrapper {
    margin-top: 60px;
  }
}
@media screen and (min-width: 992px) {
  .page-template-legal-legacies .legal-legacies-list .legal-legacies-item .additional-content-wrapper {
    margin-top: 80px;
  }
}
@media screen and (min-width: 992px) {
  .page-template-legal-legacies .legal-legacies-list .legal-legacies-item .additional-content-wrapper.with-image {
    display: flex;
  }
}
.page-template-legal-legacies .legal-legacies-list .legal-legacies-item .additional-content-wrapper.with-image .additional-image-holder {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 300px;
  background-color: #fff;
}

@media screen and (min-width: 1200px) {
  .page-template-legal-legacies .legal-legacies-list .legal-legacies-item .additional-content-wrapper.with-image .additional-image-holder {
    flex: 0 0 493px;
  }
}
@media (max-width: 1199px) {
  .page-template-legal-legacies .legal-legacies-list .legal-legacies-item .additional-content-wrapper.with-image .additional-image-holder {
    padding: 40px;
  }
}
.page-template-legal-legacies .legal-legacies-list .legal-legacies-item .additional-content-wrapper .additional-content {
  padding: 30px 15px 5px;
  background-color: var(--color-secondary);
}

@media screen and (min-width: 768px) {
  .page-template-legal-legacies .legal-legacies-list .legal-legacies-item .additional-content-wrapper .additional-content {
    padding: 40px 40px 20px;
  }
}
@media screen and (min-width: 992px) {
  .page-template-legal-legacies .legal-legacies-list .legal-legacies-item .additional-content-wrapper .additional-content {
    padding: 73px 80px 47px;
  }
}
.page-template-legal-legacies .legal-legacies-list .legal-legacies-item .additional-content-wrapper .additional-content h3,
.page-template-legal-legacies .legal-legacies-list .legal-legacies-item .additional-content-wrapper .additional-content .h3-heading {
  color: #fff;
  margin-bottom: 17px;
}

.page-template-legal-legacies .legal-legacies-list .legal-legacies-item .additional-content-wrapper .additional-content ul:not(.contact-opening-hours):not(.social-icon-list):not(.toc-table-list) {
  padding-left: 0;
}

/*# sourceMappingURL=legal-legacies.css.map*/