/*!////////////////////////////////////////////////
// BASE
/////////////////////////////////////////////////*/
@-o-viewport {
    width: device-width;
}
@-ms-viewport {
    width: device-width;
}
@viewport {
    width: device-width;
}
*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.grecaptcha-badge {
    visibility: collapse !important;
}

html,
body,
iframe,
div,
section,
header,
p,
a,
ul,
ol,
li,
article,
footer,
h1,
h2,
h3,
h4 {
    margin: 0;
    padding: 0;
}

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #d92e3a;
    text-shadow: none;
    color: #fff;
}

::selection {
    background: #d92e3a;
    text-shadow: none;
    color: #fff;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

img {
    vertical-align: middle;
    max-width: 100%;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

body {
    font-family: Roboto, sans-serif;
}

p,
li {
    font-family: Roboto, sans-serif;
    line-height: 1.5;
    color: #444444;
    font-weight: 400;
}
/*!////////////////////////////////////////////////
  // LAYOUT
  /////////////////////////////////////////////////*/
.wrap {
    max-width: 1280px;
    width: 92%;
    margin: 0px auto;
    position: relative;
}

.mediumwrap {
    max-width: 1180px;
    width: 92%;
    margin: 0px auto;
    position: relative;
}
.miniwrap {
    max-width: 900px;
    width: 92%;
    margin: 0px auto;
    position: relative;
}

.row {
    clear: both;
}

@media screen and (min-width: 480px) {
    .wrap {
        width: 98%;
    }

    .grid-1,
    .grid-2,
    .grid-20,
    .grid-3,
    .grid-4,
    .grid-5,
    .grid-6,
    .grid-half,
    .grid-full,
    .grid-unit {
        float: left;
        width: 100%;
    }
    .grid-1:nth-child(n),
    .grid-2:nth-child(n),
    .grid-20:nth-child(n),
    .grid-3:nth-child(n),
    .grid-4:nth-child(n),
    .grid-5:nth-child(n),
    .grid-6:nth-child(n),
    .grid-half:nth-child(n),
    .grid-full:nth-child(n),
    .grid-unit:nth-child(n) {
        margin-bottom: 1.51515%;
        margin-right: 1.51515%;
    }
    .grid-1:nth-child(1n),
    .grid-2:nth-child(1n),
    .grid-20:nth-child(1n),
    .grid-3:nth-child(1n),
    .grid-4:nth-child(1n),
    .grid-5:nth-child(1n),
    .grid-6:nth-child(1n),
    .grid-half:nth-child(1n),
    .grid-full:nth-child(1n),
    .grid-unit:nth-child(1n) {
        margin-right: 0;
    }
    .grid-1:last-child,
    .grid-2:last-child,
    .grid-20:last-child,
    .grid-3:last-child,
    .grid-4:last-child,
    .grid-5:last-child,
    .grid-6:last-child,
    .grid-half:last-child,
    .grid-full:last-child,
    .grid-unit:last-child {
        margin-right: 0;
    }

    .grid-25,
    .grid-75 {
        float: left;
        width: 49.24242%;
    }
    .grid-25:nth-child(n),
    .grid-75:nth-child(n) {
        margin-bottom: 1.51515%;
        margin-right: 1.51515%;
    }
    .grid-25:nth-child(2n),
    .grid-25:nth-child(2n) {
        margin-right: 0;
    }
    .grid-25:last-child,
    .grid-25:last-child {
        margin-right: 0;
    }

    .gallery .grid-unit,
    .grid-half {
        width: 49.24242%;
    }
    .gallery .grid-unit:nth-child(n),
    .grid-half:nth-child(n) {
        margin-bottom: 1.51515%;
        margin-right: 1.51515%;
    }
    .gallery .grid-unit:nth-child(2n),
    .grid-half:nth-child(2n) {
        margin-right: 0;
    }
    .gallery .grid-unit:last-child,
    .grid-half:last-child {
        margin-right: 0;
    }

    .grid-flow-opposite {
        float: right;
    }
}
@media screen and (min-width: 640px) {
    .grid-1 {
        width: 15.40404%;
    }
    .grid-1:nth-child(n) {
        margin-bottom: 1.51515%;
        margin-right: 1.51515%;
    }
    .grid-1:nth-child(6n) {
        margin-right: 0;
    }
    .grid-1:last-child {
        margin-right: 0;
    }

    .grid-2 {
        width: 32.32323%;
    }
    .grid-2:nth-child(n) {
        margin-bottom: 1.51515%;
        margin-right: 1.51515%;
    }
    .grid-2:nth-child(3n) {
        margin-right: 0;
    }
    .grid-2:last-child {
        margin-right: 0;
    }

    .grid-20 {
        width: 18.78%;
    }
    .grid-20:nth-child(n) {
        margin-bottom: 1.51515%;
        margin-right: 1.51515%;
    }
    .grid-20:nth-child(5n) {
        margin-right: 0;
    }
    .grid-20:last-child {
        margin-right: 0;
    }

    .grid-3,
    .grid-half {
        width: 49.24242%;
    }
    .grid-3:nth-child(n),
    .grid-half:nth-child(n) {
        margin-bottom: 1.51515%;
        margin-right: 1.51515%;
    }
    .grid-3:nth-child(2n),
    .grid-half:nth-child(2n) {
        margin-right: 0;
    }
    .grid-3:last-child,
    .grid-half:last-child {
        margin-right: 0;
    }

    .grid-4 {
        width: 66.16162%;
    }
    .grid-4:nth-child(n) {
        margin-bottom: 1.51515%;
        margin-right: 1.51515%;
    }
    .grid-4:nth-child(1.5n) {
        margin-right: 0;
    }
    .grid-4:last-child {
        margin-right: 0;
    }

    .grid-5 {
        width: 82.74242%;
    }
    .grid-5:nth-child(n) {
        margin-bottom: 1.51515%;
        margin-right: 1.51515%;
    }
    .grid-5:nth-child(1.20482n) {
        margin-right: 0;
    }
    .grid-5:last-child {
        margin-right: 0;
    }

    .grid-6,
    .grid-full {
        width: 100%;
    }
    .grid-6:nth-child(n),
    .grid-full:nth-child(n) {
        margin-bottom: 1.51515%;
        margin-right: 1.51515%;
    }
    .grid-6:nth-child(1n),
    .grid-full:nth-child(1n) {
        margin-right: 0;
    }
    .grid-6:last-child,
    .grid-full:last-child {
        margin-right: 0;
    }

    /* If there are no margins */
    .grid-1.no-margin {
        width: 16.66667%;
    }
    .grid-1.no-margin:nth-child(n) {
        margin-bottom: 0;
        margin-right: 0;
    }
    .grid-1.no-margin:nth-child(6n) {
        margin-right: 0;
    }
    .grid-1.no-margin:last-child {
        margin-right: 0;
    }

    .grid-2.no-margin {
        width: 33.33333%;
    }
    .grid-2.no-margin:nth-child(n) {
        margin-bottom: 0;
        margin-right: 0;
    }
    .grid-2.no-margin:nth-child(3n) {
        margin-right: 0;
    }
    .grid-2.no-margin:last-child {
        margin-right: 0;
    }

    .grid-3.no-margin,
    .grid-half.no-margin {
        width: 50%;
    }
    .grid-3.no-margin:nth-child(n),
    .grid-half.no-margin:nth-child(n) {
        margin-bottom: 0;
        margin-right: 0;
    }
    .grid-3.no-margin:nth-child(2n),
    .grid-half.no-margin:nth-child(2n) {
        margin-right: 0;
    }
    .grid-3.no-margin:last-child,
    .grid-half.no-margin:last-child {
        margin-right: 0;
    }

    .grid-4.no-margin {
        width: 66.66667%;
    }
    .grid-4.no-margin:nth-child(n) {
        margin-bottom: 0;
        margin-right: 0;
    }
    .grid-4.no-margin:nth-child(1.5n) {
        margin-right: 0;
    }
    .grid-4.no-margin:last-child {
        margin-right: 0;
    }

    .grid-5.no-margin {
        width: 83%;
    }
    .grid-5.no-margin:nth-child(n) {
        margin-bottom: 0;
        margin-right: 0;
    }
    .grid-5.no-margin:nth-child(1.20482n) {
        margin-right: 0;
    }
    .grid-5.no-margin:last-child {
        margin-right: 0;
    }

    .grid-6.no-margin,
    .grid-full.no-margin {
        width: 100%;
    }
    .grid-6.no-margin:nth-child(n),
    .grid-full.no-margin:nth-child(n) {
        margin-bottom: 0;
        margin-right: 0;
    }
    .grid-6.no-margin:nth-child(1n),
    .grid-full.no-margin:nth-child(1n) {
        margin-right: 0;
    }
    .grid-6.no-margin:last-child,
    .grid-full.no-margin:last-child {
        margin-right: 0;
    }

    .grid-25 {
        width: 23.86364%;
    }
    .grid-25:nth-child(n) {
        margin-bottom: 1.51515%;
        margin-right: 1.51515%;
    }
    .grid-25:nth-child(4n) {
        margin-right: 0;
    }
    .grid-25:last-child {
        margin-right: 0;
    }

    .grid-25.no-margin {
        width: 25%;
    }
    .grid-25.no-margin:nth-child(n) {
        margin-bottom: 0;
        margin-right: 0;
    }
    .grid-25.no-margin:nth-child(4n) {
        margin-right: 0;
    }
    .grid-25.no-margin:last-child {
        margin-right: 0;
    }

    .grid-75 {
        width: 74.616161%;
    }
    .grid-75:nth-child(n) {
        margin-bottom: 1.51515%;
        margin-right: 1.51515%;
    }
    .grid-75:nth-child(4n) {
        margin-right: 0;
    }
    .grid-75:last-child {
        margin-right: 0;
    }

    .grid-75.no-margin {
        width: 75%;
    }
    .grid-75.no-margin:nth-child(n) {
        margin-bottom: 0;
        margin-right: 0;
    }
    .grid-75.no-margin:nth-child(4n) {
        margin-right: 0;
    }
    .grid-75.no-margin:last-child {
        margin-right: 0;
    }

    .gallery .grid-unit {
        width: 32.32323%;
    }
    .gallery .grid-unit:nth-child(n) {
        margin-bottom: 1.51515%;
        margin-right: 1.51515%;
    }
    .gallery .grid-unit:nth-child(3n) {
        margin-right: 0;
    }
    .gallery .grid-unit:last-child {
        margin-right: 0;
    }

    .content-pad-right {
        padding-right: 4%;
        /* Use (or don't) as necessary. */
    }

    .content-pad-left {
        padding-left: 4%;
    }
}

.list-grid-2 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
}
@media screen and (max-width: 480px) {
    .list-grid-2 {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        -webkit-column-gap: 0px;
        -moz-column-gap: 0px;
        column-gap: 0px;
    }
}

.list-grid-3 {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
}
@media screen and (max-width: 480px) {
    .list-grid-3 {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        -webkit-column-gap: 0px;
        -moz-column-gap: 0px;
        column-gap: 0px;
    }
}

/*!////////////////////////////////////////////////
  // THEME
  /////////////////////////////////////////////////*/

a {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    text-decoration: none;
}

*[class^="button"] {
}
*[class^="button"]:hover,
*[class^="button"]:focus {
}

body p a,
body p li a {

}

body p a:hover,
body p li a:hover {
    color: #dda15d;
}

/*! Header
  //////////////////////////////////////////////*/

header[role="banner"] img {
    max-width: 175px;
}
header[role="banner"] {
    padding-top: 15px;
}
header[role="banner"] nav[role="navigation"] {
    display: none;
}
@media screen and (min-width: 640px) {
    header[role="banner"] nav[role="navigation"] {
        display: block;
    }
}

.mobile__button p {
    display: inline-block;
    background: #283618;
    padding: 8px 25px;
    color: white;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 16px;
    margin-top: 16px;
}
@media screen and (min-width: 640px) {
    .mobile__button p {
        display: none;
    }
}

header[role="banner"] .grid-2 p {
    font-size: 15px;
    font-weight: bold;
    color: #444444;
}

header[role="banner"] .grid-2 p span {
    font-size: 18px;
    color: #bc6c25;
}

header[role="banner"] .grid-2 p a {
    font-size: 18px;
    color: #bc6c25;
}

@media screen and (min-width: 840px) {
    .vertical-align *[class^="grid"] {
        display: inline-block;
        vertical-align: middle;
        float: none;
    }
}

header[role="banner"] .grid-2:nth-of-type(2) {
    text-align: right;
}

header[role="banner"] .grid-2:nth-of-type(3) {
    text-align: right;
}

.top__nav {
    background: #283618;
    text-align: center;
}

.top__nav ul li {
    display: inline-block;
    position: relative;
}

.top__nav ul li a {
    display: block;
    padding: 15px 25px;
    color: white;
    text-align: center;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 500;
}

.top__nav ul li ul {
    position: absolute;
    display: none;
    width: 100%;
    min-width: 250px;
    z-index: 9999999999999;
    margin-left: 0px;
}

.top__nav ul li ul li:hover {
    background-color: #283618;
}

.top__nav ul li:hover a {
    background: #dda15e;
}

.top__nav ul li ul li:hover a {
    background: #283618;
}

.top__nav ul li ul li {
    position: relative;
    -webkit-border-radius: 0;
    border-radius: 0;
    width: 100%;
    text-align: left;
    color: white;
    font-size: 14px;
    display: block;
    z-index: 9999999;
    border-bottom: 1px solid #ececec;
    background-color: #dda15e;
    margin-right: 0px;
}

.navarea ul li ul li:last-of-type {
    border-bottom: none;
}

.top__nav ul li ul li a {
    color: white !important;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    display: block;
    height: 100%;
}

.top__nav ul li:hover ul {
    display: block !important;
}

/*! Content Area
  //////////////////////////////////////////////*/

.main__content {
}

.homepage__hero {
    height: 30vw;
    min-height: 350px;
    position: relative;
    background-size: cover;
    background-position: center;
}

.homepage__hero:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.35);
}

.homepage__hero .mediumwrap {
    height: 100%;
}

.homepage__hero__content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    width: 100%;
}

.homepage__hero__content p {
    font-family: Cabin, sans-serif;
    font-weight: 900;
    color: white;
    font-size: 62px;
    text-shadow: 0px 3px 6.51px rgba(0, 0, 0, 0.5);
    line-height: 1;
}

.homepage__hero__content p strong {
    font-weight: 400;
    color: white;
    font-size: 52px;
}

.fourty__percent {
    width: 40%;
    display: inline-block;
    position: relative;
}

.twenty__percent {
    width: 20%;
    display: inline-block;
    position: relative;
}

.homepage__search__bar select {
    width: 97%;
    text-align: right;
    height: 60px;
    border: 1px solid #e8e8e8;
    padding-right: 35px;
    background: white;
    padding-left: 25px;
    -webkit-appearance: none;
    appearance: none;
    text-transform: uppercase;
    border-radius: 0px;
}

.homepage__search__bar {
    padding-top: 25px;
    padding-bottom: 25px;
    background: #e8e8e8;
}

.homepage__search__bar .fa-caret-down {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 25px;
}

.for__sale {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 25px;
    font-weight: bold;
    font-size: 16px;
    color: #283618;
    pointer-events: none;
    display: flex;
    align-items: center;
}

.for__sale i {
    font-size: 24px;
    margin-right: 10px;
}

.twenty__percent input[type="submit"] {
    display: block;
    width: 100%;
    background: #bc6c25;
    border-radius: 0px;
    height: 60px;
    border: none;
    font-size: 16px;
    color: white;
    font-weight: bold;
    padding-left: 25px;
    transition: all 0.3s ease-in-out;
}

.twenty__percent input[type="submit"]:hover {
    background: #dda15d;
    transition: all 0.3s ease-in-out;
}

.twenty__percent .search__icon {
    position: absolute;
    color: white;
    font-size: 22px;
    left: 16%;
    top: 50%;
    pointer-events: none;
    transform: translateY(-50%);
}

.featured__auctions {
    padding-top: 110px;
    padding-bottom: 110px;
    background: #344620;
}

.featured__auctions .title {
    text-align: center;
    color: white;
    font-size: 28px;
    display: block;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 40px;
    font-family: Cabin, sans-serif;
}

.homepage__featured__auction {
    background: #f4f4f4;
    padding: 15px;
    border-radius: 0px;
    position: relative;
    min-height: 520px;
}

.the__countdown .grid-25 {
    font-size: 30px;
    font-weight: bold;
    color: #676767;
}

.countdown__timer {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 25px;
}

.countdown__timer p {
    font-size: 13px;
}

.featured__auction__inner {
    padding-top: 20px;
    padding-bottom: 35px;
    padding-left: 10px;
    padding-right: 10px;
}

.auction__category {
    padding: 10px 30px;
    background: #bc6c25;
    color: white;
    font-size: 13px;
    font-weight: 500;
    display: inline-block;
    position: absolute;
    top: 35px;
    left: 0;
}

.featured__auction__inner .featured__title {
    font-size: 20px;
    font-weight: bold;
}

.featured__auction__inner p {
    font-size: 15px;
}

.homepage__featured__auction .button {
    display: inline-block;
    margin: 0 auto;
    padding: 15px 45px;
    color: white;
    font-size: 16px;
    font-weight: bold;
    background: #283618;
    text-align: center;
    border-radius: 0px;
    transition: all 0.3s ease-in-out;
}

.homepage__featured__auction .button:hover {
    background: #dda15d;
    transition: all 0.3s ease-in-out;
}

.center__button {
    text-align: center;
}

.homepage__featured__auction .group {
    margin-top: 5px;
}

.homepage__featured__auction .auction__category {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.homepage__main {
    padding-top: 115px;
    padding-bottom: 115px;
    text-align: center;
}

h1,
h2,
h3,
h4,
h5 {
    font-size: 38px;
    font-weight: bold;
    margin-bottom: 32px;
    color: #283618;
    font-family: Cabin, sans-serif;
    text-transform: uppercase;
    word-wrap: break-word;
}
.homepage__main p {
    color: #444444;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 32px;
}

.homepage__main p:last-of-type {
    margin-bottom: 0px;
}

.homepage__main .group {
    margin-top: 55px;
}

.homepage__main .grid-25 img {
    max-width: 100px;
    object-fit: contain;
    margin-bottom: 16px;
}

.homepage__main .grid-25 p {
    color: #bc6c25;
    font-size: 20px;
    font-weight: bold;
}

.homepage__main ul {
    margin-top: 32px;
    margin-left: 32px;
    margin-bottom: 32px;
}

.homepage__main ol {
    margin-top: 32px;
    margin-left: 32px;
    margin-bottom: 32px;
}

.homepage__main li {
    color: #444444;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 16px;
}

.homepage__main ul li:last-of-type {
    margin-bottom: 0px;
}

.homepage__main ol li:last-of-type {
    margin-bottom: 0px;
}

.homepage__main p a {
    color: #bc6c25;
}

.homepage__main li a {
    color: #bc6c25;
}

.homepage__blocks {
    background: #344620;
    padding-top: 115px;
    padding-bottom: 115px;
}

.homepage__block__content {
    padding: 70px 80px;
    background: #283618;
    text-align: center;
    border-radius: 0px;
}

.homepage__block__content p:first-of-type {
    color: white;
    font-size: 35px;
    margin-bottom: 16px;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    font-family: Cabin, sans-serif;
}
/*
  .homepage__block__content p:first-of-type strong {
      font-size: 62px;
      font-weight: 900;
      font-family: Cabin, sans-serif;
      text-transform: uppercase;
  }*/

.homepage__block__content ul {
    display: inline-block;
    margin-left: 32px;
    list-style: none;
}

.homepage__block__content ul li {
    text-align: left;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 1px;
    color: white;
}

.homepage__block__content ul li:before {
    content: "\e404";
    font-family: "Font Awesome 6 Pro";
    color: #bc6c25;
    margin-right: 10px;
}

.homepage__block__content ul li:last-of-type:before {
    content: "\2a";
    font-family: "Font Awesome 6 Pro";
    color: #bc6c25;
    margin-right: 10px;
}

.homepage__block__content .button {
    display: block;
    background: #bc6c25;
    border-radius: 0px;
    color: white;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    padding: 15px;
    margin-top: 50px;
}

.homepage__block__content .button:hover {
    background: #dda15d;
    transition: all 0.3s ease-in-out;
}

.homepage__block__content p {
    color: white;
    text-align: left;
}

.right__blocks .homepage__block__content .button {
    margin-top: 90px;
}

.left__image {
    margin-top: 15px;
    border-radius: 0px;
}

.right__image {
    margin-bottom: 15px;
    border-radius: 0px;
}

.quote__inner {
    background: white;
    padding: 75px 35px;
    text-align: center;
    margin-top: 32px;
    display: block;
    border-radius: 0px;
}

.quote__inner h2 {
    font-weight: 500;
    font-size: 35px;
    color: #283618;
    margin-bottom: 32px;
    text-transform: none;
}

.quote__inner h3 {
    font-weight: 500;
    font-size: 35px;
    color: #283618;
    margin-bottom: 32px;
    text-transform: none;
}
.quote__inner h4 {
    font-weight: bold;
    font-size: 28px;
    color: #283618;
    margin-bottom: 32px;
    text-transform: uppercase;
    font-family: Cabin, sans-serif;
}

.quote__inner h5 {
    font-weight: bold;
    font-size: 35px;
    color: #283618;
    margin-bottom: 32px;
    text-transform: uppercase;
    font-family: Cabin, sans-serif;
}

.quote__inner p {
    color: #444444;
    font-size: 21px;
    font-weight: 500;
}

.quote__inner p i {
    color: #bc6c25;
    margin-right: 10px;
}

.quote__inner p strong {
    font-size: 16px;
    display: block;
    margin-top: 24px;
    font-weight: 400;
}

.quote__inner .fa-quote-right {
    margin-left: 10px;
}

.upcoming__auctions {
    padding-top: 55px;
    padding-bottom: 55px;
    background: #344620;
}

.upcoming__auctions .single__auction__listing {
    padding: 35px;
    background: white;
    margin-bottom: 32px;
}

.upcoming__auctions .single__auction__listing img {
    width: 100%;
    border-radius: 0px;
    border: 1px solid #e8e8e8;
}

.upcoming__auctions h1 {
    font-size: 35px;
    color: white;
    text-align: center;
    margin-bottom: 20px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: Cabin, sans-serif;
}

.upcoming__auctions .single__auction__listing p {
    color: #283618;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 32px;
}

.upcoming__auctions .single__auction__listing p a {
    color: #bc6c25;
}

.upcoming__auctions .single__auction__listing .single__title {
    font-size: 20px;
    font-weight: bold;
    display: block;
    margin-bottom: 20px;
    color: #283618;
}

.upcoming__auctions .single__auction__listing .single__title a {
    color: #283618;
}

.single__buttons .button {
    display: inline-block;
    margin-right: 8px;
    background: #283618;
    color: white;
    font-size: 16px;
    font-weight: bold;
    border-radius: 0px;
    padding: 15px 45px;
    transition: all 0.3s ease-in-out;
}

.single__buttons .button:hover {
    background: #dda15d;
    transition: all 0.3s ease-in-out;
}

.upcoming__auctions .single__auction__listing .group .grid-3:nth-of-type(1) {
    padding-right: 15px;
}

.upcoming__auctions .single__auction__listing .group .grid-3:nth-of-type(2) {
    padding-left: 15px;
}

.single__auction__listing {
    position: relative;
}

.single__auction__listing .auction__category {
    padding-left: 10px;
    padding-right: 10px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    top: 55px;
}

.auction__header {
    padding-top: 55px;
    padding-bottom: 55px;
    background: #344620;
}

.auction__header p {
    color: white;
    font-size: 14px;
    margin-bottom: 0px;
    text-align: center;
}

.auction__header p a {
    color: white;
}

.auction__header p i {
    font-size: 13.5px;
}

.auction__header p.faux__h2 {
    font-weight: 500;
    font-size: 35px;
    color: white;
    text-align: center;
    line-height: 1;
    text-transform: none;
}

.auction__header .grid-2:nth-of-type(2) {
    text-align: center;
}

.auction__header .grid-2:nth-of-type(3) {
    text-align: right;
}

.single__auction__main {
    padding-top: 115px;
    padding-bottom: 115px;
}

.single__auction__main img {
    width: 100%;
    border: 2px solid #e8e8e8;
    object-fit: cover;
    border-radius: 0px;
}

.single__auction__main .grid-3:nth-of-type(1) {
    padding-right: 15px;
}

.single__auction__main .grid-3:nth-of-type(2) {
    padding-left: 15px;
}

.single__auction__main p.single__tagline {
    color: #bc6c25;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
    margin-bottom: 0px;
    line-height: 1;
}

.single__auction__main h1 {
    font-size: 28px;
    font-weight: bold;
    line-height: 1.25;
}

.single__auction__main p {
    line-height: 1.7em;
    margin-bottom: 16px;
    font-weight: 600;
}

.single__auction__main p strong {
    color: #bc6c25;
    font-weight: 800;
}

#real-estate-details li strong {
    font-weight: normal;
}

.single__auction__main .single__time__details p {
    margin-bottom: 0px;
    font-weight: 600;
}

.single__auction__main .single__description {
    margin-bottom: 16px;
}

.single__auction__main .single__description p {
    font-weight: 400;
}

.single__auction__main .single__time__details p:nth-of-type(1) {
    display: inline-block;
    margin-right: 5px;
    vertical-align: top;
}

.single__auction__main .single__time__details p:nth-of-type(2) {
    display: inline-block;
}

.category__section:nth-of-type(1) {
    display: block;
}

.category__blocks {
    display: block;
    clear: both;
}

.category__section {
    display: none;
}

.category__section.current {
    display: block;
}

.category__section p a {
    color: #8eb429;
}
.categories.tabs li {
    display: inline-block;
    list-style: none;
    padding: 18px 0px;
    font-weight: bold;
    color: white;
    cursor: pointer;
    background: #283618;
    text-align: center;
    width: 23.86364%;
    margin-right: 1.151%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.categories.tabs li:last-of-type {
    margin-right: 0px;
}

.categories.tabs li.current {
    background: #bc6c25;
    color: white;
    border-bottom: 2px solid white;
    margin-bottom: -2px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.categories.tabs {
    border-bottom: 1px solid #e8e8e8;
}

.category__section {
    padding-bottom: 60px;
    /*background-color: red;*/
}

.category__section h1 {
    font-size: 20px;
    margin-bottom: 10px;
}

.category__section h2,
.category__section h3,
.category__section h4,
.category__section h5,
.category__section h6 {
    font-size: 20px;
    margin-top: 30px;
    margin-bottom: 10px;
}

.category__section p {
    margin-bottom: 16px;
    line-height: 1.75;
    font-weight: 500;
}

.category__section p strong {
    color: #bc6c25;
    font-weight: 800;
    text-transform: uppercase;
}

.category__section p:last-of-type {
    margin-bottom: 0px;
}

.category__section .mediumwrap {
    background: #f4f4f4;
    border: 2px solid #e8e8e8;
    border-top: 0px;
    padding: 55px 75px;
}

.category__section ul {
    margin-left: 20px;
    margin-bottom: 20px;
}

.category__section ul ul {
    margin-left: 20px;
    margin-bottom: 0;
}

.category__section ol {
    margin-left: 20px;
}

.category__section ol ol {
    margin-left: 20px;
}

.category__section ul li {
    color: #777777;
    line-height: 1.75;
}

.category__section ol li {
    color: #777777;
    line-height: 1.75;
}

.category__section .fake__h2 {
    font-family: industry, sans-serif;
    font-weight: 900;
    color: #283618;
    font-size: 24px;
    text-transform: uppercase;
    vertical-align: middle;
}

.first__auction__gallery {
    padding-top: 55px;
    padding-bottom: 75px;
}

.first__auction__gallery .mediumwrap {
    border-bottom: 2px solid #e8e8e8;
    padding-bottom: 75px;
}

.first__auction__gallery .mediumwrap:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.first__auction__gallery img {
    border: 2px solid #e8e8e8;
    border-radius: 0px;
}

.first__auction__gallery .grid-2 {
    position: relative;
}

.first__auction__gallery .grid-2 .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(96, 108, 56, 0);
    transition: all 0.3s ease-in-out;
    border-radius: 0px;
    opacity: 0;
}

.first__auction__gallery .grid-2:hover .overlay {
    background: rgba(96, 108, 56, 0.6);
    transition: all 0.3s ease-in-out;
    border-radius: 0px;
    opacity: 1;
}

.first__auction__gallery .grid-2 .overlay i {
    color: white;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}

.first__auction__gallery .grid-2:hover .overlay i {
    opacity: 1;
    transition: all 0.3s ease-in-out;
}
.first__auction__gallery .grid-2 a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.button {
    display: inline-block;
    margin: 0 auto;
    padding: 15px 45px;
    color: white;
    font-size: 16px;
    font-weight: bold;
    background: #283618;
    text-align: center;
    border-radius: 0px;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

.single-auction .button {
    padding: 15px 65px;
    margin-top: 32px;
}

.single-auction .button:hover {
    background: #dda15d;
    transition: all 0.3s ease-in-out;
}

.single__auction__galleries .gallery__block:last-of-type .button {
    display: none;
}

.gallery__block {
    text-align: center;
    padding-top: 115px;
    padding-bottom: 115px;
    border-bottom: 2px solid #e8e8e8;
}

.gallery__block p strong {
    color: #bc6c25;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
    margin-bottom: 0px;
    line-height: 1;
    text-transform: uppercase;
    display: block;
    margin-bottom: 10px;
}

.gallery__block p {
    color: #444444;
    font-weight: 500;
}

.gallery__block .group {
    margin-top: 32px;
}

.gallery__block {
    display: none;
}

.gallery__block .grid-2 {
    position: relative;
    cursor: pointer;
}

.gallery__block .grid-2 .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(96, 108, 56, 0);
    transition: all 0.3s ease-in-out;
    border-radius: 0px;
    opacity: 0;
}

.gallery__block .grid-2:hover .overlay {
    background: rgba(96, 108, 56, 0.6);
    transition: all 0.3s ease-in-out;
    border-radius: 0px;
    opacity: 1;
}

.gallery__block .grid-2 .overlay i {
    color: white;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}

.gallery__block .grid-2:hover .overlay i {
    opacity: 1;
    transition: all 0.3s ease-in-out;
}
.gallery__block .grid-2 a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.auction__bottom {
    padding-top: 115px;
    padding-bottom: 115px;
    text-align: center;
}

.auction__bottom p {
    font-family: Cabin, sans-serif;
    font-weight: bold;
    color: #283618;
    font-size: 28px;
}

.nav-links {
    text-align: center;
}

.nav-links a {
    color: white;
}

.nav-links .current {
    color: #bc6c25;
}

.upcoming__auctions .single__auction__listing.search__title p {
    margin-bottom: 0px;
    text-align: center;
}

.upcoming__auctions .single__auction__listing.search__title p strong {
}

.subpage__top {
    padding-top: 55px;
    padding-bottom: 55px;
    background: #344620;
}

.subpage__top p {
    font-size: 35px;
    color: white;
    text-align: center;
    line-height: 1;
    font-weight: bold;
    text-transform: uppercase;
    font-family: Cabin, sans-serif;
}

@media only screen and (max-width: 900px){
    .subpage__top p {
        font-size: 28px;
    }
}

.subpage__main {
    padding-top: 115px;
    padding-bottom: 115px;
    text-align: center;
}

.subpage__main p a {
    color: #bc6c25;
}

.subpage__main li a {
    color: #bc6c25;
}

.subpage__main p a {
    color: #bc6c25;
}

.subpage__main li a {
    color: #bc6c25;
}

.subpage__main .button {
    margin-top: 32px;
}

.subpage__main .button:hover {
    background: #dda15d;
    transition: all 0.3s ease-in-out;
}

.subpage__main p {
    margin-bottom: 32px;
}

.subpage__main p:last-of-type {
    margin-bottom: 0px;
}

.subpage__main ul {
    margin-left: 32px;
    margin-top: 32px;
    margin-bottom: 32px;
}

.subpage__main ul li {
    margin-bottom: 16px;
}

.subpage__main ul li:last-of-type {
    margin-bottom: 0px;
}

.subpage__main ol {
    text-align: left;
}

.subpage__main ol {
    counter-reset: li;
    list-style: none;
    margin: 0;
}

.subpage__main ol li {
    position: relative;
    padding: 2em 2em 2em 6em;
    font-size: 1em;
    text-indent: 0px !important;
}
@media all and (max-width: 640px) {
    .subpage__main ol li {
        padding: 6em 0em 2em 0em;
    }
}
.subpage__main ol ol li ol li {
    padding: 6px 0px 6px 40px !important;
    font-size: 18px !important;
    border-bottom: 0px;
}
.subpage__main ol ol li ol li:first-of-type {
    margin-top: 10px;
}
.subpage__main ol li:last-of-type {
    border-bottom: none;
}
.subpage__main ol li:before {
    position: absolute;
    top: 50px;
    transform: translateY(-50%);
    left: 20px;
    content: counter(li);
    counter-increment: li;
    font-size: 38px;
    font-weight: 900;
    color: white;
    line-height: 60px;
    text-align: center;
    background-color: #bc6c25;
    display: inline-block;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    padding-right: 0px !important;
}
@media all and (max-width: 640px) {
    .subpage__main ol li:before {
        left: 0;
        right: 0;
        margin: auto;
    }

    .subpage__main ol li {
        text-align: center;
    }
}
.subpage__main ol ol li ol li:before {
    position: absolute;
    top: 20px !important;
    transform: translateY(-50%);
    left: 10px !important;
    right: auto !important;
    content: "";
    font-size: 38px;
    font-weight: 900;
    color: white;
    text-align: center;
    background-color: #bc6c25;
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    padding-right: 0px !important;
}
.subpage__main ol li:before {
    padding-right: 0px !important;
    text-indent: 0px !important;
}
.subpage__main ol li {
    text-indent: 0px !important;
}

.subpage__content__area {
    padding-top: 115px;
    padding-bottom: 115px;
    background: #344620;
}

.subpage__content__area h1 {
    color: white;
}

.subpage__content__area h2 {
    color: white;
}

.subpage__content__area h3 {
    color: white;
}

.subpage__content__area h4 {
    color: white;
}

.subpage__content__area h5 {
    color: white;
}

.subpage__content__area p {
    color: white;
}

.subpage__content__area li {
    color: white;
}

.subpage__content__area img {
    border-radius: 0px;
}

@media screen and (min-width: 840px) {
    .subpage__content__area *[class^="grid"] {
        display: inline-block;
        vertical-align: middle;
        float: none;
        margin-right: 0px !important;
    }

    .subpage__content__area *[class^="grid"]:nth-of-type(1) {
        padding-right: 25px;
    }

    .subpage__content__area *[class^="grid"]:nth-of-type(2) {
        padding-left: 25px;
    }
}

.subpage__content__area:nth-child(2n) {
    background: white;
}

.subpage__content__area:nth-child(2n) h1 {
    color: #283618;
}

.subpage__content__area:nth-child(2n) h2 {
    color: #283618;
}

.subpage__content__area:nth-child(2n) h3 {
    color: #283618;
}

.subpage__content__area:nth-child(2n) h4 {
    color: #283618;
}

.subpage__content__area:nth-child(2n) h5 {
    color: #283618;
}

.subpage__content__area:nth-child(2n) p {
    color: #344620;
}

.subpage__content__area:nth-child(2n) li {
    color: #344620;
}

.subpage__content__area p a {
    color: #bc6c25;
}

.subpage__content__area li a {
    color: #bc6c25;
}

.subpage__content__area .button {
    margin-top: 32px;
}

.subpage__content__area .button:hover {
    background: #dda15d;
    transition: all 0.3s ease-in-out;
}

.subpage__content__area p {
    margin-bottom: 32px;
}

.subpage__content__area p:last-child {
    margin-bottom: 0px;
}

.subpage__content__area .button {
    margin-top: 32px;
}

@media only screen and (max-width: 639px){
    .subpage__content__area .group > .grid-3:first-child > img {
        margin-bottom: 30px;
    }

    .subpage__content__area .group > .grid-3:last-child > img {
        margin-top: 30px;
    }
}

.subpage__content__area .button:hover {
    background: #dda15d;
    transition: all 0.3s ease-in-out;
}

.subpage__content__area p {
    margin-bottom: 32px;
}

.subpage__content__area ul {
    margin-left: 32px;
    margin-top: 32px;
    margin-bottom: 32px;
}

.subpage__content__area ul li {
    margin-bottom: 16px;
}

.subpage__content__area ul li:last-of-type {
    margin-bottom: 0px;
}

.page-id-19 .subpage__main p {
    margin-bottom: 16px;
    font-size: 14px;
}

.page-id-19 .subpage__main img {
    margin-bottom: 16px;
}
.new__auction img {
    display: block;
    margin: 0 auto;
    margin-bottom: 16px;
}

.new__auction p {
}

.subpage__quote__outer {
    padding-top: 115px;
    padding-bottom: 115px;
    background: #344620;
    line-height: 1;
}

.subpage__quote__outer .quote__inner {
    margin-top: 0;
}

header[role="banner"] .header-bottom .mobile-nav .mobile__button {
    text-align: center;
}

header[role="banner"] .header-bottom .mobile-nav .mobile__button p {
    font-size: 18px;
    display: inline-block;
    padding: 17px 15px;
    text-transform: uppercase;
    color: #0d0d0d;
}

.mobile__button {
    display: block;
}
@media screen and (min-width: 900px) {
    .mobile__button {
        display: none;
    }
}

.mobile__nav {
    position: fixed;
    z-index: 998;
    top: 0;
    left: 0;
    overflow: auto;
    width: 100%;
    height: 100%;
    padding: 75px 1em 1em 1em;
    -webkit-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    text-align: center;
    background: rgba(68, 68, 68, 0.9);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-overflow-scrolling: touch;
}

.mobile__nav .close {
    font-size: 30px;
    position: absolute;
    top: 20px;
    right: 20px;
    padding: 10px;
    cursor: pointer;
    color: #fff;
}

.mobile__nav ul {
    list-style: none;
}

.mobile__nav ul li {
    display: block;
    margin-bottom: 18px;
}

.mobile__nav ul li:last-of-type {
    margin-bottom: 0px;
}

.mobile__nav ul li.menu-item-has-children {
}

.mobile__nav ul li.menu-item-has-children > a {
    position: relative;
}

.mobile__nav ul li.menu-item-has-children > a::after {
    font-family: Font Awesome\5 Pro;
    font-size: 20px;
    position: absolute;
    top: 50%;
    right: -10px;
    display: inline-block;
    content: "\f107";
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
}

.mobile__nav ul li.menu-item-has-children > a.active::after {
    content: "\f106";
}

.mobile__nav ul li a {
    font-size: 20px;
    font-weight: 500;
    padding: 10px;
    text-transform: uppercase;
    color: #fff;
}

.mobile__nav ul li ul {
    display: none;
    margin: 8px 0 45px;
}

.mobile__nav ul li ul li {
    margin-bottom: 8px;
}

.mobile__nav ul li ul li a {
    font-size: 16px;
    color: #fff;
}

.mobile__nav.is-visible {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.mobile__nav .phone {
    font-size: 20px;
    font-weight: 700;
    display: inline-block;
    margin-top: 45px;
    color: #fff;
}

.mobile__nav .social-icons {
    display: block;
    text-align: center;
    margin-top: 30px;
}

.mobile__nav .socialicon {
    font-size: 32px;
    font-weight: 700;
    display: inline-block;
    margin: 5px;
    color: #fff;
    line-height: 1em;
}

.mobile__nav .phone i {
    margin-right: 7px;
}

.mobile__nav .phone-item {
    display: block;
    margin-top: 30px;
}

.mobile__nav .phone-item a {
    font-size: 20px;
    font-weight: 700;
    display: block;
    color: #fff;
    text-align: center;
}

.mobile__nav .phone-item .phone-label {
    text-align: center;
    margin: 5px 0;
    display: block;
}

.page-id-21 img {
    max-width: 300px;
    display: block;
    margin: 0 auto;
}

.page-id-21 .subpage__main p {
    font-size: 14px;
    margin-bottom: 16px;
}



.auction__category_inner {
    color: #bc6c25;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 21px;
    font-weight: 600;
}

.homepage__hero__content .homepage__search__bar {
    background: transparent;
    padding-inline: 20px;
    margin-top: 30px;
}
.homepage__hero__content p.for__sale {
    font-weight: bold;
    font-size: 16px;
    color: #283618;
    text-shadow: none;
}
.homepage__hero__content .for__sale i {
    vertical-align: middle;
}
.half_img_blocks {
    background: #283618;
    padding-top: 115px;
    padding-bottom: 115px;
}

.half_img_blocks .group {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
}
.half_img_blocks .half_content {
    width: 40%;
    background-color: #fff;
    padding: 60px;
    margin-right: -60px !important;
    z-index: 2;
    position: relative;
    box-shadow: 0 40px 50px 0 rgba(0, 0, 0, 0.1);
}
.half_img_blocks .half_img {
    width: 60%;
}
.half_img_blocks .half_img img {
    margin-top: 0;
}
.half_img_blocks .half_content p:first-child {
    color: #283618;
    font-size: 35px;
    margin-bottom: 16px;
    text-align: left;
    font-weight: bold;
    text-transform: uppercase;
    font-family: Cabin, sans-serif;
}
.half_img_blocks .half_content ul {
    margin-left: 32px;
    list-style: none;
    margin-bottom: 30px;
}
.half_img_blocks .half_content ul li {
    text-align: left;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 1px;
}
.half_img_blocks .half_content ul li:before {
    content: "\e404";
    font-family: "Font Awesome 6 Pro";
    color: #bc6c25;
    margin-right: 10px;
}
.half_img_blocks ul li:last-of-type:before {
    content: "\2a";
    font-family: "Font Awesome 6 Pro";
    color: #bc6c25;
    margin-right: 10px;
}
.half_img_blocks .half_content a.button {
    display: block;
    background: #bc6c25;
    border-radius: 0px;
    color: white;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    padding: 15px;
    margin-top: 50px;
}
.half_img_blocks .half_content a.button:hover {
    background: #dda15d;
    transition: all 0.3s ease-in-out;
}
.half_img_blocks .group.reverse_group {
    margin-top: 60px;
    flex-direction: row-reverse;
}

.half_img_blocks .group.reverse_group .half_content {
    margin-right: 0 !important;
    margin-left: -60px !important;
}

@media screen and (max-width: 1200px) {
    .half_img_blocks .half_content {
        padding: 40px;
    }
}
@media screen and (min-width: 1051px) {
    .homepage__hero .homepage__hero__content .home_hero__inner {
        background-image: none !important;
    }
}
@media screen and (max-width: 1050px) {
    .homepage__hero .homepage__hero__content {
        position: relative;
        top: 0;
        transform: none;
        padding: 0px 0 0;
    }
    .homepage__hero .mediumwrap {
        width: 100%;
    }
    .homepage__hero {
        height: auto;
    }
    .homepage__hero .homepage__hero__content .homepage__search__bar {
        background: #e8e8e8;
        margin: 0px auto;
        padding: 35px 20px;
    }
    .homepage__hero .homepage__hero__content .home_hero__inner {
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        padding: 100px 30px;
        position: relative;
    }
    .homepage__hero .homepage__hero__content .home_hero__inner:before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: rgba(0, 0, 0, 0.35);
    }
    .homepage__hero .homepage__hero__content .home_hero__inner > * {
        z-index: 2;
        position: relative;
    }
}
@media screen and (max-width: 980px) {
    .half_img_blocks .half_img {
        width: 100%;
        max-width: 700px;
        margin: 0 auto !important;
    }
    .half_img_blocks .group.reverse_group {
        margin-top: 30px;
        flex-direction: row;
    }
    .half_img_blocks .group.reverse_group .half_content {
        margin-right: auto !important;
        margin-left: auto !important;
    }
    .half_img_blocks .half_content {
        padding: 30px;
        width: 100%;
        max-width: 700px;
        margin: 0 auto !important;
    }
    .homepage__hero .homepage__hero__content .home_hero__inner {
        padding: 80px 30px;
    }
    .half_img_blocks {
        padding: 70px 0;
    }
}

@media screen and (max-width: 767px) {
    .homepage__hero .homepage__hero__content .home_hero__inner {
        padding: 60px 30px;
    }
}


.wpcf7-form > .group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 -10px;
}

.wpcf7-form > .group > .grid-3 {
    width: 50%;
    margin: 0;
    padding: 0 10px;
}

.wpcf7-form > .group > .grid-2 {
    width: 33.33%;
    margin: 0;
    padding: 0 10px;
}

.wpcf7-form .wpcf7-form-control-wrap {
    display: block;
    margin-bottom: 20px;
}

@media only screen and (max-width: 768px){
    .wpcf7-form > .group > .grid-3,
    .wpcf7-form > .group > .grid-2 {
        width: 100%;
    }
}










/*! Footer
  //////////////////////////////////////////////*/

.footer__logo {
    position: absolute;
    bottom: 0;
    right: 0;
    max-width: 15%;
}

.top__footer {
    padding-top: 115px;
    padding-bottom: 115px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#BC6C25+0,BC6C25+50,ffffff+50,ffffff+50,ffffff+100 */
    /*background: linear-gradient(to right,  #BC6C25 0%,#BC6C25 50%,#e8e8e8 50%,#e8e8e8 50%,#e8e8e8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    background-color: #bc6c25;
}

.top__footer .grid-3.no-margin:nth-of-type(1) {
    padding-right: 5%;
}

.top__footer .grid-3.no-margin:nth-of-type(2) {
    padding-left: 5%;
}

.top__footer .wpcf7 input[type="text"] {
    height: 45px;
    padding-left: 15px;
    border-radius: 0px;
    width: 100%;
    border: none;
}

.top__footer .wpcf7 input[type="email"] {
    height: 45px;
    padding-left: 15px;
    border-radius: 0px;
    width: 100%;
    border: none;
}

.top__footer .wpcf7 textarea {
    padding-left: 15px;
    border-radius: 0px;
    width: 100%;
    border: none;
    padding-top: 15px;
}

.top__footer .wpcf7 .wpcf7-list-item {
    display: inline-block;
    margin: 0;
    width: 45%;
}

.top__footer .wpcf7 input[type="checkbox"] {
    box-sizing: border-box;
    appearance: none;
    background: #bc6c25;
    outline: 1.5px solid white;
    width: 10px;
    height: 10px;
    margin-right: 4px;
}

.top__footer .wpcf7 span {
    color: white;
    font-size: 15px;
    font-weight: 500;
}

.top__footer .wpcf7 input[type="checkbox"]:checked {
    background: #333;
}

.top__footer .wpcf7 input[type="submit"] {
    display: inline-block;
    background: #283618;
    border-radius: 0px;
    color: white;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    padding: 14px 75px;
    border: none;
    margin-top: 20px;
    transition: all 0.3s ease-in-out;
}

.top__footer .wpcf7 input[type="submit"]:hover {
    background: #dda15d;
    transition: all 0.3s ease-in-out;
}

.top__footer p.title {
    color: white;
    font-size: 35px;
    font-weight: bold;
    margin-bottom: 16px;
    text-transform: uppercase;
    font-family: Cabin, sans-serif;
}

.top__footer p {
}

.top__footer {
    position: relative;
    overflow: hidden;
}
.top__footer__right {
    position: relative;
}

.top__footer__right p strong {
    color: #283618;
    font-size: 35px;
    font-weight: bold;
    margin-bottom: 16px;
    text-transform: uppercase;
    font-family: Cabin, sans-serif;
    line-height: 1.2;
    margin-bottom: 25px;
    display: block;
}
.top__footer__right ul {
    list-style: none;
    /*margin-top: 115px;
      margin-bottom: 145px;*/
}

.top__footer__right ul li {
    text-align: left;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 16px;
    color: #444444;
}
.top__footer__right ul li a {
    color: #444444;
}

.top__footer__right ul li:before {
    content: "\e404";
    font-family: "Font Awesome 6 Pro";
    color: #bc6c25;
    margin-right: 10px;
}

.top__footer__left p strong {
    color: #283618;
    font-size: 35px;
    font-weight: bold;
    margin-bottom: 16px;
    text-transform: uppercase;
    font-family: Cabin, sans-serif;
    line-height: 1.2;
    margin-bottom: 25px;
    display: block;
}

.top__footer__right p a {
    color: #444444;
}

.bottom__footer {
    padding-top: 115px;
    padding-bottom: 115px;
}
.bottom__footer .grid-3.no-margin:nth-of-type(1) {
    padding-right: 5%;
}

.bottom__footer .grid-3.no-margin:nth-of-type(2) {
    padding-left: 5%;
}

.bottom__footer .top__footer__right p {
    text-align: right;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
    color: #444444;
}

.bottom__footer .top__footer__right p:last-child {
    margin-bottom: 0;
}

footer[role="contentinfo"] {
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
    background: #283618;
}

footer[role="contentinfo"] p {
    color: white;
    margin-bottom: 0px;
    display: inline-block;
    font-size: 15px;
    margin-right: 10px;
}

footer[role="contentinfo"] a {
    color: white;
}

.bottom__footer .footer-logo {
    display: block;
    max-width: 200px;
    width: 100%;
}

@media screen and (min-width: 900px) {
    .mobile__nav.is-visible {
        display: none !important;
    }
}

@media all and (max-width: 1150px) {
    .twenty__percent input[type="submit"] {
        font-size: 14px;
    }
    .twenty__percent .search__icon {
        font-size: 18px;
        padding-left: 5px;
    }

    .categories.tabs li {
        margin-right: 1%;
    }
}

@media all and (max-width: 1050px) {
    .homepage__search__bar .fourty__percent {
        display: block;
        width: 100%;
        margin-bottom: 16px;
    }

    .homepage__search__bar .twenty__percent {
        display: block;
        width: 100%;
        margin-bottom: 16px;
    }

    .homepage__search__bar {
        text-align: center;
        padding-bottom: 9px;
    }

    .twenty__percent .search__icon {
        right: 0;
        display: none;
        left: -18%;
    }

    .homepage__search__bar select {
        width: 100%;
        height: 45px;
    }

    .twenty__percent input[type="submit"] {
        padding-left: 0px;
    }

    .homepage__search__bar select {
        padding-right: 45px;
        border: 1px solid #283618;
        text-align: left;
        margin-bottom: 5px;
        background: white;
    }

    .twenty__percent input[type="submit"] {
        height: 45px;
        padding-right: 0px;
    }

    .homepage__search__bar .fa-caret-down {
        top: 65%;
    }

    .for__sale {
        font-size: 14px;
        top: inherit;
        left: inherit;
        margin-bottom: 5px;
        position: relative;
        transform: none;
    }

    .for__sale i {
        font-size: 20px;
    }
}

.show__mobile {
    display: none;
}

@media all and (max-width: 900px) {
    header[role="banner"] {
        text-align: center;
    }

    .show__mobile {
        display: block;
    }

    .show__mobile p {
        font-size: 15px;
        font-weight: bold;
        color: #444444;
    }

    .show__mobile p span {
        font-size: 18px;
        color: #bc6c25;
    }

    .show__mobile p a {
        font-size: 18px;
        color: #bc6c25;
    }

    header[role="banner"] .grid-2:nth-of-type(3) {
        display: none;
    }

    header[role="banner"] .grid-2 p {
        font-size: 14px;
    }

    header[role="banner"] .grid-2 p span {
        font-size: 16px;
    }

    .homepage__hero__content p {
        font-size: 32px;
    }

    .homepage__hero__content p strong {
        font-size: 28px;
    }

    .homepage__hero {
        min-height: 275px;
    }

    .featured__auctions {
        padding: 70px 0;
        text-align: center;
    }

    .countdown__timer .grid-25 {
        width: 23.86364% !important;
        display: inline-block;
    }

    .countdown__timer .grid-25:nth-child(n) {
        margin-bottom: 1.51515%;
        margin-right: 1.51515%;
    }

    .countdown__timer .grid-25:last-of-type {
        margin-right: 0px;
    }

    .the__countdown .grid-25 {
        font-size: 18px;
    }

    .featured__auctions .title {
        font-size: 25px;
    }

    .auction__category {
        font-size: 12px;
        padding: 10px 20px;
    }

    .homepage__featured__auction {
        min-height: 555px;
        margin-bottom: 16px !important;
    }

    .homepage__featured__auction .button {
        padding: 10px 35px;
        font-size: 14px;
        margin-bottom: 16px;
    }

    .featured__auction__inner p {
        font-size: 14px;
    }

    .featured__auction__inner .featured__title {
        font-size: 18px;
    }

    .featured__auctions .title {
        margin-bottom: 32px;
    }

    .homepage__main {
        padding: 70px 0;
    }

    h1,
    h2,
    h3,
    h4,
    h5 {
        font-size: 28px;
    }

    .homepage__main p {
        font-size: 15px;
    }

    .homepage__main .grid-25 p {
        font-size: 18px;
    }

    .homepage__blocks {
        padding: 70px 0;
    }

    .homepage__block__content {
        padding: 25px;
    }

    .homepage__block__content p:first-of-type strong {
        font-size: 42px;
    }

    .homepage__block__content p:first-of-type {
        font-size: 28px;
    }

    .homepage__block__content ul li {
        font-size: 14px;
    }

    .homepage__block__content .button {
        margin-top: 32px;
        padding: 10px 35px;
        font-size: 14px;
    }

    .left__image {
        margin-top: 16px;
        margin-bottom: 16px;
    }

    .right__image {
        margin-bottom: 16px;
    }

    .homepage__block__content p {
        font-size: 14px;
    }

    .right__blocks .homepage__block__content .button {
        margin-top: 32px;
    }

    .quote__inner {
        padding: 25px;
    }

    .quote__inner h4 {
        font-size: 25px;
    }

    .quote__inner p {
        font-size: 16px;
    }

    .top__footer {
        padding: 70px 0;
    }

    .footer__contact {
        background: #bc6c25;
    }

    .top__footer p.title {
        font-size: 28px;
        text-align: center;
        line-height: 1.2em;
        margin-bottom: 30px;
    }

    .top__footer .wpcf7 input[type="text"] {
        height: 40px;
    }

    .top__footer .wpcf7 input[type="email"] {
        height: 40px;
    }

    .top__footer .wpcf7 textarea {
        padding-top: 15px;
    }

    .top__footer .wpcf7 .wpcf7-list-item {
        width: 100%;
    }

    .top__footer .wpcf7 input[type="submit"] {
        display: block;
        width: 100%;
        text-align: center;
    }

    .wpcf7-spinner {
        display: none !important;
    }

    .top__footer .grid-3.no-margin:nth-of-type(1) {
        padding-right: 0px;
    }

    .top__footer .grid-3.no-margin:nth-of-type(2) {
        padding-left: 0px;
    }

    .top__footer__right {
        text-align: center;
    }

    .top__footer__right ul {
        /*margin-top: 16px;
               margin-bottom: 16px;*/
    }

    .top__footer__right ul li {
        font-size: 16px;
    }

    footer[role="contentinfo"] {
        padding-left: 15px;
        text-align: center;
        padding-right: 15px;
    }

    footer[role="contentinfo"] p {
        font-size: 14px;
    }

    .upcoming__auctions {
        padding: 70px 0;
    }

    .upcoming__auctions h1 {
        font-size: 28px;
    }

    .upcoming__auctions .single__auction__listing img {
        margin-bottom: 16px;
    }

    .upcoming__auctions .single__auction__listing .single__title {
        font-size: 18px;
    }

    .upcoming__auctions .single__auction__listing {
        padding: 15px;
        margin-bottom: 16px;
        text-align: center;
    }

    .upcoming__auctions .single__auction__listing:not(.search__title) {
        padding-bottom: 40px;
    }

    .upcoming__auctions .single__auction__listing .button {
        padding: 10px 35px;
        font-size: 14px;
    }

    .upcoming__auctions .single__auction__listing p {
        font-size: 14px;
        word-wrap: break-word;
    }

    .auction__header {
        padding: 25px 25px;
        text-align: center;
    }

    .auction__header p.faux__h2 {
        font-size: 28px;
    }

    .single__auction__main {
        padding: 70px 0;
    }

    .single__auction__main img {
        margin-bottom: 16px;
    }

    .single__auction__main p.single__tagline {
        font-size: 14px;
        margin-bottom: 5px;
    }

    .single__auction__main h1 {
        font-size: 22px;
    }

    .single__auction__main p {
        font-size: 14px;
    }

    .categories.tabs li {
        display: block;
        width: 100%;
        margin-right: 0px !important;
        border-radius: 0px;
        border-bottom: 1px solid white;
        font-size: 14px;
        padding: 10px 0px;
    }

    .category__section p {
        font-size: 14px;
    }

    .category__section li {
        font-size: 14px;
    }

    .category__section .mediumwrap {
        padding: 25px;
    }

    .first__auction__gallery {
        padding-top: 0px;
        padding-bottom: 35px;
    }

    .first__auction__gallery .grid-2 {
        margin-bottom: 16px !important;
    }

    .single-auction .button {
        padding: 10px 35px;
        font-size: 14px;
    }

    .auction__bottom {
        padding: 70px 0;
    }

    .auction__bottom p {
        font-size: 22px;
    }

    .gallery__block {
        padding: 70px 0;
    }

    .subpage__main p {
        font-size: 15px;
    }

    .subpage__main {
        padding: 70px 0;
    }

    .subpage__main img {
        margin-bottom: 16px;
    }

    .subpage__content__area {
        padding: 70px 0;
    }

    .subpage__content__area .button {
        margin-bottom: 32px;
        margin-top: 0px;
    }

    .subpage__content__area .button {
        padding: 10px 35px;
        font-size: 14px;
    }

    .subpage__content__area .button:last-child {
        margin-bottom: 0;
    }

    .subpage__quote__outer {
        padding: 70px 0;
    }

    header[role="banner"] .grid-2:nth-of-type(1) {
        margin-bottom: 16px !important;
        display: none;
    }

    .gallery__block .grid-2 {
        margin-bottom: 16px;
    }

    header[role="banner"] .grid-4:first-child {
        text-align: left;
        vertical-align: middle;
        float: none;
        display: inline-block;
    }

    header[role="banner"] .grid-4:first-child > a {
        display: inline-block;
    }

    header[role="banner"] .grid-2:nth-of-type(2) {
        text-align: right;
        vertical-align: middle;
        float: none;
        display: inline-block;
    }

    .bottom__footer {
        padding: 70px 0;
        text-align: center;
    }
}

@media only screen and (max-width: 639px){
    header[role="banner"] .grid-2:nth-of-type(2) {
        display: block;
        text-align: center;
    }

    header[role="banner"] .grid-4:first-child {
        display: block;
        text-align: center;
        margin-bottom: 10px;
    }

    .bottom__footer .grid-3.no-margin:nth-of-type(1) {
        padding-right: 0;
        text-align: center;
        margin-bottom: 20px;
    }

    .bottom__footer .footer-logo {
        display: inline-block;
    }

    .bottom__footer .grid-3.no-margin:nth-of-type(2) {
        padding-left: 0;
        text-align: center;
        margin-bottom: 0;
    }

    .bottom__footer .top__footer__right p {
        text-align: center;
        margin-bottom: 5px;
        font-size: 16px;
    }

    .upcoming__auctions .single__auction__listing .group .grid-3:nth-of-type(1) {
        padding-right: 0;
    }

    .upcoming__auctions .single__auction__listing .group .grid-3:nth-of-type(2) {
        padding-left: 0;
    }

    .homepage__featured__auction {
        min-height: auto;
    }
}


/*!////////////////////////////////////////////////
  // STATES
  /////////////////////////////////////////////////*/

/*! ==========================================================================
  // Clearfix
  // =========================================================================*/
.group:before,
.group:after {
    content: "";
    display: table;
}

.group:after {
    clear: both;
}

.group {
    zoom: 1;
}

input[type="text"] {
    border: 1px solid black;
}

input[type="email"] {
    border: 1px solid black;
}

textarea {
    border: 1px solid black;
}

/*! ==========================================================================
  // Print styles
  // =========================================================================*/
@media print {
    * {
        background: transparent !important;
        color: black !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}