/*!
Theme Name: smoque
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: smoque
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

smoque is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibilityƒ
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;

}

body {
	margin: 0;
	padding-top: 125px;
	font-family: adobe-caslon-pro, serif;
	font-style: normal;
	font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: .2px;

}

body.admin-bar
{
	padding-top: 123px;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
	text-decoration: none;
	position: relative;
	color: #92191C;
	-webkit-transition: color 0.3s ease-in-out 0s;
  	transition: color 0.3s ease-in-out 0s;
}

a:active,
a:hover {
	outline: 0;
	color: #000;
}

/* #primary-menu > li > a:before { */

#page a
{
	/*-webkit-transform: scaleX(0) translate3d(0,0,0);
  	transform: scaleX(0) translate3d(0,0,0);*/
}

a .fa-angle-right,
a .ti-arrow-right
{
	transform: translate3d(0, 0, 0);
	-webkit-transition: all 0.3s ease-in-out 0s;
  	transition: all 0.3s ease-in-out 0s;
  	font-size: 12px;
  	top: 3px;
  	position: relative;
  	margin-left: 4px;
  	margin-right: 0px;
}


a:hover .fa-angle-right,
a:hover .ti-arrow-right
{
	transform: translate3d(2px, 0, 0);
}


#page a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 4px;
  left: 0;
  background-color: #000;
  visibility: hidden;
  -webkit-transform: scaleX(0) translate3d(0,0,0);
  transform: scaleX(0) translate3d(0,0,0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;

	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;
}

/* #primary-menu > li > a:hover:before { */

#page a:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1) translate3d(0,0,0);
  transform: scaleX(1) translate3d(0,0,0);
}

nav .smoke
{
	display: none;
}


abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 28px;
	letter-spacing: 1px;
	text-transform: uppercase;
	line-height: 36px;
	text-align: center;
	font-family: alternate-gothic-no-2-d, sans-serif;
	font-style: normal;
	font-weight: 400;
	color: #242424;
	margin: 0.67em 0;
}

.sm-locations .wp-block-columns
{
	gap: 0px;
	margin-bottom: 1px;
}

.sm-locations .wp-block-columns .wp-block-column
{
	margin-bottom: 25px;
}

.sm-locations .wp-block-columns h2
{
	margin-bottom: 23px;
}

body.page-id-5 h1, body.page-id-11 h1, body.page-id-9 h1, body.page-id-7 h1, body.page-id-1479 h1,
h1.extra-margin
{
	margin-bottom: 2em;
}


h2
{
	color: #242424;
	font-family: alternate-gothic-no-2-d, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 28px;
	letter-spacing: 1px;
	line-height: 36px;
	text-transform: uppercase;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding-bottom: 1em;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #000;
	font-family: adobe-caslon-pro, serif;
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: .2px;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 0em 0 16px 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 46px 0 46px;
	width: 100%;
}

.tablepress tfoot th, .tablepress thead th
{
	background-color: transparent !important;
	font-weight: 400 !important;
	vertical-align: top !important;
}

.tablepress thead th
{
	border-bottom: 0px !important;
}

.tablepress td, .tablepress th
{
	padding: 0px 0px 1em 0px !important;
}

.tablepress tbody td, .tablepress tfoot th
{
	border-top: 0px !important;
}

th
{
	font-family: alternate-gothic-no-2-d, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	color: #242424;
	line-height: 26px;
	letter-spacing: .7px;
	text-align: left;
	text-transform: uppercase;

}

th.option-type, tr th:nth-child(2), tr th:nth-child(3)
{
	/*font-size: 16px !important;
	line-height: 19px !important;
	letter-spacing: 1px !important;*/
	width: 27.5% !important;
}

td
{
	font-size: 16px;
	line-height: 22px;
	padding-bottom: 1em;
}

td span.note
{
	font-size: 13px;
	/**/
}

td span.subtext
{
	text-transform: uppercase;
	font-family: alternate-gothic-no-2-d, sans-serif;
	font-size: 20px;
}

th, td
{
	width: 27.5%;
}

th.column-1, td.column-1
{
	width: 45%;
}

td strong
{
	font-family: alternate-gothic-no-2-d, sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 19px ;
	letter-spacing: 1px ;
	text-transform: uppercase;
	font-size: 20px;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
/*a {
	color: royalblue;
}

a:visited {
	color: purple;
}

a:hover, a:focus, a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
}*/

.main-navigation .menu-menu-1-container
{
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	display: none;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	word-wrap: normal !important;
	/* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

.img-holder
{
	display: block;
	position: relative;
}

.img-holder img
{
	width: 100%;
	display: block;
}

/* Site header */

.logo-holder
{
	width: 146px;
	margin: 0px auto;
}

#page a.no-underline::before
{
	display: none;
}

.mobile-logo
{
	display: none;
}

#masthead
{
	position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 125px;
    background-color: #FFF;
    z-index: 100;

    -webkit-transition: height .5s ease;
	-moz-transition: height .5s ease;
	transition: height .5s ease;
}

body.admin-bar #masthead
{
	top: 32px;
}

#masthead.mini
{
	height: 87px;

}


#masthead nav
{
	font-family: alternate-gothic-no-2-d, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	letter-spacing: 1px;
	line-height: 19px;
	color: #000000;

	position: relative;
	top: 0%;
	/*transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	*/
}

/*#masthead.mini nav
{
	position: relative;
	top: 0%;
	transform: translateY(0%);
	-webkit-transform: translateY(0%);
}*/

#masthead nav a
{
	color: #000000;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;

	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);

}

#masthead nav a:hover
{
	color: #92191C;
}

#page #masthead nav a:before
{
	bottom: 1px;
}

#masthead nav ul
{
	list-style: none;
	padding: 0px;
	margin: 0px;
	text-align: center;
	text-transform: uppercase;
}

.menu-left-side-menu-container
{
	position: absolute;
	right: 100%;
	width: 500px;
	top: 50%;
	transform: translate3d(-44px, -50%, 0);
	-webkit-transform: translate3d(-44px, -50%, 0);
}

.menu-right-side-menu-container
{
	position: absolute;
	left: 100%;
	width: 500px;
	top: 50%;
	transform: translate3d(44px, -50%, 0);
	-webkit-transform: translate3d(44px, -50%, 0);
}

#masthead nav .menu-left-side-menu-container ul
{
	text-align: right;
}

#masthead nav .menu-right-side-menu-container ul
{
	text-align: left;
}




#masthead nav ul li
{
	display: inline-block;
	margin: 0px 22px;
	position: relative;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;
	border-top: 1px solid white;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

#masthead nav .menu-right-side-menu-container ul li
{
	margin: 0px 27px;
}

#masthead nav ul li:hover
{
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

#masthead nav ul li:first-child
{
	margin-left: 0px;
}

#masthead nav ul li:last-child
{
	margin-right: 0px;
}


#masthead nav ul li.site-logo a:before
{
	width: 0%;
}


#masthead nav ul li img
{
	width: 146px;
	margin: 0px;
	padding: 0px;
}

/*#masthead nav ul li:last-child
{
	margin-right: 0px;
}*/


#masthead nav ul.sub-menu
{
	position: absolute;
	top: 20px;
	left: -8px;
	background-color: #FFF;
	text-align: left;
	width: 180px;
	padding-left: 5px;
	max-height: 0;
	opacity: 0;
	overflow: hidden;
	z-index: 50;

	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;

}

#masthead nav ul.sub-menu.visible
{
	max-height: 600px;
	opacity: 1;
}


#masthead nav ul.sub-menu li
{
	display: block;
	background-color: transparent;
	/*border-style: solid;
			border-width: 1px 1px 0px 1px;
			border-color: rgba(68, 68, 68, 0.1);*/
	font-size: 14px;
	width: 100%;
	padding: 0px;
	/*box-shadow: inset 0 -1px 0 0 rgba(241,241,241,0.5);*/
	margin: 0px 0px;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	transition: all .25s ease;

	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;

	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);

}

#masthead nav ul.sub-menu li a
{
    background-color: #FFF;
    padding: .4em 0em .4em 0px;
    margin: .2em;
    display: inline-block;
    -webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

#masthead nav ul.sub-menu li a span, #masthead nav ul.sub-menu li a span:hover
{
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

#masthead nav li.menu-item-has-children:hover > a:before
{
	visibility: visible;
	-webkit-transform: scaleX(1) translate3d(0,0,0);
 	 transform: scaleX(1) translate3d(0,0,0);
}

#masthead nav li.menu-item-has-children:hover > a
{
	color: #92191C;
}

#masthead nav ul.sub-menu li:hover a
{
	/*color: #000;*/
}

#page #masthead nav ul.sub-menu li a:before
{
	/*-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;

	-webkit-transform: scaleX(0) translate3d(0,0,0);
	transform: scaleX(0) translate3d(0,0,0);*/
}

#page #masthead nav ul.sub-menu li a:hover:before
{
	visibility: visible;
	-webkit-transform: scaleX(1) translate3d(0,0,0);
 	 transform: scaleX(1) translate3d(0,0,0);
}

#masthead nav ul.sub-menu li:last-child
{
	border-width: 0px;
}

.content-area
{
	margin-bottom: 200px;
}

.content-area article.hentry
{
	margin-top: 50px;
}


span.menu-image-title
{
	position: relative;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.menu-image-title-before.menu-image-not-hovered img, .menu-image-hovered.menu-image-title-before .menu-image-hover-wrapper, .menu-image-title-after.menu-image-title
{
	padding-left: 0px;
}



#page #masthead nav ul.sub-menu li a:before
{
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	bottom: 7px;
	left: 0;
	background-color: #000;
	visibility: hidden;
	-webkit-transform: scaleX(0) translate3d(0,0,0);
	transform: scaleX(0) translate3d(0,0,0);
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

#page #masthead nav ul.sub-menu li a:hover:before
{
	visibility: visible;
	-webkit-transform: scaleX(1) translate3d(0,0,0);
 	 transform: scaleX(1) translate3d(0,0,0);
}


/* Footer */

footer.site-footer
{
	background-color: #000000;
	background-image: url('/wp-content/themes/smoque/images/Smoque-logo-bw@1x.svg');
	background-size: 550px auto;
	background-position: top left;
	background-repeat: no-repeat;
	min-height: 500px;
	color: #FFF;
	padding-bottom: 100px;
}

footer.site-footer a
{
	color: #FFF;
}

footer.site-footer a:hover
{
	color: #FFF;
}

#page footer.site-footer a:before
{
	background-color: #FFF;
	bottom: 3px;
}

footer.site-footer .inner
{
	margin-left: 35%;
	margin-top: 80px;
}

footer.site-footer .inner .column
{
	width: 30%;
	float: left;
	font-size: 12px;
	line-height: 18px;
	letter-spacing: .2px;
}

.site-footer .inner .column:last-child
{
	margin-top: 20px;
}

.site-footer h2
{
	color: #FFF;
	font-family: alternate-gothic-no-2-d, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 26px;
	text-transform: uppercase;
}

ul.social
{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

ul.social li
{
	/*width: 17px;
	height: 17px;*/
	margin-right: 30px;
	display: inline-block;
	vertical-align: top;
	font-size: 24px;
}

ul.social li a
{
	color: #FFF;
}

ul.social li a:hover
{
	color: #92191C;
}

#page ul.social li a:hover:before
{
	-webkit-transform: scaleX(0) translate3d(0,0,0);
  	transform: scaleX(0) translate3d(0,0,0);
}

ul.social li:last-child
{
	margin-right: 0px;
}

.ti_icon
{
	margin-right: 0px !important;
}

/* */

.site-content
{

	margin: 0px auto;
}

body.home .site-content
{
	max-width: none;
}

.entry-content, .smoque-menu
{
	max-width: 700px;
	margin: 0px auto;
}

.smoque-menu
{
	width: 90%;
	max-width: 850px;

}

.smoque-menu h2
{
	margin: 65px 0px 35px 0px;
}

.smoque-menu h2:first-child
{
	margin: 75px 0px 35px 0px;
}

.smoque-menu table
{
	margin: 36px 0 46px;
}


.tablepress .column-1
{
	width: 44% !important;
}

.sm-specials.tablepress .column-1
{
	width: 35% !important;
}

.tablepress .column-2
{
	width: 35% !important;
}

.sm-service-items.tablepress .column-2
{
	padding-right: 20px !important;
	
}

.sm-specials.tablepress .column-2
{
	width: 65% !important;
	padding-left: 12% !important;
}

.tablepress .column-3
 {
 	width: 15% !important;
 }


/* Home Page */

body.home .content-area
{

	/*max-width: 1400px;*/
	padding: 1.1%;
	margin: 0px auto;
	box-sizing: border-box ;

}


.home-hero
{
	position: relative;
	width: 100%;
	height: 570px;
	background-size: cover;
	background-position: center center;
	margin-bottom: 1.1%;
	background-repeat: no-repeat;
	background-attachment: fixed;
	opacity: 0;
}

.order-delivery
{
	position: absolute;
	top: 20px;
	right: 0px;
	width: 200px;
	background-image: url('/wp-content/uploads/2019/06/smoquebbq-delivery-black-1.png');
	background-repeat: no-repeat;
	background-size: 100% auto;
}

.delivery-pickup
{
	position: fixed;
	top: 240px;
	right: 0px;
	width: 200px;
	background-color: #a9131B;
	display: flex;
	z-index: 10;
	font-family: alternate-gothic-no-2-d, sans-serif;
}

.delivery-pickup.new
{
	/*background-image: url('/wp-content/themes/smoque/images/arrow.svg');
	background-repeat: no-repeat;
	background-size: 17px 17px;
	background-position: left 5px bottom 5px;*/
	padding: 30px 20px;
	font-size: 24px;
	line-height: 1em;
	text-align: center;
	letter-spacing: 1px;
	border-width: 1px 0px 1px 1px;
	border-style: solid;
	border-color: #000;
	transition: background-color .2s linear;
	top: 230px;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}


#page .delivery-pickup a:hover:before
{
	transform: scaleX(0) translate3d(0,0,0);
}

.delivery-pickup div
{
	width: 50%;
	flex-basis: 50%;
	transition: background-color .2s linear;
}

.delivery-pickup.new div
{
	width: 100%;
	flex-basis: 100%;
	/**/
}

.delivery-pickup.new div.arrow
{
	width: 35px;
	height: 35px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	transform: translate(0px, 0px);
	transition: transform .2s ease-out;

}

.delivery-pickup.new div.arrow img
{
	width:100%;
}

.delivery-pickup.new:hover div.arrow
{
	transform: translate(3px, -3px);
}


.delivery-pickup.new:hover
{
	background-color: #595555;
}

.delivery-pickup.new a
{
	color: #FFF;
}

.delivery-pickup div img
{
	display: block;
}

.delivery-pickup div.deliver-order
{
	background-color: #2D2D2D;
}

.delivery-pickup div:hover
{
	background-color: #595555;
}

.delivery-pickup.new div:hover
{
	background-color: transparent;
}

.order-delivery img
{
	opacity: 1;
	transition: opacity .2s ease-in;
}

.order-delivery:hover img
{
	opacity: 0;
}

.mobile-delivery,
.mobile-delivery-pickup
{
	display: none;
}

#page .order-delivery a:hover:before
{
	visibility: none;
	-webkit-transform: scaleX(0) translate3d(0,0,0);
	transform: scaleX(0) translate3d(0,0,0);
}

.home-hero.visible
{
	opacity: 1;
}

.home-hero .text
{
	color: #FFF;
	font-size: 18px;
	font-style: italic;

	line-height: 44px;

	position: absolute;
	top: 50%;
	left: 10%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	width: 40%;

}

.home-hero blockquote
{
	font-size: 31px;
	line-height: 44px;
	margin: 0px;
}

.home-hero blockquote p
{
	margin-bottom: 27px;
}

.home-hero .text > p
{
	line-height: 27px;
}


.home-menus .gallery-item
{
	position: relative;
	margin-right: 1.1%;
	max-width: 32.6%;
	background-color: #000;
	-webkit-transform:translate3d(0,0,0);
	transform:translate3d(0,0,0);
}

.home-menus .gallery-item .gallery-icon a::before
{
	display: none;
}

.home-menus .gallery-item:last-child
{
	margin-right: 0%;
}

.home-menus .gallery-item img
{
	opacity: 1;
	-webkit-transform:translate3d(0,0,0);
	-webkit-transition: all 0.15s ease-in-out 0s;
 	 transition: all 0.15s ease-in-out 0s;
 	 display: block;
}

.home-menus .gallery-item:hover img
{
	opacity: .5;
}



#page .home-menus .gallery-item:hover a:before
{
	visibility: visible;
	-webkit-transform: scaleX(1) translate3d(0,0,0);
	transform: scaleX(1) translate3d(0,0,0);
	background-color: #FFF;
}



.home-menus .gallery-item .gallery-caption
{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-transform: uppercase;
	color: #FFF;
	font-family: alternate-gothic-no-2-d, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 28px;
	letter-spacing: 1px;
	display: inline-block;

}

.home-menus .gallery-item .gallery-caption a
{
	color: #FFF;
}

.home-menus .gallery-item .gallery-caption a::before
{

}

.home-menus a:before {
  background-color: #FFF;
}


.announcement
{
	background-color: #CF991C;
	color: #FFF;
	font-family: alternate-gothic-no-2-d, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	text-align: center;
	text-transform: uppercase;
	padding: 0px 0px;
	position: relative;
	height: auto; /* 50px */
	max-height: 100px;
	overflow: hidden;
	opacity: 1;
	-webkit-transition: all .25s ease-out;
	transition: all .25s ease-out;
	letter-spacing: .56px;
}

.announcement.hidden
{
	max-height: 0px;
	opacity: 0;
}

.announcement .inner
{
	width: 95%;
	max-width: 1024px;
	position: relative;
	margin: 0px auto;
	/*top: 50%;
	transform: translateY(-50%);*/
}

.announcement .textwidget
{
	margin: 10px auto;
	width: 90%;
}

.announcement .close
{
	width: 26px;
	position: absolute;
	right: 0%;
	cursor: pointer;
}

.announcement p
{
	margin: 0px;
}

.salmon-special
{
	position: relative;
	background-color: #000;
	color: #FFF;
	text-align: center;
	height: 248px;
	/*margin-top: 1.1%;*/
	margin-bottom: 1.1%;

	text-transform: uppercase;
	font-family: alternate-gothic-no-2-d, sans-serif;
	font-size: 28px;
	letter-spacing: 2px;
	line-height: 30px;
}

.salmon-special .widget-background
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-image: url('/wp-content/themes/smoque/images/salmon-special.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;

	opacity: 1;
	-webkit-transition: all 0.15s ease-in-out 0s;
 	 transition: all 0.15s ease-in-out 0s;
}

.salmon-special:hover .widget-background
{
	opacity: .5;
}

.salmon-special .widget-text-holder
{
	position: relative;
	display: inline-block;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}


.salmon-special p
{
	margin: 0px;
}

.salmon-special .inner
{
	position: absolute;
	top: 0%;
	height: 100%;
	width: 100%;
}

.salmon-special a
{
	color: #FFF;
}

#page .salmon-special a:hover
{
	color: #FFF;
}

#page .salmon-special a:before {
  background-color: #FFF;
}

.salmon-special a:hover
{
	color: #92191C;
}

.salmon-special a.background-link
{
	display: block;
	background-color: transparent;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
}

.salmon-special a.background-link:before
{
	display: none;
}

#page .salmon-special:hover a:before
{
	visibility: visible;
	-webkit-transform: scaleX(1) translate3d(0,0,0);
	transform: scaleX(1) translate3d(0,0,0);
	background-color: #FFF;
}


#page .salmon-special:hover a.no-border:before
{
	visibility: hidden;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	background-color: transparent;
}

.salmon-special p
{
	max-width: 350px;
	margin: 0px auto;


}

.salmon-special .learn-more
{
	font-size: 16px;
	position: relative;
}

.salmon-special .learn-more:before
{
	content: "";
	width: 35px;
	border-bottom: 1px solid #FFF;
	position: absolute;
	top: 49%;
	left: -50px;
	margin: 0px;
}

.salmon-special .learn-more:after
{
	content: "";
	width: 35px;
	border-bottom: 1px solid #FFF;
	position: absolute;
	top: 49%;
	right: -50px;
	margin: 0px;
}

h2.sans-serif
{
	font-family: alternate-gothic-no-2-d, sans-serif;
	font-weight: normal;
}

h2.sans-serif span
{
	border-bottom: 2px solid #242424;
}

.salmon-half
{

	margin: 60px auto 80px auto;
	text-align: left;
	font-size: 20px;
	line-height: 26px;
	font-family: alternate-gothic-no-2-d, sans-serif;
	text-transform: uppercase;

}

.salmon-half.smq-rows
{
	margin-bottom: 0px;
}

.salmon-half.smq-rows:last-of-type
{
	margin-top: 20px;
}

.salmon-half h2
{
	font-weight: normal;
}

.salmon-half h2 span
{
	border-bottom: 2px solid #242424;
}

.salmon-half h3
{
	font-weight: normal;
	margin: 0px;
	font-size: 20px;
}

.salmon-half p
{
	color: #3D3D3D;
}

.order_text
{
	display: inline-block;
	margin-right: 90px;
	vertical-align: top;
	text-align: left;
	width: 35%;


}

body.page-id-128 h1
{
	width: 55%;
	margin: 0px auto;
}


.home-menus .gallery
{
	margin-bottom: 0px;
}

.order_text:last-child
{
	margin-right: 0px;
}

.smq-location
{
	margin-top: 60px;
	margin-bottom: 200px;
	font-size: 13px;
	line-height: 20px;
	letter-spacing: .2px;
}

.smq-location .inner
{
	text-align: center;
	max-width: 900px;
	margin: 0px auto;
}

.smq-location h2
{
	position: relative;
	text-align: center;
	display: block;
	margin: 1em auto 60px auto;
}

.smq-location h2 span
{
	display: inline-block;
	padding: 0px 30px;
	background-color: #FFF;
}

/*.smq-location h2:before
{
	content: "";
	height: 1px;
	width: 30%;
	border-bottom: 1px solid red;
	position: absolute;
	top: 45%;
	left: 0%;
	margin: 0px;
}*/

.smq-location h2:before
{
	content: "";
	width: 100%;
	border-bottom: 1px solid #CCC;
	position: absolute;
	top: 45%;
	right: 0%;
	margin: 0px;
	z-index: -1;
}

.smq-location h3
{
	font-family: alternate-gothic-no-2-d, sans-serif;
	text-transform: uppercase;
	font-size: 20px;
	line-height: 26px;
	color: #242424;
	font-weight: 400;
	letter-spacing: 1px;
}

.location-map
{
	float: left;
	width: 55%;
	margin-right: 5%;
}

.location-map iframe,
.map iframe
{
    width: 100%;
    height: 100%;
}

#smoque-map
{
	height: 400px;
}

.location-text
{
	float: left;
	width: 40%;
	text-align: left;

}

.home-location
{
	float: left;
	width: 45%;
}

.home-location:nth-child(2)
{
	margin-left: 10%;
}

.home-location .fa, .smoque-location .fa
{
	font-size: 16px;
	position: relative;
	top: 2px;
}

.site-footer .fa
{
	font-size: 16px;
	position: relative;
	top: 2px;
}



a.directions:after
{
	content: '\2192';
	font-family: 'Campton ExtraLight';
}

a.view-menu
{
	font-family: alternate-gothic-no-2-d, sans-serif;
	font-weight: 400;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #000000;
	font-size: 14px;
	line-height: 17px;
}

#page a.view-menu:before
{
	bottom: 0px;
}

a.view-menu:hover
{
	color: #92191C;
}

.jump-links
{

}

.jump-links a
{
	color: #000;
}

#page .jump-links a:before
{
	bottom: 0px;
}

.site-main .jump-links ul
{
	margin: 0px 0px 40px 0px;
	padding: 0px;
	list-style: none;
	font-family: alternate-gothic-no-2-d, sans-serif;
	font-size: 16px;
	letter-spacing: 1px;
	line-height: 19px;
	text-transform: uppercase;
	text-align: center;

}

.jump-links ul li
{

	display: inline-block;
	margin-right: 40px;
}

.jump-links ul li:last-child
{
	margin-right: 0px;
}


/* Press page */

body.page-id-9 .gallery
{
	margin-top: 110px;
}

body.page-id-9 .gallery-item
{
	width: 17.86%;
	max-width: 125px;
	margin-right: 9.52%;

}

.press-logos figcaption
{
	text-align: center;
	font-size: 13px;
}

/*.press-logos .wp-block-column
{
	margin-left: 9.52%;

}*/

body.page-id-9 .gallery-item:nth-child(4n+0)
{
	margin-right: 0%;
}

body.page-id-9 .gallery-item img
{
	width: 100%;
}

/* Locations Pages */

.location-header
{
	text-align: center;
	width: 95%;
	max-width: 900px;
	margin: 200px auto 0px auto;
}

.location-header h2:after
{
	border-bottom: 1px solid #CCC;
}

.location-slider
{
	width: 95%;
	max-width: 793px;
	box-sizing: border-box;
	margin: 60px auto 0px auto;
	position: relative;
}

.location-slider .inner
{
	position: relative;
	padding-bottom: 51.702%;
	height: 0px;
}


.menu-header
{
	padding: 16px 0px 10px 0px;
	color: #000;
	width: 100%;
	margin-top: 90px;
	text-align: center;
	position: relative;
}

.menu-header p
{
	text-transform: uppercase;
	font-family: alternate-gothic-no-2-d, sans-serif;
	text-align: center;
	font-size: 28px;
	letter-spacing: 1px;
	border-width: 1px 0px;
	border-color: #000;
	border-style: solid;
	display: inline-block;
	margin: 0px auto;
	padding: 10px 100px 6px 100px;
	line-height: 1em;
}

.download_menu
{
	padding: 1em 0px;
	text-align: center;
	font-size: 12px;
	line-height: 14px;
	letter-spacing: .2px;
}

.download_menu a
{
	color: #000;
}

.location h2
{

}

.smoque-location
{
	max-width: 900px;
	width: 95%;
	margin: 75px auto 0px auto;
}

.smoque-location .map
{
	max-width: 500px;
	width: 70%;
	margin-right: 5%;
	float: left;
}

.smoque-location .info
{

	width: 20%;
	margin: 0px;
	float: left;
	font-size: 13px;
	line-height: 20px;
}

.smoque-location .info h3
{
	line-height: 26px;
	font-size: 20px;
	color: #242424;
	font-family: alternate-gothic-no-2-d, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing:1px;
}

.add-taste
{
	width: 90%;
	max-width: 900px;
	margin: 150px auto;
	font-family: alternate-gothic-no-2-d, sans-serif;
	background-color: #92191C;
}

.add-taste h3
{
	font-weight: normal;
	font-size: 38px;
	letter-spacing: 1px;
	line-height: 36px;
	margin: 0px 0px .5em 0px;
	text-transform: uppercase;
}

.add-taste div
{
	width: 50%;
	float: left;
	box-sizing: border-box;
}

.add-taste .text
{
	background-color: #92191C;
	color: #FFF;
	font-size: 22px;
	letter-spacing: .4px;
	line-height: 28px;
	padding: 0 40px 0 40px;
	margin: 25px auto;
}

@media (max-width: 990px)
{
	.add-taste div
	{
		width: 100%;
		float: none;
	}
}

.add-taste .text p
{
	margin: 0px;
	line-height: 32px;
}

.smoque-gift-card
{
	height: 173px;
	width: 98%;
	max-width: 900px;
	margin: 0px auto 35px auto;
	text-transform: uppercase;
	color: #000;
	font-family: alternate-gothic-no-2-d, sans-serif;
	background-color: #FFF; /*#F4F4F4;*/
	font-size: 28px;
	letter-spacing: 1.5px;
	line-height: 36px;
	position: relative;

	border-style: solid;
	border-width: 1px 0px 1px 0px;
	border-color: #000 #FFF #000 #FFF;
	/*background-image: url('/wp-content/themes/smoque/images/smoque-gift-cards@2x.png');
	background-repeat: no-repeat;
	background-position: right center;
	background-size: auto 100%;*/

}

.smoque-gift-card .inner
{
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	margin-left: 0%;
	margin-right: 80px;
	max-width: 320px;
	float: right;
}

.smoque-gift-card .gift-card-photo
{
	width: 270px;
	position: absolute;
	top: -20px;
	left: 45px;
}

.smoque-gift-card .gift-card-photo a::before
{
	display: none;
}

.smoque-gift-card h2
{
	font-size: 36px;
	letter-spacing: 1px;
	line-height: 36px;
	margin: 0px 0px .3em 0px;
}


.smoque-gift-card .textwidget
{
	width: 100%;
	font-size: 15px;
	line-height: 21px;
	letter-spacing: .2px;
	text-align: left;
	font-family: adobe-caslon-pro, serif;
	text-transform: none;
}

.smoque-gift-card a
{
	text-transform: uppercase;
	font-family: alternate-gothic-no-2-d, sans-serif;
	letter-spacing: 1px;
}

#page .smoque-gift-card a:before
{
	bottom: 0px;
}

.smoque-gift-card p
{
	position: relative;
	margin: 0px;
}

.soliloquy-container .soliloquy-pager
{
	display: none !important;
	bottom: -20px !important;
}

.soliloquy-container .soliloquy-pager-item
{

}

.soliloquy-container .soliloquy-pager-link
{
	background-image: none !important;
	border: 1px solid #000 !important;
	border-radius: 10px;
	width: 7px !important;
	height: 7px!important;
}

.soliloquy-container .soliloquy-pager-link.active
{
	background-image: none !important;
	background-color: #000 !important;
}

.soliloquy-container .soliloquy-prev
{
	background: transparent url("/wp-content/themes/smoque/images/ArrowLeft.svg") no-repeat scroll 50% 50% !important;
}

.soliloquy-container .soliloquy-next
{
	background: transparent url("/wp-content/themes/smoque/images/ArrowRight.svg") no-repeat scroll 50% 50% !important;
}

#page .soliloquy-container a:before
{
	width: 0px;
}

/* end of Location Page */

/* Jobs Page */

.position-holder
{
	max-width: 700px;
	width: 95%;
	margin: 0px auto;
}

div.position-holder
{
	margin: 0px auto;
	font-size: 9pt;
	margin-top: 100px;
}


.preview_text, .full_text
{
	width: 90%;
}

.position-holder h2, .position-holder h3
{
	font-size: 16px;
	text-transform: uppercase;
	font-family: alternate-gothic-no-2-d, sans-serif;
	letter-spacing: .5px;
	font-style: normal;
	margin-top: 0px;
	font-weight: 400;

}

h2.main-heading, h3.main-heading
{
	text-transform: uppercase;
	text-align: center;
	font-size: 16pt;
	letter-spacing: 2px;
	margin-bottom: 80px;

}

.position
{
	border-bottom: 1px solid #000;
	padding-bottom: 15px;
	margin-bottom: 30px;
	position: relative;
	font-size: 14px;
	line-height: 20px;
}

.position a
{
	color: #242424;
	font-size: 14px;
}

.position p
{
	margin-top: 0px;
	line-height: 20px;
}

.site-main ul, .position ul
{
	padding-left: 20px;
	list-style: none;
	margin-left: 0px;
}

.site-main .jump-links ul
{
	padding-left: 0px;
}

.site-main ul li, .position ul li
{
	position: relative;
	margin-bottom: .5em;
}

.site-main ul li:before, .position ul li:before
{
	content: '\2022';
	position: absolute;
	top: 5px;
	left: -20px;
	font-size: 16pt;
	line-height: .7em;
}

.site-main .jump-links ul li:before,
.site-main .soliloquy-container ul li:before
{
	display: none;
}

.full_text
{
	display: none;
}

.expand-full-text
{
	font-size: 80%;
	font-size: 14px;
}

.expand-full-text a
{
	color: #92191C;
}

.expand-full-text a:hover
{
	color: #000;
}

.expand-full-text a.hidden
{
	display: none;
}

.position .close
{
	width: 20px;
	height: 20px;
	position: absolute;
	right: 0px;
	top: 0px;
	-webkit-transition: transform .35s;
	-moz-transition: transform .35s;
	-ms-transition: transform .35s;
	-o-transition: transform .35s;
	transition: transform .35s;
	cursor: pointer;
}

.position .close.open
{
	/*transform: rotate(45deg);
	-webkit-transform: rotate(45deg);*/
}

.position .close img
{
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;

	-webkit-transition: opacity .35s;
	-moz-transition: opacity .35s;
	-ms-transition: opacity .35s;
	-o-transition: opacity .35s;
	transition: opacity .35s;

}

.position .close img.close-btn
{
	opacity: 0;
}

.position .close img.open-btn
{
	opacity: 1;
}

.position .close.open img.close-btn
{
	opacity: 1;
}

.position .close.open img.open-btn
{
	opacity: 0;
}



/* Salmon Special */

.featured-img
{
	width: 95%;
	max-width: 820px;
	margin: 0px auto;
	margin-bottom: 200px;
}

.product_note
{
	font-size: 13px;
}

/* Contact Page */

.half
{
	width: 50%;
	float: left;
	margin: 0px;
}

.bottom-text-block
{
	margin-top: 120px;
}

.bottom-text-block p:last-child,
.entry-content p:last-child
{
	margin-bottom: 0px;
}

@media (min-width: 782px) {

	.press-logos .wp-block-column
	{
		margin-bottom: 0px;
	}
	.press-logos .wp-block-column:not(:first-child) {
		margin-left: 9.52%;
	}
}

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

	#masthead nav ul li,
	#masthead nav .menu-right-side-menu-container ul li
	{
		margin: 0px 12px;
	}

	.home-hero .text
	{
		width: 65%;
	}

}


.announcement-modal
{
	display: none;
	text-align: center;
	max-width: 300px;
}

.announcement-modal h2
{
	line-height: 30px;
}

.announcement-modal p
{
	font-family: alternate-gothic-no-2-d, sans-serif;
	font-size: 21px;
	text-transform: uppercase;
	line-height: 26px;
	letter-spacing: 1px;
}

.announcement-modal p.hidden
{
	display: none;
}

.announcement-modal .img-holder
{
	width: 100px;
	margin: 0px auto;
}

body.page-id-1106 .announcement-modal .textwidget
{
	padding-top: 20px;
}

/* Map STuff */
.map-marker {
  background-image: url('/wp-content/themes/smoque/images/SmoqueBBQ-logo@1x.svg');
	background-size: 30px auto;
	background-position: center;
	background-repeat: no-repeat;
  border-radius: 0px;
  cursor: pointer;
	width: 40px;
	height: 40px;
}

.mapboxgl-popup
{
	max-width: 200px;
	/*font-family: 'Avenir', sans-serif;
	font: 12px/20px 'Avenir', sans-serif;*/
	font-weight: 500;
	letter-spacing: .7px;
	text-transform: uppercase;
}

.mapboxgl-popup-content
{
	padding: 10px 30px 10px !important;
}

/* Popup Page */

.mobile-only
{
	display: none;
}

.uppercase
{
	text-transform: uppercase;
}

body.page-id-1106
{
	font-family: 'Oswald', sans-serif;
}

body.page-id-1106 .entry-content
{
	max-width: 1000px;
	width: 95%;
}

body.page-id-1106 #page .entry-content a:before
{
	bottom: 0px;
}

.pop-up-heading
{
	margin-top: 100px;
	margin-bottom: 25px;
}

.add-ons-heading
{
	margin-top: 80px;
	margin-bottom: 25px;
}

.body.page-id-1106 .wp-block-columns
{
	max-width: 900px;
	margin: 0px auto;

}

body.page-id-1106 .wp-block-column
{
	margin-left: 10%;
}

body.page-id-1106 .wp-block-column:not(:first-child)
{
	margin-left: 5%;
}

body.page-id-1106 h1
{
	font-weight: 700;
	font-size: 39px;
	letter-spacing: 0.156px;
	margin: 60px 0px 10px 0px;
	font-family: 'Oswald', sans-serif;
}

body.page-id-1106 #primary h2
{
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	margin: 0px auto 10px auto;
	border-bottom: 1px solid #000;
	display: inline-block;
}

body.page-id-1106 h3
{
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	margin-bottom: 0px;
}

body.page-id-1106 .large h3
{
	font-size: 21px;
}

body.page-id-1106 p
{
	margin-top: 0px;
	font-weight: 300;
}

body.page-id-1106 .large p
{
	font-size: 21px;
	font-weight: 400;
}



p.no-margin
{
	margin-top: 0px;
	font-weight: 400;
}

.center-text
{
	text-align: center;
}

span.sub-heading
{
	text-transform: uppercase;
	font-size: 24px;
	letter-spacing: .1px;
	font-weight: 400;
}

span.secondary-sub
{
	font-size: 18px;
}

span.secondary-light
{
	font-size: 21px;
	font-weight: 300;
}

.add-ons h3
{
	margin-top: 34px;
}

.popup-group
{
	margin-bottom: 30px;
}

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

	body.page-id-1106 .wp-block-column
	{
		margin-left: 5%;
	}
}

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

	body.page-id-1106 .wp-block-column:not(:first-child)
	{
		margin-left: 0px;
	}

}

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

	body.page-id-1106 .wp-block-columns
	{
		text-align: center;
	}

	body.page-id-1106 .wp-block-column:not(:only-child)
	{
		flex-basis: 100% !important;
	}

	body.page-id-1106 .wp-block-column
	{
		margin-left: 0px;
	}

	body.page-id-1106 h1
	{
		font-size: 30px;
	}

	.mobile-only
	{
		display: inline;
	}

}


/* End of Popup Page */

/* Splash Page */

	.smoque-splash
	{
		background-color: #000;
		color: #FFF;
		position: fixed;
		top: 0px;
		left: 0px;
		width: 100%;
		height: 100%;
		text-align: center;
		text-transform: uppercase;
		z-index: 200;
		font-family: alternate-gothic-no-2-d, sans-serif;
		font-size: 32px;
		opacity: 0;
		pointer-events: none;
		transition: opacity .3s linear;
	}

	.smoque-splash.visible
	{
		opacity: 1;
		pointer-events: visible;
	}

	.smoque-splash .wrap
	{
		width: 95%;
		margin: 0px auto;
	}
	
	.smoque-splash .wrap p
	{
		max-width: 700px;
		margin: 1em auto 1em auto;
	}

	.smoque-splash .logo
	{
		width: 200px;
		margin: 100px auto 0px auto;
		opacity: 0;
		transition: opacity .2s linear;
	}

	.smoque-splash .logo.visible
	{
		opacity: 1;
	}

	.smoque-splash .close-btn
	{
		position: absolute;
		top: 20px;
		right: 20px;
		line-height: 1em;
		font-family: 'Arial', sans-serif;
		cursor: pointer;
		font-size: 30px;
		width: 45px;
	}


/* End of Splash Page */


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

	#page a:hover:before, #page #masthead nav ul.sub-menu li a:hover:before {
		visibility: visible;
		-webkit-transform: scaleX(0) translate3d(0,0,0);
		transform: scaleX(0) translate3d(0,0,0);
	}


	body
	{
		padding-top: 110px;
	}

	body.noscroll
	{
		position: fixed;
		overflow: hidden;
	}

	/*body.admin-bar
	{
		padding-top: 50px;
	}*/

	.mobile-logo
	{
		display: block;
		position: relative;
		width: 120px;
		margin: 0px auto;
		z-index: 0;
	}

	/* Hamburger */

	.bubble-wrap {
        height: 60px;
        width: 60px;
        background-color: transparent;
        top: -5px;
        right: 0;
        position: absolute;
        border-radius: 50%;
        cursor: pointer;
        display: block;
        z-index: 90
    }

    .bar {
        background-color: #757578;
        width: 25px;
        height: 1px;
        border-radius: 0;
        right: 15px;
        top: 22px;
        position: absolute;
        -webkit-transition: all .2s ease-out;
        transition: all .2s ease-out
    }

    .first.active, .third.active {
        -webkit-transition: all .2s ease-out
    }

    .bar.first {
        opacity: 1
    }

    .first.active {
        opacity: 1;
        margin-top: 10px;
        -webkit-transform-origin: 50% 50%;
        -moz-transform-origin: 50% 50%;
        -o-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    .second {
        margin-top: 8px
    }

    .second.active {
        opacity: 0;
        margin-top: 10px
    }

    .third {
        margin-top: 16px
    }

    .third.active {
        margin-top: 10px;
        -webkit-transform-origin: 50% 50%;
        -moz-transform-origin: 50% 50%;
        -o-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

    /* End of Hamburger */

	#site-navigation
	{
		display: none;
	}

	#site-navigation.visible
	{
		display: block;
	}

	#masthead
	{
		height: 56px;
		padding-top: 5px;
		border-bottom: 0px;
	}

	#masthead.mini
	{
		height: 56px;
	}

	body.admin-bar #masthead
	{
		top: 46px;

	}

	#masthead nav
	{
		position: fixed;
		width: 100%;
		height: 100%;
		top: 0px;
		left: 0px;
		transform: translateY(0%);
		-webkit-transform: translateY(0%);
		background-color: #FFF;
		font-size: 20px;
	}

	.nav-wrap .logo-holder
	{
		display: none;
	}


	#masthead nav .nav-wrap
	{
		position: absolute;
		top: 0px;
		left: 0px;
		width: 100%;
		height: 100%;
		overflow: auto;
	}

	#masthead nav .smoke
	{
		display: block;
		position: absolute;
		top: 0px;
		left: 0px;
		width: 100%;
		height: 100%;
		z-index: 10;
		background-color: #000;
	}

	#masthead nav a:hover
	{
		color: #FFF;
	}

	#masthead nav ul
	{
		position: absolute;
		top: 100px;
		width: 100%;
		text-align: left;
		z-index: 11;
	}

	#masthead nav ul li
	{
		border-top: 0px;
		display: block;
		margin: 0px;
		padding: 0px;
		text-align: center;
	}

	#masthead nav ul li a.active span
	{
		border-bottom: 2px solid #A00000;
	}

	#masthead nav ul li a:before {
	  content: "";
	  position: absolute;
	  width: 100%;
	  height: 2px;
	  bottom: 0;
	  left: 0;
	  background-color: #000;
	  visibility: hidden;
	  -webkit-transform: scaleX(0);
	  transform: scaleX(0);
	  -webkit-transition: all 0.3s ease-in-out 0s;
	  transition: all 0.3s ease-in-out 0s;
	}

	#primary-menu > li > a.active:hover:before {
	  visibility: visible;
	  -webkit-transform: scaleX(1);
	  transform: scaleX(1);
	}

	.main-navigation .menu-menu-1-container
	{
		-webkit-transform-style: unset;
		transform-style: unset;
		-webkit-backface-visibility: visible;
		display: block;
	}

	#masthead nav ul li.site-logo /* Logo */
	{
		display: none;
	}

	#masthead nav ul li a
	{
		padding: 1em 0;
		display: block;
		margin: 0 30px;
		color: #FFF;
	}

	#masthead nav ul li a:before {
	  content: "";
	  position: absolute;
	  width: 0%;
	  height: 0px;
	  bottom: 0;
	  left: 0;

	  visibility: hidden;
	  -webkit-transform: scaleX(0);
	  transform: scaleX(0);
	  -webkit-transition: all 0.3s ease-in-out 0s;
	  transition: all 0.3s ease-in-out 0s;
	}

	#masthead nav ul li a:hover:before {
	  -webkit-transform: scaleX(0);
	  transform: scaleX(0);
	  padding: .75em 0px;
	}


	#masthead nav ul.sub-menu
	{
		position: relative;
		top: 0px;
		left: 0px;
		opacity: 1;
		width: 100%;
		background-color: transparent;

	}

	#masthead nav ul.sub-menu.visible
	{
		height: auto;
		max-height: 400px;
		padding-bottom: 30px;
	}


	#masthead nav ul.sub-menu li
	{
		border: 0px;
		box-shadow: none;
		background-color: transparent;
		font-size: 20px;
		padding: .4em;
	}

	#masthead nav ul.sub-menu li:hover
	{
		background-color: transparent;
	}

	#masthead nav ul.sub-menu li a
	{
		padding: .3em 0px;
		margin: 0 0px 0 0em;
		background-color: transparent;
		color: #FFF;
	}

	#masthead nav ul.sub-menu li:hover a
	{
		color: #FFF;
	}

	#masthead nav ul.sub-menu li a:hover
	{
		color: #FFF;
	}

	.announcement
	{
		max-height: 300px;
	}

	.announcement .close
	{
		left: 100%;
		right: auto;
	}

	.announcement .inner
	{
		width: 80%;
	}

	.home-hero
	{
		background-attachment: scroll;
		margin-bottom: 16px;
	}

	.salmon-special
	{
		margin-bottom: 16px;
	}


	.order-delivery,
	.delivery-pickup
	{
		display: none;
	}

	.mobile-delivery
	{
		display: block;
		top: 70px;
		right: 0px;
		position: absolute;
		width: 100px;
	}

	.mobile-delivery-pickup
	{
		display: flex;
		top: 70px;
		right: 0px;
		position: absolute;
		width: 100px;
		font-family: alternate-gothic-no-2-d, sans-serif;
	}

	.mobile-delivery-pickup.new
	{
		padding: 15px 20px 10px 20px;
		background-color: #a9131B;
		line-height: 1em;
		width: 130px;
		background-image: url('/wp-content/themes/smoque/images/arrow.svg');
		background-repeat: no-repeat;
		background-size: 17px 17px;
		background-position: left 5px bottom 5px;
		top: 50px;
		border-width: 1px 0px 1px 1px;
		border-style: solid;
		border-color: #000;
		box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	}

	.mobile-delivery-pickup.new div
	{
		width: 100%;
		flex-basis: 100%;
		text-align: center;
		text-transform: uppercase;
	}

	.mobile-delivery-pickup a
	{
		color: #FFF;
	}

	.mobile-delivery-pickup div
	{
		width: 50%;
		flex-basis: 50%;
		transition: background-color .2s linear;
		background-color: #a9131B;
	}

	.mobile-delivery-pickup div img
	{
		display: block;
	}

	.mobile-delivery-pickup div.deliver-order {
		background-color: #2D2D2D;
	}

	.home-hero .text
	{
		width: 90%;
		left: 5%;
		text-align: left;

	}

	.home-menus .gallery-item
	{
		max-width: 100%;
		margin-right: 0%;
	}

	body.home .smq-location
	{
		margin-bottom: 0px;
	}

	.home-location p:last-child,
	.smoque-location p:last-child
	{
		margin-bottom: 0px;
	}

	body.page-id-567 figcaption,
	body.page-id-567 .press-logos .wp-block-image
	{
		margin-bottom: 0px;
	}

	.site-main
	{
		width: 100%;
		margin: 0px auto;
	}

	article, .hentry
	{
		width: 100%;
		margin: 0px auto;
	}

	article > div, .hentry > div
	{
		width: 90%
	}

	body.page-id-1106 .article > div.banner, body.page-id-1106 .hentry > div.banner
	{
		width: 100%;
	}

	article > div.location-slider, .hentry > div.location-slider, .hentry > .smoque-location
	{
		width: 100%;
	}

	.location-map
	{
		float: none;
		width: 100%;
		margin-right: 0%;
	}

	.location-text
	{
		float: none;
		width: 90%;
		text-align: left;
		margin: 20px auto 0px auto;
	}
	a .fa-angle-right,
	a .ti-arrow-right
	{
		top: 4px;
	}

	.home-menus img
	{
		display: block;
	}

	.home-location
	{
		float: left;
		width: 50%;
	}

	.home-location:nth-child(even)
	{
		width: 45%;
		margin-left: 5%;
	}

	footer.site-footer .inner
	{
		margin-left: 0%;
		margin: 80px auto 0px auto;
		width: 90%;
	}

	footer.site-footer .inner .column
	{
		width: 50%;
	}

	footer.site-footer .inner .column:nth-child(even)
	{
		width: 45%;
		margin-left: 5%;
	}

	.site-footer .inner .column:last-child
	{
		margin-top: 60px;
		width: 100%;
		text-align: center;
	}

	body.page-id-9 .gallery-item
	{
		/*max-width: 85px;
		width: 24%;
		margin-right: 1%;*/
	}

	.smoque-location .map
	{
		max-width: none;
		width: 100%;
		margin-right: 0%;
		float: none;
	}

	#smoque-map
	{
		height: 250px;
	}

	.smoque-location .info
	{
		max-width: none;
		width: 90%;
		margin: 0px auto;
		float: none;
	}

	.add-taste
	{
		margin: 100px auto;
	}

	.add-taste div
	{
		width: 100%;
		float: none;
	}

	.add-taste .text
	{
		padding: 0 40px 25px 40px;
	}

	.order_text
	{
		width: 100%;
		float: none;
		margin-right: 0px;
	}

	.product_note
	{
		display: inline-block;
		font-size: 12px;
		line-height: 16px;
	}

	.tablepress td, .tablepress th
	{
		font-size: 14px;
		padding-right: 4% !important;
		line-height: 18px;
	}

	th.column-3, td.column-3
	{
		padding-right: 0% !important;
	}

	tr th.column-1, tr td.column-1
	{
		width: 45% !important;
	}

	tr th.column-2, tr td.column-2
	{
		width: 40% !important;
	}

	.tablepress tbody td.column-3, .tablepress tfoot th.column-3
	{
		width: 15% !important;

	}

	.smoque-gift-card .textwidget
	{
		width: 100%;
	}

	.position-holder
	{
		width: 90%;
	}

	.soliloquy-container .soliloquy-controls-direction
	{
		display: none;
	}

	.soliloquy-container .soliloquy-prev
	{
		background: transparent url("/wp-content/themes/smoque/images/ArrowLeft.svg") no-repeat scroll 50% 50% !important;
		background-size: 21px auto !important;
	}

	.soliloquy-container .soliloquy-next
	{
		background: transparent url("/wp-content/themes/smoque/images/ArrowRight.svg") no-repeat scroll 50% 50% !important;
		background-size: 21px auto !important;
	}



	.soliloquy-container .soliloquy-next, .soliloquy-container .soliloquy-prev
	{
		width: 20px !important;
		height: 20px !important;
	}

	.hentry > div.menu-header
	{
		margin: 100px auto 0px auto;
		border-width: 1px 0px;
		border-color: #000;
		border-style: solid;
		width: 80%;
	}

	.menu-header p
	{
		border: 0px;
		padding: 0px;
	}

	.download_menu
	{
		margin: 0px auto;
	}

	.half
	{
		width: 100%;
		margin-right: 0%;
		word-wrap: break-word;
	}

	.half:last-child
	{
		margin-right: 0%;
	}


	.smoque-gift-card
	{
		height: auto;
		width: 100%;
		margin-bottom: 0px;
		margin-top: 150px;
		border-width: 0px;
		border-color: #000 #FFF #FFF #FFF;
	}

	.smoque-gift-card h2
	{
		width: 80%;
	}

	.smoque-gift-card .gift-card-photo
	{
		position: relative;
		right: auto;
		left: 5%;
		width: 185px;
		text-align: center;
		margin: 0px;
		top: -80px;
	}

	.smoque-gift-card .inner
	{
		top: 0%;
		transform: translateY(0%);
		-webkit-transform: translateY(0%);
		margin: -20px auto 0% auto;
		width: 90%;
		max-width: none;
		padding-bottom: 50px;
		float: none;
	}

	body.page-id-9 .gallery-item
	{
		width: 45.24%;
		max-width: none;
	}

	body.page-id-9 .gallery-item:nth-child(2n+0)
	{
		margin-right: 0%;
	}

	body.page-id-128 h1
	{
		width: 100%;
		margin: 0px auto;
	}

	.press-logos .wp-block-column
	{
		margin-bottom: 0px;
		flex-basis: 45.24%;
	}
	.press-logos .wp-block-column:not(:first-child) {
		margin-left: 0%;
	}

	.press-logos .wp-block-column{

		margin-right: 9.52%;

	}

	.press-logos .wp-block-column:nth-child(2n+0){

		margin-right: 0%;

	}



}

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

	.soliloquy-container .soliloquy-pager
	{
		display: block !important;
	}

}


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

	#masthead nav ul
	{
		top: 20px;
	}

	.home-location:nth-child(even)
	{
		width: 50%;
		margin-left: 0%;
	}

	.smq-location
	{
		font-size: 12px;
	}

	#masthead nav ul li a
	{
		padding: .8em 0;
	}

}
