/* LAYOUT */
/* ----------------------------------------- */

/* These rather presentational classes are generated by WordPress, so it's useful to have some styles for them. Edit as you see fit. More info: http://codex.wordpress.org/CSS */
.aligncenter { display:block; margin:0 auto }
.alignleft { float:left }
.alignright { float:right }


.wp-caption { 
	border:1px solid #666;
	text-align:center;
	padding:10px;
	margin:10px;
	width: 30.75%;
	float:left
}

/* You might find the following useful */
/* div, ul, li { position:relative } This will save you having to declare each div / ul / li's position as 'relative' and allows you to absolutely position elements inside them */
br.clear { clear:both; display:block; height:1px; margin:-1px 0 0 0 } /* Use this br class to clear your floated columns */
li#theme-switcher { background:#fff; border:10px solid red; padding:20px; position:fixed; top:0; right:0 } /* Use this if you have the Theme Switcher Reloaded plugin (http://themebot.com/webmaster-tools/1-wordpress-theme-switcher-reloaded) installed and want to make it nice and obvious */


/* ============================== */
/* ! Layout for desktop version   */
/* ============================== */
.slidepadding {
	height: 2px;
}

.widget-container {
	margin: 1px;
}

.fixed {
	position: fixed;
	z-index: 2000;
	width: 100%;
}
	
.slicknav_menu {
	display:none;
}

/* desktop nav */
#nav {
	width: 100%;
max-width: 1140px;
margin: 50px auto;
}

#menu {
    background-color: black;
    margin-top: 95px;
	height: 54px;
	color: white;
}

#menu li {
	display: inline-block;
	text-align: center;
	padding: 0px 3%;
	margin-top: 1.2em;
	margin-bottom: 1.2em; 
}

#menu a{
	text-align: center;
}



/* Sub Nav */
#menu li li {
	font-family: 'Oswald', sans-serif;
font-style: normal;
font-weight: 400;
  font-size: .8em;
  width: 150px;
  padding-right: 10px;
  
}

#menu li ul {
	margin-top: 0px;
	width: inherit;
 	display: none;
 	position: absolute;
 	background-color: black;
 	top: 135px;
 	
}


#menu li:hover ul {
  display: block;
  z-index: 1000;
}

#menu li ul li {
  display: block;
}


/* white page and padding */

#page {
	background-color: rgba(255,255,255,0.95);
	padding: 15px;
    margin-top: 150px;
	padding-bottom: 30px;
	-webkit-border-radius: 4px;
 	-moz-border-radius: 4px;
	border-radius: 4px;
	}
	
	
#menupage {
	background-color: rgba(255,255,255,0.95);
	padding-top: 50px;
    padding-bottom: 90px;
	}

.footer {
	padding-top: 10px;
	background-color:rgba(0,0,0,1);
	color:rgba(255,255,255,1);
	width: 100%;
	max-width: 1140px;
	margin: 0px auto;
}

#automar {
	margin: 0px auto;

}


.social {
	float: right;
	height: 20px;
	padding: 7px 15px;
	}
	
.icon {
	width: 25px;
	height: 25px;
	padding-right: 10px;
	float: left;
	}

/* ============================= */
/* ! Layout for mobile version   */
/* ============================= */
@media screen and (max-width: 890px) {
	
/* #menu is the original menu */
#menu {
	display:none;
}

.slicknav_menu {
	display: block;
}



.footer {
	width: auto;
	float: none;
	margin-left: 10px;
	margin-right: 10px;
	padding-left: 0px;
	padding-right: 0px;
	}
	
#nav {
	width: auto;
	float: none;
	margin: 0px 10px;
	padding-left: 0px;
	padding-right: 0px;
	}


li a {
    color: white;
    text-decoration: none;
}

#page {
    margin-top: 100px;
	}

#menupage {
	background-color: rgba(255,255,255,0.95);
	padding: 30px 10%;
	}

.menupadding {
	
	margin-bottom: 30px;
	}

.social {
	float: left;
	width: 80%;
	text-align: center;
	padding-bottom: 20px;
	padding-top: 10px;
	}

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