/*

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

*/

																					/* ------------ Toolbox ------------ */

.float-left { float: left; } 
.float-right { float: right; }
.align-right { text-align: right; }
.cleared { clear: both; }
.hide { display: none; }
.smaller { font-size: 90%; }
.larger { font-size: 110%; }
.normal { font-weight: normal; }

hr { display: none; }
strong { font-weight: 700; }
em { font-style: italic; }

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
	}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

.error_message {
	color: #970000;
	font-weight: bold;
	}
	
#copy .error_message ul {
	margin-bottom: 30px;
	}
	
#copy .error_message ul li {
	color: #970000;
	float: none;
	font-weight: 900;
	width: 100%;
	}


																					/* ------------ Defaults ------------ */

body {
	background-color: #fff;
	color: #000;    
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 25px;
	}
	
	
																					/* ------------ Navigation ------------ */

#navigation {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 15;
	}
	
#navigation-inner {
	margin: 0 auto;
	max-width: 1440px;
	padding: 25px 20px 0 20px;
	}
	
#navigation ul {
	display: inline-block;
	float: left;
	}
	
#navigation li {
	float: left;
	}
	
#navigation li a {
	color: #000;
	display: inline-block;
	font-weight: 700;
	padding: 10px 15px;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	}
	
#navigation li:first-child a {
	padding: 10px 20px;
	}
	
#navigation li a:hover,
#navigation li a.menuactive {
	background-color: #000;
	color: #fff;
	}

#navigation li a:hover span,
#navigation li a.menuactive span {
	background: url("../img/navigation-a-span-bg.png") no-repeat 0 0;
	display: block;
	height: 56px;
	position: absolute;
	bottom: 0;
	left: 20px;
	width: 33px;
	-webkit-transform: translateY(56px);
	-ms-transform: translateY(56px);
	transform: translateY(56px);
	}
	
#show-nav {
	display: none;
	}
	
#hide-nav {
	display: none;
	}


																					/* ------------ Cart ------------ */

#navigation form {
	float: left;
	font-size: 0;
	line-height: 0;
	margin-left: 15px;
	}
	
	
																					/* ------------ Branding ------------ */

#branding {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 0;
	right: 0;
	text-align: right;
	width: 100%;
	z-index: 10;
	}
	
#branding-inner {
	margin: 0 auto;
	max-width: 1440px;
	padding: 0 20px;
	position: relative;
	}
	
#branding .logo {
	position: absolute;
	top: 0;
	right: 20px;
	}
	
	
																				/* ------------ Slideshow ------------ */

#slideshow {
	width: 100%;
	}
	
#slideshow .slide {
	display: block !important;
	position: relative;
	width: 100%;
	}
	
#slideshow .caption {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	}
	
#slideshow .caption-inner {
	margin: 0 auto;
	max-width: 1440px;
	padding: 0 20px;
	}
	
#slideshow .caption p {
	font-size: 75px;
	font-weight: 700;
	line-height: 75px;
	max-width: 55%;
	position: relative;
	text-transform: uppercase;
	}

/*	
#slideshow .caption p span:first-child {
	background: url("../img/slideshow-caption-drops-1-bg.png") no-repeat 0 0;
	display: block;
	height: 23px;
	position: absolute;
	top: 50%;
	left: 42%;
	width: 15px;
	}
	
#slideshow .caption p span:last-child {
	background: url("../img/slideshow-caption-drops-2-bg.png") no-repeat 0 0;
	display: block;
	height: 39px;
	position: absolute;
	bottom: 15%;
	left: 10%;
	width: 28px;
	}
*/
	
#slideshow .slick-dotted.slick-slider {
	margin: 0 !important;
	}
	
#slideshow .slick-dots {
	font-size: 0;
	line-height: 0;
	max-width: 1440px;
	padding: 0 20px;
	bottom: 25px;
	left: 50%;
	text-align: left;
	width: 100%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	}
	
#slideshow .slick-dots li {
	height: 15px;
	padding: 0;
	margin: 0 10px 0 0;
	width: 15px;
	}
	
#slideshow .slick-dots li button {
	background: none;
	border: 2px solid #000;
	height: 15px;
	margin: 0;
	padding: 0;
	width: 15px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	}
	
#slideshow .slick-dots li.slick-active button,
#slideshow .slick-dots li button:hover {
	background-color: #000;
	}
	
#slideshow .slick-dots li button:before {
	content: "";
	display: none;
	margin: 0;
	padding: 0;
	}
	
	
																				/* ------------ Content ------------ */

#content {
	/*
	background-image: url("../img/ben-chidge-tattooist.jpg");
	background-repeat: no-repeat;
	background-position: bottom left;
	background-size: 50% auto;
	*/
	background-color: #000;
	color: #fff;
	position: relative;
	width: 100%;
	}
	
body.page #content {
	background-color: #fff;
	background-image: 
		url("../img/page-background-top.png"),
		url("../img/page-background-bottom.png");
    background-position:
		top left,
		bottom right; 
	background-repeat: 
		no-repeat,
		no-repeat;   
	color: #000;
	position: relative;
	width: 100%;
	}
	
#copy {
	padding: 120px 0 120px 50%;
	/*
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	*/
	}
	
body.page #copy {
	margin: 0 auto;
	max-width: 1440px;
	padding: 190px 390px 120px 20px;
	}
	
#copy h1 {
	font-size: 65px;
	font-weight: 700;
	line-height: 65px;
	padding-bottom: 20px;
	text-transform: uppercase;
	}
	
body.page #copy h2 {	
	font-size: 45px;
	font-weight: 700;
	line-height: 45px;
	margin-top: 60px;
	padding-bottom: 10px;
	text-transform: uppercase;
	}
	
body.page #copy h1 + h2 {	
	margin-top: 40px;
	}
	
#copy p {
	margin-top: 30px;
	}
	
#copy p.intro {
	font-weight: 700;
	text-transform: uppercase;
	}
	
#copy ul {
	list-style: disc outside;
	margin: 20px 0 0 52px;
	}
	
#copy ol {
	list-style: decimal outside;
	margin: 20px 0 0 52px;
	}
	
#copy ul li,
#copy ol li {
	padding-top: 10px;
	}
	
#copy a {
	border-bottom: 3px solid #e0e0e0;
    color: #000;
	display: inline-block;
	padding-bottom: 2px;
	text-decoration: none;
	}
	
#copy a:hover {
	border-bottom: 3px solid #000;
	}
	
#copy a.button {
	background-color: #fff;
	border: none;
	color: #000;
	display: inline-block;
	font-weight: 700;
	margin-top: 20px;
	padding: 10px 30px;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	}

#copy a.button:after {
	background: url("../img/copy-a-button-after-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);
	}
	
#copy a.button:hover {
	background-color: #e0e0e0;
	color: #000;
	}

#copy a.button:hover:after {
	background: url("../img/button-light-bg.png") no-repeat 0 0;
	}
		
#copy-inner {
	max-width: 740px;
	padding: 0 20px;
	}
	
#copy-img {
	background-image: url("../img/ben-chidge-tattooist.jpg");
    background-size: auto 100%;
    background-position: bottom right; 
	background-repeat: no-repeat;   
	display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    text-indent: -999999px;
    width: 50%;
	}
	
#copy-img img {
	display: none;
	float: left;
	height: auto;
	width: 100%;
	}


																				/* ------------ Breadcrumb ------------ */

#breadcrumb {
    font-size: 16px;
    line-height: 21px;
	margin-bottom: 50px;
	}
		
#breadcrumb a {
	border-bottom: 3px solid #e0e0e0;
    color: #000;
	display: inline-block;
	padding-bottom: 2px;
	text-decoration: none;
	}
	
#breadcrumb a:hover {
	border-bottom: 3px solid #000;
	}
	
#breadcrumb .current {
	font-weight: 700;
	}
	
#breadcrumb .start {
	display: inline-block;
	padding-right: 3px;
	}
		
#breadcrumb .separator {
	display: inline-block;
	padding: 0 3px;
	}
		
	
																				/* ------------ Featured Products ------------ */

#featured-products {
	background: url("../img/featured-products-bg.gif") no-repeat top right;
	width: 100%;
	}
	
#featured-products-inner {
	margin: 0 auto;
	max-width: 1440px;
	padding: 80px 20px 60px 20px;
	}
	
#featured-products h2 {
	display: inline-block;
	font-size: 65px;
	font-weight: 700;
	line-height: 65px;
	position: relative;
	text-transform: uppercase;
	}

/*	
#featured-products h2 span:first-child {
	background: url("../img/featured-products-h2-drops-1-bg.png") no-repeat 0 0;
	display: block;
	height: 23px;
	position: absolute;
	bottom: -5%;
	right: 18%;
	width: 15px;
	}
	
#featured-products h2 span:last-child {
	background: url("../img/featured-products-h2-drops-2-bg.png") no-repeat 0 0;
	display: block;
	height: 39px;
	position: absolute;
	top: 20%;
	left: -3%;
	width: 28px;
	}
*/
	
#featured-products-overviews {
	width: 100%;
	}
	
#featured-products-overviews .product {
	float: left;
	margin: 40px 80px 0 0;
	padding-bottom: 50px;
	width: calc(33.3333333333% - 53.3333333333px);
	}
	
#featured-products-overviews .product:last-child {
	margin-right: 0;
	}
	
#featured-products-overviews .product-img {
	font-size: 0;
	line-height: 0;
	text-align: center;
	}
	
#featured-products-overviews .product-img img {
	float: left;
	height: auto;
	width: 100%;
	}
	
#featured-products-overviews h3 {
	font-size: 30px;
	font-weight: 700;
	line-height: 30px;
	margin-top: 20px;
	text-transform: uppercase;
	}
		
#featured-products-overviews h3 a {
	color: #000;
	text-decoration: none;
	}
	
#featured-products-overviews p {
	margin-top: 30px;
	}
	
#featured-products-overviews p.button {
	display: inline-block;
	float: left;
	}
	
#featured-products-overviews p.button:last-child {
	margin-left: 10px;
	}
	
#featured-products-overviews 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;
	}

#featured-products-overviews 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);
	}
	
#featured-products-overviews a.button.light {
	background-color: #e0e0e0;
	color: #000;
	}

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

#featured-products-overviews a.button.light:hover:after {
	background: url("../img/navigation-a-span-bg.png") no-repeat 0 0;
	}
	
	
																				/* ------------ Features ------------ */

#features {
	width: 100%;
	}
	
#features .feature {
	float: left;
	overflow: hidden;
	position: relative;
	text-align: center;
	width: 33.3333333333%;
	}
	
#features .feature img {
	float: left;
	height: auto;
	width: 100%;
	transition: all .5s ease-in-out 0s;
	-moz-transition: all .5s ease-in-out 0s;
	-webkit-transition: all .5s ease-in-out 0s;
	-o-transition: all .5s ease-in-out 0s;
	}

#features .feature:hover img {
	transform: scale(1.1);
	}
	
#features .feature .overlay {
	background-color: rgba(0, 0, 0, 0.5);
	display: block;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 5;
	}
	
#features .feature .ink {
	display: block;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10;
	}

#features a:nth-child(1) .feature .ink {
	background: url("../img/feature-1-ink-bg.png") no-repeat center center;
	}
#features a:nth-child(2) .feature .ink {
	background: url("../img/feature-2-ink-bg.png") no-repeat center center;
	}
#features a:nth-child(3) .feature .ink {
	background: url("../img/feature-3-ink-bg.png") no-repeat center center;
	}

#features .feature .caption {
	display: block;
	/* padding: 0 25%; */
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	z-index: 15;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	}
	
#features a:nth-child(2) .feature .caption {
	/* padding: 0 30%; */
	}
	
#features .feature .caption h4 {
	color: #fff;
	font-size: 55px;
	font-weight: 700;
	line-height: 50px;
	position: relative;
	text-transform: uppercase;
	}

/*	
#features .feature .caption h4 span:first-child {
	background: url("../img/features-h4-drops-1-bg.png") no-repeat 0 0;
	display: block;
	height: 23px;
	position: absolute;
	width: 15px;
	}

#features a:nth-child(1) .feature .caption h4 span:first-child {
	bottom: -5%;
	right: 12%;
	}
#features a:nth-child(2) .feature .caption h4 span:first-child {
	bottom: -5%;
	left: 25%;
	}
#features a:nth-child(3) .feature .caption h4 span:first-child {
	bottom: 10%;
	right: 7%;
	}
	
#features .feature .caption h4 span:last-child {
	background: url("../img/features-h4-drops-2-bg.png") no-repeat 0 0;
	display: block;
	height: 39px;
	position: absolute;
	width: 28px;
	}

#features a:nth-child(1) .feature .caption h4 span:last-child {
	top: 40%;
	left: 12%;
	}
#features a:nth-child(2) .feature .caption h4 span:last-child {
	top: 40%;
	right: 30%;
	}
#features a:nth-child(3) .feature .caption h4 span:last-child {
	top: 38%;
	left: 4%;
	}
*/
	
#features .feature .caption p {
	color: #fff;
	margin-top: 20px;
	padding: 0 25%;
	}
	
#features a:nth-child(2) .feature .caption p {
	padding: 0 30%;
	}
	
#features a:nth-child(3) .feature .caption p {
	padding: 0 20%;
	}
	
	
																				/* ------------ Footer ------------ */

#footer {
	background-color: #000;
	color: #b3b3b3;
	font-size: 16px;
	line-height: 21px;
	width: 100%;
	}
	
#footer-inner {
	margin: 0 auto;
	max-width: 1440px;
	padding: 60px 20px 0 20px;
	}
	
#footer .footer {
	float: left;
	margin: 0 40px 40px 0;
	width: calc(25% - 30px);
	}
	
#footer .footer:first-child {
	font-size: 0;
	line-height: 0;
	}
	
#footer .footer:last-child {
	margin-right: 0;
	}
	
#footer .footer h5 {
	color: #fff;
	font-size: 25px;
	font-weight: 700;
	line-height: 25px;
	text-transform: uppercase;
	}
	
#footer .footer p {
	margin-top: 25px;
	}
	
#footer .footer:first-child p {
	margin: 0;
	}
	
#footer .footer ul {
	padding-top: 15px;
	}
	
#footer .footer li {
	margin-top: 10px;
	}
	
#footer .footer a {
	color: #b3b3b3;
	text-decoration: none;
	word-break: break-word;
	}
	
#footer .footer a:hover {
	color: #fff;
	}
	
#footer .footer li a:hover {
	border-bottom: 1px solid #b3b3b3;
	color: #fff;
	text-decoration: none;
	}
	
#footer .footer #social {
	margin: 25px 0 0 0;
	padding: 0;
	}
	
#footer .footer #social li {
	float: left;
	margin: 0 10px 0 0;
	padding: 0;
	}
	
#footer .footer #social li a {
	display: block;
	height: 48px;
	text-indent: -999999px;
	width: 48px;
	}
	
#footer .footer #social li:first-child a {
	background: url("../img/icon-instagram.png") no-repeat 0 -48px;
	}
#footer .footer #social li:last-child a {
	background: url("../img/icon-facebook.png") no-repeat 0 -48px;
	}
	
#footer .footer #social li a:hover {
	background-position: 0 0;
	border: none;
	}
	
	
																				/* ------------ Furniture ------------ */

#furniture {
	background-color: #000;
	/* background-color: #0f0f0f; */
	border-top: 1px solid #191919;
	color: #b3b3b3;
	font-size: 12px;
	line-height: 17px;
	width: 100%;
	}
	
#furniture-inner {
	margin: 0 auto;
	max-width: 1440px;
	padding: 30px 20px;
	}
	
#furniture a {
	color: #b3b3b3;
	text-decoration: none;
	}
	
#furniture a:hover {
	border-bottom: 1px solid #b3b3b3;
	}
	
#copyright {
	float: left;
	}
	
#copyright p {
	display: inline-block;
	float: left;
	}
	
#copyright ul {
	float: left;
	}
	
#copyright li {
	float: left;
	margin-left: 20px;
	}
	
#credit {
	float: right;
	}