/*
Theme Name: Harland Custom
Theme URI: http://wordpress.org/themes/blankslate
Author: TidyThemes/Jeramiah Harland
Author URI: http://tidythemes.com/
Description: Theme for custom projects. A combination of BlankSlate and other tidbits.
Version: 1
License: GNU General Public License
License URI: https://www.gnu.org/licenses/gpl.html
Text Domain: harland_custom
------------
Content
------------
01: Reset
02: Generalt
03: Header
04: Homepage
05: Interior
06: Blog
07: Forms
08: Footer
09: Mobile/Responsive
10: Coming Soon
------------
Colors
------------
Dark Red: #1e0301;
Gold: #a88a56;
Yellow: #ffcc00;
Light Red: #722922;
Gray: #999999;
*/

/* ------------------------------------------------------------------------------
----------------------------------------------------------------- 01: Reset
------------------------------------------------------------------------------ */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	font-size: 100%;
	font: inherit;
	padding: 0;
	border: 0;
	margin: 0;
	vertical-align: baseline;
	color: #fff;
}
body {
	line-height: 1;
	position: relative;
}
ol, ul {
	list-style: none
}
blockquote, q {
	quotes: none
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block
}
.clear {
	clear: both
}

/* ------------------------------------------------------------------------------
----------------------------------------------------------------- 02: General
------------------------------------------------------------------------------ */

html { 
   overflow-x: hidden;
}
html, body { 
   height: 100%;
   font-family: 'Futura BT W01 Light';
   background-color: #000;
   color: #fff;
}
i,
em {
	font-style: italic;	
}
b,
strong {
	/*font-family:  'Futura BT W01 Medium';*/
}
.print-only {
	display: none !important;
}
.pagebreak {
	display: none;
}
.alignleft {
	position: relative;
	display: block;
	float: left;
	margin: 0px 15px 15px 0px;
}
.alignright {
	position: relative;
	display: block;
	float: right;
	margin: 0px 0px 15px 15px;
}
.aligncenter {
	position: relative;
	display: block;
	float: none;
	margin: 15px auto;
}
.alignnone {
	position: relative;
	display: block;
	margin: 0px 0px 15px 0px;
}
.clear {
	position: relative;
	display: block;
	clear: both;	
}
.sprite {
	position: relative;
	background: url(images/sprite.png) no-repeat;
}
a {
	color: #fff;
	outline: none;
}
a:focus,
input:focus,
select:focus {
	outline: none;	
}
img {
	max-width: 100%;
}
p {
	font-size: 16px;
	line-height: 24px;
	padding: 15px 0;
	text-align: center;
	max-width: 1000px;
	margin: 0 auto;
}
.container {
	width: 100%; 
	margin: 0px auto;
	position: relative;
	z-index: 1;
	box-sizing: border-box;
	padding: 25px 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.inset-shade {
	box-shadow: inset 0px 0px 16px -3px rgba(0,0,0,0.75);
}
.shade {
	box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.75);
}
.shade-light {
	box-shadow: 0px 2px 1px 0px rgba(0,0,0,0.75);
}
.shade-inset-depth-2 {
	box-shadow: inset 0px 2px 15px 5px rgba(0,0,0,1);
}
.shade-depth-2 {
	box-shadow: 0px 5px 5px 1px rgba(0,0,0,0.3);
}
.text-shadow {
	text-shadow: 0px 2px 5px #000;
}
.row {
	max-width: 1300px; 
	width: 100%; 
	margin: 0px auto;
	position: relative;
	text-align: center;
	overflow: hidden;
}
.phone-number {
	cursor: default;
	text-decoration: none;
	color: inherit;
}
#outer-wrapper {
	position: relative;
	overflow: hidden;
	width: 100%;
	z-index: 2;
	min-height: 100%;
}
.h1 {
	font-size: 42px;
	max-width: 1200px;
	width: auto;
	text-align: center;
	padding: 0 15px;
	position: relative;
	margin: 0 auto;
	display: inline-block;
	line-height: 48px;
}
#main-info .h1 {
	white-space: nowrap
}
.h1:before, .h1:after {
	background-color: #fff;
	bottom: 0;
	content: "";
	display: inline-block;
	height: 1px;
	margin: auto;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	position: absolute;
	top: 0;
	vertical-align: middle;
	width: 1000%;
	box-shadow: 0px 2px 2px #000;
}
.h1:before {
	left: 100%;
}
.h1:after {
	right: 100%;
}
.copperplate {
	font-family: 'Copperplate Gothic LT W01_31AB';
}
.futura {
	font-family: 'Futura BT W01 Book';
}
.futura-light {
	font-family: 'Futura BT W01 Light';
}
.overlay {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: -1;
}
.column-gradient {
	background-image: url(images/black-gradient-column.png);
	background-repeat: repeat-y;
	background-position: center top;
	background-size: contain;
}
.title {
	overflow: hidden;
	/* padding: 0 0 15px; */
}
.title .sub {
	font-size: 24px;
	padding: 10px 0 0;
	line-height: 30px;
}
hr {
	height: 1px;
	background-color: #FFF;
	border: none;
	font-style: none;
	outline: none;
	display: block;
	margin: 25px 0;
}
body.menu-open #scroll-to-top,
body.menu-open #select-location .fa-angle-down {
	visibility: hidden !important;
}
#scroll-to-top {
	z-index: 6;
	position: fixed;
	bottom: 25px;
	right: 25px;
	text-align: center;
	cursor: pointer;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	visibility: hidden;
}
#scroll-to-top i {
	display: block;
	font-size: 46px;
}
#scroll-to-top span {
	padding: 5px;
	display: block;
	font-size: 14px;
	line-height: 18px;
}
.divider  {
	width: 1px;
	height: 1px;
	background-color: #fff;
	opacity: .7;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	display: inline-block;
	vertical-align: middle;
}
.divider.vertical  {
	height: 45px;
}
/* ------------------------------------------------------------------------------
--------------------------------------------------------------------- 03: Header
------------------------------------------------------------------------------ */

#header {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	z-index: 100;
	min-height: 65px;
	height: auto;
	padding: 0;
	display: block;
	text-align: left;
	font-size: 0;
}

#header .content {
	min-height: 65px;
}

#header.fixed {
	position: fixed;
}

.menu-open #header {
	box-shadow: none;
	width: auto;
	position: fixed !important;
	overflow: visible;
}
.menu-open #header .quick-links,
.menu-open #header .phone-number,
.menu-open #header .logo {
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
#menu-hero {
	background-image: url(images/menu-hero.jpg);
	background-size: contain;
	right: 0;
	left: 0;
	height: 100%;
	position: fixed;
	width: auto;
	top: 0px;
	bottom: 0px;
	background-position: right top;
	background-repeat: no-repeat;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

body.menu-open #menu-hero {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

#header .overlay {
	background-image: url(images/black-gradient-top-down.png);
	background-position: top;
	background-repeat: repeat-x;
	visibility: visible;
}
#header .logo {
	display: inline-block;
	width: 25%;
	padding: 0px 25px;
	height: auto;
	overflow: hidden;
	vertical-align: middle;
	box-sizing: border-box;
	text-align: left;
}
#header .logo img {
	max-width: 200px;
}
.menu-ready #header .overlay {
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.att-button {
	padding: 15px 70px 15px 15px;
	position: relative;
	display: inline-block;
	text-transform: uppercase;
	font-style: unset;
	outline: none;
	background-color: #ba8f49;
	text-shadow: none;
	vertical-align: middle;
	border-radius: 2px;
	overflow: hidden;
	text-decoration: none;
}

.att-button:before {
	content: '';
	background-color: #a17b3f;
	bottom: 0;
    display: inline-block;
    height: 100%;
    right: 0;
    margin: auto;
	position: absolute;
	top: 0;
	width: 55px;
}

.att-button:after {
	font-family: 'FontAwesome';
	content: '\f105';
	bottom: 0;
    display: inline-block;
    height: 100%;
    right: 0;
    margin: auto;
	position: absolute;
	top: 0;
	width: 45px;
	padding: 0 5px;
}

.att-button.hover {
	background-color: #a17b3f;
}

.reservation.att-button {
	padding: 10px 15px 10px 70px;
	margin: 0 25px 0 0;
}

#reservation.att-button:after {
	content: '';
	background-image: url(images/open-table-icon.png);
	background-repeat: no-repeat;
	background-size: 80%;
	background-position: center;
	right: auto;
	left: 0;
}

#reservation.att-button:before {
	left: 0;
	right: auto;
}

.open-table-icon {
	content: '';
	background-image: url(images/open-table-icon.png);
	background-repeat: no-repeat;
	background-size: 80%;
	background-position: center;
}

.open-table {
	content: '';
	background-image: url(images/open-table-full.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

/* Select Location */
#select-location {
	display: inline-block;
	height: 1px;
	overflow: hidden;
	visibility: hidden;
	vertical-align: middle;
	position: absolute;
	top: auto;
	right: 25px;
	width: 265px;
}

#select-location ul {
	
}

#select-location ul.dropdown {
	
}

#select-location li {
	display: block;
	position: relative;
	overflow: hidden;
}

#select-location li .overlay {
	opacity: .8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	-webkit-transition: all ease-in-out .3s;
	transition: all ease-in-out .3s;
	background-image: none;
	background-color: #000;
}

#select-location li:hover .overlay {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

#select-location li a {
	padding: 35px 40px 35px 65px;
	display: block;
	width: 100%;
	box-sizing: border-box;
	position: relative;
	text-align: center;
	line-height: 16px;
	text-decoration: none;
}

#select-location li a:hover {
	
}

#select-location li.active .overlay {
	display: none;
}

#select-location li a.active {
	
}

#select-location li a.reservation {
	padding: 3px;
	display: block;
	width: auto;
	box-sizing: border-box;
	position: absolute;
	right: 0;
	top: 0;
	left: 0;
	bottom: 0;
	text-align: center;
	color: #fff;
	background-color: #ba8f49;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transition: all ease-in-out .3s;
	transition: all ease-in-out .3s;
	-webkit-transform: translateX(100%);
	        transform: translateX(100%);
	line-height: 12px;
	text-transform: uppercase;
	font-size: 0;
}

#select-location a.reservation .open-table {
	width: 100px;
	height: 30px;
	display: none;
	margin: 0 auto;
}

#select-location li:hover a.reservation {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	-webkit-transform: translateX(90%);
	        transform: translateX(90%);
}

#select-location li:hover a.reservation:hover {
	background-color: #a17b3f;
	-webkit-transform: translateX(0);
	        transform: translateX(0);
}

#select-location li:hover a.reservation:hover .open-table-icon {
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

#select-location li:hover a.reservation:hover span {
	vertical-align: middle;
	display: inline-block;
}

#select-location li:hover a.reservation:hover .open-table {
	display: block;
}

#select-location li a.reservation span {
	vertical-align: middle;
	display: none;
	font-size: 18px;
	line-height: 20px;
}

#select-location li a.reservation:after {
	vertical-align: middle;
	content: '';
	height: 100%;
	display: inline-block;
}

#select-location li a.reservation .open-table-icon {
	background-size: 100%;
	vertical-align: middle;
	color: #fff;
	display: inline-block;
	width: 20px;
	position: absolute;
	left: 3px;
	top: 0;
	bottom: 0;
	height: 30px;
	margin: auto;
	font-size: 28px;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

#select-location li span {
	display: block;
	overflow: visible;
}

#select-location li .profile {
	width: 45px;
	display: inline-block;
	position: absolute;
	left: 10px;
	top: 0;
	bottom: 0;
	height: 45px;
	border-radius: 100%;
	background-position: center;
	background-size: cover;
	margin: auto;
	background-color: #000;
}

#select-location li .title {
	
}

#select-location .fa-angle-down {
	position: absolute;
	top: 0;
	right: 10px;
	height: 20px;
	margin: auto;
	cursor: pointer;
	color: #ba8f49;
	font-size: 32px;
	display: inline-block;
	line-height: 20px;
	vertical-align: top;
	text-align: center;
	padding: 5px;
	border-radius: 100%;
	width: 20px;
}

#menu-button {
	position: absolute;
	right: -25px;
	top: auto;
	bottom: 10px;
	width: auto;
	padding: 10px 50px 10px 25px;
	cursor: pointer;
	background-color: transparent;
	z-index: 100;
	opacity: .7;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

#menu-button.hover {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

#menu-button i {
	font-size: 64px;
	vertical-align: middle;
	margin: 0px -4px 0px 0px;
}

#menu-button .vertical-fix {
	height: 100%;
	display: inline-block;
	vertical-align: middle;
	width: 0px;
	text-align: center;
}

#header .content {
	text-align: right;
	width: 75%;
	display: inline-block;
	vertical-align: middle;
	box-sizing: border-box;
	font-size: 18px;
	white-space: nowrap;
	padding-right: 295px;
}

#header .header-menu {
	white-space: normal;
	display: inline-block;
}

#header .header-menu .sub-menu {
	position: absolute;
	top: 100%;
	width: auto;
	max-width: 250px;
	text-align: center;
	right: -50%;
	left: -50%;
	display: block;
	overflow: hidden;
	height: 0;
}

#header .header-menu .sub-menu .menu-button {
	padding: 15px 10px;
	text-transform: capitalize;
}

#header .header-menu .sub-menu li:after {
	content: '';
	opacity: .8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	-webkit-transition: all ease-in-out .3s;
	transition: all ease-in-out .3s;
	background-image: none;
	background-color: #000;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
}

#header .header-menu .sub-menu li:hover:after {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
#header .header-menu .sub-menu li {
	display: block;
	position: relative;
}

#header .header-menu li {
	display: inline-block;
	position: relative;
}

#header .header-menu li .menu-button {
	padding: 35px 10px;
}
/*
#header .header-menu li:first-of-type .menu-button {
	padding-left: 0;
}*/

#header .menu-button {
	display: inline-block;
	padding: 10px;
	text-decoration: none;
	outline: none;
	text-transform: uppercase;
	font-size: 16px;
	visibility: visible;
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
}

#header .menu-item-has-children > a:after {
    font-family: 'FontAwesome' !important;
	content: '\f107';
	color: #ba8f49;
	font-size: 32px;
	padding: 0 0 0 8px;
	display: inline-block;
	line-height: 15px;
	vertical-align: top;
	text-align: center;
}

#header .phone-number {
	font-size: 28px;
	vertical-align: middle;
	margin: -5px 0 0;
	display: inline-block;
}

#header .phone-number.no-reservation {
	margin-right: 25px;
}

#menu-main {
	position: fixed;
	right: -30px;
	top: 0px;
	bottom: 0px;
	width: 375px;
	z-index: 1;
	padding: 0px 35px 0px 0px;
	text-align: right;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow-y: scroll;
}

#menu-main .logo {
	display: block;
	padding: 15px 0;
}

#menu-main .phone-number {
	font-size: 32px;
	display: block;
	padding: 0 0 15px;
	color: #ba8f49;
}

#menu-main .buttons-container li {
	display: block;
}

#menu-main .menu-button {
	display: inline-block;
	padding: 10px 0;
	text-decoration: none;
	outline: none;
	font-size: 24px;
	text-transform: uppercase;
}

#menu-main .social-media-container {
	padding: 15px 0;
}

#menu-main  .social-media-container a:first-child {
	padding: 5px 10px 5px 0;
}

#menu-main .social-media-container i {
	font-size: 32px;
	display: inline-block;
	margin: 0 0 0 15px;
	padding: 5px 0;
}

.menu-button-hover {
	color: #C4C4C4;
}
/* ------------------------------------------------------------------------------
---------------------------------------------------- 03.5: General Page Styles
------------------------------------------------------------------------------ */
.wood-section {
	background-image: url(images/wood-paneling-fade.jpg);
	background-repeat: repeat-y;
	background-position: center;
	background-color: #000;
	z-index: 10;
}
.stone-section {
	background-image: url(images/stone-fade.jpg);
	background-repeat: repeat-y;
	background-position: center;
	background-color: #000;
}

#social-media-container {
	position: fixed;
	top: 150px;
	z-index: 10;
	left: -10px;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

#social-media-container .button {
	display: block;
	background-color: #7a2403;
	padding: 15px 10px 15px 20px;
	text-align: center;
	cursor: pointer;
}

#social-media-container .button.reservation {
	display: block;
	background-color: #ba8f49 !important;
	padding: 15px 10px 15px 20px;
	text-align: center;
	cursor: pointer;
}

#social-media-container .button.reservation .open-table-icon {
	display: inline-block;
	height: 25px;
	width: 35px;
	background-size: contain;
}

#social-media-container .button:nth-child(odd) {
	background-color: #591b02;
}

#social-media-container i {
	color: #fff;
	font-size: 28px;
}
/* ------------------------------------------------------------------------------
----------------------------------------------------------------- 04: Homepage
------------------------------------------------------------------------------ */
#hero.homepage {
	background-size: cover;
	background-position: bottom center;
	background-attachment: fixed;
	height: auto;
	min-height: 300px;
	padding: 0;
	z-index: 1;
}

#hero.homepage .row {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}

#hero.homepage .overlay {
	z-index: 1;
	background-image: url(images/black-gradient-bottom-up.png);
	background-repeat: repeat-x;
	background-position: bottom;
	pointer-events: none;
}

#hero.homepage .overlay-fade {
	background: #000;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -2;
}

#hero.homepage .hero-content {
	position: relative;
	margin: auto;
	font-size: 78px;
	height: 100px;
	left: 0px;
	text-align: center;
	width: 80%;
	right: 0px;
	top: 200px;
	visibility: hidden;
}

#hero.homepage .hero-content span {
	display: block;
	font-family: 'Futura BT W01 Medium';
	font-size: 28px;
	padding-top: 15px;
	text-shadow: 0px 2px 5px #000, 0px 2px 5px #000;
	text-transform: uppercase;
	line-height: 36px;
}

#hero.homepage .hero-content.hidden {
	visibility: hidden !important;
}

#hero.homepage .slider {
	
}

#hero.homepage .slider .slick-arrow {
	width: auto;
	z-index: 10;
	position: absolute;
	color: #fff;
	font-size: 250px;
	height: 125px;
	margin: auto;
	top: 0;
	bottom: 0;
	padding: 10px;
	line-height: 100px;
	cursor: pointer;
	opacity: .05;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=5)";
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
}

#hero.homepage .slider .slick-arrow:hover {
	opacity: .5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

#hero.homepage .slider .slick-arrow.right {
	right: 0;
}

#hero.homepage .slider .slick-arrow.left {
	left: 0;
}

#hero.homepage .slide {
	position: relative;
	box-shadow: inset 0px -125px 72px -19px rgba(0,0,0,0.75);
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

#hero.homepage .slide img {
	z-index: -1;
	position: relative;
}

#hero.homepage .slide .content {
	position: absolute;
	top: auto;
	left: 100px;
	bottom: 100px;
	margin: auto;
	height: auto;
	padding: 35px;
	width: auto;
	text-align: left;
	max-width: 900px;
	background-image: url(images/black-gradient-top-down.png);
	background-position: top;
	background-repeat: repeat-x;
	background-size: contain;
}

#hero.homepage .slide * {
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
#hero.homepage .slide .content h2 {
	font-size: 75px;
	text-align: left;
}
#hero.homepage .slide .content p {
	display: block;
	font-size: 38px;
	line-height: 48px;
	text-align: left;
}
#hero.homepage .slide .content a {
	font-size: 36px;
	text-align: left;
	margin-top: 15px;
}
#hero.homepage .slide .content a:after {
	font-size: 58px;
	text-align: center;
	vertical-align: middle;
}
#main-info.homepage .randall {
	background-position: center;
	background-size: cover;
	border-radius: 100%;
	height: 300px;
	width: 300px;
	margin: 15px auto;
	display: block;
	box-shadow: 0px 6px 10px 0px rgba(0,0,0,1);
}
#featured {
	background-image: url(images/wissota-special-01.jpg);
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
	background-color: #000;
}
#featured .overlay {
	background-color: #000;
	opacity: .3;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
}
#featured .box-container {
	box-sizing: border-box;
	min-height: 100%;
	display: table;
	margin: 15px 0;
}
#featured .box {
	display: table-cell;
	width: 25%;
	vertical-align: top;
	box-sizing: border-box;
	min-height: 100%;
	position: relative;
	height: 100%;
	overflow: hidden;
	background-color: #FFF;
	padding: 25px;
}
#featured .box-content h5 {
	color: #7a2403;
	font-size: 26px;
	text-transform: uppercase;
}
#featured .box-content hr {
	background-color: #CCC;
}
#featured .box-content p {
	color: #000;
	padding: 0 0 75px;
}
#featured .box-content a {
	background-color: #7a2403;
	position: absolute;
	padding: 15px 25px;
	text-transform: uppercase;
	text-decoration: none;
	outline: none;
	margin: auto;
	box-sizing: border-box;
	display: block;
	font-size: 18px;
	right: 25px;
	bottom: 25px;
	left: 25px;
}
#featured .box-content .name,
#featured .box-content .price {
	color: #000;
}
#featured .box-content .name {
	padding-right: 2px;
}
#featured .box-content .description {
	font-style: italic;
	font-size: 14px;
	color: #7a2403;
	line-height: 18px;
}
#featured .box-content .description:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	border-top: 2px solid #000;
	height: 1px;
	width: 5px;
	margin: 0 4px 0 0;
}
#featured .box-image {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
#locations {
}
#locations .title .sub i {
	vertical-align: middle;
	font-size: 8px;
	padding: 0 10px;
}
#locations .slider {
	padding: 15px 0;
}
#locations .slide-nav {
	color: #C4C4C4;
	cursor: pointer;
}
#locations .slide-nav.active {
	color: #FFF;
}
#locations .slider .slick-prev, 
#locations .slider .slick-next {
	display: none !important;
}
#locations .location-section {
	display: inline-block;
	width: 33%;
	box-sizing: border-box;
	vertical-align: top;
	text-decoration: none;
	outline: none;
	float: left;
}
#locations .location-section.hours p {
	font-size: 14px;
	line-height: 18px;
}
#locations .location-section a {
	text-decoration: none;
	outline: none;
	vertical-align: middle;
}
#locations .location-section strong {
	display: block;
	text-transform: uppercase;
}
#locations .location-section span {
	display: inline-block;
	vertical-align: middle;
}
#locations .location-section i {
	vertical-align: middle;
	padding: 0 10px 0 0;
	color: #C4C4C4;
	font-size: 24px;
}
#locations .hotel i {
	color: #ba8f49;
	padding: 0 0 0 10px;
	font-size: 16px;
}
#locations .hotel a {
	text-transform: uppercase;
}
#locations .hotel .image {
	min-height: 100px;
	height: 40%;
	width: 100%;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
#locations .coming-soon strong {
	font-size: 24px;
	color: #ba8f49;
}
#locations .coming-soon p {
	
}
#locations .coming-soon i {
	font-size: 100px;
	padding: 0 0 25px 0;
}
/* ------------------------------------------------------------------------------
----------------------------------------------------------------- 05 Interior
------------------------------------------------------------------------------ */
#interior {
	min-height: 300px;
}

#interior.col-page .row {
	font-size: 0;
}

#interior.col-page .col-one,
#interior.col-page .col-two {
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	white-space: normal;
	font-size: 16px;
}

#interior.col-page .column-gradient {
	padding: 25px;
}

#interior.col-page .col-one {
	width: 40%;
}

#interior.col-page .col-two {
	width: 60%;
	padding-left: 25px;
}

#interior.col-page .section-header {
	font-size: 24px;
	line-height: 28px;
}

#interior.col-page.contact-us .col-one {
	width: 30%;
}

#interior.col-page.contact-us .col-two {
	width: 70%;
}

#interior .contact-point {
	padding: 15px 0;
	font-size: 0;
	box-sizing: border-box;
	width: 80%;
	text-align: center;
	margin: 0 auto;
	max-width: 400px;
}
#interior .contact-point p {
	display: inline-block;
}
#interior .contact-point i {
	font-size: 34px;
	line-height: 36px;
	color: #ba8f49;
	display: inline-block;
	vertical-align: middle;
	width: 15%;
	text-align: center;
}
#interior .contact-point i.fa-mobile-phone {
	font-size: 54px;
}
#interior .contact-point span {
	
}
#interior .contact-point a,
#interior .contact-point p {
	padding: 5px 0 5px 10px;
	box-sizing: border-box;
	font-size: 16px;
	display: inline-block;
	vertical-align: middle;
	text-align: left;
	width: 85%;
}
#interior .contact-point p a {
	width: auto;
	padding: 0;
	line-height: 18px;
	color: #ba8f49;
}
#interior .contact-point a {
	text-decoration: none;
	font-style: unset;
	white-space: normal;
}
#interior .contact-point a span {
	color: inherit;
}
#interior .contact-point a i {
	font-size: 16px;
	line-height: 18px;
	width: auto;
	padding: 0 0 0 5px;
}
/* ------------------------------------------------------------------------------
----------------------------------------------------------------- 05:01 Menu(s)
------------------------------------------------------------------------------ */
#hero.interior {
	background-size: cover;
	background-position: center;
	background-attachment: scroll;
	background-repeat: no-repeat;
	height: auto;
	height: 375px;
	padding: 0;
	z-index: 1;
}
#hero.interior .overlay {
	z-index: -2;
	background-image: url(images/black-gradient-bottom-up-subtle.png);
	background-repeat: repeat-x;
	background-position: bottom;
}
#page-title.interior .title {
	padding: 0;
}
.menu-section, .page-section {
	overflow: hidden;
	font-size: 16px;
	position: relative;
	box-sizing: border-box;
}

.menu-section, .page-section {
	padding: 25px 0;
}

.menu-section {
	display: inline-block;
	vertical-align: top;
	padding: 25px;
	float: left;
	padding-top: 0;
	width: 100%;
}

.menu-section .menu-contents {
	display: inline-block;
	padding: 25px;
	box-sizing: border-box;
	width: 100%;
}

.menu-section .col {
	float: left;
	width: 50%;
	box-sizing: border-box;
	text-align: left;
	padding-right: 0;
}

.menu-section .col:nth-of-type(odd) {
	padding-right: 25px;
}

.menu-section .col:nth-of-type(even) {
	padding-left: 25px;
}

.menu-section.half-section .col:nth-of-type(even) {
	padding-left: 0;
}

.menu-section .section-container {
	width: 100%;
	display: inline-block;
	padding: 0 0 25px;
}
.menu-section .section-container p {
	text-align: left;
}
.menu-section .section-container p.coming-soon {
	width: 100% !important;
	text-align: center !important;
}
.menu-section .section-container.two-col {
	width: 50%;
	float: left;
}

.menu-section.half-section {
	width: 50%;
}

.menu-section.half-section .col {
	width: 100%;
}

.menu-section.half-section .col:first-of-type {
	padding-right: 0;
}


.menu-section.featured .date {
	display: block;
	padding: 0 0 5px;
	font-size: 16px;
	color: #ba8f49;
}

.menu-section .section-header {
	font-size: 24px;
    padding: 0 0 10px;
	line-height: 28px;
	text-align: left;
}

.menu-section .menu-description,
.menu-section .section-header .section-notes {
	font-family: 'Futura BT W01 Light';
	display: block;
	font-size: 14px;
	color: #ba8f49;
	line-height: 18px;
}

.menu-section .menu-description {
	display: block;
	font-size: 16px;
	line-height: 24px;
	padding-top: 0;
	text-align: left;
	margin: 0;
	text-transform: capitalize;
}

.menu-section .section-item {
	padding: 5px 0;
	display: block;
	position: relative;
	text-align: left;
}
.menu-section .section-item .item-category {
	display: block;
	padding: 0 0 5px;
}

.menu-section .section-item.coming-soon {
	width: 100% !important;
	text-align: center !important;
}

.menu-section .section-item strong {
	font-weight: normal;
}
.menu-section .section-item span {
	display: block;
	vertical-align: middle;
	padding: 2px 0;
	line-height: 18px;
}

.menu-section .section-item .name {
	border-bottom: dotted 1px rgb(186, 143, 73, 0.3);
}

.menu-section .section-item .description {
	font-style: italic;
	font-size: 14px;
	color: #C4C4C4;
	line-height: 18px;
	padding-right: 75px;
}

.menu-section .section-item .description:before {
	content: '';
	display: none;
	vertical-align: middle;
	border-top: 2px solid #FFF;
	height: 1px;
	width: 8px;
	margin: 0 10px 0 5px;
}
.menu-section.featured .section-item .description {
	display: block;
}
.menu-section.featured .section-item .description:before {
	display: none;
}

.menu-section .section-item .price_containers {
	position: absolute;
	top: 2px;
	right: 0;
	white-space: nowrap;
}

.menu-section .section-item .container {
    display: inline-block !important;
    white-space: nowrap;
    width: auto;
}


.menu-section .section-item .price_containers .price {
	display: inline-block;
}

.menu-section .section-item .price_containers .size {
	display: inline-block;
	font-size: 12px;
	color: #ba8f49;
}


.menu-section .section-item .price:before {
	content: '';
	display: none;
	vertical-align: middle;
	border-left: 2px solid #ba8f49;
	height: 12px;
	width: 1px;
	margin: -1px 5px 0 0;
}

.menu-section.split-section {
	margin: 25px 0 0 0;
}

.coming-soon-section {
	padding: 25px;
}

#interior.menu-page .row {
	font-size: 0;
}

#interior.menu-page .col-one,
#interior.menu-page .col-two,
#interior.menu-page .col-three, 
#interior.menu-page .col-four {
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	white-space: normal;
	margin-bottom: 25px;
	position: relative;
}
#interior.menu-page .col-one {
	width: 60%;
}
#interior.menu-page .col-two {
	width: 40%;
	padding-left: 25px;
}
#interior.menu-page .col-three {
	width: 45%;
}
#interior.menu-page .col-four {
	width: 55%;
	padding-left: 25px;
}
#interior.menu-page .col-one .menu-section {
	text-align: left;
}
#interior.menu-page .col-two .menu-section {
	text-align: center;
}
#interior.menu-page .pdf-download {
	position: absolute;
	top: 25px;
	right: 25px;
	text-decoration: none;
	padding: 0 5px 5px;
}

#interior.menu-page .pdf-download i,
#interior.menu-page .pdf-download span {
	display: inline-block;
	vertical-align: middle;
}

#interior.menu-page .pdf-download i {
	color: #ba8f49;
	padding: 0 10px 0 0;
}

#interior.menu-page .foot-note,
#interior.beverage-page .foot-note {
	display: inline-block;
	padding: 5px 10px 5px 0;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 18px;
	vertical-align: middle;
	position: absolute;
	bottom: 35px;
	right: 30px;
	text-align: right;
}

#interior.menu-page .footer-warning {
	max-width: none;
	text-transform: uppercase;
	text-align: center;
	padding: 0 25px;
	font-size: 14px;
	display: block;
	clear: both;
}

#interior.menu-page .foot-note .note,
#interior.beverage-page .foot-note .note {
	color: #ba8f49;
	display: inline-block;
	vertical-align: middle;
}

#interior.menu-page .foot-note .disclaimer,
#interior.beverage-page .foot-note .disclaimer{
	color: #787878;
	font-size: 10px;
	display: inline-block;
	vertical-align: middle;
}

#interior.menu-page .wisconsin-proud {
	display: inline-block;
	overflow: visible;
}

#interior.menu-page .wisconsin-proud .image {
	background-image: url(images/wisconsin-proud.png);
	width: 40px;
	height: 40px;
	background-repeat: no-repeat;
	background-size: contain;
	display: inline-block;
	position: relative;
}

#interior.menu-page .wisconsin-proud .image i {
	color: #ba8f49;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	font-size: 20px;
	width: 20px;
	height: 20px;
}
#interior.menu-page .wisconsin-proud span {
	vertical-align: middle;
	color: #C4C4C4;
}
#interior.menu-page .on-tap .section-header-image {
	background-image: url(images/on-tap-image-01.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	height: 150px;
	width: 100%;
	display: block;
	background-attachment: scroll;
	background-position: center;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}
#interior.menu-page .on-tap {
	padding-top: 175px;
}
#interior.menu-page .on-tap .name {
	font-size: 14px;
}
#interior.menu-page .on-tap .section-item {
	padding: 5px 0 10px;
}
#interior.menu-page .bottles .section-header-image,
#interior.beverage-page .bottles .section-header-image{
	background-image: url(images/bottles-image-01.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	height: 150px;
	width: 100%;
	display: block;
	background-attachment: scroll;
	background-position: top center;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}

#interior.menu-page .bottles{
	text-align: left;
}
#interior.menu-page .bottles .section-header {
    text-align: center;
}
#interior.menu-page .bottles .name {
	font-size: 14px;
}
#interior.menu-page .bottles .section-item {
	padding: 5px 0 10px;
	width: 50%;
	text-align: center;
	box-sizing: border-box;
	float: left;
}

#interior .menu-section.wine .item-category {
	font-size: 18px;
	line-height: 18px;
	padding: 15px 0;
	display: block;
	color: #787878;
	text-transform: uppercase;
	font-weight: normal;
}

#interior.menu-page .wine p {
	font-size: 14px;
	color: #C4C4C4;
}

/* ---------------------------------------- Wine Menu Page -------------------- */

#interior.wine .menu-section .item-category {
	font-size: 24px;
	line-height: 28px;
}

/* ---------------------------------------- Beer Menu Page -------------------- */
#interior.beverage-page .row {
	font-size: 0;
}
#interior.beverage-page .row:first-of-type {
	padding-bottom: 25px;
}

#interior.beverage-page .col-one,
#interior.beverage-page .col-two {
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	white-space: normal;
}
#interior.beverage-page .col-one {
	width: 40%;
}
#interior.beverage-page .col-two {
	width: 60%;
	padding-left: 25px;
}

#interior .menu-section .section-item.beer {
	padding-left: 55px;
}

#interior .menu-section.no-image-section .section-item {
	padding-left: 0 !important;
}

#interior .menu-section .section-item.beer .image {
	display: inline-block;
    float: left;
    width: 50px;
    background-size: cover;
	background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: 5px 0;
}

#interior .menu-section.no-image-section .image {
	display: none !important;
}

#interior .menu-section .section-item.beer .name {
	
}

#interior .menu-section .section-item.beer .detail {
	font-size: 12px;
	color: #C4C4C4;
}

#interior .menu-section .section-item.beer .description {
	display: none;
}

#interior.beverage-page .menu-section .section-item .section-header {
	font-size: 24px;
	line-height: 28px;
}

#interior.beverage-page .menu-section .section-item .item-category {
	font-size: 18px;
}

#interior.beverage-page .bottles .section-item:nth-child(2n+1) {
	clear: both;
}
#interior.beverage-page .on-tap .section-footer-image {
	background-image: url(images/beer-image-01.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	height: 250px;
	width: 100%;
	display: block;
	background-attachment: scroll;
	background-position: bottom center;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}

/* ---------------------------------------- Happy Hour Menu ------------------- */
#interior.happy-hour .section-header-image {
	background-image: url(images/featured-image-11.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	height: 150px;
	width: 100%;
	display: block;
	background-attachment: scroll;
	background-position: center;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}
#interior.happy-hour .col-one .menu-section:first-of-type {
	padding-top: 175px;
}
#interior.happy-hour .col-one .menu-section {
	padding: 0 25px 25px;
}
#interior.happy-hour .col-two .menu-section {
	padding-bottom: 200px;
}
#interior.happy-hour .col-two .section-footer-image {
	background-image: url(images/beer-image-01.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	height: 175px;
	width: 100%;
	display: block;
	background-attachment: scroll;
	background-position: center center;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}

#interior.happy-hour .happy-hour-hours {
	font-size: 18px;
	text-transform: uppercase;
	color: #ba8f49;
	padding: 15px 0;
	display: block;
	line-height: 28px;
	text-align: left;
}

#interior.happy-hour .menu-section .section-header {
	padding: 10px 0;
}

#interior.happy-hour .menu-section .section-header:first-of-type {
	padding-top: 0;
}

#interior.happy-hour .menu-section p {
	text-align: left;
}

/* ---------------------------------------- Locations Page -------------------- */
#interior.locations .location {
	font-size: 0;
}
#interior.locations .location-section {
	padding: 15px 0;
}
#interior.locations .coming-soon strong {
	font-size: 24px !important;
	color: #ba8f49;
}
#interior.locations .coming-soon i {
	font-size: 100px;
	padding: 0 0 25px 0;
}
#interior.locations .location h3 {
	font-size: 24px;
	padding: 0 0 15px;
}
#interior.locations .location strong,
#interior.locations .location a {
	font-size: 16px;
}
#interior.locations .location:nth-child(1n+1) {
	margin-top: 25px;
}
/* ---------------------------------------- 404/General Page -------------------- */
/* ------------------------------------------------------------------------------
----------------------------------------------------------------- 06: Blog
------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------
----------------------------------------------------------------- 07: Forms
------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------
----------------------------------------------------------------- 08: Footer
------------------------------------------------------------------------------ */
#footer {
	background-color: #000;
	text-align: center;
}
#footer .row {
	font-size: 0;
}
#footer .row span {
	font-size: 14px;
	display: block;
}
#footer .col-one,
#footer .col-two,
#footer .col-three {
	display: inline-block;
	vertical-align: middle;
	box-sizing: border-box;
	white-space: normal;
	padding: 0 15px;
	font-size: 16px;
	overflow: hidden;
}
#footer .col-one,
#footer .col-three {
	width: 40%;
}
#footer .col-two {
	width: 20%;
}
#footer .col-one {
	text-align: right;
}
#footer .col-three {
	text-align: left;
}
#footer .col-three span {
	padding: 5px;
	display: inline-block;
}
#footer .col-three * {
	color: #C4C4C4;
}
#footer .menu-button {
	text-decoration: none;
	outline: none;
	text-transform: uppercase;
	padding: 5px;
	display: inline-block;
}
#footer .image-bar {
	max-width: 50px;
	width: auto;
	text-align: center;
	padding: 0 15px;
	position: relative;
	margin: 0 auto;
	display: block;
}
#footer .image-bar:before, .image-bar:after {
	background-color: #fff;
	bottom: 0;
	content: "";
	display: inline-block;
	height: 1px;
	margin: auto;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	position: absolute;
	top: 0;
	vertical-align: middle;
	width: 1000%;
	box-shadow: 0px 2px 2px #000;
}
#footer .image-bar:before {
	left: 100%;
}
#footer .image-bar:after {
	right: 100%;
}
/* ------------------------------------------------------------------------------
------------------------------------------------------ 09: Mobile/Responsive
------------------------------------------------------------------------------ */
.mobile-only {
	display: none;
}

#reservation_mobile.att-button {
	display: block;
	padding: 10px 40px 10px 15px;
	margin: 0 0 0 auto;
	width: 100px;
}

#reservation_mobile.att-button:after {
	width: 15px;
	content: '';
	background-image: url(images/open-table-icon.png);
	background-repeat: no-repeat;
	background-size: 80%;
	background-position: center;
	right: 1px;
}

#reservation_mobile.att-button:before {
	width: 25px;
}

#menu-main .copyright span {
    font-size: 12px;
    opacity: .5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	display: block;
	padding: 5px 0 10px;
}

#menu-main .sub-menu .menu-button {
	font-size: 14px;
	line-height: 14px;
	padding: 10px 0;
}
#mobile-hero {
	padding: 0;
}
#menu-location-menu .menu-item-has-children > a:first-of-type {
	border-bottom: 1px solid #ba8f49;
}
#mobile-hero .slide {
	display: block;
	padding: 0;
	box-sizing: border-box;
	position: relative;
	background-attachment: fixed;
	background-size: cover;
	overflow: hidden;
	min-height: 100vh;
}
#mobile-hero .slide:first-of-type {
	padding-top: 0;
}

#mobile-hero .slide .image  {
	height: 50%;
	min-height: 500px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
}

#mobile-hero .slide .content {
	width: 90%;
	margin: 15px auto;
	padding: 15px;
	box-sizing: border-box;
	text-align: center;
	max-width: 900px;
	background-image: url(images/black-gradient-top-down.png);
	background-position: top;
	background-repeat: repeat-x;
	background-size: contain;
}
#mobile-hero .slide .content h2 {
	font-size: 26px;
	line-height: 28px;
}
#mobile-hero .slide .content p {
	font-size: 16px;
	line-height: 18px;
}
#mobile-hero .slide .content .att-button {
	line-height: 18px;
	width: 100%;
	box-sizing: border-box;
}

#mobile-hero .slide .content .att-button:after {
	height: 40px;
	box-sizing: border-box;
	line-height: 32px;
	font-size: 55px;
}

#mobile-main-info {
	position: relative;
	bottom: 0;
	padding: 15px 0;
}

/* ------------------------------------------------------------------------------
----------------------------------------------------------- 10: Custom Slides
------------------------------------------------------------------------------ */

#hero.homepage .slider .custom-slide-graphic {
	top: 125px;
	background-image: none;
	box-shadow: unset;
	width: 35%;
	max-width: 600px;
	padding: 0;
	bottom: 50px;
}

#hero.homepage .slider .custom-slide-graphic .graphic {
	width: 100%;
	height: 100%;
	display: block;
	margin: 0;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}

#hero.homepage .slider .custom-slide-graphic p {
	display: none;
}

#mobile-hero .slide  .custom-slide-graphic {
	background-image: none;
	box-shadow: unset;
	padding: 0;
}

#mobile-hero .slide  .custom-slide-graphic img {
	max-height: 350px;
}

.custom-slide-closed-temporarily {
	
}

.custom-slide-closed-temporarily .content {
	border-top: 2px solid #ba8f49;
}
