/***********************************************************************
       ___         __                        __  _          
      /   | __  __/ /_____  ____ ___  ____  / /_(_)   _____ 
     / /| |/ / / / __/ __ \/ __ `__ \/ __ \/ __/ / | / / _ \
    / ___ / /_/ / /_/ /_/ / / / / / / /_/ / /_/ /| |/ /  __/
   /_/  |_\__,_/\__/\____/_/ /_/ /_/\____/\__/_/ |___/\___/   
      __          ________                 ____      _ __     
     / / __ __   /_  __/ / ___ __ _ ___   / __/__ __(_) /____ 
    / _ | // /    / / / _ | -_)  ' | -_) _\ \ / // / / __/ -_)
   /_.__|_, /    /_/ /_//_|__/_/_/_|__/ /___/ \_,_/_/\__/\__/ 
       /___/                                                                                     

   Theme Name:      Automotive Child Theme
   Description:     Finally a gorgeous website template for car dealerships that doesn’t just look beautiful, but also includes complete easy-to-use functionality. Whether your business is a small car dealer or a large fully functional car dealership, you are sure to find what you need in this automotive template.
   Theme URI:       http://demo.themesuite.com/automotive-wp/
   Version:         1.0
   Author:          Theme Suite
   Author URI:      http://www.themesuite.com/
   Support:         http://support.themesuite.com/
   License:         GNU GPL
   Tags:            white, light, one-column, two-columns, right-sidebar, fluid-layout, editor-style, featured-images, sticky-post, translation-ready
   License URI:     http://demo.themesuite.com/automotive-wp/License/
   Template:        automotive
   
   Place custom CSS below this line
***********************************************************************/

/* makes font size in black toolbar larger */
.toolbar ul li a {
    font-size: 19px;
}

/* reduces padding around logo so that the logo can be larger */
header .bottom-header .navbar-default .navbar-brand {
    padding: 13px 0 2px 0;
}

/* increases size of logo */
header .navbar-brand img {
    height: 79px;
    width: auto;
    margin-top: -6px;
}

/* make the black toolbar larger */
.toolbar {
    min-height: 40px;
	background-color: rgb(0, 0, 0) !important;
}


/* make the black toolbar larger */
.toolbar ul li a {
    line-height: 40px;
    text-transform: lowercase;
}


/* make the icons in the black toolbar larger */
.toolbar ul li i {
    font-size: 19px;
}

.rev_slider_wrapper {
    margin-top: 90px !important;

}

.recent-vehicles .scroller_title {
    font-family: Open Sans;
    font-size: 17px;
}

.ajax_form label {
    font-size: 12px;
	font-weight: lighter;
}
/*Contact form submitted border around the outside*/
div.wpcf7-response-output{
	margin-left: -10px;
	padding-bottom: 55px;
}
.pageSideCars{
	margin-bottom:15px!important;
}
/*Contact page placeholder font*/
.contactFont{
	font-size: 18px;
}
/*Upload button p tag margin*/
.sellUpload{
	margin:0px!important;
	width: 78%;
}
/*Submit button div center*/
.sellSubmit{
	width: 100%;
	float: right;
	text-align: left;
	margin-top: 20px;
}
.input[type="text"], textarea, select, div.styled, input[type="file"]{
	width: 100%!important;
	
}

.header_rev_slider_container {
	margin-top: 129px;
}

@media only screen and (max-width: 520px) {
	.header_rev_slider_container {
		margin-top: 114px;
	}
}

/*When Larger than*/
@media only screen and (min-width: 1024px) {

	.sellWrapperDesk{
		width:100%;
	}
	.sellLeft{
		width:50%;
		float:left;
	
	}
	.sellRight{
		width:50%;
		float:right;
	
	}
	.sellUploadM{
		display:none;	
	}
}
/*When Smaller than*/
@media only screen and (max-width: 1023px) {
	.sellWrapperDesk{
		width:auto;
	}
	.sellLeft{
		width:auto;
		float:none;
	
	}
	.sellRight{
		width:auto;
		float:none;
	
	}
	.sellUploadD{
		display:none;	
	}
}
#fa-map-marker {
		display:none !important;	
	}

#secondary-banner .secondary-heading {
    font-size: 22px;
    padding-left: 0;
    font-weight: 500;
}
/*Contact text area*/
.contactTextWrapper{
	width:100%	
}
.contactTextLeft{
	width: 15%;
	float: left;
}
.contactTextRight{
	width: 85%;
	float: right;
}
/*When smaller than 500px stop the text overlap*/
@media only screen and (max-width: 500px) {
.contactTextLeft{
	width: 25%;
	float: left;
}
.contactTextRight{
	width: 75%;
	float: right;
}
	}

.inventory.car_sold img.preview {
    filter: grayscale(0%);
}

.inventory-heading h2 {
    letter-spacing: -1px;

}

.price-ascending-dropdown a.sbSelector:link  {
    display: none;
}

.sbHolder .sbToggle {
    display: none;
}

div .sbHolder {
    display: none;
}

.sort-by {
    display: none;
}