.three-columns.cat-top .column .article-data {
    padding-left: 0;
    padding-right: 0;
}
/* =Category Articles List 
-------------------------------------------------------------*/
.category-feed .list {
    width: calc(100% - 380px);
}
.category-feed .list .article-data {
    width: 69%;
    padding: 0 30px;
}
.category-feed .list h2, .category-feed .list .article-data > time {
    margin-bottom: 14px;
}
.category-feed a.more {
    opacity: 0;
    margin-top: 15px;
    transition: all ease .5s;
}
.category-feed .list {
    border-top: 1px solid var(--medium-grey);
}
.category-feed .list article {
    padding: 25px 0;
    border-bottom: 1px solid var(--medium-grey);
    transition: background-color ease .5s;
    display: flex;
    justify-content: center;
    align-items: center;
}
@media (hover: none) {
    .category-feed a.more {
        display: none;
    }
}
@media (hover: hover) and (pointer: fine) {
    .category-feed .list article:hover a.more {
        opacity: 1;
    }
    .category-feed .list article:hover {
        background-color: var(--lighter-grey);
    }
}
.category-feed .list .img-container {
    width: 31%;
    margin-bottom: 0;
}
article .info.row {
    margin-top: 15px;
}
.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;
}
/* =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:1260px) {
    .category-feed .list .article-data p {
        display: none;
    }
    .category-feed a.more {
        margin-top: 0;
    }
    .category-feed .list .article-data > time {
        margin-bottom: 0;
    }
}
@media screen and (max-width:1180px) {
    .category-feed .list {
        width: calc(100% - 360px);
    }
    .category-feed .list .article-data {
        padding: 0 20px;
    }
    .cat-top .large.ml-30 {
        margin-left: 0;
    }
    .cat-top .column.last.mr-30 {
        margin-right: 0;
    }
    .cat-top.three-columns .column, .cat-top.three-columns article.right {
        width: 25%;
    }
}
@media screen and (max-width:1000px) {
    .category-feed .list {
        width: 100%;
    }
    .category-feed.newsfeed .list {
        border: none;
        margin-top: -20px;
    }
}
@media screen and (max-width:780px) {
    .category-feed .list h2, .category-feed .list .metadata {
        margin-bottom: 10px;
    }
    .category-feed .list h2 {
        font-size: 17px;
    }
    .category-feed .list article {
        padding: 20px 0;
    }
    /*.cat-top.scroll-h {
		flex-wrap: nowrap;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		margin-bottom: 0;
		margin-left: -20px;
		padding-top: 20px;
		margin-top: -20px;
		width: calc(100% + 40px);
		scroll-padding: 0 17% 0 0;
		scroll-snap-type: x mandatory;
		-webkit-scroll-padding: 0 17% 0 0;
		-webkit-scroll-snap-type: x mandatory;
	}
	.cat-top.scroll-h .card {
		flex: 0 0 auto;
		margin-right: 20px;
		margin-bottom: 20px;
		padding-bottom: 20px;
		width: 83%;
		box-shadow: 0 0 17px 0 rgb(0 0 0 / 23%);
		scroll-snap-align: center;
		-webkit-scroll-snap-align: center;
		display: inline-block;
	}
	.cat-top.scroll-h .card .img-container {
		margin-bottom: 18px;
		height: 370px;
	}*/
    .cat-top.scroll-h .card h2 {
        font-size: 20px;
    }
    .cat-top.scroll-h .card .img-container img {
        height: 100%;
        object-fit: cover;
    }
    .cat-top.scroll-h .card .article-data {
        padding: 0 20px 0 20px !important;
    }
    .cat-top.scroll-h {
        flex-wrap: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin-bottom: 0;
        margin-left: 0;
        padding-top: 20px;
        margin-top: -20px;
        width: calc(100%);
        scroll-padding: 0 20% 0 0;
        scroll-snap-type: x mandatory;
        -webkit-scroll-padding: 0 20% 0 0;
        -webkit-scroll-snap-type: x mandatory;
    }
    .cat-top.scroll-h .card {
        flex: 0 0 auto;
        margin-right: 20px;
        margin-bottom: 20px;
        padding-bottom: 20px;
        width: 80%;
        box-shadow: 0 0 17px 0 rgb(0 0 0 / 23%);
        scroll-snap-align: center;
        -webkit-scroll-snap-align: center;
        display: inline-block;
    }
    .cat-top.scroll-h .card:before {
        background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .6) 75%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, 0)), color-stop(75%, rgba(0, 0, 0, .6)));
        background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .6) 75%);
        background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .6) 75%);
        background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .6) 75%);
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .6) 75%);
        position: absolute;
        content: "";
        width: 100%;
        height: 140px;
        bottom: 0;
        z-index: 1;
        left: 0;
    }
    .cat-top.scroll-h .card h2 a, .cat-top.scroll-h .card time {
        color: #fff;
    }
    .cat-top.scroll-h .card time {
        background-image: url("../images/clock-white.svg");
        margin-bottom: 0;
    }
    .cat-top.scroll-h .card .img-container {
        margin-bottom: 0;
        height: 420px;
    }
    .cat-top.scroll-h .card {
        position: relative;
        padding-bottom: 0;
    }
    .cat-top.scroll-h .card .article-data {
        position: absolute;
        bottom: 20px;
        color: #fff;
        z-index: 2;
    }
    .cat-top.scroll-h .card .article-data p {
        display: none;
    }
    .cat-top.scroll-h .card h2.medium .live:before {
        display: block;
        width: max-content;
        top: -4px;
        position: relative;
    }
    .cat-top.scroll-h .card h2.medium .live:after {
        top: 1px;
    }
    .cat-top.scroll-h .info.row span.comments {
        background-image: url(../images/comments-new.svg);
    }
    .cat-top.scroll-h .info.row span.fav {
        background-image: url(../images/claps.svg);
    }
    .cat-top.scroll-h .info.row span.bookmark {
        background-image: url(../images/bookmark.svg);
    }
    .cat-top.scroll-h .info.row span.bookmark.active {
        background-image: url("../images/bookmark-full.svg");
    }
    .cat-top.scroll-h .info.row span.fav.active {
        background-image: url("../images/claps-full.svg");
    }
}
@media screen and (max-width:680px) {
    .category-feed .list h2 {
        font-size: 16px;
    }
    .category-feed .list .article-data {
        padding: 0 18px;
    }
    .category-feed .list .img-container {
        width: 29%;
    }
    .cat-top.scroll-h .card .img-container {
        height: 370px;
    }
    .category-feed .list .article-data {
        width: 71%;
    }
    .category-feed a.more {
        display: none;
    }
    .category-feed .list .metadata {
        margin-bottom: 0px;
    }
    .category-feed .list h2 {
        margin-bottom: 5px;
    }
}
@media screen and (max-width:580px) {
    .cat-top.scroll-h .card p {
        display: none;
    }
    .cat-top.scroll-h .card h2 {
        font-size: 18px;
    }
    .cat-top.scroll-h .card .img-container {
        height: 340px;
    }
    .cat-top.scroll-h .card .article-data {
        padding: 0;
    }
    .category-feed .list h2 {
        font-size: 15px;
    }
    .category-feed .list .article-data {
        padding: 0 15px;
    }
    .category-feed .list article {
        align-items: flex-start;
    }
    article .info.row {
        margin-top: 7px;
    }
}
@media screen and (max-width:480px) {
    .cat-top.scroll-h .card .img-container {
        height: 340px;
    }
    .category-feed .list h2 {
        font-size: 15px;
        margin-top: -2px;
    }
    .category-feed .list .article-data {
        padding: 0 0 0 14px;
    }
    .category-feed .list article {
        padding: 18px 0;
    }
    .category-feed .list .img-container {
        width: 27.5%;
    }
    .category-feed .list .img-container span.exclusive {
        display: none;
    }
    .category-feed .list .first-child .img-container span.exclusive {
        display: block;
    }
    .category-feed .list .article-data {
        width: 72.5%;
    }
    .category-feed .list .img-container img {
        min-height: 90px;
        object-fit: cover;
    }
    .category-feed .list article {
        display: block;
    }
    .category-feed:not(.newsfeed) .list article:nth-child(4n) .img-container, .category-feed.newsfeed .list article.first-child .img-container {
        margin-bottom: 10px;
    }
    .category-feed:not(.newsfeed) .list article:nth-child(4n) .img-container, .category-feed:not(.newsfeed) .list article:nth-child(4n) .article-data, .category-feed.newsfeed .list article.first-child .img-container, .category-feed.newsfeed .list article.first-child .article-data {
        width: 100%;
    }
}
@media screen and (max-width:420px) {
    .cat-top.scroll-h .card .img-container {
        height: 330px;
    }
}
/* =Washington Post Tag Page 
-----------------------------------------------------*/
.wpost h1 {
    text-indent: -9999px;
    background: url("../images/wp-logo.svg") no-repeat left top #fff;
    width: 300px;
    height: 60px;
    background-size: 300px auto;
    margin-bottom: 0;
    padding-right: 30px;
}
.cat-heading.wpost span {
    display: none;
}
@media screen and (max-width:580px) {
    .wpost h1 {
        width: 270px;
        height: 40px;
        background-size: 270px auto;
    }
}