/*
Theme Name: Catch Foodmania
Theme URI: https://catchthemes.com/themes/catch-foodmania/
Author: Catch Themes
Author URI: https://catchthemes.com/
Description: Catch Foodmania is a clean, simple, and aesthetically pleasing free WordPress theme for restaurants specially designed to furnish webmasters in the foodservice industry. It allows them to quickly and effortlessly create their own amazing modern restaurant websites. Catch Foodmania is a simple yet highly customizable restaurant WordPress theme that puts your cuisine on the forefront. Catch Foodmania is completely responsive and your website looks flawless across all devices. This theme provides you with the basic features required for restaurant business—such as header media, featured content, featured slider, food menus, hero content, services, testimonials and more. With these incredible features, make your food business grow to new heights and entice a new clientele to your restaurant business. Also, Catch Foodmania is translation-ready. Download Catch Foodmania and start your restaurant business right away! For more information, check out Theme Instructions at https://catchthemes.com/themes/catch-foodmania/, support at https://catchthemes.com/support/ and Demo at https://catchthemes.com/demo/catch-foodmania
Version: 2.4.6
Requires at least: 5.6
Tested up to: 6.1
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: catch-foodmania
Domain Path: /languages/
Tags: one-column, two-columns, right-sidebar, flexible-header, custom-background, custom-header, custom-logo, custom-menu, editor-style, featured-images, featured-image-header, footer-widgets, full-width-template, sticky-post, rtl-language-support, theme-options, threaded-comments, translation-ready, blog, food-and-drink

Catch Foodmania is based on Underscores http://underscores.me/, (C) 2012-2018 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
# Padding/Margin
# Forms
# Navigation
	## Links
	## Menus
	## Social Menu
	## Breadcrumb
	## Scroll Up
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Page
	## Header
	## Comments
	## Sidebar
	## Footer
	## Posts and pages
# Infinite scroll
# Media
	## Captions
	## Galleries
	## Transition
	## FontAwesome
	## Site-Overlay
# Modules
	## Header Top
	## Slider Content Wrapper
	## Sections
	## Featured Content
	## Hero Content
	## Promotion Headline
	## Testimonials
	## Food Menu
	## Reservation Section
	## Events Section
	## Newsletter Section
	## Contact Info
	## Custom Header
# WooCommerce
	## Clearing
	## Layout
	## Shop tables
	## Products
	## Infinite Scroll
	## Onsale
	## Price
	## Buttons
	## Single product
	## Checkout
	## My account
	## General WooCommerce components
		### Header cart
		### Pagination
		### Star rating
		### Tabs
		### Password strength meter
		### Forms
		### Notices
		### WooCommerce widgets
			#### WooCommerce Price Filter
# Media Queries
	## >= 480px (iPhone 4 and 4S : Landscape)
	## >= 667px (iPhone 6, 6S, 7 and 8 : Landscape)
	## >= 768px (iPad 1, 2, 3, 4, Mini, Air, Pro 9.7" : Portrait)
	## >= 812px (iPhone X : Landscape )
	## >= 1024px (iPad 1, 2, 3, 4, Mini, Air, Pro 9.7" : Landscape)
	## >= 1366px ()
	## >= 1600px (Kindle Fire HD 8.9" : Landscape)
# Colors
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

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;
}

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

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

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

mark {
	background-color: #eee;
	color: #222;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

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;
	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: 0;
}

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

body,
button,
input,
select,
optgroup,
textarea {
	font-size: 16px;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.75;
}

body,
button,
input,
select,
optgroup,
textarea,
.slider-content-wrapper .entry-title,
.custom-header-content .entry-title,
.site-footer .entry-title,
.hero-content-wrapper .entry-title span,
.reserve-content-wrapper .entry-title span,
.contact-details li .contact-label {
	font-family: 'Montserrat', sans-serif;
}

.section-title,
.slider-content-wrapper .sub-title,
.custom-header-content .sub-title,
.hero-content-wrapper .entry-title,
.promotion-headline-wrapper .entry-title,
.footer-instagram .widget-title,
.reserve-content-wrapper .entry-title {
	clear: both;
	font-family: 'Great Vibes', cursive;
	font-weight: 400;
}

.menu-content-wrapper .ui-tabs-anchor,
.item-price,
.entry-title,
.reserve-content-wrapper .contact-description strong,
.contact-details li span,
.woocommerce-tabs .panel h2:first-of-type,
 ul.products li.product .woocommerce-loop-product__title,
 ul.products li.product .price,
 .woocommerce-Price-amount.amount {
	font-family: 'PT Serif', serif;
}

h1,
.footer-instagram .widget-title,
.section-title,
.section-description,
.hero-content-wrapper .entry-title,
.promotion-headline-wrapper .entry-title,
.hero-content-wrapper .entry-title span,
.reserve-content-wrapper .entry-title,
.reserve-content-wrapper .entry-title span,
.before-text {
	font-size: 28px;
	font-size: 1.75rem;
}

h1 {
	margin-bottom: 0.6666666666666667em;
	margin-top: 1.333333333333333em;
	line-height: 1.166666666666667;
}

h2,
.menu-group-title,
.single .content-area .entry-title,
.error404 .content-area
.page-title,
.search .content-area .page-title,
.page .content-area .entry-title,
.woocommerce-page .page-title {
	font-size: 26px;
	font-size: 1.625rem;
}

h2 {
	margin-bottom: 0.8em;
	margin-top: 1.6em;
	line-height: 1.2;
}

h3 {
	font-size: 24px;
	font-size: 1.5rem;
	line-height: 1.25;
	margin-bottom: 1em;
	margin-top: 2em;
}

h4 {
	font-size: 22px;
	font-size: 1.375rem;
}

h4 {
	margin-bottom: 1.166666666666667em;
	margin-top: 2.333333333333333em;
	line-height: 1.458333333333333;
}

h5,
.comments-title,
.comment-reply-title,
.content-area .entry-title,
.entry-title,
.author-title,
.contact-details li span,
.woocommerce-tabs .panel h2:first-of-type,
ul.products li.product .woocommerce-loop-product__title,
.related.products h2:first-of-type {
	font-size: 20px;
	font-size: 1.25rem;
}

h5 {
	line-height: 1.4;
	margin-bottom: 1.4em;
	margin-top: 2.8em;
}

h6 {
	font-size: 16px;
	font-size: 1rem;
}

h6 {
	margin-bottom: 1.75em;
	margin-top: 3.5em;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
	margin-top: 0;
}

.site-title {
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.458333333333333;
	text-transform: uppercase;
}

.site-description {
	line-height: 1.166;
}

.comment-reply-title {
	font-size: 20px;
	font-size: 1.25rem;
}

.item-price,
.slider-content-wrapper .entry-summary {
	font-size: 18px;
	font-size: 1.125rem;
}

.entry-footer .entry-meta,
.menu-content-wrapper .entry-content {
	font-size: 16px;
	font-size: 1rem;
}

.main-navigation a,
.entry-breadcrumbs,
.site-info,
.woocommerce .entry-breadcrumbs .woocommerce-breadcrumb {
	font-size: 14px;
	font-size: 0.875rem;
}

.site-description,
.entry-category,
.entry-meta,
.comment-metadata,
.menu-content-wrapper .entry-content {
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.615384615384615;
}

.section-title,
.section-description,
.hero-content-wrapper .entry-title span,
.reserve-content-wrapper .entry-title,
.reserve-content-wrapper .entry-title span,
.before-text {
	line-height: 1.166666666666667;
}

.drop-cap:first-letter {
  	float: left;
  	font-size: 100px;
  	font-size: 6.25rem;
  	font-weight: 500;
  	line-height: 0.6;
  	margin: 11px 14px 3px -10px;
}

p {
	margin-top: 0;
}

p,
.entry-content .contact-form input[type="text"],
.entry-content .contact-form input[type="email"],
.entry-content .contact-form textarea {
	margin-bottom: 1.555555555555556em;
}

.entry-footer .entry-meta {
    font-style: italic;
}

b,
strong {
	font-weight: 600;
}

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

cite {
	font-size: 13px;
	font-size: 0.8125rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.615384615384615;
}

blockquote {
	font-size: 18px;
	font-size: 1.125rem;
	font-style: italic;
	font-weight: 500;
	line-height: 1.555555555555556;
	margin: 77px 0 28px 0;
	position: relative;
	text-align: center;
}

blockquote p {
	margin-bottom: 1.166666666666667em;
}

address {
	font-style: normal;
	margin: 0 0 1.555555555555556em;
}

pre {
	margin-bottom: 1.75em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
	white-space: pre-wrap;
}

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

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

mark,
ins {
	padding: 7px;
	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;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	border: 0;
	height: 1px;
	margin-bottom: 1.555555555555556em;
}

ul,
ol {
	margin: 0 0 1.555555555555556em 2em;
	padding: 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 600;
}

dd {
	margin: 0 1.555555555555556em 1.555555555555556em;
}

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

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

table {
	table-layout: fixed;
	width: 100%;
	border-spacing: 0;
	margin: 0 0 1.75em;
}

table,
th,
td {
	border: 1px solid;
}

.widget_calendar td,
.widget_calendar th {
    line-height: 2.5625;
    padding: 0;
}

table caption {
	padding-bottom: 21px;
}

table a,
th {
	font-weight: 700;
}

th {
	text-align: left;
}

th,
td {
	padding: 0.7777777777777778em 1.555555555555556em;
}

blockquote:before {
	content: "\201C";
	display: block;
	float: left;
	font-family: Georgia;
	font-size: 84px;
	font-size: 5.25rem;
	font-weight: bold;
	height: 0;
	left: 50%;
	line-height: 0;
	position: absolute;
	top: -17px;
	transform: translateX(-50%);
}

.entry-content blockquote.alignleft,
.entry-content blockquote.alignright {
	margin-top: 56px;
}

/*--------------------------------------------------------------
# Padding/Margin
--------------------------------------------------------------*/

.entry-content > :last-child,
.entry-summary > :last-child,
.page-content > :last-child,
.comment-content > :last-child,
.textwidget > :last-child,
blockquote > :last-child,
.taxonomy-description > :last-child,
.widget-area .wrapper > :last-child,
.widget > :last-child,
.widget li:last-child,
.widget embed:last-child,
.widget iframe:last-child,
.widget object:last-child,
.widget video:last-child,
#colophon .widget li:last-child,
.entry-footer > :last-child,
.slider-content-wrapper .entry-container > :last-child,
.comment-form > :last-child,
.widget .widget-wrapper > :last-child,
.widget .ads-code-wrap .hentry:last-child,
form input:last-of-type,
.widget-area .widget.essential-widgets.ewnewsletter input:last-of-type,
.site-footer .widget li:last-child,
.singular-content-wrap >:last-child,
.archive .page-header >:last-child,
.search .page-header >:last-child,
.archive  .archive-description p:last-child,
#secondary ul li:last-child,
.site-footer ul li:last-child,
.woocommerce .entry-breadcrumbs .woocommerce-breadcrumb,
.author-description >:last-child,
.post-password-form >:last-child,
.no-comments,
.form-submit,
.recent-blog-content-wrapper .section-content-wrap + p,
.entry-content form >:last-child,
form p:last-of-type,
.entry-footer .entry-meta span:last-child,
.slider-content-wrapper .hentry,
.instagram-button,
.site-footer .menu-social-container ul li,
.page-template-menu-page .entry-container > .entry-header,
.menu-group-title,
.menu-items > .hentry:last-child,
.item-price,
.section-description >:last-child {
	margin-bottom: 0;
}

.hero-content-wrapper .entry-title,
body:not(.no-header-media-image) .content-area .singular-content-wrap .entry-content,
body:not(.no-header-media-image) .content-area .singular-content-wrap .entry-summary,
.promotion-headline-wrapper .entry-title,
.instagram-button .button,
.recent-blog-content-wrapper .more-recent-posts,
.menu-group-title {
	margin-top: 0;
}

.site-title,
.site-description,
.section-title,
.entry-title,
.widget-title,
.widgettitle,
.comments-title,
.comment-reply-title,
.page-title,
.author-title,
.reserve-content-wrapper .entry-title {
	margin: 0;
}

.section-heading-wrap,
.section-heading-wrapper {
	padding: 42px 30px 28px 30px;
	max-width: 680px;
	margin: 0 auto;
}

.archive .page-header,
.search .page-header {
	padding: 0 30px 28px 30px;
}

.singular-content-wrap .entry-header {
	padding: 0 0 21px 0;
}

.site-footer .site-social,
.site-main.woocommerce {
	padding-top: 42px;
}

body:not(.home).two-columns-layout .content-area {
}

.section-content-wrapper,
.singular-content-wrap,
.recent-blog-content-wrapper .section-content-wrap,
.archive-content-wrap .section-content-wrapper,
.navigation .nav-links,
.woocommerce-page .site-content .wrapper,
.entry-breadcrumbs,
.search-no-results .archive-content-wrap {
	padding-left: 30px;
	padding-right: 30px;
}

.singular-content-wrap {
	padding-bottom: 42px;
	padding-top: 42px;
}

.archive .archive-content-wrap,
.search .archive-content-wrap {
	padding-top: 42px;
}

.two-columns-layout .singular-content-wrap {
	border-bottom: 1px solid;
}

.section-content-wrapper,
.section-content-wrap {
	padding-bottom: 14px;
}

.two-columns-layout .singular-content-wrap {
	padding-bottom: 42px;
}

.slider-content-wrapper .section-content-wrap,
.content-area .section-content-wrapper {
	padding-bottom: 0;
}

.error404 .error-404.not-found .page-header,
.menu-group-header {
	padding-bottom: 35px;
	padding-top: 35px;
}

.sidebar .widget.widget_search {
	border: 0;
	padding: 0;
}

.sidebar .widget.widget_search .widget-title {
	margin: 0 0 28px;
}

.menu-wrapper .search-form .search-field {
	padding-right: 45px;
}

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

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.more-button,
.author-link,
.posts-navigation .nav-links a,
.pagination .prev.page-numbers,
.pagination .next.page-numbers,
.site-main #infinite-handle span button,
.slider-content-wrapper .more-link,
.hero-content-wrapper .more-link,
.promotion-headline-wrapper .more-link,
.recent-blog-content-wrapper .more-recent-posts .more-link,
.custom-header .more-link,
.view-all-button .more-link,
.woocommerce div.product form.cart .button,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
#events-section .more-button .more-link {
	font-size: 13px;
	font-size: 0.8125rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	letter-spacing:1px;
	line-height: 1.615384615384615;
	text-transform: uppercase;
}

.more-button,
.author-link {
	display: block;
}

.view-all-button {
	clear: both;
	position: relative;
	text-align: center;
}

.view-all-button .more-button {
	margin-top: 0;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.posts-navigation .nav-links a,
.pagination .prev.page-numbers,
.pagination .next.page-numbers,
.site-main #infinite-handle span button,
.slider-content-wrapper .more-link,
.hero-content-wrapper .more-link,
.promotion-headline-wrapper .more-link,
.recent-blog-content-wrapper .more-recent-posts .more-link,
.menu-content-wrapper .more-link,
.custom-header .more-link,
.instagram-button .button,
.view-all-button .more-link,
.woocommerce div.product form.cart .button,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
#events-section .more-button .more-link,
.woocommerce .product-container .wc-forward {
	border-radius: 35px;
	display: inline-block;
	padding: 11px 20px;
}

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,
select {
	border: 0;
	margin-top: 7px;
	padding: 11px 14px;
	width: 100%;
}

textarea {
	width: 100%;
}

.post-password-form {
	margin-bottom: 1.75em;
}

.post-password-form label {
	display: block;
	font-size: 13px;
	font-size: 0.8125rem;
	letter-spacing: 0.076923077em;
	line-height: 1.6153846154;
	margin-bottom: 1.75em;
	text-transform: uppercase;
}

.entry-content .post-password-form input[type="password"] {
	width: 100%;
}

.post-password-form > :last-child {
	margin-bottom: 0;
}

.entry-content .contact-form input[type="text"],
.entry-content .contact-form input[type="email"],
.entry-content .contact-form textarea {
	max-width: 100%;
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

a,
.entry-content .button {
	text-decoration: none;
}

a:focus {
	outline: thin dotted;
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	margin: 0;
	position: relative;
}

.main-navigation li,
.search-container {
	border-bottom: 1px solid;
}

.menu-social-container {
	padding: 10px 15px;
}

.main-navigation li.menu-item-has-children ul a {
	padding: 15px 49px 15px 40px;
}

.main-navigation li.menu-item-has-children ul ul a {
	padding-left: 50px;
}

.main-navigation a  {
	line-height: 1.2;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 500;
	text-decoration: none;
	text-transform: uppercase;
}

.main-navigation a {
	padding: 14px 30px;
}

.search-container {
	padding: 14px;
}

.mobile-social-search .search-container {
	padding: 20px 30px;
}

.navigation-classic .main-navigation {
	border: none;
}

.main-navigation ul.toggled-on {
	box-shadow: none;
	border-top: 1px solid;
}

.main-navigation ul.toggled-on li:last-child {
	border-bottom: none;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
	right: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: auto;
	right: 100%;
}

.main-navigation ul ul .current_page_item > a,
.main-navigation ul ul .current-menu-item > a {
	text-decoration: underline;
}

.site-header-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: auto;
    margin-right: -14px;
}

#social-search-wrapper {
	display: none;
}

.menu-inside-wrapper {
    position: absolute;
    right: -100%;
    top: 100%;
    width: 100%;
	max-width: 100%;
	visibility: hidden;
	z-index: 999999;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-o-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
    transition: all .4s ease-in-out 0s;
}

.is-open .menu-inside-wrapper {
	right: 0;
    visibility: visible;
}

body.menu-open {
	overflow-y: scroll;
	width:      100%;
}

.menu-toggle-wrapper {
	padding: 10px 5px;
}

.menu-toggle {
	background-color: transparent;
	padding: 9px;
	font-size: 14px;
	line-height: 1;
}

#primary-search-wrapper .menu-toggle,
#social-menu-wrapper .menu-toggle {
	display: inline-block;
	height: 36px;
	padding: 0;
	text-align: center;
	width: 16px;
}

/* Dropdown Toggle */
.dropdown-toggle {
	background-color: transparent;
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	display: block;
	font-size: 18px;
	font-size: 1.125rem;
	right: 0;
	line-height: 1.172;
	margin: 0 auto;
	padding: 15px;
	position: absolute;
	text-shadow: none;
	top: 0;
}

.dropdown-toggle:hover,
.dropdown-toggle:focus,
.dropdown-toggle:focus {
	background: transparent;
}

.dropdown-toggle:focus {
	outline: thin dotted;
}

.dropdown-toggle.toggled-on .icon {
	-ms-transform: rotate(-180deg); /* IE 9 */
	-webkit-transform: rotate(-180deg); /* Chrome, Safari, Opera */
	transform: rotate(-180deg);
}

.main-navigation .menu-item-has-children > a > .icon,
.main-navigation .page_item_has_children > a > .icon,
.main-navigation ul a > .icon {
	display: none;
}

.main-navigation ul ul {
	display: none;
}

.main-navigation ul .toggled-on {
	display: block;
}

.main-navigation .dropdown-toggle.active:after {
	transform: rotate(180deg);
}

.main-navigation .menu-social-container a:hover,
.main-navigation .menu-social-container a:focus {
	background-color: transparent;
}

.menu-toggle:hover,
.menu-toggle:focus,
.menu-toggle.selected {
	background-color: transparent;
}

.main-navigation .current-menu-item > a,
.main-navigation .current-menu-ancestor > a {
	font-weight: 600;
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0;
	overflow: hidden;
}

.site-main .posts-navigation .nav-previous,
.site-main .posts-navigation .nav-next {
	margin-top: 28px;
}

.post-navigation span {
	display: block;
}

.post-navigation .nav-links {
	border-bottom: 1px solid;
	overflow: hidden;
	padding: 14px 0 35px;
}

.post-navigation .nav-previous,
.post-navigation .nav-next {
	font-weight: 700;
	position: relative;
}

.post-navigation .nav-next {
	margin-top: 49px;
}

.post-navigation .nav-subtitle {
	font-size: 12px;
	font-size: 0.75rem;
    margin-bottom: 0.583em;
    text-transform: uppercase;
}

.nav-subtitle {
	font-weight: 400;
}

.search-form {
	position: relative;
}

.search-field,
input[type="search"] {
	border-radius: 6px;
	margin: 0;
 	-webkit-appearance: none;
  	-webkit-border-radius: 0;
}

.search-submit {
	background-color: transparent;
	border-radius: 0;
	border: none;
	bottom: 0;
	letter-spacing: normal;
	padding: 12px 15px;
	position: absolute;
	right: 0;
	top: 0;
}

.search-submit:hover,
.search-submit:focus {
	background-color: transparent;
}

.menu-label {
	display: none;
}

#primary-search-wrapper,
#social-menu-wrapper {
	display: none;
}

.site-header-menu input[type="search"] {
	border: 1px solid;
	background-color: transparent;
	font-size: 14px;
	font-size: 0.875rem;
}

/*--------------------------------------------------------------
## Social Menu
--------------------------------------------------------------*/

.social-top {
	display: none;
}

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

.ctsocialwidget ul {
	margin:  0;
}

.social-navigation li,
.ctsocialwidget li {
	display: inline;
	margin: 0;
}

.social-navigation a,
.ctsocialwidget a {
	display: inline-block;
	text-align: center;
}

.social-navigation .icon {
	height: 16px;
	top: 10px;
	width: 16px;
	vertical-align: top;
}

.navigation-classic .social-top .menu-social-container {
    padding: 30px;
}

.ctsocialwidget .menu-social-container {
	border: none;
	padding: 0;
}

/*--------------------------------------------------------------
## Breadcrumb
--------------------------------------------------------------*/

.entry-breadcrumbs {
	padding: 14px 0;
}

.entry-breadcrumbs a {
	font-weight: 400;
	margin-right: 21px;
	position: relative;
}

.entry-breadcrumbs a:after {
	content: "\002F";
	position: absolute;
	right: -14px;
	top: -2px;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/

#scrollup {
	-webkit-border-radius: 50%;
	border-radius: 50%;
	bottom: 21px;
	cursor: pointer;
	height: 35px;
	outline: none;
	padding: 12px;
	position: fixed;
	right: 21px;
	width: 35px;
	z-index: 9999;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	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: 40px;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 40px;
}

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

img.alignright {
	margin: 0.375em 0 1.75em 2.222222222222222em;
}

img.alignleft {
	margin: 0.375em 2.222222222222222em 1.75em 0;
}

.section-heading-wrapper,
.section-heading-wrap,
.section-description,
.archive .page-header,
.search .page-header,
.singular-content-wrap .entry-header,
.error404 .error-404.not-found .page-header,
.woocommerce-products-header,
.entry-breadcrumbs,
.author-info,
.post-navigation,
.form-submit,
.footer-instagram .widget-title,
.gallery-item,
.wp-caption-text,
.site-main #infinite-handle,
.infinite-loader,
.pagination,
.posts-navigation,
.post-thumbnail,
.slider-image,
#scrollup,
.comment-reply-title,
.custom-header,
.custom-header-content,
.promotion-headline-wrapper,
.hero-content-wrapper .hentry,
.recent-blog-content-wrapper .more-recent-posts,
.menu-content-wrapper .more-button,
.widget_calendar td,
.widget_calendar th,
.menu-group-header,
#site-generator,
.hero-content-wrapper .entry-title span,
.reserve-content-wrapper .entry-title,
.before-text,
.contact-details {
	text-align: center;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/

.ui-tabs-panel-wrap:before,
.ui-tabs-panel-wrap:after,
.ui-tabs-panel:before,
.ui-tabs-panel:after,
.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,
#tertiary:before,
#tertiary:after,
.section-content-wrapper:before,
.section-content-wrapper:after,
.section-content-wrap:before,
.section-content-wrap:after,
.testimonials-content-wrapper .section-content-wrap.layout-one .review-slide:before,
.testimonials-content-wrapper .section-content-wrap.layout-one .review-slide:after,
.footer-widget-area .wrapper:before,
.footer-widget-area .wrapper:after,
.sidebar:before,
.sidebar:after,
.testimonials-content-wrapper .hentry:before,
.testimonials-content-wrapper .hentry:after,
.contact-details:before,
.contact-details:after,
.widget li:before,
.widget li:after,
.site-content .wrapper:before,
.site-content .wrapper:after,
.custom-menu-wrapper:before,
.custom-menu-wrapper:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.ui-tabs-panel-wrap:after,
.ui-tabs-panel:after,
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
#tertiary:after,
.section-content-wrapper:after,
.section-content-wrap:after,
.testimonials-content-wrapper .review-slide:after,
.footer-widget-area .wrapper:after,
.sidebar:after,
.testimonials-content-wrapper .hentry:after,
.contact-details:after,
.widget li:after,
.site-content .wrapper:after,
.custom-menu-wrapper:after {
	clear: both;
}

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

#footer-instagram .wrapper {
	max-width: 2560px;
}

.footer-widget-area .wrapper {
	padding: 21px 16px 0 16px;
}

.sidebar {
	padding: 42px 30px 0 30px;
}

.widget {
	padding: 14px;
	margin-bottom: 7px;
}

/* Recent Posts widget */
.widget-area .gallery {
	margin: 0;
}

.widget_recent_entries .post-date {
	display: block;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.615384615;
	margin-bottom: 0.538461538em;
}

.widget_recent_entries li:last-child .post-date {
	margin-bottom: 0;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

.widget-title,
.widgettitle {
	font-size: 13px;
	font-size: 0.8125rem;
	letter-spacing: 0.001em;
	line-height: 1.615384615384615;
	margin-bottom: 14px;
	text-transform: uppercase;
}

.footer-instagram .widget {
	margin: 0;
	padding: 0;
}

.footer-instagram .widget-title {
	margin-bottom: 35px;
	text-transform: capitalize;
}

#footer-instagram .catch-instagram-feed-gallery-widget-wrapper .default .item,
#footer-instagram .catch-instagram-feed-gallery-widget-wrapper.default .item {
	margin: 0;
}

#footer-instagram .catch-instagram-feed-gallery-widget-wrapper .default .item,
#footer-instagram .catch-instagram-feed-gallery-widget-wrapper.default .item {
	max-width: 16.66667%;
}

#footer-instagram .catch-instagram-feed-gallery-widget-wrapper .default .item:nth-child(3n+1),
#footer-instagram .catch-instagram-feed-gallery-widget-wrapper.default .item:nth-child(3n+1) {
	clear: none;
}

#footer-instagram .catch-instagram-feed-gallery-widget-wrapper .default .item:nth-child(6n+1),
#footer-instagram .catch-instagram-feed-gallery-widget-wrapper.default .item:nth-child(6n+1) {
    clear: both;
}

#footer-instagram .catch-instagram-feed-gallery-widget-wrapper .default
.instagram-button,
#footer-instagram .catch-instagram-feed-gallery-widget-wrapper.default .instagram-button,
#footer-instagram .widget-title {
    display: none;
}

.error404 .content-area .widget {
	padding-left: 0;
	padding-right: 0;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Page
--------------------------------------------------------------*/

#page {
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	max-width: 2560px;
	margin: 0 auto;
	position: relative;
	overflow-x: hidden;
}

.wrapper,
.boxed-layout #page,
.site-header-main {
	margin: 0 auto;
	max-width: 1520px;
}

.site-content .wrapper {
	padding-bottom: 42px;
}

.slider-content-wrapper .wrapper {
	max-width: 2560px;
	padding: 0;
}

.page.no-sidebar .content-area,
.single.no-sidebar .content-area {
	max-width: 800px;
}

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

#masthead {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 9999;
}

.site-header-main {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
	padding-left: 30px;
	padding-right: 30px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.site-branding {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.wp-custom-logo .site-identity {
    display: none;
}

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

.comments-area,
.no-comments {
	clear: both;
	padding-top: 14px;
}

.comment-body {
	position: relative;
}

.comment-list {
	list-style: none;
	margin: 0;
}

.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
	border-top: 1px solid;
	padding: 2em 0;
}

.comments-area .comment-list >li:first-child > article,
.comments-area .comment-list li.pingback:first-child,
.comments-area .comment-list li.trackback:first-child {
    border-top: none;
}

.comment-list,
.comments-area .children {
	list-style: none;
	margin-left: 0;
}

.comment-list .children > li {
	margin-left: 0.875em;
}

.comment-meta {
	overflow: hidden;
}

.comment-content {
	clear: both;
	position: relative;
}

.comment-author {
	margin-bottom: 0.4375em;
}

.comment-author .avatar {
	float: left;
	height: 65px;
	width: 65px;
	margin-right: 28px;
}

.comment-metadata,
.pingback .edit-link {
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.6153846154;
}

.comment-metadata {
	margin-bottom: 2.1538461538em;
}

.comment-metadata .edit-link,
.pingback .edit-link {
	display: inline-block;
	margin: 0;
}

.comment-metadata .edit-link:before,
.pingback .edit-link:before {
	content: "\002f";
	display: inline-block;
	opacity: 0.7;
	padding: 0 0.538461538em;
}

.comment-respond {
	border: 1px solid;
	max-width: 680px;
	margin: 28px auto 28px auto;
	padding: 35px;
	position: relative;
}

.comment-reply-link,
#cancel-comment-reply-link {
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 600;
	letter-spacing: 0.01em;
	text-transform: uppercase;
}

.reply {
	margin-top: 21px;
}

#cancel-comment-reply-link {
	position: absolute;
	right: 21px;
	top: 21px;
	text-indent: -9999px;
}

#cancel-comment-reply-link:before {
	padding-right: 4px;
	position: absolute;
	right: 0;
	text-indent: 0;
}

.comment-reply-title {
	margin-bottom: 1.458333333333333em;
}

.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

.site .avatar {
	border-radius: 50%;
}

.author-avatar .avatar {
	height: 65px;
	width: 65px;
}

.comment-form label {
	display: block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.083em;
    line-height: 2.333333333333333;
    text-transform: uppercase;
}

/*--------------------------------------------------------------
## Sidebar
--------------------------------------------------------------*/

.sidebar .widget {
	border: 1px solid;
	margin: 0 0 35px;
	padding: 35px;
	padding-top: 0;
}

.sidebar .widget:last-of-type {
	margin-bottom: 0;
}

.sidebar .widget .widget-title {
	margin: 0 -35px 28px;
	padding: 21px 35px;
}

#secondary ul,
.site-footer ul {
	list-style: none;
	margin: 0;
}

#secondary .dropdown-toggle,
.site-footer .dropdown-toggle {
	display: none;
}

#secondary ul li,
.site-footer ul li,
.error404 .widget  ul li {
	margin-bottom: 12px;
}

#secondary ul li > ul,
.site-footer ul li > ul {
	margin-top: 14px;
}

.widget_categories ul,
.widget_archive ul,
.ew-archive ul,
.ew-category ul {
	text-align: right;
}

.widget_categories ul li,
.widget_archive ul li,
.ew-archive ul li,
.ew-category ul li {
    display: block;
    overflow: hidden;
}

.widget_categories ul li a,
.widget_archive ul li a,
.ew-archive ul li a,
.ew-category ul li a {
    float: left;
}

.ew-category .children {
	clear: both;
	float: none;
}

.tag-cloud-link {
	border: 1px solid;
	display: inline-block;
	margin: 3px;
	padding: 5px 10px;
}

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

#site-generator {
	clear: both;
	padding: 21px 30px;
}

#site-generator .site-social,
#site-generator .site-info {
	padding: 14px 0;
}

#site-generator .menu-social-container {
	border: none;
	padding: 0;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

.sticky-label {
	display: inline-block;
	font-size: 13px;
	font-size: 0.8125rem;
	letter-spacing: 0.05em;
	margin-bottom: 14px;
	padding: 2px 10px;
	text-transform: uppercase;
}

.sticky {
	display: block;
}

.hentry,
.special-image,
.view-all-button,
#tabs {
	margin-bottom: 28px;
}

.search.search-results .content-area .hentry-inner {
	padding: 35px;
}

.entry-header .entry-meta > span,
.custom-header .entry-meta > span {
	margin-right: 14px;
}

.post-thumbnail img {
	display: block;
	margin: 0 auto;
}

.post-thumbnail,
.author-title,
.featured-content-image {
	margin-bottom: 14px;
}

body:not(.page).home .content-area .post-thumbnail,
.blog .content-area .post-thumbnail,
.recent-blog-content-wrapper .post-thumbnail,
.archive .content-area .post-thumbnail {
	position: relative;
}

body:not(.page).home .content-area .post-thumbnail:before,
.blog .content-area .post-thumbnail:before,
.recent-blog-content-wrapper .post-thumbnail:before,
.archive .content-area .post-thumbnail:before {
	font-size: 63px;
	font-size: 3.9375rem;
	line-height: 0;
	position: absolute;
	z-index: 9;
}

.archive-content-wrap .entry-container {
	clear: both;
}

.archive-content-wrap .post-thumbnail {
  background-position: center center;
  background-size: cover;
  content: "";
  float: left;
  padding-bottom: 100%;
  position: relative;
  width: 100%;
}

.archive-content-wrap .post-thumbnail a {
  position: absolute;
  top: 0;
  right:  0;
  bottom: 0;
  left: 0;
}

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

.entry-content,
.entry-summary,
.more-button,
.author-link,
.testimonials-content-wrapper .entry-content,
.testimonials-content-wrapper .entry-summary {
	margin-top: 14px;
}

.slider-content-wrapper .more-button {
	margin-top: 21px;
}

.instagram-button {
	margin-top: 28px;
}

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

.author-title,
.section-description,
.hero-content-wrapper .entry-title span,
.reserve-content-wrapper .entry-title span,
.before-text {
	font-weight: 600;
}

.entry-title,
.contact-details li span,
.woocommerce-tabs .panel h2:first-of-type,
 ul.products li.product .woocommerce-loop-product__title {
	font-weight: 700;
	line-height: 1.4;
}

.entry-meta {
	text-transform: capitalize;
}

.content-area .entry-title,
.related.products h2:first-of-type {
	line-height: 1.458333333333333;
}

.entry-header .entry-meta {
	margin-top: 7px;
}

.entry-footer .entry-meta {
	padding-top: 35px;
}

.entry-footer .entry-meta span,
.author-avatar {
	margin-bottom: 21px;
}

.edit-link {
	margin-top: 21px;
}

.entry-footer .tags-links,
.entry-footer .cat-links,
.entry-footer .edit-link {
    display: block;
    line-height: 1.1666;
}

.tags-links a,
.cat-links a {
	display: inline-block;
	margin-bottom: 7px;
	margin-right: 14px;
}

.tags-links a:last-child,
.cat-links li:last-child a {
	margin-right: 0
}

.entry-footer .cat-links:before,
.entry-footer .tags-links:before,
.edit-link:before {
	margin-right: 7px;
}

.author-info {
	margin-top: 35px;
	padding: 35px;
}

.wp-post-image:hover {
	opacity: 0.85;
}

.recent-blog-content-wrapper .hentry,
.blog .content-area .hentry,
body:not(.page).home .content-area .hentry,
.archive .content-area .hentry {
	padding: 0;
	margin: 0;
}

.recent-blog-content-wrapper .hentry .entry-container,
.blog .content-area .hentry .entry-container,
body:not(.page).home .content-area .hentry .entry-container,
.archive .content-area .hentry .entry-container {
	padding: 35px;
}

.recent-blog-content-wrapper .hentry .post-thumbnail,
.blog .content-area .hentry .post-thumbnail,
body:not(.page).home .content-area .hentry .post-thumbnail,
.archive .content-area .hentry .post-thumbnail {
	margin-bottom: 0;
}

.recent-blog-content-wrapper .hentry-inner .post-thumbnail:before,
.blog .content-area .hentry-inner .post-thumbnail:before,
body:not(.page).home .content-area .hentry-inner .post-thumbnail:before,
.archive .content-area .hentry-inner .post-thumbnail:before {
	bottom: 11px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.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;
}

.infinite-scroll.infinity-success .archive-content-wrap,
.infinite-scroll.infinity-end .archive-content-wrap {
	padding-bottom: 0;
}

.infinite-scroll.infinity-end .wrapper {
	padding-bottom: 7px;
}

.site-main #infinite-handle,
.site-main .infinite-loader,
.pagination,
.posts-navigation {
    clear: both;
    width: 100%;
}

.site-main .infinite-loader,
.site-main #infinite-handle,
.recent-blog-content-wrapper .more-recent-posts {
	padding-top: 28px;
}

.site-main #infinite-handle span {
	background-color: transparent;
	display: inline-block;
}

.ctis-load-more-container + .infinite-loader,
.ctis-finished-notice {
	left: inherit;
}

.infinite-loader {
	display: none;
}

.pagination {
	padding: 0 30px;
}

.pagination .page-numbers {
	margin: 7px 0;
}

.pagination .prev.page-numbers,
.pagination .next.page-numbers {
	display: block;
	border-color: transparent;
}

.pagination .prev.page-numbers,
.pagination .next.page-numbers {
	margin: 28px 0 0 0;
}

.pagination .prev.page-numbers {
	margin-bottom: 28px;
}

.pagination .nav-links > span,
.pagination .nav-links > a,
.page-links a,
.page-links > span {
    border: 1px solid;
    border-radius: 3px;
    display: inline-block;
    font-size: 13px;
    font-size: 0.8125rem;
    padding: 7px 14px;
    text-align: center;
}

.pagination .nav-links > a:hover,
.page-links a:hover,
.page-links a:focus {
	border-color: transparent;
}

.page-links > .page-links-title {
    border: 0;
    height: auto;
    margin: 0;
    padding-right: 0.6153846154em;
    width: auto;
}

/*--------------------------------------------------------------
# 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%;
	vertical-align: middle;
}

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

.custom-logo {
    display: block;
    margin: 0 auto;
    max-width: 150px;
}

.scrolled-logo-link {
	display: none;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/

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

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

.wp-caption .wp-caption-text {
    border-left: 1px solid;
    border-right: 1px solid;
    border-bottom: 1px solid;
    font-style: italic;
    padding: 7px 14px;
}

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

.gallery {
	margin-bottom: 1.555555555555556em;
}

.gallery-item {
	display: inline-block;
	max-width: 33.33%;
	padding: 0 1.1400652% 2.2801304%;
	vertical-align: top;
	width: 100%;
}

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
	font-size: 13px;
	font-size: 0.8125rem;
	font-style: italic;
	line-height: 1.6153846154;
	padding-top: 0.5384615385em;
}

.gallery-section .entry-content,
.gallery-section .entry-summary {
	margin-top: 0;
}

/*--------------------------------------------------------------
## Transition
--------------------------------------------------------------*/

.site-title a,
.main-navigation .dropdown-toggle:after,
button,
#scrollup,
.site-main #infinite-handle span button,
.nav-links a,
.hero-content-wrapper .more-link,
.recent-blog-content-wrapper .more-link,
.cycle-prev,
.cycle-next,
.more-link,
.breadcrumb-area a,
.search-content-wrapper-top a,
.entry-header a,
.entry-content a,
.entry-summary a,
.site-info a,
.entry-category a,
.comment-metadata a,
.cycle-pager span,
.widget a,
table a,
input,
textarea,
.ui-tabs-anchor,
.author-link,
.wp-post-image,
.entry-footer .entry-meta a,
#masthead,
.view-all-button .more-link {
	-webkit-transition: all 0.2s ease-in-out; /* Chrome 1-25, Safari 3.2+ */
	-moz-transition: all 0.2s ease-in-out; /* Firefox 4-15 */
	-o-transition: all 0.2s ease-in-out; /* Opera 10.50–12.00 */
	transition: all 0.2s ease-in-out; /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
}

/*--------------------------------------------------------------
## FontAwesome
--------------------------------------------------------------*/

.nav-previous .nav-subtitle:before,
.nav-next .nav-subtitle:after,
.menu-social-container li a:before,
.menu-toggle:before,
.menu-toggle-close:before,
.main-navigation .menu-item-has-children > a:after,
.main-navigation .page_item_has_children > a:after,
.dropdown-toggle:after,
.navigation-classic #search-container:before,
.site-header-main .social-menu-wrapper .social-navigation-wrapper:before,
.entry-footer .cat-links:before,
.entry-footer .tags-links:before,
.edit-link:before,
#cancel-comment-reply-link:before,
.custom-header-media .wp-custom-header-video-play:before,
.custom-header-media .wp-custom-header-video-pause:before,
body:not(.page).home .content-area .post-thumbnail:before,
.blog .content-area .post-thumbnail:before,
.recent-blog-content-wrapper .post-thumbnail:before,
.archive .content-area .post-thumbnail:before,
.site-header-cart .cart-contents:before,
.header-top-left-content li span .mobile-hours:before {
	display: inline-block;
	font-family: "FontAwesome";
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-rendering: auto;
}

.site-header-cart .cart-contents:before {
	content: "\f291";
}

.recent-blog-content-wrapper .post-thumbnail:before,
.blog .content-area .post-thumbnail:before,
body:not(.page).home .content-area .post-thumbnail:before,
.archive .content-area .post-thumbnail:before {
	content: "\f0d8";
}

.menu-social-container li a:before {
  content: "\f0c1";
}

.main-navigation #primary-menu .dropdown-toggle:after {
	content: "\f107";
	font-size: 18px;
	font-size: 1.125rem;
}

.entry-footer .cat-links:before {
	content: "\f07c";
}

.entry-footer .tags-links:before {
	content: "\f02c";
}

.edit-link:before {
	content: "\f040";
}

#cancel-comment-reply-link:before {
	content: "\f00d";
}

.custom-header-media .wp-custom-header-video-play:before {
	content: "\f04c";
}

.custom-header-media .wp-custom-header-video-pause:before {
	content: "\f04b";
}

.nav-previous .nav-subtitle:before,
.nav-next .nav-subtitle:after {
	font-size: 16px;
	font-size: 1rem;
}

.nav-previous .nav-subtitle:before {
    content: "\f104";
    margin-right: 7px;
}

.nav-next .nav-subtitle:after {
    content: "\f105";
    margin-left: 7px;
}

.menu-toggle:before {
	content: "\f0c9";
}

#social-menu-wrapper .menu-toggle:before {
	content: "\f1e0";
}

#primary-search-wrapper .menu-toggle:before {
	content: "\f002";
}

.menu-toggle.selected:before,
#social-menu-wrapper .menu-toggle.selected:before,
#primary-search-wrapper .menu-toggle.selected:before,
.comment-reply-title small a:before {
	content: "\f00d";
}

.social-navigation a[href*="facebook.com"]:before {
    content: "\f09a";
}

.social-navigation a[href*="twitter.com"]:before {
    content: "\f099";
}

.social-navigation a[href*="plus.google.com"]:before {
    content: "\f0d5";
}

.social-navigation a[href$="/feed/"]:before {
    content: "\f09e";
}

.social-navigation a[href*="wordpress.com"]:before,
.social-navigation a[href*="wordpress.org"]:before {
    content: "\f19a";
}

.social-navigation a[href*="github.com"]:before {
    content: "\f1d3";
}

.social-navigation a[href*="linkedin.com"]:before {
    content: "\f0e1";
}

.social-navigation a[href*="pinterest.com"]:before {
    content: "\f231";
}

.social-navigation a[href*="flickr.com"]:before {
    content: "\f16e";
}

.social-navigation a[href*="vimeo.com"]:before {
    content: "\f27d";
}

.social-navigation a[href*="youtube.com"]:before {
    content: "\f16a";
}

.social-navigation a[href*="tumblr.com"]:before {
    content: "\f173";
}

.social-navigation a[href*="instagram.com"]:before {
    content: "\f16d";
}

.social-navigation a[href*="codepen.io"]:before {
    content: "\f1cb";
}

.social-navigation a[href*="path.com"]:before {
    content: "\f20c";
}

.social-navigation a[href*="dribbble.com"]:before {
    content: "\f17d";
}

.social-navigation a[href*="skype.com"]:before {
    content: "\f17e";
}

.social-navigation a[href*="digg.com"]:before {
    content: "\f1a6";
}

.social-navigation a[href*="reddit.com"]:before {
    content: "\f1a1";
}

.social-navigation a[href*="stumbleupon.com"]:before {
    content: "\f1a4";
}

.social-navigation a[href*="getpocket.com"]:before {
    content: "\f265";
}

.social-navigation a[href*="dropbox.com"]:before {
    content: "\f16b";
}

.social-navigation a[href*="spotify.com"]:before {
    content: "\f1bc";
}

.social-navigation a[href*="foursquare.com"]:before {
    content: "\f180";
}

.social-navigation a[href*="twitch.tv"]:before {
    content: "\f1e8";
}

.social-navigation a[href*="mailto:"]:before {
    content: "\f0e0";
}

.social-navigation a[href*="vk.com"]:before {
    content: "\f189";
}

.social-navigation a[href*="xing.com"]:before {
    content: "\f168";
}

/*--------------------------------------------------------------
## Site-Overlay
--------------------------------------------------------------*/

.below-site-header {
	position: relative;
}

.no-header-media-image.no-header-media-text.no-featured-slider.has-header-top .below-site-header {
	padding-top: 84px;
}

.site-overlay {
	opacity: 0;
}

.menu-open .site-overlay {
	bottom: 0;
	height: 100%;
	left: 0;
	opacity: 1;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 9;
}

/*--------------------------------------------------------------
# Modules
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Header Top
--------------------------------------------------------------*/

.header-top-bar {
	display: none;
}

.site-header-menu .header-top-bar {
	display: block;
}

.header-top-left-content,
.menu-social-container li a {
	font-size: 14px;
	font-size: 0.875rem;
}

.site-footer .menu-social-container li a {
	font-size: 21px;
	font-size: 1.3125rem;
	padding-top: 7px;
	padding-bottom: 7px;
}

.header-top-left-content,
.header-top-right-content {
	line-height: 1.5;
}

.header-top-bar:before,
.header-top-bar:after,
.header-top-content:before,
.header-top-content:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.header-top-bar:after,
.header-top-content:after {
	clear: both;
}

.header-top-content {
	padding-bottom: 7px;
	padding-top: 7px;
}

.header-top-left-content,
.header-top-right-content {
	padding: 7px 30px;
}

.header-top-bar ul {
	list-style: none;
}

.header-top-left-content li .fa {
	margin-right: 7px;
}

.header-top-left-content li:last-child {
	margin-right: 0;
}

.header-top-left-content li span.request-quote span {
	display: inline-block;
}

.header-top-content ul {
	margin: 0;
}

.header-top-right-content li a {
	display: unset;
	margin: 0;
}

.header-top-right-content li a,
.menu-social-container li a {
	padding: 10px;
}

.header-top-left-content li .hours {
	position: relative;
}

.header-top-left-content li .hours .fa {
	cursor: pointer;
}

.header-top-left-content li span .mobile-hours {
	-webkit-box-shadow: 0px 15px 50px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 15px 50px 0px rgba(0, 0, 0, 0.1);
	display: none;
	left: -14px;
	padding: 10px 14px;
	position: absolute;
	top: calc(100% + 8px);
	width: 220px;
	z-index: 1;
}

.header-top-left-content li span .mobile-hours:before {
    content: "\f0d8";
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 0;
    position: absolute;
    left: 11px;
    top: -3px;
}

.header-top-right-content .menu-social-container {
	padding: 0;
}

.mobile-header-top .header-top-content {
	border-bottom: 1px solid;
}

.mobile-header-top .header-top-left-content li {
	padding: 7px 0;
}

.mobile-header-top .header-top-right-content {
	margin-left: -10px;
}

.mobile-social-search .menu-social-container {
	padding: 10px 20px;
}

/*--------------------------------------------------------------
## Slider Content Wrapper
--------------------------------------------------------------*/

.slider-content-wrapper {
	position: relative;
}

.slider-content-wrapper .hentry {
	height: 100vh;
}

.admin-bar .slider-content-wrapper .hentry {
	height: calc(100vh - 32px);
}

.slider-content-wrapper .entry-container {
	top: 50%;
	transform: translateY(-50%);
}

.slider-content-wrapper .entry-container,
.custom-header-content {
	display: block;
	margin: 0 auto;
	max-width: 1520px;
	position: relative;
	z-index: 2;
}

.slider-content-wrapper .entry-container-wrap,
.home .custom-header .entry-container-wrap  {
	max-width: 666px;
}

.home .custom-header .content-aligned-left,
.slider-content-wrapper .content-aligned-left {
	text-align: left;
}

.home .custom-header .content-aligned-right,
.slider-content-wrapper .content-aligned-right {
	text-align: right;
}

.home .custom-header .content-aligned-right .entry-container-wrap,
.slider-content-wrapper .content-aligned-right .entry-container-wrap {
	margin: 0 0 0 auto;
}

.home .custom-header .content-aligned-center .entry-container-wrap,
.slider-content-wrapper .content-aligned-center .entry-container-wrap {
	margin: 0 auto;
}

.home .custom-header .content-aligned-center,
.slider-content-wrapper .content-aligned-center {
	text-align: center;
}

.slider-content-wrapper .entry-container {
	padding: 100px 30px;
}

.slider-content-wrapper .slider-image img {
	height: 100%;
	left: 0;
	position: absolute;
	-o-object-fit: cover;
	object-fit: cover;
	top: 0;
	-ms-transform: none;
	-moz-transform: none;
	-webkit-transform: none;
	transform: none;
	width: 100%;
}

.slider-content-wrapper .slider-image:before {
	bottom: 0;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 1;
}

.slider-content-wrapper .sub-title,
.custom-header .sub-title {
	display: block;
	line-height: 1.166666666666667;
	margin-bottom: 4px;
}

.post-slide.cycle-slide {
	width: 100%;
}

.cycle-pager {
	line-height: 0;
	position: absolute;
	text-align: center;
	width: 100%;
	z-index: 999;
}

.slider-content-wrapper .cycle-pager {
	bottom: 28px;
}

.cycle-prev,
.cycle-next {
    cursor: pointer;
    position: absolute;
    z-index: 9999;
}

.slider-content-wrapper .cycle-prev,
.slider-content-wrapper .cycle-next {
	display: none;
	font-size: 60px;
    font-size: 3.75rem;
    opacity: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.slider-content-wrapper .cycle-prev {
	left: -20px;
}

.slider-content-wrapper .cycle-next {
	right: -20px;
}

.cycle-pager span {
	border-radius: 100%;
	cursor: pointer;
	display: inline-block;
	font-size: 0;
	font-size: 0em;
	height: 12px;
	line-height: 1;
	margin: 3px 6px;
	width: 12px;
}

.slider-content-wrapper:hover .cycle-prev,
.slider-content-wrapper:hover .cycle-next {
	opacity: 1;
}

.slider-content-wrapper:hover .cycle-prev {
	left: 5px;
}

.slider-content-wrapper:hover .cycle-next {
	right: 5px;
}

.slider-content-wrapper .entry-meta {
	margin-bottom: 7px;
}

.slider-content-wrapper .sub-title,
.custom-header .sub-title {
	font-size: 28px;
	font-size: 1.75rem;
	line-height: 1.211538461538462;
	text-transform: capitalize;
}

.slider-content-wrapper .entry-title,
.custom-header .entry-title {
	line-height: 1.2;
	font-size: 32px;
	font-size: 2rem;
	text-transform: uppercase;
}

/*--------------------------------------------------------------
## Sections
--------------------------------------------------------------*/

.section {
	border-top: 1px solid;
    clear: both;
    display: block;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.slider-content-wrapper.section {
	border: 0;
	padding: 0;
}

.slider-content-wrapper + .section,
.custom-header + .section {
	border-top: 0;
}

/*--------------------------------------------------------------
## Featured Content
--------------------------------------------------------------*/

.featured-content-section .hentry,
.services-section .hentry,
.footer-widget-area .widget-column,
.footer-widget-area.three,
.sidebar .widget,
.search.search-results .content-area .hentry,
.contact-section .contact-details li {
	float: left;
	position: relative;
	width: 100%;
}

.menu-content-wrapper .hentry-inner {
	border-bottom: 2px dotted;
	overflow: hidden;
	padding-bottom: 21px;
}

/*--------------------------------------------------------------
## Services
--------------------------------------------------------------*/

#services-section.classic.has-main-image {
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
	background-size: cover;
}

.services-section.classic.has-main-image:before {
	content: "";
	display: block;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}

.services-section .section-content-wrapper {
	text-align: center;
}

.services-section.classic .section-heading-wrapper {
	position: relative;
}

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

/*--------------------------------------------------------------
## Hero Content
--------------------------------------------------------------*/

.hero-content-wrapper .hentry {
    display: table;
    margin: 0;
    position: relative;
    width: 100%;
    z-index: 2;
}

.hero-content-wrapper .more-button,
.promotion-headline-wrapper .more-button {
	margin-top: 21px;
}

.hero-content-wrapper .entry-container {
	clear: both;
	padding: 42px;
}

.hero-content-wrapper .hentry.has-post-thumbnail .entry-container {
	clear: both;
	padding: 35px 30px;
}

.hero-content-wrapper.section .section-content-wrap {
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 0;
}

.hero-content-wrapper .featured-content-image {
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	float: left;
	margin: 0;
	padding-bottom: 100%;
	width: 100%;
}

.hero-content-wrapper .featured-content-image a {
	display: block;
	height: 100%;
}

.hero-content-wrapper.section {
	padding-bottom: 42px;
	padding-top: 42px;
}

.hero-content-wrapper .entry-container.full-width {
	width: 100%;
}

.hero-content-wrapper .entry-title span {
	display: block;
}

/*--------------------------------------------------------------
## Promotion Headline
--------------------------------------------------------------*/

#promotion-headline {
	padding: 0;
	margin: 0;
	border: 0;
}

.promotion-headline-wrapper .hentry {
	max-width: 740px;
	margin: 0 auto;
	padding: 42px 30px 28px 30px;
}

/*--------------------------------------------------------------
## Testimonials
--------------------------------------------------------------*/

.testimonials-content-wrapper .wrapper {
	padding-left: 30px;
	padding-right: 30px;
	position: relative;
}

.testimonials-content-wrapper .hentry {
	margin-bottom: 0;
}

.testimonial-slider-wrap,
.review-slide,
.testimonials-content-wrapper .hentry-wrap {
	width: 100%;
}

.testimonials-content-wrapper .hentry-wrap {
	position: relative;
}

.testimonials-content-wrapper .section-content-wrap.layout-one .testimonial-slider-wrap .hentry-wrap,
.testimonials-content-wrapper .section-content-wrap.layout-two .testimonial-slider-wrap .hentry-wrap {
	padding-bottom: 14px;
}

.testimonials-content-wrapper .entry-container {
	position: relative;
}

.testimonials-content-wrapper .entry-container:before {
	content: "“";
	font-family: Georgia;
	font-size: 165px;
	font-size: 10.3125rem;
	line-height: 0.3;
	position: absolute;
	left: 40px;
	top: 90px;
}

.testimonials-content-wrapper .entry-title span {
	font-size: 16px;
	font-size: 1rem;
	font-weight: 500;
	margin-left: 7px;
}

.testimonials-content-wrapper .section-content-wrap {
	max-width: 1160px;
	margin: 0 auto;
	position: relative;
	padding-bottom: 0;
}

.testimonials-content-wrapper .section-content-wrap.layout-one .cycle-slideshow {
	overflow: hidden;
}

.testimonials-content-wrapper .section-content-wrap.layout-two {
	max-width: 100%;
}

.site-content + .recent-blog-content-wrapper,
.site-content {
	border-top: 1px solid;
}

.breadcrumb-area + .custom-header,
body:not(.home) .custom-header + .site-content {
	border: 0;
}

.testimonials-content-wrapper .cycle-prev,
.testimonials-content-wrapper .cycle-next {
	display: none;
}

.testimonials-content-wrapper .entry-title {
	margin-top: 14px;
}

.testimonials-content-wrapper .entry-meta {
	margin-top: 7px;
}

.testimonials-content-wrapper .entry-meta span {
	margin-right: 0;
}

.testimonials-content-wrapper .entry-header a,
.testimonials-content-wrapper .wp-post-image {
	transition: none;
}

.testimonial-thumbnail {
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	float: left;
	margin: 0;
	padding-bottom: 100%;
	width: 100%;
}

.testimonial-thumbnail img {
	display: none;
}

.testimonials-content-wrapper .entry-container {
	clear: both;
	padding: 105px 40px 35px 40px;
	-webkit-box-shadow: 8px 10px 100px 0 rgba(0,0,0,0.10);
    box-shadow: 8px 10px 100px 0 rgba(0,0,0,0.10);
}

#testimonial-pager-template a {
	display: inline-block;
	border-radius: 100%;
	height: 75px;
	border: 2px solid;
	opacity: 0.5;
	overflow: hidden;
	margin: 10px;
	width: 75px;
}

#testimonial-pager-template .cycle-pager-active {
	border: 2px solid;
	opacity: 1;
}

.testimonials-content-wrapper .cycle-pager {
	-moz-box-shadow: inset 7px 4px 6px 0 rgba(0,0,0,0.04);
	-webkit-box-shadow: inset 7px 4px 6px 0 rgba(0,0,0,0.04);
	box-shadow: inset 7px 4px 6px 0 rgba(0,0,0,0.04);
	position: unset;
	bottom: 0;
	width: 100%;
	right: 0;
	padding: 6px 30px;
	text-align: left;
}

.testimonials-content-wrapper.section {
	padding-bottom: 42px;
}

/*--------------------------------------------------------------
## Food Menu
--------------------------------------------------------------*/

.menu-content-wrapper .tabs-nav,
.menu-content-wrapper .ui-tabs-panel {
	display: none;
}

.menu-content-wrapper .ui-tabs-panel {
	border-top: 5px solid;
	padding: 35px 21px;
}

.custom-menu-wrapper {
	padding: 35px 21px;
}

.menu-content-wrapper .ui-tabs-panel.active-tab {
	display: block;
}

.menu-content-wrapper .ui-nav-collapse {
	margin: 0;
	text-align: center;
}

.menu-content-wrapper .ui-nav-collapse,
.menu-content-wrapper .ui-tabs-anchor {
	display: block;
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 1.555555555555556;
	text-transform: capitalize;
}

.menu-content-wrapper .ui-nav-collapse a {
	padding: 21px;
}

.ui-tabs-anchor {
	position: relative;
}

.ui-nav-collapse.ui-state-active a:after,
.tabs-nav ul li.ui-state-active a:after {
	border-style: solid;
	content: "";
	position: absolute;
	transition: all ease-in-out 0.2s;
}

.ui-nav-collapse.ui-state-active a:after,
.tabs-nav ul li.ui-state-active a:after {
	border-width: 0 8px 8px;
	left: 50%;
	transform: translate(-50%, 0);
	bottom: -1px;
}

.menu-content-wrapper .hentry {
	display: block;
	float: left;
	margin: 0 0 21px;
	padding: 0 15px;
	width: 100%;
}

.menu-content-wrapper .hentry:last-child {
	margin: 0;
}

.menu-content-wrapper .post-thumbnail {
	width: 75px;
	height: 75px;
}

.menu-content-wrapper .post-thumbnail a {
    border-radius: 50%;
    display: inline-block;
    height: 0;
    padding-top: 100%;
    position: relative;
    width: 100%;
    z-index: 2;
}

.menu-content-wrapper .post-thumbnail img {
    -webkit-border-radius: 50%;
	border-radius: 50%;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.menu-content-wrapper .entry-container-wrapper {
	display: table;
	position: relative;
	table-layout: fixed;
	width: 100%;
}

.menu-content-wrapper .entry-content {
	margin-top: 7px;
}

.menu-content-wrapper .entry-description {
	width: 75%;
}

.menu-content-wrapper.category .entry-description,
.menu-content-wrapper.page .entry-description,
.menu-content-wrapper.post .entry-description,
.menu-content-wrapper.cpt .entry-description {
	width: 100%;
}

.menu-content-wrapper.category .entry-description .more-button,
.menu-content-wrapper.page .entry-description .more-button,
.menu-content-wrapper.post .entry-description .more-button,
.menu-content-wrapper.cpt .entry-description .more-button {
	text-align: left;
}

.menu-content-wrapper .entry-description,
.entry-price {
	display: table-cell;
	vertical-align: top;
}

.entry-price {
	width: 25%;
	text-align: right;
}

.page-template-menu-page .singular-content-wrap .hentry {
	padding: 0;
}

.menu-content-wrapper .menu-group-header {
	display: none;
}

.menu-content-wrapper .more-button {
	margin-top: 28px;
}

/*--------------------------------------------------------------
## Reservation Section
--------------------------------------------------------------*/

.reserve-content-wrapper .contact-description {
	text-align: center;
}

.reserve-content-wrapper .hentry {
	margin-bottom: 0;
	padding: 35px;
}

.reserve-content-wrapper .entry-title span {
	display: block;
}

.reserve-content-wrapper .section-content-wrap {
	padding: 42px 30px;
}

.reserve-content-wrapper .entry-content,
.reserve-content-wrapper .entry-summary {
	margin-top: 21px;
}

.reserve-content-wrapper form .form-submit {
	margin-top: 7px;
}

.reserve-content-wrapper .contact-description strong {
	display: block;
	font-size: 18px;
	font-size: 1.125rem;
	margin-bottom: 7px;
}

.info {
	font-size: 22px;
	font-size: 1.375rem;
	line-height: 1.346153846153846;
}

.reserve-content-wrapper .contact-description {
    position: relative;
}

.reserve-content-wrapper .contact-description .entry-container {
	position: relative;
	z-index: 2;
}

.reserve-content-wrapper .contact-description:before {
    border: 1px dashed #515151;
    content: "";
    position: absolute;
    top: 21px;
    bottom: 21px;
    left: 21px;
    right: 21px;
    z-index: 1;
}

.reserve-content-wrapper .hentry {
	position: relative;
	width: 100%;
}

/*--------------------------------------------------------------
## Events Section
--------------------------------------------------------------*/

#events-section .entry-meta a {
	display: block;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.59;
	margin-top: 0;
	max-width: 100%;
	padding: 14px;
	text-align: center;
	text-transform: uppercase;
}

#events-section .wrapper {
	padding: 0 30px;
}

#events-section .entry-meta a,
#events-section .entry-meta a strong {

}

#events-section .entry-meta a strong {
	display: block;
	font-size: 28px;
	font-size: 1.75rem;
	line-height: 1.25;
}

#events-section .entry-meta .entry-date {
	display: inline-block;
}

#events-section .wrap {
	margin-top: 21px;
}

#events-section .hentry .more-link,
#events-section .hentry .more-link:hover,
#events-section .hentry .more-link:focus {
	border: 1px solid;
}

#events-section .hentry .more-link {
	letter-spacing:0.93px;
	padding: 11px 38px;
}

#events-section .entry-container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column nowrap;
	flex-flow: column nowrap;
}

#events-section .wrapper {
	max-width: 1002px;
}

#events-section .hentry {
	border-bottom: 1px dashed;
	padding-bottom: 21px;
}

#events-section .hentry .entry-content,
#events-section .hentry .entry-summary {
	margin-top: 7px;
}

#events-section .section-content-wrap {
	text-align: center;
}

/*--------------------------------------------------------------
## Newsletter Section
--------------------------------------------------------------*/

#footer-newsletter .wrapper {
	max-width: 2560px;
	text-align: center;
}

#footer-newsletter .widget {
	clear: both;
	padding: 0;
}

#footer-newsletter .widget.ew-newsletter {
	margin: 0;
}

#footer-newsletter .widget-inner {
	max-width: 620px;
	margin: 0 auto;
	padding: 0 30px;
}

#footer-newsletter .ewnewsletter .widget-inner-wrap {
	padding: 0 0 42px 0;
	margin: 0;
}

#footer-newsletter .ewnewsletter .hentry {
	margin-top: 28px;
}

#footer-newsletter .section-heading-wrapper {
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 0;
}

#footer-newsletter .ew-newsletter-wrap form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

#footer-newsletter .ewnewsletter .ew-newsletter-wrap .ew-newsletter-subbox {
	-webkit-border-radius: 0;
	border-radius: 0;
	border: none;
	margin: 0;
	padding: 10px 28px;
}

#footer-newsletter .ewnewsletter .ew-newsletter-wrap .ew-newsletter-subbox:first-of-type {
	-webkit-border-radius: 35px;
	border-radius: 35px;
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
}

#footer-newsletter .ewnewsletter .ew-newsletter-wrap #subbutton {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
	margin: 0;
}

.before-text,
.after-text {
	clear: both;
	margin-bottom: 0;
}

.after-text {
	font-size: 14px;
	font-size: 0.875rem;
	margin-top: 1.5em;
}

.essential-widgets .hentry {
	float: none;
}

/*--------------------------------------------------------------
## Contact Info
--------------------------------------------------------------*/
.contact-details {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	list-style: none;
	margin: 0;
	padding: 17px 35px;
}

.contact-section .wrapper {
	max-width: 2560px;
	width: 100%;
}

.contact-section .section-content-wrapper {
	padding: 0;
}

.contact-section .entry-container {
	max-width: 1520px;
	margin: 0 auto;
	padding-left: 30px;
	padding-right: 30px;
	position: relative;
}

.contact-section .hentry {
	margin-bottom: 0;
}

.contact-section .entry-content,
.contact-section .post-thumbnail {
	margin: 0;
}

.contact-section .post-thumbnail {
	margin-top: -35px;
}

.contact-details li {
	border-bottom: 1px solid;
	padding: 17px 0;
	width: 100%;
}

.contact-details li span a > span {
	margin-top: 4px;
}

.contact-details li:last-child {
	border: 0;
}

.contact-details li .fa {
	display: block;
	font-size: 32px;
	font-size: 2rem;
}

.contact-section.section {
	padding-bottom: 0;
}

.contact-details li .contact-label {
	display: block;
	font-size: 13px;
	font-size: 0.8125rem;
	font-weight: 500;
	letter-spacing:1px;
	line-height: 1.615384615384615;
	margin-top: 7px;
	text-transform: uppercase;
}

/*--------------------------------------------------------------
## Custom Header
--------------------------------------------------------------*/

.site-branding {
	padding-bottom: 14px;
	padding-top: 14px;
	margin-right: auto;
	text-align: left;
	width: auto;
}

.custom-header {
	clear: both;
	margin: 0 auto;
	position: relative;
	width: 100%;
}

.custom-header:before {
	content: "";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.no-header-media-text .custom-header img {
	display: block;
}

.custom-header img {
	display: none;
}

.has-header-video .custom-header-media video,
.has-header-video .custom-header-media iframe {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}

/* For browsers that support 'object-fit' */
@supports ( object-fit: cover ) {
	.has-header-media .custom-header-media img,
	.has-header-video .custom-header-media video,
	.has-header-video .custom-header-media iframe {
		height: 100%;
		left: 0;
		-o-object-fit: cover;
		object-fit: cover;
		top: 0;
		-ms-transform: none;
		-moz-transform: none;
		-webkit-transform: none;
		transform: none;
		width: 100%;
	}
}

.wp-custom-header-video-button {
	background-color: transparent;
	border: 1px solid;
	border-radius: 50%;
	height: 50px;
	opacity: 1;
	padding: 0;
	text-indent: -9999px;
	width: 50px;
	z-index: 100;
}

.wp-custom-header-video-button,
.custom-header-media .wp-custom-header-video-play:before,
.custom-header-media .wp-custom-header-video-pause:before {
	left: 50%;
	position: absolute;
}

.no-header-media-text .wp-custom-header-video-button,
.custom-header-media .wp-custom-header-video-play:before,
.custom-header-media .wp-custom-header-video-pause:before {
	top: 50%;
	transform: translate(-50%, -50%);
}

.wp-custom-header-video-button {
	bottom: 14%;
	transform: translateX(-50%);
}

.custom-header:hover .wp-custom-header-video-button {
	opacity: 1;
}

.custom-header-media .wp-custom-header-video-play:before,
.custom-header-media .wp-custom-header-video-pause:before {
	display: block;
	font-size: 21px;
	font-size: 1.3125rem;
	text-indent: 0;
}

.custom-header-content {
	padding: 200px 30px 60px 30px
}

.has-header-video.no-header-media-text .wp-custom-header {
	padding-bottom: 100px;
	padding-top: 100px;
}

.custom-header:after {
    background-color: rgba(0, 0, 0, 0.2);
}

.custom-header:after {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

/*--------------------------------------------------------------
# WooCommerce
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Clearing
--------------------------------------------------------------*/

.woocommerce-shorting-wrapper:before,
.woocommerce-shorting-wrapper:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.woocommerce-shorting-wrapper:after {
	clear: both;
}

/*--------------------------------------------------------------
## Layout
--------------------------------------------------------------*/

.woocommerce-products-header,
.single-product .woocommerce-posts-wrapper {
	margin: 0 auto;
	max-width: 990px;
	width: 100%;
}

.woocommerce-products-header {
	text-align: center;
}

.woocommerce-posts-wrapper {
	padding-bottom: 0;
}

.woocommerce-products-header .page-description {
	margin-top: 24px;
}

.woocommerce-products-header .page-description p {
	margin-bottom: 0;
}

.woocommerce-shorting-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	clear: both;
	padding: 28px 0;
	text-align: center;
	width: 100%;
}

.woocommerce-ordering,
.woocommerce-result-count {
	margin: 0;
	width: 100%;
}

.woocommerce-ordering {
	margin-top: 14px;
}

.woocommerce-ordering {
	clear: none;
	float: right;
}

/*--------------------------------------------------------------
## Shop tables
--------------------------------------------------------------*/

table.shop_table_responsive thead {
	display: none;
}

table.shop_table_responsive tbody th {
	display: none;
}

table.shop_table_responsive tr td {
	clear: both;
	display: block;
	padding: 7px 21px;
	text-align: right;
}

table.shop_table_responsive tr td:before {
	content: attr(data-title) ": ";
	float: left;
}

table.shop_table_responsive tr td.product-remove a {
	display: block;
	font-size: 24px;
	font-size: 1.5rem;
	margin: 0 auto;
	text-align: center;
}

table.shop_table_responsive tr td a,
.product-container a.added_to_cart {
	text-decoration: none;
}

table.shop_table_responsive tr td.product-remove:before {
	display: none;
}

table.shop_table_responsive tr td.actions:before,
table.shop_table_responsive tr td.download-actions:before {
	display: none;
}

table.shop_table_responsive tr td.download-actions .button {
	display: block;
	text-align: center;
}

/*--------------------------------------------------------------
## Products
--------------------------------------------------------------*/

ul.products {
	content: "";
	display: table;
	table-layout: fixed;
	margin: 0;
	padding: 0;
	width: 100%;
}

ul.products li.product {
	list-style: none;
	float: left;
	position: relative;
	margin: 0 0 28px;
	text-align: center;
	width: 100%;
}

ul.products li.product a {
	text-decoration: none;
}

ul.products li.product .woocommerce-loop-product__title {
	line-height: 1.5;
	margin: 0;
}

ul.products li.product .price {
	display: block;
	margin-top: 7px;
}

ul.products li.product .price,
.price .woocommerce-Price-amount.amount {
	font-size: 21px;
	font-size: 1.3125rem;
	line-height: 1.333333333333333;
}

.woocommerce-Price-amount.amount {
	font-weight: 500;
}

ul.products li.product img {
	display: block;
	margin: 0 auto 21px auto;
}

.product-container a {
	display: block;
}

.product-container a.button,
.woocommerce .product-container .wc-forward {
	display: inline-block;
	margin-top: 14px;
}

/*--------------------------------------------------------------
## Infinite Scroll
--------------------------------------------------------------*/

.infinite-scroll .woocommerce-pagination {
	display: none;
}

.woocommerce .site-main #infinite-handle {
	padding-top: 0;
}

/*--------------------------------------------------------------
## Onsale
--------------------------------------------------------------*/

.onsale {
	-webkit-border-radius: 0;
	border-radius: 0;
	font-size: 11px;
	font-size: 0.6875rem;
	line-height: 1.2;
	min-height: auto;
	min-width: auto;
	margin: 0;
	padding: 7px 14px;
	position: absolute;
	top: 0;
	left: 0;
	right: auto;
	letter-spacing: 0.1em;
	text-align: center;
	text-transform: uppercase;
}

/*--------------------------------------------------------------
## Price
--------------------------------------------------------------*/

span.price del,
p.price del {
	opacity: .5;
}

span.price ins,
p.price ins {
	background: transparent;
	padding: 0;
}

.price del + ins {
	margin-left: .327em;
}

/*--------------------------------------------------------------
## Buttons
--------------------------------------------------------------*/

.woocommerce a.button,
.woocommerce button.button,
.woocommerce button.button.alt,
.woocommerce input.button,
.woocommerce input.button.alt,
.woocommerce .product-container .wc-forward {
	border: 0;
}

.woocommerce button.pswp__button:hover,
.woocommerce button.pswp__button:focus {
  background-color: transparent;
}

.woocommerce-form-login button[type="submit"] {
  margin-right: 14px;
}

.woocommerce .product-container .wc-forward {
	border: 2px solid;
	font-size: 11px;
	font-size: 0.6875rem;
	font-weight: 800;
	line-height: 1;
	letter-spacing: 0.1em;
	margin-top: 7px;
	text-decoration: none;
	text-transform: uppercase;
}

.woocommerce .product-container .button {
	background-color: transparent;
	border: 2px solid;
	font-size: 11px;
	font-size: 0.6875rem;
}

.woocommerce .product-container .button:hover,
.woocommerce .product-container .button:focus,
.woocommerce .product-container .wc-forward:hover,
.woocommerce .product-container .wc-forward:focus {
	border-color: transparent;
}

.widget .woocommerce-mini-cart__buttons {
  margin-bottom: 0;

}

.woocommerce-mini-cart__buttons .button {
  margin: 0 2px 7px 2px;
}

/*--------------------------------------------------------------
## Single product
--------------------------------------------------------------*/

.single-product div.product {
	content: "";
	display: table;
	table-layout: fixed;
	position: relative;
}

.single-product div.product div.images {
	margin-bottom: 1.75em;
}

.single-product div.product .woocommerce-product-gallery,
.single-product div.product .entry-summary {
	float: none;
	text-align: left;
	width: 100%;
}

.single-product div.product .woocommerce-product-gallery {
	position: relative;
}

.single-product div.product .onsale {
	z-index: 2;
}

.single-product div.product figure {
	margin: 0;
}

.single-product div.product .entry-summary {
	margin: 0;
	padding: 0;
}

.single-product div.product .entry-summary .entry-title {
	text-align: left;
	margin: 0;
}

.single-product div.product .woocommerce-product-rating {
	font-size: 16px;
	font-size: 1rem;
	margin-top: 7px;
}

.single-product div.product .woocommerce-product-rating .star-rating {
	float: left;
	margin: 0 7px 0 0;
}

.single-product div.product .woocommerce-product-rating .woocommerce-review-link {
	text-decoration: none;
}

.single-product div.product p.price {
	margin: 0.875em 0;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
	position: absolute;
	top: 1em;
	right: 1em;
	display: block;
	z-index: 99;
}

.single-product div.product .woocommerce-product-gallery .flex-viewport {
	margin-bottom: 1em;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
	content: "";
	display: table;
	table-layout: fixed;
	margin: 0;
	padding: 0;
	width: 100%;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li {
	list-style: none;
	cursor: pointer;
	float: left;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img {
	opacity: .5;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img.flex-active {
	opacity: 1;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li:hover img {
	opacity: 1;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li {
	width: 50%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n) {
	margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n+1) {
	clear: both;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li {
	width: 33.3333333%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n) {
	margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n+1) {
	clear: both;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
	width: 25%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n) {
	margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
	clear: both;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
	width: 20%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n) {
	margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n+1) {
	clear: both;
}

.single-product div.product form.cart {
	margin: 0 0 1.5em;
}

.single-product div.product form.cart .quantity {
	float: left;
	margin-right: 21px;
}

.single-product .product_meta {
	border-top: 1px solid;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	padding-top: 1.5em;
}

.single-product .woocommerce-variation-price {
	margin: 0 0 1.5em;
}

.variations .reset_variations {
	margin-left: 14px;
}

.single-product .product_meta a,
.woocommerce-info a,
.variations .reset_variations {
	text-decoration: none;
}

.single-product div.product .related,
.single-product div.product .upsells,
.cart-collaterals .cross-sells,
.cart-collaterals .cart_totals {
	margin-top: 42px;
}

.related h2:first-of-type {
	margin-bottom: 0.778em;
	text-transform: capitalize;
}

.cart-collaterals .cross-sells {
	text-align: center;
}

#reviews #comments ol.commentlist,
ul.woocommerce-error {
	margin-left: 0;
	list-style: none;
}

#reviews #comments ol.commentlist li {
	margin-bottom: 1.5em;
	position: relative;
}

#reviews #comments ol.commentlist li img.avatar {
	-webkit-border-radius: 50%;
	border-radius: 50%;
	float: left;
	position: absolute;
	top: 7px;
	left: 0;
	width: 60px;
}

#reviews #comments ol.commentlist li .comment-text {
	margin: 0 0 0 60px;
	padding: 0 0 0 35px;
}

#reviews #comments ol.commentlist li .star-rating {
	float: right;
}

#reviews #comments ol.commentlist .meta {
	margin-bottom: 7px;
}

#reviews .comment-respond .comment-form-rating {
	margin-top: 7px;
	text-align: center;
}

#reviews .comment-respond .comment-form-rating .stars {
	margin-top: 7px;
	margin-bottom: 21px;
}

#reviews .comment-respond .comment-reply-title {
	display: block;
	margin-bottom: 21px;
}

.stock:empty:before {
	display: none;
}

.stock.in-stock {
	color: #0f834d;
}

.stock.out-of-stock {
	color: #e2401c;
}

/*--------------------------------------------------------------
## Checkout
--------------------------------------------------------------*/

table.shop_table,
.quantity .qty {
	font-size: 16px;
	font-size: 1rem;
}

table.cart .product-thumbnail {
	text-align: center;
}

table.cart .product-thumbnail:before {
	display: none;
}

table.cart .product-thumbnail img {
	margin: 0 auto;
	width: 80px;
}

table.cart .coupon label {
	display: none;
}

table.cart td.actions input,
table.cart td.actions .button {
	margin: 14px 0;
	display: block;
	width: 100%;
}

.woocommerce .wc-proceed-to-checkout a.button {
	width: 100%;
}

.cart_totals h2,
.woocommerce .wc-proceed-to-checkout a.button,
.cart_totals .wc-proceed-to-checkout,
.woocommerce-checkout-payment .place-order,
#payment .form-row {
	text-align: center;
}

.added_to_cart.disabled,
.added_to_cart:disabled,
.button.disabled, .button:disabled,
button.disabled, button:disabled,
input[type="button"].disabled,
input[type="button"]:disabled,
input[type="reset"].disabled,
input[type="reset"]:disabled,
input[type="submit"].disabled,
input[type="submit"]:disabled {
	opacity: .5 !important;
	cursor: not-allowed;
}

/*--------------------------------------------------------------
## My account
--------------------------------------------------------------*/

.woocommerce-account .woocommerce-MyAccount-navigation {
	border-top: 1px solid;
	margin: 0 0 1.5em;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
	list-style: none;
	margin: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation li {
	border-bottom: 1px solid;
	margin: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation a {
	display: block;
	text-decoration: none;
	padding: 7px 21px;
}

.woocommerce-MyAccount-content {
	padding-top: 30px;
}

.woocommerce-MyAccount-content > :last-child {
	margin-bottom: 0;
}

.woocommerce-MyAccount-content fieldset {
	margin: 0 0 1.5em;
	padding: 7px 15px;
}

.woocommerce-MyAccount-content fieldset p {
	margin: 0 0 1.5em;
}

.woocommerce-MyAccount-content .woocommerce-orders-table__cell .woocommerce-button {
	margin-bottom: 7px;
}

.woocommerce-MyAccount-content .woocommerce-orders-table__cell .woocommerce-button:last-child {
	margin-bottom: 0;
}

/*--------------------------------------------------------------
## General WooCommerce components
--------------------------------------------------------------*/

/*--------------------------------------------------------------
### Header cart
--------------------------------------------------------------*/

.site-header-cart {
	content: "";
	display: table;
	list-style: none;
	margin: 0;
	padding: 5px;
	position: relative;
	table-layout: fixed;
}

.site-header-cart li {
	margin: 0;
}

.site-header-cart .cart-contents {
	background-color: transparent;
	display: block;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1;
	padding: 17px;
	text-decoration: none;
	text-transform: uppercase;
}

.site-header-cart .cart-contents .count {
	margin-left: 7px;
}

.navigation-classic .menu-inside-wrapper .site-header-cart .cart-contents {
	display: inline-block;
}

.navigation-classic .site-header-cart .cart-contents .count,
.navigation-classic .site-header-cart .cart-contents .amount {
	display: inline;
}

.site-header-cart .cart-contents .count,
.site-header-cart .cart-contents .amount,
.navigation-classic .site-header-cart .cart-contents .count,
.navigation-classic .site-header-cart .cart-contents .amount {
	display: none;
}

.site-header-cart .widget_shopping_cart {
	display: none;
	font-size: 14px;
	font-size: 0.875rem;
}

.site-header-cart .product_list_widget {
	list-style: none;
	margin: 0;
	padding: 0;
}

.site-header-cart .product_list_widget .mini_cart_item,
.site-header-cart .woocommerce-mini-cart__total,
.site-header-cart .woocommerce-mini-cart__empty-message {
	margin: 0;
	padding: 14px 20px;
}

.site-header-cart .product_list_widget .mini_cart_item .remove_from_cart_button {
	margin-right: 5px;

}
.site-header-cart .product_list_widget .mini_cart_item a {
	text-decoration: none;
}

.site-header-cart .product_list_widget .mini_cart_item a:hover,
.site-header-cart .product_list_widget .mini_cart_item a:focus {
	text-decoration: underline;
}

.product_list_widget li img {
	max-width: 3.571em;
	float: right;
}

.site-header-cart .product_list_widget img {
	margin-left: 1em;
}

.site-header-cart .woocommerce-mini-cart__total,
.site-header-cart .woocommerce-mini-cart__buttons {
	text-align: center;
}

.site-header-cart .woocommerce-mini-cart__buttons a {
	display: block;
	margin: 14px 30px;
	padding: 11px 28px;
}

.site-header-menu > #site-header-cart-wrapper {
	display: none;
}

#primary-menu-wrapper #site-header-cart-wrapper {
	display: block;
	text-align: center;
	width: 100%;
}

#primary-menu-wrapper .site-header-cart {
	display: block;
	padding: 14px 30px;
}

#primary-menu-wrapper .site-header-cart .cart-contents {
	padding: 0;
	width: 100%;
}

#primary-menu-wrapper .site-header-cart .cart-contents:before {
    margin-right: 7px;
}

#primary-menu-wrapper .site-header-cart .cart-contents .amount,
#primary-menu-wrapper .site-header-cart .cart-contents .count {
	display: inline-block;
}

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

.woocommerce-pagination ul {
	display: inline-block;
	margin: 0 auto;
}

.woocommerce-pagination ul li {
	display: inline-block;
	list-style: none;
	height: 2.75em;
	line-height: 2.75em;
	margin: 0.1em;
	text-align: center;
	width: 2.75em;
}

.woocommerce-pagination ul li span.current,
.woocommerce-pagination ul li a {
	display: block;
}

.woocommerce-pagination ul li a {
	background-color: transparent;
	text-decoration: none;
}

#ship-to-different-address {
	margin-top: 21px;
}

/*--------------------------------------------------------------
### Star rating
--------------------------------------------------------------*/

.star-rating {
	font-size: 0.8em;
	font-family: 'star';
	font-weight: 400;
	height: 1.618em;
	line-height: 1.618;
	margin: 7px auto;
	overflow: hidden;
	position: relative;
	width: 5.3em;
}

.widget .star-rating {
	margin: 0 7px 0 0;
}

.widget_rating_filter ul li .star-rating {
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.2;
	display: inline-block;
	vertical-align: bottom;
}

.widget_rating_filter .wc-layered-nav-rating a {
	text-decoration: none;
}

.star-rating:before {
	content: "\53\53\53\53\53";
	opacity: .25;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
}

.star-rating span {
	overflow: hidden;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
	padding-top: 1.5em;
}

.star-rating span:before {
	content: "\53\53\53\53\53";
	top: 0;
	position: absolute;
	left: 0;
}

p.stars a {
	position: relative;
	height: 1em;
	width: 1em;
	text-indent: -999em;
	display: inline-block;
	text-decoration: none;
	margin-right: 1px;
	font-weight: 400;
}

p.stars a:before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 1em;
	height: 1em;
	line-height: 1;
	font-family: "star";
	content: "\53";
	text-indent: 0;
	opacity: .25;
}

p.stars a:hover ~ a:before {
	content: "\53";
	opacity: .25;
}

p.stars:hover a:before {
	content: "\53";
	opacity: 1;
}

p.stars.selected a.active:before {
	content: "\53";
	opacity: 1;
}

p.stars.selected a.active ~ a:before {
	content: "\53";
	opacity: .25;
}

p.stars.selected a:not(.active):before {
	content: "\53";
	opacity: 1;
}

/*--------------------------------------------------------------
### Tabs
--------------------------------------------------------------*/

.woocommerce-tabs {
	clear: both;
	display: block;
	overflow: hidden;
}

.woocommerce-tabs ul.tabs {
	list-style: none;
	margin: 3.111em 0 0;
	padding: 0;
	position: relative;
	text-align: left;
	text-transform: capitalize;
}

.woocommerce-tabs ul.tabs li {
	display: inline-block;
	margin: 0;
	position: relative;
}

.woocommerce-tabs ul.tabs li a {
	display: block;
	padding: 14px 35px;
	text-decoration: none;
}

.woocommerce-tabs ul.tabs li.active a {
	font-weight: 500;
}

.woocommerce-tabs .panel {
	margin: 0;
	padding: 35px;
	text-align: left;
}

.woocommerce .content-area .entry-content,
.woocommerce .content-area .entry-summary {
	margin-top: 0;
}

.woocommerce-tabs .panel h2:first-of-type {
	margin-bottom: 21px;
}

.woocommerce-tabs .panel p:last-child {
	margin-bottom: 0;
}

/*--------------------------------------------------------------
### Password strength meter
--------------------------------------------------------------*/

.woocommerce-password-strength {
	text-align: right;
}

.woocommerce-password-strength.strong {
	color: #0f834d;
}

.woocommerce-password-strength.short {
	color: #e2401c;
}

.woocommerce-password-strength.bad {
	color: #e2401c;
}

.woocommerce-password-strength.good {
	color: #3d9cd2;
}

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

.form-row.woocommerce-validated input.input-text {
	box-shadow: inset 2px 0 0 #0f834d;
}

.form-row.woocommerce-invalid input.input-text {
	box-shadow: inset 2px 0 0 #e2401c;
}

.required {
	color: #e2401c;
}

.quantity .qty {
	-webkit-border-radius: 0;
	border-radius: 0;
	margin: 0;
	padding: 11px 7px;
	width: 3.54em;
	text-align: center;
}

/*--------------------------------------------------------------
### Notices
--------------------------------------------------------------*/

.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-noreviews,
p.no-comments {
	clear: both;
	content: "";
	display: table;
	margin-bottom: 1.5em;
	padding: 2em;
	table-layout: fixed;
	width: 100%;
}

.woocommerce-message a.button {
	margin-right: 14px;
}

.woocommerce-info,
.woocommerce-message {
	border-top: 4px solid;
}

.woocommerce-error {
	border-top: 4px solid #e2401c;
}

.woocommerce-error li:last-child {
	margin-bottom: 0;
}

.demo_store {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: fixed;
	left: 0;
	bottom: 0;
	right: 0;
	margin: 0;
	padding: 1em;
	z-index: 9999;
}

ul.wc_payment_methods {
	list-style: none;
	margin: 0;
}

ul.wc_payment_methods li {
	margin-bottom: 0;
}

ul.wc_payment_methods .about_paypal {
	float: right;
}

ul.wc_payment_methods p:last-child {
	margin-bottom: 0;
}

ul.wc_payment_methods .payment_box {
	padding: 14px 26px;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
	margin: 7px 0;
}

#add_payment_method #payment .payment_method_paypal img,
.woocommerce-cart #payment .payment_method_paypal img,
.woocommerce-checkout #payment .payment_method_paypal img {
	margin-left: 7px;
	max-height: 33px;
}

.demo_store .woocommerce-store-notice__dismiss-link {
	-webkit-border-radius: 5px;
	border-radius: 5px;
	float: right;
	font-size: 13px;
	font-size: 0.8125rem;
	font-weight: 800;
	letter-spacing: 0.1em;
	line-height: 1;
	margin-left: 14px;
	padding: 18px 28px;
	text-decoration: none;
	text-transform: uppercase;
}

ul.products li.product .wp-post-image:hover {
	opacity: 1;
}

/*--------------------------------------------------------------
### WooCommerce widgets
--------------------------------------------------------------*/

/*--------------------------------------------------------------
#### WooCommerce Price Filter
--------------------------------------------------------------*/

.widget_price_filter .price_slider {
	margin-bottom: 1.5em;
}

.widget_price_filter .price_slider_amount {
	text-align: right;
	line-height: 2.4em;
}

.widget_price_filter .price_slider_amount .button {
	float: left;
}

.widget_price_filter .ui-slider {
	position: relative;
	text-align: left;
}

.widget_price_filter .ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1em;
	height: 1em;
	cursor: ew-resize;
	outline: none;
	box-sizing: border-box;
	margin-top: -.25em;
	opacity: 1;
}

.widget_price_filter .ui-slider .ui-slider-handle:last-child {
	margin-left: -1em;
}

.widget_price_filter .ui-slider .ui-slider-handle:hover,
.widget_price_filter .ui-slider .ui-slider-handle.ui-state-active {
	box-shadow: 0 0 0 0.25em rgba(0, 0, 0, 0.1);
}

.widget_price_filter .ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	display: block;
	border: 0;
}

.widget_price_filter .ui-slider-horizontal {
	height: .5em;
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range {
	height: 100%;
}

dl.variation {
	font-size: 14px;
	font-size: 0.875rem
}

dl.variation dd {
	margin: 0;
}

dl.variation p {
	margin-bottom: 7px;
}

.widget_layered_nav_filters a:before {
	content: "x";
	margin-right: 7px;
}

.columns-1 ul.products li.product {
	width: 100%;
	margin-right: 0;
}

.woocommerce-checkout-payment .place-order {
	padding: 1em;
}

.widget_shopping_cart_content {
	padding: 11px 0;
}

.site-header-cart .product_list_widget .mini_cart_item span.quantity {
	display: block;
}

#site-header-cart-wrapper {
	text-align: left;
}

/*--------------------------------------------------------------
# Media Queries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## >= 480px
--------------------------------------------------------------*/

@media screen and (min-width: 30em) {
	.menu-label {
		display: inline-block;
	}

	.menu-content-wrapper .post-thumbnail {
		float: left;
		margin-right: 21px;
		margin-bottom: 0;
	}

	.menu-content-wrapper .entry-container {
		overflow: hidden;
		width: auto;
	}

	.menu-content-wrapper .ui-tabs-panel.layout-two .hentry:nth-of-type(2n+1),
	.custom-menu-wrapper.layout-two .hentry:nth-of-type(2n+1) {
		clear: both;
	}

	.site-title {
		letter-spacing: 0.05em;
	}

	.wp-custom-logo .custom-logo-link {
	    margin-right: 15px;
	    margin-bottom: 0;
	}

	.wp-custom-logo .custom-logo-link,
	.wp-custom-logo .site-identity {
	    display: inline-block;
	}
}

/*--------------------------------------------------------------
## >= 667px
--------------------------------------------------------------*/

@media screen and (min-width: 41.6875em) {
	/* Woocommerce styles */
	.woocommerce-ordering,
	.woocommerce-result-count {
		display: inline-block;
		margin-top: 0;
		width: auto;
	}

	.woocommerce-ordering select {
		margin-top: 0;
	}

	.woocommerce-result-count {
		margin-right: auto;
	}

	.columns-2 ul.products li.product,
	.columns-4 ul.products li.product,
	.columns-6 ul.products li.product {
		width: 48.3445%;
		margin-right: 3.3113%;
	}

	.columns-2 ul.products li.product:nth-child(2n+2),
	.columns-4 ul.products li.product:nth-child(2n+2),
	.columns-6 ul.products li.product:nth-child(2n+2) {
		margin-right: 0;
	}

	ul.products.columns-2 li.product:nth-child(2n+1),
	ul.products.columns-4 li.product:nth-child(2n+1),
	ul.products.columns-6 li.product:nth-child(2n+1) {
		clear: both;
	}

	.site-header-cart {
		padding: 10px 15px;
	}

	.site-header-cart .widget_shopping_cart {
		top: 71px;
	}

	table.cart td.actions {
		text-align: right;
	}

	table.cart td.actions .coupon {
		display: inline-block;
		float: left;
	}

	table.cart td.actions input,
	table.cart td.actions .button,
	.woocommerce .wc-proceed-to-checkout a.button {
		display: inline-block;
		width: auto;
	}

	.single-product div.product div.images {
		margin-bottom: 0;
	}

	.single-product div.product .woocommerce-product-gallery,
	.single-product div.product .entry-summary {
		float: left;
		text-align: left;
		width: 50%;
	}

	.single-product div.product .entry-summary {
		margin: 0;
		padding-left: 35px;
	}/* Woocommerce styles end here */

	.services-section .post-thumbnail img {
		margin: unset;
	}

	.services-section .section-content-wrapper {
		text-align: left;
	}

	.contact-details {
		padding: 0;
	}

	.contact-details li {
		border-bottom: 0;
		border-right: 1px solid;
		padding: 17px 21px;
	}

	.reserve-content-wrapper .section-content-wrap.layout-two {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.reserve-content-wrapper .contact-description {
		width: 32%;
		margin: 0 auto;
	}

	.reserve-content-wrapper .reservation-form {
		width: 68%;
		margin: 0 auto;
	}

	.reserve-content-wrapper .reservation-form form p {
		float: left;
		position: relative;
		width: 50%;
		padding-right: 21px;
	}

	.reserve-content-wrapper .reservation-form form p.form-submit {
		padding-right: 0;
		text-align: center;
		width: 100%;
	}

	.reserve-content-wrapper .reservation-form form p:nth-child(2n) {
		padding-right: 0;
	}

	.reserve-content-wrapper .reservation-form form p:nth-child(2n+1) {
		clear: both;
	}

	#events-section .section-content-wrap {
		text-align: left;
	}

	#events-section .entry-meta a {
		display: inline-block;
		max-width: 65px;
	}

	#events-section .entry-container {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
	}

	#events-section .wrap {
		margin-top: 0;
		padding-left: 28px;
	}

	.recent-blog-content-wrapper .hentry-inner,
	.blog .content-area .hentry-inner,
	body:not(.page).home .content-area .hentry-inner,
	.archive .content-area .hentry-inner {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
	}

	.recent-blog-content-wrapper .hentry .post-thumbnail,
	.recent-blog-content-wrapper .hentry .entry-container,
	.blog .content-area .hentry .post-thumbnail,
	.blog .content-area .hentry .entry-container,
	body:not(.page).home .content-area .hentry .post-thumbnail,
	body:not(.page).home .content-area .hentry .entry-container,
	.archive .content-area .hentry .post-thumbnail,
	.archive .content-area .hentry .entry-container {
		float: left;
		width: 50%;
	}

	.recent-blog-content-wrapper .hentry-inner .post-thumbnail,
	.blog .content-area .hentry-inner .post-thumbnail,
	body:not(.page).home .content-area .hentry-inner .post-thumbnail,
	.archive .content-area .hentry-inner .post-thumbnail {
		-ms-flex-item-align: normal;
		-ms-grid-row-align: normal;
		align-self: normal
	}

	.recent-blog-content-wrapper .hentry .hentry-inner,
	.blog .content-area .hentry .hentry-inner,
	body:not(.page).home .content-area .hentry .hentry-inner,
	.archive .content-area .hentry .hentry-inner {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;

	}

	.recent-blog-content-wrapper .hentry-inner .post-thumbnail:before,
	.blog .content-area .hentry-inner .post-thumbnail:before,
	body:not(.page).home .content-area .hentry-inner .post-thumbnail:before,
	.archive .content-area .hentry-inner .post-thumbnail:before {
		bottom: unset;
		left: -7px;
		top: 50%;
		-webkit-transform: translate(0, -50%) rotate(90deg);
		-ms-transform: translate(0, -50%) rotate(90deg);
		transform: translate(0, -50%) rotate(90deg);
	}

	.recent-blog-content-wrapper .hentry:nth-child(2n+1) .hentry-inner,
	.blog .content-area .hentry:nth-child(2n+1) .hentry-inner,
	body:not(.page).home .content-area .hentry:nth-child(2n+1) .hentry-inner,
	.archive .content-area .hentry:nth-child(2n+1) .hentry-inner {
		-webkit-box-orient: horizontal;
   		-webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;

	}

	.recent-blog-content-wrapper .hentry:nth-child(2n+1) .hentry-inner .post-thumbnail:before,
	.blog .content-area .hentry:nth-child(2n+1) .hentry-inner .post-thumbnail:before,
	body:not(.page).home .content-area .hentry:nth-child(2n+1) .hentry-inner .post-thumbnail:before,
	.archive .content-area .hentry:nth-child(2n+1) .hentry-inner .post-thumbnail:before {
		left: unset;
		right: -7px;
		-webkit-transform: translate(0, -50%) rotate(270deg);
		-ms-transform: translate(0, -50%) rotate(270deg);
		transform: translate(0, -50%) rotate(270deg);
	}

	.archive-content-wrap .post-thumbnail {
	    bottom: 0;
	    left: 0;
	    padding-bottom: 0;
	    position: absolute;
	    top: 0;
	    width: 45%;
	}

	.special .section-content-wrapper .hentry {
		width: 50%;
	}

	.special .section-content-wrapper .hentry:nth-of-type(2n) {
		float: right;
	}

	.special .section-content-wrapper .hentry:nth-of-type(2n+1) {
		clear: both;
	}

	.testimonials-content-wrapper .testimonial-thumbnail {
		width: 45%
	}

	.testimonials-content-wrapper .entry-container {
		width: 55%;
		float: right;
	}
	.slider-content-wrapper .entry-container {
		padding-bottom: 120px;
		padding-top: 120px;
	}

	.footer-widget-area.two .widget-column,
	.footer-widget-area.four .widget-column,
	.section-content-wrapper.layout-two .hentry,
	.section-content-wrapper.layout-four .hentry,
	.contact-section .contact-details.two-columns li {
		width: 50%;
	}

	.section-content-wrapper.layout-two,
	.section-content-wrapper.layout-two .hentry,
	.section-content-wrapper.layout-four,
	.singular-content-wrap,
	.search-no-results .archive-content-wrap,
	.services-section.special .section-content-wrapper {
		padding-left: 15px;
		padding-right: 15px;
	}

	.section-content-wrapper.layout-four .hentry,
	.singular-content-wrap .hentry,
	.error404 .error-404.not-found,
	.search-no-results .no-results,
	.services-section.special .section-content-wrapper .hentry  {
		padding: 0 15px;
	}

	.instagram-button {
	    margin-top: 13px;
	    margin-bottom: 15px;
	}

	.pagination .prev.page-numbers,
	.pagination .next.page-numbers {
		display: inline-block;
	}

	.comment-navigation .nav-previous,
	.posts-navigation .nav-previous,
	.post-navigation .nav-previous {
		float: left;
		width: 50%;
	}

	.posts-navigation .nav-next {
		text-align: right;
	}

	.posts-navigation .nav-previous {
		text-align: left;
	}

	.comment-navigation .nav-next,
	.posts-navigation .nav-next,
	.post-navigation .nav-next {
		float: right;
		width: 50%;
	}

	.comment-navigation .nav-next,
	.post-navigation .nav-next {
		text-align: right;
	}

	.post-navigation,
	.comments-area {
		padding-left: 15px;
		padding-right: 15px;
	}

	.post-navigation .nav-previous {
		text-align: left;
		padding-right: 14px;
	}

	.post-navigation .nav-next {
		margin-top: 0;
		padding-left: 14px;
	}

	.post-navigation .nav-previous,
	.post-navigation .nav-next {
		position: relative;
	}

	.author-info {
		-webkit-box-align: center;
        -ms-flex-align: center;
		align-items: center;
		display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
		overflow: hidden;
		text-align: left;
		width: 100%;
	}

	.author-avatar,
	.author-avatar .avatar {
		border-radius: 100%;
		float: left;
		max-width: 150px;
	}

	.author-description {
		float: left;
		padding-left: 28px;
	}

	.menu-content-wrapper .section-content-wrapper {
		padding-left: 40px;
		padding-right: 40px;
	}

	.hero-content-wrapper .featured-content-image,
	.hero-content-wrapper .entry-container {
		display: table-cell;
		vertical-align: middle;
		width: 50%;
	}

	.hero-content-wrapper .featured-content-image {
		bottom: 0;
		padding-bottom: 0;
		position: absolute;
		left: 0;
		top: 0;
	}

	.hero-content-wrapper .entry-container {
		float: right;
	}

	.promotion-headline-wrapper .hentry {
		width: 76%;
	}

	.section-content-wrapper.layout-three {
		padding-left: 15px;
		padding-right: 15px;
	}

	.section-content-wrapper.layout-three .hentry,
	.search.search-results .content-area .hentry {
		padding: 0 15px;
		width: 33.33%;
	}

	.contact-section .contact-details {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
	}

	.contact-section .contact-details.three-columns li {
		width: 33.33%;
	}

	.section-content-wrapper.layout-three .hentry-inner .post-thumbnail,
	.section-content-wrapper.layout-three .hentry-inner .entry-container {
	    display: block;
	    padding: 0;
	    width: 100%;
	}

	.section-content-wrapper.layout-three .hentry:nth-child(3n+1),
	.contact-section .contact-details.three-columns li:nth-child(3n+1) {
	    clear: both;
	}

	.section-content-wrapper.layout-four .hentry {
		width: 50%;
	}

	.footer-widget-area.three .widget-column {
		width: 33.33%;
	}

	.entry-content blockquote.alignleft,
	.entry-content blockquote.alignright {
	    max-width: 320px;
	}

	.testimonials-content-wrapper .testimonial-thumbnail,
	.testimonials-content-wrapper .entry-container {
	    display: table-cell;
	    vertical-align: middle;
	}

	.testimonial-thumbnail {
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		height: 100%;
		padding-bottom: 0;
	}
}

/*--------------------------------------------------------------
## >= 768px
--------------------------------------------------------------*/

@media screen and (min-width: 48em) {
	/* Woocommerce styles */
	.site-header-cart {
	    padding: 23px 0;
	}

	ul.products.columns-3 li.product,
	ul.products.columns-6  li.product {
		width: 31.1259%;
		margin-right: 3.3113%;
	}

	ul.products.columns-4  li.product:nth-child(2n+2),
	ul.products.columns-6  li.product:nth-child(2n+2) {
		margin-right: 3.3113%;
	}

	ul.products.columns-3  li.product:nth-child(3n+3),
	ul.products.columns-4  li.product:nth-child(4n+4),
	ul.products.columns-5  li.product:nth-child(5n+5),
	ul.products.columns-6  li.product:nth-child(6n+6) {
		margin-right: 0;
	}

	ul.products.columns-6  li.product:nth-child(3n+3) {
		margin-right: 0;
	}

	ul.products.columns-4  li.product {
		width: 22.5166%;
		margin-right: 3.3113%;
	}

	ul.products.columns-5  li.product {
		width: 17.351%;
		margin-right: 3.3113%;
	}

	.full-width .related ul.products li.product,
	.full-width .upsells ul.products li.product,
	.full-width .cross-sells ul.products li.product {
		width: 25%;
	}

	.two-columns .columns-4 ul.products li.product {
		width: 50%;
	}

	ul.products.columns-4 li.product:nth-child(2n+1),
	ul.products.columns-6  li.product:nth-child(2n+1),
	.full-width .related ul.products li.product:nth-child(2n+1),
	.full-width .upsells ul.products li.product:nth-child(2n+1),
	.full-width .cross-sells ul.products li.product:nth-child(2n+1) {
		clear: none;
	}

	.two-columns .columns-4 ul.products li.product:nth-child(2n+1),
	ul.products.columns-3 li.product:nth-child(3n+1),
	ul.products.columns-4 li.product:nth-child(4n+1),
	ul.products.columns-5 li.product:nth-child(5n+1),
	ul.products.columns-6 li.product:nth-child(6n+1),
	.full-width .related ul.products li.product:nth-child(4n+1),
	.full-width .upsells ul.products li.product:nth-child(4n+1),
	.full-width .cross-sells ul.products li.product:nth-child(4n+1) {
		clear: both;
	}

	table.shop_table {
		background-color: transparent;
	}

	table.cart td.actions input,
	table.cart td.actions .button {
		margin: 0;
	}

	table.shop_table_responsive tr td {
		padding: 10px;
	}

	table.shop_table_responsive tr td.product-thumbnail {
		width: 100px;
	}

	table.shop_table_responsive thead {
		display: table-header-group;
	}

	table.shop_table_responsive tbody th {
		display: table-cell;
	}

	table.shop_table_responsive tr th,
	table.shop_table_responsive tr td {
		text-align: left;
	}

	table.shop_table_responsive tr td {
		display: table-cell;
	}

	table.shop_table_responsive tr td:before {
		display: none;
	}

	table.shop_table_responsive tr td.product-remove a {
		text-align: left;
	}

	table.cart .product-thumbnail img {
		margin: 0;
	}

	.col2-set .form-row-first {
		float: left;
		margin-right: 3.8%;
	}

	.col2-set .form-row-last {
		float: right;
		margin-right: 0;
	}

	.col2-set .form-row-first,
	.col2-set .form-row-last {
		width: 48.1%;
	}

	.woocommerce-account .woocommerce-MyAccount-navigation {
		float: left;
		width: 30%;
		margin: 0;
	}

	.woocommerce-account .woocommerce-MyAccount-content {
		float: right;
		width: 66%;
	}

	.woocommerce-account .woocommerce-MyAccount-content p:first-child {
		margin-top: 0;
	}

	.woocommerce-account .woocommerce-MyAccount-content form > h3 {
		margin-top: 0;
	}

	.woocommerce-MyAccount-content {
		padding-top: 0;
	}

	.site-header-cart .cart-contents {
		padding: 10px 15px;
	}

	.site-header-cart .cart-contents .count {
		display: inline;
	}

	.site-header-cart .widget_shopping_cart {
		padding: 0;
		position: absolute;
		top: 100%;
		width: 285px;
		z-index: 199;
		right: -999em;
		display: block;
	}

	.site-header-cart:hover .widget_shopping_cart,
	.site-header-cart.focus .widget_shopping_cart {
		right: 0;
		display: block;
	}

	.site-header-menu > #site-header-cart-wrapper {
		display: block;
	}

	#primary-menu-wrapper #site-header-cart-wrapper {
		display: none;
	}/* Woocommerce styles end here */

	.navigation-default .mobile-social-search {
		display: none;
	}

	.site-header-menu {
		margin-right: -15px;
	}

	.menu-content-wrapper .hentry-inner,
	#events-section .hentry {
		padding-bottom: 28px;
	}

	.menu-content-wrapper .hentry {
		margin-bottom: 28px;
	}

	.menu-content-wrapper .section-content-wrapper {
		max-width: 1240px;
		margin: 0 auto;
	}

	.menu-content-wrapper .tabs-nav {
		display: block;
		margin-top: -14px;
	}

	.menu-content-wrapper .ui-tabs-nav {
		margin: 0;
		padding: 0;
		text-align: center;
	}

	.menu-content-wrapper .ui-tabs-nav li {
		display: inline-block;
		list-style: none;
	}

	.menu-content-wrapper .ui-tabs-anchor {
		display: inline-block;
		padding: 14px 25px;
	}

	.menu-content-wrapper .ui-nav-collapse {
		display: none;
	}

	.menu-toggle-wrapper {
		display: block;
		float: left;
		padding: 24px 15px;
	}

	.menu-toggle {
		padding: 9px;
	}

	#social-search-wrapper {
		display: block;
	}

	.menu-inside-wrapper {
		width: 320px;
		right: 0;
		opacity: 0;
	}

	.is-open .menu-inside-wrapper {
	    visibility: visible;
	    opacity: 1;
	    right: 40px;
	}

	.navigation-classic .mobile-social-search {
		display: none;
	}

	#social-menu-wrapper,
	#primary-search-wrapper {
	    display: block;
	}
}

/*--------------------------------------------------------------
## >= 812px
--------------------------------------------------------------*/

@media screen and (min-width: 50.75em) {
	.special-image {
		margin-bottom: 35px;
	}

	.menu-content-wrapper .ui-tabs-panel {
		padding: 40px 21px 20px;
	}

	.menu-content-wrapper .hentry {
		padding: 20px;
		margin-bottom: 0;
	}

	.menu-content-wrapper .ui-tabs-panel.layout-two .hentry,
	.custom-menu-wrapper.layout-two .hentry {
		width: 50%;
	}
}

/*--------------------------------------------------------------
## >= 1024px
--------------------------------------------------------------*/

@media screen and (min-width: 64em) {
	/* Woocommerce styles */
	.woocommerce .site-main #infinite-handle {
		padding-bottom: 21px;
	}

	.woocommerce-products-header .page-title {
		margin-bottom: 7px;
	}

	ul.products li.product {
		margin-bottom: 35px;
	}

	ul.products.columns-6  li.product {
		width: 13.90725%;
		margin-right: 3.3113%;
	}

	ul.products.columns-6 li.product:nth-child(3n+3) {
		margin-right: 3.3113%;
	}

	ul.products.columns-6 li.product:nth-child(6n+6) {
		margin-right: 0;
	}/* Woocommerce styles end here */

	.site-content .wrapper {
		padding-top: 21px;
	}

	.header-top-content {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.header-top-content .header-top-left-content {
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-moz-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin-right: auto;
	}

	.header-top-left-content {
		padding-bottom: 7px;
		padding-top: 7px;
	}

	.header-top-bar {
		border-bottom: 1px solid;
		display: block;
	}

	.boxed-layout .header-top-bar,
	.boxed-layout.sticky-nav #masthead {
		width: 96%;
		max-width: 1520px;
		margin: 0 auto;
	}


	.header-top-content ul li {
		display: inline-block;
	}

	.header-top-content.layout-two .header-top-left-content,
	.header-top-content.layout-two .header-top-right-content {
		display: inline-block;
	}

	.header-top-content.layout-two .header-top-left-content {
		float: left;
	}

	.header-top-content.layout-two .header-top-right-content {
		float: right;
	}

	.site-header-menu .header-top-bar {
		display: none;
	}

	.header-top-right-content {
		margin-right: -10px;
	}

	.comment-respond {
		margin-bottom: 0;
	}

	.no-header-media-image.no-header-media-text.no-featured-slider .below-site-header {
		padding-top: 99px;
	}

	.no-header-media-image.no-header-media-text.no-featured-slider.has-header-top .below-site-header {
		padding-top: 152px;
	}

	.no-header-media-image.no-header-media-text.no-featured-slider #masthead {
		border-bottom: 1px solid;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}

	#masthead + .below-site-header .site-overlay + .section,
	#masthead + .below-site-header .site-overlay + .site-content {
		border: 0;
	}

	.section-heading-wrap,
	.section-heading-wrapper {
		padding-bottom: 35px;
	}

	#footer-newsletter .ewnewsletter .hentry {
		margin-top: 35px;
	}

	.reserve-content-wrapper .hentry {
		padding: 70px 35px;
	}

	.reserve-content-wrapper .reservation-form form p:nth-child(2n) {
		padding-right: 21px;
	}

	.reserve-content-wrapper .reservation-form form p:nth-child(2n+1) {
		clear: unset;
	}

	.reserve-content-wrapper .reservation-form form p:nth-child(3n) {
		padding-right: 0;
	}

	.reserve-content-wrapper .reservation-form form p:nth-child(3n+1) {
		clear: both;
	}

	.reserve-content-wrapper .reservation-form form p {
		width: 33.33%;
	}

	.reserve-content-wrapper .reservation-form form p.form-submit {
		width: 100%;
	}

	.reserve-content-wrapper .section-content-wrap,
	#events-section .wrapper,
	.section-content-wrapper.layout-one,
	.section-content-wrap.layout-one,
	.contact-section .entry-container,
	#product-content-section .section-content-wrapper,
	.header-top-left-content,
	.header-top-right-content,
	.navigation .nav-links {
	    padding-left: 40px;
	    padding-right: 40px;
	}

	.header-top-left-content li {
		margin-right: 35px;
	}

	.header-top-left-content li span .mobile-hours {
		display: none;
	}

	#events-section .wrap {
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-moz-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-moz-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-flex: 1;
		-webkit-flex: 1 100%;
		-moz-box-flex: 1;
		-ms-flex: 1 100%;
		flex: 1 100%;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-flow: row nowrap;
		-moz-box-orient: horizontal;
		-moz-box-direction: normal;
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
	}

	#events-section .more-link {
		margin-top: 0;
		padding-left: 28px;
	}

	#primary-search-wrapper {
		display: block;
	}

	.is-open .menu-inside-wrapper {
	    right: 60px;
	}

	.navigation-classic .site-header-menu {
		float: none;
	}

	.navigation-classic .menu-toggle {
		display: none;
	}

	.navigation-classic #social-search-wrapper .menu-toggle {
		display: block;
	}

	.navigation-classic #primary-menu-wrapper .menu-inside-wrapper {
		position: relative;
		display: block;
		float: left;
		top: 0;
		left: 0;
		right: 0;
		visibility: visible;
		opacity: 1;
		width: auto;
		bottom: auto;
		background-color: transparent;
		box-shadow: none;
		overflow: inherit;
	}

	.navigation-classic .main-navigation a {
		padding: 28px 15px;
		line-height: 2;
	}

	.navigation-classic .main-navigation li.menu-item-has-children ul ul a {
		padding-left: 20px;
	}

	.navigation-classic .main-navigation .menu-item-has-children > a:after,
	.navigation-classic .main-navigation .page_item_has_children > a:after {
	   	content: "\f0d7";
	    font-size: 16px;
	    font-size: 1rem;
	    padding-left: 7px;
	    line-height: 1;
	}

	.navigation-classic .main-navigation ul ul .menu-item-has-children > a:after,
	.navigation-classic .main-navigation ul ul .page_item_has_children > a:after {
		-webkit-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
		padding: 0;
		position: absolute;
		top: 21px;
		right: 21px;
	}

	.navigation-classic .main-navigation ul ul {
		-webkit-box-shadow: 0 3px 3px rgba( 0, 0, 0, 0.2 );
		-moz-box-shadow: 0 3px 3px rgba( 0, 0, 0, 0.2 );
		box-shadow: 0 3px 3px rgba( 0, 0, 0, 0.2 );
		display: block;
		float: left;
		position: absolute;
		top: 100%;
		left: -999em;
		z-index: 99999;
	}

	.navigation-classic .main-navigation ul ul ul {
		left: -999em;
		top: 0;
	}

	.navigation-classic .main-navigation ul ul a {
		padding: 9px 20px;
		width: 268px;
	}

	.navigation-classic .main-navigation ul li:hover > ul,
	.navigation-classic .main-navigation ul li.focus > ul {
		left: auto;
		right: 0;
	}

	.navigation-classic .main-navigation li {
		border-bottom: none;
	}

	.navigation-classic .main-navigation ul ul li {
		border-bottom: 1px solid;
	}

	.navigation-classic .main-navigation ul ul li:hover > ul,
	.navigation-classic .main-navigation ul ul li.focus > ul {
		right: 100%;
		left: auto;
	}

	.navigation-classic .main-navigation ul ul .current_page_item > a,
	.navigation-classic .main-navigation ul ul .current-menu-item > a {
		text-decoration: underline;
	}

	.navigation-classic .main-navigation li {
		display: inline-block;
	}

	.navigation-classic #primary-menu-wrapper {
		float: left;
	}

	.navigation-classic #social-search-wrapper {
		float: right;
	}

	.navigation-classic .dropdown-toggle,
	.navigation-classic .main-navigation ul .dropdown-toggle.toggled-on,
	.navigation-classic #primary-menu-wrapper .menu-toggle-wrapper {
		display: none;
	}

	.sticky-nav .site-header-main {
		padding-top: 0;
		padding-bottom: 0;
	}

	.site-header-main {
		padding-top: 7px;
		padding-bottom: 7px;
	}

	.hentry,
	.special-image,
	.view-all-button,
	#tabs {
		margin-bottom: 35px;
	}

	.site-main .infinite-loader,
	.site-main #infinite-handle,
	.recent-blog-content-wrapper .more-recent-posts {
		padding-top: 35px;
	}

	.slider-content-wrapper .entry-title,
	.custom-header .entry-title {
		font-size: 40px;
		font-size: 2.625rem;
	}

	.slider-content-wrapper .sub-title,
	.custom-header .sub-title {
		font-size: 34px;
		font-size: 2.125rem;
	}

	h1,
	.section-title,
	.section-description,
	.hero-content-wrapper .entry-title,
	.promotion-headline-wrapper .entry-title,
	.footer-instagram .widget-title,
	.hero-content-wrapper .entry-title span,
	.reserve-content-wrapper .entry-title,
	.reserve-content-wrapper .entry-title span,
	.before-text {
		font-size: 35px;
		font-size: 2.1875rem;
	}

	h2,
	.menu-group-title,
	.single .content-area .entry-title,
	.error404 .content-area .page-title,
	.search .content-area .page-title,
	.page .content-area .entry-title,
	.woocommerce-page .page-title {
		font-size: 30px;
		font-size: 1.875rem;
	}

	h3 {
		font-size: 26px;
		font-size: 1.625rem;
	}

	h4 {
		font-size: 24px;
		font-size: 1.5rem;
	}

	.comment-reply-title {
		font-size: 34px;
		font-size: 2.125rem;
	}

	.boxed-layout #page {
		width: 96%;
	}

	.slider-content-wrapper .entry-container {
		padding: 160px 40px;
	}

	.site-header-main,
	.content-area .section-content-wrapper,
	.recent-blog-content-wrapper .section-content-wrap,
	.hero-content-wrapper .section-content-wrap,
	.testimonials-content-wrapper .wrapper,
	.gallery-section .section-content-wrapper {
		padding-left: 40px;
		padding-right: 40px;
	}

	.slider-content-wrapper + .custom-header .entry-container,
	.hero-content-wrapper.section {
		padding-bottom: 63px;
		padding-top: 63px;
	}

	.has-header-video.no-header-media-text .wp-custom-header {
		padding-bottom: 250px;
		padding-top: 250px;
	}

	.custom-header-content {
		padding-bottom: 120px;
		padding-top: 300px;
	}

	#masthead,
	.no-header-media-image.no-header-media-text.no-featured-slider.sticky-nav #masthead {
		left: 0;
		right: 0;
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 999;
	}

	.sticky-nav .header-top-bar {
		display: none;
	}

	.no-header-media-image.no-header-media-text.no-featured-slider.sticky-nav #masthead {
		position: fixed;
	}

	.admin-bar.no-header-media-image.no-header-media-text.no-featured-slider.sticky-nav #masthead {
		top: 32px;
	}

	.sticky-nav #masthead {
		-webkit-box-shadow:0 2px 5px 0 rgba(0,0,0,0.10);
	    box-shadow:0 2px 5px 0 rgba(0,0,0,0.10);
		z-index: 99999;
	}

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

	.admin-bar .header-top-bar + #masthead {
		top: 82px;
	}

	.header-top-bar + #masthead {
		top: 50px;
	}

	.sticky-nav .header-top-bar + #masthead {
		top: 0;
	}

	.sticky-nav.admin-bar .header-top-bar + #masthead {
		top: 32px;
	}

	.site-info {
		padding-top: 21px;
	}

	.infinite-scroll.infinity-end .wrapper,
	.woocommerce-pagination,
	.menu-items {
		padding-bottom: 28px;
	}

	.two-columns-layout .singular-content-wrap,
	.search-no-results .archive-content-wrap {
		padding-bottom: 21px;
	}

	.section {
		padding-bottom: 28px;
		padding-top: 21px;
	}

	#footer-newsletter .widget {
		padding-bottom: 21px;
	}

	.section-content-wrapper.layout-three .hentry,
	.section-content-wrapper.layout-four,
	.section-content-wrapper.layout-three,
	.section-content-wrapper.layout-two,
	.section-content-wrapper.layout-two .hentry,
	.singular-content-wrap,
	.singular-content-wrap .hentry,
	.error404 .error-404.not-found,
	.section-content-wrapper.layout-four .hentry,
	.search-no-results .archive-content-wrap,
	.search-no-results .no-results,
	.services-section.special .section-content-wrapper,
	.services-section.special .section-content-wrapper .hentry,
	.search.search-results .content-area .hentry {
		padding-left: 20px;
		padding-right: 20px;
	}

	.instagram-button {
		margin-top: 15px;
		margin-bottom: 20px;
	}

	.section-content-wrapper.layout-four .hentry,
	.footer-widget-area.four .widget-column {
		width: 25%;
	}

	.section-content-wrapper.layout-four .hentry:nth-child(4n+1) {
	    clear: both;
	}

	.infinite-scroll .archive-content-wrap {
		padding-bottom: 21px;
	}

	.content-area {
	    float: left;
	    margin-right: -100%;
	    max-width: 1120px;
	    width: 73%;
	}

	.sidebar {
	    float: right;
	    margin-left: 73%;
	    max-width: 420px;
	    width: 27%;
	    padding-top: 42px;
	}

	.content-left .sidebar {
	    padding-right: 40px;
	}

	.content-right .sidebar {
	    padding-left: 40px;
	}

	.content-right .sidebar {
		float: left;
	    margin-left: 0;
	    margin-right: 73%;
	}

	.content-right .content-area {
	    float: right;
	    margin-left: -100%;
	    margin-right: 0;
	}

	.no-sidebar .content-area {
	    float: none;
	    margin: 0 auto;
	}

	.no-sidebar.full-width-layout .content-area {
	    margin: 0;
	    max-width: 100%;
	    width: 100%;
	}

	.archive .page-header,
	.search .page-header {
		padding-bottom: 42px;
	}

	.site-main .posts-navigation .nav-previous,
	.site-main .posts-navigation .nav-next,
	.pagination .prev.page-numbers,
	.pagination .next.page-numbers {
		margin: 35px 0 21px 0;
	}

	.site-main.woocommerce {
		padding-top: 63px;
	}

	.post-navigation .nav-links {
		padding: 35px 0 56px;
	}

	.post-navigation,
	.comments-area {
		padding-left: 20px;
		padding-right: 20px;
	}

	.comments-area {
		padding-top: 56px;
	}

	.author-info {
		margin-top: 56px;
	}

	.comment-respond {
		padding: 35px 49px;
	}

	.promotion-headline-wrapper .hentry {
		padding: 63px 101px;
	}

	.sidebar .widget {
		width: 100%;
	}

	.widget {
		padding: 28px 20px;
	}

	.footer-widget-area .wrapper {
		padding-top: 14px;
	}

	.footer-widget-area .wrapper {
		padding-left: 20px;
		padding-right: 20px;
	}

	blockquote {
		margin-top: 84px;
	}

	.post-thumbnail,
	.widget-title,
	.widgettitle,
	.featured-content-image {
		margin-bottom: 21px;
	}

	.entry-content,
	.entry-summary {
		margin-top: 21px;
	}

	.slider-content-wrapper .more-button,
	.custom-header .more-button {
		margin-top: 28px;
	}

	/*Special Layout*/
	.special-image {
		position: absolute;
		top: 38%;
		left: 50%;
		transform: translate(-50%, -50%);
		padding: 0 40px;
		width: calc(100% - 56%);
		margin: 0;
	}

	.special .section-content-wrapper {
		position: relative;
	}

	.special .section-content-wrapper .hentry {
		width: 28%;
	}

	.hero-content-wrapper .entry-container {
		padding: 63px;
	}

	.hero-content-wrapper .hentry.has-post-thumbnail .entry-container {
	    padding: 87px 50px;
	}

	.testimonials-content-wrapper.section {
		padding-bottom: 63px;
	}

	.testimonials-content-wrapper .cycle-pager {
		position: absolute;
		width: 55%;
	}

	.testimonials-content-wrapper .entry-container {
   		padding: 100px 40px 138px 40px;
   	}

   	.sidebar .widget {
   		margin: 0 0 42px;
   	}

   	.hero-content-wrapper.section .section-content-wrap {
   		padding-left: 40px;
   		padding-right: 40px;
   	}

   	.slider-content-wrapper .cycle-prev,
   	.slider-content-wrapper .cycle-next {
   		display: block;
   	}

   	.two-columns-layout .singular-content-wrap {
   		border: none;
   	}

   	.section-content-wrapper,
   	.section-content-wrap {
   		padding-bottom: 0;
   	}

   	.sidebar {
		padding-bottom: 21px;
	}

	.menu-content-wrapper .hentry-inner {
	    padding-bottom: 40px;
	}

	.custom-menu-wrapper {
		padding: 20px;
	}

	.menu-content-wrapper .more-button {
		margin-top: 35px;
	}
}

/*--------------------------------------------------------------
## >= 1366px
--------------------------------------------------------------*/

@media screen and (min-width: 85.375em) {
	.no-header-media-image.no-header-media-text.no-featured-slider.has-header-top .below-site-header {
		padding-top: 155px;
	}

	.reserve-content-wrapper .section-content-wrap,
	.contact-section .entry-container,
	.navigation .nav-links,
	.reserve-content-wrapper .section-content-wrap.layout-one,
	.header-top-left-content,
	.header-top-right-content,
	.site-header-main,
	.section-heading-wrap,
	.section-heading-wrapper,
	.archive .page-header,
	.search .page-header,
	.woocommerce-page .site-content .wrapper,
	.entry-breadcrumbs,
	.custom-header-content,
	.content-area .section-content-wrapper,
	.recent-blog-content-wrapper .section-content-wrap,
	.hero-content-wrapper .section-content-wrap,
	.testimonials-content-wrapper .wrapper,
	.gallery-section .section-content-wrapper,
	#events-section .wrapper,
	.section-content-wrapper.layout-one,
	.section-content-wrap.layout-one,
	#product-content-section .section-content-wrapper {
		padding-left: 60px;
		padding-right: 60px;
	}

	.slider-content-wrapper .entry-title,
	.custom-header .entry-title {
		font-size: 48px;
		font-size: 2.875rem;
	}

	.slider-content-wrapper .sub-title,
	.custom-header .sub-title {
		font-size: 38px;
		font-size: 2.375rem;
	}

	.slider-content-wrapper + .custom-header .entry-container {
		padding-top: 77px;
		padding-bottom: 77px;
	}

	.slider-content-wrapper .entry-container {
		padding: 200px 60px;
	}

	.widget-title,
	.widgettitle {
		margin-bottom: 28px;
	}

	.section-content-wrapper.layout-three,
	.section-content-wrapper.layout-four,
	.section-content-wrapper.layout-two,
	.singular-content-wrap,
	.search-no-results .archive-content-wrap,
	.services-section.special .section-content-wrapper {
		padding-left: 40px;
		padding-right: 40px;
	}

	.content-left .sidebar {
	    padding-right: 60px;
	}

	.content-right .sidebar {
	    padding-left: 60px;
	}

	.archive .page-header,
	.search .page-header,
	.error404 .error-404.not-found .page-header {
		padding-bottom: 49px;
	}

	.infinite-scroll.infinity-end .wrapper {
		padding-bottom: 35px;
	}

	.woocommerce-pagination {
		padding-bottom: 42px;
	}

	.footer-widget-area .wrapper {
		padding-left: 25px;
		padding-right: 25px;
	}

	.comment-respond {
		padding: 35px 56px;
	}

	.promotion-headline-wrapper .hentry {
		padding-left: 133px;
		padding-right: 133px;
	}

	.testimonials-content-wrapper .entry-container:before {
		font-size: 200px;
		font-size: 12.5rem;
		top: 115px;
	}

	.services-section.special .view-all-button {
		margin-top: 35px;
	}

	.slider-content-wrapper:hover .cycle-prev {
		left: 21px;
	}

	.slider-content-wrapper:hover .cycle-next {
		right: 21px;
	}

	.recent-blog-content-wrapper .hentry,
	.blog .content-area .hentry,
	body:not(.page).home .content-area .hentry,
	.archive .content-area .hentry {
		float: left;
		width: 50%;
	}

	.recent-blog-content-wrapper .hentry .entry-container,
	.blog .content-area .hentry .entry-container,
	body:not(.page).home .content-area .hentry .entry-container,
	.archive .content-area .hentry .entry-container {
		padding: 42px;
	}

	.recent-blog-content-wrapper .hentry:nth-child(2n+1) .hentry-inner,
	.blog .content-area .hentry:nth-child(2n+1) .hentry-inner,
	body:not(.page).home .content-area .hentry:nth-child(2n+1) .hentry-inner,
	.archive .content-area .hentry:nth-child(2n+1) .hentry-inner {
		-webkit-box-orient: horizontal;
   		-webkit-box-direction: reverse;
       	-ms-flex-direction: row-reverse;
        flex-direction: row-reverse;

	}

	.recent-blog-content-wrapper .hentry:nth-child(2n+1) .hentry-inner .post-thumbnail:before,
	.blog .content-area .hentry:nth-child(2n+1) .hentry-inner .post-thumbnail:before,
	body:not(.page).home .content-area .hentry:nth-child(2n+1) .hentry-inner .post-thumbnail:before,
	.archive .content-area .hentry:nth-child(2n+1) .hentry-inner .post-thumbnail:before {
		left: -7px;
		right: unset;
		-webkit-transform: translate(0, -50%) rotate(90deg);
		-ms-transform: translate(0, -50%) rotate(90deg);
		transform: translate(0, -50%) rotate(90deg);
	}

	.recent-blog-content-wrapper .hentry:nth-child(4n+1) .hentry-inner,
	.recent-blog-content-wrapper .hentry:nth-child(4n+2) .hentry-inner,
	.blog .content-area .hentry:nth-child(4n+1) .hentry-inner,
	.blog .content-area .hentry:nth-child(4n+2) .hentry-inner,
	body:not(.page).home .content-area .hentry:nth-child(4n+1) .hentry-inner,
	body:not(.page).home .content-area .hentry:nth-child(4n+2) .hentry-inner,
	.archive .content-area .hentry:nth-child(4n+1) .hentry-inner,
	.archive .content-area .hentry:nth-child(4n+2) .hentry-inner {
		-webkit-box-orient: horizontal;
	   	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
        flex-direction: row;
	}

	.recent-blog-content-wrapper .hentry:nth-child(4n+1) .hentry-inner .post-thumbnail:before,
	.recent-blog-content-wrapper .hentry:nth-child(4n+2) .hentry-inner .post-thumbnail:before,
	.blog .content-area .hentry:nth-child(4n+1) .hentry-inner .post-thumbnail:before,
	.blog .content-area .hentry:nth-child(4n+2) .hentry-inner .post-thumbnail:before,
	body:not(.page).home .content-area .hentry:nth-child(4n+1) .hentry-inner .post-thumbnail:before,
	body:not(.page).home .content-area .hentry:nth-child(4n+2) .hentry-inner .post-thumbnail:before,
	.archive .content-area .hentry:nth-child(4n+1) .hentry-inner .post-thumbnail:before,
	.archive .content-area .hentry:nth-child(4n+2) .hentry-inner .post-thumbnail:before {
		left: unset;
		right: -7px;
		 -webkit-transform: rotate(270deg);
       -ms-transform: rotate(270deg);
           transform: rotate(270deg);
	}

	.testimonials-content-wrapper .entry-container {
   		padding: 150px 40px 138px 40px;
   	}

	.more-button,
	.author-link,
	.hero-content-wrapper .more-button,
	.promotion-headline-wrapper .more-button {
		margin-top: 28px;
	}

	.hero-content-wrapper.section .section-content-wrap {
		padding-left: 60px;
		padding-right: 60px;
	}

	button,
	input[type="button"],
	input[type="reset"],
	input[type="submit"],
	.button,
	.posts-navigation .nav-links a,
	.pagination .prev.page-numbers,
	.pagination .next.page-numbers,
	.site-main #infinite-handle span button,
	.slider-content-wrapper .more-link,
	.hero-content-wrapper .more-link,
	.promotion-headline-wrapper .more-link,
	.recent-blog-content-wrapper .more-recent-posts .more-link,
	.menu-content-wrapper .more-link,
	.custom-header .more-link,
	.instagram-button .button,
	.view-all-button .more-link,
	.woocommerce div.product form.cart .button,
	.woocommerce #respond input#submit,
	.woocommerce a.button,
	.woocommerce button.button,
	.woocommerce input.button {
		padding: 12px 25px;
	}
}

/*--------------------------------------------------------------
## >= 1600px
--------------------------------------------------------------*/

@media screen and (min-width: 100em) {
	.woocommerce .site-main #infinite-handle {
		padding-bottom: 42px;
	}

	.woocommerce-products-header .page-title {
		margin-bottom: 14px;
	}

	.single-product div.product .related,
	.single-product div.product .upsells,
	.cart-collaterals .cross-sells,
	.cart-collaterals .cart_totals {
		margin-top: 56px;
	}

	ul.products li.product {
		margin-bottom: 42px;
	}

	.site-main.woocommerce {
		padding-top: 84px;
	}

	.site-content .wrapper {
		padding-top: 42px;
	}

	.contact-details li .fa {
		font-size: 42px;
		font-size: 2.625rem;
	}

	.contact-details li {
		padding: 35px 91px;
	}

	.reserve-content-wrapper .contact-description strong {
		font-size: 20px;
		font-size: 1.25rem;
	}

	.info {
		font-size: 26px;
		font-size: 1.625rem;
	}

	.reserve-content-wrapper .entry-content,
	.reserve-content-wrapper .entry-summary {
		margin-top: 35px;
	}

	.reserve-content-wrapper .hentry {
		padding: 105px 42px;
	}

	.slider-content-wrapper .entry-title,
	.custom-header-content .entry-title {
		font-size: 56px;
		font-size: 3.5rem;
	}

	.slider-content-wrapper .sub-title,
	.custom-header .sub-title {
		font-size: 52px;
		font-size: 3.25rem;
	}

	h1,
	.section-title,
	.section-description,
	.hero-content-wrapper .entry-title,
	.promotion-headline-wrapper .entry-title,
	.footer-instagram .widget-title,
	.hero-content-wrapper .entry-title span,
	.reserve-content-wrapper .entry-title,
	.reserve-content-wrapper .entry-title span,
	.before-text {
		font-size: 42px;
		font-size: 2.625rem;
	}

	h2,
	.menu-group-title,
	.single .content-area .entry-title,
	.error404 .content-area .page-title,
	.search .content-area .page-title,
	.page .content-area .entry-title,
	.woocommerce-page .page-title {
		font-size: 35px;
		font-size: 2.1875rem;
	}

	h3 {
		font-size: 28px;
		font-size: 1.75rem;
	}

	.comments-title,
	.comment-reply-title,
	.content-area .entry-title,
	.related.products h2:first-of-type,
	.woocommerce-tabs .panel h2:first-of-type {
		font-size: 24px;
		font-size: 1.5rem;
	}

	body {
		font-size: 18px;
		font-size: 1.125rem;
		line-height: 1.555555555555556;
	}

	.slider-content-wrapper .entry-summary {
	    font-size: 21px;
	    font-size: 1.3125rem;
	}

	.item-price {
		font-size: 20px;
		font-size: 1.25rem;
	}

	.slider-content-wrapper .entry-container {
		padding-bottom: 220px;
		padding-top: 220px;
	}

	.custom-header-content {
		padding-bottom: 180px;
	}

	.has-header-video.no-header-media-text .wp-custom-header {
		padding-bottom: 325px;
		padding-top: 325px;
	}

	.slider-content-wrapper .more-button,
	.custom-header .more-button {
		margin-top: 35px;
	}

	.special-image {
		padding-top: 70px;
	}

	.infinite-scroll .archive-content-wrap {
		padding-bottom: 42px;
	}

	.site-main .infinite-loader,
	.site-main #infinite-handle,
	.recent-blog-content-wrapper .more-recent-posts {
		padding-top: 42px;
	}

	.hero-content-wrapper.section {
		padding-bottom: 84px;
		padding-top: 84px;
	}

	.hero-content-wrapper .entry-container {
		padding: 84px;
	}

	.hero-content-wrapper .hentry.has-post-thumbnail .entry-container {
		padding: 140px 70px;
	}

	.testimonials-content-wrapper .entry-title {
		margin-top: 21px;
	}

	.testimonials-content-wrapper.section {
		padding-bottom: 84px;
	}

	.site-main .posts-navigation .nav-previous,
	.site-main .posts-navigation .nav-next,
	.pagination .prev.page-numbers,
	.pagination .next.page-numbers {
		margin: 42px 0;
	}

	.site-info,
	.sidebar {
		padding-top: 42px;
	}

	.two-columns-layout .singular-content-wrap,
	.search-no-results .archive-content-wrap,
	.sidebar {
		padding-bottom: 42px;
	}

	.section,
	#footer-newsletter .widget {
		padding-bottom: 42px;
		padding-top: 42px;
	}

	.footer-widget-area .wrapper {
		padding-top: 21px;
	}

	.testimonials-content-wrapper .entry-container {
		padding: 159px 40px 138px 40px;
	}

	.widget {
		padding: 35px;
	}

	.promotion-headline-wrapper .hentry {
	    padding: 84px 133px;
	}

	.comment-respond {
		padding: 35px 70px;
	}

	.services-section.special .view-all-button {
		margin-top: 70px;
	}

	.section-heading-wrap,
	.section-heading-wrapper {
		padding-bottom: 42px;
	}

	#footer-newsletter .ewnewsletter .hentry,
	.menu-content-wrapper .more-button {
		margin-top: 42px;
	}

	.hentry,
	.special-image,
	.view-all-button,
	#tabs {
		margin-bottom: 42px;
	}
}

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

/* Background Color */
body {
	background-color: #1a1a1a;
}

/* Header Text Color */
.site-title a,
.site-description  {
	color: #000;
}

/* Page Background Color */
#page {
	background-color: #fff;
}

.testimonials-content-wrapper .hentry-wrap,
.menu-content-wrapper .ui-tabs-panel,
.recent-blog-content-wrapper .hentry,
.blog .content-area .hentry,
body:not(.page).home .content-area .hentry,
.archive .content-area .hentry,
.no-header-media-image.no-header-media-text.no-featured-slider #masthead,
.reserve-content-wrapper .reservation-form,
.woocommerce-account .woocommerce-MyAccount-navigation a,
.woocommerce-pagination ul li span.current,
.woocommerce-pagination ul li a:hover,
.search.search-results .content-area .hentry-inner,
.custom-menu-wrapper {
	background-color: #fff;
}

body:not(.page).home .content-area .post-thumbnail:before,
.archive .content-area .post-thumbnail:before,
.blog .content-area .post-thumbnail:before,
.recent-blog-content-wrapper .post-thumbnail:before {
	color: #fff;
}

@media screen and (min-width: 64em) {
	.site-header .search-field,
	.sticky-nav #masthead {
		background-color: #fff;
	}
}

.wp-custom-header-video-button {
	border-color: #fff;
}

/* Secondary Background Color */
.menu-inside-wrapper,
.main-navigation ul ul,
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,
select,
hr,
pre,
.author-info,
.custom-header:before,
.page-numbers,
.page-links a,
table thead,
mark,
ins,
.sidebar .widget .widget-title,
.hero-content-wrapper .hentry,
.testimonials-content-wrapper .cycle-pager,
.contact-details,
.woocommerce-tabs .panel,
.woocommerce-tabs ul.tabs li.active a,
.reserve-content-wrapper {
	background-color: #fafafa;
}

#testimonial-pager-template a {
	border-color: #fafafa;
}

@media screen and (min-width: 64em) {
	.navigation-classic .main-navigation ul ul {
		background-color: #fafafa;
	}
}

@media screen and (min-width: 41.6875em) {
	table.shop_table .cart-subtotal th,
	table.shop_table .order-total th,
	.site-header-cart .widget_shopping_cart {
		background-color: #fafafa;
	}
}

/* Main Text Color */
body,
button,
input,
select,
optgroup,
textarea {
	color: #666;
}

.cycle-pager span:hover,
.cycle-pager span:focus {
	background-color: #666;
}

/* Heading Text Color */
h1,
h2,
h3,
h4,
h5,
h6,
.drop-cap:first-letter,
.no-header-media-image .custom-header .entry-title,
.no-header-media-image .custom-header .entry-summary,
.no-header-media-image .custom-header .entry-content,
.reserve-content-wrapper .entry-title span {
	color: #111;
}

/* Link Color */
a,
.main-navigation a,
body .site-header-menu .mobile-header-top .header-top-content li,
body .site-header-menu .mobile-header-top .header-top-content li a,
.menu-toggle,
.dropdown-toggle,
.search-submit,
.item-price,
.more-link,
.entry-title a,
.widget a,
.author a,
.section-description,
.testimonials-content-wrapper .entry-title a,
.entry-footer .entry-meta a:hover,
.entry-footer .entry-meta a:focus,
.comment-metadata .edit-link a:hover,
.comment-metadata .edit-link a:focus,
.hero-content-wrapper .entry-title span,
.contact-details li > span,
.contact-details li span a,
.woocommerce-tabs .panel h2:first-of-type,
 ul.products li.product .woocommerce-loop-product__title,
 .woocommerce .product-container .wc-forward,
 .woocommerce-tabs ul.tabs li a:hover,
.woocommerce-tabs ul.tabs li a:focus,
.woocommerce-tabs ul.tabs li.active a,
span.price ins,
p.price ins,
.woocommerce-pagination ul li span.current,
.woocommerce-pagination ul li a:hover {
	color: #000;
}

input[type="search"]:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]: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,
.woocommerce .product-container .button {
	color: #000;
}

@media screen and (min-width: 64em) {
	.absolute-header .main-navigation ul ul a,
	.navigation-classic.absolute-header .main-navigation ul ul a {
		color: #000;
	}
}

/* Link Hover Color */
a:hover,
a:focus,
.dropdown-toggle:hover,
.dropdown-toggle:focus,
.search-submit:hover,
.search-submit:focus,
.more-link:hover,
.more-link:focus,
.entry-title a:hover,
.entry-title a:focus,
.widget a:hover,
.widget a:focus,
.page-numbers:hover,
.page-numbers:focus,
.pagination .page-numbers.current,
.woocommerce .entry-breadcrumbs .woocommerce-breadcrumb a:hover,
.woocommerce .entry-breadcrumbs .woocommerce-breadcrumb a:focus,
.entry-breadcrumbs a:hover,
.entry-breadcrumbs a:focus,
.breadcrumb-current,
.woocommerce .entry-breadcrumbs .woocommerce-breadcrumb span,
.menu-content-wrapper .ui-nav-collapse.ui-state-active a,
.menu-content-wrapper .ui-tabs-nav li.ui-state-active a,
.slider-content-wrapper .cycle-prev:hover,
.slider-content-wrapper .cycle-prev:focus,
.slider-content-wrapper .cycle-next:hover,
.slider-content-wrapper .cycle-next:focus,
.page-links > span,
.slider-content-wrapper .entry-title a:hover,
.slider-content-wrapper .entry-title a:focus,
.slider-content-wrapper .entry-meta a:hover,
.slider-content-wrapper .entry-meta a:focus,
.site-title a:hover,
.site-title a:focus,
.author a:hover,
.author a:focus,
.site-footer a:hover,
.site-footer a:focus,
blockquote:before,
#testimonial-pager-template .cycle-pager-active,
.contact-details li span a:hover,
.contact-details li span a:focus,
.contact-details li .contact-label,
 ul.products li.product .woocommerce-loop-product__title:hover,
 ul.products li.product .woocommerce-loop-product__title:focus,
 .menu-toggle:hover,
 .menu-toggle:focus,
 .absolute-header .cart-contents:hover,
 .absolute-header .cart-contents:focus,
 body .site-header-menu .mobile-header-top .header-top-content li a:hover,
 body .site-header-menu .mobile-header-top .header-top-content li a:focus,
 table.shop_table_responsive tr td a,
.product-container a.added_to_cart,
.single-product .product_meta a,
.woocommerce-info a,
.variations .reset_variations,
.star-rating span:before,
p.stars:hover a:before,
p.stars.selected a.active:before,
p.stars.selected a:not(.active):before,
.single-product div.product .woocommerce-product-rating .woocommerce-review-link,
.header-top-bar .header-top-content li a:hover,
.header-top-bar .header-top-content li a:focus,
.absolute-header .header-top-bar .header-top-content li a:hover,
.absolute-header .header-top-bar .header-top-content li a:focus {
	color: #db2f39;
}

#events-section .more-button .more-link,
.menu-content-wrapper .ui-tabs-panel,
.woocommerce .product-container .button,
.woocommerce .product-container .wc-forward,
.woocommerce-info,
.woocommerce-message {
	border-color: #db2f39;
}

.ui-nav-collapse.ui-state-active a:after,
.tabs-nav ul li.ui-state-active a:after {
	border-color: #db2f39 transparent;
}

blockquote {
	border-color: #db2f39;
}

@media screen and (min-width: 64em) {
	.navigation-classic .main-navigation ul ul :hover > a,
	.navigation-classic .main-navigation ul ul .focus > a {
		color: #db2f39;
	}
}

/* Secondary Link Color */
.site-footer,
.entry-meta a,
.site-info a,
.cycle-prev,
.cycle-next,
.comment-metadata a,
.wp-caption .wp-caption-text,
.ui-tabs-anchor,
.entry-category a,
.date-label,
.post-navigation .nav-subtitle,
.entry-footer .entry-meta a,
.entry-footer .entry-meta span:before,
.comment-metadata .edit-link a,
.comment-metadata .edit-link:before,
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,
select,
.reserve-content-wrapper .contact-description .entry-content,
.reserve-content-wrapper .contact-description .entry-summary,
table.shop_table_responsive tr td a:hover,
table.shop_table_responsive tr td a:focus,
.product-container a.added_to_cart:hover,
.product-container a.added_to_cart:focus,
.single-product .product_meta a:hover,
.single-product .product_meta a:focus,
.single-product div.product .woocommerce-product-rating .woocommerce-review-link:hover,
.single-product div.product .woocommerce-product-rating .woocommerce-review-link:focus,
.woocommerce-info a:hover,
.woocommerce-info a:focus,
.variations .reset_variations:hover,
.variations .reset_variations:focus,
.woocommerce-tabs ul.tabs li a,
.woocommerce-pagination ul li a,
p.stars a:before,
p.stars a:hover ~ a:before,
p.stars.selected a.active ~ a:before {
	color: #999;
}

.cycle-pager span {
	background-color: #999;
}

/* Secondary Link Hover Color */
.entry-meta a:hover,
.entry-meta a:focus,
.woocommerce .entry-breadcrumbs .woocommerce-breadcrumb,
.entry-breadcrumbs a:after,
.pagination a,
.site-info a:hover,
.site-info a:focus,
.comment-metadata a:hover,
.comment-metadata a:focus,
.cycle-prev:hover,
.cycle-next:hover,
.cycle-prev:focus,
.cycle-next:focus,
.page-links .page-links-title,
.page-links a,
.testimonials-content-wrapper .entry-title span,
.entry-category a:hover,
.entry-category a:focus,
.site-footer .entry-title a:hover,
.site-footer .entry-title a:focus {
	color: #db2f39;
}

/* Button Background Color */
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.posts-navigation .nav-links a,
.pagination .prev,
.pagination .next,
.site-main #infinite-handle span button,
.slider-content-wrapper .more-link,
#scrollup,
.hero-content-wrapper .more-link,
.promotion-headline-wrapper .more-link,
.recent-blog-content-wrapper .more-recent-posts .more-link,
.menu-content-wrapper .more-link,
.custom-header .more-link,
.instagram-button .button,
.view-all-button .more-link,
.cycle-pager .cycle-pager-active,
.cycle-pager .cycle-pager-active:hover,
.cycle-pager .cycle-pager-active:focus,
.woocommerce div.product form.cart .button,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce .widget_price_filter .ui-slider .ui-slider-range,
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle,
.woocommerce span.onsale,
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span,
#events-section .entry-meta a {
	background-color: #db2f39;
	border-color: transparent;
}

.onsale,
.widget_price_filter .ui-slider .ui-slider-handle,
.widget_price_filter .ui-slider .ui-slider-range,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce button.button.alt,
.woocommerce input.button,
.woocommerce input.button.alt,
.woocommerce .product-container .wc-forward,
.demo_store .woocommerce-store-notice__dismiss-link,
.woocommerce ul.products li.product .onsale,
.woocommerce span.onsale,
.woocommerce button.button:hover,
.woocommerce button.button:focus,
.woocommerce button.button.alt:hover,
.woocommerce button.button.alt:focus,
.woocommerce input.button:hover,
.woocommerce input.button:focus,
.woocommerce input.button.alt:hover,
.woocommerce input.button.alt:focus,
.woocommerce .product-container .added,
.woocommerce .product-container .wc-forward:hover,
.woocommerce .product-container .wc-forward:focus,
.demo_store .woocommerce-store-notice__dismiss-link:hover,
.demo_store .woocommerce-store-notice__dismiss-link:focus {
	background-color: #db2f39;
}

/* Button Text Color */
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.posts-navigation .nav-links a,
.pagination .prev,
.pagination .next,
.site-main #infinite-handle span button,
#scrollup,
.hero-content-wrapper .more-link,
.promotion-headline-wrapper .more-link,
.recent-blog-content-wrapper .more-recent-posts .more-link,
.menu-content-wrapper .more-link,
.sticky-label,
.instagram-button .button,
.view-all-button .more-link,
.wp-custom-header-video-button,
.woocommerce div.product form.cart .button,
.woocommerce #respond input#submit,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span,
.woocommerce nav.woocommerce-pagination ul li span.current,
#events-section .entry-meta a,
.absolute-header .menu-toggle,
.onsale {
	color: #fff;
}

@media screen and (min-width: 48em) {
	.absolute-header .cart-contents {
		color: #fff;
	}
}

/* Button Hover Background Color */
button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus,
.button:hover,
.button:focus,
.posts-navigation .nav-links a:hover,
.posts-navigation .nav-links a:focus,
.sticky-label,
.site-main #infinite-handle span button:hover,
.site-main #infinite-handle span button:focus,
.pagination .prev:hover,
.pagination .prev:focus,
.pagination .next:hover,
.pagination .next:focus,
.slider-content-wrapper .more-link:hover,
.slider-content-wrapper .more-link:focus,
#scrollup:hover,
#scrollup:focus,
.hero-content-wrapper .more-link:hover,
.hero-content-wrapper .more-link:focus,
.promotion-headline-wrapper .more-link:hover,
.promotion-headline-wrapper .more-link:focus,
.recent-blog-content-wrapper .more-recent-posts .more-link:hover,
.recent-blog-content-wrapper .more-recent-posts .more-link:focus,
.menu-content-wrapper .more-link:hover,
.menu-content-wrapper .more-link:focus,
.custom-header .more-link:hover,
.custom-header .more-link:focus,
.footer-instagram .instagram-button .button:hover,
.footer-instagram .instagram-button .button:focus,
.pagination .nav-links > a:hover,
.pagination .nav-links > a:focus,
.page-links a:hover,
.page-links a:focus,
.view-all-button .more-link:hover,
.view-all-button .more-link:focus,
.wp-custom-header-video-button:hover,
.wp-custom-header-video-button:focus,
.woocommerce div.product form.cart .button:hover,
.woocommerce div.product form.cart .button:focus,
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:focus,
.woocommerce a.button:focus,
.woocommerce button.button:focus,
.woocommerce input.button:focus,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce #respond input#submit.alt:focus,
.woocommerce a.button.alt:focus,
.woocommerce button.button.alt:focus,
.woocommerce input.button.alt:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li span.current,
#events-section .more-button .more-link:hover,
#events-section .more-button .more-link:focus,
#events-section .entry-meta a:hover,
#events-section .entry-meta a:focus {
	background-color: #000;
}

#events-section .hentry .more-link:hover,
#events-section .hentry .more-link:focus {
	border-color: transparent;
}

.wp-custom-header-video-button:hover,
.wp-custom-header-video-button:focus {
	border-color: #000;
}

/* Button Hover Text Color */
.button:hover,
.button:focus,
.prev.page-numbers:hover,
.prev.page-numbers:focus,
.next.page-numbers:hover,
.next.page-numbers:focus,
.hero-content-wrapper .more-link:hover,
.hero-content-wrapper .more-link:focus,
.promotion-headline-wrapper .more-link:hover,
.promotion-headline-wrapper .more-link:focus,
.recent-blog-content-wrapper .more-recent-posts .more-link:hover,
.recent-blog-content-wrapper .more-recent-posts .more-link:focus,
.menu-content-wrapper .more-link:hover,
.menu-content-wrapper .more-link:focus,
.pagination .nav-links > a:hover,
.pagination .nav-links > a:focus,
.page-links a:hover,
.page-links a:focus,
.view-all-button .more-link:hover,
.view-all-button .more-link:focus,
.wp-custom-header-video-button:hover,
.wp-custom-header-video-button:focus,
.woocommerce div.product form.cart .button:hover,
.woocommerce div.product form.cart .button:focus,
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:focus,
.woocommerce a.button:focus,
.woocommerce button.button:focus,
.woocommerce input.button:focus,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce #respond input#submit.alt:focus,
.woocommerce a.button.alt:focus,
.woocommerce button.button.alt:focus,
.woocommerce input.button.alt:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li span.current,
#events-section .entry-meta a:hover,
#events-section .entry-meta a:focus,
#events-section .more-button .more-link:hover,
#events-section .more-button .more-link:focus {
	color: #fff;
}

/* Border Color */
.main-navigation ul.toggled-on,
.main-navigation li,
.search-container,
.section,
.tag-cloud-link,
.two-columns-layout .singular-content-wrap,
table,
th,
td,
fieldset,
abbr,
acronym,
.is-open .social-navigation-wrapper,
.site-header-menu input[type="search"],
.sidebar .widget,
.comment-respond,
.comment-list article,
.comment-list .pingback,
.comment-list .trackback,
.post-navigation .nav-links,
.wp-caption .wp-caption-text,
.site-content + .recent-blog-content-wrapper,
.site-content,
.menu-content-wrapper .hentry-inner,
.pagination .nav-links > span,
.pagination .nav-links > a,
.page-links a,
.page-links > span,
#footer-instagram,
#events-section .hentry,
.mobile-header-top .header-top-content,
.contact-details li,
.no-header-media-image.no-header-media-text.no-featured-slider #masthead {
	border-color: #ebebeb;
}

.testimonials-content-wrapper .entry-container:before {
	color: #ebebeb;
}

@media screen and (min-width: 64em) {
	.navigation-classic .main-navigation ul ul li,
	.header-top-bar {
		border-color: #ebebeb;
	}
}

.single-product .product_meta,
.woocommerce-account .woocommerce-MyAccount-navigation,
.woocommerce-account .woocommerce-MyAccount-navigation li,
.woocommerce nav.woocommerce-pagination ul {
	border-color: #ebebeb;
}

.woocommerce nav.woocommerce-pagination,
.woocommerce-account .woocommerce-MyAccount-navigation a:hover,
.woocommerce-account .woocommerce-MyAccount-navigation a:focus,
.woocommerce-account .woocommerce-MyAccount-navigation .is-active a,
.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-noreviews,
.demo_store,
p.no-comments,
ul.wc_payment_methods .payment_box,
.widget_price_filter .price_slider_wrapper .ui-widget-content,
.woocommerce-tabs .panel input[type="text"],
.woocommerce-tabs .panel input[type="email"],
.woocommerce-tabs .panel textarea,
#primary-menu-wrapper #site-header-cart-wrapper {
	background-color: #ebebeb;
}

/* Site Overlay */
.slider-content-wrapper .slider-image:before,
.site-overlay {
	background-color: rgba(0, 0, 0, 0.15);
}

/* Absolute Header Color */
.absolute-header .site-title,
.absolute-header .site-title a,
.absolute-header .site-description,
.absolute-header .entry-breadcrumbs a,
.absolute-header .entry-breadcrumbs a:after,
.absolute-header .woocommerce .entry-breadcrumbs .woocommerce-breadcrumb a {
	color: #fff;
}

@media screen and (min-width: 64em) {
	.navigation-classic.absolute-header .main-navigation a:hover,
	.navigation-classic.absolute-header .main-navigation a:focus,
	.navigation-classic.absolute-header .main-navigation .menu > .current-menu-item > a,
	.navigation-classic.absolute-header .main-navigation .menu > .current-menu-ancestor > a,
	.absolute-header .site-header-cart .cart-contents:hover,
	.absolute-header .site-header-cart .cart-contents:focus,
	.absolute-header #social-search-toggle:hover,
	.absolute-header #social-search-toggle:focus,
	.absolute-header #share-toggle:hover,
	.absolute-header #share-toggle:focus {
		color: #fff;
	}
}

/* 65% of Absolute Header Color */

@media screen and (min-width: 64em) {
	.navigation-classic.absolute-header .main-navigation a,
	.absolute-header .site-header-cart .cart-contents ,
	.absolute-header .menu-toggle {
		color: rgba(255,255,255,0.65);
	}
}

/* Absolute Header Hover Color */
.absolute-header .menu-toggle:hover,
.absolute-header .menu-toggle:focus,
.absolute-header .site-title a:hover,
.absolute-header .site-title a:focus {
	color: #db2f39;
}

@media screen and (min-width: 64em) {
	.absolute-header .main-navigation ul ul a:hover,
	.absolute-header .main-navigation ul ul a:focus,
	.navigation-classic.absolute-header .main-navigation ul ul a:hover,
	.navigation-classic.absolute-header .main-navigation ul ul a:focus {
		color: #db2f39;
	}
}

/* Sticky Navigation Color */
@media screen and (min-width: 64em) {
	.sticky-nav.absolute-header .site-title,
	.sticky-nav.absolute-header .site-title a,
	.sticky-nav.absolute-header .site-description,
	.sticky-nav.navigation-classic.absolute-header .main-navigation .current-menu-item > a,
	.sticky-nav.navigation-classic.absolute-header .main-navigation .current-menu-ancestor > a,
	.main-navigation .current-menu-item > a,
	.main-navigation .current-menu-ancestor > a {
		color: #000;
	}

	/* 65% of Sticky Navigation Color */
	.sticky-nav.navigation-classic.absolute-header .main-navigation a,
	.sticky-nav.absolute-header .menu-toggle,
	.sticky-nav .site-header-cart .cart-contents,
	.main-navigation a,
	.menu-toggle,
	.site-header-cart .cart-contents,
	.sticky-nav.absolute-header #social-search-toggle,
	.sticky-nav.absolute-header #share-toggle {
		color: rgba(0,0,0,0.65);
	}
}

.header-top-bar .header-top-content li a {
	color: rgba(0,0,0,0.65);
}

/* Sticky Navigation Hover Color */
@media screen and (min-width: 64em) {
	.sticky-nav.absolute-header .menu-toggle:hover,
	.sticky-nav.absolute-header .menu-toggle:focus,
	.sticky-nav.navigation-classic.absolute-header .main-navigation a:hover,
	.sticky-nav.navigation-classic.absolute-header .main-navigation a:focus,
	.sticky-nav .site-header-cart .cart-contents:hover,
	.sticky-nav .site-header-cart .cart-contents:focus,
	.main-navigation a:hover,
	.main-navigation a:focus,
	.menu-toggle:hover,
	.menu-toggle:focus,
	.site-header-cart .cart-contents:hover,
	.site-header-cart .cart-contents:focus,
	.sticky-nav.absolute-header #social-search-toggle:hover,
	.sticky-nav.absolute-header #social-search-toggle:focus,
	.sticky-nav.absolute-header #share-toggle:hover,
	.sticky-nav.absolute-header #share-toggle:focus {
		color: #000;
	}
}

/* Tertiary Background Color */
.custom-header,
.site-footer,
.reserve-content-wrapper .contact-description {
	background-color: #111;
}

/* 90% of Tertiary Background Color */
#colophon input[type="text"],
#colophon input[type="email"],
#colophon input[type="url"],
#colophon input[type="password"],
#colophon input[type="search"],
#colophon input[type="number"],
#colophon input[type="tel"],
#colophon input[type="range"],
#colophon input[type="date"],
#colophon input[type="month"],
#colophon input[type="week"],
#colophon input[type="time"],
#colophon input[type="datetime"],
#colophon input[type="datetime-local"],
#colophon input[type="color"],
#colophon textarea,
#colophon select,
#colophon hr,
#colophon pre,
#colophon table thead,
#colophon mark,
#colophon ins {
	background-color: #282828;
}

/* 85% of Tertiary Background Color */
#colophon .tag-cloud-link,
#colophon table,
#colophon th,
#colophon td,
#colophon fieldset,
#colophon abbr,
#colophon acronym {
	border-color: #343434;
}

/* 60% of Tertiary Background Color */
.menu-content-wrapper,
.testimonials-content-wrapper {
	background-color: #ccc;
}

/* Tertiary Text Color */
.site-footer .entry-title a,
.site-footer a,
.footer-widget-area .widget-title {
	color: #fff;
}

/* Text Color with background */
.has-background-image.menu-content-wrapper .section-description,
.promotion-headline-wrapper .section-description,
.promotion-headline-wrapper .entry-container,
.promotion-headline-wrapper .entry-container a,
.has-main-image .section-description,
.has-main-image .entry-title a,
.has-main-image .entry-content,
.has-main-image .entry-summary,
.has-main-image .entry-summary .more-link,
.custom-header .entry-meta a,
.archive .custom-header,
.search .custom-header,
.error404 .custom-header,
.slider-content-wrapper .entry-title,
.slider-content-wrapper .sub-title,
.slider-content-wrapper .entry-title a,
.slider-content-wrapper .entry-meta a,
.slider-content-wrapper .more-link,
.slider-content-wrapper .more-link:hover,
.slider-content-wrapper .more-link:focus,
.slider-content-wrapper .cycle-prev,
.slider-content-wrapper .cycle-next,
.slider-content-wrapper .entry-content,
.slider-content-wrapper .entry-summary,
.custom-header .entry-title,
.custom-header .entry-content,
.custom-header .entry-summary,
.custom-header .more-link,
.custom-header .more-link:hover,
.custom-header .more-link:focus,
.reserve-content-wrapper .contact-description .entry-title span,
.reserve-content-wrapper .contact-description strong,
.info,
.widget.ewnewsletter .widget-inner-wrap,
.absolute-header .header-top-bar .header-top-content li,
.absolute-header .header-top-bar .header-top-content li a,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce button.button.alt,
.woocommerce input.button,
.woocommerce input.button.alt,
.woocommerce .product-container .wc-forward,
.woocommerce #respond input#submit:hover,
.woocommerce #respond input#submit:focus,
.woocommerce a.button:hover,
.woocommerce a.button:focus,
.woocommerce button.button:hover,
.woocommerce button.button:focus,
.woocommerce button.button.alt:hover,
.woocommerce button.button.alt:focus,
.woocommerce input.button:hover,
.woocommerce input.button:focus,
.woocommerce input.button.alt:hover,
.woocommerce input.button.alt:focus,
.woocommerce .product-container .added,
.woocommerce .product-container .wc-forward:hover,
.woocommerce .product-container .wc-forward:focus,
.woocommerce .product-container .button.added,
.demo_store .woocommerce-store-notice__dismiss-link,
.demo_store .woocommerce-store-notice__dismiss-link:hover,
.demo_store .woocommerce-store-notice__dismiss-link:focus {
	color: #fff;
}

/* 20% of Text Color with background */
@media screen and (min-width: 64em) {
	.absolute-header .header-top-bar {
		border-color: rgba(255,255,255, 0.2);
	}
}

/* Text Hover Color with background image */
.has-main-image .entry-title a:hover,
.has-main-image .entry-title a:focus,
.has-main-image .entry-summary .more-link:hover,
.has-main-image .entry-summary .more-link:focus,
.custom-header .entry-meta a:hover,
.custom-header .entry-meta a:focus {
	color: #db2f39;
}

 /* Section title */
.section-title,
.footer-instagram .widget-title,
.hero-content-wrapper .entry-title,
.promotion-headline-wrapper .entry-title,
.reserve-content-wrapper .entry-title {
	color: #db2f39;
}
