/*Font SpaceGrotesk-Bold*/
@font-face{font-family:'Space Grotesk Bold';src:url('webfonts/SpaceGrotesk-Bold.woff2') format('woff2'),url('webfonts/SpaceGrotesk-Bold.woff') format('woff');font-weight: bold;font-style: normal;}

/* Home label */
body.home .elements-bar.right {
    margin-right: 4.4vh;
}

/*New label*/
.nav-item:nth-child(2) li:nth-child(1) li:nth-child(7) span:after,
.nav-item:nth-child(2) li:nth-child(1) li:nth-child(9) span:after,
.nav-item:nth-child(2) li:nth-child(1) li:nth-child(10) span:after,
.nav-item:nth-child(3) li:nth-child(2) li:nth-child(4) span:after,
.nav-item:nth-child(3) li:nth-child(2) li:nth-child(9) span:after,
.nav-item:nth-child(3) li:nth-child(3) li:nth-child(9) span:after,
.nav-item:nth-child(3) li:nth-child(1) li:nth-child(6) span:after,
.nav-item:nth-child(3) li:nth-child(1) li:nth-child(7) span:after,
.nav-item:nth-child(4) li:nth-child(2) li:nth-child(5) span:after,
.nav-item:nth-child(4) li:nth-child(2) li:nth-child(6) span:after,
.nav-item:nth-child(6) li:nth-child(1) li:nth-child(6) span:after,
.nav-item:nth-child(6) li:nth-child(2) li:nth-child(6) span:after {
    content:"NEW";border-radius:4px;margin:-2px 0 0 6px;padding:0 5px;height:18px;line-height:18px;display:inline-block;font-size:10px;font-weight:700;color:#fff;background-color:#d90a2c;
}

/*Promo banner*/

.promo-banner {display: none !important;}
/*html{margin-top: 42px !important;}
.promo-banner{padding:6px 0;display:flex;align-items:center;justify-content:center;position:absolute;top:0;left:0;right:0;font-size:15.6px;color:#111;text-align:center;font-family:inherit;background:#A9D8DB;background:-webkit-linear-gradient(to right,#A9D8DB,#A9DBD2);background:linear-gradient(to right,#A9D8DB,#A9DBD2);}
.promo-banner b:after{content:"50% Off Sale. Final Hours!";}
.promo-banner span:after{content:"Get Ohio for $29 only!";}
.promo-banner a{display:inline-block;padding:3px 15px 4px;border-radius:5px;color:#fff;background:#111;font-weight:800;font-size:14px;margin-left:20px}
.clb-back-link{margin-top:42px;}
@media screen and (min-width:769px){
.portfolio-onepage-slider .clb-slider-nav-btn{margin-bottom: 42px;}
}
@media screen and (max-width:768px){
.promo-banner {justify-content:space-around;}
}*/