.container .st-blog {
	padding: 0;
}

.search-form-wrapper {
	text-align: center;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)), url('/wp-content/themes/traveler-child/images/header-bg.png'), #D9D9D9;
	background-size: cover;
	background-position: top;
}

.home #st-content-wrapper.search-result-page .wpb_wrapper .search-form-wrapper {
	padding-top: 116px;
	padding-bottom: 20px;
}

.ui-tabs.ui-widget.ui-widget-content {
	margin-top: 116px;
	width: 70%;
	margin-right: auto;
	margin-left: auto;
	background: transparent;
    border: none;
}

.search-form-wrapper > h1 {
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	font-size: 48px;
	line-height: 48px;
	color: #FFFFFF;
}

.search-form-wrapper > p {
	font-family: 'Poppins', sans-serif;
	font-size: 27px;
	line-height: 27px;
	color: #FFFFFF;
}

.ui-tabs .ui-tabs-nav {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
    border: none;
    background: none;
}

.ui-tabs .ui-tabs-nav li {
    margin-right: 0;
    border-bottom-width: 2px;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    margin-bottom: 0;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    /* padding: 0; */
    line-height: 1;
    border-top: none;
    border-bottom: none;
    padding-top: 0;
    padding-bottom: 0;
    color: #252525;
    padding: 14px 28px;
	font-size: 16px;
}

.ui-corner-top {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.ui-tabs .ui-tabs-panel {
    background-color: white;
    padding: 0;
    height: 70px;
    display: flex;
    align-items: stretch;
    border-radius: 6px;
    max-width: 1280px;
    margin: auto;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    border-color: transparent;
}

.ui-tabs-tab:first-of-type {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.ui-tabs-tab:last-of-type {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.ui-tabs-tab:last-of-type .ui-tabs-anchor {
    border-right: none;
}

.ui-tabs-tab:not(.ui-tabs-active) .ui-tabs-anchor {
    /* border-right: 1px solid; */
}

.ui-tab:first-of-type::before,
.ui-tab:first-of-type::after,
.ui-tab:last-of-type::after {
	display: none;
}

.ui-tab:nth-of-type(2)::before,
.ui-tab:nth-of-type(4)::before,
.ui-tab:last-of-type::before,
.ui-tab:nth-of-type(2)::after,
.ui-tab:nth-of-type(4)::after {
    content: "";
    position: absolute;
    top: 16.1px;
    width: 1px;
    height: 16px;
    background: #DFDFDF;
}

.ui-tab:not(:first-of-type)::before,
.ui-tab:not(:last-of-type)::before {
	left: -1px;
}

.ui-tab:first-of-type:is(.ui-tabs-active) .ui-tab:nth-of-type(2)::after,
.ui-tab:is(.ui-tabs-active) .ui-tab::before,
.ui-tab:is(.ui-tabs-active) .ui-tab::after {
	display: none;
}

.ui-tab:first-of-type:is(.ui-tabs-active)::after {
    background: #DD6A24;
}

.ui-tab:nth-of-type(2):is(.ui-tabs-active)::after,
.ui-tab:nth-of-type(2):is(.ui-tabs-active) .ui-tab:first-of-type::after {
    background: #DD6A24;
}

.ui-tab:not(.ui-tabs-active) .ui-tabs-anchor {
    color: #252525;
    opacity: 0.7;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
    background-color: #FFECE1;
    border: 2px solid #DD6A24;
}

.form-input-wrapper {
    display: flex;
    align-self: center;
    align-items: center;
    width: 45%;
    position: relative;
    padding-left: 27px;
}

form>.form-input-wrapper:first-of-type {
    width: 22%;
}

form>.form-input-wrapper:first-of-type > input {
    width: 64%;
}

.form-input-wrapper:not(:first-of-type) {
    border-left: 1px solid #DFDFDF;
}

.form-input-wrapper:last-of-type {
    position: relative;
}

.datepickers-wrapper .form-input-wrapper:first-of-type {
	width: 30%;
}

.datepickers-wrapper .form-input-wrapper:first-of-type input,
.datepickers-wrapper .form-input-wrapper:nth-of-type(2) input {
    width: 77%;
}

.datepickers-wrapper .form-input-wrapper:nth-of-type(2) {
	width: 26%;
}

.datepickers-wrapper .form-input-wrapper:last-of-type {
	width: 44%;
}

.clear-input-btn,
.clear-calendar-btn {
    background-image: url('/wp-content/themes/traveler-child/images/x.svg');
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 50%;
    background-color: #D9D9D9;
    width: 20px;
    height: 20px;
    display: none;
    justify-content: center;
    align-items: center;
    margin-left: 5px;
    cursor: pointer;
    position: absolute;
    right: 7px;
}

.destinationPointsLabel,
#datepicker-arrival-label,
#datepicker-departure-label,
#personCountLabel {
    display: flex;
    align-items: center;
    margin-right: 11px;
	margin-bottom: 0;
	height: 26px;
}

.destinationPointsLabel::before {
    content: url('/wp-content/themes/traveler-child/images/marker.svg');
}

#datepicker-arrival-label::before {
    content: url('/wp-content/themes/traveler-child/images/calendar.svg');
}

#datepicker-departure-label::before {
    content: url('/wp-content/themes/traveler-child/images/calendar.svg');
}

#personCountLabel::before {
    content: url('/wp-content/themes/traveler-child/images/user.svg');
}

.destinationPointsLabel::before,
#datepicker-arrival-label::before,
#datepicker-departure-label::before,
#personCountLabel::before {
	width: 100%;
	height: 100%;
}

input {
    border: none;
    outline: none;
}

::placeholder
{
	font-family: 'Poppins', sans-serif;
	font-size: 15px;
	line-height: 15px;
	color: #252525;
	opacity: 0.4;
}

.ui-tabs .search-btn {
    background: #DD6A24;
    color: white;
    margin-right: -1px;
    border: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
    font-size: 20px;
    font-weight: 700;
	padding: 25px 20px;
	width: 11%;
    height: auto;
	line-height: 1;
}

.ui-autocomplete.ui-widget.ui-widget-content {
    border-color: white;
}

.ui-autocomplete.ui-widget.ui-widget-content,
.autocomplete-items {
    max-height: 235px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
    top: 52px !important;
    border-radius: 6px;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    border: none;
    display: none;
    width: 100%;
    background-color: #fff;
    z-index: 1;
}

/* IE 6 doesn't support max-height
   * we use height instead, but this forces the menu to always be this tall
   */
/* * html .ui-autocomplete,
.autocomplete-items {
    height: 100px;
} */

.autocomplete-items {
    position: absolute;
    right: 0;
    left: 0;
}

.autocomplete-items p {
    margin: 0;
}

.ui-menu .ui-menu-item-wrapper,
.autocomplete-items div {
    color: #252525;
    font-size: 15px;
    line-height: 15px;
    display: flex;
    align-items: center;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 27px;
    padding-left: 27px;
    cursor: pointer;
}

.autocomplete-items div:hover {
    background-color: #FFECE1;
}

.ui-menu-item-wrapper {
    padding: 14px;
    display: flex;
    align-items: center;
    border: none !important;
    color: #252525 !important;
    font-family: "Poppins",sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 15px;
}

.ui-menu-item-wrapper.ui-state-active,
.autocomplete-active {
    border: none;
    margin: 0;
}

.ui-menu-item-wrapper.ui-state-active::before,
.autocomplete-items div:hover::before {
    content: url('/wp-content/themes/traveler-child/images/marker-active.svg');
}

#atr-menu .ui-menu-item-wrapper::before {
    content: '';
    display: none;
}

.ui-menu-item-wrapper::before {
    display: inline-block;
    width: 26px;
}

.ui-menu-item-wrapper::before,
.autocomplete-items div::before {
    content: url('/wp-content/themes/traveler-child/images/marker.svg');
    margin-right: 11px;
}

#ui-datepicker-div {
    padding: 30px 65px;
}

#ui-datepicker-div .ui-datepicker-prev-hover .ui-icon,
#ui-datepicker-div .ui-datepicker-prev-focus .ui-icon,
#ui-datepicker-div .ui-widget-header .ui-datepicker-prev .ui-icon {
    background-image: url('/wp-content/themes/traveler-child/images/arrow-left.svg');
    background-position: center;
}

#ui-datepicker-div .ui-datepicker-next-hover .ui-icon,
#ui-datepicker-div .ui-datepicker-next-focus .ui-icon,
#ui-datepicker-div .ui-widget-header .ui-datepicker-next .ui-icon {
    background-image: url('/wp-content/themes/traveler-child/images/arrow-right.svg');
    background-position: center;
}

#ui-datepicker-div .ui-datepicker-header {
    background-color: #fff;
    border: none;
}

#ui-datepicker-div .ui-datepicker-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 100%;
    /* identical to box height, or 16px */

    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;

    padding: 5px;
    color: #252525;
}

#ui-datepicker-div thead span {
    font-weight: 400;
    font-size: 15px;
    line-height: 100%;
    /* or 15px */

    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;

    color: #929292;
}

#ui-datepicker-div tbody a {
    background-color: #fff;
    text-align: center;
    color: #252525;
}

#ui-datepicker-div .ui-datepicker-row-break {
    height: 1px;
    width: 100%;
    background: #252525;
    opacity: 0.1;
}

.daterangepicker {
    margin-top: 28px;
    top: 24px !important;
    left: 0 !important;
    right: 0 !important;
    text-align: center;
    border: none;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.daterangepicker .drp-calendar {
    float: none;
}

.daterangepicker.show-calendar .drp-calendar {
    display: inline-block;
}

.daterangepicker::before,
.daterangepicker::after,
.daterangepicker .ranges {
    display: none;
}

.daterangepicker td.in-range {
    background-color: #FFECE1;
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
    border: 2px solid #DD6A24;
    background-color: #FFECE1;
}

.daterangepicker td.today {
    background-color: #DD6A24;
    color: white;
}

.daterangepicker .calendar-table tbody td {
    font-size: 15px;
    line-height: 100%;
    width: 38px;
    height: 38px;
    box-sizing: border-box;
}

.daterangepicker .calendar-table tbody td.ends {
    pointer-events: none;
    opacity: 0;
}

.daterangepicker .calendar-table tbody td.active {
    color: #252525;
}

.daterangepicker thead tr:first-of-type th {
    font-size: 16px;
    line-height: 100%;
    color: #252525;
    font-weight: 400;
    padding-bottom: 20px;
}

.daterangepicker thead tr:last-of-type th {
    font-weight: 400;
    font-size: 15px;
    line-height: 100%;
    color: #929292;
}

.daterangepicker .calendar-table .next span,
.daterangepicker .calendar-table .prev span {
    border: solid #818181;
    border-width: 0 2px 2px 0;
}

.daterangepicker .calendar-table .next,
.daterangepicker .calendar-table .prev {
    display: flex;
    align-items: center;
    justify-content: center;
}

.daterangepicker .drp-calendar.left {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 53px;
    padding-right: 38px;
}

.daterangepicker .drp-calendar.right {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 38px;
    padding-right: 53px;
}

.daterangepicker .drp-calendar.left .calendar-table {
    padding-right: 0;
}

.daterangepicker .drp-buttons {
    display: none;
}

.datepickers-wrapper {
    width: 67%;
    padding-left: 0;
}

fieldset {
    position: absolute;
    bottom: -327px;
}

fieldset label.ui-button {
    background-color: white;
    display: inline-flex;
    align-items: center;
}

fieldset label div {
    display: flex;
    align-items: center;
}

fieldset label div div {
    display: flex;
    flex-direction: column;
}

fieldset label div div span {
    font-size: 24px;
    color: #252525;
    line-height: 5px;
}

.divider {
    height: 1px;
    background: #252525;
    opacity: 0.15;
    margin-right: 27px;
    margin-left: 27px;
}

.personCountWrapper {
    display: none;
    position: absolute;
    bottom: -195px;
    left: 0;
    width: 100%;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    background-color: #fff;
    z-index: 1;
}

.adultsCountWrapper,
.childrenCountWrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 22px 27px;
}

.adultsCountWrapper div:last-of-type,
.childrenCountWrapper div:last-of-type {
    display: flex;
}

.adultsCountWrapper button,
.childrenCountWrapper button {
    border-radius: 50%;
    width: 30px;
    height: 30px;
    padding: 1px 6px;
    background: #DD6A24;
    color: white;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: none;
}

.adultsCountWrapper>div:first-of-type>div:first-of-type,
.childrenCountWrapper>div:first-of-type>div:first-of-type {
    font-size: 15px;
    line-height: 100%;
    color: #252525;
    margin-bottom: 10px;
}

.adultsCountWrapper>div:first-of-type>div:last-of-type,
.childrenCountWrapper>div:first-of-type>div:last-of-type {
    font-size: 14px;
    line-height: 100%;
    color: #252525;
    opacity: 0.7;
}

.adultsCountWrapper>div:last-of-type>span,
.childrenCountWrapper>div:last-of-type>span {
    margin-right: 15px;
    margin-left: 15px;
}

#personCountInput {
    width: 100%;
    height: 26px;
    align-items: center;
    display: flex;
    justify-content: flex-start;
}

#personCountInput>span {
    margin-right: 5px;
    margin-left: 5px;
}

.ui-tabs-nav::-webkit-scrollbar {
    height: 8px;
}

/* Track */
.ui-tabs-nav::-webkit-scrollbar-track {
    border-radius: 100px;
}

/* Handle */
.ui-tabs-nav::-webkit-scrollbar-thumb {
    border-radius: 100px;
    box-shadow: inset 0 0 5px 5px #c8c8c8b3;
    border: solid 3px transparent;
}

/* Handle on hover */
.ui-tabs-nav::-webkit-scrollbar-thumb:hover {
    /* background: #b30000; */
}

fieldset {
    border: 0;
}

.overflow {
    height: 200px;
}

form {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

@media screen and (max-width: 768px) {
    body {
        position: relative;
    }

    .ui-tabs.ui-widget.ui-widget-content {
        padding-right: 16px;
        padding-bottom: 100px;
        padding-left: 16px;
        width: 100%;
    }

    .ui-tabs .ui-tabs-nav {
        overflow-x: scroll;
        width: 100%;
        padding-right: 0;
        padding-left: 0;
        justify-content: normal;
    }

    .ui-tabs .ui-tabs-panel {
        height: auto;
    }

    form {
        flex-wrap: wrap;
        padding-top: 27px;
        padding-bottom: 27px;
        position: relative;
    }

    .form-input-wrapper {
        padding: 15px;
        align-self: flex-start;
        box-sizing: border-box;
    }

    .form-input-wrapper:first-of-type {
        padding-top: 0;
        padding-left: 23px;
        padding-right: 23px;
        padding-bottom: 27px;
        margin-left: 0;
        border-right: none;
        border-bottom: 1px solid #DFDFDF;
    }

    .form-input-wrapper:last-of-type {
        padding-bottom: 0;
        border-top: 1px solid #DFDFDF;
        padding-left: 27px;
    }

    .form-input-wrapper:nth-of-type(3) {
        border-right: none;
    }

    form>.form-input-wrapper:first-of-type,
    form>.form-input-wrapper:last-of-type {
        width: 100%;
    }

    .form-input-wrapper:nth-of-type(2),
    .form-input-wrapper:nth-of-type(3) {
        width: calc(50% - 43px);
        padding-left: 0;
    }

    .autocomplete-items {
        top: 42px !important;
        left: 0;
        width: 100%;
    }

    #atr-button.ui-selectmenu-button.ui-button {
        width: 40% !important;
        margin: 0;
        padding: 0 7px;
    }

    .ui-tabs .search-btn {
        width: 100%;
        position: absolute;
        bottom: -80px;
        padding-top: 0;
        padding-bottom: 0;
        border-radius: 6px;
        height: 70px;
    }

    .ui-widget input {
        width: 100%;
    }

    .ui-autocomplete.ui-widget.ui-widget-content {
        width: auto !important;
        top: 148px !important;
        right: 17px !important;
        left: 17px !important;
    }

    .personCountWrapper {
        bottom: -198px;
        left: 0;
        z-index: 1;
    }

    #personCountInput {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        min-width: 155px;
    }

    .daterangepicker {
        top: 52px !important;
        left: 0 !important;
        right: 0 !important;
        width: 100%;
    }

    .datepickers-wrapper {
        width: 100%;
        padding-top: 0;
        padding-left: 0;
        flex-wrap: wrap;
    }

    .datepickers-wrapper.form-input-wrapper {
        padding-right: 0;
        border: none;
    }

    .datepickers-wrapper .form-input-wrapper {
        width: 37%;
        padding-top: 27px;
        padding-right: 23px;
        padding-bottom: 27px;
        padding-left: 23px;
    }

    .datepickers-wrapper .form-input-wrapper:first-of-type {
        width: 50%;
    }

    .datepickers-wrapper .form-input-wrapper:nth-of-type(2) {
        width: 50%;
        border-bottom: 1px solid #DFDFDF;
    }

    .datepickers-wrapper .form-input-wrapper:nth-of-type(3) {
        width: 100%;
        border: none;
        padding-bottom: 0;
    }

    .daterangepicker .drp-calendar.left,
    .daterangepicker .drp-calendar.right {
        padding-right: 25px;
        padding-left: 25px;
    }

    form>.form-input-wrapper:first-of-type > input {
        width: 82%;
    }
}

@media screen and (min-width: 769px) and (max-width: 1279px) {

    #destinationPoints,
    #datepicker-arrival,
    #datepicker-departure,
    #personCount {
        width: 100%;
    }

    .form-input-wrapper:first-of-type {
        width: 210px;
    }

    .form-input-wrapper:nth-of-type(2),
    .form-input-wrapper:nth-of-type(3) {
        width: 140px;
    }

    .form-input-wrapper:last-of-type {
        width: 215px;
    }

    #personCountInput {
        display: flex;
        justify-content: space-evenly;
        align-items: center;
    }

    .adultsCountWrapper,
    .childrenCountWrapper {
        padding: 22px 7px;
    }

    .adultsCountWrapper>div:last-of-type>span,
    .childrenCountWrapper>div:last-of-type>span {
        margin-right: 3px;
        margin-left: 3px;
    }

    .search-btn {
        width: 92px;
    }
}

@media screen and (min-width: 769px) and (max-width: 830px) {
    .ui-tabs .ui-tabs-nav {
        overflow-x: scroll;
        justify-content: normal;
    }
}
