/*
* Visual Natives
* www.visualnatives.com
*/


/* Table of Content
==================================================
	#Reset & Basics
	#Basic Styles
	#Site Styles
	#Typography
	#Links
	#Lists
	#Images
	#Buttons
	#Tabs
	#Forms
        #Menu + Logo
	#Misc
        #Sidebar
        #Footer
*/


/* #Reset & Basics
================================================== */
	html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font: inherit;
		vertical-align: baseline; }
	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
		display: block; }
	body {
		line-height: 1; }
	ol, ul {
		list-style: none; }
	blockquote, q {
		quotes: none; }
	blockquote:before, blockquote:after,
	q:before, q:after {
		content: '';
		content: none; }
	table {
		border-collapse: collapse;
		border-spacing: 0; }
	html, body {height: 100%;}
	
	
/* #Basic Styles
================================================== */
	body {
		font: 14px/18px "Lato", Helvetica, Arial, sans-serif;
		font-weight:400;
		background:#000;
		color: #fff;
		-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
		-webkit-text-size-adjust: 100%;
	}

	#main-wrapper {
		min-height: 100%;
		margin-bottom: -40px;
		position: relative;
	}
	
/* #Header
================================================== */
.head {
	position:relative;
	z-index:2;
	background:#000;
	}
	
.top_bar {
	width:100%;
	padding:10px 0px;
	background-color:#ffd60b;
}
.site-name {
	float:left;
	margin:0px;
	color:#000;
	font-family: 'brandon_grotesqueblack';
	font-size:18px;
	line-height:18px;
	}

.logo {
	display:block;
	text-align:center;
	margin-top:-20px;
	position:relative;
	z-index:3;
	}
.logo img {margin-left:0px;
                width:165px;
                height:auto;}

.socials {
	float:right;
	font-size:28px;
	position:relative;
	z-index:4;
}
.socials a,.footer-socials a {color:#000}
.socials a:hover,.footer-socials a:hover {color:#000;}

.slider {
	margin:-50px 0px 20px;
	position:relative;
	z-index:1;
	}

/* #Sections
================================================== */

.hq {margin-top:20px;}

#click-menu {
    text-align: left !important;
    cursor: pointer;
    font-size: 13px !important;
    display: none;
    position: absolute;
    left: 20% !important;
	right:0% !important;
    top: 4px;
    color: #020202;
    padding: 5px;
    z-index: 9999;
}


/* #Pages
================================================== */
.page {
	padding-bottom:40px;
}
.page-title {
	font-size:65px;
	text-align:center;
	letter-spacing:1px;
	margin:20px 0px 40px 0px;
}


/* #Artists
================================================== */

.artist_info {display:table-cell; vertical-align:middle;}
.artist_name {font-size:32px; line-height:32px; text-transform:none;}
.artist_url {text-align:center; clear:both;margin:0px;}

.column.artists:first-child, .columns.artists:first-child {
    margin-left: 0px;
}
.column.artists:last-child, .columns.artists:last-child {
    margin-right: 0px;
}
.column.artists:nth-child(3) {
    margin-right: 0px;
}
.column.artists:nth-child(4) {
    margin-left: 0px;
}


.artists {
    position:relative;
	display:table;
    width:300px;
    height:300px;
    overflow:hidden;
    background-color:#121212;
}

.effect img {
    position:absolute;
    left:0;
    bottom:0;
    cursor:pointer;
    margin:-20px 0px 0px 0px;
    -webkit-transition:all .3s ease-in-out;
    -moz-transition:all .3s ease-in-out;
    -o-transition:all .3s ease-in-out;
    transition:all .3s ease-in-out
}
.top img:hover {
    bottom:-96px;
    padding-top:100px;
	opacity: 0.4;
    filter: alpha(opacity=40); /* For IE8 and earlier */
	filter: blur(10px);
	-webkit-filter: blur(10px);
	z-index:2;
}

.sub-header {
	color: #fff;
	font-size:36px;
	text-align:center;
	letter-spacing:1px;
	margin:20px 0px 40px 0px;
}

.musicians {
	margin: 40px auto;
}

.actors {
	margin: 40px auto;
}

 /* #Footer
================================================== */
.clearfooter {
	margin-top:30px;
	height: 50px;
	clear: both;
}
footer {
	width:100%;
	height:50px;
	position: relative;
	background-color:#ffd60b;
}
footer p {
	margin:11px 0 0 0;
	color:#000;
	font-family: 'brandon_grotesqueblack';
	font-size:11px;
	text-transform:uppercase;
}
	

/* #Primary Navigation
================================================== */
#navigation {
	display:inline-block;
	margin-top:25px;
	position:relative;
	z-index:4;
	}

#left-nav {float:left;clear:left;}
#right-nav {float:right;clear:right;}

ul.nav {list-style:none;}
ul.nav li {padding:0px 0px 0px 0px; margin-right: 25px; position:relative; font-family: 'brandon_grotesqueblack'; text-transform:uppercase; font-size:18px; line-height: 18px;  display:inline}
ul.nav li:last-child {margin-right:0px;}
ul.nav a {text-decoration:none; color:#fff; letter-spacing:1px}

ul.nav a.active {
    color: #ffd60b;
}

#main_nav a.active, #main_nav span.active, #main_nav a:hover, #main_nav span:hover {
    color: #ffd60b;
}

ul.nav li:hover a {color:#ffd60b;}
ul.nav li ul a {display:block;}
ul.nav ul {list-style: none;margin:0;padding:0;width:200px;position:absolute;z-index:500;}
ul.nav li ul {top:33px;font-size:12px;}
ul.nav ul ul {top:0;left:100%;}
ul.nav ul li {float:none;}

ul.nav-menu ul,
ul.nav-menu li:hover ul ul,
ul.nav-menu ul li:hover ul ul
{ display: none; }

ul.nav-menu li:hover ul,
ul.nav-menu ul li:hover ul ,
ul.nav-menu ul li ul li:hover ul
{ display: block;}


/* #Typography
================================================== */
	h1, h2, h3, h4, h5, h6 {
		color: #fff;
		font-family: 'brandon_grotesqueblack';
		letter-spacing:1px;
		text-transform:uppercase;
	}
	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
	h1 { font-size: 46px; line-height: 50px; margin-bottom: 14px;}
	h2 { font-size: 40px; line-height: 40px; margin-bottom: 10px; }
	h3 { font-size: 26px; line-height: 34px; margin-bottom: 8px; }
	h4 { font-size: 21px; line-height: 30px; margin-bottom: 4px; }
	h5 { font-size: 17px; line-height: 24px; }
	h6 { font-size: 14px; line-height: 21px; }
	
	.titles {
		text-align:center;
		width:100%;
		background-color:#4b6daa;
		font-size:16px;
		line-height:16px;
		padding:20px 0px;
	}

	p { margin: 0 0 20px 0;}
	p img { margin: 0; }
	p.lead { font-size: 21px; line-height: 27px; color: #777;  }

	em { font-style: italic; }
	b {font-weight:700}
	strong { font-weight: 900}
	small { font-size: 80%; }

/*	Blockquotes  */
	blockquote, blockquote p { font-size: 17px; line-height: 24px; color: #777; font-style: italic; }
	blockquote { margin: 0 0 20px; padding: 9px 20px 0 19px; border-left: 1px solid #ddd; }
	blockquote cite { display: block; font-size: 12px; color: #555; }
	blockquote cite:before { content: "\2014 \0020"; }
	blockquote cite a, blockquote cite a:visited, blockquote cite a:visited { color: #555; }

	hr { border: solid #ddd; border-width: 1px 0 0; clear: both; margin: 10px 0 30px; height: 0; }


/* #Links/Colors
================================================== */
	a { color: #ffd60b; text-decoration: none; outline: 0; }
	a:hover, a:focus { color: #ffd60b; }
	p a, p a:visited { line-height: inherit; }
	.color-a {color:#ffd60b;}


/* #Lists
================================================== */
	ul, ol { margin-bottom: 20px; }
	ul { list-style: none outside; }
	ol { list-style: decimal; }
	ol, ul.square, ul.circle, ul.disc { margin-left: 30px; }
	ul.square { list-style: square outside; }
	ul.circle { list-style: circle outside; }
	ul.disc { list-style: disc outside; }
	ul ul, ul ol,
	ol ol, ol ul { margin: 4px 0 5px 30px; font-size: 90%;  }
	ul ul li, ul ol li,
	ol ol li, ol ul li { margin-bottom: 6px; }
	li { line-height: 18px; margin-bottom: 12px; }
	ul.large li { line-height: 21px; }
	li p { line-height: 21px; }

/* #Images
================================================== */

    img {
        max-width: 100%;
        height: auto;
    }

	img.scale-with-grid {
		min-width: 100%;
		height: auto; 
		display:block
		;
		}


/* #Forms
================================================== */
	
	form {
		margin-bottom: 0px; }
	fieldset {
		margin-bottom: 0px; }
	input[type="text"],
	input[type="password"],
	input[type="email"],
	textarea,
	select {
		border: 2px solid #E5E5E5;
		transition: border-color 0.3s ease 0s;
		color:#8A8A8A;
		outline: none;
		font: 13px;
		margin: 0;
		width: 100%;
		display: block;
		margin-top: 10px;
		background: #fff;
		padding:10px 15px;
		font-family: 'brandon_grotesqueblack';
		font-size:18px;
		color:#000;
		}
	select {
		padding: 0; }
		
	input[type="text"]:hover,
	input[type="password"]:hover,
	input[type="email"]:hover,
	textarea:hover {
		border: 2px solid #909090;}
		
	input[type="text"]:focus,
	input[type="password"]:focus,
	input[type="email"]:focus,
	textarea:focus {
		border: 2px solid #FFD60B;
 		color: #444;}
	textarea {
		min-height: 60px; }
	label,
	legend {
		font-weight:normal !important;
		color:#8A8A8A;
		display: block;
		font-size: 11px;
		letter-spacing:1px;
		}
	
	input[type="checkbox"] {
		display: inline; }
	label span,
	legend span {
		font-family: 'brandon_grotesqueblack';
		font-weight: normal;
		font-size: 18px;
		color: #444; }
	
	input[type="submit"] {
		background-color:#FFD60B;
		font-family: 'brandon_grotesqueblack';
		color:#000;
		padding:15px 20px;
		border:0px;
		cursor: pointer;
		text-transform:uppercase;
		font-size:20px;
		line-height:20px;
		}
		


/* #Menu & Logo
================================================== */
    .header {
        height:85px;
        border-bottom:  1px solid #ddd;
        margin-bottom: 40px;
        clear: both;
        margin-top: 40px;
        }

    .logo a{
        text-decoration: none;
        }

/* #Misc
================================================== */
    .title{
		margin-bottom:20px;
        padding-bottom: 0px;
		display:block;
		border-bottom:3px solid #000;
        }

    .full-width{
        padding-left: 0px;
        }

 /* #Sidebar
================================================== */
    .sidebar{
        font: 14px/1.5em "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
        }

    .sidebar li{
        list-style: none;
		margin-bottom: 20px;
        }
		
	

/* General styles for all menus */

.mobile-nav-icon {
	float:left;
	position:relative;
	z-index:4;
	color:#000;
	font-size:18px;
	cursor:pointer;
}

#menu-mobile-navigation li {margin:0px}

.cbp-spmenu {
	background: #121212;
	position: fixed;
}

.cbp-spmenu h3 {
    color: #000;
    font-size: 18px;
	line-height:18px;
    padding: 11px 15px 10px;
    margin: 0px;
    font-weight: 300;
    background: #e9c200 none repeat scroll 0% 0%;
}

.cbp-spmenu a {
	display: block;
	color: #fff;
	font-size: 1.0em;
	font-family: 'brandon_grotesqueblack';
	text-transform:uppercase;
}

.cbp-spmenu a:hover {
	background: #000;
	color:#ffd60b;
}

.cbp-spmenu a:active {
	background: #000;
	color: #fff;
}

/* Orientation-dependent styles for the content of the menu */

.cbp-spmenu-vertical {
	width: 240px;
	height: 100%;
	top: 0;
	z-index: 1000;
}

.cbp-spmenu-vertical a {
	border-bottom: 1px solid #000;
	padding: 1em;
}

.cbp-spmenu-horizontal {
	width: 100%;
	height: 150px;
	left: 0;
	z-index: 1000;
	overflow: hidden;
}

.cbp-spmenu-horizontal h3 {
	height: 100%;
	width: 20%;
	float: left;
}

.cbp-spmenu-horizontal a {
	float: left;
	width: 20%;
	padding: 0.8em;
	border-left: 1px solid #258ecd;
}

/* Vertical menu that slides from the left or right */

.cbp-spmenu-left {
	left: -240px;
}

.cbp-spmenu-right {
	right: -240px;
}

.cbp-spmenu-left.cbp-spmenu-open {
	left: 0px;
}

.cbp-spmenu-right.cbp-spmenu-open {
	right: 0px;
}

/* Horizontal menu that slides from the top or bottom */

.cbp-spmenu-top {
	top: -150px;
}

.cbp-spmenu-bottom {
	bottom: -150px;
}

.cbp-spmenu-top.cbp-spmenu-open {
	top: 0px;
}

.cbp-spmenu-bottom.cbp-spmenu-open {
	bottom: 0px;
}

/* Push classes applied to the body */

.cbp-spmenu-push {
	overflow-x: hidden;
	position:relative;
	left: 0;
}

.cbp-spmenu-push-toright {
	left: 240px;
}

.cbp-spmenu-push-toleft {
	left: -240px;
}

/* Transitions */

.cbp-spmenu,
.cbp-spmenu-push {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
