/*-------- Type- 01 ------*/

.frst-timeline-style-19 {
    color: #000;
    font-family: 'Source Sans Pro';
    font-weight: 500;
    font-size: 13px;
}

.frst-timeline-style-19 .frst-timeline-block::before {
    width: 2px;
    margin-left: 0px;
    background: rgb(33, 150, 243);
    top: 14px;
}

.frst-timeline-style-19.frst-right-align .frst-timeline-block::before {
    margin-right: -2px;
        top: 14px;
}

.frst-timeline-block {
    padding-bottom: 30px;
    padding-left: 45px;
    padding-right: 45px;
}

.frst-timeline-style-19 .frst-timeline-img {
    padding: 0;
    margin-left: -21px;
    top: 6px;
    /*--- Box shadow value --*/
    width: 42px;
    height: 42px;
    color: #fff;
    text-align: center;
    font-size: 24px;
}

.frst-timeline-style-19 .frst-timeline-img span {
    vertical-align: top;
    display: inline-block;
    border: 2px solid;
    border-radius: 50%;
    background-color: #ffffff;
    width: 8px;
    height: 8px;
    margin: 0 32px 2px 18px;
    color: #2196f3;
}

.frst-timeline-style-19 .frst-timeline-img i {
    display: block;
}

.frst-timeline-style-19.frst-right-align .frst-timeline-img {
    margin-right: -21px;
}

.frst-timeline-style-19 .frst-timeline-content {
    color: #777;
}

.frst-timeline-style-19 .frst-date {
    color: #000000;
    font-weight: 600;
    top: -12px;
    font-size: 14px;
}

.frst-timeline-style-19 h2 {
    margin: 0 0 5px;
    font-weight: 600;
    color: #444;
    font-size: 16px;
}

.frst-date-opposite.frst-timeline-style-19 h2 {}

.frst-timeline-style-19 p {
    margin: 0;
}

.frst-timeline-style-19 .frst-timeline-label-block {
    padding-top: 0;
}

/* Start Color Combinations */

/* Blue Color */
.timeline-theme--blue.frst-timeline-style-19 .frst-timeline-img span,
.timeline-theme--blue.frst-timeline-style-19 .frst-labels span {
    color: #2B3991;
}
.timeline-theme--blue.frst-timeline-style-19 .frst-timeline-block::before {
    background: #2B3991;
}

/* Green Color */
.timeline-theme--green.frst-timeline-style-19 .frst-timeline-img span,
.timeline-theme--green.frst-timeline-style-19 .frst-labels span {
    color: #1ABC9C;
}
.timeline-theme--green.frst-timeline-style-19 .frst-timeline-block::before {
    background: #1ABC9C;
}

/* Purple Color */
.timeline-theme--purple.frst-timeline-style-19 .frst-timeline-img span,
.timeline-theme--purple.frst-timeline-style-19 .frst-labels span {
    color: #706fd3;
}
.timeline-theme--purple.frst-timeline-style-19 .frst-timeline-block::before {
    background: #706fd3;
}

/* Cyan Color */
.timeline-theme--cyan.frst-timeline-style-19 .frst-timeline-img span,
.timeline-theme--cyan.frst-timeline-style-19 .frst-labels span {
    color: #34ace0;
}
.timeline-theme--cyan.frst-timeline-style-19 .frst-timeline-block::before {
    background: #34ace0;
}

/* Black Color */
.timeline-theme--black.frst-timeline-style-19 .frst-timeline-img span,
.timeline-theme--black.frst-timeline-style-19 .frst-labels span {
    color: #000000;
}
.timeline-theme--black.frst-timeline-style-19 .frst-timeline-block::before {
    background: #000000;
}

/* Red Color */
.timeline-theme--red.frst-timeline-style-19 .frst-timeline-img span,
.timeline-theme--red.frst-timeline-style-19 .frst-labels span {
    color: #ff6348;
}
.timeline-theme--red.frst-timeline-style-19 .frst-timeline-block::before {
    background: #ff6348;
}

/* Orange Color */
.timeline-theme--orange.frst-timeline-style-19 .frst-timeline-img span,
.timeline-theme--orange.frst-timeline-style-19 .frst-labels span {
    color: #fa8231;
}
.timeline-theme--orange.frst-timeline-style-19 .frst-timeline-block::before {
    background: #fa8231;
}

/* Gradient Color */
.timeline-theme--gradient.frst-timeline-style-19 .frst-timeline-img span,
.timeline-theme--gradient.frst-timeline-style-19 .frst-labels span {
    color: #4CA1AF;
}
.timeline-theme--gradient.frst-timeline-style-19 .frst-timeline-block::before {
    background: #2C3E50;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #4CA1AF, #2C3E50);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #4CA1AF, #2C3E50); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

/* End Color Combinations */

.frst-timeline-style-19 .frst-labels span {
    position: relative;
    text-align: center;
    border: 2px solid;
    border-radius: 4px;
    background-color: #f2f2f2;
    width: 68px;
    height: 32px;
    margin: 0 auto;
    font-size: 1rem;
    font-weight: bold;
    text-transform: uppercase;
    padding-top: 5px;
    color: #2196f3;
}

.frst-timeline-style-19.frst-right-align .frst-labels span {
    left: auto;
    right: -78px
}

.frst-timeline-style-19.frst-left-align .frst-labels span {
    right: auto;
    left: -78px;
}


/*--------- news-------*/

.frst-timeline-style-19 .frst-timeline-content-inner {
    position: relative;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin-top: 8px;
}

.frst-timeline-style-19 .frst-timeline-content-inner .media-section {
    width: 100%;
    max-height: 350px;
    overflow: hidden;
    margin-bottom: 20px;
}

.frst-timeline-style-19 .frst-timeline-content-inner .media-section iframe {
    max-width: 100%;
}


/*---------- Responsive part ------------*/

@media only screen and (min-width:679px) {
    .frst-date-opposite {
        margin-left: 203px;
    }
    .frst-left-align.frst-date-opposite {
        margin-left: 203px;
    }
    .frst-right-align.frst-date-opposite {
        margin-right: 203px;
        margin-left: 0;
    }
    .frst-timeline-style-19.frst-alternate .frst-timeline-content,
    .frst-timeline-style-19.frst-date-opposite .frst-timeline-content {
        width: calc(50% - 44px);
    }
    .frst-timeline-style-19.frst-date-opposite .frst-date {
        left: -248px;
        line-height: 32px;
        width: 160px;
        top: -12px;
    }
    .frst-timeline-style-19.frst-date-opposite.frst-right-align .frst-date,
    .frst-timeline-style-19.frst-date-opposite.frst-alternate .frst-timeline-block.frst-odd-item .frst-date {
        right: -248px;
        left: auto;
        text-align: left;
        top: -12px;
    }
    .frst-timeline-style-19.frst-right-align .frst-date {
        left: auto;
        right: 0;
    }

}

@media only screen and (max-width:678px) {
    .frst-timeline-style-19.frst-responsive-right .frst-labels span {
        left: auto;
        right: -47px
    }
    .frst-timeline-style-19.frst-responsive-right .frst-timeline-block::before {
        margin-right: -2px;
    }
    .frst-timeline-style-19.frst-responsive-right .frst-timeline-img {
        margin-right: -21px;
    }
    /*--------- news-------*/
    .frst-timeline-style-19.frst-responsive-right .frst-timeline-content-inner::before {
        border-width: 10px 0 10px 11px;
        border-left-color: #d8d8d8;
        left: auto;
        right: -11px;
    }
    .frst-timeline-style-19.frst-responsive-right .frst-timeline-content-inner::after {
        border-width: 8px 0 8px 9px;
        border-left-color: #fff;
        right: -8px;
        left: auto;
    }
     .frst-timeline-style-19 .frst-labels span {
        left:-78px;
    }
}

