@font-face {
	font-family: 'GHD Moderat';
	src: url("../../fonts/GHD-Moderat-Black.eot");
	src: url("../../fonts/GHD-Moderat-Black.eot?#iefix") format('embedded-opentype'), url("../../fonts/GHD-Moderat-Black.woff2") format('woff2'), url("../../fonts/GHD-Moderat-Black.woff") format('woff'), url("../../fonts/GHD-Moderat-Black.ttf") format('truetype'), url("../../fonts/GHD-Moderat-Black.svg#GHD-Moderat-Black") format('svg');
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'GHD Moderat';
	src: url("../../fonts/GHD-Moderat-Light.eot");
	src: url("../../fonts/GHD-Moderat-Light.eot?#iefix") format('embedded-opentype'), url("../../fonts/GHD-Moderat-Light.woff2") format('woff2'), url("../../fonts/GHD-Moderat-Light.woff") format('woff'), url("../../fonts/GHD-Moderat-Light.ttf") format('truetype'), url("../../fonts/GHD-Moderat-Light.svg#GHD-Moderat-Light") format('svg');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'GHD Moderat';
	src: url("../../fonts/GHD-Moderat-Regular.eot");
	src: url("../../fonts/GHD-Moderat-Regular.eot?#iefix") format('embedded-opentype'), url("../../fonts/GHD-Moderat-Regular.woff2") format('woff2'), url("../../fonts/GHD-Moderat-Regular.woff") format('woff'), url("../../fonts/GHD-Moderat-Regular.ttf") format('truetype'), url("../../fonts/GHD-Moderat-Regular.svg#GHD-Moderat-Regular") format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

body {
	font-family: var(--body-typography_font-name, 'GHD Moderat');
	max-width:unset;
}

.popover.popover-wide.fade.top {
	padding: 15px 0 30px 30px;
}

#calendarWrapper {
	box-sizing: border-box;
	font-family: var(--body-typography_font-name,'GHD Moderat');
}

	#calendarWrapper * {
		box-sizing: inherit
	}

		#calendarWrapper *:before, #calendarWrapper *:after {
			box-sizing: inherit
		}

	#calendarWrapper p, #calendarWrapper ol, #calendarWrapper ul, #calendarWrapper li, #calendarWrapper dl, #calendarWrapper dt, #calendarWrapper dd, #calendarWrapper blockquote, #calendarWrapper figure, #calendarWrapper fieldset, #calendarWrapper legend, #calendarWrapper textarea, #calendarWrapper pre, #calendarWrapper iframe, #calendarWrapper hr, #calendarWrapper h1, #calendarWrapper h2, #calendarWrapper h3, #calendarWrapper h4, #calendarWrapper h5, #calendarWrapper h6 {
		margin: 0;
		padding: 0
	}

/*	#calendarWrapper h1, #calendarWrapper h2, #calendarWrapper h3, #calendarWrapper h4, #calendarWrapper h5, #calendarWrapper h6 {
		font-size: 100%;
		font-weight: 400
	}*/

	#calendarWrapper ul {
		list-style: none
	}

	#calendarWrapper button, #calendarWrapper input, #calendarWrapper select, #calendarWrapper textarea {
		margin: 0
	}

	#calendarWrapper html {
		box-sizing: border-box
	}

	#calendarWrapper img, #calendarWrapper embed, #calendarWrapper object, #calendarWrapper audio, #calendarWrapper video {
		max-width: 100%
	}

	#calendarWrapper .EVN_sr-only {
		position: absolute;
		width: 1px;
		height: 1px;
		padding: 0;
		margin: -1px;
		overflow: hidden;
		clip: rect(0,0,0,0);
		border: 0
	}

.flickity-enabled {
	position: relative
}

	.flickity-enabled:focus {
		outline: none
	}

#calendarWrapper .EVN_btn {
	outline: none;
	-webkit-appearance: none;
	margin: 3px;
	display: inline-block;
	padding: 8px 12px;
	text-align: center;
	font-size: .875em;
	line-height: 1.24;
	font-weight: 500;
	background: white;
	border: solid 1px #ccc;
	transition: all .15s ease-in-out;
	cursor: pointer;
	text-decoration: none !important;
	min-width: 80px
}

	#calendarWrapper .EVN_btn:hover, #calendarWrapper .EVN_btn:focus {
		background-color: #ededed
	}

	#calendarWrapper .EVN_btn.EVN_btn-primary {
		background: #01578e;
		color: white;
		border: none
	}

		#calendarWrapper .EVN_btn.EVN_btn-primary:hover, #calendarWrapper .EVN_btn .EVN_btn-primary:focus {
			background-color: #013e65
		}

@media(min-width:768px) {
	#calendarWrapper .EVN_btn {
		min-width: 148px;
		font-size: 1em
	}
}


#calendarWrapper #filter-area #filterBtn, #calendarWrapper #filter-area #filterClearBtn {
	--border-base-btn-bg-color1: rgba(var(--base-btn-bg-color1));
	--background-base-btn-bg-color1: rgba(var(--base-btn-bg-color1));
	--color-base-btn-text: rgba(var(--base-btn-text));
	height: 42px;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	border-radius: 8px;
	min-width: 0;
	width: 155px;
	margin-right: 20px;
	height: 60px;
	box-shadow: 0px 1px 2px 0px #1018280D;
	border: 1px solid var(--border-base-btn-bg-color1,#206ADE);
	background: var(--background-base-btn-bg-color1,#206ADE);
	color: var(--color-base-btn-text,#FFFF );
}
	#calendarWrapper #filter-area #filterBtn:hover {
		--background-base-btn-bg-hover-color1: rgba(var(--base-btn-bg-hover-color1));
		--color-base-btn-text-hover: rgba(var(--base-btn-text-hover));
		background-color: var(--background-base-btn-bg-hover-color1, #3d83e3);
		color: var(--color-base-btn-text-hover, #FFFF);
		border: 1px solid var(--color-base-btn-text-hover, #FFFF);
	}



	@media(min-width:992px) {
		#calendarWrapper #filter-area #filterBtn, #calendarWrapper #filter-area #filterClearBtn {
		/*width: auto;
		margin-top: 0;
		margin-right: 20px;*/
		/*height: 60px;*/
		/*box-shadow: 0px 1px 2px 0px #1018280D;*/
		/*border: 1px solid #206ADE;
		background: #206ADE;
		color:var(--base-btn-text );*/
		word-break: normal;
	}
}

@media(min-width:1200px) {
	#calendarWrapper #filter-area #filterBtn, #calendarWrapper #filter #filterClearBtn {
		width: 155px;
		/*height: 60px;*/
		/*box-shadow: 0px 1px 2px 0px #1018280D;
		border: 1px solid #206ADE;
		background: #206ADE;
		color: #FFFF;*/
	}
}

#calendarWrapper #filter-area select {
	background-color: white;
	background-image: url("data:image/svg+xml;charset=utf8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h\a 0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij4KICAgIDxwYXRoIGQ9Ik03LjQxIDcuODRMMTIgMT\a IuNDJsNC41OS00LjU4TDE4IDkuMjVsLTYgNi02LTZ6Ii8+Cjwvc3ZnPg==");
	background-position: right 8px center;
	background-repeat: no-repeat;
	background-size: 24px 24px;
	-moz-appearance: none;
	-webkit-appearance: none;
	margin-bottom: 5px;
}

	#calendarWrapper #filter-area select:focus {
		box-shadow: 0px 0px 0px 4px #F2F4F7;
	}

	#calendarWrapper #filter-area select::-ms-expand, #calendarWrapper #filter-area #filterDate::-ms-expand {
		display: none
	}


#calendarWrapper #result-list {
	padding: 32px 0 54px
}

#calendarWrapper .EVN_item .item_cont{
	padding-left:0px;
	padding-right:0px;
}

#calendarWrapper #card-container.is-ready {
	opacity: 1
}

#calendarWrapper #resNumber .ovalContainer {
	padding: 4px 10px 4px 12px;
	gap: 4px;
	border-radius: 16px;
	background: #F2F4F7;
}

@media(min-width:600px) {
	#calendarWrapper .card-wrapper {
		width: calc(100%/2)
	}
}

@media(min-width:992px) {
	#calendarWrapper .card-wrapper {
		width: calc(100%/3)
	}
}

#calendarWrapper .search-list-heading {
	padding-top: 26px;
	display: flex;
}

	#calendarWrapper .search-list-heading .result-heading-title .feat-title {
		font-size: 36px;
		font-weight: 600;
		line-height: 44px;
		letter-spacing: -0.02em;
		text-align: left;
		color: #101828;
	}

	#calendarWrapper .search-list-heading .result-heading-title {
		padding-bottom: 16px;
		float: right;
		width: 90%;		
	}

	#calendarWrapper .search-list-heading .result-heading {
		padding-bottom: 16px;
		float: left;
		width: 90%;
		text-align: right;
	}

		#calendarWrapper .search-list-heading .result-heading .view-all {
			--color-base-link:rgba(var(--base-link));
			font-size: 18px;
			font-weight: 600;
			line-height: 28px;
			text-align: left;
			text-decoration: underline;
			color: var(--color-base-link,#101828);
			white-space: nowrap;
		}
			#calendarWrapper .search-list-heading .result-heading .view-all:hover {
				color: rgba(var(--base-link-hover),1);
			}

			#calendarWrapper .card {
				display: -ms-flexbox;
				display: flex;
				width: 100%;
				-ms-flex-flow: column nowrap;
				flex-flow: column nowrap;
				position: relative;
				text-decoration: none !important;
				color: black;
				border: solid 3px transparent;
				transition: all .3s cubic-bezier(.25,.8,.25,1);
				margin-bottom: 30px;
			}

	#calendarWrapper .card:hover, #calendarWrapper .card:focus {
		border-color: #1B58B9;
	}

#calendarWrapper .card-img {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	display: block;
	overflow: hidden;
}

	#calendarWrapper .card-img img {
		display: block;
		border-radius:unset;
		width: 100%;
		height: 240px;
		max-height: 240px;
		object-fit: cover;
		object-position: center;
	}
 
#calendarWrapper .card-body {
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 24px 24px 32px;
	text-align: left;
	background: #ffff !important;
	border: 1px solid rgba(234, 236, 240, 1);
	box-shadow: 0px 4px 6px -2px rgba(16, 24, 40, 0.03);
	box-shadow: 0px 12px 16px -4px rgba(16, 24, 40, 0.08);
}


	#calendarWrapper .card-body .card-info-res {
		display: flex;
	}

	#calendarWrapper .card-body .card-info {
		margin-top: 24px;
		margin-bottom: 14px;
	}

	#calendarWrapper .card-body .card-title {
		margin: 0;
		margin-bottom: 16px;
		font-size: 1.5em;
		font-weight: 600 !important;
		overflow: hidden;		
		text-align: left;
		line-height: 24px;
		text-overflow: ellipsis;
		height: 50px;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	}

	#calendarWrapper .card-body .title-area {
		display: flex;
		justify-content: space-between;
	}

	#calendarWrapper .card-body .card-date {
		--color-base-heading:rgba(var(--base-heading));
		display: inline-block;
		margin: 0;
		font-weight: 600;
		margin-bottom: 16px;
		padding-top: 7px;
		/*font-family: 'GHD Moderat';*/
		color: var(--color-base-heading,#1B58B9) !important;
		border-top: none !important;
		border-bottom: none !important;
		text-align: left;
		line-height: 24px;
		font-size: 16px;
	}

#calendarWrapper .card-day-featured {
	--color-base-highlight-text: rgba(var(--base-highlight-text));
	font-size: 36px;
	font-weight: 700;
	letter-spacing: -0.02em;
	text-align: center;
	color: var(--color-base-highlight-text,#1B58B9);
	line-height: 30px;
}

#calendarWrapper .card-div-featured {
	position: absolute;
	--color-base-highlight: rgba(var(--base-highlight));
	width: 64px;
	height: 64px;
	background-color: var(--color-base-highlight, #E3ECFB);
}

#calendarWrapper .card-div-featured-ovelap {
	top: 215px;
	margin-left: 25px;
}

#calendarWrapper .card-div-featured-range {
	--color-base-highlight: rgba(var(--base-highlight));
	width: 64px;
	height: 64px;
	background-color: var(--color-base-highlight,#E3ECFB);
}

#calendarWrapper .card-range {
	position: absolute;
	display: flex;
	top: 215px;
}

#calendarWrapper .card-div-featured-dash {
	--background-base-hightlight: rgba(var(--base-highlight));
	--color-base-hightlight: rgba(var(--base-highlight-text));
	background-color: var(--background-base-hightlight,#E3ECFB);
	color: var(--color-base-hightlight,#1B58B9);
	font-size: 36px;
	font-weight: 700;
	letter-spacing: -0.02em;
	text-align: center;
	line-height: 44px;
}

#calendarWrapper .card-mon-featured {
	--color-base-highlight-text: rgba(var(--base-highlight-text));
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
	text-align: center;
	color: var(--color-base-highlight-text,#1B58B9);
}

#calendarWrapper .card-body .card-location {
	--color-base-heading: rgba(var(--base-heading));
	margin: 0;
	font-size: 14px;
	overflow: hidden;
	font-weight: 600;
	/*font-family: 'GHD Moderat';*/
	color: var(--color-base-heading,#1B58B9);
	margin-bottom: 6px;
	line-height: 20px;
	height: 40px;
}

#calendarWrapper .card-body .card-description {
	--color-base-heading: rgba(var(--base-heading));
	margin: 0;
	font-weight: 400 !important;
	overflow: hidden;
	/*font-family: 'GHD Moderat';*/
	line-height: 24px;
	color: var(--base-heading,#475467);
	text-align: left;
	font-size: 16px;
	line-height: 24px;

}

#calendarWrapper .card-body .card-div-res {
	width: 50%
}

#calendarWrapper .card-body .card-div {
	display: flex;
	text-align: left !important;
}

#calendarWrapper .card-body .card-div-time {
	text-align: right !important;
}

#calendarWrapper .card-body .card-div .card-span {
	padding-top: 5px;
	padding-right: 5px;
}

.EVN_glyphicon-star:before {
	--color-base-highlight-text: rgba(var(--base-highlight-text));
	color:var(--color-base-highlight-text,#000);
}

#calendarWrapper .category-tag {
	display: inline-block;
	position: relative;
	background: white;
	padding: 8px 12px;  
	margin-bottom: 8px;
	font-size: .875em;
	line-height: 1.34;
	font-weight: 700;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	max-width: 100%;
	color: black;
	border-bottom-style: solid;
	border-bottom-width: 4px;
}


#calendarWrapper .divLoadMore #Btn_LoadMore {
	--background-base-btn-bg-color1: rgba(var(--base-btn-bg-color1));
	--color-base-btn-text: rgba(var(--base-btn-text));
	color: var(--color-base-btn-text, #1B58B9);
	background-color: var(--background-base-btn-bg-color1, #E3ECFB);
	border: 1px solid var(--background-base-btn-bg-color1, #1B58B9);
	padding: 12px 20px 12px 20px;
	border: 1px 0px 0px 0px;
	opacity: 0px;
	display: block;
	font-size: 16px;
	margin: auto;
	font-weight: 600
}

#calendarWrapper .divLoadMore {
	margin-top: 10px;
}

#calendarWrapper #featured-flag {
	--background-base-highlight: rgba(var(--base-highlight));
	background-color: var(--background-base-highlight,#FFFF);
	display: flex;
	position: absolute;
	padding: 2px 8px 2px 8px;
	gap: 4px;
	border-radius: 6px;
	margin: 10px;
}

	#calendarWrapper #featured-flag .featured-flag-label {
		/*font-family: GHD Moderat;*/
		--color-base-highlight-text: rgba(var(--base-highlight-text));
		font-size: 14px;
		font-weight: 500;
		line-height: 15px;
		text-align: center;
		color: var(--color-base-highlight-text,#000);
		padding-top: 2px;
		padding-bottom: 4px;
		box-shadow: 0px 12px 16px -4px rgba(16, 24, 40, 0.08);
	}

	#calendarWrapper #featured-flag .featured-star {
		padding-top: 2px;
		padding-right: 2px;
	}

#dv_ViewTopText .calendar-title {
	/*font-family: GHD Moderat;*/
	font-size: 48px;
	font-weight: 600;
	line-height: 60px;
	letter-spacing: -0.02em;
	text-align: left;
	/*color: #10356F;*/
	color:#101828;
}

#dv_ViewTopText #sub_dv_ViewTopText {
	/*font-family: GHD Moderat;*/
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
	/*color: #1B58B9;*/
	text-align: left;
	color: #101828;
}

#filter-area .search-input {
	height: 60px;
	margin-right: 20px;
	box-shadow: 0px 1px 2px 0px #1018280D;
	border: 1px solid #D0D5DD;
	padding: 16px 28px 16px 28px;
	gap: 8px;
	border-radius: 8px;
	text-overflow: ellipsis;
}

#filter-area .daterange-box {
	height: 60px;
	margin-right: 20px;
	padding-left: 16px;
}

#filter-area .daterange-div {
	padding-left: 0px;
	margin-bottom: 5px;
}

#filter-area .search-div {
	display: block;
	width: 100%;
}

#filter-area {
	margin-top: 32px;
	margin-bottom: 32px;
	display: flex;
}

	#filter-area .clear-all-btn {
		--color-base-link: rgba(var(--base-link));
		background: none !important;
		color: var(--color-base-link,#1B58B9);
		border: none !important;
		padding: 0 !important;
		box-shadow:none;
		white-space: nowrap;
		width: auto;
		
		height: 60px;
	}
		#filter-area .clear-all-btn:hover {
			--color-base-link-hover: rgba(var(--base-link-hover));
			color: var(--color-base-link-hover,#1B58B9);
		}

		#filter-area .clear-all-btn .EVN_glyphicon-remove-circle:before {
			margin-right: -15px;
		}

#filter-area .search-div .search-row-one {
	display: flex;
	margin-bottom: 16px;
}

		#filter-area .search-div .search-row-one .btn-action {
			display: flex;
			justify-content: flex-end;
		}

	#filter-area .search-div .sub-category-area .filter-label {
		margin-bottom: 5px;
		padding-left: 0px;
		padding-right: 0px;
	}

	#filter-area .search-div .sub-category-area .sub-cat-dropdown {
		padding-left: 0px;
		padding-right: 0px;
	}

	#filter-area .search-div .sub-category-area .filter-icon {
		font-size: 18px;
		margin-top: 16px;
	}

	#filter-area .search-div .sub-category-area .filter-label .text-filter {
		/*font-family: GHD Moderat;*/
		font-size: 18px;
		font-weight: 600;
		line-height: 28px;
		text-align: left;
		color: #344054;
		padding: 10px;
		white-space: nowrap;
	}

	#filter-area .search-div .sub-category-area .filter-label .vl {
		height: 44px;
		left: 50%;
		margin-left: 20px;
		top: 0;
		padding: 10px;
		border-left: 1px solid #EAECF0
	}

	#filter-area .search-div .sub-category-area .filter-label .sub-cat {
		height: 44px;
		margin-right: 20px;
		box-shadow: 0px 1px 2px 0px #1018280D;
		border: 1px solid #D0D5DD;
		gap: 8px;
		border-radius: 8px;
		padding-left: 28px;
	}

.e-calendar .e-header .e-prev, .e-calendar .e-header .e-next{
	box-shadow:none;
}
.e-calendar .e-content.e-month td.e-today span.e-day, .e-bigger.e-small .e-calendar .e-content.e-month td.e-today span.e-day {
	color: rgba(var(--base-highlight-text),#0078d4);
}
.e-daterangepicker.e-popup .e-calendar .e-end-date.e-selected.e-range-hover span.e-day, .e-daterangepicker.e-popup .e-calendar .e-start-date.e-selected.e-range-hover span.e-day, .e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-end-date.e-selected.e-range-hover span.e-day, .e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-start-date.e-selected.e-range-hover span.e-day, .e-bigger.e-small.e-daterangepicker.e-popup .e-calendar .e-end-date.e-selected.e-range-hover span.e-day, .e-bigger.e-small.e-daterangepicker.e-popup .e-calendar .e-start-date.e-selected.e-range-hover span.e-day {
	--color-base-highlight-text: rgba(var(--base-highlight-text));
	--background-base-highlightcolor: rgba(var(--base-highlight));
	background-color: var(--background-base-highlightcolor,#0078d4) !important;
	color: var(--color-base-highlight-text,#FFFF) !important;
	border-radius: 50%;
	box-shadow: none;
}

.e-daterangepicker.e-popup .e-calendar .e-content.e-month .e-today.e-range-hover span, .e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-content.e-month .e-today.e-range-hover span, .e-bigger.e-small.e-daterangepicker.e-popup .e-calendar .e-content.e-month .e-today.e-range-hover span {
	--color-base-highlight: rgba(var(--base-highlight));
	box-shadow: inset 0 0 0 1px var(--color-base-highligh,#201f1e) !important;
	color: var(--color-base-highlight,#201f1e) !important;
}
e-daterangepicker.e-popup .e-calendar .e-start-date.e-selected span.e-day, .e-daterangepicker.e-popup .e-calendar .e-end-date.e-selected span.e-day {
	--color-base-highlight-text: rgba(var(--base-highlight-text));
	--background-base-highlightcolor: rgba(var(--base-highlight));
	background-color: var(--background-base-highlightcolor,#0078d4) !important;
	color: var(--color-base-highlight-text,#0078d4) !important;
	border-radius: 50%;
	box-shadow: none;
}





.e-input-group input.e-input, .e-input-group.e-control-wrapper input.e-input {
	font-family: var(--body-typography_font-name, 'GHD Moderat') !important;
}
	.e-input-group:not(.e-success):not(.e-warning):not(.e-error), .e-input-group.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error) {
	border-radius: 8px;
}

.e-input-group:not(.e-success):not(.e-warning):not(.e-error), .e-input-group.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error) {
	width: 100% !important;
}

.e-daterangepicker.e-popup .e-range-header {
	background: #f9f9f9 !important;
	font-family: var(--body-typography_font-name, 'GHD Moderat') !important;
}

.e-daterangepicker.e-popup .e-footer .e-btn.e-apply.e-flat.e-primary:enabled,
.e-daterangepicker.e-popup .e-footer .e-btn.e-apply.e-flat.e-primary:enabled,
.e-daterangepicker.e-popup .e-footer .e-css.e-btn.e-apply.e-flat.e-primary:enabled,
.e-daterangepicker.e-popup .e-footer .e-css.e-btn.e-apply.e-flat.e-primary:enabled {
	--background-base-btn-bg-color1: rgba(var(--base-btn-bg-color1));
	--color-base-btn-text: rgba(var(--base-btn-text));
	background-color: var(--background-base-btn-bg-color1, #206ADE) !important;
	color: var(--color-base-btn-text, #ffffff) !important;
	border: 1px solid var(--background-base-btn-bg-color1, #206ADE) !important;
}

.e-daterangepicker.e-popup .e-presets, .e-bigger.e-small .e-daterangepicker.e-popup .e-presets {
	max-height: 500px;
}

.e-calendar .e-content thead, .e-bigger.e-small .e-calendar .e-content thead {
	background: #FFFF !important;
	font-family: var(--body-typography_font-name, 'GHD Moderat') !important;
}

.e-calendar {
	font-family: var(--body-typography_font-name, 'GHD Moderat') !important;
}

	.e-calendar .e-header .e-title, .e-bigger.e-small .e-calendar .e-header .e-title {
		font-family: var(--body-typography_font-name, 'GHD Moderat') !important;
	}

.e-control, .e-css {
	font-family: var(--body-typography_font-name, 'GHD Moderat') !important;
}

	.e-btn, .e-css.e-btn {
		font-family: var(--body-typography_font-name, 'GHD Moderat') !important;
	}

.e-daterangepicker.e-popup, .e-bigger.e-small .e-daterangepicker.e-popup, .e-bigger.e-small.e-daterangepicker.e-popup {
	font-family: var(--body-typography_font-name, 'GHD Moderat') !important;
}

	.e-daterangepicker.e-popup .e-presets, .e-bigger.e-small .e-daterangepicker.e-popup .e-presets, .e-bigger.e-small.e-daterangepicker.e-popup .e-presets {
		max-height: none !important;
		font-family: var(--body-typography_font-name, 'GHD Moderat') !important;
	}

#filter-area span.daterange-box:focus, #filter-area span.daterange-box:hover {
	border: 2px solid #000 !important;
	border-radius: 8px !important;
}

.control-section {
	display: flex;
}

	.control-section .control-wrapper {
		width: 100%;
		min-width: 200px;
		padding-left: 0px;
	}

/*.daterange-box.e-valid-input {
	-webkit-text-fill-color: #1B58B9 !important;
	background: #E3ECFB !important;
}*/

	.daterange-box.e-valid-input .e-input {
		font-weight: 600 !important;
	}

.EVN_carousel-control.EVN_left, .EVN_carousel-control.EVN_right {
	background: none;
	width: 25px;
}

.EVN_carousel-control.EVN_left {
	left: -25px;
}

.EVN_carousel-control.EVN_right {
	right: -25px;
}

.feature-block {
	background: #F9FAFB;
	padding-bottom: 34px;
}

#calendarWrapper-detail .container-card-detail .EVN_row {
	margin-left: 0px;
	margin-right: 0px;
}

#featured-carousel-section .row_container {
	margin-left: 15px;
	margin-right: 15px;
}

@media (max-width: 768px) {
	/* Make the indicators larger for easier clicking with fingers/thumb on mobile */

	.EVN_carousel-indicators {
		bottom: -20px !important;
	}
}

.EVN_carousel-indicators {
	bottom: -30px;
	width: 20%;
	left: 50%;
	text-align: justify;
	margin-left: 0px;
}
	/* Changes the color of the indicators */
	.EVN_carousel-indicators li {
		background: #EAECF0;
		border: 2px solid #D0D5DD;
	}

		.EVN_carousel-indicators .EVN_active {
			--background-base-link: rgba(var(--base-link));
			background: var(--background-base-link,#154794);
			border: 2px solid var(--background-base-link,#154794);
		}

.EVN_glyphicon-chevron-left:before, .EVN_glyphicon-chevron-right:before { 

	--color-base-link: rgba(var(--base-link));
	color: var(--color-base-link,#154794);
}

.EVN_carousel-control {
	width: auto;
	top: initial;
}

	.EVN_carousel-control.EVN_left {
		left: 30%;
	}

	.EVN_carousel-control.EVN_right {
		right: 0;
		left: 70%;
		top: initial;
	}

.EVN_left.EVN_carousel-control:hover, .EVN_glyphicon.EVN_glyphicon-chevron-left:hover {
	cursor: pointer;
}

.EVN_right.EVN_carousel-control:hover, .EVN_glyphicon.EVN_glyphicon-chevron-right:hover {
	cursor: pointer;
}

#calendarWrapper #filter-area #filterBtn:disabled,
#calendarWrapper #filter-area #filterBtn[disabled=disabled] {
	--background-base-btn-bg-color1: rgba(var(--base-btn-bg-color1));
	--color-base-btn-text: rgba(var(--base-btn-text));
	border: 1px solid var(--background-base-btn-bg-color1,#90B5EF);
	box-shadow: 0px 1px 2px 0px #1018280D;
	background-color: var(--background-base-btn-bg-color1,#90B5EF);
	color: var(--color-base-btn-text,#FFFF);
}

#calendarWrapper-detail .card-top-details {
	margin-left: 0px;
	margin-right: 0px;
}

	#calendarWrapper-detail .card-top-details .top-details-info .span-details {
		/*font-family: GHD Moderat;*/
		--color-base-heading: rgba(var(--base-heading));
		font-size: 18px;
		font-weight: 600;
		line-height: 28px;
		text-align: left;
		color:var(--color-base-heading,#1B58B9);
		padding-right: 20px;
	}


#calendarWrapper-detail .carousel-details {
	margin-top: 40px;
}

	#calendarWrapper-detail .carousel-details .image-carousel {
		width: 100%;
		height: auto;
		max-height: 570px;
		object-fit: cover;
		object-position: center;
		padding-bottom:20px;
	}

@media(min-width:1281px) {
	#calendarWrapper-detail .icrt-calendarContentContainer {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap !important;
		margin-top: 60px
	}
}

#calendarWrapper-detail .icrt-calendarContentContainer .icrt-calendarContentSide {
	display: block
}

#calendarWrapper-detail .container-card-detail {
	width: 100%;
}

@media(min-width:600px) {
	.icrt-calendarContentContainer {
		margin-left: 0px;
		margin-right: 0px;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap !important;
		-ms-flex-align: start;
		align-items: flex-start;
		margin-top: 20px
	}
}

#calendarWrapper-detail .top-details-info .image-title {
	padding-bottom: 10px;
	height:34px;
	width:24px;
}

.icrt-calendarContentContainer .icrt-calendarContentSide .StickySidebar, #mobileMainNav .mobileMainNavWrapper .category-filter-wrapper {
	display: block;
	flex-direction: unset;
}

#calendarWrapper-detail #featured-flag {
	--background-base-highlight: rgba(var(--base-highlight));
	background-color: var(--background-base-highlight,#FFFF);
	display: flex;
	position: absolute;
	padding: 5px 0px 0px 10px;
	gap: 4px;
	border-radius: 6px;
	margin: 20px;
	top: 0;
}

	#calendarWrapper-detail #featured-flag .featured-flag-label {
		/*font-family: GHD Moderat;*/
		--color-base-highlight-text: rgba(var(--base-highlight-text));
		font-size: 14px;
		font-weight: 500;
		line-height: 15px;
		text-align: center;
		color: var(--color-base-highlight-text,#000);
		padding-top: 4px;
		padding-right: 10px;
		box-shadow: 0px 12px 16px -4px rgba(16, 24, 40, 0.08)
	}

	#calendarWrapper-detail #featured-flag .featured-star {
		padding-top: 4px;
		padding-right: 2px;

	}

#calendarWrapper-detail .h1-card {
	/*font-family: GHD Moderat;*/
	font-size: 30px;
	font-weight: 600;
	line-height: 38px;
	text-align: left;
	margin-bottom: 30px;
}

#calendarWrapper-detail .icrt-calendarContentContainer .icrt-calendarContentSide .span-register {
	/*font-family: GHD Moderat;*/
	--color-base-btn-text: rgba(var(--base-btn-text));
	font-size: 18px;
	font-weight: 600;
	line-height: 28px;
	text-align: left;
	color: var(--color-base-btn-text,#ffff);
}

#calendarWrapper-detail .icrt-calendarContentContainer .icrt-calendarContentSide #btn-reg {
	--background-base-btn-bg-color1: rgba(var(--base-btn-bg-color1));
	background: var(--background-base-btn-bg-color1, #206ADE);
	border: 1px solid var(--background-base-btn-bg-color1, #206ADE);
	padding: 16px 28px 16px 28px;
	gap: 12px;
	border-radius: 8px;
	box-shadow: 0px 1px 2px 0px #1018280D;
	width: 100%;
}

#calendarWrapper-detail .icrt-calendarContentContainer .icrt-calendarContentSide #btn-sub {
	background: #E3ECFB;
	border: 1px solid #E3ECFB;
	padding: 16px 10px 16px 10px;
	gap: 12px;
	border-radius: 8px;
	width: 100%;
	height: auto;
}

#calendarWrapper-detail .icrt-calendarContentContainer .icrt-calendarContentSide .span-subscribe {
	/*font-family: GHD Moderat;*/
	font-size: 18px;
	font-weight: 600;
	line-height: 28px;
	text-align: left;
	color: #1B58B9;
	white-space: normal;
}

#calendarWrapper-detail .icrt-calendarContentContainer .icrt-calendarContentSide .corner-right {
	border: 1px solid #EAECF0;
}


	#calendarWrapper-detail .icrt-calendarContentContainer .icrt-calendarContentSide .corner-right .h3-card {
		font-family: GHD Moderat;
		font-size: 24px;
		font-weight: 600;
		line-height: 32px;
		text-align: left;
		margin-top: 20px;
	}

	#calendarWrapper-detail .icrt-calendarContentContainer .icrt-calendarContentSide .corner-right .details-content .image-title-side {
		padding-right: 10px;
	}

	#calendarWrapper-detail .icrt-calendarContentContainer .icrt-calendarContentSide .corner-right .details-content .image-mark {
		width:34px;
		height:34px;
		align-self: baseline;
		margin-top:-5px;
	}

	#calendarWrapper-detail .icrt-calendarContentContainer .icrt-calendarContentSide .corner-right .details-content .image-get-direction {
		margin-left: 10px;
		padding-bottom: 10px;
	}

	#calendarWrapper-detail .icrt-calendarContentContainer .icrt-calendarContentSide .corner-right .details-content .details-event-div {
		padding-bottom: 10px;
	}

	#calendarWrapper-detail .icrt-calendarContentContainer .icrt-calendarContentSide .corner-right .details-content .details-event-add {
		padding-bottom: 10px;
		display: flex;
	}

	#calendarWrapper-detail .icrt-calendarContentContainer .icrt-calendarContentSide .corner-right .details-content .details-event-add-end {
		padding-bottom: 0px;
		display: flex;
	}



	#calendarWrapper-detail .icrt-calendarContentContainer .icrt-calendarContentSide .corner-right .details-content .details-event-card {
/*		font-family: GHD Moderat;*/
		font-size: 16px;
		font-weight: 600;
		line-height: 24px;
		text-align: left;
/*		color: #101828;*/
		padding-bottom:0px;
	}

	#calendarWrapper-detail .icrt-calendarContentContainer .icrt-calendarContentSide .corner-right .details-content .details-event-card-add {
		/*font-family: GHD Moderat;*/
		font-size: 16px;
		font-weight: 600;
		line-height: 24px;
		text-align: left;
/*		color: #101828;*/
		display: flex;		
		width: inherit;
	}

	#calendarWrapper-detail .icrt-calendarContentContainer .icrt-calendarContentSide .corner-right .details-content .color-side-panel {
		--color-base-link: rgba(var(--base-link));
		color: var(--color-base-link,#1B58B9);
	}
		#calendarWrapper-detail .icrt-calendarContentContainer .icrt-calendarContentSide .corner-right .details-content .color-side-panel:hover {
			color: rgba(var(--base-link-hover),#1B58B9);
		}

	#calendarWrapper-detail .icrt-calendarContentContainer .icrt-calendarContentSide .corner-right .details-content .details-event {
		--color-base-link: rgba(var(--base-link));

		text-align: left;
		color:var(--color-base-link,#1B58B9);
	}

	#calendarWrapper-detail .icrt-calendarContentContainer .icrt-calendarContentSide .corner-right .details-content .details-event:hover {
		color: rgba(var(--base-link-hover),1);
	}
		#calendarWrapper-detail .icrt-calendarContentContainer .icrt-calendarContentSide .corner-right .details-content {
		padding-left: 10px;
	}

#calendarWrapper-detail .icrt-calendarContentContainer .icrt-calendarContentSide .corner-right {
	padding-left: 20px;
	padding-right: 20px;
	margin-top: 40px;
	margin-bottom: 40px;
}

.icrt-calendarContentContainer .icrt-calendarContentSide .icrt-calendarContentSideContainer .meta-share li a {
	background-color: #FFFF !important;
}

	.icrt-calendarContentContainer .icrt-calendarContentSide .icrt-calendarContentSideContainer .meta-share li a:hover,
	.icrt-calendarContentContainer .icrt-calendarContentSide .icrt-calendarContentSideContainer .meta-share li a:focus {
		top: -3px;
		box-shadow: unset !important;
	}

#calendarWrapper-detail .icrt-calendarContentContainer .icrt-calendarContentSide .corner-right #btn-addtocal {
	border: 1px solid #D0D5DD;
	background: #FFFFFF;
	width: 100%;
	height: auto;
	padding: 10px 2px 10px 2px;
	gap: 8px;
	border-radius: 8px;
	margin-top: 10px;
/*	margin-bottom: 20px;*/
	color: #101828;
}

@media (min-width: 1200px) {
	.icrt-calendarContentContainer .icrt-calendarContentDetail {
		padding: 0px !important;
	}
}

@media (min-width: 992px) {
	.icrt-calendarContentContainer .icrt-calendarContentDetail {
		padding: 0px !important;
	}
}

.icrt-calendarContentContainer .icrt-calendarContentDetail {
	margin: 0;
	width: 100%;
	padding: 0px !important;
}

#calendarWrapper-detail .icrt-calendarContentContainer .icrt-calendarContentDetail .filter-tag {
	--background-base-highlight: rgba(var(--base-highlight));
	padding: 4px 10px 4px 7px;
	border-radius: 6px;
	border: 1px solid #EAECF0;
	background-color: var(--background-base-highlight,#E3ECFB);
}

#calendarWrapper-detail .icrt-calendarContentContainer .icrt-calendarContentDetail .filter-tag-text {
	/*font-family: GHD Moderat;*/
	--color-base-highlight-text: rgba(var(--base-highlight-text));
	font-size: 16px;
	font-weight: 500;
	line-height: 50px;
	text-align: center;
	color: var(--color-base-highlight-text,#1B58B9);
	padding-bottom: 5px;
	padding-right: 10px;
	margin-right: 10px;
	white-space: nowrap;
}
	#calendarWrapper-detail .icrt-calendarContentContainer .icrt-calendarContentDetail .filter-tag-text .filter-tag-image {
		/*		height: 20px;
		width: 30px;*/
		padding-bottom: 5px;
		vertical-align: middle;
	}
/*#calendarWrapper-detail .icrt-calendarContentContainer .icrt-calendarContentDetail .filter-tag .filter-tag-image {
	padding-bottom: 5px;
	padding-right: 5px;
}*/

.image-filter {
	width: 30px;
}

.filter-tag .filter-tag-image g path {
	--color-base-highlight-text: rgba(var(--base-highlight-text));
	stroke: var(--color-base-highlight-text,#1B58B9);
}

#calendarWrapper .span-filter {
	padding-top: 10px;
	display: flex;
}

#calendarWrapper .span-filter-1 {
	padding-top: 0px;
	display: flex;
}

.image-address {
	padding-right: 5px;
	padding-bottom: 12px;
	width: 30px !important;
}

#calendarWrapper-detail .icrt-calendarContentContainer .icrt-calendarContentDetail .div-connect .connect-image {
	margin-right: 10px;
}

#calendarWrapper-detail .icrt-calendarContentContainer .icrt-calendarContentDetail .div-connect {
	margin-left: 15px;
}

#calendarWrapper-detail .icrt-calendarContentContainer .icrt-calendarContentSide .image-calendar {
	margin-right: 10px;
	margin-bottom: 5px;
	vertical-align: middle;
}


	#calendarWrapper-detail .icrt-calendarContentContainer .icrt-calendarContentSide #btn-reg .span-register .image-calendar path {
		--color-base-btn-text: rgba(var(--base-btn-text));
		stroke: var(--color-base-btn-text,#FFFF);
	}

#calendarWrapper-detail .icrt-calendarContentContainer .icrt-calendarContentSide .corner-right .span-add-cal {
	/*font-family: GHD Moderat;*/
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
	text-align: left;
	color: #344054;
	white-space: normal;
}

#result-list .result-heading .result-h1 {
	font-size: 36px;
	font-weight: 600;
	line-height: 44px;
	letter-spacing: -0.02em;
	text-align: left;
	color: #101828;
}

#result-list .result-heading #resNumber {
	text-align: left;
	margin-top: 30px;
}

.icrt-calendarCategories .icrt-calendarCheckbox input[type=checkbox] {
	background: white;
	content: "";
	display: inline-block;
	margin: auto 8px auto 15px;
	padding: 0;
	vertical-align: middle;
	width: 20px;
	height: 20px;
	transform: translate3d(0, 0, 0);
	-webkit-backface-visibility: hidden;
	border: 2px solid #94999f;
	border-radius: 4px;
}

.icrt-calendarCategories .icrt-calendarCheckbox input:checked + span:after {
	transform: scale(1)
}

.icrt-calendarCategories .icrt-calendarCheckbox {
	font-size: 14px;
	line-height: 28px;
	max-width: 100%;
	padding-left: 8px;
	padding-right: 6px;
	vertical-align: middle;
	font-weight: 400;
}


.icrt-calendarCategories .calendar-toggle {
	display: flex;
	align-items: center;
	width: 15%;
	position: absolute;
	top: 13px;
	right: 22px;
	outline: none;
}

	.icrt-calendarCategories .calendar-toggle:before,
	.icrt-calendarCategories .calendar-toggle:after {
		position: absolute;
		top: 0;
		right: -10px;
		bottom: 0;
		margin: auto;
		content: "\e729";
		font-family: "e-icons";
	}

@media(min-width:1200px) {
	.icrt-calendarCategories .calendar-toggle:before,
	.icrt-calendarCategories .calendar-toggle:after {
		width: 16px
	}
}

.icrt-calendarDropdown.EVN_active .calendar-toggle:before {
	content: "\e729";
	font-family: "e-icons";
}

.icrt-calendarCategories .calendar-toggle:before {
	content: "\e729";
	font-family: "e-icons";
	color: #000;
	font-weight: 600;
}

.icrt-calendarCategories .calendar-toggle:after {
	content: "\e729";
	font-family: "e-icons";
	color: #000;
	font-weight: 600;
}

.icrt-calendarDropdown.category {
	position: relative;
	padding-left: 0px;
	padding-right: 0px;
}

.icrt-calendarDropdown .EVN_dropdown {
	position: absolute;
	margin: 0 !important;
	padding: 0 !important;
	list-style: none;
	transition: all .3s ease-out;
	max-height: 0;
	overflow: hidden;
	pointer-events: none;
	z-index: 999999;
	background: #ffff !important;
	padding: 16px 28px 16px 28px;
	gap: 12px;
	box-shadow: 0px 12px 16px -4px rgba(16, 24, 40, 0.08);
	width: fit-content;
	min-width:200px;
	margin-left: 10px !important;
	top: 50px;
}


.icrt-calendarDropdown.EVN_active .EVN_dropdown {
	max-height: 1000px;
	pointer-events: all;
	overflow-y: auto;
	border: 1px solid #D0D5DD;
	border-radius: 8px;
}

	.icrt-calendarDropdown.EVN_active .EVN_dropdown li:hover {
		--background-base-highlight: rgba(var(--base-highlight));
		--color-base-highlight-text: rgba(var(--base-highlight-text));
		background-color: var(--background-base-highlight,#1967d2);
		color: var(--color-base-highlight-text,#FFF);
	}


.icrt-calendarDropdown.EVN_active .EVN_dropdown {
	display: block;
}

/*#calendarWrapper-detail .StickySidebar .details-content .details-dates-container {
	padding-left: 10.5%;
}*/

#calendarWrapper .card-search-buttons-container {
	display: flex;
	justify-content: flex-end;
	gap: 10px; /* Adjust the value to increase or decrease the space between buttons */
	margin-bottom: 32px;
}


	#calendarWrapper .card-search-buttons-container .card-search-button {
		--background-base-btn-bg-color1: rgba(var(--base-btn-bg-color1));
		--color-base-btn-text: rgba(var(--base-btn-text ));
		display: inline-block;
		padding: 10px 20px;
		background-color: var(--background-base-btn-bg-color1,#206ADE);
		color: var(--color-base-btn-text,#ffff);
		text-decoration: none;
		border: none;  /*Remove border */
		border-radius: 5px; /* Rounded corners */
		cursor: pointer;
		transition: background-color 0.3s ease; /* Smooth transition */
	}

		#calendarWrapper .card-search-buttons-container .card-search-button:hover {
			--background-base-btn-bg-hover-color1: rgba(var(--base-btn-bg-hover-color1));
			--color-base-btn-text-hover: rgba(var(--base-btn-text-hover ));
			background-color: var(--background-base-btn-bg-hover-color1,#3d83e3);
			color: var(--color-base-btn-text-hover,#FFFF);
			border: 1px solid var(--color-base-btn-text-hover,#FFFF);
		}


#calendarWrapper-detail .corner-right .details-dates-container .card-dates-expand {
	--background-base-btn-bg-color1: rgba(var(--base-btn-bg-color1));
	--color-base-btn-text: rgba(var(--base-btn-text));
	margin-top: 10px;
	margin-bottom: 10px;
	color: var(--color-base-btn-text,#FFF);
	background-color: var(--background-base-btn-bg-color1,#206ADE);
	border: 1px solid var(--background-base-btn-bg-color1,#206ADE);
}

	#calendarWrapper-detail .corner-right .details-dates-container .card-dates-expand:hover {
		--background-base-btn-bg-hover-color1: rgba(var(--base-btn-bg-hover-color1 ));
		--color-base-btn-text-hover: rgba(var(--base-btn-text-hover));
		background-color: var(--background-base-btn-bg-hover-color1,#3d83e3); /* Change background color on hover */		
		color: var(--color-base-btn-text-hover, #FFFF)
	}

#filter-area .search-div .sub-category-area {
	display: flex;
}

.sub-category-area .control-section .icrt-calendarDropdown.category .circle-notification {
	--background-base-highlight: rgba(var(--base-highlight));
	width: 24px;
	height: 24px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	text-align: center;
	position: absolute;
	right: 0px;
	bottom: 37px;
	display: none;
	background: var(--background-base-highlight,#206ADE);
}

	.sub-category-area .control-section .icrt-calendarDropdown.category .circle-notification .countSelected {
		--color-base-highlight-text: rgba(var(--base-highlight-text));
		color:var(--color-base-highlight-text,#FFF);
	}

.sub-category-area .control-section .icrt-calendarDropdown.category .main-category .search-input {
	width: 100%;
	height: 47px !important;
}

.sub-category-area .control-section .icrt-calendarDropdown.category .main-category {
	width: 100%;
}

.search-div .search-row-one .search-input-keyword {
	height: 100%;
	margin-right: 20px;
	box-shadow: 0px 1px 2px 0px #1018280D;
	border: 1px solid #D0D5DD;
	padding: 20px 28px 18px 40px;
	gap: 8px;
	border-radius: 8px;
	text-overflow: ellipsis;
	width: 100%;
}

.search-div .search-row-one .search-box {
	height: 60px;
	margin-right: 20px;
	padding-left: 0px;
	padding-right: 0px;
	margin-bottom: 5px;
}

	.search-div .search-row-one .search-box .span-filter {
		position: absolute;
		left: 15px;
	}

.search-input::-webkit-input-placeholder {
	font-weight: 600;
	color: #101828;
}

.search-input::-moz-placeholder {
	font-weight: 600;
	color: #101828;
}

.search-input::-ms-input-placeholder {
	font-weight: 600;
	color: #101828;
}

select::-webkit-input-placeholder {
	font-weight: 600;
	color: #101828;
}

select::-moz-placeholder {
	font-weight: 600;
	color: #101828;
}

select::-ms-input-placeholder {
	font-weight: 600;
	color: #101828;
}

.search-row-one select {
	font-weight: 600;
	color: #101828;
}

option:not(:first-of-type) {
	color: black;
}

.selected-input {
	font-weight: 600 !important;
}

.no-selected-input {
	background: #FFFF;
	font-weight: 400;
}

#EventFilter option {
	color: #000 !important;
	background: #FFFF !important;
}

.select-input {
	--background-base-highlight: rgba(var(--base-highlight)) !important;
	--color-base-highlight-text: rgba(var(--base-highlight-text)) !important;
	background-color: var(--background-base-highlight) !important;
	color: var(--color-base-highlight-text,#1B58B9) !important;
	font-weight: 600 !important;
}

.search-div .search-row-one .search-box .image-filter-margin {
	margin-top: 10px;
}

#remove-keywords {
	display: none;
	position: absolute;
	top: 20px;
	right: 25px;
}

	#remove-keywords:hover {
		cursor: pointer;
	}

#filter-area .search-div .sub-category-area .control-section .icrt-calendarCategories {
	display: flex;
}


#calendarWrapper #featured-carousel-section .heading-text, #calendarWrapper #result-list .heading-text {
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 0px;
	gap: 20px;
}

#calendarWrapper .heading-text .upcoming-days-text {
	font-weight: 600;
	font-size: 18px;
	line-height: 28px;
	color: #101828;
}
/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
	#filter-area .search-div .search-row-one {
		flex-wrap: wrap;
	}

		#filter-area .search-div .search-row-one .search-input {
			width: 37%;
			margin-right: 0px;
		}

		#filter-area .search-div .search-row-one .btn-action {
			display: flex;
			justify-content: flex-end;
		}

		#filter-area .search-div .search-row-one .search-box {
			width: 60%;
		}

	#EventFilter {
		width: 35%;
	}

	#filter-area .daterange-div {
		width: 60%;
		padding-right: 0px;
		margin-right: 20px;
	}

	#filter-area .search-div .sub-category-area .control-section .icrt-calendarCategories {
		flex-wrap: wrap;
	}

	#filter-area .search-div .sub-category-area .control-section .icrt-calendarDropdown.category {
		flex: 0 0 41.666667%;
	}
}

/* Small Devices, Tablets */
@media only screen and (max-width : 767px) {
	#filter-area .search-div .search-row-one {
		flex-wrap: wrap;
	}

		#filter-area .search-div .search-row-one .btn-action {
			display: flex;
			width: 100%;
			justify-content: flex-end;
		}

		#filter-area .search-div .search-row-one .search-box {
			width: 100%;
			margin-right: 0px;
		}

	#EventFilter {
		width: 30%;
	}

	#filter-area .daterange-div {
		width: 55%;
		margin-right: 0px;
	}

	#filter-area .search-div .search-row-one .search-input {
		width: 41%;
		margin-right: 20px;
	}

	#filter-area .search-div .sub-category-area .filter-label {
		display: block;
	}

	#filter-area .search-div .sub-category-area .control-section .icrt-calendarCategories {
		flex-wrap: wrap;
	}

	#calendarWrapper #featured-carousel-section .heading-text, #calendarWrapper #result-list .heading-text {
		flex-direction: column;
	}
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 529px) {
	#filter-area .search-div .search-row-one {
		display: block;
	}

	#filter-area .search-div .sub-category-area .control-section {
		display: block;
	}

	#filter-area .search-div .search-row-one .search-box, #filter-area .search-div .search-row-one .search-input {
		width: 100%;
	}

	#filter-area .daterange-div {
		width: 100%;
		padding-right: 0px;
		margin-right: 20px;
	}

	#filter-area .search-div .sub-category-area .control-section .icrt-calendarCategories {
		margin-right: 20px;
	}

	#filter-area .search-div .sub-category-area .filter-label {
		display: block;
	}

	#filter-area .search-div .sub-category-area .control-section .icrt-calendarCategories {
		flex-wrap: wrap;
	}
}

/* Custom, iPhone Retina */
@media only screen and (max-width : 430px) {
	#filter-area .search-div .search-row-one {
		display: block;
	}

	#filter-area .search-div .sub-category-area .control-section {
		display: block;
	}

		#filter-area .search-div .sub-category-area .control-section .icrt-calendarCategories {
			display: block;
		}

	#filter-area .search-div .search-row-one .search-box, #filter-area .search-div .search-row-one .search-input {
		width: 100%;
	}

	#filter-area .daterange-div {
		width: 100%;
		padding-right: 0px;
		margin-right: 20px;
	}

	#filter-area .search-div .sub-category-area .control-section .icrt-calendarCategories {
		margin-right: 20px;
	}

	#filter-area .search-div .sub-category-area {
		display: block;
	}
}



.icrt-calendarContentContainer .icrt-calendarContentSide,
.icrt-calendarContentContainer .icrt-calendarContentMain {
	width: 100%
}

@media(min-width:600px) {
	.icrt-calendarContentContainer .icrt-calendarContentSide,
	.icrt-calendarContentContainer .icrt-calendarContentMain {
		-ms-flex: 0 0 30%;
		
		padding: 0 15px;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		width: 100%
	}
}

.icrt-calendarContentContainer .icrt-calendarContentDetail {
	margin: 0;
	width: 100%;
	padding: 0 18px
}

@media(min-width:992px) {
	.icrt-calendarContentDetailsPage .icrt-calendarContentContainer {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap !important;
		margin-top: 20px
	}
}


@media(min-width:992px) {
	.icrt-calendarContentContainer .icrt-calendarContentDetail {
		padding: 0 18px 0 30px
	}
}

@media(min-width:1200px) {
	.icrt-calendarContentContainer .icrt-calendarContentDetail {
		padding: 0 18px 0 100px
	}
}

.icrt-calendarContentContainer .icrt-calendarContentSide {
	display: none
}

.icrt-calendarContentDetailsPage .icrt-calendarContentContainer .icrt-calendarContentSide {
	display: block
}

@media(min-width:768px) {
	.icrt-calendarContentContainer .icrt-calendarContentSide {
		display: block;
		width: 100% !important;
	}

		.icrt-calendarContentContainer .icrt-calendarContentSide .StickySidebar {
			max-width: 100% !important
		}
}

@media(min-width:1281px) {
	.icrt-calendarContentContainer .icrt-calendarContentSide {
		width: 308px !important;
	}

		.icrt-calendarContentContainer .icrt-calendarContentSide .StickySidebar {
			max-width: 100% !important
		}
}

.icrt-calendarContentContainer .icrt-calendarContentSide-title {
	font-size: 1.33333rem;
	font-weight: 500;
	margin-bottom: 15px
}

.icrt-calendarContentContainer .icrt-calendarContentSide .icrt-calendarContentSideContainer {
	background: #f5f5f5
}

@media(min-width:768px) {
	.icrt-calendarContentContainer .icrt-calendarContentSide .icrt-calendarContentSideContainer {
		background: none
	}
}

.icrt-calendarContentContainer .icrt-calendarContentSide .icrt-calendarContentSideContainer .icrt-calendarContentSideContent {
	padding: 0 25px 20px
}

@media(min-width:768px) {
	.icrt-calendarContentContainer .icrt-calendarContentSide .icrt-calendarContentSideContainer .icrt-calendarContentSideContent {
		padding: 0
	}
}

.icrt-calendarContentContainer .icrt-calendarContentSide .icrt-calendarContentSideContainer .meta-share {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 10px 0 0 !important;
	padding: 0 !important
}

	.icrt-calendarContentContainer .icrt-calendarContentSide .icrt-calendarContentSideContainer .meta-share li {
		margin: 0 !important;
		padding: 0 !important;
		list-style-type: none
	}

		.icrt-calendarContentContainer .icrt-calendarContentSide .icrt-calendarContentSideContainer .meta-share li a {
			display: inline-block;
			width: 45px;
			height: 45px;
			border-radius: 45px;
			box-shadow: 0 0 0 rgba(0, 0, 0, .2);
			margin-right: 5px;
			background-color: #b2b1bc;
			background-size: 45px 45px !important;
			position: relative;
			top: 0;
			transition: all .2s ease-in-out
		}

			.icrt-calendarContentContainer .icrt-calendarContentSide .icrt-calendarContentSideContainer .meta-share li a:hover,
			.icrt-calendarContentContainer .icrt-calendarContentSide .icrt-calendarContentSideContainer .meta-share li a:focus {
				top: -3px;
				box-shadow: 0 3px 5px rgba(0, 0, 0, .15)
			}
.e-calendar .e-content thead, .e-bigger.e-small .e-calendar .e-content thead, .e-calendar .e-content td, .e-bigger.e-small .e-calendar .e-content td,
.e-calendar .e-content th, .e-calendar .e-content td, .e-bigger.e-small .e-calendar .e-content th, .e-bigger.e-small .e-calendar .e-content td {
	border-style: none;
}
