#inner-page-wrapper {
	padding: 0;
	margin: 0;
}

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


#content .entry-title {
	display: none;
}

#breadcrumbs {
	text-transform: uppercase;
}

#ip-seller {
	position: relative;
	font-size: 0;
	letter-spacing: 0;
}

	.ip-seller-main {
		position: relative;
		padding: 17px 0 65px;
	}

		.ip-seller-flex-row {
			position: relative;
			display: flex;
			flex-wrap: wrap;
			margin-top: 60px;
		}
			.ip-seller-flex-row:first-child {
				margin-top: 15px;
			}
			.ip-seller-flex-row:before,
			.ip-seller-flex-row:after {
				display: none;
			}

		.ip-seller-img-wrap {
			position: relative;
			padding: 78px 47px 78px 0;
			height: 100%;
		}
			.ip-seller-flex-row:nth-child(even) .ip-seller-img-wrap {
				padding: 78px 0 78px 47px;
			}
			.ip-seller-img-wrap:before {
				content: '';
				position: absolute;
				top: 0;
				right: 195px;
				width: calc((100vw - 1140px) / 2 + 100%);
				height: 100%;
				background: #4e4e4e;
				z-index: -1;
			}
			.ip-seller-flex-row:nth-child(even) .ip-seller-img-wrap:before {
				right: auto;
				left: 195px;
			}
			.ip-seller-img {
				position: relative;
				background: #404040;
				border: 1px solid #ffffff;
				padding: 10px;
			}
				.ip-seller-img canvas {
					width: 100%;
					background-size: cover;
					background-position: center center;
					background-repeat: no-repeat;
				}
		.ip-seller-text-wrap {
			position: relative;
			height: 100%;
			display: flex;
			align-items: center;
			padding: 15px 0;
		}
			.ip-seller-text-wrap:before,
			.ip-seller-text-wrap:after {
				content: '';
				position: absolute;
				top: 0;
				left: -225px;
				height: 100%;
				width: calc((100vw - 1140px) / 2 + 100% + 225px);
			}
				.ip-seller-flex-row:nth-child(even) .ip-seller-text-wrap:before,
				.ip-seller-flex-row:nth-child(even) .ip-seller-text-wrap:after {
					right: -225px;
					left: auto;
				}
				.ip-seller-text-wrap:before {
					background-image: url(../../images/seller/seller-accent.jpg);
					background-size: cover;
					background-position: center center;
					background-repeat: no-repeat;
					z-index: -3;
				}
				.ip-seller-text-wrap:after {
					background: linear-gradient(to bottom, rgba(255,255,255,0.6) 5%, rgba(255,255,255,0.4) 10%, rgba(255,255,255,0) 20%,rgba(255,255,255,0) 80%, rgba(255,255,255,0.4) 85%, rgba(255,255,255,0.6));
					z-index: -2;
				}
			.ip-seller-text-wrap > div {
				position: relative;
				width: 100%;
			}
				#content .ip-seller-text-wrap > div > h2 {
					font-family: 'Josefin Sans';
					display: inline-block;
					font-size: 35px;
					text-transform: uppercase;
					letter-spacing: 0.025em;
					line-height: 1;
					color: #4e4e4e;
					font-weight: 600;
					margin: 0;
				}
				.ip-seller-text {
					position: relative;
					margin: 20px 0 0;
				}
					.ip-seller-text p {
						font-size: 15px;
						letter-spacing: 0.02em !important;
						line-height: 1.5 !important;
						color: #787878;
						margin-top: 15px;
					}
						.ip-seller-text p:first-child {
							margin-top: 0;
						}

	.ip-seller-verbiage {
		position: relative;
		padding: 100px 0;
		margin: 35px 0 0;
	}
		.ip-seller-verbiage:before {
			content: '';
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			z-index: -1;
			background-image: url(../../images/seller/seller-sec-bg.jpg);
			background-size: cover;
			background-repeat: no-repeat;
			background-position: center center;
		}
			.ip-seller-verbiage-inner {
				position: relative;
				width: 100%;
				padding: 116px 15px 90px;
				background: rgba(78,78,78,0.8);
			}
				.ip-seller-verbiage-title {
					display: block;
					text-align: center;
				}
					#content .ip-seller-verbiage-title h2 {
						display: inline-block;
						position: relative;
						font-family: 'Josefin Sans';
						letter-spacing: 0.05em;
						font-size: 35px;
						line-height: 1.1;
						color: #ffffff;
						text-transform: uppercase;
						padding-bottom: 24px;
						margin: 0;
					}
						.ip-seller-verbiage-title h2:before {
							content: '';
							position: absolute;
							bottom: 0;
							left: 0;
							right: 0;
							margin: auto;
							width: 112px;
							height: 3px;
							background: #ffffff;
						}
			.ip-seller-verbiage-text {
				position: relative;
				text-align: center;
				margin: 40px auto 0;
				width: 100%;
				max-width: 855px;
			}
				.ip-seller-verbiage-text p {
					font-size: 18px;
					empty-cells: 0.04em;
					line-height: 1.3;
					color: #ffffff;
					margin-top: 15px;
				}
					.ip-seller-verbiage-text p:first-child {
						margin-top: 0;
					}

@media only screen and (min-width: 992px) {
	.ip-banner canvas {
	    min-height: 566px;
	}
	.ip-seller-flex-row:nth-child(even) {
		flex-direction: row-reverse;
	}
}
@media only screen and (min-width: 1366px) {
	.ip-seller-custom-container {
		width: 1330px;
	}
}
@media only screen and (min-width: 1440px) {
	.ip-seller-custom-container {
		width: 1370px;
	}
}

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

	.ip-seller-text-wrap:before,
	.ip-seller-text-wrap:after {
		width: calc((100vw - 940px) / 2 + 100% + 225px);
	}
	.ip-seller-img-wrap:before {
		width: calc((100vw - 940px) / 2 + 100%);
	}

}
@media only screen and (max-width: 991px) {
	.ip-seller-text-wrap:before,
	.ip-seller-text-wrap:after {
	    width: 100%;
	    left: 0 !important;
	    right: 0 !important;
	}
	.ip-seller-img-wrap:before {
		width: 100%;
	}
	.ip-seller-img-wrap {
	    padding: 78px 0 78px 0 !important;
	}
	.ip-seller-flex-row {
		display: block;
		margin-top: 0;
	}
	.ip-seller-text-wrap {
		padding: 40px 15px;
		text-align: center;
	}
	.ip-seller-text-wrap > div {
	    margin: auto !important;
	}
	.ip-seller-verbiage {
		margin: 0;
	}
}
@media only screen and (max-width: 767px) {
	
}
@media only screen and (max-width: 567px) {
	.ip-seller-verbiage-inner {
	    padding: 50px 15px;
	}
	#content .ip-seller-verbiage-title h2 {
		font-size: 30px;
	}
}
@media only screen and (max-width: 480px) {
	
}