/* 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 {
    /*    margin: 0 auto;*/
    padding: 0;
    border: 0;
    outline: 0;
    background: transparent;
    -webkit-text-size-adjust: none;
    font-family: 'Lato', sans-serif;
}

a {
    text-decoration: none;

}

p {
    padding: 15px 0;
    font-size: 14px;
}


/* GLOBAL SITE FRAMEWORK
------------------------------------------------*/
.clear {
    clear: both;
}

.left {
    text-align: left;
}

.right {
    text-align: right;
}

.center {
    text-align: center;
}

.none {
    display: none;
}

* {
    box-sizing: border-box;
}

/* HEADER 
----------------------------------------------*/

header {
    width: 100%;
    margin: 0 auto;
    background: url(../siteart/backgrounds/bedge-grunge.png);
    background-color: #f5eedf;
}

.mb-hide {
    font-family: 'Unna', serif;
}

.header-wrapper {
    width: 85%;
    margin: 0 auto;
    display: flex;
    padding: 1.25% 0;
}

.header-left {
    width: 43%;
    margin: 0 auto;
    display: inline-block;
}

.header-right {
    width: 57%;
    margin: 0 auto;
    display: inline-block;
}

.header-left-wrapper {
    width: 100%;
    margin: 0 auto;
}

.logo-space {
    width: 100%;
    margin: 0 auto;
    margin: 5px 0;
}

.logo-space h1 {
    color: #336600;
    text-transform: uppercase;
    font-weight: 800;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
    font-size: 2.5rem;
}

.thin {
    font-weight: 400;
    text-shadow: none;
}

.header-right-top-row {
    /*background: yellow;*/
    margin: 2.5px 0;
}


.header-right-bottom-row {
    /*background: white;*/
    margin: 2.5px 0;
}

nav ul {
    list-style: none;
    text-align: right;
}

nav ul li {
    display: inline;
    padding: 0 12px;
    font-family: 'Unna', serif;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.5rem;
}

nav ul a {
    color: #336600;
}

nav ul a:hover {
    color: #000;
}

.no-rt-pad {
    padding-right: 0;
}

.no-lft-pad {
    padding-left: 0;
}

.header-right-wrapper {
    margin: 5px 0;
}

.header-right-top-row-wrapper ul li {
    display: inline;
    color: #000;
    font-size: 1.15rem;
}

.header-right-top-row-wrapper ul li:hover {
    color: #336600;
}

.header-right-top-row-wrapper ul {
    list-style: none;
    text-align: right;
}

.header-right-top-row-wrapper {
    padding-bottom: 5px;
}

#weather-box,
#markets-box {
    position: fixed;
    width: 300px;
    right: -300px;
}

#weather-box {
    top: 11em;
    z-index: 2;
}

.invPage #weather-box,
.invPage #markets-box {
    display: none;
}

#markets-box {
    top: 14em;
    height: 500px;
    z-index: 1;
}

.weather-icon,
.markets-icon {
    position: absolute;
    top: 0;
    left: -40px;
    width: 40px;
    height: 40px;
    cursor: pointer;
}

.weather-icon {
    background: #000 url(../siteart/buttons/weather-icon.png) center center;
    background-repeat: no-repeat;
}

.markets-icon {
    background: #000 url(../siteart/buttons/market-icon.png) no-repeat center center;
}

/* HOME PAGE STYLES 
-----------------------------------------------*/
.hero {
    width: 100%;
    margin: 0 auto;
    background: url(../siteart/hero-img.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 600px;
    position: relative;
}

.hero-logo {
    width: 30%;
    margin: 0 auto;
    text-align: center;
    position: absolute;
    top: 4%;
    left: 25%;
    right: 25%;
}

.hero-logo img {
    width: 100%;
}

.invt-cat-headline {
    width: 100%;
}

.invt-cat-headline h3 {
    color: #336600;
    text-transform: uppercase;
}

.inventory-cat-btns {
    width: 100%;
    margin: 0 auto;
    background: url(../siteart/backgrounds/bedge-grunge.png);
    background-color: #f5eedf;
}

.row1,
.row2 {
    width: 100%;
    margin: 0 auto;
    display: flex;
    padding: 1% 0;
}

.rows-wrapper {
    width: 80%;
    padding: 1% 0;
    margin: 0 auto;
}

.cat-btn-group {
    width: 100%;
    padding: 2%;
    text-align: center;
}

.cat-btn-group img {
    width: 100%;
}

.cat-btn-group h2 {
    font-family: 'Unna', serif;
    color: #336600;
}

.grow img {
    transition: 1s ease;
}

.grow img:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    transition: 1s ease;
}

.taller {
    font-size: 2rem;
}

.addy-bar {
    text-align: center;
    color: #fff;
    background: #FBE017;
    padding: 1% 0;
}

.addy-bar a {
    color: #fff;
    text-transform: uppercase;
    font-size: 1.75rem;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 1);
}

.map {
    width: 100%;
}

.map iframe {
    width: 100%;
}

/* INVENTORY
------------------------------------------------*/
.cf {
    background: #fff;
}

.hosted-content .listings-wrapper .listings-list .listing-banner {}

.hosted-content input[type='submit'],
.hosted-content button[type='submit'],
.hosted-content .btn,
.hosted-content .button {
    background: #336600 !important;
}

.hosted-content h1 {
    font-size: 20px;
    color: #000;
    text-transform: none;
    padding-bottom: 0 !important;
    font-weight: bold;
}

.hosted-content h3 {
    text-transform: none !important;
}

.hosted-content .listings-wrapper .listings-list .listing-banner h2 {
    text-transform: none !important;
}

.inventory-width {
    width: 100%;
    height: auto;
    min-height: 400px;
    background: #f5eedf;
    background: url(../siteart/backgrounds/bedge-grunge.png);
}

.container {
    width: 80%;
    margin: 0 auto;
    padding: 2% 0;
}

/* ONLINE ONLY PAGE STYLES
-----------------------------------------------*/
.auction-time-space {
    width: 100%;
    overflow: hidden;
    background: #f5eedf;
    background: url(../siteart/backgrounds/bedge-grunge.png);
}

.auction-time-wrapper {
    max-width: 1018px;
    width: 100%;
    padding: 2% 0;
    margin: 0 auto;
}


/* CONTACT PAGE STYLES
-----------------------------------------------*/
.contact-wrapper {
    width: 80%;
    margin: 0 auto;
    text-align: center;
    padding: 2% 0;
}

.contact-wrapper a {
    color: #336600;
}

/* FOOTER
-----------------------------------------------*/
footer {
    width: 100%;
    background: #336600;
    opacity: 1.0;
}

.footer-wrapper {
    width: 50%;
    margin: 0 auto;
    text-align: center;
    padding: 2% 0;
    z-index: 5;
}

.g-f {
    width: 100%;
    background-image: url(../siteart/backgrounds/cotton-boll.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.5;
}

.footer-text {
    opacity: 1.0;
    color: #fff;
}

.footer-text a {
    color: #fff;
}

/* MEDIA QUERIES
-----------------------------------------------*/
@media screen and (max-width: 1525px) {
    .hero-logo {
        width: 40%;
    }

    .hero {
        height: 575px;
    }

    .logo-space h1 {
        font-size: 1.9rem;
    }

    .header-wrapper {
        width: 90%;
    }

    nav ul li {
        padding: 0 9px;
        font-size: 1.05rem;
    }

    .header-right-top-row-wrapper ul li {
        font-size: 0.95rem;
    }
}

@media screen and (max-width: 1200px) {
    .rows-wrapper {
        width: 90%;
    }

}

@media screen and (max-width: 1150px) {
    .hero-logo {
        width: 45%;
    }

    .hero {
        height: 550px;
    }
}

@media screen and (max-width: 1080px) {
    .header-wrapper {
        width: 96%;
    }

    .logo-space h1 {
        font-size: 1.7rem;
    }

    nav ul li {
        padding: 0 7px;
        font-size: 0.9rem;
    }

    .header-right-top-row-wrapper ul li {
        font-size: 0.82rem;
    }
}

@media screen and (max-width: 975px) {

    .row1,
    .row2 {
        width: 100%;
        margin: 0 auto;
        display: flex;
        padding: 1% 0;
    }

    .rows-wrapper {
        width: 96%;
    }

    .cat-btn-group h2 {
        font-size: 92%;
    }

    .cat-btn-group img {
        width: 90%;
    }

    .invt-cat-headline {
        font-size: 85%;
    }

    .taller {
        font-size: 1.5rem;
    }

    .addy-bar a {
        font-size: 1.5rem;
    }
}

@media screen and (max-width: 925px) {
    #weather-box {
        top: 8em;
    }

    #markets-box {
        top: 11em;
    }
}

@media screen and (max-width: 900px) {
    .hero-logo {
        width: 45%;
    }

    .hero {
        height: 450px;
    }

    .header-wrapper {
        flex-direction: column;
    }

    .no-rt-pad {
        padding-right: 7px;
    }

    .no-lft-pad {
        padding-left: 7px;
    }

    nav ul {
        text-align: center;
    }

    .header-right-top-row-wrapper ul {
        text-align: center;
    }

    .header-left-wrapper {
        text-align: center;
    }

    .header-left,
    .header-right {
        width: 100%;
    }
}


@media screen and (max-width: 775px) {
    .addy-bar a {
        font-size: 1.25rem;
    }

    .map iframe {
        height: 250px;
    }

    .cat-btn-group img {
        width: 100%;
    }

    .row1,
    .row2 {
        flex-direction: column;
    }

    .cat-btn-group h2 {
        font-size: 1.75rem;
    }

    .cat-btn-group {
        width: 100%;
        padding: 0%;
    }

    .cat-btn-group img {
        width: 60%;
    }

    .footer-wrapper {
        width: 70%;
    }
}

@media screen and (max-width: 675px) {
    .hero-logo {
        width: 50%;
    }

    .hero {
        height: 350px;
    }

    .invt-cat-headline {
        font-size: 100%;
        text-align: center;
        padding: 2% 0 1% 0;
    }

    .header-left {
        text-align: center;
    }
}


@media screen and (max-width: 515px) {
    #weather-box {
        top: 9em;
    }

    #markets-box {
        top: 12em;
    }

    .mb-hide {
        display: none;
    }

    .hero-logo {
        width: 55%;
    }

    .hero {
        height: 300px;
    }

    .mb-hide {
        display: none;
    }

    .header-right-top-row-wrapper ul li {
        display: block
    }

    nav ul li {
        padding: 0 4px;
        font-size: 0.9rem;
    }

    .no-rt-pad {
        padding-right: 2px;
    }

    .no-lft-pad {
        padding-left: 2px;
    }

    .header-wrapper {
        width: 98%;
    }
}

@media screen and (max-width: 450px) {
    nav ul li {
        padding: 0 1.75px;
        font-size: 0.85rem;
    }

    .no-rt-pad {
        padding-right: 1px;
    }

    .no-lft-pad {
        padding-left: 1px;
    }

    .header-wrapper {
        width: 100%;
    }

    .mb-no-float {
        float: left;
    }
}

@media screen and (max-width: 415px) {
    .hero-logo {
        width: 60%;
    }

    .hero {
        height: 250px;
    }

    .hero-logo {
        top: 6%;
        left: 20%;
        right: 20%;
    }

}
