/* radiantthemes-timeline element-one */

.radiantthemes-timeline.element-one{
}

.radiantthemes-timeline.element-one > .radiantthemes-timeline-item{
    position:relative;
    padding-bottom:65px;
    padding-left:95px;
}

.radiantthemes-timeline.element-one > .radiantthemes-timeline-item:last-child,
.radiantthemes-timeline.element-one > .radiantthemes-timeline-item:only-child{
    padding-bottom:0;
}

.radiantthemes-timeline.element-one > .radiantthemes-timeline-item:before{
    position:absolute;
    top:0;
    bottom:0;
    left:32px;
    z-index:0;
    content:" ";
    width:2px;
    background-color:#cacdd4;
}

.radiantthemes-timeline.element-one > .radiantthemes-timeline-item > .radiantthemes-timeline-item-datestamp{
    position:absolute;
    top:0;
    left:0;
    z-index:1;
    width:64px;
    height:64px;
    border:6px #dedfe2 solid;
    border-radius:50%;
    text-align:center;
    text-transform:uppercase;
    font-weight:500;
    font-size:14px;
    color:#fff;
    line-height:53px;
}

.radiantthemes-timeline.element-one > .radiantthemes-timeline-item > .holder{
    background-color:#fff;
    box-shadow:0px 0px 5px rgba(0,0,0,0.2);
}

.radiantthemes-timeline.element-one > .radiantthemes-timeline-item > .holder > .radiantthemes-timeline-item-pic{
    position:relative;
}

.radiantthemes-timeline.element-one > .radiantthemes-timeline-item > .holder > .radiantthemes-timeline-item-pic > img{
    width:100%;
}

.radiantthemes-timeline.element-one > .radiantthemes-timeline-item > .holder > .radiantthemes-timeline-item-pic > .radiantthemes-timeline-item-pic-main{
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    z-index:1;
    background:center center no-repeat;
    background-size:cover;
}

.radiantthemes-timeline.element-one > .radiantthemes-timeline-item > .holder > .radiantthemes-timeline-item-data{
    padding:30px 30px 35px 30px;
}

.radiantthemes-timeline.element-one > .radiantthemes-timeline-item > .holder > .radiantthemes-timeline-item-data > *:last-child{
    margin-bottom:0 !important;
}

.radiantthemes-timeline.element-one > .radiantthemes-timeline-item > .holder > .radiantthemes-timeline-item-data .month{
    margin-bottom:5px !important;
    text-transform:uppercase;
    font-weight:500;
    font-size:14px;
    line-height:22px;
}

.radiantthemes-timeline.element-one > .radiantthemes-timeline-item > .holder > .radiantthemes-timeline-item-data .title{
    margin-bottom:18px;
    font-weight:700;
    font-size:25px;
    color:#030712;
    line-height:35px;
}

.radiantthemes-timeline.element-one > .radiantthemes-timeline-item > .holder > .radiantthemes-timeline-item-data p{
    margin-bottom:20px;
}

/* LARGE DESKTOP PART */
@media screen and (min-width:1200px){
}

/* DESKTOP PART */
@media screen and (min-width:992px) and (max-width:1199px){
}

/* TABLET LANDSCAPE PART */
@media screen and (min-width:768px) and (max-width:991px){
}

/* TABLET PROTRAIT PART */
@media screen and (min-width:480px) and (max-width:767px){
}

/* SMART PHONE LANDSCAPE PART */
@media screen and (min-width:321px) and (max-width:479px){

    .radiantthemes-timeline.element-one > .radiantthemes-timeline-item{
        padding-left:85px;
    }

}

/* SMART PHONE PROTRAIT PART */
@media screen and (max-width:320px){

    .radiantthemes-timeline.element-one > .radiantthemes-timeline-item{
        padding-left:85px;
    }

}