/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 14 2023 | 06:19:27 */
.custom-category-post-badge {
	display: inline-block;
	width: auto;
 	order: 1;
	background-color: #e4e4e4;
    color: var(--e-global-color-bdfe7da );
    border-radius: 4px;
    padding: 7px 14px;
/*     font-family: "Lato", Sans-serif; */
/*     font-weight: 400; */
    text-transform: uppercase;
/*     line-height: 12px; */
    letter-spacing: 1px;
	cursor: pointer;
	transition: background-color 250ms cubic-bezier(.25, .46, .45, .94),color 250ms cubic-bezier(.25, .46, .45, .94);
}

.custom-category-post-badge:hover {
	background-color: #FFFFFF;
}
