/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
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: 1.0.1
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
*/

body {
	color: #4D080A;
    font-family: "Sintony", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.elementor-menu-toggle:focus {
	 outline: none; 
}
.toolbar {
	margin-bottom: 0px;
}
.toolbar > ul {
	display: flex;
	margin: 0;
	padding: 0;
	list-style: none;
	border-bottom: 1px solid #CD1719;
}
.toolbar > ul li:not(:last-child) {
	margin-right: 20px;
}
.toolbar > ul li a {
	display: flex;
	align-items: center;
	color: #CD1719;
	padding: 6px 0;
}
.toolbar > ul li a img {
	width: 10px;
	height: 12px;
	margin-right: 8px;
}

.toolbar > div:not(.show) {
	display: none;
}

.toolbar .share {
	display: flex;
	align-items: center;
	margin: 10px 0 0;
	background: #f5f5f5;
	border-radius: 5px;
	padding: 15px;
}
.toolbar .share ul {
	display: flex;
	margin: 0 0 0 15px;
	padding: 0;
	list-style: none;
}
.toolbar .share ul li:not(:last-child) {
	margin-right: 10px;
}
.toolbar .share ul img {
	display: block;
	width: 24px;
	height: 24px;
}

@media print {
	.toolbar {
		display: none;
	}
}

.eventlist article {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #4D080A;
	min-height: 175px;
}
.eventlist article:focus,
.eventlist a:focus {
	outline: none;
}

.eventcalendar {
	background: #f5f5f5;
	border-radius: 30px;
	max-width: 380px;
    margin: 40px auto 0;
	position: relative;
}
.wp-calendar-table-wrap {
	padding: 10px;
}
.wp-calendar-table {
	border-radius: 0 0 30px 30px;
	margin: 0;
	text-align: center;
}
.eventcalendar .caption {
	display: block;
	padding: 49px 0 27px;
	background: #CD1719;
	position: relative;
	color: #fff;
	font-size: 24px;
	font-weight: 500;
	border-radius: 30px 30px 0 0;
	text-align: center;
}
.eventcalendar .caption:before {
	content: "";
	position: absolute;
	top: -24px;
	left: 0;
	right: 0;
	height: 50px;
	background: url(/wp-content/uploads/2021/02/Screen-Shot-2021-02-26-at-5.35.05-PM.png) center / contain no-repeat;
}
.wp-calendar-nav {
	display: flex;
	justify-content: space-between;
	position: absolute;
	height: 20px;
	top: 57px;
	left: 30px;
	right: 30px;
	margin-top: 0px;
}
.wp-calendar-nav-prev a,
.wp-calendar-nav-next a {
	visibility: hidden;
	display: block;
	width: 20px;
}
.wp-calendar-nav-prev a:before {
	content: url(/wp-content/uploads/2021/02/light-leftarrow.svg);
}
.wp-calendar-nav-next a:before {
	content: url(/wp-content/uploads/2021/02/light-rightarrow.svg);
}
.wp-calendar-nav-prev a:before,
.wp-calendar-nav-next a:before {
	visibility: visible;
	width: 20px;
}
.wp-calendar-table tr th,
.wp-calendar-table tr td {
	border: 0 !important;
}
.wp-calendar-table a {
	font-weight: bold;
}
.wp-calendar-table #today {
	position: relative;
	z-index: 1;
	color: #fff;
}
.wp-calendar-table #today:before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	padding: 50%;
	border-radius: 50px;
	background: #4D080A;
	z-index: -1;
	transform: translate(-50%, -50%);
}

.sticky_con {
	position: fixed;
	top: 50%;
	right: -380px;
	transform: translateY(-50%);
	z-index: 105;
	overflow: visible !important;
	transition: all 600ms cubic-bezier(0.745, 0.055, 0.230, 0.970);
	transform-style: preserve-3d;
}
.sticky_con.open {
	right: 0;
}
.sticky_con .elementor-absolute {
	transform: translateY(-50%);
}
#sticky_btn:after {
	content: "";
	position: absolute;
	top: -16px;
	bottom: -16px;
	left: 67%;
	width: 60%;
	background: inherit;
	z-index: -1;
}
#sticky_btn {
	cursor: pointer;
	position: relative;
	z-index: 1;
}
.eventnav {
	background: #F5F5F5;
    border-radius: 29px;
    padding: 30px 70px;
    display: flex;
    justify-content: space-between;
	margin: 0 0 30px;
}
.eventnav a svg {
	width: 14px;
    height: 16px;
}
.eventnav .hideme {
	opacity: 0;
}
.eventnav {
    font-weight: bold;
    font-size: 22px;
}
.eventlist h3 {
    font-weight: bold;
}
.eventlist a {
    color: #17B443;
    text-transform: lowercase;
}
.eventlist .slick-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 0;
    list-style: none;
}
.eventlist .slick-dots li {
    margin: 0 3px;
}
.eventlist .slick-dots li button {
	background: transparent;
    color: #17B443;
    font-size: 0;
    width: 8px;
    height: 8px;
    padding: 0;
    border-radius: 100%;
    border: 1px solid #17B443;
}
.eventlist .slick-dots li.slick-active button {
	background: #17B443;
}
.eventlist .slick-dots li button:focus {
	outline: none;
}
@media (max-width: 1024px) {
	.eventnav {
		padding: 30px 30px;
	}
}
@media (max-width: 767px) {
	.toolbar > ul {
		flex-direction: column;
	}
	.toolbar > ul li {
		margin-right: 0 !important;
	}
}
@media (max-width: 575px) {
	.wp-calendar-table tr th,
	.wp-calendar-table tr td {
		padding: 10px;
	}
}

.wv-wrapper {
	display: none;
}

@media print {
	.elementor-location-header,
	.elementor-location-footer,
	.subheader,
	.elementor-widget-breadcrumbs,
	.pagecontent > .elementor-container .elementor-column:nth-child(2),
	.gallerywrap,
	.contactwrap,
	.footerbadge,
	.screenonly,
	#wv-player {
		display: none;
	}
}