html {
  box-sizing: border-box;
  font-size: 16px !important;
}
*,
*::before,
*::after {
  box-sizing: inherit;
}
body {
  font-size: 1rem;
  --wp--preset--font-size--small: 1rem;
}
img {
  max-width: 100%;
  height: auto;
}

.editor-styles-wrapper :where(.wp-site-blocks) > * {
  margin-block-start: 0 !important;
}
main {
  margin-block-start: 0 !important;
  margin-block-end: 0 !important;
}
.editor-styles-wrapper .edit-post-visual-editor__post-title-wrapper h1 {
  max-width: 1280px;
  margin-bottom: 2rem;
  text-align: center;
}
:where(.wp-site-blocks) > *,
:where(.wp-site-blocks) > div {
  margin-block-start: 0 !important;
  margin-block-end: 0 !important;
}
:where(body .is-layout-constrained) > div {
  margin-block-start: 0 !important;
  margin-block-end: 0 !important;
}
.is-layout-constrained > * {
  margin-block-start: 0;
  margin-block-end: 0;
}
.wp-block-video {
  margin: 0 !important;
}

/* grid */
._row {
  display: flex;
  flex-wrap: wrap;
}
._row-padded {
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
  flex-wrap: wrap;
}
._col-8 {margin: 0 1rem;width: calc(8.333% - 2rem);}
._col-17 {margin: 0 1rem;width: calc(16.666% - 2rem);}
._col-20 {margin: 0 1rem;width: calc(20% - 2rem);}
._col-25 {margin: 0 1rem;width: calc(25% - 2rem);}
._col-30 {margin: 0 1rem;width: calc(30% - 2rem);}
._col-33 {margin: 0 1rem;width: calc(33.333% - 2rem);}
._col-40 {margin: 0 1rem;width: calc(40% - 2rem);}
._col-42 {margin: 0 1rem;width: calc(41.666% - 2rem);}
._col-45 {margin: 0 1rem;width: calc(45% - 2rem);}
._col-50 {margin: 0 1rem;width: calc(50% - 2rem);}
._col-55 {margin: 0 1rem;width: calc(55% - 2rem);}
._col-58 {margin: 0 1rem;width: calc(58.333% - 2rem);}
._col-60 {margin: 0 1rem;width: calc(60% - 2rem);}
._col-67 {margin: 0 1rem;width: calc(66.666% - 2rem);}
._col-70 {margin: 0 1rem;width: calc(70% - 2rem);}
._col-75 {margin: 0 1rem;width: calc(75% - 2rem);}
._col-80 {margin: 0 1rem;width: calc(80% - 2rem);}
._col-83 {margin: 0 1rem;width: calc(83.333% - 2rem);}
._col-92 {margin: 0 1rem;width: calc(91.666% - 2rem);}
._col-100 {margin: 0 1rem;width: calc(100% - 2rem);}

._col-8w {margin: 0;width: 8.333%;}
._col-17w {margin: 0;width: 16.666%;}
._col-20w {margin: 0;width: 20%;}
._col-25w {margin: 0;width: 25%;}
._col-30w {margin: 0;width: 30%;}
._col-33w {margin: 0;width: 33.333%;}
._col-40w {margin: 0;width: 40%;}
._col-42w {margin: 0;width: 41.666%;}
._col-45w {margin: 0;width: 45%;}
._col-50w {margin: 0;width: 50%;}
._col-55w {margin: 0;width: 55%;}
._col-58w {margin: 0;width: 58.333%;}
._col-60w {margin: 0;width: 60%;}
._col-67w {margin: 0;width: 66.666%;}
._col-70w {margin: 0;width: 70%;}
._col-75w {margin: 0;width: 75%;}
._col-80w {margin: 0;width: 80%;}
._col-83w {margin: 0;width: 83.333%;}
._col-92w {margin: 0;width: 91.666%;}

/*[class^="_col-"], [class*="_col-"] {
  position: relative;
}*/

._col-fill {margin: 0 1rem;flex: 1;min-width: 0;}
._v-centered {align-items: center;}
._h-centered {text-align: center;}

h1 {
  font-size: clamp(2.25rem, 0.375rem + 5vw, 4.125rem);
}
h2 {
  font-size: clamp(1.875rem, 0.375rem + 3.25vw, 3.375rem);
}
h3 {
  font-size: clamp(1.625rem, 0.625rem + 2.667vw, 2.625rem);
}
h4 {
  font-size: clamp(1.25rem, 0.875rem + 1vw, 1.625rem);
  line-height: 1.2;
}
h1, h2, h3, h4 {
  padding: 0 0 1.5rem;
}

p, li {
  margin: 0;
  padding: 0 0 1.5rem;
  font-size: var(--wp--preset--font-size--default);
  font-weight: 300;
  line-height: 1.5;
}

a {
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.wp-element-button:hover {
  scale: 110%;
  box-shadow: 0px 0px 20px rgba(0,0,0,0.3);
}
.wp-block-button__link {
  margin-top: 10px;
  margin-bottom: 5px;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn-white .wp-block-button__link {
  border-color: #fff;
  color: #fff;
}

.sr-only {
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  margin: -1px;
}

.wp-block-navigation__responsive-container {
  color: #fff !important;
}
.header-inner .wp-block-navigation-item {
  position: relative;
}
.header-inner .wp-block-navigation-item.current-menu-item:after {
  content: '';
  width: 100%;
  height: 1px;
  left: 0;
  top: 100%;
  position: absolute;
  background: #fff;
  display: block;
}
/* Change the WordPress default css to a 830px media query */
@media (min-width: 1000px) {
  .wp-block-navigation__responsive-container-open:not(.always-shown) {
      display: none !important;
  }
  .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) {
      display: block !important;
      width: 100%;
      position: relative;
      z-index: auto;
      background-color: inherit;
  }
}
/* Remove the WordPress default for 600px */
@media (min-width: 600px) {
  .wp-block-navigation__responsive-container-open:not(.always-shown) {
      display: flex;
  }
  .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) {
      display: none;
  }
}

/* Simple Animations
--------------------------------------------- */
@keyframes simple-fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes simple-fadeindown {
  0% {
    transform: translate3d(0,-200px,0);
    opacity: 0;
  }
  100% {
    transform: translate3d(0,0,0);
    opacity: 1;
  }
}
@keyframes simple-fadeinup {
  0% {
    transform: translate3d(0,200px,0);
    opacity: 0;
  }
  100% {
    transform: translate3d(0,0,0);
    opacity: 1;
  }
}
@keyframes simple-fadeinleft {
  0% {
    transform: translate3d(-200px,0,0);
    opacity: 0;
  }
  100% {
    transform: translate3d(0,0,0);
    opacity: 1;
  }
}
@keyframes simple-fadeinright {
  0% {
    transform: translate3d(200px,0,0);
    opacity: 0;
  }
  100% {
    transform: translate3d(0,0,0);
    opacity: 1;
  }
}

.site-main [class*="_fade"] {
  opacity: 0;
}
.acf-block-preview div[class*="_fade"],
.acf-block-preview a[class*="_fade"] {
  opacity: 1;
}
.in-view ._fadeIn {
  animation: 1s ease-in-out normal forwards simple-fadein;
}
.in-view ._fadeInSlow {
  animation: 2s ease-in-out normal forwards simple-fadein;
}
.in-view ._fadeInDown {
  animation: 1s ease-in-out normal forwards simple-fadeindown;
}
.in-view ._fadeInDownSlow {
  animation: 2s ease-in-out normal forwards simple-fadeindown;
}
.in-view ._fadeInUp {
  animation: 1s ease-in-out normal forwards simple-fadeinup;
}
.in-view ._fadeInUpSlow {
  animation: 2s ease-in-out normal forwards simple-fadeinup;
}
.in-view ._fadeInLeft {
  animation: 1s ease-in-out normal forwards simple-fadeinleft;
}
.in-view ._fadeInLeftSlow {
  animation: 2s ease-in-out normal forwards simple-fadeinleft;
}
.in-view ._fadeInRight {
  animation: 1s ease-in-out normal forwards simple-fadeinright;
}
.in-view ._fadeInRightSlow {
  animation: 2s ease-in-out normal forwards simple-fadeinright;
}

.header a {
  text-decoration: none;
}
.header > div:first-child {
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
}
/*.header-inner {
  position: relative;
}*/
.consignment-tag {
  right: 0;
  top: calc(100% - 12px);
  position: absolute;
  z-index: 2;
}
main {
  min-height: calc(100vh - 200px);
}

/*http://dev.bocaestateauction.com/wp-content/uploads/2024/07/home-hero.webp*/
.home-hero {
  padding-top: 10%;
  padding-bottom: 60px;
  background-image: url('../../../../uploads/2024/07/home-hero.webp');
  background-repeat: no-repeat;
  background-position: center -110px;
  background-size: 100% auto !important;
}
.home-hero-content {
  padding-top: 60px;
  padding-bottom: 60px;
}
.hero-logo {
  max-width: 320px;
}
.hero-separator {
  width: 60% !important;
  max-width: 600px;
}
.home-hero-content h1 {
  margin-top: -15px;
  padding-bottom: 50px;
  color: #fff;
  letter-spacing: 2px;
}
.buy-or-sell {
  padding: 3rem;
  background: rgba(255,255,255,0.6);
}
@media (max-width: 1000px) {
  .home-hero {
    background-size: 150% !important;
  }
}
@media (max-width: 700px) {
  .home-hero {
    background-size: 210% !important;
  }
}
@media (max-width: 600px) {
  .buy-or-sell {
    padding: 3rem 1.5rem;
  }
}
@media (max-width: 500px) {
  .home-hero {
    background-size: 270% !important;
  }
}
.questions-concerns > div:first-child {
  padding-top: 4%;
  padding-bottom: 4%;
  max-width: 1040px;
}

.form-input-row {
  padding-bottom: 20px;
}
.form-inputs input,
.form-inputs textarea {
  padding: 15px 10px;
  font-size: 18px;
  max-width: 100%;
  border: 1px solid #bbb;
  border-radius: 5px;
}
.form-inputs textarea {
  height: 167px;
}
.form-inputs .btn-row-btn {
  position: relative;
}
.form-inputs p.faux-label {
  padding-bottom: 0;
  margin-bottom: 0.5rem;
}
.form-inputs label:not([class="sr-only"]) {
  font-size: 1rem
}
.form-inputs .btn-row-btn {
  position: relative;
}
.form-inputs .btn-row-btn input[type="submit"] {
  margin: 0 auto;
  min-width: 200px;
  padding: 1rem 2rem;
  height: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-weight: bold;
  color: #000;
  background: transparent;
  border: 1px solid #000;
  border-radius: 5px;
  box-shadow: 0px 0px 15px rgba(0,0,0,0);
  position: relative;
  z-index: 2;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.form-inputs .btn-row-btn input[type="submit"]:hover,
.form-inputs .btn-row-btn input[type="submit"]:focus {
  transform: scale(110%);
  border-radius: 5px;
  box-shadow: 0px 0px 15px rgba(0,0,0,0.3);
}
.form-inputs .btn-row-btn .wpcf7-spinner {
  right: -28px;
  top: 29px;
  position: absolute;
  z-index: 3;
}
.form-inputs .wpcf7-not-valid-tip {
  padding: 1px 10px 2px;
  font-size: 0.875rem;
  text-align: left;
  color: #fff;
  background: rgba(0,0,0,0.5);
  border-radius: 5px;
  display: inline-block;
}
.form-inputs .wpcf7-response-output {
  margin: 1.5em 0 0 !important;
  padding: 0.5em 2em !important;
  color: #fff;
  line-height: 1.2;
  background: rgba(0,0,0,0.5);
  border: none !important;
}
.block-editor-block-list__block .screen-reader-response {
  display: none;
}
.block-editor-block-list__layout .form-inputs .wpcf7-response-output {
  display: none;
}

.join-email > div:first-child {
  padding-top: 4%;
  padding-bottom: 4%;
}
.join-email .wp-block-heading,
.join-email p {
  padding-bottom: 0.5rem;
}
.join-email .form-inputs-wrap {
  margin: 0 auto;
  max-width: 420px;
}
.join-email .form-inputs input {
  text-align: center;
}
.join-email .form-inputs .btn-row-btn {
  text-align: center;
}
.join-email .form-inputs .btn-row-btn input[type="submit"] {
  color: #fff;
  border-color: #fff;
}
.footer-upper {
  padding-top: 70px !important;
  padding-bottom: 70px !important;
}
.footer-upper .wp-block-social-links {
  margin: 15px auto;
  font-size: 30px !important;
  visibility: hidden;
}
.footer-upper p span {
  padding: 0 5px;
  display: inline-block;
}
.footer-upper p i {
  padding-top: 15px;
  font-style: normal;
  display: block;
}
.footer-lower {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
  gap: 4px !important;
}
.footer-upper p,
.footer-lower p {
  margin: 0;
  padding: 0;
  font-size: 18px;
  line-height: 1.6;
  font-weight: 400;
}
.footer-upper a,
.footer-lower a {
  text-decoration: none;
}
@media (max-width: 820px) {
  .footer-upper p > span {
    display: block;
  }
}
@media (max-width: 450px) {
  .footer-upper p {
    font-size: 14px;
  }
  .footer-lower p {
    font-size: 12px !important;
  }
}

.wp-block-post-title {
  text-align: center;
}