:root {
  --blue: #144AEA3;
  --theme-color: #C5000D;
  --gold: #F5F25D;
  --white: #fff;
  --top-bar-background: #252525;
  --top-bar-2-background: #111111;
}


@media (max-width: 991px){
header.header d-mobile-nav, header.header #u_content_custom_toolbar_7, header.header #u_content_custom_social_1, header.header #u_row_15, header.header #u_content_custom_logo_3 {
    display: block !important;
}
 .d-social-box {
    padding: 0 !important;
 }
div#u_content_custom_toolbar_7 p {
    font-family: impact !important;
}
div#u_content_custom_toolbar_7 p a:hover, .d-social-box a:hover {
    color: var(--gold) !important;
}
}

ul.nav.navbar-nav li a {
    text-transform: capitalize;
    text-align: center;
    color: var(--gold);
}



a {
    text-decoration: none;
}

html,body
{
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden; 
    box-sizing: border-box;
}

header.header #u_row_7 ul.menu li a {
    font-size: clamp(14px, 1.25vw, 20px) !important;
}

header.header #u_row_7 ul.menu {
    flex-wrap: nowrap;
}

h1, h2, h3 {
    text-transform: uppercase;
    font-family: Impact, Anton !important;
}

.theme-color, .red {
  color: var(--theme-color);
}

.blue {
  color: var(--blue);
}

p, h1,h2,h3,h4,h5,h6, a, .slogan {
  margin-bottom: 0px !important;
}
.container {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

/* Popup Announcement */
.modal-body a {
    background: var(--theme-color);
    border: 1px solid var(--theme-color);
    color: #fff !important;
    padding: 1em 2em;
}
.modal-body a:hover {
    background: #fff !important;
    border: 1px solid var(--theme-color);
    color: var(--theme-color) !important;
    padding: 1em 2em;
}

/* BUTTON */
.btn {
  border-radius: 30px !important;
  font-weight: bold !important;
}
/*
.btn:hover {
    border-top: solid 1px var(--blue) !important;
    border-bottom: solid 1px var(--blue)!important;
}
*/
/* JUMBOTRON == JUMBOTRON == JUMBOTRON == JUMBOTRON == JUMBOTRON == JUMBOTRON == JUMBOTRON */
.d-slider-caption {
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0,0,0, .5);
    letter-spacing: 0.1vw;
    padding: 20px 0px;
}

.slogan-component .slogan-top {
    color: white !important;
    font-family: impact, Anton !important;
    font-size: clamp(2rem, 4vw, 4.75rem) !important;
    font-weight: 400 !important;
    text-transform: uppercase !important;
}
.slogan-bottom {
    display: block;
    font-family: impact, Anton !important;
    font-size: 1.6rem !important;
    font-weight: 400 !important;
    text-transform: uppercase !important;
}

.slogan-component span.gold {
    color: var(--gold) !important;
}


.d-slider-item {
    display: flex;
    align-items: center;
}
.d-slider-item > div {
    bottom: unset !important;
}
/*
#u_row_32 > .container > .u-row {
    align-items: stretch !important;
    justify-content: center;
}
.about #u_column_61 {
    display: flex;
    box-shadow: 0 5px 10px rgb(0 0 0 / 35%);
    border-radius: 10px;
    margin: 10px;
    max-width: 555px !important;
}
#u_column_60 img {
    box-shadow: 0 5px 10px rgb(0 0 0 / 35%);
}
#u_column_61 > div { align-self: center; }
*/
.body .u_content_image img {
    border-radius: 10px !important;
}


/* SERVICES WHEEL ==  SERVICES WHEEL ==  SERVICES WHEEL ==  SERVICES WHEEL ==  */
.sec-3b {
    background: url("https://assets.unlayer.com/projects/5192/1664917294787-home-services.png") no-repeat center;
    background-size: contain;
    height: 500px;
    margin: 50px 0;
}
.sec-3b .service-item {
    font-size: 20px;
    font-weight: 700;
    margin: 50px 0;
}
.sec-3b .service-item div {
        display: inline-block;
    }
.sec-3b .service-item .icon-services-hover {
        display: none;
    }
.sec-3b .service-item:hover .icon-services {
        display: none;
    }
.sec-3b .service-item:hover .icon-services-hover {
        display: inline-block;
    }
.sec-3b .service-item img {
        position: relative;
        top: -15px;
    }
.sec-3ba .service-item div {
        margin-right: 40px;
    }
.sec-3bb .service-item div {
        margin-left: 40px;
    }
.sec-3ba .service-item.item2 {
    position: relative;
    right: 40px;
}

.sec-3bb .service-item.item4 {
    position: relative;
    left: 0px;
}
.sec-3bb .service-item.item5 {
    position: relative;
    left: 50px;
}
.sec-3bb .service-item.item6 {
    position: relative;
    left: 0px;
}
.service-item:hover {
 opacity: 0.7 !important;
}

/* Keeping your engines running */
#u_row_16 .container {
    max-width: unset !important;
}
#u_column_27 {
    align-self: flex-start;
}
@media screen and (max-width: 1200px) {
    #u_column_30 {
        display: none;
    }
    
    .u-row .u-col.u-col-39p35 {
        flex: 0 0 80% !important;
        max-width: 80% !important;
    }
}


/* REVIEWS CAROUSEL == REVIEWS CAROUSEL == REVIEWS CAROUSEL == REVIEWS CAROUSEL */
#u_row_30 {
  background-position: center !important;
}
#u_content_custom_reviewScroll_2 {
  max-width: 940px;
  margin: auto;
}
#u_content_custom_reviewScroll_2 .carousel .d-review>div p { text-align: center; }

@media screen and (max-width: 768px) {
  #review-container {
    width: 300px; 
    margin: 0 auto;
    padding: 10px;
  }
}

/* CONTACT SECTION */
.contact-icons {
    padding: 15px 0;
    border-left: 1px solid #1a1a1a;
    width: 42px;
    margin: 0 auto;
}
.contact-icons img {
      width: 42px;
      height: 44px;
      padding: 8px;
      background: #1a1a1a;
}

.contact-icons:hover {
    border-left: 1px var(--theme-color) solid;
}

.contact-icons:hover img {
    background: var(--theme-color);
}

/* ABOUT PAGE  == ABOUT PAGE  == ABOUT PAGE  == ABOUT PAGE  == ABOUT PAGE  == */
.About #u_content_image_3 img {
  border: solid thin silver;
  box-shadow: 1px 1px 3px whitesmoke;
}
.d-con-employee .d-employee-body .d-con-employee-description * {
    text-align: left;
}

/* VEHICLE LIST  == VEHICLE LIST  == VEHICLE LIST  == VEHICLE LIST  == VEHICLE LIST  == */
.d-vehicle-list-box .d-vehicle-list {
    padding: 20px 1px;
}


/* SERVICES PAGE == SERVICES PAGE == SERVICES PAGE == SERVICES PAGE == SERVICES PAGE */
/* Services List */
#u_content_custom_services_1 .d-service-summary-container .d-con-service-summary {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
}
#u_content_custom_services_1 .d-con-service .d-service-summary-container .d-service-summary-list {
    padding-right: 5px;
}
/* Services Detail */
.d-service-cards-container .d-service-card-content {
    padding: 30px 15px;
}
/* Services hide detail and summary for 2 sections 
#u_content_custom_services_2 .d-service-summary-container .d-con-service-summary, #u_content_custom_services_1 .d-con-service .d-service-cards-container {
    display: none;
}
*/
#u_content_custom_services_2 .d-service-cards-container .d-service-card .d-service-card-title {
    padding-bottom: 10px;
}

/* CONTACT PAGE == CONTACT PAGE == CONTACT PAGE == CONTACT PAGE == CONTACT PAGE */

#u_content_custom_blog_1 .d-con-blog .d-post-list-title{
    color: #000000;
    text-decoration: none !important;
    font-weight: normal !important;
}
#u_content_custom_blogDetails_2 {
    max-width: 1200px !important;
    margin: auto;
}


/* BLOG PAGE */
.d-blog-date { padding: 10px 0; }

/* BLOG DETAILS PAGE */
.d-con-post-date { padding-top: 10px }
.d-box-blog-details { flex: 1 0 100% !important; }
.d-box-blog-details .d-con-blog-content {
   padding-top: 0;
}

/* CONTACT PAGE */
#u_content_custom_hours_1 .d-location-hours-container .d-location-hours .d-location-hours-heading > h2 {
    font-weight: normal !important;
}
#u_content_text_11 {
    max-width: 388px;
    margin: auto;
}
/* VEHICLE DETAILS PAGE */
.d-vehicle-tips-main-heading {
    margin-bottom: 20px !important;
}

@media screen and (max-width: 749px) {
    .d-con-vehicle-tips .d-vehicle-tips-content .d-vehicle-tips-list > li {
        flex: 0 0 100% !important;
    }
}

/** LINE LIMIT ON REVIEWS SCROLLER **/

.d-review > div p {
    -webkit-line-clamp: 3 !important;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.d-review > div p:not(:first-child) {
    display: none;
}

.carousel-item {
    max-height: 400px;
}

/**PRINT SPECIALS**/
.d-print .d-coupon {
    float: left;
    width: 700px !important;
    max-width: 80vw !important;
    position: relative;
    margin: 0;
    padding: 0;
    border: none;
    background: none;
    border: 2px dashed black;
    padding: 20px 30px;
}

.d-print .d-coupon img {
    max-width: 100% !important;
}


div#popupAnnouncement .modal-footer{
display:none !important;
}


div#popupAnnouncement a {
    color: #ffffff;
    background-color: #c5000d;
    width: undefined;
    border: solid 1px #c5000d;
    border-radius: 5px;
    padding: 20px 40px;
}