.titlebar56__title {
  font-size: 30px !important;
  line-height: 0;
  padding-top: 5px;
}

.title-listing{
  font-family: 'Eczar', serif !important;
    font-size: 18px !important;
    line-height: 25px;
    color: #221F1F;
    font-weight: 500;
}
.title-listing a:hover{
  text-decoration: none !important;
  color: #221F1F !important;
}

.excerpt-listing {
  font-family: 'Eczar', serif !important;
  font-size: 16px !important;
  line-height: 22px !important;
  color: #656565 !important;
}

.right-author{
  line-height:20px;
  font-weight: 400;
  padding-bottom: 5px;
}

.right-author a{
  color:#DF001F !important;
}

ul.paginate {
	display: block;
	font-size: 1.2em;
	float: right;
	margin-bottom: 15px;
	text-align: right;
}
ul.paginate li.current {
	display: block;
	float: left;
	padding: 3px 9px 0px;
	margin-right: 6px;
	border-radius: 3px;
	color: #444;
	font-size: 18px;
	font-weight: 500;
	background: rgba(0,0,0,.2);
	color: #fff;
}
ul.paginate li {
	float: left;
	list-style: none;
}
ul.paginate li a {
	display: block;
	float: left;
	color: #333;
	text-decoration: none;
	padding: 3px 9px 0px;
	margin-right: 6px;
	font-weight: 500;
	font-size: 18px;
	background: rgba(0,0,0,.1);
}

@media only screen and (max-width: 600px) {
	.title-listing {
		font-size: 16px !important;
		line-height: 22px;
	}
	.category-container .post56--list--thumb-pixel .thumbnail56+.post56__text{
		width: calc(100% - 175px);
	}
	.category-container .post56--list--thumb-pixel .thumbnail56 {
		width: 175px;
	}
	.pagination56{
		margin-top:25px !important;
	}
	.home-container{
		margin-top:20px;
	}
	.article-container .article-page-title {
		font-size: 24px !important;
		line-height: 31px !important;
	}
	.article-container .article-intro {
		font-size: 19px !important;
		line-height: 25px !important;
	}
	.article-container .article-content {
		font-size: 18px;
		line-height: 25px;
	}
	.video-container .titlebar56__title{
		margin-top:15px;
	}
	.video-container{
		padding:0 7px;
	}
	.video-container .big-video-title {
		line-height: 27px;
		font-size: 20px;
	}
	.magazine-container{
		margin-top:20px;
	}
	.mag_cov_img {
		width: 60%;
		margin: 5px auto;
	}
	.magazine-container .content_div{
		padding:0 10px;
	}
	.magazine-container hr{
		border-top: 1px solid #eee;
	}
	.mag-detail-container{
		padding:0 10px;
	}
	.mag-detail-container .titlebar56__title{
		margin-top:20px;
		margin-bottom:8px;
	}
	.mag-detail-container .listing_row .img_div {
		height: 80px !important;
		width: 100px !important;
	}
	.mag-detail-container .listing_row .img_div img{
		height: 80px !important;
	}
	.mag-detail-container .listing_row .content_div {
		width: 67%;
	}
}

.border-top{
	border-top: 1px solid #e0e0e0;
    padding: 10px 0;
	margin: 10px 0 0 0;
}

.rm-external-oi-link {
    display: flex;
    list-style: none;
    padding-left: 0px;
    margin-bottom: 0px;
    justify-content: center;
}
.rm-external-oi-link li a {
    font-weight: 600;
    text-decoration: none;
    color: #6e6b6b;
	font-family: eczar, serif !important;
}

@media only screen and (max-width: 767px){
	.taboola-container {
		width: 100%;
    	margin: auto;
	}

	.taboola-container #taboola-below-category-thumbnails, .taboola-container #taboola-below-homepage-thumbnails, .taboola-container #taboola-below-article-thumbnails{
		margin-left: 0px !important;
		margin-right: 0px !important;
		padding: 0px;
	}
	.rm-external-oi-link li a {
        font-size: 11px;
    }
	.rm-external-oi-link li:not(:last-child) {
        margin-right: 7px;
    }
}
@media screen and (min-width: 768px) {
    .rm-external-oi-link li:not(:last-child) {
        margin-right: 15px;
    }
}