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

.category-record-breaking-sales .center-heading .entry-title:before {
	content: 'Luxury Real Estate';
}

div#record-breaking-sales {
	display: block;
}

	div#record-breaking-sales .rbs-altman-properties-item {
		padding: 55px  30px 70px;
		display: block;
	}

	div#record-breaking-sales .rbs-altman-properties-item:nth-child(even) {
		background-color: #fff;
	}

	.rbs-altman-properties-item .rbs-altman-properties-item-inner {
		max-width: 1240px;
		margin: 0 auto;
		display: block;
	}

	.rbs-altman-properties-item .alt-heading-numerical {
		position: absolute;
		top: 40px;
		left: 50%;
		transform: translateX(-50%) !important;
		color: #fff !important;
		font-size: 36px;
		font-family: 'Raleway', sans-serif;
		margin-bottom: 25px;
		font-weight: 700;
		    text-align: center;
			display: block;
			z-index: 2;
	}
	.rbs-altman-properties-item:first-child .alt-heading-numerical::after {
		content: "Represented Buyer and Seller";
		position: absolute;
		left: 0;
		top: 125%;
		font-size: 25px;
		text-align: center;
		width: 100%;
	}

.altman-properties-item {
	position: relative;
}

.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;
		}
		.altman-properties-item-photo::after {
			content: "";
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			background: linear-gradient(to top, transparent, transparent, #000);
			opacity: .8;
			pointer-events: none;
		}
			.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;
		}

			.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: 42px;
				color: #fff;
				text-transform: uppercase;
				font-weight: 400;
				line-height: 1;
				position: relative;
			}
				.altman-properties-item-content-address div {
					font-size: 32px;
					line-height: 1;
					margin-bottom: 10px;
				}

				.altman-properties-item-content-address .rbs-listing__info--street {
					margin-bottom: 10px;
				}
				.altman-properties-item-content-address .rbs-listing__info--street br {
					display: none;
				}

				.altman-properties-item-content-address .rbs-listing__info--city {
					font-size: .7em;
				}

			.altman-properties-item-content-features {
				margin-bottom: 0.125vw;
				opacity: 0;
				font-size: 0;
				display: none;
			}
				.altman-properties-item-content-features li {
					position: relative;
					display: inline-block;
					vertical-align: top;
					font-family: 'Barlow Semi Condensed', sans-serif;
					font-size: 1.125vw;
					font-weight: 400;
					color: #fff;
					line-height: 1.8;
					text-transform: uppercase;
					padding: 0 8px;
				}
				.altman-properties-item-content-features li:first-child {
					padding-left: 0;
				}
				.altman-properties-item-content-features li::after {
					content: "";
					position: absolute;
					top: 50%;
					right: 0;
					transform: translateY(-50%);
					width: 1px;
					height: 1vw;
					background-color: #fff;
					pointer-events: none;
				}
				.altman-properties-item-content-features li:last-child:after {
					opacity: 0;
				}
				
			.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-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;
		}

		div#record-breaking-sales .rbs-altman-properties-item a[href="https://www.thealtmanbrothers.com/listing/1201-dolphin-ter-corona-del-mar-ca-92625/"] .alt-heading-numerical {
		    width: 100%;
		}

@media(max-width: 991px){
	.category-record-breaking-sales .center-heading {
		max-width: 245px;
		margin: 60px auto 30px;
	}
	.category-record-breaking-sales .center-heading h1 {
		font-size: 27px;
	}
	.rbs-listing__info{
		font-size: 10px;
		top: 15px;
		left: 15px;
		padding-left: 15px;
	}
	.rbs-listing__button{
		right: 15px;
		bottom: 15px;
		width: 120px;
		height: 35px;
		font-size: 12px;
		line-height: 31px;
	}

	.altman-properties-item-content-price {
		font-size: 30px;
	}

	.altman-properties-item-content-features li {
		font-size: 18px;
	}
	.rbs-altman-properties-item .alt-heading-numerical {
		font-size: 27px;
	}
}

@media(max-width: 767px){
	.altman-properties-item-content-address {
		font-size: 32px;
	}

	.altman-properties-item-content-price {
		font-size: 25px;
	}

	.altman-properties-item-content-features li {
		font-size: 16px;
	}

	.altman-properties-item-link-label {
		bottom: 18px;
		right: 18px;
		font-size: 15px;
		width: 120px;
		padding: 10px 0;
	}

	.altman-properties-item-content {
		bottom: -35px;
		padding-left: 25px;
	}

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

	div#record-breaking-sales .rbs-altman-properties-item {
		padding: 30px 15px;
	}

	.altman-properties-item a::after {
		border-width: 5px;
	}
	.rbs-altman-properties-item .alt-heading-numerical {
		font-size: 19px;
	}
	.rbs-altman-properties-item:first-child .alt-heading-numerical::after {
		font-size: 13px;
	}
}

@media(max-width: 480px){
	.rbs-altman-properties-item .alt-heading-numerical {
		top: 20px;
	}
	.altman-properties-item-link-label {
		font-size: 15px;
		width: 120px;
		padding: 10px 0;
	}

	.altman-properties-item-content-address {
		font-size: 22px;
	}

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

	.altman-properties-item-content {
		bottom: 0px;
	}

	.altman-properties-item-content-price {
		font-size: 18px;
	}

	.altman-properties-item-content-address .rbs-listing__info--street {
		margin-bottom: 5px;
	}

	.altman-properties-item-content-address .rbs-listing__info--city {
		margin-bottom: 5px;
	}

	.altman-properties-item a:hover .altman-properties-item-content {
		padding-left: 15px;
	}

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

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

	.altman-properties-item a .altman-properties-item-content-address::before {
		bottom: -10px;
		width: 3px;
		height: calc(100% + 20px);
	}
	.rbs-altman-properties-item .alt-heading-numerical {
		font-size: 14px;
	}
	.rbs-altman-properties-item:first-child .alt-heading-numerical::after {
		font-size: 9px;
	}
}

