@font-face {
  font-family: AlverataBl;
  src: local("AlverataBl"), url("../../pre/static/AlverataBl.otf") format("opentype");
}
@font-face {
  font-family: Allura;
  src: local("Allura-Regular"), url("../../pre/static/Allura-Regular.ttf") format("truetype");
}
@font-face {
  font-family: ImperialScript;
  src: local("ImperialScript-Regular"), url("../../pre/static/ImperialScript-Regular.ttf") format("truetype");
}
@font-face {
  font-family: Greatly;
  src: local("Greatly Clean"), url("../../pre/static/Greatly Clean.otf");
}
:root {
  pointer-events: auto;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 100;
  }
}
body {
  animation: 0.5s ease-in-out 0s 1 fadeIn;
  margin: 15px 0 0 0;
  width: 100vw;
  background-color: #f9f7ea;
  font-family: AlverataBl;
}

figure {
  margin: 0;
}

#logo {
  position: absolute;
  top: 15px;
  left: 15px;
  width: 15vw;
  height: auto;
}
#logo img {
  width: 15vw;
  height: auto;
}

@media screen and (max-width: 600px) {
  #logo {
    width: 30vw;
    left: 35vw;
  }
  #logo img {
    width: 30vw;
  }
}
h1 {
  font-family: AlverataBl;
  text-align: center;
  font-weight: 800;
  font-size: 52px;
  line-height: 0.9;
  color: #620a16;
}
h1 strong {
  font-family: Greatly;
  font-weight: 400;
}

h2 {
  font-family: AlverataBl;
  text-align: center;
  font-size: 36px;
  font-weight: 200;
  line-height: 1.1;
}
h2 strong {
  font-family: Greatly;
}

#footer {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 250px;
  background-color: #382f2b;
}
#footer #footer-left {
  width: 50vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#footer #footer-right {
  width: 50vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#footer img {
  height: 125px;
  width: fit-content;
  margin: auto;
}

#footer-block {
  display: flex;
  flex-direction: column;
  background-color: #620a16;
  position: relative;
  padding-top: 2vh;
  padding-bottom: 5vh;
  width: 100vw;
}
#footer-block h2 {
  color: #f9f7ea;
  font-size: 24px;
}

#social-icons {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  height: 100px;
  box-sizing: border-box;
  margin: 0px 5vw 8vh 5vw;
}
#social-icons figure {
  align-content: center;
  width: 45px;
  height: auto;
  padding: 20px;
}
#social-icons img {
  width: 45px;
  height: auto;
}
#social-icons #wedding-wire {
  width: 90px;
  height: auto;
}
#social-icons #wedding-wire img {
  width: 90px;
  height: auto;
}

#addresses {
  text-align: center;
  color: #f9f7ea;
  text-decoration: none;
  padding-bottom: 10vh;
}
#addresses a {
  color: #f9f7ea;
  text-decoration: underline;
}
@keyframes link-hover {
  0% {
    color: #f9f7ea;
  }
  100% {
    color: rgba(249, 247, 234, 0.7333333333);
  }
}
#addresses a:hover {
  animation: 0.25s ease-in 0s both link-hover;
  color: #52453c;
}

@media screen and (max-width: 600px) {
  #footer {
    display: flex;
    flex-direction: column;
    height: 250px;
  }
  #footer #footer-left {
    width: 100vw;
    height: fit-content;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  #footer #footer-right {
    width: 100vw;
    height: fit-content;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  #footer img {
    width: 50%;
    height: auto;
  }
  h1 {
    font-weight: 600;
    font-size: 52px;
    padding: 18px 0 18px;
  }
}
#nav {
  display: flex;
  flex-direction: row;
  width: 100vw;
  height: 125px;
  justify-content: space-around;
}
#nav #nav-logo {
  z-index: 99;
  width: 100%;
  max-width: 200px;
  border-radius: 5px;
}
#nav .main-nav-links {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
#nav .main-nav-links div {
  display: flex;
  position: relative;
  margin-top: auto;
  border-left: #f9f7ea;
  border-right: #f9f7ea;
}
#nav .main-nav-links .nav-link {
  display: block;
  padding: 45px 3vw;
}
#nav a {
  text-decoration: none;
  color: #620a16;
}

#mobile-nav {
  display: none;
}

@media screen and (max-width: 600px) {
  #nav {
    display: none;
  }
  #mobile-nav {
    z-index: 99;
    display: block;
    position: fixed;
    top: 15px;
    right: 15px;
    box-sizing: border-box;
    height: 25px;
    width: 25px;
  }
  #mobile-nav #mobile-nav-top-rectangle {
    position: fixed;
    top: 15px;
    right: 15px;
    background-color: #620a16;
    width: 25.5px;
    height: 2px;
  }
  #mobile-nav #mobile-nav-mid-rectangle {
    position: fixed;
    top: 22.5px;
    right: 15px;
    background-color: #620a16;
    width: 22.1px;
    height: 2px;
  }
  #mobile-nav #mobile-nav-bottom-rectangle {
    position: fixed;
    top: 30px;
    right: 15px;
    background-color: #620a16;
    width: 25.5px;
    height: 2px;
  }
  #mobile-nav .nav-clicked {
    background-color: #620a16;
    right: 25px;
  }
}
#tour-button-overlay {
  z-index: 99;
  cursor: pointer;
  position: fixed;
  bottom: 0;
  width: 100vw;
  height: 50px;
  font-family: AlverataBl;
  display: block;
  margin: auto;
  justify-content: center;
  align-items: center;
  align-content: center;
  text-align: center;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  background: rgba(98, 10, 22, 0.86);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(13px);
  -webkit-backdrop-filter: blur(13px);
  border: 1px solid rgba(217, 217, 217, 0.8);
}
#tour-button-overlay a {
  color: #f9f7ea;
  width: 100%;
  text-align: center;
  font-size: 18px;
}

@media screen and (min-width: 600px) {
  #tour-button-overlay {
    position: fixed;
    width: 235px;
    bottom: 15px;
    right: 15px;
    border-radius: 10px;
  }
  @keyframes colorFade {
    from {
      background-color: #620a16;
      height: 50px;
      width: 235px;
    }
    to {
      background-color: #52453c;
      height: 52px;
      width: 238px;
    }
  }
  #tour-button-overlay:hover {
    animation: 0.2s ease-in 0s forwards colorFade;
  }
}
#main-header {
  position: relative;
  margin: 15vh auto 1vh auto;
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 10vh;
}

#plant-left {
  position: relative;
  left: -90px;
  top: 10px;
}
#plant-left img {
  height: auto;
}

#plant-right {
  position: relative;
  rotate: 180deg;
  right: -90px;
  top: -5px;
}
#plant-right img {
  height: auto;
}

.hero-slider {
  display: flex;
  flex-direction: row;
  width: 100%;
  overflow: hidden;
  padding: 0px 0px 45px 0px;
}
.hero-slider img {
  position: relative;
  left: 0px;
  border-radius: 10px;
  padding: 0 5px;
  margin: 0;
  width: fit-content;
  height: 50vh;
}

@media screen and (max-width: 600px) {
  h2 {
    margin: 25px auto 10px;
  }
  p {
    margin: 22px auto;
  }
  #main-header {
    position: relative;
    margin: 10vh auto;
    text-align: center;
    width: 50%;
    padding-bottom: 1vh;
  }
}
#mc_embed_shell {
  position: relative;
  height: fit-content;
  width: 90%;
  margin: 5%;
  display: flex;
  flex-direction: column;
}
#mc_embed_shell h2 {
  padding-bottom: 50px;
}
#mc_embed_shell .indicates-required {
  padding-left: 5%;
  font-size: 10px;
}
#mc_embed_shell .mc-field-group {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 10px 0px 5px 0px;
}
#mc_embed_shell .mc-field-group input {
  font-family: AlverataBl;
  flex-grow: 3;
  margin-left: 25px;
  padding: 0px 5px;
  height: 15px;
  background-color: #f9f7ea;
  border-top-style: none;
  border-left-style: none;
  border-right-style: none;
  border-bottom: 1px solid #620a16;
}
@keyframes selector {
  0% {
    border-left-color: rgba(98, 10, 22, 0);
    border-right-color: rgba(98, 10, 22, 0);
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }
  100% {
    border-left-color: #620a16;
    border-right-color: #620a16;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
  }
}
#mc_embed_shell .mc-field-group input:focus, #mc_embed_shell .mc-field-group input:focus-visible {
  animation: 0.5s ease-in-out 0s 1 both selector;
  outline: none;
  border-left: 1px solid;
  border-right: 1px solid;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
#mc_embed_shell #mc-embedded-subscribe {
  cursor: pointer;
  position: relative;
  height: 50px;
  width: min(75%, 250px);
  display: block;
  margin: 25px auto;
  justify-content: center;
  align-items: center;
  align-content: center;
  background-color: #620a16;
  color: #f9f7ea;
  font-family: AlverataBl;
  font-size: 1rem;
  text-align: center;
  border-radius: 10px;
  border-style: none;
}

#content-container {
  width: 100vw;
}

p, li {
  font-size: 1em;
  padding: 22px auto;
  font-family: Georgia, "Times New Roman", Times, serif;
}

#about-block {
  position: relative;
  width: 50%;
  display: flex;
  flex-direction: column;
  padding-left: 25%;
}

#now-booking {
  width: 100vw;
  box-sizing: border-box;
  position: relative;
  left: -50%;
  background-image: url("http://admin.omniwinery.com/wp-content/uploads/2025/10/Grapes-Icon-White-1.png");
  background-size: 110%;
  background-position: -70% 25%;
  background-repeat: no-repeat;
  margin-top: 55px;
  padding-bottom: 55px;
}
#now-booking p {
  width: 50%;
  margin: 22px auto;
}
#now-booking #now-booking-divider {
  position: relative;
  rotate: 180deg;
  margin: auto 40vw;
  top: -5px;
}
#now-booking #now-booking-divider img {
  height: auto;
  width: 20vw !important;
}

#construction-booking-image img {
  position: relative;
  width: 100%;
  height: 35vh;
  border-radius: 10px;
}

#tour-book-p {
  text-align: center;
}

#venue-features {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 75px repeat(3, 225px);
  background-color: #620a16;
  color: #f9f7ea;
}
#venue-features h2 {
  grid-column: span 3;
  font-family: AlverataBl;
  line-height: 1;
  text-align: center;
}
#venue-features .venue-feature {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
}
#venue-features .venue-feature .inner-div p {
  text-align: center;
  font-family: AlverataBl;
  font-weight: 200;
  font-size: 14px;
  margin-left: 15%;
  margin-right: 15%;
}
#venue-features .left-border::before {
  content: "";
  height: calc(100% - 50px);
  width: 1px;
  top: 30px;
  background-color: #f9f7ea;
  position: absolute;
  left: 0;
}
#venue-features .venue-feature::after {
  content: "";
  width: 80%;
  height: 1px;
  background-color: #f9f7ea;
  position: absolute;
  bottom: 0;
  left: 10%;
}

@media screen and (min-width: 600px) {
  #venue-features .no-bottom::after {
    display: none;
  }
}
#tour-button-inline {
  cursor: pointer;
  font-family: AlverataBl;
  position: relative;
  height: 50px;
  width: min(75%, 250px);
  display: block;
  margin: 25px auto;
  justify-content: center;
  align-items: center;
  align-content: center;
  background-color: #620a16;
  color: #f9f7ea;
  text-align: center;
  border-radius: 10px;
}

#bio-block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 6fr;
  height: 600px;
  gap: 25px;
  padding: 35px 5%;
  width: 90%;
  background-image: url("http://admin.omniwinery.com/wp-content/uploads/2025/10/Grapes-Icon-White-1.png");
  background-size: 110%;
  background-position: 10% 95%;
  background-repeat: no-repeat;
  overflow: visible;
}
#bio-block #group-image {
  grid-row: 1/3;
  max-height: 600px;
}
#bio-block #group-image img {
  height: 90%;
  width: 90%;
  margin: 5% 5% 5% 0px;
  object-fit: cover;
  border-radius: 10px;
}
#bio-block h2 {
  text-align: left;
  grid-column: 2;
  margin-top: 5%;
}
#bio-block #omni-story {
  grid-column: 2;
}

@media screen and (max-width: 600px) {
  #about-block {
    width: 100%;
    padding: 0px;
    box-sizing: border-box;
    position: relative;
  }
  #about-text {
    width: 90%;
    margin: 0 5%;
  }
  #now-booking {
    left: 0px;
  }
  #now-booking p {
    width: 90%;
  }
  #venue-features {
    padding: 35px 3vw 25px 3vw;
    display: flex;
    flex-direction: column;
    flex-grow: 2;
    margin-top: 25px;
    margin-bottom: 15px;
  }
  #venue-features .venue-feature {
    width: 100%;
    height: 150px;
  }
  #venue-features .venue-feature .inner-div p {
    margin: 35px 10%;
  }
  #venue-features .venue-feature::before {
    display: none;
  }
  #venue-features :last-child::after {
    display: none;
    margin-bottom: 5px;
  }
  #bio-block {
    width: 90%;
    height: fit-content;
    padding-top: 50px;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: repeat(10, min(125px, fit-content));
    align-items: center;
    justify-items: center;
    gap: 0px;
    margin: 0px;
    padding-bottom: 0px;
  }
  #bio-block #group-image {
    align-self: stretch;
    justify-self: stretch;
    grid-row: 1/4;
    grid-column: 1/3;
    margin: 0 5%;
  }
  #bio-block #group-image img {
    width: 90% !important;
    object-fit: cover;
    grid-row: 1/4;
    border-radius: 10px;
    margin: 0% 5%;
  }
  #bio-block h2 {
    grid-row: 4;
    grid-column: 1/3;
    margin: 0px;
    text-align: center;
  }
  #bio-block #omni-story {
    width: 90%;
    padding: 0 5%;
    grid-row: 5/10;
    grid-column: 1/3;
  }
}

/*# sourceMappingURL=main.css.map */
