/*
 Theme Name:   Avantage Child
 Theme URI:    http://avantage.bold-themes.com
 Description:  Avantage child theme
 Author:       BoldThemes
 Author URI:   http://bold-themes.com
 Template:     avantage
 Version:      1.0.0
 Tags:         one-column, right-sidebar, custom-menu, featured-images, sticky-post, theme-options, threaded-comments, translation-ready
 Text Domain:  avantage-child
*/


/* Theme customization starts here
-------------------------------------------------------------- */
.wpcf7-form label {
    display: inline-block;
    width: 48%;
    box-sizing: border-box;
    margin: 0 1% 1em 0;
}

.wpcf7-form label.cf7-col-2 {
    margin-left: 1%;
}

.wpcf7-form label.cf7-full {
    width: 98%;
    margin-left: 0;
}

@media (max-width: 768px) {
    .wpcf7-form label {
        width: 100%;
        margin-left: 0;
    }
}