/* -- ---------- CSS file for danfallon.com.au ----------- -- */
/* -- -------- use with timeline template / theme -------- -- */
/* -- update will override so this needs to remain updated -- */
/* -- -------------- last updated 22/01/24 --------------- -- */


body {
    background: #f6f6f6;
    font: 400 12px/1.5 "Montserrat", sans-serif !important;
    color: #171822;
    -webkit-font-smoothing: antialiased;
}

.timeline {
	list-style: none;
	padding:0;
	margin: 0;
	position: relative;
}

/*.timeline:before {
	top: 0;
	bottom: 0;
	position: absolute;
	content: " ";
	width: 8px;
	background-color: #efefea;
	left: 50%;
	margin-left: -1.5px;
	box-shadow: inset 0 0 6px rgba(0,0,0,0.25);
} */

.timeline > li {
	margin-bottom: 0px;
	position: relative;
}

.timeline > li:before, .timeline > li:after {
	content: " ";
	display: table;
}

.timeline > li:after {
	clear: both;
}

.timeline > li:before, .timeline > li:after {
	content: " ";
	display: table;
}

.timeline > li:after {
	clear: both;
}

.timeline > li > .timeline-panel.post {
	width: 71%;
	float: left;
	background-color: #fff;
	border-radius: 4px;
	padding: 0px;
	position: relative;
	margin: 0 0 64px;	
	border:1px solid #efefea;
}

.timeline > li > .timeline-badge {

	display:none;
}


.timeline > li.timeline-inverted > .timeline-panel.post {
	float: right;
}

.timeline > li.timeline-inverted > .timeline-panel.post:before {
	border-left-width: 0;
	border-right-width: 15px;
	left: -15px;
	right: auto;
}

.timeline > li.timeline-inverted > .timeline-panel.post:after {
	border-left-width: 0;
	border-right-width: 14px;
	left: -14px;
	right: auto;
}

.timeline-badge.primary {
	background-color: #2e6da4 !important;
}

.timeline-badge.success {
	background-color: #3f903f !important;
}

.timeline-badge.warning {
	background-color: #fe4a3e !important;
}

.timeline-badge.danger {
	background-color: #d9534f !important;
}

.timeline-badge.info {
	background-color: #5bc0de !important;
}

.timeline-body > ul {
	margin-bottom: 0;
}

.timeline-body > p + p {
	margin-top: 8px;
}

@media (max-width: 767px) {
	ul.timeline:before {
		left: 50%;
	}

	ul.timeline > li > .timeline-panel.post {
		width: calc(100% - 80px);
		width: -moz-calc(100% - 80px);
		width: -webkit-calc(100% - 80px);
	}

	ul.timeline > li > .timeline-panel.post {
		float: right;
	}

	ul.timeline > li > .timeline-panel.post:before {
		border-left-width: 0;
		border-right-width: 16px;
		left: -16px;
		right: auto;
	}

	ul.timeline > li > .timeline-panel.post:after {
		border-left-width: 0;
		border-right-width: 16px;
		left: -16px;
		right: auto;
	}
}

.blog-timeline {
	/*background-image: url(../images/icons/diagmonds.png);
	background-position: center center;
	background-attachment: fixed; */
}

.timeline-panel.post .post-content-area {
	padding: 2rem;
}

.timeline-panel.post .post-header {
	margin: 0 0 2rem;
}

.timeline-panel.post .post-title {
	font-size: 2rem;
}

.timeline-panel.post .more-link {
	word-break: break-all;
	padding: 6px 12px;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	font-size: 14px;
	border: none;
	background: #fe4a3e;
	color: #ffffff;
	display: inline-block;
	white-space: normal;
	margin-top: 10px;
}

.timeline-panel.post .more-link:hover, .timeline-panel.post .more-link:focus {
	background: #232323;
	color: #ffffff;
}

.timeline-panel.post .more-link:after {
	display: none;
}

.timeline-panel.post .post-thumbnail {margin:24px;width:38%;float:right}

.timeline > li > .entry-date-badge {
	color: #fff;
	min-width: 200px;
	background-color: #ffffff;
	z-index: 100;
}
.blog-timeline .entry-date-badge.caret-left {
    box-shadow: 0px 12px 5px -9px rgb(0 0 0 / 20%);
    position: relative;
    margin-top: 4rem;
    width: calc(29% - 2rem);
    float: right;

}


.blog-timeline .entry-date-badge.caret-right {
	 box-shadow: 0px 12px 5px -9px rgb(0 0 0 / 20%);
    position: relative;
    margin-top: 4rem;
    width: calc(29% - 2rem);
    float: left;

}

.blog-timeline .entry-date-badge .entry-date {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
    color: #efefea;
    display: flex;
    background-color: #231f20;
    padding: 2rem;
}
	
.blog-timeline .entry-date-badge .entry-date big {
	display:none;
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
	.blog-timeline .entry-date-badge .entry-date {
		font-size: 24px;
		line-height: 1.3;
	}
}

@media screen and (min-width: 768px) and (max-width: 992px) {
	.blog-timeline .entry-date-badge .entry-date {
		font-size: 24px;
		line-height: 1.3;
	}

	
}

@media screen and (min-width: 100px) and (max-width: 768px) {
	.timeline > li > .timeline-panel.post {
		margin: 100px 0 60px;
	}

	ul.timeline > li > .timeline-panel.post {
		width: calc(100% - 0px);
		width: -moz-calc(100% - 0px);
		width: -webkit-calc(100% - 0px);
	}

	.blog-timeline .entry-date-badge .entry-date {
		font-size: 16px;
		line-height: 1.5;
	}

	.timeline > li > .timeline-badge {
		width: 60px;
		height: 60px;
		padding: 7px;
		margin-left: -30px;
		border: 3px solid #fff;
		left: 50%;
		top: 20px;
		position: relative;
	}

	.blog-timeline .entry-date-badge.caret-left, .blog-timeline .entry-date-badge.caret-right {
		top: 80px;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		left: 0;
		right: 0;
		width: 30%;
		margin: 0 auto;
	}

	.blog-timeline .entry-date-badge.caret-left:before, .blog-timeline .entry-date-badge.caret-right:after {
		display: none;
	}

	.blog-timeline .entry-date-badge .entry-date big {
		padding: 7px 10px;
	}

	.timeline > li > .timeline-badge > .dashicons {
		font-size: 24px;
		line-height: 1.6;
	}
}

.blog-timeline .post-meta {
	font-weight: 500;
}

.blog-timeline .post-meta i.fa {
	color: #232323;
	font-size: 15px;
	padding-right: 3px;
}

.blog-timeline .post-meta span::after {
	content: "|";
	color: #939393;
	margin-left: 15px;
	margin-right: 15px;
}

.blog-timeline-header {
	margin: 0;
	text-align: center;
}

.blog-timeline-header-title {
	margin: 0;
	display: inline-block;
	font-size: 36px;
	padding-bottom: 15px;
	padding-left: 35px;
	padding-right: 35px;
	background: #fff;
	font-weight: 600;
	position: relative;
	box-shadow: inset 0 0 7px rgba(0,0,0,0.25);
	padding-top: 15px;
	line-height: 1.5;
}

.news-title-color {
	color: #fe4a3e;
}

.p-top-70 {
	padding-top: 70px !important;
}

/* =======================================
 Blog Timeline Carousal CSS
======================================= */
#blog-timeline-carousal .flex-control-nav {
	top: 85%;
}

#blog-timeline-carousal .flex-direction-nav .flex-prev {
	left: 10px;
	text-align: center;
	opacity: 1;
}
#blog-timeline-carousal .flex-direction-nav .flex-next {
	right: 10px;
	text-align: center;
	opacity: 1;
}
#blog-timeline-carousal .flex-direction-nav a {
	background-color: rgba(0, 0, 0, 0.3);
	width: 50px !important;
	height: 50px !important;
	font-size: 40px;
	line-height: 1.65;
}
#blog-timeline-carousal .flex-direction-nav a:before {
	font-size: 30px;
}

/*underline links */
.entry-date-badge a{
	text-decoration: none;
}

/*
.post-meta {display:none;}
*/

.logo-text a{
	color: #000;
}

.margin-breadcrumb {display:none;}


.blog-timeline-header-title  {font-size:18px;width:100%;box-shadow:none;}

.post-more ol {margin-bottom:10px;}
.post-more ol > li {margin-bottom:0;}


ul.details li {list-style-type:none;margin-bottom:0;font-weight:400;}
	
	.post-thumbnail a img {box-shadow: 3px 3px 6px rgba(0,0,0,0.19);
    border: 1px solid rgba(0,0,0,0.38);}

	
	
	.showlinks {display:none;}
	.showlinksYes {display:block;clear:both;width:100%;border-top:0.1rem solid rgba(0,0,0,0.19);margin-top:2rem;}
	
	.showlinksYes ul {display:block;margin-left:0;list-style-type:none;}
	.linktitle {font-weight:700;margin:0;color:rgba(0,0,0,0.38);width:100%;display:block;}
	
	.spotifylink, 
	.bandcamplink, 
	.audiuslink, 
	.youtubelink, 
	.applemusiclink, 
	.tidallink, 
	.soundcloudlink {display:none;}
	
	.spotifylinkYes, 
	.bandcamplinkYes, 
	.audiuslinkYes, 
	.youtubelinkYes, 
	.applemusiclinkYes, 
	.tidallinkYes, 
	.soundcloudlinkYes  {display:block;float:left;width:6.8rem;margin:0.5rem 1rem;}
	
	.spotifyimage, 
	.bandcampimage, 
	.audiusimage, 
	.youtubeimage, 
	.applemusicimage, 
	.tidalimage, 
	.soundcloudimage {width:6.8rem;height:6.3rem;padding:0 1rem 1.5rem;}
	
	.spotifylinkYes a, 
	.bandcamplinkYes a, 
	.audiuslinkYes a, 
	.youtubelinkYes a, 
	.applemusiclinkYes a, 
	.tidallinkYes a, 
	.soundcloudlinkYes a  {opacity:0.71;}
	
	.spotifylinkYes a:hover, 
	.bandcamplinkYes a:hover, 
	.audiuslinkYes a:hover, 
	.youtubelinkYes a:hover, 
	.applemusiclinkYes a:hover, 
	.tidallinkYes a:hover, 
	.soundcloudlinkYes a:hover  {opacity:1;}
	
	.releasefooter {clear:both;background-color:rgba(0,0,0,0.09);color:#000;text-align:right;display:block;padding:1rem;margin:0;font-weight:700;margin-left:-2rem;margin-right:-2rem;margin-bottom:-2rem;}

ol.album-release li {font-weight:700;}
ol.album-release li::marker {font-weight:400;}



.post-more p:last-child {
    margin-bottom: 1rem !important;
}
