body #masthead {
    position: sticky !important;
    top: 0;
}

body.admin-bar #masthead {
    top: 32px;
}

.gcds-form-row {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 0 20px;
}

.wpcf7 label {
    width: 100%;
    font-weight: 600;
}

.wpcf7 input:not([type="submit"]),
.wpcf7 textarea,
.wpcf7 select {
    width: 100%;
    margin-top: 10px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.wpcf7 p {
    margin-bottom: 25px;
}

body .wpcf7 .wpcf7-submit {
    border-color: var( --e-global-color-primary );
    color: #fff;
    background-color: var( --e-global-color-primary );
}

body .wpcf7 .wpcf7-submit:hover {
    color: var(--e-global-color-primary);
    background-color: transparent;
}

.elementor-widget-icon-box.elementor-position-left .elementor-icon-box-wrapper .elementor-icon-box-icon {
    margin-top: 3px;
}

.elementor-widget-icon-box.elementor-position-left .elementor-icon-box-wrapper .elementor-icon-box-content .elementor-icon-box-title {
    margin-top: 0;
}

.post-password-form {
    position: fixed;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    transform: translateY(-50%);
    max-width: 620px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.07);
    padding: 24px;
    border-radius: 15px;
}

.post-password-form p:last-child {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 0;
}

.post-password-form p:last-child label {
    width: 100%;
}

.post-password-form p:last-child label input {
    margin-top: 10px;
}

.post-password-form p:last-child input[type="submit"] {
    width: 100%;
    background-color: var( --e-global-color-primary );
    color: #fff;
    border-color: var( --e-global-color-primary );
    margin-top: 20px;
}

@media screen and (max-width: 1140px) {
    body {
        position:relative;
        right: 0;
        transition: right 0.5s ease
    }

    /*** Hamburger Menu ***/


    .smalls-header .hfe-nav-menu__toggle {
        position: relative;
        height: 30px;
        width: 30px;
        padding: 0;
        display: flex!important;
        outline: none;
        align-items: center
    }

    .hfe-nav-menu__toggle .hfe-nav-menu-icon i {
        display: none
    }

    .hfe-nav-menu__toggle .hfe-nav-menu-icon {
        display: block;
        height: 3px;
        width: 100%;
        position: relative;
        background: #fff;
        padding: 0
    }

    .hfe-nav-menu__toggle .hfe-nav-menu-icon:before,.hfe-nav-menu__toggle .hfe-nav-menu-icon:after {
        content: "";
        display: block;
        width: 70%;
        height: 100%;
        position: absolute;
        top: -8px;
        left: 0;
        background: #fff;
    }

    .hfe-nav-menu__toggle .hfe-nav-menu-icon:after {
        top: auto;
        bottom: -8px
    }

    .hfe-flyout-wrapper {
        width: 280px;
        right: -280px;
        position: fixed;
        top: 0;
        bottom: 0;
        background: #000;
        height: 100%;
        transition: right 0.5s ease
    }

    .hfe-flyout-wrapper .hfe-flyout-overlay {
        display: none!important
    }

    .hfe-flyout-wrapper .hfe-side.hfe-flyout-right {
        width: 100%!important;
        transition: none;
        display: block;
        margin: 0;
        padding-top: 30px;
        position: static
    }

    .hfe-flyout-wrapper .hfe-side.hfe-flyout-right .hfe-flyout-close {
        padding: 0;
        height: 25px;
        width: 25px;
        display: block;
        margin-top: 0;
        margin-right: 20px
    }

    .hfe-flyout-wrapper .hfe-side.hfe-flyout-right .hfe-flyout-close i {
        position: relative;
        display: block;
        height: 100%;
        width: 100%;
        font-size: 0;
        line-height: normal
    }

    .hfe-flyout-wrapper .hfe-side.hfe-flyout-right .hfe-flyout-close i:before,.hfe-flyout-wrapper .hfe-side.hfe-flyout-right .hfe-flyout-close i:after {
        content: "";
        display: block;
        position: absolute;
        top: 11px;
        background: #FFF;
        height: 3px;
        left: 0;
        width: 100%
    }

    .hfe-flyout-wrapper .hfe-side.hfe-flyout-right .hfe-flyout-close i:before {
        transform: rotate(45deg)
    }

    .hfe-flyout-wrapper .hfe-side.hfe-flyout-right .hfe-flyout-close i:after {
        transform: rotate(-45deg)
    }

    .hfe-flyout-wrapper .hfe-side.hfe-flyout-right li.menu-item a {
        justify-content: flex-start;
    }

    .hfe-flyout-wrapper .hfe-side.hfe-flyout-right li.menu-item a .menu-image-hover-wrapper img.menu-image {
        filter: invert(1);
        -webkit-filter: invert(1);
    }

    body.hfe-flyout-animating .hfe-flyout-wrapper {
        right: 0
    }

    .gcds-sticky #masthead {
        transition: right 0.5s ease;
    }

    body.hfe-flyout-animating,
    body.hfe-flyout-animating.gcds-sticky #masthead {
        right: 280px
    }

    body .hero-content {
        background: transparent !important;
        box-shadow: none !important;
    }
}

/*** END of Hamburger Menu ***/

@media screen and (max-width: 782px) {
    html #wpadminbar {
        top: -46px;
    }
}

@media screen and (max-width: 767px) {
    .gcds-form-row {
        grid-template-columns: 1fr;
    }
}