.pxl-header-elementor-sticky.pxl-sticky-stt .elementor-widget-pxl_logo
{
	width: 50px !important;
	margin-right: 15px !important;
}
#pxl-header-mobile{
	height: 120px !important;
}

#pxl-header-mobile .pxl-header-branding img{
	height: 90px !important;
}

/*articles list profile custom post type*/
.rstyle-article-profile-cpt-container article{
		flex-direction: column;
}
.rstyle-article-profile-cpt-container article .hover-imge-effect2{
	overflow: hidden;
}
.rstyle-article-profile-cpt-container article .wrap-feature{
	aspect-ratio: 3/4;
	background-size: cover;
	background-position-x: center;
}
.rstyle-article-profile-cpt-container article:hover .wrap-feature{
	transform: scale(1.2);
	transition: all .3s ease-in-out;
}
.rstyle-article-profile-cpt-container h2.pxl-item--title {
		margin-bottom: 0;
}
.rstyle-profile-position{
	display: inline-block !important;
	color: var(--primary-color) !important;
	margin: 12px 0 0 0;
	text-transform: capitalize;
	font-size: 14px;
	line-height: 1.1;
	font-weight: 600;
}
.rstyle-profile-title a{
	text-transform: capitalize;
	font-size: 24px;
	line-height: 1.2;
	font-weight: 700;
	color: var(--secondary-color);
	margin-bottom: 0 !important;
}
/*articles list profile custom post type*/

/*btn read more*/
.rstyle-btn-readmore{
	padding: 15px 30px;
	background-color: var(--primary-color);
	text-align: center;
	border-radius: 5px;
	color: #fff;
	font-weight: bold;
}
.rstyle-btn-readmore:hover,
.rstyle-btn-readmore:active
{
	background-color: var(--secondary-color);
	color: var(--primary-color);
}