HEX
Server: LiteSpeed
System: Linux l24.yourwebhosting.net 5.14.0-611.54.3.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Thu May 7 16:31:24 EDT 2026 x86_64
User: turkishi (1582)
PHP: 8.1.34
Disabled: NONE
Upload Files
File: //home/turkishi/public_html/wp-content/themes/kidzieo/css/portfolio/portfolio-style-1.css
.pbmit-portfolio-style-1 .pbminfotech-post-content{
	position: relative;
	display: block;
	overflow: hidden;
	border-radius: 15px;
}
.pbmit-portfolio-style-1 .pbmit-portfolio-title{
	font-size: 24px;
	line-height: 30px;
	margin: 0;
	margin-top: 5px;
}
.pbmit-portfolio-style-1 .pbmit-featured-wrapper {
	position: relative;
	display: block;
	overflow: hidden;
}
.pbmit-portfolio-style-1 .pbmit-featured-wrapper img {
	width: 100%;
}
.pbmit-portfolio-style-1 .pbmit-featured-wrapper::after {
	position: absolute;
	content: '';
	background: var(--pbmit-kidzieo-blackish-color);
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	z-index: 1;
	opacity: 0;
	border-radius: 15px;
	transition: all 500ms ease;
}
.pbmit-portfolio-style-1:hover .pbmit-featured-wrapper::after {
	opacity: 0.8;
}
.pbmit-portfolio-style-1 .pbminfotech-box-content {
	position: absolute;
	left: 20px;
	bottom: 0px;
	width: calc(100% - 40px);
	z-index: 2;
	padding-right: 60px;
	opacity: 0;
	padding: 20px 30px;
	border-radius: 15px;
	background-color: var(--pbmit-kidzieo-white-color);
	transition: all 500ms ease;
}
.pbmit-portfolio-style-1:hover .pbminfotech-box-content {
	bottom: 20px;
	opacity: 1;
}
.pbmit-portfolio-style-1 .pbmit-port-cat a {
	color: var(--pbmit-kidzieo-global-color);
}
.pbmit-portfolio-style-1 .pbmit-port-cat {
	position: relative;
	padding-left: 10px;
}
.pbmit-portfolio-style-1 .pbmit-port-cat::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 4px;
	height: 4px;
	border-radius: 50px;
	background-color: var(--pbmit-kidzieo-global-color);
	-khtml-transform: translateX(0%) translateY(-50%);
	-moz-transform: translateX(0%) translateY(-50%);
	-ms-transform: translateX(0%) translateY(-50%);
	-o-transform: translateX(0%) translateY(-50%);
	transform: translateX(0%) translateY(-50%);
	-webkit-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}