.selected-posts {
	background-image:url(../../assets/icons/utility/paper-bg.webp);
	background-size: cover;
	background-position: center;
	padding: 42px 0 44px;
}
.selected-posts .sp-size {
	max-width: 1228px;
	margin: 0 auto;
	position: relative;
}
.selected-posts .sp-size h3 {
	position: absolute;
	font-family: 'California Palms Script';
	font-size: 82px;
	margin: 0;
	color: #FFFFFF;
	transform: rotate(-6deg);
	left: -3px;
	top: 82px;
	z-index: 999;
}
.selected-posts .tabs-wrap {
	height: 531px;
	position: relative;
	width: 100%;
}
.selected-posts .tabs-wrap article {
	position: absolute;
	top: 0;
	width: 1012px;
	right: 0;
}
.selected-posts .tabs-wrap article.active {
	z-index: 99;
}
.selected-posts .tabs-wrap .post-header {
	display: flex;
	justify-content: space-between;
	position: relative;
}
.selected-posts .tabs-wrap .post-header .left {
	width: 612px;
	height: 531px;
	border: 4px solid white;
	display: block;
	margin: 0;
	box-shadow: 1px 2px 6px #7f7e7b;
}
.selected-posts .tabs-wrap .post-header .left img {
	width:100%;
	height:100%;
	transition: all 0.5s;
}
.selected-posts .tabs-wrap .post-header .left img:hover{
	-webkit-filter: brightness(70%);
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
}
.selected-posts .tabs-wrap .post-header .right {
	width: 357px;
	background: #FFFFFF;
	padding: 20px;
	box-shadow: 1px 2px 6px #7f7e7b;
	position: relative;
	height: 531px;
}
.selected-posts .tabs-wrap .post-header .right .post-category {
	border-bottom: 1px solid #121216;
	font-family: 'freight-big-pro';
	font-size: 22px;
	text-transform: capitalize;
	margin: 39px 0;
	padding-bottom: 8px;
}
.selected-posts .tabs-wrap .post-header .right .date {
	font-family: 'freight-big-pro';
	font-size: 22px;
	font-style: italic;
	display: block;
	margin: 96px 0 0;
}
.selected-posts .tabs-wrap .post-header .right .post-title {
	font-size: 38px;
	line-height: 0.85;
	margin: 10px 0 47px;
	font-weight: 100;
}
.selected-posts .tabs-wrap .post-header .right .exc {
	font-size: 12px;
	line-height: 22px;
	height: 70px;
	overflow: hidden;
}
.selected-posts .tabs-wrap .post-header .right .read {
	font-size: 11px;
	font-weight: 600;
	text-decoration: underline;
}
.selected-posts .tabs-wrap .post-header .right a {
	text-decoration: none;
}
.selected-posts .tabs-wrap .post-header .right:before{
	content: "";
	display: block;
	width: 70px;
	height: 63px;
	background-image: url(../../assets/icons/utility/thumbtack.png);
	background-size: contain;
	background-position: center;
	position: absolute;
	top: -27px;
	left: 0;
	right: 0;
	margin: auto;
}
.selected-posts .tabs-wrap .post-header .right:after{
	content: "";
	display: block;
	width: 120px;
	height: 120px;
	background-image: url(../../assets/icons/utility/waxseal.png);
	background-size: contain;
	background-position: center;
	position: absolute;
	bottom: -35px;
	right: -27px;
}
.selected-posts .tabs-wrap .tab-title {
	width: 217px;
	display: block;
	background: #F4EFE9;
	text-decoration: none;
	padding: 0 27px 0 20px;
	display: table;
	height: 101px;
	box-shadow: 1px 2px 6px #545351;
}
.selected-posts .tabs-wrap .tab-title:hover {
	cursor: pointer;
}
.selected-posts .tabs-wrap article.active .tab-title {
	background: #FFFFFF;
}
.selected-posts .tabs-wrap .tab-title h2 {
	font-size: 18px;
	margin: 0;
	line-height: 20px;
}
.selected-posts .tabs-wrap .tab-title p {
	margin: 0;
}
.selected-posts .tabs-wrap .tab-1 {
	position: absolute;
	bottom: 284px;
	left: -201px;
}
.selected-posts .tabs-wrap .tab-2 {
	position: absolute;
	bottom: 171px;
	left: -201px;
}
.selected-posts .tabs-wrap .tab-3 {
	position: absolute;
	bottom: 59px;
	left: -201px;
}
@media all and (max-width:1240px) {
	.selected-posts .sp-size {
		max-width: 1010px;
	}
	.selected-posts .tabs-wrap article {
		width:809px;
	}
	.selected-posts .tabs-wrap .post-header .left {
		width:445px;
	}
}
@media all and (max-width:1020px) {
	.selected-posts .sp-size {
		max-width: 700px;
	} 
	.selected-posts .tabs-wrap article {
		width: 499px;
	}
	.selected-posts .tabs-wrap .post-header {
		display: block;
	}
	.selected-posts .tabs-wrap .post-header .right {
		width: 100%;
		height: 470px;
	}
	.selected-posts .tabs-wrap .post-header .left {
		width: 100%;
		margin: 0 0 22px;
	}
	.selected-posts .tabs-wrap .post-header .right .date {
		margin: 45px 0 0;
	}
	.selected-posts .tabs-wrap {
		height: 1043px;
		position: relative;
		width: 100%;
	}
	.selected-posts .tabs-wrap .tab-1 {
		top: 160px;
	}
	.selected-posts .tabs-wrap .tab-2 {
		top: 273px;
	}
	.selected-posts .tabs-wrap .tab-3 {
		top: 388px;
	}
}
@media all and (max-width:768px) {
	.selected-posts .sp-size {
		max-width: 500px;
	}
	.selected-posts {
		padding: 170px 0 1px;
	}
	.selected-posts .tabs-wrap .tab-1 {
		top: -92px;
		left: 0;
		width: 163px;
		padding: 0 14px 0 14px;
	}
	.selected-posts .tabs-wrap .tab-2 {
		top: -92px;
		left: 168px;
		width: 163px;
		padding: 0 14px 0 14px;
	}
	.selected-posts .tabs-wrap .tab-title h2 {
		font-size: 15px;
		margin: 0;
		line-height: 17px;
	}
	.selected-posts .sp-size h3 {
		position: absolute;
		font-family: 'California Palms Script';
		font-size: 55px;
		color: #FFFFFF;
		transform: rotate(-6deg);
		left: 0;
		top: -143px;
		right: 0;
		margin: auto;
		z-index: 999;
		text-align: center;
	}
	.selected-posts .tabs-wrap .post-header .right .post-title {
		font-size: 30px;
		line-height: 0.85;
		margin: 18px 0 38px;
		font-weight: 100;
	}
	.selected-posts .tabs-wrap .post-header .right {
		width: 100%;
		height: 418px;
	}
	.selected-posts .tabs-wrap .tab-3 {
		top: -92px;
		left:inherit;
		right:0;
		width: 163px;
		padding: 0 14px 0 14px;
	}
}
@media all and (max-width:550px) {
	.selected-posts {
		padding: 170px 0 1px;
		overflow: hidden;
	}
	.selected-posts .sp-size {
		max-width: 300px;
	}
	.selected-posts .tabs-wrap article {
		width: 100%;
	}
	.selected-posts .tabs-wrap .post-header .left {
		height:375px;
	}
	.selected-posts .tabs-wrap .post-header .right .post-category {
		font-size:18px;
		margin: 20px 0;
	}
	.selected-posts .tabs-wrap .post-header .right .date {
		margin: 18px 0 0;
		font-size: 16px;
	}
	.selected-posts .tabs-wrap .post-header .right .post-title {
		font-size: 26px;
		line-height: 0.95;
		margin: 8px 0 20px;
		font-weight: 100;
	}
	.selected-posts .tabs-wrap .post-header .right {
		width: 100%;
		height: 350px;
	}
	.selected-posts .tabs-wrap .post-header .right:after {
		width:100px;
		height:100px;
	}
	.selected-posts .tabs-wrap {
		height: 800px;
		position: relative;
		width: 100%;
	}
	.selected-posts .tabs-wrap .tab-title h2 {
		font-size: 11px;
		margin: 0;
		line-height: 14px;
	}
	.selected-posts .tabs-wrap .tab-1 {
		top: -92px;
		left: 0;
		width: 85px;
		padding: 0 10px 0 10px;
	}
	.selected-posts .tabs-wrap .tab-3 {
		top: -92px;
		left: 183px;
		right: 0;
		width: 85px;
		padding: 0 10px;
	}
	.selected-posts .tabs-wrap .tab-2 {
		top: -92px;
		left: 91px;
		width: 85px;
		padding: 0 10px;
	}
}