main {
	flex: 1 1 auto;
}

/* -------- */

#timeline {
    width: 392px;
    margin: auto;
    display: flex;
    flex-flow: column;
}

#timeline h1 {
    font-size: 20px;
    margin-bottom: 0;
}

.wrapper {
    width: 100%;
}
.aside {
    position: relative;
    width: 40px;
    float: left;
    height: 30px;
    padding-top: 10px;
}

.aside-bullet::after {
	content: "";
	width: 10px;
	background-color: #acb2ba;
	display: block;
	height: 10px;
	position: absolute;
	top: 20px;
	right: -6px;
	border-radius: 5px;
}

.aside .day {
    font-size: 22px;
    font-weight: bolder;
    font-family: "Fira Sans";
    color: #373b40;
}

.aside .month {
    font-size: 12px;
    font-family: "Fira Sans";
    color: #373b40;
}

.outer {
    float: left;
    border-left: 2px solid #acb2ba;
    padding-left: 25px;
    padding-bottom: 30px;
}

#timeline .event-card {
    margin: 0;
    padding: 0;
}

.month-year {
	font-size: 16px;
	font-family: "Fira Sans";
	color: #2f3338;
	padding-bottom: 8px;
	padding-top: 20px;
	padding-left: 21px;
}


/* ---------*/

.empty-message {
	font-size: 16px;
	padding-top: 35px;
	color: #2f3338;
}

.event-card{
    background-color: #fdfdfd;
    margin: 12px;
    /* padding-bottom: 4px; */
    width: 318px;
    border-radius: 13px;
    box-shadow: 1px 1px 5px 0px #dddee3;
}

.event-card .thumb img {
	width: 318px;
	height: 150px;
	object-fit: cover;
	display: block;
    border-radius: 13px 13px 0 0;
	/* opacity: 1; */
	/* transition: opacity 0.3s, transform 0.3s; */
	/* transform: scale(1); */
}

.event-card .body{
    padding: 10px 18px;
    position: relative;
    font-size: 13px;
}

.event-card h2 {
    margin: 3px 0;
}

.event-card h3 {
    margin: 0;
    font-size: 13px;
    display: inline-block;
    font-weight: 500;
}

.locate{
    position: absolute;
    right: 13px;
    top: 13px;
}

.event-card .body .title {
    width: 185px;
    font-size: 16px;
    max-height: 2.4em;
    overflow: hidden;
    word-wrap: break-word;
    line-height: 1.2;
    white-space: initial;
}

.when {
    padding-top: 17px;
}

.when .column {
    float: left;
    width: 50%;
}


.when:after{
    content: "";
    display: table;
    clear: both;
}

/* .when .column h3 {
    display: block;
    padding-bottom: 3px;
    font-weight: bold;
} */

.when .column p {
    display: block;
    font-weight: 500;
    margin: 4px 0;
    padding-left: 14px;
}

.body h3 {
    display: block;
    padding-bottom: 5px;
    font-weight: bold;
}

.description {
	padding-top: 17px;
	/* font-size: 14px; */
	line-height: 1.4;
    font-weight: lighter;
}
