
.event-listing-classic {
  text-align: center;
  position: relative;
}
.event-classic-item {
  position: relative;
  z-index: 5;
}
.event-classic-item >  * {
  position: relative;
  z-index: 20;
}
.event-classic-item .event-item-mask {
  background-color: rgba(0,0,0,0.75);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.event-classic-item {
  background-size: cover;
  padding-top: 62px;
  margin-bottom: 80px;
}
.event-listing-classic .fearture-img {
  margin-bottom: 30px;
}
.bg-hidden .event-item-mask {
  display: none;
}
.event-listing-classic h3.title {
  color: #fff;
  font-size: 56px;
  font-style: italic;
  text-transform: uppercase;
  margin-bottom: 11px;
}
.event-listing-classic h3.title a {
  color: #fff;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.event-listing-classic h3.title:hover a {
  color: #C95F32;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.event-listing-classic .excerpt {
  color: #b2b2b2; 
  margin-bottom: 22px;
  padding: 0 80px;
}
.event-meta .date {
  display: block;
  color: #c95f32;
  font-size: 22px;
  margin-bottom: 18px !important;
}
.event-meta .excerpt {
  max-height: 52px;
  overflow: hidden;
}
.event-meta .location {
  display: none;
  color: #fff;
  margin-bottom: 18px !important;
}
.event-classic-item .btn-join a {
  background-color: white;
  display: inline-block;
  height: 55px;
  line-height: 55px;
  font-weight: bold;
  font-size: 93.3333%;
  margin-bottom: 39px;
  padding: 0 35px;
}
.countdown-container {
  overflow: hidden;
  display: inline-block;
  margin-bottom: 44px !important;
}
.countdown-container span {
  color: #fff;
}
.countdown-container > div {
  display: inline-block;
  margin-right: 12px;
  margin-left: 12px; 
  text-align: center;
}
.countdown-container > div:last-child {
  margin-right: 0;
}
.countdown-container .label {
  display: block;
  font-size: 14px;
  margin-bottom: 31px;
}
.countdown-container .label::first-letter {
  text-transform: uppercase;
}
.countdown-container .count {
  border-top: 1px #b2b2b2 solid;
  font-family: 'Roboto';
  font-weight: 100;
  font-size: 36px;
  padding: 13px 17px 10px 12px;
}

/* style 2 */ 
.k2t-post-event {
  position: relative;
}
.k2t-post-event:before {
  content: '';
  display: block;
  padding-top: 43.6725%;
}
.event-style-2 .k2t-post-event{
  margin-bottom: 60px;
}
.event-style-2 .k2t-post-event .fearture-img,
.event-style-2 .k2t-post-event .event-content {
  border: 10px solid #e9e9e9;
  background-color: white;
}
.event-style-2 .fearture-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 48.7179%;
}
.event-style-2 .k2t-post-event.event-pos-2 .fearture-img {
  top: 0;
  right: 0;
  left: inherit;
}
.event-style-2 .k2t-post-event.event-pos-2 .event-content {
  left: 0;
}

.event-style-2 .fearture-img img {
  width: 100%;
  height: auto;
}
.event-style-2 .fearture-img .crop-content {
  position: relative;
}
.event-style-2 .crop-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.event-style-2 .event-content {
  position: absolute;
  top: 70px;
  left: 42.735042735%;
  width: 57.2649%;
}
.event-style-2 .event-content:before {
  content:  '';
  display: block;
  padding-top: 65.82089%;
}
.event-style-2 .event-content .crop-content{
  padding-top: 44px;
  text-align: center;
}
.event-style-2 .event-content .event-meta .date {
  margin-bottom: 20px !important;
}
.event-style-2 .k2t-post-event p.divider-2 {
  padding-bottom: 24px;
}
.event-style-2 .event-content .excerpt {
  margin-bottom: 15px;
}
.event-style-2 .countdown-container {
  margin-bottom: 33px !important;
}
.k2t-post-event .title {
  font-size: 146.6666%;
  margin-bottom: 14px;
}
.k2t-post-event .date {
  font-size: 100%;
}
.k2t-post-event p.divider-2 {
  padding-bottom: 21px;
}
.k2t-post-event .excerpt {
  padding: 0 54px 0 84px;
}
.event-style-2 .event-meta .location {
  display: none;
  color: #4f4f4f;
}
.k2t-post-event .countdown-container span {
  color: #161616;
}
.k2t-post-event .countdown-container {
  margin-bottom: 33px;
}
.k2t-post-event .countdown-container .count {
  border-color: #161616;
}
.k2t-post-event .btn-join a {
  color: #c95f32;
}
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  .k2t-post-event div.countdown-container {
    margin-bottom: 7px !important;
  }
}
@media only screen and (max-width: 1023px) { 
  .event-style-2 div.event-content .crop-content {
    padding-top: 33px;
  }
  .event-listing-classic h3.title a {
    font-size: 37px;
  }
  .event-style-2 .k2t-post-event {
    border: 10px solid #E9E9E9;
  }
  .event-style-2 .k2t-post-event .fearture-img,
  .event-style-2 .k2t-post-event .event-content {
    border: none;
  }

  .event-style-2 .k2t-post-event .fearture-img {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
  }
  .event-style-2 div.fearture-img::before { 
    padding-top: 0;
  }
  .event-style-2 .k2t-post-event::before {
    padding-top: 0;
  }
  .event-style-2 .k2t-post-event .event-content {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
  }
  .event-style-2 .k2t-post-event .crop-content {
    position: relative;
  }
  .event-style-2 .k2t-post-event .event-content::before {
    padding-top: 0;
  }
  
  .event-style-2 .k2t-post-event .btn-join {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 600px) { 
  .k2t-post-event .excerpt {
    padding: 0 10px !important;
  }
  .event-description .content-img-1-4 *,
  .event-description .content-img-1-3 *,
  .event-description .content-img-1-2 * {
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-bottom: 20px;
  }
  .event-description .content-img-1-2 a img {
    padding: 0 !important;
    margin: 0 !important;
  }
  div .event-description .content-img-1-2 > :last-child {
    padding-left: 0;
  }
  .event-classic-item {

  }
  .event-classic-item > * {
    padding-right: 0;
    padding-left: 0;
  }
  .event-style-2,
  .event-classic-item {
    margin-left: -10px;
    margin-right: -10px;
  }
  .event-style-2 .k2t-post-event,
  .event-classic-item {
    margin-bottom: 40px !important;
    padding-top: 20px !important;
  }
  .event-singler .event-classic-item {
    padding-top: 50px !important;
  }
  .event-classic-item .title {
    margin-top: 0 !important;
  }
  .event-classic-item .title a {
    font-size: 22px !important;
    line-height: 1.3em;
  }
  .event-singler .event-classic-item {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .event-listing-classic .excerpt {
    padding: 0 10px;
  }
  .event-singler .main-content{
    padding-top: 0 !important; 
  }
  .event-time {
    margin-bottom: 30px;
  }
  .related-event .related-title {
    margin-bottom: 40px!important;
  }
  .event-singler .k2t-share {
    margin-bottom: 17px !important;
  }
  .event-singler .k2t-event-sidebar {
    padding-top: 0 !important;
  }
  .event-singler .k2t-row [class*="col-"] {
    padding: 0 10px !important;
  }
}
