/*
Theme Name:     Traveler Childtheme
Description:    Traveler Child Theme
Theme URI:      https://travelerwp.com/
Author:         the ShineTheme
Author URI:     http://shinetheme.com
Version:        1.0
Template:       traveler
*/

.booking-quantity-input {
    width: 80px;
    margin-left: 10px;
}

#header.header-style-4,
body .is-sticky .header-sticky-menu {
    background: #fff !important;
}

#header #topbar .topbar-items li a {
    color: #112369;
}

#header.header-style-4 .header .header-right #st-main-menu .main-menu > li > a,
#header.header-style-4 .header .header-right #st-main-menu .main-menu > li > a:hover,
#header.header-style-4 .header .header-right #st-main-menu .main-menu > li:hover > a,
#header.header-style-4 .header .header-right #st-main-menu .main-menu li.current-menu-item > a {
    color: #112369;
}

#header.header-style-4 .header .header-right #st-main-menu .main-menu > li:hover > a,
#header.header-style-4 .header .header-right #st-main-menu .main-menu li.current-menu-item > a {
    text-decoration: underline;
    text-decoration-thickness: 2px;
}

.single .st-sent-mail-customer .form-st-send-mail .form-group {
    border-top: none !important;
    margin-top: 5px;
}

.single .st-sent-mail-customer .form-st-send-mail .form-group input,
.single .st-sent-mail-customer .form-st-send-mail .form-group select {
    border: none;
    padding: 20px 5px;
    border-bottom: 1px solid #D7DCE3;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
    transition: border-color;
    -webkit-transition: border-color;
}

.single .st-sent-mail-customer .form-st-send-mail .form-group select {
    padding: 6px 5px;
}

.home #st-content-wrapper.search-result-page .search-form-wrapper .search-form {
    margin-top: 55px;
}

.search-result-page .search-form-wrapper .search-form {
    box-shadow: 0 0px 3px 0 rgba(0, 0, 0, 0.2);
}

.form-booking-more.has-more {
    position: relative;
    max-height: 300px;
    overflow: hidden;
}

.form-booking-more.has-more::after {
    position: absolute;
    width: 100%;
    height: 100px;
    bottom: 0;
    content: '';
    display: block;
    background: linear-gradient(0deg, white, transparent);
}

#form-booking-show-more {
    display: none;
    text-align: center;
    margin-bottom: 20px;
}

.has-more + #form-booking-show-more {
    display: block;
}

#header #topbar .topbar-items.languages {
    margin-left: 20px;
}

#header #topbar .topbar-items.languages li {
    padding: 0 5px;
}

.flex-row .row {
    margin: 0;
}

.flex-row .row .wpb_column {
    background-size: cover;
}

/* @media (min-width: 991px) { */
    .flex-row .row .wpb_column {
        height: 280px;
    }
/* } */

@media (max-width: 767px) {
    .flex-row .container {
        width: 100%;
    }
}

@media (max-width: 992px) {
    .home #st-content-wrapper.search-result-page .search-form-wrapper .search-form {
        margin-top: 120px;
    }
}

#header.header-style-4 .header .toggle-menu .field-icon.fa svg g g {
    stroke: var(--link-color, #1A2B48);
}

.transfer-needed {
    display: none;
}

.ovrscroll {
    height: 150px;
    overflow-y: auto;
}

.ovrscroll > div:nth-child(3n+1) {
    clear: left;
}

.transfer-checkbox {
    font-size: 16px;
    margin-top: 2px;
}

.transfer-checkbox input {
    width: 20px;
    height: 20px;
    margin-top: 2px;
    margin-left: -25px !important;
}

.field-detination .dropdown-menu>li>a {
    padding: 0;
}

.field-detination .dropdown-menu>li img {
    margin-left: 3px;
    margin-top: -3px;
}

.search-result-page .search-form-wrapper .search-form .form-group.field-detination .dropdown-menu li span {
    padding-left: 20px;
}