body {
	background: #fff;
	font-size: 18px;
}

img{
	max-width: 100%;
}

h1, h2, h3, h4, h5, h6{
	font-family:'Brandon Grot W01 Medium';		
}

p, ul, li{
	font-family:'BrandonGrotW01-Regular';	
}

.cover{
	background-color: #f4eddf;
	background-image: url('../images/bg2.jpg');
	background-size: cover;
	background-position: bottom;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-family:'Brandon Grot W01 Light';
	height: 80vh;
	position: fixed;
	width: 100%;
}

.cover-inner{
	max-width: 100%;
}

.cover h1{
	font-size: 40px;
	line-height: 60px;
    opacity: 0.75;
}

.cover .highlight{
	font-family:'Brandon Grot W01 Medium';
	font-size: 46px;
	opacity: 1;
}

.cover .underline{
	text-decoration: underline;
	-webkit-text-decoration-color: #1db5a0;
	-moz-text-decoration-color: #1db5a0;
	text-decoration-color: #1db5a0;
}

.read-more-hero{
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	text-align: center;
	padding-bottom: 30px;
	opacity: 0.25;
}

a{
	color: #000;
}

/* Header */

header{
	font-family:'Brandon Grot W01 Medium';	
	position: relative;
	z-index: 100000000;
}

header ul{
	padding: 0;
	margin: 0;
}

header ul li{
	list-style-type: none;
	margin-left: 80px;
	display: inline-block;
}

header ul li a{
	text-decoration: none;
}

header .logo img{
	height: 50px;
	margin: 30px 10px;
}

header .menu .menu-inner{
	padding: 40px 60px 0 0;
	line-height: 50px;
	text-align: right;
	font-size: 18px;
}

/* Homepage */

.content h1{
	font-size: 20px;
	line-height: 48px;
    opacity: 0.75;
	font-family:'Brandon Grot W01 Light';
	padding: 150px 0 0 0;
	text-align: center;
}

.hp-theme-info-box{
	padding-bottom: 60px;
	margin-top: 30px;
	position: relative;
}

.theme-part-of-label{
	background: #000;
	display: inline-block;
	color: #fff;
	font-size: 11px;
	padding: 10px;
	font-family: "Brandon Grot W01 Medium";
	margin-bottom: 10px;	
	position: absolute;
	bottom: -20px;
	left: -10px;
	width: 100%;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}

.hp-themes-wrapper,
.hp-assets-wrapper,
.hp-showcase-wrapper{
	text-align: left;
}

.theme-row,
.design-row{
	margin-bottom: 50px;
}

.platform-title,
.asset-title{
	text-align: center;
	display: inline-block;
	padding: 10px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	margin: 10px;
}

.platform-title--big-cartel{
	background: #000;
	color: #fff;
}

.platform-title--shopify{
	background: #1db5a0;
	color: #fff;
}

.asset-title--logos{
	background: #f26d7d;
	color: #fff;
}

.asset-title--sliders{
	background: #ebebeb;
	color: #000;
}

.asset-title--fonts{
	background: #fbaf5d;
	color: #fff;
}

.hp-testimonial h1{
	font-family: "Brandon Grot W01 Medium";
    font-size: 46px;
    text-align: center;
    margin-top: 100px;
}

.hp-themes-wrapper h3,
.hp-assets-wrapper h3,
.hp-showcase-wrapper h3{
	font-family: "Brandon Grot W01 Medium";
	margin: 10px 0;
	font-size: 30px;
	color: #242529;
	margin-bottom: 20px;
}

.hp-themes-wrapper p,
.hp-assets-wrapper p,
.hp-showcase-wrapper p{
	font-family:'BrandonGrotW01-Regular';
	margin: 0;
	opacity: 0.6;
}

.hp-showcase-wrapper .hp-3-column-1{
	padding-bottom: 40px;
	background: #fff;
}

.page-header{
	font-family:'Brandon Grot W01 Medium';
	font-size: 36px;
	opacity: 1;
	text-decoration: underline;
	-webkit-text-decoration-color: #1db5a0;
	-moz-text-decoration-color: #1db5a0;
	text-decoration-color: #1db5a0;
	margin-bottom: 40px;
	display: inline-block;
	width: 100%;
	text-align: center;
	border-bottom: 0;
}

.content .underline{
	text-decoration: underline;
	-webkit-text-decoration-color: #1db5a0;
	-moz-text-decoration-color: #1db5a0;
	text-decoration-color: #1db5a0;
}

.welcome-content-wrapper{
	width: 50%;
	margin: 0px auto;
	text-align: center;
}

.welcome-content-wrapper h1,
.subpage-content-wrapper h1{
	font-family:'Brandon Grot W01 Medium';
	font-size: 36px;
}

.welcome-content-wrapper p,
.subpage-content-wrapper p{
	font-family:'BrandonGrotW01-Regular';
	font-size: 18px;	
}

/* Buttons */

.theme-call-wrapper{
	text-align: center;
	display: inline-block;
	margin-top: 40px;
	width: 100%;
}

.header-subheading{
	margin: 0px auto;
	line-height: 30px;
	padding: 30px 0;
	opacity: 0.5;
	text-align: center;
}

.btn{
	background: #000;
	border: none;
    color: #fff;
    text-decoration: none;
    padding: 20px;
    display: inline-block;
    margin-top: 20px;
}

.btn-big-cartel{
	background: #000;
}

.no-top-margin{
	margin-top: 0;
}

/* Sub Pages */

.section-headers{
	text-align: center;
	background: #ebebeb;
	padding: 50px 0;
	margin: 30px 0;
}

.section-headers h3{
	font-size: 16px;
	font-family: "BrandonGrotW01-Regular";	
	opacity: 0.75;
}

.sub-header-block{
	position: relative;
	background: #ebebeb;
	margin-bottom: 50px;
}

.showcase-emily-steffan{
	background: url('../images/emily-steffan-bg.jpg') #ebebeb;
	background-size: cover;
}

.showcase-longsands{
	background: url('../images/longsands-bg.jpg') #ebebeb;
	background-size: cover;
}

.showcase-housemade{
	background: url('../images/housemade-bg.jpg') #ebebeb;
	background-size: cover;
}

.subpage-content-wrapper{
	width: 50%;
	text-align: center;
	white-space: normal;
	margin: 100px auto 150px auto;
}

#homepage-showcase-wrapper h3{
	margin-top: 20px;
}

.sub-header-block h1{
	position: absolute;
	bottom: 50px;
	left: 0px;
	font-family: "Brandon Grot W01 Medium";
    font-size: 46px;
    width: 100%;
    text-align: center;
}

.subpage-wrapper .question{
	font-family:'Brandon Grot W01 Medium';
}

.subpage-wrapper .answer{
	font-family:'Brandon Grot W01 Light';	
	line-height: 30px;
}

.showcase-question-wrapper{
	vertical-align: top;
}

.showcase-question-image{
	width: 50%;
	display: inline-block;
	white-space: normal;
}

.showcase-question-text{
	width: 45%;
	padding-left: 5%;
	display: inline-block;	
	white-space: normal;
	vertical-align: top;
}

.showcase-question-text .question{
	display: inline-block;
	font-family:'Brandon Grot W01 Medium';
	font-size: 20px;
	margin-bottom: 20px;
}

/* Theme Pages */

.theme-wrapper{
	width: 1140px;
	margin: 150px auto 0 auto;
}

.theme-header{
	white-space: nowrap;
}

.theme-header-info{
	width: 50%;
	display: inline-block;
	white-space: normal;
}

.theme-cta{
	width: 50%;
	display: inline-block;
	white-space: normal;	
	text-align: right;
}

.theme-cta a{
	border: 1px solid #1db5a0;
	color: #1db5a0;
	font-family:'Brandon Grot W01 Medium';
	display: inline-block;
	padding: 10px 20px;
	text-decoration: none;
	background: #fff;
}

.theme-cta a.buy-now-button{
	background: #1db5a0;
	color: #fff;
}

.theme-main-image{
	margin-top: 30px;
}

.theme-header-info h5{
	color: #121212;
    font-size: 14px;
    font-weight: normal;
    opacity: 0.5;
	font-family:'Brandon Grot W01 Medium';    
	text-transform: uppercase;
	letter-spacing: 2px;
}

.theme-header-info h2{
	font-size: 40px;
	font-family:'Brandon Grot W01 Medium';	
}

.theme-header-info p{
	color: #121212;
	font-family:'BrandonGrotW01-Regular';
   font-size: 16px;
   font-weight: 400;
   letter-spacing: 1px;
   line-height: 26px;
   opacity: 0.75;
}

.theme-sub-image-wrapper{
	white-space: nowrap;
	overflow: hidden;
}

.theme-sub-image-wrapper div{
	max-width: 50%;
	display: inline-block;
}

.theme-sub-image-wrapper div img{
	max-width: 100%;
}

.reasons-wrapper{
	margin: 60px 0 30px 0;
	padding: 50px 30px 10px 30px;
	vertical-align: top;
}

.reasons-wrapper-second{

}

.reason-wrapper-row .reason-indiv{
	width: 33%;
	display: inline-block;
	text-align: center;
	margin-bottom: 40px;
	vertical-align: top;
}

.reason-wrapper-row .reason-indiv h4{
	font-family:'Brandon Grot W01 Medium';		
}

.reason-wrapper-row .reason-indiv p{
	font-family:'BrandonGrotW01-Regular';	
}

.reason-wrapper-row .reason-indiv img{
	max-height: 50px;
}

.good-company-wrapper{
	text-align: center;
}

.good-company-wrapper h2{
    font-size: 40px;
}

.good-company-wrapper p{
    color: #121212;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 26px;
    opacity: 0.75;
}

.good-company-testimonial{
	font-family: "Brandon Grot W01 Medium";
    font-size: 46px;
    line-height: 48px;
    opacity: 0.75;
    padding: 20px 0 0;
    text-align: center;
    width: 50%;
    margin: 0px auto;
}

.theme-purchase-wrapper{
	margin: 60px 0 30px 0;
	padding: 0px 30px 10px 30px;
	white-space: nowrap;
}

.theme-purchase-wrapper-single .theme-purchase-column{
	margin: 0px auto;
	display: block;
}

.theme-purchase-column{
	width: 50%;
	display: inline-block;
	text-align: center;
}

.vine-theme-purchase h4{
	color: #000;
    font-size: 40px;
    font-weight: bold;
    line-height: 48px;
	margin-bottom: 0px;
}

.theme-purchase-wrapper .price{
	color: #000;
	font-size: 100px;
	font-weight: normal;
	line-height: 48px;
	margin: 30px 0 10px 0;		
}

.theme-purchase-wrapper .dollar{
	font-size: 28px;
    margin-left: -8px;
    padding-right: 5px;
    vertical-align: top;
    color: #000;	
}

.theme-purchase-wrapper h4{
    font-size: 40px;
    margin: 20px 0 10px 0;
}

.theme-purchase-wrapper p{
	font-size: 16px;
    font-weight: normal;
    line-height: 26px;
    margin: 20px 0;
}

.theme-purchase-wrapper p.theme-desc-para{
	display: inline-block;
	margin-bottom: 40px;
}

.theme-purchase-wrapper ul{
	padding: 0;
	margin: 0px auto;
	width: 50%;
}

.theme-purchase-wrapper ul li{
	border-bottom: 2px solid #eee;
    color: #4d515c;
    list-style-type: none;
    padding: 15px 0;
    position: relative;
    white-space: normal;
    line-height: 24px;
}

.theme-purchase-wrapper ul li:last-child {
    border-bottom: medium none;
}

.theme-purchase-column .theme-cta{
	text-align: center;
	padding-top: 30px;
}

.store-nav{
	text-align: center;
	margin-bottom: 50px;
}

.store-nav ul{
	padding: 0;
	margin: 0;
}

.store-nav ul li{
	list-style-type: none;
	display: inline-block;
	margin: 0 20px;
}

.store-nav ul li a{
}

/* Footer */

footer{
	background-color: #2d2d2d;
	padding: 100px 0;
	text-align: center;
	color: #fff;
}

footer ul{
	margin: 0;
	padding: 0;
}

footer ul li{
	list-style-type: none;
	display: inline-block;
	margin: 0 30px;
}

footer ul li a{
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
	font-family:'Brandon Grot W01 Medium';
	font-size: 14px;	
}

.remodal{
	text-align: left;
}

.remodal h1{
	text-align: center;
}

.site-welcome-description{
	background: #147fd7 none repeat scroll 0 0;
	margin: -150px auto 100px auto;
    padding: 30px;
    text-align: center;
    width: 50%;
    z-index: 10000000;
    position: relative;
    color: #fff;
}

.site-welcome-description p{
	font-size: 24px;
	margin-bottom: 30px;
	display: inline-block;
}

.site-welcome-description h1{
	font-size: 40px;
}

.site-welcome-image{
width: 50%;
display: inline-block;	
position: absolute;
	bottom: 0;
	right: 0;
}

.homepage-page-header{
	text-align: left;
	margin-top: 0;
	margin-bottom: 0px;
}

.homepage-side-blurb{
	opacity: 0.6;
}

.testimonial-blurb{
	opacity: 0.6;
	text-align: center;
	margin-bottom: 30px;
}

.hp-theme-info-box{
	text-align: center;
}

.hp-theme-info-box p{
	opacity: 0.6;
}

.hp-design-asset-info-box{
	text-align: center;
}

.hp-design-asset-info-box p{
	opacity: 0.6;
}

blockquote{
	border-left: none;
    font-size: 30px;
    color: #000;
	text-align: center;
	font-family: "Brandon Grot W01 Medium";
    line-height: 48px;
}

.theme-subpage-wrapper{
	background: #f9f9f9;
	padding-top: 40px;
}

.theme-section-headers,
.design-section-headers{
	background: none;
}

.hp-theme-info-box h3 strong{
	letter-spacing: -1px;
}

.theme-preset{
	font-size: 18px;
}

.store-nav a{
	color: #000;
}

.hp-showcase-wrapper{
	text-align: center;
}

#homepage-showcase-wrapper{
	margin-bottom: 50px;
	display: inline-block;
}

#homepage-showcase-wrapper h3{
	font-size: 22px;
}

.showcase-theme-wrapper{
	background: #f9f9f9;
	padding: 50px 0 0 0;
	margin-bottom: 50px;
}

.email-wrapper{
	text-align: center;
	padding-bottom: 100px;
}

.email-wrapper a{
	display: inline-block;
	padding: 10px;
	background: #ebebeb;
	color: #999;
	text-align: center;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.email-wrapper a:hover{
	text-decoration: underline;
}

.big-cartel-themes-notification{
	padding: 100px 0 320px 0;
	text-align: center;
	line-height: 30px;
}

.good-company-wrapper h2{
	margin-top: 50px;
}

.demo-theme-header{
	text-align: center;
	margin: 40px 0 60px 0;
}

.generate-token{
	text-align: center;
	padding-bottom: 300px;
}

.generate-token p{
	margin-bottom: 30px;
}

.token-received{
	text-align: center;
	padding-bottom: 400px;
}

.token-received input{
	width: 100% !important;
}







































