.page-banner .page-title h1:before,
.center-heading .entry-title:before {
    content: 'Luxury Real Estate';
}

div#pocket-listings {
    padding-top: 30px;
    font-size: 0;
    padding-bottom: 3px;
    margin: 0 -3px !important;
    display: block;
    width: initial;
}

	div#pocket-listings .pl-altman-properties-item {
		padding: 3px;
		display: inline-block;
		vertical-align: middle;
		width: 50%;
	}

.altman-properties-item a {
    padding: 0;
	position: relative;
	display: block;
}

.altman-properties-item a::before,
.altman-properties-item a::after {
	content: "";
	position: absolute;
	left: 0;
	pointer-events: none;
	z-index: 2;
}

.altman-properties-item a:hover:before {
	bottom: 0;
	height: 100%;
}

.altman-properties-item a::after {
	top: 0;
	width: 100%;
	height: 100%;
	border: 0.438vw solid #cbaa45;
	opacity: 0;
	-webkit-transition: all .6s ease-in-out;
	-moz-transition: all .6s ease-in-out;
	-ms-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;
}

.altman-properties-item a:hover:after {
	opacity: 1;
}
	.altman-properties-item-inner-wrapper {
		position: relative;
		overflow: hidden;
	}
		.altman-properties-item-photo {
			position: relative;
			z-index: 1;
		}
		.altman-properties-item-photo::before {
			content: "";
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			background: linear-gradient(to bottom, transparent, transparent, #000);
			opacity: .8;
			pointer-events: none;
			z-index: 1;
		}
			.altman-properties-item-photo canvas {
				display: block;
				width: 100%;
				min-height: 250px;
				background-size: cover;
				background-position: center;
				background-repeat: no-repeat;
			}
		.altman-properties-item-content {
			position: absolute;
			bottom: 0;
			left: 0;
			padding: 0 0 0 50px;
			z-index: 1;
			max-width: calc(100% - 265px);
		}

			.altman-properties-item a .altman-properties-item-content-address::before {
				bottom: -30px;
				width: 4px;
				height: calc(100% + 60px);
				left: -50px;
				background-color: #cbaa45;
				-webkit-transition: all .3s ease-in-out;
				-moz-transition: all .3s ease-in-out;
				-ms-transition: all .3s ease-in-out;
				transition: all .3s ease-in-out;
				position: absolute;
				content: '';
			}

			.altman-properties-item-content-address {
				font-family: 'Barlow Semi Condensed', sans-serif;
				font-size: 25px;
				color: #fff;
				text-transform: uppercase;
				font-weight: 400;
				line-height: 1;
				position: relative;
			}

				.altman-properties-item-content-address div {
					font-size: 1em;
					line-height: 1;
				}

				.altman-properties-item-content-address .listing__info--city {
					font-size: 18px;
				}

				.altman-properties-item-content-address .listing__info--street {
					margin-bottom: 12px;
					font-size: 25px;
				}

				.altman-properties-item-content .pocket-listing__description--price {
					font-size: 39px;
					color: #d2ad41;
					margin: 10px 0;
					opacity: 0;
				}

				.altman-properties-item-content p.pocket-listing__description--paragraph {
					font-size: 16px;
					color: #fff;
					max-width: 360px;
					line-height: 1.3;
					opacity: 0;
					display: none;
				}
			
				.altman-properties-item-content-price {
					font-family: 'Barlow Semi Condensed', sans-serif;
					font-size: 2.438vw;
					font-weight: 400;
					color: #cbaa45;
					opacity: 0;
				}



				.altman-properties-item a:hover .pocket-listing__description--paragraph,
				.altman-properties-item a:hover .pocket-listing__description--price{
					opacity: 1;
				}



		.altman-properties-item-link-label {
			position: absolute;
			bottom: 45px;
			right: 45px;
			font-family: 'Barlow Semi Condensed', sans-serif;
			font-size: 20px;
			font-weight: 500;
			color: #ffffff;
			letter-spacing: 0.05em;
			text-transform: uppercase;
			text-align: center;
			width: 218px;
			padding: 15px 5px;
			background-color: #cbaa45;
			z-index: 1;
			opacity: 0;
		}
		.altman-properties-item a:hover .altman-properties-item-content-features,
		.altman-properties-item a:hover .altman-properties-item-link-label,
		.altman-properties-item a:hover .altman-properties-item-content-price {
			opacity: 1;
		}
		.altman-properties-item a:hover .altman-properties-item-content {
			bottom: 40px;
		}

/******************************************
 *
 * Media Queries
 *
 ******************************************/
 
 @media only screen and (min-width: 1601px) {
	.altman-properties-item-content-address .listing__info--city {
		font-size: 21px;
	}

	.altman-properties-item-content-address .listing__info--street {
		font-size: 30px;
	}
 }
 @media only screen and (max-width: 1199px) {
	.altman-properties-item-content {
		padding-left: 30px;
	}

	.altman-properties-item a .altman-properties-item-content-address::before {
		left: -30px;
	}

	.altman-properties-item-content {
		bottom: -40px;
		max-width: calc(100% - 200px);
	}

	.altman-properties-item-link-label {
		width: 150px;
	}
}

@media only screen and (max-width: 991px) {
	div#pocket-listings .pl-altman-properties-item {
		display: block;
		max-width: 520px;
		margin: 0 auto 8px;
		display: block;
		width: 100%;
	}

	.altman-properties-item-content {
		padding-left: 20px;
	}

	.altman-properties-item a .altman-properties-item-content-address::before {
		left: -20px;
	}

	.altman-properties-item-link-label {
		right: 15px;
		bottom: 25px;
		width: 135px;
		font-size: 16px;
		letter-spacing: 0;
	}

	.altman-properties-item-content {
		max-width: calc(100% - 150px);
	}

	div#pocket-listings {
		margin: 0;
		padding: 0 15px;
	}
}

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

	.altman-properties-item-link-label {
		width: 80px;
		font-size: 12px;
		right: 10px;
	}

	.altman-properties-item-content{
		max-width: calc(100% - 90px);
	}
}

@media only screen and (max-width: 480px) {
	.altman-properties-item-content-address {
		font-size: 22px;
	}

	.altman-properties-item-content p.pocket-listing__description--paragraph {
		font-size: 13px;
		line-height: 1.2;
	}
}