section.search-properties-form {

    /*padding: 10px 50px;*/

}

.search-properties-form .items-search-wrapper{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    column-gap: 0;
    justify-content: center;
}

.search-properties-form .items-search-wrapper div.items{
    display: flex;
    align-items: center;
    position: relative;
    padding: 0 2px 0 5px;
    max-width: 15%;
    flex: 0 0 15%;
    flex-wrap: wrap;
}

.search-properties-form.vertical_form .items-search-wrapper div.items {
    max-width: 100%;
    flex: 0 0 100%;
}

.search-properties-form .items-search-wrapper div.items .elementor-icon-list-icon{
    max-width: 20%;
    flex:  0 0 20%;
}

section.search-properties-form form div.items:not(:last-child):after{
    border-left-style:dotted !important;
    border-left-width: 1px;
    content: "";
    border-color: #45B9C6;
    position: absolute;
    top:50%;
    height: 80%;
    right: 0;
    transform: translateY(-50%);
    border-top: 0;
    border-bottom: 0;
    border-right: 0;
    border-style: solid;
}

section.search-properties-form form div.search-submit-wrapper{
    border: 2px solid #45B9C6;
    border-radius: 5px;
    opacity: 0.6;
    transition: 0.3s;
    background-color: #45B9C6;
    /*margin-left: 10px;*/
    justify-content: center;
    padding:0 2px 0 0;
}

section.search-properties-form form div.search-submit-wrapper:hover{
    opacity: 1;
}

section.search-properties-form form i {
    font-size: 25px !important;
    padding: 0 10px 0 0;
    width: 100% !important;

}

section.search-properties-form form select, section.search-properties-form form input {

    background: transparent;
    padding: 0;
    font-size: 16px;
    line-height: 1;
    border: 0;
    border-radius: 0;
    height: 40px;
    /*width: 150px;*/
    letter-spacing: 1px;
    max-width: 80%;
    flex:  0 0 80%;

}
section.search-properties-form form select{
    outline: none;
}
section.search-properties-form form select option:hover{
    box-shadow: 0 0 10px 100px #8ce8e3 inset;
}

section.search-properties-form form select option:checked {
  background: #8ce8e3 -webkit-linear-gradient(bottom, #8ce8e3 0%, #8ce8e3 100%);
}
section.search-properties-form form select option:hover {
  background: #8ce8e3 -webkit-linear-gradient(bottom, #8ce8e3 0%, #8ce8e3 100%);
  color: #fff;
}

section.search-properties-form form div.items input[type="submit"] {
    width:140px !important;
    color: #fff;

}
section.search-properties-form form select:focus > option:checked { 
    background: #8ce8e3 !important;
}



section.search-properties-form form input[type="submit"]:hover {

    background-color: unset;

}

@media only screen and (max-width: 732px){
    section.search-properties-form form div.items:not(:last-child):after{
        content:none;
    }
}

.search-elementor-post__thumbnail {

    padding-bottom: 20px;

}

.search-elementor-post__thumbnail{
    height: 200px;
}

.search-elementor-post__thumbnail img {

    object-fit: cover;

    height: 100% !important;

}




/* Elementor Default post loop */

.elementor-search-result .elementor-posts .elementor-search-result-loop .elementor-post__card .elementor-post__text {

    margin-top: 0px;

    margin-bottom: 3px;

}



.elementor-search-result .elementor-posts .elementor-search-result-loop .elementor-post__card .elementor-post__title {

    margin-bottom: 10px;

}



.elementor-search-result .elementor-posts .elementor-search-result-loop .elementor-post__card .elementor-post__title a {

    color: #2E3E49;
    font-family: "Cinzel", Sans-serif;
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 1.3em;
    letter-spacing: -0.7px;

}



.elementor-search-result .elementor-posts .elementor-search-result-loop .elementor-post__card .elementor-post__excerpt p {

    font-size: 16px;

    font-weight: 400;

    line-height: 1.3em;

    letter-spacing: 0.4px;

}



.elementor-search-result .elementor-posts .elementor-search-result-loop .elementor-post__card .elementor-post__excerpt {

    margin-bottom: 5px;

}



.elementor-search-result .elementor-posts .elementor-search-result-loop .elementor-post__card .elementor-post__read-more {



    color: #32A9BA96;

    font-size: 14px;

    text-transform: capitalize;

    letter-spacing: 1px;

    margin-bottom: 3px;

}



.elementor-search-result-heading .elementor-heading-title {

    text-align: center;

    font-size: 30px;

    font-family: 'Roboto';

    color: #32A9BA;

    font-weight: 600;

}



.elementor-search-result-heading .elementor-heading-title span {

    font-size: 20px;

    display: block;

}



.elementor-search-result-heading.elementor-search-result-no-found {

    margin-bottom: 50px;

}
@media only screen and (max-width: 991px){
    .search-properties-form .items-search-wrapper div.items{
        flex:  0 0 33.33%;
        max-width: 33.33%;
        margin: 10px 0;
    }
}
@media only screen and (max-width: 767px){
    .search-properties-form .items-search-wrapper div.items{
        flex:  0 0 100%;
        max-width: 100%;
    }
}