/*!
 * Theme Name: Foundry
 * Author: Forge and Smith
 * Author URI: https://forgeandsmith.com
 * Description: Blank theme for Foundry development
 * Version: 1.0.0
 *
 */
/*!*********************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./_src/scss/style.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************/
/*
README
All CSS that involves tag selectors, resets and would otherwise NOT fit in components, goes here.
Basically, anything that would be targeting an HTML tag and not a css class, should go here. Bear in mind that this
should only be for "reset" purposes.
*/
.fndry-footer-container .fndry-nav__item {
  color: var(--fndry-color-white);
}
.fndry-footer-container .fndry-nav__item .fndry-nav-link {
  padding: 0;
}
.fndry-footer-container .fndry-list-item > a {
  color: var(--fndry-color-white);
}
.fndry-footer-container .fndry-footer-menu p {
  padding-right: 10px;
}
.fndry-footer-container .fndry-footer-menu p a {
  color: var(--fndry-color-white);
}
.fndry-footer-container .fndry-social-list .fndry-social__link {
  border-radius: 2px !important;
}

.footer-social .fndry-list a {
  color: var(--fndry-color-white);
}
.footer-social .fndry-list a:hover {
  color: var(--fndry-color-green);
}

.prospective-applicants a {
  color: var(--fndry-color-white);
}
.prospective-applicants a:hover {
  color: var(--fndry-color-primaryBlue);
}

.home .home-banner p mark {
  color: var(--fndry-color-white);
}

.fndry-form-ctrl {
  box-shadow: none;
  border: 1px solid var(--fndry-color-black);
}

.fndry-content-container {
  display: flex;
}

.fndry-side-share {
  width: fit-content;
}
.fndry-side-share .fndry-share-post {
  flex-direction: column;
}

.fndry-share-post p {
  margin-bottom: 5px;
  font-size: 17px;
}
.fndry-share-post .fndry-social-list .fndry-social__link {
  border-radius: 2px;
}

.fndry-post-title a {
  text-decoration: none;
}

.single-post .fndry-justify--start :has(.fndry-col :has(> .fndry-social-list)) {
  align-items: center;
}
.single-post .fndry-author-details {
  display: flex;
  flex-direction: row;
  justify-content: center;
  color: var(--fndry-color-white);
  align-items: center;
}
.single-post .fndry-author-details .fndry-post-author__content {
  display: flex;
}
.single-post .fndry-author-details .fndry-post-author__content p {
  padding-left: 5px;
  margin-bottom: 0.5em;
}
.single-post .fndry-author-details .fndry-post-author__content .fndry-post-author__name {
  text-transform: capitalize;
}
.single-post .fndry-author-details .fndry-post-date:before {
  content: "Posted on";
  padding-right: 5px;
}
.single-post .fndry-author-details .fndry-text-postDate {
  font-weight: 500;
}
.single-post .fndry-share-post {
  align-items: center;
}
.single-post .fndry-share-post .fndry-paragraph {
  margin-bottom: 0;
}
.single-post .fndry-author-info .fndry-post-author__name {
  color: white;
}
.single-post .fndry-author-info .fndry-post-author__bio {
  color: white;
}

.service-content {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .service-content {
    min-height: 300px;
  }
  .service-content .fndry-btn {
    position: absolute;
    bottom: 0;
  }
}

@media only screen and (max-width: 426px) {
  .wp-block-site-logo img {
    max-width: 120%;
  }
}

.location-row .fndry-location-container {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.is-layout-flex {
  display: flex;
}

.fndry-nav__submenu-toggle {
  font-size: 75%;
}
.fndry-nav__submenu-toggle:before, .fndry-nav__submenu-toggle:after {
  background-color: var(--fndry-nav-default-hoverState-color);
}

.fndry-nav-submenu .fndry-nav__item:hover {
  background-color: var(--fndry-color-green);
}

.fndry-nav--overlay-md .fndry-nav__item--submenu-open > .fndry-nav-submenu {
  border-radius: 5px !important;
  overflow: hidden;
}

@media (max-width: 1024px) {
  .fndry-nav__submenu-toggle {
    transform: translateY(-8px);
  }
  .fndry-nav__item--has-submenu .fndry-nav-link {
    max-width: 200px;
  }
}
@media only screen and (min-width: 1022px) {
  ul.fndry-nav-submenu {
    padding: 10px;
  }
  ul.fndry-nav-submenu:after {
    content: "";
    position: absolute;
    top: -10px;
    left: 25%;
    width: 10px;
    height: 10px;
    border-bottom: 5px solid var(--fndry-color-gold);
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    z-index: 2;
  }
}
@media screen and (max-width: 1000px) {
  .fndry-nav__submenu-toggle::before,
.fndry-nav__submenu-toggle::after {
    width: 1.5em;
    top: 38px;
  }
}

.fndry-btn-primaryButtonReverse:hover {
  background: #001c38;
  color: white;
}

.fndry-text-legalText a {
  text-decoration: none;
}

@media screen and (min-width: 1025px) {
  .fndry-nav-submenu {
    border-radius: 5px;
    overflow: hidden !important;
  }
  .fndry-nav-submenu a {
    padding: 0.3rem 0.5rem;
  }
}

@media only screen and (max-width: 1024px) {
  header.wp-block-template-part {
    padding-bottom: 80px;
    background: var(--fndry-color-darkBlue);
  }
}
:root {
  --fndry-font-lato: "Arial", sans-serif;
  --fndry-font-gommeSans: "Arial", sans-serif;
}

@media (max-width: 1024px) {
  .mobile-hidden {
    display: none;
  }
}

@media (min-width: 1024px) {
  .desktop-hidden {
    display: none;
  }
}

/*
README

All *reusable* CSS should be included within this folder and imported to this file.
This includes:
- buttons
- blocks
- forms
- banners
- basically anything that can appear in more than one place and uses a CSS class.
*/
/*
.example-component {

}
*/
@media only screen and (min-width: 826px) {
  .fndry-grid-block .fndry-icon-post:nth-child(odd) {
    border-right: 1px solid hsla(0deg, 0%, 96%, 0.149);
  }
  .fndry-grid-block .fndry-icon-post {
    border-top: 1px solid hsla(0deg, 0%, 96%, 0.149);
  }
  .fndry-values-grid .fndry-icon-post:nth-child(4) {
    border-bottom: 1px solid hsla(0deg, 0%, 96%, 0.149);
  }
}
.fndry-icon-post__inner {
  max-height: fit-content;
  height: 100%;
}
.fndry-icon-post__image-wrapper img {
  max-width: -webkit-fill-available;
  max-height: 170px !important;
}

.team-slideout .fndry-icon-post__image-wrapper img {
  max-height: unset !important;
}

.services-grid .fndry-icon-post__inner {
  display: flex;
  justify-content: start;
}

.fndry-icon-post__inner {
  display: flex;
  justify-content: end;
}

.get-in-touch .fndry-social a {
  border-radius: 2px;
}

.fndry-form-col {
  position: relative;
}
.fndry-form-col .gform_required_legend {
  display: none;
}
.fndry-form-col label {
  color: var(--fndry-color-white);
  font-family: var(--fndry-font-gommeSans);
  line-height: 2.2;
  font-weight: 500;
}
.fndry-form-col .gfield_required .gfield_required_asterisk {
  color: var(--fndry-color-green) !important;
}
.fndry-form-col input[type=text],
.fndry-form-col input[type=tel],
.fndry-form-col input[type=email],
.fndry-form-col select,
.fndry-form-col textarea {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 2px;
  height: 50px;
  color: var(--fndry-color-white);
}
.fndry-form-col input[type=text]:focus-visible,
.fndry-form-col input[type=tel]:focus-visible,
.fndry-form-col input[type=email]:focus-visible,
.fndry-form-col select:focus-visible,
.fndry-form-col textarea:focus-visible {
  outline: 1px solid var(--fndry-color-green);
  color: var(--fndry-color-green);
}
.fndry-form-col select {
  color: var(--fndry-color-white);
}
.fndry-form-col select option {
  color: var(--fndry-color-white);
}
.fndry-form-col .button {
  text-align: center;
  padding: 20px 30px;
  gap: 10px;
  font-family: var(--fndry-font-gommeSans);
  background: var(--fndry-color-green);
  border: 1px solid var(--fndry-color-green);
  border-radius: 3px;
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 16px;
  display: flex;
  align-items: center;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--fndry-color-white);
}

.gform_confirmation_message {
  color: var(--fndry-color-white);
}

@media only screen and (max-width: 1025px) {
  .fndry-nav__item {
    align-self: flex-start;
  }
  .fndry-nav__item--has-submenu {
    width: 100%;
    flex-direction: row;
  }
  .fndry-nav__item--has-submenu .fndry-nav-submenu {
    flex-direction: column;
  }
}
.gm-style {
  padding: 0 !important;
}

.gm-style-iw-c {
  min-width: 350px !important;
  min-height: 200px;
  padding: 0 !important;
  background: var(--fndry-color-primaryBlue);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.gm-style-iw-c .fndry-info-window {
  padding: 25px;
  background: var(--fndry-color-primaryBlue);
}

.fndry-text-modalHeader {
  color: white !important;
}

.fndry-map-info-window {
  max-width: 350px;
  min-height: 200px;
  display: flex;
  flex-direction: column;
  background: var(--fndry-color-primaryBlue);
  padding: 20px;
  align-items: center;
  color: #FFFFFF;
  text-align: center;
}
.fndry-map-info-window__logo img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
}
.fndry-map-info-window__location {
  padding-bottom: 5px;
}
.fndry-map-info-window__location h4, .fndry-map-info-window__location p {
  margin: 0;
}
.fndry-map-info-window__btn a {
  color: #FFFFFF;
}

button.gm-ui-hover-effect {
  right: 10px !important;
  top: 10px !important;
}

.fndry-info-window__cta {
  display: none;
}

.fndry-info-window__title {
  display: none;
}

.fndry-map-info-window__btn {
  display: flex;
  justify-content: center;
  padding-top: 20px;
}

.gm-ui-hover-effect > span {
  background-color: white;
}

.fndry-pagination {
  padding-bottom: 120px;
}
.fndry-pagination .fndry-page-numbers .page-numbers {
  color: var(--fndry-color-black);
  text-decoration: none;
  padding-left: 10px;
  font-weight: 500;
}
.fndry-pagination .fndry-page-numbers .page-numbers:hover {
  color: var(--fndry-color-green);
}
.fndry-pagination .fndry-page-numbers .current {
  background: var(--fndry-color-green);
  border-radius: 2px;
  padding: 10px 15px;
  color: white;
}

@media (max-width: 1024px) {
  .border--t-none-mobile {
    border-top: 0 !important;
  }
}
@media (max-width: 1024px) {
  .border--r-none-mobile {
    border-right: 0 !important;
  }
}
.border--b-all {
  border-bottom: 1px solid var(--fndry-color-white15);
}
@media (max-width: 1024px) {
  .border--b-mobile {
    border-bottom: 1px solid var(--fndry-color-white15);
  }
}
@media (max-width: 1024px) {
  .border--b-none-mobile {
    border-bottom: 0 !important;
  }
}
@media (max-width: 1024px) {
  .border--l-none-mobile {
    border-left: 0 !important;
  }
}
@media (max-width: 1024px) {
  .border--none-mobile {
    border: 0 !important;
  }
}

/*# sourceMappingURL=style.css.map*/