/* Links */
#main-content a:not(.et_pb_button, .icon, img, .more-link) {
    text-decoration: underline;

    font-weight: 600;
}

#main-content a:not(.et_pb_button, .icon, img, .more-link, .stories-grid .et_pb_module_header, .woodworking-grid-link .et_pb_module_header):hover {
    text-decoration: none !important;
    color: #8C7503;
    transition: all .3s ease 0ms;
}

h2.et_pb_module_header a {
    text-decoration: none !important;
}

/* hide Divi branding in footer */

#footer-info {
    display: none;
}

img.fsc-footer-logo {
    max-height: 176px;
}

#copyright {
    color: #fff;
    line-height: 5em;
    text-align: center;
}


/* noto body font declaration */

body {
    font-family: 'Noto Serif', Verdana, serif;
    font-family: 'Noto Sans', Arial, Helvetica, sans-serif;
}


/* material design shadows */

body {
    background: #e2e1e0;
    text-align: center;
}

.depth-1 {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.depth-2 {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.depth-3 {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

.depth-4 {
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.depth-5 {
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.30), 0 15px 12px rgba(0, 0, 0, 0.22);
}

.depth-hover {
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

.depth-hover:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    cursor: pointer;
}

.depth-hover:hover .et_pb_testimonial_portrait {
    -webkit-filter: grayscale(75%);
    filter: grayscale(75%);
    filter: saturate(5);
}

.depth-hover .et_pb_testimonial_portrait {
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}


/* material design button click ripple */

.ripple {
    overflow: hidden;
}

.ripple:active {
    position: absolute;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    background: white;
    animation: ripple-animation 2s;
}

@keyframes ripple-animation {
    from {
        transform: scale(1);
        opacity: 0.4;
    }

    to {
        transform: scale(100);
        opacity: 0;
    }
}


/* custom css below */

.negative-top {
    top: -150px !important;
    background-color: transparent !important;
    overflow: visible !important;
}

.small-heading {
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-size: 16px;
    font-weight: 400;
}

.caps-heading {
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

.left-indent-headings h3 {
    left: -2em;
    position: relative;
}

blockquote {
    font-size: 3em;
    line-height: 1em;
    font-family: 'Crimson Text', Georgia, "Times New Roman", serif;
    padding-left: 20%;
    border: none !important;
}

blockquote em {
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 1.5px;
    text-align: right;
    display: block;
}

.vh100 {
    min-height: 100vh;
}

.et_pb_fullwidth_section .et_pb_slider .et_pb_slide {
    min-height: calc(100vh - 152px);
}

.et_pb_fullwidth_section .et_pb_slider .et_pb_slide .et_pb_button,
#home-hero .et_pb_text_inner a {
    width: 50%;
    text-align: center;
}

.et_pb_more_button.et-hide-mobile {
    display: block !important;
    width: 100% !important;
}


/* slider */

#main-content .et-pb-active-slide .et_pb_slide_description,
#home-hero .et_pb_text_inner {
    -webkit-animation-name: none;
    -moz-animation-name: none;
    -ms-animation-name: none;
    -o-animation-name: none;
    animation-name: none;
    -webkit-animation-duration: none;
    -moz-animation-duration: none;
    -ms-animation-duration: none;
    -o-animation-duration: none;
    animation-duration: none;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
    -ms-animation-timing-function: ease-in-out;
    -o-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-delay: none;
    -moz-animation-delay: none;
    -ms-animation-delay: none;
    -o-animation-delay: none;
    animation-delay: none;
    -webkit-animation-fill-mode: none;
    -moz-animation-fill-mode: none;
    -ms-animation-fill-mode: none;
    -o-animation-fill-mode: none;
    animation-fill-mode: none;
}

#main-content .et-pb-active-slide .et_pb_slide_title,
#main-content .et-pb-active-slide .et_pb_slide_content,
#main-content .et-pb-active-slide .et_pb_button_wrapper {
    -webkit-animation-name: fadeIn;
    -moz-animation-name: fadeIn;
    -ms-animation-name: fadeIn;
    -o-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: .8s;
    -moz-animation-duration: .8s;
    -ms-animation-duration: .8s;
    -o-animation-duration: .8s;
    animation-duration: .8s;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
    -ms-animation-timing-function: ease-in-out;
    -o-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-delay: 1.5s;
    -moz-animation-delay: 1.5s;
    -ms-animation-delay: 1.5s;
    -o-animation-delay: 1.5s;
    animation-delay: 1.5s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
}

#main-content .et-pb-active-slide .et_pb_slide_title,
#home-hero .et_pb_text_inner h1 {
    -webkit-animation-duration: 1.2s;
    -moz-animation-duration: 1.2s;
    -ms-animation-duration: 1.2s;
    -o-animation-duration: 1.2s;
    animation-duration: 1.2s;
}

#home-hero .et_pb_text_inner h1 {
    text-transform: capitalize;
}

h1,
.cut-in-right h2,
.cut-in-left h2{
    text-transform: capitalize;
}
body #page-container #main-content .et_pb_section .et_pb_button_0 {
	color: #fff !important;
}



@media only screen and (max-width: 980px) {
    #home-hero {
        padding-top: 0 !important;
    }
}

#home-hero .et_pb_text a:after {
    content: "\49";
    font-family: 'ETmodules';
    padding-left: .5em;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

#main-content .et-pb-active-slide .et_pb_slide_content,
#home-hero .et_pb_text {
    -webkit-animation-delay: 2s;
    -moz-animation-delay: 2s;
    -ms-animation-delay: 2s;
    -o-animation-delay: 2s;
    animation-delay: 2s;
}

#main-content .et-pb-active-slide .et_pb_button_wrapper,
#home-hero .et_pb_text_inner a {
    -webkit-animation-name: fadeBottom;
    -moz-animation-name: fadfadeBottomeIn;
    -ms-animation-name: fadeBottom;
    -o-animation-name: fadeBottom;
    animation-name: fadeBottom;
    -webkit-animation-delay: 2.5s;
    -moz-animation-delay: 2.5s;
    -ms-animation-delay: 2.5s;
    -o-animation-delay: 2.5s;
    animation-delay: 2.5s;
}

#home-hero .et_pb_row {
    display: flex;
    align-items: center;
}

#home-hero .et_pb_text_inner a {
    color: #8C7503 !important;
    border-width: 0 !important;
    border-color: rgba(0, 0, 0, 0);
    font-size: 16px;
    font-family: 'Lato', Helvetica, Arial, Lucida, sans-serif !important;
    text-transform: uppercase !important;
    padding-left: .7em;
    padding-right: 2em;
}


/* menu bar */

.mobile_menu_bar:before {
    display: none !important;
}


.mobile_menu_bar #menu-bars {
    background: #8C7503;
    height: 4px;
    width: 26px;
    border-radius: 5px;
    display: block;
    margin: 0 auto;
    position: relative;
    top: 14px;
}

.mobile_menu_bar #menu-bars:before,
.mobile_menu_bar #menu-bars:after {
    content: '';
    background: #8C7503;
    height: 4px;
    width: 20px;
    border-radius: 5px;
    display: block;
    margin: 0 auto;
    position: relative;
}

.mobile_menu_bar #menu-bars:before {
    position: relative;
    top: -6px;
}

.mobile_menu_bar #menu-bars:after {
    top: 2px;
}

.mobile_menu_bar {
    padding-top: 6px;
}

.mobile_menu_bar:before {
    content: '';
    transition: all 2s cubic-bezier(.25, .8, .25, 1);
}

/*  Vertical nav menu icon

.mobile_menu_bar .menu-text {
    text-transform: uppercase;
    display: block;
    line-height: 1.25em;
    font-family: 'Lato', Helvetica, Arial, Lucida, sans-serif;
    overflow-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-all;
    -ms-word-break: break-all;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    -ms-word-break: break-all;  */
/* Non standard for webkit 
    word-break: break-all;
    color: #fff;
    text-align: center;
    font-size: 16px;
    margin: 0;
    padding: 1.75em .75em 1em;
    transition: all 1.5s cubic-bezier(.25, .8, .25, 1) !important;
    transition-delay: .5s !important; 
}
*/

.mobile_menu_bar .menu-text {
    text-transform: uppercase;
    line-height: 1.25em;
    font-family: 'Lato', Helvetica, Arial, Lucida, sans-serif;
    color: #fff;
    text-align: center;
    font-size: 16px;
    margin: 0;
    padding: 1.75em .75em 1em;
    transition: all 1.5s cubic-bezier(.25, .8, .25, 1) !important;
    transition-delay: .5s !important;
}

.mobile_menu_bar {
    margin-right: 4em !important;
}

.menu-text {
    padding-left: 3em !important;
}

.et_pb_fullscreen_menu_opened .mobile_menu_bar:after {
    text-align: center;
    display: block;
    padding-top: 0;
    font-size: 16px;
    transition: none;
}

.et_header_style_fullscreen .et_pb_fullscreen_nav_container {
    display: flex;
    flex-direction: column;
}

#fullscreen-menu-logo {
    max-width: 100%;
    margin: 0 auto 5% auto;
    padding-top: 15%;
    text-align: center;
}

#fullscreen-menu-logo img {
    width: 250px;
    height: 87px;
}

#fullscreen-menu-logo a {
    display: block;
    text-align: center;
}

.et_header_style_fullscreen .et_pb_fullscreen_nav_container ul#mobile_menu_slide {
    flex: 60%;
    display: flex !important;
    position: relative;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: 100%;
    padding: 0;
    text-align: center;
    vertical-align: middle;
}

.et_header_style_fullscreen ul#mobile_menu_slide li {
    flex-grow: 1;
}

.et_slide_in_menu_container #mobile_menu_slide ul.sub-menu {
    display: block !important;
}

.et_slide_in_menu_container #mobile_menu_slide .et_mobile_menu_arrow {
    display: none !important;
}

.et_slide_in_menu_container #mobile_menu_slide ul.sub-menu li {
    opacity: 1 !important;
}

.et_header_style_fullscreen ul#mobile_menu_slide li .sub-menu li a {
    font-size: 16px;
}

@media only screen and (max-width: 1200px) {
    .et_header_style_fullscreen .et_slide_in_menu_container #mobile_menu_slide a {
        font-size: 20px;
    }
}

@media only screen and (max-width: 980px) {
    .et_header_style_fullscreen .et_pb_fullscreen_nav_container {
        display: block !important;
    }

    #fullscreen-menu-logo {
        flex: 0%;
    }

    .et_header_style_fullscreen .et_pb_fullscreen_nav_container ul#mobile_menu_slide {
        display: block !important;
        padding-left: 40px;
        text-align: left !important;
    }

    .et_slide_in_menu_container #mobile_menu_slide li a,
    .et_slide_in_menu_container #mobile_menu_slide li.current-menu-item a {
        padding: 0 !important;
    }

    #fullscreen-menu-logo {
        display: block !important;
        text-align: left;
        padding: 10% 40% 5% 40px;
    }
}

body.et_header_style_fullscreen .et_pb_fullscreen_nav_container .et_mobile_menu li {
    padding-left: 0 !important;
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    opacity: 0;
}

body.et_header_style_fullscreen .et_pb_fullscreen_menu_opened .et_pb_fullscreen_nav_container .et_mobile_menu li {
    opacity: 1;
}

body.et_header_style_fullscreen .et_pb_fullscreen_nav_container .et_mobile_menu li:nth-child(1) {
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
}

body.et_header_style_fullscreen .et_pb_fullscreen_nav_container .et_mobile_menu li:nth-child(2) {
    -webkit-transition-delay: .4s;
    transition-delay: .4s;
}

body.et_header_style_fullscreen .et_pb_fullscreen_nav_container .et_mobile_menu li:nth-child(3) {
    -webkit-transition-delay: .6s;
    transition-delay: .6s;
}

body.et_header_style_fullscreen .et_pb_fullscreen_nav_container .et_mobile_menu li:nth-child(4) {
    -webkit-transition-delay: .8s;
    transition-delay: .8s;
}

body.et_header_style_fullscreen .et_pb_fullscreen_nav_container .et_mobile_menu li:nth-child(5) {
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
}

body.et_header_style_fullscreen .et_pb_fullscreen_nav_container .et_mobile_menu li:nth-child(6) {
    -webkit-transition-delay: 1.2s;
    transition-delay: 1.2s;
}

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

    .et_pb_svg_logo #logo,
    .et_pb_svg_logo.et_header_style_split .et-fixed-header .centered-inline-logo-wrap #logo {
        height: auto !important;
    }
}

img#logo {
   /* width: 96px !important;
    height: 34px !Important;*/
}

.mobile_menu_bar {
    transition: all 2s cubic-bezier(.25, .8, .25, 1);
    border: 1px solid rgba(255, 255, 255, .5);
    background: rgba(0, 0, 0, 0);
    width: 40px !important;
    padding-bottom: 0.4em !important;
    /* for horizontal menu icon */
    padding-top: 0 !important;
    /* for horizontal menu icon */
}

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

    .white-header #main-header,
    .single-post #main-header {
        background-color: rgba(0, 0, 0, .8) !important;
        padding-bottom: 25px;
    }
}

@media only screen and (min-width: 981px) {
    .logo_container a {
        max-height: 100%;
        height: 100%;
    }

    body.et_header_style_slide #main-header #et-top-navigation,
    body.et_header_style_fullscreen #main-header #et-top-navigation {
        padding: 31px 0 0 !important;
    }

    .et-fixed-header .mobile_menu_bar,
    .white-header .mobile_menu_bar,
    .single-post .mobile_menu_bar {
        border-color: rgba(0, 0, 0, .75);
    }

    .et-fixed-header .mobile_menu_bar .menu-text,
    .white-header .mobile_menu_bar .menu-text,
    .single-post .mobile_menu_bar .menu-text {
        color: #000 !important;
    }

    .logo_helper a {
        display: inline-block;
    }

    /* more-section (needs nested .vh100) */
    .more-section:before,
    .more-section:after,
    .more-section .vh100:before,
    .more-section .vh100:after {
        content: '';
        z-index: 999;
    }

    .more-section:before {
        position: absolute;
        bottom: 0;
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
        display: block;
        width: 5px;
        height: 5px;
        background: #8C7503;
        height: 50px;
        border-radius: 5px 5px 0 0;
    }

    .more-section:after {
        position: absolute;
        bottom: 66px;
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
        display: block;
        width: 5px;
        height: 5px;
        background: #8C7503;
        border-radius: 50%;
    }

    .more-section .vh100:before {
        position: absolute;
        bottom: 85px;
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
        display: block;
        width: 5px;
        height: 5px;
        background: #fff;
        border-radius: 50%;
    }

    .more-section .vh100:after {
        content: 'MORE';
        text-transform: uppercase;
        display: block;
        line-height: 16px;
        font-size: 16px;
        font-family: 'Lato', Helvetica, Arial, Lucida, sans-serif;
        overflow-wrap: break-word;
        color: #fff !important;
        position: absolute;
        bottom: 106px;
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
        display: block;
        width: 100px;
        visibility: visible;
    }

    #home-hero.more-section .vh100:after {
        bottom: 116px !important;
    }

    #home-hero {
        padding-top: 0 !important;
    }

    @keyframes flickerAnimation {
        0% {
            opacity: 0;
        }

        50% {
            opacity: 1;
        }

        100% {
            opacity: 0;
        }
    }

    .more-section .vh100:after {
        animation: flickerAnimation 6s infinite;
    }

    .more-section .vh100:before {
        animation: flickerAnimation 6s infinite;
        animation-delay: .5s;
    }

    .more-section:after {
        animation: flickerAnimation 6s infinite;
        animation-delay: 1.5s;
    }

    /* logo_container */
    .logo_container a {
        display: inline-block;
    }

    /*
    .logo_container a:before {
        opacity: 0;
        transition: all 2s cubic-bezier(.25, .8, .25, 1);
        content: '';
        background: transparent url(/wp-content/themes/Divi-child/images/logo-alt.svg) no-repeat top left;
        background-size: contain;
        display: block;
        height: 53%;
        width: 253px;
        position: absolute;
    }*/
    .logo_container a img {
        transition: all 2s cubic-bezier(.25, .8, .25, 1);
    }

    .et-fixed-header .logo_container a img,
    .white-header .logo_container a img,
    .single-post .logo_container a img {
        opacity: 0;
    }

    .logo_container a:before {
        transition: all 2s cubic-bezier(.25, .8, .25, 1);
    }

    .et-fixed-header .logo_container a:before,
    .white-header .logo_container a:before,
    .single-post .logo_container a:before {
        opacity: 1;
        transition-delay: .5s;
    }

    .white-header .et_pb_section_first,
    .single-post #main-content > .container {
        padding-top: 34px !important;
    }
}


/* main-footer */

#main-footer {
    /* margin-top: 50px; */
    background: #e6e7e5;
}

/* div#media_image-2.fwidget.et_pb_widget.widget_media_image {
    margin-bottom: 1rem !important;
} */

/* Footer social icons: scoped to .flex inside #main-footer so only these are targeted */
#main-footer .flex i.fa-brands,
#main-footer .flex .fa-brands {
    font-size: 2.625rem !important;
    color: #8C7503 !important;
}

#main-footer .flex a:hover i.fa-brands,
#main-footer .flex a:hover .fa-brands {
    color: #6d5c02 !important;
}

/* Contact page social icons: same layout and styling as footer */
.contact-flex {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: .25rem;
}

.contact-flex i.fa-brands,
.contact-flex .fa-brands {
    font-size: 2.625rem !important;
    color: #8C7503 !important;
}

.contact-flex a:hover i.fa-brands,
.contact-flex a:hover .fa-brands {
    color: #6d5c02 !important;
}

/* #main-footer .flex{
    display: flex;
    gap: 1rem;
    border: 1px solid black;
} */

@media only screen and (min-width: 981px) {
    #main-footer {
        background-position: calc(50% - 0px);
        background: linear-gradient(90deg, #eff0ef 68%, #e6e7e5 68%);
        /*         margin-top: 100px; */
    }
}

@media only screen and (min-width: 1600px) {
    #main-footer {
        background: linear-gradient(90deg, #eff0ef 64%, #e6e7e5 64%);
        background-position: calc(50% - 0px);
    }
}

#main-footer * {
    color: #58595b;
}

#main-footer a {
    color: #58595b !important;
}

#main-footer #footer-widgets .footer-widget li {
    margin: 0;
    padding: 0;
}

#main-footer #footer-widgets .footer-widget li:before {
    border: none !important;
}

#gform_3 {
    position: relative;
}

#gform_3 .gform_title {
    /*color: #45542c !important;*/
    color: #453634 !important;
}

#gform_3 .gform_fields li {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none;
}

#gform_3 .gform_fields li:before {
    border: none !important;
}

#gform_3 #input_3_1 {
    background-color: transparent;
}

#gform_submit_button_3 {
    font-size: 0 !important;
    border: none !important;
    padding: 0 !important;
}

#gform_submit_button_3:after {
    position: relative;
    font-size: 30px !important;
    cursor: pointer;
}

#gform_3 .gform_footer {
    position: absolute;
    top: 84px;
    right: -20px;
    width: 40px;
    margin: 0;
    padding: 0;
}


/* swipe footer effect - desktop only */

@media only screen and (min-width:981px) {
    #main-content {
        background-color: #fff !important;
        /*         margin-bottom: 553px; */
        z-index: 1;
        position: relative;
    }

    #main-footer {
        /*         position: fixed; */
        bottom: 0;
        width: 100%;
        z-index: 0;
    }
}


/* stories grid */

.stories-grid .stories-2-across {
    margin-bottom: 2%;
}

.type-project * {
    cursor: pointer;
}

.stories-grid .stories-2-across div.project {
    width: 48%;
    margin-right: 2%;
    display: inline-block;
    height: 412px;
    vertical-align: top;
    overflow: hidden;
}

.stories-grid .et_pb_filterable_portfolio.stories-2-across div.project {
    margin-bottom: 2%;
}

.stories-grid .stories-2-across div.project:nth-of-type(2) {
    margin-right: 0 !important;
}

.stories-grid .stories-1-across div.project {
    width: 100%;
    margin-bottom: 2%;
    overflow: hidden;
    height: 412px;
}

.stories-grid div.project .et_portfolio_image {
    height: 100%;
}

.stories-grid div.project .et_portfolio_image img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    width: 100%;
    margin-left: 0px;
    position: relative;
    transition-property: all;
    transition-duration: 3s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
}

.stories-grid .project:hover .et_portfolio_image img {
    transform: scale3d(1.5, 1.5, 1.5) translate3d(-40px, -20px, 0px);
}

.stories-grid .et_pb_portfolio {
    margin-bottom: 2% !important;
}

.stories-grid .et_overlay {
    display: none !important;
}

.stories-grid .et_pb_module_header {
    margin-bottom: 0 !important;
    display: inline;
}

body div.stories-grid .et_pb_module_header {
    background: rgba(0, 0, 0, .6);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    margin-top: 0 !important;
    min-width: 200px;
    width: 225px;
    padding: 1em;
    padding-top: 100px;
    padding-bottom: 105px !important;
}

body div.stories-grid .et_pb_module_header a {
    margin-top: 0 !important;
    text-align: right !important;
    display: block;
    font-family: 'Lato', Helvetica, Arial, Lucida, sans-serif !important;
    font-size: 26px !important;
    line-height: 30px !important;
    color: #fff !important;
}

body div.stories-grid .et_pb_module_header a:hover{
    color: #f0f0f0 !important;
    text-decoration: underline !important;
}

body div.stories-grid .et_pb_module_header a:after {
    content: 'READ \00BB';
    text-transform: uppercase;
    color: #f0f0f0;
    display: block;
    font-size: 18px;
}

body div.stories-grid .et_pb_module_header:after {
    content: '';
    display: block;
    width: calc(100% - 40px);
    height: 80px;
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: contain;
    filter: grayscale(100%);
    mix-blend-mode: screen;
    position: absolute;
    box-sizing: border-box;
    bottom: 20px;
    right: 20px;
}

#post-214 .et_pb_module_header:after {
    background-image: url(/wp-content/themes/Divi-child/images/projects/vineyard-vines-logo.png);
}

#post-215 .et_pb_module_header:after {
    background-image: url(/wp-content/themes/Divi-child/images/projects/osu-logo.png);
}

#post-216 .et_pb_module_header:after {
    background-image: url(/wp-content/themes/Divi-child/images/projects/depauw-logo.png);
}

#post-361 .et_pb_module_header:after {
    background-image: url(/wp-content/themes/Divi-child/images/projects/safe-auto-logo.png);
}

#post-366 .et_pb_module_header:after {
    background-image: url(/wp-content/themes/Divi-child/images/projects/ou-logo.png);
}

#post-378 .et_pb_module_header:after {
    background-image: url(/wp-content/themes/Divi-child/images/projects/af-logo.png);
}

#post-356 .et_pb_module_header:after {
    background-image: url(/wp-content/themes/Divi-child/images/projects/uc-logo.png);
}

#post-384 .et_pb_module_header:after {
    background-image: url(/wp-content/themes/Divi-child/images/projects/aerie-logo.png);
}

@media only screen and (max-width: 980px) {
    .stories-grid .stories-2-across div.project {
        width: 100%;
    }

    body div.stories-grid .et_pb_module_header {
        width: 100%;
    }

    .cut-ins {
        margin-bottom: 25px;
    }

    #brochure-download {
        background-image: none !important;
    }

    .stories-2-across .et_pb_portfolio_items {
        text-align: left;
    }
}


/* stories grid asymmetry */

@media only screen and (min-width: 981px) {
    .stories-asymmetry .stories-2-across {
        padding-bottom: 100px;
    }

    .stories-asymmetry .stories-2-across div.project:nth-of-type(2) {
        top: 100px;
    }

    .stories-asymmetry .stories-1-across {
        width: 72%;
        float: right;
    }

    .stories-asymmetry .stories-1-across div.project {
        padding-right: 100px;
    }

    .stories-asymmetry .stories-full-grid .et_pb_ajax_pagination_container > .type-project:nth-of-type(2n+1),
    .stories-asymmetry .stories-full-grid .et_pb_ajax_pagination_container > .type-project:nth-of-type(2n+2) {
        width: 48%;
        margin-right: 2%;
        display: inline-block;
        height: 412px;
        vertical-align: top;
        overflow: hidden;
    }

    .stories-asymmetry .stories-full-grid .et_pb_ajax_pagination_container > .type-project:nth-of-type(2n+2) {
        margin-right: 0 !important;
    }
}

.stories-asymmetry .stories-full-grid .et_pb_ajax_pagination_container > .type-project {
    margin-bottom: 2% !important;
}

/* portfolio item */

.portfolio-next,
.portfolio-next .et_pb_row {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    z-index: 999999;
}

.portfolio-next:hover .et_portfolio_image img {
    transform: scale3d(1.5, 1.5, 1.5) translate3d(-40px, -20px, 0px);
}

.portfolio-next .et_pb_column.et-last-child {
    min-height: 50vh;
    display: flex;
    align-items: center;
    transition: all 0.5s cubic-bezier(.25, .8, .25, 1);
}

.portfolio-next .et_pb_column .et_pb_text_inner,
.portfolio-next .et_pb_column .portfolio-next-container {
    padding: 20% 0 20% 100px;
}

.portfolio-next .et_pb_column .portfolio-next-container {
    display: block;
    text-align: left;
}

.portfolio-next div.et-last-child {
    display: flex;
}

.portfolio-next .et_pb_column .portfolio-next-container h2:before {
    content: 'Next Case Study';
    display: block;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-family: 'Crimson Text', Georgia, "Times New Roman", serif;
}

.portfolio-next.gallery-next .et_pb_column .portfolio-next-container h2:before {
    content: 'Explore Our Work';
}

.portfolio-next.port-next .et_pb_column .portfolio-next-container h2:before {
    content: 'Case Studies';
}

.portfolio-next .et_pb_column .portfolio-next-container h2 {
    font-family: 'Lato', Helvetica, Arial, Lucida, sans-serif;
    color: #fff !important;
}

.portfolio-next img {
    margin-top: 100px;
    filter: grayscale(100%);
    mix-blend-mode: screen;
}

.portfolio-next:hover .et_pb_column.et-last-child {
    background: rgba(15, 11, 10, 1);
}

.single-project h1 {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
}

.single-project .small-heading {
    font-size: 18px;
    padding-bottom: 1em !important;
}


/* .cut-ins */

.cut-ins .et_pb_text a,
.et_pb_text a.more-link {
    text-transform: uppercase;
    text-align: right;
    display: block;
}

@media only screen and (min-width: 981px) {
    .cut-ins .et_pb_column {
        width: 50% !important;
        margin: 0 !important;
    }

    .cut-ins {
        padding: 0 !important;
        background-size: initial !important;
        margin-bottom: 4%;
    }

    .cut-ins.cut-in-center div.cut-in-top {
        padding-bottom: 200px !important;
    }

    .cut-ins.cut-in-center .et_parallax_bg {
        background-position: left calc(50% - 580px) top 15%;
    }

    .cut-ins.cut-in-right,
    .cut-ins.cut-in-right .et_parallax_bg {
        padding-top: 230px !important;
        padding-bottom: 0 !important;
        background-position: calc(50% - 580px) 15%;
    }

    .cut-ins .cut-in {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .cut-ins.cut-in-left,
    .cut-ins.cut-in-left .et_parallax_bg {
        padding-bottom: 230px !important;
        padding-top: 0 !important;
        background-position: right calc(50% - 580px) top 15%;
    }
}

.parallax-right .et_parallax_bg {
    background-position: top right !important;
}

@media only screen and (min-width: 1500px) {
    .cut-ins.cut-in-right {
        padding-top: 330px !important;
    }

    .cut-ins.cut-in-left {
        padding-bottom: 330px !important;
    }
}

.cut-ins .cut-in-right {}


/* brochure-download */

#brochure-download {
    background-position: calc(50% - 610px) 70%;
}

#brochure-download .smaller-caption small {
    font-size: .8em;
}

#brochure-download .smaller-caption .et_pb_text_inner {
    color: #fff;
    text-align: right;
    position: absolute;
    bottom: 0;
    right: 40px;
}

#brochure-download .smaller-caption .et_pb_text_inner p {
    text-shadow: 0 0 8px rgba(0, 0, 0, 1);
}


/* forms */

body.et_divi_theme .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
body.et_divi_theme .gform_wrapper textarea.textarea,
body.et_divi_theme div.form_saved_message div.form_saved_message_emailform form input[type=text] {
    border-bottom: 1px solid #58595b;
    background: #fff;
    padding: 0 1em 0 0;
    font-size: 16px;
    line-height: 2.5em;
}

body.et_divi_theme .gform_wrapper .top_label .gfield_label {
    text-transform: uppercase;
    font-size: 14px;
    color: #212121;
}

body.et_divi_theme .gform_wrapper .gfield_required {
    color: #8C7503 !important;
}

body.et_divi_theme .gform_wrapper h3.gform_title {
    text-transform: capitalize;
}

::-webkit-input-placeholder {
    /* Chrome */
    color: #333 !important;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: #333 !important;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #333 !important;
    opacity: 1 !important;
}

:-moz-placeholder {
    /* Firefox 4 - 18 */
    color: #333 !important;
    opacity: 1 !important;
}

body.et_divi_theme .gform_wrapper li div {
    margin-top: 0 !important;
}

body.et_divi_theme .gform_wrapper ul li.gfield {
    margin-top: 1.5em !important;
}

body.et_divi_theme .gform_wrapper .gform_footer input.button,
body.et_divi_theme .gform_wrapper .gform_footer .et_pb_button,
body.et_divi_theme .gform_wrapper .gform_page_footer input.button,
body.et_divi_theme div.form_saved_message div.form_saved_message_emailform form input[type=submit],
.et_pb_button {
    border-color: #8C7503;
    transition: all 0.5s cubic-bezier(.25, .8, .25, 1);
    font-size: 14px;
    padding: 1em 3em 1em 2em !important;
}

.et_pb_button,
input.button {
    transition: border-color 2s ease;
    border: 1px solid #8C7503 !important;
}

.et_pb_button:hover,
input.button:hover {
    border-color: rgba(0, 0, 0, 1) !important;
}


/* parallax page */

.parallax-text-section-left > .et_pb_row > .et_pb_column_2_3 {
    z-index: 0;
}

.parallax-empty .et_pb_column {
    height: 50vh;
    transform: translateZ(0);
}

.parallax-empty {
    margin: 0 !important;
    padding: 0 !important;
}

.parallax-divider {
    z-index: 9999999;
}

@media only screen and (min-width:981px) {
    .parallax-asymmetry .et_pb_column {
        overflow: visible !important;
    }

    .parallax-asymmetry-right .et_pb_column {
        left: 20%;
    }

    .parallax-asymmetry-left .et_pb_column {
        right: 20%;
    }

    body .parallax-asymmetry.parallax-margins,
    .parallax-empty.parallax-asymmetry.parallax-asymmetry-right {
        margin: 100px 0 !important;
    }
}

p.small {
    font-size: .7em;
    line-height: 1.8em;
}

@media only screen and (min-width: 981px) {
    .special-cut-in-right {
        width: 40% !important;
        position: absolute !important;
        background: #fff;
        right: 0;
        top: 40vh;
        padding-top: 1.5em !important;
        padding-right: 2em !important;
        padding-bottom: 2em !important;
        padding-left: 2em !important;
        z-index: 999999;
    }

    .special-cut-in-left {
        width: 40% !important;
        position: absolute !important;
        background: #fff;
        left: 0;
        bottom: 10%;
        padding-top: 1.5em !important;
        padding-right: 2em !important;
        padding-bottom: 2em !important;
        padding-left: 2em !important;
        z-index: 999999;
    }

    .form-cut-in .special-cut-in-left {
        width: 50% !important;
        position: absolute;
    }

    .parallax-text-section-left .et_pb_specialty_column.et-last-child {
        float: right !important;
    }
}

.creed blockquote {
    font-family: 'Crimson Text', Georgia, "Times New Roman", serif;
    border: 0;
    padding: 0;
    font-style: italic;
    font-size: 1em;
    line-height: 2em;
    margin: 0;
}

.creed h1 {
    font-size: 2.5em;
    text-transform: capitalize;
    padding: 1em 0 1em 0;
    font-style: italic;
    letter-spacing: -1px;
}


/* #main-blog */

#main-blog .et_pb_post {
    padding: 0 4em;
    text-align: left;
}

#main-blog .et_pb_post .entry-featured-image-url {
    width: 60%;
    float: left;
    margin-right: 2em;
}

#main-blog .et_pb_post .entry-featured-image-url:after {
    content: "";
    position: absolute !important;
    top: 0;
    left: 50%;
    right: 0;
    bottom: 0;
    z-index: 1;
    background: linear-gradient(90deg, rgba(228, 231, 229, 0.01) 0, rgba(216, 219, 222, 0.8) 89%, rgba(214, 217, 220, 0.8));
}

#main-blog.et_pb_posts a.more-link {
    clear: none;
    text-align: right;
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding-top: 2em;
}

#main-blog.et_pb_posts .published,
.single-post .published {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

#main-blog.et_pb_posts .et_pb_post .entry-title a {
    text-decoration: none;
    text-transform: capitalize;
    font-size: 30px;
    line-height: 1em;
}

#brochure-download h2,
.form-cut-in h2{
	text-transform: capitalize;
}

#main-blog.et_pb_posts a.more-link:after {
    content: '9';
    font-size: 12px;
    color: #44532C;
    text-shadow: 0 0 0;
    font-family: ETmodules !important;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1;
    text-transform: none;
    top: 1px;
    left: 2px;
    position: relative;
    speak: none;
}

#main-blog.et_pb_posts a.more-link:hover:after {
    color: #C3A303 !important;
}


/* single-post */

.single-post #main-content > .container:before {
    content: none;
    border: none;
}

.single-post #main-content > .container #left-area {
    width: 100% !important;
    float: none;
    padding: 0;
}

.single-post .et_post_meta_wrapper img {
    max-width: 70%;
    height: auto;
    margin: 0 auto;
    display: block;
}

.single-post h1.entry-title,
.single-post .post-meta {
    max-width: 600px;
    margin: 0 auto;
}

.single-post .et_post_meta_wrapper:first-of-type {
    background: #e7e7e5;
    padding: 60px 40px 80px;
}

.single-post .et_pb_posts_nav {
    text-align: center;
}

.single-post .nav-previous {
    float: none;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
}


/* contact forms */

body .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
body .gform_wrapper textarea.textarea,
body div.form_saved_message div.form_saved_message_emailform form input[type=text] {
    height: 3em !important;
}


/*
.et_pb_button:before,
.et_pb_button:after,
input.button:before,
input.button:after {
    width: 100% !important;
    height: 100% !important;
    z-index: 3 !important;
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    box-sizing: border-box !important;
    -webkit-transform: scale(0) !important;
    transition: 0.5s !important;
    -webkit-transform: scale(1) !important;
}

.et_pb_button:before,
input.button:before {
    border-bottom: 1px solid #000 !important;
    border-left: 1px solid #000 !important;
    -webkit-transform-origin: 0 100% !important;
}

input.button:after,
.et_pb_button:after {
    border-top: 1px solid #000 !important;
    border-right: 1px solid #000 !important;
    -webkit-transform-origin: 100% 0% !important;
}

.et_pb_button,
input.button {
    transition: 0.5s !important;
    position: relative !important;
}

.et_pb_button:hover,
input.button:hover {
    border: 1px solid rgba(0, 0, 0, 0) !important;
}*/

@media (min-width: 981px) {
    .et_pb_gutters3 .footer-widget {
        margin-bottom: 2.5%;
    }
}

#footer-logos {
    background-color: #eaeaea;

}

#footer-logos .container {
    width: 100%;
    padding: 4vh 0 !important;

}

#footer-logos ul {
    display: flex;
}

#footer-logos ul li {
    padding: 4%;
    padding-top: .5%;
    padding-bottom: .5%;
}

@media (max-width: 980px) {
    #footer-logos ul {
        display: flex;
        max-width: 100%;
    }

    #footer-logos .container {
        width: 80%;
    }

    #footer-logos ul li {
        padding: 2%;
        padding-top: 0;
        padding-bottom: 0;
    }
}

p.fsc-certified {
    text-align: center;
    padding-bottom: 10px !important;
}

/*about us edits */

#new-acquisition .et_pb_text_inner {
    left: 650px;
    bottom: 40px;
    background-color: #fff;
    /*    width: 650px;*/
    padding: 25px;
}

#new-acquisition .et_pb_text_4 {
    background-color: transparent;
}

@media (max-width: 981px) {
    #new-acquisition .et_pb_text_inner {
        position: static;
        width: 80%;
        margin: 0 auto;
    }

    #new-acquisition {
        width: 100%;
    }
}

.et_toggle_fullscreen_menu {
    border-color: rgba(255, 255, 255, 0.5) !important;
}

body .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
body .gform_wrapper textarea.textarea,
body div.form_saved_message div.form_saved_message_emailform form input[type=text] {
    color: #000;
}

.page-id-243 #page-container .fix-cls {
    padding-top: 93px !important;
}

body .et_pb_button {
	background: #8C7503;
    color: #fff;
}

body .et_pb_button:after{
	color: #fff !Important;
}


/* Woodworking Industry Cards */

/* Industry Cards — 3-col grid, dark left-half overlay (mirrors stories-grid pattern) */
.woodworking-industry-cards .et_pb_column {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}

.woodworking-industry-cards .et_pb_blurb {
    height: 280px;
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: center;
}

.woodworking-industry-cards .et_pb_blurb_content {
    position: absolute;
    inset: 0;
    max-width: unset;
}

.woodworking-industry-cards .et_pb_blurb_container {
    position: absolute;
    top: 0;
    left: 0;
    width: 45%;
    height: 100%;
    padding: 24px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
    z-index: 1;
}

.woodworking-industry-cards .et_pb_blurb::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 45%;
    height: 100%;
    background: rgba(0, 0, 0, 0.85);
    transition: width 0.4s ease;
    z-index: 0;
}

.woodworking-industry-cards .et_pb_blurb:hover::before {
    width: 100%;
}

.woodworking-industry-cards .et_pb_module_header {
    color: #fff !important;
    margin-bottom: 8px !important;
}

.woodworking-industry-cards .et_pb_blurb:hover .et_pb_module_header {
    text-decoration: underline;
}

.woodworking-industry-cards .et_pb_blurb_description,
.woodworking-industry-cards .et_pb_blurb_description p {
    color: rgba(255, 255, 255, 0.85) !important;
    font-size: 14px;
    line-height: 1.5;
    margin: 0;
}

@media only screen and (max-width: 950px) {
    .woodworking-industry-cards .et_pb_column {
        grid-template-columns: repeat(1, 1fr);
    }
    .woodworking-industry-cards .et_pb_blurb_container {
        width: 40%;
        padding: 24px 40px;
    }
}

@media only screen and (max-width: 640px) {
    .woodworking-industry-cards .et_pb_column {
        grid-template-columns: 1fr;
    }

    .woodworking-industry-cards .et_pb_blurb_container {
        width: 65%;
    }
}

/* Our Capabilities Industries — CSS grid, 3-col → 2-col tablet */
.our-capabilities-industries .et_pb_column {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 380px));
    justify-content: center;
    gap: 4px;
}

.our-capabilities-industries .et_pb_blurb {
    padding: 6px 8px;
}

.our-capabilities-industries .et_pb_blurb_content {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 12px;
    max-width: unset;
}

.our-capabilities-industries .et-pb-icon {
    font-size: 30px !important;
    color: #8C7503 !important;
}

.our-capabilities-industries .et_pb_blurb_container {
    flex: 1;
    margin-top: 8px;
}

.our-capabilities-industries .et_pb_module {
    margin-bottom: 0px;
}

.our-capabilities-industries .et_pb_module_header {
    font-size: 18px !important;
    line-height: 0.8 !important;
    margin: 0 !important;
    text-align: left !important;
}

@media only screen and (max-width: 980px) {
    .our-capabilities-industries .et_pb_column {
        grid-template-columns: repeat(2, minmax(0, 380px));
    }
}