/*!
Theme Name: Apexa
Theme URI: https://apexa.alithemes.com/
Author: alithemes
Author URI: https://themeforest.net/user/alithemes/
Description: Apexa - Multipurpose Business Consulting WordPress Theme
Version: 2.2
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: apexa
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

.select2-results {
    max-height: 200px;
    padding: 0 0 0 4px;
    margin: 4px 4px 4px 0;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.select2-results li {
    list-style: none;
    display: list-item;
    background-image: none !important;
    padding: 0 !important;
}

.select2-results .select2-result-label {
    padding: 3px 7px 4px;
    margin: 0;
    cursor: pointer;
    min-height: 1em;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.select2-results ul.select2-result-sub {
	margin: 0;
	padding-left: 0;
}

.booking-box input[type="radio"] {
        display: none;
    }
        .booking-box input[type="radio"] + label {
            display: block;
            color: #fff !important;
            background: #b6b6b6;
            width: 100%;
            height: 30px;
            line-height: 30px;
            border-radius: 4px !important;
            text-align: center;
            padding: 0 15px;
            min-width: 86px;
        }
		
		.booking-box input[type="radio"][checked] + label {
            background: #d07a50;
        }

    .booking-box label {
        font-size: 14px;
        cursor: pointer;
    }
