@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

/*General*/
.grecaptcha-badge {
    visibility: visible !important;
    z-index: 25;
}

.entry-header.has-post-format {
    display: none;
}

.element-invisible {
    position: absolute;
    padding: 0;
    margin: 0;
    border: 0;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.btn-primary {
    background: #9e0b0f;
    color: #ffffff;
    border-color: #9e0b0f;
  	border-radius: 0;
    font-weight: 600;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    background: #86090d;
    color: #ffffff;
    border-color: #86090d;
    font-weight: 600;
}


/*Containers*/
.container, .container-lg, .container-md, .container-sm, .container-xl {
	padding-right:25px;
	padding-left:25px;
}

@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1600px;
    }
}

#sp-main-body {
    padding: 50px 0;
    min-height: 65vh;
}

.com-sppagebuilder #sp-main-body {
    max-width: 1600px;
  	padding: 0;
    margin: 0 auto;
}


/*Typography*/
h1 {
    margin: 40px 0 20px 0;
  	color: #222222;
}

h2 {
    font-family: Roboto Condensed !important;
    font-size: 30px !important;
    font-weight: 300 !important;
    color: #222222 !important;
}

#sp-right h1 {
  	margin-top: 0;
}

a {
    color: #9e0b0f;
    text-decoration: none;
    cursor: pointer;
}

a:hover,
a:focus,
a:active {
    color: #6e080a;
    text-decoration: none;
}

.uk-scope .uk-link,
.uk-scope a{
    color: #9e0b0f !important;
    text-decoration: none !important;
    cursor: pointer !important;
}

.uk-scope .uk-link:hover,
.uk-scope .uk-link:focus,
.uk-scope .uk-link:active,
.uk-scope a:hover,
.uk-scope a:focus,
.uk-scope a:active {
    color: #6e080a !important;
    text-decoration: none !important;
}

.cb-content a {
    color: #9e0b0f;
}

.cb-content a:hover,
.cb-content a:focus,
.cb-content a:active {
    color: #9e0b0f;
}


/*Header*/
#sp-menu {
    display: flex;
    justify-content: right;
    align-items: center;
}

#sp-header.red-header .sp-megamenu-parent>li>a {
    color: #ffffff;
    font-family: 'Open Sans';
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.2em;
    padding: 0 10px;
    text-transform: uppercase;
}

#sp-header.red-header .sp-megamenu-parent>li>a::before {
    content: '';
    display: block;
    position: absolute;
    z-index: -1;
    bottom: -5px;
    height: 1px;
    background-color: #ffffff;
    transition: .4s ease-in-out;
    transition-property: background-color, border-color, box-shadow, height, left, right, opacity;
    left: 15px;
    right: calc(102% - 15px);
}

#sp-header.red-header .sp-megamenu-parent>li.active>a::before {
    right: 15px;
}

#sp-header.red-header .sp-megamenu-parent>li:hover>a::before,
#sp-header.red-header .sp-megamenu-parent>li:focus>a::before,
#sp-header.red-header .sp-megamenu-parent>li:active>a::before {
    right: 15px;
}

.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
    background: #ffffff;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.15);
    padding: 0;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a,
.sp-megamenu-parent .sp-dropdown li.sp-menu-item span {
    font-family: 'Open Sans';
    font-size: 13px;
    font-weight: 600;
  	color: #9e0b0f;
    letter-spacing: 0;
    line-height: 1.2em;
    text-transform: uppercase;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a:hover,
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a:focus,
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a:active {
    background: #9e0b0f;;
    color: #ffffff;
}


/*Footer*/
#sp-footer {
    background-color: #0b1b2b !important;
    color: #ffffff !important;
    padding: 15px 0;
}

#sp-footer a {
    color: #ffffff;
}

#sp-footer a:hover,
#sp-footer a:focus,
#sp-footer a:active {
    color: #C0C0C0 !important;
}


/*Login*/
.view-login .body-wrapper {
    background: #0b1b2b;
    height: 100vh;
}

.view-login #sp-header {
    display: none;
}

.view-login #sp-main-body {
    background-color: #0b1b2b;
    height: 80vh;
    align-content: center;
}

.view-login .image-shield {
    content:url(../../../images/general/TCE_saleshub4-login-logo.png);
    margin-right:auto;
    margin-left:auto;
}

.view-login .image-saleshub {
    content: url(../../../images/general/TCE_saleshub4-login-text.png);
    margin: 40px auto;
}

.view-login input[type="text"] {
    padding: 5px 10px;
    font-size: 14px;
    color: #555555;
    background-color: #fff;
    border: none;
    border-radius: 0px;
    width: 100%;
    height: 40px;
}

.view-login input[type="password"] {
    padding: 5px 10px;
    font-size: 14px;
    color: #555555;
    background-color: #fff;
    border: none;
    border-radius: 0px;
    height: 40px;
}

.view-login .input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: -1px;
    border-radius: 0;
    border: none;
}

.view-login .form-check {
    display: none;
}

.view-login .btn.btn-primary.btn-block {
    background-color: #9e0b0f;
    border: none;
    border-radius: 0;
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    width: 100%;
    padding: 10px;
}

.view-login .btn.btn-primary.btn-block:hover,
.view-login .btn.btn-primary.btn-block:focus,
.view-login .btn.btn-primary.btn-block:active {
    background-color: #86090d;
}

.view-login .form-links {
    text-align: center;
}

.view-login .form-links a {
    color: #cbcbcb;
    text-transform: uppercase;
}

.view-login .form-links a:hover,
.view-login .form-links a:focus,
.view-login .form-links a:active {
    color: #ffffff;
}


/*404 Error*/
.error-page .error-page-inner {
    background-color: #0b1b2b;
}

.error-page .error-code {
    font-weight: bold;
    font-size: 10em;
    line-height: 1.2;
    margin: 0;
    padding: 0;
    color: #ffffff;
}

.error-page .error-message {
    font-size: 24px;
    line-height: 1;
    margin-bottom: 30px;
    color: #ffffff;
}


/*Homepage*/
.hp-plt.uk-grid .uk-margin {
    display: flex;
    column-gap: 25px;
    margin-bottom: 30px;
}

.hp-plt.uk-grid .uk-margin img {
    object-fit: contain;
}

.hp-csp-img .sppb-addon-single-image-container {
    width: 100%;
}

.hp-csp-img .sppb-addon-single-image-container img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.uk-scope .hp-csp.uk-grid {
	margin-left: 0;
}

.uk-scope .hp-csp .uk-first-column {
    padding-left: 0;
}

.uk-scope .hp-csp .uk-grid-margin.uk-first-column {
    margin-top: 0;
}

.uk-scope .hp-csp .uk-margin {
    margin-top: 10px !important;
    display: flex;
    flex-direction: row;
    align-items: start;
}

.uk-scope .hp-csp .uk-margin img {
    object-fit: contain;
}


/*Inventory*/
.com-dealer-inventory #sp-right {
    display: none;
}

.com-dealer-inventory #sp-component {
    width: 100%;
}

.com-dealer-inventory .btn-toolbar {
    display: inherit;
}

.com-dealer-inventory input[type="text"] {
    height: 40px;
    padding: 5px 10px;
    font-size: 14px;
    color: #555555;
    border: 0px solid #ccc;
    border-width: 0 0 1px 0 !important;
    border-radius: 0;
    box-shadow: none;
}

.com-dealer-inventory .btn-group {
    margin-left: 5px;
}

.com-dealer-inventory .btn-group .btn {
    color: #222222;
    background-color: #ffffff;
    border-color: transparent;
    border-radius: 0;
    height: 40px;
    width: 75px;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.15);
}

.com-dealer-inventory .btn-group .btn:hover,
.com-dealer-inventory .btn-group .btn:focus,
.com-dealer-inventory .btn-group .btn:active {
    color: #9e0b0f;
    background-color: #fafafa;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.05);
}

.com-dealer-inventory .pagination {
    margin-top: 10px;
}

.page-item.disabled .page-link {
    color: #C0C0C0;
}

.page-link {
    border: none;
}

.pagination > li > a,
.pagination > li > span {
    padding: 5px 15px !important;
}

.pagination > .active > a,
.pagination > .active > span {
    background-color: #0b1b2b !important;
}


/*Resources*/
.boxShadowForHeaders {
    background-color: #9e0b0f;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
}

.boxShadowForHeaders h4 {
    color: #ffffff !important;
    padding: 10px 20px !important;
}

.resources-content div {
    display: flex;
    margin-bottom: 10px;
}

.resources-content div img {
    margin-right: 5px;
  	object-fit: contain;
}

.itemid-113 .uk-scope a {
    color: #222222 !important;
    text-decoration: none !important;
    cursor: pointer !important;
    font-weight: bold !important;
    font-size: 16px !important;
}

.itemid-113 .uk-scope a:hover,
.itemid-113 .uk-scope a:focus,
.itemid-113 .uk-scope a:active {
    color: #86090d !important;
}


/*Orders & Quotes*/
.quick-edit-buttons.quick-edit-buttons-product-listing-page {
    text-align: center;
    background: #EAEAEA;
    padding: 10px;
    margin-bottom: 20px;
}

.listing-product-price {
    color: #222222;
    font-weight: 600;
}

.radio.answer,
.checkbox.answer {
    width: 100%;
}

.com-configbox #sp-right {
    display: none;
}

.com-configbox #sp-component {
    width: 100%;
}

.cb-content .kenedo-pagination .kenedo-limit-select {
    width: 75px;
}


/*Forms*/
form h3,
h3.dealer-form-title {
    padding: 5px 10px;
    color: #ffffff;
    background-color: #b4181d;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
}

select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    display: block !important;
    height: 40px !important;
    padding: 5px 10px !important;
    font-size: 14px !important;
    line-height: 1.428571429 !important;
    color: #555555 !important;
    background-color: #ffffff !important;
    border: 0px solid #dddddd !important;
    border-width: 0 0 1px 0 !important;
    border-radius: 0 !important;
    box-shadow: none;
    width: 100%;
}

select:focus, textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
    border-color: #dddddd;
    outline: 0;
    box-shadow: none;
}

input[type="text"][readonly] {
    cursor: not-allowed;
    background-color: #efefef !important;
    opacity: 1;
}

#gift0-lbl:before,
#gift1-lbl:before,
#gift2-lbl:before,
#gift3-lbl:before {
    content: "";
    background-size: cover;
    background-position: 50% 50%;
    display: flex;
    flex-direction: column;
    height: 200px;
    width: 250px;
    margin-bottom: 5px;
}

#gift0-lbl:before {
    background-image: url(/images/website/forms/EmbossedGarageSign.jpg);
}

#gift1-lbl:before {
    background-image: url(/images/website/forms/EmbossedVanityPlate.jpg);
}

#gift2-lbl:before {
    background-image: url(/images/website/forms/10MicronFuelFilter.jpg);
}

#gift3-lbl:before {
    background-image: url(/images/website/forms/12ozInsulatedCoffeeMug.jpg);
}

#gift0-lbl,
#gift1-lbl,
#gift2-lbl,
#gift3-lbl {
    margin-bottom: 20px;
    cursor: pointer;
}

.alert.vinErrorMessage {
    width: 100%;
    margin: 0 0 25px 0;
    padding: 0;
    transition: all 1s ease-in-out;
}

.alert.vinErrorMessage h3 {
    color: #ffffff !important;
    text-align: center;
    padding: 25px;
    margin: 0;
    border-radius: 10px;
}