@charset "UTF-8";
/*!
Theme Name: startertheme
Description: starter theme
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: startertheme
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-direction: column;
}
@media screen and (min-width: 768px) {
  .row {
    flex-direction: 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: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--white);
}
@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: var(--wp--preset--color--white);
  color: var(--wp--preset--color--primary);
}

.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: var(--wp--preset--color--white);
  color: var(--wp--preset--color--primary);
}
@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: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--white);
}

.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;
}

.block__formatting--heading h1, .block__formatting--heading h2, .block__formatting--heading h3, .block__formatting--heading h4, .block__formatting--heading h5, .block__formatting--heading h6 {
  margin: 30px 0 20px;
}

.wp-block-list li {
  margin: 10px 0;
}

ul, ol {
  margin-left: 0;
  margin-block-start: 0;
  margin-block-end: 0;
}

.tns-outer {
  padding: 0 !important;
}
.tns-outer [hidden] {
  display: none !important;
}
.tns-outer [aria-controls], .tns-outer [data-action] {
  cursor: pointer;
}

.tns-slider {
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  transition: all 0s;
}
.tns-slider > .tns-item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.tns-horizontal.tns-subpixel {
  white-space: nowrap;
}
.tns-horizontal.tns-subpixel > .tns-item {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}
.tns-horizontal.tns-no-subpixel:after {
  content: "";
  display: table;
  clear: both;
}
.tns-horizontal.tns-no-subpixel > .tns-item {
  float: left;
}
.tns-horizontal.tns-carousel.tns-no-subpixel > .tns-item {
  margin-right: -100%;
}

.tns-no-calc {
  position: relative;
  left: 0;
}

.tns-gallery {
  position: relative;
  left: 0;
  min-height: 1px;
}
.tns-gallery > .tns-item {
  position: absolute;
  left: -100%;
  -webkit-transition: transform 0s, opacity 0s;
  -moz-transition: transform 0s, opacity 0s;
  transition: transform 0s, opacity 0s;
}
.tns-gallery > .tns-slide-active {
  position: relative;
  left: auto !important;
}
.tns-gallery > .tns-moving {
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}

.tns-autowidth {
  display: inline-block;
}

.tns-lazy-img {
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  transition: opacity 0.6s;
  opacity: 0.6;
}
.tns-lazy-img.tns-complete {
  opacity: 1;
}

.tns-ah {
  -webkit-transition: height 0s;
  -moz-transition: height 0s;
  transition: height 0s;
}

.tns-ovh {
  overflow: hidden;
}

.tns-visually-hidden {
  position: absolute;
  left: -10000em;
}

.tns-transparent {
  opacity: 0;
  visibility: hidden;
}

.tns-fadeIn {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 0;
}

.tns-normal, .tns-fadeOut {
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1;
}

.tns-vpfix {
  white-space: nowrap;
}
.tns-vpfix > div, .tns-vpfix > li {
  display: inline-block;
}

.tns-t-subp2 {
  margin: 0 auto;
  width: 310px;
  position: relative;
  height: 10px;
  overflow: hidden;
}
.tns-t-ct {
  width: 2333.3333333333%;
  width: -webkit-calc(100% * 70 / 3);
  width: -moz-calc(100% * 70 / 3);
  width: calc(100% * 70 / 3);
  position: absolute;
  right: 0;
}
.tns-t-ct:after {
  content: "";
  display: table;
  clear: both;
}
.tns-t-ct > div {
  width: 1.4285714286%;
  width: -webkit-calc(100% / 70);
  width: -moz-calc(100% / 70);
  width: calc(100% / 70);
  height: 10px;
  float: left;
}

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

.accordion {
  border: 1px solid black;
  border-radius: 0.25rem;
  padding: 0.5rem 0.75rem;
  margin-bottom: 1rem;
}
.accordion.accordion--open .control-icon::before {
  content: "\f343";
}
.accordion__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.accordion__body {
  display: flex;
}
.accordion__body.open-accordion {
  display: block;
  box-sizing: border-box;
}
.accordion__content {
  width: 100%;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
}
.accordion .control-icon {
  min-width: 22px;
  font-family: dashicons;
  width: 20px;
  height: 20px;
  display: inline-block;
}
.accordion .control-icon::before {
  content: "\f347";
}

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

.testimonial-slider .row {
  justify-content: space-between;
}
.testimonial-slider .slider-column {
  background-color: var(--wp--preset--color--white);
  padding: 2rem;
}
@media screen and (min-width: 1080px) {
  .testimonial-slider .slider-column {
    max-width: 600px;
    padding: 3.5625rem;
  }
}
.testimonial-slider__testimonial__wrapper--truncated-text .testimonial-slider__testimonial--truncate {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  max-height: var(--truncate-height, auto);
  max-width: 550px;
  margin: 0 auto;
  overflow: hidden;
  transition: max-height 0.3s ease;
}
.testimonial-slider__testimonial__wrapper--truncated-text .testimonial-slider__testimonial--truncate-line-clamped {
  line-clamp: 3;
  -webkit-line-clamp: 3;
}
.testimonial-slider__testimonial__wrapper--truncated-text .testimonial-slider__testimonial--truncate-expanded {
  max-height: var(--truncate-height-expanded, auto);
}
.testimonial-slider__testimonial__wrapper--truncated-text .testimonial-slider__testimonial__read-more-btn {
  cursor: pointer;
  text-transform: capitalize;
}

.testimonial-slider-container {
  display: flex;
  flex-direction: column;
}
.testimonial-slider-container.bottom-controls, .testimonial-slider-container.Bottom {
  flex-direction: column-reverse;
}

.testimonial-slider__controls {
  display: flex;
}
.testimonial-slider__controls.align-left {
  justify-content: left;
}
.testimonial-slider__controls.align-center {
  justify-content: center;
}
.testimonial-slider__controls.align-right {
  justify-content: right;
}
.testimonial-slider__controls .control span {
  padding: 0.5rem 0.25rem 0 0.25rem;
  cursor: pointer;
  font-family: dashicons;
  width: 20px;
  height: 20px;
  display: inline-block;
}
.testimonial-slider__controls .control span.slide-left::before {
  content: "\f340";
}
.testimonial-slider__controls .control span.slide-right::before {
  content: "\f344";
}

.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%;
  width: 100%;
}
@media screen and (min-width: 900px) {
  .text-with-image__row .column {
    max-width: 50%;
    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__preheading, .text-with-image__subheading {
  margin: 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: 0;
}
.text-with-image__image:after {
  content: "";
  position: absolute;
  z-index: 3;
  width: 6.625rem;
  height: 6.625rem;
  border-radius: 1rem;
  bottom: 0;
  z-index: 1;
}
.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;
}
.text-with-image__image.primary-image-shape::after {
  background-color: var(--wp--preset--color--primary-image-shape);
}
.text-with-image__image.secondary-image-shape::after {
  background-color: var(--wp--preset--color--secondary-image-shape);
}

/* 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: var(--wp--preset--color--accent);
  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: var(--wp--preset--color--primary);
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}
.fuelist-eeat-hero-grid .fuelist-eeat-hero-author-name a {
  color: var(--wp--preset--color--primary);
  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: var(--wp--preset--color--accent);
}
.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: var(--wp--preset--color--accent);
  margin-bottom: 24px;
}
.fuelist-sticky-sidebar-with-headings a.active::before {
  background-color: var(--wp--preset--color--primary);
}
.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: var(--wp--preset--color--primary);
  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;
}

.case-results-slider .row {
  justify-content: space-between;
}
.case-results-slider .slider-column {
  background-color: var(--wp--preset--color--white);
  padding: 2rem;
}
@media screen and (min-width: 1080px) {
  .case-results-slider .slider-column {
    max-width: 600px;
    padding: 3.5625rem;
  }
}

.case-results-slider-container {
  display: flex;
  flex-direction: column;
}
.case-results-slider-container.bottom-controls, .case-results-slider-container.Bottom {
  flex-direction: column-reverse;
}

.case-results-slider__controls {
  display: flex;
}
.case-results-slider__controls.align-left {
  justify-content: left;
}
.case-results-slider__controls.align-center {
  justify-content: center;
}
.case-results-slider__controls.align-right {
  justify-content: right;
}
.case-results-slider__controls .control span {
  padding: 0.5rem 0.25rem 0 0.25rem;
  cursor: pointer;
  font-family: dashicons;
  width: 20px;
  height: 20px;
  display: inline-block;
}
.case-results-slider__controls .control span.slide-left::before {
  content: "\f340";
}
.case-results-slider__controls .control span.slide-right::before {
  content: "\f344";
}

.breadcrumb {
  display: flex;
  justify-content: center;
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  font-size: 1rem;
  margin: 0;
  padding: 0;
  text-align: center;
}
.breadcrumbs li {
  display: inline-block;
  margin: 0;
  padding: 0;
  text-transform: capitalize;
  text-align: left;
}
.breadcrumbs li:not(:last-child)::after {
  content: "›";
  display: inline-block;
  margin: 0 10px;
}

.main-footer .site-footer {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media screen and (min-width: 899px) {
  .main-footer .site-footer {
    flex-direction: row;
    justify-content: space-between;
  }
}
.main-footer .site-footer__menu-col ul {
  list-style: none;
  padding-left: 0;
}
.main-footer .site-footer__menu-col ul li a {
  color: #000;
  text-decoration: none;
}
.main-footer .site-footer__menu-col ul li a:hover {
  text-decoration: underline;
}
.main-footer .copyright-row {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.main-footer .copyright-row .copyright-links {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-direction: row;
  gap: 12px;
  margin: 0 0 0.5rem 0;
}

.site-header {
  border-bottom: 1px solid #F5F5F5;
  position: sticky;
  top: 0;
  max-height: 80vh;
  padding: 1rem 0 8.5px 0;
}
.site-header .container {
  display: flex;
  flex-direction: column;
  position: relative;
}
.site-header-wrapper {
  position: relative;
}
.site-header-wrapper .mobile-menu-toggle {
  background-color: transparent;
  cursor: pointer;
  margin-left: auto;
  z-index: 4;
  border: none;
  position: absolute;
  top: 0;
  right: 0;
  padding-top: 1rem;
}
@media screen and (min-width: 1080px) {
  .site-header-wrapper {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 1080px) {
  .site-header-main-navigation {
    max-height: 47px;
  }
}
.site-header-main-navigation .menu .menu-item a,
.site-header-main-navigation .menu .menu-item span {
  color: #000;
  cursor: pointer;
  padding-bottom: 0;
  padding-top: 0;
}
.site-header-main-navigation .menu .menu-item a:hover,
.site-header-main-navigation .menu .menu-item span:hover {
  color: var(--wp--preset--color--primary);
}

.header-nav {
  display: block;
  background: #fff;
  max-height: 0;
  transition: max-height 0.5s ease-out;
  text-align: left;
}
@media screen and (max-width: 1080px) {
  .header-nav {
    overflow: hidden;
  }
}
.header-nav.active {
  max-height: 80vh;
  overflow-y: scroll;
}
.header-nav .menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding-top: 1rem;
}
@media screen and (min-width: 1080px) {
  .header-nav .menu {
    padding-top: 0;
  }
}
.header-nav .menu .menu-item a {
  text-decoration: none;
  color: #000;
  padding-bottom: 0;
  font-weight: 400;
}
@media screen and (max-width: 1080px) {
  .header-nav .menu .menu-item a {
    width: 50%;
    display: block;
  }
}
.header-nav .menu .menu-item a:hover {
  color: var(--wp--preset--color--primary);
}
.header-nav .menu .menu-item-has-children {
  position: relative;
  padding-right: 3px;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.header-nav .menu .menu-item-has-children .sub-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  max-height: 0;
  background: #fff;
  transition: max-height 0.5s ease-out;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1080px) {
  .header-nav .menu .menu-item-has-children .sub-menu {
    overflow: hidden;
  }
}
@media screen and (min-width: 1080px) {
  .header-nav .menu .menu-item-has-children .sub-menu {
    display: none;
    max-height: 85vh;
    overflow-y: auto;
    position: absolute;
    border: 1px solid #eee;
    box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.06);
    transform: translateY(10px);
    -webkit-box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.06);
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    padding: 15px;
    width: max-content;
    height: auto;
    min-width: 200px;
  }
}
.header-nav .menu .menu-item-has-children .sub-menu li {
  position: relative;
  width: 100%;
  padding-bottom: 10px;
  padding-top: 10px;
}
.header-nav .menu .menu-item-has-children .sub-menu li:first-of-type {
  padding-top: 1rem;
}
@media screen and (min-width: 1080px) {
  .header-nav .menu .menu-item-has-children .sub-menu li:first-of-type {
    padding-top: 0px;
  }
}
.header-nav .menu .menu-item-has-children .sub-menu li:not(:last-of-type) {
  border-bottom: 1px solid #eee;
}
.header-nav .menu .menu-item-has-children .sub-menu li:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
}
.header-nav .menu .menu-item-has-children .sub-menu li a {
  display: block;
  color: #000;
  line-height: 1.5em;
  text-decoration: none;
  text-transform: capitalize;
  text-align: left;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.header-nav .menu .menu-item-has-children .sub-menu li a:hover {
  color: var(--wp--preset--color--primary);
}
.header-nav .menu .menu-item-has-children .sub-menu.open {
  max-height: 400px;
  overflow-y: scroll;
}
.header-nav .menu .menu-item-has-children::after {
  cursor: pointer;
  position: absolute;
  right: 1rem;
  top: 10px;
  width: 7.12px;
  height: 7.12px;
  border-right: 1px solid #000;
  border-top: 1px solid #000;
  content: "";
  transform: rotate(136deg);
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transform: rotate(136deg);
  -ms-transform: rotate(136deg);
  transition: all 0.4s;
}
@media screen and (min-width: 1080px) {
  .header-nav .menu .menu-item-has-children::after {
    right: -12px;
  }
}
@media screen and (min-width: 1080px) {
  .header-nav .menu .menu-item-has-children::before {
    position: absolute;
    left: 0;
    top: 15px;
    width: 100%;
    height: 36px;
    content: "";
  }
}
@media screen and (min-width: 1080px) {
  .header-nav .menu .menu-item-has-children:hover .sub-menu {
    display: flex;
    opacity: 1;
    background-color: white;
    height: auto;
  }
  .header-nav .menu .menu-item-has-children:hover::after {
    border-right: 1px solid var(--wp--preset--color--primary);
    border-top: 1px solid var(--wp--preset--color--primary);
    transform: rotate(313deg);
    -webkit-transform: rotate(313deg);
    -ms-transform: rotate(313deg);
    top: 13px;
  }
}

@media screen and (min-width: 1080px) {
  .mobile-menu-toggle {
    display: none;
  }
  .header-nav {
    max-height: 100%;
    flex: 1;
    -webkit-box-flex: 1;
    -ms-flex: 1;
  }
  .header-nav .menu-item {
    margin-bottom: 0;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    cursor: pointer;
  }
  .header-nav .menu-item:hover a {
    color: var(--wp--preset--color--primary);
  }
  .header-nav .menu {
    display: flex;
    align-items: center;
    margin-bottom: 0;
    list-style: none;
    padding-left: 0;
    justify-content: space-evenly;
    flex-direction: row;
    width: 100%;
  }
  .header-nav .menu a {
    text-decoration: none;
  }
  .header-nav ul {
    margin: 0;
  }
}
.header-right {
  display: flex;
  padding: 2rem 0 1rem 0;
  flex-direction: column;
  width: fit-content;
  gap: 1rem;
}
@media screen and (min-width: 1080px) {
  .header-right {
    flex-direction: row;
    align-items: center;
    gap: 24px;
    padding: 0;
  }
}
.header-right__contact-data {
  display: grid;
  grid-template-columns: 26px 1fr;
  grid-template-rows: repeat(2, auto);
  max-width: 168.38px;
  align-items: center;
  column-gap: 6px;
}
.header-right__contact-data img {
  grid-area: 1/1/1/2;
}
.header-right__contact-data a {
  color: #404141;
  font-family: Work Sans;
  font-size: 20px;
  font-weight: 600;
  line-height: 27px;
  text-align: left;
  display: flex;
  flex-direction: row;
  gap: 5px;
  align-items: flex-start;
  grid-area: 1/2/2/3;
  text-decoration: none;
}
.header-right__contact-data a:hover {
  color: var(--wp--preset--color--primary);
}
.header-right__contact-data span {
  grid-area: 2/2/3/3;
  margin: 0;
  text-align: left;
  color: #404141;
}

.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-cards__main {
  display: flex;
  justify-content: center;
  gap: 2rem;
}
.staff-card {
  text-decoration: none;
}
.staff-card__title {
  text-align: center;
  text-decoration: none;
}
.staff-card__image {
  width: 100%;
  max-width: 400px;
  max-height: 450px;
}
.staff-card__content {
  text-align: center;
}
.staff-card__position {
  text-align: center;
}

.awards h2 {
  text-align: center;
}
.awards__main {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1.5rem 5.875rem;
  margin-top: 3.125rem;
}
.awards__main img {
  max-height: 145.41px;
  width: auto;
}

.contact-us-pattern .container {
  justify-items: center;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 100%;
  padding: 0;
}
@media screen and (min-width: 767px) {
  .contact-us-pattern .container {
    flex-direction: row;
  }
}
.contact-us-pattern .contact-us {
  position: relative;
}
.contact-us-pattern .contact-us h2,
.contact-us-pattern .contact-us p {
  color: #fff;
}
.contact-us-pattern .contact-us__row {
  width: 100%;
  gap: 0;
  flex-direction: column;
}
@media screen and (min-width: 767px) {
  .contact-us-pattern .contact-us__row {
    flex-direction: row;
  }
}
.contact-us-pattern .contact-us__row > .column {
  width: 100%;
  max-width: 100%;
}
@media screen and (min-width: 767px) {
  .contact-us-pattern .contact-us__row > .column {
    width: 50%;
  }
}
.contact-us-pattern .contact-us__image {
  height: 100%;
}
.contact-us-pattern .contact-us__content {
  max-width: 500px;
  margin-left: auto;
}
.contact-us-pattern .contact-us__content h2,
.contact-us-pattern .contact-us__content p {
  color: #fff;
}
.contact-us-pattern .contact-us__address {
  display: flex;
  flex-direction: row;
  gap: 0.8rem;
}
.contact-us-pattern .contact-us__address img {
  max-width: 30px;
  max-height: 30px;
}
.contact-us-pattern .contact-us__address p {
  color: #fff;
  margin: 0 !important;
}
.contact-us-pattern .contact-us__address > div {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.contact-us-pattern .wpcf7 {
  max-width: 700px;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media screen and (min-width: 767px) {
  .contact-us-pattern .wpcf7 {
    padding-left: 4rem;
  }
}
.contact-us-pattern .wpcf7-submit {
  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: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--white);
}
@media screen and (min-width: 414px) {
  .contact-us-pattern .wpcf7-submit {
    padding: 0.87rem 2.125rem;
  }
}
.contact-us-pattern .wpcf7-submit img {
  vertical-align: middle;
  display: inline-block;
  margin-top: -5px;
  margin-left: 8px;
}
.contact-us-pattern .wpcf7-submit:hover {
  background: var(--wp--preset--color--white);
  color: var(--wp--preset--color--primary);
}

.contact-us-pattern-bg-img .container {
  justify-items: center;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media screen and (min-width: 767px) {
  .contact-us-pattern-bg-img .container {
    flex-direction: row;
  }
}
.contact-us-pattern-bg-img .contact-us {
  position: relative;
}
.contact-us-pattern-bg-img .contact-us h2,
.contact-us-pattern-bg-img .contact-us p {
  color: #fff;
}
.contact-us-pattern-bg-img .contact-us__row {
  width: 100%;
  gap: 3rem;
  flex-direction: column;
}
@media screen and (min-width: 767px) {
  .contact-us-pattern-bg-img .contact-us__row {
    flex-direction: row;
    gap: 6rem;
  }
}
.contact-us-pattern-bg-img .contact-us__row > .column {
  width: 100%;
  max-width: 100%;
}
@media screen and (min-width: 767px) {
  .contact-us-pattern-bg-img .contact-us__row > .column {
    width: 50%;
  }
}
.contact-us-pattern-bg-img .contact-us__content h2,
.contact-us-pattern-bg-img .contact-us__content p {
  color: #fff;
}
.contact-us-pattern-bg-img .contact-us__address {
  display: flex;
  flex-direction: row;
  gap: 0.8rem;
}
.contact-us-pattern-bg-img .contact-us__address img {
  max-width: 30px;
  max-height: 30px;
}
.contact-us-pattern-bg-img .contact-us__address p {
  color: #fff;
  margin: 0 !important;
}
.contact-us-pattern-bg-img .contact-us__address > div {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.contact-us-pattern-bg-img .wpcf7 {
  max-width: 700px;
}
.contact-us-pattern-bg-img .wpcf7-submit {
  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: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--white);
}
@media screen and (min-width: 414px) {
  .contact-us-pattern-bg-img .wpcf7-submit {
    padding: 0.87rem 2.125rem;
  }
}
.contact-us-pattern-bg-img .wpcf7-submit img {
  vertical-align: middle;
  display: inline-block;
  margin-top: -5px;
  margin-left: 8px;
}
.contact-us-pattern-bg-img .wpcf7-submit:hover {
  background: var(--wp--preset--color--white);
  color: var(--wp--preset--color--primary);
}
.contact-us-pattern-bg-img__map iframe {
  width: 100%;
  max-height: 230px;
  margin-bottom: -8px;
  max-width: 100%;
}

.cta .container h2 {
  margin-bottom: 1.25rem;
  text-align: center;
}
.cta .container p {
  margin: 0;
  text-align: center;
  max-width: 900px;
}
.cta__content__buttons {
  margin-top: 2.125rem;
}

.faq .accordion .control-icon:before {
  content: "\f132";
}
.faq .accordion.accordion--open .control-icon:before {
  content: "\f460";
}

.hero-pattern {
  padding: 0;
}
@media screen and (min-width: 768px) {
  .hero-pattern .row {
    flex-wrap: nowrap;
  }
}
.hero-pattern .hero__btn-container {
  align-items: center;
}
.hero-pattern .container__image {
  height: 100%;
}
.hero-pattern .container__image figure {
  height: 100%;
  margin: 0;
}
.hero-pattern .container__image figure img {
  height: 100%;
  object-fit: cover;
}

.practice-areas {
  gap: 1rem;
}
.practice-areas__row {
  flex-wrap: wrap;
  display: flex;
  align-items: flex-start;
}
@media screen and (min-width: 768px) {
  .practice-areas .accordion {
    width: calc(50% - 3rem);
  }
}
@media screen and (min-width: 1080px) {
  .practice-areas .accordion {
    width: calc(25% - 3rem);
  }
}

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

.trust-indicator__main {
  display: flex;
}
.trust-indicator__card {
  display: flex;
}

.latest-posts .wp-block-heading {
  text-align: center;
}
.latest-posts__main {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .latest-posts__main li {
    width: calc(50% - 3rem);
  }
}
@media screen and (min-width: 1080px) {
  .latest-posts__main li {
    width: calc(25% - 3rem);
  }
}
.latest-posts__card-img img {
  width: 100%;
  max-width: 350px;
  object-fit: cover;
  height: 180px;
}
.latest-posts__card-title {
  font-size: 18px;
  line-height: 24px;
}

.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 */
