.btn-alt-primary,
.btn-alt-primary {
	background: #e62323 !important;
	color: #fff !important;
}

.uc-logo img {
	width: 200px !important;
}

#topNewsBar {
	background: #000;
	margin-bottom: 15px;
}

#topNewsBar .post-title {
	color: #fff;
}

.popular-widget {
	background: #000;
}

#PopularNews .post-title {
	color: #fff !important;
}

#PopularNews .post-date {
	color: #fff !important;
}



.top-news-bar {
	width: 100%;
	height: 32px;
	overflow: hidden;
	display: flex;
	align-items: center;
}

.ticker-wrap {
	width: 100%;
	overflow: hidden;
}

.ticker-content {
	display: inline-flex;
	align-items: center;
	white-space: nowrap;
	animation: ticker 60s linear infinite;
}

.ticker-wrap:hover .ticker-content {
	animation-play-state: paused;
}

.ticker-content span {
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	margin-right: 60px;
	flex-shrink: 0;
}

@keyframes ticker {
	from {
		transform: translateX(100%);
	}

	to {
		transform: translateX(-100%);
	}
}


/* video */
.video-play-btn {
	position: absolute;
	top: 50%;
	left: 50%;

	transform: translate(-50%, -50%);

	width: 70px;
	height: 70px;

	border-radius: 50%;

	display: flex;
	align-items: center;
	justify-content: center;

	background: rgba(255, 255, 255, .9);

	font-size: 30px;

	transition: .3s;
}

.post:hover .video-play-btn {
	transform:
		translate(-50%, -50%) scale(1.15);
}

.video-wrapper {
	position: relative;
	cursor: pointer;
}

.video-play-btn {
	position: absolute;
	top: 50%;
	left: 50%;

	transform: translate(-50%, -50%);

	width: 70px;
	height: 70px;

	border-radius: 50%;

	background: rgba(255, 255, 255, .9);

	display: flex;
	align-items: center;
	justify-content: center;

	font-size: 30px;
}



.social-facebook {
	color: #1877F2 !important;
}

.social-instagram {
	color: #E4405F !important;
}

.social-youtube {
	color: #FF0000 !important;
}

.social-facebook:hover {
	color: #1877F2 !important;
}

.social-instagram:hover {
	color: #E4405F !important;
}

.social-youtube:hover {
	color: #FF0000 !important;
}