/****** DO NOT EDIT THIS FILE!!! IT IS CREATED BY THE THEME AND MAY GET OVERWRITTEN! ******/
/****** VARIABLES ******/
/****** DO NOT EDIT THIS FILE!!! IT IS CREATED BY THE THEME AND MAY GET OVERWRITTEN! ******/
/****** MIXINS ******/
/* FONT MIXINS */
.fs1 {
  font-size: 1rem !important; }

.fs2 {
  font-size: 2rem !important; }

.fs3 {
  font-size: 3rem !important; }

.fs4 {
  font-size: 4rem !important; }

.fs5 {
  font-size: 5rem !important; }

.fs6 {
  font-size: 6rem !important; }

.fw-100 {
  font-weight: 100 !important; }

.fw-200 {
  font-weight: 200 !important; }

.fw-300 {
  font-weight: 300 !important; }

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

.fw-500 {
  font-weight: 500 !important; }

.fw-600 {
  font-weight: 600 !important; }

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

.fw-800 {
  font-weight: 800 !important; }

.fw-900 {
  font-weight: 900 !important; }

.bg-white {
  background-color: #fff !important; }

.bg-black {
  background-color: #000 !important; }

.center-it {
  display: block;
  float: none;
  clear: both;
  margin: 0 auto;
  text-align: center; }

.no-padding {
  padding: 0 !important; }

.primary-color {
  color: #000 !important; }

.primary-bg {
  background-color: #000 !important; }

.secondary-color {
  color: #9b1c1f !important; }

.secondary-bg {
  background-color: #9b1c1f !important; }

.btn-primary {
  background-color: #000;
  color: #fff; }
  .btn-primary:hover {
    background-color: #000;
    color: #fff; }

.btn-secondary {
  background-color: #9b1c1f;
  color: #fff; }
  .btn-secondary:hover {
    background-color: #701416;
    color: #fff; }

.d-flex {
  display: flex !important; }

.d-block {
  display: block !important; }















@media only screen and (max-width: 767px) {
    .xs-flex {
      display: flex !important; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .sm-flex {
      display: flex !important; } }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .md-flex {
      display: flex !important; } }

@media only screen and (min-width: 1200px) {
    .lg-flex {
      display: flex !important; } }

.flex-center-wrap {
  display: flex;
  align-items: center !important;
  flex-wrap: wrap; }

.ws-form-container {
  background-color: #fff;
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.1); }
  .ws-form-container .ws-form-title-container {
    box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.17);
    font-size: 15px;
    padding: 20px;
    font-weight: bold;
    -webkit-user-select: none;
    /* Chrome all / Safari all */
    -moz-user-select: none;
    /* Firefox all */
    -ms-user-select: none;
    /* IE 10+ */
    user-select: none;
    /* Likely future */
    color: #fff !important;
    display: block;
    float: none;
    clear: both;
    margin: 0 auto;
    text-align: center; }
    .ws-form-container .ws-form-title-container .ws-fa-icon-container {
      margin: 0 10px; }
  .ws-form-container .ws-form-body-container {
    padding: 10px; }
    .ws-form-container .ws-form-body-container .form__warn {
      text-align: center !important; }
    .ws-form-container .ws-form-body-container .gform_footer .gform_button {
      display: block;
      float: none;
      clear: both;
      margin: 0 auto;
      text-align: center; }

.white-overlay {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1); }

.black-overlay {
  -webkit-filter: brightness(0);
  filter: brightness(0); }
/*** SUPER GLOBALS ***/
body {
  background-color: #000; }

.top-area {
  display: none; }

.very-top {
  padding: 0; }

.inverse {
  color: white; }

.section-203 i {
  font-size: 4rem; }

ul {
  padding-left: 0; }

ul li {
  list-style: none;
  color: white; }

a, .general-text {
  color: white;
  font-weight: 700;
  font-family: 'Poppins', sans-serif; }

.entry-title {
  color: white; }

h2.inverse {
  text-transform: uppercase; }

.section-27 {
  display: flex !important;
  align-items: center;
  height: 100%; }

p {
  color: white; }
/** blog globals **/
.author-info {
  padding-left: 0 !important; }

.author-avatar {
  display: none; }

.entry-title {
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase; }

.home .entry-title {
  display: none; }

.identifier, .preview-play {
  color: white; }
  @media screen and (max-width: 991px) {
  .identifier, .preview-play {
    font-size: 3rem !important; }
    .identifier img, .preview-play img {
      width: 50px; } }

@media screen and (max-width: 767px) {
    .slider-nav {
      /* width: 25% !important; */ } }

.preview-image {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  height: 626px; }

.preview-play {
  font-size: 3rem;
  z-index: 1;
  position: relative; }

.identifier {
  text-transform: uppercase;
  font-size: 6rem;
  z-index: 1;
  position: relative; }

.woocommerce-mini-cart-dropdown-outer .woocommerce-mini-cart-dropdown .header-shopping-bag-holder .items-in-cart {
  position: relative;
  top: 0 !important;
  color: white; }
/*** Global Navigation Bar ***/
.header a:hover {
  background-color: transparent !important;
  color: #9b1c1f; }
  .header .very_top {
    background-color: #9b1c1f;
    padding: 0 !important; }
    .header .very_top .container {
      display: flex;
      align-items: center;
      padding: 0;
      background-color: #000; }
    @media screen and (max-width: 768px) {
  .header .very_top {
    display: none; } }
  .header #roof-column-1 li a {
    width: 60px; }
  .header #roof-column-1 li {
    padding: 0 15px; }
    .header #roof-column-1 li:hover {
      background-color: #000; }
  .header #roof-column-2 {
    padding: 15px; }
  .header #roof-column-3 {
    background-color: #000;
    padding: 0 !important;
    align-items: center; }
    .header #roof-column-3 .site-logo {
      text-align: center;
      background-color: #9b1c1f;
      padding: 5px 25px;
      padding-top: 5px;
      padding-bottom: 10px; }
    .header #roof-column-3 li {
      width: 60px; }
    .header #roof-column-3 li a {
      flex-grow: 1;
      width: 60px; }
    .header #roof-column-3 #menu-right-navigation-menu a:hover, .header #roof-column-3 .woocommerce-mini-cart-dropdown a:hover {
      color: #9b1c1f !important; }
    .header #roof-column-3 .cart-contents {
      padding-left: 0 !important; }
  .header #roof-custom-area-3 {
    width: auto !important;
    float: left;
    left: 100px;
    position: relative; }
    @media screen and (max-width: 1480px) {
  .header #roof-custom-area-3 {
    left: 0; } }
  .header .top_area {
    display: none; }

.nav > li > a:focus, .nav > li > a:hover {
  text-decoration: none;
  width: 60px;
  color: white !important;
  background-color: transparent; }
/*** Fix the shopping cart ***/
.woocommerce-mini-cart-dropdown .dropdown-menu {
  background-color: #000; }
  .woocommerce-mini-cart-dropdown .dropdown-menu li, .woocommerce-mini-cart-dropdown .dropdown-menu a {
    width: 100% !important;
    color: white !Important; }
  .woocommerce-mini-cart-dropdown .dropdown-menu .mini-cart--btn-cart a, .woocommerce-mini-cart-dropdown .dropdown-menu .mini-cart--btn-checkout a {
    background-color: #9b1c1f;
    border: transparent !important; }
  .woocommerce-mini-cart-dropdown .dropdown-menu .remove {
    width: 40px !important;
    float: right !Important; }
  .woocommerce-mini-cart-dropdown .dropdown-menu .mini-cart--subtotal {
    text-align: left; }

.woocommerce-mini-cart-dropdown-outer .woocommerce-mini-cart-dropdown .dropdown-menu li a.remove {
  border: transparent !important; }

.woocommerce-mini-cart-dropdown-outer .woocommerce-mini-cart-dropdown .dropdown-menu .mini-cart--subtotal .woocommerce-Price-amount {
  color: white;
  float: right; }
/*** Mobile Menu ***/
/*** Slick Slider Mods ***/
.view-preview-wrapper {
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0;
  display: flex;
  align-items: center; }
  .view-preview-wrapper:after {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    content: '';
    left: 0;
    background-color: rgba(155, 28, 31, 0.4); }

.nav-preview-wrapper {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 0;
  display: flex;
  align-items: flex-end;
  height: 200px; }

.slider-nav .slick-list {
  overflow: visible; }
  .slider-nav .arrow-up {
    display: none; }
  .slider-nav .post_group {
    border: 15px solid black; }
  .slider-nav .slick-current {
    border: 15px solid white; }
  .slider-nav .slick-current .arrow-up {
    border-left: 35px solid transparent;
    border-right: 35px solid transparent;
    border-bottom: 35px solid white;
    top: -50px;
    position: absolute;
    margin: 0 auto;
    width: 35px;
    display: block; }
  .slider-nav .post_name {
    width: 100%;
    font-family: 'Poppins', sans-serif;
    text-align: left;
    font-weight: 800;
    padding-left: 15px; }

.post_group {
  padding: 0; }

.cta {
  display: none; }
/** should really change the name of this class later **/
.single_post_inner {
  width: 100%;
  text-align: center; }
  .single_post_inner .preview-play img {
    margin: 0 auto;
    cursor: pointer; }

.expand-video {
  margin: 0 auto !important;
  width: 75% !important; }

.preview-product-video {
  width: 100%;
  height: 100%; }

.play-preview-wrapper .single_post_inner {
  height: 100%; }
  .play-preview-wrapper iframe {
    border: transparent; }
/*** Inner pages and blog will have a container max width of 1170px ***/
.page-template-default .site-core .container {
  max-width: 1170px; }

.blog .site-core .container {
  max-width: 1170px; }

.home .site-core .container {
  max-width: 100%; }
/*** FOOTER MENU ***/
#footer #menu-footer-menu {
  display: flex; }
  #footer #menu-footer-menu li {
    flex-grow: 1;
    text-align: center; }
  #footer #menu-footer-menu a:hover {
    color: #9b1c1f;
    text-decoration: none; }
  #footer #media_image-2 {
    text-align: center; }
  #footer #footer_widget-2 {
    padding: 50px 0 !important; }
  #footer .social-icons {
    width: 50%;
    margin: 0 auto; }
  #footer .social-icons a {
    flex-grow: 1;
    text-align: center; }
  #footer .social-icons a:hover {
    color: white; }
  #footer .social-icons .divider-right {
    border-right: 1px solid white; }
/*** CONTACT PAGE ***/
.page-id-11 .main_content_area {
  max-width: 1170px; }

.gform_button {
  background-color: #9b1c1f;
  color: #fff;
  border: transparent;
  padding: 10px 15px; }

.gform_body label {
  color: white !important; }

#footer .container {
  max-width: 1170px; }
/***** MEDIA QUERIES *****/
