.item-wrap{position:relative;overflow:hidden;margin:0 10px 20px;border-radius:4px;background-color:var(--color-theme-yellow);-webkit-box-shadow:3px 3px 4px -3px rgb(23 23 24/77%);box-shadow:3px 3px 4px -3px rgb(23 23 24/77%)}div.item-wrap{padding:68% 10px 10px}.backgroundImgWrap{display:block;position:absolute;overflow:hidden;width:96%;height:96%;top:2%;left:2%}.backgroundImg{width:100%;height:100%;background-size:cover;background-repeat:no-repeat;background-position:50%;-webkit-transition:opacity .2s ease-in-out,-webkit-transform .2s ease-in-out,-webkit-filter .2s ease-in-out,-webkit-box-shadow .2s ease-in-out;transition:opacity .2s ease-in-out,-webkit-transform .2s ease-in-out,-webkit-filter .2s ease-in-out,-webkit-box-shadow .2s ease-in-out;transition:opacity .2s ease-in-out,transform .2s ease-in-out,filter .2s ease-in-out,box-shadow .2s ease-in-out;transition:opacity .2s ease-in-out,transform .2s ease-in-out,filter .2s ease-in-out,box-shadow .2s ease-in-out,-webkit-transform .2s ease-in-out,-webkit-filter .2s ease-in-out,-webkit-box-shadow .2s ease-in-out;-webkit-box-shadow:0;box-shadow:0}.content-card-footer{position:absolute;bottom:2%;left:2%;padding:8px 14px;width:96%;border-radius:0 0 4px 4px;background:rgba(44,72,94,.79);-webkit-box-shadow:0 -4px 5px 0 rgba(0,0,0,.31);box-shadow:0 -4px 5px 0 rgba(0,0,0,.31);-webkit-transition:padding .2s;transition:padding .2s}.content-card-footer,.content-card-footer .subhead,.content-card-media{display:block}.content-card-footer .subhead,.content-card-footer h3{color:var(--color-theme-white);-webkit-transition:color .2s;transition:color .2s}.content-card-footer h3{font-size:1.2rem;line-height:1.2;margin:0 0 4px;font-weight:400}.content-card-footer .content-card-media,.content-card-footer .subhead{text-transform:uppercase}.content-card-footer .subhead{font-size:12px;line-height:1.4;font-weight:300}.content-card-media{border-top:1px solid var(--color-theme-yellow);font-size:11px;padding-top:8px;margin-top:8px;font-weight:400;letter-spacing:2px;color:var(--color-theme-yellow)}.content-card-media .fas{margin-right:10px;font-size:16px;vertical-align:top}a.hit-area{display:block;height:100%;width:100%;position:absolute;top:0;left:0}a.hit-area:hover .backgroundImg{-webkit-filter:sepia(80%);filter:sepia(80%);-webkit-transform:scale(1.05);transform:scale(1.05);-webkit-box-shadow:inset 0 0 21px 14px rgb(0 0 0/80%);box-shadow:inset 0 0 21px 14px rgb(0 0 0/80%)}a.hit-area:hover .content-card-footer h3{color:var(--color-theme-yellow)}a.content-card-cat{display:inline-block;font-size:10px;padding:2px 10px;border-radius:0 0 4px 0;position:absolute;top:1%;left:1%;color:#5c5745;letter-spacing:1px;text-transform:uppercase;font-weight:700;-webkit-box-shadow:3px 3px 4px -3px rgb(23 23 24/77%);box-shadow:3px 3px 4px -3px rgb(23 23 24/77%);background-color:var(--color-theme-yellow)}h2.section-title{margin:0 12px 30px 10px;padding-top:10px;border-bottom:1px solid var(--color-theme-white);font-weight:400;font-size:34px;position:relative}.wnxp-section{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;padding:0;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;justify-items:center;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.wnxp-section .item-parent{-webkit-box-flex:1;-ms-flex:1 1 300px;flex:1 1 300px;min-width:300px}a.section-more-link{color:var(--color-theme-white);background-color:#2a373b;position:absolute;right:0;bottom:-1px;font-size:16px;padding:4px 20px;border:1px solid var(--color-theme-white);border-radius:4px 4px 0 0;font-weight:400}a:hover.section-more-link{color:var(--color-theme-yellow)}.content-card-footer .author{display:block;margin-top:-4px}.item-wrap a.custom-tax{position:absolute;top:3%;right:3%;opacity:.95;-webkit-box-shadow:3px 3px 4px -3px rgb(23 23 24/77%);box-shadow:3px 3px 4px -3px rgb(23 23 24/77%);border-radius:20px;color:#fff;font-size:12px;padding:8px 12px}.item-wrap a.custom-tax.culture-club{background-color:var(--color-theme-secondary)}.item-wrap a.custom-tax.community-beats{background-color:var(--color-theme-grey)}.wnxp-section.featured{display:grid}.wnxp-section.featured.items-3{grid-template-columns:repeat(3,1fr);grid-template-areas:"item-1 item-2 item-3"}.wnxp-section.featured.items-4{grid-template-columns:repeat(4,1fr);grid-template-areas:"item-1 item-1 item-2 item-2" "item-3 item-3 item-4 item-4"}.wnxp-section.featured.items-5{grid-template-columns:repeat(4,1fr);grid-template-areas:"item-1 item-1 item-2 item-3" "item-4 item-4 item-5 item-5"}.wnxp-section.featured .item-1{grid-area:item-1}.wnxp-section.featured .item-2{grid-area:item-2}.wnxp-section.featured .item-3{grid-area:item-3}.wnxp-section.featured .item-4{grid-area:item-4}.wnxp-section.featured .item-5{grid-area:item-5}.wnxp-section.featured .item-parent{width:100%;min-width:300px;margin:0}.wnxp-section.featured a.hit-area{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:100px auto -webkit-min-content;grid-template-rows:100px auto min-content;grid-template-areas:"category ." ". ." "footer footer"}.wnxp-section.featured a.hit-area .backgroundImgWrap{grid-column:1/3;grid-row:1/4}.wnxp-section.featured a.content-card-cat{grid-area:category;left:1%}.wnxp-section.featured .content-card-footer{grid-area:footer;margin-bottom:5px}@media screen and (max-width:1300px) and (min-width:600px){.wnxp-section.featured.items-3{grid-template-columns:repeat(2,1fr);grid-template-areas:"item-1 item-2" "item-3 item-3"}}@media screen and (max-width:600px){.wnxp-section.featured.items-3{grid-template-columns:1fr;grid-template-areas:"item-1" "item-2" "item-3"}.wnxp-section.featured.items-4{grid-template-columns:1fr;grid-template-areas:"item-1" "item-2" "item-3" "item-4"}}