:root{
    --color-black: #000;
    --color-lightgreen: #4FC798;
    --color-white: #ffffff;
    --color-grey:#383838;
    --color-green:#4FC798;
}


/* TOP HEADER */

body:not(.logged-in) .logged-in-only {
    display: none;
}

.pmpro_section #loginform .login-submit .button {
    margin: auto;
}

.top-header .elementor-col-50 > .elementor-element-populated {
    display: flex;
}

.top-header .elementor-col-50:first-child {
    width: 70%;
}

.top-header .elementor-col-50:last-child {
    width: 30%;
}

.top-header .elementor-col-50:last-child .elementor-widget-wrap {
    justify-content: flex-end;
}

.top-header .elementor-widget-text-editor {
    width: auto !important;
    margin-bottom: 0 !important;
}

.top-header .elementor-widget-text-editor p {
    margin: 0;
}

.top-header .elementor-button {
    display: block;
}


@media (min-width: 500px) {
    .top-header .elementor-col-50:first-child .elementor-widget-wrap {
        align-items: center;
        align-content: center;
    }
}


@media (min-width: 1200px) {
    .top-header .elementor-col-50:first-child .elementor-widget-wrap {
        padding-left: 0;
    }
    
    .top-header .elementor-col-50:last-child .elementor-widget-wrap {
        padding-right: 0;
    }
}

@media (max-width: 700px) {
    .top-header .elementor-col-50:first-child {
        width: 100%;
    }
    
    .top-header .elementor-col-50:last-child {
        width: 100%;
    }
    
    .top-header .elementor-col-50 > .elementor-element-populated {
        justify-content: center;
    }
    
    .top-header .elementor-col-50:last-child .elementor-widget-wrap {
        justify-content: center;
        padding-top: 0;
    }
}

@media (max-width: 500px) {
    .top-header .elementor-widget-text-editor {
        width: 100% !important;
        text-align: center;
    }
    
    .top-header .elementor-widget-text-editor p {
        font-size: 13px;
    }
    
    .top-header .header-button-wrapper {
        gap: 10px;
    }
    
    .top-header .membership-button,
    .top-header .dashboard-button {
        margin-left: 0;
        margin-top: 5px;
    }
}
/* /TOP HEADER */


.elementor-container.elementor-container-custom {
    overflow-x: scroll;
}

.woocommerce-account main {
    margin-top: 50px;
    margin-bottom: 50px;
}

.woocommerce-edit-account button.woocommerce-Button,
.woocommerce-edit-address .button[name="save_address"] {
    background: #000;
    color: #fff;
    margin-top: 15px;
}

.gf-form-restricted {
    color: #ffffff;
    margin: 10px 0;
}

#gf_form_restricted_2 {
    text-align: center;
}

.gf-form-restricted a {
    color: #F06B1D;
}

.gf-form-restricted a:hover {
    color: #F06B1D;
    text-decoration: underline;
}