/*
Theme Name: The Next Mag Child
Theme URL:
Description: The Next Mag Child Theme
Author: Enthusiast Gaming
Author URL:
Template: the-next-mag
Version:
Text Domain: the-next-mag-child
*/
@font-face {
  font-family: "Montserrat";
  src: url("assets/css/fonts/Montserrat-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("assets/css/fonts/Montserrat-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Montserrat";
  src: url("assets/css/fonts/Montserrat-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("assets/css/fonts/Montserrat-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "Montserrat";
  src: url("assets/css/fonts/Montserrat-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("assets/css/fonts/Montserrat-SemiBoldItalic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: "Montserrat";
  src: url("assets/css/fonts/Montserrat-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("assets/css/fonts/Montserrat-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "Montserrat";
  src: url("assets/css/fonts/Montserrat-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("assets/css/fonts/Montserrat-ExtraBoldItalic.ttf") format("truetype");
  font-weight: 800;
  font-style: italic;
}
@font-face {
  font-family: "Montserrat";
  src: url("assets/css/fonts/Montserrat-Black.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("assets/css/fonts/Montserrat-BlackItalic.ttf") format("truetype");
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}
body {
  font-family: "Montserrat", Helvetica, Arial, sans-serif !important;
}
body ::selection {
  color: #ffffff;
  background: #000139;
}

a {
  transition: color 0.5s ease;
}
a:hover {
  transition: color 0.5s ease;
}

@media screen and (min-width: 769px) {
  .bottom-mobile-ad {
    display: none;
  }
}
.bottom-mobile-ad {
  display: block;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 50px;
  text-align: center;
  z-index: 30;
}
@media (min-width: 768px) {
  .bottom-mobile-ad {
    display: none;
  }
}
.bottom-mobile-ad .close-mobile-ad {
  display: none;
  position: fixed;
  bottom: 45px;
  left: 0;
  width: 100%;
  text-align: center;
  background: #9a9a9a;
  width: 23px;
  color: black;
  font-weight: 600;
  border-radius: 3px;
}
.bottom-mobile-ad .close-mobile-ad:hover {
  cursor: pointer;
}

.mobile-top-header {
  display: block;
  background-color: #fff;
}
@media (min-width: 992px) {
  .mobile-top-header {
    display: none;
  }
}
.mobile-top-header p {
  color: #333;
  margin-bottom: 0px;
  font-size: 16px;
  padding: 15px;
}
.mobile-top-header p a {
  color: #333;
}
.mobile-top-header p a span {
  color: #d50917;
}

.leaderboard-ad {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  min-height: 250px;
}
.leaderboard-ad.small {
  min-height: 250px;
}
@media (min-width: 768px) {
  .leaderboard-ad.small {
    min-height: 90px;
  }
}
.leaderboard-ad.article {
  min-height: 50px;
}
@media (min-width: 768px) {
  .leaderboard-ad.article {
    min-height: 250px;
  }
}
.leaderboard-ad.home {
  min-height: 50px;
}
@media (min-width: 768px) {
  .leaderboard-ad.home {
    min-height: 250px;
  }
}

.sidebar-ad {
  background-color: #f0f0f0;
  min-height: 250px;
  position: relative;
  margin: 0 auto;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .sidebar-ad {
    min-height: 600px;
  }
}

.premium-promo {
  min-height: 140px;
  position: relative;
  padding: 30px 0px;
}
.premium-promo::after {
  content: "Using an ad-blocker? Consider signing up to Siliconera+ and support us!";
  position: absolute;
  top: 60px;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  text-align: center;
  z-index: 0;
  font-size: 20px;
}
@media (min-width: 992px) {
  .premium-promo::after {
    display: block;
  }
}
.premium-promo img {
  position: relative;
  z-index: 2;
}

.top-leaderboard {
  min-height: 90px;
  text-align: center;
}

.home .sidebar-promo {
  display: none !important;
}

.PicoSignal[data-pico-status=paying]:not(body) {
  display: none !important;
}

.siliconera-premium {
  display: inline-block;
  text-align: right;
}

#pico_launcher {
  z-index: 999999999999 !important;
  bottom: 60px !important;
}
@media (min-width: 992px) {
  #pico_launcher {
    bottom: 0 !important;
  }
}

.mnmd-offcanvas-backdrop {
  position: absolute !important;
  top: 0;
  left: 320px !important;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 100 !important;
}

#mnmd-offcanvas-mobile {
  z-index: 100000000 !important;
  width: 320px !important;
}

.site-header {
  margin: 0 auto;
}
.site-header .col-xs-8 {
  text-align: right;
}
.site-header .site-header__social {
  text-align: right;
  display: inline-block;
}
.site-header .siliconera-premium {
  max-width: 140px;
  margin-right: 10px;
}
.site-header .siliconera-premium a {
  position: relative;
  display: block;
  z-index: 2 !important;
  color: #fff;
  text-transform: uppercase;
}

body.dark-mode-enabled {
  background-color: #0f0f0f !important;
}
body.dark-mode-enabled .sidebar-ad {
  background-color: #080808;
}
body.dark-mode-enabled .mnmd-widget--box .widget__inner {
  background-color: #080808 !important;
}
body.dark-mode-enabled #disqus_thread a {
  color: #ffffff !important;
}
body.dark-mode-enabled .reviews-link {
  color: #ffffff !important;
  background-color: #080808;
}
body.dark-mode-enabled .site-content .container {
  background-color: #0f0f0f !important;
  position: relative;
  max-width: 1170px;
  margin: 0 auto;
}
body.dark-mode-enabled .bottom-footer-wrapper {
  background-color: #080808;
}
body.dark-mode-enabled .popular_posts2 {
  background: #080808;
}
body.dark-mode-enabled .site-header__social a {
  color: #ffffff;
}
body.dark-mode-enabled .site-header__social a i {
  color: #ffffff;
}
body.dark-mode-enabled .mobile-top-header {
  background-color: #0f0f0f;
}
body.dark-mode-enabled .mobile-top-header p {
  color: #fff;
  margin-bottom: 0px;
  font-size: 16px;
}
body.dark-mode-enabled .mobile-top-header p a {
  color: #fff;
}
body.dark-mode-enabled .mobile-top-header p a span {
  color: #e4a84a;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
}
body.dark-mode-enabled .mobile-header__section button,
body.dark-mode-enabled .mobile-header__section a {
  color: #ffffff;
}
body.dark-mode-enabled .mobile-header__section button i,
body.dark-mode-enabled .mobile-header__section a i {
  color: #ffffff;
}
body.dark-mode-enabled #eg-network a,
body.dark-mode-enabled #privacy-and-cookie-compliance-notice a {
  color: #ffffff;
}
body.dark-mode-enabled footer.site-footer {
  background-color: black;
  color: #ffffff;
}
body.dark-mode-enabled footer.site-footer a {
  color: #ffffff;
}
body.dark-mode-enabled footer.site-footer .site-footer__section {
  padding: 15px 0px;
}
body.dark-mode-enabled footer.site-footer .container {
  background-color: transparent !important;
}
body.dark-mode-enabled ::selection {
  color: #ffffff;
  background-color: #d50917;
}
body.dark-mode-enabled .a2a_count {
  color: #ffffff;
  background-color: #0f0f0f;
}
body.dark-mode-enabled .latest-video-wrapper h3 {
  color: #d50917;
}
body.dark-mode-enabled .page-heading--has-background {
  background-color: #000000;
  color: #ffffff;
}
body.dark-mode-enabled .page-heading--has-background p,
body.dark-mode-enabled .page-heading--has-background .page-heading__subtitle {
  color: #ffffff;
}
body.dark-mode-enabled .custom-404 {
  color: #ffffff;
}
body.dark-mode-enabled .custom-404 a {
  color: #ffffff;
}
body.dark-mode-enabled .author-box {
  border-color: #d50917;
  background-color: #080808;
}
body.dark-mode-enabled .author-box .author-bio {
  color: #ffffff;
}
body.dark-mode-enabled .header-search-dropdown {
  color: #ffffff;
  background-color: #080808;
}
body.dark-mode-enabled .header-search-dropdown h4 {
  color: #ffffff;
}
body.dark-mode-enabled .header-search-dropdown input[type=text] {
  color: #ffffff;
}
body.dark-mode-enabled .header-search-dropdown a {
  color: #ffffff;
}
body.dark-mode-enabled .single-header-with-bg {
  background-color: #080808;
}
body.dark-mode-enabled h4.widget__title-text {
  color: #ffffff;
}
body.dark-mode-enabled .dsq-combo-box {
  background-color: #080808 !important;
}
body.dark-mode-enabled #dsq-combo-content {
  color: #ffffff !important;
}
body.dark-mode-enabled a.dsq-widget-thread {
  color: #d50917;
}
body.dark-mode-enabled .site-content {
  color: #ffffff;
  background-color: #0f0f0f !important;
}
body.dark-mode-enabled .site-content a {
  color: #d50917;
}
body.dark-mode-enabled.home .post__cat {
  color: #d50917;
}
body.dark-mode-enabled.home .post__cat--overlap {
  color: #ffffff;
}
body.dark-mode-enabled.home .mnmd-block--fullwidth.eg-custom-panel {
  background-color: #000000;
}
body.dark-mode-enabled.home .mnmd-block--fullwidth.eg-custom-panel > .container {
  background-color: #000000 !important;
}
body.dark-mode-enabled .post__title a {
  color: #ffffff;
}
body.dark-mode-enabled .post__excerpt {
  color: #ffffff;
}
body.dark-mode-enabled .post__meta {
  color: #ffffff;
}
body.dark-mode-enabled .post__meta a {
  color: #ffffff !important;
}
body.dark-mode-enabled h4.block-heading__title {
  color: #ffffff;
}
body.dark-mode-enabled .block-heading--line.block-heading:after {
  border-color: #ffffff;
}
body.dark-mode-enabled [class*=list-seperated] > *:not(:last-child) {
  border-color: #ffffff;
}
body.dark-mode-enabled .block-heading--line .block-heading__secondary {
  color: #ffffff;
}
body.dark-mode-enabled .custom-html-widget a {
  color: #ffffff !important;
}
body.dark-mode-enabled .custom-html-widget #dsq-combo-tabs a {
  color: #333333 !important;
}
body.dark-mode-enabled.single .wp-caption-text {
  color: #ffffff !important;
}
body.dark-mode-enabled.single .mnmd-review__inner {
  background-color: #080808;
  border: 1px solid #171717;
}
body.dark-mode-enabled.single .mnmd-review__inner .media-left {
  display: none !important;
}
body.dark-mode-enabled.single .mnmd-review__inner .mnmd-review__pros ul {
  padding-left: 20px !important;
}
body.dark-mode-enabled.single .mnmd-review__inner .mnmd-review__pros ul li {
  list-style: disc !important;
}
body.dark-mode-enabled.single .mnmd-review__inner .mnmd-review__pros ul i {
  display: none !important;
}
body.dark-mode-enabled.single .author-box {
  border-color: #d50917;
  background-color: #080808;
}
body.dark-mode-enabled.single .author-box.single-entry-section {
  margin-top: 0px !important;
}
body.dark-mode-enabled.single .author-box .author-bio {
  color: #ffffff;
}
body.dark-mode-enabled.single blockquote {
  background-color: #080808;
  color: #ffffff;
}
body.dark-mode-enabled.single blockquote p {
  color: #ffffff;
}
body.dark-mode-enabled.single blockquote ul {
  color: #ffffff;
}
body.dark-mode-enabled.single blockquote ul li {
  color: #ffffff;
}
body.dark-mode-enabled.single blockquote li {
  color: #ffffff;
}
body.dark-mode-enabled.single .related-posts {
  background: #0f0f0f;
}
body.dark-mode-enabled.single .author-socials {
  margin-bottom: 1rem;
}
body.dark-mode-enabled.single .author-socials a,
body.dark-mode-enabled.single .author-socials i {
  color: #d50917 !important;
}
body.dark-mode-enabled.single .entry-title,
body.dark-mode-enabled.single .entry-meta,
body.dark-mode-enabled.single .entry-meta a {
  color: #ffffff;
}
body.dark-mode-enabled.single .single-body {
  color: #ffffff;
}
body.dark-mode-enabled.single .entry-tags ul > li > a,
body.dark-mode-enabled.single .entry-tags__icon,
body.dark-mode-enabled.single .entry-categories__icon {
  color: #ffffff;
}
body.dark-mode-enabled .siliconera-premium-landing {
  position: relative;
  max-width: 1170px;
  margin: 0 auto;
}
body.dark-mode-enabled .siliconera-premium-landing .first-panel {
  background: #0f0f0f;
  color: #ffffff;
}
body.dark-mode-enabled .siliconera-premium-landing .first-panel img {
  filter: none;
}
body.dark-mode-enabled .siliconera-premium-landing .siliconera-premium-logo {
  position: relative;
  left: -20px;
  max-width: 450px;
  margin: 0 auto 60px auto;
}
body.dark-mode-enabled .siliconera-premium-landing .paypal-donation {
  display: none;
}
body.dark-mode-enabled .siliconera-premium-landing .second-panel {
  background-color: #0f0f0f;
}
body.dark-mode-enabled .siliconera-premium-landing .second-panel .option-contents {
  color: #ffffff;
  background-color: #0f0f0f;
}
body.dark-mode-enabled .siliconera-premium-landing .second-panel p.white {
  color: #ffffff;
}
body.dark-mode-enabled .siliconera-premium-landing .link-text {
  color: #ffffff;
}

.reviews-link {
  background-color: #efefef;
  font-weight: bold;
  display: block;
  width: 100%;
  text-align: center;
  padding: 15px;
}

.popular_posts2 {
  padding: 10px;
}
.popular_posts2 h3 {
  font-size: 1.1rem;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.mnmd-go-top {
  display: none !important;
}

body.single .site-content {
  padding-top: 15px !important;
}
body.single .single-body {
  margin-top: 0px !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
}
body.single blockquote {
  font-size: 1.21429rem;
}
body.single blockquote p {
  font-size: 1.21429rem;
}
body.single .mnmd-review {
  margin-bottom: 0px;
}
body.single .mnmd-review__inner {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  position: relative;
  z-index: 10;
  border: 1px solid #eaeaea;
  color: #ffffff;
}
body.single .mnmd-review__inner:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
}
body.single .mnmd-review__inner .mnmd-review__list-title {
  font-size: 20px;
}
body.single .mnmd-review__inner .mnmd-review__product {
  margin-bottom: 0px !important;
}
body.single .mnmd-review__inner .mnmd-review__product-byline {
  color: #ffffff;
}
body.single .mnmd-review__inner .mnmd-review__product-name {
  font-size: 32px;
  font-weight: 600;
  text-align: center;
}
@media (min-width: 768px) {
  body.single .mnmd-review__inner .mnmd-review__product-name {
    font-size: 42px;
    text-align: left;
  }
}
body.single .mnmd-review__inner p {
  font-size: 1.21429rem;
  line-height: 1.6;
}
body.single .entry-meta .wp-user-avatar {
  display: none;
}
body.single .mnmd-pagination.mnmd-pagination--next-n-prev {
  padding: 30px;
  position: relative;
  background: #fafafa;
  border: 1px solid rgba(0, 0, 0, 0.05);
}
body.single .mnmd-pagination__label {
  font-size: 26px !important;
  font-weight: 600;
  letter-spacing: -2px;
}
body.single .mnmd-pagination--next-n-prev .mnmd-pagination__links a:last-child .mnmd-pagination__item {
  background-color: #0855ff;
}
body.single .mnmd-pagination__links .mnmd-pagination__item {
  font-size: 26px !important;
  letter-spacing: -2px;
}
body.single .mnmd-pagination__links > a:first-child .mnmd-pagination__item {
  background: rgb(50, 50, 50) !important;
  color: #f1f1f1 !important;
}
body.single .mnmd-pagination__links > a:first-child .mnmd-pagination__item::after {
  display: none !important;
}
body.single h1.entry-title {
  max-width: 100%;
  font-size: 1.5rem;
}
@media (min-width: 992px) {
  body.single h1.entry-title {
    font-size: 2.1rem;
  }
}
@media (min-width: 1200px) {
  body.single h1.entry-title {
    font-size: 2.8rem;
  }
}
body.single header.single-header {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}
body.single header.single-header .entry-title--lg {
  max-width: 100%;
  font-size: 1.5rem;
}
@media (min-width: 992px) {
  body.single header.single-header .entry-title--lg {
    font-size: 2.1rem;
  }
}
@media (min-width: 1200px) {
  body.single header.single-header .entry-title--lg {
    font-size: 2.8rem;
  }
}

.theiaStickySidebar {
  padding-top: 15px !important;
}

body.home .main-posts {
  padding-top: 15px;
}
body.home .site-content {
  margin: 0 auto;
  background-color: #ffffff;
  padding-bottom: 0px;
  padding-top: 0px !important;
}
body.home .site-content .container {
  background-color: #ffffff;
}
body.home .mnmd-custom-html {
  margin: 0px !important;
}
body.home .mnmd-block--fullwidth.eg-custom-panel {
  margin: 0 auto;
  margin-bottom: 0px !important;
  background-color: #f0f0f0;
  padding: 0px;
}
body.home .mnmd-block--fullwidth.eg-custom-panel > .container {
  padding: 15px;
  border-left: 3px solid #d50917;
  border-right: 3px solid #d50917;
}
body.home .mnmd-block--fullwidth.eg-custom-panel h3.post__title a {
  font-size: 1.4rem;
  font-weight: 600;
  min-height: 115px;
}
body.home .mnmd-block--fullwidth.eg-custom-panel h3.post__title::after {
  content: "";
  display: block;
  width: 60px;
  background-color: #d50917;
  height: 3px;
  margin-bottom: 15px;
  text-align: center;
  margin: 15px auto;
}
body.home .mnmd-main-col .posts-list .list-item {
  border-bottom: 1px solid #ffffff;
}
body.home .post__meta span.entry-author {
  display: inline-block !important;
}
body.home .post__meta time {
  display: inline-block !important;
  display: inline-block !important;
}
body.home .mnmd-pagination .btn {
  background-color: #d50917;
  color: #ffffff;
  display: block;
  width: 100%;
  font-size: 18px;
}
body.home .mnmd-pagination .btn i {
  position: relative;
  bottom: 2px;
}

body.page-template-blog .post__meta span {
  display: none;
}
body.page-template-blog .post__meta time {
  display: inline-block !important;
}
body.page-template-blog .post__meta span.entry-author {
  display: inline-block !important;
}

body.category .mnmd-block--fullwidth {
  margin-bottom: 15px;
}
body.category .post__meta span {
  display: none;
}
body.category span.entry-author {
  display: inline-block !important;
}

#uid-1574958648819 > button {
  background-color: #ff0000;
  font-size: 390%;
  -webkit-box-shadow: 10px 10px 5px 0px rgba(2, 2, 2, 0.75);
  -moz-box-shadow: 5px 5px 5px 0px rgba(2, 2, 2, 0.75);
  box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.75);
  width: 86px !important;
  border-radius: 15px;
}

#custom-load-more p {
  line-height: 1.6;
  font-size: 1.21429rem;
}

body.blog .site-content {
  margin: 0 auto;
  background-color: #ffffff;
  padding-bottom: 15px !important;
}
body.blog .site-content .container {
  background-color: #ffffff;
}

body.single-post .site-content {
  margin: 0 auto;
  background-color: #ffffff;
  padding-bottom: 15px !important;
}
body.single-post .site-content .container {
  background-color: #ffffff;
}
body.single-post .entry-interaction a {
  display: block;
  color: #ffffff !important;
  width: auto;
  padding: 0 15px;
}
body.single-post .entry-interaction .sharing-btn__text {
  display: inline-block;
  margin-left: 0.4em;
}
body.single-post .entry-interaction__right {
  display: none;
}
body.single-post .author-box {
  border-color: #d50917;
}
body.single-post .author-box.single-entry-section {
  margin-top: 0px !important;
}
body.single-post .author-box .author-bio {
  color: #333333;
}
body.single-post article.post--single {
  margin-bottom: 0px !important;
}
body.single-post .entry-content h1 {
  margin: 15px 0px !important;
}
body.single-post .entry-content h2 {
  margin: 15px 0px !important;
}
body.single-post .entry-content h3 {
  margin: 15px 0px !important;
}
body.single-post .entry-content h4 {
  margin: 15px 0px !important;
}
body.single-post .entry-content h5 {
  margin: 15px 0px !important;
}
body.single-post .entry-content h6 {
  margin: 15px 0px !important;
}

body.page-template-default .page-heading--has-background {
  margin-bottom: 15px !important;
}
body.page-template-default .addtoany_share_save_container {
  margin-bottom: 5px;
}

#eg-network,
#privacy-and-cookie-compliance-notice {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  max-width: 1100px;
  text-align: left;
  margin: 0 auto;
  justify-content: space-evenly;
  font-family: inherit;
  padding: 15px 0px;
}
#eg-network a,
#privacy-and-cookie-compliance-notice a {
  color: #333333;
  padding: 0px 10px;
}

.custom-search i {
  font-size: 19px;
  color: #c0c0c0 !important;
}

.eg-custom-ad {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}
.eg-custom-ad.homepage-leaderboard {
  padding: 15px 0px;
}

@media screen and (min-width: 769px) {
  .priority-nav__more {
    display: none !important;
  }
}
#mnmd-offcanvas-mobile {
  background-color: #0f0f0f;
}
#mnmd-offcanvas-mobile a {
  color: #ffffff;
}
#mnmd-offcanvas-mobile ul.sub-menu {
  background-color: #040404;
}

.mobile-header__inner .mobile-header__section button {
  background: none;
  border: none;
}

nav.navigation-bar {
  min-height: 65px;
  background-image: url("assets/images/siliconera-header-bg.jpg") !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: top left !important;
}
nav.navigation-bar .navigation-bar__section .social-list {
  margin-top: 7px;
}
nav.navigation-bar .navigation-bar__section .social-list a {
  color: #ffffff;
}
nav.navigation-bar .navigation-bar__section .social-list i.mdicon {
  padding-bottom: 10px;
}
nav.navigation-bar .navigation-bar__section .social-list i.mdicon.mdicon-twitter {
  font-size: 21px;
}
nav.navigation-bar .navigation-bar__inner {
  max-width: 1140px;
  margin: 0 auto;
}
nav.navigation-bar .header-logo img {
  width: 100%;
  height: auto;
  max-height: 60px !important;
  padding: 0px !important;
}
nav.navigation-bar .dark-mode-toggle {
  position: relative;
  bottom: 5px;
}

.reddit-icon a {
  display: none;
  padding: 0 6px 0 0 !important;
}

.footer-ad-wrapper .footer-ad {
  min-height: 90px;
  margin: 15px 0px;
  text-align: center;
}

footer .container {
  background-color: transparent !important;
}
footer .footer-menu {
  min-height: auto;
}
footer #closing-footer {
  background-color: #0f0f0f;
}
footer #compliance_notice {
  padding: 0px 0px 15px 0px;
  text-align: center;
}
@media (min-width: 768px) {
  footer #compliance_notice {
    padding: 15px 0px;
  }
}
footer #compliance_notice a {
  display: block;
  width: 100%;
}
@media (min-width: 768px) {
  footer #compliance_notice a {
    display: inline-block;
    width: auto;
    margin: 0 15px;
  }
}
footer a:hover {
  color: #d50917 !important;
}

.bottom-footer-wrapper {
  background-color: #d8d8d8;
  position: relative;
  z-index: 10;
}

.custom-404 .widget {
  margin-bottom: 15px;
}
.custom-404 .widget-content .post__title a {
  font-size: 1.5rem;
}

footer.site-footer {
  margin: 0 auto;
}

@media (min-width: 768px) {
  .author-box__text {
    padding-left: 102px !important;
  }
  .author-box .author-avatar {
    left: 15px !important;
  }
}
.siliconera-premium-landing .link-text {
  margin-top: 10px;
  display: block;
  color: #333333;
}
.siliconera-premium-landing .siliconera-premium-logo {
  position: relative;
  left: -20px;
  max-width: 450px;
  margin: 0 auto 60px auto;
}
.siliconera-premium-landing .first-panel {
  background-color: #ffffff;
  color: #333333;
}
.siliconera-premium-landing .first-panel img {
  filter: brightness(0);
}
.siliconera-premium-landing .first-panel p.white {
  font-size: 48px;
  margin-bottom: 0px;
  font-weight: 600;
}
.siliconera-premium-landing .first-panel p.yellow {
  font-weight: 600;
  color: #d59f3d;
  font-size: 36px;
}
.siliconera-premium-landing .second-panel {
  background-color: #ffffff;
  color: #333333;
}
.siliconera-premium-landing .second-panel .option-contents {
  background-color: #efefef;
}
.siliconera-premium-landing .second-panel p.white {
  color: #333333;
}
.siliconera-premium-landing .first-panel,
.siliconera-premium-landing .second-panel {
  text-align: center;
  padding: 30px 0px;
}
@media (min-width: 992px) {
  .siliconera-premium-landing .first-panel,
  .siliconera-premium-landing .second-panel {
    padding: 60px 0px;
  }
}
@media (min-width: 1200px) {
  .siliconera-premium-landing .first-panel,
  .siliconera-premium-landing .second-panel {
    padding: 20px 0px;
  }
}
.siliconera-premium-landing .first-panel p.heading,
.siliconera-premium-landing .second-panel p.heading {
  font-size: 24px;
}
.siliconera-premium-landing .first-panel p.content,
.siliconera-premium-landing .second-panel p.content {
  font-size: 24px;
  max-width: 930px;
  margin: 0 auto;
}
.siliconera-premium-landing .yellow-button {
  background: linear-gradient(180deg, #fde586 0%, #da970f 100%);
  color: #0f0f0f;
  border: none;
  padding: 10px 40px;
  margin-top: 30px;
  font-size: 24px;
  border-radius: 3px;
  transition: color 0.5s ease;
}
.siliconera-premium-landing .yellow-button:hover {
  color: #ffffff;
}
.siliconera-premium-landing .second-panel p.white {
  font-size: 48px;
  margin-bottom: 0px;
  font-weight: 600;
}
.siliconera-premium-landing .second-panel p.yellow {
  font-weight: 600;
  color: #d59f3d;
  font-size: 36px;
}
.siliconera-premium-landing .second-panel .flex-wrapper {
  display: block;
}
@media (min-width: 992px) {
  .siliconera-premium-landing .second-panel .flex-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: top;
  }
}
.siliconera-premium-landing .second-panel .flex-wrapper .flex-item {
  width: 100%;
}
@media (min-width: 992px) {
  .siliconera-premium-landing .second-panel .flex-wrapper .flex-item {
    width: 32%;
  }
}
.siliconera-premium-landing .second-panel .option {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .siliconera-premium-landing .second-panel .option {
    margin-bottom: 0px;
  }
}
.siliconera-premium-landing .second-panel .option .option-contents {
  padding: 30px;
  background-color: #efefef;
  border: 2px solid #f0d57c;
}
@media (min-width: 992px) {
  .siliconera-premium-landing .second-panel .option .option-contents {
    min-height: 350px;
  }
}
.siliconera-premium-landing .second-panel .option .option-title {
  font-weight: 600;
  color: #d59f3d;
  font-size: 24px;
  margin-bottom: 5px;
}
.siliconera-premium-landing .second-panel .option .monthly-option {
  font-weight: 600;
  font-size: 36px;
  margin-bottom: 5px;
}
.siliconera-premium-landing .second-panel .option .yearly-option {
  font-size: 24px;
  margin-bottom: 5px;
}
.siliconera-premium-landing .second-panel .option .line-separator {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #daaa46;
  margin: 30px 0px;
}
.siliconera-premium-landing .second-panel .option .option-line {
  font-size: 20px;
  text-align: left;
  font-weight: 600;
  padding-left: 5px;
}
.siliconera-premium-landing .second-panel .option .option-line-sub {
  padding-left: 5px;
  text-align: left;
}
.siliconera-premium-landing .second-panel .option button {
  margin-top: 30px;
}
.siliconera-premium-landing .second-panel .flex-item:not(:first-of-type) .option {
  opacity: 0.2;
}
.siliconera-premium-landing .second-panel .flex-item {
  position: relative;
  overflow: hidden;
}
.siliconera-premium-landing .second-panel .flex-item:not(:first-of-type):before {
  content: "COMING SOON!";
  position: absolute;
  left: -60px;
  top: 45%;
  background: #badd65;
  width: 130%;
  opacity: 0.8 !important;
  padding: 10% 10%;
  z-index: 999;
  text-align: center;
  color: #fff;
  font-size: 30px;
  transform: rotate(-25deg);
  transition: all 0.4s ease-out;
}
.siliconera-premium-landing .second-panel .flex-item:not(:first-of-type) .option div p,
.siliconera-premium-landing .second-panel .flex-item:not(:first-of-type) .option div div {
  display: none;
}
@media screen and (max-width: 991px) {
  .siliconera-premium-landing .second-panel .flex-item:not(:first-of-type) {
    min-height: 200px;
  }
  .siliconera-premium-landing .second-panel .flex-item:not(:first-of-type):before {
    transform: none;
    padding: 20px;
    width: 100%;
    z-index: 99;
    font-size: 20px;
    top: 40px;
    left: 0;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .siliconera-premium-landing .second-panel .flex-item:not(:first-of-type):before {
    width: 150%;
  }
}

#top-sticky-sidebar,
.sticky-sidebar,
.sticky-sidebar-wrapper .units {
  position: sticky;
  top: 0px;
}

.author-bio-title {
  font-weight: 700;
  margin-bottom: 1rem;
}

.login-icon-link {
	height: 20px;
	padding: 0 0 0 4px !important;
	vertical-align: middle;
}

@media (max-width: 991px) {
	.login-icon-link {
		padding: 0 5px 0 1px !important;
		display: inline-block;
	}
}

body.dark-mode-enabled .pmpro .pmpro_card_content p,
.pmpro .pmpro_section_title,
.pmpro p {
	color: black;
}
body.dark-mode-enabled .pmpro p,
body.dark-mode-enabled .pmpro .pmpro_section_title {
	color: white;
}

/*# sourceMappingURL=style.css.map */
