/*
Theme Name: BlankSlate
Theme URI: https://github.com/tidythemes/blankslate
Author: TidyThemes
Author URI: http://tidythemes.com/
Description: Please read: tidythemes.com/concept. Donations: https://calmestghost.com/donate. BlankSlate is the definitive WordPress boilerplate starter theme. We've carefully constructed the most clean and minimalist theme possible for designers and developers to use as a base to build websites for clients or to build completely custom themes from scratch. Clean, simple, unstyled, semi-minified, unformatted, and valid code, SEO-friendly, jQuery-enabled, no programmer comments, standardized and as white label as possible, and most importantly, the CSS is reset for cross-browser-compatability and no intrusive visual CSS styles have been added whatsoever. A perfect skeleton theme. For support and suggestions, go to: https://github.com/tidythemes/blankslate/issues. Thank you.
Tags: accessibility-ready, one-column, two-columns, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready
Version: 2022.2
Requires at least: 5.0
Tested up to: 5.9
Requires PHP: 7.0
License: GNU General Public License v3 or Later
License URI: https://www.gnu.org/licenses/gpl.html
Text Domain: blankslate

BlankSlate WordPress Theme © 2011-2022 TidyThemes
BlankSlate is distributed under the terms of the GNU GPL
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
html {
  scroll-behavior: smooth;
}
body {
  line-height: 1;
  color: var(--black);
}
a {
  text-decoration-skip-ink: auto;
}
a[href^="tel"] {
  color: inherit;
  text-decoration: none;
}
button {
  outline: 0;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
q {
  display: inline;
  font-style: italic;
}
q:before {
  content: '"';
  font-style: normal;
}
q:after {
  content: '"';
  font-style: normal;
}
textarea,
input[type="text"],
input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="search"],
input[type="password"] {
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
th,
td {
  padding: 2px;
}
big {
  font-size: 120%;
}
small,
sup,
sub {
  font-size: 80%;
}
sup {
  vertical-align: super;
}
sub {
  vertical-align: sub;
}
dd {
  margin-left: 20px;
}
kbd,
tt {
  font-family: courier;
  font-size: 12px;
}
ins {
  text-decoration: underline;
}
del,
strike,
s {
  text-decoration: line-through;
}
dt {
  font-weight: bold;
}
address,
cite,
var {
  font-style: italic;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}
.sticky {
}
.bypostauthor {
}
.wp-caption {
}
.wp-caption-text {
}
.gallery-caption {
}
.alignright {
}
.alignleft {
}
.aligncenter {
}
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  word-break: normal;
}
.screen-reader-text:focus {
  background-color: #f7f7f7;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  color: #007acc;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  right: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
.skip-link {
  left: -9999rem;
  top: 2.5rem;
  z-index: 999999999;
  text-decoration: underline;
}
.skip-link:focus {
  display: block;
  left: 6px;
  top: 7px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  line-height: normal;
  padding: 15px 23px 14px;
  z-index: 100000;
  right: auto;
}
.visually-hidden:not(:focus):not(:active),
.form-allowed-tags:not(:focus):not(:active) {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}

:root {
  --frog-green: #90a33c;
  --sea-foam: #d1ffe9;
  --lite-sea-foam: #ebfff5;
  --palm-green: #00582d;
  --teal: #32c1b7;
  --black: #2e282a;
  --transparent-azure: #ebfff533;
  --transparent-midnight: #00582d33;
  --primaryFont: "montserrat", sans-serif;
  --secondaryFont: "League Spartan", sans-serif;
}

body {
  font-family: var(--primaryFont);
  font-size: 17px;
  background-color: var(--lite-sea-foam);
}
a,
a:visited,
a[href^="tel"] {
  text-decoration: none;
  color: var(--frog-green);
}
h1 {
  font-size: 60px;
  margin-bottom: 1em;
  text-transform: capitalize;
  line-height: 120%;
  font-weight: 700;
  font-family: var(--secondaryFont);
}
h2 {
  font-size: 32px;
  margin-bottom: 0.6em;
  line-height: 120%;
  font-weight: 700;
  font-family: var(--secondaryFont);
}
h3 {
  font-size: 24px;
  margin-bottom: 1em;
  line-height: 120%;
  font-weight: 700;
  font-family: var(--secondaryFont);
}
h4 {
  font-size: 21px;
  margin-bottom: 1em;
  line-height: 120%;
  font-weight: 700;
  font-family: var(--secondaryFont);
}
h5 {
  margin-bottom: 1em;
  line-height: 120%;
  font-weight: 700;
  font-family: var(--secondaryFont);
}
h6 {
  margin-bottom: 1em;
  line-height: 120%;
  font-weight: 700;
  font-family: var(--secondaryFont);
}

p {
  margin-bottom: 1.75em;
  line-height: 1.75em;
}
@media screen and (max-width: 1024px) {
  h1 {
    font-size: 40px;
    margin-bottom: 1em;
    text-transform: capitalize;
  }
  h2 {
    font-size: 32px;
    margin-bottom: 1em;
  }
  h3 {
    font-size: 24px;
    margin-bottom: 1em;
  }
  h4 {
    font-size: 21px;
    margin-bottom: 1em;
  }
  h5 {
    margin-bottom: 1em;
  }
  h6 {
    margin-bottom: 1em;
  }
}
ul:not(.menu, .sub-menu),
ol {
  margin: 0 0 1em 1em;
}
ul:not(.menu, .sub-menu) {
  list-style: disc;
}
ol:not(.menu, .sub-menu) {
  list-style: decimal;
}
li:not(.menu-item) {
  line-height: 1.75em;
}
.entry-content > ul {
  font-weight: normal;
  margin-left: 1.5em;
}
img {
  max-width: 100%;
}
.home .entry-content > p {
  display: none;
}

.gform_wrapper.gravity-theme .gform_body .gfield_label {
  font-size: 20px;
  text-transform: capitalize;
  color: var(--frog-green);
  font-weight: normal;
  font-weight: 700;
}
.gform_wrapper.gravity-theme .gform_body .gfield > .ginput_container input,
.gform_wrapper.gravity-theme
  .gform_body
  .gfield
  > .ginput_container
  > textarea {
  border: 1px solid var(--palm-green);
  font-family: var(--primaryFont);
  font-size: 18px;
  color: var(--palm-green);
}
.gform_wrapper.gravity-theme
  .gform_body
  .gfield
  > .ginput_container
  input:not([type="radio"]),
.gform_wrapper.gravity-theme
  .gform_body
  .gfield
  > .ginput_container
  > textarea {
  width: 100%;
}
.gform_wrapper.gravity-theme .gform_body .gfield .gfield_radio label {
  max-width: none;
}
#sidebar {
  display: none;
}
.fern-decor {
  position: absolute;
  top: 200px;
  width: 15%;
  right: 0;
  pointer-events: none;
  z-index: -1;
}
#wrapper {
  position: relative;
}
#container {
  width: 1360px;
  max-width: 90vw;
  margin: 0 auto;
  margin-top: 96px;
}
.home #container {
  margin-top: 0;
}
.fa-phone {
  transform: rotate(90deg);
}
.btn,
#gform_submit_button_1 {
  background-color: var(--frog-green);
  border-radius: 100px !important;
  display: inline-block;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--frog-green);
  font-size: 17px !important;
  color: #fff !important;
  padding: 15px 20px;
  text-transform: capitalize;
  transition: all 0.6s ease;
  text-align: center;
  line-height: 1em !important;
  font-weight: 700;
  text-transform: uppercase;
}
.service-btn-ctn {
  display: flex;
  /* justify-content: flex-end; */
}
.service-btn {
  height: 60px;
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  text-align: center;
  background-color: var(--palm-green);
  border: 3px solid var(--palm-green);
  box-sizing: border-box;
  font-size: 32px;
  color: var(--sea-foam);
  transition: all 0.6s ease;
  transform: rotate(270deg);

  & i {
    color: var(--lite-sea-foam);
  }

  &:hover {
    background-color: var(--frog-green);
    border-color: var(--frog-green);
    color: white;
    cursor: pointer;
  }
}
.btn:hover {
  background-color: var(--sea-foam);
  border-color: var(--sea-foam);
  color: var(--palm-green) !important;
  cursor: pointer;
}
#gform_submit_button_1 {
  margin-top: 12px !important;
}

#gform_submit_button_1:hover {
  background-color: var(--sea-foam);
  border-color: var(--sea-foam);
  color: var(--palm-green) !important;
  cursor: pointer;
}
#field_1_2 {
  padding: 0;
}
.wp-block-button__link,
.secondary-btn,
.gform_button:not(#gform_submit_button_1) {
  background-color: var(--palm-green);
  border-radius: 100px !important;
  display: inline-block;
  align-items: center;
  justify-content: center;
  border: 3px solid var(--palm-green);
  font-size: 17px !important;
  color: white !important;
  padding: 15px 20px;
  text-transform: capitalize;
  transition: all 0.6s ease;
  text-align: center;
  line-height: 1em !important;
  font-weight: 700;
  text-transform: uppercase;
}
.wp-block-button__link:hover,
.secondary-btn:hover,
.gform_button:not(#gform_submit_button_1):hover {
  background-color: var(--frog-green);
  border-color: var(--frog-green);
  color: white;
  cursor: pointer;
}
.wp-block-buttons {
  margin-bottom: 1.75em;
}
#header {
  width: 100%;
  display: flex;
  justify-content: center;
  border-bottom: 6px solid var(--frog-green);
  background-color: var(--lite-sea-foam);
  top: 0;
  left: 0;
  z-index: 10;
  position: sticky;
}
/* .fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
} */
.relative-header {
  opacity: 0;
  z-index: 9;
}
.header-container {
  width: 1360px;
  max-width: 95vw;
  display: flex;
  justify-content: space-between;
}
.nav-wrapper {
  display: flex;
  align-items: center;
  transition: all 0.6s ease;
}
.nav-wrapper > a > i {
  margin-right: 0px;
  font-size: 17px;
  color: #fff;
  transform: rotate(0deg);
}
.call-us {
  background-color: var(--frog-green);
  border-radius: 40px;
  padding: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  transition: all ease-in 0.3s;
  margin-right: 10px;

  &:hover {
    background-color: var(--palm-green);
  }
}
#menu {
  border-right: 2px solid var(--palm-green);
  margin-right: 19px;
}
.logo-wrapper {
  position: relative;
}
.logo-container {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 150%;
  background: var(--lite-sea-foam);
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.12);
  padding: 20px;
  box-sizing: border-box;
  width: 250px;
  transform: translateY(-100%);
  transition: transform 1s ease 500ms, background-color 0.6s ease 0s,
    box-shadow 0.6s ease 0s;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
#logo {
  width: 100%;
  opacity: 0;
  transition: opacity 1s ease 1s, height 0.6s ease 0s;
  max-width: 205px;
}
@media screen and (min-width: 1201px) {
  #header.sticky-header .logo-container {
    background-color: transparent;
    height: 100%;
    box-shadow: none;
    padding: 0;
  }
  #header.sticky-header #logo {
    height: 75%;
  }
  #header.sticky-header .nav-wrapper {
    padding: 15px 0;
  }
}

#menu ul.menu {
  display: flex;
}
#menu ul.menu > li {
  padding: 5px 10px;
  position: relative;
}

#menu ul.menu > li:hover {
  background-color: var(--lite-sea-foam);
}

#menu ul.menu > li > ul.sub-menu {
  display: none;
  flex-direction: column;
  background-color: white;
  position: absolute;
  top: 100%;
  left: 0;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
  border-left: 8px solid var(--lite-sea-foam);
  min-width: 100%;
}
#menu ul.menu > li:hover > ul.sub-menu {
  display: flex;
}
#menu ul.menu > li > ul.sub-menu > li > a {
  color: var(--palm-green);
  padding: 14px 25px;
  white-space: nowrap;
  display: block;
  text-transform: capitalize;
  font-size: 16px;
}
#menu ul.menu > li > ul.sub-menu > li > a:hover {
  background-color: var(--lite-sea-foam);
}

#menu ul.menu > li > a {
  font-size: 16px;
  color: var(--palm-green);
  text-transform: capitalize;
  font-weight: 700;
}
.nav-wrapper {
  padding: 33px 0;
}
.mobile-btns {
  display: none;
}
.mobile-menu {
  display: none;
}
.mobile-burger {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  overflow: hidden;
  height: 40px;
}
.mobile-burger:hover {
  cursor: pointer;
}
.burger-line {
  width: 26px;
  height: 4px;
  background-color: black;
  transition: all 0.2s ease-in-out;
}
.burger-line::before,
.burger-line::after {
  content: "";
  width: 26px;
  height: 4px;
  background-color: black;
  transition: all 0.2s ease-in-out;
  position: absolute;
}
.burger-line::before {
  transform: translateY(-8px);
}
.burger-line::after {
  transform: translateY(8px);
}
.mobile-burger.burger-open .burger-line {
  transform: translateX(100%);
  background: transparent;
}
.mobile-burger.burger-open .burger-line::before {
  transform: rotate(45deg) translate(-24px, 24px);
}
.mobile-burger.burger-open .burger-line::after {
  transform: rotate(-45deg) translate(-24px, -24px);
}
.mobile-burger.burger-open {
  transform: translateX(10px);
}
@media screen and (min-width: 1201px) {
  .mobile-menu {
    display: none !important;
  }
}
#mobile-nav {
  padding: 0 27px;
}
#mobile-nav ul.menu > li {
  margin-bottom: 35px;
  position: relative;
}
#mobile-nav ul.menu > li:last-of-type {
  margin-bottom: 0;
}
#mobile-nav ul.menu > li:hover {
  cursor: pointer;
}

#mobile-nav ul.menu > li > a {
  color: var(--palm-green);
  font-size: 18px;
  text-transform: capitalize;
  font-weight: 700;
}
#mobile-nav ul.menu > li > ul {
  margin-left: 1em;
  margin-top: 26px;
  display: none;
}
#mobile-nav ul.menu > li > ul > li {
  margin-bottom: 1em;
}

#mobile-nav ul.menu > li > ul > li > a {
  font-size: 18px;
  color: var(--palm-green);
  font-weight: 400;
  text-transform: capitalize;
}
.mobile-btns > i:hover {
  cursor: pointer;
}
strong {
  font-weight: 700;
}

.mobile-toggle {
  position: absolute;
  right: 0;
  top: 0;
  width: 25px;
  height: 25px;
  display: flex;
  justify-content: center;
  border: 2px solid var(--frog-green);
  border-radius: 100%;
  text-align: center;
  align-items: center;
  color: var(--frog-green);
}
@media screen and (max-width: 1200px) {
  .nav-wrapper {
    display: none;
  }
  .mobile-btns {
    display: flex;
    align-items: center;
  }
  .mobile-btns i {
    font-size: 30px;
    transform: rotate(0deg);
  }
  .mobile-btns > a {
    margin-right: 18px;
  }
  .logo-container {
    position: relative;
    box-shadow: none;
    background-color: transparent;
    padding: 0;
    top: auto;
    left: auto;
    height: auto;
    width: 150px;
  }
  #header {
    padding: 15px 0;
    border-color: var(--palm-green);
  }
  .mobile-menu {
    /* display: flex; */
    /* justify-content: center;
    align-items: center; */
    position: absolute;
    top: calc(100% + 6px);
    width: 100%;
    box-sizing: border-box;
    background-color: white;
    padding: 27px 0;
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.15);
  }
  #mobile-nav {
    width: 100%;
  }
  .hours {
    justify-content: center;
    flex-direction: column;
  }
  .footer-socials {
    justify-content: center;
  }
}
#footer {
  background-color: var(--palm-green);
  /* border-top: 6px solid var(--palm-green); */
}
#footer p,
#footer p a {
  color: #fff;
}
h3.widget-title {
  color: #fff;
  text-transform: capitalize;
  font-weight: 700;
  margin-bottom: 10px;
}
.footer-top {
  display: flex;
  justify-content: center;
  padding: 40px 0;
  width: 100%;
}
.footer-top-container {
  width: 1360px;
  max-width: 90vw;
}
.footer-widgets {
  width: 50%;
  display: flex;
}
.footer-column {
  width: 50%;
  box-sizing: border-box;
  padding-right: 40px;
}
#input_1_2 {
  width: 100%;
  background-color: transparent;
  text-transform: uppercase;
  border: none;
  border-bottom: 3px solid var(--frog-green);
  color: #fff;
  margin-top: 0;
}
#input_1_2::placeholder {
  color: var(--frog-green);
}
#gform_2 {
  background-color: #fff;
}
#gform_wrapper_1 .gform_footer {
  padding-top: 0;
}
.footer-socials {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.footer-socials > a {
  width: 40px;
  height: 40px;
  background-color: var(--frog-green);
  color: #fff;
  margin: 0px;
  font-size: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all ease-in 0.3s;

  &:hover {
    color: var(--palm-green);
    background-color: var(--sea-foam);
  }
}
.footer-column .widget > p {
  margin-bottom: 1em;
}
#footer-phone {
  font-size: 24px;
  color: #fff !important;
  font-weight: 700;
  text-decoration: none;
}
#copyright {
  padding-bottom: 21px;
  display: flex;
  justify-content: center;
}
.copyright-container {
  width: 1360px;
  max-width: 90vw;
  position: relative;
}
.copyright-container > img {
  position: absolute;
  right: 0;
  bottom: -21px;
  width: 500px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.copyright-container > p {
  margin-bottom: 0;
  width: 50%;
}
#footer-logo {
  display: none;
  margin-bottom: 20px;
}
@media screen and (max-width: 1200px) {
  .footer-widgets {
    width: 100%;
    flex-direction: column;
    align-items: center;
  }
  .footer-column {
    width: 100%;
    text-align: center;
  }
  .copyright-container > img {
    display: none;
  }
  #block-4 {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #footer-column-1 {
    order: 2;
    padding-right: 0 !important;
    padding-left: 0 !important;

    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #footer-column-2 {
    order: 1;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-bottom: 40px;
  }
  .copyright-container > p {
    text-align: center;
    width: 100%;
  }
  .footer-socials > a {
    /* margin-right: 20px;
    margin-left: 20px; */
  }
  #field_1_2 {
    padding-right: 0;
  }
  #gform_1 .gform_footer {
    display: flex;
    justify-content: center;
  }
  #gform_submit_button_1 {
    margin-right: 0;
  }
  #block-3 {
    width: 100%;
  }
  #footer-logo {
    display: block;
  }
}
header.header {
  display: flex;
  flex-direction: column;
  /* align-items: flex-start; */
}
.entry-title {
  color: var(--palm-green);
  margin-bottom: 0;
  text-transform: capitalize;
}
/* .entry-title::after {
  content: '';
  height: 4px;
  width: 50%;
  margin-top: 25px;

  background-color: var(--frog-green);
  display: block;
} */
.header .underline {
  height: 4px;
  width: 50%;
  margin-top: 25px;

  background-color: var(--frog-green);
  display: block;
  margin-bottom: 53px;
  transform-origin: left;
}
.entry-meta {
  display: none;
}
.featured-img {
  width: 40%;
  float: right;
  margin: 0 0 50px 50px;
  border-radius: 20px;
}
@media screen and (max-width: 1024px) {
  .featured-img {
    width: 100%;
    float: none;
    margin: 0 0 25px 0;
  }
  .fern-decor {
    top: 150px;
    width: 40%;
  }
}
.entry-content {
  margin-bottom: 200px;
}
body:not(
    .home,
    .page-template-full-width,
    .page-template-form,
    .page-template-landing-page
  )
  .entry-content {
  width: 100%;
  box-sizing: border-box;
  background-color: #fff;
  padding: 50px;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.15);
  color: var(--palm-green);
  margin-bottom: 200px;
  color: var(--black);
  border-radius: 20px;

  > h2,
  h3 {
    color: var(--palm-green);
  }
}
.home .entry-content {
  margin-bottom: 0;
}
.page-template-form .entry-content {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.page-template-form .entry-content .gform_wrapper {
  width: 800px;
  max-width: 90vw;
  border: 1px solid #29493c;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.15);
}
.page-template-landing-page #header,
.page-template-landing-page #footer {
  display: none;
}
.page-template-landing-page .entry-content {
  margin-bottom: 0;
}
.page-template-landing-page #container {
  margin-top: 0;
}
.home-banner {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  padding: 98px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-position: right center;
  background-repeat: no-repeat;
  background-size: contain;
  background-size: auto 100%;
  background-image: none !important;
  position: relative;
}
.home .fern-decor {
  display: none;
}
.home-banner > img {
  display: none;
}
.banner-container {
  width: 1360px;
  max-width: 90vw;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  z-index: 1;
}
.banner-caption {
  width: 50%;
  box-sizing: border-box;
  padding-right: 55px;
}
.banner-caption > h1 {
  text-transform: capitalize;
  margin-bottom: 18px;
  font-weight: 700;
  color: var(--palm-green);
  font-size: 42px;
}
.buttons-container {
  .secondary-btn {
    margin-bottom: 20px;
    margin-right: 20px;
  }
}
.image-banner {
  /* display: none;
  width: 100vw;
  height: 55.556vw;*/
  position: absolute;
  right: 0;
  background-position: center;
  background-size: cover;
  width: 50%;
  height: 100%;
}
@media screen and (max-width: 1024px) {
  .home-banner {
    background-image: none !important;
    padding: 0;
    flex-direction: column;
  }
  .home-banner > img {
    width: 100%;
    display: block;
  }
  .image-banner {
    display: block;
    width: 100vw;
    height: 55.556vw;
    position: relative;
  }
  .banner-container {
    width: 100%;
    max-width: none;
  }
  .banner-caption {
    width: 100%;
    padding: 30px 0;
    box-sizing: border-box;
    overflow: hidden;
  }
  .banner-caption > h1 {
    padding: 0 30px;
  }
  .banner-caption > p {
    padding-left: 30px;
    padding-right: 30px;
    width: 100%;
    box-sizing: border-box;
  }
  .buttons-container {
    padding-left: 30px;
  }
  .banner-caption > .underline {
    max-width: 100%;
    margin-left: 30px;
  }
  .banner-caption > .btn {
    display: none;
  }
  body:not(
      .home,
      .page-template-full-width,
      .page-template-form,
      .page-template-landing-page
    )
    .entry-content {
    padding: 20px;
  }
  .contact-page .contact-card {
    padding: 20px;
  }
}
.underline {
  height: 4px;
  width: 125%;
  background-color: var(--frog-green);
  margin-bottom: 31px;
  transform: scaleX(0);
  transition: all 1s ease;
}
.banner-caption .underline {
  transition: all 1s ease 500ms;
  transform-origin: left;
}
.mobile-callout {
  display: none;
}
.home-callouts {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 500px;
}
.home-callouts > img {
  position: absolute;
  left: 0;
  top: -100px;
}
.home-callouts-container {
  width: 1360px;
  max-width: 90vw;
  position: absolute;
  padding: 101px 0 103px 0;
  background: var(--palm-green);
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.16);
  display: flex;
  z-index: 2;
  border-radius: 30px;
}
.callout-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  box-sizing: border-box;
  width: 33.333%;
  padding: 0 73px;
  border-right: 4px solid #fff;

  .callout-img-ctn {
    margin-bottom: 50px;
    overflow: hidden;
    border-radius: 20px;
  }

  &:hover {
    img {
      transform: scale(1.1);
      border-radius: 20px;
    }
  }
}
.home-callouts-container > .callout-card:last-of-type {
  border-right: none;
}
.callout-card img {
  width: 100%;
  transition: all 0.6s ease;
  border-radius: 20px;
}
.callout-card > h3 {
  /* font-family: var(--secondaryFont); */
  color: #fff;
  font-size: 28px;
  text-transform: capitalize;
  font-weight: 700;
  margin-bottom: 0;
}
#sticky-mobile {
  display: none;
}
@media screen and (max-width: 1024px) {
  .home-callouts {
    display: none;
  }
  .mobile-callout {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--sea-foam);
    padding: 20px 0;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
  }
  #sticky-mobile {
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 9999999;
  }
  body {
    margin-bottom: 92px;
  }
  .mobile-callout > .btn {
    width: 250px;
    max-width: 90vw;
  }
}
.new-clients {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  display: flex;
  background-color: var(--palm-green);
  background-image: url(/wp-content/uploads/2025/10/Leaves-home-2.svg);
  background-position: 100% 5%;
  background-size: 20%;
  background-repeat: no-repeat;
}
.new-clients-left {
  background-image: url("/wp-content/uploads/2025/08/Home-New-Client.png");
  background-position: center;
  background-size: cover;
  width: 40%;
}
.new-clients-right {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  padding: 112px 60px 170px 60px;
  width: 60%;
  box-sizing: border-box;
}
.new-clients-title {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.new-clients-right h2 {
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: capitalize;
}
.new-clients-right p {
  color: #fff;
}
.new-clients-title .underline {
  background-color: var(--sea-foam);
  width: 150%;
  transform-origin: right;
  transition: all 1s ease;
}
.new-clients-btns {
  display: flex;
}
.new-clients-btns > .btn {
  width: 245px;
}
.new-clients-btns > .btn:first-of-type {
  margin-right: 55px;
}
@media screen and (max-width: 1024px) {
  .new-clients {
    display: flex;
    flex-direction: column-reverse;
    background-position: 100% 5%;
    background-size: 25%;
    background-repeat: no-repeat;
  }
  .new-clients-left {
    width: 75vw;
    height: 75vw;
    align-self: flex-end;
    transform: translateY(30px);
  }
  .new-clients-right {
    padding: 30px 0 30px 30px;
    width: 100%;
    /* overflow: hidden; */
    position: relative;
  }
  .new-clients-right > p {
    padding-right: 30px;
  }
  .new-clients-title {
    align-items: flex-start;
    width: 100%;
  }
  .new-clients-title > h2 {
    padding-right: 0;
  }
  .new-clients-title > .underline {
    width: 100%;
  }
  .new-clients-btns {
    flex-direction: column;
    position: absolute;
    top: 100%;
    padding-right: 30px;
  }
  .new-clients-btns > .btn {
    margin-bottom: 14px;
    max-width: 100%;
    margin-right: 0 !important;
  }
}
.home-services {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  display: flex;
  justify-content: center;
  background-image: url(/wp-content/uploads/2025/10/Leaves-home-3.svg);
  background-position: 0% 80%;
  background-size: 20%;
  background-repeat: no-repeat;
}
.home-services-container {
  width: 1360px;
  max-width: 90vw;
  display: flex;
}
.home-services-left {
  width: 60%;
  padding: 100px 0;
}
.home-services-right {
  width: 40%;
  position: relative;
  display: flex;
  align-items: center;
}
.home-boarding-left > h2,
.home-services-left > h2 {
  font-size: 40px;
  font-weight: 700;
  color: var(--frog-green);
  text-transform: capitalize;
  width: 100%;
  padding-bottom: 17px;
  margin-bottom: 0;
}
.home-boarding-left > .underline,
.home-services-left > .underline {
  background-color: var(--palm-green);
  width: 100%;
  margin-bottom: 60px;
  transform-origin: left;
}
.home-services-wrapper {
  width: 100%;
  position: relative;
  z-index: 2;

  .btn,
  .secondary-btn {
    /* width: 220px;
    display: flex;
    height: 70px;
    padding: 0 20px; */
  }
}
.home-service-btns {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.home-service-btns > .btn,
.home-service-btns > .secondary-btn {
  width: 220px;
  margin-right: 25px;
  display: flex;
  height: 70px;
  padding: 0 20px;
}
.home-service-btns > .secondary-btn {
  margin-right: 0;
}
.home-service-btns > .btn:nth-child(3) {
  margin-right: 0;
}
.nav-wrapper .btn:hover,
.home-service-btns > .btn:hover {
  background-color: var(--palm-green) !important;
  border-color: var(--palm-green) !important;
  color: #fff !important;
}
.home-services-right > img {
  max-width: none;
  height: 110%;
  position: absolute;
  right: 0;
  transform: translateY(100%);
  opacity: 0;
  transition: all 1s ease 500ms;
  border-radius: 20px;
}
.home-boarding.home-services {
  background-color: var(--teal);
  color: #fff;
  background-image: url(/wp-content/uploads/2025/10/Leaves-home-1.svg);
  background-position: 0% 80%;
  background-size: 20%;
  background-repeat: no-repeat;

  .home-boarding-left {
    width: 50%;
    padding: 160px 60px 100px 0;
    z-index: 2;
  }
  .home-boarding-right {
    width: 50%;
    position: relative;
    display: flex;
    align-items: center;
    z-index: 1;

    & img {
      border-radius: 20px;
    }
  }
  & h2,
  p {
    color: #fff !important;
  }
  .underline {
    background-color: var(--sea-foam);
    width: 125% !important;
  }
}
@media screen and (max-width: 1024px) {
  .home-boarding.home-services {
    background-position: 0% 5%;
    background-size: 25%;
    background-repeat: no-repeat;

    .home-services-container {
      display: flex;
      flex-direction: column;
      padding: 60px 0;

      .home-boarding-left,
      .home-boarding-right {
        width: 90%;
        max-width: 90vw;
        margin: 0 auto;
        padding: 0;
        overflow: hidden;
      }
      .home-boarding-right img {
        margin-top: 60px;
      }
    }
  }
  .home-services {
    background-position: 100% 5%;
    background-size: 25%;
    background-repeat: no-repeat;
    background-image: url(/wp-content/uploads/2025/10/Leaves-services-1.svg);
  }
  .home-services-right {
    display: none;
  }
  .home-boarding-left,
  .home-services-left {
    width: 100%;
    padding: 0;
  }
  .home-services-container {
    width: 100%;
    max-width: 100%;
    padding: 60px 0 137px 0;
  }
  .home-boarding-left > h2,
  .home-services-left > h2 {
    margin-left: 30px;
    width: auto;
  }
  .home-services-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    /* max-width: 90vw; */
    gap: 20px;
  }
  .home-service-btns {
    flex-direction: column;
    width: 1200px;
    max-width: 80vw;
    margin-bottom: 0;
  }
  .home-service-btns > .btn,
  .home-service-btns > .secondary-btn {
    padding: 15px 15px;
    margin-bottom: 27px;
    margin-right: 0;
    width: 100%;
  }
}
.all-services-btn-ctn {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.services-grid {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.services-card {
  width: 100%;
  background-color: #fff;
  padding: 50px;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.15);
  margin-bottom: 77px;
  display: flex;
  align-items: center;
  color: var(--palm-green);
  opacity: 0;
  transition: all 1s ease;
  border-radius: 20px;
}
.services-card > img {
  width: 40%;
  border-radius: 20px;
}
.services-body {
  width: 60%;
  padding-left: 50px;
  box-sizing: border-box;

  & p {
    color: var(--palm-green);
  }
}
.services-body > h2 {
  text-transform: capitalize;
  font-weight: bold;
}
.services-grid > .services-card:nth-child(2n) {
  flex-direction: row-reverse;

  .service-btn-ctn {
    display: flex;
    justify-content: flex-start;
  }
}
.services-grid > .services-card:nth-child(2n) > .services-body {
  padding-right: 50px;
  padding-left: 0;
}
@media screen and (max-width: 1024px) {
  .services-card {
    flex-direction: column !important;
    opacity: 1;
    padding: 25px;
  }
  .services-card > img {
    width: 100%;
    margin: 0 0 25px 0;
  }
  .services-body > h2 {
    font-size: 24px;
  }
  .services-body {
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 100%;
  }
  .services-grid > .services-card:nth-child(2n),
  .services-grid > .services-card:nth-child(1n) {
    .service-btn-ctn {
      display: flex;
      justify-content: flex-end;
    }
  }
}
.contact-phone {
  font-family: var(--primaryFont);
  font-weight: bold;
}
.contact-page > h3 {
  /* font-family: var(--secondaryFont); */
  color: var(--palm-green);
  text-transform: capitalize;
  font-size: 20px;
}
.contact-page > h3 > a {
  color: var(--palm-green);
}
.contact-card {
  width: 100%;
  box-sizing: border-box;
  background-color: #fff;
  padding: 50px;
  box-shadow: 0px 4px 16px rgb(0 0 0 / 15%);
  color: var(--palm-green);
  border-radius: 20px;
}
.contact-card > iframe {
  margin-bottom: 43px;
}
.contact-card > p {
  font-size: 21px;
  text-transform: capitalize;
}
.appt-header {
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 37px;
  background-color: var(--frog-green);
  /* margin-bottom: 32px; */
}
.appt-header > h2 {
  color: #fff;
  font-family: var(--secondaryFont);
  text-transform: capitalize;
  font-weight: 700;
  margin-bottom: 18px;
}
.appt-header > p {
  color: #fff;
  margin-bottom: 0;
}
.appt-urgent-cta {
  background-color: var(--palm-green);
  padding: 19px 64px;
  box-sizing: border-box;
  width: 100%;
  border-top: 1px solid var(--palm-green);
  margin-bottom: 32px;
}
.appt-urgent-cta > p {
  color: #fff;
  margin-bottom: 0;
  text-align: center;
  font-weight: 500;
}
.appt-urgent-cta > p > a {
  color: #fff;
}
#field_2_26 .appt-header > h2 {
  margin-bottom: 0;
}
.page-template-form .gform_wrapper .gfield:not(.gfield_html) {
  padding: 0 64px;
}
.gform_wrapper #field_2_27 {
  margin: 0 64px 24px 64px;
  border-bottom: 1px solid #939598;
}
.gform_wrapper #field_2_12 {
  margin: 0 64px 24px 64px;
}
.gform_wrapper .gfield_radio label {
  max-width: none;
  font-size: 17px;
}
.gform_wrapper .gfield_radio .gchoice {
  margin-right: 40px;
  display: flex;
}
#field_2_3 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-bottom: 24px !important;
}
#field_2_3 > .gfield_label {
  float: left;
  margin-bottom: 0;
  margin-right: 25px;
}
#field_2_3 > .ginput_container_radio {
  float: left;
}
.gform_wrapper .gfield_radio {
  display: flex;
  align-items: center;
  /* flex-wrap: wrap; */
}
.gform_wrapper input:not([type="radio"], [type="submit"]),
.gform_wrapper select,
.gform_wrapper textarea {
  background-color: #fafafa;
  width: 100%;
}
.gform_wrapper input[type="radio"]:checked + label {
  color: var(--frog-green);
}
.gform_wrapper .gfield_required {
  color: var(--frog-green) !important;
}
.gform_wrapper .gform_page > .gform_page_footer.top_label {
  padding: 32px 64px 58px 64px;
}
.gform_wrapper .gform_page_footer > .button {
  margin-bottom: 5px;
  margin-left: 0 !important;
  width: 100%;
  border: none !important;
  background-color: var(--palm-green) !important;
  border-radius: 100px !important;
  display: inline-block;
  align-items: center;
  justify-content: center;
  border: 3px solid var(--palm-green);
  font-size: 17px !important;
  color: white !important;
  padding: 15px;
  text-transform: uppercase;
  transition: all 0.6s ease;
  text-align: center;
  line-height: 1em !important;
  box-sizing: border-box;
  width: 100%;
  margin-left: 0;
  font-weight: bold;
}
.gform_wrapper .gform_page_footer > .button:hover {
  cursor: pointer;
  background-color: var(--frog-green) !important;
}

.gform_required_legend {
  display: none;
}

/* rye css */

.ty {
  .rye-body {
    padding-top: 0;

    .rye-body-container {
      & p:last-of-type {
        font-weight: bold;
        text-transform: capitalize;
        color: var(--frog-green);
        font-size: 24px;
      }
    }
  }
}
.rye {
  .rye-hero {
    background-color: var(--lite-sea-foam);
    position: relative;
    height: 75vw;
    max-height: 550px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    position: relative;

    & h1 {
      text-transform: capitalize;
      margin-bottom: 0;
      font-size: 60px;
      font-weight: bold;
      color: var(--palm-green);
      text-align: center;
      line-height: 1;
    }

    & div {
      position: absolute;
      top: 10%;
      left: 50%;
      transform: translate(-50%);
    }
  }

  & strong {
    font-weight: bold;
  }
  .rye-body-container p strong {
  }
  .td {
    background-color: var(--frog-green);
    & svg {
      transform: rotate(180deg);
    }
  }
  .tu {
    background-color: var(--palm-green);
  }
}
.ears-parent {
  /* bottom: 0;
  left: 50%; */
  /* transform: translate(-50%, 0%); */
  max-width: 900px;
  width: 90%;
  animation: hideshow 3s ease infinite;
}

@keyframes hideshow {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(-15deg);
  }
  50% {
    transform: rotate(0deg);
  }
}
.page-id-369 {
  .entry-content p:nth-child(3) {
    font-weight: bold;
    text-transform: capitalize;
    color: var(--frog-green);
    font-size: 24px;
  }
}
.rye > img {
  width: 100%;
}
.rye-body {
  width: 100%;
  padding: 80px 0 180px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.rye-body-container {
  width: 90%;
  max-width: 800px;
  text-align: center;
}
.rye-body-container > h1 {
  text-transform: capitalize;
  font-size: 40px;
}
.rye-body-container > h2 {
  font-size: 36px;
  color: var(--palm-green);
  font-weight: bold;
  text-transform: capitalize;
}
.rye-body-container > p:last-of-type {
  /* margin-bottom: 60px !important; */
  padding-bottom: 60px;

  & span {
    font-weight: bold;
    text-transform: capitalize;
    color: var(--frog-green);
    font-size: 24px;
  }
}
.ty .rye-body-container > p:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 40px !important;
}
.rye-btns {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.rye-btns a {
  background-color: #46a480;
  border-radius: 100px;
  width: 125px;
  height: 125px;
}
.rye-btns > a {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in;

  & svg {
    width: 50px;
  }
}
.rye-btns > a:first-of-type {
  margin-right: 30px;
}
.rye-btns > a:last-of-type {
  margin-left: 30px;
}
.rye-btns a:hover {
  transform: scale(1.1);
}
.rye-bottom {
  display: flex;
  align-items: flex-end;
  width: 100%;
}
.rye-btns img {
  width: 100%;
}
.page-id-2341 {
  .entry-content {
    padding: 0 !important;
  }
}
@media screen and (max-width: 1024px) {
  .rye-btns {
    /* flex-direction: column; */
  }
  .ty .rye-btns {
    flex-direction: row;

    & a {
      margin: 10px !important;
    }
  }
  .rye-btns > a:first-of-type {
    margin-right: 5px;
    width: 100px;
    height: 100px;
  }
  .rye-btns > a:last-of-type {
    margin-left: 5px;
    width: 100px;
    height: 100px;
  }
  .rye h1 {
    font-size: 50px !important;
  }
  .rye-hero img {
    max-width: 80vw;
  }
  .rye .rye-hero div {
    top: 10%;
    max-width: 90%;
  }
}

.has-text-align-center {
  text-align: center;
}

.ears {
  opacity: 0;
  position: absolute;
  bottom: 0;
  left: auto;
  right: auto;
  max-width: 900px;
  width: 90%;

  & path {
    fill: var(--frog-green);
  }
}
.ears.ears-active {
  opacity: 1;
}

/*--------------------------------------------------------------
## Thank You
--------------------------------------------------------------*/

.review-block {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 15px;
  border-radius: 50%;
  height: 75px;
  width: 75px;
  margin: 10px !important;
}

.review-block i {
  color: white !important;
  font-size: 32px !important;
}

.review-block p {
  color: white !important;
  margin-bottom: 0 !important;
  font-size: 28px;
  padding: 0 !important;
}

.review-block:hover {
  transition: all 0.3s ease-in;
  transform: scale(1.1);
}

/*footer hours styles*/

.hours {
  display: flex;
  flex-wrap: wrap;
}

.day {
  display: flex;
  flex-direction: column;
  color: #fff;
  margin-bottom: 10px;

  & p:first-of-type {
    font-weight: bold;
    padding-right: 6px;
  }

  & p {
    margin-bottom: 0;
    display: inline;
  }

  &:last-of-type {
    margin-bottom: 20px;
  }
}

.page-id-2077,
.page-id-564 {
  .header {
    align-items: center;
  }
  .header .underline {
    width: 70%;
  }
  .fern-decor {
    display: none;
  }
}

.page-id-2702 {
  .entry-content h2.wp-block-heading {
    color: var(--palm-green);
    font-size: 42px;
  }
}
