.datepick {
	max-width: 100%;
	color: inherit;
	border: 0;
	border-radius: 0;
	padding: 35px 0;
	box-shadow: 0px 10px 20px rgba(58, 64, 73, 0.1);
  }
  @media (max-width: 767px) {
	.datepick {
	  width: auto !important;
	}
  }
  .datepick * {
	color: inherit;
  }
  .datepick .datepick-nav,
  .datepick .datepick-ctrl {
	background: 0 0;
	color: inherit;
  }
  .datepick a {
	color: inherit;
  }
  .datepick a:hover {
	text-decoration: none;
  }
  .datepick .datepick-nav {
	display: flex;
	justify-content: center;
	margin-bottom: 10px;
	padding: 0 30px;
  }
  .datepick .datepick-cmd-today {
	flex: 1 0 auto;
	width: auto;
	font-weight: 600;
	font-size: 15px;
	letter-spacing: 0.02em;
  }
  .datepick .datepick-cmd-today:hover {
	background: 0 0;
	text-decoration: none;
	color: #fc9285;
  }
  .datepick .datepick-cmd-next,
  .datepick .datepick-cmd-prev {
	padding: 0;
	background: #f7f7f7;
	border-radius: 50%;
	overflow: hidden;
	width: 22px;
	height: 22px;
	text-align: center;
	color: #455d58;
  }
  .datepick .datepick-cmd-next:before,
  .datepick .datepick-cmd-prev:before {
	display: block;
	width: 100%;
	content: "";
	font-family: fl-icons;
	font-weight: 700;
	font-size: 10px;
	line-height: 22px;
  }
  .datepick .datepick-cmd-next:hover,
  .datepick .datepick-cmd-prev:hover {
	text-decoration: none;
  }
  .datepick .datepick-cmd-next:hover:not(.datepick-disabled),
  .datepick .datepick-cmd-prev:hover:not(.datepick-disabled) {
	color: #fff;
	background: #fc9285;
  }
  .datepick .datepick-cmd-prev:before {
	transform: rotate(180deg);
  }
  .datepick .datepick-month-row {
	display: flex;
	flex-wrap: wrap;
  }
  .datepick .datepick-month {
	border: 0;
	padding: 0 30px;
	width: 100%;
  }
  @media (min-width: 768px) {
	.datepick .datepick-month {
	  width: 310px;
	}
  }
  .datepick .datepick-month .datepick-month-header {
	display: flex;
	justify-content: center;
	background: 0 0;
	font-size: 15px;
	letter-spacing: 0.02em;
	font-weight: 600;
	height: 22px;
	margin-bottom: 5px;
  }
  .datepick .datepick-month .datepick-month-header select {
	height: auto;
	padding: 0 20px 0 0;
	margin-right: 15px;
	background-color: transparent;
	background-position: top 9px right 5px;
	background-size: 9px;
	color: inherit;
  }
  .datepick .datepick-month .datepick-month-header select:last-child {
	margin-right: 0;
  }
  .datepick .datepick-month .datepick-month-header select:focus,
  .datepick .datepick-month .datepick-month-header select:active {
	outline: none;
  }
  .datepick .datepick-month table {
	margin: 0;
	border-collapse: separate;
	border-spacing: 6px;
	table-layout: fixed;
	height: auto;
  }
  .datepick .datepick-month table thead {
	border: 0;
  }
  .datepick .datepick-month table th {
	background: 0 0;
	color: inherit;
	border: 0;
	font-size: 15px;
	line-height: 28px;
	letter-spacing: 0.02em;
  }
  .datepick .datepick-month table td {
	border: 0;
	background: 0 0;
  }
  .datepick .datepick-month table td a {
	transition: none;
  }
  .datepick .datepick-month table td .mphb-date-cell {
	background: #f7f7f7;
	color: #101010;
	font-size: 15px;
	letter-spacing: 0.02em;
	padding: 0;
	line-height: 28px;
	padding-top: 0.1em;
	height: 100%;
  }
  .datepick .datepick-month table td .mphb-extra-date {
	background: 0 0;
  }
  .datepick .datepick-month table td .mphb-past-date {
	opacity: 0.5;
  }
  .datepick .datepick-month table td .mphb-out-of-season-date--check-in,
  .datepick .datepick-month table td .mphb-out-of-season-date--check-out,
  .datepick .datepick-month table td .mphb-out-of-season-date,
  .datepick .datepick-month table td .mphb-mark-as-unavailable--check-in,
  .datepick .datepick-month table td .mphb-mark-as-unavailable--check-out,
  .datepick .datepick-month table td .mphb-mark-as-unavailable {
	background: linear-gradient(
	  135deg,
	  #dadfde 6.25%,
	  #f7f7f7 6.25%,
	  #f7f7f7 50%,
	  #dadfde 50%,
	  #dadfde 56.25%,
	  #f7f7f7 56.25%,
	  #f7f7f7 100%
	);
	background-size: 11.31px 11.31px;
	position: relative;
	transform: translateZ(0);
	overflow: hidden;
	color: #80a19a;
  }
  .datepick .datepick-month table td .mphb-available-date {
	position: relative;
	transform: translateZ(0);
  }
  .datepick .datepick-month table td .mphb-available-date.datepick-today {
	background: #f7f7f7;
  }
  .datepick .datepick-month table td .mphb-out-of-season-date:before {
	display: none;
  }
  .datepick
	.datepick-month
	table
	td
	.mphb-out-of-season-date--check-out.mphb-mark-as-unavailable--check-in,
  .datepick
	.datepick-month
	table
	td
	.mphb-out-of-season-date--check-in.mphb-mark-as-unavailable--check-out,
  .datepick
	.datepick-month
	table
	td
	.mphb-mark-as-unavailable--check-in.mphb-mark-as-unavailable--check-out {
	color: #80a19a;
  }
  .datepick
	.datepick-month
	table
	td
	.mphb-out-of-season-date--check-out.mphb-mark-as-unavailable--check-in:before,
  .datepick
	.datepick-month
	table
	td
	.mphb-out-of-season-date--check-in.mphb-mark-as-unavailable--check-out:before,
  .datepick
	.datepick-month
	table
	td
	.mphb-mark-as-unavailable--check-in.mphb-mark-as-unavailable--check-out:before {
	display: none;
  }
  .datepick .datepick-month table td .mphb-out-of-season-date--check-in,
  .datepick .datepick-month table td .mphb-out-of-season-date--check-out,
  .datepick .datepick-month table td .mphb-mark-as-unavailable--check-in,
  .datepick .datepick-month table td .mphb-mark-as-unavailable--check-out {
	color: #455d58;
  }
  .datepick .datepick-month table td .mphb-out-of-season-date--check-in:before,
  .datepick .datepick-month table td .mphb-out-of-season-date--check-out:before,
  .datepick .datepick-month table td .mphb-mark-as-unavailable--check-in:before,
  .datepick .datepick-month table td .mphb-mark-as-unavailable--check-out:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
  }
  .datepick .datepick-month table td .mphb-out-of-season-date--check-in:before,
  .datepick .datepick-month table td .mphb-mark-as-unavailable--check-in:before {
	background: linear-gradient(135deg, #f7f7f7 50%, rgba(247, 247, 247, 0) 50%);
  }
  .datepick .datepick-month table td .mphb-out-of-season-date--check-out:before,
  .datepick .datepick-month table td .mphb-mark-as-unavailable--check-out:before {
	background: linear-gradient(135deg, rgba(247, 247, 247, 0) 50%, #f7f7f7 50%);
  }
  .datepick .datepick-month table td .mphb-unselectable-date--check-in,
  .datepick .datepick-month table td .mphb-unselectable-date--check-out {
	color: rgba(128, 161, 154, 0.5) !important;
  }
  .datepick .datepick-month table td .mphb-check-in-date,
  .datepick .datepick-month table td .mphb-selected-date,
  .datepick .datepick-month table td .datepick-selected,
  .datepick .datepick-month table td .datepick-highlight {
	background: var(--primary-color) !important;
	color: #fff !important;
  }
  .datepick .datepick-month table td .mphb-check-in-date:after,
  .datepick .datepick-month table td .mphb-check-in-date:before,
  .datepick .datepick-month table td .mphb-selected-date:after,
  .datepick .datepick-month table td .mphb-selected-date:before,
  .datepick .datepick-month table td .datepick-selected:after,
  .datepick .datepick-month table td .datepick-selected:before,
  .datepick .datepick-month table td .datepick-highlight:after,
  .datepick .datepick-month table td .datepick-highlight:before {
	display: none;
  }
  .datepick .datepick-ctrl {
	padding: 0 30px;
	margin-top: 10px;
  }
  .datepick .datepick-ctrl a {
	text-transform: uppercase;
  }
  .datepick .datepick-ctrl a:hover {
	color: #fc9285;
	background: 0 0;
  }
  .mphb-datepick-popup .datepick-month td span.mphb-date-cell {
	opacity: 0.5;
  }
  .mphb-datepick-popup
	.datepick-month
	td
	.mphb-booked-date:not(.mphb-selectable-date) {
	background: #f7f7f7;
	color: inherit;
  }
  .mphb-calendar.mphb-datepick[data-is_show_prices="1"]
	.datepick-month
	table
	td
	.mphb-date-cell {
	line-height: 1;
	padding: 0.5em 0 0.25em;
	min-height: 43px;
  }
  .mphb-calendar.mphb-datepick[data-is_show_prices="1"] .mphb-date-cell__price {
	margin-top: 0.125em;
  }
  .mphb-calendar.mphb-datepick[data-is_show_prices="1"]
	.mphb-not-available-date
	.mphb-date-cell__price {
	display: none;
  }
  .mphb-calendar.mphb-datepick[data-is_show_prices="1"] .datepick-month {
	padding: 0 20px;
  }
  .mphb-calendar.mphb-datepick[data-is_show_prices="1"] .datepick-month.first {
	padding: 0 10px 0 30px;
  }
  .mphb-calendar.mphb-datepick[data-is_show_prices="1"] .datepick-month.last {
	padding: 0 30px 0 10px;
  }
  @media (min-width: 992px) {
	.entry-content > .mphb-calendar .datepick-month-row > .datepick-month {
	  width: 50% !important;
	  max-width: 310px;
	}
  }