/*.module-ticker-news {
	background-color: #fff;
    display: none;
}
.module-ticker-news .title-posts-by-category {
    color: #000;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding-left: 15px;
    padding-right: 15px;
}
.module-ticker-news .item {
	padding: 10px 15px;
}
.module-ticker-news .item a {
    display: flex;
    justify-content: center;
}
.module-ticker-news .owl-controls {
    display: none !important;
}
.module-ticker-news .owl-carousel {
    display: inline-block;
    overflow: hidden;
    position: relative;
    margin-bottom: 0;
}
.module-ticker-news .owl-carousel .owl-stage {
    position: relative;
    display: flex;
    align-items: center;
}
.module-ticker-news .owl-carousel .disabled {
    display: none;
}
.module-ticker-news .owl-carousel .owl-dots {
    text-align: center;
    display: none;
}
.module-ticker-news .owl-carousel .owl-dot {
	width: 10px;
	height: 10px;
	margin: 0 5px;
    border-radius: 100%;
    border: 1px solid;
}
.module-ticker-news .owl-carousel .owl-dot.active {
    background: grey;
}
.module-ticker-news .owl-carousel .owl-nav {
    display: none;
}*/

/* TICKER */

.ticker-news-shorcode{
    margin: 0!important;
}

.module-ticker-news .owl-carousel {
    margin: 0;
}

.module-ticker-news .item {
    display: flex;
    align-items: center;
    padding: 20px 40px;
    border-top: 1px solid #477698;
}

.module-ticker-news .item span {
    background: red;
    border-radius: 20px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
    padding: 10px 20px;
    align-items: center;
    margin-right: 10px;
}
.module-ticker-news .item .title-posts-by-category{
    font-size: 14px;
    line-height: 18px;
    color: #333;
    margin: 0;
}
.module-ticker-news .item a{
    color: #333;
}
.module-ticker-news .item a:hover{
    color: #477698;
}
.module-ticker-news .item .title-posts-by-category:hover{
    color: #477698;
}

@media only screen and (max-width: 768px){
    .module-ticker-news .item {
        padding: 20px 25px;
    }
}