/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */


.select2-container {
    min-width: 220px !important;
    max-width: 280px !important;
    width: 100% !important;
	margin-right: 20px !important;
}

.select2-container:last-child {
    margin-right: 0 !important;
}

.select2-container--default .select2-selection--single {
    border-radius: 2em !important;
    border: 2px solid #AD9970 !important;
    background: #fff !important;
    height: 38px !important;
    padding-left: 16px !important;
    font-size: 16px !important;
    outline: none !important;
    box-shadow: none !important;
    transition: border-color 0.2s, box-shadow 0.2s;
}
.select2-container--default .select2-selection--single:focus,
.select2-container--default .select2-selection--single.select2-selection--focus,
.select2-container--default .select2-selection--single:active {
    border-color: #AD9970 !important;
    box-shadow: 0 0 0 2px rgba(173,153,112,0.24) !important;
    outline: none !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 38px !important;
    color: #333 !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 38px !important;
    right: 8px !important;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #4A4A49 !important;
    opacity: 1 !important;
}
.select2-dropdown {
    border-color: #AD9970 !important;
    border-radius: 6px !important;
    z-index: 9999 !important;
}
.select2-container--open .select2-dropdown {
    top: 100% !important;
    bottom: auto !important;
}
.select2-results__option--highlighted,
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #AD9970 !important;
    color: #fff !important;
}


