/* Notable Sales */
.ip-banner,
#breadcrumbs {
	display: none;
}
#inner-page-wrapper {
	padding-top: 107px;
}
	#inner-page-wrapper > .container {
		width: 100%;
		padding: 0
	}

#content-full {
/*	margin-top: 105px;*/
	margin-top: 73px;
	z-index: 2;
	position: relative;
	background: #fff;
}

.ip-global-title-inner h1 {
	max-width: 520px;
}

.ip-notable-sales {
	padding-bottom: 65px;
}
	.ip-ns-list {
	    margin: 67px 39px 0;
	}
		.ip-ns-item {
		    width: 50%;
		    padding: 0 15px;
		    margin-bottom: 72px;
		}

		.ip-ns-item-img {
		    position: relative;
		    overflow: hidden;
		}
			.ip-ns-item-img canvas {
			    display: block;
			    width: 100%;
			    background-position: center;
			    background-size: cover;
			    background-color: #000;
			    transition: all var(--default-transition);
			}

			.ip-ns-item-img .btn-a {
			    position: absolute;
			    top: 0;
			    left: 0;
			    right: 0;
			    bottom: 0;
			    margin: auto;
			    width: 165px;
			    padding: 0;
			    z-index: 1;
			    opacity: 0;
			    transition: all var(--default-transition);
			}

			.ip-ns-item-img:before {
			    content: '';
			    position: absolute;
			    top: 0;
			    left: 0;
			    right: 0;
			    bottom: 0;
			    background: rgba(0,0,0,0.6);
			    z-index: 1;
			    transition: all var(--default-transition);
			    opacity: 0;
			}
			.ip-ns-item a:hover .ip-ns-item-img canvas {
				transform: scale(1.1);
			}
			.ip-ns-item a:hover .ip-ns-item-img .btn-a,
			.ip-ns-item a:hover .ip-ns-item-img:before {
			    opacity: 1;
			}

		.ip-ns-details {
		    font-weight: 100;
		    margin: 0 32px;
		    position: relative;
		    padding: 28px 24px 0;
		    display: flex;
		    flex-flow: row wrap;
		    justify-content: space-between;
		    align-items: flex-start;
		}
			.ip-ns-details:before {
			    content: '';
			    position: absolute;
			    bottom: 0;
			    left: 0;
			    top: -63px;
			    width: 1px;
				background: rgb(32,61,69);
				background: -moz-linear-gradient(0deg, rgba(32,61,69,1) 0%, rgba(250,240,234,1) 100%);
				background: -webkit-linear-gradient(0deg, rgba(32,61,69,1) 0%, rgba(250,240,234,1) 100%);
				background: linear-gradient(0deg, rgba(32,61,69,1) 0%, rgba(250,240,234,1) 100%);
				filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#203d45",endColorstr="#faf0ea",GradientType=1);
				z-index: 2;
			}
			.page-template-collective-listings-alt-3 .ip-ns-details::before {
				display: none;
			}
			.ip-ns-details .address {
			    font-size: 13px;
			    line-height: 24px;
			    letter-spacing: 0.05em;
			    color: #000;
			}

				.ip-ns-details .address span {
				    font-size: 18px;
				    display: block;
				}

			.ip-ns-details .amenities {
			    font-size: 13px;
			    line-height: 24px;
			    letter-spacing: 0.05em;
			    color: #000;
			    width: 100%;
			}
				.ip-ns-details .amenities span {
				    padding: 0 10px;
				}

				.ip-ns-details .amenities span:first-child {
				    padding-left: 0;
				}

				.ip-ns-details .amenities span:last-child {
				    padding-right: 0;
				}

			.ip-ns-details .price {
				font-weight: 100;
				font-size: 17px;
				line-height: 1;
				letter-spacing: 0.05em;
				color: #000;
				margin: 4px 0 0;
			}

	.ip-ns-pagination {
		padding: 6px 0 0;
	}
		.ip-ns-pagination li {
			border-right: 1px solid #d6d6d6;
			padding: 0 5px;
		}
		.ip-ns-pagination li:last-child {
			border-right: 0;
		}
			.ip-ns-pagination li a {
			    font-size: 14px;
			    letter-spacing: 0.05em;
			    font-weight: 100;
			    line-height: 1;
			    color: #000;
			    display: flex;
			    align-items: center;
			    justify-content: center;
			    min-width: 34px;
			    height: 34px;
			    text-transform: uppercase;
			    padding: 0 10px;
			    transition: all var(--default-transition);
			}

			.ip-ns-pagination li a:hover,
			.ip-ns-pagination li.current a {
				color: #fff;
				background: #000;
			}

			.ip-ns-pagination li.current a {
				pointer-events: none;
			}

	.ip-ns-pagination span.page-numbers.current {
	    font-size: 14px;
	    letter-spacing: 0.05em;
	    font-weight: 100;
	    line-height: 1;
	    color: #000;
	    display: flex;
	    align-items: center;
	    justify-content: center;
	    min-width: 34px;
	    height: 34px;
	    text-transform: uppercase;
	    padding: 0 10px;
	    transition: all var(--default-transition);
	    color: #fff;
	    background: #000;
	}


.ip-ns-form-wrap {
	position: relative;	
	max-width: 1140px;
	margin: 0 auto 134px;
}
	.ip-ns-form-wrap:before {
		content: '';
		display: block;
		width: 1px;
		height: 123px;
		margin: 94px auto 38px;
		background: rgb(32,61,69);
		background: -moz-linear-gradient(0deg, rgba(32,61,69,1) 0%, rgba(250,240,234,1) 100%);
		background: -webkit-linear-gradient(0deg, rgba(32,61,69,1) 0%, rgba(250,240,234,1) 100%);
		background: linear-gradient(0deg, rgba(32,61,69,1) 0%, rgba(250,240,234,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#203d45",endColorstr="#faf0ea",GradientType=1);
	}

	.ip-ns-form-wrap h2 {
		text-align: center;
		font-size: 40px;
		letter-spacing: 0.1em;
		line-height: 1.5;
		font-family: var(--font-title);
		font-weight: 400;
		margin-bottom: 54px;
	}
	.ip-ns-form {
	    font-size: 0;
	    max-width: 750px;
	    margin: 0 auto;
	}
	    .ip-ns-form form  {
	        margin: 0 -8px;
	        position: relative;
	    }
	        .ip-ns-field.field-6 {
	            width: 50%;
	            margin-bottom: 30px;
	        }
	        .ip-ns-field.field-4 {
	            width: 33.33%;
	            margin-bottom: 30px;
	        }
	        .ip-ns-field.field-12 {
	            width: 100%;
	            margin-bottom: 30px;
	        }
	        .ip-ns-field {
	            display: inline-block;
	            vertical-align: top;
	            padding: 0 8px;
	        }
	            .ip-ns-field em {
	                display: block;
	                font-weight: 100;
	                font-size: 14px;
	                letter-spacing: 0.05em;
	                line-height: 1;
	                color: #000;
	                font-style: normal!important;
	            }
	            .ip-ns-field input,
	            .ip-ns-field select,
	            .ip-ns-field textarea {
	                width: 100%;
	                height: 36px;
	                background: transparent;
	                border: none;
	                border-bottom: 1px solid #000;
	                font-weight: 100;
	                font-size: 14px;
	                letter-spacing: 0.05em;
	                line-height: 1.7143;
	                color: #000;
	            }
	            .ip-ns-field textarea {
	                height: 85px;
	                resize: none;
	            }

	        .ip-ns-btn {
	            text-align: center;
	            position: relative;
	            margin: 19px 8px 0;
	        }

	        .ip-ns-btn .btn-a {
	            position: relative;
	            min-width: 180px;
	        }

	        .ip-ns-btn .btn-a input {
	            position: absolute;
	            top: 0;
	            left: 0;
	            width: 100%;
	            height: 100%;
	            opacity: 0;
	        }

	        .ip-ns-btn .btn-a .wpcf7-spinner {
	            position: absolute;
	            bottom: -40px;
	            right: 0;
	            margin: auto;
	        }

	        .ip-ns-btn .btn-a:not(:hover):before {
	            width: 68px;
	        }

	    .ip-ns-form .wpcf7 form .wpcf7-response-output {
	        position: absolute;
	        top: 100%;
	        left: 0;
	        right: 0;
	        margin: 20px 8px 0;
	        font-size: 12px;
	        color: #000;
	        text-align: center;
	    }

@media only screen and (min-width: 992px) {
	/*header*/
	header.header {
	    background: #000;
	    padding: 20px 0;
	}
	    .header-logo {
	        bottom: 0;
	        width: 164px;
	    }
	        .header-logo a img {
	            -webkit-filter: brightness(0) invert(1);
	            filter: brightness(0) invert(1);
	        }

	    a.bm-contact-open,
	    .bm-menu-open span {
	        color: #fff;
	        border-color: #fff;
	    }
	    .bm-menu-icon:before,
	    .bm-menu-icon:after {
	        background: #fff;
	    }
}
@media only screen and (max-width: 1199px) {

	.ip-ns-list {
	    margin-left: 0;
	    margin-right: 0;
	}
	.ip-ns-details {
	    margin: 0 10px;
	    padding-left: 10px;
	    padding-right: 10px;
	}
}

@media only screen and (max-width: 991px) {
	#inner-page-wrapper {
	    padding-top: 60px;
	}
	.ip-ns-list {
		margin-left: -12px;
		margin-right: -12px;
	}
		.ip-ns-item {
		    width: 50%;
		}
		.ip-ns-details {
		    flex-flow: column;
		}
			.ip-ns-details .price {
			    margin: 15px 0 0;
			}
	#content-full {
		margin-top: 20px;
	}


	
}
@media only screen and (max-width: 767px) {
	.ip-ns-item {
	    width: 100%;
	}
}
@media only screen and (max-width: 480px) {
	.ip-ns-pagination li a {
	    min-width: 25px;
	    height: 25px;
	}
}