@import url("https://rsms.me/inter/inter.css");
@-ms-viewport {
  width: device-width;
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html, body {
  width: 100%;
}

body {
  display: flex;
  flex-direction: column;
  height: 100vh;
  background: black;
}

html, body, small {
  color: white;
  font-family: "Inter", sans-serif;
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
  font-kerning: normal;
  -webkit-font-kerning: normal;
  -ms-font-kerning: normal;
  -moz-font-kerning: normal;
  -o-font-kerning: normal;
}

img {
  width: 100%;
  height: auto;
}

a:not(.image-link) {
  color: white;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
  border-bottom: 2px solid transparent;
}
a:not(.image-link):hover {
  border-bottom: 2px solid white;
}

h1 {
  font-weight: 900;
    font-size: 75px;
    line-height: 87px;
    text-transform: uppercase;
    padding-bottom: 15px;
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 42px;
    line-height: 56px;
  }
}

h2 {
  margin-bottom: 16px;
  font-style: normal;
  font-weight: 900;
  font-size: 32px;
  line-height: 42px;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  h2 {
    font-size: 24px;
    line-height: 36px;
  }
}

::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

::-webkit-scrollbar-thumb {
  background: #D42328;
}

::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.2);
}

.row {
  margin: 0;
}

input[type=text],
input[type=email],
input[type=password],
input[type=url],
input[type=search],
input[type=tel],
input[type=number] {
  -webkit-appearance: none;
  width: 100% !important;
  padding: 12px 0 10px !important;
  margin: 0;
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: white;
}
input[type=text]:focus, input[type=text]:hover,
input[type=email]:focus,
input[type=email]:hover,
input[type=password]:focus,
input[type=password]:hover,
input[type=url]:focus,
input[type=url]:hover,
input[type=search]:focus,
input[type=search]:hover,
input[type=tel]:focus,
input[type=tel]:hover,
input[type=number]:focus,
input[type=number]:hover {
  outline: 0;
  border-bottom: 1px solid white;
}

.woocommerce-info {
  border: 0;
  background: transparent;
  color: white;
  padding: 24px;
}
.woocommerce-info:before {
  display: none;
}

button,
a.button,
input[type=submit],
input[type=reset],
input[type=button],
input[type=file],
input[type=reset],
.woocommerce a.button {
  text-decoration: none;
    -webkit-appearance: none;
    min-width: 110px;
    padding: 9px 36px !important;
    margin: 0;
    background: #730010 !important;
    font-style: italic;
    font-weight: 800 !important;
    font-size: 25px !important;
    line-height: 35px !important;
    font-style: normal;
    text-align: center;
    color: white !important;
    text-transform: uppercase !important;
}
button:hover,
a.button:hover,
input[type=submit]:hover,
input[type=reset]:hover,
input[type=button]:hover,
input[type=file]:hover,
input[type=reset]:hover,
.woocommerce a.button:hover {
  cursor: pointer !important;
    background: #730010 !important;
    transition: linear 0.3s;
}

button.button--sm,
a.button--sm{
  font-style: normal;
  font-weight: 900;
  font-size: 16px;
  line-height: 19px;
}

label {
  display: block !important;
  margin-top: 32px;
  font-weight: 900;
  font-size: 12px;
  line-height: 19px;
  text-transform: uppercase;
}

.subscriptions {
  display: flex;
  flex-direction: column-reverse;
  margin-top: 32px;
}
.subscriptions .subscription {
  margin-bottom: 32px;
}

label[for=payment_method_epicpay] {
  display: none !important;
}

.checkout.woocommerce-checkout {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .checkout.woocommerce-checkout {
    flex-direction: column;
    justify-content: flex-start;
  }
}
.checkout.woocommerce-checkout > div {
  flex-basis: 48%;
  width: 48%;
}
@media screen and (max-width: 767px) {
  .checkout.woocommerce-checkout > div {
    flex: 1;
    flex-basis: 100%;
    width: 100%;
  }
}

.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1,
.woocommerce form .form-row {
  width: 100%;
}

.emailoctopus-label,
.emailoctopus-heading,
.emailoctopus-form-row > label > br {
  display: none !important;
}

.emailoctopus-custom-colors,
.emailoctopus-form-wrapper .emailoctopus-form-row-subscribe,
.emailoctopus-form-wrapper .emailoctopus-form-row,
.emailoctopus-form-wrapper .emailoctopus-form-row .emailoctopus-label,
.emailoctopus-email-widget h2,
.woocommerce table.shop_table,
.emailoctopus-form-row > label {
  padding: 0;
  margin: 0;
}

.emailoctopus-email-widget {
  max-width: 520px;
}
.emailoctopus-email-widget h2 {
  font-weight: 900;
  margin-bottom: 16px;
}

.emailoctopus-form-copy-wrapper {
  position: relative;
}

.emailoctopus-form-wrapper .emailoctopus-error-message {
  font-size: 16px !important;
  background: transparent !important;
  color: #D42328 !important;
  font-weight: normal !important;
}

.emailoctopus-form-wrapper .emailoctopus-success-message p,
.emailoctopus-form-wrapper .emailoctopus-error-message p {
  font-weight: normal !important;
}

.emailoctopus-form-wrapper .emailoctopus-success-message,
.emailoctopus-form-wrapper .emailoctopus-success-message > p {
  background: transparent !important;
  color: white !important;
  font-size: 16px !important;
  font-weight: normal !important;
}

input.emailoctopus-custom-fields {
  -webkit-appearance: none;
  width: 100% !important;
  padding: 16px 200px 12px 16px !important;
  margin: 0;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.15) !important;
  border: 0 !important;
  font-style: normal;
  font-weight: 400;
  font-size: 16px !important;
  color: white !important;
  letter-spacing: 0.01em;
}
input.emailoctopus-custom-fields:focus {
  outline: 0;
}
input.emailoctopus-custom-fields:hover {
  background: rgba(255, 255, 255, 0.1);
}

.woocommerce-mini-cart__buttons.buttons a {
  background: #D42328 !important;
  font-size: 16px !important;
  -webkit-appearance: none;
  padding: 0 24px !important;
  margin: 0;
  border-radius: 8px !important;
  border: 0 !important;
  font-weight: 900 !important;
  text-align: center;
  color: white !important;
  text-transform: uppercase;
  text-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
  text-decoration: none;
  height: 36px;
  width: auto;
  display: inline-block;
  line-height: 36px !important;
}
@media screen and (max-width: 940px) {
  .woocommerce-mini-cart__buttons.buttons a {
    margin: 4px 0 0 0;
  }
}
.woocommerce-mini-cart__buttons.buttons a:hover {
  cursor: pointer !important;
}
@media screen and (max-width: 499px) {
  .woocommerce-mini-cart__buttons.buttons a {
    font-size: 14px !important;
  }
}

.emailoctopus-form-row-subscribe {
  position: absolute;
  top: 8px;
  right: 8px;
}
.emailoctopus-form-row-subscribe button {
  height: 36px;
  width: 164px;
  background: #D42328 !important;
  font-size: 16px !important;
  padding: 0 !important;
  line-height: 36px !important;
}
.emailoctopus-form-row-subscribe button:hover {
  background: #DF282D !important;
}
@media screen and (max-width: 499px) {
  .emailoctopus-form-row-subscribe button {
    width: 134px;
    font-size: 14px !important;
  }
}

.woocommerce div.product div.images.woocommerce-product-gallery,
.product_meta,
p.price,
.nyp-field-label,
.related.products,
.minimum-price,
.woocommerce-checkout .woocommerce-notices-wrapper,
.subscriptions .woocommerce-notices-wrapper,
.woocommerce-checkout-review-order-table thead,
.woocommerce-checkout-review-order-table tbody,
.woocommerce-checkout-review-order-table .product-quantity,
.woocommerce-checkout-review-order-table tfoot .cart-subtotal,
.woocommerce-checkout-review-order-table tfoot .order-total th,
.woocommerce-checkout-review-order-table tfoot .order-total td > strong,
.woocommerce-checkout-review-order-table tfoot .recurring-totals,
.woocommerce-checkout-review-order-table tfoot .cart-subtotal.recurring-total,
.woocommerce-billing-fields h3,
#order_review_heading,
.order-total.recurring-total > th,
label[for=payment_method_epicpay],
#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before,
.woocommerce-mini-cart__total.total,
.woocommerce-mini-cart__buttons a:first-child,
.subscriptions .product_title.entry-title,
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2,
.product .nyp label,
.woocommerce div.product form.cart div.quantity,
.mini_cart_item .wp-post-image,
.woocommerce-breadcrumb,
#sidebar,
.widget-title,
.woocommerce-mini-cart__empty-message {
  display: none !important;
}

.woocommerce-checkout-review-order-table tfoot .order-total.recurring-total td > strong {
  display: inline !important;
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order,
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-last,
.woocommerce form .form-row-first,
.woocommerce-page form .form-row-first,
.single-product div.summary {
  float: none !important;
}

#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box,
#add_payment_method #payment div.payment_box .form-row,
.woocommerce-cart #payment div.payment_box .form-row,
.woocommerce-checkout #payment div.payment_box .form-row,
#add_payment_method #payment div.payment_box .wc-credit-card-form,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form,
#add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods,
.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th,
#add_payment_method #payment div.form-row,
.woocommerce-cart #payment div.form-row,
.woocommerce-checkout #payment div.form-row,
.woocommerce form .form-row,
.woocommerce div.product div.summary,
.woocommerce div.product form.cart {
  padding: 0;
  margin: 0;
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment,
#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
  background: transparent;
}

.woocommerce table.shop_table,
.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th,
#add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods {
  border: 0;
}

.woocommerce-checkout-review-order-table tfoot .order-total.recurring-total {
  display: block;
}

.product-total {
  text-align: right;
}

.woocommerce-password-strength {
  color: black;
  font-size: 16px;
  border: 0;
}

label[for=wc-epicpay-card-holder-element] {
  margin-top: 0;
}

.mini_cart_item {
  display: flex;
  flex-direction: column;
  position: relative;
  font-size: 14px;
  line-height: 18px;
}
.mini_cart_item > a:nth-child(2) {
  pointer-events: none;
  text-decoration: none;
  color: white;
}
.mini_cart_item > a,
.mini_cart_item > span {
  margin-left: 32px;
}
.mini_cart_item .quantity {
  font-size: 0px;
}
.mini_cart_item .quantity span {
  font-size: 14px;
}
@media screen and (max-width: 499px) {
  .mini_cart_item {
    font-size: 13px;
  }
}

.woocommerce-mini-cart__buttons {
  position: absolute;
  top: 12px;
  right: 16px;
}

.hide_cart_widget_if_empty {
  position: fixed;
  width: 100%;
  left: 50%;
  top: 0;
  z-index: 99;
  max-width: 743px;
  transform: translateX(-50%);
}
@media screen and (max-width: 940px) {
  .hide_cart_widget_if_empty {
    bottom: 0;
    top: auto;
  }
}

.woocommerce-mini-cart {
  background: rgba(0, 0, 0, 0.85);
  border-radius: 0px 0px 16px 16px;
  padding: 8px 16px !important;
}
@media screen and (max-width: 940px) {
  .woocommerce-mini-cart {
    border-radius: 16px 16px 0px 0px !important;
  }
}

a.remove_from_cart_button,
.woocommerce a.remove:hover {
  position: absolute !important;
  margin-left: 0 !important;
  left: 0 !important;
  color: #D42328 !important;
  text-decoration: none !important;
  background: transparent;
}
a.remove_from_cart_button:hover,
.woocommerce a.remove:hover:hover {
  border: 0 !important;
}

.woocommerce table.shop_table td {
  padding: 24px;
}

.woocommerce table.shop_table {
  background: rgba(255, 255, 255, 0.125) !important;
}

.woocommerce-password-hint {
  font-size: 13px;
  line-height: 18px;
}

.woocommerce-form-login-toggle {
  display: none;
}

.order-total.recurring-total {
  padding: 24px;
}
.order-total.recurring-total strong {
  font-weight: normal;
}

.woocommerce div.product div.summary,
.form-row.place-order button {
  width: 100%;
  font-size: 27px !important;
}

.single-product {
  position: relative;
}
.single-product .nyp {
  position: absolute;
  top: 0;
  z-index: 99;
  margin-left: 32px;
}
.single-product .nyp:before {
  content: "$";
  display: block;
  position: absolute;
  top: 32px;
  font-size: 18px !important;
  font-weight: 700;
}
.single-product .single_add_to_cart_button {
  height: 90px;
  width: 450px !important;
  font-size: 27px !important;
  text-align: right !important;
  padding-right: 32px !important;
}
@media screen and (max-width: 599px) {
  .single-product .single_add_to_cart_button {
    width: 400px !important;
  }
}
.single-product .woocommerce-error.woocommerce-nyp-message {
  width: 450px;
}
@media screen and (max-width: 599px) {
  .single-product .woocommerce-error.woocommerce-nyp-message {
    width: 400px !important;
  }
}

.single-product .woocommerce-error::before {
  color: #D42328;
  margin-left: -47px;
  top: 0px;
}

#product-65 button {
  background: #222 !important;
}
#product-65 button:hover {
  background: #252525 !important;
}

.single-product .woocommerce-error {
  position: absolute;
  margin: 0;
  width: 450px;
  padding: 0;
  background: transparent;
  font-size: 16px !important;
  border: 0;
  color: #D42328;
  left: -8px;
}
@media screen and (max-width: 599px) {
  .single-product .woocommerce-error {
    width: 400px !important;
  }
}

#product-66 .woocommerce-error {
  top: 155px;
}

#product-65 .woocommerce-error {
  top: 131px;
}

.product .nyp .subscription-terms {
  margin-top: 32px;
  margin-left: 98px;
  font-size: 16px !important;
}
.product .nyp .subscription-terms .subscription-details {
  font-size: 16px !important;
}

.product .nyp .nyp-input {
  margin: 0;
  display: block;
  font-size: 18px !important;
  width: 70px !important;
  position: absolute;
  top: 21px;
  left: 20px;
  background: rgba(255, 255, 255, 0.1);
}

.woocommerce table.shop_table tfoot td {
  font-weight: normal;
}

#order_review {
  background: rgba(255, 255, 255, 0.1);
  margin: 0;
  outline: 0;
  border: 0;
}
@media screen and (max-width: 767px) {
  #order_review {
    margin-top: 64px;
  }
}

#payment,
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
  padding: 24px;
  margin: 0;
  outline: 0;
  border: 0;
  border-raidus: 0;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
  padding: 24px 0;
  display: flex !important;
  align-items: center;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme input[type=checkbox] {
  margin-right: 16px;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme input[type=checkbox]:before {
  display: block;
  background: #fff;
  border-radius: 8px;
  width: 24px;
  height: 24px;
}

.woocommerce table.shop_table {
  border-radius: 0;
  border-spacing: 0;
}

#wc-epicpay-cc-form .form-row.form-row-first {
  float: left !important;
  width: 58%;
}

#wc-epicpay-cc-form .form-row.form-row-last {
  float: right !important;
  width: 38%;
}

#njf-login {
  max-width: 520px;
  width: 100%;
}
#njf-login .login-submit {
  margin-top: 16px;
}

.woocommerce-checkout #customer_details > .col-1 {
  display: flex;
  flex-direction: column-reverse;
}

#header {
  margin-top: 32px !important;
  z-index: 9;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.home #header {
  margin-top: 64px !important;
}
@media screen and (max-width: 767px) {
  .home #header {
    margin-top: 32px !important;
  }
}

.home .logo-link {
  pointer-events: none;
}

.logo {
  width: 32px;
}
.home .logo {
  width: 64px !important;
}
@media screen and (max-width: 767px) {
  .home .logo {
    width: 32px !important;
  }
}

#main,
#header,
#footer {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 32px;
}
@media screen and (max-width: 767px) {
  #main,
#header,
#footer {
    padding: 0 24px;
  }
}

.hero {
  background-image: url("../img/amfirst.jpg");
  background-size: cover;
  background-position: center;
  position: relative;
  width: 100%;
  margin: -159px auto 0;
}
@media screen and (max-width: 767px) {
  .hero {
    background-position: center 70px;
  }
}
.hero .hero-content {
  max-width: 1440px;
  max-height: 640px;
  min-height: 560px;
  height: 60vw;
  margin: 0 auto;
  display: flex;
  align-items: flex-end;
  flex-direction: row;
  padding: 0 32px;
}
@media screen and (max-width: 767px) {
  .hero .hero-content {
    min-height: 480px;
    padding: 0 24px;
  }
  .hero .hero-content p {
    display: none;
  }
}
.hero .hero-content .button {
  margin-top: 32px;
  display: inline-block;
}
.hero .hero-content div {
  padding-bottom: 64px;
  height: auto;
}

.page-title {
  margin: 64px 0 32px;
}

.banner.--gray {
  background: #222;
}
.banner .row {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 42px 24px 56px;
}
@media screen and (max-width: 767px) {
  .banner .row {
    padding: 16px;
  }
}

@media screen and (max-width: 767px) {
  .banner .row > div {
    padding: 16px;
  }
}

.merch {
  padding: 64px 0 0;
}
.merch .buy-merch {
  margin: 12px 0 24px;
  display: inline-block;
}

.sub-details {
  margin: 16px 0;
  font-size: 14px;
  font-weight: 700;
}

.watch-button {
  white-space: pre;
  border: 0 !important;
}
@media screen and (max-width: 767px) {
  .watch-button {
    font-size: 16px;
  }
}
.watch-button:hover {
  border: 0 !important;
  color: #D42328;
}

.shows {
  display: flex;
  flex-direction: column;
  padding-top: 24px;
}
.shows .show {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #666666;
  padding: 24px 0;
}
.shows .show .title {
  padding-right: 24px;
  font-size: 32px;
  font-weight: normal;
  border: 0;
  text-transform: capitalize;
}
@media screen and (max-width: 767px) {
  .shows .show .title {
    font-size: 18px;
  }
}
.shows .show .title:hover {
  border: 0;
  color: #D42328;
}

.episodes {
  display: flex;
  flex-direction: column-reverse;
}
.episodes .episode {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #666666;
  padding: 24px 0;
}
.episodes .episode .date {
  font-size: 14px;
  font-weight: 900;
  color: white;
}
.episodes .episode .runtime {
  color: #666;
  font-size: 14px;
  font-weight: 900;
  margin-left: 16px;
}
.episodes .episode .title {
  padding-right: 24px;
  font-size: 18px;
  font-weight: normal;
  border: 0;
  text-transform: capitalize;
}
@media screen and (max-width: 767px) {
  .episodes .episode .title {
    font-size: 16px;
  }
}
.episodes .episode .title:hover {
  border: 0;
  color: #D42328;
}

.episode-title {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 0;
  margin-top: 32px;
}

.episode-date {
  font-size: 14px;
  font-weight: 900;
  color: #666;
  margin-bottom: 24px;
}

.woocommerce-order-received .woocommerce table.shop_table {
  background: transparent !important;
}

.woocommerce-account h2 {
  display: none;
}

.lost_password {
  margin-top: 32px;
}

.woocommerce form.login {
  padding: 0;
  max-width: 720px;
  width: 100%;
}

#footer {
  margin-top: auto;
  padding-top: 64px;
  padding-bottom: 32px;
  font-size: 16px;
  color: #666666;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  #footer {
    padding-bottom: 72px;
  }
}
#footer .footer-row {
  margin-top: 32px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #footer .footer-row {
    flex-direction: column-reverse;
    text-align: center;
  }
}
#footer .social {
  margin-bottom: 32px;
}
#footer .social a {
  color: white;
  margin-right: 16px;
}
#footer .social a:hover {
  opacity: 0.8;
}
#footer .dlive img {
  height: 14px;
  width: auto;
  display: inline;
}

.select2-results__option{
	color: #000;
}
.anr_captcha_field{
	width:0;
	height:0;
	position:absolute;
	pointer-events:none;
	opacity: 0;
}

.wpcf7-textarea{
	background: black;
    color: white;
    border: 1px solid #333;
    width: 100%;
    padding: 16px;
    margin: 16px 0;
    font-family: inter,sans-serif;
    font-size: 16px;
}

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