/**Featured Listings Styles**/

.featured-full-address{
    display:flex;
    display: -webkit-flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0px !important;
}

.regular-full-address{
    display:flex;
    display: -webkit-flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0px !important;
}

.olwm_clients_icon {
    fill: #007cb2;
    width: 30px;
    height: auto;
}
.single-address, .single-address{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    list-style: none;
    margin: 10px 10px;
    text-align: center;
    padding-top: 0;
    box-shadow: 5px 5px 5px 1px #EEEEEE;
    -webkit-box-shadow: 0px 0px 5px 2px #EEEEEE;
    -moz-box-shadow: 5px 5px 5px 1px #EEEEEE;
    -o-box-shadow: 5px 5px 5px 1px #EEEEEE;
}
.featured-full-address .single-address, .single-address{
    width: 300px !important;
}
.regular-full-address .single-address, .single-address{
    width: 200px !important;
}
.single-address a .featuredImage{
    margin: 0 auto;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    
}
.featured-full-address .single-address a .featuredImage{
    width: 300px;
    height: 163px;
}
.regular-full-address .single-address a .featuredImage{
    width: 200px;
    height: 109px;
}

.single-address .client_website > h3{
    font-size: 1.5em;
    font-family: "Lato",'Oswald', sans-serif;;
    font-weight: 400;
    padding-left: 10px;
	margin: 10px 0 0 0;
    text-align: left;
}


.bottom-btns{
    display: flex;
    display: -webkit-flex;
    justify-content: space-around;
    -webkit-justify-content: space-around;
}

.bottom-btns a{
    height: auto;
	line-height: 1.5;
    text-align: center;
    padding: 0px 4px;
    cursor: pointer;
}

.bottom-btns .property_info, .bottom-btns .website_link{
    color: #007cb2;
    text-align: center;
	font-size: 2.75em;
}

.bottom-btns .book_now{
    width: 48%;
    color: white;
    background: rgba(192, 104, 41, 1);
    align-self: center;
    margin-left: 8px;
    padding: 10px;
    border-radius: 4px;
}

.bottom-btns .book_now:hover{
    background: rgba(192, 104, 41, .8);
    color: white;
}

@media screen and (max-width: 480px){

    .regular-full-address .single-address, .single-address{
        width: 48% !important;
        margin: 10px 0px;
    }
    .regular-full-address .single-address a .featuredImage{
        width: 100%;
        height: 90px;
    }

    .regular-full-address .bottom-btns .book_now{
        width: 55%;
        margin-left: 8px;
        margin-right: 4px;
        padding: 6px;
    }
}