/* 
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 */

.ue_menu > div > div > div {
    overflow: hidden !important;
}

.ff-el-group.hide-label .ff-el-input--label {
    display: none;
}
.is-broker .ff-el-input--label {
    width: 100%;
}
.is-broker .ff-el-input--content {
    display: flex;
    justify-content: flex-end;
    width: 100%;
	gap: 20px;
}
.ff-el-group.is-broker {
    display: flex;
    width: 100%;
    justify-content: space-evenly;
}
.ff-el-group.is-broker label.ff-el-form-check-label {
    margin-bottom: 0 !important;
}
.bedroom-choice .ff-el-input--content .ff-el-form-check label {
    width: 100%;
    margin-bottom: 0 !important;
    padding: 12px;
}
.bedroom-choice .ff-el-input--content {
    justify-content: space-between;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    width: 100%;
}
.bedroom-choice input[type="radio"]{
    display: none;
}
.light-form .is-broker input.ff-el-form-check-radio,
.light-form .bedroom-choice .ff-el-input--content .ff-el-form-check {
    border-color: #fff;
}
.light-form .is-broker label.ff-el-form-check-label span,
.light-form .bedroom-choice .ff-el-input--content .ff-el-form-check span {
    color: #fff;
}
.bedroom-choice .ff-el-input--content .ff-el-form-check {
    border: 1px solid #1c1c1c;
    text-align: center;
    margin-bottom: 0;
}
.bedroom-choice .ff-el-input--content .ff-el-form-check.ff-el-form-check-.ff_item_selected, .bedroom-choice .ff-el-input--content .ff-el-form-check:hover {
    background: #1c1c1c;
    color: #fff;
}
.is-broker input.ff-el-form-check-radio {
    position: relative;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    border: 1px solid #1c1c1c;
}
.is-broker input.ff-el-form-check-radio:before {
    content: "";
    display: block;
    background: white;
    transition: all .3s ease-in-out;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.light-form  .is-broker input.ff-el-form-check-radio:checked:before{
	background-color: #fff;	
}
.light-form .ff-el-group select option {
    color: #1c1c1c !important;
}
.is-broker input.ff-el-form-check-radio:checked:before {
    position: absolute;
    width: 14px;
    height: 14px;
    background-color: #1c1c1c;
}