/*!
Theme Name: SLAMOnline 2021
Theme URI: http://underscores.me/
Author: Victory
Author URI: https://www.wearevictory.com/
Description: A custom theme built for SLAMOnline
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: slamonline2021
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

SLAMOnline 2021 is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Global
# Navigation
# Components
    - Navigation
    - Posts and pages
    - Comments
    - Widgets
    - Media
    - Captions
    - Galleries
# plugins
    - Jetpack infinite scroll
# Utilities
    - Accessibility
    - Alignments

--------------------------------------------------------------*/

/* Fonts ------------------------------------- */

/*
 * Chrome renders extra-wide &nbsp; characters for the Hoefler Text font.
 * This results in a jumping cursor when typing in both the classic editor and
 * block editor. The following font-face override fixes the issue by manually
 * inserting a custom font that includes just a Hoefler Text space replacement
 * for that character instead.
 */
@font-face {
  font-family: 'Drukxcond super';
  src: url('../woff/drukxcond-super-web.woff') format('woff');
}

@font-face {
  font-family: 'BodyText';
  font-weight: 500;
  src: url('../woff/bodytext-bold.woff') format('woff');
}

@font-face {
  font-family: 'BodyText';
  font-weight: 600;
  src: url('../woff/bodytextfit-bold.woff') format('woff');
}

@font-face {
  font-family: 'BodyText';
  font-weight: 900;
  src: url('../woff/bodytextlarge-extrabold.woff') format('woff');
}

@font-face {
  font-family: 'Flama';
  font-weight: 500;
  src: url('../woff/flama-medium.woff') format('woff');
}

/*--------------------------------------------------------------
# Global
--------------------------------------------------------------*/

:root {
  --main-color: #ff4500;
  --secondary-color: #f2f2f2;
  --heading-font: 'BodyText';
  --secondary-font: 'Flama';
  --fs-meta: 12px;
  --fs-meta-sm: 9.5px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-family: var(--heading-font);
  font-weight: 500;
  line-height: 0.9;
}

h1,
h2 {
  font-weight: 900;
}

h2 {
  font-size: 72px;
}

.h2-sm {
  font-size: 48px;
  font-weight: 500;
  line-height: 1;
}

h3 {
  font-size: 26px;
  line-height: 1.2;
  font-weight: 600;
}

@media screen and (max-width: 1200px) {
  .blog-post-hor-content h3 {
    font-size: 2vw;
  }
}

.h3-sm {
  font-size: 17px;
  font-weight: 500;
}

.single-h1 {
  font-size: 48px;
  line-height: 1;
  font-weight: 600;
  font-family: var(--heading-font);
}

@media screen and (max-width: 767px) {
  .single-h1 {
    font-size: 32px;
  }

  h2 {
    font-size: 36px;
  }

  .h2-sm {
    font-size: 36px;
    font-weight: 500;
    line-height: 1;
  }

  h3, .blog-post-hor-content h3 {
    font-size: 20px;
  }

  .h3-sm {
    font-size: 16px;
  }

  .blog-post-vert h3 {
    font-weight: 500;
  }
}

@media screen and (max-width: 479px) {
  h3, .blog-post-hor-content h3 {
    font-size: 14px;
  }

}

a {
  text-decoration: none;
}

a:visited {
  color: none;
}

a[rel='author'] {
  color: black;
}

:focus-visible {
  outline: none;
}

.page p {
    margin: 0;
}

p {
  font-weight: 400;
}

.p-heading {
  font-size: 20px;
  font-weight: 700;
}

.subheading {
  margin-bottom: 1rem;
  color: var(--main-color);
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
}

.fs-24 {
  font-size: 24px;
}

.fw-700 {
  font-weight: 700;
}

.fw-400 {
  font-weight: 400;
}

.tt-uppercase {
  text-transform: uppercase;
}

._30 {
  width: 30%;
}

._35 {
  width: 35%;
}

._40 {
  width: 40%;
}

._45 {
  width: 45%;
}

._50 {
  width: 50%;
}

._55 {
  width: 55%;
}

._60 {
  width: 60%;
}

._70 {
  width: 70%;
}

@media screen and (max-width: 991px) {
  ._30,
  ._35,
  ._40,
  ._45,
  ._50,
  ._55,
  ._60,
  ._70 {
    width: 100%;
  }
}

.t-color-black {
  color: black;
}

.t-color-white {
  color: white;
}

.t-color-orange {
  color: var(--main-color);
}

.bg-black {
  background-color: black;
  color: white;
}

.bg-img {
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
}

.site {
  font-family: Helvetica Neue, sans-serif;
  background-color: white;
  font-size: 16px;
  color: #000;
  line-height: 1.5;
  font-weight: 400;
  max-width: 1680px;
  margin: auto;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .site {
    font-size: 15px;
  }
}

@media screen and (min-width: 1681px) {
  .site {
    border-left: 1px solid #dedede;
    border-right: 1px solid #dedede;
  }
}

.btn {
  display: inline-block;
  padding: 0.75rem 1rem;
  font-size: 16px;
  background-color: var(--main-color);
  color: white;
  border: 0;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0;
  font-family: Flama;
}

.container {
  width: 100%;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  position: relative;
}

.m-auto {
  display: block;
  margin: auto;
}

.done {
  opacity: 0.25;
}

.pos-relative {
  position: relative;
}

section {
  position: relative;
}

.s1 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.s2 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.s3 {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.s4 {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.mr-05 {
  margin-right: 0.5rem;
}

.mw-400 {
  max-width: 450px;
}

.mw-450 {
  max-width: 450px;
}

.mw-525 {
  max-width: 525px;
}

.mw-550 {
  max-width: 550px;
}

.mw-575 {
  max-width: 575px;
}

.mw-600 {
  max-width: 600px;
}

.mw-875 {
  max-width: 875px;
}

.mw-1000 {
  max-width: 1000px;
}

.mw-1200 {
  max-width: 1200px;
}

.full {
  max-width: 100%;
}

.mb-0 {
  margin-bottom: 0!important;;
}

.mb-05 {
  margin-bottom: 0.5rem;
}

.mb-1 {
  margin-bottom: 1rem;
}

.mb-2 {
  margin-bottom: 2rem;
}
.mb-4 {
  margin-bottom: 4rem;
}

.mbt-1-5 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

@media screen and (max-width: 991px) {
  .mobile-mw-550 {
    max-width: 550px;
  }
}

@media screen and (max-width: 767px) {
  .mobile-p0 {
    padding: 0;
  }

  .mobile-p1 {
    padding: 2rem 0;
  }

  .mobile-pb0 {
    padding-bottom: 0;
  }

  .mobile-mw-550 {
    max-width: 550px;
  }
}

.text-shadow {
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);
}

.flex-middle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer a {
  color: white;
}

.social-link {
  font-size: 24px;
  margin-right: 1rem;
}

.s-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.category .s-flex:after,
.authors .s-flex:after,
.alm-reveal:after {
  content: '';
  flex: 0 0 31.333%;
}

.s-flex-2-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

._2-col-left,
._2-col-right {
  width: 50%;
}

@media screen and (min-width: 991px) {
  .nowrap {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

.justify-space-between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.inline-block {
  max-width: 100%;
  display: inline-block;
}

/* .blog-post-main-content iframe {
  margin-top: 2rem!important;
  margin-bottom: 2rem!important;
}
 */

.single-post .blog-post-copy iframe {
  margin-top: 1.5rem!important;
  margin-bottom: 1.5rem!important;
}

.blog-meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 1rem 1.5rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: var(--fs-meta);
  font-family: var(--secondary-font);
  letter-spacing: 2px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-transform: uppercase;
}

@media screen and (max-width: 1200px) {
  .blog-meta {
    font-size: 11px;
  }
}

@media screen and (max-width: 767px) {
  .blog-meta {
    font-size: var(--fs-meta-sm);
  }
}

@media screen and (max-width: 479px) {
  .news-cat-header-feature .blog-meta div:first-of-type {
    display: none;
  }
}

.page-header {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 44px;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}

.border-bot-grey {
  border-bottom: 1px solid #e3e3e3;
}

.visuallyhidden,
#mc_embed_signup label,
.blog-share span {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

/*=== SWIPER ====*/

.swiper-pagination-bullet {
  background: transparent;
  border: 1px solid white;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-button-prev,
.swiper-button-next {
  color: white;
}

/*=== MARQUEE ===*/

.marquee {
  overflow: hidden;
  white-space: nowrap;
  font-family: var(--secondary-font);
  font-weight: 400;
}

.marquee-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.tile-shop:hover .track-vertical,
.nav .vert-marquee {
  will-change: transform;
  animation: marquee-vertical 30s linear infinite;
  /* manipulate the speed of the marquee by changing "20s" line above*/
  font-family: var(--heading-font);
  font-weight: 900;
}

@keyframes marquee-vertical {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-50%);
  }
}

.h-magazine-gallery:hover .marquee-wrapper,
.h-ig-tout:hover .marquee-wrapper,
.footer:hover .marquee-wrapper,
.news-cat-ft-slider-block:hover .marquee-wrapper {
  will-change: transform;
  animation: marquee-horizontal-alt 20s linear infinite;
}

@keyframes marquee-horizontal-alt {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-50%);
  }
}

@keyframes marquee-horizontal {
  from {
    transform: translateX(-50%);
  }
  to {
    transform: translateX(0%);
  }
}

.mw-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  line-height: 1;
  text-transform: uppercase;
}

.ff-span {
  font-family: span, sans-serif;
}

/* === FORMS ===*/

::-webkit-search-cancel-button {
  display: none;
}

/* Navigation
--------------------------------------------- */

.locked {
    overflow: hidden;
}

.nav {
  position: -webkit-sticky;
  position: sticky;
  left: 0px;
  top: 0px;
  z-index: 1999;
}

.nav-flex {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-bottom: 1px solid #d1d1d1;
  background-color: #fff;
  transition: all 0.1s linear;
  transition-delay: 0.15s;
}

.nav-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 1rem 1.5rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: auto;
}

.nav-logo-img {
  position: absolute;
  top: 1rem;
  height: 35px;
  transition: all 0.1s linear;
}

.nav-cat-tag {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 144px;
  font-family: var(--heading-font);
  font-weight: 900;
  padding-left: 1.5rem;
  text-transform: uppercase;
}

.nav-cat-tag:before {
  content: '';
  display: block;
  left: 0;
  top: -7px;
  height: 35px;
  position: absolute;
  border-left: 1px solid #DBDBDB;
}

.nav-utility-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 67px;
}

.nav-search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 2rem;
  padding-left: 2rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  /*border-left: 1px solid #d1d1d1;*/
}

.navbar-subscribe {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: var(--secondary-font);
}

a.navbar-link {
    color: #fff;
    padding: .5rem 0.75rem;
    background-color: #ff4500;
}

.search-submit {
  position: absolute;
  color: transparent;
  left: 2rem;
  top: 0px;
  width: 26px;
  height: 100%;
  padding-right: 0px;
  padding-left: 0px;
  background-color: transparent;
  background-image: url('../svg/search.svg');
  background-position: 0% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
}

.nav-news-ticker {
  overflow: hidden;
  width: 50%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #000;
}

.menu-btn {
  padding-right: 2rem;
  padding-left: 2rem;
  background-color: #000;
  cursor: pointer;
  border-left: 1px solid #d1d1d1;
}

.menu-btn-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.hamburger-icon {
  position: relative;
  width: 50px;
  height: 22px;
}

.hamburger-top {
  position: absolute;
  top: 0px;
  width: 100%;
  height: 2px;
  background-color: #fff;
}

.hamburger-middle {
  position: absolute;
  top: 10px;
  width: 100%;
  height: 2px;
  background-color: #fff;
}

.hamburger-bottom {
  position: absolute;
  top: 20px;
  width: 100%;
  height: 2px;
  background-color: #fff;
}

.hamburger-top,
.hamburger-bottom {
  -webkit-transition: 0.1s;
  transition: 0.1s;
}

.open .nav-menu {
  display: flex;
}

.open .hamburger-top {
  transform: translateY(10px) rotate(30deg);
}
.open .hamburger-bottom {
  transform: translateY(-10px) rotate(-30deg);
}

.open .hamburger-middle {
  width: 0%;
}

.open-dropdown .vert {
  display: none;
}

.open .menu-btn {
  background: white;
}

.open .hamburger-top,
.open .hamburger-middle,
.open .hamburger-bottom {
  background: black;
}

@media screen and (max-width: 991px) {
  .open .menu-btn {
    background-color: white;
  }

  .open .hamburger-top,
  .open .hamburger-middle,
  .open .hamburger-bottom {
    background-color: black;
  }

  .slideDown {
    transform: translate(-50%, 125%);
  }
}

@media screen and (max-width: 767px) {
  .nav-cat-tag {
    left: 112px;
    font-family: var(--secondary-font);
    font-weight: 400;
    font-size: 11px;
  }

  .nav-cat-tag:before {
    content: none;
  }
}

/* === nav menu === */

.nav-menu {
  position: fixed;
  top: 0px;
  z-index: 0;
  display: none;
  width: 100%;
  max-width: 1678px;
  height: 100%;
  padding-top: 67px;
  background-color: #000;
}

.nav-menu-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  width: 45%;
  height: 100%;
  padding: 2rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.nav-menu-left a {
  color: white;
  text-decoration: none;
}

.nav-menu-left > div > ul > li {
  margin-bottom: 2rem;
  position: relative;
}

.nav-menu-left > div > ul > li > a {
  font-size: 5vw;
  -webkit-text-stroke: 1px white;
  color: transparent;
  line-height: 1;
  width: 100%;
  display: block;
  position: relative;
  font-family: var(--heading-font);
  font-weight: 900;
}

.nav-menu-left > div > ul > li:nth-of-type(2),
.nav-menu-left > div > ul > li:nth-of-type(4),
.nav-menu-left > div > ul > li:nth-of-type(6) {
  text-align: right;
}

/*
.nav-menu-left > div > ul > li:nth-of-type(6) {
  padding-left: 40%;
}
*/

.nav-menu-left > div > ul > li > a:hover {
  color: white;
}

.nav-menu-left ul {
  margin: 0;
  list-style: none;
  padding: 0;
}

.nav-menu-left .sub-menu {
  display: none;
  margin-top: 2rem;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 20px;
  font-weight: 400;
}

.menu-item-has-children > a:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 24px;
  height: 48px;
  width: 1px;
  background-color: white;
}

.menu-item-has-children > a:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  height: 1px;
  width: 48px;
  background-color: white;
}

.open-dropdown > a:before {
  display: none;
}

.open-dropdown > a {
  color: white !important;
}

.sub-menu li {
  width: 50%;
}

.nav-menu-right {
  width: 55%;
  background-color: #fff;
}

.vert-copy:after {
  content: '';
  display: block;
  background-image: url('../svg/star.svg');
  background-size: contain;
  background-repeat: no-repeat;
  width: 3vw;
  height: 3vw;
  margin-top: 1rem;
  margin-bottom: 1.5rem;
  -webkit-transform: rotate(-40deg);
  -ms-transform: rotate(-40deg);
  transform: rotate(-40deg);
}

.nav-link-hover a {
  color: white !important;
}

.nav-menu-left-top {
  width: 100%;
}

.nml-bot-link {
  margin-right: 1rem;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  font-family: var(--secondary-font);
}

.vert-copy {
  -ms-writing-mode: tb-lr;
  -webkit-writing-mode: vertical-lr;
  -moz-writing-mode: vertical-lr;
  -ms-writing-mode: vertical-lr;
  writing-mode: vertical-rl;
  transform: scale(-1);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-menu-right-inner {
  width: 100%;
  height: 100%;
  display: none;
}

.nmr-banner {
  overflow: hidden;
  padding-right: 1rem;
  padding-left: 1rem;
  border-left: 1px solid #fff;
  background-color: #000;
  color: #fff;
  font-size: 2.5vw;
  letter-spacing: 4px;
  text-transform: uppercase;
  white-space: nowrap;
  min-width: calc(3.75vw + 2rem);
}

.nmr-content {
  padding: 2rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.nmr-blog {
  overflow: auto;
}

.nmr-shop-block {
  width: 100px;
  color: #fff;
}

.nmr-shop-block-title {
  margin-bottom: 1rem;
  font-size: 24px;
  line-height: 1;
}

.nmr-content.nmr-shop {
  background-image: url('../jpg/slam-hoodie.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.nmr-content.nmr-brand {
  background-image: url('../jpg/brand.jpg');
  background-position: 0% 0%;
  background-size: cover;
}

.nmr-content.nmr-dna {
  background-image: url('../jpg/dna.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.nmr-content.nmr-covers {
  background-image: url('../jpg/cover.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.nmr-news-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 33.333%;
  margin-bottom: 4rem;
}

.nmr-news-block a {
  color: black;
}

.nmr-news-img {
  width: 40%;
  margin-right: 5%;
  border: 5px solid #000;
  background-position: 50% 50%;
  background-size: cover;
}

.nmr-news-desc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 55%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.nmr-news-desc-title {
  margin-bottom: 2rem;
  font-size: 1.75vw;
  line-height: 1.125;
  font-weight: 600;
  font-family: var(--heading-font);
}

.nmre-news-meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: var(--fs-meta);
  font-family: var(--secondary-font);
  color: black;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.nmr-news-block:last-of-type {
  margin-bottom: 0;
}

.open-dropdown .sub-menu,
.nmr-show {
  display: flex;
}

@media screen and (max-width: 991px) {
  /*=== nav menu === */

    .nav-menu {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

  .nmr-news-block {
    min-height: 50%;
    margin-bottom: 1rem;
  }

  .nmr-news-img {
    padding-bottom: 25%;
  }

  .nmr-banner {
    display: none;
  }

  .nav-menu-left,
  .nav-menu-right {
    width: 100%;
  }

  .nmr-content {
    height: 35vh;
  }

  .menu-btn {
    position: absolute;
    top: 0px;
    right: 0px;
    height: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    background-color: transparent;

  }

  .hamburger-icon {
    width: 32px;
  }

  .hamburger-icon > div {
    background: black;
  }

  .open .hamburger-top {
    transform: translateY(10px) rotate(45deg);
  }

  .open .hamburger-bottom {
    transform: translateY(-10px) rotate(-45deg);
  }

  .nav-search {
    border: 0;
    position: absolute;
    right: 4rem;
    top: 0px;
    height: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .search-submit {
    left: 1rem;
  }

  .navbar-subscribe {
    border: 0;
    position: absolute;
    right: 9.5rem;
    top: 0px;
    height: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    font-size: 10px;
  }

  .navbar-subscribe[data-option="shop"] {
    right: 6rem;
  }
}

@media screen and (max-width: 767px) {
  .nav-menu-right {
        display: none;
  }

  .nav-menu-left > div > ul > li > a {
    margin-bottom: 1.5rem;
    font-size: 12vw;
  }

  .nav-menu-left .sub-menu {
    font-size: 15px;
  }

  .menu-item-has-children > a:before {
    right: 18px;
    height: 36px;
  }

  .menu-item-has-children > a:after {
    width: 36px;
  }

  .nmr-news-desc-title {
    font-size: 4vw;
  }

  .nmr-news-img {
    padding-bottom: 33.33%;
  }

  .nmr-content {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .nmre-news-meta {
    font-size: 8.5px;
  }
}

@media screen and (min-width: 992px) {

    .navbar-subscribe[data-option="shop"] {
        margin-left: 10px;
      }
    }

/* === Navigation Banner - Marquee  === */
.open .nav-banner-marquee {
    display: none;
}

.t-underline {
    text-decoration: underline;
}

.nav-banner-marquee {
    background: #000;
    padding: 0.375rem 0;
    display: block;
    color: white;
    font-size: 12px;
    overflow: hidden;
}

.nav-banner-marquee-inner {
  white-space: nowrap;
  will-change: transform;
  animation: nav-marquee-horizontal 40s linear infinite;
  display: flex;
}

.nav-banner-marquee-inner > div:after {
    content: '•';
    display: inline-block;
    margin: 0 0.75rem;
}

@keyframes nav-marquee-horizontal {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

/* Nav Legacy Cleanup */

.gs_page {
    position: absolute !important;
}
.nav-menu-left > div > ul > li:nth-of-type(6) {
    text-align: right;
    padding-left: 0;
}


/* === Search  === */
.search-icon,
.search-close {
  width: 24px;
  height: 24px;
  min-width: 24px;
}

.search-close {
  display: none;
}

.search-form {
  position: absolute;
  width: 100%;
  border-bottom: 1px solid #d1d1d1;
  -webkit-transform: translate(0px, -100%);
  -ms-transform: translate(0px, -100%);
  transform: translate(0px, -100%);
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  z-index: 0;
  opacity: 0;
}

.open-search .search-form {
  -webkit-transform: translate(0px, 0%);
  -ms-transform: translate(0px, 0%);
  transform: translate(0px, 0%);
  opacity: 1;
}

.open-search .search-icon {
  display: none;
}

.open-search .search-close {
  display: block;
}

.search-field {
  height: auto;
  margin-bottom: 0px;
  padding: 1.25rem 1.25rem 1.25rem 4.5rem;
  border: 1px none #000;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  width: 100%;
  color: black;
}

.search-field::placeholder {
  color: #b9b9b9;
}

@media screen and (max-width: 991px) {
  .search-field {
    padding: 1rem 1rem 1rem 4rem;
  }
}



/* Footer
--------------------------------------------- */

.site-footer {
  color: #fff;
  font-family: var(--secondary-font);
}

.site-footer .container {
  padding: 4rem 4rem 2rem;
}

.footer {
  background-color: #000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1680px;
  margin: auto;
}

.footer-left {
  width: 45%;
  margin-right: 5%;
}

.footer-form-block {
  margin-bottom: 0px;
  max-width: 550px;
}

.footer-form-heading {
  margin-bottom: 1.5rem;
  font-size: 30px;
  line-height: 1;
  font-family: var(--heading-font);
  font-weight: 600;
}

#mc_embed_signup_scroll {
  position: relative;
}

.email-input {
  height: auto;
  width: 100%;
  margin-bottom: 0px;
  padding: 1.5rem 3rem 1.5rem 2rem;
  border: 1px none #000;
  border-radius: 50px;
  background-color: #292929;
  font-family: span, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 1;
}

.subscribe-submit-btn {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 56px;
  height: 100%;
  color: transparent;
  background-color: transparent;
  background-image: url('../svg/arrow-r.svg');
  background-position: 50% 50%;
  background-size: auto 25%;
  background-repeat: no-repeat;
}

.footer-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  font-size: 16px;
}

.fr-left {
  width: 60%;
}

.fr-left-bot > div:first-child {
  font-size: 32px;
  letter-spacing: -1px;
  font-weight: bold;
}

.fr-left-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 3rem;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: 0;
  padding-left: 0;
  letter-spacing: 2px;
}

.fr-left-top li {
  display: block;
  width: 50%;
  margin-bottom: 0.25rem;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
}

.fr-right {
  width: 40%;
}

.footer-logo {
  display: block;
  width: 150px;
  margin-left: auto;
}

.footer-copyright {
  width: 100%;
  margin-top: 4rem;
  font-size: 11px;
  text-align: center;
  color: #a7a7a7;
}

@media screen and (max-width: 991px) {
  .footer-copyright {
    text-align: left;
  }

  .site-footer .container {
    padding: 4rem 1.5rem 2rem;
  }

  .footer-left,
  .footer-right {
    width: 100%;
  }

  .footer-left {
    padding-bottom: 3rem;
    border-right-style: none;
    margin: 0;
  }
}

@media screen and (max-width: 767px) {
  .footer-right {
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
    font-size: 12px;
  }

  .footer-logo {
    margin-left: 0px;
    width: 125px;
  }

  .fr-left-bot > div:first-child {
    font-size: 28px;
  }

  .fr-left,
  .fr-right {
    width: 100%;
  }

  .fr-right {
    margin-bottom: 2rem;
  }

  .footer-nav-link {
    font-size: 16px;
  }

  .footer-form-heading {
    font-size: 24px;
  }

  .email-input {
    padding: 1.25rem 3rem 1.25rem 2rem;
  }
}

/* Forms */

.input {
  width: 100%;
  height: auto;
  padding: 1rem;
  border: 1px solid #e3e3e3;
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .input {
    font-size: 15px;
  }
}

.input::placeholder {
  color: #808080;
}

.textarea {
  height: 150px;
}

.mc-field-group {
  margin-bottom: 1rem;
}

#mc_embed_signup div.mce_inline_error {
  background-color: var(--main-color) !important;
}

#mc_embed_signup input.mce_inline_error {
  border-color: var(--main-color) !important;
}

/* MISC */
.grecaptcha-badge {
    display: none;
}

/* === Ads === */

.s1-ad {
    padding: 2rem 0;
}

@media screen and (max-width: 767px) {
    .s1-ad {
        padding: 0;
    }
}


