/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/* Generated by less 2.2.0 */
/*
 *  jQueryIntroLoader
 *  Animated intro loading pages
 *  http://factory.brainleaf.eu/jqueryIntroLoader
 *
 *  Made by BRAINLEAF Communication (c)2014-2015
 *  Under GNU/GPL License
 */
/* ****************************************************************************** */
/* PLUGIN STYLE */
/* ****************************************************************************** */
/* ============================================================================== */
/* Global Style */
/* ============================================================================== */
.introLoader,
.introLoading {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: 9999;
}
.introLoading {
  background-color: #fff;
}
.absolute.introLoader {
  position: absolute;
}
body.introLoader_preventScroll {
  position: fixed;
  width: 100%;
  height: 100%;
  margin: 0;
  overflow: hidden;
}
/* ============================================================================== */
/* Animations */
/* ============================================================================== */
/* *************************************************** */
/* SimpleLoader Animation */
/* *************************************************** */
.absolute.introLoader.simpleLoader {
  position: absolute;
}
.theme-dark.introLoader.simpleLoader {
  background-color: #000026;
}
html,body {
    width: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden; 
}
body {
    font-family: "adobe-garamond-pro", "EB Garamond",  Garamond, Baskerville, serif;
    color: #000026;
    overflow-x: hidden;
    height: 100%;
}
h1, h2, h3, h4, h5 {
    margin: 0;
    font-weight: normal;
}

h2 {
    font-size: 3.5em;
}
h2.title, a.title {
    font-size: 1.8em;
}
h2.section-title {
    text-transform: lowercase;
    text-align: center;
    letter-spacing: 1px;
}
h2.extrnl-page {

}
h3 {
    font-size: 1.6em;
    line-height: 1.8em;
}
h4 {
    font-size: 1.3em;
}

h5 {
    font-size: 1.1em;
    margin-bottom: 0; 
    font-style: italic;
}

a {
    text-decoration: none;
}
p {
    font-size: 1.2em;
    line-height: 1.5em;
}
ul {
    padding: 0;
    margin: 0;
}
button {
    background: none;
    border: none;
}
header, main {
    display: block;
}
/*.header-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    height: 30px;
    width: 100%;
    z-index: 2;
    background-color: #ffffff;
    border-bottom: 2px solid #B4975D;
}*/
.header-wrapper {
    position: fixed;
    top: 70px;
    left: 0;
    height: 30px;
    width: 100%;
    z-index: 2;
    /*background-color: #ffffff;
    border-bottom: 2px solid #B4975D;*/
}

div#desktop-header {
    display: none;
}
/*footer styles*/ 
footer {
    position: fixed;
    bottom: 0;
    background-color: #000026;
    width: 100%;
    text-align: center;
    z-index: 50;
}
/*footer a[href="https://goo.gl/pVZjsD"] {
    border-right: 1px solid #b20000;
}
*/

footer img.love-balloon {
    vertical-align: bottom;
}
footer span.caps {
    font-size: 0.8em;
    font-style: normal;
    letter-spacing: 0;
}
#desktop-footer,   #desktop-footer-mini-nav  {
    display: none;
}

#mobile-footer {
    padding: 5px 0;
    border-top: 2px solid #B4975D;
}
#mobile-footer span.icon {
    background-position-x: 2px; 
}
#footer-address {
    display: none;
}
#mobile-footer .footer-button {
    width: 60px;
    display: inline-block;
    color: #fff;
    font-style: italic;
    text-align: center;
    margin: 0 auto;
}

#email-button {
    border-left: 1px solid #b20000;
    border-right: 1px solid #b20000;
}

#call-button {
    border-left: 1px solid #b20000;
}
button#email {
    /*font-size: 0.9em;*/
    display: none;
    /*padding: 1px 10px 1px 5px;*/
}
a#message-button {
    display: none;
}
#more-button {
    position: fixed;
    bottom: 0;
    right: 5px;
}
#subfooter {
    text-align: center;
    background-color: #000026;
    color: #ffffff;
    min-height: 300px;
    padding: 50px 0;
}
#subfooter p.italic {
    font-size: 1.8em;
}
#family-footer {
    width: 200px;
    margin: 30px auto;
}
#family-footer a {
    display: block;
    margin: 0 auto;
    width: 180px;
    background-repeat: no-repeat;
    background-size: cover;
}
#family-footer a#townhouse-logo {
    height: 57px;
    width: 202px;
    margin-top: 20px;
    background-image: url(../img/townhouse-logo-white.png);
}
#family-footer a#clam-logo {
    height: 84px;
    background-image: url(../img/clam-logo-2019.png);
    margin-top: 40px;
}
#family-footer a#mt-logo {
    width: 133px;
    height: 100px;
    margin-top: 30px;
    margin-bottom: 20px;
    background-image: url(../img/white-market-table-logo-2018.png);
}
#family-footer a#venue-logo {
    height: 49px;
    background-image: url(../img/townhouse-logo-web.png);
}
#family-footer a#bh-logo {
    background-image: url(../img/blackfoot-hospitality-logo-white.png);
    background-size: cover;
    display: block;
    background-repeat: no-repeat;
    width: 138px;
    height: 77px;
    margin: 0 auto 10px auto;
}
/*#family-footer a#tmr-logo {
    width: 128px;
    height: 49px;
    margin-top: 30px;
    background-image: url(../img/Taqueria-Mariposa-Rosa-Logo-Blue-web.png);
}*/
#family-footer a#tml-logo {
    width: 180px;
    height: 70px;
    margin-top: 30px;
    background-image: url(../img/The-Mary-Lane-Restaurant-Logo-mobile-white.png);
}
#credits {
    margin: 50px 0;
}
/*#credits span {
    font-size: 0.9em;
}*/
#credits a {
    margin: 5px auto;
    font-size: 1em;
    display: inline-block;
    color: #ffffff;
}

/*end of footer styles*/
/* ICONS */
span.icon {
    display: inline-block;
    background-size: cover;
    height: 30px;
    width: 30px;
    vertical-align: bottom;
}
span.hours {
    background-image: url(../img/hours.png);
}
span.call {
    background-image: url(../img/phone.png);
}
span.email {
    background-image: url(../img/email.png);
}
span.find-white {
    background-image: url(../img/find.png);
    margin-right: -4px;
    /*margin-bottom: -1px;*/
}
span.order-icon {
    background-image: url(../img/delivery-bag.png);
    width: 30px;
    height: 30px;
}
/*span.reserve {
    background-image: url(../img/reservations-icon.png);
}*/
.nobr {
    white-space: nowrap;
}
.prof {
    font-family: professor, sans-serif;
    font-weight: 400;
    font-style: normal;
    display: inline-block;
    margin-left: -10%;
    transform: rotate(-10deg);
}
.disabled-menu {
    color: #ddd;
}
.tabs li a.disabled-menu {
    color: gray;
    opacity: 0.7;
}
.tabs li a.disabled-menu:hover {
    color: gray;
    opacity: 0.7;
}
.bold {
    font-weight: bold;
    letter-spacing: 1px;
}
.fw-normal {
    font-weight: normal;
}
.italic {
    font-style: italic;
}
.underline {
    text-decoration: underline;
}
.text-center {
    text-align: center;
}
.text-right {
    text-align: right;
}
.white {
    color: #fff;
}
.off-white {
    color: #E0D5BD;
}
.beige {
    color: #B4975D;
}
.red {
    color: #b20000;
}
.blue {
    color: #000026;
}
.pink {
    /*color: #FFDBCC;*/
    color: #ffe6db;
}
.smaller {
    font-size: 0.9em;
}
.tiny {
    font-size: 0.8em;
}
span.heading {
    font-size: 1.2em;
}
.bigger {
    font-size: 1.1em;
}
.caps {
    letter-spacing: 3px;
    text-transform: uppercase;
}
.lower {
    text-transform: lowercase;
}
.title-case {
    text-transform: capitalize;
}
.spaced {
    letter-spacing: 2px;
}
.sr-only {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.desktop-only {
    display: none;
}
.absolute-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);

}
.blue-layer {
    /*height: 100%;*/
    text-align: center;
}
.navy-banner {
    border-top: 1px solid #B4975D;
    border-bottom: 1px solid #B4975D;
}
.close {
    cursor: pointer;
}
.section {
    min-height: 300px;
    border-top: 1px solid #B4975D;
    border-bottom: 1px solid #B4975D;
}

.section-wrapper {
    color: #000026;
    padding: 100px 0;
    margin: 0 auto;
}
section.light-bg {
    background: rgba(180, 151, 93, 0.1);
}
section.navy-bg {
    background: #000026;
    color: #fff;
}
.pink-bg {
    background: #FFCDBE;
}
.text-wrapper {
    width: 95%;
    max-width: 400px;
    margin: 0 auto;
}
.text-wrapper a {

}
.photo-section {
    height: 250px;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}
/*end of general classes */

/*VDAY FORM PAGE*/
#vday-form main {
   /* padding-top: 70px;*/
}

/*ACCESSIBILITY PAGE*/
#accessibility section.section, #health section.section  {
    border: none;
}
#accessibility section.a-sec h2 {
    font-size: 1.8em;
    font-weight: bold;
    line-height: 1.1em;
    margin-top: 1em;
    margin-bottom: -12px;
    text-transform: lowercase;
}
#accessibility section.a-sec h2 span.italic {
    font-weight: normal;
}
#accessibility section.a-sec h3 {
    font-style: italic;
    color: #b20000;
    font-size: 1.2em;
    line-height: 1.1em;
    margin: 20px 0 -2px 0;
}
#accessibility section.a-sec h4 {
    font-size: 1.1em;
    font-weight: bold;
    text-transform: lowercase;
}
#accessibility .section-wrapper {
    padding: 100px 2%;
    font-size: 1.2em;
}
#accessibility section.a-sec a.hyper:hover {
    color: #b20000;
}
#accessibility section.a-sec ul{
    padding-left: 20px;
}
#accessibility section.a-sec ul li {
    margin: 10px 0;
}
#accessibility section.a-sec ul ul {
    padding-left: 40px;
}
#accessibility .indent {
    padding-left: 40px;
}

/*HEALTH & SAFETY PAGE*/
#health main {
    text-align: center;
}
#health h1 {
    font-size: 2.5em;
}
#health section.a-sec h2 {
    font-size: 1.8em;
    font-weight: bold;
    line-height: 1.1em;
    margin-top: 1em;
    margin-bottom: -12px;
    text-transform: lowercase;
    letter-spacing: 1px;
}
#health section.a-sec h2 span.italic {
    font-weight: normal;
}
#health section.a-sec h2 span.amp {
    display: block;
}
#health section.a-sec h3 {
    font-style: italic;
    color: #b20000;
    font-size: 1.2em;
    line-height: 1.1em;
    margin: 20px 0 -2px 0;
}
#health section.a-sec h4 {
    font-size: 1.1em;
    font-weight: bold;
    text-transform: lowercase;
}
#health .section-wrapper {
    padding: 100px 2%;
    font-size: 1.2em;
}
#health section#contact h2.section-title {
    font-size: 3em;
}


/*LOVE BALL PAGE*/
#loveBall .lb-section h1 {
    font-size: 3.6em;
    line-height: 1.1em;
    color: #FFCDBE;
}
#loveBall .lb-section h2 {
    font-size: 2em;
    line-height: 0.85em;
}
#loveball .lb-section h2 span.bigger {
    font-size: 1.4em;
}
#loveBall .lb-section {
    min-height: 100vh;
    border: none;
}
#loveBall #top-section-lb {
    position: relative;
    padding-top: 50px;
    margin-top: 60px;
}
#loveBall #top-section-lb div.absolute-center {
    width: 100%;
}
#loveBall #top-section-lb a.button-link{
    color: #ffffff;
}
#loveBall #top-section-lb a.button-link:hover, #loveBall #top-section-lb a.button-link:focus {
    color: #000026;
}
#loveBall #top-section-lb .section-wrapper {
    color: #ffffff;
    text-shadow: 1px 1px 1px #000026;
    text-align: center;
}
#loveBall .navy-bg .section-wrapper {
    color: #ffffff;
    padding-top: 50px;
    padding-left: 1%;
    padding-right: 1%;
}

#loveBall .pink-bg {
    color: #000026;
}
#loveBall div#loveball-caps {
    margin-top: 20px;

}
div#loveball-tickets {
    border: 1px solid #FFCCBE;
    border-top: none;
    margin-top: 100px;
    padding-bottom: 40px;
}
div#loveball-tickets h3 {
    color: #FFCCBE;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-size: 1.8em;
}
div.ticket-wrapper {
    width: 300px;
    border: 1px dashed #ffffff;
    padding: 5px 0 10px 0;
    margin: 5px auto;
}
div.ticket-wrapper.digital {
    margin-top: 20px;
}
div#product-component-0ea2fd0c6fa, div#product-component-3c2c69958f3{
    margin-top: -8px;
}

#lb-sticky-button {
    background: #FFCCBE;
    border: 1px solid #FFCCBE;
    width: 215px;
    font-size: 0.9em;
    position: fixed;
    top: 54px;
    left: 0;
    right: 0;
    display: none;
    text-align: center;
    margin: 0 auto;
    padding: 5px;
    color: #000026;
}
#lb-sticky-button:hover, #lb-sticky-button:focus {
    color: #FFCCBE;
    background: #000026;
}
/*END OF GIFT CARD PAGE*/

#reservations-page .ot-widget-wrapper {
    width: 260px;
    margin: 0 auto;
}
/*END OF RESERVATIONS PAGE*/

/*Background Image Swap*/
.image-swap {
   width: 30px;
   height: 30px;
   background-position: 0 0;
   background-size: cover;
   display: inline-block;
   cursor: pointer;
}
.image-swap:hover {
    background-position: 0 100%;
}
.image-swap a {
    height: 100%;
    width: 100%;
    display: inline-block;
}
/*Background Image Swap Ends*/
a.hyper {
    border-bottom: 1px solid #b20000;
    padding: 0 2px;
    line-height: 1em;
}
a.hyper.blue:hover {
    color: #b20000;
}
a.button-link, button.button-link {
    display: block;
    width: 220px;
    text-align: center;
    margin: 10px auto;
    padding: 8px 0 5px 0;
    color: #b20000;
    text-shadow: none;
    border: 2px solid #b20000;
    letter-spacing: 1px;
    /*font-size: 1.2em;*/
    /*font-style: italic;
    text-transform: lowercase;*/
}

button.button-action {
    display: block;
    outline: none;
    border: 1px solid #B4975D;
    background-color: #000026;
    color: #fff;
    border-radius: 6px;
    text-transform: lowercase;
    font-size: 1.1em;
    font-style: italic;
    width: 210px;
    height: 40px;
    margin: 10px auto;
}
a.button-link:focus, button.button-action:focus {
    background-color: #b20000;
    border-color: #b20000;
    color: #fff;
}
.pop-up a.button-link.pink:focus, .pop-up a.button-link.pink:hover{
    background: #FFCCBE;
    color: #000026;
    border-color: #FFCCBE;
}
.pop-up a.button-link {
    border-color: #ffffff;
    border-radius: 20px;
    color: #ffffff;
    width: 220px;
    display: block;
    margin: 10px auto;
    background-color: #b20000;
    padding-bottom: 8px;
}
.pop-up a.button-link.pink {
    border-color: #FFCCBE;
    color: #FFCCBE;
}
.pop-up a.button-link:hover {
    border-color: #ffffff;
}
.pop-up a#pop-up-hero {
    display: block;
    width: 100%;
    height: 180px;
    background-image: url(../img/the-chefs-room.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;

}

#pop-up-photoCol {
    width: 100%;
    height: 300px;
    background-image: url(../img/lisa-komara-cheers-mobile.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 15px;
    background-position-y: center;
}

.pop-up ul {
    list-style: none;
}
.pop-up ul li {
    letter-spacing: 4px;
    text-transform: uppercase;
    font-size: 0.9em;
    line-height: 1.2em;
    margin-top: 0.7em;
}
h2.title, a.title {
    margin-bottom: 5px;
}
h2.title a, a.title {
    display: block;
    width: 130px;
    margin: 0 auto -10px auto;
}
.owl-logo {
    display: inline-block;
    width: 24px;
    height: 39px;
    margin: 0 -5px -10px 0;
    background-image: url(../img/white-owl-300.png);
    background-repeat: no-repeat;
    background-size: cover;
}
#time-wrapper {
    width: 300px;
    height: 300px;
    background: rgba(0,0,38,0.86);
    /*margin: 38vh auto 0 auto;*/
    text-align: center;
    color: #ffffff;
    /*text-shadow: 1px 1px 1px #000;*/
    border-radius: 50%;
    position: relative;
}


#time-wrapper p {
    display: inline;
    font-size: 1em;
}
#time-wrapper span {
    font-size: 1em;
}
#time-wrapper p span {
    font-style: italic;
    /*font-size: 1.1em;*/
}
#time-wrapper span#miniclock {

}
#time-wrapper div.absolute-center {
    width: 100%;
}
div.time {
    padding-top: 20px;
    font-size: 1em;
}
footer .social-wrapper {
    width: 90px;
    height: 26px;
    display: none;
}
.social-icon a {
    display: block;
    height: 100%;
    width: 100%;
}
.instagram {
    background-image: url(../img/instagram3.png);
    background-repeat: no-repeat;
}
.facebook {
    background-image: url(../img/facebook3.png);
    background-repeat: no-repeat;

}
.twitter {
    background-image: url(../img/twitter3.png);
    background-repeat: no-repeat;

}
/*nav styles*/
div.scroller_anchor {
    height:0px; margin: -20px 0 0 0; padding:0;
}
a#mobile-nav-title {
    /*display: none;*/
    float: left;
    margin-top: 5px;
    color: #ffffff;

}

a#mobile-nav-title .owl-logo {
    background-image: url(../img/white-owl-300.png);
}

#mobile-nav-container {
    background-color: #000026;
    border-bottom: 2px solid #B4975D;
    text-align: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    padding: 3px 0;
}
#mobile-nav-wrapper {
    background-color: #000026;
    position: fixed;
    top: 55px;
    left: 0;
    width: 100%;
    height: 441px;
    display: none;
    border-bottom: 2px solid #B4975D;
}
#mobile-nav-wrapper .social-icon {
    height: 44px;
    width: 44px;
    background-position: bottom;
    background-size: cover;
    display: inline-block;
}
#mobile-nav {
    padding: 0;
}
#mobile-nav li {
    list-style: none;
    background: #fff;
    border-bottom: 1px solid #B4975D;

}
#mobile-nav li a {
    color: #000026;
    font-size: 1.2em;
    display: block;
    letter-spacing: 1px;
    padding: 11px 0;
    text-align: center;
}
#mobile-nav li a.active {
    background: #b20000;
    color: #fff;
}
button#hamburger {
    float: right;
    outline: none;
    background-color: #000026;
    /*border: 1px solid #b20000;*/
    border-radius: 6px;
    padding: 8px 10px 5px 10px;
    margin: 3px 3px 0 0;
}
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
    padding: 12px 12px;
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, -webkit-filter;
    transition-property: opacity, filter;
    transition-property: opacity, filter, -webkit-filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible; 
}

.hamburger-box {
    width: 40px;
    height: 24px;
    display: inline-block;
    position: relative;
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px;}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 40px;
    height: 3px;
    background-color: #ffffff;
    border-radius: 2px;
    position: absolute;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
.hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
.hamburger-inner::before {
    top: -10px; }
.hamburger-inner::after {
    bottom: -10px; }

 /* Collapse
 */
.hamburger--collapse .hamburger-inner {
    top: auto;
    bottom: 0;
    transition-duration: 0.15s;
    transition-delay: 0.15s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--collapse .hamburger-inner::after {
    top: -20px;
    transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; }
.hamburger--collapse .hamburger-inner::before {
    transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--collapse.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
          transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.32s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
.hamburger--collapse.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.27s linear; }
.hamburger--collapse.is-active .hamburger-inner::before {
    top: 0;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*#nav-container,*/ nav.scroller, nav.scroller .nav-list li {
    display: none;
}

#nav-wrapper {
    display: none;
}
/*#nav-wrapper .hours-reservations {
    display: none;
}*/
#nav-wrapper a.title {
    display: block;
}
/*end of nav styles*/

#menus {
    text-align: center;
    height: auto;
    min-height: 210px;
    /*background-image: url(../img/porkchop-bar-m.jpg);*/
}
#menus h3 {
    font-size: 2em;
    letter-spacing: 1px;
}
#menus h4 {
    font-weight: bold;
    margin: 40px auto 20px auto;
    letter-spacing: 1px;
    font-size: 1.6em;
}
#menus h4.breakfast-section-heading {
    margin: 40px auto 5px auto;
}
#menus h4.brunch-section-heading {
    margin-top: 40px;
}
/*#menus .button-link {
    display: none;
}*/

#holiday-menu h3 {
    font-size: 1.6em;
}

#holiday-menu h4 {
    line-height: 1em;
}
#menus #holiday-menu a.button-link {
    display: block;
    text-align: center;
}

#holiday-menu ul.menus li p.wine::before { /* add the new bullet point */
  display: inline-block;
    content: '';
    -webkit-border-radius: 0.375rem;
    border-radius: 0.375rem;
    height: 0.25rem;
    width: 0.25rem;
    margin-right: 0.5rem;
    background-color: #b20000;
    vertical-align: text-top;
    margin-top: 0.5rem;
}
#desktop-truffle {
    display: none;
}
#menus-photo {
    background-image: url(../img/eggplant-parm-2023-mobile.jpg);
    background-position-y: bottom; 
}
ul.menus {
    list-style: none;
}
ul.menus li {
/*    font-size: 1.2em;
*/    line-height: 1.2em;
    margin-bottom: 20px;
    letter-spacing: 1px;
}
ul.menus li.beer {
    margin-bottom: 10px;
}
ul.menus li span.italic {
    font-size: 0.9em;
    letter-spacing: 0.05em;
}

ul.menus h4 span.tiny {
    font-weight: normal;
    font-size: 0.6em;
    line-height: 0.9em;
}
#breakfast ul.menus li span.bold {
    line-height: 2em;
}
/*tabs*/
#menu-tab-wrapper {
    padding-top: 60px;
    background-color: #000026;
    padding-bottom: 10px;
    text-align: center;
}
#menusHolder {
    /*display: none;*/
    background-color: #ffffff;
    clear: both;
    padding: 20px 0;
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
}
.tab-wrapper {
    width: 245px;
    /*width: 362px; */
    height: 42px; 
    text-align: center; 
    margin: 10px auto;
}

.tabs {
    list-style-type: none;
    width: 100%;
    display: block;
    padding: 0;
}
.tabs li {
    text-align: center;
    width: 100%;
}
.tabs li a {
   /* width: 110px;*/
    text-decoration: none;
    padding: 10px 15px;
    float: left;
    /*margin-left: 1px;*/
    background: #000026;
    color: #B4975D;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    transition: all 0.5s linear;
    letter-spacing: 1px;
    font-size: 0.9em;
}
.tabs li a.active {
    color: #fff;
    border-bottom: 1px solid #b20000;
    font-style: italic;
    text-shadow: none;
  
}
.tabs li a:hover, .tabs li a:focus {
    color: #ffffff;
}
.tabs li a[href="#dinner"] {
    margin: 0 10px;
}
/*.tabs li#dessert-button a, .tabs li a[href="#brunch"]{
    width: 70px;
}*/
.show {
  display: block;
}
.hide {
  display: none;
}
#second-tab-wrapper {
  width: 215px;
}
/*#second-tab-wrapper .tabs li a[href="#happy-hour"] {
    width: 90px;
}
#second-tab-wrapper .tabs li a[href="#holiday-menu"] {
    width: 88px;
 }
#second-tab-wrapper .tabs li a[href="#holiday-menu"] {
    width: 100px;
}*/
/*#second-tab-wrapper .tabs li a[href="#bevs"] {
    width: 72px;
}*/
#xmas-eve-menu {
    padding: 0 2%;
}
#xmas-eve-menu-tab-wrapper {
    width: 183px;
}
#xmas-eve-menu-tab-wrapper .tabs li a {
    width: 150px;
    
}
/* end of tabs*/
#bev-button-desktop a, #holiday-button-desktop a {
    display: none;
}
.pdfobject-container {
    display: none;
}
.pop-up {
   display: none;
   text-align: center;
   width: 320px;
   margin: 0 auto;
   background-color: #fff;
   color: #000026;
   border: 1px solid #B4975D;
   text-shadow: none;
   padding: 0;
   /*padding: 10px 13px;*/
   /*background-image: url(../img/fireworks.png);
   background-repeat: no-repeat;
   background-size: cover;
   background-position: center;*/
 
}

/*.pop-up a {
    border: 1px solid #b20000;
    padding: 5px 10px;
    margin: 5px;
    display: inline-block;
}
.pop-up a:hover {
    color: #ffffff;
    background-color: #b20000;
}*/
.pop-up .close, #holiday-hours-modal .close {
    display: block;
    width: 84px;
    /*margin: 0 -52px 10px 0;*/
    margin: -14px -14px 5px auto;
    font-size: 0.9em;
    border: 1px solid #b20000;
    padding: 5px;
    color: #ffffff;
    background-color: #b20000;
    /*float: right;*/
}
.pop-up h2 {
    /*margin-top: -5px;*/
    font-size: 2em;
    line-height: 1em;
    letter-spacing: 2px;
    clear: both;
    margin: 10px auto 0px auto;
}
.pop-up h2 span.smaller {
    font-size: 0.6em;
    line-height: 1em;
    letter-spacing: 2px;
}

.pop-up h2 span.subhead::before, .pop-up h2 span.subhead::after {
    display: inline-block;
    content: "";
    border-top: 1px solid #B4975D;
    width: 15%;
    margin: 0 0.2rem;
    transform: translateY(-0.8rem);
    vertical-align: text-bottom;
}

.pop-up h2 span.tiny.caps {
    font-size: 0.7em;
    letter-spacing: 4px;
}
.pop-up h3{
    font-size: 1.2em;
    line-height: 1em;
    margin: 5px auto;
}
.pop-up h3.tiny {
    font-size: 0.9em;
    line-height: 1.3em;
}

.pop-up h3::before, .pop-up h3::after {
    display: none;
}

.pop-up span {
}
.pop-up p {
    margin: 8px 0;
    font-size: 1em;
    line-height: 1.5em;
    padding: 0 10px;
}
.pop-up p.bigger {
    font-size: 1.1em;
}
.pop-up #caviar-wrapper {
    background: #fff;
    padding: 5px 0;
    margin-top: 4px;
    display: inline-block;
}

.pop-up img#owl-santa {
    width: 80px;
    display: block;
    margin: 10px auto;
    padding-left: 15px;
}
.pop-up.loveball {
    background: #000026;
    color: #FFCCBE;
    border-color: #FFCCBE;
    padding: 0;
}
.pop-up.loveball h2 {
    color: #FFCCBE;
    font-size: 3.2em;
    line-height: 1.1em;
}
.pop-up.loveball h3 {
    font-size: 1.4em;
    line-height: 1.1em;
    margin-bottom: 10px;
}
#loveball-caps span {
    text-transform: uppercase;
    letter-spacing: 3px;
    display: block;
}
.pop-up.loveball a.button-link, #loveBall a.button-link {
    color: #FFCCBE;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 3px;
    border-color: #FFCCBE;
}
.pop-up img.love-balloon {
    float: right;
    display: block;
    height: 100px;
    width: auto;
    margin-right: -5px;
    margin-top: -226px;
}
.pop-up-column {
    /*font-size: 1.1em;*/
    line-height: 1.1em;
    display: inline-block;
    vertical-align: top;
    margin: 0 8px;
}
.close-button {
    width: 20px;
    height: 20px;
    background-image: url(../img/close-button.png);
    background-position: 0 0;
    background-size: cover;
    display: inline-block;
    cursor: pointer;
    vertical-align: top;
}
.close-button a {
    height: 100%;
    width: 100%;
    display: inline-block;
}
#announcement {
    display: block;
    background: #b20000;
    width: 98%;
    height: 70px;
    padding: 3px 1%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    color: #ffffff;
}
#announcement a {
    display: inline-block;
    padding: 10px;
}

#announcement a:hover .button-link{
    color: #b20000;
    background: #ffffff;

}
#announcement span.hidden-mobile {
    display: none;
}
.pop-up#announcement img {
    display: block;
    margin: 0 auto;
}
#announcement .button-link {
    width: 120px;
    display: none;
    border-radius: 20px;
    border: 2px solid #ffffff;
    font-style: italic;
    padding: 5px 0;
/*    font-size: 1.1em;
*/    letter-spacing: 1px;
}
/*.modal .close-button {
    background-image: url(../img/close-button-blue.png);   
}*/
/*.mobile-menu {
    overflow-y: scroll;
}*/
/*section specific styles */

.hours {
    text-align: center;
}
#home {
    height: 100vh;
}
#home a[href="tel:2127414695"] {
    cursor: text;
}
#home a.ot-button {
    display: inline-block;
    margin: 8px auto;
    border: 2px solid #b20000;
    color: #ffffff;
    padding: 2px 8px;
    width: 100px;
    font-style: italic;
    font-size: 1.1em;
    border-radius: 30px;
}
#home a.ot-button:hover, #home a.ot-button:focus {
    /*border-color: #b20000;*/
    background-color: #b20000;
}
#home a.title {
    color: #ffffff;
    display: inline-block;
    /*margin-top: 30px;*/
}
#home a.title span {
    /*display: none;*/
}

.hours-reservations {
    /*cursor: pointer;*/
    display: none;
}
.hoursReservations {
    display: none;
}
div.hours p, div.holiday-hours p {
    margin: 0 auto 0.3em auto;
    line-height: 1.2em;
}
div#caviar p {
    background: rgba(255,255,255,0.7);
    font-size: 0.9em;
}
div#caviar a.ot-button {
    width: 210px;
    padding: 6px 15px;
    background: rgba(0,0,38,0.9);
    border: 2px solid #B4975D;
    text-shadow: 1px 1px 1px #000;
}
div#caviar a.ot-button div.smaller {
    border-top: 1px solid #B4975D;
    margin-top: 5px;
    padding-top: 4px;
}
div#caviar a.ot-button img{
    margin-right: 5px;
}
/*a#caviar-button {
    width: 150px;
    display: block;
    padding: 5px;
    margin: 10px auto 0 auto;
    border: 1px solid #F47E2C;
    color: #F47E2C;
    font-family: "proxima-nova", Helvetica, Arial, sans-serif;
    font-size: 0.9em;
}
a#caviar-button span {
    vertical-align: middle;
}*/
#about {
    border: none;
} 
#about span#welcome, #visit h2 {
    text-align: left;
    margin-bottom: -10px;
}
#about span#welcome {
    font-size: 3.5em;
    text-transform: lowercase;
    text-align: center;
}
#about-photo {
    background-image: url(../img/stpasqual2.jpeg);
}
div.right {
    margin: 0 auto;
}
div.welcome-photo {
    width: 300px;
    height: 450px;
    background-image: url(../img/vertical-candle-2023.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
}
#visit {
    border-bottom: none;
}

/*#visit h3 {
    font-style: italic;
}*/
#visit h4, #visit span.heading {
    font-size: 1.2em;
    line-height: 2em;
    margin-bottom: 2px; 
    font-style: italic;
}
#visit h5 {
    /*font-style: normal;*/
    font-size: 1.18em;
}
#visit h5::before, #visit h5::after {
        display: inline-block;
        content: "";
        border-top: 1px solid #b20000;
        width: 1.5rem;
        margin: 0 0.5rem;
        transform: translateY(-0.7rem);
        vertical-align: text-bottom;
    }
#visit .hours {
    padding-top: 50px;
   /* max-width: 800px;*/
    margin: 0 auto;
}
#visit .hours-column {
    margin-top: 20px;
}
#visit #hours-services {
    border-top: 2px dotted #B4975D;
    margin: 40px auto 0 auto;
    padding-top: 10px;
    /*max-width: 504px;*/
    vertical-align: top;
}
#visit #second-hours-row {

}
#visit .holiday-hours-button {
    display: none;
}
div.holiday-hours {
    width: 90%;
    max-width: 500px;
    border-top: 2px dotted #B4975D;
    text-align: center;
    margin: 40px auto 0 auto;
    background-color: #fff;
    padding-top: 22px;
}
div.holiday-hours p.smaller {
    font-size: 1em;
}

.holiday-hours-title {
    width: 80%;
    margin: 10px auto;
    border-bottom: 1px solid #b20000;
}
#visit-photo {
    /*height: 600px;*/
    /*margin-top: -80px;*/
    background-image: url(../img/pride-2023-little-owl-shirt-3.jpg);
    background-position: top center;
    /*background-size: 100%;*/
}
#shop-merch {
    padding-top: 60px;
    color: #ffffff;
    text-align: center;
}
#shop-merch h2 {
    font-size: 2em;
    text-shadow: 1px 1px 1px #000;
}
#shop-merch p {
    text-shadow: 1px 1px 1px #000;
}
#shop-merch a.button-link {
    color: #ffffff;
    border-width: 2px;
    border-color: #B4975D;
    margin-top: 25px;
}
#reservations {
    border-top: none;
    /*padding-top: 50px;*/
}
#reservations .ot-widget-wrapper {
    text-align: center;
}
#reservations .section-wrapper {
    padding-top: 0;
}
#reservations .text-wrapper, #groupDining .text-wrapper {
    text-align: center;
}
#reservations-photo {
    background-image: url(../img/server-gd.jpeg);
}
#reservations a.button-link[href="https://www.opentable.com/the-little-owl"] {
    display: none;
}
/*Group dining */
#gd-photo {
    background-image: url(../img/bw-gd.jpeg);

/*    background-image: url(../img/server-gd.jpeg);
*/
}
#groupDining h3 {
}
#groupDining #faq {
    text-align: center;
}
#groupDining #faq h3 {
    text-align: center;
    letter-spacing: 3px;

}
/*Accordion*/
#accordionGroup {
    background: rgba(180, 151, 93, 0.1);
}
.accordion {
  margin: 0 auto;
  padding: 0;
  border: 2px solid hsl(0deg 0% 52%);
  border-radius: 7px;
  width: 90%;
}

.accordion h3 {
  margin: 0;
  padding: 0;
  background: #000026;
}

.accordion:focus-within {
  border-color: #B4975D;
}

.accordion:focus-within h3 {
 /* background-color: hsl(0deg 0% 97%);*/
}

.accordion > * + * {
  border-top: 1px solid hsl(0deg 0% 52%);
}

.accordion-trigger {
  background: none;
  color: hsl(0deg 0% 13%);
  display: block;
  font-size: 1rem;
  font-weight: normal;
  margin: 0;
  padding: 1em 1.5em;
  position: relative;
  text-align: left;
  width: 100%;
  outline: none;
}

.accordion-trigger:focus,
.accordion-trigger:hover {
  background: #000026;
}

.accordion-trigger:focus {
  outline: 4px solid #B4975D;
}

.accordion > *:first-child .accordion-trigger,
.accordion > *:first-child {
  border-radius: 5px 5px 0 0;
}

.accordion > *:last-child .accordion-trigger,
.accordion > *:last-child {
  border-radius: 0 0 5px 5px;
}

button {
  border-style: none;
}

.accordion button::-moz-focus-inner {
  border: 0;
}

.accordion-title {
  display: inline-block;
  pointer-events: none;
  border: transparent 2px solid;
  border-radius: 5px;
  padding: 0.25em;
  outline: none;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #fff;
}

.accordion-trigger:focus .accordion-title {
  border-color: #B4975D;
}

.accordion-icon {
  border: solid currentcolor;
  border-width: 0 2px 2px 0;
  height: 0.5rem;
  pointer-events: none;
  position: absolute;
  right: 2em;
  top: 50%;
  transform: translateY(-60%) rotate(45deg);
  width: 0.5rem;
}

.accordion-trigger:focus .accordion-icon,
.accordion-trigger:hover .accordion-icon {
  border-color: #B4975D;
}

.accordion-trigger[aria-expanded="true"] .accordion-icon {
  transform: translateY(-50%) rotate(-135deg);
}

.accordion-panel {
  margin: 0;
  padding: 1em 1.5em;
}

/* For Edge bug https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/4806035/ */
.accordion-panel[hidden] {
  display: none;
}
/* end of Accordions */
/*map*/
#google-map-container {
    display: none;
}
.gmap-list {
    display: none;
}
#giftCards {
    border-top: none;
    text-align: center;
}
#giftCards h2 {
    font-size: 1.4em;
    line-height: 1.6em;
    font-weight: bold;
    margin-bottom: -16px;
}
#giftCards p.bold {
    
}
#giftCards a.button-link {
    margin-top: 0;
}

#gc-slideshow {
    display: none;
}
div.gc-icon {
    width: 20px;
    height: 20px;
    background-position: 0 0;
    background-size: cover;
    /*display: inline-block;*/
    margin: 40px auto 0 auto;
    vertical-align: middle;   
}
div#fax {
    background-image: url(../img/fax-icon.png);
}
div#gc-phone {
    background-image: url(../img/gc-phone-blue.png);
}
div#gc-email {
    background-image: url(../img/blue-email-icon.png);
}
div#gc-person {
    background-image: url(../img/person.png);
}
div.typeform-widget {
    width: 100%;
    height: 100%;
    min-height: 500px;
}
/*gift cards pages*/
.forms input[type="text"], .forms input[type="email"], .forms textarea {
    width: 320px;
    border: 1px solid #B4975D;
    padding-left: 10px;
}
.forms input[type="text"]:focus, .forms input[type="email"]:focus {
    border: 2px solid #B4975D;
}

.forms input[type="submit"] {
}
.forms input[type="submit"]:focus {
    background: #b20000;
}
.gift-cards-body h1, .gift-cards-body h2 {
    text-align: center;
}

.gift-cards-body #gcForm {
    border-top: 1px solid #B4975D;
    max-width: 400px;
    margin: 10px auto;
    padding: 10px 0;
}
.gift-cards-body .gc-input-wrapper {
    width: 320px;
    margin: 0 auto;
}
#printed-gift-card-info {
    padding: 10px;
    border: 1px solid #B4975D;
    max-width: 500px;
    margin: 5px auto;
}
.shopify-buy-frame--product {
    margin: 14px auto;
}
.shopify-buy__option-select-wrapper {
    border-color: #B4975D;
}
/*.shopify-buy__btn:hover, .shopify-buy__btn:focus {
    background-color: #b20000;
}*/
#gift-cards {
}
#gift-cards h1, #accessibility h1, h1.external-page {
    font-size: 3.5em;
    line-height: 1em;
    text-align: center;
}
/*#gc-page h2 {
    text-align: center;
    font-weight: bold;
    font-size: 1.6em;
    line-height: 1.8em;
    margin-bottom: -16px;
}*/
#gift-cards h3, #visit h3, #events h3, #groupDining h3 {
    font-weight: bold;
    letter-spacing: 1px;
}
#gift-cards .section-wrapper {
    text-align: center;
    padding: 100px 1%;
}
div#mugs {
    border-top: 1px solid #B4975D;
    margin-top: 30px;
    padding-top: 30px;
}
div#mugs img {
    width: 100%;
    height: auto;
    max-width: 400px;
    margin: 0 auto;
}

#gift-cards-wrapper {
    background-color: #000026;
    height: 100%;
}
html#gift-cards, html#egift-cards {
    height: 100%;
    width: 100%;
    background-color: #000026;
}

#gallery {
    border-bottom: none;
    /*background-color: #000026;*/
}

#gallery h2 {
    margin-top: 30px;
    margin-bottom: 20px;
}
#gallery button.button-action {
    display: inline-block;
    width: 140px;
    margin-top: 0;
    font-size: 1em;
}
#new-gallery-wrapper {
    max-width: 1000px;
    margin: 10px auto 0 auto;
}
ul#light-gallery {
    list-style: none;
    max-width: 600px;
    margin: 0 auto;
    column-count: 3;
    column-gap: 0;
    line-height: 0;
    -webkit-column-count: 3;
      -webkit-column-gap:   0px;
      -moz-column-count:    3;
      -moz-column-gap:      0px;
}
ul#light-gallery li {
    /*float: left;
    width: 33.3%;
    max-width: 200px;*/
}
ul#light-gallery li a {
    display: inline-block;
    margin: 1px;
    -webkit-transition: background-color 0.15s ease 0s;
    -moz-transition: background-color 0.15s ease 0s;
    transition: background-color 0.15s ease 0s;
    position: relative;

}
ul#light-gallery li a img.thumb {
    width: 100%;
    /*opacity: 0.5;*/
}
div.thumb-hover-cover {
    background: rgba(0,0,38, 0.01);
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
}
div.thumb-hover-cover img {
    /*left: 50%;
    top: 50%;
    position: absolute;*/
    opacity: 0;
}
ul#light-gallery li a:hover div.thumb-hover-cover, ul#light-gallery li a:focus div.thumb-hover-cover{
    background: rgba(0,0,38, 0.6);
}
ul#light-gallery li a:hover div.thumb-hover-cover img, ul#light-gallery li a:focus div.thumb-hover-cover img{
    opacity: 1;
}
div.gal-row {
}
/*ul#light-gallery li {
    display: inline-block;
    width: 33.3%;
}
ul#light-gallery li img.thumb {
    width: 100%;
    opacity: 0.5;
}
ul#light-gallery li:hover img.thumb {
    opacity: 1;
}*/

#events {

}
#events h2 {
    padding-top: 50px;
    height: 150px;
    background-image: url(../img/events-m-web.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
}
#events a.hyper {
    color: #b20000;
}
#events .section-wrapper {
    max-width: 100%;
    padding-top: 0;
    text-align: center;
}
#events-mobile-photo {
    background-image: url(../img/the-chefs-room.jpg);
}
#events ul {
    list-style: none;
}
#events ul li{
    font-size: 1.3em;
}
ul#event-services li {
    margin: 0 auto 1em auto;

}
.gallery-wrapper {
    max-width: 800px;
    margin: 0 auto;
}
#contact {
    clear: both;
   text-align: center;
   border-top: none;
}
#contact h3 {
    /*display: inline;*/
    font-size: 1.4em;
    font-weight: bold;
}

#contact span, #contact a {
    font-size: 1.1em;
}
#contact a[href="tel:6464681611"]:hover, #contact a[href="tel:2127414695"]:hover  {
    text-decoration: none;
    color: #000026; 
    cursor: text;
}

#contact .text-wrapper {
    max-width: 320px;
}
#contact .email-addy {
    display: inline-block;
    margin-bottom: 10px;
    color: #b20000;
    font-style: italic;
}

#contact-photo {
    display: none;
}
#contact .social-wrapper {
    height: 80px;
    margin: 40px auto 0 auto;
    max-width: 400px;
    text-align: center;
}
#contact .social-wrapper a:focus {
    outline: 1px solid #fff;
}
#contact .social-wrapper h3 {
    color: #b20000;
    font-weight: normal;
}
#contact .social-icon {
    height: 70px;
    width: 70px;
    background-position: top;
    background-size: cover;
    display: inline-block;
}
#contact .instagram {
    background-image: url(../img/instagram2.png);
}
#contact .facebook {
    background-image: url(../img/facebook2.png);
}
#contact .twitter {
    background-image: url(../img/twitter2.png);
}
.contact-icon {
    width: 30px;
    height: 30px;
    background-position: 0 100%;
    background-size: cover;
    display: block;
    vertical-align: middle;
    margin: 0 auto -8px auto;
}
#contact-phone {
    background-image: url(../img/contact-phone.png);
}
#contact-email {
    background-image: url(../img/email-symbol.png);

}
#contact-text {
    background-image: url(../img/contact-message.png);
}
#contact-feedback {
    background-image: url(../img/feedback.png);
}
#contact-send-message {
    background-image: url(../img/contact-email.png);
    margin-bottom: -1px;
}
#contact-form {display: none;}
.contact-column {
    margin-left: 10px;
    /*display: inline-block;*/
}
.contact-row {
    margin-bottom: 20px;
}
.contact-photo {
    width: 250px;
    height: 375px;
    /*background-image: url(../img/man-window2.jpg);
    background-repeat: no-repeat;
    background-size: cover;*/
}

/*Forms*/
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-style: italic;
}
::-moz-placeholder { /* Firefox 19+ */
    font-style: italic;
}
:-ms-input-placeholder { /* IE 10+ */
    font-style: italic;
}
:-moz-placeholder { /* Firefox 18- */
    font-style: italic;
}
input {

}
input[type=text].noshow {
    display: none;
}
input[type=text], input[type=email] {
    display: block;
    border-bottom: 2px solid #B4975D;
    padding: 5px 0px;
    margin: 4px auto;
    width: 400px;
    /*background-color: #000026;*/
    border-top: none;
    border-left: none;
    border-right: none;
    font-size: 1.1em;

}
input[type=text]:focus, input[type=email]:focus {
    border-color: #ffffff;
    outline: none;
}

input[type=submit] {
    display: block;
    outline: none;
    border: 2px solid #B4975D;
    padding: 5px 15px;
    margin: 10px auto 0 auto;
    background-color: #000026;
    color: #fff;
    font-style: italic;
    height: 40px;
    font-size: 1.2em;
    border-radius: 6px;

}
input[type=submit]:hover, input[type=submit]:focus  {
    background-color: #b20000;
    border-color: #b20000;
}

#contactForm textarea {
    display: block;
    background-color: #000026;
    outline: none;
    border: 2px solid #B4975D;
    width: 400px;
    padding: 5px 0 0 5px;
    margin: 5px auto;
    font-size: 1.1em;
}
#contactForm textarea:focus {
    border-color: #ffffff;
}
#contactForm input[type=text], #contactForm input[type=email] {
    background: #000026;
}

form#contactForm {
    text-align: center;
    width: 550px;
    margin: 0 auto;
    background-color: #000026;
    color: #fff;
    padding: 10px;
    border: 1px solid #ffffff;
}

form#contactForm .close-button, #c-menu--slide-bottom .close-button, .modal .close-button {
    background-position: 0 0;
    cursor: pointer;
}
#newsletter {
    display: none;
}

/*! lightgallery - v1.6.2 - 2017-10-03
* http://sachinchoolur.github.io/lightGallery/
* Copyright (c) 2017 Sachin N; Licensed GPLv3 */
@font-face {
  font-family: 'lg';
  src: url("../fonts/lg.eot?n1z373");
  src: url("../fonts/lg.eot?#iefixn1z373") format("embedded-opentype"), url("../fonts/lg.woff?n1z373") format("woff"), url("../fonts/lg.ttf?n1z373") format("truetype"), url("../fonts/lg.svg?n1z373#lg") format("svg");
  font-weight: normal;
  font-style: normal;
}
.lg-icon {
  font-family: 'lg';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.lg-actions .lg-next, .lg-actions .lg-prev {
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1080;
  border: none;
  outline: none;
}
.lg-actions .lg-next.disabled, .lg-actions .lg-prev.disabled {
  pointer-events: none;
  opacity: 0.5;
}
.lg-actions .lg-next:hover, .lg-actions .lg-prev:hover {
  color: #FFF;
}
.lg-actions .lg-next {
  right: 20px;
}
.lg-actions .lg-next:before {
  content: "\e095";
}
.lg-actions .lg-prev {
  left: 20px;
}
.lg-actions .lg-prev:after {
  content: "\e094";
}

@-webkit-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-moz-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-ms-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@-moz-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@-ms-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
.lg-outer.lg-right-end .lg-object {
  -webkit-animation: lg-right-end 0.3s;
  -o-animation: lg-right-end 0.3s;
  animation: lg-right-end 0.3s;
  position: relative;
}
.lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end 0.3s;
  -o-animation: lg-left-end 0.3s;
  animation: lg-left-end 0.3s;
  position: relative;
}

.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.45);
}
.lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: medium none;
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
.lg-toolbar .lg-icon:hover {
  color: #FFF;
}
.lg-toolbar .lg-close:after {
  content: "\e070";
}
.lg-toolbar .lg-download:after {
  content: "\e0f2";
}

.lg-sub-html {
  background-color: rgba(0, 0, 0, 0.45);
  bottom: 0;
  color: #EEE;
  font-size: 16px;
  left: 0;
  padding: 10px 40px;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 1080;
}
.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: bold;
}
.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0;
}

#lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  vertical-align: middle;
}

.lg-toolbar, .lg-prev, .lg-next {
  opacity: 1;
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -moz-transition: -moz-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -o-transition: -o-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
}

.lg-hide-items .lg-prev {
  opacity: 0;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
}
.lg-hide-items .lg-next {
  opacity: 0;
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0);
}
.lg-hide-items .lg-toolbar {
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
  -webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -moz-transition: -moz-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -o-transition: -o-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

.lg-outer .lg-thumb-outer {
  background-color: #0D0A0A;
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 1080;
  max-height: 350px;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
}
.lg-outer.lg-thumb-open .lg-thumb-outer {
  -webkit-transform: translate3d(0, 0%, 0);
  transform: translate3d(0, 0%, 0);
}
.lg-outer .lg-thumb {
  padding: 10px 0;
  height: 100%;
  margin-bottom: -5px;
}
.lg-outer .lg-thumb-item {
  border-radius: 5px;
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border: 2px solid #FFF;
  border-radius: 4px;
  margin-bottom: 5px;
}
@media (min-width: 1025px) {
  .lg-outer .lg-thumb-item {
    -webkit-transition: border-color 0.25s ease;
    -o-transition: border-color 0.25s ease;
    transition: border-color 0.25s ease;
  }
}
.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
  border-color: #a90707;
}
.lg-outer .lg-thumb-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lg-outer.lg-has-thumb .lg-item {
  padding-bottom: 120px;
}
.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0;
}
.lg-outer.lg-pull-caption-up .lg-sub-html {
  -webkit-transition: bottom 0.25s ease;
  -o-transition: bottom 0.25s ease;
  transition: bottom 0.25s ease;
}
.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
  bottom: 100px;
}
.lg-outer .lg-toogle-thumb {
  background-color: #0D0A0A;
  border-radius: 2px 2px 0 0;
  color: #999;
  cursor: pointer;
  font-size: 24px;
  height: 39px;
  line-height: 27px;
  padding: 5px 0;
  position: absolute;
  right: 20px;
  text-align: center;
  top: -39px;
  width: 50px;
}
.lg-outer .lg-toogle-thumb:after {
  content: "\e1ff";
}
.lg-outer .lg-toogle-thumb:hover {
  color: #FFF;
}

.lg-outer .lg-video-cont {
  display: inline-block;
  vertical-align: middle;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 0 5px;
}
.lg-outer .lg-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}
.lg-outer .lg-video .lg-object {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.lg-outer .lg-video .lg-video-play {
  width: 84px;
  height: 59px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -42px;
  margin-top: -30px;
  z-index: 1080;
  cursor: pointer;
}
.lg-outer .lg-has-iframe .lg-video {
  -webkit-overflow-scrolling: touch;
  overflow: auto;
}
.lg-outer .lg-has-vimeo .lg-video-play {
  background: url("../img/vimeo-play.png") no-repeat scroll 0 0 transparent;
}
.lg-outer .lg-has-vimeo:hover .lg-video-play {
  background: url("../img/vimeo-play.png") no-repeat scroll 0 -58px transparent;
}
.lg-outer .lg-has-html5 .lg-video-play {
  background: transparent url("../img/video-play.png") no-repeat scroll 0 0;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  width: 64px;
  opacity: 0.8;
}
.lg-outer .lg-has-html5:hover .lg-video-play {
  opacity: 1;
}
.lg-outer .lg-has-youtube .lg-video-play {
  background: url("../img/youtube-play.png") no-repeat scroll 0 0 transparent;
}
.lg-outer .lg-has-youtube:hover .lg-video-play {
  background: url("../img/youtube-play.png") no-repeat scroll 0 -60px transparent;
}
.lg-outer .lg-video-object {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}
.lg-outer .lg-has-video .lg-video-object {
  visibility: hidden;
}
.lg-outer .lg-has-video.lg-video-playing .lg-object, .lg-outer .lg-has-video.lg-video-playing .lg-video-play {
  display: none;
}
.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
  visibility: visible;
}

.lg-progress-bar {
  background-color: #333;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1083;
  opacity: 0;
  -webkit-transition: opacity 0.08s ease 0s;
  -moz-transition: opacity 0.08s ease 0s;
  -o-transition: opacity 0.08s ease 0s;
  transition: opacity 0.08s ease 0s;
}
.lg-progress-bar .lg-progress {
  background-color: #a90707;
  height: 5px;
  width: 0;
}
.lg-progress-bar.lg-start .lg-progress {
  width: 100%;
}
.lg-show-autoplay .lg-progress-bar {
  opacity: 1;
}

.lg-autoplay-button:after {
  content: "\e01d";
}
.lg-show-autoplay .lg-autoplay-button:after {
  content: "\e01a";
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap, .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}
.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

#lg-zoom-in:after {
  content: "\e311";
}

#lg-actual-size {
  font-size: 20px;
}
#lg-actual-size:after {
  content: "\e033";
}

#lg-zoom-out {
  opacity: 0.5;
  pointer-events: none;
}
#lg-zoom-out:after {
  content: "\e312";
}
.lg-zoomed #lg-zoom-out {
  opacity: 1;
  pointer-events: auto;
}

.lg-outer .lg-pager-outer {
  bottom: 60px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 1080;
  height: 10px;
}
.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
  overflow: visible;
}
.lg-outer .lg-pager-cont {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin: 0 5px;
}
.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
  box-shadow: 0 0 0 2px white inset;
}
.lg-outer .lg-pager-thumb-cont {
  background-color: #fff;
  color: #FFF;
  bottom: 100%;
  height: 83px;
  left: 0;
  margin-bottom: 20px;
  margin-left: -60px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  width: 120px;
  border-radius: 3px;
  -webkit-transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  -moz-transition: opacity 0.15s ease 0s, -moz-transform 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s, -o-transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
}
.lg-outer .lg-pager-thumb-cont img {
  width: 100%;
  height: 100%;
}
.lg-outer .lg-pager {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
  display: block;
  height: 12px;
  -webkit-transition: box-shadow 0.3s ease 0s;
  -o-transition: box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s;
  width: 12px;
}
.lg-outer .lg-pager:hover, .lg-outer .lg-pager:focus {
  box-shadow: 0 0 0 8px white inset;
}
.lg-outer .lg-caret {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px dashed;
  bottom: -10px;
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  vertical-align: middle;
  width: 0;
}

.lg-fullscreen:after {
  content: "\e20c";
}
.lg-fullscreen-on .lg-fullscreen:after {
  content: "\e20d";
}

.lg-outer #lg-dropdown-overlay {
  background-color: rgba(0, 0, 0, 0.25);
  bottom: 0;
  cursor: default;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1081;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  -o-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
}
.lg-outer.lg-dropdown-active .lg-dropdown, .lg-outer.lg-dropdown-active #lg-dropdown-overlay {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -moz-transform: translate3d(0, 0px, 0);
  -o-transform: translate3d(0, 0px, 0);
  -ms-transform: translate3d(0, 0px, 0);
  -webkit-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0px, 0);
  opacity: 1;
  visibility: visible;
}
.lg-outer.lg-dropdown-active #lg-share {
  color: #FFF;
}
.lg-outer .lg-dropdown {
  background-color: #fff;
  border-radius: 2px;
  font-size: 14px;
  list-style-type: none;
  margin: 0;
  padding: 10px 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 50px;
  opacity: 0;
  visibility: hidden;
  -moz-transform: translate3d(0, 5px, 0);
  -o-transform: translate3d(0, 5px, 0);
  -ms-transform: translate3d(0, 5px, 0);
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
  -webkit-transition: -webkit-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  -moz-transition: -moz-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  -o-transition: -o-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
}
.lg-outer .lg-dropdown:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  border: 8px solid transparent;
  border-bottom-color: #FFF;
  right: 16px;
  top: -16px;
}
.lg-outer .lg-dropdown > li:last-child {
  margin-bottom: 0px;
}
.lg-outer .lg-dropdown > li:hover a, .lg-outer .lg-dropdown > li:hover .lg-icon {
  color: #333;
}
.lg-outer .lg-dropdown a {
  color: #333;
  display: block;
  white-space: pre;
  padding: 4px 12px;
  font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 12px;
}
.lg-outer .lg-dropdown a:hover {
  background-color: rgba(0, 0, 0, 0.07);
}
.lg-outer .lg-dropdown .lg-dropdown-text {
  display: inline-block;
  line-height: 1;
  margin-top: -3px;
  vertical-align: middle;
}
.lg-outer .lg-dropdown .lg-icon {
  color: #333;
  display: inline-block;
  float: none;
  font-size: 20px;
  height: auto;
  line-height: 1;
  margin-right: 8px;
  padding: 0;
  vertical-align: middle;
  width: auto;
}
.lg-outer #lg-share {
  position: relative;
}
.lg-outer #lg-share:after {
  content: "\e80d";
}
.lg-outer #lg-share-facebook .lg-icon {
  color: #3b5998;
}
.lg-outer #lg-share-facebook .lg-icon:after {
  content: "\e901";
}
.lg-outer #lg-share-twitter .lg-icon {
  color: #00aced;
}
.lg-outer #lg-share-twitter .lg-icon:after {
  content: "\e904";
}
.lg-outer #lg-share-googleplus .lg-icon {
  color: #dd4b39;
}
.lg-outer #lg-share-googleplus .lg-icon:after {
  content: "\e902";
}
.lg-outer #lg-share-pinterest .lg-icon {
  color: #cb2027;
}
.lg-outer #lg-share-pinterest .lg-icon:after {
  content: "\e903";
}

.lg-group:after {
  content: "";
  display: table;
  clear: both;
}

.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  text-align: left;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}
.lg-outer * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.lg-outer.lg-visible {
  opacity: 1;
}
.lg-outer.lg-css3 .lg-item.lg-prev-slide, .lg-outer.lg-css3 .lg-item.lg-next-slide, .lg-outer.lg-css3 .lg-item.lg-current {
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
}
.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
  opacity: 1;
}
.lg-outer.lg-grab img.lg-object {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.lg-outer .lg {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%;
}
.lg-outer .lg-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
}
.lg-outer .lg-item {
  background: url("../img/loading.gif") no-repeat scroll center center transparent;
  display: none !important;
}
.lg-outer.lg-css3 .lg-prev-slide, .lg-outer.lg-css3 .lg-current, .lg-outer.lg-css3 .lg-next-slide {
  display: inline-block !important;
}
.lg-outer.lg-css .lg-current {
  display: inline-block !important;
}
.lg-outer .lg-item, .lg-outer .lg-img-wrap {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
}
.lg-outer .lg-item:before, .lg-outer .lg-img-wrap:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}
.lg-outer .lg-img-wrap {
  position: absolute;
  padding: 0 5px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.lg-outer .lg-item.lg-complete {
  background-image: none;
}
.lg-outer .lg-item.lg-current {
  z-index: 1060;
}
.lg-outer .lg-image {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important;
}
.lg-outer.lg-show-after-load .lg-item .lg-object, .lg-outer.lg-show-after-load .lg-item .lg-video-play {
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object, .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
  opacity: 1;
}
.lg-outer .lg-empty-html {
  display: none;
}
.lg-outer.lg-hide-download #lg-download {
  display: none;
}

.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: #000;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}
.lg-backdrop.in {
  opacity: 1;
}

.lg-css3.lg-no-trans .lg-prev-slide, .lg-css3.lg-no-trans .lg-next-slide, .lg-css3.lg-no-trans .lg-current {
  -webkit-transition: none 0s ease 0s !important;
  -moz-transition: none 0s ease 0s !important;
  -o-transition: none 0s ease 0s !important;
  transition: none 0s ease 0s !important;
}
.lg-css3.lg-use-css3 .lg-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.lg-css3.lg-use-left .lg-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.lg-css3.lg-fade .lg-item {
  opacity: 0;
}
.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1;
}
.lg-css3.lg-fade .lg-item.lg-prev-slide, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-current {
  -webkit-transition: opacity 0.1s ease 0s;
  -moz-transition: opacity 0.1s ease 0s;
  -o-transition: opacity 0.1s ease 0s;
  transition: opacity 0.1s ease 0s;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}
.lg-css3.lg-slide.lg-use-left .lg-item {
  opacity: 0;
  position: absolute;
  left: 0;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  left: -100%;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
  left: 100%;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  left: 0;
  opacity: 1;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  -webkit-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

/*# sourceMappingURL=lightgallery.css.map */

/* ==========================================================================
   Media Queries
   ========================================================================== */
@media only screen and (max-width: 330px) and (max-height: 568px)  {
   /*#loveBall .lb-section h1 {
        margin-top: 100px;
    }
    #loveBall #top-section-lb {
        padding-bottom: 30px;
    }*/

}
@media only screen and (max-width: 350px) and (max-height: 500px) {
    #home {
        height: 500px;
    }
    #time-wrapper {
        margin-top: 100px;
    }
    
}
@media (max-width: 768px) {
    #mc_embed_signup input.email {width:100%; margin-bottom:5px;}
    #mc_embed_signup .clear {display: block; width: 100% }
    #mc_embed_signup .button {width: 100%; margin:0; }
}

@media only screen and (min-width: 375px) {
    /*.tab-wrapper {
        width: 365px;
    }*/
    /*.tabs li a {
        width: 120px;
    }*/
    /*.tabs li#dessert-button a, .tabs li a[href="#brunch"]{
        width: 85px;
    }*/
    footer span.caps {
        letter-spacing: 2px;
    }
    #mobile-footer a.lb-footer-button {
        margin-left: 6px;
    }
    #mobile-footer .footer-button {
        width: 67px;
    }

}
@media only screen and (min-width: 520px) {
    
    .forms input[type="text"], .forms input[type="email"], .forms textarea {
        display: inline-block;
        float: right;
    }
    .forms label[for="f-gc-to"], .forms label[for="f-gc-from"], .forms label[for="f-gc-msg"] {
        float: right;
    }
    .gift-cards-body .gc-input-wrapper {
        width: 400px;
    }
    /*#time-wrapper {
        width: 500px;
    }*/
}
@media only screen and (min-width: 600px) {
    .tab-wrapper {
      /*  width: 344px;*/
       /*width: 224px; */
    }
    .tabs li a {
        /*width: 175px;*/
        /*font-size: 1em;*/
    }
   /* .tabs li#dessert-button a, .tabs li a[href="#brunch"]{
        width: 100px;
    }

    #second-tab-wrapper .tabs li a[href="#happy-hour"] {
        width: 130px;
    }*/
   /* #second-tab-wrapper {
        width: 299px;
    }
    #second-tab-wrapper .tabs li a, #second-tab-wrapper .tabs li a[href="#holiday-menu"], #second-tab-wrapper .tabs li a[href="#bevs"], #second-tab-wrapper .tabs li a[href="#xmas-eve-menu"] {
        width: 120px;
    }*/
    /*#second-tab-wrapper {
        width: 230px;
       width: 320px;
    }*/
    #bev-button-desktop a, #holiday-button-desktop a {
        display: block;
    }
    #holiday-button-desktop a {
        width: 92px;
    }
    #bev-button-mobile a {
        display: none;
    }
   
    .text-wrapper {
        max-width: 500px;
    }
    #reservations .text-wrapper, #groupDining .text-wrapper {
        max-width: 600px;
    }
    #phone-number {
        display: inline;
    }
    #mobile-footer #call-button {
        display: none;
    }
    #about span#welcome, #visit h2 {
        text-align: center;
    }
    #announcement span.hidden-mobile {
        display: inline;
    }
}
@media only screen and (min-width: 714px) {
    #health h1 {
        font-size: 3.5em;
    }
    #health section.a-sec h2 {
        font-size: 2em;
    }
    #health section.a-sec h2 span.amp {
        display: inline-block;
    }
    #loveBall .lb-section h1 {
        font-size: 5em;
        line-height: 1.1em;
    }
    #loveBall .lb-section h2{
        font-size: 3em;
        line-height: 0.85em;
    }
    #loveBall #loveball-tickets a.button-link {
        display: inline-block;
        padding: 5px 30px;
        margin: 5px;
    }
    div.ticket-wrapper {
        display: inline-block;
        margin: 10px;
    }
    #time-wrapper {
        /*background: none;*/
    }
   
    #events h2 {
        height: 200px;
        padding-top: 100px;
    }
    /*#family-footer {
        width: 600px;
    }
    #family-footer a {
        display: inline-block;
    }*/
    #contact .text-wrapper {
        max-width: 400px;
    }
    #contact .section-wrapper {
        max-width: 680px;
    }
    .contact-photo {
        display: inline-block;
    }
    .pop-up {
        width: 600px;
        /*padding: 10px 20px;*/
    }
    .pop-up h3::before, .pop-up h3::after {
        display: inline-block;
        content: "";
        border-top: 1px solid #b20000;
        width: 1.5rem;
        margin: 0 0.2rem;
        transform: translateY(-0.8rem);
        vertical-align: text-bottom;
    }
    .pop-up a.button-link {
        display: inline-block;
       /* width: 150px;*/
        /*margin: 5px 0 5px 10px;*/
    }
    .pop-up a#pop-up-hero {
        height: 220px;
    }
    .pop-up h2 {
        font-size: 2.4em;
    }
    .pop-up .close, #holiday-hours-modal .close {
        margin: -25px -40px -5px auto;
    }
    #pop-up-textCol, #pop-up-photoCol {
        display: inline-block;
    }
    #pop-up-photoCol {
        width: 30%;
        height: 310px;
        background-image: url(../img/lisa-komara-cheers.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        vertical-align: text-bottom;
        margin-bottom: 0;
    }
    #pop-up-textCol {
        width: 68%;
        vertical-align: top;
    }
    #announcement {
        width: 100%;
        padding-top: 11px;
    }
    #announcement .button-link {
        display: inline-block;

    }
    #loveball-caps {
        margin-bottom: 20px;
    }
    #loveball-caps span {
        display: inline-block;
        margin: 0 10px;
    }
    .pop-up img.love-balloon {
        height: 114px;
        width: 100px;
        margin-top: -150px;
    }
    /*#visit-photo, #menus-photo, #reservations-photo {
        height: 400px;
    }*/
    #visit-photo {
        height: 400px;
    }
    #shop-merch {
        padding-top: 150px;
    }
    #shop-merch h2 {
        font-size: 3.5em;
    }
    .tab-wrapper {
        display: inline-block;
    }
}

@media only screen and (min-width: 850px) {
    .tab-wrapper {
       width: 258px;
      /*width: 394px;*/
    }
    .tab-wrapper#second-tab-wrapper {
        width: 248px;
    }
    /*.tabs li a[href="#lunch"] {
        width: 110px;
    }
    .tabs li a[href="#dinner"] {
        width: 100px;
    }*/
    .tabs li a {
       /* width: 90px;*/
        margin-left: 10px;
    }
    /*#second-tab-wrapper {
        width: 320px;
    }*/
    #holiday-button-desktop a {
        display: block;
    }
    #about .text-wrapper {
        display: inline-block;
        margin-right: 10px;
    }
    div.welcome-photo {
        display: inline-block;
        vertical-align: top;
        margin-top: 100px;
    }
    
    .section-wrapper {
        max-width: 820px;
    }

   /* #events {
        background-image: url(../img/events-dark-web.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
        min-height: 500px;
    }*/
    #events h2 {
        background-image: url(../img/events-dark-web.jpg);
    }
    /*#events a.hyper {
        color: #ffffff;
    }
    #events .section-wrapper {
        color: #fff;
        text-shadow: 1px 1px 1px #000;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 100%;
    }
    #events a.button-link, #events button.button-link {
        display: inline-block;
        background: no-repeat;
        color: #fff;
        border-color: #fff;
        border-width: 2px;
    }
    #events-mobile-photo {
        display: none;
    }*/
    .gallery-wrapper {
        padding: 20px 0;
    }
}
@media only screen and (min-width: 900px) {
    #about .section-wrapper {
        max-width: 860px;
    }
    #about .text-wrapper {
        margin-right: 50px;
    }
    /*#menus {
        min-height: 500px;
    }*/

}
@media only screen and (min-width: 1000px) {
    #mobile-lb-sticky-button {
        display: none;
    }
    #lb-sticky-button {
        display: block;
    }

    #loveBall section.navy-bg {
        padding-bottom: 20px;
    }
    .gift-cards-body #gcForm {
        max-width: 800px;
    }
    .gift-cards-body h2.title, #gc-label-wrapper  {
        text-align: center;
    }
    #gc-label-wrapper {
    }

    /*#acc-section .section-wrapper ul{
        padding-left: 40px;
    }*/
    .mobile-only {
        display: none;
    }
    .desktop-only {
        display: inherit;
    }
    .header-wrapper .social-wrapper {
        float: right;
        margin: 2px 10px 0 0;
    }
    .header-wrapper .social-wrapper div.image-swap {
        height: 25px;
        width: 25px;
    }
    .header-wrapper .facebook {
        background-image: url(../img/facebook1.png);
    }
    .header-wrapper .instagram {
        background-image: url(../img/instagram1.png);
    }
    .header-wrapper .twitter {
        background-image: url(../img/twitter1.png);
    }
    div#desktop-header {
        display: block;
        background-color: #ffffff;
        padding: 5px 0;
    }
    div.time {
        padding-top: 0;
    }
   

    span.hrd-button {
        vertical-align: top;
        padding: 0 5px;
    }
    span.middle-hrd-button {
        border-left: 1px solid #b20000;
        border-right: 1px solid #b20000;
        padding: 0 8px;
    }
    div.hrd-button-wrapper {
        text-align: center;
        font-style: italic;
    }
    #home a.title {
        display: inline-block;
        z-index: 10;
        padding-top: 10px; 
        /*margin-top: 30px; for closure */
    }
    
    #home a.title span {
        display: inline;
        color: #ffffff;
    }
    /*#home a.title:hover span {
        color: #B4975D;
    }
    #home a.title:hover .owl-logo {
        background-image: url(../img/goldowl-transparentBg.png);
    }*/

    #home a[href="https://www.shop.thelittleowlnyc.com"] {
        display: none;
    }
    #home a#online-order-btn {
        display: block;
    }
    
    #home .hours-reservations {
        display: block;
        margin: 10px auto;
    }
    #home .hours-reservations.active {
        background-color: #000026;
        color: #ffffff;
    }
    
    #caviar a.ot-button {
        display: block;
    }
    #caviar a.ot-button:hover {
        border-color: #ffffff;
    }
    /*a#message-button {
        display: block;
        background: none;
    }
    a#message-button:focus {
        background-color: #b20000;
    }
    a#message-button:hover #contact-send-message {
        background-position: bottom;
    }*/
    div#message-icon {
        background-image: url(../img/message-icon.png);
        background-position: 2px 2px;
        background-size: cover;
        height: 25px;
        width: 25px;
        vertical-align: text-bottom;
        border-left: 1px solid #b20000;
        padding-left: 5px;
        margin-left: 5px;
        display: inline-block;
    }
   /* div#new-hdr-panel {
        overflow-y: auto;
    }*/
    div#new-hdr-panel a.button-link {
        padding: 10px;
        border-radius: 20px;
        font-style: italic;
    }
    div#new-hdr-panel:focus {
        outline: none;
    }
    div.hdr-row {
        margin: 0 10px;
    }
    div#hdr-directions, div#hdr-reserve {
        border-top: 1px solid #b20000;
    }
    div.hoursReservations {
        display: block;
        border-right: 2px solid #B4975D;
        background-color: #000026;
        color: #ffffff;
        margin-left: -2px;
    }
    div.hoursReservations p {
        font-size: 1.1em;
    }
    div.hoursReservations h2 {
        font-style: italic;
        font-size: 2.1em;
        text-align: center;
        clear: both;
        padding: 20px 0;
    }
    div.hoursReservations h2 a {
        color: #fff;
        display: inline-block;
        padding: 0 5px;
    }
    div.hoursReservations h2 a:hover, div.hoursReservations h2 a:focus {
        text-decoration: underline;
        outline: none;
    }
    div.hoursReservations a.button-link {
        color: #ffffff;
        margin-bottom: 20px;
    }
    div.hoursReservations .hours {
        text-align: left;
    }
    button.close-hours {
        float: right;
        border-radius: 0 0 0 6px;
        background: #b20000;
        color: #fff;
        width: 80px;
        border: 2px solid #b20000;
        border-width: 0 0 2px 2px;
    }
    
    /*button.close-hours .close-button {
        background-image: url(../img/close-button-red.png);
        background-position: 0 100%;
    }*/
    button.close-hours:hover, button.close-hours:focus {
        border-color: #ffffff;
        font-weight: bold;
    }

   
    div.directions {
        max-width: 520px;
    }
    div.reservations {
    }
    div.reservations p {
        margin: 0;
    }
    a.button-link:hover, button.button-action:hover {
        background-color: #b20000;
        border-color: #b20000;
        color: #fff;
    }
    .pop-up.loveball a.button-link:hover, #loveBall a.button-link:hover {
        background: #FFCCBE;
        color: #000026;
        border-color: #FFCCBE;
    }
    .reservations .close-hours {
        margin-top: 20px;
    }
    #reservations .ot-widget-wrapper {
        display: none;
    }
    #reservations a.button-link[href="https://www.opentable.com/the-little-owl"] {
        display: block;
    }
    .ot-widget-wrapper {
        height: 290px;
        width: 245px;
        margin: 0 auto;
    }
    .ot-button {
        color: #fff;
    }
    .hours-reservations {
        border: 1px solid #B4975D;
        border-radius: 6px;
        color: #FDF5E6;
        padding: 5px 10px;
        height: 40px;
       /* width: 140px;*/
    }
    .hours-reservations:hover {
        background-color: #b20000;
        border-color: #b20000;
        color: #fff;
    }
    .hours-reservations:hover span.middle-hrd-button, #desktop-footer .hours-reservations:hover span.middle-hrd-button {
        border-color: #fff;
    }
    .hours-reservations.active .close-button {
        background-position: 0 0%;
    }
    .hours-reservations #new-hdr-button {
        display: block;
    }
    #new-hdr-button span.middle-hrd-button{
        border: none;

    }
    .close-hours {
        padding: 8px;
        width: 100px;
        margin: 0 auto;
        cursor: pointer;
        background-color: #B4975D;
        color: #ffffff;
    }
    #mobile-nav-container/*, #reservations*/ {
        display: none;
    }
  
    #nav-container {
        width: 100%;
        height: 53px;
        margin: -55px auto 0 auto;
        position: relative;
        z-index: 2;
    }
    #nav-wrapper {
        display: block;
        width: 100%;
        height: 45px;
        text-align: center;
        padding: 6px 0 2px 0;
        border-bottom: 2px solid #B4975D;
        background-color: #000026;
    }
    #nav-wrapper #logo-wrapper {
        position: fixed;
        display: none;
    }
    #nav-wrapper a.title {
        /*top: 27%;
        left: 0;
        right: 0;*/
    }
    .nav-list {
        display: inline-block;
        /*width: 800px;*/
        height: 50px;
        margin: 0 auto;
        list-style: none;
        margin: 4px auto 0 auto;
    }
    .nav-list li, .nav-list li a {
        float: left;
        text-align: center;
        font-family: "adobe-garamond-pro", "EB Garamond",  Garamond, Baskerville, serif;
        text-transform: lowercase;
        font-size: 1em;
        letter-spacing: 1px;
    }
   
    .nav-list li a {
        padding: 5px 12px;
        /*min-width: 60px;*/
        color: #B4975D;
        /*text-shadow: 1px 1px 1px #000;*/
        z-index: 500;
        /*border-right: 1px solid #b20000;*/
    }
    .nav-list li a.active{
        border-bottom: 1px solid #b20000;
        color: #ffffff;
    }
    .nav-list li a:hover, .nav-list li a:focus  {
        padding-bottom: 6px;
        color: #ffffff;
    }
    a#online-order-nav-btn {
        position: fixed;
        right: 5px;
        top: 8px;
        border: 1px solid #B4975D;
        border-radius: 30px;
        color: #fff;
        width: 100px;
    }
    a#online-order-nav-btn:hover, a#online-order-nav-btn:focus {
        border-color: #b20000;
        background-color: #b20000;
    }
    #desktop-footer {
        display: block;
        padding: 5px 0;
        /*border-top: 2px solid #B4975D;*/
        background-color: #000026;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        text-align: left;

    }
    #desktop-footer span.find {
        margin-right: -2px;
        background-position-x: 2px;
    }
    #desktop-footer span.call {
        margin-left: 5px;
        background-position-x: 3px;
    }
    #desktop-footer span.email {
        background-position: 1px 2px;
        margin-bottom: 1px;
        margin-left: -6px;
    }
    #desktop-footer span.call {
        border-left: 1px solid #b20000;
    }
    #desktop-footer .hours-reservations {
        float: right;
        font-size: 1em;
        margin-right: 138px;
        padding: 5px 15px;
        display: inline-block;
    }
    #desktop-footer .hours-reservations.active {
        background-color: #b20000;
        color: #ffffff;
    }

    
    #desktop-footer .hours-reservations:focus {
        background-color: #b20000;
        color: #ffffff;
    }
    #desktop-footer span.middle-hrd-button {
        border-color: #b20000;
    }
    #desktop-footer-mini-nav {
        position: absolute;
        right: 10px;
        top: 5px;
        display: block;
    }
    #desktop-footer-mini-nav a {
        color: #B4975D;
        padding: 10px 12px 5px 12px;
        letter-spacing: 1px;
    }
    #desktop-footer-mini-nav a:hover, #desktop-footer-mini-nav a:focus {
        color: #ffffff;
    }
     #desktop-footer-mini-nav a.active{
        border-bottom: 1px solid #b20000;
        color: #ffffff;
    }
    #mobile-footer {
        display: none;
        text-align: left;
    }
    #mobile-footer .footer-button {
        display: none;
    }

    #footer-address {
        display: inline-block;
        color: #ffffff;
        margin-top: 10px;
    }
    #footer-address span.icon {
        vertical-align: top;
        margin-top: -5px;
    }
    button#email {
        display: inline-block;
        color: #ffffff;
        vertical-align: top;
        padding: 0;
        font-size: 1em;
        line-height: 2em;
        height: 40px;
        width: 150px;
        margin: 0 0 0 10px;
    }
    footer {
        padding-bottom: 4px;
    }
    footer .social-wrapper {
        margin-top: 0;
        display: inline-block;
        float: right;
        padding-bottom: 4px;
    }
    footer .social-wrapper div.image-swap {
        height: 25px;
        width: 25px;
    }
    span.find {
        background-image: url(../img/find-blue.png);
        background-position: 1px 1px;
        margin-right: -2px; 
    }
    span.phone {
        background-image: url(../img/phone-blue.png);
        border-left: 1px solid #b20000;
        margin-left: 5px;
        background-position: 1px 2px;
    }
    /*#credits {
        margin-bottom: 0;
    }*/
    .pdfobject-container {
        display: block;
        width: 90%;
        height: 500px;
        margin: 20px auto 0 auto;
    }
    #about {
        border-top: none;
    }
    #menus h4 {
        margin: 20px auto;
    }
    #menus #lunch, #menus #dinner /*, #menus #holiday-menu*/ {
        text-align: left;
        padding-left: 2%;
        position: relative;
    }
    #menus #lunch a.download-menu , #menus #holiday-menu a.download-menu, #menus #dinner a.download-menu {
        position: absolute;
        top: -2px;
        right: 10px;
    }
    #menus .button-link {
        display: block;
        text-transform: none;
    }
    #menusHolder {
        padding: 20px 0;
    }

    ul.menus {
        display: inline-block;
        vertical-align: top;
        width: 48%;
    }
    #lunch ul.menus, #dinner ul.menus/*, #holiday-menu ul.menus */{
        width: 31%;
    }
    #lunch ul.menus.center-menu-section, #dinner ul.menus.center-menu-section {
        width: 32%;
        margin: 0 2%;
        text-align: center;
    }

    #holiday-menu ul.menus {
        display: block;
        margin: 0 auto;
        width: 90%;
    }
   /* #holiday-menu ul.menus.center-menu-section {
        margin-left: 40px;
    }*/
    #lunch ul.menus.right-menu-col, #dinner ul.menus.right-menu-col, #holiday-menu #right-column {
        text-align: right;
    }

     #holiday-menu #right-column {
        width: 29%;

        
    }

    #bevs ul.menus {
        width: 32%;
        display: block;
        margin: 0 auto;
    }
    #happy-hour ul.menus {
       display: block;
       margin: 0 auto;
       width: 100%;
    }
    #menus #happy-hour h4 {
        margin-top: 40px

    }
    ul.center-menu-section {
        /*margin: 50px 20px 0 20px;*/
        margin: 0 1%;
    }
   /* #holiday-menu ul.menus {
        width: 33%;
        display: block;
        margin: 0 auto;
    }*/
    
    #holiday-menu ul#skinny-column {
        width: 30%;
        margin-left: 3%;
        text-align: right;
    }
   /* #mobile-truffle {
        display: none;
    }
    #desktop-truffle {
        display: block;
    }*/
    
    /*#second-tab-wrapper {
        width: 280px;
    }
    #second-tab-wrapper .tabs li a {
        width: 90px;
    }*/
    #visit .hours, #visit .holiday-hours {
        vertical-align: top;
    }
    #visit .holiday-hours {
        width: 370px;
        margin-top: 40px;
    }
    #gift-cards #nav-wrapper #logo-wrapper {
        display: block;
    }
    #gift-cards #nav {
        text-align: right;
    }
    /*#events a.button-link:hover, #events button.button-link:hover {
        background-color: #ffffff;
        color: #b20000;
    }*/
    /*#message-button img {
        margin-right: 5px;
    }*/
    #contact {
        background-image: url(../img/bench-cropped-web.jpg);
        background-repeat: no-repeat;
        background-size: cover;
    }
    #contact a {
        color: #ffffff;
    }
    #contact a[href="tel:6464681611"]:hover, #contact a[href="tel:2127414695"]:hover  {
        color: #ffffff; 
    }
    #contact h3 {
        font-size: 1.5em;
    }
    #contact .section-wrapper {
        max-width: 700px;
        margin: 0 0 0 50%;
    }
    #contact .text-wrapper {
        background: rgba(0,0,38,0.2);
        color: #ffffff;
        padding: 10px;
    }
    #contact .social-wrapper h3 {
        color: #fff;
    }
    #contact .social-icon {
        background-position: bottom;
    }
    #contact .email-addy {
        color: #ffffff;
        font-size: 1.1em;
    }
    .contact-icon {
        background-position: 0 0;
    }
    .contact-column {
        padding: 0 10px;
        margin-left: 0;
    }
    .contact-column a:hover {
        color: #b20000;
    }
    .contact-photo {
        width: 300px;
        height: 450px;
    }
    #message-button:hover {

    }
    #gallery {
        min-height: 720px;
    }
    #visit-photo {
        height: 600px;
    }
    #shop-merch {
        padding-top: 280px;
    }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
/* IE10+ CSS styles go here */
    span.find {
        background-image: url(../img/IE-find-blue.png);
    }
    span.phone {
        background-image: url(../img/IE-phone-blue.png);
    }
    span.call {
        background-image: url(../img/IE-phone.png);
    }
    span.email {
        background-image: url(../img/IE-email.png);
    }
    span.find-white {
        background-image: url(../img/IE-find.png);
    }
    div#message-icon {
        background-image: url(../img/IE-message-icon.png);
    }
    .close-button {
        background-image: url(../img/IE-close-button.png);
    }
    .header-wrapper .facebook {
        background-image: url(../img/IE-facebook1.png);
    }
    .header-wrapper .instagram {
        background-image: url(../img/IE-instagram1.png);
    }
    .header-wrapper .twitter {
        background-image: url(../img/IE-twitter1.png);
    }
    /*.instagram {
        background-image: url(../img/instagram3.png);
    }
    .twitter {
        background-image: url(../img/twitter3.png);
    }
    .facebook {
        background-image: url(../img/facebook3-IE.png);
    }
    #contact .facebook {
        background-image: url(../img/facebook2-IE.png);
    }*/
}


@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {

}


/* ==========================================================================
   Helper classes
   ========================================================================== */

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}