/*=== Portfolio Style 2 ====*/
.thsn-portfolio-style-2 .themesion-post-content{
	position: relative;
	overflow: hidden;
}
.thsn-portfolio-style-2 .themesion-box-content .themesion-titlebox{ 
	display: inline-block;
	width: calc(100% - 80px);
	z-index: 9;
}
.thsn-portfolio-style-2 .themesion-box-content .thsn-portfolio-title{
	font-size: 24px;
	line-height: 24px;
	margin-bottom: 10px;
}
.thsn-portfolio-style-2 .themesion-box-content .thsn-port-cat a{
	font-size: 16px;
	text-transform: uppercase;
	color: var(--thsn-logisto-global-color);
}
.thsn-portfolio-style-2 .themesion-box-content .thsn-portfolio-title a{
	color: var(--thsn-logisto-white-color);
}
.thsn-portfolio-style-1 .themesion-icon-box a>i::before{
	font-weight: 700;
}
.thsn-portfolio-style-2 .themesion-icon-box {
	width: 45px;
	height: 45px;
	border-radius: var(--thm-border-radius);
	background-color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-size: 15px;
	color: var(--thm-black);
	position: absolute;
	top: 40px;
	left: 40px;
	transition: all 500ms ease;
}
.thsn-portfolio-style-2 .themesion-box-content-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	height: 100%;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	opacity: 0;
	-webkit-transform: translateY(70px);
	-ms-transform: translateY(70px);
	transform: translateY(70px);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	padding: 30px;
}
.thsn-portfolio-style-2 .themesion-box-content-wrapper::before{
	position: absolute;
	top: 30px;
	left: 30px;
	right: 30px;
	bottom: 30px;
	content: "";
	background:var(--thsn-logisto-blackish-color);
	opacity: 0.8;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}
.thsn-portfolio-style-2:hover .themesion-box-content-wrapper {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
}
.thsn-portfolio-style-2 .thsn-featured-wrapper img{
	width: 100%;
}