/*
Theme Name: Divi Child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Template: Divi
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
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: 4.1.1579155090
Updated: 2020-01-16 06:11:30

*/
.cols2 .vehicle_item{
width: 48%;
    margin-right: 2%;
}
.vehicle_item{
	display: inline-block;
	float: left;
	border: solid 1px #dddddd;
	margin-bottom: 20px;
}
.vehicle_title{
	width: 100%;
	padding: 10px;
	background-color: #adadad;
	color: #fff;
	text-align: center;
	font-weight: bold;
}
.vehicle_image{
	width: 100px;
    height: 100px;
    display: inline-block;
    float: left;
    margin: 10px;
    border: 5px solid #adadad;
    background-image: url(/wp-content/uploads/2020/08/default-car-image.png);
    background-size: 80px auto;
    background-position: center;
    background-repeat: no-repeat;
}
.vehicle_details{
	width: calc(100% - 120px);
    display: inline-block;
    float: left;
    padding: 10px;
    line-height: 22px;
}

@media screen and (max-width: 600px) {
  .cols2 .vehicle_item{
	width: 100%;
    margin-right: 0px;
	}
}


/** CTA navigation menu **/
.MyAuto_menu_button  {
    background: #13436f;
}

.MyAuto_menu_button:hover {
	background: #5f88c6;
}

.MyAuto_menu_button > a  {
    color: #fff;
	padding-left: 30px !important;
    padding-right: 30px !important;
	font-weight: 700 !important;
    letter-spacing: 1px;
}

.MyAuto_menu_button:hover > a {
	color: #fff !important;
}