html {
  background-color: #020202;
  font-size: 17px;
}
html body {
  color: #FFFFFF;
  font-family: "Forum", "Times New Roman", "Times", serif;
  overflow: hidden;
  line-height: 1.7;
  font-weight: 400;
}

.omoc-button {
  font-family: "Forum", "Times New Roman", "Times", serif;
  font-size: 0.85rem;
  border-radius: 2px;
  border: none;
  min-width: 150px;
  height: 45px;
}
.omoc-button.omoc-button_primary-btn {
  color: #FFFFFF;
  background-color: #B59351;
}
.omoc-button.omoc-button_secondry-btn {
  color: #FFFFFF;
  background-color: rgba(217, 217, 217, 0.08);
}
.omoc-button.omoc-button_text-btn {
  min-width: auto;
  color: #FFFFFF;
  background-color: transparent;
  text-decoration: none;
}
.omoc-button.omoc-button_text-btn.is-text:hover, .omoc-button.omoc-button_text-btn.is-text.is-hovered, .omoc-button.omoc-button_text-btn.is-text:focus, .omoc-button.omoc-button_text-btn.is-text.is-focused, .omoc-button.omoc-button_text-btn:hover {
  background-color: transparent;
  box-shadow: none;
}
.omoc-button.omoc-button_circle-btn {
  line-height: 1.4;
  min-width: auto;
  height: auto;
  border-radius: 50%;
  border: 0.5px solid rgba(182, 195, 195, 0.33);
  height: 100px;
  width: 100px;
  display: inline-block;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #020202;
}
.omoc-button.omoc-button_icon-btn {
  background-color: #B59351;
  border-radius: 50%;
  height: 48px;
  width: 48px;
  min-width: auto;
  color: #FFFFFF;
}
.omoc-button.omoc-button_icon-btn i {
  --fa-rotate-angle: -45deg;
}

.control-sound-button {
  color: #FFFFFF;
  background-color: #B59351;
  border: none;
  border-radius: 3px;
  position: relative;
  cursor: pointer;
}
.control-sound-button::before {
  content: "";
  left: -15px;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: rgba(233, 233, 233, 0.5019607843);
  position: absolute;
}

.omoc-images-by-3 .column {
  padding: 0.5rem;
}
.omoc-images-by-3 .omoc-image {
  height: 450px;
}
.omoc-images-by-3 .omoc-image img {
  height: 100%;
}

.omoc-image img {
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 4px;
  height: 100%;
}
.omoc-image .is-overlay {
  border-radius: 4px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) -28.48%, rgba(0, 0, 0, 0.5) 74.58%);
}

.omoc-input {
  background-color: rgba(250, 250, 250, 0.05);
  border-color: transparent;
  box-shadow: none;
  min-height: 55px;
  border-radius: 4px;
  color: #FFFFFF;
}
.omoc-input:hover {
  border-color: transparent;
}
.omoc-input::-moz-placeholder {
  color: #222222;
}
.omoc-input::placeholder {
  color: #222222;
}

.input:focus,
.textarea:focus,
.select select:focus,
.is-focused.input,
.is-focused.textarea,
.select select.is-focused,
.input:active,
.textarea:active,
.select select:active,
.is-active.input,
.is-active.textarea,
.select select.is-active {
  border-color: transparent;
  box-shadow: none;
}

form > .field:not(:last-child) {
  margin-bottom: 20px;
}

.omoc-textarea {
  min-height: 270px !important;
  background-color: rgba(250, 250, 250, 0.05);
  border-color: transparent;
  box-shadow: none;
  min-height: 45px;
  border-radius: 4px;
  color: #FFFFFF;
}
.omoc-textarea:hover {
  border-color: transparent;
}
.omoc-textarea::-moz-placeholder {
  color: #222222;
}
.omoc-textarea::placeholder {
  color: #222222;
}

.omoc-table .omoc-table_row {
  padding: 15px 20px;
  border-top: 0.5px solid rgba(182, 195, 195, 0.33);
}
.omoc-table .omoc-table_row:last-of-type {
  border-bottom: 0.5px solid rgba(182, 195, 195, 0.33);
}
.omoc-table .omoc-table_row.odd {
  background-color: #020202;
}
.omoc-table .omoc-table_row.even {
  background-color: #141313;
}
.omoc-table .omoc-table_row .credit-cards-img {
  width: 130px;
}

.has-heading-font {
  font-family: "Forum", "Times New Roman", "Times", serif;
}

.has-text-font {
  font-family: "Forum", "Times New Roman", "Times", serif;
}

.text-size-xl {
  font-size: 3rem;
}

.text-size-1 {
  font-size: 2.25rem;
}

.has-text-primarycolor {
  color: #B59351;
}

.has-text-greycolor {
  color: #B6C3C3;
}

.text-size-2 {
  font-size: 2rem;
}

.text-size-3 {
  font-size: 1.85rem;
}

.text-size-4 {
  font-size: 1.65rem;
}

.text-size-5 {
  font-size: 1.25rem;
}

.text-size-6 {
  font-size: 1.1rem;
}

.text-size-7 {
  font-size: 0.93rem;
}

.text-size-sm {
  font-size: 0.85rem;
}

.text-size-xs {
  font-size: 0.73rem;
}

.mb-15 {
  margin-bottom: 15px;
}

.mt-15 {
  margin-top: 15px;
}

.ml-15 {
  margin-left: 15px;
}

.mr-15 {
  margin-right: 15px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mt-25 {
  margin-top: 25px;
}

.ml-25 {
  margin-left: 25px;
}

.mr-25 {
  margin-right: 25px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mt-35 {
  margin-top: 35px;
}

.ml-35 {
  margin-left: 35px;
}

.mr-35 {
  margin-right: 35px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mt-45 {
  margin-top: 45px;
}

.ml-45 {
  margin-left: 45px;
}

.mr-45 {
  margin-right: 45px;
}

.mb-65 {
  margin-bottom: 65px;
}

.pt-15 {
  padding-top: 15px;
}

.pl-15 {
  padding-left: 15px;
}

.pr-15 {
  padding-right: 15px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pt-25 {
  padding-top: 25px;
}

.pl-25 {
  padding-left: 25px;
}

.pr-25 {
  padding-right: 25px;
}

.pb-35 {
  padding-bottom: 35px;
}

.pt-35 {
  padding-top: 35px;
}

.pl-35 {
  padding-left: 35px;
}

.pr-35 {
  padding-right: 35px;
}

.pb-45 {
  padding-bottom: 45px;
}

.pt-45 {
  padding-top: 45px;
}

.pl-45 {
  padding-left: 45px;
}

.pr-45 {
  padding-right: 45px;
}

.has-w-80 {
  width: 80%;
  max-width: 80% !important;
}

.has-w-30 {
  width: 30%;
  max-width: 30%;
}

.has-w-60 {
  width: 60%;
  max-width: 60%;
}

.has-w-100 {
  width: 100%;
  max-width: 100% !important;
}

.omoc-divided-line {
  height: 0.5px;
  background-color: rgba(182, 195, 195, 0.33);
  margin-block: 40px;
}

.has-top-border {
  border-top: 0.5px solid rgba(182, 195, 195, 0.33);
}

.padding-xtra-block {
  padding-block: 4.5rem;
}

.omoc-list {
  list-style: disc;
  margin-left: 15px;
}
.omoc-list li:not(:last-of-type) {
  margin-bottom: 7px;
}
.omoc-list a {
  text-decoration: underline;
  color: #FFFFFF;
}

.has-solid-border {
  border-width: 1px;
  border-style: solid;
  border-color: #FFFFFF;
}
.has-solid-border.has-rounded-border {
  border-radius: 50%;
}
.has-solid-border.has-primary-border {
  border-color: #B59351;
}

.has-border-radius-4 {
  border-radius: 4px;
}

.omoc-disc-list {
  list-style: disc;
  padding-left: 15px;
}

.nGY2 .nGY2viewerGallery {
  transform: scale(0.85) !important;
}

.nGY2GThumbnailLabel {
  display: none !important;
  opacity: 0 !important;
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  user-select: none !important;
  pointer-events: none !important;
}

.nGY2 .toolbar .pageCounter {
  font-family: "Forum", "Times New Roman", "Times", serif;
  color: #FFFFFF;
}

.nGY2 .nGY2viewerGallery .nGY2VThumbnail {
  transform: scale(0.9) !important;
}
.nGY2 .nGY2viewerGallery .nGY2VThumbnail.activeVThumbnail {
  border: 2px solid #B59351;
}

.nGY2 .toolbarBackground {
  background: rgba(4, 4, 4, 0.7) !important;
}

.nGY2 .toolbarContainer {
  margin-bottom: 50px;
}
.nGY2 .toolbarContainer .ngy2viewerToolAction:hover {
  opacity: 1 !important;
}
.nGY2 .toolbarContainer .label .title {
  font-family: "Forum", "Times New Roman", "Times", serif;
  margin-bottom: 10px;
  color: #B59351 !important;
}
.nGY2 .toolbarContainer .label .description {
  font-family: "Forum", "Times New Roman", "Times", serif;
  color: #FFFFFF !important;
}

.eapps-instagram-feed-posts-item {
  padding: 5px;
  background: #020202 !important;
}

.eapps-instagram-feed-posts-slider-nav {
  color: #FFFFFF !important;
  background: #B59351 !important;
}

.eapps-instagram-feed-header.es-header {
  margin-bottom: 20px !important;
}

.eapps-instagram-feed-header-inner {
  justify-content: space-between !important;
  max-width: 100% !important;
}

.eapps-instagram-feed-header-stats {
  flex-grow: 1;
}

/* PARSLEY */
.parsley-errors-list li {
  font-size: 0.85rem;
  margin-top: 7px;
}

/* TINYSLIDER */
.tns-liveregion.tns-visually-hidden {
  display: none;
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.tns-ovh {
  overflow: visible !important;
}

.omoc-slider .omoc-slider_item {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.tns-controls {
  position: relative;
  z-index: 99;
}
.tns-controls button {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: none;
  color: #FFFFFF;
  background-color: #B59351;
}
.tns-controls button:first-of-type {
  margin-right: 7px;
}
.tns-controls button:disabled {
  background-color: #2d2d2d;
  opacity: 0.5;
}

#omoc-primary-navbar {
  border-radius: 8px;
  background-color: #020202;
  z-index: 100;
}
#omoc-primary-navbar a.navbar-item:focus,
#omoc-primary-navbar a.navbar-item:focus-within,
#omoc-primary-navbar a.navbar-item:hover,
#omoc-primary-navbar a.navbar-item.is-active,
#omoc-primary-navbar .navbar-link:focus,
#omoc-primary-navbar .navbar-link:focus-within,
#omoc-primary-navbar .navbar-link:hover,
#omoc-primary-navbar .navbar-link.is-active {
  background-color: #101010;
}
#omoc-primary-navbar .navbar-brand .navbar-item .omoc_logo {
  width: 36px;
  max-height: initial;
}
#omoc-primary-navbar .navbar-brand .navbar-item strong {
  margin-left: 15px;
  color: #B59351;
  font-family: "Amsterdam Four_ttf", "Times New Roman", "Times", serif;
}
#omoc-primary-navbar .navbar-brand .navbar-item strong:hover {
  color: #B59351;
}
#omoc-primary-navbar .navbar-brand .navbar-burger {
  color: #FFFFFF;
}
#omoc-primary-navbar .navbar-start .navbar-item {
  font-size: 0.93rem;
}
#omoc-primary-navbar .navbar-start .navbar-item:not(:last-of-type) {
  margin-right: 15px;
}
#omoc-primary-navbar.is-navbar-fixed-top {
  box-shadow: 0 0 10px rgba(59, 59, 59, 0.53);
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  border: none;
  background-color: #020202 !important;
  border-radius: 0;
}
#omoc-primary-navbar.is-navbar-fixed-top {
  animation-name: fadeup;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-iteration-count: 1;
  animation-direction: alternate;
  transition: transform 0.3s ease-in-out;
}
@keyframes fadeup {
  from {
    transform: translateY(-80px);
  }
  to {
    transform: translateY(0);
  }
}

footer {
  border-top: 0.5px solid rgba(182, 195, 195, 0.33);
  padding-block: 4.5rem 3rem;
}
footer .find-us .omoc-image {
  height: 220px;
  background: url("../img/manse/old-manse-of-craggan-photo-min.jpg") no-repeat bottom center;
  background-size: cover;
}
footer .find-us .button {
  line-height: 34px;
  min-height: 45px;
  height: auto;
  text-wrap: auto;
}
footer .footer-omoc-logo .media-left {
  max-width: 60px;
}
footer .footer-omoc-logo .media-content {
  overflow-x: visible;
}
footer .footer-omoc-logo .media-content .omoc-title {
  font-family: "Amsterdam Four_ttf", "Times New Roman", "Times", serif;
}

.footer-bottom {
  padding-block: 20px;
  border-top: 0.5px solid rgba(182, 195, 195, 0.33);
}
.footer-bottom .other-links-menu a:hover {
  color: #B6C3C3;
}
.footer-bottom .other-links-menu li:not(:last-of-type) {
  margin-right: 25px;
  position: relative;
}
.footer-bottom .other-links-menu li:not(:last-of-type):after {
  content: "";
  width: 5px;
  height: 5px;
  background-color: #FFFFFF;
  border-radius: 50%;
  position: absolute;
  left: auto;
  right: -15px;
  top: 56%;
  transform: translateY(-50%);
}

.omoc-timeline {
  border-top: 0.5px solid rgba(182, 195, 195, 0.33);
  border-bottom: 0.5px solid rgba(182, 195, 195, 0.33);
}
.omoc-timeline .foundation-date:before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #FFFFFF;
  position: absolute;
  left: 50%;
  bottom: -20px;
  transform: translateX(-50%);
  z-index: 3;
}
.omoc-timeline .foundation-date:after {
  content: "";
  width: 30px;
  height: 10px;
  border-radius: 50%;
  background-color: #FFFFFF;
  position: absolute;
  left: 50%;
  bottom: -20px;
  transform: translateX(-50%);
  background-color: #020202;
  z-index: 2;
}

.omoc-heading_title {
  line-height: 1.4;
}

.omoc-card {
  overflow: hidden;
}
.omoc-card .omoc-heading_title {
  line-height: 1.4;
}
.omoc-card_subtitle {
  width: 75%;
}
.omoc-card_content {
  padding: 2rem;
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 4;
}
.omoc-card + .omoc-card {
  margin-top: 1.5rem;
}
.omoc-card.offer-card {
  transition: all 0.3s linear;
}
.omoc-card.offer-card .omoc-image {
  overflow: hidden;
  border-radius: 4px;
}
.omoc-card.offer-card .omoc-image img {
  transition: all 0.3s linear;
}
.omoc-card.offer-card:hover .omoc-image img {
  transform: scale(1.1);
}

.omoc-menu .menu-label {
  letter-spacing: 0;
}
.omoc-menu .menu-list li {
  margin-bottom: 5px;
}
.omoc-menu .menu-list li a {
  padding-inline: 0;
  font-size: 0.93rem;
  opacity: 70%;
  color: #FFFFFF;
}
.omoc-menu .menu-list li a:hover {
  background-color: transparent;
}

.omoc-social-media li:not(:last-of-type) {
  margin-right: 5px;
}
.omoc-social-media_link {
  color: #ffffff;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  font-size: 0.85rem;
  transition: all 0.3s linear;
}
.omoc-social-media_link:hover {
  color: #ffffff;
  background-color: rgba(250, 250, 250, 0.05);
}

.omoc-banner {
  min-height: 35vh;
  padding: 1.5rem;
}
.omoc-banner .is-overlay {
  background: linear-gradient(180deg, rgba(2, 2, 2, 0) -29%, rgba(2, 2, 2, 0.6) 90%);
  z-index: 3;
}
.omoc-banner > .container {
  z-index: 3;
}

.breadcrumb.omoc-breadcrumb li a {
  color: #B6C3C3;
}
.breadcrumb.omoc-breadcrumb li.is-active {
  color: #FFFFFF;
}

.omoc-tabs li.is-active a {
  color: #FFFFFF;
  border-bottom-color: #FFFFFF;
}
.omoc-tabs li a {
  color: #6B7177;
  border-bottom-color: #6B7177;
  padding-bottom: 20px;
}

.omoc-box {
  padding: 2rem;
  border-radius: 4px;
  background: #0D0D0D;
}

.omoc-faqs_item {
  border-bottom: 0.5px solid rgba(182, 195, 195, 0.33);
}
.omoc-faqs_item .faq-header {
  cursor: pointer;
}
.omoc-faqs_item .faq-header .icon {
  transition: all 0.3s linear;
  border-radius: 50%;
  border: 1px solid #B59351;
}
.omoc-faqs_item .faq-content {
  display: none;
}
.omoc-faqs_item.active .faq-header {
  margin-bottom: 25px;
}
.omoc-faqs_item.active .faq-header .icon {
  transform: rotate(180deg);
}
.omoc-faqs_item.active .faq-content {
  display: block;
}
.omoc-faqs_item:not(:first-of-type) {
  padding-top: 35px;
}

.loading-page {
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 99999;
  background-color: #020202;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: left 0.5s ease;
  top: 0;
  left: 0;
}
.loading-page .image {
  width: 200px;
  margin-bottom: 35px;
  animation: pulseAnimation 2s infinite ease-in-out;
}
.loading-page.hidden {
  left: -110%;
}

@keyframes pulseAnimation {
  0%, 100% {
    transform: scale(1.15);
    opacity: 1;
  }
  50% {
    transform: scale(1);
    opacity: 0.5;
  }
}
#home-hero_section {
  padding-top: 1.5rem;
}
#home-hero_section .navbar {
  background-color: rgba(28, 27, 27, 0.55);
}
#home-hero_section video#heroVideo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  -o-object-fit: cover;
  object-fit: cover;
  pointer-events: none;
}
#home-hero_section .is-overlay {
  background-color: rgba(2, 2, 2, 0.4);
  background: linear-gradient(180deg, rgba(2, 2, 2, 0) -29%, rgba(2, 2, 2, 0.6) 90%);
  z-index: 3;
}
#home-hero_section .hero-body {
  z-index: 4;
}
#home-hero_section .hero-body .hero-body-content_tagline {
  font-family: "Forum", "Times New Roman", "Times", serif;
}
#home-hero_section .hero-body .hero-body-content_btns .omoc-button_primary-btn {
  margin-right: 7px;
}
#home-hero_section .bg-video-controller {
  z-index: 4;
  position: absolute;
  top: auto;
  bottom: 20px;
  left: auto;
  right: 3rem;
}

#about-manse-section .is-offset-1 {
  margin-left: 5%;
}
#about-manse-section .read-more-container:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 0.5px;
  background-color: rgba(182, 195, 195, 0.33);
  transform: translateY(-50%);
}
#about-manse-section .read-more-container:after {
  content: "";
  position: absolute;
  left: auto;
  right: 0;
  top: 50%;
  width: 150px;
  height: 10px;
  background-color: #020202;
  transform: translateY(-50%);
  z-index: 1;
}
#about-manse-section .read-more-container .omoc-button_circle-btn {
  z-index: 2;
}

#offers-section .offers-cards .rooms-card .omoc-image {
  height: 600px;
}
#offers-section .offers-cards .food-card .omoc-image {
  height: calc(300px - 0.75rem);
}
#offers-section .offers-cards .garden-n-grounds-card .omoc-image {
  height: calc(300px - 0.75rem);
}

#about-page .about-page_content {
  padding-block: 4.5rem;
}
#about-page .about-page_content .is-offset-1 {
  margin-left: 5%;
}
#about-page .about-page_content .offers-cards-section .offer-card {
  pointer-events: none;
}
#about-page .about-page_content .offers-cards-section .offer-card .image {
  height: 250px;
}

#food-page .dinning-room-section {
  min-height: 50vh;
  margin-block: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#food-page .dinning-room-section .is-overlay {
  background-color: rgba(0, 0, 0, 0.7);
}
#food-page .dinning-room-section .dinning-room-section_content p {
  margin-inline: auto;
}

#room-details-page .facilities-item .icon {
  position: relative;
  top: -3px;
}
#room-details-page .room-details-page_content {
  padding-block: 4.5rem;
}
#room-details-page .room-details-page_content .room-details {
  padding-right: 3rem;
}
#room-details-page .omoc-sidebar .reservation-widget {
  padding: 2rem 1.5rem;
  border-radius: 4px;
  background: #0D0D0D;
}
#room-details-page .omoc-sidebar .reservation-widget .omoc-button i {
  --fa-rotate-angle: -45deg;
}
#room-details-page .omoc-sidebar .share-page_link .icon {
  background-color: rgba(250, 250, 250, 0.05);
  font-size: 0.85rem;
  border-radius: 50%;
}

#rooms-page .section img.has-border-radius-4 {
  height: 450px;
  -o-object-fit: cover;
  object-fit: cover;
}

#contact-page .contact-page_content {
  padding-block: 4.5rem;
}
#contact-page .contact-page_content .media + .media {
  border-top: 0;
  margin-top: 0;
  padding-top: 0;
}
#contact-page .omoc-map-container {
  min-height: 50vh;
  margin-block: 45px;
}
#contact-page .omoc-map-container .is-overlay {
  background-color: rgba(0, 0, 0, 0.7);
}

#faqs-page .faqs-page_content {
  padding-block: 4.5rem;
}

.is-404-page_content .is-flex {
  min-height: 50vh;
}
.is-404-page_content .is-flex h1 {
  font-size: 10rem;
  line-height: normal;
}

@media screen and (min-width: 769px) {
  .activities-card.water-sport-card {
    min-height: 253px;
  }
  .activities-card.fishing-card {
    min-height: 242px;
  }
  .activities-card.couses-card {
    min-height: 387px;
  }
  .activities-card.natural-card {
    min-height: 370px;
  }
}
@media screen and (max-width: 380px) {
  .find-us-action-btns {
    flex-direction: column;
  }
  .find-us-action-btns .call-us-btn {
    margin-right: 0;
  }
}
@media screen and (max-width: 500px) {
  .omoc-slider .omoc-box {
    padding: 1rem;
  }
  #omoc-primary-navbar .container.is-fluid {
    padding-inline: 0.5rem !important;
  }
  #omoc-primary-navbar .container.is-fluid .navbar-brand strong {
    font-size: 13px;
  }
  .hero .hero-body .hero-body-content_title {
    font-size: 1.7rem;
  }
  .hero .hero-body .omoc-button {
    margin-bottom: 10px;
  }
  .offer-card .omoc-card_content {
    padding-inline: 1rem !important;
  }
  .offer-card .omoc-card_content > .is-flex {
    flex-direction: column;
    align-items: flex-start !important;
  }
  .offer-card .omoc-card_content > .is-flex .omoc-card_subtitle {
    width: 100%;
  }
  .offer-card .omoc-card_content > .is-flex .button-container {
    margin-top: 15px;
  }
}
@media screen and (max-width: 768px) {
  .hero .hero-body .hero-body-content_title br {
    display: none;
  }
  .omoc-timeline {
    margin-bottom: 0;
  }
  .omoc-images-by-3 {
    margin-bottom: 25px;
  }
  .omoc-images-by-3 .omoc-image {
    height: 350px;
  }
  .omoc-images-by-3 > .columns {
    display: flex;
  }
  footer .omoc-menu {
    text-align: left !important;
  }
  footer .omoc-menu .menu-label {
    position: relative;
    cursor: pointer;
  }
  footer .omoc-menu .menu-label:after {
    content: "\f078";
    position: absolute;
    left: auto;
    right: 0;
    font-family: "Font Awesome 6 Free";
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    display: inline-block;
    font-weight: 900;
  }
  footer .omoc-menu .menu-list {
    display: none;
  }
  footer .omoc-menu .menu-list.active-list {
    display: block !important;
  }
  footer .footer-omoc-logo {
    display: flex;
    justify-content: center;
  }
  .has-w-30 {
    width: 100%;
    max-width: 100%;
  }
  #offers-section .container > .is-flex {
    flex-direction: column;
    align-items: flex-start !important;
  }
  #offers-section .container > .is-flex .omoc-heading_subtitle {
    margin-bottom: 35px;
  }
  #offers-section .offers-cards .omoc-image {
    height: 350px !important;
  }
  footer .column.is-7 {
    display: flex;
    flex-direction: column-reverse;
  }
  footer .column.is-7 .footer-omoc-logo {
    margin-bottom: 45px;
  }
  footer .column.is-7 .footer-omoc-logo .media {
    flex-direction: column;
  }
  footer .column.is-7 .footer-omoc-logo .media .omoc_logo {
    margin-right: 0;
    margin-bottom: 15px;
  }
  footer .column.is-7 .footer-omoc-logo .media .media-content {
    text-align: center;
  }
  footer .column.is-7 .socialmedia {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  footer .column.is-7 .socialmedia .menu-label {
    margin-bottom: 0;
  }
  .footer-bottom .container > .is-flex {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .footer-bottom .container > .is-flex .other-links-menu {
    margin-bottom: 15px;
  }
  .footer-bottom .container > .is-flex .other-links-menu .is-flex {
    flex-wrap: wrap;
    justify-content: center;
  }
  #about-page .about-section {
    padding-bottom: 1.5rem;
  }
  #about-page .about-page_content {
    padding-block: 1.5rem;
  }
  #about-page .offers-section {
    padding-bottom: 0.5rem;
  }
  #about-page .offers-section > .columns {
    flex-direction: column-reverse;
    display: flex;
  }
  #rooms-page .section > .section {
    padding-top: 0;
    margin-bottom: 15px;
  }
  #rooms-page .section > .section.pl-0.pr-0 {
    padding-inline: 0 !important;
  }
  #rooms-page .twin-rooms-section .container > .columns {
    display: flex;
    flex-direction: column-reverse;
  }
  #rooms-page .superior-double-rooms-section {
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .has-w-80 {
    width: 100%;
    max-width: 100% !important;
  }
  #room-details-page .room-details-page_content {
    padding-block: 3rem;
  }
  #food-page .food-page_content {
    padding-top: 1.5rem;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  #food-page .food-page_content .section {
    padding-bottom: 0;
  }
  #food-page .dinner-section {
    padding-top: 1rem;
    margin-bottom: 15px;
  }
  #food-page .dinner-section .container > .columns {
    display: flex;
    flex-direction: column-reverse;
  }
  #garden-n-grounds-page .garden-n-grounds-page_content > .container .is-flex:first-of-type {
    flex-direction: column;
    align-items: flex-start !important;
  }
  #garden-n-grounds-page .garden-n-grounds-page_content > .container .is-flex:first-of-type .omoc-button {
    margin-top: 25px;
  }
  .padding-xtra-block {
    padding-block: 2.5rem;
  }
  #garden-n-grounds-page .garden-n-grounds-page_content .has-w-60 {
    max-width: 100% !important;
    width: 100% !important;
  }
  .contact-page_content.section {
    padding-bottom: 0 !important;
  }
  .contact-page_content.section .contact-items {
    margin-top: 35px;
  }
  .contact-page_content {
    padding-top: 3rem !important;
  }
  .contact-page_content > .container > .columns {
    align-items: flex-start;
    flex-direction: column;
  }
  .has-w-60 {
    width: 100% !important;
    max-width: 100% !important;
  }
  .faqs-page_content {
    padding-top: 3rem !important;
  }
  .faqs-page_content .omoc-heading {
    margin-bottom: 25px;
  }
  .is-404-page_content {
    text-align: center;
  }
}
@media (min-width: 769px) and (max-width: 899px) {
  .has-w-30 {
    width: 70%;
    max-width: 70%;
  }
}
@media screen and (max-width: 1023px) {
  #omoc-primary-navbar .navbar-menu {
    display: block;
    opacity: 0;
    position: absolute;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    transition: all 0.3s ease-in-out;
    pointer-events: none;
    z-index: -1;
    box-shadow: 0 8px 16px rgba(10, 10, 10, 0.1);
  }
  #omoc-primary-navbar .navbar-menu.is-active {
    opacity: 1;
    transform: none;
    pointer-events: auto;
    background-color: #020202;
    transform: translateY(0);
  }
  .navbar-brand {
    align-items: center;
  }
  .navbar-menu {
    background-color: #020202;
  }
  .navbar-start .navbar-item {
    padding-block: 1rem;
  }
  .omoc-images-by-3 .omoc-image {
    height: 350px;
  }
  footer {
    padding-block: 3rem;
    padding-inline: 1.5rem;
  }
  .footer-bottom {
    padding-inline: 1.5rem;
  }
  .section.pl-0.pr-0 {
    padding-inline: 1.5rem !important;
  }
  #rooms-page .section img.has-border-radius-4 {
    height: 350px;
  }
  #room-details-page .room-details-page_content .room-details {
    padding-right: 0rem;
  }
  #garden-n-grounds-page .garden-n-grounds-page_content .has-w-60 {
    width: 80%;
    max-width: 80%;
  }
  footer .footer-omoc-logo .media {
    flex-direction: row !important;
    align-items: center;
  }
  footer .footer-omoc-logo .omoc_logo {
    margin-bottom: 0 !important;
  }
}
@media screen and (min-width: 1024px) {
  .navbar-start {
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 1024px) and (max-width: 1150px) {
  #omoc-primary-navbar .navbar-brand strong {
    display: none;
  }
}
@media (min-width: 769px) and (max-width: 1215px) {
  footer .find-us .find-us-action-btns {
    flex-direction: column;
  }
  footer .find-us .find-us-action-btns a:first-of-type {
    margin-right: 0;
  }
}
@media (min-width: 900px) and (max-width: 1407px) {
  .has-w-30 {
    width: 60%;
    max-width: 60%;
  }
}
/*# sourceMappingURL=core.css.map */
