/*
Theme Name: Voodoo Monkey Tattoo 2018
Author: Loren Shumaker
Author URI: http://lorenshumaker.com/
Description: Responsive, user friendly theme developed for Voodoo Monkey Tattoo.
Version: 1.0
*/

/* WP default styles */

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* GLOBAL */

@font-face {
	font-family: 'gestalt';
	src: url('fonts/Gestalt-LinearMedium.otf');
}

@font-face {
	font-family: 'gotham_book';
	src: url('fonts/GothamHTF-Book.otf');
}

@font-face {
	font-family: 'gotham_bold';
	src: url('fonts/GothamHTF-Bold.otf');
}

@font-face {
	font-family: 'bitter_regular';
	src: url('fonts/Bitter-Regular.otf');
}

@font-face {
	font-family: 'bitter_bold';
	src: url('fonts/Bitter-Bold.otf');
}

@font-face {
	font-family: 'bitter_italic';
	src: url('fonts/Bitter-Italic.otf');
}

body {
	background-color: #D9D9DA;
}

strong {
	font-family: 'gotham_bold';
	src: url('fonts/GothamHTF-Bold.otf');
}

.clearfix:after {
   content: " ";							/* Older browsers do not support empty content */
   visibility: hidden;
   display: block;
   height: 0;
   clear: both;
}

#header {
	background-color: #0B0C0F;
}

#navigation {
	margin: 0 auto;
}

#full_nav li {
	color: #D9D9DA;
	font-family: 'gotham_bold', gotham, sans-serif;
	letter-spacing: 1px;
}

#nav_logo {
	float: left;
}

#footer {
	background-color: #0B0C0F;
}

#feature {
	width: 100%;
	background: url(imgs/voodoo_monkey_machine.jpg) no-repeat;
	background-size: cover;
	background-position: center;
}

.container_2 {
	background-color: #0B0C0F;
}

.container_4 img {
	height: inherit;
}

.container_4 hr {
	width: 100%;
	height: 2px;
	background: #C9C9CC;
}

.column2, .column4 {
	margin: 0 10px;
	float: left;
}

#home_artists img {
	object-fit: cover;
}

#artist_video {
	max-width: 100%;
	margin: 0 10px;
}

#artist_video iframe, #artist_video object, #artist_video embed { 
	max-width: 100%;
	width: 640px;
	height: 360px;
}

#fancybox-title-inside {
	text-align: left;
	font-family: 'gotham_book', gotham, sans-serif;
	line-height: 16px;
}

.subhead {
	color: black;
	margin: 20px 0 0 10px;
}

.insta_feed {
	font-family: 'gotham_book', gotham, sans-serif;
}

.ghost_button {
	padding: 8px 14px;
	margin: 32px auto 0 auto;
	border: 2px solid #CC3333;
	color: #D9D9DA;
	font-family: 'gotham_bold', Gotham, sans-serif;
	text-align: center;
	letter-spacing: 1px;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;
}

.ghost_button_2 {
	width: 172px;
	padding: 5px 8px 4px 8px;
	margin: 10px;
	border: 2px solid #CC3333;
	color: #08090C;
	font-family: 'gotham_bold', Gotham, sans-serif;
	font-size: 11px;
	text-align: center;
	letter-spacing: .2px;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;
}

.tab {
	width: 24px;
	float: left;
}

.full_text {
	color: #08090C;
	font-family: 'gotham_book', gotham, sans-serif;
	font-size: 18px;
	line-height: 21px;
}

.body_wrap {
	margin-top: 18px;
}

h1 {
	color: #D9D9DA;
	font-family: 'bitter_regular', bitter, serif;
}

h2 {
	float: left;
	color: #CC3333;
	font-family: 'gestalt', gestalt, sans-serif;
}

h3 {
	color: #08090C;
	font-family: 'bitter_bold', bitter, serif;
	font-size: 36px;
}

.container_4 h3 {
	text-align: left;
}

h4 {
	color: #CC3333;
	font-family: 'bitter_bold', bitter, serif;
	font-size: 24px;
	line-height: 28px;
}

.container_4 h4 {
	margin-left: 10px;
}

h5 {
	color: #D9D9DA;
	font-family: 'bitter_italic', bitter, serif;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;	
}

.container_4 h5 {
	font-size: 12px;
	color: black;
	font-family: 'gotham_bold', gotham, sans-serif;
	margin: 6px 0 0 10px;
}

h6 {
	margin: 0 auto;
	text-align: center;
	color: #D9D9DA;
	font-family: 'bitter_regular', bitter, serif;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;
}

p {
	color: #08090C;
	font-family: 'gotham_book', gotham, sans-serif;
	font-size: 18px;
	line-height: 21px;
}

#copyright p {
	color: #9B9B9B;
	font-size: 11px;
}

.container_4 p {
	padding: 0 10px;
}

#home_artists p {
	font-family: 'gotham_bold', Gotham, sans-serif;
}

p a {
	color: #CC3333;
}


/* MEDIA QUERIES - DESKTOP ---------------------------------------------------------------------------------- */

@media screen and (min-width: 1000px) {

	#header {
		height: 24px;
		padding: 28px;
	}

	#navigation {
		width: 940px;
	}

	#full_nav {
		float: right;
		margin-top: 4px;
	}

	#full_nav li {
		display: inline;
		margin-left: 60px;
		font-size: 16px;
	}

	#nav_logo {
		width:	28px;
		margin: -4px 10px 0 0;
	}

	#mobile_menu {
		display: none;
	}

	/*used to avoid javascript opening nav tray on mobile, then browser width change ignoring display: none; */
	#mobile_nav {
		height: 0px;
		visibility: hidden;
	}


	#footer {
		height: 248px;
		margin-top: 32px;
		width: 100%;
	}

	#footer_nav {
		width: 800px;
		height: 128px;
		margin: 0 auto;
		padding: 36px 0;
		color: #D9D9DA;
	}

	#footer_nav ul {
		font-family: 'gotham_book', gotham, sans-serif;
		font-size: 11px;
		line-height: 18px;
	}

	.footer_headers {
		font-family: 'gotham_bold', gotham, sans-serif;
		letter-spacing: 1px;
		font-size: 14px;
		margin-bottom: 8px;
	}

	#copyright {
		width: 780px;
		margin: 10px auto;
	}

	#feature {
		height: 720px;
	}

	#feature_text {
		width: 940px;
		margin: 0px auto;
		padding: 80px 0;
	}

	.container_1 {
		height: 320px;
		width: 800px;
		margin: 0 auto;
		padding: 40px 80px;
	}

	.container_2 {
		height: 180px;
		padding: 42px 0;
	}

	.container_3 {
		height: 100%;
		width: 960px;
		margin: 0 auto;
		padding: 40px 10px 0 10px;
	}

	.container_4 {
		width: 960px;
		margin: 0 auto;
		padding: 20px 0 0 0;
	}

	.container_4 img {
		width: 460px;
		margin: 10px 10px 10px 10px;
	}

	.container_4 hr {
		margin: 0 10px 10px 10px;
	}

	.left_column {
		width: 560px;
		margin: 0 10px;
		float: left;

	}

	.right_column {
		width: 320px;
		padding: 10px;
		margin: 15px 10px;
		float: right;
		background: #EDEDED;
	}

	.right_column p {	
		font-size: 14px;
	}

	#mobile_faq_link {
		display: none;
	}

	.column5x2 {
		width: 380px;
		height: 40px;
		margin: 36px 10px;
		float: left;
	}

	.column2 {
		width: 140px;
	}

	.column4 {
		width: 300px;
	}

	.footernav p {
		line-height: 20px;
	}

	.three_column_image {
		width: 380px;
		margin: 36px 10px;
		float: left;
	}

	#home_artists {
		margin-top: 20px;
	}

	#home_artists img {
		width: 220px;
		height: 200px;
		display: block;
		float: left;
		margin: 10px 0;
	}

	.artist_box {
		margin: 10px;
		width: 220px;
	}

	#artist_pages img {
		float: left;
		width: 220px;
		height: 220px;
		display: block;
		margin: 10px;
		object-fit: cover;
	}

	.insta_feed {
		margin: -10px -10px 0 -10px;
	}

	.ghost_button {
		width: 172px;
		font-size: 14px;
	}

	.full_text {
		max-width: 940px;
		margin: 18px auto 0 auto;
	}

	h1 {
		font-size: 56px;
		line-height: 70px;
	}

	h2 {
		font-size: 24px;
	}

	#footer_nav h2 {
		font-size: 16px;
	}

	h3 {
		text-align: center;
	}

	.container_4 h3 {
		padding-left: 10px;
	}

	h5 {
		font-size: 24px;
	}

	h6 {
		font-size: 36px;
		width: 800px;
		line-height: 42px;
	}

	#footer_nav p {
		color: #D9D9DA;
		font-size: 11px;
		line-height: 15px;
	}

	#home_artists a {
		display: inline;
		float: left;
	}

}

/* MEDIA QUERIES - MEDIUM ---------------------------------------------------------------------------------- */

@media screen and (max-width: 999px) and (min-width: 650px) {

	#header {
		height: 16px;
		padding: 10px;
	}

	#navigation {
		width: 100%;
	}

	#full_nav {
		float: right;
		margin-top: 1px;
	}

	#full_nav li {
		display: inline;
		margin-left: 22px;
		font-size: 12px;
	}

	#nav_logo {
		width:	24px;
		margin: -4px 8px 0 0;
	}

	#mobile_menu {
		display: none;
	}

	/*used to avoid javascript opening nav tray on mobile, then browser width change ignoring display: none; */
	#mobile_nav {
		height: 0px;
		visibility: hidden;
	}

	#footer {
		margin-top: 40px;
		height: 42px;
	}

	#footer_nav {
		display: none;
	}

	#copyright {
		padding: 10px;
	}

	#feature_text {
		padding: 50px 40px 64px 40px;
	}

	.container_1 {
		margin: 24px 0px;
	}

	.container_2 {
		padding: 36px 0;
	}

	.container_3 {
		padding: 40px 0 0 0;
	}

	.container_4 {
		margin: 0 30px;
		padding: 10px 0;
	}

	.container_4 img {
		width: 460px;
		margin: 10px 10px 10px 10px;
	}

	#photo_right img {
		width: 50%;
		margin: 0px 10px 10px 10px;
		float: right;
	}

	.container_4 hr {
		margin: 0 10px 10px 10px;
	}

	#faq {
		padding-top: 20px;
	}

	.column5x2 {
		width: 40%;
		margin: 18px 5px 18px 40px;
		float: left;
	}

	.three_column_image {
		width: 40%;
		margin: 36px 40px 36px 5px;
		float: right;
	}

	#home_artists {
		margin: 20px 30px 0 30px;
		max-width: 620px;
	}

	#home_artists img {
		width: 140px;
		height: 120px;
		display: block;
		float: left;
		margin: 10px 0;
	}

	.artist_box {
		margin: 0 0 22px 10px;
		width: 145px;
	}

	#artist_pages {
		margin: 0 30px;
		width: 600px;
	}

	#artist_pages img {
		float: left;
		width: 130px;
		height: 120px;
		display: block;
		margin: 10px;
		object-fit: cover;
	}

	.insta_feed {
		width: 620px;
		margin: 0 20px;
	}

	.ghost_button {
		width: 140px;
		font-size: 11px;
	}

	.full_text {
		max-width: 600px;
		margin: 18px 40px 0 40px;
	}

	h1 {
		font-size: 42px;
		line-height: 58px;
	}

	h2 {
		font-size: 18px;
		letter-spacing: 1px;
	}

	h3 {
		margin-left: 40px;
	}

	.container_4 h3 {
		padding-left: 10px;
		margin-left: 0;
	}

	h5 {
		font-size: 18px;
	}

	h6 {
		font-size: 28px;
		line-height: 36px;
		width: 600px;
	}

	p {
		color: #08090C;
		font-family: 'gotham_book', gotham, sans-serif;
		font-size: 18px;
		line-height: 21px;
	}

	#copyright p {
		color: #9B9B9B;
		font-size: 11px;
	}

	.container_4 p {
		padding: 0 10px;
	}

	#home_artists p {
		font-family: 'gotham_bold', Gotham, sans-serif;
		font-size: 16px;
	}

	#home_artists a {
		float: left;
	}

}

/* MEDIA QUERIES - PHONES ---------------------------------------------------------------------------------- */

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

	#header {
		height: 30px;
		padding: 9px 10px 11px 10px;
	}

	#navigation {
		width: 100%;
	}

	#full_nav {
		display: none;
	}

	#mobile_menu {
		margin: 6px 2px 0 0;
		width: 18px;
		float: right;
	}

	#mobile_menu hr {
		margin: 3px;
		width: 18px;
		height: 3px;
		background: #D9D9DA;
	}

	#mobile_nav {
		width: 100%;
		height: 131px;
		background: #EDEDED;
		color: #08090C;
		letter-spacing: 1px;
		font-size: 12px;
		display: none;
	}

	#mobile_nav li a {
		padding: 16px 0px 15px 10px;
		display: block;
		font-family: 'gotham_bold', gotham, sans-serif;
	}

	#mobile_nav hr {
		height: 1px;
		background: #D9D9DA;
	}

	#nav_logo {
		width:	32px;
		margin: -2px 6px 0 0;
	}

	#full_name {
		display: none;
	}

	#footer {
		height: 42px;
	}

	#footer_nav {
		display: none;
	}

	#copyright {
		padding: 10px;
	}

	#feature_text {
		padding: 50px 10px 64px 10px;
	}

	.container_1 {
		margin: 24px 0px;
	}

	.container_2 {
		padding: 36px 0;
	}

	.container_3 {
		padding-top: 24px;
	}

	.container_4 {
		margin: 0 auto;
		padding: 10px 0;
	}

	.container_4 img {
		width: 100%;
		margin-top: 10px;
	}

	.container_4 hr {
		margin-bottom: 10px;
	}

	#faq {
		padding-top: 20px;
	}

	.column5x2 {
		margin: 18px 10px;
	}

	#home_artists {
		width: 100%;
		margin-top: 20px;
	}

	.artist_image {
		object-fit: cover;							/* Check cross-platform issues on IE */
	}

	.artist_box {
		float: left;
		width: 150px;
		margin: 0 0 22px 10px;
	}

	.artist_box img {
		width: 40px;
		height: 36px;
		float: left;
	}

	#artist_pages {
		margin: 0 10px;
	}

	#artist_pages img {
		width: 100%;
		height: inherit;
		margin: 10px 0;
	}

	.feat_tats {
	  pointer-events: none;
	}

	.ghost_button {
		width: 140px;
		font-size: 11px;
	}

	.full_text {
		max-width: 600px;
		margin: 18px 10px 0 10px;
	}

	h1 {
		font-size: 42px;
		line-height: 58px;
	}

	h2 {
		font-size: 22px;
		margin-top: 6px;
		letter-spacing: 1.6px;
	}

	h3 {
		margin-left: 10px;
	}

	h5 {
		font-size: 18px;
	}

	h6 {
		font-size: 18px;
		line-height: 21px;
		padding: 0 10px;
		max-width: 400px;
	}

	#home_artists p {
		margin: 3px 0 0 50px;
		font-size: 16px;
		line-height: 18px;
		word-spacing: 150px;
	}

}

/* MEDIA QUERIES - SMALL PHONES ---------------------------------------------------------------------------- */

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

	#header {
		height: 16px;
		padding: 9px 10px 11px 10px;
	}

	#mobile_menu {
		margin-top: 1px;
		width: 15px;
		float: right;
	}

	#mobile_menu hr {
		margin: 3px;
		width: 15px;
		height: 2px;
		background: #D9D9DA;
	}

	#nav_logo {
		width:	24px;
		margin: -4px 6px 0 0;
	}

	h2 {
		font-size: 18px;
		margin-top: 1px;
		letter-spacing: 2px;
	}

}