.wpmp_news_ticker {
	line-height:1;
}
.wpmp-clear {
	clear:both;
}
.wpmegapack_vc.wpmepack-news-ticker a {
	text-decoration:none;
	border-bottom:0;
	box-shadow:0 0 0;	
}
.wpmegapack_vc.wpmp_news_ticker.wpmp_post_display6 h2 {
	font-size:26px;
}
.wpmegapack_vc.wpmepack-news-ticker.title-box {
    background: rgba(0, 0, 0, 0.05);
    border-right: 0;
    height: 35px;
    margin-bottom: 15px;
    text-align: left;
}
.wpmegapack_vc.wpmepack-news-ticker.title-box .name-box {
    background: #e74c3c;
    color: #b72a23;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    height: 35px;
    line-height: 35px;
    padding: 0 20px;
    text-transform: uppercase;
	transition: color 0.3s ease 0s;
	width:16%;
	float:left;
	text-align:center;
}
.wpmepack-news-ticker .owl-carousel {
	width:84%;
	float:left;
}
.wpmegapack_vc.title-box .name-box:hover {
    color: #b72a23;
	transition: color 0.3s ease 0s;
}
.wpmp_news_ticker1 .owl-controls {
	opacity:1;
	transition: opacity 0.3s ease 0s;	
}
.wpmp_news_ticker1.owl-theme .owl-controls .owl-nav [class*="owl-"] {
	height:35px;
	top:0;
	padding:10px;
	background:#333;
	color:#FFF;
	font-size:14px;
	width:35px;
}
.wpmp_news_ticker1.owl-theme .owl-controls .owl-nav [class*="owl-"]:hover {
	color:#e74c3c;
}
.wpmp_news_ticker1 .owl-prev {
    right: 0;
    position: absolute;
	margin-right:35px;
	border-right:1.5px solid #FFF;
}
.wpmp_news_ticker1 .owl-next {
    right: 0;
    position: absolute;
	border-left:1.5px solid #FFF;
}
.wpmp-news-item {
	height:35px;
	line-height:35px;
}
.wpmp-news-item .category,
.wpmp-news-item .title-post,
.wpmp-news-item .data,
.wpmp-news-item .separator {	
	font-size:12px;
	margin:0;
	text-transform:uppercase;
	float:left;
}
.wpmp-news-item .category a {
	background: #e74c3c;
    color: #fff;
    font-weight: 800;
    letter-spacing: 1px;
    margin: 0 6px;
    padding: 5px 15px;
}
.wpmp-news-item .separator {
    color: #ffffff;
    margin: 0 10px;
}
.wpmp-news-item .data {
    color: #bcbcbc;
    font-size: 10px;
    margin-left: 25px;
}

@media (max-width: 768px) {
	.wpmegapack_vc.wpmepack-news-ticker.title-box .name-box,
	.wpmepack-news-ticker .owl-carousel {
		width:100%;	
	}
	.wpmp-news-item .data,
	.wpmp-news-item .separator,
	.wpmp_news_ticker1.owl-theme .owl-controls .owl-nav [class*="owl-"] {
		display:none!important;
	}
	.wpmp-news-item .category {
		width:30%;
		overflow: hidden;
		position: relative;
		text-overflow: ellipsis;
		white-space: nowrap;		
	}
	.wpmp-news-item .title-post {
		width:70%;
		overflow: hidden;
		position: relative;
		text-overflow: ellipsis;
		white-space: nowrap;		
	}
	.wpmepack-news-ticker .owl-stage-outer {
		background: rgba(0, 0, 0, 0.05);
	}	
}
