/*
Theme Name: OR\WA Nursery
Theme URI: http://corneliushegeman.com
Author: Cornelius
Author URI: http://corneliushegeman.com/
Description: 
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: 
Text Domain: twentythirteen

*/


/* Nav Styling */

html {
	overflow-x: hidden;
	width: 100%;
	height: 100%;
}

body {
	margin: 0 auto;
	background: white;
	overflow-x: hidden;
	width: 100%;
	height: 100%;
}

.hamburger {
	margin: 20px 0px;
	width: 24px;
	height: 24px;
	background-image: url(../images/ic_menu_black_24px.svg);
	display:none;
}

.closeburger {
	background-image: url(../images/ic_close_black_24px.svg);	
}

.nav-section {
	padding: 30px 50px;
	overflow-x: hidden;
}



.nav-section ul li {
	color: white;
	opacity: 1.0;
	font-weight: bold;
	text-transform: uppercase;
	display: inline-block;
}

.nav-section li {
	padding: 0px 15px;
}

.nav-section ul {
	width: intrinsic;
	width: max-content;
}

.nav-section a {
	color: rgba(255, 255, 255, 0.6);
	opacity: 1.0;
	text-decoration: none;	
}

.nav-section a:hover, .nav section a:active, .nav-section a:visited {
	color: white;
	opacity: 1.0;
	text-decoration: none;	
}

.nav-section li:hover, li:active li:visited{
	color: white;
	opacity: 1;
	text-decoration: none;
}

.mug-logo {
	height: 40px;
	margin: -11px 0px;
}

.mug-logo img {
	height: 100%;
	width: auto;
	padding: 0px;
}



@media (max-width: 768px) {
	
.mug-logo {
	display:none;
}

.nav-section-collapsed {
	background: rgba(0, 0, 0, 0.6);
	z-index:100;
}

.hamburger {
	z-index: 200;
	display: block;
}
	
.nav-section {
	z-index:50;
	position: absolute;
	right: 0px;
/* 	right: -100%; */
	width: 0px;
	height: 100%;
	opacity: 0;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.nav-section-opened {
	width: 100%;
	background: rgba(0, 0, 0, 0.9);
	right: 0px;
	opacity: 1;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
	
.nav-section ul li {
	text-transform: uppercase;
	display: block;
	text-align: center;
}	

.nav-section li {
	padding: 20px 0px;

}

}


.hero-section {
	padding: 85px 0px 0px;
	margin: -85px 0px 0px 0px;	
	z-index: -10;
}

.home-hero {
	padding: 85px 0px 68px;
	margin: -85px 0px 0px 0px;	
/*
	padding-bottom: 68px;
	margin-bottom -98px;
*/
	z-index: -10;
	height: 85%;

}

.h100 {
	height: 100%;
}

.hero-logo-holder {
	display: table;
	height: 100%;
	width: 100%;
}

.hero-logo {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	height: 100%;
	width: 100%;
}

.hero-logo img {
	width: 200px;
}

.button-section {
	margin-top: 30px;
	margin-bottom: 30px;
}

.hero-button button {
	background-color: transparent;
	border-radius: 1px;
	border: 1px solid white;
	width: 100%;
	padding: 10px;
	color: white;
	font-size: 14px;
	line-height: 16px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: bold;
	text-transform: uppercase;
}

.hero-button button:hover {
	background-color: white;
	color: #2a2a2a;
}

.hero-button button:active {
	padding: 14px;
	margin: 1px;
}

.hero-button a {
	text-decoration: none;
}



@media (max-width: 768px) {


	

}

@media (max-width: 450px) {
	
/*
.home-hero {
	height: intrinsic;
	height: max-content;
	padding: 45px 0px;
}
*/

.h100 {
	height: intrinsic;
	height: max-content;
}

.hero-logo-holder {
	display: block;
	height: intrinsic;
	height: max-content;
	width: 100%;
}

.home-hero {
	padding: 80px 0px 0px;
	margin: -80px 0px 0px 0px;	
	height: 85%;
}

.hero-logo {
	display: block;
	vertical-align: none;
	height: intrinsic;
	height: max-content;
	width: 100%;
	margin-top: 50px;
	padding: 0px 0px;
}	

.hero-button button {
	width: 80%;
	margin: 10px 10%;
	display: block;
}

}

.cta-section {
	background-image: url(../images/redsiding.jpg);
	padding: 35px 0px;
}

.cta-section h2 {
	text-align: center;
}

.cta-section-buttons {
	margin: 0 auto; 
	width:intrinsic;
	width: max-content;
	padding-bottom: 20px;
}

.cta-section-buttons button {
	background-color: transparent;
	border: 2px solid white;
	border-radius: 100px;
	padding: 15px 45px;
	margin: 5px 10px;
	color: white;
	font-size: 14px;
	line-height: 16px;
	font-family: 'Roboto Condensed' , sans-serif;
	font-weight: bold;
	text-transform: uppercase;
}

.cta-section-buttons button:hover {
	background-color: white;
	color: #2a2a2a;
}

.cta-section-buttons button:active {
	padding: 14px 44px;
	margin: 6px 11px;
}

.main-section {
	padding: 35px 0px 55px;
}

.span-photo {
	width: 100%;
	padding: 15px 0px;
}

.span-photo img {
	width: 100%;
}

.home-image-bottom {
	height: 500px;
	width: 100%;
}

@media (max-width: 768px) {

.home-image-bottom {
	height: 350px;
	width: 100%;
}	

}

@media (max-width: 450px) {
	
.cta-section-buttons {
	margin: 0 auto; 
	width: 100%;
	padding-bottom: 20px;
}
	
.cta-section-buttons button {
	width: 80%;
	margin: 10px 10%;
	display: block;
}

.cta-section-buttons button:active {
	margin: 11px 10%;
}	
.main-section {
	padding: 0px 0px 20px;
}

.home-image-bottom {
	height: 200px;
	width: 100%;
}

}

/* STANDARD PAGE */

.drink-hero {
	z-index: -10;
	height: 400px;
}

.hero-logo-left {
	display: table-cell;
	vertical-align: middle;
	text-align: left;
	height: 100%;
	width: 100%;
}

.hero-logo-page {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	height: 100%;
	width: 100%;
}	

.hero-logo-page img {
	width: 100%;
}

.drink-hero-logo {
	width: 100%;
	padding: 0px 0px;
}

.page-main-section {
	margin: 20px 0px;
	padding: 35px 60px 55px;
}

.page-side-section {
	padding: 80px 0px;
}

i {
	color: white;
	margin: 0px 5px;
}

.social-icons {
	float: right;
	margin: 0px;
}

.footer-section {
	padding: 30px 0px;
}

.footer-section a {
	color: white;
}

.footer-section ul li {
	color: white;
	display: block;
}

.footer-copyright {
	text-align: right;
	padding-top: 90px;	
	font-size: 10px;
}

@media (max-width: 768px) {
	
.drink-hero {
	z-index: -10;
	height: 350px;
}

h1 {
	font-size: 48px;
	line-height: 54px;
}

.drink-hero-logo {
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0 auto;
}

.page-main-section {
	margin: 0px -20px;
	padding: 0px 20px 20px;
}

.page-side-section {
	margin: 0px -20px;
	padding: 20px;
}

.footer-section {
	padding: 20px 0px;
}

}

@media (max-width: 450px) {
	
	
h1 {
	text-align: center;
}
	
.drink-hero {
	height: intrinsic;
	height: max-content;
	padding: 45px 0px;
}	

.hero-logo-left, .hero-logo-page{
	text-align: center;
	margin: 0 auto;
	display:block;
}

.hero-logo-page {
	padding: 20px;
}

i {
	margin: 10px;
}

.social-icons {
	width: intrinsic;
	width: max-content;
	float: none;
	margin: 0 auto;
	padding-top: 20px;
}	

.footer-section ul li {
	text-align: center;
	padding: 10px 0px;
}

.footer-copyright {
	text-align: center;
	padding-top: 20px;	

}
	
}

/* Music Page */

.music-event {
	margin-top: 20px;
	border-top: 1px solid  #dddcdc;
	padding: 25px 0px 5px;
}

.music-image img {
	padding: 5px 0px;
}

.music-date {
	font-weight: bold;
	padding: 5px 0px 0px;
}

.music-time {
	padding: 0px 0px 0px;
}


.music-artist {
	font-size: 26px;
	line-height: 30px;
	font-weight: bold;
	text-transform: uppercase;
}

.music-artist i {
	color: #b6b6b6;
	font-size: 20px;
	line-height: 24px;
	padding: 3px;
	margin: 0px 10px;
}

.music-artist i:hover {
	color: #2a2a2a;
	font-size: 20px;
	line-height: 24px;
	padding: 3px;
	margin: 0px 10px;
}

.music-artist i:active {
	color: #2a2a2a;
	font-size: 18px;
	line-height: 22px;
	padding: 3px;
	margin: 0px 10px;
}

.nav-section li.current-menu-item a {
	color: white !important;
	opacity: 1.0;
	text-decoration: none;
	padding-bottom: 2px;
	border-bottom: 1px solid white;	
}

.footer-section li.current-menu-item a {
	color: black !important;
	opacity: 1.0;
	text-decoration: none;
	background-color: white;
	padding: 2px 4px;
	margin: 3px 0px;

		
}

