/** global **/

div#main-wrapper {
	background: #000;
	display: block;
}

.page-banner {
	margin-bottom: 0;
}

.page-title .titlewrapper {
	display: none;
}

.page-banner canvas {
    min-height: 400px;
}

/** global **/

.section-main-wrapper {
	position: relative;
	display: block;
	z-index: 1;
}

.section-main-wrapper:before {
	z-index: -1;
	content: "";
	position: absolute;
	top: 0;
	left: -25%;
	width: 88%;
	height: 100%;
	background-image: url(../../images/homepage/about-text-logo-overlay.png);
	background-size: contain;
	background-position: top -10px center;
	background-repeat: no-repeat;
	z-index: -1;
	opacity: .65;
	display: none;
}

.page-banner:after {
	opacity: .7;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.80) 0%, rgba(0, 0, 0, 0) 50%);
}

.ip-blogs-section {
	font-size: 0;
	position: relative;
}

.ip-blogs-heading {
	font-family: "Barlow", sans-serif;
    font-size: 24px;
    font-weight: 400;
    color: #999;
	text-transform: uppercase;
    line-height: 1;
	max-width: 265px;
    margin: 55px auto 50px;
}
.ip-blogs-heading div {
    position: relative;
    font-family: "Raleway", sans-serif;
    font-size: 70px;
	font-weight: 700;
	color: #fff;
    margin-top: 18px;
    padding-left: 31px;
}
.ip-blogs-heading div::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 3px;
	height: 73px;
    background-color: #cbaa45;
    pointer-events: none;
}
.ip-blogs-list-inner-wrapper {
	position: relative;
	max-width: 1170px;
	margin: 0 auto;
}
	.ip-blogs-item {
		display: inline-block;
		vertical-align: top;
		width: 33.33%;
		padding: 0 15px;
		margin-bottom: 30px;
	}
		.ip-blogs-item a {
			display: block;
			position: relative;
			padding-bottom: 45px;
			background-color: #fff;
		}
		.ip-blogs-item a::before {
			content: "";
			position: absolute;
			top: -4px;
			left: -4px;
			width: calc(100% + 8px);
			height: calc(100% + 8px);
			border: 4px solid #cbaa45;
			pointer-events: none;
			opacity: 0;
			transition: all .4s ease-in-out;
		}
		.ip-blogs-item a:hover:before {
			opacity: 1;
		}
			.ip-blogs-item-image {
				position: relative;
			}
				.ip-blogs-item-image canvas {
					display: block;
					width: 100%;
					background-size: cover;
					background-position: center;
					background-repeat: no-repeat;
				}
			.ip-blogs-item-text {
				padding: 37px 16px 0;
				text-align: center;
			}
				.ip-blogs-item-text-title {
					font-family: "Raleway", sans-serif;
					font-size: 18px;
					font-weight: 600;
					color: #000;
					text-transform: uppercase;
					letter-spacing: 0.04em;
					line-height: 1.2;
					min-height: 64px;
					margin-bottom: 10px;
				}
				.ip-blogs-item-text-excerpt {
					font-family: "Barlow", sans-serif;
					font-size: 17px;
					font-weight: 400;
					color: #444444;
					line-height: 1.6;
					min-height: 136px;
					margin-bottom: 34px;
				}
				.ip-blogs-item-text-link {
					max-width: 198px;
					margin: 0 auto;
					font-family: "Raleway", sans-serif;
					font-size: 15px;
					font-weight: 600;
					color: #000;
					text-transform: uppercase;
					padding: 17px 0;
					border: 2px solid #000;
					transition: all .4s ease-in-out;
				}
				.ip-blogs-item a:hover .ip-blogs-item-text-link {
					color: #fff;
					background-color: #cbaa45;
					border-color: #cbaa45;
				}
	.ip-blogs-list-pagination {
		padding: 27px 0 40px;
	}
		.ip-blogs-list-pagination ul {
			text-align: center;
		}
			.ip-blogs-list-pagination ul li {
				display: inline-block;
				vertical-align: top;
				margin: 0 15px;
			}
				.ip-blogs-list-pagination ul li a {
					font-family: "Roboto", sans-serif;
					font-size: 20px;
					font-weight: 300;
					color: #fff;
				}
				.ip-blogs-list-pagination ul li a:hover {
					color: #cbaa45;
				}
				.ip-blogs-list-pagination ul li a.active-page {
					font-weight: 700;
				}
.ip-blogs-cta-wrapper {
	padding: 2vw 15px;
	background-color: #fff;
}
.ip-blogs-cta {
	max-width: 950px !important;
	margin: 0 auto;
}
.ip-blogs-cta.global-link a {
	display: inline-block;
	vertical-align: middle;
	width: calc(33.33% - 11px);
	font-size: 15px;
	padding: 20px 0;
}
.ip-blogs-cta.global-link a:not(:last-child) {
	margin-right: 16px;
}
.ip-blogs-cta.global-link a:not(:hover) {
	border-color: #000;
	color: #000;
}

/*******************************************************
 *
 * Mobile styles and other media queries
 *
 *******************************************************/

@media only screen and (max-width: 1440px) {

}

@media only screen and (max-width: 1366px) {

}

@media only screen and (max-width: 1199px) {
	.ip-blogs-item-text-title {
		font-size: 16px;
	}
	.ip-blogs-item-text-excerpt {
		font-size: 14px;
	}
}

@media only screen and (max-width: 991px) {
	.ip-blogs-cta-wrapper {
		padding: 40px 15px 20px;
	}
	.ip-blogs-cta.global-link a {
		display: block;
		width: 100%;
		max-width: 420px;
		margin: 0 auto 20px !important;
	}
	.ip-blogs-item {
		width: 50%;
	}
}

@media only screen and (max-width: 767px) {
	.ip-blogs-item {
		display: block;
		width: 100%;
		max-width: 480px;
		margin: 0 auto 30px;
	}
	.ip-blogs-item-text-excerpt {
		min-height: auto;
	}
}

@media only screen and (max-width: 480px) {

}