/*!
Theme Name: capmaison
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: 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: capmaison
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

capmaison is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Variables
# Utilities
# Global
# Header
# Footer
# Content
# Blocks

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Variables
--------------------------------------------------------------*/

:root {
  --primary: #2d3f4c;
  --secondary: #4c606f;
  --text: #2d3f4c;
  --green: #00a984;
  --blue: #2581c4;
  --pink: #f39b93;  
  --light-grey: #f7f7f5;
  --navy: #0f2735;
  --grey: #F8F9F8;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

.map {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

/* Then style the iframe to fit in the container div with full height and width */
.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}



/*--------------------------------------------------------------
# Global
--------------------------------------------------------------*/





a:not([href]):not([tabindex]) {
    color: #ffffff! important;
    text-decoration: none;
}

.single-post p { margin-bottom: 20px; }

.single-post h1 { margin-bottom: 30px;
margin-top: 10px;}


.single-post h2 { margin-bottom: 30px;
margin-top: 10px;}


.single-post h3 { margin-bottom: 30px;
margin-top: 10px;}


.single-post h4 { margin-bottom: 30px;
margin-top: 10px;}


.single-post .post-content { margin-bottom: 50px;
margin-top: 50px;}

.post-title {color: #ffffff !important}

home header.entry-header.content-header .content-header-inner, .h-hero .content-header-inner {
    
    background: none !important;
}

.fg-tag-item .fg-tag-link { margin-bottom: 25px;
border-radius: 0px !important;
padding: 15px 15px !important;}

#page-id-1154.section_title  {
   font-size: 18px !important;
    margin-bottom: 0px !important;
}


body {
  color: var(--text);
  font-size: 14px;
  line-height: 1.9;
  font-family: 'termina', sans-serif;
}

.page-container {
  padding: 80px 0;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1340px;
    width: 90%;
  }
}

@media (max-width: 1199px) {
  .page-container {
    padding: 40px;
  }
}

@media (min-width: 576px) {
  .container {
    max-width: 1340px;
  }
}

@media (max-width: 767px) {
  body {
    font-size: 16px;
  }
}

h1,
h2,
h3,
.h1,
.h2,
.h3,
h4,
.h4,
h5,
.h5 {
  font-family: 'termina', sans-serif;
  color: var(--primary);
  text-transform: uppercase;
}

header ul, footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url(img/down-arrow.png);
  background-size: 40px;
  background-repeat: no-repeat;
  background-position-x: 100%;
  background-position-y: 50%;
}

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

h2,
.h2 {
  font-size: 28px;
  letter-spacing: 2px;
}

h3,
.h3 {
  font-size: 22px;
  letter-spacing: 2px;
}

h4,
.h4 {
  font-size: 18px;
  letter-spacing: 2px;
}

p {
  margin-bottom: 0;
}

.subtitle {
  text-transform: uppercase;
  text-align: center;
  font-family: 'quentin', sans-serif;
  font-weight: 600;
}

a {
  color: var(--primary);
  transition: color 0.15s linear, background-color 0.15s linear,
    border-color 0.15s linear, box-shadow 0.15s ease-in-out;
}

.nav-menu a {
  color: #fff;
  text-transform: uppercase;
  font-weight: 300;
  /* font-size: 14px; */
}

a:hover {
  text-decoration: none;
  color: var(--light-grey);
}

.nav-menu a:hover {
  color: var(--light-grey);
  text-transform: uppercase;
}

.btn,
.wp-block-button__link,
input.wpcf7-form-control.wpcf7-submit,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  color: var(--primary);
  padding: 0 0 7px;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 1.2;
  letter-spacing: 2px;
  border-radius: 0;
  border: 0;  
  border-bottom: 1px solid var(--primary);
  background: transparent;
  font-size: 14px;
  font-family: 'termina', sans-serif;
  font-weight: 400;
  outline: 0;
  transition: border-color 0.15s linear;
}

.btn:hover,
.wp-block-button__link:hover,
input.wpcf7-form-control.wpcf7-submit:hover {
  color: var(--secondary) !important;
  border-bottom: 1px solid var(--primary) !important;
  border-color: var(--primary) !important;
  outline: 0;
  text-decoration: none;
}

.btn.btn-white,
.wp-block-button__link.btn-white,
input.wpcf7-form-control.wpcf7-submit.btn-white {
  color: #fff;
  border-bottom: 1px solid #fff;
  outline: 0;
}

.btn.btn-white:hover,
.wp-block-button__link.btn-white:hover,
input.wpcf7-form-control.wpcf7-submit.btn-white:hover {
  color: var(--light-grey) !important;
  border: 0;
  border-bottom: 1px solid #fff !important;
  border-color: var(--light-grey) !important;
  outline: 0;
}

.btn.btn-link {
  font-weight: 600;
}


img:not(.main-section_image) {
  max-width: 100%;
  height: auto;
}

.wp-block-image img {
  width: 100%;
}

@media (max-width: 767px) {
  h2,
  .h2 {
    font-size: 30px;
    letter-spacing: 2px;
  }

  h3,
  .h3 {
    font-size: 20px;
    letter-spacing: 2px;
  }

  h4,
  .h4 {
    font-size: 16px;
    letter-spacing: 2px;
  }

  .btn,
  .wp-block-button__link,
  input.wpcf7-form-control.wpcf7-submit,
  .woocommerce #respond input#submit,
  .woocommerce a.button,
  .woocommerce button.button,
  .woocommerce input.button,
  .woocommerce #respond input#submit.alt,
  .woocommerce a.button.alt,
  .woocommerce button.button.alt,
  .woocommerce input.button.alt {
    font-size: 16px;
  }
}

/*--------------------------------------------------------------
# Search page/400 page
--------------------------------------------------------------*/

.error404 #masthead,
.search #masthead,
.archive.date #masthead,
.empty-header #masthead {
  background-color: var(--navy);
}

.system-page {
  padding: 200px 0 40px;
}

.system-page .page-content {
  text-align: center;
}

.system-page .page-header {
  text-align: center;
}

.system-page article {
  text-align: center;
  margin-top: 40px;
}

.system-page .entry-header {
  margin-bottom: 20px;
}

.system-page .post-thumbnail img {
  max-width: 100%;
  margin: auto;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#masthead {
position: fixed;
top: 0;
left: 0;
right: 0;
padding: 0;
background-color: transparent;
z-index: 101;
background-image: linear-gradient(
  to bottom,
  rgba(0, 0, 0, 0.5),
  rgba(0, 0, 0, 0)
);
transition: all 0.15s linear, background-color 0.15s linear,
  border-color 0.15s linear, box-shadow 0.15s ease-in-out;
}

.moved-header #masthead {
  background-color: var(--navy);
  box-shadow: 0 0 18px 2px rgba(0, 0, 0, 0.35);
}

.site-branding img {
  max-width: 265px;
  height: auto;
  transition: all 0.15s linear, background-color 0.15s linear,
    border-color 0.15s linear, box-shadow 0.15s ease-in-out;
}

.moved-header .site-branding img {
  max-width: 180px;
}

#masthead .header_cta_button {
  position: absolute;
  right: 0;
  font-weight: 300;
  /* font-size: 14px; */
}

#masthead .menu {
  display: flex;
  gap: 40px;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}

.masthead_inner_content {
  align-items: center;
  justify-content: center;
}

.moved-header #masthead .menu {
  /* gap: 20px; */
  margin-top: 20px;
}

.menu-toggle-wrapper {
  display: none;
}

button.hamburger.hamburger--squeeze.menu-toggle {
	outline: 0;
}

#masthead .hamburger {
  padding: 0;
  margin-top: 10px;
}

#masthead .hamburger-inner,
#masthead .hamburger-inner::before,
#masthead .hamburger-inner::after {
  background-color: #ffffff!important;
  height: 1px;
}

#masthead .hamburger.is-active .hamburger-inner,
#masthead .hamburger.is-active .hamburger-inner::before,
#masthead .hamburger.is-active .hamburger-inner::after {
  background-color: #ffffff!important;
  height: 1px;
}

.hamburger.close_form.is-active .hamburger-inner,
.hamburger.close_form.is-active .hamburger-inner::before,
.hamburger.close_form.is-active .hamburger-inner::after {
  /* background-color: #fff!important; */
  height: 1px;
}

#masthead .hamburger.close_sidebar.is-active .hamburger-inner,
#masthead .hamburger.close_sidebar.is-active .hamburger-inner::before,
#masthead .hamburger.close_sidebar.is-active .hamburger-inner::after {
  background-color: #fff!important;
  height: 1px;
}

.hamburger.close_form.is-active:focus {
  outline: 0;
}

@media (min-width: 1200px) {
  #masthead {
    position: fixed;
    padding: 40px 0 20px;
    background-color: transparent;
    background-image: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0)
    );
  }
}

.main-navigation button.menu-toggle {
  display: none;
}

@media (max-width: 1199px) {
  .navigation-toggle-wrapper {
    padding: 20px;
  }
  
  #masthead {
    padding: 10px 0;
  }

  .main-navigation button.menu-toggle {
    display: block;
    margin-left: auto;
    margin-right: 0;
  }

  .main-navigation {
    position: fixed;
    top: 0;
    bottom: 0;
    left: -100%;
    width: 100%;
    max-width: 320px;
    height: auto;
    background: var(--navy);
    color: #fff;
    padding: 16px 0;
    overflow: hidden;
    margin-top: -16px;
    height: calc(100vh + 16px);
    transition: all .5s ease;
    z-index: 9999999;
  }

  .main-navigation.opened {
    left: 0;
  }

  #masthead .menu {
    flex-direction: column;
    gap: 0;
  }

  #masthead .menu li {
    width: 100%;
    padding: 0 20px;
  }

  #masthead .menu a {
    width: 100%;
    padding: 16px 0;
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  #masthead .menu li:first-child a {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }

  .moved-header #masthead .menu,
  #masthead .menu {
    margin-top: 0;
  }


  .menu-toggle-wrapper {
    display: block;
  }

  .masthead_inner_content {
    align-items: center;
    justify-content: space-between;
  }

  #masthead .header_cta_button {
    position: relative;
  }

  .site-branding img {
    max-width: 220px;
  }

  .moved-header .site-branding img {
    max-width: 200px;
  }
}

@media (max-width: 767px) {
  .site-branding img {
    max-width: 165px;
  }

  .moved-header .site-branding img {
    max-width: 165px;
  }

  #masthead .btn.header_cta_button {
    font-size: 14px;
  }
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/

header.entry-header.content-header {
  width: 100%;
  background-size: cover;
  /* background-attachment: fixed; */
  background-position: center;
  background-repeat: no-repeat;
  min-height: 70vw;
  outline: 0;
  overflow: hidden;
}

header.entry-header.empty {
  padding-top: 177px;
}

header.entry-header.content-header .content-header-inner,
.h-hero .content-header-inner {
  display: flex;
  width: 100%;
  height: 100%;
  position: absolute;
  justify-content: center;
  align-items: center;
  background: rgba(0,0,0,0.2);
}

header.entry-header.content-header .entry-header-title,
.h-hero .entry-header-title {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  font-family: 'quentin', sans-serif;
  font-size: 40px;
  line-height: 1;
}

header.entry-header.content-header .entry-header-subtitle,
.h-hero .entry-header-subtitle {
  color: #fff;
  padding: 10px 20px;
  text-align: center;
  font-size: 45px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 9px;
  line-height: 1.5;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

/* Video background */
.hero-wrapper {
  overflow: hidden;
  height: 100vh;
}

.hero-wrapper .h-hero {
  position: relative;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero-wrapper video,
.hero-wrapper img {
  position: absolute;
  opacity: 0.65;
  width: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  height: 100%;
}

@media (min-width: 1200px) {
  header.entry-header.content-header {
    min-height: calc(100vh - 0px);
  }
}

@media (max-width: 1199px) {
  header.entry-header.empty {
    padding-top: 62px;
  }
}

@media (max-width: 767px) {
  header.entry-header.content-header .entry-header-title,
  .h-hero .entry-header-title {
    font-size: 30px;
  }

  header.entry-header.content-header .entry-header-subtitle,
  .h-hero .entry-header-subtitle {
    font-size: 26px;
    letter-spacing: 2px;
  }

  header.entry-header.content-header {
    min-height: 90vw;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.site-footer {
  background-color: var(--navy);
  padding: 80px 0;
  font-weight: 300;
  /* font-size: 14px; */
}

.site-footer h3 {
  color: var(--light-grey);
  margin-bottom: 20px;
  font-weight: 400;
}

#menu-footer-menu a {
  color: var(--light-grey);
}

.site-footer .footer_image {
  margin-bottom: 80px;
}

.site-footer .social_col {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.site-footer .menu-item {
  margin-bottom: 10px;
}

.site-footer .site-info {
  margin-top: 40px;
  font-size: 12px;
}

.site-footer .widget_text .textwidget {
  max-width: 360px;
  margin-left: auto;
  margin-right: auto;
}

.social_col .simple-social-icons ul li {
  margin: 0!important;
}

@media (max-width: 767px) {
  .site-footer {
    padding: 40px 0;
  }

  .site-footer .footer_image {
    margin-bottom: 40px;
  }

  .footer_col {
    margin-bottom: 40px;
  }

  .site-footer .site-info {
    margin-top: 0;
  }

  .footer_image {
    max-width: 250px;
  }
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

section.block {
  padding: 60px 0;
  background-size: cover;
  background-position: center;
}

section.block .section_subtitle {
  font-size: 30px;
  font-weight: 300;
  line-height: 1.2;
  font-family: 'quentin', sans-serif;
  margin-bottom: 16px;
}

section.block .section_title {
  font-size: 30px;
  font-weight: 300;
  margin-bottom: 60px;
  line-height: 1.5;
  letter-spacing: 5px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.text_box {
  width: 100%;
  border: 1px solid;
  padding: 16px;
  background-color: #ffffff;
  font-size: 16px;
}

.text_box h1,
.text_box h2,
.text_box h3,
.text_box h4,
.text_box h5,
.text_box h6 {
  font-family: 'quentin', sans-serif;
  font-weight: 300;
  margin-bottom: 16px;
  font-size: 40px;
  text-transform: none;
}

.text_box .text_box_inner {
  background-color: var(--grey);
  padding: 40px;
}

.text_box p {
  margin-bottom: 20px;
}

.slick_slider_component {
  opacity: 0;
  visibility: hidden;
  padding: 0 20px;
  transition: all 0.15s linear;
}

.slick_slider_component.main_section_slider {
  padding: 0;
}

.slick_slider_component.slick-initialized {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 767px) {
  section.block {
    padding: 40px 0;
  }

  section.block .section_title {
    margin-bottom: 40px;
  }
}

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

/*--------------------------------------------------------------
# Block - Main Section
--------------------------------------------------------------*/

section.block.main-section-slider {
  padding-bottom: 80px;
}

.block.main-section {
  overflow: hidden;
}

.content_link {
  padding-top: 10px;
}

.section_side {
  width: 50%;
  display: flex;
  align-items: center;
}

.content_side {
  position: relative;
}

.reverse_columns .image_side {
  order: 2;
  display: flex;
  justify-content: flex-end;
}


.reverse_columns .content_side {
  order: 1;
  top: 0;
  left: 0
}

.main-section img.main-section_illiustration {
  max-width: 320px;
  z-index: 21;
}

.columns .main-section_illiustration {
  position: absolute;
  top: 0;
  right: 0;
}

.reverse_columns .main-section_illiustration {
  position: absolute;
  top: 0;
  left: 0;
}

@media (max-width: 767px) {
  .main-section_image {
    max-width: 100%;
  }

  .main-section-content {
    flex-wrap: wrap;
    flex-direction: column;
  }

  .section_side {
    width: 100%;
  }

  .main-section_illiustration {
    display: none;
  }

  .image_side {
    margin-bottom: 40px;
  }

  .reverse_columns .image_side {
    order: 1;
    display: flex;
    justify-content: flex-start;
  }
  
  
  .reverse_columns .content_side {
    order: 2;
  }
}

/*--------------------------------------------------------------
# Block - Text block
--------------------------------------------------------------*/

.block.text-block .subtitle {
  font-size: 40px;
  font-weight: 300;
  font-family: 'quentin', sans-serif;
  text-transform: none;
  margin-bottom: 20px;
}

.block.text-block .text-block-wrapper {
  border: 1px solid;
  padding: 10px;
  background-color: var(--grey);
  max-width: 600px;
  margin: 60px 0;
}

.block.text-block .text-block-wrapper.large {
  max-width: 800px;
}

.block.text-block .text-block-inner {
  background-color: #fff;
  text-align: center;
  padding: 40px;
  font-size: 16px;
}

.block.text-block .content_link {
  padding-top: 30px;
}

.block.text-block ul {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
  text-align: left;
  font-size: 14px;
}

.block.text-block ul li {
  margin-bottom: 10px;
  padding-right: 10px;
}

@media (max-width: 767px) {
  .block.text-block .text-block-wrapper {
    margin: 0;
  }

  .block.text-block ul {
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
    text-align: left;
  }

  .block.text-block ul li {
    margin-bottom: 10px;
    padding-right: 0;
  }
}

/*--------------------------------------------------------------
# Block - Video block
--------------------------------------------------------------*/

.block.video-block .content_link {
  display: flex;
  justify-content: center;
  padding-top: 40px;
}

.video_content {
  position: relative;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.video_content .embed-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}

.video_content iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video_content .video_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(57, 62, 69, 0.85);
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.video_content .video_overlay i {
  color: #fff;
}

.video_content .video_overlay .play {
  max-width: 120px;
  cursor: pointer;
  opacity: 0.7;
  transition: all 0.15s linear;
}

.video_content .video_overlay .play:hover {
  opacity: 1;
}

/*--------------------------------------------------------------
# Block - Slider block
--------------------------------------------------------------*/

.block.slider-block .content_link {
  display: flex;
  justify-content: center;
  padding-top: 40px;
}

.images_slider .slide {
  padding-bottom: 55%;
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}

.images_slider.without_dots .slick-dots {
  display: none !important;
}

.main_section_slider .slick-dots {
  bottom: -50px;
}

/* .images_slider .slick-prev {
  left: 10px !important;
} */

/* .images_slider .slick-next {
  right: 25px !important;
} */

/* .slick-prev:before,
.slick-next:before {
  font-size: 35px !important;
} */

.images_slider .slide img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}


.slick-prev, 
.slick-next {
  width: 28px;
	height: 37px;
  z-index: 9999;
}

.slick-prev {
  left: -40px;
}

.slick-next {
  right: -30px;
}

.main_section_slider .slick-prev {
  bottom: -78px;
  top: auto;
  left: -8px;
}

.main_section_slider .slick-next {
  bottom: -78px;
  top: auto;
  right: 0;
}

.slick-prev:before {
	content: "";
	background-image: url(img/left-arrow.png);
	width: 28px;
	height: 37px;
	opacity: 1;
	background-size: cover;
	display: block;
}

.slick-next:before {
	content: "";
	background-image: url(img/right-arrow.png);
	width: 28px;
	height: 37px;
	opacity: 1;
	background-size: cover;
	display: block;
}

/* .images_slider .slick-arrow {
  z-index: 10;
} */

@media (max-width: 1200px) {
  .slick-prev {
    left: 30px;
  }
  
  .slick-next {
    right: 40px;
  }
}

/*--------------------------------------------------------------
# Block - Items Slider block
--------------------------------------------------------------*/

.block.items-slider-block {
  padding-bottom: 80px;
}

.block.items-slider-block .content_link {
  display: flex;
  justify-content: center;
  padding-top: 40px;
}

.items-slider-block .slick-list {
	margin: 0 -16px;
}

.items-slider-block .items_slide_wrapper {
  margin: 0 16px;
  border: 1px solid;
  padding: 10px;
  background-color: var(--grey);
  height: 40vh;
  max-height: 400px;
}

.items_slider .items_slide {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  background-size: cover;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.items_slide_inner {
  background-color: #ffffff;
  padding: 5px 10px;
  text-transform: uppercase;
  letter-spacing: 3px;
  max-width: 90%;
	font-size: 12px;
}

a.items_slide_wrapper:hover {
  border: 1px solid var(--navy);
}

.items_slide_wrapper:hover .items_slide_link {
  background-color: var(--navy);
}

#booking-container {
  position: fixed;
  top: 0;
  overflow-y: scroll;
  right: -100%;
  height: 100%;
  width: 100%;
  max-width: 550px;
  background: var(--grey);
  z-index: 99999;
  padding: 0 0 20px;
  box-shadow: 0 0 18px 2px rgb(0 0 0 / 35%);
  transition: all .5s ease;
}

#booking-container.opened {
  right: 0;
}

#booking-container > .container {
  height: calc(100% - 100px);
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

@media (max-width: 767px) {
  #booking-container > .container {
    height: auto;
  }
}

#booking-container h2 {
  margin-bottom: 40px;
}

#booking-container .booking_submit {
  margin-top: 20px;
}

.book-now-toggle-wrapper {
  padding: 20px;
}

.book-now-form {
  border: 1px solid #000;
  background: #fff;
  padding: 10px;
}

.book-now-form-inner {
  background: var(--grey);
  padding: 20px;
}

.form-control {
  border-radius: 0;
  border: 1px solid #000;
}

@media (max-width: 767px) {
  #booking-container h2 {
    font-size: 20px;
    /* color: #fff; */
  }

  /* #booking-container {
    background: var(--navy);
  }

  .hamburger.close_form.is-active .hamburger-inner,
  .hamburger.close_form.is-active .hamburger-inner::before,
  .hamburger.close_form.is-active .hamburger-inner::after {
    background-color: #fff!important;
  } */
}


/*--------------------------------------------------------------
# Submenu
--------------------------------------------------------------*/

.menu_triangle {
	content: '';
	position: absolute;
	top: 16px;
	margin: auto;
	right: 26px;
	width: 50px;
	height: 100%;
	cursor: pointer;
	display: none;
	box-sizing: border-box;
	height: 10px;
	width: 19px;
	padding: 5px;
	padding-bottom: 14px;
	border-style: solid;
	border-color: white;
	border-width: 0px 1px 1px 0px;
	transform: rotate(45deg);
	transition: all 150ms ease-in-out;
}

.menu_triangle.active {
	transform: rotate(225deg);
	top: 25px;
}

ul#primary-menu > li {
  position: relative;
}

ul#primary-menu > li::after {
	content: '';
  display: block;
	width: 100%;
	height: 20px;
  position: absolute;
	top: 100%;
	z-index: 21;
}

ul.sub-menu {
	display: none;
	position: absolute;
	top: 47px;
	background: #fff;
	padding: 20px;
	border: 1px solid rgba(0,0,0,0.1);
  border-left: 0;
	box-shadow: 5px 4px 5px 1px rgba(0,0,0,0.1);
	list-style: none;
  background-color: var(--grey);
  min-width: 300px;
}

ul.sub-menu li {
	margin-bottom: 10px;
}

ul.sub-menu li:last-child {
	margin-bottom: 0;
}

ul.sub-menu a {
	color: var(--text);
	font-size: 14px;
}

ul.sub-menu a:hover {
	color: var(--primary);
}

@media (min-width: 1200px) {
  ul#primary-menu > li:hover >  ul.sub-menu {
    display: block;
  }
}

@media (max-width: 1199px) {
  ul#primary-menu > li::after {
    display: none;
  }
  
  .menu_triangle {
		display: block;
	}

  ul.sub-menu {
    display: none;
    position: relative;
    top: 0;
    padding: 0;
    border: 0;
    box-shadow: none;
    list-style: none;
    background-color: var(--navy);
    min-width: 100%;
    padding-left: 10px;
  }

  ul.sub-menu a {
    color: #fff;
  }

  ul.sub-menu a:hover {
    color: #fff;
  }

  #masthead .menu li ul.sub-menu li {
    padding: 0;
    margin-bottom: 0
  }

  #masthead .menu li ul.sub-menu li a {
    border: 0;
  }
}

@media (max-width: 768px) {
	.menu_triangle {
		display: block;
	}
	
}