/*

Just Another Tattoo Butter - Pages Stylesheet
https://justanothertattoobutter.com/
Handwritten by Oliver Coningham

*/


																					/* ------------ Contact ------------ */

#contact #map {
	width: 100%;
	}
	
#contact #map .google-maps {
	position: relative;
	padding-bottom: 500px;
	height: 0;
	overflow: hidden;
	}
	
#contact #map .google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	}
	
#contact #copy form {
	padding-top: 30px;
	width: 100%;
	}
	
#contact #copy form .row,
#contact #copy form .g-recaptcha {
	margin-top: 20px;
	width: 100%;
	}
	
#contact #copy form .g-recaptcha {
	padding: 10px 0 0 25%;
	}
	
#contact #copy form label {
    display: inline-block;
    float: left;
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
    padding-top: 7px;
    text-transform: uppercase;
    width: 25%;
	}
	
#content form input, 
#content form textarea {
    background-color: #e0e0e0;
    border: none;
	color: #000;    
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 25px;
    padding: 10px 20px;
    width: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	}
	
#content form textarea {
    height: 300px;
	padding: 20px;
    width: 75%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	}
	
#contact #copy form .submit {
	padding-left: 25%;
	}
	
#contact #copy form .submit button {
	background-color: #000;
	border: none;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 20px;	
	font-weight: 700;
	line-height: 25px;
	margin: 10px 0 0 0;
	padding: 10px 30px;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
	width: auto;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	}

#contact #copy form .submit button:after {
	background: url("../img/navigation-a-span-bg.png") no-repeat 0 0;
	border: none;
	content: "";
	display: block;
	height: 56px;
	position: absolute;
	bottom: 0;
	right: 40px;
	width: 33px;
	-webkit-transform: translateY(55px);
	-ms-transform: translateY(55px);
	transform: translateY(55px);
	}
	
#contact #copy form .submit button:hover {
	background-color: #e0e0e0;
	color: #000;
	}

#contact #copy form .submit button:hover:after {
	background: url("../img/button-light-bg.png") no-repeat 0 0;
	}
	
	
																					/* ------------ Merch - Overview ------------ */

#merch #merch-overview {
	width: 100%;
	}
	
#merch #merch-overview .overview {
	float: left;
	margin: 95px 40px 0 0;
	width: calc(33.3333333333% - 26.6666666667px);
	}
	
#merch #merch-overview .overview:nth-child(3n+3) {
	margin: 95px 0 0 0;
	}
	
#merch #merch-overview .overview:nth-child(1),
#merch #merch-overview .overview:nth-child(2),
#merch #merch-overview .overview:nth-child(3) {
	margin: 55px 40px 0 0;
	}
	
#merch #merch-overview .overview:nth-child(3) {
	margin: 55px 0 0 0;
	}
	
#merch #merch-overview .overview img {
	border: none;
    float: left;
	height: auto;
	width: 100%;
	}
	
#merch #merch-overview .overview a {
	border: none;
    padding: 0;
	}
	
#merch #merch-overview .overview h2 {
	clear: both;
    font-size: 30px;
    font-weight: 700;
    line-height: 30px;
    margin: 30px 0 0 0;
	padding: 0;
    text-transform: uppercase;
	}
	
#merch #merch-overview .overview a.button {
	background-color: #000;
	color: #fff;
	display: inline-block;
	font-weight: 700;
	margin: 0;
	padding: 10px 30px;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	}

#merch #merch-overview .overview a.button:after {
	background: url("../img/navigation-a-span-bg.png") no-repeat 0 0;
	content: "";
	display: block;
	height: 56px;
	position: absolute;
	bottom: 0;
	right: 40px;
	width: 33px;
	-webkit-transform: translateY(55px);
	-ms-transform: translateY(55px);
	transform: translateY(55px);
	}
	
#merch #merch-overview .overview a.button:hover {
	background-color: #e0e0e0;
	color: #000;
	}

#merch #merch-overview .overview a.button:hover:after {
	background: url("../img/button-light-bg.png") no-repeat 0 0;
	}
	
	
																					/* ------------ Merch - Detail ------------ */

#merch #merch-detail {
	width: 100%;
	}
	
#merch #merch-detail-img {
	float: left;
	margin-top: 30px;
	width: calc(50% - 25px);
	}
	
#merch #merch-detail-img img {
	float: left;
	height: auto;
	width: 100%;
	}
	
#merch #merch-detail-img a {
	border: none;
	padding: 0;
	}
	
#merch #merch-detail-copy {
	float: right;
	width: calc(50% - 25px);
	}
	
#merch #merch-detail-copy form {
	margin-top: 40px;
	width: 100%;
	}

#merch #merch-detail-copy form table,
#merch #merch-detail-copy form table tbody,
#merch #merch-detail-copy form table tr,
#merch #merch-detail-copy form table td {
    display: block;
    width: 100%;
	}
		
#merch #merch-detail-copy form .label {
    display: block;
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
    padding-bottom: 10px;
    text-transform: uppercase;
    width: 100%;
	}
	
#merch #merch-detail-copy form select {
    background-color: #fff;
    border: 1px solid #000;
	color: #000;    
	display: block;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 25px;
	margin-bottom: 20px;
    padding: 10px 20px;
    width: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	}
	
#merch #merch-detail-copy form button {
	background-color: #000;
	border: none;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 20px;
	font-weight: 700;
	line-height: 25px;	
	margin: 10px 0 0 0;
	padding: 10px 30px;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	}

#merch #merch-detail-copy form button:after {
	background: url("../img/navigation-a-span-bg.png") no-repeat 0 0;
	content: "";
	display: block;
	height: 56px;
	position: absolute;
	bottom: 0;
	right: 40px;
	width: 33px;
	-webkit-transform: translateY(55px);
	-ms-transform: translateY(55px);
	transform: translateY(55px);
	}
	
#merch #merch-detail-copy form button:hover {
	background-color: #e0e0e0;
	color: #000;
	}

#merch #merch-detail-copy form button:hover:after {
	background: url("../img/button-light-bg.png") no-repeat 0 0;
	}
		
#merch a.button.light {
	background-color: #e0e0e0;
	color: #000;
	}

#merch a.button.light:after {
	background: url("../img/button-light-bg.png") no-repeat 0 0;
	}
	
#merch a.button.light:hover {
	background-color: #000;
	color: #fff;
	}

#merch a.button.light:hover:after {
	background: url("../img/navigation-a-span-bg.png") no-repeat 0 0;
	}
	
	
																					/* ------------ Buy - Overview ------------ */

#buy #buy-overview {
	width: 100%;
	}
	
#buy #buy-overview .product {
	float: left;
	margin: 40px 40px 0 0;
	width: calc(33.3333333333% - 26.6666666667px);
	}
	
#buy #buy-overview .product a {
	border: none;
	padding: 0;
	}
	
#buy #buy-overview .product:nth-child(3n+3) {
	margin: 40px 0 0 0;
	}
	
#buy #buy-overview .product-img {
	font-size: 0;
	line-height: 0;
	text-align: center;
	}
	
#buy #buy-overview .product-img img {
	float: left;
	height: auto;
	width: 100%;
	}
	
#buy #buy-overview h3 {
	font-size: 30px;
	font-weight: 700;
	line-height: 30px;
	margin-top: 20px;
	text-transform: uppercase;
	}
	
#buy #buy-overview p {
	margin-top: 30px;
	}
	
#buy #buy-overview p.button {
	display: inline-block;
	float: left;
	}
	
#buy #buy-overview p.button:last-child {
	margin-left: 10px;
	}
	
#buy #buy-overview a.button {
	background-color: #000;
	color: #fff;
	display: inline-block;
	font-weight: 700;
	padding: 10px 30px;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	}

#buy #buy-overview a.button:after {
	background: url("../img/navigation-a-span-bg.png") no-repeat 0 0;
	content: "";
	display: block;
	height: 56px;
	position: absolute;
	bottom: 0;
	right: 40px;
	width: 33px;
	-webkit-transform: translateY(55px);
	-ms-transform: translateY(55px);
	transform: translateY(55px);
	}
	
#buy #buy-overview a.button.light {
	background-color: #e0e0e0;
	color: #000;
	}

#buy #buy-overview a.button.light:after {
	background: url("../img/button-light-bg.png") no-repeat 0 0;
	}
	
#buy #buy-overview a.button.light:hover {
	background-color: #000;
	color: #fff;
	}

#buy #buy-overview a.button.light:hover:after {
	background: url("../img/navigation-a-span-bg.png") no-repeat 0 0;
	}
	
	
																					/* ------------ Buy - Detail ------------ */

#buy #buy-detail {
	width: 100%;
	}
	
#buy #buy-detail-img {
	float: left;
	margin-top: 30px;
	width: calc(50% - 25px);
	}
	
#buy #buy-detail-img img {
	float: left;
	height: auto;
	width: 100%;
	}
	
#buy #buy-detail-img a {
	border: none;
	padding: 0;
	}
	
#buy #buy-detail-copy {
	float: right;
	width: calc(50% - 25px);
	}
	
#buy #buy-detail-status {
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
	margin-top: 40px;
    text-transform: uppercase;
    width: 100%;
	}
	
#buy #buy-detail-copy form {
	margin-top: 40px;
	width: 100%;
	}

#buy #buy-detail-copy form table,
#buy #buy-detail-copy form table tbody,
#buy #buy-detail-copy form table tr,
#buy #buy-detail-copy form table td {
    display: block;
    width: 100%;
	}
		
#buy #buy-detail-copy form .label {
    display: block;
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
    padding-bottom: 10px;
    text-transform: uppercase;
    width: 100%;
	}
	
#buy #buy-detail-copy form select {
    background-color: #fff;
    border: 1px solid #000;
	color: #000;    
	display: block;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 25px;
	margin-bottom: 20px;
    padding: 10px 20px;
    width: 70%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	}
	
#buy #buy-detail-copy form button {
	background-color: #000;
	border: none;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 20px;
	font-weight: 700;
	line-height: 25px;	
	margin: 10px 0 0 0;
	padding: 10px 30px;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	}

#buy #buy-detail-copy form button:after {
	background: url("../img/navigation-a-span-bg.png") no-repeat 0 0;
	content: "";
	display: block;
	height: 56px;
	position: absolute;
	bottom: 0;
	right: 40px;
	width: 33px;
	-webkit-transform: translateY(55px);
	-ms-transform: translateY(55px);
	transform: translateY(55px);
	}
	
#buy #buy-detail-copy form button:hover {
	background-color: #e0e0e0;
	color: #000;
	}

#buy #buy-detail-copy form button:hover:after {
	background: url("../img/button-light-bg.png") no-repeat 0 0;
	}
		
#buy a.button.light {
	background-color: #e0e0e0;
	color: #000;
	}

#buy a.button.light:after {
	background: url("../img/button-light-bg.png") no-repeat 0 0;
	}
	
#buy a.button.light:hover {
	background-color: #000;
	color: #fff;
	}

#buy a.button.light:hover:after {
	background: url("../img/navigation-a-span-bg.png") no-repeat 0 0;
	}
	
#buy #product-details-ingredients {
	background-color: #000;
	color: #fff;
	/* text-align: center; */
	width: 100%;
	}
	
#buy #product-details-ingredients-inner {
	margin: 0 auto;
	max-width: 1460px;
	padding: 60px 30px;
	}

body.page.product-details #copy {
    padding-bottom: 60px;
	}
	
#buy #product-details-ingredients h2 {
    display: inline-block;
    font-size: 55px;
    font-weight: 700;
    line-height: 55px;
	padding-bottom: 20px;
    text-transform: uppercase;
	}
	
#buy #product-details-ingredients p {
    margin-top: 30px;
	/* padding: 0 120px; */
	}
	
#buy #product-details-ingredients #ingredient-overviews {
	padding: 20px 0;
	}
	
#buy #product-details-ingredients .ingredient {
	margin-top: 60px;
	text-align: left;
	width: 100%;
	}
	
#buy #product-details-ingredients .ingredient-img {
    float: left;
	padding-right: 30px;
	width: 50%;
	}
	
#buy #product-details-ingredients .even .ingredient-img {
    float: right;
	padding-left: 30px;
	}
	
#buy #product-details-ingredients .ingredient-img img {
    float: left;
	height: auto;
	width: 100%;
	}
	
#buy #product-details-ingredients .ingredient-copy {
    float: right;
	padding: 0 60px 0 30px;
	width: 50%;
	}
	
#buy #product-details-ingredients .even .ingredient-copy {
    float: left;
	padding: 0 30px 0 60px;
	}
	
#buy #product-details-ingredients .ingredient-copy h3 {
    font-size: 45px;
    font-weight: 700;
    line-height: 45px;
    margin-top: 60px;
    padding-bottom: 10px;
    text-transform: uppercase;
	}
	
#buy #product-details-ingredients .ingredient-copy p {
	line-height: 30px;
    margin-top: 30px;
	padding: 0;
	}
	
#buy #product-details-ingredients .ingredient-copy a {
	border-bottom: 3px solid #666;
    color: #fff;
	display: inline-block;
	padding-bottom: 2px;
	text-decoration: none;
	}
	
#buy #product-details-ingredients .ingredient-copy a:hover {
	border-bottom: 3px solid #fff;
	}
	
#buy #product-details-smell {
	padding-left: 50%;
	position: relative;
	width: 100%;
	}
	
#buy #product-details-smell .background {
	/* background-size: cover; */
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	background-position: bottom right;
    background-size: auto 100%;
    background-repeat: no-repeat;
	}
	
#buy #product-details-smell-copy {
	float: left;
	max-width: 730px;
	padding: 120px 30px 120px 60px;
	}

#buy #product-details-smell-copy h2 {
    display: inline-block;
    font-size: 55px;
    font-weight: 700;
    line-height: 55px;
    padding-bottom: 20px;
    text-transform: uppercase;
	}
	
#buy #product-details-smell-copy p {
	margin-top: 30px;
	}

#buy #ingredient-overviews {
	overflow-y: hidden;
	overflow-x: hidden;
	}
	
	
																					/* ------------ Ingredients ------------ */

#ingredient-overviews {
	overflow-y: hidden;
	overflow-x: hidden;
	}

#ingredients .ingredient {
	margin-top: 60px;
	text-align: left;
	width: 100%;
	}
	
#ingredients .ingredient-img {
    float: left;
	padding-right: 30px;
	width: 50%;
	}
	
#ingredients .ingredient-img img {
    float: left;
	height: auto;
	width: 100%;
	}
	
#ingredients .ingredient-copy {
    float: right;
	padding: 0 0 0 30px;
	width: 50%;
	}
	
#ingredients .ingredient-copy h3 {
    font-size: 45px;
    font-weight: 700;
    line-height: 45px;
    margin-top: 30px;
    padding-bottom: 10px;
    text-transform: uppercase;
	}
	
#ingredients .ingredient-copy p {
	line-height: 30px;
    margin-top: 30px;
	padding: 0;
	}