﻿.PrimaryBGC {
    background: #b11016 !important;
}

.SecondaryBGC {
    background: #b11016 !important;
}

.siteFontColor {
    color: #fff !important;
}

/*
    pubsite only
    erase this CSS with site is no longer in tradepub
*/

.site-header .top-row {
    background-color: #b11016 !important;
}

.site-header .middle-row {
    background-color: white !important;
    border-bottom: 1px solid #e6e7e8 !important;
    color: black !important;
}

.footer-top-border {
    height: 10px !important;
    background-color: #b11016 !important;
}

.fitsto-btn:hover {
    background: #900 !important;
}

.hover {
    background: #900 !important;
}

.free-listing .submit-btn:hover {
    background: #900 !important;
}

.free-listing-done .submit-btn:hover {
    background: #900 !important;
}

.all-cats:hover {
    background: #900 !important;
}

@media screen and (max-width:1000px) {
    .hamburger-menu .menu-row {
        background-color: #b11016 !important;
    }
}

@media screen and (max-width:600px) {
    .hamburger-menu .menu-row {
        background-color: #b11016 !important;
    }
}

.footer-link:hover {
    color: silver !important;
}

/*
    erase this CSS with site is no longer in tradepub
*/

.ui-dialog-titlebar {
    color: #fff !important;
    background: #b11016 !important;
}

.switch-btn-input:checked + .switch-btn-label {
    color: #fff;
    background: #b11016;
    -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: #b11016 !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: #b11016;
    text-align: center;
    border-style: solid;
    border-width: 1px;
    border-color: Black;
}

.fitsto-btn {
    text-decoration: none !important;
    background: #b11016 !important;
    margin-top: 19px !important;
}

    .fitsto-btn:hover {
        background: #900 !important;
    }

.hover {
    background: #900 !important;
}

/*LANDING PAGE*/
.listing-landing .landing-content .landing-page-btn { /*Get Started Btn*/
    background: #b11016 !important;
    color: #fff !important;
}

    .listing-landing .landing-content .landing-page-btn:hover {
        background: #900 !important;
    }

.modal-main .landing-page-btn { /*Get Started Btn*/
    background: #b11016 !important;
    color: #fff !important;
}

    .modal-main .landing-page-btn:hover {
        background: #900 !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: #b11016;
}