.blog-filter {
	cursor: pointer;
	font-family: 'Poppins-SemiBold';
	color: #a5aeba;
}

.blog-filter.active {
	color: #000;
}

.blog-feed-sec .container {
	padding: 0;
}

.blog-box {
	display: none;
	width: 50%;
	position: relative;
	background-color: #fff;
}

.blog-box.active {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.blog-box-content {
/*	background-color: #a5aeba;*/
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.blog-box:nth-child(4n + 1) {
	background-color: #acc8c7;
}

.blog-box:nth-child(4n + 2) {
	background-color: #eee1d8;
}

.blog-box:nth-child(4n + 3) {
	background-color: #a5aeba;
}

.blog-box:nth-child(4n + 4) {
	background-color: #e2ecff;
}

/*.blog-feed-wrap.even .blog-box.active:nth-last-child(2),*/
.blog-box.active:last-child,
.blog-box.active:nth-last-child(2) {
	background-color: #fff;
}

.blog-box:nth-child(4n + 1) .blog-box-top,
.blog-box:nth-child(4n + 1) .blog-box-bot {
	background-color: #a5aeba;
}

.blog-box:nth-child(4n + 2) .blog-box-top,
.blog-box:nth-child(4n + 2) .blog-box-bot {
	background-color: #e2ecff;
}

.blog-box:nth-child(4n + 3) .blog-box-top,
.blog-box:nth-child(4n + 3) .blog-box-bot {
	background-color: #acc8c7;
}

.blog-box:nth-child(4n + 4) .blog-box-top,
.blog-box:nth-child(4n + 4) .blog-box-bot {
	background-color: #eee1d8;
}

.blog-box:nth-child(4n + 1) .blog-box-bot,
.blog-box:nth-child(4n + 2) .blog-box-bot {
	border-radius: 0 0 250px 0;
}

.blog-box:nth-child(4n + 3) .blog-box-bot,
.blog-box:nth-child(4n + 4) .blog-box-bot {
	border-radius: 0 0 0 250px;
}

.blog-box-top,
.blog-box-bot {
	padding-left: 100px;
/*	position: relative;*/
}

.blog-box-bot {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.blog-box-img-wrap {
	position: relative;
	padding: 30%;
	z-index: 2;
}

.blog-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.blog-box-info-wrap {
	padding: 25px 75px 75px 0;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	position: relative;
	z-index: 2;
}

.blog-box-title {
	margin-bottom: 25px;
}

.blog-box-title h3:first-child {
	color: #000;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #000;
	width: 120px;
}

.blog-box-title h3:last-child {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.blog-text {
	margin-bottom: 25px;
	padding-left: 120px;
}

.blog-box-btn {
	padding-left: 120px;
}

.blog-box-btn .btn {
	padding: 10px 20px;
	width: 250px;
	font-size: 1em;
}

/*
.blog-box:hover .btn {
	background-color: #000;
	color: #fff;
}
*/

.pg-blog .sec-events {
	background-color: #fff;
}

.pg-blog .sec-events .ev-slide-text {
	background-color: #e6e7ea;
}

.blog-abs-text-wrap {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	z-index: 5;
	pointer-events: none;
}

.blog-abs-text-left {
	position: absolute;
	left: 60px;
	top: 25px;
	transform: rotate(90deg);
    transform-origin: left top;
    width: calc(100% - 200px);
    overflow: hidden;
	pointer-events: all;
}

.blog-abs-text-left .blog-abs-text {
    transform: rotate(180deg);
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.blog-abs-text .line {
	height: 1px;
	background-color: #fff;
	align-self: center;
/*	width: 50%;*/
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.blog-abs-text h5 {
	letter-spacing: 0.1em;
	margin-left: 15px;
/*	font-size: 0.8em;*/
}

.blog-box-icon {
	position: absolute;
	bottom: 0;
	height: 100%;
}

.blog-box:nth-child(4n + 1) .blog-box-icon,
.blog-box:nth-child(4n + 2) .blog-box-icon {
	left: 80px;
	width: 125px;
	background-position: bottom left;
	background-image: url(../img/svg/ico-blog-box-1.svg);
}

.blog-box:nth-child(4n + 3) .blog-box-icon,
.blog-box:nth-child(4n + 4) .blog-box-icon {
	right: 0;
	width: 200px;
	background-position: bottom right;
	background-image: url(../img/svg/ico-blog-box-2.svg);
}





/*--- Blog single ---*/

.blog-body-wrap {
    margin-top: -250px;
    position: relative;
    z-index: 100;
}

.blog-intro h5 {
	text-transform: inherit;
	line-height: 150%;
}

.blog-body-img {
	margin: 50px auto;
	padding: 20%;
}

.blog-content img {
	max-height: 500px;
	max-width: 100%;
	width: auto;
	margin: 0 auto 50px;
	display: block;
}

.blog-extra-sec .container {
	padding: 0;
}

.blog-extra-icons {
	position: relative;
	padding: 18%;
	background-position: left;
}

.blog-extra-text-wrap {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	pointer-events: none;
}

.blog-extra-text {
	position: absolute;
	left: 100px;
	bottom: 0;
	transform: rotate(-90deg);
    transform-origin: bottom left;
	pointer-events: all;
}

.blog-extra-sidetext-wrap .line {
	height: 1px;
	width: 100px;
	background-color: #000;
	align-self: center;
}

.blog-extra-sidetext-wrap h5 {
	letter-spacing: 0.1em;
	margin-left: 15px;
}

.connects-hub-logo {
	padding: 10%;
	background-position: top left;
}

.connects-hub-icon {
	position: absolute;
	bottom: 25px;
	right: 100px;
	width: 150px;
	height: 250px;
	background-position: right bottom;
	background-image: url(../img/svg/ico-connects-hub-1.svg);
}

.connects-hub-bg-icons {
	height: 300px;
	background-image: url(../img/svg/ico-connects-hub-2.svg);
	background-repeat: repeat;
	background-size: 1200px;
}




/*========== RESPONSIVENESS ==================*/

@media screen and (max-width: 1320px) {
	
	.blog-box-info-wrap {
		padding: 25px 50px 75px 0;
	}
	
	.blog-box-btn .btn {
		width: 200px;
	}
	
	.blog-box-top, 
	.blog-box-bot {
		padding-left: 75px;
	}
	
	.blog-abs-text-left {
		left: 50px;
	}
	
	.blog-box:nth-child(4n + 1) .blog-box-icon, 
	.blog-box:nth-child(4n + 2) .blog-box-icon {
		left: 50px;
	}
	
}




@media screen and (max-width: 1024px) {
	
	.blog-box:nth-child(4n + 1) .blog-box-bot,
	.blog-box:nth-child(4n + 2) .blog-box-bot {
		border-radius: 0 0 150px 0;
	}
	
	.blog-box:nth-child(4n + 3) .blog-box-bot, 
	.blog-box:nth-child(4n + 4) .blog-box-bot {
    	border-radius: 0 0 0 150px;
	}
	
	.blog-box-info-wrap {
		padding: 25px 25px 75px 0;
	}
	
	.blog-box-title {
		display: block;
		margin-bottom: 10px;
	}
	
	.blog-box-title h3:first-child {
		width: 100%;
		margin-bottom: 5px;
	}
	
	.blog-text,
	.blog-box-btn {
		padding-left: 0;
	}
	
	.blog-box:nth-child(4n + 1) .blog-box-icon, 
	.blog-box:nth-child(4n + 2) .blog-box-icon {
		left: 5px;
	}
	
	.blog-body-wrap {
		margin-top: -150px;
	}
	
}




@media screen and (max-width: 768px) {
	
	.blog-box {
		width: 100%;
	}
	
	.blog-box:nth-child(4n + 1) .blog-box-bot,
	.blog-box:nth-child(4n + 2) .blog-box-bot {
		border-radius: 0 0 100px 0;
	}
	
	.blog-box:nth-child(4n + 3) .blog-box-bot, 
	.blog-box:nth-child(4n + 4) .blog-box-bot {
    	border-radius: 0 0 0 100px;
	}
	
	.blog-box-top, 
	.blog-box-bot {
		padding-left: 50px;
	}
	
	.blog-abs-text-left {
		left: 35px;
	}
	
	.blog-body-wrap {
		margin-top: 0;
		padding-left: 0;
		padding-right: 0;
	}
	
	.blog-content img {
		margin: 0 auto 25px;
	}
	
	.blog-extra-icons {
		padding: 0;
		height: 200px;
	}
	
	.blog-extra-text {
		left: 50px;
	}
	
	.blog-extra-sidetext-wrap .line {
		width: 50px;
	}
	
	.connects-hub-left,
	.connects-hub-right {
		width: 100%;
		padding-left: 0;
		padding-right: 0;
	}
	
	.connects-hub-logo {
		padding: 0;
		width: 100%;
		height: 50px;
		margin-bottom: 25px;
	}
	
	.connects-hub-bg-icons {
		padding: 30%;
		height: 0;
	}
	
	.connects-hub-icon {
		display: none;
	}
	
}