
.hentry {
    margin: 0 auto 30px;
    position: relative;
}
.hentry .hentry-box {
background: #ffed00 none repeat scroll 0 0;
border: 1px solid #e8e8e9;
padding: 10px 20px;
}
.hentry .entry-wrap {
    padding: 20px 15px;
}
.hentry .entry-date {
border: 1px solid #ffed00;
border-radius: 99px;
color: #000;
line-height: 100%;
padding: 15px 20px;
font-family: "Montserrat",sans-serif;
}

#timeline {
    list-style: outside none none;
    margin: 0 auto;
    overflow: hidden;
    padding: 0 0 40px;
    position: relative;
    width: 100%;
}
#timeline:before {
    background: none repeat scroll 0 0 #bed3ed;
    bottom: 0;
    content: "";
    height: 9999px;
    left: 50%;
    margin-left: -1px;
    margin-top: -10px;
    position: absolute;
    top: 10px;
    width: 2px;
}
#timeline > li {
    display: block;
    padding-top: 60px;
    position: relative;
    width: 50%;
}
#timeline > li:nth-child(2n+1) {
    clear: left;
    float: left;
    padding-right: 24px;
}
#timeline > li:nth-child(2n) {
    clear: right;
    float: right;
    padding-left: 24px;
}
#timeline > li:nth-child(1), #timeline > li:nth-child(2) {
    padding-top: 60px;
}
.home #timeline > li:nth-child(1), .home #timeline > li:nth-child(2) {
    padding-top: 100px;
}
#timeline > li:nth-child(2n) {
    margin-top: 60px;
}

.entry-date, #timeline > li .hentry:before {
		background-color: #ffed00;
	}

#timeline > li .hentry:before {
    border: 4px solid #bed3ed;
    border-radius: 8px;
    content: "";
    display: block;
    height: 8px;
    position: absolute;
    right: -28px;
    top: -30px;
    width: 8px;
}
#timeline > li:nth-child(2n+1) .hentry:before {
    right: -28px;
}
#timeline > li:nth-child(2n) .hentry:before {
    left: -28px;
}
#timeline > li .hentry .entry-date {
    position: absolute;
    top: -55px;
}
#timeline > li:nth-child(2n+1) .hentry .entry-date {
    right: -2px;
}
#timeline > li:nth-child(2n) .hentry .entry-date {
    left: -2px;
}
#timeline > li.timeline-full {
    clear: both;
    float: none;
    padding: 0;
    width: 100%;
}
#timeline > li.timeline-full .hentry {
    border-top: 12px solid #f2f2f2;
    margin-top: 20px;
}
#timeline > li.timeline-full .hentry .entry-date {
    left: 50%;
    margin-left: -40px;
    top: -50px;
}
#timeline > li.timeline-full .hentry:before {
    border-bottom: 10px solid #fff;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    left: 50%;
    margin-left: -10px;
    top: -20px;
}
#timeline li:nth-child(1) {
    animation-delay: 0.1s;
}
#timeline li:nth-child(2) {
    animation-delay: 0.2s;
}
#timeline li:nth-child(3) {
    animation-delay: 0.3s;
}
#timeline li:nth-child(4) {
    animation-delay: 0.4s;
}
.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}
.animated.hinge {
    animation-duration: 2s;
}
@keyframes fadeInUp {
0% {
    opacity: 0;
    transform: translateY(20px);
}
100% {
    opacity: 1;
    transform: translateY(0px);
}
}
@keyframes fadeInUp {
0% {
    opacity: 0;
    transform: translateY(20px);
}
100% {
    opacity: 1;
    transform: translateY(0px);
}
}
.fadeInUp {
    animation-name: fadeInUp;
}
@media screen and (max-width: 720px) {

#timeline:before {
    left: 39px;
    margin-left: 0;
}
#timeline > li {
    float: left;
    margin: 0 0 20px !important;
    padding: 0 0 0 64px !important;
    width: 100%;
}
#timeline > li:first-child {
    padding-top: 60px !important;
}
.home #timeline > li:first-child {
    padding-top: 100px !important;
}
#timeline > li .hentry:before {
    left: -28px !important;
}
#timeline > li .hentry .entry-date {
    left: 0;
    right: auto !important;
}

}
@media screen and (max-width: 480px) {

#site-header .avatar {
    height: 80px;
    left: 43px;
    width: 80px;
}
#timeline:before {
    left: 12px;
    margin-left: 0;
}
#timeline > li {
    padding: 0 0 0 37px !important;
}
#timeline > li .hentry:before {
    left: -28px !important;
}

}
@media screen and (max-width: 360px) {

}
