.live-event-label {
	height:28px;
	background:#ffc107;
	color:#fff;
	position:relative;
	text-align:center;
	line-height:28px;
	display: inline-block;
	font-size: 17px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0 8px;
	margin: 0 8px 6px;
	color: #000;
}

.live-event-label img {
	height: 12px; 
	width: auto; 
	margin: -3px 2px 0 0;
	padding: 0;
}

.live-event-box {
	padding: 24px 12px 18px;
}

.live-event-box img.logo {
	height: 110px;
	width: auto;
	padding: 0 0 24px;

}

.live-event-box p.bold {
	font-weight: bold
}

.live-event-box .countdown {
	margin: 0 0 24px;
}

.live-event-box a.button {
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	color: #fff;
	background-color: #00bcd4;
	border-radius: 36px; 
	padding: 6px 24px;  
	display: inline-block;
	margin: 0 0 20px;
}

.live-event-box a.button:hover, 
.live-event-box a.button:active, 
.live-event-box a.button:focus {
	background-color: #00bcd4;
}

.live-event-hashtag {
	background: #e8f5fa;
	padding: 12px;
	border-radius: 6px;
}

.live-event-hashtag h2 {
	font-size: 30px;
	line-height: 1.4;
	font-weight: 600;
	color: #555;
	word-wrap: break-word;
}

.live-event-hashtag h3 {
	font-size: 16px;
	line-height: 1.4;
	padding: 6px 0;
	font-weight: bold; 
	color: #000;           
}   


.liveCowntdown {
    background-color: #bceaf0;
    color: black;
}