/* ========================== */
/* ====== BASE STYLES ======= */
/* ========================== */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    border: 0;
    font-size: 16px;
    font: inherit;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}
article, aside, details, div, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}
body {
    font-family: "Open Sans", helvetica, arial, sans-serif;
    font-size: 16px;
}
img {
    max-width: 100%;
    vertical-align: middle;
}
i.italic {
    font-style: italic;
}
hr {
    margin: 0 1em;
}

/* ===== Helpful Class Shorthand ===== */
hr.smaller-hr {
    width: 50%;
}
.center {
    text-align: center;
}
.left {
    text-align: left;
}
.right {
    text-align: right;
}
.float-left {
    float: left;
}
.float-right {
    float: right;
}
.clear {
    clear: both;
}
small {
    font-size: 10pt;
}
.show-inline {
    display: inline-block !important;
}
.hidden {
    display: none !important;
}
.indent-1 {
    margin-left: 2rem;
}
.indent-2 {
    margin-left: 4rem;
}
.indent-3 {
    margin-left: 6rem;
}
.tag {
    background-color: #eee;
    border-radius: 6px;
    padding: 4px 8px;
}
header ol,
header ul {

    margin-bottom: 0;
    margin-top: 0;
}

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

/* ===== Highest Level Base Styles ===== */
a {
    color: #386ec3;
    text-decoration: none;
}
main {
    font-size: 14px;
    margin-top: 4rem !important;
}
main a:focus,
main a:hover {
    text-decoration: underline;
}
main h1 {
    text-align: center;
}
main .return-link {
    text-decoration: none;
}
main .return-link:hover {
    text-decoration: underline;
}
main ul, main ol {
    margin-left: 2em;
}
main strong {
    font-weight: 700;
    text-align: center;
}
h1 {
    font-size: 250%;
    line-height: 1.2;
    margin-bottom: 1rem;
}
h2,
.smaller-h1 {
    font-size: 175%;
    line-height: 1.2;
    margin-bottom: .75rem;
}
h3,
.smaller-h2 {
    font-size: 150%;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: .5rem;
}
.smaller-h3 {
    font-size: 125%;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: .5rem;
}
@media all and (max-width: 800px) {
    h1 {
        font-size: 175%;
        line-height: 1.2;
    }
    h2,
    .smaller-h1 {
        font-size: 150%;
    }
    h3,
    .smaller-h2 {
        font-size: 125%;
    }
    .smaller-h3 {
        font-size: 110%;
    }
}
.flex,
.flex-2,
.flex-3,
.flex-4 {
    align-content: flex-start;
    align-items: stretch;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -.5em;
    padding: 0;
}
.flex-4 {
    align-content: center;
    align-items: baseline;
}
.flex-3 {
    margin: 0 -0.5em;
}
.flex > div {
    flex: 0 1 45%;
}
.flex-2 > li,
.flex-2 > div,
.flex-2 > a {
    flex: 1 1 40%;
}
.flex-3 > li,
.flex-3 > div,
.flex-3 > a {
    flex: 0 1 26%;
}
.flex-4 > li,
.flex-4 > div,
.flex-4 > a {
    flex: 0 1 21%;
}
@media all and (max-width: 800px) {
    .flex-3 > div,
    .flex-3 > a {
        flex: 1 1 100%;
    }
    .flex-4 > li,
    .flex-4 > div,
    .flex-4 > a {
        flex: 0 1 40%;
    }
}
.flex-2 > div,
.flex-2 > a,
.flex-3 > div,
.flex-3 > a
.flex-4 > div,
.flex-4 > a {
    border: 1px solid #999;
    border-radius: 6px;
    margin: .5em;
    padding: 1em;
    text-align: center;
}
.flex-3 > div a {
    font-weight: normal;
    margin-bottom: .5em;
    text-align: center;
}
#entreeListing li {
    flex: 1 1 20em;
}

/* ===== Buttons ===== */
.btn {
    color: #fff;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
/* Primary Button */
.btn-primary {
  background-color: #1f52a1;
  border: 1px solid #012257;
  color: #fff;
}
.btn-primary:hover,
.btn-primary:focus {
    background-color: #163a72;
    border: 1px solid #011c48;
    color: #fff;
}
.btn-primary:active {
    background-color: #133161;
    border: 1px solid #000206;
    color: #fff;
}

/* Success Button */
.btn-success {
    background-color: #18821b;
    border: 1px solid #18821b;
    color: #fff;
}
.btn-success:hover,
.btn-success:focus {
    background-color: #126014;
    border: 1px solid #167518;
    color: #fff;
}
.btn-success:active {
    background-color: #0e4e10;
    border: 1px solid #0b3d0d;
    color: #fff;
}
/* Cancel, Delete, etc Button */
.btn-danger {
    background-color: #d40f10;
    border: 1px solid #d40f10;
    color: #fff;
}
.btn-danger:hover,
.btn-danger:focus {
    background-color: #83090a;
    border: 1px solid #c60e0f;
    color: #fff;
}
.btn-danger:active {
    background-color: #750809;
    border: 1px solid #880a0a;
    color: #fff;
}
/* Secondary Button - Sub Apps */
.btn-secondary,
.btn.btn-secondary {
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    color: #000;
}
.btn-secondary:not([disabled]):hover,
.btn-secondary:not([disabled]):focus {
    background-color: #e3e3e3;
    border: 1px solid #c4c4c4;
    color: #000;
}
.btn-secondary:not([disabled]):active {
    background-color: gainsboro;
    border: 1px solid #a3a3a3;
    color: #000;
}

/* ============================================ */
/* ============== Main Containers ============= */
/* ============================================ */
/* ===== Header, Main, and Footer Regions ===== */
header {
    background: #000000;
    min-height: 4rem;
}
@media all and (max-width: 799px) {
    header {
        min-height: 45px;
    }
}
main {
    margin: 0 auto;
    min-height: calc(100vh - 110px);
}
@media all and (max-width: 1280px) {
    main {
        max-width: 100%;
    }
}
@media all and (max-width: 799px) {
    main {
        min-height: calc(100vh - 92px);
    }
}
footer {
    background: #000000;
    min-height: 3rem;
}

/* ===== Content Containers ===== */
.content-container {
    margin: 0 3rem;
}
main .content-container {
    padding-bottom: 1rem;
    padding-top: 2rem;
}
@media all and (max-width: 1280px) {
    main .content-container {
        padding-top: 1.5rem;
    }
}
@media all and (max-width: 799px) {
    main .content-container {
        padding-top: .75rem;
    }
}
header .content-container,
footer .content-container {
    margin: 0;
    padding: 0 3rem;
}
header .content-container,
footer .content-container {
    width: calc(100% - 6rem);
}
@media all and (max-width: 1080px) {
    .content-container {
        margin: 0 1rem;
    }
    header .content-container,
    footer .content-container {
        margin: 0;
        padding: 0 1rem;
    }
    header .content-container,
    footer .content-container {
        width: calc(100% - 2rem);
    }
}

/* ========================== */
/* ========= HEADER ========= */
/* ========================== */
header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}
header .content-container {
    border: 0;
    border-radius: 0;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 1px;
    margin-bottom: 0;
    min-height: 4rem;
    text-transform: uppercase;
    z-index: 999;
}
header #logo {
    color: white;
    font-size: 22pt;
    font-family: cursive;
    text-transform: none;
    margin-top: .3em;
}
header img.logo-image {
    height: 3.5rem;
    /*margin-top: 11px;*/
    width: auto;
}
@media all and (max-width: 992px) {
    header .content-container {
        min-height: 3.5rem;
    }
    header img.logo-image {
        height: 3rem;
        /*margin-top: 7px;*/
    }
}
@media screen and (min-width: 680px) {
    header .navbar-header {
        float: left;
        margin: 0;
    }
    header .navbar-header {
        display: block;
    }
}
@media all and (max-width: 992px) {
    header .navbar-header {
        text-align: center;
    }
}
header .navbar-header a {
    display: block;
    padding: 0 .7em .1em 0;
}
header .navbar-collapse.collapse {
    display: block;
}
@media all and (max-width: 992px) {
    header .navbar-collapse.collapse {
        display: none;
    }
}
header .navbar-collapse {
    padding-left: 15px;
    padding-right: 15px;
}
header ul.nav.navbar-nav {
    float: right;
}
header .navbar-nav > li {
    display: block;
    float: left;
}
header .navbar-nav li.item-right a {
    border-bottom: 4px solid transparent;
    color: #9fafc6;
    display: block;
    font-size: 110%;
    height: 34px;
    overflow: hidden;
    padding: 24px 18px 0;
    text-overflow: ellipsis;
    transition: .1s;
    white-space: nowrap;
}
header .navbar-nav .item-right a:hover {
    color: #fff;
}
header .navbar-nav li.item-right a:hover,
header .navbar-nav li.item-right a:focus {
    border-bottom: 4px solid #ffd700;
}
header .divider-1 {
    height: 20px;
    width: auto;
    clear: both;
}
header .divider-2 {
    clear: both;
    height: 60px;
    width: auto;
}
header #mobile-nav-bar {
    color: #888;
    display: none;
    float: right;
    font-size: 1.25rem;
    height: 2.5em;
    outline: 0;
    overflow: hidden;
    right: .25em;
    top: .2em;
    width: 2.5em;
}
@media all and (max-width: 992px) {
    header #mobile-nav-bar {
        display: block;
        position: fixed;
        z-index: 99999999;
    }
}
header .nav-bar-icon-container {
    margin: 0 auto;
    transition-duration: .3s;
}
header .nav-bar-icon {
    position: absolute;
    right: 15px;
    top: 30px;
}
header .nav-bar-icon,
header .nav-bar-icon:after,
header .nav-bar-icon:before {
    background-color: #9fafc6;
    height: 4px;
    transition-duration: .3s;
    width: 22px;
}
header .nav-bar-icon:before {
    top: -9px;
}
header .nav-bar-icon:after {
    top: 9px;
}
header .nav-bar-icon:after,
header .nav-bar-icon:before {
    content: "";
    position: absolute;
    right: 0;
}
header .expand .nav-bar-icon {
    background-color: transparent;
    cursor: pointer;
    transition-duration: .3s;
}
header .expand .nav-bar-icon:after,
header .expand .nav-bar-icon:before {
    background-color: #fff;
}
header .expand .nav-bar-icon-container .nav-bar-icon:before {
    transform: rotate(45deg) scaleX(1.18) translate(5px, 9px);
}
header .expand .nav-bar-icon-container .nav-bar-icon:after {
    transform: rotate(-45deg) scaleX(1.18) translate(3px, -7px);
}
header .mobile-nav-dropdown {
    background-color: #fff;
    border: 1px solid #d1ccc7;
    border-left: 0;
    border-right: 0;
    box-shadow: -4px 4px 11px -2px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: -4px 4px 11px -2px rgba(0, 0, 0, 0.23);
    -webkit-box-shadow: -4px 4px 11px -2px rgba(0, 0, 0, 0.23);
    display: none;
    margin-top: 45px;
    padding-left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 12em;
    z-index: 9999;
}
header .expand .mobile-nav-dropdown {
    display: block;
}
@media all and (min-width: 992px) {
    header .expand .mobile-nav-dropdown {
        display: none;
    }
}
header .mobile-nav-dropdown li {
    font-size: 10pt !important;
    text-align: center;
}
header .mobile-nav-dropdown li:hover {
    background-color: rgba(19, 35, 58, 0.1);
}
header .mobile-nav-dropdown a {
    color: #666;
    display: block;
    padding: .75em 0;
    text-decoration: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
  header .mobile-nav-dropdown li:hover a,
  header .mobile-nav-dropdown li:focus a,
  header .mobile-nav-dropdown a:focus {
    color: #000;
}
@media all and (max-width: 992px) {
    header .content-container {
        min-height: 45px;
        position: static;
    }
    header #mobile-nav-bar,
    header .mobile-nav-dropdown {
        position: absolute;
    }
    header .nav-bar-icon {
        top: 23px;
    }
}
.action-button {
    margin: 11px 0 0 8px;
}
.action-button a {
    border: 2px solid;
    border-radius: .5em;
    background-color: #62060c;
    color: white;
    font-weight: bold;
    padding: .8em 2em;
    transition: .1s;
}
.action-button > a:hover,
.action-button > a:focus {
    text-decoration: none;
}
header .action-button a {
    background: none;
    color: #ffd700;
    display: block;
}
header .action-button > a:hover,
header .action-button > a:focus {
    background-color: #ffd700;
    border-color: #ffd700;
    color: black;
}
header .navbar-nav li.action-button {
    margin-right: -1em;
}


/* ========================= */
/* ===== PAGE SPECIFIC ===== */
/* ========================= */
.email-action-link {
    font-weight: bold;
    text-decoration: underline;
}

/* ===== Home Pages ===== */
body.page-home .flex-2 {
    margin: 1em 0;
}
@media all and (max-width: 680px) {
    body.page-home .flex-2 > div {
        flex: 1 1 100%;
    }
}
body.page-home #eventPhotos {
    margin: 1em 0;
}
body.page-home #eventPhotos img {
    height: 250px;
    width: 33%;
}
@media all and (min-width: 1280px) {
    body.page-home #eventPhotos img {
        height: 300px;
    }
}
@media all and (max-width: 800px) {
    body.page-home #eventPhotos img {
        display: block;
        height: unset;
        width: 100%;
    }
}
body.page-home .flex-2 img {
    margin: 1em 0;
    max-height: 180px;
}
body.page-home main .action-button {
    display: inline-block;
    padding: 1em;
}

/* ===== Catering Menu & Shop Pages ===== */
.product-list li {
    border: 1px solid #ccc;
    border-radius: 6px;
    list-style: none;
    margin: .5em;
    padding: 1em;
}
.item-image {
    text-align: center;
}
.item-image img {
    /*max-width: 160px;*/
    max-width: 400px;
    max-height: 160px;
    padding: 1em;
}
.item-title {
    font-family: cursive, arial, sans-serif;
    font-size: 16pt;
    margin-top: .2em;
    text-align: center;
}
a.order-now img,
p.sold-out img {
    display: block;
    margin: .2em auto 1em;
    max-width: 120px;
    max-height: 50px;
    text-align: center;
}
a.order-now img:hover,
p.sold-out img:active {
    filter: drop-shadow(1px 2px 3px #666);
}
.contact-block hr {
    margin: 2em 0;
}
.contact-block p {
    font-size: 12pt;
    margin: 0 auto;
    max-width: 600px;
}

/* ===== Catering Menu Page ===== */
body.page-catering-menu .table-of-contents {
    background: #62060c;
    margin-bottom: -4em;
    padding-bottom: .1rem;
    padding-top: 3em;
    position: relative;
    top: -1.75em;
}
body.page-catering-menu .table-of-contents h1 {
    color: #fff;
}
body.page-catering-menu .table-of-contents ul {
    font-size: 12pt;
    margin-left: 0;
    padding-left: 0;
    text-align: center;
}
body.page-catering-menu .table-of-contents li {
    display: inline-block;
    list-style: none;
    padding: 0 .5em;
}
body.page-catering-menu .table-of-contents li a {
    border-bottom: 1px solid #fff5;
    line-height: 1.5;
    padding: 1em .5em 1px;
    position: relative;
    z-index: 1;
    color: #fff;
    text-decoration: none;
}
body.page-catering-menu .table-of-contents li a:hover {
    border-bottom: 1px solid #fff;
}
@media all and (max-width: 799px) {
    body.page-catering-menu .table-of-contents li a {
        padding: .2em .5em 1px;
    }
}
body.page-catering-menu ul.product-list {
    justify-content: left;
    /*margin: -20px -3.5em 0 -.5em;*/
}
body.page-catering-menu h2 {
    margin-bottom:  0;
    padding-top: 60px;
    position: relative;
    top: -30px;
}

/* ===== Contact Page ===== */
body.page-contact ol.contact-page-container {
    list-style: none;
    margin: 1em auto 0;
    padding: 0;
    max-width: 800px;
    text-align: center;
}
body.page-contact ol.contact-page-container li {
    margin-bottom: 1em;
}
body.page-contact img.contact-pref-image {
    max-width: 110px;
    max-height: 28px;
}
body.page-contact img.contact-pref-image:hover,
body.page-contact img.contact-pref-image:active {
    filter: drop-shadow(1px 1px 1px #bbb)saturate(90%);
}
body.page-contact .map {
    display: block;
    filter: none;
    text-align: center;
    transition: .1s all linear;
}
body.page-contact .map a {
    display: inline-block;
}
body.page-contact .map a:active img.image-map,
body.page-contact .map a:focus img.image-map,
body.page-contact .map a:hover img.image-map {
    filter: grayscale(90%)brightness(50%)blur(5px);
    transition: .1s all linear;
}
body.page-contact .map img.image-map {
    display: block;
    margin: 2em auto 1em;
    max-height: 400px;
    text-align: center;
    width: auto;
}
body.page-contact .map img.google-text {
    display: block;
    filter: drop-shadow(1px 1px 1px #ffffff99);
    margin: -200px auto 0;
    max-height: 200px;
    opacity: 0;
    position: relative;
    text-align: center;
    top: -7em;
    transition: .15s all linear;
    width: auto;
}
@media all and (max-width: 800px) {
    body.page-contact .map img.google-text {
        margin-top: -160px;
        max-height: 160px;
        top: -5em;
    }
}
@media all and (max-width: 600px) {
    .map img.google-text {
        margin-top: -130px;
        max-height: 130px;
        top: -3.5em;
    }
}
@media all and (max-width: 480px) {
    body.page-contact .map img.google-text {
        margin-top: -100px;
        max-height: 100px;
        top: -3em;
    }
}
@media all and (max-width: 399px) {
    body.page-contact .map img.google-text {
        top: -2em;
    }
}
body.page-contact .map a:active img.google-text,
body.page-contact .map a:focus img.google-text,
body.page-contact .map a:hover img.google-text {
    opacity: 1;
}

/* ===== About Page ===== */
p.about-text {
    font-size: 13pt;
}

/* ========================== */
/* ========= FOOTER ========= */
/* ========================== */
footer .copyright {
    color: #eee;
    font-size: 10pt;
    line-height: 3rem;
    text-transform: uppercase;
}
/* ===== Footer - Social Media Icons ===== */
.social-media-icons {
    bottom: .25em;
    position: fixed;
    right: 3em;
}
@media all and (max-width: 1080px) {
    .social-media-icons {
        right: 1rem;
    }
}
.social-media-icons a,
.social-media-icons i {
    display: inline-block;
    max-height: 32px;
    max-width: 32px;
}
.social-media-icons i:hover {
    filter: sepia(30%) contrast(150%);
}
.social-media-icons .email i:before,
.social-media-icons .instagram i:before,
.social-media-icons .facebook i:before {
    content: '';
    display: inline-block;
    height: 2em;
    width: 2em;
}
.social-media-icons .email i:before {
    background: url(../images/email-icon-32.png) no-repeat;
}
.social-media-icons .facebook i:before {
    background: url(../images/facebook-icon-32-filled.png) no-repeat;
}
.social-media-icons .instagram i:before {
    background: url(../images/instagram-icon-32-filled.png) no-repeat;
}
.availability-container {
    display: none;
}
