@import url('https://fonts.googleapis.com/css2?family=Anton&family=Frank+Ruhl+Libre:wght@300..900&family=Roboto+Flex:opsz,wght,XOPQ,XTRA,YOPQ,YTDE,YTFI,YTLC,YTUC@8..144,100..1000,96,468,79,-203,738,514,712&display=swap');

/* FONT */

body {
  font-weight: 100;
  background-color: var(--body-bg);
  -webkit-font-smoothing: antialiased;
  font-family: "Frank Ruhl Libre", serif;
}
a {
  font-family: "Roboto Flex", "Roboto", sans-serif;
  font-weight: 400;
}
@media (max-width: 991px) {
  body:has(.navbar-custom.open) {
      overflow: hidden;
  }
}

body strong {
  font-weight: 700;
}
.woa-padding {
  padding:40px 0;
}

/* TYPOGRAPHY */

.woa-heading {
  text-transform: uppercase;
  text-align:center;
  font-weight:bold;
  margin-bottom: 20px;
}

/* SITE-NAVIGATION NAVBAR */

.site-navigation .woa-navbar-nav {
  width: 100%;
}

/* SITE-BODY */

.site-body {
  padding-top: 40px;
  padding-bottom: 40px;
}

/* BRAND */

@media(max-width:991px) {
  .woa-navbar-header .company-name {
    display: none;
  }
}

/* HEADER */

.site-header {
  background-color: var(--header-bg);
  color: var(--header-text);
}
.site-header svg {
  fill: var(--header-text);
  margin-top: -3px;
}
.site-header a {
  text-decoration: none;
}
@media(min-width:992px) {
  .site-header {
    padding: 20px 0;
  }
}
.site-header .grid {
  grid-template-columns: repeat(5, 20%);
  grid-template-rows: repeat(3,auto) auto;
}

@media(min-width: 992px) {
  .site-header .grid {
    grid-template-rows: repeat(3,33.3%);
  }
}

.site-header .grid .woa-navbar-header {
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 4;
  justify-self: left;
  align-self: center;
}
.pra_contact {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 1rem;
  max-width: unset;
  width: 20%;
}
.pra_contact a {
  color: white;
}
.pra_contact_container {
  flex-direction: column;
  align-items: flex-end;
}
@media (max-width:991px) {
  body:has(.open) .pra_contact {
    display: flex;
    position: absolute;
    align-items: flex-start;
    bottom: 20%;
    margin-left: 10px;
    width: 100%;
  }
  body .pra_contact {
    display: none;
    max-width: min-content;
  }
  .pra_contact_container {
    align-items: flex-start;
  }
}

@media(min-width: 576px) {
  .site-header .grid .woa-navbar-header {
    grid-column-end: 2;
  }
}

.site-header .grid .site-navigation {
  grid-column-start: 1;
  grid-column-end: 6;
  grid-row-start: 4;
  grid-row-end: 4;
}
.woa-container--header {
  padding: 1rem;
}
.custom-nav {
  padding: 0;
}

@media(min-width: 992px) {
  .woa-container--header {
    padding: 20px 0;
  }
  .site-header .grid .site-navigation {
    grid-column-start: 2;
    grid-column-end: 6;
    grid-row-start: 1;
    grid-row-end: 4;
  }
  .woa-navbar-header {
    display: flex;
    width: 80%;
    font-size: 3rem;
    align-items: center;
    font-family: "Anton", Impact, serif;
    text-transform: uppercase;
    gap: 2rem;
  }
}

.site-header .grid .woa-navbar-toggler {
  grid-column-start: 5;
  grid-column-end: 6;
  grid-row-start: 1;
  grid-row-end: 4;
  justify-self: end;
  align-self: center;
}

/* BANNER */

.woa-slider {
  border-bottom: 10px solid transparent;
}

.woa-slider .item-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
}

.woa-slider .grid {
  grid-template-columns: repeat(3, 33.3%);
  grid-template-rows: repeat(3, 33.3%);
}

.woa-slider .grid .grid-item {
  grid-column-start: 1;
  grid-column-end: 4;
  grid-row-start: 1;
  grid-row-end: 4;
}

.woa-slider .grid .grid-item-top-left,
.woa-slider .grid .grid-item-center-left,
.woa-slider .grid .grid-item-bottom-left {
  justify-self: start;
}

.woa-slider .grid .grid-item-top-center,
.woa-slider .grid .grid-item-center,
.woa-slider .grid .grid-item-bottom-center {
  justify-self: center;
}

.woa-slider .grid .grid-item-top-right,
.woa-slider .grid .grid-item-right,
.woa-slider .grid .grid-item-bottom-right {
  justify-self: end;
}

.woa-slider .grid .grid-item-top-left,
.woa-slider .grid .grid-item-top-center,
.woa-slider .grid .grid-item-top-right {
  align-self: start;
}

.woa-slider .grid .grid-item-center-left,
.woa-slider .grid .grid-item-center,
.woa-slider .grid .grid-item-center-right {
  align-self: center;
}

.woa-slider .grid .grid-item-bottom-left,
.woa-slider .grid .grid-item-bottom-center,
.woa-slider .grid .grid-item-bottom-right {
  align-self: end;
}

.woa-slider .grid .grid-item-top-center,
.woa-slider .grid .grid-item-center,
.woa-slider .grid .grid-item-bottom-center {
  text-align: center !important;
}

.woa-slider .grid .grid-item-top-left,
.woa-slider .grid .grid-item-center-left,
.woa-slider .grid .grid-item-bottom-left {
  text-align: left !important;
}

.woa-slider .grid .grid-item-top-right,
.woa-slider .grid .grid-item-center-right,
.woa-slider .grid .grid-item-bottom-right {
  text-align: right !important;
}

.woa-slider-items {
  height: 400px;
}

@media(min-width:768px) {
  .woa-slider-items {
    height: 500px;
  }
}

.woa-slider-item {
  height: 100%;
}

.woa-slider-caption {
  z-index: 100;
  position: relative;
}

.woa-slider-caption-text {
  margin-bottom: 10px;
  overflow:auto;
}

/* AUCTION DATES */

.woa-auction-dates-wrapper {
  background-color: #fafafa;
  padding: 10px 0 20px;
  overflow: auto;
}


@media (min-width: 576px) {
  .woa-auction-dates dt {
    display: block;
    float: left;
    width: 26%;
  }

  .woa-auction-dates dd {
    
  }
}

.woa-page-header {
  height:300px;
  background-color: #333;
}
.home .woa-page-header { 
  height: 600px;
}

.woa-page-header .woa-text-align-middle {
  display: flex;
  height: 100%;
  justify-content: center;
}

.woa-page-header .woa-text-align-middle > * {
  margin: auto 0;
}

.woa-page-header * {
  color: #fff;  
}
.woa-page-header .woa-btn {
  text-shadow: none;
} 
.woa-home-header, .wbtrn-banner-slider-item-video-bg, .wbtrn-banner-slider-item-video-bg__inner, .wbtrn-banner-slider-item-video-bg__inner video {
  height: 100%;
}
.wbtrn-banner-slider-item-video-bg__inner, .wbtrn-banner-slider-item-video-bg__inner video {
  width: 100%;
}
.wbtrn-banner-slider-item-video-bg__inner {
  overflow: hidden;
}
.wbtrn-banner-slider-item-video-bg__inner video {
  object-fit: cover;
  display: block;
}

.wbtrn-banner-slider-item-overlay {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, .5);
}
.wbtrn-banner-slider-item-caption {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* POST */

.entry-header {
  margin-bottom: 40px;
}

/* PANELS */

.woa-tech-support {
  text-align: center;
  /* font-size: 1.4em; */
  margin-top:20px;
}

.woa-tech-support .woa-panel {
  padding: 1.5rem 1.25rem;
}

/* FOOTER */

.site-footer {
  padding-top: 20px;
  padding-bottom: 20px;
}

.site-footer .grid {
  grid-template-columns: repeat(3, 33.333%);
}

.site-footer-section {
  padding: 20px 0;
}

/* FOOTER MENU */

.footer-menu {
  text-align: center;
  list-style: none;
  margin: 0 0 20px 0;
  padding: 0;
}

.footer-menu li {
  display: inline;
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-menu li a {
  margin: 0 5px;
  font-weight: bold;
}

@media(min-width: 768px) {
  .footer-menu {
    text-align: left;
  }
}


/* COPYRIGHT */

.copyright {
  font-size: .825rem;
  text-align: center;
  margin: 0;
}

/* ATTRIBUTION */

.attribution {
  font-size: .825rem;
  text-align: center;
  margin: 0 0 20px;
}

.attribution img {
  width: 120px;
}

/* GOOGLE MAP */

.woa-google-map.site-footer-section {
  padding: 0;
}

.woa-google-map iframe {
  width: 100%;
  height: 200px;
  border: 0;
}

@media(min-width: 420px) {
  .woa-google-map iframe {
    height: 300px;
  }
}

/* ICONS */

.woa-icon {
  fill: #000;
  height: 20px;
  width: 20px;
  vertical-align: middle;
  overflow: hidden;
}

/* FLOATING PHONE NUMBER */

.woa-floating-phone {
  display: block;
  z-index: 1000;
  position: fixed;
  right: 10px;
  bottom: 10px;
}

.woa-floating-phone .woa-icon {
  width: 30px;
  height: 30px;
}

.mc-subscribe-form-wrapper {
  padding: 5rem 0;
  background: #fafafa;
}

/* FOOTER CONTACT CARD */
.woa-contact-card {
  text-align: center;
  padding: 3rem 1rem 0;
}
.woa-contact-card-logo {
  display: block;
}

.upcoming-auctions h2 {
  font-family: "Anton", Impact, sans-serif;
  text-align: center;
}
.current-auctions {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-top: 2rem;
}
.auction-item {
  position: relative;
}
.auction-img img {
  width: 100%;
  object-fit: contain;
}
.auction-info {
  background: rgba(0, 0, 0, .75);
  color: white;
  height: 100%;
  padding: 1rem 2rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1rem;
}
@media (min-width:768px) {
  .auction-img img {
    height: 300px;
    object-fit: cover;
  }
}
@media (min-width:992px) {
  .auction-info {
    position: absolute;
    top: 0;
    width: 350px;
    height: 100%;
    width: 50%;
  }
  .auction-img img {
    height: 500px;
  }
  .auction-item:nth-of-type(odd) .auction-info {
    right: 0;
  }
  .auction-item:nth-of-type(even) .auction-info {
    left: 0;
  }
}
.auction-btn {
  background-color: #D0AA4A;
  width: fit-content;
  padding: .25rem 1.25rem;
  border: 2px solid #D0AA4A;
  transition: .2s ease all;
  color: black;
}
.auction-btn:hover {
  text-decoration: none;
  background: transparent;
  color: white;
}
.auction-desc {
  max-height: 250px;
  overflow-y: scroll;
}
.auction-desc::-webkit-scrollbar {
  width: 7px;
  height: 7px;
}
.auction-desc::-webkit-scrollbar-thumb {
  background: #666;
  border-radius: 5px;
}
.homepage-banner {
  padding: 4rem 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
.homepage-banner::before {
  content: "";
  position: absolute;
  inset: 0; 
  background-color: rgba(0, 0, 0, 0.5); 
}
.homepage-banner-content {
  position: relative;
  z-index: 1;
  color: white;
  text-align: center;
}
.homepage-banner h2 {
  font-family: "Anton", Impact, sans-serif;
}
.banner-content {
  font-size: 1.5rem;
}