/*!
	Theme Name: VVVOID Blank Theme
	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:"Rubens-Regular";
	src: url("fonts/rubens-regular/rubens-regular.woff2") format("woff2"),
		url("fonts/rubens-regular/rubens-regular.woff") format("woff"),
		url("fonts/misproject-font/MISPROJECT.otf") format("opentype"),
		url("fonts/rubens-regular/rubens-regular.ttf") format("truetype");
		font-style:normal;font-weight:400;
}


/* ---------- 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 ---------- */


#bg_gradients {
	background: linear-gradient(rgba(0,0,0,0.0) 0%, 
                                rgba(0,0,0,0.0) 40%, 
                                rgba(0,0,0,0.0) 60%, 
                                rgba(0,0,0,0.9) 100%
                                );
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

a {
	text-decoration: none;
}

#page {
	padding: 0;
}

#wrapper {
	font-family:"Rubens-Regular";
	font-size: 1.5em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-transform: uppercase;
	background-color: #000000;
	text-transform: uppercase;
	width: 100%;
	color: #d8d5b7;
	height: auto
}



/* ---------- Header ---------- */
/* 
#header {
	position: absolute;
	width: 100%;
	height: 50px;
	display: block;
	text-align: center;
	z-index: 100;
	top: 0;
	left: 0;
	pointer-events: none;
}

#social_icons {
	padding: 0;
	margin: 10px;
	position: relative;
	width: auto;
	top: 0px;
	pointer-events: none;
}

#social_icons a {
	font-size: 28px;
	transition: 0.3s;
	color: #000000;
	display: inline-block;
	background-color: #d8d5b7;
	background-image: url(images/site/noise.png);
	background-repeat: repeat;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	line-height: 100%;
	box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.5);
	pointer-events: auto;
}

#social_icons a:hover {
	transform: scale(1.1,1.1);
}
*/
/* ---------- Home Screen --------- */

/*
#home_logo {
	background-image: url(images/site/ffdp_logo.png);
	position: relative;
	display: block;
	height: 25vh;
	width: 70%;
	background-position: center center;
	background-size: contain;
	margin: 4% auto 0;
}
*/

/*
#home_inner {
	background-image: url(images/site/mc_bg.jpg);
	background-position: 50% 27%;
	background-size: 80%;
	background-color: #b71000;
}
*/
#home_inner {
	background-image: url(images/site/mc_bg.jpg);
	background-position: center bottom;
	background-size: contain;
	background-color: #dc7db7;
	height: 70vh;
	position: relative;
	overflow: hidden;
}

#home_top_texture {
	background-image: url(images/site/mc_bg-black.png);
	background-position: center top;
	background-size: cover;
	width: 100%;
	height: 100%;
	position: absolute;
	top: -10%;
	left: 0;
}

#home_btm_texture {
	background-image: url(images/site/mc_bg-black.png);
	background-position: center top;
	background-size: cover;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	transform: rotate(180deg)
}

#home_content {
	text-align: center;
	position: absolute;
	bottom: 5%;
	width: 100%;
	text-shadow: 0px 0px 8px rgba(0, 0, 0, 1.0);
}

#home_logo {
	background-image: url(images/site/mc_main_logo.png);
	width: 120%;
	height: 10vh;
	transform: rotate(-2deg);
	background-color: #000000;
	display: block;
	background-position: center center;
	background-size: contain;	
	margin-left: -10%;
	margin-bottom: 2%;
	border: 10px solid #000000;
	position: absolute;
}

#home_lower_content {
	margin-top: 11vh;
}

#home_title {
	font-size: 50px;
	color: #d8d5b7;
	background-color: #000000;
	display: inline-block;
	padding: 17px 10px 15px;
	transform: rotate(-1deg);
}

#home_description {
	max-width: 800px;
	margin: 10px auto 0px;
	color: #FFFFFF;
	line-height: 90%;
}

.main_playlist_logo {
	width: 50%;
	display: block;
	overflow: hidden;
	margin: 2% auto 0;
	max-width: 150px;
}


/* ---------- Albums ---------- */

#albums_wrapper {
	height: auto;
	width: 100%;
	text-align: center;
}

.album_wrapper {
	width: auto;
	height: auto;
	position: relative;
	display: inline-block;
	transition: 0.2s;
	width: 40%;
}

.album_wrapper:hover {
	transform: scale(1.1,1.1) rotate(-2deg);
	z-index: 100;
}

.album_inner {
	width: 100%;
	/* height: 20vw; */
	margin: 1vw;
	position: relative;
	border: solid 1px #d8d5b7;
	background-size: cover;
}

.album_inner:after {
	content: "";
	display: block;
	padding-bottom: 100%;
}

.album_title {
	position: absolute;
	bottom: 0;
	font-size: 40px;
	display: block;
	transform: rotate(-1deg);
}

.album_title_inner {
	display: block;
	background-color: #000000;
	padding: 17px 10px 15px;
	color: #d8d5b7;
}

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

#footer {
	position: relative;
	bottom: 0;
	width: 100%;
	text-align: center;
	color: #FFFFFF;
	line-height: 120%;
	font-size: 20px;
	margin-top: 20px;
	padding-bottom: 20px;
}

#footer a {
	color: #FFFFFF;
	margin: 4px;
	display: inline-block;
}

#policy {
	line-height: 120%;
}

#policy a {
	margin: 0 4px;
}


/* ---------- 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: #999999;
	margin-top: 0px;
	padding: 0 0 20px 0;
	top: 0%;
	position: absolute;
	width: 100%;
	transition: 0.2s;
	left: 0;
	opacity: 0;
	pointer-events: none;
}

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

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

}

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

	#social_icons {
		margin: 0px 10px;
	}

	#home_inner {
		background-position: 50% 100%;
		background-size: 120%;
	}

	#home_top_texture {
		background-size: contain;
		top: 0%;
	}
	
	#home_btm_texture {
		top: 2px;
	}
	
	#bg_gradients {
		display: none;
	}

	#home_content {
		top: 0%;
	}

	#home_logo {
		width: 110%;
		height: 10vh;
		margin-left: -5%;
		border: 10px solid #000000;
	}

	#home_description {
		font-size: 22px;
		width: 90%;
		margin: 10px auto 0;
	}

	#home_lower_content {
		margin-top: 10vh;
	}

	#home_title {
		font-size: 30px;
		margin-top: 10px;
	}
	
	#albums_wrapper {
		background-color: #000000;
		padding-top: 30px;
		width: 100%
	}
	
	.album_wrapper {
		width: auto;
	}

	.album_inner {
		width: 80vw;
		height: 80vw;
	}

	.album_title {
		font-size: 30px;
	}

}


/* iPhone 5 & less ---------- */
@media only screen 
and (max-width : 320px) {
	#home_description {
		font-size: 16px;
	}
	
	#home_content {
		top: 0%;
	}
}

/* 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) {

}