/* ==========================================================================
   CHARLES SMITH + KABOOKABOO MARKETING
   ========================================================================== */










/* ==========================================================================
   General
   ========================================================================== */

html {
	font-size: 100%;
    -webkit-overflow-scrolling: touch;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
	overflow-y: scroll;
	background: #000;
}

html,
body {
	height: auto !important;
}

body {
	margin: 0 auto;
	width: 100%;
	min-width: 375px;
	font-family: Mark Simonson\ - Proxima Nova Thin,Proxima Nova,sans-serif;
	color: #000;
	font-size: 16px;
	line-height: 160%;
	font-weight: 700;
    font-style: normal;
	letter-spacing: .04em;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background: #000;
}

body.has-agegate {
    overflow: auto !important;
}

/* Links
   ========================================================================== */

a,
a:visited {
	color: inherit;
	text-decoration: underline;
}

a:hover,
a:active,
a:visited:hover {
	color: inherit;
	text-decoration: none;
	cursor: pointer;
	outline: 0;
}

.touch-device a:hover,
.touch-device a:active,
.touch-device a:visited:hover {
	text-decoration: none;
}

/* Reset
   ========================================================================== */

img {
	border: none;
	display: block;
}

* {
	position:relative;
	outline:0 !important;
	z-index: 0;
}

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	zoom: 1;
}

.no-trans {
  transition: none !important;
}

/* Selection/Highlight */

::-moz-selection{background:#fff; color:#000; text-shadow:none;}
::selection{background:#fff; color:#000; text-shadow:none;}
*{-webkit-tap-highlight-color:rgba(255, 255, 255, 0.25);}

/* Forms */

input[type="text"],
input[type="submit"],
input[type="reset"],
input[type="email"],
input[type="button"],
select,
textarea {
	font-weight: 400;
	border: none;
    border-radius: 0;
	background: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    outline: none;
    resize: none;
}

input[type="text"]::-ms-clear{ 
	display: none;
}

select::-ms-expand {
    display: none;
}

::-webkit-input-placeholder {
	color: #bfbfc0 !important;
}

::-moz-placeholder {
	color: #bfbfc0 !important;
}

:-ms-input-placeholder {
	color: #bfbfc0 !important;
}










/* ==========================================================================
   UNIVERSAL
   ========================================================================== */

/* Copy/Text
   ========================================================================== */

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	font-family: OatmealStout-Regular,sans-serif;
    font-weight: 300;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 0;
    padding-top: 0!important;
}

h1 {
    font-size: 100px;
}

h3 {
    font-size: 82px;
}

h4 {
    font-size: 70px;
}

h5 {
    font-size: 64px;
}

@media only screen and (max-width: 768px) {
	
	h1 {
		font-size: 55px;
	}

	h4 {
		font-size: 38.5px;
	}
}

.t1, .t2, .t3, .t4, .t5, .t6, h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    line-height: 1em;
    margin: 0;
}

.t2 {
    font-size: 90px;
}

p,
ul,
ol {
	margin: 15px 0;
}

p {
    font-weight: 100;
    letter-spacing: .04em;
}

.p1, p {
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 26px;
}

.p1, .p2, p {
    font-weight: 700;
}

.p1, .p2, .p3 {
    font-weight: 200;
}

.p2 {
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 32px;
}

.p3 {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 28px;
    font-weight: 300;
}

p:first-child,
ul:first-child,
ol:first-child {
	margin-top: 0 !important;
}

p:last-child,
ul:last-child,
ol:last-child {
	margin-bottom: 0 !important;
}

ul,
ol {
	padding-left: 40px;
}

nav ul,
nav ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

.bold,
strong,
b {
	font-weight: 700;
}

.center {
	text-align: center;
}

.caps {
	text-transform: uppercase;
}

/* Text Colors */

.white-text {
	color: #fff;
}

/* Images
   ========================================================================== */

.full-bg {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: block;
}

.full-bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* IE Fallback  */

.full-bg.compat-object-fit {
	background-size: cover;
	background-position: center center;
}

.full-bg.compat-object-fit img {
	opacity:0; filter:alpha(opacity=0);
}










/* ==========================================================================
   HEADER
   ========================================================================== */





/* Logo
   ========================================================================== */

.logo,
.logo img {
	margin: 0 auto;
	width: 118px;
	display: block;
}

@media (max-width:980px){
	
	.logo,
	.logo img {
		width: 104px;
	}
}





/* Main Menu
   ========================================================================== */

.fixedNav {
    position: fixed;
    z-index: 1000000000000;
    width: 100%;
    height: 129px;
    transition: all .4s ease !important;
}

.fixedNav.active {
    height: 60px;
}

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

	.fixedNav,
	.fixedNav.active {
		height: 78px;
	}
}

.fixedNav .fixedNavBg {
    opacity: 0;
    height: 100%;
    width: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .4s ease !important;
}

.fixedNav.active .fixedNavBg {
    opacity: 1;
}

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

	.fixedNav .fixedNavBg {
		opacity: 1;
	}
}

.nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    position: relative;
}

.nav__left {
    vertical-align: top;
    white-space: nowrap;
}

.nav__left .dropdownBtn,
.nav__left a {
    vertical-align: middle;
    font-family: OatmealStout-Regular,sans-serif;
    font-size: 24px;
    padding: 8px 12px;
    color: #fff;
    transition: all .4s ease;
    margin-left: 35px;
    display: inline-block;
    letter-spacing: .1em;
    cursor: pointer;
	text-decoration: none !important;
}

.nav .dropdownBtn {
    position: relative;
    cursor: pointer;
}
.nav .dropdownBtn:focus-within > .dropdown {
	display: block;
}
.nav__left .dropdownBtn:hover,
.nav__left a:hover {
    background-color: #fff;
    color: #000;
}

.nav__left .dropdownBtn.home,
.nav__left a.home {
    height: 100%;
    height: 130px;
    display: inline-block;
    padding: 0;
    margin: 0;
}

.active .nav__left .dropdownBtn.home,
.active .nav__left a.home {
    height: 60px;
}

.nav__left .dropdownBtn.home img,
.nav__left a.home img {
    display: inline-block;
    height: 100%;
}

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

	.nav .nav__left .dropdownBtn.home,
	.nav .nav__left a.home {
		height: 100%;
		height: 78px;
		display: inline-block;
		padding: 0;
		margin: 0;
	}
	
	.active .nav .nav__left .dropdownBtn.home,
	.active .nav .nav__left a {
		height: 78px;
	}

	.nav .desktop {
		display: none;
	}
}

.nav .dropdown {
    position: absolute;
    top: 100%;
    left: -2px;
    background-color: #fff;
    border: 2px solid #000;
    display: none;
    width: 375px;
    transform: scale(.85);
    transform-origin: top left;
}

.no-touch-device .nav .dropdownBtn:hover .dropdown {
    display: block;
}

.nav .dropdown a {
    margin: 0;
    display: block;
    color: #000;
    border-top: 2px solid #000;
    transition: 0s;
	text-decoration: none !important;
}

.nav .dropdown a:first-child {
    border: none;
}

.no-touch-device .nav .dropdown a:hover {
    color: #fff;
    background-color: #000;
}

.nav__right {
    padding-right: 20px;
}

.nav .mobile {
    display: none;
}

.nav__right .form {
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -ms-flex-align: center;
    align-items: center;
    transform: scale(.85)!important;
}

.nav__right .buyOnlineForm {
	padding: 0;
}

.buyOnlineForm form {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

@media only screen and (max-width: 1024px) {
	
	.nav .mobile {
    	display: block;
	}

	.nav .nav__right.mobile {
		padding: 0;
		transition: all .4s ease;
	}
	
	.nav .nav__right.mobile .navBtn,
	.nav .nav__right.mobile {
		height: 78px;
		width: 78px;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: center;
		justify-content: center;
		-ms-flex-align: center;
		align-items: center;
	}
	
	.nav .nav__right.mobile .navBtn {
		cursor: pointer;
		position: relative;
		z-index: 20;
		-ms-flex-direction: column;
		flex-direction: column;
		transition: all .4s ease;
	}
	
	.nav .nav__right.mobile.active .navBtn {
		background-color: #fff;
	}
	
	.nav .nav__right.mobile .navBtn .line1,
	.nav .nav__right.mobile .navBtn .line2,
	.nav .nav__right.mobile .navBtn .line3 {
		height: 4px;
		width: 40%;
		background-color: #fff;
		transition: all .4s ease;
	}
	
	.nav .nav__right.mobile .navBtn .line2 {
		margin: 5px 0;
	}
	
	.nav .nav__right.mobile.active .line1 {
		background-color: #000;
		transform: translateY(9px) rotate(45deg);
	}
	
	.nav .nav__right.mobile.active .line2 {
		background-color: #000;
		opacity: 0;
	}
	
	.nav .nav__right.mobile.active .line3 {
		background-color: #000;
		transform: translateY(-9px) rotate(-45deg);
	}
	
	.nav .nav__pane {
		min-height: 100vw;
		height: 100%;
		width: 100%;
		overflow-x: hidden;
		background-color: #000;
		position: fixed;
		top: 0;
		left: 0;
		padding: 50px 0;
		transform: translateY(100%);
		transition: all .4s ease;
	}
	
	.nav .nav__right.mobile.active .nav__pane {
		transform: translate(0);
	}
	
	.nav .nav__pane .main .link {
		overflow: hidden;
		max-height: 65px;
		width: 100%;
		transition: all 1s ease;
		padding: 10px 0;
	}
	
	.nav .nav__pane .main .link.active {
		max-height: 500px;
	}
	
	.nav .nav__pane .main .link a,
	.nav .nav__pane .main .link p {
		font-size: 36px;
		letter-spacing: .1em;
		font-family: OatmealStout-Regular,sans-serif;
		color: #fff;
		display: inline-block;
		padding: 0 0 0 40px;
		margin-bottom: 0;
		height: 100%;
		cursor: pointer;
		line-height: 1.25em;
		text-decoration: none !important;
		font-weight: 400;
	}
	
	.nav .nav__pane .main .link .indicator {
		margin-left: -5px;
		height: 25px;
		width: 25px;
		background-color: #fff;
		display: inline-block;
		position: relative;
		cursor: pointer;
	}
	
	.nav .nav__pane .main .link .indicator:after {
		height: 0;
		width: 0;
		content: "";
		display: block;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
		border-style: solid;
		border-width: 5px 5px 0;
		border-color: #000 transparent transparent;
		transition: all .2s;
	}
	
	.nav .nav__pane .main .link.active .indicator:after {
		transform: translate(-50%,-50%) rotate(180deg);
	}
	
	.nav .nav__pane .main .link p {
		padding-right: 8px !important;
	}
	
	.nav .nav__pane .main .link__dropdown {
		height: 100%;
		background-color: #fff;
		padding: 10px 0;
		margin: 10px 0;
	}
	
	.nav .nav__pane .main .link a,
	.nav .nav__pane .main .link p {
		font-size: 36px;
		letter-spacing: .1em;
		font-family: OatmealStout-Regular,sans-serif;
		text-decoration: none !important;
		color: #fff;
		font-weight: 400;
		display: inline-block;
		padding: 0 0 0 40px;
		margin-bottom: 0;
		height: 100%;
		cursor: pointer;
		line-height: 1.25em;
	}
	
	.nav .nav__pane .main .link__dropdownItem {
		font-size: 18px!important;
		display: block;
		color: #000 !important;
		width: 100%;
		padding: 10px 0 10px 40px!important;
	}
	
	.nav .nav__pane .secondary .link,
	.nav .nav__pane .secondary a {
		font-size: 18px;
		color: #fff;
		font-family: OatmealStout-Regular,sans-serif;
		text-decoration: none !important;
		display: block;
		letter-spacing: .1em;
		padding: 10px 0 10px 40px;
		cursor: pointer;
		font-weight: 400;
	}
}





/* Menu Toggle
   ========================================================================== */





/* Social
   ========================================================================== */










/* ==========================================================================
   BODY
   ========================================================================== */





/* Universal
   ========================================================================== */

.landing,
.about,
.productDetail {
    overflow-x: hidden;
}

.landing .scrollContainer,
.about .scrollContainer,
.productDetail .scrollContainer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}

.scrollContainer {
    margin-bottom: 500px;
    z-index: 10;
    position: relative;
    width: 100%;
}

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

	.scrollContainer {
		margin-bottom: 650px;
	}
}

.shift {
    margin-top: -2.61859vw;
}

.pageTopper {
    height: 123.67932px;
    position: relative;
    transform-origin: left;
    transform: skewY(1.5deg);
    z-index: 10000;
}

.pageTopper:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 200%;
    width: 100%;
    background-image: url(../img/grunge-texture.jpg);
    background-size: 100% auto;
    background-color: #000;
}

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

	.pageTopper {
		height: 78px;
		transform: skewY(0);
	}
}







/* Button
   ========================================================================== */

.sliderButton {
    -webkit-appearance: none;
    appearance: none;
    position: relative;
    height: 50px;
    max-width: 200px;
    cursor: pointer;
    overflow: hidden;
    width: auto;
    border: none;
    background-color: #fff !important;
    padding: 0;
    color: #000 !important;
	font-weight: 400;
	transition: all .4s ease !important;
    transition: transform .8s ease-out;
    letter-spacing: .04em;
    width: 100%;
	text-decoration: none !important;
    vertical-align: middle;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase;
    font-family: OatmealStout-Regular,sans-serif;
    font-size: 24px;
    padding: 0 22px;
    white-space: nowrap;
}

.sliderButton.black {
    color: #fff !important;
    background-color: #000 !important;
}

.no-touch-device .sliderButton:hover {
    color: #fff !important;
    background-color: #999 !important;
}





/* Grunge
   ========================================================================== */

.grunge {
    background-image: url("../img/grunge-texture.jpg");
    background-size: 100% auto;
    background-color: #000;
    background-position: 50% 0;
    background-repeat: no-repeat;
    color: #fff;
}

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

	.grunge {
		background-size: 200% auto;
	}
}










/* ==========================================================================
   PAGE SPECIFIC
   ========================================================================== */





/* Home
   ========================================================================== */

.landing .front {
    position: relative;
    z-index: 1000;
}





/* Hero */

.homepageHero {
    transform: skewY(1.5deg);
    height: 100%;
    height: 550px;
    position: relative;
    z-index: 10000000000000;
}

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

	.homepageHero {
		height: 620px;
		background-color: #fff;
	}
}

.homepageHero .inner,
.homepageHero {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    width: 100%;
}

.homepageHero .inner {
    transform: skewX(-1.5deg) rotate(-1.5deg);
    padding: 5.23718vw 0 2.61859vw;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    height: 100%;
    max-width: 1200px;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

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

	.homepageHero .inner {
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
}

.homepageHero__bg {
    height: calc(100% + 2.61859vw);
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(-2.61859vw);
}

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

	.homepageHero__bg {
		height: 345px;
	}
}

.homepageHero__copy {
    padding-top: 10%;
    width: 45%;
    color: #fff;
    position: relative;
}

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

	.homepageHero__copy {
		color: #000;
		padding: 0;
		padding-top: 100px;
		width: 100%;
		height: 50%;
		position: relative;
		z-index: 100;
	}
}

.homepageHero__copy .copySlide {
    position: absolute;
}

.homepageHero__copy .copySlide:not(:first-child) {
	opacity: 0;
}

@keyframes heroCopy1Animation {
  0%   { opacity:1; }
  34%  { opacity:1; }
  42%  { opacity:0; }
  67%  { opacity:0; }
  92%  { opacity:0; }
  100% { opacity:1; }
}

@keyframes heroCopy2Animation {
  0%   { opacity:0; }
  25%  { opacity:0; }
  33%  { opacity:1; }
  67%  { opacity:1; }
  75%  { opacity:0; }
  100% { opacity:0; }
}

.homepageHero__copy .copySlide:first-child {
    animation: heroCopy1Animation 9s forwards infinite;
}

.homepageHero__copy .copySlide:not(:first-child) {
    animation: heroCopy2Animation 9s forwards infinite 1.5s;
}

.homepageHero__copy span {
	display: block;
}

.homepageHero__copy h4 {
    white-space: nowrap;
    letter-spacing: 0;
    padding-bottom: 25px;
}

.homepageHero__copy p {
	margin: 0;
	font-weight: 400;
}

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

	.homepageHero__copy h4 {
		padding-bottom: 20px;
	}
}

.homepageHero__image {
    width: 55%;
    position: relative;
	transform: translate(0);
}

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

	.homepageHero__image {
		width: 100%;
		max-width: 360px;
		margin: 0 auto;
		transform: translateY(100%);
	}
}

.homepageHero__image img {
    position: absolute;
    width: 140%;
    bottom: 0;
    transform: translate(-16%,43%);
}

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

	.homepageHero__image img {
		width: 142%;
		transform: translate(-18%,38%);
	}
}





/* Product Slider */

.productSlider {
	background-color: #fff;
    position: relative;
    -webkit-clip-path: polygon(0 0,100% 0,100% calc(100% - 2.61859vw),0 100%);
    clip-path: polygon(0 0,100% 0,100% calc(100% - 2.61859vw),0 100%);
    margin-bottom: -2.61859vw;
}

.productSlider .inner {
    display: block;
    padding-bottom: 0;
    padding-top: 0;
}

.productSlider .slider {
    display: block;
}

.productSlider .slider .swiper-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.productSlider .slider .swiper-slide {
    width: 100%;
    height: 100%;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}

.productSlider .slider .swiper-slide-active {
    z-index: 10;
}

.productDetailFeature {
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    margin-left: -1px;
    margin-right: -1px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: visible;
    position: relative;
}

.productDetailFeature .inner {
    width: 100%;
}

.productDetailFeature .slide {
    height: 900px;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 100px;
    -webkit-backface-visibility: hidden;
    position: relative;
    margin-left: -1px;
    margin-right: -1px;
    overflow: visible;
    background-color: transparent;
}

.productDetailFeature.home .slide {
    height: 1000px;
}

.productDetailFeature.detail .slide {
    height: 900px;
}

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

	.productDetailFeature .slide {
		height: 100%!important;
		padding-bottom: 50px;
	}
}

.productDetailFeature .slide__bg {
    top: 0;
    left: 0;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    transform: skewY(-1.5deg);
    position: absolute;
    background-color: #fff;
    transition: all .5s ease-in-out;
    transition-delay: .5s;
}

.productDetailFeature.home .slide__bg {
    opacity: 0;
}

.swiper-slide-active .productDetailFeature.home .slide__bg {
    opacity: 1;
}

.productDetailFeature.detail .slide__bg {
    transform: skewY(1.5deg);
}

.productDetailFeature .slide__bg .inner, 
.productDetailFeature .slide__bg {
    width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    height: 100%;
}

.productDetailFeature.detail .slide__bg .inner,
.productDetailFeature.detail .slide__bg {
    height: 100%;
    width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

.productDetailFeature .slide__bg.kungFuGirl {
    background-size: 130% auto;
    background-position: 110% 100%;
}

.productDetailFeature .slide__bg.velvetDevil {
    background-size: auto 110%;
    background-position: 20% -100%;
}

.productDetailFeature .slide__bg.bandOfRoses {
    background-size: 110% auto;
    background-position: 50% 100%;
}

.productDetailFeature .slide__bg.boomBoom {
    background-size: auto 120%;
    background-position: 0 -100%;
}

.productDetailFeature .slide__bg.chateauSmith {
    background-size: 110% auto;
    background-position: 120% 0;
}

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

	.productDetailFeature .slide__bg {
		height: 100%;
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background-size: 100% auto;
		background-position: 120% 10%!important;
		background-repeat: no-repeat;
		transition: all .5s ease-in-out;
		transition-delay: .5s;
	}

	.productDetailFeature .slide__bg.velvetDevil {
		background-size: 70% auto;
		background-position: -25% 20%!important;
	}
	
	.productDetailFeature .slide__bg.bandOfRoses {
		background-position: 50% 20%!important;
	}
	
	.productDetailFeature .slide__bg.boomBoom {
		background-size: 75% auto;
		background-position: 50% 15%!important;
	}
	
	.productDetailFeature .slide__bg.chateauSmith {
		background-size: 100% auto;
		background-position: 120% 10%!important;
	}
}

.productDetailFeature .slide__content {
    width: 80%;
    max-width: 700px;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

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

	.productDetailFeature .slide__content {
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.productDetailFeature .slide__content .image {
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    height: 700px;
}

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

	.productDetailFeature .slide__content .image {
		min-height: 500px;
		max-height: 500px;
	}
}

.productDetailFeature .slide__content .image img {
    height: 700px;
    transform: translateX(-70%);
    position: absolute;
}

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

	.productDetailFeature .slide__content .image img {
		height: 440px;
		left: 50%;
		transform: translateX(calc(-50% - 100px));
		position: absolute;
	}
}

.productDetailFeature .slide__content .productInfo {
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    height: 550px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    flex-direction: column;
}

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

	.productDetailFeature .slide__content .productInfo {
		height: auto;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: center;
		justify-content: center;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.productDetailFeature .slide__content .productInfo__title {
    white-space: nowrap;
}

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

	.productDetailFeature .slide__content .productInfo__title {
		white-space: nowrap;
		font-size: 48px;
	}
}

.productDetailFeature .slide__content .productInfo__type {
	margin-top: 0;
    font-family: OatmealStout-Regular,sans-serif;
    font-size: 24px;
}

.productDetailFeature .slide__content .productInfo__desc {
	margin-top: 0;
	font-weight: 400;
}

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

	.productDetailFeature .slide__content .productInfo__type {
		font-family: OatmealStout-Regular,sans-serif;
		font-size: 24px;
	}
}

.productDetailFeature .slide__content .productInfo__awards {
    padding-bottom: 35px;
	display: none;
}

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

	.productDetailFeature .slide__content .productInfo__awards {
		text-align: center;
		padding: 0;
	}
}

.productDetailFeature .slide__content .productInfo__awards .award {
    height: 100px;
    width: auto;
    margin-right: 30px;
    display: inline-block;
    color: red;
    text-align: center;
}

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

	.productDetailFeature .slide__content .productInfo__awards .award {
		height: 100px;
		margin: 15px;
		display: inline-block;
		color: red;
		text-align: center;
	}
}

.productDetailFeature .slide__content .productInfo__awards .award img {
    height: 100%;
}

.productDetailFeature .slide__content .productInfo__ctas {
    position: relative;
    padding-bottom: 50px;
}

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

	.productDetailFeature .slide__content .productInfo__ctas {
		text-align: center;
	}
}


.productDetailFeature .slide__content .sliderButton {
    margin-right: 20px;
}

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

	.productDetailFeature .slide__content .productInfo .sliderButton {
		margin: 20px auto;
	}
}

.productSlider .nav {
	position: static;
}

.productSlider .nav__btn {
    height: 50px;
    width: 50px;
    background-color: #000;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    transition: all .3s ease-in-out;
}

.no-touch-device .productSlider .nav__btn:hover {
    background-color: #fff;
    transform: translateY(-50%) scale(1.00001);
}

.productSlider .nav__btn.prev {
    left: 0;
}

.productSlider .nav__btn.next {
    right: 0;
}

.productSlider .nav__btn:after {
    content: "";
    display: block;
    position: absolute;
    height: 0;
    width: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    transition: all .3s ease-in-out;
}

.productSlider .nav__btn.prev:after {
    border-right: 12px solid #fff;
}

.no-touch-device .productSlider .nav__btn:hover.prev:after {
    border-right: 12px solid #000;
}

.productSlider .nav__btn.next:after {
    border-left: 12px solid #fff;
}

.no-touch-device .productSlider .nav__btn:hover.next:after {
    border-left: 12px solid #000;
}

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

	.productSlider .nav__btn {
		display: none;
	}
}

.productSlider .nav__title {
    display: table;
    width: 75px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    transition: all .3s ease-in-out;
    white-space: pre-wrap;
    word-wrap: break-word;
    pointer-events: none;
    font-size: 24px;
    font-family: OatmealStout-Regular,sans-serif;
    letter-spacing: .04em;
    font-weight: 100;
    width: 100%;
}

.productSlider .nav__title.prev {
    left: 0;
    padding-left: 75px;
    text-align: left;
}

.productSlider .nav__title.next {
    right: 0;
    padding-right: 75px;
    text-align: right;
}

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

	.productSlider .nav__title {
		display: none;
	}
}

.productSlider .nav__dots {
    position: absolute;
    bottom: 125px;
    left: 50%;
    transform: translate(-50%);
}

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

	.productSlider .nav__dots {
		bottom: auto;
		top: 525px;
		white-space: nowrap;
	}
}

.productSlider .nav__dots span {
    height: 13px;
    width: 13px;
    border-radius: 100px;
    background-color: #b2b2b2;
    display: inline-block;
    margin: 0 8px;
    transition: all .3s ease-in-out;
    cursor: pointer;
}

.productSlider .nav__dots span.swiper-pagination-bullet-active {
    background-color: #000;
}

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

	.productSlider .nav__dots span {
		margin: 0 12px;
	}
}





/* Find/Locator */

.homepageLocator {
    transform: skewY(1.5deg);
    height: 100%;
    height: calc(2.61859vw + 320px);
    overflow: visible;
    background-color: #000;
    color: #fff;
}

.instagramFeature + .homepageLocator {
    height: calc(10.61859vw + 320px);
}

.homepageLocator .inner,
.homepageLocator {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    width: 100%;
}

.homepageLocator .inner,
.homepageLocator__form {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.homepageLocator .inner {
    height: 100%;
	-ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
	display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    transform: skewX(-1.5deg) rotate(-1.5deg);
    padding: 5.23718vw 0 2.61859vw;
}

.instagramFeature + .homepageLocator .inner {
    padding: 2.23718vw 0 5.61859vw;
}

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

	.instagramFeature + .homepageLocator {
    	height: calc(2.61859vw + 320px);
	}

	.homepageLocator .inner,
	.instagramFeature + .homepageLocator .inner {
		-ms-flex-direction: column;
		flex-direction: column;
    	padding: 5.23718vw 0 2.61859vw;
	}
}

.homepageLocator h3 {
    margin: 0;
    padding-right: 0;
}

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

	.homepageLocator h3 {
		text-align: center;
		padding: 25px 0;
	}
}

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

	.homepageLocator h3 {
		font-size: 70px;
	}
}

.buyOnlineForm {
	padding-left: 35px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

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

	.buyOnlineForm {
		padding-left: 0;
	}
}





/* About */

.fixedImageFeature {
    transform: skewY(-1.5deg);
    height: 100%;
    height: calc(2.61859vw + 550px);
    overflow: hidden;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    background-color: #fff;
}

.fixedImageFeature .inner,
.fixedImageFeature {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
}

.fixedImageFeature .inner {
    height: 100%;
    transform: skewX(1.5deg) rotate(1.5deg);
    padding: 5.23718vw 0 2.61859vw;
    height: 110%;
    padding: 0!important;
}

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

	.fixedImageFeature {
		transform: skewY(1.5deg);
		height: 100%;
		height: calc(2.61859vw + 800px);
	}
	
	.fixedImageFeature .inner,
	.fixedImageFeature {
		width: 100%;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		-webkit-font-smoothing: antialiased;
		text-rendering: optimizeLegibility;
	}
	
	.fixedImageFeature .inner {
		height: 100%;
		display: -ms-flexbox;
		display: flex;
		transform: skewX(-1.5deg) rotate(-1.5deg);
		padding: 5.23718vw 0 2.61859vw;
	}
}

.fixedImageFeature__bg {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    width: 300px;
    height: 105%;
    position: relative;
}

.fixedImageFeature__bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 0;
    object-position: 50% 0;
}

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

	.fixedImageFeature__bg {
		width: 100%;
		height: 80vw;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		background-position: 50% 0;
		background-size: cover;
	}
}

.fixedImageFeature__copy {
    padding: 0 60px;
    background-color: #fff;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    height: 100%;
    min-width: 50%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    margin-left: auto;
    right: 0;
    z-index: 10000;
}

.fixedImageFeature__copy:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: -50px;
    height: 100%;
    width: 100px;
    background-color: #fff;
    transform: skewX(-4deg);
    z-index: -1;
}

.fixedImageFeature__copy .copyInner {
    padding-top: 2.61859vw;
}

.fixedImageFeature__copy h5 {
    margin-bottom: 20px;
    white-space: nowrap;
}

.fixedImageFeature__copy p {
    max-width: 500px;
	font-weight: 400;
}

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

	.fixedImageFeature__copy {
		height: auto;
		width: 100%;
		bottom: 0;
		left: 0;
		right: auto;
		padding: 100px 0 0;
	}
	
	.fixedImageFeature__copy:before {
		content: "";
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		height: 100px;
		width: 100%;
		transform-origin: left;
		transform: skewX(0) skewY(-4deg);
		z-index: -1;
	}
	
	.fixedImageFeature__copy:after {
		content: "";
		display: block;
		position: absolute;
		bottom: -50px;
		left: 0;
		height: 100px;
		width: 100%;
		transform: skewX(0) skewY(4deg);
		z-index: 100000000000;
		position: relative;
	}
	
	.fixedImageFeature__copy .copyInner {
		width: 90%;
		padding-top: 0;
		margin: 0 auto;
	}
	
	.fixedImageFeature__copy h5 {
		font-size: 64px;
	}
	
	.fixedImageFeature__copy p {
		max-width: 100%;
	}
}





/* Instagram */

.instagramFeature {
    transform: skewY(1.5deg);
    background-color: #fff;
}

.instagramFeature .inner,
.instagramFeature {
    width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    height: 100%;
}

.instagramFeature .inner {
    display: -ms-flexbox;
    display: flex;
    transform: skewX(-1.5deg) rotate(-1.5deg);
    padding: 5.23718vw 0 2.61859vw;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
}

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

	.instagramFeature .inner {
		-ms-flex-direction: column;
		flex-direction: column;
		padding-bottom: 50px;
	}
}

.instagramFeature .instagram__imageContainer {
    position: relative;
    z-index: 1000;
    max-width: 1000px;
    text-align: center;
    margin-top: -12vw;
}

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

	.instagramFeature .instagram__imageContainer {
		max-width: 600px;
		width: 100%;
		margin: 0 auto;
		transform: translate(0);
	}
}

.instagramFeature .instagram__logo {
    display: inline-block;
    transform: translate(-50px,-50px);
    width: 100px;
	text-decoration: none;
}

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

	.instagramFeature .instagram__logo {
		position: relative;
		transform: translate(0);
		margin: 0 auto;
		top: 0;
		left: 0;
		padding-bottom: 50px;
		display: block;
	}
}

.instagramFeature .instagram__logo i {
	color: #000;
    height: 100px;
	font-size: 100px;
	line-height: 100%;
}

.instagramFeature .instagram__image {
    height: 330px;
    width: 330px;
    background-size: cover;
    background-position: 50%;
    overflow: hidden;
    cursor: pointer;
    margin: 10px;
    display: inline-block;
    position: relative;
}

.instagramFeature .instagram__image:nth-child(3) {
    height: 299px;
    width: 299px;
}

.instagramFeature .instagram__image:nth-child(4) {
    height: 263px;
    width: 263px;
    vertical-align: top;
}

.instagramFeature .instagram__image:nth-child(5) {
    height: 323px;
    width: 323px;
    vertical-align: top;
}

.instagramFeature .instagram__image:nth-child(6) {
    height: 230px;
    width: 230px;
    vertical-align: top;
}

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

	.instagramFeature .instagram__image:nth-child(2n),
	.instagramFeature .instagram__image:nth-child(odd) {
		margin: 0!important;
		width: calc(50% - 15px);
		padding-top: 50%;
		height: 0;
		vertical-align: middle;
	}
	
	.instagramFeature .instagram__image:nth-child(2),
	.instagramFeature .instagram__image:nth-child(4) {
		margin: 0 15px 15px 0 !important;
	}
	
	.instagramFeature .instagram__image:nth-child(3),
	.instagramFeature .instagram__image:nth-child(5) {
		margin: 0 0 15px!important;
	}
	
	.instagramFeature .instagram__image:nth-child(6) {
		display: none;
	}
}

.instagramFeature .instagram__overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: column;
    flex-direction: column;
    transform: translateY(-100%);
    transition: all .5s ease-in-out;
    background-color: hsla(0,0%,100%,.8);
    color: #000;
}

.no-touch-device .instagramFeature .instagram__image:hover .instagram__overlay {
    transform: translateY(0);
}

.instagramFeature .instagram__overlay p {
    text-transform: uppercase;
    font-family: OatmealStout-Regular,sans-serif;
    font-size: 20px;
    margin-bottom: 5px;
	font-weight: 400;
}

.instagramFeature .instagram__overlay i {
    height: 30px;
	font-size: 30px;
	line-height: 100%;
}

.instagramFeature .instagram__overlay p,
.instagramFeature .instagram__overlay i {
    transform: translateY(-100px);
    transition: all .5s ease-in-out;
    transition-delay: .25s;
    opacity: 0;
}

.no-touch-device .instagramFeature .instagram__image:hover .instagram__overlay p,
.no-touch-device .instagramFeature .instagram__image:hover .instagram__overlay i {
    transform: translateY(0);
    opacity: 1;
}




/* Where to Buy
   ========================================================================== */

.locator-wrap {
    position: relative;
    width: 100%;
    padding-top: 10%;
    padding-bottom: 1%;
}

.pt {
    padding-top: 50px;
}

.locator-wrap .locator-title {
    margin: 4rem auto;
    font-weight: 400;
    color: #fff;
    width: 88%;
    max-width: 1020px;
    text-align: center;
}

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

	.locator-wrap .locator-title {
    	margin: 4rem auto 2rem;
	}
}

.iframe-container {
    padding: 0 0 4em;
	margin: 0 auto;
    width: 88%;
    max-width: 1020px;
    z-index: 10;
}





/* Privacy/Terms of Use
   ========================================================================== */

.privacy {
    position: absolute;
    width: 100vw;
}

.privacy .scrollContainer .inner,
.privacy .scrollContainer {
    height: 100%;
    width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

.privacy .scrollContainer {
    transform: skewY(1.5deg);
}

.privacy .scrollContainer .inner {
    display: -ms-flexbox;
    display: flex;
    transform: skewX(-1.5deg) rotate(-1.5deg);
    padding: 5.23718vw 0 2.61859vw;
}

.privacyPolicy {
    padding-top: 50px;
    padding-bottom: 100px;
    margin: 0 auto;
    padding-top: 150px;
}

@media (max-width: 768px) {

	.privacyPolicy {
		padding-top: 100px;
		width: 90%;
	}
}

.privacyPolicy .innerContainer {
    width: 90%;
    max-width: 950px;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 auto;
}

.privacyPolicy h1 {
    padding-bottom: 50px;
}

.privacyPolicy .title {
    display: block;
    text-align: left;
    font-size: 65px;
}

@media (max-width: 768px) {

	.privacyPolicy .title {
		font-size: 25px;
	}
}

.privacyPolicy .copy * {
	font-size: 16px;
	line-height: 160%;
	font-weight: 400;
}

.privacyPolicy .copy tbody td,
.privacyPolicy .copy tbody th {
    padding: 1rem;
}

.privacyPolicy .copy tbody {
    background-color: rgba(255,255,255,.1);
}

.privacyPolicy .copy tbody tr:nth-child(even) {
    border-bottom: 0;
    background-color: rgba(255,255,255,.1);
}





/* Product Detail
   ========================================================================== */

/* Product Directory */

.productDirectory {
    transform: skewY(1.5deg);
    color: #fff;
    padding-top: 75px;
}

.productDirectory .inner,
.productDirectory {
    height: 100%;
    width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}
.productDirectory .inner {
    display: -ms-flexbox;
    display: flex;
    transform: skewX(-1.5deg) rotate(-1.5deg);
    padding: 5.23718vw 0 2.61859vw;
    -ms-flex-align: center;
    align-items: center;
    width: 90%;
    max-width: 1020px;
    margin: 0 auto;
    padding: 75px 0 100px;
}

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

	.productDirectory .inner {
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.productDirectory h3 {
    position: relative;
    padding-right: 50px;
    line-height: .85em;
}

.productDirectory h3:after {
    content: ">";
    display: inline;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 8px;
}

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

	.productDirectory h3 {
		font-size: 80px;
		padding-right: 0;
		text-align: center;
		margin-bottom: 75px;
	}
	
	.productDirectory h3:after {
		top: auto;
		bottom: -50%;
		left: 50%;
		transform: translate(-50%) rotate(90deg);
	}
}

.productDirectory .links {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
}

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

	.productDirectory .links {
		-ms-flex-direction: column;
		flex-direction: column;
		text-align: center;
	}
}
.productDirectory .link {
    font-family: OatmealStout-Regular,sans-serif;
    color: #fff;
    margin: 15px 5px;
    padding: 10px 20px;
    white-space: nowrap;
    transition: all .3s ease-in-out;
    font-size: 25px;
	text-decoration: none !important;
}

.kung-fu-girl-riesling .productDirectory .link[data-id="kungFuGirl"],
.velvet-devil-merlot .productDirectory .link[data-id="velvetDevil"],
.band-of-roses-rose .productDirectory .link[data-id="bandOfRoses"],
.boom-boom-syrah .productDirectory .link[data-id="boomBoom"],
.chateau-smith-cabernet-sauvignon .productDirectory .link[data-id="chateauSmith"],
.eve-chardonnay .productDirectory .link[data-id="eve"],
.no-touch-device .productDirectory .link:hover {
    background-color: #fff;
    color: #000;
}

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

	.productDirectory .links .link {
		display: block;
		white-space: auto;
	}
}





/* Product Info */

.productInfoFeature {
    padding: 30px 0;
    background-color: #fff;
    position: relative;
}

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

	.productInfoFeature {
		padding: 50px 0;
	}
}

.productInfoFeature.leftToRight .inner,
.productInfoFeature.leftToRight,
.productInfoFeature.rightToLeft .inner,
.productInfoFeature.rightToLeft {
    height: 100%;
    width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

.productInfoFeature.leftToRight {
    transform: skewY(1.5deg);
}

.productInfoFeature.rightToLeft {
    transform: skewY(-1.5deg);
}

.productInfoFeature .inner {
    -ms-flex-pack: center;
    justify-content: center;
    width: 90%;
    max-width: 900px;
    margin: 0 auto;
}

.productInfoFeature.leftToRight .inner {
    display: -ms-flexbox;
    display: flex;
    transform: skewX(-1.5deg) rotate(-1.5deg);
    padding: 5.23718vw 30px 2.61859vw;
}

.productInfoFeature.rightToLeft .inner {
    display: -ms-flexbox;
    display: flex;
    transform: skewX(1.5deg) rotate(1.5deg);
    padding: 5.23718vw 30px 2.61859vw;
}

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

	.productInfoFeature .inner {
		-ms-flex-direction: column;
		flex-direction: column;
		max-width: 90%;
	}
	
	.productInfoFeature.leftToRight .inner {
		padding: 5.23718vw 0 2.61859vw;
	}

	.productInfoFeature.rightToLeft .inner {
		padding: 5.23718vw 0 2.61859vw;
	}
}

.productInfoFeature .copy,
.productInfoFeature .title {
    height: 100%;
}

.productInfoFeature .title {
    white-space: nowrap;
    position: relative;
    padding: 0 25px 0 0;
}

.productInfoFeature .title:after {
    content: "";
    height: 5px;
    width: 132px;
    background-color: #e5e5e5;
    display: block;
    position: absolute;
    right: -65px;
    top: 50px;
    transform: rotate(-60deg);
}

.productInfoFeature .copy {
    font-size: 20px;
    line-height: 32px;
    padding: 55px 0 0 25px;
    max-width: 450px;
    margin-bottom: 0;
    font-weight: 400;
}

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

	.productInfoFeature .copy,
	.productInfoFeature .title {
		padding: 0;
	}

	.productInfoFeature .title {
		padding-bottom: 25px;
	}
	
	.productInfoFeature .title:after {
		display: none;
	}
	
	.productInfoFeature .title h5 {
		font-size: 64px;
		line-height: 64px;
		text-align: center;
	}
	
	.productInfoFeature .copy {
		text-align: center;
		margin: 0 auto;
	}
}




/* Product Accolades */

.productAccoladeSlider {
    padding: 30px 50px;
    background-color: #fff;
    position: relative;
}

.productAccoladeSlider .inner {
    -ms-flex-pack: center;
    justify-content: center;
    width: 90%;
    margin: 0 auto;
}

.productAccoladeSlider.rightToLeft {
    transform: skewY(-1.5deg);
}

.productAccoladeSlider.rightToLeft .inner,
.productAccoladeSlider.rightToLeft {
    height: 100%;
    width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

.productAccoladeSlider.rightToLeft .inner {
    display: -ms-flexbox;
    display: flex;
    transform: skewX(1.5deg) rotate(1.5deg);
    padding: 5.23718vw 30px 2.61859vw;
}

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

	.productAccoladeSlider {
		padding: 50px 0;
	}
	
	.productAccoladeSlider .inner {
		-ms-flex-direction: column;
		flex-direction: column;
		max-width: 90%;
	}

	.productAccoladeSlider.rightToLeft .inner {
    	padding: 5.23718vw 0 2.61859vw;
	}
}

.productAccoladeSlider .copy,
.productAccoladeSlider .title {
    height: 100%;
}

.productAccoladeSlider .title {
    white-space: nowrap;
    position: relative;
    padding: 0 25px 0 0;
}

.productAccoladeSlider .title:after {
    content: "";
    height: 5px;
    width: 132px;
    background-color: #e5e5e5;
    display: block;
    position: absolute;
    right: -65px;
    top: 50px;
    transform: rotate(-60deg);
}

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

	.productAccoladeSlider .copy,
	.productAccoladeSlider .title {
		padding: 0;
		height: auto;
	}
	
	.productAccoladeSlider .title {
		padding-bottom: 25px;
	}
	
	.productAccoladeSlider .title:after {
		display: none;
	}
	
	.productAccoladeSlider .title h5 {
		font-size: 64px;
		line-height: 64px;
		text-align: center;
	}
}
.productAccoladeSlider .sliderContainer {
    margin-left: 50px;
    overflow: hidden;
    max-width: 900px;
    width: 100%;
    position: relative;
}

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

	.productAccoladeSlider .sliderContainer {
		margin: 0;
	}
}

.productAccoladeSlider .accoladeSlider {
    margin-bottom: 0;
    height: 200px;
}

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

	.productAccoladeSlider .accoladeSlider {
		width: 100%;
		margin: 0;
	}
}

.productAccoladeSlider .swiper-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.productAccoladeSlider .swiper-slide {
    width: 100%;
    height: 100%;
	text-align: center;
    padding: 0 30px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}

.productAccoladeSlider .swiper-slide {
	width: 33.33%;
}

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

	.productAccoladeSlider .swiper-slide {
		width: 50%;
	}
}

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

	.productAccoladeSlider .swiper-slide {
		width: 100%;
	}
}

.productAccoladeSlider .accoladeSlider .slide img {
    height: 75px;
    display: block;
    margin: 0 auto;
}

.productAccoladeSlider .accoladeSlider .slide .divider {
    height: 5px;
    width: 132px;
    background-color: #e5e5e5;
    display: block;
    margin: 15px auto;
}

.productAccoladeSlider .accoladeSlider .slide h6 {
    font-size: 20px;
    letter-spacing: 0;
}

.productAccoladeSlider .accoladeSlider .slide p {
    font-size: 10px;
    text-transform: uppercase;
	font-weight: 400;
	margin-top: 0;
    margin-bottom: 0;
}

.productAccoladeSlider .nav {
    position: absolute;
    width: 100%;
    top: 46%;
    left: 0;
    height: 100px;
    transform: translateY(-50%);
    pointer-events: none;
}

.productAccoladeSlider .nav__btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    transition: all .3s ease-in-out;
    height: 50px;
    width: 50px;
    pointer-events: all;
}

.productAccoladeSlider .nav__btn:after {
    content: "";
    display: block;
    height: 0;
    width: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    transition: all .3s ease-in-out;
}

.productAccoladeSlider .nav__btn.prev {
    left: -5px;
}

.productAccoladeSlider .nav__btn.prev:after {
    border-right: 12px solid #000;
}

.productAccoladeSlider .nav__btn.prev.swiper-button-disabled:after {
	border-right: 12px solid #e5e5e5;
}

.productAccoladeSlider .nav__btn.next {
    right: -5px;
}

.productAccoladeSlider .nav__btn.next:after {
    border-left: 12px solid #000;
}

.productAccoladeSlider .nav__btn.next.swiper-button-disabled:after {
	border-left: 12px solid #e5e5e5;
}




/* Product Quote */

.productQuotes .inner,
.productQuotes {
    height: 100%;
    width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}
.productQuotes {
    transform: skewY(-1.5deg);
    position: relative;
    background-color: #fff;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    padding: 150px 0;
}

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

	.productQuotes {
		padding: 50px 0;
	}
}

.productQuotes .inner,
.productQuotes {
    height: 100%;
    width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

.productQuotes .inner {
    display: -ms-flexbox;
    display: flex;
    transform: skewX(1.5deg) rotate(1.5deg);
    padding: 5.23718vw 0 2.61859vw;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    width: 90%;
    max-width: 900px;
    margin: 0 auto;
}

.productQuotes .quoteItem {
    background-color: #000;
    color: #fff;
    padding: 35px 50px;
    width: 90%;
    margin-bottom: 75px;
}

.productQuotes .quoteItem:first-child {
    max-width: 650px;
    position: relative;
}

.productQuotes .quoteItem:nth-child(2) {
    max-width: 600px;
    margin-left: auto;
}

.productQuotes .quoteItem:nth-child(3) {
    max-width: 700px;
    margin: 0 auto;
}

.productQuotes .quoteItem:last-child {
    margin-bottom: 0;
}

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

	.productQuotes .quoteItem {
		width: 100%;
		max-width: 90%;
		margin-bottom: 40px;
		text-align: center;
	}
}

.productQuotes .quote {
    margin-bottom: 10px !important;
    letter-spacing: .1em;
	font-weight: 400;
}

.productQuotes .quote:after,
.productQuotes .quote:before {
    content: '"';
    display: inline-block;
}

.productQuotes .author {
    margin-bottom: 0 !important;
	margin-top: 0 !important;
    font-family: OatmealStout-Regular,sans-serif;
    letter-spacing: .1em;
}

.productQuotes .vintage {
    font-size: 12px;
    padding-left: 25px;
	margin-top: 0 !important;
	margin-bottom: 28px !important;
	font-weight: 400;
}

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

	.productQuotes .quote {
		margin-bottom: 20px !important;
	}
	
	.productQuotes .vintage {
		padding-left: 0;
	}
}







/* About
   ========================================================================== */

/* Image Header */

.singleImageHeader {
    transform: skewY(-1.5deg);
    height: 100%;
    height: 29.61859vw;
    min-height: 400px;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    background-color: #000;
}

.singleImageHeader .inner,
.singleImageHeader {
    width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

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

	.singleImageHeader {
		height: 67vw;
		min-height: 250px;
	}
}

.singleImageHeader img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}




/* Basic Copy */

.basicCopyFeature {
    transform: skewY(1.5deg);
    padding: 100px 0;
}

.basicCopyFeature .inner,
.basicCopyFeature {
    height: 100%;
    width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

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

	.basicCopyFeature {
		padding: 50px 0;
	}
}

.basicCopyFeature .inner,
.basicCopyFeature {
    height: 100%;
    width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

.basicCopyFeature .inner {
    display: -ms-flexbox;
    display: flex;
    transform: skewX(-1.5deg) rotate(-1.5deg);
    padding: 5.23718vw 0 2.61859vw;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #fff;
    text-align: left;
    width: 90%;
    max-width: 900px;
    margin: 0 auto;
}

.basicCopyFeature h4 {
    padding-bottom: 40px;
}

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

	.basicCopyFeature h4 {
		font-size: 57px;
		padding-bottom: 25px;
	}
}

.basicCopyFeature p {
    padding-bottom: 10px;
	font-weight: 400;
}

.basicCopyFeature p:last-child {
	margin-bottom: 32px !important;
}

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

	.basicCopyFeature p {
		padding-bottom: 5px;
	}
}






/* Labels */

.aboutLabelsFeature .inner,
.aboutLabelsFeature {
    height: 100%;
    width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

.aboutLabelsFeature {
    transform: skewY(-1.5deg);
    background-color: #fff;
    padding: 75px 0 25px;
    overflow: hidden;
}

.aboutLabelsFeature .bgImg {
    height: 100%;
    width: 45%;
    position: absolute;
    background-image: url(../img/about-us-flower.svg);
    background-repeat: no-repeat;
    left: -10%;
    bottom: -15%;
}

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

	.aboutLabelsFeature .bgImg {
		bottom: auto;
		top: 0;
		left: 0;
		width: 100%;
		background-position: 0 0;
		height: 350px;
	}
}

.aboutLabelsFeature .inner,
.aboutLabelsFeature {
    height: 100%;
    width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

.aboutLabelsFeature .inner {
    display: -ms-flexbox;
    display: flex;
    transform: skewX(1.5deg) rotate(1.5deg);
    padding: 5.23718vw 0 2.61859vw;
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: end;
    align-items: flex-end;
}

.aboutLabelsFeature .copy {
    width: 65%;
    padding-left: 25px;
}

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

	.aboutLabelsFeature .copy {
		padding-top: 275px;
		width: 100%;
		padding-left: 0;
	}
}

.aboutLabelsFeature .copy h4 {
    padding-bottom: 50px;
}

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

	.aboutLabelsFeature .copy h4 {
		font-size: 57px;
	}
}

.aboutLabelsFeature .copy p {
	font-weight: 400;
}

.aboutLabelsFeature .copy h4 + p {
	margin-top: 0;
}

.aboutLabelsFeature .copy p:last-child {
	margin-bottom: 32px !important;
}




/* Designer */

.aboutDesignerFeature {
    transform: skewY(1.5deg);
    height: 100%;
    height: calc(2.61859vw + 650px);
    width: 100%;
    overflow: hidden;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    background-color: #fff;
}

.aboutDesignerFeature .inner,
.aboutDesignerFeature {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    display: -ms-flexbox;
    display: flex;
}

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

	.aboutDesignerFeature {
		height: 100%;
	}
}

.aboutDesignerFeature .inner {
    height: 100%;
    transform: skewX(-1.5deg) rotate(-1.5deg);
    padding: 5.23718vw 0 2.61859vw;
    height: 110%;
    width: 100%;
    padding: 0!important;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

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

	.aboutDesignerFeature .inner {
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
}

.aboutDesignerFeature__image {
    height: 100%;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    padding-top: 2.61859vw;
}

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

	.aboutDesignerFeature__image {
		height: 50%;
		padding: 0;
		margin-top: -2.61859vw;
	}
}

.aboutDesignerFeature__image .bg {
    height: 60%;
    width: 100%;
    background-size: cover;
    background-position: 0 0;
}

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

	.aboutDesignerFeature__image .bg {
		background-position: 50%;
	}
}

.aboutDesignerFeature__image .bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 0;
    object-position: 50% 0;
}

.aboutDesignerFeature__image .subcopy {
    height: auto;
    min-height: 10%;
    padding: 50px;
}

.aboutDesignerFeature__image .subcopy p {
	margin-bottom: 32px !important;
	font-weight: 400;
}

.aboutDesignerFeature__copy {
    height: 100%;
    -ms-flex: 0 0 55%;
    flex: 0 0 55%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-align: center;
    align-items: center;
    padding: 2.61859vw 50px 0;
}

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

	.aboutDesignerFeature__copy {
		height: 50%;
		padding: calc(100px + 2.61859vw) 0 50px;
	}
	
	.aboutDesignerFeature__copy .copyInner {
		width: 90%;
		margin: 0 auto;
	}
}

.aboutDesignerFeature__copy h5 {
    margin-bottom: 25px;
}

.aboutDesignerFeature__copy p {
    max-width: 600px;
    margin-top: 0;
    margin-bottom: 0;
	font-weight: 400;
}





/* Contact
   ========================================================================== */

div.contact {
	position: absolute;
    width: 100vw;
}

.iframe-container {
	margin-top: 15px;
}

.contact .scrollContainer {
    padding-top: 150px;
    background-color: #000;
	transform: skewY(1.5deg);
}

.contact .scrollContainer .inner {
    -ms-flex-direction: column;
    flex-direction: column;
	transform: skewX(-1.5deg) rotate(-1.5deg);
}

.contact .scrollContainer .inner,
.contact .scrollContainer {
    height: 100%;
    width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

.contact .scrollContainer .inner {
    display: -ms-flexbox;
    display: flex;
    padding: 5.23718vw 0 2.61859vw;
}

.contact .title {
    font-family: OatmealStout-Regular,sans-serif;
    text-align: left;
	color: #fff;
	font-weight: 400;
}

.contact .copy,
.contact .title {
    margin: 0 auto;
    max-width: 1020px;
    width: 88%;
	padding: 0;
}

.contact p {
    font-family: Mark Simonson\ - Proxima Nova Thin,Proxima Nova,sans-serif;
	color: #fff;
    text-align: left;
    font-size: 16px;
    letter-spacing: .02em;
    padding-bottom: 0;
	font-weight: 400;
}










/* ==========================================================================
   Age Gate
   ========================================================================== */

.has-agegate .fixedNav,
.has-agegate .landing,
.has-agegate footer {
    display: none;
}


/* Age Gate Overlay
   ========================================================================== */

.age-gate__overlay {
    width: 100%;
	height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    overflow: visible;
    display: none;
    opacity: 0;
    z-index: 99999999;
    background: #000;
    backface-visibility: hidden;
}

.no-touch-device .age-gate__overlay {
	height: -webkit-fill-available;
}

.has-agegate .age-gate__overlay {
    position: relative;
    top: auto;
    left: auto;
}


/* Age Gate Background
   ========================================================================== */

.age-gate__background {
    position: fixed;
    height: 100vh !important;
    background: #000;
}


/* Age Gate Container
   ========================================================================== */

.age-gate__container {
    margin: 0 auto;
    padding: 0 60px;
    width: 100%;
    max-width: 870px;
    height: 100%;
    text-align: center;
    display: table;
}

@media (max-width:1023px) {

	.age-gate__container {
        max-width: 750px;
    }
}

@media (max-width:980px) {

	.age-gate__container {
        padding: 0 60px;
    }
}

@media (max-width:760px) {

	.age-gate__container {
        padding: 0 20px;
        max-width: 580px;
    }
}


/* Age Gate Body
   ========================================================================== */

.age-gate__body {
    padding: 60px 0;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    display: table-cell;
}

@media (max-width:980px) {

	.age-gate__body {
        padding: 40px 0;
    }
}

@media (max-width:760px) {

	.age-gate__body {
        padding: 20px 0;
    }
}

.age-gate__content {
	padding: 40px;
	background-color: #fff;
}

@media (max-width:980px) {

	.age-gate__content {
		padding: 30px;
    }
}

@media (max-width:760px) {

	.age-gate__content {
		padding: 20px;
    }
}

/* Age Gate Logo
   ========================================================================== */

.age-gate__logo {
    margin: 0 auto;
    width: 260px;
    height: auto;
}

@media (max-width:760px) {

	.age-gate__logo {
        width: 180px;
    }
}

.age-gate__logo img {
    width: 100%;
    height: auto;
}


/* Age Gate Headline
   ========================================================================== */

.age-gate__headline {
    margin: 0 !important;
    padding-top: 20px !important;
    color: #000 !important;
	font-family: Mark Simonson\ - Proxima Nova Thin,Proxima Nova,sans-serif !important;
    font-style: normal !important;
	font-size: 16px !important;
	line-height: 160% !important;
    font-weight: 100 !important;
	text-transform: none !important;
	letter-spacing: .04em !important;
}

.age-gate__headline--desktop {
    display: block;
}

.age-gate__headline--mobile {
    display: none;
}

@media (max-width:1023px) {

	.age-gate__headline--desktop {
        display: none;
    }

	.age-gate__headline--mobile {
        display: block;
    }
}

@media (max-width:760px) {

	.age-gate__headline {
    	padding-top: 15px !important;
    }
}


/* Age Gate Copy
   ========================================================================== */

.age-gate__copy {
    margin: 0 auto;
    max-width: 550px;
}

@media (max-width:760px) {

	.age-gate__copy {
        max-width: 230px;
    }
}


/* Age Gate Form
   ========================================================================== */

.age-gate__form {
    padding-top: 25px;
    font-size: 0;
}

@media (max-width:1023px) {

	.age-gate__form {
        display: none;
    }
}

.age-gate__form-item {
    padding: 0;
    vertical-align: top;
    display: inline-block;
}

.age-gate__form-item#ag-dd-input-cont {
	border-right: 3px solid #000;
    border-left: 3px solid #000;
}

input[type="text"].age-gate__form-field {
    margin: 0;
    padding: 0;
    font-size: 18px;
    line-height: 100%;
    width: 85px;
    height: 40px;
    color: #000 !important;
	font-weight: 100;
	border: none;
    text-align: center;
    background-color: #fff;
}

input[type="text"]::-webkit-input-placeholder {
	color: rgba(0,0,0,.25) !important;
}

input[type="text"]::-moz-placeholder {
	color: rgba(0,0,0,.25) !important;
}

input[type="text"]:-ms-input-placeholder {
	color: rgba(0,0,0,.25) !important;
}


/* Age Gate Button
   ========================================================================== */

.age-gate__btn-group {
    padding: 30px 0 25px;
    font-size: 0;
    justify-content: center;
	display: flex;
}

.age-gate__btn-group--mobile {
    display: none;
}

@media (max-width:1023px) {

	.age-gate__btn-group--desktop {
        display: none;
    }

	.age-gate__btn-group--mobile {
        display: flex;
    }
}

@media (max-width:760px) {

	.age-gate__btn-group {
        padding: 20px 0;
        font-size: 0;
    }
}

.age-gate__btn {
	margin: 0;
	padding: 7px 30px;
    height: 50px;
	font-family: OatmealStout-Regular,sans-serif!important;
    color: #000 !important;
    font-size: 24px;
	text-transform: uppercase;
	border: 1px solid rgba(0,0,0,.4)!important;
    display: flex;
    justify-content: center;
    align-items: center;
	background-color: #efefef !important;
	border-radius: 0 !important;
    transition: color .4s ease, background .4s ease !important;
    cursor: pointer;
}

.no-touch-device .age-gate__btn:hover {
    color: #fff !important;
	background-color: #b2b2b2 !important;
}

.age-gate__btn--desktop {
    width: 165px !important;
}

.age-gate__btn--mobile {
    margin: 0 10px;
    width: 90px !important;
    min-width: 90px !important;
}


/* Age Gate Divider
   ========================================================================== */

.age-gate__divider {
    color: #000;
    font-size: 16px;
    line-height: 160%;
    font-weight: 100;
}


/* Age Gate Capture
   ========================================================================== */

.age-gate__body a#captureSignInLink,
.age-gate__body #captureSignOutLink {
    margin: 25px auto 35px;
	width: 250px;
    height: 50px;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0;
}

@media (max-width:760px) {

	.age-gate__body a#captureSignInLink,
    .age-gate__body #captureSignOutLink {
        margin: 20px auto 25px;
        height: 45px;
        line-height: 25px;
    }
}


/* Age Gate Disclaimer
   ========================================================================== */

.age-gate__disclaimer p {
    color: #000;
    font-size: 11px;
    line-height: 150%;
	font-weight: 100;
}

.age-gate__disclaimer a {
    color: #000 !important;
    font-weight: 100 !important;
    text-decoration: underline !important;
}










/* ==========================================================================
   FOOTER
   ========================================================================== */

.modal,
.pageFooter {
    height: 100vh;
    position: fixed;
}

.pageFooter .inner,
.pageFooter {
    width: 100%;
    bottom: 0;
    background-color: #fff;
    -ms-flex-align: center;
    align-items: center;
}

.pageFooter .inner {
    height: 500px;
    padding: 0 35px;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
}

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

	.pageFooter .inner {
		-ms-flex-direction: column;
		flex-direction: column;
		padding: 50px 0;
		height: auto;
	}
}

.pageFooter__info,
.pageFooter__logo {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
}

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

	.pageFooter__logo {
		width: 100%;
	}
}

.pageFooter__logo img {
    display: block;
    width: 80%;
    max-width: 420px;
}

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

	.pageFooter__logo img {
		width: 100%;
		max-width: 375px;
		margin: 0 auto;
	}
}

.pageFooter__info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: end;
    align-items: flex-end;
}

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

	.pageFooter__info {
		width: 85%;
	}
}

.pageFooter__social {
    padding-bottom: 15px;
    transform: translateX(12px);
	font-size: 0;
}

.pageFooter__social a {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    height: 65px;
    width: 65px;
    margin-left: 20px;
    transition: all .3s ease-in-out;
    background-color: #fff;
	text-decoration: none !important;
}

.no-touch-device .pageFooter__social a:hover {
    background-color: #000;
}

.pageFooter__social a i {
    color: #000;
	font-size: 35px;
    transition: all .3s ease-in-out;
}

.no-touch-device .pageFooter__social a:hover i {
    color: #fff;
}

.pageFooter__sitemap {
    text-align: right;
    padding-bottom: 15px;
}

.pageFooter__sitemap a {
    text-transform: uppercase;
    position: relative;
    margin-left: 30px;
    color: #000;
    font-size: 18px;
	font-weight: 400;
    letter-spacing: .1em;
    white-space: nowrap;
    line-height: 2em;
    font-family: OatmealStout-Regular,sans-serif;
    cursor: pointer;
	text-decoration: none !important;
}

.pageFooter__sitemap a:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #000;
    transform: scaleX(0);
    transition: all .3s ease-in-out;
}

.no-touch-device .pageFooter__sitemap a:hover:after {
    transform: scaleX(1);
}

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

	.pageFooter__sitemap a {
		font-size: 16px;
		margin-left: 18px;
	}
}

.pageFooter__legal {
    text-align: right;
    font-size: 12px;
    font-family: Mark Simonson\ - Proxima Nova Thin,Proxima Nova,sans-serif;
    font-weight: 100;
    letter-spacing: .1em;
	line-height: 1.35em;
}






