/* Media Queries */
/* Card sizing */
/* Colors */
/* Calculations */
/* Placeholders */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block
}
ol,
ul {
	list-style: none
}

blockquote,
q {
	quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none
}

table {
	border-collapse: collapse;
	border-spacing: 0
}
@media (min-width: 1000px) {
  .vertical-tm#timeline .demo-card:nth-child(odd) .head::after, #timeline .demo-card:nth-child(even) .head::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-top: 15px solid transparent !important;
    border-bottom: 15px solid transparent !important;
  }

  .vertical-tm#timeline .demo-card:nth-child(odd) .head::before, #timeline .demo-card:nth-child(even) .head::before {
    position: absolute;
    content: "";
    width: 9px;
    height: 9px;
    background-color: #dc2b14;
    border-radius: 9px;
    box-shadow: 0px 0px 2px 8px #fff;
  }
}
/* Some Cool Stuff */
.demo-card:nth-child(odd) {
  order: 1;
}

.demo-card:nth-child(even) {
  order: 2;
}


/* Border Box */
* {
  box-sizing: border-box;
}

/* Fonts */
body {
  font-family: Roboto;
}

.vertical-tm#timeline {
  padding: 100px 0;
  background: #f7f7f7;
  border-top: 1px solid rgba(191, 191, 191, 0.4);
  border-bottom: 1px solid rgba(191, 191, 191, 0.4);
}
.vertical-tm#timeline h1 {
  text-align: center;
  font-size: 3rem;
  font-weight: 200;
  margin-bottom: 20px;
}
.vertical-tm#timeline p.leader {
  text-align: center;
  max-width: 90%;
  margin: auto;
  margin-bottom: 45px;
}
.vertical-tm#timeline .demo-card-wrapper {
  position: relative;
  margin: auto;
}
@media (max-width: 993px) {
	.vertical-tm#timeline .demo-card .head {
		position: unset !important;
		display: block !important;
		align-items: center;
		color: #fff;
		font-weight: 400;
	}
	.pt-timeline-post-excerpt {
		opacity: 1!important;
	}
	.vertical-tm#timeline .demo-card .head h2 {
		text-transform: uppercase;
		font-size: 1.3rem;
		font-weight: inherit;
		letter-spacing: -2px;
		margin: 0;
		padding-bottom: 0px;
		line-height: 3rem !important;
	}
	
}
@media (min-width: 1000px) {
  .vertical-tm#timeline .demo-card-wrapper {
    display: flex;
    flex-flow: column wrap;
    width: 1170px;
    height: 1650px;
    margin: 0 auto;
  }
}
.vertical-tm#timeline .demo-card-wrapper::after {
  z-index: 1;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  border-left: 1px solid rgba(191, 191, 191, 0.4);
}
@media (min-width: 1000px) {
  .vertical-tm#timeline .demo-card-wrapper::after {
    border-left: 1px solid #bdbdbd;
  }
}
.vertical-tm#timeline .demo-card {
  position: relative;
  display: block;
  margin: 10px auto 80px;
  max-width: 94%;
  z-index: 2;
}
@media (min-width: 480px) {
  .vertical-tm#timeline .demo-card {
    max-width: 60%;
    box-shadow: 0px 1px 22px 4px rgba(0, 0, 0, 0.07);
  }
}
@media (min-width: 720px) {
  .vertical-tm#timeline .demo-card {
    max-width: 40%;
  }
}
@media (min-width: 1000px) {
  .vertical-tm#timeline .demo-card {
    max-width: 450px;
    height: 400px;
    margin: 90px;
    margin-top: 45px;
    margin-bottom: 45px;
  }
  #timeline .demo-card:nth-child(odd) {
    margin-right: 45px;
  }
  .vertical-tm#timeline .demo-card:nth-child(odd) .head::after {
    border-left-width: 15px;
    border-left-style: solid;
    left: 100%;
  }
  .vertical-tm#timeline .demo-card:nth-child(odd) .head::before {
    left: 491.5px;
  }
  .vertical-tm#timeline .demo-card:nth-child(even) {
    margin-left: 45px;
  }
  .vertical-tm#timeline .demo-card:nth-child(even) .head::after {
    border-right-width: 15px;
    border-right-style: solid;
    right: 100%;
  }
  .vertical-tm#timeline .demo-card:nth-child(even) .head::before {
    right: 489.5px;
  }
  .vertical-tm#timeline .demo-card:nth-child(2) {
    margin-top: 180px;
  }
}
.vertical-tm#timeline .demo-card .head {
  position: relative;
  display: flex;
  align-items: center;
  color: #fff;
  font-weight: 400;
}
.vertical-tm#timeline .demo-card .head .number-box {
  display: inline;
  float: left;
  margin: 15px;
  padding: 10px;
  font-size: 35px;
  line-height: 35px;
  font-weight: 600;
  background: rgba(0, 0, 0, 0.17);
}
.vertical-tm#timeline .demo-card .head h2 {
  text-transform: uppercase;
  font-size: 1.3rem;
  font-weight: inherit;
  letter-spacing: -2px;
  margin: 0;
  padding-bottom: 6px;
  line-height: 1rem;
}
@media (min-width: 480px) {
  .vertical-tm#timeline .demo-card .head h2 {
    font-size: 28px !important;
    line-height: 2.2rem !important;
  }
}
.vertical-tm#timeline .demo-card .head h2 span {
  display: block;
  font-size: 1.3rem !important;
  margin: 0;
  line-height: 18px;
  letter-spacing: 1px;
}
@media (min-width: 480px) {
  .vertical-tm#timeline .demo-card .head h2 span {
    font-size: 0.8rem;
  }
}
.vertical-tm#timeline .demo-card .body {
  background: #fff;
  border: 1px solid rgba(191, 191, 191, 0.4);
  border-top: 0;
  padding: 15px;
}
@media (min-width: 1000px) {
  .vertical-tm#timeline .demo-card .body {
    height: auto;
  }
}
.vertical-tm#timeline .demo-card .body p {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 15px;
}
.vertical-tm#timeline .demo-card .body img {
  display: block;
  width: 100%;
}
.vertical-tm#timeline .demo-card--step1 {
  background-color: #46b8e9;
}
.vertical-tm#timeline .demo-card--step1 .head::after {
  color: #46b8e9;
}
.vertical-tm#timeline .demo-card--step2 {
  background-color: #3ee9d1;
}
.vertical-tm#timeline .demo-card--step2 .head::after {
  color: #3ee9d1;
}
.vertical-tm#timeline .demo-card--step3 {
  background-color: #ce43eb;
}
.vertical-tm#timeline .demo-card--step3 .head::after {
  border-color: #ce43eb;
}
.vertical-tm#timeline .demo-card--step4 {
  background-color: #4d92eb;
}
.vertical-tm#timeline .demo-card--step4 .head::after {
  color: #4d92eb;
}
.vertical-tm#timeline .demo-card--step5 {
  background-color: #46b8e9;
}
.vertical-tm#timeline .demo-card--step5 .head::after {
  border-color: #46b8e9;
}
.vertical-tm {
    display: block !important;
    position: unset !important;
    height: auto !important;
}
.head {
    padding: 12px 20px;
}