 :root {
  --light-green-color: #96C049;
  --dark-blue-green-color: #141F0E;
  --light-blue-green-color: #54AB99;
  --light-grey: #f7f7f7;
  --dark-green: #26391B;
  --blue-green-color: #2F5F55;
  --light-orange-color: #D36D4A;
  --nav-height-mobile: 60px;
  --nav-height-desktop: 90.8px;
}




/*  ++++++ GLOBAL */
html {scroll-behavior: smooth;}





/*  ++++++ BUTTONS ++++++ */

/*button wrapper*/
.entry-content .has-button {
  margin-top: 32px;
}
.entry-content .has-button.two-buttons {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

/*button - default on dark*/
.entry-content .btn-link { 
  border: solid 2px #96C049;
  border-radius: 40px 0px 40px 40px;
  display: inline-block;
  /* padding: 6px 30px; */
  color: white;
  transition: all 0.3s ease 0s;
 /* margin-top: 32px;*/
  /*merged below*/
  padding: 12px 30px;
  font-size: 20px;
  line-height: 1;
}
.entry-content .btn-link:after {
  content: '';
  display: inline-block;
  width: 0.8em;
  height: 0.8em;
  background-image: url('/wp-content/uploads/icon-arrow-white-right.svg');
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 10px;
}
.entry-content .btn-link:hover {
  border: solid 2px #96C049;
  border-radius: 40px;
  transition: all 0.3s ease 0s;
  background-color: rgba(0, 0, 0, 0.2);
}

/*button - light version for framed sections*/
.entry-content .framed .btn-link:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.entry-content .framed .btn-link {
  color: var(--dark-blue-green-color);
  font-weight: 600;
}
.entry-content .framed .btn-link:after {
  background-image: url('/wp-content/uploads/icon-arrow-dark-right.svg');
}

/*button - light version with #explore-more sizing edits*/
#explore-more .btn-link {
  padding: 12px 20px;
  font-size: 19px;
}

/*button scroll alt - arrow only*/
.entry-content .btn-scroll-alt {
  font-size: 20px;
  line-height: 1;
  border: solid 2px #96C049;
  border-radius: 40px;
  display: inline-flex;
  padding: 0;
  color: white;
  transition: all 0.3s ease 0s;
  width: 48px;
  height: 48px;
}
.entry-content .btn-scroll-alt:after {
  content: '';
  display: inline-block;
  width: 0.8em;
  height: 0.8em;
  background-image: url('/wp-content/uploads/icon-arrow-white-right.svg');
  background-size: contain;
  background-repeat: no-repeat;
  margin: 16px;
  transform: rotate(90deg);
}
.entry-content .btn-scroll-alt:hover {
  border: solid 2px #96C049;
  border-radius: 40px 40px 40px 40px;
  transition: all 0.3s ease 0s;
  background-color: rgba(0, 0, 0, 0.8);
}
.entry-content .btn-scroll-alt:hover:after {
  background-image: url('/wp-content/uploads/icon-arrow-light-green-right.svg');
}

/*button scroll - stacked*/
.entry-content .btn-scroll {
  border: solid 3px #96C049;
  color: #ffffff;
  transition: all 0.3s ease 0s;
  display: inline-block;
  font-size: 16px;
  margin-top: 0px;
  padding: 22px 20px 20px 22px;
  line-height: 1;
  text-align: center;
  min-width: 50px;
  min-height: 50px;
  border-radius: 100px 0px 100px 100px;
}
.entry-content .btn-scroll:after {
  content: '';
  width: 0.8em;
  height: 0.8em;
  background-image: url('/wp-content/uploads/icon-arrow-white-right.svg');
  background-size: contain;
  background-repeat: no-repeat;
  transform: rotate(90deg);
  display: block;
  margin: 5px auto 0 auto;
}
.entry-content .btn-scroll:hover {
  border-radius: 100px;
  transition: all 0.3s ease 0s;
  background-color: rgba(0, 0, 0, 0.2);
}




@media (min-width: 1024px) {
}

@media (min-width: 1400px) {
}

@media (min-width: 1600px) {
  /*button - #explore-more sizing edits*/
  #explore-more .btn-link {
    font-size: 20px;
    padding: 12px 30px;
  }
}






/*  ++++++ HEADER HEIGHT   */
.site-header {
  height: 60px !important;
}
@media (min-width: 992px) {
  .site-header {
    height: 90.8px !important;
  }
}








/*  ++++++ MENU   */

/* site-logo */
.site-header .site-title img {
  width: 100%;
  display: block;
}
.site-header .branding-bar .site-title {
  display: flex;
  align-items: center;
}
.site-header .site-title img {
  width: 80%;
  max-width: 414px;
  padding-left: 4px;
  margin-top: 3px;
}
@media (min-width: 992px) {
  .site-header .site-title img {
    width: 90%;
    max-width: 443px;
  }
}
/* mobile-menu */
.mobile-nav-toggle .icon {
  fill: var(--dark-blue-green-color);
}
/* mobile-menu-items */
  .mobile_mega_container.mobile-menu-visible {
}
/* desktop-menu */
.main-navigation .menu ul {
}
.main-navigation .menu > li > a {
  border-bottom: 0px solid transparent;
  border-top: 6px solid white;
  display: block;
  line-height: 4.7;
  padding: 10px 20px 10px 20px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 14px;
  color: var(--dark-blue-green-color);
}
.main-navigation .menu > li > a:hover {
  border-bottom-color: #ffffff;
  border-top: 6px solid var(--light-green-color);
}
.main-navigation li.current-menu-item > a {
  color: var(--dark-blue-green-color);
  font-weight: 600;
  border-top: 6px solid var(--light-green-color);
}
@media (min-width: 992px) {
  ul.menu li {
    display: inline-flex;
    align-items: center;
  }
}
  
  
  




/*  ++++++ FOOTER    */

footer {
  z-index: 10;/*only until js is fixed*/
  scroll-snap-align: start;
}
.site-info {
  background-color: #020402;
  background-color: var(--dark-blue-green-color);
  font-size: .9rem;
  margin-top: 0;
  padding: 30px 4px 120px 4px;
  color: #ffffff;
  filter: brightness(0.6);
}
.site-info .legal {
  text-align: center;
}
.site-info .col-xs-12:first-of-type {
  order: 1;
}
.site-info .social {
  text-align: center;
}

.site-info p {
  display: block;
  opacity: 0.8;
}
.site-info a {
  color: #ffffff;
  font-style: italic;
  opacity: 0.8;
}
.site-info a:hover {
  opacity: 0.6;
}
.site-info .btm-footer span {
  padding-left: 20px;
  white-space: nowrap;
}
.footer-widgets .footer-block {
  max-width: 90%;
  margin: auto;
}
.footer-widgets .footer-block {
  margin-top: 50px;
  max-width: 400px;
}

.footer-logo img {
  max-width: 70%;
  margin: auto;
  display: block;
    filter: brightness(0.6);
}
.footer-widgets .container {
  margin: 0 auto;
  max-width: 100rem;
  width: 85vw;
}
.footer-widgets {
  background-color: var(--dark-blue-green-color);
  border-top: none;
  padding: 30px 0;
  color: #ffffff;
  font-size: 16px;
  letter-spacing: 0.5px;  
  filter: brightness(0.8);
  }

.footer-widgets p {
  font-size: 1rem;
  padding-bottom: 0.2rem;
}

.footer-widgets a {
  color: #ffffff;
  /*
  text-decoration: underline;
  */
}

/*cool Link effect*/

.footer-widgets a.underline {
  background: linear-gradient(0deg, var(--light-green-color), var(--light-green-color)) no-repeat right bottom / 0 var(--bg-h);
  transition: background-size 350ms;
  --bg-h: 100%;
}
.footer-widgets a.underline:where(:hover, :focus-visible) {
  background-size: 100% var(--bg-h);
  background-position-x: left;
}
.footer-widgets a.underline {
  padding-bottom: 2px;
  --bg-h: 2px;
}



.footer-widgets .footer-label {
 
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 14px;
  margin-bottom: 24px;

  font-weight: 700;
}
.footer-widgets ul {
  list-style: none;
  padding: 0;
}
.footer-widgets li {
  margin-bottom: 10px;
}
.site-footer .social strong {
  color: white;
  font-weight: 400;
  text-transform: uppercase;
}
.site-footer .social-round a {
  background: black;
  border-radius: 100%;
  display: inline-block;
  line-height: 32px;
  color: #F1EDE2;
  text-align: center;
}


@media screen and (min-width: 640px) {
  .footer-widgets .container {
  margin: 0 auto;
  max-width: 100rem;
  width: 95vw;
  }
  .footer-widgets {
    padding: 60px 0;
  }
  .footer-logo img {
  max-width: 40%;
}
  .footer-widgets .col-sm-6 {
    padding-left: 1rem;
  }
  .footer-widgets .col-sm-6:last-of-type {
    flex-basis: 100%;
    max-width: 100%;
  }
.footer-logo img {
  margin-top: 30px;
}
.footer-widgets .footer-block {
  max-width: 100%;
  margin-top: 0;
}
  .site-info .col-xs-12:first-of-type {
  order: 0;
}

}


@media (min-width: 832px) {

  .footer-widgets .col-sm-6 {
    padding-left: 3rem;
  }
     .footer-widgets .col-sm-6:first-of-type {
    flex-basis: 50%;
    max-width: 50%;
  }
   .footer-widgets .col-sm-6:nth-of-type(2) {
    flex-basis: 50%;
    max-width: 50%;
  }
  
   .footer-widgets .col-sm-6:last-of-type {
    flex-basis: 100%;
    max-width: 100%;
     padding-left: 0.5rem;
  }
 .footer-logo img {
  max-width: 260px;
  /* transform: scale(1.6);
   transform-origin: right;*/
}
  .site-info .legal {
  text-align: left;
    margin-top: 6px;
}
  .site-info .social {
  text-align: right;
}
  .site-info .btm-footer span {
  padding-left: 20px;
  white-space: nowrap;
}
    .site-footer .site-info .col-sm-6:first-of-type {
    max-width: 60%;
      flex-basis: 60%;
  }
      .site-footer .site-info .col-sm-6:last-of-type {
    max-width: 40%;
      flex-basis: 40%;
  }
}

@media (min-width: 1024px) {
  .footer-widgets .col-sm-6 {
    padding-left: 0.5rem;
  }
     .footer-widgets .col-sm-6:first-of-type {
    flex-basis: 42%;
    max-width: 42%;
  }
   .footer-widgets .col-sm-6:nth-of-type(2) {
    flex-basis: 30%;
    max-width: 30%;
  }
  
   .footer-widgets .col-sm-6:last-of-type {
    flex-basis: 28%;
    max-width: 28%;
  }
 .footer-logo img {
  max-width: 240px;
   margin-top: 0;
  /* transform: scale(1.6);
   transform-origin: right;*/
}
}





