/* Liveblog */
.elb-liveblog ul.elb-liveblog-list {
	border: none;
	padding: 0;
	margin: 0;
}

.entry-content ul .elb-liveblog-list{
	margin: 0;
	}

.elb-liveblog .elb-liveblog-post::before {
	display: none !important;
}

.elb-liveblog ul.elb-liveblog-list li.elb-liveblog-post::marker {
    font-size: 0;
	display: none !important;
}

.elb-liveblog-post-content h2, .elb-liveblog-post-content h3, .elb-liveblog-post-content h4, .elb-liveblog-post-content h5, .elb-liveblog-post-content h6 {
    font-family: 'Montserrat'!important;
}

button#elb-load-more:hover {
    background: #5d6266;
}

.elb-liveblog-post-content dfn,.elb-liveblog-post-content cite,.elb-liveblog-post-content em,.elb-liveblog-post-content i {
    font-family: 'Montserrat'!important;
}

button#elb-load-more:hover {
    background: #5d6266;
}

.elb-liveblog-post-heading {
	font-size: 22px !important;
	margin: 0 !important;
	font-family: 'Montserrat'!important;
}

.elb-liveblog-post-sharing {
	margin-top: 10px;
}

.elb-liveblog-post-sharing a {
	color: rgba( 0, 0, 0, .5 );
	display: inline-block;
}

.elb-liveblog-post-sharing a:hover {
	color: rgba( 0, 0, 0, 1 );
}

.elb-liveblog-post-content {
	width: 100%;
	overflow: hidden;
	font-family:'Montserrat';
}

.elb-liveblog-post-content p:last-of-type {
	margin-bottom: 0;
}

.elb-liveblog-closed-message,
.elb-no-liveblog-entries-message {
	font-style: italic;
	margin: 15px 0;
}

.elb-liveblog-actions {
	font-size: .9rem;
	margin-top: 15px;
	opacity: .9;
    display: none;
}

.elb-liveblog-actions a {
	margin-right: 6px;
	display: inline-block;
	font-family: 'Montserrat'
}

.elb-liveblog-post-time {
	margin: 0;
	padding: 0;
	font-size: 14px;
}

.elb-button {
	color: #fff;
}

#elb-show-new-posts {
	margin-bottom: 15px;
	font-family: 'Montserrat';
    font-size: 1em;
}

p.elb-liveblog-post-time {
    font-family: 'Montserrat';
    background: black;
    padding: 0em .5em;
    color: white;
    max-width: fit-content;
    margin-bottom: .5em;
}

.elb-liveblog-time-author {
    display: flex;
    align-items: flex-start;
	flex-direction: column;
}

li.elb-liveblog-post {
    background: #f1f1f1;
    padding: 1em !important;
    margin-bottom: 1em;
}

.elb-liveblog-post-content p a {
    font-family: 'Montserrat' !important;
}

p.elb-liveblog-post-author {
    background: #e8463c;
    color: white;
    width: fit-content;
	font-family:'Montserrat';
    padding: 0em .5em;
	margin: 0;
	font-weight: 600;
}

.elb-liveblog-photo-author {
    width: 55px;
    margin-right: 10px;
}

.elb-liveblog-info {
    display: flex;
	align-items: center;
}

.elb-no-liveblog-entries-message {
    font-family: 'Montserrat';
    background: #f1f1f1;
    padding: 1em;
    font-weight: 600;
}

.elb-liveblog-closed-message {
    font-family: 'Montserrat';
    background: black;
    width: fit-content;
    color: white;
    padding: 0 1em;
    font-weight: 600;
}

@media (max-width: 600px){
.elb-liveblog-post-content .gallery-columns-2 .gallery-item,.elb-liveblog-post-content .gallery-columns-3 .gallery-item,.elb-liveblog-post-content .gallery-columns-4 .gallery-item,.elb-liveblog-post-content .gallery-columns-5 .gallery-item  {
    max-width: 100%;
}
}