/* Only "cheapflights" theme styling */

.kayak-search-widget {
    margin-left: auto;
    margin-right: auto;
    height: 293px;
}
@media only screen and (min-width: 769px) {
    .kayak-search-widget {
        height: 245px;
    }
}
@media only screen and (min-width: 957px) {
    .kayak-search-widget {
        height: 97px;
    }
}

.widget_kayak_search_widget {
    position: relative;
    height: 100%;
}


@media only screen and (max-width: 719px) {
    .slide-menu.mobile-only.search-widget-present {
        top: 348px;
    }
}
@media only screen and (min-width: 720px) {
    .slide-menu.tab-port.search-widget-present {
        top: 300px;
    }
}
