/*

Theme Name: Blue Line Pizza

*/

@import "css/reset.css";
@import "css/layout.css";
@import "typography.css";


/*------------------- PAGE GLOBALS---------------------*/

html, body {
	background: #659cb3 url('images/bg.jpg') no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.right {
	float: right;
}
.left {
	float: left;
}

#fullWrap, .smallWrap, #footer, #content {
	width: 100%;
	max-width: 1090px;
	margin: 0 auto;
	padding: 0 60px;
}


#fullWrap {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	width: 100%;
	margin: 0 auto;
}
.hideDesktop { display: none; }



/* for layout ease */
.w10, .w20, .w25, .w30, .w40, .w50, .w60, .w70, .w75, .w80, .w90, .w100 {
	float: left;
	margin-right: 0; 
}
.last { float: right; margin-right: 0; }
.w10 { width: 8%; }
.w20 { width: 18%;}
.w25 { width: 23%;}
.w30 { width: 28%;}
.w40 { width: 38%;}
.w50 { width: 48%;}
.w60 { width: 58%;}
.w70 { width: 68%;}
.w75 { width: 73%;}
.w80 { width: 78%;}
.w90 { width: 88%;}
.w100 { width: 100%;}


.hideInitially { display: none; }

/*--------------------- HEADER ---------------------*/

#header {
	border-bottom: 4px solid rgba(255, 255, 255, 0.4);
	overflow: visible;
}
#header .smallWrap {
	overflow: visible;
	height: 145px;
}
#logo {
	position:absolute;
	top: 15px;
}
#logo img {
	max-height: 155px;
	background: rgba(101, 156, 179, 0.9) url('images/bg.jpg') no-repeat center center fixed;
	
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	
}

#address {
	top: 14px;
	text-align: right;
}

#nav{
	position: absolute;
	right: 44px;
	bottom: -9px;
	clear: both;
}

#content li {
	list-style: initial;
	left: 18px;
	position: relative;
	font-size: 1.2em;
}


#menuButtonContainer {
	float: right;
	width:  100%;
	border-bottom:  4px solid rgba(255, 255, 255, 0.4);
	height: 25px;
	overflow: visible;
	
	top: 40px;
	margin-bottom: 80px;
	display: none;
}
#menuButton {
	
	position: absolute;
	top: 0;
	right: 10px;
	
	width: 50px;
	height: 50px;
	
	margin: 10px;
	
	border: 1px solid rgba(255, 255, 255, 0.4);
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: rgba(101, 156, 179, 0.9) url('images/bg.jpg') no-repeat center center fixed;
	
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.menu {
	float: right;
}

.menu-item {
	float:left;
	margin-right: 20px;
	padding: 0 8px;
	
	overflow: visible;
	background: rgba(101, 156, 179, 0.9) url('images/bg.jpg') no-repeat center center fixed;
	
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	
}
.menu-item a{
	position: relative;
}
.lineHide {
	content: "";
	width: 60px;
	height: 15px;
	position: relative;
	top: 10px;
	margin-left: -8px;
	background: rgba(101, 156, 179, 0.9) url('images/bg.jpg') no-repeat center center fixed;
	
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	
	
}
#logoHide {
	top: 138px;
	left: -2px;
}
	
.menu-item:last-child{ margin-right: 0; }



/*------------------- splash page -------------------*/
#homeLogo {
	background: url(images/logo.png) no-repeat 50% 80%;
	width: 100%;
	height: 50%;
	min-height: 500px;
	border-bottom: 3px solid #CCC;
}
#home-logo {
	margin: 0 20px 0 50px;
	
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

#locationsWrap {
	float:left;
	top: 2%;
   	left: 50%;
   	overflow: visible;
}
#locations {
	left: -50%;
}
.location {
	text-align: center;
	float:left;
	width: 200px;
	margin-right: 50px;	
}
.location:last-child{
	margin-right: 0;
}
.loc-address {
	display: none;
	opacity: 0;
}

#home-locations {
	padding: 20px;
	overflow: visible;
}
#home-address {
	font-size: 1.2em;
	text-align: center;
}
.location.location-name {
	width: auto;
	display: inline-block;
}
#slideshow.home-slideshow {
	border-bottom:  4px solid rgba(255, 255, 255, 0.4);
}
#menu-button {
	display: none;
}


/*--------------------- HOME PAGE ---------------------------*/
#slideshow {
    position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
}

#slideshow > div {
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 0px;
	width: 100%;
	height: auto;
	overflow: hidden;
}
#slideshow div a img {
	padding: 0;
	margin: 0;
	width: 100%;
}




/*--------------------- CONTENT ---------------------------*/
#content{
	padding: 60px;
}

#content img {
	max-width: 100%;
	height: auto !important;
}

.leftImg img {
	width: 100%;
}
.leftImg {
	font-size: 0;
	line-height: 0;
	margin-bottom: 20px;
}

#orderArrow {
	/*background: url(images/orderArrow.png) no-repeat top center;*/
	min-height: 200px;
}
#orderArrow img {
	position:relative;
	float:right;
	margin-right: 30px;
	z-index: 10;
}
#orderArrow.sticky-active img{
	margin-top: 50px !important;
}
#printableMenu {
	margin-top: 20px;
	clear: both;
}

.accordion{
	margin-bottom: 20px;
}


/*--------------------- FOOTER ---------------------------*/

.push, #footer {
	height: 130px;
	padding: 0;
}

#bottomMenu {
	height: 44px;
	padding: 0 60px;
	border-top:  4px solid rgba(255, 255, 255, 0.4);
	border-bottom:  4px solid rgba(255, 255, 255, 0.4);
	line-height: 40px;
}
#locSelect ul li {
	float: left;
}
#locSelect ul li:after {
	content: "|";
	margin: 0 10px;
}
#locSelect ul li:last-child:after{
	content: "";
	margin: 0;
}


#socNets img {
	position: relative;
	float: left;
	margin: 5px 5px 0 0 !important;
	display: inline-block;
	
	max-height: 25px !important;
	
	filter:alpha(opacity=50);
	-moz-opacity: 0.5; 
	opacity: 0.5;
	-khtml-opacity: 0.5;
}
#socNets img:hover {
	filter:alpha(opacity=100); 
	-moz-opacity: 1.0; 
	opacity: 1.0;
	-khtml-opacity: 1.0;
}


#copy {
	padding: 20px 60px 0 0;
}

/*----------------- Media Queries -----------------------*/



@media handheld, only screen and (max-width: 767px) { /* Tablets */

	.w10, .w20, .w25, .w30, .w40, .w50, .w60, .w70, .w75, .w80, .w90, .w100, .location, #fullWrap, #footer {
		width: 98% !important;
		margin: 0 1% 0 1% !important;
	}
	.showDesktop{ display: none;}
	.hideDesktop{ display: block;}
	
	
	#fullWrap, #footer, .smallWrap{
		padding: 0;
	}
	
	.location {
		margin-bottom: 10px;
	}

	#locationsWrap, #locations{
		width: 100%;
		margin: 0;
		left: 0;
	}
	#orderArrow, .leftImg, #logoHide, #printableMenu {
		display: none;
	}
	#logo, #address {
		width: 45% !important;
		top: 5px;
	}
	#address {
		top: 45px
	}
	
	#logo img {
		display: inline-block;
	}
	
	#home-address { display: none; }
	
	#menu-button {
		position: absolute;
		top: 10px;
		right: 10px;
		display: inline-block;
	}
	.home-loc-cont {
		display: none;
		margin-top: 40px;
	}
	#home-logo {
		margin: 10px 0 0 10px;
	}
	#home-logo img {
		width: 150px;
	}
	.location.location-name {
		text-align: right;
		margin-right: 0 !important;
	}

	/*nav*/
	#nav {
		position: relative;
		right: 0;
	}
	.menu-header {
		float: none;
		display: table;
		margin: 0 auto;
		text-align: center;
	}
	.menu {
		display: inline;
		float: none;
	}
	.menu-item{
		width: auto;
	}
	.push{
		display: none;
	}
	
	.lineHide{
		display: block;
	}
	

}


@media handheld, only screen and (max-width: 500px) { /* Phones */

	.lineHide{
		display: none;
	}
	
	#content{
		padding: 20px 0 !important;
		margin-top: 20px;
		clear: both;
	}
	
	#bottomMenu {
		padding: 0 !important;
	}
	#header {
		border: 0;
	}

	#nav{
		border-top: 4px solid rgba(255, 255, 255, 0.4);
		width: 100% !important;
		margin: 0 !important;
		bottom: 0px;
		clear: both;
		float: left;
	}
	.menu-header{
		margin: 0;
		padding: 0;
		width: 100%;
	}

	.menu-item {
		width: 100%;
		text-align: center;
		border-bottom: 4px solid rgba(255, 255, 255, 0.4);
		float: right;
		display: block;
		margin: 5px 0 0 0 !important;
		line-height: 40px;
	}
	
	#homeLogo {
		min-height: 210px;
	}
	
	
	.hideDesktop{ display: block; }
	
}

