.truncate-line-clamp {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.upcoming-event img {
  width: 100%;
}

.upcoming-event .image-container {
  height: 400px;
  background-size: cover;
  background-repeat: no-repeat;
}

.upcoming-event .date {
  font-size: 18px;
}

.upcoming-event .date span {
  margin-right: 5px;
}

.upcoming-event h1 {
  font-size: 40px;
  margin-bottom: 30px;
}

.upcoming-event p {
  line-height: 36px;
}

.upcoming-event a.event-read-more {
  color: #ffffff;
  font-weight: 700;
  border-bottom: 2px solid #ffffff;
  position: relative;
}

.upcoming-event a.event-read-more:after {
  content: "\f178";
  font-family: "Font Awesome 5 Pro";
  color: #ffffff;
  position: absolute;
  right: -25px;
  top: -5px;
  font-weight: 300;
  font-size: 22px;
}

ul.event-list {
  margin: 0;
  list-style: none;
}

li.event-item {
  overflow: hidden;
  margin-bottom: 30px;
  background-color: #ffffff;
  transition: all 0.4s ease 0s;
}

li.event-item:hover {
  -webkit-box-shadow: 0 0 25px -5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 25px -5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 25px -5px rgba(0, 0, 0, 0.2);
}

li.event-item .img {
  width: 150px;
  height: 150px;
  background-size: cover;
  background-position: center center;
  float: left;
}

li.event-item .content {
  width: calc(100% - 150px);
  float: left;
  height: 150px;
  padding: 30px;
  color: #000;
  background-color: transparent;
}

li.event-item h3 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 25px;
  font-style: normal;
}

li.event-item .content .date span {
  margin-right: 5px;
  font-size: 14px;
}

.event-tile {
  padding: 15px;
  background-color: #ffffff;
  transition: background-color 0.4s ease 0s;
}

.event-tile:hover {
  background-color: #EFF2F6;
}

.event-tile a {
  color: #000000;
}

.event-tile .image {
  height: 250px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.event-tile .title {
  font-size: 18px;
  font-weight: 600;
  margin: 0 !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  border-bottom: 1px solid #000;
}

.event-tile .date {
  margin: 0 !important;
  padding-top: 10px !important;
  font-size: 14px;
}

.event-tile .date span {
  margin-right: 5px;
}

.event-tile .name {
  font-size: 14px;
  margin-top: -10px;
}

.event-block {
  margin-bottom: 30px;
  position: relative;
}

.event-block .inner {
  overflow: hidden;
}

.event-block .image-wrapper {
  overflow: hidden;
  position: relative;
}

.event-block .image {
  width: 100%;
  height: 100%;
  background-color: #cecece;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  transition: all 0.5s;
}

.event-block:hover .image,
.event-block:focus .image {
  transform: scale(1.2);
  transition: all 0.5s;
}

.event-block .start-date {
  position: absolute;
  background-color: #dcdb1d;
  color: #000000;
  width: 100px;
  height: 100px;
  z-index: 9999;
  top: 20px;
  left: -10px;
  padding: 8px 0;
}

.event-block .start-date span {
  display: block;
  text-align: center;
  font-size: 18px;
}

.event-block .title {
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 5px;
}

.event-block .content {
  padding: 0 12px;
  background-color: #ffffff;
  position: relative;
  border-radius: 6px;
}

.event-block .meta {
  border-top: 1px solid #000000;
  padding-top: 15px;
  padding-bottom: 15px;
}

#formLoader {
  margin-left: 5px;
  display: none;
}

#successMsg {
  border: 2px solid #80b13c;
  padding: 3px;
  display: none;
}

.errorMsg {
  font-size: 10px;
  color: red;
  position: relative;
  top: -8px;
}

.error .form-control {
  border-color: red;
}

a.download_link_minecraft {
  box-shadow: 2px 3px 3px 0px rgba(0, 0, 0, 0.25), -2px 3px 3px 0px rgba(0, 0, 0, 0.25);
  background-color: #F1F7DD;
  padding: 40px 30px;
  margin: 1rem 0;
  width: 100%;
  display: block;
  transition: all 0.5s ease;
  position: relative;
}

a.download_link_minecraft:hover {
  background-color: #80b13c;
  color: #ffffff;
  transition: all 0.5s ease;
}

a.download_link_minecraft:after {
  content: "\f054";
  font-family: "Font Awesome 5 Pro";
  font-size: 30px;
  position: absolute;
  right: 30px;
  color: #80b13c;
  transition: all 0.5s ease;
}

a.download_link_minecraft:hover:after {
  color: #ffffff;
  transition: all 0.5s ease;
}

@media only screen and (max-width: 768px) {
  .upcoming-event .event-image {
    margin-top: 30px;
  }

  .event-list {
    padding: 0;
  }

  .event-list .event-item .img {
    width: 100%;
    height: 225px;
  }

  .event-list .event-item .content {
    width: 100%;
  }
}

/*# sourceMappingURL=gih-extensions.css.map */
