:root {
  --shadow: 2px 2px 3px rgba(0 0 0 / 20%);
  --gold: #F5F25D;
  --white: #fff;
  --top-bar-background: #202020;
  --top-bar-2-background: #111111;
  --top-bar-linear-gradient: linear-gradient(130deg,  var(--theme-color)  50%, var(--blue) 50%);
}

.header {
  box-shadow: var(--shadow);
}

div#loading-wheel-container {
    padding: 0 !important;
}

.header-star-rating {
  color: var(--gold);
}
@media screen and (max-width: 768px) {
  .header {
    min-height: 220px;
  }
}

/* TOP BAR == TOP BAR == TOP BAR == TOP BAR == TOP BAR  */
.header #u_row_10 {
  background: var(--top-bar-background);
}
.header #u_row_11 {
    background-color: var(--top-bar-2-background);
    padding: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.header #u_column_34 input { letter-spacing: 1px;}
.header #u_column_19 {
   background: var(--top-bar-linear-gradient);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 45%;
}
.header div#u_content_custom_toolbar_6 {
      display: flex;
    justify-content: center;
}
.header  .d-toolbar p {
    font-family: 'Alfa Slab One' !important;
}

#u_content_custom_logo_1 {
    display: flex;
    justify-content: center;
    position: relative;
}

header .logo {
    left: unset !important;
    position: absolute !important;
    top: -152px !important;
    z-index: 99 !important;
}

/* Address */
.header #u_column_20 .d-cell1:hover a {
    color: var(--theme-color) !important;
}

/* Mobile Address */
.header #u_column_35
 .d-cell3:hover span {
    color: #252525;
}

/* Call Us */
#header-phone a {
    color: #fff;
    font-family: Impact, Anton, sans-serif;
}

#header-phone a:hover {
    color: var(--theme-color) ;
}

/* Social Icons */
.header .d-toolbar-social-box > div {
     display: flex;
     align-items: center;
}
.header #u_content_custom_toolbar_2 .d-toolbar-social-box a {
    align-items: center;
    background: #fff;
    height: 30px;
    width: 30px;
    display: flex;
    justify-content: center;
    border-radius: 20px;
}
.header #u_content_custom_toolbar_2 .d-toolbar-social-box a:hover {
    background: var(--theme-color);
}

/* Reviews */
.header #u_content_text_9 a:hover span {
    color:  var(--theme-color) !important;
}

.header .d-cell3-content > p > span {
    cursor: pointer;
}

.header #u_column_12 {
    max-width: 30%;
}

/** APPOINTMENT BUTTON **/

header #u_row_14 div#u_content_custom_appointmentButton_3:hover, header #u_row_14 div#u_content_custom_appointmentButton_3:hover:hover input {
    background: #db9b12 !important;
    color: white;
    cursor: pointer;
}

/* Nav Links */
.header #u_content_custom_navLinks_1 .d-nav-links-info.d-header-nav ul.menu>li>div a:not(:hover), .header #u_content_custom_navLinks_1 .d-nav-links-info.d-header-nav ul.menu>li>div:hover a {
    text-transform: uppercase;
}

@media screen and (max-width: 1200px) {
    .logo {
        max-width: 125px;
    }

    .header #u_column_19 span { font-size: 30px !important;}
    .header .d-toolbar { font-size: 0.85rem;}
    .header #u_content_text_9 >div > p > span { font-size: 14px !important; }
    .header #u_content_text_10 > div > p > span > span {
        font-size: 18px !important;
    }
    .header #u_content_text_10 > div > p > span > span:last-child {
        font-size: 20px !important;
    }

    .header #u_content_text_10 > div > p > span > span:last-child > span {
        font-size: 24px !important;
    }
    .header #u_content_custom_appointmentButton_3 .d-con-usefor-header .d-appointment-button-b {
        font-size: 16px !important;
    }

    /* Nav Links */
    .header #u_column_12 {
        max-width: 23%;
    }
    .header .u-row .u-col.u-col-71p08 {
        flex: 0 0 76%;
        max-width: 76%;
    }
}


.logo-box-mobile {
    background: #272424;
}

@media (max-width: 991px) {
    header .d-social-box.d-con-header-social a {
    background: #666464;
    padding: 10px 15px !important;
    width: 60px !important;
    height: 40px !important;
    border-radius: 5px;
    line-height: normal !important;
}
}