/*
 Theme Name:   OnePress Child
 Theme URI:    https://www.famethemes.com
 Description:  OnePress sample child theme
 Author:       FameThemes
 Author URI:   https://www.famethemes.com
 Template:     onepress
 Version:      1.0.0
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  onepress-child
*/

/* Add your custom css below
-------------------------------------------------------------- */


header #site-navigation .contact-us-button {
    background: rgb(247,156,16);
    float: right;
    margin: 18px 0 0 5px;
}
.footer-last input {
	margin:0;
}
.salesforce_w2l_lead .salesforce_w2l_lead label {
       display: block;
}
.salesforce_w2l_lead .sf_field {
    margin-bottom: 25px;
}
.salesforce_w2l_lead textarea, .salesforce_w2l_lead input[type="text"] {
	width:100%;
} 