/* 
 Theme Name: I-max BBB
 Theme URI: http://adims.net/
 Description: I-max BBB Child Theme
 Template: i-max
 Version: 1.0.0
 Author: Mo
 Author URI: http://adims.net/
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  i-max-child-bbb
*/
@import url("../i-max/style.css");

/* CSS customization starts here
-------------------------------------------------------------- */
/** Mo - begin **************************************/
#goog-gt-vt {display:none;}
.cbg { background:#000; }
.ccolor { color:#000; }
.cborder { border-color: #000; }
.nav-container1 ul li a { background:#000; border-color:#000; }
.iheader, .format-status, .tx-service:hover .tx-service-icon span, .ibanner .da-slider .owl-item .da-link:hover { background-color: #000 !important;}
.iheader { border-top: solid #bcb8b6 2px; border-bottom: solid #bcb8b6 1px;}
.headerwrap, .site-header { min-height: 55px !important; background-color: #000; }
.section-header { text-align: center;padding: 0 0 25px  0; background-color: #000; }
.section-header h2 {
	padding-bottom: 0px !important;
    text-transform: uppercase !important;
    padding-bottom: 10px !important;
    line-height: 40px !important;
    position: relative !important;
    display: inline-block !important;
    font-size: 45px !important;
    margin-top: 15px !important;
    margin-bottom: 0 !important;
	font-family: 'Montserrat', Helvetica, sans-serif !important;
    font-weight: 700 !important;
    vertical-align: baseline !important;
}
.section-header h3 {
	padding-bottom: 0px !important;
    text-transform: uppercase !important;
    padding-bottom: 10px !important;
    line-height: 20px !important;
    position: relative !important;
    display: inline-block !important;
    font-size: 25px !important;
    margin-top: 15px !important;
    margin-bottom: 0 !important;
	font-family: 'Montserrat', Helvetica, sans-serif !important;
    font-weight: 700 !important;
    vertical-align: baseline !important;
}
.dark-text { color: #bcb8b6; }
.gray-text { color: #f0f0f0; }
.section-header .section-legend {
    font-size: 20px;
    margin-bottom: 0;
    color: #eee;
    padding-top: 0;
}
.section-header h2:after {
    content: '';
    display: block;
    height: 3px;
    width: 300px;
    background: #ff3300;
    margin: 8px 0 10px 0;
    margin-left: auto;
    margin-right: auto;
}
.col-sm-4, .col-md-4 { width: 33.33333333%; float: left; }
.col-sm-6, .col-md-6 { width: 50%; float: left; }
.col-sm-12, .col-md-12 { width: 100%; }
.col-sm-3, .col-md-3 { width: 25%; float: left; }
#page{background-color: #333;}

@import url("custom.css");

/** Nav - begin *************************************/
#head-pic,#vhead-pic{ border-style:solid; border-width: 1px; padding: 5px 0; border-top-right-radius: 6px; border-top-left-radius: 6px; text-align: center; margin-bottom: 2px; }
#sub-head-pic,#vsub-head-pic{ border-style:solid; background:#ccc; border:none; padding: 3px 0 5px 0;  text-align: center; margin-bottom: 2px; }
#foot-pic,#vfoot-pic{ border-style:solid; border-width: 1px; padding: 8px 0; text-align: center; margin-top: 2px; background-color:#ccc; border-color:#ccc;}
.title-pic { border:0px;font-size:16px;font-weight:bold;color: rgba(0,0,0,0.95);text-transform:uppercase; }
.btn-bglight{background:#aaa; color:#fff !important; font-weight:bold;margin-top:2px;}
.btn-bglight:hover{background:#aaa;}
.btn-bgdark{background:#575757; color:#fff !important; border-bottom-right-radius:6px; border-bottom-left-radius:6px; font-weight:bold;margin-top:2px;}
.btn-bgdark-view{background:#575757; color:#fff !important; font-weight:bold;margin-top:2px;}
.btn-bgdark:hover,.btn-bgdark-view:hover{background:#575757;}
.icon-down,.icon-up,.icon-menu,.icon-detail,.icon-inquiry {
	font-family: 'Genericons';
	float:right;
	font-size: 18px;
	padding-left: 6px;
	font-weight: 700;
}
.icon-down:after { content: "\f431"; }
.icon-up:after { content: "\f432"; }
.icon-detail:after { content: "\f301"; }
.icon-inquiry:after { content: "\f442"; }
.icon-menu:after { content: "\f419"; padding-right: 12px; }
.nav-container1 { margin-left: 22px; margin-top: 15px; }
#lnk-container1, #lnk-filter-div2 {
	text-decoration:none;
	cursor: pointer;
	display: block;
	text-align: left;
	font-family: "Open Sans", Helvetica, sans-serif;
	padding: 6px 18px 6px 0px;
	font-size: 16px;
	font-weight: 700;
	color: #FFF;
	-webkit-box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.64);
	-moz-box-shadow:    0px 0px 2px 0px rgba(50, 50, 50, 0.64);
	box-shadow:         0px 0px 2px 0px rgba(50, 50, 50, 0.64);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: rgba(40,40,40,0.8)
}
a.home-link { overflow: hidden; display: table; width:100%; padding-top:5px; }
a.home-link > span, a.home-link > div { display: table-row; }
.site-header.fixeddiv .home-link { height: 148px !important; }
.site-header.fixeddiv .home-link img {
	max-height: 148px !important;
	max-width: 280px;
	padding: 5px 0 5px 0;
}
.site-header .home-link img {
    max-height: 148px;
    max-width: 280px;
	padding: 5px 0 5px 0;
}
.nav-logo {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
	text-align: center;
}
.nav-head-text-primary {
    text-transform: uppercase;
    letter-spacing: .05em;
    font-weight: 400;
	text-align: center;
	webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	display: block;
	color: white;
}
.nav-menu li a, .nav-container li a { font-weight:bold !important; margin-bottom:0px !important; }
.nav-menu .current-menu-item a, .nav-container .current_page_item a {
    border-bottom: 1px solid #fff !important;
	color:#ff3300 !important;
}
section {
    padding: 0 !important;
    width: 100% !important;
    position: relative !important;
	display: block !important;
}
.fixed-section {
    overflow-y:scroll !important;
    overflow-x:hidden !important;
}
.nav-headflex {
	background-color:#000;
	display: flex;
	width: 100%;
	justify-content: center;
	align-items: center;
	transition: top 0.3s; 
}
.h-find-m1 {
    padding: 50px 20px;
}
.section-heading {
    padding-bottom: 30px;
	color: white;
}

element.style {
}
body.font-Josefin .font-primary {
    font-family: 'Josefin Sans',sans-serif;
    
}
.h-find-m1 .section-title {
    
}
.section-title {
    font-size: 28px;
    text-transform: uppercase;
	text-align: center;
    letter-spacing: .05em;
    font-weight: 400;
}
.form-group {
    margin-bottom: 15px;
}
.h-find-m1 label {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
    font-weight: 600;
    font-size: 13px;
    color: #595959;
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
}
.h-find-m1 select {
	background-color: white;
    border-color: #d9d9d9;
	color: black;
	ppearance: none;
    background-image: url(data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>);
    background-repeat: no-repeat;
    background-position: calc(97%);
    padding-right: 35px;
    overflow: hidden;
    text-overflow: ellipsis;
	display: block;
    width: 100%;
    height: 50px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;	
	border: 1px solid #ddd;
    border-radius: 0;
    box-shadow: 0 0 0 rgba(0,0,0,.075) inset;
    transition: border-color .15s ease-in-out 0s,box-shadow .15s ease-in-out 0s;
	text-transform: none;
	margin: 0;
	box-sizing: border-box;
	text-rendering: auto;
	letter-spacing: normal;
    word-spacing: normal;
	overflow: visible !important;
	text-indent: 0px;
	text-align: start;
	text-wrap: nowrap;
    text-shadow: none;
	cursor: default;
    writing-mode: horizontal-tb !important;
}
.tighter-form [class*=col-] {
    padding-left: 7px;
    padding-right: 7px;
}
.font-prmy.btn {
    text-transform: none;
}
.btn-prmy, .btn-prmy:focus {
    background-color: #ff3300;
    color: black;
    border-color: black;
}
.btn-prmy:hover {
    color: #fff;
	background-color: #ff3300;
	border-color: black;
}
.btn-super {
	text-transform: uppercase;
    letter-spacing: .05em;
    font-weight: 400;
    height: 50px;
    font-size: 17px;
    padding: 13px 25px 12px 25px;
}
.btn-block {
    display: block;
    width: 100%;
}
.btn-xlg {
    font-size: 18px;
    padding: 18px 38px;
}
.nav-btn:hover, a.nav-btn:hover, nav-btns a:hover
{
	color: #000 !important;
}
.title-primary {
	text-transform: uppercase;
    letter-spacing: .05em;
    font-weight: 400;
    font-size: 20px;
    padding: 0;
	color: white;
	margin:0;
}
.seo-panel {
    overflow: hidden;
    transform: translate3d(0,0,0);
    transition: height .4s;
	height: auto!important;
	background-color: black;
    color: white;
}
.seo-links {
	margin: 0;
    line-height: 1.8;
	padding-left: 15px;
    background-color: black;
	column-count: 4;
    column-fill: balance;
    column-gap: 10px;
}
.list-unstyled {
    list-style: none;
	display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 10px;
}
ul.list-unstyled li {
    display: list-item;
}
.list-inline {
	display: block;
	text-align: right;
	padding-left: 0;
    list-style: none;
	margin: 0;
    margin-bottom: 10px;
}
ul.list-inline li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}
.seo-link {
    color: #ccc !important;
	transition: all .25s ease;
    border-bottom: 1px solid transparent;
	text-decoration: none;
    font-weight: 400;
}
.seo-link:hover {
    color: #595959 !important;
	text-decoration: none;
}
.seo-name {
	text-transform:uppercase;
}
.seo-count {
    font-size: .8em;
    opacity: .8;
}
.cw-footer {
    padding: 5rem;
    background-color: #000 !important;
    color: #ffffff;
	min-height: 560px;
}
.cw-footer h5 {
	display: block;
    margin-block-start: 1.67em;
    margin-block-end: 1.67em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
	line-height: 1.1;
    color: inherit;
	margin-top: 10px;
    margin-bottom: 10px;
	
	text-transform: uppercase;
    letter-spacing: 0.05em;
    font-weight: 400;
    font-size: 1.75em;
}
.cw-footer p {
    margin: 0 0 10px;
}
  .cw-footer-contact {
    font-weight: 400;
    line-height: 3.5rem;
	padding-right: 5px;
  }

  .cw-footer-contact p a {
    color: #ffffff;
  }

  .cw-footer-contact p a:hover {
    color: #FF3300;
  }

  .cw-footer-contact i {
    margin: 0 1rem 0 0;
    color: #FF3300;
  }

  .cw-footer-hours .c-table {
    color: #ffffff;
    line-height: 3.5rem;
    border-bottom: 1px dotted #FF3300;
	margin-right: 8px;
  }

  .cw-footer-hours .c-table:nth-last-child(1) {
    border-bottom: none;
    margin-bottom: 0;
  }
.c-tablecell {
    display: table-cell;
    vertical-align: middle;
}
  .cw-footer-hours .c-tablecell {
    padding: 2px;
  }

  .cw-footer-map, .cw-footer-map iframe {
    height: 250px;
  }
  .c-tablecell:last-of-type {
    text-align: right;
}

.nav-main-background {
    height: 300px;
    background-size: cover;
}

.div-logo{
	width:50%;float:left;min-height:0;position:relative;padding-right:15px;padding-left:10%;
}
.div-topaddress {
	width:50%;float:left;min-height:0;position:relative;padding-right:10%;padding-left:15px;
}
.bnr-top-text { background-color:#ff3300;width:100%;text-align: center; }
.bnr-top-text h1 { 
	text-transform: uppercase;color: black;letter-spacing: .05em;padding: 0.5em 0;word-wrap: break-word;font-size: 30px;
	margin: 0 !important; 
}

.skiptranslate { display:none !important; }

@media (max-width: 649px) {
	.h-find-m1 { padding: 50px 0px; }
	ul.invent-grid .icell { display: table-row; }
	#head-pic,#foot-pic,#sub-head-pic,#lnk-detail,#lnk-open-detail{ display: block; }
	#location-div,#price-ul,#get-alert,#get-info,#get-carfax { display:none; }
	
	.skiptranslate { display:none !important; }
	
	.headerwrap .navbar { padding-left: 0; }
	.nav-container1 { margin-left: 0; }
	#lnk-container1 { padding-left:22px; }
	.site-header .home-link { padding: 0;}
	.div-logo{ padding-right:5px;padding-left:2px; }
	.site-header .home-link img { max-width: 188px; }
	.div-topaddress { padding-right:2px;padding-left:5px;}
	.bnr-top-text h1 { font-size: 1.7rem; }
	.find-vehicle-price { display: none; }
	.find-vehicle .col-md-3 { width: 33.33333333%; }
	.cw-footer { padding: 1.0rem; }
	.cw-footer h5{ font-size: 1.2em; }
	.cw-footer-hours .c-table { margin-right: 5px; line-height: 1.5rem; padding-bottom: 2px; }
	.cw-footer-hours .c-table .c-tablecell { display: table-row; }
	.cw-footer-contact, .cw-footer-hours { width: 50%; }
	.cw-footer-map { width: 100%; min-height: 300px; padding-bottom: 10px; }
}
@media (min-width: 650px) {
	ul.invent-grid .icell { display: table-cell; }
	#head-pic,#foot-pic,#sub-head-pic,#lnk-detail,#lnk-open-detail{ display: none !important; }
	#location-div,#price-ul,#get-alert,#get-info,#get-carfax { display:block; }
	
	.skiptranslate { display:none !important; }
}
@media (min-width: 1070px) {
	.nav-container1,.nav-container1 > ul { display: none; }
	#site-navigation, #navbar{ width:inherit; }
	.topsearch{ margin-top:inherit; }
	#filter-div { display: table-cell; }
	#filter-div2 { display: none !important; }
	#chg-view{display:block;}
}
@media (max-width: 1069px) {
	#filter-div,#chg-view { display: none !important; }
	#filter-div2 { display: block !important; }
	#site-navigation, #navbar{ 	width:100%; }
	.topsearch{ margin-top: -75px; }
	.nav-container1 { display: block; width:100%; }	
	.nav-container1 ul { display: block; text-align: center; margin-left: -98px; }
	.nav-container1 ul li ul{ display: none; }	
	.nav-container1 ul li a {
		color: #fff;
		display: inline-block;
		padding: 6px 12px;
		margin-bottom: 5px;
		font-size: 16px;
		min-width: 300px;
		font-weight: 700;
		line-height: 1.42857143;
		text-align: center;
		white-space: nowrap;
		vertical-align: middle;
		-ms-touch-action: manipulation;
		touch-action: manipulation;
		cursor: pointer;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		background-image: none;
		border: 1px solid transparent;
		border-radius: 4px;
	}
	.nav-container1 ul li a:hover { background-color:#575757; border-color:#575757; } 
}
@media (min-width: 1200px){
	.nav-main-background {
		height: 600px;
	}
}
@media (min-width: 992px){
	.nav-main-background {
		height: 500px;
	}
}
@media (min-width: 768px){
	.nav-main-background {
		height: 400px;
	}
}
/** Nav - end ***************************************/