/* 
Theme Name: Graphicten Elementor Child
Theme URI: https://graphicten.com/
Description: Graphicten Elementor Child Theme
Author: Graphicten
Author URI: https://graphicten.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: g10-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

:root {
    --tec-color-text-primary: #141827;
    --tec-color-text-primary-light: #1418279e;
    --tec-color-text-secondary: #5d5d5d;
    --tec-color-text-disabled: #d5d5d5;
    --tec-color-icon-primary: #5d5d5d;
    --tec-color-icon-primary-alt: #757575;
    --tec-color-icon-secondary: #bababa;
    --tec-color-icon-active: #141827;
    --tec-color-icon-disabled: #d5d5d5;
    --tec-color-icon-focus: #013364;
    --tec-color-icon-error: #9E141F;
    --tec-color-event-icon: #141827;
    --tec-color-event-icon-hover: #013364;
    --tec-color-accent-primary: #013364;
    --tec-color-accent-primary-hover: #013364cc;
    --tec-color-accent-primary-active: #013364e6;
    --tec-color-accent-primary-background: #01336412;
    --tec-color-accent-secondary: #141827;
    --tec-color-accent-secondary-hover: #141827cc;
    --tec-color-accent-secondary-active: #141827e6;
    --tec-color-accent-secondary-background: #14182712;
    --tec-color-link-accent-hover: #013364cc;
    --tec-color-border-default: #d5d5d5;
    --tec-color-border-secondary: #e4e4e4;
    --tec-color-border-tertiary: #7d7d7d;
    --tec-color-border-hover: #5d5d5d;
    --tec-color-border-active: #141827;
    --tec-color-background: #fff;
    --tec-color-background-events: #0000;
    --tec-color-background-transparent: #fff9;
    --tec-color-background-secondary: #f7f6f6;
    --tec-color-background-messages: #14182712;
    --tec-color-background-secondary-hover: #f0eeee;
    --tec-color-background-error: #da394d14;
    --tec-color-box-shadow: rgba(#000, 0.14);
    --tec-color-box-shadow-secondary: rgba(#000, 0.1);
    --tec-color-scroll-track: rgba(#000, 0.25);
    --tec-color-scroll-bar: rgba(#000, 0.5);
    --tec-color-background-primary-multiday: #0133643d;
    --tec-color-background-primary-multiday-hover: #01336457;
    --tec-color-background-secondary-multiday: #1418273d;
    --tec-color-background-secondary-multiday-hover: #14182757;
    --tec-color-accent-primary-week-event: #334aff1a;
    --tec-color-accent-primary-week-event-hover: #334aff33;
    --tec-color-accent-primary-week-event-featured: #334aff0a;
    --tec-color-accent-primary-week-event-featured-hover: #334aff24;
}

html {
    background-color: #9E141F;
}

body {
    background-color: #fff;
}

.elementor-button {
    text-decoration: none !important;
}

.alignwide {
    margin-inline: 0 !important;
}

.elementor-widget-image a {
    display: block !important;
}

.gform-theme-button,
.gform_button {
    background-color: #9E141F !important;
    color: #fff !important;
    text-decoration: none !important;
    padding: 20px !important;
    border-radius: 4px !important;
    font-weight: bold !important;
    font-size: 20px !important;
}

.gform-theme-button:hover,
.gform_button:hover {
    background-color: #212121 !important;
    color: #fff !important;
}

.gfield_label {
    font-size: 20px !important;
}

.close-mobile {
    display: none;
}

.sponsors .elementor-widget-image a img[src$=".svg"] {
    width: 100% !important;
    height: auto !important;
}

.sponsors .elementor-widget-image a {
    width: 100% !important;
}

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

    #primaryNav.offcanvas-collapse {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 100%;
        width: 100%;
        padding-right: 1rem;
        padding-left: 1rem;
        overflow-y: auto;
        visibility: hidden;
        background-color: #212121;
        transition: transform 0.3s ease-in-out, visibility 0.3s ease-in-out;
        z-index: 32001;
    }

    #primaryNav .elementor {
        width: 100%;
    }

    #primaryNav .sub-arrow {
        margin-left: auto;
    }

    #primaryNav .current-menu-item .sub-arrow {
        fill: #9E141F !important;
    }

    #primaryNav .elementor-nav-menu {
        flex-direction: column;
    }

    #primaryNav .elementor-button {
        width: 100% !important;
        text-align: center !important;
    }
    #primaryNav .elementor-nav-menu--main {
        display: none !important;
    }

    #primaryNav .elementor-456 > .elementor-element > div {
        flex-direction: column;
    }

    #primaryNav .elementor-456 > .elementor-element > div > div {
        width: 100% !important;
    }

    #primaryNav .elementor-nav-menu {
        margin: 0 !important;
        justify-content: flex-start !important;
    }


    #primaryNav.offcanvas-collapse.open {
        visibility: visible;
        display: flex;
        transform: translateX(-100%);
    }

    .close-mobile {
        position: absolute;
        right: 20px;
        width: 40px;
        height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #9E141F !important;
        color: white !important;
        top: 28px;
        text-decoration: none;
        border-radius: 500px;
        z-index: 32002;
        display: block !important;
        padding: 0 !important;
        font-weight: bold !important;
    }

    .close-mobile:hover {
        background-color: #fff !important;
        color: #9E141F !important;
    }

    .close-mobile i.fas {
        display: flex !important;
    }
}

.section-wrap {
    padding: 100px 20px;
}

@media screen and (min-width: 1024px) {
    #primaryNav.offcanvas-collapse {
        transform: none !important;
    }
}

@media screen and (max-width: 991px) {
    .section-wrap {
        padding: 60px 20px;
    }
}

#tribe-events-pg-template {
    max-width: 1200px !important;
}

.tribe-block__venue {
    border: none !important;
}
.tribe-events-event-meta {
    padding: 24px !important;
}