/**
 * Theme Name: RentNow Child Theme
 * Template: rentnow
 * Author: Resident360
 */
:root{
	--accent-color-rgba: rgba(0 0 0 / 40%);
	--button-color: #a4b9a2;
}
a.floorplan-thumb {
    width: 300px;
    aspect-ratio: 9/12; /* may need to change this slightly*/
    display: flex;
}

a.floorplan-thumb img {
    align-self: center;
}
.contact_information ul li p a{
	color: inherit;
}
.check_availability_btn a:hover {
    background: transparent;
    color: #fff;
	border: 1px solid var(--button-color);
}
.check_availability_btn a:hover {
    background: transparent;
    color: var(--button-color);
}