@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700&display=swap');

body {
    font-family: 'Montserrat', sans-serif;
}
body {
    background: #262626 !important;
	color: #fff !important;
}
* {
    border-radius: 0 !important;
}
/*page width*/
.canvasWrap {
    padding: 0 15px;
    margin: 0 auto;
    max-width: 1800px;
    width: 100%;
}

/*header*/
#header {
    margin: 15px 0;
}
/*interior header*/
.jumbotron .container {
    display:block !important;
}
.jumbotron h1 {
    display: block;
    text-align: center;
    text-transform: uppercase;
}
.breadcrumb {
    text-transform: uppercase;
    font-size:10px;
}
.jumbotron .breadcrumb-item.active {
    font-weight: bold;
}
.jumbotron .breadcrumb-item + .breadcrumb-item::before {
    font-weight: normal !important;
}
/*overrides*/
.container {
    max-width: none !important;
}
.card {
    border-radius: 0;
}
.topNav,
#header,
.siteLogo .logo {
    padding: 0 ;
}
.btn {
    border-radius: 0;
    text-transform: uppercase;
}
.form-control {
    border-radius: 0;
}
.btn-primary {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    overflow: hidden;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: color, background-color;
    transition-property: color, background-color;
    border-radius: 0;
    text-transform: uppercase;
    font-size: 12px;
} 
.btn.btn-primary:hover {
    background-color: #fff !important;
    border-color: #fff !important;
    color: black;
}
.topNav a:hover {
    color: #fff;
}
/*headings*/
h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    text-align: left;
}


/*home video*/
.video-holder {
    display: none;
}
[id$="index.jsf"] .video-holder,
[id$="index"] .video-holder {
    display: block;
    width: 100%;
}
.video-holder .video-background {
    overflow: hidden;
}
.video-background .video-background-wrapper {
    position: relative;
} 
.video-background .video-background-wrapper video.fullscreen {
    width: 100%;
    height: 100%;
}
.video-background .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 998;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(44,66,81,0.65) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(44,66,81,0.65) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(44,66,81,0.65) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a62c4251',GradientType=0 );
}
.video-background .video-text {
    position: absolute;
    z-index: 999;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
}
.video-background .video-text h1 {
    color: #fff;
    font-size: calc(20px + 2.08vw);
    line-height: .9;
    font-weight: 700;
    display: inline-block;
    width: 100%;
    text-transform: uppercase;
    letter-spacing: -.06em;
    text-align: center;
}
.video-background .video-text h2 {
    color: #fff;
    text-align: center;
    font-size: calc(8px + 2.08vw);
    line-height: .9;
    font-weight: 700;
    display: inline-block;
    width: 100%;
    text-transform: uppercase;
    letter-spacing: -.06em;
}
@media screen and (min-width:960px) {
    .video-background .video-background-wrapper video.fullscreen {
        margin-top: -200px;
    }
}

/*home banners*/
.banners {
    padding: 0;
}
.image-row {
    display: none;
}
[id$="index.jsf"] .image-row,
[id$="index"] .image-row {
    display: block;
}
.image-row {
    margin-left: -15px;
    margin-right: -15px;
}
.image-row ul {
    margin: 0;
    list-style: none;
    padding: 0;
}
.image-row .row .banner {
    position: relative;
    overflow: hidden;
    margin-bottom: 15px;
}
.image-row .row img {
    width: 100%;
    height: auto;
}
.image-row .banner-1 .banner_txt_wrap {
    text-align:center;
}
.banner-1_txt {
    padding-left: 5.98vw;
}
.image-row .banner_txt_wrap {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.banner_txt_wrap>* {
    width: 100%;
}
.banner_txt_wrap span {
    color: #fff;
    font-size: calc(20px + 2.08vw);
    line-height: .9;
    font-weight: 700;
    display: inline-block;
    width: 100%;
    margin-bottom: calc(10px + 1vw);
    text-transform: uppercase;
    letter-spacing: -.06em;
}
.banner_txt_wrap a {
    background-color: #333;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    padding: 6px 20px;
    display: inline-block;
    backface-visibility: hidden;
    transform: translateZ(0);
    background: transparent;
    border: 2px solid #fff;
    text-transform: uppercase;
    padding: 6px 20px;
}

.topNav, .webbloxTopNav {
    background:none;
}
.topNav a, .webbloxTopNav a {
    color: #000;
    text-transform: uppercase;
}
#header, .webbloxHeader {
    background:none;
    border: none;
}
a.logo img {
    max-height: 80px;
}

/*featured products carousel*/
h5.card-title {
    font-weight: normal;
    text-transform: uppercase;
    font-size: 14px;
}
.relatedCarousel .owl-stage {
    margin: 0;
}

/*for bold habit design ONLY - this turns off the mega menu button*/
@media screen and (min-width:992px) {
    .menuOpen {
        display: none;
    }
    .menuOpen .boxMenu {
        position: relative;
        display: block;
        box-shadow: none;
        border: none;
    }
    #headerForm {
        display: flex;
        flex-direction: row;
    }
    .siteLogo {
        position: relative;
        top: auto;
        left: auto;
    }
    .boxMenu {
        position: relative;
        top: auto;
        left: auto;
        display: flex;
        box-shadow: none;
        border: none;
        height: auto;
        right: auto;
        margin: 0 25px;
        align-items:center;
    }
    .boxMenu ul {
        display: flex;
    }
    .boxMenu>ul>li {
        padding: 0 15px;
    }
    .boxMenu>ul>li ul {
        display: none;
    }
    .boxMenu>ul>li:hover ul {
        position: absolute;
        display: block;
        background: #fff;
        padding: 20px;
        -webkit-box-shadow: 0 0 2px 2px #e1e1e1;
box-shadow: 0 0 2px 2px #e1e1e1;
    }
}


/*user tools*/
.circle-btn.openSearch,
.userTools .cartValue {
    height: auto;
    width: auto;
    border: none;
}

.topNav {
    border-bottom:0px !important;
}

.topNav a:hover{
    color: #fff !important;
}

#header .boxMenu ul a:hover {
    color: #fff !important;
}

.banner_txt_wrap a:hover {
    background-color: #fff !important;
    color: #fff !important;
    font-weight: 700;
    text-transform: uppercase;
    padding: 6px 20px;
    display: inline-block;
    backface-visibility: hidden;
    transform: translateZ(0);
    background: transparent;
    border: 2px solid #fff !important;
    text-transform: uppercase;
    padding: 6px 20px;
}

.banner_txt_wrap a {
    color: #fff !important;
}

* {
    transition: all 0.5s !important;
    -moz-transition: all 0.5s !important;
    -webkit-transition: all 0.5s !important;
    -o-transition: all 0.5s !important;
}

a:hover {
    color: #fff !important;
}

.owl-carousel .owl-dots .owl-dot.active span, .owl-carousel .owl-dots .owl-dot:hover span {
    background: #fff !important;
}

.canvasWrap {
    background: #202020 !important;
}

body {
    color: #fff !important;
}

a {
    color: #1a1a1a !important;
}

.galleryThumbs li {
    background: #fff !important;
    color: #1a1a1a !important;
}

#header .boxMenu ul a {
    color: #fff !important;
}

#header a {
    color:#fff !important;
}

#header a:hover {
    color:#fff !important;
}

.topNav a {
    color:#fff !important;
}

body {
    color: #1a1a1a !important;
}

.card .card-body p {
    color:#000 !important;
}

b, strong {
    font-weight: bold !important;
    color: #fff !important;
}

.responsiveTable table strong {
    color: #1a1a1a !important;
}

#footer a {
    color: #fff !important;
}

#footer a:hover {
    color: #fff !important;
}

body p {
    color: #fff !important;
}

.galleryThumbs li p {
    color: #1a1a1a !important;
}

.galleryThumbs li p:hover {
    color: #fff !important;
}

.responsiveTable table b, strong {
    color: #1a1a1a !important;
}

.h3, h3 {
    color: #fff !important;
}

.jumbotron a {
    color: #fff !important;
}

.jumbotron a:hover {
    color: #fff !important;
}

#footer, .webbloxFooter {
    background: #202020 url ('https://aia-enterprise-imgvault.s3.amazonaws.com/file_resources/store_51/footer.png') no-repeat !important;
}