/*!////////////////////////////////////////////////
// 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: expressway, sans-serif;
    font-size: 16px;
    line-height: 1.625em;
    color: #444;
}


/*!////////////////////////////////////////////////
// LAYOUT
/////////////////////////////////////////////////*/
.wrap {
    max-width: 1280px;
    width: 100%;
    margin: 0px auto;
    position: relative;
}

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

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

.row {
    clear: both;
}

@media only screen and (max-width: 1300px){
    .wrap {
        max-width: 1200px;
    }
}

@media only screen and (max-width: 1200px){
    .wrap,
    .mediumwrap {
        max-width: 960px;
    }
}

@media only screen and (max-width: 980px){
    .wrap,
    .mediumwrap,
    .miniwrap {
        max-width: 748px;
    }
}

@media only screen and (max-width: 768px){
    .wrap,
    .mediumwrap,
    .miniwrap {
        max-width: 620px;
    }
}

@media only screen and (max-width: 640px){
    .wrap,
    .mediumwrap,
    .miniwrap {
        max-width: 480px;
    }
}

@media only screen and (max-width: 500px){
    .wrap,
    .mediumwrap,
    .miniwrap {
        max-width: 92%;
    }
}

@media screen and (min-width: 480px) {
    .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;
}

.button {
    font-family: expressway, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1em;
    display: inline-block;
    padding: 17px 25px;
    -webkit-transition: all ease-in-out .2s;
         -o-transition: all ease-in-out .2s;
            transition: all ease-in-out .2s;
    text-transform: uppercase;
    color: #FFF;
    background-color: #820907;
    text-align: center;
}

.button:hover {
    background-color: #0c1713;
    color: #fff;
}

.flex-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}


/*! Header
//////////////////////////////////////////////*/
.main__header nav[role="navigation"] {
    display: none;
}

@media screen and (min-width: 640px) {
    .main__header 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__top {
    padding: 30px 0;
    background-color: #820907;
}

.header__top .flex-row {
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
}

.header__top .header-logo {
    display: inline-block;
    max-width: 480px;
    width: 100%;
}

.header__top .header-logo > img {
    max-height: 68px;
}

.header__top .grid-3 {
    width: 50%;
    margin: 0;
    text-align: center;
    padding: 0 20px;
}

.header__top .grid-25 {
    width: 25%;
    margin: 0;
}

.header__top .grid-25:last-child {
    text-align: right;
}

.header__top .header-text span {
    display: block;
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    font-style: italic;
}

.header__top .header-text a {
    display: inline-block;
    color: inherit;
}

.header__top .header-text a:hover {
    color: #7a080a;
}

.header__top .header-text {
    font-family: expressway, sans-serif;
    font-weight: 500;
    font-size: 15px;
    font-style: italic;
    color: #fff;
}

@media only screen and (max-width: 980px){
    .header__top .grid-25 {
        display: none;
    }

    .header__top .grid-3 {
        padding: 0;
        padding-right: 20px;
        width: 65%;
    }

    .header__top .header-logo {
        display: block;
        max-width: 250px;
    }

    .top__nav {
        display: none;
    }

    .header__top {
        padding: 20px 0;
        border-bottom: 3px solid #7a080a;
    }

    .header__top .grid-mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;

        text-align: right;
    }
	
	.header__top .header-logo > img {
		height: 35px;
		width: 245px;
	}

}

@media only screen and (max-width: 320px){
    .header__top .grid-3 {
        -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;

        width: auto;
    }

    .header__top .grid-mobile {
        -webkit-box-flex: 0;
        -ms-flex: 0;
            flex: 0;
    }

}

.top__nav {
    background: #908f90;
    text-align: center;
    border-bottom: 3px solid #fff;
}

.top__nav .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

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

.top__nav .menu > li > a {
    display: block;
    padding: 16px 17px;
    color: white;
    text-align: center;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2em;
}

.top__nav .menu > li:hover > a,
.top__nav .menu > li.current-menu-item > a {
    background: #7a7a7a;
}

.top__nav .menu .sub-menu {
    display: block;
    position: absolute;
    padding-top: 10px;
    list-style: none;
    text-align: left;
    transition: all ease-in-out .2s;
    width: 200px;
    transform: translateX(-50%);
    left: 50%;
    top: 70px;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    text-align: center;
    z-index: 10;
}

.top__nav .menu > li.menu-item-has-children:hover > .sub-menu {
    top: 44px;
    visibility: visible;
    opacity: 1;
    pointer-events: all;
}

.top__nav .sub-menu li > a {
    display: block;
    width: 100%;
    background-color: #908f90;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    line-height: 1.2em;
    padding: 10px;
    border-bottom: 1px solid #cac9ca;
}

.top__nav .sub-menu li:last-child > a {
    border-bottom: none;
}

.top__nav .sub-menu li > a:hover {
    background-color: #7a7a7a;
}

.top__nav .menu > li.menu-item-has-children > a:after {
    content: '\f107';
    font-family: 'Font Awesome 6 Pro';
    font-weight: 300;
    margin-left: 5px;
}

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

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

.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,
.homepage__hero__content h1 {
    font-family: expressway, 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 {
    font-family: expressway, sans-serif;
    font-weight: 700;
    display: block;
    width: 100%;
    height: auto;
    padding: 20px;
    text-align: left;
    text-transform: uppercase;
    color: #820907;
    border: 1px solid #E7E8EA;
    border-radius: 0px;
    background: white;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(https://www.beiler-campbellauctions.com/beta/wp-content/uploads/2024/10/angle-down-regular-1.svg);
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: 95% center;
}

.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;
}

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

.homepage__search__bar input[type="submit"] {
    font-size: 16px;
    font-weight: bold;
    display: block;
    width: 100%;
    height: 100%;
    padding-left: 25px;
    -webkit-transition: all .3s ease-in-out;
         -o-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;
    text-transform: uppercase;
    color: white;
    border: none;
    border-radius: 0px;
    background: #820907;
}

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

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

.homepage__search__bar .flex-row {
    margin: 0 -7px;
}

.homepage__search__bar .flex-row > .flex-col {
    width: 25%;
    padding: 0 7px;
}

.page-id-6 .homepage__search__bar .search-wrapper {
    padding: 0 0 0 7px;
}

.page-id-6 .homepage__search__bar .btn-wrapper {
    padding: 0 7px 0 0;
}

.page-id-6 .homepage__search__bar .search-wrapper input[type="text"] {
    width: 100%;
    height: 100%;
    border: none;
    padding: 20px;
}

.page-id-6 .homepage__search__bar .upcoming-btn-wrapper .button {
    width: 100%;
    height: 100%;
    padding: 23px 25px;
}

@media screen and (max-width: 640px) {
    .page-id-6 .homepage__search__bar .search-wrapper {
        padding: 0 5px !important;
    }
    
    .page-id-6 .homepage__search__bar .btn-wrapper {
        padding: 0 5px !important;
    }
}

.featured__auctions {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 110px 0;
    background: #ddd;
    text-align: center;
}

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

.featured__auctions .auction__slider {
    margin-bottom: 40px;
}

.auction__slider:not(.slick-initialized) {
    display: none;
}

.homepage__featured__auction .center__button .button {
    display: block;
    width: 100%;
}

.homepage__featured__auction .content-wrap {
    display: block;
    height: 100%;
    background-color: #fff;
    padding: 15px 15px 30px;
    text-align: left;
}

.homepage__featured__auction .content-wrap img {
    -webkit-box-shadow: 0 0 7px 3px rgb(0 0 0 / 10%);
            box-shadow: 0 0 7px 3px rgb(0 0 0 / 10%);
}

.auction__slider .slider-col {
    margin: 0 15px;
}

.auction__slider .slick-list {
    margin: 0 -15px;
}

.auction__slider .slick-prev,
.auction__slider .slick-next {
    border: none;
    background-color: #ddd;
    color: #444;
    font-size: 30px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
}

.auction__slider .slick-prev {
    left: -40px;
}

.auction__slider .slick-next {
    right: -40px;
}

.auction__slider .slick-prev:before,
.auction__slider .slick-next:before {
    font-size: 30px;
}

@media (max-width: 1300px) {
    .auction__slider {
        padding: 0 40px;
        box-sizing: border-box;
    }
    .auction__slider .slick-prev {
        left: 0px;
    }
    
    .auction__slider .slick-next {
        right: 0px;
    }
}


.the__countdown .grid-25 {
    font-size: 30px;
    font-weight: 700;
    color: #676767;
    font-family: expressway, sans-serif;
}

.countdown__timer {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 15px;
    text-align: center;
}

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

.featured__auction__inner {
    padding-top: 20px;
    padding-bottom: 15px;
    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: 18px;
    font-weight: 700;
    font-family: expressway, sans-serif;
    color: #0c1713;
    margin-bottom: 5px;
}

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

.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: 115px 0;
    position: relative;
    overflow: hidden;
    background-color: #fff;
    margin-bottom: 115px;
}

h1, h2, h3, h4, h5, h6, .h2 {
    font-size: 32px;
    font-weight: 900;
    margin-bottom: 32px;
    color: #820907;
    font-family: expressway, sans-serif;
    word-wrap: break-word;
    line-height: 1.2em;
    margin-top: 50px;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child,
.h2:first-child {
    margin-top: 0;
}

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
.h2:last-child {
    margin-bottom: 0;
}

.h3 {
    display: block;
    font-family: expressway, sans-serif;
    font-weight: 700;
    color: #0c1713;
    font-size: 25px;
    line-height: 1.3em;
    margin-bottom: 32px;
    margin-top: 32px;
}

.h4 {
    display: block;
    font-family: expressway, sans-serif;
    font-weight: 700;
    color: #0c1713;
    font-size: 18px;
    line-height: 1.3em;
    margin-bottom: 32px;
    margin-top: 32px;
}

.h3:last-child,
.h4:last-child {
    margin-bottom: 0;
}

.h3:first-child,
.h4:first-child {
    margin-top: 0;
}

main p {
    display: block;
    margin-bottom: 32px;
}

main p:last-child {
    margin-bottom: 0;
}

main p a,
main li a {
    color: #e88873;
}

main p a:hover,
main li a:hover {
    color: #820907;
}

main ul,
main ol,
.fancybox-container ul,
.fancybox-container ol {
    margin-bottom: 32px;
}

main ol {
    padding-left: 15px;
}

main ul:last-child,
main ol:last-child,
.fancybox-container ul:last-child,
.fancybox-container ol:last-child  {
    margin-bottom: 0;
}

main ul li,
.fancybox-container ul li {
    display: block;
    position: relative;
    padding-left: 15px;
}

main ul li:before,
.fancybox-container ul li:before {
    content: '\f0da';
    font-family: 'Font Awesome 6 Pro';
    font-weight: 700;
    color: #e88873;
    position: absolute;
    left: 0;
}

@media only screen and (max-width: 768px){
    h1, h2, h3, h4, h5, h6, .h2 {
        font-size: 27px;
        line-height: 1.2em;
    }

    .h3 {
        font-size: 22px;
    }
}

.styled-ordered-list {
    counter-reset: counter;
    display: block;
    list-style: none;
}

.styled-ordered-list li:before {
    content: counter(counter);
    counter-increment: counter;
    position: absolute;
    left: 0;
    background-color: #d1bbb9;
    width: 35px;
    text-align: center;
    line-height: 35px;
    border-radius: 100px;
    color: #fff;
    font-weight: 700;
    font-size: 22px;
    font-family: expressway, sans-serif;
}

.styled-ordered-list li {
    display: block;
    position: relative;
    padding-left: 65px;
    margin-bottom: 20px;
}

.styled-ordered-list li:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 500px){
    .styled-ordered-list li:before {
        font-size: 17px;
        width: 30px;
        line-height: 30px;
    }

    .styled-ordered-list li {
        padding-left: 50px;
    }
}

.homepage__blocks {
    background: #444444;
    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: expressway, sans-serif;
}
/*
.homepage__block__content p:first-of-type strong {
	font-size: 62px;
	font-weight: 900;
	font-family: expressway, 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 p {
    color: white;
    text-align: left;
}

.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 h5 {
    font-weight: bold;
    font-size: 35px;
    color: #283618;
    margin-bottom: 32px;
    text-transform: uppercase;
    font-family: expressway, sans-serif;
}

.quote__inner p {
    font-size: 21px;
    font-weight: 500;
    line-height: 1.55em;
    font-style: italic;
}

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

.quote__inner p strong {
    font-size: 18px;
    display: block;
    font-weight: 400;
}

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

.single__auction__listing {
    position: relative;
}

.single__auction__listing.not-found {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 20vh;
    background-color: #E8E8E8;
}

.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 {
    display: block;
    padding: 40px 0;
    background-color: #0c1713;
}

.auction__header .group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -20px;
}

.auction__header a {
    color: #fff;
}

.auction__header a:hover {
    color: #820907;
}

.auction__header .auction--next > i {
    margin-left: 5px;
}

.auction__header .auction--prev > i {
    margin-right: 5px;
}

.auction__header .group .grid-2 {
    width: 33.33%;
    margin: 0;
    padding: 0 20px;
    display: block;
}

.auction__header .group .grid-2:last-child {
    text-align: right;
}

.auction__header .h3 {
    display: block;
    color: #fff;
    text-align: center;
}

.single__auction__main {
    padding: 110px 0;
}

.single__auction__main .flex-row {
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    margin: -30px;
}

.single__auction__main h1 {
    margin-top: 0;
}

.single__auction__main .single__tagline {
    color: #bc6c25;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 21px;
    font-weight: 600;
    margin-bottom: 10px;
}

.single__auction__main .flex-row > .grid-3 {
    width: 50%;
    margin: 0;
    padding: 30px;
}

#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;
	margin-bottom: 70px;
}

.category__section {
    display: none;
}

.category__section.current {
    display: block;
}

.categories.tabs:before, 
.categories.tabs:after {
    content: '';
    display: block;
    clear: both;
}

.categories.tabs li {
    display: block;
    list-style: none;
    padding: 18px 0px;
    font-weight: bold;
    color: white;
    cursor: pointer;
    background: #0c1713;
    text-align: center;
    width: 24%;
    margin-right: 1.336%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    float: left;
}

.categories.tabs li:before {
    display: none;
}

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

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

.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 .mediumwrap {
    background: #f4f4f4;
    border-top: 0px;
    padding: 55px 75px;
}

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

.first__auction__gallery:last-child {
    padding-bottom: 110px;
}

.first__auction__gallery .group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: -10px;
}

.first__auction__gallery .grid-2 {
    position: relative;
    width: 33.33%;
    margin: 0;
    padding: 10px;
}

.first__auction__gallery .grid-2 .content-wrap {
    display: block;
    position: relative;
    overflow: hidden;
}

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

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

.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 {
    -webkit-transition: all .3s ease-in-out;
         -o-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;
    opacity: 1;
    border-radius: 0px;
    background: rgb(107 0 0 / 60%);
}

.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;
}

@media only screen and (max-width: 980px){
    .first__auction__gallery:last-child {
        padding-bottom: 60px;
    }
}

.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: expressway, 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 {
    background: #0c1713;
    padding: 40px 0;
}

.subpage__top .page__title {
    color: white;
    text-align: center;
    line-height: 1;
    font-weight: bold;
}

.subpage__main {
    padding: 115px 0;
}

.subpage__content__area {
    padding: 115px 0;
    background: #ddd;
}

.subpage__content__area .content-group {
    margin: 0 -30px;
}

.subpage__content__area .content-group > .grid-3 {
    width: 50%;
    margin: 0;
    padding: 0 30px;
}

.subpage__content__area .content-group > .grid-3:last-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-top: 50px;
    padding-bottom: 50px;
}

.subpage__content__area:nth-child(odd) .content-group {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
}

.subpage__content__area .content-group .img-wrap {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.subpage__content__area .content-group .img-wrap > img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
}

.subpage__content__area:nth-child(even) {
    background: #fff;
}

@media only screen and (max-width: 980px){
    .subpage__content__area .content-group > .grid-3 {
        width: 100%;
        padding: 0;
    }

    .subpage__content__area .content-group {
        margin: 0 auto;
    }

    .subpage__content__area .content-group > .grid-3:last-child {
        padding-bottom: 0;
        padding-top: 40px;
    }

    .subpage__content__area .content-group .img-wrap {
        height: 45vw;
        min-height: 250px;
    }
}

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

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

.main__header .header-bottom .mobile-nav .mobile__button {
    text-align: center;
}

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

/* ============================= *\
* MOBILE MENU
\* ============================= */
.mobile__button,
.mobile__phone {
    display: none;
}

.mobile-nav .mobile__button {
    font-size: 20px;
    display: none!important;
    padding: 1.25em 1.75em;
    cursor: pointer;
    text-align: center;
    border-bottom: 7px solid rgba(0,0,0,.3);
    background: #1b1e3a;
    text-shadow: 0 0 10px rgba(0,0,0,.25);
}

.mobile-nav .mobile__nav {
    display: none;
}

.mobile-nav .mobile__nav ul li:nth-of-type(1) {
    background: #272b53;
}

.mobile-nav .mobile__nav ul li:nth-of-type(2n) {
    background: #272b53;
}

.mobile-nav .mobile__nav ul li:nth-of-type(3n) {
    background: #272b53;
}

.mobile-nav .mobile__nav ul li:nth-of-type(4n) {
    background: #272b53;
}

.mobile-nav .mobile__nav ul li:nth-of-type(5n) {
    background: #272b53;
}

.mobile-nav .mobile__nav ul li:nth-of-type(6n) {
    background: #272b53;
}

.mobile-nav .mobile__nav ul li:last-of-type {
    background: #272b53;
}

.mobile-nav .mobile__nav ul li a,
.mobile-nav .mobile__nav ul li span {
    display: block;
    padding: 1em;
    color: white;
    text-shadow: 0 0 10px rgba(0,0,0,.25);
}

.mobile-nav .mobile__nav ul li.has-submenu a,
.mobile-nav .mobile__nav ul li.has-submenu span {
    position: relative;
    cursor: pointer;
}

.mobile-nav .mobile__nav ul li.has-submenu a:after,
.mobile-nav .mobile__nav ul li.has-submenu span:after {
    font-family: FontAwesome;
    position: absolute;
    top: 50%;
    right: 1em;
    display: inline-block;
    padding: 0 1px;
    content: '\f105';
    -webkit-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
            transition: .25s ease-in-out;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    vertical-align: middle;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.mobile-nav .mobile__nav ul li.has-submenu a.submenu-open:after,
.mobile-nav .mobile__nav ul li.has-submenu span.submenu-open:after {
    -webkit-transform: translateY(-50%) rotate(90deg);
        -ms-transform: translateY(-50%) rotate(90deg);
            transform: translateY(-50%) rotate(90deg);
}

.mobile-nav .mobile__nav ul li ul {
    display: none;
    padding-left: 1em;
    background: #545e75; /*rgba(0,0,0,.30)*/
}

.mobile-nav .mobile__nav ul li ul li {
    background: none !important;
}

.mobile-nav .mobile__nav ul li.has-submenu ul li a:after {
    content: none;
}

.mobile-nav .mobile__nav ul li.has-submenu ul li ul {
    padding-left: 0;
}

.mobile__nav__wrap {
    display: none;
}

.mobile__nav__wrap ::-webkit-scrollbar {
    display: none;
}

.mobile__phone a {
    display: block;
    text-align: center;
    line-height: 34px;
    width: 38px;
    margin-right: 15px;
    background-color: #ffffff;
    color: #7a080a;
}

@media all and (max-width: 980px) {
    .mobile__nav__wrap {
        display: block;
    }

    .mobile__nav ul .menu--catalog a {
        text-transform: uppercase;
        border-bottom: none;
        background-color: #754baa;
    }

    .mobile__nav ul .menu--dealer a {
        text-transform: uppercase;
        border: none;
        background-color: #f05a92;
    }

    .mobile__nav ul .menu--catalog a i,
    .mobile__nav ul .menu--dealer a i {
        font-size: 18px;
        margin-right: 5px;
    }

    .mobile__button p {
        font-size: 20px;
        font-weight: 700;
        margin-bottom: 0;
        text-transform: uppercase;
        color: #ffc401;
    }

    .mobile__button .mb-line {
        display: block;
        height: 2px;
        margin-bottom: 5px;
        border-radius: 0;
        background-color: #fff;
    }

    .mobile__button .mb-wrapper span:last-child {
        font-size: 13px;
        text-transform: uppercase;
        color: #fff;
        display: block;
        line-height: 1em;
    }

}

.mobile__nav {
    position: fixed;
    z-index: -5!important;
    top: 0;
    right: -240px;
    visibility: hidden;
    overflow-x: hidden;
    overflow-y: auto;
    width: 240px;
    height: 100%;
    -webkit-transition: .3s ease-in-out;
        -o-transition: .3s ease-in-out;
            transition: .3s ease-in-out;
    -webkit-transform: translateZ(0);
    -webkit-transform: translateX(0);
        -ms-transform: translateZ(0);
        -ms-transform: translateX(0);
            transform: translateZ(0);
            transform: translateX(0);
    background: #908f90;
    /*-webkit-transition: visibility 0s .3s;
    -moz-transition: visibility 0s .3s;
    transition: visibility 0s .3s;*/
    -webkit-overflow-scrolling: touch;
}

.mobile__nav .close {
    font-size: 15px;
    padding: 20px 18px;
    cursor: pointer;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    color: #fff;
    background: #820907;
    text-transform: uppercase;
}

.mobile__nav .close i {
    font-size: 15px;
    margin-right: 7px;
}

.mobile__nav .close span {
    font-weight: 700;
}

.mobile__nav .close:hover {
    -webkit-transition: .3s ease-in-out;
        -o-transition: .3s ease-in-out;
            transition: .3s ease-in-out;
}

.mobile__nav.zindex {
    z-index: 99999!important;

    -webkit-transition: .3s ease-in-out;
        -o-transition: .3s ease-in-out;
            transition: .3s ease-in-out;
}

.mobile__nav.visible {
    visibility: visible;
    right: 0;
    -webkit-transition: .3s ease-in-out;
        -o-transition: .3s ease-in-out;
            transition: .3s ease-in-out;
}

.mobile__nav ul {
    font-size: 16px;
    font-weight: 700;
}

.mobile__nav ul li {
    position: relative;
}

.mobile__nav ul li.hidden > a {
    visibility: hidden;
}

.mobile__nav ul li a {
    font-size: 14px;
    position: relative;
    display: block;
    padding: 20px 15px;
    color: #fff;
    border-bottom: 1px solid #cac9ca;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.5em;
}

.mobile__nav ul li a:hover {
    opacity: .7;
}

.mobile__nav ul li.menu-item-has-children a::after {
    font-family: 'Font Awesome 6 Pro';
    font-size: 15px;
    font-weight: 700;
    position: absolute;
    top: 50%;
    right: 12px;
    content: '\f054';
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    color: #fff;
}

.mobile__nav ul li a i {
    font-size: 12px;
    font-weight: 700;
    margin-left: 4px;
    -webkit-transition: .3s ease-in-out;
        -o-transition: .3s ease-in-out;
            transition: .3s ease-in-out;
}

.mobile__nav ul li a.active i {
    -webkit-transition: .3s ease-in-out;
        -o-transition: .3s ease-in-out;
            transition: .3s ease-in-out;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}

.mobile__nav ul li .sub-menu {
    position: fixed;
    z-index: 5;
    top: 0;
    right: -240px;
    overflow: auto;
    width: 240px;
    height: 100%;
    -webkit-transition: .3s ease-in-out;
        -o-transition: .3s ease-in-out;
            transition: .3s ease-in-out;
    background: #908f90;
}

.mobile__nav ul li .sub-menu.visible {
    -webkit-transition: .3s ease-in-out;
        -o-transition: .3s ease-in-out;
            transition: .3s ease-in-out;
    -webkit-transform: translateX(-240px);
        -ms-transform: translateX(-240px);
            transform: translateX(-240px);
}

.mobile__nav ul li .sub-menu li.nav__back a {
    color: #fff;
    background: #820907;
    border: none;
    line-height: 1.857em;
}

.mobile__nav ul li .sub-menu li.nav__back a i {
    font-size: 15px;
    margin-right: 7px;
}

.mobile__nav ul li .sub-menu li a::after,
.mobile__nav ul li .sub-menu li a::before {
    display: none;
}

.mobile__nav ul .mobile__phone a {
    font-weight: 500;
    border: none;
    background-color: #414c46;
}

.mobile__nav ul .mobile__phone a  i {
    font-size: 15px;
    margin-right: 5px;
}

#page__wrap {
    position: relative;
    z-index: 500;
    -webkit-transition: .3s ease-in-out;
        -o-transition: .3s ease-in-out;
            transition: .3s ease-in-out;
    overflow-x: clip;
}

@media all and (max-width: 980px) {
    .mobile__button, .mobile__nav, .mobile__phone {
        display: inline-block;
    }

    #page__wrap.active {
        overflow: hidden;
        -webkit-transition: .3s ease-in-out;
            -o-transition: .3s ease-in-out;
                transition: .3s ease-in-out;
        -webkit-transform: translateX(-240px);
            -ms-transform: translateX(-240px);
                transform: translateX(-240px);
    }

    #page__wrap.fixed {
        z-index: 20;
    }

    #page__wrap > .overlay {
        position: fixed;
        z-index: 10;
        z-index: 101;
        top: 0;
        left: 0;
        visibility: hidden;
        width: 100%;
        height: 100%;
        cursor: pointer;
        -webkit-transition: opacity .3s 0s,visibility 0s .3s,-webkit-transform .3s 0s;
            -o-transition: opacity .3s 0s,visibility 0s .3s,transform .3s 0s;
                transition: opacity .3s 0s,visibility 0s .3s,-webkit-transform .3s 0s;
                transition: opacity .3s 0s,visibility 0s .3s,transform .3s 0s;
                transition: opacity .3s 0s,visibility 0s .3s,transform .3s 0s,-webkit-transform .3s 0s;
        opacity: 0;
        background-color: rgb(0 0 0 / 50%);
        -webkit-backface-visibility: hidden;
                backface-visibility: hidden;
    }

    #page__wrap > .overlay.is-visible {
        visibility: visible;
        -webkit-transition: opacity .3s 0s,visibility 0s 0s,-webkit-transform .3s 0s;
            -o-transition: opacity .3s 0s,visibility 0s 0s,transform .3s 0s;
                transition: opacity .3s 0s,visibility 0s 0s,-webkit-transform .3s 0s;
                transition: opacity .3s 0s,visibility 0s 0s,transform .3s 0s;
                transition: opacity .3s 0s,visibility 0s 0s,transform .3s 0s,-webkit-transform .3s 0s;
        /*-webkit-transform: translateX(-260px);
            -moz-transform: translateX(-260px);
            -ms-transform: translateX(-260px);
            -o-transform: translateX(-260px);
            transform: translateX(-260px);*/
        opacity: 1;
    }
}

@media only screen and (max-width: 380px){
    .mobile__button .mb-wrapper span:last-child {
        font-size: 13px;
    }
}

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

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

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

.top__footer {
    display: block;
    position: relative;
    padding: 115px 0;
    overflow: hidden;
    background-color: #dddddd;
}

.top__footer:before {
    width: 3px;
    background-color: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    content: '';
}

.top__footer .wpcf7 .group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 -7px;
}

.top__footer .wpcf7 .group > .grid-3 {
    width: 50%;
    margin: 0 0 15px;
    padding: 0 7px;
}

.top__footer .wpcf7 .group .grid-6 {
    width: 100%;
    margin: 0 0 15px;
    padding: 0 7px;
}

.top__footer .wpcf7 .group .grid-2 {
    width: 33.33%;
    margin: 0 0 15px;
    padding: 0 7px;
}

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

.top__footer .wpcf7 input[type="text"],
.top__footer .wpcf7 input[type="email"],
.top__footer .wpcf7 textarea {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 0;
    padding: 17px;
    color: #444;
    border: 1px solid #E8E8E8;
    border-radius: 0px;
}

.top__footer .wpcf7 textarea {
    height: 125px;
}

.wpcf7 input[type="submit"] {
    font-family: expressway, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1em;
    display: inline-block;
    padding: 17px 25px;
    -webkit-transition: all ease-in-out .2s;
    -o-transition: all ease-in-out .2s;
    transition: all ease-in-out .2s;
    text-transform: uppercase;
    color: #FFF;
    background-color: #820907;
    text-align: center;
    border: none;
}

.wpcf7 input[type="submit"]:hover {
    background-color: #0c1713;
    color: #fff;
}

#wpcf7-f11-o1 input[type="submit"] {
    max-width: 215px;
    width: 100%;
    margin-top: 20px;
}

.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 p.title {
    color: #820907;
    font-size: 35px;
    font-weight: bold;
    font-family: expressway, sans-serif;
    margin-bottom: 30px;
}

.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: expressway, 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 .footer__contact {
    padding-right: 70px;
}

.top__footer .top__footer__right {
    padding-left: 80px;
}

.newsletter__form {
    display: block;
    padding-top: 20px;
}

.newsletter__form .btn-wrapper {
    position: relative;
}

.newsletter__form  .wpcf7-spinner {
    position: absolute;
    pointer-events: none;
    margin: 0;
    right: 0;
    top: 13px;
}

.newsletter__form input[type="submit"] {
    font-family: 'Font Awesome 6 Pro';
    font-size: 22px;
    font-weight: 700;
    width: 110px;
    padding: 14px 15px;
}

.newsletter__form input[type="email"] {
    margin-bottom: 0 !important;
    padding: 17px 17px !important;
    border: none !important;
    height: 50px !important;
}

.newsletter__form .flex-row > .wpcf7-form-control-wrap {
    -webkit-box-flex: 1;
    -ms-flex: 1;
        flex: 1;
}

@media only screen and (max-width: 980px){
    .top__footer {
        padding: 60px 0;
    }
}

@media only screen and (max-width: 768px){
    .top__footer .top__footer__right {
        padding-left: 40px;
    }

    .top__footer .footer__contact {
        padding-right: 40px;
    }
}

@media only screen and (max-width: 640px){
    .top__footer .footer__contact {
        width: 100%;
        padding-right: 0;
        padding-bottom: 30px;
        position: relative;
        margin-bottom: 40px !important;
    }

    .top__footer .top__footer__right {
        padding-left: 0;
        width: 100%;
        text-align: center;
        margin: 0;
    }

    .footer-logo {
        margin: 0 auto 30px;
    }

    .top__footer:before {
        display: none;
    }

    .top__footer .footer__contact:after {
        content: '';
        display: block;
        position: absolute;
        bottom: 0;
        height: 3px;
        background-color: #fff;
        left: -100%;
        right: -100%;
    }
}

@media only screen and (max-width: 500px){
    #wpcf7-f11-o1 input[type="submit"] {
        max-width: 100%;
        margin-top: 0;
    }
}

footer[role="contentinfo"] {
    padding: 9px 0px;
    text-align: center;
    background-color: #908f90;
    border-top: 3px solid #fff;
}

footer[role="contentinfo"] p {
    font-size: 15px;
    display: inline-block;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding: 0 30px;
    color: #FFF;
    line-height: 1.32em;
    margin: 15px 0;
}

footer[role="contentinfo"] p span {
    margin: 0 5px;
}

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

footer[role="contentinfo"] p a:hover {
    color: #820907;
}

.copyright .flex-row {
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.copyright .footer-icon--1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
}

.copyright .footer-icon--1 img {
    display: block;
    height: 40px;
    width: auto;
}

.copyright .footer-icon--2 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
}

@media only screen and (max-width: 768px){

}

@media only screen and (max-width: 640px){

}

@media only screen and (max-width: 500px){

}

.footer-logo {
    display: block;
    max-width: 390px;
    margin-bottom: 40px;
}

.top__footer .widget-item {
    display: block;
    margin-bottom: 20px;
}

.top__footer .widget-item:last-child {
    margin-bottom: 0;
}

.top__footer .widget-item strong {
    display: block;
    font-size: 18px;
    font-family: expressway, sans-serif;
    font-style: italic;
    color: #0c1713;
    font-weight: 700;
}

.top__footer .widget-item span {
    display: block;
    color: #0c1713;
    font-weight: 500;
    font-style: italic;
    font-family: expressway, sans-serif;
}

.top__footer .widget-item a {
    color: inherit;
}

.top__footer .widget-item a:hover {
    color: #820907;
}


@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;
    }

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

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

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

        /* Apple forces boxes to the left so we need to move the title back up */
    }

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

.show__mobile {
    display: none;
}

@media all and (max-width: 980px) {
    .main__header {
        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;
    }

    .main__header .grid-2:nth-of-type(3) {
        display: none;
    }

    .main__header .grid-2 p {
        font-size: 14px;
    }

    .main__header .grid-2 p span {
        font-size: 16px;
    }

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

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

    .homepage__hero {
        min-height: 275px;
    }

    .featured__auctions {
        padding: 60px 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: 20px;
    }

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

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

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

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

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

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

    .homepage__main {
        padding: 60px 0;
        margin-bottom: 60px;
    }

    .homepage__blocks {
        padding: 60px 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;
    }

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

    .right__image {
        margin-bottom: 16px;
    }

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

    .quote__inner {
        padding: 25px;
    }

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

    .top__footer p.title strong {
        font-size: 42px;
    }

    .top__footer p.title {
        font-size: 28px;
        text-align: center;
    }

    .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;
    }

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

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

    .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 p {
        font-size: 14px;
        word-wrap: break-word;
    }

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

    .single__auction__main {
        padding: 60px 0;
    }

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

    .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 .mediumwrap {
        padding: 25px;
    }

    .first__auction__gallery {
        padding-top: 60px;
    }

    .first__auction__gallery .mediumwrap {
        padding-bottom: 60px;
    }

    .auction__bottom {
        padding: 60px 0;
    }

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

    .gallery__block {
        padding: 60px 0;
    }

    .subpage__main {
        padding: 60px 0;
    }

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

    .subpage__content__area {
        padding: 60px 0;
    }

    .subpage__quote__outer {
        padding: 60px 0;
    }

    .main__header .grid-2:nth-of-type(1) {
        margin-bottom: 16px !important;
        display: none;
    }

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

/*!////////////////////////////////////////////////
// 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;
    }
}

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

.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 {
    display: block;
    padding: 115px 0;
    background-color: #908f90;
    position: relative;
    overflow: hidden;
}

.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%;
}

.half_img_blocks .half_content .content-wrap {
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    min-height: 445px;
    margin-left: -35px !important;
    padding: 60px 65px;
    background-color: #FFF;
    -webkit-box-shadow: 0 40px 50px 0 rgba(0, 0, 0, .1);
            box-shadow: 0 40px 50px 0 rgba(0, 0, 0, .1);
}

.half_img_blocks .half_content .button {
    display: block;
    width: 100%;
}

.half_img_blocks .half_img {
    width: 60%;
}

.half_img_blocks .half_img img {
    margin: 0;
}

.half_img_blocks .group.reverse_group {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
}

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

.half_img_blocks .group-section {
    display: block;
    margin-bottom: 105px;
}

.half_img_blocks .group-section:last-child {
    margin-bottom: 0;
}

@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) {
    .homepage__hero .homepage__hero__content .home_hero__inner {
        padding: 80px 30px;
    }

    .half_img_blocks {
        padding: 60px 0;
    }

    .half_img_blocks .group-section {
        margin-bottom: 60px;
    }

    .half_img_blocks .half_content {
        width: 100%;
    }

    .half_img_blocks .half_img {
        width: 100%;
        margin: 0;
    }

    .half_img_blocks .half_content .content-wrap,
    .half_img_blocks .group.reverse_group .half_content .content-wrap {
        margin: 0 auto !important;
    }

    .half_img_blocks .half_content .content-wrap {
        min-height: auto;
        padding: 40px;
    }
}

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

    .homepage__search__bar .flex-row > .flex-col {
        width: 50%;
        padding: 5px;
    }

    .homepage__search__bar .flex-row {
        margin: -5px;
    }

    .homepage__search__bar select {
        font-size: 14px;
        padding: 15px 10px;
    }

    .homepage__search__bar input[type="submit"] {
        padding: 15px 10px;
        font-size: 14px;
        height: 46px;
    }
}

@media screen and (max-width: 500px) {
    .homepage__search__bar .flex-row > .flex-col {
        width: 100%;
    }
}

@media screen and (max-width: 380px) {
    .half_img_blocks .half_content .content-wrap {
        padding: 40px 20px;
    }
}

.team__accolades {
    text-align: center;    
    color: #fff;
}

.team__accolades .h2,
.team__accolades .h3 {
    color: #fff;
}

.team-accolades {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-column-gap: 60px;
       -moz-column-gap: 60px;
            column-gap: 60px;
}

.team-accolades .img-wrap {
    display: block;
    overflow: hidden;
    width: 90px;
    height: 90px;
    margin: 0 auto;
    border-radius: 100px;
    background-color: #FFF;
}

@media only screen and (max-width: 768px) {
    .team-accolades {
        -webkit-column-gap: 40px;
           -moz-column-gap: 40px;
                column-gap: 40px;
    }
}

@media only screen and (max-width: 640px) {
    .team-accolades {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-column-gap: 40px;
           -moz-column-gap: 40px;
                column-gap: 40px;
        row-gap: 30px;
    }
}

@media only screen and (max-width: 440px) {
    .team-accolades {
        -webkit-column-gap: 20px;
           -moz-column-gap: 20px;
                column-gap: 20px;
        row-gap: 20px;
    }
}

.embed-container { 
    position: relative; 
    padding-bottom: 56.25%;
    overflow: hidden;
    max-width: 100%;
    height: auto;
} 

.embed-container iframe,
.embed-container object,
.embed-container embed { 
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.slick-dots {
    text-align: center;
    margin-top: 45px;
}

.slick-dots li {
    display: inline-block;
    padding: 0;
    margin: 0 5px;
}

.slick-dots li:before {
    display: none;
}

.slick-dots button {
    display: block;
    font-size: 0;
    border: none;
    padding: 0;
    height: 9px;
    width: 9px;
    border-radius: 100px;
    background-color: #d1bbb9;
}

.slick-dots li.slick-active button {
    background-color: #a37774;
}

@media only screen and (max-width: 500px){
    .slick-dots {
        padding-top: 15px;
    }
}

.accordion {
    font-size: 16px;
    font-weight: 700;
    position: relative;
    width: 100%;
    padding: 20px;
    padding-right: 50px;
    cursor: pointer;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    text-align: left;
    color: #fff;
    border: none;
    border-bottom: 2px solid #FFF;
    outline: none;
    background-color: #d1bbb9;
}


.accordion:after {
    font-family: "Font Awesome 6 Pro";
    font-size: inherit;
    font-weight: 300;
    position: absolute;
    right: 20px;
    content: "\2b";
    color: #fff;
}

.accordion.active:after {
    content: "\2796";
}

.accordion + .panel {
    overflow: hidden;
    max-height: 0;
    margin-bottom: 10px;
    -webkit-transition: max-height .2s ease-out;
         -o-transition: max-height .2s ease-out;
            transition: max-height .2s ease-out;
}

.accordion + .panel:last-of-type {
    margin-bottom: 32px;
}

.accordion + .panel:last-child {
    margin-bottom: 0;
}

.accordion + .panel .panel-content {
    padding: 20px;
    background-color: #F7F7F7;
}


@media only screen and (max-width: 640px){
    .accordion {
        font-size: 16px;
    }

    .accordion + .panel {
        font-size: 16px;
    }
}

.list__auctioneers > .flex-row > .grid-3 {
    display: block;
    width: 50%;
    margin: 0;
    padding: 20px;
}

.list__auctioneers > .flex-row {
    margin: -20px;
}

.list__auctioneers .auctioneer-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    padding: 15px;
    background-color: #FFF;
    -webkit-box-shadow: 5px 5px 10px 0px rgb(0 0 0 / 5%);
            box-shadow: 5px 5px 10px 0px rgb(0 0 0 / 5%);
}

.list__auctioneers .auctioneer-wrapper .img-wrapper {
    display: block;
    overflow: hidden;
    width: 35%;
    -webkit-box-shadow: 0 0 10px 3px rgb(0 0 0 / 5%);
            box-shadow: 0 0 10px 3px rgb(0 0 0 / 5%);
}

.list__auctioneers .auctioneer-wrapper .img-wrapper img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    margin: 0;
}

.list__auctioneers .auctioneer-wrapper .content-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
        flex: 1;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 30px;
    padding-right: 0;
}

.list__auctioneers .auctioneer--name,
.auctioneer-biography .auctioneer--name {
    display: block;
    width: 100%;
    margin-bottom: 0;
}

.list__auctioneers .auctioneer--designation,
.auctioneer-biography .auctioneer--designation {
    font-family: expressway, sans-serif;
    font-style: italic;
    display: block;
    width: 100%;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #EBEBEB;
}

.list__auctioneers .btn-details {
    font-family: expressway, sans-serif;
    font-weight: 900;
    display: block;
    padding: 0;
    -webkit-transition: all ease-in-out .2s;
         -o-transition: all ease-in-out .2s;
            transition: all ease-in-out .2s;
    text-transform: capitalize;
    color: #E88873;
    border: none;
    background-color: transparent;
}

.list__auctioneers .btn-details:hover {
    color: #820907;
}

.list__auctioneers .btn-details > i {
    margin-left: 5px;
}

.list__auctioneers .auctioneer-info {
    display: block;
    width: 100%;
}

.auctioneer-biography {
    width: 92%;
    max-width: 600px;
}

.auctioneer-biography .bio-content p {
    display: block;
    margin-bottom: 32px;
}

.auctioneer-biography .bio-content p:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 980px){
    .list__auctioneers > .flex-row > .grid-3 {
        width: 100%;
        padding: 0;
        margin-bottom: 30px;
    }

    .list__auctioneers .auctioneer-wrapper {
        height: auto;
    }
}

@media only screen and (max-width: 480px){
    .list__auctioneers .auctioneer-wrapper {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }

    .list__auctioneers .auctioneer-wrapper .content-wrapper {
        -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
        width: 100%;
        padding: 20px;
    }

    .list__auctioneers .auctioneer-wrapper .img-wrapper img {
        -o-object-position: top;
        object-position: top;
    }

    .list__auctioneers .auctioneer-wrapper .img-wrapper {
        width: 100%;
        height: 100vw;
        max-height: 400px;
    }

}

@media only screen and (max-width: 300px){
    .list__auctioneers .auctioneer-info strong {
        display: block;
    }
}

.upcoming__auctions .inner-wrap {
    position: relative;
    display: block;
    margin: 0 auto;
    padding: 20px;
}

.upcoming__auctions .col-map {
    display: block;
    width: 50%;
}

.upcoming__auctions .map__wrapper {
    min-height: calc(100vh - 40px);
    background-color: #908F90;
    position: sticky !important;
    top: 20px;
}

.upcoming__auctions .col-info {
    display: block;
    width: 50%;
    padding-left: 20px;
}

.auction__cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: -10px;
}

.auction__cards .auction-card {
    display: block;
    width: 50%;
    padding: 10px;
}

.auction__cards.past-auctions .auction-card {
    width: 33.33%;
}

.auction__cards .card-wrapper {
    position: relative;
    display: block;
    overflow: hidden;
    height: 45vw;
    max-height: 250px;
    min-height: 190px;
}

.auction__cards .card-wrapper .sold__for {
    position: absolute;
    z-index: 2;
    top: 5px;
    right: 5px;
    margin-bottom: 0;
    color: #fff;
    background-color: rgb(0 0 0 / 70%);
    padding: 10px;
    font-size: 14px;
    line-height: 1em;
    max-width: calc(100% - 10px);
}

.auction__cards .card-wrapper .sold__for span {
    text-decoration: none;
    font-weight: 700;
}

.map-card-wrapper {
    position: relative;
    display: block;
    overflow: hidden;
    height: 45vw;
    width: 300px;
    max-height: 200px;
    min-height: 190px;
}

.auction__cards .auction__image, 
.map-card-wrapper .auction__image {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background-color: #0c1713;
}

.auction__cards .auction__image img,
.map-card-wrapper .auction__image img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
}

.auction__cards .auction__info,
.map-card-wrapper .auction__info {
    position: absolute;
    z-index: 2;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    padding: 10px;
    -webkit-transition: all ease-in-out .2s;
    -o-transition: all ease-in-out .2s;
    transition: all ease-in-out .2s;
    pointer-events: none;
    background-color: rgb(107 0 0 / 50%);
}

.auction__cards .card-wrapper:hover .auction__info, 
.map-card-wrapper:hover .auction__info {
    background-color: rgb(107 0 0);
}

.auction__cards .auction--category,
.map-card-wrapper .auction--category {
    font-size: 14px;
    position: relative;
    display: block;
    margin: 0 auto;
    color: #FFF;
}

.auction__cards .auction--title, 
.map-card-wrapper .auction--title {
    font-family: expressway, sans-serif;
    font-size: 18px;
    font-weight: 600;
    display: block;
    margin-bottom: 0;
    color: #FFF;
}

.auction__cards .auction--date,
.map-card-wrapper .auction--date {
    font-size: 13px;
    font-style: italic;
    margin-bottom: 5px;
    color: #FFF;
    line-height: 1.3em;
}

.auction__cards .auction--date > span, 
.map-card-wrapper .auction--date > span {
    margin: 0 5px;
}

.upcoming__auctions .auctions__header {
    display: block;
    margin-bottom: 20px;
    padding: 30px 20px;
    text-align: center;
    background-color: #DDD;
}

.upcoming__auctions .auctions__header h1 {
    margin-bottom: 5px;
}

.map-card-wrapper .auction--date {
    font-size: 12px;
}

.map-card-wrapper .auction--title {
    font-size: 16px;
    margin: 3px 0;
}

.map-card-wrapper .auction--category {
    font-size: 12px;
}

.gm-style .gm-style-iw-c .gm-style-iw-chr {
    position: absolute;
    top: 12px;
    z-index: 2;
    right: 12px;
    background-color: #fff;
}

.gm-style .gm-style-iw-c .gm-style-iw-chr span {
    margin: 0 !important;
}

.gm-style .gm-style-iw-c .gm-style-iw-chr button {
    width: 24px !important;
    height: 24px !important;
}

.gm-style .gm-style-iw-d {
    padding-top: 12px;
    overflow: auto !important;
    padding-right: 12px;
    padding-bottom: 12px;
}

@media only screen and (max-width: 1200px){
    .auction__cards.past-auctions .auction-card {
        width: 50%;
    }
}

@media only screen and (max-width: 980px){
    .upcoming__auctions .col-map {
        display: none;
    }

    .upcoming__auctions .col-info {
        padding: 0;
        width: 100%;
    }

    .upcoming__auctions {
        padding: 0;
    }

    .upcoming__auctions .inner-wrap {
        padding: 20px 0;
        max-width: 747px;
        width: 100%;
    }
}

@media only screen and (max-width: 768px){
    .upcoming__auctions .inner-wrap {
        max-width: 620px;
    }

    .auction__cards .auction-card,
    .auction__cards.past-auctions .auction-card {
        width: 100%;
    }
}

@media only screen and (max-width: 640px){
    .upcoming__auctions .inner-wrap {
        max-width: 480px;
    }
}

@media only screen and (max-width: 500px){
    .upcoming__auctions .inner-wrap {
        max-width: 92%;
    }
}

@media only screen and (max-width: 420px){
    .auction__cards .auction--title, 
    .map-card-wrapper .auction--title {
        font-size: 16px;
        line-height: 1.3em;
    }

    .auction__cards .card-wrapper {
        min-height: 225px;
    }

    .auction__cards .card-wrapper .sold__for {
        font-size: 13px;
    }
}

.main__404 {
    display: block;
    padding: 110px 0;
    text-align: center;
}

@media only screen and (max-width: 980px){
    .main__404 {
        display: block;
        padding: 60px 0;
        text-align: center;
    }
}

.auction__map {
    display: block;
    overflow: hidden;
    position: relative;
    padding: 0 0 110px;
}

@media only screen and (max-width: 980px){
    .auction__map {
        padding: 0 0 60px;
    }
}

.helpful__links .h4 {
    margin-bottom: 10px;
}

.helpful__links a {
    color: #e88873;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-decoration-style: dotted;
    text-underline-offset: 3px;
    display: inline-block;
    margin-right: 15px;
    position: relative;
}

.helpful__links a:hover {
    color: #820907;
}

.helpful__links a:after {
    content: '|';
    position: absolute;
    right: -10px;
    color: #0c1713;
    pointer-events: none
}

.helpful__links a:last-child {
    margin-right: 0;
}

.helpful__links a:last-child:after {
    display: none;
}

.sold__for {
    display: block;
    margin-bottom: 25px;
}

.sold__for span {
    text-decoration: underline;
    text-underline-offset: 5px;
    text-decoration-style: double;
}

@media only screen and (max-width: 980px){
    .single__auction__main .flex-row {
        margin: 0;
    }

    .single__auction__main .flex-row > .grid-3 {
        width: 100%;
        padding: 0;
        margin-bottom: 40px;
    }

    .single__auction__main .flex-row > .grid-3:last-child {
        margin-bottom: 0;
    }

    .single__auction__main .img-wrap {
        display: block;
        overflow: hidden;
        position: relative;
        max-height: 380px;
        min-height: 250px;
        height: 50vw;
    }

    .single__auction__main .img-wrap img {
        position: relative;
        display: block;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center;
    }

    .auction__header {
        padding: 25px 0;
    }

}

@media only screen and (max-width: 768px){
    .first__auction__gallery .grid-2 {
        width: 50%;
    }
}

@media only screen and (max-width: 640px){
    .auction__header .group {
        margin: 0 -5px;
    }

    .auction__header .group .grid-2:nth-child(2) {
        order: 0;
        width: 100%;
        margin-bottom: 5px;
    }

    .auction__header .group .grid-2 {
        order: 1;
        width: 50%;
        padding: 0 5px;
    }

    .auction__header .h3 {
        border-bottom: 1px solid #aeadae;
        padding-bottom: 10px;
    }

    .auction__header {
        padding: 20px 0;
    }

}

@media only screen and (max-width: 500px){
    .first__auction__gallery .grid-2 {
        padding: 5px;
    }

    .first__auction__gallery .group {
        margin: -5px;
    }

    .auction__header a {
        font-size: 14px;
        display: inline-block;
    }
}

.mobile-auction-filter {
    font-size: 16px;
    font-weight: bold;
    display: none;
    width: 100%;
    height: auto;
    padding: 15px;
    text-transform: uppercase;
    color: white;
    border: none;
    border-radius: 0px;
    background: #0C1713;
}

.mobile-auction-filter:after {
    content: '\f107';
    display: inline-block;
    font-family: 'Font Awesome 6 Pro';
    font-size: 90%;
    margin-left: 5px;
}

.mobile-auction-filter.active:after {
    content: '\f106';
}

@media only screen and (max-width: 768px){
    .mobile-auction-filter {
        display: block;
    }

    .mobile-auction-filter + .search-form-wrap {
        display: grid;
        grid-template-rows: 0fr;
        transition: grid-template-rows .2s ease-out;
    }
    
    .mobile-auction-filter + .search-form-wrap.active {
        grid-template-rows: 1fr;
    }
    
    .mobile-auction-filter + .search-form-wrap .inner-wrapper {
        overflow: hidden;
    }
    
    .mobile-auction-filter + .search-form-wrap form {
        padding: 10px;
        background-color: #f7f7f7;
    }
}
.gallery {
list-style: none;
margin-left: 0; }
.gallery img{
    margin-bottom: 0px!important;}
.gallery *[class^="grid"] {
    margin-bottom: 16px; }
    .gallery *[class^="grid"] a {
        position: relative;
        display: block; }
        .gallery *[class^="grid"] a:before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(255,255,255,0);
            -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; }
        .gallery *[class^="grid"] a:hover:before,
        .gallery *[class^="grid"] a:focus:before {
            background: rgba(255,255,255,.5); }
        .gallery.slider {
                margin-bottom: 0; }	
            .gallery .gallery-item img{
                object-fit: cover;
                width: 100%;
                margin-bottom: 0px!important;}	
                .grid-4 .lSSlideOuter {
                    margin-bottom: 32px;}
        .gallery li:before, .lSGallery li:before {
            display: none;
        }
        .lSGallery li, .gallery-item {
            padding-left: 0;
        }
@media (min-width: 501px) and (max-width: 768px) {
            .flex-row {
                display: flex;
            }
        
            .search-wrapper {
                order: 1;
            }
        
            .btn-wrapper {
                order: 2;
            }
        
            .select-wrapper {
                order: 3;
            }
        
            /* If you want upcoming-btn-wrapper to remain last (optional) */
            .upcoming-btn-wrapper {
                order: 4;
            }
            .page-id-6 .homepage__search__bar .search-wrapper input[type="text"] {
                padding: 14px 20px;
            }
        }
