/*
Theme Name: salamisisuzu.com
Author: Commercial Web Services
Description: A WordPress theme developed by Commercial Web Services.
Version: 1.0
*/

/*GENERAL CSS START*/
.row {
  margin:0px !important;
}

.btn-style {
  background-color:#92000d;
  border-color:#EC1B2E;
  color:#fff;
  padding:5px 15px;
  text-transform: uppercase;
  font-weight: bold;
  font-size:14px;
  transition: .3s;
  font-family: 'Roboto Condensed';
  -webkit-transition:background-color .3s, color .3s;
}

.btn-style:hover {
  background-color: transparent;
  color:#EC1B2E;
}

::selection {
  background: #EC1B2E; /* WebKit/Blink Browsers */
  color:#fff;
}
::-moz-selection {
  background: #EC1B2E; /* Gecko Browsers */
  color:#fff;
}

/*GENERAL CSS END*/


/*TOPBAR CSS START*/

#topbar {
  background-color:#000;
  color:#fff;
  font-family: 'lato',sans-serif;
  padding-top:5px;
  padding-bottom:5px;
  z-index: 999999
}

#topbar a {
  color:#fff;
}

#top-login {
  transition:.3s;
  -webkit-transition: width .3s; /* Safari */
}

#top-address {
  text-align: right;
  margin-top:5px;
  transition:.3s;
  font-family: 'Roboto Condensed';
  -webkit-transition: width .3s; /* Safari */
}

#top-address a:hover {
  text-decoration: none;
  border-bottom: 1px solid #EC1B2E;
}

.top-btn {
  padding: 3px 20px;
  font-size:1em;
  background-color: #EC1B2E;
  border-color: #EC1B2E;
  color:#000;
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: .3s;
  -webkit-transition: background-color .3s, color .3s;
}

.top-btn:hover {
  background-color: transparent;
  color:#EC1B2E;
}



@media (max-width:767px){
  #top-login,#top-address {
    text-align: center;
    padding-top:8px;
  }
  #top-login {
    margin-top:20px;
  }

  #top-address {
    padding-bottom: 10px;
  }
}


/*TOPBAR CSS END*/

/*STICKY HEADER CSS START*/
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 3;
  border-bottom: 1px solid #f6f6f6;

}

.sticky #header-tollfree {
  display:none;
}

.sticky #header-logo img {
  width:40%;
}

.sticky #non-sticky-logo {
  opacity: 0;
}

.sticky #sticky-logo {
  opacity: 1;
}

/*STICKY HEADER CSS END*/

/*HEADER CSS START*/

.header {
  background-color: #fff;
  padding-bottom: 10px;
  border-bottom: 1px solid #f6f6f6;
}

#header-logo {
  margin-top:10px;
  z-index: 1;
  transition: .3s;
  -webkit-transition: width .3s; /* Safari */
  position: relative;
}

#header-logo img {
  width: 50%;
  max-width: 50%;
  transition: width .3s;
  position: absolute;
}

#header-nav {
  padding:0px!important;
  margin-top:20px;
}

#header-tollfree {
  text-align: right;
  font-family: 'Roboto Condensed';
}

@media (max-width:1200px){
  #header-logo img {
    width: 70%;
    max-width: 70%;
  }
  #header-nav {
    width: 100%;
  }
}

@media (max-width:1100px){
  .navbar-default .navbar-nav>li>a {
    padding-left:5px !important;
    padding-right:5px !important;
  }
}

@media (max-width:991px){

  #header-nav {
    margin-top:0px;
  }

  #header-tollfree {
    text-align: right;
    margin-top:10px;

  }

}

@media (max-width:767px){
.header {
  padding-top:0px;
}

  #header-logo {
    text-align: center;
  }

  #header-logo img {
    width: 70%;
    max-width: 70%;
  }

  #header-tollfree {
    text-align:center;
  }

#header-logo img {
  position: relative;
}

  #sticky-logo {
    display:none;
  }

  .sticky #non-sticky-logo {
    opacity: 1;
  }

}

/*HEADER CSS END*/


.navbar-default {
  background-color: transparent!important;
  border-color: transparent!important;
  float:right;
}

.navbar {
  margin-bottom: 0px!important;
}

/*LINK STYLING START*/
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
  background-color:transparent!important;
}

.navbar-default .navbar-nav>li>a {
  text-transform: uppercase;
  font-weight: bold;
  font-family: 'Roboto Condensed';
  color:#000!important;

}

/*LINK STYLING END*/

/*HOVER STYLING START*/
.navbar-default .navbar-nav>li>a::after {
  position: absolute;
	top: 100%;
	left: 0;
	width: 40%;
  margin-left:30%;
	height: 4px;
	background: #EC1B2E;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	-moz-transition: opacity 0.3s, -moz-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
	-webkit-transform: translateY(5px);
	-moz-transform: translateY(5px);
	transform: translateY(5px);
}

.navbar-default .navbar-nav>li>a:hover::after,
.navbar-default .navbar-nav>li>a:focus::after {
  opacity: 1;
-webkit-transform: translateY(-10px);
-moz-transform: translateY(-10px);
transform: translateY(-10px);
}


/*HOVER STYLING END*/

@media (min-width: 768px) {
.nav {
  display:flex !important;
  width:100% !important;
}
.navbar-nav>li {
  flex: 1 1 auto !important;
  text-align: center !important;
}
.navbar,
.navbar div,
.navbar ul,
.navbar ul li {
border:0px;

}

  div#d-header.main-wrapper .header-left a img {
  height:82px;
}
}

@media (max-width:767px){
  .show-menu {
    margin-left: 50px;
    margin-top:20px;
    text-align: center;
  }

  .navbar-default {
    float:none;
  }

  .navbar-default .navbar-nav>li>a:hover::after,
  .navbar-default .navbar-nav>li>a:focus::after {
    opacity: 0;
  }
}


/*CTA CSS START*/

#cta-area {
  height: auto;
  font-family: 'lato',sans-serif;
  transition: width .5s;
}

.cta-sections {
  transition: width .5s;
}

.no-padding {
  padding-right:0px !important;
  padding-left:  0px !important;
}
.cta-image {
  position: relative;
  width:100%;
  padding-top:35%;
  overflow: hidden;
}

#cta-1 {
  background:url("assets/images/cta-img1bw.jpg") no-repeat;
  background-size: cover;
  height:500px;
  transition: .4s;
}

#cta-1:hover {
  background:url("assets/images/cta-img1.jpg") no-repeat;
  background-size: cover;
  height:500px;
}



#cta-2 {
  background:url("assets/images/cta-2-bw.jpg") no-repeat;
  background-size: cover;
  height:100%;
  transition: .4s;
}

#cta-2:hover {
  background:url("assets/images/cta-2.jpg") no-repeat;
  background-size: cover;
  height:100%;
}

.cta-button {
  background-color:#92000d;
  border-color:#EC1B2E;
  color:#fff;
  padding: 25px 70px;
  text-transform: uppercase;
  transition: .3s;
  transition: background-color .3s, color .3s;
  margin: 5px;
  font-size: 17px;
  font-family: 'Roboto Condensed';
}

.cta-button:hover {
  background-color:transparent;
  color:#fff;
  border-color:#fff;
}

  /*CTA header start*/

  .cta-header {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      color:#fff;
      text-align: center;
      font-weight: bold;
      width:600px;
  }

  .cta-header a {
    color:#fff;
  }

  .cta-header h3 {
    font-weight: 900;
    font-size:2.2em;
    text-transform: uppercase;
    text-shadow: 2px 2px 8px #000;
  }

  @media (min-width:1200px){
    .cta-header h3 {
      font-size: 3.2em;
    }
  }

  @media (max-width:767px) {
    #cta-1 {
      border-right:0px;
      border-bottom:2px solid #fff;
    }

    #cta-1:hover {
      border-right:0px;
    }
  }


  /*CTA header end*/


/*QUICK SEARCH CSS START*/

.widget_quick_search .widget-title {
  display:none!important;
}

#d-search {
  padding:10px;
  background-color:#92000d;
}

#quick-search {
  color:#fff!important;
}

#quick-search .quick-search-button .btn-default {
  background-color:#fff!important;
  border-color:#fff!important;
  color:#92000d !important;
  padding:7px 30px;
  text-transform: uppercase;
  font-weight: bold!important;
  letter-spacing: 1px;
  transition:.3s;
  -webkit-transition: background-color .3s, color .3s;
  font-family: 'Roboto Condensed';
}

#quick-search .quick-search-button .btn-default:hover {
  background-color:transparent !important;
  color:#fff!important;
}

/*QUICK SEARCH CSS END*/

/*DEALER CONTENT AREA START*/

.cws-content-area {
  padding-top:20px;
  padding-bottom: 20px;
}

.cws-content-area h1 {
  font-family: 'lato',sans-serif;
  font-weight: 900;
  color:#000;
}

.cws-content-area h1 hr {
  margin-left: 0;
  margin-top:7px;
  width:50px;
  border-color:red;
  border-width: 5px;
}

#homepage-content {
  color:#585858;
}


/*DEALER CONTENT AREA END*/


/*BANNER CSS START*/

#home-banner {
  position: relative;
}
.banner-wrap {
  height:200px;
  padding-top:33%;
}

#home-image {
  background:url("assets/images/isuzu-banner.jpg") no-repeat center center;
  background-size:cover;
}

.bottom-left-banner {
    position: absolute;
    bottom: 15%;
    left: 4%;
    color:#fff;
    font-family: 'Arimo', sans-serif;
    transition: .3s;
    width: 90%;
}

.bottom-left-banner h1 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 4em;
  margin:0px;
  text-shadow: 2px 2px 5px #000;
}

.bottom-left-banner h2 {
  margin:0px;
  text-transform: uppercase;
  font-weight: normal;
}

.banner-button {
  margin-top:10px;
  padding:5px 20px;
  color:#f6f6f6;
  background-color:#92000d;
  border-color:#EC1B2E;
  transition: .3s;
  transition: background-color .3s, border-color .3s;
  text-transform: uppercase;
  font-family: 'Roboto Condensed';
}

.banner-button:hover {
  background-color: transparent;
  border-color: #f6f6f6;
}

@media (max-width:767px){
  .bottom-left-banner {
    font-size: 1em;
  }

  .bottom-left-banner h1 {
    font-size: 3em;
  }

    .bottom-left-banner h2 {
      font-size: 1.5em;
    }
}

@media (max-width:620px){
  .bottom-left-banner {
    font-size: .7em;
  }
}


/*BANNER CSS END*/


/* Dealer Map and locations */

.storefront-drone-bg {
  background: url("assets/images/footer-storefront-bg.jpg") no-repeat 50% 50%;
  background-size: cover;
  height: 100%;
  text-align: center;
  padding-top: 20px;
}

#map-section {
  display: flex;
}

#map-section .map, #map-section .info {
  width: 50%;
  height: 350px;
  background-color:#f6f6f6;
  overflow: scroll;
}

/* Google Map */

.map-responsive {
  overflow: hidden;
  position: relative;
  height: 350px;
}

.map-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

/* Info */

.info {
  background-color: #fff;
  background-size: cover;
  padding: 20px;
  color: #333;
  font-family: 'Arimo', sans-serif;
  text-align: center;
  font-size: 13px;
  line-height: 1.2em;
}

.info a {
  color:#252525;
}

.info .text {
  position: relative;
  top: 1%;
  /* text-shadow: 0 0 10px rgba(0,0,0,.5); */
}

.info .phone {
  font-size: 3.4em;
  margin-bottom: 20px;
}

.phone hr {
  width: 30%;
  border-color: #EC1B2E;
}

.info p {
  margin-bottom: 20px;
}

.info h3 {
  font-size: 1.1em;
  margin: 0;
  font-weight: bold;
  padding-bottom:4px;
  text-transform: uppercase;
}

#map-section .HzV7m-b7CEbf .i4ewOd-pzNkMb-tJHJj {
  background-color:#2a934a!important;
}

@media screen and (max-width: 767px) {
  #map-section {
    flex-direction: column;
  }
  .map-responsive, #map-section .map {
    width: 100%;
    height:400px;
  }

  #map-section .info {
    height:auto;
    width: 100%;
  }
}

/*Map and location css end*/



/*DEALER FOOTER CSS START*/
#dealer-footer {
  background-color:#000;
  color:#fff;
  padding-top:20px;
}

#footer-left img {
  width: 100%;
  max-width: 100%;
}

#footer-left hr {
  border-color:rgba(255,255,255,.2);
  margin-top:5px;
  margin-bottom: 7px;
}

#footer-phone {
  font-weight: bold;
  color:#EC1B2E;
}

#footer-social h4 {
  margin-top:19px;
}

#footer-left .fa-stack-2x {
  color:#EC1B2E !important;
}

#footer-left .fa-inverse {
  color:#000;
}



#footer-left img {
  width:71%;
  max-width: 71%;
}

#dealer-footer h4 {
  text-transform: uppercase;
}

#dealer-footer h4 hr {
  margin-top:3px;
  margin-bottom:3px;
  border-color:#EC1B2E;
}

#dealer-footer li {
  list-style-type: none;
  font-size:12px;
  color:#fff;
}

#footer-link a {
  color:#EC1B2E;
}

.footer-locations a {
  color:#fff;
}

.footer-locations a:hover {
  border-bottom:0.5px solid #EC1B2E;
  text-decoration: none;
}

.footer-locations {
  font-size:13px;
}


/* Exclusive btns */

.isuzu-excl {
  height: 120px;
  width: 100%;
  background: url('assets/images/isuzu-excl-bg-2.jpg') center;
  background-size: cover;
  text-align: center;
  border: 1px solid #000000;
  text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
  transition: 0.3s ease all;
}
.isuzu-excl .text {
  font-size: 1.3em;
  font-family: 'lato', sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  color: #ffffff;
  text-shadow: 2px 2px 4px #000;
}
.isuzu-excl:hover {
  box-shadow: inset 0 0 180px rgba(0,0,0,.5);
}

.exlusive-logo {
  margin-top:10px;
}

@media (max-width:767px){
#footer-left,#footer-link,#footer-location,.isuzu-excl {
  text-align: center;
}

#dealer-footer h4 hr {
  width: 20%;
}

.isuzu-excl {
  width: 100%;
}

}


/*DEALER FOOTER CSS END*/


/*CWS FOOTER CSS START*/

.footer-wrapper {
	background-color:transparent;
	padding:5px;
  margin-top:20px;
}

#footer-wrapper .links a {
  color:#fff !important;
}

.footer-wrapper .links ul li a {
	color:#9a9aa0!important;
}

#footer_links {
	display:inline-block;
	float:right;
  color:#111 !important;
}

#footer_links .links li:after {
  color:#5D5D65!important;
}

.cws-footer {
	padding:20px;
	height:90px;
	background-color: transparent !important;
  border-top:1px solid rgba(93,93,101,.3);
}
.cws-footer div {
	height:100%;
}
.cws-footer #footer-links {
	text-align:right;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	height:auto;
}
	#cws-footer #footer-links a,
	#cws-footer #footer-links a:hover,
	#cws-footer #footer-links a:active,
	#cws-footer #footer-links a:visited {
		color:#5D5D65;
		text-decoration:none;
	}
	@media (max-width:991px) {
		#cws-footer {
			height:120px;
		}
		#cws-footer #footer-links {
			text-align:center;
			top:0;
			transform:none;
		}
		#cws-footer #logo-footer {
			text-align:center;
			margin: 0 0 10px;
		}
		#cws-footer div {
			height:auto;
			text-align:center;
		}
	}

@media (max-width:767px){
	#footer_links {
		padding-top:10px;
		text-align:center;
    float: none;
	}

	.footer-wrapper {
		padding-bottom:35px;
	}

	.cws-footer {
		text-align: center;
	}
}
	@media (max-width:480px) {
		#cws-footer {
			text-align:center;
		}
		#cws-footer #footer-links {
			font-size:12px;
		}
		.cws-footer #footer-links {
			float:none;
		}
	}




/*CWS FOOTER CSS END*/
