/* =Top Row
-------------------------------------------------------------*/
a.rss {
	height: 24px;
	line-height: 24px;
	padding-left: 30px;
	background: url("../images/rss.svg") left center no-repeat;
	background-size: 24px auto;
	margin-top: -11px;
}
a.rss {
	font-family: "ZonaProBold", Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #7a7a7a;
	transition: color ease .5s;
}
a.rss strong {
	color: var(--blue);
}
.cat-heading:after {
	top: 11px;
}
/* =Large Top Opinion
-------------------------------------------------------------*/
.featured-opinion {
	margin-bottom: 40px;
}
.featured-opinion article{
	align-items: center;
}
.featured-opinion article > .left {
	width: 49%;
	padding-right: 35px;
}
.featured-opinion article > .right {
	width: 51%;
}
.featured-opinion article > .left p {
	font-size: 1.143em;
	line-height: 1.5;
	margin-bottom: 10px;
}
.featured-opinion article > .right img {
	height: 100%;
	object-fit: cover;
}
.featured-opinion article a.img-container {
	margin-bottom: 0;
}
.featured-opinion .info.row {
	border: none;
	margin-top: 10px;
}
.featured-opinion .metadata {
	border-top: 1px solid var(--medium-grey);
	margin-top: 20px;
	padding-top: 20px;
	margin-bottom: 0;
}
.opinions .three-articles + nav {
	margin-top: 0;
}
.opinions .three-articles > article {
	width: calc((100% - 60px) / 3);
	margin-right: 30px;
	margin-bottom: 30px;
	position: relative;
	overflow: hidden;
}
.opinions .three-articles > article p{
	  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}
.opinions .three-articles {
	justify-content: flex-start;
}
.opinions .three-articles > article:nth-child(3n) {
	margin-right: 0;
}
.author {
	padding-left: 20px;
	background: url("../images/edit.svg") 1px top no-repeat;
	background-size: 14px auto;
	display: block;
	margin-bottom: 10px;
	font-size: 12px;
}
article .info.row {
	border-top: 1px solid var(--medium-grey);
}
.opinions .metadata time:before {
	display: none;
}
.opinions .metadata time {
	margin-left: 0;
	padding-left: 20px;
}
article.lighter-grey a.more {
	margin-top: 12px;
	background-position: right top;
}
.info.row span {
	display: block;
	margin-right: 15px;
	padding-left: 20px;
	font-size: 11px;
	height: 18px;
    line-height: 20px;
    float: left;
    -webkit-user-select: none; /* Safari */        
-moz-user-select: none; /* Firefox */
-ms-user-select: none; /* IE10+/Edge */
user-select: none; /* Standard */
}
.info.row span:last-child {
	margin-right: 0;
}
.info.row span.comments {
	background: url(../images/comments-grey-new.svg) left center no-repeat;
    background-size: 15px auto;
}
.info.row span.fav {
	background: url(../images/claps-grey.svg) left center no-repeat;
    background-size: 16px auto;
}
.info.row span.fav:hover, .info.row span.fav.active {
	background: url("../images/claps-grey-full.svg") left center no-repeat;
    background-size: 16px auto;
}
.info.row span.bookmark {
	background: url("../images/bookmark-grey.svg") left center no-repeat;
	background-size: 14px auto;
    text-indent: -9999px;
}
.info.row span.bookmark:hover, .info.row span.bookmark.active {
	background: url("../images/bookmark-grey-full.svg") left center no-repeat;
	background-size: 14px auto;
}
.info.row span.fav, .info.row span.bookmark {
    cursor: pointer;
    transition: background 0.1s;
}


/*.info.row span {
	display: inline-block;
	margin-right: 14px;
	padding-left: 23px;
	font-size: 11px;
	min-height: 16px;
	color: var(--grey);
	background-repeat: no-repeat;
}
.info.row span:last-child {
	margin-right: 0;
}
.info.row span.fav {
	transition: background 0.3s;
	cursor: pointer;
}
article.lighter-grey .info.row {
	color: #acafb1;
}
.info.row.grey span.comments {
	background-image: url(../images/comments-grey.svg);
}
.info.row.grey span.fav {
	background-image: url(../images/heart-grey.svg);
}
.info.row.grey span.fav:hover {
	background-image: url(../images/heart-grey-full.svg);
}
.info.row.grey span.views {
	background-image: url(../images/eye-grey.svg);
	padding-left: 28px;
	background-size: 21px auto;
}*/

.main-content {
    width: calc(100% - 370px);
}
aside article {
	padding: 0 0 20px;
	text-align: left;
	border-bottom: 1px solid var(--medium-grey)
}
aside .weekly-opinions {
	text-align: center;
}
aside .weekly-opinions > h2 {
	color: #fff;
	z-index: 10;
	position: relative;
	margin: 22px 0 0 20px;
	line-height: 1.1;
	text-align: left;
	margin-bottom: -62px;
	text-transform: uppercase;
}
aside .weekly-opinions a.btn {
	margin: 10px auto 0;
}
aside article.top > .img-container {
	padding: 80px 20px 20px;
	background: url(../images/opinions-bg.jpg) left top no-repeat;
	background-size: cover;
}
aside article.top > .img-container a {
	display: block;
	background: #555;
}
aside article .article-data {
	padding: 0 14px;
}
aside article.mini {
	padding: 20px 14px;
	box-sizing: border-box;
}
aside article h2 {
	margin-bottom: 6px;
}
aside article p {
	margin-top: 5px;
}
aside article .right {
	width: calc(100% - 57px);
}
aside article:hover {
	background-color: var(--lighter-grey);
}
aside article time {
	width: 100%;
}
aside article .author {
	margin-bottom: 7px;
}
.author-row .img-container {
	border-radius: 100%;
	margin-right: 12px;
	float: left;
	width: 45px;
}
article.mini .article-data {
	width: calc(100% - 75px);
	padding: 0 !important;
	margin-top: -3px;
	float: right;
}
article.mini h2 {
	font-size: 15px;
}
article.mini .metadata {
	padding: 0;
}
article.mini .metadata:last-child {
	margin-bottom: 0;
}
article.mini.brd-bt {
	padding-bottom: 18px;
}
/* =Pagination
-------------------------------------------------------------*/
#pagination {
	text-align: center;
	margin-bottom: 30px;
}
#pagination ul li {
	display: inline-block;
	width: auto;
	min-width: 32px;
	height: 32px;
	padding: 0 8px;
	font-size: 13px;
	line-height: 32px;
}
#pagination ul li a {
	display: block;
}
#pagination ul li a:hover {
	background: var(--light-grey);
	color: #fff;
}
.pagination li.pagination-previous {
	transform: rotate(180deg);
}
/* =Responsive 
-----------------------------------------------------*/
@media screen and (max-width:1380px) {
	.opinions .three-articles > article {
		width: calc((100% - 40px) / 3);
		margin-right: 20px;
		margin-bottom: 20px;
	}
	.opinions .three-articles > article .article-data {
		padding-left: 20px;
		padding-right: 20px;
	}
	.opinions .three-articles > article h2 {
		font-size: 17px;
	}
}
@media screen and (max-width:1180px) {
	.main-content {
		width: calc(100% - 370px);
	}
	.featured-opinion {
		padding-left: 0;
	}
	.featured-opinion article > .left, .featured-opinion article > .right {
		width: 100%;
	}
	.featured-opinion article > .left {
		padding-right: 0;
	}
	.featured-opinion article > .right {
		margin-bottom: 20px;
	}
	.featured-opinion article {
		flex-direction: column-reverse;
	}
	.opinions .three-articles > article {
		width: calc((100% - 20px) / 2);
		margin-right: 20px !important;
	}
	.opinions .three-articles > article:nth-child(even) {
		margin-right: 0 !important;
	}
}
@media screen and (max-width:1000px) {
	.main-content {
		width: 100%;
	}
	.cat-heading {
		margin-bottom: 20px;
	}
	.cat-heading:after, .cat-heading h1:after {
		display: none;
	}
	.cat-heading h1 {
		width: 100%;
		box-sizing: border-box;
		border-bottom: 4px double var(--medium-grey);
		padding: 0 45px 10px 0;
		line-height: 1.1;
		font-size: 26px;
		background-color: transparent;
	}
	.cat-heading h1 + span {
		display: none;
	}
	a.rss {
		text-indent: -9999px;
		margin-top: 4px;
		height: 22px;
		line-height: 22px;
		background-size: 20px auto;
		padding: 0;
		width: 22px;
	}
}
@media screen and (max-width:580px) {
	.cat-heading h1 {
		font-size: 24px;
	}
}
@media screen and (max-width:500px) {
	.opinions .three-articles > article {
		width: 100%;
		margin-right: 0 !important;
	}
}