/* 
	Theme Name: Mise En Place
	Theme URI: https://www.organizedthemes.com/theme/mise-en-place/
	Description: The restaurant theme
	Author: Organized Themes
	Author URI: https://www.organizedthemes.com/
	Version: 2.0
	Text Domain: mise-en-place
	License: GNU General Public License
	License URI: license.txt
	Tags: one-column, two-columns
*/

/* Reset
----------------------------------------------- */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, hr, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figure, figcaption, hgroup, menu, footer, header, nav, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; }

article, aside, canvas, figure, figure img, figcaption, hgroup, footer, header, nav, section, audio, video { display: block; }

a img { border: 0 }

html { 
	height: 100%; 
	min-height: 100%;
	font-size: 100%; 
	overflow-y: scroll; 
	-webkit-text-size-adjust: 100%; 
}

body:not(.mise-en-place-block-editor) {
	height: 100%;
	min-height: 100%;
}

figure 			   { margin: 0 }
img, object, embed { max-width: 100%; height: auto; } /* Fluid images */
.ie8 img		   { width: auto; } /* IE 8 */
video 			   { width: 100%; height: auto; }
img 			   { border: 0;	-ms-interpolation-mode: bicubic } /* IE Images */
svg:not(:root) 	   { overflow: hidden } /* Correct IE9 overflow */

*, 
*::after, 
*::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.jquery-lightbox { /* Fixes box sizing in lightbox evolution */
	box-sizing: content-box;
	-moz-box-sizing: content-box; 
	-webkit-box-sizing: content-box; 
}

.fit-video {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}

.fit-video iframe,  
.fit-video object,  
.fit-video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Global Elements
----------------------------------------------- */

a:focus {
	outline: thin dotted;
}

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

.left { 
	float: left; 
}

.right { 
	float: right; 
}

.clear { 
	clear: both; 
}

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

.clearfix:after {
    clear: both;
}

.hidden {
	display: none;
}

.nobr { 
	white-space: nowrap; 
}

/*  Colors
------------------------------------------------ */

body {
	background-color: #f2f2f2;
	color: #212221;
}

a, 
a:visited { 
	color: #dc4f45; 
	text-decoration: none; 
	transition: 0.2s ease all;
}

a:hover { 
	color: #7b1d17; 
}

::-moz-selection {
	background-color: #000;
	color: #fff;
	text-shadow: none;
}

::selection {
	background-color: #000;
	color: #fff;
	text-shadow: none;
}

button,
a.button,
input.button,
input[type="button"],
input[type="submit"] {
	color: #fff;
	background-color: #dc4f45;
}

a.button.ghost {
	color: #fff;
	background: transparent;
	border-width: 3px;
	border-style: solid;
	border-color: currentColor;
}

button:hover,
a:hover.button,
input:hover.button,
input:hover[type="button"],
input:hover[type="submit"] {
	color: #dc4f45;
	background-color: #ECECEC;
}

a:hover.button.ghost {
	/*color: #bbb;*/
	border-color: currentColor;
	background: transparent;
}

input#submit.alt, 
a.button.alt,
button.button.alt, 
input.button.alt,
a.button.checkout {
    background-color: #000000;
    color: #fff;
}

input#submit.alt:hover, 
a.button.alt:hover, 
button.button.alt:hover, 
input.button.alt:hover,
a.button.checkout:hover {
    background-color: #ECECEC;
    color: #000000
}

.sf-menu a,
.mobile-menu-link a,
.mobile-header-mini-cart a {
	color: #202121;
}

.sf-menu a:hover,
.mobile-header-mini-cart a:hover {
	color: #dc4f45;
}

.sf-menu ul li a {
	color: #fff;
	background-color: #000000;
}

.sidecart {
	color: #fff;
	background-color: #212221;
}

#mobile-panel {
	color: #fff;
	background-color: #ddd;
}

#mobile-panel a {
	color: #333;
}

#mobile-panel a:hover {
	color: #dc4f45;
}

.sidecart a.close-toggle {
	color: #fff;
	border-color: #fff;
}

#mobile-panel a.close-toggle {
	color: #7f7f7f;
	border-color: #9d9d9d;
}

.sidecart a.close-toggle:hover,
#mobile-panel a.close-toggle:hover {
	background-color: #fff;
	color: #000;
}

#mobile-panel a.close-toggle:hover {
	border-color: #fff;
}

a.mobile-menu-link {
	color: #000;
}

.header-cart-total {
	background-color: #202121;
	color: #fff;
}

#footer {
	color: #fff;
	background-color: #212221;
}

#footer a {
	color: #fff;
}

.pagination a.prev:before,
.pagination a.next:after {
	background-color: #000;
	color: #fff;
}

.pagination a:hover.prev:before,
.pagination a:hover.next:after {
	background-color: #fff;
	color: #000;
}

.wp-caption-text {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
}

.gallery-caption {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
}

form.searchform,
form.woocommerce-product-search,
form.mailchimp-form {
	background-color: #fff;
}

#sidebar form.searchform,
#sidebar form.woocommerce-product-search,
#sidebar form.mailchimp-form {
	background-color: #ECECEC;
}

ul.network-icons li a {
	border-color: currentColor;
}

/* Forms
----------------------------------------------- */

textarea,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="search"],
input[type="url"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="tel"],
input[type="datetime"],
input[type="datetime-local"],
input[type="time"],
.select2-container .select2-choice {
	border: 1px solid #ddd;
	color: #3e3e3e;
	font-size: 16px;
	padding: 8px 9px 9px;
}

input[placeholder] { 
	text-overflow: ellipsis; 
}

input::-webkit-input-placeholder {
	font-style: italic;
	color: #bbb3b9;
}

input::-moz-placeholder {
	font-style: italic;
	color: #bbb3b9;
}

input:-ms-input-placeholder {
	font-style: italic;
	color: #bbb3b9;
}

button,
.button,
a.button,
input.button,
input[type="button"],
input[type="submit"] {
	cursor: pointer;
	font-weight: bold;
	padding: 12px 18px;
	font-size: 16px;
	border: none;
	display: inline-block;
	text-decoration: none;
	white-space: nowrap;
	text-transform: uppercase;
	-webkit-appearance: none;
	-webkit-background-clip: padding-box;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
}

a.button.ghost {
	padding: 9px 18px;
	background: transparent;
}

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

input:focus,
textarea:focus {
	outline: none;
}

/* Typography
----------------------------------------------- */

body {
	font: 16px/1.3 Lucida, Verdana, sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

p {
  margin: 0 0 25px;
}

.lead {
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: 200;
  line-height: 30px;
}

small {
  font-size: 85%;
}

strong {
  font-weight: 700;
}

em {
  font-style: italic;
}

cite {
  font-style: normal;
  font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	text-rendering: optimizelegibility;
	font-family: Lucida, Verdana, sans-serif;
	font-weight: 700;
	line-height: 1.2;
	margin: 0;
	margin-bottom: 16px;
	padding: 0;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

ul,
ol {
  padding: 0;
  margin: 0 0 25px 25px;
}

ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}

li {
  line-height: 20px;
}

dl {
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 20px;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 10px;
}

hr {
  margin: 20px 0;
  border: 0;
  border-bottom: 1px solid currentColor;
}

hr.small {
	width: 20%;
	margin-top: 20px;
	margin-bottom: 20px;
	opacity: .1;
}

abbr[title],
abbr[data-original-title] {
	cursor: help;
	border-bottom: 1px dotted #999999;
}

abbr.initialism {
	font-size: 90%;
	text-transform: uppercase;
}

address {
	display: block;
	margin-bottom: 20px;
	font-style: normal;
	line-height: 20px;
}

code,
pre {
	padding: 0 3px 2px;
	font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
	font-size: 12px;
	color: #333333;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

code {
	padding: 2px 4px;
	color: #d14;
	background-color: #f7f7f9;
	border: 1px solid #e1e1e8;
}

pre {
	display: block;
	padding: 9.5px;
	margin: 0 0 10px;
	font-size: 13px;
	line-height: 20px;
	word-break: break-all;
	word-wrap: break-word;
	white-space: pre;
	white-space: pre-wrap;
	background-color: #f5f5f5;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.15);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

pre code {
	padding: 0;
	color: inherit;
	background-color: transparent;
	border: 0;
}

blockquote,
blockquote::before {
	color: #999;
}

blockquote {
	margin: 40px 40px 24px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

cite {
	font-style: normal;
}

table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 20px;
}

table th,
table td {
  padding: 8px;
  vertical-align: top;
  border-top: 1px solid rgba(0, 0, 0, .1);
}

table th {
  font-weight: bold;
}

table thead th {
  vertical-align: bottom;
}

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
}

@font-face {
	font-family: 'ElegantIcons';
	src:url('fonts/ElegantIcons.eot');
	src:url('fonts/ElegantIcons.eot?#iefix') format('embedded-opentype'),
		url('fonts/ElegantIcons.woff') format('woff'),
		url('fonts/ElegantIcons.ttf') format('truetype'),
		url('fonts/ElegantIcons.svg#ElegantIcons') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
    font-family: 'socicon';
    src: url('fonts/socicon.eot');
    src: url('fonts/socicon.eot?#iefix') format('embedded-opentype'),
         url('fonts/socicon.woff') format('woff'),
         url('fonts/socicon.ttf') format('truetype'),
         url('fonts/socicon.svg#sociconregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* Logo
------------------------------------------------ */

#logo {
	float: left;
	position: relative;
	z-index: 1;
}

#logo h1 {
	margin: 0;
	line-height: 1;
	padding: 0;
}

.text-logo h1 {
	font-size: 50px;
}

#logo a,
#logo a:visited,
#logo a:hover {
	color: #000000;
}

/* Header
------------------------------------------------ */

#header {
	position: absolute;
	z-index: 20;
	top: 0;
	left: 0;
	right: 0;
}

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

#header li {
	list-style-type: none;
}

#header-content {
	width: 100%;
	position: relative;
	margin: 0 auto;
	padding: 5px 0;
	height: 100px;
}

.shopping-cart-icon {
	height: 23px;
	width: 23px;
	fill: currentColor;
}

.cart-link {
	position: relative;
}

.header-cart-total {
	font-size: 12px;
	width: 20px;
	height: 20px;
	display: block;
	text-align: center;
	vertical-align: middle;
	position: absolute;
	top: 1px;
	right: 4px;
	border-radius: 20px;
	line-height: 1.6;
	z-index: -1;
}

#mobile-cart-link {
	display: none;
}

/*  Navigation Menu
------------------------------------------------ */

nav#primary-site-navigation {
	position: relative;
	float: right;
	text-align: center;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

ul.sf-menu, 
.sf-menu * {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.sf-menu {
	float: left;
	margin-bottom: 1em;
}

.sf-menu li {
	font-weight: 700;
	position: relative;
	white-space: nowrap;
	font-size: 16px;
	-webkit-transition: background .2s;
	transition: background .2s;
}

.sf-menu ul {
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
	z-index: 99;
	min-width: 12em;
}

.sf-menu > li {
	float: left;
}

.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
	display: block;
}

.sf-menu a {
	display: block;
	position: relative;
	padding: .75em 1em;
	text-decoration: none;
}

.sf-menu ul ul {
	top: 0;
	left: 100%;
}

.sf-menu ul li {
	text-align: left;
}

.sf-menu li:hover,
.sf-menu li.sfHover {
	-webkit-transition: none;
	transition: none;
}

#header-menu li.menu-item-has-children > a::after {
    content: "";
    position: relative;
    top: 13px;
    left: 3px;
    border-top: 5px solid black;
    border-top-color: inherit;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
}

/*  Mobile Navigation Panel
------------------------------------------------ */
.mobile-header-mini-cart {
	display: none;
	position: absolute;
	right: 60px;
  	top: 25px;
}

.mobile-header-mini-cart a.cart-link {
	display: block;
}

.mobile-header-mini-cart a.cart-link .header-cart-total {
	top: -10px;
  	right: -15px;
}

a.mobile-menu-link {
	position: absolute;
	top: 16px;
	right: 10px;
	display: none;
	cursor: pointer;
}

span.mobile-menu-icon:before {
	content: '\61';
	font-weight: 700;
	font-size: 30px;
	font-family: 'ElegantIcons';
}

span.mobile-menu-text {
	position: relative;
	top: -8px;
}

#mobile-panel {
	position: fixed;
	right: -100%;
	top: 0;
	height: 100%;
	width: 100%;
	z-index: 20;
	text-align: center;
	padding: 100px 20px 50px;
	margin: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow: auto;
	overflow-y: auto;
	transition-property: all;
	transition-duration: .5s;
	transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
	-webkit-overflow-scrolling: touch;
}

.mobile-menu #mobile-panel {
	right: 0;
}

#mobile-panel li {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-transform: capitalize;
	list-style-type: none;
	font-size: 24px;
	margin: 10px 0;
	font-weight: 700;
}

#mobile-panel ul.mobile-nav > li, #mobile-panel ul.menu > li {
	margin-bottom: 20px;
}

#mobile-panel ul {
	padding-left: 5%;
	padding-right: 5%;
	margin: 0;
}

#mobile-panel ul.sub-menu li {
	font-size: 16px;
	font-weight: 400;
}

#mobile-panel ul.sub-menu {
	margin-bottom: 40px;
	margin-top: 10px;
}

#mobile-panel .sub-menu li.menu-item-has-children > a::after {
    content: "";
    position: relative;
    top: 15px;
    left: 5px;
    border-top: 5px solid black;
    border-top-color: inherit;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
}

/* Main Layout Styles
----------------------------------------------- */

#wrap {
	margin-right: auto;
	margin-left: auto;
	/*min-height: calc(100% - 180px);*/
}

.default-builder #wrap {
	margin-top: 110px;
}

#header-content,
#footer-content {
	width: 95%;
}

#content {
	width: 61.8%;
	float: left;
	padding: 20px;
	overflow: hidden;
}

#sidebar {
	width: 38.2%;
	float: right;
	padding: 30px;
	background: #fff;
}

#sidebar .widget-title {
	font-size: 25px;
}

#sidebar .food-item-heading a {
	font-size: 18px;
}

.sidebar-right #content {
	float: left;
}

.sidebar-right #sidebar {
	float: right;
	padding: 30px;
}

.no-sidebar #content {
	width: 100%;
	float: none;
}

.no-sidebar #sidebar {
	display: none;
}

.sidebar-left #content {
	float: right;
}

.sidebar-left #sidebar {
	float: left;
}

#sidebar hr.small,
.sidebar-right #content hr.small,
.sidebar-left #content hr.small,
.entry-header hr.small {
	margin: 20px 0;
}

hr.small.center,
#content section.blog-intro hr.small,
.no-sidebar article.post .entry-header hr.small {
	margin: 20px auto;
}

/*  Builder Styles
------------------------------------------------ */

.page-builder {
	overflow: hidden;
	max-width: 100%;
}

.section-content {
	width: 100%;
}

.custom-builder #wrap {
	width: 100%;
}

.fixed-background {
	background-attachment: fixed;
}

.scroll-background {
	background-attachment: scroll;
}

.full-height {
	height: 100vh;
}

.panel-widget-style {
	padding: 30px;
	padding: 5vw;
	height: 100%;
	width: 100%;
	max-width: 100%;
}

.hero-top,
.hero-center,
.hero-bottom {
	position: relative;
}

.hero-top .section-content {
	position: absolute;
	top: 8vh;
}

.hero-middle .section-content {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.hero-bottom .section-content {
	position: absolute;
	bottom: 0;
}

.hero-left .section-content {
	text-align: left;
}

.hero-center .section-content {
	text-align: center;
}

.hero-right .section-content {
	text-align: right;
}

/*  Posts
------------------------------------------------ */

.no-sidebar article.post .entry-header {
	text-align: center;
}

article.post {
	margin-bottom: 50px;	
}

.no-sidebar article.post .entry-content,
.no-sidebar article.post .post-footer,
.no-sidebar .blog-intro .entry-content,
.no-sidebar .entry-meta,
.no-sidebar #comments,
.no-sidebar .pagination,
.no-sidebar.page-template-page-full-menu-list #content {
	width: 1080px;
	margin-left: auto;
	margin-right: auto;
}

.blog-intro {
	margin-bottom: 50px;
	text-align: center;
}

.featured-image {
	margin: 0 auto 30px;
	max-width: 1000px;
}

.page-title {
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}

article .fit-video {
	margin-bottom: 25px;
}

p.post-meta span.comment-link {
	border-left: 1px solid rgba(0, 0, 0, 0.1);
	margin-left: 10px;
	padding-left: 10px;
}

.sticky,
.bypostauthor {
	
}

/*  Food
------------------------------------------------ */

.menu-list {
	list-style-type: none;
	margin-left: 0;
	margin-right: 0;
}

.menu-list:last-of-type {
	margin-bottom: 0;
}

.food-item-heading {
	margin-bottom: 5px;
	overflow: hidden;
}

.food-item-heading .price {
	float: right;
}

li.menu-group-item img.wp-post-image {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}

/*  Footer
------------------------------------------------ */

#footer {
	padding: 30px 0;
	margin-bottom: -30px;
}

#footer-content {
	margin: 0 auto; 
	display: table;
}

#footer-left p,
#footer-right p {
	margin: 0;
}

#footer-left,
#footer-right {
	vertical-align: middle;
	display: table-cell;
	width: 50%;
}

#footer-left {
	clear: both;
	text-align: left;
}

#footer-right {
	text-align: right;
}

#footer-right ul {
	list-style-type: none;
	margin: 0;
}

#footer-right li {
	display: inline-block;
	margin-left: 10px;
}

p#organizedthemes-link img {
	width: 40px;
	float: right;
}

/*  Before Footer Widgets
------------------------------------------------ */

#before-footer {
	overflow: hidden;
}

#before-footer .widget_siteorigin-panels-builder:last-of-type {
	margin-bottom: 0;
}

/* Comments
----------------------------------------------- */

#comments {
	clear: both;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	margin-top: 20px;
	padding-top: 20px;
}

.comment-navigation {
	margin: 15px 0;
	overflow: hidden;
}

.comment-navigation h3.assistive-text {
	display: none;
}

.comment-navigation .nav-previous {
	float: left;
}

.comment-navigation .nav-next {
	float: right;
}

ol.commentlist {
	margin-left: 0;
}

li.comment {
	padding: 15px;
	list-style-type: none;
}

.comment-header {
	margin-bottom: 15px;
}

.comment-header img.avatar {
	float: left;
	margin-right: 15px;
}

.comment-header cite.fn {
	font-size: 20px;
	font-weight: 700;
}

.comment-header time {
	font-size: 14px;
}

li.comment em.awaiting {
	display: block;
	font-weight: 700;
}

#comments #respond {
	margin-top: 20px;
}

input#author,
input#email,
input#url,
textarea#comment {
	width: 100%;
	margin-top: 5px;
	padding: 10px;
}

p.form-allowed-tags {
	display: none;
}

/* Pagination
----------------------------------------------- */

.pagination {
	clear: both;
	text-align: center;
	font-size: 20px;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	margin-top: 20px;
	margin-bottom: 20px;
	overflow: hidden;
}

.no-sidebar .pagination {
	margin-left: auto;
	margin-right: auto;
}

.pagination a.next,
.pagination a.prev {
	padding: 3px 0;
	margin: 0;
	position: relative;
	top: 1px;
}

.pagination a.next {
	float: right;
}

.pagination a.prev {
	float: left;
}

.pagination a.prev:before,
.pagination a.next:after {
	font-family: 'ElegantIcons';
	position: relative;
	font-size: 24px;
	border: none;
	padding: 7px 5px;
	transition: 0.2s ease all;
}

.pagination a.next:after {
	content: '\24';
}

.pagination a.prev:before {
	content: '\23';
}

span.page-numbers,
a.page-numbers {
	position: relative;
	top: 6px;
	padding: 8px 13px;
}

.pagination span.current {
	background: #fff;
	font-weight: 700;
}

/* Author Bio
----------------------------------------------- */

.author-bio {
	clear: both;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	margin-top: 50px;
	padding-top: 45px;
	margin-bottom: 30px;
}

.author-bio img.avatar {
	float: left;
	margin-right: 30px;
	margin-bottom: 30px;
	max-width: 180px;
}

/* Images
----------------------------------------------- */

.alignleft {
    float: left;
    margin: 0 30px 30px 0;
}

.aligncenter {
    display: block;
    margin: 0 auto 30px auto;
}

.alignright {
    float: right;
    margin: 0 0 30px 30px;
}

.alignnone {
    float: none;
    display: block;
    margin: 0 0 30px 0;
}

p.size-full {
    width: 100%;
    height: auto;
    margin: 5px 0 30px 0;
}

.wp-caption {
	margin-bottom: 1.6em;
	max-width: 100%;
}

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

.wp-caption-text {
	font-size: 12px;
	line-height: 1.5;
	padding: 0.5em 0;
}

img.wp-smiley,
img.emoji {
	display: inline !important;
	border: none !important;
	box-shadow: none !important;
	height: 1em !important;
	width: 1em !important;
	margin: 0 .07em !important;
	vertical-align: -0.1em !important;
	background: none !important;
	padding: 0 !important;
}

img#wpstats {   /* safely hides WordPress Stats smiley */
    width: 0px;
    height: 0px;
    overflow: hidden
}

/*  Galleries
------------------------------------------------ */

.gallery {
	margin-bottom: 1.6em;
}

.gallery-item {
	display: inline-block;
	padding: 1.79104477%;
	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-icon img {
	margin: 0 auto;
}

.gallery-caption {
	display: block;
	font-size: 12px;
	line-height: 1.5;
	padding: 0.5em 0;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}

/*  Media Shortcode
------------------------------------------------ */

p > embed,
p > iframe,
p > object,
p > video {
	margin-bottom: 0;
}

.wp-audio-shortcode,
.wp-video,
.wp-playlist.wp-audio-playlist {
	margin-top: 0;
	margin-bottom: 30px;
}

.wp-playlist.wp-playlist {
	padding-bottom: 0;
}

.wp-playlist .wp-playlist-tracks {
	margin-top: 0;
}

.wp-playlist-item .wp-playlist-caption {
	border-bottom: 0;
	padding: 10px 0;
}

.wp-playlist-item .wp-playlist-item-length {
	top: 10px;
}

/* Social Icons
----------------------------------------------- */

ul.network-icons {
	margin: 0;
	width: 100%;
	text-align: center;
}

ul.network-icons.right-icons {
	text-align: right;
}

ul.network-icons.left-icons {
	text-align: left;
}

ul.network-icons li a {
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	text-decoration: inherit;
	position: relative;
	z-index: 10;
	border-width: 2px;
	border-style: solid;
	padding: 10px;
	margin-right: 15px;
	margin-bottom: 2px;
	margin-top: 2px;
}

.author-info ul.network-icons {
	text-align: left;
}

.author-info ul.network-icons li a {
	padding: 4px;
}

.author-info ul.network-icons li a::before {
	font-size: 18px;
}

ul.network-icons li {
	display: inline-block;
	list-style-type: none;
}

ul.network-icons li a::before {
	padding: 3px;
	border-radius: 3px;	
	font: normal normal 23px/1.5 'socicon';
}

ul.network-icons li a[href*="skype.com"]::before {
	content: "\e046";
}

ul.network-icons li a[href*="foursquare.com"]::before {
	content: "\e044";
}

ul.network-icons li a[href*="youtube.com"]::before {
	content: '\e051';
}

ul.network-icons li a[href*="vimeo.com"]::before {
	content: '\e052';
}

ul.network-icons li a[href*="twitter.com"],
ul.network-icons li a[href*="x.com"] {
	padding: 4px;
}

ul.network-icons li a[href*="twitter.com"] svg,
ul.network-icons li a[href*="x.com"] svg {
	width: 24px;
	padding: 6px 4px 2px 4px;
}

.organizedthemes-social-widget ul.network-icons li a[href*="twitter.com"],
.organizedthemes-social-widget ul.network-icons li a[href*="x.com"] {
	padding: 11px;
}

.organizedthemes-social-widget ul.network-icons li a[href*="x.com"] svg,
.organizedthemes-social-widget ul.network-icons li a[href*="x.com"] svg {
	width: 29px;
  	padding: 6px 4px 2px 4px;
}

ul.network-icons li a[href*="pinterest.com"]::before  {
	content: '\e043';
}

ul.network-icons li a[href*="linkedin.com"]::before  {
	content: '\e049';
}

ul.network-icons li a[href*="instagram.com"]::before {
	content: '\e057';
}

ul.network-icons li a[href*="plus.google.com"]::before  {
	content: '\e042';
}

ul.network-icons li a[href*="flickr.com"]::before  {
	content: '\e055';
}

ul.network-icons li a[href*="facebook.com"]::before {
	content: '\e041';
}

ul.network-icons li a[href*="dribbble.com"]::before {
	content: '\e023';
}

ul.network-icons li a[href*="tripadvisor.com"]::before {
	content: '\e012';
}

ul.network-icons li a[href*="yelp.com"]::before {
	content: '\e047';
}

ul.network-icons li a[href*="vine.com"]::before {
	content: '\e054';
}

ul.network-icons li.rss a::before {
	content: '\e00b';
}

ul.network-icons li.email a::before {
	content: '\e01f';
}

/*  Widgets
------------------------------------------------ */

.widget {
	margin-bottom: 30px;
}

#sidebar .widget {
	padding-bottom: 30px;
}

/*  Hours Widget
------------------------------------------------ */

ul.opening-hours {
	list-style-type: none;
	margin-left: 0;
}

ul.opening-hours span.time {
	float: right;
}

/*  Map Widget
------------------------------------------------ */

.fit-map iframe {
	max-width: 100%;
	width: 100%;
}

/*  Contact Info Widget
------------------------------------------------ */

.vcard ul {
	list-style-type: none;
	margin-left: 0;
	margin-right: 0;
}

/*  Intro Widget
------------------------------------------------ */

.mise_en_place_intro {
	position: relative;
	width: 100%;
	overflow: hidden;
}

h1.animation-title {
	font-size: 70px;
}

p.animation-caption {
	font-size: 28px;
}

.action-wrapper .button {
	margin-right: 15px;
}

.action-wrapper .button:last-of-type {
	margin-right: 0;
}

.animation-shadow {
	text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.72);
}

.animation-button-shadow {
	text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.72);
	-moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.72);
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.72);
}

/*  Search Form
------------------------------------------------ */

form.searchform,
form.mailchimp-form,
form.woocommerce-product-search {
	padding: 4px;
	overflow: hidden;
	position: relative;
	margin-top: 2px;
}

input#s,
form.mailchimp-form input#mailchimp-email,
form.woocommerce-product-search input[type="search"] {
	margin-right: 5px;
	padding: 12px 1px 12px 12px;
	font-size: 16px;
	background: transparent;
	border: none;
	-webkit-appearance: none;
	position: absolute;
	left: 0;
	top: 5px;
	width: 100%;
	z-index: 1;
}

form.searchform .button,
form.mailchimp-form .button,
form.woocommerce-product-search button {
	float: right;
	position: relative;
	z-index: 2;
}


/*  Search Results
------------------------------------------------ */

.search-results {
	margin-bottom: 30px;
}


/*  Slide In Cart
------------------------------------------------ */

.sidecart {
	top: 0;
	bottom: 0;
    position: fixed;
    right: -380px;
    width: 380px;
    max-width: 100%;
	padding: 30px;
	z-index: 20;
	overflow-y: auto;
	transition-property: all;
	transition-duration: .5s;
	transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
	-webkit-overflow-scrolling: touch;
}

body.sidecart-open .sidecart {
  right: 0;
}

.admin-bar .sidecart {
	padding-top: 90px;
}

body.sidecart-open .close-layer {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 15;
}

a.close-toggle {
	font-weight: 700;
	font-size: 12px;
	position: absolute;
	top: 15px;
	right: 29px;
	border-width: 3px;
	border-style: solid;
	border-radius: 50%;
	padding: 8px 12px;
	cursor: pointer;
}

.admin-bar a.close-toggle {
	top: 47px;
}

.sidecart h2 {
	font-size: 26px;
	border-bottom: 1px solid #ebe9eb;
}

.sidecart p.total {
	font-size: 20px;
	overflow: hidden;
	text-align: right;
}

.sidecart p.total strong {
	float: left;
}

.sidecart a.button {
	display: block;
	text-align: center;
	margin-bottom: 10px;
}

.sidecart ul.cart_list {
	margin: 30px 0;
	list-style-type: none;
}

.sidecart ul.cart_list img.attachment-cart_item_image_size {
	width: 100px;
	float: left;
	margin-right: 10px;
}

.sidecart ul.cart_list li {
	overflow: hidden;
	margin: 0 0 10px;
	position: relative;
	padding-left: 0 !important;
}

.sidecart ul.cart_list li a {
	font-size: 18px;
}

.sidecart .widget.widget_shopping_cart li a.remove {
	display: none;
}

.sidecart ul.cart_list li span.quantity {
	display: block;
	padding-top: 5px;
	font-size: 14px;
	text-align: right;
}

.sidecart dl.variation {
	display: inline-block;
	font-size: 14px;
}

.sidecart dl.variation dt:before {
	content: '-';
	margin-right: 5px;
}

.sidecart .widget .variation dd {
	margin-bottom: 0;
	margin-left: 2px;
}

/*  Loading Animation
------------------------------------------------ */

#wrap.motion {
	animation-duration: .45s;
	-webkit-animation-duration: .45s;
	
	transition-timing-function: linear;
	-webkit-animation-transition-timing-function: linear;
	
	animation-fill-mode: both;
	-webkit-animation-fill-mode: both;
	
	animation-name: fadeInLoad;
	-webkit-animation-name: fadeInLoad;
}

.slide-out #wrap {
	animation-duration: .45s;
	-webkit-animation-duration: .45s;
	
	transition-timing-function: linear;
	-webkit-animation-transition-timing-function: linear;
	
	animation-fill-mode: both;
	-webkit-animation-fill-mode: both;
	
	animation-name: fadeInExit;
	-webkit-animation-name: fadeInExit;
}

@keyframes fadeInLoad {
	0% { opacity: 0; }
	100% { opacity: 1; }
}

@-webkit-keyframes fadeInLoad {
    0% { opacity: 0; }
    100% { opacity: 1; }
}

@keyframes fadeInExit {
	0% { opacity: 1; }
	100% { opacity: 0; }
}

@-webkit-keyframes fadeInExit {
	0% { opacity: 1; }
	100% { opacity: 0; }
}

/*  Page Builder Styles
------------------------------------------------ */

.panel-grid {
  zoom: 1;
}

.panel-grid:before {
  content: '';
  display: block;
}

.panel-grid:after {
  content: '';
  display: table;
  clear: both;
}

.panel-grid-cell {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 1em;
  float: left;
}


.panel-grid-cell .so-panel {
  zoom: 1;
}

.panel-grid-cell .so-panel:before {
  content: '';
  display: block;
}

.panel-grid-cell .so-panel:after {
  content: '';
  display: table;
  clear: both;
}

.panel-grid-cell .panel-last-child {
  margin-bottom: 0;
}

.panel-grid-cell .widget-title {
  margin-top: 0;
  font-size: 30px;
}

.panel-row-style {
  zoom: 1;
}

.panel-row-style:before {
  content: '';
  display: block;
}

.panel-row-style:after {
  content: '';
  display: table;
  clear: both;
}

.mobile-detect {
	float: left;
}

/*  1161px and up
------------------------------------------------ */

@media only screen and (min-width: 1161px) {
	
	.default-builder #wrap {
		width: 1140px;
	}
	
}

/*  1024px to 1160px
------------------------------------------------ */

@media screen and (min-width: 1024px) and (max-width: 1160px) {
	
	.default-builder #wrap {
		width: 960px;
	}

}

/*  1024px down
------------------------------------------------ */

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

	.fixed-background {
		background-attachment: scroll;
	}
	
}

/* 768px to 1023px wide
------------------------------------------------ */

@media screen and (min-width: 768px) and (max-width: 1023px) {
	
	nav#primary-site-navigation {
		display: none;
	}
	
	a.mobile-menu-link, .mobile-header-mini-cart {
		display: inline-block;
	}
	
	.default-builder #wrap {
		width: 750px;
	}
	
	#content table.cart td.actions .coupon .input-text {
		width: 180px;
	}

}

/*  767px and under
------------------------------------------------ */

@media screen and (max-width: 767px) {
	
	h1 {
		font-size: 30px;
	}
	
	h2 {
		font-size: 26px;
	}
	
	h3 {
		font-size: 22px;
	}
	
	h4 {
		font-size: 18px;
	}
	
	#logo {
		float: none;
		max-width: none;
		text-align: center;
		margin: 0 auto 10px;
		max-width: 80%;
	}
	
	nav#primary-site-navigation {
		display: none;
	}
	
	a.mobile-menu-link, .mobile-header-mini-cart {
		display: inline-block;
	}
	
	.mobile-background[style] { /* Prevents desktop image from flashing before mobile image loads */
		background-image: none;
	}
	
	.default-builder #wrap {
		width: 95%;
	}
	
	.no-sidebar article.post .entry-content,
	.no-sidebar article.post .post-footer,
	.no-sidebar .blog-intro .entry-content,
	.no-sidebar .entry-meta,
	.no-sidebar #comments,
	.no-sidebar.page-template-page-full-menu-list #content,
	.no-sidebar article.post,
	.no-sidebar .pagination,
	.no-sidebar.woocommerce-checkout #customer_details,
	.no-sidebar.woocommerce-checkout h3#order_review_heading,
	.no-sidebar.woocommerce-checkout #order_review,
	.no-sidebar.woocommerce-cart article form,
	.no-sidebar.woocommerce-cart .cart_totals {
		width: 100%;
		float: none;
	}
	
	#content {
		padding: 15px;
	}
	
	nav#primary-site-navigation {
		display: none;
	}
	
	#header-menu {
		width: 100%;
		text-align: center;
	}
	
	.sf-menu > li {
		float: none;
		display: inline-block;
	}
	
	a.mobile-menu-link, .mobile-header-mini-cart {
		display: inline-block;
	}

	.equal-height .widget {
		height: auto;
		min-height: 60vh;
	}
	
	.full-height {
		height: auto;
		min-height: 60vh;
	}
	
	.full-height.hero-bottom {
		padding-bottom: 30px;
	}
	
	#footer-content,
	#footer-final {
		display: block;
	}
	
	#footer-left,
	#footer-right {
		display: block;
		width: 100%;
		float: none;
		margin-bottom: 20px;
	}
	
	#footer-left,
	#footer-right,
	#footer #menu-social-media ul {
		text-align: center;
	}
	
	p#organizedthemes-link img {
		float: none;
	}
	
	ul.network-icons,
	ul.network-icons.right-icons,
	ul.network-icons.left-icons {
		text-align: center;
	}
	
	.no-sidebar.woocommerce-checkout #customer_details,
	.no-sidebar.woocommerce-checkout h3#order_review_heading,
	.no-sidebar.woocommerce-checkout #order_review {
		width: 100%;
		float: none;
	}
	
	h1.animation-title {
		font-size: 40px;
	}
	
	p.animation-caption {
		font-size: 20px;
	}

}

/*  520px and Under
------------------------------------------------ */

@media screen and (max-width: 520px) {
	
	#logo {
		max-width: 60%;
		float: left;
	}
	
	.panel-row-style[style] {
		height: auto !important;
	}
	
	.woocommerce-product-search {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	input#s,
	input#search-submit,
	input#mailchimp-submit,
	form.mailchimp-form input#mailchimp-email,
	form.woocommerce-product-search input[type="search"] {
		width: 100%;
		position: relative;
		top: 0;
	}
	
	h1.page-title,
	h2.page-title {
		font-size: 30px;
	}
	
	th.product-remove,
	td.product-remove {
		display: none;
	}
	
	table.shop_table {
		font-size: 14px;
	}

}

/*  768px tall and shorter
------------------------------------------------ */

@media screen and (max-height: 768px) {

	.full-height.hero-bottom {
		height: auto;
		padding-top: 130px;
		min-height: 100vh;
	}

}

/*  WooCommerce
------------------------------------------------ */
.woocommerce a.remove {
	color: #dc4f45;
	font-size: 2.5em;
	line-height: 30px;
}

.select2-results__option {
	padding: 5px;
}

.single-product.sidebar-right .site-main,
.single-product.sidebar-left .site-main,
.woocommerce-shop.archive.sidebar-right #wrap,
.woocommerce-shop.archive.sidebar-left #wrap {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

.woocommerce-shop.archive.sidebar-right #wrap,
.woocommerce-shop.archive.sidebar-left #wrap {
	gap: 0 20px !important;
}

.woocommerce-shop.archive.sidebar-right #wrap::before,
.woocommerce-shop.archive.sidebar-left #wrap::before {
	display: none;
}

.single-product.sidebar-left .site-main,
.woocommerce-shop.archive.sidebar-left #wrap {
	flex-direction: row-reverse;
}

.single-product.sidebar-right .site-main > div,
.single-product.sidebar-right .site-main > nav,
.single-product.sidebar-left .site-main > div,
.single-product.sidebar-left .site-main > nav {
	width: 100%;
}

.single-product.sidebar-right .site-main > div.product,
.single-product.sidebar-left .site-main > div.product,
.woocommerce-shop.archive.sidebar-right .content-area,
.woocommerce-shop.archive.sidebar-left .content-area {
	width: 65%;
}

.single-product.sidebar-right .site-main > #sidebar,
.single-product.sidebar-left .site-main > #sidebar,
.woocommerce-shop.archive.sidebar-right #sidebar,
.woocommerce-shop.archive.sidebar-left #sidebar {
	width: 33%;
	margin-top: 10px;
}

.single-product.sidebar-right .woocommerce-notices-wrapper:empty,
.single-product.sidebar-left .woocommerce-notices-wrapper:empty {
	display: none;
}

@media only screen and (max-width: 992px) {
	.single-product.sidebar-right .site-main > div.product,
	.single-product.sidebar-left .site-main > div.product,
	.woocommerce-shop.archive.sidebar-right .content-area,
	.woocommerce-shop.archive.sidebar-left .content-area {
		width: 100% !important;
	}
	
	.single-product.sidebar-right .site-main > #sidebar,
	.single-product.sidebar-left .site-main > #sidebar,
	.woocommerce-shop.archive.sidebar-right #sidebar,
	.woocommerce-shop.archive.sidebar-left #sidebar {
		width: 100%;
	}
}