/*
Theme Name: Fresh Theme
Author: Fresh Concepts
Author URI: http://freshconceptsmarketing.com
Version: 1.0
Text Domain: freshtheme
*/

/**
 * Table of Contents:
 *
 
 * -----------------------------------------------------------------------------
 */

#mainContainer { background:#000000; margin-top:100px;}

.centerContainer { 
  width: 700px;
  max-width:94%;
  display:block; 
  margin:170px auto 70px auto; 
}
	
.coloredText { 
  color:#50b3da;
}


.coloredBackground { 
  background:#ef6b00;
}

.border { border-color: #ccc; }
.borderLeft { border-color: #ccc; }
.borderRight { border-color: #ccc; }
.borderTop { border-color: #ccc; }
.borderBottom { border-color: #ccc; }


/** MAIN NAV SNIPPET **/

.giftCardBanner {
	background: #b12221;
	padding: 10px 0;
}
.giftCardBanner h3 {
	color:#fff; 
	font-size:19px; 
	margin:0; 
	padding:0 20px 0 10px; 
	font-weight: bold;
}
.giftCardBanner p {
	color:#fff; 
	font-size: 14px; 
	margin:0;
}
.giftCardBanner a {
	color:#fff;
}
.giftCardBanner a:hover {
	color:#ccc;
}



ul.mainMenu { 
  margin:0; 
  padding:10px 0px;
list-style:none;
}
ul.mainMenu:after { 
/** this neat little trick prevents ul from collapsing, since all of its children are floated left **/
/** can't use clear class because wordpress is generating the ul and i can't access it **/
content: "";
display:table;
clear:both;
}

ul.mainMenu li { 
  margin:0 0 0 10px;
  padding:0 25px 0 25px;
  font-size:18px;
  line-height:30px;
display:inline-block;
}

/* ul.mainMenu li:last-of-type {
padding-right:0;
}
*/
ul.mainMenu li a {
  text-decoration:none;
  text-transform:UPPERCASE;
 font-size:18px;
  color:#ffffff;
  position:relative;
  z-index:1001; /** only utilized for red underline to show up - ul#mainMenu li a is one point lower **/
}
ul.mainMenu li a:hover { 
  color:#b92423;
}

ul.mainMenu li.current_page_item { 

}
ul.mainMenu li.current_page_item a { 
color:#b92423;
font-weight:bold;
}
ul.mainMenu li ul { 
  border-top:1px solid #eeeeee;
  margin:0; /* leave this top margin at 0 so theres no gap when hovering */
  padding:4px 0px 0 0;
  display:none;
  position:absolute;
  list-style:none;
  z-index:1000; /** only utilized for red underline to show up - ul#mainMenu li a is one point higher **/
}
ul.mainMenu li ul li { 
  margin:0;
  padding:0px 0px 3px 0;
  border-bottom:0;
  font-size:13px;
  display:block;
}
ul.mainMenu li ul li a { 
  padding:0 0 2px 0;
}






/** MOBILE NAV SNIPPET **/


div.mobileMenu {
  height:100%; 
  position:fixed; 
  overflow:auto;
  background:#535A63;
  border:1px solid gray;
  box-shadow:inset -2px 0px 5px rgba(0,0,0,0.3);
}
ul.mobileMenu {
  margin:40px 0 0 0;
  padding:0;
   border-top:1px solid rgba(175,175,175,0.3);
list-style:none;
}
  
ul.mobileMenu li {
  padding:20px 20px;
  font-size:17px;	
   border-top:1px solid rgba(175,175,175,0.3);
}
ul.mobileMenu li a { 
 color:#fff; 
 text-decoration:none; 
}

ul.mobileMenu li ul { 
  margin:0;
  padding:10px 0 0 5px;
  border:0;
  display:none;
}

.topbar {
	background:#000000;
}
.siteArrow {
	position:absolute;
	bottom:-8px;
	left:2px;
}
.arrowContain {
	margin: 50px 0 0 10%;
}
.devBorder {border:1px solid red;}
.logoAbsolute {
	background:url('images/2014-03-28-0234RT.jpg');
	background-size: 100%;
    	background-repeat: no-repeat;
	filter: alpha(opacity=30);
	-moz-opacity: 0.3;
	-khtml-opacity: 0.3;
	opacity: 0.3;
	width:100%;
	height:220px;
}
.opacity {
	filter: alpha(opacity=40);
	-moz-opacity: 0.4;
	-khtml-opacity: 0.4;
	opacity: 0.4;
}
.logoContainer {
	background:#000000;
	margin:0;
	
	
}
.heightTwoTwenty {
	height:220px;
}
.logoAbsolute.thinny { background:#721410; height:110px; -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	} 


.logo img {	
	margin:0;
	border:1px solid #50b3da;
}
.logo.smaller img {
	width:20px;
}
.smaller img {
	margin-top:5px;
	width:30px;
}
.binButton {
	font-family: 'quicksandbold';
	text-transform: uppercase;
	background:#b92423;
	border:1px solid #891f1b;
	color:#ffffff;
	padding:10px 50px;
	text-decoration:none;
	-webkit-transition: all 0.8s ease;
    	-moz-transition: all 0.8s ease;
    	-o-transition: all 0.8s ease;
    	transition: all 0.8s ease;
}
.binButton:hover {
	background:#721410;
	border:1px solid #721410;
}
.binButtonReview {
	font-family: 'quicksandbold';
	text-transform: uppercase;
	background:#891f1b;
	border:1px solid #721410;
	color:#ffffff;
	padding:10px 50px;
	text-decoration:none;
	-webkit-transition: all 0.8s ease;
    	-moz-transition: all 0.8s ease;
    	-o-transition: all 0.8s ease;
    	transition: all 0.8s ease;
}
.binButtonReview:hover {
	background: #b92423;
}
.binButtonBlack {
	font-family: 'quicksandbold';
	text-transform: uppercase;
	background:#000000;
	border:1px solid #363636;
	color:#ffffff;
	padding:10px 50px;
	text-decoration:none;
	-webkit-transition: all 0.8s ease;
    	-moz-transition: all 0.8s ease;
    	-o-transition: all 0.8s ease;
    	transition: all 0.8s ease;
}
.binButtonBlack:hover {
	background:#222222;
	border:1px solid #222222;
}
.quicksand {
	font-family: 'quicksandregular';
}

.quicksand p {
	color:#ffffff;
	font-size:14px;
	font-weight:300;
	margin-top:20px;
}
.openSans {
	font-family: 'Open Sans Condensed', sans-serif;
}
.contactBar {
	background:#721410;
	padding:1%;
}
.contactHeadBox {
	margin: 10px 0 0 0;
}
.contactHeadBox h4 {
	font-size:20px;
	font-family: 'open_sanscondensed_light';
	text-transform:uppercase;
	
}
.contactHeadBox h5 {
	font-size:14px;
	font-family: 'open_sanscondensed_light';
	text-transform: lowercase !important;
}
.contactBar li {
	list-style:none;
}

#Field7, #Field5{
	background:#891f1b;
	border:1px solid #b92423;
	margin-top:10px;
	-webkit-appearance:none;
}

input[placeholder] {
	color:#ffffff;
}

input[type=text] {
	-webkit-appearance:none;
	-webkit-border-radius: 0;
}
input[type=email] {
	-webkit-appearance:none;
	-webkit-border-radius: 0;
}
input[type=submit] {
	cursor:pointer;
	width: 58px;
	height: 58px; 
	background:#b92423;
	color:#ffffff;
	text-align:center;
	white-space: normal;
	border-color:#b92423;
	padding:0;
	border-radius: 50%;
	text-transfrom:uppercase;
	-webkit-appearance:none;
	-webkit-transition: all 0.8s ease;
    	-moz-transition: all 0.8s ease;
    	-o-transition: all 0.8s ease;
    	transition: all 0.8s ease;
}
input[type=submit]:hover {
	background:#000000;
	border:1px solid #000000;
}

li.homebanner {
	max-height:500px;
	overflow:hidden;
}
.ourStory {
	background:url('images/OurStoryBack.png');
}
.ourStory h1 {
	font-family: 'ostrich_sansmedium';
	font-size:18px;
}
.ourStory h2 {
	font-family: 'ostrich_sansmedium';
	font-size:35px;
}
.ourStory p {
	font-family: 'open_sansregular';
	font-size:16px;
	color:#ffffff;
}
.ourEvents h1 {
	font-size:60px;
	font-family: 'open_sanscondensed_light';
}
.ourEvents h2 {
	font-family: 'open_sansregular';
	font-size:20px;
}
.ourEvents h3 {
	font-family: 'open_sansregular';
	font-size:20px;
}
.ourEvents a {
	text-decoration:none;
}
.eventImage {
	max-height:400px;
	overflow:hidden;
}
/*.alm-reveal li img {
	width:100%;
	height:auto;
	max-height:400px;
}*/
.eventBack {
	background: rgba(0,0,0,0.8);
	width:100%;
}
.moreInfo {
	width:100%;
	height:100%;
	display:none;
	color:#ffffff;
}

.hoverContent {
	display:block;
	width:100%;
	height:100%;
	background: rgba(0, 0, 0, 0.9);
	text-decoration:none;
	padding:5% 10%;
}
.moreInfo h2 {
	font-size:32px;
	font-family: 'open_sanscondensed_light';
}
.moreInfo p {
	font-family: 'open_sansregular';
	font-size:14px;
	color:#ffffff;
}
.moreInfo li {
	color:#ffffff;
}
.eventBack:hover .moreInfo {
    display: block;

}
.eventBack:hover .ourEvents {
	display:none;
}
.theMenuHead {
	max-height:300px;
	overflow:hidden;
}
.theMenuHead p {
	color:#ffffff;
	font-size:12px;
	font-family: 'open_sanscondensed_light';
	text-transform:uppercase;
}

.meal h3 {
	color:#b92423;
	font-size:18px;
	font-family: 'open_sanscondensed_light';
}
.meal p {
	font-size:14px;
	font-family: 'open_sansregular';
	line-height:18px;
	margin: 0 0 8px 0;
}
.reviewSource {
	font-size:12px;
	line-height:14px;
	font-family: 'open_sansregular';
	text-transform:uppercase;
}
.reviewHead {
	font-size:28px;
	line-height:28px;
	font-family: 'open_sanscondensed_light';
	text-transform:uppercase;
	margin-top:10px;
}
.reviewContent {
}
.redBack {
	background:#b92423;
	height:100%;
}
.reviewTop {
	background:#721410;
}
.reviewTop h2 {
	font-family: 'ostrich_sansmedium';
	font-size: 16px;
}
.singleContent li {
	color:#ffffff;
	font-family: 'open_sansregular'; 
	font-size:16px;
}
.singleContent a {
	color:#ffffff;
	text-decoration: underline;
}
.singleContent a:hover, .footerBlack a:hover {
	color:#b92423;
}
.footerBlack, .footerBlack a {
	color:#ffffff;
	font-family: 'open_sansregular'; 
	font-size:12px;
	text-decoration:none;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.footerBlack ul {
	list-style:none;
	margin-right:auto;
	margin-left:auto;
	text-align:center;
	margin:0;
	padding:0;
}
.footerBlack li {
	margin: 0 2px 0 2px;
	vertical-align:middle;
	display:inline-block;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.footerBlack li:hover {
	filter: alpha(opacity=30);
	-moz-opacity: 0.3;
	-khtml-opacity: 0.3;
	opacity: 0.3;
}
.footerBlack li img {
	display:block;
}
	
.binMap {
	-webkit-filter: grayscale(100%);
       -moz-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
         -o-filter: grayscale(100%);
            filter: grayscale(100%);
	
	
}
.mapIt {
	width:90%;
	text-align:center;
	margin:-110px auto 30px auto;
	
}
.mobileNavi a {
	color:#ffffff;
	text-decoration:none;
	text-transform:uppercase;
	font-family: 'open_sanscondensed_light';
	font-size:18px;
	
}
.mobileNavi li {
	margin: 15px 0 0 -20px;
	padding:0;
}
.mobileNavi ul {
	padding:0;
	margin:0;
}
ul.mobileNavi li ul { 
	display:none;
}
ul.mobileNavi li a:hover { 
  color:#b92423;
}

ul.mobileNavi li.current_page_item { 

}
ul.mobileNavi li.current_page_item a { 
color:#b92423;
font-weight:bold;
}
.mobileNavi {
	list-style:none;
}
.mobileNavigation {
	background:#721410;
}

.bannerCon {
	background-color: rgba(0,0,0,0.6);
	width:100%;
	height:100%;
}
.bannerPad {
	padding-top:5%;
}
.mealMenu {
	background:#b92423;
}

ul.mealMenu { 
  margin:0; 
  padding:10px 0px;
list-style:none;
	width:100%;
text-align:center;
}


ul.mealMenu li { 
  margin:0 0 0 10px;
  padding:0 25px 0 25px;
  font-size:18px;
  line-height:30px;
font-family: 'quicksandregular';
display:inline-block;
	
}

/* ul.mealMenu li:last-of-type {
padding-right:0;
}
*/
ul.mealMenu li a {
  text-decoration:none;
  text-transform:UPPERCASE;
 font-size:18px;
  color:#ffffff;
  position:relative;
  z-index:1001; /** only utilized for red underline to show up - ul#mainMenu li a is one point lower **/
}
ul.mealMenu li a:hover { 
  color:#721410;
	
}

ul.mealMenu li.current_page_item { 

}
ul.mealMenu li.current_page_item a { 
color:#721410;
font-weight:bold;
}
ul.mealMenu li ul { 
  border-top:1px solid #eeeeee;
  margin:0; /* leave this top margin at 0 so theres no gap when hovering */
  padding:4px 0px 0 0;
  display:none;
  position:absolute;
  list-style:none;
  z-index:1000; /** only utilized for red underline to show up - ul#mainMenu li a is one point higher **/
}
ul.mealMenu li ul li { 
  margin:0;
  padding:0px 0px 3px 0;
  border-bottom:0;
  font-size:13px;
}
ul.mealMenu li ul li a { 
  padding:0 0 2px 0;
}
.outerContainer {
    display: table;
    width: 100%; /* width of parent */
    height:100%; /* height of parent */
    overflow: hidden;
}
.outerContainer .innerContainer {
    display: table-cell;
    vertical-align: middle;
    margin: 0 auto;
    text-align: center;
}
.outsideTheNumbers {
	height:500px;
}
.secondaryPageNav {
	background:#721410; 
	height:110px;
}
.bannerCon h1, .singleContent h2 {
	font-family: 'open_sanscondensed_light';
}

@media (min-width:1066px) {
  .display-slimScreen-desktop-wideDesktop .resyButton {
    vertical-align: text-top;
    transform: translateY(-26px);
  }
}