.event-form input[type="text"],
.event-form input[type="email"],
.event-form input[type="url"],
.event-form input[type="password"],
.event-form input[type="search"],
.event-form input[type="number"],
.event-form input[type="tel"],
.event-form input[type="range"],
.event-form input[type="date"],
.event-form input[type="month"],
.event-form input[type="week"],
.event-form input[type="time"],
.event-form input[type="datetime"],
.event-form input[type="datetime-local"],
.event-form input[type="color"],
.event-form textarea {
	width: 100%;
}

/* #event_descriptions {
	display: block!important;
} */

.event-form {
	display: flex;
	flex-direction: column;
	width: 50%;
	margin: auto;
}


.event-form p {
	display: flex;
	flex-direction: column;
}

.event-form .required {
	color: tomato;
}

.event-form .optional {
	visibility: hidden;
}

.event-form .description {
	font-size: 14px;
	font-style: italic;
	color: #4e4e4e;
	line-height: 1;
}

.event-form .error {
	font-size: 12px;
	color: red;
	font-style: italic;
}

.alert {
	display: inline-block;
	padding: 1em 1em;
	font-size: 0.875em;
	text-align: center;
	color: white;
	position: fixed;
	bottom: 20px;
	z-index: 1000;
	/*left: -280px;*/
	width: 280px;
	-webkit-animation: slide 0.5s forwards;
	-webkit-animation-delay: 2s;
	animation: slide 0.5s forwards;
	animation-delay: 1s;
	box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.4);
	box-sizing: border-box;
}

.alert-success {
	background-color: #4CAF50;
}

.alert-danger {
	background-color: #F44336;
}

.error {
	font-size: 14px;
	color: red;
}

.alert-success {
	background-color: #4CAF50;
}

.alert-danger {
	background-color: #F44336;
}


/* EVENTS------------------------------------------------------------------- */
.event-subtitle {
	text-align: center;
	font-size: 30px;
  }
  .event__items {
	display: flex;
	gap: 20px;
	padding: 20px;
	flex-wrap: wrap;
	margin-bottom: 50px;
  }
  .event__item {
	padding: 20px;
	width: 46%;
	background-color: #eafeff;
	border-radius: 15px;
  }
  .event__item-inner {
  display: flex;
  flex-direction: column;
  }
  .event__item-left {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 100%;
  }
  .event__item-header img {
	display: block;
	max-width: 308px;
	max-height: 164px;
  }
  .event-span {
	font-size: 14px;
	color: #616161;
  }
  .event__item-header {
	display: flex;
	justify-content: space-between;
  }
  .event__item-title {
	text-align: center;
	margin-right: 10px;
	margin-top: 0;
  }
  .event__item p { 
	background-color: #d9f3ff;
	padding: 20px;
	border-radius: 5px;
	max-width: 100%;
  }
  .event__item-terms {
	
  }
  .flex-item {
	text-align: center;
	display: flex;
	flex-wrap: wrap;
  }
  .event__categoryes {
	display: flex;
	gap: 20px;
  }
  .event__tags {
	display: flex;
	gap: 20px;
  }
  .event_item-meta {
	display: flex;
	justify-content: space-between;
  }
  .event__item-date {
	color: #6a6aec;
  }
  .event__item-location {
	text-align: right;
  }
  .event__category {
  }
  .event__tag {
  }
  
  
  
  /* --------------------------------------------------------------------------- */

  
 