/* Apartments listing */
.entry {
    width: 98%!important;
}

#sidebar {
    float: left!important;
}

.umf-container {
    margin-top: 20px;
}

.umf-container img {
    border: none!important;
    padding: 0!important;
}

.umf-header h2 {
    color: #0f4779;
    margin: 10px 0 5px 0;
}

.umf-header p {
    color: #3f3f3f;
    margin: 0 0 1.5em;
}

.umf-listing-container {
    width: 100%;
}

.umf-listing-box {
    margin: 0!important;
}

.umf-listing-box li {
    display: flex;
    float: left;
    list-style-type: none;
    margin-bottom: 25px;
    width:48%;
}

.umf-listing-box li:nth-child(odd) {
    margin-right: 3%
}

.umf-listing-shadow {
    background: white;
    box-shadow: 1px 1px 5px 1px #9fa0a3;
    display: inline-block;
    padding: 8px;
    width: 100%;
}

.umf-listing-image {
    float: left;
    margin-right: 8px;
}

.umf-listing-image a {
    display: flex;
}

.umf-listing-image a img,
.umf-listing-image a:link,
.umf-listing-image p a:hover  {
    box-shadow: none!important;
}

.umf-listing-content {
    color: #787878;
    font-size: 14px;
}

.umf-listing-content p a {
    box-shadow: none;
    color: #0f4779;
    font-weight: 700;
}

.umf-listing-content p a:link {
    box-shadow: none;
    text-decoration: none;
}

.umf-listing-content p a:hover {
    box-shadow: none;
    color: #0f4779;
    text-decoration: underline;
}

.umf-listing-content p {
    margin-top: 0;
    margin-bottom: 3px;
}

.umf-container h2 span,
.umf-block h2 span {
    border-bottom: 1px solid #35ac00;
    font-size: 20px;
    padding: 5px 0;
}

.umf-title {
    text-align: center;
}

.umf-title h1 {
    margin: 10px 0 5px 0;
}

.umf-title h1 a {
    color: #0f4779;
}

.umf-title h1 a:link {
    box-shadow: none;
    text-decoration: none;
}

.umf-title h1 a:hover {
    box-shadow: none;
    color: #0f4779;
    text-decoration: underline;
}

.umf-title address {
    font-size: 14px;
    margin-bottom: 10px;
}

.umf-title img{
    width: 100%;
}

.umf-block h2 {
    margin-bottom: 25px;
}

.umf-block div ul li:nth-child(odd) {
    padding-right: 4%;
    width: 46%;
}

.umf-block div ul li {
    float:left;
    font-size: 14px;
    line-height: 1.7;
    width: 50%;
}

.umf-block ul {
    margin-left: 25px
}

.umf-title,
.umf-block {
    display: flex;
    margin-bottom: 30px;
}

.umf-sub-content ul {
    list-style: none!important;
    margin: 0!important;
}

.umf-sub-content ul {
    text-align: center;
}

.umf-sub-content ul li {
    margin-left: 5px!important;
    margin-right: 5px!important;
}

.umf-sub-content .umf-link {
    color: #0066CC!important;
}

.umf-sub-content .umf-link:hover {
    color: #0066CC!important;
    text-decoration: underline!important;
}

.umf-sub-content,
.umf-block table,
.umf-block p {
    font-size: 14px;
}

.umf-margin-tb-sm {
    margin: 5px 0;
}

.umf-listing-sub-text {
    color: #35ac00;
}

.umf-block div table {
    width: 100%;
}

.umf-block .umf-listing-details-shadow div  {
    display: inline-block;
    margin-bottom: 15px;
    width: 100%;
}

.umf-block div div p {
    line-height: 1.8;
    margin: 0!important;
}

.umf-listing-table table {
    margin: 0!important;
    border: 0!important;
    border-collapse: collapse;
}

.umf-listing-table table tr {
    border-bottom: 1px dotted #eee!important;
    font-weight: normal!important;
}

.umf-listing-table table tr:hover td {
    background: #efefef!important;
}

.umf-listing-table table tr td:first-child {
    border: none;
    line-height: 1.8;
    padding: 3px;
    text-align: left;
    width: 20%!important;
    white-space: nowrap;
}

.umf-listing-table table tr td:not(:first-child)  {
    border: none;
    padding: 3px;
    line-height: 1.8;
    text-align: right;
    width: 40%!important;
}

.umf-btn-back {
    background: white;
    border: 1px solid #072e50;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    box-shadow: none!important;
    color: #072e50;
    font-size: 14px;
    line-height: 1.5;
    padding: 10px;
    text-align: center;
    text-decoration: none!important;
}

.umf-btn-back:hover,
.umf-btn-back:active,
.umf-btn-back:focus {
    background: #072e50!important;
    box-shadow: none!important;
    font-size: 14px!important;
    line-height: 1.5!important;
    padding: 10px!important;
    color: white!important;
    text-decoration: none!important;
}

.umf-with-full {
    padding-top: 10px;
    text-align: center;
    width: 100%;
}

.umf-btn-go {
    background: #0f4779;
    border: 1px solid #072e50;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    box-shadow: none!important;
    color: white!important;
    cursor: pointer;
    float: right;
    font-size: 14px!important;
    line-height: 1.5!important;
    margin: 5px 0!important;
    padding: 6px 10px!important;
    text-align: center;
    text-decoration: none!important;
}

.umf-btn-go:hover,
.umf-btn-go:active,
.umf-btn-go:focus {
    background: #072e50!important;
    border: 1px solid #072e50;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    box-shadow: none!important;
    color: white!important;
    font-size: 14px!important;
    line-height: 1.5!important;
    margin: 5px 0!important;
    padding: 6px 10px!important;
    text-decoration: none!important;
}

.umf-listing-details-shadow {
    background: white;
    box-shadow: 1px 1px 5px 1px #9fa0a3;
    display: inline-block;
    width: 100%;
}

.umf-padding-md {
    padding: 20px;
}

.umf-no-margin {
    margin: 0!important;
}

.umf-spacing-bottom {
    margin-bottom: 30px!important;
}

/* Mobile */
@media screen and (max-width: 568px) {
    .entry {
        width: 100%!important
    }

    .umf-container img {
        margin: 0;
    }

    .umf-container h2 {
        margin-top: 0!important;
    }

    .umf-listing-box li {
        float: none;
        margin-left: 0!important;
        margin-right: 0!important;
        width: 100%;
    }

    .umf-title img {
        width: 96%!important;
    }

    .umf-btn-go {
        display: block;
        float: none;
        width: auto;
    }

    .umf-listing-content p {
        margin: 0!important;
        line-height: 1.8;
    }

    .umf-block ul {
        margin-left: 0!important;
    }

    .umf-block div ul li {
        width: 90%!important;
    }

    .umf-sub-content ul {
        text-align: left;
    }

    .umf-padding-md {
        padding: 10px!important;
    }
    
}