@charset "UTF-8";
/* CSS Document */

/* Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
 	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* Begin Typography & Colors */

body{
   font-family: 'Mulish', sans-serif;
   font-size:14px;
   color:#555;
   font-weight:300;
   padding:0;
   margin:0;
   background:#fff;
}

/* Layout */

#wrapper{
	width:100%;
	margin:0 auto;
	position:relative;
}

#content{
	padding:125px 20px;
	background:url(../images/bg.jpg) no-repeat left center;
	background-size:cover;
}

#content .content{
	max-width:780px;
	min-height:460px;
	margin:0 auto;
	display:flex;
	align-items:center;
	background:#fff;
	-webkit-box-shadow:3px 5px 75px 0 rgba(32,30,31,0.75);
	box-shadow:3px 5px 75px 0 rgba(32,30,31,0.75);
}

#content .content .leftcolumn{
	width:28%;
	height:460px;
	float:left;
	background:url(../images/aaec.jpg) no-repeat center center;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#content .content .rightcolumn{
	width:72%;
	float:left;
	padding:0 90px;
	text-align:center;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#content .content h1{
	font-size:12px;
	color:#555;
	line-height:21px;
	font-weight:700;
	letter-spacing:0.1em;
	padding:0 0 20px 0;
	text-transform:uppercase;
}

#content .content h2{
	font-family: 'Ovo', serif;
	font-size:36px;
	color:#555;
 	line-height:42px;
	padding:0 0 5px 0;
}

#content .content h3{
	font-size:12px;
	color:#888;
	line-height:18px;
	font-weight:normal;
	font-style:italic;
	padding:15px 20px;
}

#content .content h4{
	font-size:12px;
	color:#555;
	line-height:21px;
	font-weight:900;
	letter-spacing:0.1em;
	padding:0 0 10px 0;
	text-transform:uppercase;
}

#content .content h5{
	font-size:12px;
	color:#888;
	line-height:18px;
	font-weight:normal;
	font-style:italic;
	padding:0 0 0 0;
}

#content .content h5 a{
	color:#888;
	text-decoration:underline;
}

#content .content p{
	font-size:16px;
	color:#555;
	line-height:24px;
	padding:0 0 20px 0;
	margin:0;
}

#content .content .rightcolumn .kgtZbf.kgtZbf{
	display:block !important;
}

#content .content .rightcolumn .uZdWz.uZdWz{
	padding:0 !important;
}

#content .content .rightcolumn input[type=email]{
	font-family: 'Mulish', sans-serif !important;
	font-size:16px !important;
	color:#888 !important;
	line-height:24px !important;
	font-weight:700 !important;
	width:100% !important;
	height:auto !important;
	padding:5px !important;
	border:solid 1px #ccc !important;
	text-align:center !important;
	-moz-box-sizing: border-box !important;
	-webkit-box-sizing: border-box !important;
	box-sizing: border-box !important;
	-webkit-border-radius: 0 !important;
	border-radius: 0 !important;
}

#content .content .rightcolumn .gamZZK{
	font-size:16px !important;
	color:#fff !important;
	line-height:24px !important;
	font-weight:700 !important;
	letter-spacing:0.1em !important;
	padding:12px !important;
	margin:10px 0 0 0 !important;
	background:#520843 !important;
	width:100% !important;
	text-align:center !important;
	text-transform:uppercase !important;
	border:solid 1px #fff !important;
	-moz-box-sizing: border-box !important;
	-webkit-box-sizing: border-box !important;
	box-sizing: border-box !important;
	-webkit-border-radius: 0 !important;
	border-radius: 0 !important;
}

#content .content .rightcolumn .gamZZK:hover{
	color:#520843 !important;
	border:solid 1px #520843 !important;
	background:#fff !important;
	cursor:pointer !important;
}

#content .content .rightcolumn input[type=email]::-webkit-input-placeholder { color:#888; font-weight:700; line-height:24px; height:auto; opacity:1; }
#content .content .rightcolumn input[type=email]::-moz-placeholder { color:#888; font-weight:700; line-height:24px; height:auto; opacity:1;} /* firefox 19+ */
#content .content .rightcolumn input[type=email]:-ms-input-placeholder { color:#888; font-weight:700; line-height:24px; height:auto; opacity:1; } /* ie */
#content .content .rightcolumn input[type=email]:-moz-placeholder { color:#888; font-weight:700; line-height:24px; height:auto; opacity:1; }

#content .content .rightcolumn input[type=email]:focus::-webkit-input-placeholder {opacity:0; }
#content .content .rightcolumn input[type=email]:focus::-moz-placeholder { opacity:0;} /* firefox 19+ */
#content .content .rightcolumn input[type=email]:focus:-ms-input-placeholder { opacity:0; } /* ie */
#content .content .rightcolumn input[type=email]:focus:-moz-placeholder { opacity:0; }

/* Common */

*:focus{outline:0;}

a{
	text-decoration:none;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}

h1,h2,h3,h4,h5,h6{
	font-weight:normal;
	padding:0;
	margin:0;
}

.clear{
	clear:both;
}

input,textarea,input[type="submit"]{
	-webkit-border-radius:0;
  	-moz-border-radius:0;
	-webkit-appearance:none;
}

/* Back to Home & Shop links */

.backtohomeshop{
	clear:both;
	text-align:center;
	padding:10px 0;
	margin:0;
	border-top:solid 1px #e4e1da;
	border-bottom:solid 1px #e4e1da;
}

.backtohomeshop a{
	font-size:18px;
	color:#c8c3b6;
	letter-spacing:0.1em;
	font-weight:900;
	font-style:normal;
	background:#fff;
	border:solid 2px #e4e1da;
	padding:5px 115px;
	display:inline-block;
	margin:0 40px 0 0;
	text-transform:uppercase;
}

.backtohomeshop a:hover{
	color:#fff;
	background:#520843;
	transition: all .2s linear !important;
	-moz-transition: all .2s linear !important;
	-webkit-transition: all .2s linear !important;
	-o-transition: all .2s linear !important;
}

.backtohomeshop a:last-child{
	margin:0;
}

/* Footer */

#footer{
	padding:65px 20px 70px 20px;
}

#footer .footerc{
	max-width:1100px;
	margin:0 auto;
}

#footer .footerc .container{
	width:25%;
	float:left;
	padding:0 20px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#footer h5{
	font-size:16px;
	color:#555;
	line-height:24px;
	letter-spacing:0.1em;
	font-weight:900;
	padding:0 0 25px 0;
}

#footer h5.bewild{
	font-size:24px;
	line-height:38px;
	letter-spacing:0.01em;
	padding:0 0 3px 0;
	margin:0;
	text-align:center;
}

#footer h5.bewild span{
	font-size:16px;
	line-height:24px;
	font-weight:400;
	letter-spacing:normal;
	text-transform:none;
}

#footer h6{
	font-size:15px;
	line-height:25px;
	letter-spacing:0.04em;
	text-transform:none;
	text-align:center;
}

#footer a{
	font-size:15px;
	color:#555;
	font-weight:400;
	padding:0 0 5px 0;
	text-decoration:none;
	display:block;
}

#footer a:hover{
	text-decoration:underline;
}

#footer a.facebook,
#footer a.twitter,
#footer a.instagram,
#footer a.pintrest,
#footer a.linkedin{
	width:26px;
	height:26px;
	display:inline-block;
	margin:0 10px 0 0;
	background-size: 26px 26px;
}

#footer a.facebook{
	background:url(../images/facebook.svg) no-repeat;
}

#footer a.twitter{
	background:url(../images/twitter.svg) no-repeat;
}

#footer a.instagram{
	background:url(../images/instagram.svg) no-repeat;
}

#footer a.pintrest{
	background:url(../images/pinterest.svg) no-repeat;
}

#footer a.linkedin{
	background:url(../images/linkedin.svg) no-repeat;
}

#footer p{
	font-size:12px;
	color:#888;
	line-height:16px;
	letter-spacing:0.01em;
	padding:0 20px 30px 20px;
	margin:0;
	text-align:center;
}

#footer p.copyright{
	font-size:16px;
	color:#555;
	font-weight:900;
	padding:40px 0 0 0;
}

#footer .emailsignup{
	text-align:center;
}

#footer .emailsignup .input{
	font-family:inherit;
	font-size:15px;
	color:#333;
	font-weight:300;
	font-style:normal;
	width:100%;
	padding:8px;
	margin:50px auto 0 auto;
	border:solid 1px #c8c3b6;
	background:#fff;
	text-align:center;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	max-width:235px;
}

#footer .emailsignup .input::-webkit-input-placeholder { color:#ddd; opacity:1; }
#footer .emailsignup .input::-moz-placeholder { color:#ddd; opacity:1;} /* firefox 19+ */
#footer .emailsignup .input:-ms-input-placeholder { color:#ddd; opacity:1; } /* ie */
#footer .emailsignup .input:-moz-placeholder { color:#ddd; opacity:1; }

#footer .emailsignup .input:focus::-webkit-input-placeholder {opacity:0; }
#footer .emailsignup .input:focus::-moz-placeholder { opacity:0;} /* firefox 19+ */
#footer .emailsignup .input:focus:-ms-input-placeholder { opacity:0; } /* ie */
#footer .emailsignup .input:focus:-moz-placeholder { opacity:0; }

#footer .emailsignup .signmeup{
    font-family: 'Mulish', sans-serif;
	font-size:16px;
	color:#fff;
	font-weight:900;
	letter-spacing:0.1em;
	font-style:normal;
	line-height:normal;
	display:block;
	width:100%;
	padding:8px;
	margin:15px auto 30px auto;
	border:solid 1px #520843;
	background:#520843;
	cursor:pointer;
	text-transform:uppercase;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	max-width:235px;
}

.klaviyo_messages .success_message{
	font-size:15px;
	color:#666;
	padding:10px 0;
	display:block;
	clear:both;
	text-align:center;
}

#footer .sep{
	height:50px;
	display:block;
}