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

/** DO NOT DELETE: ADD STYLES BELOW THIS LINE **/
html, body {
max-width: 100% !important;
overflow-x: hidden !important;
font-family:'Montserrat', sans-serif;
}

/* JCB Template Styles */
h1,h2,h3 {
  font-family:'Open Sans Condensed', sans-serif;
}
.elementor-location-header .elementor-button .elementor-align-icon-left,
.elementor-location-footer .elementor-button .elementor-align-icon-left {
    float:none;
}
.home .elementor-slides .elementor-button {
    padding-top:21px;
    padding-bottom:21px;
}
.home .homepage-cards a {
  color:#fff;
}

.showroom-return.pull-left {
  display:none;
}
.container.showroom-custom-link {
  padding:0px 30px;
}

.interior-heading .interior-heading__container {
	padding:0px 45px;
}
.interior-heading hr {
  border-color:#2d2d2d;
}
.interior-heading .hero-header,
.interior-heading h1.hero-header {
	font-family:'Open Sans Condensed', sans-serif;
  color:#2d2d2d;
	font-weight: 700;
  font-size:32px;
}
@media (min-width:768px) {
  .interior-heading .hero-header,
  .interior-heading h1.hero-header{
    font-size:36px;
  }
}
@media (min-width:992px) {
  .interior-heading .hero-header,
  .interior-heading h1.hero-header{
    font-size:39px;
  }
}
@media (min-width:1200px) {
  .interior-heading .hero-header,
  .interior-heading h1.hero-header {
    font-size:42px;
  }
}



/* TI Footer Styles */
.cws-footer__row {
display: flex;
align-items: center;
}

.cws-footer {
    background-color: black;
    padding: 10px;
}

.cws-footer svg {
  height:50px;
  width: auto;
}
.links ul li a {
    color: white;
}

.cws-footer__link__img {
    width: 25%;
    max-width: 100px;
}

.cws-footer__links #ds-footer{
	float: right;
}

@media (max-width: 767px){
   .cws-footer__row {
    flex-direction: column;
   }
   .cws-footer__logo {
    text-align: center;
  }
  .cws-footer__link__img {
    margin: auto;
  }

  .cws-footer__links #ds-footer{
    float: none !important;
  }
}

/* TI Footer Styles */

/* Contact Modal Styles */

.modal-content {
  border: none;
  border-radius: 0;
}

.modal-header {
  background:#000;
}

.modal-title {
  color: #fff;
  font-size: 20px;
  text-transform: capitalize;
}

.close,
.close:hover {
  font-family: "Open Sans", sans-serif;
  font-size: 35px;
  line-height: 1;
  color: #fff;
  text-shadow: none;
  opacity: 1;
}

.modal-body {
  font-family: "Open Sans", sans-serif;
}

.wpcf7-submit {
  width: 304px;
  height: 50px;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  text-transform: capitalize;
  border-radius: 0;
  border: none;
  background: #000;
}

.modal-footer {
  height: 60px;
}

/* Contact Modal Styles */
