/*!
  Theme Name: trelay
  Author: Anonymous
  Author URI:
  Version: 1
  Description: trelay theme for Wordpress
  License: GNU General Public License v2 or later
  License URI: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html
  Text Domain: trelay
  Tags: one-column, two-columns
  Theme URI:
*/

body {
  background-color: #ffffff;
}

.wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.accessibility {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.accessibility:focus {
  position: static;
  width: auto;
  height: auto;
}

.container {
  width: 100%;
  margin: 0 auto;
}

input,textarea,select {
  font-size: 16px;
}

.fake-section {
  height: 100vh;
}

.js-tab-hidden {
  display: block !important;
  left: -9999px !important;
  position: absolute !important;
  top: -9999px !important;
}

.fixed-position .filter-bar {
  margin: 0;
}

.filter-bar.bg-orange .tabset li:nth-child(1) {
  background-color: #e2aa79 !important;
}

.filter-bar.bg-orange .tabset li:nth-child(1) {
  width: 100%;
}

.filter-bar.bg-orange .tabset li a {
  color: #000000;
}

.filter-bar.bg-orange .tabset+.forms-list .inner-wrap {
  background-color: #e2aa79;
}

.filter-bar.bg-orange .tabset+.forms-list .inner-wrap:after {
  background-color: #e2aa79;
}

.filter-bar.bg-orange .tabset+.forms-list .inner-wrap .wp-block-button__link {
  background-color: #35555f;
  color: #ffffff;
}

.filter-bar.bg-orange .tabset+.forms-list .inner-wrap .wp-block-button__link:hover {
  opacity: .5;
}

.filter-bar.bg-blue .tabset li:nth-child(1) {
  background-color: #35555f !important;
}

.filter-bar.bg-blue .tabset li:nth-child(1) {
  width: 100%;
}

.filter-bar.bg-blue .tabset li a {
  color: #ffffff;
}

.filter-bar.bg-blue .tabset+.forms-list .inner-wrap {
  background-color: #35555f !important;
}

.filter-bar.bg-blue .tabset+.forms-list .inner-wrap:after {
  background-color: #35555f !important;
}

.filter-bar.bg-blue .tabset+.forms-list .inner-wrap .wp-block-button__link {
  background-color: #e2aa79 !important;
}

.filter-bar.bg-blue .tabset+.forms-list .inner-wrap .wp-block-button__link {
  color: #ffffff;
}

.filter-bar.bg-blue .tabset+.forms-list .inner-wrap .wp-block-button__link:hover {
  opacity: .5;
}

.filter-bar .tabset {
  margin: 0;
  list-style: none;
  display: flex;
  padding: 0;
  position: relative;
  width: 100%;
}

.filter-bar .tabset.reverse {
  flex-direction: row-reverse;
  justify-content: flex-end;
}

.filter-bar .tabset.reverse+.forms-list .inner-wrap {
  background-color: #e2aa79;
}

.filter-bar .tabset.reverse+.forms-list .inner-wrap:after {
  background-color: #e2aa79;
}

.filter-bar .tabset.reverse+.forms-list .inner-wrap .wp-block-button__link {
  background-color: #35555f;
  color: #ffffff;
}

.filter-bar .tabset.reverse+.forms-list .inner-wrap .wp-block-button__link:hover {
  opacity: .5;
}

.filter-bar .tabset+.forms-list .inner-wrap {
  width: 100%;
  padding: 0 14px;
  background-color: #35555f;
}

.filter-bar .tabset+.forms-list .inner-wrap:after {
  background-color: #35555f;
}

.filter-bar .tabset+.forms-list .inner-wrap .input-wrap {
  background-color: #35555f !important;
}

.filter-bar .tabset+.forms-list .inner-wrap .input-wrap.alt {
  background: #e2aa79 !important;
}

.filter-bar .tabset+.forms-list .inner-wrap .input-wrap.alt {
  position: relative;
}

.filter-bar .tabset+.forms-list .inner-wrap .input-wrap.alt:before {
  content: "";
  position: absolute;
  top: 0;
  right: -24px;
  height: 100%;
  background: #e2aa79;
  width: 24px;
  position: absolute;
  width: 100vw;
  margin-right: -100vw;
  z-index: 2;
  margin-left: 0;
  right: 0;
}

.filter-bar .tabset+.forms-list .inner-wrap .input-wrap.alt .wp-block-button__link {
  color: #ffffff !important;
}

.filter-bar .tabset+.forms-list .inner-wrap .input-wrap.alt .wp-block-button__link {
  position: relative;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.filter-bar .tabset+.forms-list .inner-wrap .input-wrap.alt .custom-input-wrap {
  position: relative;
  z-index: 6;
}

.filter-bar .tabset+.forms-list .inner-wrap .input-wrap.alt .custom-input-wrap input {
  margin-bottom: 0;
  max-width: 100%;
  min-width: 100%;
}

.filter-bar .tabset+.forms-list .inner-wrap .input-wrap.alt .custom-select-wrap {
  position: relative;
  z-index: 5;
}

.filter-bar .tabset+.forms-list .inner-wrap .input-wrap.alt .custom-select-wrap+.custom-select-wrap {
  position: relative;
  z-index: 5;
}

.filter-bar .tabset+.forms-list .inner-wrap .input-wrap.alt .fake-select {
  position: relative;
  z-index: 4;
}

.filter-bar .tabset+.forms-list .inner-wrap .input-wrap.alt .fake-select.active {
  z-index: 8;
}

.filter-bar .tabset+.forms-list .inner-wrap .input-wrap.alt .wp-block-button__link {
  background-color: #35555f !important;
}

.filter-bar .tabset+.forms-list .inner-wrap .wp-block-button__link {
  background-color: #e2aa79 !important;
}

.filter-bar .tabset+.forms-list .inner-wrap .wp-block-button__link {
  max-width: 110px;
  width: 100%;
  padding: 8px 10px 6px;
  border: none;
  min-height: 50px;
  color: #022b37;
  cursor: pointer;
}

.filter-bar .tabset+.forms-list .inner-wrap .wp-block-button__link:hover {
  color: #ffffff;
}

.filter-bar .tabset.alt-bg+.forms-list .inner-wrap {
  background-color: #35555f;
}
.filter-bar .tabset.alt-bg+.forms-list .alt .inner-wrap {
  background-color: #e2aa79;
}

/* .filter-bar .tabset.alt-bg+.forms-list .inner-wrap:after {
  background-color: #e2aa79;
} */

.filter-bar .tabset.alt-bg+.forms-list .inner-wrap:after {
  background-color: #35555f;
}

.filter-bar .tabset.alt-bg+.forms-list .inner-wrap .wp-block-button__link {
  background-color: #35555f;
  color: #ffffff;
}

.filter-bar .tabset.alt-bg+.forms-list .inner-wrap .wp-block-button__link:hover {
  opacity: .5;
}

.filter-bar .tabset.alt-bg.reverse+.forms-list .inner-wrap {
  background-color: #35555f;
}

.filter-bar .tabset.alt-bg.reverse+.forms-list .inner-wrap:after {
  background-color: #35555f;
}

.filter-bar .tabset.alt-bg.reverse+.forms-list .inner-wrap .wp-block-button__link {
  background-color: #e2aa79;
  color: #000000;
}

.filter-bar .tabset.alt-bg.reverse+.forms-list .inner-wrap .wp-block-button__link:hover {
  opacity: .5;
}

.filter-bar .tabset li {
  position: relative;
  z-index: 2;
  padding: 0;
}

.filter-bar .tabset li:nth-child(1) {
  background-color: #35555f;
}

.filter-bar .tabset li:nth-child(1) a {
  color: #ffffff !important;
}

.filter-bar .tabset li:nth-child(2) {
  background-color: #e2aa79;
  min-width: 148px;
}

.filter-bar .tabset li a,.filter-bar .tabset li .title {
  border: none !important;
}

.filter-bar .tabset li a,.filter-bar .tabset li .title {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 10px;
  display: inline-flex;
  justify-content: center;
  text-align: center;
  width: 100%;
  padding: 13px 15px;
}

.filter-bar .tabset li .title {
  color: #ffffff;
}

.filter-bar .tabset li+li {
  position: relative;
  z-index: 2;
}

.filter-bar .forms-list select {
  height: 50px;
}

.filter-bar .forms-list .form-box.alt .custom-select-wrap {
  max-width: 177px;
}

.filter-bar .forms-list .input-wrap {
  padding: 20px 35px;
  justify-content: flex-start;
  width: 100%;
}

.filter-bar .forms-list .input-wrap .custom-select-wrap {
  padding: 0;
}

.filter-bar .forms-list input {
  margin-top: 2px;
  position: relative;
  width: 100%;
  color: #242324;
  padding: 16px;
  line-height: 1.15;
  cursor: pointer;
  height: 100%;
  background: #ffffff;
  align-items: center;
  border: none;
  max-width: 177px;
}

.filter-bar .forms-list input::-moz-placeholder {
  color: #242324;
}

.filter-bar .forms-list input::placeholder {
  color: #242324;
}

.filter-bar .fake-select {
  max-width: 177px;
  width: 100%;
  position: relative;
}

.filter-bar .fake-select .fake-select-opener {
  border: none !important;
}

.filter-bar .fake-select .fake-select-opener {
  margin-top: 2px;
  position: relative;
  width: 100%;
  color: #242324;
  padding: 16px;
  line-height: 1.15;
  display: inline-flex;
  cursor: pointer;
  height: 100%;
  background: #ffffff;
  align-items: center;
  height: 50px;
}

.filter-bar .fake-select .fake-select-opener::before {
  content: url(../images/nav-drop.svg);
  right: 8px;
  position: absolute;
}

.filter-bar .fake-select .guests-list-info {
  position: absolute !important;
}

.filter-bar .fake-select .guests-list-info {
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, .23);
  top: 100%;
  left: 0;
  background-color: #ffffff;
  width: 257px;
}

.filter-bar .fake-select .guests-list-info .guests-list-info-wrap {
  background-color: #ffffff;
  padding: 15px;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 2;
}

.filter-bar .fake-select .guests-list-info .guests-box {
  display: flex;
  width: 100%;
}

.filter-bar .fake-select .guests-list-info .guests-box .guests-info {
  width: 100%;
  padding: 0 15px;
  font-weight: 600;
  color: #575c5c;
  font-size: 22px;
}

.filter-bar .fake-select .guests-list-info .guests-box .guests-info .val {
  margin-right: 10px;
}

.filter-bar .fake-select .guests-list-info .guests-box .guests-info .sm {
  font-weight: 400;
  font-size: 18px;
}

.filter-bar .fake-select .guests-list-info .guests-box a {
  border: 2px solid #e2aa79 !important;
}

.filter-bar .fake-select .guests-list-info .guests-box a {
  padding: 0;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 50%;
  display: block;
  min-width: 30px;
  height: 30px;
  position: relative;
  cursor: pointer;
  transition: all .3s linear;
}

.filter-bar .fake-select .guests-list-info .guests-box a:hover {
  opacity: .6;
}

.filter-bar .fake-select .guests-list-info .guests-box a::before,.filter-bar .fake-select .guests-list-info .guests-box a::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  color: #e2aa79;
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}

.filter-bar .fake-select .guests-list-info .guests-box a.increment:before {
  content: "";
  font-size: 45px;
  font-weight: 400;
  width: 15px;
  height: 4px;
  background: #e2aa79;
}

.filter-bar .fake-select .guests-list-info .guests-box a.increment:after {
  content: "";
  font-size: 45px;
  font-weight: 400;
  width: 15px;
  height: 4px;
  background: #e2aa79;
  transform: translate(-50%, -50%) rotate(90deg);
}

.filter-bar .fake-select .guests-list-info .guests-box a.decrement:before {
  content: "";
  font-size: 45px;
  font-weight: 400;
  width: 15px;
  height: 4px;
  background: #e2aa79;
}

.filter-bar .fake-select .guests-list-info .close {
  color: #ffffff !important;
}

.filter-bar .fake-select .guests-list-info .close {
  width: 199px;
  display: inline-flex;
  justify-content: center;
  margin: 0 auto;
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 700;
  background-color: #022b37;
}

.filter-bar .fake-select .guests-list-info .close::before {
  display: none;
}

.filter-bar .custom-input-wrap {
  position: relative;
}

.filter-bar .custom-input-wrap::before {
  content: url(../images/nav-drop.svg);
  right: 8px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}

.filter-bar .custom-input-wrap+.custom-select-wrap {
  margin-left: 18px;
}

.filter-bar .custom-select-options {
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, .23);
}

.filter-bar .datepicker-main {
  padding: 0;
}

.filter-bar .datepicker-main .datepicker-cell.day.next,.filter-bar .datepicker-main .datepicker-cell.day.prev {
  background-color: #fcf5e8;
  color: rgba(0, 0, 0, 0);
  border-radius: 0;
}

.filter-bar .datepicker-main .datepicker-cell.day.highlighted {
  background-color: #e2aa79 !important;
}

.filter-bar .datepicker-main .datepicker-cell.day.focused {
  background-color: #35555f !important;
}

.filter-bar .datepicker-main .datepicker-cell.day.focused {
  color: #ffffff;
}

.filter-bar .datepicker-main .days-of-week {
  background-color: #35555f;
  color: #ffffff;
}

.filter-bar .datepicker-header .datepicker-controls {
  display: flex;
  align-items: center;
}

.filter-bar .datepicker-header .datepicker-controls .prev-button,.filter-bar .datepicker-header .datepicker-controls .next-button {
  font-size: 0;
  border: solid #35555f;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  max-width: 10px;
  height: 10px;
  margin: 0 10px;
  border-radius: 0;
}

.filter-bar .datepicker-header .datepicker-controls .prev-button:hover,.filter-bar .datepicker-header .datepicker-controls .next-button:hover {
  opacity: .6;
}

.filter-bar .datepicker-header .datepicker-controls .next-button {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.filter-bar .datepicker-header .datepicker-controls .prev-button {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.fixed-position .filter-bar.bg-orange .tabset {
  background: #e2aa79 !important;
}

.fixed-position .filter-bar.bg-orange .tabset::after {
  background: #e2aa79 !important;
}

.fixed-position .filter-bar.bg-blue .tabset {
  background: #35555f !important;
}

.fixed-position .filter-bar.bg-blue .tabset::after {
  background: #35555f !important;
}

.fixed-position .filter-bar .tabset {
  background: #35555f;
}

.fixed-position .filter-bar .tabset::after {
  content: "";
  position: absolute;
  top: 0;
  right: -24px;
  height: 100%;
  background: #35555f;
  width: 100vw;
  margin-right: -100vw;
  margin-left: 0;
  left: -24px;
}

.fixed-position .filter-bar .tabset.alt-bg {
  background: #e2aa79;
}

.fixed-position .filter-bar .tabset.alt-bg::after {
  background: #e2aa79;
}

.fixed-position .filter-bar .tabset.alt-bg li {
  background: rgba(0, 0, 0, 0);
}

.fixed-position .filter-bar .tabset.alt-bg li:nth-child(1) {
  background-color: #35555f !important;
}

.fixed-position .filter-bar .tabset.alt-bg li a {
  color: #000000;
}

.fixed-position .filter-bar .tabset.alt-bg li a.active:before {
  content: "";
  position: absolute;
  width: calc(100% - 70px);
  height: 2px;
  background-color: #000000;
  left: 50%;
  transform: translateX(-50%);
  bottom: 12px;
}

.fixed-position .filter-bar .tabset li a {
  color: #ffffff;
  font-weight: 700;
}

.fixed-position .filter-bar .tabset li a.active:before {
  content: "";
  position: absolute;
  width: calc(100% - 70px);
  height: 2px;
  background-color: #ffffff;
  left: 50%;
  transform: translateX(-50%);
  bottom: 12px;
}

.datepicker {
  width: -moz-min-content;
  width: min-content;
}

.datepicker:not(.active) {
  display: none;
}

.datepicker-dropdown {
  padding-top: 4px;
  position: absolute;
  z-index: 20;
}

.datepicker-dropdown.datepicker-orient-top {
  padding-bottom: 4px;
  padding-top: 0;
}

.datepicker-picker {
  background-color: #ffffff;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
}

.datepicker-dropdown .datepicker-picker {
  box-shadow: 0 2px 3px rgba(10, 10, 10, .1), 0 0 0 1px rgba(10, 10, 10, .1);
}

.datepicker-main {
  flex: auto;
  padding: 2px;
}

.datepicker-footer {
  background-color: #f5f5f5;
  box-shadow: inset 0 1px 1px rgba(10, 10, 10, .1);
}

.datepicker-title {
  background-color: #f5f5f5;
  box-shadow: inset 0 -1px 1px rgba(10, 10, 10, .1);
  font-weight: 700;
  padding: .375rem .75rem;
  text-align: center;
}

.datepicker-controls {
  display: flex;
}

.datepicker-header .datepicker-controls {
  padding: 2px 2px 0;
}

.datepicker-controls .button {
  align-items: center;
  background-color: #ffffff;
  border: 1px solid #dcdcdc;
  border-radius: 4px;
  box-shadow: none;
  color: #363636;
  cursor: pointer;
  display: inline-flex;
  font-size: 1rem;
  height: 2.25em;
  justify-content: center;
  line-height: 1.5;
  margin: 0;
  padding: calc(.375em - 1px) .75em;
  position: relative;
  text-align: center;
  vertical-align: top;
  white-space: nowrap;
}

.datepicker-controls .button:active,.datepicker-controls .button:focus {
  outline: none;
}

.datepicker-controls .button:hover {
  border-color: #b8b8b8;
  color: #363636;
}

.datepicker-controls .button:focus {
  border-color: #3273dc;
  color: #363636;
}

.datepicker-controls .button:focus:not(:active) {
  box-shadow: 0 0 0 .125em rgba(50, 115, 220, .25);
}

.datepicker-controls .button:active {
  border-color: #474747;
  color: #363636;
}

.datepicker-controls .button[disabled] {
  cursor: not-allowed;
}

.datepicker-header .datepicker-controls .button {
  border-color: rgba(0, 0, 0, 0);
  font-weight: 700;
}

.datepicker-header .datepicker-controls .button:hover {
  background-color: #f9f9f9;
}

.datepicker-header .datepicker-controls .button:active {
  background-color: #f2f2f2;
}

.datepicker-footer .datepicker-controls .button {
  border-radius: 2px;
  flex: auto;
  font-size: .75rem;
  margin: calc(.375rem - 1px) .375rem;
}

.datepicker-controls .view-switch {
  flex: auto;
}

.datepicker-controls .next-button,.datepicker-controls .prev-button {
  flex: 0 0 14.2857142857%;
  padding-left: .375rem;
  padding-right: .375rem;
}

.datepicker-controls .next-button.disabled,.datepicker-controls .prev-button.disabled {
  visibility: hidden;
}

.datepicker-grid,.datepicker-view {
  display: flex;
}

.datepicker-view {
  align-items: stretch;
  width: 15.75rem;
}

.datepicker-grid {
  flex: auto;
  flex-wrap: wrap;
}

.datepicker .days {
  display: flex;
  flex: auto;
  flex-direction: column;
}

.datepicker .days-of-week {
  display: flex;
}

.datepicker .week-numbers {
  display: flex;
  flex: 0 0 9.6774193548%;
  flex-direction: column;
}

.datepicker .weeks {
  align-items: stretch;
  display: flex;
  flex: auto;
  flex-direction: column;
}

.datepicker span {
  -webkit-touch-callout: none;
  align-items: center;
  border-radius: 4px;
  cursor: default;
  display: flex;
  justify-content: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.datepicker .dow {
  font-size: .875rem;
  font-weight: 700;
  height: 1.5rem;
}

.datepicker .week {
  color: #b8b8b8;
  flex: auto;
  font-size: .75rem;
}

.datepicker .days .dow,.datepicker-cell {
  flex-basis: 14.2857142857%;
}

.datepicker-cell {
  height: 2.25rem;
}

.datepicker-cell:not(.day) {
  flex-basis: 25%;
  height: 4.5rem;
}

.datepicker-cell:not(.disabled):hover {
  background-color: #f9f9f9;
  cursor: pointer;
}

.datepicker-cell.focused:not(.selected) {
  background-color: #e9e9e9;
}

.datepicker-cell.selected,.datepicker-cell.selected:hover {
  background-color: #3273dc;
  color: #ffffff;
  font-weight: 600;
}

.datepicker-cell.disabled {
  color: #dcdcdc;
}

.datepicker-cell.next:not(.disabled),.datepicker-cell.prev:not(.disabled) {
  color: #7a7a7a;
}

.datepicker-cell.next.selected,.datepicker-cell.prev.selected {
  color: #e6e6e6;
}

.datepicker-cell.highlighted:not(.selected):not(.range):not(.today) {
  background-color: #f5f5f5;
  border-radius: 0;
}

.datepicker-cell.highlighted:not(.selected):not(.range):not(.today):not(.disabled):hover {
  background-color: #efefef;
}

.datepicker-cell.highlighted:not(.selected):not(.range):not(.today).focused {
  background-color: #e9e9e9;
}

.datepicker-cell.today:not(.selected) {
  background-color: #00d1b2;
}

.datepicker-cell.today:not(.selected):not(.disabled) {
  color: #ffffff;
}

.datepicker-cell.today.focused:not(.selected) {
  background-color: #00ccad;
}

.datepicker-cell.range-end:not(.selected),.datepicker-cell.range-start:not(.selected) {
  background-color: #b8b8b8;
  color: #ffffff;
}

.datepicker-cell.range-end.focused:not(.selected),.datepicker-cell.range-start.focused:not(.selected) {
  background-color: #b3b3b3;
}

.datepicker-cell.range-start:not(.range-end) {
  border-radius: 4px 0 0 4px;
}

.datepicker-cell.range-end:not(.range-start) {
  border-radius: 0 4px 4px 0;
}

.datepicker-cell.range {
  background-color: #dcdcdc;
  border-radius: 0;
}

.datepicker-cell.range:not(.disabled):not(.focused):not(.today):hover {
  background-color: #d7d7d7;
}

.datepicker-cell.range.disabled {
  color: #c6c6c6;
}

.datepicker-cell.range.focused {
  background-color: #d1d1d1;
}

.datepicker-input.in-edit {
  border-color: #276bda;
}

.datepicker-input.in-edit:active,.datepicker-input.in-edit:focus {
  box-shadow: 0 0 .25em .25em rgba(39, 107, 218, .2);
}

@media (min-width: 420px) {
  .filter-bar .tabset li a,.filter-bar .tabset li .title {
    font-size: 12px;
  }
}

@media (min-width: 768px) {
  .filter-bar .tabset+.forms-list .inner-wrap {
    padding: 0;
  }

  .filter-bar .tabset li a,.filter-bar .tabset li .title {
    padding: 12px 35px;
  }
}

@media (min-width: 1024px) {
  .filter-bar .tabset.reverse li+li {
    margin-left: 0;
    margin-right: 18px;
  }

  .filter-bar .tabset+.forms-list .inner-wrap {
    margin: 0;
  }

  .filter-bar .tabset+.forms-list .inner-wrap .input-wrap.alt .wp-block-button__link {
    margin-left: 18px;
  }

  .filter-bar .tabset+.forms-list .inner-wrap .input-wrap.alt .custom-input-wrap {
    max-width: 177px;
  }

  .filter-bar .tabset li a,.filter-bar .tabset li .title {
    font-size: 18px;
  }

  .filter-bar .tabset li+li {
    margin-left: 18px;
  }

  .filter-bar .forms-list .input-wrap {
    flex-wrap: nowrap;
  }

  .filter-bar .forms-list .input-wrap .custom-select-wrap+.custom-select-wrap {
    margin: 0 18px;
  }

  .filter-bar .fake-select .guests-list-info .guests-box .guests-info {
    font-size: 16px;
  }

  .filter-bar .fake-select .guests-list-info .guests-box .guests-info .sm {
    font-size: 13px;
  }

  .filter-bar .fake-select .guests-list-info .guests-box+.guests-box {
    margin-top: 15px;
  }

  .filter-bar .fake-select .guests-list-info .close {
    display: none;
  }

  .fixed-position .filter-bar .tabset::after {
    left: auto;
    right: 0;
  }
}

@media (min-width: 1440px) {
  .filter-bar .tabset {
    margin-left: 10%;
    width: 90%;
  }

  .filter-bar .tabset+.forms-list .inner-wrap {
    margin-left: 10%;
  }
}

@media (max-width: 1023px) {
  .filter-bar .tabset+.forms-list .inner-wrap {
    width: 100%;
    margin-left: 0;
  }

  .filter-bar .tabset+.forms-list .inner-wrap:after {
    right: -24px;
    margin-right: 0;
    margin-left: 0;
    z-index: -1;
  }

  .filter-bar .tabset+.forms-list .inner-wrap .input-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .filter-bar .tabset+.forms-list .inner-wrap .input-wrap.alt {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }

  .filter-bar .tabset+.forms-list .inner-wrap .input-wrap.alt:before {
    z-index: 1;
    left: -20px;
    width: calc(100vw + 20px);
  }

  .filter-bar .tabset+.forms-list .inner-wrap .input-wrap.alt .custom-input-wrap {
    width: 100%;
    margin-bottom: 16px;
  }

  .filter-bar .tabset+.forms-list .inner-wrap .input-wrap.alt .custom-input-wrap input {
    font-size: 16px;
  }

  .filter-bar .tabset+.forms-list .inner-wrap .input-wrap.alt .custom-select-wrap+.custom-select-wrap {
    margin-left: 18px;
  }

  .filter-bar .tabset+.forms-list .inner-wrap .input-wrap.alt .fake-select {
    width: 100%;
    max-width: 100%;
    margin-bottom: 16px;
  }

  .filter-bar .tabset+.forms-list .inner-wrap .input-wrap.alt .fake-select .guests-list-info {
    position: fixed !important;
  }

  .filter-bar .tabset+.forms-list .inner-wrap .input-wrap.alt .fake-select .guests-list-info {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 222;
  }

  .filter-bar .tabset+.forms-list .inner-wrap .input-wrap.alt .fake-select .guests-list-info:before {
    position: fixed !important;
  }

  .filter-bar .tabset+.forms-list .inner-wrap .input-wrap.alt .fake-select .guests-list-info:before {
    content: "";
    width: 110vw;
    height: 110vh;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, .8);
    z-index: -1;
  }

  .filter-bar .tabset+.forms-list .inner-wrap .wp-block-button__link {
    max-width: 227px;
    font-size: 14px;
    font-weight: 700;
    color: #000000;
  }

  .filter-bar .tabset li:nth-child(1) {
    background-color: #35555f !important;
  }

  .filter-bar .tabset li:nth-child(1) {
    width: 60%;
  }

  .filter-bar .tabset li:nth-child(1) a {
    color: #ffffff !important;
  }

  .filter-bar .tabset li:nth-child(1) a.active::before {
    content: "";
    position: absolute;
    top: calc(100% - 12px);
  }

  .filter-bar .tabset li:nth-child(2) {
    width: 40%;
  }

  .filter-bar .forms-list input {
    font-size: 16px;
  }

  .filter-bar .forms-list input::-moz-placeholder {
    font-size: 16px;
  }

  .filter-bar .forms-list input::placeholder {
    font-size: 16px;
  }

  .filter-bar .fake-select .fake-select-opener {
    font-size: 16px;
  }

  .filter-bar .fake-select .guests-list-info {
    max-width: 365px;
    width: 100%;
  }

  .filter-bar .fake-select .guests-list-info .guests-list-info-wrap {
    border-radius: 12px;
    overflow: hidden;
    padding: 30px 20px;
  }

  .filter-bar .fake-select .guests-list-info .guests-box {
    margin-bottom: 22px;
  }

  .filter-bar .container {
    padding-right: 0;
    padding-left: 0;
  }

  input .custom-select-trigger,.custom-select-wrap .custom-select-trigger {
    font-size: 16px;
    margin-top: 0;
    height: 50px;
  }
}

@media (max-width: 767px) {
  .filter-bar .tabset+.forms-list .inner-wrap::before {
    background-color: #35555f;
  }

  .filter-bar .fake-select .guests-list-info {
    max-width: 325px;
  }

  .filter-bar input,.filter-bar select,.filter-bar .custom-select-wrap select {
    min-height: 36px;
    height: 36px;
    font-size: 16px;
  }
}

@media (max-width: 1024px) {
  .filter-bar .tabset+.forms-list .inner-wrap .input-wrap.alt .custom-select-wrap {
    margin: 0 0 16px;
    width: calc(50% - 9px);
    max-width: 100%;
  }
}

