/*
Theme Name: 167 Raw V2.0
Author: Tracy Huynh
Description: 167 Raw Custom Theme Redesign
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/*Wordpress editor styles start*/

@import url(https://fonts.googleapis.com/css?family=Montserrat:300,400,700);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,700);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,700);

/* FONTS */
@font-face {
    font-family: 'bebas_neuebold';
    src: url('fonts/bebasneue_bold-webfont.woff2') format('woff2'),
         url('fonts/bebasneue_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'ITCBlair';
    src: url('fonts/ITCBlair.woff2') format('woff2'),
         url('fonts/ITCBlair.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

* {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: subpixel-antialiased;
}


/* GLOBAL */

body {
	color:#3f4c58;
    position: relative;
}
body * {
	-webkit-font-smoothing: antialiased;
}
body.home {
	min-height:100vh;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'bebas_neuebold';
}
p {
	font-family: 'Montserrat', sans-serif;
}
a,
a:focus {
	outline:0;
	color:#3f4c58;
	text-decoration:none;
}
.text-center {
    text-align: center;
}
.cta-button {
    font-family: 'bebas_neuebold';
    font-weight: 700;
    text-align: center;
    display: inline-block;
    padding: 9px;
    min-width: 210px;
    font-size: 20px;
    background-color: #ffffff;
}
.cta-button:hover {
    cursor: pointer;
    opacity: .8;
}
.cta-button.hollow {
    border: 2px solid #41B4E0;
    color: #41B4E0;
}
.cta-button.solid {
    background-color: #41B4E0;
    color: #ffffff;
}


.full-width {
	width:100%;
}

.no-border {
    border: none !important;
}

.showmobile {
    display: none;
}

@media (max-width: 1024px) {
    .hidemobile {
        display: none !important;
    }
    .showmobile {
        display: block !important;
    }
}

.ver-div {
    position: absolute;
    top: 50% !important;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    height: auto;
}

.flex-row {
	display: -webkit-box; 
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex; 
	display: flex;
	flex-wrap: wrap;
}
.flex-item {
	display: -webkit-box; 
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex; 
	display: flex;
}
.flex-item > * {
	width:100%;
}

/* CONTACT POPUP */
.contact-popup {
    position: absolute;
    top: 75px;
    width: 95%;
    max-width: 600px;
    z-index: 10;
    background-color: #ffffff;
    padding: 10px;
    left: 0px;
    right: 0px;
    margin: auto;
    display: none;
}
.contact-close {
    position: absolute;
    font-size: 20px;
    right: 10px;
}

/* HEADER */
.header {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 2;
}
.announcements {
    padding: 15px 3px;
	background-color:#41B4E0;
    color: #ffffff;
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    z-index: 3;
}
.announcements p {
    margin: 0px;
    text-align: center;
}
.announcements a {
    color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: 700;
    text-align: center;
    margin: 0px;
}
.header .nav {
    background: transparent;
    max-width: 1125px;
    margin: 65px auto 0px auto;
    padding: 0px 25px;
}
.header .nav .fa {
    color: #ffffff;
    font-size: 20px;
}
.header .nav .fa:hover {
    cursor: pointer;
    opacity: .8;
}
.header .nav img {
    height: 40px;
    margin-left: 10px;
}
.header .right-links {
    position: relative;
    float: right;
}
.header .right-links .location-dropdown-box {
    background-color: #ffffff;
    display: inline-block;
    position: absolute;
    left: 40px;
    padding: 0px 15px 15px 15px;
    visibility: hidden;
}
.header .right-links .giftcard-dropdown-box {
    background-color: #ffffff;
    display: inline-block;
    position: absolute;
    left: 160px;
    padding: 0px 15px 15px 15px;
    visibility: hidden;
}
.header .right-links .careers-dropdown-box {
    background-color: #ffffff;
    display: inline-block;
    position: absolute;
    left: 550px;
    padding: 0px 15px 15px 15px;
    visibility: hidden;
}
.header .right-links .location-dropdown-box.visible,
.header .right-links .location-dropdown-box:hover,
.header .right-links .giftcard-dropdown-box.visible,
.header .right-links .giftcard-dropdown-box:hover,
.header .right-links .careers-dropdown-box.visible,
.header .right-links .careers-dropdown-box:hover {
    visibility: visible !important;
}
.header .right-links .dropdown-box h4 {
    font-family: 'Open Sans' !important;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: -1px;
    font-size: 14px;
    margin-top: 20px;
}
.header .nav .nav-links {
    list-style: none;
    margin-bottom: 0px;
}
.header .nav .nav-links li {
    display: inline-block;
    margin-right: 20px;
    margin-top: 5px;
    color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: -1px;
    padding-bottom: 10px;
}
.header .nav .nav-links li a {
    color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: -1px;
}
.header .nav .nav-links li.icon-link {
    margin-right: 6px;
}
.header .nav .nav-links li.icon-link .fa {
    color: #ffffff;
    font-size: 17px;
}
.header .nav .nav-links li.icon-link .fa:hover {
    color: #41B4E0;
    cursor: pointer;
}
.header .nav .nav-links .fa {
    color: #41B4E0;
    font-size: 15px;
}
.nav a:hover,
.mobile-header a:hover,
.mobile-header h4:hover {
    color: #41B4E0 !important;
    text-decoration: none;
}
.mobile-header {
    z-index: 5;
    background-color: #FFFFFF;
    position: absolute;
    right: 0px;
    left: 0px;
    top: 0px;
    padding: 60px 115px;
    display: none;
}
.mobile-header .fa {
	color:#41B4E0;
    font-size: 27px;
    vertical-align: middle;
    margin-right: 40px;
}
.mobile-header .link h4 {
	font-size: 35px;
    letter-spacing: 1px;
    margin-top: 20px;
    color: #3f4c58;
}
.mobile-header .link h4 .fa-left {
	margin-left: -12px;
}
.mobile-header .link h4 .fa-chevron-right {
	margin-left: 100px;
}
.mobile-header .fa.menu-back {
    bottom: 30px;
    position: absolute;
}
.mobile-header .menu-panes {
    display: flex;
    transition-property: margin;
    transition-duration: .5s;
    transition-timing-function: linear;
    width: 300vw;
}
.mobile-header .menu-panes.shifted {
    margin-left: -100vw;
}
.mobile-header .menu-pane {
    width: 100vw;
}
.mobile-header .menu-pane2,
.mobile-header .menu-pane3 {
    display: none;
}
.mobile-header .menu-pane.active {
    display: block;
}

@media (max-width: 767px) {
    .mobile-header {
        padding: 30px;
    }
    .mobile-header .menu-pane {
        padding: 10px;
    }
}

/* FOOTER */
footer {
    padding: 20px;
    text-align: left;
}
footer .location {
    flex: 1;
}
footer .image-wrapper {
    height: 150px;
    position: relative;
}
.new-footer {
    padding: 0px;
    text-align: center;
}
/* TODO: Remove above after going to new design for everything */

footer {
	background-color:#141f2f;
	color:#fff;
}
footer p {
	font-family: 'Open Sans', sans-serif;
}
footer .social-footer {
    padding: 45px 5px;
    max-width: 1100px;
    margin: auto;
    justify-content: space-around;
}
footer .social-footer img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    max-height: 130px;
}
footer .social-footer .fa {
    color: #ffffff;
    font-size: 20px;
    cursor: pointer;
    margin: 3px;
}
footer .social-footer .fa:hover {
    color: #41B4E0;
}
footer .copyright-footer {
    background-color: #091526;
    padding: 15px 3px;
}
footer .copyright-footer .footer-links {
    list-style: none;
    display: flex;
    max-width: 500px;
    margin: auto;
    justify-content: space-between;
    font-size: 18px;
    margin-bottom: 20px;
}
footer .copyright-footer .footer-links li {
    font-family: 'bebas_neuebold';
}
footer .copyright-footer .footer-links a {
    color: #ffffff;
}
footer .copyright-footer p {
    margin: 0px;
    font-weight: 700;
    font-size: 13px;
}

@media (max-width: 767px) {
    footer .social-footer {
        display: block !important;
    }
    footer .social-footer .location {
        margin-top: 25px;
    }
}


.social-nav li {
	display:inline-block;
}
.social-nav li a {
	height:24px;
	width:24px;
	background-repeat:no-repeat;
	background-position:bottom center;
	display: block;
}
.social-nav li a#yelp {
	background-image: url(img/yelp.png);
}
.social-nav li a#yelp:hover {
	background-image: url(img/yelp-hover.png);
}
.social-nav li a#ig {
	background-image: url(img/ig.png);
}
.social-nav li a#ig:hover {
	background-image: url(img/ig-hover.png);
}
.social-nav li a#fb {
	background-image: url(img/fb.png);
}
.social-nav li a#fb:hover {
	background-image: url(img/fb-hover.png);
}
.social-nav li a#tw {
	background-image: url(img/tw.png);
}
.social-nav li a#tw:hover {
	background-image: url(img/tw-hover.png);
}

/* LOCATION OVERLAY */

#location-overlay {
    position: absolute;
    z-index: 3;
    background-color: #293141;
    width: 100%;
    height: 100vh;
}

#location-overlay-close {
    position: absolute;
    right: -5px;
    top: -30px;
    font-size: 30px;
    color: #41B4E0;
    cursor: pointer;
}

#location-overlay .overlay-content {
    max-width: 285px;
    margin: auto;
    text-align: center;
    position: relative;
}

#location-overlay h4 {
    color: #ffffff;
    font-size: 28px;
}

#location-overlay .overlay-location {
    border: 2px solid #41B4E0;
    width: 285px;
    height: 135px;
    margin: 20px auto 0px;
    padding: 20px 20px 3px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
}

#location-overlay .overlay-location img {
    max-width: 200px;
    max-height: 85px;
    align-self: center;
}

#location-overlay .overlay-location h5 {
    color: #ffffff;
    font-size: 16px;
}

@media (min-width: 1025px) {
    #location-overlay .overlay-content {
        max-width: 1000px;
        width: 100%;
        display: flex;
    }
    #location-overlay .overlay-location-wrapper {
        display: flex;
        flex: 1;
    }
    #location-overlay .flex-row {
        display: flex;
    }
    #location-overlay .overlay-location {
        height: 250px;
        width: 250px;
        padding: 40px 20px 25px 20px;
        margin: 10px;
    }
    #location-overlay h4 {
        flex: 1;
        align-self: center;
        font-size: 97px;
        text-align: left;
    }
    #location-overlay .overlay-location h5 {
        margin-top: 30px;
    }
    #location-overlay .overlay-location img {
        max-height: 130px;
    }
}

/* HOME */
#home {
	color:#fff;
    position: relative;
}
#home .header-dots {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    z-index: 2;
}
#home .header-dots .dot {
    background-color: #bfbfbf;
    width: 15px;
    height: 15px;
    border-radius: 15px;
    margin: 15px;
}
#home .header-dots .dot.active {
    background-color: #41B4E0;
}
#home .home-section.full-image-section {
    background-size: cover;
    background-position: 50%;
    position: relative;
    height: 100vh;
    min-height: 400px;
}
#home .home-section.full-image-section .vertical-centerer {
    text-align: center;
    position: absolute;
    margin: auto;
    transform: translateY(-50%);
    top: 50%;
    left: 0px;
    right: 0px;  
}
#home .home-section.full-image-section .flex-row {
    margin: auto;
    justify-content: space-around;
    max-width: 500px; 
}
#home .home-section.full-image-section .flex-row .homepage-cta  {
    margin: 10px; 
}
#home .home-section.full-image-section h2 {
    font-size: 80px;
    font-weight: 700;
    padding: 5px;
    letter-spacing: 1px;
    max-width: 730px;
    margin: auto;
}
#home .home-section.full-image-section:first-child h2 {
    margin: 48px auto 0px auto;
}
#home .locations-section .location-header {
    height: 45px;
    display: block;
    margin: 80px auto 10px auto;
}
#home .locations-section .locations-row {
    text-align: center;
}
#home .locations-section .location {
    width: 370px;
    height: 312px;
    position: relative;
    display: inline-block;
    background-size: cover;
    background-position: 50%;
    color: #ffffff;
    text-align: center;
    margin: 12px;
}
#home .locations-section .location-text {
    position: absolute;
    top: 50%;
    left: 0px;
    right: 0px;
    transform: translateY(-50%);
    margin: auto;
}
#home .locations-section h3 {
    font-size: 40px;
}
#home .locations-section h4 {
    font-family: 'ITCBlair';
    font-size: 15px;
}
#home .content-section {
    max-width: 1000px;
    margin: 70px auto;
    color: #2A3140;
}
#home .content-section .flex-row > * {
    flex: 1;
}
#home .content-section .content-copy > * {
    display: block;
}
#home .content-section .content-header {
    max-height: 73px;
}
#home .content-section .content-text {
    padding-left: 75px;
}
#home .content-section .content-text h2 {
    font-size: 90px;
    margin-top: -10px;
}
#home .content-section .content-text p {
    font-family: 'Roboto Mono';
    font-weight: 300;
}
#home .content-section .content-text .homepage-cta {
    margin-top: 20px;
}
#home .content-section .section-image {
    padding: 25px 0px 0px 50px;
}
#home .content-section .section-image img {
    max-width: 100%;
}

@media (max-width: 767px) {
    #home .header-dots {
        right: -5px;
        margin-top: 48px;
    }
    #home .home-section.full-image-section h2 {
        font-size: 40px;
        padding: 0px 30px;
        margin-top: 48px;
    }
    .home-section.full-image-section:first-child h2 {
        top: 65% !important;
    }
    #home .locations-section .location {
        max-width: 90%;
    }
    #home .locations-section h2 {
        color: #2A3140;
        font-weight: 700;
        letter-spacing: -1px;
        text-align: center;
        font-size: 60px;
    }
    #home .content-section .content-section-container {
        display: block !important;
        padding: 0px 20px;
    }
    #home .content-section .section-image {
        padding: 0px;
        margin-top: 90px;
    }
}

ul#splash-nav {
	list-style-type:none;
	padding-left:0px;
	border-top:1px dashed #fff;
	margin-top:35px;
	margin-bottom:0;
}
ul#splash-nav li a {
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome */
	display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
	color:#fff;
	text-decoration:none;
	font-family: 'bebas_neuebold';
	font-size:50px;
	width:100%;
	border-bottom:1px dashed #fff;
	padding-top:28px;
	padding-bottom:28px;
	line-height:.8;
	justify-content: space-between;
}
ul#splash-nav li a:hover {
	color:#3399cc;
}
ul#splash-nav li a:hover > div > span{
	color:#fff;
}
ul#splash-nav li a > div.main-label {
	width: 40%;
	border-right:1px dashed #fff;
}
ul#splash-nav li a > div.main-label span {
	padding-top:5px;
}
ul#splash-nav li a > div.sub-label {
	width:53%;
}
ul#splash-nav li a > div > span {
	font-size:23px;
	vertical-align:top;
	text-align:left;
	display:block;
}
ul#splash-nav li a > div > span.note {
	font-size:14px;
	font-family: 'Montserrat', sans-serif;
	line-height:2;
}
ul#splash-nav li .home-content {
	padding-top:28px;
	padding-bottom:28px;
}

/* NAV */

.navbar {
    z-index: 999;
    height: 80px;
    margin-bottom: 0px;
    border:none;
}
.nav-wrapper {
	text-align: center;
}
.navbar-brand > img {
    height: 48px !important;
}
.nav-wrapper ul {
	display: inline-block;
	margin: 0;
	padding: 0;
	/* For IE, the outcast */
	zoom:1;
	*display: inline;
}
.nav-wrapper li {
	float: left;
}
.navbar-nav {
	float:none;
}
.nav-wrapper li a {
 	font-family: 'Montserrat', sans-serif;
	font-weight:bold;
	text-transform:uppercase;
	color: #241F33;
	padding-top: 30px;
	padding-bottom: 30px;
}
.nav-wrapper li a:hover,
.nav-wrapper li a:focus,
.nav-wrapper li.active a
 {
	 color:#3399cc;
	 background-color:transparent;
 }
 
 #cart-box {
    padding-top: 29px;
	padding-bottom: 29px;
	float:right;
}

#cart-box a {
    display: block;
    height: 22px;
    width: 22px;
    background-image: url(img/cart.png);
}
#cart-box a:hover {
    background-image: url(img/cart-hover.png);
}

/* MOBILE NAV */

.navbar-toggle .icon-bar {
	background-color:#3f4c58;
}
.navbar-toggle {
    margin-top: 22px;
}

/* LOCAITON PAGES */

.location-page .location-header {
    height: 700px;
}
.location-page .location-header img {
    max-width: 300px;
    max-height: 230px;
    margin-bottom: 30px;
    margin-top: 175px;
}
.location-page .location-header h1 {
    font-size: 110px;
    margin-top: 0px;
}
.location-page .location-header h3 {
    font-family: 'ITCBlair';
    font-size: 20px;
    font-weight: 700;
    letter-spacing: -1px;
    margin-top: -15px;
    margin-bottom: 30px;
}
.location-page .location-header .cta-button:first-child {
    margin-right: 20px;
}
.location-page .location-section {
    max-width: 900px;
    margin: 70px auto 0px auto;
    color: #2A3140;
    position: relative;
}
.location-page .location-section .floating-squiggle {
    height: 15px;
    position: absolute;
    top: 0px;
}
.location-page .location-section:nth-child(odd) .floating-squiggle {
    right: -150px;
}
.location-page .location-section:nth-child(even) .floating-squiggle {
    left: -150px;
}
.location-page .location-section:nth-child(even) .flex-row {
    flex-direction: row-reverse;
}
.location-page .location-section .flex-row > * {
    flex: 1;
}
.location-page .location-section .section-copy h2 {
    font-size: 90px;
    margin-bottom: 0px;
}
.location-page .location-section .section-copy h5 {
    font-size: 28px;
    margin-top: 15px;
}
.location-page .location-section .section-copy p {
    font-family: 'Roboto Mono';
    font-weight: 300;
}
.location-page .location-section .section-copy .cta-button {
    margin-top: 20px;
}
.location-page .location-section:nth-child(odd) .section-image {
    padding: 25px 50px 0px 0px;
}
.location-page .location-section:nth-child(even) .section-image {
    padding: 25px 0px 0px 50px;
}
.location-page .location-section .section-image img {
    max-width: 100%;
}
.location-page .ig-feed {
    max-width: 1100px;
    margin: auto;
}
.location-page .menu,
.location-page .ig-feed p {
    font-family: 'Roboto Mono';
    font-weight: 700;
    text-align: center;
    margin-top: 50px;
}

@media (max-width: 767px) {
    .location-page .location-header h1 {
        font-size: 75px;
    }
    .location-page .location-header h3 {
        font-size: 17px;
    }
    .location-page .location-header .cta-button:first-child {
        margin-right: 0px;
        margin-bottom: 25px;
    }
    .location-page .location-section .floating-squiggle {
        position: relative;
        margin-top: 15px;
        margin-bottom: -10px;
        left: -150px;
    }
    .location-page .location-section .flex-row {
        display: block !important;
        padding: 0px 20px;
    }
    .location-page .location-section .section-copy h2 {
        font-size: 65px;
    }
    .location-page .location-section .section-copy h5 {
        font-size: 22px;
    }
    .location-page .location-section .section-copy p {
        font-size: 13px;
    }
    .location-page .location-section .section-image {
        padding: 0px !important;
    }
}

.jumbotron {
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
	text-align:center;
	color:#fff;
	margin: 0px;
}
.jumbotron {
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
	text-align:center;
	color:#fff;
	margin: 0px;
}
.page-header {
    position: relative;
    height: 220px;
}
.page-header h1 {
	padding-bottom:5px;
	border-bottom:1px dashed #fff;
	text-transform:uppercase;
	width: 260px;
	margin-left: auto;
	margin-right: auto;
	font-size: 48px;
}
.page-header h3 {
	margin-top:15px;
}
.page-header .overlay {
	position: absolute;
	background-color: rgba(0,0,0,.5);
	width: 100%;
	height: 100%;
	top: 0;
	left:0;
	padding-top: 48px;
	padding-right: 0px;
	padding-bottom: 48px;
	padding-left: 0px;
}
.location-info {
	padding-top:50px;
	padding-bottom:40px;
}
.location-info p {
	font-family: 'Open Sans', sans-serif;
	color:#3f4c58;
}
.page-break {
	height:424px;
}


/* MENUS */

.menu-box > p {
	text-align:center;
	font-family: 'Open Sans', sans-serif;
}

.menu {
	/* background-color:#EFF7FB; */
	padding-top:70px;
	padding-bottom:70px;
}

.menu h2 {
	font-family: 'bebas_neuebold';
	font-size:32px;
	color:#241F33;
	text-align:center;
	margin-bottom:20px;
}

.menu .menu-box {
    overflow: hidden;
	
}

.chuck #top-menu > div,
.chuck #bottom-menu > div,
.chuck #private-events > div,
.chuck #restaurant-week > div{
	margin-top:40px;
}

.chuck .menu-box h3 {
	font-family: 'bebas_neuebold';
	text-align: left;
    font-size: 32px;
	color: #241F33;
    height:49px;
	box-sizing: border-box;
    margin-bottom: 0px;
	padding-left: 30px;
	border-bottom: 1px dotted black;
	border-right: 1px solid black;
	line-height: 1.5;
	float: left;
	width: 80%;
	display: block;
}
.ack .menu-box h3 {
	color:#3399CC;
	text-align: center;
    font-size: 46px;
    font-family: 'bebas_neuebold';
    margin-top: 40px;
    margin-bottom: 20px;

}
.chuck .menu-box h3::before {
    float: left;
    position:relative; /*or absolute*/
	z-index:9000; /*a number that's more than the modal box*/
	background-image: url(img/header-left.png);
    background-size: 5px 49px;
    display: inline-block;
    width: 5px;
	height: 49px;
	content: "";
	left: -14px;
}




/* NEW */

.blue-info-box {
	border: 2px solid #3399cc;
	padding: 30px;
	margin-bottom:15px;
}

.blue-info-box h4 {
	margin-bottom:0;
	color:#3399cc;
}

.blue-info-box p strong {
	font-family: 'Open Sans', sans-serif;
}

.chuck .menu-box h5,
.chuck .menu-box h6,
.chuck .menu-box h3 {
	margin:0px;
}

.menu-wrapper {
	background-color:#e5f3f9;
	padding:30px;
    margin-top: 40px;
}
.menu-wrapper-inner {
	background-color:#ffffff;
	padding: 40px 75px;
    max-width: 700px;
    margin: auto;
}
.menu-wrapper .floating-squiggle {
    max-width: 100%;
    object-fit: cover;
    margin-bottom: 40px;
}
.menu-buttons {
    justify-content: space-around;
    margin: 0px -5px;
}
.menu-buttons .menu-button {
    font-family: 'bebas_neuebold';
    color: #3399cc;
    border: 2px #3399cc solid;
    text-align: center;
    min-width: 125px;
    display: block;
    font-size: 24px;
    cursor: pointer;
    flex: 1;
    margin: 0 5px;
}
.menu-buttons .menu-button:hover {
    opacity: .8;
}
.menu-buttons .menu-button.active {
    color: #ffffff;
    background-color: #3399cc;
}
.menu-wrapper .disclaimer {
    text-align: left;
    color: #F81F07;
    font-weight: 100;
    font-size: 12px;
    padding: 15px 0px;
    border-bottom: 2px solid #000000;
}
.menu-wrapper .disclaimer {
    text-align: left;
    color: #F81F07;
    font-weight: 100;
    font-size: 12px;
    padding: 15px 0px;
    border-bottom: 2px solid #000000;
}
.menu-content {
    display: none;
}
.menu-content.active {
    display: block;
}
.menu-section {
    border-bottom: 2px solid #000000;
    padding: 15px 0px;
}
.menu-section .menu-section-name {
    font-family: 'bebas_neuebold';
    color: #3399cc;
    position: relative;
    font-size: 32px;
    text-align: left;
    cursor: pointer;
}
.menu-section .arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 5px;
    cursor: pointer;
}
.menu-section .down-arrow {
    display: block;
}
.menu-section .up-arrow {
    display: none;
}
.menu-section.active .down-arrow {
    display: none;
}
.menu-section.active .up-arrow {
    display: block;
}
.menu-section .menu-items {
    display: none;
}
.menu-section.active .menu-items {
    display: block;
}
.menu-item {
    margin: 15px 0px;
}
.menu-item .item-name-price {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    font-weight: 100;
    text-align: left;
}
.menu-item .item-name {
    text-transform: uppercase;
}
.menu-item .item-description {
    font-size: 14px;
    font-weight: 100;
    text-align: left;
}

.chuck .menu-box h5 {
    float: left;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    color: #26303F;
    display: block;
    font-weight: 400;
    padding-left: 30px;
    width: 80%;
    border-bottom: 1px dotted black;
    line-height: 40px;
    box-sizing: border-box;
	border-right: 1px solid black;
	height:41px;
	text-align: left;
}
.chuck .menu-box h5 strong {
	font-weight:300;
	font-size:10px;
	letter-spacing: -1px;
	padding-left: 2px;
}
.ack .menu-box h5 {
	float:left;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    color: #26303F;
    display:inline-block;
	font-weight:400;
	margin-left:10px;
	
}
.chuck .menu-box h5.blue-callout {
	height:auto;
	border-bottom:none;
}
.chuck .menu-box h5.blue-callout span {
	max-width: 284px;
	display: block;
	line-height: 1.5;
	margin-top: 10px;
	border: 2px solid #3399cc;
	padding: 10px 15px;
	color:#3399cc;
	text-transform:uppercase;
}
.chuck .menu-box #drinks h5 {
    
	height:27px;
}

.chuck .menu-box h6 {
    float: right;
    text-align: left;
    font-size: 10px;
    font-family: 'Open Sans', sans-serif;
    color: #26303F;
    display: block;
    font-weight: 400;
    padding-left: 10px;
    position: relative;
    width: 20%;
    border-bottom: 1px dotted black;
    box-sizing: border-box;
	line-height: 40px;
}
.ack .menu-box h6 {
	float:right;
	text-align: right;
    font-size: 10px;
    font-family: 'Open Sans', sans-serif;
    color: #26303F;
	display:inline-block;
	font-weight:400;
	padding-right:10px;
	position:relative;
	background:#fff;
}

.chuck .menu-box .column-box h6:first-of-type {
    height:49px;
} 

.chuck .menu-box p {
    margin-bottom: 0px;
    line-height: 0px;
}
.ack .menu-box p {
	margin-bottom:20px;
}

#mkt .menu-box h6 {
	background-color:#ffffff;
}

.chuck .menu-box h5::before {
    float: left;
    position:relative; /*or absolute*/
	z-index:9000; /*a number that's more than the modal box*/
	background-image: url(img/item-left.png);
    background-size: 5px 41px;
    display: inline-block;
    width: 5px;
	height: 41px;
	content: "";
	left: -14px;
}
.ack .menu-box h5::before {
    float: right;
    width: 0px;
    white-space: nowrap;
	font-size:9px;
    content:".................................................................................................................................................................................."
}

/* TAB BUTTONS */
.media-tabs {
    padding-left: 0px;
}
.media-tabs li {
    display: inline-block;
    margin-right: 10px;
}
.menu-btn {
	border:2px solid #46a9d7;
	border-radius:0px;
	font-size:18px;
	font-family: 'bebas_neuebold';
	background-color:#fff;
	margin-bottom: 10px;
}
.media-tabs li.active a,
.media-tabs li a:hover,
.media-tabs li a:focus,
.menu-btn:hover,
.menu-btn:focus {
	background-color:#46a9d7;
	color:#fff;
	outline:0;
}

/* END MENUS */

/* GALLERY */

.modula .items .item .figc {
	display:none;
}

.lightbox {
	margin-top: -30px;
}

/* PRESS */

.press-item {
	margin-bottom: 40px;
	min-height: 250px;
}
.press-item .blue-info-box {
	padding:15px;
}
.press-item .blue-info-box img {
	margin-top:15px;
	margin-bottom:15px;
}
.press-item p {
	font-family: 'Open Sans', sans-serif;
}
.press-item a {
	font-family: 'Open Sans', sans-serif;
	text-decoration:none;
	color:#46a9d7;
}
.press-item a:hover { 
	color:#3f4c58;
}
.press-item h2 {
	text-align:center;
	text-transform:uppercase;
}
#posts {
	padding-top:65px;
	padding-bottom:80px;
}

/*GENERIC CONTENT*/

.content h1 {
	font-size:60px;
}
.section-padding {
	padding-top:50px;
	padding-bottom:50px;
}
.content p {
	line-height:1.6;
}
.content li {
	margin-bottom:10px;
}
.content ul,
.content ol {
	margin-bottom:20px;
}

/* CAREERS */

.careers-wrapper {
	padding-top:50px;
}
.careers-wrapper .opening {
  background-color: #fff;
  margin-bottom: 20px;
  position: relative;
border:1px solid #023a50;
}

.careers-wrapper .opening > a {
  display: block;
  padding: 40px 30px;
  font-size: 20px;
  color: #23527c;
}
.careers-wrapper .opening > a h2 {
  margin:0;
}

.careers-wrapper .opening > a h2 span {
  font-size:14px;
	color:#3f4c58;
	font-family: 'Montserrat', sans-serif;
	font-weight:bold;
	float: right;
padding-top: 6px;
padding-right: 30px;
}


.careers-wrapper .opening > a:hover, .careers-wrapper .opening > a:focus {
  text-decoration: none;
}
.careers-wrapper .opening > a.collapsed {
  color:#023a50;
}
.careers-wrapper .opening > a.collapsed:hover {
  color: #23527c;
}
.careers-wrapper .opening .collapsed::after {
  content: "\f078";
  font-family: FontAwesome;
  right: 30px;
  position: absolute;
  top: 40px;
  font-size: 16px;
}
.careers-wrapper .opening > a::after {
  content: "\f077";
  font-family: FontAwesome;
  right: 30px;
  position: absolute;
  top: 40px;
  font-size: 16px;
}
.careers-wrapper .opening .text {
  padding: 0 30px 30px 30px;
}
.careers-wrapper .opening .text p a {
  color:#3499cc;
}

/* APPLY */
label {
	display:block;
	margin-bottom:25px;
}
label.no-margin {
	margin-bottom:0;
}
input[type="date"], input[type="time"], input[type="datetime-local"], input[type="month"] {

    line-height: inherit;

}
span.wpcf7-list-item {
	margin:0 !important;
	display:block !important;
}
.box-group {
	margin-bottom:25px;
}

/* Contact Form */

.btn-white {
	color:#fff;
	border:2px solid #fff;
	background-color:transparent;
	border-radius:0;
	font-size: 18px;
	font-family: 'bebas_neuebold';
}
.btn-white:hover,
.btn-white:focus {
	color:#241F33;
	background-color:#fff;
}
.btn-contact {
	color:#241F33;
	border:2px solid #241F33;
	background-color:transparent;
	border-radius:0;
	font-size: 18px;
	font-family: 'bebas_neuebold';
}
.btn-contact:hover,
.btn-contact:focus {
	color:#fff;
	background-color:#241F33;
}
.btn-close {
	position: absolute;
	top: 10px;
	right: 10px;
	background-color: transparent;
	font-weight: bold;
}
#nf-form-2-cont h3 {
	margin-top:0;
}

/* THEME */
.entry-content img {
	margin: 0 0 1.5em 0;
	}
.alignleft, img.alignleft {
	margin-right: 1.5em;
	display: inline;
	float: left;
	}
.alignright, img.alignright {
	margin-left: 1.5em;
	display: inline;
	float: right;
	}
.aligncenter, img.aligncenter {
	margin-right: auto;
	margin-left: auto;
	display: block;
	clear: both;
	}
.alignnone, img.alignnone {
	/* not sure about this one */
	}
.wp-caption {
	margin-bottom: 1.5em;
	text-align: center;
	padding-top: 5px;
	}
.wp-caption img {
	border: 0 none;
	padding: 0;
	margin: 0;
	}
.wp-caption p.wp-caption-text {
	line-height: 1.5;
	font-size: 10px;
	margin: 0;
	}
.wp-smiley {
	margin: 0 !important;
	max-height: 1em;
	}
blockquote.left {
	margin-right: 20px;
	text-align: right;
	margin-left: 0;
	width: 33%;
	float: left;
	}
blockquote.right {
	margin-left: 20px;
	text-align: left;
	margin-right: 0;
	width: 33%;
	float: right;
	}

/*Wordpress editor styles end*/
@media screen and (min-width: 992px) {
.menu-wrapper .page-body {
	width: 850px;
}
}
@media screen and (min-width: 1200px) {
.menu-wrapper .page-body {
	width: 1050px;
}
}


@media screen and (max-width: 1199px) {

	.invisible-small {
		display:none;
	}
	
	.no-border-small {
		border:none !important;
	}
	
	.no-margin-small {
		margin:0px !important;
	}
	.ack .container {
		max-width:400px;
	}
	.chuck .menu-box h5 {
		line-height: 1;
		display: flex;
		align-items: center;
	}
	#home .ver-div {
		position: relative;
		top: 0 !important;
		left: 0;
		right: 0;
		transform: none;
		-webkit-transform: none;
		height: auto;
		padding-top:30px;
		padding-bottom:30px;
	}
}

@media screen and (max-width: 1024px) {

.menu-dots {
	display:none;
}

.md-only {
	display:block;
}



}

@media screen and (max-width: 1018px) {

.chuck .menu-box h5.blue-callout {
    padding-right: 10px;
}
}

@media screen and (max-width: 991px) {
	.social-nav {
		float:none !important;
		padding-left:0px;
	}
	.nav-wrapper li a {
    padding-left: 10px;
    padding-right: 10px;
	}
	
}

@media screen and (max-width: 886px) {

.small-menu-wrapper {
	display:none !important;
}
.menu-wrapper .floating-squiggle {
    height: 35px;
    margin-bottom: 10px;
}
.menu-buttons .menu-buttons {
    display: block;
    margin: 0px;
}
.menu-buttons .menu-button {
    width: 100%;
    max-width: 300px;
    margin: 10px auto;
}
.menu-wrapper {
    padding: 30px 0px;
}
.menu-wrapper-inner {
	padding: 15px;
}

}

@media screen and (max-width: 840px) {
	
.menu-dots {
	display:inline;
}

.md-only {
	display:none;
}

.menu-box {
	height:auto !important;

}	
}
@media screen and (max-width: 767px) {

.nav-wrapper {
	position: relative;
	z-index: 999;
	background-color: #fff;
}

.navbar-collapse {
    padding-right: 0px;
    padding-left: 0px;
}

.nav-wrapper li {
    float: none;
}
.nav-wrapper ul {
    display: block;
	
}
.nav-wrapper li a {
    padding-top: 15px;
    padding-bottom: 15px;
}
#cart-box-mobile a {
	display:block;
	padding-top: 15px;
    padding-bottom: 15px;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	color: #241F33;
	line-height: 20px;
}
#cart-box-mobile a:hover {
color: #3399cc;
background-color: transparent;
text-decoration:none;
}
.blue-info-box {
	padding: 10px 15px;
}
#home .ver-div > div {
	max-width: 500px;
	width:auto;
}
}

@media screen and (max-width: 525px) {
	ul#splash-nav li a {
		text-align:center;
		display:block;
	}
	ul#splash-nav li a > div.main-label {
		margin-bottom:20px;
		border-right:none;
		width:100%;
	}
	
	
	ul#splash-nav li a > div.sub-label {
		width:100%;
	}
	ul#splash-nav li a > div {
		float: none;
		width: 100%;
		position: relative;
		
	}
	ul#splash-nav li a > div > span {
		text-align:center;
		vertical-align: bottom;
	}
	ul#splash-nav li a > div > span.note {
		position: relative;
		top:0;
		display: block;
		margin-top: 6px;
	}
	

}



@media screen and (max-width: 380px) {
.chuck .menu-box h6 {
    padding-left: 2px;
}
}

.shop-bg {
    display: block !important;
}

.shop-bg h4 {
    display: none;
}

.shop-bg h1 {
    margin-top: 80px;
}

.gallery-wrapper {
    margin-top: 20px;
}