/*
Theme Name: STAN
Theme URI: http://devsaurus.com/
Author: Devsaurus
Author URI: http://devsaurus.com/
Description: A minimal, fast, mobile-first, theme by Devaurus
Version: 3.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: STAN
Tags:

*/


/* NAVIGATION STYLES */

nav#desktop { visibility:hidden;}

body { background-image:url(img/77bg.jpeg); }

form.wpcf7-form input, form.wpcf7-form textarea {
    line-height: normal;
    border-radius: 2px;
    background: white;
    border: none;
    margin: 0 auto 10px;
    padding: 13px;
    text-align:left;
}

#inner-body { padding:4rem 0;  }
#primary { background:#181100;}
nav#desktop {text-align:center; background:#262011; height:60px;width;100%;}
nav#desktop li { display:inline-block;color: #e9ba60;height:60px;line-height:60px;position:relative;}

nav#desktop ul { display:inline-block; background:#262011 }
nav#desktop img { display:inline-block; }
nav#desktop ul li a {  height:60px;display:inline-block;text-decoration:none;width:80px;color: #e9ba60;}
nav#desktop li a:hover { }

nav#desktop #logo { position:relative;width:220px; display:inline-block;z-index:99999;}
nav#desktop #logo #layer1 { left:50%;position:absolute;}
nav#desktop #logo #layer2 {  left:-50%;position:relative;} 

.events .headliners { text-align:center;} 
.row.footer .headliners { text-align:center; }

nav#desktop #logo img {

	z-index: 99999;
background: #262011;
width: 180px;
position: relative;
top: -100px;
border-radius: 200px;
padding: 50px 20px 50px 10px;}

nav#desktop ul ul
{
	display:none;
	top:100%;
	left:0;
	padding:0;
	position:absolute;
}
nav#desktop ul ul li a {background:#262011;width:200px;}

nav#desktop ul ul ul 
{
	display:none;
	top:0;
	left:100%;
	padding:0;
	position:absolute;
	background:#262011;

}

nav#desktop ul li:hover > ul
{
	display:block;
	z-index:9999999;
}

nav#desktop ul li ul li {display:block;}


.row {display:block;clear:both; position:relative;} 

.one-third { width:100%;height:auto;float:left;}
.two-thirds { width:100%;height:auto;float:left; }
.one-half { width:100%;height:auto;float:left;} 
.one-whole { width:100%;height:auto;} }
.text-center { text-align:center; }

.bx-wrapper { box-shadow: 1px 1px 45px #000; }

.row.footer { }


@media (min-width: 600px) {
nav#desktop { visibility:visible; }
}


@media (min-width: 1140px) {

	.bx-wrapper img { width:1300px;height:600px; }
	.row.footer { background:#181100;}
	#inner-body { width:1140px;margin:2rem auto; }
	.one-third { width:33.3%;display:inline-block; float:left;}
	.two-thirds { width:66.6%;display:inline-block; float:left;}
	.one-half { width:50%;display:inline-block;float:left; }
	#popup { left:150px; }

}

@media (min-width: 1500px) {

	.bx-wrapper img { width:1800px; height:800px;}
	.row.footer { background:#181100;}
	#inner-body { width:1440px;margin:2rem auto; }
	.one-third { width:33.3%;display:inline-block; float:left;}
	.two-thirds { width:66.6%;display:inline-block; float:left;}
	.one-half { width:50%;display:inline-block;float:left; }
	#popup { left:400px; }

}