﻿.tmblogowhite{
    display: none;
}

.tmblogo{
    display: inline;
}

.Header_background {
    background-color: #231F20;
}

.MainContent{
    min-height: 100vh;
    padding: 70px 0px 50px 0px;
    position: relative;
}

.ButtonDropdown {
    width: 100%;
    height: 65px;
    border-radius: 5px;
}

.ButtonDropdown_button.Button.OSInline, .DropdownMenu {
    width: 100%;
}

.ButtonDropdown_button.Button.OSInline {
    background-color: #f3f6f8;
    border: none;
    height: 65px !important;
}

.ButtonDropdown_text.OSInline {
    width: 90%;
}

.banner:after {
    content: '\A';
    position: absolute;
    width: 100%;
    height:100%;
    top:0;
    left:0;
    background:rgba(0,0,0,0.4);
    opacity: 1;
}

ul.os-internal-ui-autocomplete, ul.os-internal-ui-autocomplete li {
    text-transform: capitalize;
}

.addButton, .minusButton {
    background-color: #555;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    font-weight: bold;
    height: 20px;
    text-align: center;
    width: 20px;
}

.pika-single {
    z-index: 8 !important;
}

/*------ mobile -------*/
@media screen and (max-width: 800px){
    .signup-cont {
        width: 350px !important;
        padding: 20px !important;
    }
    
    .signup-text {
        font-size: 20px !important;
    }
    
    .banner-title {
        font-size: 28px !important;
    }

    .banner-subtitle {
        font-size: 18px !important;
    }

    .banner-img {
        height: 75vh !important;
    }

    .banner-container {
        width: 90% !important;
    }

    .banner-title-container {
        margin-bottom: 20px !important;
    }

    .search-container {
        height: 320px !important;
        margin-top: 0 !important;
        padding: 20px !important;
    }
    
    .search-input {
        width: 100% !important;
    }
    
    .search-date {
        margin: 10px 0 !important;
    }
    
    .search-date-label {
        font-size: 11px !important;
    }
    
    .search-rooms {
        margin: 0 !important;
    }
    
    .search-check-out {
        width: 40% !important;
    }
    
    .search-btn {
        width: 100% !important;
    }
    
    .ButtonDropdown_button.Button {
        padding: 0 !important;
    }
    
    .featured-destination-cont {
        width: 90% !important;
        z-index: 1 !important;
    }
    
    .portion-title {
        font-size: 20px !important;
    }
    
    .nofly-desktop {
        display: none !important;
    }
    
    .nofly-mobile {
        display: block !important;
    }
    
    .dest-container::after {
        content: '\A';
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: rgba(0,0,0,0.4);
        opacity: 1;
        z-index: 0;
        border-radius: 5px;
    }
    
    .dest-img {
        /*height: 175px !important;*/
        border-radius: 5px !important;
    }
    
    .dest-label {
        /*left: 10px !important;*/
        z-index: 1 !important;
    }
    
    .property-cont {
        width: 90% !important;
        margin-top: 20px !important;
    } 
    
    .property-desktop {
        display: none !important;
    }
    
    .property-mobile {
        display: block !important;
    }
    
    .pika-single {
        z-index: 20 !important;
    }
    
    .topdest-cont {
        width: 90% !important;
        margin-top: 20px !important;
    }
    
    .topdest-desktop {
        display: none !important;
    }
    
    .topdest-mobile {
        display: block !important;
    }
    
    .owl-theme .owl-controls {
        margin-top: 0px !important;
    }
}