
/* 4. TIMELINE*/
.cd-container {
  
  max-width: 100%;
  margin: 0 auto;
}
.cd-container::after {
  /* clearfix */
  content: '';
  display: table;
  clear: both;
}
#cd-timeline {
  position: relative;
  margin: 50px 0px;
  margin-bottom: 110px;
}
#cd-timeline::before {
	/* this is the vertical line */
	content: '';
	position: absolute;
	top: 0;
    left: 50%;
	margin-left: -2px;
	height: 100%;
	width: 4px;
	background: #ffffff;
	opacity: 0.6;
}

.cd-timeline-block {
  position: relative;
  margin: 4em 0;
}

.relative{
	position: relative;
}

.cd-content .relative  img,
.cd-content > img{
	width: 100%;
}

.cd-timeline-block.year-block{
	margin: 8em 0;
}

@media only screen and (max-width: 768px) {
	.cd-timeline-block.year-block{
		margin: 0px;
	}	
	
	.cd-timeline-block.year-block .cd-timeline-year{
		margin-bottom: 0px;
	}
}

.cd-timeline-block:after {
  content: "";
  display: table;
  clear: both;
}
.cd-timeline-block:first-child {
  margin-top: 0;
}
.cd-timeline-block:last-child {
  margin-bottom: 0;
}

.cd-timeline-img, .cd-timeline-year {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	text-align: center;
	color: #ffffff;
	padding-top: 11px;
	margin: 0px auto;
	margin-bottom: 20px;
	box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.15);
}

.load-more-block .cd-timeline-year{
	margin-bottom: 0px;
}

.cd-timeline-year{
	background: #454545;
}

.cd-timeline-img{
	/*background: #E74C3C;*/
	background: #277404;
	color: #ffffff;	
}

.cd-timeline-img h2, .cd-timeline-year h2{
	margin: 0px;
	color: #ffffff;
	line-height:22px;
	font-size: 20px;
}

 .cd-timeline-year h2{
	margin: 0px;
	line-height: 35px;
 }

.cd-timeline-img p, .cd-timeline-year p{
	line-height: 13px;
	font-size: 13px;
	text-transform: uppercase;
}

@media only screen and (min-width: 768px) {
	.cd-timeline-img, .cd-timeline-year{
		position: absolute;
		left: 50%;
		margin-left: -30px;
		/* Force Hardware Acceleration in WebKit */
		-webkit-transform: translateZ(0);
		-webkit-backface-visibility: hidden;
	}
}

.cd-timeline-img.is-hidden, .cd-timeline-year.is-hidden {
	visibility: hidden;
}

.cd-timeline-img.bounce-in,.cd-timeline-year.bounce-in {
	visibility: visible;
	-webkit-animation: cd-bounce-1 0.6s;
	-moz-animation: cd-bounce-1 0.6s;
	animation: cd-bounce-1 0.6s;
}

@-webkit-keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -moz-transform: scale(0.5);
  }

  60% {
    opacity: 1;
    -moz-transform: scale(1.2);
  }

  100% {
    -moz-transform: scale(1);
  }
}
@keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
.cd-timeline-content {
  position: relative;
  background: #ffffff;
  box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.15);
}

.cd-timeline-content.sticky-post{
	/*border-top: 3px solid #E74C3C;*/
	border-top: 3px solid #277404;
}

.cd-timeline-content:after {
  content: "";
  display: table;
  clear: both;
}
.cd-timeline-content .cd-read-more{
	color: #ffffff;
	display: inline-block;
}

.cd-timeline-content .cd-author {
	display: none;
	margin-bottom: 30px;
}

.cd-timeline-content .cd-read-more {
	border: none;
}

.overlay{
	background: rgba( 231, 76, 60, 0.8  );
	text-align: center;
	color: #ffffff;
	padding: 100px 20px;
}

.content-bg blockquote h2, .content-bg a h2{
	font-style: italic;
	color: #ffffff;
}

.content-bg cite{
	text-transform: uppercase;
	display: block;
	text-align: right;
	margin-top: 20px;
}


.overlay .post-meta{
	margin-bottom: 30px;
}

.overlay .post-meta, .overlay .post-meta a{
	text-align: center;
	color: #ffffff;
}

.overlay .post-meta a:hover{
	color: #dfdfdf;
}

.cd-timeline-content .cd-author {
	float: left;
	padding: .8em 0;
}


@media only screen and (min-width: 768px) {
	.cd-timeline-content {
		margin-left: 0;
		width: 43%;
	}	
	.cd-timeline-content .cd-read-more {
		float: left;
	}
	.cd-timeline-content .cd-author {
		display: inline-block;
		position: absolute;
		width: 100%;
		left: 125%;
		top: 40px;
	}
  
	.cd-timeline-content .cd-author img{
		box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.15);
		-moz-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.15);
		-webkit-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.15);
		border-radius: 0% 100% 100% 100%;
		width: 150px;
		height: 150px;
	}
  
	.cd-timeline-block.even .cd-timeline-content {
		float: right;
	}

	.cd-timeline-block.even .cd-timeline-content .cd-read-more {
		float: right;
	}
	.cd-timeline-block.even .cd-timeline-content .cd-author {
		left: auto;
		right: 125%;
		clear: both;
	}
	
	.cd-timeline-block.even .cd-timeline-content .cd-author img{
		border-radius: 100% 0% 100% 100%;
		float: right;
	}
 
}

.cd-timeline-content.is-hidden {
	opacity: 0;
	top: 20px;
}


@media only screen and (min-width: 990px) {
	.cd-timeline-content {
		width: 45%;
	}
	.cd-timeline-block.even .cd-timeline-content .cd-author {
		right: 120%;
	}
	
	.cd-timeline-content .cd-author {
		left: 120%;
	}
}
/* END TIMELINE */

/* 5. POST META */
.post-header .post-meta{
	margin: 10px 0px;
}

.post-meta li{
	display: inline-block;
	margin-right: 10px;
}

.post-meta li .fa{
	margin-right: 2px;
}

.post-meta{
	font-size: 13px;
	line-height: 23px;
	color: #717171;
}

.post-meta a, .post-meta a:visited{
	color: #717171;
}

.post-meta a:hover{
	color: #E74C3C;
}
/* END POST META */

/* 6. POST BLOCKS */
.post-title{
	margin: 0px;
	display: inline-block;
}

.post-title h2{
	margin: 0px;
}

.post-title:hover h2{
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	color: #E74C3C;
}

.post-content{
	margin: 20px 0px;
}

.post-content img{
	max-width: 100%;
}

.content-padding{
	padding: 30px;
}

/* END POST BLOCKS */


/* 8. AUDIO POST FOMRAT */
.post-audio-absolute{
	position: absolute;
	bottom: 20px;
	left: 5%;
	right: 5%;
	display: block;
}

.audio-player{
	display: block;
	width: 100%;
}
/* END AUDIO POST FOMRAT */
