/*
Theme Name: Hello Elementor Child
Theme URI:
Description: Child theme for Hello Elementor
Author: WheelHouse IT
Author URI: https://wheelhouseit.com
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
*/

/* -- GLOBAL TYPOGRAPHY -- */
body {
    font-family: Inter, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #737373;
}

h1,
.elementor-widget-heading h1.elementor-heading-title {
    font-family: Inter, Arial, sans-serif;
    font-size: 29px;
    font-weight: 400;
    color: #ffffff;

}

h2,
.elementor-widget-heading h2.elementor-heading-title {
    font-family: Inter, Arial, sans-serif;
    font-size: 23px;
    font-weight: 400;
    color: #141414;
}

h3,
.elementor-widget-heading h3.elementor-heading-title {
    font-family: Inter, Arial, sans-serif;
    font-size: 17px;
    font-weight: 400 !important;
    color: #141414;
}

h4,
.elementor-widget-heading h4.elementor-heading-title {
    font-family: Inter, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #141414;
}

.elementor-widget-container {
    font-family: Inter, Arial, sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: #737373;
}

.Office_text p {
    color: #141414 !important;
}

p {
    font-family: Inter, Arial, sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: #737373;
}

li {
    font-family: Inter, Arial, sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: #737373;
}

a {
    font-family: Inter, Arial, sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: #141414;
    text-decoration: none;
}

.elementor-widget-heading .elementor-heading-title[class*="elementor-size-"] > a {
    color: #141414;
    text-decoration: none;
}


/* -- HOME NAV -- */
#home-nav {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
}

#home-nav:not(.nav--scrolled) {
    background-color: transparent;
}

.nav--scrolled {
    background-color: #ffffff;
    transition: background-color 0.3s ease;
}


/* -- SITE NAV -- */
#site-nav {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    background-color: #ffffff;
}


/* -- BUTTONS -- */
body .viewall .elementor-button {
    background-color: transparent;
    border: none;
    padding: 0;
    font-size: 12px;
    color: #141414;
}

body .viewall .elementor-button:hover,
body .viewall .elementor-button:focus {
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
}

body .cta-button .elementor-button {
    background-color: #FFFFFF;
    font-size: 12px;
    text-transform: uppercase;
    color: var(--e-global-color-1c3cc53);
    border-style: solid;
    border-width: 1px;
    border-color: var(--e-global-color-238efe5);
    padding: 13px 32px;
    border-radius: 0px !important;
}

body .cta-button .elementor-button:hover,
body .cta-button .elementor-button:focus {
    background-color: var(--e-global-color-8730c07);
    color: var(--e-global-color-1c3cc53);
    border-color: var(--e-global-color-1c3cc53);
}


/* -- ACCORDION TRIGGER -- */
.e-n-accordion-item-title-text,
.henson-accordion-trigger {
    font-size: 17px;
    font-weight: 400;
    text-transform: uppercase;
    padding-bottom: 0px;
    letter-spacing: 0.05em;
    color: #141414;
    font-family: Inter, Arial, sans-serif;
    text-decoration: none;
}

.henson-accordion .henson-accordion-content-inner a:hover {
    text-decoration: none;
    font-weight: 600;
}

.henson-accordion-content-inner p:last-child {
    margin-bottom: 0;
}

.henson-accordion .henson-accordion-content-inner {
    padding: 8px 0 16px 0px;
}

.henson-section-label h3 {
    font-weight: 300 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.05em !important;
    padding: 8px 0 0 0 !important;
    margin: 0 !important;
}


/* -- TEAM CARD -- */
.team_member_card p {
    font-size: 13px;
    font-weight: 400;
    color: #737373;
    margin-bottom: 0px;
}

.henson-team-title-line {
    margin: 0px;
    padding-top: 6px;
    text-align: center;
    font-size: 14px !important;
    font-weight: 400;
}


/* -- GALLERY -- */
.henson-gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, 360px);
    gap: 30px;
    width: 100%;
}

.henson-gallery-grid-item {
    display: block;
    width: 360px;
    height: 360px;
    overflow: hidden;
}

.henson-gallery-grid-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: opacity 0.2s ease;
}

.henson-gallery-grid-item:hover img {
    opacity: 0.9;
}


/* -- SERVICES -- */
.service_image {
    width: 360px;
    height: 360px;
    object-fit: cover;
    object-position: center;
    display: block;
}


/* -- AWARDS -- */
.image-awards {
    flex-shrink: 0;
    width: 360px;
    min-width: 360px;
}


/* -- FOOTER -- */
.footer_info_style a {
    font-size: 12px !important;
    text-transform: uppercase !important;
}

#footer_cata,
#footer_cata p {
    font-size: 12px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    color: #141414 !important;
}

.nav_footer_cus a {
    font-size: 14px !important;
    text-transform: uppercase !important;
    color: #141414 !important;
}


/* -- MISC -- */
.posttitle h1 {
    color: #141414;
}

.headersection  {
    aspect-ratio: 8 / 3;
    width: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    padding: 0px 0px 30px !important;
}

.content-container {
    padding-top: 30px;
}

.contact_pclear p {
    margin: 0px;
}

.gfield_description {
    padding: 0px !important;
    margin: 0px !important;
}

.included_services {
    padding:14px 0 !important;
}

.included_services p {
    margin: 0 !important;
}


/* -- FILTER ITEMS -- */
.e-filter-item {
    text-transform: uppercase;
    border-width: 0px !important;
    font-size: 12px !important;
}

.e-filter-item:hover {
    font-weight: 600 !important;
    text-transform: uppercase !important;
    border-width: 0px !important;
}

.e-filter-item[aria-pressed="true"] {
    background-color: transparent !important;
    color: #141414 !important;
    font-weight: 600 !important;
    border-width: 0px !important;
}


/* -- RESPONSIVE -- */

#home-nav.nav--scrolled img {
    filter: invert(1);
    transition: filter 0.3s ease;
}

/* Desktop wide (1192px+) */
@media (min-width: 1192px) {
    .content-container {
        padding-left: 14px !important;
        padding-right: 14px !important;
    }
}

/* Desktop wide (1025px+) */
@media (min-width: 1025px) {

    /* Home nav */
    #home-nav:not(.nav--scrolled):hover {
        background-color: #1F1F1F2E;
        transition: background-color 0.3s ease;
    }

    .nav--scrolled .elementor-nav-menu a {
        color: #141414 !important;
        transition: color 0.3s ease;
    }

    #home-nav:not(.nav--scrolled) .elementor-nav-menu a:hover,
    .nav--scrolled .elementor-nav-menu a:hover {
        font-weight: 600;
    }

    .nav--scrolled .elementor-nav-menu .current-menu-item > a,
    .nav--scrolled .elementor-nav-menu .current_page_item > a {
        background-color: transparent;
        color: #141414;
        font-weight: 600;
        text-decoration-thickness: 1px;
        text-underline-offset: 4px;
    }

    #home-nav .elementor-nav-menu .sub-menu li a:hover,
    .nav--scrolled .elementor-nav-menu .sub-menu li a:hover {
        background-color: #ffffff;
        color: #141414;
        font-weight: 600;
    }

    /* Site nav */
    #site-nav .elementor-nav-menu a {
        color: #141414 !important;
        transition: color 0.3s ease;
    }

    #site-nav .elementor-nav-menu a:hover {
        font-weight: 600;
    }

    #site-nav .elementor-nav-menu .current-menu-item > a,
    #site-nav .elementor-nav-menu .current_page_item > a {
        background-color: transparent;
        color: #141414;
        font-weight: 600;
        text-decoration-thickness: 1px;
        text-underline-offset: 4px;
    }

    #site-nav .elementor-nav-menu .sub-menu li a:hover {
        background-color: #ffffff;
        color: #141414;
        font-weight: 600;
    }
}

/* Desktop nav last item (1000px+) */
@media (min-width: 1000px) {
    .desk_nav > a,
    .desk_nav > a:hover,
    .desk_nav > a:focus {
        padding-right: 0 !important;
    }
}

/* Tablet (max 1024px) */
@media (max-width: 1024px) {

    #home-nav img {
        filter: invert(1);
        transition: filter 0.3s ease;
    }

    .headersection {
        padding-left: 14px !important;
    }

    .content-container {
        padding: 30px 14px 0px !important;
    }

    .henson-gallery-grid {
        grid-template-columns: repeat(2, 360px);
    }
}

/* Mobile (max 767px) */
@media (max-width: 767px) {

    .image-awards {
        flex-shrink: 1;
        width: 100%;
        min-width: 0;
    }

    .headersection {
        padding-left: 14px !important;
    }

    .content-container {
        padding: 30px 14px 0px !important;
    }

    .henson-gallery-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .henson-gallery-grid-item {
        width: 100%;
        height: auto;
        aspect-ratio: 1 / 1;
    }

    .service_image {
        width: 100%;
        height: auto;
    }
}
