/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/

:root {
    --brand-red-color: #E33122;
    --brand-yellow-color: #F7BC28;
    --brand-text-color: #48090A;
    --brand-black-color: #1A1A1A;
}

.text-uppercase,
.text-uppercase * {
    text-transform: uppercase !important;
}

.text-white,
.text-white * {
    color: white !important;
}

.text-center,
.text-center * {
    text-align: center;
}

.font-seven,
.font-seven * {
    font-weight: 700 !important;
}

.font-six,
.font-six * {
    font-weight: 600 !important;
}

.font-three,
.font-three * {
    font-weight: 300 !important;
}

.font-four,
.font-four * {
    font-weight: 400 !important;
}

.font-five,
.font-five * {
    font-weight: 500 !important;
}

.font-eight,
.font-eight * {
    font-weight: 800 !important;
}

.font-nine,
.font-nine * {
    font-weight: 900 !important;
}

.russo-one,
.russo-one * {
    font-family: 'Russo One', sans-serif !important;
}

.mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
}

ul.sf-menu.sf-js-enabled.sf-arrows li a span {
    padding: 4px 10px !important;
    border-radius: 4px;
    font-size: 14px !important;
    transition: all 0.3s ease-in-out;
}

.sf-menu li {
    font-size: 14px !important;
}

ul.sf-menu.sf-js-enabled.sf-arrows li a span:after {
    content: none !important;
}

ul.sf-menu.sf-js-enabled.sf-arrows li.current-menu-item a span,
ul.sf-menu.sf-js-enabled.sf-arrows li:hover a span {
    background: var(--brand-yellow-color);
    color: var(--brand-text-color);
}

.pit-hero-section {}

#header-outer .container .row {
    border: 2px solid var(--brand-red-color);
    border-radius: 10px;
    padding: 0px 20px !important;
    margin-top: 20px;
    background: white;
}

#header-outer #logo,
#header-outer .logo-clone,
#header-outer .logo-spacing {
    margin-top: 15px;
    margin-bottom: 15px;
}

body.admin-bar .pit-body-top-border,
body.admin-bar .pit-body-left-border,
body.admin-bar .pit-body-right-border {
    top: 32px;
}


.pit-body-top-border {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background-color: var(--brand-red-color);
    z-index: 999;
}

.pit-body-bottom-border {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background-color: var(--brand-red-color);
    z-index: 999;
}

.pit-body-left-border {
    position: fixed;
    top: 0;
    left: 0;
    width: 5px;
    height: 100%;
    background-color: var(--brand-red-color);
    z-index: 999;
}

.pit-body-right-border {
    position: fixed;
    top: 0;
    right: 0;
    width: 5px;
    height: 100%;
    background-color: var(--brand-red-color);
    z-index: 999;
}

.footer-primary-menu ul {
    margin: 0px;
}

.footer-primary-menu ul li {
    list-style: none;
    color: white;
    line-height: 1.7em;
    font-weight: 700;
}

.footer-social-menu ul {
    margin: 0px;
}

.footer-social-menu ul li {
    list-style: none;
    color: white;
    font-weight: 400;
    font-size: 12px;
    line-height: 2em;
    font-weight: 700;
}

div#footer-outer {
    display: none;
}

.footer-privacy a {
    background: none;
}

.no-underline a {
    text-decoration: none !important;
    background: none;
}

.mission-box {
    background: #E33122E5;
    padding: 20px;
    border-radius: 8px;
}

.mission-box h4 {
    color: #48090A;
    font-size: 18px;
    line-height: 1.5em;
    font-family: 'Russo One';
    padding-bottom: 50px;
    display: block;
}

.mission-box p {
    font-weight: 600;
    color: #fff;
    line-height: 1.7em;
}

.nectar-button.small.brand-button {
    padding: 5px 15px;
}

.trust-and-help .image-wrap {
    max-width: 80px;
    margin: 0 auto;
}

.trust-and-help .image-wrap .box-bg {
    background-size: contain !important;
    background-repeat: no-repeat;
}


.trust-and-help .text {
    max-width: 230px;
    margin: 0 auto;
    padding: 0px !important;
    padding-top: 40px !important;
}

.trust-and-help .text h4 {
    color: #E33122 !important;
    font-size: 14px;
    line-height: 1.3em;
    text-transform: uppercase;
}

.trust-and-help .row_col_wrap_12_inner .wpb_column:nth-child(2) .image-wrap {
    max-width: 150px;
    height: 50px;
}

.trust-and-help .row_col_wrap_12_inner .wpb_column:nth-child(2) .image-wrap .box-bg {
    background-position: top;
}

.trust-and-help .nectar-fancy-box:hover .text h4 {
    background: none;
}

.banner-slider-item {
    height: 65vh;
    display: flex;
    justify-content: flex-start;
    border-radius: 15px;
    padding: 30px;
    max-height: 400px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
}

span.promotion-number {
    color: #F7BC28;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 1.7em;
    font-weight: 700;
    font-family: 'Instrument Sans';
    margin-bottom: 80px;
    display: block;
}

h2.promotion-title {
    font-size: 50px;
    color: white;
    max-width: 280px;
    font-weight: 400;
    margin-bottom: 30px;
    line-height: 1em;
}

p.promotion-description {
    font-weight: 600;
    color: white;
    max-width: 320px;
    font-family: 'Instrument Sans';
}

.pitstop-slider button.slick-arrow {
    border: none;
    background: transparent;
    position: absolute;
    right: 20px;
    bottom: 0px;
    cursor: pointer;
}

.pitstop-slider {
    position: relative;
}

.pitstop-slider ul.slick-dots {
    position: absolute;
    bottom: 30px;
    left: 30px;
    display: flex;
    margin: 0px;
    gap: 10px;
}

.pitstop-slider ul.slick-dots li {
    list-style: none;
}

.pitstop-slider button.slick-prev.slick-arrow {
    right: 80px;
    bottom: 0px;
    z-index: 9;
}

.pitstop-slider button.slick-arrow img {
    width: 44px;
    height: 44px;
    object-fit: contain;
}

.pitstop-slider ul.slick-dots li button {
    width: 90px;
    height: 6px;
    visibility: visible;
    background: #FFFFFFB2;
    border: none;
    font-size: 0px;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

.pitstop-slider ul.slick-dots li.slick-active button {
    background: #F7BC28;
}

.hero-milestone-row .number.default {
    color: #fff;
    font-weight: 400;
    font-family: 'Russo One';
}

.hero-milestone-row .subject {
    color: #48090a;
    font-size: 12px !important;
    line-height: 1.3em !important;
    font-family: 'Instrument Sans';
}

.hero-milestone-row {
    background: #E33122;
    padding: 40px;
    border-radius: 8px;
    position: relative;
}

.hero-milestone-row:before {
    content: '';
    position: absolute;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    border: 1px solid #48090A;
    border-radius: 8px;
    left: 5px;
    top: 5px;
}

.homepage-slider .banner-slider-item {
    height: 100vh;
    max-height: 720px;
    border-radius: 0px;
    justify-content: flex-start;
    align-items: end;
    padding-bottom: 80px;
    background-position: center;
    background-size: cover;
}

.homepage-slider h2.promotion-title {
    max-width: 330px;
}

.pitstop-promotion-banner-slider-wrapper.pitstop-slider.homepage-slider {
    margin-bottom: 0px;
}

.homepage-slider.pitstop-slider button.slick-arrow {
    bottom: 20px;
}

.homepage-slider.pitstop-slider ul.slick-dots {
    bottom: 40px;
    /* max-width: 1250px;
    margin: 0 auto;
    width: 90%;
    position: relative; */
    left: calc(50vw - 790px);
}

.homepage-slider .banner-slider-content {
    max-width: var(--wp--style--global--content-size);
    margin: 0 auto;
    width: 90%;
}

.homepage-slider.pitstop-slider button.slick-arrow {
    right: calc(50vw - 790px);
}

.homepage-slider.pitstop-slider button.slick-prev.slick-arrow {
    right: calc(50vw - 730px);
}

.banner-cta-buttons {
    display: flex;
    gap: 20px;
    justify-content: flex-start;
    align-items: center;
}

a.pitstop-cta-button {
    background: white;
    padding: 5px 15px;
    border-radius: 4px;
    color: var(--brand-black-color);
    transition: 0.3s all ease-in-out;
}

.trust-and-help .nectar-fancy-box[data-style=image_above_text_underline]:hover .box-bg {
    transform: unset;
}

.nectar-button {
    font-family: 'Instrument Sans' !important;
    font-weight: 700;
}

/* a.pitstop-cta-button.pitstop-cta-button-primary {
    background: var(--brand-text-color);
}

a.pitstop-cta-button.pitstop-cta-button-primary:hover {
    background: white;
} */

a.pitstop-cta-button:hover {
    background: var(--brand-yellow-color);
}

.home-about-section .img-with-aniamtion-wrap:not(.center) img {
    object-fit: cover;
    object-position: right;
}

.home-about-section .img-with-aniamtion-wrap.right img {
    object-fit: cover;
    object-position: right;
}



.has-border-top>.row-bg-wrap:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    background: var(--brand-red-color);
    top: -10px;
}

.location-name-wrapper {
    display: flex;
    justify-content: space-between;
    padding: 20px;
    align-items: center;
    border-radius: 8px 8px 0 0;
    margin-bottom: 3px;
}

.location-name-wrapper a.location-nav-link {
    background: #F7BC28;
    color: #1a1a1a;
    padding: 7px 15px;
    border-radius: 4px;
    font-weight: 700;
    font-family: 'Instrument Sans';
}

.location-name-wrapper .location-name {
    color: #48090A;
    font-size: 30px;
    line-height: 1em;
    font-weight: 700;
    font-family: 'Instrument Sans';
    display: flex;
    align-items: center;
    gap: 20px;
}

.location-name-wrapper .location-name span {
    background: var(--brand-yellow-color);
    font-family: 'Russo One';
    padding: 10px;
    border-radius: 3px;
    line-height: 1em;
    font-size: 22px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.location-item {
    display: flex;
    justify-content: flex-start;
    gap: 20px;
    padding-left: 3px;
}

.location-item-wrapper {
    padding: 10px 20px 30px;
    border-radius: 0 0 8px 8px;
}

.item-content,
.item-content a {
    font-size: 14px;
    line-height: 1.3em;
    font-weight: 600;
    font-family: inherit;
    color: #48090A;
    max-width: 210px;
}

.location-item img {
    margin-bottom: 0px !important;
}

.homepage-location-card {
    cursor: pointer;
}

.homepage-location-card:not(:last-child) {
    margin-bottom: 10px;
}

.homepage-location-card:hover .location-item-wrapper,
.homepage-location-card:hover .location-name-wrapper,
.homepage-location-card.active .location-item-wrapper,
.homepage-location-card.active .location-name-wrapper {
    background: #fafafa;
}

.toggle a.toggle-heading {
    color: var(--brand-text-color) !important;
    font-weight: 700 !important;
    font-family: 'Instrument Sans' !important;
}

.toggle .inner-toggle-wrap p {
    color: var(--brand-text-color);
    font-weight: normal !important;
    font-family: 'Instrument Sans' !important;
    font-size: 14px;
}


div[data-style="minimal"] .toggle.open>.toggle-title i:before {
    background-color: var(--brand-text-color) !important;
}

div[data-style="minimal"] .toggle.open>.toggle-title i:after {
    background-color: var(--brand-yellow-color) !important;
}

i.fa.fa-minus-circle {
    background: var(--brand-yellow-color) !important;
    border-color: var(--brand-yellow-color) !important;
}

i.fa.fa-plus-circle {
    border-color: var(--brand-yellow-color) !important;
}

div[data-style="minimal"] .toggle>.toggle-title i:before,
div[data-style="minimal"] .toggle>.toggle-title i:after {
    background-color: var(--brand-text-color) !important;
}

div[data-style="minimal"] .toggle {
    border-color: var(--brand-yellow-color) !important;
}

.location-top-banner {
    height: 40vh;
    max-height: 350px;
    border-radius: 10px;
    overflow: hidden;
    padding: 20px;
    display: flex;
    justify-content: flex-start;
    align-items: end;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.location-name {
    color: #FFFFFF;
    font-size: 30px;
    font-weight: 700;
    font-family: 'Instrument Sans';
    line-height: 1em;
    margin: 0px;
}

.location-title-wrapper {
    display: flex;
    justify-content: flex-start;
    gap: 20px;
    align-items: center;
}

.location-title-wrapper span {
    width: 40px;
    height: 40px;
    background: var(--brand-yellow-color);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    color: #48090A;
    font-weight: 400;
    font-family: 'Russo One';
    border-radius: 4px;
}

.location-details-wrapper {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    align-items: flex-start;
    margin-top: 40px;
}

.location-map-wrapper {
    flex: 0 0 40%;
    border-radius: 10px;
    overflow: hidden;
    height: 40vh;
    max-height: 350px;
}

.location-item-wrapper-inner {
    display: flex;
    justify-content: flex-start;
    gap: 80px;
}

.location-page-location-card {
    margin-bottom: 50px !important;
}

.location-item-wrapper .service-title {
    color: #E33122;
    font-size: 14px;
    margin-bottom: 10px;
    line-height: 1em;
}

.location-directions-wrapper {
    margin-top: 40px;
}

a.location-directions-button {
    padding: 7px 15px;
    color: #1A1A1A;
    background: var(--brand-yellow-color);
    border-radius: 4px;
    font-weight: 700;
    font-size: 12px;
}

.location-item-wrapper.location {
    padding: 0px;
}

div[data-style="minimal"] .toggle>.toggle-title a {
    padding: 20px 70px 20px 0px !important;
}

.pitstop-service-slider-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    align-items: flex-start;
}

.service-slider-item-image {
    height: 40vh;
    max-height: 320px;
    overflow: hidden;
    position: relative;
}

.service-slider-item-overlay {
    position: absolute;
    top: 20px;
    left: 20px;
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: space-between;
    width: calc(100% - 40px);
}

.service-slider-item-overlay span.service-priority {
    width: 30px;
    height: 30px;
    background: #E33122;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 25px;
    border-radius: 4px;
    font-family: 'Russo One';
}

.service-slider-item-overlay .powered-by img {
    margin-bottom: 0px !important;
}

.service-slider-item-wrapper {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    border: 2px solid white;
    background: white;
    transition: all 0.3s ease-in-out;
}

.slick-slide.slick-current.slick-active.slick-center .service-slider-item-wrapper {
    border-color: #E33122;
}

.service-slider-item-content {
    padding: 20px;
    text-align: left;
}

.service-slider-item-content h3.service-title {
    font-size: 25px;
    line-height: 1em;
    color: #E33122;
    font-family: "Russo One", sans-serif;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.service-slider-item-content .service-excerpt {
    font-size: 14px;
    color: #48090A;
    line-height: 1.7em;
}

.service-slider-item-image img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}

.service-item-location-wrapper {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 20px;
    align-items: center;
    border-top: 1px;
    border-bottom: 1px;
    border-style: solid;
    border-color: #E33122;
    padding: 10px 0px;
    margin-top: 15px;
}

.service-item-location-wrapper .service-item-location {
    display: flex;
    justify-content: flex-start;
    gap: 10px;
    align-items: center;
}

.service-item-location-wrapper .service-item-location h3 {
    margin: 0px;
    color: #48090A;
    font-size: 14px;
    line-height: 1em;
}

.service-item-location-wrapper .service-item-location span.location-priority {
    color: #48090A;
    font-size: 14px;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F7BC28;
    border-radius: 3px;
    font-family: "Russo One";
}

.service-slider-navigation {
    max-width: 480px;
    margin: 0 auto;
    justify-content: space-between;
    overflow: hidden;
    width: 100%;
}

.service-slider-navigation span.service-priority {
    background: #1A1A1A;
    border: 1px solid white;
    border-radius: 3px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Russo One';
    color: white;
    font-size: 25px;
    line-height: 1em;
    cursor: pointer;

}

.service-slider-navigation .slick-slide.slick-current.slick-active.slick-center span.service-priority {
    background: #E33122;
    border-color: #E33122;
}

.service-slider-navigation-item {
    width: 40px !important;
}

.service-slider-navigation .slick-slide {
    /* margin-right: 10px; */
    /* Adjust this value for desired spacing */
}

.service-slider-navigation .slick-list {
    width: calc(100% - 20px);
    /* Add the same value as margin-right */
}

.pitstop-service-slider-wrapper .slick-slide {
    margin-right: 40px;
    /* Adjust this value for desired spacing */
}

.pitstop-service-slider-wrapper .slick-list {
    width: calc(100% + 40px);
    /* Add the same value as margin-right */
}

.service-slider-navigation .slick-list:before {
    content: '';
    position: absolute;
    width: calc(100% - 50px);
    height: 1px;
    background: white;
    top: 50%;
    left: 25px;
    transform: translateY(-50%);
    z-index: -1;
}

.service-slider-navigation-wrapper .divider {
    position: relative;
}

.service-slider-navigation-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0px;
}

.service-slider-navigation-wrapper .service-slider-navigation {
    flex: 1 0 0;
}

.service-slider-navigation-wrapper .divider {
    flex: 0 0 30%;
}

.service-slider-navigation-wrapper .divider:before {
    background: url('/wp-content/themes/salient-child/images/line.png');
    position: absolute;
    content: '';
    width: 100%;
    height: 7px;
    left: 0px;
    top: 0px;
}

.service-slider-navigation-wrapper .divider:after {
    background: url('/wp-content/themes/salient-child/images/line.png');
    position: absolute;
    content: '';
    width: 100%;
    height: 7px;
    left: 0px;
    bottom: 0px;
}

.wpb_raw_code.wpb_raw_html.wpb_content_element {
    overflow: hidden;
}

.pitstop-service-slider-wrapper {
    position: relative;
}

.pitstop-service-slider-wrapper:before,
.service-slider-navigation-wrapper:before {
    background: linear-gradient(90deg, rgba(72, 9, 10, 0) 23.86%, rgba(49, 18, 18, 0.504808) 51.08%, #1A1A1A 77.78%);
    position: absolute;
    width: 40%;
    height: 100%;
    right: -100px;
    top: 0px;
    content: '';
    z-index: 9;
    pointer-events: none;
}

.pitstop-service-slider-wrapper:after,
.service-slider-navigation-wrapper:after {
    background: linear-gradient(270deg, rgba(72, 9, 10, 0) 23.86%, rgba(49, 18, 18, 0.504808) 51.08%, #1A1A1A 77.78%);
    position: absolute;
    width: 40%;
    height: 100%;
    left: -100px;
    top: 0px;
    content: '';
    z-index: 9;
    pointer-events: none;
}

div.service-slider-navigation-wrapper>div:nth-child(3) {
    margin-left: -10px;
}

.location-top-banner:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: linear-gradient(180deg, rgba(26, 26, 26, 0) 0%, rgba(26, 26, 26, 0.7) 100%);
    z-index: 0;
}

.location-top-banner-overlay {
    z-index: 1;
}

.service-location-cards-wrapper {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    gap: 20px;
}

.service-location-cards-wrapper .location-top-banner {
    max-height: 240px;
}

.pitstop_location_for_filter_wrapper {
    background: #F7BC28;
    padding: 20px;
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pitstop_location_for_filter_wrapper h4.filter-title {
    font-size: 12px;
    color: #48090A;
    font-family: "Instrument Sans";
    font-weight: 400;
    line-height: 1em;
    margin: 0;
}

ul.location_for_filter {
    display: flex;
    justify-content: flex-end;
    gap: 20px;
    margin: 0px;
}

ul.location_for_filter li {
    list-style: none;
    color: #48090A;
    font-size: 18px;
    font-weight: 400;
    border: 1px solid #48090A;
    padding: 5px 8px;
    border-radius: 3px;
    font-family: "Russo One";
    cursor: pointer;
    min-width: 80px;
    text-align: center;
}

li.location_for_filter_item.active {
    background: #48090A;
    color: white;
}

.service-card-top {
    display: flex;
    justify-content: space-between;
    background: #48090A;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
    align-items: center;
    padding: 15px 20px;
}

.service_cards_listing_wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-bottom: 60px !important;
}

.service-card-top-left {
    display: flex;
    justify-content: flex-start;
    gap: 5px;
    align-items: center;
}

.service-card-wrapper .service-card-top-right img {
    margin: 0px !important;
}

.service-card-wrapper h3.service-name {
    color: #FFFFFF;
    font-family: 'Russo One';
    line-height: 1em;
    font-size: 25px;
    margin: 0px !important;
    text-transform: uppercase;
}

span.service-priority {
    width: 30px;
    height: 30px;
    background: white;
    color: #E33122;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Russo One';
    font-size: 25px;
    border-radius: 3px;
}

.service-card-top-left img {
    margin: 0 !important;
}

.service-card-wrapper.layout-2 {
    grid-column: 2/4;
}

.service-card-wrapper.layout-9 {
    grid-column: 1/4;
}

.service-card-wrapper:nth-child(2n) .service-card-top {
    background: var(--brand-red-color);
}

.service-card-middle,
.service-card-bottom {
    padding: 20px;
    background: #FAF9F9;
    border-top: 3px solid #fff;
}

.service-card-content p {
    color: #48090A;
    font-size: 16px;
    line-height: 1.7em;
}

.service-book-now {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px;
    align-items: center;
}

.service-book-now span {
    color: #48090A;
    font-size: 16px;
    position: relative;
}

.service-book-now a.service-book-now-link {
    padding: 3px 10px;
    border: 1px solid #F7BC28;
    color: #1a1a1a;
    font-weight: 600;
    border-radius: 3px;
}

.service-package-highlights {
    font-weight: 400 !important;
    font-size: 16px;
    color: #48090A;
    font-family: 'Instrument Sans';
    line-height: 1.7em;
    margin-top: 30px;
}

.service-book-now span:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: #F7BC28;
    bottom: -2px;
    left: 0px;
}

.service-card-wrapper {
    height: 100%;
    background: #FAF9F9;
    position: relative;
}

.location-with-direction {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px 20px;
}

.location-with-direction .location {
    display: flex;
    justify-content: flex-start;
    gap: 10px;
}

.location-with-direction .location-item {
    gap: 5px;
    align-items: center;
}

.direction-list:hover .direction-text {
    background: transparent;
    color: #48090A;
    z-index: 9;
}


.location-with-direction img.details-popup {
    margin: 0px !important;
    padding: 5px;
    background: #F7BC28;
    border-radius: 3px;
    cursor: pointer;
}

.location-with-direction .location-item h6 {
    margin-bottom: 0px;
    font-weight: 500;
    color: #48090A;
    font-family: "Russo One", sans-serif;
}

.location-with-direction .location-item span {
    background: #F7BC28;
    width: 18px;
    height: 18px;
    color: #48090A;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Russo One", sans-serif;
    font-size: 12px;
    border-radius: 3px;
}

.location-with-direction .direction {
    display: flex;
    justify-content: flex-start;
    gap: 5px;
    align-items: center;
}

.direction-text {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    align-items: center;
    position: relative;
    background: #F7BC28;
    padding: 3px 10px;
    border-radius: 4px;
    color: #1A1A1A;
    font-size: 12px;
    font-weight: 500;
    width: 110px;
    border: 1px solid #F7BC28;
    cursor: pointer;
    font-weight: 500;
    font-family: 'Russo One';
}

.service-card-wrapper .service-card {
    position: relative;
}

.direction-text img {
    margin-bottom: 0px !important;
    max-height: 11px;
    transition: all 0.3s ease-in-out;
}

.direction-list:hover .direction-text img {
    transform: rotate(180deg);
}

.direction-list:hover .direction-text {
    border-color: #48090a;
}

.direction-list-items {
    display: flex;
    flex-direction: column;
    padding-top: 8px;
    gap: 5px;
    background: #FAF9F9;
    border-width: 0 1px 1px 1px;
    border-style: solid;
    border-radius: 0 0 8px 8px;
    position: absolute;
    width: 100%;
    height: 0px;
    opacity: 0;
    visibility: hidden;
    transition: height 0.3s ease-in-out;
    z-index: 9999;
    overflow: hidden;
}

.direction-list:hover .direction-list-items {
    opacity: 1;
    visibility: visible;
    height: auto;
}

.direction-list-items .direction-item {
    display: flex;
    justify-content: flex-start;
    gap: 5px;
    align-items: center;
    padding: 2px 5px;
    cursor: pointer;
}

.direction-list-items .direction-item h6 {
    margin: 0px;
    color: #48090A;
    font-family: 'Russo One';
    font-weight: 500;
    font-size: 12px;
}

.direction-list-items .direction-item span {
    border: 1px solid;
    padding: 5px;
    width: 20px;
    height: 20px;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    font-family: 'Russo One';
    color: #48090A;
    transition: all 0.3s ease-in-out;
}

.direction-list {
    position: relative;
}

.service-card-bottom {
    position: absolute;
    bottom: 0px;
    width: 100%;
}

.service-card-middle {
    padding-bottom: 110px;
}

.direction-list-items .direction-item:hover {
    background: #EFEFEF;
}

.direction-list-items .direction-item:hover span {
    border-color: #F7BC28;
    background: #F7BC28;
}

.service-popup {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #00000029;
    top: 0px;
    left: 0px;
    z-index: 999999;
    backdrop-filter: blur(3px);
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}

.popup-content-inner {
    max-width: 1240px;
    margin: 0 auto;
    background: white;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: grid;
    grid-template-columns: 1fr 1fr;
    border-radius: 8px;
    overflow: hidden;
}

.popup-content-right {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.popup-content .service-card-top {
    background: white;
    border-radius: 0px;
}

.popup-content span.service-priority {
    background: red;
    color: white;
}

.popup-content h3.service-name {
    color: #E33122;
    margin-bottom: 0px;
}

.popup-content .service-card-top svg path {
    fill: #E33122;
}

.popup-content .service-card-top svg rect {
    stroke: #E33122;
}

.popup-content .service-card-top g {
    clip-path: revert;
}

.popup-content .post-content {
    padding: 40px !important;
    color: #48090A;
    font-family: "Instrument Sans";
    font-weight: 400;
    max-height: 400px;
    overflow-y: scroll;
    font-size: 16px;
    line-height: 1.7em;
    padding-top: 20px !important;
}

.popup-content img.popup-close {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    width: 35px;
}

.service-popup.popup-content.active {
    opacity: 1;
    visibility: visible;
}

.service-card-wrapper.layout-9 .service-card-middle {
    background: url("/wp-content/themes/salient-child/images/business-bg.png") !important;
    background-position: center;
}

.service-card-wrapper.layout-9 .service-card-content p {
    color: white;
}

[data-midnight="light"] p,
[data-midnight="light"] h2,
[data-midnight="light"] .toggle>.toggle-title a {
    color: white !important;
}

[data-midnight="light"] div[data-style="minimal"] .toggle:not(.open)>.toggle-title i:before,
[data-midnight="light"] div[data-style="minimal"] .toggle:not(.open)>.toggle-title i:after {
    background-color: var(--brand-yellow-color) !important;
}

.contact-icon-list .iwt-text,
.contact-icon-list .iwt-text a {
    color: white;
    font-size: 14px;
    line-height: 1.3em;
    max-width: 265px;
}

.contact-icon-list .iwt-icon img {
    width: 20px !important;
    height: 20px;
}

.contact-icon-list .iwithtext .iwt-text {
    padding-left: 40px;
}


.contact-form-tabs li.tab-item a {
    color: #48090A;
    font-family: "instrument sans";
    font-weight: 700;
    background: var(--brand-yellow-color)
}

.contact-form-tabs li.tab-item:first-child {
    border-radius: 8px 0 0 0px;
    overflow: hidden;
}

.contact-form-tabs li.tab-item:last-child {
    border-radius: 0 8px 0 0px;
    overflow: hidden;
}

.contact-form-tabs li.tab-item {
    background: white !important;
}

.contact-form-tabs li.tab-item.active-tab {
    background: #F7BC28 !important;
}

.contact-form-tabs .ui-tabs-panel {
    background: white;
    padding: 20px;
    border-radius: 0 0 10px 10px;
    margin-top: -17px;
}

.pitstop_feature_post_wrapper {
    background: #FBF1D8;
}

.pitstop-features-post-item {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding-top: 80px;
    padding-bottom: 50px;
    gap: 40px;
}

.pitstop-container {
    max-width: var(--wp--style--global--content-size);
    margin: 0 auto;
    width: 100%;
    padding: 0 90px;
}

.pitstop-features-post-item span.featured {
    color: #E33122;
    font-family: "Russo One";
    display: block;
    margin-bottom: 40px;
    font-size: 18px;
    line-height: 1.3em;
    font-weight: 400;
}



.pitstop-features-post-item h2.post-title {
    color: #48090A;
    max-width: 530px;
    line-height: 1.1em;
    font-size: 50px;
    font-weight: 700;
    font-family: "Instrument Sans";
    margin-bottom: 30px;
}

.pitstop-features-post-item .excerpt {
    font-weight: 500;
    color: #48090A;
    font-family: "Instrument Sans";
    font-size: 18px;
    line-height: 1.7em;
    margin-bottom: 30px;
}

.pitstop-features-post-item .post-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.pitstop-features-post-item .post-item-feature-image {
    width: 100%;
    overflow: hidden;
    max-width: 50%;
    min-height: 60vh;
    max-height: 600px;
    border-radius: 10px;
    overflow: hidden;
}

.pitstop-features-post-item .post-item-feature-image img {
    max-width: 100% !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    min-height: 60vh;
    max-height: 600px;
}

.pitstop-features-post-item a.permalink {
    color: #1A1A1A;
    font-size: 12px;
    font-weight: 700;
    background: #F7BC28;
    padding: 5px 15px;
    border-radius: 3px;
}


.pitstop-features-post-item .post-date {
    color: #9C8C8C;
    font-size: 12px;
    line-height: 1em;
    font-family: "Instrument Sans";
}

.all-post-title {
    margin-bottom: 40px;
    display: flex;
    justify-content: flex-start;
    gap: 5px;
    align-items: flex-start;
}

.pitstop-news-all-post-wrapper {
    padding: 60px 0px;
}

.all-post-title h4 {
    color: #E33122;
    font-size: 18px;
    line-height: 1.6em;
    font-family: "Russo One";
}

.all-post-title span.count {
    font-size: 12px;
    color: #48090A;
    font-family: "Russo One";
    line-height: 1em;
    font-weight: 400;
}

.pitstop-all-posts-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    align-items: flex-start;
}

.pitstop-all-post-item {
    max-width: 23%;
    width: 100%;
    position: relative;
}

.pitstop-all-post-item .post-item-feature-image {
    max-height: 300px;
    height: 30vh;
    overflow: hidden;
    margin-bottom: 20px;
    border-radius: 10px;
    position: relative;
}

.pitstop-all-post-item .post-item-feature-image img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}

.pitstop-all-post-item .post-details h2.post-title {
    color: #48090A;
    font-size: 20px;
    line-height: 1.2em;
    font-family: "Instrument Sans";
    font-weight: 700;
    margin-bottom: 20px;
}

.pitstop-all-post-item .post-meta {
    margin-bottom: 15px;
}

.pitstop-all-post-item .post-details .excerpt {
    color: #48090A;
    font-family: 'Instrument Sans';
    font-size: 14px;
    line-height: 1.7em;
    font-weight: 500;
}

.pitstop-all-post-item .image-overlay {
    position: absolute;
    display: flex;
    width: 100%;
    align-items: flex-start;
    justify-content: flex-start;
    height: 55px;
    gap: 25px;
    left: 0px;
    top: 0px;
    padding: 20px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    /* z-index: 3; */
    background: #F7BC28E5;
    height: 100%;
}

.pitstop-all-post-item:hover .image-overlay {
    opacity: 1;
    visibility: visible;
}

.pitstop-all-post-item .read-more {
    display: flex;
    justify-content: flex-start;
    gap: 20px;
    align-items: center;
    color: #48090A;
    font-family: 'Russo One';
    font-weight: 400;
}

.pitstop-all-post-item a.post-permalink.original {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    z-index: 2;
    transition: all 0.3s ease-in-out;
}

.pitstop-all-post-item a.second-permalink {
    display: flex;
    justify-content: flex-start;
    gap: 20px;
    align-items: center;
    top: 15px;
    position: relative;
    color: #48090A;
    font-family: 'Russo One';
    font-weight: 400;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}

.pitstop-all-post-item:hover a.second-permalink {
    opacity: 1;
}

/* .pitstop-all-post-item:hover a.post-permalink.original {
    background: #F7BC28E5;
} */

.pitstop-all-post-item .image-overlay img {
    width: 44px !important;
    height: 44px !important;
}



.pitstop-all-post-item .read-post a {
    display: flex;
    justify-content: flex-start;
    gap: 20px;
    width: 100%;
    align-items: center;
    color: #48090A;
    font-weight: 400;
    font-family: 'Russo One';
}

.post-item-feature-image .read-post a img {
    width: 44px !important;
    height: 44px !important;
}

/* .pitstop-tutorial-slider-item-wrapper {
    width: 260px !important;
    padding: 100px 0px;
} */

.pitstop-tutorial-slider-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

.tutorial-slider-item {
    max-height: 400px;
    height: 60vh;
    display: flex;
    align-items: flex-end;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 20px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    box-shadow: 0px 4px 4px 0px #00000040;
    /* max-width: 280px; */
    transition: all 0.3s ease-in-out;
}

/* .pitstop-tutorial-slider-wrapper .slick-slide.slick-current.slick-active.slick-center {
    width: 320px !important;
} */

/* .pitstop-tutorial-slider-item-wrapper {
    width: 240px !important;
} */

.pitstop-tutorial-slider-wrapper .slick-slide {
    margin: auto 20px;
}

.tutorial-slider-item h2.slider-title {
    color: #fff;
    font-size: 25px;
    line-height: 1.3em;
}

.tutorial-slider-item:before {
    z-index: 1;
    position: absolute;
    content: '';
    bottom: 0px;
    left: 0px;
    height: 69%;
    width: 100%;
    background: linear-gradient(344deg, rgba(26, 26, 26, 0.5) 0%, rgba(26, 26, 26, 0) 87.17%);
}

.tutorial-slider-content {
    z-index: 9;
}

button.slick-arrow {
    border: none;
    background: none;
}

.slick-slide.slick-current.slick-active.slick-center .pitstop-tutorial-slider-item-wrapper {
    padding-top: 0;
    padding-bottom: 0;
}

.slick-slide.slick-current.slick-active.slick-center .tutorial-slider-item {
    /* width: 340px !important; */
}

.slick-slide.slick-current.slick-active.slick-center .tutorial-slider-item {
    max-height: 600px;
}

.pitstop-tutorial-slider-wrapper button.slick-arrow {
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
    z-index: 9999;
    max-width: 50px;
    cursor: pointer;
}

.pitstop-tutorial-slider-wrapper button.slick-next.slick-arrow {
    left: unset;
    right: 0px;
}

.pitstop-tutorial-slider-wrapper {
    padding: 0 60px;
    height: 60vh;
    max-height: 600px;
}

.similar-product-grid {
    padding: 0 60px;
}

.slider-pagination {
    display: block;
    position: relative;
}

.pitstop-slider-number {
    max-width: fit-content;
    margin: 0 auto;
    background: #48090A;
    color: #F7BC28;
    font-size: 35px;
    line-height: 1em;
    text-align: center;
    font-family: 'Russo One';
    padding: 2px 12px;
    border-radius: 8px;
    transition: all 0.3s ease-in-out;
}

.discover-border>.row-bg-wrap:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 0px;
    top: -35px;
    left: 0px;
    z-index: 999;
    border-top: 25px;
    border-style: double;
    border-color: #F7BC28;
}

.discover-border>.row-bg-wrap:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 0px;
    bottom: -37px;
    left: 0px;
    z-index: 999;
    border-top: 25px;
    border-style: double;
    border-color: #F7BC28;
}

.tutorial-slider-item-wrapper {
    display: flex;
    align-items: center;
    height: 590px;
}

.pitstop-related-news-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    align-items: flex-start;
    padding-bottom: 60px;
}

.single-post div#page-header-wrap,
.single-post .comments-section {
    display: none;
}

body.single-post.material[data-bg-header=true] .container-wrap {
    padding-top: 0px !important;
}

.tabbed[data-color-scheme="extra-color-1"][data-style="default"] li:not(.cta-button) .active-tab {
    background-color: white;
}

.row.carousel.clients img {
    max-height: 60px !important;
    object-fit: contain;
    height: 100%;
    width: auto !important;
}

.forminator-input,
span.select2-selection {
    border-radius: 5px !important;
}

.forminator-ui#forminator-module-229.forminator-design--default .forminator-select2+.forminator-select.select2-container--open .selection .select2-selection--multiple[role="combobox"] {
    border-color: #F7BC28 !important;
}

.forminator-label {
    color: #48090A;
    text-transform: uppercase;
    margin-bottom: 5px !important;
    font-size: 12px !important;
}

label#forminator-field-textarea-1_6915a3a37418c-label {
    text-transform: capitalize;
}

.forminator-description {
    color: #9C8C8C;
}

.forminator-ui.forminator-custom-form:not(.forminator-size--small)[data-grid=open] .forminator-row:not(:last-child) {
    margin-bottom: 15px;
}

span.forminator-radio-label {
    color: #48090A;
    font-size: 14px;
}

.forminator-custom-form {
    padding: 5px !important;
}

.forminator-input,
.forminator-ui#forminator-module-229.forminator-design--default select.forminator-select2+.forminator-select .selection .select2-selection--multiple[role="combobox"] .select2-selection__placeholder {
    font-size: 14px !important;
}

span#forminator-radiogroup-radio-1-6915a6a9bcd8e-label,
span#forminator-radiogroup-radio-1-6915a6a9c425a-label,
label#forminator-field-textarea-1_6915a6a9c425a-label {
    text-transform: capitalize;
}

span.select2-selection__placeholder {
    font-size: 14px !important;
}

span#select2-forminator-form-229__field--select-1_6915a6a9c425a-container {
    font-size: 14px !important;
}

.select2-selection__choice {
    background: #F7BC28 !important;
    color: #48090A !important;
    font-size: 12px !important;
}


.select2-results__option.select2-results__option--selectable.select2-results__option--selected {
    color: #48090A !important;
    background: #F7BC28 !important;
}

.select2-results__option--highlighted {
    outline: none !important;
}

.select2-selection__rendered {
    font-size: 14px !important;
}

button.forminator-button.forminator-button-submit {
    min-width: 130px;
    font-size: 12px !important;
    padding: 7px 20px !important;
}

.forminator-ui.forminator-custom-form[data-design=default] select.forminator-select2+.forminator-select .selection span[role=combobox].select2-selection--multiple[aria-expanded=true] .select2-selection__arrow [class*=forminator-icon-],
.forminator-ui.forminator-custom-form[data-design=default] select.forminator-select2+.forminator-select .selection span[role=combobox].select2-selection--single[aria-expanded=true] .select2-selection__arrow [class*=forminator-icon-] {
    transform: none !important;
}

.forminator-ui .forminator-icon-chevron-down:before {
    content: '' !important;
    position: absolute;
    width: 10px;
    height: 10px;
    background: url('/wp-content/themes/salient-child/images/d-arrow.png');
    top: 15px;
    background-size: contain;
    background-repeat: no-repeat;
    transition: all 0.3s ease-in-out;
}

.forminator-ui.forminator-custom-form[data-design=default] select.forminator-select2+.forminator-select .selection span[role=combobox].select2-selection--single[aria-expanded=true] .select2-selection__arrow [class*=forminator-icon-] {
    transform: none !important;
}

.select2-container--open .forminator-icon-chevron-down:before {
    transform: rotate(180deg) !important;

}

.homepage-location-cards-wrapper {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 30px;
}

.homepage-location-map-wrapper .location-map-wrapper {
    height: 100%;
    max-height: unset;
}

.location-map-inner-wrapper {
    height: 100%;
    display: none;
}

.homepage-location-map-wrapper {
    height: 100%;
    overflow: hidden;
}

.location-map-inner-wrapper.active {
    display: block;
}

.pitstop-slider-navigation-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    top: -20px;
    position: relative;
}

.pitstop-slider-arrow-navigation button {
    background: none;
    border: none;
    cursor: pointer;
}

.pitstop-slider-arrow-navigation {
    gap: 5px;
    display: flex;
}

.pitstop-slider-arrow-navigation button img {
    width: 44px !important;
    height: 44px !important;
}

.pitstop-slider-navigation {
    margin-top: -50px;
    z-index: 99999;
    position: relative;
}

.pitstop-slider-dot-navigation button {
    width: 90px;
    height: 6px;
    visibility: visible;
    background: #FFFFFFB2;
    border: none;
    font-size: 0px;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

.pitstop-slider-dot-navigation {
    display: flex;
    gap: 5px;
}

.pitstop-slider-dot-navigation button.active {
    background: #F7BC28;
}

@media screen and (min-width: 980px) and (max-width: 1280px) {
    .hero-milestone-row .number.default {
        font-size: 44px !important;
    }
}

@media screen and (max-width: 1800px) and (min-width: 980px) {
    .pitstop-container.hero-slider {
        padding: 0 60px;
    }
}

@media screen and (max-width: 1819px) and (min-width: 980px) {

    .homepage-slider .banner-slider-content {
        padding: 0 60px;
    }
}

@media screen and (min-width: 1820px) {
    .homepage-slider .banner-slider-content {
        padding: 0 90px;
    }
}

@media screen and (min-width: 1380px) {
    .service-card-wrapper.layout-9 .service-card-middle {
        min-height: 300px;
    }
}

/*ALL LARGE DESKTOP*/
@media screen and (min-width: 980px) {
    .service-card-wrapper.layout-9 .service-card-middle {
        min-height: 250px;
    }

    .home-about-section img {
        border-radius: 10px;
        height: 420px !important;
    }

    .homepage-slider .banner-slider-content {
        width: 100%;
    }


}

/*ONLY SMALL DESKTOP*/

@media screen and (max-width: 1380px) and (min-width: 980px) {
    .homepage-slider.pitstop-slider ul.slick-dots {
        left: calc(50vw - 590px);
    }

    .homepage-slider .banner-slider-item {
        max-height: 595px;
    }

    .home-about-section img {
        border-radius: 10px;
        height: 390px !important;
    }

    .service-item-location-wrapper .service-item-location h3,
    .service-slider-item-content .service-excerpt {
        font-size: 12px;
    }

    .homepage-slider.pitstop-slider button.slick-arrow {
        right: calc(50vw - 600px);
    }

    .homepage-slider.pitstop-slider button.slick-prev.slick-arrow {
        right: calc(50vw - 540px);
    }
}

/*BELOW MEDIUM DEVICES*/

@media screen and (max-width: 980px) {
    .pitstop-slider-navigation {
        padding: 0px 40px !important;
    }

    .pitstop-slider-dot-navigation {
        margin-left: 7px;
    }

    .pitstop-container.hero-slider {
        padding: 0 27px;
    }

    .homepage-slider .banner-slider-content,
    .banner-slider-content {
        width: 93%;
    }

    .top-one {
        order: 1;
    }

    .top-two {
        order: 3;
    }

    .top-three {
        order: 2;
        margin-bottom: 30px !important;
    }

    .bottom-col-two,
    .bottom-col-one {
        max-width: 50%;
    }

    .footer-top-inner-row .vc_col-sm-4.wpb_column {
        max-width: 50%;
    }

    .copyright-row .vc_col-sm-6.wpb_column:nth-child(2) {
        max-width: 40%;
    }

    .copyright-row .vc_col-sm-6.wpb_column:nth-child(1) {
        max-width: 60%;
    }

    #header-outer #top .mobile-user-account,
    #top #mobile-cart-link,
    #top .mobile-search,
    #top .span_9>.slide-out-widget-area-toggle {
        right: 15px !important;
    }

    .service-slider-navigation span.service-priority {
        width: 30px;
        height: 30px;
        font-size: 1.2rem;
        line-height: 1.2em;
    }

    .pitstop-slider ul.slick-dots li button {
        display: none;
    }

    .pitstop-slider button.slick-arrow {
        right: unset;
        left: 55px;
        bottom: 20px !important;
    }

    .pitstop-slider button.slick-prev.slick-arrow {
        right: unset;
        left: 15px;
    }

    .pitstop-slider button.slick-arrow img {
        width: 30px !important;
        height: 30px !important;
    }

    span.promotion-number {
        margin-bottom: 20px;
    }

    .banner-slider-item {
        padding: 20px;
    }

    .location-name-wrapper .location-name span {
        width: 25px;
        height: 25px;
        font-size: 12px;
    }

    .location-name-wrapper .location-name {
        font-size: 20px;
    }

    .location-name-wrapper a.location-nav-link {
        font-size: 12px;
    }

    .item-content,
    .item-content a {
        font-size: 13px;
    }

    .location-item-wrapper {
        padding: 10px 10px 10px;
    }

    .location-name-wrapper {
        padding: 10px;
    }



    .homepage-slider h2.promotion-title {
        font-size: 36px;
    }

    .homepage-slider .banner-slider-item {
        max-height: 600px;
        padding-bottom: 100px;
    }

    .pitstop-service-slider-wrapper .slick-slide {
        margin: 0 5px;
    }

    .homepage-slider.pitstop-slider button.slick-arrow {
        left: 90px;
    }

    .service-slider-item-image {
        height: 30vh;
        max-height: 240px;
    }

    .service-slider-item-content h3.service-title {
        font-size: 18px;
        line-height: 1.2em;
    }

    .service-slider-item-content .service-excerpt {
        font-size: 13px;
        line-height: 1.5em;
    }

    .service-item-location-wrapper .service-item-location h3 {
        font-size: 10px;
    }

    .service-item-location-wrapper .service-item-location {
        gap: 5px;
    }

    .service-item-location-wrapper {
        gap: 10px;
    }

    .hero-milestone-row .number.default {
        font-size: 28px !important;
    }

    body .nectar-milestone .subject {
        font-size: 14px;
        line-height: 1.3em;
    }

    .homepage-slider.pitstop-slider button.slick-prev.slick-arrow {
        right: unset;
    }

    .homepage-slider.pitstop-slider button.slick-arrow {
        right: unset;
    }

    .pitstop-promotion-banner-slider-item h2.promotion-title {
        font-size: 28px;
    }

    #header-outer.side-widget-open #top #logo img,
    #header-outer.side-widget-open[data-transparent-header=true][data-permanent-transparent=false] #logo .dark-version {
        top: 15px !important;
    }

    #header-outer:not([data-header-resize="1"]):not([data-format=left-header]) #logo img {
        transition: none !important;
    }

    div#header-outer.side-widget-open #top #logo img {
        /* top: 15px !important; */
    }

    .location-title-wrapper h2.location-name {
        font-size: 22px;
    }

    .location-title-wrapper span {
        width: 30px;
        height: 30px;
        font-size: 18px;
    }

    .location-title-wrapper {
        gap: 10px;
    }

    ul.location_for_filter li {
        min-width: unset;
        font-size: 12px;
        padding: 3px 5px;
    }

    .pitstop_location_for_filter_wrapper h4.filter-title {
        display: block;
        margin-bottom: 15px;
    }

    .pitstop_location_for_filter_wrapper {
        display: block;
    }

    ul.location_for_filter {
        justify-content: flex-start;
        gap: 10px;
        flex-wrap: wrap;
    }

    .service_cards_listing_wrapper {
        display: block;
    }

    .service-card-wrapper:not(:last-child) {
        margin-bottom: 30px;
    }

    .service_cards_listing_wrapper {
        display: block;
    }

    .service-card-wrapper:not(:last-child) {
        margin-bottom: 30px;
    }

    span.service-priority {
        width: 25px;
        height: 25px;
        font-size: 18px;
    }

    .service-card-top-left img {
        width: 25px;
        height: 25px !important;
    }

    .service-card-wrapper h3.service-name {
        font-size: 18px;
    }

    .service-card-content p {
        font-size: 14px;
    }

    .location-with-direction .location-item h6 {
        font-size: 12px;
    }

    .location-details-wrapper {
        display: block;
    }

    .location-item-wrapper.location {
        margin-bottom: 40px;
    }

    .location-details-items .item-icon {
        flex: 0 0 15px;
    }

    .location-service-item {
        flex: 0 0 100px;
    }

    .location-item {
        gap: 10px;
    }

    .contact-icon-list .iwithtext .iwt-text {
        padding-left: 30px;
    }

    .pitstop-features-post-item .post-item-feature-image {
        max-width: 100%;
        min-height: 40vh;
    }

    .pitstop-features-post-item .post-item-feature-image img {
        min-height: 40vh;
        border-radius: 10px;
    }

    .pitstop-features-post-item {
        display: flex;
        flex-direction: column-reverse;
        align-items: flex-start;
    }

    .post-item-content-wrapper {
        flex: 1;
        width: 100%;
    }

    .pitstop-features-post-item span.featured {
        font-size: 14px;
    }

    .pitstop-all-post-item {
        max-width: 47%;
    }



    .pitstop-all-post-item .post-item-feature-image {
        max-height: 190px;
    }

    .pitstop-all-post-item .post-details h2.post-title {
        font-size: 16px;
    }

    .post-item-content .post-date {
        font-size: 13px;
    }

    .pitstop-all-post-item .post-details .excerpt {
        font-size: 13px;
    }

    .pitstop-news-all-post-wrapper {
        padding: 30px 0px;
    }

    body.single-post .nectar_hook_before_content_global_section {
        margin-bottom: 40px;
    }

    .pitstop-features-post-item .excerpt {
        font-size: 14px;
    }

    .service-slider-navigation-wrapper .divider:first-child {
        margin-right: 8px;
    }

    .service-package-highlights,
    .service-book-now span {
        font-size: 14px;
    }

    .pitstop-tutorial-slider-wrapper {
        padding: 0 15px;
    }

    .pitstop-tutorial-slider-wrapper button.slick-arrow img {
        width: 30px !important;
    }

    .pitstop-slider-number {
        font-size: 18px;
    }

    .tutorial-slider-item {
        padding: 10px;
    }

    .tutorial-slider-item h2.slider-title {
        font-size: 18px;
    }

    .tutorial-slider-item-wrapper {
        height: 480px;
    }

    .popup-content-inner {
        display: flex;
        max-width: 90%;
        flex-direction: column-reverse;
    }

    .popup-content-right {
        min-height: 200px;
        height: 100%;
    }

    .popup-content .post-content {
        padding: 20px !important;
        font-size: 14px;
    }
}


/*ONLY IPAD*/

@media screen and (max-width: 980px) and (min-width: 640px) {

    .pitstop-all-posts-wrapper,
    .pitstop-related-news-wrapper {
        gap: 40px;
    }

    .hero-milestone-row .wpb_column.column_container {
        max-width: 20%;
        margin-bottom: 0px;
    }

    .homepage-slider.pitstop-slider button.slick-prev.slick-arrow {
        left: 50px;
    }

    .homepage-slider.pitstop-slider button.slick-arrow {
        left: 90px;
    }

    .trust-and-help .vc_col-sm-4.wpb_column {
        max-width: 32%;
    }

    .pitstop-container {
        padding: 40px;
    }

    .pitstop-features-post-item h2.post-title {
        font-size: 36px;
    }
}



/*ONLY MOBILE DEVICE*/
@media screen and (max-width: 640px) {

    .pitstop-all-posts-wrapper,
    .pitstop-related-news-wrapper {
        gap: 30px 15px;
    }

    .pitstop-features-post-item h2.post-title {
        font-size: 26px;
    }

    .pitstop-container {
        padding: 20px;
    }

    .contact-form-tabs .ui-tabs-panel {
        margin-top: -22px;
    }

    .toggle a.toggle-heading {
        font-size: 16px !important;
    }

    .toggle .inner-toggle-wrap p {
        font-size: 13px !important;
    }

    .homepage-slider .banner-slider-content,
    .banner-slider-content {
        width: 96%;
    }

    .hero-milestone-row .wpb_column.column_container {
        max-width: 50%;
        margin-bottom: 0px;
    }

    .homepage-slider.pitstop-slider button.slick-prev.slick-arrow {
        left: 20px;
    }

    .homepage-slider.pitstop-slider button.slick-arrow {
        left: 60px;
    }

    .mission-box p {
        font-size: 12px;
    }

    .trust-and-help .vc_col-sm-4.wpb_column {
        max-width: 50%;
    }

    .homepage-location-cards-wrapper {
        display: block;
    }

    .location-map-inner-wrapper {
        min-height: 320px;
        height: 100%;
    }

    .homepage-location-map-wrapper .location-map-wrapper {
        height: 40vh;
        min-height: 320px;
    }

    .pitstop-slider-dot-navigation {
        display: none;
    }

    .pitstop-container.hero-slider {
        padding: 0 7px;
    }

    .pitstop-slider-navigation {
        padding: 0px 20px !important;
    }

    .pitstop-slider-arrow-navigation button img {
        width: 24px !important;
        height: 24px !important;
    }

    .pitstop-slider-arrow-navigation {
        gap: 0px;
    }
}