/* =====================
   css child home page
   ====================== */
a {
    transition: all 0.25s linear;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    -ms-transition: all 0.25s linear;
}


.custom-event-form_wrapper .event-name input {
    border: 0;
    background: transparent !important;
    border: 0 !important;
    color: #fff !important;
    padding: 0 !important;
    pointer-events: none;
    font-size: 30px !important;
}

#gform_fields_2 {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.custom-event-form_wrapper .custom-event-form .left-col,
.custom-event-form_wrapper .custom-event-form .right-col {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.custom-contact-form_wrapper .custom-contact-form .gform-field-label,
.custom-event-form_wrapper .custom-event-form .gform-field-label {
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.3em;
    display: inline-block;
    margin-bottom: 18px;
}

.custom-contact-form_wrapper .custom-contact-form .gform-theme--framework .gfield--type-choice .gchoice,
.custom-contact-form_wrapper .custom-contact-form .gform-theme--framework .gfield--type-choice .ginput_container_consent,
.custom-event-form_wrapper .custom-event-form .gform-theme--framework .gfield--type-choice .gchoice,
.custom-event-form_wrapper .custom-event-form .gform-theme--framework .gfield--type-choice .ginput_container_consent {
    align-items: center;
}

.custom-contact-form_wrapper .custom-contact-form .gform-theme--foundation .gfield,
.custom-event-form_wrapper .custom-event-form .gform-theme--foundation .gfield {
    margin-bottom: 40px;
}

.custom-contact-form_wrapper .custom-contact-form .gfield_description.gfield_consent_description,
.custom-event-form_wrapper .custom-event-form .gfield_description.gfield_consent_description {
    margin: -30px 0 0 33px;
    border: 0;
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    padding: 0;
}

.custom-contact-form_wrapper .custom-contact-form .gfield textarea,
.custom-contact-form_wrapper .custom-contact-form .gfield .ginput_password.large,
.custom-contact-form_wrapper .custom-contact-form .gfield input.large,
.custom-contact-form_wrapper .custom-contact-form .gfield select.large,
.custom-event-form_wrapper .custom-event-form .gfield textarea,
.custom-event-form_wrapper .custom-event-form .gfield .ginput_password.large,
.custom-event-form_wrapper .custom-event-form .gfield input.large,
.custom-event-form_wrapper .custom-event-form .gfield select.large {
    background: #fff;
    border-radius: 15px;
    padding: 4px 10px;
    height: auto;
    outline: none !important;
    box-shadow: none !important;
    border: 0 !important;
    font-size: 18px;
}

.custom-contact-form_wrapper .custom-contact-form .gform-field-label span,
.custom-event-form_wrapper .custom-event-form .gform-field-label span {
    margin-left: 5px;
    color: #fff;
    font-size: 20px;
}

.custom-event-form_wrapper .custom-event-form .gform-theme--framework .gfield--type-choice .gchoice,
.custom-event-form_wrapper .custom-event-form .gform-theme--framework .gfield--type-choice .ginput_container_consent {
    align-items: flex-start;
}

.custom-event-form_wrapper .custom-event-form .ginput_container_consent input,
.custom-event-form_wrapper .custom-event-form .gfield-choice-input {
    margin-top: 6px;
}

.custom-contact-form_wrapper .custom-contact-form .gform_button.button,
.custom-event-form_wrapper .custom-event-form .gform_button.button {
    border-radius: 30px !important;
    padding: 15px 28px !important;
    font-size: 18px !important;
    background: #000000 !important;
    color: #fff !important;
    box-shadow: none !important;
    outline: none !important;
    border-color: #000 !important;
}



.gform_heading .gform_required_legend, .custom-contact-form_wrapper .gform_heading {
    display: none;
}

.custom-contact-form_wrapper #gform_fields_1 {
    display: grid;
    row-gap: 40px;
    align-items: start;
    width: 100%;
}


.custom-contact-form_wrapper #field_1_14 textarea {
    resize: none;
    height: 100%;
}

.ginput_container.ginput_container_textarea {
    height: calc(100% - 50px);
}


.custom-contact-form_wrapper .gform_footer {
    margin-top: 40px !important;
}


@media (min-width: 991px) {

    .custom-contact-form_wrapper #field_1_13 {
        grid-column: 1 / 6 !important;
        grid-row: 1 !important;
    }

    .custom-contact-form_wrapper #field_1_6 {
        grid-column: 1 / 6 !important;
        grid-row: 2 !important;
    }

    .custom-contact-form_wrapper #field_1_7 {
        grid-column: 1 / 6 !important;
        grid-row: 3 !important;
    }

    .custom-contact-form_wrapper #field_1_14 {
        grid-column: 6 / 13 !important;
        grid-row: 1 / span 3 !important;
        height: 100%;
    }
    .custom-contact-form_wrapper #field_1_15 {
        grid-column: 1 / 6 !important;
        grid-row: 4 !important;
    }
    .custom-contact-form_wrapper #gform_fields_1 {
        grid-template-columns: 1fr 1fr !important;
    }
    .custom-contact-form_wrapper #gform_fields_1 {
        display: grid;
    }
}



.meer-info .elementor-button-content-wrapper {
    flex-direction: column-reverse !important;
    align-items: center;
    column-gap: 0;
    row-gap: 20px;
}
.meer-info .elementor-button-content-wrapper {
    flex-direction: column-reverse !important;
    align-items: center;
    column-gap: 0;
    row-gap: 20px;
}