

/* BLOCKS CSS  */

/*************************************************************************/
/* Rocket  */


	.timeline .layout-timeline.row:nth-child(even) {
    flex-direction: row-reverse;
}

@media only screen and (min-width: 970px) {
	.timeline .layout-timeline.row:nth-child(even) .timeline-postContent {
    margin-left: 10%;
}
.timeline .layout-timeline.row:nth-child(odd) .timeline-postContent {
    margin-right: 10%;
}
} 

.timeline-start:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	height: 10px;
	width: 10px;
	border-radius: 50%;
	background-color: #DE5928;
}

.timeline-container:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 100%;
    width: 2px;
    background-color: #DE5928;
}
.timeline-end:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	height: 10px;
	width: 10px;
	border-radius: 50%;
	background-color: #DE5928;
}

.res-timeline strong {
    font-weight: 600;
    font-family: "ff-meta-serif-web-pro", serif;
}


.timeline .layout-timeline.row .timeline-counter {
    content: "";
    position: absolute;
    top: 0;
    height: auto;
    width: fit-content;
    min-width: 65px;
    min-height: 65px;
    display: flex;
    margin: 0 auto;
    border-radius: 50%;
    border: none;
    align-content: center;
    justify-content: center;
    align-items: center;
    background: #fff;
    z-index: 1;
    font-size: 150%;
    color: #FF9C65;
}
@media only screen and (min-width: 970px) {
	.timeline .layout-timeline.row:nth-child(odd) .timeline-counter {
    right: 0;
    transform: translateX(50%);
}
} 
.timeline .layout-timeline.row:nth-child(even) .timeline-counter {
    left: 0;
	transform: translateX(-50%);
}


@media only screen and (max-width: 970px) {

	.timeline .layout-timeline.row .timeline-counter {
    left: 0;
    transform: translateX(-50%);
		min-width: 50px;
		min-height: 50px;
}
			.timeline .layout-timeline.row .timeline-postContent {
    margin-left: 10%;
}
	
.timeline-start:after {
    right: auto;
    left: -4px;
}

.timeline-container:before {
	right: auto;
}

.timeline-end:after {
	right: auto;
	left: -4px;
}
} 

.timeline-image {
	max-width: 80px;
}

@media only screen and (max-width: 480px) {
	.timeline .layout-timeline.row .timeline-postContent {
    margin-left: 15%;
}
} 



/* ------------  Container handle Desktop ---------------- */



/* ------------  CMS Backend Preview ---------------- */


.acf-block-preview .res-timeline .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
}
.acf-block-preview .res-timeline .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
}

.acf-block-preview .timeline .timeline-counter {
	display: none !important;
}


.acf-block-preview .res-timeline {
	position: relative;
	padding: 10px 30px;
	border-left: 1px solid #f4f4f4;
}

.acf-block-preview .res-timeline h1,
.acf-block-preview .res-timeline h2,
.acf-block-preview .res-timeline h3 {
	font-size: 22px;
	line-height: 24px;
	padding: 0;
	margin: 10px 0;
}
.acf-block-preview .res-timeline .txt-text p {
	font-size: 16px !important;
	padding: 0;
	margin: 10px 0;
}
.acf-block-preview .res-timeline .txt-text a {
	color: #000;
	text-decoration: none;
}
.acf-block-preview .res-timeline .txt-text ul,
.acf-block-preview .res-timeline .txt-text li{
	font-size: 16px !important;
	line-height: 20px;
	padding: 4px 0;
	margin: 0 0 0 15px;
}
.acf-block-preview .res-timeline .txt-text .btn {
	font-size: 14px !important;
	padding: 8px 16px;
	margin: 8px 0;
	border: 0;
	background-color: #eee;
}

.acf-block-preview .res-timeline .row{
	display: flex;
	justify-content: space-between;
	padding-top: 10px;
}
.acf-block-preview .res-timeline .row > div:nth-child(1){
}
.acf-block-preview .res-timeline .row > div:nth-child(2){
	max-width: 50%;
	padding-left: 20px;
}
.acf-block-preview .res-timeline .row > div:nth-child(2) img{
	max-width: 300px;
}
.acf-block-preview .res-timeline .layout-3.row .txt-image50-50{
	width: 50%;
}
.acf-block-preview .res-timeline .layout-3.row .txt-image50-50 img{
	max-width: 100%;
}
.acf-block-preview .res-timeline .layout-3.row {
	max-width: 1100px;
	margin: 0 auto;
	border: 1px solid #eee;
	padding: 20px;
}


.acf-block-preview .res-timeline .img-txt-front {position: relative;z-index: unset;top: unset;right: unset; left: unset; max-width: 80%;}
.acf-block-preview .res-timeline .txt-para-box .img-parallax-background{display: none;}
.acf-block-preview .res-timeline .txt-para-box { width: 100%; max-height: 300px; overflow: hidden;}


