/*
 Theme Name:   OnePress Child
 Theme URI:    https://rebelinteractivegroup.com
 Description:  OnePress Child Theme
 Author:       Rebel Interactive Group
 Author URI:   https://rebelinteractivegroup.com
 Template:     onepress
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  onepress-child
*/



/*
.wpcf7 input[type="text"] {
background-color: white; border: 1px solid #cccccc;
}

#testing {
    border: 1px solid red;
    display: block;
    background-color: grey;
}

.wpcf7 input[type="email"] {
background-color: white;
border: 1px solid #cccccc;
}

.wpcf7 input[type="tel"] {
background-color: white;
border: 1px solid #cccccc;
}

.wpcf7 input[type="submit"] {
background-color: #3c90c8;
}
.wpcf7-form input[type="confirm_email"] {
    height: 44px;
    background-color: white;
    border: 1px solid #cccccc;
    width: 100%;
    font-size: 14px;
    font-weight: normal;
    padding: 5px;
    color: black;

.wpcf7-form .ButtonReset {
background: #3c90c8 !important;
color: #ffffff !important;
padding: 8px 15px !important;
border: none;
outline: none;
border-radius: 5px;
}
.wpcf7-form .ButtonReset:hover {
background: #50B2D7 !important;
color: #ffffff !important;
}

.wpcf7-form input[type="submit"]:hover {
background: #3c90c8 !important;
color: #3c90c8 !important;
padding: 8px 15px !important;
}

.wpcf7 select {
background-color: white;
border: 1px solid #cccccc;
color: white;
}

.wpcf7 .wpcf7-validation-errors {
color: grey;
}
*/

.onepage-section::before{
	display: none !important;
}

