/*
Theme Name: JW Tree Service
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Boleyn Media
Author URI: https://boleynmedia.com
Description: Base Theme for Boleyn's Elementor-powered sites
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 1.1.0
Updated: 2025-09-02

*/
body {
  margin: 0;
  padding: 0;
  padding-top: 100px;
  overscroll-behavior: none;
}
@media (max-width: 1070px) {
  body {
    padding-top: 100px;
  }
}

html {
  scroll-behavior: smooth;
}

html,
body {
  touch-action: pan-y;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px #ffffff inset !important;
}

::-moz-selection {
  background-color: #798291;
  color: #FFFFFF;
}

::selection {
  background-color: #798291;
  color: #FFFFFF;
}

:focus {
  outline: none !important;
  box-shadow: none !important;
}

@media (max-width: 768px) {
  .lg-mobile,
  .lg-mobile .elementor-heading-title {
    font-size: 40px !important;
  }
}
@media (max-width: 767px) {
  .elementor-button {
    width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .container-right-side {
    width: calc(50vw + 600px);
    max-width: 100%;
    transform: translateX(25vw) translateX(-300px);
  }
}
@media (min-width: 768px) {
  .bg-left > .e-con-inner {
    z-index: 1;
  }
  .bg-left > .e-con-inner::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background-color: #28d344;
    z-index: -1;
  }
  .bg-left-white > .e-con-inner::after {
    background-color: #fff;
  }
}
.gform_wrapper form {
  height: 100% !important;
}
.gform_wrapper form .gform_fields {
  row-gap: 5px;
}
.gform_wrapper form .gfield input,
.gform_wrapper form .gfield textarea,
.gform_wrapper form .gfield select {
  background-color: #FFFBF4 !important;
  border-radius: 4px !important;
  font-family: "Poppins", sans-serif !important;
  font-size: 14px !important;
  color: #848484 !important;
  font-weight: 300 !important;
  letter-spacing: 0.05em !important;
}
.gform_wrapper form .gfield input:focus,
.gform_wrapper form .gfield textarea:focus,
.gform_wrapper form .gfield select:focus {
  border: none;
}
.gform_wrapper form .gfield input::-moz-placeholder, .gform_wrapper form .gfield textarea::-moz-placeholder, .gform_wrapper form .gfield select::-moz-placeholder {
  color: #9C9C9C !important;
}
.gform_wrapper form .gfield input::placeholder,
.gform_wrapper form .gfield textarea::placeholder,
.gform_wrapper form .gfield select::placeholder {
  color: #9C9C9C !important;
}
.gform_wrapper form .gfield #input_1_5 {
  min-height: 170px !important;
}
.gform_wrapper form #input_1_9 {
  font-family: "Poppins", sans-serif !important;
  font-size: 14px !important;
  color: #9C9C9C !important;
}
.gform_wrapper form input[type=submit] {
  font-size: 16px !important;
  padding-top: 12px !important;
  padding-bottom: 12px !important;
  padding-right: 32px !important;
  padding-left: 32px !important;
  font-weight: 400 !important;
  background-color: #E58832 !important;
  border-radius: 1000px !important;
}
.gform_wrapper form input[type=submit]:hover {
  background-color: #CF6C10 !important;
}
.gform_wrapper form input[type=submit]:focus {
  outline: none !important;
}
.gform_wrapper form input[type=submit]:active {
  outline: none !important;
}
.gform_wrapper form .gform-footer {
  margin-top: 20px !important;
}
.gform_wrapper #gform_confirmation_message_1 {
  color: #E58832 !important;
  text-align: center !important;
  padding-top: 8% !important;
}
.gform_wrapper .gform_submission_error {
  color: #E58832 !important;
  border: none !important;
}
.gform_wrapper .gform_validation_errors:focus {
  border: solid 1px #E58832 !important;
}
.gform_wrapper .validation_message {
  color: #E58832 !important;
}
#map,
#mapMobile {
  min-height: 800px;
  width: 100%;
}
@media (max-width: 767px) {
  #map,
  #mapMobile {
    min-height: 375px;
  }
}

footer #menu-1-286001a a {
  padding: 0 !important;
}
footer #menu-1-286001a a:hover {
  color: #E58832;
}
@media (max-width: 1070px) {
  footer #menu-1-286001a {
    text-align: left;
  }
  footer #menu-1-286001a li {
    text-align: left;
  }
  footer #menu-1-286001a li a {
    justify-content: center;
    text-align: left;
  }
}
footer .services-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 1070px) {
  footer .services-menu .service-menu-item {
    text-align: center;
    padding-bottom: 8px;
  }
}
footer .services-menu .service-menu-item a {
  text-decoration: none;
  color: #FFFBF4;
  font-size: 14px;
  font-weight: 300;
  transition: color 0.3s ease;
}
footer .services-menu .service-menu-item a:hover {
  color: #E58832;
}
footer ul.bmg-social-links {
  list-style: none;
  padding: 0;
}
footer ul.bmg-social-links li {
  display: inline-block;
  padding-right: 12px;
}
footer ul.bmg-social-links li i {
  font-size: 2rem;
}
footer #copyright a {
  text-decoration: underline;
}
footer #mobile-cta {
  opacity: 0;
  transition: opacity 0.3s;
}
footer #mobile-cta a::before {
  /* Set the font for this icon style */
  font-family: "Font Awesome 5 Free";
  /* Set the weight for this icon style */
  font-weight: 600;
  /* Make sure icons render pixel-perfect */
  -webkit-font-smoothing: antialiased;
  /* Set the Unicode value for the "fa-ghost" icon */
  content: "\f879";
  margin-right: 4px;
  font-size: 14px;
  top: -1px;
  position: relative;
}

#hide-header {
  width: 100% !important;
  transition: all 0.4s ease !important;
}
@media (max-width: 1070px) {
  #hide-header .e-n-menu-wrapper {
    min-height: calc(100dvh - 100px) !important;
    background-color: #FFFBF4;
  }
}
#hide-header .e-n-menu-wrapper .e-n-menu-toggle {
  background-color: transparent !important;
  background-color: transparent !important;
}
#hide-header .e-n-menu-wrapper ul .e-n-menu-title-text {
  font-weight: 400 !important;
}
#hide-header .e-n-menu-wrapper ul li.e-n-menu-item:has(#contact-info) {
  display: none;
}
@media (max-width: 1070px) {
  #hide-header .e-n-menu-wrapper ul li.e-n-menu-item:has(#contact-info) {
    display: block;
    margin-top: auto;
  }
}
@media (max-width: 1070px) {
  #hide-header .e-n-menu-wrapper ul {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    align-content: flex-start;
  }
  #hide-header .e-n-menu-wrapper ul li span {
    font-family: "Moret" !important;
    font-size: 20px;
    font-weight: 400;
    color: #27311B;
  }
  #hide-header .e-n-menu-wrapper ul li.e-n-menu-item {
    border-bottom: 1px solid #F1E8D8;
    padding-top: 4px;
    padding-bottom: 4px;
  }
  #hide-header .e-n-menu-wrapper ul li.e-n-menu-item:nth-last-child(-n+3) {
    border-bottom: none;
  }
  #hide-header .e-n-menu-wrapper ul li.e-n-menu-item:has(#contact-info) {
    margin-top: auto;
  }
}
#hide-header .e-n-menu-wrapper ul .social-links {
  display: none;
}
@media (max-width: 1070px) {
  #hide-header .e-n-menu-wrapper ul .social-links {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
  }
  #hide-header .e-n-menu-wrapper ul .social-links a {
    color: #27311B;
    font-size: 24px;
  }
  #hide-header .e-n-menu-wrapper ul .social-links a:hover {
    color: #E58832;
  }
}
#hide-header #e-n-menu-title-2626 .e-n-menu-title-container {
  background-color: #E58832 !important;
  padding: 10px 30px;
  border-radius: 1000px;
}
#hide-header #e-n-menu-title-2626 .e-n-menu-title-container:hover {
  background-color: #CF6C10 !important;
  color: #FFFBF4;
}
@media (max-width: 1070px) {
  #hide-header #e-n-menu-title-2626 .e-n-menu-title-container {
    display: none;
  }
}
@media (min-width: 1071px) {
  #hide-header #e-n-menu-title-2625 {
    display: none !important;
  }
}
#hide-header .social-links {
  display: flex;
  gap: 8px;
  padding: 0 !important;
}
#hide-header .social-links a {
  color: #27311B;
  transition: color 0.3s ease;
}
#hide-header .social-links a:hover {
  color: #E58832;
}
#hide-header .social-links a svg {
  width: 24px;
  height: 24px;
}

.e-n-accordion-item-title {
  border: none !important;
}

.e-n-accordion-item-content .e-con,
.e-n-accordion-item-content .e-child,
[role=region] {
  border: none !important;
  box-shadow: none !important;
}

.sans-br br {
  display: none;
}

#gallery-1 .gallery-item .gallery-icon a {
  display: block;
  aspect-ratio: 1/1;
  overflow: hidden;
}

#gallery-1 .gallery-item .gallery-icon a img {
  width: 100% !important;
  max-height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  aspect-ratio: 1/1;
}

[id^=service-] {
  scroll-margin-top: 140px !important;
  /* adjust */
}

.e-n-menu-heading .e-n-menu-title-text {
  font-size: 16px !important;
}
@media (max-width: 1070px) {
  .e-n-menu-heading .e-n-menu-title-text {
    font-size: 32px !important;
  }
}/*# sourceMappingURL=style.css.map */