/* normalize.css 2012-03-11T12:53 UTC - http://github.com/necolas/normalize.css */
/* =============================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects block display not defined in IE6/7/8/9 & FF3
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

/*
 * Corrects inline-block display not defined in IE6/7/8/9 & FF3
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/*
 * Prevents modern browsers from displaying 'audio' without controls
 * Remove excess height in iOS5 devices
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/*
 * Addresses styling for 'hidden' attribute not present in IE7/8/9, FF3, S4
 * Known issue: no IE6 support
 */
[hidden] {
  display: none;
}

/* =============================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE6/7 when body font-size is set using em units
 *    http://clagnut.com/blog/348/#c790
 * 2. Prevents iOS text size adjust after orientation change, without disabling user zoom
 *    www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/*
 * Addresses font-family inconsistency between 'textarea' and other form elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

/*
 * Addresses margins handled incorrectly in IE6/7
 */
body {
  margin: 0;
}

/* =============================================================================
   Links
   ========================================================================== */
/*
 * Addresses outline displayed oddly in Chrome
 */
a:focus {
  outline: thin dotted;
}

/*
 * Improves readability when focused and also mouse hovered in all browsers
 * people.opera.com/patrickl/experiments/keyboard/test
 */
a:hover,
a:active {
  outline: 0;
}

/* =============================================================================
   Typography
   ========================================================================== */
/*
 * Addresses font sizes and margins set differently in IE6/7
 * Addresses font sizes within 'section' and 'article' in FF4+, Chrome, S5
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

h6 {
  font-size: 0.75em;
  margin: 2.33em 0;
}

/*
 * Addresses styling not present in IE7/8/9, S5, Chrome
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/*
 * Addresses style set to 'bolder' in FF3+, S4/5, Chrome
*/
b,
strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

/*
 * Addresses styling not present in S5, Chrome
 */
dfn {
  font-style: italic;
}

/*
 * Addresses styling not present in IE6/7/8/9
 */
mark {
  background: #ff0;
  color: #000;
}

/*
 * Addresses margins set differently in IE6/7
 */
p,
pre {
  margin: 1em 0;
}

/*
 * Corrects font family set oddly in IE6, S4/5, Chrome
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 */
pre,
code,
kbd,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}

/*
 * Improves readability of pre-formatted text in all browsers
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/*
 * 1. Addresses CSS quotes not supported in IE6/7
 * 2. Addresses quote property not supported in S4
 */
/* 1 */
q {
  quotes: none;
}

/* 2 */
q:before,
q:after {
  content: '';
  content: none;
}

small {
  font-size: 75%;
}

/*
 * Prevents sub and sup affecting line-height in all browsers
 * gist.github.com/413930
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* =============================================================================
   Lists
   ========================================================================== */
/*
 * Addresses margins set differently in IE6/7
 */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}

dd {
  margin: 0 0 0 40px;
}

/*
 * Addresses paddings set differently in IE6/7
 */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}

/*
 * Corrects list images handled incorrectly in IE7
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/* =============================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside 'a' element in IE6/7/8/9, FF3
 * 2. Improves image quality when scaled in IE7
 *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

/*
 * Corrects overflow displayed oddly in IE9
 */
svg:not(:root) {
  overflow: hidden;
}

/* =============================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE6/7/8/9, S5, O11
 */
figure {
  margin: 0;
}

/* =============================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE6/7
 */
form {
  margin: 0;
}

/*
 * Define consistent border, margin, and padding
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Corrects color not being inherited in IE6/7/8/9
 * 2. Corrects text not wrapping in FF3
 * 3. Corrects alignment displayed oddly in IE6/7
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/*
 * 1. Corrects font size not being inherited in all browsers
 * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome
 * 3. Improves appearance and consistency in all browsers
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}

/*
 * Addresses FF3/4 setting line-height on 'input' using !important in the UA stylesheet
 */
button,
input {
  line-height: normal;
  /* 1 */
}

/*
 * 1. Improves usability and consistency of cursor style between image-type 'input' and others
 * 2. Corrects inability to style clickable 'input' types in iOS
 * 3. Removes inner spacing in IE7 without affecting normal text inputs
 *    Known issue: inner spacing remains in IE6
 */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  /* 1 */
  -webkit-appearance: button;
  /* 2 */
  *overflow: visible;
  /* 3 */
}

/*
 * Re-set default cursor for disabled elements
 */
button[disabled],
input[disabled] {
  cursor: default;
}

/*
 * 1. Addresses box sizing set to content-box in IE8/9
 * 2. Removes excess padding in IE8/9
 * 3. Removes excess padding in IE7
      Known issue: excess padding remains in IE6
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

/*
 * 1. Addresses appearance set to searchfield in S5, Chrome
 * 2. Addresses box-sizing set to border-box in S5, Chrome (include -moz to future-proof)
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box;
}

/*
 * Removes inner padding and search cancel button in S5, Chrome on OS X
 */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

/*
 * Removes inner padding and border in FF3+
 * www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9
 * 2. Improves readability and alignment in all browsers
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* =============================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Generated by Font Squirrel (http://www.fontsquirrel.com) on June 23, 2012 */
@font-face {
  font-family: 'DriverGothic';
  src: url("../fonts/driver_gothic_pro-webfont.eot");
  src: url("../fonts/driver_gothic_pro-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/driver_gothic_pro-webfont.woff") format("woff"), url("../fonts/driver_gothic_pro-webfont.ttf") format("truetype"), url("../fonts/driver_gothic_pro-webfont.svg#DriverGothicProRegular") format("svg");
  font-weight: normal;
  font-style: normal;
}

html, body {
  width: 100%;
  height: 100%;
}

body {
  font-size: 16px;
  line-height: 150%;
  color: #213d7b;
  background: #f8f7ec;
}
body:after {
  display: block;
  content: ' ';
  width: 100%;
  height: 50%;
  position: fixed;
  bottom: 0;
  left: 0;
  background: #e8ee4e;
  z-index: -1;
}
body.bg-none:after {
  display: none;
}
body.bg-pink:after {
  background: #f8d4c8;
}
body.bg-orange:after {
  background: #efbe84;
}
body.bg-yellow:after {
  background: #e8ee4e;
}
body.bg-ltgreen:after {
  background: #e0efb5;
}
body.bg-green:after {
  background: #e7f0d8;
}
body.bg-aqua:after {
  background: #c2e7cc;
}
body.bg-blue:after {
  background: #d2e7e6;
}

a {
  color: inherit;
}

.vote-evans{
    position: fixed;
    right: 20px;
    top: 20px;  
    width: 144px;
    height: 144px;
    z-index: 999;  
    display: none;
}
.vote-evans img{
    max-width: 100%;
}
.page-home .vote-evans{
    display: block;
}
/* BLOG PAGER ------------------------------------------------------------*/

ul.blog-pager{
	display: block;
	width: 100%;
	margin: 0px !important;
	padding: 0px !important;
    list-style: none;
}

ul.blog-pager li{
	
	
}

ul.blog-pager li a{
	display: block;
	height: 100%;
	width: 100%;
	color: #00447c;
	font-size: 16px;
	font-weight: bold;
}

ul.blog-pager li:first-child{
	display: block;
	float: left;
}


ul.blog-pager li:last-child{
	display: block;
	float: right;
}
.times, body, .body, .page-menus #content h2, .page-oyster-bar #content h2, .page-events .event .title, .page-events .event .page-info #OT_form .OT_wrapper .OT_title, .page-info #OT_form .OT_wrapper .page-events .event .OT_title, .page-press .quote {
  font-family: 'Times New Roman', Times, Georgia, serif;
  -webkit-font-smoothing: antialiased;
}

.helvetica, .page-home .home-header .home-subhead, .page-home .home-header .address, #home-footer {
  font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}

.courier, form input, #mainNav ul li a, .page-home .home-header .home-quotes, .page-events #twitter-container .twitter-tweet, .page-events #twitter-container .twitter-date {
  font-family: 'Lekton', 'Courier New', Courier, Monaco, monospace;
  font-weight: normal;
  letter-spacing: .1em;
  -webkit-font-smoothing: subpixel-antialiased;
}

.displayface, .headline, .title, .page-info #OT_form .OT_wrapper .OT_title, h1, h2, h3, h4, h5, h6, form input[type="submit"], #sidebar-images .sidebar-reservation-link, #mainNav  .sidebar-reservation-link, .home-reservation-link, .page-menus #content h2, .page-oyster-bar #content h2, .page-events #twitter-container .twitter-link {
  font-weight: normal;
  font-family: 'DriverGothic', 'Helvetica Neue', Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: subpixel-antialiased;
}

.headline {
  font-size: 50px;
}

.title, .page-info #OT_form .OT_wrapper .OT_title {
  font-size: 22px;
  letter-spacing: 2px;
}
.title.times, body.title, .page-info #OT_form .OT_wrapper body.OT_title, .title.body, .page-menus #content h2.title, .page-oyster-bar #content h2.title, .page-menus #content .page-info #OT_form .OT_wrapper h2.OT_title, .page-info #OT_form .OT_wrapper .page-menus #content h2.OT_title, .page-oyster-bar #content .page-info #OT_form .OT_wrapper h2.OT_title, .page-info #OT_form .OT_wrapper .page-oyster-bar #content h2.OT_title, .page-info #OT_form .OT_wrapper .body.OT_title, .page-events .event .title, .page-events .event .page-info #OT_form .OT_wrapper .OT_title, .page-info #OT_form .OT_wrapper .page-events .event .OT_title, .page-press .title.quote, .page-press .page-info #OT_form .OT_wrapper .quote.OT_title, .page-info #OT_form .OT_wrapper .page-press .quote.OT_title, .page-info #OT_form .OT_wrapper .times.OT_title, .page-info #OT_form .OT_wrapper .page-events .event .OT_title.title, .page-events .event .page-info #OT_form .OT_wrapper .OT_title.title {
  letter-spacing: 0;
}

.body, .page-menus #content h2, .page-oyster-bar #content h2 {
  font-size: 16px;
}

.type-small {
  font-size: 13px;
}

.uppercase, #content .page-header a, .page-home .home-header .home-subhead, .page-menus #content h2, .page-oyster-bar #content h2 {
  text-transform: uppercase;
}

.centered, .page-home .home-header {
  text-align: center;
}

.grid-unit, .size1of1, .page-events #twitter-container, .size1of2 {
  box-sizing: border-box;
  float: left;
}

.size1of1, .page-events #twitter-container {
  width: 100%;
}

.size1of2 {
  width: 50%;
}

.padding-right {
  padding-right: 12px;
}

.padding-left {
  padding-left: 12px;
}

.padding-both {
  padding-left: 12px;
  padding-right: 12px;
}

.table {
  display: table;
}

.tr {
  display: table-row;
}

.td {
  display: table-cell;
}

.js .js-hidden {
  display: none;
}

form input {
  outline: none;
  border: 1px solid #213d7b;
  background: transparent;
  font-size: 16px;
  padding: 2.5% 5%;
  width: 66%;
}
form input:focus {
  background: #fff;
}
form input[type="submit"] {
  padding: 2.5% 0%;
  width: 20%;
  color: #213d7b;
  border: none;
}
form input[type="submit"]:hover {
  text-decoration: underline;
}

#mainNav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
    display: block;
opacity: 1;
}


#mainNav ul {
  padding: 2em 0 0 24px;
}
#mainNav ul li a {
  font-size: 13px;
  line-height: 200%;
  text-decoration: none;
}
#mainNav ul li a:hover {
  text-decoration: underline;
}
#mainNav ul li.here a {
  text-decoration: underline;
}
#sound-btn{
    cursor: pointer;
    display: block;
    margin-top: 40px;
}
.side-res-btn{
    display: none;
}
.mobile .side-res-btn{
    display: block;
}
#sidebar-images {
  width: 116px;
  height: 50%;
  position: fixed;
  top: 0;
  left: 24px;
}
#sidebar-images .sidebar-reservation-link {
  display: block;
  position: absolute;
  left: 0;
  bottom: 24px;
  width: 116px;
  height: 38px;
  text-align: center;
  border: 1px solid #C73B29;
  letter-spacing: 2px;
    color: #C73B29;
  font-size: 16px;
  line-height: 38px;
  text-decoration: none;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
#mainNav .sidebar-reservation-link:hover {
  background: #fff;
}

#mainNav .sidebar-reservation-link {
  display: block;
  position: absolute;
  left: 24px;
  bottom: -50px;
  width: 116px;
  height: 38px;
  text-align: center;
  border: 1px solid #C73B29;
  letter-spacing: 2px;
    color: #C73B29;
  font-size: 16px;
  line-height: 38px;
  text-decoration: none;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
#sidebar-images .sidebar-reservation-link:hover {
  background: #fff;
}


.home-reservation-link {
  display: block;
  position: relative;
  width: 188px;
    margin: 0 auto;
  height: 42px;
  text-align: center;
  border: 2px solid #C73B29;
  letter-spacing: 2px;
  font-size: 28px;
  line-height: 42px;
  text-decoration: none;
    color: #C73B29;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.home-reservation-link:hover {
    border: 2px solid transparent;
  background: #fff;
    color: #213d7b;
}


#sidebar-images .random-illustration-container {
  width: 100%;
  height: 0;
  overflow: visible;
  position: absolute;
  left: 0;
  bottom: 0;
}
#sidebar-images .random-illustration-container .random-illustration {
  width: 100%;
  position: absolute;
  top: 24px;
  left: 0;
}
#sidebar-images .random-illustration-container:after {
  content: '';
  display: block;
  width: 110px;
  height: 102px;
  background: url(../images/waves_dayglo.gif) no-repeat center center;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 106px;
  opacity: 0.7;
}
.bg-aqua #sidebar-images .random-illustration-container:after {
  background-image: url(../images/waves_aqua.gif);
}
.bg-orange #sidebar-images .random-illustration-container:after {
  background-image: url(../images/waves_orange.gif);
}
.bg-blue #sidebar-images .random-illustration-container:after {
  background-image: url(../images/waves_blue.gif);
}
.bg-green #sidebar-images .random-illustration-container:after {
  background-image: url(../images/waves_green.gif);
}
.bg-ltgreen #sidebar-images .random-illustration-container:after {
  background-image: url(../images/waves_ltgreen.gif);
}
.bg-pink #sidebar-images .random-illustration-container:after {
  background-image: url(../images/waves_pink.gif);
}

#contentWrapper {
  box-sizing: border-box;
  padding: 0 164px 0 242px;
}

#content {
  width: 100%;
  max-width: 844px;
  margin: 0 auto;
  padding-top: 100px;
  padding-bottom: 100px;
}
#content .page {
  padding-top: 6.5em;
}
#content .page-header {
  position: fixed;
  top: 3em;
}
#content .page-header .page-title {
  display: inline-block;
  margin: 0 3em 0 0;
  line-height: 100%;
  letter-spacing: 5px;
}
#content .page-header a {
  font-style: italic;
  text-decoration: none;
}
#content .page-header a.here, #content .page-header a:hover {
  text-decoration: underline;
}
.clear-float{
    clear: both;
}
.close-modal {
width: 40px;
height: 40px;
position: absolute;
top: 18px;
right: 29px;
background-image: url(../images/close-mobile.png);
background-position: center;
background-repeat: no-repeat;
text-indent: -9999px;
cursor: pointer;
text-indent: 100%;
white-space: nowrap;
overflow: hidden;
    display: none;
}



.interior-footer{
    clear: both;
    font-weight: bold;
font-size: 13px;
    color: #213D7B;
    font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
    margin-top: 40px;
    display: block;
}
.interior-footer .footer-sep{
    display: inline-block;
    padding-right: 4px;
    padding-left: 4px;
}
#footerNav {
  position: fixed;
  top: 43px;
  right: 38px;
    width: 62px;
  /*-webkit-transform: translateX(232px) translateY(312px) rotate(90deg);
  -ms-transform: translateX(232px) translateY(312px) rotate(90deg);
  transform: translateX(232px) translateY(312px) rotate(90deg);*/
}
#footerNav .logo {
  display: block;
  width: 62px;
  height: 212px;
    margin-bottom: 40px;
  text-indent: -999em;
  background: url(../images/logo-small.png) no-repeat center center;
}
a.social  {
  text-decoration: none; 
    display: block;
  
    background-image: url(../images/social_icons.png);
    background-repeat: no-repeat;
text-indent: 100%;
white-space: nowrap;
overflow: hidden;
    margin-left: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.icon-facebook {
    width: 22px;
    height: 22px;
    background-position: 0 0;    
}
.icon-facebook:hover {
    background-position: -22px 0px;
}
.icon-twitter {
    width: 22px;
    height: 15px;
    background-position: 0 -46px;
}
.icon-twitter:hover {
    background-position: -22px -46px;
}
.icon-instagram {
    width: 22px;
    height: 19px;
    background-position: 0 -85px;
}
.icon-instagram:hover {
    background-position: -22px -85px;
}
.icon-email {
    width: 22px;
    height: 17px;
    background-position: 0 -124px;
}
.icon-email:hover {
    background-position: -22px -124px;
}

.page-home #mainNav {
  color: #fff !important;
}
.page-home .bg-gallery {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.page-home .bg-gallery .img {
  min-width: 100%;
  min-height: 100%;
  display: block;
  margin: 0;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  background-repeat: no-repeat;
}
.page-home .home-header {
  color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page-home .home-header .home-subhead {
  color: #eae73b;
  font-weight: bold;
  font-size: 13px;
  margin-bottom: 2em;
}
.page-home .home-header .td {
  vertical-align: middle;
}
.page-home .home-header .home-logo {
  display: block;
  width: 896px;
  height: 114px;
  text-align: left;
  text-indent: -999em;
  background: url(../images/logo-large.png) no-repeat center center;
  margin: 0 auto;
}
.page-home .home-header .home-quotes {
  list-style: none;
  font-size: 13px;
  font-weight: bold;
  margin-top: 2em;
  padding: 0;
}
.page-home .home-header .address {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 13px;
    display: inline-block;
    margin-top: 16px;
    margin-bottom: 10px;
}
.page-home .home-header .phone-number {
  font-weight: bold;
  text-transform: uppercase;
    margin-top: 0;
  font-size: 22px;
    font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}

#home-footer {
  position: fixed;
  bottom: 1em;
  left: 0;
  width: 100%;
  text-align: center;
  font-weight: bold;
  font-size: 13px;
}
#home-footer a {
  margin: 0 0.5em;
  text-decoration: none;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  border-bottom: 1px solid rgba(255, 255, 255, 0);
}
#home-footer a:hover {
  border-bottom: 1px solid white;
}
.footer-wrapper{
    position: relative;
    width: 600px;
    text-align: center;
    margin: 0 auto;
}
#footer-quote{
    background-image: url(../images/footer-quote.png);
    background-repeat: no-repeat;
    position: absolute;
    width: 352px;
    height: 59px;
    bottom: 36px;
    right: -64px;
}
.page-home #home-footer {
  color: #fff;
  display: block;
}

.page-menus #content #menu-nav, .page-oyster-bar #content #menu-nav {
  display: inline;
}
.page-menus #content #menu-nav span, .page-oyster-bar #content #menu-nav span {
  display: inline-block;
    padding-right: 8px;
    padding-left: 8px;
}
.page-menus #content .menu, .page-oyster-bar #content .menu {
  padding-top: 6.5em;
}
.page-menus #content h2, .page-oyster-bar #content h2 {
  margin: 1.5em 0 0.5em 0;
  letter-spacing: 3px;
}
.page-menus #content p, .page-oyster-bar #content p {
  margin: 0;
}

.page-oyster-bar #content .page-title {
  display: block;
  width: 376px;
  height: 140px;
  background: url(../images/logo-oyster.png) no-repeat center center;
  text-indent: -999em;
}
.page-oyster-bar #content .menu {
  padding-top: 5.5em;
  position: relative;
}
.page-oyster-bar #content .title, .page-oyster-bar #content .page-info #OT_form .OT_wrapper .OT_title, .page-info #OT_form .OT_wrapper .page-oyster-bar #content .OT_title {
  margin-top: 1.5em;
  letter-spacing: 3px;
}
.page-oyster-bar #content .title + h2, .page-oyster-bar #content .page-info #OT_form .OT_wrapper .OT_title + h2, .page-info #OT_form .OT_wrapper .page-oyster-bar #content .OT_title + h2 {
  margin-top: -0.75em;
}
.page-oyster-bar #content .oyster-photos {
  position: absolute;
  top: 3em;
  left: 0;
  width: 100%;
}
.page-oyster-bar #content .oyster-photos a {
  display: block;
}
.page-oyster-bar #content .oyster-photos a:nth-child(3n+4) {
  clear: left;
}
.page-oyster-bar #content .oyster-photos a img {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=15)";
  opacity: 0.15;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  float: left;
  width: 30%;
  margin: 0 3% 10% 0;
}
.page-oyster-bar #content .oyster-photos a img:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1.0;
}

.page-about h2 {
  letter-spacing: 3px;
}

.page-events #twitter-container {
  border: 1px solid #eae73b;
  padding: 1em;
  margin-bottom: 2em;
  position: relative;
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.page-events #twitter-container.visible {
  opacity: 1.0;
}
.page-events #twitter-container .twitter-link {
  color: #333;
  font-size: 13px;
  letter-spacing: 1px;
  text-decoration: none;
}
.csstransforms .page-events #twitter-container .twitter-link {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateX(-2em) translateY(6em) rotate(270deg);
  -ms-transform: translateX(-2em) translateY(6em) rotate(270deg);
  transform: translateX(-2em) translateY(6em) rotate(270deg);
}
.page-events #twitter-container ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.csstransforms .page-events #twitter-container ul {
  padding-left: 3em;
}
.page-events #twitter-container .twitter-tweet {
  font-size: 13px;
  -webkit-font-smoothing: antialiased;
  margin-bottom: 0;
  line-height: 1.3;
}
.page-events #twitter-container .twitter-date {
  font-size: 13px;
  -webkit-font-smoothing: antialiased;
  color: #999;
  margin-top: 0;
}
.page-events .event {
  margin-bottom: 3em;
}
.page-events .event .date {
  font-style: italic;
  margin: 0;
}
.page-events .event .title, .page-events .event .page-info #OT_form .OT_wrapper .OT_title, .page-info #OT_form .OT_wrapper .page-events .event .OT_title {
  margin: 0;
  text-decoration: none;
}
.page-events .event .title:hover, .page-events .event .page-info #OT_form .OT_wrapper .OT_title:hover, .page-info #OT_form .OT_wrapper .page-events .event .OT_title:hover {
  text-decoration: underline;
}
.page-events .event .title + p, .page-events .event .page-info #OT_form .OT_wrapper .OT_title + p, .page-info #OT_form .OT_wrapper .page-events .event .OT_title + p {
  margin-top: .25em;
}
.page-events .event ul {
  list-style: none;
  padding: 0;
}

.page-photos figure {
  margin-bottom: 6%;
}
.page-photos figure img {
  width: 100%;
}

.page-press a {
  text-decoration: none;
}
.page-press .press-item {
  margin-bottom: 4em;
}
.page-press .quote {
  margin: 0;
}
.page-press .body, .page-press .page-menus #content h2, .page-menus #content .page-press h2, .page-press .page-oyster-bar #content h2, .page-oyster-bar #content .page-press h2 {
  margin: .25em 0 0 0;
}
.page-press .date {
  margin: 0;
}

.page-info h2 {
  margin-top: 1.5em;
  letter-spacing: 3px;
}
.page-info h2:first-of-type {
  margin-top: 0;
}
.page-info #content {
  overflow: hidden;
}
.page-info img {
  width: 100%;
}

.page-info #OT_form {
  width: 100%;
}
.page-info #OT_form .OT_wrapper {
  border: none;
  background: transparent;
  width: 100%;
  margin-top: 2em;
}
.page-info #OT_form .OT_wrapper .OT_title {
  text-align: left;
  color: #213d7b;
}
.page-info #OT_form .OT_wrapper .OT_subtitle {
  display: none;
}
.page-info #OT_form .OT_wrapper .OT_list {
  width: 100%;
}
.page-info #OT_form .OT_wrapper .OT_list .OT_searchTimeField,
.page-info #OT_form .OT_wrapper .OT_list .OT_searchDateField,
.page-info #OT_form .OT_wrapper .OT_list .OT_searchPartyField {
  margin-left: 35px;
  width: 80%;
}
.page-info #OT_form .OT_wrapper .OT_list #OTButton {
  margin: 0;
  text-align: left;
}

.OT-list-item, .page-info #OT_form .OT_wrapper .OT_list .OT_day, .page-info #OT_form .OT_wrapper .OT_list .OT_time, .page-info #OT_form .OT_wrapper .OT_list .OT_party, .page-info #OT_form .OT_wrapper .OT_list .OT_submit {
  border: none;
  padding-left: 0;
  width: 100%;
}

.hidden-large {
  display: none;
}

@media screen and ( max-width:  920px ) {
  .page-home .home-header .home-logo {
    height: 148px;
    width: 600px;
    background-image: url(../images/logo-mid.png);
  }

  #contentWrapper {
    padding: 0 5% 0 180px;
  }

  .page-menus #content #menu-nav, .page-oyster-bar #content #menu-nav {
    display: block;
  }

  .page-photos #content .page-header .page-title {
    display: block;
  }

  #home-footer {
    position: static;
    padding: 2em 0;
      display: none;
  }
  .page-home #home-footer {
    position: fixed;
    padding: 0;
  }

  .hidden-large {
    display: block;
  }

  .hidden-mid {
    display: none;
  }
}
@media screen and ( max-width: 640px ) {
    .vote-evans{
        position: absolute;
        right: auto;
        left: 10px;
        top: 10px;  
        width: 80px;
        height: 80px;
        z-index: 999;  
        display: none;
    }
    #sound-btn{
        display:none !important;
    }
    #nav-trigger {
    position: absolute;
    top: 26px;
    right: 34px;
    z-index: 9998;
    width: 30px;
    height: 26px;
    cursor: pointer;
    display:block;
    background-image: url(../images/hamburger.png);
background-position: center;
background-repeat: no-repeat;
}

    .close-modal{
        display: block;
    }
  #mainNav {
    position: fixed;
      display: none;
      opacity: 0;
      height: 100%;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      z-index: 9999;
      background: rgba(0, 0, 0, 0.8);
  }
  #mainNav ul {
    width: 90%;
    padding: 2em 5%;
  }
  #mainNav ul li {
    padding: 0.5em 0;
    border-bottom: 0;
    text-align: left;
    font-size: 20px;
  }
  #mainNav ul li:first-of-type {
    border-top: 0;
  }
  #mainNav ul li a {
    display: block;
    width: 100%;
    height: 100%;
      color: #fff;
      font-size: 20px;
      line-height: 120%;
  }
    #footer-quote{
        display: none;
    }

  #sidebar-images {
    display: none;
  }

  #contentWrapper {
    padding: 0 5%;
      padding-top:10px;
  }
  #contentWrapper #content {
    padding-top: 0;
      padding-bottom: 40px;
  }
  #contentWrapper #content .page {
    padding-top: 2em;
  }
  #contentWrapper #content .page-header {
    position: static;
    top: 0;
  }

  .page-home #mainNav {
   
    top: 0px;
    width: 100%;
  }
  .page-home .home-header {
    display: block !important;
    position: static;
      margin-top: 60px;
  }
  .page-home .home-header .home-logo {
    width: 90%;
    height: 0;
    padding-top: 29.824561404%;
    background-size: contain;
  }
  .page-home .home-header .td {
    display: block;
    max-width: 320px;
    margin: 0 auto;
  }
  .page-home .bg-gallery {
    height: 600px;
  }
  .page-home .bg-gallery .img {
    display: none;
  }
  .page-home .bg-gallery .img:first-of-type {
    display: block;
  }
  .page-home #home-footer {
    position: relative;
    color: #213d7b;
    top: auto;
  }
    
    #home-footer a {
margin: 0 0.5em;
text-decoration: none;
-webkit-transition: all 0.3s linear;
transition: all 0.3s linear;
border-bottom: 1px solid rgba(255, 255, 255, 0);
        display: block;
}
    .footer-wrapper {
position: relative;
width: auto;
text-align: center;
margin: 0 auto;
}

  .page-menus #content .menu, .page-oyster-bar #content .menu {
    padding-top: 1em;
  }

  .page-oyster-bar #content .page-title {
    width: 100%;
    max-width: 376px;
    background-size: contain;
  }

  .page-info .size1of2 {
    width: 100%;
  }
  .page-info img {
    width: 100%;
  }
  .page-info h2:first-of-type {
    margin-top: 1.5em;
  }
}
