/*
Theme Name: Hugo's Theme for Bootstrap
Author: Same Dream As You
Author URI: http://samedreamasyou.com/
Description: Hugo's Restaurant Theme built on Twitter Bootstrap
Version: 2.0
*/
/*
1.0 	Global Styles
2.0 	Global Typography
3.0 	Bootstrap Adjustments
4.0 	General Header
4.1 	Homepage Header
5.0 	Into
6.0 	Menu Block
7.0 	Specials
8.0 	Shop Now
9.0 	Locations
10.0 	Twitter and Insta
11.0	Footer
12.0 	Sticky Header
13.0	Modals
14.0	Hamburger Nav Spinner
15.0 	Misc / req. organization
*/
/* GENERAL GLOBAL STYLES */
::selection {
	background: #999; /* WebKit/Blink Browsers */
}
::-moz-selection {
 background: #999; /* Gecko Browsers */
}
* {
	outline: 0;
}
.clearfix {
	clear: both;
}
.center {
	text-align: center;
}
.spreadpic {
	width: 100%;
	height: 100%;
}
.spreadpic-left-home {
	width: 100%;
	height: 100%;
        padding-bottom: 3%;
}
.overflow {
	overflow: hidden;
}
.float-left {
	float: left;
}
.float-right {
	float: right;
}
.flex {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
.infobox {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	padding: 0 7em;
	align-items: center;
	display: -webkit-flex;
	-webkit-align-items: center;
}
/* GLOBAL TYPOGRAPHY */
html, body {
	height: 100%;
	position: relative;
	font-family: 'Lora', TimesNewRoman, Times New Roman, Times, Baskerville, Georgia, serif;
	font-size: 1em;
	line-height: 1.5;
	font-weight: 400;
	color: #5a5858;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
p {
	margin-bottom: 1.3em;
}
h1, h2, h3, h4 {
	line-height: 1.3;
	font-weight: inherit;
	color: #403f3f;
}
h1 {
	font-size: 3.052em;
}
h2 {
	font-size: 2.441em;
}
h3 {
	font-size: 2.399em;
}
h4 {
	font-family: 'Karla', sans-serif;
	font-weight: 700;
	font-size: .813em;
	letter-spacing: 2px;
	text-transform: uppercase;
}
small, .font_small {
	font-size: 0.75em;
}
section {
	position: relative;
	z-index: 1; /* needed for setting pseudo-element z-index */
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
section a {
	position: relative;
	display: inline-block;
	outline: none;
	color: #444;
	vertical-align: bottom;
	text-decoration: none;
	white-space: nowrap;
}
section a::before, section a::after {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}
/* Links */
a:focus, a:hover {
	color: #444;
	text-decoration: none;
}
a {
	color: #68b190;
	text-decoration: none;
}
/* Slide Up Link Style Reset */
.link-slideup {
	color: #444;
}
.link-slideup a {
	overflow: hidden;
	font-weight: 500;
}
.link-slideup a::before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	background-color: rgba(93,166,118,0.2);
	content: '';
	-webkit-transition: -webkit-transform 0.2s;
	transition: transform 0.2s;
	-webkit-transform: translateY(55%);
	transform: translateY(55%);
}
.link-slideup a:hover::before, .link-slideup a:focus::before {
	-webkit-transform: translateY(1px);
	transform: translateY(1px);
}
/* Fade In Background Style Reset */
.link-fadeinbg a {
	border-bottom: 1px solid rgba(93,166,118,0.8);
	font-weight: 700;
	-webkit-transition: background-color 0.3s, border-color 0.3s;
	transition: background-color 0.3s, border-color 0.3s;
}
.link-fadeinbg a:hover, .link-fadeinbg a:focus {
	border-color: rgba(93,166,118,0.8);
	background-color: rgba(93,166,118,0.8);
}
/* BOOTSTRAP ADJUSTMENTS */
/* no left padding for fluid container so edges of .row sit flush with browser window */
.no-padding {
	padding: 0!important;
}
.clear-padding-left {
	padding-left: 0!important;
}
.clear-padding-right {
	padding-right: 0!important;
}
body.page-template-page-locations-php {
	background-color: #F8F7F5;
}
h2.center {
	margin: 10px 0px 20px;
	font-weight: 400;
}
.press-page h2 {
	font-size: 3.052em;
	color: #a0a0a0;
	text-align: center;
	line-height: 1.4em;
}
.proxima-link {
	color: #a0a0a0;
	font-family: 'Karla', sans-serif;
	font-size: 0.75em;
xima  font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}
.storybox, #storybox {
	/*background-color: #fcfaf9;*/
        background: #fcfaf9 url("img/onion-grey.svg") center center no-repeat;
	background-size: 60%;
}
.storybox h2 {
	font-family: 'Lora', TimesNewRoman, Times New Roman, Times, Baskerville, Georgia, serif;
	font-size: 3.052em;
	margin: 10px 0px 20px;
	font-weight: 400;
}
.storybox p, #storybox p {
	font-size: 1.44em;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	line-height: 1.5;
        text-align: left;
}
.storybox p:last-child {
	margin-bottom: 0px;
}
.infobox p {
	font-family: 'Roboto', sans-serif;
	font-size: 1.455em;
	font-weight: 300;
	line-height: 1.60em;
}
.infobox .table {
	display: table;
}
.infobox .table .index {
	display: table-cell;
	width: 10%;
	font-size: 1.45em;
}
.infobox .table p {
	display: table-cell;
	width: 90%;
}
#scratch-kitchen-description h3, #sustainability-text h3 {
	color: #fff;
	padding-bottom: 15px;
}
.page-header {
	border-bottom: none;
	margin: 40px 0 20px;
	padding-bottom: 9px;
	text-align: center;
}
.lead {
	font-size: 1.5em;
	text-align: center;
}
img.photocenter {
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
}
.headermed h1 {
	margin-top: 50px;
	font-size: 2.5em;
}
.column-pad {
	margin: 25px 0;
}
/* HEADER GENERAL STYLING */
#header {
	position: relative;
	height: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	align-items: center;
	-webkit-align-items: center;
	display: block;
}
#header #brand {
	margin: 0 auto;
	position: relative;
	text-align: center;
	top: 40px;
}
#header #brand-logo {
	display: inline-block;
	height: 115px;
	width: 205px;
	background: transparent url('img/template/hugos-white.svg') no-repeat scroll center center / 100% auto;
	overflow: hidden;
	text-indent: 999%;
	white-space: nowrap;
}
#header #navigation-locations {
	position: absolute;
	right: 75px;
	top: 70px;
}
#header #navigation-locations a {
	font-family: 'Roboto', "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	text-transform: uppercase;
	font-weight: 700;
	font-size: .75em;
	letter-spacing: .1em;
	color: #fff;
	display: inline-block;
}
#header #navigation-locations a#locations-link {
	margin-right: 3em;
}
#header #header-scrolldown {
	position: absolute;
	bottom: 40px;
	transform: translateX(-50%);
	left: 50%;
	color: #fff;
	font-size: 3em;
}
#header #go-home {
	bottom: 32%;
	color: #fff;
	font-size: 3em;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
}
#header-content {
	width: 1024px;
	text-align: center;
	margin: 10% auto;
}
#header-content h2 {
	font-size: 3.052em;
	color: #ffffff;
}
#header-content p {
	font-size: 1.953em;
	color: #ffffff;
}
/* HOMEPAGE HEADER STYLES */
body.home #header {
	/*background: url("img/homepage.jpg") no-repeat center center;*/
        background: url("http://hugosrestaurant.com/wp-content/uploads/2016/12/stirfry.jpg") no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.holiday-message {
    position: relative;
    text-align: center;
    top: 25%;
}
.holiday-message h2 {
font-size: 2.7em;
}

.holiday-message h3 {
font-family: roboto;
    font-size: 1.2rem;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.holiday-message a  {
    background-color: #60af7b !important;
    color: #fff !important;
    display: inline-block;
    font-family: "Roboto","Lucida Grande","Lucida Sans",Arial,sans-serif;
    font-size: 0.8em;
    font-weight: 700;
    letter-spacing: 0.12em;
    line-height: 3.3em;
    padding: 0 1.75em;
    text-transform: uppercase;
    cursor: pointer;
     margin-top: 10px;
}

.holiday-message a:hover {
     background-color: #fff !important;
      color: #60af7b !important;
     cursor: pointer;
}

.holiday-message h2, .holiday-message h3 {
color: #fff !important;
}



/* INTRO */
#intro {
	height: auto;
	padding: 150px 0;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	-webkit-align-items: center;
	text-align: center;
}
#scratch-kitchen-description, #sustainability-text {
	background: #68B190 url("img/raddish-green.svg") center center no-repeat;
	background-size: 45%;
	color: #fff;
}
#menu-intro-text-one {
	background: #fcfaf9 url("img/raddish-grey.svg") center center no-repeat;
	background-size: 45%;
	color: #444;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	-webkit-align-items: center;
}
#menu-navigation {
	background: #ffffff url("img/onion-grey.svg") center center no-repeat;
	background-size: 45%;
	color: #383838;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
-webkit-flex:
 -webkit-align-items: center;
}
/* MENU BLOCK */
/*.menu-legend {
    display: inline-block;
    margin: 18px 80px 18px 0;
    width: 64%;
}*/
#menu-page-description h4 {
	text-align: center;
	margin: 10px 0;
	margin-top: 0;
	font-size: 16px;
}
#menu-page-description ul {
	padding: 0;
	padding-top: 1em;
	padding-bottom: .5em;
	margin: 0 auto;
	text-align: center;
	width: 100%
;
	/* padding-bottom: 5px; */
}
#menu-page-description ul li {
	display: inline-block;
	font-family: "Karla", serif;
	font-size: 0.95em;
	margin: 0 12px 10px 0;
	font-weight: 700;
}
#menu-page-description li span {
	color: #68b190;
	display: inline-block;
	font-family: "Oswald", serif;
	font-size: 0.85em;
	font-weight: 700;
}
#menu-page-description.col-sm-6 {
width: 100%;
}
.nav-tabs > li, .nav-pills > li {
	float: none;
	display: inline-block;
 *display: inline;     /* for IE7*/
 *zoom:1;              /* for IE7*/
}
.menu-layout .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background-color: transparent !important;
	border-image: none;
	cursor: default;
}
.menu-layout .nav-tabs {
	border-bottom: none;
	font-weight: 600;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	font-family: 'Roboto', sans-serif;
	font-size: 0.813em;
	color: #5a5858;
}
.nav-tabs {
	text-align: center;
	margin: 0px 0px 60px;
}
#menu-block {
	display: none;
	margin-bottom: 40px;
}
#menu-close {
	position: absolute;
	right: 80px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 90;
}
#hugos-menu-row-title-2 {
	font-family: 'Lora', TimesNewRoman, Times New Roman, Times, Baskerville, Georgia, serif;
	font-size: 1.563em;
	font-weight: 400;
	padding-top: 15px;
}
#menu-intro-text-one h3 {
	padding-bottom: 15px;
	margin-top: 0;
	font-weight: 400;
}
#menu-intro-text-one h3 {
	padding-bottom: 15px;
	margin-top: 0;
	font-weight: 400;
}
#menu-header-text {
	border-top: 1px solid #f6f5f5;
}
#menu-header-text h2 {
	float: left;
	font-family: 'Lora', TimesNewRoman, Times New Roman, Times, Baskerville, Georgia, serif;
	font-weight: 400;
	margin: 14px auto;
	padding: 12px 0;
	text-align: center;
	text-transform: capitalize;
	width: 100%;
}
#menu-info-row {
	/*display: none;*/
	border-top: 1px solid #f6f5f5;/* border-bottom: 1px solid #f6f5f5; */
}
.addl-info .vc_btn3.vc_btn3-color-green.vc_btn3-style-outline {
	background-color: transparent;
	border-color: transparent;
	color: #68b190;
	font-family: 'Karla', sans-serif;
	font-weight: 700;
	letter-spacing: .1em;
	text-transform: uppercase;
	font-size: 0.813em;
}
.addl-info .vc_btn3.vc_btn3-color-green.vc_btn3-style-outline:hover, .addl-info .vc_btn3.vc_btn3-color-green.vc_btn3-style-outline:focus {
	background-color: transparent;
	border-color: transparent;
	color: #538E73;
}
.addl-info .vc_btn3.vc_btn3-icon-left .vc_btn3-icon, .vc_btn3.vc_btn3-icon-right .vc_btn3-icon {
	top: 45%;
}
#menu-close a {
	display: block;
	height: 27px;
	width: 27px;
	background: transparent url("img/template/close-x-green.svg") no-repeat scroll center center / 100% auto;
	text-indent: 500%;
	overflow: hidden;
	white-space: nowrap;
}
.menu-links-column {
	width: 50%;
	float: left;
	text-align: center;
}
ul.download-links {
	display: block;
}
ul.download-links li {
	list-style: outside none none;
	margin: 0 0 5px;
	text-align: center;
}
#downloads > div {
	border-right: 1px solid #f6f5f5;
	padding: 3em 0 3em 10em;
	text-align: left;
	line-height: 2.2em;
}
#downloads a {
	color: #383838;
	font-family: "Roboto", serif;
	font-size: 0.85em;
	margin: 0 2em;
	text-decoration: none;
	text-transform: uppercase;
}
#downloads a:hover {
	color: #60AF7B;
	text-decoration: none;
}
#downloads #downloads-menu {
	background-image: url('img/template/open-menu.svg');
	background-repeat: no-repeat;
	background-size: 7%;
	padding-left: 26px;
}
#downloads #downloads-specials-menu {
	background-image: url('img/template/open-menu.svg');
	background-repeat: no-repeat;
	background-size: 7%;
	padding-left: 26px;
}
#downloads #downloads-allergy {
	background-image: url('img/template/allergen.svg');
	background-repeat: no-repeat;
	background-size: 4%;
	padding-left: 17px;
}
#downloads #downloads-print {
	background-image: url('img/template/printer.svg');
	background-repeat: no-repeat;
	background-size: 9%;
	padding-left: 26px;
}
#menu-page-description {
	/*padding: 1em 0 1em 0;
	width: 100%;
	font-size: .95em;
	border-bottom: 1px solid #eee;
	text-align: center;*/
	/* padding-top: 1em; */
	/* padding-bottom: 1em; */
	/* width: 100%; */
	font-size: .95em;
	font-size: 15px;
	/* border-bottom: 1px solid #eee; */
	text-align: center;
}
#menu-intro-text-two > div {
	width: 100%;
}
#menu-intro-text-two li {
	list-style-type: none;
}
#menu-intro-text-two a {
	color: #68B190;
	font-size: 1.2em;
	font-family: 'Oswald', "Arial Narrow", Arial, sans-serif;
	font-weight: 700;
	letter-spacing: 0.03em;
}
#menu-intro-text-two a:hover {
	color: #44966E;
}
.menu-key-letter {
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-size: .9em;
	font-weight: 700;
	padding-left: 4px;
	text-transform: none;
}
.vc_separator.vc_sep_color_grey .vc_sep_line {
	border-color: #eee!important;
}
.menu-key h4 {
	font-size: .750em;
	letter-spacing: .1em;
}
.menu-accordian h3 {
	margin: 0px 0px 20px;
	font-family: 'Karla', sans-serif;
	font-size: 1em;
	font-weight: 700;
	letter-spacing: 2px;
	line-height: 1.5em;
	text-transform: uppercase;
}
.menu-information h4 {
	font-weight: 600;
	color: #68b190;
}
.multi-lines {
	line-height: 1.6em;
}
.vc_tta.vc_general .vc_tta-panel-title {
	font-family: "Lora", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	font-size: 3.157em;
	font-weight: 400;
	letter-spacing: 0.01em;
	text-transform: none;
	padding: 25px 20px;
}
.vc_tta-panel-title > a {
	color: #403f3f!important;
}
.menu-sub-list {
	font-family: 'Karla', sans-serif;
	font-size: 0.85em;
	font-weight: 600;
	letter-spacing: 0.03em;
	line-height: 1.5em;
	padding: 15px 20px;
}
.multi-item {
	line-height: 1.3em;
	margin-bottom: 10px;
	letter-spacing: .03em;
	font-size: .938em;
}
.multi-item-upper {
	margin-bottom: 10px;
	font-size: 1em;
}
.multi-item-single {
	float: left;
	line-height: 1.4em;
	margin-bottom: 5px;
	width: 100%;
}
.food-key {
	font-size: 1em;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	color: #68b190;
	padding-left: 6px;
}
.center-panel {
	border-right: 1px solid #eee;
	border-left: 1px solid #eee;
}
.panel-two {
	border-left: 1px solid #eee;
}
.panel-three {
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
}
.menu-item-description {
	/*float: left;*/
	margin-bottom: 2px;
}
#menu-forward {
	font-size: 1.333em;
	text-align: center;
	padding-bottom: 10px;
}
#menu-forward-paragraph {
	font-size: .938em;
}
.menu-item-name-prox {
	float: left;
	letter-spacing: 0.03em;
	font-weight: 500;
	font-family: 'Lora', sans-serif;
	font-size: 1em;
	letter-spacing: 0.03em;
	text-transform: none;
}
.menu-key li {
	display: inline;
	font-size: .875em;
	letter-spacing: 0.03em;
	color: #68b190;
}
.menu-key ul {
	padding-left: 0px!important;
}
#lora-small {
	font-size: .875em;
}
.menu-key h2 {
	font-size: .75em !important;
}
.multi-item_inner {
	/*float: left;*/
	width: 80%;
}
.country {
	float: left;
	width: 100%;
	font-size: .9375em;
}
.price {
	float: right;
	font-weight: 600;
	font-size: .875em;
	letter-spacing: .03em;
	font-family: 'Roboto', sans-serif;
	font-size: 1em;
}
.price-alt {
	float: right;
	font-weight: 600;
	font-family: 'Roboto', sans-serif;
}
#menu-item-small, .menu-item-small {
	font-size: 10px;
	font-family: 'Karla', sans-serif;
	letter-spacing: .12em;
	font-weight: 700;
	text-transform: uppercase;
	color: #212121;
}
.menu-header-small {
	font-size: 10px;
	font-family: 'Roboto', sans-serif;
	letter-spacing: .12em;
	font-weight: 700;
	text-transform: uppercase;
	color: #aaaaaa;
}
#menu-item-small h3 {
	font-size: 10px;
	font-family: 'Roboto', sans-serif;
	letter-spacing: .12em;
	font-weight: 700;
	text-transform: uppercase;
	color: #aaaaaa;
}
#menu {
	/*padding: 0 14% 0 20%;*/
	text-align: center;
 margin- 0 auto;
}
#menu h3 {
	font-family: 'Lora', TimesNewRoman, Times New Roman, Times, Baskerville, Georgia, serif;
	font-size: 1.05em;
	font-weight: 400;
	padding-top: 15px;
	margin-bottom: 30px;
}
.hugos-menu-column-item {
	margin: 1em 0 2em;
	text-align: left;
	/*max-width: 970px;*/
    margin-right: auto;
    margin-left: auto;
}
.hugos-menu-column-item > div {
	font-size: 0.95em;
}
#hugos-menu-row-title-1, #hugos-menu-row-title-2 {
	font-family: 'Lora', TimesNewRoman, Times New Roman, Times, Baskerville, Georgia, serif;
	font-size: 1.563em;
	font-weight: 400;
	padding-top: 15px;
	margin: 1.429em 3.643em 1.429em 0
}
.mason-grid .wpb_row, .wpb_content_element, ul.wpb_thumbnails-fluid > li, .last_toggle_el_margin, .wpb_button {
	margin-bottom: 0px!important;
}
/* FOOD MENU PLUGIN OVERRIDES */
.fdm-item-panel .fdm-item-title, .menu-item-name {
	font-weight: 700;
	letter-spacing: .05em;
	font-family: 'Karla', sans-serif;
	font-size: 1em;
	margin-bottom: 10px;
}
.fdm-section-header {
	display: none!important;
}
.single-column-menu .fdm-item-panel {
	padding-bottom: 20px;
}
.fdm-section-header h3 {
	text-transform: uppercase;
	letter-spacing: .15em;
	font-weight: 700;
}
.fdm-item-price-wrapper {
	font-size: 1em;
	letter-spacing: .03em;
	font-weight: 700;
	font-family: 'Karla', sans-serif;
	white-space: normal!important;
}
.fdm-item-panel p {
	font-size: .9375em;
	line-height: 24px;
	margin-bottom: .5em !important;
}
.addl-info .vc_toggle_title {
	text-align: center;
	border-bottom: 1px solid #eee;
	border-top: 1px solid #eee;
	margin: 30px 0;
	padding: 10px 0;
}
.addl-info .vc_toggle_title > h4 {
	color: #68b190!important;
	font-size: 0.813em;
	letter-spacing: .1em;
}
.vc_toggle_color_green.vc_toggle_arrow .vc_toggle_icon::before, .vc_toggle_color_green.vc_toggle_arrow .vc_toggle_icon::after {
	border-color: #68b190!important;
}
.vc_tta.vc_general .vc_tta-panel-body {
	padding: 14px 0!important;
}
/* MONTHLY SPECIALS */
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
	background-color: #fff!important;
	border: 2px solid #444;
}
#monthly-specials {
	margin-left: 0;
	margin-right: 0;
	text-align: center;
	padding: 5% 15%;
}
#monthly-specials h2 {
	margin: 10px 0px 20px;
}
.hugos-specials-column-item {
	margin: 2.7em 0;
	text-align: left;
}
.hugos-specials-column-item p {
	font-size: .95em;
}
.inline-menu-item-name {
	font-family: "Oswald", sans-serif;
	font-size: 1.02em;
	font-weight: 700;
	letter-spacing: 0.03em;
	margin-bottom: 3px;
	text-transform: none;
}
.menu-item-name {
	float: left;
	font-family: 'Karla', sans-serif;
	font-size: .938em;
	font-weight: 700;
	letter-spacing: 0.03em;
	margin-bottom: 3px;
}
.menu-item-name-lora {
	float: left;
	letter-spacing: 0.03em;
	margin-bottom: 3px;
	font-size: .938em;
}
.menu-item-name-upper {
	float: left;
	font-size: 1em;
	letter-spacing: 2px;
	margin-bottom: 3px;
	font-family: 'Karla', sans-serif;
	line-height: 1.5em;
	font-weight: 700;
	text-transform: uppercase;
}
.menu-item-name-lg {
	font-size: 1.25em;
	font-weight: 700;
	letter-spacing: .03em;
	font-family: 'Oswald', "Arial Narrow", Arial, sans-serif;
	text-transform: uppercase;
}
.flag {
	float: left;
	width: 100%;
	font-size: .938em;
	color: #68b190;
	font-weight: 700;
	font-family: 'Karla', sans-serif;
	letter-spacing: .03em;
	padding-bottom: 15px;
}
.hugos-menu-column-item h4, .hugos-specials-column-item h4 {
	font-size: 1em;
	font-weight: 700;
	margin-bottom: 0px;
	letter-spacing: .03em;
	font-family: 'Oswald', "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	text-transform: none;
	line-height: 1.6em;
}
.hugos-menu-column-item h4 span, .hugos-specials-column-item h4 span, .legend-label, .hugos-menu-column-item sup {
	font-family: 'Oswald', "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	font-style: normal;
	font-size: .85em;
	font-weight: 700;
	padding-left: 4px;
	text-transform: none;
	color: #68B190;
}
.hugos-menu-column-item .header, .hugos-specials-column-item .header {
	font-weight: 400;
	font-size: 1.25em;
	font-family: 'Lora', TimesNewRoman, Times New Roman, Times, Baskerville, Georgia, serif;
	letter-spacing: .01px;
	padding: 0px 0 15px;
}
.menu-item-title, .menu-item-title span {
	font-family: 'Karla', sans-serif;
	font-weight: 700;
	text-transform: none;
	letter-spacing: .03em;
}
.specials-date {
	font-family: 'Roboto', sans-serif;
	font-size: .75em;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: .15em;
}
/* SHOP NOW BLOCK */
#shop-now {
	height: auto;
	background: url("/wp-content/uploads/2015/07/shopimg.jpg") no-repeat center center;
	background-size: cover;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	-webkit-align-items: center;
	color: #fff;
	font-size: 1.777em;
	padding: 11% 14%
}
#shop-link-button {
	background: #59977B;
	color: #fff;
	display: inline-block;
	font-family: 'Roboto', "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	font-size: 0.5em;
	font-weight: 600;
	letter-spacing: 0.12em;
	line-height: 3.3em;
	padding: 0 1.75em;
	text-transform: uppercase;
}
#shop-link-button:hover {
	background: #60AF7B none repeat scroll 0 0;
	color: #fff;
}
#pressbox {
	align-items: center;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
}
#pressbox > div {
	padding: 0 12%;
}
#pressbox h3 {
	/* padding: 30px 0px 10px;*/
	font-family: 'Lora', TimesNewRoman, Times New Roman, Times, Baskerville, Georgia, serif;
	font-size: 2.441em;
	margin-top: 10px;
	margin-bottom: 5px;
}
#pressbox .presscap {
	display: none;
	font-size: .75em;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .1em;
	padding-top: 40px;
	color: #68B190;
}
.press-copy {
	font-size: 1.25em;
	margin-bottom: 10px;
}
.press-sub, .press-date {
	font-family: 'Roboto', "Lucida Grande", "Lucida Sans", Arial, sans-serif;
}
.press-sub {
	padding-bottom: 15px;
	text-transform: uppercase;
	letter-spacing: .12em;
	font-size: .85em;
	font-weight: 600;
	color: #444;
}
.press-date {
	font-size: .75em;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: .1em;
	padding-top: 40px;
	color: #a0a0a0;
}
/* LOCATIONS */
#locations-menu {
	text-align: center;
	font-family: 'Roboto', "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	font-weight: 400;
	text-transform: uppercase;
}
#locations-menu li {
	list-style-type: none;
	display: inline-block;
	margin: 0 1.5em;
}
#locations-menu a {
	color: #a0a0a0;
	font-size: 0.9em;
	letter-spacing: 0.01em;
	text-decoration: none;
}
#locations-menu a.active-location-link {
	position: relative;
	color: #68B190;
}
#locations-menu a.active-location-link:after {
	content: '';
	position: absolute;
	width: 100%;
	left: 0;
	bottom: -3px;
	border-width: 0 0 1px;
	border-style: solid;
	border-color: #68B190;
}
#locations-menu h2 {
}
#locations-box p {
	font-size: .95em;
}
#locations-box p strong {
	font-family: 'Roboto', "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-size: .80em;
}
#locations-box h3 {
	font-family: 'Lora', TimesNewRoman, Times New Roman, Times, Baskerville, Georgia, serif;
	margin-top: 0em;
	font-size: 2.1em;
}
#locations-header, #locations-display {
	background-color: #FCFAF9;
}
#locations-header {
	padding-top: 4em;
}
#locations-display {
	padding: 4em 0;
}
.map-canvas {
	height: 680px;
}
.locations-details {
	background-color: #fff;
	padding: 3em 4em;
}
.locations-details p {
	margin-top: 1em;
}
ul.locations-links, .locations-links {
	margin: 0 0 0 -2.5rem;
}
ul.catering-link {
	margin: 0;
	padding: 0;
}
.locations-links {
	margin: 3em 0 0 0;
}
.locations-links li, .catering-link li {
	list-style: none;
	display: inline;
}
.locations-links a, .catering-link a {
	display: inline-block;
	font-family: 'Roboto', "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	text-transform: uppercase;
	font-weight: 700;
	font-size: .8em;
	letter-spacing: .12em;
	color: #fff !important;
	background-color: #59977B;
	line-height: 3.3em;
	padding: 0 1.75em;
}
.locations-links a:hover, .catering-link a:hover {
	background-color: #60AF7B;
}
/* LOCATIONS TEMPLATE SPECIFIC */
.locations-page-location-item {
	margin: 5em 0;
}
div.location-item a {
	color: #5da676;
}
/* TWITTER AND INSTAGRAM */
/* Instagram */
#instagram-pictures .instapane {
	font-family: 'Roboto', "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	font-weight: 700;
	font-size: .85em;
	letter-spacing: .02em;
	color: #fff;
}
#instagram-pictures > .row {
	margin-left: 0;
	margin-right: 0;
}
.instawindow {
	position: relative;
	overflow: hidden;
}
.instapane {
	position: absolute;
	top: -100%;
	left: 0;
	color: #333333;
	width: 100%;
	height: 100%;
	display: none;
	align-items: center;
	border-bottom: none;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	-webkit-transition: background-color 0.4s ease-out;
	-moz-transition: background-color 0.4s ease-out;
	-o-transition: background-color 0.4s ease-out;
	transition: background-color 0.4s ease-out;
}
.instapane > div {
	padding: 0 5%;
}
.instawindow:hover .instapane {
	top: 0%;
	background-color: #68B190;
	opacity: 0.9;
	cursor: pointer;
}
/* Twitter */
#twitter-feed {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	-webkit-align-items: center;
	background: #fff !important;
	border-top: 1px solid #efedea;
}
#twitter-feed > div {
	font-size: 1em;
	padding: 0 3.3em;
}
#twitter-copy {
	font-size: 1.563em;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	text-align: left;
}
#twitter-feed div.follow a {
	font-size: 1em;
	font-weight: 600;
}
#twitter-feed span.date {
	font-family: 'Roboto', "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	font-weight: 600;
	padding-bottom: 24px;
	text-transform: uppercase;
	font-size: .85em;
	display: block;
	letter-spacing: 0.12em;
}
#twitter-feed .follow a {
	color: #68B190;
	font-size: 1em;
	font-family: 'Karla', sans-serif;
	font-weight: 600;
	letter-spacing: .03em;
}
#twitter-feed .follow {
	padding-top: 10px;
}
/* FOOTER STYLES */
#footer-meta-information {
	border-top: 1px solid #efedea;
	padding: 15px 0;
	color: #a1a1a1;
}
#special-offers {
	border-radius: 0 !important;
	background: #FCFAF9 url("img/veggie-repeat.png") repeat 0 0;
	border-top: 1px solid #efedea;
	min-height: 517px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	-webkit-align-items: center;
}
#special-offers h2 {
	font-size: 2.05em;
	margin: 0;
	padding: 10px 0 10px 0;
}
#special-offers p {
	font-size: .95em;
	color: #a0a0a0;
}
#special-offers #fieldEmail {
	border-radius: 0;
	color: #555555;
	font-size: .95em;
}
#special-offers #join-us-button {
	border-radius: 0;
	font-family: 'Roboto', "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	color: #555;
	font-weight: 700;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 0.15em;
	padding: 10px 30px;
}
#special-offers #form-container {
	margin: 1.5em 0;
}
#special-offers #join-us-button, #special-offers #fieldEmail {
	height: 60px;
}
/* FOOTER NAVIGATION */
#footer-navigation {
	border-top: 1px solid #efedea;
	padding: 3.2em 0;
	background: #fff;
}
#footer-navigation ul {
	padding: 0;
}
#footer-navigation #menu-footer-locations li {
	font-size: 1.3em;
}
#footer-navigation li {
	list-style-type: none;
	line-height: 1.6em;
}
#footer-navigation li a {
	color: #a0a0a0;
}
#footer-navigation li a:hover {
	text-decoration: none;
	color: #444;
}
#footer-navigation h4 {
	font-family: 'Roboto', "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	text-transform: uppercase;
	font-size: .75em;
	font-weight: 700;
	color: #555;
	letter-spacing: 0.15em;
}
#footer-locations-menu {
	display: block;
	justify-content: center;
}
#footer-locations-menu > div {
	text-align: center;
}
#hybrid-nav-menu-7 {
	display: inline-block;
	text-align: left;
}
/*
*	STICKY MENU BAR
*/
#menu-bar {
	position: fixed;
	top: -100%;
	left: 0;
	width: 100%;
	background-color: #fff;
	color: #383838;
	height: 55px;
	overflow: hidden;
	z-index: 9999;
	transition: all 150ms linear 0s;
	-webkit-transition: all 150ms linear 0s;
	opacity: 0.93;
}
#menu-bar #menu-bar-branding {
	position: relative;
	text-align: center;
	top: 18px;
}
#menu-bar #menu-bar-branding a {
	width: 265px;
	height: 13px;
	background: transparent url('img/template/hugos-text-logo.svg') no-repeat center center / 100% auto;
	display: inline-block;
	text-indent: 500%;
	white-space: nowrap;
	overflow: hidden;
}
/*
*	Modal Navigation Panels
*/
#modal-overlay {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: #000;
	opacity: .75;
	z-index: 97;
	display: none;
}
#modal-left {
	position: fixed;
	top: 0;
	height: 100%;
	background: #68B190 url("img/peppers-green.svg") center center no-repeat;
	background-size: 60%;
	color: #fff;
	z-index: 100;
	left: -100%;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	text-align: center;
	align-items: center;
	-webkit-align-items: center;
}
#dynamic-grid-gallery-7854 {
z-index: 97 !important;
}
#modal-left a {
	font-family: 'Oswald', "Arial Narrow", Arial, sans-serif !important;
	font-size: 3.052em;
	text-transform: uppercase;
	font-weight: 700;
	color: #fff;
	cursor: pointer;
}
#modal-left ul ul a {
	font-family: 'Lora', TimesNewRoman, Times New Roman, Times, Baskerville, Georgia, serif !important;
	font-size: 1.3em;
	font-weight: 400;
	text-transform: capitalize;
	line-height: 1.7em;
}
#modal-left > div {
	margin: 0 auto;
}
#modal-left ul.sub-menu {
	display: none;
	padding: 0;
}
#modal-left ul li {
	list-style-type: none;
	padding: 0;
	margin: 0;
	line-height: 4.5em;
}
#modal-right {
	color: #68B190;
	position: fixed;
	top: 0;
	height: 100%;
	background: #FCFAF9 url("img/onion-grey.svg") center center no-repeat;
	background-size: 70%;
	z-index: 98;
	right: -100%;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	-webkit-align-items: center;
}
#modal-right-close {
	position: absolute;
	right: 64px;
	top: 70px;
	display: inline-block;
	width: 27px;
	height: 27px;
	background: transparent url("img/template/close-x-green.svg") no-repeat scroll center center / 100% auto;
	text-indent: 200%;
	overflow: hidden;
	white-space: nowrap;
}
#modal-right > div {
	width: 100%;
	text-align: center;
	color: #68B190;
}
#modal-right h2 a {
	font-family: 'Oswald', "Arial Narrow", Arial, sans-serif !important;
	text-transform: uppercase;
	font-weight: 700;
	color: #68B190;
}
#modal-right h4 a {
	font-size: .9em;
	color: #68B190;
	font-weight: 600;
	letter-spacing: .12em;
	font-family: 'Roboto', "Arial Narrow", Arial, sans-serif;
}
#menu .col-md-6 {
	width: 100%;
}
.page-id-24 .col-md-6 {
	text-align: justify;
}
.justify {
	text-align: justify;
	font-size: 1.25em;
	margin-bottom: 25px;
}
.page-id-1893 #header, .page-id-1895 #header, .page-id-1897 #header {
	display: none;
}
.ninja-forms-mp-page-title {
	border-bottom: 4px solid #eee !important;
	border-top: 4px solid #eee !important;
	padding: 1em 0.5em !important;
	text-align: center;
}
/* SPINNER HAMBURGER MENU ICON */
.spinner-master2 * {
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	box-sizing: border-box;
}
.spinner-master2 {
	position: absolute;
	height: 50px;
	width: 50px;
	top: 60px;
	left: 60px;
        z-index: 102 !important;
}
.spinner-master2 input[type=checkbox] {
	display: none;
}
.spinner-master2 label {
	cursor: pointer;
	position: absolute;
	z-index: 99;
	height: 100%;
	width: 100%;
	top: 10px;
	left: 0;
}
.spinner-master2 .spinner2 {
	position: absolute;
	height: 2px;
	width: 70%;
	background-color: #fff;
}
.spinner-master2 .diagonal.part-1 {
	position: relative;
	float: left;
}
.spinner-master2 .horizontal {
	position: relative;
	float: left;
	margin-top: 7px;
}
.spinner-master2 .diagonal.part-2 {
	position: relative;
	float: left;
	margin-top: 7px;
}
.spinner-master2 input[type=checkbox]:checked ~ .spinner-spin2 > .horizontal {
	opacity: 0;
}
.spinner-master2 input[type=checkbox]:checked ~ .spinner-spin2 > .diagonal.part-1 {
	height: 2px;
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	margin-top: 10px;
}
.spinner-master2 input[type=checkbox]:checked ~ .spinner-spin2 > .diagonal.part-2 {
	height: 2px;
	transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
	margin-top: -11px;
}
.spinner-master-bar * {
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	box-sizing: border-box;
}
.spinner-master-bar {
	position: absolute;
	top: 18px;
	left: 30px;
	z-index: 99;
}
.spinner-master-bar input[type=checkbox] {
	display: none;
}
.spinner-master-bar label {
	cursor: pointer;
	width: 35px;
	z-index: 99;
	margin: 0px;
}
.spinner-master-bar .spinner2 {
	position: absolute;
	height: 2px;
	width: 100%;
	background-color: #383838;
}
.spinner-master-bar .diagonal.part-1 {
	position: relative;
	float: left;
	z-index: 99;
}
.spinner-master-bar .horizontal {
	position: relative;
	float: left;
	margin-top: 7px;
	z-index: 99;
}
.spinner-master-bar .diagonal.part-2 {
	position: relative;
	float: left;
	margin-top: 6px;
	z-index: 99;
}
.spinner-master-bar input[type=checkbox]:checked ~ .spinner-spin2 > .horizontal {
	opacity: 0;
}
.spinner-master-bar input[type=checkbox]:checked ~ .spinner-spin2 > .diagonal.part-1 {
	height: 2px;
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	margin-top: 10px;
}
.spinner-master-bar input[type=checkbox]:checked ~ .spinner-spin2 > .diagonal.part-2 {
	height: 2px;
	transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
	margin-top: -10px;
}
/* Custom styles */
.wpcf7-form {
	background: #dcc8a5;
	padding: 20px;
	border: 2px solid #f6efdf;
	margin-bottom: 30px;
	border-radius: 7px;
}
.wpcf7-form input {
	background: #f6efdf;
	padding: 5px 7px;
	border: 3px solid #ccb58c;
	margin-bottom: 8px;
	border-radius: 7px;
}
.wpcf7-form textarea {
	background: #f6efdf;
	padding: 5px 0px 5px 7px;
	border: 3px solid #ccb58c;
	border-radius: 7px;
}
.wpcf7-form p {
	color: #4f2a0f;
	margin-top: 10px;
}
.wpcf7-form .wpcf7-submit {
	background: #4f2a0f;
	cursor: pointer;
	padding-left: 15px;
	padding-right: 15px;
	color: #fff;
	border-radius: 7px;
}
a:focus, a:hover {
	text-decoration: none;
}
a:focus {
	outline: none;
}
#modal-left ul li ul.sub-menu li {
	line-height: 1.8em;
}
#modal-left {
	background-size: 60% auto;
}
#modal-right h2 {
	margin: 0;
	padding-top: 20px;
	font-size: 3.052em;
}
#modal-right > div > div {
	font-weight: 400;
	font-size: .975em;
}
/*#menu-intro-text-one {
	display: block;
	height: auto !important;
	padding-top: 90px;
	padding-bottom: 90px;
}*/
#menu-intro-text-one {
	display: block;
	height: auto !important;
	padding-bottom: 190px;
	padding-top: 190px;
}
#menu-intro-text-one .table, .infobox .table {
	margin-bottom: 0px;
}
#menu-intro-text-two {
	background: #FFF;
	height: inherit !important; /*padding:5% 0 !important;*/
}

.page-id-27 #menu-intro-text-two #menu-navigation {
	background-color: #fff !important;
	height: 100%;
	padding: 10% 0;
}

#menu-intro-text-two #menu-navigation {
	background-color: #fff !important;
	height: 100%;
	/*padding: 10% 0;
        padding-bottom: 162px;
        padding-bottom: 82px; */
}
/*#menu-intro-text-two #menu-navigation h3{
	margin: 0;
	padding: 16px 0;
}*/
#menu-intro-text-two #menu-navigation h3 {
	font-size: 1.88em;
	margin: 0;
	padding: 8px 0;
}
.infobox .table p:last-child {
	margin-bottom: 0px;
}
#pressbox .press-copy {
	padding-bottom: 25px;
}
#footer-meta-information {
	font-family: 'Roboto', "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	font-weight: 700;
	font-size: 0.6em;
	color: #a0a0a0;
	background: #fff;
	letter-spacing: 0.15em;
	text-transform: uppercase;
}
.leadertext {
	font-family: "Roboto", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	font-size: 0.75em;
	font-weight: 700;
	letter-spacing: 0.4em;
	text-transform: uppercase;
}
#menu p {
	font-size: .95em;
}
.hugos-menu-item-price {
	font-weight: 700;
	font-family: 'Roboto', sans-serif;
}
.menu-item-price-inline {
	font-weight: 700;
	text-align: right;
}
.hugos-menu-item-price b, strong {
	font-weight: 300;
	font-size: 0.95em;
	font-family: 'Lora', serif;
	color: #444;
}
#hugos-menu-bar-row-1 .hugos-menu-item-price strong, #hugos-menu-bar-row-2 .hugos-menu-item-price strong, #hugos-menu-bar-row-3 .hugos-menu-item-price strong, #hugos-menu-bar-row-4 .hugos-menu-item-price strong, #hugos-menu-bar-row-5 .hugos-menu-item-price strong, #hugos-menu-bar-row-6 .hugos-menu-item-price strong, #hugos-menu-bar-row-7 .hugos-menu-item-price strong, #hugos-menu-bar-row-8 .hugos-menu-item-price strong, #hugos-menu-drinks-row-1 .hugos-menu-item-price strong, #hugos-menu-drinks-row-2 .hugos-menu-item-price strong, #hugos-menu-drinks-row-3 .hugos-menu-item-price strong, #hugos-menu-drinks-row-4 .hugos-menu-item-price strong, #hugos-menu-drinks-row-5 .hugos-menu-item-price strong, #hugos-menu-drinks-row-6 .hugos-menu-item-price strong {
	font-weight: 700;
	font-size: 1em;
	font-family: 'Roboto', sans-serif;
	color: #212121;
	float: right;
}
#footer-locations-menu::after {
	border-right: 1px solid #efedea;
	content: "";
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 14px;
}
#footer-locations-menu {
	padding: 1.5em 0;
	min-height: 220px;
}
.ft-block {
	padding-top: 1.5em;
	padding-bottom: 0;
}
#footer-navigation {
	padding: 0 !important;
}
#menu-menu-1 {
	padding-left: 0px;
}
.menu-table {
	display: table;
}
.menu-table #menu-intro-text-two, .menu-table #sustainability-text {
	display: table-cell;
	width: 50%;
	float: none;
	vertical-align: middle;
}
#footer {
	background-color: #fff;
}
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
	left: -4% !important;
	position: absolute;
	width: 100%;
}
.page-id-27 #header-content h2 {
	display: none;
}
.page-id-29 #header-content h2 {
	display: none;
}
.page-id-27 #header-content h2 {
	display: none;
}
.page-id-923 #header-content h2 {
	display: none;
}
/*****ACCORDIONS****/
.su-spoiler-title {
	cursor: pointer;
	font-family: Karla !important;
	font-size: 1.25em !important;
	font-weight: bold;
	line-height: 1.34em !important;
	min-height: 20px;
	position: relative;
	text-transform: uppercase !important;
	color: #68B190 !important;
}
/*****/
.page-template-template_header0ff #header {
	height: 25% !important;
}
.page-template-template_header0ff #header #header-scrolldown {
	display: none;
}
.page-template-page-template-php #header #brand-logo {
	background: transparent url("img/template/hugos-dark.svg") no-repeat scroll center center / 100% auto;
}
.page-template-page-template-php .spinner-master2 .spinner2 {
	background-color: #222;
}
.page-template-page-template-php #header #navigation-locations a {
	color: #222;
}
.page-template-page-template-php h2.page_title {
	display: none;
}
@media only screen and (max-width: 768px) {
.page-template-page-template-php #header #brand {
	top: 21%;
}
.page-template-page-template-php #header-content {
	top: 60%;
	display: block;
}
.page-template-page-template-php #header-content h2 {
	display: block;
	font-size: 34px;
}
.page-template-page-template-php #header-content h2.page_title {
	display: none;
}
.page-template-page-template-php #header-content h2.page_title {
	display: none;
}
}
div#downloads.col-sm-6 {
	display: none;
}
iframe {
	border: none;
}
.popmake.theme-2233 .popmake-close, .popmake.theme-reservations .popmake-close {
	font-family: "Roboto", sans-serif !important;
}
.su-accordion {
	margin-bottom: 0.5em !important;
}
/** New CSS **/
.hugos-menu-row-2-columns .col-xs-12 > div.col-md-6 {
    width: 50%!important;
}
.hugos-menu-row-3-columns .col-xs-12 > div.col-md-6 {
	width: 33.3%!important;
}
h3#hugos-menu-row-title-1 {
	margin: 0;
	margin-bottom: 30px;
	margin-top: 1.5em;
}
#menu h3 {
	margin-right: 0;
}
ul.menus-legend{
	border-bottom: 1px solid #eee;
}
h3#hugos-menu-row-title-1 {
    max-width: 970px;
    margin-right: auto;
    margin-left: auto;
}
#menu {
    text-align: center;
    max-width: 80%;
    margin: auto;
}
.contact-icon {
margin-left: 40px;
font-weight: bold;
}
@media all and (max-width: 767px){
	#menu{
		max-width: 100%;
		padding-left: 15px;
		padding-right: 15px;	
	}
}
@media all and (max-width: 480px){
	div#menu div.col-xs-12 {
	    padding: 0;
	}
}
#ninja_forms_form_9_all_fields_wrap .ninja-forms-required-items {
display: none !important;
}
.leadercopy {
font-size: 1.05em;
}

p.menus-description-custom {
    font-size: 0.995em !important;
    margin-top: 25px;
}


.bar-1, .bar-price {
color: #fff;
    font-family: "Lora";
 font-size: 1.2em;
    font-weight: 700;
text-transform: uppercase;
margin-right: 10px;
}

.bar-2, .bugme-close {
    color: #fff;
    font-family: "Roboto";
    font-size: 1em;
    margin-right: 10px;
    text-transform: uppercase;
}


/** Private Dining **/

.tit {
	text-align: center;
	padding-top: 3em;
	padding-left: 0 !important;
	padding-right: 0 !important;
	background-color: #fff !important;
}
.private-title {
	background-color: #FFF;
	margin-top: 2em;
}
.su-tabs-nav {
	text-align: center;
}
.su-tabs {
	background: #FFF !important;
	margin: 0 0 6em 0 !important;
}
.su-tabs-nav span {
	font-size: 1.1em !important;
	margin-bottom: 3em !important;
	letter-spacing: 0.01em;
	color: #a0a0a0 !important;
	font-family: 'Roboto', "Lucida Grande", "Lucida Sans", Arial, sans-serif;
}
.su-tabs-nav span:hover {
	cursor: pointer !important;
}
.su-tabs-pane {
	padding-top: 0 !important;
}
.su-tabs-nav span.su-tabs-current {
	background: none!important;
	color: #68B190 !important;
	font-family: 'Roboto', "Lucida Grande", "Lucida Sans", Arial, sans-serif;
}
.su-tabs-nav span.su-tabs-current {
	text-decoration: none;
	position: relative;
}
.su-tabs-nav span.su-tabs-current:after {
	position: absolute;
	height: 1px;
	margin: 0 auto;
	content: '';
	left: 0;
	right: 0;
	width: 81%;
	background-color: #68B190;
	left: 0;
	bottom: 7px;
}
.su-tabs-nav span:hover {
	background-color: transparent !important;
	cursor: default
}
.owl-prev {
	left: 0px !important;
}
.owl-next {
	right: 0px !important;
}
.su-tabs-pane h3 {
	margin-top: 0em;
	font-size: 2.7em !important;
	line-height: 1.3 !important;
}
.rm p {
	font-size: 1.2em;
	margin-top: 1em;
	color: #5a5858 !important;
}
@media only screen and (min-width: 992px) {
.rm {
	padding-left: 2.3em;
}
}
b, strong {
	font-weight: 700 !important;
}
.locations-links a, .catering-link a {
	font-size: 13px !important;
}
#header-content p {
	display: none;
}
@media only screen and (max-width: 991px) {
.private-title h3 {
	margin-bottom: 0px !important;
}
.su-tabs-nav {
	margin-top: 1em;
}
}
@media only screen and (max-width: 768px) and (orientation: landscape) {
.su-tabs-nav span {
	display: inline-block !important;
	margin-bottom: 0px !important;
}
.su-tabs-nav {
	margin-bottom: 2em;
}
.holiday-message {
    display: none !important;
}

}

@media only screen and (max-width: 480px) and (orientation: portrait) {
.holiday-message {
    position: absolute;
    /*right: 17%;*/
    text-align: center;
    top: 60%;
    width:300px;
    left: 50%;
    margin-left:-150px;
}

.holiday-message h2 {
font-size: 2.1em !important
}

.holiday-message h3 {
font-size: 1.1em !important
}

}

