/*!

 Theme Name:   Western Horseman

 Theme URI:    https://westernhorseman.com

 Description:  Theme for Western Horseman

 Author:       Anthill Inc.

 Author URI:   https://anthill.net

 Template:     generatepress

 Version:      1.0

*/

/*** Global Image Styles ***/

img {
  display: block;
}

img.mmn-footer-badge {
  display: inline-block;
}

a img {
  opacity: 1;
  transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -webkit-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
}

a img:hover {
  opacity: 0.8;
}

/*** Buttons ***/

button,
html input[type="button"],
input[type="reset"],
input[type="submit"],
a.button,
a.wp-block-button__link:not(.has-background) {
  border: 2px solid #222;
  color: #222;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
a.button:hover,
a.wp-block-button__link:not(.has-background):hover {
  background-color: #222;
  color: #fee01d;
}

a.dark-btn {
  border: 2px solid #fee01d !important;
  color: #fee01d !important;
  background: none !important;
}

a.dark-btn:hover {
  background-color: #fee01d !important;
  color: #222 !important;
}

/*** Single Post Styles ***/

body.single-post
  .site
  .site-content
  .content-area
  .site-main
  article
  .inside-article {
  padding: 0 80px;
}

.wp-block-image,
.wp-block-embed {
  padding-bottom: 20px;
}

article .entry-content p a {
  background-color: #ffe020;
  color: #000;
  padding: 0 2px;
}

p.post-tag-links a {
  text-decoration: underline;

  text-underline-offset: 4px;
}

div.post-byline {
  margin-bottom: 40px;
}

span.post-author,
time.post-date,
span.post-magazine-issue {
  display: inline-block;
  font-family: "Jost", sans-serif;
  font-size: 14px;
  font-weight: normal;
  color: var(--contrast-3);
  padding: 0 10px;
}

span.post-author a,
span.post-magazine-issue a {
  color: var(--contrast-3);
}

span.post-author a:hover,
span.post-magazine-issue a:hover {
  color: #222;
}

time.post-date,
span.post-magazine-issue {
  border-left: 1px solid var(--base);
}

div.post-sponsor {
  margin-top: 20px;
}

p.sponsor {
  font-family: "Jost", sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: var(--contrast-3);
}

p.sponsor a {
  color: var(--contrast-2);
}

p.sponsor a:hover {
  border-bottom: 2px solid #fee01d;
}

/*** Global Teasers ***/

p.teaser-categories span.post-term-item,
span.cat-links a {
  padding: 3px 6px;
  background: var(--accent);
  margin-right: 5px;
}

[title^="Posts by Western Horseman"] {
  font-style: italic;
}

/*** Sponsored Content ***/

.sponsored-article {
  background-color: #f1f1f1 !important;
}

/*** Search ***/

.search-modal-form .search-field {
  font-family: "Jost", sans-serif;
  letter-spacing: 0.02em;
}

.search-modal-form .search-field:focus {
  outline: none;
}

.search-modal-fields button {
  background-color: #222;
}

.search-modal-fields button:hover {
  background-color: #fee01d;
}

.search-modal-fields button span.icon-search svg {
  color: #fff;
}

.top-search-bar .search-field {
  font-family: "Jost", sans-serif;
  border-left: none;
  border-right: none;
  border-top: none;
  border-bottom: 2px solid #222;
  background-color: transparent;
}

.top-search-bar .search-field:focus {
  background-color: transparent;
  outline: none;
}

.top-search-bar button.search-submit {
  display: none;
}

/*** Footer Newsletter Signup Form ***/

input[type="email"].footer-email {
  border: none;
  border-bottom: 2px solid #222;
  background: none;
  color: #222;
  width: 300px;
  font-weight: bold;
  font-family: "Jost", sans-serif;
  outline: none;
  max-width: 300px;
}

input[type="email"].footer-email::placeholder {
  opacity: 0.8;
  color: #222;
}

input[type="submit"].footer-submit {
  background: none;
  border: 2px solid #222;
  color: #222;
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 0.1em;
  margin-top: 10px;
  font-weight: bold;
  font-family: "Jost", sans-serif;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

input[type="submit"].footer-submit:hover {
  background-color: #222;
  color: #fee01d;
}

/*** Footer Search ***/

.footer-search form.search-form {
  display: flex;
}

.footer-search form.search-form label {
  flex-grow: 1;
}

.footer-search button.search-submit {
  background-color: #323232;
  color: var(--contrast-2);
  padding: 11px 20px;
  border: none;
}

.footer-search input[type="search"] {
  background-color: #222;
  color: #fff;
  border-top: 1px solid #323232;
  border-left: 1px solid #323232;
  border-right: none;
  border-bottom: 1px solid #323232;
  font-family: "Jost", sans-serif;
  width: 100%;
}

.footer-search input[type="search"]:focus {
  outline: none;
}

.footer-search span.screen-reader-text {
  color: var(--accent);
}

/*** Comments ***/

.comment-author-info a,
.comment-content a,
.logged-in-as a {
  color: var(--contrast-3);
  font-weight: bold;
  font-family: "Jost", sans-serif;
}

p.logged-in-as {
  font-family: "Jost", sans-serif;
}

.comment-form #author,
.comment-form #email,
.comment-form #url {
  display: inline-block;
  width: 33%;
}

/*** Newsletter Page Signup Form ***/

.mc4wp-form-fields input[type="email"],
.mc4wp-form-fields input[type="number"],
.mc4wp-form-fields input[type="password"],
.mc4wp-form-fields input[type="search"],
.mc4wp-form-fields input[type="tel"],
.mc4wp-form-fields input[type="text"],
.mc4wp-form-fields input[type="url"],
.mc4wp-form-fields select,
.mc4wp-form-fields textarea {
  width: 100%;
  margin: 0 0 20px 0;
}

.checkbox_label span {
  color: var(--contrast-3);
  font-style: italic;
  font-size: 12px;
}

.checkbox_wrap {
  margin-bottom: 20px;
}

/*** Header Mag Cover ***/

div.wh-mag-cover {
  position: absolute;
  right: 0;
  top: 0;
  margin-top: 20px;
  z-index: 300;
}

img.wh-cover-img {
  height: 120px;
  width: auto;
  margin-right: 20px;
  display: inline-block;
  box-shadow: 0 0 5px 2px #c0c0c0;
}

a.wh-header-mag {
  display: inline-block;
  z-index: 300;
}

div.header-subscribe-wrapper {
  display: flex;
  align-items: center;
}

.header-subscribe-prompt {
  padding-right: 10px;
}

.header-subscribe-prompt p {
  font-family: "Jost", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-weight: 600;
  font-size: 12px;
  line-height: 12px;
  margin-bottom: 5px;
  width: 140px;
}

a.header-subscribe-now {
  font-size: 10px;
  background-color: #222;
  color: #fff;
  font-family: "Jost", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  padding: 3px 6px;
}

.wh-subscribe-wrapper {
  width: 100%;
  z-index: 999;
  background-color: #f1f1f1;
  padding: 30px;
  position: absolute;
  top: 160px;
  margin-top: 0 !important;
  display: none;
  box-shadow: 0 4px 12px -4px #a9a9a9;
}

.subscribe-inner-container {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}

.subscribe-options,
.subscribe-newsletter {
  width: 50%;
  display: flex;
  align-items: center;
}

.subscribe-options {
  border-right: 1px solid var(--base);
  padding-right: 30px;
}

.subscribe-newsletter {
  flex-direction: column;
  text-align: center;
  padding: 30px;
  margin-left: 30px;
}

div.subscribe-links {
  text-align: left;
  padding-left: 20px;
}

.header-hover-subscribe-prompt p {
  font-family: "Jost", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 16px;
  font-weight: bold;
  line-height: 30px;
  margin-bottom: 10px;
}

.header-hover-right-col-text p {
  font-family: "Jost", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 13px;
  font-weight: bold;
  line-height: 16px;
  margin-bottom: 10px;
  color: var(--contrast-2);
}

span.large-text {
  font-size: 120%;
}

span.contrast-text {
  color: var(--contrast);
}

img.subscribe-cover-img {
  width: 200px;
}

span.close-subscribe-options {
  position: absolute;
  top: 40px;
  right: 40px;
  opacity: 0.6;
}

span.close-subscribe-options:hover {
  cursor: pointer;
  opacity: 0.3;
}

a.subscribe-option-link {
  display: block;
  font-family: "Jost", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--contrast);
  font-size: 14px;
  border-bottom: 1px solid var(--base);
  padding: 10px 0;
}

a.subscribe-option-link:hover {
  font-weight: bold;
}

img.header-subscribe-logo {
  width: 250px;
  height: auto;
  margin: 0 auto 30px auto;
}

a.header-newsletter-link {
  display: block;
  font-family: "Jost", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 20px;
  font-weight: bold;
  color: var(--contrast);
  font-size: 12px;
  padding: 6px 8px;
  border: 2px solid var(--contrast);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

a.header-newsletter-link:hover {
  color: var(--accent);
  background-color: #222;
  border: 2px solid #222;
}

.header-social-networks-wrapper {
  display: flex;
  margin-top: 20px;
}

a.header-social-link {
  color: var(--contrast-2);
  padding: 10px;
  margin: 0 10px;
}

a.header-social-link:hover {
  color: var(--contrast-3);
}

/*** Homepage Featured Articles ***/

div.wh-featured {
  display: flex;
  column-gap: 30px;
  row-gap: 30px;
  margin: 30px auto;
}

div.main-featured {
  width: 60%;
  border-right: 1px solid #e7e7e7;
  padding-right: 30px;
}

div.side-featured {
  width: 40%;
  text-align: left;
  visibility: hidden;
}

div.hero-content {
  background-color: #fff;
  padding-top: 10px;
}

div.hero-content .entry-meta {
  margin-top: 0;
}

div.hero .sponsored-article {
  padding: 10px 20px;
}

.hero-content span.cat-links a,
.wh-feature-content span.cat-links a,
.wh-mag-feature-content span.cat-links a,
.wh-article-teaser span.post-term-item a {
  text-decoration: none;
  font-family: "Jost", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 10px;
  font-weight: bold;
  color: var(--contrast);
}

.wh-feature {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
  justify-content: stretch;
}

.wh-feature-image {
  width: 40%;
  flex-grow: 1;
  align-self: stretch;
}

.wh-feature-content {
  width: 60%;
  padding: 10px;
  align-self: stretch;
}

.wh-feature-image img {
  object-fit: cover;
  height: 100%;
}

h1.hero-title {
  font-size: 34px;
  margin: 20px 0 10px 0;
}

h1.hero-title a,
h2.wh-feature-title a {
  text-decoration: none;
  color: #222;
  padding: 0 auto;
}

h1.hero-title a:hover,
h2.wh-feature-title a:hover {
  color: var(--contrast-3);
}

h2.wh-feature-title {
  font-size: 16px;
  margin: 0;
}

p.featured-author,
p.featured-author a {
  font-family: "Jost", sans-serif;
  font-size: 14px;
  color: var(--contrast-3);
  margin-bottom: 0;
}

p.featured-author a:hover {
  color: var(--contrast-2);
}

/*** Widget Styles ***/

.widget-area .widget {
  padding: 0;
}

/*** Ad Unit Styles ***/

.dfw-unit.display-block:before {
  display: none !important;
}

div.wh-lb1,
div.wh-lb2,
div.wh-lb3 {
  margin: 60px auto;
}

.wh-lb4 {
  margin-top: 30px;
}

article aside .widget_doubleclick_widget {
  margin: 30px auto;
}

#btm-sticky-ad-container {
  position: fixed;
  left: 0px;
  bottom: 0px;
  width: 100%;
  text-align: center;
  z-index: 99;
}

div.btm-sticky-wrapper {
  width: 728px;
  margin: 0 auto;
  position: relative;
}

span.close-sticky-ad,
span.btn-close {
  width: 30px;
  height: 30px;
  background-color: #222;
  position: absolute;
  top: 0px;
  right: 0px;
  margin-right: -10px;
  margin-top: -10px;
  z-index: 100;
  border-radius: 15px;
  display: block;
  border: 1px solid #fff;
}

span.close-sticky-ad:hover,
span.btn-close {
  cursor: pointer;
}

/*** Load More Btn ***/

div.load-more {
  text-align: center;
  margin-bottom: 30px !important;
}

/*** Homepage Magazine CTA ***/

div.wh-magazines-cta {
  width: 100%;
  padding: 40px;
  background-color: #222;
}

div.wh-mag-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 30px;
  row-gap: 30px;
}

div.subscribe-prompt {
  width: 40%;
}

div.subscribe-prompt p {
  color: var(--contrast-3);
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 18px;
}

div.subscribe-covers {
  width: 60%;
  display: flex;
  column-gap: 30px;
}

div.mag-cover-wrapper a {
  color: var(--contrast-3);
  font-family: "Jost", sans-serif;
  font-weight: bold;
  font-size: 12px;
}

div.mag-cover-wrapper p {
  margin-bottom: 0;
}

img.wh-large-cover-img {
  max-height: 280px;
  width: auto;
}

h3.subscribe {
  font-family: "Jost", sans-serif;
  font-size: 40px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 500;
}

/*** Moible Magazine CTA ***/

#menu-mobile-menu li.mobile-subscribe a {
  border: 2px solid var(--contrast);
  line-height: 40px !important;
  background-color: var(--contrast);
  color: var(--accent);
  margin-top: 10px;
}

div.mobile-cover {
  margin: 0 auto;
  width: 130px;
  margin-bottom: 30px;
  text-align: center;
}

div.mobile-cover .mobile-subscribe-prompt p {
  text-transform: uppercase;
  font-family: Jost, sans-serif;
  font-weight: bold;
  font-size: 12px;
  line-height: 1.1em;
  letter-spacing: 0.05em;
  margin: 20px 0px 5px 0px;
}

div.mobile-cover .mobile-subscribe-now {
  background: black;
  color: white;
  font-size: 11px;
  padding: 5px;
  font-weight: 500;
}

p.mobile-issue-title {
  font-size: 12px;
  color: var(--contrast-3);
  font-family: "Jost", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

/*** Best of WH ***/

.page-template-page-best-of-wh .entry-header,
.best-of-wh-menu {
  text-align: center;
}

div.best-of-wh-logo {
  margin: 0 auto;
  max-width: 300px;
}

.modal-content .best-of-wh-logo {
  max-width: 200px !important;
}

h3.section-header {
  font-family: "Jost", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-weight: 500;
  border-bottom: 2px solid #fee01d;
  padding-bottom: 5px;
  font-size: 22px;
}

h4.bestof-sponsor-title {
  font-size: 24px;
  line-height: 26px;
}

p.bestof-category {
  font-family: "Jost", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 12px;
  font-weight: 500;
  margin-top: 20px;
}

div.bestof-featured-description p {
  font-size: 14px;
  font-family: "Jost", sans-serif;
}

div.bestof-featured-description p a {
  font-weight: bold;
  background-color: transparent !important;
  padding: 0;
  text-decoration: none;
}

div.best-of-wh-menu {
  margin-bottom: 30px;
}

a.best-of-wh-category {
  padding: 8px 10px;
  background-color: #f9f9f9;
  font-family: "Jost", sans-serif;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #222;
  font-weight: bold;
  margin: 0 5px 10px 5px;
  font-size: 12px;
  display: inline-block;
}

a.best-of-wh-category:hover {
  background-color: #e3e3e3;
}

div.bestof-block-wrapper {
  margin: 0 auto;
  padding: 40px 0;
}

div.best-of-featured,
div.best-of-standard {
  display: flex;
  column-gap: 30px;
  row-gap: 30px;
  text-align: center;
  margin-top: 30px;
}

div.best-of-standard {
  flex-wrap: wrap;
}

div.best-of-featured img {
  margin: 0 auto;
}

div.bestof-featured-sponsor {
  width: calc((100% / 4) - (((4 - 1) / 4) * 30px));
  background-color: #f9f9f9;
  padding: 30px;
}

div.bestof-standard-sponsor {
  width: calc((100% / 4) - (((4 - 1) / 4) * 30px));
  padding: 30px;
  border: 2px solid #333333;
}

a.featured-vote-btn,
button.featured-vote-btn,
button.standard-vote-btn {
  padding: 8px 10px;
  color: #222;
  font-family: "Jost", sans-serif;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  border: none;
}

a.featured-vote-btn,
button.featured-vote-btn {
  background-color: #fee01d;
}

button.standard-vote-btn {
  background-color: #e7e7e7;
}

button.featured-vote-btn:hover,
button.standard-vote-btn:hover {
  cursor: pointer;
}

a.bestof-anchor {
  display: block;
  position: relative;
  visibility: hidden;
  top: -100px;
}

.modal {
  position: absolute;
  background-color: white;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  padding: 30px;
  z-index: 2;
}

.modal-content {
  max-height: 500px;
  overflow-y: scroll;
  text-align: left;
  padding: 20px;
}

.modal-content .gform_heading {
  text-align: center;
}

.modal-content .gform_heading h2.gform_title {
  font-family: "Jost", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 28px;
  font-weight: 500;
  padding-bottom: 6px;
  border-bottom: 2px solid #fee01d;
}

input[type="submit"].gform_button {
  background-color: #fee01d !important;
  border-radius: 0 !important;
  color: #222 !important;
  font-family: "Jost", sans-serif !important;
  letter-spacing: 0.06em !important;
  font-weight: 500 !important;
  text-transform: uppercase !important;
}

.modal-content
  .gform-theme--framework
  input[type="radio"]:where(
    :not(.gform-theme__disable):not(.gform-theme__disable *):not(
        .gform-theme__disable-framework
      ):not(.gform-theme__disable-framework *)
  ):before {
  background-color: #fee01d;
}

.modal-content .gform-theme--framework .gfield--type-choice .gchoice {
  border: 1px solid #e1e1e1;
  padding: 20px;
  font-family: "Jost", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(3px);
  z-index: 1;
}

.hidden {
  display: none;
}

.betof-lb1,
.bestof-lb2,
.bestof-lb3,
.bestof-lb4,
.bestof-lb5 {
  margin: 30px auto;
}

div.menu-best-of-wh-container {
  text-align: center;
}

ul#menu-best-of-wh,
ul#menu-best-of-wh-1 {
  margin: 0 auto 30px auto;
}

ul#menu-best-of-wh li,
ul#menu-best-of-wh-1 li {
  text-decoration: none;
  display: inline-block;
  margin: 5px 10px;
}

ul#menu-best-of-wh li a,
ul#menu-best-of-wh-1 li a {
  font-family: "Jost", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #222222;
  font-weight: 500;
  font-size: 12px;
}

ul#menu-best-of-wh li a:hover,
ul#menu-best-of-wh-1 li a:hover {
  color: #8a8a8a;
}

ul#menu-best-of-wh li.current-menu-item a,
ul#menu-best-of-wh-1 li.current-menu-item a {
  border-bottom: 1px solid #fee01d;
}

/*** Magazine Editions ***/

div.wh-mag-wrapper {
  display: flex;
  flex-wrap: wrap;
  padding: 0 30px;
}

div.wh-magazine-cover {
  width: 40%;
  padding-right: 40px;
}

div.wh-mag-description {
  width: 60%;
}

div.wh-mag-description-text {
  margin-top: 10px;
}

h1.wh-mag-title {
  margin-bottom: 30px;
}

.wh-mag-nav {
  display: flex;
  position: relative;
  height: 35px;
  margin: 30px;
}

span.chevron-left::before {
  content: url(assets/img/chevron-left.svg);
  width: 20px;
  height: 35px;
  display: block;
  position: absolute;
  left: 0;
}

span.chevron-right::before {
  content: url(assets/img/chevron-right.svg);
  width: 20px;
  height: 35px;
  display: block;
  position: absolute;
  right: 0;
}

.wh-mag-articles-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

article.wh-mag-featured-article {
  width: calc((100% / 2) - (((2 - 1) / 2) * 30px));
}

div.wh-mag-related-articles {
  padding: 0 30px;
  margin-top: 60px;
}

h2.section-heading {
  font-family: "Jost", sans-serif;
  font-size: 26px;
  letter-spacing: 0.2em;
  font-weight: 500;
  text-transform: uppercase;
  padding-bottom: 6px;
  margin-bottom: 30px;
  border-bottom: 4px solid var(--accent);
}

.wh-mag-feature-image {
  width: 100%;
  align-self: stretch;
}

.wh-mag-feature-content {
  width: 100%;
  align-self: stretch;
  padding-top: 10px;
}

h3.wh-mag-feature-title {
  font-size: 30px;
  margin-top: 15px;
}

h3.wh-mag-feature-title a {
  color: var(--contrast);
}

h3.wh-mag-feature-title a:hover {
  color: var(--contrast-3);
}

div.magazine-buy-now {
  margin-bottom: 30px;
}

a.mag-subscribe-link {
  font-family: "Jost", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 18px;
  font-weight: bold;
  color: var(--contrast);
}

a.mag-subscribe-link:before {
  content: url(assets/img/chevron-right.svg);
  width: 9px;
  height: 17px;
  display: inline-block;
  margin-right: 5px;
}

a.mag-subscribe-link:hover {
  color: var(--accent);
  text-decoration: underline;
}

p.magazine-prompt {
  font-size: 14px;
  font-style: italic;
}

div.magazine-edition-links {
  border-bottom: 1px solid #fafafa;
  margin-bottom: 10px;
}

/*** Featured Slider ***/

.main-featured .flickity-prev-next-button.previous {
  left: 0;
}

.main-featured .flickity-prev-next-button.next {
  right: 30px;
}

.main-featured .flickity-prev-next-button {
  border-radius: 0;
  top: 33%;
}

.main-featured .flickity-button {
  background: hsla(0, 0%, 100%, 0.85);
}

.main-featured .flickity-page-dots {
  display: none;
}

/*** This Month Slider ***/

.this-month-slider {
  width: 1230px;
  margin: 30px auto;
}

.this-month-slider .carousel-cell {
  width: 25%;
  padding: 0 15px;
}

.this-month-image img {
  height: 300px;
  object-fit: cover;
}

.this-month-slider .flickity-prev-next-button {
  border-radius: 0;
}

.this-month-slider .flickity-prev-next-button.previous {
  left: -50px;
}

.this-month-slider .flickity-prev-next-button.next {
  right: -50px;
}

.this-month-image {
  margin-bottom: 10px;
}

h3.this-month-title {
  font-size: 24px;

  margin-bottom: 10px;
}

h3.this-month-title a {
  color: var(--contrast);
}

h3.this-month-title a:hover {
  color: var(--contrast-3);
}

article.this-month p {
  font-size: 14px;
}

/*** Menu Styles ***/

#generate-slideout-menu.main-navigation ul ul.toggled-on {
  padding: 10px 10px 10px 30px;
}

.slideout-navigation ul ul {
  box-shadow: none !important;
}

.main-navigation,
.sticky-enabled .main-navigation.is_stuck {
  box-shadow: 0 -2px 6px 1px #ababab;
}

.top-gray-shadow {
  box-shadow: inset 0 8px 4px -4px #ddd;
}

/*** Advertise With Us ***/

img.advertise-header-logo {
  position: absolute;
  bottom: 30px;
  right: 30px;
}

.sentence {
  color: #202020;
  font-size: 35px;
  text-align: left;
  font-family: "Jost", sans-serif;
}

.slidingVertical {
  display: inline;
  margin-left: 8px;
}
.slidingVertical span {
  animation: topToBottom 12.5s linear infinite 0s;
  -ms-animation: topToBottom 12.5s linear infinite 0s;
  -webkit-animation: topToBottom 12.5s linear infinite 0s;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  text-transform: uppercase;
  font-weight: bold;
}
.slidingVertical span:nth-child(2) {
  animation-delay: 2.5s;
  -ms-animation-delay: 2.5s;
  -webkit-animation-delay: 2.5s;
}
.slidingVertical span:nth-child(3) {
  animation-delay: 5s;
  -ms-animation-delay: 5s;
  -webkit-animation-delay: 5s;
}
.slidingVertical span:nth-child(4) {
  animation-delay: 7.5s;
  -ms-animation-delay: 7.5s;
  -webkit-animation-delay: 7.5s;
}
.slidingVertical span:nth-child(5) {
  animation-delay: 10s;
  -ms-animation-delay: 10s;
  -webkit-animation-delay: 10s;
}

@-moz-keyframes topToBottom {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 0;
    -moz-transform: translateY(-50px);
  }
  10% {
    opacity: 1;
    -moz-transform: translateY(0px);
  }
  25% {
    opacity: 1;
    -moz-transform: translateY(0px);
  }
  30% {
    opacity: 0;
    -moz-transform: translateY(50px);
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes topToBottom {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 0;
    -webkit-transform: translateY(-50px);
  }
  10% {
    opacity: 1;
    -webkit-transform: translateY(0px);
  }
  25% {
    opacity: 1;
    -webkit-transform: translateY(0px);
  }
  30% {
    opacity: 0;
    -webkit-transform: translateY(50px);
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-ms-keyframes topToBottom {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 0;
    -ms-transform: translateY(-50px);
  }
  10% {
    opacity: 1;
    -ms-transform: translateY(0px);
  }
  25% {
    opacity: 1;
    -ms-transform: translateY(0px);
  }
  30% {
    opacity: 0;
    -ms-transform: translateY(50px);
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

/*** Post Side Sticky Ad ***/

.side-sticky-ad {
  position: fixed;
  top: 90px;
  right: 0;
  width: 300px;
  height: 600px;
  display: none;
}

@media screen and (max-width: 1450px) {
  .side-sticky-ad {
    width: 0;
  }
}

/*** Mobile Styles ***/

@media screen and (max-width: 1550px) {
  img.wh-cover-img {
    height: 80px;
  }

  div.wh-mag-cover {
    margin-top: 10px !important;
  }
}

@media screen and (max-width: 1299px) {
  .this-month-slider .flickity-prev-next-button.previous {
    left: 0px;
  }

  .this-month-slider .flickity-prev-next-button.next {
    right: 0px;
  }
}

@media screen and (max-width: 1199px) {
  .site-content:not(.full-width-content .site-content),
  .wh-featured {
    padding-left: 30px;
    padding-right: 30px;
  }

  .this-month-slider {
    width: 100%;
    padding: 0 30px;
  }

  .subscribe-inner-container {
    width: 100%;
  }

  .comment-form #author,
  .comment-form #email,
  .comment-form #url {
    width: 100%;
  }
}

@media screen and (max-width: 999px) {
  div.wh-featured {
    flex-wrap: wrap;
  }

  div.main-featured {
    width: 100%;
    border-right: none;
    padding-right: 0;
  }

  .main-featured .flickity-page-dots {
    margin-bottom: 30px;
    border-bottom: 1px solid var(--base);
    padding-bottom: 30px;
    display: block;
    position: relative;
  }

  div.side-featured {
    width: 100%;
    text-align: left;
  }

  .wh-feature-image img {
    width: 100%;
    height: auto;
  }

  .home #content,
  .archive #content {
    flex-wrap: wrap;
  }

  .home #right-sidebar,
  .home #primary,
  .archive #right-sidebar,
  .archive #primary {
    width: 100%;
  }

  div.best-of-featured {
    flex-wrap: wrap;
  }

  div.bestof-featured-sponsor,
  div.bestof-standard-sponsor {
    width: calc((100% / 2) - (((2 - 1) / 2) * 30px));
  }

  .main-featured .flickity-prev-next-button {
    display: none;
  }

  .this-month-slider .carousel-cell {
    width: 50%;
  }
}

@media screen and (max-width: 727px) {
  div.btm-sticky-wrapper {
    width: 320px;
  }
}

@media screen and (max-width: 768px) {
  body.single-post
    .site
    .site-content
    .content-area
    .site-main
    article
    .inside-article {
    padding: 0;
    width: 100%;
  }

  div.wh-mag-container {
    flex-wrap: wrap;
  }

  div.subscribe-prompt {
    width: 100%;
    text-align: center;
  }

  div.subscribe-covers {
    width: 100%;
    margin-top: 10px;
  }

  div.bestof-featured-sponsor,
  div.bestof-standard-sponsor,
  div.wh-mag-description,
  div.wh-magazine-cover {
    width: 100%;
  }

  div.wh-magazine-cover {
    padding-right: 0;
    margin-bottom: 30px;
    text-align: center;
  }

  .modal {
    top: 360px;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    padding: 30px;
    z-index: 2;
  }

  .modal-content {
    max-height: 400px;
  }

  img.advertise-header-logo {
    width: 225px !important;
  }

  article.wh-mag-featured-article {
    width: 100%;
  }
}

@media screen and (max-width: 600px) {
  .this-month-slider .carousel-cell {
    width: 100%;
  }

  h2.wh-feature-title {
    font-size: 14px;
    margin-top: 5px;
  }

  .wh-feature-content {
    padding-left: 10px;
  }
}

@media (min-width: 769px) {
  #right-sidebar {
    width: 300px;
  }

  .site-content .content-area {
    flex-grow: 1;
  }

  .right-sidebar #primary {
    width: calc(100% - 330px);
  }
}
