/* User Login Icon */
.user-login {
    margin-bottom: 5px;
    fill: #ffffff;
}

/* Mobile Navigation Bar Button */
.mob-menu-button {
    margin-left: 5px;
}

.login {
    margin-bottom: 5px;
}

/* Home Page Banner Search Box */
.custom-search-box {
    background: rgba(255, 255, 255, 0.3);
    margin-top: 10px;
    margin-bottom: 10px;
}

/* Home Page Header */
.homepage-header {
    background: #ffffff;
}

.navbar__link {
    color: #000000;
}

/* Home Page Banner */
.home-banner {
    background: url('../img/banner.svg') no-repeat;
    background-size: 100%;
}

/* Listing Sort */
.listing__sort {
    width: 650px;
}

.listing-sort-submit {
    display: inline-block;
    color: #ffffff;
    background: none;
    border: 1px solid #ffffff;
    text-align: center;
    outline: none;
    text-decoration: none;
    line-height: 20px;
    padding-bottom: 5px;
}

/* Footer Articles */
.footer-articles {
    color: #888888;
}

/* Listing Sort */
.listing__sort {
    width: 650px;
}

.listing-sort-submit {
    display: inline-block;
    color: #ffffff;
    background: none;
    border: 1px solid #ffffff;
    text-align: center;
    outline: none;
    text-decoration: none;
    line-height: 20px;
    padding-bottom: 5px;
}

/* Footer Articles */
.footer-articles {
    color: #888888;
}

/* Properties Details Page */
.amenities {
    list-style: none;
}

.property__params-list--options > li {
    padding-bottom: 20px;
}

.property__params-list--options li li {
    float: none;
    margin-left: -10%;
    width: auto;
}

@media (min-width: 1200px) {
    .properties-img {
        height: 655px;
    }
}