/* 
Theme Name:		 Homeo child
Theme URI:		 http://childtheme-generator.com/
Description:	 Homeo child is a child theme of Homeo, created by ChildTheme-Generator.com
Author:			 parth
Author URI:		 http://childtheme-generator.com/
Template:		 homeo
Version:		 1.0.0
Text Domain:	 homeo-child
*/


/*
    Add your custom styles here
*/

.no-properties-found-wrapper {
    padding: 60px 20px;
    background: #f8f9fb;
    border-radius: 8px;
    margin: 40px auto;
    max-width: 850px;
}

.no-properties-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    animation: fadeIn 0.6s ease;
}

.no-properties-image {
    max-width: 200px;
    margin-bottom: 30px;
    opacity: 0.9;
}

.no-properties-title {
    font-size: 28px;
    font-weight: 600;
    color: #222;
    margin-bottom: 15px;
}

.no-properties-message {
    font-size: 16px;
    color: #666;
    text-align: center;
    margin-bottom: 30px;
}

.no-properties-search {
    margin-bottom: 30px;
    width: 100%;
    max-width: 500px;
}

.no-properties-actions a.btn {
    margin: 5px 10px;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}
.es-properties__list{
    margin-bottom: 60px;
}
.es-properties__search .es-field .select2-container .select2-selection--single .select2-selection__rendered, 
.es-search-nav__content .es-field .select2-container .select2-selection--single .select2-selection__rendered{
    line-height: 20px;
}



.es-properties__search .select2-container--default.select2-container .select2-selection--single .select2-selection__arrow,
.es-search-nav__content .select2-container--default.select2-container .select2-selection--single .select2-selection__arrow{
    top: 9px;
}

.es-properties__search .es-search>form>.es-search__address,
.es-search-nav__content .es-search>form>.es-search__address {
    margin-top: 7px;
}

.es-field__address input{
    padding-left: 10px;
}

@media only screen and (max-width: 767px) {
    #primary {
        padding: 0 15px;
    }
    .es-search-nav li{
        width: 90%;
        margin: 0 auto;
    }
}