/*	
	Theme Name: Motors - Child Theme
	Theme URI: http://motors.stylemixthemes.com/
	Author: StylemixThemes
	Author URI: http://stylemixthemes.com/
	Description: Motors Child theme
	Version: 4.0
	License: GNU General Public License v2 or later
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
	Tags: blue, red, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, fixed-layout, fluid-layout, responsive-layout, flexible-header, custom-background, custom-colors, custom-header, custom-menu, editor-style, sticky-post, theme-options
	Text Domain: motors-child
    Template: motors

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

/* Add your own styles here */
label.gfield_label {
    margin-bottom: 10px !important;
}


.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
    max-width: 100%;
    padding-right: 16px;
    display: block;
    text-align: center;
    color: black;
font-size:13px;
}

.termsx {
    overflow-y: scroll;
    height: 77px;
    width: 100%;
    border: 1px solid #1E1F22;
    padding: 10px;
    background-color: white;
font-family: 'Titillium Web', sans-serif !important;
font-weight: 600;
}

body .gform_wrapper .gform_body .gform_fields .gfield input[type="text"], body .gform_wrapper .gform_body .gform_fields .gfield input[type="email"], body .gform_wrapper .gform_body .gform_fields .gfield input[type="url"], body .gform_wrapper .gform_body .gform_fields .gfield input[type="tel"], body .gform_wrapper .gform_body .gform_fields .gfield input[type="password"], body .gform_wrapper .gform_body .gform_fields .gfield select, body .gform_wrapper .gform_body .gform_fields .gfield textarea {
    background-color: #fff;
   /* color: #333;
    border-radius: 5px;
    border: solid 2px #061f51;
    font-weight: 600;*/
font-size: large !important;
    padding: 5px 10px !important;
    letter-spacing: normal;
    font-family: 'Titillium Web', sans-serif !important;
    font-weight: 600 !important;
}






/* Add your CSS code here. */ 
input[type="text"], input[type="password"], input[type="email"], input[type="tel"], textarea, select { padding: 13px; font-size: 18px; }
input[type="submit"] { font-size: 18px; font-weight: bold; text-transform: uppercase; padding: 12px 60px; border-top: 2px solid #71c8ff; border-bottom: 2px solid #0065c4; margin-right: 0; }

body .gform_wrapper ul li.field_description_below div.ginput_container_checkbox, body .gform_wrapper ul li.field_description_below div.ginput_container_radio {
    margin-top: 5px !important;
    margin-bottom: 0;
}
.gform_wrapper label {
    font-weight: 400;
    margin: 0px 0px 0px;
}
.gform_wrapper .description, .gform_wrapper .gfield_description, .gform_wrapper .gsection_description, .gform_wrapper .instruction {
    font-size: .813em;
    line-height: inherit;
    clear: both;
    font-family: inherit;
    letter-spacing: normal;
    display: none;
}
/*gf form label*/
.gform_wrapper .field_description_below .gfield_description {
    padding-top: 0px;
}

.gform_wrapper .top_label .gfield_label {

    display: -moz-inline-stack;
    display: inline-block;
    line-height: .3;
    clear: both;
    color: black !important;
    font-size: 24px;

}
body .gform_wrapper .gfield_checkbox li input[type="checkbox"],
body .gform_wrapper .gfield_radio li input[type="radio"],
body .gform_wrapper .gfield_checkbox li input {
    margin-top: 4px!important;
}

.gform_wrapper .gfield_checkbox li label, .gform_wrapper .gfield_radio li label {

    display: -moz-inline-stack;
    display: inline-block;
    padding: 0;
    width: auto;
    line-height: 1.5;
    font-size: 13px !important;
    vertical-align: middle;
    max-width: 85%;
    white-space: normal;
    color: black !important;
    font-weight: 600 !important;

}





@media only screen and (max-width: 479px){

.section_wrapper.mcb-section-inner {
    padding-top: 10px !important;
}

h4.texth4 {
    font-size: 24px !important;
    line-height: 25px !important;
}
}
/*GF placeholder*/
/* gform placeholders*/
::-webkit-input-placeholder { color:#1E1F22 !important; }
:-moz-placeholder { opacity: 1; color:#1E1F22 !important; } /* Firefox 18- */
::-moz-placeholder { opacity: 1; color:#1E1F22 !important; } /* firefox 19+ */
:-ms-input-placeholder { color:#1E1F22 !important; } /* ie */
input:-moz-placeholder { color:#1E1F22 !important; }

/*custom tooltip*/
.tooltip-custom {

    position: relative;
    display: inline-block;
    border-bottom: 1px solid #00f;
    color: #00f;

}

.tooltip-custom .tooltip-customtext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  
  /* Position the tooltip-custom */
  position: absolute;
  z-index: 1;
  top: 100%;
  left: 50%;
  margin-left: -60px;
}

.tooltip-custom:hover .tooltip-customtext {
  visibility: visible;
}




.gform_wrapper li.hidden_label input {
    margin-top: 4px !important;
}

.ajax-loader { display: none; }
a.button_theme, a.tp-button.button_theme, button, input[type="submit"], input[type="reset"], input[type="button"] {
    background-color: #e30000;
    color: #ffffff;
border-radius: 100px !important;
padding: 11px 15px;
}



/*checkbox*/
