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

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

a,
.btn.btn-link {
   color: #272829;
}
a:hover,
.btn.btn-link:hover {
   color: #fd5e04;
}

.btn,
.ExpressCheckoutBlock .ExpressCheckoutTitle,
#PrimaryMenu ul li.dropdown ul a:hover,
#SideCatPopOut ul li ul a:hover {
   background: #272829;
   color: #fff;
    transition: .3s;
}
.btn:hover {
   background: #4a4a4a;
   color: #fff;
}

.btn.alt {
   background: #555;
   color: #fff;
}
.btn.alt:hover {
   background: #777;
   color: #fff;
}

.text-white {
    color: #fff;
}

/* Buttons */

.btn-hollow {
    background: none;
    border: 2px solid #333;
    color: #333;
}
.btn-hollow:hover,
.btn-hollow:focus {
    background: #333;
    color: #fff;
}
.btn-hollow.btn-white {
    border-color: #fff;
    color: #fff;
}
.btn-hollow.btn-white:hover,
.btn-hollow.btn-white:focus {
    background: #fff;
    color: #333;
}

.btn-lg {
    padding: 14px 20px;
    font-size: 22px;
    text-transform: uppercase;
}

/* Helpers */

.bottom5 {
    margin-bottom: 5px;
}

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

/* Top Bar */

.header-topbar {
    display: none;
    padding: 10px 0;
    background: #272829;
    color: #fff;
    font-size: 16px;
}
.header-topbar p {
    margin-bottom: 0;
}

.header-topbar .SocialConnect {
    margin-bottom: 0;
}
.header-topbar .SocialConnect ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: right;
}
.header-topbar .SocialConnect ul li {
    display: inline-block;
    margin-left: 10px;
}

.header-logo {
    text-align: center;
}

/* Top Menu */

.TopMenu {
    background: #DCDCDC;
    font-family: 'Raleway', sans-serif;
    color: #1a1a1a;
    font-size: 13px;
}
.topmenu-ship {
    font-size: 21px;
    font-weight: 500;
    margin: 0;
}

.TopMenu a {
    color: #1a1a1a;
}
.TopMenu a:hover {
    transition: .3s;
    color: #fd5e04;
}

/* Header */

.body-home .header {
    margin-bottom: 0;
}
#Header {
    margin-bottom: 0;
}

.header-social {
    text-align: right;
}

/* Main Navigation */

.header .PrimaryMenu-wrap {
    margin-top: 14px;
    border: none;
}

#PrimaryMenu {
    font-weight: 600;
}

#PrimaryMenu ul {
    display: inline-block;
}

#PrimaryMenu ul li {
    display: inline;
    text-align: center;
}

#PrimaryMenu > ul > li > a, #PrimaryMenu ul.category-list > li > a {
    color: #a5a5a5;
    font-family: 'Raleway', sans-serif;
}

#PrimaryMenu > ul > li.First.ActivePage > a {
    color:  #fd5e04;
}

#PrimaryMenu > ul > li > a:hover, #PrimaryMenu ul.category-list > li > a:hover {
    color:  #fd5e04;
}

nav#PrimaryMenu {
    text-align: center;
}
/* =============================================================================
   Content !n! !cnt
   ========================================================================== */


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

/* Move Left Sidebar to the Right */

.Left {
    float: right;
    padding-left: 20px;
    padding-right: 0;
}
.Left h3 {
    margin-bottom: 10px;
    font-weight: 600;
}

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

/*.newsletter-subscription {
    height: 90px;
    background: url(../img/bg-newsletter.jpg) top center no-repeat;
    font-family: 'Raleway', sans-serif;
    color: #4a4a4a;
    font-size: 14px;
    text-align: center;
}*/

.newsletter-subscription h4 {
    font-size: 17px;
    text-transform: uppercase;
}

.footer-main {
    background: #fff;
    color: #202020;
    font-size: 12px;
}

.footer-main h4  {
    color: #202020;
}

.footer-main a {
    color: #202020;
}
.footer-main a:hover,
.footer-main a:focus {
    color: #fd5e04;
}

.footer-main h4 {
    border-top: 2px solid #202020;
    padding-top: 20px;
}

.footer-links {
    padding: 20px 0;
    background: #1C1C1D;
    color: #555;
}
.footer-links #socnet {
    margin: 0;
    padding: 0;
}
.footer-links #socnet ul {
    float: none;
    margin: 0;
    padding: 0;
    list-style: none;
    border: none;
    text-align: right;
}
.footer-links #socnet ul li {
    display: inline-block;
    margin-left: 10px;
}
.social-links li{
  display: inline-block;
  font-size: 20px;
  margin-right: 5px;
}
.social-links i {
    color: white;
    background: black;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s;
}
.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 {
    /* font-weight: 700; */
}
.ProductList li .inner {
    padding: 10px;
    border: none;
}

.ProductList .pname {
    display: block;
    padding-bottom: 5px;
    line-height: 15px;
    text-align: center;
    font-family: 'Raleway', sans-serif;
    color: #4a4a4a;
    font-weight: 500;
    transition: .3s;
}
.ProductList em {
    display: block;
    padding-bottom: 5px;
    line-height: 15px;
    text-align: center;
    font-family: 'Raleway', sans-serif;
    color: #4a4a4a;
    font-weight: 500;
}

.ProductList .pname:hover {
    color: #fd5e04;
}

a.btn.icon-Add.To.Cart {
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    background: #2a2a2a;
}

a.btn.icon-Add.To.Cart:hover {
    opacity: .7;
}
/* =============================================================================
   Product !n! !prd
   ========================================================================== */


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


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


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


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


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

.cta-heading {
    font-size: 28px;
}
.cta-subheading {
    font-size: 16px;
}

.home-banner {
    height: 824px;
    background: url(https://cdn3.bigcommerce.com/s-vbntkz/product_images/uploaded_images/hipmtnmama-banner-01.jpg?t=1536772816) top center no-repeat;
/*../img/bg-hero.jpg*/
    background-attachment: scroll;
    color: #fff;
    text-shadow: 3px 3px 3px #000;
}
.home-banner .cta-heading {
    margin-top: 380px;
    font-family: 'Raleway', sans-serif;
    font-size: 65px;
}
.home-banner span {
    font-family: 'Lobster', cursive;
    font-size: 87px;
}

.home-banner .btn-hero {
    font-family: 'Raleway', sans-serif;
    font-size: 24px;
    text-transform: uppercase;
    transition: .3s;
    background: rgba(255,255,255,.75);
    color: #1a1a1a; 
    font-weight: 500;
    text-shadow: none;
    border: 1px solid #fff;
}

.home-banner .btn-hero:hover {
    background: #1a1a1a;
    color: #fff; 
}

/* CTA Rows */
.cta-row {
    padding: 10px 0;
}

.cta-row .cta-heading {
    font-family: 'Lobster', cursive;
    font-size: 42px;
    color: #2b2b2b;
    line-height: 1;
    transition: .3s;
}

.cta-row .cta-heading:hover {
    color: #b7dfd2;
}

.cta-row .text-white .cta-heading {
    color: #c7c7c7;
    transition: .3s;
}

.cta-row .text-white .cta-heading:hover {
    color: #b7dfd2;
}

.cta-box,
.cta-link {
    display: block;
    overflow: hidden;
    position: relative;
    text-align: center;
}
.cta-link span {
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    padding: 15px 0;
    background: #eee;
    background: rgba(255,255,255,0.75);
    color: #2c2c2c;
    font-weight: 500;
    font-size: 20px;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    transition: .3s;
}

.cta-link:hover span {
    background: #fff;
    color: #2c2c2c;
}

.cta-link img  {
    transition: all .3s ease;
}

.cta-link:hover img {
    transform: scale(1.07);
}

.cta-box > .inner {
    position: absolute;
    top: 30%;
    left: 0;
    width: 100%;
}

.cta-row-dark {
    background: #1a1a1a;
}
.cta-row-dark .cta-link span {
    color: #c7c7c7;
    background: #1a1a1a;
    background: rgba(26, 26, 26, 0.752);
}
.cta-row-dark .cta-link:hover span {
    background: #1a1a1a;
    color: #fff;
}

/* Products Banner */

.products-banner {
    background: url(https://cdn3.bigcommerce.com/s-vbntkz/product_images/uploaded_images/hipmtnmama-banner-02.jpg?t=1536772872) top center no-repeat;
/*background: url(../img/bg-products.jpg) top center no-repeat;*/
    min-height: 596px;
}

.products-banner .cta-heading {
    font-family: 'Lobster', cursive;
    font-size: 87px;
    color: #fff;
    text-shadow: 3px 3px 3px #000;
    line-height: 1;
}

.products-banner .cta-subheading {
    font-family: 'Raleway', sans-serif;
    font-size: 35px;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 3px 3px 3px #000;
}

.products-banner .btn-products {
    font-family: 'Raleway', sans-serif;
    font-size: 24px;
    text-transform: uppercase;
    transition: .3s;
    background: rgba(255,255,255,.75);
    color: #1a1a1a; 
    font-weight: 500;
    text-shadow: none;
    border: 1px solid #fff;
    padding: 8px 85px;
}

.products-banner .btn-products:hover {
    background: #1a1a1a;
    color: #fff; 
}

.fp {
    padding: 0;
    background: url(../img/fp-bg.jpg) center no-repeat;
    font-family: 'Lobster', cursive;
    color: #4a4a4a;
    font-size: 42px;
    text-align: center;
    
}
/* Lookbook Banner */

.lookbook-banner {
    padding: 145px 0;
    background: url(https://cdn3.bigcommerce.com/s-vbntkz/product_images/uploaded_images/hipmtnmama-banner-03.jpg?t=1536772872) top center no-repeat;
/*   background: url(../img/lookbook-bg.jpg) top center no-repeat;*/
}

.lookbook-banner .cta-heading {
    font-family: 'Lobster', cursive;
    font-size: 60px;
    color: #fff;
    text-shadow: 3px 3px 3px #000;
    line-height: 1;
}

.lookbook-banner .btn-lookbook {
    font-family: 'Raleway', sans-serif;
    font-size: 24px;
    text-transform: uppercase;
    transition: .3s;
    background: rgba(255,255,255,.75);
    color: #1a1a1a; 
    font-weight: 500;
    text-shadow: none;
    border: 1px solid #fff;
    padding: 8px 65px;
    margin-top: 20px;
}

.lookbook-banner .btn-lookbook:hover {
    background: #1a1a1a;
    color: #fff; 
}

/* misc */
.Aligner {
  display: flex;
  align-items: center;
  justify-content: center;
}

.Aligner-item {
  max-width: 100%;
}

.Aligner-item--top {
  align-self: flex-start;
}

.Aligner-item--bottom {
  align-self: flex-end;
}
/* =============================================================================
   Media Queries !n! !mqs
   ========================================================================== */

/* Up to 1199px */
@media screen and (max-width: 1199px) {

    .header .PrimaryMenu-wrap {
        margin-top: 7px;
    }
    .btn-lg {
        padding: 10px 16px;
        font-size: 18px;
    }
    .home-banner .cta-heading {
        line-height: 1;
    }

}

/* Up to 991px */
@media screen and (max-width: 991px) {

    .header-logo {
        float: none;
        text-align: center;
    }

    .header .PrimaryMenu-wrap {
        margin-top: 0;
    }

    .home-banner {
        background-attachment: scroll;
    }
   #DrawerMenu.on-screen {
   font-family: 'Raleway', sans-serif;
    z-index: 100;
   }

   #DrawerMenu li:hover {
    background: #fd5e04; 
}
   .home-banner .btn-hero {
    margin-top: 20px !important;
   }
    /* Home CTA */
    .cta-link span {
        /* top: 38%; */
        font-size: 18px;
    }
    .cta-box > .inner {
        top: 20%;
    }


    /* Products Banner */
   .products-banner {
    text-align: center;
   }
   .newsletter-subscription {
    height: auto;
    background: url(../img/bg-newsletter.jpg) top center no-repeat;
    font-family: 'Raleway', sans-serif;
    color: #4a4a4a;
    font-size: 14px;
    text-align: center;
    background-size: cover;
   }


}

/* Up to 767px */
@media screen and (max-width: 767px) {

    .cta-box,
    .cta-link {
        margin-bottom: 10px;
    }
.products-banner .cta-heading {
    font-size: 40px;
}
.products-banner .cta-subheading {
    font-size: 30px;
}
.products-banner .btn-products {
    padding: 8px 30px;
}
    .lookbook-banner {
        padding: 92px 0;
      /*  background: url(../img/lookbook-bg.jpg) top right no-repeat;*/
    }
   .lookbook-banner .cta-heading {
    font-family: 'Lobster', cursive;
    font-size: 40px;
    }
    .lookbook-banner .btn-lookbook {
    font-size: 18px;
    padding: 8px 12px;
    }

   .fp {
    background: none;
    }
    

    /* Footer */
    .footer-links #socnet ul {
        text-align: center;
    }

#Header {
    position: fixed;
    top: 40px;
    width: 100%;
    padding-top: 0;
    z-index: 100;
    background-color: #fff;
    border-bottom: 1px solid #efefef;
}

}

/* Up to 480px */
@media screen and (max-width: 480px) {
.home-banner .cta-heading {
    font-size: 47px;
}
.home-banner span {
    font-size: 47px;
}
.home-banner .btn-hero {
    font-size: 18px;
}
}

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

    #SideCategoryList #SideCatPopOut ul li ul {
        left: inherit;
        right: 100%;
    }

    #SideCategoryList #SideCatPopOut ul li ul:before,
    #SideCategoryList #SideCatPopOut ul li ul:after {
        display: none;
    }

}

/* Medium devices (desktops, 992px and up) */
@media screen and (min-width: 992px) {
    .top60-md {
        margin-top: 60px;
    }
.newsletter-subscription {
    height: 90px;
    background: url(../img/bg-newsletter.jpg) top center no-repeat;
    font-family: 'Raleway', sans-serif;
    color: #4a4a4a;
    font-size: 14px;
    text-align: center;
   }
}