/* FONT EDITS */
.sePage .sePageLayout h1, .sePage .sePageLayout h2, .sePage .sePageLayout h3, .sePage .sePageLayout h4, .sePage .sePageLayout h5, .sePage .sePageLayout h6 {
    font-family: 'Orbitron', 'Source Sans Pro', sans-serif;
    font-weight: 600;
    letter-spacing: .5px;
}

.sePage .sePageLayout .seNavbar .navbar-nav>li>a {
    font-family: 'Orbitron', 'Source Sans Pro', sans-serif;
    font-weight: 400;
    letter-spacing: .5px;
    text-transform: uppercase;
}

/* HERO */
.sePage .sePageLayout .sePageMain .bcs-hp-hero .content-block-column, .sePage .sePageLayout .sePageMain .bcs-lp-hero .content-block-column {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    z-index: 1;
    padding: 12% 10%;
}

.sePage .sePageLayout .sePageMain .bcs-hp-hero::after, .sePage .sePageLayout .sePageMain .bcs-lp-hero::after {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    background-color: rgba(0, 0, 0, 0.3);
    padding: 0;
    width: 100%;
    content: '';
}

.sePage .sePageLayout .sePageMain .bcs-hp-hero, .sePage .sePageLayout .sePageMain .bcs-lp-hero {
    position: relative;
    overflow: hidden;
}

.sePage .sePageLayout .bcs-lp-hero h1 {
    margin: 22px auto;
}

.sePage .sePageLayout .bcs-hp-hero h1, .sePage .sePageLayout .bcs-hp-hero h2 {
    margin: 22px auto 5px;
}

.sePage .sePageLayout .bcs-hp-hero p {
    margin: 0px auto 11px;
    font-size: 22px;
}

/* FULL WIDTH 2 COLUMN */
.sePage .sePageLayout .sePageMain .bcs-fw-2col .bcs-fw-2col-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 120px 60px;
    text-align: center;
}

.sePage .sePageLayout .sePageMain .bcs-fw-2col .seContentEmpty {
    min-height: 300px;
}

@media (max-width: 991px) {
    .sePage .sePageLayout .sePageMain .bcs-fw-2col .bcs-fw-2col-content {
        padding: 45px 30px;
    }
}

/* SHOP LINKS */
.sePage .sePageLayout .sePageMain .bcs-shop-links .content-block-column a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: 0.2s ease-in-out;
    background-color: rgba(0, 0, 0, 0.3);
    width: 100%;
    color: #FFFFFF;
    text-decoration: none;
}

.sePage .sePageLayout .sePageMain .bcs-shop-links .content-block-column h3 {
    margin: 22px auto;
    color: #FFFFFF;
    text-decoration: none;
    text-transform: uppercase;
}

.sePage .sePageLayout .sePageMain .bcs-shop-links .content-block-column h3:hover {
    color: #FFFFFF;
    text-decoration: none;
}

.sePage .sePageLayout .sePageMain .bcs-shop-links .content-block-column {
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    position: relative;
    transition: 0.2s ease-in-out;
    min-height: 240px;
    overflow: hidden;
}

.sePage .sePageLayout .sePageMain .bcs-shop-links .content-block-column {
    min-height: 240px;
}

.sePage .sePageLayout .sePageMain .bcs-shop-links .content-block-column:hover {
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transform: translateY(-2px);
    transition: 0.2s ease-in-out;
}

.sePageContent .sePageSection.bcs-shop-links {
    margin-bottom: 0px;
}

.bcs-shop-links .col-margin-bottom {
    margin-bottom: 30px;
}

/* SERVICE PAGE */
.bcs-service-menu .col-margin-bottom {
    margin-bottom: 30px;
}

.sePage .sePageLayout .bcs-alacarte h3, .sePage .sePageLayout .bcs-alacarte li {
    color: #ffffff;
}

/* TUNE-UP BACKGROUND COLOR */
.bcs-service-menu .price-block .price-header {
    background: #6a737b;
}

/* TUNE-UP TEXT COLOR */
.sePage .sePageLayout .bcs-service-menu .price-block .price-header h3 {
    color: #ffffff;
    font-size: 23px;
}

/* PRICE BACKGROUND COLOR */
.bcs-service-menu .price-block .price {
    background: #f89728;
}

/* FEATURES BACKGROUND COLOR */
.bcs-service-menu .price-block .features {
    background: #ffffff;
}

/* FEATURES TEXT COLOR */
.sePage .sePageLayout .bcs-service-menu .price-block .features p, .sePage .sePageLayout .bcs-service-menu .price-block .features ul li {
    color: #333333;
}

/* BUTTON EDTIS */
.btn {
    padding: 8px 22px;
}

.sePage .sePageLayout a.btn.btn-primary {
    font-weight: 400;
    text-transform: uppercase;
}

.seResponsive .content-block-column .btn {
    margin-bottom: 22px;
}

.block-bg-img .h1, .block-bg-img .h2, .block-bg-img .h3, .block-bg-img h1, .block-bg-img h2, .block-bg-img h3 {
    margin-top: 22px;
}

.seBackTop i {
    color: #ffffff;
}

.seBackTop:hover i {
    top: 40%;
    color: #ffffff;
}

.sePage .seBackTop {
    border: 1px solid #ffffff;
    background-color: #6a737b;
}

.sePage .sePageLayout .seBackTop:hover {
    border-color: #ffffff;
    background-color: #6a737b;
}

/* MAP PIN */
.sePage .sePageLayout .mapboxgl-map .marker .seIcon {
    color: #b30000;
}

.bcs-location-map .seStoreInformationWrapper {
    padding-right: 15px;
    padding-left: 15px;
}

.bcs-location-map .seStoreInformationWrapper .seStoreInformationColumn .seStoreInformation {
    border: none;
    background-color: #ffffff;
    padding-right: 22px;
    padding-left: 22px;
}

.bcs-location-map .seStoreInformationWrapper .seStoreInformationColumn .seStoreInformation .seStoreDBA h1 span.seStoreName {
    font-size: 23px;
    text-transform: lowercase;
}

/* HEADER EDITS */
.sePageHeaderWrapper .seHeaderBottom {
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
}

.sePage .sePageLayout .sePageHeader .seHeaderBottom {
    background-color: #000000;
}

.sePageHeaderWrapper .seHeaderTop {
    background-color: #000000;
}

.sePageLayout .seSiteSearchForm .input-group .form-control, .sePageLayout .seSiteSearchForm .seSearchButton {
    border-color: #ffffff;
    background-color: #ffffff;
    color: #000000;
}

.form-control {
    border: 1px solid #ffffff;
}

.sePageLayout .seNavbar .navbar-nav>.active>a, .sePageLayout .seNavbar .navbar-nav>.active>a:focus, .sePageLayout .seNavbar .navbar-nav>.active>a:hover, .sePageLayout .seNavbar .navbar-nav>li>a:focus, .sePageLayout .seNavbar .navbar-nav>li>a:hover {
    background-color: #212121;
}

.sePageLayout .seNavbar .navbar-nav>.open>a, .sePageLayout .seNavbar .navbar-nav>.open>a:focus, .sePageLayout .seNavbar .navbar-nav>.open>a:hover {
    background-color: #212121;
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    border-color: #ffffff;
}

.sePageLayout .seNavbar .dropdown-menu.megamenu {
    border-width: 0 0 1px 0;
}

.sePageLayout .seNavbar .dropdown-menu {
    border: 1px solid #000000;
    background: #ffffff;
}

.sePageLayout .seNavbar .dropdown-menu {
    border: 1px solid #000000;
    border-width: 0 1px 1px;
    background: #ffffff;
}

.seSiteSearchForm .input-group.input-group-lg .form-control {
    padding: 10px 16px 10px 0px;
    font-size: 16px;
}

.seSiteSearchForm span.twitter-typeahead .tt-dropdown-menu, .seSiteSearchForm span.twitter-typeahead .tt-menu {
    border: 1px solid #000000;
}

@media only screen and (min-width: 1200px) {
    .megamenu.seMegaMenuGrid {
        -webkit-column-count: 5;
        column-count: 5;
    }
}

@media only screen and (min-width: 992px) {
    .seSiteNavigator .navbar-nav>li>a {
        border-right: 1px solid #ffffff;
    }

    .sePageHeaderWrapper .seHeaderBottom .seHeaderRightCol {
        border-left: 1px solid #ffffff;
        width: 100%;
    }

    .seSiteSearchForm span.twitter-typeahead .tt-dropdown-menu, .seSiteSearchForm span.twitter-typeahead .tt-menu {
        margin: 3px 0 0;
    }

    .sePage .sePageLayout .is-drilldown-submenu li a.title:not(.btn) {
        position: relative;
        border-bottom: 2px solid #f89728;
        font-family: 'Orbitron', 'Source Sans Pro', sans-serif;
        font-size: 15px;
        font-weight: 700;
        letter-spacing: .5px;
        text-transform: uppercase;
    }

    .megamenu .link-list li a {
        border-bottom: none;
        padding: 5px 0px;
        text-transform: uppercase;
    }

    .sePage .sePageLayout .is-drilldown-submenu li a:not(.btn), .sePage .sePageLayout .seSiteSearchForm span.twitter-typeahead .tt-suggestion {
        text-transform: uppercase;
    }

    .dropdown-menu>li>a {
        padding: 5px 20px;
    }

    .megamenu.seMegaMenuGrid {
        -webkit-column-gap: 60px;
        column-gap: 60px;
        padding-right: 60px;
        padding-left: 60px;
    }
}

@media only screen and (max-width: 991px) {
    .sePageHeaderWrapper .seHeaderBottom .seHeaderLeftCol {
        border-bottom: 1px solid #ffffff;
    }

    .sePageHeaderWrapper .seHeaderBottom .seHeaderActionsSearch {
        border-bottom: 1px solid #000;
    }

    .sePageLayout .sePageHeader a:active .seIcon, .sePageLayout .sePageHeader a:focus .seIcon, .sePageLayout .sePageHeader a:hover .seIcon {
        color: #f89728;
    }

    .seSiteNavigator .navbar-nav>li>a {
        border: 1px solid #ffffff;
        border-width: 1px 0 0;
        padding: 12px 0;
    }

    .seSiteNavigator .navbar-nav li.seMobiActionContainer {
        border-top: 1px solid #ffffff;
    }

    .seSiteNavigator .navbar-nav .is-drilldown-submenu .is-drilldown-submenu-parent>.mobile-megamenu-title, .sePage .sePageLayout .is-drilldown-submenu li a:not(.btn) {
        text-transform: uppercase;
    }
}

/* HEADER ACTIONS */
.sePageHeaderWrapper .seHeaderActions .seUserActionsList>li>a>span.seUserActionsLabel {
    display: none;
}

.sePage .sePageLayout .seHeaderActions a:not(.btn) .seIcon {
    font-size: 16px;
}

/* FOOTER EDITS */
.seContentBlockFooter address {
    margin-bottom: 11px;
}

.seContentBlockFooter li {
    padding-bottom: 7px;
}

.seContentBlockFooter ul {
    margin-bottom: 15px;
}

.se-footer-social .seContentBlockFooter {
    margin-top: 15px;
    margin-bottom: 15px;
}

.sePage .sePageLayout .seFooterList .social-icon a:not(.btn):hover {
    color: #ffffff;
}
