/*
Template Name:      Marketing 360® Bigcommerce Template 102
Version:            0.1.0
Author:             Madwire Media SWAT Team
Author URI:         http://www.madwiremedia.com
*/

/* =============================================================================
   Base !n! !bas
   ========================================================================== */

h3 {
  font-size: 17px;
  font-weight: 600;
}

/* Colors */

a,
#PrimaryMenu ul.category-list > li.dropdown.open > a,
#PrimaryMenu ul.category-list > li.ActivePage > a {
  color: #306FBC;
}

#PrimaryMenu > ul > li > a:hover,
#PrimaryMenu > ul > li.dropdown.open > a,
#PrimaryMenu > ul > li.ActivePage > a,
#PrimaryMenu ul.category-list > li > a:hover{
    color: #3DB12C;
}

a:hover {
  color: #e8850e;
}

.btn,
a.btn,
input[type="submit"],
input[type="button"],
button,
.ExpressCheckoutBlock .ExpressCheckoutTitle,
.TopMenu,
#footer-cta {
  background: #306FBC;
  color: #fff;
}
.btn:hover,
a.btn:hover,
.ProductQty a:hover,
.ProductActionAdd a:hover,
.slide-show-render-full .slide-button span:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
button {
  background: #222;
  color: #fff;
}

#custom-slider .flex-control-paging li a:hover,
#custom-slider .flex-control-paging li a.flex-active {
   background: #eb5b5b;
   border-color: #eb5b5b;
}

/* Secondary Colors */

.btn.alt,
.ExpressCheckoutBlock .ExpressCheckoutTitle,
#PrimaryMenu ul li.dropdown ul a:hover,
#PrimaryMenu ul li ul a:hover,
.Left ul li a:hover,
#SideCatPopOut ul li ul a:hover {
  background: #306FBC;
  color: #fff;
}
.btn.alt:hover {
  background: #222;
  color: #fff;
}


.btn.btn-lg {
  border: 2px solid #fff;
  font-size: 24px;
  text-transform: uppercase;
  padding: 8px 18px !important;
  box-shadow: 0 0 8px rgba(0,0,0,0.2);
}

/* =============================================================================
   Header !n! !hdr
   ========================================================================== */

.TopMenu {
   margin-bottom: 20px;
}
.TopMenu .container {
   padding-top: 5px;
   padding-bottom: 5px;
}
.TopMenu a,
.TopMenu .CartLink a,
.phoneIcon {
   color: #fff;
}
.TopMenu a:hover,
.TopMenu .CartLink a:hover {
  color: #333;
}

.header {
   margin-bottom: 0;
   border: none;
}

.header-phone {
   font-size: 18px;
   font-weight: 600;
   text-align: right;
}

#Header {
   margin-bottom: 20px;
}

.header-secondary {
    margin-right: 20px;
}

/* == Navigation == */

.PrimaryMenu-wrap {
   background: #306FBC;
}

#PrimaryMenu > ul > li > a,
#PrimaryMenu ul.category-list > li > a {
   text-transform: uppercase;
}

#PrimaryMenu ul li ul,
#SideCatPopOut ul li ul {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

/* Mega Menu */

ul.pages-menu li.megamenu-wrap {
  display: none;
}

#PrimaryMenu ul li.megamenu-wrap {
  display: block;
  position: static;
}

#PrimaryMenu ul li.megamenu-wrap ul:before,
#PrimaryMenu ul li.megamenu-wrap ul:after {
  display:none;
}

#PrimaryMenu .megamenu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  padding: 10px 0;
  margin: 0;
  background: #fff;
  border: 1px solid #ddd;
}

#PrimaryMenu ul li.megamenu-wrap:hover .megamenu {
  display: block;
}

#PrimaryMenu .megamenu .inner {
  padding: 0 10px;
}

#PrimaryMenu .megamenu h3 {
  display: block;
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #ddd;
  font-size: 16px;
}

#PrimaryMenu .megamenu ul {
  display: block;
  padding: 0;
  margin: 0 0 10px;
  list-style: none;
}

#PrimaryMenu .megamenu ul li a {
  display: block;
  padding: 5px 5px;
}
#PrimaryMenu .megamenu ul li a:hover {
  color: #fff;
}

.sub-menu li a {
	color:#306FBC; 
	font-size:13px; 
	line-height:90%;
	}

#SideCatPopOut {
    z-index: 10!important;
}
/* == Banner Header == */

.banner-header {
  /* background: url(//cdn10.bigcommerce.com/s-fdnvmmq4z1/templates/__custom/img/bg-banner-header.jpg?t=1685570932) top center no-repeat;*/
  background: #39A629;
  height: 100px;
  padding: 18px 0;
  margin-bottom: 20px;
  text-align: center;
}

.banner-header h2 {
  background: #298a1b;
  color: #fff;
  font-size: 40px;
  margin: 0 30px 0 0;
  padding: 8px 15px;
  text-transform: uppercase;
  text-shadow:1px 1px 1px rgba(0,0,0,0.25);
}

body.body-home .banner-header { display: none; }

.hero {
   background: url(//cdn10.bigcommerce.com/s-fdnvmmq4z1/templates/__custom/img/hero-bg.jpg?t=1685570932) top center no-repeat;
   background-size: inherit;
   height: 615px;
   color: white;
}

.cta-heading {
  font-family: 'Lato', sans-serif;
  font-size: 29px;

}

.cta-subheading {
  font-family: 'Lato', sans-serif;
  font-size: 25px;

}

.hero .cta-heading{
  text-transform: uppercase;
  color: white;
  font-weight: 600;
}

.hero .btn {
  border: 2px solid white;
  padding: 7px 20px;
  text-transform: uppercase;
  font-size: 23px;
}

#herocta {
    margin-top: 100px;
    margin-right: 20px;
}

.main .btn{
  text-transform: uppercase;
  font-size: 18px;
  padding:7px 20px;
}


.hero-img {
  max-width: 470px;
  float: right;
  margin-top: 130px;
  margin-right: -112px;
}
/* =============================================================================
   Content !n! !cnt
   ========================================================================== */

/* Chicago Area Page */
.chicago-area {background: #f5f5f5; padding: 15px 10px 5px; margin-bottom: 20px;}
.chicago-area img {margin-bottom: 10px;}

/* =============================================================================
   Sidebar !n! !sdb
   ========================================================================== */

.Left .BlockContent {
  margin-bottom: 20px;
}

.Left ul li {
  margin-bottom: 0;
  border-bottom: 1px solid #ddd;
}
.Left ul li a {
  display: block;
  padding: 5px 10px;
  text-decoration: none;
}

.Left h3 {
  margin-bottom: 15px;
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
}

.Left #SideCatPopOut li ul li {
  border-bottom: none;
}

.Left #SideCatPopOut ul li a .caret {
  top: 11px;
}

/* =============================================================================
   Footer !n! !ftr
   ========================================================================== */

.footer-main {
    background: #306FBC;
}

.footer-main .sf-menu li {
    float: none;
}

/* == Footer CTA == */

#footer-cta {
  margin-top: 30px;
  padding: 10px 0;
  background: #3DB12C;
}

#footer-cta p {
  margin-bottom: 0;
  font-size: 15px;
  line-height: 1.3;
}

#footer-cta p strong {
  display: block;
  margin-top: 5px;
  text-transform: uppercase;
  font-size: 22px;
}
.social-links li{
  display: inline-block;
  font-size: 20px;
  margin-right: 5px;
}
.social-links i {
    background: #3CAF2B;
    color: #306FBC;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.social-links i:hover {
    color: grey;
}

.social-links a:hover {
    text-decoration: none;
}

/* =============================================================================
   Miscelaneous !n! !msc
   ========================================================================== */


/* =============================================================================
   Pages !n! !pgs
   ========================================================================== */


/* =============================================================================
   Category !n! !ctg
   ========================================================================== */


/* =============================================================================
   Product Lists !n! !pls
   ========================================================================== */

.ProductList li .ProductCompareButton {
  margin: 3px 0;
}

.Content .ProductList li .ProductImage img {
  transition: all 0.1s ease-in;
  -moz-transition: all 0.1s ease-in;
  -webkit-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  -ms-transition: all 0.1s ease-in;
  -moz-transform: scale(0.9);
  -webkit-transform: scale(0.9);
  -o-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -webkit-backface-visibility: hidden;
}
.Content .ProductList li:hover .ProductImage img {
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
}

.Content .ProductList li .p-price {
  font-size: 18px;
  font-weight: 600;
}

.Content .ProductList li .item-wrap {
  background: #f4f4f4;
  padding: 5px 0;
}

/* HOVER Transitions */

.Content .ProductList li.hover-cart .hover-wrap {
  display: block;
  position: relative;
  overflow: hidden;
}

.Content .ProductList li.hover-cart .ProductActionAdd {
  position: absolute;
  bottom: -80px;
  left: 0;
  width: 100%;
  padding: 15px 0;
  transition: all 0.1s ease-in;
  -moz-transition: all 0.1s ease-in;
  -webkit-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  -ms-transition: all 0.1s ease-in;
}

.Content .ProductList li.hover-cart:hover .ProductActionAdd {
  bottom: 0;
}

.Content .ProductList li.hover-cart .ProductActionAdd a {
  display: block;
  font-size: 16px;
  padding: 10px 5px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}

/* =============================================================================
   Product !n! !prd
   ========================================================================== */

.addto #SideProductAddToWishList {
  float: right;
}

/* =============================================================================
   Cart !n! !crt
   ========================================================================== */


/* =============================================================================
   Checkout !n! !chk
   ========================================================================== */


/* =============================================================================
   Order !n! !ord
   ========================================================================== */


/* =============================================================================
   Account !n! !acct
   ========================================================================== */


/* =============================================================================
   Home Page !n! !hpg
   ========================================================================== */

.parallax {
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

/* == Custom Flexslider == */

#custom-slider {
  background-image: url(//cdn10.bigcommerce.com/s-fdnvmmq4z1/templates/__custom/img/bg-slider-1.jpg?t=1685570932);
  height: 400px;
  margin-bottom: 70px;
  position: relative;
}

#custom-slider ul.slides > li {
  color: #fff;
  padding-top: 30px;
  text-shadow:1px 1px 1px rgba(0,0,0,0.4);
  background-repeat: no-repeat;
  background-position: top center;
}

#custom-slider .slide-heading {
   color: #fff;
   font-size: 42px;
   font-weight: 600;
   text-transform: uppercase;
}

#custom-slider .flex-control-nav {
  position: relative;
  margin-top: 0;
}

#custom-slider .flex-control-paging li a {
   background: #444;
   border-color: #444;
}

#custom-slider .large {
  font-size: 1.3em;
}

#custom-slider .flexslider {
   background: none;
}

#custom-slider .flexslider .slides img {
  width: auto;
  display: inherit;
}

/* == Featured Products == */

#home .ProductList li {
  width: 25%;
}

/* Category CTA Grid */
.cat-grid-item {
  text-align: center;
  margin-bottom: 15px;
}

.cat-grid-item a {
  display: block;
  background: #eee;
  padding: 8px;
  color: #306FBC;
  font-weight: bold;
  font-size: 15px;
  border: 1px solid transparent;
  max-width: 300px;
  margin: 0 auto;
}

.cat-grid-item a:hover {
  color: #1b4a84;
  text-decoration: none;
  background: #f7f7f7;
  border: 1px solid #ddd;
}

.cat-grid-item a img {
  margin-bottom: 10px;
}


#DrawerMenu {
  z-index: 1;
}

.pad-right-20{
  padding-right: 20px
}

.right20{
  margin-right: 20px
}
/* =============================================================================
   Media Queries !n! !mqs
   ========================================================================== */
/* == Medium Devices -- up to 1199px == */
@media screen and (max-width: 1199px) {

  .hero {
    background-size: cover;
    height: 465px;
    background-position: top right;
  }

    .hero-img{
      margin: 0px;
    }

}

/* == Medium Devices -- up to 991px == */
@media screen and (max-width: 991px) {

  /* Header */

  .banner-header h2 {
    font-size: 30px;
  }

  /* Home Page */

  .hero {
    height: 345px;
  }

  #herocta {margin-top: 50px;}
  .hero .cta-heading {font-size: 20px;}
  .hero .btn {font-size: 18px;}

  .parallax {
    background-attachment: scroll;
  }

  #custom-slider {
    height: auto;
  }
  #custom-slider .slide-heading {
    margin-bottom: 15px;
    font-size: 30px;
  }
  #custom-slider .large {
    font-size: 16px;
  }
  #custom-slider .flex-control-nav {
    bottom: 0 !important;
  }

  #home .Left {
    display: none;
  }
  #home .Content.Wide {
    width: 100%;
  }

  /* Footer */
  #footer-cta p {
    font-size: 14px;
  }

  #footer-cta p strong {
    font-size: 16px;
  }

}

/* == Small Devices -- Tablets up to 767px == */
@media screen and (max-width: 767px) {
    
   .hero-img{
      float: none;
      margin: 0 auto;
      display: block; 
       max-width: 250px;
    }

  /* Header */

  .page .header {
    padding-top: 98px;
  }

  .banner-header {
    height: auto;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }

  .banner-header h2 {
    font-size: 20px;
  }

  /* Home Page */

  .hero {
    height: auto;
    background-position: top right;
      min-height: 480px;
  }

  #custom-slider {
    display: none;
  }

  /* Footer */
  #footer-cta p {
    text-align: center;
    margin-bottom: 10px;
  }
  #footer-cta .cta-img {
    margin-bottom: 5px;
  }
  #footer-cta p img {
    max-width: 40px;
  }

  /* Product List */

  .Content .ProductList li .ProductImage img {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
  }

    #herocta {
      background: transparent;
      padding: 15px;
      text-align: center;
      margin-top: 10px;
      color: #000;
    }

/*
    .hero .cta-heading {
      color: black;
    }
*/
    
}

/* == Extra Small Devices -- Phones up to 480px == */
@media screen and (max-width: 480px) {

}