:root {
  --background-color: #fff;
  --text-color: #000;
  --author-link-color: #4a4a4d;
  --control-outline-color: #464646;
  --confirmation-blue: #198fd5;
  --accent-yellow: #ffd007;
  --accent-red: #ed1f24;
  --accent-aqua: #1fedff;
  --title-font: 'Gabarito', sans;
  --byline-font: 'Sarabun', sans;
  --cta-font: 'Roboto Condensed', sans;
  --description-font: 'Poppins', sans;
  --main-copy-font: 'PT Serif', 'Georgia', serif;
  --ad-section-bg: #f0f0ed;
  --tw-shadow: inset 0 -0.25em 0 0 #ffd007;
  --tw-ring-shadow: 0 0 rgba(0,0,0,0);
  --tw-ring-offset-shadow: 0 0 rgba(0,0,0,0);
  --link-active-color: #3e3e3e;
  --cta-button-background: #000;
  --hover-lightness: 30%;
  --form_submit_red: #ed1e24;
}
#top_fold_responsive {
  margin: 0;
  height: 100%;
  width: 100%;
}
#top_fold_responsive,
.full-responsive {
  max-width: 1600px;
  margin: 30px auto 0;
  margin-top: 0px;
  text-align: center;
  overflow-x: auto;
}
#top_fold_responsive [id^=google_ads_iframe],
.full-responsive [id^=google_ads_iframe] {
  text-align: center;
}
#top_fold_interface button {
  display: none;
}
#top_fold {
  transition: min-height 1s ease 0.5s;
  margin: 78px auto 30px;
  min-height: 250px;
  align-items: center;
  width: 100%;
  flex-direction: column;
}
#top_fold.natural-height {
  min-height: auto;
}
#top_fold.bonus-content {
  min-height: 0px;
}
#top_fold.bonus-content #top_fold_responsive {
  display: none;
}
@media screen and (max-width: 1600px) {
  #top_fold.premium-content {
    min-height: 0;
  }
}
#top_fold.premium-content #top_fold_responsive {
  transition: margin 0.5s ease 0.5s;
  margin: 0;
}
#top_fold .rcp-wrap img {
  vertical-align: bottom;
}
#top_fold .rcp-wrap .image3 {
  display: block;
  width: 300px;
  margin: 0 auto;
}
#top_fold .rcp-wrap .image6,
#top_fold .rcp-wrap .image9 {
  display: none;
}
@media screen and (min-width: 870px) {
  #top_fold {
    min-height: 280px;
  }
}
@media screen and (min-width: 969px) {
  #top_fold {
    min-height: 550px;
  }
}
@media screen and (min-width: 970px) {
  #top_fold .rcp-wrap .image9 {
    display: block;
  }
  #top_fold .rcp-wrap .image3,
  #top_fold .rcp-wrap .image6 {
    display: none;
  }
}
.rcp-wrap.showing a {
  display: block;
  text-align: center;
}
.rcp-wrap a {
  display: none;
}
.rcp-wrap a.showing {
  display: block;
}
[id^="top-alt-content"] {
  text-align: center;
}
#top_fold .random-content-pro-wrapper,
.sidebar .random-content-pro-wrapper {
  display: none;
}
#top_fold .random-content-pro-wrapper.showing,
.sidebar .random-content-pro-wrapper.showing {
  display: block !important;
}
#top_fold .random-content-pro-wrapper a,
.sidebar .random-content-pro-wrapper a {
  display: none;
}
.widget_random_content_pro_widget a {
  box-shadow: none !important;
}
.grecaptcha-badge {
  display: none !important;
}
@media screen and (max-width: 940px) and (max-aspect-ratio: 3/2) {
  body.stickyadunit {
    display: flex;
    flex-direction: column;
    padding-top: 80px;
  }
  body.stickyadunit #top_fold {
    position: sticky;
    z-index: 100;
    bottom: 0;
    order: 100;
    min-height: 0;
    transition: none;
  }
  body.stickyadunit #footer {
    order: 101;
  }
  body.stickyadunit #top_fold_interface {
    position: relative;
    width: 100%;
  }
  body.stickyadunit button.close-stickyad {
    position: absolute;
    display: block !important;
    right: 10px;
    top: -45px;
    background: #000;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    border: solid 1px #000;
    color: #fff;
    padding: 0;
  }
  body.stickyadunit button.close-stickyad:hover {
    background: #fff;
    color: #000;
  }
  body.stickyadunit.single #top_fold {
    bottom: 50px;
  }
  body.stickyadunit .post-social-share {
    min-height: 50px;
  }
}
@media screen and (max-width: 940px) and (max-aspect-ratio: 3/2) {
  body.fixedadunit .bubblewrap {
    background: var(--background-color);
    pointer-events: all;
    position: relative;
  }
  body.fixedadunit #footer {
    position: relative;
  }
  body.fixedadunit #post-main-wrap {
    position: relative;
    z-index: 0;
  }
  body.fixedadunit .hero-image,
  body.fixedadunit .post-header,
  body.fixedadunit .bubblewrap,
  body.fixedadunit .affiliate-disclosure,
  body.fixedadunit .featured-image,
  body.fixedadunit #top_fold,
  body.fixedadunit .storystream-posts {
    position: relative;
    z-index: 1;
  }
  body.fixedadunit #top_fold {
    margin: 0 !important;
    background: var(--background-color);
    padding-top: 78px;
  }
  body.fixedadunit .affiliate-disclosure {
    padding: 30px 5px 15px 5px;
    margin: 0;
    background: var(--background-color);
  }
  body.fixedadunit .post-header {
    background: var(--background-color);
    padding: 1px 20px;
  }
  body.fixedadunit .riot-headline {
    position: relative;
    background: var(--background-color);
    z-index: 1;
    padding: 1px 0;
  }
  body.fixedadunit .hero-image img {
    vertical-align: bottom;
  }
  body.fixedadunit .featured-image img {
    vertical-align: bottom;
  }
  body.fixedadunit .bubblewrap {
    padding: 15px;
    margin: 0px !important;
    max-width: none !important;
  }
  body.fixedadunit .content-area {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    padding: 0 !important;
  }
  body.fixedadunit #inside1spacer,
  body.fixedadunit #inside3spacer {
    pointer-events: none;
    width: 300px;
    height: 800px;
    display: block;
    opacity: 0.1;
    margin: auto;
  }
  body.fixedadunit #inside1,
  body.fixedadunit #inside3 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100vw;
    height: 100vh;
    min-height: 100vh;
    position: fixed;
    pointer-events: all !important;
    top: 0;
    left: 0;
    margin: 0;
    max-width: none;
  }
  body.fixedadunit #inside1 a,
  body.fixedadunit #inside3 a {
    transform: translate(0px, -30px);
    display: block;
    margin: auto;
  }
  body.fixedadunit #inside1 a:hover,
  body.fixedadunit #inside3 a:hover {
    background: #ffa500;
  }
  body.fixedadunit #inside1 a img,
  body.fixedadunit #inside3 a img {
    vertical-align: bottom;
  }
  body.fixedadunit .below-content.container {
    position: relative;
    z-index: 1;
    background: var(--background-color);
  }
  body.fixedadunit .post-template-single-featured #post-area .post-content .content-area {
    padding-bottom: 0;
  }
  body.fixedadunit .social-wrap-outer {
    display: none;
  }
  body.fixedadunit .below-content {
    padding: 20px;
  }
  body.fixedadunit .sidebar-container {
    display: none;
  }
  body.fixedadunit .storystream-posts {
    background: var(--background-color);
    padding: 20px;
  }
  body.fixedadunit .sidebar-container.left {
    background: var(--background-color);
    z-index: 100;
    position: relative;
    padding-top: 20px;
  }
  body.fixedadunit .sidebar-container.right {
    display: none;
  }
}
@media screen and (max-width: 940px) and (max-aspect-ratio: 3/2) and (max-width: 767px) and (max-aspect-ratio: 3/2) {
  body.fixedadunit #top_fold {
    padding-top: 62px;
    padding-bottom: 20px;
    min-height: auto;
  }
}
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  width: 100%;
  background: var(--background-color);
  transition: background 0.4s ease-out;
}
::selection {
  background: var(--text-color);
  color: var(--background-color);
}
img {
  color: var(--text-color);
  font-family: var(--cta-font);
  font-size: 16px;
}
a.title,
.promo-heading a,
a.pointy,
.post-details a,
.desc {
  color: var(--text-color);
}
a.title:hover,
a.pointy:hover {
  color: var(--text-color);
}
a.subscribe {
  color: var(--text-color);
}
.author-name a {
  color: var(--author-link-color);
}
.author-name a:hover {
  filter: brightness(0.8);
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
li,
figcaption,
label,
span,
summary {
  color: var(--text-color);
}
h1,
h2,
h3 {
  font-family: var(--title-font);
}
.brand-color {
  color: #ffd007;
}
.container {
  max-width: 1280px;
  margin: 0 auto;
}
.nav-up {
  top: -40px;
}
.logout-message {
  text-align: center;
  position: absolute;
  top: 50px;
  background: #b6fcce;
  z-index: 1000;
  right: 50px;
  padding: 10px 30px;
  font-family: var(--cta-font);
  margin: 0 auto;
  max-width: 300px;
  border: 3px solid #008000;
  border-radius: 5px;
  animation: signup-response 1s 1;
  animation-delay: 3s;
  animation-fill-mode: forwards;
}
.darkmode-toggle {
  display: flex;
}
.darkmode-toggle button {
  background: none;
  width: 40px;
  border: 0;
  cursor: pointer;
  position: relative;
}
.darkmode-toggle button:hover img,
.darkmode-toggle button:focus-visible img {
  filter: invert(0.5);
}
.darkmode-toggle button:hover:after,
.darkmode-toggle button:focus-visible:after {
  opacity: 1;
  transform: translate(0, 0);
}
.darkmode-toggle button:after {
  box-sizing: border-box;
  content: "Switch on Dark Mode";
  pointer-events: none;
  font-family: var(--cta-font);
  font-size: 12px;
  width: 140px;
  padding: 5px 12px;
  background: #666;
  color: #fff;
  display: block;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: 0.25s ease all;
  transform: translate(10px, 0);
  z-index: 100;
  left: -150px;
  top: 10px;
  height: 35px;
  border-radius: 10px;
}
@media (max-width: 768px) {
  .darkmode-toggle button:after {
    top: auto;
    left: -50px;
    bottom: -40px;
  }
}
.darkmode-toggle img {
  width: 100%;
}
.darkmode-toggle img.moon {
  display: block;
}
.darkmode-toggle img.sun {
  display: none;
}
.below-content .below-single-post .showing a.image6,
.below-content .below-single-post .showing a.image9 {
  display: none;
}
@media screen and (min-width: 870px) {
  .below-content .below-single-post .showing a.image3,
  .below-content .below-single-post .showing a.image6 {
    display: none;
  }
  .below-content .below-single-post .showing a.image9 {
    display: block;
  }
}
.below-content .below-single-post .showing img {
  max-width: 100%;
  height: auto;
}
.below-content .below-single-post .random-content-pro-wrapper {
  display: none;
}
.below-content .below-single-post .random-content-pro-wrapper.showing,
.below-content .below-single-post .random-content-pro-wrapper[data-campaign-name^="display"],
.below-content .below-single-post .random-content-pro-wrapper[data-campaign-name^="Display"] {
  display: block !important;
}
.below-content .below-single-post .random-content-pro-wrapper[data-campaign-name^="display"],
.below-content .below-single-post .random-content-pro-wrapper[data-campaign-name^="Display"] {
  text-align: center;
}
.post-content .random-content-pro-wrapper,
.sidebar-container .random-content-pro-wrapper {
  display: none;
}
.affiliate-disclosure {
  font-family: var(--cta-font);
  font-size: 15px;
  line-height: 17px;
  margin: 30px auto 0;
  padding: 0 15px;
  text-align: center;
  color: var(--text-color);
}
.riot-headline {
  color: #000;
  font-family: var(--cta-font);
  text-transform: uppercase;
  font-size: 18px;
}
.riot-headline.container {
  width: 100%;
  max-width: 1240px;
  display: block;
}
.riot-headline a {
  margin: 40px 0;
  color: inherit;
  display: block;
  text-decoration: none;
}
.riot-headline .riot-headline-title {
  background: #000;
  color: #fff;
  padding: 10px 17px;
  display: inline-block;
}
.riot-headline .headline-text {
  background: #ffd007;
  color: #000;
  padding: 10px 17px;
  display: block;
}
.ad-container {
  text-align: center;
}
a {
  color: inherit;
}
.mustard {
  color: #ffd007;
}
.main-nav {
  background: #fff;
  top: 0;
  width: 100%;
  height: 40px;
  z-index: 10;
  box-sizing: content-box;
  border-bottom: 9px solid #000;
}
.button-and-logo.mast-helper {
  height: 45px;
  background: #fff;
  z-index: 10000;
  display: none;
}
.button-and-logo.mast-helper.show-toggle {
  display: block;
}
.button-and-logo.mast-helper .menu-nav-button {
  padding: 0;
}
.genre-nav {
  position: absolute;
  z-index: 10;
  right: 0;
  left: 0;
  top: 54px;
  background: #000;
  color: #fff;
}
.genre-nav ul {
  padding: 0;
}
.genre-nav a {
  font-family: var(--cta-font);
  color: #fff;
}
.main-nav {
  height: 54px;
  transition: top 0.2s ease-in-out;
  position: fixed;
}
.main-nav.nav-up {
  top: -80px;
}
.main-nav .button-and-logo .logo {
  margin: 0;
  height: 54px;
  overflow: hidden;
}
.main-nav .button-and-logo .logo img {
  width: 62px;
  height: 62px;
  margin-top: -7px;
}
/*
.main-nav .mobile-share

	padding-top 4px
	margin-left 8px
	float left
	display none

	.comment-count-icon
		path
			fill white

	.share-button
		border 2px solid white
		background black
		width 30px
		height 30px
		margin-right 10px
		position relative

		&:hover

			i.fa
				color $electricBlue

			.gfx-container
				path
					fill $electricBlue

		i.fa
			font-size 18px
			margin-top 0
			position absolute
			left 0
			right 0
			top 4px

		.gfx-container
			position absolute
			left 3px
			top 6px
			width 20px


body.single .main-nav.scrolled

	.logo
		display none

	.mobile-share
		display block
*/
.more-recent-posts a {
  text-decoration: none;
}
.more-recent-posts a:hover {
  text-decoration: underline;
}
.nav-corner-box {
  width: 40px;
  height: 40px;
  top: 0;
  cursor: pointer;
}
.nav-corner-box .menu {
  display: block;
  margin-bottom: 7px;
  font-family: var(--description-font);
  color: #000;
}
.nav-corner-box .bar {
  display: block;
  width: 32px;
  height: 2px;
  position: absolute;
  background: #000;
  left: 12px;
}
.nav-corner-box .tooltip-content {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  background: #1fedff;
  left: -15px;
  top: 54px;
  padding: 5px 5px 4px;
  font-size: 12px;
  width: 100%;
  box-sizing: border-box;
  transition: 0.25s all ease;
  transition-delay: 0.25s;
  z-index: 2;
  color: #000;
  font-family: var(--cta-font);
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
}
.nav-corner-box.nav-corner-left {
  width: 55px;
  height: 57px;
  box-sizing: border-box;
  float: left;
  position: relative;
}
.nav-corner-box.nav-corner-left .bar.bar1 {
  top: 17px;
}
.nav-corner-box.nav-corner-left .bar.bar2 {
  top: 27px;
}
.nav-corner-box.nav-corner-left .bar.bar3 {
  top: 37px;
}
.nav-corner-box.nav-corner-right {
  padding: 12px 11px;
  box-sizing: border-box;
  border-left: 1px solid #000;
  width: 55px;
  height: 54px;
  display: inline-block;
}
.button-and-logo {
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 50;
}
.button-and-logo .logo {
  float: left;
  margin: 9px 0 0 8px;
  position: relative;
}
.button-and-logo .logo img {
  width: 100px;
}
.menu-nav-button {
  padding: 20px;
}
.mast-helper:hover .bar1,
.mast-helper:hover .bar2 {
  background: $mustard;
}
.mast-helper .bar1,
.mast-helper .bar2 {
  top: 23px;
  width: 40px;
  left: 10px;
}
.mast-helper .bar1 {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.mast-helper .bar2 {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
#fly-wrap .menu-content {
  overflow: scroll;
}
.nav-content-right {
  right: 0;
  top: 0;
  position: absolute;
  display: flex;
  height: 100%;
}
.nav-content-right .sign-in {
  display: flex;
  height: 100%;
  font-family: var(--cta-font);
}
.nav-content-right .sign-in a {
  color: #222;
  display: flex;
  height: 100%;
  align-items: center;
  padding: 0 20px;
}
.nav-content-right .sign-in a:hover {
  color: var(--background_pop);
  text-decoration: underline;
}
.genre-nav {
  display: none;
  z-index: 40;
  right: 0;
  left: 0;
  top: 54px;
  text-align: center;
  line-height: 1;
}
.genre-nav ul {
  text-transform: uppercase;
  margin: 0 auto;
}
.genre-nav li {
  display: inline-block;
  font-size: 12px;
}
.genre-nav a {
  padding: 5px 11px 4px 11px;
  text-decoration: none;
}
.genre-nav a.active,
.genre-nav a:hover {
  background: #ffd007;
  color: #000;
}
@media (min-width: 768px) {
  .genre-nav {
    display: block;
  }
  .genre-nav li {
    margin: 7px 0 5px;
  }
}
.genre-nav-mobile {
  display: inline-block;
  padding-right: 12px;
}
.genre-nav-mobile li {
  display: inline-block;
  font-family: var(--cta-font);
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  padding: 0 10px;
  color: #000;
}
.genre-nav-mobile li a {
  color: inherit;
}
@media (max-width: 767px) {
  .genre-nav-mobile .hide-mobile {
    display: none;
  }
}
@media (max-width: 467px) {
  .genre-nav-mobile .hide-mobile-xs {
    display: none;
  }
}
@media (min-width: 768px) {
  .genre-nav-mobile {
    display: none;
  }
  #top_fold {
    margin: 78px auto 40px;
  }
  .nav-corner-box .bar {
    left: 17px;
  }
  .nav-corner-box.nav-corner-left,
  .nav-corner-box.nav-corner-right {
    width: 65px;
  }
  .nav-corner-box.nav-corner-left:hover .tooltip-content {
    visibility: visible;
    opacity: 1;
    left: 0;
  }
  .nav-corner-box.nav-corner-right {
    padding: 11px 14px;
  }
  .genre-nav a {
    padding: 5px 11px 4px 11px;
  }
}
@media (min-width: 1024px) {
  .main-nav .button-and-logo .logo {
    margin: 0;
    height: 78px;
  }
  .main-nav .button-and-logo .logo img {
    width: 96px;
    height: 96px;
    margin-top: -9px;
  }
  .riot-headline a {
    background: #ffd007;
  }
  .riot-headline .headline-text {
    display: inline-block;
  }
}
@media (min-width: 1280px) {
  .genre-nav a {
    padding: 5px 23px 4px;
  }
}
.genre-nav.social {
  background: #663f6b;
}
.genre-nav.social ul {
  display: table;
  width: 372px;
  margin: 0 auto;
}
.genre-nav.social li {
  margin: 0;
  width: 33%;
  display: table-cell;
  cursor: pointer;
}
.genre-nav.social a:hover {
  opacity: 0.8;
}
.genre-nav.social a {
  display: inline-block;
  width: 100%;
  transition: 0.3s all;
}
.genre-nav.social a.facebook {
  background-color: #3b57a0;
}
.genre-nav.social a.twitter {
  background-color: #419bd7;
}
.genre-nav.social a.pinterest {
  background-color: #cc2129;
}
.genre-nav.social i.fa {
  color: #fff;
  font-size: 14px;
}
.subscribe-panel-button,
.store-button {
  font-family: var(--cta-font);
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  color: #000;
  float: right;
  margin: 16px 10px 0;
  cursor: pointer;
}
.subscribe-panel-button:hover,
.store-button:hover {
  color: $mustard;
}
.search-button {
  color: #000;
  float: right;
}
.search-button path {
  fill: #000;
}
#wpadminbar span {
  color: #fff;
}
#search-bar {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
}
#search-bar.showing {
  display: block;
}
#search-bar .container {
  max-width: 900px;
  margin: 100px auto 0;
}
#search-bar .whiteout-bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0.9);
  z-index: -1;
}
#search-bar .search-close-button {
  left: unset;
  right: 24px;
}
#search-bar #searchform {
  margin-top: 24px;
}
#search-bar #s {
  display: block;
  width: 100%;
  border: none;
  background: none;
  font-family: var(--byline-font);
  font-size: 26px;
  color: #000;
  margin-bottom: 18px;
  margin-top: 9px;
  border-radius: 0;
  outline: 0;
  -webkit-appearance: none;
  -webkit-text-fill-color: #000 !important;
}
#search-bar #s:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px #fff inset;
}
#search-bar .instructions {
  color: #000;
  font-weight: 700;
}
.over {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  z-index: 100;
  padding: 48px 36px 0 36px;
  overflow: scroll;
  z-index: 1001;
}
@media (min-width: 768px) {
  .over {
    padding-top: 90px;
  }
}
@media (min-width: 970px) {
  .over-container {
    max-width: 940px;
    margin: 0 auto;
  }
}
.navigation-close-button {
  position: fixed;
  top: -9px;
  left: 10px;
  width: 28px;
  height: 28px;
  cursor: pointer;
}
@media (min-width: 768px) {
  .navigation-close-button {
    top: -10px;
    left: 10px;
    width: 40px;
    height: 40px;
  }
}
.navigation-close-button:before,
.navigation-close-button:after {
  position: absolute;
  left: 16px;
  content: ' ';
  height: 32px;
  width: 2px;
  background-color: #000;
}
@media (min-width: 768px) {
  .navigation-close-button:before,
  .navigation-close-button:after {
    left: 21px;
  }
}
.navigation-close-button:before {
  transform: rotate(45deg);
}
.navigation-close-button:after {
  transform: rotate(-45deg);
}
.section-title {
  font-family: var(--cta-font);
  font-size: 3rem;
  line-height: 4rem;
  text-transform: uppercase;
  margin-bottom: 0;
}
nav.over a {
  text-decoration: none;
  color: #000;
}
.over-media ul {
  list-style-type: none;
  padding-left: 0;
  border-top: 4px solid #000;
  margin: 0;
}
.over-media li {
  font-family: var(--cta-font);
  color: #000;
  font-size: 20px;
  font-weight: 600;
}
.over-media li:not(:last-child) {
  border-bottom: 2px solid #000;
}
.over-media li > a {
  height: 60px;
}
.over-media a {
  display: block;
  color: inherit;
}
.over-media a:hover {
  color: #4d4d4d;
}
.over-media a > * {
  display: inline-block;
  vertical-align: middle;
}
.over-media img {
  height: 50px;
  margin: 5px 25px 5px 0;
}
.over-media .icon {
  width: 67px;
}
.over-media .over-listen img {
  max-width: 50px;
}
.over-media span {
  color: #000;
}
.cta-links {
  padding: 0;
  list-style-type: none;
  color: #fff;
  text-align: center;
}
.cta-links ul {
  padding: 0 !important;
}
.cta-links a {
  color: #000;
  display: block;
  font-family: var(--cta-font);
  font-size: 20px;
  font-weight: 600;
  padding: 14px 8px;
  margin-bottom: 10px;
}
.cta-links a:hover {
  text-decoration: underline;
}
.cta-links li:nth-child(1) a {
  background: #fd8238;
}
.cta-links li:nth-child(2) a {
  background: #0bff72;
}
.cta-links li:nth-child(3) a {
  background: #ed1f24;
}
.cta-links li:nth-child(4) a {
  background: #8dffe6;
}
.cta-links li:nth-child(5) a {
  background: #1fedff;
}
.cta-links li:nth-child(6) a {
  background: #ff8686;
}
.subnav-links {
  background: #000;
  text-align: center;
  padding: 20px 0;
  margin: 10px 0;
}
.subnav-links li {
  list-style-type: none;
  margin-bottom: 10px;
}
.subnav-links a {
  color: #fff;
  text-decoration: none;
  font-family: var(--cta-font);
  font-size: 20px;
  font-weight: 600;
}
.subnav-links a:hover {
  text-decoration: underline;
}
nav.over .subnav-links a {
  color: #fff;
}
.over-social {
  list-style-type: none;
  padding: 0;
  text-align: center;
  background: #000;
  padding-top: 10px;
}
.over-social li {
  display: inline-block;
  margin: 0 4px 8px 4px;
}
.over-social a {
  height: 28px;
  width: 28px;
  padding: 1px;
  border-radius: 28px;
  font-size: 18px;
  background: #fff;
  color: #000;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.over-social a:before {
  position: relative;
  top: 3px;
}
.over-social img {
  width: calc(100% - 10px);
}
.over-arrow {
  display: inline-block;
  position: relative;
  width: 25px;
  height: 18px;
  top: 2px;
  background-image: url("../images/nav-arrow-black.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin-left: 6px;
}
.over-shop:hover .over-arrow,
.over-newsletter:hover .over-arrow,
.over-insiders:hover .over-arrow {
  background-image: url("../images/nav-arrow-white.png");
}
.over-arrow_white {
  background-image: url("../images/nav-arrow-white.png");
}
/* POINTY ARROWS */
.pointy .pointer::after {
  display: inline-block;
  content: ' ';
  background-image: url("../svgs/buy-now-arrow.svg");
  background-size: 22px 17px;
  height: 14px;
  width: 22px;
  position: relative;
  transition: 0.2s;
  margin-left: 4px;
}
.pointy:hover .pointer::after {
  transform: translateX(8px);
}
@media (min-width: 768px) {
  #search-bar #s {
    font-size: 37px;
    border-bottom: 1px solid #000;
    margin-top: 0;
  }
  .over-media {
    display: flex;
  }
  .over-read,
  .over-listen {
    flex: 0 0 47%;
  }
  .over-read {
    margin-right: 40px;
  }
}
@media (min-width: 1024px) {
  .over-container {
    display: flex;
  }
  .over-media {
    flex: 0 0 64%;
  }
  .over-other {
    margin-left: 40px;
    flex: 0 0 31%;
  }
}
@media (min-width: 1380px) {
  .single .riot-headline.container {
    box-sizing: border-box;
  }
}
@-moz-keyframes signup-response {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes signup-response {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-o-keyframes signup-response {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes signup-response {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
