.elementor-8567 .elementor-element.elementor-element-cf4259f{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for shortcode, class: .elementor-element-663d61d */body {
    background-color: #000 !important;
    background-image: none !important;
}
#contact-form form {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    color: #CD5807 !important;
    font-family: "area-extended" !important;
}
#contact-form label {
    margin: 0;
}
#contact-form label:nth-child(4) {
    grid-area: 2 / 1 / 3 / 3;
}
#contact-form ::placeholder {
    color: #CD5807;
}
#contact-form textarea {
    border: solid #CD5807;
    border-width: 0 1px 1px;
    color: #CD5807 !important;
    font-family: "area-extended" !important;
}
input.wpcf7-form-control.wpcf7-text {
    margin: 0;
    border-color: #CD5807;
    color: #CD5807 !important;
    font-family: "area-extended" !important;
}
button.wpcf7-form-control.wpcf7-submit.qodef-button.qodef-size--normal.qodef-layout--filled.qodef-m {
    all: initial;
}
button.wpcf7-form-control.wpcf7-submit.qodef-button.qodef-size--normal.qodef-layout--filled.qodef-m span {
    color: #CC5804;
    display: block;
    border: 1px solid #CC5804;
    width: fit-content;
    border-radius: 50px;
    padding: 15px 50px;
    align-items: center;
    text-align: center;
    overflow: hidden;
    cursor: pointer;
}
.qodef-theme-button .qodef-m-text:after, .qodef-theme-button .qodef-m-text:before, button[type=submit] .qodef-m-text:after, button[type=submit] .qodef-m-text:before, input[type=submit] .qodef-m-text:after, input[type=submit] .qodef-m-text:before {
    top: 10px !important;
    font-family: "area-extended";
}

@media (max-width: 640px) {
    #contact-form form {
        grid-template-columns: repeat(1, 1fr);
    }
    #contact-form label:nth-child(4) {
        grid-area: 3 / 1 / 4 / 2;
    }
}/* End custom CSS */