/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

.em-item-meta-line.em-event-date.em-event-meta-datetime {
	font-size: 12px;
	font-weight: 600;
}
.em.em-list .em-item .em-item-info {
	border-left: 4px solid #000 !important;
}
.em.em-calendar .em-cal-body.event-style-pill .em-cal-event > div, 
.em.pixelbones .input button.button-primary {
	background-color: #000 !important;
	border: 1px solid #000 !important;
	border-radius: 50px !important;
}

/* mobile cal */
@media (max-width: 1024px) and (max-width: 480px) {
	.em-cal-day-date.colored {
		filter: invert(100%);
	}
	.em.em-modal .em-modal-popup {
		align-items: center !important;
		justify-items: center !important;
		justify-content: center !important;
    	height: auto !important;
		margin-top: 50% !important;
	}
	.em.em-modal .em-modal-popup header .em-modal-title {
		font-size: 18px !important;
	}
}

body.privacy-policy .page-content {
	max-width: 1140px;
	margin: auto;
}