/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Navigation
# Content
## Custom Element
### Accordion
# Gravity Forms
# Footer
# Media - Max
# Media - Min
--------------------------------------------------------------*/
:root {
  --white: #FCFCFC;
  --black: #0A0A0A;
  --green: #8cc63e;
  --green-dark: #243C02;
  --grey: #5D5D5D;
  --grey-border: #E0E0E0;
  --grey-light: #F7F7F5;
  --shadow: rgba(16, 24, 40, 0.05) 0px 6px 15px -2px;
}

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
.screenreader-only {
  position:absolute;
  left:-10000px;
  top:auto;
  width:1px;
  height:1px;
  overflow:hidden;
}
#ast-scroll-top {
  font-size: 1rem;
}
/*html{
  font-size: 16px;
}*/

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
h1.elementor-heading-title,
h2.elementor-heading-title {
  position: relative;
  padding-left: .5em;
}

h1.elementor-heading-title::before,
h2.elementor-heading-title::before {
  content: "/";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--green);
  text-shadow: none!important;
  opacity: 0;
  transform: translateX(.5em); /* start where the text begins */
  transition:
    opacity 0.6s ease,
    transform 0.6s ease;
}

h1.elementor-heading-title.in-view::before,
h2.elementor-heading-title.in-view::before {
  opacity: 1;
  transform: translateX(0);
}
.elementor-widget-text-editor ul,
.elementor-widget-text-editor ol {
    list-style: none;
    padding: 0;
    margin: 0;
}
.elementor-widget-text-editor li {
    position: relative;
    padding-left: 1.5em;
    margin-bottom: 8px;
}

.elementor-widget-text-editor li::before {
    content: "—";
    color: #8CC63E;
    position: absolute;
    left: 0;
}
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
#masthead .ast-container, .site-header-focus-item + .ast-breadcrumbs-wrapper {
  max-width: 100%;
  max-width: 1440px;
  padding-left: 20px;
  padding-right: 20px;
}
.ast-button-wrap .menu-toggle.main-header-menu-toggle{
  padding: 0!important;
  flex-direction: column;
  gap: 0;
  justify-content: center;
  box-shadow: none;
  outline: none;
  border: 0!important;
}
.ast-button-wrap .menu-toggle.main-header-menu-toggle .mobile-menu-wrap{
  margin: 0;
  line-height: .5;
  box-shadow: none;
  outline: none;
}
.ast-mobile-popup-drawer.active .menu-toggle-close {
  padding: 0;
  margin: 20px 20px 0 0;
  box-shadow: none;
  outline: none;
  border: 0!important;

  & svg{
    width: 40px;
    height: 40px;

  }
}
.main-header-menu .menu-item {
  padding-left: 15px;
  padding-right: 15px;
  & .menu-link{
    padding: 0;
    position: relative;
  }
}
.main-header-menu .menu-link::after {
  content: '';
  width: 0%;
  height: 2px;
  background: var(--green);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
.main-header-menu .menu-link:hover::after {
  width: 100%;
}
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.btn{
  position: relative;
  display: inline-block;
  padding: 12px 28px 10px 28px;
  font-size: 14px;
  line-height: normal;
  font-weight: 600;
  border-radius: 4px;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  text-align: center;
  box-shadow: unset !important;
  border: 0;
  text-transform: uppercase;
  text-decoration: unset !important;
  color: var(--black);
  background-color: var(--green);
  border: 2px solid var(--green);
  overflow: hidden;
  letter-spacing: 1px;
  
  & span{
    position: relative;
    z-index: 2;
  }
  &:hover,
  &:focus{
    color: var(--black);
/*    background-color: var(--white);*/
    border-color: var(--green);
  }
}
.btn .icon{
  margin-left: var(--padding-left);
  margin-right: var(--padding-right);
}

.btn:before {
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    height: 100%;
    width: 0%;
    z-index: 1;
    content: '';
    color: #000 !important;
    background: var(--white);
    transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
}
.btn:hover:before {
    left: 0%;
    right: auto;
    width: 100%;
}
.treefrog-btn.has-icon .btn span.fa-long-arrow-alt-right{
  position: relative;
  right: 0;
  -webkit-transition: right 0.4s cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: right 0.4s cubic-bezier(0.42, 0, 0.58, 1);
  transition: right 0.4s cubic-bezier(0.42, 0, 0.58, 1);
}
.treefrog-btn.has-icon .btn:hover span.fa-long-arrow-alt-right{
  position: relative;
  right: -4px;
}
.btn.secondary{
  background-color: transparent;
  border-color: var(--white);
  color: var(--black);
  padding: 12px 10px 10px 0px;
}
.btn.secondary::before{
  display: none;
}
.btn.secondary span.text::after{
  content: '';
  width: 0%;
  height: 2px;
  background: var(--green);
  position: absolute;
  bottom: -4px;
  left: 0;
  right: 0;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
.btn.secondary:hover span.text::after {
  width: 100%;
}
/*-------------------------------------------------------------/
## Blog
--------------------------------------------------------------*/
.ast-article-single figure, 
.ast-article-single img:not(figure img){
  box-shadow: none;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.single-post #content .elementor-widget-theme-post-content h1, 
.single-post #content .elementor-widget-theme-post-content h2, 
.single-post #content .elementor-widget-theme-post-content h3, 
.single-post #content .elementor-widget-theme-post-content h4, 
.single-post #content .elementor-widget-theme-post-content h5, 
.single-post #content .elementor-widget-theme-post-content h6{
  margin-top: 2rem!important;
}
.single-post  #content .elementor-widget-theme-post-content p{
  margin-bottom: 1rem;
}
.block-editor-rich-text__editable a,
.single-post  #content .elementor-widget-theme-post-content a {
  text-decoration: underline;
}
/*--------------------------------------------------------------
## Custom Element
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Cards Sticky
--------------------------------------------------------------*/
@media only screen and (min-width: 993px) {
.all-cards {
display: flex;
flex-direction: column; /* Arrange cards vertically in the column */
}
.all-cards #card-1 {
position: -webkit-sticky; /* For Safari */
position: sticky;
top: 30px;
}
.all-cards #card-2 {
position: -webkit-sticky; /* For Safari */
position: sticky;
top: 60px;
}
.all-cards #card-3 {
position: -webkit-sticky; /* For Safari */
position: sticky;
top: 90px;
}
.all-cards #card-4 {
position: -webkit-sticky; /* For Safari */
position: sticky;
top: 120px;
}
.all-cards #card-5 {
position: -webkit-sticky; /* For Safari */
position: sticky;
top: 150px;
}
.all-cards #card-6 {
position: -webkit-sticky; /* For Safari */
position: sticky;
top: 180px;
}   
}
/*--------------------------------------------------------------
## Horizontal Scroll
--------------------------------------------------------------*/
.horizontal-scroll-section {
  overflow: hidden;
  transition: unset !important;

}

.horizontal-track {
  display: flex;
  flex-wrap: nowrap;
  width: max-content;
  will-change: transform;
  transition: unset!important;
}

.horizontal-track > .col {
  flex: 0 0 auto;
}

.horizontal-track .col {
width: clamp(300px, 80vh, 800px);
}

.horizontal-track .col:not(:last-child) {
  border-right: 1px solid var(--grey-border);
}
/*--------------------------------------------------------------
## Animated Column
--------------------------------------------------------------*/
.col-anim {
  opacity: 0;
  transform: translateY(40px);
}

.col-anim.active {
  animation: slideUp 0.5s ease forwards;
}


@keyframes slideUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (min-width: 993px) {

  .col-wrapper .col-anim:not(:last-child) {
    position: relative;
  }

  /* shared divider style */
  .col-wrapper .col-anim:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 0%;
    right: 1px;
    width: 1px;
    height: 100%;
    background: var(--grey-border);
    z-index: 1;
    opacity: 0;
    transition: opacity 0.5s ease;
  }

  /* show dividers AFTER animation */
  .dividers-active.col-wrapper .col-anim:not(:last-child)::after{
    opacity: 1;
  }
  .dividers-active.col-wrapper .col-anim.no-border::after{
    opacity: 0!important;
  }
}

/* Admin view overwrite */
.elementor-editor-active .col-anim,
.dividers-active.col-wrapper .col-anim:not(:last-child)::after{
  opacity: 1;
  transform: translateY(0px);
}
/*--------------------------------------------------------------
# Gravity forms
--------------------------------------------------------------*/
.gform_required_legend{
  display: none!important;
}
.gform-body .gform_fields {
  row-gap: 18px!important;
}
.gfield_required .gfield_required_asterisk{
  font-size: 16px;
  color: var(--black);
}
.gform-body label.gfield_label,
.gform-body legend.gfield_label{
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  color: var(--black);
}
.gform-body input[type="text"], .gform-body input[type="number"], .gform-body input[type="email"], .gform-body input[type="url"], .gform-body input[type="password"], .gform-body input[type="search"], .gform-body input[type="reset"], .gform-body input[type="tel"], .gform-body input[type="date"], .gform-body select, .gform-body textarea {
  text-align: left !important;
  line-height: normal !important;
  padding: 10px 15px !important;
  font-size: 16px !important;
  font-family: inherit !important;
  border: none !important;
  border-radius: 0;
  box-shadow: none !important;
  height: unset !important;
  outline: none !important;
  border-bottom: 2px solid var(--green)!important;
  background: #fff !important;

  &:focus{
    border-color: var(--black);
  }
}
#content .gform_wrapper.gform-theme--foundation form .gform-footer .gform_button[type="submit"]{
  position: relative;
  display: inline-block;
  padding: 12px 28px 10px 28px;
  font-size: 14px;
  line-height: normal;
  font-weight: 600;
  border-radius: 4px;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  text-align: center;
  box-shadow: unset !important;
  border: 0;
  text-transform: uppercase;
  text-decoration: unset !important;
  color: var(--black);
  background-color: var(--green);
  border: 2px solid var(--green);
  overflow: hidden;
  letter-spacing: 1px;
  
  & span{
    position: relative;
    z-index: 2;
  }
  &:hover,
  &:focus{
    color: var(--black);
    border-color: var(--green);
  }
}
#content .gform_wrapper.gform-theme--foundation form .gform-footer .gform_button[type="submit"]:before {
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    height: 100%;
    width: 0%;
    z-index: 1;
    content: '';
    color: #000 !important;
    background: var(--white);
    transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
}
#content .gform_wrapper.gform-theme--foundation form .gform-footer .gform_button[type="submit"]:hover:before {
    left: 0%;
    right: auto;
    width: 100%;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: var(--black);
}
::-moz-placeholder { /* Firefox 19+ */
  color: var(--black);
}
:-ms-input-placeholder { /* IE 10+ */
  color: var(--black);
}
:-moz-placeholder { /* Firefox 18- */
  color: var(--black);
}



/*--------------------------------------------------------------
## Inputs: Checkbox + Radio
--------------------------------------------------------------
.gform-theme--framework .gchoice input[type="checkbox"], 
.gform-theme--framework .gchoice input[type="radio"] {
  opacity: 0!important;
  position: absolute;  
  height: 0;
  width: 0;
}
.gform-theme--framework .gchoice .gfield-choice-input{
  height: 0 !important;
  width: 0 !important;
  padding: 0 !important;
  border: 0!important;
}
.gform-theme--framework .gchoice input[type='checkbox'] + label,
.gform-theme--framework .gchoice input[type='radio'] + label {
  position: relative;
  overflow: hidden;
  padding-left: 30px;
  cursor: pointer;
  display: inline-block;
  line-height: 23px;
}
.gform-theme--framework .gchoice input[type='checkbox'] + label:before,
.gform-theme--framework .gchoice input[type='checkbox'] + label:after,
.gform-theme--framework .gchoice input[type='radio'] + label:before,
.gform-theme--framework .gchoice input[type='radio'] + label:after {
  content: '';
  position: absolute;
  left: 0;
  z-index: 1;
  -webkit-transition: .2s;
  transition: .2s;
}
.gform-theme--framework .gchoice input[type='checkbox']:not(:checked) + label:after,
.gform-theme--framework .gchoice input[type='radio']:not(:checked) + label:after  {
  width: 23px;
  height: 23px;
  border: 3px solid #000;
  top: 0px;
}
.gform-theme--framework .gchoice input[type='radio']:not(:checked) + label:after,
.gform-theme--framework .gchoice input[type='radio']:checked + label:after  {
  border-radius: 50%;
}
.gform-theme--framework .gchoice input[type='checkbox']:checked + label:after,
.gform-theme--framework .gchoice input[type='radio']:checked + label:after {
  top: 0;
  width: 23px;
  height: 23px;
  border: 3px solid #000;
  background-color: #000;
  z-index: 0;
}
.gform-theme--framework .gchoice input[type="checkbox"] + label:before,
.gform-theme--framework .gchoice input[type="radio"] + label:before {
  font-family: 'Font Awesome 5 Free';
  font-size: 14px;
  font-weight: 900;
  color: #fff;
  content: '\f00c'!important;
  position: absolute; 
  top: 1px;
  left: 5px;
  opacity: 0;
}
.gform-theme--framework .gchoice input[type='checkbox']:checked + label:before,
.gform-theme--framework .gchoice input[type='radio']:checked + label:before {
    opacity: 1;
}
.gform-theme--framework .gchoice label{
  margin-left: 0!important;
}

*/
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.site-primary-footer-wrap[data-section="section-primary-footer-builder"] .ast-builder-grid-row,
.site-below-footer-wrap[data-section="section-below-footer-builder"] .ast-builder-grid-row{
  padding-left: 0px!important;
  grid-template-columns: auto 1fr!important;
  padding-right: 0px!important;
}
.site-below-footer-wrap[data-section="section-below-footer-builder"]{
  padding-top: 0!important;
}
#menu-policy-menu{
-js-display: flex;
  display: flex;
  flex-wrap: wrap;
}
#block-10{
  margin-bottom: 0.5em;
}
#menu-policy-menu a{
  padding-right: 0.5em;
}
.site-footer-section.site-footer-section-2{
 -js-display: flex;
  display: flex;
  flex-wrap: wrap; 
  justify-content: flex-end;

  & > * {
    width: auto;
    margin-bottom: .5em;
  }
}
/*--------------------------------------------------------------
# Media - MAX
@media only screen and (min-width: 769px) and (max-width: 992px) {}
--------------------------------------------------------------*/
@media only screen and (max-width: 992px) {
  .site-primary-footer-wrap[data-section="section-primary-footer-builder"] .ast-builder-grid-row,
  .site-below-footer-wrap[data-section="section-below-footer-builder"] .ast-builder-grid-row{
    grid-template-columns: 1fr!important;
    gap: 0;
  }
  #menu-policy-menu{
    flex-direction: column;
  }
  .site-footer-below-section-1{
    margin-bottom: 1em!important;
  }
  .horizontal-track {
    width: 100%;
    
  }
  .horizontal-track .col {
    width: 100%;
  }
}

/*--------------------------------------------------------------
# Media - MIN
--------------------------------------------------------------*/
@media only screen and (min-width: 1550px) {
  h1.elementor-heading-title,
  h2.elementor-heading-title {
    margin-left: -.55em!important;
  }
}
@media only screen and (min-width: 993px) {

  
}
@media only screen and (min-width: 993px) and (max-width: 1200px){
  /* Header */
  .site-primary-header-wrap  .ast-builder-grid-row{
    gap: 5px;
  }
  .main-header-menu .menu-item {
    padding-left: 8px;
    padding-right: 8px;
  }
}