/***** BEGIN RESET *****/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    background: transparent;
    border: 0;
    margin: 0;
    padding: 0;
}

ol,
ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    width: 100%;
}

td {
    vertical-align: top;
}

html {
    background: url(../siteart/site-bg.gif) repeat #b9b280;
}

/***** END RESET *****/

#clear {
    clear: both;
}

body {
    overflow-x: hidden;
}

#container {
    margin: 0 auto;
    /* background-color: #B9B280; */
    display: block;
    height: 100%;
    /* min-height: 1500px; */
    font-family: Arial, Helvetica, sans-serif;
}

td {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #000;
    vertical-align: top;
}

a:link,
a:visited,
a:active {
    text-decoration: underline;
    color: #7e4700;
    font-family: Arial, Helvetica, sans-serif;
}

a:hover {
    color: #000;
}

img {
    border: 0;
}

p {
    display: block;
    /* margin: 0 0 18px 0; */
    line-height: 18px;
}

h1 {
    font-size: 26px;
    font-weight: bold;
    letter-spacing: -1px;
    margin: 0 0 30px 0;
    display: block;
    text-align: center;
}

#homeContent {
    display: flex;
    font-size: 14px;
    flex-wrap: wrap;
    justify-content: center;
}

.divfooter {
    max-width: 450px;
    margin: 0 auto;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    font-size: 14px;
}

/*----------------Header Section--------------*/

#header-wrap {
    width: 100%;
    margin: 0;
    background: url(../siteart/header-bg.png) repeat-x top center;
}

#header-content {
    max-width: 954px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    padding-left: 68px;
}

header {
    background: url(../siteart/header-bg.png) repeat-x top center;
    margin-bottom: 3px;
    padding: 0;
}

.contact-info {
    max-width: 224px;
    text-align: center;
    font-size: 17px;
    font-weight: bold;
    padding: 35px 7px 0px;
}

.logo {
    width: 503px;
}

/*----------------Main Section--------------*/

#mainbox {
    max-width: 1350px;
    margin: 60px auto;
}

.sale-wrap {
    margin: 0 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.sale-wrap2 {
    padding: 0 20px;
    width: 500px;
}

.column {
    float: left;
    max-width: 500px;
    padding: 0 20px;
}

/* Clear floats after the columns */

.row:after {
    content: "";
    display: table;
    clear: both;
}

/******MAIN CMS NAVIGATION******/

/* This horizontal navigation has 4 dropdown levels, but you can change it to include more levels if necessary.*/

.navigation_container {
    /* container to center the nav within a standard width of 1020px, or adjust to width of your site. Links will always float left or right. */
    padding: 0 0 0 0;
    background: url(../siteart/nav-bg.gif) repeat-x top #9c9561;
    width: 78%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

nav {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    width: 100%;
    /* margin:0 -125px; */
}

nav ul,
nav li {
    list-style: none !important;
    margin: 0 0 0 0 !important;
    padding: 0 0 0 0 !important;
}

nav ul {}

nav ul li {
    display: block;
    position: relative;
    float: left;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    color: #000;
}

nav li ul {
    display: none;
    width: 400px;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    color: #000;
}

nav ul li a {
    /* appearance of the first-level links */
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    color: #000;
    padding: 15px 20px;
    border-right: 1px solid #9c9561;
    border-left: 1px solid #aea771;
    display: block;
    text-decoration: none !important;
    color: #000 !important;
}

nav ul li a:hover {
    /* appearance of the first-level links on hover */
    background: #aea771;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    color: #000;
}

nav ul li li a {
    /* appearance of the sub-level links */
    width: 215px;
    padding: 13px 0 13px 30px;
    text-align: left;
    background: #494949;
    border-bottom: #666666 1px solid;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    color: #000;
}

nav ul li li a:hover {
    /* appearance of the sub-level links on hover */
    background: #aea771;
}

/* Optional-use, Begin targeting styles of first and last links */

nav ul li:last-child {
    /* Optional-use, this targets last li */
}

nav ul li:last-child a {}

nav ul li:first-child {
    /* Optional-use, this targets first li */
}

/* Optional-use, cancells out border for subnav li containers*/

nav ul li li:last-child {
    border-left: 0;
    border-right: 0 !important;
}

nav ul li li:first-child {
    border-left: 0;
    border-right: 0;
}

/* Optional-use, End targeting styles of first and last links */

/* Unless needing to do something extra or experimental, DON'T edit these positioning styles below! */

nav ul ul {
    display: none;
    position: absolute;
    top: 100%;
}

nav ul ul ul {
    position: absolute;
    left: 100%;
    top: 0;
}

nav ul li:hover>ul {
    display: block;
    line-height: normal;
    z-index: 100;
}

nav ul ul li {
    float: none;
    position: relative;
}

/******MAIN CMS NAVIGATION END******/

/*---Mid Section---*/

#mid {
    padding: 30px 0;
    border-bottom: 1px solid #9b945d;
}

.mid-content {
    background: #b4ae7a;
    font-family: house-slant, sans-serif;
    font-weight: 400;
    font-style: normal;
    text-align: center;
    font-size: 28px;
    line-height: 34px;
    display: block;
    padding: 18px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    font-variant: small-caps;
}

.mid-content img {
    width: 180px;
}

/*---Content Section---*/

#content {
    padding: 30px 0;
    border-top: 1px solid #9b945d !important;
    border-bottom: 1px solid #9b945d !important;
    margin: 30px 0 0;
}

#ATlogo {
    display: flex;
    justify-content: flex-end;
    padding-bottom: 5px;
}

#whiteContent {
    background-color: white;
    border-radius: 5px;
    padding: 20px;
}

.bigBold {
    font-weight: bold;
    font-size: 19px;
}

#calendarParagraph {
    display: flex;
}

#upcomingPictures {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

#upcomingPictures img {
    width: 170px;
    height: 100%;
    padding: 10px 10px;
}

div#calendarParagraph span {
    text-decoration: underline;
}

#calendarParagraph img {
    height: 100%;
    padding-right: 5px;
    width: 31px;
}

.welcome {
    width: 298px;
    padding-right: 40px;
    border-right: 1px solid #9b945d;
}

.staff {
    width: 223px;
    text-align: center;
    border-right: 1px solid #9b945d;
}

.map {
    width: 350px;
    padding-left: 40px;
}

.main-full {
    background: #fff;
    border: 1px solid #9b945d;
    padding: 30px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

/*---Upcoming Auctions---*/

#gallery {
    padding: 10px;
}

#gallery img {
    height: 70px;
    border: 2px #000 solid;
    margin: 3px 3px 3px 0;
}

#auc_date {
    padding: 10px 0;
    border-bottom: 1px solid #000;
    margin-bottom: 15px;
}

#calendar {
    background: url('../siteart/calendar_img_bg.jpg') no-repeat;
    width: 53px;
    height: 58px;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-align: center;
    float: left;
    margin: 0 20px 10px 0;
}

.cal_top {
    font-size: 12px;
    position: relative;
    top: 8px;
    line-height: normal;
}

.cal_btm {
    font-size: 24px;
    position: relative;
    top: 12px;
    line-height: normal;
}

.auc_date_text {
    float: left;
    margin: 0 20px 10px 0;
    text-align: left;
    line-height: 18px;
}

.auc_date_text ul {
    list-style: disc;
    margin: 0 0 0 20px;
}

#pagebottom {
    padding: 30px 0;
    text-align: center;
    border-top: 1px solid #9b945d;
}

.pagebottom {
    margin: 0px 10px;
    margin-top: 30px;
}

/**************************** TABS *******************************************/

#tabs-section {
    display: block;
}

.tabs {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-weight: normal;
    font-family: Arial, Helvetica, sans-serif;
    color: #000;
    list-style: none;
    width: 940px;
    /* change to appropriate width */
    text-align: left;
}

.tabs li {
    display: inline;
    float: left;
}

.tabs li a:link,
.tabs li a:visited,
.tabs li a:active {
    text-decoration: none;
    text-align: center;
    text-transform: capitalize;
    font-style: normal;
    position: relative;
    display: block;
    margin-right: 10px;
    padding: 10px 20px 8px 20px;
    color: #000;
    border: 1px solid #9b945d;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background: url(../siteart/tab-bg-off.gif) repeat-x top #9c9561;
}

.tabs li a:hover,
.tabs li a.selected,
.tabs li a.selected:active,
.tabs li a.selected:visited {
    text-decoration: none;
    position: relative;
    color: #fff;
    background: #000;
    border: 1px solid #000;
}

.tabs li a.selected:hover {
    text-decoration: none;
    color: #fff;
}

.tabcontent-wrapper {
    display: block;
    padding: 0;
    max-width: 954px;
    /* change to appropriate width */
    background: #fff;
    border: 1px solid #000;
    border-top: 0px;
}

#subnav {
    background: url(../siteart/subnav-bg.gif) repeat-x top #fff;
    border: 1px solid #000;
    border-bottom: 0;
    padding: 5px;
    font-size: 13px;
}

#subnav a:link,
#subnav a:visited,
#subnav a:active {
    text-decoration: none;
    text-align: center;
    color: #7e4700;
    padding: 4px 8px;
    display: inline-block;
}

#subnav a:hover {
    background: #7e4700;
    color: #fff;
}

#subnav a.subnavcurrent {
    color: #fff;
    background-color: #7e4700;
}

ul#subNavList {
    list-style: none;
    display: block;
    margin: 0px;
    list-style: none;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
}

ul#subNavList li {
    float: left;
    margin: 0px;
    border-right: 1px dotted #7e4700;
    position: relative;
}

ul#subNavList li a.menu {
    margin: 2px 12px;
    padding: 4px;
    display: block;
}

.tabs {
    margin: 0 0 0 10px;
    padding: 0;
    list-style: none;
}

.tabs li {
    display: inline;
    float: left;
}

.tabs li a:link,
.tabs li a:visited,
.tabs li a:active {
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    display: block;
    margin-right: 10px;
    padding: 8px 20px 6px 20px;
    color: #fff;
    border-top: 1px #000 solid;
    border-left: 1px #000 solid;
    border-right: 1px #000 solid;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    background: #080808 url('https://www.lynchauction.net/themes/SandhillsTemplate/images/tab_bg_off.jpg') repeat-x;
}

.tabs li a:hover,
.tabs li a.selected,
.tabs li a.selected:active,
.tabs li a.selected:visited {
    text-decoration: none;
    position: relative;
    color: #fff;
    background: #624229 url('https://www.lynchauction.net/themes/SandhillsTemplate/images/tab_bg_on.jpg') repeat-x;
}

.tabs li a.selected:hover {
    text-decoration: none;
    color: #fff;
}

#subnav {
    background: url('https://www.lynchauction.net/themes/SandhillsTemplate/images/subnav-bg.gif') repeat-x bottom #fff;
    border: 1px solid #000;
    border-bottom: 0;
    padding: 5px 0;
    font-size: 13px;
    line-height: 13px;
}

#subnav a:link,
#subnav a:visited,
#subnav a:active {
    text-decoration: none;
    text-align: center;
    color: #000;
    padding: 5px 8px;
    display: inline-block;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

#subnav a:hover {
    background: #6f4a2d;
    color: #fff;
}

ul#subNavList {
    list-style: none;
    display: block;
    margin: 0px;
    list-style: none;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
}

ul#subNavList li {
    float: left;
    margin: 0px;
    border-right: 1px dotted #000;
    position: relative;
}

ul#subNavList li a.menu {
    margin: 2px 12px;
    display: block;
}

td {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #000;
    vertical-align: top;
}

a:link,
a:visited,
a:active {
    text-decoration: underline;
    color: #7e4700;
    font-family: Arial, Helvetica, sans-serif;
}

a:hover {
    color: #000;
}

div,
a,
ul,
li,
table,
tbody,
tr,
td {
    background: transparent;
    border: 0;
    margin: 0;
    padding: 0;
}

.faceted-search__main-section {
    background: white;
}

ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    width: 100%;
}

td {
    vertical-align: top;
}

.tabs {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-weight: normal;
    font-family: Arial, Helvetica, sans-serif;
    color: #000;
    list-style: none;
    width: 100%;
    text-align: left;
}

.tabs li {
    display: inline;
    float: left;
}

.tabs li a:link,
.tabs li a:visited,
.tabs li a:active {
    text-decoration: none;
    text-align: center;
    text-transform: capitalize;
    font-style: normal;
    position: relative;
    display: block;
    margin-right: 10px;
    padding: 10px 20px 8px 20px;
    color: #000;
    border: 1px solid #9b945d;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background: url(https://www.lynchauction.net/themes/SandhillsTemplate/images/tab-bg-off.gif) repeat-x top #9c9561;
}

.tabs li a:hover,
.tabs li a.selected,
.tabs li a.selected:active,
.tabs li a.selected:visited {
    text-decoration: none;
    position: relative;
    color: #fff;
    background: #000;
    border: 1px solid #000;
}

.tabs li a.selected:hover {
    text-decoration: none;
    color: #fff;
}

#subnav {
    background: url(https://www.lynchauction.net/themes/SandhillsTemplate/images/subnav-bg.gif) repeat-x top #fff;
    border: 1px solid #000;
    border-bottom: 0;
    padding: 5px;
    font-size: 13px;
}

#subnav a:link,
#subnav a:visited,
#subnav a:active {
    text-decoration: none;
    text-align: center;
    color: #7e4700;
    padding: 4px 8px;
    display: inline-block;
}

#subnav a:hover {
    background: #7e4700;
    color: #fff;
}

ul#subNavList {
    list-style: none;
    display: block;
    margin: 0px;
    list-style: none;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
}

ul#subNavList li {
    float: left;
    margin: 0px;
    border-right: 1px dotted #7e4700;
    position: relative;
}

ul#subNavList li a.menu {
    margin: 2px 12px;
    padding: 4px;
    display: block;
}

/*----------------Responsive Styles--------------*/

@media only screen and (max-width: 970px) {
    #header-content {
        flex-wrap: wrap;
        padding-left: 0;
    }

    .contact-info:nth-of-type(1) {
        order: 2;
    }

    #logoLink {
        flex: 970px;
        order: 1;
        display: flex;
        justify-content: center;
    }

    .logo {
        /* order:1; */
        /* flex: 970px; */
        /* object-fit: contain; */
        /* width: calc(6.25rem + ((1vw - 3.2px) * 63.4646)); */
    }

    .contact-info:nth-of-type(2) {
        order: 3;
    }

    .welcome {
        padding: 0 40px
    }

    .staff {
        border: 0;
        margin-top: 10px;
    }

    .map,
    .map iframe {
        width: 100vw;
        padding: 10px 0;
    }

    .map {
        border-top: 1px solid #9b945d !important;
        margin-top: 20px;
    }
}

@media only screen and (max-width: 600.5px) {
    .welcome {
        border: 0;
    }
}

@media only screen and (max-width: 480px) {
    h1 {
        font-size: calc(1.125rem + ((1vw - 3.2px) * 5))
    }

    .logo {
        width: 100vw;
        height: 100%;
    }

    #logoLink {
        margin-top: 15px;
    }
}

@media only screen and (max-width: 385px) {
    .left {
        width: 77.40259740259741VW;
        height: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .flexSep {
        flex-direction: column;
    }

    .flexSep p {
        padding-top: 20px;
        text-align: center;
    }
}

.flexSep {
    display: flex;
    justify-content: space-around;
}

.flexSep p {
    display: flex;
    align-items: center;
    flex-direction: column;
}

@charset "utf-8";

.body-wrapper>div:not(.detail-wrapper) .list-main-section .list-container .list-listing .listing-top-right .buy-now-link,
.body-wrapper>div:not(.detail-wrapper) .list-main-section .list-container .list-listing .listing-top-right .check-availability-link,
.body-wrapper>div:not(.detail-wrapper) .list-main-section .list-container .list-listing .listing-top-right .email-seller-link,
.body-wrapper>div:not(.detail-wrapper) .faceted-section-box .show-all-modal .show-all-modal-content-container .show-all-modal-content .title-close-row .apply-button,
.body-wrapper>div:not(.detail-wrapper) .show-all-modal .show-all-modal-content-container .show-all-modal-content .title-close-row .apply-button,
.body-wrapper>div:not(.detail-wrapper) button.page-nav {
    background: black !important;
    color: #000 !important;
}

.body-wrapper>div:not(.detail-wrapper) .view-listing-details-link,
.body-wrapper>div:not(.detail-wrapper) .contact-options a,
.body-wrapper>div:not(.detail-wrapper) .fin-calc-mobile>a,
.body-wrapper>div:not(.detail-wrapper) button.g-recaptcha.button,
.body-wrapper>div:not(.detail-wrapper) .show-all-modal .apply-button,
.body-wrapper>div:not(.detail-wrapper) .show-all-modal .nuf-button,
.body-wrapper>div:not(.detail-wrapper) .list-error-container .info button,
.body-wrapper>div:not(.detail-wrapper) .mobile-done-button-container .mobile-done-button,
.body-wrapper>div:not(.detail-wrapper) a.buy-btn.gtm-buynow.des-buy-now,
.body-wrapper>div:not(.detail-wrapper) a.buy-btn.des-buy-now,
.body-wrapper>div:not(.detail-wrapper) button.selected-facet.ts-button,
.body-wrapper>div:not(.detail-wrapper) .detail-contact-bar .contact-bar-btn {
    background: black !important;
    color: #fff !important;
}

.body-wrapper>div:not(.detail-wrapper) .view-listing-details-link:hover,
.body-wrapper>div:not(.detail-wrapper) .contact-options a:hover,
.body-wrapper>div:not(.detail-wrapper) .fin-calc-mobile>a:hover,
.body-wrapper>div:not(.detail-wrapper) button.g-recaptcha.button:hover,
.body-wrapper>div:not(.detail-wrapper) .email-seller-link:hover,
.body-wrapper>div:not(.detail-wrapper) .mc-nav-controls .mc-icon-navarrow span,
.body-wrapper>div:not(.detail-wrapper) a.buy-btn.gtm-buynow.des-buy-now:hover,
.body-wrapper>div:not(.detail-wrapper) a.buy-btn.des-buy-now:hover,
.body-wrapper>div:not(.detail-wrapper) .detail-contact-bar .contact-bar-btn:hover {
    background: #014f30 !important;
    color: #fff !important;
    /*----Border----*/
}

.body-wrapper>div:not(.detail-wrapper) .faceted-section-box .show-all-modal .show-all-modal-content-container .show-all-modal-content .title-close-row .back-button,
.body-wrapper>div:not(.detail-wrapper) .show-all-modal .show-all-modal-content-container .show-all-modal-content .title-close-row .back-button,
.body-wrapper>div:not(.detail-wrapper) .show-all-modal .back-button,
.body-wrapper>div:not(.detail-wrapper) .parts-listing-container .mobile-parts-detail-container .dealer-phone-container a {
    color: #000 !important;
    border: 1px solid #000 !important;
    /*-----------------------OTHER TEXT STYLES-----------------------*/
    /*----Page Title----*/
}

.body-wrapper>div:not(.detail-wrapper) .list-title .list-title-text,
.body-wrapper>div:not(.detail-wrapper) .parts-top-section .parts-title-and-breadcrumbs .parts-title .parts-title-text span,
.body-wrapper>div:not(.detail-wrapper) .title-media-buttons-heading h1 {
    color: #000 !important;
    line-height: 28px !important;
}

.body-wrapper>div:not(.detail-wrapper) .list-main-section .list-container .list-listing .listing-top-right .listing-dealer-info .dealer-name,
.body-wrapper>div:not(.detail-wrapper) .list-main-section .list-container .fin-calc,
.body-wrapper>div:not(.detail-wrapper) .list-listing-mobile .listing-dealer-info .spec-value,
.body-wrapper>div:not(.detail-wrapper) .fin-calc,
.body-wrapper>div:not(.detail-wrapper) .fin-calc p,
.body-wrapper>div:not(.detail-wrapper) .list-main-section .list-container .list-error .info,
.body-wrapper>div:not(.detail-wrapper) .parts-bottom-section .parts-list-view .parts-list-content .error-message,
.body-wrapper>div:not(.detail-wrapper) .info,
.body-wrapper>div:not(.detail-wrapper) .list-title .list-listings-count,
.body-wrapper>div:not(.detail-wrapper) .parts-top-section .parts-title-and-breadcrumbs .parts-title .parts-listings-count,
.body-wrapper>div:not(.detail-wrapper) .list-top-section .listing-option-bar .list-listings-count,
.body-wrapper>div:not(.detail-wrapper) span.part-list-price.bold,
.body-wrapper>div:not(.detail-wrapper) .dealer-company-header,
.body-wrapper>div:not(.detail-wrapper) .dealer-info h3,
.body-wrapper>div:not(.detail-wrapper) .listing-description-text,
.body-wrapper>div:not(.detail-wrapper) .paging-container .list-page-number,
.body-wrapper>div:not(.detail-wrapper) .paging-container .page-number,
.body-wrapper>div:not(.detail-wrapper) .listing-main-stats .price,
.body-wrapper>div:not(.detail-wrapper) .list-container-flexrow .price-container .price,
.body-wrapper>div:not(.detail-wrapper) h2.listing-portion-title,
.body-wrapper>div:not(.detail-wrapper) .list-listing-mobile .price-container .price,
.body-wrapper>div:not(.detail-wrapper) .compare-listings-container .compare-container .comp-header-img .comp-title-close-cont .compare-title,
.body-wrapper>div:not(.detail-wrapper) .compare-listings-container .compare-container .compare-price,
.body-wrapper>div:not(.detail-wrapper) .rent-title,
.body-wrapper>div:not(.detail-wrapper) .rent-title-details,
.body-wrapper>div:not(.detail-wrapper) span.list-title-text,
.body-wrapper>div:not(.detail-wrapper) a.search-results-link,
.body-wrapper>div:not(.detail-wrapper) h3.listing-portion-title {
    color: #000 !important;
}

.body-wrapper>div:not(.detail-wrapper) .mobile-option-bar .mobile-option-bar-filter,
.body-wrapper>div:not(.detail-wrapper) span.listing-prices__retail-price,
.body-wrapper>div:not(.detail-wrapper) span.parts-listings-count {
    color: #000 !important;
    /*-----------------------MEDIA QUERIES-----------------------*/
}

@media only screen and (max-width: 767px) {
    .invpage footer {
        margin-bottom: 85px !important;
    }
}