/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 30 2023 | 09:25:35 */
.page-title-badge{display:inline-block;}

.page-title-badge-absolute{
	position: absolute;
	bottom: 40px;
}


@media (max-width: 767px) {
	.page-title-badge-absolute {
		position: relative;
		bottom: 0;
		width: 100%;
		border-radius: 0 !important;
		text-align: center !important;
		margin-bottom:-6px !important;
	} 
	
	.page-title-badge-absolute h1 {
		padding-bottom: 4px !important;
	}
}