/*   
	Theme Name:        Atlanta Truck Equipment
	Description:       A WP theme boilerplate for new theme development with Elementor.
	Version:           1.0
	Author:            Commercial Web Services
	Text Domain:       ws-theme-boilerplate
*/

html,
body {
  max-width: 100% !important;
  font-family: 'Open Sans', sans-serif;
}

/* TI Footer Styles */
.ti-footer {
  display: flex;
  align-items: center;
  background: #385187;
  background-size: 100%;
  padding: 15px;
}

.links ul li a,
.links ul li::after {
  color: #fff;
}

@media (max-width: 567px) {
  .ti-footer__link {
    width: 25% !important;
  }
}

@media (max-width: 767px) {
  .ti-footer {
    flex-direction: column;
    justify-content: center;
  }
  .ti-footer__link {
    width: 20%;
  }
  .ti-footer__links {
    margin-top: 5px;
  }
}

@media (min-width: 768px) {
  .ti-footer {
    justify-content: space-between;
  }
  .ti-footer__link {
    width: 15%;
  }
}

@media (min-width: 992px) {
  .ti-footer__link {
    width: 12.5%;
  }
}

@media (min-width: 1200px) {
  .ti-footer__link {
    width: 10%;
  }
}

/* Contact Modal Styles */
.modal-content {
  border: none;
  border-radius: 0;
}

.modal-header {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  background: #385187;
}

.modal-header::before,
.modal-header::after {
  content: none;
}

.modal-title {
  font-family: 'Oswald', sans-serif;
  color: #fff;
  font-size: 20px;
  font-weight: 900;
  text-transform: uppercase;
}

.modal-body {
  background-color: #f7f7f7;
}

.modal-footer {
  background: #385187;
}

.close,
.close:hover {
  font-size: 24px;
  line-height: 1;
  color: #fff;
  text-shadow: none;
  opacity: 1;
}

.modal .wpcf7-form label,
.modal .wpcf7-form .form-disclaimer {
  color: #333;
}

.wpcf7-submit {
  width: 200px;
  height: 50px;
  font-size: 17px;
  font-weight: 700;
  background: #385187;
  font-family: 'Oswald', sans-serif;
  color: #fff;
  text-transform: uppercase;
  border: none;
  border-radius: 0;
  box-shadow: inset 0 2px 2px rgba(255, 255, 255, 0.15),
    inset 0 -2px 2px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.4);
  transition: ease all .3s;
}

.wpcf7-submit:hover {
  background-color: #334979;
}

.inventory-container .inventory-item-btn,
.inventory-container .inventory-item-btn.disabled:active {
  background-color: #000;
  border: none;
}

.modal-footer {
  height: 60px;
}

.top-nav-contact {
  cursor: pointer;
}

/* 404 */
.error__heading {
  margin-bottom: 0;
  font-family: 'Oswald', sans-serif;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  color: #385187;
}

.error__subheading {
  text-align: center;
  color: #333;
}

.btn__wrap {
  display: flex;
  justify-content: center;
}

.error__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px 0 20px 0;
  background: #385187;
  height: 60px;
  width: 300px;
  font-family: 'Oswald', sans-serif;
  color: #fff !important;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none !important;
  cursor: pointer;
  box-shadow: inset 0 2px 2px rgba(255, 255, 255, 0.15),
  inset 0 -2px 2px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.4);
  transition: ease all .3s;
}

.error__btn:hover {
  background: #334979;
}

.error__btn--contact {
  margin-left: 20px;
}

@media (max-width: 767px) {
  .btn__wrap {
    flex-direction: column;
    align-items: center;
  }

  .error__btn {
    width: 75%;
  }

  .error__btn--home {
    margin-bottom: 10px;
  }

  .error__btn--contact {
    margin-left: 0;
  }
}
