/*
Theme Name: Portgardner
Theme URI: 
Author: Author
Author URI: 
Description: A starter theme called Portgardner.
Version: 1.0
Requires at least: 6.7
Requires PHP: 8.2
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: portgardner
Tags: starter, custom, responsive
*/

.sub-nav>li>a:hover {
  text-shadow: none;
}
.nav-active .nav-holder {
  box-shadow: 0 10px 10px -2px rgba(7, 31, 56, 0.5);
}
section.stacked-section::after, .pin-spacer + section::after {
  /* background-image: linear-gradient(to top, rgba(7, 31, 56, 0.2), transparent 10vh); */
  box-shadow: 0 0 5vh 0px rgba(7, 31, 56, 1);
  content: '';
  inset: 0;
  pointer-events: none;
  position: absolute;
}
.footer-top .container-fluid {
  max-width: 1440px;
}
.footer-list {
  text-align: left;
}
.footer-bottom {
  border-bottom: none;
}
.deep-footer {
  background-color: #071f38;
  color: rgba(255, 255, 255, 0.5);
  padding: 40px 0;
  text-align: center;
}
.deep-footer .copyright {
  font-size: 10px;
}
.deep-footer a,
.deep-footer #bizango {
  color: rgba(255, 255, 255, 0.5);
  font-size: 10px;
  text-decoration: none;
}
.deep-footer img {
  display: block;
  margin: 0 auto;
  max-width: 70px;
  opacity: 0.5;
}
form.fluent_form_1 .ff-btn-submit:not(.ff_btn_no_style) {
  background-color: #b55a32 !important;
  font-family: Jost,Helvetica Neue,Arial,Noto Sans,sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}
.biz-scroll-list {
  pointer-events: none !important; /* Makes the slider "ghost-like" to touches */
  touch-action: pan-y !important;  /* Ensures page scrolling remains perfect */
}
.biz-scroll-list .slick-track {
  height: 120px;
}
.biz-scroll-list .slide {
  /* Use flexbox to center content */
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  align-items: center; 
  height: 100%; 
  margin: 0 20px;
  vertical-align: middle;
}
.biz-scroll-list .slide a {
  display: block;
  opacity: .55;
  -webkit-text-decoration: none;
  text-decoration: none;
  transition: opacity .35s cubic-bezier(.3,.86,.36,.95)
}
.biz-scroll-list .slide a:hover {
  opacity: 1
}
@media (min-width: 1024px) {
  .main-nav,
  .footer-list {
    flex-wrap: nowrap;
  }
  .main-nav>li>a {
    display: flex !important;
    flex-direction: column;
    justify-content: flex-end;
  }
  .footer-top .nav-col {
    padding-top: 20px;
    width: calc(100% - 212px);
  }
  .footer-top .logo-col {
    width: 212px;
  }
  .footer-top .footer-logo {
    width: 100%;
  }  
}
@media (min-width: 1200px) {
  .footer-top .container-fluid {
      padding: 0 40px
  }
}
@media (min-width: 1400px) {
  .footer-top .container-fluid {
      padding: 0 80px
  }
}