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


/* Custom events shortcode styles */
.swiper-events {
	width: 100%;
	padding: 2em 0;
}
.swiper-slide#events {
	background: #fff;
	border-radius: 10px;
	padding: 1em;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
	text-align: center;
	width: 300px;
}
.event-slide {
	text-align: left;
}

.event-slide-content {
	padding: 10px 20px;
	min-height: 145px;
}
.event-slide-content p,
.event-slide-content h4 {
	text-transform: uppercase;
	color: #0E425C;
}
.event-slide-image {
	height: 250px;
	background-size: cover;
	background-position: center;
	border-radius: 10px 10px 0 0;
	margin-bottom: 0.5em;
}
.swiper-events {
	padding: 0;
}
.swiper-events .swiper-slide {
	padding: 0;
}
.swiper-events .swiper-slide:last-child {
	margin-right: 20px;
}
.swiper-button-prev, .swiper-button-next {
	top: -30px !important;
	left: auto !important;
	right: 10px !important;
	position: absolute;
	background: #0E425C;
	border-radius: 50px;
	height: 44px !important;
	width: 44px !important;
	z-index: 100;
}
.swiper-button-prev {
	right: 60px !important;
}
.swiper-button-prev::after, .swiper-rtl .swiper-button-next::after,
.swiper-button-next::after, .swiper-rtl .swiper-button-prev::after { 
	color: #F9B133;
	font-size: 18px !important;
}

.icon-calendar,
.icon-clock {
	width: 24px;
	height: 24px;
	background-image: url('img/cal-icon.svg');
	background-size: contain;
	background-repeat: no-repeat;
	display: inline-block;
	position: relative;
	top: 5px;
	margin-right: 4px;
}
.icon-clock {
	background-image: url('img/time-icon.svg');
	margin-left: 10px;}