/*
 Theme Name:     Dynamex Solutions Inc.
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */

#et_pb_contact_form_0 .et_contact_bottom_container {
    width: 100%;
}

/* body #page-container .et_pb_section .et_pb_contact_form_0.et_pb_contact_form_container.et_pb_module .et_pb_button {
    padding: 12px 1em!important;
} */

.heading-mb h2 {
    margin-bottom: 30px;
}

#et_pb_contact_form_0 .et-pb-contact-message,
#et_pb_contact_form_1 .et-pb-contact-message {
    font-size: 14px;
    color: #ffff;
    padding: 0;
}

#et_pb_contact_form_0 .et-pb-contact-message ul:last-of-type,
#et_pb_contact_form_1 .et-pb-contact-message ul:last-of-type {
    padding-bottom: 0;
}

#et_pb_contact_form_1 .et_contact_bottom_container {
    margin-top: 0;
}

@media (max-width: 980px) {
    .et_pb_fullwidth_menu--style-left_aligned.et_pb_text_align_center .et_pb_menu__wrap,
    .et_pb_menu--style-left_aligned.et_pb_text_align_center .et_pb_menu__wrap {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
}


@media (min-width: 767px) {
    #et_pb_contact_form_1 .et_pb_contact_form {
        display: flex;
    }

    #et_pb_contact_form_1 .et_pb_contact .et_pb_contact_field_half {
        margin-bottom: 0;
    }
}

@media (max-width: 766.98px) {
    #et_pb_contact_form_1 .et_contact_bottom_container {
        width: 100%;
    }
    body #page-container .et_pb_section .et_pb_contact_form_0_tb_footer.et_pb_contact_form_container.et_pb_module .et_pb_button {
        width: 100%;
        display: block;
    }
}