/*

Theme Name:         Sage Starter Theme

Theme URI:          https://roots.io/sage/

Description:        Sage is a WordPress starter theme. <a href="https://github.com/roots/sage">Contribute on GitHub</a>

Version:            8.5.2

Author:             Roots

Author URI:         https://roots.io/

Text Domain:        sage



License:            MIT License

License URI:        http://opensource.org/licenses/MIT

*/

.general--community_bg {
  background: url("assets/images/community/community_header.png")
    50% !important;

  background-size: cover !important;

  background-position: 50% !important;
}

.general--fleet_bg {
  background: url("assets/images/fleet/fleet_header.png")
    50% !important;

  background-size: cover !important;

  background-position: 50% !important;
}

.general--about_bg {
  background: url("assets/images/about/about_header.png")
    50% !important;

  background-position: 50% !important;

  width: 100% !important;

  background-size: cover !important;
}

.general--contact_bg {
  background: url("assets/images/contact/contact_header.png")
    50% !important;

  background-size: cover !important;

  background-position: 50% !important;
}

.general--locations_bg {
  background: url("assets/images/locations/location_exterior.png") !important;
}

.general--locations_exterior_bg {
  background: url("assets/images/locations/location_exterior.png")
    50% !important;

  background-size: cover !important;

  background-position: 50% !important;
}

.general--locations_interior_bg {
  background: url("assets/images/locations/locations_detail.png")
    50% !important;

  background-size: cover !important;

  background-position: 50% !important;
}

.general--txt_bg {
  background: url("assets/images/common/spaget_new.png")
    repeat top #eef3f4 !important;

  background-size: cover !important;
}

.right_piece {
  background-image: url("assets/images/common/red_slant.png") !important;
}

.home--racer-way-bg {
  background: #333
    url("assets/images/common/flag_border.png")
    repeat-x 0 100% !important;
}

.para_bg {
  background-image: url("assets/images/common/grey_slant.png") !important;
}

.truck_bg {
  background-image: url("assets/images/about/truck.jpg") !important;
}

.red_bg_2 {
  padding: 35px 20px 50px 20px !important;
}

.lube_btn {
  margin-top: 15px !important;
}

.lube-locations_bg {
  background: url("assets/images/locations/lube-center-sa.jpg")
    50% !important;

  background-size: cover !important;

  background-position: 50% !important;

  width: 100% !important;
}

.brands-banner {
  padding: 40px 0px;
}

.brands-banner img {
  padding: 5px;
}

.lube-center h3 {
  color: #ffffff !important;
}

.services_yellow {
  background: #ffc52c;
  color: #fff;
  text-align: center;
  border-left: 6px solid #eef3f4;
}

.services_mobile_yellow {
  background: #ffc52c;
  color: #ffffff;
  padding: 20px 35px !important;
}

.green {
  color: #2ab673;
}

.red {
  color: #d71f28;
}

.price-pop {
  font-size: 2em;
}

.interior-list {
  list-style-type: none;
}