@import url(https://fonts.googleapis.com/css?family=Rosario);
/*! HTML5 Boilerplate v5.0.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
	color: #222;
	font-size: 1em;
	line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
	background: #b3d4fc;
	text-shadow: none;
}

::selection {
	background: #b3d4fc;
	text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
	vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
	resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
	margin: 0.2em 0;
	background: #ccc;
	color: #000;
	padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

@font-face {
  font-family: 'Zapfino';
  src: 
  	url('../fonts/zapfino/LinotypeZapfino-One.eot?#iefix') format('embedded-opentype'),
  	url('../fonts/zapfino/LinotypeZapfino-One.woff') format('woff'),
  	url('../fonts/zapfino/LinotypeZapfino-One.ttf')  format('truetype'),
  	url('../fonts/zapfino/LinotypeZapfino-One.svg#LinotypeZapfino-One') format('svg');
  font-weight: normal;
  font-style: normal;
}


html {
	background: url('../img/bg1.png') repeat fixed;
}

body {
	font-family: Rosario, Verdana, Arial, sans-serif;;
	padding: 5px 1.5%;
	font-size: 62.5%;
}

header {
	padding: 15px 15px 0 6%;
}

header:after {
	content: '';
	display: block;
	position: absolute;
	left: 0.5%;
	top: 1%;
	width: 8rem;
	height: 8rem;
	opacity: 0.25;
	background: url('../img/orchid.png') no-repeat;
	background-size: 100%;
}

header .name {
	font-family: Zapfino;
	letter-spacing: -1px;
	font-size: 8rem;
	font-weight: normal;
	line-height: 4rem;
	color: #aa3234;
	display: inline-block;
	padding: 0;
	margin: 2.4rem 0 0 0;
}

header .tagline {
	font-family: Zapfino;
	letter-spacing: -1px;
	font-size: 3.2rem;
	font-weight: normal;
	line-height: 1.6rem;
	color: #333;
	display: inline-block;
	margin-left: 4rem;
}

main {
	margin: 20px 10%;
	width: 80%;
	font-size: 1.7rem;
	margin-bottom: 20px;
	overflow: visible;
	position: relative;
}

.inlineLink {
	color: inherit;
}
.inlineLink:hover {
	border-bottom: 1px solid #ebbfdd;
}

/*
.schedule {
	margin: 20px 10%;
	width: 80%;
	margin-bottom: 20px;
	padding: 5px 30px;
	background-color: #ebbfdd;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	font-size: 1.2rem;
	text-align: center;
	box-sizing: border-box;
}	
*/
.schedule {
	margin: 20px 0 0 0;
	width: 100%;
	font-size: 1.4rem;
	line-height: 1.5;
	text-align: center;
}

.schedule span {
	white-space: nowrap;
}

a {
	text-decoration: none;
}

.index article {
	float: left;
	width: 45%;
}

.flexslider {
	max-width: 50%;
	float: right;
}

.slides img {
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	border-radius: 14px;
}

main.photos {
	width: 96%;
	margin-left: 2%;;
	box-sizing: border-box;
}

#photos {
	overflow: visible;
	position: relative;
	text-align: center;
	margin: auto;
}

#photos .photo {
	display: inline-block;
	margin-bottom: 10px;
	margin-right: 10px;
	border: 3px solid #333;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.menuWarning {
	font-size: 15px;
	margin-top: 30px;
	text-align: center;
}

.menuCat {
	clear: both;
	float: left;
	width: 100%;
}

.menuCat h1 {
	font-family: Zapfino;
	letter-spacing: -1px;
	font-size: 5rem;
	line-height: 3rem;
	margin-top: 0.6em;
	font-weight: normal;
	color: #aa3234;
	display: block;
	width: 100%;
	border-bottom: 4px solid #aa3234;
	margin-bottom: 0.2em;
}

.menuCatImg {
	float: right;
	width: 35%;
	margin: auto 1.2% 2% 2%;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.menuCatDesc {
	font-size: 20px;
	margin: 10px 10px 20px 30px;
	display: inline-block;
}
body[admin="true"] .menuCatImg {
	display: none;
}


.menuItem {
	display: list-item;
	list-style: none;
	margin: 0;
	padding: 0;
}

body[admin="true"] .menuName {
	display: inline-block;
}
body[admin="true"] .menuDesc {
	display: block;
}
ul.menuPriceOptions {
	margin: 0;
	padding: 0 20px;
	list-style-type: none;
	line-height: 1;
}
body[admin="true"] .menuPriceOption .menuDesc {
	display: inline-block;
}
/*
.addPrice, .menuPrice.menuInput {
	display: none;
}
*/
.menuName {
	font-size: 1.2rem;
	font-weight: bold;
	margin-top: 1.0rem;
	margin-bottom: 0.2rem;
}

.menuDesc, .menuPrice {
	font-size: 1.1rem;
	font-weight: normal;
}

.menuDesc p {
	display: inline;
	line-height: 1.1;
	margin: 0;
	padding: 0;
}

.menuDesc {
	
}

.menuPrice {
	
}

.downloadMenu {
	display: inline-block;
	margin-left: 3em;
	font-size: 1.2rem;
}

.downloadMenu a {
	color: #aa3234;
	text-decoration: none;
}

#map, #mapDirections {
	width: 100%;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	border: 1px solid #333;
}
#map {
	height: 800px;
	margin-bottom: 20px;
}
#mapDirections {
	display: none;
	overflow: hidden;
	padding: 5px 10px;
	margin-top: 20px;
}

footer {
	font-family: Rosario, Verdana, Arial, sans-serif;
	font-size: 18pt;
	color: #8a0303;
	text-align: center;
	border-top: 2px solid #8a0303;
	margin: 20px 2.5%;
	padding: 10px;
	clear: both;
}

footer span, footer a {
	white-space: nowrap;
}

footer a {
	color: inherit;
	text-decoration: none;
}

footer a:hover {
	color: #ebbfdd;
	text-decoration: none;
}

#adminHeader {
	font-size: 1rem;
}

#loginForm {
	font-size: 1rem;
}
.schedule .region {
	display: inline-block;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers:
 * http://juicystudio.com/article/screen-readers-display-none.php
 */

.hidden {
	display: none !important;
	visibility: hidden;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
	visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *	`contenteditable` attribute is included anywhere else in the document.
 *	Otherwise it causes space to appear at the top and bottom of elements
 *	that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *	`:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
	content: " "; /* 1 */
	display: table; /* 2 */
}

.clearfix:after {
	clear: both;
}

.nobr {
	white-space: nowrap;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (max-width: 1200px) {
	main {
		margin: 20px 5%;
		width: 90%;
	}
}

@media only screen and (max-width: 1100px) {
	header:after {
		width: 7rem;
		height: 7rem;
	}
	
	header .name {
		font-size: 7rem;
	}
	
	header .tagline {
		font-size: 2.8rem;
	}
}

@media only screen and (max-width: 900px) {
	header {
		padding-left: 8%;
	}
	
	header:after {
		width: 6rem;
		height: 6rem;
	}
	
	header .name {
		font-size: 5.0rem;
		line-height: 3rem;
		margin-top: 1.4rem;
	}
	
	header .tagline {
		font-size: 2.5rem;
		line-height: 1.2rem;
		margin-left: 3rem;
	}

	main {
		font-size: 1.4rem;
	}
}

@media only screen and (max-width: 750px) {
	header .name {
		font-size: 4.5rem;
		line-height: 2.8rem;
		margin: 1.2rem 0 0 0;
	}
	
	header .tagline {
		font-size: 2.5rem;
		line-height: 1.4rem;
		margin-left: 2rem;
	}

	.index article {
		width: 100%;
		float: none;
	}
	
	.flexslider {
		max-width: 90%;
		float: none;
		text-align: center;
		margin-left: auto;
		margin-right: auto;
	}
	

}

@media only screen and (max-width: 750px) {
	header:after {
		width: 5rem;
		height: 5rem;
	}
	
	header .name {
		font-size: 5rem;
		line-height: 2.8rem;
		margin: 1.4rem 0 0 1.5rem;
	}
	
	header .tagline {
		display: none;
	}
}

@media only screen and (max-width: 500px) {
	.schedule span {
		display: block;
		width: 100%;
		font-size: 1.3rem;
	}
	
	.schedule span.bull {
		/* display: none; */
	}
}

@media only screen and (max-width: 430px) {
	.schedule span {
		display: block;
		width: 100%;
		font-size: 0.9rem;
	}
	
	.schedule span.bull {
		/* display: none; */
	}
}



/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
	*,
	*:before,
	*:after {
		background: transparent !important;
		color: #000 !important; /* Black prints faster:
								   http://www.sanbeiji.com/archives/953 */
		box-shadow: none !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]:after {
		content: " (" attr(href) ")";
	}

	abbr[title]:after {
		content: " (" attr(title) ")";
	}

	/*
	 * Don't show links that are fragment identifiers,
	 * or use the `javascript:` pseudo protocol
	 */

	a[href^="#"]:after,
	a[href^="javascript:"]:after {
		content: "";
	}

	pre,
	blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	/*
	 * Printing Tables:
	 * http://css-discuss.incutio.com/wiki/Printing_Tables
	 */

	thead {
		display: table-header-group;
	}

	tr,
	img {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	h2,
	h3 {
		page-break-after: avoid;
	}
}
