/*
 Theme Name:   Bricks Child Theme
 Theme URI:    https://bricksbuilder.io/
 Description:  Use this child theme to extend Bricks.
 Author:       Bricks
 Author URI:   https://bricksbuilder.io/
 Template:     bricks
 Version:      1.1
 Text Domain:  bricks
*/

.jet-form-builder__next-page-wrap {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}
h2.wp-block-heading.contact-form-title {
    text-align: center;
}
p.contact-form-text {
    margin-bottom: 20px;
    text-align: center;
}

.jet-form-builder-row.field-type-select-field.wp-block-jet-forms-select-field {
    width: 100%;
}

.wp-block-group.is-nowrap.is-layout-flex.wp-container-core-group-is-layout-ad2f72ca.wp-block-group-is-layout-flex {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.jet-form-builder__action-button-wrapper.jet-form-builder__submit-wrap {
    display: flex;
    flex-direction: row-reverse;
}