/*--------------------------------------------------------------------------------- 
Theme Name:   Moto child 
Theme URI:    https://webpixelia.com 
Description:  Custom your theme 
Author:       Webpixelia 
Author URI:   https://webpixelia.com 
Template:     Divi 
Version:      1.0.0 
License:      GNU General 
Public License v2 or later 
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: moto-child
------------------------------ ADDITIONAL CSS HERE ------------------------------*/
/* Main Menu*/
.mobile_menu_bar::before {color:#AAC02F !important;}
.quote-moto a{
	background-color: #AAC02F;
color: #fff !important;
padding: .7em .5em !important;
text-transform: uppercase;
border: 1px solid #AAC02F;
}
.et-fixed-header #top-menu li.quote-moto.current-menu-item > a {color: #fff !important;}
.quote-moto a:hover{
background-color: #fff;
color: #AAC02F !important;
border: 1px solid #AAC02F;
}
.call-us a{color:#005685 !important; font-weight: bold;}

/* Sidebar */
.et_pb_column.et_pb_column_1_3 .widget_text .et_pb_contact .et_pb_contact_field_half {width:100%;}
.textwidget.custom-html-widget{
background-color: rgba(0,86,133,0.1);
padding: 20px 10px;
border-radius:10px;
}
.widgettitle {
	font-variant: small-caps;
    color: #005685!important;
    text-align: center;
}
.et_pb_widget_area .textwidget.custom-html-widget .caldera-grid .col-sm-3,.et_pb_widget_area .textwidget.custom-html-widget .caldera-grid .col-md-3 {width: 100%;}
.et_pb_widget_area .textwidget.custom-html-widget .caldera-grid input[type=submit] {width:100%;}

/*Page*/
.home .et-pb-contact-message{color:#fff;}
#quote-moto h2.et_pb_contact_main_title,#about-form h2.et_pb_contact_main_title {margin-bottom: 0.5em;}
#quote-moto .et_contact_bottom_container,#about-form .et_contact_bottom_container{
	float: left;
    text-align: center;
	width:50%;
	margin-top: 1em;
}
/* Footer */
#footer-date {
	float: left;
    color: #fff;
}
/* Back to top */
.et_pb_scroll_top.et-pb-icon {background-color:#AAC02F;}

/* Cookie Bar */
#seopress-user-consent-close,.seopress-user-consent button {border:none;}

/* Queries */
@media screen and (max-width:980px) {
	.et_pb_column .et_pb_widget {width: 100%;}
	#footer-info {display: inline-block;}
}
@media screen and (max-width:991px) {
.caldera-grid input[type=submit] {width:100%;}
}
@media screen and (min-width:992px) {
.et_pb_widget_area .caldera-grid .col-md-5, .et_pb_widget_area .caldera-grid .col-md-2.last_col {width:100%;}
}
@media screen and ( max-width: 767px ) {
    #footer-date {display:inherit;float:none;text-align: center;}
	footer .bottom-nav li {margin-bottom:10px;}
}