.rickert-available-homes-container{
	margin: auto;
	max-width: 800px;
	width: 90%;
}

.rickert-available-home-header{
	text-align: center;
	margin-bottom: 2em;
}

.rickert-available-home-header h2{
	font-size: 2em;
}

.rickert-post-count {
	margin-bottom: 20px;
}

.rickert-prop-header {
	background: #008578;
	color: #fff;
	font-weight: 600;
	overflow: hidden;
}

.rickert-prop-header-label{
	padding: 10px 20px;
}

.rickert-prop-status {
    float: left;
    background: #d3af34;
}

.rickert-prop-header a,
.rickert-prop-header a:hover {
	color: #fff;
}

.single .rickert-prop-header {
	margin-bottom: 20px;
}

.rickert-prop-lot {
	float: left;
}

.rickert-prop-address {
	float: right;
}

.rickert-prop-item {
	background: #ececec;
	border-top: 3px solid #fff;
	font-size: 14px;
	margin-bottom: 20px;
}

.rickert-prop-content {
	border-bottom: 5px solid #fff;
	display: flex;
}

.rickert-prop-image {
	float: left;
	margin: 0;
	width: 150px;
}

.rickert-prop-image img {
	display: block;
}

.rickert-prop-specs {
	display: flex;
	flex: 1;
	justify-content: space-between;
}

.rickert-prop-specs div {
	border-left: 5px solid #fff;
	padding: 3px 10px;
}

.rickert-prop-label {
	display: block;
	font-weight: 600;
}

.rickert-prop-description {
	clear: both;
	display: block;
	padding: 10px 15px;
}

.rickert-prop-description a {
	color: #136c31;
	font-weight: 600;
	text-decoration: underline;
}



.rickert-available-homes-single-page{
    padding: 2em 0;
}

.rickert-post-count {
	margin-bottom: 20px;
}

.single .rickert-prop-header {
	margin-bottom: 20px;
}


figure.rickert-prop-img {
    margin-bottom: 2em;
}

.rickert-prop-img img {
    max-width: 800px;
    margin: auto;
    display: block;
    width: 100%;
    height: 500px;
    object-fit: cover;
}

.rickert-prop-image img {
	display: block;
    max-width: 100%;
    height: auto;
}

.rickert-prop-specs {
	display: flex;
	flex: 1;
	justify-content: space-between;
}

.rickert-prop-specs div {
	border-left: 5px solid #fff;
	padding: 3px 10px;
}

.rickert-prop-label {
	display: block;
	font-weight: 600;
}

.rickert-prop-description {
	clear: both;
	display: block;
	padding: 10px 15px;
}

.rickert-prop-description a {
	color: #136c31;
	font-weight: 600;
	text-decoration: underline;
}

.rickert-return-link {
	display: block;
	padding-bottom: 30px;
}

.rickert-single-specs {
	font-size: 14px;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-justify-content: space-between;
	margin-bottom: 30px;
}

.rickert-single-specs p {
	margin-bottom: 0;
}

.rickert-specs-1,
.rickert-specs-2,
.rickert-specs-3,
.rickert-specs-4 {
	background: #ececec;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-flex-wrap: wrap;
	flex: 1 0 50%;
}

.rickert-specs-1,
.rickert-specs-3 {
	border-right: 3px solid #fff;
}

.rickert-specs-2,
.rickert-specs-4 {
	border-left: 3px solid #fff;
}

.rickert-single-features,
.rickert-single-description {
	border-bottom: 6px solid #fff;
	padding: 10px;
	width: 100%;
}

.rickert-single-lot,
.rickert-single-beds,
.rickert-single-baths,
.rickert-single-price,
.rickert-single-type,
.rickert-single-sf,
.rickert-single-furnished,
.rickert-single-status,
.rickert-single-contact,
.rickert-single-year{
	border-bottom: 6px solid #fff;
	height: 92px;
	padding: 10px;
	width: 50%;
}

.rickert-single-type,
.rickert-single-baths,
.rickert-single-price,
.rickert-single-status,
.rickert-single-contact {
	border-left: 6px solid #fff;
}

.rickert-single-lot .rickert-prop-label {
	display: inline;
}

.rickert-prop-button.rickert-large-button {
	background: #D3AF35;
	display: block;
	font-size: 22px;
	font-size: 2.2rem;
	margin: 0 auto;
	max-width: 400px;
	padding: 0 30px;
	display: flex;
	justify-content: center;
	flex-direction: column;
	text-align: center;
	width: 95%;
}

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

	.site-header {
		border-bottom: 3px solid #008578;
	}

	.rickert-prop-content {
		flex-wrap: wrap;
	}

	.rickert-prop-image,
	.rickert-prop-image img {
		width: 100%;
	}

	.rickert-prop-specs {
		display: -webkit-flex; /* Safari */
    	-webkit-flex-wrap: wrap; /* Safari 6.1+ */
    	display: flex;   
    	flex-wrap: wrap;
		flex-basis: 50%;
	}

	.rickert-prop-specs .rickert-spec {
		padding-left: 15px;
		width: 50%;
	}

	.rickert-prop-price,
	.rickert-prop-beds {
		border-top: 6px solid #fff;
		border-bottom: 6px solid #fff;
		border-left: none
	}

	.rickert-prop-specs .rickert-prop-price,
	.rickert-prop-specs .rickert-prop-baths,
	.rickert-prop-specs .rickert-prop-type {
		border-left: none;
	}

	.rickert-prop-specs .rickert-prop-sf {
	}

	.rickert-prop-specs .rickert-prop-type {
		border-top: 6px solid #fff;
		width: 100%;
	}
	
	.rickert-single-specs {
		display: block;
	}

	.rickert-specs-1,
	.rickert-specs-2,
	.rickert-specs-3,
	.rickert-specs-4 {
		border-right: none;
		border-left: none;
	}	


}

a.rickert-prop-button.rickert-large-button {
    background: #D3AF35;
    color: #fff;
    display: flex;
    flex-direction: column;
    font-size: 1rem;
    justify-content: center;
    margin: 0 auto;
    max-width: 400px;
    padding: 1em;
    text-align: center;
    text-decoration: none;
    width: 95%;
}

.rickert-property-gallery {
    margin-bottom: 20px;
}


button.slick-arrow {
	opacity: .5;
    z-index: 99;
}

button.slick-next.slick-arrow {
    background: url(../icons/next.svg) !important;
    height: 40px;
	width: 40px;
}

button.slick-prev.slick-arrow {
    background: url(../icons/prev.svg) !important;
    height: 40px;
	width: 40px;
}

button.slick-arrow:hover {
	opacity: 1;
}

.slick-next:before,
.slick-prev:before {
    content: "" !important;
}

.rickert-property-gallery-nav {
    margin-bottom: 20px;
}

.rickert-prop-nav-item{
	cursor: pointer;
	margin: 0 15px;
}

.rickert-prop-nav-item img {
    height: 100px;
    width: 200px;
    object-fit: cover;
}


