/*!
	Theme Name: sexpistolsoffical
	Theme URI: ://vvvoid.co.uk
	Author: VVVOID
	Author URI: ://vvvoid.co.uk
	Version: 1
	Built by VVVOID LTD. London, UK
	hello@vvvoid.co.uk
!*/


/* ---------- Fonts ---------- */

/*
@font-face {
	font-family: 'TeXGyreAdventorRegular';
	src: url('fonts/texgyreadventor-regular-webfont.eot');
	src: local('☺'),
		 url('fonts/texgyreadventor-regular-webfont.ttf') format('truetype'),
		 url('fonts/texgyreadventor-regular-webfont.svg#webfontn18Af3vl') format('svg');
	font-weight: normal;
	font-style: normal;
}
*/


/* ---------- Icons ---------- */

@font-face {
	font-family: 'icon';
	src: url('fonts/icon-font/font/icon.eot');
	src: url('fonts/icon-font/font/icon.eot#iefix') format('embedded-opentype'),
		url('fonts/icon-font/font/icon.woff2') format('woff2'),
		url('fonts/icon-font/font/icon.woff') format('woff'),
		url('fonts/icon-font/font/icon.ttf') format('truetype'),
		url('fonts/icon-font/font/icon.svg#icon') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"]:before, [class*=" icon-"]:before {
	font-family: "icon";
	font-style: normal;
	font-weight: normal;
	speak: none;

	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	text-align: center;
	/* opacity: .8; */

	/* For safety - reset parent styles, that can break glyph codes*/
	font-variant: normal;
	text-transform: none;

	/* fix buttons height, for twitter bootstrap */
	line-height: 1em;
}

.icon-btn-camera-round:before { content: '\e800'; } /* '' */
.icon-btn-camera:before { content: '\e801'; } /* '' */
.icon-btn-cart-round:before { content: '\e802'; } /* '' */
.icon-btn-cart:before { content: '\e803'; } /* '' */
.icon-btn-email-round:before { content: '\e804'; } /* '' */
.icon-btn-email:before { content: '\e805'; } /* '' */
.icon-btn-help-round:before { content: '\e806'; } /* '' */
.icon-btn-help:before { content: '\e807'; } /* '' */
.icon-btn-live-round:before { content: '\e808'; } /* '' */
.icon-btn-live:before { content: '\e809'; } /* '' */
.icon-btn-merch-round:before { content: '\e80a'; } /* '' */
.icon-btn-merch:before { content: '\e80b'; } /* '' */
.icon-music-fastforward:before { content: '\e80c'; } /* '' */
.icon-music-pause:before { content: '\e80d'; } /* '' */
.icon-music-play:before { content: '\e80e'; } /* '' */
.icon-music-rewind:before { content: '\e80f'; } /* '' */
.icon-music-volume-full:before { content: '\e810'; } /* '' */
.icon-music-volume-none:before { content: '\e811'; } /* '' */
.icon-music-volume:before { content: '\e812'; } /* '' */
.icon-nav-add-mark:before { content: '\e813'; } /* '' */
.icon-nav-arrow-down:before { content: '\e814'; } /* '' */
.icon-nav-arrow-left:before { content: '\e815'; } /* '' */
.icon-nav-arrow-right:before { content: '\e816'; } /* '' */
.icon-nav-arrow-up:before { content: '\e817'; } /* '' */
.icon-nav-close:before { content: '\e818'; } /* '' */
.icon-nav-download-mark:before { content: '\e819'; } /* '' */
.icon-nav-menu:before { content: '\e81a'; } /* '' */
.icon-nav-minus-mark:before { content: '\e81b'; } /* '' */
.icon-nav-refresh-mark:before { content: '\e81c'; } /* '' */
.icon-nav-tick-mark:before { content: '\e81d'; } /* '' */
.icon-social-apple-round:before { content: '\e81e'; } /* '' */
.icon-social-apple:before { content: '\e81f'; } /* '' */
.icon-social-deezer-round:before { content: '\e820'; } /* '' */
.icon-social-deezer:before { content: '\e821'; } /* '' */
.icon-social-facebook-round:before { content: '\e822'; } /* '' */
.icon-social-facebook:before { content: '\e823'; } /* '' */
.icon-social-instagram-round:before { content: '\e824'; } /* '' */
.icon-social-instagram:before { content: '\e825'; } /* '' */
.icon-social-itunes-round:before { content: '\e826'; } /* '' */
.icon-social-itunes:before { content: '\e827'; } /* '' */
.icon-social-songkick-round:before { content: '\e828'; } /* '' */
.icon-social-songkick:before { content: '\e829'; } /* '' */
.icon-social-soundcloud-round:before { content: '\e82a'; } /* '' */
.icon-social-soundcloud:before { content: '\e82b'; } /* '' */
.icon-social-spotify-round:before { content: '\e82c'; } /* '' */
.icon-social-spotify:before { content: '\e82d'; } /* '' */
.icon-social-twitter-round:before { content: '\e82e'; } /* '' */
.icon-social-twitter:before { content: '\e82f'; } /* '' */
.icon-social-vevo-round:before { content: '\e830'; } /* '' */
.icon-social-vevo:before { content: '\e831'; } /* '' */
.icon-social-youtube-round:before { content: '\e832'; } /* '' */
.icon-social-youtube:before { content: '\e833'; } /* '' */


/* ---------- Main ---------- */

html, body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: "Oswald", san-serif;
	font-weight: 300;
}

a {
	text-decoration: none;
}

.clearfix:after {
    content: "";
    clear: both;
    display: table;
}

#page_wrapper {
	width: 90%;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	max-width: 1300px;
}

.page_wrapper_01 {
	opacity: 0;
	transition: 1.0s;
	pointer-events: none;
}

.page_wrapper_02 {
	opacity: 0;
	transition: 1.0s;
	pointer-events: none;
}

.page_wrapper_visible {
	opacity: 1 !important;
	pointer-events: auto !important;
}

#wrapper {}

.main_bg {
	position: fixed;
	background-image: url(images/bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
	height: 100%;
	top: 0;
}

.flag_bg {
	position: fixed;
	background-image: url(images/pistols-flag.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
	height: 100%;
	top: 0;
}

#page_header {
	position: relative;
	height: auto;
	max-width: 1000px;
	margin: 2% auto 0;
	width: 90%;
	pointer-events: none;
	z-index: 2;
}

#header_clip {
	width: 150px;
	height: 150px;
	position: absolute;
	left: 0px;
	background-image: url(images/bulldog-clip.png);
	background-size: contain;
	top: -70px;
	z-index: 10;
}

.single_title {
	font-size: 40px;
	position: relative;
	display: block;
	left: 70px;
	text-transform: uppercase;
	font-weight: 800;
	color: #ffffff;
	line-height: 90%;
	overflow: visible;
	max-width: 90%;
	transform: rotate(-1deg);
	border-left: solid 40px #000000;
	padding: 20px 0px;
}

.single_title_inner {
	position: relative;
	line-height: 1;
	color: #fff;
	display: inline;
	white-space: pre-wrap;
	outline: 10px solid #000000;
	background-color: #000000;
	-webkit-backface-visibility: hidden;
}

.single_title_inner:after {
	content: "";
	position: absolute;
	top: 5px;
	right: 100%;
	bottom: -5px;
	width:5px;
	background-color: #000000;
}

.single_title_inner span {
	position: relative;
	z-index: 1;
}

#page_pagination {
	width: 100%;
	font-weight: 800;
	color: #FFFFFF;
	text-transform: uppercase;
	margin: 0 auto;
	text-align: center;
}

.page_pagination_link {
	text-align: center;
	display: inline-block;
	background-color: #000000;
	padding: 5px 10px;
}

.page_pagination_link a {
	color: #FFFFFF;
	transition: 0.3s
}

.page_pagination_link a:hover {
	color: #FF0000;
}

/* ---------- Overlay ---------- */

.overlay {
	width: 100%;
	height: 100%;
	position: fixed;
	display: block;
	top: 0;
	z-index: 1000;
	transition: 0.3s;
}

.overlay_hidden {
	opacity: 0;
	pointer-events: none;
}

#home_overlay_enter_btn {
	display: block;
	transform: translate(-50%, -50%) scale(1.0, 1.0);
	text-transform: uppercase;
	left: 50%;
	top: 50%;
	position: absolute;
	cursor: pointer;
	transition: 0.3s;
	color: #FFFFFF;
}

#home_overlay_enter_btn:hover {
	transform: translate(-50%, -50%) scale(1.1, 1.1) rotate(-3deg);
	color: #FF0000;
}

#home_overlay_enter_btn span {
	background-color: #000000;
	padding: 0px 10px;
	font-size: 40px;
	font-weight: 800;
}


/* ---------- Header ---------- */

#header {
	position: relative;
	width: 100%;
	height: auto;
	display: block;
	text-align: center;
	z-index: 10;
	top: 0;
	left: 0;
	text-transform: uppercase;
}

#header a {
	transition: 0.3s
}

#social_icons {
	padding: 0;
	margin: 0;
	position: relative;
	width: auto;
	top: 5px;
	right: 8px;
}

#social_icons a {
	font-size: 22px;
	transition: 0.3s;
	color: #000000;
}

#social_icons a:before {
	background-color: #FFFFFF;
	border-radius: 50%;
}

#social_icons a:hover {
	color: #FF0000;
}

#main_logo {
	background-image: url(images/sexpistols-logo.svg);
	background-position: center center;
	width: 100%;
	height: 100px;
	margin: 5px;
}

#main_menu {
	position: relative;
	width: auto;
	list-style: none;
	display: inline-block;
	text-transform: uppercase;
	font-size: 14px;
	background-color: #000000;
	padding: 0;
	margin: 0;
	text-align: center;
}

#main_menu ul {
	padding: 0;
	margin: 0 auto;
	text-align: center;
	position: relative;
}

.menu-item {
	display: inline-block;
	margin: 0;
	padding: 5px 10px;
}

.menu-item a {
	color: #FFFFFF;
	transition: 0.3s;
	font-weight: 800;
}

.menu-item a:hover {
	color: #FF0000;
}

#mobile_menu {
	width: 25px;
	height: 25px;
	position: absolute;
	left: 0;
	top: 0;
	margin: 5px;
	display: none;
}

/* sign up */

.ae-cform-modal-container, .ae-cform-container {
	font-family: "Oswald", sans-serif !important;
	font-size: inherit !important;
}

.blocker {
	z-index: 100 !important;
}

.ae-cform-mailing-list-success-1 {
	display: none;
}


/* ---------- Swiper ---------- */

#header_main_outer {	
	height: 60vh;
	transform: rotate(-1deg);
	overflow: visible;
	position: relative;
}

.home #header_main_logo {
	bottom: 20px;
}

.swiper-container {
	position: relative;
	margin-top: 10px;
	width: 90%;
	height: 95%;
	margin-left: auto;
	margin-right: auto;
	border: solid 8px #000000;
	background-color: #000000;
	box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.4);
}

.swiper-slide {
	background-size: cover !important;
	background-repeat: no-repeat;	
	background-position: center center !important;
	font-size: 18px;
	background: #fff;
}

.swiper-slide:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 70%, rgba(0,0,0,0.9) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 70%,rgba(0,0,0,0.9) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 70%,rgba(0,0,0,0.9) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	opacity: .6;
}

.swiper-pagination-bullet {
	background-color: rgba(255, 255, 255, 0.9);
	box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.3);
}

.swiper-pagination-bullet-active {
	background-color: #ffffff !important;
}

.swiper-button {
	background-color: #ffffff;
	width: 50px;
	height: 50px;
	background-image: none;
	border-radius: 50%;
	font-size: 20px;
	line-height: 230%;
	text-align: center;
	transition: 0.3s;
	cursor: pointer;
	box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.3);
}

.swiper-button:hover {
	background-color: #000000;
	color: #FFFFFF;
	transform: scale(1.1,1.1);
}

.swiper-button-next {
}

.swiper-button-prev {
}

.home-swiper-slide-title {
	position: absolute;
	bottom: 20px;
	left: 50px;
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 50px;
	text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
	max-width: 70%;
	text-align: left;
}

.home-swiper-slide-title_inner {
	display: inline;
	background-color: #000000;
	font-weight: 800;
	width: auto;
	padding: 0px 20px;
}

.swiper-slide a {
	position: absolute;
	width: 100%;
	height: 100%;
}

/* ---------- Grid layout ---------- */

#grid_container {
	width: 100%;
	height: auto;
	box-sizing: border-box;
	overflow: hidden;
	position: relative;
}

.grid_item {
	background-size: cover;
	box-sizing: border-box;
	overflow: hidden;
	margin: 0;
	padding: 0;
	display: inline-block;
    position: relative;
    width: 23%;
    margin: 0.5%;
    vertical-align: top;
    overflow: visible;
    text-align: left;
}

.grid_item_inner {
    position: relative;
    text-align: center;
    height:0;
    width:100%;
    padding-bottom:100%;
    background-color:rgba(255, 255, 255, 0.70);
    border: solid 8px #000000;
    overflow: visible;
}

.grid_item_inner_img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-position: center center;
    background-size: cover;
    transition: 0.3s;
    
}

.grid_item_inner_img:hover {
	transform: scale(1.1,1.1);
}

.grid_item_title {
	font-size: 20px;
	position: relative;
	display: block;
	width: 100%;
	text-transform: uppercase;
	font-weight: 800;
	color: #ffffff;
	line-height: 90%;
	left: 10px;
	margin-top: -10px;
	margin-bottom: 15px;
	overflow: visible;
	max-width: 90%;
	transform: rotate(-3deg);
	border-left: solid 10px #000000;
	padding: 10px 0px;
}

.grid_item_title_inner {
	position: relative;
	line-height: 1;
	color: #fff;
	display: inline;
	white-space: pre-wrap;
	outline: 10px solid #000000;
	background-color: #000000;
	-webkit-backface-visibility: hidden;
}

.grid_item_title_inner:after {
	content: "";
	position: absolute;
	top: 5px;
	right: 100%;
	bottom: -5px;
	width:5px;
	background-color: #000000;
}

.grid_item_title_inner span {
	position: relative;
	z-index: 1;
}

/* ---------- Home Section ---------- */

#home_grid_container {
	width: 69%;
	display: inline-block;
	float: left;
	overflow: hidden;
	position: relative;
}

.home_column_title {
	color: #FFFFFF;
	text-transform: uppercase;
	margin: 0 auto 10px;
	font-size: 30px;
	text-align: center;
}

.home_column_title div {
	display: inline;
	background-color: #000000;
	padding: 0 10px;
	font-weight: 800;
}

.home_column_title .icon-social-twitter {
	font-size: 50px;
	vertical-align: bottom;
}

#home_grid_container .grid_item {
	width: 31%;
}

#home_tweet_container {
	width: 30%;
	display: block;
	right: 0;
	position: absolute;
	overflow: hidden;
	height: 100%;
}

#home_tweets {
	border: 0;
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
}

#iframe_tweet_container {
	color: #FFFFFF;
	padding: 20px;
	background-color: #000000;
}

#twitter {
	padding: 0;
	list-style: none;
}

#twitter li {
	margin-bottom: 10px;
	border-bottom: dotted 1px #FFFFFF;
	padding-bottom: 5px;
}

#twitter .meta {
	text-transform: uppercase;
	font-weight: 800;
}

#twitter a {
	color: #FFFFFF;
}


/* ------ Single posts ------ */

.single #header_main_outer {
	margin-top: -2%;
}

#single_post_date {
	background-color: #000000;
	font-size: 20px;
	color: #FFFFFF;
	width: auto;
	font-family: 'Oswald', sans-serif;
	display: inline-block;
	padding: 5px 10px;
	font-weight: 800;
	text-transform: uppercase;
}

#single_post_content {
	background-image: url(images/crumpled-paper-tiled.jpg);
	background-repeat: repeat;
	background-size: 1000px;
	max-width: 1000px;
	width: 70%;
	margin: 0 auto 10px;
	padding: 5%;
	height: auto;
	font-family: 'Special Elite', Courier, monospace;
	line-height: 160%;
	font-size: 14px;
	box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.5);
	margin-top: -4%
}

#single_post_content br {
	display: block;
	margin: 20px;
	line-height:22px;
	content: "";
}

#single_post_content strong {
	font-weight: bold;
}

#single_post_content a {
	background-color: #000000;
	padding: 0px 15px;
	color: #ff0000;
	margin: 10px;
	transition: 0.3s;
	display: inline-block;
}

#single_post_content a:hover {
	color: #ffffff;
}

#single_post_content img {
	border: solid 8px #000000;
	max-width: 100%;
	height: auto;
	margin: 10px;
	display: block;
}

.wp-caption {
	width: 100%;
	overflow: hidden;
	max-width: 100%;
}

#single_post_content img.alignleft {
	float: left;
}

#single_post_content img.alignright {
	float: right;
}

#single_post_content img.alignnone {
	display: block;
}

#single_post_content img.aligncenter {
	margin: 10px auto;
	display: block;
}

#single_post_content a img {
	display: block;
}

.release_page_half {
	width: 47%;
	display: inline-block;
	margin: 1%;
	vertical-align: top;
}

.release_detail {
	margin-bottom: 10px;
}

.release_detail_title {
	background-color: #000000;
	padding: 8px 8px 6px 8px;
	color: #FFFFFF;
	display: inline-block;
	text-transform: uppercase;
	font-weight: bold;
	margin-right: 10px;
	margin-bottom: 5px;
	transform: rotate(-1deg);
}

.release_detail img {
	width: 100%;
	height: auto;
	display: block;
	float: left;
	box-sizing: border-box;
}


.responsive-container {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}

.responsive-container iframe, 
.responsive-container object, 
.responsive-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}


/* ---------- Bio page ---------- */

.bio_menu {
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	font-weight: 800;
	text-align: left;
}

.bio_menu_item {
	display: inline-block;
	width: 14%;
	background-color: transparent !important;
	margin: 0 1% 2% !important;
	padding: 0 !important;
}

.bio_menu_item:nth-child(2n) {
	transform: rotate(-4deg);
}

.bio_menu_item:nth-child(4n) {
	transform: rotate(4deg);
}

.bio_menu_item:nth-child(6n) {
	transform: rotate(2deg);
}

.bio_menu_item .grid_item_title {
	left: 0;
	font-size: 16px;
	margin-bottom: 0;
	padding-top: 0;
}

.bio_menu_title {
	background-color: #000000;
	display: inline;
	font-size: 16px;
	padding: 5px;
	z-index: 10;
	text-align: left;
	transform: rotate(-4deg);
	max-width: 100%;
}

.bio_menu a {
	color: #FFFFFF !important;
}

.bio_menu_img {
	width: 100%;
	height: auto;
	transform: rotate(-2deg);
	display: block;
	border: solid 4px #FFFFFF !important;
	box-shadow: 0px 0px 6px 2px rgba(0,0,0,0.5);
	margin: 0 !important;
}

/*
#bio_info {
	float: left;
	font-family: 'Oswald', sans-serif;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: 800;
	width: 70%;
	margin-bottom: 20px;
}
*/

.bio_info_name {
	background-color: #000000;
	display: inline-block;
	font-size: 40px;
	padding: 20px;
	font-family: 'Oswald', sans-serif;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: 800;
	margin-bottom: 10px;
}

.bio_info_details {
	background-color: #000000;
	display: inline-block;
	font-size: 20px;
	padding: 5px 20px;
	font-family: 'Oswald', sans-serif;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: 800;
	margin-bottom: 5px;
	max-width: 50%;
}

.bio_info_details_dob {
	max-width: 200px;
	font-family: 'Oswald', sans-serif;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: 800;
	margin-bottom: 5px;
}

.page-template-page-bio-single img.alignright {
	border: solid 8px #FFFFFF !important;
	box-shadow: 0px 0px 6px 2px rgba(0,0,0,0.5);
	transform: rotate(3deg);
}

.page-template-default h1 {
	color: #FFFFFF;
	background-color: #000000;
	display: inline-block;
	margin: 0;
	padding: 15px 10px 5px;
}


/* page template */

/*
.page-template-default #header_clip {
	top: 10%;
	left: 7%;
	height: 20%;
}
*/
.page-template-default .bio_menu_item {
	width: 20%;
	vertical-align: top;
}

.page-template-default .bio_menu_title {
	white-space: normal;
	font-size: 20px;
	text-align: left;
}

.page-template-default .page_featured_img {
	float: left;
}

/*
.page-template-default .single_title {
	margin-top: 3%;
	margin-left: 18%;
	margin-bottom: 0;
}
*/

/* tubepress */

.tubepress-thumb {
	display: inline-block;
	/* margin-right: -4px; */
	vertical-align: top;
	margin-bottom: 1em;
	margin: 3px 1% !important;
	width: 30% !important;
	margin-bottom: 20px !important;
}

.tubepress-youtube div.tubepress-youtube-thumbnail {
    width: 100% !important;
}

.tubepress-meta-group {
	 margin: 0 auto!important;
	font-size: 11px;
	width: 100%;
}

a.tubepress-cursor-pointer {
	padding: 5px !important;
	font-family: 'Special Elite', Courier, monospace;
	margin: 0 !important;
	color: #FFFFFF !important;
	text-decoration: none !important;
}

a.tubepress-cursor-pointer:hover {
	color: #FF0000 !important;	
}

#fancybox-content > div {
	width: 100% !important;
	height: 100% !important;
	background-color: #FFFFFF;
}

#fancybox-title-float-wrap {
	font-family: 'Special Elite', Courier, monospace;
	transform: rotate(-1deg);
}

#fancybox-title-float-left {
    padding: 0 0 0 15px;
    background: transparent;
    display: none;
}

#fancybox-title-float-right {
    padding: 0 0 0 15px;
    background: transparent;
    display: none;
}

#fancybox-title-float-main {
    color: #FFF;
    line-height: 29px;
    font-weight: bold;
    padding: 6px 17px 8px 15px !important;
    background-image: none !important;
    /* background: url(fancybox-x.png) 0px -40px; */
    background-color: black !important;
}

/* ---------- Footer ---------- */

#footer {
	position: relative;
	bottom: 0;
	width: 100%;
	text-align: center;
	line-height: 120%;
	font-size: 10px;
	margin-top: 20px;
	text-transform: uppercase;
	padding-bottom: 20px;
	font-weight: 800;
	transform: rotate(-1deg);
}

#footer a {
	color: #000000;
	font-size: 10px;
	margin: 4px;
	display: inline-block;
	background-color: #FFFFFF;
	padding: 5px;
	box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.5);

}

#policy {
	line-height: 120%;
	font-size: 12px;
}

#policy a {
	font-size: 12px;
	margin: 0 4px;
}

#copyright {
	display: inline-block;
	background-color: #FFFFFF;
	color: #000000;
	padding: 5px;
	margin-top: 10px;
	box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.5);
}


/* ---------- NGG Photos ---------- */

.ngg-albumoverview {
	text-align: center;
}

.ngg-album-compact {
	width: 32% !important;
	vertical-align: top;
	display: inline-block !important;
	float: none !important
}

.ngg-breadcrumbs {
	display: none;
}

.ngg-album-compact .ngg-album-compactbox {
	border: 0 !important;
	padding: 0 !important;
	margin: 0 !important;
	height: auto;
}

.ngg-gallery-thumbnail a {
}

.ngg-album-compactbox::before, .ngg-album-compactbox::after {
	border: 0 !important;
}

.ngg-album-compact a {
	width: 100%;
	background-color: transparent !important;
}

.ngg-album-compactbox .Thumb {
	width: 100% !important;
	border: solid 4px #000000 !important;
	max-width: none !important;
}

.ngg-album-compact h4 .ngg-album-desc {
	background-color: #000000 !important;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	color: #FFFFFF !important;
	margin: 0;
	padding: 2px 0px !important;
    display: inline !important;
    box-shadow: 10px 0 0 #000000, -10px 0 0 #000000;
}

.ngg-album-compact h4 .ngg-album-desc:hover {
	color: #FF0000 !important;
}

.ngg-album-compact .ngg-album-link a {
	padding: 0 !important;
	border: solid 8px #000000 !important;
	margin: 0 !important;
}

.ngg-album-compact h4 {
	margin-top: -20px !important;
	margin-bottom: 10px !important;
	transform: rotate(-3deg);
	z-index: 10 !important;
	position: relative;
}

.ngg-album-compact h4 a {
	margin: 0 !important;
	padding: 0 !important;
}

.ngg-album-gallery-image-counter {
	display: none;
}

.ngg-navigation a {
	color: #FFFFFF;
}

.ngg-navigation a:hover {
	color: #FF0000 !important;
}

.ngg-navigation span.current {
	background: none !important;
	color: #000000;
}

.ngg-navigation a.page-numbers {
	border-radius: 0 !important;
}

/* gallery */

.slideshowlink {
	display: none;
}

.ngg-galleryoverview {
	float: none;
	text-align: center; 
}

.ngg-gallery-thumbnail-box {
	float: none !important;
	width: 30%;
	display: inline-block;
}

.ngg-gallery-thumbnail {
	background-color: transparent !important;
    border: 0 !important;
    overflow: hidden;
}

.ngg-gallery-thumbnail a {
	padding: 0 !important;
	margin: 0 !important;
}

.ngg-gallery-thumbnail img {
	width: 100% !important;
	border: 8px solid #000000 !important;
	box-sizing: border-box !important;
	margin: 0 !important;
}

/* image */

.screen-reader-text {
	background-color: #000000;
	text-transform: uppercase;
	color: #FFFFFF;
	padding: 5px 10px;
	font-weight: 800;
}

#TB_secondLine {
	background-color: #000000;
	text-transform: uppercase;
	color: #FFFFFF;
	padding: 5px 10px;
	font-weight: 800;
}

#TB_secondLine a {
	color: #FF0000;
}

#TB_closeWindowButton {
	display: none;
}

#TB_window img#TB_Image {
	border: 0px !important;
}


/* ---------- 404 ---------- */

#error_text_wrapper {
	text-align: center;
}

#error_text {
	font-size: 18vh;
	background-color: black;
	color: #FFFFFF;
	font-weight: bold;
	width: auto;
	display: inline-block;
	padding: 0px 30px;
	margin: 20px auto;
}

#error_home_btn_wrapper {
	text-align: center;
}

#error_home_btn {
	text-transform: uppercase;
	font-size: 20px;
	background-color: black;
	color: #FFFFFF;
	font-weight: bold;
	width: auto;
	text-align: center;
	display: inline-block;
	padding: 0px 30px;
	margin: 20px auto;
}

#error_home_btn span {
	color: #FF0000;
}


/* ---------- Media Queries ---------- */

/* iPad portrait & less ---------- */
@media only screen 
and (max-width : 768px) {

#mobile_menu {
	display: block;
	cursor: pointer;
	margin: 7px 10px;
	font-size: 20px;
	z-index: 10;
}

#main_menu {
	background-color: rgba(153, 153, 153, 0);
	margin-top: 0px;
	padding: 20px 0 20px 0;
	top: 0%;
	position: absolute;
	width: 90%;
	transition: 0.2s;
	left: 5%;
	opacity: 0;
	pointer-events: none;
	background-image: url(images/crumpled-paper-tiled.jpg);
	background-repeat: repeat;
	background-size: 1000px; 
	box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.3);
}

.mobile_menu_visible {
	top: 50px !important;
	opacity: 1 !important;
	pointer-events: auto !important;
	z-index: 100;
}

.menu-item {
	display: block;
	margin: 0px;
	font-size: 20px;
}

.menu-item a {
	background-color: #000000;
	padding: 0 10px;
}

.menu-item:nth-child(2n){
	transform: rotate(2deg);
}

.menu-item:nth-child(4n){
	transform: rotate(-3deg);
}

.menu-item:nth-child(6n){
	transform: rotate(-2deg);
}

#main_logo {
	height: 50px;
}

#page_wrapper {
	width: 100%
}

#social_icons {
    right: auto;
}

#header_main_outer {
	height: auto;
}

#grid_container {
	text-align: center;
}

.grid_item {
	width: 40%;
	float:none;
	display: inline-block;
}

.swiper-container {
	height: 40vh;
}

.home-swiper-slide-title {
	font-size: 20px;
	left: 0;
	width: 100%;
	max-width: none;
	bottom: 0;
	padding: 0;
	line-height: 120%;
}

.home-swiper-slide-title_inner {
	padding: 0;
}

#home_grid_container {
	width: 100%;
}

#home_grid_container .grid_item {
	width: 80%;
	margin: 0 auto;
	display: block;
}

#home_tweet_container {
	width: 100%;
	position: relative;
}

#home_tweets {
	position: relative;
	min-height: 100vh;
	height: auto;
}

#page_header {
	
}

#header_clip {
	width: 70px;
	height: 70px;
	position: absolute;
	left: -15px;
	background-image: url(images/bulldog-clip.png);
	background-size: contain;
	top: -30px;
}

.single_title {
	font-size: 20px;
	position: relative;
	display: block;
	left: 10px;
	text-transform: uppercase;
	font-weight: 800;
	color: #ffffff;
	line-height: 90%;
	overflow: visible;
	max-width: 90%;
	transform: rotate(-1deg);
	border-left: solid 20px #000000;
	padding: 15px 0px;
}

#single_post_content {
	width: 95%;
}

.release_page_half {
	width: 100%;
	display: block;
}

.single #header_main_outer {
	margin-top: -10%;
}

.bio_menu_item {
	width: 40%;
}

.bio_menu_title {
	white-space: normal;
}

.bio_info_name {
	line-height: 100%;
}

#single_post_content img {
	border: solid 4px #000000;
	max-width: 200px;
	height: auto;
	margin: 10px;
	display: block;
}

.page-template-default .bio_menu_item {
	width: 100%;
}

.ngg-album-compact {
	width: 100% !important;
}

.ngg-gallery-thumbnail-box {
	width: 100%;
}


}

/* iPhone 8+ portrait & less ---------- */
@media only screen 
and (max-width : 414px) {

}

/* iPhone 5 & less ---------- */
@media only screen 
and (max-width : 320px) {

}

/* iPads (portrait and landscape) ---------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) {

}

/* iPads (landscape) ---------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {

}

/* iPads (portrait) ---------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {

}