@charset "UTF-8";
/**
Theme Name: arenahotellet.se
Theme URI: https://arenahotellet.se
Author: Cristoffer Jakobsson
Author URI: https://pofc.se
Version: 1.0.0
Description: Arenahotellet
Text Domain: arenahotellet
*/
/**
 *
 * ██████╗  ██████╗ ███████╗ ██████╗
 * ██╔══██╗██╔═══██╗██╔════╝██╔════╝
 * ██████╔╝██║   ██║█████╗  ██║
 * ██╔═══╝ ██║   ██║██╔══╝  ██║
 * ██║     ╚██████╔╝██║     ╚██████╗
 * ╚═╝      ╚═════╝ ╚═╝      ╚═════╝
 */
:root {
  --text-color: #121110;
  --border-radius: 8px;
  --light-grey: #f7f5f3;
  --dark-grey: #d8d4d0;
  --accent-color: #95D3EC;
  --accent-dark: #03364B;
  --text-family: Inter, sans-serif;
  --title-font: Poppins, sans-serif;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

* {
  box-sizing: border-box;
}

header.top {
  z-index: 51;
  position: fixed;
  left: 0;
  top: 0;
  background: #F7F5F3;
  height: 36px;
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  header.top {
    padding: 0px;
  }
}
header.top .container {
  width: 100%;
  max-width: 80rem;
  padding: 0px 1rem;
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  header.top .container {
    justify-content: space-between;
  }
}
@media (max-width: 767px) {
  header.top .container {
    justify-content: center;
  }
}
header.top a {
  color: #8e8e8e;
  font-size: 14px;
  line-height: 1.31;
  letter-spacing: normal;
  padding: 8px;
  display: inline-block;
  text-decoration: none;
}
header.top a:hover {
  color: #121110;
}
header.top ul {
  margin: 0px;
  padding: 0px;
  display: flex;
  list-style: none;
}
header.top .wpml-ls-legacy-dropdown {
  width: 130px;
}
header.top .wpml-ls-legacy-dropdown li a {
  border: 0px;
  background-color: #2f3137 !important;
  color: #8e8e8e !important;
}
header.top .wpml-ls-legacy-dropdown li a:hover {
  color: #fff !important;
}
header.top .wpml-ls-legacy-dropdown .wpml-ls-sub-menu a {
  background-color: #2f3137;
}

header#mainheader {
  z-index: 100;
  position: fixed;
  left: 0;
  top: 0px;
  width: 100%;
  transition: all 0.3s ease;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  header#mainheader {
    height: 80px;
  }
}
@media (max-width: 767px) {
  header#mainheader {
    height: 64px;
  }
}
header#mainheader img {
  transition: all 0.3s ease;
}
@media (min-width: 1100px) and (max-width: 8000px) {
  header#mainheader .actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  header#mainheader .actions .book-conference, header#mainheader .actions .book-room {
    font-weight: 600;
    border-radius: 8px;
    padding: 0.625rem 1.25rem;
    white-space: nowrap;
    transition: all 0.3s ease-in-out;
  }
  header#mainheader .actions .book-conference:hover, header#mainheader .actions .book-room:hover {
    background-color: #03364B;
    color: #95D3EC;
  }
  header#mainheader .actions .book-conference {
    background-color: #fff;
  }
  header#mainheader .actions .book-room {
    margin-left: 20px;
    color: #03364B;
    background-color: #95D3EC;
  }
}
@media (min-width: 0px) and (max-width: 1099px) {
  header#mainheader .actions {
    display: none;
  }
}
header#mainheader .brand {
  display: flex;
  align-items: center;
}
header#mainheader .brand a {
  border-bottom: none !important;
  padding: 0px;
  background-color: #fff !important;
  margin: 0px;
  display: flex;
  align-items: center;
}
header#mainheader .brand a img {
  width: 200px;
  height: auto;
  z-index: 100;
}
header#mainheader .menu > ul > li > a {
  border-radius: 8px 8px 0 0;
}
header#mainheader a {
  color: #121110;
  text-decoration: none;
  transition: all 0s ease-in-out;
  display: block;
  padding: 0.5rem 1rem;
  font-size: 14px;
}
header#mainheader a:hover {
  background-color: #F7F5F3;
}
header#mainheader li {
  border-bottom: 2px solid transparent;
}
header#mainheader li:hover, header#mainheader li.current-menu-parent, header#mainheader li.current-menu-item {
  border-bottom: 2px solid #fff;
}
header#mainheader ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  display: flex;
}
header#mainheader .container {
  width: 100%;
  max-width: 80rem;
  padding: 0px 1rem;
  transition: all 0.3s ease;
}
@media (min-width: 1100px) and (max-width: 8000px) {
  header#mainheader .container {
    display: grid;
    grid-template-columns: 300px 1fr 300px;
  }
}
@media (min-width: 0px) and (max-width: 1099px) {
  header#mainheader .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  header#mainheader .container img {
    width: 200px !important;
  }
}
header#mainheader .container img {
  max-width: 100%;
}
header#mainheader .container .menu {
  display: flex;
  align-items: center;
  z-index: 100;
}
@media (min-width: 0px) and (max-width: 1100px) {
  header#mainheader .container .menu {
    display: none;
  }
}
header#mainheader .sub-menu {
  display: none;
  border-radius: 0 8px 8px 8px;
  overflow: hidden;
}

/*
body.scrolled-down #mainheader {
  background-color: rgba(143,143,147,.9);
  &:hover {
    background-color: rgba(143,143,147,1);
  }

  @include boundary(1100px, 8000px) {
    .container {
      grid-template-columns: 1fr 120px 1fr;
    }
  }
  @include boundary(0px, 1099px) {
    img {
      transform: scale(0.8);
    }
  }
}
*/
/**
 * Dropdown menu.
 */
header#mainheader .menu > ul > li {
  position: relative;
}
header#mainheader .menu > ul > li .sub-menu li {
  border-bottom: 0px solid transparent !important;
}
header#mainheader .menu > ul > li .sub-menu {
  position: absolute;
  background-color: #F7F5F3;
}
header#mainheader .menu > ul > li > .sub-menu {
  width: auto;
  min-width: calc(100% + 20px);
  top: calc(100% + 0px);
  left: 0px;
}
header#mainheader .menu > ul > li > .sub-menu li {
  position: relative;
}
header#mainheader .menu > ul > li > .sub-menu li > .sub-menu {
  width: 245px;
  top: 0px;
  left: 100%;
}
header#mainheader .menu > ul > li:hover > .sub-menu {
  display: block;
}
header#mainheader .menu > ul > li:hover > .sub-menu li:hover > .sub-menu {
  display: block;
}
header#mainheader .sub-menu a {
  padding: 12px 15px;
  white-space: nowrap;
  letter-spacing: 0;
  text-transform: none;
  display: block;
  font-size: 14px;
}
header#mainheader .sub-menu a:hover {
  background: #D8D4D0;
}

@media (min-width: 1100px) and (max-width: 8000px) {
  #hamburger {
    display: none;
  }
}
#hamburger {
  width: 40px;
  height: 30px;
  position: fixed;
  top: 17px;
  right: 6px;
  margin: 0px;
  transform: rotate(0deg) scale(0.5);
  transition: 0.5s ease-in-out;
  cursor: pointer;
  background-color: transparent;
  border: 0px;
  z-index: 100;
}

#hamburger span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #121110;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}

#hamburger span:nth-child(1) {
  top: 0px;
}

#hamburger span:nth-child(2), #hamburger span:nth-child(3) {
  top: 12px;
}

#hamburger span:nth-child(4) {
  top: 24px;
}

#hamburger.open span:nth-child(1) {
  top: 12px;
  width: 0%;
  left: 50%;
}

#hamburger.open span:nth-child(2) {
  transform: rotate(45deg);
}

#hamburger.open span:nth-child(3) {
  transform: rotate(-45deg);
}

#hamburger.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

#mobile-menu {
  position: fixed;
  top: 0px;
  right: -100%;
  width: 100%;
  height: 100%;
  transition: 0s ease-in-out;
  z-index: 99;
  background-color: #ffffff;
  padding-top: 80px;
}
#mobile-menu .scroller {
  box-sizing: border-box;
  height: 100vh;
  overflow: scroll;
}
#mobile-menu ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
#mobile-menu ul li {
  position: relative;
}
#mobile-menu .dropdown-menu {
  display: none;
}
#mobile-menu .dropdown-menu.open {
  display: block;
}
#mobile-menu i {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 70px;
  height: 70px;
  cursor: pointer;
  text-align: center;
  line-height: 70px;
  color: #121110;
}
#mobile-menu i:hover {
  background-color: #F7F5F3;
}
#mobile-menu a:not(.book) {
  position: relative;
  text-decoration: none;
  color: #121110;
  font-family: "Poppins", sans-serif;
  line-height: 160%;
  letter-spacing: -0.36px;
  font-weight: 500;
  font-size: 18px;
  display: block;
  padding: 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}
#mobile-menu .dropdown-menu a {
  font-weight: 400;
  font-size: 16px;
  padding-left: 30px;
}
#mobile-menu .mobile-actions {
  margin-top: 64px;
}
#mobile-menu .mobile-actions a.book {
  margin: 16px;
  padding: 10px 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  height: 46px;
  border-radius: 8px;
}
#mobile-menu .mobile-actions a.book.room {
  background-color: #03364B;
  color: #fff;
}
#mobile-menu .mobile-actions a.book.room:hover {
  background-color: #95D3EC;
  color: #03364B;
}
#mobile-menu .mobile-actions a.book.conference {
  background-color: #95D3EC;
  color: #03364B;
}
#mobile-menu .mobile-actions a.book.conference:hover {
  background-color: #03364B;
  color: #95D3EC;
}
#mobile-menu .wpml-ls-legacy-dropdown {
  width: 100%;
}
#mobile-menu .wpml-ls-legacy-dropdown a {
  background-color: #333439;
  border-left: 0px;
  border-right: 0px;
  border-bottom: 0px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}
#mobile-menu .dropdown-menu {
  height: 0px;
  overflow: hidden;
  transition: 0.25s all ease-in-out;
}
#mobile-menu .dropdown-menu a {
  background-color: #f7f5f3;
}
#mobile-menu .dropdown-menu .dropdown-menu a {
  background-color: #f7f5f3;
}
#mobile-menu .dropdown-menu.open {
  height: auto;
  overflow: visible;
}

#mobile-menu.open {
  z-index: 99;
  right: 0px;
}

#curved-text {
  margin: 0px auto;
  max-width: 300px;
  height: auto;
}
#curved-text text {
  fill: #fff;
  line-height: 1.28;
  font-weight: 500;
  font-size: 30px;
}

#hamburger:not(.fixedToTop) {
  top: -125px;
}

#mainheader:not(.fixedToTop) {
  top: -150px;
}

#hamburger {
  transition: 0.3s ease;
}

body.admin-bar #mainheader.fixedToTop {
  top: 32px;
}
body.admin-bar #hamburger.fixedToTop {
  top: 49px;
}

body:not(.admin-bar) #mainheader.fixedToTop {
  top: 0px;
}
body:not(.admin-bar) #hamburger.fixedToTop {
  top: 17px;
}

footer {
  letter-spacing: 1px;
  background-color: #f7f5f3;
  color: #121110;
  padding-top: 40px;
  width: 100vw;
  border-top: 1px solid #d8d4d0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: column;
}
footer a {
  color: #121110;
  text-decoration: none;
}
footer ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
footer ul li {
  margin-bottom: 0.5rem;
}
footer hr {
  width: 100vw;
  border-top: 1px solid #d8d4d0;
}
footer .space-between {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
}
@media (min-width: 768px) {
  footer .space-between p {
    margin-left: 2rem;
  }
}
footer .logo {
  width: 100%;
  max-width: 250px;
}
footer .logo img {
  width: 100%;
  height: auto;
}
footer .container {
  width: 100%;
  max-width: 80rem;
  padding: 20px;
}
@media (min-width: 768px) {
  footer .container {
    display: flex;
    justify-content: space-between;
  }
}
footer p {
  margin: 8px 0px;
}
@media (max-width: 767px) {
  footer .container.logo-adress {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
  }
  footer .container.logo-adress .logo {
    margin-top: 1rem;
  }
  footer .container.logo-adress .space-between {
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
}
footer .container.bottom {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
footer .container.bottom div.copy {
  display: flex;
  align-items: center;
}
footer .wpml-ls-legacy-list-horizontal ul {
  display: flex;
  justify-content: flex-end;
}
footer .wpml-ls-legacy-list-horizontal a {
  border: 1px solid #d8d4d0;
  border-radius: 8px;
  padding: 1rem;
}
footer .wpml-ls-legacy-list-horizontal .wpml-ls-current-language {
  display: none;
}
footer .container.center {
  display: flex;
  justify-content: center;
}

@media (max-width: 767px) {
  body {
    color: #121110;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
  }

  a {
    font-style: normal;
    font-weight: 400;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    color: #121110;
  }

  .subtitle {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    /* 18.2px */
    letter-spacing: 0px;
    text-transform: uppercase;
    margin: 0 0 8px 0;
  }

  h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "Poppins", sans-serif;
  }

  h1, .h1 {
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    letter-spacing: -0.64px;
    margin: 0 0 32px 0;
  }

  h2, .h2 {
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    letter-spacing: -0.48px;
    margin: 0 0 16px 0;
  }

  h2.has-x-large-font-size, .h2.has-x-large-font-size {
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    /* 38.4px */
    letter-spacing: -0.64px;
  }

  h3, .h3 {
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%;
    /* 28.8px */
    letter-spacing: -0.36px;
    margin: 0 0 10px 0;
  }
}
@media (min-width: 768px) {
  body {
    color: #121110;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
  }

  a {
    font-style: normal;
    font-weight: 400;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    color: #121110;
  }

  .subtitle {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    /* 18.2px */
    text-transform: uppercase;
    margin: 0 0 12px 0;
    letter-spacing: 0px;
  }

  h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "Poppins", sans-serif;
  }

  h1, .h1 {
    font-size: 56px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    /* 50.4px */
    letter-spacing: -1.12px;
    margin: 0 0 16px 0;
  }

  h2, .h2 {
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    /* 41.6px */
    letter-spacing: -0.64px;
    margin: 0 0 14px 0;
  }

  h2.has-x-large-font-size, .h2.has-x-large-font-size {
    font-size: 56px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    /* 72.8px */
    letter-spacing: -1.12px;
    margin: 0 0 12px 0;
  }

  h3, .h3 {
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    /* 31.2px */
    letter-spacing: -0.48px;
    margin: 0 0 10px 0;
  }
}
main, main *, footer, footer * {
  max-width: 100vw;
  max-width: -webkit-fill-available;
}

main {
  max-width: 100vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0px 20px;
}
@media (min-width: 768px) {
  main {
    margin-top: 80px;
  }
}
@media (max-width: 767px) {
  main {
    margin-top: 64px;
  }
}
main > *:not(.alignwide):not(.alignfull) {
  max-width: 50rem;
  width: 100%;
}
main .alignwide {
  max-width: 78rem;
  width: 100%;
}
main .alignfull {
  width: 100vw;
  margin-left: -20px;
  margin-right: -20px;
}
@media (min-width: 768px) {
  main :where(.wp-block-columns.is-layout-flex) {
    gap: 20px;
  }
}
@media (max-width: 767px) {
  main :where(.wp-block-columns.is-layout-flex) {
    gap: 32px;
  }
}
main figure {
  margin: 0 0 16px 0;
}
main figure img {
  border-radius: 8px;
}
main p {
  margin-top: 0px;
  margin-bottom: 10px;
}
main .wp-block-column h3 {
  margin-bottom: 3px;
}
main .wp-block-column figure img {
  width: 100%;
  aspect-ratio: 1.6666666667;
  object-fit: cover;
}
main figure.aspect-ratio-16-9 img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
}
@media (min-width: 768px) {
  main .wp-block-cover {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  main .wp-block-cover {
    padding: 20px;
  }
}
main .wp-block-cover__inner-container > *:not(.alignwide):not(.alignfull) {
  max-width: 50rem;
  width: 100%;
}
main .wp-block-cover__inner-container .alignwide {
  max-width: 78rem;
  width: 100%;
}
main .wp-block-cover__inner-container .alignfull {
  width: 100vw;
}
main .wp-block-cover:not(.has-custom-content-position) .wp-block-cover__inner-container {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
main .wp-block-cover.has-custom-content-position .wp-block-cover__inner-container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
main .wp-block-cover.has-custom-content-position.is-position-top-left .wp-block-cover__inner-container {
  justify-content: flex-start;
  align-items: flex-start;
}
main .wp-block-cover.has-custom-content-position.is-position-top-center .wp-block-cover__inner-container {
  justify-content: flex-start;
  align-items: center;
}
main .wp-block-cover.has-custom-content-position.is-position-top-right .wp-block-cover__inner-container {
  justify-content: flex-start;
  align-items: flex-end;
}
main .wp-block-cover.has-custom-content-position.is-position-center-left .wp-block-cover__inner-container {
  justify-content: center;
  align-items: flex-start;
}
main .wp-block-cover.has-custom-content-position.is-position-center-right .wp-block-cover__inner-container {
  justify-content: center;
  align-items: flex-end;
}
main .wp-block-cover.has-custom-content-position.is-position-bottom-left .wp-block-cover__inner-container {
  justify-content: flex-end;
  align-items: flex-start;
}
main .wp-block-cover.has-custom-content-position.is-position-bottom-center .wp-block-cover__inner-container {
  justify-content: flex-end;
  align-items: center;
}
main .wp-block-cover.has-custom-content-position.is-position-bottom-right .wp-block-cover__inner-container {
  justify-content: flex-end;
  align-items: flex-end;
}
main .wp-block-cover:not(.alignfull) {
  border-radius: 8px;
}
main .wp-block-separator {
  border-top: 1px solid #d8d4d0 !important;
}
main .wp-block-list {
  padding-left: 18px;
}
@media (max-width: 767px) {
  main .wp-block-column:empty {
    display: none;
  }
}
main :where(.is-layout-flex) {
  gap: 16px;
}
main :where(.is-layout-grid) {
  gap: 16px;
}
@media (max-width: 767px) {
  main .wp-block-cover.no-padding {
    padding: 0px !important;
  }
}

@media (min-width: 768px) {
  .wp-block-media-text.has-background:not(.grid) {
    border-radius: 8px;
  }
  .wp-block-media-text.has-background:not(.grid) img, .wp-block-media-text.has-background:not(.grid) figure {
    border-radius: 8px 0px 0px 8px !important;
  }

  .wp-block-media-text.has-background.has-media-on-the-right:not(.grid) {
    border-radius: 8px;
  }
  .wp-block-media-text.has-background.has-media-on-the-right:not(.grid) img, .wp-block-media-text.has-background.has-media-on-the-right:not(.grid) figure {
    border-radius: 0px 8px 8px 0px !important;
  }
}
@media (max-width: 767px) {
  .wp-block-media-text.has-background:not(.grid) {
    border-radius: 8px;
  }
  .wp-block-media-text.has-background:not(.grid) img, .wp-block-media-text.has-background:not(.grid) figure {
    border-radius: 8px 8px 0px 0px !important;
  }
  .wp-block-media-text.has-background:not(.grid) .wp-block-media-text__content {
    padding: 16px;
  }

  .wp-block-media-text p {
    margin: 16px 0px;
  }

  .wp-block-media-text:not(.has-background) .wp-block-media-text__content {
    padding: 16px 0 0 0;
  }
}
@media (min-width: 768px) {
  .wp-block-media-text.grid {
    grid-gap: 16px;
    margin-bottom: 16px;
  }
  .wp-block-media-text.grid:not(.has-media-on-the-right) {
    grid-template-columns: 2fr 1fr;
  }
  .wp-block-media-text.grid.has-media-on-the-right {
    grid-template-columns: 1fr 2fr;
  }
  .wp-block-media-text.grid img {
    aspect-ratio: 1.6666666667;
    object-fit: cover;
  }
  .wp-block-media-text.grid .wp-block-media-text__content {
    width: 100%;
    height: 100%;
    padding: 0px;
  }
  .wp-block-media-text.grid .wp-block-media-text__content .wp-block-group.has-background {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    border-radius: 8px;
    padding: 16px;
  }
}
@media (max-width: 767px) {
  .rounded-right, .rounded-right img {
    border-radius: 0px 8px 8px 0px !important;
  }

  .rounded-left, .rounded-left img {
    border-radius: 8px 0px 0px 8px !important;
  }

  .wp-block-media-text.grid {
    margin-bottom: 16px;
  }
  .wp-block-media-text.grid img, .wp-block-media-text.grid figure {
    aspect-ratio: 1.6666666667;
    object-fit: cover;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
  }
  .wp-block-media-text.grid .wp-block-media-text__content {
    padding: 0px;
  }
  .wp-block-media-text.grid .wp-block-media-text__content .wp-block-group {
    padding: 16px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
  }
}
.wp-block-buttons .wp-block-button a {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 75%;
  padding: 10px 24px;
  border-radius: 8px;
  background-color: #95D3EC;
  color: #03364B;
  height: 46px;
  transition: all 0.3s ease-in-out;
}
.wp-block-buttons .wp-block-button a:hover {
  background-color: #03364B;
  color: #95D3EC;
}

figure {
  overflow: hidden;
  border-radius: 8px;
}
figure img {
  transition: all 0.3s ease-in-out;
}

.wp-block-group.is-linked:hover figure img {
  transform: scale(1.025);
}

@media (max-width: 767px) {
  .wp-block-media-text.has-background .wp-block-buttons {
    width: 100%;
  }
  .wp-block-media-text.has-background .wp-block-buttons .wp-block-button {
    display: block;
    width: 100%;
  }
  .wp-block-media-text.has-background .wp-block-buttons .wp-block-button a {
    display: block;
  }
}
.booking-hero {
  width: 100%;
  margin: 32px auto;
  max-width: 50rem;
  background-color: #ffffff;
  padding: 32px;
  border-radius: 8px;
}
.booking-hero .bv-widget-container {
  --bv-buttonBackground: 149,211,236;
  --bv-buttonBorderColor: 149,211,236;
}

table td {
  padding: 16px 0px !important;
  border-width: 0px 0px 1px 0px !important;
  border-color: #d8d4d0 !important;
}
table tr:last-of-type td {
  border-width: 0px 0px 0px 0px !important;
}

#breadcrumbs span, #breadcrumbs a, .yoast-breadcrumbs span, .yoast-breadcrumbs a {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  font-size: 12px;
  color: #121110 !important;
}
#breadcrumbs small, .yoast-breadcrumbs small {
  padding: 2px 3px;
  line-height: 16px;
  font-size: 10px;
}

.wpcf7 label {
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}
.wpcf7 input::placeholder {
  color: #2d2b28;
}
.wpcf7 input:not([type=submit]):not([type=checkbox]):not([type=radio]) {
  width: 100%;
  max-width: calc(100vw - 40px);
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  border: 0px;
  padding: 16px;
  border-radius: 8px;
  background-color: #f7f5f3;
}
.wpcf7 select {
  width: 100%;
  max-width: calc(100vw - 40px);
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  border: 0px;
  padding: 16px;
  border-radius: 8px;
  background-color: #f7f5f3;
}
.wpcf7 textarea {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 300;
  width: 100%;
  border: 0px;
  padding: 16px;
  border-radius: 8px;
  background-color: #f7f5f3;
}
.wpcf7 input[type=submit], .wpcf7 button {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  height: 46px;
  padding: 10px 34px;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  border: 0px;
}
.wpcf7 button {
  background-color: #03364B;
  color: #fff;
}
.wpcf7 input[type=submit] {
  background-color: #95D3EC;
  color: #03364B;
  margin-top: 32px;
}
.wpcf7 .p {
  margin-top: 10px;
  margin-bottom: 28px;
}
.wpcf7 .wpcf7-checkbox {
  display: grid;
  margin-top: 10px;
  grid-gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
}
.wpcf7 .wpcf7-checkbox .wpcf7-list-item {
  margin: 5px 0px;
  display: grid;
  grid-template-columns: 1em auto;
  gap: 1em;
  line-height: 1.1;
}
.wpcf7 .wpcf7-checkbox .wpcf7-list-item input[type=checkbox] {
  /* Add if not using autoprefixer */
  -webkit-appearance: none;
  /* Remove most all native input styles */
  appearance: none;
  /* For iOS < 15 */
  background-color: var(--form-background);
  /* Not removed via appearance */
  margin: 0;
  font: inherit;
  color: currentColor;
  width: 1.15em;
  height: 1.15em;
  border: 0.15em solid #03364B;
  border-radius: 0.15em;
  transform: translateY(-0.075em);
  display: grid;
  place-content: center;
}
.wpcf7 .wpcf7-checkbox .wpcf7-list-item input[type=checkbox]::before {
  content: "";
  width: 0.65em;
  height: 0.65em;
  clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
  transform: scale(0);
  transform-origin: bottom left;
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em #03364B;
  /* Windows High Contrast Mode */
  background-color: CanvasText;
}
.wpcf7 .wpcf7-checkbox .wpcf7-list-item input[type=checkbox]:checked::before {
  transform: scale(1);
}
.wpcf7 .wpcf7-checkbox .wpcf7-list-item input[type=checkbox]:disabled {
  --form-control-color: var(--form-control-disabled);
  color: var(--form-control-disabled);
  cursor: not-allowed;
}
.wpcf7 .wp-block-columns p {
  margin: 0px;
}
.wpcf7 .wpcf7-radio {
  margin-top: 10px;
}
.wpcf7 .wpcf7-radio .wpcf7-list-item {
  margin: 5px 15px 5px 0px;
  display: inline-grid;
  grid-template-columns: 1em auto;
  gap: 1em;
  line-height: 1.1;
}

.has-background .wpcf7 input:not([type=submit]):not([type=checkbox]):not([type=radio]), .has-background .wpcf7 textarea, .has-background .wpcf7 select, .has-background-dim .wpcf7 input:not([type=submit]):not([type=checkbox]):not([type=radio]), .has-background-dim .wpcf7 textarea, .has-background-dim .wpcf7 select, .is-light .wpcf7 input:not([type=submit]):not([type=checkbox]):not([type=radio]), .is-light .wpcf7 textarea, .is-light .wpcf7 select {
  background-color: #ffffff;
}

.wp-swiper {
  --swiper-pagination-bottom: -16px;
  --swiper-pagination-bullet-inactive-color: #d8d4d0;
  --swiper-pagination-color: #95D3EC;
  margin-bottom: 20px;
}
.wp-swiper figure img {
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 1.6666666667;
}

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