
:root {
    --border-color: #A3BCCE;
    --big-paragraph: 16px;
	--button-color: #004A8B;
	--background: white;
	--text-color: #004A8B;

}

/*in core plugin!!

	GLobal-params -> hotfix pagination
		$this->paged = wp_doing_ajax() ? ($_GET['paged'] ?? 1) : max(1, get_query_var('paged'));

*/


form#searchpage {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
.row-wrapper {
	display: flex;
    flex-wrap: wrap;
    max-width: none;
    position: relative;
	gap: 5px;
}
#searchpage input {
    border: none;
    padding: 20px;
    cursor: pointer;
    outline: none;
}
.wrap-guests {
    position: relative;
}
form#searchpage input#range, form#searchpage .wrap-guests input, form#searchpage select, form#searchpage .wrap-guests, #dropdown_search_units select, .wrap-regions select, .wrap-type  select{
    width: 100%;
    background: white;
    text-align: center;
}
.wrap-range, .wrap-nights{
	background: white;
}
.main-search select {
    padding: 20px;
    border: none;
    cursor: pointer;
	height: 72px;
    outline: none;
}
.main-search select option {
    text-align: left;
}

.toggleGuests {
    position: absolute;
    top: 64px;
    left: 0;
    background-color: white;
    width: 100%;
    display: none;
    z-index: 1;
}

form .toggleGuests button.inc:hover,
form .toggleGuests button.dec:hover {
	cursor: pointer;
}
form#searchpage .toggleGuests #calcGuests {
    width: 100%;
    cursor: pointer;

}
#nights {
    visibility: hidden;
    display: none;
}
.toggleGuests input {
    width: 50px;
}
.toggleGuests label {
    width: 130px;
    display: flex; 
    margin: 0;
    width: 60%;
}
.toggleGuests label div {
    margin-left: 5px;
}

.toggleGuests .guest-footer {
    border: none;
}
.wrap-range > div, .wrap-guests> div {
    font-size: var(--big-paragraph);
}
#guests {
    width: 100%;
    width: 100%;
    text-align: center;
    background: white;
    font-weight: 500;
    cursor: pointer;
}
#searchpage input[type="submit"] {
    width: 100%;
}


/*
Litepicker Startseite
*/
:root {
    --litepicker-day-width: 40px;
    --litepicker-button-prev-month-color-hover: var(--button-color);
    --litepicker-button-next-month-color-hover: var(--button-color);
	--litepicker-button-next-month-color: var(--button-color);
	--litepicker-button-prev-month-color: var(--button-color);
    }
    

#calender-wrapper {
    position: absolute;
    top: 76px;
    padding: 0;
    z-index: 2;
    left: 0;
	font-size: 14px;
}
#calender-wrapper {
    display: none;
}
.active-searchelement #calender-wrapper {
    display: block;
}
.litepicker .container__months, .litepicker .container__footer  {
    border-radius: 0;
    background-color: #F4F3F1;
}
/* Litepicker */
.litepicker {
    font-family: "TT Commons", Sans-serif;
    order: -1;
}
.litepicker .container__main {
    background-color: white;
    padding: 20px;
}
.litepicker .container__months {
    background: transparent;
    box-shadow: none;
}
.litepicker .container__months .month-item-header div{
    font-size: var(--big-paragraph);
}
.litepicker .container__months .month-item-weekdays-row>div {
    font-size: 14px;
    font-weight: 500;
}
.litepicker .container__months .month-item-header button {
    background: transparent;
}
.litepicker .container__days>div {
    border: none;
    box-sizing: border-box;
}
.litepicker .container__days .day-item {
    border-radius: 50%;
    font-size: 14px;
    border-color: transparent;
    color: #314957;
    margin-top: 1px;
}
.litepicker .day-item {
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.litepicker .container__days .day-item.is-start-date, .litepicker .container__days .day-item.is-start-date.is-locked:hover, .litepicker .container__days .day-item.is-end-date.is-flipped {
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    background: var(--button-color);
    border-right: none;
}
.litepicker .container__days .day-item.is-locked {
    color: #A49A86;
}
.litepicker .container__days .day-item.is-in-range {
    background: var(--button-color);
    color: white;
    border-left: none;
    border-right: none;
}
.litepicker .container__days .day-item.is-end-date, .litepicker .container__days .day-item.is-start-date.is-flipped {
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    background: var(--button-color);
    border-left: none;
}
.litepicker .container__days .day-item:hover {
    box-shadow: none;
}
.litepicker .container__days .day-item:not(.is-locked):hover {
    background: var(--button-color);
    color: white;
}
.litepicker .container__days .day-item.is-start-date.is-end-date {
    border-radius: 50%;
}
.litepicker .container__footer .button-apply {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    border-radius: 0;
    background-color: var( --e-global-color-07f3358 );
    padding: 20px;
}
.litepicker .container__footer {
    margin: 0;
    padding: 0;
}
.litepicker .container__footer .preview-date-range, .litepicker .container__footer .button-cancel {
    display: none;
}

div#nights-wrapper {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    font-weight: 500;
}
form #nights_min, form #nights_max {
    border: none;
}
.night-label {
    min-width: 150px;
    text-align: center;
    border-right: 1px solid #E9E5DF;
    border-top: 1px solid #E9E5DF;
	display: flex;
    justify-content: center;
    align-items: center;
}
#calcNights {
    width: -webkit-fill-available;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 1px solid #E9E5DF;
}
.wrap-range {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
    cursor: pointer;
}
.button-apply {
    cursor: pointer;
}
div#calcNights > div {
    height: 100%;
}
button#calender_select {
    width: auto;
    border: none;
    height: 72px;
    color: white;
    cursor: pointer;
	font-size: 14px;
	padding: 0;
}


.search-count .buttons-wrapper h5 {
	margin-bottom: 0px;
	margin-right: 15px;
	font-size: var(--big-paragraph);
}
.buttons-wrapper {
	display: flex;
    align-items: center;
	padding: 0 20px;
}
.select2-container {
    color: inherit;
    font-size: var(--big-paragraph);
    font-weight: 500;
}

.main-search .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: white;
    border: 1px solid var(--border-color);
    cursor: pointer;
}
.main-search input[type="checkbox"] {
    color: white;
    padding-left: 10px;
    padding-right: 10px;
    border: none;
    margin-bottom: 5px;
    height: 38px;
    border: none;
    margin-bottom: 5px;
    position: absolute;
    opacity: 0;
    width: 100%;
    left: 0;
}
.main-search .property-wrapper label {
    cursor: pointer;
	font-size: 15px;
}
.checkbox-wrapper {
    cursor: pointer;
    padding-left: 35px;
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
}
.checkbox-wrapper input:checked ~ .checkmark {
    content: url(/wp-content/themes/hello-theme-child-master/assets/images/Icon-awesome-check.svg);
}
#searchpage .open-accordeon {
    background: transparent !important;
    border: none;
    display: flex;
    justify-content: center;
    width: 50%;
    align-items: center;
    cursor: pointer;
    outline: none;
    margin: 20px auto 0px auto;
    color: #314856;
}
.open-accordeon h3 {
    font-weight: 600;
    min-width: max-content;
}
.open-accordeon img {
    width: 35px;
    margin-top: -10px;
    filter: invert(25%) sepia(17%) saturate(912%) hue-rotate(159deg) brightness(93%) contrast(91%);
}
.open.open-accordeon img {
    transform: rotate(180deg);
}



/*Select2*/
.select2.select2-container {
    height: 100%;
	width: 100% !important;
 }
 /* .select2-dropdown--below, .select2-dropdown--above {
    top: 32px;
} */
 form > .select2-container, #dropdown_search_units .select2-container {
     height: 72px;
	 display: flex;
	 padding-right: 25px;
	 align-items: center;
 }
 span.select2-selection::after, .wrap-guests::after, .wrap-range::after {
    content: "";
    background: url(/wp-content/themes/hello-theme-child-master/assets/images/chevron-down-light.svg);
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
	padding-right: 30px;
    background-size: contain;
    filter: invert(80%) sepia(14%) saturate(755%) hue-rotate(177deg) brightness(94%) contrast(88%);
}
.wrap-range::before {
    margin-top: 5px;
}

 .select2-container--default .select2-selection--single .select2-selection__placeholder {
     color: var(--text-color);
 }
 span.select2-selection__clear {
    font-size: 30px;
    margin-left: 20px;
 }
.select2-container .select2-choice {
    padding: 5px 10px;
    height: 40px;
    width: 132px; 
    font-size: 1.2em;  
    background-color: grey;
}
.select2-container--default .select2-selection--single {
    border: none; 
    background: transparent;
}
.select2-container .select2-selection--single {
    height: 100%;
    display: flex;
    align-items: center;
	width: 100%;
}
.main-search .select2-container .select2-selection--single {
	padding-left: 35px;
}
.wrap-sort .select2-container .select2-selection--single {
    padding-left: 5px;
}
.sort-wrapper .select2-container .select2-selection--single {
	justify-content: right;
}
span.select2-selection__arrow {
    opacity: 0;
}
.select2-container--default .select2-results>.select2-results__options {
    max-height: 400px;
}
.wrap-type, .wrap-regions {
	margin-right: 20px;
}
.select2-results__option {
    padding: 20px;
    min-height: 60px;
    display: flex;
    align-items: center;
    background-color: white;
    border-top: 1px solid var(--border-color);
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: var(--button-color);
    color: white;
} 
#litepicker-wrapper {
	text-align: center;
}
.hide-dropdown-filter {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}


/*NIGHT*/

div#nights-wrapper {
    display: flex;
    justify-content: space-between;
    font-weight: 500;
	display: none;
}
form #nights_min, form #nights_max {
    border: none;
}

#calcNights {
    width: -webkit-fill-available;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    border-top: 1px solid #E9E5DF;
}
.wrap-range {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    cursor: pointer;
    border-bottom: 1px solid var(--border-color);
}
.show-desktop {
    display: flex;
}
.show-mobile {
    display: none;
}
.button-apply {
    cursor: pointer;
}
 .wrap-range > div {
    text-align: center;
}
#calcNights img, .wrap-range img {
    width: 40px;
    filter: invert(23%) sepia(60%) saturate(274%) hue-rotate(158deg) brightness(96%) contrast(92%);
}
div#calcNights > div {
    height: 100%;
    position: relative;
}
button#calender_select {
    width: 100%;
    border: none;
    height: 72px;
    color: white;
    cursor: pointer;
}


.nightselect-wrapper select {
    display: none; /*hide original SELECT element:*/
  }
  
  .select-selected {
    display: flex;
    align-items: center;
    height: 100%;
	flex-wrap: wrap;
    padding: 5px 15px;
  }
  
  /*style the items (options), including the selected item:*/
  .select-items div,.select-selected {
    color: inherit;
    cursor: pointer;
    user-select: none;
  }
  .nights_min-wrapper .select-selected::before {
	content: "Min.";
	padding-right: 5px;
	width: 100%;
}

.nights_max-wrapper .select-selected::before {
	content: "Max.";
	padding-right: 5px;
	width: 100%;
}
  .select-items div {
    border-bottom: 1px solid var(--border-color);
    padding: 14px 20px;
  }
  
  /*style items (options):*/
  .select-items {
    position: absolute;
    background: white;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
    max-height: 300px;
    overflow-y: scroll;
  }
  
  /*hide the items when the select box is closed:*/
  .select-hide {
    display: none;
  }
  
  .select-items div:hover {
    background-color: var(--button-color);
    color: white;
  }


/*Pagination*/
.pagination-wrapper {
    margin: 20px auto;
    text-align: center;
	display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.pagination-wrapper a {
    background-color: var(--button-color);
    color: white;
    border: none;
    padding: 20px 35px;
    cursor: pointer;
    outline: none;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1.3px;
}

a.page-numbers {
	border-radius: 50%;
	height: 50px !important;
	display: flex;
	margin: 5px;
	justify-content: center;
	align-items: center;
	width: 50px !important;
	padding: 0;
	background-color: #A2BFE2;
}
.page-numbers.dots, .page-numbers.current {
	padding: 15px;
    font-weight: bold;
}
a.next.page-numbers, a.prev.page-numbers {
	content: "";
    font-size: 0;
    height: 40px;
    width: 40px;
    filter: none;
    background: url(/wp-content/themes/hello-theme-child-master/assets/images/Chevron-Slider.svg);
    background-size: contain ;
	background-repeat: no-repeat;
}
a.prev.page-numbers {
	transform: scale(-1);
}
.pagination-wrapper a:hover {
    color: white;
    text-decoration: none;
}
.pagination-wrapper a:nth-child(2) {
    margin-left: 29px;
}
#searchpage #show_allfilter {
    display: none;
}
.hide-mobile-filter {
    width: 100%;
	display: flex;
    flex-wrap: wrap;
}
.searchfilter-headline {
	width: 100%;
}
.checkbox-wrapper {
	width: 25%;
}




form#searchpage .toggleGuests #calcGuests {
	border-color: var(--border-color);
	height: 50px;
}
form#searchpage {
    display: flex;
    flex-wrap: wrap;
    max-width: none;
    font-size: var(--big-paragraph);
    font-weight: 500;
	position: relative;
	flex-direction: column;
}
form#searchpage .wrap-guests, #searchpage input[type="submit"], .wrap-range {
	width: auto;
}
.litepicker .container__days .day-item:not(.is-locked):hover, .litepicker .container__days .day-item.is-in-range, .litepicker .container__days .day-item.is-in-rangem, .litepicker .container__days .day-item.is-end-date, .litepicker .container__days .day-item.is-start-date.is-flipped, .litepicker .container__days .day-item.is-start-date, .litepicker .container__days .day-item.is-start-date.is-locked:hover, .litepicker .container__days .day-item.is-end-date.is-flipped {
	background: var(--button-color);
}
.select-items div:hover, .litepicker .container__main, .toggleGuests {
	background-color: var(--background);
}
#searchpage input[type="submit"] {
	border-radius: 0;
}
.toggleGuests {
	width: auto;
	min-width: 250px;
	top: 71px;
}

#calcNights .select-selected{
	background-color: var(--background);
}
.select-items div {
	background-color: var(--background);
	color: inherit;
}
.select-items div:hover {
	background-color: var(--button-color);
	color: white;
}
.from-date-wrapper {
	padding-left: 12px;
}
.to-date-wrapper {
	padding-right: 8px;
}
.wrap-range, .wrap-guests {
	border: 1px solid var(--border-color);
}
div#range {
	width: 280px;
	position: relative;
	height: 70px;
}
div#range::before {
	content: url(/wp-content/themes/hello-theme-child-master/assets/images/Icon-awesome-calendar-alt.svg);
	padding-left: 10px;
	position: absolute;
	left: 0px;
	width: fit-content;
}
div#range::after {
	position: absolute;
	right: 0px;
}
.dateswrap {
	width: 100%;
	display: flex;
	padding: 0px 30px;
}
.labreva #nights, .labreva .wrap-type select, .labreva .wrap-regions select {
    display: block;
    visibility: visible;
    width: 100%;
    padding-left: 20px;
}
#searchpage input[type="submit"] {
	height: 70px;
	border-radius: 25px;
}
#searchpage {
	border-radius: 25px;
}
.to-date-wrapper::before {
    content: "-";
    padding-right: 15px;
	padding-left: 15px;
}



/*Gaeste*/
form#searchpage .wrap-guests, form#searchpage .wrap-nights, .wrap-regions, .wrap-type {
	min-width: 200px;
    display: flex;
    align-items: center;
}
form#searchpage .wrap-nights, .wrap-regions, .wrap-type, .wrap-unitsearch {
	border-right: 1px solid var(--border-color);
    line-height: 1;
    border: 1px solid var(--border-color);
	background: white;
}
 .wrap-type {
	min-width: 226px;
}
form#searchpage .wrap-nights, .wrap-regions, .wrap-type, .wrap-range, .wrap-guests {
	margin-right: 5px;
}
div.wrap-guests::before {
	content: url(/wp-content/themes/hello-theme-child-master/assets/images/Icon-material-person.svg);
	padding-left: 10px;
	position: absolute;
    left: 0px;
    width: fit-content;
}
div.wrap-nights::before {
	content: url(/wp-content/themes/hello-theme-child-master/assets/images/Icon-awesome-moon.svg);
	padding-left: 10px;
}
div.wrap-type::before {
	content: url(/wp-content/themes/hello-theme-child-master/assets/images/house-solid.svg);
	padding-left: 10px;
	width: 35px;
	position: absolute;
	filter: invert(80%) sepia(14%) saturate(755%) hue-rotate(177deg) brightness(94%) contrast(88%);
}
div.wrap-regions::before {
	content: url(/wp-content/themes/hello-theme-child-master/assets/images/Icon-awesome-map-marker-alt.svg);
	padding-left: 10px;
	position: absolute;
	width: 40px;
}
#guests {
	text-align: left;
	padding-left: 40px;
    padding-right: 35px;
    height: 100%;
}
#searchpage .wrap-guests::after {
	position: absolute;
	right: 0;
}
#guests, #maxnights {
	display: flex;
	align-items: center;
}
#maxnights {
    width: 100%;
    padding: 25px;
    width: 100%;
    text-align: center;
    background: white;
    font-weight: 500;
    height: 72px;
    background: transparent;
    cursor: pointer;
}

.labreva #nights {
	display: block;
	visibility: visible;
	width: 100%;
	padding-left: 20px;
}

/*Select2*/
.select2-results__option {
    padding: 20px;
    min-height: 72px;
    display: flex;
    align-items: center;
    background-color: var(--background);
    border-top: 1px solid var(--border-color);
}

.select2-container--default .select2-results__option--highlighte.sort-wrapper .select2-container, span#select2-order-containerd[aria-selected] {
    background-color: var(--button-color);
    color: white;
}

.main-search span.select2-selection::after, #searchpage .wrap-guests::after, #searchpage .wrap-range::after, #showfilter::after {
    content: "";
    background: url(/wp-content/themes/hello-theme-child-master/assets/images/chevron-down-light.svg);
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
	padding-right: 30px;
    background-size: contain;
    filter: invert(80%) sepia(14%) saturate(755%) hue-rotate(177deg) brightness(94%) contrast(88%);
}
#showfilter::after {
	position: absolute;
	right: 0;
}
.main-search span.select2-selection::after{
    position: absolute;
	right: 0;
    top: 50%;
	padding-right: 0px;
    transform: translate(-50%, -50%);
	filter: invert(80%) sepia(14%) saturate(755%) hue-rotate(177deg) brightness(94%) contrast(88%);
}
div.wrap-nights::before, .wrap-type::before, .wrap-regions::before {
	position: absolute;
}


/*Form Css*/
.litepicker {
	font-family: 'Montserrat', Sans-serif;
}
.toggleGuests > div:not(.guest-footer){
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 40px;
	padding: 0px 15px;
}
.toggleGuests label {
	font-size: 15px;
    color: var(--text-color);
}
#guests, form #nights_min, form #nights_max, .from-date-wrapper, .to-date-wrapper, .select2-container--default .select2-selection--single .select2-selection__rendered, .select2-container {
	color: var(--text-color);
}
.wrap-form .select2-container .select2-selection--single .select2-selection__rendered {
	max-width: 120px;
	padding-right: 10px;
}
.litepicker .container__months .month-item-header div {
	font-size: var(--big-paragraph);
    color: var(--text-color);
}
.toggleGuests, #calender-wrapper {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
#calender-wrapper .litepicker .container__months .month-item-header .button-next-month>svg, #calender-wrapper .litepicker .container__months .month-item-header .button-next-month>img, #calender-wrapper .litepicker .container__months .month-item-header .button-previous-month>svg, #calender-wrapper .litepicker .container__months .month-item-header .button-previous-month>img, #calender-wrapper .litepicker .container__months .month-item-header .button-previous-month:hover, #calender-wrapper .litepicker .container__months .month-item-header .button-next-month:hover {
    fill: var(--text-color);
    color: var(--text-color);
}
#calender-wrapper .litepicker .container__months .month-item-header button {
    background: transparent;
    outline: none;
    cursor: pointer;
}
form#searchpage .toggleGuests #calcGuests {
	border: none;
}
#calender-wrapper, .toggleGuests {
	background: white;
}
form#searchpage .toggleGuests button.dec, form#searchpage .toggleGuests button.inc {
    border-radius: 50%;
    max-height: 25px;
    width: 25px;
    min-height: 25px;
    padding: 0;
    font-weight: 500;
    background: var(--button-color);
    color: white;
    border: none;
    outline: none;
}
/*Form Css*/
.wrap-range > div, .wrap-guests> div, .main-search select, .select2-container {
	font-size: 15px;
}
form#searchpage .wrap-guests, form#searchpage .wrap-nights, .wrap-regions, .wrap-type, .wrap-unitsearch {
	min-width: 170px;
	height: 70px;
}
form#searchpage .wrap-guests, form#searchpage .wrap-nights, #searchpage input[type="submit"], .wrap-range {
	margin: 5px 0px;
}
form#searchpage .wrap-guests {
	min-width: 199px;
}

/*litepicker color change*/

.litepicker .container__days .day-item.is-locked,
.litepicker .container__days .day-item.is-locked:hover {
	background: #DBE3EB;
	color: white !important;
}

.litepicker .container__days .day-item {
	background: #36A763;
	cursor: pointer;
	font-size: 12px;
	color: white !important;
	border: 6px solid white;
}

.litepicker .container__days>div {
	border: none;
	box-sizing: border-box;
}

.litepicker .container__days .day-item {
	border-radius: 50%;
	color: var(--button-color);
	margin-top: 2px;
	border: 6px solid white;
}

.litepicker .day-item {
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.litepicker .container__days .day-item.is-start-date,
.litepicker .container__days .day-item.is-start-date.is-locked:hover,
.litepicker .container__days .day-item.is-end-date.is-flipped {
	border-top-left-radius: 50%;
	border-bottom-left-radius: 50%;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	background: var(--button-color);
	border-right: none;
}

.litepicker .container__days .day-item.is-locked {
	color: grey;
}
.litepicker .month-item-name {
	font-weight: 300;
}

.litepicker .container__days .day-item.is-in-range {
	background: var(--button-color);
	color: white;
	border-left: none;
	border-right: none;
}

.litepicker .container__days .day-item.is-end-date,
.litepicker .container__days .day-item.is-start-date.is-flipped {
	border-top-right-radius: 50%;
	border-bottom-right-radius: 50%;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	background: var(--button-color);
	border-left: none;
}

.litepicker .container__days .day-item:hover {
	box-shadow: none;
}

.litepicker .container__days .day-item:not(.is-locked):hover {
	background: var(--button-color);
	color: white;
}

.litepicker .container__days .day-item.is-start-date.is-end-date {
	border-radius: 50%;
	border-left: 6px solid white;
    border-right: 6px solid white;
}
.litepicker .container__days .day-item.is-start-date.is-flipped {
	border-right: 6px solid white;
}
.litepicker .container__days .day-item.is-end-date.is-flipped {
	border-left: 6px solid white;
}
/*litepicker color change*/



@media only screen and (max-width: 1437px) {
	.wrap-range > div, .wrap-guests> div, form#searchpage select, .select2-container {
		font-size: 15px;
	}
	form#searchpage .wrap-guests, form#searchpage .wrap-nights, .wrap-regions, .wrap-type {
		min-width: 170px;
		height: 70px;
	}

}
@media only screen and (max-width: 1150px) {
	.checkbox-wrapper {
		width: 33%;
	}
}
@media only screen and (max-width: 1024px) {
    /* .search-count {
        flex-wrap: wrap;
    }
    .main-search .search-count h3 {
        width: 100%;
        text-align: center;
    } */
	.wrap-range > div, .wrap-guests> div, form#searchpage select, .select2-container {
		font-size: 13px;
	}
    #searchpage #show_allfilter {
        display: flex;
    }
    .search-count {
        align-items: center;
    }
    .main-search .search-count h3 {
        margin: 0;
		text-align: left;
    }
}

@media only screen and (max-width: 900px) {
    :root {
        --big-paragraph: 15px;
    }
	form#searchpage .wrap-guests, form#searchpage .wrap-nights, .wrap-regions, .wrap-type, .wrap-range {
		min-width: 170px;
		height: 50px;
		width: 100%;
		margin: 0px;
	}
	div#range, #searchpage input[type="submit"], form > .select2-container, #dropdown_search_units .select2-container{
		height: 50px;
	}
	.toggleGuests {
		top: 61px;
	}
	.wrap-form .select2-container .select2-selection--single .select2-selection__rendered {
		max-width: none;
	}
	#searchpage input[type="submit"] {
		width: 100%;
		border-radius: 20px;
	}
	#guests {
		justify-content: flex-start;
		padding: 0;
		padding-left: 45px;
	}
    div#range {
        flex-wrap: nowrap;
		width: 100%;
		justify-content: space-between;
    }
	.search-count .buttons-wrapper h5 {
		display: none;
	}
    .show-mobile {
        display: block;
        position: absolute;
        padding: 0px 10px 0px 10px !important;
    }
	#showfilter {
		margin: 0px;
	}
	.filterhide-section {
		order: 1;
		margin-bottom: 20px;
		margin-top: 0px;
	}
	.buttons-wrapper{
    	justify-content: space-between;
		padding: 0;
	}
	#searchpage .row-wrapper {
		justify-content: space-between;
		margin-top: 0;
	}
	.hide-dropdown-filter > div {
		margin-bottom: 5px;
	}
	.wrap-unitsearch {
		order: 0;
		border: 1px solid var(--border-color);
		background: white;
		padding: 0px 10px;
		width: 100%;
		height: auto;
	}
	#dropdown_search_units select{
		width: auto;
	}
	#dropdown_search_units .select2-container .select2-selection--single {
		padding-left: 0;
	}
	#dropdown_search_units select
    .show-desktop {
        display: none;
    }
    form#frontpage_search select {
        width: 100%;
    }
    #nights-wrapper {
        flex-wrap: wrap;

    }
	.wrap-unitsearch #dropdown_search_units .select2-container {
		min-width: 0;
	}
	.wrap-unitsearch #dropdown_search_units .select2-container .selection {
		width: 100%;
		height: 100%;
		text-align: left;
	}
	.main-search .property-wrapper label {
		font-size: 13px;
	}

    #frontpage_search > .select2-container {
        border: none;
        height: 72px;
        width: 100% !important;
    }
    #calender-wrapper {
        position: fixed;
        z-index: 2;
        left: 50%;
        transform: translate(-50%, -50%);
        top: 50%;
    }
    .litepicker-wrapper {
        text-align: center !important;
    }
    .night-label {
        width: 100%;
        display: none;
    }
    div#nights-wrapper {
        font-size: 14px;
    }
    .litepicker .container__months {
        width: 100%;
    }
    div#calcNights > div:not(.show-mobile) {
        height: 72px;
        width: 50%;
        text-align: center;
        border-bottom: 1px solid var(--border-color);
    }
    div#calcNights .select2-container {
        width: 100% !important;
    }
    #calcNights .show-mobile {
        height: auto;
        margin-top: -20px;
        margin-bottom: -20px;
        z-index: 1;
        background: white;
        pointer-events: none;
    }
	.checkbox-wrapper {
		width: 100%;
	}

	.to-date-wrapper, .from-date-wrapper {
		line-height: 1.2em;
	}
	.from-date-wrapper {
		padding-left: 15px;
	}
	a.page-numbers {
		height: 30px !important;
		width: 30px !important;
	}
	.pagination-wrapper a:nth-child(2) {
		margin-left: 5px;
	}
	.pagination-wrapper a {
		font-size: 15px;
	}
}

@media only screen and (max-width: 767px) {
	.hide-dropdown-filter {
		flex-wrap: wrap;
	}
	#calcNights .select-selected {
		justify-content: flex-start;
	}
	.nights_min-wrapper .select-selected::before, .nights_max-wrapper .select-selected::before {
		width: auto;
	}
	.row-wrapper {
		justify-content: space-between;
	}
	.main-search h1 {
		display: none;
	}

}