
.select2-container {
	box-sizing: border-box;
	display: inline-block;
	margin: 0;
	position: relative;
	vertical-align: middle;
}

.select2-container .select2-selection--single {
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	height: 28px;
	user-select: none;
	-webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
	display: block;
	padding-left: 8px;
	padding-right: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
	background-color: transparent;
	border: none;
	font-size: 1em;
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
	padding-right: 8px;
	padding-left: 20px;
}

.select2-container .select2-selection--multiple {
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	min-height: 32px;
	user-select: none;
	-webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
	display: inline;
	list-style: none;
	padding: 0;
}

.select2-container .select2-selection--multiple .select2-selection__clear {
	background-color: transparent;
	border: none;
	font-size: 1em;
}

.select2-container .select2-search--inline .select2-search__field {
	box-sizing: border-box;
	border: none;
	font-size: 100%;
	margin-top: 5px;
	margin-left: 5px;
	padding: 0;
	max-width: 100%;
	resize: none;
	height: 18px;
	vertical-align: bottom;
	font-family: sans-serif;
	overflow: hidden;
	word-break: keep-all;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
	-webkit-appearance: none;
}

.select2-dropdown {
	background-color: white;
	border: 1px solid #aaa;
	border-radius: 4px;
	box-sizing: border-box;
	display: block;
	position: absolute;
	left: -100000px;
	width: 100%;
	z-index: 1051;
}

.select2-results {
	display: block;
}

.select2-results__options {
	list-style: none;
	margin: 0;
	padding: 0;
}

.select2-results__option {
	padding: 6px;
	user-select: none;
	-webkit-user-select: none;
}

.select2-results__option--selectable {
	cursor: pointer;
}

.select2-container--open .select2-dropdown {
	left: 0;
}

.select2-container--open .select2-dropdown--above {
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
	border-top: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.select2-search--dropdown {
	display: block;
	padding: 4px;
}

.select2-search--dropdown .select2-search__field {
	padding: 4px;
	width: 100%;
	box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
	-webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
	display: none;
}

.select2-close-mask {
	border: 0;
	margin: 0;
	padding: 0;
	display: block;
	position: fixed;
	left: 0;
	top: 0;
	min-height: 100%;
	min-width: 100%;
	height: auto;
	width: auto;
	opacity: 0;
	z-index: 99;
	background-color: #fff;
	filter: alpha(opacity=0);
}

.select2-hidden-accessible {
	border: 0 !important;
	clip: rect(0 0 0 0) !important;
	-webkit-clip-path: inset(50%) !important;
	clip-path: inset(50%) !important;
	height: 1px !important;
	overflow: hidden !important;
	padding: 0 !important;
	position: absolute !important;
	width: 1px !important;
	white-space: nowrap !important;
}

.select2-container--default .select2-selection--single {
	background-color: #fff;
	border: 1px solid #aaa;
	border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #444;
	line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
	cursor: pointer;
	float: right;
	font-weight: bold;
	height: 26px;
	margin-right: 20px;
	padding-right: 0px;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
	color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 26px;
	position: absolute;
	top: 1px;
	right: 1px;
	width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: #888 transparent transparent transparent;
	border-style: solid;
	border-width: 5px 4px 0 4px;
	height: 0;
	left: 50%;
	margin-left: -4px;
	margin-top: -2px;
	position: absolute;
	top: 50%;
	width: 0;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
	float: left;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
	left: 1px;
	right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
	background-color: #eee;
	cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
	display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: transparent transparent #888 transparent;
	border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
	background-color: white;
	border: 1px solid #aaa;
	border-radius: 4px;
	cursor: text;
	padding-bottom: 5px;
	padding-right: 5px;
	position: relative;
}

.select2-container--default .select2-selection--multiple.select2-selection--clearable {
	padding-right: 25px;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
	cursor: pointer;
	font-weight: bold;
	height: 20px;
	margin-right: 10px;
	margin-top: 5px;
	position: absolute;
	right: 0;
	padding: 1px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
	background-color: #e4e4e4;
	border: 1px solid #aaa;
	border-radius: 4px;
	box-sizing: border-box;
	display: inline-block;
	margin-left: 5px;
	margin-top: 5px;
	padding: 0;
	padding-left: 20px;
	position: relative;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	vertical-align: bottom;
	white-space: nowrap;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
	cursor: default;
	padding-left: 2px;
	padding-right: 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
	background-color: transparent;
	border: none;
	border-right: 1px solid #aaa;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	color: #999;
	cursor: pointer;
	font-size: 1em;
	font-weight: bold;
	padding: 0 4px;
	position: absolute;
	left: 0;
	top: 0;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
	background-color: #f1f1f1;
	color: #333;
	outline: none;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
	margin-left: 5px;
	margin-right: auto;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
	padding-left: 5px;
	padding-right: 2px;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
	border-left: 1px solid #aaa;
	border-right: none;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__clear {
	float: left;
	margin-left: 10px;
	margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
	border: solid black 1px;
	outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
	background-color: #eee;
	cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
	display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
	border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
	background: transparent;
	border: none;
	outline: 0;
	box-shadow: none;
	-webkit-appearance: textfield;
}

.select2-container--default .select2-results>.select2-results__options {
	max-height: 200px;
	overflow-y: auto;
}

.select2-container--default .select2-results__option .select2-results__option {
	padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
	padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -1em;
	padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -2em;
	padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -3em;
	padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -4em;
	padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -5em;
	padding-left: 6em;
}

.select2-container--default .select2-results__option--group {
	padding: 0;
}

.select2-container--default .select2-results__option--disabled {
	color: #999;
}

.select2-container--default .select2-results__option--selected {
	background-color: #ddd;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
	background-color: #5897fb;
	color: white;
}

.select2-container--default .select2-results__group {
	cursor: default;
	display: block;
	padding: 6px;
}

.select2-container--classic .select2-selection--single {
	background-color: #f7f7f7;
	border: 1px solid #aaa;
	border-radius: 4px;
	outline: 0;
	background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
	background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
	background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
	border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
	color: #444;
	line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
	cursor: pointer;
	float: right;
	font-weight: bold;
	height: 26px;
	margin-right: 20px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
	color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
	background-color: #ddd;
	border: none;
	border-left: 1px solid #aaa;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	height: 26px;
	position: absolute;
	top: 1px;
	right: 1px;
	width: 20px;
	background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
	background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
	background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFCCCCCC", GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
	border-color: #888 transparent transparent transparent;
	border-style: solid;
	border-width: 5px 4px 0 4px;
	height: 0;
	left: 50%;
	margin-left: -4px;
	margin-top: -2px;
	position: absolute;
	top: 50%;
	width: 0;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
	float: left;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
	border: none;
	border-right: 1px solid #aaa;
	border-radius: 0;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	left: 1px;
	right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
	border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
	background: transparent;
	border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: transparent transparent #888 transparent;
	border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
	border-top: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	background-image: -webkit-linear-gradient(top, #fff 0%, #eee 50%);
	background-image: -o-linear-gradient(top, #fff 0%, #eee 50%);
	background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
	background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
	background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFFFFFFF", GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
	background-color: white;
	border: 1px solid #aaa;
	border-radius: 4px;
	cursor: text;
	outline: 0;
	padding-bottom: 5px;
	padding-right: 5px;
}

.select2-container--classic .select2-selection--multiple:focus {
	border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
	display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
	background-color: #e4e4e4;
	border: 1px solid #aaa;
	border-radius: 4px;
	display: inline-block;
	margin-left: 5px;
	margin-top: 5px;
	padding: 0;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__display {
	cursor: default;
	padding-left: 2px;
	padding-right: 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
	background-color: transparent;
	border: none;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	color: #888;
	cursor: pointer;
	font-size: 1em;
	font-weight: bold;
	padding: 0 4px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
	color: #555;
	outline: none;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
	margin-left: 5px;
	margin-right: auto;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
	padding-left: 5px;
	padding-right: 2px;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
	border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
	border-top: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
	border: 1px solid #aaa;
	outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
	outline: 0;
	box-shadow: none;
}

.select2-container--classic .select2-dropdown {
	background-color: #fff;
	border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
	border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
	border-top: none;
}

.select2-container--classic .select2-results>.select2-results__options {
	max-height: 200px;
	overflow-y: auto;
}

.select2-container--classic .select2-results__option--group {
	padding: 0;
}

.select2-container--classic .select2-results__option--disabled {
	color: grey;
}

.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
	background-color: #3875d7;
	color: #fff;
}

.select2-container--classic .select2-results__group {
	cursor: default;
	display: block;
	padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
	border-color: #5897fb;
}

[class*="mec-fa-"], [class*="mec-li_"], [class*="mec-sl-"] {
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

[class*="mec-fa-"] {
	font-family: FontAwesome;
}

[class*="mec-sl-"] {
	font-family: "simple-line-icons";
}

/* Font Awesome icons */
.mec-fa-glass:before {
	content: "";
}

.mec-fa-music:before {
	content: "";
}

.mec-fa-search:before {
	content: "";
}

.mec-fa-envelope-o:before {
	content: "";
}

.mec-fa-heart:before {
	content: "";
}

.mec-fa-star:before {
	content: "";
}

.mec-fa-star-o:before {
	content: "";
}

.mec-fa-user:before {
	content: "";
}

.mec-fa-film:before {
	content: "";
}

.mec-fa-th-large:before {
	content: "";
}

.mec-fa-th:before {
	content: "";
}

.mec-fa-th-list:before {
	content: "";
}

.mec-fa-check:before {
	content: "";
}

.mec-fa-close:before, .mec-fa-remove:before, .mec-fa-times:before {
	content: "";
}

.mec-fa-search-plus:before {
	content: "";
}

.mec-fa-search-minus:before {
	content: "";
}

.mec-fa-power-off:before {
	content: "";
}

.mec-fa-signal:before {
	content: "";
}

.mec-fa-cog:before, .mec-fa-gear:before {
	content: "";
}

.mec-fa-trash-o:before {
	content: "";
}

.mec-fa-home:before {
	content: "";
}

.mec-fa-file-o:before {
	content: "";
}

.mec-fa-clock-o:before {
	content: "";
}

.mec-fa-road:before {
	content: "";
}

.mec-fa-download:before {
	content: "";
}

.mec-fa-arrow-circle-o-down:before {
	content: "";
}

.mec-fa-arrow-circle-o-up:before {
	content: "";
}

.mec-fa-inbox:before {
	content: "";
}

.mec-fa-play-circle-o:before {
	content: "";
}

.mec-fa-repeat:before, .mec-fa-rotate-right:before {
	content: "";
}

.mec-fa-refresh:before {
	content: "";
}

.mec-fa-list-alt:before {
	content: "";
}

.mec-fa-lock:before {
	content: "";
}

.mec-fa-flag:before {
	content: "";
}

.mec-fa-headphones:before {
	content: "";
}

.mec-fa-volume-off:before {
	content: "";
}

.mec-fa-volume-down:before {
	content: "";
}

.mec-fa-volume-up:before {
	content: "";
}

.mec-fa-qrcode:before {
	content: "";
}

.mec-fa-barcode:before {
	content: "";
}

.mec-fa-tag:before {
	content: "";
}

.mec-fa-tags:before {
	content: "";
}

.mec-fa-book:before {
	content: "";
}

.mec-fa-bookmark:before {
	content: "";
}

.mec-fa-print:before {
	content: "";
}

.mec-fa-camera:before {
	content: "";
}

.mec-fa-font:before {
	content: "";
}

.mec-fa-bold:before {
	content: "";
}

.mec-fa-italic:before {
	content: "";
}

.mec-fa-text-height:before {
	content: "";
}

.mec-fa-text-width:before {
	content: "";
}

.mec-fa-align-left:before {
	content: "";
}

.mec-fa-align-center:before {
	content: "";
}

.mec-fa-align-right:before {
	content: "";
}

.mec-fa-align-justify:before {
	content: "";
}

.mec-fa-list:before {
	content: "";
}

.mec-fa-dedent:before, .mec-fa-outdent:before {
	content: "";
}

.mec-fa-indent:before {
	content: "";
}

.mec-fa-video-camera:before {
	content: "";
}

.mec-fa-image:before, .mec-fa-photo:before, .mec-fa-picture-o:before {
	content: "";
}

.mec-fa-pencil:before {
	content: "";
}

.mec-fa-map-marker:before {
	content: "";
}

.mec-fa-adjust:before {
	content: "";
}

.mec-fa-tint:before {
	content: "";
}

.mec-fa-edit:before, .mec-fa-pencil-square-o:before {
	content: "";
}

.mec-fa-share-square-o:before {
	content: "";
}

.mec-fa-check-square-o:before {
	content: "";
}

.mec-fa-arrows:before {
	content: "";
}

.mec-fa-step-backward:before {
	content: "";
}

.mec-fa-fast-backward:before {
	content: "";
}

.mec-fa-backward:before {
	content: "";
}

.mec-fa-play:before {
	content: "";
}

.mec-fa-pause:before {
	content: "";
}

.mec-fa-stop:before {
	content: "";
}

.mec-fa-forward:before {
	content: "";
}

.mec-fa-fast-forward:before {
	content: "";
}

.mec-fa-step-forward:before {
	content: "";
}

.mec-fa-eject:before {
	content: "";
}

.mec-fa-chevron-left:before {
	content: "";
}

.mec-fa-chevron-right:before {
	content: "";
}

.mec-fa-plus-circle:before {
	content: "";
}

.mec-fa-minus-circle:before {
	content: "";
}

.mec-fa-times-circle:before {
	content: "";
}

.mec-fa-check-circle:before {
	content: "";
}

.mec-fa-question-circle:before {
	content: "";
}

.mec-fa-info-circle:before {
	content: "";
}

.mec-fa-crosshairs:before {
	content: "";
}

.mec-fa-times-circle-o:before {
	content: "";
}

.mec-fa-check-circle-o:before {
	content: "";
}

.mec-fa-ban:before {
	content: "";
}

.mec-fa-arrow-left:before {
	content: "";
}

.mec-fa-arrow-right:before {
	content: "";
}

.mec-fa-arrow-up:before {
	content: "";
}

.mec-fa-arrow-down:before {
	content: "";
}

.mec-fa-mail-forward:before, .mec-fa-share:before {
	content: "";
}

.mec-fa-expand:before {
	content: "";
}

.mec-fa-compress:before {
	content: "";
}

.mec-fa-plus:before {
	content: "";
}

.mec-fa-minus:before {
	content: "";
}

.mec-fa-asterisk:before {
	content: "";
}

.mec-fa-exclamation-circle:before {
	content: "";
}

.mec-fa-gift:before {
	content: "";
}

.mec-fa-leaf:before {
	content: "";
}

.mec-fa-fire:before {
	content: "";
}

.mec-fa-eye:before {
	content: "";
}

.mec-fa-eye-slash:before {
	content: "";
}

.mec-fa-exclamation-triangle:before, .mec-fa-warning:before {
	content: "";
}

.mec-fa-plane:before {
	content: "";
}

.mec-fa-calendar:before {
	content: "";
}

.mec-fa-random:before {
	content: "";
}

.mec-fa-comment:before {
	content: "";
}

.mec-fa-magnet:before {
	content: "";
}

.mec-fa-chevron-up:before {
	content: "";
}

.mec-fa-chevron-down:before {
	content: "";
}

.mec-fa-retweet:before {
	content: "";
}

.mec-fa-shopping-cart:before {
	content: "";
}

.mec-fa-folder:before {
	content: "";
}

.mec-fa-folder-open:before {
	content: "";
}

.mec-fa-arrows-v:before {
	content: "";
}

.mec-fa-arrows-h:before {
	content: "";
}

.mec-fa-bar-chart-o:before, .mec-fa-bar-chart:before {
	content: "";
}

.mec-fa-twitter-square:before {
	content: "";
}

.mec-fa-facebook-square:before {
	content: "";
}

.mec-fa-camera-retro:before {
	content: "";
}

.mec-fa-key:before {
	content: "";
}

.mec-fa-cogs:before, .mec-fa-gears:before {
	content: "";
}

.mec-fa-comments:before {
	content: "";
}

.mec-fa-thumbs-o-up:before {
	content: "";
}

.mec-fa-thumbs-o-down:before {
	content: "";
}

.mec-fa-star-half:before {
	content: "";
}

.mec-fa-heart-o:before {
	content: "";
}

.mec-fa-sign-out:before {
	content: "";
}

.mec-fa-linkedin-square:before {
	content: "";
}

.mec-fa-thumb-tack:before {
	content: "";
}

.mec-fa-external-link:before {
	content: "";
}

.mec-fa-sign-in:before {
	content: "";
}

.mec-fa-trophy:before {
	content: "";
}

.mec-fa-github-square:before {
	content: "";
}

.mec-fa-upload:before {
	content: "";
}

.mec-fa-lemon-o:before {
	content: "";
}

.mec-fa-phone:before {
	content: "";
}

.mec-fa-square-o:before {
	content: "";
}

.mec-fa-bookmark-o:before {
	content: "";
}

.mec-fa-phone-square:before {
	content: "";
}

.mec-fa-twitter:before {
	content: "";
}

.mec-fa-facebook-f:before, .mec-fa-facebook:before {
	content: "";
}

.mec-fa-github:before {
	content: "";
}

.mec-fa-unlock:before {
	content: "";
}

.mec-fa-credit-card:before {
	content: "";
}

.mec-fa-feed:before, .mec-fa-rss:before {
	content: "";
}

.mec-fa-hdd-o:before {
	content: "";
}

.mec-fa-bullhorn:before {
	content: "";
}

.mec-fa-bell:before {
	content: "";
}

.mec-fa-certificate:before {
	content: "";
}

.mec-fa-hand-o-right:before {
	content: "";
}

.mec-fa-hand-o-left:before {
	content: "";
}

.mec-fa-hand-o-up:before {
	content: "";
}

.mec-fa-hand-o-down:before {
	content: "";
}

.mec-fa-arrow-circle-left:before {
	content: "";
}

.mec-fa-arrow-circle-right:before {
	content: "";
}

.mec-fa-arrow-circle-up:before {
	content: "";
}

.mec-fa-arrow-circle-down:before {
	content: "";
}

.mec-fa-globe:before {
	content: "";
}

.mec-fa-wrench:before {
	content: "";
}

.mec-fa-tasks:before {
	content: "";
}

.mec-fa-filter:before {
	content: "";
}

.mec-fa-briefcase:before {
	content: "";
}

.mec-fa-arrows-alt:before {
	content: "";
}

.mec-fa-group:before, .mec-fa-users:before {
	content: "";
}

.mec-fa-chain:before, .mec-fa-link:before {
	content: "";
}

.mec-fa-cloud:before {
	content: "";
}

.mec-fa-flask:before {
	content: "";
}

.mec-fa-cut:before, .mec-fa-scissors:before {
	content: "";
}

.mec-fa-copy:before, .mec-fa-files-o:before {
	content: "";
}

.mec-fa-paperclip:before {
	content: "";
}

.mec-fa-floppy-o:before, .mec-fa-save:before {
	content: "";
}

.mec-fa-square:before {
	content: "";
}

.mec-fa-bars:before, .mec-fa-navicon:before, .mec-fa-reorder:before {
	content: "";
}

.mec-fa-list-ul:before {
	content: "";
}

.mec-fa-list-ol:before {
	content: "";
}

.mec-fa-strikethrough:before {
	content: "";
}

.mec-fa-underline:before {
	content: "";
}

.mec-fa-table:before {
	content: "";
}

.mec-fa-magic:before {
	content: "";
}

.mec-fa-truck:before {
	content: "";
}

.mec-fa-pinterest:before {
	content: "";
}

.mec-fa-pinterest-square:before {
	content: "";
}

.mec-fa-google-plus-square:before {
	content: "";
}

.mec-fa-google-plus:before {
	content: "";
}

.mec-fa-money:before {
	content: "";
}

.mec-fa-caret-down:before {
	content: "";
}

.mec-fa-caret-up:before {
	content: "";
}

.mec-fa-caret-left:before {
	content: "";
}

.mec-fa-caret-right:before {
	content: "";
}

.mec-fa-columns:before {
	content: "";
}

.mec-fa-sort:before, .mec-fa-unsorted:before {
	content: "";
}

.mec-fa-sort-desc:before, .mec-fa-sort-down:before {
	content: "";
}

.mec-fa-sort-asc:before, .mec-fa-sort-up:before {
	content: "";
}

.mec-fa-envelope:before {
	content: "";
}

.mec-fa-linkedin:before {
	content: "";
}

.mec-fa-rotate-left:before, .mec-fa-undo:before {
	content: "";
}

.mec-fa-gavel:before, .mec-fa-legal:before {
	content: "";
}

.mec-fa-dashboard:before, .mec-fa-tachometer:before {
	content: "";
}

.mec-fa-comment-o:before {
	content: "";
}

.mec-fa-comments-o:before {
	content: "";
}

.mec-fa-bolt:before, .mec-fa-flash:before {
	content: "";
}

.mec-fa-sitemap:before {
	content: "";
}

.mec-fa-umbrella:before {
	content: "";
}

.mec-fa-clipboard:before, .mec-fa-paste:before {
	content: "";
}

.mec-fa-lightbulb-o:before {
	content: "";
}

.mec-fa-exchange:before {
	content: "";
}

.mec-fa-cloud-download:before {
	content: "";
}

.mec-fa-cloud-upload:before {
	content: "";
}

.mec-fa-user-md:before {
	content: "";
}

.mec-fa-stethoscope:before {
	content: "";
}

.mec-fa-suitcase:before {
	content: "";
}

.mec-fa-bell-o:before {
	content: "";
}

.mec-fa-coffee:before {
	content: "";
}

.mec-fa-cutlery:before {
	content: "";
}

.mec-fa-file-text-o:before {
	content: "";
}

.mec-fa-building-o:before {
	content: "";
}

.mec-fa-hospital-o:before {
	content: "";
}

.mec-fa-ambulance:before {
	content: "";
}

.mec-fa-medkit:before {
	content: "";
}

.mec-fa-fighter-jet:before {
	content: "";
}

.mec-fa-beer:before {
	content: "";
}

.mec-fa-h-square:before {
	content: "";
}

.mec-fa-plus-square:before {
	content: "";
}

.mec-fa-angle-double-left:before {
	content: "";
}

.mec-fa-angle-double-right:before {
	content: "";
}

.mec-fa-angle-double-up:before {
	content: "";
}

.mec-fa-angle-double-down:before {
	content: "";
}

.mec-fa-angle-left:before {
	content: "";
}

.mec-fa-angle-right:before {
	content: "";
}

.mec-fa-angle-up:before {
	content: "";
}

.mec-fa-angle-down:before {
	content: "";
}

.mec-fa-desktop:before {
	content: "";
}

.mec-fa-laptop:before {
	content: "";
}

.mec-fa-tablet:before {
	content: "";
}

.mec-fa-mobile-phone:before, .mec-fa-mobile:before {
	content: "";
}

.mec-fa-circle-o:before {
	content: "";
}

.mec-fa-quote-left:before {
	content: "";
}

.mec-fa-quote-right:before {
	content: "";
}

.mec-fa-spinner:before {
	content: "";
}

.mec-fa-circle:before {
	content: "";
}

.mec-fa-mail-reply:before, .mec-fa-reply:before {
	content: "";
}

.mec-fa-github-alt:before {
	content: "";
}

.mec-fa-folder-o:before {
	content: "";
}

.mec-fa-folder-open-o:before {
	content: "";
}

.mec-fa-smile-o:before {
	content: "";
}

.mec-fa-frown-o:before {
	content: "";
}

.mec-fa-meh-o:before {
	content: "";
}

.mec-fa-gamepad:before {
	content: "";
}

.mec-fa-keyboard-o:before {
	content: "";
}

.mec-fa-flag-o:before {
	content: "";
}

.mec-fa-flag-checkered:before {
	content: "";
}

.mec-fa-terminal:before {
	content: "";
}

.mec-fa-code:before {
	content: "";
}

.mec-fa-mail-reply-all:before, .mec-fa-reply-all:before {
	content: "";
}

.mec-fa-star-half-empty:before, .mec-fa-star-half-full:before, .mec-fa-star-half-o:before {
	content: "";
}

.mec-fa-location-arrow:before {
	content: "";
}

.mec-fa-crop:before {
	content: "";
}

.mec-fa-code-fork:before {
	content: "";
}

.mec-fa-chain-broken:before, .mec-fa-unlink:before {
	content: "";
}

.mec-fa-question:before {
	content: "";
}

.mec-fa-info:before {
	content: "";
}

.mec-fa-exclamation:before {
	content: "";
}

.mec-fa-superscript:before {
	content: "";
}

.mec-fa-subscript:before {
	content: "";
}

.mec-fa-eraser:before {
	content: "";
}

.mec-fa-puzzle-piece:before {
	content: "";
}

.mec-fa-microphone:before {
	content: "";
}

.mec-fa-microphone-slash:before {
	content: "";
}

.mec-fa-shield:before {
	content: "";
}

.mec-fa-calendar-o:before {
	content: "";
}

.mec-fa-fire-extinguisher:before {
	content: "";
}

.mec-fa-rocket:before {
	content: "";
}

.mec-fa-maxcdn:before {
	content: "";
}

.mec-fa-chevron-circle-left:before {
	content: "";
}

.mec-fa-chevron-circle-right:before {
	content: "";
}

.mec-fa-chevron-circle-up:before {
	content: "";
}

.mec-fa-chevron-circle-down:before {
	content: "";
}

.mec-fa-html5:before {
	content: "";
}

.mec-fa-css3:before {
	content: "";
}

.mec-fa-anchor:before {
	content: "";
}

.mec-fa-unlock-alt:before {
	content: "";
}

.mec-fa-bullseye:before {
	content: "";
}

.mec-fa-ellipsis-h:before {
	content: "";
}

.mec-fa-ellipsis-v:before {
	content: "";
}

.mec-fa-rss-square:before {
	content: "";
}

.mec-fa-play-circle:before {
	content: "";
}

.mec-fa-ticket:before {
	content: "";
}

.mec-fa-minus-square:before {
	content: "";
}

.mec-fa-minus-square-o:before {
	content: "";
}

.mec-fa-level-up:before {
	content: "";
}

.mec-fa-level-down:before {
	content: "";
}

.mec-fa-check-square:before {
	content: "";
}

.mec-fa-pencil-square:before {
	content: "";
}

.mec-fa-external-link-square:before {
	content: "";
}

.mec-fa-share-square:before {
	content: "";
}

.mec-fa-compass:before {
	content: "";
}

.mec-fa-caret-square-o-down:before, .mec-fa-toggle-down:before {
	content: "";
}

.mec-fa-caret-square-o-up:before, .mec-fa-toggle-up:before {
	content: "";
}

.mec-fa-caret-square-o-right:before, .mec-fa-toggle-right:before {
	content: "";
}

.mec-fa-eur:before, .mec-fa-euro:before {
	content: "";
}

.mec-fa-gbp:before {
	content: "";
}

.mec-fa-dollar:before, .mec-fa-usd:before {
	content: "";
}

.mec-fa-inr:before, .mec-fa-rupee:before {
	content: "";
}

.mec-fa-cny:before, .mec-fa-jpy:before, .mec-fa-rmb:before, .mec-fa-yen:before {
	content: "";
}

.mec-fa-rouble:before, .mec-fa-rub:before, .mec-fa-ruble:before {
	content: "";
}

.mec-fa-krw:before, .mec-fa-won:before {
	content: "";
}

.mec-fa-bitcoin:before, .mec-fa-btc:before {
	content: "";
}

.mec-fa-file:before {
	content: "";
}

.mec-fa-file-text:before {
	content: "";
}

.mec-fa-sort-alpha-asc:before {
	content: "";
}

.mec-fa-sort-alpha-desc:before {
	content: "";
}

.mec-fa-sort-amount-asc:before {
	content: "";
}

.mec-fa-sort-amount-desc:before {
	content: "";
}

.mec-fa-sort-numeric-asc:before {
	content: "";
}

.mec-fa-sort-numeric-desc:before {
	content: "";
}

.mec-fa-thumbs-up:before {
	content: "";
}

.mec-fa-thumbs-down:before {
	content: "";
}

.mec-fa-youtube-square:before {
	content: "";
}

.mec-fa-youtube:before {
	content: "";
}

.mec-fa-xing:before {
	content: "";
}

.mec-fa-xing-square:before {
	content: "";
}

.mec-fa-youtube-play:before {
	content: "";
}

.mec-fa-dropbox:before {
	content: "";
}

.mec-fa-stack-overflow:before {
	content: "";
}

.mec-fa-instagram:before {
	content: "";
}

.mec-fa-flickr:before {
	content: "";
}

.mec-fa-adn:before {
	content: "";
}

.mec-fa-bitbucket:before {
	content: "";
}

.mec-fa-bitbucket-square:before {
	content: "";
}

.mec-fa-tumblr:before {
	content: "";
}

.mec-fa-tumblr-square:before {
	content: "";
}

.mec-fa-long-arrow-down:before {
	content: "";
}

.mec-fa-long-arrow-up:before {
	content: "";
}

.mec-fa-long-arrow-left:before {
	content: "";
}

.mec-fa-long-arrow-right:before {
	content: "";
}

.mec-fa-apple:before {
	content: "";
}

.mec-fa-windows:before {
	content: "";
}

.mec-fa-android:before {
	content: "";
}

.mec-fa-linux:before {
	content: "";
}

.mec-fa-dribbble:before {
	content: "";
}

.mec-fa-skype:before {
	content: "";
}

.mec-fa-foursquare:before {
	content: "";
}

.mec-fa-trello:before {
	content: "";
}

.mec-fa-female:before {
	content: "";
}

.mec-fa-male:before {
	content: "";
}

.mec-fa-gittip:before, .mec-fa-gratipay:before {
	content: "";
}

.mec-fa-sun-o:before {
	content: "";
}

.mec-fa-moon-o:before {
	content: "";
}

.mec-fa-archive:before {
	content: "";
}

.mec-fa-bug:before {
	content: "";
}

.mec-fa-vk:before {
	content: "";
}

.mec-fa-weibo:before {
	content: "";
}

.mec-fa-renren:before {
	content: "";
}

.mec-fa-pagelines:before {
	content: "";
}

.mec-fa-stack-exchange:before {
	content: "";
}

.mec-fa-arrow-circle-o-right:before {
	content: "";
}

.mec-fa-arrow-circle-o-left:before {
	content: "";
}

.mec-fa-caret-square-o-left:before, .mec-fa-toggle-left:before {
	content: "";
}

.mec-fa-dot-circle-o:before {
	content: "";
}

.mec-fa-wheelchair:before {
	content: "";
}

.mec-fa-vimeo-square:before {
	content: "";
}

.mec-fa-try:before, .mec-fa-turkish-lira:before {
	content: "";
}

.mec-fa-plus-square-o:before {
	content: "";
}

.mec-fa-space-shuttle:before {
	content: "";
}

.mec-fa-slack:before {
	content: "";
}

.mec-fa-envelope-square:before {
	content: "";
}

.mec-fa-wordpress:before {
	content: "";
}

.mec-fa-openid:before {
	content: "";
}

.mec-fa-bank:before, .mec-fa-institution:before, .mec-fa-university:before {
	content: "";
}

.mec-fa-graduation-cap:before, .mec-fa-mortar-board:before {
	content: "";
}

.mec-fa-yahoo:before {
	content: "";
}

.mec-fa-google:before {
	content: "";
}

.mec-fa-reddit:before {
	content: "";
}

.mec-fa-reddit-square:before {
	content: "";
}

.mec-fa-stumbleupon-circle:before {
	content: "";
}

.mec-fa-stumbleupon:before {
	content: "";
}

.mec-fa-delicious:before {
	content: "";
}

.mec-fa-digg:before {
	content: "";
}

.mec-fa-pied-piper:before {
	content: "";
}

.mec-fa-pied-piper-alt:before {
	content: "";
}

.mec-fa-drupal:before {
	content: "";
}

.mec-fa-joomla:before {
	content: "";
}

.mec-fa-language:before {
	content: "";
}

.mec-fa-fax:before {
	content: "";
}

.mec-fa-building:before {
	content: "";
}

.mec-fa-child:before {
	content: "";
}

.mec-fa-paw:before {
	content: "";
}

.mec-fa-spoon:before {
	content: "";
}

.mec-fa-cube:before {
	content: "";
}

.mec-fa-cubes:before {
	content: "";
}

.mec-fa-behance:before {
	content: "";
}

.mec-fa-behance-square:before {
	content: "";
}

.mec-fa-steam:before {
	content: "";
}

.mec-fa-steam-square:before {
	content: "";
}

.mec-fa-recycle:before {
	content: "";
}

.mec-fa-automobile:before, .mec-fa-car:before {
	content: "";
}

.mec-fa-cab:before, .mec-fa-taxi:before {
	content: "";
}

.mec-fa-tree:before {
	content: "";
}

.mec-fa-spotify:before {
	content: "";
}

.mec-fa-deviantart:before {
	content: "";
}

.mec-fa-soundcloud:before {
	content: "";
}

.mec-fa-database:before {
	content: "";
}

.mec-fa-file-pdf-o:before {
	content: "";
}

.mec-fa-file-word-o:before {
	content: "";
}

.mec-fa-file-excel-o:before {
	content: "";
}

.mec-fa-file-powerpoint-o:before {
	content: "";
}

.mec-fa-file-image-o:before, .mec-fa-file-photo-o:before, .mec-fa-file-picture-o:before {
	content: "";
}

.mec-fa-file-archive-o:before, .mec-fa-file-zip-o:before {
	content: "";
}

.mec-fa-file-audio-o:before, .mec-fa-file-sound-o:before {
	content: "";
}

.mec-fa-file-movie-o:before, .mec-fa-file-video-o:before {
	content: "";
}

.mec-fa-file-code-o:before {
	content: "";
}

.mec-fa-vine:before {
	content: "";
}

.mec-fa-codepen:before {
	content: "";
}

.mec-fa-jsfiddle:before {
	content: "";
}

.mec-fa-life-bouy:before, .mec-fa-life-buoy:before, .mec-fa-life-ring:before, .mec-fa-life-saver:before, .mec-fa-support:before {
	content: "";
}

.mec-fa-circle-o-notch:before {
	content: "";
}

.mec-fa-ra:before, .mec-fa-rebel:before {
	content: "";
}

.mec-fa-empire:before, .mec-fa-ge:before {
	content: "";
}

.mec-fa-git-square:before {
	content: "";
}

.mec-fa-git:before {
	content: "";
}

.mec-fa-hacker-news:before, .mec-fa-y-combinator-square:before, .mec-fa-yc-square:before {
	content: "";
}

.mec-fa-tencent-weibo:before {
	content: "";
}

.mec-fa-qq:before {
	content: "";
}

.mec-fa-wechat:before, .mec-fa-weixin:before {
	content: "";
}

.mec-fa-paper-plane:before, .mec-fa-send:before {
	content: "";
}

.mec-fa-paper-plane-o:before, .mec-fa-send-o:before {
	content: "";
}

.mec-fa-history:before {
	content: "";
}

.mec-fa-circle-thin:before {
	content: "";
}

.mec-fa-header:before {
	content: "";
}

.mec-fa-paragraph:before {
	content: "";
}

.mec-fa-sliders:before {
	content: "";
}

.mec-fa-share-alt:before {
	content: "";
}

.mec-fa-share-alt-square:before {
	content: "";
}

.mec-fa-bomb:before {
	content: "";
}

.mec-fa-futbol-o:before, .mec-fa-soccer-ball-o:before {
	content: "";
}

.mec-fa-tty:before {
	content: "";
}

.mec-fa-binoculars:before {
	content: "";
}

.mec-fa-plug:before {
	content: "";
}

.mec-fa-slideshare:before {
	content: "";
}

.mec-fa-twitch:before {
	content: "";
}

.mec-fa-yelp:before {
	content: "";
}

.mec-fa-newspaper-o:before {
	content: "";
}

.mec-fa-wifi:before {
	content: "";
}

.mec-fa-calculator:before {
	content: "";
}

.mec-fa-paypal:before {
	content: "";
}

.mec-fa-google-wallet:before {
	content: "";
}

.mec-fa-cc-visa:before {
	content: "";
}

.mec-fa-cc-mastercard:before {
	content: "";
}

.mec-fa-cc-discover:before {
	content: "";
}

.mec-fa-cc-amex:before {
	content: "";
}

.mec-fa-cc-paypal:before {
	content: "";
}

.mec-fa-cc-stripe:before {
	content: "";
}

.mec-fa-bell-slash:before {
	content: "";
}

.mec-fa-bell-slash-o:before {
	content: "";
}

.mec-fa-trash:before {
	content: "";
}

.mec-fa-copyright:before {
	content: "";
}

.mec-fa-at:before {
	content: "";
}

.mec-fa-eyedropper:before {
	content: "";
}

.mec-fa-paint-brush:before {
	content: "";
}

.mec-fa-birthday-cake:before {
	content: "";
}

.mec-fa-area-chart:before {
	content: "";
}

.mec-fa-pie-chart:before {
	content: "";
}

.mec-fa-line-chart:before {
	content: "";
}

.mec-fa-lastfm:before {
	content: "";
}

.mec-fa-lastfm-square:before {
	content: "";
}

.mec-fa-toggle-off:before {
	content: "";
}

.mec-fa-toggle-on:before {
	content: "";
}

.mec-fa-bicycle:before {
	content: "";
}

.mec-fa-bus:before {
	content: "";
}

.mec-fa-ioxhost:before {
	content: "";
}

.mec-fa-angellist:before {
	content: "";
}

.mec-fa-cc:before {
	content: "";
}

.mec-fa-ils:before, .mec-fa-shekel:before, .mec-fa-sheqel:before {
	content: "";
}

.mec-fa-meanpath:before {
	content: "";
}

.mec-fa-buysellads:before {
	content: "";
}

.mec-fa-connectdevelop:before {
	content: "";
}

.mec-fa-dashcube:before {
	content: "";
}

.mec-fa-forumbee:before {
	content: "";
}

.mec-fa-leanpub:before {
	content: "";
}

.mec-fa-sellsy:before {
	content: "";
}

.mec-fa-shirtsinbulk:before {
	content: "";
}

.mec-fa-simplybuilt:before {
	content: "";
}

.mec-fa-skyatlas:before {
	content: "";
}

.mec-fa-cart-plus:before {
	content: "";
}

.mec-fa-cart-arrow-down:before {
	content: "";
}

.mec-fa-diamond:before {
	content: "";
}

.mec-fa-ship:before {
	content: "";
}

.mec-fa-user-secret:before {
	content: "";
}

.mec-fa-motorcycle:before {
	content: "";
}

.mec-fa-street-view:before {
	content: "";
}

.mec-fa-heartbeat:before {
	content: "";
}

.mec-fa-venus:before {
	content: "";
}

.mec-fa-mars:before {
	content: "";
}

.mec-fa-mercury:before {
	content: "";
}

.mec-fa-intersex:before, .mec-fa-transgender:before {
	content: "";
}

.mec-fa-transgender-alt:before {
	content: "";
}

.mec-fa-venus-double:before {
	content: "";
}

.mec-fa-mars-double:before {
	content: "";
}

.mec-fa-venus-mars:before {
	content: "";
}

.mec-fa-mars-stroke:before {
	content: "";
}

.mec-fa-mars-stroke-v:before {
	content: "";
}

.mec-fa-mars-stroke-h:before {
	content: "";
}

.mec-fa-neuter:before {
	content: "";
}

.mec-fa-genderless:before {
	content: "";
}

.mec-fa-facebook-official:before {
	content: "";
}

.mec-fa-pinterest-p:before {
	content: "";
}

.mec-fa-whatsapp:before {
	content: "";
}

.mec-fa-server:before {
	content: "";
}

.mec-fa-user-plus:before {
	content: "";
}

.mec-fa-user-times:before {
	content: "";
}

.mec-fa-bed:before, .mec-fa-hotel:before {
	content: "";
}

.mec-fa-viacoin:before {
	content: "";
}

.mec-fa-train:before {
	content: "";
}

.mec-fa-subway:before {
	content: "";
}

.mec-fa-medium:before {
	content: "";
}

.mec-fa-y-combinator:before, .mec-fa-yc:before {
	content: "";
}

.mec-fa-optin-monster:before {
	content: "";
}

.mec-fa-opencart:before {
	content: "";
}

.mec-fa-expeditedssl:before {
	content: "";
}

.mec-fa-battery-4:before, .mec-fa-battery-full:before {
	content: "";
}

.mec-fa-battery-3:before, .mec-fa-battery-three-quarters:before {
	content: "";
}

.mec-fa-battery-2:before, .mec-fa-battery-half:before {
	content: "";
}

.mec-fa-battery-1:before, .mec-fa-battery-quarter:before {
	content: "";
}

.mec-fa-battery-0:before, .mec-fa-battery-empty:before {
	content: "";
}

.mec-fa-mouse-pointer:before {
	content: "";
}

.mec-fa-i-cursor:before {
	content: "";
}

.mec-fa-object-group:before {
	content: "";
}

.mec-fa-object-ungroup:before {
	content: "";
}

.mec-fa-sticky-note:before {
	content: "";
}

.mec-fa-sticky-note-o:before {
	content: "";
}

.mec-fa-cc-jcb:before {
	content: "";
}

.mec-fa-cc-diners-club:before {
	content: "";
}

.mec-fa-clone:before {
	content: "";
}

.mec-fa-balance-scale:before {
	content: "";
}

.mec-fa-hourglass-o:before {
	content: "";
}

.mec-fa-hourglass-1:before, .mec-fa-hourglass-start:before {
	content: "";
}

.mec-fa-hourglass-2:before, .mec-fa-hourglass-half:before {
	content: "";
}

.mec-fa-hourglass-3:before, .mec-fa-hourglass-end:before {
	content: "";
}

.mec-fa-hourglass:before {
	content: "";
}

.mec-fa-hand-grab-o:before, .mec-fa-hand-rock-o:before {
	content: "";
}

.mec-fa-hand-paper-o:before, .mec-fa-hand-stop-o:before {
	content: "";
}

.mec-fa-hand-scissors-o:before {
	content: "";
}

.mec-fa-hand-lizard-o:before {
	content: "";
}

.mec-fa-hand-spock-o:before {
	content: "";
}

.mec-fa-hand-pointer-o:before {
	content: "";
}

.mec-fa-hand-peace-o:before {
	content: "";
}

.mec-fa-trademark:before {
	content: "";
}

.mec-fa-registered:before {
	content: "";
}

.mec-fa-creative-commons:before {
	content: "";
}

.mec-fa-gg:before {
	content: "";
}

.mec-fa-gg-circle:before {
	content: "";
}

.mec-fa-tripadvisor:before {
	content: "";
}

.mec-fa-odnoklassniki:before {
	content: "";
}

.mec-fa-odnoklassniki-square:before {
	content: "";
}

.mec-fa-get-pocket:before {
	content: "";
}

.mec-fa-wikipedia-w:before {
	content: "";
}

.mec-fa-safari:before {
	content: "";
}

.mec-fa-chrome:before {
	content: "";
}

.mec-fa-firefox:before {
	content: "";
}

.mec-fa-opera:before {
	content: "";
}

.mec-fa-internet-explorer:before {
	content: "";
}

.mec-fa-television:before, .mec-fa-tv:before {
	content: "";
}

.mec-fa-contao:before {
	content: "";
}

.mec-fa-500px:before {
	content: "";
}

.mec-fa-amazon:before {
	content: "";
}

.mec-fa-calendar-plus-o:before {
	content: "";
}

.mec-fa-calendar-minus-o:before {
	content: "";
}

.mec-fa-calendar-times-o:before {
	content: "";
}

.mec-fa-calendar-check-o:before {
	content: "";
}

.mec-fa-industry:before {
	content: "";
}

.mec-fa-map-pin:before {
	content: "";
}

.mec-fa-map-signs:before {
	content: "";
}

.mec-fa-map-o:before {
	content: "";
}

.mec-fa-map:before {
	content: "";
}

.mec-fa-commenting:before {
	content: "";
}

.mec-fa-commenting-o:before {
	content: "";
}

.mec-fa-houzz:before {
	content: "";
}

.mec-fa-vimeo:before {
	content: "";
}

.mec-fa-black-tie:before {
	content: "";
}

.mec-fa-fonticons:before {
	content: "";
}

.mec-fa-reddit-alien:before {
	content: "";
}

.mec-fa-edge:before {
	content: "";
}

.mec-fa-credit-card-alt:before {
	content: "";
}

.mec-fa-codiepie:before {
	content: "";
}

.mec-fa-modx:before {
	content: "";
}

.mec-fa-fort-awesome:before {
	content: "";
}

.mec-fa-usb:before {
	content: "";
}

.mec-fa-product-hunt:before {
	content: "";
}

.mec-fa-mixcloud:before {
	content: "";
}

.mec-fa-scribd:before {
	content: "";
}

.mec-fa-pause-circle:before {
	content: "";
}

.mec-fa-pause-circle-o:before {
	content: "";
}

.mec-fa-stop-circle:before {
	content: "";
}

.mec-fa-stop-circle-o:before {
	content: "";
}

.mec-fa-shopping-bag:before {
	content: "";
}

.mec-fa-shopping-basket:before {
	content: "";
}

.mec-fa-hashtag:before {
	content: "";
}

.mec-fa-bluetooth:before {
	content: "";
}

.mec-fa-bluetooth-b:before {
	content: "";
}

.mec-fa-percent:before {
	content: "";
}

.mec-fa-gitlab:before {
	content: "";
}

.mec-fa-wpbeginner:before {
	content: "";
}

.mec-fa-wpforms:before {
	content: "";
}

.mec-fa-envira:before {
	content: "";
}

.mec-fa-universal-access:before {
	content: "";
}

.mec-fa-wheelchair-alt:before {
	content: "";
}

.mec-fa-question-circle-o:before {
	content: "";
}

.mec-fa-blind:before {
	content: "";
}

.mec-fa-audio-description:before {
	content: "";
}

.mec-fa-volume-control-phone:before {
	content: "";
}

.mec-fa-braille:before {
	content: "";
}

.mec-fa-assistive-listening-systems:before {
	content: "";
}

.mec-fa-american-sign-language-interpreting:before, .mec-fa-asl-interpreting:before {
	content: "";
}

.mec-fa-deaf:before, .mec-fa-deafness:before, .mec-fa-hard-of-hearing:before {
	content: "";
}

.mec-fa-glide:before {
	content: "";
}

.mec-fa-glide-g:before {
	content: "";
}

.mec-fa-sign-language:before, .mec-fa-signing:before {
	content: "";
}

.mec-fa-low-vision:before {
	content: "";
}

.mec-fa-viadeo:before {
	content: "";
}

.mec-fa-viadeo-square:before {
	content: "";
}

.mec-fa-snapchat:before {
	content: "";
}

.mec-fa-snapchat-ghost:before {
	content: "";
}

.mec-fa-snapchat-square:before {
	content: "";
}

.mec-fa-long-arrow-alt-left:before {
	content: "";
}

.mec-fa-window-minimize:before {
	content: "";
}

.mec-fa-long-arrow-alt-right:before {
	content: "";
}

/* Simple Line Icons */
.mec-sl-user:before {
	content: "";
}

.mec-sl-people:before {
	content: "";
}

.mec-sl-user-female:before {
	content: "";
}

.mec-sl-user-follow:before {
	content: "";
}

.mec-sl-user-following:before {
	content: "";
}

.mec-sl-user-unfollow:before {
	content: "";
}

.mec-sl-login:before {
	content: "";
}

.mec-sl-logout:before {
	content: "";
}

.mec-sl-emotsmile:before {
	content: "";
}

.mec-sl-phone:before {
	content: "";
}

.mec-sl-call-end:before {
	content: "";
}

.mec-sl-call-in:before {
	content: "";
}

.mec-sl-call-out:before {
	content: "";
}

.mec-sl-map:before {
	content: "";
}

.mec-sl-location-pin:before {
	content: "";
}

.mec-sl-direction:before {
	content: "";
}

.mec-sl-directions:before {
	content: "";
}

.mec-sl-compass:before {
	content: "";
}

.mec-sl-layers:before {
	content: "";
}

.mec-sl-menu:before {
	content: "";
}

.mec-sl-list:before {
	content: "";
}

.mec-sl-options-vertical:before {
	content: "";
}

.mec-sl-options:before {
	content: "";
}

.mec-sl-arrow-down:before {
	content: "";
}

.mec-sl-arrow-left:before {
	content: "";
}

.mec-sl-arrow-right:before {
	content: "";
}

.mec-sl-arrow-up:before {
	content: "";
}

.mec-sl-arrow-up-circle:before {
	content: "";
}

.mec-sl-arrow-left-circle:before {
	content: "";
}

.mec-sl-arrow-right-circle:before {
	content: "";
}

.mec-sl-arrow-down-circle:before {
	content: "";
}

.mec-sl-check:before {
	content: "";
}

.mec-sl-clock:before {
	content: "";
}

.mec-sl-plus:before {
	content: "";
}

.mec-sl-minus:before {
	content: "";
}

.mec-sl-close:before {
	content: "";
}

.mec-sl-event:before {
	content: "";
}

.mec-sl-exclamation:before {
	content: "";
}

.mec-sl-organization:before {
	content: "";
}

.mec-sl-trophy:before {
	content: "";
}

.mec-sl-screen-smartphone:before {
	content: "";
}

.mec-sl-screen-desktop:before {
	content: "";
}

.mec-sl-plane:before {
	content: "";
}

.mec-sl-notebook:before {
	content: "";
}

.mec-sl-mustache:before {
	content: "";
}

.mec-sl-mouse:before {
	content: "";
}

.mec-sl-magnet:before {
	content: "";
}

.mec-sl-energy:before {
	content: "";
}

.mec-sl-disc:before {
	content: "";
}

.mec-sl-cursor:before {
	content: "";
}

.mec-sl-cursor-move:before {
	content: "";
}

.mec-sl-crop:before {
	content: "";
}

.mec-sl-chemistry:before {
	content: "";
}

.mec-sl-speedometer:before {
	content: "";
}

.mec-sl-shield:before {
	content: "";
}

.mec-sl-screen-tablet:before {
	content: "";
}

.mec-sl-magic-wand:before {
	content: "";
}

.mec-sl-hourglass:before {
	content: "";
}

.mec-sl-graduation:before {
	content: "";
}

.mec-sl-ghost:before {
	content: "";
}

.mec-sl-game-controller:before {
	content: "";
}

.mec-sl-fire:before {
	content: "";
}

.mec-sl-eyeglass:before {
	content: "";
}

.mec-sl-envelope-open:before {
	content: "";
}

.mec-sl-envelope-letter:before {
	content: "";
}

.mec-sl-bell:before {
	content: "";
}

.mec-sl-badge:before {
	content: "";
}

.mec-sl-anchor:before {
	content: "";
}

.mec-sl-wallet:before {
	content: "";
}

.mec-sl-vector:before {
	content: "";
}

.mec-sl-speech:before {
	content: "";
}

.mec-sl-puzzle:before {
	content: "";
}

.mec-sl-printer:before {
	content: "";
}

.mec-sl-present:before {
	content: "";
}

.mec-sl-playlist:before {
	content: "";
}

.mec-sl-pin:before {
	content: "";
}

.mec-sl-picture:before {
	content: "";
}

.mec-sl-handbag:before {
	content: "";
}

.mec-sl-globe-alt:before {
	content: "";
}

.mec-sl-globe:before {
	content: "";
}

.mec-sl-folder-alt:before {
	content: "";
}

.mec-sl-folder:before {
	content: "";
}

.mec-sl-film:before {
	content: "";
}

.mec-sl-feed:before {
	content: "";
}

.mec-sl-drop:before {
	content: "";
}

.mec-sl-drawer:before {
	content: "";
}

.mec-sl-docs:before {
	content: "";
}

.mec-sl-doc:before {
	content: "";
}

.mec-sl-diamond:before {
	content: "";
}

.mec-sl-cup:before {
	content: "";
}

.mec-sl-calculator:before {
	content: "";
}

.mec-sl-bubbles:before {
	content: "";
}

.mec-sl-briefcase:before {
	content: "";
}

.mec-sl-book-open:before {
	content: "";
}

.mec-sl-basket-loaded:before {
	content: "";
}

.mec-sl-basket:before {
	content: "";
}

.mec-sl-bag:before {
	content: "";
}

.mec-sl-action-undo:before {
	content: "";
}

.mec-sl-action-redo:before {
	content: "";
}

.mec-sl-wrench:before {
	content: "";
}

.mec-sl-umbrella:before {
	content: "";
}

.mec-sl-trash:before {
	content: "";
}

.mec-sl-tag:before {
	content: "";
}

.mec-sl-support:before {
	content: "";
}

.mec-sl-frame:before {
	content: "";
}

.mec-sl-size-fullscreen:before {
	content: "";
}

.mec-sl-size-actual:before {
	content: "";
}

.mec-sl-shuffle:before {
	content: "";
}

.mec-sl-share-alt:before {
	content: "";
}

.mec-sl-share:before {
	content: "";
}

.mec-sl-rocket:before {
	content: "";
}

.mec-sl-question:before {
	content: "";
}

.mec-sl-pie-chart:before {
	content: "";
}

.mec-sl-pencil:before {
	content: "";
}

.mec-sl-note:before {
	content: "";
}

.mec-sl-loop:before {
	content: "";
}

.mec-sl-home:before {
	content: "";
}

.mec-sl-grid:before {
	content: "";
}

.mec-sl-graph:before {
	content: "";
}

.mec-sl-microphone:before {
	content: "";
}

.mec-sl-music-tone-alt:before {
	content: "";
}

.mec-sl-music-tone:before {
	content: "";
}

.mec-sl-earphones-alt:before {
	content: "";
}

.mec-sl-earphones:before {
	content: "";
}

.mec-sl-equalizer:before {
	content: "";
}

.mec-sl-like:before {
	content: "";
}

.mec-sl-dislike:before {
	content: "";
}

.mec-sl-control-start:before {
	content: "";
}

.mec-sl-control-rewind:before {
	content: "";
}

.mec-sl-control-play:before {
	content: "";
}

.mec-sl-control-pause:before {
	content: "";
}

.mec-sl-control-forward:before {
	content: "";
}

.mec-sl-control-end:before {
	content: "";
}

.mec-sl-volume-1:before {
	content: "";
}

.mec-sl-volume-2:before {
	content: "";
}

.mec-sl-volume-off:before {
	content: "";
}

.mec-sl-calendar:before {
	content: "";
}

.mec-sl-bulb:before {
	content: "";
}

.mec-sl-chart:before {
	content: "";
}

.mec-sl-ban:before {
	content: "";
}

.mec-sl-bubble:before {
	content: "";
}

.mec-sl-camrecorder:before {
	content: "";
}

.mec-sl-camera:before {
	content: "";
}

.mec-sl-cloud-download:before {
	content: "";
}

.mec-sl-cloud-upload:before {
	content: "";
}

.mec-sl-envelope:before {
	content: "";
}

.mec-sl-eye:before {
	content: "";
}

.mec-sl-flag:before {
	content: "";
}

.mec-sl-heart:before {
	content: "";
}

.mec-sl-info:before {
	content: "";
}

.mec-sl-key:before {
	content: "";
}

.mec-sl-link:before {
	content: "";
}

.mec-sl-lock:before {
	content: "";
}

.mec-sl-lock-open:before {
	content: "";
}

.mec-sl-magnifier:before {
	content: "";
}

.mec-sl-magnifier-add:before {
	content: "";
}

.mec-sl-magnifier-remove:before {
	content: "";
}

.mec-sl-paper-clip:before {
	content: "";
}

.mec-sl-paper-plane:before {
	content: "";
}

.mec-sl-power:before {
	content: "";
}

.mec-sl-refresh:before {
	content: "";
}

.mec-sl-reload:before {
	content: "";
}

.mec-sl-settings:before {
	content: "";
}

.mec-sl-star:before {
	content: "";
}

.mec-sl-symbol-female:before {
	content: "";
}

.mec-sl-symbol-male:before {
	content: "";
}

.mec-sl-target:before {
	content: "";
}

.mec-sl-credit-card:before {
	content: "";
}

.mec-sl-paypal:before {
	content: "";
}

.mec-sl-social-tumblr:before {
	content: "";
}

.mec-sl-social-twitter:before {
	content: "";
}

.mec-sl-social-facebook:before {
	content: "";
}

.mec-sl-social-instagram:before {
	content: "";
}

.mec-sl-social-linkedin:before {
	content: "";
}

.mec-sl-social-pinterest:before {
	content: "";
}

.mec-sl-social-github:before {
	content: "";
}

.mec-sl-social-google:before {
	content: "";
}

.mec-sl-social-reddit:before {
	content: "";
}

.mec-sl-social-skype:before {
	content: "";
}

.mec-sl-social-dribbble:before {
	content: "";
}

.mec-sl-social-behance:before {
	content: "";
}

.mec-sl-social-foursqare:before {
	content: "";
}

.mec-sl-social-soundcloud:before {
	content: "";
}

.mec-sl-social-spotify:before {
	content: "";
}

.mec-sl-social-stumbleupon:before {
	content: "";
}

.mec-sl-social-youtube:before {
	content: "";
}

.mec-sl-social-dropbox:before {
	content: "";
}

.mec-sl-social-vkontakte:before {
	content: "";
}

.mec-sl-social-steam:before {
	content: "";
}

.mec-sl-sitemap:before {
	content: "";
}

.mec-sl-map-marker:before {
	content: "";
}

.mec-sl-clock-o:before {
	content: "";
}

.mec-wrap {
	position: relative;
}

.entry-content .mec-wrap h1, .entry-content .mec-wrap h2, .entry-content .mec-wrap h3, .entry-content .mec-wrap h4, .entry-content .mec-wrap h5, .entry-content .mec-wrap h6, .mec-wrap h1, .mec-wrap h2, .mec-wrap h3, .mec-wrap h4, .mec-wrap h5, .mec-wrap h6 {
	color: #171c24;
	font-weight: 300;
	font-style: inherit;
	letter-spacing: normal;
	clear: none;
}

.mec-wrap h1 {
	font-size: 50px;
	line-height: 1.16;
	margin-bottom: 12px;
	letter-spacing: -1px;
}

.mec-wrap h2 {
	font-size: 36px;
	line-height: 1.14;
	margin-bottom: 10px;
}

.mec-wrap h3 {
	font-size: 28px;
	line-height: 1.2;
	margin-bottom: 8px;
}

.mec-wrap h4 {
	font-size: 24px;
	line-height: 1.2;
	margin-bottom: 10px;
}

.mec-wrap h5 {
	font-size: 18px;
	line-height: 1.3;
	margin-bottom: 7px;
}

.mec-wrap h6 {
	font-size: 16px;
	line-height: 1.3;
	margin-bottom: 4px;
}

.mec-wrap .subheader {
	color: #849098;
}

.mec-wrap h1 strong {
	font-weight: 700;
}

.mec-wrap :not(.elementor-widget-container)>p {
	margin: 0 0 20px 0;
	color: #616161;
	font-size: 14px;
	line-height: 1.8;
}

.mec-wrap .read-more-text p span.more-text {
	display: none;
}

.mec-wrap .mec-event-article .mec-color-hover {
	box-shadow: none;
	border: none;
}

.mec-wrap abbr, .mec-wrap acronym {
	cursor: auto;
	border: none;
}

.entry-content .mec-wrap a {
	box-shadow: none;
}

.mec-single-event-description.mec-events-content ol li, .mec-single-event-description.mec-events-content ul li {
	color: #616161;
	font-size: 14px;
	line-height: 1.8;
	font-weight: 300;
}

.lity-content .button, .lity-content button:not(.owl-dot):not(.gm-control-active):not(.mejs):not(.owl-prev):not(.owl-next):not(.mec-googlemap-details button):not(.mec-googlemap-skin button), .lity-content input[type=button], .lity-content input[type=reset], .lity-content input[type=submit], .mec-nextprev-next-button, .mec-nextprev-prev-button, .mec-wrap .button, .mec-wrap button:not(.owl-dot):not(.gm-control-active):not(.mejs):not(.owl-prev):not(.owl-next):not(.mec-googlemap-details button):not(.mec-googlemap-skin button), .mec-wrap input[type=button], .mec-wrap input[type=reset], .mec-wrap input[type=submit] {
	position: relative;
	border: 1px solid #ccecf4;
	border-radius: 4px;
	border-radius: var(--mec-secondary-border-radius);
	box-shadow: 0 1px 0 0 #fcfcfc;
	color: #07bbe9;
	display: inline-block;
	font-size: 14px;
	line-height: 18px;
	text-transform: capitalize;
	font-weight: 600;
	text-decoration: none;
	cursor: pointer;
	margin-bottom: 20px;
	margin-right: 10px;
	padding: 10px 24px 10px;
	background: #ecf9fd;
	-webkit-transition: all .21s ease;
	-moz-transition: all .21s ease;
	transition: all .21s ease;
}

.lity-content .button:hover, .lity-content button:not(.owl-dot):not(.gm-control-active):not(.mejs):not(.owl-prev):not(.owl-next):hover, .lity-content input[type=button]:hover, .lity-content input[type=reset]:hover, .lity-content input[type=submit]:hover, .mec-wrap .button:hover, .mec-wrap a.button:hover, .mec-wrap button:not(.owl-dot):not(.gm-control-active):not(.mejs):not(.owl-prev):not(.owl-next):hover, .mec-wrap input[type=button]:hover, .mec-wrap input[type=reset]:hover, .mec-wrap input[type=submit]:hover {
	border: 1px solid #38d5ed;
	box-shadow: 0 1px 0 0 #fafafa;
}

.lity-content .button svg, .lity-content button:not(.owl-dot):not(.gm-control-active):not(.mejs):not(.owl-prev):not(.owl-next):not(.et-fb-button) svg, .lity-content input[type=button] svg, .lity-content input[type=reset] svg, .lity-content input[type=submit] svg, .mec-nextprev-next-button svg, .mec-nextprev-prev-button svg, .mec-wrap .button svg, .mec-wrap button:not(.owl-dot):not(.gm-control-active):not(.mejs):not(.owl-prev):not(.owl-next):not(.et-fb-button) svg, .mec-wrap input[type=button] svg, .mec-wrap input[type=reset] svg, .mec-wrap input[type=submit] svg {
	margin-left: 30px;
}

.mec-wrap .button svg.back, .mec-wrap button:not(.owl-dot):not(.gm-control-active):not(.mejs):not(.owl-prev):not(.owl-next):not(.et-fb-button) svg.back {
	margin-right: 30px;
	margin-left: 0;
}

.mec-booking-form-container button {
	display: block;
}

.vertical-space, .vertical-space1, .vertical-space2, .vertical-space3, .vertical-space4, .vertical-space5 {
	display: block;
	width: 100%;
	margin: 0;
	clear: both;
	border: 0 none;
	height: 20px;
}

.vertical-space2 {
	height: 40px;
}

.vertical-space3 {
	height: 60px;
}

.vertical-space4 {
	height: 80px;
}

.vertical-space5 {
	height: 100px;
}

@media only screen and (max-width:479px) {
	.vertical-space, .vertical-space1 {
		height: 8px;
	}
	
	.vertical-space2 {
		height: 14px;
	}
	
	.vertical-space3 {
		height: 28px;
	}
	
	.vertical-space4 {
		height: 40px;
	}
	
	.vertical-space5 {
		height: 60px;
	}
}

@media only screen and (max-width:960px) {
	.vertical-space, .vertical-space1 {
		height: 12px;
	}
	
	.vertical-space2 {
		height: 18px;
	}
	
	.vertical-space3 {
		height: 36px;
	}
	
	.vertical-space4 {
		height: 50px;
	}
	
	.vertical-space5 {
		height: 80px;
	}
}

.mec-wrap abbr {
	cursor: auto;
	border-bottom: 0;
}

@-webkit-keyframes rotating {
	from {
		-ms-transform: rotate(0);
		-moz-transform: rotate(0);
		-webkit-transform: rotate(0);
		-o-transform: rotate(0);
		transform: rotate(0);
	}
	
	to {
		-ms-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes rotating {
	from {
		-ms-transform: rotate(0);
		-moz-transform: rotate(0);
		-webkit-transform: rotate(0);
		-o-transform: rotate(0);
		transform: rotate(0);
	}
	
	to {
		-ms-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.mec-wrap {
	font: 14px/25px;
	font-weight: 400;
	color: #626262;
}

.mec-wrap .mec-events a {
	border-bottom: none;
}

.mec-wrap .mec-container a {
	box-shadow: none;
}

.mec-event-content p {
	font-weight: 300;
}

.mec-wrap .mec-clear:after, .mec-wrap .mec-clear:before {
	content: " ";
	display: table;
}

.mec-wrap .mec-clear:after {
	clear: both;
}

.mec-events-button {
	background: #fff;
	padding: 12px 28px;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 0;
	border: 1px solid #e3e3e3;
	border-radius: var(--mec-secondary-border-radius);
	text-shadow: none;
	margin-right: 10px;
	transition: .3s;
}

.mec-wrap .mec-events-button:hover {
	color: #fff;
}

.mec-no-event {
	display: none;
}

#mec-active-current {
	display: block;
}

.current-hide #mec-active-current {
	display: none !important;
}

.mec-event-grid-classic .mec-event-article {
	position: relative;
	border: 2px solid #e3e3e3;
	box-shadow: 0 2px 0 0 rgba(0, 0, 0, .016);
	margin-bottom: 30px;
	max-width: none;
	border-radius: var(--mec-primary-border-radius);
}

.mec-event-grid-classic .mec-event-content {
	color: #767676;
	padding: 0 20px 5px;
	text-align: center;
	min-height: 125px;
}

.mec-event-grid-classic .mec-event-title {
	color: #202020;
	margin: 10px 0;
	font-weight: 700;
	font-size: 20px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.mec-event-grid-classic .mec-event-title a {
	color: #202020;
	transition: all .24s ease;
}

.mec-event-grid-classic .mec-event-date {
	font-weight: 400;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #fff;
	padding: 3px 20px;
	margin: 0 -20px 20px -20px;
	text-align: center;
}

.widget_mec_mec_widget .mec-event-grid-classic .mec-event-date {
	margin: 0;
}

.mec-event-grid-classic .mec-event-content p {
	font-size: 15px;
	color: #8a8a8a;
}

.mec-event-grid-classic .mec-event-content .mec-grid-event-location {
	margin: 0;
	font-size: 12px;
	font-weight: 400;
	line-height: 16px;
}

.mec-event-grid-classic .mec-event-detail {
	display: none;
}

.mec-event-grid-classic .mec-price-details {
	font-size: 12px;
	font-weight: 400;
}

.mec-event-grid-classic .mec-event-image {
	border-radius: var(--mec-primary-border-radius) var(--mec-primary-border-radius) 0 0;
	overflow: hidden;
}

.mec-event-grid-classic img {
	margin-bottom: 0;
	width: 100%;
	display: block;
}

.mec-event-footer {
	position: relative;
	border-top: 1px solid #efefef;
	padding: 20px;
	min-height: 80px;
	margin: 0;
	background: #fafafa;
	border-radius: 0 0 var(--mec-primary-border-radius) var(--mec-primary-border-radius);
}

.mec-event-sharing-wrap {
	left: 15px;
	position: absolute;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.mec-event-sharing-wrap .mec-event-sharing {
	position: absolute;
	padding: 8px 0 2px;
	left: -6px;
	bottom: 54px;
	margin: 0;
	margin-top: 6px;
	border-radius: var(--mec-secondary-border-radius);
	min-width: 50px;
	visibility: hidden;
	opacity: 0;
	border: 1px solid #e2e2e2;
	background: #fff;
	box-shadow: 0 0 9px 0 rgba(0, 0, 0, .06);
	z-index: 99;
	-webkit-transition: all .18s ease;
	transition: all .18s ease;
}

.mec-event-sharing-wrap .mec-event-sharing:after, .mec-event-sharing-wrap .mec-event-sharing:before {
	content: "";
	display: block;
	position: absolute;
	bottom: -10px;
	left: 50%;
	margin-left: -10px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px;
}

.mec-event-sharing-wrap .mec-event-sharing:before {
	bottom: -21px;
	border-color: #e2e2e2 transparent transparent transparent;
}

.mec-event-sharing-wrap .mec-event-sharing:after {
	bottom: -19px;
	border-color: #fff transparent transparent transparent;
}

.mec-event-sharing-wrap:hover .mec-event-sharing {
	opacity: 1;
	visibility: visible;
}

.mec-event-sharing-wrap li {
	text-align: center;
	border: 0;
	display: block;
	margin-right: 2px;
	overflow: hidden;
	margin: 0 auto 6px;
	width: 38px;
}

.mec-event-sharing-wrap li.mec-event-share {
	height: 38px;
}

.mec-event-sharing-wrap:hover>li {
	cursor: pointer;
	background-color: #40d9f1;
}

.mec-event-sharing-wrap:hover li a {
	color: #fff;
}

.mec-event-sharing-wrap>li:first-of-type {
	border: 1px solid #d9d9d9;
	border-radius: var(--mec-secondary-border-radius);
}

.mec-event-sharing-wrap li a, .mec-event-sharing-wrap:hover li ul li a {
	border: none;
	color: #767676;
	display: block;
}

.mec-event-sharing-wrap li a .mec-social-title {
	padding-right: 10px;
	display: none;
}

.mec-event-sharing-wrap li i {
	width: 36px;
	height: 36px;
	display: table-cell;
	vertical-align: middle;
}

.mec-event-sharing-wrap li svg {
	height: 16px;
}

.mec-event-sharing-wrap .mec-event-sharing li a {
	display: block;
}

.mec-event-sharing-wrap .mec-event-sharing li:hover a {
	color: #40d9f1;
}

.mec-event-sharing .mec-event-share:hover .event-sharing-icon {
	background: #40d9f1;
	border-width: 0 1px 0;
	cursor: pointer;
}

.mec-event-sharing .mec-event-map {
	border-width: 1px 0 1px;
}

.mec-event-footer .mec-booking-button {
	box-shadow: none;
	transition: all .21s ease;
	font-size: 11px;
	font-weight: 500;
	letter-spacing: 1px;
	text-transform: uppercase;
	background: #fff;
	color: #767676;
	border: 1px solid #e8e8e8;
	position: absolute;
	top: 20px;
	right: 15px;
	padding: 0 16px;
	line-height: 37px;
	height: 38px;
	border-radius: var(--mec-secondary-border-radius);
}

.mec-event-footer .mec-booking-button:hover {
	background: #191919;
	color: #fff;
	border-color: #191919;
}

@media only screen and (max-width:960px) {
	.mec-event-grid-classic {
		margin-bottom: 30px;
	}
}

.mec-widget .mec-event-grid-classic.mec-owl-carousel {
	padding: 36px 0 16px;
}

.mec-widget .mec-event-grid-classic.mec-owl-carousel .owl-nav {
	margin: 5px 0;
	width: 100%;
	position: absolute;
	top: 15px;
	padding: 0;
}

.mec-skin-grid-container.mec-widget {
	padding-top: 18px;
}

.mec-widget .mec-event-grid-classic.mec-owl-carousel {
	padding: 20px 0 16px;
}

.mec-widget .mec-event-grid-classic.mec-owl-carousel .owl-nav {
	margin: 0;
	width: 100%;
	position: absolute;
	top: 0;
	padding: 0;
}

.mec-widget .mec-event-grid-classic.mec-owl-carousel .owl-nav div {
	position: absolute;
	background: #fff;
	line-height: 0;
	width: 34px;
	height: 26px;
	padding: 6px;
	text-align: center;
	text-align: center;
	margin-top: -17px;
	border-radius: 3px;
	border: 1px solid #e2e2e2;
	box-shadow: 0 2px 0 0 rgba(0, 0, 0, .028);
	transition: all .33s ease;
}

.mec-skin-grid-container .mec-categories {
	padding: 0;
}

.mec-skin-grid-container .mec-categories li {
	list-style: none;
}

.mec-skin-grid-container .mec-categories li a {
	color: #000;
	text-align: left;
	transition: all .23s ease;
	-webkit-transition: all .23s ease;
}

.mec-widget .mec-event-grid-classic.mec-owl-carousel .owl-nav i {
	font-size: 12px;
	color: #40d9f1;
	cursor: pointer;
}

.mec-widget .mec-event-grid-classic.mec-owl-carousel .owl-nav .owl-next {
	right: 0;
}

.mec-widget .mec-event-grid-classic.mec-owl-carousel .owl-nav .owl-prev {
	left: 0;
}

.mec-widget .mec-event-grid-classic.mec-owl-carousel .mec-event-sharing {
	display: none;
}

.mec-widget .mec-event-grid-classic.mec-owl-carousel .mec-event-footer {
	text-align: center;
}

.mec-widget .mec-event-grid-classic.mec-owl-carousel .mec-event-footer .mec-booking-button {
	position: static;
	padding: 11px 16px;
}

.widget .mec-event-footer ul.mec-event-sharing-wrap li a.mec-event-share-icon {
	padding: 0;
}

@media screen and (min-width:56.875em) {
	.mec-widget .mec-month-container dl {
		margin-bottom: 0;
	}
}

.mec-widget .mec-event-grid-classic.owl-carousel .mec-event-footer {
	text-align: right;
}

.mec-widget .mec-event-grid-classic.owl-carousel .mec-event-sharing-wrap {
	left: 5px;
	padding-left: 5px;
}

.mec-widget .mec-event-grid-classic.owl-carousel .mec-event-sharing-wrap .mec-event-sharing {
	left: 0;
}

.mec-widget .mec-event-sharing-wrap .mec-event-sharing {
	position: absolute;
	top: auto;
	bottom: 52px;
	margin: 0;
	margin-top: 0;
	border-radius: var(--mec-secondary-border-radius);
}

.mec-widget .mec-event-sharing-wrap .mec-event-sharing:after {
	top: auto;
	bottom: -17px;
	border-color: #fff transparent transparent transparent;
}

.mec-widget .mec-event-sharing-wrap .mec-event-sharing:before {
	top: auto;
	bottom: -18px;
	border-color: #e2e2e2 transparent transparent transparent;
}

.mec-widget .mec-event-grid-classic.mec-owl-carousel .owl-nav button {
	position: absolute;
	background: #fff;
	padding: 6px;
	margin-top: -17px;
	border-radius: 3px;
	border: 1px solid #e2e2e2;
	box-shadow: 0 2px 0 0 rgba(0, 0, 0, .028);
}

.mec-widget .mec-event-grid-classic.mec-owl-carousel .owl-nav button:hover {
	background: #40d9f1;
	border-color: #40d9f1;
}

.mec-widget .mec-event-grid-classic.mec-owl-carousel .owl-nav button:hover i {
	color: #fff;
}

.mec-widget .mec-event-grid-classic.mec-owl-carousel .mec-booking-button {
	width: 40%;
	width: auto;
	float: right;
	color: #202020;
	height: 36px;
	line-height: 14px;
	font-size: 12px;
}

.mec-widget .mec-event-grid-classic.mec-owl-carousel .mec-booking-button:hover {
	color: #fff;
}

.mec-widget .mec-event-list-modern .col-md-2.col-sm-2, .mec-widget .mec-event-list-modern .col-md-6.col-sm-6 {
	padding: 0;
	width: 100%;
	display: block;
	position: unset;
}

.mec-widget .mec-event-list-modern .col-md-4.col-sm-4 .mec-booking-button {
	width: 80%;
	height: 46px;
	line-height: 22px;
	padding: 11px 20px;
	float: right;
}

.mec-widget .mec-event-list-modern .col-md-4.col-sm-4.mec-btn-wrapper {
	top: auto;
	bottom: 5%;
}

@media (max-width:480px) {
	.mec-widget .mec-event-list-modern .col-md-4.col-sm-4 {
		padding: 0;
	}
	
	.mec-widget .mec-event-list-modern .col-md-4.col-sm-4 .mec-booking-button {
		width: 100%;
	}
}

.mec-widget .mec-event-list-modern .mec-month-divider {
	margin: 30px 0 10px 0;
}

.mec-widget .mec-event-list-minimal .mec-event-date span {
	font-size: 12px;
}

.mec-widget .mec-event-list-minimal .mec-event-date:after {
	height: 29px;
}

.mec-widget .mec-event-list-minimal .col-md-3, .mec-widget .mec-event-list-minimal .col-md-9 {
	display: block;
	width: 100%;
	text-align: left;
}

.mec-widget .mec-event-list-modern .col-md-4.col-sm-4.mec-btn-wrapper {
	position: relative;
}

.mec-widget .mec-event-list-modern .col-md-4.col-sm-4 .mec-booking-button {
	width: 100%;
	text-align: center;
}

.mec-widget .mec-event-list-minimal .mec-event-date:first-child {
	margin-right: 24px;
}

.mec-event-grid-clean {
	margin-bottom: 10px;
	max-width: none;
}

.mec-event-grid-clean .mec-event-article {
	margin-bottom: 30px;
	position: relative;
	border: 1px solid #e2e2e2;
	text-align: center;
	padding: 15px 15px 0;
	background: #fff;
	box-shadow: 0 2px 0 0 rgba(0, 0, 0, .016);
	border-radius: var(--mec-primary-border-radius);
}

.mec-event-grid-clean .mec-event-content {
	background: #fff;
	color: #767676;
	padding: 25px 16px 0;
	text-align: left;
}

.mec-event-grid-clean .mec-event-title {
	color: #202020;
	margin: 0 0 10px 0;
	font-weight: 700;
	font-size: 21px;
	text-transform: capitalize;
}

.mec-event-grid-clean .mec-event-title a {
	color: #202020;
	transition: all .24s ease;
}

.mec-event-grid-clean .mec-event-date {
	font-weight: 400;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 1px;
	background-color: #40d9f1;
	color: #fff;
	padding: 3px 0;
	margin: 0;
	text-align: center;
}

.mec-event-grid-clean .mec-event-content p {
	font-size: 15px;
	color: #9a9a9a;
	line-height: 1.54;
}

.mec-event-grid-clean img {
	margin-bottom: 0;
	width: 100%;
	border-radius: var(--mec-secondary-border-radius);
}

.mec-event-grid-clean .event-grid-t2-head {
	margin-bottom: 10px;
	color: #fff;
	padding: 9px 14px 6px;
	text-align: left;
	border-radius: var(--mec-secondary-border-radius);
}

.mec-event-grid-clean .event-grid-t2-head .mec-event-date {
	font-size: 50px;
	line-height: 50px;
	float: left;
	margin-right: 11px;
}

.mec-event-grid-clean .event-grid-t2-head .mec-event-month {
	text-transform: uppercase;
	font-size: 17px;
	line-height: 20px;
	padding-top: 4px;
}

.mec-event-grid-clean .event-grid-t2-head .mec-event-detail {
	font-size: 12px;
}

.mec-event-grid-clean .event-grid-t2-head .mec-categories li a {
	margin-bottom: 10px;
	color: #fff;
}

.mec-event-grid-clean .event-grid-t2-head .mec-categories li a:hover {
	color: #000;
}

.mec-event-grid-clean .mec-event-sharing-wrap {
	left: 0;
	padding-left: 0;
}

.mec-event-grid-clean .mec-event-footer {
	position: relative;
	border-top: 2px solid;
	padding: 20px 0;
	margin: 0 14px;
	text-align: left;
	background: 0 0;
}

.mec-event-grid-clean .mec-event-footer .mec-booking-button {
	right: 0;
}

.mec-event-grid-clean .row {
	margin-bottom: 30px;
}

.mec-event-grid-modern {
	margin-bottom: 10px;
	max-width: none;
}

.mec-event-grid-modern .mec-event-article {
	position: relative;
	border: 1px solid #e2e2e2;
	text-align: center;
	margin-bottom: 30px;
	padding: 45px 15px 10px;
	background: #fff;
	box-shadow: 0 2px 0 0 rgba(0, 0, 0, .016);
	border-radius: var(--mec-primary-border-radius);
}

.mec-event-grid-modern .mec-event-content {
	color: #767676;
	padding: 0 15px 10px;
	text-align: left;
}

.mec-event-grid-modern .mec-event-title {
	color: #202020;
	margin: 0 0 10px 0;
	font-weight: 700;
	font-size: 24px;
	text-transform: none;
	letter-spacing: -1px;
}

.mec-event-grid-modern .mec-event-title a {
	color: #202020;
	transition: all .24s ease;
}

.mec-event-grid-modern .mec-event-content .mec-categories-wrapper, .mec-event-grid-modern .mec-event-content .mec-shortcode-organizers {
	margin-bottom: 10px;
}

.mec-event-grid-modern .mec-event-content .mec-categories-wrapper, .mec-event-grid-modern .mec-event-content .mec-shortcode-organizers, .mec-event-grid-modern .mec-event-content p {
	font-size: 15px;
	color: #9a9a9a;
	line-height: 1.54;
}

.mec-event-grid-modern img {
	margin-bottom: 0;
	width: 100%;
}

.mec-event-grid-modern .event-grid-modern-head {
	margin-bottom: 0;
	padding: 9px 14px 6px;
	text-align: left;
}

.mec-event-grid-modern .event-grid-modern-head .mec-event-date {
	font-size: 50px;
	line-height: 50px;
	float: left;
	margin-right: 11px;
}

.mec-event-grid-modern .event-grid-modern-head .mec-event-month {
	text-transform: uppercase;
	font-size: 17px;
	line-height: 20px;
	padding-top: 4px;
	margin-bottom: 5px;
}

.mec-event-grid-modern .event-grid-modern-head .mec-event-detail {
	font-size: 12px;
}

.mec-event-grid-modern .event-grid-modern-head .mec-event-day {
	margin-top: 9px;
	color: silver;
	font-size: 35px;
	font-weight: 100;
	text-transform: uppercase;
	letter-spacing: -1px;
}

.mec-event-grid-modern .mec-event-footer {
	position: relative;
	height: 90px;
	padding: 20px 0;
	border: none;
	margin: 0 14px;
	text-align: left;
	background: 0 0;
}

.mec-event-grid-modern .mec-event-footer .mec-booking-button {
	right: auto;
	left: 0;
}

.mec-event-grid-modern .mec-event-sharing-wrap {
	left: auto;
	right: 0;
	padding-left: 0;
}

.mec-event-grid-modern .mec-event-sharing {
	left: auto;
	right: -6px;
}

.mec-event-grid-modern .mec-event-sharing-wrap li {
	border-radius: 55px;
}

.mec-event-grid-modern .row {
	margin-bottom: 0;
}

@media only screen and (max-width:479px) {
	.mec-event-grid-modern .mec-event-article {
		padding-bottom: 30px;
	}
	
	.mec-event-grid-modern .mec-event-sharing {
		top: 60px;
		left: 0;
		right: auto;
	}
	
	.mec-event-grid-modern .mec-event-footer .mec-booking-button {
		top: 0;
	}
}

span.mec-event-title-soldout {
	font-size: 8px;
	font-weight: 700;
	letter-spacing: .5px;
	text-transform: uppercase;
	background: #e63360;
	color: #fff;
	padding: 3px 8px;
	line-height: 1;
	border-radius: 15px;
	white-space: nowrap;
	vertical-align: middle;
}

.mec-repeating-label {
	background: #222;
	color: #fff;
	padding: 3px 8px;
	font-size: 8px;
	font-weight: 700;
	letter-spacing: .5px;
	border-radius: 40px;
	display: inline-block;
}

.mec-event-grid-colorful .mec-event-article {
	min-height: 400px;
	border: none;
	box-shadow: none;
	background: #40d9f1;
	padding-top: 25px;
	margin: 0;
	color: #fff;
	border-radius: var(--mec-primary-border-radius);
}

.mec-event-grid-colorful .mec-event-content {
	background: 0 0;
}

.mec-event-grid-colorful .event-grid-modern-head, .mec-event-grid-colorful .event-grid-modern-head .mec-event-date, .mec-event-grid-colorful .event-grid-modern-head .mec-event-day, .mec-event-grid-colorful .mec-event-content p, .mec-event-grid-colorful .mec-event-sharing-wrap>li>a, .mec-event-grid-colorful .mec-event-title a, .mec-event-grid-colorful ul.mec-categories li.mec-category a {
	color: #fff;
}

.mec-event-grid-colorful .mec-event-footer .mec-booking-button, .mec-event-grid-colorful .mec-event-footer .mec-modal-booking-button {
	border: none;
}

.mec-event-grid-colorful .mec-event-sharing-wrap>li {
	border-color: #fff;
}

.mec-event-grid-colorful .mec-event-sharing-wrap:hover>li {
	background: #333;
	border-color: #333;
}

.mec-event-grid-colorful .mec-event-title a.mec-color-hover:hover {
	color: #fff;
	text-decoration: underline;
}

.mec-event-grid-colorful .mec-event-title .event-color {
	display: none;
}

.mec-event-grid-colorful div[class^=col-md-] {
	padding: 0 1px 1px 0;
	margin: 0;
}

.mec-event-grid-colorful .mec-event-article .mec-price-details, .mec-event-grid-colorful .mec-event-article .mec-time-details {
	color: #fff;
}

@media only screen and (min-width:768px) {
	.mec-wrap.mec-sm959.mec-event-grid-colorful .event-grid-modern-head .mec-event-day {
		font-size: 26px;
	}
	
	.mec-wrap.mec-sm959.mec-event-grid-colorful .event-grid-modern-head .mec-event-month {
		font-size: 15px;
	}
	
	.mec-wrap.mec-sm959.mec-event-grid-colorful .event-grid-modern-head .mec-event-date {
		font-size: 50px;
	}
	
	.mec-wrap.mec-sm959.mec-event-grid-colorful .mec-event-title {
		font-size: 21px;
	}
	
	.mec-wrap.mec-sm959.mec-event-grid-colorful .mec-event-content p {
		font-size: 13px;
	}
	
	.mec-wrap .mec-event-grid-colorful .col-md-3.col-sm-3 .mec-event-sharing-wrap {
		bottom: 100px;
	}
}

@media only screen and (min-width:768px) and (max-width:1200px) {
	.mec-wrap.mec-sm959.mec-event-grid-colorful div[class^=col-md-] {
		width: 50%;
	}
}

.mec-event-list-minimal .mec-event-article {
	border-bottom: 1px solid #efefef;
	padding: 24px 0 16px;
}

.mec-event-list-minimal .mec-wrap .col-md-9 {
	padding: 0;
}

.mec-event-list-minimal .mec-event-date {
	position: relative;
	float: left;
	margin-right: 30px;
	color: #fff;
	width: 52px;
	padding: 6px 4px 3px;
	text-align: center;
	text-transform: uppercase;
	border-radius: 3px;
}

.mec-event-list-minimal .mec-event-date {
	min-width: 52px;
	width: fit-content;
	line-height: 1.3;
	border-radius: var(--mec-secondary-border-radius);
}

.mec-event-list-minimal .mec-event-date:nth-child(2) {
	margin: 0 30px 0 -20px;
}

.mec-event-list-minimal .mec-event-date span {
	display: block;
	font-size: 23px;
	font-weight: 700;
	text-align: center;
}

.mec-event-list-minimal .mec-event-date:after {
	display: block;
	content: "";
	position: absolute;
	width: 50px;
	left: 0;
	top: 0;
	height: 34px;
	background: rgba(255, 255, 255, .1);
	box-shadow: 0 4px 4px rgba(0, 0, 0, .02);
}

.mec-event-list-minimal .mec-event-date:after {
	width: 100%;
}

.mec-event-list-minimal .mec-event-title {
	margin-top: 0;
	margin-bottom: 10px;
	font-weight: 700;
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: 0;
}

.mec-event-list-minimal .mec-categories-wrapper, .mec-event-list-minimal .mec-event-detail, .mec-event-list-minimal .mec-price-details, .mec-event-list-minimal .mec-shortcode-organizers, .mec-event-list-minimal .mec-time-details {
	font-size: 15px;
	font-weight: 300;
	line-height: 1;
	letter-spacing: 0;
	color: #9a9a9a;
	margin-bottom: 10px;
}

.mec-event-list-minimal .btn-wrapper {
	text-align: right;
	text-align: center;
	padding-right: 0;
	padding-top: 6px;
}

.mec-event-list-minimal .btn-wrapper .mec-detail-button {
	border-bottom: 0;
	margin-bottom: 14px;
	margin-right: 0;
	box-shadow: none;
	border-radius: var(--mec-secondary-border-radius);
}

.mec-event-list-minimal a.mec-detail-button {
	text-align: center;
	display: inline-block;
	background: #ededed;
	color: #191919;
	padding: 12px;
	border-radius: 2px;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
	transition: all .24s ease;
}

.mec-event-list-minimal a.mec-detail-button:hover {
	background: #292929;
	color: #fff;
}

.vc_col-sm-4 .mec-event-list-minimal .mec-event-date, .vc_col-sm-6 .mec-event-list-minimal .mec-event-date {
	margin-right: 12px;
}

.vc_col-sm-4 .mec-event-list-minimal .mec-event-title, .vc_col-sm-6 .mec-event-list-minimal .mec-event-title {
	font-size: 15px;
	letter-spacing: 2px;
}

@media only screen and (min-width:480px) and (max-width:767px) {
	.mec-event-list-minimal .btn-wrapper {
		padding-left: 0;
	}
	
	.mec-event-list-minimal .mec-event-date {
		margin-right: 10px;
	}
}

@media only screen and (max-width:767px) {
	.mec-event-list-minimal .btn-wrapper .mec-detail-button {
		display: block;
		text-align: center;
		margin: 0;
		margin-top: 16px;
		padding: 8px;
	}
	
	.mec-event-list-minimal .btn-wrapper {
		margin: 12px 0;
	}
}

@media only screen and (max-width:479px) {
	.mec-event-list-minimal .mec-event-date {
		float: none;
		width: 160px;
		margin: 8px auto;
	}
	
	.mec-event-list-minimal .mec-event-date span {
		display: inline;
		padding-right: 25px;
		margin-right: 7px;
		font-size: inherit;
	}
	
	.mec-event-list-minimal .mec-event-date:after {
		width: 45%;
		box-shadow: 4px 0 4px rgba(0, 0, 0, .02);
	}
	
	.mec-event-list-minimal .btn-wrapper {
		text-align: center;
		padding-left: 0;
	}
	
	.mec-event-list-minimal {
		text-align: center;
	}
	
	.mec-event-list-minimal .mec-event-detail {
		margin-bottom: 10px;
	}
}

@media only screen and (min-width:479px) {
	.mec-event-list-minimal .mec-event-article {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
}

.mec-wrap .mec-event-list-modern .mec-event-title {
	margin-top: 0;
	margin-bottom: 10px;
}

.mec-event-list-modern .mec-event-article {
	border-bottom: 1px solid #efefef;
	padding: 30px 0 10px;
}

.mec-event-list-modern .mec-event-article:last-child {
	border-bottom: none;
}

.mec-event-list-modern .mec-event-title a {
	color: #191919;
	transition: all .24s ease;
	box-shadow: none;
}

.mec-event-list-modern .mec-event-date {
	text-transform: uppercase;
	padding: 10px 0;
}

.mec-event-list-modern .mec-event-date .event-d {
	font-size: 48px;
	display: table-cell;
	padding: 10px 0 0;
}

.mec-event-list-modern .mec-event-date .event-d.mec-multiple-dates {
	font-size: 20px;
	padding: 0;
}

.mec-event-list-modern .mec-event-date.mec-multiple-date-event:first-child {
	padding: 10px 0 6px 0;
	position: relative;
	width: fit-content;
}

.mec-event-list-modern .mec-event-date.mec-multiple-date-event:first-child:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: silver;
}

.mec-event-list-modern .mec-event-date.mec-multiple-date-event:last-child {
	padding: 5px 0 10px 0;
}

.mec-event-list-modern .mec-event-date.mec-multiple-date-event .event-d {
	font-size: 20px;
	padding: 0;
}

.mec-event-list-modern .mec-event-date.mec-multiple-date-event .event-da {
	font-size: 20px;
	margin: 0;
}

.mec-event-list-modern .mec-event-date .event-f {
	font-size: 13px;
	display: table-cell;
	vertical-align: middle;
	padding-left: 7px;
	font-weight: 500;
	letter-spacing: 3px;
	color: #777;
}

.mec-event-list-modern .mec-event-detail {
	font-weight: 300;
	color: #8a8a8a;
}

.mec-event-list-modern .mec-event-detail .mec-time-details {
	display: inline;
}

.mec-event-list-modern .mec-event-date .event-da {
	margin-top: 9px;
	color: silver;
	font-size: 28px;
	font-weight: 100;
	text-transform: uppercase;
	letter-spacing: -1px;
	text-align: left;
}

.mec-event-list-modern .mec-btn-wrapper .mec-booking-button {
	border-radius: var(--mec-secondary-border-radius);
	letter-spacing: 2px;
	border: 1px solid #e6e6e6;
	color: #333;
	background-color: #fff;
	padding: 13px 20px;
	font-weight: 700;
	font-size: 11px;
	box-shadow: 0 2px 0 0 rgba(0, 0, 0, .016);
	transition: all .28s ease;
}

.mec-event-list-modern .mec-btn-wrapper .mec-booking-button:hover {
	border-color: #222;
	background: #222;
	color: #fff;
}

.mec-event-list-modern .mec-event-title {
	font-weight: 700;
	font-size: 20px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.mec-event-list-modern .mec-categories-wrapper, .mec-event-list-modern .mec-event-detail, .mec-event-list-modern .mec-price-details, .mec-event-list-modern .mec-shortcode-organizers {
	color: #9a9a9a;
	font-size: 15px;
	font-weight: 300;
	line-height: 25px;
}

.mec-event-list-modern .mec-btn-wrapper {
	text-align: right;
	padding: 10px 0;
	text-transform: uppercase;
}

.mec-event-list-modern .mec-event-sharing {
	position: relative;
	margin: 10px 0;
	padding-left: 0;
}

.mec-event-list-modern .mec-event-sharing>li {
	display: inline-block;
	border: none;
	border-radius: 50%;
	margin-right: 10px;
	margin-bottom: 5px;
}

.mec-event-list-modern .mec-event-sharing>li:hover {
	display: inline-block;
}

.mec-event-list-modern .mec-event-sharing>li:hover a i {
	color: #fff;
	background: #40d9f1;
	border-color: #40d9f1;
}

.mec-event-list-modern .mec-event-sharing>li i {
	width: 36px;
	display: inline-block;
	line-height: 35px;
	color: #767676;
	text-align: center;
	border-radius: 50%;
	border: 1px solid #ddd;
	font-size: 14px;
	margin-right: 3px;
	transition: all ease .3s;
}

.mec-event-list-modern .mec-event-sharing>li i svg {
	height: 15px;
	vertical-align: sub;
}

.mec-event-list-modern .mec-event-sharing>li .mec-social-title {
	color: #767676;
	font-size: 14px;
}

.mec-event-list-modern .mec-event-sharing .mec-event-share:hover .mec-event-sharing-icon {
	background: #40d9f1;
	border-color: #40d9f1;
	cursor: pointer;
	border-radius: 50%;
}

.mec-event-list-modern .mec-event-sharing li:hover a i {
	background: #40d9f1;
}

@media only screen and (min-width:768px) {
	.mec-event-list-modern .mec-event-article {
		position: relative;
		min-height: 160px;
		overflow: visible;
	}
	
	.mec-event-list-modern .col-md-2.col-sm-2 {
		width: 210px;
		position: absolute;
		left: 0;
		top: 20px;
		padding: 0;
	}
	
	.mec-event-list-modern .col-md-4.col-sm-4.mec-btn-wrapper {
		padding: 0;
		position: absolute;
		right: 0;
		top: 30%;
	}
	
	.mec-event-list-modern .col-md-6.col-sm-6 {
		width: 100%;
		padding-left: 225px;
		padding-right: 195px;
	}
}

@media only screen and (max-width:767px) {
	.mec-event-list-modern .mec-btn-wrapper .mec-booking-button {
		letter-spacing: 1px;
		border: 1px solid #e1e1e1;
	}
	
	.mec-event-list-modern .mec-btn-wrapper {
		padding: 0 0 12px;
	}
	
	.mec-event-list-modern .mec-event-sharing {
		margin-bottom: 0;
	}
	
	.mec-event-list-modern .mec-event-sharing li {
		margin-bottom: 7px;
	}
}

.mec-event-grid-minimal .mec-event-article {
	margin: 15px 0;
	min-height: 80px;
	display: table;
}

.mec-event-grid-minimal .event-detail-wrap {
	display: table-cell;
	vertical-align: middle;
}

.mec-event-grid-minimal .mec-event-date {
	width: 70px;
	float: left;
	margin-right: 20px;
	padding: 12px 16px 10px;
	text-align: center;
	text-transform: uppercase;
	border-radius: var(--mec-secondary-border-radius);
	border: 1px solid #e6e6e6;
	transition: all .37s ease-in-out;
	box-shadow: 0 2px 0 0 rgba(0, 0, 0, .016);
}

.mec-event-grid-minimal .mec-event-date span {
	display: block;
	font-size: 24px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 4px;
	color: #2a2a2a;
	transition: color .3s ease;
}

.mec-event-grid-minimal .mec-event-title {
	margin-top: 0;
	margin-bottom: 10px;
	font-weight: 700;
	line-height: 21px;
	font-size: 16px;
	text-transform: uppercase;
	transition: color .3s ease;
}

.mec-event-grid-minimal .mec-event-title a {
	color: #191919;
	transition: color .3s ease;
}

.mec-event-grid-minimal .mec-event-detail .mec-categories-wrapper, .mec-event-grid-minimal .mec-event-detail .mec-categories-wrapper ul.mec-categories li.mec-category a, .mec-event-grid-minimal .mec-event-detail .mec-event-loc-place, .mec-event-grid-minimal .mec-event-detail .mec-price-details, .mec-event-grid-minimal .mec-event-detail .mec-shortcode-organizers, .mec-event-grid-minimal .mec-time-details {
	font-size: 15px;
	font-weight: 300;
	line-height: 1;
	letter-spacing: 0;
	color: #9a9a9a;
	margin-bottom: 10px;
}

.mec-event-grid-minimal .mec-event-date:hover {
	color: #fff;
}

.mec-event-grid-minimal .mec-event-date:hover span {
	color: #fff;
}

.mec-wrap .mec-event-grid-minimal .mec-event-date:hover {
	color: #fff;
}

.mec-event-list-classic .mec-event-article {
	padding: 12px 0;
	margin-bottom: 20px;
}

.mec-event-list-classic .mec-event-image {
	float: left;
	width: 86px;
	margin-right: 20px;
}

.mec-event-list-classic .mec-event-date, .mec-event-list-classic .mec-event-time {
	font-weight: 400;
	font-size: 13px;
	letter-spacing: 0;
	line-height: 18px;
	text-align: left;
	display: initial;
	margin-right: 12px;
}

.mec-event-list-classic .mec-event-time .mec-time-details, .mec-event-list-classic .mec-event-time i {
	display: inline;
	margin-right: 3px;
}

.mec-event-list-classic .mec-event-date span {
	font-weight: 500;
	margin-bottom: 6px;
}

.mec-event-list-classic .mec-event-title {
	font-size: 15px;
	margin: 10px 0 12px;
	font-weight: 700;
	text-transform: uppercase;
}

.mec-event-list-classic .mec-event-title a {
	color: #494949;
	transition: color .3s ease;
}

.mec-event-list-classic .mec-event-detail, .mec-event-list-classic .mec-price-details {
	color: #777;
	font-weight: 400;
	line-height: 12px;
	font-size: 12px;
	overflow: hidden;
}

@media only screen and (max-width:480px) {
	.mec-event-list-classic .mec-event-detail {
		float: right;
		width: calc(100% - 104px);
	}
}

.mec-event-list-classic a.magicmore {
	padding: 10px 16px;
	color: #fff;
	background: #222;
	letter-spacing: 2px;
	font-size: 11px;
}

.mec-event-list-classic a.magicmore:after {
	content: "";
	display: none;
}

.mec-event-list-classic a.magicmore:hover {
	color: #40d9f1;
}

.mec-event-grid-simple .mec-event-article {
	position: relative;
	margin-bottom: 30px;
}

.mec-event-grid-simple .mec-event-article:after {
	border-right: 1px solid #e6e6e6;
	height: 60px;
	position: absolute;
	top: 50%;
	margin-top: -30px;
	right: -1px;
}

.mec-event-grid-simple .row div:last-child .mec-event-article:after {
	border: none;
}

.mec-event-grid-simple .row {
	margin: 15px 0 30px;
	text-align: center;
}

.mec-event-grid-simple .mec-event-date {
	padding: 0;
	margin: 0;
	text-transform: capitalize;
	font-size: 12px;
	font-weight: 700;
}

.mec-event-grid-simple .mec-event-title {
	margin-top: 0;
	margin-bottom: 10px;
	font-weight: 700;
	line-height: 21px;
	font-size: 15px;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	text-transform: uppercase;
	transition: color .37s ease;
}

.mec-event-grid-simple .mec-event-title a {
	color: #494949;
	transition: color .3s ease;
}

.mec-event-grid-simple .mec-event-detail {
	font-weight: 400;
	line-height: 1;
	letter-spacing: 0;
	font-size: 13px;
	color: #777;
}

.mec-event-grid-simple .mec-event-detail .mec-time-details {
	margin-top: 7px;
}

.mec-event-grid-simple .mec-event-title:hover {
	color: #40d9f1;
}

.mec-event-grid-simple .mec-event-date:hover {
	background: 0 0;
}

.event-last:after {
	display: none;
}

@media only screen and (max-width:767px) {
	.mec-event-grid-simple .mec-event-article {
		padding-bottom: 20px;
		margin-bottom: 20px;
		border-bottom: 1px solid #eee;
	}
	
	.mec-event-grid-simple .mec-event-article:after {
		border: none;
	}
}

.mec-event-grid-novel .mec-event-article {
	position: relative;
	margin-bottom: 30px;
	padding: 60px 5% 60px 7%;
	border-radius: var(--mec-primary-border-radius);
	background-color: #0050fd;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	z-index: 1;
}

.mec-event-grid-novel .mec-event-article .novel-grad-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: var(--mec-primary-border-radius);
	opacity: 0;
	z-index: -1;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.mec-event-grid-novel .mec-event-article:hover {
	-webkit-box-shadow: 0 13px 36px 0 rgba(0, 0, 0, .23);
	box-shadow: 0 13px 36px 0 rgba(0, 0, 0, .23);
	border-color: transparent;
}

.mec-event-grid-novel .mec-event-article:hover .novel-grad-bg {
	background-image: -webkit-gradient(linear, left top, right top, from(#262e32), to(#0e1015));
	background-image: -webkit-linear-gradient(left, #262e32 0, #0e1015 100%);
	background-image: -o-linear-gradient(left, #262e32 0, #0e1015 100%);
	background-image: linear-gradient(90deg, #262e32 0, #0e1015 100%);
	opacity: 1;
}

.mec-event-grid-novel .mec-event-image {
	float: left;
	width: 150px;
	height: 150px;
}

.mec-event-grid-novel .mec-event-image img {
	width: 150px;
	height: 150px;
	border-radius: 50%;
}

.mec-event-grid-novel .mec-event-detail-wrap {
	margin-left: 200px;
}

.mec-event-grid-novel .mec-event-content h4 {
	position: relative;
	margin-bottom: 10px;
	display: inline-block;
}

.mec-event-grid-novel .mec-event-content h4 a {
	font-size: 24px;
	line-height: 35px;
	color: #fafcff;
}

.mec-event-grid-novel .mec-event-content h4.mec-gCalendar-search-text-wrap input[type=text]:before {
	content: "";
	position: absolute;
	top: 8px;
	left: -30px;
	width: 17px;
	height: 17px;
	background: #5cd0ed;
	opacity: .4;
	border-radius: 50%;
	padding-right: 5px;
}

.mec-skin-grid-container .mec-event-grid-novel .mec-categories li a {
	color: #fff;
}

.mec-event-grid-novel .mec-event-address, .mec-event-grid-novel .mec-event-detail, .mec-event-grid-novel .mec-event-month, .mec-event-grid-novel .mec-local-time-details {
	position: relative;
	padding-left: 35px;
	font-size: 15px;
	line-height: 30px;
	color: rgba(255, 255, 255, .4);
}

.mec-event-grid-novel .mec-price-details {
	position: relative;
	padding-left: 7px;
	font-size: 15px;
	line-height: 30px;
	color: rgba(255, 255, 255, .4);
}

.mec-event-grid-novel .mec-price-details i {
	margin-right: 8px;
}

.mec-event-grid-novel .mec-categories-wrapper::before, .mec-event-grid-novel .mec-event-address::before, .mec-event-grid-novel .mec-event-detail::before, .mec-event-grid-novel .mec-event-month::before, .mec-event-grid-novel .mec-local-time-details:before {
	position: absolute;
	top: 6px;
	left: 6px;
	font-size: 17px;
	font-family: simple-line-icons;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
}

.mec-event-grid-novel .mec-local-time-details::before {
	content: "";
}

.mec-event-grid-novel .mec-event-month::before {
	content: "";
}

.mec-event-grid-novel .mec-event-detail::before {
	content: "";
}

.mec-event-grid-novel .mec-event-address::before {
	content: "";
}

.mec-event-grid-novel .mec-categories-wrapper::before {
	content: "";
}

.mec-event-grid-novel .mec-event-footer {
	clear: both;
	padding: 20px 0;
	border-top: none;
	background: 0 0;
}

.mec-event-grid-novel .mec-event-footer .mec-booking-button {
	right: 0;
	left: auto;
	height: 38px;
	width: 148px;
	padding: 0 20px;
	font-size: 14px;
	font-weight: 400;
	line-height: 38px;
	text-align: center;
	color: #fff;
	background: 0 0;
	border-color: rgba(255, 255, 255, .1);
	border-radius: 50px;
}

.mec-event-grid-novel .mec-event-footer .mec-booking-button:hover {
	background-color: rgba(255, 255, 255, .1);
}

.mec-event-grid-novel .mec-event-sharing-wrap {
	left: 0;
	cursor: pointer;
	padding-left: 0;
}

.mec-event-grid-novel .mec-event-sharing-wrap>li {
	border-color: rgba(255, 255, 255, .1);
	border-radius: 50%;
}

.mec-event-grid-novel .mec-event-sharing-wrap li.mec-event-share {
	position: absolute;
	z-index: 2;
}

.mec-event-grid-novel .mec-event-sharing-wrap .mec-event-sharing {
	top: -6px;
	left: 0;
	padding: 5px 10px 2px 50px;
	min-width: 150px;
	width: inherit;
	height: 38px;
	background-color: rgba(255, 255, 255, .1);
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
	border-radius: 50px;
	backdrop-filter: blur(10px);
}

.mec-event-grid-novel .mec-event-sharing-wrap:hover>li {
	background-color: rgba(255, 255, 255, .1);
}

.mec-event-grid-novel .mec-event-sharing-wrap .mec-event-sharing::after, .mec-event-grid-novel .mec-event-sharing-wrap .mec-event-sharing::before {
	display: none;
}

.mec-event-grid-novel .mec-event-sharing .mec-event-social-icon, .mec-event-grid-novel .mec-event-sharing .mec-event-social-icon a, .mec-event-grid-novel .mec-event-sharing-wrap .mec-event-sharing li i {
	display: inline;
}

.mec-event-grid-novel .mec-event-sharing .mec-event-social-icon a {
	padding: 0 10px;
}

.mec-event-grid-novel .mec-event-sharing-wrap>li a {
	color: #fff;
}

.mec-event-grid-novel .mec-event-sharing-wrap .mec-event-sharing li a {
	color: rgba(255, 255, 255, .4);
}

.mec-event-grid-novel .mec-event-sharing-wrap .mec-event-sharing li a:hover {
	color: #fff;
}

.mec-event-grid-novel .mec-event-sharing-wrap li.mec-event-social-icon {
	margin: 0;
	width: auto;
}

.mec-event-grid-novel .mec-event-sharing-wrap .mec-event-sharing {
	display: flex;
	align-items: center;
	padding-top: 0;
}

.mec-event-grid-novel .mec-event-sharing-wrap .mec-event-sharing li a {
	display: flex;
	align-items: center;
	width: 31px;
}

.mec-event-grid-novel .mec-event-sharing-wrap li.mec-event-social-icon a i {
	width: auto;
	height: auto;
}

.mec-event-grid-novel .mec-event-sharing-wrap li.mec-event-social-icon a svg {
	fill: rgba(255, 255, 255, .4);
	padding: 0;
	width: 36px;
	height: 36px;
	border-radius: 0;
	margin: 0;
}

@media only screen and (max-width:1200px) {
	.mec-event-grid-novel .row .col-md-6.col-sm-6 {
		width: 100%;
		float: none;
	}
	
	.mec-event-grid-novel .mec-event-image {
		float: none;
		margin-top: -20px;
		margin-bottom: 20px;
	}
	
	.mec-event-grid-novel .mec-event-detail-wrap {
		margin-left: 20px;
	}
	
	.mec-event-grid-novel .mec-event-footer {
		margin-top: 30px;
	}
}

@media only screen and (max-width:767px) {
	.mec-event-grid-novel .mec-event-footer {
		margin-top: 0;
		padding-top: 30px;
		margin-bottom: 24px;
	}
	
	.mec-event-grid-novel .mec-event-footer .mec-booking-button {
		display: block;
		position: relative;
	}
	
	.mec-event-grid-novel .mec-event-sharing-wrap {
		left: 0;
		bottom: -55px;
		padding-left: 0;
	}
	
	.mec-event-grid-novel .mec-event-content h4 a {
		font-size: 20px;
		line-height: 1.3;
	}
}

.mec-event-grid-novel .mec-event-sharing-wrap {
	padding-left: 0;
}

.mec-event-grid-novel .mec-event-sharing-wrap .mec-event-sharing {
	width: fit-content;
	z-index: 1;
}

@media (min-width:1280px) {
	.mec-event-grid-novel .col-md-4.col-sm-4 .mec-event-article img {
		width: 100px;
		height: 100px;
	}
	
	.mec-event-grid-novel .col-md-4.col-sm-4 .mec-event-detail-wrap {
		margin-left: 150px;
	}
	
	.mec-event-grid-novel .col-md-3.col-sm-3 .mec-event-content .mec-event-detail-wrap, .mec-event-grid-novel .col-md-3.col-sm-3 .mec-event-content .mec-event-image {
		width: 100%;
	}
	
	.mec-event-grid-novel .col-md-3.col-sm-3 .mec-event-content .mec-event-detail-wrap {
		margin-left: 20px;
	}
}

@media (min-width:760px) and (max-width:1024px) {
	.mec-event-grid-novel .col-md-4.col-sm-4 {
		width: 100%;
	}
	
	.mec-event-grid-novel .mec-event-image {
		float: left;
	}
	
	.mec-event-grid-novel .col-md-4.col-sm-4 .mec-event-article img {
		width: 100px;
		height: 100px;
	}
}

.mec-event-cover-modern {
	position: relative;
	border-radius: var(--mec-primary-border-radius);
}

.mec-event-cover-modern .mec-event-cover-a {
	background: 0 0;
	position: absolute;
	color: #fff;
	bottom: 0;
	left: 0;
	text-decoration: none;
}

.mec-event-cover-modern .mec-event-cover-a .mec-event-overlay {
	transition: all .5s;
	opacity: .8;
	width: 100%;
	height: 100%;
	position: absolute;
	border-radius: 0 var(--mec-primary-border-radius) 0 var(--mec-primary-border-radius);
}

.mec-event-cover-modern .mec-event-cover-a:hover .mec-event-overlay {
	opacity: 1;
}

.mec-event-cover-modern .mec-event-detail {
	padding: 40px;
	position: relative;
	border-radius: 0 var(--mec-primary-border-radius) 0 var(--mec-primary-border-radius);
}

.mec-event-cover-modern .mec-event-cover-a:hover .mec-event-tag {
	color: #333;
	transition: all .5s;
}

.mec-event-cover-modern .mec-event-cover-a .mec-event-title:hover {
	text-decoration: underline;
}

.mec-event-cover-modern .mec-event-tag {
	background: #fff;
	display: inline-block;
	padding: 5px 9px;
	font-size: 11px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 24px;
}

.mec-event-cover-modern .mec-event-date {
	text-transform: uppercase;
	font-size: 17px;
	font-weight: 300;
}

.mec-event-cover-modern .mec-event-title {
	color: #fff;
	text-transform: uppercase;
	font-size: 40px;
	font-weight: 700;
	margin: 6px 0;
}

.mec-event-cover-modern .mec-event-place {
	font-weight: 400;
	font-size: 18px;
}

@media only screen and (max-width:767px) {
	.mec-event-cover-modern .mec-event-cover-a {
		width: 100%;
	}
}

.mec-event-cover-classic {
	position: relative;
	overflow: hidden;
	background: #fff;
	padding: 6px;
	border: 1px solid #e8e8e8;
	border-radius: var(--mec-primary-border-radius);
}

.mec-event-cover-classic .mec-event-overlay {
	position: absolute;
	left: 6px;
	right: 6px;
	bottom: 6px;
	top: 6px;
	width: auto;
	height: auto;
	background-color: rgba(36, 36, 36, .4);
	transition: all .33s ease-in-out;
	border-radius: var(--mec-primary-border-radius);
}

.mec-event-cover-classic:hover .mec-event-overlay {
	background-color: rgba(36, 36, 36, .6);
}

.mec-event-cover-classic .mec-event-content {
	font-size: 15px;
	color: #fff;
	position: absolute;
	bottom: 0;
	padding: 50px 35px;
	transition: all .33s ease-in-out;
	border-radius: var(--mec-primary-border-radius);
}

.mec-event-cover-classic .mec-event-date {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 400;
	line-height: 1.6;
	text-align: left;
}

.mec-event-cover-classic .mec-event-date span {
	display: block;
	font-weight: 700;
	font-size: 16px;
}

.mec-event-cover-classic .mec-event-title {
	color: #fff;
	margin: 20px 0 38px;
	font-size: 24px;
	font-weight: 700;
	text-transform: uppercase;
	font-style: normal;
}

.mec-event-cover-classic .mec-btn-wrapper {
	text-align: left;
}

.mec-event-cover-classic .mec-event-icon {
	font-size: 18px;
	float: left;
	margin-right: 14px;
	color: #fff;
	padding: 13px;
	border-radius: var(--mec-secondary-border-radius);
}

.mec-event-cover-classic .mec-event-button {
	color: #fff;
	background-color: #191919;
	border: 2px #191919 solid;
	padding: 12px 20px;
	letter-spacing: 3px;
	font-size: 12px;
	font-weight: 700;
	font-style: normal;
	transition: all .22s ease;
	text-decoration: none;
	border-radius: var(--mec-secondary-border-radius);
}

.mec-event-cover-classic .mec-event-button:hover {
	color: #191919;
	background-color: #fff;
	border-color: #fff;
}

.mec-event-cover-classic .mec-event-image img {
	min-width: 100%;
	border-radius: var(--mec-primary-border-radius);
	display: block;
}

@media only screen and (max-width:960px) {
	.mec-event-cover-classic .mec-event-content {
		padding: 20px;
	}
	
	.mec-event-cover-classic .mec-event-button {
		font-size: 11px;
		padding: 7px 10px;
		letter-spacing: 1px;
	}
	
	.mec-event-cover-classic .mec-event-title {
		font-size: 19px;
		margin: 15px 0 25px;
	}
	
	.mec-event-cover-classic .mec-event-date {
		font-size: 12px;
	}
}

@media only screen and (max-width:767px) {
	.mec-event-cover-classic {
		margin-bottom: 30px;
	}
}

@media only screen and (max-width:479px) {
	.mec-event-cover-classic .mec-event-content {
		padding: 15px;
		font-size: 15px;
	}
	
	.mec-event-cover-classic .mec-event-title {
		font-size: 15px;
		margin: 10px 0;
	}
	
	.mec-event-cover-classic .mec-event-button {
		font-size: 10px;
		padding: 6px;
		letter-spacing: 1px;
	}
	
	.mec-event-cover-classic .mec-event-icon {
		padding: 10px;
	}
}

.mec-load-more-wrap {
	text-align: center;
	text-align: center;
	display: block;
	width: 100%;
	padding-top: 20px;
	position: relative;
}

.mec-load-more-button {
	box-shadow: none;
	transition: all .21s ease;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 1px;
	text-transform: uppercase;
	background: #fff;
	color: #767676;
	border: 2px solid #e8e8e8;
	border-radius: 50px;
	padding: 0 28px;
	margin-bottom: 20px;
	cursor: pointer;
	line-height: 40px;
	height: 42px;
	display: inline-block;
}

.mec-load-more-button:hover {
	background: #191919;
	color: #fff;
	border-color: #191919;
}

.mec-load-more-loading {
	content: url("https://cdn-ilajeil.nitrocdn.com/qDyTBCaHxTeDygzXENkUnjzSZxITwHzD/assets/images/optimized/rev-b147595/ndwbc.com/wp-content/plugins/modern-events-calendar-lite/assets/img/ajax-loader.gif");
	cursor: wait;
	background: 0 0;
	border-style: none;
}

.mec-load-more-loading:hover {
	background: 0 0;
}

.mec-modal-preloader, .mec-month-navigator-loading {
	width: 100%;
	height: 100%;
	background: no-repeat rgba(255, 255, 255, .88) url("https://cdn-ilajeil.nitrocdn.com/qDyTBCaHxTeDygzXENkUnjzSZxITwHzD/assets/images/optimized/rev-b147595/ndwbc.com/wp-content/plugins/modern-events-calendar-lite/assets/img/ajax-loader.gif") center;
	border-style: none;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: 999;
}

.mec-modal-preloader.nitro-lazy, .mec-month-navigator-loading.nitro-lazy {
	background-image: none !important;
}

.mec-event-calendar-classic .mec-calendar-side .mec-calendar-table {
	min-height: 1024px;
}

.mec-calendar-side .mec-calendar-table {
	min-height: 450px;
}

.mec-skin-weekly-view-events-container.mec-month-navigator-loading {
	margin-top: 0;
}

.mec-calendar.mec-event-calendar-classic .mec-calendar-side {
	display: block;
}

.mec-skin-daily-view-events-container.mec-month-navigator-loading {
	margin-top: 0;
}

@media only screen and (min-width:961px) {
	.mec-wrap.mec-sm959 .mec-calendar-side .mec-calendar-table {
		min-height: 1px;
	}
}

@media only screen and (max-width:479px) {
	.mec-calendar-side .mec-calendar-table {
		min-height: 1px;
	}
}

.mec-event-cover-clean {
	position: relative;
	border: 1px solid #e6e6e6;
	padding: 8px;
	border-radius: var(--mec-primary-border-radius);
}

.mec-event-cover-clean .mec-event-overlay {
	height: 100%;
	background-color: rgba(36, 36, 36, .4);
	position: absolute;
	width: 100%;
	left: 0;
	border: 12px solid #fff;
	top: 0;
	transition: all .5s ease-in-out;
	border-radius: var(--mec-primary-border-radius);
}

.mec-event-cover-clean .mec-event-content {
	color: #fff;
	position: absolute;
	bottom: 20px;
	padding: 40px 60px;
	transition: all .5s ease-in-out;
}

.mec-event-cover-clean .mec-event-title {
	color: #fff;
	font-weight: 700;
	margin: 46px 0 19px;
	font-size: 29px;
	text-transform: uppercase;
	text-shadow: 0 0 1px rgba(0, 0, 0, .5);
}

.mec-event-cover-clean .mec-event-title a {
	color: #fff;
	transition: all .5s;
	text-decoration: none;
	outline: 0;
	border: none;
	box-shadow: none;
}

.mec-event-cover-clean .mec-event-title a:hover {
	text-decoration: underline;
}

.mec-event-cover-clean .mec-event-date {
	position: absolute;
	top: -20px;
	right: 60px;
	color: #fff;
	width: 60px;
	padding: 14px 10px;
	z-index: 1;
	border-radius: var(--mec-secondary-border-radius);
}

.mec-event-cover-clean .mec-event-date div {
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 16px;
}

.mec-event-cover-clean .mec-event-date .dday {
	padding-bottom: 15px;
	border-bottom: 1px solid rgba(255, 255, 255, .5);
	margin-bottom: 13px;
	font-size: 24px;
}

.mec-event-cover-clean .mec-event-date .dmonth {
	letter-spacing: 2px;
}

.mec-event-cover-clean .mec-event-place {
	font-size: 18px;
}

.mec-event-cover-clean .mec-event-image img {
	width: 100%;
	display: block;
	border-radius: var(--mec-primary-border-radius);
}

@media only screen and (max-width:768px) {
	.mec-event-cover-clean .mec-event-content {
		padding: 20px;
		bottom: 5px;
	}
	
	.mec-event-cover-clean .mec-event-title {
		font-size: 23px;
	}
	
	.mec-event-cover-clean .mec-event-date {
		right: 20px;
		padding: 10px;
		width: 50px;
	}
}

@media only screen and (max-width:479px) {
	.mec-event-cover-clean .mec-event-content {
		padding: 10px;
	}
	
	.mec-event-cover-clean .mec-event-title {
		font-size: 19px;
		padding-right: 25px;
	}
	
	.mec-event-cover-clean .mec-event-date {
		right: -20px;
		top: -10px;
	}
	
	.mec-event-cover-clean .mec-event-detail {
		font-size: 12px;
	}
}

.mec-month-divider {
	text-align: center;
	margin: 60px 0 40px 0;
}

.widget .mec-month-divider {
	margin: 10px 0;
}

.mec-month-divider span {
	text-transform: uppercase;
	font-size: 22px;
	font-weight: 700;
	padding-bottom: 5px;
	padding-bottom: 10px;
	color: #313131;
	border-bottom: 4px solid #ebebeb;
	width: 100%;
	display: block;
	position: relative;
}

.mec-month-divider span:before {
	border-bottom: 4px solid #40d9f1;
	font-size: 6px;
	content: "";
	text-align: center;
	position: absolute;
	bottom: -4px;
	margin-left: -30px;
	left: 50%;
	width: 60px;
}

.widget .mec-month-divider span {
	font-size: 13px;
}

.mec-event-list-standard .mec-events-pagination {
	margin-top: 60px;
	border-top: 4px solid #ebebeb;
	min-height: 80px;
	padding-top: 20px;
}

.mec-event-list-standard .mec-events-pagination .mec-events-pag-previous {
	float: left;
	margin-left: 0;
}

.mec-event-list-standard .mec-events-pagination .mec-events-pag-next {
	float: right;
	margin-right: 0;
}

.mec-event-list-standard .mec-event-article {
	position: relative;
	display: block;
	margin-bottom: 25px;
	background-color: #fff;
	border: 1px solid #e9e9e9;
	box-shadow: 0 2px 0 0 rgba(0, 0, 0, .016);
	border-radius: var(--mec-primary-border-radius);
}

.mec-event-list-standard .mec-topsec {
	display: table;
	width: 100%;
}

.mec-event-list-standard .col-md-3.mec-event-image-wrap {
	padding-left: 0;
}

.mec-event-list-standard .col-md-3.mec-event-image-wrap .mec-event-image {
	border-radius: var(--mec-primary-border-radius) 0 0 0;
	overflow: hidden;
}

.mec-event-list-standard .mec-event-content {
	padding-top: 15px;
	padding-right: 30px;
}

.mec-event-list-standard ul.mec-event-status-icons {
	list-style: none;
	padding: 0;
	margin-bottom: 10px;
}

.mec-event-list-standard ul.mec-event-status-icons li {
	display: inline-flex;
	align-items: inherit;
	justify-content: center;
	font-size: 12px;
	font-weight: 400;
	line-height: 16px;
	border-radius: 5px;
	padding: 2px 5px;
	margin-right: 10px;
}

.mec-event-list-standard ul.mec-event-status-icons li img {
	margin-right: 5px;
}

.mec-event-list-standard ul.mec-event-status-icons li.mec-event-status-scheduled {
	color: #58aa22;
	background: #e9f8d7;
}

.mec-event-list-standard ul.mec-event-status-icons li.mec-event-status-ongoing {
	color: #1aa82a;
	background: #e4f6df;
}

.mec-event-list-standard ul.mec-event-status-icons li.mec-event-status-postponed {
	color: #a1830d;
	background: #fff3b7;
}

.mec-event-list-standard ul.mec-event-status-icons li.mec-event-status-cancelled {
	color: #bb1313;
	background: #fed8d8;
}

.mec-event-list-standard ul.mec-event-status-icons li.mec-event-status-movedonline {
	color: #f35e04;
	background: #feebd7;
}

.mec-event-list-standard .mec-event-title {
	font-size: 29px;
	font-weight: 600;
	letter-spacing: -1px;
	margin: 0 0 10px;
}

.mec-event-list-standard .mec-event-title a {
	color: #292929;
	text-decoration: none;
	transition: color .3s ease;
}

.mec-event-list-standard .mec-col-table-c {
	display: table-cell;
	height: 100%;
	vertical-align: middle;
	float: none !important;
}

.mec-event-list-standard .mec-col-table-c.mec-event-meta-wrap {
	padding: 20px;
}

.mec-event-list-standard .mec-col-table-c.mec-event-image-wrap {
	vertical-align: top;
}

.mec-topsec .mec-event-image {
	line-height: 1px;
}

.mec-topsec .mec-event-image a {
	display: block;
}

.mec-event-list-standard .mec-event-meta-wrap {
	border-left: 1px solid #eee;
}

.mec-event-list-standard .mec-time-details {
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 400;
	line-height: 17px;
	color: #707070;
	padding-top: 0;
	text-align: left;
}

.mec-event-list-standard .mec-event-meta .mec-venue-details span {
	font-size: 12px;
	font-weight: 400;
	line-height: 17px;
	color: #707070;
	padding-top: 0;
	text-align: left;
}

.mec-event-list-standard .mec-event-meta .mec-venue-details .mec-event-address span {
	font-style: normal;
	letter-spacing: 0;
	font-size: 12px;
	font-weight: 400;
	color: #707172;
	margin-left: 29px;
}

.mec-event-list-standard .mec-event-meta span.mec-event-d, .mec-event-list-standard .mec-event-meta span.mec-event-m {
	font-size: 13px;
	font-weight: 600;
	line-height: 17px;
	padding-right: 6px;
	color: #414243;
	text-transform: uppercase;
}

.mec-event-list-standard .mec-event-meta .mec-time-details .mec-end-time, .mec-event-list-standard .mec-event-meta .mec-time-details .mec-start-time, .mec-event-list-standard .mec-event-meta .mec-venue-details span, .mec-event-list-standard .mec-event-meta span.mec-event-d .mec-start-date-label {
	vertical-align: middle;
}

.mec-event-list-standard .mec-event-meta svg {
	vertical-align: middle;
	margin-right: 12px;
	width: 20px;
	height: 20px;
}

.mec-event-list-standard .mec-categories-wrapper, .mec-event-list-standard .mec-date-details, .mec-event-list-standard .mec-local-time-details, .mec-event-list-standard .mec-price-details, .mec-event-list-standard .mec-shortcode-organizers, .mec-event-list-standard .mec-time-details, .mec-event-list-standard .mec-venue-details {
	position: relative;
	margin-bottom: 8px;
}

.mec-event-list-standard .mec-local-time-details .mec-local-title {
	font-size: 13px;
	font-weight: 400;
	line-height: 17px;
	color: #414243;
	margin-left: -3px;
}

.mec-event-list-standard .mec-local-time-details .mec-local-date, .mec-event-list-standard .mec-local-time-details .mec-local-time {
	font-style: normal;
	letter-spacing: 0;
	font-size: 11px;
	color: #8a8a8a;
	font-weight: 300;
	line-height: 1.6;
	margin-left: 29px;
}

.mec-event-list-standard .mec-categories-wrapper i, .mec-event-list-standard .mec-date-details i, .mec-event-list-standard .mec-shortcode-organizers i {
	margin-right: 12px;
}

.mec-event-list-standard .mec-categories-wrapper i:before, .mec-event-list-standard .mec-event-meta-wrap .mec-event-meta .mec-price-details i:before {
	font-size: 16px;
}

.mec-event-list-standard .mec-event-title .mec-labels-normal {
	line-height: 18px;
	height: 18px;
	display: inline-block;
	vertical-align: middle;
}

.mec-event-list-standard .mec-event-title .mec-labels-normal .mec-label-normal {
	vertical-align: bottom;
}

.mec-event-list-standard .mec-event-description {
	font-size: 14px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	line-clamp: 4;
	-webkit-box-orient: vertical;
}

.mec-event-list-minimal .mec-event-title a {
	color: #292929;
	transition: color .3s ease;
}

.mec-event-meta-wrap .mec-price-details {
	margin-bottom: 10px;
}

.mec-price-details i {
	margin-right: 4px;
	line-height: 16px;
}

.mec-event-meta-wrap .mec-event-meta .mec-price-details i:before {
	font-size: 15px;
}

.mec-event-list-standard .mec-price-details {
	font-size: 12px;
	font-weight: 400;
	line-height: 17px;
	color: #707070;
	padding-top: 0;
	text-align: left;
}

.mec-event-list-standard .mec-price-details i {
	margin-right: 10px;
}

.mec-month-side .mec-price-details {
	margin-left: 2px;
}

.mec-month-side .mec-price-details i, .tooltipster-sidetip.tooltipster-shadow:not(.uael-tooltipster-active) .tooltipster-content .mec-price-details i {
	padding-top: 4px;
	vertical-align: unset;
}

.mec-event-list-standard ul.mec-categories {
	position: relative;
	margin-bottom: 10px;
}

@media only screen and (max-width:960px) {
	.mec-event-list-standard .mec-topsec {
		display: block;
	}
	
	.mec-event-list-standard .mec-col-table-c.mec-event-image-wrap {
		display: block;
		width: 40%;
	}
	
	.mec-event-list-standard .mec-col-table-c.mec-event-content-wrap {
		display: block;
		min-height: 230px;
	}
	
	.mec-event-list-standard .mec-event-meta-wrap {
		display: block;
		border-left: none;
		border-top: 1px solid #eee;
		width: 100%;
		float: none;
		padding-top: 20px;
	}
}

@media only screen and (min-width:480px) and (max-width:960px) {
	.mec-event-list-standard .mec-col-table-c.mec-event-content-wrap, .mec-event-list-standard .mec-col-table-c.mec-event-image-wrap {
		display: table-cell;
	}
}

@media only screen and (max-width:479px) {
	.mec-event-list-standard .mec-col-table-c.mec-event-image-wrap, .mec-event-list-standard .mec-col-table-c.mec-event-image-wrap img {
		float: none;
		width: 100%;
		padding: 0;
	}
	
	.mec-event-list-standard .mec-col-table-c.mec-event-content-wrap {
		padding: 10px 10px 10px 30px;
	}
}

.mec-localtime-details {
	color: #777;
	font-weight: 400;
	line-height: 12px;
	font-size: 12px;
}

.mec-localtime-details .mec-localdate, .mec-localtime-details .mec-localtime, .mec-localtime-details .mec-localtitle {
	display: inline-block;
}

.mec-localtime-details .mec-start-date-label {
	padding-right: 5px;
}

.mec-localtime-details .mec-localtime {
	padding-left: 5px;
}

.mec-event-list-minimal .mec-localtime-details {
	display: inline-flex;
	font-size: 15px;
	font-weight: 300;
	line-height: 1;
	letter-spacing: 0;
	color: #9a9a9a;
	padding-left: 9px;
}

.mec-event-grid-classic .mec-localtime-details, .mec-event-grid-clean .mec-localtime-details {
	color: #fff;
	color: #fff;
	font-weight: 400;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: -.02em;
	padding: 0 0;
	line-height: 18px;
	margin-top: -3px;
}

.mec-event-grid-clean .mec-localtime-details, .mec-event-grid-colorful .mec-localtime-details, .tooltipster-box .mec-localtime-details {
	line-height: 22px;
	padding-top: 10px;
}

.mec-event-grid-colorful .mec-localtime-details {
	color: #fff;
}

.mec-event-grid-classic .mec-localtime-details {
	text-align: center;
}

.mec-event-grid-minimal .mec-localtime-details {
	line-height: 22px;
}

.mec-wrap .mec-yearly-view-wrap .mec-localtime-wrap i {
	display: inline-block;
	margin-left: -1px;
}

.mec-timetable-t2-content .mec-local-time-details {
	padding-left: 19px;
}

.mec-timetable-t2-content .mec-local-time-details {
	position: relative;
}

.mec-timetable-t2-content .mec-local-time-details:before {
	content: "";
	font-family: simple-line-icons;
	position: absolute;
	font-size: 12px;
	margin-right: 4px;
	left: 0;
}

.mec-masonry .mec-masonry-col6 .mec-localtime-details {
	margin-top: 10px;
	line-height: 21px;
}

.mec-masonry .mec-masonry-col6 .mec-localtime-details i {
	height: auto;
}

.mec-event-cover-classic .mec-localtime-details {
	color: #fff;
	margin-top: 12px;
}

.mec-event-cover-classic .mec-localtime-details i {
	padding-right: 8px;
}

.mec-event-cover-clean .mec-localtime-details {
	color: #fff;
	margin-bottom: 20px;
}

.mec-event-cover-modern .mec-localtime-details {
	color: #fff;
	margin: 10px 0;
	font-weight: 400;
	font-size: 18px;
}

.mec-event-countdown-style1 .mec-localtime-details, .mec-event-countdown-style2 .mec-localtime-details, .mec-event-countdown-style3 .mec-localtime-details {
	color: #fff;
	padding: 8px 5px 0;
	font-size: 14px;
	line-height: 25px;
}

.mec-event-countdown-style1 .mec-localtime-details {
	text-align: center;
}

.mec-event-hover-carousel-type4 .mec-localtime-details {
	display: block;
	color: #fff;
	font-size: 11px;
}

.mec-event-footer-carousel-type3 .mec-localtime-details .mec-localdate, .mec-event-footer-carousel-type3 .mec-localtime-details .mec-localtime, .mec-event-footer-carousel-type3 .mec-localtime-details .mec-localtitle, .mec-event-footer-carousel-type3 .mec-localtime-details span {
	display: inline-flex;
	line-height: 20px;
	line-height: 28px;
	text-align: left;
	margin: 0 !important;
	font-size: 12px;
	color: #777;
}

.mec-owl-crousel-skin-type1 .mec-localtime-details {
	margin-top: -7px;
	margin-bottom: 12px;
}

.mec-wrap .mec-slider-t5 .mec-localtime-details {
	margin-top: 14px;
	line-height: 20px;
}

.mec-wrap .mec-slider-t5 .mec-localtime-details i {
	font-size: 18px;
	height: 20px;
}

.mec-timeline-event-local-time .mec-localtime-details {
	font-size: 13px;
	font-weight: 500;
	vertical-align: middle;
	margin-left: 6px;
	color: inherit;
	line-height: 24px;
}

.mec-timeline-event-local-time .mec-localtime-details i {
	font-size: 17px;
	vertical-align: middle;
	margin-left: -7px;
	padding-right: 3px;
}

.mec-booking-modal {
	background-color: #e6f7ff;
}

.mec-booking-modal .mec-booking-shortcode .mec-book-form-gateway-label input[type=radio]:before {
	top: -1px;
}

.mec-modal-booking-button {
	box-shadow: none;
	transition: all .21s ease;
	font-size: 11px;
	font-weight: 500;
	letter-spacing: 1px;
	text-transform: uppercase;
	background: #fff;
	color: #767676;
	border: 1px solid #e8e8e8;
	padding: 12px 16px;
	line-height: 37px;
	height: 38px;
	margin: 12px 0;
	border-radius: var(--mec-secondary-border-radius);
}

.mec-modal-booking-button:hover {
	background: #191919;
	color: #fff;
	border-color: #191919;
}

.mec-modal-booking-button.mec-mb-icon i {
	font-size: 14px;
}

.mec-event-list-classic .mec-modal-booking-button {
	height: 0;
	line-height: 1;
	margin: 7px 0 0;
	display: inline-table;
	letter-spacing: 0;
	padding: 12px 14px;
	border-radius: var(--mec-secondary-border-radius);
}

.mec-event-grid-novel .mec-categories-wrapper {
	position: relative;
	color: rgba(255, 255, 255, .4);
	padding-left: 35px;
}

.mec-event-grid-novel ul.mec-categories {
	line-height: 30px;
	font-size: 15px;
}

.mec-event-grid-novel .mec-categories-wrapper i {
	display: none;
}

.mec-event-grid-novel ul.mec-categories li.mec-category a {
	color: rgba(255, 255, 255, .4);
	line-height: 30px;
	font-size: 15px;
}

.mec-event-grid-novel ul.mec-organizers li.mec-organizer-item span {
	padding-left: 35px;
	color: rgba(255, 255, 255, .4);
	line-height: 30px;
	font-size: 15px;
}

.mec-calendar-events-side .mec-modal-booking-button, .mec-event-container-classic .mec-modal-booking-button, .mec-event-grid-minimal .mec-modal-booking-button, .mec-event-list-minimal .mec-modal-booking-button, .mec-timetable-t2-col .mec-modal-booking-button {
	margin: 0;
	color: #282828;
	font-size: 12px;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	position: relative;
	padding: 0 0 0 24px;
	background: 0 0;
	text-align: left;
	display: inline;
	border: 0;
	font-weight: 700;
}

.mec-timetable-t2-col .mec-modal-booking-button {
	color: #fff;
	padding-left: 19px;
}

.mec-timetable-t2-col .mec-modal-booking-button:hover {
	color: #282828;
}

.mec-event-list-minimal .mec-modal-booking-button {
	margin: 0 4px 0 84px;
}

.mec-calendar-events-side .mec-modal-booking-button:before, .mec-event-container-classic .mec-modal-booking-button:before, .mec-event-grid-minimal .mec-modal-booking-button:before, .mec-event-list-minimal .mec-modal-booking-button:before {
	content: "";
	position: absolute;
	background: #7a7272;
	width: 18px;
	height: 1px;
	left: 0;
	top: 45%;
	transition: all .1s ease;
	-webkit-transition: all .1s ease;
}

.mec-skin-carousel-container .mec-modal-booking-button {
	line-height: 70px;
	border-radius: var(--mec-secondary-border-radius);
}

.mec-event-list-modern .mec-modal-booking-button.mec-mb-icon {
	border-radius: var(--mec-secondary-border-radius);
	letter-spacing: 2px;
	border: 1px solid #e6e6e6;
	color: #333;
	background-color: #fff;
	padding: 13px 12px 13px 14px;
	font-weight: 700;
	box-shadow: 0 2px 0 0 rgba(0, 0, 0, .016);
	transition: all .28s ease;
	line-height: unset;
}

.mec-event-list-modern .mec-modal-booking-button.mec-mb-icon:hover {
	border-color: #222;
	background: #222;
	color: #fff;
}

.mec-event-footer .mec-modal-booking-button {
	position: absolute;
	top: 20px;
	right: 125px;
	margin: 0;
	padding: 0 16px;
	line-height: 37px;
	border-radius: var(--mec-secondary-border-radius);
	margin-right: 5px;
}

.mec-skin-carousel-container .mec-event-footer-carousel-type2 .mec-modal-booking-button {
	font-size: 12px;
	line-height: 17px;
	height: 41px;
}

.mec-skin-carousel-container .mec-event-footer-carousel-type3 .mec-modal-booking-button {
	line-height: 36px;
	font-size: 12px;
	padding: 0 10px;
	letter-spacing: 0;
	float: right;
	margin: 0 5px 0 0;
	height: unset;
}

.mec-skin-carousel-container .mec-owl-crousel-skin-type4 .mec-modal-booking-button {
	color: #fff;
	background-color: #191919;
	border: 2px #191919 solid;
	padding: 10px 14px;
	letter-spacing: 1.5px;
	font-size: 11px;
	font-weight: 700;
	font-style: normal;
	transition: all .22s ease;
	text-decoration: none;
	margin: 0 0 0 12px;
}

.mec-skin-carousel-container .mec-owl-crousel-skin-type4 .mec-modal-booking-button:hover {
	color: #191919;
	background-color: #fff;
	border: 2px #fff solid;
}

.mec-event-grid-modern .mec-event-footer .mec-modal-booking-button {
	right: auto;
	left: 110px;
}

.mec-event-grid-simple .mec-modal-booking-button, .mec-events-agenda .mec-modal-booking-button {
	margin: 0;
	font-size: 12px;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	position: relative;
	padding: 0;
	background: 0 0;
	text-align: left;
	display: inline;
	border: 0;
	font-weight: 700;
}

.mec-events-agenda .mec-modal-booking-button {
	display: block;
	height: unset;
	padding-left: 173px;
	line-height: 14px;
	margin-bottom: 7px;
}

.mec-yearly-view-wrap .mec-modal-booking-button {
	margin: 0;
	padding-left: 14px;
	text-transform: capitalize;
}

.mec-event-grid-novel .mec-event-footer .mec-modal-booking-button.mec-mb-icon {
	right: auto;
	left: 50px;
	width: 36px;
	height: 36px;
	display: table-cell;
	vertical-align: middle;
	padding: 0 10px;
	border-color: rgba(255, 255, 255, .1);
	background-color: rgba(0, 0, 0, 0);
	color: #fff;
	border-radius: 36px;
}

.mec-event-grid-novel .mec-event-footer .mec-modal-booking-button.mec-mb-icon:hover {
	background-color: rgba(255, 255, 255, .1);
}

.mec-event-grid-simple .mec-modal-booking-button:hover, .mec-events-agenda .mec-modal-booking-button:hover, .mec-events-yearlu .mec-modal-booking-button:hover {
	color: #191919;
}

.mec-event-masonry .mec-event-footer .mec-modal-booking-button {
	font-size: 12px;
	padding: 0 31px;
	line-height: 49px;
	height: 50px;
	top: 0;
	box-shadow: 0 5px 11px -3px rgba(0, 0, 0, .05);
	right: auto;
	left: 155px;
}

.mec-timeline-event .mec-modal-booking-button {
	position: absolute;
	top: 0;
	right: 0;
	display: inline-block;
	padding: 7px 20px 7px;
	line-height: 22px;
	height: unset;
	border: unset;
	text-transform: capitalize;
	font-weight: 500;
	font-size: 13px;
	letter-spacing: 0;
	margin: 0;
	border-radius: 0 0 0 10px;
}

.mec-timeline-event .mec-modal-booking-button:hover {
	background: #191919;
	color: #fff;
}

.mec-skin-daily-view-events-container .mec-modal-booking-button, .mec-weekly-view-dates-events .mec-event-article .mec-modal-booking-button {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 15px;
	line-height: 26px;
	height: 49px;
	border: unset;
	text-align: center;
	display: inline-block;
	background: #ededed;
	color: #191919;
	padding: 12px;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
	transition: all .24s ease;
	margin: 0;
	border-radius: var(--mec-secondary-border-radius);
}

.mec-skin-daily-view-events-container .mec-modal-booking-button:hover, .mec-weekly-view-dates-events .mec-event-article .mec-modal-booking-button:hover {
	background: #292929;
	color: #fff;
}

@media (max-width:1023px) {
	.mec-skin-daily-view-events-container .mec-modal-booking-button, .mec-weekly-view-dates-events .mec-event-article .mec-modal-booking-button {
		position: relative;
		top: unset;
		transform: unset;
		margin: 14px 16px 0;
		padding: 8px;
		line-height: 20px;
		height: 35px;
	}
}

@media (max-width:768px) {
	.featherlight .featherlight-inner {
		width: 100%;
	}
	
	.mec-events-agenda .mec-modal-booking-button {
		padding: 0;
	}
}

@media (max-width:480px) {
	.mec-booking-modal .mec-events-meta-group-booking-shortcode {
		padding: 20px;
	}
	
	.mec-booking-modal .mec-booking-shortcode .mec-book-reg-field-mec_email, .mec-booking-modal .mec-booking-shortcode .mec-book-reg-field-name {
		width: 100%;
	}
	
	.mec-booking-modal .mec-booking-shortcode button#mec-book-form-btn-step-2 {
		margin-left: 20px;
	}
	
	.mec-booking-modal .mec-booking-shortcode .mec-click-pay button[type=submit] {
		bottom: 22px;
	}
	
	.mec-calendar-events-side .mec-modal-booking-button:before, .mec-event-container-classic .mec-modal-booking-button:before, .mec-event-grid-minimal .mec-modal-booking-button:before, .mec-event-list-minimal .mec-modal-booking-button:before {
		display: none;
	}
	
	.mec-calendar-events-side .mec-modal-booking-button, .mec-event-container-classic .mec-modal-booking-button, .mec-event-grid-minimal .mec-modal-booking-button, .mec-event-list-minimal .mec-modal-booking-button, .mec-timetable-t2-col .mec-modal-booking-button {
		margin: 0;
		padding: 0;
	}
	
	.mec-event-grid-modern .mec-event-footer .mec-booking-button {
		top: 20px;
	}
}

.mec-wrap .mec-events-cal-links {
	margin-bottom: 0;
}

.mec-single-event #mec-wrap {
	padding: 0;
	margin-top: 35px;
}

.mec-wrap .mec-single-title, .single-mec-events .mec-wrap.mec-no-access-error h1 {
	margin-top: 0;
	margin-bottom: 30px;
	font-weight: 700;
	font-size: 33px;
}

.mec-single-event .mec-event-content {
	padding: 40px 0 30px;
	margin-bottom: 10px;
}

.mec-events-meta-group-booking .mec-booking-shortcode, .mec-single-event .mec-events-meta-group-booking, .mec-single-event .mec-frontbox {
	margin-bottom: 30px;
	padding: 40px;
	background: #fff;
	border: 1px solid #e6e7e8;
}

.mec-events-meta-group.mec-events-meta-group-gmap {
	margin-bottom: 30px;
}

.lity-content .mec-events-meta-group-booking {
	padding: 40px;
	background: #fff;
	border: 1px solid #e6e7e8;
}

.lity-content .mec-events-meta-group-booking, .mec-events-meta-group-booking .mec-booking-shortcode, .mec-single-event .mec-events-meta-group-booking, .mec-single-event .mec-events-meta-group-countdown, .mec-single-event .mec-events-meta-group-gmap, .mec-single-event .mec-frontbox, .mec-single-modern .mec-single-event-bar {
	border-radius: var(--mec-primary-border-radius);
	overflow: hidden;
	margin-bottom: 30px;
}

.mec-wrap #main-content {
	overflow: hidden;
	padding-top: 35px;
}

.mec-single-event .mec-map-get-direction-address-cnt {
	position: relative;
}

.mec-single-event .mec-map-get-direction-address-cnt input.mec-map-get-direction-address {
	width: 100%;
	height: 46px;
	padding: 13px 10px;
	margin-bottom: 0;
	background: #fcfcfc;
	border: 1px solid #e0e0e0;
	border-radius: 0;
	box-shadow: inset 0 2px 5px rgba(0, 0, 0, .081);
}

.mec-single-event .mec-map-get-direction-address-cnt input.mec-map-get-direction-address:focus {
	color: #444;
	background: #fff;
	border-color: #b0b0b0;
	box-shadow: 0 0 3px rgba(0, 0, 0, .2);
}

.mec-single-event .mec-map-get-direction-btn-cnt input {
	width: 100%;
}

.mec-single-event .mec-map-get-direction-reset {
	position: absolute;
	z-index: 2;
	top: 5px;
	right: 10px;
	font-size: 11px;
	cursor: pointer;
}

.mec-events-meta-group-tags {
	margin-top: 20px;
}

.mec-events-meta-group-tags a {
	display: inline-block;
	color: #444;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	font-weight: 500;
	padding: 3px 7px;
	border: 1px solid #ddd;
	border-radius: var(--mec-secondary-border-radius);
	background: #fff;
	margin: 1px 3px;
}

.mec-events-meta-group-tags a:hover {
	text-decoration: underline;
	background: #f9f9f9;
}

.mec-local-time-details li {
	list-style: none;
	font-size: 14px;
	font-weight: 300;
}

.mec-single-event:not(.mec-single-modern) .mec-local-time-details {
	padding: 12px 14px 8px;
	margin-bottom: 12px;
	vertical-align: baseline;
	position: relative;
	border: none;
}

.mec-single-event:not(.mec-single-modern) .mec-local-time-details ul {
	margin: 0;
	padding-left: 35px;
}

.mec-single-event:not(.mec-single-modern) .mec-local-time-details h3 {
	border: none;
	padding-left: 15px;
}

.mec-single-event:not(.mec-single-modern) .mec-local-time-details h3:before {
	display: none;
}

.mec-single-event.mec-single-modern i.mec-sl-speedometer {
	display: none;
}

.mec-single-modern .mec-local-time-details.mec-frontbox i {
	display: none;
}

.lity-content .mec-events-meta-group-booking, .mec-events-meta-group-booking .mec-booking-shortcode, .mec-single-event .mec-events-meta-group-booking {
	z-index: 1;
	overflow: visible;
}

.lity-content .mec-events-meta-group-booking .mec-paypal-credit-card-payment-fields, .lity-content .mec-events-meta-group-booking ul.mec-book-tickets-reg-fields-container, .mec-events-meta-group-booking .mec-booking-shortcode .mec-paypal-credit-card-payment-fields, .mec-events-meta-group-booking .mec-booking-shortcode ul.mec-book-tickets-reg-fields-container, .mec-single-event .mec-events-meta-group-booking .mec-paypal-credit-card-payment-fields, .mec-single-event .mec-events-meta-group-booking ul.mec-book-tickets-reg-fields-container {
	margin: 0 -41.835px;
	overflow: hidden;
	clear: both;
}

.mec-events-meta-group-booking .mec-booking-shortcode ul.mec-book-tickets-reg-fields-container li, .mec-single-event .mec-events-meta-group-booking .mec-paypal-credit-card-payment-fields li {
	margin-left: 41.835px;
	margin-right: 41.835px;
}

.lity-content .mec-events-meta-group-booking ul, .mec-events-meta-group-booking .mec-booking-shortcode ul, .mec-single-event .mec-events-meta-group-booking ul {
	list-style: none;
	padding-left: 0;
	margin-left: 0;
}

.lity-content .mec-events-meta-group-booking ul.mec-book-tickets-reg-fields-container {
	margin: 0;
}

.lity-content .mec-events-meta-group-booking ul.mec-book-tickets-reg-fields-container .col-md-6 {
	float: left;
}

.lity-content .mec-events-meta-group-booking ul li, .mec-events-meta-group-booking .mec-booking-shortcode .mec-book-ticket-variation-wrapper, .mec-events-meta-group-booking .mec-booking-shortcode ul li:not(.option), .mec-single-event .mec-events-meta-group-booking .mec-book-ticket-variation-wrapper, .mec-single-event .mec-events-meta-group-booking ul li {
	padding: 0;
	list-style: none;
	margin-top: 0;
	margin-bottom: 30px;
}

.lity-content .mec-events-meta-group-booking ul li.col-md-6:first-child, .mec-single-event .mec-events-meta-group-booking ul li.col-md-6:first-child {
	width: calc(50% - 10px);
	margin-right: 10px;
	margin-left: 0;
}

.lity-content .mec-events-meta-group-booking ul li.col-md-6:nth-child(2), .mec-single-event .mec-events-meta-group-booking ul li.col-md-6:nth-child(2) {
	width: calc(50% - 10px);
	margin-right: 0;
	margin-left: 10px;
}

.lity-content .mec-events-meta-group-booking .mec-booking-form-container>.col-md-12, .mec-events-meta-group-booking .mec-booking-shortcode .col-md-12, .mec-single-event .mec-events-meta-group-booking .mec-booking-form-container>.col-md-12 {
	display: flex;
	align-items: center;
	padding: 0 0 30px 0;
	margin-bottom: 30px;
	border-bottom: 1px solid #f0f1f2;
}

.lity-content .mec-events-meta-group-booking .col-md-12 .mec-ticket-icon-wrapper, .mec-events-meta-group-booking .mec-booking-shortcode .col-md-12 .mec-ticket-icon-wrapper, .mec-single-event .mec-events-meta-group-booking .col-md-12 .mec-ticket-icon-wrapper {
	margin-right: 25px;
}

.lity-content .mec-events-meta-group-booking .col-md-12 .mec-ticket-name-description-wrapper .mec-ticket-price-wrapper span, .mec-events-meta-group-booking .mec-booking-shortcode .col-md-12 .mec-ticket-name-description-wrapper .mec-ticket-price-wrapper span, .mec-single-event .mec-events-meta-group-booking .col-md-12 .mec-ticket-name-description-wrapper .mec-ticket-price-wrapper span {
	display: block;
	font-size: 14px;
	font-weight: 400;
	line-height: 19px;
	color: #606367;
	margin-bottom: 4px;
}

.lity-content .mec-events-meta-group-booking .col-md-12 .mec-ticket-name-description-wrapper .mec-ticket-price-wrapper span.mec-ticket-price, .mec-events-meta-group-booking .mec-booking-shortcode .col-md-12 .mec-ticket-name-description-wrapper .mec-ticket-price-wrapper span.mec-ticket-price, .mec-single-event .mec-events-meta-group-booking .col-md-12 .mec-ticket-name-description-wrapper .mec-ticket-price-wrapper span.mec-ticket-price {
	font-size: 18px;
	font-weight: 600;
	line-height: 24px;
	color: #212224;
	margin: 0;
}

.lity-content .mec-events-meta-group-booking [id*=mec_booking_quantity_wrapper_], .mec-events-meta-group-booking .mec-booking-shortcode [id*=mec_booking_quantity_wrapper_], .mec-single-event .mec-events-meta-group-booking [id*=mec_booking_quantity_wrapper_] {
	font-size: 13px;
	font-weight: 400;
	line-height: 16px;
	color: #8e9195;
	display: block;
	margin-bottom: 5px;
	text-align: end;
}

.lity-content .mec-events-meta-group-booking .mec-first-for-all-wrapper, .mec-events-meta-group-booking .mec-booking-shortcode .mec-first-for-all-wrapper, .mec-single-event .mec-events-meta-group-booking .mec-first-for-all-wrapper {
	clear: both;
	margin-bottom: 26px;
}

.lity-content .mec-events-meta-group-booking li h4, .mec-events-meta-group-booking .mec-booking-shortcode li h4, .mec-single-event .mec-events-meta-group-booking li h4 {
	font-size: 19px;
}

.lity-content .mec-events-meta-group-booking button, .lity-content .mec-events-meta-group-booking input, .mec-events-meta-group-booking .mec-booking-shortcode button, .mec-events-meta-group-booking .mec-booking-shortcode input, .mec-single-event .mec-events-meta-group-booking button, .mec-single-event .mec-events-meta-group-booking input {
	border-radius: 0;
	margin-bottom: 6px;
}

.lity-content .mec-events-meta-group-booking button.mec-book-form-back-button#mec-book-form-back-btn-step-2, .lity-content .mec-events-meta-group-booking button.mec-book-form-back-button#mec-book-form-back-btn-step-3, .mec-events-meta-group-booking .mec-booking-shortcode button.mec-book-form-back-button#mec-book-form-back-btn-step-2, .mec-events-meta-group-booking .mec-booking-shortcode button.mec-book-form-back-button#mec-book-form-back-btn-step-3, .mec-wrap .mec-single-event .mec-events-meta-group-booking button.mec-book-form-back-button#mec-book-form-back-btn-step-2, .mec-wrap .mec-single-event .mec-events-meta-group-booking button.mec-book-form-back-button#mec-book-form-back-btn-step-3 {
	color: #636f72;
	background: #f6f7f8;
	border: 1px solid #e7e8e9;
	float: left;
	margin: 0;
}

.lity-content .mec-events-meta-group-booking button.mec-book-form-back-button#mec-book-form-back-btn-step-2:hover, .mec-events-meta-group-booking .mec-booking-shortcode button.mec-book-form-back-button#mec-book-form-back-btn-step-2:hover, .mec-events-meta-group-booking .mec-booking-shortcode button.mec-book-form-back-button#mec-book-form-back-btn-step-3:hover, .mec-wrap .mec-single-event .mec-events-meta-group-booking button.mec-book-form-back-button#mec-book-form-back-btn-step-2:hover {
	border: 1px solid #d9dadc;
}

.lity-content .mec-events-meta-group-booking button.mec-book-form-back-button#mec-book-form-back-btn-step-2 img.mec-svg-icon, .lity-content .mec-events-meta-group-booking button.mec-book-form-back-button#mec-book-form-back-btn-step-3 img.mec-svg-icon, .mec-events-meta-group-booking .mec-booking-shortcode button.mec-book-form-back-button#mec-book-form-back-btn-step-2 img.mec-svg-icon, .mec-events-meta-group-booking .mec-booking-shortcode button.mec-book-form-back-button#mec-book-form-back-btn-step-3 img.mec-svg-icon, .mec-nextprev-prev-button svg, .mec-wrap .mec-single-event .mec-events-meta-group-booking button.mec-book-form-back-button#mec-book-form-back-btn-step-2 img.mec-svg-icon, .mec-wrap .mec-single-event .mec-events-meta-group-booking button.mec-book-form-back-button#mec-book-form-back-btn-step-3 img.mec-svg-icon {
	margin-left: unset;
	margin-right: 30px;
}

mec-book-form-pay-button button#mec-book-form-back-btn-step-3 {
	float: none;
}

.mec-next-occ-booking, .mec-next-occ-booking-p {
	padding-left: 15px;
}

.mec-events-meta-group-booking .mec-next-occ-booking, .mec-events-meta-group-booking .mec-next-occ-booking-p {
	padding: 0;
	padding: 5px 1em 3px 0;
	font-size: 12px;
	letter-spacing: 0;
	margin: 3px 0;
}

.mec-book-username-password-wrapper {
	padding: 0 15px;
}

.lity-container .mec-next-occ-booking, .lity-container .mec-next-occ-booking-p {
	padding-left: 0;
}

.mec-ssl-protection-message {
	display: none;
}

.lity-content .mec-events-meta-group-booking .mec-click-pay, .mec-events-meta-group-booking .mec-booking-shortcode .mec-click-pay, .mec-single-event .mec-events-meta-group-booking .mec-click-pay {
	max-width: 100%;
}

.lity-content .mec-events-meta-group-booking .mec-click-pay #mec_woo_add_to_cart_btn_r, .lity-content .mec-events-meta-group-booking .mec-click-pay button.mec-book-form-next-button, .mec-events-meta-group-booking .mec-booking-shortcode .mec-click-pay #mec_woo_add_to_cart_btn_r, .mec-events-meta-group-booking .mec-booking-shortcode .mec-click-pay button.mec-book-form-next-button, .mec-single-event .mec-events-meta-group-booking .mec-click-pay #mec_woo_add_to_cart_btn_r, .mec-single-event .mec-events-meta-group-booking .mec-click-pay button.mec-book-form-next-button {
	float: right;
	margin: 30px 0 0 0 !important;
	background: #47dc6e !important;
	border-color: #47dc6e !important;
	color: #fff !important;
	font-weight: 700 !important;
}

.lity-content .mec-events-meta-group-booking .mec-click-pay #mec_woo_add_to_cart_btn_r:hover, .lity-content .mec-events-meta-group-booking .mec-click-pay button.mec-book-form-next-button:hover, .mec-events-meta-group-booking .mec-booking-shortcode .mec-click-pay #mec_woo_add_to_cart_btn_r:hover, .mec-events-meta-group-booking .mec-booking-shortcode .mec-click-pay button.mec-book-form-next-button:hover, .mec-single-event .mec-events-meta-group-booking .mec-click-pay #mec_woo_add_to_cart_btn_r:hover, .mec-single-event .mec-events-meta-group-booking .mec-click-pay button.mec-book-form-next-button:hover {
	background: #54d274;
}

.lity-container .mec-click-pay {
	max-width: 400px;
}

.lity-container .mec-book-form-btn-wrap button.mec-book-form-next-button, .lity-container .mec-click-pay #mec_woo_add_to_cart_btn_r {
	float: right;
}

.lity-container button.mec-book-form-next-button {
	float: right;
}

.lity-container .mec-click-pay #mec_woo_add_to_cart_btn_r:hover, .lity-container .mec-click-pay button.mec-book-form-next-button:hover {
	background: #000;
}

.lity-content .mec-events-meta-group-booking .mec-click-next, .mec-events-meta-group-booking .mec-booking-shortcode .mec-click-next, .mec-single-event .mec-events-meta-group-booking .mec-click-next {
	float: right;
	position: relative;
	width: calc(100% - 186px);
}

.lity-container .mec-click-next {
	float: right;
	position: relative;
	width: calc(100% - 186px);
}

.mec-single-event .mec-book-form-coupon button {
	margin-left: 0;
}

.mec-single-event .mec-book-form-gateway-checkout button {
	margin-left: 0;
}

.mec-single-event .mec-single-event .mec-book-form-gateway-checkout button {
	margin-right: 20px;
}

.lity-content .mec-booking-progress-bar, .mec-booking-progress-bar, .mec-booking-shortcode .mec-booking-progress-bar, .mec-single-event .mec-booking-progress-bar {
	display: flex;
	flex-wrap: wrap;
	margin: 60px 0 25px;
	position: relative;
	padding: 0;
}

.lity-content .mec-booking-progress-bar li, .mec-booking-shortcode .mec-booking-progress-bar li, .mec-wrap .mec-booking-progress-bar li {
	margin: 28px 0 15px !important;
	text-align: center;
	font-size: 15px;
	font-weight: 700;
	color: #000;
	position: relative;
	flex: 1;
	align-items: center;
	justify-content: center;
	list-style: none;
	z-index: 99999;
}

.lity-content .mec-booking-progress-bar li .progress-index, .mec-booking-shortcode .mec-booking-progress-bar li .progress-index, .mec-wrap .mec-booking-progress-bar li .progress-index {
	font-size: 14px;
	font-weight: 600;
	line-height: 24px;
	color: var(--mec-color-skin);
	position: absolute;
	width: 24px;
	height: 24px;
	background: var(--mec-color-skin-rgba-1);
	border-radius: 50%;
	top: -39px;
	left: calc(50% - 12px);
	z-index: 1;
}

.lity-content .mec-booking-progress-bar li.mec-active .progress-index, .mec-booking-shortcode .mec-booking-progress-bar li.mec-active .progress-index, .mec-wrap .mec-booking-progress-bar li.mec-active .progress-index {
	background: #54d274;
	border-color: #54d274;
	color: #fff;
}

.lity-content .mec-booking-progress-bar li:before, .mec-booking-shortcode .mec-booking-progress-bar li:before, .mec-wrap .mec-booking-progress-bar li:before {
	content: "";
	position: absolute;
	width: calc(50% - 12px);
	height: 2px;
	background: var(--mec-color-skin-rgba-1);
	top: -28px;
	left: 0;
}

.lity-content .mec-booking-progress-bar li:after, .mec-booking-shortcode .mec-booking-progress-bar li:after, .mec-wrap .mec-booking-progress-bar li:after {
	content: "";
	position: absolute;
	width: calc(50% - 12px);
	height: 2px;
	background: var(--mec-color-skin-rgba-1);
	top: -28px;
	left: calc(50% + 12px);
}

.lity-content .mec-booking-progress-bar li.mec-active, .mec-booking-shortcode .mec-booking-progress-bar li.mec-active, .mec-wrap .mec-booking-progress-bar li.mec-active {
	color: #54d274;
}

.lity-content .mec-booking-progress-bar li.mec-active:after, .lity-content .mec-booking-progress-bar li.mec-active:before, .mec-booking-shortcode .mec-booking-progress-bar li.mec-active:after, .mec-booking-shortcode .mec-booking-progress-bar li.mec-active:before, .mec-wrap .mec-booking-progress-bar li.mec-active:after, .mec-wrap .mec-booking-progress-bar li.mec-active:before {
	background: #54d274;
}

.mec-single-event .row-done .mec-booking-progress-bar:after {
	background: #54d274;
}

@media (max-width:480px) {
	.lity-content .mec-booking-progress-bar li, .mec-booking-shortcode .mec-booking-progress-bar li, .mec-wrap .mec-booking-progress-bar li {
		font-size: 12px;
	}
}

@media (max-width:390px) {
	.lity-content .mec-booking-progress-bar li, .mec-booking-shortcode .mec-booking-progress-bar li, .mec-wrap .mec-booking-progress-bar li {
		font-size: 8px;
	}
	
	.lity-content .mec-booking-progress-bar li.mec-active:after, .mec-booking-shortcode .mec-booking-progress-bar li.mec-active:after, .mec-wrap .mec-booking-progress-bar li.mec-active:after {
		font-size: 14px;
	}
}

.mec-wrap .mec-booking-progress-bar li.mec-active:last-child:before {
	width: 50%;
}

.mec-booking .mec-event-tickets-list .mec-event-ticket-available {
	margin-top: 12px;
}

.mec-booking .mec-event-tickets-list .mec-ticket-style-row input[type=number] {
	display: block;
	margin: 0 0 10px auto;
	box-shadow: unset;
	border: 1px solid #e3e5e7;
	border-radius: var(--mec-secondary-border-radius);
	background: #fff;
	min-width: 80px;
	width: 80px !important;
	min-height: 40px;
	height: 40px;
}

.mec-booking .mec-event-tickets-list .mec-ticket-style-row input::-webkit-inner-spin-button, .mec-booking .mec-event-tickets-list .mec-ticket-style-row input::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.mec-booking .mec-event-tickets-list .mec-ticket-style-row .mec-ticket-style-row-section-3 {
	margin-left: auto;
}

.mec-booking .mec-event-tickets-list .mec-ticket-style-row .mec-event-ticket-input-wrapper {
	position: relative;
}

.mec-booking .mec-event-tickets-list .mec-ticket-style-row input[type=number] {
	-moz-appearance: textfield;
}

.mec-booking .mec-event-tickets-list .mec-ticket-style-row .minus, .mec-booking .mec-event-tickets-list .mec-ticket-style-row .plus {
	position: absolute;
	right: 5px;
	line-height: 1;
	height: 14px;
}

.mec-booking .mec-event-tickets-list .mec-ticket-style-row .plus {
	top: 5px;
}

.mec-booking .mec-event-tickets-list .mec-ticket-style-row .minus {
	top: auto;
	bottom: 5px;
}

.mec-booking .mec-event-tickets-list .mec-ticket-style-row .minus:hover, .mec-booking .mec-event-tickets-list .mec-ticket-style-row .plus:hover {
	background: #dbdbdb;
}

.mec-booking .mec-event-tickets-list .mec-ticket-style-row a {
	text-decoration: none;
}

.mec-booking .mec-event-tickets-list .mec-ticket-style-row {
	margin-bottom: 30px;
}

.mec-ticket-style-row.mec-ticket-available-spots {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	align-content: stretch;
	flex-wrap: nowrap;
}

.mec-booking .mec-event-tickets-list .mec-ticket-style-row>div {
	width: unset;
}

@media (max-width:480px) {
	.mec-ticket-style-row.mec-ticket-available-spots {
		max-width: 100%;
		display: flex;
		flex-direction: unset;
		align-items: unset;
		justify-content: unset;
		align-content: unset;
		flex-wrap: unset;
	}
	
	.mec-wrap .mec-booking .mec-event-tickets-list .mec-ticket-style-row>div {
		width: 100%;
		margin-bottom: 10px;
	}
}

.mec-booking .mec-event-tickets-list .mec-ticket-style-row .mec-ticket-style-row-section-1 {
	width: unset;
	margin: 5px 25px 0 0;
}

.mec-booking .mec-event-tickets-list .mec-ticket-style-row .mec-event-ticket-available, .mec-booking .mec-event-tickets-list .mec-ticket-style-row>div {
	border: 0;
	display: block;
	box-shadow: unset;
	margin: 0;
}

.mec-booking .mec-event-tickets-list .mec-ticket-style-row .mec-event-ticket-available {
	font-size: 13px;
	font-weight: 400;
	line-height: 16px;
	color: #8e9195;
	text-align: right;
}

.mec-booking .mec-event-tickets-list .mec-ticket-style-row .mec-event-ticket-name {
	font-size: 14px;
	font-weight: 400;
	line-height: 19px;
	color: #606367;
	margin-bottom: 4px;
}

.mec-booking .mec-event-tickets-list .mec-ticket-style-row .mec-event-ticket-price {
	font-size: 18px;
	font-weight: 600;
	line-height: 24px;
	color: #212224;
}

.mec-booking .mec-event-tickets-list .mec-ticket-style-row .mec-event-ticket-description, .mec-booking .mec-event-tickets-list .mec-ticket-style-row .mec-event-ticket-price, .mec-booking .mec-event-tickets-list .mec-ticket-style-row .mec-ticket-style-row-section-3 div {
	margin: 0;
}

.mec-single-event .mec-book-first, .mec-single-event .mec-book-form-gateways, .mec-single-event .mec-book-form-price, .mec-single-event .mec-event-tickets-list, .mec-single-event form.mec-click-next {
	padding-left: 0;
	padding-right: 0;
}

.mec-single-event .mec-book-form-price {
	padding-bottom: 30px;
	border-bottom: 1px solid #f0f1f2;
}

.lity-content .mec-book-first .mec-booking-calendar-wrapper, .mec-booking-calendar-wrapper, .mec-booking-shortcode .mec-book-first .mec-booking-calendar-wrapper, .mec-single-fluent-wrap .mec-booking-calendar-wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #f0f1f2;
}

@media only screen and (max-width:767px) {
	.lity-content .mec-events-meta-group-booking select, .mec-events-meta-group-booking .mec-booking-shortcode select, .mec-single-event .mec-events-meta-group-booking select {
		width: unset !important;
	}
}

@media only screen and (max-width:479px) {
	.lity-content .mec-book-first .mec-booking-calendar-wrapper, .mec-booking-shortcode .mec-book-first .mec-booking-calendar-wrapper, .mec-single-event .mec-book-first .mec-booking-calendar-wrapper, .mec-single-fluent-wrap .mec-book-first .mec-booking-calendar-wrapper {
		flex-direction: column;
		align-items: flex-start;
	}
	
	.mec-booking .mec-event-tickets-list .mec-ticket-style-row .mec-ticket-style-row-section-1 {
		display: none;
	}
}

.lity-content .mec-book-first .mec-booking-calendar-wrapper .mec-select-date-label, .mec-booking-shortcode .mec-book-first .mec-booking-calendar-wrapper .mec-select-date-label, .mec-single-event .mec-book-first .mec-booking-calendar-wrapper .mec-select-date-label, .mec-single-fluent-wrap .mec-book-first .mec-booking-calendar-wrapper .mec-select-date-label {
	font-size: 14px;
	font-weight: 400;
	color: #606367;
}

.lity-content .mec-book-first .mec-booking-calendar-wrapper .mec-select-date-label span.mec-required, .mec-booking-shortcode .mec-book-first .mec-booking-calendar-wrapper .mec-select-date-label span.mec-required, .mec-single-event .mec-book-first .mec-booking-calendar-wrapper .mec-select-date-label span.mec-required, .mec-single-fluent-wrap .mec-book-first .mec-booking-calendar-wrapper .mec-select-date-label span.mec-required {
	color: #ec3365;
}

.lity-content .mec-book-first .mec-booking-calendar-wrapper .mec-select-date-calendar-dropdown, .lity-content .mec-book-first .mec-select-date-dropdown-wrapper .mec-select-date-dropdown, .mec-booking-shortcode .mec-book-first .mec-booking-calendar-wrapper .mec-select-date-calendar-dropdown, .mec-booking-shortcode .mec-book-first .mec-select-date-dropdown-wrapper .mec-select-date-dropdown, .mec-single-event .mec-book-first .mec-booking-calendar-wrapper .mec-select-date-calendar-dropdown, .mec-single-event .mec-book-first .mec-select-date-dropdown-wrapper .mec-select-date-dropdown, .mec-single-fluent-wrap .mec-book-first .mec-booking-calendar-wrapper .mec-select-date-calendar-dropdown {
	border: 1px solid #e3e5e7;
	border-radius: var(--mec-secondary-border-radius);
	width: auto;
	height: 42px;
	display: flex;
	background-color: #fff;
}

.lity-content .mec-book-first .mec-booking-calendar-wrapper .mec-select-date-calendar-dropdown span.mec-select-date-calendar-icon, .lity-content .mec-book-first .mec-select-date-dropdown-wrapper .mec-select-date-dropdown span.mec-select-date-calendar-icon, .mec-booking-shortcode .mec-book-first .mec-booking-calendar-wrapper .mec-select-date-calendar-dropdown span.mec-select-date-calendar-icon, .mec-booking-shortcode .mec-book-first .mec-select-date-dropdown-wrapper .mec-select-date-dropdown span.mec-select-date-calendar-icon, .mec-single-event .mec-book-first .mec-booking-calendar-wrapper .mec-select-date-calendar-dropdown span.mec-select-date-calendar-icon, .mec-single-event .mec-book-first .mec-select-date-dropdown-wrapper .mec-select-date-dropdown span.mec-select-date-calendar-icon {
	display: flex;
	justify-content: center;
	align-items: center;
	border-right: 1px solid #e3e5e7;
	background: #fafafa;
	min-width: 40px;
	border-radius: var(--mec-secondary-border-radius) 0 0 var(--mec-secondary-border-radius);
}

.lity-content .mec-book-first .mec-select-date-dropdown-wrapper .mec-select-date-dropdown .mec-custom-nice-select, .mec-booking-shortcode .mec-book-first .mec-select-date-dropdown-wrapper .mec-select-date-dropdown .mec-custom-nice-select, .mec-single-event .mec-book-first .mec-select-date-dropdown-wrapper .mec-select-date-dropdown .mec-custom-nice-select {
	margin: 0;
	border: none;
	padding-right: 30px;
}

.lity-content .mec-book-first .mec-booking-calendar-wrapper .mec-select-date-calendar-dropdown .mec-select-date-calendar-formatted-date, .mec-booking-shortcode .mec-book-first .mec-booking-calendar-wrapper .mec-select-date-calendar-dropdown .mec-select-date-calendar-formatted-date, .mec-single-event .mec-book-first .mec-booking-calendar-wrapper .mec-select-date-calendar-dropdown .mec-select-date-calendar-formatted-date, .mec-single-fluent-wrap .mec-book-first .mec-booking-calendar-wrapper .mec-select-date-calendar-dropdown .mec-select-date-calendar-formatted-date {
	font-size: 13px;
	line-height: 40px;
	padding: 0 12px;
	width: 240px;
}

.lity-content .mec-book-first .mec-booking-calendar-wrapper .mec-select-date-calendar-dropdown span.mec-select-date-calendar-icons, .mec-booking-shortcode .mec-book-first .mec-booking-calendar-wrapper .mec-select-date-calendar-dropdown span.mec-select-date-calendar-icons, .mec-single-event .mec-book-first .mec-booking-calendar-wrapper .mec-select-date-calendar-dropdown span.mec-select-date-calendar-icons, .mec-single-fluent-wrap .mec-book-first .mec-booking-calendar-wrapper .mec-select-date-calendar-dropdown span.mec-select-date-calendar-icons {
	cursor: pointer;
	line-height: 33px;
	position: relative;
	right: 10px;
}

.lity-content .mec-book-first .mec-booking-calendar-wrapper .mec-select-date-calendar-container, .mec-booking-shortcode .mec-book-first .mec-booking-calendar-wrapper .mec-select-date-calendar-container, .mec-single-event .mec-book-first .mec-booking-calendar-wrapper .mec-select-date-calendar-container, .mec-single-fluent-wrap .mec-book-first .mec-booking-calendar-wrapper .mec-select-date-calendar-container {
	position: absolute;
	right: 40px;
	z-index: 99;
}

.lity-content .mec-book-first .mec-booking-calendar-wrapper .mec-select-date-calendar-container .mec-booking-calendar.mec-wrap, .mec-booking-shortcode .mec-book-first .mec-booking-calendar-wrapper .mec-select-date-calendar-container .mec-booking-calendar.mec-wrap, .mec-single-event .mec-book-first .mec-booking-calendar-wrapper .mec-select-date-calendar-container .mec-booking-calendar.mec-wrap, .mec-single-fluent-wrap .mec-book-first .mec-booking-calendar-wrapper .mec-select-date-calendar-container .mec-booking-calendar.mec-wrap {
	border: 1px solid #e3e5e7;
	border-radius: 5px;
}

.lity-content .mec-book-first .mec-booking-calendar-wrapper .mec-select-date-calendar-container .mec-booking-calendar-month-navigation .mec-next-month, .lity-content .mec-book-first .mec-booking-calendar-wrapper .mec-select-date-calendar-container .mec-booking-calendar-month-navigation .mec-previous-month, .mec-booking-shortcode .mec-book-first .mec-booking-calendar-wrapper .mec-select-date-calendar-container .mec-booking-calendar-month-navigation .mec-next-month, .mec-booking-shortcode .mec-book-first .mec-booking-calendar-wrapper .mec-select-date-calendar-container .mec-booking-calendar-month-navigation .mec-previous-month, .mec-single-event .mec-book-first .mec-booking-calendar-wrapper .mec-select-date-calendar-container .mec-booking-calendar-month-navigation .mec-next-month, .mec-single-event .mec-book-first .mec-booking-calendar-wrapper .mec-select-date-calendar-container .mec-booking-calendar-month-navigation .mec-previous-month, .mec-single-event .mec-book-first .mec-select-date-express-calendar-wrapper .mec-select-date-calendar-container .mec-booking-calendar-month-navigation .mec-next-month, .mec-single-fluent-wrap .mec-book-first .mec-booking-calendar-wrapper .mec-select-date-calendar-container .mec-booking-calendar-month-navigation .mec-next-month, .mec-single-fluent-wrap .mec-book-first .mec-booking-calendar-wrapper .mec-select-date-calendar-container .mec-booking-calendar-month-navigation .mec-previous-month {
	border: none;
	box-shadow: none;
	line-height: 40px;
	margin: 0;
	border-radius: 5px;
	padding: 0 20px;
}

.mec-single-event label.mec-fill-attendees {
	margin-left: 0;
}

.lity-content .mec-booking .mec-book-form-btn-wrap, .mec-wrap .mec-booking .mec-book-form-btn-wrap {
	padding-top: 30px;
	border-top: 1px solid #f0f1f2;
}

.lity-content .mec-booking .mec-book-form-btn-wrap:after, .mec-wrap .mec-booking .mec-book-form-btn-wrap:after {
	content: "";
	display: block;
	clear: both;
}

.mec-events-meta-group-booking #mec-book-form-btn-step-1, .mec-events-meta-group-booking #mec-book-form-btn-step-2 {
	margin: 0;
	float: right;
}

.mec-wrap .mec-booking-form-container .col-md-12 {
	padding-left: 0;
}

.mec-wrap .mec-events-meta-group-booking .mec-wrap-checkout.row {
	margin: 0;
}

.lity-content .mec-events-meta-group-booking .mec-wrap-checkout.row .mec-book-form-gateways .mec-book-form-gateways-title, .mec-events-meta-group-booking .mec-booking-shortcode .mec-wrap-checkout.row .mec-book-form-gateways .mec-book-form-gateways-title, .mec-wrap .mec-events-meta-group-booking .mec-wrap-checkout.row .mec-book-form-gateways .mec-book-form-gateways-title {
	font-size: 18px;
	font-weight: 600;
	line-height: 24px;
	color: #212224;
	margin-bottom: 20px;
}

.lity-content .mec-events-meta-group-booking .mec-wrap-checkout.row .mec-book-form-gateways .mec-book-form-gateways-radio-buttons, .mec-events-meta-group-booking .mec-booking-shortcode .mec-wrap-checkout.row .mec-book-form-gateways .mec-book-form-gateways-radio-buttons, .mec-wrap .mec-events-meta-group-booking .mec-wrap-checkout.row .mec-book-form-gateways .mec-book-form-gateways-radio-buttons {
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 20px;
}

.lity-content .mec-events-meta-group-booking .mec-wrap-checkout.row .mec-book-form-gateways .mec-book-form-gateways-radio-buttons .mec-book-form-gateway-option, .mec-events-meta-group-booking .mec-booking-shortcode .mec-wrap-checkout.row .mec-book-form-gateways .mec-book-form-gateways-radio-buttons .mec-book-form-gateway-option, .mec-wrap .mec-events-meta-group-booking .mec-wrap-checkout.row .mec-book-form-gateways .mec-book-form-gateways-radio-buttons .mec-book-form-gateway-option {
	flex: calc(50% - 20px);
	max-width: calc(50% - 10px);
	border: 1px solid #e6e7e8;
	border-radius: var(--mec-secondary-border-radius);
	margin-bottom: 20px;
	padding: 14.5px 20px 14.5px 15px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	cursor: pointer;
}

.lity-content .mec-events-meta-group-booking .mec-wrap-checkout.row .mec-book-form-gateways .mec-book-form-gateways-radio-buttons .mec-book-form-gateway-option:has(input:checked), .mec-events-meta-group-booking .mec-booking-shortcode .mec-wrap-checkout.row .mec-book-form-gateways .mec-book-form-gateways-radio-buttons .mec-book-form-gateway-option:has(input:checked), .mec-wrap .mec-events-meta-group-booking .mec-wrap-checkout.row .mec-book-form-gateways .mec-book-form-gateways-radio-buttons .mec-book-form-gateway-option:has(input:checked) {
	border: 1px solid var(--mec-color-skin-rgba-2);
}

@media only screen and (max-width:767px) {
	.lity-content .mec-events-meta-group-booking .mec-events-meta-group-booking .mec-wrap-checkout.row .mec-book-form-gateways .mec-book-form-gateways-radio-buttons .mec-book-form-gateway-option, .mec-events-meta-group-booking .mec-booking-shortcode .mec-wrap-checkout.row .mec-book-form-gateways .mec-book-form-gateways-radio-buttons .mec-book-form-gateway-option, .mec-wrap .mec-events-meta-group-booking .mec-wrap-checkout.row .mec-book-form-gateways .mec-book-form-gateways-radio-buttons .mec-book-form-gateway-option {
		flex: 100%;
		max-width: 100%;
	}
	
	.lity-content .mec-events-meta-group-booking .mec-wrap-checkout.row .mec-book-form-gateways .mec-book-form-gateways-radio-buttons .mec-book-form-gateway-option:nth-child(odd), .mec-events-meta-group-booking .mec-booking-shortcode .mec-wrap-checkout.row .mec-book-form-gateways .mec-book-form-gateways-radio-buttons .mec-book-form-gateway-option:nth-child(odd), .mec-wrap .mec-events-meta-group-booking .mec-wrap-checkout.row .mec-book-form-gateways .mec-book-form-gateways-radio-buttons .mec-book-form-gateway-option:nth-child(odd) {
		margin-right: 0 !important;
	}
}

.lity-content .mec-events-meta-group-booking .mec-wrap-checkout.row .mec-book-form-gateways .mec-book-form-gateways-radio-buttons .mec-book-form-gateway-option:nth-child(odd), .mec-events-meta-group-booking .mec-booking-shortcode .mec-wrap-checkout.row .mec-book-form-gateways .mec-book-form-gateways-radio-buttons .mec-book-form-gateway-option:nth-child(odd), .mec-wrap .mec-events-meta-group-booking .mec-wrap-checkout.row .mec-book-form-gateways .mec-book-form-gateways-radio-buttons .mec-book-form-gateway-option:nth-child(odd) {
	margin-right: 20px;
}

.lity-content .mec-events-meta-group-booking .mec-wrap-checkout.row .mec-book-form-gateways .mec-book-form-gateways-radio-buttons .mec-book-form-gateway-option .mec-book-form-gateway-option-svg, .mec-events-meta-group-booking .mec-booking-shortcode .mec-wrap-checkout.row .mec-book-form-gateways .mec-book-form-gateways-radio-buttons .mec-book-form-gateway-option .mec-book-form-gateway-option-svg, .mec-wrap .mec-events-meta-group-booking .mec-wrap-checkout.row .mec-book-form-gateways .mec-book-form-gateways-radio-buttons .mec-book-form-gateway-option .mec-book-form-gateway-option-svg {
	display: flex;
	margin-right: 10px;
}

.lity-content .mec-events-meta-group-booking .mec-wrap-checkout.row .mec-book-form-gateways .mec-book-form-gateways-radio-buttons .mec-book-form-gateway-option .mec-book-form-gateway-option-title, .mec-events-meta-group-booking .mec-booking-shortcode .mec-wrap-checkout.row .mec-book-form-gateways .mec-book-form-gateways-radio-buttons .mec-book-form-gateway-option .mec-book-form-gateway-option-title, .mec-wrap .mec-events-meta-group-booking .mec-wrap-checkout.row .mec-book-form-gateways .mec-book-form-gateways-radio-buttons .mec-book-form-gateway-option .mec-book-form-gateway-option-title {
	font-size: 14px;
	font-weight: 600;
	line-height: 18px;
}

.lity-content .mec-events-meta-group-booking .mec-wrap-checkout.row .mec-book-form-gateways .mec-book-form-gateways-radio-buttons .mec-book-form-gateway-option .mec-book-form-gateway-option-radio, .mec-events-meta-group-booking .mec-booking-shortcode .mec-wrap-checkout.row .mec-book-form-gateways .mec-book-form-gateways-radio-buttons .mec-book-form-gateway-option .mec-book-form-gateway-option-radio, .mec-wrap .mec-events-meta-group-booking .mec-wrap-checkout.row .mec-book-form-gateways .mec-book-form-gateways-radio-buttons .mec-book-form-gateway-option .mec-book-form-gateway-option-radio {
	margin-left: auto;
}

.lity-content .mec-events-meta-group-booking .mec-wrap-checkout.row .mec-book-form-gateways .mec-book-form-gateways-radio-buttons .mec-book-form-gateway-option .mec-book-form-gateway-option-radio input, .mec-events-meta-group-booking .mec-booking-shortcode .mec-wrap-checkout.row .mec-book-form-gateways .mec-book-form-gateways-radio-buttons .mec-book-form-gateway-option .mec-book-form-gateway-option-radio input, .mec-wrap .mec-events-meta-group-booking .mec-wrap-checkout.row .mec-book-form-gateways .mec-book-form-gateways-radio-buttons .mec-book-form-gateway-option .mec-book-form-gateway-option-radio input {
	left: -2px;
}

.lity-content .mec-wrap-checkout .mec-book-form-gateways .mec-book-form-gateway-label, .mec-events-meta-group-booking .mec-booking-shortcode .mec-wrap-checkout .mec-book-form-gateways .mec-book-form-gateway-label, .mec-wrap .mec-wrap-checkout .mec-book-form-gateways .mec-book-form-gateway-label {
	padding-left: 3px;
}

.mec-events-progress-bar {
	display: flex;
	align-items: center;
	margin-top: 40px;
}

.mec-event-list-standard .mec-events-progress-bar {
	position: absolute;
	margin-top: 15px;
	left: calc(50% - 210px);
}

.mec-single-modern .mec-events-progress-bar {
	justify-content: flex-end;
	padding: 0 20px;
	margin-top: 10px;
}

.mec-events-progress-bar .mec-progress-bar-time-passed, .mec-events-progress-bar .mec-progress-bar-time-remained {
	font-size: 10px;
	line-height: 14px;
	margin: 0 10px 0 0;
	color: #959ca7;
	width: 50px;
	text-align: center;
}

.mec-events-progress-bar .mec-progress-bar-time-remained {
	margin: 0 0 0 10px;
}

.mec-events-progress-bar progress {
	width: 300px;
	height: 4px;
	border-radius: 3px;
	position: relative;
}

.mec-events-progress-bar progress:after {
	content: "";
	width: 12px;
	height: 12px;
	display: block;
	border-radius: 100%;
	background-color: #38d5ed;
	position: absolute;
	top: -4px;
}

.mec-events-progress-bar progress::-webkit-progress-bar {
	background-color: #e6e7e8;
	border-radius: 3px;
}

.mec-events-progress-bar progress::-webkit-progress-value {
	background-color: #38d5ed;
	border-radius: 3px;
}

.lity-content .mec-events-meta-group-booking .mec-event-ticket-available, .mec-events-meta-group-booking .mec-booking-shortcode .mec-event-ticket-available, .mec-single-event .mec-events-meta-group-booking .mec-event-ticket-available {
	display: block;
	margin-bottom: 20px;
	margin-top: -17px;
	font-size: 11px;
	color: #8a8a8a;
}

.lity-content .mec-events-meta-group-booking .mec-booking-checkout-coupon-total-wrapper, .mec-events-meta-group-booking .mec-booking-shortcode .mec-booking-checkout-coupon-total-wrapper, .mec-single-event .mec-events-meta-group-booking .mec-booking-checkout-coupon-total-wrapper {
	display: flex;
	justify-content: space-between;
	margin: 30px 0 40px;
}

@media only screen and (max-width:767px) {
	.lity-content .mec-events-meta-group-booking .mec-booking-checkout-coupon-total-wrapper, .mec-events-meta-group-booking .mec-booking-shortcode .mec-booking-checkout-coupon-total-wrapper, .mec-single-event .mec-events-meta-group-booking .mec-booking-checkout-coupon-total-wrapper {
		flex-direction: column;
	}
	
	.lity-content .mec-events-meta-group-booking .mec-book-form-coupon form span.mec-booking-coupon-field-wrapper input, .mec-events-meta-group-booking .mec-booking-shortcode .mec-book-form-coupon form span.mec-booking-coupon-field-wrapper input, .mec-single-event .mec-events-meta-group-booking .mec-book-form-coupon form span.mec-booking-coupon-field-wrapper input {
		width: 100%;
	}
	
	.lity-content .mec-events-meta-group-booking .mec-book-form-coupon form button, .mec-events-meta-group-booking .mec-booking-shortcode .mec-book-form-coupon form button, .mec-single-event .mec-events-meta-group-booking .mec-book-form-coupon form button {
		left: unset !important;
		right: 5px;
	}
}

.lity-content .mec-events-meta-group-booking .mec-booking-checkout-coupon-total-wrapper .mec-booking-checkout-total-wrapper ul, .mec-events-meta-group-booking .mec-booking-shortcode .mec-booking-checkout-coupon-total-wrapper .mec-booking-checkout-total-wrapper ul, .mec-single-event .mec-events-meta-group-booking .mec-booking-checkout-coupon-total-wrapper .mec-booking-checkout-total-wrapper ul {
	display: flex;
	align-items: center;
}

.lity-content .mec-events-meta-group-booking .mec-booking-checkout-coupon-total-wrapper .mec-booking-checkout-total-wrapper ul li, .mec-events-meta-group-booking .mec-booking-shortcode .mec-booking-checkout-coupon-total-wrapper .mec-booking-checkout-total-wrapper ul li, .mec-single-event .mec-events-meta-group-booking .mec-booking-checkout-coupon-total-wrapper .mec-booking-checkout-total-wrapper ul li {
	margin-bottom: 0;
	text-align: right;
}

.lity-content .mec-events-meta-group-booking .mec-booking-checkout-coupon-total-wrapper .mec-booking-checkout-total-wrapper ul li, .mec-events-meta-group-booking .mec-booking-shortcode .mec-booking-checkout-coupon-total-wrapper .mec-booking-checkout-total-wrapper ul li, .mec-single-event .mec-events-meta-group-booking .mec-booking-checkout-coupon-total-wrapper .mec-booking-checkout-total-wrapper ul li {
	padding-left: 30px;
	margin-left: 30px;
	border-left: 1px dashed #e6e7e8;
}

.lity-content .mec-events-meta-group-booking .mec-booking-checkout-coupon-total-wrapper .mec-booking-checkout-total-wrapper ul li:first-child, .mec-events-meta-group-booking .mec-booking-shortcode .mec-booking-checkout-coupon-total-wrapper .mec-booking-checkout-total-wrapper ul li:first-child, .mec-single-event .mec-events-meta-group-booking .mec-booking-checkout-coupon-total-wrapper .mec-booking-checkout-total-wrapper ul li:first-child {
	padding-left: unset;
	margin-left: unset;
	border-left: none;
}

.lity-content .mec-events-meta-group-booking .mec-booking-checkout-coupon-total-wrapper .mec-booking-checkout-total-wrapper ul li span, .mec-events-meta-group-booking .mec-booking-shortcode .mec-booking-checkout-coupon-total-wrapper .mec-booking-checkout-total-wrapper ul li span, .mec-single-event .mec-events-meta-group-booking .mec-booking-checkout-coupon-total-wrapper .mec-booking-checkout-total-wrapper ul li span {
	display: block;
	font-size: 14px;
	font-weight: 400;
	line-height: 19px;
	color: #606367;
	margin-bottom: 4px;
}

.lity-content .mec-events-meta-group-booking .mec-booking-checkout-coupon-total-wrapper .mec-booking-checkout-total-wrapper ul li span:last-child, .mec-events-meta-group-booking .mec-booking-shortcode .mec-booking-checkout-coupon-total-wrapper .mec-booking-checkout-total-wrapper ul li span:last-child, .mec-single-event .mec-events-meta-group-booking .mec-booking-checkout-coupon-total-wrapper .mec-booking-checkout-total-wrapper ul li span:last-child {
	font-size: 18px;
	font-weight: 600;
	line-height: 24px;
	color: #212224;
	margin: 0;
}

.lity-content .mec-events-meta-group-booking .mec-booking-checkout-coupon-total-wrapper .mec-booking-checkout-total-wrapper ul li span.mec-book-price-total, .mec-events-meta-group-booking .mec-booking-shortcode .mec-booking-checkout-coupon-total-wrapper .mec-booking-checkout-total-wrapper ul li span.mec-book-price-total, .mec-single-event .mec-events-meta-group-booking .mec-booking-checkout-coupon-total-wrapper .mec-booking-checkout-total-wrapper ul li span.mec-book-price-total {
	font-weight: 700;
}

@media only screen and (max-width:767px) {
	.lity-content .mec-events-meta-group-booking .mec-booking-checkout-coupon-total-wrapper .mec-booking-checkout-total-wrapper ul, .mec-events-meta-group-booking .mec-booking-shortcode .mec-booking-checkout-coupon-total-wrapper .mec-booking-checkout-total-wrapper ul, .mec-single-event .mec-events-meta-group-booking .mec-booking-checkout-coupon-total-wrapper .mec-booking-checkout-total-wrapper ul {
		margin-top: 30px;
	}
}

.lity-content .mec-events-meta-group-booking .mec-book-form-coupon form, .mec-events-meta-group-booking .mec-booking-shortcode .mec-book-form-coupon form, .mec-single-event .mec-events-meta-group-booking .mec-book-form-coupon form {
	margin: 0;
	position: relative;
}

.lity-content .mec-events-meta-group-booking .mec-booking-checkout-coupon-wrapper, .mec-events-meta-group-booking .mec-booking-shortcode .mec-booking-checkout-coupon-wrapper, .mec-single-event .mec-events-meta-group-booking .mec-booking-checkout-coupon-wrapper {
	width: 330px;
}

.lity-content .mec-events-meta-group-booking .mec-book-form-coupon form span.mec-booking-coupon-field-wrapper, .mec-events-meta-group-booking .mec-booking-shortcode .mec-book-form-coupon form span.mec-booking-coupon-field-wrapper, .mec-single-event .mec-events-meta-group-booking .mec-book-form-coupon form span.mec-booking-coupon-field-wrapper {
	display: flex;
	border: 1px solid #e3e5e7;
	border-radius: var(--mec-secondary-border-radius);
	max-width: 330px;
}

.lity-content .mec-events-meta-group-booking .mec-book-form-coupon form span.mec-booking-coupon-field-wrapper .mec-booking-coupon-field-icon, .mec-events-meta-group-booking .mec-booking-shortcode .mec-book-form-coupon form span.mec-booking-coupon-field-wrapper .mec-booking-coupon-field-icon, .mec-single-event .mec-events-meta-group-booking .mec-book-form-coupon form span.mec-booking-coupon-field-wrapper .mec-booking-coupon-field-icon {
	display: flex;
	justify-content: center;
	align-items: center;
	border-right: 1px solid #e3e5e7;
	background: #fafafa;
	min-width: 40px;
	border-radius: var(--mec-secondary-border-radius) 0 0 var(--mec-secondary-border-radius);
}

.lity-content .mec-events-meta-group-booking .mec-book-form-coupon form span.mec-booking-coupon-field-wrapper input, .mec-events-meta-group-booking .mec-booking-shortcode .mec-book-form-coupon form span.mec-booking-coupon-field-wrapper input, .mec-single-event .mec-events-meta-group-booking .mec-book-form-coupon form span.mec-booking-coupon-field-wrapper input {
	border: none;
	line-height: 48px;
	height: unset;
}

.lity-content .mec-events-meta-group-booking .mec-book-form-coupon form button, .mec-events-meta-group-booking .mec-booking-shortcode .mec-book-form-coupon form button, .mec-single-event .mec-events-meta-group-booking .mec-book-form-coupon form button {
	margin: 0 !important;
	position: absolute !important;
	top: 6px;
	left: auto;
	right: 6px;
	padding: 9px 18px 10px !important;
}

.lity-content .mec-events-meta-group-booking .mec-book-form-coupon form button.loading, .mec-events-meta-group-booking .mec-booking-shortcode .mec-book-form-coupon form button.loading, .mec-single-event .mec-events-meta-group-booking .mec-book-form-coupon form button.loading {
	color: #ecf9fd !important;
}

.lity-content .mec-events-meta-group-booking .mec-book-form-coupon form button.loading:after, .mec-events-meta-group-booking .mec-booking-shortcode .mec-book-form-coupon form button.loading:after, .mec-single-event .mec-events-meta-group-booking .mec-book-form-coupon form button.loading:after {
	position: absolute;
	left: calc(50% - 10px);
}

.lity-content .mec-events-meta-group-booking h5, .lity-content .mec-events-meta-group-booking label, .mec-events-meta-group-booking .mec-booking-shortcode h5, .mec-events-meta-group-booking .mec-booking-shortcode label, .mec-single-event .mec-events-meta-group-booking h5, .mec-single-event .mec-events-meta-group-booking label {
	color: #606367;
	font-size: 14px;
	font-weight: 400;
	line-height: 19px;
	letter-spacing: 0;
	margin: 0 0 4px 0;
	display: block;
	clear: none;
	padding: 0 1em 5px 0;
}

.lity-content .mec-events-meta-group-booking h5 span, .mec-events-meta-group-booking .mec-booking-shortcode h5 span, .mec-single-event .mec-events-meta-group-booking h5 span {
	display: inline-block;
}

.lity-content .mec-events-meta-group-booking h5 span.mec-ticket-variation-name, .mec-events-meta-group-booking .mec-booking-shortcode h5 span.mec-ticket-variation-name, .mec-single-event .mec-events-meta-group-booking h5 span.mec-ticket-variation-name {
	padding-right: 5px;
	text-transform: capitalize;
}

.lity-content .mec-events-meta-group-booking input::-webkit-input-placeholder, .mec-events-meta-group-booking .mec-booking-shortcode input::-webkit-input-placeholder, .mec-single-event .mec-events-meta-group-booking input::-webkit-input-placeholder {
	color: #aaa;
}

.lity-content .mec-events-meta-group-booking input:-moz-placeholder, .mec-events-meta-group-booking .mec-booking-shortcode input:-moz-placeholder, .mec-single-event .mec-events-meta-group-booking input:-moz-placeholder {
	color: #aaa;
}

.lity-content .mec-events-meta-group-booking input[type=date], .lity-content .mec-events-meta-group-booking input[type=email], .lity-content .mec-events-meta-group-booking input[type=number], .lity-content .mec-events-meta-group-booking input[type=password], .lity-content .mec-events-meta-group-booking input[type=tel], .lity-content .mec-events-meta-group-booking input[type=text], .lity-content .mec-events-meta-group-booking select, .lity-content .mec-events-meta-group-booking textarea, .mec-events-meta-group-booking .mec-booking-shortcode input[type=date], .mec-events-meta-group-booking .mec-booking-shortcode input[type=email], .mec-events-meta-group-booking .mec-booking-shortcode input[type=number], .mec-events-meta-group-booking .mec-booking-shortcode input[type=password], .mec-events-meta-group-booking .mec-booking-shortcode input[type=tel], .mec-events-meta-group-booking .mec-booking-shortcode input[type=text], .mec-events-meta-group-booking .mec-booking-shortcode select, .mec-events-meta-group-booking .mec-booking-shortcode textarea, .mec-single-event .mec-events-meta-group-booking input[type=date], .mec-single-event .mec-events-meta-group-booking input[type=email], .mec-single-event .mec-events-meta-group-booking input[type=number], .mec-single-event .mec-events-meta-group-booking input[type=password], .mec-single-event .mec-events-meta-group-booking input[type=tel], .mec-single-event .mec-events-meta-group-booking input[type=text], .mec-single-event .mec-events-meta-group-booking select, .mec-single-event .mec-events-meta-group-booking textarea {
	display: block;
	background: #fff;
	min-height: 40px;
	min-width: 180px;
	font-size: 13px;
	line-height: 38px;
	color: #606367;
	border: 1px solid #e3e5e7;
	border-radius: var(--mec-secondary-border-radius);
	padding: 0 12px;
	width: 100%;
	margin-bottom: 0;
	box-shadow: unset;
	clear: both;
}

.lity-content .mec-events-meta-group-booking select:not(#mec_paypal_credit_card_card_type), .mec-events-meta-group-booking .mec-booking-shortcode select:not(#mec_paypal_credit_card_card_type), .mec-single-event .mec-events-meta-group-booking select:not(#mec_paypal_credit_card_card_type) {
	width: 100%;
	-webkit-appearance: none;
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMS40MjQiIGhlaWdodD0iNi40MiIgdmlld0JveD0iMCAwIDExLjQyNCA2LjQyIj4NCiAgPGcgaWQ9Ikdyb3VwXzY1NjI3IiBkYXRhLW5hbWU9Ikdyb3VwIDY1NjI3IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLjIxMiAwLjIxMikiPg0KICAgIDxwYXRoIGlkPSJhbmdsZS1sZWZ0IiBkPSJNLjk5LDUuNWw1LDUuMDA1LS41LjVMMCw1LjUsNS41LDAsNiwuNS45OSw1LjVaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwIDUuOTk1KSByb3RhdGUoLTkwKSIgZmlsbD0iIzYzNmY3MiIgc3Ryb2tlPSIjNjM2ZjcyIiBzdHJva2Utd2lkdGg9IjAuMyIvPg0KICA8L2c+DQo8L3N2Zz4NCg==");
	background-position: calc(100% - 12px) center;
	background-repeat: no-repeat;
	border-radius: 0 var(--mec-secondary-border-radius) var(--mec-secondary-border-radius) 0;
}

.lity-content .mec-events-meta-group-booking select:not(#mec_paypal_credit_card_card_type).nitro-lazy, .mec-events-meta-group-booking .mec-booking-shortcode select:not(#mec_paypal_credit_card_card_type).nitro-lazy, .mec-single-event .mec-events-meta-group-booking select:not(#mec_paypal_credit_card_card_type).nitro-lazy {
	background-image: none !important;
}

.mec-events-meta-group-booking .mec-booking-shortcode ul.mec-book-tickets-reg-fields-container li {
	width: calc(100% - 83.665px);
	float: left;
}

.lity-content .mec-events-meta-group-booking .mec-book-ticket-variation-wrapper, .mec-events-meta-group-booking .mec-booking-shortcode .mec-book-ticket-variation-wrapper, .mec-single-event .mec-events-meta-group-booking .mec-book-ticket-variation-wrapper {
	width: 100%;
}

.lity-content .mec-events-meta-group-booking .mec-paypal-credit-card-payment-fields li, .mec-events-meta-group-booking .mec-booking-shortcode .mec-paypal-credit-card-payment-fields li, .mec-single-event .mec-events-meta-group-booking .mec-paypal-credit-card-payment-fields li {
	width: 50%;
	float: left;
}

.mec-events-meta-group-booking .mec-booking-shortcode .mec-paypal-credit-card-payment-fields li, .mec-events-meta-group-booking .mec-booking-shortcode ul.mec-book-tickets-reg-fields-container li:first-child, .mec-events-meta-group-booking .mec-booking-shortcode ul.mec-book-tickets-reg-fields-container li:nth-child(2), .mec-single-event .mec-events-meta-group-booking .mec-paypal-credit-card-payment-fields li {
	width: calc(50% - 83.665px);
}

.lity-content .mec-events-meta-group-booking .mec-paypal-credit-card-payment-fields, .mec-events-meta-group-booking .mec-booking-shortcode .mec-paypal-credit-card-payment-fields, .mec-single-event .mec-events-meta-group-booking .mec-paypal-credit-card-payment-fields {
	padding-top: 20px;
}

.lity-content .mec-events-meta-group-booking .mec-paypal-credit-card-payment-fields li.mec-paypal-credit-card-expiration-date-month select, .mec-events-meta-group-booking .mec-booking-shortcode .mec-paypal-credit-card-payment-fields li.mec-paypal-credit-card-expiration-date-month select, .mec-single-event .mec-events-meta-group-booking .mec-paypal-credit-card-payment-fields li.mec-paypal-credit-card-expiration-date-month select {
	width: calc(50% - 24px) !important;
	display: inline-block;
	min-width: unset;
}

@media only screen and (max-width:768px) {
	.lity-content .mec-events-meta-group-booking .mec-paypal-credit-card-payment-fields li:nth-child(odd), .mec-events-meta-group-booking .mec-booking-shortcode .mec-paypal-credit-card-payment-fields li:nth-child(odd), .mec-events-meta-group-booking .mec-booking-shortcode ul.mec-book-tickets-reg-fields-container li:first-child, .mec-events-meta-group-booking .mec-booking-shortcode ul.mec-book-tickets-reg-fields-container li:nth-child(2), .mec-single-event .mec-events-meta-group-booking .mec-paypal-credit-card-payment-fields li:nth-child(odd) {
		width: calc(100% - 83.665px);
		max-width: unset;
	}
	
	.lity-content .mec-events-meta-group-booking .mec-book-ticket-variation-wrapper input, .lity-content .mec-events-meta-group-booking ul.mec-book-tickets-reg-fields-container li input, .mec-events-meta-group-booking .mec-booking-shortcode .mec-book-ticket-variation-wrapper input, .mec-events-meta-group-booking .mec-booking-shortcode ul.mec-book-tickets-reg-fields-container li input, .mec-single-event .mec-events-meta-group-booking .mec-book-ticket-variation-wrapper input, .mec-single-event .mec-events-meta-group-booking ul.mec-book-tickets-reg-fields-container li input {
		max-width: unset !important;
	}
	
	.lity-content .mec-events-meta-group-booking .mec-book-ticket-variation-wrapper:nth-child(2n) input, .lity-content .mec-events-meta-group-booking ul.mec-book-tickets-reg-fields-container li:nth-child(2n) input, .mec-events-meta-group-booking .mec-booking-shortcode .mec-book-ticket-variation-wrapper:nth-child(2n) input, .mec-events-meta-group-booking .mec-booking-shortcode ul.mec-book-tickets-reg-fields-container li:nth-child(2n) input, .mec-single-event .mec-events-meta-group-booking .mec-book-ticket-variation-wrapper:nth-child(2n) input, .mec-single-event .mec-events-meta-group-booking ul.mec-book-tickets-reg-fields-container li:nth-child(2n) input {
		margin-left: 0;
	}
}

.wbmec-mandatory {
	padding-left: 5px;
	font-size: 14px;
	color: red;
}

.lity-content .mec-events-meta-group-booking .mec-booking-email-field-wrapper, .lity-content .mec-events-meta-group-booking .mec-booking-name-field-wrapper, .lity-content .mec-events-meta-group-booking .mec-field-wrapper, .lity-content .mec-events-meta-group-booking .mec-stripe-name-and-email-wrapper, .mec-events-meta-group-booking .mec-booking-shortcode .mec-booking-email-field-wrapper, .mec-events-meta-group-booking .mec-booking-shortcode .mec-booking-name-field-wrapper, .mec-events-meta-group-booking .mec-booking-shortcode .mec-field-wrapper, .mec-events-meta-group-booking .mec-booking-shortcode .mec-stripe-name-and-email-wrapper, .mec-single-event .mec-events-meta-group-booking .mec-booking-email-field-wrapper, .mec-single-event .mec-events-meta-group-booking .mec-booking-name-field-wrapper, .mec-single-event .mec-events-meta-group-booking .mec-field-wrapper, .mec-single-event .mec-events-meta-group-booking .mec-stripe-name-and-email-wrapper {
	display: flex;
	align-items: flex-start;
}

.lity-content .mec-events-meta-group-booking .mec-booking-email-field-wrapper span.mec-booking-email-field-icon, .lity-content .mec-events-meta-group-booking .mec-booking-name-field-wrapper span.mec-booking-name-field-icon, .lity-content .mec-events-meta-group-booking .mec-field-wrapper span.mec-field-icon, .lity-content .mec-events-meta-group-booking .mec-stripe-name-and-email-wrapper span.mec-booking-email-field-icon, .mec-events-meta-group-booking .mec-booking-shortcode .mec-booking-email-field-wrapper span.mec-booking-email-field-icon, .mec-events-meta-group-booking .mec-booking-shortcode .mec-booking-name-field-wrapper span.mec-booking-name-field-icon, .mec-events-meta-group-booking .mec-booking-shortcode .mec-field-wrapper span.mec-field-icon, .mec-events-meta-group-booking .mec-booking-shortcode .mec-stripe-name-and-email-wrapper span.mec-booking-email-field-icon, .mec-single-event .mec-events-meta-group-booking .mec-booking-email-field-wrapper span.mec-booking-email-field-icon, .mec-single-event .mec-events-meta-group-booking .mec-booking-name-field-wrapper span.mec-booking-name-field-icon, .mec-single-event .mec-events-meta-group-booking .mec-field-wrapper span.mec-field-icon, .mec-single-event .mec-events-meta-group-booking .mec-stripe-name-and-email-wrapper span.mec-booking-email-field-icon {
	border: 1px solid #e3e5e7;
	background: #fafafa;
	border-radius: var(--mec-secondary-border-radius) 0 0 var(--mec-secondary-border-radius);
	min-width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.lity-content .mec-events-meta-group-booking .mec-booking-email-field-wrapper input, .lity-content .mec-events-meta-group-booking .mec-stripe-name-and-email-wrapper input, .mec-events-meta-group-booking .mec-booking-shortcode .mec-booking-email-field-wrapper input, .mec-events-meta-group-booking .mec-booking-shortcode .mec-stripe-name-and-email-wrapper input, .mec-single-event .mec-events-meta-group-booking .mec-booking-email-field-wrapper input, .mec-single-event .mec-events-meta-group-booking .mec-stripe-name-and-email-wrapper input {
	border-left: none;
	border-radius: 0 3px 3px 0;
}

.lity-content .mec-events-meta-group-booking .mec-booking-name-field-wrapper input, .lity-content .mec-events-meta-group-booking .mec-field-wrapper input, .mec-events-meta-group-booking .mec-booking-shortcode .mec-booking-name-field-wrapper input, .mec-events-meta-group-booking .mec-booking-shortcode .mec-field-wrapper input, .mec-single-event .mec-events-meta-group-booking .mec-booking-name-field-wrapper input, .mec-single-event .mec-events-meta-group-booking .mec-field-wrapper input {
	border-left: none;
	border-radius: 0 var(--mec-secondary-border-radius) var(--mec-secondary-border-radius) 0;
}

.lity-content .mec-events-meta-group-booking .mec-red-notification input, .lity-content .mec-events-meta-group-booking .mec-red-notification select, .lity-content .mec-events-meta-group-booking .mec-red-notification textarea, .mec-events-meta-group-booking .mec-booking-shortcode .mec-red-notification input, .mec-events-meta-group-booking .mec-booking-shortcode .mec-red-notification select, .mec-events-meta-group-booking .mec-booking-shortcode .mec-red-notification textarea, .mec-single-event .mec-events-meta-group-booking .mec-red-notification input, .mec-single-event .mec-events-meta-group-booking .mec-red-notification select, .mec-single-event .mec-events-meta-group-booking .mec-red-notification textarea {
	border: 1px solid #ff3c3c !important;
}

.lity-content .mec-events-meta-group-booking .mec-red-notification input[type=checkbox], .lity-content .mec-events-meta-group-booking .mec-red-notification input[type=radio], .mec-events-meta-group-booking .mec-booking-shortcode .mec-red-notification input[type=checkbox], .mec-events-meta-group-booking .mec-booking-shortcode .mec-red-notification input[type=radio], .mec-single-event .mec-events-meta-group-booking .mec-red-notification input[type=checkbox], .mec-single-event .mec-events-meta-group-booking .mec-red-notification input[type=radio] {
	outline: 1px solid #ff3c3c !important;
}

.lity-content .mec-book-ticket-container .mec-red-notification input, .lity-content .mec-book-ticket-container .mec-red-notification select, .lity-content .mec-book-ticket-container .mec-red-notification textarea {
	border: 1px solid #ff3c3c !important;
}

.mec-booking .woocommerce-notices-wrapper .woocommerce-message {
	color: #089740;
	background-color: #effdef;
	margin: 0;
	line-height: 40px;
	border: 0;
	border-radius: 5px;
}

.mec-booking .woocommerce-notices-wrapper .woocommerce-message a {
	margin: 0;
}

@media only screen and (max-width:479px) {
	.lity-content .mec-events-meta-group-booking input[type=date], .lity-content .mec-events-meta-group-booking input[type=email], .lity-content .mec-events-meta-group-booking input[type=number], .lity-content .mec-events-meta-group-booking input[type=password], .lity-content .mec-events-meta-group-booking input[type=tel], .lity-content .mec-events-meta-group-booking input[type=text], .lity-content .mec-events-meta-group-booking select, .lity-content .mec-events-meta-group-booking textarea, .mec-events-meta-group-booking .mec-booking-shortcode input[type=date], .mec-events-meta-group-booking .mec-booking-shortcode input[type=email], .mec-events-meta-group-booking .mec-booking-shortcode input[type=number], .mec-events-meta-group-booking .mec-booking-shortcode input[type=password], .mec-events-meta-group-booking .mec-booking-shortcode input[type=tel], .mec-events-meta-group-booking .mec-booking-shortcode input[type=text], .mec-events-meta-group-booking .mec-booking-shortcode select, .mec-events-meta-group-booking .mec-booking-shortcode textarea, .mec-single-event .mec-events-meta-group-booking input[type=date], .mec-single-event .mec-events-meta-group-booking input[type=email], .mec-single-event .mec-events-meta-group-booking input[type=number], .mec-single-event .mec-events-meta-group-booking input[type=password], .mec-single-event .mec-events-meta-group-booking input[type=tel], .mec-single-event .mec-events-meta-group-booking input[type=text], .mec-single-event .mec-events-meta-group-booking select, .mec-single-event .mec-events-meta-group-booking textarea {
		width: 100%;
	}
	
	.lity-content .mec-events-meta-group-booking, .mec-events-meta-group-booking .mec-booking-shortcode, .mec-single-event .mec-events-meta-group-booking {
		padding: 20px 10px;
	}
}

.lity-content .mec-events-meta-group-booking input[type=email]:focus, .lity-content .mec-events-meta-group-booking input[type=number]:focus, .lity-content .mec-events-meta-group-booking input[type=password]:focus, .lity-content .mec-events-meta-group-booking input[type=tel]:focus, .lity-content .mec-events-meta-group-booking input[type=text]:focus, .lity-content .mec-events-meta-group-booking select:focus, .lity-content .mec-events-meta-group-booking textarea:focus, .mec-events-meta-group-booking .mec-booking-shortcode input[type=email]:focus, .mec-events-meta-group-booking .mec-booking-shortcode input[type=number]:focus, .mec-events-meta-group-booking .mec-booking-shortcode input[type=password]:focus, .mec-events-meta-group-booking .mec-booking-shortcode input[type=tel]:focus, .mec-events-meta-group-booking .mec-booking-shortcode input[type=text]:focus, .mec-events-meta-group-booking .mec-booking-shortcode select:focus, .mec-events-meta-group-booking .mec-booking-shortcode textarea:focus, .mec-events-meta-group-booking .mec-booking-shortcodec, .mec-single-event .mec-events-meta-group-booking input[type=email]:focus, .mec-single-event .mec-events-meta-group-booking input[type=number]:focus, .mec-single-event .mec-events-meta-group-booking input[type=password]:focus, .mec-single-event .mec-events-meta-group-booking input[type=tel]:focus, .mec-single-event .mec-events-meta-group-booking input[type=text]:focus, .mec-single-event .mec-events-meta-group-booking select:focus, .mec-single-event .mec-events-meta-group-booking textarea:focus {
	outline: 0;
}

.lity-content .mec-events-meta-group-booking input[type=checkbox], .lity-content .mec-events-meta-group-booking input[type=radio], .mec-events-meta-group-booking .mec-booking-shortcode input[type=checkbox], .mec-events-meta-group-booking .mec-booking-shortcode input[type=radio], .mec-single-event .mec-events-meta-group-booking input[type=checkbox], .mec-single-event .mec-events-meta-group-booking input[type=radio] {
	margin-right: 6px;
	margin-top: 5px;
	min-height: 20px;
	clear: none;
	margin: 0;
}

.lity-container .mec-events-meta-group-booking input[type=radio]:before, .lity-content .mec-events-meta-group-booking input[type=radio]:before, .mec-events-meta-group-booking .mec-booking-shortcode input[type=radio]:before, .mec-single-event .mec-events-meta-group-booking input[type=radio]:before {
	content: "";
	display: inline-block;
	background: #fff;
	border-radius: 50%;
	width: 18px;
	height: 18px;
	cursor: pointer;
	border: 2px solid #e1e7ed;
	position: absolute;
	top: -2px;
	left: -2px;
}

.lity-container .mec-events-meta-group-booking input[type=radio]:checked:before, .mec-events-meta-group-booking .mec-booking-shortcode input[type=radio]:checked:before, .mec-single-event .mec-events-meta-group-booking input[type=radio]:checked:before {
	background: #38d5ed;
	border: 4px solid #fff;
	box-shadow: 0 0 0 2px #afebf5;
	width: 14px;
	height: 14px;
	top: 0;
	left: 0;
}

.lity-container .mec-events-meta-group-booking input[type=radio], .lity-content .mec-events-meta-group-booking input[type=radio], .mec-events-meta-group-booking .mec-booking-shortcode input[type=radio], .mec-single-event .mec-events-meta-group-booking input[type=radio] {
	min-height: 0;
	margin: 0;
	position: relative;
	top: 3px;
	left: 3px;
	width: 14px;
	height: 14px;
}

.lity-content .mec-events-meta-group-booking input[type=checkbox], .mec-events-meta-group-booking .mec-booking-shortcode input[type=checkbox], .mec-single-event .mec-events-meta-group-booking input[type=checkbox] {
	float: left;
}

.mec-events-meta-group-booking .mec-book-price-details {
	list-style: none;
	padding: 0;
	overflow: hidden;
	display: flex;
	align-items: center;
}

.mec-events-meta-group-booking .mec-book-price-details li {
	list-style: none;
	margin: 0;
	border-right: 1px dashed #e6e7e8;
	padding-right: 30px !important;
	margin-right: 30px !important;
	text-align: center;
}

.mec-events-meta-group-booking .mec-book-price-details li.mec-book-price-detail.mec-book-price-detail-type-tickets {
	display: flex;
	align-items: center;
}

.mec-events-meta-group-booking .mec-book-price-details li span {
	display: block;
	font-size: 14px;
	font-weight: 400;
	line-height: 19px;
	color: #606367;
	margin-bottom: 4px;
}

.mec-events-meta-group-booking .mec-book-price-details li span.mec-book-price-detail-icon {
	margin: 0 30px 0 0;
	width: 48px;
}

.mec-events-meta-group-booking .mec-book-price-details li span.mec-book-price-detail-amount {
	font-size: 18px;
	font-weight: 600;
	line-height: 24px;
	color: #212224;
	margin-bottom: 0;
}

.mec-events-meta-group-booking .mec-book-price-details li:last-child {
	border-right: none;
}

@media only screen and (max-width:767px) {
	.mec-events-meta-group-booking .mec-book-price-details {
		flex-direction: column;
	}
	
	.mec-events-meta-group-booking .mec-book-price-details li {
		border-right: none;
		padding-right: 0 !important;
		margin-right: 0;
		border-bottom: 1px dashed #e6e7e8;
		padding-bottom: 30px !important;
		margin-bottom: 30px;
	}
	
	.lity-content .mec-events-meta-group-booking .mec-booking-checkout-coupon-total-wrapper .mec-booking-checkout-total-wrapper ul, .mec-events-meta-group-booking .mec-booking-shortcode .mec-booking-checkout-coupon-total-wrapper .mec-booking-checkout-total-wrapper ul, .mec-single-event .mec-events-meta-group-booking .mec-booking-checkout-coupon-total-wrapper .mec-booking-checkout-total-wrapper ul {
		flex-direction: column;
	}
	
	.lity-content .mec-events-meta-group-booking .mec-booking-checkout-coupon-total-wrapper .mec-booking-checkout-total-wrapper ul li, .mec-events-meta-group-booking .mec-booking-shortcode .mec-booking-checkout-coupon-total-wrapper .mec-booking-checkout-total-wrapper ul li, .mec-single-event .mec-events-meta-group-booking .mec-booking-checkout-coupon-total-wrapper .mec-booking-checkout-total-wrapper ul li {
		padding-left: 0;
		margin-left: 0;
		border-left: none;
		padding-bottom: 30px;
		margin-bottom: 30px;
		border-bottom: 1px dashed #e6e7e8;
	}
}

.lity-container .mec-events-meta-group-booking .mec_book_first_for_all, .lity-content .mec-events-meta-group-booking .mec-booking-dates-checkboxes input[type=checkbox], .lity-content .mec-events-meta-group-booking .mec_book_first_for_all, .lity-content .mec-events-meta-group-booking input[type=checkbox], .mec-booking input[type=checkbox], .mec-events-meta-group-booking .mec-booking-shortcode .mec-booking-dates-checkboxes input[type=checkbox], .mec-events-meta-group-booking .mec-booking-shortcode .mec_book_first_for_all, .mec-events-meta-group-booking .mec-booking-shortcode input[type=checkbox], .mec-single-event .mec-events-meta-group-booking .mec-booking-dates-checkboxes input[type=checkbox], .mec-single-event .mec-events-meta-group-booking .mec_book_first_for_all, .mec-single-event .mec-events-meta-group-booking input[type=checkbox], .mec-wrap .mec-simple-checkboxes-search ul li label input[type=checkbox] {
	-webkit-appearance: none;
	appearance: none;
	font: inherit;
	width: 20px;
	height: 20px;
	min-height: unset;
	padding: 0;
	border: 1px solid #e3e5e7;
	border-radius: 4px;
	display: flex;
	margin: 0 10px 0 1px;
	overflow: hidden;
}

.lity-container .mec-events-meta-group-booking .mec_book_first_for_all:before, .lity-content .mec-events-meta-group-booking .mec-booking-dates-checkboxes input[type=checkbox]:before, .lity-content .mec-events-meta-group-booking .mec_book_first_for_all:before, .lity-content .mec-events-meta-group-booking input[type=checkbox]:before, .mec-booking input[type=checkbox]:before, .mec-events-meta-group-booking .mec-booking-shortcode .mec-booking-dates-checkboxes input[type=checkbox]:before, .mec-events-meta-group-booking .mec-booking-shortcode .mec_book_first_for_all:before, .mec-events-meta-group-booking .mec-booking-shortcode input[type=checkbox]:before, .mec-single-event .mec-events-meta-group-booking .mec-booking-dates-checkboxes input[type=checkbox]:before, .mec-single-event .mec-events-meta-group-booking .mec_book_first_for_all:before, .mec-single-event .mec-events-meta-group-booking input[type=checkbox]:before, .mec-wrap .mec-simple-checkboxes-search ul li label input[type=checkbox]:before {
	content: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMCIgaGVpZ2h0PSI4IiB2aWV3Qm94PSIwIDAgMTAgOCI+DQogIDxwYXRoIGlkPSJEb25lIiBkPSJNOS4xNzUsMGEuOC44LDAsMCwwLS42NjUuMzA2bC01LjIsNS42NDdMMS4zODgsMy44MzNhLjcuNywwLDAsMC0uNjczLS4yMTIsMS4zODIsMS4zODIsMCwwLDAtLjcuNy44NjIuODYyLDAsMCwwLC4yMjYuNzI0TDIuNzk1LDcuNzkxYS43OTIuNzkyLDAsMCwwLDEuMDYyLjAxTDkuNzY5LDEuMzI5QS44MzIuODMyLDAsMCwwLDkuOTYuNTIxLDEsMSwwLDAsMCw5LjE3NSwwWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCAwKSIgZmlsbD0iI2ZmZiIvPg0KPC9zdmc+DQo=");
	min-width: 18px;
	height: auto;
	line-height: 16px;
	border-radius: 2px;
	transform: scale(0);
	transition: 120ms transform ease-in-out;
	background-color: var(--mec-color-skin);
	display: flex;
	justify-content: center;
}

.lity-container .mec-events-meta-group-booking .mec_book_first_for_all:checked, .lity-content .mec-events-meta-group-booking .mec-booking-dates-checkboxes input[type=checkbox]:checked, .lity-content .mec-events-meta-group-booking input[type=checkbox]:checked, .mec-booking input[type=checkbox]:checked, .mec-events-meta-group-booking .mec-booking-shortcode .mec-booking-dates-checkboxes input[type=checkbox]:checked, .mec-events-meta-group-booking .mec-booking-shortcode .mec_book_first_for_all:checked, .mec-events-meta-group-booking .mec-booking-shortcode input[type=checkbox]:checked, .mec-single-event .mec-events-meta-group-booking .mec-booking-dates-checkboxes input[type=checkbox]:checked, .mec-single-event .mec-events-meta-group-booking .mec_book_first_for_all:checked, .mec-single-event .mec-events-meta-group-booking input[type=checkbox]:checked, .mec-wrap .mec-simple-checkboxes-search ul li label input[type=checkbox]:checked {
	border: 1px solid var(--mec-color-skin) !important;
}

.lity-container .mec-events-meta-group-booking .mec_book_first_for_all:checked:before, .lity-content .mec-events-meta-group-booking .mec-booking-dates-checkboxes input[type=checkbox]:checked:before, .mec-booking input[type=checkbox]:checked:before, .mec-events-meta-group-booking .mec-booking-shortcode .mec-booking-dates-checkboxes input[type=checkbox]:checked:before, .mec-events-meta-group-booking .mec-booking-shortcode .mec_book_first_for_all:checked:before, .mec-events-meta-group-booking .mec-booking-shortcode input[type=checkbox]:checked:before, .mec-single-event .mec-events-meta-group-booking .mec-booking-dates-checkboxes input[type=checkbox]:checked:before, .mec-single-event .mec-events-meta-group-booking .mec_book_first_for_all:checked:before, .mec-single-event .mec-events-meta-group-booking input[type=checkbox]:checked:before, .mec-wrap .mec-simple-checkboxes-search ul li label input[type=checkbox]:checked:before {
	transform: scale(1);
}

.lity-container .mec-events-meta-group-booking label.wn-checkbox-label, .lity-content .mec-events-meta-group-booking label.wn-checkbox-label, .mec-events-meta-group-booking .mec-booking-shortcode label.wn-checkbox-label, .mec-single-event .mec-events-meta-group-booking label.wn-checkbox-label {
	display: none;
}

.lity-content .mec-events-meta-group-booking button[type=submit]:after, .mec-events-meta-group-booking .mec-booking-shortcode button[type=submit]:after, .mec-single-event .mec-events-meta-group-booking button[type=submit]:after, .mec-single-event a.button:after, .mec-wrap .mec-events-meta-group-booking button[type=submit]:after {
	display: none;
	font-family: simple-line-icons;
	content: "";
	margin-left: 4px;
	-webkit-animation: rotating 1.2s linear infinite;
	-moz-animation: rotating 1.2s linear infinite;
	-ms-animation: rotating 1.2s linear infinite;
	-o-animation: rotating 1.2s linear infinite;
	animation: rotating 1.2s linear infinite;
}

.lity-content .mec-events-meta-group-booking button[type=submit].loading:after, .mec-events-meta-group-booking .mec-booking-shortcode button[type=submit].loading:after, .mec-single-event .mec-events-meta-group-booking button[type=submit].loading:after, .mec-single-event a.button.loading:after, .mec-wrap .mec-events-meta-group-booking button[type=submit].loading:after {
	display: inline-block;
}

.mec-single-event .mec-event-export-module {
	display: block;
}

.mec-single-event .mec-event-export-module.mec-frontbox .mec-event-exporting .mec-export-details ul {
	display: table;
	width: 100%;
}

.mec-single-event .mec-event-export-module.mec-frontbox .mec-event-exporting .mec-export-details ul li {
	display: table-cell;
}

.mec-single-event .mec-event-export-module.mec-frontbox .mec-event-exporting .mec-export-details ul li:last-child {
	text-align: right;
}

.mec-single-event .mec-event-export-module.mec-frontbox .mec-event-exporting .mec-export-details ul li a:hover {
	color: #fff;
}

.mec-single-event .mec-event-export-module.mec-frontbox .mec-event-exporting .mec-export-details ul {
	padding-left: 0;
	margin: 15px 5px;
}

.mec-single-event .mec-event-export-module.mec-frontbox .mec-event-exporting {
	padding-left: 0;
	margin: 0;
}

.mec-ticket-price {
	margin-left: 10px;
	font-size: 13px;
	font-weight: 300;
}

.mec-book-reg-field-checkbox label, .mec-book-reg-field-radio label {
	line-height: 1.36;
}

.mec-book-reg-field-checkbox input[type=checkbox] {
	float: left;
	margin-right: 10px !important;
}

.mec-book-reg-field-radio input[type=radio] {
	float: left;
	margin-right: 12px !important;
}

.mec-book-ticket-container .mec-reg-mandatory:nth-child(2) label:after, .mec-book-ticket-container .mec-reg-mandatory:nth-child(3) label:after, .mec-book-ticket-container .wbmec-mandatory {
	content: "";
	color: red;
	width: 50px;
	height: 50px;
	font-size: 14px;
	padding-left: 5px;
}

@media only screen and (max-width:767px) {
	.mec-single-event .mec-event-export-module.mec-frontbox .mec-event-exporting .mec-export-details ul li {
		width: 100%;
		min-height: 40px;
		margin-bottom: 15px;
		text-align: center;
		float: none;
		display: block;
	}
	
	.mec-single-event .mec-event-export-module.mec-frontbox .mec-event-exporting .mec-export-details ul li a {
		width: 100%;
		padding-left: 0;
		padding-right: 0;
		text-align: center;
		display: block;
		font-size: 12px;
	}
}

@media only screen and (max-width:767px) {
	.lity-content .mec-events-meta-group-booking .mec-single-event .mec-events-meta-group-booking, .mec-events-meta-group-booking .mec-booking-shortcode {
		margin-bottom: 30px;
	}
}

.mec-single-event .mec-event-meta dt, .mec-single-event .mec-event-meta h3, .mec-single-modern .col-md-4 .mec-sponsors-details h3, .mec-sponsors-details .mec-events-single-section-title {
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 700;
	padding-bottom: 5px;
	display: inline;
	color: #000;
	padding-left: 10px;
}

.mec-single-event .mec-event-meta h6, .mec-single-event-sponsor span {
	font-size: 14px;
	padding-bottom: 5px;
	display: inline-block;
	color: #8d8d8d;
	margin: 0;
	padding: 0;
}

.mec-single-event .mec-event-meta .mec-events-event-categories a, .mec-single-event .mec-event-meta dd {
	font-size: 14px;
	color: #8d8d8d;
}

.mec-single-event .mec-event-meta .mec-location dd.author {
	color: #3c3b3b;
}

.mec-single-event .mec-event-meta dd {
	margin: 0;
	padding-left: 35px;
}

.mec-single-event .mec-event-meta dd.mec-events-event-categories {
	min-height: 35px;
	line-height: 35px;
}

@media only screen and (max-width:480px) {
	.single-mec-events .lity-container {
		width: 100%;
	}
	
	.single-mec-events .lity-content .mec-events-meta-group-booking {
		padding: 20px;
		width: 85%;
		margin: 0 auto;
	}
}

.mec-single-event .mec-event-meta dd.mec-events-event-categories:first-of-type {
	padding-top: 5px;
}

.mec-single-event .mec-event-meta dd.mec-events-event-categories:last-of-type {
	border-bottom: 0;
}

.mec-single-event .mec-event-meta dd a {
	color: #8d8d8d;
	transition: all .2s ease;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}

.mec-single-event .mec-event-meta dd a i:before {
	font-size: 16px !important;
}

.mec-single-event .mec-event-meta dd a i {
	margin-right: 8px;
}

.mec-single-event .mec-event-meta dl {
	margin-bottom: 0;
}

.mec-single-event .mec-event-meta .mec-events-event-cost {
	font-size: 14px;
	font-weight: 300;
}

.mec-single-event .mec-event-meta .mec-events-address .mec-address, .mec-single-event .mec-event-meta .mec-location-opening-hour span, .mec-single-event .mec-event-meta .mec-location-url span {
	font-size: 12px;
	color: #a9a9a9;
	display: block;
}

.mec-single-event .mec-event-meta .mec-location-opening-hour, .mec-single-event .mec-event-meta .mec-location-tel, .mec-single-event .mec-event-meta .mec-location-url {
	margin-top: 10px;
}

.mec-single-event .mec-event-meta .mec-location-description {
	margin-top: 15px;
	padding: 0;
}

.mec-single-event .mec-event-meta .mec-events-meta-group-venue .author {
	margin-bottom: 0;
	color: #8d8d8d;
	font-size: 13px;
}

.mec-single-event .mec-events-event-image {
	margin-bottom: 0;
}

.mec-single-event .mec-events-event-image img {
	border-radius: var(--mec-primary-border-radius);
	max-width: 100%;
	height: auto;
}

.mec-event-gallery-wrapper {
	display: flex;
	flex-direction: row;
}

.mec-event-gallery-wrapper .mec-event-gallery-image-list-wrapper {
	min-width: 90px;
	margin-right: 30px;
}

.mec-event-gallery-wrapper .mec-event-gallery-image-list-wrapper ul {
	list-style: none;
	padding: 0;
}

.mec-event-gallery-wrapper .mec-event-gallery-image-list-wrapper ul li {
	display: flex;
	margin-bottom: 15px;
	cursor: pointer;
}

.mec-event-gallery-wrapper .mec-event-gallery-image-list-wrapper ul li img {
	width: 90px;
	border-radius: 5px;
}

.mec-event-gallery-wrapper .mec-event-gallery-image img {
	border-radius: 5px;
}

@media (max-width:960px) {
	.mec-event-gallery-wrapper {
		flex-direction: column-reverse;
	}
	
	.mec-event-gallery-wrapper .mec-event-gallery-image {
		margin-bottom: 10px;
	}
	
	.mec-event-gallery-wrapper .mec-event-gallery-image-list-wrapper {
		margin-right: 0;
	}
	
	.mec-event-gallery-wrapper .mec-event-gallery-image-list-wrapper ul {
		display: flex;
		flex-flow: row wrap;
	}
	
	.mec-event-gallery-wrapper .mec-event-gallery-image-list-wrapper ul li {
		margin-bottom: 15px;
		margin-right: 15px;
		flex: 1 1 calc(15% - 20px);
	}
}

#mec-event-gallery ul#mec_meta_box_event_gallery {
	display: flex;
	flex-flow: row wrap;
	list-style: none;
	padding: 0;
}

#mec-event-gallery ul#mec_meta_box_event_gallery li {
	flex: 0 1 calc(33.333333% - 10px);
	margin-right: 10px;
	position: relative;
}

#mec-event-gallery ul#mec_meta_box_event_gallery li img {
	width: 100% !important;
	height: 75px;
	object-fit: cover;
}

#mec-event-gallery ul#mec_meta_box_event_gallery li span.mec-event-gallery-delete {
	padding: 0;
	min-height: 20px;
	height: 20px;
	width: 20px;
	margin: 0;
	border-radius: 50%;
	position: absolute;
	top: 2px;
	right: 2px;
	box-shadow: none;
	background: #fff;
	border-color: #e3e4e5;
	font-size: 0px;
	cursor: pointer;
	transition: .2s;
}

#mec-event-gallery ul#mec_meta_box_event_gallery li span.mec-event-gallery-delete:before {
	content: "";
	width: 20px;
	height: 20px;
	display: block;
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBhcmlhLWhpZGRlbj0idHJ1ZSIgZm9jdXNhYmxlPSJmYWxzZSIgd2lkdGg9IjFlbSIgaGVpZ2h0PSIxZW0iIHN0eWxlPSItbXMtdHJhbnNmb3JtOiByb3RhdGUoMzYwZGVnKTsgLXdlYmtpdC10cmFuc2Zvcm06IHJvdGF0ZSgzNjBkZWcpOyB0cmFuc2Zvcm06IHJvdGF0ZSgzNjBkZWcpOyIgcHJlc2VydmVBc3BlY3RSYXRpbz0ieE1pZFlNaWQgbWVldCIgdmlld0JveD0iMCAwIDIwIDIwIiBmaWxsPSIjZWE2NDg1Ij48cGF0aCBkPSJNMTQuOTUgNi40NkwxMS40MSAxMGwzLjU0IDMuNTRsLTEuNDEgMS40MUwxMCAxMS40MmwtMy41MyAzLjUzbC0xLjQyLTEuNDJMOC41OCAxMEw1LjA1IDYuNDdsMS40Mi0xLjQyTDEwIDguNThsMy41NC0zLjUzeiIvPjwvc3ZnPg==");
	background-position: center;
}

#mec-event-gallery ul#mec_meta_box_event_gallery li span.mec-event-gallery-delete:hover {
	color: #fff;
	border-color: #ea6485;
	background: #ea6485;
}

#mec-event-gallery ul#mec_meta_box_event_gallery li span.mec-event-gallery-delete:hover:before {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBhcmlhLWhpZGRlbj0idHJ1ZSIgZm9jdXNhYmxlPSJmYWxzZSIgd2lkdGg9IjFlbSIgaGVpZ2h0PSIxZW0iIHN0eWxlPSItbXMtdHJhbnNmb3JtOiByb3RhdGUoMzYwZGVnKTsgLXdlYmtpdC10cmFuc2Zvcm06IHJvdGF0ZSgzNjBkZWcpOyB0cmFuc2Zvcm06IHJvdGF0ZSgzNjBkZWcpOyIgcHJlc2VydmVBc3BlY3RSYXRpbz0ieE1pZFlNaWQgbWVldCIgdmlld0JveD0iMCAwIDIwIDIwIiBmaWxsPSIjZmZmZmZmIj48cGF0aCBkPSJNMTQuOTUgNi40NkwxMS40MSAxMGwzLjU0IDMuNTRsLTEuNDEgMS40MUwxMCAxMS40MmwtMy41MyAzLjUzbC0xLjQyLTEuNDJMOC41OCAxMEw1LjA1IDYuNDdsMS40Mi0xLjQyTDEwIDguNThsMy41NC0zLjUzeiIvPjwvc3ZnPg==");
}

.mec-single-event h2.mec-single-event-title {
	margin-bottom: 30px;
	font-weight: 700;
	font-size: 33px;
}

.mec-single-event .mec-booking-button {
	border-bottom: none;
	letter-spacing: .5px;
	line-height: 48px;
	height: 76px;
	transition: all .5s ease;
	color: #fff !important;
	padding: 16px;
	display: block;
	text-align: center;
	font-size: 16px;
	border-radius: var(--mec-secondary-border-radius);
	box-shadow: 0 1px 2px rgba(0, 0, 0, .15);
	cursor: pointer !important;
}

.mec-single-event .mec-booking-button:hover {
	background-color: #101010 !important;
}

.mec-single-event .mec-event-tags a {
	display: inline-block;
	color: #444;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	font-weight: 500;
	padding: 3px 7px;
	border: 1px solid #ddd;
	border-radius: 2px;
	background: #fff;
	margin: 1px 3px;
}

.mec-single-event .mec-event-tags:before {
	font-size: 24px;
	color: #303030;
	margin-right: 5px;
	content: "";
	font-family: fontawesome;
}

.mec-single-event .mec-event-tags {
	padding-top: 13px;
}

.mec-single-event .mec-event-sharing {
	margin: 30px 0 10px;
}

.mec-region.mec-events-abbr, .mec-single-event .mec-street-address {
	font-style: normal;
	font-size: 13px;
}

.mec-events-meta-group.mec-events-meta-group-venue:before, .mec-single-event-date:before, .mec-single-event-time:before {
	color: #40d9f1;
}

.mec-single-event .mec-event-social {
	text-align: center;
}

.mec-single-event .mec-event-social h3 {
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 700;
	padding-bottom: 5px;
	padding-bottom: 10px;
	color: #313131;
	border-bottom: 4px solid #ebebeb;
	width: 100%;
	display: block;
	position: relative;
}

.mec-single-event .mec-social-single:before {
	padding: 13px 35px;
	border-bottom: 4px solid #40d9f1;
	font-size: 6px;
	content: "";
	text-align: center;
	position: absolute;
	bottom: -4px;
	margin-left: 39px;
}

.mec-single-event .mec-event-social .event-sharing {
	margin-top: 30px;
}

.mec-single-event .mec-event-social ul {
	list-style: none;
	margin-left: 0;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

.mec-single-event .mec-event-social li.mec-event-social-icon {
	display: inline-block;
}

.mec-single-event .mec-event-social li.mec-event-social-icon a {
	display: inline-block;
	color: #fff;
	width: 40px;
	height: 40px;
	padding: 6px;
	font-size: 18px;
	margin-right: 5px;
	margin-bottom: 5px;
	border-radius: var(--mec-secondary-border-radius);
}

.mec-single-event .mec-event-social a.facebook {
	background: #3b5996;
}

.mec-single-event .mec-event-social a.facebook:hover {
	background: #28385c;
}

.mec-single-event .mec-event-social a.twitter svg {
	width: 22px;
	height: 22px;
	margin-top: 0;
	padding: 0;
}

.mec-single-event .mec-event-social a.twitter {
	background: #e1e1e1;
	padding: 9px !important;
}

.mec-single-event .mec-event-social a.twitter:hover {
	background: #e1e1e1;
}

.mec-single-event .mec-event-social a.twitter:hover {
	background: #373737;
}

.mec-single-event .mec-event-social a.twitter:hover svg path {
	fill: #fff;
}

.mec-single-event .mec-event-social a.vimeo {
	background: #0dadd6;
}

.mec-single-event .mec-event-social a.vimeo:hover {
	background: #0a85a3;
}

.mec-single-event .mec-event-social a.dribble {
	background: #d53e68;
}

.mec-single-event .mec-event-social a.dribble:hover {
	background: #bf4c78;
}

.mec-single-event .mec-event-social a.youtube {
	background: #cb322c;
}

.mec-single-event .mec-event-social a.youtube:hover {
	background: #992622;
}

.mec-single-event .mec-event-social a.pinterest {
	background: #cb2027;
}

.mec-single-event .mec-event-social a.pinterest:hover {
	background: #99181d;
}

.mec-single-event .mec-event-social a.google {
	background: #c3391c;
}

.mec-single-event .mec-event-social a.google:hover {
	background: #99181f;
}

.mec-single-event .mec-event-social a.linkedin {
	background: #0073b2;
}

.mec-single-event .mec-event-social a.linkedin:hover {
	background: #005380;
}

.mec-single-event .mec-event-social a.email {
	background: #ff5d5e;
}

.mec-single-event .mec-event-social a.email:hover {
	background: #cc4949;
}

.mec-single-event .mec-event-social a.vk {
	background: #5b88bd;
}

.mec-single-event .mec-event-social a.vk:hover {
	background: #3d608a;
}

.mec-single-event .mec-event-social a.tumblr {
	background: #34465d;
}

.mec-single-event .mec-event-social a.tumblr:hover {
	background: #273649;
}

.mec-single-event .mec-event-social a.telegram {
	background: #08c;
}

.mec-single-event .mec-event-social a.telegram:hover {
	background: #1076be;
}

.mec-single-event .mec-event-social a.whatsapp {
	background: #25d366;
}

.mec-single-event .mec-event-social a.whatsapp:hover {
	background: #23ac55;
}

.mec-single-event .mec-event-social a.flipboard {
	background: #e12828;
}

.mec-single-event .mec-event-social a.flipboard:hover {
	background: #af1e1e;
}

.mec-single-event .mec-event-social a.pocket {
	background: #ef4056;
}

.mec-single-event .mec-event-social a.pocket:hover {
	background: #8d1717;
}

.mec-single-event .mec-event-social a.reddit {
	background: #ff5700;
}

.mec-single-event .mec-event-social a.reddit:hover {
	background: #c94909;
}

.mec-single-event .mec-event-social a.flipboard svg, .mec-single-event .mec-event-social a.telegram svg {
	height: 18px;
	margin-top: 5px;
}

.mec-single-event .mec-event-social li.mec-event-social-icon a svg {
	display: unset;
}

.mec-single-event .mec-event-social a.rss {
	background: #f29a1d;
}

.mec-single-event .mec-event-social a.rss:hover {
	background: #cc7400;
}

.mec-single-event .mec-event-social a.instagram {
	background: #457399;
}

.mec-single-event .mec-event-social a.instagram:hover {
	background: #2e4d66;
}

.mec-single-event .mec-event-social a.linkedin {
	background: #457399;
}

.mec-single-event .mec-event-social a.linkedin:hover {
	background: #2e4d66;
}

.mec-single-event .mec-event-social a.other-social {
	background: #ff5d5e;
}

.mec-single-event .mec-event-social a.other-social:hover {
	background: #cc4949;
}

.mec-single-event .mec-event-social {
	text-align: center;
}

.lity-content .mec-events-meta-group-booking form, .mec-events-meta-group-booking .mec-booking-shortcode .mec-wrap-checkout, .mec-events-meta-group-booking .mec-booking-shortcode form, .mec-single-event .mec-events-meta-group-booking form {
	margin: 0;
}

.lity-content .mec-events-meta-group-booking .mec-wrap-checkout h4, .lity-content .mec-events-meta-group-booking form>h4, .mec-events-meta-group-booking .mec-booking-shortcode .mec-wrap-checkout h4, .mec-events-meta-group-booking .mec-booking-shortcode form>h4, .mec-single-event .mec-events-meta-group-booking .mec-wrap-checkout h4, .mec-single-event .mec-events-meta-group-booking form>h4, .mec-single-event .mec-frontbox-title, .mec-single-event .mec-wrap-checkout h4 {
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 700;
	color: #313131;
	border-bottom: 4px solid #ebebeb;
	width: 100%;
	display: block;
	padding-bottom: 10px;
	position: relative;
	text-align: center;
	margin: 0 0 40px 0;
}

.lity-content .mec-events-meta-group-booking .mec-wrap-checkout h4:before, .lity-content .mec-events-meta-group-booking form>h4:before, .mec-events-meta-group-booking .mec-booking-shortcode .mec-wrap-checkout h4:before, .mec-events-meta-group-booking .mec-booking-shortcode form>h4:before, .mec-single-event .mec-events-meta-group-booking .mec-wrap-checkout h4:before, .mec-single-event .mec-events-meta-group-booking form>h4:before, .mec-single-event .mec-frontbox-title:before, .mec-single-event .mec-wrap-checkout h4:before {
	padding: 1px 35px;
	border-bottom: 4px solid #40d9f1;
	font-size: 6px;
	content: "";
	text-align: center;
	position: absolute;
	bottom: -4px;
	margin-left: -35px;
	left: 50%;
}

.lity-content .mec-events-meta-group-booking input[data-stripe=exp-month], .lity-content .mec-events-meta-group-booking input[data-stripe=exp-year], .mec-events-meta-group-booking .mec-booking-shortcode input[data-stripe=exp-month], .mec-events-meta-group-booking .mec-booking-shortcode input[data-stripe=exp-year], .mec-single-event .mec-events-meta-group-booking input[data-stripe=exp-month], .mec-single-event .mec-events-meta-group-booking input[data-stripe=exp-year] {
	width: 47% !important;
	margin-right: 12px;
	margin-top: 5px;
	display: inline-block !important;
}

@media (max-width:768px) {
	.mec-events-meta-group-booking .mec-booking-shortcode input[data-stripe=exp-month], .mec-events-meta-group-booking .mec-booking-shortcode input[data-stripe=exp-year], .mec-single-event .mec-events-meta-group-booking input[data-stripe=exp-month], .mec-single-event .mec-events-meta-group-booking input[data-stripe=exp-year] {
		width: 100% !important;
		margin-right: 0;
		display: block !important;
	}
}

.lity-content .mec-events-meta-group-booking .mec-booking-dates-checkboxes, .mec-events-meta-group-booking .mec-booking-shortcode .mec-booking-dates-checkboxes, .mec-single-event .mec-events-meta-group-booking .mec-booking-dates-checkboxes {
	margin-bottom: 22px;
}

.lity-content .mec-events-meta-group-booking .mec-booking-dates-checkboxes label, .mec-events-meta-group-booking .mec-booking-shortcode .mec-booking-dates-checkboxes label, .mec-single-event .mec-events-meta-group-booking .mec-booking-dates-checkboxes label {
	margin-bottom: 3px;
	line-height: 20px;
}

.lity-content .mec-events-meta-group-booking .mec-booking-dates-checkboxes label {
	display: flex;
}

.lity-content .mec-events-meta-group-booking .mec-booking-dates-checkboxes input[type=checkbox] {
	margin-top: -1px;
}

.mec-events-meta-group-booking-shortcode .mec-booking-dates-checkboxes label {
	display: flex;
	align-items: center;
}

.mec-events-meta-group-booking-shortcode .mec-booking-dates-checkboxes input[type=checkbox] {
	margin-top: 1px;
}

.mec-event-meta i:before {
	font-size: 20px !important;
	vertical-align: middle;
}

.mec-event-meta .mec-single-event-additional-organizers dl dd i:before, .mec-event-meta .mec-single-event-location dl dd i:before, .mec-event-meta .mec-single-event-organizer dl dd i:before {
	font-size: 14px !important;
}

#mec-wrap .mec-events-day-time-slot .mec-events-content {
	float: left;
	width: 33%;
	padding: 0 15px;
}

#mec-wrap .mec-events-day-time-slot .mec-events-event-image {
	padding-left: 0;
}

#mec-events-content .mec-events-abbr {
	color: #8d8d8d;
	font-size: 14px;
}

.mec-single-event .mec-events-content {
	margin-bottom: 30px;
}

.mec-single-event .mec-organizer-url a {
	word-wrap: break-word;
}

.mec-single-event #headline {
	margin: 0 0 10px;
}

.mec-single-event #headline h2 {
	padding: 0;
}

.mec-single-event .mec-events-meta-group.mec-events-meta-group-gmap .mec-events-venue-map {
	margin-top: 0;
	padding: 8px;
	border: 1px solid #e5e5e5;
	border-radius: 7px;
}

#mec-events-gmap-0 {
	height: 325px !important;
}

.mec-events-list .mec-events-day-time-slot .mec-events-event-meta {
	width: 33%;
	float: left;
	padding: 40px;
	height: auto;
	margin: 0;
}

.mec-events-day-time-slot .mec-events-content.description.entry-summary {
	font-size: 15px;
	font-weight: 300;
	color: #8d8d8d;
}

.mec-events-day-time-slot .type-mec_events h2 {
	font-size: 28px;
	padding-bottom: 20px;
}

.mec-events-day .mec-events-day-time-slot .type-mec_events {
	margin: 0;
}

.mec-events-day .mec-events-day-time-slot h5 {
	background-color: #8d8d8d;
}

.mec-single-event .mec-event-meta .mec-single-event-additional-locations .mec-events-single-section-title, .mec-single-event .mec-event-meta .mec-single-event-additional-organizers .mec-events-single-section-title, .mec-single-event .mec-event-meta .mec-single-event-location .mec-events-single-section-title, .mec-single-event .mec-event-meta .mec-single-event-organizer .mec-events-single-section-title, .mec-single-event .mec-events-meta-date h3 {
	padding: 0 0 5px 10px;
	margin-top: 0;
	display: inline-block;
}

.mec-events-single-section-title a span {
	font-size: 12px;
}

.mec-single-event-additional-locations .mec-single-event-location {
	padding: 0;
}

.mec-single-event .mec-events-meta-date h3 {
	width: 100%;
}

.mec-single-event .mec-events-event-image {
	border: 0;
}

.mec-single-event .mec-events-venue-map {
	padding: 0;
}

.mec-event-cost, .mec-event-more-info, .mec-event-website, .mec-events-meta-date, .mec-local-time-details, .mec-single-event-additional-locations, .mec-single-event-additional-organizers, .mec-single-event-category, .mec-single-event-date, .mec-single-event-label, .mec-single-event-location, .mec-single-event-organizer, .mec-single-event-sponsor, .mec-single-event-time {
	padding: 12px 14px 8px;
	margin-bottom: 12px;
	vertical-align: baseline;
	position: relative;
}

.mec-single-event-sponsor ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.mec-single-event-sponsor ul li {
	margin-bottom: 35px;
}

.mec-single-event-sponsor ul li:last-child {
	margin-bottom: 0;
}

.mec-wrap .mec-single-event-sponsor h3, .mec-wrap .mec-single-modern .col-md-4 .mec-sponsors-details h3 {
	padding: 0 0 20px 0;
	margin: 0;
	display: block;
}

.mec-single-event .mec-events-meta-date dd, .mec-single-event .mec-single-event-additional-organizers dd, .mec-single-event .mec-single-event-organizer dd {
	padding-left: 0;
	margin-bottom: 10px;
}

.mec-single-event .mec-single-event-location dd {
	padding-left: 0;
}

.mec-single-event .mec-single-event-location dd.author>a {
	font-size: 16px;
	font-weight: 300;
}

.mec-single-event .mec-event-meta dd.mec-organizer-email a, .mec-single-event .mec-events-meta-date dd span, .mec-single-event .mec-single-event-additional-organizers dd span, .mec-single-event .mec-single-event-location dd span, .mec-single-event .mec-single-event-organizer dd span {
	display: block;
	padding-left: 40px;
	color: #8d8d8d;
}

.mec-single-event .mec-events-meta-date i, .mec-single-event .mec-single-event-additional-organizers i, .mec-single-event .mec-single-event-location dl dd i, .mec-single-event .mec-single-event-organizer dl dd i {
	margin-right: 10px;
	margin-left: 12px;
}

.mec-events-meta-group.mec-events-meta-group-venue dl {
	margin-bottom: 0;
}

address.mec-events-address {
	line-height: 19px;
	font-style: normal;
	font-size: 12px;
}

.mec-single-event .mec-event-content dt {
	margin-top: 5px;
}

.mec-single-event .mec-single-event-additional-organizers .mec-single-event-additional-organizer {
	margin-bottom: 15px;
	padding-bottom: 5px;
}

.mec-single-event .mec-single-event-additional-organizers .mec-single-event-additional-organizer:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}

.mec-event-category-color {
	width: 9px;
	height: 9px;
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 0 4px;
	border-radius: 9px;
}

.mec-event-schedule-content {
	border-left: 4px solid #f0f0f0;
	padding-top: 10px;
	margin-top: 30px;
	margin-left: 25px;
	margin-bottom: 20px;
	color: #8a8a8a;
}

.mec-event-schedule-content dl {
	padding-left: 24px;
	font-size: 12px;
	position: relative;
	margin-bottom: 35px;
}

.mec-event-schedule-content dl:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 4px;
	width: 20px;
	height: 0;
	border-top: 4px solid #f0f0f0;
}

.mec-event-schedule-content dl dt {
	margin: 0 0 10px;
	line-height: 1.16;
}

.mec-event-schedule-content dl dt.mec-schedule-title {
	font-size: 13px;
	color: #5a5a5a;
	font-weight: 700;
}

.mec-event-schedule-content dl dt.mec-schedule-description {
	font-weight: 300;
}

.mec-event-schedule-content .mec-schedule-speakers {
	padding: 10px;
}

.mec-wrap .mec-event-schedule-content h6 {
	font-size: 13px;
	color: #5a5a5a;
	font-weight: 700;
	display: inline-block;
}

.mec-wrap .mec-event-schedule-content a {
	font-weight: 400;
	color: #5a5a5a;
	transition: all .1s ease;
}

.single-mec-events .mec-speakers-details ul {
	padding: 0;
	margin-left: 0;
}

.mec-single-event .mec-speakers-details ul li {
	list-style: none;
	padding: 5px 5px 18px 5px;
	margin-top: 14px;
}

.mec-single-event .mec-speakers-details ul li a {
	-webkit-transition: .2s all ease;
	transition: .2s all ease;
}

.mec-single-event .mec-speakers-details ul li .mec-speaker-avatar a img {
	float: left;
	border-radius: 50%;
	transition: .2s all ease;
	border: 2px solid transparent;
	width: 68px;
	height: 68px;
	object-fit: cover;
}

.mec-single-event .mec-speakers-details ul li .mec-speaker-avatar a:hover img {
	border-color: #40d9f1;
}

.mec-single-event .mec-speakers-details .speaker-details {
	display: inline-block;
}

.mec-single-event .mec-speakers-details ul li .mec-speaker-name {
	display: inline-block;
	margin-top: 10px;
	font-size: 15px;
	line-height: 1.8;
	text-transform: capitalize;
	font-weight: 700 !important;
	padding-left: 8px;
}

.mec-single-event .mec-speakers-details ul li .mec-speaker-job-title {
	display: block;
	font-size: 12px;
	margin-top: -1px;
	padding-left: 8px;
	color: #888;
}

.mec-single-event-additional-organizers img, .mec-single-event-location img, .mec-single-event-organizer img, .mec-sponsor img {
	margin-bottom: 5px;
	width: 100%;
	border-radius: var(--mec-secondary-border-radius);
}

.mec-qrcode-details {
	text-align: center;
}

.mec-time-comment {
	font-size: 11px;
}

.mec-wrap .mec-attendees-list-details p {
	font-weight: 300;
	margin: 20px 0 0 0;
	color: #8d8d8d;
}

.mec-wrap .mec-attendees-list-details li {
	list-style: none;
	display: block;
	margin-top: 15px;
}

.mec-wrap .mec-attendees-list-details li .mec-attendee-avatar {
	display: inline-block;
}

.mec-wrap .mec-attendees-list-details li .mec-attendee-profile-link {
	display: inline-block;
	vertical-align: top;
	margin-left: 10px;
}

.mec-attendees-list-details ul {
	margin-bottom: 0;
}

.mec-attendees-list-details .mec-attendee-profile-link a {
	color: #8d8d8d;
	display: block;
}

.mec-attendees-list-details .mec-attendee-profile-link span {
	display: inline-block;
	color: #000;
	vertical-align: middle;
	cursor: pointer;
}

.mec-attendees-list-details span.mec-attendee-profile-ticket-number {
	border-radius: 50px;
	width: 20px;
	height: 20px;
	font-size: 12px;
	text-align: center;
	color: #fff;
	margin-right: 4px;
	line-height: 20px;
}

#wrap .mec-attendees-list-details span.mec-attendee-profile-ticket-number {
	line-height: 19px;
}

.mec-attendees-list-details .mec-attendee-profile-link span i {
	vertical-align: middle;
	font-size: 9px;
	font-weight: 700;
	margin-left: 5px;
}

.mec-attendees-list-details .mec-attendees-toggle {
	border: 1px solid #e6e6e6;
	background: #fafafa;
	padding: 15px 15px 0;
	border-radius: 3px;
	margin: 12px 0 20px 52px;
	position: relative;
	font-size: 13px;
	box-shadow: 0 3px 1px 0 rgba(0, 0, 0, .02);
}

.mec-attendees-list-details .mec-attendees-toggle:after, .mec-attendees-list-details .mec-attendees-toggle:before {
	content: "";
	display: block;
	position: absolute;
	left: 50px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px;
}

.mec-attendees-list-details .mec-attendees-toggle:after {
	top: -20px;
	border-color: transparent transparent #fafafa transparent;
}

.mec-attendees-list-details .mec-attendees-toggle:before {
	top: -21px;
	border-color: transparent transparent #e1e1e1 transparent;
}

.mec-attendees-list-details .mec-attendees-toggle .mec-attendees-item {
	padding-bottom: 15px;
}

.mec-attendees-list-details .mec-attendee-avatar img {
	border-radius: 3px;
}

.mec-attendee-avatar-sec {
	float: left;
	width: 50px;
	margin-right: 12px;
}

.mec-attendee-profile-name-sec, .mec-attendee-profile-ticket-sec {
	float: left;
	width: calc(100% - 62px);
	margin-top: 3px;
}

.mec-calendar {
	border: 1px solid #e8e8e8;
	width: 100%;
	box-shadow: 0 2px 0 0 rgba(0, 0, 0, .016);
	border-radius: var(--mec-primary-border-radius);
}

.mec-calendar .mec-calendar-topsec {
	display: table;
	background: #fff;
	border-radius: var(--mec-primary-border-radius);
}

.mec-calendar .mec-calendar-topsec .mec-calendar-side .mec-calendar-table {
	border-top: 1px solid #eaeaea;
}

.mec-calendar .mec-calendar-topsec .mec-calendar-events-sec {
	display: none;
}

.mec-calendar .mec-calendar-side {
	width: 590px;
	display: table-cell;
	padding: 40px;
	position: relative;
	text-align: center;
	box-shadow: 0 1px 5px 6px rgba(0, 0, 0, .005) inset;
}

.mec-calendar .mec-calendar-events-side {
	display: table-cell;
	height: 100%;
	border-left: 1px solid #efefef;
	padding: 40px;
	width: 100%;
}

.mec-calendar .mec-calendar-events-side .mec-table-side-day {
	width: 46px;
	height: 46px;
	margin: 0 auto 20px;
	position: relative;
	text-align: center;
	line-height: 44px;
	border: 1px solid #40d9f1;
	border-radius: 50%;
	font-size: 14px;
	font-weight: 600;
	padding: 0;
}

.mec-calendar .mec-calendar-events-side .mec-table-side-title {
	text-align: center;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 3px;
	margin-bottom: 14px;
}

.mec-calendar .mec-calendar-header {
	position: relative;
	width: 560px;
	margin-top: 8px;
	margin-bottom: 16px;
}

.mec-calendar.mec-event-calendar-classic .mec-calendar-header {
	width: unset;
}

.mec-calendar .mec-calendar-header h2 {
	text-transform: uppercase;
	font-size: 22px;
	font-weight: 700;
	color: #333;
}

.mec-calendar .mec-event-footer {
	width: auto;
	min-height: 60px;
	border-radius: 0 0 var(--mec-primary-border-radius) var(--mec-primary-border-radius);
}

.mec-calendar dl {
	display: table;
	margin: 0;
	border: none;
	padding: 0;
	table-layout: fixed;
}

.mec-calendar dt {
	display: table-cell;
	transition: all .66s ease;
	color: #a4aab1;
	background: #fff;
	border-radius: 44px;
	font-size: 14px;
	width: 80px;
	height: 80px;
	line-height: 80px;
	text-align: center;
}

.excerpt-wrap .mec-wrap dt, .nv-content-wrap .mec-wrap dt {
	display: table-cell;
}

.mec-calendar .mec-calendar-table .mec-no-event {
	display: none;
}

.mec-calendar .mec-calendar-table-head dt {
	font-weight: 600;
	text-transform: uppercase;
	font-size: 15px;
	color: #636f72;
}

.mec-calendar .mec-calendar-row dt:hover {
	background: #f4f4f4;
}

.mec-calendar .mec-table-nullday {
	color: #cacaca;
}

.mec-calendar.mec-box-calendar .mec-table-nullday:last-child {
	border-right: 1px solid #eaeaea;
}

.mec-calendar .mec-next-month:hover, .mec-calendar .mec-prev-month:hover {
	background: #f4f4f4;
}

.mec-calendar .mec-selected-day, .mec-calendar .mec-selected-day:hover {
	background: #40d9f1;
	color: #fff;
}

.mec-calendar .mec-selected-day a {
	color: #fff;
}

.mec-calendar .mec-has-event {
	position: relative;
}

.mec-calendar .mec-calendar-row dt.mec-has-event:hover {
	background: #40d9f1;
}

.mec-calendar .mec-has-event a {
	cursor: pointer;
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	color: #4d4d4d;
	transition: all .25s ease;
	text-decoration: none;
	box-shadow: none;
}

.mec-calendar .mec-calendar-row dt.mec-has-event.mec-selected-day a, .mec-calendar .mec-calendar-row dt.mec-has-event:hover a {
	color: #fff;
}

.mec-calendar .mec-has-event:after {
	background-color: #40d9f1;
	border-radius: 50%;
	display: block;
	content: "";
	width: 8px;
	height: 8px;
	bottom: 10px;
	left: calc(50% - 4px);
	position: absolute;
	transition: all .25s ease;
}

.mec-calendar .mec-calendar-row dt.mec-has-event:hover:after {
	background-color: #fff;
}

.mec-calendar .mec-has-event.mec-selected-day:after {
	display: none;
}

.mec-calendar:not(.mec-liquid-custom-scrollbar) .mec-event-article {
	display: flex;
	text-align: left;
	margin-bottom: 0;
	padding-bottom: 25px;
	padding-top: 26px;
	border-top: 1px solid #efefef;
	transition: all .33s ease;
}

@media only screen and (max-width:479px) {
	.mec-calendar.mec-calendar-daily .mec-event-artile, .mec-calendar.mec-calendar-weekly .mec-event-article {
		flex-direction: column;
		gap: 15px;
	}
}

.mec-daily-contents-wrapper, .mec-weekly-contents-wrapper {
	display: flex;
}

.mec-calendar .mec-month-side .mec-event-article {
	padding-left: 5px;
	padding-right: 5px;
}

.mec-calendar .mec-event-article:hover {
	background-color: #fafafa;
}

.mec-calendar .mec-event-article .mec-event-time {
	font-size: 11px;
	line-height: 1.1;
	margin: 0;
}

.mec-calendar .mec-event-article .mec-event-title {
	font-size: 13px;
	padding: 0;
	margin: 10px 0 8px;
	font-weight: 700;
	text-transform: uppercase;
}

.mec-calendar .mec-event-article .mec-event-title a {
	text-decoration: none;
	color: #494949;
	transition: color .3s ease;
}

.mec-calendar .mec-event-article .mec-event-title a:hover {
	color: #40d9f1;
}

.mec-calendar .mec-event-list-classic .mec-event-image img {
	width: 65px;
	height: auto;
}

.mec-calendar:not(.mec-liquid-custom-scrollbar, .mec-liquid-daily) .mec-event-article .mec-event-image {
	max-width: 70px;
	margin-right: 15px;
	height: auto;
}

.mec-calendar:not(.mec-liquid-custom-scrollbar, .mec-liquid-daily) .mec-event-article .mec-event-image img {
	border-radius: var(--mec-secondary-border-radius);
}

.mec-calendar .mec-event-article .mec-categories-wrapper, .mec-calendar .mec-event-article .mec-categories-wrapper ul.mec-categories li.mec-category a, .mec-calendar .mec-event-article .mec-event-detail, .mec-calendar .mec-event-article .mec-localtime-details div, .mec-calendar .mec-event-article .mec-shortcode-organizers, .mec-calendar .mec-event-article .mec-shortcode-organizers .mec-organizer-item span {
	font-size: 13px;
	line-height: 1.3;
	color: #9a9a9a;
	margin-bottom: 0;
}

.mec-calendar .mec-calendar-side .mec-next-month, .mec-calendar .mec-calendar-side .mec-previous-month {
	cursor: pointer;
	position: absolute;
	top: 0;
	min-width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background: #fff;
	color: #a9a9a9;
	font-size: 12px;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding-left: 10px;
	padding-right: 10px;
	border: 1px solid #efefef;
	border-top: none;
	box-shadow: 0 2px 0 0 rgba(0, 0, 0, .015);
	transition: all .33s ease;
}

.mec-calendar .mec-calendar-side .mec-next-month i, .mec-calendar .mec-calendar-side .mec-previous-month i {
	font-size: 12px;
	color: #40d9f1;
	cursor: pointer;
}

.mec-calendar .mec-calendar-side .mec-next-month:hover, .mec-calendar .mec-calendar-side .mec-previous-month:hover {
	background-color: #f9f9f9;
	color: #40d9f1;
}

.mec-calendar .mec-calendar-side .mec-previous-month {
	left: 0;
	border-bottom-right-radius: var(--mec-secondary-border-radius);
	border-top-left-radius: var(--mec-primary-border-radius);
	border-left: none;
}

.mec-calendar .mec-calendar-side .mec-next-month {
	right: 0;
	border-bottom-left-radius: var(--mec-secondary-border-radius);
	border-right: none;
}

@media only screen and (min-width:961px) {
	.mec-wrap.mec-sm959 .mec-calendar:not(.mec-event-calendar-classic):not(.mec-calendar-weekly) .mec-has-event:after {
		width: 6px;
		height: 6px;
		bottom: 6px;
	}
	
	.mec-wrap.mec-sm959 .mec-calendar:not(.mec-event-calendar-classic):not(.mec-calendar-weekly) .mec-calendar-side {
		width: 370px;
	}
	
	.mec-wrap.mec-sm959 .mec-calendar:not(.mec-event-calendar-classic):not(.mec-calendar-weekly) .mec-calendar-header {
		position: relative;
		width: 350px;
		margin-top: 30px;
		margin-bottom: 20px;
		padding-top: 20px;
	}
	
	.mec-wrap.mec-sm959 .mec-calendar:not(.mec-event-calendar-classic):not(.mec-calendar-weekly) dt {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}
}

@media only screen and (max-width:1200px) {
	.mec-calendar .mec-has-event:after {
		width: 6px;
		height: 6px;
		bottom: 6px;
	}
	
	.mec-calendar .mec-calendar-side {
		width: 370px;
	}
	
	.mec-calendar .mec-calendar-header {
		position: relative;
		width: 350px;
		margin-top: 30px;
	}
	
	.mec-calendar dt {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}
}

@media only screen and (max-width:767px) {
	.mec-calendar .mec-calendar-header h2 {
		font-size: 18px;
	}
	
	.mec-calendar .mec-calendar-topsec {
		width: 100%;
	}
	
	.mec-calendar .mec-calendar-side {
		width: 100%;
		display: block;
		padding: 30px;
	}
	
	.mec-calendar .mec-calendar-header {
		width: auto;
	}
	
	.mec-calendar .mec-calendar-events-side {
		width: 100%;
		display: block;
		height: 100%;
		border-left: none;
		border-top: 1px solid #efefef;
		padding: 20px;
	}
	
	.mec-calendar dl {
		width: 100%;
	}
	
	.mec-calendar dt {
		width: 14%;
		height: 60px;
		line-height: 60px;
		border-radius: 50px;
	}
}

@media only screen and (max-width:479px) {
	.mec-calendar .mec-has-event:after {
		width: 4px;
		height: 4px;
	}
	
	.mec-calendar .mec-calendar-header h2 {
		font-size: 16px;
		margin-top: 33px;
	}
	
	.mec-calendar dt {
		height: 38px;
		line-height: 38px;
	}
	
	.mec-calendar .mec-event-list-classic .mec-event-detail, .mec-calendar .mec-event-list-classic .mec-event-title {
		font-size: 12px;
	}
	
	.mec-calendar .mec-event-list-classic .mec-event-time {
		font-size: 10px;
	}
}

.mec-box-calendar.mec-calendar .mec-has-event a, .mec-box-calendar.mec-calendar dt {
	border-radius: 0;
}

.mec-box-calendar.mec-calendar .mec-calendar-header {
	margin-top: 2px;
	margin-bottom: 30px;
}

.mec-box-calendar.mec-calendar dt {
	border-bottom: 1px solid #eaeaea;
	border-left: 1px solid #eaeaea;
}

.mec-box-calendar.mec-calendar dl dt:last-child {
	border-right: 1px solid #eaeaea;
}

.mec-box-calendar.mec-calendar .mec-calendar-side .mec-next-month, .mec-box-calendar.mec-calendar .mec-calendar-side .mec-previous-month {
	border-radius: var(--mec-secondary-border-radius);
	top: 40px;
	border: 1px solid #eee;
	height: 30px;
	line-height: 30px;
	z-index: 1;
}

.mec-box-calendar.mec-calendar .mec-calendar-side .mec-previous-month {
	left: 40px;
}

.mec-box-calendar.mec-calendar .mec-calendar-side .mec-next-month {
	right: 40px;
}

.mec-box-calendar.mec-calendar .mec-calendar-side {
	box-shadow: none;
}

.mec-box-calendar.mec-calendar .mec-calendar-events-side {
	border: none;
}

.mec-box-calendar.mec-calendar .mec-calendar-events-side .mec-table-side-day {
	border-radius: var(--mec-secondary-border-radius);
}

.mec-box-calendar.mec-calendar h4.mec-month-label {
	position: relative;
	width: 560px;
	margin-top: 2px;
	margin-bottom: 30px;
	text-transform: uppercase;
	font-size: 22px;
	font-weight: 700;
	color: #333;
}

.mec-widget .mec-box-calendar.mec-calendar h4.mec-month-label {
	width: 100%;
	margin-top: 8px;
	font-size: 13px;
}

@media only screen and (max-width:1200px) {
	.mec-box-calendar.mec-calendar .mec-calendar-side .mec-previous-month {
		left: 42px;
	}
	
	.mec-box-calendar.mec-calendar .mec-calendar-side .mec-next-month {
		right: 42px;
	}
	
	.mec-calendar .mec-calendar-header h2 {
		font-size: 17px;
		margin-top: 7px;
	}
}

@media only screen and (max-width:767px) {
	.mec-box-calendar.mec-calendar .mec-calendar-side .mec-next-month, .mec-box-calendar.mec-calendar .mec-calendar-side .mec-previous-month {
		top: 28px;
		font-size: 10px;
	}
	
	.mec-box-calendar.mec-calendar .mec-calendar-side .mec-previous-month {
		left: 30px;
	}
	
	.mec-box-calendar.mec-calendar .mec-calendar-side .mec-next-month {
		right: 30px;
	}
	
	.mec-calendar .mec-calendar-header h2 {
		font-size: 15px;
	}
}

@media only screen and (max-width:479px) {
	.mec-box-calendar.mec-calendar .mec-calendar-side .mec-next-month, .mec-box-calendar.mec-calendar .mec-calendar-side .mec-previous-month {
		font-size: 0;
		padding: 4px 8px;
		text-align: center;
		min-width: 33px;
	}
	
	.mec-box-calendar.mec-calendar .mec-calendar-side .mec-previous-month {
		left: 10px;
	}
	
	.mec-box-calendar.mec-calendar .mec-calendar-side .mec-next-month {
		right: 10px;
	}
}

.mec-calendar.mec-event-calendar-classic, .mec-calendar.mec-event-calendar-classic .mec-calendar-side {
	border: none;
	padding: 0;
	width: 100%;
	height: 100%;
	box-shadow: none;
}

.mec-calendar.mec-event-calendar-classic .mec-calendar-side {
	display: block;
}

.mec-calendar.mec-event-calendar-classic dl.mec-calendar-row, .mec-calendar.mec-event-calendar-classic dl.mec-calendar-table-head {
	width: 100%;
}

.mec-calendar.mec-event-calendar-classic dl.mec-calendar-table-head {
	background: #f5f6f7;
}

.mec-calendar.mec-event-calendar-classic dl.mec-calendar-table-head .mec-calendar-day-head {
	background: 0 0;
	height: unset;
	line-height: 36px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #eaeaea;
}

.mec-calendar.mec-event-calendar-classic dl dt {
	width: 15%;
	height: 136px;
	line-height: 1.2;
	text-align: left;
	padding: 5px 7px;
	position: relative;
}

.mec-box-calendar.mec-calendar.mec-event-calendar-classic .mec-calendar-side .mec-next-month, .mec-box-calendar.mec-calendar.mec-event-calendar-classic .mec-calendar-side .mec-previous-month {
	top: 0;
}

.mec-calendar.mec-event-calendar-classic .mec-has-event:after {
	bottom: auto;
	top: 24px;
	left: 7px;
	margin: 0;
}

.mec-box-calendar.mec-calendar.mec-event-calendar-classic .mec-calendar-side .mec-previous-month {
	left: 0;
}

.mec-box-calendar.mec-calendar.mec-event-calendar-classic .mec-calendar-side .mec-next-month {
	right: 0;
}

.mec-next-month a, .mec-previous-month a {
	pointer-events: none;
	line-height: 15px;
}

.mec-calendar.mec-event-calendar-classic .mec-calendar-events-sec {
	text-align: left;
	background: #fafafa;
	border: 1px solid #eaeaea;
	border-top: none;
	padding: 10px 20px;
}

.mec-calendar.mec-event-calendar-classic .mec-calendar-events-sec {
	display: none;
}

.mec-calendar.mec-event-calendar-classic .mec-calendar-events-sec .mec-event-article:hover {
	background-color: #fcfcfc;
}

.mec-calendar.mec-event-calendar-classic .mec-selected-day, .mec-calendar.mec-event-calendar-classic dt.mec-selected-day:hover {
	color: #40d9f1;
	font-weight: 700;
	background: #fafafa;
	border-bottom: none;
}

.mec-wrap .mec-calendar.mec-event-calendar-classic:not(.mec-event-container-simple) .mec-selected-day:hover {
	color: #fff !important;
}

.mec-calendar.mec-event-calendar-classic .mec-calendar-events-sec .mec-table-side-day, .mec-calendar.mec-event-calendar-classic .mec-calendar-events-sec .mec-table-side-title {
	display: inline-block;
	margin: 0;
	margin-bottom: 15px;
	font-weight: 700;
}

.mec-calendar.mec-event-calendar-classic .mec-calendar-events-sec .mec-table-side-day {
	margin-left: 4px;
}

.mec-calendar.mec-event-calendar-classic .mec-calendar-row dt.mec-has-event a {
	color: #4d4d4d;
}

.mec-calendar.mec-event-calendar-classic .mec-calendar-row dt.mec-has-event:not(.mec-selected-day):hover a {
	color: #fff;
}

@media only screen and (max-width:1200px) {
	.mec-calendar.mec-event-calendar-classic dl dt {
		height: 100px;
	}
}

@media only screen and (max-width:767px) {
	.mec-calendar.mec-event-calendar-classic dl dt {
		height: 40px;
	}
}

@media only screen and (max-width:479px) {
	.mec-calendar.mec-event-calendar-classic .mec-calendar-events-sec {
		padding: 10px;
	}
}

.mec-calendar .mec-event-article.mec-single-event-novel {
	padding: 4px 8px;
	min-height: 25px;
	margin: 0 -3px;
	border-radius: 0;
	display: block;
}

.mec-calendar .mec-event-article.mec-single-event-novel h4 {
	margin: 0;
	margin: 0 0 2px 0;
	font-size: 13px;
	line-height: 1.5;
	font-weight: 500;
	text-transform: capitalize;
}

.mec-calendar .mec-event-article.mec-single-event-novel .mec-shortcode-organizers i, .mec-calendar .mec-event-article.mec-single-event-novel .mec-shortcode-organizers ul li span {
	color: #000;
}

.mec-calendar.mec-event-container-novel dl dt {
	padding: 3px;
}

.mec-calendar.mec-event-calendar-classic .mec-calendar-novel-selected-day {
	display: inline-block;
	padding: 4px;
	margin-left: 1px;
}

.mec-wrap .mec-calendar.mec-event-container-novel .mec-selected-day:hover {
	color: #fff !important;
}

.mec-calendar.mec-event-calendar-classic .mec-selected-day .mec-calendar-novel-selected-day {
	color: #fff;
}

.mec-calendar.mec-event-calendar-classic.mec-event-container-novel .mec-selected-day, .mec-calendar.mec-event-calendar-classic.mec-event-container-novel dt.mec-selected-day:hover {
	border-bottom: 1px solid #eaeaea;
}

.mec-calendar.mec-event-calendar-classic.mec-event-container-novel .mec-calendar-side .mec-calendar-table {
	min-height: auto;
}

.mec-single-event-novel.light h4 {
	color: #000 !important;
}

.mec-single-event-novel.dark h4 {
	color: #fff !important;
}

@media only screen and (max-width:768px) {
	.mec-calendar .mec-event-article.mec-single-event-novel {
		padding: 2px;
		min-height: 5px;
	}
	
	.mec-calendar .mec-event-article.mec-single-event-novel h4 {
		display: block;
		font-size: 13px;
	}
}

@media only screen and (max-width:480px) {
	.mec-calendar .mec-event-article.mec-single-event-novel h4 {
		font-size: 11px;
	}
}

.mec-event-container-simple .event-single-content-simple {
	display: none;
}

.mec-event-calendar-classic.mec-event-container-simple .mec-calendar-side .mec-calendar-table {
	min-height: unset;
}

.mec-event-container-simple .mec-monthly-tooltip h4 {
	font-size: 13px;
	font-weight: 500;
	margin: 0;
	color: #444;
}

.mec-event-container-simple .mec-monthly-tooltip h4:hover {
	text-decoration: underline;
	color: #111;
}

.mec-event-container-simple .mec-monthly-tooltip.event-single-link-simple {
	border-bottom: 1px dashed #e3e3e3;
	padding: 5px 2px;
	display: block;
}

.mec-event-container-simple .simple-skin-ended:nth-last-of-type(2) .mec-monthly-tooltip.event-single-link-simple {
	border-bottom: none;
}

.mec-event-container-simple .mec-calendar-day .ended-relative:nth-last-child(1of.ended-relative) .mec-monthly-tooltip.event-single-link-simple {
	border: none;
}

.mec-calendar.mec-event-container-simple dl dt.mec-calendar-day {
	font-size: 30px;
	color: #000;
}

.mec-calendar.mec-event-container-simple .mec-calendar-row dt:hover {
	background: unset;
}

.mec-calendar.mec-event-container-simple .mec-calendar-row dt, .mec-calendar.mec-event-container-simple .mec-calendar-row dt:last-child, .mec-calendar.mec-event-container-simple .mec-calendar-table-head dt, .mec-calendar.mec-event-container-simple .mec-calendar-table-head dt:last-child {
	border-width: 2px;
}

.mec-calendar.mec-event-container-simple dl dt.mec-selected-day, .mec-calendar.mec-event-container-simple dl dt.mec-selected-day:hover {
	border-bottom: 2px solid #40d9f1;
	background: unset;
}

.mec-calendar.mec-event-container-simple .mec-calendar-table-head dt {
	border-top-width: 2px !important;
}

@media (max-width:768px) {
	.mec-calendar.mec-event-container-novel, .mec-calendar.mec-event-container-simple {
		overflow-x: scroll;
	}
	
	.mec-calendar.mec-event-container-novel .mec-calendar-side, .mec-calendar.mec-event-container-simple .mec-calendar-side {
		min-width: 100%;
	}
	
	.mec-event-container-novel .mec-calendar-side, .mec-event-container-simple .mec-calendar-side {
		min-width: 650px !important;
	}
}

.mec-wrap.colorskin-custom .mec-calendar.mec-event-container-simple .mec-selected-day:hover {
	background: #f4f4f4;
}

.mec-tooltip-event-title {
	font-size: 16px;
	font-weight: 700;
	color: #000;
	margin-bottom: 2px;
}

.mec-tooltip-event-time, .tooltipster-sidetip.tooltipster-shadow:not(.uael-tooltipster-active) .tooltipster-content .mec-price-details {
	font-size: 12px;
	color: #888;
	margin-bottom: 8px;
	margin-top: 5px;
}

.tooltipster-sidetip.tooltipster-shadow:not(.uael-tooltipster-active) .tooltipster-content {
	padding: 17px;
}

.mec-tooltip-event-content {
	clear: both;
}

.mec-tooltip-event-featured {
	float: left;
	margin-right: 13px;
	margin-bottom: 1px;
}

.mec-tooltip-event-featured img {
	max-width: 120px;
}

.mec-tooltip-event-desc {
	font-size: 14px;
	color: #444;
	line-height: 18px;
}

.mec-tooltip-event-desc p {
	font-size: 13px;
	line-height: 1.4;
	margin-bottom: 10px;
}

.tooltipster-sidetip.tooltipster-shadow:not(.uael-tooltipster-active) .tooltipster-box {
	border-radius: 3px !important;
	border: 1px solid #e2e3e4 !important;
	background: #fff !important;
	box-shadow: 0 -1px 30px -2px rgba(0, 0, 0, .15) !important;
}

.tooltipster-box .mec-tooltip-event-desc {
	margin-bottom: 12px;
}

.tooltipster-sidetip:not(.uael-tooltipster-active) .tooltipster-arrow {
	overflow: visible !important;
}

.tooltipster-sidetip.tooltipster-shadow:not(.uael-tooltipster-active) .tooltipster-arrow-border {
	border-width: 12px !important;
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-right:not(.uael-tooltipster-active) .tooltipster-arrow-border {
	border-right-color: #e2e3e4 !important;
}

.tooltipster-sidetip:not(.uael-tooltipster-active) .tooltipster-arrow-border {
	left: -12px !important;
	z-index: 9999999999 !important;
}

.tooltipster-sidetip.tooltipster-shadow:not(.uael-tooltipster-active) .tooltipster-arrow-background {
	display: block !important;
}

.tooltipster-sidetip:not(.uael-tooltipster-active) .tooltipster-arrow-background {
	border-width: 11px !important;
	z-index: 99999999999 !important;
}

.tooltipster-sidetip.tooltipster-right:not(.uael-tooltipster-active) .tooltipster-arrow-background {
	left: -9px !important;
	top: 1px !important;
	border-right-color: #fff !important;
}

.tooltipster-sidetip.tooltipster-top:not(.uael-tooltipster-active) .tooltipster-arrow-background {
	border-top-color: #fff !important;
	left: 0 !important;
	top: -1px !important;
}

.tooltipster-sidetip.tooltipster-top:not(.uael-tooltipster-active) .tooltipster-arrow-border {
	left: -1px !important;
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-top:not(.uael-tooltipster-active) .tooltipster-arrow-border {
	border-top-color: #e2e3e4 !important;
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-bottom:not(.uael-tooltipster-active) .tooltipster-arrow-border {
	left: -1px !important;
	top: -11px !important;
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-bottom:not(.uael-tooltipster-active) .tooltipster-arrow-border {
	border-bottom-color: #e2e3e4 !important;
}

.tooltipster-sidetip.tooltipster-bottom:not(.uael-tooltipster-active) .tooltipster-arrow-background {
	top: -9px !important;
	border-bottom-color: #fff !important;
}

.tooltipster-sidetip.tooltipster-left:not(.uael-tooltipster-active) .tooltipster-arrow-background {
	border-left-color: #fff !important;
	left: -2px !important;
	top: 0 !important;
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-left:not(.uael-tooltipster-active) .tooltipster-arrow-border {
	border-left-color: #e2e3e4 !important;
	left: -1px !important;
	top: -1px !important;
}

@media (max-width:768px) {
	.mec-event-container-simple .mec-monthly-tooltip.event-single-link-simple h4 {
		font-size: 13px;
	}
}

@media (max-width:480px) {
	.mec-event-container-simple .mec-monthly-tooltip.event-single-link-simple h4 {
		font-size: 11px;
	}
}

.mec-calendar.mec-calendar-daily {
	border-radius: var(--mec-primary-border-radius);
}

.mec-calendar.mec-calendar-daily .mec-calendar-day-events .mec-event-article {
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
}

.mec-calendar.mec-calendar-daily .mec-calendar-a-month {
	text-align: center;
	background-color: #fff;
	border-bottom: 2px solid #f4f4f4;
	position: relative;
	display: inline;
	border-radius: var(--mec-primary-border-radius) var(--mec-primary-border-radius) 0 0;
}

.mec-calendar.mec-calendar-daily .mec-calendar-a-month h4 {
	color: #444;
	font-size: 18px;
	line-height: 1.2;
	padding: 15px 0 11px;
	margin: 0;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	border-bottom: 1px solid #e6e6e6;
}

.mec-calendar.mec-calendar-daily .mec-calendar-d-top {
	text-align: center;
	padding: 10px 0;
	position: relative;
	background-color: #fafafa;
}

.mec-calendar.mec-calendar-daily .mec-next-month, .mec-calendar.mec-calendar-daily .mec-previous-month {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -25px;
	min-width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background: #fff;
	border: 1px solid #e2e2e2;
	border-radius: 50px;
	box-shadow: 0 2px 0 0 rgba(0, 0, 0, .015);
	transition: all .33s ease;
	cursor: pointer;
}

.mec-calendar.mec-calendar-daily .mec-next-month i, .mec-calendar.mec-calendar-daily .mec-previous-month i {
	font-size: 14px;
	cursor: pointer;
}

.mec-calendar.mec-calendar-daily .mec-next-month:hover, .mec-calendar.mec-calendar-daily .mec-previous-month:hover {
	border-color: #d0d0d0;
	color: #444;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .075);
}

.mec-calendar.mec-calendar-daily .mec-previous-month {
	margin-left: -150px;
}

.mec-calendar.mec-calendar-daily .mec-next-month {
	margin-left: 100px;
}

.mec-calendar.mec-calendar-daily .mec-calendar-a-month .mec-next-month, .mec-calendar.mec-calendar-daily .mec-calendar-a-month .mec-previous-month {
	min-height: 28px;
	height: 28px;
	line-height: 28px;
	width: 28px;
	margin-top: -14px;
	border-radius: var(--mec-secondary-border-radius);
}

.mec-calendar.mec-calendar-daily .mec-calendar-d-top h2, .mec-calendar.mec-calendar-daily .mec-calendar-d-top h3 {
	margin-top: 9px;
	color: #b9b9b9;
	font-size: 30px;
	font-weight: 100;
	text-transform: uppercase;
	margin-bottom: 12px;
	line-height: 1;
}

.mec-calendar.mec-calendar-daily .mec-calendar-d-top h2 {
	font-size: 81px;
	color: #444;
	margin-bottom: 10px;
	line-height: 1.1;
}

.mec-calendar.mec-calendar-daily .mec-calendar-d-table {
	overflow: hidden;
	background: #fff;
	min-height: 60px;
	border-top: 1px solid #e6e6e6;
	border-bottom: 2px solid #f3f3f3;
	padding: 0 50px;
	position: relative;
}

@media only screen and (min-width:479px) {
	.mec-calendar.mec-calendar-daily .mec-calendar-d-table {
		padding: 0 55px;
	}
}

.mec-calendar.mec-calendar-daily .mec-calendar-d-table dl {
	width: 1310px;
	display: block;
}

.mec-calendar.mec-calendar-weekly .mec-calendar-d-table dl {
	display: none;
}

.mec-calendar.mec-calendar-weekly .mec-calendar-d-table dl.mec-weekly-view-week-active {
	display: flex;
}

.mec-calendar.mec-calendar-daily .mec-calendar-d-table a, .mec-calendar.mec-calendar-daily .mec-calendar-d-table dl dt {
	display: block;
	background: #fff;
	width: 42px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	float: left;
	border-right: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	border-radius: 0;
}

.mec-calendar.mec-calendar-daily .mec-calendar-d-table .mec-daily-view-day:hover, .mec-calendar.mec-calendar-daily .mec-calendar-d-table dl dt:hover {
	background: #fafafa;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .065) inset;
	cursor: pointer;
}

.mec-calendar.mec-calendar-daily .mec-calendar-d-table .mec-daily-view-day {
	cursor: default;
	background: #fff;
	color: #c1c1c1;
	line-height: 49px;
	padding-bottom: 10px;
	text-align: center;
	border-right: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
}

.mec-calendar.mec-calendar-daily .mec-calendar-d-table .mec-daily-view-day.mec-has-event {
	cursor: pointer;
	font-weight: 700;
	color: #4a4a4a;
}

.mec-calendar.mec-calendar-daily .mec-calendar-d-table .mec-daily-view-day.mec-daily-view-day-active, .mec-calendar.mec-calendar-daily .mec-calendar-d-table dl dt.mec-table-d-current {
	font-weight: 700;
	background: #fafafa;
	color: #40d9f1;
}

.mec-calendar.mec-calendar-daily .mec-calendar-d-table a.mec-table-d-next, .mec-calendar.mec-calendar-daily .mec-calendar-d-table a.mec-table-d-prev {
	float: none;
	font-size: 14px;
	width: 55px;
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
}

.mec-calendar.mec-calendar-daily .mec-calendar-d-table a.mec-table-d-next {
	left: auto;
	right: 0;
	border-left: 1px solid #e6e6e6;
	border-right: none;
}

.mec-calendar.mec-calendar-daily .mec-today-container .mec-today-count {
	font-size: 12px;
	color: #888;
	text-align: center;
}

@media only screen and (max-width:479px) {
	.mec-calendar.mec-calendar-daily .mec-previous-month {
		margin-left: -130px;
	}
	
	.mec-calendar.mec-calendar-daily .mec-next-month {
		margin-left: 80px;
	}
	
	.mec-calendar.mec-calendar-daily .mec-calendar-a-month h4 {
		font-size: 14px;
		letter-spacing: 0;
	}
}

.widget .mec-calendar.mec-calendar-daily .mec-calendar-a-month h4 {
	font-size: 14px;
	letter-spacing: 0;
}

.widget .mec-calendar.mec-calendar-daily .mec-previous-month {
	margin-left: -130px;
}

.widget .mec-calendar.mec-calendar-daily .mec-next-month {
	margin-left: 80px;
}

.mec-util-hidden {
	display: none;
}

.mec-frontbox.mec-util-hidden {
	display: none !important;
}

.mec-daily-view-dates-events {
	padding: 0;
	background-color: #fff;
}

.mec-daily-view-date-events, .mec-weekly-view-date-events {
	list-style: none;
	margin: 0;
}

.mec-calendar.mec-calendar-weekly .mec-calendar-d-table {
	padding: 0;
}

.mec-calendar.mec-calendar-weekly .mec-calendar-d-table dl {
	width: calc(100% - 1px);
}

.mec-calendar.mec-calendar-weekly .mec-calendar-d-table dl dt {
	width: 100%;
	height: 70px;
	line-height: normal;
	cursor: default;
}

.mec-calendar.mec-calendar-weekly .mec-calendar-d-table dl dt:hover {
	background: #fff;
	cursor: default;
}

.mec-calendar-weekly article:hover li {
	background: 0 0;
}

.mec-calendar.mec-calendar-weekly .mec-calendar-d-table dl dt:last-child {
	border-right: none;
}

.mec-calendar.mec-calendar-weekly .mec-calendar-d-table dl dt span {
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	display: block;
	margin: 15px 0 6px;
}

.mec-calendar.mec-calendar-weekly .mec-calendar-d-table a.mec-table-d-next, .mec-calendar.mec-calendar-weekly .mec-calendar-d-table a.mec-table-d-prev {
	display: none;
}

ul.mec-weekly-view-dates-events, ul.mec-weekly-view-dates-events li {
	padding: 0;
	margin: 0;
	line-height: initial;
	background: #fff;
}

.mec-calendar.mec-calendar-weekly .mec-event-list-weekly-date {
	width: 64px;
	height: 64px;
	margin-right: 10px;
	font-size: 11px;
	text-transform: uppercase;
	float: left;
	text-align: center;
	padding-top: 2px;
}

.mec-calendar.mec-calendar-weekly .mec-event-list-weekly-date span {
	font-size: 40px;
	line-height: 30px;
	font-weight: 700;
	display: block;
	margin-bottom: 6px;
	letter-spacing: 1px;
}

.mec-calendar.mec-calendar-weekly .mec-calendar-a-month .mec-previous-month {
	margin-left: 0;
	left: 12px;
}

.mec-calendar.mec-calendar-weekly .mec-calendar-a-month .mec-next-month {
	margin-left: 0;
	left: auto;
	right: 12px;
}

@media only screen and (max-width:479px) {
	.mec-calendar.mec-calendar-weekly .mec-calendar-d-table dl dt span {
		font-size: 9px;
		letter-spacing: 0;
	}
	
	.mec-calendar.mec-calendar-weekly .mec-event-list-weekly-date {
		width: 100%;
		height: 36px;
		margin-bottom: 12px;
		line-height: 1;
		font-size: 10px;
		margin-right: 5px;
		text-align: left;
	}
	
	.mec-calendar.mec-calendar-weekly .mec-event-list-weekly-date span {
		font-size: 18px;
		margin-bottom: 5px;
	}
}

.widget .mec-calendar.mec-calendar-weekly .mec-calendar-d-table dl dt span {
	font-size: 9px;
	letter-spacing: 0;
}

.widget .mec-calendar.mec-calendar-weekly .mec-event-list-weekly-date {
	width: 100%;
	height: 36px;
	margin-bottom: 12px;
	line-height: 1;
	font-size: 10px;
	margin-right: 5px;
	text-align: left;
}

.widget .mec-calendar.mec-calendar-weekly .mec-event-list-weekly-date span {
	font-size: 18px;
	margin-bottom: 5px;
}

.mec-week-events-container .mec-weekly-view-dates-events li.mec-no-event-found {
	list-style: none !important;
}

li.mec-no-event-found .mec-event-title {
	text-align: center;
}

.mec-widget .mec-calendar {
	max-width: 100%;
}

.mec-widget .mec-calendar dl dt, .mec-wrap.mec-sm959.mec-widget .mec-calendar.mec-event-calendar-classic dl dt {
	height: 40px;
}

.mec-widget .mec-calendar .mec-calendar-events-sec {
	padding: 10px;
}

.mec-widget .mec-calendar .mec-calendar-header h2 {
	font-size: 13px;
	margin-top: 8px;
}

.mec-widget .mec-calendar .mec-event-list-classic .mec-event-image {
	margin-right: 12px;
}

.mec-widget .mec-calendar .mec-has-event:after {
	width: 4px;
	height: 4px;
}

.mec-widget .mec-calendar.mec-event-calendar-classic .mec-calendar-events-sec .mec-table-side-title {
	font-size: 14px;
}

.mec-widget .mec-calendar .mec-event-article .mec-event-image {
	margin-right: 11px;
}

.mec-widget .mec-box-calendar.mec-calendar .mec-calendar-header {
	margin-bottom: 20px;
}

.mec-widget .mec-box-calendar.mec-calendar .mec-calendar-side .mec-next-month, .mec-widget .mec-box-calendar.mec-calendar .mec-calendar-side .mec-previous-month {
	font-size: 0;
	padding: 4px;
	text-align: center;
	min-width: 33px;
}

.mec-widget .mec-event-calendar-classic .mec-calendar-side .mec-calendar-table {
	min-height: 200px;
}

.mec-widget .mec-event-list-classic {
	margin-bottom: 8px;
	padding: 8px 0;
}

.mec-widget .mec-event-list-classic .mec-event-article {
	margin-bottom: 0;
	padding: 10px 0;
	position: relative;
	min-height: 86px;
	padding-left: 80px;
}

.mec-widget .mec-event-list-classic .mec-event-date {
	font-size: 10px;
	line-height: 14px;
	text-transform: uppercase;
}

.mec-widget .mec-event-list-classic .mec-event-title {
	font-size: 13px;
}

.mec-widget .mec-event-list-classic .mec-event-detail {
	font-size: 11px;
}

.mec-widget .mec-event-list-classic .mec-event-image {
	width: 68px;
	position: absolute;
	left: 0;
}

.mec-event-list-classic .mec-event-image img {
	width: 100%;
}

.mec-widget .mec-event-list-classic .mec-event-detail {
	overflow: visible;
}

.event-color {
	width: 14px;
	display: inline-block;
	vertical-align: middle;
	height: 14px;
	margin-left: 5px;
	border-radius: 50%;
}

.mec-map-lightbox-wp {
	padding: 15px 15px 0;
	background-color: #fff;
}

.mec-map-view-event-detail.mec-event-detail {
	background-color: #e9e9e9;
	padding: 8px 15px;
}

.mec-map-lightbox-wp.mec-event-list-classic .mec-event-article {
	padding: 0 0 15px;
	margin: 0;
}

.mec-map-lightbox-wp.mec-event-list-classic .mec-event-image {
	width: 70px;
	margin-right: 15px;
}

.mec-marker-infowindow-wp {
	display: flex;
	align-items: center;
	padding: 10px;
}

.mec-marker-infowindow-wp .mec-marker-infowindow-count {
	width: 60px;
	min-width: 60px;
	height: 60px;
	display: block;
	text-align: center;
	line-height: 60px;
	border: 1px solid #40d9f1;
	border-radius: 50%;
	font-size: 32px;
	color: #40d9f1;
	float: left;
	margin-right: 11px;
}

.mec-marker-infowindow-wp .mec-marker-infowindow-content {
	overflow: hidden;
}

.mec-marker-infowindow-wp .mec-marker-infowindow-content span {
	display: block;
	color: #222;
}

.mec-marker-infowindow-wp .mec-marker-infowindow-content span:first-child {
	font-size: 15px;
	font-weight: 700;
}

.mec-marker-wrap {
	display: inline-block;
	width: 35px;
	height: 35px;
	margin: 15px 0 0 4px;
	border-radius: 50% 50% 50% 0;
	background: #00cae9;
	animation-name: mec-map-bounce;
	animation-fill-mode: both;
	animation-duration: 1s;
	border: 1px solid #fff;
	cursor: pointer;
}

.mec-marker-wrap .mec-marker {
	margin-top: 5px;
	display: block;
	-webkit-transform: rotate(45deg) translate(1px, 0);
	transform: rotate(45deg) translate(1px, 0);
	text-align: center;
	color: #fff;
	font-size: 17px;
}

.mec-marker-wrap .mec-marker-pulse-wrap {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	display: inline-block;
	margin-left: -11px;
	margin-top: 0;
}

.mec-marker-wrap .mec-marker-pulse {
	display: inline-block;
	background: rgba(1, 202, 233, .28);
	border-radius: 50%;
	height: 12px;
	width: 14px;
	margin-left: 3px;
	-webkit-transform: rotateX(55deg);
	transform: rotateX(55deg);
	z-index: -2;
}

.mec-marker-wrap .mec-marker-pulse:after {
	content: "";
	border-radius: 50%;
	height: 40px;
	width: 40px;
	position: absolute;
	margin: -13px 0 0 -13px;
	animation: pulsate 1s ease-out;
	animation-iteration-count: infinite;
	opacity: 0;
	box-shadow: 0 0 1px 2px #00cae9;
	animation-delay: 1.1s;
}

@keyframes pulsate {
	0% {
		transform: scale(.1, .1);
		opacity: 0;
	}
	
	50% {
		opacity: 1;
	}
	
	100% {
		transform: scale(1.2, 1.2);
		opacity: 0;
	}
}

@keyframes mec-map-bounce {
	0% {
		opacity: 0;
		transform: translateY(-2000px) rotate(-45deg);
	}
	
	60% {
		opacity: 1;
		transform: translateY(30px) rotate(-45deg);
	}
	
	80% {
		transform: translateY(-10px) rotate(-45deg);
	}
	
	100% {
		transform: translateY(0) rotate(-45deg);
	}
}

.mec-skin-grid-container .mec-skin-map-container, .mec-skin-list-container .mec-skin-map-container {
	margin-bottom: 20px;
}

.mec-googlemap-skin {
	border-radius: var(--mec-primary-border-radius);
}

.mec-single-event .mec-events-meta-group-countdown {
	color: #c9c9c9;
	text-align: center;
	margin-bottom: 30px;
	padding: 20px 30px;
	background: #fff;
	border: 1px solid #e6e6e6;
	box-shadow: 0 2px 0 0 rgba(0, 0, 0, .016);
}

.mec-events-meta-group-countdown .countdown-w {
	text-align: center;
	font-size: 36px;
	margin: 0 auto;
	padding: 40px 0 0;
	position: relative;
	display: table;
	table-layout: fixed;
}

.mec-events-meta-group-countdown .countdown-w .icon-w {
	font-size: 24px;
}

.mec-events-meta-group-countdown .countdown-w .label-w {
	font-size: 15px;
	font-weight: 300;
	letter-spacing: 1px;
	text-transform: uppercase;
	position: relative;
}

.mec-events-meta-group-countdown .countdown-w .block-w {
	display: table-cell;
	margin: 0 20px 10px;
	position: relative;
	height: 70px;
	width: 190px;
	font-size: 72px;
	transition: all .3s ease-in-out;
	line-height: 1.2;
}

.mec-events-meta-group-countdown .countdown-w .block-w.done-w {
	border: 0 none;
}

.mec-events-meta-group-countdown .countdown-w .block-w li {
	font-size: 50px;
}

.mec-events-meta-group-countdown .countdown-w span {
	padding: 24px 0 20px;
}

.mec-events-meta-group-countdown .countdown-w .div-d {
	display: none;
}

.mec-events-meta-group-countdown .countdown-w .countdown-message {
	display: none;
}

.mec-events-meta-group-countdown .countdown-w .block-w i {
	display: none;
}

#countdown {
	list-style: none;
	margin-bottom: 0;
	margin-top: 0;
	margin-left: 0;
	padding-left: 0;
}

.mec-events-meta-group-countdown .mec-end-counts h3 {
	display: inherit;
	text-align: center;
	font-size: 16px;
	right: 50%;
}

.mec-countdown-details .countdown-w .clockdiv li p {
	margin-top: 23px;
}

@media (min-width:481px) and (max-width:768px) {
	.mec-events-meta-group-countdown .countdown-w {
		padding: 0;
	}
	
	.mec-events-meta-group-countdown .countdown-w .label-w {
		font-size: 12px;
		letter-spacing: 0;
	}
	
	.mec-events-meta-group-countdown .countdown-w span {
		font-size: 34px;
	}
}

@media (min-width:320px) and (max-width:480px) {
	.mec-events-meta-group-countdown .countdown-w .label-w {
		font-size: 10px;
	}
	
	.mec-events-meta-group-countdown .countdown-w span {
		font-size: 28px;
	}
	
	.mec-countdown-details .countdown-w .clockdiv li p {
		margin-top: 16px;
	}
}

@media (max-width:320px) {
	.mec-events-meta-group-countdown .countdown-w .label-w {
		font-size: 9px;
		letter-spacing: 0;
	}
	
	.mec-events-meta-group-countdown .countdown-w span {
		font-size: 22px;
	}
}

.info-msg, .mec-error, .mec-success, .warning-msg {
	margin: 30px 0 20px 0;
	padding: 10px;
	border-radius: var(--mec-secondary-border-radius);
	font-size: 13px;
	line-height: 22px;
}

.info-msg {
	color: #07bbe9;
	background-color: #ecf9fe;
}

.mec-cart .mec-success, .mec-success {
	color: #2ca84c;
	background-color: #e8f9ed;
}

.warning-msg {
	color: #cf7909;
	background-color: #fef7e7;
}

.mec-error {
	color: #cb2916 !important;
	background-color: #fef2f2;
}

.mec-fes-form, .mec-fes-list {
	background: #f8feff;
	padding: 30px 3%;
	color: #798f96;
}

@media (min-width:783px) {
	.mec-fes-form .mec-col-1, .mec-fes-form .mec-col-10, .mec-fes-form .mec-col-11, .mec-fes-form .mec-col-12, .mec-fes-form .mec-col-2, .mec-fes-form .mec-col-3, .mec-fes-form .mec-col-4, .mec-fes-form .mec-col-5, .mec-fes-form .mec-col-6, .mec-fes-form .mec-col-7, .mec-fes-form .mec-col-8, .mec-fes-form .mec-col-9 {
		float: left;
		display: inline-block;
	}
	
	.mec-fes-form .mec-col-12 {
		width: 99%;
	}
	
	.mec-fes-form .mec-col-11 {
		width: 90.66666667%;
	}
	
	.mec-fes-form .mec-col-10 {
		width: 82.33333333%;
	}
	
	.mec-fes-form .mec-col-9 {
		width: 74%;
	}
	
	.mec-fes-form .mec-col-8 {
		width: 65.66666667%;
	}
	
	.mec-fes-form .mec-col-7 {
		width: 57.33333333%;
	}
	
	.mec-fes-form .mec-col-6 {
		width: 49%;
	}
	
	.mec-fes-form .mec-col-5 {
		width: 40.66666667%;
	}
	
	.mec-fes-form .mec-col-4 {
		width: 32.33333333%;
	}
	
	.mec-fes-form .mec-col-3 {
		width: 24%;
	}
	
	.mec-fes-form .mec-col-2 {
		width: 15.66666667%;
	}
	
	.mec-fes-form .mec-col-1 {
		width: 7.33333333%;
	}
}

.mec-fes-list .mec-fes-list-top-actions, .mec-fes-list ul {
	margin: 0 auto 15px;
	max-width: 960px;
	list-style: none;
	padding-left: 40px;
}

.mec-fes-list ul li * {
	text-decoration: none !important;
}

.mec-fes-list ul li {
	padding: 20px 15px;
	border-radius: 3px;
	margin-bottom: 15px;
	border: 1px solid #cfeff5;
	box-shadow: 0 2px 6px -4px #cfeff5;
	background: #fff;
	line-height: normal;
}

.mec-fes-list ul li a {
	box-shadow: none;
	color: #181818;
}

.mec-fes-list ul li a:hover {
	color: #40d9f1;
}

.mec-fes-list ul li .mec-event-title {
	font-size: 17px;
	font-weight: 600;
	width: calc(100% - 250px);
	display: inline-block;
}

@media (max-width:680px) {
	.mec-fes-list ul li .mec-event-title {
		width: 100%;
		font-size: 13px;
		margin: 0 0 20px 0;
		display: block;
	}
	
	.mec-fes-list ul li {
		padding: 10px 12px 40px;
	}
}

@media (max-width:480px) {
	.mec-fes-list .mec-fes-list-top-actions, .mec-fes-list ul {
		padding-left: 0;
	}
}

.mec-fes-form .mec-required {
	color: #ff3c3c;
}

.mec-fes-list .mec-event-status {
	color: #fff !important;
	border-color: transparent !important;
}

.mec-fes-form .mec-book-confirmed, .mec-fes-list .mec-book-confirmed {
	background: #50d477 !important;
}

.mec-fes-form .mec-book-pending, .mec-fes-list .mec-book-pending {
	background: #fcbe69 !important;
}

.mec-fes-form .mec-book-rejected, .mec-fes-list .mec-book-rejected {
	background: #fe686a !important;
}

.mec-fes-form .mec-book-other, .mec-fes-list .mec-book-other {
	background: #40d9f1 !important;
}

.mec-fes-list ul li .mec-fes-event-edit, .mec-fes-list ul li .mec-fes-event-remove, .mec-fes-list ul li .mec-fes-event-view {
	font-size: 11px;
	padding: 0;
	border: 0;
	background: #f7f8f9;
	float: right;
	margin-left: 5px;
	border-radius: 2px;
	transition: all .2s ease;
}

.mec-fes-list ul li .mec-fes-event-edit a, .mec-fes-list ul li .mec-fes-event-export a, .mec-fes-list ul li .mec-fes-event-remove, .mec-fes-list ul li .mec-fes-event-view a {
	padding: 4px 8px;
	display: inline-block;
	border: 1px solid #e7e8e9;
	border-radius: 2px;
	color: #789;
	position: relative;
}

@media (max-width:600px) {
	.mec-fes-list ul li .mec-fes-event-edit a, .mec-fes-list ul li .mec-fes-event-export a, .mec-fes-list ul li .mec-fes-event-remove, .mec-fes-list ul li .mec-fes-event-view a {
		font-size: 10px;
	}
}

.mec-fes-list ul li .mec-fes-event-remove:hover {
	cursor: pointer;
	background: #f96f8a;
	border-color: #f96f8a;
	color: #fff;
}

.mec-fes-list ul li .mec-fes-event-edit a:hover, .mec-fes-list ul li .mec-fes-event-export a:hover, .mec-fes-list ul li .mec-fes-event-view a:hover {
	background: #40d9f1;
	color: #fff;
	border-color: #40d9f1;
}

.mec-fes-form-top-actions a, .mec-fes-list-top-actions a, .single-mec-events .pmpro_content_message a, .single-mec-events .pmpro_content_message a:link {
	position: relative;
	border: none;
	border-radius: 3px;
	color: #fff !important;
	display: inline-block;
	font-size: 13px;
	line-height: 1;
	line-height: 1;
	text-transform: none;
	font-weight: 400;
	text-decoration: none !important;
	text-decoration: unset;
	cursor: pointer;
	margin-bottom: 20px !important;
	margin-right: 10px;
	letter-spacing: 0;
	padding: 15px 22px;
	background: #39c36e;
	box-shadow: 0 1px 7px -3px #39c36e !important;
	-webkit-transition: all .21s ease;
	-moz-transition: all .21s ease;
	transition: all .21s ease;
}

.mec-fes-form-top-actions a:hover, .mec-fes-list-top-actions a:hover, .single-mec-events .pmpro_content_message a:hover, .single-mec-events .pmpro_content_message a:hover:link {
	background: #222;
	color: #fff;
}

.mec-fes-list-top-actions a {
	font-weight: 600;
	text-transform: capitalize;
}

.mec-fes-form-top-actions a:before {
	content: "";
	border: solid #fff;
	border-width: 0 2px 2px 0;
	display: inline-block;
	padding: 6px;
	margin-right: 5px;
	vertical-align: sub;
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
}

.mec-fes-form .mec-form-row, .mec-fes-list .mec-form-row {
	margin-bottom: 0;
	clear: both;
}

.mec-fes-form .mec-form-row:after, .mec-fes-list .mec-form-row:after {
	content: "";
	display: block;
	clear: both;
}

.mec-fes-form label, .mec-fes-form span.mec-label {
	font-size: 13px;
	line-height: 20px;
	display: block;
	color: #798f96;
	font-weight: 400;
	padding: 0;
	margin: 5px 0;
}

.mec-fes-form label:not(.mec-title label), .mec-fes-form span.mec-label {
	margin: 0;
	line-height: 36px;
}

.mec-fes-form input+label {
	line-height: 24px;
	padding: 0;
	margin: 0;
	display: inline-block;
	vertical-align: middle;
}

#wrap .mec-fes-form input+label {
	padding-top: 0;
}

.mec-fes-form .post-status {
	float: right !important;
	margin: 0 5px;
	color: #fff;
	padding: 0 10px;
	border-radius: 12px;
	font-style: italic;
	font-size: 18px;
}

.mec-fes-form #mec-event-data input[type=date], .mec-fes-form input[type=email], .mec-fes-form input[type=number], .mec-fes-form input[type=password], .mec-fes-form input[type=tel], .mec-fes-form input[type=text], .mec-fes-form input[type=url], .mec-fes-form select, .mec-fes-form textarea {
	min-width: inherit;
	display: inline;
	min-height: 30px;
	font-size: 13px;
	line-height: 36px;
	padding: 0 10px;
	margin: 0 1% 10px 0;
	background: #fff;
	border: 1px solid #cfeff5;
	box-shadow: 0 2px 5px rgba(207, 239, 245, .38) inset;
	border-radius: 3px;
	height: 36px;
	color: #798f96;
	font-family: inherit;
}

.mec-fes-form select {
	width: auto;
}

.mec-fes-form textarea {
	padding: 10px;
	line-height: 20px;
}

#mec_fes_form input[type=date]::-webkit-calendar-picker-indicator, .lity-content #mec_fes_form input[type=date]::-webkit-calendar-picker-indicator, .lity-content .mec-events-meta-group-booking input[type=date]::-webkit-calendar-picker-indicator, .mec-events-meta-group-booking .mec-booking-shortcode input[type=date]::-webkit-calendar-picker-indicator, .mec-single-event .mec-events-meta-group-booking input[type=date]::-webkit-calendar-picker-indicator {
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQ1IDc5LjE2MzQ5OSwgMjAxOC8wOC8xMy0xNjo0MDoyMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTkgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjA0QjQ2N0QwQjQ4MzExRUE4RDdFREZDRTUxMUVERTM5IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjA0QjQ2N0QxQjQ4MzExRUE4RDdFREZDRTUxMUVERTM5Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MDRCNDY3Q0VCNDgzMTFFQThEN0VERkNFNTExRURFMzkiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MDRCNDY3Q0ZCNDgzMTFFQThEN0VERkNFNTExRURFMzkiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6WW71PAAAGIklEQVR42qRXS28bVRQ+586Mx3ZC1DSpVFojRU2CqMIGiSKxAVoUduzoDjYIlhU/Av4AYsdjRXfkD0Cjom6QqIqEqEhRo1aRkkZpkpY6j7GduQ++c2dsj1+BlInGztxvzj3nfudpPlM/otc2W2QjJmU0rZ0uUytUpBxNnN9p/FYhctF0+XUi2nPGkX7WJOfwxNRzqXxtbfI4eUvm7xY1o4iiI0d/vFiisL2BgTAz0yvbCRnLhP0uNEtqrgUseZRcwPPvJewaldSA8o48vo+Tj0U+CnrkOgZwvkEzEmGm1PF9fzK5Y3U/YlllsjRUv19zXl7571HyAjooc/kmYerpcmPO0Mfa0SyxEtji44ynOjPuayjecd7M46/MQOdGyIs9ThnzMLD0XRrwIdeetmoLm41fWiG95Ar792tydLLrOPkAlpW027hbG3+T37lf/5EtvYcXUuhfBjWp9wHRBO63c5lbEkQj2B92uaHy4l2EAQ66GFgbmiD4id/9q661ooAtf8rsvmUEilAHEqcgtJvvNq3YPTkJA8PksT9ZFxD8+4my9pvAOqOMxIMoJHfPZoJkJNiYat3duOac6hxt1N3GR8lnt0O623s+c2CVZEGaZ8Oks1mElvxu7hGYaQjpHLpH3q/YFQE7Oh5Y6gFTaHhAXlasxmoWpZO5L9Ow4DTv+UBZBAkWNO+CqhkbSOzaXWWyzY+n3WcACdVscnklz5CHYsmv1L/RyUJ/cs7zdT3Ey8pTgw/QgNNuS4XjNMvffwvBNmwDH+pdeZ3J+1qDdW15vS0iBhjZWzF9ge8HWl7zNLluYhP/9/jvFANXyL+ufF4jZvOCZsK8isp77+sixf10n7QQjJT39bBtjzdA5chtLG61n7kgk6UvDy29z4HL4c/ifkN0hYV+cA3Bc7stKAfossgSSF06+3HOu8QovE8eThDlv4pu1TbUOpqySDNUKMSDQRIo6QgVRHbFcID1mCITUGgNKLI9uBbcCC59xUi+DsiHBq0XOLb3utqOUYV+LglH9XJASRAsRNqt4xHVj59Exqw3AlrYi0PaiwNqBKoX12Y9iQSP/GkD4xZC0yt/GPFCvZzhUBoMtmPftRwMEEtpupy2auzadLraXtlNoXLhKQYLbjrWRx0cXNf24wxPSmWw5aZPNXSNOi5ytXqZpjTwSqs3PsJi0I61LG29EFG9GtyaeqgvxU17TrAkDjbvnq/eKcTYrbcemi5eHoI/OLgUt7r4n+cqd04llmZ3mjBSDQ4kYtERLLz4OKGt0xGKA9+RgiSGSRV7+UlCVvka72lEvHRx04vLGW2f/PzTBk3VtddRrGlhMXVaIdME5sLJ3ZQOTPQBNqj58uzcxsXtZEkqmQ7IB9ihLeA2x6FQqyG4cRuvbh8uNZSigzBCALhBBtrjkwjjQItQ+kPXWY6eBuEi/lmOlC8kvTh38ZLH3QC+y+GiIl4OqbeZ9RggQZgcVIXe1ep48jPkz/oGw7x1yoytIq1o59AH1Wp1rNHBSXA9tip87zYyvFzpx8dXLVTvqySvhUMNsN6+1ERrrNQVQs57H4K6cR35GrapffICb16RpO7glOHrrQyvjHXxQHB0/j1ugV0LpcFwAzS4n6hiZoIvEp2znwcSigfGJhxpMmseLc0dvFjcvRuLvdEdNyl2+0DOALwE863TM/jnJqhfQa6v4AfJzUNOZ/aVlhqIUpoO4PuU4XFsqFrSM866m9hxBXSvWPx/wHpGqA96Vfa5AH9HnMjYNI96dbkwaVzcCw/nAK+xHzp4Hp89eD04nENzX6v4cYrnrVWXXQF/Fh7MQfWasmogCNsmaT+qwD0g4gYsuYqnWlboeKMUumUr86LycxdwdRUb+zQTvAzcgL0jLXFkbkQUX5UKyFTE2bvZD0a5B8SAUu6dPf+7AInssja2VPSZRud2Ni/NKse5M2VQqkO4BxSzZLmV8Wwpa8S9OHsK3X6+Lc7F/JidOwvkc7z3FbIgzd7smy1c35TEg7NGrg6Ucs88UsCliOLHH1+Td8HYFl++W//QxfT9iSee/3lJWy5X6aMwtK3rTVWJUU4/g4GzdLLp73ku8cEDxNmXUZhc/0eAAQAVgX0RHvvILQAAAABJRU5ErkJggg==");
	background-position: center;
	background-size: cover;
	width: 10px;
	height: 12px;
	display: block;
}

.mec-fes-form input {
	background: #fff;
	border-radius: 3px;
}

.mec-fes-form textarea {
	height: 80px;
}

.mec-fes-form input::-webkit-input-placeholder {
	color: #798f96;
}

.mec-fes-form input::-moz-placeholder {
	color: #798f96;
}

.mec-fes-form input:-ms-input-placeholder {
	color: #798f96;
}

.mec-fes-form input:-moz-placeholder {
	color: #798f96;
}

#mec-excerpt .mec-form-row .widefat {
	max-width: 100%;
}

#mec_more_info_target {
	width: 100%;
}

@media only screen and (min-width:961px) {
	.mec-fes-form #mec-event-data input[type=date], .mec-fes-form #mec-event-data select, .mec-fes-form input[type=email], .mec-fes-form input[type=number], .mec-fes-form input[type=password], .mec-fes-form input[type=tel], .mec-fes-form input[type=text], .mec-fes-form input[type=url], .mec-fes-form textarea {
		display: inline-block;
	}
}

@media only screen and (max-width:768px) {
	.mec-fes-form #mec-event-data input[type=date], .mec-fes-form #mec-event-data select, .mec-fes-form input[type=email], .mec-fes-form input[type=password], .mec-fes-form input[type=text], .mec-fes-form input[type=url], .mec-fes-form textarea {
		width: 100%;
	}
}

.mec-fes-form input[type=text]#mec_fes_title {
	padding: 5px 10px;
	min-height: 32px;
	height: 50px;
	background: #fff !important;
	max-width: 100%;
	font-size: 19px;
	font-weight: 400;
}

.mec-fes-form input[type=checkbox], .mec-fes-form input[type=radio] {
	display: inline !important;
	float: left;
	margin: 5px 5px 0 0;
}

.mec-fes-form input[type=email]:focus, .mec-fes-form input[type=number]:focus, .mec-fes-form input[type=password]:focus, .mec-fes-form input[type=tel]:focus, .mec-fes-form input[type=text]:focus, .mec-fes-form input[type=url]:focus, .mec-fes-form select:focus, .mec-fes-form textarea:focus {
	border: 1px solid #aaa;
	color: #444;
	background: #fff;
	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .2);
	box-shadow: 0 0 3px rgba(0, 0, 0, .2);
	outline: 0;
}

.mec-form-row .mec-color {
	cursor: pointer;
}

.mec-form-row.mec-available-color-row span {
	margin: 10px;
	margin: 6px 10px 6px 0;
	width: 14px;
	height: 14px;
	display: inline-block;
	border-radius: 20px 20px 20px 20px;
	vertical-align: middle;
}

.mec-form-row.mec-available-color-row span:first-of-type {
	margin-left: 0;
}

.mec-fes-form .mec-tooltip:hover:after, .mec-fes-form .mec-tooltip:hover:before {
	display: none;
}

.mec-fes-form .mec-tooltip .box {
	min-width: 300px;
	max-width: 600px;
	display: inline-block;
	left: 36px;
	top: calc(50% - 9px);
	transform: translateY(-50%);
	padding: 0;
	margin-top: 8px;
	background-color: #535a61;
	color: #fff;
	font-weight: 300;
	font-size: 14px;
	letter-spacing: .5px;
	line-height: 1.3;
	position: absolute;
	z-index: 9999999;
	box-sizing: border-box;
	border-radius: 6px;
	box-shadow: 0 4px 45px -8px #444b50;
	visibility: hidden;
	opacity: 0;
	transition: opacity .23s;
}

#webnus-dashboard .mec-fes-form .mec-tooltip .box p, .mec-fes-form .mec-tooltip .box p {
	color: #fff !important;
	font-size: 14px;
	line-height: 1.3;
	margin: 0;
}

.mec-fes-form .mec-tooltip:hover .box {
	visibility: visible;
	opacity: 1;
}

.mec-fes-form .mec-tooltip:hover .box {
	padding: 20px;
	border-radius: 8px;
}

.mec-fes-form .mec-tooltip .box h5 {
	color: #fff;
	font-size: 17px;
	font-weight: 600;
	margin: -30px -20px;
	padding: 20px 0;
	text-align: center;
	margin-bottom: 10px;
	background: #3a3f44;
	border-bottom: 1px solid #32363a;
	border-radius: 6px 6px 0 0;
	z-index: 9999;
}

#webnus-dashboard .mec-fes-form .mec-tooltip .box p a, .mec-fes-form .mec-tooltip .box p a {
	color: #40d9f1;
	margin-top: 10px;
	margin-left: 0;
	font-weight: 400;
	position: relative;
	text-decoration: none;
	display: block;
	width: max-content;
}

.mec-fes-form .mec-tooltip .box a:hover {
	color: #f90;
}

.mec-fes-form .mec-tooltip .box:after {
	display: block;
	position: absolute !important;
	top: 100% !important;
	right: 50% !important;
	margin-top: -6px !important;
	margin-right: -6px !important;
	width: 12px !important;
	height: 24px !important;
	overflow: hidden !important;
	transform: rotate(-90deg) !important;
}

.mec-fes-form .mec-tooltip .box:before {
	display: block;
	content: "" !important;
	position: absolute !important;
	width: 12px;
	height: 12px;
	left: -10px !important;
	top: 50% !important;
	transform: translate(50%, -50%) rotate(-45deg) !important;
	background-color: #535a61 !important;
	box-shadow: 0 8px 9px -4px #535a61 !important;
	z-index: 0 !important;
}

.mec-fes-form .mec-tooltip .box.top {
	left: 50%;
	top: 0;
	transform: translate(-50%, -100%);
	margin-top: 0;
	margin-left: -10px;
}

.mec-fes-form .mec-tooltip .box.top:after {
	top: 50% !important;
	right: 100% !important;
}

.mec-fes-form .mec-tooltip .box.top:before {
	left: 50% !important;
	top: 100% !important;
}

.mec-fes-form .mec-tooltip .box.bottom {
	left: 50%;
	top: auto;
	bottom: 0;
	transform: translate(-50%, 100%);
	margin-bottom: -20px;
	margin-left: -10px;
}

.mec-fes-form .mec-tooltip .box.bottom:after {
	top: 0 !important;
	right: 50% !important;
	background-color: #3a3f44 !important;
}

.mec-fes-form .mec-tooltip .box.bottom:before {
	left: 50% !important;
	top: -7px !important;
	transform: translateX(-50%);
	background-color: #3a3f44 !important;
}

.mec-fes-form .mec-tooltip .box.left {
	left: auto;
	right: 26px;
	top: 50%;
	transform: translateY(-50%);
}

.mec-fes-form .mec-tooltip .box.left:before {
	right: 0 !important;
	left: auto !important;
	top: 50% !important;
}

.mec-fes-form .mec-tooltip {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	cursor: help;
	position: relative;
	bottom: 0 !important;
}

.mec-fes-form .mec-tooltip:last-child {
	margin-right: 0;
}

.mec-fes-form .mec-tooltip:hover:after {
	background: #313130;
	border-radius: 5px;
	bottom: 24px;
	color: #fff;
	content: attr(title);
	left: -75px;
	padding: 10px;
	position: absolute;
	z-index: 98;
	width: 240px;
}

.mec-fes-form .mec-tooltip:hover:before {
	border: solid;
	border-color: #313130 transparent;
	border-width: 6px 6px 0;
	bottom: 18px;
	content: "";
	left: 30%;
	position: absolute;
	z-index: 99;
}

.mec-fes-form .mec-tooltip .dashicons-before:before {
	color: var(--mec-fes-main-color) !important;
	font-size: 24px;
	width: 24px;
	height: 36px;
	line-height: 36px;
	padding: 0;
}

.mec-fes-form .mec-tooltip a:focus {
	box-shadow: none;
}

.mec-form-row .bootstrap_unvalid {
	display: block;
	display: inline-block;
	border: 2px solid red;
	position: relative;
	border-bottom: 1px dotted #000;
}

.mec-fes-form .mec-tooltiptext {
	visibility: hidden;
	width: 120px;
	background-color: red;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	padding: 5px 0;
	position: absolute;
	z-index: 1;
}

.mec-fes-form .mec-tooltip .content p a {
	display: none;
}

@media only screen and (min-width:961px) {
	.mec-fes-form .mec-fes-form-cntt, .mec-fes-form .mec-fes-form-sdbr {
		width: 68%;
		float: left;
		padding-right: 20px;
	}
	
	.mec-fes-form .mec-fes-form-sdbr {
		width: 32%;
		padding-right: 0;
		padding-left: 20px;
	}
	
	.mec-fes-submit-mobile {
		display: none;
	}
}

.mec-fes-form .mec-meta-box-fields {
	padding: 0 20px 20px;
	border: 1px solid #cfeff5;
	margin-bottom: 20px !important;
	box-shadow: 0 2px 6px -3px #cfeff5;
	border-radius: 3px;
	background: #fff;
}

.mec-fes-form .mec-meta-box-fields h4, .mec-fes-form .mec-meta-box-fields h4 label {
	margin: 0 -20px;
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 0;
	color: #40d9f1;
	text-transform: capitalize;
	padding: 15px 20px;
	margin-bottom: 20px;
}

.mec-fes-form .mec-meta-box-fields h4 label {
	padding: 0;
	margin: 0;
}

.mec-fes-sub-button {
	width: 100% !important;
}

.mec-available-color-row span.color-selected {
	box-sizing: content-box;
	box-shadow: 0 0 0 2px #40d9f1;
}

.mec-fes-loading:before {
	content: url("https://cdn-ilajeil.nitrocdn.com/qDyTBCaHxTeDygzXENkUnjzSZxITwHzD/assets/images/optimized/rev-b147595/ndwbc.com/wp-content/plugins/modern-events-calendar-lite/assets/img/ajax-loader.gif");
	background: 0 0;
	border-style: none;
	display: block;
	margin-left: 47%;
}

.mec-fes-form #mec_meta_box_hourly_schedule_days .mec-form-row input[type=text] {
	width: 190px;
	margin-right: 1.4%;
}

.mec-fes-form #mec_meta_box_hourly_schedule_days .mec-form-row input[type=text].mec-col-1, .mec-fes-form #mec_meta_box_hourly_schedule_days .mec-form-row input[type=text].mec-col-2 {
	width: 120px;
	margin-right: 10px;
}

.mec-fes-form #mec_meta_box_hourly_schedule_days .mec-form-row input[type=text].widefat {
	width: 100%;
}

.mec-fes-form #mec_meta_box_hourly_schedule_days .mec-form-row {
	border-bottom: none;
	padding-bottom: 10px;
}

.mec-fes-form #mec_meta_box_hourly_schedule_days .mec-form-row input[type=text].mec-col-6 {
	width: 39%;
}

.mec-fes-form #mec_meta_box_hourly_schedule_days .mec-form-row button {
	margin-right: 0;
	padding: 9px 26px;
}

.mec-fes-form #mec_meta_box_hourly_schedule_days .mec-form-row button.mec-add-hourly-schedule-button {
	font-size: 12px;
	height: 30px;
	line-height: 25px;
}

.mec-fes-form #mec_meta_box_hourly_schedule_days .mec-form-row .description {
	display: inline-block;
	border-left: 1px dashed #bfcacc;
	margin-left: 12px;
	line-height: 28px;
	padding-left: 12px;
	margin-top: 5px;
	font-style: italic;
}

@media only screen and (max-width:768px) {
	.mec-fes-form #mec_meta_box_hourly_schedule_days .mec-form-row input[type=text] {
		width: 100% !important;
	}
}

#mec_fes_form_message {
	max-width: 838px;
	margin: 10px auto;
	display: block !important;
	text-align: center;
}

.mec-fes-form .mec-attendees-wrapper .mec-attendees-list .mec-booking-attendees-tooltip {
	position: relative;
}

.mec-fes-form .mec-attendees-wrapper .mec-attendees-list strong, .post-type-mec-books .attendees strong {
	line-height: 26px;
	padding-left: 26px;
}

.mec-fes-form .mec-attendees-wrapper .mec-attendees-list .mec-booking-attendees-tooltip:before {
	position: absolute;
	content: "";
	font-family: simple-line-icons;
	margin: 12px 0;
	top: -30px;
	left: 0;
	font-size: 18px;
	line-height: 12px;
	color: #40d9f1;
	padding: 0 60px 5px 0;
}

.mec-fes-form .mec-attendees-wrapper .mec-attendees-list .mec-booking-attendees-tooltip ul {
	position: absolute;
	min-width: 300px;
	max-width: 600px;
	display: inline-block;
	left: 60px;
	top: 50%;
	transform: translateY(-50%);
	background-color: #535a61;
	color: #fff;
	font-weight: 300;
	font-size: 14px;
	letter-spacing: .5px;
	line-height: 1.3;
	z-index: 9999999;
	box-sizing: border-box;
	box-shadow: 0 4px 45px -8px #444b50;
	visibility: hidden;
	opacity: 0;
	transition: opacity .23s;
	padding: 23px 20px 20px 20px;
	border-radius: 8px;
	margin-top: -13px;
}

.mec-fes-form .mec-attendees-wrapper .mec-attendees-list .mec-booking-attendees-tooltip ul:before {
	display: block;
	content: "" !important;
	position: absolute !important;
	width: 12px;
	height: 12px;
	left: -10px !important;
	top: 50% !important;
	transform: translate(50%, -50%) rotate(-45deg) !important;
	background-color: #535a61 !important;
	box-shadow: 0 8px 9px -4px #535a61 !important;
	z-index: 0 !important;
}

.mec-fes-form .mec-attendees-wrapper .mec-attendees-list .mec-booking-attendees-tooltip:hover ul {
	visibility: visible;
	opacity: 1;
}

.mec-fes-form .mec-attendees-wrapper .mec-attendees-list .mec-booking-attendees-tooltip ul li {
	list-style: none;
}

.mec-fes-form .mec-attendees-wrapper .mec-attendees-list .mec-booking-attendees-tooltip ul a {
	color: #40d9f1;
	margin-bottom: 14px;
	margin-left: 0;
	font-weight: 400;
	font-size: 14px;
	letter-spacing: .5px;
	position: relative;
	text-decoration: none;
	display: block;
	width: max-content;
}

.mec-fes-form .mec-attendees-wrapper .mec-attendees-list .mec-booking-attendees-tooltip ul li:last-child a {
	margin-bottom: 0;
}

.mec-fes-form .mec-attendees-wrapper .mec-attendees-list {
	margin: 0;
}

.mec-fes-form .mec-attendees-wrapper .mec-attendees-list .w-clearfix:first-child {
	background: #fff;
	border-bottom: 1px solid #cfeff5;
}

.mec-fes-form .mec-attendees-wrapper .mec-attendees-list .w-clearfix:first-child div span {
	line-height: 1;
	font-weight: 600;
	font-size: 13px;
}

.mec-fes-form .mec-attendees-wrapper .mec-attendees-list .w-clearfix {
	display: flex;
	background: #f8feff;
	padding: 10px;
	text-align: left;
}

.mec-fes-form .mec-attendees-wrapper .mec-attendees-list .w-clearfix .w-col-xs-3 {
	width: 25%;
	word-wrap: break-word;
}

.mec-fes-form .mec-attendees-wrapper .mec-attendees-list .w-clearfix .w-col-xs-3:first-child {
	width: 45%;
}

.mec-fes-form .mec-attendees-wrapper .mec-attendees-list .w-clearfix .w-col-xs-3:nth-child(2) {
	width: 15%;
}

.mec-fes-form .mec-attendees-wrapper .mec-attendees-list .w-clearfix .w-col-xs-3:nth-child(3) {
	width: 25%;
}

.mec-fes-form .mec-attendees-wrapper .mec-attendees-list .w-clearfix .w-col-xs-3:nth-child(4) {
	width: 20%;
}

.mec-fes-form .mec-attendees-wrapper .mec-attendees-list .w-clearfix:not(:first-child) .w-col-xs-3 {
	font-size: 13px;
	display: block;
	color: #798f96;
	font-weight: 400;
	padding: 0;
}

.mec-fes-form .mec-attendees-wrapper .mec-attendees-list .w-clearfix .w-col-xs-3 a {
	text-decoration: unset;
}

.mec-fes-form .mec-attendees-wrapper .mec-attendees-list .w-clearfix:nth-child(odd) {
	background: #fff;
}

select#mec_fes_selected_group {
	width: 100%;
	display: block;
}

.mec-pagination {
	display: block;
	margin: 40px 0 0 0;
}

.mec-pagination ul.page-numbers {
	display: flex;
	justify-content: center;
	align-content: space-around;
	flex-wrap: nowrap;
	align-items: center;
	flex-direction: row;
}

.mec-pagination .page-numbers li {
	margin: 0 7px;
	padding: 0;
	display: flex;
}

.mec-pagination .page-numbers li .page-numbers {
	text-align: center;
	font-size: 14px;
	line-height: 3;
	width: 42px;
}

.mec-pagination .page-numbers li .page-numbers.next, .mec-pagination .page-numbers li .page-numbers.prev {
	width: 110px;
}

.mec-wrap .mec-totalcal-box {
	position: relative;
	border: 1px solid #efefef;
	padding: 20px 5px;
	margin: 0 0 20px;
	background: #fafafa;
	overflow: hidden;
	box-shadow: 0 3px 2px 0 rgba(0, 0, 0, .012);
	min-height: 78px;
	border-radius: var(--mec-primary-border-radius);
}

.mec-wrap .mec-totalcal-box i {
	float: left;
	margin: 0;
	width: 36px;
	height: 36px;
	background: #fff;
	border: 1px solid #efefef;
	text-align: center;
	padding: 10px 0;
	font-size: 15px;
	color: #888;
	border-radius: var(--mec-secondary-border-radius) 0 0 var(--mec-secondary-border-radius);
}

.mec-checkboxes-search .mec-searchbar-category-wrap, .mec-wrap .mec-totalcal-box .mec-totalcal-view span, .mec-wrap .mec-totalcal-box input, .mec-wrap .mec-totalcal-box select {
	width: auto;
	min-height: 36px;
	height: 36px;
	line-height: 36px;
	background: #fff;
	font-size: 13px;
	color: #777;
	border: 1px solid #efefef;
	margin: 0 0 0 -1px;
	float: left;
	padding: 0 5px;
	font-family: inherit;
}

.mec-search-form .select2-container {
	width: calc(100% - 36px) !important;
}

.mec-search-form .mec-date-search .select2-container:first-of-type {
	width: calc(( 100% - 36px ) * 3 / 5) !important;
}

.mec-search-form .mec-date-search .select2-container:last-of-type {
	width: calc(( 100% - 36px ) * 2 / 5) !important;
}

.mec-search-form .mec-date-search span.select2 .selection .select2-selection, .mec-search-form .mec-dropdown-wrap span.select2 .selection .select2-selection {
	min-height: 36px;
	height: 36px;
	line-height: 36px;
	background: #fff;
	font-size: 13px;
	color: #777;
	border: 1px solid #efefef;
	margin: 0 0 10px -1px;
	padding: 0 5px;
	font-family: inherit;
	border-radius: 0 var(--mec-secondary-border-radius) var(--mec-secondary-border-radius) 0;
	width: 100%;
}

.mec-search-form .mec-date-search span.select2:first-of-type .selection .select2-selection {
	border-radius: 0;
}

.mec-search-form .mec-date-search span.select2 .selection .select2-selection .select2-selection__rendered, .mec-search-form .mec-dropdown-wrap span.select2 .selection .select2-selection .select2-selection__rendered {
	color: #777;
	line-height: 34px;
	padding-left: 5px;
}

.mec-search-form .mec-date-search span.select2 .selection .select2-selection .select2-selection__arrow, .mec-search-form .mec-dropdown-wrap span.select2 .selection .select2-selection .select2-selection__arrow {
	height: 34px;
}

body:has(.mec-search-form) .select2-container--open .select2-dropdown--below {
	margin-top: 21px;
	margin-left: -1px;
	border: 1px solid #efefef;
	border-radius: 0 0 var(--mec-secondary-border-radius) var(--mec-secondary-border-radius);
	overflow: hidden;
}

body:has(.mec-search-form) .select2-container--open .select2-dropdown--above {
	margin-top: 32px;
	border: 1px solid #efefef;
	border-radius: var(--mec-secondary-border-radius) var(--mec-secondary-border-radius) 0 0;
	overflow: hidden;
}

body:has(.mec-search-form) .select2-search--dropdown .select2-search__field {
	font-size: 13px;
	color: #777;
	border: 1px solid #efefef !important;
}

body:has(.mec-search-form) .select2-container--default .select2-results__option--selected {
	background-color: #efefef !important;
}

body:has(.mec-search-form) .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
	background-color: var(--mec-color-skin) !important;
}

body:has(.mec-search-form) .select2-results__option {
	font-size: 13px !important;
}

.mec-wrap .mec-totalcal-box input[type=date], .mec-wrap .mec-totalcal-box input[type=email], .mec-wrap .mec-totalcal-box input[type=number], .mec-wrap .mec-totalcal-box input[type=password], .mec-wrap .mec-totalcal-box input[type=search], .mec-wrap .mec-totalcal-box input[type=tel], .mec-wrap .mec-totalcal-box input[type=text], .mec-wrap .mec-totalcal-box input[type=url], .mec-wrap .mec-totalcal-box select, .mec-wrap .mec-totalcal-box textarea {
	border-radius: 0;
}

.mec-wrap .mec-totalcal-box .mec-totalcal-view span.mec-totalcalview-selected {
	border-right-width: 2px;
}

.mec-there-labels .mec-totalcal-view {
	margin-top: 28px;
}

.mec-wrap .mec-totalcal-box input[type=submit] {
	cursor: pointer;
	padding: 0 16px;
	text-transform: uppercase;
	font-size: 11px;
	transition: all .21s ease;
}

.mec-wrap .mec-totalcal-box input[type=submit]:hover {
	background: #222;
	color: #fff;
}

.mec-wrap .mec-totalcal-box .mec-totalcal-view span {
	display: inline-block;
	text-transform: uppercase;
	font-size: 11px;
	padding: 0 12px;
	cursor: pointer;
}

.mec-wrap .mec-totalcal-box .mec-totalcal-view span:hover {
	color: #40d9f1;
}

.mec-wrap .mec-totalcal-box .mec-totalcal-view span.mec-totalcalview-selected {
	color: #fff;
	background: #40d9f1;
	border-color: #40d9f1;
}

.mec-wrap .mec-totalcal-box .mec-totalcal-view span:first-child {
	border-radius: var(--mec-secondary-border-radius) 0 0 var(--mec-secondary-border-radius);
}

.mec-wrap .mec-totalcal-box .mec-totalcal-view span:last-child {
	border-radius: 0 var(--mec-secondary-border-radius) var(--mec-secondary-border-radius) 0;
}

.mec-wrap .mec-totalcal-box .mec-totalcal-view {
	text-align: right;
	float: right;
}

.mec-wrap .mec-totalcal-box input[type=search] {
	width: calc(100% - 36px);
}

.mec-there-reset-button .mec-totalcal-box {
	padding-bottom: 48px;
}

.mec-wrap .mec-totalcal-box .mec-search-reset-button .mec-button {
	margin: 27.39px 0 0 0 !important;
	padding: 0 25px !important;
	border-radius: var(--mec-secondary-border-radius) !important;
	background: #fff !important;
	color: #767676 !important;
	border-top: 1px solid !important;
	border-left: 1px solid !important;
	border-color: #e8e8e8 !important;
	overflow: hidden !important;
	height: 36px;
}

.mec-wrap .mec-totalcal-box .mec-search-reset-button .mec-button:hover {
	background: #000 !important;
	color: #fff !important;
	border-color: #000 !important;
}

.mec-full-calendar-wrap .mec-search-form .col-md-7 {
	padding: 0;
}

.mec-wrap .mec-date-search .mec-col-3, .mec-wrap .mec-minmax-event-cost .mec-minmax-price {
	width: calc(50% - 17px);
}

.mec-wrap .mec-text-address-search.with-mec-cost {
	width: calc(100% - 356px);
}

.mec-wrap .mec-minmax-event-cost {
	display: block;
	float: left;
	width: 50%;
	margin-left: 10px;
}

.mec-wrap .mec-minmax-event-cost.with-mec-address {
	display: block;
	width: 336px;
	max-width: 50%;
	float: right;
	margin-left: 0;
	margin-right: 10px;
}

.mec-wrap .mec-checkboxes-search {
	margin-left: 10px;
	margin-right: 10px;
	display: table-caption;
}

.mec-wrap .mec-checkboxes-search .mec-searchbar-category-wrap {
	width: calc(100% - 36px) !important;
	max-width: calc(100% - 36px) !important;
	padding: 0;
	position: relative;
	line-height: inherit;
	height: auto;
}

.mec-wrap .mec-checkboxes-search .mec-searchbar-category-wrap select {
	line-height: 20px;
}

.mec-wrap .mec-checkboxes-search .mec-searchbar-category-wrap .select2-container.select2-container--default {
	width: calc(100% - 36px) !important;
}

.mec-wrap .mec-checkboxes-search .mec-searchbar-category-wrap input[type=search] {
	width: calc(100% - 36px) !important;
	min-height: 30px;
	margin: 0;
}

.mec-wrap .mec-checkboxes-search .mec-searchbar-category-wrap .select2-container .select2-selection--multiple ul, .mec-wrap .mec-checkboxes-search .mec-searchbar-category-wrap .select2-container.select2-container--default {
	height: auto;
	overflow: unset;
}

.mec-wrap .mec-checkboxes-search .mec-searchbar-category-wrap .select2-container .select2-selection--multiple ul {
	display: block;
}

.mec-wrap .mec-checkboxes-search .mec-searchbar-category-wrap .select2-container .select2-selection--multiple {
	border: unset;
	width: 100%;
	height: 0 !important;
	border-radius: 0;
}

.mec-wrap .mec-checkboxes-search .mec-searchbar-category-wrap .select2-container .select2-selection--multiple ul li {
	line-height: 12px !important;
	max-height: 20px !important;
	width: auto;
	margin-right: 5px;
	margin-top: 5px;
}

.mec-wrap .mec-checkboxes-search .mec-searchbar-category-wrap .select2-container .select2-selection--multiple .select2-selection__choice {
	letter-spacing: 0;
	color: #777;
	text-transform: capitalize;
	text-transform: uppercase;
	padding: 4px 6px;
	background-color: #efefef;
	border-radius: 2px;
	border: 0;
	cursor: default;
	float: left;
	margin-right: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 11px;
}

.mec-wrap .mec-checkboxes-search .mec-searchbar-category-wrap .select2-container .select2-selection--multiple .select2-selection__choice__remove {
	color: #777;
}

@media only screen and (min-width:961px) and (max-width:1200px) {
	.mec-wrap .mec-totalcal-box {
		padding: 37px 5px;
	}
}

@media only screen and (max-width:960px) {
	.mec-wrap .mec-totalcal-box .col-md-3, .mec-wrap .mec-totalcal-box .col-md-4, .mec-wrap .mec-totalcal-box .col-md-5 {
		width: 100%;
		float: none;
		clear: both;
		overflow: hidden;
	}
	
	.mec-full-calendar-wrap .mec-search-form .col-md-3, .mec-full-calendar-wrap .mec-search-form .col-md-4, .mec-full-calendar-wrap .mec-search-form .col-md-5 {
		display: block;
		max-width: 100%;
		padding: 0;
		margin: 0 0 10px 0;
	}
	
	.mec-full-calendar-wrap .mec-search-form .col-md-3 {
		padding-bottom: 10px !important;
	}
	
	.mec-wrap .mec-search-form .mec-date-search select {
		width: calc(100% - 106px);
	}
	
	.mec-wrap .mec-search-form .mec-date-search select:last-child {
		width: 70px;
	}
	
	.mec-wrap .mec-totalcal-box .mec-totalcal-view {
		float: none;
	}
	
	.mec-wrap .mec-checkboxes-search .mec-searchbar-category-wrap .select2-container .select2-selection--multiple .select2-selection__choice {
		display: block;
		max-width: 100%;
		white-space: break-spaces;
		max-height: unset !important;
		height: auto !important;
	}
}

@media only screen and (min-width:768px) and (max-width:960px) {
	.mec-wrap .mec-totalcal-box .col-md-4 {
		position: relative;
		width: initial;
	}
	
	.mec-wrap .mec-totalcal-box .col-md-5 {
		padding-bottom: 0;
	}
	
	.mec-full-calendar-wrap .mec-search-form .col-md-5 {
		margin-top: 20px;
	}
	
	.mec-wrap .mec-totalcal-box {
		padding: 37px 5px;
	}
}

@media only screen and (max-width:767px) {
	.mec-wrap .mec-totalcal-box .mec-totalcal-view {
		float: none;
	}
	
	.mec-wrap .mec-totalcal-box .col-md-4 {
		padding-bottom: 0;
	}
	
	.mec-wrap .mec-minmax-event-cost.with-mec-address, .mec-wrap .mec-text-address-search.with-mec-cost {
		width: 100%;
		float: left;
	}
	
	.mec-wrap .mec-minmax-event-cost.with-mec-address {
		max-width: calc(100% - 20px);
		margin: 0 10px 20px 10px;
	}
	
	.mec-wrap .mec-minmax-event-cost .mec-minmax-price {
		width: calc(50% - 17px);
	}
}

@media only screen and (max-width:479px) {
	.mec-wrap .mec-totalcal-box .mec-totalcal-view span {
		padding: 0 8px;
		font-size: 10px;
	}
	
	.mec-wrap .mec-totalcal-box input[type=submit] {
		padding: 0 10px;
		font-size: 10px;
	}
}

@media only screen and (min-width:961px) {
	.mec-wrap .mec-wrap.mec-sm959 .mec-totalcal-box .col-md-5, .mec-wrap.mec-sm959 .mec-totalcal-box .col-md-3 {
		padding-bottom: 20px;
		clear: both;
		overflow: hidden;
	}
	
	.mec-wrap.mec-sm959 .mec-totalcal-box .col-md-5 {
		right: 10px;
		width: initial;
	}
	
	.mec-wrap.mec-sm959 .mec-totalcal-box .col-md-4 {
		padding-bottom: 0;
		width: 100%;
	}
}

@media (min-width:961px) and (max-width:1200px) {
	.mec-full-calendar-wrap .mec-totalcal-box {
		padding: 15px 10px;
	}
	
	.mec-full-calendar-wrap .mec-totalcal-box .col-md-2 {
		width: 50%;
	}
	
	.mec-wrap .mec-totalcal-box .mec-totalcal-view span {
		padding: 0 10px;
	}
	
	.mec-search-form .mec-date-search, .mec-search-form .mec-dropdown-search, .mec-search-form .mec-text-address-search, .mec-search-form .mec-text-input-search {
		padding: 0 4px;
	}
	
	.mec-full-calendar-wrap .mec-totalcal-box .col-md-2, .mec-full-calendar-wrap .mec-totalcal-box .col-md-3, .mec-full-calendar-wrap .mec-totalcal-box .col-md-4, .mec-full-calendar-wrap .mec-totalcal-box .col-md-5 {
		padding-bottom: 20px;
	}
	
	.mec-full-calendar-wrap .mec-totalcal-box .col-md-2 select {
		min-width: calc(100% - 36px);
	}
	
	.mec-full-calendar-wrap .mec-totalcal-box .col-md-3 select {
		min-width: calc(30% - 10px);
	}
	
	.mec-full-calendar-wrap .mec-totalcal-box .col-md-3:last-child select {
		min-width: calc(50% - 19px);
	}
	
	.mec-full-calendar-wrap .mec-totalcal-box .mec-totalcal-view span {
		font-size: 9px;
		text-align: center;
	}
}

@media only screen and (max-width:1200px) {
	.post-type-archive-mec-events .mec-totalcal-box .col-md-3, .post-type-archive-mec-events .mec-totalcal-box .col-md-4 {
		width: 100%;
		padding: 0;
	}
	
	.post-type-archive-mec-events .mec-totalcal-box select:last-child {
		min-width: auto;
	}
	
	.post-type-archive-mec-events .mec-totalcal-box .col-md-5 {
		position: relative;
		float: right;
		max-width: 100%;
		left: 0;
		top: 20px;
		width: 100% !important;
		display: block;
		clear: both;
	}
	
	.post-type-archive-mec-events .mec-totalcal-box .mec-totalcal-view {
		max-width: 100%;
		width: 100%;
	}
	
	.post-type-archive-mec-events .mec-totalcal-box .mec-totalcal-view span {
		width: 20.1%;
		font-size: 10px;
	}
}

@media only screen and (max-width:960px) {
	.post-type-archive-mec-events .mec-totalcal-box .col-md-5 {
		top: 10px;
	}
}

@media only screen and (max-width:760px) {
	.post-type-archive-mec-events .mec-totalcal-box .col-md-5 {
		top: 0 !important;
	}
}

@media only screen and (max-width:480px) {
	.post-type-archive-mec-events .mec-totalcal-box .mec-totalcal-view span {
		font-size: 8px;
	}
}

@media (min-width:1201px) and (max-width:1280px) {
	.mec-full-calendar-wrap .mec-totalcal-view span {
		font-size: 9px;
		padding: 0 10px;
	}
}

@media (min-width:761px) and (max-width:1200px) {
	.mec-full-calendar-wrap .mec-search-form .mec-dropdown-wrap .mec-dropdown-search {
		width: 33.3333%;
		display: block;
		float: left;
	}
	
	.mec-full-calendar-wrap .mec-search-form .col-md-4 .mec-text-input-search {
		padding: 0;
		margin-bottom: 20px;
	}
	
	.mec-full-calendar-wrap .mec-search-form .col-md-3 {
		width: 100%;
	}
	
	.mec-full-calendar-wrap .mec-search-form .mec-date-search select:last-child {
		min-width: 70px;
		width: 70px;
	}
	
	.mec-full-calendar-wrap .mec-search-form .col-md-5 {
		float: right;
		padding: 0 0 10px 0;
	}
	
	.mec-full-calendar-wrap .mec-totalcal-view span {
		font-size: 11px;
	}
}

@media (max-width:760px) {
	.mec-full-calendar-wrap .mec-search-form .col-md-3 {
		width: 100%;
	}
	
	.mec-full-calendar-wrap .mec-search-form .mec-date-search select:last-child {
		min-width: 70px;
		width: 70px;
	}
	
	.mec-full-calendar-wrap .mec-search-form .col-md-5 {
		float: right;
		padding: 0 0 10px 0;
	}
	
	.mec-full-calendar-wrap .mec-totalcal-view span {
		font-size: 11px;
	}
}

@media (max-width:960px) {
	.mec-full-calendar-wrap .mec-totalcal-box {
		padding: 20px 20px;
	}
	
	.mec-full-calendar-wrap .mec-totalcal-box .col-md-2 {
		width: 50%;
	}
	
	.mec-full-calendar-wrap .mec-totalcal-box .col-md-2, .mec-full-calendar-wrap .mec-totalcal-box .col-md-3, .mec-full-calendar-wrap .mec-totalcal-box .col-md-4 {
		padding-bottom: 10px;
	}
	
	.mec-full-calendar-wrap .mec-totalcal-box .col-md-2 select {
		min-width: calc(100% - 36px);
		margin-bottom: 10px;
	}
	
	.mec-full-calendar-wrap .mec-totalcal-box .mec-totalcal-view {
		margin-left: 10px;
	}
	
	.mec-full-calendar-wrap .mec-totalcal-box .mec-totalcal-view span {
		font-size: 10px;
		text-align: center;
	}
	
	.mec-full-calendar-wrap .mec-totalcal-box .col-md-2 {
		width: 100%;
	}
	
	.mec-full-calendar-wrap .mec-totalcal-box .mec-totalcal-view span {
		min-width: 14.3%;
		text-align: center;
		font-size: 10px;
		margin-right: -1px;
	}
}

@media (max-width:780px) {
	.mec-full-calendar-wrap .mec-totalcal-box .col-md-3 select {
		width: calc(50% - 18px) !important;
	}
	
	.mec-full-calendar-wrap .mec-totalcal-box .col-md-4 {
		position: unset;
		padding-right: 0;
	}
	
	.mec-full-calendar-wrap .mec-search-form .col-md-3, .mec-full-calendar-wrap .mec-search-form .col-md-4, .mec-full-calendar-wrap .mec-search-form .col-md-5 {
		margin: 0;
		padding: 0;
	}
	
	.mec-wrap .mec-totalcal-box .mec-totalcal-view span {
		padding: 0 7px;
		margin-top: 20px;
	}
}

@media (max-width:480px) {
	.mec-full-calendar-wrap .mec-totalcal-box {
		padding: 15px 10px;
	}
	
	.mec-full-calendar-wrap .mec-totalcal-box .mec-totalcal-view span {
		min-width: 13.5%;
		text-align: center;
		font-size: 11px;
	}
}

@media (max-width:411px) {
	.mec-full-calendar-wrap .mec-totalcal-box .mec-totalcal-view span {
		min-width: 12%;
		font-size: 10px;
	}
}

@media (max-width:320px) {
	.mec-full-calendar-wrap .mec-totalcal-box .mec-totalcal-view span {
		min-width: 22.5%;
		font-size: 11px;
	}
}

.mec-totalcalview-selected:hover {
	color: #fff !important;
}

.mec-search-form {
	padding: 20px 10px;
}

.mec-search-form .mec-dropdown-wrap {
	display: table;
	width: 100%;
	table-layout: fixed;
}

.mec-search-form .mec-date-input-search, .mec-search-form .mec-date-search, .mec-search-form .mec-dropdown-search, .mec-search-form .mec-text-input-search, .mec-search-form .mec-time-input-search {
	padding: 0 10px;
	float: left;
}

.mec-search-form .mec-text-input-search input {
	border-radius: 0 var(--mec-secondary-border-radius) var(--mec-secondary-border-radius) 0 !important;
}

.mec-search-form .mec-date-search, .mec-search-form .mec-time-picker-search, .mec-search-form .mec-totalcal-view {
	padding: 0 10px;
}

.mec-search-form .mec-text-input-search {
	width: 100%;
}

.mec-search-form .mec-full-calendar-search-ends .mec-text-input-search {
	width: 50%;
}

.mec-search-form .mec-date-search, .mec-search-form .mec-time-picker-search {
	width: 50%;
	float: left;
}

.mec-search-form .mec-minmax-event-cost input:last-child, .mec-search-form .mec-text-address-search input, .mec-search-form .mec-time-picker-search input:last-child {
	border-radius: 0 var(--mec-secondary-border-radius) var(--mec-secondary-border-radius) 0 !important;
}

.mec-search-form .mec-date-search.with-mec-time-picker, .mec-search-form .mec-time-picker-search.with-mec-date-search {
	width: 25%;
	float: left;
}

.mec-search-form .mec-tab-loader.col-md-6 .mec-totalcal-view {
	padding: 0;
}

.mec-wrap .mec-search-form .with-mec-date-search .mec-timepicker-end, .mec-wrap .mec-search-form .with-mec-date-search .mec-timepicker-start {
	width: calc(50% - 17px);
}

.mec-wrap .mec-search-form .with-mec-date-search .mec-timepicker-end:focus, .mec-wrap .mec-search-form .with-mec-date-search .mec-timepicker-end:hover, .mec-wrap .mec-search-form .with-mec-date-search .mec-timepicker-start:focus, .mec-wrap .mec-search-form .with-mec-date-search .mec-timepicker-start:hover {
	border-color: #efefef;
	box-shadow: none;
}

.mec-search-form .mec-full-calendar-search-ends .mec-text-input-search.col-md-12, .mec-search-form .mec-minmax-event-cost, .mec-search-form .mec-text-address-search {
	min-height: 55px;
}

.mec-search-form .mec-full-calendar-search-ends .mec-text-input-search.col-md-12, .mec-widget .mec-search-form .mec-date-search, .mec-widget .mec-search-form .mec-text-input-search {
	width: 100%;
}

.mec-search-form .mec-full-calendar-search-ends .mec-text-input-search.col-md-12 {
	padding: 0 10px;
}

.mec-there-labels .mec-search-form .mec-full-calendar-search-ends .mec-text-input-search.col-md-12 {
	margin-top: 20px;
}

.mec-search-form .mec-minmax-event-cost, .mec-search-form .mec-text-address-search, .mec-widget .mec-search-form .mec-text-input-search {
	margin-top: 10px;
}

.mec-search-form .mec-date-search {
	clear: left;
}

.mec-search-form .mec-dropdown-wrap .mec-dropdown-search {
	display: table-cell;
	float: none;
}

.mec-widget .mec-search-form .mec-dropdown-wrap .mec-dropdown-search {
	display: block;
}

.mec-checkboxes-search .mec-searchbar-category-wrap, .mec-wrap .mec-search-form .mec-dropdown-wrap .mec-dropdown-search select {
	width: calc(100% - 36px);
	margin-bottom: 10px;
	border-radius: 0 var(--mec-secondary-border-radius) var(--mec-secondary-border-radius) 0;
}

.mec-wrap .mec-search-form .mec-minmax-price input, .mec-wrap .mec-search-form .mec-text-address-search input, .mec-wrap .mec-search-form .mec-text-input-search input {
	margin-bottom: 10px;
}

.mec-wrap .mec-totalcal-box label {
	display: block;
	line-height: 1.8;
	margin-bottom: 4px;
	font-size: 13px;
	color: #9a9a9a;
}

.mec-wrap .mec-search-form .mec-date-search select {
	width: calc(100% - 106px);
}

.mec-wrap .mec-search-form .mec-date-search select:last-child {
	width: 70px;
	border-radius: 0 var(--mec-secondary-border-radius) var(--mec-secondary-border-radius) 0 !important;
}

@media only screen and (max-width:781px) {
	.mec-search-form .mec-date-search, .mec-search-form .mec-dropdown-search, .mec-search-form .mec-text-input-search {
		width: 100%;
		float: none;
	}
	
	.mec-search-form .mec-date-search {
		min-height: 55px;
	}
	
	.mec-search-form .mec-dropdown-wrap .mec-dropdown-search {
		display: block;
		width: 50%;
		float: left;
	}
	
	.mec-full-calendar-wrap .mec-totalcal-box .col-md-3 {
		margin-bottom: 0;
		padding-bottom: 0 !important;
	}
}

@media only screen and (max-width:479px) {
	.mec-search-form .mec-dropdown-wrap .mec-dropdown-search {
		display: block;
		width: 100%;
		float: none;
	}
}

@media only screen and (min-width:961px) and (max-width:1200px) {
	.post-type-archive-mec-events .mec-totalcal-box .col-md-3, .post-type-archive-mec-events .mec-totalcal-box .col-md-4, .post-type-archive-mec-events .mec-totalcal-box .col-md-5 {
		max-width: 100%;
		width: 100%;
	}
	
	.post-type-archive-mec-events .mec-totalcal-box .col-md-4 {
		padding: 0 10px;
	}
	
	.post-type-archive-mec-events .mec-totalcal-box .col-md-4 .mec-text-input-search {
		margin: 0;
	}
	
	.post-type-archive-mec-events .mec-totalcal-box .col-md-5 {
		margin-bottom: 20px;
		padding: 0 10px 10px 10px;
	}
}

@media only screen and (max-width:960px) {
	.mec-full-calendar-wrap .mec-totalcal-box .col-md-4, .post-type-archive-mec-events .mec-totalcal-box .col-md-4 {
		padding: 0 10px;
	}
	
	.mec-full-calendar-wrap .mec-totalcal-box .col-md-4 {
		margin-bottom: 0;
	}
	
	.post-type-archive-mec-events .mec-totalcal-box .col-md-4 .mec-text-input-search {
		margin: 0;
	}
	
	.post-type-archive-mec-events .mec-totalcal-box .mec-totalcal-view {
		padding-right: 15px;
	}
	
	.mec-full-calendar-wrap .mec-search-form .col-md-5 {
		margin-bottom: 0;
	}
	
	.post-type-archive-mec-events .mec-totalcal-box .col-md-5 {
		padding: 0;
	}
}

@media only screen and (max-width:780px) {
	.post-type-archive-mec-events .mec-totalcal-box .mec-totalcal-view span {
		margin-top: 10px;
		margin-bottom: 10px;
	}
	
	.mec-wrap .mec-totalcal-box .mec-totalcal-view span {
		margin-top: 0;
	}
}

@media only screen and (max-width:760px) {
	.post-type-archive-mec-events .mec-totalcal-box .mec-totalcal-view span {
		margin-top: 20px;
		margin-bottom: 0;
	}
	
	.mec-wrap .mec-totalcal-box .mec-totalcal-view span {
		margin-top: 20px;
	}
	
	.mec-full-calendar-wrap .mec-totalcal-box .col-md-4, .post-type-archive-mec-events .mec-totalcal-box .col-md-4 {
		padding: 0;
	}
}

@media only screen and (max-width:1200px) {
	.post-type-archive-mec-events .mec-full-calendar-wrap .mec-totalcal-view span {
		width: 14.333%;
		font-size: 8px;
	}
}

@media only screen and (min-width:320px) and (max-width:960px) {
	.post-type-archive-mec-events .mec-search-form .col-md-5 span {
		width: 20% !important;
	}
}

.mec-search-form .mec-text-address-search {
	float: left;
	width: 100%;
	padding: 0 10px;
}

@media (max-width:960px) {
	.mec-search-form .mec-dropdown-search {
		margin-bottom: 10px;
	}
	
	.mec-wrap .mec-minmax-event-cost.with-mec-address, .mec-wrap .mec-text-address-search.with-mec-cost {
		margin-top: 0;
	}
	
	.mec-search-form .mec-date-search.with-mec-time-picker, .mec-search-form .mec-time-picker-search.with-mec-date-search {
		width: 50%;
		margin-bottom: 20px;
	}
	
	.mec-full-calendar-wrap .mec-totalcal-box .mec-totalcal-view {
		margin: 0;
	}
	
	.mec-full-calendar-wrap .mec-tab-loader {
		width: 100%;
		display: block;
		float: unset;
		padding: 0 0 0 10px;
	}
}

@media (max-width:780px) {
	.mec-full-calendar-wrap .mec-totalcal-box {
		padding: 10px;
	}
	
	.mec-search-form .mec-date-search.with-mec-time-picker, .mec-search-form .mec-time-picker-search.with-mec-date-search {
		margin: 20px 0;
		height: auto;
	}
	
	.mec-search-form .mec-date-search {
		min-height: unset;
	}
}

@media (max-width:480px) {
	.mec-search-form .mec-date-search.with-mec-time-picker, .mec-search-form .mec-time-picker-search.with-mec-date-search {
		width: 100%;
	}
	
	.mec-full-calendar-wrap .mec-totalcal-box .mec-totalcal-view span {
		min-width: 12%;
		text-align: center;
		font-size: 9px;
	}
	
	.mec-full-calendar-wrap .mec-totalcal-box .mec-totalcal-view span, .mec-search-form .mec-date-search.with-mec-time-picker, .mec-search-form .mec-full-calendar-search-ends .mec-text-input-search, .mec-search-form .mec-minmax-event-cost, .mec-search-form .mec-text-address-search, .mec-search-form .mec-time-picker-search.with-mec-date-search, .mec-wrap .mec-minmax-event-cost.with-mec-address {
		margin-bottom: 0;
		margin-top: 10px;
		min-height: auto;
	}
	
	.mec-wrap .mec-minmax-event-cost.with-mec-address {
		margin-bottom: 10px;
	}
	
	.mec-wrap.mec-widget .mec-minmax-event-cost.with-mec-address, .mec-wrap.mec-widget .mec-search-form .mec-time-picker-search.with-mec-date-search, .mec-wrap.mec-widget .mec-text-address-search.with-mec-cost {
		display: block !important;
		width: 100% !important;
		max-width: 100% !important;
	}
	
	.mec-wrap.mec-widget .mec-minmax-event-cost.with-mec-address {
		float: left !important;
		max-width: calc(100% - 20px) !important;
		margin: 0 0 0 10px !important;
	}
	
	.mec-wrap.mec-widget .mec-search-form .mec-time-picker-search.with-mec-date-search {
		margin-top: 20px !important;
	}
	
	.mec-wrap.mec-widget .mec-search-form .mec-text-input-search {
		padding: 10px !important;
	}
}

body:has(.mec-fes-form, .mec-search-form) .ui-datepicker {
	background-color: #fff;
	border: 1px solid #66afe9;
	border-radius: 4px;
	box-shadow: 0 0 8px rgba(102, 175, 233, .6);
	display: none;
	margin-top: 4px;
	padding: 10px;
	width: 240px;
}

body:has(.mec-fes-form, .mec-search-form) .ui-datepicker a, body:has(.mec-fes-form, .mec-search-form) .ui-datepicker a:hover {
	text-decoration: none;
	cursor: pointer;
}

body:has(.mec-fes-form, .mec-search-form) .ui-datepicker a:hover, body:has(.mec-fes-form, .mec-search-form) .ui-datepicker td:hover a {
	color: #2c6396;
	-webkit-transition: color .1s ease-in-out;
	-moz-transition: color .1s ease-in-out;
	-o-transition: color .1s ease-in-out;
	transition: color .1s ease-in-out;
}

body:has(.mec-fes-form, .mec-search-form) .ui-datepicker .ui-datepicker-header {
	margin-bottom: 4px;
	text-align: center;
}

body:has(.mec-fes-form, .mec-search-form) .ui-datepicker .ui-datepicker-title {
	font-weight: 700;
}

body:has(.mec-fes-form, .mec-search-form) .ui-datepicker .ui-datepicker-next, body:has(.mec-fes-form, .mec-search-form) .ui-datepicker .ui-datepicker-prev {
	cursor: default;
	font-family: dashicons;
	-webkit-font-smoothing: antialiased;
	font-style: normal;
	font-weight: 400;
	height: 20px;
	line-height: 1.4;
	margin-top: 2px;
	width: 20px;
}

body:has(.mec-fes-form, .mec-search-form) .ui-datepicker .ui-datepicker-prev {
	float: left;
	text-align: left;
}

body:has(.mec-fes-form, .mec-search-form) .ui-datepicker .ui-datepicker-next {
	float: right;
	text-align: center;
}

body:has(.mec-fes-form, .mec-search-form) .ui-datepicker .ui-datepicker-prev:before {
	content: "";
}

body:has(.mec-fes-form, .mec-search-form) .ui-datepicker .ui-datepicker-next:before {
	content: "";
}

body:has(.mec-fes-form, .mec-search-form) .ui-datepicker .ui-icon {
	display: none;
}

body:has(.mec-fes-form, .mec-search-form) .ui-datepicker .ui-datepicker-calendar {
	table-layout: fixed;
	width: 100%;
}

body:has(.mec-fes-form, .mec-search-form) .ui-datepicker .ui-datepicker-calendar td, body:has(.mec-fes-form, .mec-search-form) .ui-datepicker .ui-datepicker-calendar th {
	text-align: center;
	padding: 4px 0;
}

body:has(.mec-fes-form, .mec-search-form) .ui-datepicker .ui-datepicker-calendar td {
	border-radius: 4px;
	-webkit-transition: background-color .1s ease-in-out, color .1s ease-in-out;
	-moz-transition: background-color .1s ease-in-out, color .1s ease-in-out;
	-o-transition: background-color .1s ease-in-out, color .1s ease-in-out;
	transition: background-color .1s ease-in-out, color .1s ease-in-out;
}

body:has(.mec-fes-form, .mec-search-form) .ui-datepicker .ui-datepicker-calendar td:hover {
	background-color: #eee;
	cursor: pointer;
}

body:has(.mec-fes-form, .mec-search-form) .ui-datepicker .ui-datepicker-calendar td a {
	text-decoration: none;
}

body:has(.mec-fes-form, .mec-search-form) .ui-datepicker .ui-datepicker-current-day {
	background-color: #4289cc;
}

body:has(.mec-fes-form, .mec-search-form) .ui-datepicker .ui-datepicker-current-day a {
	color: #fff;
}

body:has(.mec-fes-form, .mec-search-form) .ui-datepicker .ui-datepicker-calendar .ui-datepicker-unselectable:hover {
	background-color: #fff;
	cursor: default;
}

@media only screen and (max-width:768px) {
	.mec-owl-theme .owl-nav [class*=owl-] {
		display: none !important;
	}
}

.mec-owl-theme .owl-dots .owl-dot {
	border: none;
}

.event-carousel-type1-head .mec-event-image {
	position: relative;
	min-height: 150px;
	overflow: hidden;
	border-radius: var(--mec-primary-border-radius) var(--mec-primary-border-radius) 0 0;
}

.event-carousel-type1-head .mec-event-image img {
	width: 100%;
}

.mec-event-carousel-content .mec-event-carousel-title a {
	transition: all .2s ease;
}

.event-carousel-type1-head .mec-event-date-carousel {
	position: absolute;
	top: 25px;
	left: 1px;
	font-size: 41px;
	width: 160px;
	color: #fff;
	font-weight: 500;
	background-color: #40d9f1;
	padding-left: 14px;
	height: 97px;
	line-height: 2.3;
	padding-right: 85px;
	border-radius: var(--mec-secondary-border-radius) var(--mec-secondary-border-radius) var(--mec-secondary-border-radius) 0;
}

.event-carousel-type1-head .mec-event-date-carousel:after {
	content: "";
	position: absolute;
	display: inline-block;
	z-index: -1;
	bottom: -13px;
	left: 5px;
	width: 0;
	border-width: 13px;
	border-style: solid;
	border-color: transparent transparent #40d9f1 transparent;
	transform: rotate(45deg);
}

.event-carousel-type1-head .mec-event-date-info {
	font-size: 12px;
	font-weight: 300;
	position: absolute;
	top: 27px;
	left: 75px;
}

.event-carousel-type1-head .mec-event-date-info-year {
	font-size: 12px;
	font-weight: 300;
	position: absolute;
	top: 45px;
	left: 75px;
}

.mec-event-carousel-content {
	border: 1px solid #e8e8e8;
	border-top: none;
	margin-top: -5px;
	padding: 34px 9px 11px 37px;
}

.mec-event-carousel-content .mec-event-carousel-title a {
	font-size: 23px;
	font-weight: 500;
	color: #000;
	letter-spacing: -1px;
}

.mec-event-carousel-content p {
	font-size: 14px;
	color: #7a7272;
	font-weight: 300;
}

.mec-owl-crousel-skin-type1 .owl-item .mec-event-article {
	padding: 0 19px;
	border-radius: var(--mec-primary-border-radius);
}

.mec-event-carousel-type1 .owl-page.active span {
	background-color: #00aeef;
	height: 14px;
	width: 14px;
}

.mec-event-carousel-type1 .mec-event-date {
	border-radius: var(--mec-primary-border-radius) var(--mec-primary-border-radius) 0 0;
}

.mec-event-carousel-type1 .mec-event-carousel-content {
	margin-bottom: 15px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .04);
	transition: all .27s ease;
	border-radius: 0 0 var(--mec-primary-border-radius) var(--mec-primary-border-radius);
}

.mec-skin-carousel-container .mec-owl-carousel button:focus {
	outline: 0;
}

.mec-event-carousel-type1 .mec-event-carousel-content:hover {
	box-shadow: 0 0 35px rgba(0, 0, 0, .07);
}

.mec-skin-carousel-container .mec-multiple-event .mec-event-date-carousel {
	width: 255px;
}

.mec-skin-carousel-container .mec-multiple-event .event-carousel-type1-head .mec-event-date-info, .mec-skin-carousel-container .mec-multiple-event .event-carousel-type1-head .mec-event-date-info-year {
	left: 175px;
}

.mec-skin-carousel-container .mec-time-details, .mec-skin-carousel-container .mec-time-details span {
	font-size: 11px;
	font-weight: 400;
	line-height: 1.9;
	letter-spacing: 0;
	color: #000;
	border-radius: 2px;
	white-space: nowrap;
}

.mec-event-carousel-type4 .mec-time-details, .mec-event-carousel-type4 .mec-time-details span {
	color: #fff;
}

.mec-skin-carousel-container .mec-time-details span {
	margin: 0;
	display: inline-block;
}

@media only screen and (min-width:768px) and (max-width:1000px),(min-width:270px) and (max-width:448px) {
	.event-carousel-type1-head .mec-event-date-carousel {
		font-size: 25px;
		line-height: 2.5;
		padding-right: 70px;
		height: 64px;
		width: 120px;
	}
	
	.event-carousel-type1-head .mec-event-date-carousel:after {
		left: 7px;
	}
	
	.event-carousel-type1-head .mec-event-date-info {
		font-size: 10px;
		top: 13px;
		left: 55px;
	}
	
	.event-carousel-type1-head .mec-event-date-info-year {
		font-size: 10px;
		top: 25px;
		left: 55px;
	}
	
	.event-carousel-type1-head .mec-event-date-carousel:after {
		top: 48px;
	}
}

.event-carousel-type2-head {
	background: #fff;
	border: 1px solid #e6e6e6;
}

.event-carousel-type2-head .mec-event-carousel-content-type2 {
	margin-top: 15px;
	min-height: 182px;
}

.event-carousel-type2-head .mec-event-carousel-content-type2 .mec-event-date-info {
	font-size: 15px;
	color: #9a9a9a;
	font-weight: 300;
}

.event-carousel-type2-head .mec-event-carousel-content-type2 .mec-event-carousel-title {
	font-size: 26px;
	font-weight: 700;
	color: #1c1d21;
	margin-top: 15px;
	letter-spacing: -1px;
}

.mec-event-carousel-content-type2 .mec-event-carousel-title a {
	color: inherit;
}

.mec-event-carousel-type2 .event-carousel-type2-head .mec-event-carousel-content-type2 p {
	font-size: 16px;
	font-weight: 300;
	color: #444;
}

.event-carousel-type2-head .mec-event-footer-carousel-type2 {
	margin-top: 33px;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: flex-end;
}

.mec-event-carousel-type2 .mec-event-footer-carousel-type2 .mec-event-sharing-wrap {
	padding-left: 0;
	position: relative;
	left: 0;
	margin-right: auto;
}

.event-carousel-type2-head .mec-event-footer-carousel-type2 .mec-event-sharing-wrap>li {
	border: none;
	-webkit-transition: all .25s ease;
	transition: all .25s ease;
}

.event-carousel-type2-head .mec-event-footer-carousel-type2 .mec-booking-button {
	border: 1px solid #e4e4e4;
	padding: 7px 23px 7px;
	font-size: 12px;
	text-transform: uppercase;
	color: #707070;
	font-weight: 500;
	-webkit-transition: all .25s ease;
	transition: all .25s ease;
}

.event-carousel-type2-head .mec-event-footer-carousel-type2 .mec-booking-button:hover {
	color: #fff;
}

.mec-event-article .event-carousel-type2-head {
	padding: 10%;
	margin-right: -1px;
	border-radius: var(--mec-primary-border-radius);
}

.mec-event-carousel-type2 .mec-owl-carousel .owl-wrapper-outer {
	border-right: 1px solid #e6e6e6;
}

.event-carousel-type2-head .mec-event-footer-carousel-type2 .mec-booking-button {
	line-height: 17px;
	height: 41px;
	padding: 12px 10px;
	border-radius: var(--mec-secondary-border-radius);
}

.event-carousel-type2-head .mec-event-footer-carousel-type2 .mec-modal-booking-button {
	margin: 0;
	padding: 12px 10px;
	margin-left: 15px;
}

.mec-wrap .mec-event-carousel-type2 .owl-next, .mec-wrap .mec-event-carousel-type2 .owl-prev, .mec-wrap .mec-event-carousel-type3 .owl-next, .mec-wrap .mec-event-carousel-type3 .owl-prev, .mec-wrap .mec-event-carousel-type4 .owl-next, .mec-wrap .mec-event-carousel-type4 .owl-prev {
	transition: all .25s ease;
	-webkit-transition: all .25s ease;
	position: absolute;
	position: absolute !important;
	top: 47%;
	background-color: transparent !important;
}

.mec-event-carousel-type2 .owl-next {
	right: -60px;
}

.mec-event-carousel-type2 .owl-prev {
	left: -60px;
}

.mec-event-carousel-type2 .owl-next, .mec-event-carousel-type2 .owl-prev, .mec-event-carousel-type3 .owl-next, .mec-event-carousel-type3 .owl-prev, .mec-event-carousel-type4 .owl-next, .mec-event-carousel-type4 .owl-prev {
	border: none;
}

.mec-event-carousel-type2 .owl-next i, .mec-event-carousel-type2 .owl-prev i, .mec-event-carousel-type3 .owl-next i, .mec-event-carousel-type3 .owl-prev i, .mec-event-carousel-type4 .owl-next i, .mec-event-carousel-type4 .owl-prev i {
	font-size: 40px;
	color: #282828;
}

.mec-event-carousel-type2 .owl-next i:hover, .mec-event-carousel-type2 .owl-prev i:hover, .mec-event-carousel-type3 .owl-next i:hover, .mec-event-carousel-type3 .owl-prev i:hover {
	color: #000;
	cursor: pointer;
}

.mec-event-footer-carousel-type2 .mec-event-sharing-wrap .mec-event-sharing {
	top: auto;
	bottom: 60px;
}

.mec-event-footer-carousel-type2 .mec-event-sharing-wrap .mec-event-sharing:after, .mec-event-footer-carousel-type2 .mec-event-sharing-wrap .mec-event-sharing:before {
	top: auto;
	bottom: -19px;
	border-color: #e2e2e2 transparent transparent transparent;
}

.mec-event-footer-carousel-type2 .mec-event-sharing-wrap .mec-event-sharing:after {
	bottom: -18px;
	border-color: #fff transparent transparent transparent;
}

@media only screen and (min-width:320px) and (max-width:768px) {
	.mec-event-carousel-type2 .owl-next, .mec-event-carousel-type2 .owl-prev, .mec-event-carousel-type3 .owl-next, .mec-event-carousel-type3 .owl-prev, .mec-event-carousel-type4 .owl-next, .mec-event-carousel-type4 .owl-prev {
		position: initial;
		top: 100%;
	}
}

.mec-event-carousel-type3 .mec-event-article {
	margin: 0 10px;
}

.event-carousel-type3-head .mec-event-image, .event-carousel-type3-head .mec-event-image img {
	width: 100%;
	height: auto;
	border-radius: var(--mec-primary-border-radius);
}

.event-carousel-type3-head .mec-event-footer-carousel-type3 {
	background: #fff;
	display: inline-block;
	width: calc(100% - 40px);
	margin-top: -74px;
	position: relative;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 6px;
	padding: 8% 11%;
	box-shadow: 0 2px 10px -2px rgba(0, 0, 0, .2);
	border-radius: var(--mec-primary-border-radius);
}

.event-carousel-type3-head .mec-event-footer-carousel-type3 .mec-booking-button {
	border: 1px solid #e4e4e4;
	text-transform: uppercase;
	float: right;
	padding: 0 10px;
	font-size: 12px;
	line-height: 36px;
	color: #707070;
	font-weight: 500;
	border-radius: var(--mec-secondary-border-radius);
}

.event-carousel-type3-head .mec-event-footer-carousel-type3 .mec-booking-button:hover {
	color: #fff;
}

.mec-event-footer-carousel-type3 span {
	font-size: 15px;
	color: #9a9a9a;
	font-weight: 300;
}

.mec-event-footer-carousel-type3 .mec-event-carousel-title {
	font-size: 29px;
	font-weight: 700;
}

.event-carousel-type3-head .mec-event-footer-carousel-type3 .mec-event-carousel-title {
	font-size: 26px;
	font-weight: 700;
	color: #1c1d21;
	margin-top: 15px;
	letter-spacing: -1px;
}

.mec-event-footer-carousel-type3 .mec-event-carousel-title a {
	color: inherit;
}

.event-carousel-type3-head .mec-event-footer-carousel-type3 p {
	font-size: 16px;
	font-weight: 300;
	color: #444 !important;
	margin-bottom: 36px;
}

.mec-event-carousel-type3 .owl-next {
	right: -70px;
}

.mec-event-carousel-type3 .owl-prev {
	left: -70px;
}

.mec-event-footer-carousel-type3 .mec-event-sharing-wrap {
	position: relative;
	float: left;
	left: 0;
}

.mec-event-footer-carousel-type3 .mec-event-sharing-wrap .mec-event-sharing {
	top: auto;
	bottom: 60px;
}

.mec-event-footer-carousel-type3 .mec-event-sharing-wrap .mec-event-sharing:after, .mec-event-footer-carousel-type3 .mec-event-sharing-wrap .mec-event-sharing:before {
	top: auto;
	bottom: -19px;
	border-color: #e2e2e2 transparent transparent transparent;
}

.mec-event-footer-carousel-type3 .mec-event-sharing-wrap .mec-event-sharing:after {
	bottom: -18px;
	border-color: #fff transparent transparent transparent;
}

.event-carousel-type3-head .mec-end-date-label {
	display: inline;
	margin-left: 2px;
}

.event-carousel-type4-head.clearfix {
	position: relative;
	overflow: hidden;
	background: #fff;
	border-radius: var(--mec-primary-border-radius);
}

.event-carousel-type4-head .mec-event-overlay {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	width: auto;
	height: auto;
	background-color: rgba(36, 36, 36, .4);
	transition: all .33s ease-in-out;
}

.mec-event-hover-carousel-type4 {
	font-size: 15px;
	color: #fff;
	position: absolute;
	bottom: 0;
	padding: 50px 35px;
	transition: all .33s ease-in-out;
	opacity: 0;
	visibility: hidden;
}

.event-carousel-type4-head .mec-event-image img {
	min-height: 360px;
	object-fit: cover;
}

.mec-event-carousel-type4 .mec-event-article {
	margin: 0 10px;
	border-radius: var(--mec-primary-border-radius);
}

.mec-event-carousel-type4 .mec-event-article:hover .mec-event-hover-carousel-type4 {
	opacity: 1;
	visibility: visible;
}

.mec-event-hover-carousel-type4 .mec-event-icon {
	font-size: 18px;
	float: left;
	margin-right: 14px;
	color: #fff;
	padding: 13px;
	border-radius: var(--mec-secondary-border-radius);
}

.mec-event-hover-carousel-type4 .mec-event-date {
	font-size: 11px;
	text-transform: uppercase;
	font-weight: 400;
	line-height: 1.6;
	text-align: left;
}

.mec-event-hover-carousel-type4 .mec-event-date span {
	display: block;
	font-weight: 700;
	font-size: 14px;
}

.mec-event-hover-carousel-type4 .mec-event-title {
	color: #fff;
	margin: 20px 0 38px;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	font-style: normal;
}

.mec-event-hover-carousel-type4 .mec-btn-wrapper {
	text-align: left;
}

.mec-event-hover-carousel-type4 .mec-event-button {
	color: #fff;
	background-color: #191919;
	border: 2px #191919 solid;
	padding: 10px 14px;
	letter-spacing: 1.5px;
	font-size: 11px;
	font-weight: 700;
	font-style: normal;
	transition: all .22s ease;
	text-decoration: none;
	border-radius: var(--mec-secondary-border-radius);
}

.mec-event-hover-carousel-type4 .mec-event-button:hover {
	color: #191919;
	background-color: #fff;
	border-color: #fff;
}

.mec-event-carousel-type4 .owl-next {
	right: -70px;
}

.mec-event-carousel-type4 .owl-prev {
	left: -70px;
}

.mec-carousel-type4-head {
	margin-bottom: 25px;
}

.mec-carousel-type4-head-title {
	padding: 0 11px;
	text-align: left;
	font-weight: 700;
	font-size: 20px;
	color: #000;
}

.mec-carousel-type4-head-link {
	text-align: right;
	padding: 0 11px;
}

.mec-carousel-type4-head-link a {
	background: #222;
	color: #fff;
	padding: 10px 38px;
	transition: all .3s ease;
}

.mec-carousel-type4-head-link a:hover, .mec-carousel-type4-head-link a:visited {
	color: #fff;
}

.mec-wrap .mec-event-countdown-style1 {
	color: #fff;
	padding: 0 !important;
	display: table;
	background: #437df9;
	border-radius: var(--mec-primary-border-radius);
}

.mec-wrap .mec-event-countdown-style1 .mec-event-countdown-part1 {
	z-index: 5;
	padding: 50px 1% 50px 4%;
	display: table-cell;
	float: none;
	vertical-align: middle;
}

.mec-wrap .mec-event-countdown-style1 .mec-event-countdown-part2 {
	background-color: rgba(0, 0, 0, .05);
	height: 100%;
	padding-top: 0;
	display: table-cell;
	float: none;
	position: relative;
	vertical-align: middle;
}

.mec-wrap .mec-event-countdown-style1 .mec-event-countdown-part3 {
	background-color: #f8f8f8;
	display: table-cell;
	float: none;
	text-align: center;
	vertical-align: middle;
	border-radius: 0 var(--mec-primary-border-radius) var(--mec-primary-border-radius) 0;
}

.mec-wrap .mec-event-countdown-style1 .mec-event-countdown-part1 .mec-event-title {
	color: #fff;
	font-size: 15px;
	margin-top: 30px;
}

.mec-wrap .mec-event-countdown-style1 .mec-event-countdown-part1 .mec-event-upcoming {
	font-size: 36px;
	font-weight: 700;
	line-height: 1;
	margin-top: 0;
}

.mec-wrap .mec-event-countdown-style1 .mec-event-countdown-part2 .mec-event-countdown>div {
	display: inline-block;
}

.mec-event-countdown-style1 .mec-events-meta-group-countdown {
	color: #c9c9c9;
	margin-bottom: 30px;
	padding: 20px 30px;
	background: #fff;
	border: 1px solid #e6e6e6;
	box-shadow: 0 2px 0 0 rgba(0, 0, 0, .016);
}

.mec-event-countdown-style1 .mec-event-countdown-part1 .mec-event-upcoming span {
	display: block;
}

.mec-wrap .mec-event-countdown-style1 .mec-event-countdown-part2:after {
	content: "";
	position: absolute;
	display: inline-block;
	z-index: 1;
	top: 50%;
	margin-top: -11px;
	right: -24px;
	width: 0;
	border-width: 12px;
	border-style: solid;
	border-color: transparent transparent transparent #4077ed;
}

.mec-event-countdown-style1 .mec-event-countdown-part2 .mec-event-date-place {
	text-align: center;
	padding-bottom: 8px;
}

.mec-event-countdown-part2 .mec-event-place, .mec-event-countdown-style1 .mec-event-countdown-part2 .mec-event-date {
	display: inline;
	font-size: 14px;
	padding: 0 5px;
	text-align: center;
}

.mec-event-countdown-style1 .mec-event-countdown-part3 .mec-event-button {
	display: inline-block;
	padding: 14px 30px;
	vertical-align: middle;
	font-size: 12px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #fff;
	background: #4077ed;
	transition: all .24s ease;
	border-radius: var(--mec-secondary-border-radius);
}

.mec-event-countdown-style1 .mec-event-countdown-part3 .mec-event-button:hover {
	background: #222;
}

.mec-event-countdown-style1 .mec-event-countdown {
	text-align: center;
	display: table;
	table-layout: fixed;
	margin: 0 auto;
}

.mec-event-countdown-style1 .mec-event-countdown .label-w {
	letter-spacing: 1px;
	text-transform: uppercase;
	position: relative;
}

.mec-event-countdown-style1 .mec-event-countdown .block-w {
	display: table-cell;
	margin: 0 20px 10px;
	position: relative;
	height: 70px;
}

.mec-wrap .mec-event-countdown-style1 .mec-event-countdown li {
	background-color: rgba(0, 0, 0, .1);
	margin: 5px;
	padding: 20px 0;
	min-width: 94px;
}

.mec-wrap .mec-event-countdown-style1 .mec-event-countdown li:first-child {
	border-radius: var(--mec-secondary-border-radius) 0 0 var(--mec-secondary-border-radius);
}

.mec-wrap .mec-event-countdown-style1 .mec-event-countdown li:last-child {
	border-radius: 0 var(--mec-secondary-border-radius) var(--mec-secondary-border-radius) 0;
}

.mec-wrap .mec-event-countdown-style1 .mec-event-countdown li span {
	font-size: 30px;
}

.mec-wrap .mec-event-countdown-style1 .mec-event-countdown li .label-w {
	font-size: 12px;
	color: #fff;
	margin: 8px 0 0;
	line-height: 1;
}

@media only screen and (min-width:1200px) {
	.mec-wrap.mec-sm959 .mec-event-countdown-style1 .mec-event-countdown-part1, .mec-wrap.mec-sm959 .mec-event-countdown-style1 .mec-event-countdown-part2, .mec-wrap.mec-sm959 .mec-event-countdown-style1 .mec-event-countdown-part3 {
		width: 100%;
		display: block;
		padding-top: 50px;
		padding-bottom: 50px;
	}
	
	.mec-wrap.mec-sm959 .mec-event-countdown-style1 .mec-event-countdown-part2:after {
		border-color: #4077ed transparent transparent transparent;
		top: auto;
		margin-top: 0;
		bottom: -24px;
		margin-left: -11px;
		left: 50%;
	}
}

@media (max-width:960px) {
	.mec-wrap .mec-event-countdown-style1 .mec-event-countdown-part1, .mec-wrap .mec-event-countdown-style1 .mec-event-countdown-part2, .mec-wrap .mec-event-countdown-style1 .mec-event-countdown-part3 {
		width: 100%;
		display: block;
		padding-top: 50px;
		padding-bottom: 50px;
	}
	
	.mec-wrap .mec-event-countdown-style1 .mec-event-countdown-part2:after {
		border-color: #4077ed transparent transparent transparent;
		top: auto;
		margin-top: 0;
		bottom: -24px;
		margin-left: -11px;
		left: 50%;
		transform: rotate(90deg);
	}
}

@media (max-width:480px) {
	.mec-event-countdown-style1 .mec-event-countdown .block-w {
		margin: 3px;
		height: auto;
	}
	
	.mec-wrap .mec-event-countdown-style1 .mec-event-countdown li {
		padding: 10px 5px;
		min-width: 50px;
		margin: 3px 1px;
	}
	
	.mec-wrap .mec-event-countdown-style1 .mec-event-countdown li span {
		font-size: 15px;
	}
	
	.mec-wrap .mec-event-countdown-style1 .mec-event-countdown li .label-w {
		font-size: 8px;
	}
	
	.mec-event-countdown-style1 .mec-event-countdown-part2 .mec-event-date-place {
		display: inline;
	}
}

.mec-wrap .mec-event-countdown-style2 {
	color: #fff;
	padding: 30px 0;
	background: #437df9;
	max-width: 600px;
	margin: 0 auto;
	border-radius: var(--mec-primary-border-radius);
}

.mec-wrap .mec-event-countdown-style2 .mec-event-countdown-part1, .mec-wrap .mec-event-countdown-style2 .mec-event-countdown-part2, .mec-wrap .mec-event-countdown-style2 .mec-event-countdown-part3 {
	width: 100%;
	float: none;
	vertical-align: middle;
	padding: 50px 10% 50px 10%;
}

.mec-wrap .mec-event-countdown-style2 .mec-event-countdown-part2 {
	padding-top: 12%;
	padding-bottom: 0;
}

.mec-wrap .mec-event-countdown-style2 .mec-event-countdown-part1 .mec-event-title {
	color: #fff;
	font-size: 15px;
	margin-top: 30px;
}

.mec-wrap .mec-event-countdown-style2 .mec-event-countdown-part1 .mec-event-upcoming {
	font-size: 36px;
	font-weight: 700;
	line-height: 1;
	margin-top: 0;
}

.mec-wrap .mec-event-countdown-style2 .mec-event-countdown-part2 .mec-event-countdown>div {
	display: inline-block;
}

.mec-event-countdown-style2 .mec-events-meta-group-countdown {
	color: #c9c9c9;
	margin-bottom: 30px;
	padding: 20px 30px;
	background: #fff;
	box-shadow: 0 2px 0 0 rgba(0, 0, 0, .016);
}

.mec-event-countdown-style2 .mec-event-countdown-part1 .mec-event-upcoming span {
	display: block;
}

.mec-event-countdown-style2 .mec-event-countdown-part2 .mec-event-date-place {
	text-align: left;
	padding-bottom: 8px;
}

.mec-event-countdown-part2 .mec-event-place, .mec-event-countdown-style2 .mec-event-countdown-part2 .mec-event-date {
	display: inline;
	font-size: 14px;
	padding: 0 8px;
}

.mec-event-countdown-style2 .mec-event-countdown-part3 .mec-event-button {
	display: inline-block;
	padding: 14px 30px;
	vertical-align: middle;
	font-size: 12px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #222;
	background: #fff;
	transition: all .24s ease;
	border-radius: var(--mec-secondary-border-radius);
}

.mec-event-countdown-style2 .mec-event-countdown-part3 .mec-event-button:hover {
	background: #222;
	color: #fff;
}

.mec-event-countdown-style2 .mec-event-countdown {
	text-align: center;
	display: table;
	table-layout: fixed;
	margin: 0;
}

.mec-event-countdown-style2 .mec-event-countdown .label-w {
	letter-spacing: 1px;
	text-transform: uppercase;
	position: relative;
}

.mec-event-countdown-style2 .mec-event-countdown .block-w {
	display: table-cell;
	margin: 0 20px 10px;
	position: relative;
	height: 70px;
}

.mec-wrap .mec-event-countdown-style2 .mec-event-countdown li {
	background-color: rgba(0, 0, 0, .1);
	margin: 5px;
	padding: 20px 0;
	min-width: 94px;
	border-radius: var(--mec-secondary-border-radius);
}

.mec-wrap .mec-event-countdown-style2 .mec-event-countdown li span {
	font-size: 30px;
}

.mec-wrap .mec-event-countdown-style2 .mec-event-countdown li .label-w {
	font-size: 12px;
	color: #fff;
	margin: 8px 0 0;
	line-height: 1;
}

@media only screen and (max-width:767px) {
	.mec-wrap .mec-event-countdown-style2 .mec-event-countdown li {
		min-width: 80px;
		padding: 15px;
	}
	
	.mec-wrap .mec-event-countdown-style2 .mec-event-countdown li span {
		font-size: 26px;
	}
	
	.mec-wrap .mec-event-countdown-style2 .mec-event-countdown li .label-w {
		font-size: 11px;
	}
}

@media only screen and (max-width:479px) {
	.mec-wrap .mec-event-countdown-style2 .mec-event-countdown li {
		min-width: 40px;
		padding: 15px 10px;
		margin: 2px;
	}
	
	.mec-wrap .mec-event-countdown-style2 .mec-event-countdown li span {
		font-size: 20px;
	}
	
	.mec-wrap .mec-event-countdown-style2 .mec-event-countdown li .label-w {
		font-size: 9px;
	}
}

@media (max-width:380px) {
	.mec-event-countdown-style2 .mec-event-countdown .block-w {
		margin: 3px;
		height: auto;
	}
	
	.mec-wrap .mec-event-countdown-style2 .mec-event-countdown li {
		padding: 10px 4px;
		margin: 4px 1px;
	}
	
	.mec-wrap .mec-event-countdown-style2 .mec-event-countdown li span {
		font-size: 15px;
	}
	
	.mec-wrap .mec-event-countdown-style2 .mec-event-countdown li .label-w {
		font-size: 7px;
	}
}

.mec-wrap .mec-event-countdown-style3 {
	color: #fff;
	padding: 0;
	background: #282828;
	display: flex;
	width: 100%;
	border-radius: var(--mec-primary-border-radius);
}

.mec-wrap .mec-event-countdown-style3 .mec-event-countdown-part1 {
	width: 800px;
	padding: 50px 10px 50px 60px;
	vertical-align: middle;
	position: relative;
}

.mec-wrap .mec-event-countdown-style3 .mec-event-countdown-part2 {
	width: calc(100% - 800px);
	position: relative;
	padding-bottom: 0;
	padding-top: 0;
}

.mec-wrap .mec-event-countdown-style3 .mec-event-countdown-part2 .mec-event-image {
	overflow: hidden;
	border-radius: 0 var(--mec-primary-border-radius) var(--mec-primary-border-radius) 0;
}

.mec-wrap .mec-event-countdown-style3 .mec-event-countdown-part2 .mec-event-image img {
	width: auto;
	max-width: unset;
	display: block;
}

.mec-wrap .mec-event-countdown-style3 .mec-event-countdown-part1 .mec-event-countdown-part-title span {
	font-weight: 300;
	display: block;
}

.mec-wrap .mec-event-countdown-style3 .mec-event-countdown-part1 .mec-event-upcoming {
	color: #fff;
	font-size: 36px;
	letter-spacing: -2px;
	font-weight: 700;
	line-height: 1;
	margin-top: -10px;
}

.mec-wrap .mec-event-countdown-style3 .mec-event-countdown-part2 .mec-event-countdown>div {
	display: inline-block;
}

.mec-event-countdown-style3 .mec-events-meta-group-countdown {
	color: #c9c9c9;
	margin-bottom: 30px;
	padding: 20px 30px;
	background: #fff;
	border: 1px solid #e6e6e6;
	box-shadow: 0 2px 0 0 rgba(0, 0, 0, .016);
}

.mec-event-countdown-style3 .mec-event-countdown-part2 .mec-event-date-place {
	text-align: center;
	padding-bottom: 8px;
}

.mec-event-countdown-part2 .mec-event-place, .mec-event-countdown-style3 .mec-event-countdown-part2 .mec-event-date {
	display: inline;
	font-size: 14px;
	padding: 0 5px;
	text-align: center;
}

.mec-event-countdown-style3 .mec-event-countdown-part3 .mec-event-button {
	display: inline-block;
	padding: 14px 30px;
	vertical-align: middle;
	font-size: 12px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #fff;
	background: #4077ed;
	transition: all .24s ease;
}

.mec-event-countdown-style3 .mec-event-countdown-part3 .mec-event-button:hover {
	background: #222;
}

.mec-event-countdown-style3 .mec-event-countdown {
	text-align: center;
	display: table;
	table-layout: fixed;
	margin: 0 auto;
	position: absolute;
	top: 40px;
	right: 20px;
}

.mec-event-countdown-style3 .mec-event-countdown .label-w {
	letter-spacing: 1px;
	text-transform: uppercase;
	position: relative;
}

.mec-event-countdown-style3 .mec-event-countdown .block-w {
	display: table-cell;
	margin: 0 20px 10px;
	position: relative;
	height: 70px;
}

.mec-wrap .mec-event-countdown-style3 .mec-event-countdown li {
	padding: 15px;
}

.mec-wrap .mec-event-countdown-style3 .mec-event-countdown li span {
	font-size: 30px;
}

.mec-wrap .mec-event-countdown-style3 .mec-event-countdown li .label-w {
	font-size: 11px;
	color: #888;
	margin: 8px 0 0;
	line-height: 1;
}

.mec-event-countdown-style3 .mec-event-date {
	width: 176px;
	height: 96px;
	background: #40d9f1;
	color: #fff;
	font-size: 13px;
	position: absolute;
	left: -27px;
	top: 146px;
	border-radius: var(--mec-secondary-border-radius) var(--mec-secondary-border-radius) var(--mec-secondary-border-radius) 0;
}

.mec-event-countdown-style3 .mec-event-date:after {
	content: "";
	position: absolute;
	display: inline-block;
	z-index: 1;
	bottom: -18px;
	left: 8px;
	width: 0;
	border-width: 19px;
	border-style: solid;
	border-color: transparent transparent #40d9f1 transparent;
	transform: rotate(45deg);
}

.mec-event-countdown-style3 .mec-event-date .mec-date1 {
	font-size: 50px;
	position: absolute;
	top: 7px;
	left: 12px;
	letter-spacing: -3px;
}

.mec-event-countdown-style3 .mec-event-date .mec-date2 {
	position: absolute;
	left: 80px;
	top: 26px;
}

.mec-event-countdown-style3 .mec-event-date .mec-date3 {
	position: absolute;
	left: 80px;
	top: 45px;
}

.mec-event-countdown-style3 .mec-event-countdown-part-details {
	padding-top: 35px;
	margin-bottom: 50px;
	min-height: 100px;
}

.mec-event-countdown-style3 .mec-event-countdown-part-details .mec-event-title {
	font-size: 17px;
	color: #fff;
	line-height: 1.4;
	padding-right: 20px;
}

.mec-event-countdown-style3 .mec-event-countdown-part-details .mec-event-link {
	color: #fff;
	font-size: 12px;
	position: relative;
	padding-left: 22px;
}

.mec-event-countdown-style3 .mec-event-countdown-part-details .mec-event-link:before {
	content: "";
	display: inline-block;
	width: 18px;
	border-top: 1px solid #fff;
	position: absolute;
	left: 0;
	top: 8px;
}

.mec-event-countdown-style3 .mec-event-title-link {
	position: absolute;
	left: 190px;
	top: 152px;
}

.event-carousel-type1-head .mec-event-date-carousel:before, .mec-event-countdown-style3 .mec-event-date:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2;
	width: 100%;
	height: 96px;
	display: inline-block;
	box-shadow: 0 5px 5px rgba(0, 0, 0, .12);
	background: 0 0;
}

@media only screen and (min-width:960px) {
	.mec-wrap.mec-sm959 .mec-event-countdown-style3 .mec-event-countdown li {
		padding: 10px;
	}
	
	.mec-wrap.mec-sm959 .mec-event-countdown-style3 .mec-event-countdown-part1 .mec-event-upcoming {
		font-size: 31px;
	}
}

@media (max-width:959px) {
	.mec-wrap .mec-event-countdown-style3 .mec-event-countdown-part1, .mec-wrap .mec-event-countdown-style3 .mec-event-countdown-part2 {
		width: 100%;
		display: block;
	}
	
	.mec-event-countdown-style3 .mec-event-title-link {
		top: 190px;
	}
	
	.mec-event-countdown-style3 .mec-event-countdown {
		top: 96px;
	}
	
	.mec-event-countdown-style3 .mec-event-date {
		left: 0;
		top: 190px;
	}
	
	.mec-event-countdown-style3 .mec-event-date:after {
		display: none;
	}
	
	.mec-wrap .mec-event-countdown-style3 .mec-event-countdown-part1 .mec-event-countdown-part-title span {
		display: inline;
	}
	
	.mec-event-countdown-style3 .mec-event-countdown-part-details {
		min-height: 150px;
	}
}

@media (max-width:767px) {
	.mec-wrap .mec-event-countdown-style3 .mec-event-countdown-part1 .mec-event-upcoming {
		font-size: 26px;
		letter-spacing: -1px;
	}
	
	.mec-event-countdown-style3 .mec-event-title-link {
		left: 130px;
	}
	
	.mec-event-countdown-style3 .mec-event-date {
		width: 120px;
		font-size: 10px;
		height: 63px;
	}
	
	.mec-event-countdown-style3 .mec-event-date .mec-date1 {
		font-size: 36px;
		top: 3px;
		left: 4px;
		letter-spacing: -2px;
	}
	
	.mec-event-countdown-style3 .mec-event-date .mec-date2 {
		position: absolute;
		left: 52px;
		top: 12px;
	}
	
	.mec-event-countdown-style3 .mec-event-date .mec-date3 {
		position: absolute;
		left: 52px;
		top: 28px;
	}
}

@media (max-width:380px) {
	.mec-event-countdown-style3 .mec-event-title-link {
		left: 10px;
		top: 260px;
	}
	
	.mec-event-countdown-style3 .mec-event-countdown-part-details {
		min-height: 300px;
	}
	
	.mec-event-countdown-style3 .mec-event-countdown .block-w {
		margin: 3px;
		height: auto;
	}
	
	.mec-wrap .mec-event-countdown-style3 .mec-event-countdown li {
		padding: 10px 5px;
	}
	
	.mec-wrap .mec-event-countdown-style3 .mec-event-countdown li span {
		font-size: 15px;
	}
	
	.mec-wrap .mec-event-countdown-style3 .mec-event-countdown li .label-w {
		font-size: 8px;
	}
}

.mec-slider-t1-wrap {
	width: 100%;
	padding: 60px 90px;
	background: #f7f7f7;
	min-height: 560px;
	position: relative;
}

.mec-slider-t1 {
	height: 500px;
	box-shadow: 0 5px 35px 0 rgba(0, 0, 0, .13);
	border-radius: var(--mec-primary-border-radius);
}

.mec-slider-t1 .mec-event-article {
	position: relative;
	height: 500px;
	border-radius: var(--mec-primary-border-radius);
}

.mec-slider-t1 .mec-slider-t1-img {
	position: relative;
	background-size: cover !important;
	background-position: center !important;
	width: 50%;
	height: 100%;
	float: right;
	margin: 0;
	overflow: hidden;
	border-radius: 0 var(--mec-primary-border-radius) var(--mec-primary-border-radius) 0;
}

.mec-slider-t1 .mec-slider-t1-content {
	width: 50%;
	float: left;
	height: 100%;
	background: #fff;
	padding: 6%;
	border-radius: var(--mec-primary-border-radius) 0 0 var(--mec-primary-border-radius);
}

.mec-slider-t1-content.mec-event-grid-modern .mec-event-article {
	border: none;
	padding: 0;
	margin: 0;
	box-shadow: none;
}

.mec-slider-t1-content.mec-event-grid-modern .mec-event-title {
	font-size: 29px;
}

.mec-slider-t1-content.mec-event-grid-modern .mec-event-title a:hover {
	text-decoration: underline;
}

.mec-slider-t1-content.mec-event-grid-modern .mec-event-footer .mec-booking-button {
	font-size: 12px;
	padding: 0 31px;
	line-height: 49px;
	height: 50px;
}

.mec-slider-t1-wrap .mec-owl-theme .owl-nav .owl-next, .mec-slider-t1-wrap .mec-owl-theme .owl-nav .owl-prev {
	opacity: 1;
	width: 44px;
	height: 44px;
	line-height: 38px;
	border-radius: var(--mec-secondary-border-radius);
	text-align: center;
	background: #fff;
	border: 1px solid #fff;
	transition: all .25s ease;
	-webkit-transition: all .25s ease;
	position: absolute;
	top: 50%;
	margin-top: -21px;
	cursor: pointer;
}

.mec-slider-t1-wrap .mec-owl-theme .owl-nav .owl-next:hover, .mec-slider-t1-wrap .mec-owl-theme .owl-nav .owl-prev:hover {
	box-shadow: 0 4px 16px 0 rgba(0, 0, 0, .075);
	background: #fff;
}

.mec-slider-t1-wrap .mec-owl-theme .owl-nav .owl-next {
	left: auto;
	right: -100px;
}

.mec-slider-t1-wrap .mec-owl-theme .owl-nav .owl-prev {
	right: auto;
	left: -100px;
}

.mec-slider-t1-wrap .mec-owl-theme .owl-nav .owl-next i, .mec-slider-t1-wrap .mec-owl-theme .owl-nav .owl-prev i {
	font-size: 12px;
	color: #282828;
	transition: all .21s ease;
}

.mec-slider-t1-wrap .mec-owl-theme .owl-nav .owl-next:hover i, .mec-slider-t1-wrap .mec-owl-theme .owl-nav .owl-prev:hover i {
	color: #000;
	cursor: pointer;
}

@media only screen and (min-width:961px) {
	.mec-slider-t1 {
		margin: 0 auto;
		max-width: 900px;
	}
}

@media only screen and (max-width:960px) {
	.mec-slider-t1 .mec-slider-t1-content, .mec-slider-t1 .mec-slider-t1-img {
		width: 100%;
		float: none;
	}
	
	.mec-slider-t1 .mec-slider-t1-img {
		height: 300px;
	}
	
	.mec-slider-t1, .mec-slider-t1 .mec-event-article {
		height: auto;
	}
}

@media only screen and (max-width:768px) {
	.mec-slider-t1-wrap {
		padding: 0;
	}
	
	.mec-slider-t1-wrap .mec-owl-theme .owl-nav .owl-next, .mec-slider-t1-wrap .mec-owl-theme .owl-nav .owl-prev {
		top: 40px;
		margin-top: 0;
	}
	
	.mec-slider-t1-wrap .mec-owl-theme .owl-nav .owl-next {
		left: auto;
		right: 10px;
	}
	
	.mec-slider-t1-wrap .mec-owl-theme .owl-nav .owl-prev {
		right: auto;
		left: 10px;
	}
}

@media only screen and (max-width:479px) {
	.mec-slider-t1-content.mec-event-grid-modern .mec-event-title {
		font-size: 22px;
	}
	
	.mec-slider-t1-content.mec-event-grid-modern .event-grid-modern-head .mec-event-day {
		font-size: 25px;
	}
}

.mec-slider-t2-wrap {
	width: 100%;
	padding: 0;
	background: #fff;
	min-height: 600px;
	position: relative;
}

.mec-slider-t2 .mec-event-article {
	height: 600px;
	position: relative;
	border: none;
	padding: 0;
	margin: 0;
	box-shadow: none;
	background: 0 0;
}

.mec-slider-t2 .mec-slider-t2-img {
	position: absolute;
	left: 0;
	top: 0;
	background-size: cover !important;
	background-position: center !important;
	width: 70%;
	height: 100%;
	margin: 0;
	overflow: hidden;
	border-radius: var(--mec-primary-border-radius);
}

.mec-slider-t2 .mec-slider-t2-content {
	width: 50%;
	position: absolute;
	right: 0;
	top: 60px;
	bottom: 60px;
	padding: 3%;
	border-radius: var(--mec-primary-border-radius);
}

.mec-slider-t2 .mec-slider-t2-content.mec-event-grid-modern * {
	color: #fff;
}

.mec-slider-t2 .mec-slider-t2-content.mec-event-grid-modern .mec-event-title {
	font-size: 29px;
}

.mec-slider-t2-content.mec-event-grid-modern .mec-event-content, .mec-slider-t2-content.mec-event-grid-modern .mec-event-footer .mec-booking-button {
	background: 0 0;
}

.mec-slider-t2-content.mec-event-grid-modern .mec-event-footer .mec-booking-button {
	font-size: 12px;
	padding: 0 31px;
	line-height: 49px;
	height: 50px;
}

.mec-slider-t2-content.mec-event-grid-modern .mec-event-footer .mec-booking-button:hover {
	background: #fff;
	color: #000;
	border-color: #fff;
}

.mec-slider-t2-content.mec-event-grid-modern .mec-event-footer .mec-booking-button:hover, .mec-slider-t2-content.mec-event-grid-modern .mec-event-title a:hover {
	color: #111;
}

.mec-slider-t2-wrap .mec-owl-theme .owl-nav .owl-next, .mec-slider-t2-wrap .mec-owl-theme .owl-nav .owl-prev {
	opacity: 1;
	width: 44px;
	height: 44px;
	line-height: 38px;
	border-radius: var(--mec-secondary-border-radius);
	text-align: center;
	background: 0 0;
	border: 1px solid #fff;
	transition: all .25s ease;
	-webkit-transition: all .25s ease;
	position: absolute;
	top: 84px;
	cursor: pointer;
}

.mec-slider-t2-wrap .mec-owl-theme .owl-nav .owl-next:hover, .mec-slider-t2-wrap .mec-owl-theme .owl-nav .owl-prev:hover {
	box-shadow: 0 4px 16px 0 rgba(0, 0, 0, .075);
	background: #fff;
}

.mec-slider-t2-wrap .mec-owl-theme .owl-nav .owl-next {
	right: 30px;
}

.mec-slider-t2-wrap .mec-owl-theme .owl-nav .owl-prev {
	right: 82px;
}

.mec-slider-t2-wrap .mec-owl-theme .owl-nav .owl-next i, .mec-slider-t2-wrap .mec-owl-theme .owl-nav .owl-prev i {
	font-size: 14px;
	color: #fff;
	opacity: 1;
	transition: all .25s ease;
}

.mec-slider-t2-wrap .mec-owl-theme .owl-nav .owl-next:hover i, .mec-slider-t2-wrap .mec-owl-theme .owl-nav .owl-prev:hover i {
	color: #000;
	cursor: pointer;
}

.mec-wrap.colorskin-custom .mec-slider-t2 .mec-event-article .mec-event-date.mec-color {
	color: #fff;
}

@media only screen and (min-width:961px) {
	.mec-slider-t2 {
		margin: 0 auto;
		max-width: 1200px;
	}
}

@media only screen and (max-width:960px) {
	.mec-slider-t2 .mec-slider-t2-content, .mec-slider-t2 .mec-slider-t2-img {
		width: 100%;
		float: none;
		position: static;
	}
	
	.mec-slider-t2 .mec-slider-t2-img {
		height: 300px;
	}
	
	.mec-slider-t2 .mec-event-article {
		height: auto;
	}
	
	.mec-slider-t2-wrap .mec-owl-theme .owl-nav .owl-next, .mec-slider-t2-wrap .mec-owl-theme .owl-nav .owl-prev {
		top: 40px;
	}
}

@media only screen and (max-width:479px) {
	.mec-slider-t2-content.mec-event-grid-modern .mec-event-title {
		font-size: 22px;
	}
}

.mec-slider-t3-wrap {
	width: 100%;
	padding: 0;
	background: #161616;
	min-height: 700px;
	position: relative;
	border-radius: var(--mec-primary-border-radius);
}

.mec-slider-t3 .mec-event-article {
	height: 700px;
	position: relative;
	border: none;
	padding: 0;
	margin: 0;
	box-shadow: none;
	background: 0 0;
	border-radius: var(--mec-primary-border-radius);
}

.mec-slider-t3 .mec-slider-t3-img {
	position: absolute;
	left: 0;
	top: 0;
	background-size: cover !important;
	background-position: center !important;
	width: 100%;
	height: 100%;
	margin: 0;
	overflow: hidden;
	opacity: .68;
	z-index: 1;
	border-radius: var(--mec-primary-border-radius);
}

.mec-slider-t3 .mec-slider-t3-content {
	width: 50%;
	height: auto;
	vertical-align: middle;
	display: table;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	bottom: 0;
	padding: 0 2% 0 7%;
	margin: auto 0;
	background: 0 0;
	z-index: 2;
}

.mec-slider-t3 .mec-slider-t3-content.mec-event-grid-modern :not(.mec-color) {
	color: #fff;
}

.mec-slider-t3-content.mec-event-grid-modern .mec-event-title {
	font-size: 29px;
}

.mec-slider-t3-content.mec-event-grid-modern .mec-event-content, .mec-slider-t3-content.mec-event-grid-modern .mec-event-footer .mec-booking-button {
	background: 0 0;
}

.mec-slider-t3-content.mec-event-grid-modern .mec-booking-button {
	display: inline-block;
	border: 1px solid;
	font-weight: 500;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-size: 13px;
	padding: 0 42px;
	line-height: 49px;
	height: 50px;
	transition: all .21s ease;
	border-radius: var(--mec-secondary-border-radius);
}

.mec-slider-t3-content.mec-event-grid-modern .mec-booking-button:hover {
	background: #fff;
	color: #000;
	border-color: #fff;
}

.mec-slider-t3-content.mec-event-grid-modern .mec-slider-t3-footer {
	text-align: left;
	padding: 15px 15px 10px;
}

.mec-slider-t3-content.mec-event-grid-modern .mec-event-footer .mec-booking-button:hover, .mec-slider-t3-content.mec-event-grid-modern .mec-event-title a:hover {
	color: #40d9f1;
}

.mec-slider-t3-content.mec-event-grid-modern .mec-event-footer .mec-booking-button:hover {
	border-color: #40d9f1;
}

.mec-slider-t3-wrap .mec-owl-theme .owl-nav .owl-next, .mec-slider-t3-wrap .mec-owl-theme .owl-nav .owl-prev {
	opacity: 1;
	width: 44px;
	height: 44px;
	line-height: 38px;
	border-radius: var(--mec-secondary-border-radius);
	text-align: center;
	background: 0 0;
	border: 1px solid #fff;
	transition: all .25s ease;
	-webkit-transition: all .25s ease;
	position: absolute;
	top: 50%;
	margin-top: -22px;
	cursor: pointer;
}

.mec-slider-t3-wrap .mec-owl-theme .owl-nav .owl-next:hover, .mec-slider-t3-wrap .mec-owl-theme .owl-nav .owl-prev:hover {
	box-shadow: 0 4px 16px 0 rgba(0, 0, 0, .075);
	background: #fff;
}

.mec-slider-t3-wrap .mec-owl-theme .owl-nav .owl-next {
	right: 10px;
}

.mec-slider-t3-wrap .mec-owl-theme .owl-nav .owl-prev {
	right: auto;
	left: 10px;
}

.mec-slider-t3-wrap .mec-owl-theme .owl-nav .owl-next i, .mec-slider-t3-wrap .mec-owl-theme .owl-nav .owl-prev i {
	font-size: 14px;
	color: #fff;
	opacity: 1;
	transition: all .25s ease;
}

.mec-slider-t3-wrap .mec-owl-theme .owl-nav .owl-next:hover i, .mec-slider-t3-wrap .mec-owl-theme .owl-nav .owl-prev:hover i {
	color: #000;
	cursor: pointer;
}

@media only screen and (min-width:961px) {
	.mec-slider-t3-content.mec-event-grid-modern .mec-event-title {
		font-size: 50px;
		font-weight: 300;
	}
	
	.mec-slider-t3-content.mec-event-grid-modern .mec-event-description {
		font-size: 19px;
	}
}

.mec-event-description {
	line-height: 1.7;
}

@media only screen and (max-width:767px) {
	.mec-slider-t3-wrap .mec-owl-theme .owl-nav .owl-next, .mec-slider-t3-wrap .mec-owl-theme .owl-nav .owl-prev {
		top: 40px;
		margin-top: 0;
	}
}

@media only screen and (max-width:479px) {
	.mec-slider-t3 .mec-slider-t3-content {
		width: 100%;
	}
	
	.mec-slider-t3-content.mec-event-grid-modern .mec-event-title {
		font-size: 22px;
	}
	
	.mec-slider-t1-content.mec-event-grid-modern .event-grid-modern-head .mec-event-day {
		font-size: 25px;
	}
}

.mec-slider-t4-wrap {
	width: 100%;
	padding: 0;
	background: #161616;
	min-height: 700px;
	position: relative;
	border-radius: var(--mec-primary-border-radius);
}

.mec-slider-t4 .mec-event-article {
	height: 700px;
	border: none;
	padding: 0;
	margin: 0;
	box-shadow: none;
	background: 0 0;
	border-radius: var(--mec-primary-border-radius);
}

.mec-slider-t4 .mec-slider-t4-img {
	position: absolute;
	left: 0;
	top: 0;
	background-size: cover !important;
	background-position: center !important;
	width: 100%;
	height: 100%;
	margin: 0;
	overflow: hidden;
	z-index: 1;
	border-radius: var(--mec-primary-border-radius);
}

.mec-slider-t4 .mec-slider-t4-content {
	width: auto;
	max-width: 700px;
	background: rgba(37, 37, 37, .94) !important;
	background: 0 0;
	height: auto;
	vertical-align: middle;
	display: table;
	position: absolute;
	left: 8%;
	top: 19%;
	padding: 3%;
	margin: auto 0;
	z-index: 2;
	border-radius: var(--mec-primary-border-radius);
}

.mec-slider-t4 .mec-slider-t4-content.mec-event-grid-modern :not(.mec-color) {
	color: #fff;
}

.mec-slider-t4-content.mec-event-grid-modern .mec-event-title {
	font-size: 29px;
}

.mec-slider-t4-content.mec-event-grid-modern .mec-event-content, .mec-slider-t4-content.mec-event-grid-modern .mec-event-footer .mec-booking-button {
	background: 0 0;
}

.mec-slider-t4-content.mec-event-grid-modern .mec-event-footer .mec-booking-button {
	font-size: 13px;
	padding: 0 42px;
	line-height: 49px;
	height: 50px;
}

.mec-slider-t4-content.mec-event-grid-modern .mec-event-title a:hover {
	color: #40d9f1;
}

.mec-slider-t4-content.mec-event-grid-modern .mec-slider-t4-footer {
	text-align: left;
	padding: 15px 15px 10px;
}

.mec-slider-t4-content.mec-event-grid-modern .mec-booking-button {
	display: inline-block;
	border: 1px solid;
	font-weight: 500;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-size: 13px;
	padding: 0 42px;
	line-height: 49px;
	height: 50px;
	transition: all .21s ease;
	border-radius: var(--mec-secondary-border-radius);
}

.mec-slider-t4-content.mec-event-grid-modern .mec-booking-button:hover {
	background: #fff;
	color: #000;
	border-color: #fff;
}

.mec-slider-t4-content.mec-event-grid-modern .mec-event-footer .mec-booking-button:hover, .mec-slider-t4-content.mec-event-grid-modern .mec-event-title a:hover {
	color: #111;
}

.mec-slider-t4-wrap .mec-owl-theme .owl-nav .owl-next, .mec-slider-t4-wrap .mec-owl-theme .owl-nav .owl-prev {
	opacity: 1;
	width: 44px;
	height: 44px;
	line-height: 40px;
	border-radius: var(--mec-secondary-border-radius);
	text-align: center;
	background: 0 0;
	border: 1px solid #fff;
	transition: all .25s ease;
	-webkit-transition: all .25s ease;
	position: absolute;
	top: 34px;
	cursor: pointer;
}

.mec-slider-t4-wrap .mec-owl-theme .owl-nav .owl-next:hover, .mec-slider-t4-wrap .mec-owl-theme .owl-nav .owl-prev:hover {
	box-shadow: 0 4px 16px 0 rgba(0, 0, 0, .075);
	background: #fff;
}

.mec-slider-t4-wrap .mec-owl-theme .owl-nav .owl-next {
	right: 60px;
}

.mec-slider-t4-wrap .mec-owl-theme .owl-nav .owl-prev {
	right: 112px;
}

.mec-slider-t4-wrap .mec-owl-theme .owl-nav .owl-next i, .mec-slider-t4-wrap .mec-owl-theme .owl-nav .owl-prev i {
	font-size: 14px;
	color: #fff;
	opacity: 1;
	transition: all .25s ease;
}

.mec-slider-t4-wrap .mec-owl-theme .owl-nav .owl-next:hover i, .mec-slider-t4-wrap .mec-owl-theme .owl-nav .owl-prev:hover i {
	color: #000;
	cursor: pointer;
}

@media only screen and (max-width:767px) {
	.mec-slider-t4 .mec-slider-t4-content {
		width: 100%;
		left: 0;
		top: auto;
		bottom: 0;
	}
	
	.mec-slider-t4-content.mec-event-grid-modern .mec-event-title {
		font-size: 22px;
	}
	
	.mec-slider-t1-content.mec-event-grid-modern .event-grid-modern-head .mec-event-day {
		font-size: 25px;
	}
}

.mec-slider-t5-wrap {
	width: auto;
	max-width: 570px;
	padding: 0;
	margin: 0 auto 25px;
	background: #fff;
	min-height: 480px;
	position: relative;
	border-radius: var(--mec-primary-border-radius);
}

.mec-slider-t5 {
	height: auto;
	box-shadow: 0 5px 35px 0 rgba(0, 0, 0, .13);
	border-radius: var(--mec-primary-border-radius);
}

.mec-slider-t5 .mec-event-article {
	position: relative;
	height: auto;
	border-radius: var(--mec-primary-border-radius);
}

.mec-slider-t5 .mec-slider-t5-img {
	position: relative;
	background-size: cover !important;
	background-position: center !important;
	width: 100%;
	height: 300px;
	float: none;
	margin: 0;
	overflow: hidden;
	border-radius: var(--mec-primary-border-radius) var(--mec-primary-border-radius) 0 0;
}

.mec-slider-t5 .mec-slider-t5-content {
	width: 100%;
	float: none;
	height: 100%;
	padding: 0 20px 20px;
	margin-bottom: 0;
}

.mec-slider-t5 .mec-events-content p {
	margin-bottom: 20px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	line-clamp: 4;
	-webkit-box-orient: vertical;
}

.mec-slider-t5-content.mec-event-grid-modern .mec-event-article {
	border: none;
	padding: 0;
	margin: 0;
	box-shadow: none;
}

.mec-slider-t5-wrap .mec-event-grid-modern .event-grid-modern-head {
	margin-bottom: 10px;
	padding: 14px 34px;
	margin-left: -20px;
	margin-right: -20px;
	text-align: left;
	background: #f9f9f9;
	border-bottom: 1px solid #eee;
}

.mec-slider-t5-content.mec-event-grid-modern .mec-event-title {
	font-size: 29px;
}

.mec-slider-t5 .mec-slider-t5-col6 {
	width: 50%;
	float: left;
	height: 100%;
}

.mec-slider-t5 .mec-slider-t5-col6 i {
	font-size: 42px;
	float: left;
	margin-right: 7px;
	height: 58px;
}

.mec-slider-t5 .mec-slider-t5-col6 h6 {
	text-transform: uppercase;
	font-size: 17px;
	padding: 4px 0;
	display: inline;
	color: #444;
}

.mec-slider-t5 .mec-slider-t5-col6 address {
	font-size: 12px;
	margin-bottom: 0;
}

.mec-slider-t5-content.mec-event-grid-modern .mec-event-title a:hover {
	text-decoration: underline;
}

.mec-slider-t5-content.mec-event-grid-modern .mec-event-footer .mec-booking-button {
	font-size: 12px;
	padding: 0 31px;
	line-height: 49px;
	height: 50px;
	top: 0;
}

.mec-slider-t5-wrap .mec-owl-theme .owl-nav .owl-next, .mec-slider-t5-wrap .mec-owl-theme .owl-nav .owl-prev {
	opacity: 1;
	width: 44px;
	height: 44px;
	line-height: 40px;
	border-radius: var(--mec-secondary-border-radius);
	text-align: center;
	background: 0 0;
	border: 1px solid #fff;
	transition: all .25s ease;
	-webkit-transition: all .25s ease;
	position: absolute;
	top: 34px;
	cursor: pointer;
}

.mec-slider-t5-wrap .mec-owl-theme .owl-nav .owl-next:hover, .mec-slider-t5-wrap .mec-owl-theme .owl-nav .owl-prev:hover {
	box-shadow: 0 4px 16px 0 rgba(0, 0, 0, .075);
	background: #fff;
}

.mec-slider-t5-wrap .mec-owl-theme .owl-nav .owl-next {
	right: 30px;
}

.mec-slider-t5-wrap .mec-owl-theme .owl-nav .owl-prev {
	right: 82px;
}

.mec-slider-t5-wrap .mec-owl-theme .owl-nav .owl-next i, .mec-slider-t5-wrap .mec-owl-theme .owl-nav .owl-prev i {
	font-size: 14px;
	color: #fff;
	opacity: 1;
	transition: all .25s ease;
}

.mec-slider-t5-wrap .mec-owl-theme .owl-nav .owl-next:hover i, .mec-slider-t5-wrap .mec-owl-theme .owl-nav .owl-prev:hover i {
	color: #000;
	cursor: pointer;
}

@media only screen and (max-width:768px) {
	.mec-slider-t5 .mec-slider-t5-col6 {
		width: 100%;
		margin: 10px 0;
	}
}

@media only screen and (max-width:479px) {
	.mec-slider-t5-content.mec-event-grid-modern .mec-event-title {
		font-size: 24px;
	}
}

.mec-single-modern .mec-events-event-image {
	text-align: center;
}

.mec-single-modern .mec-events-event-image img {
	width: 100%;
}

.mec-single-modern .mec-single-event-bar {
	margin: 20px 0 0;
	padding: 15px;
	display: table;
	width: 100%;
	background: #fff;
	border: 1px solid #e6e6e6;
}

.mec-single-modern .mec-single-event-bar>div {
	display: table-cell;
}

.mec-single-modern .mec-single-event-bar>div i {
	font-size: 20px;
	vertical-align: middle;
}

.mec-single-modern .mec-single-event-bar>div .mec-time-comment {
	font-size: 12px;
	color: #999;
}

.mec-single-modern .mec-single-event-bar>div h3 {
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 700;
	padding-bottom: 5px;
	display: inline;
	color: #000;
	padding-left: 10px;
}

.mec-single-modern .mec-single-event-bar>div dd {
	font-size: 14px;
	color: #8d8d8d;
	padding-left: 34px;
	margin-bottom: 0;
}

.mec-single-modern .col-md-4 .mec-frontbox, .mec-single-modern .col-md-4 .mec-sponsors-details {
	margin-top: -50px;
	margin-bottom: 70px;
	padding: 20px;
	border: 1px solid #e6e6e6;
	box-shadow: none;
}

.mec-single-modern .col-md-4.mec-no-image .mec-frontbox {
	margin-top: 20px;
}

.mec-next-occurrence ul {
	padding-left: 0;
	margin-left: 0;
}

.mec-next-occurrence li {
	list-style: none;
}

@media only screen and (min-width:960px) {
	.featherlight-content .col-md-4 .mec-sponsors-details {
		margin-left: 0;
		margin-bottom: 15px;
	}
}

@media only screen and (max-width:960px) {
	.mec-single-modern .mec-single-event-bar>div {
		display: block;
	}
}

.lity-content>div {
	overflow: auto;
	max-height: 80vh !important;
	border-radius: var(--mec-primary-border-radius);
}

.mec-next-event-details li {
	list-style: none;
	margin-top: 20px;
}

.mec-next-event-details h6 {
	text-transform: uppercase;
	font-size: 13px;
	padding-bottom: 5px;
	display: inline;
	color: #222;
	padding-left: 0;
}

.mec-next-event-details abbr {
	display: block;
	padding-left: 0;
	color: #8d8d8d;
}

.mec-next-event-details i {
	margin-right: 10px;
	margin-left: 12px;
}

.mec-next-event-details i:before {
	color: #40d9f1;
}

.mec-next-event-details a {
	text-align: center;
	display: block;
	background: #fff;
	padding: 6px 0;
	font-size: 11px;
	font-weight: 400;
	letter-spacing: 0;
	border: 1px solid #e3e3e3;
	transition: .3s;
	border-radius: var(--mec-secondary-border-radius);
}

.mec-active-occurrence-button {
	margin-top: 20px;
}

.mec-single-modal.mec-single-modern .mec-single-title {
	text-align: center;
	padding: 15px 10px 0;
}

.admin-bar .mec-single-modal.mec-single-modern .mec-single-title {
	padding-top: 40px;
}

.mec-single-modal.mec-single-modern .mec-single-event-bar {
	width: calc(100% - 30px);
	margin: 0 auto 15px;
	padding: 5px;
}

.mec-single-modal.mec-single-modern .mec-events-event-image {
	width: calc(100% - 30px);
	margin: 0 auto;
}

.mec-single-modal.mec-single-modern .mec-single-event-bar>div dd {
	font-size: 13px;
}

.mec-single-modal.mec-single-modern .mec-single-event-bar>div h3 {
	font-size: 15px;
}

@media only screen and (min-width:960px) {
	.mec-single-modal.mec-single-modern .col-md-4 .mec-frontbox {
		margin-left: 0;
	}
}

.mec-single-modal.mec-single-modern .col-md-4 .mec-frontbox {
	margin-top: 10px;
	margin-bottom: 10px;
}

.mec-single-modal.mec-single-modern .col-md-4 .mec-frontbox.mec-event-meta {
	padding: 0;
}

@media (min-width:961px) {
	.mec-single-event.mec-sticky {
		position: relative;
	}
	
	.mec-single-event.mec-sticky .col-md-4 {
		position: -webkit-sticky;
		position: sticky;
		top: 120px;
	}
	
	.mec-single-modern.mec-sticky .col-md-4 {
		top: 170px;
	}
	
	.single-mec-events .mec-sticky .col-md-8>div:last-child {
		margin-bottom: 30px;
	}
	
	.single-mec-events .mec-single-modern.mec-sticky .col-md-8>div:last-child {
		margin-bottom: 70px;
	}
}

.mec-single-modal .mec-event-meta dd.mec-organizer-email a, .mec-single-modal .mec-event-meta dd.mec-organizer-url a {
	font-size: 12px;
	display: block;
}

.mec-organizer-description p {
	padding-left: 12px;
}

.mec-modal-wrap {
	max-width: 90vw;
	max-height: 90vh !important;
	background: #fff;
	box-shadow: 0 1px 55px rgba(0, 0, 0, .5);
	overflow-x: hidden !important;
}

@media (max-width:1023px) {
	.mec-modal-wrap {
		max-width: 80vw;
	}
}

.mec-single-modal .mec-event-export-module.mec-frontbox .mec-event-exporting .mec-export-details ul li, .mec-single-modal .mec-event-export-module.mec-frontbox .mec-event-exporting .mec-export-details ul li a.mec-events-button {
	display: block;
	text-align: center;
}

.mec-single-modal .mec-event-export-module.mec-frontbox .mec-event-exporting .mec-export-details ul li:first-child {
	margin-bottom: 20px;
}

.mec-holding-status-expired {
	color: #d8000c;
}

.mec-holding-status-ongoing {
	color: #0dbf52;
}

body .featherlight {
	z-index: 999999 !important;
}

body .featherlight .featherlight-content {
	background: 0 0;
	overflow: unset;
	z-index: 9999;
}

body .featherlight .featherlight-close-icon, body .lity-close {
	position: fixed;
	top: 40px;
	right: 40px;
	background: 0 0;
	color: #fff;
	font-size: 16px;
	border: 1px solid #fff;
	border-radius: 0;
	padding: 0;
	width: 25px;
	height: 25px;
	line-height: 25px;
	z-index: 9999;
	cursor: pointer;
}

body .featherlight .featherlight-close-icon:active, body .featherlight .featherlight-close-icon:focus, body .featherlight .featherlight-close-icon:hover, body .lity-close:active, body .lity-close:focus, body .lity-close:hover {
	top: 40px;
	font-size: 16px;
	line-height: 25px;
	background: #fff;
	color: #000;
	border: 1px solid #000;
}

@media (max-width:320px) {
	.mec-wrap span.flip-clock-divider {
		width: 20px;
	}
	
	.mec-single-event .mec-events-meta-group-countdown {
		padding: 15px 12%;
	}
}

@media only screen and (min-width:320px) and (max-width:767px) {
	.mec-wrap .flip-clock-wrapper ul {
		padding: 0;
	}
}

@media (max-width:414px) {
	.mec-wrap span.flip-clock-divider {
		width: 30px;
	}
	
	.mec-single-event .mec-events-meta-group-countdown {
		margin-left: 0;
		padding: 15px 7%;
	}
}

@media (max-width:480px) {
	body .featherlight .featherlight-content {
		width: 95%;
	}
	
	.mec-wrap span.flip-clock-divider {
		width: 7px;
	}
	
	.mec-single-event .mec-events-meta-group-countdown {
		margin-left: 0;
		padding: 15px 1%;
	}
	
	body .featherlight .featherlight-close-icon {
		color: #000;
		border-color: #000;
	}
}

@media (max-width:1366px) {
	body .mec-modal-wrap .mec-single-modal .flip-clock-divider:not(:first-child) {
		width: 20px !important;
	}
	
	body .mec-modal-wrap .mec-single-modal .mec-events-meta-group-countdown {
		padding: 20px 15px;
	}
	
	body .mec-modal-wrap .mec-single-modal .flip-clock-wrapper ul {
		width: 48px;
	}
}

@media (max-width:1280px) {
	body .mec-modal-wrap .mec-single-modal .flip-clock-divider:not(:first-child) {
		width: 14px !important;
	}
	
	body .mec-modal-wrap .mec-single-modal .mec-events-meta-group-countdown {
		padding: 15px 10px;
	}
	
	body .mec-modal-wrap .mec-single-modal .flip-clock-wrapper ul {
		width: 38px;
	}
}

@media (min-width:961px) and (max-width:1024px) {
	body .mec-modal-wrap .mec-single-modal .flip-clock-divider:not(:first-child) {
		width: 7px !important;
	}
	
	body .mec-modal-wrap .mec-single-modal .mec-events-meta-group-countdown {
		padding: 15px 5px;
	}
	
	body .mec-modal-wrap .mec-single-modal .flip-clock-wrapper ul {
		width: 14px;
	}
	
	body .mec-modal-wrap .mec-single-modal .flip-clock-wrapper ul li a div {
		font-size: 30px;
	}
}

@media (max-width:640px) {
	body .mec-modal-wrap .mec-single-modal.featherlight-close-icon {
		top: 14px;
		right: 14px;
	}
}

@media (max-width:480px) {
	.featherlight .featherlight-content, body .mec-modal-wrap {
		max-width: 100%;
	}
	
	body .mec-modal-wrap.flip-clock-divider .flip-clock-label {
		display: block;
	}
}

@media (max-width:414px) {
	body .mec-modal-wrap .mec-single-modal .flip-clock-divider:not(:first-child) {
		width: 50px !important;
	}
	
	.mec-wrap .flip-clock-divider .flip-clock-label {
		display: none;
	}
	
	body .mec-modal-wrap .mec-single-modal .mec-events-meta-group-countdown {
		padding: 20px 5px 20px 65px;
	}
	
	body .featherlight-content .mec-modal-wrap .mec-single-modal .mec-events-meta-group-countdown {
		padding: 20px 2px 20px 2px !important;
	}
	
	body .featherlight-content .mec-modal-wrap .mec-single-modal .flip-clock-divider:not(:first-child) {
		width: 3px !important;
	}
}

@media (max-width:375px) {
	body .mec-modal-wrap .mec-single-modal .flip-clock-divider:not(:first-child) {
		width: 50px !important;
	}
	
	.mec-wrap .flip-clock-divider .flip-clock-label {
		display: none;
	}
	
	body .mec-modal-wrap .mec-single-modal .mec-events-meta-group-countdown {
		padding: 20px 5px 20px 45px;
	}
}

@media (max-width:320px) {
	body .mec-modal-wrap .mec-single-modal .flip-clock-divider:not(:first-child) {
		width: 20px !important;
	}
	
	body .mec-modal-wrap .mec-single-modal .mec-events-meta-group-countdown {
		padding: 20px 5px 20px 40px;
	}
}

.mec-single-modal .mec-events-progress-bar {
	display: none;
}

.mec-single-event-bar dd {
	margin-left: 0;
}

.mec-events-toggle {
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
}

.mec-events-toggle .mec-toggle-item {
	border: 1px solid #e4e4e4;
	margin-bottom: 15px;
	box-shadow: 0 10px 15px #f3f3f3;
	border-radius: 0 var(--mec-primary-border-radius) var(--mec-primary-border-radius) 0;
}

.mec-events-toggle .mec-toggle-item-inner {
	cursor: pointer;
	position: relative;
	padding: 30px 60px 30px 15px;
	background: #fff;
	transition: all .3s ease;
	min-height: 100px;
	display: table;
	width: 100%;
	border-collapse: separate;
	border-radius: 0 var(--mec-primary-border-radius) var(--mec-primary-border-radius) 0;
}

.mec-events-toggle .mec-toggle-item-inner:hover {
	background: #fbfbfb;
}

.mec-toggle-item-col {
	width: 200px;
	border-right: 1px solid #e3e3e3;
	margin-right: 15px;
	display: table-cell;
	padding-right: 5px;
}

.mec-toggle-item-col .mec-event-date {
	font-size: 38px;
	line-height: 40px;
	float: left;
	margin-right: 8px;
}

.mec-toggle-item-col .mec-event-month, .mec-toggle-item-col .mec-time-details {
	text-transform: uppercase;
	font-size: 12px;
	line-height: 14px;
	padding-top: 4px;
	font-weight: 700;
}

.mec-toggle-item-col .mec-event-detail {
	font-size: 10px;
}

.mec-toggle-item-col .mec-event-day {
	margin-top: 9px;
	color: silver;
	font-size: 35px;
	font-weight: 100;
	text-transform: uppercase;
	letter-spacing: -1px;
}

.mec-events-toggle .mec-toggle-title {
	color: #000;
	font-size: 23px;
	font-weight: 600;
	margin-bottom: 0;
	transition: all .3s ease;
	display: table-cell;
	text-align: left;
	max-width: calc(100% - 200px);
	padding-left: 15px;
	vertical-align: middle;
}

.mec-events-toggle .mec-toggle-item-inner span.event-color {
	width: 5px;
	height: calc(100% + 2px);
	position: absolute;
	left: -1px;
	top: -1px;
	bottom: 0;
	border-radius: 0;
	margin: 0;
}

.mec-events-toggle .mec-toggle-item-inner i {
	position: absolute;
	font-size: 30px;
	right: 25px;
	top: 50%;
	transform: translate(0, -50%);
	cursor: pointer;
}

.mec-events-toggle .mec-toggle-item.is-open i.mec-sl-plus:before {
	content: "";
}

.mec-events-toggle .mec-toggle-item.is-open .mec-toggle-title {
	background: #f8f8f8;
	cursor: pointer;
}

.mec-events-toggle .mec-toggle-content {
	border-top: 1px solid #e4e4e4;
}

.mec-events-toggle .mec-toggle-content .mec-modal-wrap {
	margin: 0;
	max-width: 100%;
	box-shadow: none;
}

.mec-events-toggle .mec-toggle-content .mec-modal-wrap .mec-single-event {
	margin: 0;
}

.mec-events-toggle .mec-toggle-content .mec-single-event-bar, .mec-events-toggle .mec-toggle-content h1.mec-single-title {
	display: none;
}

.mec-events-toggle .media-links a {
	margin-bottom: 0;
}

.mec-events-toggle .mec-toggle-content .mec-toggle-meta {
	margin-bottom: 14px;
}

.mec-events-toggle .mec-toggle-content .mec-frontbox {
	padding: 12px 14px 8px;
}

.mec-events-toggle .mec-toggle-content .mec-frontbox .mec-speakers-details {
	border: none;
}

.mec-events-toggle .mec-toggle-content .mec-frontbox .mec-speakers-details ul {
	padding-left: 0;
}

.mec-events-toggle #mec_speakers_details.mec-frontbox {
	padding: 0;
	margin: 0;
}

.mec-events-toggle .mec-toggle-item h3.mec-speakers {
	border: none;
	text-align: left;
	margin-bottom: 20px;
}

.mec-events-toggle .mec-toggle-item h3.mec-speakers:before {
	content: "";
	font-family: simple-line-icons;
	border: none;
	position: relative;
	display: inline-block;
	left: 3px;
	bottom: unset;
	font-size: 22px;
	font-weight: 400;
	padding: 0 11px 0 28px;
	vertical-align: middle;
}

.mec-events-toggle .mec-event-data-fields.mec-frontbox {
	border: none;
	padding: 0;
	overflow: visible;
}

@media only screen and (max-width:767px) {
	.mec-toggle-item-inner .mec-toggle-item-col {
		float: none;
		width: 100%;
		border-right: none;
		margin-bottom: 5px;
		display: block;
		max-width: 100%;
		padding-left: 15px;
	}
	
	.mec-events-toggle .mec-toggle-title {
		display: block;
		width: 100%;
		max-width: 100%;
	}
}

.mec-events-agenda-wrap {
	margin: 10px 0;
	border: 1px solid #e9e9e9;
	background: #fff;
	padding-left: 20px;
	box-shadow: 0 2px 2px rgba(0, 0, 0, .03);
	border-radius: var(--mec-primary-border-radius);
}

.mec-events-agenda:not(:last-of-type) {
	padding: 0;
	border-bottom: 1px solid #e9e9e9;
}

.mec-events-agenda:last-of-type {
	border-radius: 0 0 var(--mec-primary-border-radius) var(--mec-primary-border-radius);
}

.mec-events-agenda:last-of-type .mec-agenda-events-wrap {
	border-radius: 0 0 var(--mec-primary-border-radius) 0;
}

.mec-agenda-date-wrap {
	width: 210px;
	padding-top: 15px;
	float: left;
	font-size: 13px;
}

.mec-agenda-date-wrap i, .mec-agenda-event i {
	font-size: 11px;
	color: #aaa;
	margin-right: 4px;
	margin-left: 1px;
}

.mec-agenda-event i {
	vertical-align: middle;
	margin-right: 1px;
}

.mec-agenda-events-wrap {
	float: left;
	width: calc(100% - 210px);
	background: #f9f9f9;
	padding: 15px;
}

.mec-agenda-event {
	margin-bottom: 10px;
}

.mec-agenda-time {
	font-size: 11px;
	color: #707070;
	padding-right: 10px;
	width: 138px;
	display: inline-block;
}

.mec-agenda-event-title {
	position: relative;
	padding-left: 14px;
}

.mec-agenda-event-title a {
	font-size: 14px;
	font-weight: 600;
	color: #333;
}

.mec-agenda-event-title span.event-color {
	width: 9px;
	height: 9px;
	position: absolute;
	left: 0;
	top: 6px;
	margin: 0;
}

.mec-agenda-date-wrap span.mec-agenda-day {
	color: #aaa;
	font-size: 12px;
}

@media only screen and (max-width:767px) {
	.mec-agenda-date-wrap, .mec-agenda-events-wrap {
		float: none;
		width: 100%;
	}
	
	.mec-events-agenda-wrap {
		padding-left: 0;
	}
	
	.mec-events-agenda span.mec-agenda-event-title {
		display: block;
		width: 100%;
	}
	
	.mec-agenda-event-title span.event-color {
		top: 7px;
	}
	
	.mec-agenda-event-title a {
		font-size: 13px;
	}
}

.mec-yearly-view-wrap {
	margin: 0 0 15px;
	border: 1px solid #e6e6e6;
	background: #fff;
	box-shadow: 0 2px 4px rgba(0, 0, 0, .04);
	border-bottom-width: 4px;
	border-radius: var(--mec-primary-border-radius);
}

.mec-yearly-view-wrap .mec-calendar.mec-yearly-calendar {
	max-width: 100%;
	width: 232px;
	padding: 10px;
	background: #fff;
	margin: 10px;
	display: inline-block;
}

.mec-yearly-view-wrap .mec-calendar.mec-yearly-calendar dl dt {
	transition: none;
	height: 30px;
	width: 30px;
	line-height: 30px;
	border-radius: 0;
	font-size: 12px;
}

.mec-yearly-view-wrap .mec-calendar.mec-yearly-calendar .mec-calendar-events-sec {
	padding: 10px;
}

.mec-yearly-view-wrap .mec-calendar.mec-yearly-calendar .mec-has-event:after {
	width: 4px;
	height: 4px;
	bottom: 3px;
	left: calc(50% - 2px);
}

.mec-yearly-view-wrap .mec-calendar-side .mec-calendar-table {
	min-height: 200px;
}

.mec-calendar.mec-yearly-calendar .mec-calendar-table-head dl dt {
	background: #f9f9f9;
	font-size: 13px;
}

.mec-calendar.mec-yearly-calendar .mec-calendar-table-title {
	text-align: center;
	font-size: 15px;
	font-weight: 700;
	color: #222;
	margin-top: -5px;
	padding-bottom: 5px;
}

.mec-yearly-view-wrap .mec-yearly-calendar-sec {
	min-height: 200px;
	width: 538px;
	overflow: hidden;
	float: left;
	background: #f8f8f8;
	padding: 15px;
	border-radius: 0 0 0 var(--mec-primary-border-radius);
}

.mec-yearly-view-wrap .mec-yearly-agenda-sec {
	min-height: 200px;
	width: calc(100% - 538px);
	float: left;
	padding: 0 0 0 20px;
	overflow: hidden;
}

.mec-yearly-view-wrap .mec-yearly-title-sec {
	position: relative;
	padding: 15px;
	text-align: center;
	border-bottom: 1px solid #e6e6e6;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .02);
}

.mec-yearly-view-wrap .mec-yearly-title-sec h2 {
	font-size: 30px;
	line-height: 40px;
	color: #333;
	margin: 0;
	font-weight: 700;
}

.mec-yearly-view-wrap .mec-yearly-title-sec .mec-next-year, .mec-yearly-view-wrap .mec-yearly-title-sec .mec-previous-year {
	position: absolute;
	top: 50%;
	margin-top: -15px;
	min-width: 30px;
	height: 30px;
	line-height: 30px;
	padding: 0 8px;
	text-align: center;
	background: #fff;
	color: #666;
	font-size: 14px;
	border: 1px solid #eee;
	border-radius: var(--mec-secondary-border-radius);
	box-shadow: 0 2px 0 0 rgba(0, 0, 0, .015);
	transition: all .33s ease;
	cursor: pointer;
}

.mec-yearly-view-wrap .mec-yearly-title-sec .mec-previous-year {
	right: auto;
	left: 20px;
	padding-right: 14px;
}

.mec-yearly-view-wrap .mec-yearly-title-sec .mec-next-year {
	left: auto;
	right: 20px;
	padding-left: 14px;
}

.mec-yearly-view-wrap .mec-yearly-title-sec .mec-next-year i, .mec-yearly-view-wrap .mec-yearly-title-sec .mec-previous-year i {
	font-size: 12px;
	color: #40d9f1;
	cursor: pointer;
}

.mec-yearly-view-wrap .mec-events-agenda.mec-selected {
	box-shadow: -10px 0 0 0 #fffcf2, 0 -1px 0 #fbebb6;
	background: #fffcf2;
	border-color: #fbebb6;
	color: #f9af29;
}

.mec-yearly-agenda-sec span.mec-event-label-captions.mec-fc-style {
	right: 0;
	top: 0;
}

@media only screen and (max-width:959px) {
	.mec-yearly-view-wrap .mec-yearly-calendar-sec {
		width: 268px;
		padding: 10px 5px;
	}
	
	.mec-yearly-view-wrap .mec-yearly-agenda-sec {
		width: calc(100% - 268px);
		padding: 0 0 0 10px;
	}
}

@media only screen and (max-width:767px) {
	.mec-yearly-view-wrap .mec-yearly-agenda-sec, .mec-yearly-view-wrap .mec-yearly-calendar-sec {
		width: 100%;
		float: none;
	}
	
	.mec-yearly-view-wrap .mec-calendar.mec-yearly-calendar {
		width: auto;
	}
	
	.mec-yearly-view-wrap .mec-calendar.mec-yearly-calendar dl dt {
		width: 14.2%;
	}
	
	.mec-yearly-view-wrap .mec-yearly-title-sec h2 {
		font-size: 25px;
	}
}

.mec-yearly-view-wrap .mec-agenda-event i, .mec-yearly-view-wrap .mec-agenda-time {
	display: none;
}

@media only screen and (min-width:768px) {
	.mec-yearly-view-wrap .mec-events-agenda-wrap {
		margin-top: 0;
		border: none;
		padding-left: 0;
		box-shadow: none;
	}
	
	.mec-yearly-view-wrap .mec-agenda-date-wrap {
		width: 174px;
		font-size: 11px;
		padding-top: 10px;
	}
	
	.mec-yearly-view-wrap .mec-agenda-events-wrap {
		width: calc(100% - 174px);
		padding: 10px;
	}
	
	.mec-yearly-view-wrap .mec-agenda-event-title a {
		font-size: 13px;
	}
	
	.mec-yearly-view-wrap .mec-agenda-event-title span.event-color {
		width: 8px;
		height: 8px;
	}
	
	.mec-yearly-view-wrap .mec-agenda-date-wrap span.mec-agenda-day {
		font-size: 11px;
	}
	
	.mec-yearly-view-wrap .mec-yearly-calendar-sec {
		box-shadow: -2px 0 5px rgba(0, 0, 0, .03) inset;
	}
}

@media only screen and (max-width:1200px) {
	.mec-yearly-view-wrap .mec-agenda-event-title a {
		font-size: 12px;
		padding-right: 6px;
	}
}

.mec-calendar.mec-calendar-timetable .mec-calendar-d-table {
	padding-bottom: 10px;
	border-bottom: none;
}

.mec-calendar.mec-calendar-timetable .mec-calendar-d-table dl dt:hover {
	cursor: pointer;
}

.mec-calendar.mec-calendar-timetable .mec-calendar-d-table dl dt.mec-timetable-has-no-event, .mec-calendar.mec-calendar-timetable .mec-calendar-d-table dl dt.mec-timetable-has-no-event:hover {
	color: #bbb;
	cursor: default;
}

.mec-calendar.mec-calendar-timetable .mec-calendar-d-table dl dt.mec-timetable-day-active {
	background: #40d9f1;
	color: #fff;
	position: relative;
}

.mec-calendar.mec-calendar-timetable .mec-calendar-d-table dl dt.mec-timetable-day-active:after {
	content: "";
	position: absolute;
	display: block;
	bottom: -20px;
	left: 50%;
	margin-left: -10px;
	width: 0;
	border-width: 10px;
	border-style: solid;
	border-color: #40d9f1 transparent transparent transparent;
}

.mec-week-events-container {
	background: #fff;
	border-radius: 0 0 var(--mec-primary-border-radius) var(--mec-primary-border-radius);
}

.mec-timetable-events-list {
	padding: 10px 20px;
	border: none;
	margin: 0;
}

.mec-timetable-events-list .mec-timetable-event {
	padding: 10px 0;
	border-bottom: 1px dashed #ddd;
}

.mec-timetable-events-list .mec-timetable-event:last-child {
	border: none;
}

.mec-timetable-event .mec-timetable-event-span {
	font-size: 12px;
	color: #444;
	padding-right: 30px;
	line-height: 22px;
}

.mec-timetable-events-list .mec-timetable-event i {
	font-size: 13px;
	color: #aaa;
	margin-right: 3px;
	vertical-align: baseline;
}

.mec-timetable-event .mec-timetable-event-span a {
	color: #333;
}

.mec-timetable-event .mec-timetable-event-time {
	font-size: 11px;
}

.mec-timetable-event .mec-timetable-event-time i {
	vertical-align: text-bottom;
}

.mec-timetable-event .mec-timetable-event-title {
	font-size: 13px;
}

.mec-timetable-event .mec-timetable-event-title .event-color {
	width: 10px;
	height: 10px;
}

.mec-timetable-events-list .mec-timetable-event.mec-util-hidden {
	display: none;
}

.mec-timetable-events-list.mec-util-hidden {
	display: none;
}

@media only screen and (min-width:768px) {
	.mec-timetable-events-list {
		display: table;
		width: 100%;
		margin: 10px 0 20px;
	}
	
	.mec-timetable-events-list .mec-timetable-event {
		display: table-row;
		padding: 0;
		border: none;
		background: #fff;
	}
	
	.mec-timetable-events-list .mec-timetable-event:hover {
		background: #fafafa;
	}
	
	.mec-timetable-event .mec-timetable-event-span {
		display: table-cell;
		padding: 10px 15px;
		border-bottom: 1px solid #ebebeb;
	}
	
	.mec-timetable-events-list .mec-timetable-event:last-child .mec-timetable-event-span {
		border-bottom: none;
	}
}

@media only screen and (max-width:767px) {
	.mec-timetable-event .mec-timetable-event-title {
		display: block;
		width: 100%;
		padding: 5px 0 10px;
		font-weight: 700;
	}
}

.mec-timetable-t2-wrap {
	border: 1px solid #e6e6e6;
	background: #fafafa;
	padding: 0 15px 15px;
	overflow: hidden;
	box-shadow: 0 3px 2px 0 rgba(0, 0, 0, .012);
	border-radius: var(--mec-primary-border-radius);
}

.mec-timetable-t2-col {
	width: 20%;
	float: left;
	min-height: 20px;
	padding-right: 1px;
	background: 0 0;
}

.mec-ttt2-title {
	background: #fafafa;
	color: #333;
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-align: center;
	padding: 25px 10px 10px;
	margin-bottom: 1px;
}

.mec-timetable-t2-col .mec-event-article {
	position: relative;
}

.mec-timetable-t2-col .mec-event-article .event-color {
	position: absolute;
	width: auto;
	height: auto;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: 0;
	z-index: 1;
	border-radius: var(--mec-primary-border-radius);
}

.mec-timetable-t2-content {
	position: relative;
	z-index: 2;
	color: #fff;
	padding: 15px 15px 20px;
	text-align: left;
	height: auto;
	margin-bottom: 1px;
	overflow: hidden;
}

.mec-timetable-t2-content .mec-event-title {
	line-height: 22px;
	margin-bottom: 13px;
	white-space: nowrap;
	padding-right: 1px;
	overflow: hidden;
}

.mec-timetable-t2-content .mec-event-title a {
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	white-space: pre-line;
	overflow: hidden;
}

.mec-timetable-t2-content div {
	color: #fff;
	font-size: 11px;
	font-weight: 400;
	line-height: 19px;
	white-space: nowrap;
}

.mec-timetable-t2-content div i {
	font-size: 12px;
	margin-right: 4px;
}

@media only screen and (max-width:960px) {
	.mec-timetable-t2-col {
		width: 100%;
		float: none;
	}
}

@media (min-width:961px) {
	.mec-timetable-col-7 {
		width: 14.28%;
	}
	
	.mec-timetable-col-6 {
		width: 16.6666%;
	}
}

.mec-timetable-t3-wrap td {
	position: relative;
	padding: 0;
}

.mec-timetable-t3-wrap td a {
	width: 100%;
	display: block;
	min-height: 110px;
}

.mec-weather-box {
	padding: 15px 0;
}

.mec-weather-head {
	min-height: 90px;
	padding: 5px 0;
	clear: both;
	overflow: hidden;
	margin-bottom: 25px;
	border-radius: 10px;
	background: #238af5;
	position: relative;
}

.mec-weather-icon-box {
	float: left;
	width: 80px;
	height: 80px;
	border-radius: 10px;
	overflow: hidden;
	background: #238af5;
}

.mec-weather-icon {
	width: 80px;
	height: 80px;
	display: inline-block;
	border-radius: 10px;
}

.mec-weather-summary {
	float: left;
	width: calc(100% - 80px);
	padding-left: 10px;
	margin: 10px 0;
	height: 60px;
}

.mec-weather-summary-report {
	font-size: 15px;
	color: rgba(255, 255, 255, .68);
	margin-bottom: 6px;
}

.mec-weather-summary-temp {
	font-weight: 300;
	color: #fff;
	font-size: 29px;
	line-height: 1;
}

.degrees-mode {
	background: rgba(0, 0, 0, .2);
	cursor: pointer;
	font-weight: 300;
	font-size: 18px;
	padding: 4px 5px;
	line-height: 1;
	color: #fff;
	position: absolute;
	border-radius: 8px;
	bottom: 16px;
	left: 16px;
}

.mec-weather-extras {
	width: auto;
	padding: 10px 15px 0 15px;
	float: right;
	min-height: 80px;
	color: #fff;
	font-size: 13px;
	line-height: 1;
}

.mec-weather-extras {
	width: auto;
	padding: 10px 15px 0 15px;
	float: right;
	min-height: 80px;
	color: #fff;
	font-size: 13px;
	line-height: 1;
}

.mec-weather-extras div {
	line-height: 20px;
	height: 20px;
}

.mec-weather-extras span {
	color: rgba(255, 255, 255, .68);
	font-size: 12px;
	text-transform: uppercase;
}

.mec-weather-extras var {
	font-size: 11px;
	letter-spacing: .4px;
}

.mec-weather-icon.clear-day, .mec-weather-icon.clear-night {
	background-image: url("https://cdn-ilajeil.nitrocdn.com/qDyTBCaHxTeDygzXENkUnjzSZxITwHzD/assets/images/optimized/rev-b147595/ndwbc.com/wp-content/plugins/modern-events-calendar-lite/assets/img/mec-weather-icon-01.png");
}

.mec-weather-icon.clear-day.nitro-lazy, .mec-weather-icon.clear-night.nitro-lazy {
	background-image: none !important;
}

.mec-weather-icon.partly-sunny-day, .mec-weather-icon.partly-sunny-night {
	background-image: url("https://cdn-ilajeil.nitrocdn.com/qDyTBCaHxTeDygzXENkUnjzSZxITwHzD/assets/images/optimized/rev-b147595/ndwbc.com/wp-content/plugins/modern-events-calendar-lite/assets/img/mec-weather-icon-02.png");
}

.mec-weather-icon.partly-sunny-day.nitro-lazy, .mec-weather-icon.partly-sunny-night.nitro-lazy {
	background-image: none !important;
}

.mec-weather-icon.partly-cloudy-day, .mec-weather-icon.partly-cloudy-night {
	background-image: url("https://cdn-ilajeil.nitrocdn.com/qDyTBCaHxTeDygzXENkUnjzSZxITwHzD/assets/images/optimized/rev-b147595/ndwbc.com/wp-content/plugins/modern-events-calendar-lite/assets/img/mec-weather-icon-03.png");
}

.mec-weather-icon.partly-cloudy-day.nitro-lazy, .mec-weather-icon.partly-cloudy-night.nitro-lazy {
	background-image: none !important;
}

.mec-weather-icon.cloudy, .mec-weather-icon.fog, .mec-weather-icon.wind {
	background-image: url("https://cdn-ilajeil.nitrocdn.com/qDyTBCaHxTeDygzXENkUnjzSZxITwHzD/assets/images/optimized/rev-b147595/ndwbc.com/wp-content/plugins/modern-events-calendar-lite/assets/img/mec-weather-icon-04.png");
}

.mec-weather-icon.cloudy.nitro-lazy, .mec-weather-icon.fog.nitro-lazy, .mec-weather-icon.wind.nitro-lazy {
	background-image: none !important;
}

.mec-weather-icon.thunderstorm {
	background-image: url("https://cdn-ilajeil.nitrocdn.com/qDyTBCaHxTeDygzXENkUnjzSZxITwHzD/assets/images/optimized/rev-b147595/ndwbc.com/wp-content/plugins/modern-events-calendar-lite/assets/img/mec-weather-icon-05.png");
}

.mec-weather-icon.thunderstorm.nitro-lazy {
	background-image: none !important;
}

.mec-weather-icon.rain {
	background-image: url("https://cdn-ilajeil.nitrocdn.com/qDyTBCaHxTeDygzXENkUnjzSZxITwHzD/assets/images/optimized/rev-b147595/ndwbc.com/wp-content/plugins/modern-events-calendar-lite/assets/img/mec-weather-icon-06.png");
}

.mec-weather-icon.rain.nitro-lazy {
	background-image: none !important;
}

.mec-weather-icon.hail, .mec-weather-icon.sleet, .mec-weather-icon.snow {
	background-image: url("https://cdn-ilajeil.nitrocdn.com/qDyTBCaHxTeDygzXENkUnjzSZxITwHzD/assets/images/optimized/rev-b147595/ndwbc.com/wp-content/plugins/modern-events-calendar-lite/assets/img/mec-weather-icon-07.png");
}

.mec-weather-icon.hail.nitro-lazy, .mec-weather-icon.sleet.nitro-lazy, .mec-weather-icon.snow.nitro-lazy {
	background-image: none !important;
}

.mec-av-spot-wrap {
	width: auto;
	max-width: 1200px;
	padding: 0;
	margin: 0 auto 25px;
	background: #f7f7f7;
	min-height: 480px;
	position: relative;
	border-radius: var(--mec-primary-border-radius);
}

.mec-av-spot {
	height: auto;
	border: 1px solid #eee;
	box-shadow: 0 6px 12px -4px rgba(0, 0, 0, .05);
	border-radius: var(--mec-primary-border-radius);
}

.mec-av-spot .mec-event-article {
	position: relative;
	height: auto;
	border-radius: var(--mec-primary-border-radius);
}

.mec-av-spot .mec-av-spot-img {
	position: relative;
	background-size: cover !important;
	background-position: center !important;
	width: 100%;
	height: 330px;
	float: none;
	margin: 0;
	overflow: hidden;
	border-radius: var(--mec-primary-border-radius) var(--mec-primary-border-radius) 0 0;
}

.mec-av-spot .mec-av-spot-content {
	border-radius: 0 0 var(--mec-primary-border-radius) var(--mec-primary-border-radius);
}

.mec-av-spot .mec-av-spot-content, .mec-av-spot .mec-av-spot-head {
	width: 100%;
	float: none;
	height: 100%;
	background: #fff;
	padding: 0 20px 20px;
	margin-bottom: 0;
}

.mec-av-spot .mec-av-spot-head {
	background: #222;
	color: #fff;
	min-height: 80px;
}

.mec-av-spot .mec-av-spot-head .mec-av-spot-box {
	padding-top: 25px;
	font-size: 13px;
	color: #ddd;
}

.mec-av-spot .mec-av-spot-head .mec-av-spot-box span {
	color: #40d9f1;
	font-size: 40px;
	font-weight: 700;
	font-style: italic;
}

.mec-av-spot .mec-av-spot-head .mec-event-countdown {
	text-align: center;
	padding-top: 10px;
	display: table;
	table-layout: fixed;
	margin: 0 auto;
	float: right;
}

.mec-av-spot .mec-av-spot-head .mec-event-countdown li {
	display: table-cell;
	padding: 10px 20px;
	position: relative;
	height: 60px;
}

.mec-av-spot .mec-av-spot-head .mec-event-countdown p {
	margin-bottom: 0;
}

.mec-av-spot .mec-events-content p {
	margin-bottom: 20px;
}

.mec-av-spot-content.mec-event-grid-modern .mec-event-article {
	border: none;
	padding: 0;
	margin: 0;
	box-shadow: none;
}

.mec-av-spot-wrap .mec-event-grid-modern .event-grid-modern-head {
	margin-bottom: 10px;
	padding: 14px 34px;
	margin-left: -20px;
	margin-right: -20px;
	text-align: left;
	background: #f9f9f9;
	border-bottom: 1px solid #eee;
}

.mec-av-spot-content.mec-event-grid-modern .mec-event-title {
	font-size: 29px;
}

.mec-av-spot .mec-av-spot-col6 {
	width: 50%;
	float: left;
	height: 100%;
}

.mec-av-spot .mec-av-spot-col6 i {
	font-size: 42px;
	float: left;
	margin-right: 7px;
	height: 58px;
}

.mec-av-spot .mec-av-spot-col6 h6 {
	text-transform: uppercase;
	font-size: 17px;
	padding: 4px 0;
	display: inline;
	color: #444;
}

.mec-av-spot .mec-av-spot-col6 address {
	font-size: 12px;
	margin-bottom: 0;
}

.mec-av-spot-content.mec-event-grid-modern .mec-event-title a:hover {
	text-decoration: underline;
}

.mec-av-spot-content.mec-event-grid-modern .mec-event-footer .mec-booking-button {
	font-size: 12px;
	padding: 0 31px;
	line-height: 49px;
	height: 50px;
	top: 0;
	box-shadow: 0 5px 11px -3px rgba(0, 0, 0, .05);
}

@media only screen and (max-width:768px) {
	.mec-av-spot .mec-av-spot-col6 {
		width: 100%;
		margin: 10px 0;
	}
}

@media only screen and (max-width:479px) {
	.mec-av-spot-content.mec-event-grid-modern .mec-event-title {
		font-size: 24px;
	}
}

.mec-events-masonry-wrap {
	display: block;
	width: auto;
}

.mec-masonry-item-wrap {
	width: calc(33.33% - 30px);
	padding: 0;
	margin: 0 15px 30px;
	min-height: 10px;
	position: relative;
	float: left;
}

.mec-events-masonry-cats {
	padding: 10px;
	margin-bottom: 25px;
	text-align: center;
	clear: both;
	list-style: none outside none;
}

.mec-events-masonry-cats a {
	border-radius: 2px;
	padding: 6px 12px;
	font-size: 13px;
	line-height: 1.2;
	color: #333;
	font-weight: 400;
	margin-top: 0 !important;
	text-align: center;
	display: inline-block;
	width: auto;
	border: 2px solid transparent;
	transition: all .2s ease;
}

.mec-events-masonry-cats a:hover {
	border-color: #40d9f1;
	color: #333;
}

.mec-events-masonry-cats a.mec-masonry-cat-selected {
	border: 2px solid #40d9f1;
	color: #40d9f1;
}

.mec-masonry {
	background: #f7f7f7;
	height: auto;
	border: 1px solid #eee;
	box-shadow: 0 6px 12px -4px rgba(0, 0, 0, .05);
	border-radius: var(--mec-primary-border-radius);
}

.mec-masonry .mec-event-article {
	position: relative;
	height: auto;
	background-color: #fff;
	border-radius: var(--mec-primary-border-radius);
}

.mec-masonry .mec-masonry-img {
	position: relative;
	width: 100%;
	height: auto;
	float: none;
	margin: 0;
	overflow: hidden;
	border-radius: var(--mec-primary-border-radius) var(--mec-primary-border-radius) 0 0;
}

.mec-masonry .mec-masonry-img img {
	width: 100%;
	display: block;
}

.mec-masonry .mec-masonry-content, .mec-masonry .mec-masonry-head {
	width: 100%;
	float: none;
	height: 100%;
	padding: 0 20px 20px;
	margin-bottom: 0;
}

.mec-masonry .mec-events-content p {
	margin-bottom: 20px;
}

.mec-masonry-content.mec-event-grid-modern .mec-event-article {
	border: none;
	padding: 0;
	margin: 0;
	box-shadow: none;
}

.mec-masonry-item-wrap .mec-event-grid-modern .event-grid-modern-head {
	min-height: 79px;
	margin-bottom: 10px;
	padding: 14px 5%;
	margin-left: -20px;
	margin-right: -20px;
	text-align: left;
	background: #f9f9f9;
	border-bottom: 1px solid #eee;
}

.mec-masonry-content.mec-event-grid-modern .mec-event-description {
	padding-top: 20px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	line-clamp: 4;
	-webkit-box-orient: vertical;
}

.mec-masonry-content.mec-event-grid-modern .mec-event-content {
	padding-top: 20px;
}

@media (max-width:480px) {
	.mec-masonry-content.mec-event-grid-modern .mec-labels-normal {
		display: block;
	}
}

.mec-masonry-content.mec-event-grid-modern .mec-event-footer {
	height: auto;
	display: flex;
	gap: 10px;
}

.mec-wrap .mec-event-masonry .mec-masonry-content.mec-event-grid-modern .mec-event-footer a {
	position: static;
	padding: 0;
	flex: auto;
	text-align: center;
}

.mec-masonry .mec-masonry-col6 .mec-event-date {
	font-size: 52px;
	letter-spacing: -2px;
	line-height: 41px;
	vertical-align: top;
}

.mec-masonry .mec-masonry-col6 {
	width: 50%;
	float: left;
	height: 100%;
}

.mec-masonry .mec-masonry-col6 i {
	font-size: 24px;
	float: left;
	margin-right: 7px;
	height: 50px;
}

.mec-masonry .mec-masonry-col6 .mec-event-month, .mec-masonry .mec-masonry-col6 h6 {
	text-transform: capitalize;
	font-size: 15px;
	padding: 4px 0;
	display: inline;
	color: #444;
}

.mec-masonry .mec-masonry-col6 .mec-event-detail, .mec-masonry .mec-masonry-col6 address {
	font-size: 11px;
	margin-bottom: 0;
}

.mec-masonry-content.mec-event-grid-modern .mec-event-title a:hover {
	text-decoration: underline;
}

.mec-masonry-content.mec-event-grid-modern .mec-event-footer .mec-booking-button {
	font-size: 12px;
	line-height: 49px;
	height: 50px;
	box-shadow: 0 5px 11px -3px rgba(0, 0, 0, .05);
}

@media only screen and (max-width:960px) {
	.mec-masonry-item-wrap {
		width: calc(50% - 30px);
	}
}

@media only screen and (max-width:768px) {
	.mec-masonry .mec-masonry-col6 {
		width: 100%;
		margin: 10px 0;
	}
	
	.mec-masonry-item-wrap {
		width: calc(100% - 30px);
	}
}

@media only screen and (max-width:479px) {
	.mec-masonry-content.mec-event-grid-modern .mec-event-title {
		font-size: 24px;
	}
}

.mec-wrap.mec-skin-masonry-container .mec-load-more-wrap {
	position: unset;
}

.btn-wrapper {
	text-align: center;
}

.countdown-wrapper .btn-wrapper {
	padding-top: 10px;
	padding-right: 0;
}

.countdown-wrapper h5.countdown-message {
	letter-spacing: 5px;
	font-weight: 500;
	font-size: 18px;
}

.blox.dar .countdown-wrapper p, .countdown-wrapper p {
	color: #888;
}

.countdown-wrapper a.button.black {
	float: right;
	margin-right: 0;
}

.mec-wrap .threedaydigits .days .flip-clock-label {
	right: -100px;
}

@media only screen and (min-width:320px) and (max-width:767px) {
	.mec-wrap .flip-clock-wrapper ul {
		width: 29px !important;
	}
	
	.mec-wrap .flip-clock-wrapper ul li a div div.inn {
		font-size: 25px !important;
	}
	
	.mec-wrap .flip-clock-divider .flip-clock-label {
		left: 0;
		font-weight: 300;
	}
	
	.mec-wrap span.flip-clock-divider {
		width: 12px;
	}
}

@media only screen and (min-width:320px) and (max-width:480px) {
	.mec-wrap .flip-clock-wrapper ul {
		width: 29px !important;
	}
	
	.mec-wrap .flip-clock-wrapper ul li a div div.inn {
		font-size: 25px !important;
	}
	
	.mec-wrap .flip-clock-divider .flip-clock-label {
		display: none;
	}
	
	.mec-wrap span.flip-clock-divider:first-child {
		width: 0;
	}
	
	.mec-wrap span.flip-clock-divider {
		width: 5px;
	}
	
	.mec-single-event .mec-events-meta-group-countdown {
		margin-left: 0;
		padding: 15px 18%;
	}
}

@media screen and (min-width:960px) and (max-width:1200px) {
	.mec-wrap .threedaydigits ul {
		height: 50px;
		width: 47px;
	}
}

@media screen and (min-width:480px) and (max-width:768px) {
	.mec-wrap .threedaydigits ul {
		height: 48px;
		width: 26px !important;
	}
	
	.mec-wrap .threedaydigits .flip-clock-label {
		font-size: 8px;
		left: -8px;
	}
}

@media screen and (min-width:320px) and (max-width:480px) {
	.mec-wrap .threedaydigits ul {
		height: 48px;
		width: 22px !important;
	}
}

.mec-wrap .flip-clock-wrapper * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;
}

.mec-wrap .flip-clock-wrapper a {
	cursor: pointer;
	text-decoration: none;
	color: #ccc;
}

.mec-wrap .flip-clock-wrapper a:hover {
	color: #fff;
}

.mec-wrap .flip-clock-wrapper ul {
	list-style: none;
}

.flip-clock-wrapper.clearfix:after, .mec-wrap .flip-clock-wrapper.clearfix:before {
	content: " ";
	display: table;
}

.mec-wrap .flip-clock-wrapper.clearfix:after {
	clear: both;
}

.mec-wrap .flip-clock-wrapper {
	font: normal 11px "helvetica neue", helvetica, sans-serif;
	-webkit-user-select: none;
}

.mec-wrap .flip-clock-meridium {
	background: 0 0 !important;
	box-shadow: 0 0 0 !important;
	font-size: 36px !important;
}

.mec-wrap .flip-clock-meridium a {
	color: #313333;
}

.mec-wrap .flip-clock-wrapper {
	text-align: center;
	position: relative;
	display: inline-block;
	padding-bottom: 10px;
}

.flip-clock-wrapper:after, .mec-wrap .flip-clock-wrapper:before {
	content: " ";
	display: table;
}

.mec-wrap .flip-clock-wrapper:after {
	clear: both;
}

.mec-wrap .flip-clock-wrapper ul {
	position: relative;
	float: left;
	margin: 2px;
	width: 50px;
	height: 50px;
	font-size: 80px;
	font-weight: 700;
	line-height: 87px;
	border-radius: 3px;
	background: rgba(0, 0, 0, .21);
}

.mec-wrap .flip-clock-wrapper ul li {
	z-index: 1;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	line-height: 54px;
	text-decoration: none !important;
}

.mec-wrap .flip-clock-wrapper ul li:first-child {
	z-index: 2;
}

.mec-wrap .flip-clock-wrapper ul li a {
	display: block;
	height: 100%;
	-webkit-perspective: 200px;
	-moz-perspective: 200px;
	perspective: 200px;
	margin: 0 !important;
	overflow: visible !important;
	cursor: default !important;
}

.mec-wrap .flip-clock-wrapper ul li a div {
	z-index: 1;
	position: absolute;
	left: 0;
	width: 100%;
	height: 50%;
	font-size: 80px;
	overflow: hidden;
	outline: 1px solid transparent;
}

.mec-wrap .flip-clock-wrapper ul li a div .shadow {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 2;
}

.mec-wrap .flip-clock-wrapper ul li a div.up {
	-webkit-transform-origin: 50% 100%;
	-moz-transform-origin: 50% 100%;
	-ms-transform-origin: 50% 100%;
	-o-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	top: 0;
}

.mec-wrap .flip-clock-wrapper ul li a div.up:after {
	content: "";
	position: absolute;
	top: 24px;
	left: 0;
	z-index: 5;
	width: 100%;
	height: 3px;
	background-color: rgba(0, 0, 0, .12);
}

.mec-wrap .flip-clock-wrapper ul li a div.down {
	-webkit-transform-origin: 50% 0;
	-moz-transform-origin: 50% 0;
	-ms-transform-origin: 50% 0;
	-o-transform-origin: 50% 0;
	transform-origin: 50% 0;
	bottom: 0;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}

.mec-wrap .flip-clock-wrapper ul li a div div.inn {
	position: absolute;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 200%;
	color: #fff;
	text-shadow: 0 0 2px rgba(0, 0, 0, .25);
	text-align: center;
	background-color: #40d9f1;
	border-radius: 3px;
	font-size: 48px;
}

.mec-wrap .flip-clock-wrapper ul li a div.up div.inn {
	top: 0;
}

.mec-wrap .flip-clock-wrapper ul li a div.down div.inn {
	bottom: 0;
}

.mec-wrap .flip-clock-wrapper ul.play li.flip-clock-before {
	z-index: 3;
}

.mec-wrap .flip-clock-wrapper .flip {
	box-shadow: 0 2px 5px rgba(0, 0, 0, .17);
}

.mec-wrap .flip-clock-wrapper ul.play li.flip-clock-active {
	-webkit-animation: asd .5s .5s linear both;
	-moz-animation: asd .5s .5s linear both;
	animation: asd .5s .5s linear both;
	z-index: 5;
}

.mec-wrap .flip-clock-divider {
	float: left;
	display: inline-block;
	position: relative;
	width: 18px;
	height: 62px;
}

.mec-wrap .flip-clock-divider:first-child {
	width: 0;
}

.mec-wrap .flip-clock-dot {
	display: none;
	background: #323434;
	width: 10px;
	height: 10px;
	position: absolute;
	border-radius: 50%;
	box-shadow: 0 0 5px rgba(0, 0, 0, .5);
	left: 5px;
}

.mec-wrap .flip-clock-divider .flip-clock-label {
	position: absolute;
	bottom: -1.5em;
	right: -71px;
	color: #101010;
	font-weight: 700;
	text-shadow: none;
	text-transform: uppercase;
}

.mec-wrap .blox.dark .flip-clock-divider .flip-clock-label {
	color: #8a8a8a;
}

.mec-wrap .flip-clock-divider.seconds .flip-clock-label {
	right: -82px;
}

.mec-wrap .flip-clock-dot.top {
	top: 30px;
}

.mec-wrap .flip-clock-dot.bottom {
	bottom: 30px;
}

@-webkit-keyframes asd {
	0% {
		z-index: 2;
	}
	
	20% {
		z-index: 4;
	}
	
	100% {
		z-index: 4;
	}
}

@-moz-keyframes asd {
	0% {
		z-index: 2;
	}
	
	20% {
		z-index: 4;
	}
	
	100% {
		z-index: 4;
	}
}

@-o-keyframes asd {
	0% {
		z-index: 2;
	}
	
	20% {
		z-index: 4;
	}
	
	100% {
		z-index: 4;
	}
}

@keyframes asd {
	0% {
		z-index: 2;
	}
	
	20% {
		z-index: 4;
	}
	
	100% {
		z-index: 4;
	}
}

.flip-clock-wrapper ul.play li.flip-clock-active .down {
	z-index: 2;
	-webkit-animation: turn .5s .5s linear both;
	-moz-animation: turn .5s .5s linear both;
	animation: turn .5s .5s linear both;
}

@-webkit-keyframes turn {
	0% {
		-webkit-transform: rotatex(90deg);
	}
	
	100% {
		-webkit-transform: rotatex(0);
	}
}

@-moz-keyframes turn {
	0% {
		-moz-transform: rotatex(90deg);
	}
	
	100% {
		-moz-transform: rotatex(0);
	}
}

@-o-keyframes turn {
	0% {
		-o-transform: rotatex(90deg);
	}
	
	100% {
		-o-transform: rotatex(0);
	}
}

@keyframes turn {
	0% {
		transform: rotatex(90deg);
	}
	
	100% {
		transform: rotatex(0);
	}
}

.flip-clock-wrapper ul.play li.flip-clock-before .up {
	z-index: 2;
	-webkit-animation: turn2 .5s linear both;
	-moz-animation: turn2 .5s linear both;
	animation: turn2 .5s linear both;
}

@-webkit-keyframes turn2 {
	0% {
		-webkit-transform: rotatex(0);
	}
	
	100% {
		-webkit-transform: rotatex(-90deg);
	}
}

@-moz-keyframes turn2 {
	0% {
		-moz-transform: rotatex(0);
	}
	
	100% {
		-moz-transform: rotatex(-90deg);
	}
}

@-o-keyframes turn2 {
	0% {
		-o-transform: rotatex(0);
	}
	
	100% {
		-o-transform: rotatex(-90deg);
	}
}

@keyframes turn2 {
	0% {
		transform: rotatex(0);
	}
	
	100% {
		transform: rotatex(-90deg);
	}
}

.flip-clock-wrapper ul li.flip-clock-active {
	z-index: 3;
}

.flip-clock-wrapper ul.play li.flip-clock-before .up .shadow {
	background: -moz-linear-gradient(top, rgba(0, 0, 0, .1) 0, rgba(64, 64, 64, .68) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, .1)), color-stop(100%, rgba(64, 64, 64, .68)));
	background: linear, top, rgba(0, 0, 0, .1) 0, rgba(64, 64, 64, .68) 100%;
	background: -o-linear-gradient(top, rgba(0, 0, 0, .1) 0, rgba(64, 64, 64, .68) 100%);
	background: -ms-linear-gradient(top, rgba(0, 0, 0, .1) 0, rgba(64, 64, 64, .68) 100%);
	background: linear, to bottom, rgba(0, 0, 0, .1) 0, rgba(64, 64, 64, .68) 100%;
	-webkit-animation: show .5s linear both;
	-moz-animation: show .5s linear both;
	animation: show .5s linear both;
}

.flip-clock-wrapper ul.play li.flip-clock-active .up .shadow {
	background: -moz-linear-gradient(top, rgba(0, 0, 0, .1) 0, rgba(64, 64, 64, .68) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, .1)), color-stop(100%, rgba(64, 64, 64, .68)));
	background: linear, top, rgba(0, 0, 0, .1) 0, rgba(64, 64, 64, .68) 100%;
	background: -o-linear-gradient(top, rgba(0, 0, 0, .1) 0, rgba(64, 64, 64, .68) 100%);
	background: -ms-linear-gradient(top, rgba(0, 0, 0, .1) 0, rgba(64, 64, 64, .68) 100%);
	background: linear, to bottom, rgba(0, 0, 0, .1) 0, rgba(64, 64, 64, .68) 100%;
	-webkit-animation: hide .5s .3s linear both;
	-moz-animation: hide .5s .3s linear both;
	animation: hide .5s .3s linear both;
}

.flip-clock-wrapper ul.play li.flip-clock-before .down .shadow {
	background: -moz-linear-gradient(top, rgba(64, 64, 64, .68) 0, rgba(0, 0, 0, .1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(64, 64, 64, .68)), color-stop(100%, rgba(0, 0, 0, .1)));
	background: linear, top, rgba(64, 64, 64, .68) 0, rgba(0, 0, 0, .1) 100%;
	background: -o-linear-gradient(top, rgba(64, 64, 64, .68) 0, rgba(0, 0, 0, .1) 100%);
	background: -ms-linear-gradient(top, rgba(64, 64, 64, .68) 0, rgba(0, 0, 0, .1) 100%);
	background: linear, to bottom, rgba(64, 64, 64, .68) 0, rgba(0, 0, 0, .1) 100%;
	-webkit-animation: show .5s linear both;
	-moz-animation: show .5s linear both;
	animation: show .5s linear both;
}

.flip-clock-wrapper ul.play li.flip-clock-active .down .shadow {
	background: -moz-linear-gradient(top, rgba(64, 64, 64, .68) 0, rgba(0, 0, 0, .1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(64, 64, 64, .68)), color-stop(100%, rgba(0, 0, 0, .1)));
	background: linear, top, rgba(64, 64, 64, .68) 0, rgba(0, 0, 0, .1) 100%;
	background: -o-linear-gradient(top, rgba(64, 64, 64, .68) 0, rgba(0, 0, 0, .1) 100%);
	background: -ms-linear-gradient(top, rgba(64, 64, 64, .68) 0, rgba(0, 0, 0, .1) 100%);
	background: linear, to bottom, rgba(64, 64, 64, .68) 0, rgba(0, 0, 0, .1) 100%;
	-webkit-animation: hide .5s .3s linear both;
	-moz-animation: hide .5s .3s linear both;
	animation: hide .5s .2s linear both;
}

@-webkit-keyframes show {
	0% {
		opacity: 0;
	}
	
	100% {
		opacity: 1;
	}
}

@-moz-keyframes show {
	0% {
		opacity: 0;
	}
	
	100% {
		opacity: 1;
	}
}

@-o-keyframes show {
	0% {
		opacity: 0;
	}
	
	100% {
		opacity: 1;
	}
}

@keyframes show {
	0% {
		opacity: 0;
	}
	
	100% {
		opacity: 1;
	}
}

@-webkit-keyframes hide {
	0% {
		opacity: 1;
	}
	
	100% {
		opacity: 0;
	}
}

@-moz-keyframes hide {
	0% {
		opacity: 1;
	}
	
	100% {
		opacity: 0;
	}
}

@-o-keyframes hide {
	0% {
		opacity: 1;
	}
	
	100% {
		opacity: 0;
	}
}

@keyframes hide {
	0% {
		opacity: 1;
	}
	
	100% {
		opacity: 0;
	}
}

@media only screen and (min-width:320px) and (max-width:480px) {
	.single-mec-events .mec-wrap .flip-clock-wrapper {
		padding-bottom: 0;
		max-width: 218px;
	}
	
	.single-mec-events .mec-wrap .mec-events-meta-group-countdown {
		padding: 20px 10px 20px 10px;
	}
	
	.mec-wrap .flip-clock-wrapper ul {
		width: 25px !important;
		padding: 0;
	}
	
	.single-mec-events .mec-wrap .flip-clock-wrapper .flip {
		margin-bottom: 40px;
	}
	
	.single-mec-events .mec-wrap .flip-clock-divider .flip-clock-label {
		display: block;
	}
	
	.single-mec-events .mec-wrap .flip-clock-divider.days .flip-clock-label {
		left: -15px;
	}
	
	.single-mec-events .mec-wrap .flip-clock-divider.hours .flip-clock-label {
		left: 0;
	}
	
	.single-mec-events .mec-wrap .flip-clock-divider.minutes .flip-clock-label {
		left: 0;
	}
	
	.single-mec-events .mec-wrap .flip-clock-divider.seconds .flip-clock-label {
		left: -15px;
	}
	
	.single-mec-events .mec-wrap .flip-clock-wrapper {
		max-width: unset;
	}
}

[class*=mec-sl-] {
	font-family: simple-line-icons;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.mec-sl-facebook:before {
	content: "";
}

.mec-sl-twitter:before {
	content: "";
}

.mec-sl-google-plus:before {
	content: "";
}

.mec-sl-angle-left:before {
	content: "";
}

.mec-sl-angle-right:before {
	content: "";
}

.mec-sl-calendar:before {
	content: "";
}

.mec-sl-clock-o:before {
	content: "";
}

.mec-sl-home:before {
	content: "";
}

.mec-sl-phone:before {
	content: "";
}

.mec-sl-envelope:before {
	content: "";
}

.mec-sl-sitemap:before {
	content: "";
}

.mec-sl-map-marker:before {
	content: "";
}

.mec-sl-floder:before {
	content: "";
}

.mec-sl-wallet:before {
	content: "";
}

.mec-color, .mec-color-before :before, .mec-color-hover:hover, .mec-wrap .mec-color, .mec-wrap .mec-color-before :before, .mec-wrap .mec-color-hover:hover {
	color: #40d9f1;
}

.mec-bg-color, .mec-bg-color-hover:hover, .mec-wrap .mec-bg-color, .mec-wrap .mec-bg-color-hover:hover {
	background-color: #40d9f1;
}

.mec-box-marker, .mec-vip-content-notice {
	box-shadow: 5px 0 0 #40d9f1 inset;
	padding: 5px 10px;
}

.mec-border-color, .mec-border-color-hover:hover, .mec-wrap .mec-border-color, .mec-wrap .mec-border-color-hover:hover {
	border-color: #40d9f1;
}

.mec-toggle-month-divider.mec-skin-list-events-container {
	border: 1px solid #e8e8e8;
	margin-bottom: 30px;
	background: #f8f8f8;
	box-shadow: 0 2px 18px -1px rgba(0, 0, 0, .1);
	border-radius: 2px;
}

.mec-toggle-month-divider .mec-month-divider {
	margin: 0;
	text-align: left;
	background: #fff;
	position: relative;
	cursor: pointer;
	border-top: 1px solid #e8e8e8;
}

.mec-toggle-month-divider .mec-month-divider span {
	padding: 20px;
	border-bottom: 1px solid #e8e8e8;
}

.mec-toggle-month-divider .mec-month-divider i {
	position: absolute;
	right: 20px;
	top: 24px;
	font-size: 20px;
	cursor: pointer;
}

.mec-toggle-month-divider .mec-month-divider span:before {
	display: none;
}

.mec-toggle-month-divider .mec-month-divider+article {
	margin-top: 20px;
}

.mec-toggle-month-divider .mec-wrap .mec-month-divider:first-of-type {
	border-top: none;
}

.mec-toggle-month-divider .mec-event-list-accordion .mec-month-divider:not(:first-of-type)~article {
	display: none;
}

.mec-skin-list-events-container:not(.mec-toggle-month-divider) .mec-month-divider i {
	display: none;
}

.mec-month-divider {
	display: flex;
	align-items: center;
}

.mec-month-divider:after, .mec-month-divider:before {
	content: "";
	flex: 1;
	height: 4px;
	background: #ebebeb;
}

.mec-month-divider h5 {
	font-size: 22px;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0 20px;
}

.mec-month-divider i {
	display: none;
}

.mec-toogle-inner-month-divider .mec-toggle-item-col .mec-event-month {
	display: inline-block;
	padding-top: 0;
}

.mec-toogle-inner-month-divider .mec-toggle-item-col .mec-event-date {
	font-size: 14px;
	line-height: 14px;
	float: none;
	display: inline-block;
	margin-right: 0;
	font-weight: 700;
}

.mec-events-toggle .mec-toogle-inner-month-divider.mec-toggle-item-inner {
	padding: 20px 60px 30px 15px;
}

.mec-toogle-inner-month-divider .mec-toggle-month-inner-image {
	float: left;
	clear: right;
	width: 100px;
	margin-right: 20px;
	margin-left: 10px;
}

.mec-toogle-inner-month-divider .mec-toggle-item-col .mec-event-detail {
	margin-top: -6px;
}

.mec-toogle-inner-month-divider .mec-toggle-item-col {
	float: none;
	width: 100%;
	margin-top: 10px;
	display: block;
	border: none;
}

.mec-events-toggle .mec-toogle-inner-month-divider .mec-toggle-title {
	font-size: 19px;
	display: block;
	padding-top: 10px;
}

@media only screen and (max-width:768px) {
	.mec-events-toggle .mec-toogle-inner-month-divider .mec-toggle-title {
		font-size: 14px;
		padding-top: 0;
	}
	
	.mec-toogle-inner-month-divider .mec-toggle-item-col {
		margin-top: 0;
	}
	
	.mec-toogle-inner-month-divider .mec-toggle-month-inner-image {
		width: 70px;
	}
}

.mec-wrap article:not([class^=mec-event-countdown]):not([class^=mec-event-cover-]).mec-label-canceled, .mec-wrap article:not([class^=mec-event-countdown]):not([class^=mec-event-cover-]).mec-label-custom, .mec-wrap article:not([class^=mec-event-countdown]):not([class^=mec-event-cover-]).mec-label-featured {
	overflow: hidden;
	position: relative;
}

.mec-event-label-captions {
	z-index: 1;
	position: absolute;
	top: 30px;
	right: -37px;
	font-size: 10px;
	letter-spacing: 1px;
	text-transform: uppercase;
	background: #04de78;
	padding: 2px 0;
	color: #fff;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: .5s cubic-bezier(.25, .5, .06, .85);
	transition: .5s cubic-bezier(.25, .5, .06, .85);
	list-style: none;
	text-align: center;
	width: 150px;
	max-width: 150px;
}

.mec-event-agenda-clean .mec-event-label-captions {
	top: 0;
}

.mec-box-calendar.mec-event-calendar-classic.mec-event-container-novel .mec-event-label-captions {
	display: none;
}

.mec-wrap article:not([class^=mec-event-countdown]):not([class^=mec-event-cover-]).mec-label-canceled:before {
	background: #de0404;
}

.mec-daily-view-date-events article:before, ul.mec-weekly-view-dates-events article:before {
	padding: 7px 40px !important;
	top: 27px !important;
}

.mec-event-grid-classic article .mec-fc-style, .mec-event-grid-minimal article .mec-fc-style, .mec-event-grid-simple article .mec-fc-style, .mec-timeline-event .mec-fc-style, .mec-timetable-wrap article .mec-fc-style, .mec-wrap .mec-event-list-accordion article .mec-fc-style, .mec-wrap .mec-event-list-modern article .mec-fc-style, .mec-wrap .mec-events-agenda .mec-agenda-event .mec-fc-style, .mec-wrap article.mec-event-cover-classic .mec-fc-style, .mec-wrap article.mec-event-cover-clean .mec-fc-style, .mec-wrap article.mec-event-cover-modern .mec-fc-style, .mec-wrap article[class^=mec-event-countdown-] .mec-fc-style {
	font-size: 9px;
	letter-spacing: .5px;
	text-transform: uppercase;
	background: #04de78;
	padding: 2px 7px;
	color: #fff;
	position: relative;
	margin-left: 5px;
	border-radius: 2px;
}

.mec-timeline-event.mec-label-canceled .mec-fc-style, .mec-wrap .mec-events-agenda .mec-agenda-event.mec-label-canceled .mec-fc-style, .mec-wrap article.mec-event-cover-modern.mec-label-canceled .mec-fc-style {
	background: #de0404;
}

.mec-event-grid-minimal article .mec-fc-style:before, .mec-event-grid-simple article .mec-fc-style:before, .mec-timeline-event .mec-fc-style:before, .mec-timetable-wrap article .mec-fc-style:before, .mec-wrap .mec-event-list-accordion article .mec-fc-style:before, .mec-wrap .mec-event-list-modern article .mec-fc-style:before, .mec-wrap .mec-events-agenda .mec-agenda-event .mec-fc-style:before, .mec-wrap article.mec-event-cover-classic .mec-fc-style:before, .mec-wrap article.mec-event-cover-clean .mec-fc-style:before, .mec-wrap article[class^=mec-event-countdown-] .mec-fc-style:before {
	width: 0;
	height: 0;
	border-top: 4px solid transparent !important;
	border-right: 5px solid;
	border-bottom: 4px solid transparent;
	margin: 0;
	top: 50%;
	left: -5px;
	transform: translateY(-4.5px);
	position: absolute;
	content: "";
	color: var(--background-color);
}

.mec-timeline-event.mec-label-canceled .mec-fc-style:before, .mec-wrap .mec-events-agenda .mec-agenda-event.mec-label-canceled .mec-fc-style:before {
	color: #de0404;
}

.mec-event-grid-classic article.mec-label-canceled:before, .mec-event-grid-classic article.mec-label-featured:before, .mec-event-grid-minimal article.mec-label-canceled:before, .mec-event-grid-minimal article.mec-label-featured:before, .mec-event-grid-simple article.mec-label-canceled:before, .mec-event-grid-simple article.mec-label-featured:before, .mec-timetable-wrap article.mec-label-canceled:before, .mec-timetable-wrap article.mec-label-featured:before, .mec-wrap .mec-event-list-accordion article.mec-label-canceled:before, .mec-wrap .mec-event-list-accordion article.mec-label-featured:before, .mec-wrap .mec-event-list-modern article.mec-label-canceled:before, .mec-wrap .mec-event-list-modern article.mec-label-featured:before {
	display: none;
}

.mec-wrap .mec-event-list-accordion article .mec-fc-style, .mec-wrap .mec-event-list-modern article .mec-fc-style, .mec-wrap article.mec-event-cover-classic .mec-fc-style, .mec-wrap article.mec-event-cover-clean .mec-fc-style, .mec-wrap article[class^=mec-event-countdown-] .mec-fc-style {
	top: -1px;
	right: -3px;
	font-size: 11px;
	white-space: nowrap;
}

.mec-event-grid-classic article.mec-label-canceled .mec-fc-style, .mec-event-grid-minimal article.mec-label-canceled .mec-fc-style, .mec-event-grid-simple article.mec-label-canceled .mec-fc-style, .mec-timetable-wrap article.mec-label-canceled .mec-fc-style, .mec-wrap .mec-event-list-accordion article.mec-label-canceled .mec-fc-style, .mec-wrap .mec-event-list-modern article.mec-label-canceled .mec-fc-style, .mec-wrap article.mec-event-cover-classic.mec-label-canceled .mec-fc-style, .mec-wrap article.mec-event-cover-clean.mec-label-canceled .mec-fc-style, .mec-wrap article[class^=mec-event-countdown-].mec-label-canceled .mec-fc-style {
	background: #de0404;
}

.mec-event-grid-classic article.mec-label-canceled .mec-fc-style:before, .mec-event-grid-minimal article.mec-label-canceled .mec-fc-style:before, .mec-event-grid-simple article.mec-label-canceled .mec-fc-style:before, .mec-timetable-wrap article.mec-label-canceled .mec-fc-style:before, .mec-wrap .mec-event-list-accordion article.mec-label-canceled .mec-fc-style:before, .mec-wrap .mec-event-list-modern article.mec-label-canceled .mec-fc-style:before, .mec-wrap article.mec-event-cover-classic.mec-label-canceled .mec-fc-style:before, .mec-wrap article.mec-event-cover-clean.mec-label-canceled .mec-fc-style:before, .mec-wrap article[class^=mec-event-countdown-].mec-label-canceled .mec-fc-style:before {
	color: #de0404;
}

.mec-wrap .mec-slider-t5 article:not([class^=mec-event-countdown]).mec-label-canceled:before, .mec-wrap .mec-slider-t5 article:not([class^=mec-event-countdown]).mec-label-featured:before {
	-ms-transform: none;
	-webkit-transform: none;
	transform: none;
	-webkit-transition: none;
	transition: none;
	top: 271px;
	right: 0;
}

.mec-timetable-wrap article .mec-fc-style {
	top: -2px;
	font-size: 10px;
	right: 0;
}

.mec-wrap article.mec-event-cover-modern .mec-fc-style {
	padding: 5px 9px;
	font-size: 11px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 24px;
	display: inline-block;
	border-radius: 2px;
	-ms-transform: rotate(0);
	-webkit-transform: rotate(0);
	transform: rotate(0);
	right: 0;
	top: 0;
}

.mec-skin-grid-events-container .mec-wrap .mec-event-grid-clean .mec-event-article:before {
	-ms-transform: none;
	-webkit-transform: none;
	transform: none !important;
	-webkit-transition: none;
	transition: none;
	top: 22px !important;
	right: 22px !important;
	padding: 0 10px !important;
}

.mec-event-grid-minimal article .mec-fc-style, .mec-event-grid-simple article .mec-fc-style {
	top: -4px;
	font-size: 10px;
	margin-left: 10px;
	right: 0;
}

.mec-event-grid-classic article .mec-fc-style {
	padding: 5px 20px;
	font-size: 12px;
	margin-top: 8px;
	display: inline-block;
}

.mec-load-month-link {
	color: #a9a9a9;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-decoration: unset;
	transition: all .33s ease;
}

.mec-categories-wrapper {
	font-size: 12px;
	font-weight: 400;
	line-height: 18px;
}

.mec-categories-wrapper i {
	margin-right: 4px;
	display: inline-block;
}

ul.mec-categories {
	padding: 0;
	display: inline;
	vertical-align: top;
}

ul.mec-categories li.mec-category {
	list-style: none;
	display: inline-block;
	margin-right: 3px;
	cursor: pointer;
}

ul.mec-categories li.mec-category:not(:last-of-type):after {
	content: ",";
}

ul.mec-categories li.mec-category a {
	color: #777;
	text-align: left;
	transition: all .23s ease;
	-webkit-transition: all .23s ease;
}

.mec-wrap [id^=mec_skin_events_] .mec-event-data-fields {
	display: inline-block;
	width: 18px;
	height: 18px;
	position: relative;
	vertical-align: middle;
	cursor: pointer;
	margin: 0 0 0 4px;
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAABmJLR0QA/wD/AP+gvaeTAAAD90lEQVRoge2ZzWscZRjAf8/OJpUkQrF6SJMcNB+zobVdk8WCWEwqBEou0kMKtkgPHoRUD54VFMQ/wJBYhJ6MoGvFg3rQQ7dQFJVN09RANl9UkrgRbVrFuDZpZh4PSWqYmd2Z2a8Ize+0+7zPO/N7dt7l/RjYY48HGynHRZKqRltm7mmBXo1It9jEEBqBhq2UVYSswrTYmraVVFdn248iYpd675IK+GluruXehg4KchZoCtl9SVRHJcrw0fb2pWIdiirg2uzsY2LLOyjngNpib77FOujFdd1481hn50rYzqELGJ+afxGxh0AeCdvXhxURBuNm2ydhOgUuIJ1O1xgN+0eAl0OrhUDgwp3lxVd7e3s3Aub7k05n64yG3CXgZEl2QVG+sv6uG0gkDub8UiN+CZu/fBXlAYR+oz6XTKVSUb9U3wK2hk315LcR+vc3Nr/nn1aA8cz8GdDR8lmFR9DT8Vh7Mn97Hn6YmjpQKzUZ4NGKmAVnxRIrljDNW16NeYdQbaTmXXZfHuCAYUffytfo+QQmZmebbUvmKX2SKhdrIlZr3DR/cTZ4PgHL4jz/H3mAfUp00KvBVYCqRgQ5U3mnkKi+lFQ1nGFXAeOZuWNAc1WkwtHUMXOz2xl0FSDQWx2f8NjoCWfM4z8giWrIFIMorifgnqojdKDeF7Asi69TVxm7MYkIdB85TF/PcQzDqGjeNoqa/gWoNuab3765cpUr331//3vq283PJ5/vqWjeNgKNzpjXEGpwxzZJT0zuSmwHDzsDvou5nYjHg4l4xMqdVwiPAnQ1X3L3kcOuWNfRJyuet4O/nAH3f0BkGcVzu9jXcxyAsRuT9wX6nnu24nnbKCy7dJ2Ba9Nzn4lyKu9VdhX59KlY68DOiHsis3WsekLhEHC5uQqwlcvV0QmPitvNNYRUNTI+Pf+zQEt1tAKzEDdbH3ee5rmHkIgdUf2oel4BEUa9jiI95wGJMgysV1wqOGuCNeLV4FnA5lmlXqysU3BE+MBrNwaF9sTWQ28Av1fMKjgra/a9t/M15i3g0KGW2yq8Vhmn4Cj6SqFD34JroS6z7WOBC+XXCoYIQ12x9kuFcnwXczNm63mUz8unFRDRL+9kF1/3TQtyrXQ6W2fU55II/aWb+aPIF3fra08/09Lyj19uoOV0InEw98eviy+Avl+6XmFEGPpzeeFUEHko4gXH9czsgCLDlP/U7jdFB/3GvJNQGxqAeKw9WWvtM1EZBtbC9ncicFeEIWO9JhZWfqt/8Vyfnm5SooOqeraItdMC8KGyMdIVi2WLdSjLa1ZVjUzM3EzY6AlRuhU1BW36b3+tqyBLIDMCaRUuxzueGCvHa9Y99njQ+RcbkGTacAW/agAAAABJRU5ErkJggg==");
	background-position: center center;
	background-size: cover;
	padding: 0;
	border: none;
	background-color: transparent;
	overflow: visible;
}

.mec-wrap [id^=mec_skin_events_] .mec-event-data-fields.nitro-lazy {
	background-image: none !important;
}

.mec-wrap [id^=mec_skin_events_] .mec-event-data-fields .mec-data-fields-tooltip {
	position: absolute;
	width: 160px;
	bottom: 24px;
	left: calc(50% - 80px);
	background: #fff;
	border-radius: var(--mec-secondary-border-radius);
	border: 1px solid rgba(83, 90, 97, .13);
	box-shadow: 0 4px 45px -8px rgba(68, 75, 80, .38);
	visibility: hidden;
	opacity: 0;
	transition: opacity .18s ease, transform .18s ease, visibility .25s ease;
	transform: scale(.9);
	z-index: 99;
}

.mec-wrap [id^=mec_skin_events_] .mec-event-data-fields:hover .mec-data-fields-tooltip {
	visibility: visible;
	opacity: 1;
	transform: scale(1);
}

.mec-wrap [id^=mec_skin_events_] .mec-event-data-fields .mec-data-fields-tooltip:before {
	display: block;
	content: "";
	position: absolute;
	width: 12px;
	height: 12px;
	left: calc(50% - 12px);
	top: 100%;
	transform: translate(50%, -50%) rotate(-45deg);
	background-color: #fff;
	box-shadow: 0 8px 9px -4px #535a61;
	z-index: 0;
}

.mec-wrap [id^=mec_skin_events_] .mec-event-data-fields .mec-data-fields-tooltip .mec-data-fields-tooltip-box {
	overflow: hidden;
	border-radius: 11px;
	padding: 12px 0;
}

.mec-wrap [id^=mec_skin_events_] .mec-event-data-fields .mec-data-fields-tooltip .mec-data-fields-tooltip-box ul {
	width: 100%;
	height: fit-content;
	overflow-y: scroll;
	padding: 0 15px;
	text-align: left;
}

.mec-wrap [id^=mec_skin_events_] .mec-event-data-fields .mec-data-fields-tooltip .mec-data-fields-tooltip-box ul::-webkit-scrollbar-track {
	background-color: #fafafa;
}

.mec-wrap [id^=mec_skin_events_] .mec-event-data-fields .mec-data-fields-tooltip .mec-data-fields-tooltip-box ul::-webkit-scrollbar {
	width: 4px;
	background-color: #fafafa;
}

.mec-wrap [id^=mec_skin_events_] .mec-event-data-fields .mec-data-fields-tooltip .mec-data-fields-tooltip-box ul::-webkit-scrollbar-thumb {
	background-color: #40d9f1;
	border-radius: 4px;
}

.mec-wrap [id^=mec_skin_events_] .mec-event-data-fields .mec-data-fields-tooltip .mec-data-fields-tooltip-box ul .mec-event-data-field-item {
	display: block;
	width: 100%;
	text-transform: none;
	margin: 0 0 8px 0;
	color: #616263;
	font-size: 13px;
	line-height: 1.5;
	font-weight: 400;
	padding-bottom: 8px;
	border-bottom: 1px dashed #e1e2e3;
}

.mec-wrap [id^=mec_skin_events_] .mec-event-data-fields .mec-data-fields-tooltip .mec-data-fields-tooltip-box ul .mec-event-data-field-item:last-child {
	border-bottom: none;
}

.mec-wrap [id^=mec_skin_events_] .mec-data-fields-tooltip .mec-data-fields-tooltip-box ul .mec-event-data-field-item a {
	color: #40d9f1;
	font-size: 13px;
	line-height: 1.5;
	font-weight: 400;
}

.mec-wrap [id^=mec_skin_events_] .mec-data-fields-tooltip .mec-data-fields-tooltip-box ul .mec-event-data-field-item a:hover {
	color: #000;
}

.mec-wrap .mec-custom-data .mec-timetable-t2-content, .mec-wrap .mec-custom-data .mec-timetable-t2-content .mec-event-title, .mec-wrap article:not([class^=mec-event-countdown]):not([class^=mec-event-cover-]).mec-custom-data.mec-label-canceled, .mec-wrap article:not([class^=mec-event-countdown]):not([class^=mec-event-cover-]).mec-custom-data.mec-label-featured {
	overflow: visible !important;
}

.mec-wrap article:not([class^=mec-event-countdown]):not([class^=mec-event-cover-]).mec-custom-data.mec-label-canceled .mec-event-label-captions, .mec-wrap article:not([class^=mec-event-countdown]):not([class^=mec-event-cover-]).mec-custom-data.mec-label-featured .mec-event-label-captions {
	-ms-transform: rotate(0);
	-webkit-transform: rotate(0);
	transform: rotate(0);
	width: fit-content;
	top: 7px;
	right: 7px;
	padding: 2px 5px;
	border-radius: 4px;
}

@media (min-width:769px) {
	.mec-wrap [id^=mec_skin_events_] .mec-event-list-standard .mec-label-canceled .mec-event-data-fields .mec-data-fields-tooltip, .mec-wrap [id^=mec_skin_events_] .mec-event-list-standard .mec-label-custom .mec-event-data-fields .mec-data-fields-tooltip, .mec-wrap [id^=mec_skin_events_] .mec-event-list-standard .mec-label-featured .mec-event-data-fields .mec-data-fields-tooltip {
		bottom: calc(50% - 110px);
		left: 30px;
	}
	
	.mec-wrap [id^=mec_skin_events_] .mec-event-list-standard .mec-label-canceled .mec-event-data-fields .mec-data-fields-tooltip:before, .mec-wrap [id^=mec_skin_events_] .mec-event-list-standard .mec-label-custom .mec-event-data-fields .mec-data-fields-tooltip:before, .mec-wrap [id^=mec_skin_events_] .mec-event-list-standard .mec-label-featured .mec-event-data-fields .mec-data-fields-tooltip:before {
		left: -10px;
		top: calc(100% - 110px);
		box-shadow: -8px -5px 9px -4px #535a61;
	}
}

.mec-hourly-schedule-speaker-info {
	background: #fff;
	padding: 30px;
	border: 1px solid #e6e6e6;
}

.mec-hourly-schedule-speaker-thumbnail {
	float: left;
	max-width: 30%;
	width: 30%;
}

.mec-hourly-schedule-speaker-name {
	font-weight: 700;
	font-size: 26px;
	line-height: 1.2;
	color: #333;
	text-transform: uppercase;
}

.mec-hourly-schedule-speaker-details {
	float: left;
	width: 69%;
	padding-left: 25px;
}

.mec-hourly-schedule-speaker-job-title {
	font-size: 16px;
	line-height: 1.3;
	margin-bottom: 4px;
}

.mec-hourly-schedule-speaker-description {
	font-size: 14px;
	font-weight: 400;
	color: #6d7683;
	line-height: 1.7;
	text-align: left;
}

.mec-hourly-schedule-speaker-contact-information a i, .mec-organizer-social-information a i {
	color: #6b6b6b;
	background: #ebebeb;
	line-height: 29px;
	margin: 9px 7px 9px 0;
	width: 30px;
	height: 30px;
	display: inline-block;
	text-align: center;
	transition: all .2s ease;
	font-size: 15px;
	cursor: pointer;
	border-radius: var(--mec-secondary-border-radius);
}

.mec-hourly-schedule-speaker-contact-information a i:hover, .mec-organizer-social-information a i:hover {
	background: #222;
	color: #fff;
}

@media only screen and (max-width:479px) {
	.mec-hourly-schedule-speaker-thumbnail {
		float: none;
		max-width: none;
		margin-right: 0;
		margin-bottom: 15px;
		width: 100%;
	}
	
	.mec-hourly-schedule-speaker-thumbnail img {
		width: 100%;
	}
	
	.mec-hourly-schedule-speaker-details {
		padding-left: 0;
	}
	
	.mec-hourly-schedule-speaker-info {
		width: 90%;
		margin: 0 auto;
	}
}

.mec-profile {
	overflow-x: auto;
}

.mec-profile .mec-profile-bookings {
	border: 2px solid #e6e6e6;
	text-align: center;
	min-width: 600px;
}

.mec-profile .mec-profile-bookings tbody tr:first-child {
	background: #f7f7f7;
	font-weight: 700;
	text-transform: capitalize;
}

.mec-profile .mec-profile-bookings tbody tr {
	border-bottom: 1px solid #e6e6e6;
	font-size: 14px;
}

.mec-profile .mec-profile-bookings tbody tr td {
	border: 1px solid #e6e6e6;
	padding: 10px;
	text-align: center;
	word-break: initial;
}

.mec-profile .mec-profile-bookings tbody tr td a {
	text-decoration: none;
}

.mec-profile .mec-profile-bookings tbody tr td:first-child {
	width: 5%;
}

.mec-profile .mec-profile-bookings tbody tr td:nth-child(2) {
	width: 30%;
	text-align: left;
}

.mec-profile .mec-profile-bookings tbody tr td:nth-child(3) {
	width: 30%;
}

.mec-profile .mec-profile-bookings tbody tr td:nth-child(4) {
	width: 7%;
}

.mec-profile .mec-profile-bookings tbody tr td:nth-child(5) {
	width: 7%;
}

.mec-profile .mec-profile-bookings tbody tr td:nth-child(6) {
	width: 7%;
}

.mec-profile .mec-profile-bookings tbody tr td:nth-child(7) {
	width: 7%;
}

.mec-profile .mec-profile-bookings tbody tr td:nth-child(8) {
	width: 7%;
}

.mec-profile .mec-profile-bookings tbody tr td:nth-child(8) i {
	color: #fe686a;
}

.mec-profile .mec-event-status {
	padding: 5px 10px;
	color: #fff;
	border-radius: 2px;
	font-size: 12px;
	line-height: 12px;
	letter-spacing: .4px;
}

.mec-profile .mec-event-status.mec-book-confirmed {
	background: #50d477;
}

.mec-profile .mec-event-status.mec-book-pending {
	background: #fcbe69;
}

.mec-profile .mec-event-status.mec-book-rejected {
	background: #fe686a;
}

.mec-profile .mec-event-date {
	font-size: 12px;
	color: #888;
}

.mec-event-date, .mec-event-status {
	text-align: center;
}

.mec-event-date .mec-tooltip, .mec-event-status .mec-tooltip {
	position: relative;
	width: fit-content;
	margin: auto;
}

.mec-profile i {
	font-size: 15px;
	color: #008aff;
	vertical-align: text-bottom;
	margin-right: 4px;
}

.mec-event-date .mec-tooltip .box, .mec-event-status .mec-tooltip .box {
	min-width: 250px;
	max-width: 300px;
	display: inline-block;
	display: none;
	top: -8px;
	left: 50%;
	margin-top: 0;
	transform: translate(-50%, -100%);
	padding: 0;
	padding: 5px 10px 6px;
	background-color: #000;
	color: #fff;
	font-weight: 400;
	font-size: 14px;
	letter-spacing: .5px;
	line-height: 1.5;
	position: absolute;
	z-index: 99999999;
	box-sizing: border-box;
	border-radius: 6px;
	border-radius: 8px;
	box-shadow: 0 4px 45px -8px #535a61;
	text-align: center;
	font-style: normal;
	opacity: 0;
	visibility: hidden;
}

.mec-event-date .mec-tooltip .box, .mec-event-status .mec-tooltip .box {
	font-size: 13px;
	letter-spacing: 1.1px;
	font-weight: 500;
}

.mec-event-date .mec-tooltip:hover .box:after, .mec-event-status .mec-tooltip:hover .box:after {
	content: "";
	position: absolute;
	width: 12px;
	height: 12px;
	left: calc(50% - 12px);
	bottom: -12px;
	transform: translate(50%, -50%) rotate(-45deg);
	background-color: #000;
	box-shadow: 0 8px 9px -4px #535a61;
}

.mec-event-status .mec-tooltip .box {
	min-width: 100px;
}

.mec-event-status.mec-book-confirmed .mec-tooltip .box, .mec-event-status.mec-book-confirmed .mec-tooltip:hover .box:after {
	background-color: #50d477;
}

.mec-event-status.mec-book-rejected .mec-tooltip .box, .mec-event-status.mec-book-rejected .mec-tooltip:hover .box:after {
	background-color: #fe686a;
}

.mec-event-status.mec-book-pending .mec-tooltip .box, .mec-event-status.mec-book-pending .mec-tooltip:hover .box:after {
	background-color: #fcbe69;
}

.mec-event-date .mec-tooltip:hover .box, .mec-event-status .mec-tooltip:hover .box {
	opacity: 1;
	visibility: visible;
	display: block;
}

.mec-profile .mec-booking-number-of-attendees {
	font-size: 13px;
	color: #888;
}

.mec-profile .mec-booking-number-of-attendees i, .mec-profile .mec-profile-bookings-view-invoice i {
	font-size: 15px;
	color: #008aff;
	vertical-align: text-bottom;
	margin-right: 4px;
}

.mec-booking-attendees {
	background: #fff;
	padding: 10px;
}

.mec-booking-attendees {
	width: 850px;
	text-align: center;
}

.mec-booking-attendees-wrapper {
	border: 2px solid #e6e6e6;
	font-size: 14px;
}

.mec-booking-attendees-head {
	display: table;
	width: 100%;
	background: #f7f7f7;
	border-bottom: 1px solid #e6e6e6;
	font-weight: 700;
}

.mec-booking-attendees-head span, .mec-booking-attendees-head-content>span {
	vertical-align: middle;
	display: table-cell;
	padding: 7px;
	border-right: 1px solid #e6e6e6;
	font-size: 12px;
}

.mec-booking-attendees-head-content {
	display: table;
	width: 100%;
	border-bottom: 1px solid #e6e6e6;
}

.mec-booking-attendees-wrapper .mec-booking-attendees-head-content:last-child {
	border: none;
}

.mec-booking-attendees-head span:first-child, .mec-booking-attendees-head-content>span:first-child {
	width: 4%;
}

.mec-booking-attendees-head span:nth-child(2), .mec-booking-attendees-head-content>span:nth-child(2) {
	width: 20%;
}

.mec-booking-attendees-head span:nth-child(3), .mec-booking-attendees-head-content>span:nth-child(3) {
	width: 24%;
}

.mec-booking-attendees-head span:nth-child(4), .mec-booking-attendees-head-content>span:nth-child(4) {
	width: 26%;
}

.mec-booking-attendees-head span:nth-child(5), .mec-booking-attendees-head-content>span:nth-child(5) {
	width: 26%;
}

@media only screen and (max-width:759px) {
	.mec-booking-attendees {
		width: 470px;
	}
	
	.mec-booking-attendees-head span, .mec-booking-attendees-head-content>span {
		word-break: break-all;
	}
}

@media (max-width:1366px) {
	.mec-profile .mec-profile-bookings tbody tr td:first-child {
		width: 5%;
	}
	
	.mec-profile .mec-profile-bookings tbody tr td:nth-child(2) {
		width: 30%;
	}
	
	.mec-profile .mec-profile-bookings tbody tr td:nth-child(3) {
		width: 30%;
	}
	
	.mec-profile .mec-profile-bookings tbody tr td:nth-child(4) {
		width: 10%;
	}
	
	.mec-profile .mec-profile-bookings tbody tr td:nth-child(5) {
		width: 10%;
	}
	
	.mec-profile .mec-profile-bookings tbody tr td:nth-child(6) {
		width: 5%;
	}
	
	.mec-profile .mec-profile-bookings tbody tr td:nth-child(7) {
		width: 5%;
	}
	
	.mec-profile .mec-profile-bookings tbody tr td:nth-child(8) {
		width: 5%;
	}
}

@media (max-width:1024px) {
	.mec-profile .mec-profile-bookings tbody tr td:first-child {
		width: 5%;
	}
	
	.mec-profile .mec-profile-bookings tbody tr td:nth-child(2) {
		width: 30%;
	}
	
	.mec-profile .mec-profile-bookings tbody tr td:nth-child(3) {
		width: 30%;
	}
	
	.mec-profile .mec-profile-bookings tbody tr td:nth-child(4) {
		width: 10%;
	}
	
	.mec-profile .mec-profile-bookings tbody tr td:nth-child(5) {
		width: 10%;
	}
	
	.mec-profile .mec-profile-bookings tbody tr td:nth-child(6) {
		width: 5%;
	}
	
	.mec-profile .mec-profile-bookings tbody tr td:nth-child(7) {
		width: 5%;
	}
	
	.mec-profile .mec-profile-bookings tbody tr td:nth-child(8) {
		width: 5%;
	}
}

@media (max-width:780px) {
	.mec-profile .mec-profile-bookings tbody tr, .mec-profile i {
		font-size: 12px;
	}
	
	.mec-event-date .mec-tooltip .box {
		min-width: 200px;
	}
	
	.mec-event-status .mec-tooltip .box {
		min-width: 90px;
	}
	
	.mec-event-date .mec-tooltip .box, .mec-event-status .mec-tooltip .box {
		padding: 4px 5px !important;
	}
	
	.mec-profile .mec-profile-bookings tbody tr {
		font-size: 12px;
	}
}

@media (max-width:480px) {
	.mec-profile .mec-booking-number-of-attendees, .mec-profile .mec-event-date, .mec-profile .mec-profile-bookings tbody tr, .mec-profile i {
		font-size: 10px !important;
	}
	
	.mec-profile .mec-event-status {
		padding: 2px 4px;
		font-size: 10px;
		line-height: 20px;
	}
	
	.mec-profile .mec-profile-bookings tbody tr td {
		padding: 3px;
	}
	
	.mec-event-date .mec-tooltip .box, .mec-event-status .mec-tooltip .box {
		font-size: 8px;
	}
	
	.mec-event-date .mec-tooltip .box {
		min-width: 75px;
	}
	
	.mec-event-status .mec-tooltip .box {
		min-width: 70px;
	}
	
	.mec-event-date .mec-tooltip .box, .mec-event-status .mec-tooltip .box {
		padding: 4px 5px !important;
	}
}

.mec-woo-booking-checkout {
	position: relative;
	border: none;
	border-radius: 0;
	border-radius: 0;
	color: #fff;
	display: inline-block;
	font-size: 12px;
	letter-spacing: 1px;
	line-height: 1.5;
	line-height: 1;
	text-transform: uppercase;
	font-weight: 600;
	text-decoration: none;
	cursor: pointer;
	margin-bottom: 21px;
	margin-bottom: 6px;
	margin-right: 10px;
	padding: 18px 20px 16px;
	background: #39c36e;
	-webkit-transition: all .21s ease;
	-moz-transition: all .21s ease;
	transition: all .21s ease;
	min-width: 170px;
	margin-top: 5px;
	text-align: center;
}

.mec-woo-booking-checkout:hover {
	background: #222;
	color: #fff;
}

.mec-woo-booking-checkout:focus, .mec-woo-booking-checkout:visited {
	color: #fff;
}

.single-mec-events .lity-container {
	max-width: 768px;
	width: 768px;
}

.lity-content .mec-events-meta-group-booking {
	width: 100%;
	background: #fff;
	overflow-y: auto;
}

@media only screen and (max-width:480px) {
	.lity-content .mec-events-meta-group-booking {
		padding: 20px;
		width: 340px;
		margin: 0 auto;
	}
}

@media (max-width:480px) {
	.single-mec-events .lity-container {
		max-width: 440px;
		width: 440px;
		margin: 0 auto !important;
	}
}

@media (max-width:411px) {
	.single-mec-events .lity-container {
		max-width: 380px;
		width: 380px;
	}
}

@media (max-width:375px) {
	.single-mec-events .lity-container {
		max-width: 350px;
		width: 350px;
	}
}

@media (max-width:320px) {
	.single-mec-events .lity-container {
		max-width: 300px;
		width: 300px;
	}
}

.mec-events-meta-group-booking {
	position: relative;
}

.mec-cover-loader:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background: rgba(255, 255, 255, .5);
	z-index: 99999;
}

.mec-loader {
	background: rgba(0, 0, 0, 0);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 9;
}

.mec-loader, .mec-loader:after {
	border-radius: 50%;
	width: 5em;
	height: 5em;
	z-index: 999999999999;
}

.mec-loader {
	font-size: 10px;
	text-indent: -9999em;
	border-top: .5em solid rgba(0, 0, 0, .2);
	border-right: .5em solid rgba(0, 0, 0, .2);
	border-bottom: .5em solid rgba(0, 0, 0, .2);
	border-left: .5em solid #fff;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation: mecloader 1.1s infinite linear;
	animation: mecloader 1.1s infinite linear;
}

@-webkit-keyframes mecloader {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes mecloader {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.mec-google-recaptcha {
	margin: 0 0 20px 16px;
}

.mec-wrap * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.mec-wrap :after, .mec-wrap :before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.lity .clearfix:after, .lity .clearfix:before, .mec-wrap .clearfix:after, .mec-wrap .clearfix:before {
	content: " ";
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.lity .clearfix:after, .mec-wrap .clearfix:after {
	clear: both;
}

.lity .clearfix, .mec-wrap .clearfix {
	zoom: 1;
}

.lity .clear, .lity .clr, .mec-wrap .clear, .mec-wrap .clr {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
}

.lity .clr, .mec-wrap .clr {
	visibility: visible;
	overflow: visible;
}

.mec-container [class*=col-] img {
	max-width: 100%;
}

.mec-container {
	margin-right: auto;
	margin-left: auto;
	padding-left: 10px;
	padding-right: 10px;
}

.mec-container:after, .mec-container:before {
	content: " ";
	display: table;
}

.mec-container:after {
	clear: both;
}

@media only screen and (max-width:479px) {
	.mec-container {
		width: 300px;
	}
}

@media only screen and (min-width:480px) and (max-width:767px) {
	.mec-container {
		width: 420px;
	}
}

@media only screen and (min-width:768px) and (max-width:960px) {
	.mec-container {
		width: 768px;
	}
}

@media only screen and (min-width:961px) {
	.mec-container {
		width: 960px;
	}
}

@media only screen and (min-width:1200px) {
	.mec-container {
		width: 1196px;
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media only screen and (min-width:1921px) {
	.mec-container {
		max-width: 1690px;
	}
}

.mec-wrap .row {
	margin-left: -10px;
	margin-right: -10px;
}

.mec-wrap .row:after, .mec-wrap .row:before {
	content: " ";
	display: table;
}

.mec-wrap .row:after {
	clear: both;
}

.mec-wrap .col-lg-1, .mec-wrap .col-lg-10, .mec-wrap .col-lg-11, .mec-wrap .col-lg-12, .mec-wrap .col-lg-2, .mec-wrap .col-lg-3, .mec-wrap .col-lg-4, .mec-wrap .col-lg-5, .mec-wrap .col-lg-6, .mec-wrap .col-lg-7, .mec-wrap .col-lg-8, .mec-wrap .col-lg-9, .mec-wrap .col-md-1, .mec-wrap .col-md-10, .mec-wrap .col-md-11, .mec-wrap .col-md-12, .mec-wrap .col-md-2, .mec-wrap .col-md-3, .mec-wrap .col-md-4, .mec-wrap .col-md-5, .mec-wrap .col-md-6, .mec-wrap .col-md-7, .mec-wrap .col-md-8, .mec-wrap .col-md-9, .mec-wrap .col-sm-1, .mec-wrap .col-sm-10, .mec-wrap .col-sm-11, .mec-wrap .col-sm-12, .mec-wrap .col-sm-2, .mec-wrap .col-sm-3, .mec-wrap .col-sm-4, .mec-wrap .col-sm-5, .mec-wrap .col-sm-6, .mec-wrap .col-sm-7, .mec-wrap .col-sm-8, .mec-wrap .col-sm-9, .mec-wrap .col-xs-1, .mec-wrap .col-xs-10, .mec-wrap .col-xs-11, .mec-wrap .col-xs-12, .mec-wrap .col-xs-2, .mec-wrap .col-xs-3, .mec-wrap .col-xs-4, .mec-wrap .col-xs-5, .mec-wrap .col-xs-6, .mec-wrap .col-xs-7, .mec-wrap .col-xs-8, .mec-wrap .col-xs-9 {
	position: relative;
	min-height: 1px;
	padding-left: 10px;
	padding-right: 10px;
}

@media only screen and (min-width:1200px) {
	.mec-wrap .col-lg-1, .mec-wrap .col-lg-10, .mec-wrap .col-lg-11, .mec-wrap .col-lg-12, .mec-wrap .col-lg-2, .mec-wrap .col-lg-3, .mec-wrap .col-lg-4, .mec-wrap .col-lg-5, .mec-wrap .col-lg-6, .mec-wrap .col-lg-7, .mec-wrap .col-lg-8, .mec-wrap .col-lg-9, .mec-wrap .col-md-1, .mec-wrap .col-md-10, .mec-wrap .col-md-11, .mec-wrap .col-md-12, .mec-wrap .col-md-2, .mec-wrap .col-md-3, .mec-wrap .col-md-4, .mec-wrap .col-md-5, .mec-wrap .col-md-6, .mec-wrap .col-md-7, .mec-wrap .col-md-8, .mec-wrap .col-md-9, .mec-wrap .col-sm-1, .mec-wrap .col-sm-10, .mec-wrap .col-sm-11, .mec-wrap .col-sm-12, .mec-wrap .col-sm-2, .mec-wrap .col-sm-3, .mec-wrap .col-sm-4, .mec-wrap .col-sm-5, .mec-wrap .col-sm-6, .mec-wrap .col-sm-7, .mec-wrap .col-sm-8, .mec-wrap .col-sm-9, .mec-wrap .col-xs-1, .mec-wrap .col-xs-10, .mec-wrap .col-xs-11, .mec-wrap .col-xs-12, .mec-wrap .col-xs-2, .mec-wrap .col-xs-3, .mec-wrap .col-xs-4, .mec-wrap .col-xs-5, .mec-wrap .col-xs-6, .mec-wrap .col-xs-7, .mec-wrap .col-xs-8, .mec-wrap .col-xs-9 {
		padding-left: 15px;
		padding-right: 15px;
	}
	
	.mec-wrap .row {
		margin-left: -15px;
		margin-right: -15px;
	}
}

.mec-container [class*=col-].alpha {
	padding-left: 0;
}

.mec-container [class*=col-].omega {
	padding-right: 0;
}

.mec-wrap .col-xs-1, .mec-wrap .col-xs-10, .mec-wrap .col-xs-11, .mec-wrap .col-xs-12, .mec-wrap .col-xs-2, .mec-wrap .col-xs-3, .mec-wrap .col-xs-4, .mec-wrap .col-xs-5, .mec-wrap .col-xs-6, .mec-wrap .col-xs-7, .mec-wrap .col-xs-8, .mec-wrap .col-xs-9 {
	float: left;
}

.mec-wrap .col-xs-12 {
	width: 100%;
}

.mec-wrap .col-xs-11 {
	width: 91.666666666667%;
}

.mec-wrap .col-xs-10 {
	width: 83.333333333333%;
}

.mec-wrap .col-xs-9 {
	width: 75%;
}

.mec-wrap .col-xs-8 {
	width: 66.666666666667%;
}

.mec-wrap .col-xs-7 {
	width: 58.333333333333%;
}

.mec-wrap .col-xs-6 {
	width: 50%;
}

.mec-wrap .col-xs-5 {
	width: 41.666666666667%;
}

.mec-wrap .col-xs-4 {
	width: 33.333333333333%;
}

.mec-wrap .col-xs-3 {
	width: 25%;
}

.mec-wrap .col-xs-2 {
	width: 16.666666666667%;
}

.mec-wrap .col-xs-1 {
	width: 8.3333333333333%;
}

@media (min-width:769px) {
	.mec-wrap .col-sm-1, .mec-wrap .col-sm-10, .mec-wrap .col-sm-11, .mec-wrap .col-sm-12, .mec-wrap .col-sm-2, .mec-wrap .col-sm-3, .mec-wrap .col-sm-4, .mec-wrap .col-sm-5, .mec-wrap .col-sm-6, .mec-wrap .col-sm-7, .mec-wrap .col-sm-8, .mec-wrap .col-sm-9 {
		float: left;
	}
	
	.mec-wrap .col-sm-12 {
		width: 100%;
	}
	
	.mec-wrap .col-sm-11 {
		width: 91.666666666667%;
	}
	
	.mec-wrap .col-sm-10 {
		width: 83.333333333333%;
	}
	
	.mec-wrap .col-sm-9 {
		width: 75%;
	}
	
	.mec-wrap .col-sm-8 {
		width: 66.666666666667%;
	}
	
	.mec-wrap .col-sm-7 {
		width: 58.333333333333%;
	}
	
	.mec-wrap .col-sm-6 {
		width: 50%;
	}
	
	.mec-wrap .col-sm-5 {
		width: 41.666666666667%;
	}
	
	.mec-wrap .col-sm-4 {
		width: 33.333333333333%;
	}
	
	.mec-wrap .col-sm-3 {
		width: 25%;
	}
	
	.mec-wrap .col-sm-2 {
		width: 16.666666666667%;
	}
	
	.mec-wrap .col-sm-1 {
		width: 8.3333333333333%;
	}
}

@media (min-width:961px) {
	.mec-wrap .col-md-1, .mec-wrap .col-md-10, .mec-wrap .col-md-11, .mec-wrap .col-md-12, .mec-wrap .col-md-2, .mec-wrap .col-md-3, .mec-wrap .col-md-4, .mec-wrap .col-md-5, .mec-wrap .col-md-6, .mec-wrap .col-md-7, .mec-wrap .col-md-8, .mec-wrap .col-md-9 {
		float: left;
	}
	
	.mec-wrap .col-md-12 {
		width: 100%;
	}
	
	.mec-wrap .col-md-11 {
		width: 91.666666666667%;
	}
	
	.mec-wrap .col-md-10 {
		width: 83.333333333333%;
	}
	
	.mec-wrap .col-md-9 {
		width: 75%;
	}
	
	.mec-wrap .col-md-8 {
		width: 66.666666666667%;
	}
	
	.mec-wrap .col-md-7 {
		width: 58.333333333333%;
	}
	
	.mec-wrap .col-md-6 {
		width: 50%;
	}
	
	.mec-wrap .col-md-5 {
		width: 41.666666666667%;
	}
	
	.mec-wrap .col-md-4 {
		width: 33.333333333333%;
	}
	
	.mec-wrap .col-md-3 {
		width: 25%;
	}
	
	.mec-wrap .col-md-2 {
		width: 16.666666666667%;
	}
	
	.mec-wrap .col-md-1 {
		width: 8.3333333333333%;
	}
}

@media (min-width:1200px) {
	.mec-wrap .col-lg-1, .mec-wrap .col-lg-10, .mec-wrap .col-lg-11, .mec-wrap .col-lg-12, .mec-wrap .col-lg-2, .mec-wrap .col-lg-3, .mec-wrap .col-lg-4, .mec-wrap .col-lg-5, .mec-wrap .col-lg-6, .mec-wrap .col-lg-7, .mec-wrap .col-lg-8, .mec-wrap .col-lg-9 {
		float: left;
	}
	
	.mec-wrap .col-lg-12 {
		width: 100%;
	}
	
	.mec-wrap .col-lg-11 {
		width: 91.666666666667%;
	}
	
	.mec-wrap .col-lg-10 {
		width: 83.333333333333%;
	}
	
	.mec-wrap .col-lg-9 {
		width: 75%;
	}
	
	.mec-wrap .col-lg-8 {
		width: 66.666666666667%;
	}
	
	.mec-wrap .col-lg-7 {
		width: 58.333333333333%;
	}
	
	.mec-wrap .col-lg-6 {
		width: 50%;
	}
	
	.mec-wrap .col-lg-5 {
		width: 41.666666666667%;
	}
	
	.mec-wrap .col-lg-4 {
		width: 33.333333333333%;
	}
	
	.mec-wrap .col-lg-3 {
		width: 25%;
	}
	
	.mec-wrap .col-lg-2 {
		width: 16.666666666667%;
	}
	
	.mec-wrap .col-lg-1 {
		width: 8.3333333333333%;
	}
}

#mec_woo_add_to_cart_btn {
	min-width: 170px;
	margin-top: 5px;
	text-align: center;
}

.mec-breadcrumbs {
	border-radius: var(--mec-secondary-border-radius);
	padding: 6px 15px 6px;
	font-size: 11px;
	color: #8d8d8d;
	letter-spacing: 0;
	text-transform: none;
	font-weight: 500;
	margin: auto 15px 30px 15px;
	border: 1px solid #e6e6e6;
}

.mec-breadcrumbs-modern {
	margin: auto 0 30px 0;
}

.mec-breadcrumbs a {
	color: #000;
	padding-left: 4px;
}

.mec-breadcrumbs a:hover {
	text-decoration: underline;
}

.mec-breadcrumbs i {
	font-size: 8px;
	margin: 0 0 0 4px;
}

.mec-breadcrumbs .container {
	padding-left: 20px;
}

body.single-mec-events:has(.mec-event-banner) .mec-single-modern .col-md-4 .mec-frontbox, body.single-mec-events:has(.mec-event-banner) .mec-single-modern .col-md-4 .mec-sponsors-details, body.single-mec-events:has(.mec-event-banner) .mec-single-modern .mec-single-event-bar {
	margin-top: 0;
}

body.single-mec-events:has(.mec-event-banner) .mec-breadcrumbs-modern {
	margin: auto 15px 33px 15px;
}

.mec-content-notification a {
	margin-left: 5px;
}

.mec-content-notification {
	background: #f7f7f7;
	padding: 10px 10px 10px;
	border: 1px solid #e8e8e8;
}

.mec-content-notification p {
	margin-bottom: 0;
}

.mec-fes-form #mec-advanced-wraper div:first-child>ul {
	border: 1px solid var(--mec-fes-main-color-rgba-4);
	width: auto;
	box-shadow: 0 1px 4px -2px var(--mec-fes-main-color-rgba-5);
	display: block;
	margin: 5px 0 10px;
	padding: 5px 0;
	border-radius: 2px;
}

.mec-fes-form #mec-advanced-wraper div:first-child>ul:last-of-type {
	margin-bottom: 35px;
}

#mec-advanced-wraper div:first-child>ul span {
	display: none;
}

#mec-advanced-wraper div:first-child>ul * {
	display: inline-block;
	background: #fff;
	font-size: 12px;
	color: #717273;
	text-align: center;
}

#mec-advanced-wraper div:first-child>ul>li {
	width: 60px;
	font-weight: 700;
	margin: 0 10px 0 0;
	padding: 4px 0;
	border-right: 1px solid var(--mec-fes-main-color-rgba-4);
}

#mec-advanced-wraper div:first-child>ul>ul>li {
	margin: 0;
	padding: 2px 10px;
	cursor: pointer;
	border-radius: 2px;
	transition: all .18s ease;
}

.mec-fes-form #mec-advanced-wraper div:first-child>ul>ul>li.mec-active, .mec-fes-form #mec-advanced-wraper div:first-child>ul>ul>li:hover {
	background: var(--mec-fes-main-color) !important;
	box-shadow: 0 1px 9px -3px var(--mec-fes-main-color-rgba-5);
	color: #fff !important;
}

.mec-search-bar-wrap .mec-search-form .mec-text-input-search {
	width: 83%;
}

.mec-search-bar-wrap .mec-search-form .mec-ajax-search-result .mec-text-input-search {
	width: 100%;
	float: none;
}

.mec-search-bar-wrap input#mec-search-bar-input {
	width: calc(100% - 84%);
	margin-left: 11px;
	background: #40d9f1;
	color: #fff;
	font-weight: 400;
}

.mec-text-input-search+input#mec-search-bar-input {
	margin-left: -3px;
}

.mec-search-bar-wrap input#mec-search-bar-input:hover {
	background: #000;
}

.mec-wrap.mec-search-bar-wrap .mec-totalcal-box input {
	float: none;
}

@media (max-width:768px) {
	.mec-search-bar-wrap .mec-search-form .mec-text-input-search {
		display: inline-block;
	}
}

@media (max-width:480px) {
	.mec-search-bar-wrap .mec-search-form .mec-text-input-search {
		width: 64%;
	}
	
	.mec-search-bar-wrap input#mec-search-bar-input {
		width: calc(100% - 67%);
	}
}

.mec-wrap.mec-search-bar-wrap .mec-totalcal-box {
	overflow: visible;
}

.mec-ajax-search-result {
	position: relative;
}

.mec-search-bar-wrap.mec-wrap .mec-totalcal-box input[type=text] {
	width: calc(100% - 36px);
}

.mec-search-bar-wrap.mec-wrap .mec-totalcal-box input[type=text]:focus {
	border-color: #efefef;
}

div#mec-ajax-search-result-wrap {
	position: absolute;
	top: 100%;
	opacity: 0;
	visibility: hidden;
	width: calc(100% - 2px);
	min-height: 50px;
	left: 0;
	right: 0;
	padding: 0 10px;
	z-index: 9999;
	transition: all .3s ease;
}

.mec-ajax-search-result-events {
	background: #fff;
	padding: 10px 20px;
	border: 1px solid #efefef;
	border-top: none;
}

.mec-ajax-search-result-events article:first-of-type {
	border: none;
}

article.mec-search-bar-result {
	text-align: left;
	margin-bottom: 0;
	padding-bottom: 25px;
	padding-top: 26px;
	border-top: 1px solid #efefef;
	transition: all .33s ease;
	clear: both;
}

.mec-search-bar-result .mec-event-list-search-bar-date {
	width: 64px;
	height: 64px;
	margin-right: 10px;
	font-size: 11px;
	text-transform: uppercase;
	float: left;
	text-align: center;
	padding-top: 2px;
}

.mec-search-bar-result .mec-event-list-search-bar-date span {
	font-size: 40px;
	line-height: 30px;
	font-weight: 700;
	display: block;
	margin-bottom: 6px;
	letter-spacing: 1px;
}

.mec-search-bar-result .mec-event-image {
	float: left;
	margin-right: 20px;
	width: 65px;
	height: auto;
}

.mec-search-bar-result .mec-event-time {
	font-size: 11px;
	line-height: 1.1;
	margin: 0;
}

.mec-search-bar-result .mec-event-time i {
	color: #40d9f1;
	float: none;
	width: unset;
	height: unset;
	font-size: inherit;
	margin-right: 3px;
	border: none;
	padding: 0;
}

.mec-search-bar-result .mec-event-title {
	font-size: 13px;
	padding: 0;
	margin: 10px 0 8px;
	font-weight: 700;
	text-transform: uppercase;
}

.mec-search-bar-result .mec-event-title a {
	text-decoration: none;
	color: #494949;
	transition: color .3s ease;
}

.mec-search-bar-result .mec-event-detail {
	font-size: 13px;
	line-height: 1.3;
	color: #9a9a9a;
	margin-bottom: 0;
}

.mec-wrap.mec-modern-search-bar .mec-totalcal-box {
	background: rgba(255, 255, 255, .87);
	border: none;
	padding: 35px;
	border-radius: 3px;
	box-shadow: 0 3px 13px rgba(0, 0, 0, .4);
	position: relative;
}

.mec-wrap.mec-modern-search-bar .mec-totalcal-box input[type=search], .mec-wrap.mec-modern-search-bar .mec-totalcal-box input[type=text] {
	height: 58px;
	background: rgba(255, 255, 255, .99);
	border-radius: 2px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, .1) inset;
	border: 1px solid #ccc;
	width: 100%;
	padding-left: 45px;
	padding-right: 13px;
	font-size: 16px;
}

.mec-wrap.mec-modern-search-bar .mec-totalcal-box .mec-text-input-search i {
	position: absolute;
	background: 0 0;
	border: none;
	font-size: 21px;
	left: 15px;
	top: calc(50% - 19px);
	color: #40d9f1;
}

.mec-wrap.mec-modern-search-bar .mec-text-input-search {
	position: relative;
	height: 58px;
}

.mec-wrap.mec-modern-search-bar .mec-totalcal-box input[type=submit] {
	height: 58px;
	border: none;
	border-radius: 2px;
	background: #fc4a1a;
	font-size: 17px;
	font-weight: 700 !important;
}

.mec-wrap.mec-modern-search-bar .mec-text-input-search+input#mec-search-bar-input {
	margin-left: 0;
}

.mec-wrap.mec-modern-search-bar .mec-search-form .mec-dropdown-wrap .mec-dropdown-search select {
	height: 45px;
	background: rgba(255, 255, 255, .99);
	border-radius: 2px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, .1) inset;
	border: 1px solid #ccc;
	padding-right: 13px;
	font-size: 16px;
	border-left: 0;
}

.mec-wrap.mec-modern-search-bar .mec-search-form .mec-dropdown-wrap i {
	height: 45px;
	background: rgba(255, 255, 255, 1);
	border-radius: 2px 0 0 2px;
	box-shadow: none;
	border: 1px solid #ccc;
	font-size: 15px;
	padding-top: 14px;
	border-right: 0;
	color: #40d9f1;
	margin-right: -1px;
}

.mec-wrap.mec-modern-search-bar .mec-search-form .mec-dropdown-wrap {
	min-height: 64px;
}

@media (max-width:768px) {
	.mec-wrap.mec-modern-search-bar .mec-search-form .mec-text-input-search {
		width: 70%;
	}
	
	.mec-wrap.mec-modern-search-bar input#mec-search-bar-input {
		width: calc(100% - 72%);
	}
}

@media (max-width:480px) {
	.mec-wrap.mec-modern-search-bar input#mec-search-bar-input {
		width: 92%;
		padding: 0 10px;
		position: relative;
		display: block;
		margin-left: 11px;
	}
	
	.mec-wrap.mec-modern-search-bar .mec-search-form .mec-text-input-search {
		width: 100%;
		margin-bottom: 20px;
	}
	
	.mec-wrap.mec-modern-search-bar .mec-text-input-search+input#mec-search-bar-input {
		margin-left: 10px;
	}
}

.mec-wrap .mec-related-events-wrap {
	margin-left: 0;
	margin-right: 0;
}

.mec-related-events {
	margin-right: -15px;
	margin-left: -15px;
}

@media (max-width:980px) {
	.mec-related-events {
		margin-right: -10px;
		margin-left: -10px;
	}
}

.mec-related-events-wrap {
	margin-top: 50px;
}

.mec-related-events-wrap h3.mec-rec-events-title:before {
	content: "";
	background: #2c2f34;
	width: 46px;
	height: 4px;
	position: absolute;
	top: 59px;
	left: 0;
}

.mec-related-events-wrap h3.mec-rec-events-title {
	font-size: 21px;
	font-weight: 600;
	padding: 17px 0;
	margin-bottom: 28px;
	text-transform: uppercase;
	border-bottom: 1px solid #e8e8e8;
	position: relative;
}

.mec-related-event-post figure {
	margin: 0;
}

.mec-related-event-post figure img {
	width: 100%;
	border-radius: var(--mec-primary-border-radius);
	height: auto;
}

.mec-related-event-content {
	background-color: #fff;
	margin: -40px 20px 15px;
	border-radius: var(--mec-primary-border-radius);
	position: relative;
	max-width: 90%;
	padding: 10px 12px 16px 17px;
	border: 1px solid #e6e7e8;
}

.mec-related-event-content h5 a {
	font-size: 16px;
	color: #121212;
	font-weight: 600;
	transition: all .3s ease;
}

@media (max-width:480px) {
	.mec-wrap .mec-related-events .mec-related-event-post {
		padding-right: 15px;
		padding-left: 15px;
	}
}

.mec-next-previous-events {
	width: 100%;
	height: 104px;
	display: block;
	padding: 0;
	margin: 0;
}

.mec-next-previous-events li {
	list-style: none;
	width: 50%;
	display: inline-block;
	margin: 40px 0 40px;
}

.mec-next-previous-events li:last-child {
	text-align: right;
	float: right;
}

.mec-next-previous-events li a {
	padding: 9px 14px 9px 14px;
	border: 1px solid #000;
	transition: .3s;
	border-radius: var(--mec-secondary-border-radius);
}

.mec-wrap .mec-next-previous-events li a:hover {
	color: #fff !important;
}

.mec-previous-event {
	float: left;
	text-align: left;
}

.mec-next-event ul {
	padding-left: 0;
	margin: 0;
}

.mec-next-previous-events .mec-previous-event i {
	padding-right: 20px;
}

.mec-next-previous-events .mec-next-event i {
	padding-left: 20px;
}

.mec-next-multiple ul {
	padding: 0;
	margin: 0;
}

.mec-next-multiple ul li a {
	display: block;
	position: relative;
	padding: 11px 14px 9px;
	z-index: 9;
}

.mec-next-multiple ul .mec-date, .mec-next-multiple ul .mec-time {
	display: inline-block;
}

.mec-next-multiple ul .mec-time {
	width: 40%;
}

.mec-next-multiple ul .mec-date {
	width: 60%;
}

.mec-next-multiple ul .mec-date {
	float: left;
	text-align: left;
}

.mec-next-multiple ul .mec-time {
	text-align: right;
	position: relative;
	z-index: -1;
}

.mec-next-multiple ul .mec-time dd {
	margin: 0;
	padding: 0;
}

.mec-next-multiple ul .mec-date .mec-end-date-label, .mec-next-multiple ul .mec-date .mec-start-date-label, .mec-next-multiple ul .mec-time .mec-events-abbr {
	font-size: 11px;
	line-height: 24px;
}

@media (max-width:1280px) {
	.mec-next-multiple ul li a {
		padding: 7px 9px 5px;
	}
	
	.mec-next-multiple ul .mec-date .mec-start-date-label, .mec-next-multiple ul .mec-time .mec-events-abbr {
		font-size: 12px;
	}
}

@media (max-width:480px) {
	.mec-next-previous-events li {
		list-style: none;
		width: 100%;
		display: block;
		margin: 10px 0;
		float: unset;
	}
	
	.mec-next-previous-events li a {
		width: 100%;
		max-width: 100%;
		float: unset;
		display: block;
		text-align: center;
		font-size: 16px;
	}
}

.mec-fes-form-cntt #mec-organizer-payments ul {
	list-style: none;
	background: 0 0;
	margin: 0;
	padding-left: 0;
}

.mec-fes-form-cntt #mec-organizer-payments ul li h4 {
	background: 0 0;
	letter-spacing: .2px;
	letter-spacing: 1px;
	display: inline-block;
	padding-left: 0 !important;
	padding-bottom: 10px !important;
	margin: 0;
	margin-bottom: 1px;
	text-transform: capitalize;
	padding-top: 1px;
}

.mec-fes-form-cntt #mec-organizer-payments ul>li {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	padding: 0;
	margin: 0;
}

.mec-fes-form #mec_gateway_options_form_stripe_connection_button {
	padding: 9px 13px !important;
}

#mec-login-form.mec-login-form {
	width: 100%;
	background: #fff;
	padding: 20px;
	margin: 0 auto;
	text-align: center;
	position: relative;
}

#mec-login-form.mec-login-form .mec-login-input {
	display: block;
	width: 286px;
	margin: 0 auto;
	margin-bottom: 12px;
}

#mec-login-form.mec-login-form .mec-login-forgotpassword {
	display: inline-block;
}

.mec-login-forgotpassword a {
	color: #000;
}

#mec-login-form.mec-login-form .mec-login-submit {
	float: right;
	text-align: right;
	width: 49%;
	padding-right: 2px;
}

#mec-login-form.mec-login-form .mec-login-input input {
	border: none;
	box-shadow: none;
	background: #fff;
	color: #ccc;
	border-left: 1px solid #e6e6e6;
	border-radius: 0;
	padding: 0;
	height: 100%;
	background-image: none !important;
	padding-left: 10px;
	padding-right: 0;
	width: 222px;
	margin-left: 0;
	clear: none;
	float: left;
}

#mec-login-form.mec-login-form .mec-login-input input.nitro-lazy {
	background-image: none !important;
}

#mec-login-form.mec-login-form .mec-login-input label {
	border: 1px solid #e6e6e6;
	height: 52px;
	display: inline-block;
	padding: 0;
	border-radius: 3px;
	overflow: hidden;
	box-shadow: 0 2px 4px rgba(0, 0, 0, .04);
}

#mec-login-form.mec-login-form .mec-login-input label i:not(.mec-sl-display-controller-password) {
	padding: 15px 13px 17px 16px;
	vertical-align: middle;
	font-size: 20px;
	width: 50px;
	color: #c5cad0;
	background: #fafafa;
	margin-right: 0;
	float: left;
}

#mec-login-form.mec-login-form .mec-login-forgotpassword {
	float: left;
	width: 49%;
	text-align: left;
	padding-top: 10px;
	font-size: 13px;
	padding-left: 2px;
}

#mec-login-form.mec-login-form button {
	width: 120px;
	height: 44px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	transition: all .22s ease;
	margin: 0;
	min-width: unset;
}

.mec-login-form button {
	box-shadow: 0 4px 22px -7px #40d9f1;
	background-color: #40d9f1;
}

#mec-login-form.mec-login-form .mec-login-form-footer {
	width: 286px;
	margin: 0 auto;
	margin-top: 20px;
	clear: both;
	position: relative;
	display: block;
	min-height: 50px;
}

#mec-login-form.mec-login-form .mec-ajax-login-loading {
	position: absolute;
	background: rgba(255, 255, 255, .76);
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

#mec-login-form.mec-login-form .lds-ripple {
	position: absolute;
	width: 64px;
	height: 64px;
	top: calc(50% - 23px);
	left: calc(50% - 23px);
}

#mec-login-form.mec-login-form .lds-ripple div {
	position: absolute;
	border: 4px solid #40d9f1;
	opacity: 1;
	border-radius: 50%;
	animation: lds-ripple 1.2s cubic-bezier(0, .2, .1, .8) infinite;
}

#mec-login-form.mec-login-form .lds-ripple div:nth-child(2) {
	animation-delay: -.5s;
}

#mec-login-form.mec-login-form .mec-ajax-login-loading-text {
	position: absolute;
	min-width: 200px;
	top: calc(50% - 18px);
	left: calc(50% - 124px);
	color: #fff;
	padding: 10px 22px;
	border-radius: 3px;
	background: #fff;
	height: 47px;
}

#mec-login-form.mec-login-form .mec-ajax-login-loading-text strong {
	color: #3fcc60;
}

#mec-login-form.mec-login-form .mec-ajax-login-loading-text strong:before {
	content: "";
	position: absolute;
	top: 8px;
	left: 1px;
	border-right: 2px solid #3fcc60;
	border-bottom: 2px solid #3acb5c;
	transform: rotate(45deg);
	transform-origin: 0 100%;
	color: #000;
	animation: checkbox-check 130ms 140ms cubic-bezier(.4, 0, .23, 1) forwards;
	width: 8px;
	height: 14px;
}

#mec-login-form.mec-login-form .mec-ajax-login-loading-text.error strong:after {
	content: "";
	position: absolute;
	top: 14px;
	left: 5px;
	border-bottom: 2px solid #ff5d39;
	transform: rotate(45deg);
	transform-origin: 0 100%;
	color: #000;
	animation: checkbox-check 130ms 140ms cubic-bezier(.4, 0, .23, 1) forwards;
	width: 14px;
	height: 4px;
}

#mec-login-form.mec-login-form .mec-ajax-login-loading-text.error strong {
	color: #ff5d39;
}

#mec-login-form.mec-login-form .mec-ajax-login-loading-text.error strong:before {
	border-color: #ff5d39;
	border-bottom: none;
}

@keyframes lds-ripple {
	0% {
		top: 28px;
		left: 28px;
		width: 0;
		height: 0;
		opacity: 1;
	}
	
	100% {
		top: -1px;
		left: -1px;
		width: 58px;
		height: 58px;
		opacity: 0;
	}
}

.mec-card-element-stripe {
	margin-bottom: 30px;
}

.mec-book-form-gateway-checkout [id*=mec_do_transaction_stripe_] .mec-form-row.mec-stripe-name-and-email-wrapper {
	width: 100%;
}

.mec-book-form-gateway-checkout [id*=mec_do_transaction_stripe_] .mec-form-row.mec-stripe-name-and-email-wrapper .mec-form-row {
	width: 50%;
}

.mec-book-form-gateway-checkout [id*=mec_do_transaction_stripe_] .mec-form-row.mec-stripe-name-and-email-wrapper .mec-form-row:nth-child(2) {
	margin-left: 12px;
}

.mec-book-form-gateway-checkout [id*=mec_do_transaction_stripe_] .mec-form-row.mec-stripe-name-and-email-wrapper .mec-form-row input {
	max-width: unset;
	margin-bottom: 20px;
}

.mec-events-meta-group-booking .StripeElement--invalid {
	border-color: #fa755a;
}

.mec-events-meta-group-booking .StripeElement--webkit-autofill {
	background-color: #fefde5 !important;
}

#mec_occurrences_add {
	position: relative;
	top: -2px;
}

.mec-occurrences-wrapper ul.mec-occurrences-list {
	list-style: none;
	padding: 0;
}

.mec-occurrences-wrapper ul.mec-occurrences-list li.mec_occurrences_item {
	border: 2px dashed #eee;
}

.mec-occurrences-wrapper ul.mec-occurrences-list li.mec_occurrences_item {
	border: 2px dashed #eee;
	padding: 20px;
}

.mec-occurrences-wrapper ul.mec-occurrences-list li.mec_occurrences_item h3 {
	font-size: 1rem;
}

.mec-occurrences-wrapper ul.mec-occurrences-list li.mec_occurrences_item h3 {
	font-size: 1rem;
	position: relative;
}

.mec-occurrences-wrapper ul.mec-occurrences-list li.mec_occurrences_item h3 span.mec-occurrences-delete-button {
	position: absolute;
	right: 10px;
	top: 0;
	margin: 0;
	padding: 6px 8px !important;
	font-size: 11px;
	line-height: 12px !important;
	min-height: 10px;
	height: auto;
	display: block;
	cursor: pointer;
	color: #ea6485;
	border: 2px solid #ffd2dd;
	border-radius: 3px;
	letter-spacing: .4px;
}

.mec-occurrences-wrapper ul.mec-occurrences-list li.mec_occurrences_item h3 span.mec-occurrences-delete-button:hover {
	background: #ea6485;
	color: #fff;
	border-color: #ea6485;
	box-shadow: 0 2px 6px -3px #ea6485;
}

#mec_occurrences_add, .mec-booking-tab-content .button, .mec-booking-tab-content .mec-bfixed-field-add-option, .mec-booking-tab-content .mec-reg-field-add-option, .mec-fes-form .mec-form-row .button:not(.wp-color-result), .mec-fes-form input[type=file], ul#mec_bfixed_form_fields li .mec_bfixed_field_remove, ul#mec_orgz_form_row li .mec-additional-organizer-remove, ul#mec_reg_form_fields li .mec_reg_field_remove {
	height: 40px;
	margin-top: 1px;
	text-decoration: none;
	font-size: 14px;
	line-height: 34px !important;
	margin: 0;
	padding: 0 15px 1px !important;
	text-transform: none;
	letter-spacing: 0;
	font-weight: 600;
	color: #40d9f1;
	background: #fff;
	border-radius: 3px;
	margin-right: 8px;
	border: 2px solid #cfeff5;
}

.mec-fes-form .mec-additional-organizers .select2-container {
	margin-bottom: 0;
}

.mec-booking-tab-content .button:hover, .mec-booking-tab-content .mec-bfixed-field-add-option:hover, .mec-booking-tab-content .mec-reg-field-add-option:hover, .mec-fes-form .mec-form-row .button:not(.wp-color-result):hover {
	background: #40d9f1;
	color: #fff;
	border-color: #40d9f1;
}

.mec-fes-form .mec-form-row input+button.button {
	vertical-align: top;
}

.mec-fes-form .mec-form-row .quicktags-toolbar input.button.button-small {
	border-width: 0;
	padding: 0 8px !important;
	color: #80c6d2;
	font-weight: 400;
	margin: 2px;
	transform: none;
	line-height: 2 !important;
	height: unset;
	min-height: 25px !important;
}

#wp-mec_fes_content-editor-container .mce-toolbar .mce-btn-group .mce-btn.mce-menubtn:focus, #wp-mec_fes_content-editor-container .mce-toolbar .mce-btn-group .mce-btn.mce-menubtn:hover {
	box-shadow: none;
}

#wp-mec_fes_content-editor-container .mce-toolbar .mce-btn-group .mce-btn.mce-menubtn:hover button:hover {
	background: #fff;
}

#wp-mec_fes_content-editor-container .mce-toolbar .mce-btn-group .mce-btn:not(.mce-menubtn) {
	background: #fff;
	margin: 3px 2px;
	border: none;
	height: 26px;
}

#wp-mec_fes_content-editor-container .mce-toolbar .mce-btn-group .mce-btn:not(.mce-menubtn):hover {
	box-shadow: none;
}

#wp-mec_fes_content-editor-container .mce-toolbar .mce-btn-group .mce-btn:not(.mce-menubtn) button {
	height: 26px;
	border: none;
}

#wp-mec_fes_content-editor-container .mce-toolbar .mce-btn-group .mce-btn:not(.mce-menubtn) button:hover {
	background: var(--mec-fes-main-color);
}

#wp-mec_fes_content-editor-container .mce-toolbar .mce-btn-group .mce-btn:not(.mce-menubtn) button .mce-ico {
	color: var(--mec-fes-main-color);
}

#wp-mec_fes_content-editor-container .mce-toolbar .mce-btn-group .mce-btn:not(.mce-menubtn) button:hover .mce-ico {
	color: #fff;
}

.mec-fes-form input[type=file] {
	width: 121px;
	text-align: center;
	text-align: center;
	height: 44px;
	transition: all .2s ease;
	border-radius: 5px !important;
	border: 2px dashed #b8e9f3;
	margin: 0;
	cursor: pointer;
}

.mec-fes-form input[type=file]::-webkit-file-upload-button {
	visibility: hidden;
	width: 1px;
	height: 38px;
	display: none;
}

.mec-fes-form input[type=file]::-moz-file-upload-button {
	visibility: hidden;
	width: 1px;
	height: 38px;
}

.mec-fes-form .mec-meta-box-fields>label {
	padding: 0;
}

#mec_bfixed_form_fields li, #mec_orgz_form_row li, #mec_reg_form_fields li {
	list-style: none;
}

ul#mec_bfixed_form_fields, ul#mec_orgz_form_row, ul#mec_reg_form_fields {
	padding: 0;
	margin: 0;
}

ul#mec_bfixed_form_fields li, ul#mec_orgz_form_row li, ul#mec_reg_form_fields li {
	background: #f8feff;
	margin: 6px -20px;
	padding: 15px 25px 10px;
	width: auto;
	font-size: 13px;
	border-top: 1px solid #e8fafd;
	border-bottom: 1px solid #e8fafd;
	position: relative;
}

ul#mec_bfixed_form_fields li .mec_bfixed_field_remove, ul#mec_orgz_form_row li .mec-additional-organizer-remove, ul#mec_reg_form_fields li .mec_reg_field_remove {
	position: absolute;
	right: 10px;
	top: 10px;
	margin: 0;
	padding: 6px 8px !important;
	font-size: 11px;
	line-height: 12px !important;
	min-height: 10px;
	height: auto;
	display: block;
	cursor: pointer;
	color: #ea6485;
	border-color: #ffd2dd;
	letter-spacing: .4px;
}

ul#mec_bfixed_form_fields li .mec_bfixed_field_remove:hover, ul#mec_orgz_form_row li .mec-additional-organizer-remove:hover, ul#mec_reg_form_fields li .mec_reg_field_remove:hover {
	background: #ea6485;
	color: #fff;
	border-color: #ea6485;
	box-shadow: 0 2px 6px -3px #ea6485;
}

#mec_bfixed_form_fields input[type=checkbox], #mec_bfixed_form_fields input[type=radio], #mec_reg_form_fields input[type=checkbox], #mec_reg_form_fields input[type=radio], .mec-form-row input[type=checkbox], .mec-form-row input[type=radio] {
	background-color: #fff;
	border: 1px solid #cfeff5;
	box-shadow: 0 1px 3px -1px #cfeff5;
	padding: 9px;
	border-radius: 3px;
	min-width: 20px;
	min-height: 20px;
	display: inline-block !important;
	vertical-align: middle;
	float: none;
	transition: all .18s ease;
	outline: 0;
	margin: 0 5px 0 0;
	text-align: left;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
}

#mec_bfixed_form_fields input[type=checkbox]:focus, #mec_bfixed_form_fields input[type=radio]:focus, #mec_reg_form_fields input[type=checkbox]:focus, #mec_reg_form_fields input[type=radio]:focus, .mec-form-row input[type=checkbox]:focus, .mec-form-row input[type=radio]:focus {
	outline: 0;
}

#mec_bfixed_form_fields input[type=radio], #mec_reg_form_fields input[type=radio], .mec-form-row input[type=radio] {
	-webkit-appearance: none;
	border-radius: 20px !important;
	min-width: 20px;
	min-height: 20px;
	margin: 0;
	vertical-align: middle;
}

#mec_bfixed_form_fields input[type=checkbox]:hover, #mec_bfixed_form_fields input[type=radio]:hover, #mec_reg_form_fields input[type=checkbox]:hover, #mec_reg_form_fields input[type=radio]:hover, .mec-form-row input[type=checkbox]:hover, .mec-form-row input[type=radio]:hover {
	border-color: #40d9f1;
}

#mec_bfixed_form_fields input[type=checkbox]:checked, #mec_bfixed_form_fields input[type=radio]:checked, #mec_reg_form_fields input[type=checkbox]:checked, #mec_reg_form_fields input[type=radio]:checked, .mec-fes-form .mec-form-row input[type=checkbox]:checked, .mec-fes-form .mec-form-row input[type=radio]:checked {
	border-color: #40d9f1;
	background: #40d9f1;
	border-radius: 2px;
	position: relative;
}

.mec-form-row input[type=radio]:checked {
	box-shadow: inset 0 0 0 3px #fff !important;
}

#mec_bfixed_form_fields input[type=checkbox]:checked::before, #mec_reg_form_fields input[type=checkbox]:checked::before, .mec-form-row input[type=checkbox]:checked:before {
	content: "";
	font: normal;
	position: absolute;
	top: 12px;
	left: 5px;
	margin: 0;
	vertical-align: middle;
	line-height: 1;
	border-right: 2px solid #fff !important;
	border-bottom: 2px solid #fff !important;
	transform: rotate(45deg);
	transform-origin: 0% 100%;
	color: #fff;
	transition: all .2s ease;
	animation: checkbox-check 130ms 140ms cubic-bezier(.4, 0, .23, 1) forwards;
}

@keyframes checkbox-check {
	0% {
		width: 0;
		height: 0;
		border-color: #fff;
		transform: translate3d(0, 0, 0) rotate(45deg);
	}
	
	33% {
		width: 6px;
		height: 0;
		transform: translate3d(0, 0, 0) rotate(45deg);
	}
	
	100% {
		width: 6px;
		height: 12px;
		border-color: #fff;
		transform: translate3d(0, -12px, 0) rotate(45deg);
	}
}

#wrap #mec-event-data input[type=radio] {
	position: relative;
}

#wrap #mec-event-data input[type=radio]:empty::before {
	display: none;
}

#mec_bfixed_form_field_types .button, #mec_reg_form_field_types .button {
	position: relative;
	outline: 0;
	border-radius: 50px;
	padding: 2px 21px 2px 31px !important;
	line-height: 1;
	font-size: 11px;
	font-weight: 600;
	color: #40d9f1;
	letter-spacing: 2px;
	height: auto;
	cursor: pointer;
	margin: 0 0 5px 0;
	text-transform: uppercase;
	box-shadow: 0 2px 6px -3px #40d9f1;
	border: 2px solid #cfeff5;
}

#mec_bfixed_form_field_types .button:before, #mec_reg_form_field_types .button:before {
	position: absolute;
	left: 6px;
	color: #40d9f1;
	color: var(--mec-fes-main-color);
	content: "";
	font-family: simple-line-icons;
	font-size: 12px;
	display: inline-block;
}

#mec_bfixed_form_field_types .button:hover:before, #mec_reg_form_field_types .button:hover:before {
	color: #fff;
}

#mec_fees_list [id^=mec_remove_fee_button], #mec_meta_box_ticket_variations_form .mec-form-row [id^=mec_remove_ticket_variation_button] {
	margin-left: 14px !important;
}

#mec_meta_box_hourly_schedule_days .mec-add-hourly-schedule-button {
	line-height: 10px !important;
}

.mec-fes-form #mec_bfixed_form_fields span.mec_bfixed_field_sort, .mec-fes-form #mec_orgz_form_row span.mec-additional-organizer-sort, .mec-fes-form #mec_reg_form_fields span.mec_reg_field_sort {
	font-size: 0;
	color: #fff;
	padding-left: 20px;
}

.mec-fes-form #mec_bfixed_form_fields .mec_bfixed_field_option_sort, .mec-fes-form #mec_orgz_form_row span.mec-additional-organizer-sort, .mec-fes-form #mec_reg_form_fields .mec_reg_field_options, .mec-fes-form #mec_reg_form_fields span.mec_reg_field_option_sort {
	font-size: 0;
}

.mec-fes-form #mec_bfixed_form_fields span.mec_bfixed_field_option_sort:before, .mec-fes-form #mec_bfixed_form_fields span.mec_bfixed_field_sort:before, .mec-fes-form #mec_orgz_form_row span.mec-additional-organizer-sort:before, .mec-fes-form #mec_reg_form_fields span.mec_reg_field_option_sort:before, .mec-fes-form #mec_reg_form_fields span.mec_reg_field_options:before, .mec-fes-form #mec_reg_form_fields span.mec_reg_field_sort:before {
	position: absolute;
	left: px;
	top: 12px;
	width: 100px;
	height: 28px;
	display: block;
	cursor: move;
	font-family: simple-line-icons;
	content: "";
	font-size: 18px;
	color: #888;
}

.mec-fes-form #mec_bfixed_form_fields span.mec_bfixed_field_option_sort:before, .mec-fes-form #mec_reg_form_fields span.mec_reg_field_option_sort:before, .mec-fes-form #mec_reg_form_fields span.mec_reg_field_options:before {
	font-size: 13px;
	left: 2px;
	top: 26px;
	width: 14px;
	height: 14px;
}

.mec-fes-form #mec_fes_form #mec_bfixed_form_fields .mec_bfixed_notification_placeholder {
	font-size: 0;
}

.mec-form-row input+span.mec-tooltip, .mec-form-row select+span.mec-tooltip {
	bottom: 10px;
}

.mec-form-row label+span.mec-tooltip {
	bottom: 8px;
}

.mec-form-row textarea+span.mec-tooltip {
	bottom: auto;
	vertical-align: top;
	top: 12px;
}

.mec-form-row span+span.mec-tooltip {
	bottom: 0;
	vertical-align: middle;
}

.mec-form-row .mec-col-8 input[type=text], .mec-form-row .mec-col-8 select, .mec-form-row .mec-col-8 span.mec-archive-skins {
	vertical-align: top;
}

.mec-form-row input:disabled {
	opacity: .6;
	background: #f6f6f6;
}

.mec-form-row p.description, .mec-form-row span.description {
	font-style: italic;
	font-size: 12px !important;
	line-height: 18px !important;
	color: #97b2bb !important;
	display: block;
	clear: both;
}

body:has(.mec-fes-form, .mec-search-form) .ui-datepicker.ui-widget {
	border: 1px solid #e8e8e8;
	box-shadow: 0 1px 9px rgba(0, 0, 0, .12);
}

body:has(.mec-fes-form, .mec-search-form) table.ui-datepicker-calendar {
	margin-bottom: 0;
}

body:has(.mec-fes-form, .mec-search-form) .ui-datepicker-calendar th {
	font-weight: 700;
	color: #4a4b4c;
}

body:has(.mec-fes-form, .mec-search-form) .ui-datepicker-calendar td, body:has(.mec-fes-form, .mec-search-form) .ui-datepicker-calendar th, body:has(.mec-fes-form, .mec-search-form) .ui-datepicker-calendar tr {
	border: none;
}

body:has(.mec-fes-form, .mec-search-form) .ui-datepicker.ui-widget select {
	font-weight: 600;
	font-size: 12px;
	display: inline-block;
	border-radius: 2px;
	padding: 2px 10px;
	margin: 5px 3px;
	width: auto;
	min-height: 20px;
	height: 26px;
	border: 1px solid #e3e3e3;
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, .04);
}

body:has(.mec-fes-form, .mec-search-form) .ui-datepicker.ui-widget table {
	border-spacing: 2px;
	border: none;
}

body:has(.mec-fes-form, .mec-search-form) .ui-datepicker.ui-widget td, body:has(.mec-fes-form, .mec-search-form) .ui-datepicker.ui-widget tr {
	padding: 0;
	background: 0 0 !important;
}

body:has(.mec-fes-form, .mec-search-form) .ui-datepicker.ui-widget td a {
	color: #9a9b9c;
	font-weight: 600;
	width: 30px;
	height: 30px;
	line-height: 30px;
	display: inline-block;
	border-radius: 33px;
	padding: 0;
	background: #fff;
	transition: all .2s ease;
}

body:has(.mec-fes-form, .mec-search-form) .ui-datepicker.ui-widget td a.ui-state-active, body:has(.mec-fes-form, .mec-search-form) .ui-datepicker.ui-widget td a:hover {
	background: #40d9f1;
	color: #fff;
}

body:has(.mec-fes-form, .mec-search-form) .ui-datepicker.ui-widget .ui-datepicker-next, body:has(.mec-fes-form, .mec-search-form) .ui-datepicker.ui-widget .ui-datepicker-prev {
	color: #40d9f1;
	width: 30px;
	height: 30px;
	line-height: 30px;
	display: inline-block;
	text-align: center;
	border-radius: 33px;
	background: #ecfcff;
	transition: all .2s ease;
}

body:has(.mec-fes-form, .mec-search-form) .ui-datepicker.ui-widget .ui-datepicker-next:hover, body:has(.mec-fes-form, .mec-search-form) .ui-datepicker.ui-widget .ui-datepicker-prev:hover {
	background: #fff;
	box-shadow: 0 0 7px -3px rgba(0, 0, 0, .4);
}

.mec-fes-form button[type=submit].mec-fes-sub-button {
	border-radius: 3px;
	background: #40d9f1;
	color: #fff;
	height: 54px;
	font-size: 17px;
	font-weight: 700;
	box-shadow: 0 2px 8px -4px #40d9f1;
	display: block;
	transition: all .28s ease;
	text-transform: uppercase;
	margin: 20px 0 0;
	padding: 14px 20px;
	border: 0;
	cursor: pointer;
	text-align: center;
	letter-spacing: .1em;
	line-height: 1;
}

.mec-fes-form button[type=submit].mec-fes-sub-button:hover {
	box-shadow: 0 2px 12px -2px #40d9f1;
}

.mec-fes-form button[type=submit].mec-fes-sub-button:focus {
	margin-bottom: -2px;
	background: #1dc2dc;
}

.mec-fes-form .mec-title span.mec-dashicons {
	color: #40d9f1;
	float: left;
	margin-right: 5px;
}

.mec-fes-form .mec-tooltip .box h5 {
	padding: 14px 2px;
}

#mec_fes_form, .mec-fes-form-top-actions {
	max-width: 838px;
	margin: 0 auto;
}

@media only screen and (min-width:961px) {
	.mec-fes-form .mec-fes-form-cntt {
		width: calc(100% - 300px);
		float: left;
		padding-right: 20px;
		max-width: 538px;
		display: block;
	}
	
	.mec-fes-form .mec-fes-form-sdbr {
		width: 300px;
	}
}

.mec-fes-form .quicktags-toolbar, .mec-fes-form div.mce-toolbar-grp {
	background: #ecfcff;
	border-bottom: 1px solid var(--mec-fes-main-color-rgba-4);
	box-shadow: 0 1px 0 1px var(--mec-fes-main-color-rgba-4);
}

.mec-fes-form .quicktags-toolbar {
	margin-right: -1px;
	border-top: 1px solid var(--mec-fes-main-color-rgba-4);
}

.mec-fes-form div.mce-statusbar {
	border-top-color: var(--mec-fes-main-color-rgba-4);
}

.mec-fes-form .mce-toolbar .mce-btn-group .mce-btn.mce-listbox {
	border: 1px solid var(--mec-fes-main-color-rgba-4);
	border-radius: 3px;
}

.mec-fes-form .mce-tinymce.mce-container.mce-panel {
	border: 1px solid var(--mec-fes-main-color-rgba-4);
	box-shadow: 0 2px 6px -3px var(--mec-fes-main-color-rgba-4);
	border-radius: 2px 0 2px 2px;
}

.mec-fes-form .wp-editor-tabs {
	transform: translate(2px, 12px);
}

.mec-fes-form .wp-editor-tabs .wp-switch-editor {
	border-radius: 3px 3px 0 0;
	border-color: #cfeff5;
	background: #fff;
	color: #96b8bd;
	border-bottom: 1px solid #ecfcff;
}

.mec-fes-form .wp-editor-tabs .wp-switch-editor:focus {
	box-shadow: none;
}

.mec-fes-form .html-active .switch-html, .mec-fes-form .tmce-active .switch-tmce, .mec-fes-form .wp-editor-tabs .wp-switch-editor:active {
	background: #ecfcff;
	color: #40d9f1;
}

.mec-fes-form .wp-editor-container, .mec-fes-form div.mce-edit-area.mce-panel {
	border: none;
	box-shadow: none;
}

.mec-fes-form .wp-editor-container textarea.wp-editor-area {
	max-width: 100%;
}

.mec-fes-form .mce-toolbar .mce-listbox button {
	font-size: 12px;
	line-height: 22px;
	color: #798f96;
	border: none;
}

.mec-fes-form .mce-toolbar .mce-ico {
	color: #627f88;
}

.mec-fes-form .mce-toolbar .mce-btn-group .mce-btn.mce-active, .mec-fes-form .mce-toolbar .mce-btn-group .mce-btn:active, .mec-fes-form .qt-dfw.active {
	background: #fff;
	border-color: #40d9f1;
	box-shadow: inset 0 2px 6px -3px rgba(106, 231, 255, .7);
}

.mec-fes-form .mce-toolbar .mce-btn-group .mce-btn.mce-active .mce-ico {
	color: #40d9f1;
}

body .mce-menu .mce-menu-item.mce-active.mce-menu-item-normal, body .mce-menu .mce-menu-item.mce-active.mce-menu-item-preview, body .mce-menu .mce-menu-item.mce-selected, body .mce-menu .mce-menu-item:focus, body .mce-menu .mce-menu-item:hover {
	background: #40d9f1;
	color: #fff;
}

body:has(.mec-fes-form) .mce-menu .mce-menu-item.mce-active.mce-menu-item-normal, body:has(.mec-fes-form) .mce-menu .mce-menu-item.mce-active.mce-menu-item-preview, body:has(.mec-fes-form) .mce-menu .mce-menu-item.mce-selected, body:has(.mec-fes-form) .mce-menu .mce-menu-item:focus, body:has(.mec-fes-form) .mce-menu .mce-menu-item:hover {
	background: var(--mec-fes-main-color);
	color: #fff;
}

.mec-fes-form .mec-not-in-days-day {
	font-size: 13px;
	display: inline-block;
	padding: 4px 32px 4px 15px;
	border-radius: 33px;
	border: 1px solid var(--mec-fes-main-color-rgba-4);
	box-shadow: 0 1px 3px -1px var(--mec-fes-main-color-rgba-5);
	background: #fbfeff;
	color: var(--mec-fes-main-color);
	vertical-align: top;
	margin: 0 0 5px 0;
}

.mec-fes-form .mec-not-in-days-remove {
	font-size: 13px;
	display: inline-block;
	margin-left: -28px;
	background: #ff918a;
	color: #fff;
	font-family: cursive;
	width: 16px;
	height: 16px;
	line-height: 1;
	text-align: center;
	border-radius: 50%;
	cursor: pointer;
}

.mec-fes-list ul li .mec-event-status {
	float: left;
	margin-right: 10px;
	margin-left: 0;
	font-size: 11px;
	font-weight: 400;
	letter-spacing: .3px;
	border-radius: 3px;
	padding: 4px 8px;
}

.mec-fes-form .post-status.mec-book-confirmed:before, .mec-fes-list ul li .mec-event-status.mec-book-confirmed:before {
	content: "";
	margin: 0;
	vertical-align: middle;
	line-height: 1;
	border-right: 2px solid #fff !important;
	border-bottom: 2px solid #fff !important;
	transform: rotate(45deg);
	color: #fff;
	width: 6px;
	height: 12px;
	float: left;
	margin-right: 6px;
}

.mec-fes-list ul li .mec-fes-event-edit a:before, .mec-fes-list ul li .mec-fes-event-export a:before, .mec-fes-list ul li .mec-fes-event-remove:before, .mec-fes-list ul li .mec-fes-event-view a:before, .mec-fes-list-top-actions a:before {
	content: "";
	font-family: simple-line-icons;
	font-size: 13px;
	vertical-align: middle;
}

.mec-fes-list ul li .mec-fes-event-view a:before {
	content: "";
}

.mec-fes-list ul li .mec-fes-event-edit a:before {
	content: "";
}

.mec-fes-list-top-actions a:before {
	content: "";
	font-weight: 400;
	margin-right: 6px;
}

.mec-fes-list ul li .mec-fes-event-export a:before {
	content: "";
}

.mec-fes-form .post-status {
	border-radius: 20px;
}

.mec-fes-form .post-status.mec-book-confirmed:before {
	height: 20px;
	width: 9px;
	margin: 3px 10px;
}

body:has(.mec-fes-form, .mec-search-form) .ui-datepicker .ui-datepicker-calendar td, body:has(.mec-fes-form, .mec-search-form) .ui-datepicker-calendar th {
	height: auto;
	padding: 0;
}

body:has(.mec-fes-form, .mec-search-form) .ui-datepicker .ui-datepicker-calendar td a, body:has(.mec-fes-form, .mec-search-form) .ui-datepicker-calendar th {
	font-size: 14px;
	line-height: 30px;
}

body:has(.mec-fes-form, .mec-search-form) .ui-datepicker.ui-widget .ui-state-disabled .ui-state-default {
	color: #ccc;
	width: 30px;
	height: 30px;
	line-height: 30px;
	display: inline-block;
}

.mec-fes-form .description {
	font-style: italic;
	font-size: 12px !important;
	line-height: 18px !important;
	color: #97b2bb !important;
	display: block;
	clear: both;
}

.mec-fes-export-wrapper {
	width: 640px;
	background: #f8feff;
	padding: 40px 25px;
}

.mec-fes-export-wrapper .mec-fes-btn-date {
	font-size: 16px;
	line-height: 44px;
	overflow: hidden;
}

.mec-fes-export-wrapper .date-messgae {
	font-family: sans-serif;
	padding: 2px 18px;
}

.mec-fes-list ul li .mec-event-export-csv, .mec-fes-list ul li .mec-event-export-excel {
	font-size: 12px;
	border: 1px solid #40d9f1;
	padding: 1px 4px;
	background: rgba(141, 229, 243, .18);
	border-radius: 4px;
	color: #40d9f1;
	font-family: sans-serif;
	cursor: pointer;
	display: inline-block;
	height: 26px;
	line-height: 22px;
}

.mec-export-badge {
	font-size: 11px;
	color: #40d9f1;
	width: auto;
	height: 24px;
	line-height: 25px;
	display: inline-block;
	padding: 0 8px;
	text-align: center;
	border-radius: 3px;
	background: #ecfcff;
	transition: all .2s ease;
}

.mec-fes-list ul li .mec-fes-event-export {
	font-size: 11px;
	background: #f7f7f7;
	float: right;
	margin-left: 5px;
}

.mec-fes-list ul li .mec-fes-event-export:hover {
	cursor: pointer;
	background: #90f0e0;
	border-color: #4dc8cc;
}

.mec-fes-export-wrapper ul {
	padding: 0;
	width: 100%;
	text-align: center;
}

.mec-fes-export-wrapper ul li {
	list-style: none;
	display: inline-block;
	width: 30%;
	padding: 10px 15px 10px 32px;
	border-radius: 3px;
	margin-bottom: 15px;
	border: 1px solid #cfeff5;
	box-shadow: 0 2px 6px -4px #cfeff5;
	background: #fff;
	line-height: normal;
	line-height: 1;
	margin-right: 10px;
	position: relative;
	cursor: pointer;
	font-size: 13px;
	transition: all .2s ease;
}

.mec-fes-export-wrapper ul li:nth-child(3n+0) {
	margin-right: 0;
}

.mec-fes-export-wrapper ul li:hover {
	box-shadow: 0 2px 16px -1px #c6e8ef;
}

.mec-fes-export-wrapper ul li:before {
	content: "";
	position: absolute;
	display: inline-block;
	background: #fff;
	width: 15px;
	height: 15px;
	margin: -1px 0 0 5px;
	cursor: pointer;
	border: 2px solid #e1e7ed;
	box-shadow: 0 2px 15px -3px rgba(69, 77, 89, .32);
	border-radius: 50%;
	left: 9px;
	top: calc(50% - 7px);
}

.mec-fes-export-wrapper ul li.fes-export-date-active {
	color: #40d9f1;
}

.mec-fes-export-wrapper ul li.fes-export-date-active:before {
	width: 15px;
	height: 15px;
	border: 6px solid #40d9f1;
	background: #fff;
	box-shadow: 0 3px 16px -3px #40d9f1;
}

.mec-fes-btn-export {
	margin-left: 15px;
	margin-top: 12px;
}

.mec-fes-btn-export span {
	position: relative;
	border: none;
	border-radius: 3px;
	color: #fff !important;
	display: inline-block;
	font-size: 13px;
	line-height: 1;
	line-height: 1;
	text-transform: none;
	font-weight: 400;
	text-decoration: none;
	cursor: pointer;
	cursor: pointer;
	margin-right: 4px;
	letter-spacing: 0;
	padding: 15px 22px;
	background: #39c36e;
	box-shadow: 0 1px 7px -3px #39c36e !important;
	-webkit-transition: all .21s ease;
	-moz-transition: all .21s ease;
	transition: all .21s ease;
	margin-left: 6px;
}

.mec-fes-btn-export span:hover {
	background: #222;
}

.mec-event-export-excel:before, span.mec-event-export-csv:before {
	content: "";
	font-family: simple-line-icons;
	font-size: 13px;
	vertical-align: middle;
	margin-right: 7px;
	margin-top: -1px;
	display: inline-block;
}

.mec-fes-list .wn-p-t-right {
	min-width: 170px;
	max-width: 200px;
	display: inline-block;
	top: -8px;
	left: 50%;
	margin-top: 0;
	transform: translate(-50%, -100%);
	padding: 0;
	padding: 5px 10px 6px;
	background-color: #000;
	color: #fff;
	font-weight: 400;
	font-size: 14px;
	letter-spacing: .5px;
	line-height: 1.5;
	position: absolute;
	z-index: 99999999;
	box-sizing: border-box;
	border-radius: 6px;
	border-radius: 8px;
	box-shadow: 0 4px 45px -8px #535a61;
	visibility: hidden;
	opacity: 0;
	transition: opacity .23s;
	text-align: center;
	font-style: normal;
}

.mec-fes-list .mec-fes-event-edit:hover .wn-p-t-right, .mec-fes-list .mec-fes-event-export:hover .wn-p-t-right, .mec-fes-list .mec-fes-event-remove:hover .wn-p-t-right, .mec-fes-list .mec-fes-event-view:hover .wn-p-t-right {
	visibility: visible;
	opacity: 1;
}

.mec-fes-list .wn-p-t-right i {
	position: absolute !important;
	top: 100%;
	right: 50%;
	margin-top: -6px !important;
	margin-right: -6px !important;
	width: 12px;
	height: 24px;
	overflow: hidden;
	transform: rotate(-90deg);
}

.mec-fes-list .wn-p-t-right i:after {
	content: "";
	position: absolute;
	width: 12px;
	height: 12px;
	left: 0;
	top: 50%;
	transform: translate(50%, -50%) rotate(-45deg);
	background-color: #000;
	box-shadow: 0 8px 9px -4px #535a61;
}

.mec-fes-form .select2-container {
	min-height: 38px;
	box-sizing: border-box;
	margin-bottom: 8px;
	padding: 0 6px;
	border-radius: 2px;
	border: 1px solid var(--mec-fes-main-color-rgba-4);
	box-shadow: inset 0 1px 6px var(--mec-fes-main-color-rgba-5);
	background-color: #fff;
	color: #32373c;
	outline: 0;
	transition: 50ms border-color ease-in-out;
	min-width: 200px;
	max-width: 230px;
	font-size: 14px;
}

.mec-fes-form .select2-selection {
	border: none;
	background: 0 0;
	padding-top: 2px;
	width: 100%;
	height: 100%;
	padding: 0;
}

.mec-fes-form .mec-dropdown-wrap span.select2 .selection .select2-selection .select2-selection__rendered {
	color: #777;
	line-height: 34px;
	padding-left: 5px;
}

.mec-fes-form .mec-dropdown-wrap span.select2 .selection .select2-selection .select2-selection__arrow {
	height: 34px;
}

body:has(.mec-fes-form) .select2-container--open .select2-dropdown--below {
	margin-top: 31px;
	border: 1px solid var(--mec-fes-main-color-rgba-4);
}

body:has(.mec-fes-form) .select2-container--open .select2-dropdown--above {
	margin-top: 33px;
	border: 1px solid var(--mec-fes-main-color-rgba-4);
}

body:has(.mec-fes-form) .select2-search--dropdown .select2-search__field {
	font-size: 13px;
	color: #777;
	border: 1px solid var(--mec-fes-main-color-rgba-4) !important;
}

body:has(.mec-fes-form) .select2-container--default .select2-results__option--selected {
	background-color: var(--mec-fes-main-color-rgba-4) !important;
}

body:has(.mec-fes-form) .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
	background-color: var(--mec-fes-main-color) !important;
}

body:has(.mec-fes-form) .select2-results__option {
	font-size: 13px !important;
}

body:has(.mec-fes-form) .select2-container--default .select2-selection--multiple, body:has(.mec-fes-form) .select2-container--default .select2-selection--single {
	border: none;
	background-color: unset;
	border-radius: 0;
	height: auto;
}

body:has(.mec-fes-form) .select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 36px;
}

body:has(.mec-fes-form) .select2-container--default .select2-selection--multiple .select2-selection__choice {
	margin: 2.5px 5px 2.5px 0;
	height: 23px;
	vertical-align: sub;
}

body:has(.mec-fes-form) .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
	padding: 0 4px !important;
	line-height: 20px;
	height: 21px;
	border-radius: 0;
}

body:has(.mec-fes-form) .select2-container--default .select2-selection--multiple .select2-selection__choice__display {
	line-height: 20px;
	padding: 0 5px;
	position: static;
	top: unset;
}

body:has(.mec-fes-form) .ui-datepicker.ui-widget {
	border: 1px solid var(--mec-fes-main-color-rgba-4);
}

body:has(.mec-fes-form) .ui-datepicker.ui-widget .ui-datepicker-next, body:has(.mec-fes-form) .ui-datepicker.ui-widget .ui-datepicker-prev {
	color: var(--mec-fes-main-color);
	background: var(--mec-fes-main-color-rgba-5);
}

body:has(.mec-fes-form) .ui-datepicker.ui-widget td a.ui-state-active, body:has(.mec-fes-form) .ui-datepicker.ui-widget td a:hover {
	background: var(--mec-fes-main-color);
}

body:has(.mec-search-form) .ui-datepicker.ui-widget {
	border: 1px solid #e8e8e8;
}

body:has(.mec-search-form) .ui-datepicker.ui-widget .ui-datepicker-next, body:has(.mec-search-form) .ui-datepicker.ui-widget .ui-datepicker-prev {
	color: var(--mec-color-skin);
	background: var(--mec-color-skin-rgba-4);
}

body:has(.mec-search-form) .ui-datepicker.ui-widget td a.ui-state-active, body:has(.mec-search-form) .ui-datepicker.ui-widget td a:hover {
	background: var(--mec-color-skin);
}

.mec-fes-form .select2-container--default.select2-container--focus .select2-selection {
	border: none !important;
	outline: 0;
	padding: 0;
}

.mec-fes-form .select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 5px;
	right: 4px;
}

.select2-results {
	font-size: 14px;
}

.mec-fes-form .select2-container--default .select2-search--inline .select2-search__field {
	margin: 0;
}

.mec-fes-category-children, .mec-fes-category-children .mec-fes-category-children {
	padding-left: 24px;
}

.mec-timeline-events-container {
	margin-left: 19px;
	padding-top: 20px;
	padding-bottom: 9px;
}

.mec-events-timeline-wrap {
	position: relative;
	display: block;
	overflow: visible;
	padding-left: 95px;
}

.mec-events-timeline-wrap:before {
	width: 1px;
	content: "";
	height: 100%;
	position: absolute;
	background: #b8f5ff;
	left: 95px;
}

.mec-timeline-month-divider+.mec-timeline-events-container {
	padding-top: 110px;
}

.mec-timeline-right-content {
	float: right;
	width: 300px;
}

.mec-timeline-left-content {
	float: left;
	width: calc(100% - 300px);
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
}

.mec-timeline-month-divider {
	position: absolute;
	display: block;
	background: #fff;
	right: calc(100% - 95px);
	left: 0;
	width: 190px;
	text-align: center;
	border: 1px solid #b8f5ff;
	border-radius: 50px;
	font-size: 15px;
	padding: 12px 27px;
	color: #40d9f1;
}

.mec-timeline-event-date {
	position: relative;
}

.mec-timeline-events-container .mec-timeline-event-date:before {
	content: "";
	width: 11px;
	height: 11px;
	position: absolute;
	background: #40d9f1;
	border-radius: 50px;
	top: 8px;
	left: -24px;
	z-index: 9;
}

.mec-timeline-events-container .mec-timeline-event-date:after {
	content: "";
	width: 21px;
	height: 21px;
	position: absolute;
	background: rgba(64, 217, 241, .3);
	border-radius: 50px;
	top: 3px;
	left: -29px;
}

.mec-timeline-event-date {
	float: left;
	width: 17%;
	margin-top: 27px;
}

.mec-timeline-event-content {
	float: left;
	width: 82%;
	background: #fff;
	box-shadow: 0 10px 30px 0 rgba(0, 0, 0, .1);
	border-radius: var(--mec-primary-border-radius);
	overflow: visible;
	position: relative;
}

.mec-timeline-main-content {
	padding: 23px 30px;
}

.mec-timeline-main-content h4 {
	margin-bottom: 15px;
}

.mec-timeline-main-content h4 a {
	font-size: 25px;
	font-weight: 700;
	color: #000;
	line-height: 33px;
	text-decoration: none;
}

.mec-timeline-main-content p {
	font-size: 15px;
	color: #515151;
	line-height: 24px;
	margin-bottom: 36px;
}

a.mec-timeline-readmore {
	width: 100%;
	display: block;
	text-align: center;
	color: #fff;
	text-decoration: none;
	line-height: 52px;
	font-size: 17px;
	font-weight: 700;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	border-radius: 0 0 var(--mec-primary-border-radius) var(--mec-primary-border-radius);
}

a.mec-timeline-readmore:hover {
	background: #222;
	color: #fff;
}

.mec-timeline-event-categories ul.mec-categories li.mec-category a, .mec-timeline-event-location address span, .mec-timeline-event-organizer .mec-organizer-item span, .mec-timeline-event-time .mec-time-details {
	display: inline-block;
	font-size: 13px;
	font-weight: 500;
	color: inherit;
}

.mec-timeline-event-categories .mec-categories-wrapper, .mec-timeline-event-organizer .mec-shortcode-organizers {
	line-height: unset;
}

.mec-timeline-event-categories, .mec-timeline-event-local-time, .mec-timeline-event-location, .mec-timeline-event-organizer, .mec-timeline-event-time {
	background: rgba(64, 217, 241, .11);
	display: inline-block;
	padding: 0 20px;
	border-radius: 50px;
	line-height: 32px;
	vertical-align: middle;
}

.mec-timeline-event-categories i, .mec-timeline-event-location i, .mec-timeline-event-organizer i, .mec-timeline-event-time i {
	font-size: 16px;
	margin-right: 6px;
	position: relative;
	top: 2px;
}

.mec-timeline-event-location address {
	font-style: normal;
	margin-bottom: 0;
}

.mec-timeline-event-details+.mec-timeline-event-details {
	margin-top: 12px;
}

.mec-timeline-event-content .col-md-4 {
	padding: 0;
}

.mec-timeline-event-content:after {
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -10px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px;
}

.mec-timeline-event-content:after {
	top: 30px;
	border-color: transparent #fff transparent transparent;
	left: -10px;
}

.mec-timeline-event-image img {
	border-radius: 0 10px 0 0;
	width: 100%;
}

.mec-timeline-event-image a {
	display: block;
	line-height: 0;
}

a.mec-timeline-readmore i {
	vertical-align: middle;
	margin-left: 10px;
	font-size: 9px;
}

.mec-wrap .mec-timeline-event-content a.mec-timeline-readmore:hover {
	background: #444;
}

@media (min-width:1024px) {
	.mec-timeline-event {
		margin: 50px 0;
	}
}

@media (max-width:1023px) {
	.mec-timeline-event {
		margin: 25px 0;
	}
	
	.mec-events-timeline-wrap {
		padding-left: 20px;
	}
	
	.mec-events-timeline-wrap:before {
		left: 20px;
	}
}

@media (max-width:1200px) and (min-width:992px) {
	.mec-timeline-event-content {
		width: 81%;
	}
	
	.mec-timeline-event-date {
		width: 18%;
	}
}

@media (max-width:992px) {
	.mec-timeline-left-content, .mec-timeline-right-content {
		float: none;
		width: 100%;
		text-align: center;
	}
	
	.mec-timeline-right-content .mec-timeline-event-image {
		text-align: center;
	}
	
	.mec-timeline-right-content .mec-timeline-event-image img {
		max-width: 300px;
		border-radius: 10px;
		margin-top: 35px;
	}
}

@media (max-width:440px) {
	.mec-timeline-right-content .mec-timeline-event-image img {
		margin-top: 0;
	}
}

@media (max-width:320px) {
	.mec-timeline-event-content, .mec-timeline-event-date {
		float: none;
		width: 100%;
	}
	
	.mec-timeline-event-date {
		margin-bottom: 8px;
	}
	
	.mec-timeline-event-content:after {
		display: none;
	}
	
	.mec-timeline-main-content {
		padding: 23px 0;
	}
	
	.mec-timeline-main-content p {
		font-size: 13px;
	}
	
	.mec-timeline-main-content h4 a {
		font-size: 23px;
		line-height: 24px;
	}
	
	.mec-time-details span {
		font-size: 11px;
	}
	
	.mec-timeline-event-location address span {
		font-size: 12px;
	}
	
	a.mec-timeline-readmore {
		line-height: 44px;
		font-size: 14px;
	}
}

.mec-timeline-event-image img {
	margin-bottom: -7px;
	border-radius: 0 10px 10px 0;
}

.mec-timeline-event-image a img {
	margin-bottom: 0;
	border-radius: 0 var(--mec-primary-border-radius) 0 0;
}

.mec-event-tile-view article.mec-tile-item {
	height: 400px;
	margin: 15px 0;
	border-radius: var(--mec-primary-border-radius);
	padding: 35px 25px;
	position: relative;
	color: #fff;
	background-size: cover !important;
	background-position: center !important;
	box-shadow: 0 2px 9px rgba(0, 0, 0, .25);
	transition: all .22s ease;
}

.mec-event-tile-view article.mec-tile-item:hover {
	cursor: pointer;
	box-shadow: 0 4px 19px rgba(0, 0, 0, .5);
}

.mec-event-tile-view article.mec-tile-item div {
	position: relative;
	z-index: 3;
	line-height: 1.5;
}

.mec-event-tile-view article.mec-tile-item .mec-categories-wrapper {
	color: #fff;
}

.mec-event-tile-view article.mec-tile-item .mec-categories-wrapper i {
	font-size: 16px;
}

.mec-event-tile-view article.mec-tile-item .mec-categories-wrapper ul.mec-categories li.mec-category a, .mec-event-tile-view article.mec-tile-item .mec-shortcode-organizers {
	color: #fff;
	font-size: 15px;
}

.mec-event-tile-view article.mec-tile-item .mec-categories-wrapper, .mec-event-tile-view article.mec-tile-item .mec-event-loc-place, .mec-event-tile-view article.mec-tile-item .mec-shortcode-organizers {
	margin-bottom: 5px;
}

.mec-event-tile-view article.mec-tile-item:after, .mec-event-tile-view article.mec-tile-item:before {
	position: absolute;
	background: -moz-linear-gradient(180deg, rgba(0, 0, 0, .35) 0, rgba(0, 0, 0, .48) 65%, rgba(0, 0, 0, .72) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0, rgba(0, 0, 0, .35)), color-stop(65%, rgba(0, 0, 0, .48)), color-stop(100%, rgba(0, 0, 0, .72)));
	background: -webkit-gradient(180deg, rgba(0, 0, 0, .35) 0, rgba(0, 0, 0, .48) 65%, rgba(0, 0, 0, .72) 100%);
	background: linear-gradient(180deg, rgba(0, 0, 0, .35) 0, rgba(0, 0, 0, .48) 65%, rgba(0, 0, 0, .72) 100%);
	content: "";
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: block;
	border-radius: var(--mec-primary-border-radius);
	z-index: 1;
}

.mec-event-tile-view article.mec-tile-item:after {
	background-color: inherit;
	background-image: none;
	top: 35px;
	bottom: auto;
	height: 40px;
	border-radius: 0 var(--mec-secondary-border-radius) var(--mec-secondary-border-radius) 0;
	width: 110px;
	z-index: 2;
	box-shadow: 2px 1px 7px rgba(0, 0, 0, .1);
}

.mec-event-tile-view article.mec-tile-item .event-tile-view-head {
	padding: 8px 3px;
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 50px;
	text-transform: uppercase;
}

.mec-event-tile-view article.mec-tile-item .event-tile-view-head>div {
	display: inline;
}

.mec-event-tile-view article.mec-tile-item .mec-event-time {
	color: #d6d6d6;
	font-size: 15px;
	font-weight: 400;
	line-height: 1;
	padding-top: 4px;
	position: absolute;
	right: 1px;
	top: 10px;
}

.mec-event-tile-view article.mec-tile-item .mec-event-time i {
	vertical-align: baseline;
	font-size: 14px;
	float: left;
}

.mec-event-tile-view article.mec-tile-item i {
	margin-right: 5px;
}

.mec-event-tile-view article.mec-tile-item .mec-event-title {
	color: #fff;
	font-weight: 700;
	font-size: 23px;
	padding-top: 12px;
}

.mec-event-tile-view article.mec-tile-item .mec-event-title a {
	color: #fff;
}

.mec-event-tile-view article.mec-tile-item .mec-event-title a:hover {
	text-decoration: underline;
}

.mec-event-tile-view article.mec-tile-item .mec-event-content {
	position: absolute;
	height: 100%;
	bottom: 0;
	left: 0;
	right: 0;
}

.mec-event-tile-view article.mec-tile-item .mec-tile-into-content-link {
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background: 0 0;
}

.mec-tile-event-content {
	position: absolute !important;
	bottom: 25px;
	left: 25px;
	right: 25px;
}

.mec-event-tile-view article.mec-label-canceled:before, .mec-event-tile-view article.mec-label-featured:before {
	height: auto;
}

.mec-skin-tile-month-navigator-container {
	position: relative;
	text-align: center;
	font-size: 12px;
	height: 80px;
	background: #f7f7f7;
	padding: 28px;
	border-radius: var(--mec-primary-border-radius);
	margin-bottom: 20px;
}

.mec-skin-tile-month-navigator-container:after, .mec-skin-tile-month-navigator-container:before {
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -10px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px;
}

.mec-skin-tile-month-navigator-container:after {
	bottom: -20px;
	border-color: #f7f7f7 transparent transparent transparent;
}

.mec-skin-tile-month-navigator-container:before {
	bottom: -21px;
	border-color: #fff transparent transparent transparent;
}

@media only screen and (max-width:480px) {
	.mec-skin-tile-month-navigator-container {
		height: 110px;
		padding-top: 68px;
	}
}

.mec-skin-tile-month-navigator-container h2 {
	font-size: 23px;
	font-weight: 700;
}

.mec-skin-tile-month-navigator-container .mec-next-month, .mec-skin-tile-month-navigator-container .mec-previous-month {
	position: absolute;
	top: 28px;
	left: 20px;
	cursor: pointer;
	padding: 3px 12px;
	line-height: 23px;
	background: #fff;
	border-radius: 32px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .02);
	transition: all .22s ease;
}

.mec-skin-tile-month-navigator-container .mec-next-month {
	left: auto;
	right: 20px;
}

.mec-skin-tile-month-navigator-container .mec-next-month:hover, .mec-skin-tile-month-navigator-container .mec-previous-month:hover {
	box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
	color: #000;
}

.mec-wrap .mec-event-tile-view article.mec-label-canceled:before, .mec-wrap .mec-event-tile-view article.mec-label-featured:before {
	position: absolute;
	bottom: auto;
	text-align: center;
	right: auto;
	font-size: 10px;
}

.mec-event-tile-view article.mec-tile-item .mec-tile-overlay {
	position: absolute;
	background: -moz-linear-gradient(180deg, rgba(0, 0, 0, .35) 0, rgba(0, 0, 0, .48) 65%, rgba(0, 0, 0, .72) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0, rgba(0, 0, 0, .35)), color-stop(65%, rgba(0, 0, 0, .48)), color-stop(100%, rgba(0, 0, 0, .72)));
	background: -webkit-gradient(180deg, rgba(0, 0, 0, .35) 0, rgba(0, 0, 0, .48) 65%, rgba(0, 0, 0, .72) 100%);
	background: linear-gradient(180deg, rgba(0, 0, 0, .35) 0, rgba(0, 0, 0, .48) 65%, rgba(0, 0, 0, .72) 100%);
	content: "";
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: block;
	border-radius: 22px;
	z-index: 1;
}

.mec-wrap .mec-event-tile-view .col-md-3 article.mec-label-canceled:before, .mec-wrap .mec-event-tile-view .col-md-3 article.mec-label-featured:before {
	top: 12px;
	left: 103px;
	z-index: 9;
}

.mec-wrap .mec-event-tile-view .col-md-4 article.mec-label-canceled:before, .mec-wrap .mec-event-tile-view .col-md-4 article.mec-label-featured:before {
	top: 18px;
	left: 125px;
}

.mec-wrap .mec-event-tile-view .col-md-6 article.mec-label-canceled:before, .mec-wrap .mec-event-tile-view .col-md-6 article.mec-label-featured:before {
	top: 20px;
	left: 200px;
}

@media (max-width:960px) {
	.mec-wrap .mec-event-tile-view .col-sm-3 {
		width: 50%;
	}
}

@media (max-width:480px) {
	.mec-wrap .mec-event-tile-view .col-sm-3 {
		width: 100%;
	}
}

.mec-event-tile-view article.mec-tile-item.tile-multipleday-event:after {
	width: 185px;
}

.mec-event-tile-view article.mec-tile-item.tile-multipleday-event .mec-event-time {
	right: auto;
	top: 50px;
	left: 0;
}

.mec-event-tile-view .col-md-6.col-sm-6 article.mec-label-canceled:before {
	top: 100px;
	left: 140px;
}

.mec-event-tile-view .col-md-4.col-sm-4 article.mec-label-canceled:before {
	top: 20px;
	left: 140px;
}

@media (min-width:761px) and (max-width:1200px) {
	.mec-event-tile-view .col-md-3.col-sm-3 {
		width: 50%;
	}
	
	.mec-event-tile-view .col-md-6.col-sm-6 article.mec-label-canceled:before {
		top: 80px;
		left: 90px;
	}
	
	.mec-event-tile-view .col-md-4.col-sm-4 article.mec-label-canceled:before {
		top: 40px;
		left: 70px;
	}
	
	.mec-event-tile-view .col-md-3.col-sm-3 article.mec-label-canceled:before {
		top: 90px;
		left: 110px;
	}
}

@media (min-width:761px) and (max-width:1024px) {
	.mec-event-tile-view .col-md-4.col-sm-4 {
		width: 50%;
	}
	
	.mec-event-tile-view .col-md-4.col-sm-4:nth-child(1n+3) {
		width: 100%;
	}
}

@media (max-width:760px) {
	.mec-event-tile-view .col-md-3.col-sm-3 {
		width: 100%;
	}
	
	.mec-event-tile-view .col-md-4.col-sm-4 {
		width: 100%;
	}
}

@media (max-width:480px) {
	.mec-event-tile-view .col-md-6.col-sm-6 article.mec-label-canceled:before {
		top: 100px;
		left: 80px;
	}
}

.mec-calendar .mec-event-article .mec-event-date {
	font-size: 12px;
	text-align: left;
}

.mec-event-detailed-time {
	display: flex;
}

.mec-event-detailed-time i {
	width: 15px;
	padding-top: 7px;
}

.mec-ongoing-normal-label {
	background-color: #40d9f1;
}

.mec-expired-normal-label {
	background-color: #000;
}

.mec-wrap .mec-cancellation-reason span, .mec-wrap .mec-labels-normal .mec-label-normal {
	position: relative;
	font-size: 11px;
	font-weight: 300;
	margin-left: 10px;
	line-height: 1.9;
	letter-spacing: 1px;
	color: #fff;
	padding: 2px 7px;
	border-radius: 2px;
	white-space: nowrap;
}

.mec-wrap .mec-cancellation-reason span, .mec-wrap .mec-labels-normal .mec-label-normal {
	white-space: normal;
	display: inline-block;
	line-height: 14px;
}

.mec-remaining-time-normal-label {
	background-color: var(--mec-color-skin);
}

.mec-agenda-event-title .mec-labels-normal .mec-label-normal, .mec-timetable-event .mec-labels-normal .mec-label-normal, .tooltipster-box .mec-labels-normal .mec-label-normal {
	font-size: 9px;
	letter-spacing: .5px;
	text-transform: uppercase;
	padding: 2px 7px;
	color: #fff;
	position: relative;
	margin-left: 5px;
	border-radius: 2px;
	top: 0;
}

.mec-av-spot .mec-labels-normal .mec-label-normal, .mec-event-countdown-part1 .mec-labels-normal .mec-label-normal, .mec-event-countdown-part2 .mec-labels-normal .mec-label-normal, .mec-event-cover-modern .mec-labels-normal .mec-label-normal, .mec-masonry-content .mec-labels-normal .mec-label-normal, .mec-owl-carousel:not(.mec-slider-t1) .mec-labels-normal .mec-label-normal, .mec-tile-item .mec-labels-normal .mec-label-normal, .mec-timeline-event .mec-labels-normal .mec-label-normal, .tooltipster-box .mec-labels-normal .mec-label-normal {
	margin: 0 5px 0 0;
}

.mec-event-countdown-style3 .mec-labels-normal .mec-label-normal {
	margin: 0 0 0 5px;
}

.mec-event-footer-carousel-type3 .mec-labels-normal .mec-label-normal {
	display: inline;
}

.mec-event-carousel-type4 .mec-fc-style {
	display: none;
}

.mec-event-carousel-type4 .mec-labels-normal {
	top: -20px;
	position: relative;
}

.mec-wrap .mec-cancellation-reason {
	display: inline-block;
}

.mec-wrap .mec-cancellation-reason span {
	line-height: 1.3;
	background: #eb3450;
	text-transform: none;
	display: inline-block;
	white-space: nowrap;
}

.mec-wrap .mec-event-list-accordion .mec-cancellation-reason span, .mec-wrap .mec-event-list-accordion .mec-labels-normal .mec-label-normal {
	top: 7px;
}

.mec-agenda-event-title .mec-cancellation-reason span, .mec-timetable-event .mec-cancellation-reason span, .tooltipster-box .mec-cancellation-reason span {
	font-size: 9px;
	letter-spacing: .5px;
	text-transform: uppercase;
	padding: 2px 7px;
	color: #fff;
	position: relative;
	margin-left: 5px;
	border-radius: 2px;
	top: 0;
}

.mec-wrap .mec-event-container-novel .mec-cancellation-reason span, .mec-wrap .mec-event-container-novel .mec-labels-normal .mec-label-normal {
	white-space: inherit;
	margin-left: 0;
}

.mec-wrap .mec-event-container-simple .mec-cancellation-reason span, .mec-wrap .mec-event-container-simple .mec-labels-normal .mec-label-normal {
	top: -5px;
	white-space: inherit;
	margin-left: 0;
	margin-right: 3px;
}

.mec-av-spot .mec-cancellation-reason span, .mec-event-countdown-part1 .mec-cancellation-reason span, .mec-event-countdown-part2 .mec-cancellation-reason span, .mec-event-cover-modern .mec-cancellation-reason span, .mec-masonry-content .mec-cancellation-reason span, .mec-owl-carousel:not(.mec-slider-t1) .mec-cancellation-reason span, .mec-tile-item .mec-cancellation-reason span, .mec-timeline-event .mec-cancellation-reason span, .tooltipster-box .mec-cancellation-reason span {
	margin: 0 5px 0 0;
}

.mec-owl-carousel .mec-event-footer-carousel-type3 span.mec-event-title-soldout, .mec-owl-carousel .mec-event-footer-carousel-type3 span.mec-few-tickets {
	display: inline;
}

.mec-owl-carousel .mec-event-footer-carousel-type3 span.mec-labels-normal, .mec-owl-carousel .mec-event-footer-carousel-type3 span.soldout {
	margin-top: 0;
	color: #fff;
	display: unset;
}

.mec-wrap .mec-single-event .mec-cancellation-reason span {
	margin: 0;
	padding: 6px 12px;
	font-size: 14px;
	font-weight: 700;
	white-space: normal;
	word-break: break-word;
}

.featherlight-content .mec-cancellation-reason {
	display: block;
	width: 100%;
	text-align: center;
	margin-top: 20px;
	margin-bottom: -10px;
}

.mec-event-data-fields {
	margin-bottom: 30px;
}

.mec-event-data-fields ul.mec-event-data-field-items {
	overflow: hidden;
	padding-top: 10px;
	padding-left: 0;
	margin-left: 0;
}

.mec-event-data-fields .mec-event-data-field-item {
	list-style: none;
	margin-bottom: 10px;
	border-bottom: 1px dashed #e1e2e3;
	padding-bottom: 8px;
	width: 100%;
	float: left;
}

.mec-event-data-fields .mec-event-data-field-item .mec-event-data-field-value {
	margin: 0 0 8px 0;
	color: #616263 !important;
	font-size: 13px;
	line-height: 1.5;
	word-wrap: break-word;
	white-space: break-spaces;
}

.mec-event-data-fields .mec-event-data-field-item:last-child {
	border: none;
	width: 100%;
}

.mec-event-data-fields .mec-event-data-field-item .mec-event-data-field-name {
	text-transform: none;
	font-size: 13px;
	font-weight: 600;
	color: #313131 !important;
	width: 100%;
	position: relative;
	letter-spacing: -.2px;
}

@media (max-width:768px) {
	.mec-event-data-fields .mec-event-data-field-item {
		width: 100%;
	}
}

.mec-wrap .col-md-4 .mec-event-data-fields .mec-event-data-field-item {
	width: 100%;
	display: block;
}

.mec-shortcode-organizers {
	overflow: hidden;
	font-weight: 400;
	line-height: 18px;
	font-size: 12px;
}

.mec-event-list-minimal .mec-shortcode-organizers {
	margin-top: 6px;
}

.mec-shortcode-organizers i {
	margin-right: 4px;
	display: inline-block;
}

.mec-shortcode-organizers .mec-organizers {
	display: inline-block;
	list-style: none;
	padding: 0;
}

.mec-organizer-item a {
	color: #777;
}

.mec-event-list-standard .mec-shortcode-organizers .mec-sl-user:before {
	font-size: 16px;
}

.mec-shortcode-organizers {
	position: relative;
}

.mec-skin-grid-container .mec-organizers, .mec-skin-grid-container .mec-shortcode-organizers {
	padding: 0;
	margin: 0;
}

.mec-skin-grid-container .mec-event-grid-clean .mec-shortcode-organizers a, .mec-skin-grid-container .mec-event-grid-clean .mec-shortcode-organizers a:hover, .mec-skin-grid-container .mec-event-grid-colorful .mec-shortcode-organizers a, .mec-skin-grid-container .mec-event-grid-colorful .mec-shortcode-organizers a:hover {
	color: #fff;
	font-size: 12px;
}

.mec-skin-grid-container .mec-event-grid-clean .mec-shortcode-organizers a:hover, .mec-skin-grid-container .mec-event-grid-colorful .mec-shortcode-organizers a:hover {
	text-decoration: underline;
}

.mec-skin-grid-container .mec-event-grid-novel .mec-shortcode-organizers {
	position: relative;
}

.mec-skin-grid-container .mec-event-grid-novel .mec-shortcode-organizers i {
	display: block;
	color: rgba(255, 255, 255, .4);
}

.mec-skin-grid-container .mec-event-grid-novel .mec-shortcode-organizers i:before {
	position: absolute;
	top: 6px;
	left: 6px;
	font-size: 17px;
	font-family: simple-line-icons;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
}

.mec-skin-grid-container .mec-event-grid-novel .mec-shortcode-organizers a {
	padding-left: 35px;
	font-size: 15px;
	line-height: 30px;
	color: rgba(255, 255, 255, .4);
}

.mec-skin-grid-container .mec-event-grid-novel .mec-shortcode-organizers a:hover {
	color: #fff;
}

.mec-calendar-daily .mec-shortcode-organizers, .mec-calendar-daily .mec-shortcode-organizers .mec-organizers {
	padding: 0;
}

.mec-calendar-daily .mec-organizer-item a {
	font-size: 13px;
	line-height: 1.3;
	color: #9a9a9a;
	margin-bottom: 0;
}

.mec-events-masonry-wrap .mec-shortcode-organizers, .mec-events-masonry-wrap .mec-shortcode-organizers .mec-organizers {
	padding: 0;
}

.mec-events-timeline-wrap .mec-organizer-item, .mec-events-timeline-wrap .mec-shortcode-organizers .mec-organizers {
	margin: 0;
	display: inline;
}

.mec-events-timeline-wrap .mec-shortcode-organizers i {
	line-height: 24px;
	margin-right: 7px;
}

.mec-events-timeline-wrap .mec-organizer-item:after {
	content: ",";
}

.mec-events-timeline-wrap .mec-organizer-item:last-child:after {
	content: "";
	padding: 0;
}

.mec-events-timeline-wrap .mec-organizer-item a, .mec-events-timeline-wrap .mec-organizer-item:after {
	font-weight: 500;
}

.mec-events-timeline-wrap .mec-organizer-item a:hover {
	text-decoration: underline;
}

.mec-event-tile-view .mec-shortcode-organizers, .mec-event-tile-view .mec-shortcode-organizers .mec-organizers {
	padding: 0;
}

.mec-event-tile-view .mec-shortcode-organizers i {
	line-height: 24px;
}

.mec-event-tile-view .mec-shortcode-organizers .mec-organizers a, .mec-event-tile-view .mec-shortcode-organizers i {
	color: #fff;
}

.mec-dark-mode .mec-calendar.mec-calendar-daily .mec-calendar-d-table .mec-modal-preloader, .mec-dark-mode .mec-month-navigator-loading {
	background-color: rgba(40, 40, 40, .88);
}

.mec-dark-mode .event-carousel-type2-head .mec-event-footer-carousel-type2 .mec-booking-button, .mec-dark-mode .mec-box-calendar.mec-calendar.mec-event-calendar-classic .mec-calendar-table-head dt, .mec-dark-mode .mec-calendar .mec-calendar-row dt:hover, .mec-dark-mode .mec-event-footer .mec-booking-button, .mec-dark-mode .mec-event-grid-classic .mec-event-content, .mec-dark-mode .mec-event-schedule-content .mec-schedule-speakers, .mec-dark-mode .mec-events-meta-group-tags a:hover, .mec-dark-mode .mec-events-toggle .mec-toggle-content .mec-modal-wrap, .mec-dark-mode .mec-fes-form .mec-meta-box-fields, .mec-dark-mode .mec-hourly-schedule-speaker-contact-information a i, .mec-dark-mode .mec-map-view-event-detail.mec-event-detail, .mec-dark-mode .mec-modal-wrap, .mec-dark-mode .mec-next-event-details a, .mec-dark-mode .mec-organizer-social-information a i, .mec-dark-mode .mec-single-event .mec-event-exporting .mec-export-details a:hover, .mec-dark-mode .mec-slider-t1-wrap .mec-owl-theme .owl-nav .owl-next, .mec-dark-mode .mec-slider-t1-wrap .mec-owl-theme .owl-nav .owl-prev, .mec-dark-mode .mec-timetable-events-list .mec-timetable-event, .mec-dark-mode .mec-wrap .button, .mec-dark-mode .mec-wrap a.button:not(.owl-dot):hover, .mec-dark-mode .mec-wrap button:not(.owl-dot):hover, .mec-dark-mode .mec-wrap input[type=button]:hover, .mec-dark-mode .mec-wrap input[type=reset]:hover, .mec-dark-mode .mec-wrap input[type=submit]:hover {
	background-color: #1f1f1f;
	color: #d2d2d2;
}

.mec-dark-mode .mec-modal-wrap::-webkit-scrollbar {
	width: 12px;
}

.mec-dark-mode .mec-modal-wrap::-webkit-scrollbar-track {
	background: #000;
}

.mec-dark-mode .mec-modal-wrap::-webkit-scrollbar-thumb {
	background-color: #333;
	border-radius: 20px;
	border: 2px solid #000;
}

.mec-dark-mode .mec-modal-preloader, .mec-dark-mode .mec-month-navigator-loading {
	background-color: #1f1f1f;
}

.mec-dark-mode .mec-calendar.mec-calendar-daily .mec-calendar-d-table, .mec-dark-mode .mec-skin-tile-month-navigator-container {
	background: #282828;
}

.mec-dark-mode .mec-skin-tile-month-navigator-container:after {
	border-color: #282828 transparent transparent transparent;
}

.mec-dark-mode .mec-event-grid-novel .mec-event-article, body.mec-dark-mode .mec-single-modern .mec-single-event-bar {
	background-color: #282828;
	color: #d2d2d2;
}

.mec-dark-mode .event-carousel-type2-head, .mec-dark-mode .lity-content .mec-events-meta-group-booking .mec-dark-mode .mec-single-event .mec-events-meta-group-booking, .mec-dark-mode .lity-content .mec-events-meta-group-booking input[type=date], .mec-dark-mode .lity-content .mec-events-meta-group-booking input[type=email], .mec-dark-mode .lity-content .mec-events-meta-group-booking input[type=number], .mec-dark-mode .lity-content .mec-events-meta-group-booking input[type=password], .mec-dark-mode .lity-content .mec-events-meta-group-booking input[type=tel], .mec-dark-mode .lity-content .mec-events-meta-group-booking input[type=text], .mec-dark-mode .lity-content .mec-events-meta-group-booking select, .mec-dark-mode .lity-content .mec-events-meta-group-booking textarea, .mec-dark-mode .mec-box-calendar.mec-calendar .mec-calendar-table-head dt, .mec-dark-mode .mec-calendar .mec-calendar-side .mec-next-month, .mec-dark-mode .mec-calendar .mec-calendar-side .mec-previous-month, .mec-dark-mode .mec-calendar .mec-event-article:hover, .mec-dark-mode .mec-calendar.mec-calendar-daily .mec-calendar-a-month, .mec-dark-mode .mec-calendar.mec-calendar-daily .mec-calendar-d-table .mec-daily-view-day, .mec-dark-mode .mec-calendar.mec-calendar-daily .mec-calendar-d-table a, .mec-dark-mode .mec-calendar.mec-calendar-daily .mec-calendar-d-table a.mec-table-d-next, .mec-dark-mode .mec-calendar.mec-calendar-daily .mec-calendar-d-table a.mec-table-d-prev, .mec-dark-mode .mec-calendar.mec-calendar-daily .mec-calendar-d-table dl dt, .mec-dark-mode .mec-calendar.mec-calendar-daily .mec-next-month, .mec-dark-mode .mec-calendar.mec-calendar-daily .mec-previous-month, .mec-dark-mode .mec-calendar.mec-event-calendar-classic .mec-calendar-events-sec .mec-event-article:hover, .mec-dark-mode .mec-calendar.mec-event-calendar-classic .mec-selected-day, .mec-dark-mode .mec-calendar.mec-event-calendar-classic dt.mec-selected-day:hover, .mec-dark-mode .mec-calendar.mec-yearly-calendar .mec-calendar-table-head dl dt, .mec-dark-mode .mec-event-carousel-content, .mec-dark-mode .mec-event-cost, .mec-dark-mode .mec-event-countdown-style1 .mec-event-countdown-part3 .mec-event-button, .mec-dark-mode .mec-event-footer, .mec-dark-mode .mec-event-grid-classic .mec-event-content .mec-wrap .mec-totalcal-box .mec-totalcal-view span, .mec-dark-mode .mec-event-list-minimal a.mec-detail-button, .mec-dark-mode .mec-event-list-modern .mec-btn-wrapper .mec-booking-button, .mec-dark-mode .mec-event-list-standard .mec-topsec, .mec-dark-mode .mec-event-more-info, .mec-dark-mode .mec-event-website, .mec-dark-mode .mec-events-agenda-wrap, .mec-dark-mode .mec-events-meta-date, .mec-dark-mode .mec-events-meta-group-tags a, .mec-dark-mode .mec-events-toggle .mec-toggle-item-inner, .mec-dark-mode .mec-fes-form, .mec-dark-mode .mec-fes-form input[type=email], .mec-dark-mode .mec-fes-form input[type=number], .mec-dark-mode .mec-fes-form input[type=password], .mec-dark-mode .mec-fes-form input[type=tel], .mec-dark-mode .mec-fes-form input[type=text], .mec-dark-mode .mec-fes-form select, .mec-dark-mode .mec-fes-form textarea, .mec-dark-mode .mec-fes-list, .mec-dark-mode .mec-hourly-schedule-speaker-info, .mec-dark-mode .mec-load-more-button, .mec-dark-mode .mec-map-lightbox-wp, .mec-dark-mode .mec-masonry-item-wrap .mec-event-grid-modern .event-grid-modern-head, .mec-dark-mode .mec-related-event-content, .mec-dark-mode .mec-single-event .mec-event-exporting .mec-export-details a, .mec-dark-mode .mec-single-event .mec-events-meta-group-booking input[type=date], .mec-dark-mode .mec-single-event .mec-events-meta-group-booking input[type=email], .mec-dark-mode .mec-single-event .mec-events-meta-group-booking input[type=number], .mec-dark-mode .mec-single-event .mec-events-meta-group-booking input[type=password], .mec-dark-mode .mec-single-event .mec-events-meta-group-booking input[type=tel], .mec-dark-mode .mec-single-event .mec-events-meta-group-booking input[type=text], .mec-dark-mode .mec-single-event .mec-events-meta-group-booking select, .mec-dark-mode .mec-single-event .mec-events-meta-group-booking textarea, .mec-dark-mode .mec-single-event .mec-events-meta-group-countdown, .mec-dark-mode .mec-single-event .mec-frontbox, .mec-dark-mode .mec-single-event .mec-speakers-details ul li, .mec-dark-mode .mec-single-event-additional-organizers, .mec-dark-mode .mec-single-event-category, .mec-dark-mode .mec-single-event-date, .mec-dark-mode .mec-single-event-label, .mec-dark-mode .mec-single-event-location, .mec-dark-mode .mec-single-event-organizer, .mec-dark-mode .mec-single-event-sponsor, .mec-dark-mode .mec-single-event-time, .mec-dark-mode .mec-single-modern .col-md-4 .mec-frontbox, .mec-dark-mode .mec-slider-t1-wrap, .mec-dark-mode .mec-timetable-events-list .mec-timetable-event, .mec-dark-mode .mec-timetable-t2-wrap, .mec-dark-mode .mec-ttt2-title, .mec-dark-mode .mec-wrap .mec-event-countdown-style1, .mec-dark-mode .mec-wrap .mec-event-countdown-style2, .mec-dark-mode .mec-wrap .mec-totalcal-box, .mec-dark-mode .mec-wrap .mec-totalcal-box i, .mec-dark-mode .mec-wrap .mec-totalcal-box input, .mec-dark-mode .mec-wrap .mec-totalcal-box select, .mec-dark-mode .mec-yearly-view-wrap .mec-yearly-title-sec .mec-next-year:hover, .mec-dark-mode .mec-yearly-view-wrap .mec-yearly-title-sec .mec-previous-year:hover, .mec-dark-mode.mec-wrap .mec-totalcal-box .mec-totalcal-view span, .mec-dark-mode.mec-wrap .mec-totalcal-box i, .mec-dark-mode.mec-wrap .mec-totalcal-box input, .mec-dark-mode.mec-wrap .mec-totalcal-box select {
	background-color: #282828;
}

.mec-dark-mode .event-carousel-type2-head, .mec-dark-mode .event-carousel-type2-head .mec-event-footer-carousel-type2 .mec-booking-button, .mec-dark-mode .lity-content .mec-events-meta-group-booking .mec-dark-mode .mec-single-event .mec-events-meta-group-booking, .mec-dark-mode .lity-content .mec-events-meta-group-booking form>h4, .mec-dark-mode .lity-content .mec-events-meta-group-booking input[type=date], .mec-dark-mode .lity-content .mec-events-meta-group-booking input[type=email], .mec-dark-mode .lity-content .mec-events-meta-group-booking input[type=number], .mec-dark-mode .lity-content .mec-events-meta-group-booking input[type=password], .mec-dark-mode .lity-content .mec-events-meta-group-booking input[type=tel], .mec-dark-mode .lity-content .mec-events-meta-group-booking input[type=text], .mec-dark-mode .lity-content .mec-events-meta-group-booking select, .mec-dark-mode .lity-content .mec-events-meta-group-booking textarea, .mec-dark-mode .mec-box-calendar.mec-calendar .mec-calendar-side .mec-next-month, .mec-dark-mode .mec-box-calendar.mec-calendar .mec-calendar-side .mec-previous-month, .mec-dark-mode .mec-box-calendar.mec-calendar .mec-calendar-table-head dt, .mec-dark-mode .mec-box-calendar.mec-calendar dt, .mec-dark-mode .mec-box-calendar.mec-calendar.mec-event-calendar-classic .mec-calendar-table-head dt, .mec-dark-mode .mec-breadcrumbs, .mec-dark-mode .mec-calendar .mec-calendar-side .mec-next-month, .mec-dark-mode .mec-calendar .mec-calendar-side .mec-previous-month, .mec-dark-mode .mec-calendar.mec-calendar-daily .mec-calendar-d-table .mec-daily-view-day, .mec-dark-mode .mec-calendar.mec-calendar-daily .mec-calendar-d-table a, .mec-dark-mode .mec-calendar.mec-calendar-daily .mec-calendar-d-table a.mec-table-d-next, .mec-dark-mode .mec-calendar.mec-calendar-daily .mec-calendar-d-table a.mec-table-d-prev .mec-calendar.mec-calendar-daily .mec-calendar-a-month, .mec-dark-mode .mec-calendar.mec-calendar-daily .mec-calendar-d-table dl dt, .mec-dark-mode .mec-calendar.mec-calendar-daily .mec-next-month, .mec-dark-mode .mec-calendar.mec-calendar-daily .mec-previous-month, .mec-dark-mode .mec-calendar.mec-event-calendar-classic .mec-calendar-events-sec, .mec-dark-mode .mec-event-carousel-content, .mec-dark-mode .mec-event-footer, .mec-dark-mode .mec-event-footer .mec-booking-button, .mec-dark-mode .mec-event-list-minimal .mec-event-article, .mec-dark-mode .mec-event-list-minimal a.mec-detail-button, .mec-dark-mode .mec-event-list-modern .mec-btn-wrapper .mec-booking-button, .mec-dark-mode .mec-event-list-modern .mec-event-article, .mec-dark-mode .mec-event-list-standard .mec-event-article, .mec-dark-mode .mec-event-list-standard .mec-event-meta-wrap, .mec-dark-mode .mec-event-list-standard .mec-topsec, .mec-dark-mode .mec-event-schedule-content, .mec-dark-mode .mec-event-schedule-content dl:before, .mec-dark-mode .mec-events-agenda-wrap, .mec-dark-mode .mec-events-meta-group-booking .mec-book-price-details, .mec-dark-mode .mec-events-meta-group-booking .mec-book-price-details li, .mec-dark-mode .mec-events-meta-group-tags a, .mec-dark-mode .mec-events-toggle .mec-toggle-content, .mec-dark-mode .mec-events-toggle .mec-toggle-item, .mec-dark-mode .mec-events-toggle .mec-toggle-item-inner, .mec-dark-mode .mec-fes-form .mec-meta-box-fields, .mec-dark-mode .mec-fes-form input[type=email], .mec-dark-mode .mec-fes-form input[type=number], .mec-dark-mode .mec-fes-form input[type=password], .mec-dark-mode .mec-fes-form input[type=tel], .mec-dark-mode .mec-fes-form input[type=text], .mec-dark-mode .mec-fes-form select, .mec-dark-mode .mec-fes-form textarea, .mec-dark-mode .mec-hourly-schedule-speaker-info, .mec-dark-mode .mec-load-more-button, .mec-dark-mode .mec-masonry-item-wrap .mec-event-grid-modern .event-grid-modern-head, .mec-dark-mode .mec-next-event-details a, .mec-dark-mode .mec-related-events-wrap h3.mec-rec-events-title, .mec-dark-mode .mec-single-event .mec-event-exporting .mec-export-details a:hover, .mec-dark-mode .mec-single-event .mec-events-meta-group-booking form>h4, .mec-dark-mode .mec-single-event .mec-events-meta-group-booking input[type=date], .mec-dark-mode .mec-single-event .mec-events-meta-group-booking input[type=email], .mec-dark-mode .mec-single-event .mec-events-meta-group-booking input[type=number], .mec-dark-mode .mec-single-event .mec-events-meta-group-booking input[type=password], .mec-dark-mode .mec-single-event .mec-events-meta-group-booking input[type=tel], .mec-dark-mode .mec-single-event .mec-events-meta-group-booking input[type=text], .mec-dark-mode .mec-single-event .mec-events-meta-group-booking select, .mec-dark-mode .mec-single-event .mec-events-meta-group-booking textarea, .mec-dark-mode .mec-single-event .mec-events-meta-group-countdown, .mec-dark-mode .mec-single-event .mec-frontbox, .mec-dark-mode .mec-single-event .mec-frontbox-title, .mec-dark-mode .mec-timetable-t2-wrap, .mec-dark-mode .mec-wrap .mec-totalcal-box, .mec-dark-mode .mec-wrap .mec-totalcal-box .mec-totalcal-view span, .mec-dark-mode .mec-wrap .mec-totalcal-box i, .mec-dark-mode .mec-wrap .mec-totalcal-box input, .mec-dark-mode .mec-wrap .mec-totalcal-box select, .mec-dark-mode .mec-yearly-view-wrap, .mec-dark-mode .mec-yearly-view-wrap .mec-yearly-title-sec {
	border-color: #353535;
}

.mec-dark-mode .entry-content .mec-wrap h1, .mec-dark-mode .entry-content .mec-wrap h2, .mec-dark-mode .entry-content .mec-wrap h3, .mec-dark-mode .entry-content .mec-wrap h4, .mec-dark-mode .entry-content .mec-wrap h5, .mec-dark-mode .entry-content .mec-wrap h6, .mec-dark-mode .lity-content .mec-events-meta-group-booking form>h4, .mec-dark-mode .lity-content .mec-events-meta-group-booking h5 span, .mec-dark-mode .lity-content .mec-events-meta-group-booking input[type=date], .mec-dark-mode .lity-content .mec-events-meta-group-booking input[type=email], .mec-dark-mode .lity-content .mec-events-meta-group-booking input[type=number], .mec-dark-mode .lity-content .mec-events-meta-group-booking input[type=password], .mec-dark-mode .lity-content .mec-events-meta-group-booking input[type=tel], .mec-dark-mode .lity-content .mec-events-meta-group-booking input[type=text], .mec-dark-mode .lity-content .mec-events-meta-group-booking label, .mec-dark-mode .lity-content .mec-events-meta-group-booking select, .mec-dark-mode .lity-content .mec-events-meta-group-booking textarea, .mec-dark-mode .mec-breadcrumbs a, .mec-dark-mode .mec-calendar .mec-event-article .mec-event-title a, .mec-dark-mode .mec-calendar dt, .mec-dark-mode .mec-calendar.mec-calendar-daily .mec-calendar-a-month .mec-next-month, .mec-dark-mode .mec-calendar.mec-calendar-daily .mec-calendar-a-month .mec-previous-month, .mec-dark-mode .mec-calendar.mec-calendar-daily .mec-calendar-d-table .mec-daily-view-day.mec-has-event, .mec-dark-mode .mec-calendar.mec-event-container-simple dl dt.mec-calendar-day, .mec-dark-mode .mec-event-carousel-content .mec-event-carousel-title a, .mec-dark-mode .mec-event-content p, .mec-dark-mode .mec-event-grid-classic .mec-event-title a, .mec-dark-mode .mec-event-grid-clean .mec-event-title a, .mec-dark-mode .mec-event-grid-minimal .mec-event-date span, .mec-dark-mode .mec-event-grid-minimal .mec-event-title a, .mec-dark-mode .mec-event-grid-modern .mec-event-title a, .mec-dark-mode .mec-event-grid-simple .mec-event-title a, .mec-dark-mode .mec-event-list-classic .mec-event-title a, .mec-dark-mode .mec-event-list-minimal .mec-event-title a, .mec-dark-mode .mec-event-list-minimal a.mec-detail-button, .mec-dark-mode .mec-event-list-modern .mec-btn-wrapper .mec-booking-button, .mec-dark-mode .mec-event-list-standard .mec-event-title a, .mec-dark-mode .mec-events-meta-group-booking .mec-book-price-details li, .mec-dark-mode .mec-events-meta-group-booking .mec-book-price-details li span.mec-book-price-detail-amount, .mec-dark-mode .mec-events-meta-group-tags a, .mec-dark-mode .mec-events-toggle .mec-toggle-item-inner i, .mec-dark-mode .mec-fes-form, .mec-dark-mode .mec-fes-form input[type=email], .mec-dark-mode .mec-fes-form input[type=number], .mec-dark-mode .mec-fes-form input[type=password], .mec-dark-mode .mec-fes-form input[type=tel], .mec-dark-mode .mec-fes-form input[type=text], .mec-dark-mode .mec-fes-form label, .mec-dark-mode .mec-fes-form select, .mec-dark-mode .mec-fes-form textarea, .mec-dark-mode .mec-fes-list, .mec-dark-mode .mec-hourly-schedule-speaker-contact-information a i, .mec-dark-mode .mec-hourly-schedule-speaker-description, .mec-dark-mode .mec-hourly-schedule-speaker-name, .mec-dark-mode .mec-load-more-button, .mec-dark-mode .mec-next-event-details abbr, .mec-dark-mode .mec-organizer-social-information a i, .mec-dark-mode .mec-related-event-content h5 a, .mec-dark-mode .mec-related-event-content span, .mec-dark-mode .mec-single-event .mec-event-meta dt, .mec-dark-mode .mec-single-event .mec-event-meta h3, .mec-dark-mode .mec-single-event .mec-events-meta-group-booking form>h4, .mec-dark-mode .mec-single-event .mec-events-meta-group-booking h5 span, .mec-dark-mode .mec-single-event .mec-events-meta-group-booking input[type=date], .mec-dark-mode .mec-single-event .mec-events-meta-group-booking input[type=email], .mec-dark-mode .mec-single-event .mec-events-meta-group-booking input[type=number], .mec-dark-mode .mec-single-event .mec-events-meta-group-booking input[type=password], .mec-dark-mode .mec-single-event .mec-events-meta-group-booking input[type=tel], .mec-dark-mode .mec-single-event .mec-events-meta-group-booking input[type=text], .mec-dark-mode .mec-single-event .mec-events-meta-group-booking label, .mec-dark-mode .mec-single-event .mec-events-meta-group-booking select, .mec-dark-mode .mec-single-event .mec-events-meta-group-booking textarea, .mec-dark-mode .mec-single-event .mec-frontbox-title, .mec-dark-mode .mec-single-event .mec-speakers-details ul li .mec-speaker-job-title, .mec-dark-mode .mec-single-modern .mec-single-event-bar>div h3, .mec-dark-mode .mec-slider-t1-wrap .mec-owl-theme .owl-nav .owl-next i, .mec-dark-mode .mec-slider-t1-wrap .mec-owl-theme .owl-nav .owl-prev i, .mec-dark-mode .mec-timeline-main-content h4 a, .mec-dark-mode .mec-timetable-event .mec-timetable-event-time, .mec-dark-mode .mec-timetable-events-list .mec-timetable-event span a, .mec-dark-mode .mec-tooltip-event-title, .mec-dark-mode .mec-ttt2-title, .mec-dark-mode .mec-wrap, .mec-dark-mode .mec-wrap .mec-event-list-modern .mec-event-title a, .mec-dark-mode .mec-wrap .mec-event-schedule-content a, .mec-dark-mode .mec-wrap .mec-single-title, .mec-dark-mode .mec-wrap .mec-totalcal-box .mec-totalcal-view span, .mec-dark-mode .mec-wrap .mec-totalcal-box input, .mec-dark-mode .mec-wrap .mec-totalcal-box select, .mec-dark-mode .mec-wrap h1, .mec-dark-mode .mec-wrap h2, .mec-dark-mode .mec-wrap h3, .mec-dark-mode .mec-wrap h4, .mec-dark-mode .mec-wrap h5, .mec-dark-mode .mec-wrap h6, .mec-dark-mode .mec-wrap p {
	color: #d2d2d2;
}

.mec-dark-mode .mec-breadcrumbs a:hover, .mec-dark-mode .mec-calendar .mec-event-article .mec-event-title a:hover, .mec-dark-mode .mec-calendar.mec-calendar-daily .mec-calendar-d-table .mec-daily-view-day.mec-has-event:hover, .mec-dark-mode .mec-event-footer .mec-booking-button:hover, .mec-dark-mode .mec-event-grid-classic .mec-event-title a:hover, .mec-dark-mode .mec-event-grid-minimal .mec-event-date:hover, .mec-dark-mode .mec-event-grid-minimal .mec-event-title a:hover, .mec-dark-mode .mec-event-list-classic .mec-event-title a:hover, .mec-dark-mode .mec-event-list-minimal .mec-event-title a:hover, .mec-dark-mode .mec-event-list-minimal a.mec-detail-button:hover, .mec-dark-mode .mec-event-list-modern .mec-btn-wrapper .mec-booking-button:hover, .mec-dark-mode .mec-event-list-standard .mec-event-title a:hover, .mec-dark-mode .mec-single-event .mec-event-meta dd a:hover, .mec-dark-mode .mec-wrap .mec-event-list-modern .mec-event-title a:hover, .mec-dark-mode .mec-wrap .mec-totalcal-box .mec-totalcal-view span:hover, .mec-dark-mode .mec-wrap a:hover {
	color: #fff;
}

.mec-dark-mode .mec-fes-form .mec-attendees-wrapper .mec-attendees-list .w-clearfix:first-child {
	border-color: #333 !important;
}

.mec-dark-mode .mec-fes-form .mec-attendees-wrapper .mec-attendees-list .w-clearfix:nth-child(odd) {
	background: #1f1f1f !important;
}

.mec-dark-mode .mec-fes-form .mec-attendees-wrapper .mec-attendees-list .w-clearfix {
	background: #282828 !important;
}

.mec-dark-mode .lity-container .mec-events-meta-group-booking input[type=radio]:before, .mec-dark-mode .mec-related-events-wrap h3.mec-rec-events-title:before, .mec-dark-mode .mec-single-event .mec-events-meta-group-booking input[type=checkbox], .mec-dark-mode .mec-single-event .mec-events-meta-group-booking input[type=radio]:before {
	background-color: #c4cace;
}

.mec-dark-mode .lity-container .mec-events-meta-group-booking input[type=radio]:before, .mec-dark-mode .mec-month-divider span, .mec-dark-mode .mec-related-events-wrap h3.mec-rec-events-title:before, .mec-dark-mode .mec-single-event .mec-events-meta-group-booking input[type=checkbox], .mec-dark-mode .mec-single-event .mec-events-meta-group-booking input[type=radio]:before {
	border-color: #313131;
}

.mec-dark-mode .event-carousel-type3-head .mec-event-footer-carousel-type3, .mec-dark-mode .mec-agenda-events-wrap, .mec-dark-mode .mec-av-spot .mec-av-spot-content, .mec-dark-mode .mec-av-spot .mec-av-spot-head, .mec-dark-mode .mec-av-spot-wrap .mec-event-grid-modern .event-grid-modern-head, .mec-dark-mode .mec-calendar .mec-calendar-side .mec-next-month:hover, .mec-dark-mode .mec-calendar .mec-calendar-side .mec-previous-month:hover, .mec-dark-mode .mec-calendar .mec-calendar-topsec, .mec-dark-mode .mec-calendar .mec-event-article:hover, .mec-dark-mode .mec-calendar dt, .mec-dark-mode .mec-calendar.mec-calendar-daily .mec-calendar-a-month .mec-next-month, .mec-dark-mode .mec-calendar.mec-calendar-daily .mec-calendar-a-month .mec-previous-month, .mec-dark-mode .mec-calendar.mec-calendar-daily .mec-calendar-d-table .mec-daily-view-day.mec-has-event:hover, .mec-dark-mode .mec-calendar.mec-calendar-daily .mec-calendar-d-table a:hover, .mec-dark-mode .mec-calendar.mec-calendar-daily .mec-calendar-d-top, .mec-dark-mode .mec-calendar.mec-calendar-daily .mec-next-month:hover, .mec-dark-mode .mec-calendar.mec-calendar-daily .mec-previous-month:hover, .mec-dark-mode .mec-calendar.mec-calendar-weekly .mec-calendar-d-table dl dt:hover, .mec-dark-mode .mec-calendar.mec-event-calendar-classic .mec-calendar-events-sec, .mec-dark-mode .mec-event-cover-classic, .mec-dark-mode .mec-event-footer .mec-booking-button:hover, .mec-dark-mode .mec-event-grid-clean .mec-event-article, .mec-dark-mode .mec-event-grid-clean .mec-event-content, .mec-dark-mode .mec-event-grid-modern .mec-event-article, .mec-dark-mode .mec-event-grid-modern .mec-event-content, .mec-dark-mode .mec-event-list-minimal a.mec-detail-button:hover, .mec-dark-mode .mec-event-list-modern .mec-btn-wrapper .mec-booking-button:hover, .mec-dark-mode .mec-event-sharing-wrap .mec-event-sharing, .mec-dark-mode .mec-events-toggle .mec-toggle-item-inner:hover, .mec-dark-mode .mec-hourly-schedule-speaker-contact-information a:hover i, .mec-dark-mode .mec-masonry .mec-masonry-content, .mec-dark-mode .mec-masonry .mec-masonry-head, .mec-dark-mode .mec-organizer-social-information a:hover i, .mec-dark-mode .mec-slider-t1 .mec-slider-t1-content, .mec-dark-mode .mec-slider-t5 .mec-slider-t5-content, .mec-dark-mode .mec-slider-t5-wrap, .mec-dark-mode .mec-slider-t5-wrap .mec-event-grid-modern .event-grid-modern-head, .mec-dark-mode .mec-timeline-event-content, .mec-dark-mode .mec-timeline-month-divider, .mec-dark-mode .mec-timetable-events-list .mec-timetable-event:hover, .mec-dark-mode .mec-wrap .mec-event-countdown-style1 .mec-event-countdown-part3, .mec-dark-mode .mec-wrap .mec-totalcal-box, .mec-dark-mode .mec-yearly-view-wrap .mec-calendar.mec-yearly-calendar, .mec-dark-mode .mec-yearly-view-wrap .mec-yearly-calendar-sec, .mec-dark-mode .mec-yearly-view-wrap .mec-yearly-title-sec .mec-next-year, .mec-dark-mode .mec-yearly-view-wrap .mec-yearly-title-sec .mec-previous-year, .mec-dark-mode .tooltipster-sidetip:not(.uael-tooltipster-active) .tooltipster-content {
	background: #191919;
}

.mec-dark-mode .event-carousel-type3-head .mec-event-footer-carousel-type3, .mec-dark-mode .event-carousel-type3-head .mec-event-footer-carousel-type3 .mec-booking-button, .mec-dark-mode .mec-av-spot, .mec-dark-mode .mec-av-spot-wrap .mec-event-grid-modern .event-grid-modern-head, .mec-dark-mode .mec-box-calendar.mec-calendar dl dt:last-child, .mec-dark-mode .mec-calendar, .mec-dark-mode .mec-calendar .mec-event-article, .mec-dark-mode .mec-calendar.mec-box-calendar .mec-table-nullday:last-child, .mec-dark-mode .mec-calendar.mec-calendar-daily .mec-calendar-a-month, .mec-dark-mode .mec-calendar.mec-calendar-daily .mec-calendar-a-month .mec-next-month, .mec-dark-mode .mec-calendar.mec-calendar-daily .mec-calendar-a-month .mec-previous-month, .mec-dark-mode .mec-calendar.mec-calendar-daily .mec-calendar-d-table, .mec-dark-mode .mec-calendar.mec-calendar-daily .mec-next-month:hover, .mec-dark-mode .mec-calendar.mec-calendar-daily .mec-previous-month:hover, .mec-dark-mode .mec-event-cover-classic, .mec-dark-mode .mec-event-cover-clean, .mec-dark-mode .mec-event-grid-classic .mec-event-article, .mec-dark-mode .mec-event-grid-clean .mec-event-article, .mec-dark-mode .mec-event-grid-modern .mec-event-article, .mec-dark-mode .mec-event-sharing-wrap .mec-event-sharing, .mec-dark-mode .mec-event-sharing-wrap .mec-event-sharing:after, .mec-dark-mode .mec-event-sharing-wrap>li:first-of-type, .mec-dark-mode .mec-events-agenda, .mec-dark-mode .mec-fes-form .mec-meta-box-fields, .mec-dark-mode .mec-masonry, .mec-dark-mode .mec-slider-t5-wrap .mec-event-grid-modern .event-grid-modern-head, .mec-dark-mode .mec-timeline-month-divider, .mec-dark-mode .mec-wrap .mec-totalcal-box, .mec-dark-mode .mec-yearly-view-wrap .mec-yearly-title-sec .mec-next-year, .mec-dark-mode .mec-yearly-view-wrap .mec-yearly-title-sec .mec-previous-year {
	border-color: #353535;
}

.mec-dark-mode .mec-event-sharing-wrap .mec-event-sharing:after {
	border-color: #191919 transparent transparent transparent;
}

.mec-dark-mode .mec-event-sharing-wrap .mec-event-sharing:before {
	border-color: #353535 transparent transparent transparent;
}

.mec-dark-mode .mec-book-form-gateways [id*=mec_book_form_gateway_checkout] input[type=text], .mec-dark-mode .mec-events-meta-group-booking .StripeElement, .mec-dark-mode .mec-wrap .mec-book-form-gateways [id*=mec_book_form_gateway_checkout] input[type=email], .mec-dark-mode .mec-wrap .mec-book-form-gateways [id*=mec_book_form_gateway_checkout] input[type=text] {
	background: #999 !important;
	border: 1px solid #353535 !important;
	box-shadow: none !important;
	color: #353535 !important;
}

.mec-dark-mode .CardField CardField--ltr .__PrivateStripeElement .InputContainer input {
	color: #d2d2d2 !important;
}

.mec-dark-mode .mec-events-toggle .mec-toggle-item {
	border: 1px solid #e4e4e4;
	box-shadow: 0 10px 15px #282828;
}

.mec-dark-mode .mec-agenda-events-wrap .mec-event-grid-colorful .mec-event-content {
	background-color: transparent;
}

.mec-dark-mode .mec-calendar .mec-calendar-side {
	box-shadow: 0 1px 5px 6px rgba(255, 255, 255, .005) inset;
}

.mec-dark-mode .tooltipster-sidetip.tooltipster-shadow:not(.uael-tooltipster-active) .tooltipster-box {
	border: 1px solid #282828 !important;
}

.mec-dark-mode .mec-timeline-event-content:after {
	border-color: transparent #191919 transparent transparent;
}

.mec-dark-mode .mec-fes-form .mec-meta-box-fields {
	box-shadow: 0 2px 6px -3px #353535;
}

.mec-dark-mode .mec-fes-form .mec-meta-box-fields h4 {
	color: #d2d2d2;
	background: #000;
}

.mec-dark-mode .mec-fes-form input[type=email], .mec-dark-mode .mec-fes-form input[type=number], .mec-dark-mode .mec-fes-form input[type=password], .mec-dark-mode .mec-fes-form input[type=tel], .mec-dark-mode .mec-fes-form input[type=text], .mec-dark-mode .mec-fes-form select, .mec-dark-mode .mec-fes-form textarea {
	box-shadow: 0 2px 5px rgba(0, 0, 0, .38) inset;
}

.mec-dark-mode .mec-fes-form input {
	background: #353535 !important;
	color: #d2d2d2 !important;
}

.mec-dark-mode .mec-booking-tab-content .button:hover, .mec-dark-mode .mec-booking-tab-content .mec-reg-field-add-option:hover, .mec-dark-mode .mec-fes-form .mec-form-row .button:not(.wp-color-result):hover {
	background: #353535;
	color: #d2d2d2;
	border-color: #353535;
	box-shadow: 0 2px 6px -3px #353535;
}

.mec-dark-mode .mec-booking-tab-content .button, .mec-dark-mode .mec-booking-tab-content .mec-reg-field-add-option, .mec-dark-mode .mec-fes-form .mec-form-row .button:not(.wp-color-result), .mec-dark-mode .mec-fes-form input[type=file], .mec-dark-mode ul#mec_orgz_form_row li .mec-additional-organizer-remove, .mec-dark-mode ul#mec_reg_form_fields li .mec_reg_field_remove {
	color: #d2d2d2;
	background: #282828;
	border: 2px solid #353535;
	box-shadow: 0 2px 6px -3px #353535;
}

.mec-dark-mode #mec_reg_form_fields input[type=checkbox], .mec-dark-mode #mec_reg_form_fields input[type=radio], .mec-dark-mode .mec-form-row input[type=checkbox], .mec-dark-mode .mec-form-row input[type=radio] {
	background-color: #000;
	border: 1px solid #353535;
	box-shadow: 0 1px 3px -1px #353535;
}

.mec-dark-mode .mec-fes-form .select2-container {
	border: 1px solid #353535;
	background-color: #282828;
	color: #d2d2d2;
}

.mec-dark-mode ul#mec_bfixed_form_fields li, .mec-dark-mode ul#mec_orgz_form_row li, .mec-dark-mode ul#mec_reg_form_fields li {
	background: #000;
	border-color: #000;
}

.mec-dark-mode #mec_meta_box_tickets_form [id^=mec_ticket_row] .mec_add_price_date_button {
	background: #000;
	border-color: #2d2d2d;
	box-shadow: 0 2px 6px -3px #2d2d2d;
}

.mec-dark-mode #mec_reg_form_field_types .button {
	background: #2d2d2d;
	border-color: #2d2d2d;
	box-shadow: 0 2px 6px -3px #2d2d2d;
}

.mec-dark-mode #mec_bfixed_form_field_types .button, .mec-dark-mode #mec_reg_form_field_types .button {
	color: #d2d2d2;
	box-shadow: 0 2px 6px -3px #2d2d2d;
	border-color: #2d2d2d;
}

.mec-dark-mode #mec_meta_box_tickets_form [id^=mec_ticket_row] .mec_add_price_date_button:hover, .mec-dark-mode #mec_reg_form_field_types .button:hover {
	background: #000;
}

.mec-dark-mode ul#mec_bfixed_form_fields li .mec_bfixed_field_remove, .mec-dark-mode ul#mec_orgz_form_row li .mec-additional-organizer-remove, .mec-dark-mode ul#mec_reg_form_fields li .mec_reg_field_remove {
	background: #282828;
}

.mec-dark-mode #mec_taxes_fees_container_toggle [id^=mec_remove_fee_button]:hover, .mec-dark-mode #mec_ticket_variations_list [id^=mec_remove_ticket_variation_button]:hover, .mec-dark-mode ul#mec_bfixed_form_fields li .mec_bfixed_field_remove:hover, .mec-dark-mode ul#mec_orgz_form_row li .mec-additional-organizer-remove:hover, .mec-dark-mode ul#mec_reg_form_fields li .mec_reg_field_remove:hover {
	color: #fff;
	border: 2px solid #ea6485;
	background: #ea6485;
}

.mec-events-meta-group-booking-shortcode h4 {
	margin-bottom: 20px;
}

.mec-booking-shortcode .mec-event-tickets-list.mec-sell-all-occurrences {
	width: 100%;
}

.mec-booking-shortcode .mec-book-reg-field-mec_email {
	width: 48%;
	display: inline-block;
	margin-right: 30px;
}

.mec-booking-shortcode .mec-book-reg-field-name {
	width: 48%;
	display: inline-block;
}

.mec-booking-shortcode .mec-form-row.mec-paypal-credit-card-expiration-date-month {
	width: 48%;
	display: inline-block;
	vertical-align: top;
	margin-right: 30px;
}

.mec-booking-shortcode .mec-form-row.mec-paypal-credit-card-cvv2 {
	width: 48%;
	display: inline-block;
}

.mec-booking-shortcode .mec-form-row.mec-paypal-credit-card-expiration-date-month .nice-select {
	width: 48%;
	display: inline-block;
}

.mec-booking-shortcode .mec-form-row.mec-paypal-credit-card-expiration-date-month label {
	width: 100%;
}

.mec-booking-shortcode .mec-form-row.mec-paypal-credit-card-expiration-date-month .nice-select:first-of-type {
	margin-right: 10px;
}

.mec-booking-shortcode .nice-select {
	float: none;
	border-radius: 3px;
	background-color: #fff;
	width: 258px;
	height: 40px;
	line-height: 39px;
	padding-left: 15px;
	padding-right: 15px;
	margin: 0;
	font-size: 14px;
	font-weight: 400;
	min-height: unset;
	min-width: unset;
	padding-top: 0;
	padding-bottom: 0;
}

.mec-booking-shortcode .mec-gateway-message.mec-success {
	font-size: 14px;
}

.mec-booking-shortcode .mec-form-row.mec-name-stripe {
	margin-bottom: 0 !important;
}

.mec-booking-shortcode .mec-book-form-gateways [id*=mec_book_form_gateway_checkout] input[type=text], .mec-events-meta-group-booking .mec-booking-shortcode .StripeElement {
	box-shadow: none !important;
}

.mec-booking-shortcode .nice-select ul {
	width: 100%;
}

.mec-booking-shortcode span.mec-event-ticket-available {
	margin-top: -22px !important;
	margin-bottom: 28px !important;
	display: block;
	font-size: 11px;
	letter-spacing: .5px;
	font-weight: 300;
	color: #80abbf;
}

.mec-booking-shortcode .mec-booking-form-container ul li {
	list-style: none;
}

.mec-booking-shortcode .mec-booking-form-container ul {
	padding: 0;
}

.mec-events-meta-group-booking-shortcode .info-msg {
	margin: 24px 0 24px;
}

@media (max-width:980px) {
	.mec-events-meta-group-booking-shortcode {
		padding: 20px;
	}
	
	.mec-booking-shortcode .mec-book-price-details li {
		width: 100%;
		border-right: 0 !important;
		border-bottom: 1px solid;
	}
	
	.mec-booking-shortcode .mec-book-price-details li:last-child {
		width: 100%;
		border-right: 0;
		border-bottom: 0 solid;
	}
}

.mec-booking-shortcode span.mec-book-price-total {
	font-size: 22px;
	line-height: 22px;
	font-weight: 700;
	color: #2bbc10;
	margin-top: 20px;
	margin-bottom: 35px;
	display: inline-block;
}

.mec-booking-shortcode span.mec-book-price-total-description {
	font-size: 18px;
	line-height: 22px;
	font-weight: 700;
	color: #000;
}

.mec-booking-shortcode span.mec-book-price-total-amount {
	font-size: 22px;
	line-height: 22px;
	font-weight: 700;
	color: #2bbc10;
}

.mec-booking-shortcode .mec-book-form-price {
	clear: both;
	position: relative;
}

.mec-booking-shortcode .mec-book-form-gateway-label input[type=radio]:after {
	content: "";
	display: inline-block;
	width: 7px;
	height: 7px;
	background-color: #fff;
	border-radius: 50%;
	cursor: pointer;
	position: absolute;
	top: 4px;
	left: 3px;
}

.mec-booking-shortcode .mec-book-form-gateway-label input[type=radio]:before {
	box-shadow: none;
	border: 2px solid #a8e4ff;
	width: 17px;
	height: 17px;
	position: absolute;
	position: relative;
	top: -9px;
	left: -2px;
	margin: 0;
	content: "";
	display: inline-block;
	background: #fff;
	border-radius: 18px;
	cursor: pointer;
}

.mec-booking-shortcode .mec-book-form-gateway-label label input {
	position: relative;
	cursor: pointer;
	margin: 0 !important;
	height: auto;
	margin-right: 4px !important;
}

.mec-booking-shortcode button#mec-book-form-btn-step-2 {
	margin-left: 30px;
}

.mec-booking-shortcode .mec-ticket-name {
	display: inline-block;
	background-color: #fff;
	border-radius: 3px;
	font-size: 12px;
	line-height: 12px;
	font-weight: 400;
	color: #00acf8;
	padding: 8px 13px;
	letter-spacing: 0;
}

.mec-booking-shortcode .mec_book_first_for_all {
	display: none;
}

.mec-booking-shortcode li.mec-first-for-all-wrapper {
	margin-bottom: 20px;
	clear: both;
}

.mec-booking-shortcode label.wn-checkbox-label:before {
	display: inline-block;
	-moz-transform-origin: left top;
	-ms-transform-origin: left top;
	-o-transform-origin: left top;
	-webkit-transform-origin: left top;
	transform-origin: left top;
	content: "";
	-webkit-transition: opacity ease .5;
	-moz-transition: opacity ease .5;
	transition: opacity ease .5;
	position: absolute;
	background-color: #00acf8;
	width: 2px;
	-webkit-transform: rotate(-138deg);
	transform: rotate(-138deg);
}

.mec-booking-shortcode label.wn-checkbox-label {
	position: relative;
	display: inline-block;
	-moz-transition: border-color ease .2s;
	-o-transition: border-color ease .2s;
	-webkit-transition: border-color ease .2s;
	transition: border-color ease .2s;
	cursor: pointer;
	vertical-align: middle;
	font-size: 14px;
	line-height: 19px;
	font-weight: 400;
	color: #00acf8;
	margin: 0 0 4px !important;
	padding: 0;
	background-color: #fff;
	border: 2px solid #a8e4ff;
	width: 17px;
	height: 17px;
	border-radius: 3px;
	margin-right: 9px !important;
	box-shadow: none;
}

.mec-booking-shortcode label.wn-checkbox-label:after {
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-moz-animation: dothabottomcheck 80ms ease 0s forwards;
	-o-animation: dothabottomcheck 80ms ease 0s forwards;
	-webkit-animation: dothabottomcheck 80ms ease 0s forwards;
	animation: dothabottomcheck 80ms ease 0s forwards;
	content: "";
	content: "";
	display: inline-block;
	-moz-transform-origin: left top;
	-ms-transform-origin: left top;
	-o-transform-origin: left top;
	-webkit-transform-origin: left top;
	transform-origin: left top;
	-webkit-transition: opacity ease .5;
	-moz-transition: opacity ease .5;
	transition: opacity ease .5;
	position: absolute;
	background-color: #00acf8;
	width: 2px;
}

.mec-booking-shortcode input[type=checkbox]:checked+.wn-checkbox-label::after {
	height: 5px;
	left: 2px;
	top: 7px;
	-moz-animation: dothatopcheck .16s ease 0s forwards;
	-o-animation: dothatopcheck .16s ease 0s forwards;
	-webkit-animation: dothatopcheck .16s ease 0s forwards;
	animation: dothatopcheck .16s ease 0s forwards;
}

.mec-booking-shortcode input[type=checkbox]:checked+.wn-checkbox-label::before {
	height: 6px;
	left: 7px;
	top: 9px;
	-moz-animation: dothatopcheck .16s ease 0s forwards;
	-o-animation: dothatopcheck .16s ease 0s forwards;
	-webkit-animation: dothatopcheck .16s ease 0s forwards;
	animation: dothatopcheck .16s ease 0s forwards;
}

.mec-booking-shortcode button.mec-book-form-back-button {
	background-color: #afe6ff;
	box-shadow: 0 2px 2px rgba(175, 230, 255, .27);
}

.mec-booking-shortcode button[type=button]:hover, .mec-booking-shortcode button[type=submit]:hover {
	background-color: #000;
	text-decoration: none;
	box-shadow: 0 4px 10px rgba(1, 2, 4, .32);
}

.mec-booking-shortcode a.button.loading:after, .mec-booking-shortcode button[type=submit].loading:after {
	display: block;
}

.mec-booking-calendar-month-navigation, .mec-single-fluent-wrap .mec-booking-calendar-month-navigation {
	position: relative;
	text-align: center;
	padding: 0;
	max-width: 330px;
}

.mec-booking-calendar.mec-wrap, .mec-single-fluent-wrap .mec-booking-calendar.mec-wrap {
	margin-bottom: 20px;
	width: 100%;
}

.mec-booking-calendar.mec-wrap, .mec-single-fluent-wrap .mec-booking-calendar.mec-wrap {
	max-width: 330px;
	background: #fff;
	box-shadow: 0 1px 5px 6px rgba(0, 0, 0, .005) inset;
	border: 1px solid #efefef;
	border-radius: 5px;
}

.mec-booking-calendar-month-navigation .mec-calendar-header h2, .mec-single-fluent-wrap .mec-booking-calendar-month-navigation .mec-calendar-header h2 {
	font-size: 13px;
	font-weight: 600;
	line-height: 40px;
	margin: 0 auto;
	color: #4d4d4d;
}

.mec-booking-calendar-month-navigation .mec-next-month, .mec-booking-calendar-month-navigation .mec-previous-month, .mec-single-fluent-wrap .mec-booking-calendar-month-navigation .mec-next-month, .mec-single-fluent-wrap .mec-booking-calendar-month-navigation .mec-previous-month {
	cursor: pointer;
	position: absolute;
	top: 0;
	min-width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #fff;
	color: #a9a9a9;
	font-size: 10px;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding-left: 5px;
	padding-right: 5px;
	border-top: none;
	transition: all .33s ease;
	transition: all .33s ease;
	box-shadow: 0 2px 0 0 rgba(0, 0, 0, .015);
}

.mec-booking-calendar-month-navigation .mec-previous-month, .mec-single-fluent-wrap .mec-booking-calendar-month-navigation .mec-previous-month {
	left: 0;
}

.mec-booking-calendar-month-navigation .mec-next-month, .mec-single-fluent-wrap .mec-booking-calendar-month-navigation .mec-next-month {
	right: 0;
}

.mec-booking-calendar-month-navigation .mec-next-month a, .mec-booking-calendar-month-navigation .mec-previous-month a, .mec-single-fluent-wrap .mec-booking-calendar-month-navigation .mec-next-month a, .mec-single-fluent-wrap .mec-booking-calendar-month-navigation .mec-previous-month a {
	font-weight: 600;
	text-decoration: none;
}

.mec-booking-calendar-month-navigation .mec-next-month:hover a, .mec-booking-calendar-month-navigation .mec-previous-month:hover a, .mec-single-fluent-wrap .mec-booking-calendar-month-navigation .mec-next-month:hover a, .mec-single-fluent-wrap .mec-booking-calendar-month-navigation .mec-previous-month:hover a {
	color: #40d9f1;
}

.mec-events-meta-group-booking .mec-booking-calendar .mec-calendar {
	margin-bottom: 15px;
	width: 100%;
}

.mec-events-meta-group-booking .mec-booking-calendar .mec-calendar dl dt {
	text-align: center;
	padding: 0;
	line-height: 40px;
	height: 40px;
	border: 0;
	background: 0 0;
	cursor: pointer;
}

.mec-events-meta-group-booking .mec-booking-calendar .mec-calendar .mec-calendar-row dt:hover {
	background: 0 0;
}

.mec-events-meta-group-booking .mec-booking-calendar .mec-calendar .mec-calendar-novel-selected-day, .mec-events-meta-group-booking .mec-booking-calendar .mec-calendar .mec-calendar-novel-selected-day span {
	width: 32px;
	height: 32px;
	margin: auto;
	line-height: 30px;
	border-radius: 50%;
	font-size: 12px;
	font-weight: 600;
	padding: 0;
}

.mec-has-event-for-booking {
	position: relative;
}

.mec-has-event-for-booking .mec-calendar-novel-selected-day {
	border: 1px solid #38d5ed;
	border-radius: 50px;
	cursor: pointer;
}

.mec-has-event-for-booking.mec-active .mec-calendar-novel-selected-day {
	background-color: #38d5ed;
	color: #fff;
}

.mec-has-event-for-booking .mec-booking-calendar-date, .mec-has-event-for-booking .mec-booking-tooltip, .mec-multiple-event .mec-has-event-for-booking .mec-booking-tooltip {
	opacity: 0;
	visibility: hidden;
	transition: all .4s ease;
}

.mec-has-event-for-booking .mec-booking-tooltip, .mec-multiple-event .mec-has-event-for-booking .mec-booking-tooltip {
	top: 60px;
}

.mec-has-event-for-booking .mec-booking-tooltip, .mec-multiple-event .mec-has-event-for-booking .mec-booking-tooltip {
	position: absolute;
	z-index: 99;
	width: 150px;
	font-size: 9px;
	left: calc(50% - 75px);
	background: #535a61;
	line-height: 29px;
	border-radius: 4px;
	color: #fff;
	font-weight: 400;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding: 3px 5px;
	box-shadow: 0 4px 15px -2px rgba(68, 75, 80, .64);
}

.mec-has-event-for-booking:hover .mec-booking-calendar-date, .mec-has-event-for-booking:hover .mec-booking-tooltip, .mec-has-event-for-booking:hover .mec-booking-tooltip.multiple-time .mec-booking-calendar-date, .mec-multiple-event .mec-has-event-for-booking:hover .mec-booking-calendar-date, .mec-multiple-event .mec-has-event-for-booking:hover .mec-booking-tooltip {
	opacity: 1;
	visibility: visible;
}

.mec-has-event-for-booking:hover .mec-booking-tooltip, .mec-multiple-event .mec-has-event-for-booking:hover .mec-booking-tooltip {
	top: 43px;
}

.mec-has-event-for-booking .mec-booking-calendar-date:before, .mec-multiple-event .mec-has-event-for-booking .mec-booking-calendar-date:before {
	display: block;
	content: "" !important;
	position: absolute !important;
	width: 12px;
	height: 12px;
	top: -6px;
	left: calc(50% - 6px);
	transform: rotate(-45deg) !important;
	background-color: #535a61;
	z-index: 0 !important;
	box-shadow: 0 8px 9px -9px #535a61 !important;
}

.mec-multiple-event .mec-has-event-for-booking .mec-booking-calendar-date-hover {
	border-bottom: 1px solid rgba(255, 255, 255, .19);
}

.mec-events-meta-group-booking .mec-booking-calendar .mec-calendar.mec-multiple-event .first-day {
	position: relative;
	padding-left: 7px;
}

.mec-events-meta-group-booking .mec-booking-calendar .mec-calendar.mec-multiple-event .first-day .mec-calendar-novel-selected-day {
	border-radius: 47px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	border-right: 0;
	width: 100%;
}

.mec-events-meta-group-booking .mec-booking-calendar .mec-calendar.mec-multiple-event .first-day .mec-calendar-novel-selected-day span {
	margin-left: -7px;
}

.mec-events-meta-group-booking .mec-booking-calendar .mec-calendar.mec-multiple-event .last-day {
	position: relative;
	padding-right: 7px;
}

.mec-events-meta-group-booking .mec-booking-calendar .mec-calendar.mec-multiple-event .last-day .mec-calendar-novel-selected-day {
	border-radius: 47px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	border-left: 0;
	width: 100%;
}

.mec-events-meta-group-booking .mec-booking-calendar .mec-calendar.mec-multiple-event .last-day .mec-calendar-novel-selected-day span {
	margin-right: -7px;
}

.mec-events-meta-group-booking .mec-booking-calendar .mec-calendar.mec-multiple-event .middle-day .mec-calendar-novel-selected-day {
	border-radius: 0;
	border-right: 0;
	border-left: 0;
	width: 100%;
}

.mec-booking-tooltip.multiple-time {
	color: #fff;
}

.mec-booking-tooltip.multiple-time .mec-booking-calendar-date:before {
	display: none;
}

.mec-booking-tooltip.multiple-time .mec-booking-calendar-date:first-child:before {
	display: block;
}

.mec-booking-tooltip.multiple-time .mec-booking-calendar-date {
	border: 1px dashed #68717a;
	line-height: 25px;
	margin: 8px 0;
	border-radius: 20px;
	transition: all .17s ease;
	-webkit-transition: all .17s ease;
	-moz-transition: all .17s ease;
	-ms-transition: all .17s ease;
	-o-transition: all .17s ease;
}

.mec-booking-tooltip.multiple-time .mec-booking-calendar-date:hover, .mec-calendar-day.mec-active .mec-booking-tooltip.multiple-time .mec-booking-calendar-date.mec-active {
	background: #40d9f1;
	border-color: #40d9f1;
}

.mec-choosen-time-message {
	max-width: 330px;
	padding: 3px 14px;
	border-radius: 4px;
	background: rgba(64, 217, 241, 24%);
	color: #40d9f1;
	transition: all .17s ease;
	opacity: 1;
	visibility: visible;
	font-size: 12px;
	margin-bottom: 20px;
}

.mec-choosen-time-message .mec-choosen-time {
	padding-left: 7px;
}

.mec-choosen-time-message.disable, .mec-choosen-time-message.disable .mec-choosen-time-message {
	opacity: 0;
	visibility: hidden;
	padding: 0;
	font-size: 0;
	margin: 0;
}

.mec-dark-mode .mec-single-event .mec-events-meta-group-booking .mec-booking-calendar-month-navigation, .mec-dark-mode .mec-single-event .mec-events-meta-group-booking .mec-calendar {
	background: #000;
	border-color: #222;
	color: #999;
}

.mec-dark-mode .mec-booking-calendar-month-navigation .mec-next-month, .mec-dark-mode .mec-booking-calendar-month-navigation .mec-previous-month {
	background: #222;
	border-color: #000;
	color: #d2d2d2;
}

.mec-dark-mode .mec-booking-calendar.mec-wrap {
	border-color: #111;
}

.mec-dark-mode .mec-events-meta-group-booking .mec-booking-calendar .mec-calendar .mec-calendar-row dt:hover {
	background: 0 0 !important;
}

.mec-dark-mode .mec-calendar.mec-event-calendar-classic, .mec-dark-mode .mec-calendar.mec-event-calendar-classic .mec-calendar-side {
	height: auto;
}

.is-light-theme .mec-fes-form textarea {
	border: 1px solid #cfeff5;
	box-shadow: 0 2px 5px rgba(207, 239, 245, .38) inset;
}

.is-light-theme .mec-fes-form .select2-selection {
	height: auto;
}

.is-light-theme .mec-fes-form input[type=checkbox]:after {
	border: unset !important;
}

.is-light-theme .mec-fes-form input[type=radio]:after {
	background: unset !important;
}

.is-light-theme .mec-fes-form input+label {
	padding-top: 0;
}

.is-light-theme .mec-events-event-image img {
	height: auto;
}

span.mec-booking-field-required {
	color: red;
	margin-left: 10px;
}

.mec-gCalendar {
	position: relative;
}

.mec-gCalendar-filters {
	display: none;
	position: absolute;
	width: 518px;
	background: #fff;
	right: calc(50% - 119px);
	top: 60px;
	z-index: 9999999;
	border: 1px solid #e3e4e5;
	border-radius: 7px;
	box-shadow: 0 2px 7px rgba(0, 0, 0, 5%);
}

.mec-gCalendar-filters-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 30px;
	gap: 20px 10px;
	align-items: center;
}

.mec-gCalendar-filters-wrap>div {
	flex: 1 0 calc(43% - 10px);
	display: inline-flex;
}

.mec-gCalendar-filters .mec-gCalendar-filters-wrap .mec-search-reset-button {
	display: block;
	flex: 1 0 calc(100%);
}

.mec-gCalendar-filters .mec-gCalendar-filters-wrap .mec-search-reset-button button {
	width: 100%;
	border: 2px solid #e3e5e7;
	border-radius: 7px;
	color: #4c5765;
}

.mec-gCalendar-filters .mec-gCalendar-filters-wrap .mec-search-reset-button button:hover {
	color: #e9526c;
	border-color: #f37f9b;
	background-color: transparent;
}

.mec-gCalendar-filters-wrap .select2-container--default>ul {
	margin-top: 2px;
	width: 100%;
}

.mec-gCalendar-filters-wrap span.select2.select2-container {
	width: 100% !important;
}

.mec-gCalendar-filters-wrap .select2-container--default>ul>li {
	width: 100%;
}

.mec-gCalendar-filters-wrap .select2-container--default {
	height: 39px;
}

.mec-gCalendar-filters-wrap span.select2-selection.select2-selection--multiple {
	border: none !important;
	height: 37px !important;
}

.mec-gCalendar-filters-wrap .select2-container--default .select2-selection--multiple .select2-selection__choice {
	margin: 0;
	background-color: #eee;
	font-size: 11px;
}

.mec-gCalendar-filters-wrap .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
	line-height: 29px;
	margin-top: 5px;
	border: none;
	margin-right: 5px;
}

.mec-gCalendar-filters-wrap .mec-searchbar-category-wrap {
	margin: 0 !important;
	width: 182px !important;
	padding: 0 !important;
	height: 40px !important;
	border-radius: 0 3px 3px 0;
	border: 1px solid #e3e4e5 !important;
}

.mec-gCalendar-filters-wrap .mec-checkboxes-search i, .mec-gCalendar-filters-wrap .mec-dropdown-search i, .mec-gCalendar-filters-wrap .mec-minmax-event-cost i, .mec-gCalendar-filters-wrap .mec-text-address-search i {
	color: #b7b7b7;
	background-color: #fbfbfb;
	border-radius: 3px 0 0 3px;
	border: 1px solid #e3e4e5;
	width: 40px;
	height: 40px;
	line-height: 40px;
	padding: 0;
	border-right: 0;
	text-align: center;
}

.mec-gCalendar-filters-wrap .mec-minmax-event-cost input, .mec-gCalendar-filters-wrap .mec-minmax-event-cost input:focus, .mec-gCalendar-filters-wrap .mec-text-address-search input, .mec-gCalendar-filters-wrap .mec-text-address-search input:focus {
	width: 208px;
	height: 40px;
	border-radius: 0;
	border-right: 0;
	border-color: #e3e4e5;
	font-size: 12px;
	border-style: solid;
	border-width: 1px;
	padding-left: 15px;
}

.mec-gCalendar-filters-wrap .mec-text-address-search input, .mec-gCalendar-filters-wrap .mec-text-address-search input:focus {
	width: 415px;
}

.mec-gCalendar-filters-wrap .mec-minmax-event-cost input:last-child, .mec-gCalendar-filters-wrap .mec-text-address-search input, .mec-gCalendar-filters-wrap .mec-text-address-search input:focus {
	border-right: 1px solid #e3e4e5;
	border-radius: 0 3px 3px 0;
	border-left: none;
}

.mec-gCalendar .mec-gCalendar-filters-wrap .mec-text-address-search i {
	border-right: 1px solid #e3e4e5;
}

.mec-gCalendar-filters-wrap ul.list li[data-value=""] {
	display: none;
}

.mec-gCalendar .fc .fc-scroller-harness, .mec-gCalendar .fc .fc-scroller-liquid-absolute, .mec-gCalendar .fc-h-event .fc-event-title {
	overflow: visible !important;
}

#MonthPicker_mec-gCalendar-month-filter:after, #MonthPicker_mec-gCalendar-month-filter:before, .mec-gCalendar-filters:after, .mec-gCalendar-filters:before {
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	margin-left: 77px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7px;
}

#MonthPicker_mec-gCalendar-month-filter:after, #MonthPicker_mec-gCalendar-month-filter:before {
	margin-left: 68px;
}

#MonthPicker_mec-gCalendar-month-filter:before, .mec-gCalendar-filters:before {
	top: -15px;
	border-color: transparent transparent #e3e9f1 transparent;
}

#MonthPicker_mec-gCalendar-month-filter:after, .mec-gCalendar-filters:after {
	top: -14px;
	border-color: transparent transparent #fff transparent;
}

.mec-gCalendar {
	font-family: inherit;
}

.mec-gCalendar-tooltip {
	width: 290px;
	height: auto;
	position: absolute;
	background: #fff;
	left: calc(50% - 145px);
	bottom: calc(100% - 1px);
	border: 1px solid #e3e4e5;
	border-radius: 7px;
	opacity: 1;
	box-shadow: 0 4px 13px rgba(0, 0, 0, 7%);
	z-index: 9997;
}

@media (max-width:991px) {
	.mec-gCalendar-tooltip {
		display: none;
	}
}

.mec-gCalendar-tooltip-image img {
	width: 100%;
	border-radius: 3px !important;
}

.mec-gCalendar-tooltip-image {
	padding: 10px;
	padding-bottom: 8px;
}

.mec-gCalendar a.fc-event:active {
	opacity: 1;
}

.mec-gCalendar #mec-gCalendar-wrap a.fc-event {
	padding: 7px 3px;
	font-size: 12px;
	font-weight: 400;
}

.mec-gCalendar-tooltip-title {
	color: #000;
	line-height: 24px;
	font-size: 15px;
	padding: 10px 25px;
	font-weight: 500;
}

.mec-gCalendar-tooltip-title span {
	width: 12px;
	height: 12px;
	display: inline-block;
	margin-left: 7px;
	vertical-align: middle;
	border-radius: 50px;
}

.mec-gCalendar-tooltip-title a {
	color: #000;
}

.mec-gCalendar-tooltip-title a:hover {
	text-decoration: underline;
	color: #000;
}

.mec-gCalendar-tooltip-location {
	color: #707172;
	font-size: 12px;
	font-weight: 400;
	line-height: 23px;
	padding: 0 25px 15px;
	margin-top: -2px;
}

.mec-gCalendar-tooltip-location i {
	margin-right: 6px;
	color: #c1c7ce;
}

.mec-gCalendar .fc-event-time {
	display: none;
}

.mec-gCalendar-tooltip-date {
	background: #f7f8f9;
	color: #898a8c;
	font-weight: 400;
	padding: 10px 24px;
	display: flex;
	justify-content: space-between;
	font-size: 12px;
}

.mec-gCalendar-tooltip-date-text>div>span, .mec-gCalendar-tooltip-date-time>div>span {
	display: block;
	line-height: 23px;
}

.mec-gCalendar-tooltip-date-text>div>span:last-child, .mec-gCalendar-tooltip-date-time>div>span:last-child {
	margin: 0;
}

.mec-gCalendar-tooltip-date-text .mec-gCalendar-tooltip-date-day {
	font-size: 14px;
	color: #000;
}

.mec-gCalendar-tooltip-date-text, .mec-gCalendar-tooltip-date-time {
	display: flex;
	align-items: baseline;
}

.mec-gCalendar-tooltip-date-text i, .mec-gCalendar-tooltip-date-time i {
	margin-right: 8px;
	color: #c1c7ce;
}

.mec-gCalendar-tooltip:after, .mec-gCalendar-tooltip:before {
	content: "";
	display: block;
	position: absolute;
	left: calc(50% - 8px);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px;
}

.mec-gCalendar-tooltip:before {
	bottom: -17px;
	border-color: #e3e9f1 transparent transparent transparent;
}

.mec-gCalendar-tooltip:after {
	bottom: -16px;
	border-color: #fff transparent transparent transparent;
}

#mec-gCalendar-wrap .openMonthFilter i {
	-moz-transition: all .27s ease;
	-webkit-transition: all .27s ease;
	-o-transition: all .27s ease;
	transition: all .27s ease;
}

#mec-gCalendar-wrap .openMonthFilter.open i {
	transform: rotate(-180deg);
}

.mec-gCalendar input#mec-gCalendar-month-filter {
	display: none;
}

.mec-gCalendar .fc-header-toolbar .fc-toolbar-chunk, .mec-gCalendar .fc-header-toolbar .fc-toolbar-chunk>div:not(#MonthPicker_mec-gCalendar-month-filter) {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.mec-gCalendar .fc-header-toolbar .fc-toolbar-chunk {
	margin-bottom: 8px;
}

.mec-gCalendar #mec-gCalendar-wrap .fc-header-toolbar.fc-toolbar {
	border: 1px solid #e3e4e5;
	border-radius: var(--mec-primary-border-radius);
	padding: 18px 30px 10px;
	position: relative;
	flex-wrap: wrap;
}

.mec-gCalendar #mec-gCalendar-wrap h2.fc-toolbar-title {
	font-size: 22px;
	font-weight: 600;
	line-height: 20px;
	margin-right: 20px;
	position: relative;
}

.mec-gCalendar #mec-gCalendar-wrap h2.fc-toolbar-title>span {
	font-weight: 100;
}

.mec-gCalendar h2.fc-toolbar-title i {
	color: #a1a2a3;
	cursor: pointer;
	margin-left: 2px;
	font-size: 14px;
	margin-right: 0;
}

.mec-gCalendar h2.fc-toolbar-title button {
	background: 0 0;
	border: none;
	cursor: pointer;
	padding: 0;
	outline: 0;
}

.mec-gCalendar table.fc-scrollgrid-sync-table tbody td {
	border: none;
	border-bottom: 1px solid #eee;
	border-right: 1px solid #eee;
}

.mec-gCalendar button.fc-nextYear-button.fc-button.fc-button-primary, .mec-gCalendar button.fc-nextYear-button.fc-button.fc-button-primary:active, .mec-gCalendar button.fc-prevYear-button.fc-button.fc-button-primary, .mec-gCalendar button.fc-prevYear-button.fc-button.fc-button-primary:active {
	background: #fff;
	color: #a1a2a3;
	border-radius: var(--mec-secondary-border-radius) 0 0 var(--mec-secondary-border-radius);
	border-color: #e3e4e5;
	padding: 3px 2px;
	box-shadow: none !important;
}

.mec-gCalendar button.fc-button span.fc-icon {
	font-size: 20px;
	padding: 1px 0;
	width: 30px;
	height: 34px;
	vertical-align: middle;
	position: relative;
}

.mec-gCalendar-filters-wrap .nice-select .list {
	margin: 0;
	box-shadow: 0 0 0 1px rgba(68, 68, 68, 11%), 0 2px 4px rgba(0, 0, 0, 5%);
}

.mec-gCalendar button.fc-button span.fc-icon:before {
	vertical-align: middle;
	font-size: 18px;
	position: absolute;
	top: calc(50% - 9px);
	left: calc(50% - 9px);
}

.mec-gCalendar button.fc-prevYear-button.fc-button.fc-button-primary {
	border-right: none;
}

.mec-gCalendar button.fc-nextYear-button.fc-button.fc-button-primary {
	border-left: none;
	border-radius: 0 var(--mec-secondary-border-radius) var(--mec-secondary-border-radius) 0;
}

.mec-gCalendar button.fc-next-button.fc-button.fc-button-primary, .mec-gCalendar button.fc-next-button.fc-button.fc-button-primary:active, .mec-gCalendar button.fc-prev-button.fc-button.fc-button-primary, .mec-gCalendar button.fc-prev-button.fc-button.fc-button-primary:active {
	background: #fff;
	color: #a1a2a3;
	border-right: none;
	border-left: none;
	border-radius: 0;
	border-color: #e3e4e5;
	padding: 3px 2px;
	box-shadow: none !important;
}

.mec-gCalendar button.fc-today-button.fc-button.fc-button-primary, .mec-gCalendar button.fc-today-button.fc-button.fc-button-primary:active {
	background: #fff;
	color: #707070;
	border-left: none;
	border-right: none;
	border-radius: 0;
	border-color: #e3e4e5;
	font-size: 13px;
	text-transform: capitalize;
	font-weight: 400;
	opacity: 1;
	padding: 9px 8px 12px;
	box-shadow: none !important;
	cursor: pointer;
	height: 42px;
}

.mec-gCalendar button.fc-today-button.fc-button.fc-button-primary:disabled {
	cursor: auto;
}

.mec-gCalendar button.fc-button.fc-button-primary:hover span {
	background: #f4f5f6;
	color: #000;
	border-radius: var(--mec-secondary-border-radius);
}

.mec-gCalendar button.fc-today-button.fc-button.fc-button-primary:not(:disabled):hover {
	background: #f4f5f6;
	color: #000;
	border-radius: 0;
}

.mec-gCalendar button.fc-filterEvents-button.fc-button.fc-button-primary, .mec-gCalendar button.fc-findEvents-button.fc-button.fc-button-primary, .mec-gCalendar button.fc-findEvents-button.fc-button.fc-button-primary:active {
	min-width: 100px;
	border-radius: 7px !important;
	margin-right: 0;
	background: #00acf8;
	border: none !important;
	padding: 10px 15px 11px;
	font-size: 13px;
	font-weight: 500;
	margin-left: 20px !important;
	box-shadow: none !important;
}

.mec-gCalendar tr.fc-scrollgrid-section.fc-scrollgrid-section-header.fc-scrollgrid-section-sticky>td {
	border-radius: 7px 7px 0 0;
	border: none;
}

.mec-gCalendar button.fc-filterEvents-button.fc-button.fc-button-primary {
	position: relative;
	text-align: right;
	padding-right: 13px;
	padding-left: 32px;
	min-width: auto;
	background: 0 0;
	font-size: 14px;
	color: #969798;
	font-weight: 400;
}

.mec-gCalendar button.fc-filterEvents-button.fc-button.fc-button-primary:active, .mec-gCalendar button.fc-filterEvents-button.fc-button.fc-button-primary:hover {
	background: #f4f5f6;
	color: #000;
}

.mec-gCalendar button.fc-filterEvents-button.fc-button.fc-button-primary svg {
	position: absolute;
	left: 10px;
	top: 14px;
}

.mec-gCalendar button.fc-findEvents-button.fc-button.fc-button-primary:hover {
	background: #444;
}

.mec-gCalendar-tooltip-location, .mec-gCalendar-tooltip-title {
	white-space: normal;
}

.mec-gCalendar #mec-gCalendar-wrap .mec-gCalendar-search-text-wrap input[type=text], .mec-gCalendar #mec-gCalendar-wrap .mec-gCalendar-search-text-wrap input[type=text]:focus {
	margin: 0;
	border: none;
	box-shadow: none !important;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	color: #949aa1;
	padding-right: 5px;
	padding-left: 8px;
	background: #fff;
	outline: 0;
	display: inline-block;
}

.mec-gCalendar .mec-gCalendar-search-text-wrap input[type=text]::-webkit-input-placeholder {
	color: #949aa1;
}

.mec-gCalendar .mec-gCalendar-search-text-wrap input[type=text]::-moz-placeholder {
	color: #949aa1;
}

.mec-gCalendar .mec-gCalendar-search-text-wrap input[type=text]:-ms-input-placeholder {
	color: #949aa1;
}

.mec-gCalendar .mec-gCalendar-search-text-wrap input[type=text]:-moz-placeholder {
	color: #949aa1;
}

.mec-gCalendar-search-text-wrap {
	border-left: 1px solid #e3e4e5;
	padding-left: 16px;
}

.mec-gCalendar-search-text-wrap i {
	margin-right: 0;
	color: #bcc4ce;
	font-size: 17px;
}

.mec-gCalendar .fc-direction-ltr .fc-button-group>.fc-button:first-child {
	margin-left: 7px !important;
}

.mec-gCalendar .fc-direction-ltr .fc-toolbar>*>:not(:first-child) {
	margin-left: 0;
}

.mec-gCalendar .mec-localtime-wrap {
	color: #000;
	font-size: 11px;
	margin-top: 2px;
	margin-bottom: 2px;
}

.mec-gCalendar .fc-theme-standard .fc-popover {
	background: #fff;
	border: 1px solid #e3e4e5;
	border-radius: 7px;
	box-shadow: 0 4px 13px rgba(0, 0, 0, 7%);
}

.mec-gCalendar .mec-localtime-wrap i {
	display: none;
}

.mec-gCalendar .datepicker.dropdown-menu {
	top: 51px !important;
	left: unset !important;
	right: 0;
}

.mec-month-picker.datepicker.dropdown-menu {
	position: absolute;
	min-width: 215px !important;
	z-index: 999;
	background: #fff;
	padding: 4px 0 3px;
	margin: 0;
	color: #000;
	border: 1px solid #e3e4e5;
	border-radius: 7px;
	box-shadow: 0 3px 5px rgba(0, 0, 0, 3%);
}

.mec-month-picker.datepicker.dropdown-menu * {
	background: #fff;
	border-radius: 7px;
	border: none;
	height: auto;
}

.mec-month-picker.datepicker table caption+thead tr:first-child td, .mec-month-picker.datepicker table caption+thead tr:first-child th, .mec-month-picker.datepicker table colgroup+thead tr:first-child td, .mec-month-picker.datepicker table colgroup+thead tr:first-child th, .mec-month-picker.datepicker table thead:first-child tr:first-child td, .mec-month-picker.datepicker table thead:first-child tr:first-child th {
	border: none;
}

.mec-month-picker.datepicker table thead:first-child tr:first-child th.switch {
	font-weight: 500;
}

.mec-month-picker.datepicker table thead:first-child tr:first-child th.next, .mec-month-picker.datepicker table thead:first-child tr:first-child th.prev {
	font-size: 0;
	padding-top: 11px;
}

.mec-month-picker.datepicker table thead:first-child tr:first-child th.next:before, .mec-month-picker.datepicker table thead:first-child tr:first-child th.prev:before {
	content: "";
	font-family: simple-line-icons;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 12px;
	color: #a1a2a3;
}

.mec-month-picker.datepicker table thead:first-child tr:first-child th.prev:before {
	content: "";
}

.mec-month-picker.datepicker table.table-condensed thead tr {
	display: flex;
	padding: 6px 12px 10px;
	justify-content: space-between;
	align-items: center;
}

.mec-month-picker.datepicker thead tr:first-child th {
	width: auto;
	height: auto;
}

.mec-month-picker.datepicker thead tr:first-child th.next, .mec-month-picker.datepicker thead tr:first-child th.prev {
	width: 34px;
	height: 34px;
	padding: 0 12px;
}

.mec-month-picker.datepicker thead tr:first-child th.switch {
	padding: 5px 18px;
}

.mec-month-picker.datepicker table.table-condensed tbody tr td {
	justify-content: space-between;
	align-items: center;
	padding: 0 9px 7px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: auto;
}

.mec-month-picker.datepicker td span.active.active, .mec-month-picker.datepicker td span.active.disabled, .mec-month-picker.datepicker td span.active:active, .mec-month-picker.datepicker td span.active:focus, .mec-month-picker.datepicker td span.active:hover, .mec-month-picker.datepicker td span.active[disabled] {
	background-color: #00acf8;
	text-shadow: none;
}

.mec-month-picker.datepicker td span {
	width: 43px;
	line-height: 41px;
	font-size: 14px;
}

.mec-month-picker.datepicker thead tr:first-child th:hover {
	background: #f4f5f6;
}

.mec-month-picker.datepicker thead tr:first-child th:hover:before {
	color: #000 !important;
}

.mec-month-picker.datepicker td span:hover {
	background-color: #f4f5f6;
}

.mec-month-picker.datepicker:after {
	left: unset;
	right: 11px;
}

.mec-month-picker.datepicker:before {
	left: unset;
	right: 10px;
}

#gCalendar-loading {
	width: 100%;
	height: 100%;
	background: no-repeat rgba(255, 255, 255, .88) url("https://cdn-ilajeil.nitrocdn.com/qDyTBCaHxTeDygzXENkUnjzSZxITwHzD/assets/images/optimized/rev-b147595/ndwbc.com/wp-content/plugins/modern-events-calendar-lite/assets/img/ajax-loader.gif") center;
	border-style: none;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: 9;
}

#gCalendar-loading.nitro-lazy {
	background-image: none !important;
}

#gCalendar-loading.mec-modal-preloader {
	display: block !important;
}

.fc-daygrid.fc-dayGridMonth-view.fc-view {
	overflow: auto;
	border: 1px solid #e3e4e5;
	border-radius: var(--mec-primary-border-radius);
}

#mec-gCalendar-wrap table.fc-scrollgrid {
	min-width: 650px;
	overflow: auto;
	border: none;
	border-radius: unset;
	margin: 0;
}

@media (min-width:992px) {
	#mec-gCalendar-wrap table.fc-scrollgrid, .fc-daygrid.fc-dayGridMonth-view.fc-view {
		overflow: visible;
	}
}

#mec-gCalendar-wrap table.fc-scrollgrid thead tr td {
	border: none !important;
	background: 0 0;
}

#mec-gCalendar-wrap table.fc-scrollgrid table {
	margin-bottom: 0;
}

#mec-gCalendar-wrap table.fc-scrollgrid tr th {
	background: 0 0;
	padding: 20px 0 3px 10px;
	text-align: left;
	border-right: none !important;
	border-left: none !important;
	border-bottom: 1px solid #e3e4e5;
	border-top: none;
}

#mec-gCalendar-wrap table.fc-scrollgrid tr th.fc-col-header-cell {
	border: none;
}

#mec-gCalendar-wrap table.fc-scrollgrid tr th a {
	font-size: 15px !important;
	font-weight: 500 !important;
	color: #000;
	text-decoration: none;
}

#mec-gCalendar-wrap .openMonthFilter {
	position: relative;
	padding: 7px 10px 2px;
	display: inline-block;
}

#mec-gCalendar-wrap.fc .fc-daygrid-day-number {
	font-size: 16px;
	padding: 12px 10px 2px;
	color: #000;
	text-decoration: none;
}

#mec-gCalendar-wrap table.fc-scrollgrid-sync-table {
	margin: 0;
	border-spacing: 0;
	border-collapse: separate;
}

#mec-gCalendar-wrap table.fc-scrollgrid table, .fc .fc-daygrid-body {
	width: 100% !important;
}

.mec-gCalendar table.fc-scrollgrid-sync-table tbody tr td:last-child {
	border-right: none;
}

.mec-gCalendar table.fc-scrollgrid-sync-table tbody tr:last-child td {
	border-bottom: none;
}

#mec-gCalendar-wrap span.mec-general-calendar-label {
	color: #fff;
	padding: 1px 4px 3px;
	font-size: 11px;
	border-radius: 3px;
	margin: 5px 3px 2px 0;
	display: inline-block;
}

.mec-gCalendar .fc .fc-scrollgrid-section-sticky>* {
	position: relative;
	z-index: 1;
}

.mec-gCalendar .fc-direction-ltr .fc-daygrid-event.fc-event-end, .mec-gCalendar .fc-direction-ltr .fc-daygrid-event.fc-event-start, .mec-gCalendar .fc-direction-rtl .fc-daygrid-event.fc-event-end, .mec-gCalendar .fc-direction-rtl .fc-daygrid-event.fc-event-start {
	margin-right: 0 !important;
	margin-left: 0 !important;
}

#mec-gCalendar-wrap table.fc-scrollgrid-sync-table tr td {
	text-align: left;
	background: 0 0 !important;
}

#mec-gCalendar-wrap table.fc-scrollgrid-sync-table .fc-daygrid-day-top {
	display: flex;
	flex-direction: row;
	padding-left: 10px;
}

#mec-gCalendar-wrap .fc-daygrid-day.fc-day-today {
	background: #fff !important;
}

#mec-gCalendar-wrap .fc-daygrid-day.fc-day-today .fc-daygrid-day-number {
	color: #00acf8;
	font-size: 17px;
	font-weight: 500;
}

#mec-gCalendar-wrap .fc-scrollgrid-section-body>td {
	border: none !important;
	background-color: transparent !important;
}

#mec-gCalendar-wrap table.fc-scrollgrid-sync-table tbody tr:last-child td:first-child {
	border-radius: 0 0 0 7px;
}

#mec-gCalendar-wrap table.fc-scrollgrid-sync-table tbody tr:last-child td:last-child {
	border-radius: 0 0 7px 0;
}

.select2-container {
	z-index: 999;
}

@media (max-width:1200px) {
	.mec-gCalendar-search-text-wrap {
		padding-left: 10px;
	}
	
	.mec-gCalendar .mec-gCalendar-search-text-wrap input[type=text], .mec-gCalendar .mec-gCalendar-search-text-wrap input[type=text]:focus {
		width: 100px;
	}
}

@media (max-width:991px) {
	.mec-gCalendar .mec-gCalendar-search-text-wrap input[type=text], .mec-gCalendar .mec-gCalendar-search-text-wrap input[type=text]:focus {
		width: auto;
	}
	
	.mec-gCalendar #mec-gCalendar-wrap .fc-header-toolbar.fc-toolbar {
		display: block;
	}
	
	.mec-gCalendar .fc-header-toolbar .fc-toolbar-chunk:last-child {
		margin: 0;
	}
	
	.mec-gCalendar-search-text-wrap {
		border-left: none;
	}
}

@media (max-width:990px) {
	.mec-gCalendar .fc-header-toolbar .fc-toolbar-chunk:first-child>div {
		width: 100%;
		justify-content: flex-start !important;
		position: relative;
	}
	
	.mec-gCalendar #mec-gCalendar-wrap h2.fc-toolbar-title {
		position: relative;
	}
}

@media (max-width:480px) {
	.mec-gCalendar button.fc-today-button.fc-button.fc-button-primary, .mec-gCalendar button.fc-today-button.fc-button.fc-button-primary:active {
		padding: 6px 6px 9px;
	}
	
	.mec-gCalendar button.fc-button span.fc-icon {
		font-size: 12px;
		width: 20px;
		height: 27px;
	}
	
	.mec-gCalendar #mec-gCalendar-wrap h2.fc-toolbar-title {
		font-size: 17px;
		margin-right: 11px;
	}
	
	.mec-gCalendar .fc-header-toolbar .fc-toolbar-chunk, .mec-gCalendar .fc-header-toolbar .fc-toolbar-chunk>div:not(#MonthPicker_mec-gCalendar-month-filter) {
		flex-wrap: wrap;
	}
	
	.mec-gCalendar .fc-header-toolbar .fc-toolbar-chunk:last-child>div:not(#MonthPicker_mec-gCalendar-month-filter) {
		width: 100%;
		display: block;
	}
	
	.mec-gCalendar .fc-header-toolbar .fc-toolbar-chunk:last-child>div.fc-button-group {
		text-align: right;
	}
	
	.mec-gCalendar-filters-wrap .mec-text-address-search input, .mec-gCalendar-filters-wrap .mec-text-address-search input:focus {
		width: 100%;
	}
	
	.mec-gCalendar-filters-wrap>div {
		width: 100%;
	}
	
	.mec-gCalendar-filters-wrap .nice-select {
		width: 100%;
	}
	
	.mec-gCalendar-filters {
		width: 328px;
		right: calc(50% - 165px);
		top: 52px;
	}
	
	.mec-gCalendar-filters:after, .mec-gCalendar-filters:before {
		margin-left: 30px;
	}
	
	.mec-gCalendar-filters-wrap .mec-minmax-event-cost input, .mec-gCalendar-filters-wrap .mec-minmax-event-cost input:focus {
		width: 116px;
	}
	
	.mec-month-picker.datepicker:after {
		left: unset;
		right: 55px;
	}
	
	.mec-month-picker.datepicker:before {
		left: unset;
		right: 54px;
	}
	
	.mec-month-picker.datepicker.dropdown-menu {
		top: 40px !important;
		right: -45px;
	}
	
	.mec-gCalendar #mec-gCalendar-wrap .fc-header-toolbar.fc-toolbar {
		padding: 18px 10px;
	}
	
	.mec-gCalendar button.fc-today-button.fc-button.fc-button-primary, .mec-gCalendar button.fc-today-button.fc-button.fc-button-primary:active {
		height: 35.5px;
	}
	
	.mec-gCalendar-search-text-wrap {
		border-left: 0;
		border-bottom: 1px solid #eee;
		padding: 0;
		margin-bottom: 10px;
	}
	
	.mec-gCalendar-filters:after, .mec-gCalendar-filters:before {
		margin: 0;
	}
}

@media (max-width:360px) {
	.mec-gCalendar .fc-header-toolbar .fc-toolbar-chunk:last-child>div.fc-button-group {
		text-align: left;
	}
	
	.mec-gCalendar .fc-header-toolbar .fc-toolbar-chunk:last-child>div:not(#MonthPicker_mec-gCalendar-month-filter) {
		margin-bottom: 8px;
	}
	
	.mec-gCalendar #mec-gCalendar-wrap h2.fc-toolbar-title {
		position: relative;
		width: 100%;
	}
	
	.mec-gCalendar .fc-header-toolbar .fc-toolbar-chunk:first-child>div {
		justify-content: left !important;
	}
	
	.mec-gCalendar #mec-gCalendar-wrap h2.fc-toolbar-title {
		font-size: 22px;
	}
	
	.mec-gCalendar button.fc-button span.fc-icon {
		font-size: 20px;
		width: 30px;
		height: 34px;
	}
	
	.mec-gCalendar button.fc-today-button.fc-button.fc-button-primary, .mec-gCalendar button.fc-today-button.fc-button.fc-button-primary:active {
		padding: 9px 8px 12px;
	}
	
	.mec-gCalendar-filters:after, .mec-gCalendar-filters:before {
		margin-left: -100px;
	}
	
	.mec-gCalendar-filters {
		top: 60px;
	}
	
	.mec-month-picker.datepicker.dropdown-menu {
		width: 215px;
	}
	
	.mec-month-picker.datepicker.dropdown-menu {
		top: 37px !important;
		right: 27px;
	}
	
	.mec-gCalendar #mec-gCalendar-wrap h2.fc-toolbar-title {
		font-size: 12px;
		display: inline-block;
		width: auto;
	}
	
	#mec-gCalendar-wrap .openMonthFilter {
		padding-right: 0;
	}
	
	.mec-gCalendar button.fc-button span.fc-icon {
		width: 20px;
		height: 27px;
	}
	
	.mec-gCalendar button.fc-today-button.fc-button.fc-button-primary, .mec-gCalendar button.fc-today-button.fc-button.fc-button-primary:active {
		line-height: 1;
	}
	
	.mec-month-picker.datepicker.dropdown-menu {
		right: -80px;
	}
	
	.mec-month-picker.datepicker:after {
		right: calc(50% - 3px);
	}
	
	.mec-month-picker.datepicker:before {
		right: calc(50% - 4px);
	}
	
	.mec-gCalendar .fc-header-toolbar .fc-toolbar-chunk:last-child>div.fc-button-group {
		text-align: right;
	}
	
	.mec-gCalendar-filters {
		width: 300px;
		right: calc(50% - 150px);
	}
	
	.mec-gCalendar-filters-wrap {
		padding: 15px;
	}
	
	.fc-h-event .fc-event-main {
		font-size: 9px;
		line-height: 11px;
	}
}

@media (max-width:768px) {
	.mec-cart {
		overflow-x: scroll;
	}
}

.mec-cart-coupon input[type=text] {
	min-height: 40px;
	font-size: 13px;
	line-height: 38px;
	color: #606367;
	border: 1px solid #e3e5e7;
	border-radius: 3px;
	padding: 0 12px;
	margin-bottom: 0;
	box-shadow: unset;
	width: 330px;
	vertical-align: top;
}

.mec-cart ul {
	padding: 0;
	list-style: none;
}

.mec-cart ul h5, .mec-cart ul h6 {
	margin: 0;
	font-size: 14px;
	color: #000;
	font-weight: inherit;
}

.mec-cart ul h6 {
	padding-left: 0;
}

.mec-cart ul h6:before {
	content: "— ";
}

.mec-cart ul h5 {
	font-weight: 400;
	margin: 0 0 3px 0;
}

.mec-cart ul h6:last-child {
	margin-bottom: 12px;
}

.mec-cart table td:nth-child(4) ul li {
	margin-bottom: 5px;
}

.mec-cart table td:nth-child(4) ul li:last-child {
	margin-bottom: 12px;
}

.mec-cart table a {
	font-size: 15px;
	font-weight: 400;
	line-height: 20px;
	color: #474849;
	fill: #474849;
}

.mec-cart table a:hover {
	color: #000;
}

.mec-cart table #mec_cart_total_payable, .mec-cart table .mec-transaction-price {
	font-size: 20px;
	font-weight: 700;
	line-height: 26px;
	letter-spacing: -.8px;
	text-align: right;
	color: #060607;
	fill: #060607;
}

.mec-cart table .mec-line-through {
	text-decoration: line-through;
}

.mec-cart table .mec-cart-remove-transactions svg:hover, .mec-cart table .mec-cart-remove-transactions svg:hover path {
	color: red !important;
	fill: red !important;
	cursor: pointer;
}

.mec-cart table tr {
	text-align: left;
}

.mec-cart table tr th {
	margin-bottom: 27px;
	margin-top: 0;
	padding: 9px 12px 9px;
	font-size: 14px;
	line-height: 1.8;
	letter-spacing: 0;
	font-weight: 600;
	position: relative;
	color: #000;
}

.mec-cart table tr td {
	padding: 9px 12px 9px;
	font-size: 14px;
	color: #000;
}

.mec-cart table tr td a:hover {
	color: #000;
	text-decoration: underline;
}

.mec-cart table tr td, .mec-cart table tr th {
	background-color: #fff !important;
	border: 0 !important;
	vertical-align: middle;
}

.mec-cart table tr {
	border-top: 1px solid rgba(0, 0, 0, .1);
}

.mec-cart table tr th:last-child {
	text-align: right;
}

.mec-cart table tr {
	border-top: 1px solid rgba(0, 0, 0, .1);
}

.mec-cart table td:first-child {
	width: 35px;
	max-width: 35px;
}

.mec-cart table td:nth-child(2) {
	width: 135px;
	max-width: 135px;
}

.mec-cart table td:nth-child(3), .mec-cart table td:nth-child(4) {
	min-width: 200px;
	width: 200px;
}

.mec-cart table td:nth-child(5) {
	font-size: 12px;
}

.mec-cart table td:nth-child(6) {
	text-align: right;
	vertical-align: middle;
}

.mec-cart .mec-cart-coupon-code {
	font-size: 12px;
	color: #8d9599;
}

.mec-cart table thead tr th {
	border-bottom: 1px solid #a3a3a3 !important;
}

.mec-cart table thead tr, .mec-cart table thead tr th {
	border-top: none !important;
}

@media only screen and (max-width:992px) {
	.mec-cart table {
		min-width: 780px;
		overflow-x: scroll;
	}
}

.mec-cart table tfoot tr th:last-child {
	display: none;
}

.mec-checkout .mec-checkout-list {
	list-style: none;
	padding: 0;
	margin: 40px 0;
	display: grid;
	grid-template-columns: auto auto;
	column-gap: 25px;
	row-gap: 25px;
	padding-bottom: 40px;
	border-bottom: 1px solid #e6e6e6;
}

.mec-checkout .mec-checkout-list .mec-list-items {
	padding: 20px 30px;
	background: #fff;
	border: 1px solid #e6e6e6;
	box-shadow: 0 2px 0 0 rgba(0, 0, 0, 2%);
}

.mec-checkout .mec-checkout-list .mec-list-items h3 {
	margin-top: 20px;
	margin-bottom: 12px;
	font-size: 22px;
	line-height: 27px;
	letter-spacing: -.4px;
	font-weight: 700;
	position: relative;
}

.mec-checkout .mec-checkout-list .mec-list-items h5 {
	font-size: 18px;
	font-weight: 500;
	padding-bottom: 5px;
	display: inline;
	color: #000;
	margin: 0 0 8px 0;
}

.mec-checkout .mec-checkout-list .mec-list-items h6 {
	margin: 0;
	font-size: 16px;
	line-height: 23px;
	color: #8d9599;
	font-weight: inherit;
}

.mec-checkout .mec-checkout-list .mec-list-items h6 {
	padding-left: 0;
}

.mec-checkout .mec-checkout-list .mec-list-items h6:before {
	content: "— ";
}

.mec-checkout .mec-checkout-list .mec-list-items ul {
	list-style: none;
	padding: 15px 0 0 0;
}

.mec-checkout .mec-checkout-list .mec-list-items .mec-checkout-price-details {
	color: #000;
	border: none;
	border-radius: 2px;
	background: #f7f7f7;
	padding: 15px;
	margin: 15px 0 0 0;
	max-width: 100%;
}

.mec-checkout .mec-checkout-list .mec-list-items .mec-checkout-price-details li {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}

.mec-checkout #mec_cart_total_payable {
	margin: 0 0 40px 0;
	font-size: 29px;
	line-height: 27px;
	letter-spacing: -.4px;
	font-weight: 700;
	position: relative;
	color: #39c36e;
}

.mec-checkout .mec-gateway-comment {
	margin-top: 20px;
	margin: 0 0 20px 0;
	color: #616161;
	font-size: 14px;
	line-height: 1.8;
}

.mec-checkout .mec-email-stripe input[type=email], .mec-checkout .mec-name-stripe input[type=text] {
	box-sizing: border-box;
	height: 40px;
	padding: 10px 12px;
	border: 0 !important;
	border-radius: 4px;
	background-color: #fff;
	box-shadow: 0 1px 3px 0 #e6ebf1 !important;
	-webkit-transition: box-shadow 150ms ease;
	transition: box-shadow 150ms ease;
	margin-bottom: 20px;
	background: #fff !important;
	max-width: 330px;
}

.mec-checkout label {
	color: #424242;
	font-weight: 700;
	font-size: 13px;
	letter-spacing: 0;
	margin: 0 0 4px 0;
	display: block;
	clear: none;
	padding: 7px 1em 3px 0;
}

.mec-checkout input[type=radio]:before {
	content: "";
	display: inline-block;
	background: #fff;
	border-radius: 24px;
	width: 13px;
	height: 13px;
	cursor: pointer;
	margin: 1px 0 0 0;
	border: 1px solid #d7d8d9;
}

.mec-checkout input[type=radio]:checked:before {
	border: 0;
	background: #000;
}

.mec-checkout input[type=radio] {
	margin: 0 4px 0 0;
	font-size: 0;
}

.mec-checkout input[type=checkbox] {
	float: left;
}

.mec-checkout-gateways-wrapper {
	max-width: 54%;
	margin-bottom: 20px;
}

@media (max-width:768px) {
	.mec-checkout-gateways-wrapper {
		max-width: 100%;
		margin-bottom: 20px;
	}
}

.mec-checkout .mec-book-form-next-button {
	float: right;
	right: 30%;
	width: 155px;
	text-align: center;
}

.mec-checkout .mec-checkout-actions .mec-checkout-cart-link.button {
	background-color: #c4cace !important;
	width: 155px;
	text-align: center;
}

.mec-checkout .mec-book-form-next-button:hover, .mec-checkout .mec-checkout-actions .mec-checkout-cart-link.button:hover {
	background: #000 !important;
}

@media (max-width:768px) {
	.mec-checkout .mec-checkout-list {
		display: block;
		padding-bottom: 20px;
	}
	
	.mec-checkout .mec-checkout-list .mec-list-items {
		margin-bottom: 20px;
		padding: 15px;
	}
	
	.mec-checkout-gateways-wrapper {
		max-width: 100%;
		margin-bottom: 20px;
	}
	
	.mec-checkout .mec-book-form-next-button {
		right: 0;
	}
}

.mec-checkout-footer {
	background: #f5f6f7;
	padding: 30px 40px 15px;
	border-radius: 5px;
}

.mec-checkout #mec_cart_total_payable {
	margin: 0 0 15px;
	font-size: 26px;
	line-height: 1;
	letter-spacing: -.4px;
	font-weight: 700;
	position: relative;
	color: #000;
}

.mec-wrap .mec-simple-checkboxes-search {
	display: table-cell;
	float: none;
	padding: 0 10px;
}

.mec-wrap .mec-simple-checkboxes-search i {
	font-size: 18px;
	width: unset;
	height: unset;
	background: 0 0;
	border: none;
	display: inline-block;
	padding: 0;
	margin-right: 10px;
}

.mec-wrap .mec-simple-checkboxes-search label:not(.selectit) {
	font-size: 14px;
	font-weight: 600;
	line-height: 20px;
	color: #313131;
	display: inline-block;
	margin-bottom: 15px;
}

.mec-wrap .mec-simple-checkboxes-search ul {
	list-style: none;
	padding: 0;
}

.mec-wrap .mec-simple-checkboxes-search ul li label {
	line-height: 20px;
	margin-bottom: 15px;
}

.mec-load-more-wrap.mec-load-more-scroll-loading {
	width: 100%;
	height: 100%;
	background: no-repeat rgba(255, 255, 255, .88) url("https://cdn-ilajeil.nitrocdn.com/qDyTBCaHxTeDygzXENkUnjzSZxITwHzD/assets/images/optimized/rev-b147595/ndwbc.com/wp-content/plugins/modern-events-calendar-lite/assets/img/ajax-loader.gif") bottom;
	border-style: none;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: 9;
}

.mec-load-more-wrap.mec-load-more-scroll-loading.nitro-lazy {
	background-image: none !important;
}

.mec-nextprev-wrap {
	margin-top: 30px;
	overflow: hidden;
	clear: both;
}

.mec-nextprev-next-button, .mec-nextprev-prev-button {
	margin-right: 0;
}

.mec-nextprev-next-button {
	float: right;
	clear: both;
}

a.mec-nextprev-next-button {
	text-decoration: none !important;
}

a.mec-nextprev-next-button:hover {
	color: var(--mec-color-skin);
}

.mec-nextprev-prev-button svg {
	transform: rotate(180deg);
}

.mec-loading-events:after {
	content: "";
	background: rgba(255, 255, 255, .88) url("https://cdn-ilajeil.nitrocdn.com/qDyTBCaHxTeDygzXENkUnjzSZxITwHzD/assets/images/optimized/rev-b147595/ndwbc.com/wp-content/plugins/modern-events-calendar-lite/assets/img/ajax-loader.gif") no-repeat center calc(100% - 100px);
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	margin: 0 -10px;
}

.mec-credit-url {
	font-size: 11px;
	text-align: center;
	color: #919293;
	margin-top: 20px;
}

.mec-credit-url a {
	text-decoration: none;
	color: #919293;
}

body[class*=mec-theme] .mec-wrap a {
	text-decoration: auto;
}

.mec-ticket-name-description-wrapper h4 {
	margin: 0 0 5px 0;
}

.mec-ticket-name-description-wrapper h4 .mec-ticket-attendee-counter, .mec-ticket-name-description-wrapper h4 .mec-ticket-name {
	font-size: 16px;
	font-weight: 500;
}

.gm-style img {
	max-width: unset !important;
}

.gm-style .gm-style-mtc button {
	border-radius: 0 !important;
}

.gm-style .gm-style-iw-c button[aria-label=Close] {
	position: absolute !important;
	right: 0;
}

.gm-style .gm-style-iw-c button[aria-label=Close]:hover {
	box-shadow: none !important;
}

.mec-faq-list {
	list-style: none;
	padding: 0;
}

.mec-faq-list .mec-faq-item {
	border-bottom: 1px solid #d4d4d4;
	position: relative;
}

.mec-faq-list .mec-faq-item .mec-faq-toggle-icon {
	font-size: 12px;
	position: absolute;
	right: 15px;
	top: 32px;
	z-index: 1;
	cursor: pointer;
	transition: .3s;
}

.mec-faq-list .mec-faq-item.close .mec-faq-toggle-icon {
	transform: rotate(180deg);
}

.mec-faq-list .mec-faq-item .mec-faq-title {
	padding: 25px 15px;
}

.mec-faq-list .mec-faq-item .mec-faq-title h4 {
	font-size: 19px;
	font-weight: 700;
	margin: 0;
	position: relative;
	white-space: nowrap;
}

.mec-faq-list .mec-faq-item .mec-faq-title h4:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 30%;
	height: 100%;
	background: #000;
	background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0, #fff 95%, #fff 100%);
	pointer-events: none;
}

.mec-faq-list .mec-faq-item .mec-faq-content {
	padding: 0 15px 5px;
	max-height: 500px;
	overflow: hidden;
	-webkit-transition: max-height .5s linear;
	-moz-transition: max-height .5s linear;
	-ms-transition: max-height .5s linear;
	-o-transition: max-height .5s linear;
	transition: max-height .5s linear;
}

.mec-faq-list .mec-faq-item.close .mec-faq-content {
	max-height: 0;
	overflow: hidden;
}

.mec-faq-list .mec-faq-item .mec-faq-content p {
	color: #6d8193;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.7em;
	letter-spacing: .2px;
}

.mec-trailer iframe {
	width: 100%;
}

.single-mec-events {
	overflow-x: hidden;
}

.mec-event-banner {
	width: calc(100vw - 17px);
	position: relative;
	margin-left: calc(-50vw - 10px);
	left: calc(50% + 18px);
	min-height: 420px;
	padding: 80px 0;
	text-align: center;
	margin-bottom: 30px;
}

.mec-event-banner-inner {
	max-width: 900px;
	margin: 0 auto;
	min-height: 260px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 1;
}

.mec-event-banner-title .mec-single-title {
	font-size: 46px;
	font-weight: 700;
	line-height: 1.1;
	color: #fff;
}

.mec-event-banner-datetime {
	display: flex;
	justify-content: center;
	gap: 20px;
	margin-bottom: 20px;
}

.mec-event-banner-datetime .mec-single-event-date, .mec-event-banner-datetime .mec-single-event-time, .mec-event-banner-location .mec-single-event-location {
	display: flex;
	align-items: baseline;
	margin: 0;
	padding: 0;
	color: #fff;
}

.mec-event-banner-location .mec-single-event-location {
	justify-content: center;
	align-items: center;
	gap: 16px;
}

.mec-event-banner-location>i {
	display: none;
}

.mec-event-banner-location img {
	max-width: 90px;
	margin: 0;
}

.mec-event-banner-location .mec-single-event-location dl {
	display: flex;
	align-items: baseline;
	gap: 7px;
	flex-direction: row;
}

.mec-event-banner-location .mec-single-event-location img+dl {
	flex-direction: column;
}

.mec-event-banner-location .mec-single-event-location dl dd {
	display: flex;
	align-items: baseline;
	gap: 5px;
}

.mec-event-banner-location .mec-single-event-location dl dd * {
	color: #fff;
}

.mec-event-banner-location .mec-single-event-location dl dd address.mec-events-address {
	font-size: 16px;
	line-height: 1.5;
}

.mec-event-banner-datetime .mec-single-event-date h3.mec-date, .mec-event-banner-datetime .mec-single-event-time h3.mec-time, .mec-event-banner-location .mec-single-event-location .mec-location {
	display: none;
}

.mec-event-banner-datetime .mec-single-event-date i, .mec-event-banner-datetime .mec-single-event-date img, .mec-event-banner-datetime .mec-single-event-time i {
	margin-right: 5px;
}

.mec-event-banner-datetime .mec-single-event-date dl dd, .mec-event-banner-datetime .mec-single-event-time dl dd, .mec-event-banner-location .mec-single-event-location dl dd {
	margin: 0;
}

.mec-event-banner-datetime .mec-single-event-time .mec-time-comment {
	position: absolute;
	top: 15px;
	left: 20px;
}

.mec-event-banner-datetime .mec-single-event-date {
	position: static;
}

.mec-event-banner-datetime .mec-single-event-date .mec-holding-status {
	position: absolute;
	bottom: 0;
	color: #fff;
	width: 100px;
	padding: 0 5px;
	border: 1px solid #fff;
	border-radius: 5px;
	left: calc(50% - 50px);
}

.mec-event-banner-color {
	width: calc(100vw - 17px);
	height: 100%;
	position: absolute;
	top: 0;
	z-index: 0;
}

@media only screen and (max-width:768px) {
	.mec-event-banner {
		width: 100vw;
		position: relative;
		margin-left: -50vw;
		left: 50%;
	}
	
	.mec-event-banner-color {
		width: 100vw;
	}
	
	.mec-event-banner-inner {
		min-height: 400px;
		max-width: 90%;
	}
	
	.mec-event-banner-title .mec-single-title {
		font-size: 36px;
	}
	
	.mec-event-banner-datetime {
		flex-direction: column;
		align-items: center;
	}
	
	.mec-event-banner-location .mec-single-event-location {
		flex-direction: column;
		align-items: center;
	}
	
	.mec-event-banner-location .mec-single-event-location dl {
		flex-direction: column;
		align-items: center;
	}
}

.mec-wrap li.mec-event-social-icon a>svg {
	width: 36px;
	height: 36px;
	border-radius: 50%;
	padding: 9px;
	fill: #767676;
	margin-right: 3px;
}

.mec-wrap .mec-event-grid-classic li.mec-event-social-icon a.twitter svg, .mec-wrap .mec-event-grid-clean li.mec-event-social-icon a.twitter svg, .mec-wrap .mec-event-grid-modern li.mec-event-social-icon a.twitter svg, .mec-wrap .mec-event-list-standard li.mec-event-social-icon a.twitter svg {
	margin: 0;
	padding: 0;
	height: 36px;
	width: 16px;
	margin-bottom: -7px;
}

.mec-event-list-modern .mec-event-sharing>li a {
	display: flex;
	align-items: center;
}

.mec-event-list-modern .mec-event-sharing>li a.twitter svg {
	border: 1px solid #ddd;
}

.mec-event-list-modern .mec-event-sharing {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.mec-subscribe-to-calendar-container {
	display: flex;
	flex-direction: column;
	align-items: end;
}

.mec-wrap button.mec-subscribe-to-calendar-btn {
	margin-top: 20px;
	margin-right: 0 !important;
	margin-bottom: 0 !important;
	width: 180px;
}

.mec-subscribe-to-calendar-items {
	width: 180px;
	padding: 5px 20px;
	background: #fff;
	border: 1px solid #e6e7e8;
	border-radius: 3px;
}

.mec-subscribe-to-calendar-items a {
	font-size: 14px;
	color: #8d8d8d;
	display: block;
	margin: 10px 0;
	transition: .2s;
}

.mec-subscribe-to-calendar-items a:hover {
	color: var(--mec-color-skin);
}

.mec-booking-ticket-variations ul {
	list-style: none;
	padding: 0;
}

.mec-booking-ticket-variations ul li {
	margin-bottom: 20px;
}

.mec-booking-ticket-variations ul li h5 {
	font-size: 16px;
	margin: 0;
}

.mec-booking-ticket-variations ul li p {
	margin: 0;
}

.rtl .mec-gCalendar #mec-gCalendar-wrap .fc-header-toolbar.fc-toolbar {
	flex-direction: row;
}

.rtl .mec-gCalendar #mec-gCalendar-wrap h2.fc-toolbar-title {
	margin-right: 0;
	margin-left: 20px;
}

.rtl .mec-gCalendar button.fc-prevYear-button.fc-button.fc-button-primary {
	border-right: 1px solid #e3e4e5;
	border-left: none;
	border-radius: 0 7px 7px 0;
}

.rtl .mec-gCalendar button.fc-nextYear-button.fc-button.fc-button-primary {
	border-left: 1px solid #e3e4e5;
	border-right: none;
	border-radius: 7px 0 0 7px;
}

.rtl .mec-gCalendar-search-text-wrap {
	border-left: none;
	border-right: 1px solid #e3e4e5;
	padding-left: 0;
	padding-right: 16px;
}

.rtl .mec-gCalendar button.fc-filterEvents-button.fc-button.fc-button-primary {
	text-align: left;
	padding-right: 32px;
	padding-left: 13px;
}

.rtl .mec-gCalendar button.fc-filterEvents-button.fc-button.fc-button-primary svg {
	left: unset;
	right: 10px;
}

.rtl .mec-gCalendar button.fc-filterEvents-button.fc-button.fc-button-primary, .rtl .mec-gCalendar button.fc-findEvents-button.fc-button.fc-button-primary, .rtl .mec-gCalendar button.fc-findEvents-button.fc-button.fc-button-primary:active {
	margin-left: 0 !important;
	margin-right: 20px !important;
}

.rtl .mec-gCalendar-filters {
	right: unset;
	left: calc(50% - 119px);
}

.rtl #MonthPicker_mec-gCalendar-month-filter:after, .rtl #MonthPicker_mec-gCalendar-month-filter:before, .rtl .mec-gCalendar-filters:after, .rtl .mec-gCalendar-filters:before {
	left: unset;
	right: 50%;
	margin-left: unset;
	margin-right: 77px;
}

.rtl .mec-gCalendar-filters-wrap .mec-checkboxes-search i, .rtl .mec-gCalendar-filters-wrap .mec-dropdown-search i, .rtl .mec-gCalendar-filters-wrap .mec-minmax-event-cost i, .rtl .mec-gCalendar-filters-wrap .mec-text-address-search i {
	border-right: 1px solid #e3e4e5;
	border-left: 0;
	border-radius: 0 3px 3px 0;
}

.rtl .mec-gCalendar-filters-wrap .mec-minmax-event-cost input:last-child, .rtl .mec-gCalendar-filters-wrap .mec-text-address-search input, .rtl .mec-gCalendar-filters-wrap .mec-text-address-search input:focus {
	border-left: 1px solid #e3e4e5;
	border-radius: 3px 0 0 3px;
	border-right: 1px solid #e3e4e5;
}

.rtl .nice-select {
	padding-left: 30px;
	padding-right: 18px;
	text-align: right !important;
	border-radius: 3px 0 0 3px;
}

.rtl .nice-select:after {
	right: unset;
	left: 15px;
}

.rtl #mec-gCalendar-wrap table.fc-scrollgrid tr th {
	text-align: right;
	padding: 20px 10px 3px 0;
}

.rtl #mec-gCalendar-wrap table.fc-scrollgrid-sync-table tr td {
	text-align: right;
}

.rtl .mec-gCalendar table.fc-scrollgrid-sync-table tbody td {
	border-left: 1px solid #eee;
	border-right: none;
}

.rtl .mec-gCalendar-tooltip-date-text i, .rtl .mec-gCalendar-tooltip-date-time i {
	margin-right: 0;
	margin-left: 8px;
}

.rtl .mec-month-picker.datepicker table thead:first-child tr:first-child th.prev:before {
	content: "";
}

.rtl .mec-month-picker.datepicker table thead:first-child tr:first-child th.next:before {
	content: "";
}

.entry-content .mec-wrap h1, .entry-content .mec-wrap h2, .entry-content .mec-wrap h3, .entry-content .mec-wrap h4, .entry-content .mec-wrap h5, .entry-content .mec-wrap h6, .mec-events-meta-group-countdown .countdown-w span, .mec-hourly-schedule-speaker-job-title, .mec-hourly-schedule-speaker-name, .mec-single-event .mec-event-meta dt, .mec-ticket-available-spots .mec-event-ticket-name, .mec-wrap h1, .mec-wrap h2, .mec-wrap h3, .mec-wrap h4, .mec-wrap h5, .mec-wrap h6, .post-type-archive-mec-events h1, .tax-mec_category h1 {
	font-family: var(--mec-heading-font-family), Helvetica, Arial, sans-serif;
}

.lity-content .mec-events-meta-group-booking .mec-event-ticket-available, .mec-breadcrumbs .mec-current, .mec-breadcrumbs a, .mec-breadcrumbs span .mec-event-content p, .mec-event-data-field-items, .mec-event-data-fields .mec-event-data-field-item .mec-event-data-field-name, .mec-event-data-fields .mec-event-data-field-item .mec-event-data-field-value, .mec-event-schedule-content dl dt, .mec-events-button, .mec-events-meta-group-tags, .mec-events-meta-group-tags a, .mec-hourly-schedule-speaker-description, .mec-load-more-button, .mec-next-occ-booking span, .mec-single-event .mec-event-meta .mec-events-event-cost, .mec-single-event .mec-event-meta dd, .mec-single-event .mec-event-meta dd a, .mec-single-event .mec-events-meta-group-booking .mec-event-ticket-available, .mec-single-event .mec-speakers-details ul li .mec-speaker-job-title, .mec-single-event .mec-speakers-details ul li .mec-speaker-name, .mec-single-modern .mec-single-event-bar>div dd, .mec-wrap .info-msg div, .mec-wrap .mec-error div, .mec-wrap .mec-success div, .mec-wrap .warning-msg div, .mec-wrap abbr, .mec-wrap p {
	font-family: var(--mec-paragraph-font-family), sans-serif;
	font-weight: 300;
}

.colorskin-custom .mec-events-meta-group-countdown .mec-end-counts h3, .leaflet-popup-content .mec-color, .leaflet-popup-content .mec-color-before :before, .leaflet-popup-content .mec-color-hover:hover, .leaflet-popup-content .mec-wrap .mec-color, .leaflet-popup-content .mec-wrap .mec-color-before :before, .leaflet-popup-content .mec-wrap .mec-color-hover:hover, .lity .mec-color, .lity .mec-color-before :before, .lity .mec-color-hover:hover, .lity .mec-wrap .mec-color, .lity .mec-wrap .mec-color-before :before, .lity .mec-wrap .mec-color-hover:hover, .mec-attendees-list-details .mec-attendee-profile-link a:hover, .mec-av-spot .mec-av-spot-head .mec-av-spot-box span, .mec-booking-calendar-month-navigation .mec-next-month:hover, .mec-booking-calendar-month-navigation .mec-previous-month:hover, .mec-calendar .mec-calendar-side .mec-next-month i, .mec-calendar .mec-event-article .mec-event-title a:hover, .mec-calendar-events-side .mec-modal-booking-button:hover, .mec-calendar.mec-calendar-daily .mec-calendar-d-table .mec-daily-view-day.mec-daily-view-day-active.mec-color, .mec-choosen-time-message, .mec-event-container-classic .mec-modal-booking-button:hover, .mec-event-grid-minimal .mec-modal-booking-button:hover, .mec-event-grid-simple .mec-modal-booking-button, .mec-event-grid-yearly .mec-modal-booking-button, .mec-event-list-minimal .mec-modal-booking-button:hover, .mec-events-agenda .mec-modal-booking-button, .mec-events-timeline-wrap .mec-organizer-item a, .mec-events-timeline-wrap .mec-organizer-item:after, .mec-events-timeline-wrap .mec-shortcode-organizers i, .mec-map-boxshow .mec-color, .mec-map-boxshow .mec-color-before :before, .mec-map-boxshow .mec-color-hover:hover, .mec-map-boxshow .mec-wrap .mec-color, .mec-map-boxshow .mec-wrap .mec-color-before :before, .mec-map-boxshow .mec-wrap .mec-color-hover:hover, .mec-map-boxshow div .mec-map-view-event-detail.mec-event-detail i, .mec-map-boxshow div .mec-map-view-event-detail.mec-event-detail:hover, .mec-marker-infowindow-wp .mec-marker-infowindow-count, .mec-next-event-details a, .mec-next-event-details i:before, .mec-single-event .mec-speakers-details ul li .mec-speaker-name, .mec-skin-list-events-container .mec-data-fields-tooltip .mec-data-fields-tooltip-box ul .mec-event-data-field-item a, .mec-timeline-event .mec-modal-booking-button, .mec-timeline-month-divider, .mec-timetable-t2-col .mec-modal-booking-button:hover, .mec-wrap .mec-map-lightbox-wp.mec-event-list-classic .mec-event-date, .mec-wrap .mec-totalcal-box i, .mec-wrap.colorskin-custom .mec-calendar .mec-calendar-side .mec-next-month:hover, .mec-wrap.colorskin-custom .mec-calendar .mec-calendar-side .mec-next-month:hover .mec-load-month-link, .mec-wrap.colorskin-custom .mec-calendar .mec-calendar-side .mec-previous-month i, .mec-wrap.colorskin-custom .mec-calendar .mec-calendar-side .mec-previous-month:hover, .mec-wrap.colorskin-custom .mec-calendar .mec-calendar-side .mec-previous-month:hover .mec-load-month-link, .mec-wrap.colorskin-custom .mec-calendar.mec-event-calendar-classic .mec-selected-day, .mec-wrap.colorskin-custom .mec-calendar.mec-event-calendar-classic dt.mec-selected-day:hover, .mec-wrap.colorskin-custom .mec-color, .mec-wrap.colorskin-custom .mec-color-before :before, .mec-wrap.colorskin-custom .mec-color-hover:hover, .mec-wrap.colorskin-custom .mec-event-grid-simple .mec-event-title:hover, .mec-wrap.colorskin-custom .mec-event-list-classic a.magicmore:hover, .mec-wrap.colorskin-custom .mec-event-sharing-wrap .mec-event-sharing>li:hover a, .mec-wrap.colorskin-custom .mec-events-masonry-cats a.mec-masonry-cat-selected, .mec-wrap.colorskin-custom .mec-events-meta-group.mec-events-meta-group-venue:before, .mec-wrap.colorskin-custom .mec-infowindow-wp h5 a:hover, .mec-wrap.colorskin-custom .mec-next-event-details li i, .mec-wrap.colorskin-custom .mec-single-event .mec-event-meta dd.mec-events-event-categories:before, .mec-wrap.colorskin-custom .mec-single-event-date:before, .mec-wrap.colorskin-custom .mec-single-event-time:before, .mec-wrap.colorskin-custom .mec-totalcal-box .mec-totalcal-view span:hover, .mec-wrap.colorskin-custom .mec-widget .mec-event-grid-classic.owl-carousel .owl-nav i, .mec-wrap.mec-cart table tr td a, .mec-yearly-view-wrap .mec-agenda-event-title a:hover, .mec-yearly-view-wrap .mec-yearly-title-sec .mec-next-year i, .mec-yearly-view-wrap .mec-yearly-title-sec .mec-next-year:hover, .mec-yearly-view-wrap .mec-yearly-title-sec .mec-next-year:hover .mec-load-month-link, .mec-yearly-view-wrap .mec-yearly-title-sec .mec-previous-year i, .mec-yearly-view-wrap .mec-yearly-title-sec .mec-previous-year:hover, .mec-yearly-view-wrap .mec-yearly-title-sec .mec-previous-year:hover .mec-load-month-link {
	color: var(--mec-color-skin);
}

.mec-event-list-standard .mec-event-meta svg path, .mec-wrap .mec-event-sharing-wrap .mec-event-sharing>li:hover a svg {
	fill: var(--mec-color-skin);
}

#wrap .mec-wrap article.mec-event-countdown-style1, .colorskin-custom .mec-event-sharing-wrap:hover>li, .event-carousel-type1-head .mec-event-date-carousel, .mec-booking button, .mec-booking-tooltip.multiple-time .mec-booking-calendar-date.mec-active, .mec-booking-tooltip.multiple-time .mec-booking-calendar-date:hover, .mec-calendar .mec-has-event:after, .mec-event-countdown-style1 .mec-event-countdown-part3 a.mec-event-button, .mec-event-countdown-style3 .mec-event-date, .mec-events-progress-bar progress::-webkit-progress-value, .mec-events-progress-bar progress:after, .mec-has-event-for-booking.mec-active .mec-calendar-novel-selected-day, .mec-map-get-direction-btn-cnt input[type=submit], .mec-ongoing-normal-label, .mec-skin-carousel-container .mec-event-footer-carousel-type3 .mec-modal-booking-button:hover, .mec-wrap .flip-clock-wrapper ul li a div div.inn, .mec-wrap .mec-event-countdown-style2, .mec-wrap .mec-totalcal-box .mec-totalcal-view span.mec-totalcalview-selected, .mec-wrap.colorskin-custom .mec-bg-color, .mec-wrap.colorskin-custom .mec-bg-color-hover:hover, .mec-wrap.colorskin-custom .mec-calendar .mec-calendar-row dt.mec-has-event:hover, .mec-wrap.colorskin-custom .mec-calendar .mec-has-event:after, .mec-wrap.colorskin-custom .mec-calendar .mec-selected-day:hover, .mec-wrap.colorskin-custom .mec-calendar:not(.mec-event-calendar-classic) .mec-selected-day, .mec-wrap.colorskin-custom .mec-event-grid-clean .mec-event-date, .mec-wrap.colorskin-custom .mec-event-list-modern .mec-event-sharing .mec-event-share:hover .mec-event-sharing-icon, .mec-wrap.colorskin-custom .mec-event-list-modern .mec-event-sharing li:hover a i, .mec-wrap.colorskin-custom .mec-event-list-modern .mec-event-sharing>li:hover a i, .mec-wrap.colorskin-custom .mec-event-sharing .mec-event-share:hover .event-sharing-icon, .mec-wrap.colorskin-custom .mec-timeline-events-container .mec-timeline-event-date:before, .mec-wrap.colorskin-custom .mec-totalcal-box .mec-totalcal-view span.mec-totalcalview-selected, span.mec-marker-wrap {
	background-color: var(--mec-color-skin);
}

.mec-booking-tooltip.multiple-time .mec-booking-calendar-date:hover, .mec-calendar-day.mec-active .mec-booking-tooltip.multiple-time .mec-booking-calendar-date.mec-active {
	background-color: var(--mec-color-skin);
}

.colorskin-custom .mec-single-event .mec-events-meta-group-booking form>h4:before, .colorskin-custom .mec-single-event .mec-frontbox-title:before, .colorskin-custom .mec-single-event .mec-wrap-checkout h4:before, .event-carousel-type1-head .mec-event-date-carousel:after, .lity-content .mec-booking-progress-bar li.mec-active:after, .lity-content .mec-events-meta-group-booking .mec-wrap-checkout h4:before, .lity-content .mec-events-meta-group-booking form>h4:before, .mec-booking-tooltip.multiple-time .mec-booking-calendar-date.mec-active, .mec-booking-tooltip.multiple-time .mec-booking-calendar-date:hover, .mec-box-title::before, .mec-calendar-day.mec-active .mec-booking-tooltip.multiple-time .mec-booking-calendar-date.mec-active, .mec-events-meta-group-booking .mec-booking-shortcode .mec-wrap-checkout h4:before, .mec-events-meta-group-booking .mec-booking-shortcode form>h4:before, .mec-has-event-for-booking .mec-calendar-novel-selected-day, .mec-marker-infowindow-wp .mec-marker-infowindow-count, .mec-rsvp-form-box form>h4:before, .mec-single-event .mec-events-meta-group-booking .mec-wrap-checkout h4:before, .mec-single-event .mec-events-meta-group-booking form>h4:before, .mec-single-event .mec-frontbox-title:before, .mec-single-event .mec-wrap-checkout h4:before, .mec-skin-carousel-container .mec-event-footer-carousel-type3 .mec-modal-booking-button:hover, .mec-timeline-month-divider, .mec-virtual-event-history h3:before, .mec-wrap .mec-box-title::before, .mec-wrap .mec-totalcal-box .mec-totalcal-view span.mec-totalcalview-selected, .mec-wrap.colorskin-custom .mec-border-color, .mec-wrap.colorskin-custom .mec-border-color-hover:hover, .mec-wrap.colorskin-custom .mec-calendar .mec-calendar-events-side .mec-table-side-day, .mec-wrap.colorskin-custom .mec-event-list-modern .mec-event-sharing .mec-event-share:hover .mec-event-sharing-icon, .mec-wrap.colorskin-custom .mec-event-list-modern .mec-event-sharing>li:hover a i, .mec-wrap.colorskin-custom .mec-event-list-standard .mec-month-divider span:before, .mec-wrap.colorskin-custom .mec-events-masonry-cats a.mec-masonry-cat-selected, .mec-wrap.colorskin-custom .mec-events-masonry-cats a:hover, .mec-wrap.colorskin-custom .mec-single-event .mec-frontbox-title:before, .mec-wrap.colorskin-custom .mec-single-event .mec-social-single:before, .mec-wrap.colorskin-custom .mec-single-event .mec-speakers-details ul li .mec-speaker-avatar a:hover img, .mec-wrap.colorskin-custom .mec-totalcal-box .mec-totalcal-view span.mec-totalcalview-selected {
	border-color: var(--mec-color-skin);
}

.mec-calendar.mec-event-container-simple dl dt.mec-selected-day, .mec-calendar.mec-event-container-simple dl dt.mec-selected-day:hover, .mec-wrap.colorskin-custom .mec-event-countdown-style3 .mec-event-date:after, .mec-wrap.colorskin-custom .mec-month-divider span:before {
	border-bottom-color: var(--mec-color-skin);
}

.mec-wrap.colorskin-custom article.mec-event-countdown-style1 .mec-event-countdown-part2:after {
	border-color: transparent transparent transparent var(--mec-color-skin);
}

.lity-content .button, .lity-content button:not(.owl-dot):not(.gm-control-active):not(.mejs):not(.owl-prev):not(.owl-next):not(.mec-googlemap-details button):not(.mec-googlemap-skin button), .lity-content input[type=button], .lity-content input[type=reset], .lity-content input[type=submit], .mec-form-row .mec-book-form-next-button.mec-book-form-pay-button, .mec-nextprev-next-button, .mec-nextprev-prev-button, .mec-wrap .button, .mec-wrap button:not(.owl-dot):not(.gm-control-active):not(.mejs):not(.owl-prev):not(.owl-next):not(.mec-googlemap-details button):not(.mec-googlemap-skin button), .mec-wrap input[type=button], .mec-wrap input[type=reset], .mec-wrap input[type=submit] {
	color: var(--mec-color-skin);
	background: var(--mec-color-skin-rgba-1);
	border-color: var(--mec-color-skin-rgba-1);
}

.lity-content .button:hover, .lity-content button:not(.owl-dot):not(.gm-control-active):not(.mejs):not(.owl-prev):not(.owl-next):not(.mec-googlemap-details button):not(.mec-googlemap-skin button):hover, .lity-content input[type=button]:hover, .lity-content input[type=reset]:hover, .lity-content input[type=submit]:hover, .mec-nextprev-next-button:hover, .mec-nextprev-prev-button:hover, .mec-wrap .button:hover, .mec-wrap a.button:hover, .mec-wrap button:not(.owl-dot):not(.gm-control-active):not(.mejs):not(.owl-prev):not(.owl-next):not(.mec-googlemap-details button):not(.mec-googlemap-skin button):hover, .mec-wrap input[type=button]:hover, .mec-wrap input[type=reset]:hover, .mec-wrap input[type=submit]:hover {
	border-color: var(--mec-color-skin);
}

.lity-container .mec-events-meta-group-booking input[type=radio]:checked:before, .mec-events-meta-group-booking .mec-booking-shortcode input[type=radio]:checked:before, .mec-single-event .mec-events-meta-group-booking input[type=radio]:checked:before {
	background: var(--mec-color-skin);
	box-shadow: 0 0 0 2px var(--mec-color-skin-rgba-1);
}

.lity-content .button svg path, .lity-content button:not(.owl-dot):not(.gm-control-active):not(.mejs):not(.owl-prev):not(.owl-next) svg path, .lity-content input[type=button] svg path, .lity-content input[type=reset] svg path, .lity-content input[type=submit] svg path, .mec-nextprev-next-button svg path, .mec-nextprev-prev-button svg path, .mec-wrap .button svg path, .mec-wrap button:not(.owl-dot):not(.gm-control-active):not(.mejs):not(.owl-prev):not(.owl-next) svg path, .mec-wrap input[type=button] svg path, .mec-wrap input[type=reset] svg path, .mec-wrap input[type=submit] svg path {
	fill: var(--mec-color-skin);
}

.mec-wrap .button svg.back path, .mec-wrap button:not(.owl-dot):not(.gm-control-active):not(.mejs):not(.owl-prev):not(.owl-next):not(.et-fb-button) svg.back path {
	fill: #636f72;
}

.mec-booking-calendar-month-navigation .mec-next-month:hover a, .mec-booking-calendar-month-navigation .mec-previous-month:hover a {
	color: var(--mec-color-skin);
}

.mec-wrap.colorskin-custom .mec-box-shadow-color {
	box-shadow: 0 4px 22px -7px var(--mec-color-skin);
}

.mec-choosen-time-message, .mec-events-timeline-wrap:before, .mec-timeline-event .mec-modal-booking-button, .mec-wrap.colorskin-custom .mec-timeline-event-categories, .mec-wrap.colorskin-custom .mec-timeline-event-local-time, .mec-wrap.colorskin-custom .mec-timeline-event-location, .mec-wrap.colorskin-custom .mec-timeline-event-organizer, .mec-wrap.colorskin-custom .mec-timeline-event-time {
	background: var(--mec-color-skin-rgba-4);
}

@media only screen and (min-width:1200px) {
	.mec-container, body [id*=mec_skin_].mec-fluent-wrap {
		width: var(--mec-container-normal-width);
		max-width: var(--mec-container-normal-width);
	}
}

@media only screen and (min-width:1921px) {
	.mec-container, body [id*=mec_skin_].mec-fluent-wrap {
		width: var(--mec-container-large-width);
		max-width: var(--mec-container-large-width);
	}
}

.entry-content .mec-wrap h1 a, .entry-content .mec-wrap h2 a, .entry-content .mec-wrap h3 a, .entry-content .mec-wrap h4 a, .entry-content .mec-wrap h5 a, .entry-content .mec-wrap h6 a, .mec-wrap .mec-calendar .mec-event-article .mec-event-title a, .mec-wrap .mec-event-grid-classic .mec-event-title a, .mec-wrap .mec-event-grid-clean .mec-event-title a, .mec-wrap .mec-event-grid-minimal .mec-event-title a, .mec-wrap .mec-event-grid-modern .mec-event-title a, .mec-wrap .mec-event-grid-simple .mec-event-title a, .mec-wrap .mec-event-list-classic .mec-event-title a, .mec-wrap .mec-event-list-minimal .mec-event-title a, .mec-wrap .mec-event-list-standard .mec-event-title a, .mec-wrap .mec-wrap .mec-event-list-modern .mec-event-title a, .mec-wrap h1 a, .mec-wrap h2 a, .mec-wrap h3 a, .mec-wrap h4 a, .mec-wrap h5 a, .mec-wrap h6 a {
	color: var(--mec-title-color);
}

.entry-content .mec-wrap.colorskin-custom h1 a:hover, .entry-content .mec-wrap.colorskin-custom h2 a:hover, .entry-content .mec-wrap.colorskin-custom h3 a:hover, .entry-content .mec-wrap.colorskin-custom h4 a:hover, .entry-content .mec-wrap.colorskin-custom h5 a:hover, .entry-content .mec-wrap.colorskin-custom h6 a:hover, .mec-wrap .mec-calendar .mec-event-article .mec-event-title a:hover, .mec-wrap .mec-event-grid-classic .mec-event-title a:hover, .mec-wrap .mec-event-grid-clean .mec-event-title a:hover, .mec-wrap .mec-event-grid-minimal .mec-event-title a:hover, .mec-wrap .mec-event-grid-modern .mec-event-title a:hover, .mec-wrap .mec-event-grid-simple .mec-event-title a:hover, .mec-wrap .mec-event-list-classic .mec-event-title a:hover, .mec-wrap .mec-event-list-minimal .mec-event-title a:hover, .mec-wrap .mec-event-list-standard .mec-event-title a:hover, .mec-wrap .mec-wrap .mec-event-list-modern .mec-event-title a:hover, .mec-wrap.colorskin-custom h1 a:hover, .mec-wrap.colorskin-custom h2 a:hover, .mec-wrap.colorskin-custom h3 a:hover, .mec-wrap.colorskin-custom h4 a:hover, .mec-wrap.colorskin-custom h5 a:hover, .mec-wrap.colorskin-custom h6 a:hover {
	color: var(--mec-title-color-hover);
}

.mec-wrap.colorskin-custom .mec-event-description {
	color: var(--mec-content-color);
}

.mec-fes-form #mec_bfixed_form_field_types .button, .mec-fes-form #mec_reg_form_field_types .button, .mec-fes-form .html-active .switch-html, .mec-fes-form .mec-attendees-wrapper .mec-attendees-list .mec-booking-attendees-tooltip:before, .mec-fes-form .mec-form-row .button:not(.wp-color-result), .mec-fes-form .mec-form-row .quicktags-toolbar input.button.button-small, .mec-fes-form .mec-meta-box-fields h4, .mec-fes-form .mec-meta-box-fields h4 label, .mec-fes-form .mec-title span.mec-dashicons, .mec-fes-form .tmce-active .switch-tmce, .mec-fes-form .wp-editor-tabs .wp-switch-editor:active, .mec-fes-form input[type=file], .mec-fes-list ul li a:hover {
	color: var(--mec-fes-main-color);
}

.mec-fes-form #mec_reg_form_field_types .button.red:hover, .mec-fes-form #mec_reg_form_field_types .button:hover, .mec-fes-form .mec-form-row .button:not(.wp-color-result):hover, .mec-fes-form .mec-form-row .quicktags-toolbar input.button.button-small:hover, .mec-fes-form button[type=submit].mec-fes-sub-button, .mec-fes-list ul li .mec-fes-event-edit a:hover, .mec-fes-list ul li .mec-fes-event-export a:hover, .mec-fes-list ul li .mec-fes-event-view a:hover {
	background: var(--mec-fes-main-color);
	color: #fff;
}

.mec-fes-form #mec_bfixed_form_fields input[type=checkbox]:hover, .mec-fes-form #mec_bfixed_form_fields input[type=radio]:hover, .mec-fes-form #mec_reg_form_field_types .button.red:hover, .mec-fes-form #mec_reg_form_field_types .button:hover, .mec-fes-form #mec_reg_form_fields input[type=checkbox]:hover, .mec-fes-form #mec_reg_form_fields input[type=radio]:hover, .mec-fes-form .mec-attendees-wrapper .mec-attendees-list .w-clearfix:first-child, .mec-fes-form .mec-form-row .button:not(.wp-color-result):hover, .mec-fes-form input[type=checkbox]:hover, .mec-fes-form input[type=file], .mec-fes-form input[type=radio]:hover, .mec-fes-list ul li .mec-fes-event-edit a:hover, .mec-fes-list ul li .mec-fes-event-export a:hover, .mec-fes-list ul li .mec-fes-event-view a:hover {
	border-color: var(--mec-fes-main-color);
}

.mec-fes-form button[type=submit].mec-fes-sub-button {
	box-shadow: 0 2px 8px -4px var(--mec-fes-main-color);
}

.mec-fes-form button[type=submit].mec-fes-sub-button:hover {
	box-shadow: 0 2px 12px -2px var(--mec-fes-main-color);
}

.mec-fes-form #mec_bfixed_form_fields input[type=checkbox]:checked, .mec-fes-form #mec_bfixed_form_fields input[type=radio]:checked, .mec-fes-form #mec_reg_form_fields input[type=checkbox]:checked, .mec-fes-form #mec_reg_form_fields input[type=radio]:checked, .mec-fes-form .mec-form-row input[type=checkbox]:checked, .mec-fes-form .mec-form-row input[type=radio]:checked {
	box-shadow: 0 1px 6px -2px var(--mec-fes-main-color) inset 0 0 0 3px #fff;
	border-color: var(--mec-fes-main-color);
	background: var(--mec-fes-main-color);
}

.mec-fes-form .mec-available-color-row span.color-selected {
	box-shadow: 0 0 0 2px var(--mec-fes-main-color);
}

.mec-fes-form, .mec-fes-form .html-active .switch-html, .mec-fes-form .mec-attendees-wrapper .mec-attendees-list .w-clearfix, .mec-fes-form .tmce-active .switch-tmce, .mec-fes-form .wp-editor-tabs .wp-switch-editor:active, .mec-fes-list {
	background: var(--mec-fes-main-color-rgba-1);
}

.mec-fes-form .mec-meta-box-fields h4, .mec-fes-form .quicktags-toolbar, .mec-fes-form div.mce-toolbar-grp {
	background: var(--mec-fes-main-color-rgba-2);
}

.mec-fes-form ul#mec_bfixed_form_fields li, .mec-fes-form ul#mec_reg_form_fields li {
	background: var(--mec-fes-main-color-rgba-3);
}

.mec-fes-form #mec-event-data input[type=date], .mec-fes-form #mec_bfixed_form_field_types .button, .mec-fes-form #mec_bfixed_form_fields input[type=checkbox], .mec-fes-form #mec_bfixed_form_fields input[type=radio], .mec-fes-form #mec_reg_form_field_types .button, .mec-fes-form #mec_reg_form_fields input[type=checkbox], .mec-fes-form #mec_reg_form_fields input[type=radio], .mec-fes-form .mce-tinymce.mce-container.mce-panel, .mec-fes-form .mce-toolbar .mce-btn-group .mce-btn.mce-listbox, .mec-fes-form .mec-meta-box-fields, .mec-fes-form .quicktags-toolbar, .mec-fes-form .wp-editor-tabs .wp-switch-editor, .mec-fes-form div.mce-toolbar-grp, .mec-fes-form input[type=checkbox], .mec-fes-form input[type=email], .mec-fes-form input[type=number], .mec-fes-form input[type=password], .mec-fes-form input[type=radio], .mec-fes-form input[type=tel], .mec-fes-form input[type=text], .mec-fes-form input[type=url], .mec-fes-form select, .mec-fes-form textarea, .mec-fes-form ul#mec_bfixed_form_fields li, .mec-fes-form ul#mec_reg_form_fields li, .mec-fes-list ul li {
	border-color: var(--mec-fes-main-color-rgba-4);
}

.mec-fes-form #mec-event-data input[type=date]:focus, .mec-fes-form #mec_bfixed_form_fields input[type=checkbox]:focus, .mec-fes-form #mec_bfixed_form_fields input[type=radio]:focus, .mec-fes-form #mec_reg_form_fields input[type=checkbox]:focus, .mec-fes-form #mec_reg_form_fields input[type=radio]:focus, .mec-fes-form input[type=checkbox]:focus, .mec-fes-form input[type=email]:focus, .mec-fes-form input[type=number]:focus, .mec-fes-form input[type=password]:focus, .mec-fes-form input[type=radio]:focus, .mec-fes-form input[type=tel]:focus, .mec-fes-form input[type=text]:focus, .mec-fes-form input[type=url]:focus, .mec-fes-form select:focus, .mec-fes-form textarea:focus {
	border-color: var(--mec-fes-main-color);
	box-shadow: none;
}

.mec-fes-form .mec-form-row .button:not(.wp-color-result) {
	border-color: var(--mec-fes-main-color);
}

.mec-fes-form #mec-event-data input[type=date], .mec-fes-form input[type=email], .mec-fes-form input[type=number], .mec-fes-form input[type=password], .mec-fes-form input[type=tel], .mec-fes-form input[type=text], .mec-fes-form input[type=url], .mec-fes-form select, .mec-fes-form textarea {
	box-shadow: 0 2px 5px var(--mec-fes-main-color-rgba-5) inset;
}

.mec-fes-form #mec_bfixed_form_field_types .button, .mec-fes-form #mec_reg_form_field_types .button, .mec-fes-form .mec-meta-box-fields {
	box-shadow: 0 2px 6px -3px var(--mec-fes-main-color-rgba-6);
}

.mec-fes-form .quicktags-toolbar, .mec-fes-form div.mce-toolbar-grp {
	box-shadow: 0 1px 0 1px var(--mec-fes-main-color-rgba-6);
}

.mec-fes-form #mec_bfixed_form_fields input[type=checkbox], .mec-fes-form #mec_bfixed_form_fields input[type=radio], .mec-fes-form #mec_reg_form_fields input[type=checkbox], .mec-fes-form #mec_reg_form_fields input[type=radio], .mec-fes-form input[type=checkbox], .mec-fes-form input[type=radio] {
	box-shadow: 0 1px 3px -1px var(--mec-fes-main-color-rgba-6);
}

.mec-fluent-current-time-text, .mec-fluent-wrap .mec-agenda-event>i, .mec-fluent-wrap .mec-available-tickets-details i:before, .mec-fluent-wrap .mec-calendar .mec-week-events-container dl>span, .mec-fluent-wrap .mec-calendar.mec-calendar-daily .mec-calendar-d-table.mec-date-labels-container span, .mec-fluent-wrap .mec-calendar.mec-yearly-calendar .mec-calendar-table-head dl dt:first-letter, .mec-fluent-wrap .mec-daily-view-events-left-side .mec-daily-view-events-item>span.mec-time, .mec-fluent-wrap .mec-daily-view-events-left-side .mec-daily-view-events-item>span.mec-time-end, .mec-fluent-wrap .mec-date-details i:before, .mec-fluent-wrap .mec-date-details:before, .mec-fluent-wrap .mec-date-wrap i, .mec-fluent-wrap .mec-event-article .mec-event-title a:hover, .mec-fluent-wrap .mec-event-carousel-type2 .owl-next i, .mec-fluent-wrap .mec-event-carousel-type2 .owl-prev i, .mec-fluent-wrap .mec-event-location i, .mec-fluent-wrap .mec-event-location i:before, .mec-fluent-wrap .mec-event-sharing-wrap .mec-event-sharing li:hover a, .mec-fluent-wrap .mec-more-events-icon, .mec-fluent-wrap .mec-price-details i:before, .mec-fluent-wrap .mec-slider-t1-wrap .mec-owl-theme .owl-nav .owl-next, .mec-fluent-wrap .mec-slider-t1-wrap .mec-owl-theme .owl-nav .owl-next i, .mec-fluent-wrap .mec-slider-t1-wrap .mec-owl-theme .owl-nav .owl-prev, .mec-fluent-wrap .mec-slider-t1-wrap .mec-owl-theme .owl-nav .owl-prev i, .mec-fluent-wrap .mec-text-input-search i, .mec-fluent-wrap .mec-time-details:before, .mec-fluent-wrap .mec-totalcal-box .mec-totalcal-view span, .mec-fluent-wrap .mec-totalcal-box .nice-select, .mec-fluent-wrap .mec-totalcal-box .nice-select .list li, .mec-fluent-wrap .mec-totalcal-box .nice-select:after, .mec-fluent-wrap .mec-totalcal-box input, .mec-fluent-wrap .mec-totalcal-box select, .mec-fluent-wrap .mec-venue-details:before, .mec-fluent-wrap.colorskin-custom .mec-color-before :before, .mec-fluent-wrap.mec-skin-masonry-container .mec-events-masonry-cats a.mec-masonry-cat-selected, .mec-fluent-wrap.mec-skin-masonry-container .mec-events-masonry-cats a:hover, .mec-fluent-wrap.mec-timetable-wrap .mec-cell .mec-time, .mec-single-fluent-wrap .mec-event-schedule-content dl dt.mec-schedule-time:before, .mec-single-fluent-wrap .mec-events-meta-group-countdown .mec-end-counts h3, .mec-single-fluent-wrap .mec-local-time-details li:first-child:before, .mec-single-fluent-wrap .mec-local-time-details li:last-child:before, .mec-single-fluent-wrap .mec-local-time-details li:nth-of-type(2):before, .mec-single-fluent-wrap .mec-marker-infowindow-wp .mec-marker-infowindow-count, .mec-single-fluent-wrap .mec-next-event-details a, .mec-single-fluent-wrap .mec-next-event-details i:before, .mec-single-fluent-wrap .mec-single-event-additional-organizers dd i, .mec-single-fluent-wrap .mec-single-event-additional-organizers dd.mec-organizer-description:before, .mec-single-fluent-wrap .mec-single-event-bar>div i, .mec-single-fluent-wrap .mec-single-event-category a, .mec-single-fluent-wrap .mec-single-event-location i, .mec-single-fluent-wrap .mec-single-event-organizer dd i, .mec-single-fluent-wrap .mec-single-event-organizer dd.mec-organizer-description:before {
	color: var(--mec-fluent-main-color) !important;
}

.mec-fluent-wrap .mec-totalcal-box input[type=search]::-webkit-input-placeholder {
	color: var(--mec-fluent-main-color) !important;
}

.mec-fluent-wrap .mec-totalcal-box input[type=search]::-moz-placeholder {
	color: var(--mec-fluent-main-color) !important;
}

.mec-fluent-wrap .mec-totalcal-box input[type=search]:-ms-input-placeholder {
	color: var(--mec-fluent-main-color) !important;
}

.mec-fluent-wrap .mec-totalcal-box input[type=search]:-moz-placeholder {
	color: var(--mec-fluent-main-color) !important;
}

.mec-fluent-wrap .mec-calendar.mec-event-calendar-classic dl dt.mec-table-nullday, .mec-single-fluent-body .lity-content input::-moz-placeholder, .mec-single-fluent-body .lity-content textarea::-moz-placeholder, .mec-single-fluent-wrap input::-moz-placeholder, .mec-single-fluent-wrap textarea::-moz-placeholder {
	color: var(--mec-fluent-main-color-rgba-1) !important;
}

.mec-fluent-wrap .mec-calendar.mec-event-calendar-classic dl dt:hover, .mec-fluent-wrap .mec-event-sharing-wrap .mec-event-social-icon i {
	color: var(--mec-fluent-main-color-rgba-2) !important;
}

.mec-fluent-wrap.mec-skin-cover-container .mec-event-cover-fluent-type1 .mec-booking-button:hover, .mec-fluent-wrap.mec-skin-cover-container .mec-event-cover-fluent-type3 .mec-booking-button:hover, .mec-fluent-wrap.mec-skin-cover-container .mec-event-cover-fluent-type4 .mec-booking-button:hover {
	color: var(--mec-fluent-main-color) !important;
}

.mec-fluent-wrap.mec-skin-list-wrap .mec-event-article {
	border-top-color: var(--mec-fluent-main-color) !important;
	border-left-color: var(--mec-fluent-main-color) !important;
	border-bottom-color: var(--mec-fluent-main-color) !important;
}

.mec-fluent-wrap.mec-skin-grid-wrap .mec-event-article .mec-event-content {
	border-right-color: var(--mec-fluent-main-color) !important;
	border-left-color: var(--mec-fluent-main-color) !important;
	border-bottom-color: var(--mec-fluent-main-color) !important;
}

.mec-fluent-wrap.mec-skin-grid-wrap .mec-event-article .mec-event-image {
	border-right-color: var(--mec-fluent-main-color) !important;
	border-left-color: var(--mec-fluent-main-color) !important;
}

.mec-fluent-wrap .mec-calendar-a-month, .mec-fluent-wrap .mec-calendar-weekly .mec-calendar-d-top, .mec-fluent-wrap .mec-calendar-weekly .mec-calendar-d-top .mec-current-week, .mec-fluent-wrap .mec-calendar.mec-event-calendar-classic .mec-calendar-table-head, .mec-fluent-wrap .mec-event-sharing-wrap .mec-event-sharing, .mec-fluent-wrap .mec-filter-content, .mec-fluent-wrap .mec-load-month, .mec-fluent-wrap .mec-load-more-button:hover, .mec-fluent-wrap .mec-load-year, .mec-fluent-wrap .mec-skin-monthly-view-month-navigator-container, .mec-fluent-wrap .mec-text-input-search input[type=search], .mec-fluent-wrap .mec-totalcal-box .mec-totalcal-view span, .mec-fluent-wrap .mec-totalcal-box .nice-select, .mec-fluent-wrap .mec-totalcal-box input, .mec-fluent-wrap .mec-totalcal-box select, .mec-fluent-wrap .mec-yearly-title-sec, .mec-fluent-wrap .mec-yearly-view-wrap .mec-year-container, .mec-fluent-wrap i.mec-filter-icon, .mec-fluent-wrap.mec-events-agenda-container .mec-events-agenda-wrap, .mec-single-fluent-wrap .mec-event-export-module.mec-frontbox .mec-event-exporting .mec-export-details ul li a:hover, .mec-single-fluent-wrap .mec-event-schedule-content dl, .mec-single-fluent-wrap .mec-event-schedule-content dl:before, .mec-single-fluent-wrap .mec-event-schedule-content dl:first-of-type:after, .mec-single-fluent-wrap .mec-next-event-details a:hover {
	border-color: var(--mec-fluent-main-color) !important;
}

.mec-fluent-current-time-first, .mec-fluent-wrap .mec-calendar-weekly .mec-calendar-d-top .mec-load-week, .mec-fluent-wrap .mec-calendar.mec-event-calendar-classic dl dt:first-of-type {
	border-left-color: var(--mec-fluent-main-color) !important;
}

.mec-fluent-current-time-last, .mec-fluent-wrap .mec-calendar-weekly .mec-calendar-d-top .mec-current-week, .mec-fluent-wrap .mec-calendar.mec-event-calendar-classic dl dt:last-of-type {
	border-right-color: var(--mec-fluent-main-color) !important;
}

.mec-fluent-wrap .mec-calendar.mec-event-calendar-classic dl:last-of-type dt, .mec-fluent-wrap .mec-filter-content:before, .mec-fluent-wrap .mec-more-events, .mec-fluent-wrap.mec-skin-full-calendar-container>.mec-totalcal-box .mec-totalcal-view .mec-fluent-more-views-content:before {
	border-bottom-color: var(--mec-fluent-main-color) !important;
}

.mec-fluent-wrap .mec-event-sharing-wrap .mec-event-sharing:before {
	border-color: var(--mec-fluent-main-color) transparent transparent transparent !important;
}

.mec-fluent-wrap .mec-event-meta, .mec-fluent-wrap.mec-timetable-wrap .mec-cell {
	border-left-color: var(--mec-fluent-main-color-rgba-3) !important;
}

.mec-fluent-wrap .mec-daily-view-events-left-side, .mec-fluent-wrap .mec-yearly-view-wrap .mec-yearly-calendar-sec {
	border-right-color: var(--mec-fluent-main-color-rgba-3) !important;
}

.mec-fluent-wrap.mec-events-agenda-container .mec-agenda-events-wrap {
	border-left-color: var(--mec-fluent-main-color-rgba-3) !important;
}

.mec-fluent-wrap .mec-more-events .simple-skin-ended:hover, .mec-fluent-wrap dt .mec-more-events .simple-skin-ended:hover, .mec-fluent-wrap.mec-events-agenda-container .mec-events-agenda, .mec-fluent-wrap.mec-skin-slider-container .mec-slider-t1 .mec-slider-t1-content {
	border-top-color: var(--mec-fluent-main-color-rgba-3) !important;
	border-bottom-color: var(--mec-fluent-main-color-rgba-3) !important;
}

.mec-fluent-wrap .mec-calendar.mec-calendar-daily .mec-calendar-d-table, .mec-fluent-wrap.mec-skin-countdown-container .mec-date-wrap, .mec-fluent-wrap.mec-timetable-wrap .mec-cell, .mec-fluent-wrap.mec-timetable-wrap .mec-ttt2-title {
	border-bottom-color: var(--mec-fluent-main-color-rgba-3) !important;
}

.mec-fluent-wrap .mec-calendar .mec-week-events-container dt, .mec-fluent-wrap .mec-calendar.mec-event-calendar-classic dl dt, .mec-fluent-wrap .mec-event-countdown li, .mec-fluent-wrap .mec-event-countdown-style3 .mec-event-countdown li, .mec-fluent-wrap .mec-filter-content i, .mec-fluent-wrap .mec-load-more-button, .mec-fluent-wrap .mec-skin-daily-view-events-container, .mec-fluent-wrap .mec-skin-weekly-view-events-container, .mec-fluent-wrap .mec-totalcal-box .nice-select .list, .mec-fluent-wrap .mec-yearly-view-wrap .mec-agenda-event, .mec-fluent-wrap .mec-yearly-view-wrap .mec-calendar.mec-yearly-calendar, .mec-fluent-wrap.mec-timetable-wrap .mec-timetable-t2-wrap, .mec-single-fluent-wrap .mec-event-export-module.mec-frontbox .mec-event-exporting .mec-export-details ul li a, .mec-single-fluent-wrap .mec-event-schedule, .mec-single-fluent-wrap .mec-event-social li.mec-event-social-icon a, .mec-single-fluent-wrap .mec-events-meta-group, .mec-single-fluent-wrap .mec-events-meta-group-booking .nice-select, .mec-single-fluent-wrap .mec-events-meta-group-countdown .countdown-w .block-w, .mec-single-fluent-wrap .mec-events-meta-group-tags a, .mec-single-fluent-wrap .mec-map-get-direction-address-cnt input.mec-map-get-direction-address, .mec-single-fluent-wrap .mec-marker-infowindow-wp .mec-marker-infowindow-count, .mec-single-fluent-wrap .mec-next-event-details a, .mec-single-fluent-wrap .mec-single-links-wrap {
	border-color: var(--mec-fluent-main-color-rgba-1) !important;
}

.mec-fluent-wrap .mec-totalcal-box .nice-select:after {
	border-right-color: var(--mec-fluent-main-color) !important;
	border-bottom-color: var(--mec-fluent-main-color) !important;
}

.mec-fluent-wrap .mec-totalcal-box .nice-select .list, .mec-single-fluent-wrap .mec-booking-button, .mec-single-fluent-wrap .mec-events-meta-group-tags a:hover {
	box-shadow: 0 2px 5px var(--mec-fluent-main-color-rgba-4) !important;
}

.mec-fluent-bg-wrap .mec-fluent-wrap article .mec-booking-button:hover, .mec-fluent-wrap .mec-booking-button:hover, .mec-fluent-wrap .mec-load-more-button:hover {
	box-shadow: 0 4px 10px var(--mec-fluent-main-color-rgba-4) !important;
}

.mec-fluent-wrap.mec-skin-grid-wrap .mec-event-article, .mec-single-fluent-wrap .mec-event-export-module.mec-frontbox .mec-event-exporting .mec-export-details ul li a:hover, .mec-single-fluent-wrap .mec-next-event-details a:hover {
	box-shadow: 0 4px 10px var(--mec-fluent-main-color-rgba-5) !important;
}

.mec-single-fluent-wrap .mec-events-meta-group-booking input[type=radio]:checked:before {
	box-shadow: 0 0 0 2px var(--mec-fluent-main-color-rgba-4) !important;
}

.mec-fluent-wrap .mec-calendar-side .mec-calendar-table, .mec-fluent-wrap .mec-skin-daily-view-events-container, .mec-fluent-wrap .mec-yearly-view-wrap .mec-year-container, .mec-fluent-wrap.mec-events-agenda-container .mec-events-agenda-wrap, .mec-fluent-wrap.mec-timetable-wrap .mec-timetable-t2-wrap {
	box-shadow: 0 5px 33px var(--mec-fluent-main-color-rgba-1) !important;
}

.mec-fluent-wrap .mec-yearly-view-wrap .mec-agenda-event {
	box-shadow: 0 1px 6px var(--mec-fluent-main-color-rgba-6) !important;
}

.mec-fluent-wrap .mec-calendar-daily .mec-calendar-day-events, .mec-fluent-wrap .mec-more-events .simple-skin-ended:hover, .mec-fluent-wrap .mec-totalcal-box .nice-select .list li.focus, .mec-fluent-wrap .mec-totalcal-box .nice-select .list li:hover, .mec-fluent-wrap .mec-yearly-view-wrap .mec-yearly-agenda-sec, .mec-fluent-wrap .nicescroll-cursors, .mec-fluent-wrap dt .mec-more-events .simple-skin-ended:hover, .mec-fluent-wrap.mec-skin-countdown-container .mec-date-wrap, .mec-single-fluent-wrap .mec-event-export-module.mec-frontbox .mec-event-exporting .mec-export-details ul li a:hover, .mec-single-fluent-wrap .mec-events-meta-group-tags a:hover, .mec-single-fluent-wrap .mec-next-event-details a:hover, .mec-single-fluent-wrap .mec-related-event-post .mec-date-wrap, .mec-single-fluent-wrap .mec-single-event-category a {
	background-color: var(--mec-fluent-main-color-rgba-3) !important;
}

.mec-fluent-current-time, .mec-fluent-wrap h5.mec-more-events-header, .mec-single-fluent-wrap .flip-clock-wrapper ul li a div div.inn {
	background-color: var(--mec-fluent-main-color) !important;
}

.mec-fluent-wrap .mec-calendar-weekly .mec-calendar-d-top .mec-current-week, .mec-fluent-wrap .mec-calendar-weekly .mec-calendar-d-top dt.active, .mec-fluent-wrap .mec-filter-content i, .mec-fluent-wrap i.mec-filter-icon.active, .mec-fluent-wrap.mec-skin-carousel-container .mec-event-carousel-type2 .owl-next:hover, .mec-fluent-wrap.mec-skin-carousel-container .mec-event-carousel-type2 .owl-prev:hover, .mec-fluent-wrap.mec-skin-cover-container .mec-date-wrap i, .mec-fluent-wrap.mec-skin-full-calendar-container>.mec-totalcal-box .mec-totalcal-view span.mec-fluent-more-views-icon.active, .mec-fluent-wrap.mec-skin-full-calendar-container>.mec-totalcal-box .mec-totalcal-view span.mec-totalcalview-selected, .mec-fluent-wrap.mec-skin-slider-container .mec-slider-t1-wrap .mec-owl-theme .owl-nav .owl-next:hover, .mec-fluent-wrap.mec-skin-slider-container .mec-slider-t1-wrap .mec-owl-theme .owl-nav .owl-prev:hover, .mec-single-event-bar-seperator, .mec-single-fluent-body .lity-content .mec-events-meta-group-booking, .mec-single-fluent-wrap .mec-events-meta-group-countdown {
	background-color: var(--mec-fluent-main-color-rgba-1) !important;
}

.mec-fluent-wrap .mec-available-tickets-details span.mec-available-tickets-number, .mec-fluent-wrap .mec-calendar-weekly .mec-calendar-d-top .mec-current-week, .mec-fluent-wrap .mec-calendar-weekly .mec-calendar-d-top dt.active, .mec-fluent-wrap .mec-calendar.mec-event-calendar-classic .mec-calendar-table-head dt.active, .mec-fluent-wrap .mec-color, .mec-fluent-wrap .mec-daily-view-events-left-side h5.mec-daily-today-title span:first-child, .mec-fluent-wrap .mec-event-sharing-wrap>li:first-of-type i, .mec-fluent-wrap .mec-filter-content i, .mec-fluent-wrap .mec-load-month i, .mec-fluent-wrap .mec-load-more-button, .mec-fluent-wrap .mec-load-year i, .mec-fluent-wrap a:hover, .mec-fluent-wrap i.mec-filter-icon, .mec-fluent-wrap.mec-skin-available-spot-container .mec-date-wrap span.mec-event-day-num, .mec-fluent-wrap.mec-skin-carousel-container .event-carousel-type2-head .mec-date-wrap span.mec-event-day-num, .mec-fluent-wrap.mec-skin-countdown-container .mec-date-wrap span.mec-event-day-num, .mec-fluent-wrap.mec-skin-cover-container .mec-date-wrap span.mec-event-day-num, .mec-fluent-wrap.mec-skin-full-calendar-container>.mec-totalcal-box .mec-totalcal-view span.mec-totalcalview-selected, .mec-fluent-wrap.mec-skin-masonry-container .mec-masonry .mec-date-wrap span.mec-event-day-num, .mec-fluent-wrap.mec-skin-slider-container .mec-date-wrap span.mec-event-day-num, .mec-single-fluent-wrap .mec-event-social li.mec-event-social-icon a:hover, .mec-single-fluent-wrap .mec-events-meta-group-tags .mec-event-footer a:hover, .mec-single-fluent-wrap .mec-related-event-post .mec-date-wrap span.mec-event-day-num, .mec-single-fluent-wrap .mec-single-event-category a:hover, .mec-wrap .mec-color-hover:hover {
	color: var(--mec-fluent-bold-color) !important;
}

.mec-fluent-wrap .mec-load-month, .mec-fluent-wrap .mec-load-year, .mec-fluent-wrap.mec-skin-carousel-container .mec-owl-theme .owl-dots .owl-dot.active span, .mec-single-fluent-body .lity-content .mec-events-meta-group-booking .mec-book-available-tickets-details>.mec-book-available-tickets-details-header, .mec-single-fluent-wrap .mec-event-social li.mec-event-social-icon a:hover, .mec-single-fluent-wrap .mec-events-meta-group-booking .mec-book-available-tickets-details>.mec-book-available-tickets-details-header {
	border-color: var(--mec-fluent-bold-color) !important;
}

.mec-fluent-wrap .mec-calendar .mec-daily-view-day.mec-has-event:after, .mec-fluent-wrap .mec-event-cover-fluent-type2 .mec-event-sharing-wrap:hover>li:first-child, .mec-fluent-wrap.mec-single-fluent-wrap .mec-events-meta-group-booking button, .mec-fluent-wrap.mec-skin-carousel-container .mec-owl-theme .owl-dots .owl-dot.active span, .mec-fluent-wrap.mec-skin-cover-container .mec-event-cover-fluent-type1 .mec-booking-button, .mec-fluent-wrap.mec-skin-cover-container .mec-event-cover-fluent-type2 .mec-date-wrap, .mec-fluent-wrap.mec-skin-cover-container .mec-event-cover-fluent-type3 .mec-booking-button, .mec-fluent-wrap.mec-skin-cover-container .mec-event-cover-fluent-type4 .mec-booking-button, .mec-single-fluent-body .lity-content .mec-events-meta-group-booking button, .mec-single-fluent-wrap .mec-events-meta-group-booking input[type=radio]:checked:before {
	background-color: var(--mec-fluent-bold-color) !important;
}

.mec-fluent-wrap .mec-booking-button:hover, .mec-fluent-wrap .mec-load-month:hover, .mec-fluent-wrap .mec-load-more-button:hover, .mec-fluent-wrap .mec-load-year:hover, .mec-fluent-wrap .mec-yearly-view-wrap .mec-calendar.mec-yearly-calendar .mec-has-event:after, .mec-wrap.mec-single-fluent-wrap .button:hover, .mec-wrap.mec-single-fluent-wrap button:not(.owl-dot):not(.gm-control-active):not(.mejs):not(.owl-prev):not(.owl-next):not(.mec-googlemap-details button):not(.mec-googlemap-skin button):hover, .mec-wrap.mec-single-fluent-wrap input[type=button]:hover, .mec-wrap.mec-single-fluent-wrap input[type=reset]:hover, .mec-wrap.mec-single-fluent-wrap input[type=submit]:hover {
	background-color: var(--mec-fluent-bg-hover-color) !important;
}

.mec-fluent-wrap {
	background-color: var(--mec-fluent-bg-color) !important;
}

.mec-fluent-wrap .mec-filter-content, .mec-fluent-wrap.mec-skin-masonry-container .mec-masonry .mec-date-wrap, .mec-single-fluent-wrap .mec-event-social li.mec-event-social-icon a:hover {
	background-color: var(--mec-fluent-second-bg-color) !important;
}

.mec-fluent-wrap .mec-filter-content:after {
	border-bottom-color: var(--mec-fluent-second-bg-color) !important;
}

@media only screen and (min-width:1200px) {
	.mec-theme-saga .mec-container, body [id*=mec_skin_].mec-fluent-wrap {
		width: inherit;
		max-width: inherit;
	}
}

.mec-theme-saga .mec-wrap h1, .mec-theme-saga .mec-wrap h2, .mec-theme-saga .mec-wrap h3, .mec-theme-saga .mec-wrap h4, .mec-theme-saga .mec-wrap h5, .mec-theme-saga .mec-wrap h6 {
	text-align: inherit;
}

.mec-theme-saga .mec-gCalendar h1:after, .mec-theme-saga .mec-gCalendar h2:after, .mec-theme-saga .mec-gCalendar h3:after, .mec-theme-saga .mec-gCalendar h4:after, .mec-theme-saga .mec-gCalendar h5:after, .mec-theme-saga .mec-gCalendar h6:after, .mec-theme-saga .mec-wrap h1:after, .mec-theme-saga .mec-wrap h2:after, .mec-theme-saga .mec-wrap h3:after, .mec-theme-saga .mec-wrap h4:after, .mec-theme-saga .mec-wrap h5:after, .mec-theme-saga .mec-wrap h6:after {
	display: none;
}

.mec-theme-saga .mec-wrap a img {
	opacity: 1;
	padding: 0;
	border: none;
	-webkit-transition: unset;
	-moz-transition: unset;
	-o-transition: unset;
	transition: unset;
	background: 0 0;
	border-color: unset;
}

.mec-theme-saga .mec-wrap input[type=date], .mec-theme-saga .mec-wrap input[type=datetime-local], .mec-theme-saga .mec-wrap input[type=datetime], .mec-theme-saga .mec-wrap input[type=email], .mec-theme-saga .mec-wrap input[type=month], .mec-theme-saga .mec-wrap input[type=number], .mec-theme-saga .mec-wrap input[type=password], .mec-theme-saga .mec-wrap input[type=search], .mec-theme-saga .mec-wrap input[type=tel], .mec-theme-saga .mec-wrap input[type=text], .mec-theme-saga .mec-wrap input[type=time], .mec-theme-saga .mec-wrap input[type=url], .mec-theme-saga .mec-wrap input[type=week], .mec-theme-saga .mec-wrap select, .mec-theme-saga .mec-wrap textarea {
	opacity: 1;
	-webkit-transition: unset;
	-moz-transition: unset;
	-o-transition: unset;
	transition: unset;
}

.mec-theme-saga .mec-wrap ol, .mec-theme-saga .mec-wrap ul {
	margin: 0;
}

.mec-theme-saga .mec-wrap dl, .mec-theme-saga .mec-wrap dt {
	margin: 0;
}

.mec-theme-saga .mec-single-event {
	padding-top: 15px;
}

.mec-single-event .mec-events-meta-group-booking form>h4, .mec-theme-saga .lity-content .mec-events-meta-group-booking .mec-wrap-checkout h4, .mec-theme-saga .lity-content .mec-events-meta-group-booking form>h4, .mec-theme-saga .mec-events-meta-group-booking .mec-booking-shortcode .mec-wrap-checkout h4, .mec-theme-saga .mec-events-meta-group-booking .mec-booking-shortcode form>h4, .mec-theme-saga .mec-single-event .mec-events-meta-group-booking .mec-wrap-checkout h4, .mec-theme-saga .mec-single-event .mec-frontbox-title, .mec-theme-saga .mec-single-event .mec-wrap-checkout h4 {
	text-align: center;
}

.mec-event-banner-inner .mec-single-event-location>i {
	display: none;
}

span.load-more-text {
	text-decoration: underline;
	margin-left: 5px;
	cursor: pointer;
	position: relative;
}

span.load-more-text:before {
	content: "";
	width: 100px;
	height: 24px;
	position: absolute;
	top: 0;
	right: calc(100% + 5px);
	background-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 0, #fff 100%);
	z-index: 1;
}

.mec-event-banner img.mec-custom-image-icon, .mec-event-meta img.mec-custom-image-icon, .mec-single-event-bar img.mec-custom-image-icon {
	width: 20px;
}

.mec-partial-full-payment {
	display: flex;
	flex-wrap: wrap;
}

.mec-partial-full-payment .mec-full-payment-booking-tab, .mec-partial-full-payment .mec-partial-payment-booking-tab {
	font-size: 14px;
	font-weight: 600;
	line-height: 18px;
	flex: calc(50% - 20px);
	max-width: calc(50% - 10px);
	border: 1px solid #e6e7e8;
	border-radius: var(--mec-secondary-border-radius);
	padding: 14.5px 20px 14.5px 15px !important;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	cursor: pointer;
}

.mec-partial-full-payment li:nth-child(odd) {
	margin-right: 20px !important;
}

.mec-partial-full-payment li.mec-active {
	border: 1px solid var(--mec-color-skin-rgba-2);
}

.mec-partial-full-payment .mec-book-form-partial-full-svg {
	display: flex;
	margin-right: 10px;
}

.mec-partial-full-payment .mec-book-form-partial-full-radio {
	margin-left: auto;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
	padding: 0 !important;
	margin: 0 !important;
	line-height: 10px !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
	line-height: 5px;
	padding: 0 0 0 5px;
	position: relative;
	top: -1px;
}

.mec-fes-form .mec-form-row .button:not(.wp-color-result), .mec-fes-form input[type=file] {
	height: 36px;
	line-height: 32px !important;
	border-width: 1px;
	font-weight: 400;
	display: inline-block;
	margin: 0 0 10px 0;
}

.mec-fes-form .mec-form-row .button:not(.wp-color-result):focus, .mec-fes-form input[type=file]:focus {
	box-shadow: none;
}

.mec-form-row input[type=checkbox] {
	min-width: 20px;
	min-height: 20px;
}

.mec-form-row input[type=checkbox]:checked:before {
	top: 10px;
	left: 3px;
}

.mec-fes-form label input[type=checkbox] {
	margin-top: -2px;
}

.mec-fes-form .mec-form-subtitle, .mec-fes-form .mec-hourly-schedule-days h4, .mec-fes-form div[id^=mec_price_per_dates_container] .mec-form-row h5, .mec-fes-form div[id^=mec_ticket_availability_dates_container] .mec-form-row h5, .mec-fes-form h5.mec-title {
	text-transform: capitalize;
	border-bottom: 1px solid var(--mec-fes-main-color-rgba-4);
	padding-bottom: 6px;
	margin: 40px 0 16px;
	font-size: 15px;
	font-weight: 600;
	padding: 0 0 10px 0;
	background: 0 0;
	color: #798f96;
}

.mec-fes-form #mec_faq_list li.mec-box.mec_faq_row {
	margin: 15px 0;
}

.mec-fes-form #mec_faq_list li ul {
	list-style: none;
	position: relative;
}

.mec-fes-form #mec_faq_list li ul li {
	position: absolute;
	right: 0;
}

.mec-fes-form .mec-hourly-schedule-days .mec-form-row {
	position: relative;
}

.mec-fes-form .mec-hourly-schedule-days .mec-form-row .mec-hourly-schedule-remove-day-button {
	position: absolute;
	right: 0;
}

.mec-fes-form .mec-box.mec_ticket_row {
	position: relative;
}

.mec-fes-form .mec-box.mec_ticket_row .button.remove {
	padding: 0 !important;
	min-height: 28px;
	height: 28px;
	width: 28px;
	margin: 0;
	border-radius: 50%;
	position: absolute;
	top: 20px;
	right: 20px;
	color: #fff;
	box-shadow: none;
	background: #fff;
	border-color: #ea6485;
	font-size: 20px;
	line-height: 1.5 !important;
}

.mec-fes-form .mec-box.mec_ticket_row .button.remove svg {
	fill: #ea6485 !important;
}

.mec-fes-form .mec-box.mec_ticket_row .button.remove:hover {
	color: #fff;
	border-color: #ea6485;
	background: #ea6485;
}

.mec-fes-form .mec-box.mec_ticket_row .button.remove:hover svg {
	fill: #fff !important;
}

.mec-fes-form .mec-form-row .mec-col-4 input[type=number], .mec-fes-form .mec-form-row .mec-col-4 input[type=text], .mec-fes-form .mec-form-row .mec-col-4 textarea, .mec-fes-form .mec-form-row .mec-col-4:not(.mec-time-picker) select {
	width: 75% !important;
	max-width: 250px;
}

.mec-fes-form .mec-form-row .mec-col-6 input[type=number], .mec-fes-form .mec-form-row .mec-col-6 input[type=text], .mec-fes-form .mec-form-row .mec-col-6 textarea, .mec-fes-form .mec-form-row .mec-col-6:not(.mec-time-picker) select {
	width: 85% !important;
	max-width: 250px;
}

.mec-fes-form #mec_meta_box_hourly_schedule_days .mec-form-row input[type=text], .mec-fes-form #mec_meta_box_tickets_form .mec-form-row input[type=text] {
	max-width: 250px;
}

.mec-fes-form .mec-form-row:has(.mec-stop-selling-tickets) {
	display: flex;
	align-items: top;
	gap: 5px;
}

.mec-fes-form .mec-form-row .mec-stop-selling-tickets {
	width: 120px;
}

.mec-fes-form ul#mec_bfixed_form_fields li, .mec-fes-form ul#mec_orgz_form_row li, .mec-fes-form ul#mec_reg_form_fields li {
	margin: 6px 0;
	border-right: 1px solid var(--mec-fes-main-color-rgba-4);
	border-left: 1px solid var(--mec-fes-main-color-rgba-4);
}

.mec-fes-form ul#mec_bfixed_form_fields li, .mec-fes-form ul#mec_orgz_form_row li, .mec-fes-form ul#mec_reg_form_fields li {
	margin: 6px 0;
	border-right: 1px solid var(--mec-fes-main-color-rgba-4);
	border-left: 1px solid var(--mec-fes-main-color-rgba-4);
}

.mec-fes-form #mec_bfixed_form_field_types .button, .mec-fes-form #mec_reg_form_field_types .button {
	line-height: 20px !important;
	letter-spacing: 0;
	padding: 0 10px 0 25px !important;
}

.mec-fes-form .mec-ticket-id.mec-label, .mec-fes-form .mec_ticket_variation_row .mec-col-3, .mec-fes-form .mec_ticket_variation_row .mec-col-9 {
	font-size: 13px;
	line-height: 20px;
	display: block;
	color: #798f96;
	font-weight: 400;
	padding: 0;
}

.mec-fes-form #mec-schema label {
	line-height: 20px;
}

@media (min-width:783px) {
	.mec-fes-event-fields .mec-form-row .mec-col-4, .mec-fes-event-fields .mec-form-row .mec-col-8 {
		width: 49%;
	}
}

.mec-fes-form #mec_reg_form_fields .mec_reg_field_type {
	display: inline-block;
	margin-bottom: 10px;
}

.mec-fes-form .button.mec-util-hidden {
	display: none !important;
}

.mec-fes-form #mec_reg_form_field_types .button.red:hover {
	background: unset;
	color: #ea6485;
	border-color: #ffd2dd;
	cursor: not-allowed;
}

#mec_reg_form_field_types .button.red {
	color: #ea6485;
	background: #fff;
	border-color: #ffd2dd;
}

#mec_reg_form_field_types .button.red:hover {
	background: #ea6485;
	color: #fff;
}

#mec_reg_form_field_types .button.red:before {
	color: #ea6485;
}

#mec_reg_form_field_types .button.red:hover {
	color: #fff;
}

.mec-dark-mode #mec_reg_form_field_types .button.red {
	background: #2d2d2d;
}

span.button {
	cursor: pointer;
}

.lity {
	z-index: 999999 !important;
}

.mec-skin-weekly-view-month-navigator-container .mec-month-navigator {
	position: relative;
}

.tooltipster-fall, .tooltipster-grow.tooltipster-show {
	-webkit-transition-timing-function: cubic-bezier(.175, .885, .32, 1);
	-moz-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
	-ms-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
	-o-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
}

.tooltipster-base {
	display: flex;
	pointer-events: none;
	position: absolute;
}

.tooltipster-box {
	flex: 1 1 auto;
}

.tooltipster-content {
	box-sizing: border-box;
	max-height: 100%;
	max-width: 100%;
	overflow: auto;
}

.tooltipster-ruler {
	bottom: 0;
	left: 0;
	overflow: hidden;
	position: fixed;
	right: 0;
	top: 0;
	visibility: hidden;
}

.tooltipster-fade {
	opacity: 0;
	-webkit-transition-property: opacity;
	-moz-transition-property: opacity;
	-o-transition-property: opacity;
	-ms-transition-property: opacity;
	transition-property: opacity;
}

.tooltipster-fade.tooltipster-show {
	opacity: 1;
}

.tooltipster-grow {
	-webkit-transform: scale(0, 0);
	-moz-transform: scale(0, 0);
	-o-transform: scale(0, 0);
	-ms-transform: scale(0, 0);
	transform: scale(0, 0);
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform;
	-webkit-backface-visibility: hidden;
}

.tooltipster-grow.tooltipster-show {
	-webkit-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
	transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
}

.tooltipster-swing {
	opacity: 0;
	-webkit-transform: rotateZ(4deg);
	-moz-transform: rotateZ(4deg);
	-o-transform: rotateZ(4deg);
	-ms-transform: rotateZ(4deg);
	transform: rotateZ(4deg);
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform;
}

.tooltipster-swing.tooltipster-show {
	opacity: 1;
	-webkit-transform: rotateZ(0);
	-moz-transform: rotateZ(0);
	-o-transform: rotateZ(0);
	-ms-transform: rotateZ(0);
	transform: rotateZ(0);
	-webkit-transition-timing-function: cubic-bezier(.23, .635, .495, 1);
	-webkit-transition-timing-function: cubic-bezier(.23, .635, .495, 2.4);
	-moz-transition-timing-function: cubic-bezier(.23, .635, .495, 2.4);
	-ms-transition-timing-function: cubic-bezier(.23, .635, .495, 2.4);
	-o-transition-timing-function: cubic-bezier(.23, .635, .495, 2.4);
	transition-timing-function: cubic-bezier(.23, .635, .495, 2.4);
}

.tooltipster-fall {
	-webkit-transition-property: top;
	-moz-transition-property: top;
	-o-transition-property: top;
	-ms-transition-property: top;
	transition-property: top;
	-webkit-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
	transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
}

.tooltipster-fall.tooltipster-initial {
	top: 0 !important;
}

.tooltipster-fall.tooltipster-dying {
	-webkit-transition-property: all;
	-moz-transition-property: all;
	-o-transition-property: all;
	-ms-transition-property: all;
	transition-property: all;
	top: 0 !important;
	opacity: 0;
}

.tooltipster-slide {
	-webkit-transition-property: left;
	-moz-transition-property: left;
	-o-transition-property: left;
	-ms-transition-property: left;
	transition-property: left;
	-webkit-transition-timing-function: cubic-bezier(.175, .885, .32, 1);
	-webkit-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
	-moz-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
	-ms-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
	-o-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
	transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
}

.tooltipster-slide.tooltipster-initial {
	left: -40px !important;
}

.tooltipster-slide.tooltipster-dying {
	-webkit-transition-property: all;
	-moz-transition-property: all;
	-o-transition-property: all;
	-ms-transition-property: all;
	transition-property: all;
	left: 0 !important;
	opacity: 0;
}

@keyframes tooltipster-fading {
	0% {
		opacity: 0;
	}
	
	100% {
		opacity: 1;
	}
}

.tooltipster-update-fade {
	animation: tooltipster-fading .4s;
}

@keyframes tooltipster-rotating {
	25% {
		transform: rotate(-2deg);
	}
	
	75% {
		transform: rotate(2deg);
	}
	
	100% {
		transform: rotate(0);
	}
}

.tooltipster-update-rotate {
	animation: tooltipster-rotating .6s;
}

@keyframes tooltipster-scaling {
	50% {
		transform: scale(1.1);
	}
	
	100% {
		transform: scale(1);
	}
}

.tooltipster-update-scale {
	animation: tooltipster-scaling .6s;
}

.tooltipster-sidetip .tooltipster-box {
	background: #565656;
	border: 2px solid #000;
	border-radius: 4px;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-box {
	margin-top: 8px;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-box {
	margin-right: 8px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-box {
	margin-left: 8px;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-box {
	margin-bottom: 8px;
}

.tooltipster-sidetip .tooltipster-content {
	color: #fff;
	line-height: 18px;
	padding: 6px 14px;
}

.tooltipster-sidetip .tooltipster-arrow {
	overflow: hidden;
	position: absolute;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow {
	height: 10px;
	margin-left: -10px;
	top: 0;
	width: 20px;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow {
	height: 20px;
	margin-top: -10px;
	right: 0;
	top: 0;
	width: 10px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow {
	height: 20px;
	margin-top: -10px;
	left: 0;
	top: 0;
	width: 10px;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow {
	bottom: 0;
	height: 10px;
	margin-left: -10px;
	width: 20px;
}

.tooltipster-sidetip .tooltipster-arrow-background, .tooltipster-sidetip .tooltipster-arrow-border {
	height: 0;
	position: absolute;
	width: 0;
}

.tooltipster-sidetip .tooltipster-arrow-background {
	border: 10px solid transparent;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
	border-bottom-color: #565656;
	left: 0;
	top: 3px;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background {
	border-left-color: #565656;
	left: -3px;
	top: 0;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background {
	border-right-color: #565656;
	left: 3px;
	top: 0;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
	border-top-color: #565656;
	left: 0;
	top: -3px;
}

.tooltipster-sidetip .tooltipster-arrow-border {
	border: 10px solid transparent;
	left: 0;
	top: 0;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border {
	border-bottom-color: #000;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border {
	border-left-color: #000;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border {
	border-right-color: #000;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
	border-top-color: #000;
}

.tooltipster-sidetip .tooltipster-arrow-uncropped {
	position: relative;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-uncropped {
	top: -10px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-uncropped {
	left: -10px;
}

.tooltipster-sidetip.tooltipster-shadow .tooltipster-box {
	border: none;
	border-radius: 5px;
	background: #fff;
	box-shadow: 0 0 10px 6px rgba(0, 0, 0, .1);
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-bottom .tooltipster-box {
	margin-top: 6px;
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-left .tooltipster-box {
	margin-right: 6px;
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-right .tooltipster-box {
	margin-left: 6px;
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-top .tooltipster-box {
	margin-bottom: 6px;
}

.tooltipster-sidetip.tooltipster-shadow .tooltipster-content {
	color: #8d8d8d;
}

.tooltipster-sidetip.tooltipster-shadow .tooltipster-arrow {
	height: 6px;
	margin-left: -6px;
	width: 12px;
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-left .tooltipster-arrow, .tooltipster-sidetip.tooltipster-shadow.tooltipster-right .tooltipster-arrow {
	height: 12px;
	margin-left: 0;
	margin-top: -6px;
	width: 6px;
}

.tooltipster-sidetip.tooltipster-shadow .tooltipster-arrow-background {
	display: none;
}

.tooltipster-sidetip.tooltipster-shadow .tooltipster-arrow-border {
	border: 6px solid transparent;
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-bottom .tooltipster-arrow-border {
	border-bottom-color: #fff;
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-left .tooltipster-arrow-border {
	border-left-color: #fff;
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-right .tooltipster-arrow-border {
	border-right-color: #fff;
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-top .tooltipster-arrow-border {
	border-top-color: #fff;
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-bottom .tooltipster-arrow-uncropped {
	top: -6px;
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-right .tooltipster-arrow-uncropped {
	left: -6px;
}

/**
 * Featherlight – ultra slim jQuery lightbox
 * Version 1.7.14 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2019, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
html.with-featherlight {
	/* disable global scrolling when featherlights are visible */
	overflow: hidden;
}

.featherlight {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2147483647;
	text-align: center;
	white-space: nowrap;
	cursor: pointer;
	background: #333;
	background: rgba(0, 0, 0, 0);
}

/* support for nested featherlights. Does not work in IE8 (use JS to fix) */
.featherlight:last-of-type {
	background: rgba(0, 0, 0, .8);
}

.featherlight:before {
	/* position: trick to center content vertically */
	content: "";
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.featherlight .featherlight-content {
	/* make content container for positioned elements (close button) */
	position: relative;
	text-align: left;
	vertical-align: middle;
	display: inline-block;
	overflow: auto;
	padding: 25px 25px 0;
	border-bottom: 25px solid transparent;
	margin-left: 5%;
	margin-right: 5%;
	max-height: 95%;
	background: #fff;
	cursor: auto;
	white-space: normal;
}

/* contains the content */
.featherlight .featherlight-inner {
	/* make sure its visible */
	display: block;
}

/* don't show these though */
.featherlight script.featherlight-inner, .featherlight link.featherlight-inner, .featherlight style.featherlight-inner {
	display: none;
}

.featherlight .featherlight-close-icon {
	/* position: centering vertical and horizontal */
	position: absolute;
	z-index: 9999;
	top: 0;
	right: 0;
	line-height: 25px;
	width: 25px;
	cursor: pointer;
	text-align: center;
	font-family: Arial, sans-serif;
	background: #fff;
	background: rgba(255, 255, 255, .3);
	color: #000;
	border: none;
	padding: 0;
}

/* See http://stackoverflow.com/questions/16077341/how-to-reset-all-default-styles-of-the-html5-button-element */
.featherlight .featherlight-close-icon::-moz-focus-inner {
	border: 0;
	padding: 0;
}

.featherlight .featherlight-image {
	/* styling */
	width: 100%;
}

.featherlight-iframe .featherlight-content {
	/* removed the border for image croping since iframe is edge to edge */
	border-bottom: 0;
	padding: 0;
	-webkit-overflow-scrolling: touch;
}

.featherlight iframe {
	/* styling */
	border: none;
}

.featherlight * {
	/* See https://github.com/noelboss/featherlight/issues/42 */
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* handling phones and small screens */
@media only screen and (max-width: 1024px) {
	.featherlight .featherlight-content {
		/* dimensions: maximize lightbox with for small screens */
		margin-left: 0;
		margin-right: 0;
		max-height: 98%;
		padding: 10px 10px 0;
		border-bottom: 10px solid transparent;
	}
}

/* hide non featherlight items when printing */
@media print {
	html.with-featherlight>*> :not(.featherlight) {
		display: none;
	}
}

/*! Lity - v2.4.1 - 2020-04-26
* http://sorgalla.com/lity/
* Copyright (c) 2015-2020 Jan Sorgalla; Licensed MIT */
.lity {
	z-index: 9990;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	white-space: nowrap;
	background: #0b0b0b;
	background: rgba(0, 0, 0, .9);
	outline: none !important;
	opacity: 0;
	-webkit-transition: opacity .3s ease;
	-o-transition: opacity .3s ease;
	transition: opacity .3s ease;
}

.lity.lity-opened {
	opacity: 1;
}

.lity.lity-closed {
	opacity: 0;
}

.lity * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.lity-wrap {
	z-index: 9990;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	text-align: center;
	outline: none !important;
}

.lity-wrap:before {
	content: "";
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -.25em;
}

.lity-loader {
	z-index: 9991;
	color: #fff;
	position: absolute;
	top: 50%;
	margin-top: -.8em;
	width: 100%;
	text-align: center;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	opacity: 0;
	-webkit-transition: opacity .3s ease;
	-o-transition: opacity .3s ease;
	transition: opacity .3s ease;
}

.lity-loading .lity-loader {
	opacity: 1;
}

.lity-container {
	z-index: 9992;
	position: relative;
	text-align: left;
	vertical-align: middle;
	display: inline-block;
	white-space: normal;
	max-width: 100%;
	max-height: 100%;
	outline: none !important;
}

.lity-content {
	z-index: 9993;
	width: 100%;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: -webkit-transform .3s ease;
	transition: -webkit-transform .3s ease;
	transition: transform .3s ease;
	transition: transform .3s ease, -webkit-transform .3s ease, -o-transform .3s ease;
	-o-transition: -o-transform .3s ease;
}

.lity-loading .lity-content, .lity-closed .lity-content {
	-webkit-transform: scale(.8);
	-ms-transform: scale(.8);
	-o-transform: scale(.8);
	transform: scale(.8);
}

.lity-content:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	display: block;
	right: 0;
	width: auto;
	height: auto;
	z-index: -1;
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	box-shadow: 0 0 8px rgba(0, 0, 0, .6);
}

.lity-close {
	z-index: 9994;
	width: 35px;
	height: 35px;
	position: fixed;
	right: 0;
	top: 0;
	-webkit-appearance: none;
	cursor: pointer;
	text-decoration: none;
	text-align: center;
	padding: 0;
	color: #fff;
	font-style: normal;
	font-size: 35px;
	font-family: Arial, Baskerville, monospace;
	line-height: 35px;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
	border: 0;
	background: none;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.lity-close::-moz-focus-inner {
	border: 0;
	padding: 0;
}

.lity-close:hover, .lity-close:focus, .lity-close:active, .lity-close:visited {
	text-decoration: none;
	text-align: center;
	padding: 0;
	color: #fff;
	font-style: normal;
	font-size: 35px;
	font-family: Arial, Baskerville, monospace;
	line-height: 35px;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
	border: 0;
	background: none;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.lity-close:active {
	top: 1px;
}

.lity-image img {
	max-width: 100%;
	display: block;
	line-height: 0;
	border: 0;
}

.lity-iframe .lity-container, .lity-youtube .lity-container, .lity-vimeo .lity-container, .lity-facebookvideo .lity-container, .lity-googlemaps .lity-container {
	width: 100%;
	max-width: 964px;
}

.lity-iframe-container {
	width: 100%;
	height: 0;
	padding-top: 56.25%;
	overflow: auto;
	pointer-events: auto;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-overflow-scrolling: touch;
}

.lity-iframe-container iframe {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	background: #000;
}

.lity-hide {
	display: none;
}

.fc-icon, .fc-unselectable {
	-moz-user-select: none;
	-ms-user-select: none;
}

.fc .fc-button, .fc-icon {
	text-transform: none;
	font-weight: 400;
}

.fc-not-allowed, .fc-not-allowed .fc-event {
	cursor: not-allowed;
}

.fc .fc-button:not(:disabled), .fc a[data-navlink], .fc-event.fc-event-draggable, .fc-event[href] {
	cursor: pointer;
}

.fc-unselectable {
	-webkit-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: transparent;
}

.fc {
	display: flex;
	flex-direction: column;
	font-size: 1em;
}

.fc .fc-button, .fc-icon {
	display: inline-block;
	text-align: center;
}

.fc, .fc *, .fc :after, .fc :before {
	box-sizing: border-box;
}

.fc table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 1em;
}

.fc th {
	text-align: center;
}

.fc td, .fc th {
	vertical-align: top;
	padding: 0;
}

.fc .fc-button, .fc .fc-button .fc-icon, .fc .fc-button-group, .fc .fc-timegrid-slot-label {
	vertical-align: middle;
}

.fc a[data-navlink]:hover {
	text-decoration: underline;
}

.fc .fc-button:hover, .fc .fc-list-event-title a, a.fc-event, a.fc-event:hover {
	text-decoration: none;
}

.fc-direction-ltr {
	direction: ltr;
	text-align: left;
}

.fc-direction-rtl {
	direction: rtl;
	text-align: right;
}

.fc-theme-standard td, .fc-theme-standard th {
	border: 1px solid #ddd;
	border: 1px solid var(--fc-border-color, #ddd);
}

.fc-liquid-hack td, .fc-liquid-hack th {
	position: relative;
}

.fc-icon {
	width: 1em;
	height: 1em;
	-webkit-user-select: none;
	user-select: none;
	font-family: fcicons !important;
	speak: none;
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.fc-icon-chevron-left:before {
	content: "";
}

.fc-icon-chevron-right:before {
	content: "";
}

.fc-icon-chevrons-left:before {
	content: "";
}

.fc-icon-chevrons-right:before {
	content: "";
}

.fc-icon-minus-square:before {
	content: "";
}

.fc-icon-plus-square:before {
	content: "";
}

.fc-icon-x:before {
	content: "";
}

.fc .fc-button {
	overflow: visible;
	text-transform: none;
	margin: 0;
	font-family: inherit;
}

.fc .fc-button::-moz-focus-inner {
	padding: 0;
	border-style: none;
}

.fc .fc-button {
	-webkit-appearance: button;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: transparent;
	border: 1px solid transparent;
	padding: .4em .65em;
	font-size: 1em;
	line-height: 1.5;
	border-radius: .25em;
}

.fc .fc-button:focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(44, 62, 80, .25);
}

.fc .fc-button-primary:focus, .fc .fc-button-primary:not(:disabled).fc-button-active:focus, .fc .fc-button-primary:not(:disabled):active:focus {
	box-shadow: 0 0 0 .2rem rgba(76, 91, 106, .5);
}

.fc .fc-button:disabled {
	opacity: .65;
}

.fc .fc-button-primary {
	color: #fff;
	color: var(--fc-button-text-color, #fff);
	background-color: #2c3e50;
	background-color: var(--fc-button-bg-color, #2c3e50);
	border-color: #2c3e50;
	border-color: var(--fc-button-border-color, #2c3e50);
}

.fc .fc-button-primary:hover {
	color: #fff;
	color: var(--fc-button-text-color, #fff);
	background-color: #1e2b37;
	background-color: var(--fc-button-hover-bg-color, #1e2b37);
	border-color: #1a252f;
	border-color: var(--fc-button-hover-border-color, #1a252f);
}

.fc .fc-button-primary:disabled {
	color: #fff;
	color: var(--fc-button-text-color, #fff);
	background-color: #2c3e50;
	background-color: var(--fc-button-bg-color, #2c3e50);
	border-color: #2c3e50;
	border-color: var(--fc-button-border-color, #2c3e50);
}

.fc .fc-button-primary:not(:disabled).fc-button-active, .fc .fc-button-primary:not(:disabled):active {
	color: #fff;
	color: var(--fc-button-text-color, #fff);
	background-color: #1a252f;
	background-color: var(--fc-button-active-bg-color, #1a252f);
	border-color: #151e27;
	border-color: var(--fc-button-active-border-color, #151e27);
}

.fc .fc-button .fc-icon {
	font-size: 1.5em;
}

.fc .fc-button-group {
	position: relative;
	display: inline-flex;
}

.fc .fc-button-group>.fc-button {
	position: relative;
	flex: 1 1 auto;
}

.fc .fc-button-group>.fc-button.fc-button-active, .fc .fc-button-group>.fc-button:active, .fc .fc-button-group>.fc-button:focus, .fc .fc-button-group>.fc-button:hover {
	z-index: 1;
}

.fc-direction-ltr .fc-button-group>.fc-button:not(:first-child) {
	margin-left: -1px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.fc-direction-ltr .fc-button-group>.fc-button:not(:last-child) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.fc-direction-rtl .fc-button-group>.fc-button:not(:first-child) {
	margin-right: -1px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.fc-direction-rtl .fc-button-group>.fc-button:not(:last-child) {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.fc .fc-toolbar {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.fc .fc-toolbar.fc-header-toolbar {
	margin-bottom: 1.5em;
}

.fc .fc-toolbar.fc-footer-toolbar {
	margin-top: 1.5em;
}

.fc .fc-toolbar-title {
	font-size: 1.75em;
	margin: 0;
}

.fc-direction-ltr .fc-toolbar>*>:not(:first-child) {
	margin-left: .75em;
}

.fc-direction-rtl .fc-toolbar>*>:not(:first-child) {
	margin-right: .75em;
}

.fc-direction-rtl .fc-toolbar-ltr {
	flex-direction: row-reverse;
}

.fc .fc-scroller {
	-webkit-overflow-scrolling: touch;
	position: relative;
}

.fc .fc-scroller-liquid {
	height: 100%;
}

.fc .fc-scroller-liquid-absolute {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
}

.fc .fc-scroller-harness {
	position: relative;
	overflow: hidden;
	direction: ltr;
}

.fc .fc-scroller-harness-liquid {
	height: 100%;
}

.fc-direction-rtl .fc-scroller-harness>.fc-scroller {
	direction: rtl;
}

.fc-theme-standard .fc-scrollgrid {
	border: 1px solid #ddd;
	border: 1px solid var(--fc-border-color, #ddd);
}

.fc .fc-scrollgrid, .fc .fc-scrollgrid-section-footer>*, .fc .fc-scrollgrid-section-header>* {
	border-bottom-width: 0;
}

.fc .fc-scrollgrid, .fc .fc-scrollgrid table {
	width: 100%;
	table-layout: fixed;
}

.fc .fc-scrollgrid table {
	border-top-style: hidden;
	border-left-style: hidden;
	border-right-style: hidden;
}

.fc .fc-scrollgrid {
	border-collapse: separate;
	border-right-width: 0;
}

.fc .fc-scrollgrid-liquid {
	height: 100%;
}

.fc .fc-scrollgrid-section, .fc .fc-scrollgrid-section table, .fc .fc-scrollgrid-section>td {
	height: 1px;
}

.fc .fc-scrollgrid-section-liquid>td {
	height: 100%;
}

.fc .fc-scrollgrid-section>* {
	border-top-width: 0;
	border-left-width: 0;
}

.fc .fc-scrollgrid-section-body table, .fc .fc-scrollgrid-section-footer table {
	border-bottom-style: hidden;
}

.fc .fc-scrollgrid-section-sticky>* {
	background: var(--fc-page-bg-color, #fff);
	position: sticky;
	z-index: 3;
}

.fc .fc-scrollgrid-section-header.fc-scrollgrid-section-sticky>* {
	top: 0;
}

.fc .fc-scrollgrid-section-footer.fc-scrollgrid-section-sticky>* {
	bottom: 0;
}

.fc .fc-scrollgrid-sticky-shim {
	height: 1px;
	margin-bottom: -1px;
}

.fc-sticky {
	position: sticky;
}

.fc .fc-view-harness {
	flex-grow: 1;
	position: relative;
}

.fc .fc-bg-event, .fc .fc-highlight, .fc .fc-non-business, .fc .fc-view-harness-active>.fc-view {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.fc .fc-col-header-cell-cushion {
	display: inline-block;
	padding: 2px 4px;
}

.fc .fc-non-business {
	background: rgba(215, 215, 215, .3);
	background: var(--fc-non-business-color, rgba(215, 215, 215, .3));
}

.fc .fc-bg-event {
	background: var(--fc-bg-event-color, #8fdf82);
	opacity: .3;
	opacity: var(--fc-bg-event-opacity, .3);
}

.fc .fc-bg-event .fc-event-title {
	margin: .5em;
	font-size: .85em;
	font-size: var(--fc-small-font-size, .85em);
	font-style: italic;
}

.fc .fc-highlight {
	background: rgba(188, 232, 241, .3);
	background: var(--fc-highlight-color, rgba(188, 232, 241, .3));
}

.fc .fc-cell-shaded, .fc .fc-day-disabled {
	background: rgba(208, 208, 208, .3);
	background: var(--fc-neutral-bg-color, rgba(208, 208, 208, .3));
}

.fc-event .fc-event-main {
	position: relative;
	z-index: 2;
}

.fc-event-dragging:not(.fc-event-selected) {
	opacity: .75;
}

.fc-event-dragging.fc-event-selected {
	box-shadow: 0 2px 7px rgba(0, 0, 0, .3);
}

.fc-event .fc-event-resizer {
	display: none;
	position: absolute;
	z-index: 4;
}

.fc-event-selected .fc-event-resizer, .fc-event:hover .fc-event-resizer, .fc-h-event, .fc-v-event {
	display: block;
}

.fc-event-selected .fc-event-resizer {
	border-radius: 4px;
	border-radius: calc(var(--fc-event-resizer-dot-total-width, 8px) / 2);
	border-width: 1px;
	border-width: var(--fc-event-resizer-dot-border-width, 1px);
	width: 8px;
	width: var(--fc-event-resizer-dot-total-width, 8px);
	height: 8px;
	height: var(--fc-event-resizer-dot-total-width, 8px);
	border-style: solid;
	border-color: inherit;
	background: var(--fc-page-bg-color, #fff);
}

.fc-event-selected .fc-event-resizer:before {
	content: "";
	position: absolute;
	top: -20px;
	left: -20px;
	right: -20px;
	bottom: -20px;
}

.fc-event-selected, .fc-event:focus {
	box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.fc-event-selected:before, .fc-event:focus:before {
	content: "";
	position: absolute;
	z-index: 3;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.fc-event-selected:after, .fc-event:focus:after {
	content: "";
	background: rgba(0, 0, 0, .25);
	background: var(--fc-event-selected-overlay-color, rgba(0, 0, 0, .25));
	position: absolute;
	z-index: 1;
	top: -1px;
	left: -1px;
	right: -1px;
	bottom: -1px;
}

.fc-h-event {
	border: 1px solid #3788d8;
	border: 1px solid var(--fc-event-border-color, #3788d8);
	background-color: #3788d8;
	background-color: var(--fc-event-bg-color, #3788d8);
}

.fc-h-event .fc-event-main {
	color: #fff;
	color: var(--fc-event-text-color, #fff);
}

.fc-h-event .fc-event-main-frame {
	display: flex;
}

.fc-h-event .fc-event-time {
	max-width: 100%;
	overflow: hidden;
}

.fc-h-event .fc-event-title-container {
	flex-grow: 1;
	flex-shrink: 1;
	min-width: 0;
}

.fc-h-event .fc-event-title {
	display: inline-block;
	vertical-align: top;
	left: 0;
	right: 0;
	max-width: 100%;
	overflow: hidden;
	word-break: break-word;
}

.fc-h-event.fc-event-selected:before {
	top: -10px;
	bottom: -10px;
}

.fc-direction-ltr .fc-daygrid-block-event:not(.fc-event-start), .fc-direction-rtl .fc-daygrid-block-event:not(.fc-event-end) {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	border-left-width: 0;
}

.fc-direction-ltr .fc-daygrid-block-event:not(.fc-event-end), .fc-direction-rtl .fc-daygrid-block-event:not(.fc-event-start) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	border-right-width: 0;
}

.fc-h-event:not(.fc-event-selected) .fc-event-resizer {
	top: 0;
	bottom: 0;
	width: 8px;
	width: var(--fc-event-resizer-thickness, 8px);
}

.fc-direction-ltr .fc-h-event:not(.fc-event-selected) .fc-event-resizer-start, .fc-direction-rtl .fc-h-event:not(.fc-event-selected) .fc-event-resizer-end {
	cursor: w-resize;
	left: -4px;
	left: calc(-.5 * var(--fc-event-resizer-thickness, 8px));
}

.fc-direction-ltr .fc-h-event:not(.fc-event-selected) .fc-event-resizer-end, .fc-direction-rtl .fc-h-event:not(.fc-event-selected) .fc-event-resizer-start {
	cursor: e-resize;
	right: -4px;
	right: calc(-.5 * var(--fc-event-resizer-thickness, 8px));
}

.fc-h-event.fc-event-selected .fc-event-resizer {
	top: 50%;
	margin-top: -4px;
	margin-top: calc(-.5 * var(--fc-event-resizer-dot-total-width, 8px));
}

.fc-direction-ltr .fc-h-event.fc-event-selected .fc-event-resizer-start, .fc-direction-rtl .fc-h-event.fc-event-selected .fc-event-resizer-end {
	left: -4px;
	left: calc(-.5 * var(--fc-event-resizer-dot-total-width, 8px));
}

.fc-direction-ltr .fc-h-event.fc-event-selected .fc-event-resizer-end, .fc-direction-rtl .fc-h-event.fc-event-selected .fc-event-resizer-start {
	right: -4px;
	right: calc(-.5 * var(--fc-event-resizer-dot-total-width, 8px));
}

.fc .fc-popover {
	position: absolute;
	z-index: 9999;
	box-shadow: 0 2px 6px rgba(0, 0, 0, .15);
}

.fc .fc-popover-header {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	padding: 3px 4px;
}

.fc .fc-popover-title {
	margin: 0 2px;
}

.fc .fc-popover-close {
	cursor: pointer;
	opacity: .65;
	font-size: 1.1em;
}

.fc-theme-standard .fc-popover {
	border: 1px solid #ddd;
	border: 1px solid var(--fc-border-color, #ddd);
	background: var(--fc-page-bg-color, #fff);
}

.fc-theme-standard .fc-popover-header {
	background: rgba(208, 208, 208, .3);
	background: var(--fc-neutral-bg-color, rgba(208, 208, 208, .3));
}

:root {
	--fc-daygrid-event-dot-width: 8px;
	--fc-list-event-dot-width: 10px;
	--fc-list-event-hover-bg-color: #f5f5f5;
}

.fc-daygrid-day-events:after, .fc-daygrid-day-events:before, .fc-daygrid-day-frame:after, .fc-daygrid-day-frame:before, .fc-daygrid-event-harness:after, .fc-daygrid-event-harness:before {
	content: "";
	clear: both;
	display: table;
}

.fc .fc-daygrid-body {
	position: relative;
	z-index: 1;
}

.fc .fc-daygrid-day.fc-day-today {
	background-color: rgba(255, 220, 40, .15);
	background-color: var(--fc-today-bg-color, rgba(255, 220, 40, .15));
}

.fc .fc-daygrid-day-frame {
	position: relative;
	min-height: 100%;
}

.fc .fc-daygrid-day-top {
	display: flex;
	flex-direction: row-reverse;
}

.fc .fc-day-other .fc-daygrid-day-top {
	opacity: .3;
}

.fc .fc-daygrid-day-number {
	position: relative;
	z-index: 4;
	padding: 4px;
}

.fc .fc-daygrid-day-events {
	margin-top: 1px;
}

.fc .fc-daygrid-body-balanced .fc-daygrid-day-events {
	position: absolute;
	left: 0;
	right: 0;
}

.fc .fc-daygrid-body-unbalanced .fc-daygrid-day-events {
	position: relative;
	min-height: 2em;
}

.fc .fc-daygrid-body-natural .fc-daygrid-day-events {
	margin-bottom: 1em;
}

.fc .fc-daygrid-event-harness {
	position: relative;
}

.fc .fc-daygrid-event-harness-abs {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}

.fc .fc-daygrid-bg-harness {
	position: absolute;
	top: 0;
	bottom: 0;
}

.fc .fc-daygrid-day-bg .fc-non-business {
	z-index: 1;
}

.fc .fc-daygrid-day-bg .fc-bg-event {
	z-index: 2;
}

.fc .fc-daygrid-day-bg .fc-highlight {
	z-index: 3;
}

.fc .fc-daygrid-event {
	z-index: 6;
	margin-top: 1px;
}

.fc .fc-daygrid-event.fc-event-mirror {
	z-index: 7;
}

.fc .fc-daygrid-day-bottom {
	font-size: .85em;
	padding: 2px 3px 0;
}

.fc .fc-daygrid-day-bottom:before {
	content: "";
	clear: both;
	display: table;
}

.fc .fc-daygrid-more-link {
	position: relative;
	z-index: 4;
	cursor: pointer;
}

.fc .fc-daygrid-week-number {
	position: absolute;
	z-index: 5;
	top: 0;
	padding: 2px;
	min-width: 1.5em;
	text-align: center;
	background-color: rgba(208, 208, 208, .3);
	background-color: var(--fc-neutral-bg-color, rgba(208, 208, 208, .3));
	color: grey;
	color: var(--fc-neutral-text-color, grey);
}

.fc .fc-more-popover .fc-popover-body {
	min-width: 220px;
	padding: 10px;
}

.fc-direction-ltr .fc-daygrid-event.fc-event-start, .fc-direction-rtl .fc-daygrid-event.fc-event-end {
	margin-left: 2px;
}

.fc-direction-ltr .fc-daygrid-event.fc-event-end, .fc-direction-rtl .fc-daygrid-event.fc-event-start {
	margin-right: 2px;
}

.fc-direction-ltr .fc-daygrid-week-number {
	left: 0;
	border-radius: 0 0 3px;
}

.fc-direction-rtl .fc-daygrid-week-number {
	right: 0;
	border-radius: 0 0 0 3px;
}

.fc-liquid-hack .fc-daygrid-day-frame {
	position: static;
}

.fc-daygrid-event {
	position: relative;
	white-space: nowrap;
	border-radius: 3px;
	font-size: .85em;
	font-size: var(--fc-small-font-size, .85em);
}

.fc-daygrid-block-event .fc-event-time {
	font-weight: 700;
}

.fc-daygrid-block-event .fc-event-time, .fc-daygrid-block-event .fc-event-title {
	padding: 1px;
}

.fc-daygrid-dot-event {
	display: flex;
	align-items: center;
	padding: 2px 0;
}

.fc-daygrid-dot-event .fc-event-title {
	flex-grow: 1;
	flex-shrink: 1;
	min-width: 0;
	overflow: hidden;
	font-weight: 700;
}

.fc-daygrid-dot-event.fc-event-mirror, .fc-daygrid-dot-event:hover {
	background: rgba(0, 0, 0, .1);
}

.fc-daygrid-dot-event.fc-event-selected:before {
	top: -10px;
	bottom: -10px;
}

.fc-daygrid-event-dot {
	margin: 0 4px;
	box-sizing: content-box;
	width: 0;
	height: 0;
	border: 4px solid #3788d8;
	border: calc(var(--fc-daygrid-event-dot-width, 8px) / 2) solid var(--fc-event-border-color, #3788d8);
	border-radius: 4px;
	border-radius: calc(var(--fc-daygrid-event-dot-width, 8px) / 2);
}

.fc-direction-ltr .fc-daygrid-event .fc-event-time {
	margin-right: 3px;
}

.fc-direction-rtl .fc-daygrid-event .fc-event-time {
	margin-left: 3px;
}

.fc-v-event {
	border: 1px solid #3788d8;
	border: 1px solid var(--fc-event-border-color, #3788d8);
	background-color: #3788d8;
	background-color: var(--fc-event-bg-color, #3788d8);
}

.fc-v-event .fc-event-main {
	color: #fff;
	color: var(--fc-event-text-color, #fff);
	height: 100%;
}

.fc-v-event .fc-event-main-frame {
	height: 100%;
	display: flex;
	flex-direction: column;
}

.fc-v-event .fc-event-time {
	flex-grow: 0;
	flex-shrink: 0;
	max-height: 100%;
	overflow: hidden;
}

.fc-v-event .fc-event-title-container {
	flex-grow: 1;
	flex-shrink: 1;
	min-height: 0;
}

.fc-v-event .fc-event-title {
	top: 0;
	bottom: 0;
	max-height: 100%;
	overflow: hidden;
}

.fc-v-event:not(.fc-event-start) {
	border-top-width: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.fc-v-event:not(.fc-event-end) {
	border-bottom-width: 0;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.fc-v-event.fc-event-selected:before {
	left: -10px;
	right: -10px;
}

.fc-v-event .fc-event-resizer-start {
	cursor: n-resize;
}

.fc-v-event .fc-event-resizer-end {
	cursor: s-resize;
}

.fc-v-event:not(.fc-event-selected) .fc-event-resizer {
	height: 8px;
	height: var(--fc-event-resizer-thickness, 8px);
	left: 0;
	right: 0;
}

.fc-v-event:not(.fc-event-selected) .fc-event-resizer-start {
	top: -4px;
	top: calc(var(--fc-event-resizer-thickness, 8px) / -2);
}

.fc-v-event:not(.fc-event-selected) .fc-event-resizer-end {
	bottom: -4px;
	bottom: calc(var(--fc-event-resizer-thickness, 8px) / -2);
}

.fc-v-event.fc-event-selected .fc-event-resizer {
	left: 50%;
	margin-left: -4px;
	margin-left: calc(var(--fc-event-resizer-dot-total-width, 8px) / -2);
}

.fc-v-event.fc-event-selected .fc-event-resizer-start {
	top: -4px;
	top: calc(var(--fc-event-resizer-dot-total-width, 8px) / -2);
}

.fc-v-event.fc-event-selected .fc-event-resizer-end {
	bottom: -4px;
	bottom: calc(var(--fc-event-resizer-dot-total-width, 8px) / -2);
}

.fc .fc-timegrid .fc-daygrid-body {
	z-index: 2;
}

.fc .fc-timegrid-axis-chunk>table, .fc .fc-timegrid-body, .fc .fc-timegrid-slots {
	position: relative;
	z-index: 1;
}

.fc .fc-timegrid-divider {
	padding: 0 0 2px;
}

.fc .fc-timegrid-body {
	min-height: 100%;
}

.fc .fc-timegrid-axis-chunk {
	position: relative;
}

.fc .fc-timegrid-slot {
	height: 1.5em;
	border-bottom: 0;
}

.fc .fc-timegrid-slot:empty:before {
	content: " ";
}

.fc .fc-timegrid-slot-minor {
	border-top-style: dotted;
}

.fc .fc-timegrid-slot-label-cushion {
	display: inline-block;
	white-space: nowrap;
}

.fc .fc-timegrid-axis-cushion, .fc .fc-timegrid-slot-label-cushion {
	padding: 0 4px;
}

.fc .fc-timegrid-axis-frame-liquid {
	height: 100%;
}

.fc .fc-timegrid-axis-frame {
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.fc .fc-timegrid-axis-cushion {
	max-width: 60px;
	flex-shrink: 0;
}

.fc-direction-ltr .fc-timegrid-slot-label-frame {
	text-align: right;
}

.fc-direction-rtl .fc-timegrid-slot-label-frame {
	text-align: left;
}

.fc-liquid-hack .fc-timegrid-axis-frame-liquid {
	height: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.fc .fc-timegrid-col.fc-day-today {
	background-color: rgba(255, 220, 40, .15);
	background-color: var(--fc-today-bg-color, rgba(255, 220, 40, .15));
}

.fc .fc-timegrid-col-frame {
	min-height: 100%;
	position: relative;
}

.fc-media-screen.fc-liquid-hack .fc-timegrid-col-frame {
	height: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.fc-media-screen .fc-timegrid-cols {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.fc-media-screen .fc-timegrid-cols>table {
	height: 100%;
}

.fc-media-screen .fc-timegrid-col-bg, .fc-media-screen .fc-timegrid-col-events, .fc-media-screen .fc-timegrid-now-indicator-container {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}

.fc .fc-timegrid-col-bg {
	z-index: 2;
}

.fc .fc-timegrid-col-bg .fc-non-business {
	z-index: 1;
}

.fc .fc-timegrid-col-bg .fc-bg-event {
	z-index: 2;
}

.fc .fc-timegrid-col-bg .fc-highlight, .fc .fc-timegrid-col-events {
	z-index: 3;
}

.fc .fc-timegrid-bg-harness {
	position: absolute;
	left: 0;
	right: 0;
}

.fc .fc-timegrid-now-indicator-container {
	bottom: 0;
	overflow: hidden;
}

.fc-direction-ltr .fc-timegrid-col-events {
	margin: 0 2.5% 0 2px;
}

.fc-direction-rtl .fc-timegrid-col-events {
	margin: 0 2px 0 2.5%;
}

.fc-timegrid-event-harness {
	position: absolute;
}

.fc-timegrid-event-harness>.fc-timegrid-event {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.fc-timegrid-event-harness-inset .fc-timegrid-event, .fc-timegrid-event.fc-event-mirror, .fc-timegrid-more-link {
	box-shadow: 0 0 0 1px #fff;
	box-shadow: 0 0 0 1px var(--fc-page-bg-color, #fff);
}

.fc-timegrid-event, .fc-timegrid-more-link {
	font-size: .85em;
	font-size: var(--fc-small-font-size, .85em);
	border-radius: 3px;
}

.fc-timegrid-event {
	margin-bottom: 1px;
}

.fc-timegrid-event .fc-event-main {
	padding: 1px 1px 0;
}

.fc-timegrid-event .fc-event-time {
	white-space: nowrap;
	font-size: .85em;
	font-size: var(--fc-small-font-size, .85em);
	margin-bottom: 1px;
}

.fc-timegrid-event-short .fc-event-main-frame {
	flex-direction: row;
	overflow: hidden;
}

.fc-timegrid-event-short .fc-event-time:after {
	content: " - ";
}

.fc-timegrid-event-short .fc-event-title {
	font-size: .85em;
	font-size: var(--fc-small-font-size, .85em);
}

.fc-timegrid-more-link {
	position: absolute;
	z-index: 9999;
	color: inherit;
	color: var(--fc-more-link-text-color, inherit);
	background: var(--fc-more-link-bg-color, #d0d0d0);
	cursor: pointer;
	margin-bottom: 1px;
}

.fc-timegrid-more-link-inner {
	padding: 3px 2px;
	top: 0;
}

.fc-direction-ltr .fc-timegrid-more-link {
	right: 0;
}

.fc-direction-rtl .fc-timegrid-more-link {
	left: 0;
}

.fc .fc-timegrid-now-indicator-line {
	position: absolute;
	z-index: 4;
	left: 0;
	right: 0;
	border-style: solid;
	border-color: red;
	border-color: var(--fc-now-indicator-color, red);
	border-width: 1px 0 0;
}

.fc .fc-timegrid-now-indicator-arrow {
	position: absolute;
	z-index: 4;
	margin-top: -5px;
	border-style: solid;
	border-color: red;
	border-color: var(--fc-now-indicator-color, red);
}

.fc-direction-ltr .fc-timegrid-now-indicator-arrow {
	left: 0;
	border-width: 5px 0 5px 6px;
	border-top-color: transparent;
	border-bottom-color: transparent;
}

.fc-direction-rtl .fc-timegrid-now-indicator-arrow {
	right: 0;
	border-width: 5px 6px 5px 0;
	border-top-color: transparent;
	border-bottom-color: transparent;
}

.fc-theme-standard .fc-list {
	border: 1px solid #ddd;
	border: 1px solid var(--fc-border-color, #ddd);
}

.fc .fc-list-empty {
	background-color: rgba(208, 208, 208, .3);
	background-color: var(--fc-neutral-bg-color, rgba(208, 208, 208, .3));
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.fc .fc-list-empty-cushion {
	margin: 5em 0;
}

.fc .fc-list-table {
	width: 100%;
	border-style: hidden;
}

.fc .fc-list-table tr>* {
	border-left: 0;
	border-right: 0;
}

.fc .fc-list-sticky .fc-list-day>* {
	position: sticky;
	top: 0;
	background: var(--fc-page-bg-color, #fff);
}

.fc .fc-list-table thead {
	position: absolute;
	left: -10000px;
}

.fc .fc-list-table tbody>tr:first-child th {
	border-top: 0;
}

.fc .fc-list-table th {
	padding: 0;
}

.fc .fc-list-day-cushion, .fc .fc-list-table td {
	padding: 8px 14px;
}

.fc .fc-list-day-cushion:after {
	content: "";
	clear: both;
	display: table;
}

.fc-theme-standard .fc-list-day-cushion {
	background-color: rgba(208, 208, 208, .3);
	background-color: var(--fc-neutral-bg-color, rgba(208, 208, 208, .3));
}

.fc-direction-ltr .fc-list-day-text, .fc-direction-rtl .fc-list-day-side-text {
	float: left;
}

.fc-direction-ltr .fc-list-day-side-text, .fc-direction-rtl .fc-list-day-text {
	float: right;
}

.fc-direction-ltr .fc-list-table .fc-list-event-graphic {
	padding-right: 0;
}

.fc-direction-rtl .fc-list-table .fc-list-event-graphic {
	padding-left: 0;
}

.fc .fc-list-event.fc-event-forced-url {
	cursor: pointer;
}

.fc .fc-list-event:hover td {
	background-color: #f5f5f5;
	background-color: var(--fc-list-event-hover-bg-color, #f5f5f5);
}

.fc .fc-list-event-graphic, .fc .fc-list-event-time {
	white-space: nowrap;
	width: 1px;
}

.fc .fc-list-event-dot {
	display: inline-block;
	box-sizing: content-box;
	width: 0;
	height: 0;
	border: 5px solid #3788d8;
	border: calc(var(--fc-list-event-dot-width, 10px) / 2) solid var(--fc-event-border-color, #3788d8);
	border-radius: 5px;
	border-radius: calc(var(--fc-list-event-dot-width, 10px) / 2);
}

.fc .fc-list-event-title a {
	color: inherit;
}

.fc .fc-list-event.fc-event-forced-url:hover a {
	text-decoration: underline;
}

.fc-theme-bootstrap a:not([href]) {
	color: inherit;
}

.fc-theme-bootstrap5 a:not([href]) {
	color: inherit;
	text-decoration: inherit;
}

.fc-theme-bootstrap5 .fc-list, .fc-theme-bootstrap5 .fc-scrollgrid, .fc-theme-bootstrap5 td, .fc-theme-bootstrap5 th {
	border: 1px solid var(--bs-gray-400);
}

.fc-theme-bootstrap5 .fc-scrollgrid {
	border-right-width: 0;
	border-bottom-width: 0;
}

.fc-theme-bootstrap5-shaded {
	background-color: var(--bs-gray-200);
}

.sb-feed-posts.sbr_carousel, .sbr-owl-dots, .sbr-owl-item, .sbr-owl-nav {
	-webkit-tap-highlight-color: transparent;
}

[id^=sb-reviews-container-] .sb-feed-container svg {
	height: unset;
	max-width: unset;
}

[id^=sb-reviews-container-] .sb-fs {
	width: 100%;
	box-sizing: border-box;
}

.sbr-screenreader {
	text-indent: -9999px !important;
	display: block !important;
	width: 0 !important;
	height: 0 !important;
	line-height: 0 !important;
}

[id^=sb-reviews-container-] .sb-feed-header::after, [id^=sb-reviews-container-] .sb-post-item::after {
	display: table;
	content: "";
	clear: both;
}

[id^=sb-reviews-container-] .sb-header {
	height: 64px;
	position: fixed;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	background: #fff;
	z-index: 99;
	padding: 0 20px;
}

[id^=sb-reviews-container-] .sb-header-content {
	width: calc(100% - 160px);
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	height: 52px;
}

[id^=sb-reviews-container-] .sb-customizer-header {
	position: fixed !important;
	padding: 0 20px;
}

[id^=sb-reviews-container-] .sb-fs {
	position: relative;
	float: left;
	box-sizing: border-box;
}

[id^=sb-reviews-container-] .sb-expand, [id^=sb-reviews-container-] .sb-feed-header-bottom>div {
	display: inline-block;
}

[id^=sb-reviews-container-] .sb-feed-header[data-align=left] .sb-feed-header-average, [id^=sb-reviews-container-] .sb-feed-header[data-align=right] .sb-feed-header-btn-ctn, [id^=sb-reviews-container-] .sb-item-author-img img {
	float: left;
}

.sbr_carousel.sbr-owl-rtl .sbr-owl-item, [id^=sb-reviews-container-] .sb-feed-header[data-align=left] .sb-feed-header-btn-ctn, [id^=sb-reviews-container-] .sb-feed-header[data-align=right] .sb-feed-header-average {
	float: right;
}

[id^=sb-reviews-container-] .sb-feed-header[data-align=center] .sb-feed-header-bottom>div {
	display: flex;
	justify-content: center;
}

[id^=sb-reviews-container-] .sb-feed-header-average {
	display: inline-flex !important;
	align-items: center;
}

[id^=sb-reviews-container-] .sb-feed-header-rating-icons {
	margin: 0 5px;
	display: inline-flex;
	justify-content: center;
}

[id^=sb-reviews-container-] .sb-feed-header-rating-icons svg {
	margin: 0 2px;
	display: inline-flex;
	justify-content: center;
	width: 18px;
	fill: currentColor;
	float: left;
}

[data-layout=carousel] .sb-post-item-wrap, [data-layout=grid] .sb-post-item-wrap, [data-layout=list] .sb-post-item-wrap, [data-layout=masonry] .sb-post-item-wrap {
	width: 100%;
	position: relative;
	float: left;
	box-sizing: border-box;
}

[id^=sb-reviews-container-] .sb-load-button-ctn, [id^=sb-reviews-container-] .sb-post-item {
	position: relative;
}

[data-layout=carousel] .sb-feed-posts .Carousel__RailWrapper-sc-hyhecw-1, [id^=sb-reviews-container-] .sb-btn[data-full-width=true], [id^=sb-reviews-container-] .sb-item-provider-icon img {
	width: 100%;
}

[data-post-style=regular][data-layout=list] .sb-post-item-wrap:last-of-type {
	border-bottom: 0 !important;
}

[id^=sb-reviews-container-] .sb-grid-wrapper .sb-feed-posts {
	display: grid;
	column-gap: var(--column-gutter);
}

[id^=sb-reviews-container-] .sb-grid-wrapper[data-grid-columns="1"] .sb-feed-posts {
	grid-template-columns: 1fr;
}

[id^=sb-reviews-container-] .sb-grid-wrapper[data-grid-columns="2"] .sb-feed-posts {
	grid-template-columns: 1fr 1fr;
}

[id^=sb-reviews-container-] .sb-grid-wrapper[data-grid-columns="3"] .sb-feed-posts {
	grid-template-columns: 1fr 1fr 1fr;
}

[id^=sb-reviews-container-] .sb-grid-wrapper[data-grid-columns="4"] .sb-feed-posts {
	grid-template-columns: 1fr 1fr 1fr 1fr;
}

[id^=sb-reviews-container-] .sb-grid-wrapper[data-grid-columns="5"] .sb-feed-posts {
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

[id^=sb-reviews-container-] .sb-grid-wrapper[data-grid-columns="6"] .sb-feed-posts {
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

[id^=sb-reviews-container-] a.sb-feed-header-btn {
	text-decoration: none;
}

[id^=sb-reviews-container-] .sb-item-provider-icon {
	position: absolute;
	width: 24px;
	height: 24px;
	right: 10px;
	top: 10px;
}

[id^=sb-reviews-container-] .sb-item-provider-icon svg {
	width: 24px;
	height: 24px;
	float: left;
}

[id^=sb-reviews-container-] .sb-item-author-ctn {
	display: flex;
	align-items: flex-start;
	float: left;
}

.sbr-owl-item img, [id^=sb-reviews-container-] .sb-item-name-date span {
	display: block;
	width: 100%;
}

[id^=sb-reviews-container-] .sb-item-rating-ctn {
	display: inline-flex;
}

[id^=sb-reviews-container-] .sb-item-rating {
	display: flex;
	align-items: center;
}

[id^=sb-reviews-container-] .sb-item-rating-icon svg {
	fill: currentColor;
	margin: 0 2px;
	float: left;
}

[id^=sb-reviews-container-] .sb-item-rating-icon-dimmed svg {
	filter: grayscale(1);
}

[id^=sb-reviews-container-] .sb-feed-item-icon-half {
	display: inline-block;
	position: relative;
}

[id^=sb-reviews-container-] .sb-item-rating-icon-halfdimmed {
	position: absolute;
	width: 50%;
	overflow: hidden;
	left: 0;
	top: 0;
}

[data-icon-size=small] .sb-item-rating-icon svg {
	width: 16px;
}

[data-icon-size=medium] .sb-item-author-img, [data-icon-size=medium] .sb-item-author-img img {
	width: 56px;
	min-width: 56px;
	height: 56px;
}

[id^=sb-reviews-container-] .sb-load-button {
	height: auto;
}

[id^=sb-reviews-container-] .sb-item-author-ctn, [id^=sb-reviews-container-] .sb-item-author-date-ctn, [id^=sb-reviews-container-] .sb-item-author-img, [id^=sb-reviews-container-] .sb-item-name-date>span, [id^=sb-reviews-container-] .sb-item-rating, [id^=sb-reviews-container-] .sb-item-text {
	z-index: 1;
}

[id^=sb-reviews-container-] .sb-item-author-date-ctn {
	padding-right: 34px;
}

[id^=sb-reviews-container-] .sbr-narrow .sb-item-author-date-ctn {
	padding-right: 21px;
}

[id^=sb-reviews-container-] .sbr-narrow .sb-item-author-img, [id^=sb-reviews-container-] .sbr-narrow .sb-item-author-img img {
	width: 44px;
	min-width: 44px;
	height: 44px;
}

[id^=sb-reviews-container-] .sbr-narrow .sb-item-provider-icon {
	width: 20px;
	height: 20px;
	right: 1px;
	top: 1px;
}

[data-layout=carousel] .owl-nav button {
	position: absolute;
	width: 30px;
	height: 30px;
	top: calc(50% - 15px);
	left: 0;
	display: inline-flex;
	opacity: .7;
	border-radius: 50%;
	background: #fff !important;
	color: #000 !important;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 20%);
	overflow: hidden;
	line-height: 99999;
	-webkit-transition: .2s;
	transition: .2s;
}

[data-layout=carousel] .owl-nav button:before {
	content: "";
	position: absolute;
	width: 8px;
	height: 8px;
	top: 10px;
	left: 11px;
	border-left: 2px solid currentColor;
	border-bottom: 2px solid currentColor;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

[data-layout=carousel] .owl-nav .owl-next {
	left: unset;
	right: 0;
}

[data-layout=carousel] .owl-nav .owl-next:before {
	left: 7px;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

#sbr_lightbox .sbr_gdpr_notice:hover svg:not(:root).svg-inline--fa, .sbr_lb-nav a.sbr_lb-next:hover, .sbr_lb-nav a.sbr_lb-prev:hover, [data-layout=carousel] .owl-nav button:hover {
	opacity: 1;
}

[data-layout=carousel] .owl-dots {
	position: relative;
	text-align: center;
	padding-right: 4px;
}

[data-layout=carousel] .owl-dot {
	width: 10px;
	height: 10px;
	background: #e6e6eb !important;
	border-radius: 50px;
	margin: 0 4px;
	display: inline-block;
}

[id^=sb-reviews-container-] .sb-item-author-img, [id^=sb-reviews-container-] .sb-single-image {
	background-position: center center;
	background-size: cover;
}

[data-layout=carousel] .owl-dot.active {
	background: #d0d0d8 !important;
}

[id^=sb-reviews-container-] .sbr-provider-google .sb-item-author-img, [id^=sb-reviews-container-] .sbr-provider-google img {
	border-radius: 0 !important;
}

[id^=sb-reviews-container-] .sb-item-author-img, [id^=sb-reviews-container-] .sb-item-author-img img {
	width: 56px;
	min-width: 56px;
	height: 56px;
	border-radius: 50px;
}

[id^=sb-reviews-container-] .sb-feed-posts::after {
	display: table;
	content: " ";
	clear: both;
}

.sbr_carousel.sbr-owl-refresh .sbr-owl-item, [id^=sb-reviews-container-] .sbr-hidden {
	visibility: hidden;
}

.sbr-feed-error {
	border: 1px solid #ddd;
	background: #eee;
	color: #333;
	margin: 0 auto 10px;
	padding: 10px 15px;
	font-size: 13px;
	text-align: center;
	clear: both;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.sbr-feed-error p {
	padding: 5px 0 !important;
	margin: 0 !important;
	line-height: 1.3 !important;
	font-size: 13px;
}

.sbr-feed-error p:first-child b {
	font-size: 14px;
}

.sbr-feed-error ol, .sbr-feed-error ul {
	padding: 5px 0 5px 20px !important;
	margin: 0 !important;
}

.sbr-feed-error li {
	padding: 1px 0 !important;
	margin: 0 !important;
}

.sbr-feed-error span {
	font-size: 12px;
	font-style: italic;
}

.sb-carousel-wrap .sb-feed-posts, .sbr-owl-dots.disabled, .sbr-owl-nav.disabled, .sbr_carousel .sbr_owl2row-item, [id^=sb-reviews-container-] .sb-num-diff-hide {
	display: none;
}

[id^=sb-reviews-container-] .sb-more {
	margin-left: 6px;
}

[id^=sb-reviews-container-] .sb-media-wrap {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin-top: 15px;
	gap: 8px;
}

[id^=sb-reviews-container-] .sb-single-image, [id^=sb-reviews-container-] .sb-single-image img {
	height: 64px;
	width: 64px;
	border-radius: 5px;
}

[id^=sb-reviews-container-] .sb-single-image {
	position: relative;
}

[id^=sb-reviews-container-] .sb-single-image img {
	opacity: 0;
	visibility: hidden;
}

[id^=sb-reviews-container-] .sb-btn {
	align-items: center;
	border: 0;
	border-radius: 4px;
	box-shadow: 0 2px 5px rgba(60, 66, 87, 5%), 0 1px 1px rgba(0, 0, 0, 5%), inset 0 -1px 1px rgba(0, 0, 0, 12%);
	cursor: pointer;
	display: flex;
	font-weight: 600;
	justify-content: center;
	outline: 0;
	padding: 0;
	position: relative;
	transition: .15s ease-in-out;
	color: #fff;
}

[id^=sb-reviews-container-] .sb-btn[data-icon-position=left]:not([data-onlyicon=false]) .sb-btn-icon {
	margin-right: 7px;
}

[id^=sb-reviews-container-] .sb-feed-header-btn {
	padding: 8px 20px 8px 12px;
}

[id^=sb-reviews-container-] .sb-btn[data-icon-position=left]:not([data-onlyicon=false]) {
	flex-direction: row;
}

.sb-btn[data-boxshadow=false]:active, .sb-btn[data-boxshadow=false]:focus, [id^=sb-reviews-container-] .sb-btn[data-boxshadow=false] {
	box-shadow: none;
}

[id^=sb-reviews-container-] .sb-btn:active {
	-webkit-transform: scale(.98);
	transform: scale(.98);
}

[id^=sb-reviews-container-] .sb-btn:focus {
	box-shadow: 0 2px 5px rgba(60, 66, 87, .05), 0 1px 1px rgba(0, 0, 0, .05), inset 0 -1px 1px rgba(0, 0, 0, .12);
}

[id^=sb-reviews-container-] .sb-load-button {
	padding: 15px 0;
	color: #141b38;
}

[id^=sb-reviews-container-] .sb-feed-header-btn svg {
	width: 17px;
}

.sb-btn svg path, [id^=sb-reviews-container-] .sb-btn svg {
	fill: currentColor;
}

[id^=sb-reviews-container-] .sb-btn svg {
	float: left;
	height: auto;
}

[id^=sb-reviews-container-] .sb-thumbnail-hover {
	box-sizing: border-box;
	opacity: 0;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 10;
	color: #fff;
	background: rgba(0, 0, 0, .6);
	border-radius: 5px;
	transition: opacity .6s ease-in-out;
	-moz-transition: opacity .6s ease-in-out;
	-webkit-transition: opacity .6s ease-in-out;
}

[id^=sb-reviews-container-] .sb-thumbnail-hover:hover {
	opacity: 1;
	display: block;
	transition: opacity .2s ease-in-out;
	-moz-transition: opacity .2s ease-in-out;
	-webkit-transition: opacity .2s ease-in-out;
}

.sbr_lb-nav a.sbr_lb-next, .sbr_lb-nav a.sbr_lb-prev {
	width: 50px;
	padding-left: 10px;
	padding-right: 10px;
	opacity: .5;
	-webkit-transition: opacity .2s;
	-o-transition: opacity .2s;
}

[id^=sb-reviews-container-] .sbr-loader {
	width: 20px;
	height: 20px;
	position: relative;
	top: 50%;
	left: 50%;
	margin: -10px 0 0 -10px;
	background-color: rgba(0, 0, 0, .5);
	border-radius: 100%;
	-webkit-animation: 1s ease-in-out infinite sbr-sk-scaleout;
	animation: 1s ease-in-out infinite sbr-sk-scaleout;
}

[id^=sb-reviews-container-] .sb-load-button-ctn .sbr-loader {
	position: absolute;
	margin-top: -11px;
	background-color: #fff;
	opacity: 1;
}

@-webkit-keyframes sbr-sk-scaleout {
	0% {
		-webkit-transform: scale(0);
	}
	
	100% {
		-webkit-transform: scale(1);
		opacity: 0;
	}
}

@keyframes sbr-sk-scaleout {
	0% {
		-webkit-transform: scale(0);
		-ms-transform: scale(0);
		transform: scale(0);
	}
	
	100% {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
		opacity: 0;
	}
}

.sbr_lightboxOverlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99999;
	background-color: #000;
	opacity: .9;
	display: none;
}

.sbr_lightbox {
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100000;
	line-height: 0;
	font-weight: 400;
}

.sbr_lightbox .sbr_lb-image {
	max-width: inherit;
	-webkit-border-radius: 3px;
	-ms-border-radius: 3px;
}

.sbr_lightbox a:active, .sbr_lightbox a:focus, .sbr_lightbox a:hover {
	outline: 0;
}

.sbr_lightbox a img {
	border: none;
}

.sbr_lb-outerContainer {
	position: relative;
	background-color: #000;
	width: 250px;
	height: 250px;
	margin: 0 auto 5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}

.sbr_lb-dataContainer:after, .sbr_lb-outerContainer:after {
	content: "";
	display: table;
	clear: both;
}

.sbr_lb-container {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	bottom: 0;
	right: 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}

.sbr_lb-loader {
	position: absolute;
	top: 43%;
	left: 0;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}

.sbr_lb-cancel {
	display: block;
	width: 32px;
	height: 32px;
	margin: 0 auto;
	background-color: rgba(255, 255, 255, .5);
	border-radius: 100%;
	-webkit-animation: 1s ease-in-out infinite ctf-sk-scaleout;
	animation: 1s ease-in-out infinite ctf-sk-scaleout;
}

.sbr_lb-container>.nav {
	left: 0;
}

.sbr_lb-nav a {
	position: absolute;
	z-index: 100;
	top: 0;
	height: 90%;
	outline: 0;
	background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==");
}

.sbr_lb-nav a.nitro-lazy {
	background-image: none !important;
}

.sbr_lb-next, .sbr_lb-prev {
	height: 100%;
	cursor: pointer;
	display: block;
}

.sbr_lb-nav a.sbr_lb-prev {
	left: -70px;
	float: left;
	transition: opacity .2s;
}

.sbr_lb-nav a.sbr_lb-next {
	right: -70px;
	float: right;
	-moz-transition: opacity .2s;
	transition: opacity .2s;
}

.sbr_lb-nav span {
	display: block;
	top: 55%;
	position: absolute;
	left: 20px;
	width: 34px;
	height: 45px;
	margin: -25px 0 0;
	background: url("https://cdn-ilajeil.nitrocdn.com/qDyTBCaHxTeDygzXENkUnjzSZxITwHzD/assets/images/optimized/rev-b147595/ndwbc.com/wp-content/plugins/reviews-feed/assets/images/sprite.png") no-repeat;
}

.sbr_lb-nav span.nitro-lazy {
	background-image: none !important;
}

.sbr_lb-nav a.sbr_lb-prev span {
	background-position: -53px 0;
}

.sbr_lb-nav a.sbr_lb-next span {
	left: auto;
	right: 20px;
	background-position: -18px 0;
}

.sbr_lb-dataContainer {
	margin: 0 auto;
	padding-top: 5px;
	width: 100%;
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

.sbr_lb-data {
	padding: 0 4px;
	color: #ccc;
}

.sbr_lb-data .sbr_lb-details {
	width: 85%;
	float: left;
	text-align: left;
	line-height: 1.1;
}

.sbr_lb-data .sbr_lb-caption {
	float: left;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.3;
	padding-bottom: 3px;
	color: #ccc;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}

.sbr_lb-data .sbr_lb-caption .ctf-screename-sep, .sbr_lb-data .sbr_lb-caption a {
	color: #ccc;
	font-weight: 700;
	text-decoration: none;
}

.sbr_lb-data .sbr_lb-caption .sbr_lightbox_username:hover p, .sbr_lb-data .sbr_lb-caption a:hover {
	color: #fff;
	text-decoration: underline;
}

.sbr_lb-data .sbr_lb-caption .sbr_lightbox_username {
	float: left;
	width: 100%;
	padding-bottom: 0;
	display: block;
	margin: 0 0 5px;
	color: #ccc;
}

.sbr_lightbox .sbr_lightbox_username img {
	float: left;
	border: none;
	width: 48px;
	height: 48px;
	margin-right: 10px;
	background: #666;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.sbr_lightbox_username p {
	float: left;
	margin: 0;
	padding: 0;
	color: #ccc;
	line-height: 32px;
	font-weight: 700;
	font-size: 13px;
	text-align: left;
}

.sbr_lb-data .ctf-caption-text {
	width: 100%;
	margin-left: 58px;
	padding-top: 3px;
}

.sbr_lb-data .sbr_lb-caption .ctf-author-screenname, .sbr_lb-data .sbr_lb-caption .ctf-tweet-date {
	font-weight: 400;
}

.sbr_lb-data .sbr_lb-info {
	width: 100%;
	float: left;
	clear: both;
}

.sbr_lb-data .sbr_lb-number {
	display: block;
	float: left;
	clear: both;
	padding: 5px 0 15px;
	font-size: 12px;
	color: #999;
}

.sbr_lb-data .sbr_lb-close {
	display: block;
	float: right;
	width: 30px;
	height: 30px;
	background: url("https://cdn-ilajeil.nitrocdn.com/qDyTBCaHxTeDygzXENkUnjzSZxITwHzD/assets/images/optimized/rev-b147595/ndwbc.com/wp-content/plugins/reviews-feed/assets/images/close.png") top right no-repeat;
	text-align: right;
	outline: 0;
	opacity: .7;
	-webkit-transition: opacity .2s;
	-moz-transition: opacity .2s;
	-o-transition: opacity .2s;
	transition: opacity .2s;
}

.sbr_lb-data .sbr_lb-close.nitro-lazy {
	background-image: none !important;
}

.sbr_lb-data .sbr_lb-close:hover {
	cursor: pointer;
	opacity: 1;
}

.sbr_lb-nav {
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10;
	height: auto;
}

.sbr_lb-container {
	padding: 0;
}

.sbr_lb-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

#sbr_lightbox .sbr_lightbox_action {
	float: left;
	position: relative;
	padding: 0 0 0 10px;
	margin: 5px 0 0 10px;
	border-left: 1px solid #666;
	font-size: 12px;
}

#sbr_lightbox .sbr_lightbox_action a {
	display: block;
	float: left;
	color: #999;
	text-decoration: none;
}

#sbr_lightbox .sbr_lightbox_action a:focus, #sbr_lightbox .sbr_lightbox_action a:hover {
	color: #fff;
}

#sbr_lightbox .sbr_lightbox_action .fa, #sbr_lightbox .sbr_lightbox_action svg {
	margin-right: 5px;
}

#sbr_lightbox .sbr_lightbox_action.sbr_youtube .fa {
	font-size: 13px;
}

#sbr_lightbox .sbr_tooltip_social a svg {
	font-size: 19px;
	padding: 3px 4px;
	margin: auto;
}

#sbr_lightbox .sbr_lightbox_tooltip {
	display: none;
	position: absolute;
	width: 100px;
	bottom: 22px;
	left: 0;
	padding: 5px 10px;
	margin: 0;
	background: rgba(255, 255, 255, .9);
	color: #222;
	font-size: 12px;
	line-height: 1.3;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	box-shadow: 0 0 10px rgba(0, 0, 0, .4);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, .4);
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .4);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#sbr_lightbox .sbr_lightbox_tooltip .fa-play {
	position: absolute;
	font-size: 8px;
	bottom: -6px;
	left: 36px;
	color: rgba(255, 255, 255, .9);
}

#sbr_lightbox .sbr_tooltip_social a .fa {
	font-size: 16px;
	margin: 0;
	padding: 5px;
}

#sbr_lightbox .sbr_tooltip_social a#sbr_facebook_icon .fa, #sbr_lightbox .sbr_tooltip_social a#sbr_pinterest_icon .fa, #sbr_lightbox .sbr_tooltip_social a#sbr_twitter_icon .fa {
	padding-top: 4px;
	font-size: 18px;
}

#sbr_lightbox .sbr_gdpr_notice {
	z-index: 6;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -44px;
	margin-top: -44px;
	padding: 20px;
}

#sbr_lightbox .sbr_gdpr_notice svg:not(:root).svg-inline--fa {
	position: relative;
	display: block !important;
	height: 48px;
	width: 48px;
	opacity: .8;
}

#sbr_lightbox #sbr_mod_box {
	width: 280px;
	padding: 5px 10px 7px;
}

#sbr_lightbox .sbr_tooltip_social {
	width: 172px;
	padding: 5px 5px 4px;
}

#sbr_lightbox .sbr_tooltip_social a {
	color: #333;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

#sbr_lightbox .sbr_lightbox_action #sbr_facebook_icon:hover {
	background: #3b5998;
}

#sbr_lightbox .sbr_lightbox_action #sbr_twitter_icon:hover {
	background: #00aced;
}

#sbr_lightbox .sbr_lightbox_action #sbr_google_icon:hover {
	background: #dd4b39;
}

#sbr_lightbox .sbr_lightbox_action #sbr_linkedin_icon:hover {
	background: #007bb6;
}

#sbr_lightbox .sbr_lightbox_action #sbr_pinterest_icon:hover {
	background: #cb2027;
}

#sbr_lightbox .sbr_lightbox_action #sbr_email_icon:hover {
	background: #333;
}

.sbr_lb-dataContainer, .sbr_lb-outerContainer {
	min-width: 450px;
}

@media all and (max-width:450px) {
	.sbr_lb-dataContainer, .sbr_lb-outerContainer {
		min-width: 0;
	}
}

.sbr_lightbox .sbr_lb-image {
	display: block;
	height: auto;
	max-width: inherit;
	margin: 0 auto;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
}

.sb-feed-posts.sbr_carousel {
	display: none;
	width: 100%;
	position: relative;
	z-index: 1;
}

.sbr_carousel {
	direction: ltr;
}

.sbr-owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
	-moz-backface-visibility: hidden;
}

.sbr-owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.sbr-owl-stage-outer {
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	overflow-x: hidden;
	overflow-y: hidden;
}

.sbr-owl-item, .sbr-owl-wrapper {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
}

.sbr-owl-item {
	position: relative;
	min-height: 1px;
	padding: 0;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-touch-callout: none;
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
}

.sbr-owl-dot, .sbr-owl-nav .sbr-owl-next, .sbr-owl-nav .sbr-owl-prev {
	cursor: pointer;
	cursor: hand;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.sbr_carousel.sbr-owl-loaded {
	display: block;
}

.sbr_carousel.sbr-owl-loading {
	opacity: 0;
	display: block;
}

.sbr_carousel.sbr-owl-hidden {
	opacity: 0;
}

.sbr_carousel.sbr-owl-drag .sbr-owl-item {
	padding: 0 calc(var(--column-gutter) / 2);
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.sbr_carousel.sbr-owl-grab {
	cursor: move;
	cursor: grab;
}

.sbr_carousel.sbr-owl-rtl {
	direction: rtl;
}

.sbr-owl-height {
	transition: height .5s ease-in-out;
}

.sbr-owl-nav {
	text-align: center;
	margin-top: 0;
}

.sbr-owl-nav .disabled {
	opacity: .5;
	cursor: default;
}

.sbr-owl-nav.disabled+.sbr-owl-dots {
	margin-top: 10px;
}

.sbr-owl-dots {
	text-align: center;
	padding: 5px 0;
	margin-top: 5px;
}

.sbr-owl-dots .sbr-owl-dot {
	display: inline-block;
	zoom: 1;
}

.sbr-owl-dots .sbr-owl-dot span {
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	background: #333;
	filter: Alpha(Opacity=25);
	opacity: .25;
	-webkit-backface-visibility: visible;
	transition: opacity .1s;
	border-radius: 30px;
}

.sbr-owl-dots .sbr-owl-dot.active span, .sbr-owl-dots .sbr-owl-dot:hover span {
	filter: Alpha(Opacity=100);
	opacity: 1;
}

.sbr-owl-item>div {
	width: 100% !important;
}

.sbr-post-links {
	max-width: 100%;
}

.sbr-owl-nav>div {
	position: absolute;
	top: 50%;
	font-size: 14px;
	display: inline-block;
	line-height: 1;
	background: rgba(255, 255, 255, .3);
	padding: 6px 6px 6px 8px;
	border-radius: 50%;
	margin-top: -15px;
	color: #000;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, .2);
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.sbr_carousel:hover .sbr-owl-nav>div {
	background: rgba(255, 255, 255, .5);
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, .5);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.sbr_carousel:hover .sbr-owl-nav>div:hover {
	cursor: pointer;
	background: #fff;
}

.sbr-owl-nav .sbr-owl-prev {
	margin-left: 7px;
	padding: 6px 8px 6px 6px;
	left: 0;
}

.sbr-owl-nav .sbr-owl-next {
	margin-right: 7px;
	right: 0;
}

.sbr_carousel .sbr-owl-nav svg {
	height: 1.2em;
	box-sizing: unset;
	overflow: visible;
	width: 1em;
	display: inline-block;
	font-size: inherit;
	vertical-align: -.125em;
}

[id^=sb-reviews-container-] .sb-cols-2 .sb-post-item-wrap {
	width: calc(50% - calc(( var(--column-gutter) * 1 ) / 2));
}

[id^=sb-reviews-container-] .sb-cols-3 .sb-post-item-wrap {
	width: calc(33.33% - calc(( var(--column-gutter) * 2 ) / 3));
}

[id^=sb-reviews-container-] .sb-cols-4 .sb-post-item-wrap {
	width: calc(25% - calc(( var(--column-gutter) * 3 ) / 4));
}

[id^=sb-reviews-container-] .sb-cols-5 .sb-post-item-wrap {
	width: calc(20% - calc(( var(--column-gutter) * 4 ) / 5));
}

[id^=sb-reviews-container-] .sb-cols-6 .sb-post-item-wrap {
	width: calc(16.66% - calc(( var(--column-gutter) * 5 ) / 6));
}

[id^=sb-reviews-container-] .sb-cols-7 .sb-post-item-wrap {
	width: calc(14.28% - calc(( var(--column-gutter) * 6 ) / 7));
}

[id^=sb-reviews-container-] .sb-cols-8 .sb-post-item-wrap {
	width: calc(12.5% - calc(( var(--column-gutter) * 7 ) / 8));
}

[id^=sb-reviews-container-] .sb-cols-9 .sb-post-item-wrap {
	width: calc(11.11% - calc(( var(--column-gutter) * 8 ) / 9));
}

[id^=sb-reviews-container-] .sb-cols-10 .sb-post-item-wrap {
	width: calc(10% - calc(( var(--column-gutter) * 9 ) / 10));
}

@media all and (max-width:640px) {
	[id^=sb-reviews-container-] .sb-colstablet-1 .sb-post-item-wrap {
		width: 100%;
	}
	
	[id^=sb-reviews-container-] .sb-colstablet-2 .sb-post-item-wrap {
		width: calc(50% - calc(( var(--column-gutter) * 1 ) / 2));
	}
	
	[id^=sb-reviews-container-] .sb-colstablet-3 .sb-post-item-wrap {
		width: calc(33.33% - calc(( var(--column-gutter) * 2 ) / 3));
	}
	
	[id^=sb-reviews-container-] .sb-colstablet-4 .sb-post-item-wrap {
		width: calc(25% - calc(( var(--column-gutter) * 3 ) / 4));
	}
	
	[id^=sb-reviews-container-] .sb-colstablet-5 .sb-post-item-wrap {
		width: calc(20% - calc(( var(--column-gutter) * 4 ) / 5));
	}
	
	[id^=sb-reviews-container-] .sb-colstablet-6 .sb-post-item-wrap {
		width: calc(16.66% - calc(( var(--column-gutter) * 5 ) / 6));
	}
	
	[id^=sb-reviews-container-] .sb-colstablet-7 .sb-post-item-wrap {
		width: calc(14.28% - calc(( var(--column-gutter) * 6 ) / 7));
	}
	
	[id^=sb-reviews-container-] .sb-colstablet-8 .sb-post-item-wrap {
		width: calc(12.5% - calc(( var(--column-gutter) * 7 ) / 8));
	}
	
	[id^=sb-reviews-container-] .sb-colstablet-9 .sb-post-item-wrap {
		width: calc(11.11% - calc(( var(--column-gutter) * 8 ) / 9));
	}
	
	[id^=sb-reviews-container-] .sb-colstablet-10 .sb-post-item-wrap {
		width: calc(10% - calc(( var(--column-gutter) * 9 ) / 10));
	}
	
	[id^=sb-reviews-container-] .sb-grid-wrapper[data-grid-tablet-columns="1"] .sb-feed-posts {
		grid-template-columns: 1fr;
	}
	
	[id^=sb-reviews-container-] .sb-grid-wrapper[data-grid-tablet-columns="2"] .sb-feed-posts {
		grid-template-columns: 1fr 1fr;
	}
	
	[id^=sb-reviews-container-] .sb-grid-wrapper[data-grid-tablet-columns="3"] .sb-feed-posts {
		grid-template-columns: 1fr 1fr 1fr;
	}
	
	[id^=sb-reviews-container-] .sb-grid-wrapper[data-grid-tablet-columns="4"] .sb-feed-posts {
		grid-template-columns: 1fr 1fr 1fr 1fr;
	}
	
	[id^=sb-reviews-container-] .sb-grid-wrapper[data-grid-tablet-columns="5"] .sb-feed-posts {
		grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
	}
	
	[id^=sb-reviews-container-] .sb-grid-wrapper[data-grid-tablet-columns="6"] .sb-feed-posts {
		grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
	}
}

@media all and (max-width:480px) {
	[id^=sb-reviews-container-] .sb-colsmobile-1 .sb-post-item-wrap {
		width: 100%;
	}
	
	[id^=sb-reviews-container-] .sb-colsmobile-2 .sb-post-item-wrap {
		width: calc(50% - calc(( var(--column-gutter) * 1 ) / 2));
	}
	
	[id^=sb-reviews-container-] .sb-colsmobile-3 .sb-post-item-wrap {
		width: calc(33.33% - calc(( var(--column-gutter) * 2 ) / 3));
	}
	
	[id^=sb-reviews-container-] .sb-colsmobile-4 .sb-post-item-wrap {
		width: calc(25% - calc(( var(--column-gutter) * 3 ) / 4));
	}
	
	[id^=sb-reviews-container-] .sb-colsmobile-5 .sb-post-item-wrap {
		width: calc(20% - calc(( var(--column-gutter) * 4 ) / 5));
	}
	
	[id^=sb-reviews-container-] .sb-colsmobile-6 .sb-post-item-wrap {
		width: calc(16.66% - calc(( var(--column-gutter) * 5 ) / 6));
	}
	
	[id^=sb-reviews-container-] .sb-colsmobile-7 .sb-post-item-wrap {
		width: calc(14.28% - calc(( var(--column-gutter) * 6 ) / 7));
	}
	
	[id^=sb-reviews-container-] .sb-colsmobile-8 .sb-post-item-wrap {
		width: calc(12.5% - calc(( var(--column-gutter) * 7 ) / 8));
	}
	
	[id^=sb-reviews-container-] .sb-colsmobile-9 .sb-post-item-wrap {
		width: calc(11.11% - calc(( var(--column-gutter) * 8 ) / 9));
	}
	
	[id^=sb-reviews-container-] .sb-colsmobile-10 .sb-post-item-wrap {
		width: calc(10% - calc(( var(--column-gutter) * 9 ) / 10));
	}
	
	[id^=sb-reviews-container-] .sb-grid-wrapper[data-grid-mobile-columns="1"] .sb-feed-posts {
		grid-template-columns: 1fr;
	}
	
	[id^=sb-reviews-container-] .sb-grid-wrapper[data-grid-mobile-columns="2"] .sb-feed-posts {
		grid-template-columns: 1fr 1fr;
	}
	
	[id^=sb-reviews-container-] .sb-grid-wrapper[data-grid-mobile-columns="3"] .sb-feed-posts {
		grid-template-columns: 1fr 1fr 1fr;
	}
	
	[id^=sb-reviews-container-] .sb-grid-wrapper[data-grid-mobile-columns="4"] .sb-feed-posts {
		grid-template-columns: 1fr 1fr 1fr 1fr;
	}
	
	[id^=sb-reviews-container-] .sb-grid-wrapper[data-grid-mobile-columns="5"] .sb-feed-posts {
		grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
	}
	
	[id^=sb-reviews-container-] .sb-grid-wrapper[data-grid-mobile-columns="6"] .sb-feed-posts {
		grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
	}
}

#sb_instagram {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#sb_instagram #sbi_images, #sb_instagram.sbi_fixed_height {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

#sb_instagram:after, .sbi_lb-commentBox:after, .sbi_lb-data:after, .sbi_lb-dataContainer:after, .sbi_lb-outerContainer:after {
	content: "";
	display: table;
	clear: both;
}

#sb_instagram.sbi_fixed_height {
	overflow: hidden;
	overflow-y: auto;
	box-sizing: border-box;
}

#sb_instagram #sbi_images {
	box-sizing: border-box;
	display: grid;
	width: 100%;
	padding: 12px 0;
}

#sb_instagram .sbi_header_link {
	-webkit-box-shadow: none;
	box-shadow: none;
}

#sb_instagram .sbi_header_link:hover, .sbi_lightbox a img {
	border: none;
}

#sb_instagram #sbi_images .sbi_item {
	display: inline-block;
	width: 100%;
	vertical-align: top;
	zoom: 1;
	margin: 0 !important;
	text-decoration: none;
	opacity: 1;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

#sb_instagram #sbi_images .sbi_item.sbi_transition {
	opacity: 0;
}

#sb_instagram.sbi_col_1 #sbi_images, #sb_instagram.sbi_col_1.sbi_disable_mobile #sbi_images {
	grid-template-columns: repeat(1, 1fr);
}

#sb_instagram.sbi_col_2 #sbi_images, #sb_instagram.sbi_col_2.sbi_disable_mobile #sbi_images {
	grid-template-columns: repeat(2, 1fr);
}

#sb_instagram.sbi_col_3 #sbi_images, #sb_instagram.sbi_col_3.sbi_disable_mobile #sbi_images {
	grid-template-columns: repeat(3, 1fr);
}

#sb_instagram.sbi_col_4 #sbi_images, #sb_instagram.sbi_col_4.sbi_disable_mobile #sbi_images {
	grid-template-columns: repeat(4, 1fr);
}

#sb_instagram.sbi_col_5 #sbi_images, #sb_instagram.sbi_col_5.sbi_disable_mobile #sbi_images {
	grid-template-columns: repeat(5, 1fr);
}

#sb_instagram.sbi_col_6 #sbi_images, #sb_instagram.sbi_col_6.sbi_disable_mobile #sbi_images {
	grid-template-columns: repeat(6, 1fr);
}

#sb_instagram.sbi_col_7 #sbi_images, #sb_instagram.sbi_col_7.sbi_disable_mobile #sbi_images {
	grid-template-columns: repeat(7, 1fr);
}

#sb_instagram.sbi_col_8 #sbi_images, #sb_instagram.sbi_col_8.sbi_disable_mobile #sbi_images {
	grid-template-columns: repeat(8, 1fr);
}

#sb_instagram.sbi_col_9 #sbi_images, #sb_instagram.sbi_col_9.sbi_disable_mobile #sbi_images {
	grid-template-columns: repeat(9, 1fr);
}

#sb_instagram.sbi_col_10 #sbi_images, #sb_instagram.sbi_col_10.sbi_disable_mobile #sbi_images {
	grid-template-columns: repeat(10, 1fr);
}

#sb_instagram #sbi_load .sbi_load_btn, #sb_instagram .sbi_photo_wrap {
	position: relative;
}

#sb_instagram .sbi_photo {
	display: block;
	text-decoration: none;
}

#sb_instagram .sbi_photo img {
	width: 100%;
	height: inherit;
	object-fit: cover;
	scale: 1;
	transition: transform .5s ease-in-out;
	transition: transform .5s ease-in-out, -webkit-transform .5s ease-in-out;
	vertical-align: middle;
}

#sb_instagram .sbi_no_js img, #sb_instagram br, #sb_instagram p:empty, #sb_instagram.sbi_no_js .sbi_load_btn, #sb_instagram.sbi_no_js .sbi_photo img {
	display: none;
}

#sb_instagram a, #sb_instagram a:active, #sb_instagram a:focus, #sb_instagram a:hover, .sbi_lightbox a:active, .sbi_lightbox a:focus, .sbi_lightbox a:hover {
	outline: 0;
}

#sb_instagram img {
	display: block;
	padding: 0 !important;
	margin: 0 !important;
	max-width: 100% !important;
	opacity: 1 !important;
}

#sb_instagram .sbi_link {
	display: none;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	padding: 10px 0;
	background: rgba(0, 0, 0, .5);
	text-align: center;
	color: #fff;
	font-size: 12px;
	line-height: 1.1;
}

#sb_instagram .sbi_link a {
	padding: 0 6px;
	text-decoration: none;
	color: #fff;
	font-size: 12px;
	line-height: 1.1;
	display: inline-block;
	vertical-align: top;
	zoom: 1;
}

#sb_instagram .sbi_link .sbi_lightbox_link {
	padding-bottom: 5px;
}

#sb_instagram .sbi_link a:focus, #sb_instagram .sbi_link a:hover {
	text-decoration: underline;
}

#sb_instagram .sbi_photo_wrap:focus .sbi_link, #sb_instagram .sbi_photo_wrap:hover .sbi_link {
	display: block;
}

#sb_instagram svg:not(:root).svg-inline--fa {
	height: 1em;
	display: inline-block;
}

#sb_instagram .sbi_type_carousel .sbi_playbtn, #sb_instagram .sbi_type_carousel .svg-inline--fa.fa-play, #sb_instagram .sbi_type_video .sbi_playbtn, #sb_instagram .sbi_type_video .svg-inline--fa.fa-play, .sbi_type_carousel .fa-clone {
	display: block !important;
	position: absolute;
	z-index: 1;
	color: rgba(255, 255, 255, .9);
	font-style: normal !important;
	text-shadow: 0 0 8px rgba(0, 0, 0, .8);
}

#sb_instagram .sbi_type_carousel .sbi_playbtn, #sb_instagram .sbi_type_video .sbi_playbtn {
	z-index: 2;
	top: 50%;
	left: 50%;
	margin-top: -24px;
	margin-left: -19px;
	padding: 0;
	font-size: 48px;
}

#sb_instagram .sbi_type_carousel .fa-clone {
	right: 12px;
	top: 12px;
	font-size: 24px;
	text-shadow: 0 0 8px rgba(0, 0, 0, .3);
}

#sb_instagram .sbi_type_carousel .svg-inline--fa.fa-play, #sb_instagram .sbi_type_video .svg-inline--fa.fa-play, .sbi_type_carousel svg.fa-clone {
	-webkit-filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, .4));
	filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, .4));
}

#sb_instagram .sbi_loader {
	width: 20px;
	height: 20px;
	position: relative;
	top: 50%;
	left: 50%;
	margin: -10px 0 0 -10px;
	background-color: rgba(0, 0, 0, .5);
	border-radius: 100%;
	-webkit-animation: 1s ease-in-out infinite sbi-sk-scaleout;
	animation: 1s ease-in-out infinite sbi-sk-scaleout;
}

#sbi_load p {
	display: inline;
	padding: 0;
	margin: 0;
}

#sb_instagram #sbi_load .sbi_loader {
	position: absolute;
	margin-top: -11px;
	background-color: #fff;
	opacity: 1;
}

@-webkit-keyframes sbi-sk-scaleout {
	0% {
		-webkit-transform: scale(0);
	}
	
	100% {
		-webkit-transform: scale(1);
		opacity: 0;
	}
}

@keyframes sbi-sk-scaleout {
	0% {
		-webkit-transform: scale(0);
		-ms-transform: scale(0);
		transform: scale(0);
	}
	
	100% {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
		opacity: 0;
	}
}

#sb_instagram .fa-spin, #sbi_lightbox .fa-spin {
	-webkit-animation: 2s linear infinite fa-spin;
	animation: 2s linear infinite fa-spin;
}

#sb_instagram .fa-pulse, #sbi_lightbox .fa-pulse {
	-webkit-animation: 1s steps(8) infinite fa-spin;
	animation: 1s steps(8) infinite fa-spin;
}

@-webkit-keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	
	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

@keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	
	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

.sbi-screenreader {
	text-indent: -9999px !important;
	display: block !important;
	width: 0 !important;
	height: 0 !important;
	line-height: 0 !important;
	text-align: left !important;
	overflow: hidden !important;
}

#sb_instagram .sb_instagram_header, .sb_instagram_header {
	overflow: hidden;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 12px 0;
}

#sb_instagram .sb_instagram_header a, .sb_instagram_header a {
	transition: color .5s;
	text-decoration: none;
}

.sb_instagram_header.sbi_header_outside {
	float: none;
	margin-left: auto !important;
	margin-right: auto !important;
	display: flex;
}

.sbi_no_avatar .sbi_header_img {
	background: #333;
	color: #fff;
	width: 50px;
	height: 50px;
	position: relative;
}

.sb_instagram_header .sbi_header_hashtag_icon {
	opacity: 0;
	position: absolute;
	width: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	text-align: center;
	color: #fff;
	background: rgba(0, 0, 0, .75);
}

.sbi_no_avatar .sbi_header_hashtag_icon {
	display: block;
	color: #fff;
	opacity: .9;
	-webkit-transition: background .6s linear, color .6s linear;
	-moz-transition: background .6s linear, color .6s linear;
	-o-transition: background .6s linear, color .6s linear;
	transition: background .6s linear, color .6s linear;
}

.sbi_no_avatar:hover .sbi_header_hashtag_icon {
	display: block;
	opacity: 1;
	-webkit-transition: background .2s linear, color .2s linear;
	-moz-transition: background .2s linear, color .2s linear;
	-o-transition: background .2s linear, color .2s linear;
	transition: background .2s linear, color .2s linear;
}

@media all and (min-width:480px) {
	#sb_instagram .sb_instagram_header.sbi_medium .sbi_header_img, #sb_instagram .sb_instagram_header.sbi_medium .sbi_header_img img, .sb_instagram_header.sbi_medium .sbi_header_img, .sb_instagram_header.sbi_medium .sbi_header_img img {
		width: 80px;
		height: 80px;
		border-radius: 50%;
	}
	
	#sb_instagram .sb_instagram_header.sbi_medium .sbi_header_text h3, .sb_instagram_header.sbi_medium .sbi_header_text h3 {
		font-size: 20px;
	}
	
	#sb_instagram .sb_instagram_header.sbi_medium .sbi_header_text .sbi_bio, #sb_instagram .sb_instagram_header.sbi_medium .sbi_header_text .sbi_bio_info, .sb_instagram_header.sbi_medium .sbi_header_text .sbi_bio, .sb_instagram_header.sbi_medium .sbi_header_text .sbi_bio_info {
		font-size: 14px;
	}
	
	#sb_instagram .sb_instagram_header.sbi_medium .sbi_header_text .sbi_bio, #sb_instagram .sb_instagram_header.sbi_medium .sbi_header_text .sbi_bio_info, #sb_instagram .sb_instagram_header.sbi_medium .sbi_header_text h3, .sb_instagram_header.sbi_medium .sbi_header_text .sbi_bio, .sb_instagram_header.sbi_medium .sbi_header_text .sbi_bio_info, .sb_instagram_header.sbi_medium .sbi_header_text h3 {
		line-height: 1.4;
	}
	
	#sb_instagram .sb_instagram_header.sbi_large .sbi_header_img, #sb_instagram .sb_instagram_header.sbi_large .sbi_header_img img, .sb_instagram_header.sbi_large .sbi_header_img, .sb_instagram_header.sbi_large .sbi_header_img img {
		width: 120px;
		height: 120px;
		border-radius: 50%;
	}
	
	#sb_instagram .sb_instagram_header.sbi_large .sbi_header_text h3, .sb_instagram_header.sbi_large .sbi_header_text h3 {
		font-size: 28px;
	}
	
	#sb_instagram .sb_instagram_header.sbi_large .sbi_header_text .sbi_bio, #sb_instagram .sb_instagram_header.sbi_large .sbi_header_text .sbi_bio_info, .sb_instagram_header.sbi_large .sbi_header_text .sbi_bio, .sb_instagram_header.sbi_large .sbi_header_text .sbi_bio_info {
		font-size: 16px;
	}
}

#sb_instagram .sb_instagram_header .sbi_header_img, .sb_instagram_header .sbi_header_img {
	position: relative;
	width: 50px;
	height: 50px;
	overflow: hidden;
	-moz-border-radius: 40px;
	-webkit-border-radius: 40px;
	border-radius: 50%;
}

#sb_instagram .sb_instagram_header .sbi_header_img_hover, .sb_instagram_header .sbi_header_img_hover {
	opacity: 0;
	position: absolute;
	width: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	text-align: center;
	color: #fff;
	background: rgba(0, 0, 0, .75);
	z-index: 2;
	transition: opacity .4s ease-in-out;
}

#sb_instagram .sb_instagram_header .sbi_header_hashtag_icon .sbi_new_logo, #sb_instagram .sb_instagram_header .sbi_header_img_hover .sbi_new_logo, .sb_instagram_header .sbi_header_hashtag_icon .sbi_new_logo, .sb_instagram_header .sbi_header_img_hover .sbi_new_logo {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -12px;
	margin-left: -12px;
	width: 24px;
	height: 24px;
	font-size: 24px;
}

#sb_instagram .sb_instagram_header.sbi_medium .sbi_header_hashtag_icon .sbi_new_logo, .sb_instagram_header.sbi_medium .sbi_header_hashtag_icon .sbi_new_logo {
	margin-top: -18px;
	margin-left: -18px;
	width: 36px;
	height: 36px;
	font-size: 36px;
}

#sb_instagram .sb_instagram_header.sbi_large .sbi_header_hashtag_icon .sbi_new_logo, .sb_instagram_header.sbi_large .sbi_header_hashtag_icon .sbi_new_logo {
	margin-top: -24px;
	margin-left: -24px;
	width: 48px;
	height: 48px;
	font-size: 48px;
}

#sb_instagram .sb_instagram_header .sbi_header_img_hover i {
	overflow: hidden;
}

#sb_instagram .sb_instagram_header .sbi_fade_in, .sb_instagram_header .sbi_fade_in {
	opacity: 1;
	transition: opacity .2s ease-in-out;
}

#sb_instagram .sb_instagram_header a:focus .sbi_header_img_hover, #sb_instagram .sb_instagram_header a:hover .sbi_header_img_hover, #sb_instagram.sbi_no_js #sbi_images .sbi_item.sbi_transition, .sb_instagram_header a:focus .sbi_header_img_hover, .sb_instagram_header a:hover .sbi_header_img_hover, .sbi_lb-nav a.sbi_lb-next:hover, .sbi_lb-nav a.sbi_lb-prev:hover {
	opacity: 1;
}

#sb_instagram .sb_instagram_header .sbi_header_text, .sb_instagram_header .sbi_header_text {
	display: flex;
	gap: 20px;
	justify-content: flex-start;
	align-items: center;
}

#sb_instagram .sb_instagram_header.sbi_large .sbi_feedtheme_header_text, .sb_instagram_header.sbi_large .sbi_feedtheme_header_text {
	gap: 8px;
}

.sb_instagram_header.sbi_medium .sbi_feedtheme_header_text {
	gap: 4px;
}

.sbi_feedtheme_header_text {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex: 1;
	flex-direction: column;
	gap: 4px;
}

#sb_instagram .sb_instagram_header h3, .sb_instagram_header h3 {
	font-size: 16px;
	line-height: 1.3;
	margin: 0;
	padding: 0;
}

#sb_instagram .sb_instagram_header p, .sb_instagram_header p {
	font-size: 13px;
	line-height: 1.3;
	margin: 0;
	padding: 0;
}

#sb_instagram .sb_instagram_header .sbi_header_text img.emoji, .sb_instagram_header .sbi_header_text img.emoji {
	margin-right: 3px !important;
}

#sb_instagram .sb_instagram_header .sbi_header_text.sbi_no_bio .sbi_bio_info, .sb_instagram_header .sbi_header_text.sbi_no_bio .sbi_bio_info {
	clear: both;
}

#sb_instagram #sbi_load {
	float: left;
	clear: both;
	width: 100%;
	text-align: center;
	opacity: 1;
	transition: .5s ease-in;
}

#sb_instagram #sbi_load .fa-spinner {
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -8px 0 0 -7px;
	font-size: 15px;
}

#sb_instagram #sbi_load .sbi_load_btn, #sb_instagram .sbi_follow_btn a, .et-db #et-boc .et-l .et_pb_module .sbi_follow_btn a {
	display: inline-block;
	vertical-align: top;
	zoom: 1;
	padding: 7px 14px;
	margin: 5px auto 0;
	background: #333;
	text-decoration: none;
	line-height: 1.5;
}

#sb_instagram .sbi_load_btn .sbi_btn_text, #sb_instagram .sbi_load_btn .sbi_loader {
	opacity: 1;
	transition: .1s ease-in;
}

#sb_instagram .sbi_hidden {
	opacity: 0 !important;
}

#sb_instagram #sbi_load .sbi_load_btn, #sb_instagram .sbi_follow_btn a {
	border: none;
	color: #fff;
	font-size: 13px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	transition: .1s ease-in;
}

.sbi_lb-nav a.sbi_lb-next, .sbi_lb-nav a.sbi_lb-prev {
	width: 50px;
	padding-left: 10px;
	padding-right: 10px;
	opacity: .5;
	-webkit-transition: opacity .2s;
	-moz-transition: opacity .2s;
	-o-transition: opacity .2s;
}

#sb_instagram .sbi_follow_btn {
	display: inline-block;
	vertical-align: top;
	zoom: 1;
	text-align: center;
}

#sb_instagram .sbi_follow_btn.sbi_top {
	display: block;
	margin-bottom: 5px;
}

#sb_instagram .sbi_follow_btn a {
	background: #408bd1;
	color: #fff;
}

#sb_instagram #sbi_load .sbi_load_btn:hover {
	outline: 0;
	box-shadow: inset 0 0 20px 20px rgba(255, 255, 255, .25);
}

#sb_instagram .sbi_follow_btn a:focus, #sb_instagram .sbi_follow_btn a:hover {
	outline: 0;
	box-shadow: inset 0 0 10px 20px #359dff;
}

#sb_instagram #sbi_load .sbi_load_btn:active, #sb_instagram .sbi_follow_btn a:active {
	box-shadow: inset 0 0 10px 20px rgba(0, 0, 0, .3);
}

#sb_instagram .sbi_follow_btn .fa, #sb_instagram .sbi_follow_btn svg {
	margin-bottom: -1px;
	margin-right: 7px;
	font-size: 15px;
}

#sb_instagram .sbi_follow_btn svg {
	vertical-align: -.125em;
}

#sb_instagram #sbi_load .sbi_follow_btn {
	margin-left: 5px;
}

#sb_instagram .sb_instagram_error {
	width: 100%;
	text-align: center;
	line-height: 1.4;
}

#sbi_mod_error {
	display: none;
	border: 1px solid #ddd;
	background: #eee;
	color: #333;
	margin: 10px 0 0;
	padding: 10px 15px;
	font-size: 13px;
	text-align: center;
	clear: both;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

#sbi_mod_error br {
	display: initial !important;
}

#sbi_mod_error p {
	padding: 5px 0 !important;
	margin: 0 !important;
	line-height: 1.3 !important;
}

#sbi_mod_error ol, #sbi_mod_error ul {
	padding: 5px 0 5px 20px !important;
	margin: 0 !important;
}

#sbi_mod_error li {
	padding: 1px 0 !important;
	margin: 0 !important;
}

#sbi_mod_error span {
	font-size: 12px;
}

#sb_instagram.sbi_medium .sbi_photo_wrap .svg-inline--fa.fa-play, #sb_instagram.sbi_medium .sbi_playbtn {
	margin-top: -12px;
	margin-left: -9px;
	font-size: 23px;
}

#sb_instagram.sbi_medium .sbi_type_carousel .sbi_photo_wrap .fa-clone {
	right: 8px;
	top: 8px;
	font-size: 18px;
}

#sb_instagram.sbi_small .sbi_photo_wrap .svg-inline--fa.fa-play, #sb_instagram.sbi_small .sbi_playbtn {
	margin-top: -9px;
	margin-left: -7px;
	font-size: 18px;
}

#sb_instagram.sbi_small .sbi_type_carousel .sbi_photo_wrap .fa-clone {
	right: 5px;
	top: 5px;
	font-size: 12px;
}

@media all and (max-width:640px) {
	#sb_instagram.sbi_col_3 #sbi_images, #sb_instagram.sbi_col_4 #sbi_images, #sb_instagram.sbi_col_5 #sbi_images, #sb_instagram.sbi_col_6 #sbi_images {
		grid-template-columns: repeat(2, 1fr);
	}
	
	#sb_instagram.sbi_col_10 #sbi_images, #sb_instagram.sbi_col_7 #sbi_images, #sb_instagram.sbi_col_8 #sbi_images, #sb_instagram.sbi_col_9 #sbi_images {
		grid-template-columns: repeat(4, 1fr);
	}
	
	#sb_instagram.sbi_width_resp {
		width: 100% !important;
	}
}

#sb_instagram.sbi_no_js #sbi_images .sbi_item .sbi_photo_wrap {
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
}

#sb_instagram.sbi_no_js #sbi_images .sbi_item .sbi_photo_wrap:before {
	content: "";
	display: block;
	padding-top: 100%;
	z-index: -300;
}

#sb_instagram.sbi_no_js #sbi_images .sbi_item .sbi_photo {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

#sb_instagram #sbi_images .sbi_js_load_disabled .sbi_imgLiquid_ready.sbi_photo, #sb_instagram #sbi_images .sbi_no_js_customizer .sbi_imgLiquid_ready.sbi_photo {
	padding-bottom: 0 !important;
}

#sb_instagram #sbi_mod_error .sb_frontend_btn {
	display: inline-block;
	padding: 6px 10px;
	background: rgba(0, 0, 0, .1);
	text-decoration: none;
	border-radius: 5px;
	margin-top: 10px;
	color: #444;
}

#sb_instagram #sbi_mod_error .sb_frontend_btn:hover {
	background: rgba(0, 0, 0, .15);
}

#sb_instagram #sbi_mod_error .sb_frontend_btn .fa {
	margin-right: 2px;
}

#sb_instagram.sbi_palette_dark, #sbi_lightbox.sbi_palette_dark_lightbox .sbi_lb-outerContainer .sbi_lb-dataContainer, #sbi_lightbox.sbi_palette_dark_lightbox .sbi_lightbox_tooltip, #sbi_lightbox.sbi_palette_dark_lightbox .sbi_share_close, .sbi_header_outside.sbi_header_palette_dark {
	background-color: rgba(0, 0, 0, .85);
	color: rgba(255, 255, 255, .75);
}

#sb_instagram.sbi_palette_dark .sbi_caption, #sb_instagram.sbi_palette_dark .sbi_meta, #sbi_lightbox.sbi_lb-comments-enabled.sbi_palette_dark_lightbox .sbi_lb-commentBox p, #sbi_lightbox.sbi_palette_dark_lightbox .sbi_lb-outerContainer .sbi_lb-dataContainer .sbi_lb-details .sbi_lb-caption, #sbi_lightbox.sbi_palette_dark_lightbox .sbi_lb-outerContainer .sbi_lb-dataContainer .sbi_lb-number, .sbi_header_palette_dark, .sbi_header_palette_dark .sbi_bio {
	color: rgba(255, 255, 255, .75);
}

#sb_instagram.sbi_palette_dark .sbi_expand a, #sbi_lightbox.sbi_lb-comments-enabled.sbi_palette_dark_lightbox .sbi_lb-commentBox .sbi_lb-commenter, #sbi_lightbox.sbi_palette_dark_lightbox .sbi_lb-outerContainer .sbi_lb-dataContainer .sbi_lb-details a, #sbi_lightbox.sbi_palette_dark_lightbox .sbi_lb-outerContainer .sbi_lb-dataContainer .sbi_lb-details a p, .sbi_header_palette_dark a {
	color: #fff;
}

#sb_instagram.sbi_palette_light, #sbi_lightbox.sbi_palette_light_lightbox .sbi_lb-outerContainer .sbi_lb-dataContainer, #sbi_lightbox.sbi_palette_light_lightbox .sbi_lightbox_tooltip, #sbi_lightbox.sbi_palette_light_lightbox .sbi_share_close, .sbi_header_outside.sbi_header_palette_light {
	color: rgba(0, 0, 0, .85);
	background-color: rgba(255, 255, 255, .75);
}

#sb_instagram.sbi_palette_light .sbi_caption, #sb_instagram.sbi_palette_light .sbi_meta, #sbi_lightbox.sbi_lb-comments-enabled.sbi_palette_light_lightbox .sbi_lb-commentBox p, #sbi_lightbox.sbi_palette_light_lightbox .sbi_lb-outerContainer .sbi_lb-dataContainer .sbi_lb-details .sbi_lb-caption, #sbi_lightbox.sbi_palette_light_lightbox .sbi_lb-outerContainer .sbi_lb-dataContainer .sbi_lb-number, .sbi_header_palette_light, .sbi_header_palette_light .sbi_bio {
	color: rgba(0, 0, 0, .85);
}

#sb_instagram.sbi_palette_light .sbi_expand a, #sbi_lightbox.sbi_lb-comments-enabled.sbi_palette_light_lightbox .sbi_lb-commentBox .sbi_lb-commenter, #sbi_lightbox.sbi_palette_light_lightbox .sbi_lb-outerContainer .sbi_lb-dataContainer .sbi_lb-details a, #sbi_lightbox.sbi_palette_light_lightbox .sbi_lb-outerContainer .sbi_lb-dataContainer .sbi_lb-details a p, .sbi_header_palette_light a {
	color: #000;
}

@media all and (max-width:800px) {
	#sb_instagram.sbi_tab_col_10 #sbi_images {
		grid-template-columns: repeat(10, 1fr);
	}
	
	#sb_instagram.sbi_tab_col_9 #sbi_images {
		grid-template-columns: repeat(9, 1fr);
	}
	
	#sb_instagram.sbi_tab_col_8 #sbi_images {
		grid-template-columns: repeat(8, 1fr);
	}
	
	#sb_instagram.sbi_tab_col_7 #sbi_images {
		grid-template-columns: repeat(7, 1fr);
	}
	
	#sb_instagram.sbi_tab_col_6 #sbi_images {
		grid-template-columns: repeat(6, 1fr);
	}
	
	#sb_instagram.sbi_tab_col_5 #sbi_images {
		grid-template-columns: repeat(5, 1fr);
	}
	
	#sb_instagram.sbi_tab_col_4 #sbi_images {
		grid-template-columns: repeat(4, 1fr);
	}
	
	#sb_instagram.sbi_tab_col_3 #sbi_images {
		grid-template-columns: repeat(3, 1fr);
	}
	
	#sb_instagram.sbi_tab_col_2 #sbi_images {
		grid-template-columns: repeat(2, 1fr);
	}
	
	#sb_instagram.sbi_tab_col_1 #sbi_images {
		grid-template-columns: 1fr;
	}
}

@media all and (max-width:480px) {
	#sb_instagram.sbi_col_10 #sbi_images, #sb_instagram.sbi_col_10.sbi_mob_col_auto #sbi_images, #sb_instagram.sbi_col_3 #sbi_images, #sb_instagram.sbi_col_3.sbi_mob_col_auto #sbi_images, #sb_instagram.sbi_col_4 #sbi_images, #sb_instagram.sbi_col_4.sbi_mob_col_auto #sbi_images, #sb_instagram.sbi_col_5 #sbi_images, #sb_instagram.sbi_col_5.sbi_mob_col_auto #sbi_images, #sb_instagram.sbi_col_6 #sbi_images, #sb_instagram.sbi_col_6.sbi_mob_col_auto #sbi_images, #sb_instagram.sbi_col_7 #sbi_images, #sb_instagram.sbi_col_7.sbi_mob_col_auto #sbi_images, #sb_instagram.sbi_col_8 #sbi_images, #sb_instagram.sbi_col_8.sbi_mob_col_auto #sbi_images, #sb_instagram.sbi_col_9 #sbi_images, #sb_instagram.sbi_col_9.sbi_mob_col_auto #sbi_images, #sb_instagram.sbi_mob_col_1 #sbi_images {
		grid-template-columns: 1fr;
	}
	
	#sb_instagram.sbi_mob_col_2 #sbi_images {
		grid-template-columns: repeat(2, 1fr);
	}
	
	#sb_instagram.sbi_mob_col_3 #sbi_images {
		grid-template-columns: repeat(3, 1fr);
	}
	
	#sb_instagram.sbi_mob_col_4 #sbi_images {
		grid-template-columns: repeat(4, 1fr);
	}
	
	#sb_instagram.sbi_mob_col_5 #sbi_images {
		grid-template-columns: repeat(5, 1fr);
	}
	
	#sb_instagram.sbi_mob_col_6 #sbi_images {
		grid-template-columns: repeat(6, 1fr);
	}
	
	#sb_instagram.sbi_mob_col_7 #sbi_images {
		grid-template-columns: repeat(7, 1fr);
	}
	
	#sb_instagram.sbi_mob_col_8 #sbi_images {
		grid-template-columns: repeat(8, 1fr);
	}
	
	#sb_instagram.sbi_mob_col_9 #sbi_images {
		grid-template-columns: repeat(9, 1fr);
	}
	
	#sb_instagram.sbi_mob_col_10 #sbi_images {
		grid-template-columns: repeat(10, 1fr);
	}
}

#sb_instagram #sbi_images .sbi_item.sbi_num_diff_hide {
	display: none !important;
}

body:after {
	content: url("https://cdn-ilajeil.nitrocdn.com/qDyTBCaHxTeDygzXENkUnjzSZxITwHzD/assets/images/optimized/rev-b147595/ndwbc.com/wp-content/plugins/instagram-feed/img/sbi-sprite.png");
	display: none;
}

.sbi_lightboxOverlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99999;
	background-color: #000;
	opacity: .9;
	display: none;
}

.sbi_lightbox {
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100000;
	text-align: center;
	line-height: 0;
	font-weight: 400;
}

.sbi_lightbox .sbi_lb-image {
	display: block;
	height: auto;
	max-width: inherit;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	object-fit: contain;
}

.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-image {
	-webkit-border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	-ms-border-radius: 3px 0 0 3px;
	-o-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
}

.sbi_lb-outerContainer {
	position: relative;
	background-color: #000;
	width: 250px;
	height: 250px;
	margin: 0 auto 5px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}

.sbi_lb-container-wrapper {
	height: 100%;
}

.sbi_lb-container {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	bottom: 0;
	right: 0;
}

.sbi_lb-loader {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 0;
	height: 20px;
	margin-top: -10px;
	text-align: center;
	line-height: 0;
}

.sbi_lb-loader span {
	display: block;
	width: 14px;
	height: 14px;
	margin: 0 auto;
	background: url("https://cdn-ilajeil.nitrocdn.com/qDyTBCaHxTeDygzXENkUnjzSZxITwHzD/assets/images/optimized/rev-b147595/ndwbc.com/wp-content/plugins/instagram-feed/img/sbi-sprite.png") no-repeat;
}

.sbi_lb-loader span.nitro-lazy {
	background-image: none !important;
}

.sbi_lb-container>.nav {
	left: 0;
}

.sbi_lb-nav a {
	position: absolute;
	z-index: 100;
	top: 0;
	height: 90%;
	outline: 0;
	background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==");
}

.sbi_lb-nav a.nitro-lazy {
	background-image: none !important;
}

.sbi_lb-next, .sbi_lb-prev {
	height: 100%;
	cursor: pointer;
	display: block;
}

.sbi_lb-nav a.sbi_lb-prev {
	left: -70px;
	float: left;
	transition: opacity .2s;
}

.sbi_lb-nav a.sbi_lb-next {
	right: -70px;
	float: right;
	transition: opacity .2s;
}

.sbi_lb-nav span {
	display: block;
	top: 55%;
	position: absolute;
	left: 20px;
	width: 34px;
	height: 45px;
	margin: -25px 0 0;
	background: url("https://cdn-ilajeil.nitrocdn.com/qDyTBCaHxTeDygzXENkUnjzSZxITwHzD/assets/images/optimized/rev-b147595/ndwbc.com/wp-content/plugins/instagram-feed/img/sbi-sprite.png") no-repeat;
}

.sbi_lb-nav span.nitro-lazy {
	background-image: none !important;
}

.sbi_lb-nav a.sbi_lb-prev span {
	background-position: -53px 0;
}

.sbi_lb-nav a.sbi_lb-next span {
	left: auto;
	right: 20px;
	background-position: -18px 0;
}

.sbi_lb-dataContainer {
	margin: 0 auto;
	padding-top: 10px;
	width: 100%;
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-outerContainer {
	position: relative;
	padding-right: 300px;
	background: #fff;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-container-wrapper {
	position: relative;
	background: #000;
}

.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-dataContainer {
	width: 300px !important;
	position: absolute;
	top: 0;
	right: -300px;
	height: 100%;
	bottom: 0;
	background: #fff;
	line-height: 1.4;
	overflow: hidden;
	overflow-y: auto;
	text-align: left;
}

.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-commentBox {
	display: block !important;
	width: 100%;
	margin-top: 20px;
	padding: 4px;
}

#sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-number {
	padding-bottom: 0;
}

#sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-caption {
	width: 100%;
	max-width: 100%;
	margin-bottom: 20px;
}

#sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-caption .sbi_caption_text {
	display: inline-block;
	padding-top: 10px;
}

.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-comment {
	display: block !important;
	width: 100%;
	min-width: 100%;
	float: left;
	clear: both;
	font-size: 12px;
	padding: 3px 20px 3px 0;
	margin: 0 0 1px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-commenter {
	font-weight: 700;
	margin-right: 5px;
}

.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-commentBox p {
	text-align: left;
}

.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-dataContainer {
	box-sizing: border-box;
	padding: 15px 20px;
}

.sbi_lb-data {
	padding: 0 4px;
	color: #ccc;
}

.sbi_lb-data .sbi_lb-details {
	width: 85%;
	float: left;
	text-align: left;
	line-height: 1.1;
}

.sbi_lb-data .sbi_lb-caption {
	float: left;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.3;
	padding-bottom: 3px;
	color: #ccc;
	word-wrap: break-word;
	word-break: break-word;
	overflow-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}

.sbi_lb-data .sbi_lb-caption a {
	color: #ccc;
	font-weight: 700;
	text-decoration: none;
}

.sbi_lb-commenter:hover, .sbi_lb-data .sbi_lb-caption .sbi_lightbox_username:hover p, .sbi_lb-data .sbi_lb-caption a:hover {
	color: #fff;
	text-decoration: underline;
}

.sbi_lb-data .sbi_lb-caption .sbi_lightbox_username {
	float: left;
	width: 100%;
	color: #ccc;
	padding-bottom: 0;
	display: block;
	margin: 0 0 5px;
}

#sbi_lightbox.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-number, #sbi_lightbox.sbi_lightbox.sbi_lb-comments-enabled .sbi_lightbox_action a, #sbi_lightbox.sbi_lightbox.sbi_lb-comments-enabled .sbi_lightbox_action a:hover, .sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-commenter, .sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-commenter:hover, .sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-data, .sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-data .sbi_lb-caption, .sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-data .sbi_lb-caption .sbi_lightbox_username p, .sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-data .sbi_lb-caption .sbi_lightbox_username:hover p, .sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-data .sbi_lb-caption a, .sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-data .sbi_lb-caption a:hover, .sbi_lightbox.sbi_lb-comments-enabled .sbi_lightbox_username {
	color: #333;
}

.sbi_lightbox .sbi_lightbox_username img {
	float: left;
	border: none;
	width: 32px;
	height: 32px;
	margin-right: 10px;
	background: #666;
	-moz-border-radius: 40px;
	-webkit-border-radius: 40px;
	border-radius: 40px;
}

.sbi_lightbox_username p {
	float: left;
	margin: 0;
	padding: 0;
	color: #ccc;
	line-height: 32px;
	font-weight: 700;
	font-size: 13px;
}

.sbi_lb-data .sbi_lb-number {
	display: block;
	float: left;
	clear: both;
	padding: 5px 0 15px;
	font-size: 12px;
	color: #999;
}

.sbi_lb-data .sbi_lb-close {
	display: block;
	float: right;
	width: 30px;
	height: 30px;
	font-size: 18px;
	color: #aaa;
	text-align: right;
	outline: 0;
	opacity: .7;
	-webkit-transition: opacity .2s;
	-moz-transition: opacity .2s;
	-o-transition: opacity .2s;
	transition: opacity .2s;
}

.sbi_lb-data .sbi_lb-close:hover {
	cursor: pointer;
	opacity: 1;
	color: #fff;
}

.sbi_lb-nav {
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10;
	height: auto;
}

.sbi-feed-block-cta, .sbi-feed-block-cta-img-ctn {
	width: 100% !important;
	position: relative !important;
}

.sbi_lightbox .sbi_owl-item:nth-child(n+2) .sbi_video {
	position: relative !important;
}

.sbi_lb-container {
	padding: 0;
}

.sbi-feed-block-cta {
	border: 1px solid #e8e8eb !important;
	border-radius: 2px !important;
	text-align: center !important;
}

.sbi-feed-block-cta-img-ctn {
	float: left !important;
	display: flex !important;
	justify-content: center !important;
	align-items: center !important;
	margin-top: 50px !important;
	margin-bottom: 35px !important;
}

.sbi-feed-block-cta-img {
	width: 65px !important;
	height: 65px !important;
	position: relative !important;
	border: 2px solid #dcdde1 !important;
	border-radius: 16px !important;
	-webkit-transform: rotate(-3deg) !important;
	transform: rotate(-3deg) !important;
	display: flex !important;
	justify-content: center !important;
	align-items: center !important;
}

.sbi-feed-block-cta-img span svg {
	float: left !important;
}

.sbi-feed-block-cta-img>* {
	-webkit-transform: rotate(3deg) !important;
	transform: rotate(3deg) !important;
}

.sbi-feed-block-cta-logo {
	position: absolute !important;
	right: -15px !important;
	bottom: -19px !important;
	z-index: 1 !important;
}

.sbi-feed-block-cta-heading {
	font-size: 19px !important;
	padding: 0 !important;
	margin: 0 0 30px !important;
	display: inline-block !important;
	width: 100% !important;
	font-weight: 700 !important;
	line-height: 1.4em !important;
}

.sbi-feed-block-cta-btn {
	background: #0068a0 !important;
	border-radius: 2px !important;
	padding: 8px 20px 8px 38px !important;
	cursor: pointer !important;
	color: #fff !important;
	position: relative !important;
	margin-bottom: 30px !important;
}

.sbi-feed-block-cta-btn:after, .sbi-feed-block-cta-btn:before {
	content: "" !important;
	position: absolute !important;
	width: 2px !important;
	height: 12px !important;
	background: #fff !important;
	left: 20px !important;
	top: 14px !important;
}

.sbi-feed-block-cta-btn:after {
	-webkit-transform: rotate(90deg) !important;
	transform: rotate(90deg) !important;
}

.sbi-feed-block-cta-desc {
	display: flex !important;
	justify-content: center !important;
	align-items: center !important;
	padding: 20px !important;
	background: #f9f9fa !important;
	border-top: 1px solid #e8e8eb !important;
	margin-top: 35px !important;
	flex-direction: column !important;
}

.sbi-feed-block-cta-desc strong {
	color: #141b38 !important;
	font-size: 16px !important;
	font-weight: 600 !important;
	margin-bottom: 8px !important;
}

.sbi-feed-block-cta-desc span {
	color: #434960 !important;
	font-size: 14px !important;
	line-height: 1.5em !important;
	padding: 0 20% !important;
}

.sbi-feed-block-cta-desc span a, .sbi-feed-block-cta-selector span a {
	text-transform: capitalize !important;
	text-decoration: underline !important;
	font-weight: 600 !important;
}

.sbi-feed-block-cta-selector {
	width: 100% !important;
	padding: 0 20% !important;
	display: flex !important;
	justify-content: center !important;
	align-items: center !important;
	flex-direction: column !important;
	margin-bottom: 45px !important;
}

.sbi-feed-block-cta-feedselector {
	border: 1px solid #d0d1d7 !important;
	padding: 8px 16px !important;
	margin-bottom: 15px !important;
	max-width: 100% !important;
	min-width: 400px !important;
}

.sbi-feed-block-cta-selector span {
	color: #2c324c !important;
}

.sbi-feed-block-cta-selector span a:after {
	color: #2c324c !important;
	margin-left: 2px !important;
	font-weight: 400 !important;
	text-decoration-color: #fff !important;
}

.sbi-feed-block-cta-selector span a:first-of-type:after {
	content: "," !important;
}

.sbi-feed-block-cta-selector span a:nth-of-type(2):after {
	content: "or" !important;
	margin-left: 5px !important;
	margin-right: 2px !important;
}

.et-db #et-boc .et-l .et-fb-modules-list ul>li.sb_facebook_feed::before, .et-db #et-boc .et-l .et-fb-modules-list ul>li.sb_instagram_feed::before, .et-db #et-boc .et-l .et-fb-modules-list ul>li.sb_twitter_feed::before, .et-db #et-boc .et-l .et-fb-modules-list ul>li.sb_youtube_feed::before {
	content: "" !important;
	height: 16px !important;
	font-variant: normal !important;
	background-position: center center !important;
	background-repeat: no-repeat !important;
}

.et-db #et-boc .et-l .et-fb-modules-list ul>li.sb_facebook_feed::before {
	background-image: url("data:image/svg+xml,%3Csvg width=\'16\' height=\'16\' viewBox=\'0 0 29 29\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath d=\'M12.9056 18.109H13.4056V17.609H12.9056V18.109ZM9.79722 18.109H9.29722V18.609H9.79722V18.109ZM9.79722 14.5601V14.0601H9.29722V14.5601H9.79722ZM12.9056 14.5601V15.0601H13.4056V14.5601H12.9056ZM20.2604 7.32764H20.7604V6.90407L20.3426 6.83444L20.2604 7.32764ZM20.2604 10.3503V10.8503H20.7604V10.3503H20.2604ZM16.7237 14.5601H16.2237V15.0601H16.7237V14.5601ZM20.1258 14.5601L20.6199 14.6367L20.7094 14.0601H20.1258V14.5601ZM19.5751 18.109V18.609H20.0035L20.0692 18.1857L19.5751 18.109ZM16.7237 18.109V17.609H16.2237V18.109H16.7237ZM27.0523 14.5601H26.5523L26.5523 14.5612L27.0523 14.5601ZM17.0803 26.6136L16.9877 26.1222L17.0803 26.6136ZM12.5489 26.6139L12.6411 26.1225L12.5489 26.6139ZM14.8147 1.79797C7.80749 1.79797 2.07703 7.51685 2.07703 14.5601H3.07703C3.07703 8.06849 8.36042 2.79797 14.8147 2.79797V1.79797ZM2.07703 14.5601C2.07703 20.7981 6.54984 25.9974 12.4567 27.1053L12.6411 26.1225C7.19999 25.1019 3.07703 20.3097 3.07703 14.5601H2.07703ZM13.4056 26.3139V18.109H12.4056V26.3139H13.4056ZM12.9056 17.609H9.79722V18.609H12.9056V17.609ZM10.2972 18.109V14.5601H9.29722V18.109H10.2972ZM9.79722 15.0601H12.9056V14.0601H9.79722V15.0601ZM13.4056 14.5601V11.8556H12.4056V14.5601H13.4056ZM13.4056 11.8556C13.4056 10.4191 13.8299 9.36825 14.5211 8.67703C15.2129 7.98525 16.2305 7.59512 17.5314 7.59512V6.59512C16.0299 6.59512 14.7346 7.04939 13.814 7.96992C12.893 8.891 12.4056 10.2204 12.4056 11.8556H13.4056ZM17.5314 7.59512C18.1724 7.59512 18.8342 7.65119 19.3401 7.70823C19.592 7.73664 19.8029 7.76502 19.9504 7.78622C20.0241 7.79681 20.0818 7.8056 20.1208 7.81167C20.1402 7.81471 20.155 7.81706 20.1647 7.81863C20.1695 7.81941 20.1731 7.82 20.1754 7.82037C20.1765 7.82056 20.1773 7.82069 20.1778 7.82077C20.178 7.82081 20.1782 7.82083 20.1782 7.82084C20.1783 7.82085 20.1783 7.82085 20.1783 7.82085C20.1783 7.82085 20.1783 7.82085 20.1783 7.82085C20.1782 7.82084 20.1782 7.82084 20.2604 7.32764C20.3426 6.83444 20.3426 6.83443 20.3425 6.83443C20.3425 6.83442 20.3424 6.83441 20.3424 6.83441C20.3423 6.83439 20.3422 6.83437 20.342 6.83435C20.3418 6.8343 20.3414 6.83425 20.341 6.83417C20.3401 6.83403 20.3389 6.83383 20.3373 6.83357C20.3342 6.83307 20.3298 6.83234 20.3241 6.83142C20.3127 6.82958 20.2962 6.82695 20.2749 6.82362C20.2323 6.81698 20.1707 6.8076 20.0927 6.7964C19.9369 6.774 19.7157 6.74425 19.4521 6.71453C18.927 6.65532 18.2243 6.59512 17.5314 6.59512V7.59512ZM19.7604 7.32764V10.3503H20.7604V7.32764H19.7604ZM20.2604 9.85033H18.7185V10.8503H20.2604V9.85033ZM18.7185 9.85033C17.851 9.85033 17.1997 10.1241 16.7742 10.6148C16.3604 11.0922 16.2237 11.7025 16.2237 12.2594H17.2237C17.2237 11.8495 17.3257 11.5053 17.5298 11.2699C17.7224 11.0477 18.0684 10.8503 18.7185 10.8503V9.85033ZM16.2237 12.2594V14.5601H17.2237V12.2594H16.2237ZM16.7237 15.0601H20.1258V14.0601H16.7237V15.0601ZM19.6317 14.4834L19.081 18.0323L20.0692 18.1857L20.6199 14.6367L19.6317 14.4834ZM19.5751 17.609H16.7237V18.609H19.5751V17.609ZM16.2237 18.109V26.3135H17.2237V18.109H16.2237ZM17.1728 27.105C20.0281 26.5671 22.618 25.068 24.5079 22.8512L23.7469 22.2025C22.0054 24.2452 19.6188 25.6266 16.9877 26.1222L17.1728 27.105ZM24.5079 22.8512C26.4793 20.5388 27.5591 17.5977 27.5523 14.559L26.5523 14.5612C26.5586 17.3614 25.5636 20.0715 23.7469 22.2025L24.5079 22.8512ZM27.5523 14.5601C27.5523 7.51685 21.8218 1.79797 14.8147 1.79797V2.79797C21.2689 2.79797 26.5523 8.06849 26.5523 14.5601H27.5523ZM16.2237 26.3135C16.2237 26.8064 16.6682 27.2 17.1728 27.105L16.9877 26.1222C17.119 26.0975 17.2237 26.2006 17.2237 26.3135H16.2237ZM12.4567 27.1053C12.9603 27.1998 13.4056 26.8073 13.4056 26.3139H12.4056C12.4056 26.2001 12.5107 26.098 12.6411 26.1225L12.4567 27.1053Z\' fill=\'%232b87da\' /%3E%3Cpath d=\'M12.9056 18.1088H13.4056V17.6088H12.9056V18.1088ZM9.79724 18.1088H9.29724V18.6088H9.79724V18.1088ZM9.79724 14.5599V14.0599H9.29724V14.5599H9.79724ZM12.9056 14.5599V15.0599H13.4056V14.5599H12.9056ZM20.2604 7.32749H20.7604V6.90392L20.3426 6.83429L20.2604 7.32749ZM20.2604 10.3502V10.8502H20.7604V10.3502H20.2604ZM16.7237 14.5599H16.2237V15.0599H16.7237V14.5599ZM20.1258 14.5599L20.6199 14.6366L20.7094 14.0599H20.1258V14.5599ZM19.5751 18.1088V18.6088H20.0035L20.0692 18.1855L19.5751 18.1088ZM16.7237 18.1088V17.6088H16.2237V18.1088H16.7237ZM13.4056 26.366V18.1088H12.4056V26.366H13.4056ZM12.9056 17.6088H9.79724V18.6088H12.9056V17.6088ZM10.2972 18.1088V14.5599H9.29724V18.1088H10.2972ZM9.79724 15.0599H12.9056V14.0599H9.79724V15.0599ZM13.4056 14.5599V11.8554H12.4056V14.5599H13.4056ZM13.4056 11.8554C13.4056 10.4189 13.8299 9.3681 14.5212 8.67688C15.2129 7.9851 16.2305 7.59497 17.5314 7.59497V6.59497C16.0299 6.59497 14.7346 7.04924 13.814 7.96977C12.893 8.89085 12.4056 10.2202 12.4056 11.8554H13.4056ZM17.5314 7.59497C18.1724 7.59497 18.8342 7.65103 19.3401 7.70808C19.592 7.73648 19.803 7.76487 19.9504 7.78607C20.0241 7.79666 20.0819 7.80545 20.1208 7.81152C20.1402 7.81455 20.155 7.81691 20.1647 7.81848C20.1695 7.81926 20.1731 7.81984 20.1754 7.82022C20.1765 7.8204 20.1773 7.82054 20.1778 7.82061C20.178 7.82065 20.1782 7.82068 20.1783 7.82069C20.1783 7.8207 20.1783 7.8207 20.1783 7.8207C20.1783 7.8207 20.1783 7.82069 20.1783 7.82069C20.1782 7.82069 20.1782 7.82068 20.2604 7.32749C20.3426 6.83429 20.3426 6.83428 20.3425 6.83427C20.3425 6.83427 20.3424 6.83426 20.3424 6.83425C20.3423 6.83424 20.3422 6.83422 20.3421 6.8342C20.3418 6.83415 20.3414 6.83409 20.341 6.83402C20.3401 6.83387 20.3389 6.83367 20.3374 6.83342C20.3343 6.83291 20.3298 6.83219 20.3241 6.83127C20.3127 6.82943 20.2962 6.82679 20.2749 6.82347C20.2324 6.81683 20.1707 6.80745 20.0927 6.79624C19.9369 6.77385 19.7158 6.7441 19.4522 6.71438C18.927 6.65516 18.2244 6.59497 17.5314 6.59497V7.59497ZM19.7604 7.32749V10.3502H20.7604V7.32749H19.7604ZM20.2604 9.85018H18.7185V10.8502H20.2604V9.85018ZM18.7185 9.85018C17.8511 9.85018 17.1997 10.1239 16.7743 10.6146C16.3604 11.092 16.2237 11.7024 16.2237 12.2592H17.2237C17.2237 11.8493 17.3257 11.5052 17.5298 11.2697C17.7224 11.0476 18.0684 10.8502 18.7185 10.8502V9.85018ZM16.2237 12.2592V14.5599H17.2237V12.2592H16.2237ZM16.7237 15.0599H20.1258V14.0599H16.7237V15.0599ZM19.6317 14.4833L19.081 18.0322L20.0692 18.1855L20.6199 14.6366L19.6317 14.4833ZM19.5751 17.6088H16.7237V18.6088H19.5751V17.6088ZM16.2237 18.1088V26.366H17.2237V18.1088H16.2237ZM16.4146 26.1752H13.2148V27.1752H16.4146V26.1752ZM16.2237 26.366C16.2237 26.2606 16.3092 26.1752 16.4146 26.1752V27.1752C16.8615 27.1752 17.2237 26.8129 17.2237 26.366H16.2237ZM12.4056 26.366C12.4056 26.8129 12.7679 27.1752 13.2148 27.1752V26.1752C13.3202 26.1752 13.4056 26.2606 13.4056 26.366H12.4056Z\' fill=\'%232b87da\'/%3E%3C/svg%3E%0A");
}

.et-db #et-boc .et-l .et-fb-modules-list ul>li.sb_instagram_feed::before {
	background-image: url("data:image/svg+xml,%3Csvg width=\'16\' height=\'16\' viewBox=\'0 0 24 24\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Crect x=\'1\' y=\'1\' width=\'22\' height=\'22\' rx=\'6\' stroke=\'%232b87da\' stroke-width=\'1.5\'/%3E%3Ccircle cx=\'12\' cy=\'12\' r=\'5\' stroke=\'%232b87da\' stroke-width=\'1.5\'/%3E%3Ccircle cx=\'18.5\' cy=\'5.75\' r=\'1.25\' fill=\'%232b87da\'/%3E%3C/svg%3E%0A");
}

.et-db #et-boc .et-l .et-fb-modules-list ul>li.sb_twitter_feed::before {
	background-image: url("data:image/svg+xml,%3Csvg width=\'16\' height=\'16\' viewBox=\'0 0 29 29\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath d=\'M27.8762 6.78846C27.9345 6.7065 27.8465 6.60094 27.7536 6.63936C27.0263 6.93989 26.26 7.15757 25.4698 7.29241C25.3632 7.31061 25.3082 7.16347 25.3956 7.09969C26.2337 6.48801 26.8918 5.63649 27.2636 4.63802C27.2958 4.55162 27.2014 4.47574 27.1212 4.52123C26.1605 5.06618 25.1092 5.45524 24.0054 5.68842C23.971 5.69568 23.9354 5.68407 23.9113 5.65844C22.9264 4.60891 21.5545 4 19.9999 4C17.0624 4 14.6624 6.4 14.6624 9.3625C14.6624 9.74071 14.702 10.109 14.7724 10.4586C14.7855 10.5235 14.7342 10.5842 14.6681 10.5803C10.3227 10.3231 6.45216 8.2421 3.84135 5.09864C3.79681 5.04501 3.71241 5.0515 3.67879 5.11257C3.26061 5.8722 3.02493 6.75115 3.02493 7.675C3.02493 9.41548 3.84362 10.9704 5.13417 11.9317C5.2141 11.9913 5.17327 12.12 5.07385 12.1129C4.32811 12.0597 3.63173 11.835 3.00827 11.5171C2.99303 11.5094 2.97493 11.5204 2.97493 11.5375V11.5375C2.97493 13.9896 4.6205 16.0638 6.86301 16.7007C6.96452 16.7295 6.96588 16.8757 6.86218 16.8953C6.25772 17.0096 5.63724 17.0173 5.0289 16.9176C4.95384 16.9052 4.89095 16.9762 4.91633 17.0479C5.26967 18.0466 5.91213 18.9192 6.7637 19.5537C7.58576 20.1661 8.56481 20.5283 9.58351 20.6001C9.67715 20.6067 9.71634 20.7266 9.64124 20.7829C7.78574 22.1744 5.52424 22.9237 3.19993 22.9125C2.91864 22.9125 2.63736 22.9015 2.35608 22.8796C2.25034 22.8714 2.20189 23.0116 2.29272 23.0664C4.58933 24.4509 7.27959 25.25 10.1499 25.25C19.9999 25.25 25.4124 17.075 25.4124 9.9875C25.4124 9.76833 25.4124 9.5598 25.4026 9.34228C25.4011 9.30815 25.4168 9.27551 25.4445 9.2555C26.3819 8.57814 27.1984 7.74079 27.8762 6.78846Z\' stroke=\'%232b87da\' stroke-width=\'1.25\' stroke-linejoin=\'round\'/%3E%3C/svg%3E%0A");
}

.et-db #et-boc .et-l .et-fb-modules-list ul>li.sb_youtube_feed::before {
	background-image: url("data:image/svg+xml,%3Csvg width=\'27\' height=\'20\' viewBox=\'0 0 27 20\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath d=\'M11 13.3267C11 13.4037 11.0834 13.4518 11.15 13.4133L17.3377 9.83658C17.4043 9.79808 17.4043 9.70192 17.3377 9.66342L11.15 6.08673C11.0834 6.0482 11 6.0963 11 6.17331V13.3267ZM25.45 3.7125C25.6125 4.3 25.725 5.0875 25.8 6.0875C25.8875 7.0875 25.925 7.95 25.925 8.7L26 9.75C26 12.4875 25.8 14.5 25.45 15.7875C25.1375 16.9125 24.4125 17.6375 23.2875 17.95C22.7 18.1125 21.625 18.225 19.975 18.3C18.35 18.3875 16.8625 18.425 15.4875 18.425L13.5 18.5C8.2625 18.5 5 18.3 3.7125 17.95C2.5875 17.6375 1.8625 16.9125 1.55 15.7875C1.3875 15.2 1.275 14.4125 1.2 13.4125C1.1125 12.4125 1.075 11.55 1.075 10.8L1 9.75C1 7.0125 1.2 5 1.55 3.7125C1.8625 2.5875 2.5875 1.8625 3.7125 1.55C4.3 1.3875 5.375 1.275 7.025 1.2C8.65 1.1125 10.1375 1.075 11.5125 1.075L13.5 1C18.7375 1 22 1.2 23.2875 1.55C24.4125 1.8625 25.1375 2.5875 25.45 3.7125Z\' stroke=\'%232b87da\' stroke-width=\'1.25\' stroke-linejoin=\'round\'/%3E%3C/svg%3E%0A");
}

.et-db #et-boc .et-l .et_pb_module .sbi_follow_btn a {
	border: none;
	color: #fff;
	font-size: 13px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.et-db #et-boc .et-l .et_pb_module .sbi-feed-block-cta-btn:after, .et-db #et-boc .et-l .et_pb_module .sbi-feed-block-cta-btn:before {
	top: 10px !important;
}

@charset "UTF-8";

.wp-block-archives {
	box-sizing: border-box;
}

.wp-block-archives-dropdown label {
	display: block;
}

.wp-block-avatar {
	line-height: 0;
}

.wp-block-avatar, .wp-block-avatar img {
	box-sizing: border-box;
}

.wp-block-avatar.aligncenter {
	text-align: center;
}

.wp-block-audio {
	box-sizing: border-box;
}

.wp-block-audio :where(figcaption) {
	margin-bottom: 1em;
	margin-top: .5em;
}

.wp-block-audio audio {
	min-width: 300px;
	width: 100%;
}

.wp-block-button__link {
	box-sizing: border-box;
	cursor: pointer;
	display: inline-block;
	text-align: center;
	word-break: break-word;
}

.wp-block-button__link.aligncenter {
	text-align: center;
}

.wp-block-button__link.alignright {
	text-align: right;
}

:where(.wp-block-button__link) {
	border-radius: 9999px;
	box-shadow: none;
	padding: calc(.667em + 2px) calc(1.333em + 2px);
	text-decoration: none;
}

.wp-block-button[style*=text-decoration] .wp-block-button__link {
	text-decoration: inherit;
}

.wp-block-buttons>.wp-block-button.has-custom-width {
	max-width: none;
}

.wp-block-buttons>.wp-block-button.has-custom-width .wp-block-button__link {
	width: 100%;
}

.wp-block-buttons>.wp-block-button.has-custom-font-size .wp-block-button__link {
	font-size: inherit;
}

.wp-block-buttons>.wp-block-button.wp-block-button__width-25 {
	width: calc(25% - var(--wp--style--block-gap, .5em) * .75);
}

.wp-block-buttons>.wp-block-button.wp-block-button__width-50 {
	width: calc(50% - var(--wp--style--block-gap, .5em) * .5);
}

.wp-block-buttons>.wp-block-button.wp-block-button__width-75 {
	width: calc(75% - var(--wp--style--block-gap, .5em) * .25);
}

.wp-block-buttons>.wp-block-button.wp-block-button__width-100 {
	flex-basis: 100%;
	width: 100%;
}

.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-25 {
	width: 25%;
}

.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-50 {
	width: 50%;
}

.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-75 {
	width: 75%;
}

.wp-block-button.is-style-squared, .wp-block-button__link.wp-block-button.is-style-squared {
	border-radius: 0;
}

.wp-block-button.no-border-radius, .wp-block-button__link.no-border-radius {
	border-radius: 0 !important;
}

:root :where(.wp-block-button .wp-block-button__link.is-style-outline), :root :where(.wp-block-button.is-style-outline>.wp-block-button__link) {
	border: 2px solid;
	padding: .667em 1.333em;
}

:root :where(.wp-block-button .wp-block-button__link.is-style-outline:not(.has-text-color)), :root :where(.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-text-color)) {
	color: currentColor;
}

:root :where(.wp-block-button .wp-block-button__link.is-style-outline:not(.has-background)), :root :where(.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-background)) {
	background-color: initial;
	background-image: none;
}

:root :where(.wp-block-button .wp-block-button__link.is-style-outline:not(.has-background)).nitro-lazy, :root :where(.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-background)).nitro-lazy {
	background-image: none !important;
}

.wp-block-buttons.is-vertical {
	flex-direction: column;
}

.wp-block-buttons.is-vertical>.wp-block-button:last-child {
	margin-bottom: 0;
}

.wp-block-buttons>.wp-block-button {
	display: inline-block;
	margin: 0;
}

.wp-block-buttons.is-content-justification-left {
	justify-content: flex-start;
}

.wp-block-buttons.is-content-justification-left.is-vertical {
	align-items: flex-start;
}

.wp-block-buttons.is-content-justification-center {
	justify-content: center;
}

.wp-block-buttons.is-content-justification-center.is-vertical {
	align-items: center;
}

.wp-block-buttons.is-content-justification-right {
	justify-content: flex-end;
}

.wp-block-buttons.is-content-justification-right.is-vertical {
	align-items: flex-end;
}

.wp-block-buttons.is-content-justification-space-between {
	justify-content: space-between;
}

.wp-block-buttons.aligncenter {
	text-align: center;
}

.wp-block-buttons:not(.is-content-justification-space-between, .is-content-justification-right, .is-content-justification-left, .is-content-justification-center) .wp-block-button.aligncenter {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

.wp-block-buttons[style*=text-decoration] .wp-block-button, .wp-block-buttons[style*=text-decoration] .wp-block-button__link {
	text-decoration: inherit;
}

.wp-block-buttons.has-custom-font-size .wp-block-button__link {
	font-size: inherit;
}

.wp-block-button.aligncenter, .wp-block-calendar {
	text-align: center;
}

.wp-block-calendar td, .wp-block-calendar th {
	border: 1px solid;
	padding: .25em;
}

.wp-block-calendar th {
	font-weight: 400;
}

.wp-block-calendar caption {
	background-color: inherit;
}

.wp-block-calendar table {
	border-collapse: collapse;
	width: 100%;
}

.wp-block-calendar table:where(:not(.has-text-color)) {
	color: #40464d;
}

.wp-block-calendar table:where(:not(.has-text-color)) td, .wp-block-calendar table:where(:not(.has-text-color)) th {
	border-color: #ddd;
}

.wp-block-calendar table.has-background th {
	background-color: inherit;
}

.wp-block-calendar table.has-text-color th {
	color: inherit;
}

:where(.wp-block-calendar table:not(.has-background) th) {
	background: #ddd;
}

.wp-block-categories {
	box-sizing: border-box;
}

.wp-block-categories.alignleft {
	margin-right: 2em;
}

.wp-block-categories.alignright {
	margin-left: 2em;
}

.wp-block-categories.wp-block-categories-dropdown.aligncenter {
	text-align: center;
}

.wp-block-categories .wp-block-categories__label {
	display: block;
	width: 100%;
}

.wp-block-code {
	box-sizing: border-box;
}

.wp-block-code code {
	display: block;
	font-family: inherit;
	overflow-wrap: break-word;
	white-space: pre-wrap;
}

.wp-block-columns {
	align-items: normal !important;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap !important;
}

@media (min-width:782px) {
	.wp-block-columns {
		flex-wrap: nowrap !important;
	}
}

.wp-block-columns.are-vertically-aligned-top {
	align-items: flex-start;
}

.wp-block-columns.are-vertically-aligned-center {
	align-items: center;
}

.wp-block-columns.are-vertically-aligned-bottom {
	align-items: flex-end;
}

@media (max-width:781px) {
	.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
		flex-basis: 100% !important;
	}
}

@media (min-width:782px) {
	.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
		flex-basis: 0;
		flex-grow: 1;
	}
	
	.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column[style*=flex-basis] {
		flex-grow: 0;
	}
}

.wp-block-columns.is-not-stacked-on-mobile {
	flex-wrap: nowrap !important;
}

.wp-block-columns.is-not-stacked-on-mobile>.wp-block-column {
	flex-basis: 0;
	flex-grow: 1;
}

.wp-block-columns.is-not-stacked-on-mobile>.wp-block-column[style*=flex-basis] {
	flex-grow: 0;
}

:where(.wp-block-columns) {
	margin-bottom: 1.75em;
}

:where(.wp-block-columns.has-background) {
	padding: 1.25em 2.375em;
}

.wp-block-column {
	flex-grow: 1;
	min-width: 0;
	overflow-wrap: break-word;
	word-break: break-word;
}

.wp-block-column.is-vertically-aligned-top {
	align-self: flex-start;
}

.wp-block-column.is-vertically-aligned-center {
	align-self: center;
}

.wp-block-column.is-vertically-aligned-bottom {
	align-self: flex-end;
}

.wp-block-column.is-vertically-aligned-stretch {
	align-self: stretch;
}

.wp-block-column.is-vertically-aligned-bottom, .wp-block-column.is-vertically-aligned-center, .wp-block-column.is-vertically-aligned-top {
	width: 100%;
}

.wp-block-post-comments {
	box-sizing: border-box;
}

.wp-block-post-comments .alignleft {
	float: left;
}

.wp-block-post-comments .alignright {
	float: right;
}

.wp-block-post-comments .navigation:after {
	clear: both;
	content: "";
	display: table;
}

.wp-block-post-comments .commentlist {
	clear: both;
	list-style: none;
	margin: 0;
	padding: 0;
}

.wp-block-post-comments .commentlist .comment {
	min-height: 2.25em;
	padding-left: 3.25em;
}

.wp-block-post-comments .commentlist .comment p {
	font-size: 1em;
	line-height: 1.8;
	margin: 1em 0;
}

.wp-block-post-comments .commentlist .children {
	list-style: none;
	margin: 0;
	padding: 0;
}

.wp-block-post-comments .comment-author {
	line-height: 1.5;
}

.wp-block-post-comments .comment-author .avatar {
	border-radius: 1.5em;
	display: block;
	float: left;
	height: 2.5em;
	margin-right: .75em;
	margin-top: .5em;
	width: 2.5em;
}

.wp-block-post-comments .comment-author cite {
	font-style: normal;
}

.wp-block-post-comments .comment-meta {
	font-size: .875em;
	line-height: 1.5;
}

.wp-block-post-comments .comment-meta b {
	font-weight: 400;
}

.wp-block-post-comments .comment-meta .comment-awaiting-moderation {
	display: block;
	margin-bottom: 1em;
	margin-top: 1em;
}

.wp-block-post-comments .comment-body .commentmetadata {
	font-size: .875em;
}

.wp-block-post-comments .comment-form-author label, .wp-block-post-comments .comment-form-comment label, .wp-block-post-comments .comment-form-email label, .wp-block-post-comments .comment-form-url label {
	display: block;
	margin-bottom: .25em;
}

.wp-block-post-comments .comment-form input:not([type=submit]):not([type=checkbox]), .wp-block-post-comments .comment-form textarea {
	box-sizing: border-box;
	display: block;
	width: 100%;
}

.wp-block-post-comments .comment-form-cookies-consent {
	display: flex;
	gap: .25em;
}

.wp-block-post-comments .comment-form-cookies-consent #wp-comment-cookies-consent {
	margin-top: .35em;
}

.wp-block-post-comments .comment-reply-title {
	margin-bottom: 0;
}

.wp-block-post-comments .comment-reply-title :where(small) {
	font-size: var(--wp--preset--font-size--medium, smaller);
	margin-left: .5em;
}

.wp-block-post-comments .reply {
	font-size: .875em;
	margin-bottom: 1.4em;
}

.wp-block-post-comments input:not([type=submit]), .wp-block-post-comments textarea {
	border: 1px solid #949494;
	font-family: inherit;
	font-size: 1em;
}

.wp-block-post-comments input:not([type=submit]):not([type=checkbox]), .wp-block-post-comments textarea {
	padding: calc(.667em + 2px);
}

:where(.wp-block-post-comments input[type=submit]) {
	border: none;
}

.wp-block-comments-pagination>.wp-block-comments-pagination-next, .wp-block-comments-pagination>.wp-block-comments-pagination-numbers, .wp-block-comments-pagination>.wp-block-comments-pagination-previous {
	margin-bottom: .5em;
	margin-right: .5em;
}

.wp-block-comments-pagination>.wp-block-comments-pagination-next:last-child, .wp-block-comments-pagination>.wp-block-comments-pagination-numbers:last-child, .wp-block-comments-pagination>.wp-block-comments-pagination-previous:last-child {
	margin-right: 0;
}

.wp-block-comments-pagination .wp-block-comments-pagination-previous-arrow {
	display: inline-block;
	margin-right: 1ch;
}

.wp-block-comments-pagination .wp-block-comments-pagination-previous-arrow:not(.is-arrow-chevron) {
	transform: scaleX(1);
}

.wp-block-comments-pagination .wp-block-comments-pagination-next-arrow {
	display: inline-block;
	margin-left: 1ch;
}

.wp-block-comments-pagination .wp-block-comments-pagination-next-arrow:not(.is-arrow-chevron) {
	transform: scaleX(1);
}

.wp-block-comments-pagination.aligncenter {
	justify-content: center;
}

.wp-block-comment-template {
	box-sizing: border-box;
	list-style: none;
	margin-bottom: 0;
	max-width: 100%;
	padding: 0;
}

.wp-block-comment-template li {
	clear: both;
}

.wp-block-comment-template ol {
	list-style: none;
	margin-bottom: 0;
	max-width: 100%;
	padding-left: 2rem;
}

.wp-block-comment-template.alignleft {
	float: left;
}

.wp-block-comment-template.aligncenter {
	margin-left: auto;
	margin-right: auto;
	width: -moz-fit-content;
	width: fit-content;
}

.wp-block-comment-template.alignright {
	float: right;
}

.wp-block-comment-date {
	box-sizing: border-box;
}

.comment-awaiting-moderation {
	display: block;
	font-size: .875em;
	line-height: 1.5;
}

.wp-block-comment-author-name, .wp-block-comment-content, .wp-block-comment-edit-link, .wp-block-comment-reply-link {
	box-sizing: border-box;
}

.wp-block-cover, .wp-block-cover-image {
	align-items: center;
	background-position: 50%;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	min-height: 430px;
	overflow: hidden;
	overflow: clip;
	padding: 1em;
	position: relative;
}

.wp-block-cover .has-background-dim:not([class*=-background-color]), .wp-block-cover-image .has-background-dim:not([class*=-background-color]), .wp-block-cover-image.has-background-dim:not([class*=-background-color]), .wp-block-cover.has-background-dim:not([class*=-background-color]) {
	background-color: #000;
}

.wp-block-cover .has-background-dim.has-background-gradient, .wp-block-cover-image .has-background-dim.has-background-gradient {
	background-color: initial;
}

.wp-block-cover-image.has-background-dim:before, .wp-block-cover.has-background-dim:before {
	background-color: inherit;
	content: "";
}

.wp-block-cover .wp-block-cover__background, .wp-block-cover .wp-block-cover__gradient-background, .wp-block-cover-image .wp-block-cover__background, .wp-block-cover-image .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim:not(.has-background-gradient):before, .wp-block-cover.has-background-dim:not(.has-background-gradient):before {
	bottom: 0;
	left: 0;
	opacity: .5;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}

.wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__background, .wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim.has-background-dim-10:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__background, .wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-10:not(.has-background-gradient):before {
	opacity: .1;
}

.wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__background, .wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim.has-background-dim-20:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__background, .wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-20:not(.has-background-gradient):before {
	opacity: .2;
}

.wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__background, .wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim.has-background-dim-30:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__background, .wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-30:not(.has-background-gradient):before {
	opacity: .3;
}

.wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__background, .wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim.has-background-dim-40:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__background, .wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-40:not(.has-background-gradient):before {
	opacity: .4;
}

.wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__background, .wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim.has-background-dim-50:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__background, .wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-50:not(.has-background-gradient):before {
	opacity: .5;
}

.wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__background, .wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim.has-background-dim-60:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__background, .wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-60:not(.has-background-gradient):before {
	opacity: .6;
}

.wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__background, .wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim.has-background-dim-70:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__background, .wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-70:not(.has-background-gradient):before {
	opacity: .7;
}

.wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__background, .wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim.has-background-dim-80:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__background, .wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-80:not(.has-background-gradient):before {
	opacity: .8;
}

.wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__background, .wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim.has-background-dim-90:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__background, .wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-90:not(.has-background-gradient):before {
	opacity: .9;
}

.wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__background, .wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim.has-background-dim-100:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__background, .wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-100:not(.has-background-gradient):before {
	opacity: 1;
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-0, .wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-0, .wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-0, .wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-0 {
	opacity: 0;
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-10, .wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-10, .wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-10, .wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-10 {
	opacity: .1;
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-20, .wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-20, .wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-20, .wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-20 {
	opacity: .2;
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-30, .wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-30, .wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-30, .wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-30 {
	opacity: .3;
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-40, .wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-40, .wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-40, .wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-40 {
	opacity: .4;
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-50, .wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-50, .wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-50, .wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-50 {
	opacity: .5;
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-60, .wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-60, .wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-60, .wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-60 {
	opacity: .6;
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-70, .wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-70, .wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-70, .wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-70 {
	opacity: .7;
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-80, .wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-80, .wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-80, .wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-80 {
	opacity: .8;
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-90, .wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-90, .wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-90, .wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-90 {
	opacity: .9;
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-100, .wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-100, .wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-100, .wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-100 {
	opacity: 1;
}

.wp-block-cover-image.alignleft, .wp-block-cover-image.alignright, .wp-block-cover.alignleft, .wp-block-cover.alignright {
	max-width: 420px;
	width: 100%;
}

.wp-block-cover-image.aligncenter, .wp-block-cover-image.alignleft, .wp-block-cover-image.alignright, .wp-block-cover.aligncenter, .wp-block-cover.alignleft, .wp-block-cover.alignright {
	display: flex;
}

.wp-block-cover .wp-block-cover__inner-container, .wp-block-cover-image .wp-block-cover__inner-container {
	color: inherit;
	width: 100%;
	z-index: 1;
}

.has-modal-open .wp-block-cover .wp-block-cover__inner-container, .has-modal-open .wp-block-cover-image .wp-block-cover__inner-container {
	z-index: auto;
}

.wp-block-cover-image.is-position-top-left, .wp-block-cover.is-position-top-left {
	align-items: flex-start;
	justify-content: flex-start;
}

.wp-block-cover-image.is-position-top-center, .wp-block-cover.is-position-top-center {
	align-items: flex-start;
	justify-content: center;
}

.wp-block-cover-image.is-position-top-right, .wp-block-cover.is-position-top-right {
	align-items: flex-start;
	justify-content: flex-end;
}

.wp-block-cover-image.is-position-center-left, .wp-block-cover.is-position-center-left {
	align-items: center;
	justify-content: flex-start;
}

.wp-block-cover-image.is-position-center-center, .wp-block-cover.is-position-center-center {
	align-items: center;
	justify-content: center;
}

.wp-block-cover-image.is-position-center-right, .wp-block-cover.is-position-center-right {
	align-items: center;
	justify-content: flex-end;
}

.wp-block-cover-image.is-position-bottom-left, .wp-block-cover.is-position-bottom-left {
	align-items: flex-end;
	justify-content: flex-start;
}

.wp-block-cover-image.is-position-bottom-center, .wp-block-cover.is-position-bottom-center {
	align-items: flex-end;
	justify-content: center;
}

.wp-block-cover-image.is-position-bottom-right, .wp-block-cover.is-position-bottom-right {
	align-items: flex-end;
	justify-content: flex-end;
}

.wp-block-cover-image.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container, .wp-block-cover.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container {
	margin: 0;
}

.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-bottom-left .wp-block-cover__inner-container, .wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-bottom-right .wp-block-cover__inner-container, .wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-center-left .wp-block-cover__inner-container, .wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-center-right .wp-block-cover__inner-container, .wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-top-left .wp-block-cover__inner-container, .wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-top-right .wp-block-cover__inner-container, .wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-bottom-left .wp-block-cover__inner-container, .wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-bottom-right .wp-block-cover__inner-container, .wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-center-left .wp-block-cover__inner-container, .wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-center-right .wp-block-cover__inner-container, .wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-top-left .wp-block-cover__inner-container, .wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-top-right .wp-block-cover__inner-container {
	margin: 0;
	width: auto;
}

.wp-block-cover .wp-block-cover__image-background, .wp-block-cover video.wp-block-cover__video-background, .wp-block-cover-image .wp-block-cover__image-background, .wp-block-cover-image video.wp-block-cover__video-background {
	border: none;
	bottom: 0;
	box-shadow: none;
	height: 100%;
	left: 0;
	margin: 0;
	max-height: none;
	max-width: none;
	object-fit: cover;
	outline: none;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}

.wp-block-cover-image.has-parallax, .wp-block-cover.has-parallax, .wp-block-cover__image-background.has-parallax, video.wp-block-cover__video-background.has-parallax {
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
}

@supports (-webkit-touch-callout:inherit) {
	.wp-block-cover-image.has-parallax, .wp-block-cover.has-parallax, .wp-block-cover__image-background.has-parallax, video.wp-block-cover__video-background.has-parallax {
		background-attachment: scroll;
	}
}

@media (prefers-reduced-motion:reduce) {
	.wp-block-cover-image.has-parallax, .wp-block-cover.has-parallax, .wp-block-cover__image-background.has-parallax, video.wp-block-cover__video-background.has-parallax {
		background-attachment: scroll;
	}
}

.wp-block-cover-image.is-repeated, .wp-block-cover.is-repeated, .wp-block-cover__image-background.is-repeated, video.wp-block-cover__video-background.is-repeated {
	background-repeat: repeat;
	background-size: auto;
}

.wp-block-cover__image-background, .wp-block-cover__video-background {
	z-index: 0;
}

.wp-block-cover-image-text, .wp-block-cover-image-text a, .wp-block-cover-image-text a:active, .wp-block-cover-image-text a:focus, .wp-block-cover-image-text a:hover, .wp-block-cover-text, .wp-block-cover-text a, .wp-block-cover-text a:active, .wp-block-cover-text a:focus, .wp-block-cover-text a:hover, section.wp-block-cover-image h2, section.wp-block-cover-image h2 a, section.wp-block-cover-image h2 a:active, section.wp-block-cover-image h2 a:focus, section.wp-block-cover-image h2 a:hover {
	color: #fff;
}

.wp-block-cover-image .wp-block-cover.has-left-content {
	justify-content: flex-start;
}

.wp-block-cover-image .wp-block-cover.has-right-content {
	justify-content: flex-end;
}

.wp-block-cover-image.has-left-content .wp-block-cover-image-text, .wp-block-cover.has-left-content .wp-block-cover-text, section.wp-block-cover-image.has-left-content>h2 {
	margin-left: 0;
	text-align: left;
}

.wp-block-cover-image.has-right-content .wp-block-cover-image-text, .wp-block-cover.has-right-content .wp-block-cover-text, section.wp-block-cover-image.has-right-content>h2 {
	margin-right: 0;
	text-align: right;
}

.wp-block-cover .wp-block-cover-text, .wp-block-cover-image .wp-block-cover-image-text, section.wp-block-cover-image>h2 {
	font-size: 2em;
	line-height: 1.25;
	margin-bottom: 0;
	max-width: 840px;
	padding: .44em;
	text-align: center;
	z-index: 1;
}

:where(.wp-block-cover-image:not(.has-text-color)), :where(.wp-block-cover:not(.has-text-color)) {
	color: #fff;
}

:where(.wp-block-cover-image.is-light:not(.has-text-color)), :where(.wp-block-cover.is-light:not(.has-text-color)) {
	color: #000;
}

:root :where(.wp-block-cover h1:not(.has-text-color)), :root :where(.wp-block-cover h2:not(.has-text-color)), :root :where(.wp-block-cover h3:not(.has-text-color)), :root :where(.wp-block-cover h4:not(.has-text-color)), :root :where(.wp-block-cover h5:not(.has-text-color)), :root :where(.wp-block-cover h6:not(.has-text-color)), :root :where(.wp-block-cover p:not(.has-text-color)) {
	color: inherit;
}

.wp-block-details {
	box-sizing: border-box;
}

.wp-block-details summary {
	cursor: pointer;
}

.wp-block-embed.alignleft, .wp-block-embed.alignright, .wp-block[data-align=left]>[data-type="core/embed"], .wp-block[data-align=right]>[data-type="core/embed"] {
	max-width: 360px;
	width: 100%;
}

.wp-block-embed.alignleft .wp-block-embed__wrapper, .wp-block-embed.alignright .wp-block-embed__wrapper, .wp-block[data-align=left]>[data-type="core/embed"] .wp-block-embed__wrapper, .wp-block[data-align=right]>[data-type="core/embed"] .wp-block-embed__wrapper {
	min-width: 280px;
}

.wp-block-cover .wp-block-embed {
	min-height: 240px;
	min-width: 320px;
}

.wp-block-embed {
	overflow-wrap: break-word;
}

.wp-block-embed :where(figcaption) {
	margin-bottom: 1em;
	margin-top: .5em;
}

.wp-block-embed iframe {
	max-width: 100%;
}

.wp-block-embed__wrapper {
	position: relative;
}

.wp-embed-responsive .wp-has-aspect-ratio .wp-block-embed__wrapper:before {
	content: "";
	display: block;
	padding-top: 50%;
}

.wp-embed-responsive .wp-has-aspect-ratio iframe {
	bottom: 0;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}

.wp-embed-responsive .wp-embed-aspect-21-9 .wp-block-embed__wrapper:before {
	padding-top: 42.85%;
}

.wp-embed-responsive .wp-embed-aspect-18-9 .wp-block-embed__wrapper:before {
	padding-top: 50%;
}

.wp-embed-responsive .wp-embed-aspect-16-9 .wp-block-embed__wrapper:before {
	padding-top: 56.25%;
}

.wp-embed-responsive .wp-embed-aspect-4-3 .wp-block-embed__wrapper:before {
	padding-top: 75%;
}

.wp-embed-responsive .wp-embed-aspect-1-1 .wp-block-embed__wrapper:before {
	padding-top: 100%;
}

.wp-embed-responsive .wp-embed-aspect-9-16 .wp-block-embed__wrapper:before {
	padding-top: 177.77%;
}

.wp-embed-responsive .wp-embed-aspect-1-2 .wp-block-embed__wrapper:before {
	padding-top: 200%;
}

.wp-block-file {
	box-sizing: border-box;
}

.wp-block-file:not(.wp-element-button) {
	font-size: .8em;
}

.wp-block-file.aligncenter {
	text-align: center;
}

.wp-block-file.alignright {
	text-align: right;
}

.wp-block-file *+.wp-block-file__button {
	margin-left: .75em;
}

:where(.wp-block-file) {
	margin-bottom: 1.5em;
}

.wp-block-file__embed {
	margin-bottom: 1em;
}

:where(.wp-block-file__button) {
	border-radius: 2em;
	display: inline-block;
	padding: .5em 1em;
}

:where(.wp-block-file__button):is(a):active, :where(.wp-block-file__button):is(a):focus, :where(.wp-block-file__button):is(a):hover, :where(.wp-block-file__button):is(a):visited {
	box-shadow: none;
	color: #fff;
	opacity: .85;
	text-decoration: none;
}

.wp-block-form-input__label {
	display: flex;
	flex-direction: column;
	gap: .25em;
	margin-bottom: .5em;
	width: 100%;
}

.wp-block-form-input__label.is-label-inline {
	align-items: center;
	flex-direction: row;
	gap: .5em;
}

.wp-block-form-input__label.is-label-inline .wp-block-form-input__label-content {
	margin-bottom: .5em;
}

.wp-block-form-input__label:has(input[type=checkbox]) {
	flex-direction: row;
	width: -moz-fit-content;
	width: fit-content;
}

.wp-block-form-input__label:has(input[type=checkbox]) .wp-block-form-input__label-content {
	margin: 0;
}

.wp-block-form-input__label:has(.wp-block-form-input__label-content+input[type=checkbox]) {
	flex-direction: row-reverse;
}

.wp-block-form-input__label-content {
	width: -moz-fit-content;
	width: fit-content;
}

.wp-block-form-input__input {
	font-size: 1em;
	margin-bottom: .5em;
	padding: 0 .5em;
}

.wp-block-form-input__input[type=date], .wp-block-form-input__input[type=datetime-local], .wp-block-form-input__input[type=datetime], .wp-block-form-input__input[type=email], .wp-block-form-input__input[type=month], .wp-block-form-input__input[type=number], .wp-block-form-input__input[type=password], .wp-block-form-input__input[type=search], .wp-block-form-input__input[type=tel], .wp-block-form-input__input[type=text], .wp-block-form-input__input[type=time], .wp-block-form-input__input[type=url], .wp-block-form-input__input[type=week] {
	border: 1px solid;
	line-height: 2;
	min-height: 2em;
}

textarea.wp-block-form-input__input {
	min-height: 10em;
}

.blocks-gallery-grid:not(.has-nested-images), .wp-block-gallery:not(.has-nested-images) {
	display: flex;
	flex-wrap: wrap;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image, .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item, .wp-block-gallery:not(.has-nested-images) .blocks-gallery-image, .wp-block-gallery:not(.has-nested-images) .blocks-gallery-item {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	justify-content: center;
	margin: 0 1em 1em 0;
	position: relative;
	width: calc(50% - 1em);
}

.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image:nth-of-type(2n), .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item:nth-of-type(2n), .wp-block-gallery:not(.has-nested-images) .blocks-gallery-image:nth-of-type(2n), .wp-block-gallery:not(.has-nested-images) .blocks-gallery-item:nth-of-type(2n) {
	margin-right: 0;
}

.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figure, .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figure, .wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figure, .wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figure {
	align-items: flex-end;
	display: flex;
	height: 100%;
	justify-content: flex-start;
	margin: 0;
}

.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image img, .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item img, .wp-block-gallery:not(.has-nested-images) .blocks-gallery-image img, .wp-block-gallery:not(.has-nested-images) .blocks-gallery-item img {
	display: block;
	height: auto;
	max-width: 100%;
	width: auto;
}

.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption, .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption, .wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption, .wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption {
	background: linear-gradient(0deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .3) 70%, rgba(0, 0, 0, 0));
	bottom: 0;
	box-sizing: border-box;
	color: #fff;
	font-size: .8em;
	margin: 0;
	max-height: 100%;
	overflow: auto;
	padding: 3em .77em .7em;
	position: absolute;
	text-align: center;
	width: 100%;
	z-index: 2;
}

.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption img, .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption img, .wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption img, .wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption img {
	display: inline;
}

.blocks-gallery-grid:not(.has-nested-images) figcaption, .wp-block-gallery:not(.has-nested-images) figcaption {
	flex-grow: 1;
}

.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-image a, .blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-image img, .blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-item a, .blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-item img, .wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image a, .wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image img, .wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item a, .wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item img {
	flex: 1;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-image, .blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-item, .wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-image, .wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-item {
	margin-right: 0;
	width: 100%;
}

@media (min-width:600px) {
	.blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-image, .blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-item, .wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-image, .wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-item {
		margin-right: 1em;
		width: calc(33.33333% - .66667em);
	}
	
	.blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-image, .blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-item, .wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-image, .wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-item {
		margin-right: 1em;
		width: calc(25% - .75em);
	}
	
	.blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-image, .blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-item, .wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-image, .wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-item {
		margin-right: 1em;
		width: calc(20% - .8em);
	}
	
	.blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-image, .blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-item, .wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-image, .wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-item {
		margin-right: 1em;
		width: calc(16.66667% - .83333em);
	}
	
	.blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-image, .blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-item, .wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-image, .wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-item {
		margin-right: 1em;
		width: calc(14.28571% - .85714em);
	}
	
	.blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-image, .blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-item, .wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-image, .wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-item {
		margin-right: 1em;
		width: calc(12.5% - .875em);
	}
	
	.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-image:nth-of-type(1n), .blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-item:nth-of-type(1n), .blocks-gallery-grid:not(.has-nested-images).columns-2 .blocks-gallery-image:nth-of-type(2n), .blocks-gallery-grid:not(.has-nested-images).columns-2 .blocks-gallery-item:nth-of-type(2n), .blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-image:nth-of-type(3n), .blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-item:nth-of-type(3n), .blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-image:nth-of-type(4n), .blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-item:nth-of-type(4n), .blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-image:nth-of-type(5n), .blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-item:nth-of-type(5n), .blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-image:nth-of-type(6n), .blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-item:nth-of-type(6n), .blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-image:nth-of-type(7n), .blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-item:nth-of-type(7n), .blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-image:nth-of-type(8n), .blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-item:nth-of-type(8n), .wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-image:nth-of-type(1n), .wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-item:nth-of-type(1n), .wp-block-gallery:not(.has-nested-images).columns-2 .blocks-gallery-image:nth-of-type(2n), .wp-block-gallery:not(.has-nested-images).columns-2 .blocks-gallery-item:nth-of-type(2n), .wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-image:nth-of-type(3n), .wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-item:nth-of-type(3n), .wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-image:nth-of-type(4n), .wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-item:nth-of-type(4n), .wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-image:nth-of-type(5n), .wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-item:nth-of-type(5n), .wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-image:nth-of-type(6n), .wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-item:nth-of-type(6n), .wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-image:nth-of-type(7n), .wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-item:nth-of-type(7n), .wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-image:nth-of-type(8n), .wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-item:nth-of-type(8n) {
		margin-right: 0;
	}
}

.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image:last-child, .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item:last-child, .wp-block-gallery:not(.has-nested-images) .blocks-gallery-image:last-child, .wp-block-gallery:not(.has-nested-images) .blocks-gallery-item:last-child {
	margin-right: 0;
}

.blocks-gallery-grid:not(.has-nested-images).alignleft, .blocks-gallery-grid:not(.has-nested-images).alignright, .wp-block-gallery:not(.has-nested-images).alignleft, .wp-block-gallery:not(.has-nested-images).alignright {
	max-width: 420px;
	width: 100%;
}

.blocks-gallery-grid:not(.has-nested-images).aligncenter .blocks-gallery-item figure, .wp-block-gallery:not(.has-nested-images).aligncenter .blocks-gallery-item figure {
	justify-content: center;
}

.wp-block-gallery:not(.is-cropped) .blocks-gallery-item {
	align-self: flex-start;
}

figure.wp-block-gallery.has-nested-images {
	align-items: normal;
}

.wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image) {
	margin: 0;
	width: calc(50% - var(--wp--style--unstable-gallery-gap, 16px) / 2);
}

.wp-block-gallery.has-nested-images figure.wp-block-image {
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	justify-content: center;
	max-width: 100%;
	position: relative;
}

.wp-block-gallery.has-nested-images figure.wp-block-image>a, .wp-block-gallery.has-nested-images figure.wp-block-image>div {
	flex-direction: column;
	flex-grow: 1;
	margin: 0;
}

.wp-block-gallery.has-nested-images figure.wp-block-image img {
	display: block;
	height: auto;
	max-width: 100% !important;
	width: auto;
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption, .wp-block-gallery.has-nested-images figure.wp-block-image:has(figcaption):before {
	bottom: 0;
	left: 0;
	max-height: 100%;
	position: absolute;
	right: 0;
}

.wp-block-gallery.has-nested-images figure.wp-block-image:has(figcaption):before {
	-webkit-backdrop-filter: blur(3px);
	backdrop-filter: blur(3px);
	content: "";
	height: 100%;
	-webkit-mask-image: linear-gradient(0deg, #000 20%, rgba(0, 0, 0, 0));
	mask-image: linear-gradient(0deg, #000 20%, rgba(0, 0, 0, 0));
	max-height: 40%;
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
	background: linear-gradient(0deg, rgba(0, 0, 0, .4), rgba(0, 0, 0, 0));
	box-sizing: border-box;
	color: #fff;
	font-size: 13px;
	margin: 0;
	overflow: auto;
	padding: 1em;
	scrollbar-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
	scrollbar-gutter: stable both-edges;
	scrollbar-width: thin;
	text-align: center;
	text-shadow: 0 0 1.5px #000;
	will-change: transform;
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption::-webkit-scrollbar {
	height: 12px;
	width: 12px;
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption::-webkit-scrollbar-track {
	background-color: initial;
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption::-webkit-scrollbar-thumb {
	background-clip: padding-box;
	background-color: initial;
	border: 3px solid rgba(0, 0, 0, 0);
	border-radius: 8px;
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus-within::-webkit-scrollbar-thumb, .wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus::-webkit-scrollbar-thumb, .wp-block-gallery.has-nested-images figure.wp-block-image figcaption:hover::-webkit-scrollbar-thumb {
	background-color: rgba(255, 255, 255, .8);
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus, .wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus-within, .wp-block-gallery.has-nested-images figure.wp-block-image figcaption:hover {
	scrollbar-color: rgba(255, 255, 255, .8) rgba(0, 0, 0, 0);
}

@media (hover:none) {
	.wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
		scrollbar-color: rgba(255, 255, 255, .8) rgba(0, 0, 0, 0);
	}
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption img {
	display: inline;
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption a {
	color: inherit;
}

.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border img {
	box-sizing: border-box;
}

.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border>a, .wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border>div, .wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded>a, .wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded>div {
	flex: 1 1 auto;
}

.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border figcaption, .wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded figcaption {
	background: none;
	color: inherit;
	flex: initial;
	margin: 0;
	padding: 10px 10px 9px;
	position: relative;
	text-shadow: none;
}

.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border:before, .wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded:before {
	content: none;
}

.wp-block-gallery.has-nested-images figcaption {
	flex-basis: 100%;
	flex-grow: 1;
	text-align: center;
}

.wp-block-gallery.has-nested-images:not(.is-cropped) figure.wp-block-image:not(#individual-image) {
	margin-bottom: auto;
	margin-top: 0;
}

.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) {
	align-self: inherit;
}

.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image)>a, .wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image)>div:not(.components-drop-zone) {
	display: flex;
}

.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) a, .wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) img {
	flex: 1 0 0%;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.wp-block-gallery.has-nested-images.columns-1 figure.wp-block-image:not(#individual-image) {
	width: 100%;
}

@media (min-width:600px) {
	.wp-block-gallery.has-nested-images.columns-3 figure.wp-block-image:not(#individual-image) {
		width: calc(33.33333% - var(--wp--style--unstable-gallery-gap, 16px) * .66667);
	}
	
	.wp-block-gallery.has-nested-images.columns-4 figure.wp-block-image:not(#individual-image) {
		width: calc(25% - var(--wp--style--unstable-gallery-gap, 16px) * .75);
	}
	
	.wp-block-gallery.has-nested-images.columns-5 figure.wp-block-image:not(#individual-image) {
		width: calc(20% - var(--wp--style--unstable-gallery-gap, 16px) * .8);
	}
	
	.wp-block-gallery.has-nested-images.columns-6 figure.wp-block-image:not(#individual-image) {
		width: calc(16.66667% - var(--wp--style--unstable-gallery-gap, 16px) * .83333);
	}
	
	.wp-block-gallery.has-nested-images.columns-7 figure.wp-block-image:not(#individual-image) {
		width: calc(14.28571% - var(--wp--style--unstable-gallery-gap, 16px) * .85714);
	}
	
	.wp-block-gallery.has-nested-images.columns-8 figure.wp-block-image:not(#individual-image) {
		width: calc(12.5% - var(--wp--style--unstable-gallery-gap, 16px) * .875);
	}
	
	.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image) {
		width: calc(33.33% - var(--wp--style--unstable-gallery-gap, 16px) * .66667);
	}
	
	.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2), .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2)~figure.wp-block-image:not(#individual-image) {
		width: calc(50% - var(--wp--style--unstable-gallery-gap, 16px) * .5);
	}
	
	.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:last-child {
		width: 100%;
	}
}

.wp-block-gallery.has-nested-images.alignleft, .wp-block-gallery.has-nested-images.alignright {
	max-width: 420px;
	width: 100%;
}

.wp-block-gallery.has-nested-images.aligncenter {
	justify-content: center;
}

.wp-block-group {
	box-sizing: border-box;
}

:where(.wp-block-group.wp-block-group-is-layout-constrained) {
	position: relative;
}

h1.has-background, h2.has-background, h3.has-background, h4.has-background, h5.has-background, h6.has-background {
	padding: 1.25em 2.375em;
}

h1.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]), h1.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]), h2.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]), h2.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]), h3.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]), h3.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]), h4.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]), h4.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]), h5.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]), h5.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]), h6.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]), h6.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]) {
	rotate: 180deg;
}

.wp-block-image a {
	display: inline-block;
}

.wp-block-image img {
	box-sizing: border-box;
	height: auto;
	max-width: 100%;
	vertical-align: bottom;
}

@media (prefers-reduced-motion:no-preference) {
	.wp-block-image img.hide {
		visibility: hidden;
	}
	
	.wp-block-image img.show {
		animation: show-content-image .4s;
	}
}

.wp-block-image[style*=border-radius] img, .wp-block-image[style*=border-radius]>a {
	border-radius: inherit;
}

.wp-block-image.has-custom-border img {
	box-sizing: border-box;
}

.wp-block-image.aligncenter {
	text-align: center;
}

.wp-block-image.alignfull a, .wp-block-image.alignwide a {
	width: 100%;
}

.wp-block-image.alignfull img, .wp-block-image.alignwide img {
	height: auto;
	width: 100%;
}

.wp-block-image .aligncenter, .wp-block-image .alignleft, .wp-block-image .alignright, .wp-block-image.aligncenter, .wp-block-image.alignleft, .wp-block-image.alignright {
	display: table;
}

.wp-block-image .aligncenter>figcaption, .wp-block-image .alignleft>figcaption, .wp-block-image .alignright>figcaption, .wp-block-image.aligncenter>figcaption, .wp-block-image.alignleft>figcaption, .wp-block-image.alignright>figcaption {
	caption-side: bottom;
	display: table-caption;
}

.wp-block-image .alignleft {
	float: left;
	margin: .5em 1em .5em 0;
}

.wp-block-image .alignright {
	float: right;
	margin: .5em 0 .5em 1em;
}

.wp-block-image .aligncenter {
	margin-left: auto;
	margin-right: auto;
}

.wp-block-image :where(figcaption) {
	margin-bottom: 1em;
	margin-top: .5em;
}

.wp-block-image.is-style-circle-mask img {
	border-radius: 9999px;
}

@supports ((-webkit-mask-image:none) or (mask-image:none)) or (-webkit-mask-image:none) {
	.wp-block-image.is-style-circle-mask img {
		border-radius: 0;
		-webkit-mask-image: url("data:image/svg+xml;utf8,<svg viewBox=\"0 0 100 100\" xmlns=\"http://www.w3.org/2000/svg\"><circle cx=\"50\" cy=\"50\" r=\"50\"/></svg>");
		mask-image: url("data:image/svg+xml;utf8,<svg viewBox=\"0 0 100 100\" xmlns=\"http://www.w3.org/2000/svg\"><circle cx=\"50\" cy=\"50\" r=\"50\"/></svg>");
		mask-mode: alpha;
		-webkit-mask-position: center;
		mask-position: center;
		-webkit-mask-repeat: no-repeat;
		mask-repeat: no-repeat;
		-webkit-mask-size: contain;
		mask-size: contain;
	}
}

:root :where(.wp-block-image.is-style-rounded img, .wp-block-image .is-style-rounded img) {
	border-radius: 9999px;
}

.wp-block-image figure {
	margin: 0;
}

.wp-lightbox-container {
	display: flex;
	flex-direction: column;
	position: relative;
}

.wp-lightbox-container img {
	cursor: zoom-in;
}

.wp-lightbox-container img:hover+button {
	opacity: 1;
}

.wp-lightbox-container button {
	align-items: center;
	-webkit-backdrop-filter: blur(16px) saturate(180%);
	backdrop-filter: blur(16px) saturate(180%);
	background-color: rgba(90, 90, 90, .25);
	border: none;
	border-radius: 4px;
	cursor: zoom-in;
	display: flex;
	height: 20px;
	justify-content: center;
	opacity: 0;
	padding: 0;
	position: absolute;
	right: 16px;
	text-align: center;
	top: 16px;
	transition: opacity .2s ease;
	width: 20px;
	z-index: 100;
}

.wp-lightbox-container button:focus-visible {
	outline: 3px auto rgba(90, 90, 90, .25);
	outline: 3px auto -webkit-focus-ring-color;
	outline-offset: 3px;
}

.wp-lightbox-container button:hover {
	cursor: pointer;
	opacity: 1;
}

.wp-lightbox-container button:focus {
	opacity: 1;
}

.wp-lightbox-container button:focus, .wp-lightbox-container button:hover, .wp-lightbox-container button:not(:hover):not(:active):not(.has-background) {
	background-color: rgba(90, 90, 90, .25);
	border: none;
}

.wp-lightbox-overlay {
	box-sizing: border-box;
	cursor: zoom-out;
	height: 100vh;
	left: 0;
	overflow: hidden;
	position: fixed;
	top: 0;
	visibility: hidden;
	width: 100%;
	z-index: 100000;
}

.wp-lightbox-overlay .close-button {
	align-items: center;
	cursor: pointer;
	display: flex;
	justify-content: center;
	min-height: 40px;
	min-width: 40px;
	padding: 0;
	position: absolute;
	right: calc(env(safe-area-inset-right) + 16px);
	top: calc(env(safe-area-inset-top) + 16px);
	z-index: 5000000;
}

.wp-lightbox-overlay .close-button:focus, .wp-lightbox-overlay .close-button:hover, .wp-lightbox-overlay .close-button:not(:hover):not(:active):not(.has-background) {
	background: none;
	border: none;
}

.wp-lightbox-overlay .lightbox-image-container {
	height: var(--wp--lightbox-container-height);
	left: 50%;
	overflow: hidden;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	transform-origin: top left;
	width: var(--wp--lightbox-container-width);
	z-index: 9999999999;
}

.wp-lightbox-overlay .wp-block-image {
	align-items: center;
	box-sizing: border-box;
	display: flex;
	height: 100%;
	justify-content: center;
	margin: 0;
	position: relative;
	transform-origin: 0 0;
	width: 100%;
	z-index: 3000000;
}

.wp-lightbox-overlay .wp-block-image img {
	height: var(--wp--lightbox-image-height);
	min-height: var(--wp--lightbox-image-height);
	min-width: var(--wp--lightbox-image-width);
	width: var(--wp--lightbox-image-width);
}

.wp-lightbox-overlay .wp-block-image figcaption {
	display: none;
}

.wp-lightbox-overlay button {
	background: none;
	border: none;
}

.wp-lightbox-overlay .scrim {
	background-color: #fff;
	height: 100%;
	opacity: .9;
	position: absolute;
	width: 100%;
	z-index: 2000000;
}

.wp-lightbox-overlay.active {
	animation: turn-on-visibility .25s both;
	visibility: visible;
}

.wp-lightbox-overlay.active img {
	animation: turn-on-visibility .35s both;
}

.wp-lightbox-overlay.show-closing-animation:not(.active) {
	animation: turn-off-visibility .35s both;
}

.wp-lightbox-overlay.show-closing-animation:not(.active) img {
	animation: turn-off-visibility .25s both;
}

@media (prefers-reduced-motion:no-preference) {
	.wp-lightbox-overlay.zoom.active {
		animation: none;
		opacity: 1;
		visibility: visible;
	}
	
	.wp-lightbox-overlay.zoom.active .lightbox-image-container {
		animation: lightbox-zoom-in .4s;
	}
	
	.wp-lightbox-overlay.zoom.active .lightbox-image-container img {
		animation: none;
	}
	
	.wp-lightbox-overlay.zoom.active .scrim {
		animation: turn-on-visibility .4s forwards;
	}
	
	.wp-lightbox-overlay.zoom.show-closing-animation:not(.active) {
		animation: none;
	}
	
	.wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .lightbox-image-container {
		animation: lightbox-zoom-out .4s;
	}
	
	.wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .lightbox-image-container img {
		animation: none;
	}
	
	.wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .scrim {
		animation: turn-off-visibility .4s forwards;
	}
}

@keyframes show-content-image {
	0% {
		visibility: hidden;
	}
	
	99% {
		visibility: hidden;
	}
	
	to {
		visibility: visible;
	}
}

@keyframes turn-on-visibility {
	0% {
		opacity: 0;
	}
	
	to {
		opacity: 1;
	}
}

@keyframes turn-off-visibility {
	0% {
		opacity: 1;
		visibility: visible;
	}
	
	99% {
		opacity: 0;
		visibility: visible;
	}
	
	to {
		opacity: 0;
		visibility: hidden;
	}
}

@keyframes lightbox-zoom-in {
	0% {
		transform: translate(calc(( -100vw + var(--wp--lightbox-scrollbar-width) ) / 2 + var(--wp--lightbox-initial-left-position)), calc(-50vh + var(--wp--lightbox-initial-top-position))) scale(var(--wp--lightbox-scale));
	}
	
	to {
		transform: translate(-50%, -50%) scale(1);
	}
}

@keyframes lightbox-zoom-out {
	0% {
		transform: translate(-50%, -50%) scale(1);
		visibility: visible;
	}
	
	99% {
		visibility: visible;
	}
	
	to {
		transform: translate(calc(( -100vw + var(--wp--lightbox-scrollbar-width) ) / 2 + var(--wp--lightbox-initial-left-position)), calc(-50vh + var(--wp--lightbox-initial-top-position))) scale(var(--wp--lightbox-scale));
		visibility: hidden;
	}
}

ol.wp-block-latest-comments {
	box-sizing: border-box;
	margin-left: 0;
}

:where(.wp-block-latest-comments:not([style*=line-height] .wp-block-latest-comments__comment)) {
	line-height: 1.1;
}

:where(.wp-block-latest-comments:not([style*=line-height] .wp-block-latest-comments__comment-excerpt p)) {
	line-height: 1.8;
}

.has-dates :where(.wp-block-latest-comments:not([style*=line-height])), .has-excerpts :where(.wp-block-latest-comments:not([style*=line-height])) {
	line-height: 1.5;
}

.wp-block-latest-comments .wp-block-latest-comments {
	padding-left: 0;
}

.wp-block-latest-comments__comment {
	list-style: none;
	margin-bottom: 1em;
}

.has-avatars .wp-block-latest-comments__comment {
	list-style: none;
	min-height: 2.25em;
}

.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt, .has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta {
	margin-left: 3.25em;
}

.wp-block-latest-comments__comment-excerpt p {
	font-size: .875em;
	margin: .36em 0 1.4em;
}

.wp-block-latest-comments__comment-date {
	display: block;
	font-size: .75em;
}

.wp-block-latest-comments .avatar, .wp-block-latest-comments__comment-avatar {
	border-radius: 1.5em;
	display: block;
	float: left;
	height: 2.5em;
	margin-right: .75em;
	width: 2.5em;
}

.wp-block-latest-comments[class*=-font-size] a, .wp-block-latest-comments[style*=font-size] a {
	font-size: inherit;
}

.wp-block-latest-posts {
	box-sizing: border-box;
}

.wp-block-latest-posts.alignleft {
	margin-right: 2em;
}

.wp-block-latest-posts.alignright {
	margin-left: 2em;
}

.wp-block-latest-posts.wp-block-latest-posts__list {
	list-style: none;
}

.wp-block-latest-posts.wp-block-latest-posts__list li {
	clear: both;
	overflow-wrap: break-word;
}

.wp-block-latest-posts.is-grid {
	display: flex;
	flex-wrap: wrap;
}

.wp-block-latest-posts.is-grid li {
	margin: 0 1.25em 1.25em 0;
	width: 100%;
}

@media (min-width:600px) {
	.wp-block-latest-posts.columns-2 li {
		width: calc(50% - .625em);
	}
	
	.wp-block-latest-posts.columns-2 li:nth-child(2n) {
		margin-right: 0;
	}
	
	.wp-block-latest-posts.columns-3 li {
		width: calc(33.33333% - .83333em);
	}
	
	.wp-block-latest-posts.columns-3 li:nth-child(3n) {
		margin-right: 0;
	}
	
	.wp-block-latest-posts.columns-4 li {
		width: calc(25% - .9375em);
	}
	
	.wp-block-latest-posts.columns-4 li:nth-child(4n) {
		margin-right: 0;
	}
	
	.wp-block-latest-posts.columns-5 li {
		width: calc(20% - 1em);
	}
	
	.wp-block-latest-posts.columns-5 li:nth-child(5n) {
		margin-right: 0;
	}
	
	.wp-block-latest-posts.columns-6 li {
		width: calc(16.66667% - 1.04167em);
	}
	
	.wp-block-latest-posts.columns-6 li:nth-child(6n) {
		margin-right: 0;
	}
}

:root :where(.wp-block-latest-posts.is-grid) {
	padding: 0;
}

:root :where(.wp-block-latest-posts.wp-block-latest-posts__list) {
	padding-left: 0;
}

.wp-block-latest-posts__post-author, .wp-block-latest-posts__post-date {
	display: block;
	font-size: .8125em;
}

.wp-block-latest-posts__post-excerpt {
	margin-bottom: 1em;
	margin-top: .5em;
}

.wp-block-latest-posts__featured-image a {
	display: inline-block;
}

.wp-block-latest-posts__featured-image img {
	height: auto;
	max-width: 100%;
	width: auto;
}

.wp-block-latest-posts__featured-image.alignleft {
	float: left;
	margin-right: 1em;
}

.wp-block-latest-posts__featured-image.alignright {
	float: right;
	margin-left: 1em;
}

.wp-block-latest-posts__featured-image.aligncenter {
	margin-bottom: 1em;
	text-align: center;
}

ol, ul {
	box-sizing: border-box;
}

:root :where(.wp-block-list.has-background) {
	padding: 1.25em 2.375em;
}

.wp-block-loginout, .wp-block-media-text {
	box-sizing: border-box;
}

.wp-block-media-text {
	/*!rtl:begin:ignore*/
	direction: ltr;
	display: grid;
	grid-template-columns: 50% 1fr;
	grid-template-rows: auto;
}

.wp-block-media-text.has-media-on-the-right {
	grid-template-columns: 1fr 50%;
}

.wp-block-media-text.is-vertically-aligned-top>.wp-block-media-text__content, .wp-block-media-text.is-vertically-aligned-top>.wp-block-media-text__media {
	align-self: start;
}

.wp-block-media-text.is-vertically-aligned-center>.wp-block-media-text__content, .wp-block-media-text.is-vertically-aligned-center>.wp-block-media-text__media, .wp-block-media-text>.wp-block-media-text__content, .wp-block-media-text>.wp-block-media-text__media {
	align-self: center;
}

.wp-block-media-text.is-vertically-aligned-bottom>.wp-block-media-text__content, .wp-block-media-text.is-vertically-aligned-bottom>.wp-block-media-text__media {
	align-self: end;
}

.wp-block-media-text>.wp-block-media-text__media {
	/*!rtl:begin:ignore*/
	grid-column: 1;
	grid-row: 1;
	margin: 0;
}

.wp-block-media-text>.wp-block-media-text__content {
	direction: ltr;
	grid-column: 2;
	grid-row: 1;
	padding: 0 8%;
	word-break: break-word;
}

.wp-block-media-text.has-media-on-the-right>.wp-block-media-text__media {
	/*!rtl:begin:ignore*/
	grid-column: 2;
	grid-row: 1;
}

.wp-block-media-text.has-media-on-the-right>.wp-block-media-text__content {
	/*!rtl:begin:ignore*/
	grid-column: 1;
	grid-row: 1;
}

.wp-block-media-text__media a {
	display: inline-block;
}

.wp-block-media-text__media img, .wp-block-media-text__media video {
	height: auto;
	max-width: unset;
	vertical-align: middle;
	width: 100%;
}

.wp-block-media-text.is-image-fill>.wp-block-media-text__media {
	background-size: cover;
	height: 100%;
	min-height: 250px;
}

.wp-block-media-text.is-image-fill>.wp-block-media-text__media>a {
	display: block;
	height: 100%;
}

.wp-block-media-text.is-image-fill>.wp-block-media-text__media img {
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

.wp-block-media-text.is-image-fill-element>.wp-block-media-text__media {
	height: 100%;
	min-height: 250px;
	position: relative;
}

.wp-block-media-text.is-image-fill-element>.wp-block-media-text__media>a {
	display: block;
	height: 100%;
}

.wp-block-media-text.is-image-fill-element>.wp-block-media-text__media img {
	height: 100%;
	object-fit: cover;
	position: absolute;
	width: 100%;
}

@media (max-width:600px) {
	.wp-block-media-text.is-stacked-on-mobile {
		grid-template-columns: 100% !important;
	}
	
	.wp-block-media-text.is-stacked-on-mobile>.wp-block-media-text__media {
		grid-column: 1;
		grid-row: 1;
	}
	
	.wp-block-media-text.is-stacked-on-mobile>.wp-block-media-text__content {
		grid-column: 1;
		grid-row: 2;
	}
}

.wp-block-navigation {
	position: relative;
	--navigation-layout-justification-setting: flex-start;
	--navigation-layout-direction: row;
	--navigation-layout-wrap: wrap;
	--navigation-layout-justify: flex-start;
	--navigation-layout-align: center;
}

.wp-block-navigation ul {
	margin-bottom: 0;
	margin-left: 0;
	margin-top: 0;
	padding-left: 0;
}

.wp-block-navigation ul, .wp-block-navigation ul li {
	list-style: none;
	padding: 0;
}

.wp-block-navigation .wp-block-navigation-item {
	align-items: center;
	display: flex;
	position: relative;
}

.wp-block-navigation .wp-block-navigation-item .wp-block-navigation__submenu-container:empty {
	display: none;
}

.wp-block-navigation .wp-block-navigation-item__content {
	display: block;
}

.wp-block-navigation .wp-block-navigation-item__content.wp-block-navigation-item__content {
	color: inherit;
}

.wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content, .wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content:active, .wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content:focus {
	text-decoration: underline;
}

.wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content, .wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content:active, .wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content:focus {
	text-decoration: line-through;
}

.wp-block-navigation :where(a), .wp-block-navigation :where(a:active), .wp-block-navigation :where(a:focus) {
	text-decoration: none;
}

.wp-block-navigation .wp-block-navigation__submenu-icon {
	align-self: center;
	background-color: inherit;
	border: none;
	color: currentColor;
	display: inline-block;
	font-size: inherit;
	height: .6em;
	line-height: 0;
	margin-left: .25em;
	padding: 0;
	width: .6em;
}

.wp-block-navigation .wp-block-navigation__submenu-icon svg {
	display: inline-block;
	stroke: currentColor;
	height: inherit;
	margin-top: .075em;
	width: inherit;
}

.wp-block-navigation.is-vertical {
	--navigation-layout-direction: column;
	--navigation-layout-justify: initial;
	--navigation-layout-align: flex-start;
}

.wp-block-navigation.no-wrap {
	--navigation-layout-wrap: nowrap;
}

.wp-block-navigation.items-justified-center {
	--navigation-layout-justification-setting: center;
	--navigation-layout-justify: center;
}

.wp-block-navigation.items-justified-center.is-vertical {
	--navigation-layout-align: center;
}

.wp-block-navigation.items-justified-right {
	--navigation-layout-justification-setting: flex-end;
	--navigation-layout-justify: flex-end;
}

.wp-block-navigation.items-justified-right.is-vertical {
	--navigation-layout-align: flex-end;
}

.wp-block-navigation.items-justified-space-between {
	--navigation-layout-justification-setting: space-between;
	--navigation-layout-justify: space-between;
}

.wp-block-navigation .has-child .wp-block-navigation__submenu-container {
	align-items: normal;
	background-color: inherit;
	color: inherit;
	display: flex;
	flex-direction: column;
	height: 0;
	left: -1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	top: 100%;
	transition: opacity .1s linear;
	visibility: hidden;
	width: 0;
	z-index: 2;
}

.wp-block-navigation .has-child .wp-block-navigation__submenu-container>.wp-block-navigation-item>.wp-block-navigation-item__content {
	display: flex;
	flex-grow: 1;
}

.wp-block-navigation .has-child .wp-block-navigation__submenu-container>.wp-block-navigation-item>.wp-block-navigation-item__content .wp-block-navigation__submenu-icon {
	margin-left: auto;
	margin-right: 0;
}

.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation-item__content {
	margin: 0;
}

@media (min-width:782px) {
	.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container {
		left: 100%;
		top: -1px;
	}
	
	.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container:before {
		background: rgba(0, 0, 0, 0);
		content: "";
		display: block;
		height: 100%;
		position: absolute;
		right: 100%;
		width: .5em;
	}
	
	.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-icon {
		margin-right: .25em;
	}
	
	.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-icon svg {
		transform: rotate(-90deg);
	}
}

.wp-block-navigation .has-child .wp-block-navigation-submenu__toggle[aria-expanded=true]~.wp-block-navigation__submenu-container, .wp-block-navigation .has-child:not(.open-on-click):hover>.wp-block-navigation__submenu-container, .wp-block-navigation .has-child:not(.open-on-click):not(.open-on-hover-click):focus-within>.wp-block-navigation__submenu-container {
	height: auto;
	min-width: 200px;
	opacity: 1;
	overflow: visible;
	visibility: visible;
	width: auto;
}

.wp-block-navigation.has-background .has-child .wp-block-navigation__submenu-container {
	left: 0;
	top: 100%;
}

@media (min-width:782px) {
	.wp-block-navigation.has-background .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container {
		left: 100%;
		top: 0;
	}
}

.wp-block-navigation-submenu {
	display: flex;
	position: relative;
}

.wp-block-navigation-submenu .wp-block-navigation__submenu-icon svg {
	stroke: currentColor;
}

button.wp-block-navigation-item__content {
	background-color: initial;
	border: none;
	color: currentColor;
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
	letter-spacing: inherit;
	line-height: inherit;
	text-align: left;
	text-transform: inherit;
}

.wp-block-navigation-submenu__toggle {
	cursor: pointer;
}

.wp-block-navigation-item.open-on-click .wp-block-navigation-submenu__toggle {
	padding-left: 0;
	padding-right: .85em;
}

.wp-block-navigation-item.open-on-click .wp-block-navigation-submenu__toggle+.wp-block-navigation__submenu-icon {
	margin-left: -.6em;
	pointer-events: none;
}

.wp-block-navigation-item.open-on-click button.wp-block-navigation-item__content:not(.wp-block-navigation-submenu__toggle) {
	padding: 0;
}

.wp-block-navigation .wp-block-page-list, .wp-block-navigation__container, .wp-block-navigation__responsive-close, .wp-block-navigation__responsive-container, .wp-block-navigation__responsive-container-content, .wp-block-navigation__responsive-dialog {
	gap: inherit;
}

:where(.wp-block-navigation.has-background .wp-block-navigation-item a:not(.wp-element-button)), :where(.wp-block-navigation.has-background .wp-block-navigation-submenu a:not(.wp-element-button)) {
	padding: .5em 1em;
}

:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-item a:not(.wp-element-button)), :where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-submenu a:not(.wp-element-button)), :where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-submenu button.wp-block-navigation-item__content), :where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-pages-list__item button.wp-block-navigation-item__content) {
	padding: .5em 1em;
}

.wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container, .wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container, .wp-block-navigation.items-justified-space-between .wp-block-page-list>.has-child:last-child .wp-block-navigation__submenu-container, .wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation__submenu-container {
	left: auto;
	right: 0;
}

.wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container, .wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container, .wp-block-navigation.items-justified-space-between .wp-block-page-list>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container, .wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container {
	left: -1px;
	right: -1px;
}

@media (min-width:782px) {
	.wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container, .wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container, .wp-block-navigation.items-justified-space-between .wp-block-page-list>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container, .wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container {
		left: auto;
		right: 100%;
	}
}

.wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container {
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, .15);
}

.wp-block-navigation.has-background .wp-block-navigation__submenu-container {
	background-color: inherit;
}

.wp-block-navigation:not(.has-text-color) .wp-block-navigation__submenu-container {
	color: #000;
}

.wp-block-navigation__container {
	align-items: var(--navigation-layout-align, initial);
	display: flex;
	flex-direction: var(--navigation-layout-direction, initial);
	flex-wrap: var(--navigation-layout-wrap, wrap);
	justify-content: var(--navigation-layout-justify, initial);
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.wp-block-navigation__container .is-responsive {
	display: none;
}

.wp-block-navigation__container:only-child, .wp-block-page-list:only-child {
	flex-grow: 1;
}

@keyframes overlay-menu__fade-in-animation {
	0% {
		opacity: 0;
		transform: translateY(.5em);
	}
	
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.wp-block-navigation__responsive-container {
	bottom: 0;
	display: none;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
}

.wp-block-navigation__responsive-container :where(.wp-block-navigation-item a) {
	color: inherit;
}

.wp-block-navigation__responsive-container .wp-block-navigation__responsive-container-content {
	align-items: var(--navigation-layout-align, initial);
	display: flex;
	flex-direction: var(--navigation-layout-direction, initial);
	flex-wrap: var(--navigation-layout-wrap, wrap);
	justify-content: var(--navigation-layout-justify, initial);
}

.wp-block-navigation__responsive-container:not(.is-menu-open.is-menu-open) {
	background-color: inherit !important;
	color: inherit !important;
}

.wp-block-navigation__responsive-container.is-menu-open {
	animation: overlay-menu__fade-in-animation .1s ease-out;
	animation-fill-mode: forwards;
	background-color: inherit;
	display: flex;
	flex-direction: column;
	overflow: auto;
	padding: clamp(1rem, var(--wp--style--root--padding-top), 20rem) clamp(1rem, var(--wp--style--root--padding-right), 20rem) clamp(1rem, var(--wp--style--root--padding-bottom), 20rem) clamp(1rem, var(--wp--style--root--padding-left), 20em);
	z-index: 100000;
}

@media (prefers-reduced-motion:reduce) {
	.wp-block-navigation__responsive-container.is-menu-open {
		animation-delay: 0s;
		animation-duration: 1ms;
	}
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content {
	align-items: var(--navigation-layout-justification-setting, inherit);
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	overflow: visible;
	padding-top: calc(2rem + 24px);
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content, .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container, .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-page-list {
	justify-content: flex-start;
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-icon {
	display: none;
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .has-child .wp-block-navigation__submenu-container {
	border: none;
	height: auto;
	min-width: 200px;
	opacity: 1;
	overflow: initial;
	padding-left: 2rem;
	padding-right: 2rem;
	position: static;
	visibility: visible;
	width: auto;
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container, .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container {
	gap: inherit;
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container {
	padding-top: var(--wp--style--block-gap, 2em);
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item__content {
	padding: 0;
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item, .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container, .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-page-list {
	align-items: var(--navigation-layout-justification-setting, initial);
	display: flex;
	flex-direction: column;
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item, .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item .wp-block-navigation__submenu-container, .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container, .wp-block-navigation__responsive-container.is-menu-open .wp-block-page-list {
	background: rgba(0, 0, 0, 0) !important;
	color: inherit !important;
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container {
	left: auto;
	right: auto;
}

@media (min-width:600px) {
	.wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) {
		background-color: inherit;
		display: block;
		position: relative;
		width: 100%;
		z-index: auto;
	}
	
	.wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) .wp-block-navigation__responsive-container-close {
		display: none;
	}
	
	.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container {
		left: 0;
	}
}

.wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open {
	background-color: #fff;
}

.wp-block-navigation:not(.has-text-color) .wp-block-navigation__responsive-container.is-menu-open {
	color: #000;
}

.wp-block-navigation__toggle_button_label {
	font-size: 1rem;
	font-weight: 700;
}

.wp-block-navigation__responsive-container-close, .wp-block-navigation__responsive-container-open {
	background: rgba(0, 0, 0, 0);
	border: none;
	color: currentColor;
	cursor: pointer;
	margin: 0;
	padding: 0;
	text-transform: inherit;
	vertical-align: middle;
}

.wp-block-navigation__responsive-container-close svg, .wp-block-navigation__responsive-container-open svg {
	fill: currentColor;
	display: block;
	height: 24px;
	pointer-events: none;
	width: 24px;
}

.wp-block-navigation__responsive-container-open {
	display: flex;
}

.wp-block-navigation__responsive-container-open.wp-block-navigation__responsive-container-open.wp-block-navigation__responsive-container-open {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}

@media (min-width:600px) {
	.wp-block-navigation__responsive-container-open:not(.always-shown) {
		display: none;
	}
}

.wp-block-navigation__responsive-container-close {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
}

.wp-block-navigation__responsive-container-close.wp-block-navigation__responsive-container-close.wp-block-navigation__responsive-container-close {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}

.wp-block-navigation__responsive-close {
	width: 100%;
}

.has-modal-open .wp-block-navigation__responsive-close {
	margin-left: auto;
	margin-right: auto;
	max-width: var(--wp--style--global--wide-size, 100%);
}

.wp-block-navigation__responsive-close:focus {
	outline: none;
}

.is-menu-open .wp-block-navigation__responsive-close, .is-menu-open .wp-block-navigation__responsive-container-content, .is-menu-open .wp-block-navigation__responsive-dialog {
	box-sizing: border-box;
}

.wp-block-navigation__responsive-dialog {
	position: relative;
}

.has-modal-open .admin-bar .is-menu-open .wp-block-navigation__responsive-dialog {
	margin-top: 46px;
}

@media (min-width:782px) {
	.has-modal-open .admin-bar .is-menu-open .wp-block-navigation__responsive-dialog {
		margin-top: 32px;
	}
}

html.has-modal-open {
	overflow: hidden;
}

.wp-block-navigation .wp-block-navigation-item__label {
	overflow-wrap: break-word;
}

.wp-block-navigation .wp-block-navigation-item__description {
	display: none;
}

.link-ui-tools {
	border-top: 1px solid #f0f0f0;
	padding: 8px;
}

.link-ui-block-inserter {
	padding-top: 8px;
}

.link-ui-block-inserter__back {
	margin-left: 8px;
	text-transform: uppercase;
}

.wp-block-navigation .wp-block-page-list {
	align-items: var(--navigation-layout-align, initial);
	background-color: inherit;
	display: flex;
	flex-direction: var(--navigation-layout-direction, initial);
	flex-wrap: var(--navigation-layout-wrap, wrap);
	justify-content: var(--navigation-layout-justify, initial);
}

.wp-block-navigation .wp-block-navigation-item {
	background-color: inherit;
}

.is-small-text {
	font-size: .875em;
}

.is-regular-text {
	font-size: 1em;
}

.is-large-text {
	font-size: 2.25em;
}

.is-larger-text {
	font-size: 3em;
}

.has-drop-cap:not(:focus):first-letter {
	float: left;
	font-size: 8.4em;
	font-style: normal;
	font-weight: 100;
	line-height: .68;
	margin: .05em .1em 0 0;
	text-transform: uppercase;
}

body.rtl .has-drop-cap:not(:focus):first-letter {
	float: none;
	margin-left: .1em;
}

p.has-drop-cap.has-background {
	overflow: hidden;
}

:root :where(p.has-background) {
	padding: 1.25em 2.375em;
}

:where(p.has-text-color:not(.has-link-color)) a {
	color: inherit;
}

p.has-text-align-left[style*="writing-mode:vertical-lr"], p.has-text-align-right[style*="writing-mode:vertical-rl"] {
	rotate: 180deg;
}

.wp-block-post-author {
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
}

.wp-block-post-author__byline {
	font-size: .5em;
	margin-bottom: 0;
	margin-top: 0;
	width: 100%;
}

.wp-block-post-author__avatar {
	margin-right: 1em;
}

.wp-block-post-author__bio {
	font-size: .7em;
	margin-bottom: .7em;
}

.wp-block-post-author__content {
	flex-basis: 0;
	flex-grow: 1;
}

.wp-block-post-author__name {
	margin: 0;
}

.wp-block-post-author-biography {
	box-sizing: border-box;
}

:where(.wp-block-post-comments-form) input:not([type=submit]), :where(.wp-block-post-comments-form) textarea {
	border: 1px solid #949494;
	font-family: inherit;
	font-size: 1em;
}

:where(.wp-block-post-comments-form) input:where(:not([type=submit]):not([type=checkbox])), :where(.wp-block-post-comments-form) textarea {
	padding: calc(.667em + 2px);
}

.wp-block-post-comments-form {
	box-sizing: border-box;
}

.wp-block-post-comments-form[style*=font-weight] :where(.comment-reply-title) {
	font-weight: inherit;
}

.wp-block-post-comments-form[style*=font-family] :where(.comment-reply-title) {
	font-family: inherit;
}

.wp-block-post-comments-form[class*=-font-size] :where(.comment-reply-title), .wp-block-post-comments-form[style*=font-size] :where(.comment-reply-title) {
	font-size: inherit;
}

.wp-block-post-comments-form[style*=line-height] :where(.comment-reply-title) {
	line-height: inherit;
}

.wp-block-post-comments-form[style*=font-style] :where(.comment-reply-title) {
	font-style: inherit;
}

.wp-block-post-comments-form[style*=letter-spacing] :where(.comment-reply-title) {
	letter-spacing: inherit;
}

.wp-block-post-comments-form :where(input[type=submit]) {
	box-shadow: none;
	cursor: pointer;
	display: inline-block;
	overflow-wrap: break-word;
	text-align: center;
}

.wp-block-post-comments-form .comment-form input:not([type=submit]):not([type=checkbox]):not([type=hidden]), .wp-block-post-comments-form .comment-form textarea {
	box-sizing: border-box;
	display: block;
	width: 100%;
}

.wp-block-post-comments-form .comment-form-author label, .wp-block-post-comments-form .comment-form-email label, .wp-block-post-comments-form .comment-form-url label {
	display: block;
	margin-bottom: .25em;
}

.wp-block-post-comments-form .comment-form-cookies-consent {
	display: flex;
	gap: .25em;
}

.wp-block-post-comments-form .comment-form-cookies-consent #wp-comment-cookies-consent {
	margin-top: .35em;
}

.wp-block-post-comments-form .comment-reply-title {
	margin-bottom: 0;
}

.wp-block-post-comments-form .comment-reply-title :where(small) {
	font-size: var(--wp--preset--font-size--medium, smaller);
	margin-left: .5em;
}

.wp-block-post-content {
	display: flow-root;
}

.wp-block-post-date {
	box-sizing: border-box;
}

:where(.wp-block-post-excerpt) {
	box-sizing: border-box;
	margin-bottom: var(--wp--style--block-gap);
	margin-top: var(--wp--style--block-gap);
}

.wp-block-post-excerpt__excerpt {
	margin-bottom: 0;
	margin-top: 0;
}

.wp-block-post-excerpt__more-text {
	margin-bottom: 0;
	margin-top: var(--wp--style--block-gap);
}

.wp-block-post-excerpt__more-link {
	display: inline-block;
}

.wp-block-post-featured-image {
	margin-left: 0;
	margin-right: 0;
}

.wp-block-post-featured-image a {
	display: block;
	height: 100%;
}

.wp-block-post-featured-image :where(img) {
	box-sizing: border-box;
	height: auto;
	max-width: 100%;
	vertical-align: bottom;
	width: 100%;
}

.wp-block-post-featured-image.alignfull img, .wp-block-post-featured-image.alignwide img {
	width: 100%;
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim {
	background-color: #000;
	inset: 0;
	position: absolute;
}

.wp-block-post-featured-image {
	position: relative;
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-gradient {
	background-color: initial;
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-0 {
	opacity: 0;
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-10 {
	opacity: .1;
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-20 {
	opacity: .2;
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-30 {
	opacity: .3;
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-40 {
	opacity: .4;
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-50 {
	opacity: .5;
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-60 {
	opacity: .6;
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-70 {
	opacity: .7;
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-80 {
	opacity: .8;
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-90 {
	opacity: .9;
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-100 {
	opacity: 1;
}

.wp-block-post-featured-image:where(.alignleft, .alignright) {
	width: 100%;
}

.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-previous {
	display: inline-block;
	margin-right: 1ch;
}

.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-previous:not(.is-arrow-chevron) {
	transform: scaleX(1);
}

.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-next {
	display: inline-block;
	margin-left: 1ch;
}

.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-next:not(.is-arrow-chevron) {
	transform: scaleX(1);
}

.wp-block-post-terms {
	box-sizing: border-box;
}

.wp-block-post-terms .wp-block-post-terms__separator {
	white-space: pre-wrap;
}

.wp-block-post-time-to-read, .wp-block-post-title {
	box-sizing: border-box;
}

.wp-block-post-title {
	word-break: break-word;
}

.wp-block-post-title :where(a) {
	display: inline-block;
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
	letter-spacing: inherit;
	line-height: inherit;
	text-decoration: inherit;
}

.wp-block-post-author-name {
	box-sizing: border-box;
}

.wp-block-preformatted {
	box-sizing: border-box;
	white-space: pre-wrap;
}

:where(.wp-block-preformatted.has-background) {
	padding: 1.25em 2.375em;
}

.wp-block-pullquote {
	box-sizing: border-box;
	margin: 0 0 1em;
	overflow-wrap: break-word;
	padding: 4em 0;
	text-align: center;
}

.wp-block-pullquote blockquote, .wp-block-pullquote cite, .wp-block-pullquote p {
	color: inherit;
}

.wp-block-pullquote blockquote {
	margin: 0;
}

.wp-block-pullquote p {
	margin-top: 0;
}

.wp-block-pullquote p:last-child {
	margin-bottom: 0;
}

.wp-block-pullquote.alignleft, .wp-block-pullquote.alignright {
	max-width: 420px;
}

.wp-block-pullquote cite, .wp-block-pullquote footer {
	position: relative;
}

.wp-block-pullquote .has-text-color a {
	color: inherit;
}

.wp-block-pullquote.has-text-align-left blockquote {
	text-align: left;
}

.wp-block-pullquote.has-text-align-right blockquote {
	text-align: right;
}

.wp-block-pullquote.is-style-solid-color {
	border: none;
}

.wp-block-pullquote.is-style-solid-color blockquote {
	margin-left: auto;
	margin-right: auto;
	max-width: 60%;
}

.wp-block-pullquote.is-style-solid-color blockquote p {
	font-size: 2em;
	margin-bottom: 0;
	margin-top: 0;
}

.wp-block-pullquote.is-style-solid-color blockquote cite {
	font-style: normal;
	text-transform: none;
}

.wp-block-pullquote cite {
	color: inherit;
}

.wp-block-post-template {
	list-style: none;
	margin-bottom: 0;
	margin-top: 0;
	max-width: 100%;
	padding: 0;
}

.wp-block-post-template.is-flex-container {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 1.25em;
}

.wp-block-post-template.is-flex-container>li {
	margin: 0;
	width: 100%;
}

@media (min-width:600px) {
	.wp-block-post-template.is-flex-container.is-flex-container.columns-2>li {
		width: calc(50% - .625em);
	}
	
	.wp-block-post-template.is-flex-container.is-flex-container.columns-3>li {
		width: calc(33.33333% - .83333em);
	}
	
	.wp-block-post-template.is-flex-container.is-flex-container.columns-4>li {
		width: calc(25% - .9375em);
	}
	
	.wp-block-post-template.is-flex-container.is-flex-container.columns-5>li {
		width: calc(20% - 1em);
	}
	
	.wp-block-post-template.is-flex-container.is-flex-container.columns-6>li {
		width: calc(16.66667% - 1.04167em);
	}
}

@media (max-width:600px) {
	.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid {
		grid-template-columns: 1fr;
	}
}

.wp-block-post-template-is-layout-constrained>li>.alignright, .wp-block-post-template-is-layout-flow>li>.alignright {
	float: right;
	margin-inline-end: 0;
	margin-inline-start: 2em;
}

.wp-block-post-template-is-layout-constrained>li>.alignleft, .wp-block-post-template-is-layout-flow>li>.alignleft {
	float: left;
	margin-inline-end: 2em;
	margin-inline-start: 0;
}

.wp-block-post-template-is-layout-constrained>li>.aligncenter, .wp-block-post-template-is-layout-flow>li>.aligncenter {
	margin-inline-end: auto;
	margin-inline-start: auto;
}

.wp-block-query-pagination.is-content-justification-space-between>.wp-block-query-pagination-next:last-of-type {
	margin-inline-start: auto;
}

.wp-block-query-pagination.is-content-justification-space-between>.wp-block-query-pagination-previous:first-child {
	margin-inline-end: auto;
}

.wp-block-query-pagination .wp-block-query-pagination-previous-arrow {
	display: inline-block;
	margin-right: 1ch;
}

.wp-block-query-pagination .wp-block-query-pagination-previous-arrow:not(.is-arrow-chevron) {
	transform: scaleX(1);
}

.wp-block-query-pagination .wp-block-query-pagination-next-arrow {
	display: inline-block;
	margin-left: 1ch;
}

.wp-block-query-pagination .wp-block-query-pagination-next-arrow:not(.is-arrow-chevron) {
	transform: scaleX(1);
}

.wp-block-query-pagination.aligncenter {
	justify-content: center;
}

.wp-block-query-title, .wp-block-quote {
	box-sizing: border-box;
}

.wp-block-quote {
	overflow-wrap: break-word;
}

.wp-block-quote.is-large:where(:not(.is-style-plain)), .wp-block-quote.is-style-large:where(:not(.is-style-plain)) {
	margin-bottom: 1em;
	padding: 0 1em;
}

.wp-block-quote.is-large:where(:not(.is-style-plain)) p, .wp-block-quote.is-style-large:where(:not(.is-style-plain)) p {
	font-size: 1.5em;
	font-style: italic;
	line-height: 1.6;
}

.wp-block-quote.is-large:where(:not(.is-style-plain)) cite, .wp-block-quote.is-large:where(:not(.is-style-plain)) footer, .wp-block-quote.is-style-large:where(:not(.is-style-plain)) cite, .wp-block-quote.is-style-large:where(:not(.is-style-plain)) footer {
	font-size: 1.125em;
	text-align: right;
}

.wp-block-quote>cite {
	display: block;
}

.wp-block-read-more {
	display: block;
	width: -moz-fit-content;
	width: fit-content;
}

.wp-block-read-more:where(:not([style*=text-decoration])) {
	text-decoration: none;
}

.wp-block-read-more:where(:not([style*=text-decoration])):active, .wp-block-read-more:where(:not([style*=text-decoration])):focus {
	text-decoration: none;
}

ul.wp-block-rss {
	list-style: none;
	padding: 0;
}

ul.wp-block-rss.wp-block-rss {
	box-sizing: border-box;
}

ul.wp-block-rss.alignleft {
	margin-right: 2em;
}

ul.wp-block-rss.alignright {
	margin-left: 2em;
}

ul.wp-block-rss.is-grid {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	padding: 0;
}

ul.wp-block-rss.is-grid li {
	margin: 0 1em 1em 0;
	width: 100%;
}

@media (min-width:600px) {
	ul.wp-block-rss.columns-2 li {
		width: calc(50% - 1em);
	}
	
	ul.wp-block-rss.columns-3 li {
		width: calc(33.33333% - 1em);
	}
	
	ul.wp-block-rss.columns-4 li {
		width: calc(25% - 1em);
	}
	
	ul.wp-block-rss.columns-5 li {
		width: calc(20% - 1em);
	}
	
	ul.wp-block-rss.columns-6 li {
		width: calc(16.66667% - 1em);
	}
}

.wp-block-rss__item-author, .wp-block-rss__item-publish-date {
	display: block;
	font-size: .8125em;
}

.wp-block-search__button {
	margin-left: 10px;
	word-break: normal;
}

.wp-block-search__button.has-icon {
	line-height: 0;
}

.wp-block-search__button svg {
	height: 1.25em;
	min-height: 24px;
	min-width: 24px;
	width: 1.25em;
	fill: currentColor;
	vertical-align: text-bottom;
}

:where(.wp-block-search__button) {
	border: 1px solid #ccc;
	padding: 6px 10px;
}

.wp-block-search__inside-wrapper {
	display: flex;
	flex: auto;
	flex-wrap: nowrap;
	max-width: 100%;
}

.wp-block-search__label {
	width: 100%;
}

.wp-block-search__input {
	appearance: none;
	border: 1px solid #949494;
	flex-grow: 1;
	margin-left: 0;
	margin-right: 0;
	min-width: 3rem;
	padding: 8px;
	text-decoration: unset !important;
}

.wp-block-search.wp-block-search__button-only .wp-block-search__button {
	flex-shrink: 0;
	margin-left: 0;
	max-width: 100%;
}

.wp-block-search.wp-block-search__button-only .wp-block-search__button[aria-expanded=true] {
	max-width: calc(100% - 100px);
}

.wp-block-search.wp-block-search__button-only .wp-block-search__inside-wrapper {
	min-width: 0 !important;
	transition-property: width;
}

.wp-block-search.wp-block-search__button-only .wp-block-search__input {
	flex-basis: 100%;
	transition-duration: .3s;
}

.wp-block-search.wp-block-search__button-only.wp-block-search__searchfield-hidden, .wp-block-search.wp-block-search__button-only.wp-block-search__searchfield-hidden .wp-block-search__inside-wrapper {
	overflow: hidden;
}

.wp-block-search.wp-block-search__button-only.wp-block-search__searchfield-hidden .wp-block-search__input {
	border-left-width: 0 !important;
	border-right-width: 0 !important;
	flex-basis: 0;
	flex-grow: 0;
	margin: 0;
	min-width: 0 !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	width: 0 !important;
}

:where(.wp-block-search__input) {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
	letter-spacing: inherit;
	line-height: inherit;
	text-transform: inherit;
}

:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) {
	border: 1px solid #949494;
	box-sizing: border-box;
	padding: 4px;
}

:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input {
	border: none;
	border-radius: 0;
	padding: 0 4px;
}

:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input:focus {
	outline: none;
}

:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) :where(.wp-block-search__button) {
	padding: 4px 8px;
}

.wp-block-search.aligncenter .wp-block-search__inside-wrapper {
	margin: auto;
}

.wp-block[data-align=right] .wp-block-search.wp-block-search__button-only .wp-block-search__inside-wrapper {
	float: right;
}

.wp-block-separator {
	border: none;
	border-top: 2px solid;
}

:root :where(.wp-block-separator.is-style-dots) {
	height: auto;
	line-height: 1;
	text-align: center;
}

:root :where(.wp-block-separator.is-style-dots):before {
	color: currentColor;
	content: "···";
	font-family: serif;
	font-size: 1.5em;
	letter-spacing: 2em;
	padding-left: 2em;
}

.wp-block-separator.is-style-dots {
	background: none !important;
	border: none !important;
}

.wp-block-site-logo {
	box-sizing: border-box;
	line-height: 0;
}

.wp-block-site-logo a {
	display: inline-block;
	line-height: 0;
}

.wp-block-site-logo.is-default-size img {
	height: auto;
	width: 120px;
}

.wp-block-site-logo img {
	height: auto;
	max-width: 100%;
}

.wp-block-site-logo a, .wp-block-site-logo img {
	border-radius: inherit;
}

.wp-block-site-logo.aligncenter {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

:root :where(.wp-block-site-logo.is-style-rounded) {
	border-radius: 9999px;
}

.wp-block-site-tagline, .wp-block-site-title {
	box-sizing: border-box;
}

.wp-block-site-title :where(a) {
	color: inherit;
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
	letter-spacing: inherit;
	line-height: inherit;
	text-decoration: inherit;
}

.wp-block-social-links {
	background: none;
	box-sizing: border-box;
	margin-left: 0;
	padding-left: 0;
	padding-right: 0;
	text-indent: 0;
}

.wp-block-social-links .wp-social-link a, .wp-block-social-links .wp-social-link a:hover {
	border-bottom: 0;
	box-shadow: none;
	text-decoration: none;
}

.wp-block-social-links .wp-social-link svg {
	height: 1em;
	width: 1em;
}

.wp-block-social-links .wp-social-link span:not(.screen-reader-text) {
	font-size: .65em;
	margin-left: .5em;
	margin-right: .5em;
}

.wp-block-social-links.has-small-icon-size {
	font-size: 16px;
}

.wp-block-social-links, .wp-block-social-links.has-normal-icon-size {
	font-size: 24px;
}

.wp-block-social-links.has-large-icon-size {
	font-size: 36px;
}

.wp-block-social-links.has-huge-icon-size {
	font-size: 48px;
}

.wp-block-social-links.aligncenter {
	display: flex;
	justify-content: center;
}

.wp-block-social-links.alignright {
	justify-content: flex-end;
}

.wp-block-social-link {
	border-radius: 9999px;
	display: block;
	height: auto;
	transition: transform .1s ease;
}

@media (prefers-reduced-motion:reduce) {
	.wp-block-social-link {
		transition-delay: 0s;
		transition-duration: 0s;
	}
}

.wp-block-social-link a {
	align-items: center;
	display: flex;
	line-height: 0;
	transition: transform .1s ease;
}

.wp-block-social-link:hover {
	transform: scale(1.1);
}

.wp-block-social-links .wp-block-social-link.wp-social-link {
	display: inline-block;
	margin: 0;
	padding: 0;
}

.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor, .wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor svg, .wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:active, .wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:hover, .wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:visited {
	color: currentColor;
	fill: currentColor;
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link {
	background-color: #f0f0f0;
	color: #444;
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-amazon {
	background-color: #f90;
	color: #fff;
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-bandcamp {
	background-color: #1ea0c3;
	color: #fff;
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-behance {
	background-color: #0757fe;
	color: #fff;
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-bluesky {
	background-color: #0a7aff;
	color: #fff;
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-codepen {
	background-color: #1e1f26;
	color: #fff;
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-deviantart {
	background-color: #02e49b;
	color: #fff;
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-dribbble {
	background-color: #e94c89;
	color: #fff;
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-dropbox {
	background-color: #4280ff;
	color: #fff;
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-etsy {
	background-color: #f45800;
	color: #fff;
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-facebook {
	background-color: #0866ff;
	color: #fff;
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-fivehundredpx {
	background-color: #000;
	color: #fff;
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-flickr {
	background-color: #0461dd;
	color: #fff;
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-foursquare {
	background-color: #e65678;
	color: #fff;
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-github {
	background-color: #24292d;
	color: #fff;
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-goodreads {
	background-color: #eceadd;
	color: #382110;
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-google {
	background-color: #ea4434;
	color: #fff;
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-gravatar {
	background-color: #1d4fc4;
	color: #fff;
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-instagram {
	background-color: #f00075;
	color: #fff;
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-lastfm {
	background-color: #e21b24;
	color: #fff;
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-linkedin {
	background-color: #0d66c2;
	color: #fff;
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-mastodon {
	background-color: #3288d4;
	color: #fff;
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-medium {
	background-color: #000;
	color: #fff;
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-meetup {
	background-color: #f6405f;
	color: #fff;
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-patreon {
	background-color: #000;
	color: #fff;
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-pinterest {
	background-color: #e60122;
	color: #fff;
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-pocket {
	background-color: #ef4155;
	color: #fff;
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-reddit {
	background-color: #ff4500;
	color: #fff;
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-skype {
	background-color: #0478d7;
	color: #fff;
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-snapchat {
	background-color: #fefc00;
	color: #fff;
	stroke: #000;
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-soundcloud {
	background-color: #ff5600;
	color: #fff;
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-spotify {
	background-color: #1bd760;
	color: #fff;
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-telegram {
	background-color: #2aabee;
	color: #fff;
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-threads {
	background-color: #000;
	color: #fff;
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-tiktok {
	background-color: #000;
	color: #fff;
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-tumblr {
	background-color: #011835;
	color: #fff;
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-twitch {
	background-color: #6440a4;
	color: #fff;
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-twitter {
	background-color: #1da1f2;
	color: #fff;
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-vimeo {
	background-color: #1eb7ea;
	color: #fff;
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-vk {
	background-color: #4680c2;
	color: #fff;
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-wordpress {
	background-color: #3499cd;
	color: #fff;
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-whatsapp {
	background-color: #25d366;
	color: #fff;
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-x {
	background-color: #000;
	color: #fff;
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-yelp {
	background-color: #d32422;
	color: #fff;
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-youtube {
	background-color: red;
	color: #fff;
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link {
	background: none;
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link svg {
	height: 1.25em;
	width: 1.25em;
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-amazon {
	color: #f90;
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-bandcamp {
	color: #1ea0c3;
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-behance {
	color: #0757fe;
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-bluesky {
	color: #0a7aff;
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-codepen {
	color: #1e1f26;
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-deviantart {
	color: #02e49b;
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-dribbble {
	color: #e94c89;
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-dropbox {
	color: #4280ff;
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-etsy {
	color: #f45800;
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-facebook {
	color: #0866ff;
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-fivehundredpx {
	color: #000;
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-flickr {
	color: #0461dd;
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-foursquare {
	color: #e65678;
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-github {
	color: #24292d;
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-goodreads {
	color: #382110;
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-google {
	color: #ea4434;
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-gravatar {
	color: #1d4fc4;
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-instagram {
	color: #f00075;
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-lastfm {
	color: #e21b24;
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-linkedin {
	color: #0d66c2;
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-mastodon {
	color: #3288d4;
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-medium {
	color: #000;
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-meetup {
	color: #f6405f;
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-patreon {
	color: #000;
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-pinterest {
	color: #e60122;
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-pocket {
	color: #ef4155;
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-reddit {
	color: #ff4500;
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-skype {
	color: #0478d7;
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-snapchat {
	color: #fff;
	stroke: #000;
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-soundcloud {
	color: #ff5600;
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-spotify {
	color: #1bd760;
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-telegram {
	color: #2aabee;
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-threads {
	color: #000;
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-tiktok {
	color: #000;
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-tumblr {
	color: #011835;
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-twitch {
	color: #6440a4;
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-twitter {
	color: #1da1f2;
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-vimeo {
	color: #1eb7ea;
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-vk {
	color: #4680c2;
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-whatsapp {
	color: #25d366;
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-wordpress {
	color: #3499cd;
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-x {
	color: #000;
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-yelp {
	color: #d32422;
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-youtube {
	color: red;
}

.wp-block-social-links.is-style-pill-shape .wp-social-link {
	width: auto;
}

:root :where(.wp-block-social-links .wp-social-link a) {
	padding: .25em;
}

:root :where(.wp-block-social-links.is-style-logos-only .wp-social-link a) {
	padding: 0;
}

:root :where(.wp-block-social-links.is-style-pill-shape .wp-social-link a) {
	padding-left: .66667em;
	padding-right: .66667em;
}

.wp-block-social-links:not(.has-icon-color):not(.has-icon-background-color) .wp-social-link-snapchat .wp-block-social-link-label {
	color: #000;
}

.wp-block-spacer {
	clear: both;
}

.wp-block-tag-cloud {
	box-sizing: border-box;
}

.wp-block-tag-cloud.aligncenter {
	justify-content: center;
	text-align: center;
}

.wp-block-tag-cloud.alignfull {
	padding-left: 1em;
	padding-right: 1em;
}

.wp-block-tag-cloud a {
	display: inline-block;
	margin-right: 5px;
}

.wp-block-tag-cloud span {
	display: inline-block;
	margin-left: 5px;
	text-decoration: none;
}

:root :where(.wp-block-tag-cloud.is-style-outline) {
	display: flex;
	flex-wrap: wrap;
	gap: 1ch;
}

:root :where(.wp-block-tag-cloud.is-style-outline a) {
	border: 1px solid;
	font-size: unset !important;
	margin-right: 0;
	padding: 1ch 2ch;
	text-decoration: none !important;
}

.wp-block-table {
	overflow-x: auto;
}

.wp-block-table table {
	border-collapse: collapse;
	width: 100%;
}

.wp-block-table thead {
	border-bottom: 3px solid;
}

.wp-block-table tfoot {
	border-top: 3px solid;
}

.wp-block-table td, .wp-block-table th {
	border: 1px solid;
	padding: .5em;
}

.wp-block-table .has-fixed-layout {
	table-layout: fixed;
	width: 100%;
}

.wp-block-table .has-fixed-layout td, .wp-block-table .has-fixed-layout th {
	word-break: break-word;
}

.wp-block-table.aligncenter, .wp-block-table.alignleft, .wp-block-table.alignright {
	display: table;
	width: auto;
}

.wp-block-table.aligncenter td, .wp-block-table.aligncenter th, .wp-block-table.alignleft td, .wp-block-table.alignleft th, .wp-block-table.alignright td, .wp-block-table.alignright th {
	word-break: break-word;
}

.wp-block-table .has-subtle-light-gray-background-color {
	background-color: #f3f4f5;
}

.wp-block-table .has-subtle-pale-green-background-color {
	background-color: #e9fbe5;
}

.wp-block-table .has-subtle-pale-blue-background-color {
	background-color: #e7f5fe;
}

.wp-block-table .has-subtle-pale-pink-background-color {
	background-color: #fcf0ef;
}

.wp-block-table.is-style-stripes {
	background-color: initial;
	border-bottom: 1px solid #f0f0f0;
	border-collapse: inherit;
	border-spacing: 0;
}

.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
	background-color: #f0f0f0;
}

.wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tbody tr:nth-child(odd) {
	background-color: #f3f4f5;
}

.wp-block-table.is-style-stripes.has-subtle-pale-green-background-color tbody tr:nth-child(odd) {
	background-color: #e9fbe5;
}

.wp-block-table.is-style-stripes.has-subtle-pale-blue-background-color tbody tr:nth-child(odd) {
	background-color: #e7f5fe;
}

.wp-block-table.is-style-stripes.has-subtle-pale-pink-background-color tbody tr:nth-child(odd) {
	background-color: #fcf0ef;
}

.wp-block-table.is-style-stripes td, .wp-block-table.is-style-stripes th {
	border-color: rgba(0, 0, 0, 0);
}

.wp-block-table .has-border-color td, .wp-block-table .has-border-color th, .wp-block-table .has-border-color tr, .wp-block-table .has-border-color>* {
	border-color: inherit;
}

.wp-block-table table[style*=border-top-color] tr:first-child, .wp-block-table table[style*=border-top-color] tr:first-child td, .wp-block-table table[style*=border-top-color] tr:first-child th, .wp-block-table table[style*=border-top-color]>*, .wp-block-table table[style*=border-top-color]>* td, .wp-block-table table[style*=border-top-color]>* th {
	border-top-color: inherit;
}

.wp-block-table table[style*=border-top-color] tr:not(:first-child) {
	border-top-color: initial;
}

.wp-block-table table[style*=border-right-color] td:last-child, .wp-block-table table[style*=border-right-color] th, .wp-block-table table[style*=border-right-color] tr, .wp-block-table table[style*=border-right-color]>* {
	border-right-color: inherit;
}

.wp-block-table table[style*=border-bottom-color] tr:last-child, .wp-block-table table[style*=border-bottom-color] tr:last-child td, .wp-block-table table[style*=border-bottom-color] tr:last-child th, .wp-block-table table[style*=border-bottom-color]>*, .wp-block-table table[style*=border-bottom-color]>* td, .wp-block-table table[style*=border-bottom-color]>* th {
	border-bottom-color: inherit;
}

.wp-block-table table[style*=border-bottom-color] tr:not(:last-child) {
	border-bottom-color: initial;
}

.wp-block-table table[style*=border-left-color] td:first-child, .wp-block-table table[style*=border-left-color] th, .wp-block-table table[style*=border-left-color] tr, .wp-block-table table[style*=border-left-color]>* {
	border-left-color: inherit;
}

.wp-block-table table[style*=border-style] td, .wp-block-table table[style*=border-style] th, .wp-block-table table[style*=border-style] tr, .wp-block-table table[style*=border-style]>* {
	border-style: inherit;
}

.wp-block-table table[style*=border-width] td, .wp-block-table table[style*=border-width] th, .wp-block-table table[style*=border-width] tr, .wp-block-table table[style*=border-width]>* {
	border-style: inherit;
	border-width: inherit;
}

:root :where(.wp-block-table-of-contents) {
	box-sizing: border-box;
}

:where(.wp-block-term-description) {
	box-sizing: border-box;
	margin-bottom: var(--wp--style--block-gap);
	margin-top: var(--wp--style--block-gap);
}

.wp-block-term-description p {
	margin-bottom: 0;
	margin-top: 0;
}

.wp-block-text-columns, .wp-block-text-columns.aligncenter {
	display: flex;
}

.wp-block-text-columns .wp-block-column {
	margin: 0 1em;
	padding: 0;
}

.wp-block-text-columns .wp-block-column:first-child {
	margin-left: 0;
}

.wp-block-text-columns .wp-block-column:last-child {
	margin-right: 0;
}

.wp-block-text-columns.columns-2 .wp-block-column {
	width: 50%;
}

.wp-block-text-columns.columns-3 .wp-block-column {
	width: 33.33333%;
}

.wp-block-text-columns.columns-4 .wp-block-column {
	width: 25%;
}

pre.wp-block-verse {
	overflow: auto;
	white-space: pre-wrap;
}

:where(pre.wp-block-verse) {
	font-family: inherit;
}

.wp-block-video {
	box-sizing: border-box;
}

.wp-block-video video {
	vertical-align: middle;
	width: 100%;
}

@supports (position:sticky) {
	.wp-block-video [poster] {
		object-fit: cover;
	}
}

.wp-block-video.aligncenter {
	text-align: center;
}

.wp-block-video :where(figcaption) {
	margin-bottom: 1em;
	margin-top: .5em;
}

.editor-styles-wrapper, .entry-content {
	counter-reset: footnotes;
}

a[data-fn].fn {
	counter-increment: footnotes;
	display: inline-flex;
	font-size: smaller;
	text-decoration: none;
	text-indent: -9999999px;
	vertical-align: super;
}

a[data-fn].fn:after {
	content: "[" counter(footnotes) "]";
	float: left;
	text-indent: 0;
}

.wp-element-button {
	cursor: pointer;
}

:root {
	--wp--preset--font-size--normal: 16px;
	--wp--preset--font-size--huge: 42px;
}

:root .has-very-light-gray-background-color {
	background-color: #eee;
}

:root .has-very-dark-gray-background-color {
	background-color: #313131;
}

:root .has-very-light-gray-color {
	color: #eee;
}

:root .has-very-dark-gray-color {
	color: #313131;
}

:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background {
	background: linear-gradient(135deg, #00d084, #0693e3);
}

:root .has-purple-crush-gradient-background {
	background: linear-gradient(135deg, #34e2e4, #4721fb 50%, #ab1dfe);
}

:root .has-hazy-dawn-gradient-background {
	background: linear-gradient(135deg, #faaca8, #dad0ec);
}

:root .has-subdued-olive-gradient-background {
	background: linear-gradient(135deg, #fafae1, #67a671);
}

:root .has-atomic-cream-gradient-background {
	background: linear-gradient(135deg, #fdd79a, #004a59);
}

:root .has-nightshade-gradient-background {
	background: linear-gradient(135deg, #330968, #31cdcf);
}

:root .has-midnight-gradient-background {
	background: linear-gradient(135deg, #020381, #2874fc);
}

.has-regular-font-size {
	font-size: 1em;
}

.has-larger-font-size {
	font-size: 2.625em;
}

.has-normal-font-size {
	font-size: var(--wp--preset--font-size--normal);
}

.has-huge-font-size {
	font-size: var(--wp--preset--font-size--huge);
}

.has-text-align-center {
	text-align: center;
}

.has-text-align-left {
	text-align: left;
}

.has-text-align-right {
	text-align: right;
}

#end-resizable-editor-section {
	display: none;
}

.aligncenter {
	clear: both;
}

.items-justified-left {
	justify-content: flex-start;
}

.items-justified-center {
	justify-content: center;
}

.items-justified-right {
	justify-content: flex-end;
}

.items-justified-space-between {
	justify-content: space-between;
}

.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #ddd;
	clip: auto !important;
	clip-path: none;
	color: #444;
	display: block;
	font-size: 1em;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

html :where(.has-border-color) {
	border-style: solid;
}

html :where([style*=border-top-color]) {
	border-top-style: solid;
}

html :where([style*=border-right-color]) {
	border-right-style: solid;
}

html :where([style*=border-bottom-color]) {
	border-bottom-style: solid;
}

html :where([style*=border-left-color]) {
	border-left-style: solid;
}

html :where([style*=border-width]) {
	border-style: solid;
}

html :where([style*=border-top-width]) {
	border-top-style: solid;
}

html :where([style*=border-right-width]) {
	border-right-style: solid;
}

html :where([style*=border-bottom-width]) {
	border-bottom-style: solid;
}

html :where([style*=border-left-width]) {
	border-left-style: solid;
}

html :where(img[class*=wp-image-]) {
	height: auto;
	max-width: 100%;
}

:where(figure) {
	margin: 0 0 1em;
}

html :where(.is-position-sticky) {
	--wp-admin--admin-bar--position-offset: var(--wp-admin--admin-bar--height, 0px);
}

@media screen and (max-width:600px) {
	html :where(.is-position-sticky) {
		--wp-admin--admin-bar--position-offset: 0px;
	}
}
