/**
 * style.css
 *
 * Theme Name: Gatineau Golf
 * Theme URI:   http://www.machine-agency.com
 * Author:      Machine
 * Author URI:  http://www.machine-agency.com
 * Description: Custom Theme for Gatineau Golf
 * Version:     1.0
 * License:     GNU General Public License v2 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 * Text Domain: machine
 */


 /* ==========================================================================
    Global
    ========================================================================== */


@font-face {
  font-family: "Addington";
  src:  url('fonts/Addington/Web/Addington/Addington-Regular.woff2') format('woff2'),
        url('fonts/Addington/Web/Addington/Addington-Regular.woff') format('woff');
}

/*

font-family: "Addington";
font-family: "Poppins", sans-serif;

*/

body {
  color: #000;
  background: transparent;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Poppins", sans-serif;
  background-color: #E9E5DA;
}

section{
  padding: 4rem 0;
  width: 100%;
}

.grid-container{
  max-width: 80rem;
}

main > h1,
main > h2,
main > h3,
main > h4,
main > h5,
main > h6,
main > p,
main > ul,
main > ol,
main > blockquote{
	max-width: 60rem;
	margin: 1rem auto;
	padding: 0 1rem;
}

main > .wp-block-columns{
    max-width: 60rem;
	margin: 1rem auto;
	padding: 4rem 1rem;
}


main > .wp-block-columns .wp-block-image{
    margin-bottom: 2rem;
}

main > .wp-block-media-text{
    max-width: 64rem;
	margin: 1rem auto;
	padding: 4rem 0;
}

main > .wp-block-table{
    max-width: 60rem;
	margin: 2rem auto;
	padding: 0 1rem;
}

main > .wp-block-buttons{
    max-width: 60rem;
	margin: 2rem auto;
	padding: 0 1rem;
}

main > .wp-block-table + .wp-block-columns{
    padding-top: 2rem;
}

main > .wp-block-media-text + .wp-block-columns,
main > .wp-block-media-text + .wp-block-media-text{
    padding-top: 0;
}

main > ul,
main > ol{
	padding-left: 2rem;
}

main > h1:last-child,
main > h2:last-child,
main > h3:last-child,
main > h4:last-child,
main > h5:last-child,
main > h6:last-child,
main > p:last-child,
main > ul:last-child,
main > ol:last-child,
main > .wp-block-image:last-child{
	margin-bottom: 4rem;
}

main > .wp-block-buttons:last-child{
    padding-bottom: 4rem;
}

.wp-block-image.alignwide {
    max-width: 80rem;
	margin: 1rem auto;
}

.wp-block-image.alignright,
.wp-block-image.alignleft{
	max-width: 60rem;
}

.wp-block-image .aligncenter {
    max-width: 60rem;
    padding: 0 1rem;
}

tbody tr:nth-child(even) {
    background-color: transparent;
}

main .wp-block-table td, 
main .wp-block-table th{
    border: none;
}

main thead, 
main tbody, 
main tfoot{
    border: none;
}

main .wp-block-table thead{
    border-bottom: none;
}

main .wp-block-table thead{
    background-color: #EEE;
}

.section--impact-area + h1,
.section--impact-area + h2,
.section--impact-area + h3,
.section--impact-area + h4,
.section--impact-area + h5,
.section--impact-area + h6,
.section--impact-area + p,
.section--impact-area + .wp-block-table{
    margin-top: 4rem;
}


main{
    padding-top: 113px;
}

main:has(.section--impact-area:first-child){
    padding-top: 0;
}

/* ==========================================================================
  Typography
  ========================================================================== */

h1{
    font-family: "Addington";
    margin-bottom: 1.5rem;
    font-size: 64px;
    font-style: normal;
    font-weight: 300;
    line-height: 65.551px;
}

h2{
    font-family: "Addington";
    margin-bottom: 1.5rem;
    font-size: 55px;
    font-style: normal;
    font-weight: 300;
    line-height: 52.6px;
}

h3{
    font-family: "Poppins", sans-serif;
    margin-bottom: 1rem;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.85px;
}

h4{
    font-family: "Poppins", sans-serif;
    margin-bottom: 1rem;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.85px;
}

h5{
    font-family: "Poppins", sans-serif;
    margin-bottom: 1rem;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.85px;
}

h6{
    font-family: "Poppins", sans-serif;
    margin-bottom: 1rem;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.85px;
}

p{
    font-family: "Poppins", sans-serif;
    margin-bottom: 1rem;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

li, a{
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

th, td{
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child{
    margin-bottom: 0;
}

/* ==========================================================================
  Header
  ========================================================================== */


.site-header{
    position: fixed;
    top: 0;
	padding: 1rem 0;
	top: 0;
	left: 0;
	right: 0;
	/*background-color: transparent;*/
	z-index: 99;
	/*border-bottom: 2px solid rgba(255,255,255,0.5);*/
	border-bottom: 1px solid rgba(255, 255, 255, 0.24);
    background: rgba(30, 30, 30, 0.94);
	transition: all 0.3s ease;
}

.submenu{
    list-style: none;
}

.dropdown.menu > li > ul{
    display: none;
}

.dropdown.menu > li > ul.js-dropdown-active{
    display: block;
}

.site-header .menu .submenu a{
    color: #000;
}

.site-header .menu a{
    color: #fff;
    text-transform: uppercase;
}

.js-toggle-navigation{
    display: none;
}

.dropdown.menu > li.is-active > a{
    /*color: #AB9F90;*/
    color: #fff;
}

a.site-logo{
    display: block;
    overflow: hidden;
    transition: all 0.3s ease;
}

.menu-wrapper-header{
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-buttons-right{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 2rem;
}

.header-buttons-right a{
    color: #fff;
}

.site-header .menu a:hover{
    /*color: #a08251;*/
}

.site-header .dropdown-pane{
    width: auto;
    padding: 0.75rem 1rem;
    border: none;
}

.site-header .dropdown-pane a{
    color: #fff;
}

.site-header .dropdown-pane a:hover{
    color: #fff;
}

.dropdown.menu > li > .is-dropdown-submenu {
    background-color: rgba(30, 30, 30, 0.94);
    border: 1px solid rgba(255, 255, 255, 0.24);
}

.dropdown.menu > li > .is-dropdown-submenu > li > a{
    color: #ABABAB;
    display: block;
    text-transform: none;
}

.dropdown.menu > li > .is-dropdown-submenu > li > a:hover{
    color: #fff;
    /*background-color: rgba(255,255,255,0.25);*/
}

.dropdown.menu > li > .is-dropdown-submenu > li{
    width: 100%;
    display: block;
}


.dropdown.menu > li.is-dropdown-submenu-parent > a::after{
    content: none;
}



.dropdown.menu > li.opens-right > .is-dropdown-submenu {
    top: 85px;
    right: auto;
    left: 0;
}

.dropdown.menu > li.is-dropdown-submenu-parent.is-active > a:before{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -3rem;
    height: 3rem;
}



.site-logo svg{
    width: 234px;
    max-width: 100%;
}

.menu-wrapper-header > .menu > li > a{
    position: relative;
}

.menu-wrapper-header > .menu > li > a:after{
    border: none!important;
    content: ""!important;
    background-color: #a08251;
    width: 0!important;
    height: 2px!important;
    position: absolute;
    left: 0!important;
    right: 0!important;
    bottom: 2px!important;
    top: auto!important;
    margin: auto;
    transform-origin: center center;
    transition: all 0.3s ease;
}

.menu-wrapper-header > .menu > li.is-active > a:after,
.menu-wrapper-header > .menu > li > a:hover:after{
    width: calc(100% - 2rem)!important;
}




/*.site-header.is-scrolled{*/
/*    background-color: #F8F8F8;*/
/*}*/

/*.site-header.is-scrolled .menu a{*/
/*    color: #282424;*/
/*}*/

/*.site-header.is-scrolled svg path:not(.logo-accent-line){*/
/*    fill: #282424;*/
/*}*/

/*.site-header.is-scrolled .dropdown.menu > li.is-active > a{*/
/*    color: #282424;*/
/*}*/

/*.site-header.is-scrolled .dropdown.menu > li > .is-dropdown-submenu {*/
/*    background-color: rgba(0,0,0,0.5);*/
/*    border: 1px solid rgba(255,255,255,0.5);*/
/*}*/

/*.site-header.is-scrolled .menu li.button a{*/
/*    border: 2px solid #282424;*/
/*}*/

.site-header .menu li.button{
    padding: 0;
    background-color: transparent;
    border-radius: 0px;
}

.site-header .menu li.button a{
    font-size: 15px;
    background-color: transparent;
    border: 2px solid #fff;
    font-weight: 400;
    letter-spacing: 0.1px;
    font-size: 18px;
    border-radius: 30px;
    padding: 0.7rem 1rem 0.56rem 1rem;
}

.site-header .menu li.lang-menu-toggle a{
    text-transform: uppercase;
}

.site-header .menu{
    align-items: center;
}

.site-header .grid-container{
    max-width: 100rem;
}


.page-template-light{
    
}

/*.site-header.is-scrolled .js-toggle-navigation .bar, */
/*.site-header.is-scrolled .js-toggle-navigation .bar:before, */
/*.site-header.is-scrolled .js-toggle-navigation .bar:after{*/
/*    background-color: #282424;*/
/*}*/



.page-template-template-light .site-header{
    background-color: #F8F8F8;
}

.page-template-template-light .site-header .menu a{
    color: #282424;
}

.page-template-template-light .site-header svg path:not(.logo-accent-line){
    fill: #282424;
}

.page-template-template-light .site-header .dropdown.menu > li.is-active > a{
    color: #282424;
}

.page-template-template-light .site-header .dropdown.menu > li > .is-dropdown-submenu {
    background-color: rgba(0,0,0,0.5);
    border: 1px solid rgba(255,255,255,0.5);
}

.page-template-template-light .site-header .menu li.button a{
    border: 2px solid #282424;
}

.page-template-template-light main{
    padding-top: 116px;
}


.site-header .button{
    background-color: #fff;
    color: #000000;
}

.site-header .button:hover,
.site-header .button:focus{
    background-color: #1A1A1A;
    color: #fff;
}


@media only screen and (max-width: 1300px){
    .dropdown.menu > li > a {
        padding: 0.7rem 0.5rem;
    }
    
    .dropdown.menu > li.is-dropdown-submenu-parent > a{
        padding-right: 0.5rem;
    }
}

@media only screen and (max-width: 1024px){
    
    .menu-wrapper-header{
        display: block;
        position: fixed;
        top: 113px;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #f8f8f8;
        padding: 1rem 0 0 0;
        transform: translateX(100%);
    }
    
    .menu-wrapper-header.transition{
        transition: all 0.3s ease;
    }
    
    .menu-wrapper-header.is-open{
        transform: translateX(0%);
    }
    
    .drilldown .is-drilldown-submenu{
        background-color: #f8f8f8;
    }
    
    .js-toggle-navigation {
        z-index: 15;
        cursor: pointer;
        top: 0;
        bottom: 0;
        right: 0;
        position: absolute;
        text-align: right;
        display: inline-block;
        padding: 0.85rem 1rem;
        color: #FFF;
        text-transform: uppercase;
        background-color: transparent;
        transition: all 0.3s ease;
    }
    
    .js-toggle-navigation .bar, 
    .js-toggle-navigation .bar:before, 
    .js-toggle-navigation .bar:after {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        width: 23px;
        height: 2px;
        background-color: #FFFFFF;
        transition: all 0.3s ease;
    }
    
    .js-toggle-navigation .bar:before, 
    .js-toggle-navigation .bar:after {
        content: '';
        position: absolute;
        left: 0;
    }
    
    .js-toggle-navigation .bar:before {
        top: -6px;
    }
    
    .js-toggle-navigation .bar:after {
        bottom: -6px;
    }
    
    .js-toggle-navigation.is-open .bar:after {
        bottom: 0;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    
    .js-toggle-navigation.is-open .bar:before {
        top: 0;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    
    .js-toggle-navigation.is-open .bar, 
    .js-toggle-navigation.is-open:hover .bar, 
    .js-toggle-navigation.is-open:focus .bar {
        background-color: transparent;
        -webkit-transition-delay: 0s;
        -moz-transition-delay: 0s;
        -o-transition-delay: 0s;
        transition-delay: 0s;
    }
    
    .drilldown a {
        background: transparent;
    }
    
    a.site-logo{
        height: auto;
        /*max-width: 150px;*/
        /*width: 150px;*/
    }
    
    ul.menu.drilldown{
        display: block;
    }
    
    ul.menu.drilldown a{
        color: #000;
    }
    
    .drilldown .is-drilldown-submenu{
        margin-left: 0;
    }
    
    .menu-wrapper-header .button{
        margin-left: 1rem;
        margin-top: 1rem;
    }
    
    div#tee-time-dropdown {
        display: block;
        position: relative !important;
        bottom: auto;
        opacity: 1;
        visibility: visible;
        top: 0 !important;
        border: none;
        padding: 1rem;
        left: 0!important;
    }
    
    .site-header .is-drilldown {
        border-bottom: 1px solid #ccc;
        padding-bottom: 1rem;
    }
    
    .site-header .button a{
        border: none!important;
    }
    
    .site-header .button{
        text-align: left;
        margin: 0;
        border: none!important;
    }
    
    .is-dropdown-submenu-parent{
        position: static;
    }
    
    .page-template-template-light .js-toggle-navigation .bar, 
    .page-template-template-light .js-toggle-navigation .bar:before, 
    .page-template-template-light .js-toggle-navigation .bar:after{
        background-color: #282424;
    }
    
    .page-template-template-light .js-toggle-navigation.is-open .bar, 
    .page-template-template-light .js-toggle-navigation.is-open:hover .bar, 
    .page-template-template-light .js-toggle-navigation.is-open:focus .bar{
        background-color: transparent;
    }
    
    .header-buttons-right{
        position: absolute;
        right: 4rem;
        top: 0;
        bottom: 0;
        gap: 1rem;
    }
    
}


@media only screen and (max-width: 640px){

    .js-toggle-navigation{
        top: 0;
        bottom: 0;
    }
    
    
    .site-header a.site-logo img{
        transform: translateX(-2rem);
    }
    
    .site-logo svg {
        width: 134px;
    }
    
    .section--impact-area {
        padding: 0;
        min-height: calc(70vh + 82px);
    }
    
    .menu-wrapper-header{
        top: 82px;
    }
    
    main {
        padding-top: 82px;
    }
    
}

.site-header .button{
    font-size: 15px;
}

/* ==========================================================================
  Footer
  ========================================================================== */

.site-footer{
    padding: 0;
    background-color: #282424;
    background: url(https://www.gatineaugolf.com/wp-content/uploads/2025/04/footer-bg-2.jpg) lightgray 50% / cover repeat;
    position: relative;
}

.site-footer p{
    color: #ABABAB;
}

.site-footer p,
.site-footer .menu a{
    /*color: #F8F8F8;*/
    padding-left: 0;
}

.site-footer a{
    color: #ABABAB;
    transition: all 0.3s ease;
}

.site-footer a:hover{
    /*opacity: 0.75;*/
    color: #fff;
}

.site-footer .menu .sub-menu{
    margin-left: 0;
    list-style: none;
}

.site-footer .social-nav{
    display: flex;
    justify-content: flex-end;
    list-style: none;
    margin: 0;
}

.site-footer .social-nav li{
    margin-left: 1rem;
}

.site-footer .menu > li{
    /*width: 25%;*/
}
.site-footer .menu > li > a{
    /*font-size: 30px;*/
    /*line-height: 34px;*/
    font-weight: 600;
    display: inline-block;
    color: #fff;
    /*border-bottom: 1px solid #f8f8f8;*/
    /*margin-bottom: 0.5rem;*/
}

.site-footer .menu > li > a:hover{
    color: #a08251;
}

.site-footer p, 
.site-footer .menu a{
    font-weight: 100;
}

.footer-logo img{
    width: 100px;
    max-width: 100%;
}

.footer-top{
    padding-bottom: 2rem;
    padding-top: 2rem;
}

.sub-footer{
    /*border-top: 1px solid #f8f8f8;*/
    /*padding-top: 2rem;*/
    padding-bottom: 2rem;
}

.sub-footer hr{
    border-color: rgba(255, 255, 255, 0.21);
    margin: 0 0 2rem 0;
}

.footer-menu{
    padding-left: 2rem;
    justify-content: flex-end;
    gap: 2rem
}

.footer-overlay{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: rgba(0,0,0,0.9);
    z-index: 1;
}

.site-footer .grid-container{
    position: relative;
    z-index: 2;
}

.site-footer *{
    color: #fff;
}

.footer-logo-tagline{
    display: flex;
    align-items: center;
    gap: 2rem;
    padding-bottom: 3rem;
    position: relative;
    padding-left: 75px;
}

.footer-logo{
    position: absolute;
    left: 0;
    width: 50px;
}

.footer-contact-cell{
    padding-left: calc(1rem + 75px)!important;
}

@media only screen and (max-width: 1024px){
    .site-footer .menu > li{
        /*width: 50%;*/
    }
    
    .footer-menu{
        padding-left: 0;
    }
    
}

@media only screen and (max-width: 640px){
    .site-footer .menu > li{
        width: 100%;
    }
    
    .site-footer .cell{
        text-align: center;
    }
    
    .site-footer .social-nav{
        justify-content: center;
    }
    
    .site-footer .social-nav li{
        margin-left: 0.5rem;
        margin-right: 0.5rem;
    }
    
    .footer-contact-cell{
        padding-left: 1rem!important;
        padding-bottom: 1rem;
    }
    
    .footer-logo-tagline{
        text-align: left;
    }
}


/* ==========================================================================
  Buttons
  ========================================================================== */


.button{
    /*font-family: "Addington";*/
    margin: 0;
    color: #FFF;
    background-color: #a08251;
    font-size: 14.5px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.145px;
    border-radius: 30px;
    line-height: 1;
    padding: 1rem 1.5rem 0.76rem 1.5rem;
    text-transform: uppercase;
}

.button:visited,
.button:active,
.button:focus,
.button:hover{
    background-color: #1A1A1A;
    color: #fff;
}

.button:has(img){
    display: inline-flex;
    align-items: center;
}

.button:has(img) > img{
    margin-left: 0.5rem;
    max-width: 14px;
}


.gform_button.button{
    color: #a08251!important;
    background-color: #1D1D1D!important;
}

.gform_button.button:visited,
.gform_button.button:active,
.gform_button.button:hover{
    background-color: #262626!important;
}

main .wp-block-button__link{
    margin: 0;
    color: #fff;
    background-color: #1D1D1D;
    border-radius: 0px;
    padding: 0.85em 1em;
    border: 1px solid transparent;
    border-radius: 0px;
    -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
    transition: background-color 0.25s ease-out, color 0.25s ease-out;
    font-family: inherit;
    font-size: 0.9rem;
}

main .wp-block-button__link:visited,
main .wp-block-button__link:active,
main .wp-block-button__link:hover{
    background-color: #262626;
    color: #fff;
}

.arrow-button{
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.9px;
    text-transform: uppercase;
    transition: all 0.3s ease;
}

.arrow-button img{
    margin-left: 0.5rem;
    max-width: 14px;
}


/* ==========================================================================
  Sections
  ========================================================================== */
.section--impact-area .grid-container{
    max-width: 40rem;
}

.section--impact-area p{
    margin-bottom: 1.5rem;
}

.parallax-bg{
    padding: 17rem 0;
    display: block!important;
}

.section--impact-area{
    padding: 0;
    min-height: calc(70vh + 115px);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding-top: 115px;
}

.section--impact-area .parallax-bg{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.section--impact-area .impact-overlay{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    background-color: rgba(0,0,0,0.5);
}


.impact-video-bg{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.impact-video-bg video{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media only screen and(max-with: 1024px){
 .impact-video-bg video{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }   
}

.section--impact-area h1,
.section--impact-area h2,
.section--impact-area p{
    color: #fff;
}

.section--impact-area .grid-container{
    position: relative;
    z-index: 3;
}

.section--callouts .cell{
    padding-bottom: 2rem;
}

.section--callouts{
    padding-bottom: 2rem;
}

.section--team a{
    font-weight: bold;
    text-decoration: underline;
}

.section--team h4{
    font-weight: bold;
}

.section--team h3{
    color: #A08251;
    font-weight: bold;
}

.impact-slider .slick-arrow-wrapper{
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 59px;
    z-index: 10;
    cursor: pointer;
    padding: 0.5rem;
    background-color: rgba(0,0,0,0.5);
    padding-left: 0.5rem;
    padding-right: 1rem;
}

.impact-slider .slick-arrow-wrapper > img{
    max-height: 100%;
}

.impact-slider .slick-arrow-wrapper.slick-next{
    right: 0;
    padding-left: 1rem;
    padding-right: 0.5rem;
}

.team-member-grid{
  padding-bottom: 2rem;  
}

.team-member-grid:last-child{
  padding-bottom: 0; 
}

.lb-dataContainer {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    transform: translateX(4rem);
}

.lb-dataContainer .lb-details{
    display: none;
}

.gallery-thumbnail{
    padding: 10rem 0;
    cursor: pointer;
}

.section--photo-gallery{
    padding-bottom: 2rem;
}

.section--photo-gallery .cell{
    padding-bottom: 2rem;
}

@media only screen and (max-width: 1344px){
    .lightbox .lb-image,
    .lb-outerContainer {
        max-width: calc(100vw - 8rem);
        height: auto !important;
    }
    
    .lb-dataContainer{
        transform: none;
        width: auto!important;
        padding-right: 1rem;
    }
}

.contact-directions{
    padding-top: 2rem;
}

.contact-sidebar ul{
    list-style: none;
    margin: 0;
}

.contact-sidebar li{
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid #cccccc;
}

.contact-sidebar li:last-child{
    border-bottom: none;
    margin-bottom: 0;
}

.section--contact{
    padding-bottom: 0;
}

.contact-map iframe{
    width: 100%;
    display: block;
}

.contact-map{
    padding-top: 4rem;
}

.impact-intro{
    padding-bottom: 2rem;
}

.impact-intro h2 span{
    /*color: #fff;*/
    display: block;
}

.section--bistro{
    padding-top: 0;
    padding-bottom: 0;
    background-color: #000;
}

.bistro-logo{
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.bistro-content{
    text-align: center;
    max-width: 60rem;
    margin: 0 auto;
}

.bistro-content *:not(.button){
    color: #fff;
}

.bistro-content .button{
    margin-top: 2rem;
}

.bistro-cards{
    text-align: center;
    padding-top: 2rem;
    padding-bottom: 4rem;
}

.bistro-cards *:not(.button){
    color: #fff;
}

.bistro-cards .cards-list{
    list-style: none;
    margin: 0;
    display: flex;
    justify-content: center;
    gap: 1rem;
}

.section--impact-area{
    background-color: #000;
}

.section--callouts h3 {
    font-size: 22px;
    line-height: 1.2;
    font-weight: 600;
    /*color: #ab9f90;*/
    text-transform: uppercase;
}

.callout-inner{
    /*border: 1px solid #ab9f90;*/
    /*height: 100%;*/
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
}

.callout-inner:hover{
    transform: translateY(-10px);
}

.callout-inner:hover .arrow-button{
    color: #8B7146;
}

.callout-content{
    padding: 2rem 0;
    position: relative;
    z-index: 2;
    /*text-align: center;*/
    /*height: 100%;*/
    /*display: flex;*/
    /*flex-direction: column;*/
    /*align-items: center;*/
    /*justify-content: center;*/
}


.callout-content:before {
    /*content: "";*/
    /*position: absolute;*/
    /*left: 0;*/
    /*right: 0;*/
    /*bottom: 0;*/
    /*top: 0;*/
    /*object-fit: cover;*/
    /*height: 100%;*/
    /*background-color: rgba(0, 0, 0, 0.75);*/
    /*z-index: -1;*/
    /*transition: all 0.3s ease;*/
}


/*img.callout-image {*/
/*    position: absolute;*/
/*    left: 0;*/
/*    right: 0;*/
/*    bottom: 0;*/
/*    top: 0;*/
/*    object-fit: cover;*/
/*    height: 100%;*/
/*}*/

.callout-content * {
    /*color: #fff;*/
    line-height: 1.3;
}

.section--callouts .cell{
    padding-left: 1rem;
    padding-right: 1rem;
}

.section--callouts .grid-container:not(.full) > .grid-padding-x {
    margin-right: -1rem;
    margin-left: -1rem;
}


.section--callouts .arrow-button:hover,
.section--callouts .arrow-button:focus{
    color: #fff;
}

.callout-link span{
    display: none;
}

.callout-link{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 4;
}

.callout-inner:hover .callout-content:before{
    /*background-color: rgba(0, 0, 0, 0.65);*/
}

.callout-image{
    transition: all 0.3s ease;
}

.callout-inner:hover .callout-image{
    /*transform: scale(1.1);*/
}

.callout-inner p{
    font-weight: 100;
}

.page-template-template-light .section--impact-area {
    min-height: calc(100vh - 116px);
}

.section--callouts{
    position: relative;
}

.section--callouts:after{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 50%;
    background: #1A1A1A;
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.60) inset;
    z-index: -1;
}

.callouts-grid *{
    color: #fff;
}

.callout-titles{
    text-align: center;
    padding-bottom: 4rem;
    max-width: 40rem;
    margin-left: auto;
    margin-right: auto;
}




/* ==========================================================================
  Responsive
  ========================================================================== */
  
  
@media only screen and (max-width: 1024px){
    .parallax-bg {
        padding: 12rem 0;
    }
    
    .site-header .dropdown-pane{
        background-color: transparent;
        width: 300px;
    }
    
    .site-header .dropdown-pane a{
        color: #000;
    }
    
    h1{
        font-size: 55px;
        line-height: 52.6px;
    }
    
    h2{
        font-size: 45px;
        line-height: 42.6px;
    }
    
    .section--callouts:after{
        top: 24rem;
    }
    
}


@media only screen and (max-width: 640px){
    .parallax-bg {
        padding: 10rem 0;
    }
    
    .section--callouts:after{
        top: 24rem;
    }
    
    .callout-inner:hover {
        transform: translateY(0px);
    }
    
    .site-logo svg{
        margin-left: 2rem!important;
    }
}


/* ==========================================================================
   Animations
   ========================================================================== */

/*@media only screen and (min-width: 641px){*/
/*    .reveal-fade{*/
/*        opacity: 0;*/
/*    }*/
    
/*    .reveal-stagger{*/
/*        opacity: 0;*/
/*    }*/
    
/*    main > .wp-block-table,*/
/*    main > .wp-block-columns,*/
/*    main > .wp-block-media-text{*/
/*        opacity: 0;*/
/*    }*/
    
/*    .parallax-bg{*/
/*        opacity: 0;*/
/*    }*/
/*}*/