#template-event-single {
  background:white;
  padding-bottom:60px;
}
#template-event-single .template-event-single-inner {
  margin-left:auto;
  margin-right:auto;
  max-width:1200px;
}
#template-event-single .main-content-inner {
  display:flex;
  align-items:flex-start;
}
#template-event-single .event-archive-link {
  color:#909090;
  font-family:'Lato', sans-serif;
  font-size:14px;
  font-weight:400;
  line-height:20px;
  margin-bottom:40px;
  padding:38px 0 12px;
  position:relative;
  z-index:1;
  text-align:right;
  text-transform:uppercase;
}
#template-event-single .event-archive-link .line {
  background:#e5e5e5;
  display:block;
  width:100%;
  height:1px;
  position:absolute;
  top:auto;
  right:0;
  bottom:0;
  left:0;
  z-index:-1;
}
#template-event-single .single-event-image { margin-bottom:40px; }
#template-event-single .single-event-image img { width:100%; }
#template-event-single .sidebar {
  align-self:stretch;
  flex-grow:0;
  flex-shrink:0;
  flex-basis:400px;
  padding-right:60px;
}
#template-event-single .sidebar .sidebar-inner { padding-bottom:40px; }
#template-event-single .sidebar .event-title {
  font-size:36px;
  font-weight:400;
  line-height:40px;
  margin-top:8px;
  margin-bottom:18px;
}
#template-event-single .sidebar .event-metas {
  color:#909090;
  font-family:'Lato', sans-serif;
  font-size:12px;
  font-weight:400;
  line-height:20px;
  list-style:none;
  text-transform:uppercase;
}
#template-event-single .sidebar .event-metas .event-metas-item { margin-bottom:5px; }
#template-event-single .main-content { margin-top:16px; }
#template-event-single .event-details {
  background:#f5f5f5;
  line-height:30px;
  margin-top:49px;
  padding:44px 40px 46px;
  text-align:center;
}
#template-event-single .event-details > * { margin-bottom:0; }
@media only screen and (max-width: 1200px) {
  #template-event-single .sidebar { flex-shrink:1; }
}
@media only screen and (max-width: 960px) {
  #template-event-single .main-content-inner { display:block; }
}
