/* 
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 */

html {
    background-color: #2A335E;
}

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: #DE171E !important;
    color: #fff !important;
    text-decoration: none !important;
    padding: 20px 24px !important;
    border-radius: 3px !important;
    font-weight: 700 !important;
    font-size: 20px !important;
}

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

.gform-theme--foundation .gform_fields {
    --gf-form-gap-y: 20px !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: #007cc0;
        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: #fff !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: #DE171E !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: #DE171E !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;
}

img {
    height: auto !important;
}

.elementor-widget-text-editor ul,
.elementor-widget-text-editor ol {
    margin-block-end: 15px !important;
}

.mapouter{position:relative;text-align:right;width:100%;height:400px;}.gmap_canvas {overflow:hidden;background:none!important;width:100%;height:400px;}.gmap_iframe {height:400px!important;}

.categories h5 {
    display: none !important;
}

.wp-block-separator {
    margin: 20px 0 !important;
} 

.categories ul {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.categories li a {
    color: #DE171E !important;
    font-size: 18px;
}

.categories li {
    margin-bottom: 15px;
}

.image-wrap img {
    aspect-ratio: 1/1 !important;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    object-fit: cover !important;
    object-position: center !important;
}

.skip-link {
	z-index: 9999999 !important;
}