/************ // General HTML Tags // ************/


/************ // Site Structure // ************/
li {
  list-style-type: none;
}

a {
text-decoration: none;
}

button{
background-color: #ce2428;
border-radius: 5px;
font-size: 25px;
font-weight: 400;
padding: 0px 20px;
}

.site-heading{
color: #ce2428b3;
text-align: center;
}

/************ // Header // ************/
.widget_search{
width: 100%;
position: absolute;
background-color: white;
left: 0%;
top: 0%;
max-height: 40px;
margin-bottom: 0;
}

.site-header .search-form{
margin-bottom: 0;
position: relative;
margin-top: 0;
text-align: right;
}


input[type="search"]{
width: 27%;
right: 34%;
max-height: 25px;
position: relative;
padding: 0 10px;
font-size: 14px;
}

.site-header > .wrap{
margin-top: 40px;
border-top: solid;
  border-top-width: medium;
  border-top-color: currentcolor;
border-top-color: #A91E22;
border-top-width: 5px;
max-width: 100%;
background-color: #000;
padding: 0;
max-height: 170px;
}

.header-image .title-area{
margin-left: 16%;
}

.header-image .site-title > a{
min-height: 150px;
margin-left: 16%;
margin-top: 5%;
}


/************ // Menu // ************/

section > .widget-wrap{
color: white;
}


.genesis-nav-menu{
display: flex;
padding-top: 50px;
position: absolute;
width: 54%;

}
.genesis-nav-menu a{
color: #fff;
font-size: 20px;
padding-left: 0%;
padding-bottom: 0;
font-weight: 400;
}

.site-header .widget-area{
width: 60%;
text-align: left;
float: right;
padding-left: 75px;
}

.widget-title{
display: none;  
}

#nav_menu-2 > .widget-wrap > .widget-title{
display: block;
position: absolute;
font-weight: 400;
color: red;
right: 17%;
}

.sub-menu> li > a{
background-color: #ce2428 !important;
color: #fff;
text-align: center;
width: 100px;
}

.sub-menu> li > a:hover{
color: #000;
background: #fff !important;
}

.genesis-nav-menu .current-menu-item > a{
color: #fff;
}

.genesis-nav-menu .current-menu-item > a:hover {
  color: #fff;
}

.sub-menu{
border: 1px solid rgb(238, 238, 238);
box-shadow: rgb(0, 0, 0) 10px 10px 20px;
margin-left: -63px;
}

/************ // Slider // ************/
.content-sidebar-wrap > .bx-wrapper > .bx-viewport > ul > li > a > img{
width: 100%;
height: auto;
}

/************ // Content // ************/
.site-inner{
padding-top: 0;
max-width: 100%;
}

.entry-header{
display: none;
}

.full-width-content .content{
width: 1200px;
float: none;
margin: 0 auto;
}

/************ // home page // ************/
.type-page{
padding: 0;
background-color: transparent;
color: #FFF;
}

.first-home{
transition: transform .2s ease-in-out;
position: relative;
z-index: 999;
width: 30%;
background-image: url("/wp-content/uploads/2018/01/tile-3.jpg");
min-height: 300px;
background-position: center;
background-size: cover; 
}
.second{
margin-left: 0;
transition: transform .2s ease-in-out;
z-index: 999;
position: relative;
width: 30%;
background-image: url("/wp-content/uploads/2018/01/tile-2.jpg");
min-height: 300px;
background-position: center; 
background-size: cover;
}

.third{
margin-left: 0;
transition: transform .2s ease-in-out;
z-index: 999;
position: relative;
width: 30%;
background-image: url("/wp-content/uploads/2018/01/tile-2.jpg");
min-height: 300px;
background-position: center; 
background-size: cover;
}

.fourth{
margin-left: 0;
transition: transform .2s ease-in-out;
z-index: 999;
position: relative;
width: 25%;
background-image: url("/wp-content/uploads/2018/01/tile-3.jpg");
min-height: 300px;
background-position: center; 
background-size: cover;
}


.first-home:hover{
transform: scale(1.2);
z-index: 998;
}

.second:hover{
 transform: scale(1.2);
 z-index: 998;
}

.third:hover{
 transform: scale(1.2);
 z-index: 998;
}

.fourth:hover{
 transform: scale(1.2);
 z-index: 998;
}

.div-content{
text-align: center;
text-decoration: none;
color: white;
background-color: #ce2428b3;
}

.first > .div-content > p{
margin-bottom: 0;
padding-top: 20px;
}

.div-content > h1{
margin-bottom: 0;
}

.tile-links{
display: block;
min-height: 295px
}

.first-home > p {
display: none;
}

.second > p {
display: none;
}

.third > p {
display: none;
}

.fourth > p {
display: none;
}


/************ //Contact Us// ************/
.table-column-1{
width: 40%;
}

.iphorm-theme-light-rounded .iphorm-element-wrap > .iphorm-element-spacer > label{
font-weight: 400 !important;
text-shadow: none !important;
color: #000 !important;
}

.iphorm-theme-light-rounded .iphorm-elements .iphorm-element-wrap-text input{
border-radius: 0 !important;
box-shadow: none !important;
webkit-box-shodow: none !important;
webkit-border-radius: none !important;
}
.iphorm-element-textarea{
border-radius: 0 !important;
box-shadow: none !important;
webkit-box-shodow: none !important;
webkit-border-radius: none !important;
}

.social-image{
padding: 3px;
border: 1px solid #fff;
border-radius: 3px;
margin-right: 20px;
}

.iphorm-submit-input-wrap > .iphorm-submit-element > span {
background-color: #ce2428b3 !important;
border: none !important;
text-shadow: 0 0 0 transparent !important;
font-weight: 400 !important;
webkit-box-shadow: none !important;
moz-box-shadow: none !important;
box-shadow: none !important;
border-radius: none !important;
background: #B51F28 !important;
}

.iphorm-submit-input-wrap > .iphorm-submit-element > span > em {
text-shadow: none;
color: #fff;
padding: 5px 25px 5px 5px;
}
/************ // Finance // ************/
.red-heading{
color: #ce2428;
}

.finance-form-button{
margin: 0 auto;
}
.center{
text-align: center;
}

/************ // About Us // ************/
.Page-heading{
text-align: center;
padding-top: 50px;
}


/************ // Workshop forms // ************/

.iphorm_2_6-element-spacer{
color: #fff;
}

.iphorm-title{
display: none;
}
#service-page-heading{
text-align: left !important;
}

/************ // Finance Forms // ************/
.iphorm-group-title{
color: #ce2428b3 !important;
text-shadow: none !important;
font-size: 20px !important;
}

.iphorm-group-title-description-wrap{
border-bottom: none !important;
}

.iphorm-elements-3 > .iphorm-group-wrap{
width: 90%;
margin: 0 auto;
}
.iphorm_3_29-element-spacer{
color: #fff;
}

.iphorm-elements-3 > div > div > div > .iphorm-element-wrap > .iphorm-element-spacer > .iphorm-input-wrap {
width: 80%;
}

.iphorm-elements-4 > .iphorm-group-wrap{
width: 90%;
margin: 0 auto;
}

.iphorm-elements-4 > div > div > div > .iphorm-element-wrap > .iphorm-element-spacer > .iphorm-input-wrap {
width: 80%;
}


/************ // Book a test drive // ************/
.half-page{
width: 60%;
margin: 0 auto;
}

.iphorm-submit-input-wrap-5{
float: right !important;
}

/************ // Staff // ************/

.team-image{
width: 200px;
height: 120px;
float: left;
}
.post-137{
width: 80%;
margin: auto;
}


/************ // Used Cars // ************/

.sidebar-primary{
float: none !important;
margin: 0 auto;
width: 100%;
}
.archive > .site-container > .site-inner > .content-sidebar-wrap {
  display: table;
  width: 1000px;
  margin: 0 auto;
}
.archive > .site-container > .site-inner > .content-sidebar-wrap > .content {
  display: table-footer-group;
  float: none;
}
.archive > .site-container > .site-inner > .content-sidebar-wrap > .content > .sidebar {
  display: table-header-group;
}

.sidebar .widget{
  margin-bottom: 0px;
}

.price_slider_wrapper{
  padding: 0% 3%;
}

.woof_container{
width: 32.9%;
padding-right: 3%;
float: left;
}
.woof_redraw_zone{
padding-left: 2%;
}

.archive > .site-container > .site-inner > .content-sidebar-wrap > .content > .page-title{
display: none;
}

.woocommerce .woocommerce-ordering{
margin-top: 10px !important;
}

/************ // WooCommerce // ************/

.woocommerce ul.products li.product h3 {
  padding: .5em 0;
  margin: 0;
  font-size: 1em;
  text-align: center;
  min-height: 75px;
}
.woocommerce ul.products li.product .price {
  color: #fff;
  display: block;
  font-weight: 800;
  margin-bottom: .5em;
  font-size: 25px;
  text-align: center;
  background-color: #B51F28;
  border: solid 1px white;
}

.outstock_button {
  text-align: center;
  display: block;
  background: #B51F28;
  margin-top: 20px;
  position: absolute;
  bottom: 0;
  color: #fff;
  width: 100%;
  border: solid 1px white;
}
/**.woocommerce div.product .product_title {
  clear: none;
  margin-top: 0;
  padding: 16px;
  text-align: center;
  position: inherit;
  font-weight: 400;
  color: #000;
}**/
.woocommerce div.product p.price, .woocommerce div.product span.price {
  color: #FFF;
  font-size: 1.25em;
  text-align: center;
  font-weight: 800; 
}
.out-of-stock {
display:none; 
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  z-index: 2;
  border-bottom-color: #fff;
}
.sidebar .widget {
  background-color: #F2F2F2;
  padding: 1%;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1em;
  height: 1em;
  background-color: #4B92DB;
  border-radius: 1em;
  cursor: ew-resize;
  outline: 0;
  top: -.3em;
  margin-left: -.5em;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  border-radius: 1em;
  background-color: #0099FF;
}
.chosen-drop {
  color: #000;
}

.woocommerce ul.products li.product a img{
padding: 9px 9px 0 9px;
margin-top: 66px;

}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
margin-left: 6px;
height: 375px;
max-width: 30%;
min-width: 250px;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title{
position: absolute;
top: 0;
padding: 10px;
font-weight: 400;
color: #000;
font-size: 16px;
}

.onsale{
display: none;
}

.woocommerce .woocommerce-ordering select{
padding: 0;
}

.price_label{
color: #000;
}

.price_slider_amount > .button{
background: #ce2428 !important;
color: #fff !important;
font-weight: 400 !important;
padding: 5px 18px !important;
text-transform: uppercase;
}

.woof_submit_search_form{
background: #ce2428 !important;
color: #fff !important;
font-weight: 400 !important;
padding: 5px 18px !important;
text-transform: uppercase;
}

.woof_submit_search_form_container{
width: 30%;
clear: inherit;
}
.widget-woof{
padding: 0;
}

.widget_price_filter{
padding: 0 1% 0 0;
}

.woocommerce-LoopProduct-link > div{
margin: 70px auto auto;
border: solid 1px grey;
max-width: 95% !important;
}

.product_title{
position: absolute;
top: 0;
}

.product{
background-color: #c0b8b8;
}
/************ // Single car page // ************/
.related{
display: none;
}

.zoom{
border: none !important;
}

.product-type-simple{
background-color: #fff;
}
/************ // Footer // ************/
.footer-widgets{
border-top: solid;
border-top-width: 20px;
border-top-color: #A91E22;
background-color: #000;
text-align: center;
}

.footer-widgets li {
  border-bottom: 1px dotted #fff;
}

#custom_html-3 > .widget_text > div > ul > li {
  border-bottom: none;
}

.textwidget > ul > li > a{
color: #fff;
}

.widget ul > li {
  padding-bottom: 0;
}

.textwidget > ul > li > a:hover{
background-color: #8f949a;
border-radius: 5px;
}

.textwidget > h3{
font-weight: 400;
font-size: 20px;
}

.site-footer{
background-color: #000;
padding-top: 0;
border: none;
}
.footer-content{
text-align: center;
margin: 0 auto;
background-color: #000;

}

/* /// */
.genesis-nav-menu{
  padding-top: 50px;
}
.iphorm-form-2{
  width: 100% !important;
}
.archive .bx-wrapper{
  display: none;
}
/************ // Responsive // ************/

@media screen and (max-width: 1200px) { /* Laptop */
.full-width-content .content{
width: 100%;
}
}

@media screen and (max-width: 1024px) { /* Older Desktop */
.site-header .widget-area{
width:70%;
padding-left: 0;
}
.site-header .widget-area{
padding-top: 7%;
}
.genesis-nav-menu{
padding-top: 10px;
}
.genesis-nav-menu a{
padding-left: 0;
}
.header-image .title-area{
margin-left: 0;
}

.header-image .site-title > a{
margin-left: 0;
}
.full-width-content .content{
width: 100%;
}

#nav_menu-2 > .widget-wrap > .widget-title{
top:9%;}

.type-page{
padding: 10px;
}
}
@media screen and (max-width: 768px) { /* iPad */

.site-header .widget-area{
width:100%;
}
.header-image .site-title > a{
margin-left: 76%;
}
.site-header .widget-area {
  padding-top: 0;
}
.site-inner{
padding: 0 2%;
}

.first-home{
width: 100%;
background-repeat: no-repeat;
transform: scale(1.2);
}
.third, .fourth{
width:100%;
}
.second{
width: 100%;
background-repeat: no-repeat;
transform: scale(1.2);
}
.footer-widgets{
text-align: center; 
}
.genesis-nav-menu{
display: block;
background-color: #000;
text-align: center;
position: relative;
  width: 100%;
}
.sub-menu> li > a{
background-color: #000 !important;
border: 1px solid;
}
.genesis-nav-menu a{
text-align: center;

}
input[type="search"]{
width:50%;
right: 25%;
}

#nav_menu-2 > .widget-wrap > .widget-title{
right: 34%;
}

.archive > .site-container > .site-inner > .content-sidebar-wrap {
width: 100%;
}

.woof_container{
width: 47%;
margin-left: 20px;
}

.products{
width:80%;
margin: 0 auto !important;
}

.entry-title{
position: inherit;
}
.team-image{
float: none;
}

/* /// */
#nav_menu-2 > .widget-wrap > .widget-title{
top: 6%;
}
.header-image .site-title > a{
margin: auto;
margin-top: 40px;
margin-bottom: 20px;
min-height: 80px;
}
.header-image .title-area{
max-width: 100%;
}
.site-header .menu-toggle{
border-radius: 0;
padding: 5px 0px;
}
.post-58 .one-fourth{
margin: 15px 0px;
}
.sub-menu-toggle{
left: 0;
background-color: transparent !important;
text-align: end;
width: 100%;
}
.product.type-product{
margin-top: 20px;
}
.post-134 .half-page{
width: 100%;
}
.half-page{
  width: 100%;
}
}

@media screen and (max-width: 480px) { /* iPhone 6 Plus, Landscape Display */
.first-home{
width: 100%;
text-align: center;
min-height: 0;
margin-bottom: 10px;
margin-top: 10px;
}
.second{
width: 100%;
text-align: center;
min-height: 0;
}

input[type="search"]{
width: 72%;
right: 15%;
}
#nav_menu-2 > .widget-wrap > .widget-title{
right: 20%;
}
.products{
width:62%;
}
.woof_container{
width: 90%;
}
.chosen-container-single {
  width: 90% !important;
}


/* /// */
.iphorm-form-2{
  width: 100% !important;
}
.woocommerce ul.products[class*="columns-"] li.product, .woocommerce-page ul.products[class*="columns-"] li.product{
max-width: 100%;
min-width: 100%;
height: 435px;
margin-bottom: 20px;
}
.products{
width: 100%;
}
.woocommerce-LoopProduct-link > div{
height: 275px !important;
margin-bottom: 10px;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title{
font-size: 20px;
}
.woof_container{
width: 100%;
margin: 0;
}
.chosen-container-single{
width: 100% !important;
}
.js .genesis-nav-menu .sub-menu{
padding-left: 0;
}
}

@media screen and (max-width: 375px) { /* iPhone 4,5, Portrait Display */
.header-image .site-title > a{
margin-left: 12%;
}
#nav_menu-2 > .widget-wrap > .widget-title{
right: 17%;
}
.products{
width:71%;
}
.woof_submit_search_form_container {
 width: 30%;
}
.chosen-container-single {
  width: 90% !important;
  margin: auto;
}
.woof_container{
width: 100%;
}
}
@media screen and (max-width: 320px) {
.products{
width:84%;
}
}