/* Home Page Event Section */

.home_event_short_section {
	width:100%;
}

.event-item-home {
    width: 25%;
    border: solid 1px #dcdcdc;
    padding: 5px 10PX;
    border-radius: 5px;
    MARGIN: 8PX 6PX;
    FLOAT: LEFT;
}
.event-list-home h3 {
    font-size:14px;
    padding:10px 0px;
    min-height: 55px;
    padding: 11px 0px;
    text-decoration: none;
	text-align:center;
}
.event-list-thumbnail-home img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.event-list-home h3 a {
    text-decoration: none;
	
    color:white;
}


/* Single Page  */

.event-list {
  background: #fff;
  padding: 10px;
  margin: 2px 2px;
  font-family: "Segoe UI", sans-serif;  
}

.event-item {
    width: 25%;
    border: solid 1px #dcdcdc;
    padding: 5px 10PX;
    border-radius: 5px;
    MARGIN: 8PX 6PX;
    FLOAT: LEFT;
}

.event-list-thumbnail img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}


.event-list h3 {
    font-size:14px;
    padding:10px 0px;
    min-height: 55px;
    padding: 11px 0px;
    text-decoration: none;
	text-align:center;
}


.event-list h3 a {
    text-decoration: none;
    color:var(--primary-color);
}




 



/* Single : Event Wrapper */

.event-details.container {
    margin-top: 0px !important;
    padding: 0px 34px !important;
}
.event-details {
  background: fff;
  padding: 30px;
  margin: 20px 2px;
  border-radius:8px;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.05);
  font-family: "Segoe UI", sans-serif;
  
}

/* Title */
.event-details h1 {
  font-size: 2rem;
  margin-bottom: 20px;
  color: #222;
  border-bottom: 2px solid #eee;
  padding-bottom: 10px;
  display:none !important;
}

/* Featured Image */
.event-thumbnail {
    margin-bottom: 25px;
    text-align: center;
}

.event-thumbnail img {
  height: auto;
  border-radius: 8px;
}


/* Meta Info */
.event-meta ul {
  list-style: none;
  padding-left: 0;
 
}
.event-meta li {
  margin-bottom: 10px;
  font-size: 15px;
  color: #555;
}
.event-meta li strong {
  color: #000;
}

/* Description */
.event-description {
  font-size: 16px;
  line-height: 1.6;
  color: #333;
  margin-bottom: 30px;
}

/* Contact Form */
.event-contact-form {
  background: #f9f9f9;
  padding: 20px;
  border-left: 4px solid #0073aa;
  border-radius: 8px;
}
.event-contact-form h3 {
  margin-top: 0;
  font-size: 18px;
  margin-bottom: 15px;
}

 
.event_registration_button {
    background:#0073aa;
    width: 18%;
    color: #0073aa;
	margin-bottom:20px;
}
 