﻿.PrimaryBGC {
    background: #670001 !important;
}

.SecondaryBGC {
    background: #670001 !important;
}

.siteFontColor {
    color: white !important;
}

.ui-dialog-titlebar {
    color: #fff !important;
    background: #670001 !important;
}

.switch-btn-input:checked + .switch-btn-label {
    color: #fff;
    background: #670001;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding: 0;
    padding: .35em;
}

.add-listing-btn {
    margin: 0 5px 8px 0;
    padding: 7px 25px !important;
    text-align: center !important;
    color: #fff !important;
    background: #670001 !important;
    font-weight: 200 !important;
    font-size: 12px !important;
    text-decoration: none !important;
    border-radius: 3px !important;
    display: inline-block !important;
    transition: ease .3s !important;
}

.FitsToHeader th {
    background-color: #670001;
    text-align: center;
    border-style: solid;
    border-width: 1px;
    border-color: Black;
}

.fitsto-btn {
    text-decoration: none !important;
    background: #670001 !important;
    margin-top: 19px !important;
}

    .fitsto-btn:hover {
        background: #590708 !important;
    }

.hover {
    background: #590708 !important;
}

.free-listing .submit-btn:hover {
    background: #590708 !important;
}

.free-listing-done .submit-btn:hover {
    background: #590708 !important;
}

.all-cats:hover {
    background: #590708 !important;
}

/*LANDING PAGE*/
.listing-landing .landing-content .landing-page-btn { /*Get Started Btn*/
    background: #670001 !important;
    color: #fff !important;
}

    .listing-landing .landing-content .landing-page-btn:hover {
        background: #590708 !important;
    }

.modal-main .landing-page-btn { /*Get Started Btn*/
    background: #670001 !important;
    color: #fff !important;
}

    .modal-main .landing-page-btn:hover {
        background: #590708 !important;
    }

.listing-landing .landing-hero h1 { /*Banner text color*/
    color: #fff;
}

@media screen and (max-width:785px) {
    .stepsSP {
        background: #2e2e2f !important;
    }
}

.additional-content .expand button.expanded {
    background: #670001;
}