.ip-banner {
	display: none;
}
#inner-page-wrapper,
#content-full {
	margin: 0;
}
#inner-page-wrapper > .container {
	width: 100%;
	padding: 0;
}
.ip-recently-sold-wrap {
	padding: 0;
	overflow: hidden;
	/*background: url(../../images/contact/bg-contact.png) 0 58px no-repeat;*/
	background-image: url(../../images/contact/bg-contact.png);
	background-position: 50% 58px;
	background-attachment: fixed;
	background-repeat: no-repeat;
	position: relative;
}
	.ip-recently-sold-wrap::before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		height: 385px;
		background: url(../../images/contact/overlay-contact.png) top left/auto 100% repeat-x;
		pointer-events: none;
	}
	/*.ip-recently-sold-wrap::after {
		content: '';
		display: block;
		position: absolute;
		width: 100%;
		height: 60%;
		bottom: 0;
		background: #000000;
		z-index: 2;
	}*/
	.iprs-row {
		padding: 0;
		position: relative;
		z-index: 3;
	}
		.iprs-sold {
			position: relative;
			padding: 0 72px 37px;
		}
			.iprs-sale-bg {
				position: absolute;
				width: 100%;
				height: 90%;
				top: 0.75%;
				left: 0;
				background: url(../../images/recently-sold/sold-accent-bg.png) no-repeat center center / cover;

				display: none;
			}
			/*.iprs-sale-bg::before,*/
			.iprs-sale-bg::after {
				content: '';
				display: block;
				position: absolute;
				top: 0;
				bottom: 0;
				left: 0;
				right: 0;
			}
			.iprs-sale-bg::before {
				background: linear-gradient(to right, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,0.49) 99%,rgba(0,0,0,0.8) 100%); 
			}
			.iprs-sale-bg::after {
				background: #000000;
				opacity: 0.85;
			}
			#content .iprs-sold h1 {
				position: relative;
				margin: 0 0 35px;
			}
			.iprs-sale-holder {
				position: relative;
			}
				.iprs-sold-list {

				}
					.iprs-sold-col {
						width: calc( 33.33% - 56px );
						margin-bottom: 85px;
					}
						.iprs-sold-col a {
							display: block;
							background: #171717;
							border: 1px solid #e4c87c;
							transition: all 0.35s ease-in-out;
						}
						.iprs-sold-col a:hover {
							background: #000000;
						}
							.iprs-sold-text {
								height: 102px;
								padding: 5px;
								text-align: center;
							}
								.iprs-sold-title {
									font-size: 30px;
									font-weight: 700;
									color: #e4c87c;
									line-height: 1.1;
									letter-spacing: -0.05em;
									display: block;
									margin-bottom: 3px;
								}
								.iprs-sold-desc {
									font-size: 15px;
									font-weight: 300;
									color: #ffffff;
									line-height: 1.2;
									letter-spacing: -0.02em;
									transition: all 0.35s ease-in-out;
									text-transform: uppercase;
								}
								/*.iprs-sold-col a:hover .iprs-sold-desc {
									color: #e4c87c;
								}*/
							.iprs-sold-image {

							}
								.iprs-sold-image canvas {
									display: block;
									width: 100%;
									background-color: #cccccc;
									background-position: center center;
									background-repeat: no-repeat;
									background-size: cover;
								}
				.iprs-sale-holder .btn-a {
					font-size: 20px;
					margin: 0 auto;
					width: 262px;
					height: 64px;
					max-width: 100%;
				}
		.iprs-media {
			position: relative;
			padding: 44px 0 142px;
		}
			.iprs-media-bg {
				position: absolute;
				width: 100%;
				height: 535px;
				bottom: 0;
				background: #000000;
			}
			.iprs-media-bg div {
				position: absolute;
				width: calc( 50% - 305px );
				height: 100%;
				top: 0;
				background-position: center center;
				background-repeat: no-repeat;
				background-size: cover;
			}
			.iprs-media-bg div::after {
				content: '';
				display: block;
				position: absolute;
				top: 0;
				bottom: 0;
				left: 0;
				right: 0;
				background: #000000;
			}
			.iprs-media-bg-01 {
				background: url(../../images/media/media-bg-01.jpg);
				left: 0;
			}
				.iprs-media-bg-01::after {
					opacity: 0.25;
				}
			.iprs-media-bg-02 {
				background: url(../../images/media/media-bg-02.jpg);
				right: 0;
			}
				.iprs-media-bg-02::after {
					opacity: 0.60;
				}
			#content .iprs-media h2 {
				font-size: 60px;
				color: #e4c87c;
				line-height: 1;
				letter-spacing: -0.08em;
				text-align: center;
				text-transform: uppercase;
				margin: 0 0 88px;
				position: relative;
			}
			#content .iprs-media h2 span {
				display: block;
				font-size: 18px;
				font-weight: 400;
				letter-spacing: 0;
				margin-bottom: 4px;
			}
			.iprs-sold-holder {
			position: relative;
			}
				.iprs-media-list {

				}
					.iprs-media-col {
						width: 25%;
					}
						.iprs-media-col a {
							display: block;
							position: relative;
							background: #000000;
							transition: background .3s;
						}
						.iprs-media-col:nth-child(12n+2) a,
						.iprs-media-col:nth-child(12n+4) a,
						.iprs-media-col:nth-child(12n+5) a,
						.iprs-media-col:nth-child(12n+7) a,
						.iprs-media-col:nth-child(12n+10) a,
						.iprs-media-col:nth-child(12n+0) a {
							background: #171717;
						}
						.iprs-media-col a:hover {
							background: #e4c87c;
						}
							.iprs-media-col canvas {
								display: block;
								width: 100%;
							}
							.iprs-media-col img {
								position: absolute;
								max-width: 90%;
								top: 50%;
								left: 50%;
								transform: translate(-50%, -50%);
								transition: filter .3s
							}
							.iprs-media-col a:hover img {
							    -webkit-filter: saturate(0%) brightness(0%) contrast(100%);
							    filter: saturate(0%) brightness(0%) contrast(100%);
							}


							.iprs-sold-ft {
							    width: 29.6%;
							    display: inline-block;
							    vertical-align: top;
							    position: relative;
							}

							.iprs-sold-ft .iprs-sold-col {
							    width: 100%;
							    margin: 0;
							}

							.iprs-sold-main {
							    padding: 259px 72px 85px;
							}

							.iprs-sold-content {
							    width: 70.4%;
							    display: inline-block;
							    vertical-align: top;
							    position: relative;
							    padding-right: 0;
							}

							#content .iprs-title h2 {
							    font-size: 72px;
							    font-weight: 700;
							    letter-spacing: -0.080em;
							    text-transform: uppercase;
							    color: #e4c87c;
							    line-height: 1;
							    margin: 0;
							}

							.iprs-row-title {
							    margin-bottom: 90px;
							}

							#content .entry-title {
							    margin: 0 0 45px;
							    letter-spacing: -0.080em;
							}

							#content .iprs-sold-content p {
							    margin: 0;
							    font-size: 18px;
							    font-weight: 300;
							    line-height: 30px;
							    color: #e4c87c;
							    width: 100%;
							    max-width: 94%;
							}

							.iprs-sold-btn a {
							    margin: 0 auto;
							}

							.iprs-sold-btn {
							    display: block;
							    position: relative;
							    margin-top: 30px;
							    margin-bottom: 71px;
							}

.iprs-sold-list-pagination {
	display: flex;
	justify-content: center;
}
.iprs-sold-list-pagination .paginationjs-pages:hover {
	box-shadow: 4px 4px 20px rgba(0,0,0,0.4);
	transition: .5s ease;
}
.iprs-sold-list-pagination .paginationjs.paginationjs-big .paginationjs-pages li>a {
	background: transparent;
	padding: 0 0.75rem;
	font-size: 15px;
	font-weight: bold;
	color: #e4c87c;
}

.iprs-sold-list-pagination .paginationjs .paginationjs-go-input>input[type=text],
.iprs-sold-list-pagination .paginationjs .paginationjs-pages li {
	border: unset !important;
}

.iprs-sold-list-pagination  li.paginationjs-page.J-paginationjs-page.active > a {
	color: #ffffff !important;
}

.iprs-sold-list-pagination .paginationjs.paginationjs-theme-yellow .paginationjs-pages li.disabled>a {
	color: #e4c87c !important;
	opacity: 0.8;
}

@media only screen and (max-width: 1599px){
	#content .entry-title, #content .iprs-title h2 {
		font-size: 4.500vw;
	}
}


@media only screen and (max-width: 1199px) {
	.iprs-sold {
	    padding: 0 42px 44px;
	}
	.iprs-sold-col {
	    width: calc( 33.33% - 36px );
	    margin-bottom: 60px;
	}
	.iprs-sold-text {
		height: 85px;
	}
	.iprs-sold-title {
		font-size: 18px;
	}
	.iprs-sold-desc {
		font-size: 12px;
	}
	.iprs-sold-holder {
		max-width: 992px;
	}
	.iprs-media-bg div {
    	width: calc( 50% - 240px );
    }

    .iprs-sold-main {
		padding: 266px 42px 85px;
	}

	#content .iprs-sold-content p {
		font-size: 16px;
	}
}

@media only screen and (max-width: 991px) {
	.iprs-sold {
	    padding: 40px 15px 0;
	}
	#content .iprs-sold h1 {
		text-align: center;
	}
	.iprs-sold-list {
		display: block;
	}
	.iprs-sold-col {
	    width: 100%;
	    max-width: 500px;
	    margin: 0 auto 40px;
	}
	.iprs-media-bg div {
		width: 50%;
	}



	.iprs-sold-content {
		width: 100%;
		display: block;
		text-align: center;
		margin-bottom: 50px;
	}

	.iprs-sold-ft {
		width: 100%;
		text-align: center;
		margin: 0 auto;
	}


	.iprs-sold-ft .iprs-sold-col {
		margin: 0 auto;
	}

	#content .iprs-sold-content p {
		max-width: 100%;
	}

	.iprs-sold-main {
		padding: 20px 15px 0;
	}

	#content .entry-title, #content .iprs-title h2 {
		font-size: 45px;
	}

	.iprs-row-title {
		display: block;
		text-align: center;
		margin-bottom: 60px;
	}

	.iprs-title {
		margin-bottom: 50px;
	}

	.iprs-button a {
		margin: 0 auto;
	}
	#inner-page-wrapper {
        padding-top: 100px;
    }
}

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

@media only screen and (max-width: 480px) {
	#content .entry-title, #content .iprs-title h2 {
		font-size: 35px;
	}
	
	.iprs-media-col {
		width: 50%;
	}
	.iprs-media-col a {
		background: #000000 !important;
	}
	.iprs-media-col:nth-child(4n+2) a,
	.iprs-media-col:nth-child(4n+3) a{
		background: #171717 !important;
	}
	.iprs-media-col a:hover {
	    background: #e4c87c !important;
	}
}