/*!
Theme Name: starterparenttheme
Theme URI: https://starterdigital.com
Author: starter Digital
Author URI: https://starterdigital.com
Description: Custom Build for starter-Gutenberg
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: starterparenttheme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/
.container, .core-block {
  padding: 0 16px;
  margin: auto;
}
.container--full-width, .core-block--full-width {
  padding: 0;
}
@media screen and (min-width: 768px) {
  .container, .core-block {
    padding: 0 32px;
  }
  .container--full-width, .core-block--full-width {
    padding: 0;
  }
}
@media screen and (min-width: 1440px) {
  .container, .core-block {
    max-width: 1280px;
    padding: 0 80px;
  }
  .container--full-width, .core-block--full-width {
    max-width: 1440px;
    padding: 0;
  }
}

/* general classes */
section {
  padding: 0;
}

.row {
  display: flex;
  flex-wrap: wrap;
  flex-directions: column;
}
@media screen and (min-width: 768px) {
  .row {
    flex-directions: row;
  }
}
.column {
  display: flex;
  flex-direction: column;
}

.bg--dark {
  background-color: var(--dark-background);
}

.block__formatting--heading h3 {
  font-size: 1.75rem;
}
.block__formatting--heading h4 {
  font-size: 1.32rem;
}
.block__formatting--heading h5 {
  font-size: 1.16rem;
}
.block__formatting--heading h6 {
  font-size: 1rem;
}

.block__formatting--paragraph,
.block__formatting--table,
.block__formatting--list,
.block__formatting--quote,
.block__formatting--image {
  margin-bottom: 1rem;
}

.btn__primary {
  border-radius: 0.375rem;
  padding: 1rem;
  box-shadow: 0px 9px 14px 0px rgba(0, 0, 0, 0.1);
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.625rem; /* 162.5% */
  letter-spacing: 0.05rem;
  text-transform: uppercase;
  text-decoration: none;
  background: #009988;
  color: #B8B8B8;
}
@media screen and (min-width: 414px) {
  .btn__primary {
    padding: 0.87rem 2.125rem;
  }
}
.btn__primary img {
  vertical-align: middle;
  display: inline-block;
  margin-top: -5px;
  margin-left: 8px;
}
.btn__primary:hover {
  background: #B8B8B8;
  color: #009988;
}

.btn-secondary {
  border-radius: 0.375rem;
  padding: 1rem;
  box-shadow: 0px 9px 14px 0px rgba(0, 0, 0, 0.1);
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.625rem; /* 162.5% */
  letter-spacing: 0.05rem;
  text-transform: uppercase;
  text-decoration: none;
  background: #B8B8B8;
  color: #009988;
}
@media screen and (min-width: 414px) {
  .btn-secondary {
    padding: 0.87rem 2.125rem;
  }
}
.btn-secondary img {
  vertical-align: middle;
  display: inline-block;
  margin-top: -5px;
  margin-left: 8px;
}
.btn-secondary:hover {
  background: #009988;
  color: #B8B8B8;
}

.block {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.block:first-child {
  margin-top: 4rem;
}

.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

/* contact us */
.contact-us__block {
  background-size: cover;
  background-repeat: no-repeat;
}
.contact-us__block .wpcf7-form {
  border-radius: 1rem;
  border: 1px solid #EBF2EF;
  background: #FFF;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .contact-us__block .wpcf7-form {
    padding: 3rem;
  }
}
.contact-us__block .wpcf7-form .row p {
  display: flex;
  gap: 1.26rem;
  flex-direction: column;
  width: 100%;
}
@media screen and (min-width: 1080px) {
  .contact-us__block .wpcf7-form .row p {
    flex-direction: row;
  }
}
.contact-us__block .wpcf7-form .row p label {
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1080px) {
  .contact-us__block .wpcf7-form .row p label {
    width: 50%;
  }
}
.contact-us__block .wpcf7-form .row p label:has(textarea) {
  width: 100%;
}
.contact-us__block .wpcf7-form .row p label input {
  max-width: 90% !important;
}
@media screen and (min-width: 768px) {
  .contact-us__block .wpcf7-form .row p label input {
    max-width: 100% !important;
  }
}
@media screen and (min-width: 1080px) {
  .contact-us__block .wpcf7-form .row p label input {
    max-width: 80% !important;
  }
}
.contact-us__block .wpcf7-form .wpcf7-text, .contact-us__block .wpcf7-form .wpcf7-tel, .contact-us__block .wpcf7-form .wpcf7-email {
  max-width: 50%;
}
.contact-us__block .wpcf7-form textarea {
  width: 94%;
}

.contact-us__row {
  display: flex;
  justify-content: space-evenly;
  gap: 5rem;
}
.contact-us__row > .column {
  max-width: 50%;
}

.wpcf7-submit {
  padding: 7px 25px;
  width: fit-content;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
}

.contact-us__block .contact-us__details > div:last-child {
  align-items: flex-start;
}

.contact-us__block .contact-us__details p {
  margin-top: 0;
  margin-bottom: 0;
}

.contact-us__block .contact-us__details a p:first-child {
  flex-basis: 7%;
  min-width: 45px;
}

.contact-us__block .contact-us__details p svg {
  height: auto;
  transform: translateY(20%);
}

@media (max-width: 1023px) {
  .contact-us__block .side-by-side__content-wrapper > h2 {
    text-align: center;
  }
  .contact-us__block .side-by-side__content-wrapper > p {
    text-align: center;
  }
  .contact-us__details p {
    text-align: left;
  }
  .contact-us__block .side-by-side__content-wrapper > h2::after {
    content: "";
    display: block;
    width: 125px;
    height: 1px;
    margin: 0 auto;
    margin-top: 2rem;
    background-color: #fff;
  }
  .side-by-side__form-wrapper {
    margin-top: 2rem;
  }
}
.content-cards__title {
  text-align: center;
  margin-bottom: 2rem;
}
.content-cards__main {
  gap: 1rem;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.content-cards .content-card {
  background-color: #ffffff;
  border-radius: 3px;
  padding: 1rem;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .content-cards .content-card {
    width: calc(50% - 3rem);
  }
}
@media screen and (min-width: 1080px) {
  .content-cards .content-card {
    width: calc(25% - 3rem);
  }
}
.content-cards .content-card h3 {
  font-size: 28px;
  font-weight: 400;
  color: #024162;
  line-height: 39px;
  text-transform: capitalize;
  margin: 20px 0 15px;
}
.content-cards .content-card__icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
.content-cards .content-card p {
  font-size: 18px;
  font-weight: 400;
  color: #6C7174;
  line-height: 28px;
  margin: 0;
}

/*CTA */
.cta__content {
  padding: 2rem 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .cta__content {
    padding: 2rem 3rem;
  }
}
@media screen and (min-width: 1080px) {
  .cta__content {
    flex-direction: row;
    padding: 3rem 8rem;
  }
}
.cta__content h2 {
  color: #fff;
  margin: 0;
}
.cta__content__text {
  max-width: 700px;
  margin-bottom: 2rem;
  color: #FFF;
}
.cta__content__buttons {
  display: flex;
  justify-content: center;
  margin-top: 0;
}

/* Hero with buttons */
.hero {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 4.375rem 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.hero .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
}
.hero .container__image img {
  width: 100%;
}
.hero .row {
  width: 100%;
  gap: 1rem;
  justify-content: space-between;
  flex-direction: column-reverse;
}
@media screen and (min-width: 768px) {
  .hero .row {
    gap: 2rem;
    flex-direction: row;
  }
}
.hero .row .column {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .hero .row .column {
    max-width: 50%;
  }
}
.hero__title {
  margin: 0 0 0.3em;
}
.hero__btn-container {
  display: flex;
  width: 80%;
  gap: 3rem;
  margin-top: 1rem;
  justify-content: left;
}

@media (max-width: 1023px) {
  .hero-with-buttons {
    padding: 4.5625rem 0;
  }
  .hero-with-buttons.full-height {
    padding-bottom: 2rem;
  }
  .hero-with-buttons.full-height + section {
    padding-top: 2rem;
  }
}
.hero-with-buttons .hero-with-buttons .hero-with-buttons h2.hero-with-buttons__title {
  margin-bottom: 2rem;
  line-height: 1.15;
}

.hero--big .hero-with-buttons__btn-container {
  width: 100%;
  justify-content: flex-start;
}

.hero-with-buttons__primary-btn {
  padding: 7px 25px;
  width: fit-content;
  text-transform: uppercase;
  display: flex;
  align-items: center;
}

.hero-with-buttons__secondary-btn {
  padding: 7px 25px;
  width: fit-content;
  text-transform: uppercase;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 600px) {
  .hero-with-buttons__btn-container {
    flex-direction: column;
  }
}
/* Posts Slider */
.posts-slider-row {
  display: flex;
  align-items: flex-start;
}

.posts-slider .posts-slider__title {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.bg--dark .posts-slider__title a {
  color: #fff;
}

@media (max-width: 1023px) {
  .posts-slider .posts-slider__title a {
    display: none;
  }
}
.posts-slider .posts-slider__title a span {
  margin-left: 1rem;
}

.posts-slider .posts-slider__title h2 {
  margin-top: 0;
  font-size: 2.75rem;
}

.posts-slider__slides {
  display: flex;
  align-items: stretch;
  margin-top: 2rem;
  margin-left: -1rem;
  margin-right: -1rem;
  padding-bottom: 3.125rem;
  overflow-x: hidden;
}

.posts-slider__slides .post-card {
  padding: 0 1rem;
  margin-right: 0;
  width: 100%;
}

@media (max-width: 1200px) {
  .posts-slider__slides .post-card {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .posts-slider__slides .post-card {
    width: 100%;
    margin-bottom: 0;
  }
}
.posts-slider__slides .post-card:last-child {
  margin-right: 0;
}

.post-slider__button-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 4rem;
}

@media (min-width: 1024px) {
  .post-slider__button-wrapper {
    display: none;
  }
}
.post-slider__navigation {
  display: flex;
  justify-content: center;
}

.post-slider__navigation .btn {
  padding: 12px 20px;
  min-width: auto;
}

.post-slider__navigation .btn:hover svg path {
  fill: #fff;
}

.bg--dark .post-slider__navigation .btn:hover {
  background-color: #fff;
}

.bg--dark .post-slider__navigation .btn {
  border: 1px solid #fff;
}

.post-slider__navigation .btn-prev {
  margin-right: 2rem;
}

.post-slider__navigation .btn-next {
  margin-left: 2rem;
}

.single-column-text.align-left .container {
  text-align: left;
}
.single-column-text.align-center .container {
  text-align: center;
  max-width: 840px;
}
.single-column-text.align-center .container .column {
  align-items: center;
}
.single-column-text.align-center .container .column li {
  text-align: left;
}

.staff-slider__cards a {
  text-decoration: none;
}

#staff-js-slider > .tns-item {
  margin-bottom: 0.5rem;
}

#staff-slider__controls {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  position: relative;
}
#staff-slider__controls div {
  cursor: pointer;
}

.two-columns-text.align-left h2 {
  text-align: left;
  max-width: 50%;
}
.two-columns-text.align-center h2 {
  text-align: center;
}
.two-columns-text .container {
  display: flex;
  flex-direction: column;
}
.two-columns-text .block__heading {
  text-align: left;
}
.two-columns-text__row {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media screen and (min-width: 768px) {
  .two-columns-text__row {
    gap: 6rem;
  }
}
.two-columns-text__row .column {
  text-align: left;
  max-width: 100%;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .two-columns-text__row .column {
    max-width: 50%;
  }
}
.two-columns-text__row .column p {
  margin-top: 0;
}
.two-columns-text__row .column img {
  margin-bottom: 1rem;
}
@media only screen and (min-width: 900px) {
  .two-columns-text .block__heading {
    text-align: center;
  }
  .two-columns-text__row {
    flex-direction: row;
    gap: 85px;
  }
}

.testimonials-slider {
  margin-bottom: 3rem;
}
.testimonials-slider .row {
  justify-content: space-between;
}
.testimonials-slider .slider-column {
  background-color: #B8B8B8;
  padding: 2rem;
}
@media screen and (min-width: 1080px) {
  .testimonials-slider .slider-column {
    max-width: 600px;
    padding: 3.5625rem;
  }
}
.testimonials-slider .slider-column #testimonial-slider-controls {
  display: flex;
}
.testimonials-slider .slider-column #testimonial-slider-controls .control {
  padding: 0.5rem 0.25rem 0 0.25rem;
  cursor: pointer;
}

.text-with-image__row {
  gap: 6rem;
  flex-direction: column;
  align-items: center;
  display: flex;
}
@media screen and (min-width: 900px) {
  .text-with-image__row {
    flex-direction: row;
  }
  .text-with-image__row.align--left {
    flex-direction: row-reverse;
  }
}
.text-with-image__row .column {
  justify-content: center;
}
.text-with-image__row .column.text-with-image__full-column {
  max-width: 100%;
}
@media screen and (min-width: 900px) {
  .text-with-image__row .column {
    max-width: 50%;
  }
}
.text-with-image__row .column h2 {
  margin: 0 0 1.25rem 0;
}
.text-with-image__row .column .subtitle {
  margin: 0 0 0.5rem 0;
}
.text-with-image__text p {
  margin: 0 0 1rem 0;
}
.text-with-image__image {
  position: relative;
}
.text-with-image__image:before {
  content: "";
  width: 6.625rem;
  height: 22.3125rem;
  border-radius: 1rem;
  z-index: 1;
  position: absolute;
  top: -3rem;
}
.text-with-image__image:after {
  content: "";
  position: absolute;
  z-index: 3;
  width: 6.625rem;
  height: 6.625rem;
  border-radius: 1rem;
  bottom: -3rem;
}
.text-with-image__image.decoration-align--left:before {
  right: -3rem;
}
.text-with-image__image.decoration-align--left:after {
  left: -3rem;
}
.text-with-image__image.decoration-align--right:before {
  left: -3rem;
}
.text-with-image__image.decoration-align--right:after {
  right: -3rem;
}
.text-with-image__image img {
  width: 100%;
  filter: drop-shadow(0px 3.494px 38.435px rgba(0, 0, 0, 0.2));
  border-radius: 1rem;
  position: relative;
  z-index: 2;
}

/* video */
.video__container {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
}
.video__container iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.wp-block-fuelist-seo-share-button {
  grid-area: 1/1/2/2;
  gap: 13px;
}
.wp-block-fuelist-seo-share-button p {
  color: #121212;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-align: left;
}

.hero-eat {
  background-color: rgba(246, 244, 241, 0.9294117647);
  padding: 0 !important;
  margin: 0 auto;
}
.hero-eat__container {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media screen and (min-width: 899px) {
  .hero-eat__container {
    display: grid;
    grid-template-columns: minmax(auto, 662px) minmax(auto, 529.08px);
    max-width: 1280px;
    padding: 2rem 32px;
    align-items: start;
    margin: auto;
    gap: 5.625rem;
  }
}
@media screen and (min-width: 1079px) {
  .hero-eat__container {
    padding: 2rem 0;
  }
}
.hero-eat__container .hero-eat__col:first-of-type {
  position: relative;
  height: 100%;
}
.hero-eat__container .hero-eat__col:first-of-type::after {
  position: absolute;
  height: 100%;
  background-color: #EDEAE5;
  width: 1px;
  content: "";
  right: -45px;
  top: 0;
}

.fuelist-eeat-hero-grid {
  grid-template-columns: repeat(2, auto);
}
@media screen and (min-width: 767px) {
  .fuelist-eeat-hero-grid {
    grid-template-columns: 89px minmax(418px, 1fr);
    column-gap: 1.375rem;
  }
}
.fuelist-eeat-hero-grid .fuelist-eeat-hero-authors-img.check::after {
  content: "";
  background-image: url(/wp-content/themes/taylorTreeService-child/assets/images/check-icon.png);
  background-size: cover;
  width: 25px;
  height: 25px;
  position: absolute;
  right: 1px;
  bottom: -3px;
}
.fuelist-eeat-hero-grid .fuelist-eeat-hero-authors-img,
.fuelist-eeat-hero-grid .fuelist-eeat-hero-authors-img img {
  width: 89px;
  height: 89px;
}
.fuelist-eeat-hero-grid .social-icons-container {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 12px;
}
.fuelist-eeat-hero-grid .social-icons-container img {
  width: 21.75px;
  height: 21.03px;
}
.fuelist-eeat-hero-grid .fuelist-eeat-hero-author-name {
  margin-bottom: 0;
  margin-top: 5px;
}
.fuelist-eeat-hero-grid .fuelist-eeat-hero-author-name p {
  color: #009988;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}
.fuelist-eeat-hero-grid .fuelist-eeat-hero-author-name a {
  color: #009988;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}
.fuelist-eeat-hero-grid .fuelist-eeat-hero-author-name a:hover {
  text-decoration: underline;
}
.fuelist-eeat-hero-grid .fuelist-eeat-hero-authors-title,
.fuelist-eeat-hero-grid .fuelist-eeat-hero-reviewers-title {
  text-transform: capitalize;
}

.fuelist-sticky-sidebar-with-headings {
  position: relative;
  width: 320px;
  grid-area: 2/1/3/2;
  top: 0;
}
@media screen and (min-width: 900px) {
  .fuelist-sticky-sidebar-with-headings {
    height: fit-content;
    top: 8rem;
    position: sticky;
    margin-left: 120px;
  }
}
.fuelist-sticky-sidebar-with-headings .fuelist-sidebar-phone {
  display: flex;
  align-items: center;
  gap: 0.812rem;
}
.fuelist-sticky-sidebar-with-headings aside {
  border-left: 1px solid #EDEAE5;
}
.fuelist-sticky-sidebar-with-headings aside a {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  text-align: left;
  color: #121212;
}
.fuelist-sticky-sidebar-with-headings aside a.active {
  font-weight: 400;
}
.fuelist-sticky-sidebar-with-headings aside ul li {
  margin-bottom: 1.125rem;
}
.fuelist-sticky-sidebar-with-headings p.fsswh_title {
  text-transform: capitalize;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
  color: #121212;
  margin-bottom: 24px;
}
.fuelist-sticky-sidebar-with-headings a.active::before {
  background-color: #009988;
}
.fuelist-sticky-sidebar-with-headings .fuelist-sidebar-contact-details {
  display: none;
}
@media screen and (min-width: 899px) {
  .fuelist-sticky-sidebar-with-headings .fuelist-sidebar-contact-details {
    display: flex;
    padding-top: 3.937rem;
    gap: 20px;
  }
}
.fuelist-sticky-sidebar-with-headings .fuelist-sidebar-contact-details .fuelist-sidebar-phone a {
  display: flex;
  align-items: center;
  gap: 13px;
  color: #009988;
  font-weight: 600;
}
.fuelist-sticky-sidebar-with-headings .fuelist-sidebar-contact-details .btn {
  color: #342705;
  font-size: 18px;
  font-weight: 600;
  line-height: 24.51px;
  text-align: center;
  min-width: 163px;
}

.accordion-box {
  max-width: 1174px;
  width: 100%;
  margin: auto;
  padding: 0.6rem;
}

.accordion__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.accordion__header svg {
  min-width: 22px;
}
.accordion__body {
  display: none;
}
.accordion__body.open-accordion {
  display: block;
  box-sizing: border-box;
}
.accordion__content {
  padding-bottom: 17px;
  width: 100%;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 7.5rem;
  padding-bottom: 2rem;
}

/* Header Nav */
header {
  box-shadow: 0px 8px 11px rgba(73, 73, 73, 0.06);
}

.site-header {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 60px;
  padding: 1rem 0;
  z-index: 6;
  background: #fff;
  justify-content: center;
  gap: 33px;
  overflow-y: visible;
  box-shadow: none;
  border-bottom: 2px solid #B8B8B8;
}
.site-header .container {
  display: flex;
  width: 100%;
}
.site-header .menu-toggle {
  height: 100%;
  display: flex;
  align-items: center;
}
.site-header .menu-toggle .btn-hambuger {
  position: relative;
  top: initial;
  right: initial;
}
.site-header .site-branding a {
  position: relative;
  display: block;
}
.site-header .site-branding #logo-clip {
  position: absolute;
  top: 0;
  width: 100%;
  height: auto;
}
.site-header .site-branding img {
  display: block;
  width: 100%;
}
.site-header .nav-contact {
  display: flex;
  align-items: center;
}
.site-header .nav-contact > a:first-child {
  margin-right: 2rem;
  display: flex;
  align-items: center;
}
.site-header .nav-contact > a:first-child svg {
  align-self: flex-start;
  margin-top: 5px;
  margin-right: 0.75rem;
  width: 20px;
  height: auto;
}
.site-header .nav-contact > a:first-child:hover > div span:first-child {
  text-decoration: underline;
}
.site-header .nav-contact > a:first-child > div {
  display: flex;
  flex-direction: column;
}
.site-header .nav-contact > a:first-child > div span:first-child {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--primary);
}
.site-header .nav-contact > a:first-child > div span:last-child {
  font-size: 1rem;
  color: var(--text-color);
}
@media (min-width: 1080px) {
  .site-header {
    width: 100%;
  }
  .site-header .menu-item-has-children .sub-menu {
    min-width: 280px;
  }
  .site-header .main-navigation .menu > li:hover {
    color: #009988;
  }
  .site-header .main-navigation .menu > li:hover .sub-menu {
    display: flex;
  }
  .site-header .main-navigation .menu > li:hover > a {
    color: #009988;
    text-decoration: none;
    transition: 0.2s ease-in-out;
  }
  .site-header .main-navigation .menu > li:hover > a::after {
    transition: 0.2s ease-in-out;
  }
  .site-header .main-navigation .menu-item-has-children > a::after {
    margin-left: 0.55rem;
    position: absolute;
    margin-top: 1px;
  }
  .site-header .main-navigation #primary-menu > li:hover > a::after {
    transform: rotate(180deg);
  }
  .site-header .main-navigation #primary-menu > .menu-item > a {
    display: flex;
    align-items: center;
    height: 100%;
  }
}

#site-navigation.main-navigation {
  position: relative;
}

.main-navigation {
  display: none;
  width: 100%;
}
.main-navigation ul ul a {
  width: auto;
  min-width: max-content;
}
.main-navigation a {
  color: var(--deep-dark-blue);
}
.main-navigation #primary-menu {
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.main-navigation .menu-item-has-children .sub-menu .menu-item-has-children > a::after {
  content: "";
}
.main-navigation .menu-item-has-children .sub-menu li {
  list-style: none;
}
.main-navigation .menu-item-has-children .sub-menu li a {
  font-weight: 700;
}
.main-navigation .menu-item-has-children .sub-menu li a:hover {
  color: #009988;
}
.main-navigation .menu-item-has-children .sub-menu li a a::after {
  content: "";
}
.main-navigation .menu-item-has-children .sub-menu .menu-item {
  line-height: 1.25rem;
  text-align: left;
}
.main-navigation .menu-item-has-children .sub-menu .sub-menu {
  flex-direction: column;
  position: relative;
  border: none;
  background: none;
  box-shadow: none;
  top: 0;
  padding: 0;
  margin-top: 1.5rem;
  left: 0;
}
.main-navigation .menu-item-has-children .sub-menu .sub-menu li {
  line-height: 1.5rem;
  margin-bottom: 1.25rem;
  color: #0D0D0D;
  font-size: 0.9375rem;
  line-height: normal;
  text-transform: capitalize;
}
.main-navigation .menu-item-has-children .sub-menu .sub-menu li:last-child {
  margin-bottom: 0;
}
.main-navigation .menu-item-has-children .sub-menu .sub-menu li a {
  font-weight: 400;
  text-transform: none;
}
.main-navigation .menu-item-has-children .sub-menu .sub-menu li a:hover {
  color: #009988;
}
.main-navigation .menu-item-has-children .sub-menu .sub-menu li a a::after {
  content: "";
}
.main-navigation .menu-item-has-children .sub-menu {
  padding: 1rem;
  display: none;
  position: absolute;
  border-radius: 0;
  z-index: 12;
  border-right: 2px solid #B8B8B8;
  border-bottom: 2px solid #B8B8B8;
  border-left: 2px solid #B8B8B8;
  background: #fff;
  padding: 2.25rem;
  flex-direction: column;
}
.main-navigation .menu-item-has-children .sub-menu > li {
  width: 100%;
  padding: 0;
  border-bottom: 1px solid var(--text-dark-bg);
}
.main-navigation .menu-item-has-children .sub-menu > li:last-child {
  border-bottom: none;
}
.main-navigation .menu-item-has-children .sub-menu > li:hover a {
  color: var(--gold);
  text-decoration: none;
}
.main-navigation .menu-item-has-children .sub-menu > li > a {
  padding: 0.625rem 0;
}

.mobile-menu-toggle {
  background-color: transparent;
  cursor: pointer;
  margin-left: auto;
  z-index: 4;
}
.mobile-menu-toggle[aria-expanded=true] .hamburger-icon-open {
  display: none;
}
.mobile-menu-toggle[aria-expanded=false] .hamburger-icon-close {
  display: none;
}

.menu-container {
  flex-grow: 2;
  display: flex;
  align-items: end;
}

.menu {
  display: flex;
  list-style: none;
  margin: 0;
  padding-left: 0;
  align-items: center;
  justify-content: space-evenly;
}
.menu .menu-item {
  height: 100%;
}
.menu .menu-item a {
  text-decoration: none;
}
.menu .menu-item a:hover {
  color: #009988;
}
.menu .menu-label > a, .menu .menu-label > a:hover {
  cursor: default;
}

.contact-item a {
  display: flex;
  align-items: center;
  gap: 8px;
}

@media screen and (max-width: 1023px) {
  .bg-artefact {
    display: none;
  }
  nav.site-navigation {
    position: absolute;
  }
}
@media (min-width: 1080px) {
  .site-header .btn-hamburger {
    display: none;
  }
  .main-navigation {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 33px;
    height: inherit;
  }
  .main-navigation .menu-item-has-children .sub-menu {
    min-width: 300px;
  }
  .main-navigation #primary-menu > .menu-item > a {
    display: flex;
    align-items: center;
    height: 100%;
  }
  .main-navigation #primary-menu > li {
    margin: 0 1rem;
  }
  .main-navigation #primary-menu > li > a, .main-navigation #primary-menu > li > a::after {
    transition: 0.3s ease-in-out;
  }
  .menu {
    display: flex;
    width: 100%;
  }
}
@media (max-width: 1080px) {
  .site-header .container {
    width: 100%;
  }
  .site-header .site-branding {
    margin-bottom: 0.5rem;
  }
  .site-header #site-navigation.main-navigation {
    width: 100%;
    display: flex;
    position: fixed;
    transition: all 0.7s ease-out;
    background: #fff;
    padding: 0 0 0 1rem;
    max-height: 0;
    height: auto;
  }
  .site-header #site-navigation.main-navigation.open-menu {
    max-height: 100vh;
    height: 100vh;
  }
  .site-header #site-navigation.main-navigation .menu-item-has-children > a::after {
    content: "";
  }
  .site-header #site-navigation.main-navigation ul li {
    font-size: 1.5rem;
    padding: 0.5rem 0;
    width: 100%;
  }
  .site-header #site-navigation.main-navigation ul .sub-menu {
    border: none;
    display: block;
    position: relative;
    padding: 0 0 0 2rem;
  }
  .site-header #site-navigation.main-navigation ul .sub-menu li a {
    font-size: 1rem;
    font-weight: normal;
  }
  .site-header #site-navigation.main-navigation ul .sub-menu .sub-menu {
    margin-top: 0;
  }
  .site-header .btn-hamburger {
    border: none;
  }
  .site-header .socials {
    display: none;
  }
}
@media screen and (max-width: 1079px) {
  .site-header {
    padding: 0rem;
    gap: 0;
    margin: 0;
    flex-wrap: wrap;
  }
  .site-header .nav-contact {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 1.3rem;
    gap: 25px;
  }
  .site-header .nav-contact > a:first-child > div {
    display: flex;
  }
  .site-branding {
    max-width: 150px;
    z-index: 3;
  }
  .main-navigation {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: flex-start;
    height: 0;
    overflow: hidden;
    transition: all 0.5s ease-in-out;
  }
  .main-navigation .menu > ul > li {
    margin-bottom: 2rem;
    text-align: center;
  }
  .main-navigation .menu-item-has-children > a::after {
    margin-left: auto;
  }
  .main-navigation ul {
    flex-direction: column;
    align-items: center;
  }
  .main-navigation #primary-menu {
    width: 100%;
    align-items: flex-start;
    margin: 1.5rem;
    margin-left: 0;
  }
  .main-navigation #primary-menu > li {
    flex-direction: column;
    align-items: flex-start;
    margin: 0 0 1.5rem;
    padding-bottom: 0.5rem;
    height: auto;
    width: 100%;
    text-align: left;
  }
  .main-navigation #primary-menu > li .sub-menu {
    position: relative;
    padding-top: 0;
    padding-bottom: 0;
    width: 100%;
    top: 0;
    height: 0px;
    background: transparent;
    box-shadow: none;
    justify-content: flex-start;
    align-items: flex-start;
    overflow: hidden;
    transition: all 0.2s ease-in-out;
  }
  .main-navigation #primary-menu > li .menu-item-has-children .sub-menu > li {
    width: 100%;
  }
  .main-navigation #primary-menu > li .menu-item-has-children .sub-menu > li:last-child {
    border-bottom: none;
  }
  .main-navigation #primary-menu > li .sub-menu-open {
    margin-top: 1rem;
  }
  .menu {
    width: 100%;
  }
}
@media (max-width: 1301px) {
  .site-header .nav-contact > a:first-child > div {
    display: none;
  }
  .main-navigation #primary-menu {
    gap: 1rem;
  }
}
.page-banner {
  margin: auto;
  height: 250px;
  padding: 0rem 0;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: center;
  background-size: cover !important;
}
.page-banner .container {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.page-banner h1 {
  text-align: center;
}
.page-banner__btn-container {
  display: flex;
  justify-content: center;
  gap: 1rem;
}

.staff-card {
  text-align: center;
  overflow: hidden;
}
.staff-card img {
  width: 100%;
}
.staff-card a {
  text-decoration: none;
}
.staff-card h4 {
  margin-bottom: 0;
}
.staff-card p {
  font-size: 1rem;
  margin-top: 0;
}
.staff-card .text {
  padding: 0 1rem;
}

.eat-no-sidebar .fuelist-sticky-sidebar-with-headings {
  display: none;
}
@media screen and (min-width: 767px) {
  .eat-no-sidebar .fuelist-sticky-sidebar-with-headings {
    display: block;
  }
  .eat-no-sidebar .fuelist-sticky-sidebar-with-headings ul {
    display: none;
  }
}
.eat-no-sidebar .fuelist-sticky-sidebar-with-headings .fuelist-sidebar-contact-details {
  display: flex;
  padding-top: 1.5rem;
}

.single-article__container {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(3, auto);
  grid-column-gap: 0px;
  grid-row-gap: 1.5rem;
  padding-top: 5.31rem;
}
@media screen and (min-width: 900px) {
  .single-article__container {
    display: flex;
    gap: 45px;
    margin: auto;
    max-width: 1280px;
  }
}
.single-article__content {
  grid-area: 3/1/4/2;
  max-width: 749px;
}
.single-article__content img {
  width: 100%;
  object-fit: cover;
  height: auto;
  max-height: 337.44px;
  margin-bottom: 2.59rem;
}

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