/*****************************************************************************

	TOP BANNER SETTINGS
	
*****************************************************************************/

.bannerContainer {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	margin:0 auto;
	z-index: 100;
	text-align: center;
	vertical-align: middle;
	line-height: 100px;
	background-color: #000;
	color: #fff;
	height: 100px;
	width: 100%;
}

#bannerBG {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
	line-height: 100px;
	background-color: #000;
	height: 100px;
	width: 100%;
}

.bannerLeft {
	display: block;	
	float:left;
	height: 100px;
	padding-left: 5%;
	width: 20%;
}

.bannerLeftContent {
	display: inline-block;
	vertical-align: middle;
	font-size: 11px;
	line-height: 28px;
}

.bannerMiddle {
	display: block;	
	float:left;
	vertical-align: middle;
	height: 100px;
	width: 50%;
}

.bannerMiddleContent {
	display: inline-block;
	height: 100%;
}

.bannerMiddleContent img{
	vertical-align:middle;
	width:100%;
	height:auto;
}

.bannerRight {
	display: block;	
	float:left;
	height: 100px;
	padding-right: 5%;
	width: 20%;
}

.bannerRightContent {
	display: inline-block;
	vertical-align: middle;
	font-size: 11px;
	line-height: 14px;
}
.bannerRightContent a,
.bannerRightContent a:hover,
.bannerRightContent a:visited {
    color: white;
    text-decoration: none;
}


.bannerLeftContentSubSection {
	float: right;
	padding-left: 10px;
	text-align: left;
	line-height: 12px;
}

/*****************************************************************************

	NAVIGATION MENU SETTINGS
	
*****************************************************************************/

#navMenuIcon {
	display: none;
}

.navContainer {
	position: fixed;
	z-index: 100;
	background: rgba(255,255,255,1.00);	
	top: 100px;
	/* padding: 0 10%; */
	height: 52px;
	width: 100%;
	display: block;
	margin: 0 auto;			
	box-shadow: 0px 5px 10px 4px rgba(0, 0, 0, 0.2);
}

ul.nav {
	width: 80%;
	display: block;
	margin: 0 auto;
	list-style:none;
}

.subNavBtn {
	display: block;
	z-index: 101;
	width: 25%;
	height:36px;
	float: left;
	overflow: hidden;
	padding-top: 14px;
	line-height: 1.3;
	font-size: 10pt;
	color: #000;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	position: relative;
	bottom: 0;
	vertical-align: baseline;
}

.subNavBtn:hover,
.subNavBtn.active {
	background: transparent center no-repeat;
	background-size: auto;
	background-position: center -3px;
	background-image: url('../img/sw_sprout.png');
	/* background-image: url('../img/nav_menu_active.png'); */
}

/*****************************************************************************

	IMAGE GALLERY SETTINGS
	
*****************************************************************************/

.ImageGalleryLeftArrow, .ImageGalleryRightArrow {
	font-size: 200px;
	display: inline-block;
	position: absolute;
	top:35%;
}

.ImageGalleryLeftArrow a:link, .ImageGalleryRightArrow a:link,
.ImageGalleryLeftArrow a:visited, .ImageGalleryRightArrow a:visited,
.ImageGalleryLeftArrow a:hover, .ImageGalleryRightArrow a:hover {
	text-decoration: none;
	color: rgba(255,255,255,0.4);
}

.ImageGalleryLeftArrow {	
	float: left;
	margin-left: 50px;
	left: 0;
}

.ImageGalleryRightArrow {
	float: right;
	margin-right: 50px;
	right:0;
}

.mobileHomeCopyright {
    display: none;
}

/*****************************************************************************

	SECTION SETTINGS
	
*****************************************************************************/

.sectionWrapper {
	width: 100%;
	z-index: 10;
	position: relative;
	margin: 0 auto;
	padding: 0 0 20px 0;
	min-height: 800px;
	font-size:1.4em;
	min-height: 700px;
}

.sectionWrapper .inner {
	padding:30px 10%;
}

.sectionWrapper#sTop {
	
}

/*****************************************************************************

	MENU SECTION SETTINGS
	
*****************************************************************************/

.sectionWrapper#sMenu,
.sectionWrapper#sMenu .inner{	
	background-color: #ffffff;
	color:#000000;
	text-align: center;
}

#sMenu .menuLink {
	padding-top: 25px;	/* size of sw_sprout.png */
	background: transparent center no-repeat;
	background-size: auto 25px;
	background-position: center top;
	background-image: none;
	margin-bottom: 40px;
}

#sMenu a {
	color:#000000;
	text-decoration: none;
}
#sMenu a.mobile {
    display: none;
}

#sMenu .menuLink a:hover {
	text-decoration: none;
	border-bottom: 1px solid black;
}

#sMenu .menuLink:hover {
	/* uncomment to allow sprout on menu link hover */
	/* background-image: url('../img/sw_sprout.png'); */
}

#sMenu .menuLastUpdate {
    display: block;
	font-size: 16px;
	color: #aaaaaa;
}
#sMenu .menuLastUpdate br {
    display: none;
}

#sMenu .menuStoreName {
    display: block;
	font-size: 36px;
} 

#sMenu .menuStoreAddress {
	font-size: 12px;
	display: none;
}

#sMenu .deliveryStatus {
	font-size: 16px;
	text-transform: uppercase;
	margin-top: 10px;
	display: block;
}

#sMenu .deliveryStatus br {
    display: none;
}


/*****************************************************************************

	CATERING SECTION SETTINGS
	
*****************************************************************************/

#sCatering .centerText {
	text-align: center;
	color: #000;
	font-size: 14px;
    margin-top: 30px;
	margin-left: auto;
    margin-right: auto;
	line-height: 24px;
}

#sCatering img {
	display: block;
	margin: 0 auto;
}

#sCatering a {
	text-decoration: underline;
	color: #000;
}


/*****************************************************************************

	LOCATION SECTION SETTINGS

*****************************************************************************/

.sectionWrapper#sLocations,
.sectionWrapper#sLocations .inner{
	background-color: #fff;
	color:#000;
}

.locationBlock {
	display: block;
	text-align: center;
	padding-bottom: 0px;
	width: 800px;
	margin: 0 auto;
	min-height: 235px;
}

.locationBlock .locationImage {
	display: inline-block;
	float: left;
	padding-right: 25px;
	width: 170px;
	height: 170px;
}

.locationStoreName {
	font-size: 36px;
}

.locationStoreAddress {
	display: block;
	font-size: 14px;
	line-height: 28px;
}
.locationHours {
	display: block;
	font-size: 14px;
	line-height: 28px;	
	text-transform: uppercase;
}

.locationStorePhone {
    font-size: 14px;
}
.locationStorePhone img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    padding: 1px;
    width: 23px;
    height: 23px;
}

.locationStoreLinks {
	display: inline-block;
	font-size: 14px;
	line-height: 28px;	
	text-transform: uppercase;
}

.locationStoreLinks a {
	text-decoration: none;
	color: #000;
	border-bottom: 1px solid black;
}

.locationOther {
    display: block;
    margin-left: 170px;
    color: red;
    font-size: 14px;
    line-height: 28px;
}

.locationBlock .noDecoration {
	text-transform: none;
}
.locationBlock a.mobile {
    display: none;
}

@media only screen and (min-width:768px) and (max-width:1023px) {
    #sLocations.sectionWrapper .inner {
        padding: 30px 0;
    }
    .locationBlock {
        width: 730px;
    }
    .locationStoreName {
        font-size: 32px;
    }
    .locationStoreAddress, .locationHours, .locationStorePhone, .locationStoreLinks {
        font-size: 13px;
    }
    .locationBlock .locationImageDesktop {
        padding-right: 0px;
    }
    
}

/*****************************************************************************

	CONTACT US SECTION SETTINGS

*****************************************************************************/

.sectionWrapper#sContact,
.sectionWrapper#sContact .inner{	
	background-color: #fff;
	color:#000;
}

#sContact .centerText {
    text-align: center;
    color: #000;
    font-size: 14px;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    line-height: 24px;
}

#sContact img {
    display: block;
    margin: 0 auto;
}

#sContact a {
    text-decoration: underline;
    color: #000;
}

/*****************************************************************************

	FOOTER SETTINGS

*****************************************************************************/

#mobileSNSicons {
    display: none;
}
.footer {
	position: fixed;
	z-index: 100;
	bottom: 0;
	width: 100%;
	height: 30px;
	background-color: #fff;
	text-align: center;
	font-size: 12px;
	color: #222;
	text-decoration: none;
	line-height: 30px;
	box-shadow: 0px 0px 10px 4px rgba(0, 0, 0, 0.2);
}
.footer a {
    text-decoration: none;
    color: #222;
}
.footer a:hover {
    text-decoration: underline;
}

@media only screen and (max-width:1366px) {
	/*
	.footer { 
		position: relative; 
		z-index: 1;
		box-shadow: none;
	}
	*/
}

/* styles for browsers larger than 1920px (1080px); */
@media only screen and (min-width:1920px){
    .bannerContainer {
    	width: 1920px;
    }
    ul.nav {
		width: 1536px; /* 1920 @ 20% padding */

	}
}

}