:where(.wp-site-blocks *:focus) {
    outline-width: 0px;
    outline-style: solid;
}

.header-wrapper{
    box-shadow:0px 0px 5px #333;
    border-bottom:1px solid #ccc;
}

body.dark .header-wrapper{
    box-shadow:0px 0px 5px #000;
    border-bottom:1px solid #444;
}





.entry-content{
    min-height:200px;
}

.has-global-padding{
    padding-left:0;
    padding-right:0;
}

@media (min-width: 576px) {
    .bootstrap .container-sm, .bootstrap .container {
        max-width: none!important;
    }
}


@media (min-width: 992px) {
    .bootstrap .container-lg, .bootstrap .container-md, .bootstrap .container-sm, .bootstrap .container {
        max-width: 960px!important;
    }
}

@media (min-width: 1200px) {
    .bootstrap .container-xl, .bootstrap .container-lg, .bootstrap .container-md, .bootstrap .container-sm, .bootstrap .container {
        max-width: 1140px!important;
    }
}

@media (min-width: 1400px) {
    .bootstrap .container-xxl, .bootstrap .container-xl, .bootstrap .container-lg, .bootstrap .container-md, .bootstrap .container-sm, .bootstrap .container {
        max-width: 1320px!important;
    }
}

body.dark .entry-content{
    margin-top:0;
    margin-block-start:0;
    padding-top:30px;
    background: linear-gradient(180deg, rgba(0,0,0,0.3) 0px, rgba(255,255,255,0) 200px);
}
body.light .entry-content{
    margin-top:0;
    margin-block-start:0;
    padding-top:30px;
    background: linear-gradient(180deg, #cccccc 0px, #fefefe 200px);
}

body.light{
    background-color:#fefefe;
}
body.light .entry-content{
    background-color:#fefefe!important;
}

#dream_estates_top_menu{
    line-height:40px;
}


#dream_estates_top_menu .menu_item{
    display:inline-block;
    padding-left:10px;
    padding-right:10px;
}

#change_domain,
#change_display_language{
    background-color:#272727;
    color:#f9f9f9;
    border:0px;
    cursor:pointer;
    padding:5px;
}

#toggle-bs-theme{
    cursor:pointer;
}

#change_domain option,
#change_display_language option{
    color:#272727;
    background-color:#fff;
    padding:5px;
}

.fleka_form input[type="text"]{
    padding:10px;
    font-size:16px;
    border-radius:10px;
    border:2px solid #444;
    box-shadow:0px 0px 5px #333;
}
.fleka_form input[type="text"]:focus{
    border:2px solid #00c17b;
}

.fleka_form button[type="submit"]{
    padding:10px;
    font-size:16px;
    border-radius:10px;
    border:2px solid #444;
    background-color:#555;
    color:#eee;
    cursor:pointer;
    box-shadow:0px 0px 5px #333;
    text-align:center;
    min-width:100px;
}

.fleka_form button[type="submit"]:hover{
    border:2px solid #333;
    background-color:#777;
    color:#eee;
    box-shadow:0px 0px 5px #444;
}


.notification{
    padding:20px;
    font-size:18px;
    border-radius:20px;
    box-shadow:0 0 10px #444;
    text-align:center;
    max-width:600px;
    margin:auto auto;
}

.notification.success{
    background-color:#408000;
    color:#fff;
    border:2px solid #90c38d;
}




.fleka_form{
    border-radius:20px;
    box-shadow:0px 0px 5px #111;
    overflow:hidden;
    text-align:center;
    border:1px solid rgba(255,255,255,0.3);
    max-width:640px;
    margin:auto auto;
    margin-top:20px;
    background-color:#303030;
}

.form_title{
    padding:20px;
    background-color:rgba(0,0,0,0.2);
    font-size:20px;
    font-weight:bold;
    text-align:center;
    border-bottom:1px solid rgba(255,255,255,0.4);
    box-shadow: 0px 0px 10px rgba(255,255,255,0.3) inset;
}

.fleka_form form{
    padding:20px;
    background-color:rgba(255,255,255,0.1);
    border-top:1px solid rgba(0,0,0,0.4);
    box-shadow: 0px 0px 10px rgba(255,255,255,0.2) inset;
}

.property_list_tab{
    cursor:pointer;
}

.active>.page-link, .page-link.active {
    z-index: 3!important;
    color: var(--bs-pagination-active-color)!important;
    background-color: var(--bs-pagination-active-bg)!important;
    border-color: var(--bs-pagination-active-border-color)!important;
}

.cleanlogin-container{
    background-color:#555;
}

@media only screen and (max-width: 768px){
    .wp-block-site-title{
        display:none;
    }
    .wp-block-site-logo{
        margin-top:20px!important;
    }
    .form-check-label{
        font-size:12px;
    }
}


button.switch-tmce,
button.switch-html{
    height:auto;
}
.mce-btn.mce-active button, .mce-btn.mce-active:hover button, .mce-btn.mce-active i, .mce-btn.mce-active:hover i{
    color:#000!important;
}

.media-modal,
.media-modal h1,
.media-modal h2{
    color:#000;
}


.image_preview{
    position:relative;
    width:100px;height:100px;background-size:cover; background-repeat:no-repeat; background-position:center center;padding:10px;border-radius:5px;
    background-color:transparent;
}
.image_preview.small{    
    width:30px;
    height:30px;
    vertical-align:middle;
    display:inline-block;
    margin-right:10px;
    border-radius:3px;
}
.image_preview.gallery{    
    display:inline-block;margin-right:5px;margin-bottom:5px;
}

.image_preview .btn{
    display:none!important;
    position:absolute;
    right:0px;
    top:0px;
}
.image_preview:hover .btn{
    display:inline-block!important;
}
