/*
	Theme Name: HTML5 Blank
	Theme URI: http://html5blank.com
	Description: HTML5 Blank WordPress Theme
	Version: 1.4.3
	Author: Todd Motto (@toddmotto)
	Author URI: http://toddmotto.com
	Tags: Blank, HTML5, CSS3
	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
	MAIN
\*------------------------------------*/
/* global box-sizing */
*,
*:after,
*:before {
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
* {
	margin: 0;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	font-family: 'Roboto', sans-serif;
	font-size:14px;
	font-weight:300;
	line-height:19px;
	color:#444;
	background-color:#f7f7f7;
}
html, body {
	height: 100%;
}

/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}
.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#444;
	text-decoration:none;
	font-weight:bold;
}

a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
.tabs_container a {
	font-weight:normal;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	margin: 0 auto;
	width:100%;
	position:relative;
}
.setwidth {
	max-width:1125px;
	margin-left:auto;
	margin-right:auto;
}

/* header */
.header {
	background:#fff;
}
.logo img {
	display:none;	
}

/* logo */

.logo {

}

#catering-header {
	height:215px;	

}

/* nav */

.nav {

}

#landing-nav {
	max-width:600px;
	width:95%;
	margin-left:auto;
	margin-right:auto;
}
#landing-nav a {
	font-weight:100;
	font-size:20px;	
}

/*------------------------------------*\

    DROPDOWN FOR DELIVERY

\*------------------------------------*/
#primary_nav_wrap
{
	margin-top:15px;
}

#primary_nav_wrap ul
{
	list-style:none;
	position:relative;
	float:left;
	margin:0;
	padding:0;
	width:100%;
}

#primary_nav_wrap ul a
{
	color:#444;
	text-decoration:none;
	font-weight:100;
	padding:0 15px;
	display:block;
}

#primary_nav_wrap ul li
{
	position:relative;
	float:left;
	margin:0;
	padding:0;
	text-align:center;
	width:33%;
}

#primary_nav_wrap ul ul
{
	display:none;
	position:absolute;
	top:100%;
	left:0;
	background:#fff;
	padding-bottom:10px;
	padding-top:10px;
}

#primary_nav_wrap ul ul li
{
	float:none;
	padding-top:10px;
	width:auto;
}

#primary_nav_wrap ul ul a
{
	padding-top:5px;
	padding-bottom:5px;
}

#primary_nav_wrap ul ul ul
{
	top:0;
	left:100%;
}

#primary_nav_wrap ul li:hover > ul
{
	display:block;
}



/* padding above page content */

#top-spacer {
	height:23px;	
}

/* sidebar */

.sidebar {



}

/* Mobile gallery page */

.content-mobile-gallery {
	max-width:100%;
	text-align:center;	
	padding-left:40px;
	padding-right:40px;
}

/* footer */
.footer {	

}

/*contact form */

div.wpcf7-validation-errors {
	border: none !important;
	color: #ff0000;
	font-size:12px;
	margin:0px !important;
	padding:0px !important;
}

div.wpcf7-mail-sent-ok {
	border: none !important;
	color: #398f14;
}

div.wpcf7-mail-sent-ng {
	border: none !important;
	color: #ff0000;
}

div.wpcf7-spam-blocked {
	border: none !important;
	color: #ffa500;
}

.wpcf7-text, .wpcf7-textarea {
	width:100% !important;	
	border:none;
}

.wpcf7-text {

	height:35px;

}

.wpcf7-textarea {

	height:135px;

	line-height:35px;

}

div.wpcf7-response-output {

	margin:0px !important;

	padding:0px !important;

}

.wpcf7-submit {

	border:none;

	background-color:#fff;

	height:35px;

	width:80px;

}

span.wpcf7-not-valid-tip {

	display:none !important;

}

input:focus, textarea:focus {

    outline: none;

	border:none;

}



/*



	Tabs



*/



.tabs_container {



	width: 100%;



	margin-bottom: 20px;



}



.tabs_container:last-child {



	margin-bottom: 0;



}



.tabs_container .tabs_list {



	list-style: none;



	padding: 11px 0;



	margin: 0 !important;



	/*border-bottom: 1px solid #E4E4E4;*/



	line-height: 0 !important;

	border:none !important;



}



.tabs_container .tabs_list li {



	display: inline-block;



	margin: 0 5px 0 0;

	margin-top:10px;

	margin-bottom:30px;



}



.tabs_container .tabs_list li a {



	/*border: 1px solid #E4E4E4;



	padding: 8px 20px 8px;*/



	text-decoration: none;



	/*background-color: #f1f1f1;*/



	border-bottom: none;



	outline: none;



	color: #666666;

	padding:0px;

	padding-right:20px;

	background-color:transparent !important;

	border:none !important;



}



.tabs_container .tabs_list li a:hover {



	color: #666666;

	text-decoration:underline;



}



.tabs_container .tabs_list li.tab_active a {



	border-bottom: none;



	color: #666666;



	padding-bottom: 9px;

	text-decoration:underline;





}



.tabs_container .tabs_list li.tab_active a:hover {



	color: #666666;



}



.tabs_container .tab_content_container {



	/*border: 1px solid #E4E4E4;*/



	border-top: none;



	/*padding: 10px 15px;*/



	width: 100%;



	-moz-box-sizing: border-box;



	box-sizing: border-box;

	border:none !important;

	padding:0px;



}



.tabs_container .content_tab {



	display: none;



}



.tabs_container .content_tab_active {



	display: block;



}







/*------------------------------------*\



    PAGES



\*------------------------------------*/





/* Repeating images */

#landing-page-images {

	width:100%;

	height:500px;

	background-image:url(../../../images/landing-page-background.jpg);

	background-position:center;

	background-repeat:repeat-x;

}

#home-page-images {

	width:100%;

	height:500px;

	background-image:url(../../../images/home-page-background.jpg);

	background-position:center;

	background-repeat:repeat-x;

	background-size: auto 500px;

}

#catering-page-images {

	width:100%;

	height:500px;

	background-image:url(../../../images/catering-background.jpg);

	background-position:center;

	background-repeat:repeat-x;

}

#catering-blurb {

	font-size:15px;

	font-weight:900;

	color:#fff;

	background-color: #4d4d4d;

	width:100%;

	padding:15px 25px 15px 25px;	

}

.catering-footer {

	font-size:15px;

	font-weight:900;

	color:#fff;

	line-height:50px;

}

#landing-page-mobile, #home-page-mobile, #catering-page-mobile {

	width:100%;	

	text-align:center;

}

#landing-page-mobile img, #home-page-mobile img, #catering-page-mobile img{

	max-width:100%;	

}









/*------------------------------------*\



    IMAGES



\*------------------------------------*/



/* Thumbnails */

.ngg-gallery-thumbnail img, .ngg-thumbnail img {

background: none !important;

border: none !important;

padding:0px !important;

margin:0px !important;

margin-bottom:9px !important;

margin-left:6px !important;

}













/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width : 768px) { 	
#landing-nav {
	height:215px;
	padding-top:155px;
}
}

@media only screen and (max-width : 767px) { 	
#landing-nav {
	height:100px;
	padding-top:20px;
	margin-bottom:20px;
}
}


/* Desktop/Laptop 1025 and above*/
@media only screen and (min-width : 1025px) {
#megaMenu ul.megaMenu li.menu-item.um-below-767{
  display:none;
}
.logo {
	float:left; 
	max-width:495px; 	
}
.logo-catering {
	float:left;
	max-width:350px;	
}
.logo img, .logo-catering img {
	display:block;
	margin-top:126px;
	margin-bottom:32px;
	max-width: 100%;
	height: auto;
}
.push {
	height:100px;	
}
.footer {
	position:fixed;
	bottom:0px;
	height:100px;
	z-index:9999;
	width:100%;	
}
.nav {
	margin-top:140px;
}
#footer-top {
	background-color:#808080;
	height:50px;	
	text-align:right;
}
#footer-bottom {
	background-color:#ededee;
	height:50px;	
}
#footer-left {
	float:left;
	line-height:50px;	
}

#landing-page-mobile, #home-page-mobile, #catering-blurb, #catering-page-mobile, #footer-mobile {
	display:none;	
}
#footer-top-catering {
	background-color:#808080;
	height:50px;	
}
.content-narrow {
	padding-right:280px;	
}
.gallery-align {
	margin-left:-6px;
	margin-right:-6px;
}
#contact-details {
	float:left;
	max-width:610px;
}
#contact-form {
	float:right;
	width:445px;
}
#book-details {
	float:left;
	max-width:480px;
}
#book-form {
	float:right;
	width:520px;
}
.wpcf7-text, .wpcf7-textarea {
	padding-left:3px;
}
.catering-blurb {
	margin-top:35px;	
}

}



/*------------------------------------*/


/* Tablet Portrait - 768-1024*/



@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) { 		



#megaMenu ul.megaMenu li.menu-item.um-below-767{

  display:none;

}

.logo {

	float:left; 

	max-width:400px; 

	margin-left:5px;	

}

.logo-catering {

	float:left;

	max-width:350px;

	margin-left:5px;	

}

.logo img, .logo-catering img {

	display:block;

	margin-top:126px;

	margin-bottom:32px;

	max-width: 100%;

	height: auto;

}

.push {

	height:100px;	

}

.footer {

	position:fixed;

	bottom:0px;

	height:100px;

	z-index:9999;

	width:100%;	

}

.nav {

	margin-top:130px;

}

#footer-top {

	background-color:#808080;

	height:50px;	

	text-align:right;	

}

#footer-bottom {

	background-color:#ededee;

	height:50px;	

}

#footer-left {

	float:left;

	line-height:25px;	

	font-size:12px;

	width:540px;

}

#footer-top-catering {

	background-color:#808080;

	height:50px;	

}

#footer-mobile, #landing-page-mobile, #home-page-mobile, #catering-blurb, #catering-page-mobile {

	display:none;	

}

.content-narrow, .content-full {

	padding-right:10px;	

	padding-left:10px;

}

#megaMenu ul.megaMenu > li > a, #megaMenu ul.megaMenu > li > span.um-anchoremulator {

  margin-right:0px;

  margin-left:-10px;

}

#contact-form {

	max-width:90%;

}

.wpcf7-text, .wpcf7-textarea {

	padding-left:3px;

}

.catering-blurb {

	margin-top:35px;	

}

		

}



@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) { 		



#megaMenu ul.megaMenu li.menu-item.um-below-767{

  display:none;

}

.logo {

	float:left; 

	max-width:400px; 

	margin-left:5px;	

}

.logo-catering {

	float:left;

	max-width:350px;

	margin-left:5px;	

}

.logo img, .logo-catering img {

	display:block;

	margin-top:126px;

	margin-bottom:32px;

	max-width: 100%;

	height: auto;

}

.push {

	height:100px;	

}

.footer {

	position:fixed;

	bottom:0px;

	height:100px;

	z-index:9999;

	width:100%;	

}

.nav {

	margin-top:130px;

}

#footer-top {

	background-color:#808080;

	height:50px;	

	text-align:right;	

}

#footer-bottom {

	background-color:#ededee;

	height:50px;	

}

#footer-left {

	float:left;

	line-height:25px;	

	font-size:12px;

	width:540px;

}

#footer-top-catering {

	background-color:#808080;

	height:50px;	

}

#landing-page-mobile, #home-page-mobile, #catering-blurb, #catering-page-mobile, #footer-mobile {

	display:none;	

}

.content-narrow, .content-full {

	padding-right:10px;	

	padding-left:10px;

}

#megaMenu ul.megaMenu > li > a, #megaMenu ul.megaMenu > li > span.um-anchoremulator {

  margin-right:0px;

  margin-left:-10px;

}

#contact-form {

	max-width:90%;

}

.wpcf7-text {

	padding-left:3px;

}

.wpcf7-textarea {

	padding-left:3px;

}

.catering-blurb {

	margin-top:35px;	

}



		

}



	

/* Tablet Landscape - 768-1024 */



@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {



#megaMenu ul.megaMenu li.menu-item.um-below-767{

  display:none;

}

.logo {

	float:left; 

	max-width:495px; 

	margin-left:5px;	

}

.logo-catering {

	float:left;

	max-width:350px;

	margin-left:5px;	

}

.logo img, .logo-catering img {

	display:block;

	margin-top:126px;

	margin-bottom:32px;

	max-width: 100%;

	height: auto;

}

.push {

	height:100px;	

}

.footer {

	position:fixed;

	bottom:0px;

	height:100px;

	z-index:9999;

	width:100%;	

}

.nav {

	margin-top:140px;

}

#footer-top {

	background-color:#808080;

	height:50px;	

	text-align:right;	

}

#footer-bottom {

	background-color:#ededee;

	height:50px;	

}

#footer-left {

	float:left;

	line-height:50px;	

	font-size:13px;

}

#footer-top-catering {

	background-color:#808080;

	height:50px;	

}

#landing-page-mobile, #home-page-mobile, #catering-blurb, #catering-page-mobile, #footer-mobile {

	display:none;	

}

.content-narrow, .content-full {

	padding-right:10px;	

	padding-left:10px;

}

#megaMenu ul.megaMenu > li > a, #megaMenu ul.megaMenu > li > span.um-anchoremulator {

  margin-right:0px;

  margin-left:-10px;

}

#contact-details {

	float:left;

	max-width:600px;

}

#contact-form {

	float:right;

	width:400px;

}

#book-details {

	float:left;

	max-width:480px;

}

#book-form {

	float:right;

	width:520px;

}

.wpcf7-text {

	padding-left:3px;

}

.wpcf7-textarea {

	padding-left:3px;

}

.catering-blurb {

	margin-top:35px;	

}



}



@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {



#megaMenu ul.megaMenu li.menu-item.um-below-767{

  display:none;

}

.logo {

	float:left; 

	max-width:495px; 

	margin-left:5px;	

}

.logo-catering {

	float:left;

	max-width:350px;

	margin-left:5px;	

}

.logo img, .logo-catering img {

	display:block;

	margin-top:126px;

	margin-bottom:32px;

	max-width: 100%;

	height: auto;

}

.push {

	height:100px;	

}

.footer {

	position:fixed;

	bottom:0px;

	height:100px;

	z-index:9999;

	width:100%;	

}

.nav {

	margin-top:140px;

}

#footer-top {

	background-color:#808080;

	height:50px;	

	text-align:right;	

}

#footer-bottom {

	background-color:#ededee;

	height:50px;	

}

#footer-left {

	float:left;

	line-height:50px;	

	font-size:13px;

}

#footer-top-catering {

	background-color:#808080;

	height:50px;	

}

#landing-page-mobile, #home-page-mobile, #catering-blurb, #catering-page-mobile, #footer-mobile {

	display:none;	

}

.content-narrow, .content-full {

	padding-right:10px;	

	padding-left:10px;

}

#megaMenu ul.megaMenu > li > a, #megaMenu ul.megaMenu > li > span.um-anchoremulator {

  margin-right:0px;

  margin-left:-10px;

}

#contact-details {

	float:left;

	max-width:400px;

}

#contact-form {

	float:right;

	width:400px;

}

.wpcf7-text {

	padding-left:3px;

}

.wpcf7-textarea {

	padding-left:3px;

}

.catering-blurb {

	margin-top:35px;	

}



}



/* screens less than 900px high */

@media screen and (max-height: 900px) {  

#home-page-images, #catering-page-images, #landing-page-images {

	height:350px;

	background-size: auto 350px;

}

.logo img, .logo-catering img {

	max-width: 90%;

	height: auto;

	margin-top:131px;

	margin-bottom:27px;

}

#landing-nav a {

	font-size:18px;	

}

}



/*------------------------------------*/

/*------------------------------------*/



/* Phone Portrait - 320-767 */



@media only screen and (min-device-width : 320px) and (max-device-width : 767px) and (orientation : portrait) { 



#megaMenu ul.megaMenu li.menu-item.um-above-767{

     display:none;

}

nav {

	height:85px;	

	width:100%;

	background-image:url(img/logo.jpg);

	background-repeat:no-repeat;

	background-attachment:fixed;

	background-size: 210px auto;

	background-position: 20px 30px;	

}
.landing-page nav {
	background-image:none;
}

#catering-header {

	height:85px;	

}

.logo-catering {

	float:left;

	max-width:155px;	

}

.logo-catering img {

	display:block;

	max-width: 100%;

	height: auto;

	margin-top:30px;

	margin-left: 25px;

}

.push {

	height:50px;

}

.footer {

	position:fixed;

	bottom:0px;

	height:100px;

	z-index:9999;

	width:100%;	

}

.footer {

	position:fixed;

	bottom:0px;

	height:50px;

	background-color:#ededee;

	width:100%;		

}

#footer-top, .footer-full, #footer-top-catering {

	display:none;	

}

#footer-mobile {

	text-align:center;

}

.content-narrow, .content-full {

	padding-right:20px;	

	padding-left:20px;

}

#megaMenu {

	margin-top:43px;

	

}

/* Top Level Items */



#megaMenu ul.megaMenu > li > a, #megaMenu ul.megaMenu > li > span.um-anchoremulator {

  background-color:#f2f2f2;

  text-decoration:none;

  margin:0px;

  padding:0px;

  text-align:center;

  margin-bottom:-10px;

}

/* Top Level Items - Hover */



#megaMenu ul.megaMenu > li:hover > a, #megaMenu ul.megaMenu > li > a:hover, #megaMenu ul.megaMenu > li.megaHover > a {

  background-color:#fff;

  text-decoration:none;

}

/*toggle switch*/

#megaMenu #megaMenuToggle{	

	margin-top:-20px;

	padding-top:5px;

	margin-right:20px;

	height:44px;

}

#megaMenu #megaMenuToggle .megaMenuToggle-icon{

	height:0px;

}

#megaMenu #megaMenuToggle .megaMenuToggle-icon:before{

	height:0px;

}

#megaMenu #megaMenuToggle .megaMenuToggle-icon:after{

	height:21px;

	width:27px;

	background-image:url(img/toggle.gif);

	background-repeat:no-repeat;

}

#top-spacer {

	height:10px;	

}

#landing-nav {

	height:85px;

	/*max-width:230px;*/

	margin-left:auto;

	margin-right:auto;
	padding-top:20px;
	margin-bottom:20px;

}

#landing-nav a {

	font-weight:100;

	/*font-size:14px;	*/

}

#landing-page-images, #home-page-images, #catering-page-images {

	display:none;	

}

.wpcf7-textarea {

	padding-left:5px;

}

.catering-blurb {

	margin-bottom:-10px;

	padding-bottom:0px;	

}



}



@media only screen and (min-width : 320px) and (max-width : 767px) and (orientation : portrait) { 



#megaMenu ul.megaMenu li.menu-item.um-above-767{

     display:none;

}

nav {
	height:85px;
	width:100%;
	background-image:url(img/logo.jpg);
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-size: 210px auto;
	background-position: 20px 30px;	
}
.landing-page nav {
	background-image: none;
}

#catering-header {

	height:85px;	

}

.logo-catering {

	float:left;

	max-width:155px;	

}

.logo-catering img {

	display:block;

	max-width: 100%;

	height: auto;

	margin-top:30px;

	margin-left: 25px;

}

.push {

	height:50px;

}

.footer {

	position:fixed;

	bottom:0px;

	height:50px;

	background-color:#ededee;

	width:100%;		

}

#footer-top, .footer-full, #footer-top-catering {

	display:none;	

}

#footer-mobile {

	text-align:center;

}

.content-narrow, .content-full {

	padding-right:20px;	

	padding-left:20px;

}

#megaMenu {

	margin-top:43px;

}

/* Top Level Items */



#megaMenu ul.megaMenu > li > a, #megaMenu ul.megaMenu > li > span.um-anchoremulator {

  background-color:#f2f2f2;

  text-decoration:none;

  margin:0px;

  padding:0px;

  text-align:center;

  margin-bottom:-10px;

}

/* Top Level Items - Hover */



#megaMenu ul.megaMenu > li:hover > a, #megaMenu ul.megaMenu > li > a:hover, #megaMenu ul.megaMenu > li.megaHover > a {

  background-color:#fff;

  text-decoration:none;

}

/*toggle switch*/

#megaMenu #megaMenuToggle{	

	margin-top:-20px;

	padding-top:5px;

	margin-right:20px;

	height:45px;

}

#megaMenu #megaMenuToggle .megaMenuToggle-icon{

	height:0px;

}

#megaMenu #megaMenuToggle .megaMenuToggle-icon:before{

	height:0px;

}

#megaMenu #megaMenuToggle .megaMenuToggle-icon:after{

	height:21px;

	width:27px;

	background-image:url(img/toggle.gif);

	background-repeat:no-repeat;

}

#top-spacer {

	height:10px;	

}

#landing-nav {

	height:85px;

	/*max-width:230px;*/

	margin-left:auto;

	margin-right:auto;
	padding-top:20px;
	margin-bottom:20px;

}

#landing-nav a {

	font-weight:100;

	/*font-size:14px;	*/

}

#landing-page-images, #home-page-images, #catering-page-images {

	display:none;	

}

.wpcf7-textarea {

	padding-left:5px;

}

.catering-blurb {

	margin-bottom:-10px;

	padding-bottom:0px;		

}



}



/* Phone Landscape - 320-767 */



@media only screen and (min-device-width : 320px) and (max-device-width : 767px) and (orientation : landscape) { 



#megaMenu ul.megaMenu li.menu-item.um-above-767{

     display:none;

}

nav {

	height:85px;	

	width:100%;

	background-image:url(img/logo.jpg);

	background-repeat:no-repeat;

	background-attachment:fixed;

	background-size: 210px auto;

	background-position: 20px 30px;	

}

#catering-header {

	height:85px;	

}

.logo-catering {

	float:left;

	max-width:155px;	

}

.logo-catering img {

	display:block;

	max-width: 100%;

	height: auto;

	margin-top:30px;

	margin-left: 25px;

}

.push {

	height:50px;

}

.footer {

	position:fixed;

	bottom:0px;

	height:50px;

	background-color:#ededee;	

	width:100%;	

}

#footer-top, .footer-full, #footer-top-catering {

	display:none;	

}

#footer-mobile {

	text-align:center;

}

.content-narrow, .content-full {

	padding-right:20px;	

	padding-left:20px;

}

#megaMenu {

	margin-top:43px;

}

/* Top Level Items */



#megaMenu ul.megaMenu > li > a, #megaMenu ul.megaMenu > li > span.um-anchoremulator {

  background-color:#f2f2f2;

  text-decoration:none;

  margin:0px;

  padding:0px;

  text-align:center;

  margin-bottom:-10px;

}

/* Top Level Items - Hover */



#megaMenu ul.megaMenu > li:hover > a, #megaMenu ul.megaMenu > li > a:hover, #megaMenu ul.megaMenu > li.megaHover > a {

  background-color:#fff;

  text-decoration:none;

}

/*toggle switch*/

#megaMenu #megaMenuToggle{	

	margin-top:-20px;

	padding-top:5px;

	margin-right:20px;

	height:45px;

}

#megaMenu #megaMenuToggle .megaMenuToggle-icon{

	height:0px;

}

#megaMenu #megaMenuToggle .megaMenuToggle-icon:before{

	height:0px;

}

#megaMenu #megaMenuToggle .megaMenuToggle-icon:after{

	height:21px;

	width:27px;

	background-image:url(img/toggle.gif);

	background-repeat:no-repeat;

}

#top-spacer {

	height:10px;	

}

#landing-nav {

	height:85px;

	/*max-width:230px;*/

	margin-left:auto;

	margin-right:auto;
	padding-top:20px;
	margin-bottom:20px;

}

#landing-nav a {

	font-weight:100;

	/*font-size:14px;	*/

}

#landing-page-images, #home-page-images, #catering-page-images {

	display:none;	

}

.wpcf7-textarea {

	padding-left:5px;

}

.catering-blurb {

	margin-bottom:-10px;

	padding-bottom:0px;	

}



}



@media only screen and (min-width : 320px) and (max-width : 767px) and (orientation : landscape) { 



#megaMenu ul.megaMenu li.menu-item.um-above-767{

     display:none;

}

nav {

	height:85px;	

	width:100%;

	background-image:url(img/logo.jpg);

	background-repeat:no-repeat;

	background-attachment:fixed;

	background-size: 210px auto;

	background-position: 20px 30px;	

}
.landing-page nav {
	background-image:none;
}

#catering-header {

	height:85px;	

}

.logo-catering {

	float:left;

	max-width:155px;	

}

.logo-catering img {

	display:block;

	max-width: 100%;

	height: auto;

	margin-top:30px;

	margin-left: 25px;

}

.push {

	height:50px;

}

.footer {

	position:fixed;

	bottom:0px;

	height:50px;

	background-color:#ededee;

	width:100%;	

}

#footer-top, .footer-full, #footer-top-catering {

	display:none;	

}

#footer-mobile {

	text-align:center;

}

.content-narrow, .content-full {

	padding-right:20px;	

	padding-left:20px;

}

#megaMenu {

	margin-top:43px;

}

/* Top Level Items */



#megaMenu ul.megaMenu > li > a, #megaMenu ul.megaMenu > li > span.um-anchoremulator {

  background-color:#f2f2f2;

  text-decoration:none;

  margin:0px;

  padding:0px;

  text-align:center;

  margin-bottom:-10px;

}

/* Top Level Items - Hover */



#megaMenu ul.megaMenu > li:hover > a, #megaMenu ul.megaMenu > li > a:hover, #megaMenu ul.megaMenu > li.megaHover > a {

  background-color:#fff;

  text-decoration:none;

}

/*toggle switch*/

#megaMenu #megaMenuToggle{	

	margin-top:-20px;

	padding-top:5px;

	margin-right:20px;

	height:45px;

}

#megaMenu #megaMenuToggle .megaMenuToggle-icon{

	height:0px;

}

#megaMenu #megaMenuToggle .megaMenuToggle-icon:before{

	height:0px;

}

#megaMenu #megaMenuToggle .megaMenuToggle-icon:after{

	height:21px;

	width:27px;

	background-image:url(img/toggle.gif);

	background-repeat:no-repeat;

}

#top-spacer {

	height:10px;	

}

#landing-nav {

	height:85px;

	/*max-width:230px;*/

	margin-left:auto;

	margin-right:auto;
	padding-top:20px;
	margin-bottom:20px;


}

#landing-nav a {

	font-weight:100;

	/*font-size:14px;	*/

}

#landing-page-images, #home-page-images, #catering-page-images {

	display:none;	

}

.wpcf7-textarea {

	padding-left:5px;

}

.catering-blurb {

	margin-bottom:-10px;

	padding-bottom:0px;	

}



}











/*------------------------------------*\



    MISC



\*------------------------------------*/







::selection {



	background:#04A4CC;



	color:#FFF;



	text-shadow:none;



}



::-webkit-selection {



	background:#04A4CC;



	color:#FFF;



	text-shadow:none;



}



::-moz-selection {



	background:#04A4CC;



	color:#FFF;



	text-shadow:none;



}



   



/*------------------------------------*\



    WORDPRESS CORE



\*------------------------------------*/



   



.alignnone {



	margin:5px 20px 20px 0;



}



.aligncenter,



div.aligncenter {



	display:block;



	margin:5px auto 5px auto;



}



.alignright {



	float:right;



	margin:5px 0 20px 20px;



}



.alignleft {



	float:left;



	margin:5px 20px 20px 0;



}



.aligncenter {



	display:block;



	margin:5px auto 5px auto;



}



a img.alignright {



	float:right;



	margin:5px 0 20px 20px;



}



a img.alignnone {



	margin:5px 20px 20px 0;



}



a img.alignleft {



	float:left;



	margin:5px 20px 20px 0;



}



a img.aligncenter {



	display:block;



	margin-left:auto;



	margin-right:auto;



}



.wp-caption {



	background:#FFF;



	border:1px solid #F0F0F0;



	max-width:96%;



	padding:5px 3px 10px;



	text-align:center;



}



.wp-caption.alignnone {



	margin:5px 20px 20px 0;



}



.wp-caption.alignleft {



	margin:5px 20px 20px 0;



}



.wp-caption.alignright {



	margin:5px 0 20px 20px;



}



.wp-caption img {



	border:0 none;



	height:auto;



	margin:0;



	max-width:98.5%;



	padding:0;



	width:auto;



}



.wp-caption .wp-caption-text,



.gallery-caption {



	font-size:11px;



	line-height:17px;



	margin:0;



	padding:0 4px 5px;



}



.sticky {



	



}



.bypostauthor {



	



}







/*------------------------------------*\



    PRINT



\*------------------------------------*/







@media print {



	* {



		background:transparent !important;



		color:#000 !important;



		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) ")";



	}



	.ir a:after,



	a[href^="javascript:"]:after,



	a[href^="#"]:after {



		content:"";



	}



	pre,blockquote {



		border:1px solid #999;



		page-break-inside:avoid;



	}



	thead {



		display:table-header-group;



	}



	tr,img {



		page-break-inside:avoid;



	}



	img {



		max-width:100% !important;



	}



	@page {



		margin:0.5cm;



	}



	p,



	h2,



	h3 {



		orphans:3;



		widows:3;



	}



	h2,



	h3 {



		page-break-after:avoid;



	}



}