/*--------------PLEASE PLACE ALL CUSTOM CSS HERE ----------------*
NOTES: If you use Appearance/Customize/Additional CSS to test your custom CSS, please make sure that once you're done you add that code to this stylesheet and remove it from the Appearance/Customize/Additional CSS section.

Please add a commented out title to the custom code you add to this page so it's easy for developers to find what they need. 
----------------------------------------------------------------*/

#content h1  {
   font-family: 'Sarpanch', sans-serif;
        text-transform:uppercase;
    font-size: 40px;
    margin-top: .5em;

}

#content a{
	color:#000;
	font-weight:700;
}

#content {
    min-height: 500px;
    width: 100%;
    padding: 0 2rem;
    overflow: hidden;
}


#content h2, h3 {
      font-family: 'Sarpanch', sans-serif;
        text-transform:uppercase;
    font-size:30px;
}


*, body, p {
    font-family: 'Montserrat', sans-serif;
    line-height: 1.7em;
}

#footer ul li:before, ul.fancylist li:before {
    font-family: "Font Awesome 5 Pro";
    font-weight: 500;
    content: '\f06c';
    margin-right: 5px;
    color: #000;
    font-size: .95em;
}

.billboard .slide-header, .video-container .slide-header {
       font-family: 'Sarpanch', sans-serif;
        text-transform:uppercase;
    text-align:center;
    text-shadow: 2px 2px 6px black;
}

.breakout {
    background: #000;
    padding: 2em;
    color:#fff;
}

/*HEADER*/
.phone a {
      font-family: 'Sarpanch', sans-serif;
      text-transform:uppercase;
      background: #000;
      color: #FFF;
      padding: .8rem 1.0rem;
      display: inline-block;
      text-decoration: none;
      border-radius: 0px;
      -moz-border-radius: 0px;
      -webkit-border-radius: 0px;
      font-weight: bold;
      font-size: 1.25em;
      line-height: 1.3em;
}

header .row {
    margin: auto;
    padding: 0em 0em;
}

.nav-bar ul a {
    padding: 5px 5px;
    border: 0px solid transparent;
    margin: 0 .2em;
    color: #f7f7f7;
    font-size: 1em;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: .00em;
      -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.nav-bar .sub-menu a:hover, .nav-bar .sub-menu li.current-menu-item a {
  background: rgb(26 36 62);
  /* text-shadow: 0 0 3px #fff; */
}
.nav-bar .sub-menu a {
  padding: .65em .7em !important;
  display: block;
  margin: 0;
  /* font-size: .90em; */
  line-height: 1.2em;
}
.nav-bar ul > li.current-menu-item > a, .nav-bar ul li.current_page_parent > a, .nav-bar ul li.current-menu-ancestor > a, .nav-bar ul > li:hover > a {
  /* color: #c7cbd4; */
  /* border-bottom: 4px solid #CCDBDC; */
  text-shadow: 1px 1px 5px rgb(0 0 0 / 60%);
}

#header {
    background: #fff;
}

.header-c .nav-wrap {
    background: #C90F16;
    text-align: center;
    color:#fff;
}

.header-c .phone-wrap.stuck {
    padding: 0 1rem;
    background: #fff;
}

#footer ul li:before, ul.fancylist li:before {
    font-family: "Font Awesome 5 Pro";
    font-weight: 500;
    content: '\f105';
    margin-right: 5px;
    color: #C90F16;
    font-size: .95em;
}

/*HOME CTAs*/
.home-ctas .wrap {
    /* border: 0px solid #007ca5; */
    background: #ffffff;
    border: 7px solid #C90F16;
    color: #000;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    height: 100%;
    padding: 2em 1.5em;
    font-weight: 500;
    line-height: 1.6em;
}

.home-ctas i {
    font-size: 1.5em;
    color: #db2a45;
    margin-bottom: .5em;
}

.billboard .slider-content {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    align-items: center;
    justify-content: center;
    max-width: none;
    width: 40%;
    flex-direction: column;
    padding: 2em 3em;
    z-index: 3;
    color: #ffffff;
    text-shadow: 1px 1px 3px #000000;
    background-color: rgba(0, 0, 0, .4);
}

.header-c .logo a, .header-c .logo a h2 {
    padding: 0rem 0;
    color:#000;
    font-family: 'Sarpanch', sans-serif;
    text-transform:uppercase;
    font-size: 40px;
}

.billboard .slider-content .slider-cta-button, .video-container .slider-content .slider-cta-button, .billboard .slider-content a, .video-container .slider-content a {
    font-family: 'Sarpanch', sans-serif;
        text-transform:uppercase;
    text-decoration: none;
    color: #FFF !important;
    border: 1px solid white;
    padding: 15px 30px;
    font-size: 1.2em;
    margin: 6px;
    background:black;
}
.nav-bar ul a {
 font-family: 'Sarpanch', sans-serif;
        text-transform:uppercase;
}
/*FOOTER*/

#footer {
    clear: both;
    width: 100%;
    background: #000;
    color: #fff;
    margin: auto;
    border-top: 1px solid #1221;
}
#footer span.icon-item {
    line-height: 1.5em;
    display: inline-block;
    margin: 10px 0 5px;
}

#footer .box {
    text-align: left;
}

#footer h2.widgettitle {
       font-family: 'Sarpanch', sans-serif;
        text-transform:uppercase;
    font-weight:700;
}

#footer btn.a {
    color:#fff;
    text-decoration: none;
}

#copyright {
    background: #C90F16;
     text-shadow: 1px 1px 5px rgb(0 0 0 / 60%);
    color:#fff;
}

.today {
    font-weight: 600;
    color: #FF0000;
}

.fa, .fas {
    color: #FF0000;
}

box.h2.widgettitle {
     font-family: 'Sarpanch', sans-serif;
        text-transform:uppercase;
    font-weight:700;
}

.wpcf7-form input[type=submit], button, html input[type="button"], input[type="reset"], input[type="submit"], a.contact-btn,.biziq-button,.client-button, #content .btn, #slider .btn, .view-article, .rev-read-more, #respond #submit, .btn, .link-button {
   
       font-family: 'Sarpanch', sans-serif;
        text-transform:uppercase;font-weight: 700;
    background: #C90F16;
    padding: .8rem 1.5rem;
    color: #ffffff;
    display: inline-block;
    text-align: center;
    min-width: 150px;
    letter-spacing: .01em;
    position: relative;
    z-index: 1;
    border: 0px solid #9ea1a5;
    line-height: 1.4em;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    font-size: 1em;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    cursor: pointer;
    white-space: inherit;
}

#footer .btn:hover, .link-button:hover, .billboard .slider-content a:hover, .video-container .slider-content a:hover, .btn:hover, #slider:hover .btn, button:hover, .rev-read-more:hover, html input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, #content .view-article:hover, .wpcf7-form input[type=submit]:hover, #content .btn:hover, #slider .btn:hover {
    background: #940b11;
    color: #fff;
    text-decoration: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.socialicons {
    margin: 10px 0px 10px 0px;
    text-align: left;
}

.mark, mark {
    padding: .2em;
    background-color: #fcf8e3;
    display: none;
}

.menu-item-1061 {
	background:#000;
	margin:10px 0px;
}

.woocommerce div.product .product_title {
    font-size: 1.5em !important;
    font-family: 'Montserrat', sans-serif !important;
}

widget_shopping_cart_content {
	display:none !important;
}

.woocommerce #respond input#submit.alt.disabled, .woocommerce #respond input#submit.alt.disabled:hover, .woocommerce #respond input#submit.alt:disabled, .woocommerce #respond input#submit.alt:disabled:hover, .woocommerce #respond input#submit.alt:disabled[disabled], .woocommerce #respond input#submit.alt:disabled[disabled]:hover, .woocommerce a.button.alt.disabled, .woocommerce a.button.alt.disabled:hover, .woocommerce a.button.alt:disabled, .woocommerce a.button.alt:disabled:hover, .woocommerce a.button.alt:disabled[disabled], .woocommerce a.button.alt:disabled[disabled]:hover, .woocommerce button.button.alt.disabled, .woocommerce button.button.alt.disabled:hover, .woocommerce button.button.alt:disabled, .woocommerce button.button.alt:disabled:hover, .woocommerce button.button.alt:disabled[disabled], .woocommerce button.button.alt:disabled[disabled]:hover, .woocommerce input.button.alt.disabled, .woocommerce input.button.alt.disabled:hover, .woocommerce input.button.alt:disabled, .woocommerce input.button.alt:disabled:hover, .woocommerce input.button.alt:disabled[disabled], .woocommerce input.button.alt:disabled[disabled]:hover {
    background-color: #C90F16;
	font-family: 'Sarpanch', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    background: #C90F16;
    padding: .8rem 1.5rem;
    color: #ffffff;
    display: inline-block;
    text-align: center;
    min-width: 260px;
    letter-spacing: .01em;
    position: relative;
    z-index: 1;
    border: 0px solid #9ea1a5;
    line-height: 1.4em;
	border-radius:0;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, #content .woocommerce a.button.alt {
    background-color: #C90F16;
	font-family: 'Sarpanch', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    background: #C90F16;
    padding: .8rem 1.5rem;
    color: #ffffff;
    display: inline-block;
    text-align: center;
    min-width: 260px;
    letter-spacing: .01em;
    position: relative;
    z-index: 1;
    border: 0px solid #9ea1a5;
    line-height: 1.4em;
	border-radius:0;
}
#content .woocommerce a.button.alt:hover,
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
    background-color: #000;
    color: #fff;
    text-decoration: none !important;
}


.woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product {
    width: 30.75%;
    text-align: center;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
    padding: .5em 0;
    margin: 0;
	    font-size: 1.1em !important;
    font-family: 'Montserrat', sans-serif !important;
}

/*MOBILE MENU*/
#mobile-menu-container .menu-bar {
    position: fixed;
    top: 0;
    left: 0;
    background: #C90F16;
    width: 100%;
    color: #FFF;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

#mobile-menu-container .menu {
    background: #000;
    color: #FFF;
}

#mobile-menu-container.left, #mobile-menu-container.right {
    min-height: 100%;
    width: 280px;
    color: #FFF;
    position: fixed;
    background: #000;
    height: 100%;
    left: -280px;
    z-index: 99999;
    max-width: 100%;
    top: 0;
}

.page-contact-us form.wpcf7-form {
    padding: 2rem;
    background: #fff;
}

/*REVIEWS*/
.rev-wrap {
    padding: 2.5em 1em 1em;
    border: 2px solid #C90F16;
}

.rev-wrap:before {
    content: '\201C ';
    background-color: #000;
    color: #fff;
}

  .billboard .slide-header,
  .video-container .slide-header {
    font-size:2em;
    font-weight: bold;
    line-height: 1.2em;
  }


/*MEDIA QUERIES*/
@media only screen and (min-width: 1024px) {

  .billboard .slide-header,
  .video-container .slide-header {
    font-size: 3.2em;
    font-weight: bold;
    line-height: 1.2em;
  }
}
@media only screen and (max-width: 767px) {

  .billboard .slider-content {
    width: 100%;
    padding: 2em;
  }
}

@media only screen and (max-width: 480px) {
 

  .billboard .slide-header, .video-container .slide-header {
    font-size: 1.0em;
  }
  .billboard .swiper-slide {
    height: 20vh;
  }

  #content .slider-parallax {
      position: relative;
      max-width: 120%;
      height: auto;
      width: auto;
  }
  .all-the-ctas {display: none;}
      #footer .box {
      text-align: center;
  }
    
    .socialicons {
    margin: 10px 0px 10px 0px;
    text-align: center;
  }
  #content {

  }
  #content .container {
    padding: 0;
  }
  .rev-wrap {
    margin-right: 0; 
    margin-left: 0;
  }
}




/* removing buttons, since we are in 'catalog mode'
 *  ===============================*/


/*
.single_variation_wrap,
.single_add_to_cart_button,
.add_to_cart_button{
    display: none !important;
}


*/