@charset "UTF-8";
/* CSS Document */

@media screen and (min-width:1300px) {
.SectionCont { width: 80%;}
}

@media screen and (max-width:1000px) {
.SectionCont { width: 100%;}
#Navigation li { margin: 0px; padding-top: 0px;}
}



/* Tablet Devices &  Phone Devices Landscape  Resizing  */
@media screen and (min-width:420px) and (max-width: 970px) {


}

@media screen and (max-width:769px) {
.SectionCont { width: 100%; margin: 0px auto; }

#TopBar {height:110px;}
#TopBar.onScroll {height:100px;}	
#Logo img{ width:140px; height: auto; resize: both;}
#Logo img.onScroll {width:100px; height:auto;  resize:both; margin:0; }
	
#Navigation {background: rgba(64,14,14,0.70); position: absolute;}	
#Navigation.onScroll {margin-top:0px; }
	
#Navigation li { width:100%; display:block;  margin: 5px auto; padding:8px 0px; /*background: #6E1415;*/ -moz-border-radius: 0px; -webkit-border-radius: 0px; border-radius: 0px; }

#NavDevice {background: transparent; text-align: center; position:absolute;  top: 25%; right: 5%; cursor: pointer;/* height:35px;*/}
#Navigation.js {display: none;}/*This hides the navigation*/
#NavIcon{background: rgba(64,14,14,0.40); width:1.7em; display: block; font-size:2.25em; cursor:pointer; padding-bottom:3px; float:right; clear:both;
	-moz-border-radius: 50px; -webkit-border-radius: 50px; border-radius: 50px;
	}
	
.SectionCont h1{ margin:30px 0px; padding: 15px 0 10px 0; 
	background:url(https://0.zwcdn.zwift.com.au/LPassets/PizzaExpress/images/img-row-header.png) no-repeat center; background-size: 600px 47px; font-weight:700; font-size:24px; }

.OrderLocations li{ width:90%;}		
.OrderBtn { display:inline-block; font-weight:600; width:80%; font-size:18px; padding: 7px 0 4px 0; margin:0 0 20px 0; }
	
	
.GoTop{display:block; color:#FFF; text-decoration:none; font-weight:700; font-size:16px; margin:30px 0px 10px 0px; opacity:0.5; }

.AboutTxt { width:80%; display:inline-block;  margin-left:20px; text-align:left; vertical-align:top; font-size:15px; }
.AboutTxtWide { width:80%; display:inline-block; margin:30px 0; text-align:left; vertical-align:top; font-size:15px; }	
	
}

@media screen and (min-width: 769px) {
#NavDevice {display: none;}
}


/* Phone Devices Resizing - Portrait */ 
@media screen and (max-width:420px) {

.SectionRow { padding:0px 0px 0px 0px; position:relative; margin-bottom:0px } /* Defines a row enabling different background colours*/
.SectionCont { width: 100%; margin: 0px auto; position:relative; }
.ContentWrapper { margin: 0px 10px;}

#TopBar { height:140px;}
#TopBar.onScroll {height:100px;}	
	
#Logo{ margin:20px 0px 10px 0px; text-align:center; border:0; }
	
#Logo img{ width:170px; height:98px;}
#Logo img.onScroll {width:90px; height:auto;  resize:both; margin:0; }	
	

.SectionCont h1{ background-size: 380px 65px; font-size:21px; margin:30px 0px;}
#Navigation.onScroll {margin-top:0px; }
#Navigation a{ font-size:16px;}
#Navigation li { width:100%; display:block;  margin: 5px auto; padding:8px 0px; /*background: #6E1415;*/ -moz-border-radius: 0px; -webkit-border-radius: 0px; border-radius: 0px; }
#Navigation li:hover {background: #500f0f;}

.SectionCont h1{ margin:50px 0px; padding: 15px 0 10px 0; 
	background:url(https://0.zwcdn.zwift.com.au/LPassets/PizzaExpress/images/img-row-header.png) no-repeat center; background-size: 400px 31px; font-weight:700; font-size:21px; }
	
.OrderLocations li { display:block; margin: 15px auto; }
.OrderLocations p{ text-align:center; font-size:21px; margin:30px 0 0 0;}

.StoreLocation_Banner { position:relative; width:325px; display:inline-block; margin:10px 0; }
/*#MainSlider {width:380px; height:430px;}
#MainSlider img{width:380px; height:430px;}
*/
#DealSlider, #DealSlider iframe{ width:380px; height:453px; display:inline-block;}

.AboutTxt { margin-top:20px;}

.FormCol h3 { margin-bottom:0px;  text-align:center;}
.FormSpace{width: 50px; display:none;}
.FormCol p{margin-bottom:2px; }

}


