/*
Theme Name: Inventis
Theme URI: http://inventis.co.uk
Template: Divi
Author: Inventis Website Design
Author URI: http://inventis.co.uk
Description: Inventis Website Design Child Theme
Tags: responsive-layout,one-column,two-columns,three-columns,four-columns,left-sidebar,right-sidebar,custom-background,custom-colors,featured-images,full-width-template,post-formats,rtl-language-support,theme-options,threaded-comments,translation-ready
Version: 1.0.0.1559230732
Updated: 2019-05-30 16:38:52

*/

.contact-details-form { 
padding:30px;
background:rgba(255,255,255,0.1);
margin-bottom:10px;
}

.vehicle-details-form { 
padding:30px;
background:rgba(255,255,255,0.1);
	margin-bottom:10px;

}

.additional-details-form{ 
padding:30px;
background:rgba(255,255,255,0.1);
}

.contact-details-form:hover, .vehicle-details-form:hover,
.additional-details-form:hover{ background:rgba(255,255,255,0.2);
	transition:background-color 0.6s ease;
}

.vehicle-details-form select{
width:100%;	
padding:10px
}

.contact-details-form h2, .vehicle-details-form h2,
.additional-details-form h2{ 
color:#fff;
	text-transform:uppercase;
background:#6390cb;
display:inline-block;
padding:10px;
margin-bottom:10px;
}




.social_media_links li i {
color: #6390cb;
    padding: 0 5px 0 0;
    vertical-align: middle;
    border-radius: 5px;	
}

#footer-widgets .footer-widget .social_media_links li:before { 
display:none;
}