/***********************************************************************************************
 * Theme Name: Dorshak Tree Specialists
 * Version: 1.0
 * Description: A custom child theme built for Dorshak.
 * Author: Pellizzi & Company
 * Author URI: https://www.pellizziandcompany.com
 * template: bb-theme
 ***********************************************************************************************/
h1, h2, h3, h4, h5, h6 {
  line-height: 1;
}

h1 {
  font-size: clamp(24px, 5vw, 70px);
}

h2 {
  font-size: clamp(24px, 4vw, 70px);
}

h3 {
  font-size: clamp(22px, 3.5vw, 48px);
}

h4 {
  font-size: clamp(20px, 3.25vw, 40px);
}

h5 {
  font-size: clamp(18px, 3vw, 36px);
}

h6 {
  font-size: clamp(16px, 2.75vw, 30px);
}

@media screen and (min-width: 768px) {
  ul.col-2, ol.col-2 {
    -moz-columns: 2;
         columns: 2;
  }
  ul.col-3, ol.col-3 {
    -moz-columns: 3;
         columns: 3;
  }
  ul.col-4, ol.col-4 {
    -moz-columns: 4;
         columns: 4;
  }
  ul.col-5, ol.col-5 {
    -moz-columns: 5;
         columns: 5;
  }
}
.overflow-hidden {
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  html:not(.fl-builder-edit) .fl-page {
    padding-top: 0 !important;
  }
  html:not(.fl-builder-edit) header.fl-builder-content {
    position: sticky !important;
    top: 0;
    z-index: 1000 !important;
    transform: none !important;
    pointer-events: none;
  }
}
@media screen and (min-width: 768px) and (min-width: 1200px) {
  html:not(.fl-builder-edit) header.fl-builder-content {
    min-height: 168px;
  }
}
@media screen and (min-width: 768px) {
  html:not(.fl-builder-edit) header.fl-builder-content > .fl-row {
    pointer-events: all;
  }
  html:not(.fl-builder-edit) body.admin-bar header.fl-builder-content {
    top: 32px;
  }
}
@media screen and (min-width: 768px) {
  .fl-module-box.left-60,
  .fl-module-box.right-60 {
    width: calc(760px + 10vw);
  }
}
nav > ul > li > a,
nav > ul > li > .fl-has-submenu-container > a {
  position: relative;
  text-decoration: none !important;
}
nav > ul > li > a:before,
nav > ul > li > .fl-has-submenu-container > a:before {
  content: "";
  display: block;
  width: calc(100% - 28px);
  position: absolute;
  left: 14px;
  bottom: 0;
  height: 0;
  transition: all 0.2s ease-in-out;
  background-color: #45362C;
}
nav > ul > li:hover > a:before,
nav > ul > li:hover > .fl-has-submenu-container > a:before, nav > ul > li.current-menu-ancestor > a:before,
nav > ul > li.current-menu-ancestor > .fl-has-submenu-container > a:before, nav > ul > li.current-menu-parent > a:before,
nav > ul > li.current-menu-parent > .fl-has-submenu-container > a:before, nav > ul > li.current-menu-item > a:before,
nav > ul > li.current-menu-item > .fl-has-submenu-container > a:before {
  height: 8px;
}

header.fl-builder-content nav > ul > li:not(.quote-button) > ul.sub-menu {
  transform: translate(0, 10px);
  transition: all 0.2s ease-in-out;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  display: block !important;
}
header.fl-builder-content nav > ul > li:not(.quote-button):hover > ul.sub-menu {
  transform: translate(0, 0);
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
header.fl-builder-content nav > ul > li.fl-has-submenu ul.sub-menu li a {
  color: #FFF7E2;
}
header.fl-builder-content nav > ul > li.quote-button > a {
  font-weight: 900;
  font-size: 20px;
  text-transform: uppercase;
  background-color: #FD8B48;
  padding: 40px 30px;
  margin-left: 30px;
  color: #FFF7E2 !important;
  border-radius: 6px;
  transition: all 0.2s ease-in-out;
}
header.fl-builder-content nav > ul > li.quote-button > a:before {
  display: none !important;
}
header.fl-builder-content nav > ul > li.quote-button > a:hover {
  background-color: #FEA572;
}
header.fl-builder-content nav .fl-menu-mobile-flyout > ul > li > ul.sub-menu li a {
  color: unset;
}
header.fl-builder-content.fl-theme-builder-header-shrink nav > ul > li.quote-button > a {
  padding: 15px 30px;
}

body.home .fl-row.fl-row-full-width.fl-row-bg-photo.homepage-header {
  position: relative;
  z-index: 1;
}
body.home .fl-row.fl-row-full-width.fl-row-bg-photo.homepage-header > .fl-row-content-wrap {
  overflow: hidden;
}
body.home .fl-row.fl-row-full-width.fl-row-bg-photo.homepage-header > .fl-row-content-wrap > .fl-row-content:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0%;
  transform: translate(-10%, 50%);
  width: 30%;
  max-width: 500px;
  aspect-ratio: 1/1;
  background-image: url(/wp-content/uploads/2025/09/tree-circle-header.svg);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
body.home .fl-row.fl-row-full-width.fl-row-bg-photo.homepage-header > .fl-row-content-wrap:after {
  background-image: linear-gradient(75deg, rgba(255, 247, 226, 0.9) 0%, rgba(255, 247, 226, 0.9) 45%, rgba(255, 255, 255, 0) 100%);
}
body.home .get-a-quote {
  position: relative;
  z-index: 10;
}
body.home .get-a-quote > .fl-row-content-wrap > .fl-row-content {
  position: relative;
}
body.home .get-a-quote > .fl-row-content-wrap > .fl-row-content:before {
  content: "";
  position: absolute;
  top: 0%;
  right: 0;
  transform: translate(0, -80%);
  width: 30%;
  max-width: 350px;
  aspect-ratio: 1/1;
  background-image: url(/wp-content/uploads/2025/09/tree-wood-header.png);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
}
body.home .get-a-quote > .fl-row-content-wrap > .fl-row-content > .fl-col-group {
  position: relative;
  z-index: 2;
}
body.home .fl-row.services {
  position: relative;
  z-index: 2;
}
body.home .fl-row.services > .fl-row-content-wrap > .fl-row-content {
  position: relative;
}
body.home .fl-row.services > .fl-row-content-wrap > .fl-row-content:before, body.home .fl-row.services > .fl-row-content-wrap > .fl-row-content:after {
  content: "";
  position: absolute;
  z-index: 1;
}
body.home .fl-row.services > .fl-row-content-wrap > .fl-row-content:before {
  width: 25%;
  max-width: 400px;
  top: 0;
  left: 0;
  aspect-ratio: 1;
  background-image: url(/wp-content/uploads/2025/09/tree-circle-1.svg);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  transform: translate(-50%, -60%);
}
body.home .fl-row.services > .fl-row-content-wrap > .fl-row-content:after {
  width: 40%;
  max-width: 500px;
  bottom: 0;
  left: 0;
  aspect-ratio: 1;
  background-image: url(/wp-content/uploads/2025/09/tree-circle-2.svg);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  transform: translate(-50%, 50%);
}
body.home .fl-row.services > .fl-row-content-wrap > .fl-row-content .fl-col-group {
  position: relative;
  z-index: 10;
}
body.home .fl-row.services + .fl-row {
  position: relative;
  z-index: 1;
}

.fl-row.client-quotes {
  position: relative;
  overflow: hidden;
}
.fl-row.client-quotes > .fl-row-content-wrap > .fl-row-content {
  position: relative;
}
.fl-row.client-quotes > .fl-row-content-wrap > .fl-row-content:before, .fl-row.client-quotes > .fl-row-content-wrap > .fl-row-content:after {
  content: "";
  position: absolute;
  z-index: 1;
}
.fl-row.client-quotes > .fl-row-content-wrap > .fl-row-content:before {
  width: 25%;
  max-width: 360px;
  aspect-ratio: 1/2;
  left: 0;
  top: 0;
  background-image: url(/wp-content/uploads/2025/09/tree-circle-3.svg);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  transform: translate(-40%, -35%);
}
.fl-row.client-quotes > .fl-row-content-wrap > .fl-row-content:after {
  width: 25%;
  max-width: 360px;
  right: 0;
  top: 0;
  aspect-ratio: 1/2;
  background-image: url(/wp-content/uploads/2025/09/tree-circle-4.svg);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  transform: translate(40%, -25%);
}
.fl-row.client-quotes > .fl-row-content-wrap > .fl-row-content .fl-col-group {
  position: relative;
  z-index: 10;
}

.fl-module-button-group.request-a-quote .fl-button {
  white-space: nowrap;
}

.fl-row.two-row-cards {
  position: relative;
  overflow: hidden;
}
.fl-row.two-row-cards:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background-color: #A0A66E;
  z-index: 100;
}
.fl-row.two-row-cards > .fl-row-content-wrap:before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  bottom: 0;
  width: 25%;
  max-width: 360px;
  background-image: url(/wp-content/uploads/2025/09/tree-circle-2-1.svg);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  transform: translate(-130%, 50%);
  aspect-ratio: 1;
}
.fl-row.two-row-cards > .fl-row-content-wrap > .fl-row-content {
  position: relative;
  z-index: 2;
}
.fl-row.two-row-cards > .fl-row-content-wrap > .fl-row-content:before, .fl-row.two-row-cards > .fl-row-content-wrap > .fl-row-content:after {
  content: "";
  position: absolute;
  z-index: 1;
  aspect-ratio: 1/2;
}
.fl-row.two-row-cards > .fl-row-content-wrap > .fl-row-content:before {
  left: 0;
  top: 0;
  width: 30%;
  max-width: 420px;
  background-image: url(/wp-content/uploads/2025/09/tree-circle-1-1.svg);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  transform: translate(-40%, -40%);
}
.fl-row.two-row-cards > .fl-row-content-wrap > .fl-row-content:after {
  right: 0;
  bottom: 0;
  width: 40%;
  max-width: 500px;
  background-image: url(/wp-content/uploads/2025/09/tree-circle-3-1.svg);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  transform: translate(20%, 18%);
}
.fl-row.two-row-cards > .fl-row-content-wrap > .fl-row-content > .fl-col-group,
.fl-row.two-row-cards > .fl-row-content-wrap > .fl-row-content > .fl-module-box {
  position: relative;
  z-index: 10;
}

.dorshak-cards > .fl-module-box,
.dorshak-cards > .fl-module-box img {
  transform: scale(1);
  transition: all 0.2s ease-in-out;
}
.dorshak-cards > .fl-module-box {
  text-decoration: none !important;
}
.dorshak-cards > .fl-module-box .fl-module-photo {
  aspect-ratio: 1;
  overflow: hidden;
}
.dorshak-cards > .fl-module-box:hover {
  transform: scale(1.05);
}
.dorshak-cards > .fl-module-box:hover img {
  transform: scale(1.1);
}

.dorshak-icon-card {
  position: relative;
  margin-top: 120px;
}
@media screen and (max-width: 768px) {
  .dorshak-icon-card {
    margin-top: 80px;
  }
}
.dorshak-icon-card > .fl-module-box {
  position: relative;
}
.dorshak-icon-card > .fl-module-box.card-icon {
  z-index: 10;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 60%;
}
.dorshak-icon-card > .fl-module-box.card-icon .fl-photo-content {
  max-width: 80%;
}
@media screen and (max-width: 768px) {
  .dorshak-icon-card > .fl-module-box.card-icon {
    max-width: 150px;
  }
}
.dorshak-icon-card > .fl-module-box.card-content {
  z-index: 1;
  min-height: 100%;
  padding: 30px;
  padding-top: clamp(20px, 15vw, 40%);
}
@media screen and (max-width: 768px) {
  .dorshak-icon-card > .fl-module-box.card-content {
    padding-top: 80px;
  }
}

#timeline-horizontal-9.timeline-container {
  margin: 0 auto !important;
}
@media screen and (max-width: 768px) {
  #timeline-horizontal-9.timeline-container {
    padding: 0;
  }
}
#timeline-horizontal-9.timeline-container .input-flex-container {
  margin-top: 0 !important;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  #timeline-horizontal-9.timeline-container .input-flex-container:before {
    content: "";
    display: block;
    position: absolute;
    left: 2px;
    right: 2px;
    top: calc(50% - 2px);
    border-bottom: 4px solid #274000;
    z-index: 1;
  }
}
#timeline-horizontal-9.timeline-container .input-flex-container .input, #timeline-horizontal-9.timeline-container .input-flex-container .input.active ~ .input {
  background-color: #FFF7E2;
  border: 5px solid #274000;
  width: 25px;
  height: 25px;
}
#timeline-horizontal-9.timeline-container .input-flex-container .input {
  position: relative;
  z-index: 2;
}
#timeline-horizontal-9.timeline-container .input-flex-container .input:before, #timeline-horizontal-9.timeline-container .input-flex-container .input:after {
  display: none !important;
}
#timeline-horizontal-9.timeline-container .input-flex-container .input .timeline-info:before {
  display: none !important;
}
#timeline-horizontal-9.timeline-container .input-flex-container .input .timeline-info:after {
  color: #274000;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  max-width: 64px;
}
@media screen and (max-width: 768px) {
  #timeline-horizontal-9.timeline-container .input-flex-container .input span.timeline-info {
    top: calc(100% + 0.5em);
    width: 150%;
    max-width: 200px;
    transform: translate(-50%, 0);
  }
  #timeline-horizontal-9.timeline-container .input-flex-container .input span.timeline-info:after {
    font-size: 14px;
    align-items: flex-start;
  }
}
#timeline-horizontal-9.timeline-container .input-flex-container .input.active {
  background-color: #274000;
}
#timeline-horizontal-9.timeline-container .description-flex-container {
  max-width: 100%;
  margin-top: 20px;
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  #timeline-horizontal-9.timeline-container .description-flex-container .content.active {
    display: grid;
    grid-template-columns: 50% 46%;
    align-items: center;
    gap: 4%;
    width: 100%;
  }
  #timeline-horizontal-9.timeline-container .description-flex-container .content.active > * {
    width: 100%;
  }
  #timeline-horizontal-9.timeline-container .description-flex-container .content.active .timeline-desc {
    grid-column-start: 2;
  }
}
#timeline-horizontal-9.timeline-container .description-flex-container .content.active .timeline-title {
  font-family: Rubik Dirt;
  text-transform: uppercase;
}
#timeline-horizontal-9.timeline-container .description-flex-container .content.active img {
  aspect-ratio: 4/3;
  -o-object-fit: contain;
     object-fit: contain;
  background-color: #A0A66E;
  border: 10px solid #A0A66E;
}
@media screen and (min-width: 768px) {
  #timeline-horizontal-9.timeline-container .description-flex-container .content.active img {
    border-width: 20px;
  }
}
#timeline-horizontal-9.timeline-container .description-flex-container .content.active .timeline-desc {
  padding: 0;
}
@media screen and (max-width: 768px) {
  #timeline-horizontal-9.timeline-container .description-flex-container .content.active .timeline-desc {
    margin-top: 20px;
  }
}
#timeline-horizontal-9.timeline-container .description-flex-container .timeline-desc * {
  color: #274000;
}

.gform_wrapper * {
  font-family: Rubik;
}
.gform_wrapper label .gfield_required, .gform_wrapper legend .gfield_required {
  font-size: inherit !important;
  color: #FFF7E2;
}
.gform_wrapper .gform_required_legend {
  font-size: 14px;
  text-align: right;
  color: #FFF7E2;
}
.gform_wrapper .gfield_label {
  font-weight: 900 !important;
  text-transform: uppercase;
}
.gform_wrapper.gform-theme--framework .gfield--type-choice .gchoice, .gform_wrapper.gform-theme--framework .gfield--type-choice .ginput_container_consent {
  align-items: center;
}
@media (min-width: 640px) {
  .gform_wrapper.gform-theme--foundation .ginput_address_city, .gform_wrapper.gform-theme--foundation .ginput_address_state, .gform_wrapper.gform-theme--foundation .ginput_address_zip {
    inline-size: 33.333%;
  }
}
.gform_wrapper .gfield--input-type-html {
  max-width: 1024px;
  margin: 0 auto;
}
.gform_wrapper .gfield--input-type-html p {
  color: #FFF7E2;
}
.gform_wrapper .gform_footer {
  justify-content: center;
}
.gform_wrapper .gform_footer .gform_button {
  transition: all 0.2s ease-in-out;
  font-weight: 900 !important;
  text-transform: uppercase !important;
  font-size: 24px !important;
  padding: 40px 30px !important;
  border-radius: 6px;
}
.gform_wrapper .gform_footer .gform_button:hover {
  background-color: rgb(255, 218.8620689655, 124);
}

footer.fl-builder-content nav ul li ul {
  display: none !important;
}/*# sourceMappingURL=style.css.map */