
/*
MAP
*/
.kmap-wrapper{height: 700px; width: 100%;}


/*
SEARCH FORM
*/
.searchform{    background: rgba(0, 30, 57, 0.8);
    position: relative;
    top: -126px;
    width: 100%;
    padding: 35px 0;
    overflow: hidden;
    line-height: 1.3
}
.searchform h4{    
 font-size: 22px;
    text-transform: uppercase;
    color: #fff;
    padding-left: 40px;
    margin: 0 40px;
    line-height: 1.3;
    float: right;
  }
  .searchform h4:before {
    content: "\f041";
    font-family: "FontAwesome";
    font-size: 56px;
    color: #1fa5df;
    position: absolute;
    text-align: center;
    top: -8px;
    margin-left: -60px;

  } 

.searchform input,
.searchform select,
.searchform button  {
    margin-top: 10px;
}
.searchform h4 strong{display: block;}

.searchform input[type=text],
.searchform input[type=search] {
    display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #888888;
    vertical-align: middle;
    background-color: #fff;
    background-image: none;
    border: 0;
    -moz-transition: all ease-in-out .15s;
    -webkit-transition: all ease-in-out .15s;
    transition: all ease-in-out .15s;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    height: 40px;
}
.searchform input::-webkit-input-placeholder {
    color: #5b5b5b;
        opacity: 1;

}
.searchform input:-moz-placeholder {
    /* Firefox 18- */
    color: #5b5b5b;
        opacity: 1;

}
.searchform input::-moz-placeholder {
    /* Firefox 19+ */
    color: #5b5b5b;
        opacity: 1;
}
.searchform input:-ms-input-placeholder {
    color: #5b5b5b;
        opacity: 1;
}
.searchform input::placeholder {
    color: #5b5b5b;
        opacity: 1;
}
input[placeholder], [placeholder], *[placeholder] {
    color: #5b5b5b;
    opacity: 1;
}
.searchform .form-control {
    height: 40px;
}
.searchform select.form-control.zonechoice_select,
.searchform select,
.searchform .dropdown-menu,
select.form-control {
      border-radius: 0px!important;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance:none;
    background: url(./../images/arrow.png) no-repeat right #fff!important;
    background-position-x: 136px!important;
}
/*To remove button from IE11, thank you Matt */
.searchform select::-ms-expand {
     display: none;
}

.searchform .btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
    border-radius: 0;
    border: none;
    padding: 8px 15px;
    font-size: 18px;
}

.localdealers .block.light {
  margin-top: -130px;
  background:#f1f1f1;
}
.localdealers .block.light .section-title h2 {
color: #0081b9;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 60px 0 40px;
    text-align: center;
}
.post-type-archive-localdealer .localdealers {
    margin-top: -60px;
}
/*
INFOBOX
*/
.infobox {
	position: relative;
	width: 270px;
	height: 200px;
	background: #ffffff;
	color: #333333;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.33);
	-webkit-box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.33);
	box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.33);
}
.infobox .description {
  position: absolute;
  width: 100%;
  bottom: 0;
  z-index: 5;
  background: #ffffff;
  opacity: 0.7;
}
.infobox .description h3 {
  font-size: 18px;
  margin: 5px;
  padding: 0px;
}
.infobox .description h4 {
  font-size: 12px;
  margin: 5px;
  padding: 0px;
}
.infobox > a {
	
}
.infobox > a .image {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-size: cover;
	z-index: 1;
}
.infobox > a .image:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  background-color: transparent;
}


.infobox > a.closebox { z-index: 2; position: absolute; right: -15px; top: -15px; }


/*
RESULTS LIST
*/
.search-results { }
.search-results .item {width: 100%; height: 150px; position: relative; margin: 0px 0px 30px 0px; box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2); transition: 0.3s;background: #fff;}
.search-results .item:hover {box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);}
.search-results .item .image {background-position:50%;float: left; width: 25%; margin-right:2%;height: 100%; background-repeat: no-repeat; background-size: cover;}
.search-results .item .description{float: left; width: 50%; height: 100%; padding-top: 18px;}
.search-results .item .description a:hover,
.search-results .item .description a:focus,
.search-results .item .description a:active {text-decoration: none;color:#0081b9;}
.search-results .item .description h3{font-weight: 600;font-size: 22px;}
.search-results .item .description h4 {
    font-size: 15px;
    font-weight: 500;
}
.search-results .item .description h3, .search-results .item .description h4{margin: 10px; padding: 0px;}
.search-results .item .links {float: left; width: 20%; height: 100%; display: table-cell; vertical-align:middle; text-align: right;padding:60px 20px}
.search-results .item .links a{    background: #0081b9;
    padding: 8px 18px;
    border-radius: 3px;
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 14px;
    vertical-align: middle;}
.search-results .item .links a:hover {
    text-decoration: none;
    background: #f0a503;
}

/*
SINGLE
*/

.single-localdealer .searchform {top:0!important;}
.single-localdealer .container .col-text h2 {
    font-size: 27px;
    font-weight: 500;
    letter-spacing: 0;
    text-transform: uppercase;
    margin-bottom: 20px;margin-top:0;
}
.localdealer_single {margin-bottom: 50px;margin-top: -60px;}
.localdealer_single .head{
        background-color: #ccc;
    min-height: 500px;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
}
.localdealer_single .head h2{    
	position: absolute;
    bottom: 0px;
    display: inline-block;
    width: 60%;
    min-height: 160px;
    padding: 30px 0px 20px;
    margin: 0px;
    background: rgba(0, 107, 162, 0.85);
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 22px;
    text-align: center;
    max-width: 960px;
    left: 50%;
    transform: translate(-50%, 0%);
}
.localdealer_single .head h2 p{ font-weight: normal; font-size: 24px; margin-top: 20px; width: 100%; } 
.localdealer_single .container{margin-top: 80px; color: #333333; }
.localdealer_single .col-text{}
.localdealer_single .col-map{}
.localdealer_single .col-map .kmap-wrapper-single{width: 100%; height: 250px; }
.localdealer_single .col-map .kmap-info-single{width: 100%;  padding: 10px 40px; border: 1px solid #F1F2F3; border-top: none; } 
.localdealer_single .col-map .kmap-info-single h3{margin: 0px; }
.localdealer_single .col-map .kmap-info-single p.title{text-transform: uppercase; }



@media (max-width: 992px) {

    .search-results .item .links {
        display: none;
    }
    .search-results .item .description {
    width: 70%;
    }
}


