body{
    margin-top:20px;
    background:#f3f3f3;
}
/*
Timeline
*/

.page-timeline {
    margin: 30px auto 0 auto;
    position: relative;
    max-width: 1000px;
}

.page-timeline:before {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 125px;
    right: auto;
    height: 100%;
    width: 3px;
    background: #d00c0c;
    z-index: 0;

    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.2),0 6px 10px 0 rgba(0,0,0,0.3);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.2),0 6px 10px 0 rgba(0,0,0,0.3);
}

.page-timeline:after {
    position: absolute;
    content: '';
    width: 3px;
    height: 40px;
    background: #d00c0c;
    background: -webkit-linear-gradient(top, #d00c0c, rgba(52, 152, 219, 0));
    background: linear-gradient(to bottom, #d00c0c, rgba(52, 152, 219, 0));
    top: 100%;
    left: 125px;

    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.2),0 6px 10px 0 rgba(0,0,0,0.3);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.2),0 6px 10px 0 rgba(0,0,0,0.3);
}

.vtimeline-content {
    margin-left: 200px;
    background: #fff;
    border: 1px solid #e6e6e6;
    padding: 35px 20px;
    border-radius: 3px;
    text-align: left;

    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.2),0 6px 10px 0 rgba(0,0,0,0.3);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.2),0 6px 10px 0 rgba(0,0,0,0.3);
}

.vtimeline-content h3 {
    font-size: 1.5em;
    font-weight: 600;
    display: inline-block;
    margin: 0;
}

.vtimeline-content p {
    font-size: 0.9em;
    margin: 0;
}

.vtimeline-point {
    position: relative;
    display: block;
    vertical-align: top;
    margin-bottom: 30px;
}

.vtimeline-icon {
    position: relative;
    color: #fff;
    width: 50px;
    height: 50px;
    background: #d00c0c;
    border-radius: 50%;
    float: left;
    text-align: center;
    line-height: 50px;
    z-index: 99;
    margin-left: 100px;
}

.vtimeline-icon i {
    display: block;
    font-size: 1.5em;
    line-height: 50px;

}

.vtimeline-date {
    width: 60px;
    text-align: right;
    position: absolute;
    left: 0;
    top: 10px;
    font-weight: 700;
    font-size: 20px;
    color: #374054;
}
.post-meta {
    padding-top: 15px;
    margin-bottom: 20px;
}
.post-meta li:not(:last-child) {
    margin-right: 10px;
}
h3 {
    font-family: "Montserrat", sans-serif;
    color: #252525;
    font-weight: 700;
    font-variant-ligatures: common-ligatures;
    margin-top: 0;
    letter-spacing: -0.2px;
    line-height: 1.3;
}
.mb20 {
    margin-bottom: 20px !important;
}

@media only screen and (max-width: 630px) {

    .page-timeline::before {
        position: absolute;
        content: '';
        top: 0;
        bottom: 0;
        left: 71px;
        right: auto;
        height: 100%;
        width: 3px;
        background: #d00c0c;
        z-index: 0;
        -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.2),0 6px 10px 0 rgba(0,0,0,0.3);
        box-shadow: 0 2px 2px 0 rgba(0,0,0,0.2),0 6px 10px 0 rgba(0,0,0,0.3);
    }

    .page-timeline::after {
        position: absolute;
        content: '';
        width: 3px;
        height: 40px;
        background: #d00c0c;
        background: -webkit-linear-gradient(top, #d00c0c, rgba(52, 152, 219, 0));
        background: linear-gradient(to bottom, #d00c0c, rgba(52, 152, 219, 0));
        top: 100%;
        left: 71px;
        -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.2),0 6px 10px 0 rgba(0,0,0,0.3);
        box-shadow: 0 2px 2px 0 rgba(0,0,0,0.2),0 6px 10px 0 rgba(0,0,0,0.3);
    }

    .vtimeline-content img {
        width: -moz-available;
    }

    .vtimeline-content {
        margin-left: 100px;
        background: #fff;
        border: 1px solid #e6e6e6;
        padding: 20px 10px;
        border-radius: 3px;
        text-align: left;
        -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.2),0 6px 10px 0 rgba(0,0,0,0.3);
        box-shadow: 0 2px 2px 0 rgba(0,0,0,0.2),0 6px 10px 0 rgba(0,0,0,0.3);
    }

    .vtimeline-icon i {
        display: block;
        font-size: 1em;
        line-height: 25px;
    }

    .vtimeline-icon {
        position: relative;
        color: #fff;
        width: 25px;
        height: 25px;
        background: #d00c0c;
        border-radius: 50%;
        float: left;
        text-align: center;
        line-height: 50px;
        z-index: 99;
        margin-left: 60px;
    }


    .vtimeline-date {
        width: 40px;
        text-align: right;
        position: absolute;
        left: 0;
        top: 0px;
        font-weight: 700;
        font-size: 16px;
        color: #374054;
    }
}
