@charset "UTF-8";
/*
Theme Name: Thurgood Excavating
Theme URI: https://thurgoodexcavating.com
Description: Genesis child theme for Thurgood Excavating showcasing professional excavation services and team.
Author: Your Name
Author URI: https://thurgoodexcavating.com
Version: 1.0
Tags: one-column, two-columns, custom-menu, full-width-template, theme-options, blog, custom-logo, featured-images
Template: genesis
Template Version: 3.3.5
License: GPL-2.0+
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: thurgood-excavating
*/

/* Table of Contents
----------------------------------------------
- HTML5 Reset
- Base Styles
- Header
- Navigation
- Footer
- Utilities
----------------------------------------------
*/

/* HTML5 Reset
--------------------------------------------- */
* {
    box-sizing: border-box;
}

html {
    font-size: 62.5%;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

body {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    background-color: #ffffff;
    color: #333333;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.625;
    margin: 0;
    padding: 0;
}

/* Base Styles
--------------------------------------------- */
.wrap {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

a {
    color: #6e1417;
    text-decoration: none;
    transition: all 0.3s ease;
}

a:hover,
a:focus {
    color: #494949;
}

/* Header Styles
--------------------------------------------- */
.site-header {
    background-color: #fcfcfc;
    padding: 10px 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    position: sticky;
    top: 0;
    z-index: 1000;
}

.site-header .wrap{
    display: flex;
    align-content: flex-end;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
}
.site-inner .wrap:first-of-type {
    /* padding: 0; */
    /* max-width: 100%; */
    /* width: 100%; */
}

.title-area {
    float: left;
    padding: 5px 0;
    display: inline;
    position: relative;
    max-width: 230px;
    height: fit-content;
}
.title-area .site-title {
display: none;
}

.site-title {
    margin: 0;
    font-size: 28px;
    font-weight: 700;
    line-height: 1;
}

.site-title a {
    color: #1e3a8a;
}

.custom-logo-link {
    display: block;
}

.custom-logo-link img {
    /* max-width: 300px; */
    /* height: auto; */
}

/* Hide default site description */
.site-description {
    display: none;
}


/*topbar */

.topbar.widget-area {
    background: #353131;
    color: white;
    padding: 8px;
    text-align: right;
}

.topbar.widget-area .wrap {
    display: flex;
    justify-content: flex-end;
    align-content: center;
    align-items: baseline;
    max-width: unset;
    padding: 0;
}

.topbar.widget-area a{
    color: white;
    font-size: 11px;
    padding: 0 5px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 3px;
}
.topbar.widget-area a:hover{
    color: #c0c0c0;
}

section#zoom-social-icons-widget-3 {
    width: fit-content;
    padding: 0 10px;
}

/* Navigation
--------------------------------------------- */
.genesis-nav-menu {
    clear: both;
    font-size: 16px;
    line-height: 1;
    width: fit-content;
    text-transform: uppercase;
}

.genesis-nav-menu .menu-item {
    display: inline-block;
    text-align: left;
    position: relative;
}

.genesis-nav-menu a {
    color: #606060;
    display: block;
    padding: 10px 20px;
    font-size: 13px;
    letter-spacing: 3px;
}

.genesis-nav-menu a:hover {
    font-weight: 550;
}

.genesis-nav-menu .sub-menu {
    left: -9999px;
    opacity: 0;
    position: absolute;
    transition: opacity 0.4s ease-in-out;
    width: 200px;
    z-index: 99;
}

.genesis-nav-menu .sub-menu a {
    background-color: #393636;
    border: none;
    color: #ffffff;
    font-size: 14px;
    padding: 15px 20px;
    position: relative;
    width: 200px;
}

.genesis-nav-menu .sub-menu a:hover {
    background-color: #33353b;
    color: #dedede;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
    left: auto;
    opacity: 1;
}

/* Responsive Menu Icon */
.responsive-menu-icon {
    cursor: pointer;
    display: none;
    text-align: center;
}

.responsive-menu-icon::before {
    color: #242424;
    content: "\f228";
    display: inline-block;
    font: normal 20px/1 "dashicons";
    margin: 0 auto;
    padding: 10px;
}

/* Footer Styles
--------------------------------------------- */
.site-footer {
    background-color: #ffffff;
    color: #5c5c5f;
    padding: 30px 20px;
    text-align: center;
    clear: both;
    border-top: 1px solid;
}

.site-footer p {
    margin: 0;
    font-size: 14px;
    color: #4f5054;
}

.site-footer a {
    color: #4f5054;
}

.site-footer a:hover {
    color: #191919;
}


/* Utility Classes
--------------------------------------------- */
.clearfix:after {
    content: "";
    display: table;
    clear: both;
}


.wrap {}

.footer-widgets .wrap {
    display: flex;
    justify-content: space-evenly;
    align-items: flex-start;
    flex-wrap: wrap;
    padding: 60px 10px;
}

.footer-widgets-1 {
    width: 40%;
}


.footer-widgets-2 {
    width: 28%;
}


.footer-widgets-3 {
    width: 11%;
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    flex-wrap: nowrap;
    margin: 25px auto auto;
}


.footer-widgets-3 img {
    margin: auto;
    text-align: center;
    
}

.footer-widgets-4 {
    width: 20%;
}


.footer-widgets-4 a {
    width: 100%;
    display: block;
    padding: 2px 0;
    color: black;
}


.divider-small::after {
    content: "";
    display: inline-block;
    width: 100px;
    max-width: 100%;
    border-top: 1px solid #e5e5e7;
    vertical-align: top;
}





h3.wp-block-heading {
    font-family: "Playfair";
    font-weight: 400;
    font-size: 35px;
}

span.wp-block-cover {
    font-family: "PT Serif";
}

.gb-block-cta {
    font-family: "PT Serif";
    font-weight: 200 !important;
    color: #d8d8d8;
}






/* Responsive - REPLACE YOUR EXISTING @media (max-width: 1000px) WITH THIS
--------------------------------------------- */
@media (max-width: 1000px) {
    .responsive-menu-icon {
        display: block;
        float: right;
    }

    .site-header .wrap {
        display: inline-flex;
        flex-direction: column;
        align-content: space-around;
        align-items: center;
        justify-content: center;
        width: 100%;
        padding: initial;
    }

.genesis-nav-menu.responsive-menu, .genesis-nav-menu {
    width: 100% !important;
    margin: auto;
    padding: initial;
}
        .site-header .nav-primary .wrap {
            /* display: block; */
            width: 100%;
            max-width: 100%;
            /* display: inline-block; */
            /* align-items: stretch; */
            /* align-content: stretch; */
        }
    .genesis-nav-menu.responsive-menu {
        display: none;
    }
    
    .genesis-nav-menu.responsive-menu.menu-open {
        display: block;
    }
    
    .genesis-nav-menu.responsive-menu .menu-item {
        display: block;
        width: 100%;
    }
    
    .genesis-nav-menu.responsive-menu a {
        width: 100%;
        padding: 15px 20px;
    }
    
    /* UPDATED SUBMENU STYLES - COLLAPSIBLE */
    .genesis-nav-menu.responsive-menu .sub-menu {
        display: none; /* Hidden by default */
        position: relative;
        left: auto;
        opacity: 1;
        width: 100%;
        padding: initial;
        background-color: #000000e3;
    }
    
    /* Show submenu when parent has .menu-open class */
    .genesis-nav-menu.responsive-menu .menu-item.menu-open > .sub-menu {
        display: block;
    }
    
    .genesis-nav-menu.responsive-menu .sub-menu a {
        width: 100%;
        padding-left: 40px;
        background-color: rgba(0, 0, 0, 0.05);
    }
    
    /* Add dropdown arrow indicator */
    .genesis-nav-menu.responsive-menu .menu-item-has-children > a {
        position: relative;
        padding-right: 50px;
    }
    
    .genesis-nav-menu.responsive-menu .menu-item-has-children > a::after {
        content: "\f347"; /* Down arrow */
        font-family: "dashicons";
        font-size: 18px;
        position: absolute;
        right: 20px;
        top: 50%;
        transform: translateY(-50%);
        transition: transform 0.3s ease;
    }
    
    /* Rotate arrow when open */
    .genesis-nav-menu.responsive-menu .menu-item.menu-open > a::after {
        transform: translateY(-50%) rotate(180deg);
    }
    
    /* Make parent menu items clickable */
    .genesis-nav-menu.responsive-menu .menu-item-has-children {
        cursor: pointer;
    }
    
    /* Nested submenus */
    .genesis-nav-menu.responsive-menu .sub-menu .sub-menu a {
        padding-left: 60px;
    }
}


@media (max-width: 930px) {

.footer-widgets .wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

    .footer-widgets-1,
     .footer-widgets-2 {
        width: 100%;
         padding: 20px;
    }

        .footer-widgets-3,
     .footer-widgets-4 {
        width: 100%;
        padding: 20px;
    }
}


@media (max-width: 550px) {

.topbar.widget-area a {
    width: 100% !important;
    display: block;
}
}












* ==========================================================================
   SUBPAGE HEADER - AUTOMATIC ON ALL PAGES
   Add this to the bottom of style.css
   ========================================================================== */

.subpage-header-section {
    width: 100%;
    height: 400px;
    background: linear-gradient(135deg, #1e3a8a 0%, #3b82f6 100%);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 60px;
}

.subpage-header-overlay {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    /* background: rgba(30, 58, 138, 0.7); */
}

.subpage-header-section .wrap {
    text-align: center;
    max-width: 1200px;
}

.subpage-header-section .entry-title {
    color: #333031;
    font-size: 48px;
    font-weight: 100;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: "Playfair";
    /* margin: 0 0 20px 0; */
    /* text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3); */
}

/* Breadcrumbs */
.subpage-header-section .breadcrumb {
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    margin: 0;
    padding: 0;
    float: none;
}

.subpage-header-section .breadcrumb a {
    color: #ffffff;
    text-decoration: none;
    transition: color 0.3s ease;
}

.subpage-header-section .breadcrumb a:hover {
    color: #e0e0e0;
    text-decoration: underline;
}

/* Responsive */
@media (max-width: 1024px) {
    .subpage-header-section {
        /* height: 350px; */
    }
    
    .subpage-header-section .entry-title {
        font-size: 40px;
    }
}

@media (max-width: 768px) {
    .subpage-header-section {
        /* height: 300px; */
        margin-top: 30px;
    }
    
    .subpage-header-section .entry-title {
        font-size: 32px;
    }
    
    .subpage-header-section .breadcrumb {
        font-size: 12px;
    }
}

@media (max-width: 480px) {
    .subpage-header-section {
        margin-top: 20px;
    }
    
    .subpage-header-section .entry-title {
        font-size: 22px;
    }
}