/*Support #226486 - Blog Single post template mobile view padding adjustment*/
@media only screen and (max-width: 767px) {
    .ct-single-heading-wrap,
    .ct-single-heading-wrap .elementor-section,
    .ct-single-content-wrap,
    .ct-single-content-wrap .elementor-section,
    .ct-single-related-article-wrap,
    .ct-single-related-article-wrap .elementor-section {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }
}

/*Support #384592 - Change the background color of the upload form*/
.upload-form.elementor-widget-form button[type="submit"] span{
    background: #3c546c;
    padding: 10px;
}

.Events-Bar .astra-megamenu.sub-menu.astra-mega-menu-width-custom {
	left: unset;
	right: 10%;
}
