#inner-page-wrapper > .container {
    width: 100%;
    padding: 0;
}

.ip-banner {
	display: none;
}

p#breadcrumbs {
	margin-bottom: 60px;
	display: none;
}

.custom-breadcrumbs-holder {
	padding: 25px 0 80px;
}

.custom-breadcrumbs-holder .custom-container {
	max-width: 1140px;
}

.ip-pd {
    overflow: hidden;
}

.ip-pd-banner {
	position: relative;
}

.ip-pd-back {
	position: absolute;
	z-index: 1;
	color: #fff !important;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 600;
	left: 79px;
	bottom: 41px;
	transform: rotate(270deg);
	transform-origin: 0 0;
}

.ip-pd-back i {
	margin-left: 10px;
	vertical-align: middle;
	position: relative;
	top: -1px;
}

.ip-pd-banner  .gallery-arrow {
    background: transparent;
    border: 0;
    font-size: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: var(--tertiary);
}

.ip-pd-banner  .gallery-arrow-p {
    left: 50px;
}

.ip-pd-banner  .gallery-arrow-n {
    right: 50px;
}

.ip-pd-banner  .gallery-arrow i {
    font-size: 50px;
}

.ip-pd-banner-slider .ip-pd-banner-slider-item {
    position: relative;
    padding: 0 10%;
    background-size: cover;
    height: 100%;
    overflow: hidden;
}

.ip-pd-banner-slider:not(.slick-initialized) .ip-pd-banner-slider-item:nth-child(n+2) {
    display: none;
}

.ip-pd-banner-slider .ip-pd-banner-slider-item::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: inherit;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	filter: blur(7px);
	z-index: 1;
}

.ip-pd-banner-slider .ip-pd-banner-slider-item::after {
	position: relative;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
	z-index: 2;
	opacity: .65;
}

.ip-pd-banner-slider .ip-pd-banner-slider-item > .canvas-img {
	position: relative;
	z-index: 2;
}

.ip-pd-banner-slider-thumbs {
    position: relative;
    top: -3px;
    display: none!important;
}

.ip-pd-banner-slider-thumbs .ip-pd-banner-slider-item {
    cursor: pointer;
	position: relative;
}

.ip-pd-banner-slider-thumbs .ip-pd-banner-slider-item::before {
	content: '';
	background: #000;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
	position: absolute;
	opacity: .38;
}

.ip-pd-banner-slider-thumbs .slick-current .ip-pd-banner-slider-item::before {
	opacity: 0;
}

.ip-pd-title {
	margin-bottom: 50px;
}

.ip-pd-title .custom-container {
	max-width: 1140px;
}

.ip-pd-title h2 {
    font-size: 72px;
    font-weight: 700;
    font-family: var(--font-family-title);
    text-transform: uppercase;
    margin: 0 0 10px;
	display: inline-block;
	position: relative;
}

.ip-pd-title h2::before {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background: var(--tertiary);
	width: 100%;
	height: 1px;
	width: 100vw;
	left: calc(100% + 25px);
}

.ip-pd-address {
	color: var(--tertiary);
	font-size: 24px;
}

.ip-pd-summary {
	margin-bottom: 90px;
}

.ip-pd-summary ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.ip-pd-summary ul li {
	background: #000;
	color: #fff;
	flex-basis: 13%;
	flex-grow: 1;
	height: 140px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	text-transform: uppercase;
	margin: 5px;
}

.ip-pd-summary ul li small {
	font-size: 16px;
	margin-bottom: 5px;
}
.ip-pd-summary ul li span {
	font-size: 24px;
	font-weight: 600;
}

.ip-pd-desc {
	background: #f7f7f7;
	padding: 75px 0 100px;
}

.ip-pd-desc-text {
    font-size: 16px;
    line-height: 2;
    color: #666;
    display: flex;
	flex-wrap: wrap;
}

.ip-pd-desc-text p {
    padding: 0 42px;
    margin-bottom: 20px;
	flex-basis: 50%;
	flex-grow: 1;
}

.ip-pd-ctas {
	text-align: center;
	padding: 95px 0 100px;
	position: relative;
}

.ip-pd-ctas::before {
	content: '';
	position: absolute;
	width: 50%;
	height: 96px;
	border: 1px var(--tertiary) solid;
	border-top: 0;
	border-right: 0;
	top: 0;
}

.ip-pd-ctas .custom-container {
	max-width: 1328px;
}

.ip-pd-ctas .section-btn {
	width: calc(33.33% - 18px);
	font-size: 16px;
	padding: 35px 10px;
}

.ip-pd-ctas .section-btn:hover {
	color: #000 !important;
}

.ip-pd-gallery {
	margin-bottom: 90px;
}

.ip-pd-gallery-list {
	font-size: 0;
	position: relative;
}

.ip-pd-gallery-item {
	width: 33.33%;
	height: 100%;
	display: inline-block;
	vertical-align: top;
	background: var(--tertiary);
	position: relative;
}


.ip-pd-gallery-item a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}

.ip-pd-gallery-item-label {
	color: #fff;
	font-size: 24px;
	font-weight: 600;
	letter-spacing: 2px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	text-align: center;
	/* pointer-events: none; */
}

.ip-pd-gallery-item-label::after {
	content: '';
	display: block;
	width: 75px;
	height: 1px;
	background: #fff;
	margin: 0 auto;
	position: relative;
	bottom: -40px;
}

.ip-pd-gallery-item.item-link a::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 110px;
    z-index: 2;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: url(../../images/header-logo.png) center no-repeat;
    background-size: contain;
    transition: all .5s;
	opacity: .07;
}


.ip-pd-gallery-btn {
	width: 50%;
	text-align: center;	
}

.ip-pd-gallery-share-listing {
	width: 33.33%;
	border: 1px var(--tertiary) solid;
	text-align: center;
	padding: 30px 0;
}

.ip-pd-gallery-share-listing a {
	width: 45px;
	height: 45px;
	background: var(--tertiary);
	display: inline-flex;
	justify-content: center;
	align-items: center;
	color: #fff !important;
	border-radius: 50%;
	font-size: 22px;
	vertical-align: middle;
	margin: 0 5px;
}

.ip-pd-gallery-share-listing .ai-font-envelope {
	font-size: 14px;
}

.ip-pd-gallery-share-listing h3 {
	font-size: 24px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1.5px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px;
}

.ip-pd-features {
	background: #f7f7f7;
	padding-top: 75px;
}

.ip-pd-features .nav-tabs li {
	width: 25%;
	text-align: center;
}

.ip-pd-features .nav-tabs>li>a {
	background: #000;
	color: #fff !important;
	border-radius: 0 !important;
	border: 0 !important;
	text-transform: uppercase;
	font-size: 18px;
	outline: none;
	transition: all .5s;
	padding: 15px;
}

.nav-tabs>li>a:hover, .nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
	background: var(--tertiary);	
	outline: none;
}

.ip-pd-features .tab-pane-inner {
	padding: 70px 0;
}

.ip-pd-features .tab-pane-title {
	text-transform: uppercase;
	font-size: 30px;
	font-weight: 600;
	margin-bottom: 40px;
}


.pd-features-list {
	font-size: 0;
}

.pd-features-list li {
	margin-bottom: 40px;
	line-height: 1.3;
	font-size: 16px;
	display: inline-block;
	width: 33.33%;
}

.pd-features-list li strong {
	display: block;
	text-transform: uppercase;
	color: var(--tertiary);
	font-weight: 400;
}

.pd-features-list li span {
	font-family: var(--font-family-title);
	font-size: 18px;
}

.ip-pd-map-holder #listings-map {
	height: 440px;
}

.ip-pd-map-inquire {
	position: relative;
	padding: 130px 0 80px;
	flex-wrap: wrap;
}

.ip-pd-map-inquire::before {
	content: '';
	position: absolute;
	width: 50%;
	height: 96px;
	border: 1px var(--tertiary) solid;
	border-top: 0;	
	top: 0;
}

.ip-pd-map-inquire .section-title h2  {
	margin-bottom: 40px;
}

.ip-pd-map {
	width: 50%;
}

.ip-pd-map-holder > img,
.ip-pd-map-holder iframe {
	width: 100%;
	height: 440px;
	object-fit: cover;
}

.ip-pd-inquire {
	width: 50%;
	padding: 0 80px;
}

.ip-pd-inquire .wpcf7 form {
    display: flex;
    flex-flow: row wrap;
    position: relative;
}

.pd-field {
    width: 50%;
    padding: 5px;
    position: relative;
}

.pd-field-full {
    width: 100%;
}

.pd-field input, .pd-field textarea {
    width: 100%;
    background: transparent;
    border: 0;
    padding: 22px 0;
    font-size: 12px;
    font-family: var(--font-family-title);
    letter-spacing: 1.1px;
    outline: none;
    border: 0;
    border-bottom: 1px #727272 solid;
    color: #000;
    font-size: 14px;
}

.pd-field input::placeholder, .pd-field textarea::placeholder {
    text-transform: uppercase;
    color: #000;
}

.pd-field textarea {
    resize: none;
    padding-top: 20px;
    height: 90px;
}

.pd-submit {
    margin: 40px 0 -30px;
    width: 100%;
}

.ip-pd-inquire .wpcf7 .wpcf7-response-output {
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: -76px;
    margin: 0;
    padding: 5px;
    left: 0;
}

.ip-pd-inquire .wpcf7-spinner {
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 0;
    bottom: -40px;
}

.pd-field .wpcf7-not-valid-tip {
    position: absolute;
    left: auto;
    right: 0;
    width: auto;
}


.ip-pd-agent {
	background: #f7f7f7;
	padding: 60px 0;
	position: relative;
}

.ip-pd-agent::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 25%;
	background: url(../../images/property/logo-bg.png) no-repeat center;
	background-size: cover;
	bottom: 0;
	opacity: .12;	
	z-index: 1;
}

.ip-pd-agent .custom-container {
	z-index: 2;
	position: relative;
}

.ip-pd-agent-info {
	text-align: center;
}

.ip-agent-logo{
	padding: 0 60px;
}

.ip-agent-logo img {
	max-width: 100%;
	height: auto;
}

.ip-pd-agent-name{
	font-size: 48px;
	font-family: var(--font-family-title);
	text-transform: uppercase;
	font-weight: 700;
}

.ip-pd-agent-tagline {
	font-size: 24px;
	color: var(--tertiary);
	text-transform: uppercase;
	padding: 10px 60px;
}

.ip-pd-agent-info .aios-ai-phone  {
	font-size: 24px;
	color: #000 !important;;
	font-weight: 600;
}


.aiosp-container.aiosp-inline-holder.aiosp-ref-\#popup-gallery .aios-popup-body {
    padding: 0;
    width: 90%;
	max-width: 1140px;
    background: transparent;
}

.aiosp-container.aiosp-inline-holder.aiosp-ref-\#popup-gallery .aiosp-close {
	color: #fff;
	margin-right: -25px;
	margin-top: -60px;
	font-size: 50px;
	font-size: 0;
}

.aiosp-container.aiosp-inline-holder.aiosp-ref-\#popup-gallery .aiosp-close::before {
	content: "\b0242";
	font-family: agentimage!important;
	font-size: 25px;
}

#popup-gallery .gallery-arrow {
    background: transparent;
    border: 0;
    font-size: 0;
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
}

#popup-gallery  .gallery-arrow {
    color: #fff;
}

#popup-gallery  .gallery-arrow i {
    font-size: 50px;
	color: var(--tertiary);
}

#popup-gallery  .gallery-arrow-p {
    left: 50px;
}

#popup-gallery  .gallery-arrow-n {
    right: 50px;
}

#popup-gallery .ip-pd-gallery-item {
    cursor: pointer;
}

.ip-pd-popup-gallery-thumbs .ip-pd-gallery-item {
	background: #000;
}

.ip-pd-popup-gallery-thumbs .ip-pd-gallery-item .canvas-img {
	opacity: .6;
}

.ip-pd-popup-gallery-thumbs .slick-current .ip-pd-gallery-item .canvas-img {
	opacity: 1;
}

.ip-pd-popup-gallery-thumbs .slick-slide, .ip-pd-popup-gallery-thumbs .slick-slide div {
	height: 180px;
}

body.modal-open .modal-backdrop.in {
    z-index: 1000;
}

.ip-container #main-wrapper,
#inner-page-wrapper {
    z-index: unset !important;
}

#ihf-main-container.ihf-modal-container .modal input[type=submit],
#ihf-main-container.ihf-modal-container .modal button[type=submit],
#ihf-main-container.ihf-modal-container .modal button#ihf-alert-popup-optout {
    background: #c1b283 !important;
}

#ihf-main-container.ihf-modal-container .modal input[type=submit].active,
#ihf-main-container.ihf-modal-container .modal input[type=submit]:hover,
#ihf-main-container.ihf-modal-container .modal button[type=submit].active,
#ihf-main-container.ihf-modal-container .modal button[type=submit]:hover,
#ihf-main-container.ihf-modal-container .modal button#ihf-alert-popup-optout:hover {
    color: #fff !important;
    background: #262626!important;
    border-color: #262626!important;
}

@media(max-width: 1500px) {
	.ip-pd-back {
		bottom: 8px;
		font-size: 12px;
	}
}

@media(max-width:1280px) {
	.ip-pd-summary ul li small{
		font-size: 13px;
	}
	.ip-pd-summary ul li span {
		font-size: 18px;
	}

	.ip-pd-banner .gallery-arrow i {
	    font-size: 30px;
	}

	.ip-pd-back {
	    left: 60px;
	}
}

@media(max-width:1199px) {
	.ip-pd-back {
	    left: 55px;
	}
	
	.ip-pd-banner .gallery-arrow {
	    top: 44%;
	}

	
	.ip-pd-banner  .gallery-arrow-p {
	    left: 40px;
	}
	
	.ip-pd-banner  .gallery-arrow-n {
	    right: 40px;
	}
}
@media(max-width:991px) {
	.ip-pd-title h2  {
		text-align: center;
		width: 100%;
	}

	.ip-pd-address{
		text-align: center;
	}

	.ip-pd-desc-text p {
		flex-basis: 100%;
		text-align: center;
		padding: 0;
	}

	.ip-pd-map, .ip-pd-inquire {
		width: 100%;
	}

	.ip-pd-agent .custom-container {
		flex-wrap: wrap;
	}	

	.ip-pd-agent-info {
		width: 100%;
	}

	.ip-pd-agent-photo {
		padding: 20px 0;
	}

	.ip-pd-gallery-ctas{
		flex-wrap: wrap;
	}
	.ip-pd-gallery-btn, .ip-pd-gallery-share-listing {
		width: 100%;
		padding: 20px;
		border: 0;
	}

	.ip-pd-gallery {
		margin-bottom: 20px;
	}

	.ip-pd-features .nav-tabs li {
		width: 50%;
	}	

	.ip-pd-back {
		display: none;
	}

	.ip-pd {
	    margin-top: 52px;
	}
	
	.header {
	    pointer-events: none;
	}
	
	.header .logo a {
	    pointer-events: auto;
	}
	
	.ip-pd-banner .gallery-arrow-p {
	    left: 15px;
	}
	
	.ip-pd-banner .gallery-arrow-n {
	    right: 15px;
	}
	
	.ip-pd-banner .gallery-arrow {
	    top: 50%;
	}
}

@media(max-width:767px) {
	.ip-pd-title h2 {
		font-size: 40px;
	}
	
	.ip-pd-summary ul li {
		flex-basis: 40%;
	}

	.ip-pd-ctas {
		padding-bottom: 50px;
	}

	.ip-pd-ctas .custom-container{
		flex-wrap: wrap;
		margin-top: 20px;
	}
	
	.ip-pd-ctas .section-btn{
		width: 100%;
		margin: 5px 0;
	}

	.ip-pd-gallery-item-label {
		font-size: 15px;
	}

	.pd-field {
		width: 100%;
	}

	.ip-pd-banner .gallery-arrow-p {
	    left: 3px;
	}
	
	.ip-pd-banner .gallery-arrow-n {
	    right: 3px;
	}
}

@media(max-width: 600px) {
	.ip-pd-features .nav-tabs li {
		width: 100%;
	}

	.pd-features-list li {
		width: 100%;
		text-align: center;
	}

	.ip-pd-popup-gallery-thumbs .slick-slide, .ip-pd-popup-gallery-thumbs .slick-slide div{
		height: 80px;
	}

	.ip-pd-banner-slider .canvas-img canvas {
		height: 280px;
	}

	#popup-gallery .gallery-arrow  {
		top: 20%;
	}
	#popup-gallery .gallery-arrow-n {
		right: 20px;
	}
	#popup-gallery .gallery-arrow-p {
		left: 20px;
	}

	.ip-pd-inquire {
		padding: 0 20px;
	}

	.ip-pd-inquire .wpcf7 .wpcf7-response-output {
		bottom: -100px;
	}	
}

body #ihf-main-container.ihf-modal-container .modal button[type=submit]:hover {
	background: #000 !important;
}