@font-face {
	font-family: "Gilroy";
	src: url("fonts/gilroy.ttf") format("truetype");
}

@font-face {
	font-family: "Gilroy Bold";
	src: url("fonts/gilroy-medium.otf") format("truetype");
}

@font-face {
	font-family: "Gilroy Light";
	src: url("fonts/gilroy-light.ttf") format("truetype");
}

@font-face {
	font-family: "Gilroy Extra Bold";
	src: url("fonts/gilroy-extrabold.ttf") format("truetype");
}

@font-face {
	font-family: "Publico Light Italic";
	src: url("fonts/publico-lightitalic.otf") format("truetype");
}

body {
	font-family: "Gilroy" !important;
}

input[type=text]:focus {
	outline: none;
	box-shadow: none;
}
.section-intro .container .content {
	background-color: transparent;
}
section .container {
	margin: 0 auto !important;
    max-width: 1260px !important;
    padding: 0 30px !important;
}
.jcf-select {
	height: 40px;
	display: flex;
	flex-direction: row;
	align-items: center;
}

.jcf-select .jcf-select-opener {
	font-size: 20px;
	line-height: 1;
	position: absolute;
	right: 1px;
	top: 10px;
}

.square {
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	position: relative;
	border: none !important;
}

.square .overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 3;
	transition: transform 0.5s ease;
	width: 100%;
	height: 100%;
	background-color: transparent;
	transition: background-color 0.5s ease;
}

.square .overlay .event-date-info {
	position: absolute;
	display: flex;
	bottom: 0;
	left: 0;
	z-index: 3;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-end;
	transition: transform 0.5s ease;
	width: 100%;
	height: 100%;
}

.square .overlay:hover {
	background-color: rgba(95, 37, 159, 0.8);
}

.square .overlay:hover .event-name {
	color: #fc0;
	padding-top: 1rem;
}

.square .overlay:hover .event-description {
	height: 100%;
}

.square .overlay .event-name {
	color: #fff;
	font-size: 20px;
	position: relative;
	font-family: "Gilroy Extra Bold";
	transition: color 0.5s ease;
	transition: transform 0.5s ease;
	transition: all 0.5s ease;
	text-shadow: 1px 2px #464141
}

.square .overlay .event-date {
	padding: 0.6rem;
	background-color: #ff595a;
	color: white;
	font-size: 18px;
	font-family: "Gilroy Extra Bold";
}

.square .overlay .event-description {
	height: 0;
	transition: height 0.5s ease;
	overflow-x: auto;
	color: white;
	font-family: "Gilroy";
	margin: 0;
}

.square .overlay .event-description::-webkit-scrollbar {
	display: none;
}

.square .background-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 1;
}

.square .top-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 2;
}

.section-title-container {
	text-align: center;
}

.section-title-container h2 {
	color: #ff595a;
	font-family: "Gilroy Extra Bold";
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	flex-wrap: nowrap;
	text-transform: lowercase;
}

.section-title-container h2 span {
	color: #3c1053;
	font-family: "Publico Light Italic";
	margin-left: 10px;
}

#section_events {
	margin: 50px 0 0 0;
}

#section_filter {
	margin: 50px 0 0 0;
}

#section_filter .form-control {
	border: 1px solid #3c1053 !important;
	color: gray;
	background-color: white !important;
}
.ui-datepicker {
	width: 14.2em !important;
}
#section_filter .jcf-select {
	height: 40px;
	border: 1px solid #3c1053 !important;
	color: #3c1053;
	padding: 15px;
	border-radius: 0.25rem;
}

#section_filter input[type="text"] {
	height: 40px !important;
	border: 1px solid #3c1053 !important;
	color: gray;
	padding: 15px;
}

#section_filter .search-field:focus {
	border-right: none !important;
	box-shadow: none;
}

#section_filter .btn-search {
	background-color: white;
	color: #5f259f;
	border: 1px solid #3c1053;
	border-left: none;
	pointer-events: none;
}

#section_filter .btn-close {
	background-color: white;
	color: #5f259f;
	border: 1px solid #3c1053;
	border-left: none;
}

#section_filter .btn-search:focus {
	box-shadow: none;
}

#section_filter .btn-close:focus {
	box-shadow: none;
}

@media (max-width: 575.98px) { 
	#section_filter .jcf-select-text {
		font-size: 12px;
	}
	#section_filter .form-control {
		font-size: 12px;
	}
	.event-location-text h3{
		font-size: 0.9rem;
	}
	.event-location-text p{
		font-size: 0.8rem;
	}
}

@media (max-width: 700px) {
	.section-intro .container {
		min-height: 390px !important;
	}
}

.see-more {
	text-decoration: underline;
	font-family: 'Gilroy Extra Bold';
}


.calendar-container .flatpickr-weekdays .flatpickr-weekdaycontainer,
.flatpickr-months .flatpickr-month,
.dayContainer {
	padding: 0px 5px !important;
}

.calendar-container .flatpickr-input {
	display: none !important;
}

.calendar-container .flatpickr-calendar {
	width: 100% !important;
}

.calendar-container .flatpickr-calendar .flatpickr-rContainer {
	width: 100% !important;
}

.calendar-container .flatpickr-calendar .flatpickr-days {
	width: 100% !important;
}

.calendar-container .flatpickr-calendar .flatpickr-days .dayContainer {
	display: flex;
	flex: 1;
	width: unset;
	min-width: unset;
	max-width: unset;
	justify-content: space-around;
}

.calendar-container .flatpickr-calendar .flatpickr-days .dayContainer .flatpickr-day {
	max-width: unset;
	pointer-events: none;
}

.title-red {
	color: #ff595a !important;
	font-family: "Gilroy Extra Bold" !important;
	text-transform: lowercase;
}

.page_title {
	font-family: "Gilroy Bold";
	color: #3c1053;
	font-weight: bold;
}

.title-purple {
	color: #3c1053;
	font-family: "Publico Light Italic";
}

.pruple-text-light {
	font-family: "Gilroy Light";
	color: #3c1053;
}


.google-map iframe {
	height: 100%;
}

.event-location-row .event-location-text h3 {
	font-family: "Gilroy Bold";
	color: black;
}

.event-location-row .event-location-text p {
	color: gray;
}

.event-location-row .event-location-card-row {
	height: 100%;
	filter: drop-shadow(-0.15rem 0.15rem 0.15rem rgba(0, 0, 0, 0.3));
	background: white;
	border-radius: 7px;
}

.event-location-row .event-location-card-row .btnDirection {
	padding: 0.5rem 1rem;
	background-color: #ff595a;
	color: white;
	font-family: "Gilroy Extra Bold";
	border: none;
}

.btnBuyTicket-row .btnBuyTicket {
	padding: .7rem 1.5rem;
	background-color: #ff595a;
	color: white;
	font-family: "Gilroy Extra Bold";
	border: none;
	font-size: 25px;
}

.event-location-row .event-location-image {
	background-position: center !important;
	background-size: cover !important;
	border-radius: 7px;
}

.single-event-description {
	font-family: "Gilroy Light";
	color: #3c1053;
}

.section-content-iticket {

	margin: 30px 0;
}

.jcf-select {
	border-width: 1px !important;
	padding-left: 15px;
}

.jcf-select .jcf-select-opener {
	right: 10px !important;
}
.jcf-select .jcf-select-opener:before {
	background-color: white;
}

.flatpickr-calendar {
	padding: 15px !important;
}