/**** Live Blog ****/
.btNoSidebar #wpcom-liveblog-container {max-width:640px;}
#wpcom-liveblog-container {margin: 30px auto; border-top: 2px solid #ddd; padding-top: 30px;}
.liveblog-entry {border: 1px solid #ddd; background:transparent; margin-bottom: 50px; padding: 25px 30px 10px;}
.liveblog-entry-content p {margin-bottom:20px;}
.liveblog-entry-content iframe {width:100%; min-height:360px;}
.single-post.btWithSidebar .liveblog-entry-content .twitter-tweet {float: none !important; margin: 0 !important; width: 100% !important;}
.liveblog-entry-content em {font-size: 14px; color: #666; font-weight: normal; font-style: normal; padding: 0; margin: -20px 0 20px; display: block; background: url(/wp-content/uploads/2019/02/icon-photocaption.png) no-repeat; background-size: 20px; padding-left: 25px; line-height:1.2;}
.liveblog-entry-content p {font-size:1.125em;}
.liveblog-entry-aside {flex-basis:unset; min-width: 100%; margin-right: 0;}
.liveblog-editor-subTitle, .Select--multi {	display: none;}
.liveblog-publish-btn, .liveblog-update-btn {width: auto; padding: 10px; color: #fff; border-radius:2px;}
.liveblog-update-btn {background:red;}
.liveblog-entry {flex-direction:column;}
.liveblog-meta-time > span, .lb-share-label {text-decoration:none !important; text-transform:uppercase; display:inline-block; font-weight:normal !important; margin-right:7px; color: #888 !important; font-size:11px;}
.liveblog-meta-author-name {margin:0; color:#666;}
.liveblog-entry-delete-confirm {z-index:1;}

.liveblog-pagination-btn, .liveblog-pagination-pages, .liveblog-meta-time > span, .lb-share-label,
.liveblog-editor-title, .liveblog-image-upload-btn-text, .liveblog-editor-tabs *, .liveblog-publish-btn, .liveblog-update-btn, .liveblog-media-block, .liveblog-btn  {font-family: "Open Sans", sans-serif;}

.lb-share-container {float:right;}
.lb-twitter-share, .lb-fb-share {text-indent:-9999px; display:inline-block; width:30px; height:30px; background-repeat:no-repeat; background-size:contain; vertical-align:top;}
.lb-twitter-share {background-image:url(/wp-content/uploads/2018/09/footer-social-icons-tw.png);}
.lb-fb-share {background-image:url(/wp-content/uploads/2018/09/footer-social-icons-fb.png); margin-left:10px;}

#top > #wpcom-liveblog-container,
.logged-in .liveblog-editor-tabs > button:nth-child(3){
	display: none;
}


.liveblog-entry {border: 0px solid #ddd; background:#eaeaec; border-top: 2px solid #0171b3;}
.liveblog-entry *{ background:#eaeaec; }
.liveblog-entry .wp-embed{ background-color:#eaeaec; }


.live-blog-articles-custom {border: 0px solid #ddd; background:#eaeaec; border-top: 2px solid #0171b3; padding: 25px 30px; margin-bottom: 60px; }
.live-blog-articles-custom *{ background:#eaeaec; }
.live-blog-articles-custom img{ width: 100%; }
.live-blog-articles-custom .wp-embed{ background-color:#eaeaec; }


.TopicsContainer {
    position: static;
    /* top: 10px;
    left: 100px; */
    height: auto;
}

#wpcom-liveblog-container {
    margin: 0px auto;
    border-top: 0px solid #ddd;
    padding-top: 30px;
}
.liveblog-topics {
    border-top: 2px solid #0171b3;
    background-color: #eaeaec;
    width: 100%;
	height: auto;
    overflow: visible;
    padding-left: 0px;
    text-decoration: none;
}



.liveblog-topics::-webkit-scrollbar-track
{
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  background-color: #F5F5F5;
}

.liveblog-topics::-webkit-scrollbar
{
  width: 6px;
  background-color: #F5F5F5;
}

.liveblog-topics::-webkit-scrollbar-thumb
{
  background-color: #444444;
}

.liveblog-btn-delete{
	background: #8e0000 !important;
}

.liveblog-btn-delete:hover{
	background: #bc0b0b !important;
}



.liveblog-topic {
    height: auto;
	padding: 2px 15px;
    cursor: pointer;
	border-bottom: 1px solid #d5d5d5;
}

.liveblog-entry {
    padding-bottom: 100px;
}





.PostLiveblogContainer{
	display: flex;
	max-width: 970px;
    margin: 0 auto;
}

#wpcom-liveblog-topics {
	/* float: left; */
	width: 30%;
	/* overflow-x: hidden;
	padding: 10px; */
	/* background: #dbdbdb; */
}
/* Only stick if you can fit */
@media (min-height: 300px) {
	#wpcom-liveblog-topics {
    	position: sticky;
   		top: 0;
  }
}
#wpcom-liveblog-container {
	/* float: left; */
	/* background: #c7c7c7; */
	width: calc(70% - 60px);
	/* margin-left: 60px;
	position: static;
	right: 0; */
	padding-top: 56px;
}

.liveblog-topic-author{
	margin-bottom: 0px !important;
}

.liveblog-share-btn{
	position: absolute;
	bottom: 20px;
	left: 20px;
	padding-right: 40px;
	/* background-image: url('https://balkaninsight.com/wp-content/uploads/2021/06/share-btn.png'); */
	background-repeat: no-repeat;
	background-position: right 0;
	background-color: transparent;
	float: left;
	display: block;
	width: auto;
	z-index: 90;
}
.liveblog-share-btn-clicked{
	/* background-image: url('https://balkaninsight.com/wp-content/uploads/2021/06/share-btn-blue.png'); */
	color: #0092BB;
}

.liveblog-share-thread{
	position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 80;
	text-align: center;
	padding: 20px;
}
.liveblog-share-thread a{
	display: inline;
}

a.cl1{
	text-indent: -99999999px;
	width: 30px;
	height: 30px;
	display: inline-block;
	background-image: url('https://balkaninsight.com/wp-content/uploads/2021/06/share-fb.png');background-repeat: no-repeat;
	background-position: center;
	background-color: transparent;
	background-size: 100%;
	margin: 0 10px;
	margin-left: 80px;
}
a.cl2{
	text-indent: -99999999px;
	width: 30px;
	height: 30px;
	display: inline-block;
	background-image: url('https://balkaninsight.com/wp-content/uploads/2021/06/share-tw.png');background-repeat: no-repeat;
	background-position: center;
	background-color: transparent;
	background-size: 100%;
	margin: 0 10px;
}
a.cl4{
	text-indent: -99999999px;
	width: 30px;
	height: 30px;
	display: inline-block;
	background-image: url('https://balkaninsight.com/wp-content/uploads/2021/06/share-li.png');background-repeat: no-repeat;
	background-position: center;
	background-color: transparent;
	background-size: 100%;
	margin: 0 10px;
}
a.cl3{
	display: inline-block;
	background-color: transparent;
	margin: 0px;
	float: right;
	cursor: pointer;
	color: #0092BB;
}




@media only screen and (max-width: 600px) {
	
	.PostLiveblogContainer{
		display: block;
		width: 100%;
		margin: 0 auto;
		padding: 0 15px;
	}

	#wpcom-liveblog-topics {
		width: 100%;
	}
	#wpcom-liveblog-container {
		width: 100%;
		margin-left: 0;
		position: relative;
	}
	
	.liveblog-topics {
		min-height: 300px;
		max-height: 300px;
		overflow: auto;
	}

}
