/*
 Theme Name:   Agua Caliente - GP Child
 Theme URI:    https://foundryideas.com
 Description:  Agua Caliente Theme by Foundry
 Author:       Foundry
 Author URI:   https://foundryideas.com
 Template:     generatepress
 Version:      1.0.10
*/

/* Styles from the GreenSock website */

body {
  font-weight: 300;
}

p {
  margin-bottom: 1rem;
}

.ipsType_right {
  text-align: right;
}

.ipsType_center {
  text-align: center;
}

.cInnerContent {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
}

.ipsSpacer_bottom_double {
  margin-bottom: 30px;
}

.ipsGrid {
  display: inline-block;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

.ipsGrid::before,
.ipsGrid::after {
  display: table;
  content: "";
  line-height: 0;
}

.ipsGrid > [class*="ipsGrid_span"] {
  display: block;
  width: 100%;
  min-height: 30px;
  box-sizing: border-box;
}

.ipsGrid > .ipsGrid_span5 {
  width: 40.42553191489362%;
}

.ipsGrid > .ipsGrid_span7 {
  width: 57.44680851063829%;
}

.ipsGrid > [class*="ipsGrid_span"] {
  float: left;
  margin-left: 2%;
}

.ipsGrid > [class*="ipsGrid_span"]:first-child {
  margin-left: 0;
}

.feature {
  display: flex;
  align-items: center;
}

.card {
  margin-bottom: 30px;
  border: 1px solid #cccccc;
  border-radius: 8px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 1px 1px 5px 1px #cccccc;
  transition: 0.3s;
}

.featured-image-container .card {
  padding: 10px;
  height: 0;
  padding-bottom: calc(100% - 10px);
}

.gs_reveal {
  opacity: 0;
  visibility: hidden;
  transition: transform 0s;
}

.scale_reveal {
  opacity: 0;
  visibility: hidden;
  transition: transform 0s;
}

.ag-flex-center {
  display: grid;
  grid-template-columns: auto auto auto auto;
  justify-content: center;
  max-width: 1000px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .ag-flex-center {
    display: flex;
    flex-direction: column;
  }
}

.ag-flex-center > div:nth-child(3n + 1) {
  grid-column-end: span 2;
  grid-row-end: span 2;
}

.ag-ent-wrapper {
  position: relative;
  height: 100%;
}

/* .ag-ent {
  display: flex;
} */

.ag-ent .wp-block-toolset-views-custom-search-container {
  display: none;
}

.ag-ent .kt-image-overlay-message {
  border: none !important;
}

.ag-ent img {
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.ag-ent-img {
  left: 0px;
}

.ag-ent-desc {
  height: 100%;
  width: 100%;
  color: #bc962c;
  /* background-color: rgba(0, 0, 0, 0.7); */
  text-align: center;
  align-items: center;
  justify-content: center;
  /* position: absolute; */
  top: 0;
  flex-direction: column;
  padding: 10px 0;
}

.ag-ent-desc h2 {
  color: #383235;
}

/* .ag-ent-wrapper .ag-ent-desc {
    display: none;
} */

.ag-gold-div {
  height: 1px;
  width: 75%;
  background-color: #bc962c;
  margin: 10px 0;
}

/* @media (min-width: 768px) {
  .ag-ent-wrapper:hover .ag-ent-desc {
    display: flex;
    animation: fade-in 0.4s;
  }
  .ag-ent-wrapper:not(:hover) .ag-ent.did-fade-in {
    display: flex;
    animation: fade-out 0.4s;
  }
} */

@media (max-width: 767px) {
  .ag-ent-wrapper {
    margin: 10px 0;
  }
  .ag-ent-wrapper .ag-ent-desc {
    display: flex;
  }
  .ag-ent-desc {
    height: auto;
    background-color: #fff;
    position: relative;
  }
  .ag-ent-desc h2 {
    color: #383235;
  }
  .ag-no-m-bg {
    background-image: none !important;
  }
}

@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

/*POSITIONS ICON ADDED TO GRAVITY FORMS SUBMIT BUTTONS
 * 1. Adjust the margin-left to bring the icon on the button
 * 2. Font-size adjust the size of the icon
 * 3. z-index prevens the icon disappearing on submissions
 * */

.gform_wrapper FORM .gform_footer SPAN:after {
  color: #ffffff;
  content: "\f0da";
  font-family: FontAwesome;
  z-index: 100;
  margin-left: -50px;
  font-size: 32px;
  vertical-align: top;
}

/*POSITIONS GRAVITY FORMS SUBMIT BUTTONS TEXT TO MATCH BEAVER BUILDER'S OFF CENTRE
  * 1. Adjust the padding-left */

BODY #gform_wrapper_1 .gform_footer INPUT[type="submit"] {
  text-align: left;
  padding: 12px 60px 12px 40px;
}

.gform_wrapper.gravity-theme .gfield_label {
  font-size: 23px !important;
  font-weight: 400 !important;
  margin-bottom: 8px;
  display: inline-block;
  padding: 0;
  text-transform: uppercase;
}

.gform_wrapper.gravity-theme input[type="color"],
.gform_wrapper.gravity-theme input[type="date"],
.gform_wrapper.gravity-theme input[type="datetime-local"],
.gform_wrapper.gravity-theme input[type="datetime"],
.gform_wrapper.gravity-theme input[type="email"],
.gform_wrapper.gravity-theme input[type="month"],
.gform_wrapper.gravity-theme input[type="number"],
.gform_wrapper.gravity-theme input[type="password"],
.gform_wrapper.gravity-theme input[type="search"],
.gform_wrapper.gravity-theme input[type="tel"],
.gform_wrapper.gravity-theme input[type="text"],
.gform_wrapper.gravity-theme input[type="time"],
.gform_wrapper.gravity-theme input[type="url"],
.gform_wrapper.gravity-theme input[type="week"],
.gform_wrapper.gravity-theme select,
.gform_wrapper.gravity-theme textarea {
  font-size: 23px;
  padding: 27px;
  margin-bottom: 28px;
  margin-top: 0;
  text-transform: uppercase;
}

button:not(.menu-toggle),
html input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.wp-block-button .wp-block-button__link {
  font-size: 21px;
  text-transform: uppercase;
}

.separate-containers .inside-article,
.separate-containers .comments-area,
.separate-containers .page-header,
.separate-containers .paging-navigation,
.one-container .site-content,
.inside-page-header,
.wp-block-group__inner-container {
  padding: 50px;
}

#ag-booking-header.clone {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  transform: translateY(-100%);
  opacity: 0;
  transition: 0.2s transform cubic-bezier(0.3, 0.73, 0.3, 0.74);
}

body.down #ag-booking-header.clone {
  transform: translateY(80px);
  opacity: 1;
}

body.logged-in.down #ag-booking-header.clone {
  transform: translateY(110px);
  opacity: 1;
}

.gform_confirmation_message_3 {
  color: white;
  text-align: center;
}

/* Nighlife page - accomodate hero with CTA element */

.nightlife-hero {
  max-height: 660px;
  height: 43.5vw;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 5vw;
  position: relative;
  transition: 0.2s ease;
  aspect-ratio: 16 / 9;
  width: 100%;
}

.nightlife-hero-cta {
  color: #ffffff !important;
  font-size: 19px;
  background: #bc962c;
  padding: 11px 40px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 2px;
}

.nightlife-hero-cta:hover {
  background-color: #222222;
}

@media (max-width: 768px) {
  .nightlife-hero {
    height: auto;
  }
}

@media (max-width: 480px) {
  .nightlife-hero-cta {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -30px;
    font-size: 15px;
    padding: 10px;
    z-index: 999;
  }
}

/* Video heroes */

.video-hero {
  object-fit: cover;
  max-height: calc(660px + 130px);
  height: calc(43.5vw + 130px);
  width: 100%;
  margin-bottom: -100px;
}

/* View pagination */

.wpv-pagination-nav-links {
  justify-content: center !important;
  margin-top: 50px;
}

.wpv-pagination-nav-links-container .page-link,
.wpv-pagination-nav-links .page-link {
  font-size: inherit;
  background-color: white;
  border: none;
  padding: 20px 12px;
  line-height: 1;
}

.kt-row-layout-right-golden
  > .wp-block-kadence-column.inner-column-1
  .kt-inside-inner-col,
.kt-row-layout-left-golden
  > .wp-block-kadence-column.inner-column-2
  .kt-inside-inner-col {
  padding-left: 50px !important;
  padding-right: 50px !important;
}

.body:not(.page-id-5613)
  .kt-inner-column-height-full
  > .wp-block-kadence-column
  > .kt-inside-inner-col {
  padding-left: inherit !important;
  padding-right: inherit !important;
}

@media (max-width: 1240px) {
  .kt-tab-layout-equal > .wp-block-kadence-column {
    -webkit-flex: 2 !important;
    flex: 2 !important;
  }
  .kt-row-layout-equal
    .kt-tab-layout-inherit.kt-row-column-wrap.kb-theme-content-width
    > .wp-block-kadence-column {
    flex-direction: row;
  }
}

@media (max-width: 1000px) {
  /*  .kt-row-column-wrap.kt-mobile-layout-row>.wp-block-kadence-column {
    -webkit-flex: none !important;
    flex: none !important;
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }*/
  .kt-row-column-wrap.kt-mobile-layout-row {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .kt-layout-id_f7e3e8-ca .kt-row-column-wrap.kt-mobile-layout-row {
    -webkit-flex-direction: inherit;
    flex-direction: inherit;
  }
  .kt-row-column-wrap > .wp-block-kadence-column {
    width: 100% !important;
    -webkit-flex-basis: unset !important;
    flex-basis: unset !important;
  }
}

@media all and (max-width: 767px) {
  .kt-layout-id_f7e3e8-ca .kt-row-column-wrap.kt-mobile-layout-row {
    -webkit-flex-direction: column !important;
    flex-direction: column !important;
  }
}

@media all and (max-width: 480px) {
  .kt-row-layout-right-golden
    > .wp-block-kadence-column.inner-column-1
    .kt-inside-inner-col
    .wp-block-kadence-advancedheading,
  .kt-row-layout-left-golden
    > .wp-block-kadence-column.inner-column-2
    .kt-inside-inner-col
    .wp-block-kadence-advancedheading {
    font-size: 30px;
  }
}

.tb-button__content {
  color: white;
}

/* google translate widget */

@media all and (min-width: 1101px) {
  .menu-translate__wrapper {
    margin-left: 10px;
  }
  .menu-translate__icon {
    width: 25px;
    position: relative;
    left: -42px;
    bottom: -8px;
  }
  .menu-translate__select {
    padding-right: 3em;
    background: transparent !important;
  }
  #glt-translate-trigger {
    visibility: hidden;
  }
}

#glt-translate-trigger {
  background-color: #bc962c !important;
}

@media all and (max-width: 1100px) {
  .menu-translate__wrapper {
    display: none;
  }
}

/* fix for images on nightlife page */

#post-5801 .tb-image img {
  min-height: 270px;
  object-fit: cover;
}

#post-5581 .tb-image img {
  min-height: 300px;
  object-fit: cover;
}

#post-5599 .tb-image img {
  min-height: 225px;
  object-fit: cover;
}

#agua-email-signup-form .half-col {
  width: 50%;
  vertical-align: text-bottom;
}

/* entertainment filter 
TODO: convert to sass
*/

#agua-entertainment-filter {
  margin-top: 80px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

#agua-entertainment-filter select {
  flex-grow: 1;
  margin-right: 5px;
}

.agua-entertainment__wrapper {
  display: flex;
  flex-wrap: wrap;
}

.agua-entertainment__single-wrapper {
  flex-basis: 50%;
  color: gold;
  background-repeat: no-repeat;
  background-size: cover;
  height: 350px;
}

.agua-entertainment__link-wrapper {
  width: 100%;
  height: 100%;
}

.agua-entertainment__copy-wrapper {
  width: 100%;
  height: 100%;
  padding-top: 14px;
  padding-right: 25px;
  padding-left: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.agua-entertainment__copy-wrapper:hover {
  background-color: rgba(0, 0, 0, 0.7);
}

.agua-entertainment__title {
  color: #ffffff;
  text-align: center;
  font-size: 33px;
  line-height: 40px;
  font-weight: 300;
  font-family: "Libre Franklin";
  visibility: hidden;
  padding-bottom: 15px;
}

.agua-entertainment__copy-wrapper:hover .agua-entertainment__title {
  visibility: visible;
}

.agua-entertainment__card-text {
  visibility: hidden;
  padding-bottom: 15px;
  text-align: center;
  color: #bc962c;
  border-bottom: 1px solid #bc962c;
}

.agua-entertainment__copy-wrapper:hover .agua-entertainment__card-text {
  visibility: visible;
  color: #bc962c;
}

.agua-entertainment__location {
  visibility: hidden;
  padding-bottom: 15px;
  text-align: center;
  color: #bc962c;
}

.agua-entertainment__copy-wrapper:hover .agua-entertainment__location {
  visibility: visible;
  color: #bc962c;
}

.agua-entertainment__more-details {
  visibility: hidden;
  padding-bottom: 15px;
  text-align: center;
  display: block;
  color: #bc962c;
}

.agua-entertainment__copy-wrapper:hover .agua-entertainment__more-details {
  visibility: visible;
}

@media all and (max-width: 1101px) {
  .agua-entertainment__copy-wrapper {
    background-color: rgba(0, 0, 0, 0.7);
  }
  .agua-entertainment__single-wrapper {
    flex-basis: 100%;
  }
  .agua-entertainment__title {
    visibility: visible;
  }
  .agua-entertainment__location {
    visibility: visible;
  }
  .agua-entertainment__more-details {
    visibility: visible;
  }
  .agua-entertainment__card-text {
    visibility: visible;
  }
}

/* MOBILE Main Nav Dropdown style */
#generate-slideout-menu .main-nav {
  padding: 0;
}
#generate-slideout-menu .slideout-menu li {
  border-bottom: 1px solid #7b7670;
}

#generate-slideout-menu .slideout-menu ul.sub-menu li {
  border-bottom: none;
}

#generate-slideout-menu .slideout-menu ul.sub-menu li a {
  font-size: 14px;
}

#generate-slideout-menu.main-navigation .main-nav ul ul {
  margin-top: -11px;
  padding-left: 33px;
  padding-bottom: 13px;
}

.slideout-navigation.main-navigation .main-nav ul li a {
  width: 100%;
  padding-left: 18px;
}

.slideout-navigation.main-navigation
  .main-nav
  ul
  li[class*="current-menu-"]
  > a {
  background-color: transparent !important;
  color: #bc962c !important;
}

.slideout-navigation.main-navigation ul ul {
  background-color: transparent !important;
}

/* Main Nav Dropdown style */

.menu-item-has-children {
}

.menu-item-has-children .dropdown-menu-toggle {
  display: none;
}

.main-navigation .main-nav ul li.menu-item-has-children > a {
  padding-right: 8px;
}

.menu-item-has-children .sub-menu {
  box-shadow: none;
  background-color: #fff;
  right: auto !important;
  left: -44px !important;
}

.main-navigation .main-nav ul ul {
  padding: 10px 44px 29px 44px;
  box-shadow: none;
}

.main-navigation:not(.toggled) ul li:hover > ul {
  width: auto;
}

.main-navigation .main-nav ul ul li:not([class*="current-menu-"]):hover > a {
  background-color: transparent;
  text-decoration: underline;
  color: #71716e;
}

.main-navigation .main-nav ul ul li[class*="current-menu-"] > a {
  background-color: transparent;
  color: #bc962c;
}

.main-navigation .main-nav ul ul li.bold a {
  font-weight: 700;
  color: #000;
}

.main-navigation .main-nav ul ul li a {
  color: #71716e;
  text-transform: none;
  padding: 6px 8px 7px 8px;
  white-space: nowrap;
}

.main-navigation .main-nav ul ul li.menu-item a:hover:after {
  width: 0;
}

.nd-mobile-app {
  display: none;
}

@media all and (max-width: 1101px) {
  .nd-mobile-app {
    display: block;
  }

  .nd-mobile-app .btn-gold {
    display: inline-block;
    min-width: 140px;
    padding: 8px 26px;
    text-align: center;
  }

  #glt-translate-trigger {
    min-width: 140px;
    padding: 8px 0;
    margin-bottom: 20px;
  }

  #generate-slideout-menu .menu-item a:after {
    display: none;
  }
  .menu-item-has-children .dropdown-menu-toggle {
    display: inline-block;
  }

  .slideout-navigation.main-navigation
    .main-nav
    ul
    li:not([class*="current-menu-"]):hover
    > a,
  .slideout-navigation.main-navigation
    .main-nav
    ul
    li:not([class*="current-menu-"]):focus
    > a,
  .slideout-navigation.main-navigation
    .main-nav
    ul
    li.sfHover:not([class*="current-menu-"])
    > a {
    background-color: transparent !important;
  }

  .main-navigation .main-nav ul ul {
    padding: 0;
    width: 100%;
  }

  .slideout-navigation.main-navigation .main-nav ul li a {
    font-size: 14px;
  }

  .menu-item-has-children .sub-menu {
    left: 0px !important;
  }

  .main-navigation .main-nav ul ul li a {
    padding: 9px 8px 9px 8px;
  }
}

.entry-content > [class*="wp-block-"]:not(:last-child):not(.wp-block-heading) {
  margin-bottom: 0px !important;
}

.agua-container {
  max-width: 1200px;
  margin: 0 auto;
}

.padding-tb-medium {
  padding-top: 50px;
  padding-bottom: 50px;
}

.featured-image img {
  max-width: 1800px;
}

.story-video {
	max-width:400px;
}

/** New design system styles **/

/** Site navigation **/
@media only screen and (max-width: 767px) {
  html > body .nd-pre-header {
    display: none !important;
  }
}

html > body .nd-pre-header .nd-flex {
  width: 100%;
  padding: 10px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

html > body .nd-pre-header .right {
  display: flex;
  align-items: center;
}

html > body .nd-pre-header .link {
  padding: 4px;
  font-weight: 500;
}

html > body .nd-pre-header .pe-3 {
  padding-right: 10px;
}

html > body .nd-pre-header .pe-4 {
  padding-right: 20px;
}

html > body .nd-pre-header .ps-3 {
  padding-left: 10px;
}

html > body .nd-pre-header .link {
  color: #333;
  transition: color ease-in-out 280ms;
}

html > body .nd-pre-header .link:hover {
  color: #BC962C;
}

/* html > body #ag-booking-header {
  display: none !important;
} */

html > body .ag-form,
html > body .ag-form .ag-form-container, 
html > body .ag-form .ag-input-wrapper {
  display: block;
}

html > body .menu-translate__wrapper .menu-translate__select {
  color: #fff;
}

html > body .menu-translate__wrapper .menu-translate__select option {
  color: #111;
}

html > body .menu-translate__wrapper .menu-translate__icon {
  filter: invert(1);
}

html > body .sf-menu {
  position: relative;
}

html > body .site-logo {
  filter: brightness(0) invert(1);
}

.my-2 {
  margin: 10px 0;
}

@media (max-width: 1100px) {

  html > body .site-logo.mobile-header-logo {
    filter: brightness(0) invert(1);
  }

  html > body .gp-icon.icon-menu-bars {
    filter: invert(1);
  }

  html > body .main-navigation.has-branding .inside-navigation.grid-container  {
    padding: 0 20px;
  }

  html > body .inside-navigation .menu-toggle {
    padding-left: 0;
  }

  html > body .ag-mobile-book.ag-form-submit a {
    background-color: #bc962c;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    padding: 10px 14px;
    transition: background-color 280ms ease-in-out, color 280ms ease-in-out;
  }

  #generate-slideout-menu {
    width: 68vw;
    background: #000;
    padding: 15px 30px 15px 15px;
  }
  .offside-js--is-left.slide-opened .slideout-overlay button.slideout-exit {
    left: 68vw !important;
  }
}

.btn-gold {
  background-color: #bc962c;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  padding: 14px 18px;
  transition: background-color 280ms ease-in-out, color 280ms ease-in-out;
}

/* .show-on-home {
  display: none;
}

html > body .show-on-home {
  display: block !important;
} */

html > body .hide-on-home {
  display: none !important;
}

html > body .sf-menu > .menu-item > a {
  color: #fff;
}

@media only screen and (min-width: 1101px) and (max-width: 1271px) {
  html > body .sf-menu > .menu-item > a {
    font-size: 12px;
  }
}

/** Defaults **/
@media only screen and (max-width: 767px) {
  .hide-on-mobile {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .hide-on-tablet {
    display: none;
  }
}

@media only screen and (min-width: 1100px) {
  .hide-on-desktop {
    display: none;
  }
}

@media (max-width: 800px) {
  html > body .site-logo.mobile-header-logo img {
    height: 75px !important;
  }
}

/** Booking calendar **/
.new-booking {
  position: relative;
  z-index: 9;
}

.new-booking .new-booking-header {
  display: none;
  position: relative;
}

.new-booking .new-booking-header::after {
  content: '';
  display: block;
  position: absolute;
  top: 40px;
  right: 20px;
  width: 336px;
  height: calc(100% - 80px);
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 5px;
}

.new-booking.show .new-booking-header {
  display: block;
}

.new-booking .new-booking-header {
  position: absolute;
  background-color: #fff;
  top: 32px;
  right: 0;
  padding-right: 355px;
  min-height: 405px;
}

html > body .picker__holder,
html > body .picker--opened .picker__holder {
  left: 265px;
  top: -77px;
  width: 340px;
  border-radius: 5px;
}

.new-booking .new-booking-header #arrival_date_root {
  z-index: 6;
}

.new-booking .new-booking-header #departure_date_root {
  z-index: 4;
}

.new-booking .new-booking-header #departure_date_root .picker__holder {
  top: -174px;
  max-height: 25em;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
  border-top-width: 1px;
  border-bottom-width: 1px;
  transform: translateY(0) perspective(600px) rotateX(0);
  transition: transform .15s ease-out, opacity .15s ease-out, max-height 0s, border-width 0s;
  box-shadow: 0 6px 18px 1px rgba(0, 0, 0, .12);
}

.new-booking .new-booking-header #departure_date_root .picker__button--close {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #ddd;
  cursor: default;
}

.new-booking .new-booking-header .ag-form-submit .btn {
  display: inline-block;
  padding: 13px 36px;
  background-color: #bc962c;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  width: auto;
  border-radius: 50px;
  line-height: 1;
  margin-left: 20px;
}

.new-booking .new-booking-header .form-label {
  display: block !important;
  font-size: 15px;
  color: #bc962c;
  font-weight: bold;
  padding: 18px 0 9px 0;
}

.new-booking .new-booking-header .picker__input,
.new-booking .new-booking-header select {
  display: block;
  position: unset;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #ccc;
  border-radius: 0;
  min-width: 250px;
  color: #222;
}

.new-booking .calendar-toggle::after {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  border: 3px solid transparent;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  background: transparent;
  transform: rotate(45deg) translateY(-4px);
  margin-left: 5px;
}

.new-booking .calendar-toggle {
  cursor: pointer;
}

.new-booking.show .calendar-toggle {
  background-color: #fff;
  color: #bc962c;
}

.new-booking.show .calendar-toggle::after {
  content: '+';
  border: none;
  font-size: 18px;
  transform: rotate(45deg) translate(6px);
  margin-left: 10px;
}

html > body .picker__footer button[type="button"]{
  display: inline-flex;
  align-items: center;
  font-size: 16px;
}

html > body .picker__footer .picker__button--close:before {
  margin-top: -24px;
}

/** Navigation */
html > body .header-contain-fixed {
  background: transparent !important;
}

html > body .mobile-header-navigation,
html > body .site-header {
  background: rgba(0, 0, 0, .3);
  background: linear-gradient(180deg,rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
  transition: background-color 280ms ease-in-out;
}

html > body #content {
  padding-top: 0 !important;
  background: transparent !important;
}

body.home.admin-bar .nd-pre-header {
  margin-top: -32px;
}

html > body .header-contain-fixed {
  top: 0;
  position: relative !important;
}

html > body .header-contain-fixed.show {
  position: fixed !important;

}

html > body .header-contain-fixed.show .mobile-header-navigation,
html > body .header-contain-fixed.show .site-header {
  background: rgba(0, 0, 0, .65);
}

@media only screen and (min-width: 1100px) {
  html > body .main-navigation .main-nav ul ul {
    padding: 20px;
    min-width: 260px;
  }

	#menu-new-menu > .menu-item .sub-menu {
	  box-shadow: 2px 2px 18px rgba(0, 0, 0, .3);
	}

	#menu-new-menu > .menu-item > .sub-menu .sub-menu {
	  left: 100% !important;
	}
}

html > body .featured-image img {
  max-width: 100% !important;
  margin-top: -90px;
}

html > body .header-contain-fixed {
  min-height: 90px;
}


/** Google translate widget */
    #google_language_translator {
        position: relative;
        display: flex;
        padding-right: 25px;
        margin-right: 20px;
        background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 640'><path fill='dark' d='M119.7 263.7L150.6 294.6C156.6 300.6 164.7 304 173.2 304L194.7 304C203.2 304 211.3 307.4 217.3 313.4L246.6 342.7C252.6 348.7 256 356.8 256 365.3L256 402.8C256 411.3 259.4 419.4 265.4 425.4L278.7 438.7C284.7 444.7 288.1 452.8 288.1 461.3L288.1 480C288.1 497.7 302.4 512 320.1 512C337.8 512 352.1 497.7 352.1 480L352.1 477.3C352.1 468.8 355.5 460.7 361.5 454.7L406.8 409.4C412.8 403.4 416.2 395.3 416.2 386.8L416.2 352.1C416.2 334.4 401.9 320.1 384.2 320.1L301.5 320.1C293 320.1 284.9 316.7 278.9 310.7L262.9 294.7C258.7 290.5 256.3 284.7 256.3 278.7C256.3 266.2 266.4 256.1 278.9 256.1L313.6 256.1C326.1 256.1 336.2 246 336.2 233.5C336.2 227.5 333.8 221.7 329.6 217.5L309.9 197.8C306 194 304 189.1 304 184C304 178.9 306 174 309.7 170.3L327 153C332.8 147.2 336.1 139.3 336.1 131.1C336.1 123.9 333.7 117.4 329.7 112.2C326.5 112.1 323.3 112 320.1 112C224.7 112 144.4 176.2 119.8 263.7zM528 320C528 285.4 519.6 252.8 504.6 224.2C498.2 225.1 491.9 228.1 486.7 233.3L473.3 246.7C467.3 252.7 463.9 260.8 463.9 269.3L463.9 304C463.9 321.7 478.2 336 495.9 336L520 336C522.5 336 525 335.7 527.3 335.2C527.7 330.2 527.8 325.1 527.8 320zM64 320C64 178.6 178.6 64 320 64C461.4 64 576 178.6 576 320C576 461.4 461.4 576 320 576C178.6 576 64 461.4 64 320z'/></svg>");
        background-repeat: no-repeat;
        background-position: right center;
        background-size: 24px 24px;
    }

   #google_language_translator::after {
		content: '';
		position: absolute;
		top: 6px;
		right: -15px;
		width: 2px;
		background-color: #666;
    	height: calc(100% - 12px);
    }
    #google_language_translator select.goog-te-combo.goog-te-combo {
        border: none !important;
        width: auto;
    }




/** Quick fix */

    .wp-block-create-block-agua-booking {
                background: #edece6;
                color: #30302f;
                margin: 0 auto;
                max-width: 814px;
                left: 0;
                right: 0
            }

            .wp-block-create-block-agua-booking-header {
                display: flex;
                color: #30302f;
                margin: 0 auto;
                left: 0;
                right: 0;
                order: 6
            }

            .ag-booking-header {
                display: flex;
                position: relative;
                background: #bc962c;
                width: 100%;
                z-index: 99;
                transition: opacity 1s
            }

            @media(max-width: 992px) {
                .ag-booking-header,.ag-booking-header.sticky {
                    display:none
                }
            }

            .ag-booking-header.sticky {
                position: fixed;
                top: 80px;
                opacity: 1;
                transition: opacity 1s
            }

            .admin-bar .ag-booking-header.sticky {
                top: 112px
            }

            .ag-booking-container {
                display: flex;
                margin: 0 auto;
                justify-content: center
            }

            .ag-booking-header .ag-input-wrapper {
                padding: 0px
            }

            .ag-booking-header .ag-input::before {
                content: "";
                border-color: #fff;
                border-style: solid;
                border-width: 1px;
                width: 1px;
                height: 48px
            }

            .ag-booking-header ::-moz-placeholder {
                color: #f4f4f4;
                background-color: transparent;
                border-color: transparent
            }

            .ag-booking-header :-ms-input-placeholder {
                color: #f4f4f4;
                background-color: transparent;
                border-color: transparent
            }

            .ag-booking-header input[type=text],.ag-booking-header input[type=email],.ag-booking-header input[type=url],.ag-booking-header input[type=password],.ag-booking-header input[type=search],.ag-booking-header input[type=tel],.ag-booking-header input[type=number],.ag-booking-header textarea,.ag-booking-header select,.ag-booking-header ::placeholder {
                color: #f4f4f4;
                background-color: transparent;
                border-color: transparent
            }

            .ag-input {
                display: flex
            }

            .ag-no-vid-header {
                position: absolute;
                bottom: 14px
            }

            .ag-form-container {
                display: flex
            }

            .ag-input-wrapper {
                display: flex;
                justify-content: space-evenly;
                align-items: center;
                padding: 18px
            }

            .ag-form-submit .btn {
                transition: all 300ms ease-out;
                background-color: #30302f;
                color: #f4f4f4;
                height: 100%;
                width: 100%
            }

            .ag-form-submit .btn:hover {
                background-color: #d4a829;
                color: #30302f
            }

            select.ag-select {
                color: #f4f4f4;
                padding: 12px;
                width: 187px
            }

            @media(max-width: 767px) {
                .wp-block-create-block-ag-blocks {
                    top:-8px;
                    position: relative
                }

                .ag-no-vid-header {
                    position: relative;
                    top: -33px
                }

                .ag-form-container {
                    flex-direction: column
                }

                .ag-input-wrapper {
                    flex-direction: column
                }

                select.ag-select {
                    padding: 12px;
                    width: 100%
                }

                .ag-input,.ag-input input {
                    width: 100%;
                    margin: 4px auto
                }
            }

            .picker {
                font-size: 16px;
                text-align: left;
                line-height: 1.2;
                color: #000;
                position: absolute;
                z-index: 10000;
                -webkit-user-select: none;
                -moz-user-select: none;
                -ms-user-select: none;
                user-select: none;
                outline: none
            }

            @media(max-width: 767px) {
                .picker {
                    left:0
                }
            }

            .picker__input {
                cursor: default
            }

            .picker__input.picker__input--active {
                border-color: #0089ec
            }

            .picker__holder {
                width: 100%;
                overflow-y: auto;
                -webkit-overflow-scrolling: touch
            }

            .picker {
                width: 100%
            }

            .picker__holder {
                position: absolute;
                background: #fff;
                border: 1px solid #aaa;
                border-top-width: 0;
                border-bottom-width: 0;
                border-radius: 0 0 5px 5px;
                box-sizing: border-box;
                min-width: 176px;
                max-width: 466px;
                max-height: 0;
                -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
                filter: alpha(opacity=0);
                -moz-opacity: 0;
                opacity: 0;
                transform: translateY(-1em) perspective(600px) rotateX(10deg);
                transition: transform .15s ease-out,opacity .15s ease-out,max-height 0s .15s,border-width 0s .15s
            }

            .picker__frame {
                padding: 1px
            }

            .picker__wrap {
                margin: -1px
            }

            .picker--opened .picker__holder {
                max-height: 25em;
                -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
                filter: alpha(opacity=100);
                -moz-opacity: 1;
                opacity: 1;
                border-top-width: 1px;
                border-bottom-width: 1px;
                transform: translateY(0) perspective(600px) rotateX(0);
                transition: transform .15s ease-out,opacity .15s ease-out,max-height 0s,border-width 0s;
                box-shadow: 0 6px 18px 1px rgba(0,0,0,.12)
            }

            .picker__box {
                padding: 0 1em
            }

            .picker__header {
                text-align: center;
                position: relative;
                margin-top: .75em
            }

            .picker__month,.picker__year {
                font-weight: 500;
                display: inline-block;
                margin-left: .25em;
                margin-right: .25em
            }

            .picker__year {
                color: #999;
                font-size: .8em;
                font-style: italic
            }

            .picker__select--month,.picker__select--year {
                border: 1px solid #b7b7b7;
                height: 2em;
                padding: .5em;
                margin-left: .25em;
                margin-right: .25em
            }

            @media(min-width: 24.5em) {
                .picker__select--month,.picker__select--year {
                    margin-top:-0.5em
                }
            }

            .picker__select--month {
                width: 35%
            }

            .picker__select--year {
                width: 22.5%
            }

            .picker__select--month:focus,.picker__select--year:focus {
                border-color: #0089ec
            }

            .picker__nav--prev,.picker__nav--next {
                position: absolute;
                padding: .5em 1.25em;
                width: 1em;
                height: 1em;
                box-sizing: content-box;
                top: -0.25em
            }

            @media(min-width: 24.5em) {
                .picker__nav--prev,.picker__nav--next {
                    top:-0.33em
                }
            }

            .picker__nav--prev {
                left: -1em;
                padding-right: 1.25em
            }

            @media(min-width: 24.5em) {
                .picker__nav--prev {
                    padding-right:1.5em
                }
            }

            .picker__nav--next {
                right: -1em;
                padding-left: 1.25em
            }

            @media(min-width: 24.5em) {
                .picker__nav--next {
                    padding-left:1.5em
                }
            }

            .picker__nav--prev:before,.picker__nav--next:before {
                content: " ";
                border-top: .5em solid transparent;
                border-bottom: .5em solid transparent;
                border-right: .75em solid #000;
                width: 0;
                height: 0;
                display: block;
                margin: 0 auto
            }

            .picker__nav--next:before {
                border-right: 0;
                border-left: .75em solid #000
            }

            .picker__nav--prev:hover,.picker__nav--next:hover {
                cursor: pointer;
                color: #000;
                background: #b1dcfb
            }

            .picker__nav--disabled,.picker__nav--disabled:hover,.picker__nav--disabled:before,.picker__nav--disabled:before:hover {
                cursor: default;
                background: none;
                border-right-color: #f5f5f5;
                border-left-color: #f5f5f5
            }

            .picker__table {
                text-align: center;
                border-collapse: collapse;
                border-spacing: 0;
                table-layout: fixed;
                font-size: inherit;
                width: 100%;
                margin-top: .75em;
                margin-bottom: .5em
            }

            @media(min-height: 33.875em) {
                .picker__table {
                    margin-bottom:.75em
                }
            }

            .picker__table td {
                margin: 0;
                padding: 0
            }

            .picker__weekday {
                width: 14.285714286%;
                font-size: .75em;
                padding-bottom: .25em;
                color: #999;
                font-weight: 500
            }

            @media(min-height: 33.875em) {
                .picker__weekday {
                    padding-bottom:.5em
                }
            }

            .picker__day {
                padding: .3125em 0;
                font-weight: 200;
                border: 1px solid transparent
            }

            .picker__day--today {
                position: relative
            }

            .picker__day--today:before {
                content: " ";
                position: absolute;
                top: 2px;
                right: 2px;
                width: 0;
                height: 0;
                border-top: .5em solid #0059bc;
                border-left: .5em solid transparent
            }

            .picker__day--disabled:before {
                border-top-color: #aaa
            }

            .picker__day--outfocus {
                color: #ddd
            }

            .picker__day--infocus:hover,.picker__day--outfocus:hover {
                cursor: pointer;
                color: #000;
                background: #b1dcfb
            }

            .picker__day--highlighted {
                border-color: #0089ec
            }

            .picker__day--highlighted:hover,.picker--focused .picker__day--highlighted {
                cursor: pointer;
                color: #000;
                background: #b1dcfb
            }

            .picker__day--selected,.picker__day--selected:hover,.picker--focused .picker__day--selected {
                background: #0089ec;
                color: #fff
            }

            .picker__day--disabled,.picker__day--disabled:hover,.picker--focused .picker__day--disabled {
                background: #f5f5f5;
                border-color: #f5f5f5;
                color: #ddd;
                cursor: default
            }

            .picker__day--highlighted.picker__day--disabled,.picker__day--highlighted.picker__day--disabled:hover {
                background: #bbb
            }

            .picker__footer {
                text-align: center
            }

            .picker__button--today,.picker__button--clear,.picker__button--close {
                border: 1px solid #fff;
                background: #fff;
                color: #000;
                font-size: .8em;
                padding: .66em 0;
                font-weight: bold;
                width: 33%;
                display: inline-block;
                vertical-align: bottom
            }

            .picker__button--today:hover,.picker__button--clear:hover,.picker__button--close:hover {
                cursor: pointer;
                color: #000;
                background: #b1dcfb;
                border-bottom-color: #b1dcfb
            }

            .picker__button--today:focus,.picker__button--clear:focus,.picker__button--close:focus {
                background: #b1dcfb;
                border-color: #0089ec;
                outline: none
            }

            .picker__button--today:before,.picker__button--clear:before,.picker__button--close:before {
                position: relative;
                display: inline-block;
                height: 0
            }

            .picker__button--today:before,.picker__button--clear:before {
                content: " ";
                margin-right: .45em
            }

            .picker__button--today:before {
                top: -0.05em;
                width: 0;
                border-top: .66em solid #0059bc;
                border-left: .66em solid transparent
            }

            .picker__button--clear:before {
                top: -0.25em;
                width: .66em;
                border-top: 3px solid #e20
            }

            .picker__button--close:before {
                content: "×";
                top: -0.1em;
                vertical-align: top;
                font-size: 1.1em;
                margin-right: .35em;
                color: #777
            }

            .picker__button--today[disabled],.picker__button--today[disabled]:hover {
                background: #f5f5f5;
                border-color: #f5f5f5;
                color: #ddd;
                cursor: default
            }

            .picker__button--today[disabled]:before {
                border-top-color: #aaa
            }

            .custom-select {
                position: relative
            }

            .custom-select select {
                display: none
            }

            .select-selected {
                background-color: #1e90ff
            }

            .select-selected:after {
                position: absolute;
                content: "";
                top: 14px;
                right: 10px;
                width: 0;
                height: 0;
                border: 6px solid transparent;
                border-color: #fff transparent transparent transparent
            }

            .select-selected.select-arrow-active:after {
                border-color: transparent transparent #fff transparent;
                top: 7px
            }

            .select-items div,.select-selected {
                color: #fff;
                padding: 8px 16px;
                border: 1px solid transparent;
                border-color: transparent transparent rgba(0,0,0,.1) transparent;
                cursor: pointer;
                -webkit-user-select: none;
                -moz-user-select: none;
                -ms-user-select: none;
                user-select: none
            }

            .select-items {
                position: absolute;
                background-color: #1e90ff;
                top: 100%;
                left: 0;
                right: 0;
                z-index: 99
            }

            .select-hide {
                display: none
            }

            .select-items div:hover,.same-as-selected {
                background-color: rgba(0,0,0,.1)
            }