@-webkit-keyframes slideInFromLeft {
0% {
-webkit-transform: translateX(-50%);
transform: translateX(-50%); }
100% {
-webkit-transform: translateX(0);
transform: translateX(0); } }
@keyframes slideInFromLeft {
0% {
-webkit-transform: translateX(-50%);
transform: translateX(-50%); }
100% {
-webkit-transform: translateX(0);
transform: translateX(0); } }
@-webkit-keyframes slideInFromRight {
0% {
-webkit-transform: translateX(50%);
transform: translateX(50%); }
100% {
-webkit-transform: translateX(0);
transform: translateX(0); } }
@keyframes slideInFromRight {
0% {
-webkit-transform: translateX(50%);
transform: translateX(50%); }
100% {
-webkit-transform: translateX(0);
transform: translateX(0); } }
.ctl-instant-timeline :before,
.ctl-instant-timeline :after,
.ctl-instant-timeline * {
-webkit-box-sizing: border-box;
box-sizing: border-box; }
.ctl-instant-timeline {
display: block;
width: 100%;
max-width: 1040px;
position: relative;
padding: 25px 15px;
margin: 0 auto; }
.ctl-instant-timeline:before {
content: "";
display: block;
width: 3px;
background: #ccc;
background: -webkit-linear-gradient(top, rgba(230, 230, 230, 0) 0%, var(--timeLineColor) 10%, var(--timeLineColor) 90%, rgba(230, 230, 230, 0) 100%);
background: -webkit-gradient(linear, left top, left bottom, from(rgba(230, 230, 230, 0)), color-stop(10%, var(--timeLineColor)), color-stop(90%, var(--timeLineColor)), to(rgba(230, 230, 230, 0)));
background: -o-linear-gradient(top, rgba(230, 230, 230, 0) 0%, var(--timeLineColor) 10%, var(--timeLineColor) 90%, rgba(230, 230, 230, 0) 100%);
background: linear-gradient(to bottom, rgba(230, 230, 230, 0) 0%, var(--timeLineColor) 10%, var(--timeLineColor) 90%, rgba(230, 230, 230, 0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00e4e4e4', endColorstr='#00e4e4e4', GradientType=0);
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto;
opacity: 0.4; }
.ctl-instant-timeline .timeline-content {
position: relative; }
.ctl-instant-timeline .timeline-content:before {
display: block;
content: "";
width: 20px;
height: 20px;
background: #ccc;
background: var(--timeLineColor);
border-radius: 50%;
position: absolute;
left: 0;
right: 0;
top: 40px;
margin: auto;
z-index: 1; }
.ctl-instant-timeline .ctl-row {
display: -ms-flexbox;
display: -moz-flex;
display: flex;
-ms-flex-align: start;
align-items: flex-start;
-webkit-align-items: flex-start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-justify-content: flex-start;
padding: 20px 0;
position: relative;
z-index: 2;
width: 100%; }
.ctl-instant-timeline .ctl-col-6 {
width: 50%;
float: left; }
.ctl-instant-timeline.both-sided .timeline-content:nth-child(odd) > div > div:nth-child(even),
.ctl-instant-timeline.one-sided .timeline-content:nth-child(odd) > div > div:nth-child(even),
.ctl-instant-timeline.one-sided .timeline-content:nth-child(even) > div > div:nth-child(odd) {
padding: 0 0 0 40px; }
.ctl-instant-timeline.both-sided .timeline-content:nth-child(even) > div > div:nth-child(odd) {
padding: 0 40px 0 0; }
.ctl-instant-timeline.both-sided .timeline-content:nth-child(odd) > div > div:nth-child(odd),
.ctl-instant-timeline.one-sided .timeline-content:nth-child(odd) > div > div:nth-child(odd),
.ctl-instant-timeline.one-sided .timeline-content:nth-child(even) > div > div:nth-child(even) {
padding: 0 15px 0 0; }
.ctl-instant-timeline.both-sided .timeline-content:nth-child(even) > div > div:nth-child(even) {
padding: 0 0 0 15px; }
.ctl-instant-timeline .timeline-content .ctl-row > div:first-child {
display: -ms-flexbox;
display: flex;
display: -webkit-flex;
-ms-flex-pack: end;
justify-content: flex-end; }
.ctl-instant-timeline .timeline-content .story-time {
padding: 0 25px;
max-width: 350px;
width: 100%;
height: 60px;
display: table; }
.ctl-instant-timeline .timeline-content .story-time > div,
.ctl-instant-timeline .timeline-content .story-time p {
line-height: 1.1;
font-size: 18px;
margin: 0;
padding: 0;
font-weight: 500;
display: table-cell; }
.ctl-instant-timeline .timeline-content:nth-child(odd) .story-time,
.ctl-instant-timeline .timeline-content:nth-child(even) .story-details {
text-align: right; }
.ctl-instant-timeline .timeline-content:nth-child(even) .story-time,
.ctl-instant-timeline .timeline-content:nth-child(odd) .story-details {
text-align: left; }
.ctl-instant-timeline .timeline-content .story-details {
padding: 20px;
border-radius: 10px;
position: relative;
z-index: 1;
width: 100%;
background: #fff;
-webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.1);
box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.1); }
.ctl-instant-timeline .timeline-content:nth-child(odd) .story-details:before {
content: "";
display: block;
border: 15px solid transparent;
border-right-color: #ccc;
border-right-color: var(--timeLineColor);
position: absolute;
left: -32px;
top: 16px; }
.ctl-instant-timeline .timeline-content:nth-child(odd) .story-details {
border-left: 4px solid #ccc;
border-left: 4px solid var(--timeLineColor); }
.ctl-instant-timeline .timeline-content:nth-child(even) .story-details:before {
content: "";
display: block;
border: 15px solid transparent;
border-left-color: #ccc;
border-left-color: var(--timeLineColor);
position: absolute;
right: -32px;
top: 16px; }
.ctl-instant-timeline .timeline-content:nth-child(even) .story-details {
border-right: 4px solid #ccc;
border-right: 4px solid var(--timeLineColor); }
.ctl-instant-timeline .timeline-content .story-details h3 {
font-size: 18px;
line-height: 24px;
margin: 0 0 8px;
font-weight: 500; }
.ctl-instant-timeline .timeline-content .story-details p {
font-size: 14px;
line-height: 24px;
margin: 0;
font-weight: 400; }
.ctl-instant-timeline .story-image img {
width: 100%;
height: auto; } .ctl-instant-timeline.one-sided:before {
left: calc(30% - 1.5px);
right: auto; }
.ctl-instant-timeline.one-sided .timeline-content:before {
display: none; }
.ctl-instant-timeline.one-sided .timeline-content .story-details:after {
display: block;
content: "";
width: 20px;
height: 20px;
background: #ccc;
background: var(--timeLineColor);
border-radius: 50%;
position: absolute;
left: -59.5px;
right: auto;
top: 20px;
margin: auto;
z-index: 1; }
.ctl-instant-timeline.one-sided .timeline-content:nth-child(odd) > div > div:nth-child(odd),
.ctl-instant-timeline.one-sided .timeline-content:nth-child(even) > div > div:nth-child(even) {
width: 30%;
-ms-flex-order: 1;
order: 1; }
.ctl-instant-timeline.one-sided .timeline-content:nth-child(odd) > div > div:nth-child(even),
.ctl-instant-timeline.one-sided .timeline-content:nth-child(even) > div > div:nth-child(odd) {
width: 70%;
-ms-flex-order: 2;
order: 2; }
.ctl-instant-timeline.one-sided .timeline-content:nth-child(odd) .story-details,
.ctl-instant-timeline.one-sided .timeline-content:nth-child(even) .story-details {
text-align: left; }
.ctl-instant-timeline.one-sided .timeline-content:nth-child(odd) .story-time,
.ctl-instant-timeline.one-sided .timeline-content:nth-child(even) .story-time {
text-align: right;
max-width: 100%; }
.ctl-instant-timeline.one-sided .timeline-content:nth-child(even) .story-details:before {
border-left-color: transparent;
border-right-color: #ccc;
border-right-color: var(--timeLineColor);
position: absolute;
left: -32px;
right: auto; }
.ctl-instant-timeline.one-sided .timeline-content:nth-child(even) .story-details {
border-left: 4px solid #ccc;
border-left: 4px solid var(--timeLineColor);
border-right: 0; } @media screen and (max-width: 61.938em) { .ctl-instant-timeline {
padding: 25px 8px; }
.ctl-instant-timeline:before,
.ctl-instant-timeline.one-sided:before {
left: 16px;
right: auto; }
.ctl-instant-timeline .timeline-content:before {
display: none; }
.ctl-instant-timeline .timeline-content .story-details:after,
.ctl-instant-timeline.one-sided .timeline-content .story-details:after {
display: block;
content: "";
width: 20px;
height: 20px;
background: #ccc;
background: var(--timeLineColor);
border-radius: 50%;
position: absolute;
left: -44.5px;
right: auto;
top: 20px;
margin: auto;
z-index: 1; }
.ctl-instant-timeline .ctl-row {
-ms-flex-flow: row wrap;
flex-flow: row wrap; }
.ctl-instant-timeline.both-sided .timeline-content:nth-child(even) > div > div:nth-child(odd),
.ctl-instant-timeline.both-sided .timeline-content:nth-child(odd) > div > div:nth-child(even),
.ctl-instant-timeline.one-sided .timeline-content:nth-child(odd) > div > div:nth-child(even),
.ctl-instant-timeline.one-sided .timeline-content:nth-child(even) > div > div:nth-child(odd),
.ctl-instant-timeline.both-sided .timeline-content:nth-child(even) > div > div:nth-child(even),
.ctl-instant-timeline.both-sided .timeline-content:nth-child(odd) > div > div:nth-child(odd),
.ctl-instant-timeline.one-sided .timeline-content:nth-child(odd) > div > div:nth-child(odd),
.ctl-instant-timeline.one-sided .timeline-content:nth-child(even) > div > div:nth-child(even) {
padding: 0 0 0 40px; }
.ctl-instant-timeline .timeline-content:nth-child(odd) > div > div:nth-child(odd),
.ctl-instant-timeline .timeline-content:nth-child(even) > div > div:nth-child(even),
.ctl-instant-timeline.one-sided .timeline-content:nth-child(odd) > div > div:nth-child(odd),
.ctl-instant-timeline.one-sided .timeline-content:nth-child(even) > div > div:nth-child(even) {
-ms-flex-order: 1;
order: 1;
position: relative;
top: -10px;
margin: auto;
width: 100%; }
.ctl-instant-timeline .timeline-content:nth-child(odd) > div > div:nth-child(even),
.ctl-instant-timeline .timeline-content:nth-child(even) > div > div:nth-child(odd),
.ctl-instant-timeline.one-sided .timeline-content:nth-child(odd) > div > div:nth-child(even),
.ctl-instant-timeline.one-sided .timeline-content:nth-child(even) > div > div:nth-child(odd) {
-ms-flex-order: 2;
order: 2;
width: 100%; }
.ctl-instant-timeline .timeline-content:nth-child(odd) .story-details,
.ctl-instant-timeline .timeline-content:nth-child(even) .story-details,
.ctl-instant-timeline.one-sided .timeline-content:nth-child(odd) .story-details,
.ctl-instant-timeline.one-sided .timeline-content:nth-child(even) .story-details {
padding: 12px;
text-align: left; }
.ctl-instant-timeline .timeline-content:nth-child(odd) .story-time,
.ctl-instant-timeline .timeline-content:nth-child(even) .story-time,
.ctl-instant-timeline.one-sided .timeline-content:nth-child(odd) .story-time,
.ctl-instant-timeline.one-sided .timeline-content:nth-child(even) .story-time {
text-align: left;
max-width: 100%;
padding: 0; }
.ctl-instant-timeline .timeline-content:nth-child(even) .story-details:before {
border-left-color: transparent;
border-right-color: #ccc;
border-right-color: var(--timeLineColor);
position: absolute;
left: -32px;
right: auto; }
.ctl-instant-timeline .timeline-content:nth-child(even) .story-details {
border-left: #ccc;
border-left: 4px solid var(--timeLineColor);
border-right: 0; } }
.gctl-helper-class {
background-color: #fff;
border: 4px solid var(--timeLineColor) !important;
width: 300px !important;
border-radius: 10px !important; }
.gctl-helper-class img {
height: 100px !important;
width: 150px !important;
overflow: hidden;
border: 2px solid black !important;
margin-left: 10px; }
.gctl-helper-class button.components-button.is-secondary {
display: none !important; }
.gctl-helper-class .story-time,
.gctl-helper-class .block-editor-rich-text__editable.rich-text {
margin-left: 10px; }
.gctl-helper-class .moveicons {
display: none; }
.moveicons {
position: relative; }
.timeline-content:hover .moveicons:after {
content: "\296E";
position: absolute;
font-size: 16px;
background: #000;
width: 20px;
height: 20px;
border-radius: 50%;
text-align: center;
line-height: 16px;
padding: 2px;
top: 0px;
color: #fff;
cursor: row-resize;
z-index: 9999; }
.timeline-content:nth-child(odd) .moveicons:after {
right: 25px; }
.both-sided .timeline-content:nth-child(even) .moveicons:after {
left: 25px; }
.one-sided .timeline-content:nth-child(even) .moveicons:after {
left: auto;
right: 25px; }
.ctl-instant-timeline .timeline-content .story-time {
margin-top: 18px; }