body {
	background-color: #E8BE82;
}

/******************************/
/* Responsive Theme Overrides */
/******************************/
#header {
	margin-top: 15px;
	box-shadow: 3px 3px 6px -2px #666;
	background: white;
	border-radius: 4px 4px 0 0;
}

#logo {
	margin: -15px auto 15px;
}

#wrapper {
	margin-top: 0;
	border-radius: 0 0 4px 4px;
	box-shadow: 3px 5px 6px -2px #666;
	background: white;
}

#content-full {
	margin-top: 10px;
}

.menu {
	background-image: none;
	background-color: transparent;
	margin: 0 -4px;
	padding: 0 10px;
	border: 1px solid #e0e0d5;
	box-shadow: 3px 3px 6px -2px #666;
	-ms-filter: none;
	filter: none;
	background: #57688E;
	background: -moz-linear-gradient(30deg,#57688E 30%,#45567A 70%);
	background: -webkit-linear-gradient(30deg,#57688E 30%,#45567A 70%);
	background: -o-linear-gradient(30deg,#57688E 30%,#45567A 70%);
	background: -ms-linear-gradient(30deg,#57688E 30%,#45567A 70%);
	background: linear-gradient(120deg,#57688E 30%,#45567A 70%);
}

.menu a, #responsive_current_menu_item {
	background-color: transparent;
	color: #FFF;
	text-shadow: none;
	font-size: 1.2em;
	text-transform: uppercase;
	border-left: 0;
	font-weight: bold;
}

.menu a:hover {
	background-image: none;
	background-color: transparent;
	color: white;
	-ms-filter: none;
	filter: none;
}

.entry-title.post-title {
	display: none;
}

ul.menu > li:hover {
	background-color: transparent;
	color: white;
	text-decoration: underline;
}

.menu .current_page_item a, .menu .current-menu-item a {
	background-color: #758ab2;
	font-weight: bold;
}

.js .main-nav {
	background-image: none;
}

.powered {
	display: none;
}

/******************************/
/*         Custom CSS         */
/******************************/
.skip-container {
	display: none;
}

.copyright {
	display: none;
}

.scroll-top {
	display: none;
}

.firstChar {
	font-size: 1.3em;
}

.fresh {
	font-weight: bold;
	color: #485D91;
}

.breadsAndPastries {
	font-weight: bold;
	font-size: 1.1em;
}

.subtle {
	color: #693C12;
/*#A26225;*/
}

.main-page-engagement {
	float: right;
	width: 210px;
}

.main-page-slideshow {
	margin-right: 228px;
}

.mobileMenuLink {
	display: none;
}

@media screen and (max-width: 650px) {
	#container {
		padding: 0;
	}
	
	body.custom-background {
		background: none;
		background-color: white;
	}
	
	#wrapper {
		box-shadow: none;
		border: none;
	}
	
	#responsive_current_menu_item {
	  border: 1px solid #e0e0d5;
	  box-shadow: 3px 3px 6px -2px #666;
	-ms-filter: none;
	filter: none;
	  background: #57688E;
	  background: -moz-linear-gradient(30deg,#57688E 30%,#45567A 70%);
	  background: -webkit-linear-gradient(30deg,#57688E 30%,#45567A 70%);
	  background: -o-linear-gradient(30deg,#57688E 30%,#45567A 70%);
	  background: -ms-linear-gradient(30deg,#57688E 30%,#45567A 70%);
	  background: linear-gradient(120deg,#57688E 30%,#45567A 70%);	
}
	
	.main-page-engagement {
		float: left;
	}
	
	.main-page-slideshow {
		margin-right: 0;
		float: left;
	}
	
	.mobileMenuLink {
		display: block;
	}
}

.site-intro {
	font-size: 1.3em;
}

.about {
	clear: both;
	font-size: 1.3em;
}

.about p {
	margin: 0 25px 25px 0;
}

.price-sheet table {
	padding: 0 0 5px;
	border: 0;
	max-width: 500px;
}

.price-sheet table td {
	padding: 2px 0;
	border: 0;
}

.events-page li {
	list-style-type: none;
}

.event-title {
	font-size: 1.2em;
	color: #A26225;
	font-weight: bold;
	text-transform: capitalize;
}

.fblink {
	color: #374E80;
	font-weight: bold;
	font-size: 1.4em;
	padding-bottom: 6px;
	text-decoration: underline;
}
.fblink:hover {
	text-decoration: underline;
}

.bigBlue {
	background-color: #50638B;
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#50638B),color-stop(1,#364E7E));
	background-image: -o-linear-gradient(bottom,#50638B 0%,#364E7E 100%);
	background-image: -moz-linear-gradient(bottom,#50638B 0%,#364E7E 100%);
	background-image: -webkit-linear-gradient(bottom,#50638B 0%,#364E7E 100%);
	background-image: -ms-linear-gradient(bottom,#50638B 0%,#364E7E 100%);
	background-image: linear-gradient(to bottom,#50638B 0%,#364E7E 100%);
	border: 1px solid #385083;
	margin: 5px;
	color: white;
	font-size: 1.4em;
	padding: 3px 10px;
	cursor: pointer;
	white-space: nowrap;
}
a.bigBlue:hover {
	color: white;
}

.email-signup {
	font-weight: bold;
	color: #485D91;
	font-size: 1.1em;
	margin-top: 10px;
	text-align: center;
	background-color: #DDD;
	border: 2px dashed #a3a9b7;
	padding: 5px;
	margin: 0 auto 10px auto;
	display: table;
}

.price-left {
	clear: both;
	max-width: 500px;
	float: left;
}

.price-right {
	margin: 20px 0 0;
	max-width: 390px;
	float: right;
	width: 50%;
}

@media screen and (max-width: 650px) {
	.price-right {
		width: 100%;
	}
}

.special-events h3 {
	color: #A26225;
	margin-bottom: 10px;
}
.special-events p {
	margin-top: 10px;
	font-size: 1.2em;
}

#metaslider_766 .flex-direction-nav li a {
	display: none; !important
}