@charset "UTF-8";
/*!
Theme Name: Vancoufur 2025 WordPress Theme
Theme URI: https://github.com/BCAEA/vf-2025-wordpress-theme
Author: Vancoufur, LinuxPony
Author URI: https://vancoufur.org/
Description: WordPress Theme for Vancoufur 2025. Released under the GPL.
Version: 1.6.1
License: Code is licensed under the GNU General Public License
License URI: https://www.gnu.org/licenses/gpl.html
Tags: one-column
Text Domain: vancoufur

Based on BlankSlate WordPress Theme © 2011-2019 TidyThemes
BlankSlate is distributed under the terms of the GNU GPL
*/
/* Bahnschrift Regular */
@font-face {
  font-family: "Bahnschrift";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(fonts/bahnschrift.woff2);
}
/* BebasNeue Regular */
@font-face {
  font-family: "BebasNeue";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(fonts/BebasNeue-Regular.woff2);
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

body {
  line-height: 1;
}

button {
  outline: 0;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

q {
  display: inline;
  font-style: italic;
}

q:before {
  content: '"';
  font-style: normal;
}

q:after {
  content: '"';
  font-style: normal;
}

textarea, input[type=text], input[type=button], input[type=submit], input[type=reset], input[type=search], input[type=password] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border-radius: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th, td {
  padding: 2px;
}

big {
  font-size: 120%;
}

small, sup, sub {
  font-size: 80%;
}

sup {
  vertical-align: super;
}

sub {
  vertical-align: sub;
}

dd {
  margin-left: 20px;
}

kbd, tt {
  font-family: "Courier New", Courier, monospace;
  font-size: 12px;
}

ins {
  text-decoration: underline;
}

del, strike, s {
  text-decoration: line-through;
}

dt {
  font-weight: bold;
}

address, cite, var {
  font-style: italic;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

/* #region General Style */
html {
  font-family: "Bahnschrift", sans-serif;
}

b, strong {
  font-weight: bold;
}

i, em {
  font-style: italic;
}

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

h1 {
  font-size: 3rem;
  margin: 0.67rem 0;
  font-weight: lighter;
}

h2 {
  font-size: 2.5rem;
  margin: 0.83rem 0;
  font-weight: lighter;
}

h3 {
  font-size: 2rem;
  margin: 1rem 0;
  font-weight: lighter;
}

h4 {
  font-size: 1.5rem;
  margin: 1.33rem 0;
  font-weight: lighter;
}

h5 {
  font-size: 1rem;
  margin: 1.67rem 0;
  font-weight: lighter;
}

h6 {
  font-size: 0.75rem;
  margin: 2.33rem 0;
  font-weight: lighter;
}

p {
  margin: 0.5em 0;
}

p, ul > li, ol > li {
  line-height: 1.25em;
}

hr {
  border-style: solid;
  border-color: #000000;
}

html, body {
  background: #ffffff;
  height: 100%;
  font-size: 12pt;
}

#wrapper {
  min-height: 100%;
  background-color: #ebdfcf;
}

#container {
  font-size: 14pt;
}

html.admin-bar {
  height: calc(100% - 64px);
}
@media screen and (max-width: 782px) {
  html.admin-bar {
    height: calc(100% - 78px);
  }
}

body {
  overflow-x: hidden;
}

a:link, a:visited {
  color: #5a3428;
}
a:hover, a:active {
  color: #7e4937;
}

ul {
  list-style: disc;
  padding-left: 40px;
}

ol {
  list-style: decimal;
  padding-left: 40px;
}

.widget-area ul {
  list-style: none;
  padding-left: unset;
}

input[type=number], input[type=text],
input[type=tel], input[type=email],
input[type=password], textarea {
  border: solid 1px #999;
  border-radius: 0;
  background-color: #fff;
  padding: 0.5rem;
}

.social-links {
  list-style: none;
  padding-left: unset;
}
.social-links li {
  display: inline-block;
}
.social-links a {
  padding: 1rem;
  font-size: 2rem;
}

@media screen and (max-width: 960px) {
  .hide-on-sm {
    display: none !important;
  }
}
@media (min-width: 961px) {
  .hide-on-lg {
    display: none !important;
  }
}
/* #endregion */
/* #region Container Layout */
#content {
  max-width: 1600px;
  width: auto;
  margin: 0 auto 1em auto;
}
#content article {
  padding: 1em;
}
#content article header h1 {
  margin-top: calc(0.67rem + 32px);
}
#content .cover-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
}
#content .nav-spacer {
  height: calc(4rem + 32px);
}
#content .entry-column-wrapper img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: top center;
     object-position: top center;
}
@media screen and (max-width: 960px) {
  #content .entry-column-wrapper img {
    max-height: 600px;
  }
}

@media (max-width: 600px) {
  .admin-bar body:not(.vc_editor) #content .nav-spacer {
    height: calc(1rem + 32px);
  }
}
body.page-template-page-no-header #content article,
body.page-template-page-homepage #content article {
  padding-top: 0;
}

.news-wrapper .news-title {
  font-weight: normal;
  padding: 1rem 0;
}
.news-wrapper .news-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1200px) {
  .news-wrapper .news-container {
    flex-direction: column;
  }
}
.news-wrapper .news-container img {
  padding-right: 1rem;
  width: 200px;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}
.news-wrapper .news-container .news-item {
  width: 33%;
  display: flex;
  flex-direction: row;
}
@media screen and (max-width: 1200px) {
  .news-wrapper .news-container .news-item {
    width: 100%;
    padding: 0.5rem 0;
  }
}

/* #endregion */
/* #region Header & Navigation */
#menu, #social {
  font-family: "BebasNeue", sans-serif;
  z-index: 100;
  color: #ffffff;
  position: fixed;
  left: 0;
  right: 0;
  padding: 0 1rem;
  font-size: 1.5em;
}
#menu a, #social a {
  text-decoration: none;
  font-weight: bold;
}
#menu a:link, #menu a:visited, #social a:link, #social a:visited {
  color: #ffffff;
}
#menu a:hover, #menu a:active, #social a:hover, #social a:active {
  color: #ebdfcf;
}
#menu .nav-wrapper, #social .nav-wrapper {
  text-transform: uppercase;
}
#menu .nav-wrapper ul, #social .nav-wrapper ul {
  list-style: none;
  padding-left: 0;
}
#menu .nav-wrapper .main-menu > ul, #menu .nav-wrapper .social-menu > ul, #social .nav-wrapper .main-menu > ul, #social .nav-wrapper .social-menu > ul {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
#menu .nav-wrapper .main-menu > ul li, #menu .nav-wrapper .social-menu > ul li, #social .nav-wrapper .main-menu > ul li, #social .nav-wrapper .social-menu > ul li {
  flex-shrink: 0;
}
#menu .nav-wrapper .menu-wrapper, #social .nav-wrapper .menu-wrapper {
  display: flex;
  flex-direction: row;
}

#social {
  top: 0;
  background-color: #547d8f;
  height: 32px;
  font-size: 1.1rem;
}
#social .nav-wrapper .menu-wrapper {
  align-items: left;
  justify-content: flex-start;
}
#social .nav-wrapper .menu-wrapper li {
  padding: 7px 14px 0 0;
}

#menu {
  background-color: #7e4937;
  top: 32px;
}
#menu .menu-toggle-mobile {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  height: 2rem;
  width: 2rem;
  padding: 1rem;
  font-size: 2rem;
  z-index: 10;
}
@media screen and (max-width: 1350px) {
  #menu .menu-toggle-mobile {
    display: inline-table;
  }
}
@media screen and (max-width: 1350px) {
  #menu .nav-wrapper {
    height: 4rem;
    transition: 250ms height;
  }
}
#menu .nav-wrapper .menu-wrapper {
  align-items: center;
  justify-content: flex-end;
}
#menu .nav-wrapper .menu-wrapper #head-nav-img {
  flex-grow: 1;
}
#menu .nav-wrapper .menu-wrapper #head-nav-img img {
  height: 2.5rem;
  -o-object-fit: contain;
     object-fit: contain;
  transition: 250ms height;
}
@media screen and (max-width: 1350px) {
  #menu .nav-wrapper .menu-wrapper #head-nav-img img {
    height: 3.5rem;
  }
}
@media screen and (max-width: 678px) {
  #menu .nav-wrapper .menu-wrapper #head-nav-img img {
    max-width: 180px;
  }
}
#menu .nav-wrapper .main-menu > ul > .menu-item > a {
  display: block;
  padding: 1.5rem 0.5rem;
}
#menu .nav-wrapper .main-menu > ul > .menu-item > a .svg-inline--fa.fa-caret-down {
  font-size: 1rem;
}
#menu .nav-wrapper .main-menu > ul a {
  transition: 250ms color;
}
#menu .nav-wrapper .main-menu > ul .current_page_item a, #menu .nav-wrapper .main-menu > ul .current-menu-ancestor > a {
  color: #ebdfcf;
}
#menu .nav-wrapper .main-menu > ul .menu-item-has-children {
  position: relative;
}
#menu .nav-wrapper .main-menu > ul .menu-item-has-children .sub-menu {
  position: absolute;
  z-index: 9;
  top: -1000vh;
  right: 0;
  padding: 0;
  background: #7e4937;
  width: auto;
}
#menu .nav-wrapper .main-menu > ul .menu-item-has-children .sub-menu .menu-item > a {
  display: block;
  padding: 0.75rem 1rem;
  width: 100%;
  white-space: nowrap;
}
#menu .nav-wrapper .main-menu > ul .menu-item-has-children:hover > .sub-menu {
  top: 100%;
}
@media screen and (max-width: 1350px) {
  #menu .nav-wrapper {
    flex-direction: column;
    align-items: flex-start;
    justify-content: normal;
    overflow: hidden;
  }
  #menu .nav-wrapper .menu-wrapper {
    display: block;
    width: 100%;
    height: auto;
    flex-direction: column;
    align-items: center;
    justify-content: normal;
  }
  #menu .nav-wrapper .menu-wrapper img {
    display: block;
    height: 3.5rem;
    margin: 0.25rem auto;
  }
  #menu .nav-wrapper .menu-wrapper .main-menu > ul {
    flex-direction: column;
    justify-content: normal;
    align-items: flex-start;
  }
  #menu .nav-wrapper .menu-wrapper a, #menu .nav-wrapper .menu-wrapper li, #menu .nav-wrapper .menu-wrapper ul, #menu .nav-wrapper .menu-wrapper div {
    width: 100%;
  }
  #menu .nav-wrapper .menu-wrapper .menu-item-has-children:hover .sub-menu {
    position: relative !important;
    padding-left: 1em !important;
    top: 100% !important;
  }
  #menu .nav-wrapper #search {
    padding: 0.5rem;
  }
}

nav ul > li {
  line-height: 1rem;
}

html.admin-bar body:not(.vc_editor) #menu {
  top: 64px;
}
html.admin-bar body:not(.vc_editor) #social {
  top: 32px;
}
@media screen and (max-width: 782px) {
  html.admin-bar body:not(.vc_editor) #menu {
    top: 78px;
  }
  html.admin-bar body:not(.vc_editor) #social {
    top: 46px;
  }
}
@media screen and (max-width: 600px) {
  html.admin-bar body:not(.vc_editor) #menu {
    top: 32px;
  }
  html.admin-bar body:not(.vc_editor) #social {
    top: 0;
  }
}

@media screen and (max-width: 1350px) {
  #menu.active .menu-toggle-mobile {
    color: #ebdfcf;
  }
  #menu.active .nav-wrapper {
    height: 100vh;
    overflow-y: scroll;
    padding-bottom: 4rem;
  }
}
/* #endregion */
/* #region Footer Layout */
#footer {
  background: #7e4937;
  width: 100%;
  min-height: 6rem;
  padding: 1rem 0;
  font-size: 1.2rem;
}
#footer .copyright {
  padding: 2em 0 1em 0;
  text-align: center;
  color: #ffffff;
}
#footer #footer-menu {
  max-width: 1280px;
  width: auto;
  margin: 0 auto;
  padding: 0 1rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  #footer #footer-menu {
    flex-direction: column;
    align-items: flex-start;
  }
}
#footer #footer-menu .widget-area {
  width: 33%;
}
@media (max-width: 768px) {
  #footer #footer-menu .widget-area {
    width: 100%;
  }
}
#footer #footer-menu .widget-area li {
  display: block;
}
#footer #footer-menu .widget-area a {
  display: block;
  padding: 1rem 0;
  text-transform: uppercase;
  text-decoration: none;
}
#footer #footer-menu .widget-area a:link, #footer #footer-menu .widget-area a:visited {
  color: #ffffff;
}
#footer #footer-menu .widget-area a:hover, #footer #footer-menu .widget-area a:active {
  color: #ebdfcf;
}
#footer #footer-menu .widget-area .social-links {
  padding-left: unset;
}
#footer #footer-menu .widget-area .social-links li {
  display: inline-block;
}
#footer #footer-menu .widget-area .social-links a {
  padding: 1rem;
  font-size: 1rem;
}
#footer #footer-menu .widget-area .social-links a:first-child {
  padding-left: 0;
}

/* #endregion */
/* #region Search Form */
.search-form .toggle-hide {
  display: none;
}

#header .search-form {
  overflow: hidden;
  width: 2em;
  white-space: nowrap;
  background: transparent;
  transition: 250ms;
}
#header .search-form label {
  display: inline-block;
}
#header .search-form .search-field {
  width: 250px;
  padding: 0.5em;
  border: none;
  background: transparent;
}
#header .search-form .search-field:focus {
  outline: none;
}
#header .search-form .search-submit, #header .search-form .toggle-hide {
  display: inline-block;
  width: 26px;
  height: 2em;
  border: none;
  background: rgba(255, 255, 255, 0);
  color: #000000;
  transition: 250ms;
}
#header .search-form .search-submit:hover, #header .search-form .toggle-hide:hover {
  color: #6ef0ed;
}
#header .search-form .toggle-hide {
  color: #ffffff;
}
#header .search-form .toggle-hide.active {
  color: #6ef0ed;
}

@media screen and (min-width: 1351px) and (max-width: 1549px) {
  .nav-wrapper {
    position: relative;
  }
  #search.active {
    position: absolute;
    top: 75px;
    right: 0;
  }
}
/* #endregion */
/* #region Search Results */
.more-link {
  word-break: keep-all;
  white-space: nowrap;
}

body.search-results #content .entry-title {
  text-align: left;
}
body.search-results article {
  border: solid 1px transparent;
  margin: 0.5em 0;
}
body.search-results article img {
  display: block;
}
@media screen and (max-width: 960px) {
  body.search-results article img {
    display: none;
  }
}
body.search-results article h1, body.search-results article h2 {
  margin: 0.25em 0;
}
body.search-results article .the-excerpt {
  padding: 0 0.5em;
}
body.search-results article:nth-child(odd) {
  background-color: rgba(0, 0, 0, 0.1);
}

article.has-post-thumbnail .entry-summary {
  display: flex;
  flex-direction: row;
}
article.has-post-thumbnail .entry-summary .the-excerpt {
  padding-left: 1em;
  flex-grow: 1;
}
article.has-post-thumbnail .entry-summary .the-excerpt p:first-child {
  padding-top: 0;
}

/* #endregion */
/* #region Homepage Layout */
#splash-header {
  overflow: hidden;
  height: 500px;
  width: 100vw;
  position: relative;
  left: calc(-50vw + 50%);
  background-color: #fff;
}
#splash-header #splash-bg {
  display: block;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
#splash-header #splash-fg {
  display: block;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 20%;
     object-position: 50% 20%;
  width: auto;
  min-width: 1500px;
  height: 100%;
  top: 0;
  left: -100px;
  bottom: 0;
  animation: splashLoop 4s 2s infinite ease-in-out;
}
@media (max-width: 1280px) {
  #splash-header #splash-fg {
    left: -200px;
  }
}
@media (max-width: 1024px) {
  #splash-header #splash-fg {
    animation: unset;
    left: -300px;
  }
}
@media (max-width: 550px) {
  #splash-header #splash-fg {
    animation: unset;
    left: -400px;
  }
}
#splash-header #splash-theme-logo {
  display: block;
  position: absolute;
  width: 350px;
  height: 350px;
  top: 50px;
  right: 15%;
}
@media (max-width: 1350px) {
  #splash-header #splash-theme-logo {
    right: 50px;
  }
}
@media (max-width: 1024px) {
  #splash-header #splash-theme-logo {
    top: 100px;
    right: 25px;
    width: 250px;
    height: 250px;
  }
}
@media (max-width: 782px) {
  #splash-header #splash-theme-logo {
    filter: drop-shadow(0 0 0.75rem #fff);
    left: 10px;
    top: 10px;
    right: unset;
    width: 100px;
    height: 100px;
  }
}
@keyframes splashLoop {
  0% {
    -o-object-position: 50% 20%;
       object-position: 50% 20%;
  }
  50% {
    -o-object-position: 50% 30%;
       object-position: 50% 30%;
  }
  100% {
    -o-object-position: 50% 20%;
       object-position: 50% 20%;
  }
}

#splash-countdown-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
#splash-countdown-wrapper #splash-countdown {
  color: #fff;
  background-color: #7e4937 !important;
  font-size: 1.5rem;
  padding: 1rem;
  border-radius: 1rem;
  transform: translateY(-1.75rem);
  min-width: 600px;
  text-align: center;
}
@media (max-width: 600px) {
  #splash-countdown-wrapper #splash-countdown {
    width: 100%;
    min-width: none;
  }
}
#splash-countdown-wrapper #splash-countdown #splash-clock {
  display: inline-block;
  text-align: left;
  width: 200px;
}

/* #endregion */
/* #region Livestream Page Layout */
.livestream-layout {
  display: flex;
  flex-direction: row;
}
.livestream-layout .livestream-video {
  width: 75%;
}
.livestream-layout .livestream-chat {
  width: 25%;
}
.livestream-layout iframe, .livestream-layout widgetbot {
  width: 100%;
  height: 80vh;
}

/* #endregion */
/* #region Vendors Page */
@media (min-width: 769px) {
  .vendor-grid {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .vendor-grid .vendor {
    width: 49%;
  }
}
.vendor-grid .vendor {
  text-align: center;
  padding: 1rem 0;
  margin-bottom: 1rem;
  border-bottom: 2px solid #000;
}
.vendor-grid .vendor img {
  height: 300px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/* #endregion */
/* #region Pagination */
.nav-links {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  font-size: 1rem;
}
.nav-links .nav-previous, .nav-links .nav-next {
  flex-grow: 1;
}
.nav-links .nav-next {
  text-align: right;
}
.nav-links a {
  display: inline-block;
  background: #000000;
  text-decoration: none;
  padding: 0.75em;
  text-align: center;
  border-radius: 0.25em;
  color: #ffffff;
}

/* #endregion */
/* #region Normal Page Layout */
aside {
  text-align: left;
  border-top: 2px solid #000000;
  margin-top: 1em;
}
aside h1, aside h2, aside h3, aside h4, aside h5, aside h6 {
  text-align: center;
}
aside .post-date {
  display: block;
  color: #666666;
}

.wp-block-image.size-large {
  display: block;
  margin: 0.5rem;
}
.wp-block-image.size-large img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 auto;
}

.button, .button:link, .button:hover, .button:active, .button:visited {
  display: inline-block;
  background: #000000;
  text-decoration: none;
  padding: 0.75em;
  text-align: center;
  border-radius: 0.25em;
  color: #ffffff;
  transition: 200ms color;
}
.button.inverted, .button:link.inverted, .button:hover.inverted, .button:active.inverted, .button:visited.inverted {
  color: #000000;
  background: #ffffff;
}
.button.disabled, .button:link.disabled, .button:hover.disabled, .button:active.disabled, .button:visited.disabled {
  color: #999;
  background: #666;
}

.button:hover, .button:active {
  color: #ff0000;
}

.post-image-and-excerpt {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 2px solid #000;
}

@media screen and (min-width: 960px) {
  #content.has-sidebar .entry-wrapper {
    display: flex;
    flex-direction: row;
  }
  #content.has-sidebar .entry-wrapper .article-wrapper {
    width: calc(100% - (303px + 1em));
    padding-right: 1em;
  }
  #content.has-sidebar .entry-wrapper aside {
    width: calc(303px + 1em);
    padding-left: 1em;
    border-left: 2px solid #000000;
    border-top: none;
    margin-top: 0;
  }
  .post-image-and-excerpt {
    display: flex;
    flex-direction: row;
  }
  .post-image-and-excerpt img {
    margin-right: 1rem;
  }
  .post-image-and-excerpt .post-except-content {
    flex-grow: 1;
  }
}
/* #endregion */
/* #region Hotel Page Layout */
.hotel-info-columns {
  text-align: left;
}

/* #endregion */
/* #region Registration Page Layout */
.reg-tiers {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  max-width: 1200px;
}
.reg-tiers .reg-tier {
  flex-basis: 33.33%;
  padding: 150px 0.5em 0.5em 0.5em;
}
.reg-tiers .reg-tier .tier-header {
  border-radius: 1em 1em 0 0;
  text-align: center;
  padding-bottom: 0.5em;
  z-index: 2;
}
.reg-tiers .reg-tier .tier-header h3 {
  margin: 0.25em;
}
.reg-tiers .reg-tier .tier-header strike {
  opacity: 0.25;
}
.reg-tiers .reg-tier .tier-header .tier-image {
  margin-top: -150px;
}
.reg-tiers .reg-tier .tier-content {
  background: #fff;
  padding: 0.5em;
  box-shadow: inset 0 4px 3px -3px rgba(0, 0, 0, 0.75);
}
.reg-tiers .reg-tier .tier-content ul {
  list-style: none;
}
.reg-tiers .reg-tier .tier-content ul li {
  margin: 0.25em 0;
  position: relative;
}
.reg-tiers .reg-tier .tier-content ul li:before {
  left: -1.5em;
  display: block;
  position: absolute;
  content: "\f058";
  font-family: "Font Awesome 5 Pro";
  font-weight: normal;
  color: #458800;
}
@media (max-width: 710px) {
  .reg-tiers .reg-tier {
    flex-basis: 100%;
    max-width: 500px;
    padding: 150px 0 0.5em 0;
  }
}
@media (max-width: 710px) {
  .reg-tiers {
    margin: 0 -0.5em;
  }
}

/* #endregion */
/* #region 404 Page */
.not-found .entry-content {
  text-align: center;
}
.not-found .entry-content .four-zero-four {
  font-size: 4em;
  padding: 0.5rem 0;
}

/* #endregion */
/* #region Post Type List Widget and others */
aside .widget-container ul li {
  padding: 0.5em;
}
aside .widget-container ul li:nth-child(odd) {
  background-color: rgba(0, 0, 0, 0.1);
}

.widget_list-current-post-type {
  text-align: center;
}
.widget_list-current-post-type .list-current-post-type-widget {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.widget_list-current-post-type .list-current-post-type-widget a {
  max-width: 150px;
}
.widget_list-current-post-type .list-current-post-type-widget a img {
  -o-object-fit: cover;
     object-fit: cover;
  padding: 0.5em;
}
.widget_list-current-post-type .list-current-post-type-widget a img, .widget_list-current-post-type .list-current-post-type-widget a span {
  display: block;
}
.widget_list-current-post-type .list-current-post-type-widget a span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* #endregion */
/* #region Custom Post Type Styles - VIPs */
.vip-images img {
  width: 50%;
  padding: 0.5em;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

/* #endregion */
/* #region Attachments */
.entry-attachment .attachment {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .entry-attachment .attachment img {
    width: 100%;
    height: auto;
  }
}

/* #endregion */
/* #region Comments */
#comments .top-level-comments .comment {
  padding: 0.5em;
  margin-top: 0.5em;
  background-color: rgba(0, 0, 0, 0.05);
}
#comments .top-level-comments > .comment {
  background-color: rgba(0, 0, 0, 0.1);
}
#comments .top-level-comments .children .comment {
  padding: 0.5em 0 0.5em 2em;
  position: relative;
}
#comments .top-level-comments .children .comment:before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  top: 0;
  left: 0;
  content: "\f324";
  font-weight: 400;
  font-family: "Font Awesome 5 Pro";
  padding: 0.4em 0.25em;
  font-size: 1.5em;
}
#comments .top-level-comments .says {
  display: none;
}
#comments .top-level-comments .avatar {
  vertical-align: middle;
}
#comments .top-level-comments .comment-author, #comments .top-level-comments .comment-meta {
  display: inline-block;
}
#comments .top-level-comments .comment-meta a:not(.comment-edit-link) {
  font-size: 0.8em;
  text-decoration: none;
  color: #666666;
}
#comments .top-level-comments .comment-awaiting-moderation {
  display: block;
  color: #ff6600;
  padding-top: 1em;
}
#comments #respond {
  padding: 0.5em;
  margin-top: 0.5em;
  background-color: rgba(0, 0, 0, 0.05);
}
#comments #respond textarea {
  width: 100%;
}
#comments #respond textarea, #comments #respond input[type=text] {
  display: block;
  background-color: #f7f7f7;
  border: 1px solid #c4c4c4;
  padding: 12px;
  margin-top: 0.5em;
}
#comments #respond .required {
  color: #ff0000;
}
#comments #respond #reply-title small {
  display: block;
  margin-top: 1em;
}
#comments #respond #submit {
  background: #333333;
  border: 0;
  color: #f7f7f7;
  padding: 12px;
}
#comments #respond .logged-in-as {
  display: none;
}
#comments > #respond {
  background-color: rgba(0, 0, 0, 0.1);
}

/* #endregion */
/* #region Homepage Scroll Down */
#homepage-scroll-down-container {
  pointer-events: none;
  text-align: center;
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  padding-bottom: 0.5em;
  transition: 250ms opacity;
  opacity: 1;
}
#homepage-scroll-down-container #homepage-scroll-down {
  display: inline-block;
  padding: 0.5em;
  color: #fff;
  background: #333;
  border-radius: 5px;
}

/* #endregion */
/* #region Return To Top and Go To Cart Widgets */
#return-to-top, #go-to-cart {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  bottom: 1em;
  right: 1em;
  width: 3em;
  height: 3em;
  border-radius: 100%;
  text-decoration: none;
  background: #ffffff;
  color: #000000;
  transition: 250ms;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.75);
}
#return-to-top:hover, #return-to-top:active, #go-to-cart:hover, #go-to-cart:active {
  color: #ff0000;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
}
#return-to-top span, #go-to-cart span {
  font-size: 1.5em;
}

#go-to-cart {
  bottom: 5em;
}
#go-to-cart .count {
  text-align: center;
  line-height: 1.4;
  font-size: 0.75em;
  position: fixed;
  border-radius: 100%;
  bottom: 9.5em;
  right: 1em;
  width: 1.5em;
  height: 1.5em;
  background: #ff0000;
  color: #ffffff;
}

/* #endregion */
/* #region Ninja Forms */
.nf-form-content {
  padding: 0 !important;
  max-width: unset !important;
  margin: 0 !important;
}

.nf-form-cont {
  padding: 5px;
  max-width: 1000px;
  margin: 0 auto;
}

/* #endregion */
/* #region Slick Sliders */
.slick-slider {
  position: relative;
  margin: 1em 0;
}
.slick-slider .slick-slide {
  padding: 0.5em;
  overflow: hidden;
}
.slick-slider .slick-slide img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}
.slick-slider .slick-arrow {
  display: block;
  position: absolute;
  background: #fff;
  z-index: 10;
  top: 50%;
  border-radius: 2rem;
  height: 3rem;
  width: 3rem;
  padding: 0;
  border: none;
  text-align: center;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.75);
  transition: 250ms;
}
.slick-slider .slick-arrow.slick-prev {
  left: calc(0.75em + 2px);
}
.slick-slider .slick-arrow.slick-next {
  right: 0.75em;
}
.slick-slider .slick-arrow .fas:before {
  font-size: 1.5em;
}
.slick-slider .slick-arrow:hover {
  background: #fff;
  color: #f00;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
}
.slick-slider .slick-dots {
  text-align: center;
  list-style: none;
  padding-left: 0;
}
.slick-slider .slick-dots li {
  display: inline;
}
.slick-slider .slick-dots li button {
  display: inline-block;
  padding: 0;
  line-height: 0;
  font-size: 0;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  border: none;
  background: #000;
  margin: 0 10px;
  transition: background-color 250ms;
}
.slick-slider .slick-dots li button:hover {
  background: #900;
}
.slick-slider .slick-dots li.slick-active button {
  background: #f00;
}

/* #endregion */
/* #region Hotel Slick Slider */
.hotel-slider.slick-slider .slick-arrow {
  top: 18%;
}
.hotel-slider.slick-slider .img-container {
  position: relative;
}
.hotel-slider.slick-slider .img-container .room-photo {
  background-color: #000;
}
.hotel-slider.slick-slider .img-container .img-header, .hotel-slider.slick-slider .img-container .img-price {
  position: absolute;
  padding: 0.25rem;
  margin: 0;
  text-shadow: 0 0 2px #000;
}
.hotel-slider.slick-slider .img-container .img-header {
  color: #fff;
  bottom: 0;
  left: 0;
}
.hotel-slider.slick-slider .img-container .img-price {
  color: #f00;
  top: 0;
  right: 0;
}
.hotel-slider.slick-slider .description {
  font-size: 0.8em;
}

/* #endregion */
/* #region WooCommerce */
.woocommerce-checkout .entry-sub-header .entry-updated,
.woocommerce-cart .entry-sub-header .entry-updated,
.woocommerce-account .entry-sub-header .entry-updated {
  display: none;
}

@media screen and (max-width: 960px) {
  .woocommerce-checkout .entry-sub-header .entry-location,
  .woocommerce-cart .entry-sub-header .entry-location,
  .woocommerce-account .entry-sub-header .entry-location {
    display: block !important;
  }
}
@media (min-width: 769px) {
  .woocommerce-account .woocommerce-MyAccount-navigation {
    width: 150px;
  }
  .woocommerce-account .woocommerce-MyAccount-content {
    width: calc(100% - 150px - 1rem);
  }
}
.woocommerce-MyAccount-navigation ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  list-style: none;
  padding-left: 0;
}
@media (min-width: 769px) {
  .woocommerce-MyAccount-navigation ul {
    flex-direction: column;
    flex-wrap: nowrap;
  }
}
.woocommerce-MyAccount-navigation ul a {
  display: block;
  padding: 1rem 0.5rem;
  text-decoration: none;
}
@media (min-width: 769px) {
  .woocommerce-MyAccount-navigation ul a {
    padding: 1rem;
  }
}
.woocommerce-MyAccount-navigation ul a:hover {
  background: rgba(0, 0, 0, 0.1);
}

.woocommerce form .show-password-input,
.woocommerce-page form .show-password-input {
  top: 0.3em;
}

.product .summary.entry-summary {
  flex-direction: column !important;
}

.woocommerce .quantity .qty {
  height: 2.7rem;
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  background-color: #000;
  transition: background-color 250ms;
}

.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
  background-color: #666;
}

.woocommerce #respond input#submit.alt.disabled,
.woocommerce #respond input#submit.alt.disabled:hover,
.woocommerce #respond input#submit.alt:disabled,
.woocommerce #respond input#submit.alt:disabled:hover,
.woocommerce #respond input#submit.alt:disabled[disabled],
.woocommerce #respond input#submit.alt:disabled[disabled]:hover,
.woocommerce a.button.alt.disabled,
.woocommerce a.button.alt.disabled:hover,
.woocommerce a.button.alt:disabled,
.woocommerce a.button.alt:disabled:hover,
.woocommerce a.button.alt:disabled[disabled],
.woocommerce a.button.alt:disabled[disabled]:hover,
.woocommerce button.button.alt.disabled,
.woocommerce button.button.alt.disabled:hover,
.woocommerce button.button.alt:disabled,
.woocommerce button.button.alt:disabled:hover,
.woocommerce button.button.alt:disabled[disabled],
.woocommerce button.button.alt:disabled[disabled]:hover,
.woocommerce input.button.alt.disabled,
.woocommerce input.button.alt.disabled:hover,
.woocommerce input.button.alt:disabled,
.woocommerce input.button.alt:disabled:hover,
.woocommerce input.button.alt:disabled[disabled],
.woocommerce input.button.alt:disabled[disabled]:hover {
  background-color: #888;
}

.woocommerce #content div.product .woocommerce-tabs ul.tabs::after,
.woocommerce #content div.product .woocommerce-tabs ul.tabs::before,
.woocommerce div.product .woocommerce-tabs ul.tabs::after,
.woocommerce div.product .woocommerce-tabs ul.tabs::before,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs::after,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs::before,
.woocommerce-page div.product .woocommerce-tabs ul.tabs::after,
.woocommerce-page div.product .woocommerce-tabs ul.tabs::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
  display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
  background: rgba(0, 0, 0, 0.1);
  border: 1px solid #000000;
  border-radius: 0;
  transition: color 250ms;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
  color: #f00;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  background: #f2eecb;
  border-bottom: 1px solid #f2eecb;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
  display: table !important;
  border-bottom: 1px solid #000000;
}

.woocommerce .ppom-wrapper span.show_description {
  display: block;
  padding-left: 0;
  color: #333;
  font-size: 0.7rem;
  line-height: 1.5;
}

.woocommerce .product form .form-row {
  padding: 0;
  margin: 0;
}

.woocommerce ul.products li.product .price,
.woocommerce div.product p.price,
.woocommerce div.product span.price {
  color: #000000;
  font-weight: bold;
}

.woocommerce .ppom-col {
  padding: 0 !important;
}

.woocommerce div.product .stock {
  font-weight: bold;
}

.woocommerce .product .product_meta {
  display: flex;
  flex-direction: column;
}

.woocommerce #content table.cart td.actions .input-text,
.woocommerce table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text {
  height: 2.7rem;
  width: 120px;
}

#add_payment_method table.cart td.actions .coupon .input-text,
.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-checkout table.cart td.actions .coupon .input-text {
  padding: 0.618em;
  line-height: 1;
}

.woocommerce .woocommerce-cart-form,
.woocommerce .shop_table {
  background: #ffffff;
}

.woocommerce .shop_table .variation p,
.woocommerce .shop_table .wc-item-meta p {
  padding: 0;
}

.woocommerce-customer-details .woocommerce-columns--addresses .col-1 address, .woocommerce-customer-details .woocommerce-columns--addresses .col-2 address {
  background: #ffffff;
}
.woocommerce-customer-details .woocommerce-columns--addresses .woocommerce-customer-details--phone,
.woocommerce-customer-details .woocommerce-columns--addresses .woocommerce-customer-details--email {
  padding: 0 0 0 1.5em;
  line-height: 1.75;
}

@media (min-width: 769px) {
  .woocommerce .woocommerce-checkout {
    display: flex;
    flex-wrap: wrap;
  }
}
.woocommerce .woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__rendered,
.woocommerce .woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__arrow,
.woocommerce .woocommerce-checkout .select2-container .select2-selection--single {
  height: 2rem;
}
.woocommerce .woocommerce-checkout .select2-container .select2-selection--single .select2-selection__rendered {
  padding-top: 0.25rem;
}
@media (min-width: 769px) {
  .woocommerce .woocommerce-checkout #customer_details {
    width: 50%;
    padding-right: 0.5rem;
  }
}
.woocommerce .woocommerce-checkout #customer_details.col2-set .col-2, .woocommerce .woocommerce-checkout #customer_details.col2-set .col-1 {
  float: none;
  width: 100%;
}
.woocommerce .woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table .product-total, .woocommerce .woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table tfoot td {
  text-align: right;
}
@media (min-width: 769px) {
  .woocommerce .woocommerce-checkout .order_review_wrapper {
    width: 50%;
    padding-left: 0.5rem;
  }
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
  background: #fff;
}

#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
  background: #eee;
}

#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before {
  border-bottom-color: #eee;
}

#add_payment_method .cart-collaterals .cart_totals table,
.woocommerce-cart .cart-collaterals .cart_totals table,
.woocommerce-checkout .cart-collaterals .cart_totals table {
  table-layout: fixed;
}

.woocommerce ul.order_details {
  margin: 1rem 0;
  padding: 1rem;
  background: #ffffff;
}

.woocommerce-form.woocommerce-form-login.login,
.woocommerce-form.woocommerce-form-register.register {
  background: #fff;
}

.woocommerce-LoopProduct-link .product-loop-image-wrapper {
  overflow: hidden;
}
.woocommerce-LoopProduct-link .product-loop-image-wrapper .attachment-woocommerce_thumbnail {
  transform: scale(1);
  transition: transform 250ms;
}
.woocommerce-LoopProduct-link .product-loop-image-wrapper .attachment-woocommerce_thumbnail:hover {
  transform: scale(1.1);
}

.woocommerce .woocommerce-ordering select {
  padding: 0.5rem;
}

.widget-container.woocommerce .product_list_widget li {
  padding: 0.25rem;
}

.product_title.entry-title {
  display: none;
}

.woocommerce-variation-availability {
  padding-bottom: 1rem;
}

.woocommerce-store-notice, p.demo_store {
  position: fixed;
  top: unset !important;
  bottom: 0;
}

/* #endregion */
/* #region Utilities */
.banner-stretch.wpb_single_image figure,
.banner-stretch.wpb_single_image img,
.banner-stretch.wpb_single_image .vc_single_image-wrapper {
  display: block;
  width: 100%;
}
.banner-stretch.wpb_single_image img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 400px;
}

.align-left {
  text-align: left;
}

.align-right {
  text-align: right;
}

.align-center {
  text-align: center;
}

.screen-reader-text {
  width: 1px;
  height: 1px;
  overflow: hidden;
  position: absolute !important;
}

.scroll-lock {
  overflow: hidden;
}

@media (max-width: 767px) {
  .center-on-sm {
    text-align: center;
  }
}

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