/*!
Theme Name: Tsypahotel
Theme URI: https://webdeveloper.com.ua/
Author: webdeveloper.com.ua
Author URI: https://t.me/webdeveloper_com_ua
Description:
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: tsypahotel
Tags:
----------------------------------------------------------------------------------------- */

*,
::after,
::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  /* border: 1px solid red; */
}

*:focus,
*:active {
  outline: none;
}

:root {
  /* Colors */
  --color-black: #252525;
  --color-black-trans: rgba(0, 0, 0, 0.5);

  --color-white: #fff;

  --color-main: #43672a;

  --color-accent: #ffce03;
  --color-accent-light: #fff6e7;

  --color-gray: gray;
  --color-gray-dark: darkgray;
  --color-gray-light: #faf5ee;

  /* Fonts */
  --font-serif: 'Philosopher', sans-serif; /* 400, 700 */
  --font-sans-serif: 'Manrope', sans-serif; /* 200, 300, 400, 500, 600, 700, 800 */
}

html {
  line-height: normal;
  scroll-behavior: smooth;
}

body {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  font-display: auto;
  color: var(--color-black);
  font-family: var(--font-sans-serif);
}

.container,
.container-short,
.container-fluid {
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

.container {
  max-width: 1320px !important;
}

.container-short {
  max-width: 980px !important;
}

.row,
.layout {
  box-sizing: border-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex: 0 1 auto;
  -webkit-box-flex: 0;
  flex: 0 1 auto;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.space-between {
  justify-content: space-between;
}

/* .layout */
.layout > [class*='col-'] {
  padding: 0 !important;
}

.flex[class*='col-'] {
  display: flex;
  flex-direction: column;
}

.flex[class*='col-'] > *:not(:last-child) {
  margin: 0 0 15px 0;
}

[class*='col-'] {
  box-sizing: border-box;
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  max-width: 100%;
  padding: 15px;
}

.col-xs {
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  max-width: 100%;
}

.col-xs-1 {
  -ms-flex-preferred-size: 8.333%;
  flex-basis: 8.333%;
  max-width: 8.333%;
}

.col-xs-2 {
  -ms-flex-preferred-size: 16.667%;
  flex-basis: 16.667%;
  max-width: 16.667%;
}

.col-xs-3 {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%;
}

.col-xs-4 {
  -ms-flex-preferred-size: 33.333%;
  flex-basis: 33.333%;
  max-width: 33.333%;
}

.col-xs-5 {
  -ms-flex-preferred-size: 41.667%;
  flex-basis: 41.667%;
  max-width: 41.667%;
}

.col-xs-6 {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
}

.col-xs-7 {
  -ms-flex-preferred-size: 58.333%;
  flex-basis: 58.333%;
  max-width: 58.333%;
}

.col-xs-8 {
  -ms-flex-preferred-size: 66.667%;
  flex-basis: 66.667%;
  max-width: 66.667%;
}

.col-xs-9 {
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%;
}

.col-xs-10 {
  -ms-flex-preferred-size: 83.333%;
  flex-basis: 83.333%;
  max-width: 83.333%;
}

.col-xs-11 {
  -ms-flex-preferred-size: 91.667%;
  flex-basis: 91.667%;
  max-width: 91.667%;
}

.col-xs-12 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}

@media only screen and (min-width: 576px) {
  .col-sm {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }

  .col-sm-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%;
  }

  .col-sm-2 {
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%;
  }

  .col-sm-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
  }

  .col-sm-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%;
  }

  .col-sm-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%;
  }

  .col-sm-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%;
  }

  .col-sm-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%;
  }

  .col-sm-11 {
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%;
  }

  .col-sm-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}

@media only screen and (min-width: 992px) {
  .col-md {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }

  .col-md-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%;
  }

  .col-md-2 {
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%;
  }

  .col-md-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-md-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
  }

  .col-md-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%;
  }

  .col-md-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-md-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%;
  }

  .col-md-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%;
  }

  .col-md-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-md-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%;
  }

  .col-md-11 {
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%;
  }

  .col-md-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}

@media only screen and (min-width: 1200px) {
  .col-lg {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }

  .col-lg-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%;
  }

  .col-lg-2 {
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%;
  }

  .col-lg-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
  }

  .col-lg-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%;
  }

  .col-lg-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%;
  }

  .col-lg-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%;
  }

  .col-lg-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%;
  }

  .col-lg-11 {
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%;
  }

  .col-lg-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}

/* --------------------------------------------------------------------------------------
 *
 *  Template Parts
 *
----------------------------------------------------------------------------------------- */

/*  Template Part: Site Header
----------------------------------------------------------------------------------------- */

.site-header {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  position: fixed;
  transition: 0.05s;
  color: var(--color-black);
  background: linear-gradient(0deg, #0000 0%, #fff 50%);
}

.site-header [class*='col-'] {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: space-between;
}

.site-header [class*='col-'] > * {
  max-width: 380px;
}

.site-header [class*='col-'] > *:not(:last-child) {
  margin-right: 30px;
}

@media only screen and (max-width: 1300px) {
  .site-header [class*='col-'] > *:not(.buttons, .site-branding) {
    display: none;
  }
}

@media only screen and (max-width: 576px) {
  .site-header [class*='col-'] > .buttons > * {
    margin: 0 !important;
  }
  .site-header [class*='col-'] > .buttons > *:not(.menu-toggle) {
    display: none;
  }
}

/*  Template Part: Page Header
----------------------------------------------------------------------------------------- */
.page-header {
  padding: 0;
  position: relative;
}

.page-header > .overlay {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 480px;
  padding: 60px 0 60px 0;
  background: linear-gradient(0deg, #0000 0%, #ffffffe0 80%);
}

/* .page-title */

/*  Template Part: Comments
----------------------------------------------------------------------------------------- */
.comment-list > .comment {
  padding: 30px;
  background: var(--color-gray-light);
  border: 1px solid var(--color-gray-light);
}

.comment-list > .comment:not(:last-child),
.comment-list > .comment ul.children .comment:not(:last-child) {
  margin-bottom: 30px;
}

.comment-list > .comment ul.children {
  margin: 30px 0 0 30px;
}

.comment-body {
  padding: 30px;
  background: var(--color-white);
}

.comment-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.comment-meta > .comment-author {
  display: flex;
  align-items: center;
}

.comment-meta > .comment-author > .avatar {
  margin-right: 10px;
}

.comment-meta > .comment-metadata {
  font-size: 12px;
}

.comment-content {
  padding: 15px 0;
  margin: 15px 0;
  border-top: 1px solid var(--color-gray-light);
  border-bottom: 1px solid var(--color-gray-light);
}

/*  Template Part: Site Footer
----------------------------------------------------------------------------------------- */
.site-footer {
  padding: 60px 0;
  color: var(--color-white);
  background: var(--color-main);
}

/* --------------------------------------------------------------------------------------
 *
 *  Blocks
 *
----------------------------------------------------------------------------------------- */

/* Block: Languange Switcher
 -----------------------------------------------------------------------------------------*/

.languange-switcher {
  opacity: 0.9;
  display: flex;
  transition: 0.3s;
}

.languange-switcher > *:hover {
  opacity: 1;
  cursor: pointer;
}

.languange-switcher > *:not(:last-child)::after {
  content: '/';
  margin: 0 5px;
}

/*  Block: Contact List
----------------------------------------------------------------------------------------- */

.contact-list {
  display: flex;
  flex-direction: column;
}

.contact-list > *:not(:last-child) {
  margin: 0 0 5px 0;
}

.contact-list.inline {
  flex-direction: row;
}

.contact-list.inline > *:not(:last-child) {
  margin: 0 30px 0 0;
}

/* .contact-item */
.contact-item {
  display: flex;
  align-items: center;
}

.contact-item > * {
  display: block;
  transition: 0.3s;
}

.contact-item > *:hover {
  color: var(--color-accent);
  text-decoration: underline;
}

.contact-item > *:not(:last-child) {
  margin-right: 15px;
}

/* .contact-item.social */
.contact-item.social > * {
  width: 35px;
  height: 35px;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--color-accent);
}

.contact-item.social > *:not(:last-child) {
  margin-right: 15px;
}

.contact-item.social > *:hover {
  color: var(--color-accent);
  background: var(--color-accent-light);
}
/*  Block: Company Card
----------------------------------------------------------------------------------------- */
.company-card {
  display: flex;
  flex-direction: column;
}

.company-card > .wrapper {
  display: flex;
  justify-content: space-between;
}

.company-card > .wrapper:not(:last-child) {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #ffffff66;
}

/*  Block: Review Box
----------------------------------------------------------------------------------------- */
.review-box {
  padding: 45px;
  position: relative;
  border-radius: 15px;
  margin: 15px;
  border: 1px solid #a35d36;
}

.review-box::after,
.review-box::before {
  content: '';
  width: 35px;
  height: 35px;
  display: block;
  opacity: 0.8;
  position: absolute;
}

.review-box::after {
  top: -15px;
  left: -15px;
  background: url('https://api.iconify.design/bx:bxs-quote-alt-left.svg')
    no-repeat center center / contain var(--color-white);
}

.review-box::before {
  bottom: -15px;
  right: -15px;
  background: url('https://api.iconify.design/bx:bxs-quote-alt-right.svg')
    no-repeat center center / contain var(--color-white);
}

/*  */
.review-meta {
  display: flex;
  font-size: 18px;
  align-items: center;
  font-family: var(--font-serif);
  justify-content: space-between;
  margin: 0 0 15px 0;
  padding: 0 0 15px 0;
  border-bottom: 1px solid var(--color-gray-light);
}

.review-meta > * {
  margin: 0 !important;
}

.review-meta > .review-title {
  font-size: 22px;
}

@media only screen and (max-width: 576px) {
  .review-box {
    padding: 30px;
  }
  .review-meta {
    flex-direction: column;
    align-items: flex-start;
  }
}

/*  Block: Heading
----------------------------------------------------------------------------------------- */
.heading {
  display: flex;
  flex-direction: column;
}

.heading::after {
  width: 40%;
  content: '';
  display: block;
  margin: 15px 0 0 0;
  max-width: 240px;
  border-bottom: 2px solid var(--color-accent);
}

.heading > * {
  display: block;
  transition: 0.3s;
}

.heading > *:not(:last-child) {
  margin: 0 0 15px 0;
}

.heading > a:hover {
  color: var(--color-accent);
}

.heading-uptitle {
  font-size: 26px;
  font-weight: 300;
}

.heading-title {
  font-size: 36px;
  font-family: var(--font-serif);
}

/* .heading.center */
.heading.center {
  text-align: center;
  align-items: center;
  justify-content: center;
}

@media only screen and (max-width: 576px) {
  .heading-title {
    font-size: 24px;
    line-height: 34px;
  }
  .heading-uptitle {
    font-size: 18px;
    line-height: 28px;
  }
}

/*  Block: Icon Box
----------------------------------------------------------------------------------------- */
.icon-box {
  display: flex;
}

/*  */
.icon-box.horizontal {
  align-items: center;
}

.icon-box.horizontal > *:not(:first-child) {
  margin: 0 0 0 15px;
  padding: 0 0 0 15px;
  border-left: 1px solid #00000008;
}

.icon-box.horizontal > .iconify {
  width: 35px;
  height: 35px;
  min-width: 35px;
  min-height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-accent);
}


/*  Block: Site Branding
----------------------------------------------------------------------------------------- */
.site-branding {
  display: flex;
  align-items: center;
}

.site-branding .logo {
  max-height: 100px;
}

@media only screen and (max-width: 576px) {
  .site-branding .logo {
    max-height: 60px;
  }
}

/*  Block: Site Copyright
----------------------------------------------------------------------------------------- */
.site-copyright {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.site-copyright .developer {
  opacity: 0.6;
}

@media only screen and (max-width: 576px) {
  .site-copyright {
    text-align: center;
    flex-direction: column;
    justify-content: center;
  }
  .site-copyright > *:not(:last-child) {
    margin-bottom: 10px;
  }
}

/* --------------------------------------------------------------------------------------
 *
 *  Template Sections
 *
----------------------------------------------------------------------------------------- */

section {
  padding: 60px 0;
}

/*  Section: Hero
----------------------------------------------------------------------------------------- */
.hero {
  padding: 0;
  position: relative;
}

/*  */
.hero > .overlay {
  display: flex;
  align-items: center;
  padding: 60px 0 60px 0;
  min-height: calc(var(--vh, 1vh) * 100);
  background: linear-gradient(0deg, #0000 0%, #ffffffe0 80%);
  border-bottom: 1px solid var(--color-gray-light);
}

/*  */
.hero [class*='col-'] > *:not(:last-child) {
  margin: 0 0 30px 0 !important;
}

.hero-title {
  font-size: 16px;
  font-weight: 600;
}

.hero-list > *:not(:last-child) {
  margin: 0 0 10px 0;
}

/*  Section: 404
----------------------------------------------------------------------------------------- */

/* .content-404 */
.content-404 {
  text-align: center;
}

.content-404 .label {
  line-height: 1;
  font-weight: 800;
  font-size: 250px;
}

@media only screen and (max-width: 576px) {
  .content-404 .label {
    font-size: 125px;
  }
}

/* --------------------------------------------------------------------------------------
 *
 *  Components
 *
----------------------------------------------------------------------------------------- */

/* ---------------------------------------------------------------------------------------
  Component: Froms
-----------------------------------------------------------------------------------------*/
input,
select,
textarea {
  padding: 15px 25px;
  font-size: inherit;
  font-family: inherit;
  border: 1px solid var(--color-accent-light);
}

textarea {
  height: 120px;
}

label {
  display: block;
  font-weight: 500;
}

label > * {
  display: block;
  margin: 5px 0 0 0;
}

/* ---------------------------------------------------------------------------------------
  Component: Swiper
-----------------------------------------------------------------------------------------*/

/* .swiper-pagination */
.swiper-pagination {
  margin: 15px 0 0 0;
  position: unset !important;
}

.swiper-pagination > * {
  width: 15px !important;
  height: 15px !important;
  background: var(--color-accent) !important;
}

/* ---------------------------------------------------------------------------------------
  Component: Gallery
-----------------------------------------------------------------------------------------*/
.gallery-box {
  width: 100%;
  display: block;
  transition: 0.3s;
  border-radius: 5px;
  overflow: hidden;
  background: #43672a6b;
}

.gallery-box > img {
  width: 100%;
  height: 100%;
  z-index: -1;
  position: relative;
  object-fit: cover;
}

.gallery-box:hover {
  background: transparent;
}

/* Short Containers Layout */
.container-short .gallery-box {
  height: 207px;
}

.container .gallery-box {
  height: 292px;
}

/* ---------------------------------------------------------------------------------------
  Component: Room Booking
-----------------------------------------------------------------------------------------*/
.wpbs-main-wrapper {
  display: flex;
}

.wpbs-main-wrapper > .wpbs-form-container {
  width: 100%;
  margin: 0 0 0 0 !important;
  padding: 0 30px !important;
}

/* .wpbs-form-fields  */
.wpbs-form-fields {
  display: flex;
  flex-wrap: wrap;
}

.wpbs-form-field {
  width: 100%;
  padding: 0 10px 10px 0 !important;
}

.wpbs-form-field.width-50 {
  max-width: 50%;
}

.wpbs-form-field.width-33 {
  max-width: 33.33%;
}

.wpbs-form-field label {
  display: flex !important;
  font-weight: 500;
  margin: 0 !important;
  align-items: center !important;
}

.wpbs-form-field label > *:not(:last-child) {
  margin-right: 5px !important;
}

.wpbs-form-field label sup {
  color: red;
}

.wpbs-form-field .rules {
  font-size: 10px;
  line-height: 14px;
  text-align: justify;
  padding: 10px 0;
  border-top: 1px solid var(--color-gray-light);
  border-bottom: 1px solid var(--color-gray-light);
}

.wpbs-form-field .rules a {
  color: blue;
  text-decoration: underline;
}

.wpbs-form-field.rules-agree {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* .wpbs-calendar */
.wpbs-calendar {
  max-width: 980px !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* .wpbs-form-confirmation-message */
.wpbs-form-confirmation-message {
  padding: 30px;
  color: green;
  font-size: 20px;
  font-family: var(--font-serif);
}

@media only screen and (max-width: 576px) {
  .wpbs-main-wrapper {
    flex-direction: column;
  }
  .wpbs-main-wrapper > .wpbs-form-container {
    width: 100%;
    margin: 30px 0 0 0 !important;
    padding: 0 !important;
  }
}

/* ---------------------------------------------------------------------------------------
  Component: Accordion
-----------------------------------------------------------------------------------------*/
/* .accordion-button */
.accordion-button {
  display: flex;
  cursor: pointer;
  transition: 0.3s;
  align-items: center;
  font-size: 18px;
  padding: 20px 30px;
  border-radius: 5px;
  font-family: var(--font-serif);
  justify-content: space-between;
  box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.08);
}

.accordion-button:hover,
.accordion-button.active {
  color: var(--color-accent);
}

.accordion-button > .iconify {
  transition: 0.3s;
}

.accordion-button.active > .iconify {
  transform: rotate(90deg) !important;
}

/* .accrodion-panel */
.accordion-panel {
  display: none;
  overflow: hidden;
}

.accordion-panel.active {
  display: block;
  padding: 30px 30px 0 30px;
}

/* .accordion-list */
.accordion-list {
  display: flex;
  flex-direction: column;
}

.accordion-list > *:not(:last-child) {
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #ebebeb;
}

@media only screen and (max-width: 576px) {
  .accordion-button {
    font-size: 14px;
  }
}

/* Component: Google Map
-----------------------------------------------------------------------------------------*/
.google-map {
  position: relative;
}

.google-map > #map {
  width: 100%;
  border: none;
  height: 480px;
  border-radius: 5px;
}

.google-map > .buttons {
  top: 15px;
  right: 15px;
  z-index: 1;
  position: absolute;
}

/* Component: Widget Sidebar & Widgets
-----------------------------------------------------------------------------------------*/
/* .widget --- */
.widget {
  height: 100%;
  padding: 30px;
  border-radius: 5px;
  background: var(--color-accent-light);
}

/*  */
.widget-title {
  font-size: 22px;
  font-weight: 600;
}

.widget-title::after {
  content: '';
  display: block;
  width: 120px;
  margin: 15px 0 0 0;
  border-bottom: 1px solid var(--color-accent);
}

/*  */
.widget-label {
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 5px 0 !important;
}

/*  */
.widget-list {
  display: flex;
  flex-direction: column;
}

.widget-list > *:not(:last-child) {
  margin: 0 0 10px 0;
}

/* Component: Scroll Down
 -----------------------------------------------------------------------------------------*/
.scroll-down {
  left: 50%;
  bottom: 0;
  z-index: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  flex-direction: column;
  position: absolute;
  animation-name: scrolldown;
  animation-duration: 5s;
  font-size: 42px;
  color: var(--color-black);
  transform: translateX(-50%);
  transition-timing-function: ease-out;
  animation-iteration-count: infinite;
}

.scroll-down span:first-child {
  margin-bottom: 15px;
}

@keyframes scrolldown {
  0% {
    bottom: 0;
  }
  50% {
    bottom: 30px;
  }
  100% {
    bottom: 0;
  }
}

/* Component: Sidebar
 -----------------------------------------------------------------------------------------*/

:root {
  --sidebar-width: 430px;
}

.sidebar {
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  z-index: 1001;
  position: fixed;
  transition: 0.3s;
  overflow-x: hidden;
  color: var(--color-white);
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

.sidebar.open,
.sidebar > * {
  display: flex;
  flex-direction: column;
  width: var(--sidebar-width);
}

.sidebar > * > *:not(:last-child) {
  margin-bottom: 15px;
}

.sidebar-head {
  height: 120px;
  display: flex;
  padding: 0 30px;
  justify-content: center;
}

.sidebar-body {
  padding: 30px;
  border-top: 1px solid #ffffff0f;
  border-bottom: 1px solid #ffffff0f;
}

.sidebar-footer {
  padding: 30px;
}

/* .sidebar-navigation */

#sidebar-menu > .menu-item {
  cursor: pointer;
  position: relative;
}

#sidebar-menu > .menu-item > a {
  z-index: 1;
  width: 100%;
  display: flex;
  padding: 5px 0;
  transition: 0.3s;
  position: relative;
  align-items: center;
  justify-content: space-between;
}

#sidebar-menu > .menu-item a:hover {
  color: var(--color-accent);
}

#sidebar-menu > .menu-item-has-children .dropdown-toggle {
  top: 25px;
  right: 0px;
  width: 25px;
  height: 25px;
  position: absolute;
  transform: translateY(-50%);
  background: url('https://api.iconify.design/carbon:chevron-right.svg?color=%23ffffff')
    no-repeat center center / contain;
}

#sidebar-menu > .menu-item.active::after {
  top: 15px;
  -webkit-transform: rotate(90deg) !important;
  -moz-transform: rotate(90deg) !important;
  -o-transform: rotate(90deg) !important;
  -ms-transform: rotate(90deg) !important;
  transform: rotate(90deg) !important;
}

#sidebar-menu > .menu-item > .sub-menu {
  display: none;
  margin-bottom: 15px;
}

#sidebar-menu > .menu-item > .sub-menu > .menu-item:not(:last-child) {
  margin-bottom: 15px;
}

#sidebar-menu > .menu-item > .sub-menu > .menu-item > a {
  width: 100%;
  display: flex;
  transition: 0.3s;
}

#sidebar-menu > .menu-item > .sub-menu.open {
  display: block;
}

@media only screen and (max-width: 576px) {
  :root {
    --sidebar-width: 375px;
  }
  .sidebar {
    z-index: 1;
  }
  .sidebar-head {
    height: 90px;
  }
}

/*  Component: Editor Styles
----------------------------------------------------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 30px 0;
  line-height: normal;
  font-family: var(--font-serif);
}

h1 {
  font-size: 52px;
}

h2 {
  font-size: 32px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 16px;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  cursor: pointer;
}

p {
  line-height: 1.5;
}

p:not(:last-child) {
  margin-bottom: 15px;
}

ul,
ol,
dl {
  line-height: 1.5;
  list-style: none;
}

img {
  height: auto;
  max-width: 100%;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border: 1px solid var(--color-gray-light);
}

th,
td {
  text-align: left;
  padding: 16px;
}

tr:nth-child(even) {
  background-color: var(--color-gray-light);
}

/* .editor */
.editor ul,
.editor ol {
  margin: 0 0 15px 15px;
}

.editor ul li:not(:last-child),
.editor ol li:not(:last-child) {
  margin: 0 0 5px 0;
}

.editor ul {
  list-style: circle;
}

.editor ol {
  list-style: decimal;
}

.editor p {
  text-align: justify;
}

.editor a {
  transition: 0.3s;
  text-decoration: underline;
}

.editor a:hover {
  color: var(--color-accent);
}

@media only screen and (max-width: 576px) {
  h1 {
    font-size: 32px;
    line-height: 42px;
  }
}

/*  Component: Buttons
----------------------------------------------------------------------------------------- */
.buttons {
  display: flex;
  align-items: center;
  min-width: max-content;
}

.buttons.center {
  justify-content: center;
}

.buttons > *:not(:first-child) {
  margin: 0 0 0 15px;
}

button[type='submit'],
.buttons [class*='button-'] {
  height: 40px;
  display: flex;
  outline: none;
  cursor: pointer;
  transition: 0.3s;
  padding: 0px 30px;
  text-align: center;

  align-items: center;
  justify-content: center;
  color: var(--color-black);
  border: 1px solid transparent;
  border-radius: 5px;
  background-color: var(--color-accent);
  box-shadow: 0px 0px 30px -5px #ffce0399;
}

button[type='submit']:hover,
.buttons [class*='button-']:hover {
  color: var(--color-white);
  box-shadow: 0px 0px 30px -5px var(--color-accent);
}

/*  */
.buttons .button-xl {
  height: 50px;
  padding: 0 30px;
  font-size: 16px;
  font-weight: 500;
}

/*  Component: Modal
----------------------------------------------------------------------------------------- */
.modal {
  display: none;
}

.modal .heading {
  margin: 0 0 15px 0;
}

/* --------------------------------------------------------------------------------------
 *
 *  Navigations
 *
----------------------------------------------------------------------------------------- */

/*  Navigation: Main Navigation
----------------------------------------------------------------------------------------- */

/* .main-navigation */
.main-navigation {
  -ms-overflow-style: none;
  scrollbar-width: none;
  color: var(--color-black);
}

.main-navigation::-webkit-scrollbar {
  display: none;
}

/* .main-navigation > menu */
.main-navigation .menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* .main-navigation > menu-item */
.main-navigation .menu > .menu-item {
  height: 100%;
  position: relative;
}

.main-navigation:not(.mobile) .menu > .menu-item:not(:last-child) {
  margin-right: 15px;
}

.main-navigation .menu > .menu-item > a {
  width: 100%;
  height: 40px;
  display: flex;
  cursor: pointer;
  transition: 0.2s;
  font-weight: 600;
  text-align: center;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
}

.main-navigation .menu > .menu-item > a:hover {
  opacity: 0.8;
}

/* .main-navigation > .sub-menu */
.main-navigation .menu > .menu-item > a > .dropdown-toggle {
  width: 12px;
  height: 12px;
  display: block;
  background: url('https://api.iconify.design/carbon:chevron-down.svg')
    no-repeat center center / contain var(--color-white);
}

.main-navigation.mobile .menu > .menu-item > a > .dropdown-toggle {
  width: 30px;
  height: 30px;
  border-radius: 100%;
}

.main-navigation .menu > .menu-item > .sub-menu {
  left: 0;
  z-index: 1000;
  overflow: hidden;
  position: absolute;
  max-height: 0;
  width: 100%;
  max-width: 576px;

  display: flex;
  flex-direction: column;
  color: var(--color-white);
  background: var(--color-black);
}

.main-navigation:not(.mobile) .menu > .menu-item:hover > .sub-menu,
.main-navigation .menu > .menu-item > .sub-menu.open {
  flex-wrap: wrap;
  min-width: max-content;
  max-height: min-content;
}

.main-navigation .menu > .menu-item > .sub-menu .menu-item a {
  display: flex;
  font-size: 12px;
  padding: 15px 30px;
  align-items: center;
  text-transform: uppercase;
}

.main-navigation .menu > .menu-item > .sub-menu .menu-item a:hover {
  color: var(--color-white);
  background: var(--color-black);
}

/* .main-navigation-mobile */
.main-navigation.mobile {
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  display: block;
  padding: 15px 0;
  min-height: 70vh;
  overflow-y: scroll;
  position: absolute;
  color: var(--color-white);
  background: var(--color-black);
}

.main-navigation.mobile .menu {
  flex-direction: column;
  align-items: flex-start;
}

.main-navigation.mobile .menu .menu-item {
  width: 100%;
}

.main-navigation.mobile .menu > .menu-item > a {
  padding: 0 30px;
  justify-content: space-between;
}

/* .main-navigation-mobile > .sub-menu */
.main-navigation.mobile .menu .menu-item .sub-menu {
  left: 0;
  min-width: 100%;
  position: unset;
  transform: unset;
  color: var(--color-black);
  background: var(--color-white);
}

/*  Menu toggle
------------------------------------------ */
.menu-toggle {
  width: 50px;
  height: 40px;
  /* display: none; */
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: var(--color-accent);
  border-radius: 0;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.menu-toggle span:nth-child(1) {
  top: 0px;
}

.menu-toggle span:nth-child(2),
.menu-toggle span:nth-child(3) {
  top: 20px;
}

.menu-toggle span:nth-child(4) {
  top: 40px;
}

.menu-toggle.change span:nth-child(1) {
  top: 20px;
  width: 0%;
  left: 50%;
}

.menu-toggle.change span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.menu-toggle.change span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.menu-toggle.change span:nth-child(4) {
  top: 50px;
  width: 0%;
  left: 50%;
}

/*  */
@media only screen and (max-width: 1040px) {
  .menu-toggle {
    display: block;
  }
  .main-navigation {
    display: none;
  }
}

/*  Navigation: Post Navigation / Post Pagintaion / Comment Navigation
----------------------------------------------------------------------------------------- */

/* .navigation */
.navigation > .screen-reader-text {
  display: none;
}

/* .navigation > .nav-links */
.nav-links {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.nav-links > [class*='nav-'] {
  max-width: 320px;
}

.nav-links > .nav-next {
  margin-left: auto;
}

.nav-links > .nav-previous {
  margin-right: auto;
}

.nav-links > [class*='nav-'] > a {
  display: flex;
  line-height: 1.5;
  align-items: flex-start;
}

.nav-links > .nav-next > a {
  text-align: right;
}

.nav-links > .nav-previous > a {
  text-align: left;
}

.nav-links > .nav-previous > a::before,
.nav-links > .nav-next > a::after {
  content: '';
  min-width: 20px;
  min-height: 20px;
  display: block;
}

.nav-links > .nav-previous > a::before {
  margin-right: 10px;
  background: url('https://api.iconify.design/carbon:chevron-left.svg')
    no-repeat center center / contain;
}

.nav-links > .nav-next > a::after {
  margin-left: 10px;
  background: url('https://api.iconify.design/carbon:chevron-right.svg')
    no-repeat center center / contain;
}

/* .pagination > .nav-links */
.pagination .nav-links {
  align-items: center;
  justify-content: center;
}

.pagination .nav-links > .page-numbers {
  width: 50px;
  height: 50px;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  transition: 0.3s;
  background: var(--color-accent);
}

.pagination .nav-links > .page-numbers:hover,
.pagination .nav-links > .page-numbers.current {
  background: var(--color-accent-light);
}

.pagination .nav-links > .page-numbers.prev,
.pagination .nav-links > .page-numbers.next {
  height: 25px;
  width: 25px;
}

.pagination .nav-links > .page-numbers.prev {
  background: url('https://api.iconify.design/carbon:chevron-left.svg')
    no-repeat center center / contain;
}

.pagination .nav-links > .page-numbers.next {
  background: url('https://api.iconify.design/carbon:chevron-right.svg')
    no-repeat center center / contain;
}

.pagination .nav-links > .page-numbers:not(:last-child) {
  margin-right: 15px;
}

/* --------------------------------------------------------------------------------------
 *
 *  Rooms
 *
----------------------------------------------------------------------------------------- */

/* ---------------------------------------------------------------------------------------
  Component: Chars
-----------------------------------------------------------------------------------------*/
/*  */
.char-box {
  display: flex;
  padding: 30px;
  flex-direction: column;
}

.char-box > * {
  display: block;
}

.char-box > *:not(:last-child) {
  margin: 0 0 5px 0;
}

/* .char-box .char-title */
.char-box .char-title {
  font-size: 22px;
  font-weight: 500;
  font-family: var(--font-serif);
}

/* ---------------------------------------------------------------------------------------
  Block: Room Box
-----------------------------------------------------------------------------------------*/
.room-box {
  height: 320px;
  display: flex;
  padding: 30px;
  transition: 0.2s;
  position: relative;
  flex-direction: column;
  border-right: 1px solid var(--color-gray-light);
  border-top: 1px solid var(--color-gray-light);
  background: linear-gradient(0deg, #0000 0%, #fff0, #ffffffd1 50%);
}

.room-box:hover {
  background: rgba(255, 255, 255, 0.918);
}

.room-box:hover > .room-cover {
  opacity: 1;
}

/*  */
.room-box > .room-cover {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  z-index: -1;
  transition: 0.2s;
  object-fit: cover;
  position: absolute;
}

.room-box .room-class {
  font-size: 16px;
  width: max-content;
  font-family: var(--font-serif);
  text-decoration: underline;
}

.room-box .room-title {
  font-size: 24px;
  font-weight: 600;
  font-family: var(--font-serif);
}

.room-box .room-price {
  font-size: 20px;
  font-weight: 400;
}

.room-box .buttons {
  margin-top: auto;
}

/* --------------------------------------------------------------------------------------
 *
 *  Posts
 *
----------------------------------------------------------------------------------------- */

/* Section: Post Content
-----------------------------------------------------------------------------------------*/

section.post-content [class*='col-'] > *:not(:last-child) {
  margin: 0 0 30px 0;
}

section.post-content .post-meta {
  padding: 0 0 30px 0;
  justify-content: space-between;
  border-bottom: 1px solid var(--color-gray-light);
}

/* Post: Post Categories
 -----------------------------------------------------------------------------------------*/
.post-categories {
  display: flex;
}

.post-categories > * {
  display: block;
  cursor: pointer;
  transition: 0.2s;
  padding: 5px 10px;
  border-radius: 5px;
  background: var(--color-gray-light);
}

.post-categories > *:hover {
  color: var(--color-white);
  background: var(--color-accent);
}

.post-categories > *:not(:last-child) {
  margin: 0 10px 0 0;
}

/* .post-categories.center */
.post-categories.center {
  justify-content: center;
}

/* Block: Post Meta
-----------------------------------------------------------------------------------------*/
.post-meta {
  display: flex;
  align-items: center;
}

.post-meta > *:not(:last-child) {
  margin: 0 15px 0 0;
}

/* Block: Post Box
-----------------------------------------------------------------------------------------*/
.post-box > * {
  display: flex;
}

.post-box > *:not(:last-child) {
  margin: 0 0 15px 0;
}

/* .post-box .post-cover */

.post-cover {
  overflow: hidden;
  transition: 0.3s;
  border-radius: 10px;
  background: var(--color-gray-light);
}

.post-box .post-cover {
  height: 250px;
}

/* .post-box .post-meta */

.post-box > .post-meta {
  justify-content: space-between;
}

/* .post-box .post-title */

.post-box .post-title {
  font-size: 15px;
  font-weight: 500;
  text-align: left;
}

/* Block: Post Title
-----------------------------------------------------------------------------------------*/

.post-title {
  text-align: center;
  font-size: 32px;
}

/* Block: Post Cover
-----------------------------------------------------------------------------------------*/

.post-cover {
  height: 400px;
  background: var(--color-gray-light);
}

.post-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}
