:root {
  --main-text-color: #666;
  --main-text-font: 'Open Sans', sans-serif;
  --title-font: 'Yeseva One', cursive;
  --menu-font: 'Montserrat', sans-serif;
  --max-content-width: 1080px;
}

body {
  max-width: 1800px;
  margin: 0 auto;
  font-family: var(--main-text-font);
  color: var(--main-text-color);
}
img {
  max-width: 100%;
}
.covid-safe img {
  width: 200px;
  padding-top: 40px;
  padding-left: 50px;
}
.mm-vouchers > div {
  max-width: 300px;
  display: flex;
}
.mm-voucher {
  max-width: 100%;
  box-sizing: border-box;
}

/* Skip link */
.mm-skip-link {
  z-index: 1003;
  left: 50%;
  border: 2px solid #ffeb0f;
  background: white;
  height: 30px;
  padding: 8px;
  position: absolute;
  transform: translateY(-100%) translateX(-50%);
  transition: transform 0.3s;
  box-sizing: border-box;
  font-family: sans-serif;
  display: block;
  white-space: nowrap;
}
.mm-skip-link:focus {
  transform: translateY(0) translateX(-50%);
}

.mm-top-bar {
  position: fixed;
  z-index: 1002;
  top: 0;
  left: 0;
  right: 0;
  background-color: white;
}
.mm-top-bar > div {
  max-width: 1200px;
  margin: 0 auto;
  overflow: auto;
  text-align: right;
}

/* Logo */
.mm-logo {
  margin-top: 8px;
  vertical-align: top;
  float: left;
}
.mm-logo-link,
.mm-logo-link:visited {
  display: block;
  text-decoration: none;
  color: black;
}
.mm-logo-img,
.mm-logo-text {
  display: inline-block;
  vertical-align: middle;
  height: 37px;
}
.mm-logo-text {
  padding-left: 12px;
  font-weight: bold;
  font-size: 20pt;
  font-family: var(--menu-font);
}

/* Menu toggle */
#toggle {
  position: absolute;
  right: 5px;
  top: 5px;
  padding: 2px 4px 0 4px;
  font-size: 0;
}
@media screen and (min-width: 749px) {
  #toggle {
    display: none;
  }
}



.mm-nav-cont {
  display: inline-block;
  vertical-align: bottom;
}
.mm-nav {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.mm-nav li {
  display: inline;
  padding: 10px;
  margin: 0;
  font-size: 14pt;
  float: left;
}
.mm-nav a {
  text-transform: lowercase;
  text-decoration: none;
  color: var(--main-text-color);
  font-family: var(--menu-font);
  font-size: 14pt;
}
.mm-nav li.mm-highlight {
  background-color: #ffeb0f;
}
.mm-nav li.mm-highlight a {
  font-weight: bold;
  color: black;
}
@media screen and (max-width: 750px) {
  .mm-nav {
    display: none;
  }
  .mm-nav.is-active {
    display: block;
  }
  .mm-nav li {
    display: block;
    float: none;
  }
  .mm-nav-cont {
    margin-top: 45px;
    display: block;
  }
  .mm-top-bar > div {
    text-align: center;
  }
  .mm-hero .mm-hero-text {
    white-space: normal;
  }
}

.mm-hero {
  background-repeat: no-repeat;
  position: relative;
  margin-bottom: 120px;
}
.type-contact .mm-hero,
.type-attractions .mm-hero,
.type-dining .mm-hero {
  margin-bottom: 0;
}
.mm-hero-text {
  color: white;
  text-align: center;
  padding: 10px 50px;
  background-image: linear-gradient(to right, #e6a068, #b77444);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  min-height: 125px;
  min-width: 33%;
  white-space: nowrap;
}
.mm-hero .mm-title {
  font-family: var(--title-font);
  font-size: 28pt;
}
.mm-hero .mm-subtitle {
  font-family: var(--menu-font);
  font-size: 13pt;
  margin-top: 15px;
}
.mm-hero .mm-waves-hero {
  background-position: left bottom;
  background-repeat: repeat-x;
  position: absolute;
  height: 90px;
  width: 600px;
  right: 0;
  max-width: 70%;
  top: 113px;
}
.mm-hero .mm-book-now {
  position: absolute;
  bottom: 0;
  right: 20px;
  transform: translateY(38%);
  background-color: #ffeb0f;
  padding: 10px 40px;
  z-index: 1001;
}
.mm-hero .mm-book-now a:link {
  text-decoration: none;
  color: black;
  font-family: var(--menu-font);
  font-size: 15pt;
  font-weight: 600;
  text-transform: lowercase;
}
.mm-secondary-menu {
  position: absolute;
  bottom: 0;
  transform: translateY(50%) translateX(-50%);
  left: 50%;
  background-color: white;
  overflow: auto;
  max-width: 100%;
}
.mm-secondary-menu.mm-gallery-menu a:any-link {
  min-height: 0;
}

.mm-secondary-menu ul,
ul.mm-rooms-features {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.mm-secondary-menu li {
  display: block;
  text-align: center;
  background-color: white;
  width: 150px;
  min-height: 100px;
  float: left;
  padding-top: 30px;
  box-sizing: border-box;
}
.mm-secondary-menu li div {
  border-bottom: 5px solid #ffeb0f;
  margin: 0 3px;
  padding-top: 20px;
  padding-bottom: 30px;
  font-family: var(--menu-font);
  font-size: 12pt;
}
.mm-rooms-menu.mm-secondary-menu {
  transform: translateY(55%) translateX(-50%);
}
.mm-rooms-menu.mm-secondary-menu li {
  padding-top: 5px;
  width: 150px;
  min-height: 0;
}
.mm-rooms-menu.mm-secondary-menu li div {
  padding-top: 10px;
  padding-bottom: 15px;
  min-height: 40px;
}
.mm-rooms-menu.mm-secondary-menu a:link {
  min-height: 0;
}
.mm-secondary-menu a:link {
  display: block;
  min-height: 100px;
  text-decoration: none;
  text-transform: lowercase;
  color: var(--main-text-color);
}
.mm-secondary-menu a.mm-image-only img {
  margin-top: 0;
  width: 92px;
  height: 98px;
}
.mm-secondary-menu a.mm-image-only span {
  display: none;
}
.mm-secondary-menu a.mm-image-only div {
  padding-top:0;
  border-bottom: 5px solid white;
}

.mm-primary,
.mm-secondary,
.mm-boxes {
  max-width: var(--max-content-width);
  margin: 0 auto;
  margin-bottom: 120px;
}
.mm-boxes {
  text-align: center;
}
.mm-boxes a:any-link {
  text-decoration: none;
  color: white;
}
.mm-primary .mm-left,
.mm-primary .mm-right,
.mm-secondary .mm-left,
.mm-secondary .mm-right,
.mm-boxes .mm-left,
.mm-boxes .mm-right,
.mm-boxes .mm-middle,
.mm-footer > .mm-left,
.mm-footer > .mm-right {
  max-width: 940px;
  min-width: 300px;
  display: inline-block;
  box-sizing: border-box;
  vertical-align: top;
}
.mm-primary .mm-left,
.mm-secondary .mm-left {
  padding-left: 100px;
  padding-bottom: 130px;
  background-repeat: repeat-x;
  background-position: left bottom;
  margin-bottom: 50px;
}
.mm-primary h1,
.mm-secondary h2,
.mm-boxes h2,
.mm-footer h2,
.mm-rooms-desc h2,
.mm-attractions-attraction h2,
.mm-attractions-category h2 {
  font-family: var(--title-font);
  font-size: 28pt;
  color: black;
  font-weight: 400;
}
.mm-attractions-attraction h2 {
  text-align: right;
}
.mm-primary .mm-left > div,
.mm-secondary .mm-left > div {
  font-family: var(--main-text-font);
  font-size: 12pt;
  max-width: 400px;
}
.mm-boxes h2 {
  margin-top: 0;
  color: white;
}
.mm-boxes .mm-left > div,
.mm-boxes .mm-right > div,
.mm-boxes .mm-middle > div {
  max-width: 300px;
  min-height: 570px;
  position: relative;
}
.mm-boxes .mm-left > div > div,
.mm-boxes .mm-right > div > div,
.mm-boxes .mm-middle > div > div {
  transform: translateY(calc(570px - 100%));
  padding: 10px;
  color: white;
  min-height: 280px;
}
.mm-boxes .mm-left > div > div {
  background-image: linear-gradient(to right, rgba(0, 109, 218, 0.9), rgba(0, 109, 218, 0.1));
}
.mm-boxes .mm-middle > div > div {
  background-image: linear-gradient(to right, rgba(221, 175, 0, 0.9), rgba(221, 175, 0, 0.1));
}
.mm-boxes .mm-right > div > div {
  background-image: linear-gradient(to right, rgba(66, 205, 234, 0.9), rgba(66, 205, 234, 0.1));
}
.mm-boxes .mm-left {
  position: relative;
}
.mm-footer > .mm-right {
  width: 49%;
}
.mm-boxes .mm-left,
.mm-boxes .mm-right,
.mm-boxes .mm-middle {
  width: 31%;
}
.mm-primary .mm-right,
.mm-secondary .mm-right {
  margin-left: 115px;
  padding-top: 32pt;
  padding-left: 30px;
}
.mm-secondary .mm-right {
  max-width: 560px;
  margin-left: 10px;
  padding-left: 24px;
}
.mm-secondary .mm-right img {
  position: absolute;
  max-width: 50%;
}
.mm-primary .mm-right h2,
.mm-contact h2,
.mm-location h2 {
  font-family: var(--menu-font);
  font-size: 12pt;
  color: black;
  text-transform: uppercase;
  font-weight: 600;
}
.mm-footer .mm-contact h2,
.mm-footer .mm-location h2,
.mm-footer .mm-location *,
.mm-footer .mm-contact * {
  font-size: 10pt;
}
.mm-primary .mm-right a:link,
.mm-primary .mm-right span,
.mm-contact a:link,
.mm-location span {
  line-height: 180%;
  font-family: var(--main-text-font);
  font-size: 12pt;
  color: var(--main-text-color);
  text-decoration: none;
  font-style: normal;
}
.mm-contact,
.mm-location {
  padding-left: 45px;
  background-repeat: no-repeat;
  background-position: left top;
}
.mm-social a,
.mm-social a:any-link {
  display: inline-block;
  width: 64px;
  height: 64px;
  background-size: contain;
}
.mm-social a.mm-facebook,
.mm-social a.mm-facebook:any-link {
  background-image: url(/images/social/facebook-grey.png);
}
.mm-social a.mm-facebook:hover {
  background-image: url(/images/social/facebook-blue.png);
}

.mm-room-features {
  padding-bottom: 120px;
  margin-bottom: 0px;
  margin-left: 200px;
  position: relative;
}
.mm-room-features .mm-main > div {
  background-color: #102772;
  padding-bottom: 0px;
}
.mm-room-features .mm-main > div > div {
  max-width: var(--max-content-width);
  margin: 0 auto;
}
.mm-room-features .mm-photo {
  position: absolute;
  top: -75px;
  left: -200px;
  max-width: 60%;
  z-index: 1001;
}
.mm-room-features .mm-main {
  top: 50px;
  left: 100px;
  background-color: #102772;
  color: white;
  width: 100%;
  box-sizing: border-box;
}
.mm-room-features .mm-about {
  position: relative;
  left: 50%;
  max-width: 50%;
  box-sizing: border-box;
  padding: 10px;
  min-height: 400px;
}
.mm-room-features .mm-about div {
  max-width: 350px;
}
.mm-room-features h2 {
  font-family: var(--title-font);
  font-size: 28pt;
}
.mm-room-features .mm-features {
  top: 0px;
  position: relative;
  font-family: var(--menu-font);
  font-weight: 400;
  font-size: 10.5pt;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: space-between;
  align-items: baseline;
  max-width: 900px;
  margin: 0 auto 0 0;
}
.mm-room-features .mm-features div {
  width: 195px;
  margin: 20px 0;
  padding: 60px 0 30px 30px;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-position: left top;
  text-align: center;
}
.mm-room-features .mm-features span {
  text-transform: uppercase;
}

.mm-waves-two {
  height: 55px;
}
.mm-footer {
  max-width: var(--max-content-width);
  margin: 40px auto 0 auto;
}
.mm-footer > .mm-left > .mm-left,
.mm-footer > .mm-left > .mm-right {
  width: 49%;
  display: inline-block;
  vertical-align: top;
}
.map-responsive{
  overflow:hidden;
  padding-bottom:56.25%;
  position:relative;
  height:0;
}

.map-responsive iframe{
  left:0;
  top:0;
  height:100%;
  width:100%;
  position:absolute;
}
.mm-below-footer {
  color: white;
  padding: 10px;
  margin-top: 20px;
  border-top: 12px solid black;
  text-align: center;
  background-color: #e6a068;
  background-image: linear-gradient(to bottom, #e6a068, #b77444);
  background-position: 0% 100%;
}
.mm-below-footer p {
  margin: 0;
}
.mm-rooms-page .mm-rooms-features {
  display: flex;
  align-items: center;
  justify-content: left;
  max-width: var(--max-content-width);
  margin: 0 80px;
  text-transform: uppercase;
  font-size: 8pt;
}
.mm-rooms-features li {
  color: black;
  padding: 60px 20px 0 20px;
  display: block;
  background-repeat: no-repeat;
  background-position: center top;
}
.mm-rooms-room {
  display: grid;
  max-width: 1800px;
  margin: 50px auto;
}
.mm-rooms-image {
  grid-area: 1 / 1;
  max-width: 45%;
  margin-top: 35px;
  margin-bottom: 70px;
  margin-left: 50px;
}
.mm-rooms-image img {
  margin-top: 0;
}
.mm-slider {
  width: 100%;
  height: 100%;
}
.mm-rooms-desc {
  color: white;
  grid-area: 1 / 1;
  padding-left: calc(50% - 190px);
  padding-right: 20px;
  padding-bottom: 20px;
  margin: 0px 115px 0 200px;
  background-color: #102772;
}
.mm-offers-page .mm-rooms-desc,
.mm-offers-page .mm-rooms-room:nth-of-type(even) .mm-rooms-desc h2 {
  color: #444444;
  background-color: rgb(66, 205, 234);
  background-image: none;
}
.mm-offers-page .mm-rooms-desc > ul > li li {
  break-inside: avoid;
}
.mm-rooms-room:nth-of-type(odd) .mm-rooms-desc {
  color: black;
  background-color: transparent;
  background-image: none;
}
.mm-rooms-desc h2 {
  color: white;
}
.mm-rooms-room:nth-of-type(odd) h2 {
  color: black;
}
.mm-rooms-desc > ul {
  list-style-type: none;
  margin: 20px 0 0 0;
  padding: 0;
  column-count: 2;
}
.mm-rooms-desc > ul > li > ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.mm-rooms-desc > ul > li > ul > li::before {
  content: "-";
}
.mm-rooms-image a {
  display: block;
  width: 200px;
  line-height: 200%;
  background-color: #ffeb0f;
  color: black;
  text-transform: lowercase;
  margin: 10px 0 20px auto;
  text-align: center;
  text-decoration: none;
  font-family: var(--menu-font);
  font-size: 14pt;
  font-weight: 500;
}
.mm-rooms-hl {
  background-color: #ffeb0f;
  padding: 10px;
  margin-top: 55px;
  color: black;
}
.mm-rooms-hl a:any-link {
  text-decoration: none;
  color: black;
}
.mm-rooms-hl h2 {
  margin-top: 5px;
}
.mm-rooms-page .mm-primary {
  margin-bottom: 0;
}
.mm-rooms-page .mm-primary .mm-left {
  margin-left: 100px;
  padding-left: 0;
}
.mm-row {
  padding: 30px;
  max-width: var(--max-content-width);
  box-sizing: border-box;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
}
.mm-attractions-page .mm-row:nth-child(odd) {
  background-color: #a2e3ff;
}
.mm-attractions-attraction {
  max-width: calc(var(--max-content-width) / 2);
  box-sizing: border-box;
}
.mm-attractions-image {
  max-width: calc((var(--max-content-width) / 2) - 80px);
  margin: 0 0 0 auto;
}
.mm-attractions-desc {
  color: black;
  max-width: 350px;
  margin: 0 0 0 auto;
}
.mm-attraction-link {
  padding: 20px;
  text-align: right;
}
.mm-attraction-link a,
.mm-404-link a {
  padding: 10px 20px;
  background-color: #ffeb0f;
  color: black;
  text-decoration: none;
}
.mm-404-link {
  text-align: right;
}
.mm-404-link a {
  margin-top: 30px;
  display: inline-block;
}
.mm-attractions-waves {
  width: 280px;
  height: 55px;
  margin: 20px 0 20px auto;
}
.mm-rooms-waves {
  height: 55px;
}
.mm-attractions-additional {
  max-width: var(--max-content-width);
  margin: 30px auto;
}
.mm-attractions-category {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: left;
}
.mm-attractions-category:nth-child(odd) {
  background-color: lemonchiffon;
}
.mm-attractions-category a,
.mm-attractions-category span {
  color: black;
  display: block;
  text-decoration: none;
}
.mm-attractions-category h2 {
  margin: 15px 10px;
  min-width: 16ch;
  font-size: 24px;
}
.mm-attractions-category > div {
  margin: 30px 10px;
  line-height: 150%;
}
.mm-slider-right {
  position: absolute;
  right: 10px;
  bottom: 20px;
  color: lightgray;
  font-size: 40px;
  z-index: 1005;
  cursor: pointer;
}
.mm-gallery-thumbs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.mm-thumb-container {
  max-width: 40%;
  padding: 10px;
}
.mm-gallery-thumbs img {
  cursor: pointer;
}
.mm-gallery-slider-cont {
  position: relative;
  padding: 50px 0;
  margin: 0 0 20px 0;
  background-color: lightgrey;
}
.mm-slide-alt {
  position: absolute;
  left: 10px;
  top: 10px;
  color: white;
  padding: 8px;
  background-color: #102772;
}
.mm-footer > .mm-left {
  max-width: 49%;
}
.mm-footer address a:first-of-type {
  font-size: 12px;
}
body a:hover:not(.mm-book-now a, .mm-rooms-image a, .mm-highlight a, .mm-attraction-link a) {
  color: #ff6a00 !important;
}
.mm-book-now:hover,
.mm-highlight:hover,
.mm-rooms-image a:hover,
.mm-attraction-link a:hover {
  background-color: #9ada00 !important;
}
.mm-secondary-menu.mm-gallery-menu {
  position: static;
  transform: none;
  margin: 10px auto;
}
.sl-wrapper .sl-image .sl-caption {
  text-shadow: 1px 1px blue;
  background-color: rgba(0,0,0, 0.2) !important;
}
a.mm-voucher-link:any-link {
  color: black;
}



.mm-form-item-template-div {
  transition: all 700ms ease-in;
}
.mm-add-to-order.mm-disabled,
.mm-remove-from-order.mm-disabled {
  opacity: 0.3;
}
.mm-form ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.mm-form li {
  padding: 0 0;
  margin: 0;
  text-indent: 0;
}
.mm-form-category > ul > li:nth-child(even) {
  padding-left: 10px;
  margin: 30px 0;
  background-color: #0a552c;
}
.mm-form-category > ul > li:nth-child(odd) {
  padding-left: 10px;
  margin: 30px 0;
  background-color: #e4ec0e;
}
.mm-food-menu-item {
  padding: 0 10px;
  background-color: white;
}
.mm-food-menu-item h3 {
  margin: 0 0 8px 0;
  font-family: var(--main-text-font);
  font-size: 16px;
  font-weight: normal;
}
.mm-food-menu-item .mm-food-description {
  font-size: 14px;
}
.mm-food-menu-item .mm-food-controls {
  margin-top: 15px;
  font-size: 16px;
}
.mm-food-menu-item .mm-food-controls a:any-link {
  color:rgba(66, 205, 234, 0.9);
  text-decoration: none;
  display: inline-block;
}
.mm-food-menu-item .mm-food-controls .mm-remove-from-order,
.mm-food-menu-item .mm-food-controls > span {
  margin-left: 15px;
}
.mm-food-menu-item .mm-food-controls img {
  height: 1.5em;
  margin: 0 5px;
  vertical-align: middle;
}
.mm-form-item-template-div h4 {
  margin: 7px 0 3px 0;
  font-weight: normal;
}
.mm-form-item-template-div h5 {
  font-weight: normal;
  margin: 0 0 4px 0;
}
.mm-dynamic-item-divider,
.mm-dynamic-item-divider-top {
  height: 2px;
  max-width: 300px;
  background-color: rgb(238, 232, 232);
  margin: 16px 0 3px 0;
}
.mm-form-item-template-div:last-child .mm-dynamic-item-divider {
  display: none;
}
.mm-choice-error {
  color: red;
  font-weight: bold;
}
.mm-choice-warning,
.mm-choice-ok,
.mm-choice-alert {
  display: none;
}
.mm-forms-page .mm-total {
  z-index: 1001;
  position: sticky;
  top: 70px;
  background-color: #9ada00;
  color: black;
  padding: 10px;
  font-weight: bold;
  font-size: 22px;
  max-width: 500px;
}
.mm-forms-page .mm-total a:any-link,
.mm-forms-page .mm-total div {
  font-size: 16px;
  font-weight: normal;
  color: black;
}
.mm-forms-page .mm-total a:hover {
  color: #e4ec0e;
}
.mm-forms-page .mm-total a.mm-review:hover {
  color: white;
  background-color: #e4ec0e;
}

.mm-forms-page .mm-total .mm-review {
  display: inline-block;
  margin-left: 20px;
  border: 1px solid #666;
  background-color: white;
  color: white;
  font-size: 16px;
  line-height: 22px;
  font-family: var(--main-text-font);
  color: #fff;
  padding: 8px 6px;
}
.mm-review-choice-container ul {
  padding-inline-start: 0;
  list-style-type: none;
}
.mm-review-choice-container ul, .mm-review-choice-container li {
  margin-left: 0;
  padding-left: 0;
  display: inline;
}
.mm-review-choice-container li::after {
  content: ", ";
}
.mm-review-choice-container li:last-child::after {
  content: none;
}
#mm-order-fields label {
  display: block;
  margin: 10px 0;
}
#mm-order-fields input {
  padding: 8px;
}
#mm-order-fields select {
  padding: 8px;
  font-size: 14px;
}
#mm-order-fields input[type="text"],
#mm-order-fields select {
  min-width: 300px;
  max-width: 100%;
}
.mm-order-buttons {
  margin: 15px 0;
}
.mm-order-buttons button {
  font-family: var(--main-text-font);
  font-size: 16px;
  padding: 8px;
}
.mm-warning {
  color: red;
  font-weight: bold;
}
.mm-block {
  display: block;
}
.order-line-item {
  margin-bottom: 12px;
}
.order-choice-group,
.order-item-description {
  text-indent: 15px;
}
.order-choice {
  text-indent: 25px;
}
