﻿/*!
 * Site designed by: Jordan Zoucha.
 *
 * This code was ran through an auto prefixer to maximize compatibility. If you wish to run it through the same auto prefixer, you may find it at https://autoprefixer.github.io/
 *
 * Code was ran through CSS Comb to make it neater and easier to read. The designer recommends that any edits be ran through CSS Comb found at http://csscomb.com/online
 *
 */

/***** 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;
}

/* Make HTML 5 elements display block-level for consistent styling */
header,
nav,
article,
footer,
address {
    display: block;
}

/***** END RESET *****/
::-moz-selection {
    background: #000;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #000;
    color: #fff;
    text-shadow: none;
}


/* Clearfix */
.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

/*-------- SITEWIDE STYLES --------*/

h3 {
    font-weight: bold;

    text-decoration: underline;
}


/*--- HEADER STYLES: see menu.css---------------------*/




/*---BODY--------------------------------*/
#content-container {
    /* display: inline-block; */
    width: 100%;
    padding-bottom: 4px;

    background: url('../siteart/background.jpg') 0 / cover fixed;
}

.homePage div#content-container {
    height: 38vw;
    background-position: 0 -10vw;
    background-size: contain;
}

.about {
    height: 100%;
}

main::before {
    background: -webkit-gradient(linear,
            left top, left bottom,
            from(rgba(255, 255, 255, .45)),
            to(rgba(255, 255, 255, .45))),
        url('../siteart/background.jpg') 0 / cover fixed;
    background: linear-gradient(rgba(255, 255, 255, 0.75),
            rgba(255, 255, 255, .75)),
        url('../siteart/background.jpg') 0 / cover fixed;
}

main:not(.body-content *):not(.inner-wrap *) {
    position: relative;
    display: block;
    overflow: hidden;
    width: calc(35.415625rem + ((1vw - 10.2px) * 20));
    /* height: 475.78px; */
    margin: calc(3.75rem + ((1vw - 10.2px) * 8.5778)) 0;
    margin-right: calc(3.75rem + ((1vw - 10.2px) * 1.2222));
    margin-left: auto;
    -webkit-filter: drop-shadow(0px 0px 7px rgba(0, 0, 0, .45));
    filter: drop-shadow(0px 0px 7px rgba(0, 0, 0, .45));
}

.inventoryPage main:not(.body-content *) {
    filter: none;
    background: rgba(219, 219, 219, .95);
    padding: 30px 0 !important;
    box-sizing: border-box !important;
    max-width: 1300px !important;
}

main#homePage {
    margin: calc(0.9375rem + ((1vw - 4.76px) * 37.0499)) 0 calc(3.75rem + ((1vw - 10.2px) * 8.5778));
}

.contact main {
    height: auto;
}

#notInv main {
    margin: calc(3.75rem + ((1vw - 10.2px) * 8.5778)) auto !important;
}

#auctions main:not(.body-content *) {
    /* width: auto; */
    max-width: 1350px;
    height: auto;
    margin-right: auto;
    margin-left: auto;
    padding: 30px 0;
    margin: 0;
    width: 100%;
}

.homePage main {
    max-width: 1050px;
}

.homePage main {
    max-width: 915px !important;
}

.homePage#notInv main {
    margin: 0 !important;
    max-width: 100% !important;
    width: 100%;
}

#auctions main.invMain {
    width: auto;
    margin: calc(3.75rem + ((1vw - 10.2px) * 8.5778)) auto;
}

main::before {
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: -35px;
    content: '';
    -webkit-filter: blur(20px);
    filter: blur(30px);
}

#title {
    overflow: hidden;
}

#mobilePhoto {
    display: none;
}

#title h3 {
    font-family: 'Teko', sans-serif;
    font-size: 38px;
    font-weight: normal;

    padding: 26px 0 0 41px;

    text-transform: uppercase;

    color: #000;
}

#home {
    text-decoration: none;
}

#title h1 {
    font-family: 'Teko', sans-serif;
    font-size: 68px;
    font-weight: bold;

    width: 100%;
    height: 85px;
    padding: 0 0 0 41px;

    text-transform: uppercase;

    color: #fff;
    background: #000;
}

.contact #title h1 {
    margin-top: 23px;
}

#title h1 small {
    font-weight: 100;
}

main p,
main #qualifications {
    /* width: 666.65px; */
    font-family: 'Teko', sans-serif;
    font-size: 25.7px;
    line-height: 30px;

    padding: 23px 41px;

    text-align: left;
}

.homePage #homePage p {
    padding: max(10px, 4.5vw);
}

.noBreak {
    margin-bottom: -40px;
}

.dateWidth {
    width: 150px;
}

p span {
    display: table-cell;
}

main iframe {
    padding-top: 23px;
}

#contactInfo {
    font-family: 'Teko', sans-serif;
    font-size: calc(.90625rem + ((1vw - 10.21px) * .3893));

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    padding-top: 5px;
    padding-bottom: 7px;

    text-transform: uppercase;

    -ms-flex-pack: distribute;
    justify-content: space-around;
}

#buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    padding: 5px 0 20px;

    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

#buttons div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
}

#buttons div img {
    width: 100%;
    padding-bottom: 10px;
    -webkit-filter: drop-shadow(.5px 1px 0 black) drop-shadow(-.5px -.5px 0 black);
    filter: drop-shadow(.5px 1px 0 black) drop-shadow(-.5px -.5px 0 black);
    width: 200px;
}

#buttons div a {
    padding: 5px 30px 0 !important;

    text-align: center !important;

    color: white !important;
    background: black;
}

#buttons div a:hover {
    background: #2a2af7;
}

#contactInfo a {
    color: black;
}

#contactInfo a:hover {
    text-decoration: underline;
}

main a:hover {
    color: black;
}

a:link,
a:visited,
a:active {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}


hr {
    border: #000 1px solid;
}


/*--------FORM STYLES--------------------*/




/*-------- FOOTER STYLES ----------------*/
#footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    height: 128px;
    padding: 0 71px;

    background: #d0d0d0;

    -webkit-filter: drop-shadow(0px -5px 6px rgba(0, 0, 0, .45));
    filter: drop-shadow(0px -5px 6px rgba(0, 0, 0, .45));
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    box-sizing: border-box;
}


/*-------- SANDHILLS FOOTER STYLES ----------------*/
a.footerlink:link,
a.footerlink:visited,
a.footerlink:active {
    color: #000;
}

a.footerlink:hover {
    text-decoration: underline;
}

.divfooter {
    font-family: 'Teko', sans-serif;
    font-size: 18.5px;
    line-height: 22px;
    width: 776px;

    color: #000;
}

#footerImgs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#footerImgs img {
    width: 240px;
}

#footerImgs img:nth-of-type(1) {
    /* width: 205px; */
    padding-right: calc(1.25rem + ((1vw - 13.5px) * 6.1404));
}




/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/


.inventory main::before {
    background: radial-gradient(rgba(255, 255, 255, 1), rgba(255, 255, 255, .45)), url('../siteart/background.jpg') 0 / cover fixed;
}

#listings-title {
    display: none;
}

.inventory #title h1 {
    height: auto;
}

.hosted-content .options li a {
    color: black !important;
}

.container h3,
.listing-name a,
.border-bottom h1 {
    font-family: 'Teko', sans-serif;
}

.container h3 {
    font-size: 30px;
}

.listing-name a {
    font-size: 35px;
}

.hosted-content .listings-detail-wrapper .listing-details .divider {
    border-bottom: none !important;
}

.hosted-content .btn.listings-button .fa,
.hosted-content .listings-button .fa {
    height: auto !important;
}

#main-search p strong {
    font-weight: normal;
}


/*---------- RESPONSIVE STYLES ----------*/

@media screen and (max-width: 1240px) and (min-width: 1021px) {
    .divfooter {
        font-size: calc(.875rem + ((1vw - 10.21px) * 1.8265));
        line-height: calc(1.0625rem + ((1vw - 10.21px) * 2.2831));

        padding-right: 30px;
    }

    #footerImgs img {
        width: calc(12.5rem + ((1vw - 10.21px) * 18.2648));
    }
}

@media screen and (max-width: 1575px) and (min-width: 1021px) {
    #footer {
        padding: 0 20px;
    }
}

@media screen and (max-width: 1020px) {
    main {
        width: auto;
        height: auto;
        margin: 45px 45px 185px 45px;
    }

    #title h3 {
        padding-left: calc(1.3125rem + ((1vw - 3.2px) * 2.8571));
    }

    .homePage div#content-container {
        height: 140px;
    }

    #title h1 {
        font-size: calc(2.375rem + ((1vw - 3.2px) * 4.2857));

        width: auto;
        height: calc(3.25rem + ((1vw - 3.2px) * 4.7143));
        padding: 0 calc(1.3125rem + ((1vw - 3.2px) * 2.8571));
    }

    main p,
    main #qualifications {
        width: auto;

        word-wrap: break-word;

        overflow-wrap: break-word;
    }

    #contactInfo {
        font-size: calc(.90625rem + ((1vw - 6.5px) * 2.4324));
    }

    .divfooter {
        font-size: 20px;
        line-height: 1.4;

        width: 85vw;
        padding-top: 21px;

        text-align: center;
    }

    #footer {
        height: auto;
        padding: 0;
        padding: 25px 0;

        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
    }

    #footerImgs img:nth-of-type(1) {
        padding-right: 15px;
        /* padding-bottom: 18px; */
    }

    #footerImgs img:nth-of-type(2) {
        padding-left: 15px;
    }

    #footerImgs img {
        width: 30vw;
    }
}

@media only screen and (min-width: 768px) {}

@media only screen and (min-width:768px) and (max-width: 1130px) {}


@media only screen and (max-width: 767px) {
    .divfooter {
        font-size: 15px;
    }

    .smallfootertext {
        display: none;
    }

    #footerImgs img {
        width: 40vw;
    }

    #footerImgs img:nth-of-type(1) {
        padding-right: 5px;
        /* padding-bottom: 18px; */
    }

    #footerImgs img:nth-of-type(2) {
        padding-left: 5px;
    }
}

@media only screen and (max-width: 650px) {

    #contactInfo,
    #buttons,
    #buttons div a {
        font-size: 18px !important;

        flex-direction: column;

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    main p {
        padding: 23px 5px;
    }

    .dateWidth {
        font-weight: bold;
    }

    p span {
        display: block;
    }
}

@media only screen and (max-width: 1020px) {

    main,
    #auctions main {
        display: inline-block;

        width: 100%;
        margin: 0;
    }

    #mobilePhoto {
        display: block;
        width: 100%;
    }

    .inventory main::before {
        background: #d0d0d0;
    }
}


/*-------- IE AND EDGE ONLY STYLES --------*/

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {

    html,
    body {
        height: 100%;
    }

    main {
        background-color: #d0d0d0;
    }
}

@supports (-ms-ime-align: auto) {
    main {
        background-color: #d0d0d0;
    }

    main::before {
        background: #d0d0d0 !important;
    }
}

@media screen and (max-width: 1575px) and (min-width: 1021px) {

    _:-ms-lang(x),
    .divfooter {
        -ms-flex: 1;
        flex: 1;
    }
}