/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 11 2024 | 11:26:39 */
.em-item-meta .em-event-meta-datetime:first-child{
display: none !important;
}
@media screen and (max-width: 992px) {
	.em.em-list .em-item
	{
		display: flex !important;
		flex-direction: column !important;
	}
}
.kp-message{
width:800px;
    text-align: center;
    font-size: 20px;
    line-height: 1.7;
    padding:  0 64px 64px 64px;
    margin: auto;
	max-width: 100%
}
@media screen and (max-width: 992px) {
	.kp-message{
width:100%;
    text-align: center;
    font-size: 16px;
    line-height: 1.7;
    padding:24px;
    margin: auto;
	max-width: 100%
}
}