/* 
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 */

.um-postmessage {
    color: #fff;
    font-size: 20px;
    text-align: center;
    font-weight: 600;
}

.not_loggedin_box{ 
	height: 225px; 
	display: flex; 
	align-items: center; 
	justify-content: center; 
	margin: 0 auto;
}

.slick-slide {
	padding: 10px;
	background-color: #f2f9ff;
	border-radius: 12px;
	margin: 10px;
}
.event_lsiting_date{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: start;
	color: #000000;
	font-family: outfit !important;
    font-size: 0.9rem !important;
    font-weight: 400 !important;
	line-height: 1.25rem !important;
	margin-bottom: 20px;
	
}
.event-content h4{
	color: #000000;
    font-family: outfit !important;
    font-size: 1.5rem !important;
    font-weight: 600 !important;
	line-height: 2.25rem !important;
	margin-bottom: 20px;
	
}
.event_listing{
background-color: #191C99 !important;
    color: #fff;
    font-family: outfit !important;
    font-size: 0.8rem !important;
    font-weight: 500 !important;
    padding: 08px 14px !important;
    border-radius: 8px !important;
	border: 2px white !important;
}

@media (max-width: 426px){
	.slick-slide,
	.event-content,
	.event_listing_link
	{
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	
	.not_loggedin_box{ 
	height: 100px; 
}
	
}
