/*!
Theme Name: Mobile Services
Theme URI: http://underscores.me/
Author: Andrew Oldroyd
Author URI: https://rockitfueltech.ca/contact-us/
Description: Custom WordPress Theme For Mobile Services
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: atm-mobile
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Mobile Services is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

span.wpcf7-form-control.wpcf7-checkbox.form-check-input {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
    border: none;
}

span.wpcf7-form-control.wpcf7-checkbox.form-check-input span.wpcf7-list-item {
    margin-left: 0;
}

span.wpcf7-form-control.wpcf7-checkbox.form-check-input span.wpcf7-list-item label {
    display: flex;
    grid-gap: 12px;
    margin: 0;
    background-color: #f5f5f5;
}

.contact-us__form span.wpcf7-form-control-wrap span.wpcf7-form-control.wpcf7-checkbox.form-check-input {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.contact-us__form span.wpcf7-form-control-wrap span.wpcf7-form-control.wpcf7-checkbox.form-check-input label span.wpcf7-list-item-label {
    color: #000000;
}