/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Navigation
# Content
## Custom Element
### Accordion
# Products
# Gravity Forms
# Footer
# Media - Max
# Media - Min
--------------------------------------------------------------*/
:root {
    --black: #061720;
    --navy: #061720;
    --grey: #374044;
    --light-grey: #eff0f1;
    --border-grey: #D9D9D9;
    --white: #fff;
    --shadow: 0px 0px 10px 2px rgba(6,23,32,.2)
}
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
.row,
.vc_row{
  margin-left: 0!important;
  margin-right: 0!important;
  width: 100%;
  z-index: 1;
  position: relative;
}
.vc_column_container>.vc_column-inner {
  padding: 0!important;
}
.screenreader-only{
  position:absolute;
  left:-10000px;
  top:auto;
  width:1px;
  height:1px;
  overflow:hidden;
}
.width-container {
  max-width: 1470px;
  margin-left: auto!important;
  margin-right: auto!important;
/*  padding-left: 35px!important;
  padding-right: 35px!important;*/
  float: unset!important;
}

header .no-link > a.menu-link {
  cursor: default;
}
/*
.d-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
*/
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
html{
	font-size: 18px;
}
.text-white,
.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white p,
.text-white a {
  color: var(--white);
}
.text-center,
.text-center h1,
.text-center h2,
.text-center h3,
.text-center h4,
.text-center h5,
.text-center h6,
.text-center p,
.text-center a {
  text-align: center;
}
.font-oswald,
.font-oswald .btn span:first-child{
  font-family: 'Oswald',sans-serif;
}
.mb-0 h1,
.mb-0 h2,
.mb-0 h3,
.mb-0 h4,
.mb-0 h5,
.mb-0 h6,
.mb-0 p,
.mb-0 ul,
.mb-0 ol,
.mb-0 a,
.mb-0 span{
    margin-bottom: 0!important;
}
.elementor-element .elementor-widget-container ol li{
  padding-bottom: 1rem;
}
.elementor-element .elementor-widget-container ul{
  margin-left: 0!important;
  padding-left: 0px!important;
  list-style: none;

  & li{
    padding-bottom: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    &::before{
      content: '\f192';
      font-family: "Font Awesome 5 Free";
      font-size: 1rem;
      padding-right: 10px;
    }
  }
}

.text-large {
  font-size: 30px;
  letter-spacing: 4px;
  text-shadow: 0px 0px 10px rgba(0,0,0,0.3);
}

.elementor-element .elementor-widget-container ol li:last-child,
.elementor-element .elementor-widget-container ul li:last-child{
  padding-bottom: 0!important;
}

.span-underline p,
.span-underline-white p,
footer h3.wp-block-heading{
  text-transform: uppercase;
  font-size: 22px;
  letter-spacing: 4px;
  padding-bottom: 5px;
  border-bottom: 2px solid var(--navy);
  width: auto;
  display: inline-block;
}

.span-underline-white p,
footer h3.wp-block-heading{
  border-bottom-color: white;
}
.text-shadow-navy,
.text-shadow-navy .elementor-heading-title,
.text-shadow-blue .elementor-heading-title,
.text-shadow-navy .treefrog-staircase h1,
.text-shadow-navy .treefrog-staircase h2,
.text-shadow-navy .treefrog-staircase h3,
.text-shadow-navy .treefrog-staircase h4,
.text-shadow-blue .treefrog-staircase h1,
.text-shadow-blue .treefrog-staircase h2,
.text-shadow-blue .treefrog-staircase h3,
.text-shadow-blue .treefrog-staircase h4 {
  text-shadow: 0px 20px 25px rgba(149, 173, 193, 0.8);
}
h2.text-shadow-white,
.text-shadow-white .elementor-heading-title,
.text-shadow-white .treefrog-staircase h1,
.text-shadow-white .treefrog-staircase h2,
.text-shadow-white .treefrog-staircase h3,
.text-shadow-white .treefrog-staircase h4 {
  text-shadow: 0px 0px 16px rgba(255, 255, 255, 0.60);
}
.text-shadow-black .elementor-heading-title{
  text-shadow: 0px 4px 35px rgb(0, 0, 0);
}
.box-shadow-light .btn{
  -webkit-box-shadow: 0px 12px 25px -12px #ABABAB !important;
          box-shadow: 0px 12px 25px -12px #ABABAB !important;
}

.list-unstyled{
  list-style: none!important;
  padding: 0;
  margin: 0;

  & li{
    padding: 0;
    margin: 0;

    &::before{
      display: none;
      content: '';
      padding: 0;
      margin: 0;
    }
  }
}
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
.ast-site-identity {
	padding: 10px 0!important;
}
.site-header-section .ast-builder-menu,
.site-header-section .ast-builder-menu .ast-main-header-bar-alignment,
.site-header-section .ast-builder-menu .ast-main-header-bar-alignment ul.ast-nav-menu,
.site-header-section .ast-builder-menu .ast-main-header-bar-alignment ul.ast-nav-menu li{
    height: 100%;
}
#ast-desktop-header{
  box-shadow: 1px 3px 5px rgba(0,0,0,.05);
  border-bottom: 1px solid var(--light-grey);
}
.site-header-section .ast-builder-menu .ast-main-header-bar-alignment ul.sub-menu{
    height: auto!important;
    padding-top: .4rem;
    padding-bottom: .4rem;
}
.ast-desktop .ast-menu-hover-style-overline > .menu-item > .menu-link::before{
    height: 4px;
    background-color: var(--border-grey);
    color: var(--border-grey);
}
.main-header-bar-navigation .sub-menu li {
	padding: .4em 1em;

    & .menu-link{
        padding: 5px;
        border-left: 3px solid var(--white)!important;
        font-size: 15px;
    }
    &:hover .menu-link,
    &:focus .menu-link{
        background-color: var(--light-grey);
        border-left-color: var(--navy)!important;
    }
}
.ast-header-break-point .main-navigation .sub-menu .menu-item .menu-link{
    font-size: 16px;
}
@media only screen and (min-width: 993px) and (max-width: 1150px) {
  #primary-site-navigation-desktop-sticky ul > li > a.menu-link,
    #primary-site-navigation-desktop ul#ast-hf-menu-1 > li > a.menu-link{
        font-size: 15px;
        padding: 10px;
    }
}


/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.gap-20{
  gap: 20px;
}
.btn,
.gform-theme.gform-theme--framework.gform_wrapper .gform_footer .button[type="submit"],
#astra-advanced-hook-630 .gform_footer .button[type="submit"],
.btn-footer .wp-element-button,
.ast-pagination-infinite .ast-load-more {
  position: relative;
  display: inline-block;
  padding: 12px 25px 12px 25px;
  font-size: 18px;
  line-height: normal;
  font-weight: 700;
  border-radius: 25px;
  -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(--white);
  background-color: var(--black);
  border: 2px solid var(--black);
  overflow: hidden;
  letter-spacing: 2px;
  
  &:hover,
  &:focus{
    color: var(--black);
    background-color: var(--white);
    border-color: var(--black);
  }
}
.btn.secondary,
.btn-footer .wp-element-button{
  color: var(--black);
  background-color: var(--white);
  border: 2px solid var(--white);

  &:hover,
  &:focus{
    color: var(--white)!important;
    background-color: var(--black)!important;
    border-color: var(--white)!important;
  }
}
.btn.outline,
.ast-pagination-infinite .ast-load-more {
  color: var(--black);
  background-color: var(--white);
  border: 2px solid var(--black);

  &:hover,
  &:focus{
    color: var(--white)!important;
    background-color: var(--black)!important;
    border-color: var(--black)!important;
  }
}

.btn.underline,
.read-more a {
  padding: 0!important;
  background: transparent;
  border: none!important;
  position: relative;
  border-radius: 0!important;
  color: var(--white);

  & span{
    color: var(--white);
  }

  &::after{
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    margin-top: 5px;
    background-color: var(--white);
    transition: all .5s;
  }
  &:hover,
  &:focus{
    background: transparent!important;
    color: var(--white);

    & span{
      color: var(--white);
    }
    &::after{
      width: 50%;
    }
  }
}
.color-navy .btn.underline,
.btn.underline.color-navy,
.read-more a{
  color: var(--navy);

  & span{
    color: var(--navy);
  }

  &::after{
    background-color: var(--navy);
  }
  &:hover,
  &:focus{
    color: var(--navy);

    & span{
      color: var(--navy);
    }
  }
}

.btn-fullwidth .btn.underline{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  text-align: left;
  padding-top: 1rem!important;

  & span:first-child{
    flex-grow: 1;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
  }
  &::after{
    flex-basis: 100%;
    margin-top: 1rem;
  }

  &:hover,
  &:focus{
    background-color: rgba(255, 255, 255, .1) !important;

    & span:first-child{
      padding-left: 15px;
    }
  }
}

.box-shadow-white .elementor-grid-item a{
  -webkit-box-shadow: 0px 0px 20px 5px rgba(255,255,255,0.5);
  -moz-box-shadow: 0px 00px 20px 5px rgba(255,255,255,0.5);
  box-shadow: 0px 00px 20px 5px rgba(255,255,255,0.5);
}
.background-black{
  background-color: var(--black);
}
.background-half-navy{
  position: relative;

  &::before{
    content: '';
    background-color: var(--navy);
    width: 50%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
  }
}

.background-half-texture-navy-white{
  position: relative;

  &::before{
    content: '';
    background-color: var(--navy);
    background-image: url(/wp-content/uploads/2025/04/texture-background-navy-left.jpg);
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 50%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
  }

    &::after{
    content: '';
    background-color: var(--white);
    background-image: url(/wp-content/uploads/2025/04/texture-background-white-right.jpg);
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 50%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
  }
}

.background-half-texture-white-navy{
  position: relative;

  &::before{
    content: '';
    background-color: var(--white);
    background-image: url(/wp-content/uploads/2025/04/texture-background-white-left.jpg);
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 50%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
  }

    &::after{
    content: '';
    background-color: var(--navy);
    background-image: url(/wp-content/uploads/2025/04/texture-background-navy-right.jpg);
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 50%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
  }
}
.background-half-inner{
  position: relative;
  z-index: 2;
}
.newsletter{
  background-image: url(/wp-content/uploads/2025/04/newsletter-scaled.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  
}

/*--------------------------------------------------------------
## Blog
--------------------------------------------------------------*/
.ast-archive-description{
  display: none;
  padding: 0;
  margin: 0;
}


a.ast-post-filter-single.active::after{
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    margin-top: 5px;
    background-color: var(--navy);
    transition: all .5s;
}
.news-header {
  max-width: 1000px;
  margin: 0 auto;
}
.blog #content .ast-container, 
.archive #content .ast-container,
.single-post #content .ast-container,
.error404 #content .ast-container {
  padding-left: 35px;
  padding-right: 35px;
}
/*.ast-blog-layout-4-grid .ast-row{
  gap: 25px;
}*/
.ast-blog-layout-4-grid .ast-article-inner, .ast-blog-layout-5-grid .ast-article-inner, .ast-blog-layout-6-grid .ast-article-inner{
  box-shadow: var(--shadow);
}
.blog-layout-4 {
  position: relative;
  padding-top: 0;
}
.blog-layout-4 .ast-blog-meta-container{
  position: absolute;
  top: 1.5em;
  left: 0px;
  padding: 4px 8px;
  border-radius: 3px;
  font-weight: 400;
  background-color: var(--white);
  z-index: 3;
}
.blog-layout-4 .post-thumb{
  margin-top: 0;
  margin-bottom: 0;
}
.blog-layout-4 .entry-title{
  margin-top: 1rem;
}
.blog-layout-4 .read-more{
  text-align: right;
}


.ast-post-filter li{
  border-bottom: 2px solid var(--white);
  border-radius: 0;

  &.active{
    border-bottom-color: var(--navy);
  }
}


.blog-layout-4 .post-content{
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;

    & h2{
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
    }

}
.cta-upfit{
  background-image: url('/wp-content/uploads/2025/04/Frame-2.png');
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0 35px;
}
.cta-upfit-title{
  max-width: 1000px;
  margin: 0 auto;
}

.cta-upfit-table table{
  border: none!important;
  padding-left: 25px;
  text-align: left;

  & h4{
    font-size: 25px;
    letter-spacing: 3px;
  }

}

.cta-upfit-table td, 
.cta-upfit-table th {
  border: none!important;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-right: 20px;
  text-align: left;
}




.cta-upfit-table {
/*  width: 100%;
  border-collapse: collapse;*/
}

@media (min-width: 993px) {
  .cta-upfit-table tr td:first-child {
    width: 85px;

    & img{
      width: 45px;
    }
  }
  .cta-upfit-table tr td:last-child {
    width: 120px;
  }
}

@media (max-width: 992px) {

  .cta-upfit-table table{
    padding: 0;
  }
  .cta-upfit-table tr {
    display: block;
    margin-bottom: 1rem;
    padding-bottom: 25px;
  }

  .cta-upfit-table td {
    display: block;
    position: relative;
    padding-bottom: 0;
    padding-left: 25px;
    padding-right: 25px;
  }

}
/*--------------------------------------------------------------
## Blog footer
--------------------------------------------------------------*/
.blog-footer{
  min-height: 90vh;
  padding: 35px;
  background-image: url("/wp-content/uploads/2025/04/careers-cta-banner.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.blog-footer-start{
  max-width: 50vw;
  margin: 0 auto;
  text-align: center;
}
.blog-footer h2{
  font-size: 10vw;
  color: var( --white );
  line-height: 1.25;
  letter-spacing: 15px;
  text-shadow: 0em 0em 1.5rem rgba(0,0,0,0.8);
}

.blog-footer .elementor-divider{
  margin: 0px -35px 0px 0px;
  width: 100%;
}
.blog-footer .elementor-divider-separator{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  margin: 0 auto;
  border-block-start: 2px solid var(--white);
}

.blog-footer-end{
  max-width: 450px;
  text-align: right;
  margin-right: 0;
  margin-left: auto;
  padding-top: 35px;
}
.blog-footer h3{
  font-size: 20px;
  color: var( --white);
}


.blog-socials {
  display: grid;
  grid-column-gap:
  10px;
  grid-row-gap:
  10px;
  grid-template-columns: 1fr;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  justify-items: flex-end;
  padding-bottom: 35px;
}
.blog-footer .blog-socials a{
  border: none!important;
  background-color: var( --navy );
  box-shadow: 0px 00px 20px 5px rgba(255,255,255,0.5);
  border-radius: 50%;
  font-size: 25px;
  line-height: 25px;
  color: var(--white);
  align-items: center;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  text-align: center;
  height: 50px;
  width: 50px;

  &:hover,
  &:focus {
    background-color: #3B4549;
  }
}
.blog-footer .blog-socials .elementor-icon i, 
.blog-footer .blog-socials .elementor-icon svg {
  display: block;
  height: 1em;
  position: relative;
  width: 1em;
  fill: var(--white);
}

.ast-article-post .post-thumb-img-content img{
  object-fit: cover;
}
/*--------------------------------------------------------------
## Single post
--------------------------------------------------------------*/
.ast-separate-container .ast-article-single {
  padding: 0!important;
 }

.single-post.ast-single-post #main .entry-title,
.single-post.ast-single-post #main .entry-title a{
  font-size: 4em;
  font-weight: 500;
  font-family: 'Oswald',sans-serif;
  line-height: 1em;
  text-transform: uppercase;
  letter-spacing: 5px;
  text-shadow: 0em 0em 0.3em rgba(149,173,193,0.8);
  text-align: center;
  padding-top: 25px;
}
 .single-post.ast-single-post .wp-block-heading{
  margin-top: 2rem;
}
.single-post p, 
.single-post .entry-content *{
  margin-bottom: 20px;
}
.single-post article.post a{
  text-decoration: underline;
}

/* Related posts */
.ast-single-related-posts-container{
  padding: 5rem 35px!important;
  background-image: url('/wp-content/uploads/2025/04/navy-texture-background.jpg');
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
.ast-single-related-posts-container .ast-related-posts-title-section,
.ast-single-related-posts-container .ast-related-posts-wrapper{
  max-width: 1370px;
  margin: 0 auto;
}
.ast-single-related-posts-container .ast-related-posts-title-section {

  & h2{
    font-size: 50px;
    font-size: 2.7777777777778rem;
    font-weight: 500;
    font-family: 'Oswald',sans-serif;
    line-height: 1em;
    text-transform: uppercase;
    letter-spacing: 3px;
    text-shadow: 0em 0em 0.3em rgba(255,255,255,0.5);
  }
}
.ast-single-related-posts-container .ast-related-posts-wrapper article,
.recentposts-container article{
  position: relative;

  & .ast-related-post-content{
    background-color: var(--white);
    color: var(--navy);
    padding: 0 1.5em 1.5em 1.5em;
    position: relative;
  }

  & .entry-meta{
    position: absolute;
    top: 1.5em;
    left: 1.5em;
    padding: 4px 8px;
    border-radius: 3px;
    font-weight: 400;
    background-color: var(--white);
    z-index: 3;
  }

  & .post-thumb-img-content {
    margin-left: -1.5em;
    margin-right: -1.5em;
    overflow: hidden;

    & img{
      aspect-ratio: 16/9;
      transform: scale(1.1);
      object-fit: cover;
      transition: transform .5s ease;
      width: 100%;
      margin-bottom: 0;
    }
  }

  & .ast-related-post-title a{
    color: var(--navy);
    text-decoration: none;
  }

  & .ast-related-post-excerpt{
    display: none;
  }
  & .read-more{
    text-align: right;
    font-weight: 600;
    margin-top: 0;

    & a{
      margin-bottom: 0!important;
    }
  }
}

.recentposts-container article{

    height: 100%;

    & .blog-layout-4{
      background-color: #fff;
      padding: 0 1.5em 1.5em 1.5em;
      height: 100%;
    }
    & .blog-layout-4 .post-content{
      padding: 0;
    }
    & .entry-meta{
      left: 0!important;
      top: 0!important;
    }
    & .entry-title {
      font-size: 20px;
      font-size: 1.1111111111111rem;
    }
}

.recentposts-container article:hover .post-thumb-img-content img,
.recentposts-container article:focus .post-thumb-img-content img 
.ast-single-related-posts-container .ast-related-posts-wrapper article:hover .post-thumb-img-content img,
.ast-single-related-posts-container .ast-related-posts-wrapper article:focus .post-thumb-img-content img  {
  transform: scale(1);
}

.ast-single-related-posts-container .ast-related-posts-wrapper article .ast-related-post-content{
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;

    & .entry-header{
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
    }

}

.recentposts-container{
  display: grid;
  grid-column-gap: 25px;
  grid-row-gap: 25px;
}

/*--------------------------------------------------------------
## Table Flex fix
--------------------------------------------------------------*/
@media only screen and (min-width: 993px) {
  .table-flex .table-image{
    -ms-flex: 0 0 45px;
    flex: 0 0 45px;
    max-width: 45px;
  }
  .table-flex .table-title{
    -ms-flex: 0 0 200px;
    flex: 0 0 200px;
    max-width: 200px;
  }
  .table-answer{
    -ms-flex: 0 0 80px;
    flex: 0 0 80px;
    max-width: 80px;
    margin-right: 0;
    margin-left: auto;
  }
}
/*--------------------------------------------------------------
## Custom Element
--------------------------------------------------------------*/
.treefrog-image-box{
  position: relative;

  & img{
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
  }

  & .treefrog-image-box-cover{
    position: relative;
    height: 100%;
    width: 100%;
    min-height: 225px;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    padding: 2rem 1rem;
    transition: .3s ease all;
  }
}
.treefrog-image-box a:hover .treefrog-image-box-cover,
.treefrog-image-box a:focus .treefrog-image-box-cover{
  background-color: rgba(6, 23, 32, .4);
}

.ast-breadcrumbs ul li:before{
  display: none!important;
}
.ast-breadcrumbs ul li a:hover,
.ast-breadcrumbs ul li a:focus{
  text-decoration: underline;
}
.e-n-accordion .e-n-accordion-item{
  box-shadow: var(--shadow);
}
.e-n-accordion .e-n-accordion-item-title-text{
  font-family: oswald;
  font-size: 20px;
  letter-spacing: 2;
  text-transform: uppercase;
}
.e-n-accordion .e-n-accordion-item-title{
  padding: 25px 15px;
  border: none!important;
}
.e-n-accordion-item > div{
  padding: 0 15px 25px 15px;
  border: none!important;
}


/*--------------------------------------------------------------
## treefrog-image-cta 
--------------------------------------------------------------*/
.treefrog-image-cta img{
  box-shadow: 0px 15px 50px 0px #9E9E9E;
}

/*--------------------------------------------------------------
# Products
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Single
--------------------------------------------------------------*/
.products-category {
  font-size: 22px;
  font-family: oswald;
  letter-spacing: 2px;
  font-weight: 500;
  text-transform: uppercase;
}

.related-products .d-grid{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}
.tax-products_category .single-product,
.related-products .single-product{

  & img{
      aspect-ratio: 1 / 1;
      object-fit: contain;
      transition: transform .5s ease;
      width: 100%;
      margin-bottom: 0;
  }
}
.tax-products_category a h3,
.related-products a h3{
  padding-top: 1rem;
  word-wrap: anywhere;
  font-size: 25px;
}
.tax-products_category a:hover h3,
.tax-products_category a:focus h3,
.related-products a:hover h3,
.related-products a:focus h3{
  text-decoration: underline;
}



.product-gallery .slick-track {
  display: flex !important;
}

.product-gallery .slick-slide {
  height: inherit !important;
}
.product-gallery-main.slick-slider{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  box-shadow: var(--shadow);
  margin-bottom: 25 px;
}


.product-gallery-main li{
  padding: 10px;
  cursor: grab;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex!important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;

    & img{
    object-fit: contain;
    object-position: center;
    max-width: 100%;
    max-height: 100%;
  }

}

.product-gallery-nav li{
  height: 100px;
  width: 100px;
  overflow: hidden;
  box-shadow: var(--shadow);
  border: 2px solid var(--border-grey);
  padding-bottom: 0!important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;

  & img{
    object-fit: contain;
    object-position: center;
    max-width: 100%;
    max-height: 100%;
  }
}



@media only screen and (min-width: 993px) {
  .product-gallery{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 25px;

    & .product-gallery-main{
      width: calc(100% - 125px);
      max-width: 100%;
      position: relative;
      order: 2;
      

    }
    & .product-gallery-nav{
      -ms-flex: 0 0 100px;
      flex: 0 0 100px;
      max-width: 100px;
      position: relative;

    }
  }

}

@media only screen and (max-width: 992px) {
  .product-gallery-nav{
    margin-top: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 15px;

    & li{
      margin-bottom: 0;
    }
  }
}

/*--------------------------------------------------------------
# Gravity forms
--------------------------------------------------------------*/
#gform_wrapper_1 {
  max-width: 600px;
  margin: 0 auto;
}
.gform-theme--foundation .gform_fields{
  row-gap: 20px!important;
}
.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;
  padding: 10px 20px !important;
  line-height: 2!important;
  font-size: 1rem !important;
  font-family: inherit !important;
  border-radius: 25px !important;
  border: none !important;
  box-shadow: none !important;
  height: unset !important;
  font-size: 18px;
}
.newsletter .gform-theme--framework .gform_validation_errors,
.newsletter .gform-theme--framework .gform_validation_errors .gform_submission_error,
.newsletter .gform-theme--framework .gform_validation_errors .gform-icon{
  color: var(--white);
  border-color: var(--white);
}
.newsletter .gform-theme--framework .gfield_validation_message:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
  color: var(--white);
  text-align: left;
}
.text-white .gform-theme--framework .gform_required_legend{
  color: var(--white);
  margin-bottom: 2rem;
  font-size: 16px;
}
.gform-theme--framework .gform_validation_errors,
.gform-theme--framework .gform_validation_errors .gform-icon{
  border: 2px solid #FF0000!important;
  letter-spacing: 0!important;
}
.gform-theme--framework .gform_validation_errors h2.gform_submission_error{
  margin-bottom: 0!important;
}
.gform-theme--framework .gform_validation_errors .gform-icon,
.text-white .gform-theme--framework .gform_validation_errors .gform_submission_error,
.gform-theme--framework .gfield_validation_message:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.text-white .gform-theme--framework .gform_required_legend .gfield_required{
  color: var(--white);
}
.text-white label.gfield_label,
.text-white label.gfield_label .gfield_required {
  color: var(--white);
  text-shadow: 0px 0px 3px #000;
  font-size: 18px;
  line-height: normal;
}
.gform-theme--foundation .gform_fields{
  row-gap: 25px;
}
.gform-footer button .fas::before{
  font-family: "Font Awesome 5 Free" !important;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer{
  background-image: url(/wp-content/uploads/2025/04/navy-texture-background.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; 
  padding: 3rem 35px 2rem 35px;
  color: var(--white);
}
footer,
footer h1,
footer h2,
footer h3,
footer h4,
footer h5,
footer h6,
footer p,
footer a {
  color: var(--white);
}

footer a:hover,
footer a:focus{
  color: var(--white);
  text-decoration: underline;
}
.site-above-footer-wrap[data-section="section-above-footer-builder"] .ast-builder-grid-row,
.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: 0;
  padding-right: 0;
}
.site-below-footer-wrap[data-section="section-below-footer-builder"] .ast-builder-grid-row-container-inner{
  padding-top: 2rem;
}
footer #block-9 p{
  font-family: 'Oswald',Helvetica,Arial,Lucida,sans-serif;
  font-size: 25px;
  margin-top: 1rem;
}
footer h3.wp-block-heading{
  margin-bottom: 0!important;
}
footer #block-13{
  margin-bottom: 1.25em;
}
footer ul.menu li{
  margin-bottom: 1rem;
}
.ast-builder-grid-row-5-equal .ast-builder-grid-row{
  row-gap: 35px;
}

@media only screen and (min-width: 993px) and (max-width: 1250px) {
  .ast-builder-grid-row-5-equal .ast-builder-grid-row {
    grid-template-columns: repeat( 3,1fr );
  }
}
/*--------------------------------------------------------------
# Media - MAX
@media only screen and (min-width: 769px) and (max-width: 992px) {}
--------------------------------------------------------------*/
@media only screen and (max-width: 1100px) {
  .related-products .d-grid{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
  }
}

@media only screen and (max-width: 992px) {
  .ast-header-break-point #masthead .ast-mobile-header-wrap .ast-primary-header-bar, 
  .ast-header-break-point #masthead .ast-mobile-header-wrap .ast-below-header-bar, 
  .ast-header-break-point #masthead .ast-mobile-header-wrap .ast-above-header-bar {
    padding-left: 35px;
    padding-right: 35px;
  }

/*menu */
.no-link .ast-menu-toggle{
  width: 100%;
  text-align: right;
}
.ast-menu-toggle{
  outline: none;
  border: 0;
  border-radius: 0!important;
  box-shadow: none;
}

.ast-submenu-expanded .ast-menu-toggle .ast-icon svg{
  transform: rotate(180deg);
}
/*  Reset staircase title for mobile*/
  .staircase-spacer{
    display: none;
  }
  .treefrog-staircase{
    max-width: 100%!important;
  }

  .treefrog-image-box-cover{
    min-height: 250px;
  }
  .text-large{
    font-size: 20px;
  }
  .background-half-texture-white-navy::before,
  .background-half-texture-white-navy::after,
  .background-half-texture-navy-white::before,
  .background-half-texture-navy-white::after{
    display: none;
  } 

  /* Blog */
  .blog-footer{
    text-align: center;
  }
  .blog-footer .blog-footer-start{
    max-width: 100%;
  }
  .blog-footer h2{
    font-size: 90px;
    line-height: 1.25;
    letter-spacing: 5px;
  }
  .blog-socials {
    display: inline-grid;
    grid-template-columns: repeat(3, 1fr);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    justify-items: center;
    margin: 0 auto;
  }
  .blog-footer .elementor-divider{
    margin: 0;
    width: 100%;
  }
 .blog-footer .elementor-divider-separator{
    width: 60%;
    margin: 0 auto;
  }
  .blog-footer-end{
    text-align: center;
    margin: 0 auto;
  }
  .single-post.ast-single-post #main .entry-title,
  .single-post.ast-single-post #main .entry-title a{
    font-size: 3em;
  }
  .recentposts-container{
    grid-template-columns: repeat(1, 1fr)!important;
  }
  /* Products */

  .tax-products_category .ast-grid-common-col{
    width: 50%!important;
    padding-left: 10px;
    padding-right: 10px;
  }
  .related-products .d-grid{
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 25px;
  }
  /* footer */
  #astra-footer-menu .menu-item > a{
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 10px;
  }
  footer #block-13{
    margin-top:50px;
  }
}
@media only screen and (max-width: 768px) {

  .background-half-navy::before{
    width: 33%;
  }
}

@media only screen and (max-width: 425px) {
  .tax-products_category .ast-grid-common-col{
    width: 100%!important;
  }
}
/*--------------------------------------------------------------
# Media - MIN
--------------------------------------------------------------*/
@media only screen and (min-width: 993px) {
  .newsletter{
    min-height: 80vh;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .treefrog-staircase{
    margin-left: -50px;

    & .staircase-spacer {
      display: block;
      float: left;
      box-sizing: border-box;
      background-color: transparent;
      /* background-color: pink */
    }
    & h2 {
      vertical-align: top;
    }
  }
  /*products */
  .tax-products_category .ast-grid-common-col{
    width: 25%;
  }
  /* blog */
  .blog-footer {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .blog-footer .elementor-divider-separator{
    margin-right: 0;
  }

  /* Footer */
  footer #block-9 p{
    max-width: 630px;
    margin-left: auto;
    margin-right: 0;
    margin-top: 0;
    text-align: right;
  }
  
}