/*
 Theme Name:   GeneratePress Monsters and Critics
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
 Modified: James Wray - Monsters and Critics 2020
*/


/* Additions and overwrites to the Generate Press standard CSS */
.main-navigation {
    background-color: #000!important;
border-bottom: 5px solid #000!important;
/* box-shadow: 0 1px 10px 2px rgb(0 0 0 / 30%)!important;*/


}
@media only screen and (min-width: 800px) {

.main-navigation {
    background-color: #000!important;
border-bottom: 5px solid #000!important;
/* box-shadow: 0 1px 10px 2px rgb(0 0 0 / 30%)!important;*/
height: 80px;

}
.main-navigation a {    font-size: 20px;}


}
main-navigation .main-nav ul li[class*="current-menu-"] > a {
    color: #ffffff;
    background-color: #3f3f3f;
}

/* Custom CSS for elements added outwith Generate Press */

button, html input[type=button], input[type=reset], input[type=submit] {
    border: 1px solid transparent;
    background: #ff33ca;
    cursor: pointer;
    -webkit-appearance: button;
    padding: 10px 20px;
    color: #000;
width: 100%;
    margin: 10px;
}

/* Newsletter Post Promo */
.newsletter-surround {
  border-radius: 5px;
  background-color: #fff;
  padding: 20px;
  margin:5px;
  border: 1px grey solid;
Text-align:center;
}

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="tel"], input[type="number"], textarea, select {
    color: #666666;
    background-color: #fafafa;
    border-color: #cccccc;
    margin: 10px;
width: 100%;
}

.newsletter-intro {
    padding: 0 0 0 0px;
    font-size:1.5em;
text-align:center;

font-weight: 600;
}

.newsletter input[type=email] {
width: 100%;

}

.newsletter-terms {
  font-size:0.7em;
  text-align:center;
  color: #666
}

/* Newsletter grey overlay */

.overlay {
  display: none; /* hidden by default */
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5); /* Semi-transparent black */
  z-index: 10; /* Ensure it's above other content but below the widget */
  cursor: pointer; /* To indicate it's clickable */
}

.newsletter-surround {
  position: relative;
  z-index: 11; /* Above the grey-out effect */
}


/* Related Post Promo Inline */
.read-more-related {
   
    margin: 23px 10px 39px 0px;
    position: relative;
    padding: 5px;
}

.read-more-related-two {
   
    margin: 23px 10px 39px 0px;
    position: relative;
text-transform: uppercase;
    padding: 5px;
font-weight: 900;
}

.read-more-related img {
float:left;
  margin-right:10px;
     position: relative;
     top:-13px;
     left:12px;
     postion:relative;
     z-index: 1;
}

.related-posts-container {

padding:10px;
background-color:white;
border-top:    5px solid  #ff33ca;
border-right: 1px solid #d3d3d3;
border-bottom: 1px solid #d3d3d3;
border-left:   1px solid  #d3d3d3;
}

.read-more-related h5 {
font-family: "Open Sans",sans-serif; */
    font-size: 16px;
display:
    font-weight: 700;
    background-color: #141414;
border-right: solid 5px #1679c5;
    color: #fff;
    font-size: 14px;
    left: 9px;
    line-height: 29px;
    margin: 0;
    padding: 1px 9px;
    position: relative;
    text-transform: uppercase;
width:150px;
    top: -15px;
border-radius: 5px;
}

.read-more-related ul {
padding:0px 5px 5px 10px;
list-style-type:none;
}

.related-posts-column {

clear:both;
padding: 0 0 10px 0;
min-height: 515px;
/*height: 515px;*/
}

.related-posts-column-overall-heading {
color: #000;
background: #;
text-align:left;
font-size: 100%;
font-weight: 500;
padding: 0 0 0 5px;
}

.related-posts-column-individual-post {
clear:both;
margin-bottom: 10px;
margin-top: 5px;
}


.related-posts-column-individual-post-two {

}


.related-posts-column-individual-post-large {
clear:both;
margin-bottom: 10px;
margin-top: 5px;
font-size: 18px;
}

.related-posts-column-individual-post-thumb {
float:left;
padding:0px 5px 0px 0px;
height:110px
}

.related-posts-column-individual-post-thumb-two {

}

.related-posts-column-individual-post-text a {
color: #000;
background: #;
text-align:left;
font-size: 80%;
height:110px}

.related-posts-column-individual-post-text-two a {
color: #000;
background: #;
font-size: 1.2em;
}

.related-row {
  display: flex;
}

.related-column {
  flex: 50%;
  padding: 5px;
}

.related-row1 {
  display: flex;
}

.related-column1 {
  flex: 100%;
  padding: 5px;
}


/* Submenu Horizontal Scrolling */

div.scrollmenu {
    overflow: auto;
    margin:auto;
padding:10px 0 0 0;



width: 90%;
    white-space: nowrap;}

div.scrollmenu a {
    display: inline-block;
    color: white;
    background-color: #12a6e0;
    text-align: center;
    padding: 7px;
    margin: 5px;
    border: 1px solid black;
    text-decoration: none;
    border-radius: 5px;
    }

div.scrollmenu a:hover {
  background-color: #777;
  }
 
 
  @media only screen and (min-width: 800px) {
  div.scrollmenu {
  white-space: wrap;
  background-color: #efefef;
  width: 90%;
  }
  }
 
 /* Second submenu container */
.submenu-container {
    background-color: #efefef;
    padding: 5px 0;
    max-width: 1190px;
    margin-right: auto;
    margin-left: auto;
}

/* Wrapper to hold the scrolling submenu */
.scrolling-submenu-wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
    background-color: white;
    margin: 0;
}

/* White gradient to indicate more content on the right */
.scrolling-submenu-wrapper:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 40px;
    background: linear-gradient(to left, rgba(255, 50, 202, 1), rgba(255, 50, 202, 0));
    pointer-events: none;
    z-index: 1;
}

/* Actual scrolling submenu container */
.scrolling-submenu {
    background-color: #ff32ca;
    overflow-x: auto;
    white-space: nowrap;
    width: 100%;
    display: flex;
    flex-direction: row;
    padding: 0;
    margin: 0;
}

/* Styling anchor tags */
.scrolling-submenu a {
    color: white;
    text-decoration: none;
    padding: 10px 15px;
    flex-shrink: 0;  /* ensures that the anchors do not shrink */
}

/* Change colour of visited links */

.scrolling-submenu a:visited {
    color: #FFFFFF;
}

/* Hover and focus states for anchor tags */
.scrolling-submenu a:hover,
.scrolling-submenu a:focus {
    color: #ddd;
}

/* Optional: For mobile touch-scrolling improvement */
.scrolling-submenu::-webkit-scrollbar {
    width: 0.6em;
    height: 0.6em;
}

.scrolling-submenu::-webkit-scrollbar-thumb {
    background-color: #d11b92;
    border-radius: 3px;
}

.scrolling-submenu::-webkit-scrollbar-track {
    background-color: #ffa3d1;
}

  /* Category Page Titles */
 
  .page-title {
 
  font-family: "Open Sans",sans-serif; */
 
    font-weight: 700;
    background-color: #fff;
    border-color: #12a5e0;
    border-left-width: 29px;
    border-style: solid;

    color: #000;
    font-size: 40px;
    left: 9px;
    margin: 0;
    padding: 0 9px;
    position: relative;
    text-transform: uppercase;

  }
 
 
  @media (max-width:800px){  
  .page-title {font-size: 30px;}
  }
 
  ul, ol {
    margin: 0 0 1.5em 1.5em;
}

/* Comments Link Top of Post */

.single .comments-link {display: inline-block!important;}



.abh_box {padding:0px 0px 0px 0px!important;}

footer.entry-meta {margin-top: 0px;}


@media (max-width:800px){
#right-sidebar {display:none;}

}


.Posttype
{padding:4px;color:darkred;text-transform: uppercase;font-size: .7em}

.opinion span.author-name {font-size:14px;font-family:georgia;line-height: 1em;}



.opinion .wp-show-posts-columns .wp-show-posts-single {width:100%;}

/* .wp-show-posts-columns .wp-show-posts-single {width:50%;} */

@media (max-width: 767px){
.wp-show-posts-columns, .wp-show-posts-inner {
    margin-left: 6px!important;
    margin-right: 6px!important;

}.opinion span.author-name {font-size:20px;font-family:georgia;}
}


.wpsp-read-more {
    float: right;!important
position:relative;!important
top:10px;!important
}

.wp-show-posts-meta img {

border-radius: 50%;
float:left;
padding:0.5em;  display: flex;
align-items:center;

}



.wpsp-polaroid .wp-show-posts-entry-title {
 font-size: 14px;
 line-height: 1.2em;
  }
 
  @media (min-width: 750px){
.wpsp-polaroid .wp-show-posts-entry-title {
   font-size: 24px;
  line-height: 1.2em;
  }}
 
  .wp-show-posts-comments-link wp-show-posts-meta {clear:both;}
 
a {
    color: #ff33ca;}

a:visited {
    color: #dd0ca6;}


.wp-show-posts-entry-header {padding:0em;}
.wp-show-posts-terms {padding:1em 1em 0 1em;}
.wp-show-posts-entry-summary {padding:1em;}
wp-show-posts-entry-meta wp-show-posts-entry-meta-below-post post-meta-stack {padding:1em;}
.wp-show-posts-inner {
   
    border-radius: 2%;
}
.wp-show-posts-image {}


.page-content, .entry-content, .entry-summary {
    margin: 0em 0 0;
}

.comments-link {float:right;}
.comments-link a {color:darkred!important;}


.separate-containers .inside-right-sidebar, .separate-containers .inside-left-sidebar {
    margin-top: 0px;
    margin-bottom: 17px;
}

.separate-containers .site-main {
   
    margin-top: 0px;
}


.wpsp-card .wp-show-posts-image img {
    height: 100%;
}

.wpsp-overlap .wpsp-content-wrap {
    width: 85%!important;
    margin-top: -2em!important;
    z-index: 5!important;
    position: relative!important;
}


.wp-show-posts:not(.wp-show-posts-columns) .wp-show-posts-single:not(:last-child) {
    margin-bottom: 0em;
}
 

 
  .front-page-text-news {background-color:white;border-radius: 4px;}
 
  .comments-area {
 
  padding: 0 5px 0 5px !important;
  }
 
 #comments {margin:0px!important;}
 .comments-area {margin:0px!important;}
 
 #comments .comments-area {margin:0px!important;}
  #wpcomm {padding:0px;margin:0px;}
  #wpdcom .wpd-thread-list {
   padding: 0px!important;
}
  .advads-close-button{
   transform: scale(1.5);
   }
   
    .leaderboard-ad-size {

  /* ad takeover height: 55px !important; */
   margin: auto;
width:320px;
height:100px;
   }
 
   @media (min-width: 800px){
   #comments {margin:0px !important;}
#wpdcom .wpd-thread-list {
   padding: 0px!important;
}
#comments .comments-area {margin:0px!important;}
.comments-area {margin:0px !important;}
   .leaderboard-ad-size {
 
   /* ad takeover height: 100px !important; */
   margin: auto;
   width:970px;
   height: 120px !important;
   }
   }
   
   #tyche_trendi_parent_container {z-index:50;}
   
   @media (min-width: 992px){
.pt-cv-grid .pt-cv-title {
    min-height: 0px !important;
}
   }
   
   }
   .sitemap_container  {padding: 50px 20px 20px 20px;}
   .sitemap_container ul {list-style: none !important;
   }
   .categories ul {
  list-style: none !important;}
 
.sitemap_right {float:right;list-style: none !important;}
.sitemap_left {float:left;list-style: none !important;}
   
.breadcrumbs2 {
padding: 0 0 0 34px;
height: 40px;
    font-size: 0.9em;
background-color:  rgba(239, 239, 239, 0.3);
}

.ac-vh-root {margin:0px;}

.videolink {
background-color: #d20e048a !important;

}


.videolink a:hover {
background-color: red !important;

}

.galleryContainer {
max-width:635px;display: flex;
 -webkit-border-radius: 5px;
 -moz-border-radius: 5px;
 border-radius: 5px;
  /* box-shadow */
  -webkit-box-shadow: rgba(0,0,0,0.2) 0px 1px 3px;
  -moz-box-shadow: rgba(0,0,0,0.2) 0px 1px 3px;
  box-shadow: rgba(0,0,0,0.2) 0px 1px 3px;
  margin: auto;
  padding: 10px;
  text-align: center;

}

.galleryLeft {float:left;}

.galleryRight {float:right;margin:auto;}

.galleryLeft img {width:100%;height: auto;  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  /* box-shadow */
  -webkit-box-shadow: rgba(0,0,0,0.2) 0px 1px 3px;
  -moz-box-shadow: rgba(0,0,0,0.2) 0px 1px 3px;
  box-shadow: rgba(0,0,0,0.2) 0px 1px 3px;}
 
  .related-gallery-column-overall-heading {
color: #000;
background: #;
text-align:left;
text-transform: uppercase;
border-left: 5px solid red;
font-size: 100%;
font-weight: 500;
padding: 0 0 0 5px;
}

.ad-container-mpu {    margin: auto;
    width: 300px;}

.page .inside-article { padding: 15px 5px 15px 5px !important;}

.ultp-template-container {padding:0px !important;}

/*
<!-- CSS for SVG Placeholders for ads -->
<style type="text/css">
@media only screen and (max-width: 600px) {
 .pw-ph-leaderboard{

min-height: 50px;
 }
}
@media only screen and (min-width: 601px) {
 .pw-ph-leaderboard{

min-height: 100px;
 }
}
.pw-ph-med-rect{


min-height: 250px;
}
.pw-ph-sky{

min-height: 600px;
}
.tower300600 {min-height: 610px;}
*/

.page-numbers {
display: inline-block;
    padding: 5px 10px;
    margin: 0 2px 0 0;
    border: 1px solid #eee;
    line-height: 1;
    text-decoration: none;
    border-radius: 2px;
    font-weight: 600;
}

.page-numbers.current,
a.page-numbers:hover {
    background: #f9f9f9;
}

.PostTypeText h1 {color: white;
  background-color:rgba(255,0,0,0.7);
  text-align: center;
  display: inline-block;
  width: 296px;
  font-size: 14px;
  text-transform: uppercase;
  padding: 0 2px 0 2px;
  }}
 
  .bio-description {font-size: .9em !important;}
 
 
  .widget_top-posts .widgets-list-layout li > a {
    width: 40%;
}
 
.widget_top-posts .widgets-list-layout img.widgets-list-layout-blavatar {
    max-width: 110px;
    width: 100%;
}
 
.widget_top-posts .widgets-list-layout div.widgets-list-layout-links {
    max-width: 100%;
    width: 55%;
font-size: 0.9em;
}
 
@media only screen and (max-width: 1019px) {
 
    .widget_top-posts ul.widgets-list-layout {
        max-width: 600px;
        margin: 0 auto;
    }
 
    .widget_top-posts .widgets-list-layout div.widgets-list-layout-links {
        font-size: 18px;
    }
}


.entry-meta a {
    color: #ff33ca;
}


/* Mediavine CSS for Ads */
@media only screen and (min-width: 801px) {
body.right-sidebar #primary {
max-width: calc(100% - 320px) !important;
}
body.right-sidebar #right-sidebar {
min-width: 320px !important;
}
}
@media only screen and (min-width: 769px) and (max-width: 800px) {
body.right-sidebar #primary {
width: 100% !important;
}
}
@media only screen and (max-width: 399px) {
.instagram-media {
min-width: unset !important;
}
}
@media only screen and (max-width: 359px) {
.inside-article {
padding-left: 10px !important;
padding-right: 10px !important;
}
}

/* Code to stop sidescroll for Mediavine ads on i5 */

@media only screen and (max-width: 359px) { blockquote.tiktok-embed { min-width: unset !important; } #comments { margin-left: -10px !important; margin-right: -10px !important; } body.single-post { padding-right: 0px !important; } }
/* End Mediavine CSS */


.rpwwt-post-title {font-size: 0.9em;}

.breadcrumbs {font-size:0.7em !important;}


 /* grid for steal that style layout  */

.angry-grid {
   display: grid;
   

 /* grid-template-rows: 1fr 1fr 1fr;  */
   grid-template-columns: 1fr 1fr 1fr;
   
   gap: 0px;
   height: 100%;
   
   border: solid 2px #ff33ca;
   
}
 
#item-0 {

   background-color: #;
   grid-row-start: 1;
   grid-column-start: 1;
   padding:5px;
   grid-row-end: 2;
   grid-column-end: 4;
   
}
#item-1 {

   background-color: #;
   grid-row-start: 2;
   grid-column-start: 1;
padding:5px;
   grid-row-end: 4;
   grid-column-end: 4;
   
}
#item-2 {

   background-color: #;
   grid-row-start: 2;
   grid-column-start: 2;

   grid-row-end: 4;
   grid-column-end: 4;
   
}
#item-3 {

   background-color: #;
   grid-row-start: 4;
   grid-column-start: 1;
padding:5px;
margin: auto;
border-top: solid 2px #ff33ca;
   grid-row-end: 5;
   grid-column-end: 4;
   
}
#item-4 {

   background-color: #;
   grid-row-start: 5;
   grid-column-start: 1;
padding:5px;
   grid-row-end: 6;
   grid-column-end: 4;
   
}


.button {
  background-color: #ff33ca!important; /* Green */
  border: none;
  color: white;
  padding: 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
}

.button-items {
  background-color: #ff33ca; /* Green */
  border: none;
  color: white;
  padding: 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
}

.button2 {border-radius: 4px;}

.card {
  /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);*/
  max-width: 70%;
  margin: auto;
  border: 1px solid white;
  padding:5px;
  float:right;
  text-align: center;
  font-family: arial;
  position: relative; // can be either relative, absolute, or fixed - this fixes issue with link not working due to overlapping
  z-index: 10; // this fixes it but requires one of the above positions
}

.price {
  color: black;
  font-size: 18px;
 
}






.card2 {
  /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);*/
  max-width: 135px;
  margin: auto;
  border: 1px solid white;
  text-align: center;
  padding:5px;
  float:left;
  font-family: arial;
}

.price {
  color: black;
  font-size: 18px;
}

.card2 button {
  border: none;
  outline: 0;
  padding: 12px;
  color: white;
  background-color: #ff33ca;
  text-align: center;
  cursor: pointer;
  width: 100%;
  font-size: 16px;
}

.card2 button:hover {
  opacity: 0.7;
}



.steal-that-style {font-size: 44px;
  background: -webkit-linear-gradient(#800080, #ff33ca);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;}
 
 
  .promo-image-caption {
 font-size:0.6em;
 padding:5px;
  }
 
  .promo-description {  font-size:0.8em;}
 
  .promo-dis {font-size:0.6em;text-align: center;}
 
  .video-container {
  position: relative;
  width: 100%;
 height: 100%;
}

.video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  }
 
  #speech-bubble { // layout
position: relative;
max-width: 30em;

// looks
background-color: #fff;
padding: 1.125em 1.5em;
font-size: 1.25em;
border-radius: 1rem;
box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, .3), 0 0.0625rem 0.125rem rgba(0, 0, 0, .2);}

 #speech-bubble ::before {
// layout
content: '';
position: absolute;
width: 0;
height: 0;
bottom: 100%;
left: 1.5em; // offset should move with padding of parent
border: .75rem solid transparent;
border-top: none;

// looks
border-bottom-color: #fff;
filter: drop-shadow(0 -0.0625rem 0.0625rem rgba(0, 0, 0, .1));
}
.title-box {display: flex;
align-items: center;
}

.title-box img {margin:10px;}

.shaunee-says-byline {font-size:0.6em;float:right;}


/* ========================
   Base Styles for front page
   ======================== */

/* Container */
.hero-image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 600px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    position: relative;
    color: #fff;
    margin-bottom: 20px;
}

/* Dark Overlay for Improved Text Readability */
.hero-image::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1;
}

/* Hero Title and Link */
.hero-image h2 {
    z-index: 2;
    font-size: 2.5rem;
    text-align: center;
    font-weight: bold;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
        padding-left: 10px;
    padding-right: 10px;
}

.hero-image h2 a {
    color: #fff;
    text-decoration: none;
    transition: color 0.3s;
}

/* ========================
   Four-Column Reality TV Styles
   ======================== */

.reality-tv-row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
}

.single-post {
    flex: 1 1 calc(25% - 20px);
    box-sizing: border-box;
}

.single-post h3 a {
    color: black;
}

.single-post h3 a:hover {
    color: #333;
}

/* ========================
   Two-Category Container Styles
   ======================== */

.two-category-container {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    margin-bottom: 20px;
}

.category-column {
    flex: 1;
    box-sizing: border-box;
}

.large-post, .small-post {
    margin-bottom: 15px;
}

.small-post {
    display: flex;
    align-items: center;
    gap: 10px;
}

.more-button {
    display: inline-block;
    padding: 10px 15px;
    background-color: #000;
    color: #FFF;
    text-align: center;
    border: none;
    cursor: pointer;
    text-decoration: none;
    float: right;
}

.more-button:hover {
    background-color: #333;
        color: #ff33ca;
}

.more-button a:visited {
    color: #FFFFFF;
}

.category-column:after {
    content: "";
    display: table;
    clear: both;
}

/* ========================
   Headlines and Link Styles
   ======================== */

.large-post h3 a, 
.small-post h3 a, 
.category-column h2 a,
.category-row h2 a {
    color: black;
}

.large-post h3 a:hover, 
.small-post h3 a:hover,
.category-column h2 a:hover,
.category-row h2 a:hover {
    color: #333;
}

/* ========================
   Category Background Colors
   ======================== */

.category-column.reality-tv {
    background-color: #ff72cc;
    padding: 15px;
}

.category-column.tv {
    background-color: #a6e7cb;
    padding: 15px;
}

/* ========================
   Two Four-Row Categories Styles
   ======================== */

.two-category-container-vertical {
    display: flex;
    flex-direction: column;
    gap: 20px; 
}

.category-row {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: stretch;
    box-sizing: border-box;
    padding: 15px;
}

.posts-container {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.horizontal-post {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    width: calc(25% - 20px);
}

.horizontal-post h3 a {
    color: black;
}

.horizontal-post h3 a:hover {
    color: #333;
}

.more-button {
    align-self: flex-end;
}

.category-row.soaps {
    background-color: #fdb1f9;
}

.category-row.celebrity {
    background-color: lightblue;
}

/* ========================
   Media Queries for Responsiveness
   ======================== */

@media (max-width: 768px) {
    .hero-image {
        height: 300px;
    }

    .hero-image h2 {
        font-size: 1.5rem;
    }

    .single-post {
        flex-basis: calc(50% - 10px);
    }

    .single-post:nth-child(2n+1) {
        padding-left: 5px;
    }

    .single-post:nth-child(2n) {
        padding-right: 5px;
    }

    .two-category-container {
        flex-direction: column;
    }

    .posts-container .horizontal-post {
        flex: 0 0 calc(50% - 10px);
        margin-bottom: 10px;
        box-sizing: border-box;
    }

    .posts-container .horizontal-post:nth-child(odd) {
        padding-right: 5px;
    }

    .posts-container .horizontal-post:nth-child(even) {
        padding-left: 5px;
    }
}

/* ========================
   Add width and height to Shareaholic pixel for CLS
   ======================== */
body:after {
    content: ' ';
    display: none;
    background: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg'><script><![CDATA[ jQuery(document).ready(function() { jQuery('img.shareaholic-recommendation-impression-image').attr('width', '1').attr('height', '1'); }); ]]></script></svg>");
}

/* ========================
   Style for Paramount+ affiliate links
   ======================== */

.affiliate-link {
    color: blue !important;
    text-decoration: underline !important;
}

.affiliate-link:hover {
    color: darkblue !important;
}

