/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 11 2026 | 12:02:03 */
.liveblog-wrapper {
    max-width: 900px;
    margin: 0 auto;
}

.liveblog-editor {
    margin-bottom: 40px;
    padding: 20px;
    border: 1px solid #ddd;
    background: #fafafa;
}

#liveblog-submit {
    margin-top: 15px;
    padding: 10px 20px;
    cursor: pointer;
}

#liveblog-message {
    margin-top: 10px;
    font-weight: 600;
}

.liveblog-feed {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.liveblog-item {
    border-left: 4px solid #003399;
    padding: 15px;
    background: #fafafa;
}

.liveblog-time {
    font-size: 13px;
    font-weight: 700;
    color: #666;
    margin-bottom: 10px;
}

.liveblog-content img {
    max-width: 100%;
    height: auto;
    display: block;
}

.liveblog-new {
    animation: liveblogFlash 1.5s ease;
}

#liveblog-submit {
	border-radius: 30px !important;
	text-transform: uppercase !important;
	font-weight: bold;
	font-size: 14px !important;
	letter-spacing: 1px !important;
}
#mceu_1 {
	display: none !important;
}


.liveblog-actions {
    margin-top: 15px;
}

.liveblog-actions button {
    margin-right: 10px;
    cursor: pointer;
}

.liveblog-edit {
    background: #f5f5f5;
}

.liveblog-delete {
    background: #ffe5e5;
}

.liveblog-edit {
	//display: none !important;
}

button.liveblog-delete:hover {
	background: #da2128 !important;
	color: white !important;
	text-transform: uppercase !important;
	font-size: 14px !important;
	letter-spacing: 1px !important;
	border-radius: 30px !important;
}
button.liveblog-delete {
	text-transform: uppercase !important;
	font-size: 14px !important;
	letter-spacing: 1px !important;
	border-radius: 30px !important;
}

.postid-4547 .liveblog-delete:hover {
	color: white !important;
}
.postid-4547 #mceu_2-button {display: none !important}
.postid-4547 #mceu_3-button {display: none !important}
.postid-4547 #mceu_4-button {display: none !important}
.postid-4547 #mceu_5-button {display: none !important}
.postid-4547 #mceu_6-button {display: none !important}
.postid-4547 #mceu_7-button {display: none !important}
.postid-4547 #mceu_8-button {display: none !important}
.postid-4547 #mceu_9-button {display: none !important}
.postid-4547 #mceu_10-button {display: none !important}
.postid-4547 #mceu_11-button {display: none !important}

.postid-4547 button.ivlb-photo-button {
	border-radius: 20px !important;
	text-transform: uppercase !important;
	font-size: 14px !important;
	font-weight: bold !important;
	letter-spacing: 1px !important;
	padding: 10px 20px !important;
}
.postid-4547 button.ivlb-submit {
	border-radius: 20px !important;
	text-transform: uppercase !important;
	font-size: 14px !important;
	font-weight: bold !important;
	letter-spacing: 1px !important;
	padding: 10px 20px !important;
}
.ivlb-icon-button.ivlb-delete {
	background: #da2128 !important;
	color: white !important;
	border: 0px !important;
}

.ivlb-icon-button.ivlb-edit {
	background: #00A0E4 !important;
	color: white !important;
	border: 0px !important;
}
.ivlb-submit {
	background: #0396D9 !important;
}
.navigation.post-navigation {
	display: none !important;
}

.live-logout-link {
	background: #da2128 !important;
	color: white !important;
	text-transform: uppercase !important;
	font-weight: bold !important;
	border-radius: 20px !important;
	font-size: 14px !important;
	letter-spacing: 1px !important;
	padding: 10px 20px !important;
	text-decoration: none !important;
}
.live-logout-wrap {
	display: block !important;
	margin-bottom: 40px !important;
}
.logged-in #chaty-widget-0 {
	display: none !important;
}




@keyframes liveblogFlash {
    0% {
        opacity: 0;
        transform: translateY(-10px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}