/*
	Theme Name: Vitto
	Theme URI: https://giogadesign.com/demo/vitto
	Author: Gioga Design
	Author URI: https://giogadesign.com/
	Description: Vitto is the perfect WordPress Theme for your Restaurant, Cafe or Bar. It’s created to help promote your business online. Our simple and modern design gives your restaurant/cafe/bar credibility and professionalism. It's built using Bootstrap, with the latest design principles and a fully responsive layout. It has purpose oriented design, special features to manage dish-types, recipes, testimonials, team members, blog posts and shop pages, a powerful admin panel to customize every aspect of your site and many shortcodes.
	Version: 1.1.0
	License: GNU General Public License version 3.0
	License URI: http://www.gnu.org/licenses/gpl-3.0.html
	Text Domain: vitto
	Tags: one-column, two-columns, left-sidebar, right-sidebar, grid-layout, custom-background, custom-colors, custom-header, footer-widgets, rtl-language-support, theme-options, translation-ready, food-and-drink, blog, e-commerce
*/
/*--------------------------------------------------------------
	>>> TABLE OF CONTENTS:
	----------------------------------------------------------------
	# Normalize
	# Typography
	# Elements
	# Colors
	# Forms
	# Navigation
	## Links
	## Menus
	# Accessibility
	# Alignments
	# Dividers
	# Clearings
	# Widgets
	# Content
	## Posts and pages
	## Shortcodes
	## Comments
	# Infinite scroll
	# Media
	## Captions
	## Galleries
	# Footer
	# Media Queries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
	# Normalize
--------------------------------------------------------------*/

html {
    font-family: sans-serif;
    font-size: 62.5%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
}
/**
 * Firefox specific rule
 */
@-moz-document url-prefix() {
  body {
    font-weight: lighter!important;
  }
}
body {
    margin: 0;
    word-wrap: break-word;
}
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;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
mark {
    background: #ff0;
    color: #000;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
img {
    border: 0;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 1em 40px;
}
hr {
    box-sizing: content-box;
    height: 0;
}
pre {
    overflow: auto;
}
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
button {
    overflow: visible;
}
button,
input[type="submit"],
input[type="button"] {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
button,
select {
    text-transform: none;
}
input,
select {
    height: 64px;
}
*:focus {
    outline: none;
}
#rememberme {
    height: auto;
}
.woocommerce input {
    height: 48px;
}
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;
}
button:focus {
    outline: 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;
}
.search-submit {
    margin-left: 10px;
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
}
optgroup {
    font-weight: bold;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    padding: 15px;
    vertical-align: top;
    border-top: 1px solid rgb(237, 237, 237);
    border-bottom: none;
}
td,
th {
    padding: 0;
}
/*--------------------------------------------------------------
	# Typography
--------------------------------------------------------------*/

body,
#header-search-form input[type=search],
.content__title,
.widget-title,
.child-tax-title {
    font-family: 'Source Sans Pro', sans-serif;
}
.gg-lines-header__title,
.tax-image h3 {
    font-family: 'Kaushan Script', cursive;
}
h1,
h2,
h3,
h4,
h5,
h6,
.contact-wrap p.contact-phone,
#primary .rtb-booking-form legend,
#recipe-details.table>thead>tr>th,
.entry-title,
.comments-title,
#reply-title,
aside .rtb-booking-form legend {
    font-family: 'Lora', serif;
}
body,
button {
    color: #404040;
    font-size: 20px;
    font-size: 2.0rem;
    line-height: 1.5;
}
input,
select,
textarea {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.5;
}
footer input,
footer select,
footer textarea {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    font-weight: 700;
}
h1 {
    font-size: 5.0rem;
    line-height: 6.8rem;
}
h2 {
    font-size: 3.7rem;
    line-height: 4.5rem;
}
h3 {
    font-size: 2.8rem;
    line-height: 4.2rem;
}
h4 {
    font-size: 2.6rem;
    line-height: 3.9rem;
}
h5 {
    font-size: 2.2rem;
    line-height: 3.5rem;
}
h6 {
    font-size: 2.0rem;
    line-height: 3.3rem;
}
p {
    margin-bottom: 1.5em;
}
dfn,
cite,
em,
i {
    font-style: italic;
}
blockquote {
    font-style: italic;
    font-size: 2.8rem;
    line-height: 4.2rem;
    border: none;
    margin-top: 9.375rem;
    padding: 15px 0;
    margin-top: 9.0rem;
    margin-bottom: 9.0rem;
}
.post-content-wrap blockquote {
    margin: 40px 0;
    padding: 0;
}
blockquote > p > a:first-child {
    color: #404040;
}
article dfn,
cite,
em,
i,
blockquote > p > a:last-child {
    font-size: 1.6rem;
}
i.flaticon,
[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
    font-size: inherit;
}
[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
    margin: 0 20px;
}
.category-icon-menu[class^="flaticon-"]:before,
.category-icon-menu[class*=" flaticon-"]:before {
    margin-left: 0;
    font-size: 70px;
}
#glyphs {
    padding: 2em 0;
    text-align: center;
}
.glyph {
    display: inline-block;
    width: 9%;
    margin: 1em;
    text-align: center;
    vertical-align: top;
}
.glyph .glyph-icon {
    padding: 10px;
    display: block;
    font-family: "Flaticon";
    font-size: 64px;
    line-height: 1;
}
.glyph .glyph-icon:before {
    font-size: 64px;
    color: #222;
    margin-left: 0;
}
address {
    margin: 0 0 1.5em;
}
pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}
code,
kbd,
tt,
var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
    font-size: 1.5rem;
}
abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}
mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}
big {
    font-size: 125%;
}
/*--------------------------------------------------------------
	# Elements
--------------------------------------------------------------*/

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

    box-sizing: inherit;
}
body,
.last-footer,
.gg-main-content,
.header-icon {
    background: #f7f7f7;
    /* Fallback for when there is no custom background color defined. */
}
/* Sticky footer */

.gg-main-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    position: absolute;
    top: 70%;
    width: 100%;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
    /* 1 */
}
#content {
    flex: 1 0 auto;
    /* 2 */
    -webkit-flex: 1 0 auto;
    /* Safari 6.1+ */
    -ms-flex: 1 0 auto;
    /* IE 10 */
    -moz-flex: 1 0 auto;
    /* IE 10 */
    margin: 80px 0;
}
.page-template-menu-2col #content,
.page-template-menu-classic #content,
.page-template-team-gallery #content {
    margin: 0;
}
.page-template-menu-gallery #content {
    margin: 20px 0 0;
}
.page-template-menu-simple #content {
    margin: 30px 0 0;
}
.page-template-blog-masonry #content {
    margin: 20px 0 60px;
}
.front-page #content {
    margin-top: 0;
    margin-bottom: 0;
}
.no-footer-sidebar #content,
.blog-no-plugins #content{
    margin-top: 60px;
    margin-bottom: calc(10vh + 60px);
}
.site-footer {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
}
.container {
    width: 84%;
    margin-left: 8%;
    margin-right: 8%;
    padding: 0 60px;
}
.pad-60 {
    padding: 0 60px;
}
blockquote:after,
blockquote:before {
    display: inline-block;
    position: absolute;
    font-size: 100px;
    font-family: 'Great Vibes', cursive;
    height: 40px;
    line-height: initial;
}
blockquote:before,
q:before {
    content: '“';
    top: -40px;
}
blockquote:after,
q:after {
    content: '”';
    right: 30px;
    bottom: -40px;
}
blockquote p,
q p {
    text-align: center;
    padding: 0 60px;
}
blockquote,
q {
    quotes: "" "";
    position: relative;
}
hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}
ul {
    list-style: disc;
    margin: 20px 0;
    padding: 0 0 0 40px;
}
ol {
    counter-reset: li;
    background-position: left center;
    background-repeat: no-repeat;
    list-style-type: none;
    padding: 0;
	margin: 20px 1.4rem;
}
ol>li:before {
    content: counter(li, decimal-leading-zero);
    counter-increment: li;
    padding: 0 15px 0 0;
    font-size: 16px;
    font-weight: bold;
}
li > ul,
li > ol {
    margin: 0;
    padding: 0 0 0 40px;
}
ol > li > ul > li > ol {
    padding: 0 0 0 10px;
}
ol > li > ul > li > ul {
    padding: 0 0 0 25px;
}
ul > li > ol {
    padding: 0 0 0 5px;
}
.sc-row ol,
.sc-row ul.list-sc {
    margin: 0 0 40px!important;
}
dt {
    font-weight: bold;
}
dd {
    margin: 0 1.5em 1.5em;
}
img {
    height: auto;
    /* Make sure images are scaled correctly. */
    max-width: 100%;
    /* Adhere to container width. */
}
figure {
    margin: 1em 0;
    /* Extra wide images within figure tags don't overflow the content area. */
}
table {
    margin: 0 0 1.5em;
    width: 100%;
}
.select2-container .select2-selection--single {
    border-radius: 10px;
}
.select2-container .select2-selection--single,
.select2-container--default .select2-search--dropdown .select2-search__field,
.select2-dropdown {
    border: 1px solid #eee;
}
.select2-container .select2-selection--single,
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 64px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 64px;
    padding-left: 30px;
}
.select2-results__option,
.select2-search--dropdown .select2-search__field {
    padding: 15px 30px;
}
/* Page Loader */
#loader {
	background-color: #16222A;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000000000;
}
#loader-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    width: 80px;
    height: 80px;
    margin: -40px 0 0 -40px;
    border: 6px solid #1d2c37;
    border-radius: 50%;
    border-top: 6px solid #bc8d4b;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
	}
    100% {
        -webkit-transform: rotate(360deg);
	}
}
@keyframes spin {
    0% {
        transform: rotate(0deg);
	}
    100% {
        transform: rotate(360deg);
	}
}
/*--------------------------------------------------------------
	## Colors
--------------------------------------------------------------*/

.woocommerce span.onsale,
.cart-badge,
.reply a:hover,
.woocommerce ul.products li.product .button:hover,
.md-close:hover,
a.button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.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,
.divider .hr-simple,
.hr-simple,
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle,
.woocommerce .widget_price_filter .ui-slider .ui-slider-range,
#parallax .decoline,
.vitto-audio-sc,
.vitto-audio-sc .mejs-container,
.vitto-audio-sc .mejs-container .mejs-controls,
.vitto-audio-sc .mejs-embed,
.vitto-audio-sc .mejs-embed body,
.sticky-star,
.entry-footer_title:after,
.entry-footer_title.pull-right:before,
.nav-links a::before,
.nav-links a::after,
.select2-container--default .select2-results__option--highlighted[aria-selected],
.panel-default>.panel-heading.open-color,
#wp-calendar #today {
    background-color: #bc8d4b;
}
.animated-btn::after,
.animated-btn span::before,
.animated-btn span::after,
.gg-overlay-nav a:after {
    background: #bc8d4b;
}
.link-underline:before {
    background: rgba(188, 141, 75, 0.5);
}
.input__label::after {
    background: rgba(188, 141, 75, 0.6);
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active,
.nav-tabs li.active {
    border-bottom: 1px solid #bc8d4b;
    background-color: transparent;
}
a,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active,
.woocommerce input.button:disabled[disabled]:hover,
.woocommerce .star-rating,
.woocommerce a.added_to_cart,
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.reply a,
.woocommerce ul.products li.product .button,
.md-close,
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,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus,
.divider .hr-icon,
#secondary a:not(.button):hover,
.dish-price,
.dish-title a:hover,
blockquote:after,
blockquote:before,
.contact-phone,
.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover,
ul.filters li a.current::before,
ul.list-sc li:before,
ol>li:before,
.animated-btn,
.search-post-title > a:hover,
.cat-links a:hover,
.tags-links a:hover,
.team-gallery-grid .team-social a,
#wp-calendar a,
#secondary #wp-calendar a,
.sidebar-ingredients i,
#single-pagination a:hover,
#single-pagination a:visited:hover {
    color: #bc8d4b;
}
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.reply a,
.woocommerce ul.products li.product .button,
.md-close,
.reply a:hover,
.woocommerce ul.products li.product .button:hover,
.md-close:hover,
a.button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.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 .woocommerce-error .button,
.woocommerce .woocommerce-info .button,
.woocommerce .woocommerce-message .button,
.woocommerce-page .woocommerce-error .button,
.woocommerce-page .woocommerce-info .button,
.woocommerce-page .woocommerce-message .button {
    border: 1px solid #bc8d4b;
}
/* Hover Color */

a:visited,
a:hover,
.entry-title a:hover,
a:focus,
a:active,
.woocommerce ul.products li.product .button:hover {
    color: #96703c;
}
button:hover,
a.button:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
    background-color: #96703c;
}
a.button:hover {
    border-color: #96703c;
}
.header-breadcrumb a:hover,
.header-breadcrumb a:visited:hover,
.header-breadcrumb a:focus:hover, 
.header-breadcrumb a:active:hover {
    color: #e4d1b7;
}
/*--------------------------------------------------------------
	# Forms
--------------------------------------------------------------*/

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.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 {
    padding: 12px 30px;
    border-radius: 10px;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    line-height: 1.5;
    font-weight: 700;
}
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 {
    border: none;
    padding: 0.85em 1.5em;
    border-radius: 10px;
    font-weight: 700;
}
select {
    border: none;
    background: #fff;
    width: 100%;
    padding: 0.85em 1.5em;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    outline: none;
}
textarea {
    width: 100%;
    resize: none;
}
a.button {
    font-weight: bold;
    padding: 21px 25px;
    border-radius: 10px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
a.button:visited,
a.button:focus,
a.button:active,
#wp-calendar #today a,
.header-breadcrumb a,
.header-breadcrumb a:visited,
.header-breadcrumb a:focus, 
.header-breadcrumb a:active {
    color: #fff;
}
.woocommerce ul.products li.product .button:hover {
    color: #fff!important;
}
/* Comment Form */
.input {
    position: relative;
    display: inline-block;
    margin: 0 0 1em;
    vertical-align: top;
    z-index: auto;
}
.woocommerce form .form-row.input {
    display: block;
}
.input__field {
    position: relative;
    display: block;
    float: right;
    -webkit-appearance: none;
    width: 100%;
    border-radius: 10px;
    border: none;
}
.input__field:focus {
    outline: none;
}
.input__label {
    display: inline-block;
    float: right;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 0;
    width: 100%;
    text-align: left;
    font-size: 16px;
}
.input__label-content {
    position: relative;
    display: block;
    padding: 5px 10px;
    width: 100%;
}
.input__label::after {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    pointer-events: none;
}
.input__field:focus,
.input-focus .input__label,
.input-focus .input__label .input__label-content {
    z-index: 10000;
}
#billing_address_1_field {
    margin: 0;
}
.input-focus .input__label {
    color: #fff!important;
}
.input-focus .input__label::after {
    opacity: 1;
}
#commentform .form-submit {
    margin-top: 1em;
}
#billing_address_2 {
    display: none;
}
.contact-wrap p {
    margin-bottom: 5px;
}
.contact-wrap p:last-child {
    margin-bottom: 40px;
}
.contact-wrap strong {
    display: block;
    margin-bottom: 10px;
}
.contact-wrap p.contact-phone {
    font-weight: bold;
    font-size: 32px;
    margin-bottom: 30px;
}
div.wpcf7-response-output {
    display: inline-block!important;
    margin: 0 30px 30px;
    border-radius: 10px;
}
.wpcf7-form .wpcf7-response-output.wpcf7-validation-errors {
    color: #D8000C;
    background-color: #FFBABA;
    border: 0;
    padding: 10px 20px;
}
.wpcf7-form .wpcf7-response-output.wpcf7-mail-sent-ok {
    color: #4F8A10;
    background-color: #DFF2BF;
    border: 0;
    padding: 10px 20px;
}
div.wpcf7-mail-sent-ok:before,
div.wpcf7-validation-errors:before {
    font: 26px/30px FontAwesome;
    margin-right: 16px;
    vertical-align: middle;
}
div.wpcf7-mail-sent-ok:before {
    content: '\f00c';
}
div.wpcf7-validation-errors:before {
    content: '\f057';
}
/* Restaurant Reservations */

#primary .rtb-booking-form legend {
    font-size: 3.7rem;
    font-weight: 700;
    padding: 0!important;
    text-align: center;
}
.rtb-message p {
    margin-bottom: 0; 
}
.page-template-contacts .rtb-booking-form legend,
.page-template-contacts .divider.center {
    display: none;
}
.widget_rtb_booking_form_widget {
    padding: 40px;
    border-radius: 10px;
}
aside .rtb-booking-form legend {
    font-weight: 700;
    text-align: center;
    font-size: 2.4rem;
}
.rtb-booking-form fieldset>div {
    margin-top: 0!important;
}
aside .rtb-booking-form fieldset>div {
    width: 100%;
}
.rtb-booking-form .rtb-error {
    padding: 10px 15px!important;
}
#rtb-date_root .picker__nav--next,
#rtb-date_root .picker__nav--prev {
    min-height: 1em!important;
}
.picker__weekday {
    text-align: center;
}
.rtb-booking-form .message {
    width: 100%;
}
.rtb-booking-form .message-open {
    top: -30px!important;
}
.rtb-booking-form button {
    margin: auto;
    display: block;
    min-height: 64px;
}
.rtb-booking-form textarea,
.rtb-booking-form input {
    max-width: 100%!important;
}
.rtb-booking-form fieldset {
    border: none;
    padding: 0;
    margin-bottom: 40px!important;
}
.page-template-contacts .rtb-booking-form fieldset {
    margin-bottom: 0!important;
}
.rtb-booking-form fieldset.contact {
    padding-bottom: 0;
}
.home #main .rtb-booking-form {
    padding-bottom: 80px;
}
aside .rtb-booking-form fieldset,
.rtb-booking-form fieldset.contact {
    margin-bottom: 0!important;
}
.picker__list {
    padding: .75em 0!important;
}
.picker__list-item--highlighted,
.picker__list-item:hover {
    border-color: #bc8d4b!important;
}
.picker__list-item {
    border: none!important;
}
.picker__nav--next:before,
.picker__nav--prev:before {
    border-top: .4em solid transparent!important;
    border-bottom: .4em solid transparent!important;
    border-right: .4em solid #000!important;
}
.picker__nav--next:before {
    border-left: .4em solid #000!important;
    border-right: 0!important;
}
.picker--focused .picker__day--highlighted,
.picker__day--highlighted:hover,
.picker__day--infocus:hover,
.picker__day--outfocus:hover,
.picker--focused .picker__list-item--highlighted,
.picker__list-item--highlighted:hover,
.picker__list-item:hover,
.picker__nav--next:hover,
.picker__nav--prev:hover,
.picker--opened .picker__holder,
.picker__button--clear:hover,
.picker__button--close:hover,
.picker__button--today:hover {
    background: rgba(188, 141, 75, 0.6)!important;
}
button.picker__button--close {
    color: #000;
}
.picker__box {
    box-shadow: 0 12px 36px 16px rgba(188, 141, 75, 0.6)!important;
    border: 1px solid #fff!important;
    border-top-color: #fff!important;
}
.picker--focused .picker__day--selected,
.picker__day--selected,
.picker__day--selected:hover {
    background: #bc8d4b!important;
}
.picker__day--today:before {
    border-top: .5em solid #96703c!important;
}
.picker__button--clear:hover,
.picker__button--close:hover,
.picker__button--today:hover {
    border-bottom-color: transparent!important;
}
/* Header Search Form */

input::-webkit-search-decoration,
input::-webkit-search-cancel-button {
    display: none;
}
#header-search-form label:after {
    content: '';
    width: calc(8% - 25px);
    top: 5vh;
    left: 4%;
    display: inline-block;
    text-align: center;
    position: absolute;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 2px solid #797979;
}
#header-search-form label:before {
    content: '';
    height: 2px;
    width: 9px;
    background: #797979;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: calc((10vh + 28px) / 2);
    left: calc(4% + 10px);
    position: absolute;
    z-index: 1;
}
#header-search-form input[type=search] {
    width: calc(8% - 20px);
    display: block;
    height: 100%;
    padding: 0;
    color: transparent;
    cursor: pointer;
    background: transparent;
    border: none!important;
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    font-size: 150%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}
#header-search-form input[type=search]:focus {
    width: calc(84% - 20px);
    padding-left: 8%;
    left: 20px;
    color: #000;
    max-height: calc(100% - 20px);
    background-color: #fff;
    cursor: auto;
    position: absolute;
    bottom: 0;
}
::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #ddd;
}
:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #ddd;
    opacity: 1;
}
::-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #ddd;
    opacity: 1;
}
:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #ddd;
}
#header-search-form {
    line-height: 0;
    height: 100%;
    width: calc(8% - 20px);
}
#header-search-form form {
    height: 100%;
}
#header-search-form input:-moz-placeholder,
{
    color: transparent;
}
#header-search-form input::-moz-placeholder {
    color: transparent;
}
#header-search-form input::-webkit-input-placeholder {
    color: transparent;
}
#header-search-form input.search-submit {
    display: none;
}
#header-search-form label {
    margin-bottom: 0;
    height: 100%;
    cursor: pointer;
}
/*--------------------------------------------------------------
	# Navigation
--------------------------------------------------------------*/

.site-header {
    position: fixed;
    z-index: 4;
    height: 50px;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #fff;
    border-bottom: 1px solid rgba(51, 51, 51, 0.2);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* Force Hardware Acceleration */
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform 0.3s, background-color 500ms ease-in-out;
    -moz-transition: -moz-transform 0.3s, background-color 500ms ease-in-out;
    transition: transform 0.3s, background-color 500ms ease-in-out;
}
.site-header.nav-is-visible {
    -webkit-transform: translateX(-260px);
    -moz-transform: translateX(-260px);
    -ms-transform: translateX(-260px);
    -o-transform: translateX(-260px);
    transform: translateX(-260px);
}
.site-header::before {
    /* never visible - this is used in jQuery to check the current MQ */
    display: none;
    content: 'mobile';
}
.mouse-icon {
    position: fixed;
    z-index: 3;
    top: 60%;
    left: calc(50% - 12px);
    right: auto;
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
    color: transparent;
    border: 2px solid #f7f7f7;
    border-radius: 16px;
    height: 40px;
    width: 24px;
    display: block;
}
.front-page .mouse-icon {
	top: 80%;
}
.mouse-icon .wheel {
    position: relative;
    border-radius: 10px;
    background: #f7f7f7;
    width: 2px;
    height: 6px;
    top: 4px;
    margin-left: auto;
    margin-right: auto;
    -webkit-animation-name: drop;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-delay: 0s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-play-state: running;
    -webkit-animation-name: drop;
    animation-name: drop;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-play-state: running;
    animation-play-state: running;
}
@-webkit-keyframes drop {
    0% {
        top: 5px;
        opacity: 0;
	}
    30% {
        top: 10px;
        opacity: 1;
	}
    100% {
        top: 25px;
        opacity: 0;
	}
}
@keyframes drop {
    0% {
        top: 5px;
        opacity: 0;
	}
    30% {
        top: 10px;
        opacity: 1;
	}
    100% {
        top: 25px;
        opacity: 0;
	}
}
/*--------------------------------------------------------------
	## Links
--------------------------------------------------------------*/

a,
#single-pagination h5{
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    transition: color 0.3s;
}
a:visited,
a:hover,
.entry-title a:hover,
a:focus,
a:active,
.woocommerce ul.products li.product .button:hover {
    text-decoration: none;
}
a:focus {
    outline: 0;
}
a:hover,
a:active {
    outline: 0;
}
.pagination {
    text-align: center;
    width: 100%;
    margin: 40px 0;
}
.pagination a,
.pagination span,
.page-links a,
.page-links span {
    margin: 0;
    text-decoration: none;
    line-height: 1;
    font-size: 1em;
    font-weight: 400;
    padding: .5em;
    min-width: 1em;
}
/*--------------------------------------------------------------
	## Menus
--------------------------------------------------------------*/

.main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
}
.main-navigation li {
    float: left;
    position: relative;
}
.main-navigation a {
    display: block;
    text-decoration: none;
}
.main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    top: 1.5em;
    left: -999em;
    z-index: 99999;
}
.main-navigation ul ul ul {
    left: -999em;
    top: 0;
}
.main-navigation ul ul a {
    width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
    left: auto;
}
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
    left: 100%;
}
.menu-toggle,
.main-navigation.toggled ul {
    display: block;
}
@media screen and (min-width: 37.5em) {
    .menu-toggle {
        display: none;
	}
    .main-navigation ul {
        display: block;
	}
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 0 0 1.5em;
    overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}
.gg-nav-trigger {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 50px;
    overflow: hidden;
    white-space: nowrap;
    color: transparent;
}
.gg-nav-trigger span {
    position: absolute;
    height: 2px;
    width: 20px;
    top: 50%;
    margin-top: -1px;
    left: 50%;
    margin-left: -10px;
    -webkit-transition: background-color 0.3s 0.3s;
    -moz-transition: background-color 0.3s 0.3s;
    transition: background-color 0.3s 0.3s;
    background-color: #333;
}
.gg-nav-trigger span::before,
.gg-nav-trigger span::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #333;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform 0.3s 0.3s;
    -moz-transition: -moz-transform 0.3s 0.3s;
    transition: transform 0.3s 0.3s;
}
.gg-nav-trigger span::before {
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    -o-transform: translateY(-6px);
    transform: translateY(-6px);
}
.gg-nav-trigger span::after {
    -webkit-transform: translateY(6px);
    -moz-transform: translateY(6px);
    -ms-transform: translateY(6px);
    -o-transform: translateY(6px);
    transform: translateY(6px);
}
.nav-is-visible .gg-nav-trigger span {
    background-color: rgba(51, 51, 51, 0);
}
.nav-is-visible .gg-nav-trigger span::before {
    -webkit-transform: translateY(0) rotate(-45deg);
    -moz-transform: translateY(0) rotate(-45deg);
    -ms-transform: translateY(0) rotate(-45deg);
    -o-transform: translateY(0) rotate(-45deg);
    transform: translateY(0) rotate(-45deg);
}
.nav-is-visible .gg-nav-trigger span::after {
    -webkit-transform: translateY(0) rotate(45deg);
    -moz-transform: translateY(0) rotate(45deg);
    -ms-transform: translateY(0) rotate(45deg);
    -o-transform: translateY(0) rotate(45deg);
    transform: translateY(0) rotate(45deg);
}
.gg-logo {
    display: inline-block;
    height: 100%;
    margin-left: 15px;
    /* remove jump on iOS devices - when we fire the navigation */
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.gg-logo img {
    display: block;
    max-width: 100%;
    margin-top: 14px;
}
.gg-overlay-header {
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    border-bottom: 1px solid #F2F2F2;
    height: 50px;
    width: 100%;
    z-index: 4;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.header-icon {
    width: 100%;
    position: fixed;
    z-index: 4;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    padding: 20px 20px 0 20px;
    height: 10%;
}
.header-icon__icon {
    width: calc(8% - 20px);
    color: #797979;
    height: calc(100% - 20px);
    text-align: center;
    font-size: 2.5rem;
    right: 20px;
    position: absolute;
}
.header-icon__icon .gg-overlay-nav-trigger {
    padding: 0;
    position: relative;
    right: initial;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    top: 0;
}
.header-icon__icon .gg-overlay-nav-trigger .gg-menu-icon,
.header-icon__icon .gg-overlay-nav-trigger .gg-menu-icon::before,
.header-icon__icon .gg-overlay-nav-trigger .gg-menu-icon:after {
    background-color: #797979;
}
.header-icon__icon .gg-overlay-nav-trigger .gg-menu-icon {
    right: calc(50% - 10px);
}
ul.sub-menu {
    position: relative;
    max-height: 0;
    opacity: 0;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
#overlay-menu ul.sub-menu {
	background-color: #595959;
}
.gg-overlay-nav a:hover + ul.sub-menu,
ul.sub-menu:hover,
.gg-overlay-nav a.hover + ul.sub-menu {
    overflow-y: hidden;
    opacity: 1;
    max-height: 500px;
}
.gg-overlay-nav i {
    color: #909090;
    padding-left: 10px;
    font-size: 12px;
    vertical-align: middle;
	-webkit-text-fill-color: #909090;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #474747;
}
.gg-overlay-nav .sub-menu li {
    font-size: 16px;
    padding: 10px 0;
}
.gg-overlay-nav-trigger {
    position: absolute;
    right: calc((100% - 1140px)/2);
    top: 0;
    height: 100%;
    width: 50px;
    z-index: 4;
}
.gg-overlay-nav-trigger .gg-menu-text {
    color: #333;
    text-transform: uppercase;
    font-weight: 700;
    display: none;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    transition: color 0.3s;
}
.gg-overlay-nav-trigger .gg-menu-icon {
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 18px;
    height: 2px;
    background-color: #333;
    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    transition: background-color 0.3s;
}
.gg-overlay-nav-trigger .gg-menu-icon::before,
.gg-overlay-nav-trigger .gg-menu-icon:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #333;
    right: 0;
    -webkit-transition: -webkit-transform .3s, top .3s, background-color 0s;
    -moz-transition: -moz-transform .3s, top .3s, background-color 0s;
    transition: transform .3s, top .3s, background-color 0s;
}
.gg-overlay-nav-trigger .gg-menu-icon::before {
    top: -5px;
}
.gg-overlay-nav-trigger .gg-menu-icon::after {
    top: 5px;
}
.gg-overlay-nav-trigger .gg-menu-icon.is-clicked {
    background-color: rgba(255, 255, 255, 0);
}
.gg-overlay-nav-trigger .gg-menu-icon.is-clicked::before,
.gg-overlay-nav-trigger .gg-menu-icon.is-clicked::after {
    background-color: #fff;
}
.overflow-hidden .gg-menu-text {
    color: #fff;
}
.gg-overlay-nav-trigger .gg-menu-icon.is-clicked::before {
    top: 0;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}
.gg-overlay-nav-trigger .gg-menu-icon.is-clicked::after {
    top: 0;
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    transform: rotate(225deg);
}
.gg-overlay-nav {
    position: fixed;
    left: 0;
    top: 0;
    margin: 0;
    height: 100%;
    width: 100%;
    background: #474747;
    z-index: 2;
    text-align: center;
    padding: 120px 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    transition-duration: 0.4s;
}
.gg-overlay-nav ul {
    margin: 0;
    padding: 0;
}
.gg-overlay-nav li {
    font-size: 28px;
    font-size: 2.8rem;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding: 20px 0;
    text-transform: capitalize;
    list-style-type: none;
}
#overlay-navigation:not(.horizontal-nav) .gg-overlay-nav li {
    width: 100vw;
    overflow: hidden;
}
.gg-overlay-nav > li {
    opacity: 0;
}
.opacity {
    opacity: 1!important;
}
.gg-overlay-nav a {
    display: inline-block;
    color: #fff;
    position: relative;
    -webkit-transition: color 0.4s ease;
    transition: color 0.4s ease;
}
.gg-overlay-nav a:hover:after {
    width: 100%;
}
.gg-overlay-nav a:after {
    content: '';
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    -webkit-transition: width 0.4s ease;
    transition: width 0.4s ease;
}
.gg-overlay-nav .gg-label {
    color: #06446e;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    font-size: 1.4rem;
    margin: 2.4em 0 .8em;
}
.gg-overlay-nav.is-visible {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
.social-links {
    list-style-type: none;
    padding: 0;
    position: fixed;
    left: 0;
    bottom: 60px;
    margin: 0;
    width: 100%;
    z-index: 2;
    text-align: center;
    opacity: 0;
}
.social-links li {
    display: inline-block;
    padding: 15px;
}
.social-links-footer {
    list-style-type: none;
    padding: 0 10px;
    text-align: right;
    margin: 0;
    display: inline-block;
}
.social-links-footer li {
    padding: 0 10px;
    display: inline-block;
}
.nav-tabs {
    padding: 0;
    margin: 0 0 25px;
}
.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover,
.nav-tabs > li > a,
.nav-tabs > li > a:focus,
.nav-tabs > li > a:hover {
    background-color: transparent;
    border: none;
}
.nav-tabs>li>a {
    color: #515151;
    font-weight: 700;
}
.nav-tabs > li:not(.active) > a:hover {
    color: #6b6b6b;
}
#shp-cart,
#go-up {
    position: fixed;
    bottom: 20px;
    width: calc(8% - 20px);
    height: calc(10% - 20px);
    background: transparent;
    color: #797979;
    padding: 0;
}
#shp-cart {
    left: 20px;
}
#go-up {
    right: 20px;
    border: none;
}
#go-up a {
    width: 100%;
    height: 100%;
    display: inline-block;
}
#go-up span {
    position: absolute;
    width: 14px;
    left: 0;
    height: 14px;
    border: 2px solid #797979;
    left: calc(50% - 8px);
    border-bottom: none;
    border-right: none;
    top: calc(50% - 4px);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
/*--------------------------------------------------------------
	# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    word-wrap: normal !important;
    /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 10px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}
/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
    outline: 0;
}
/*--------------------------------------------------------------
	# Alignments
--------------------------------------------------------------*/

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}
.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}
.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.container-fluid {
    padding-right: 30px;
    padding-left: 30px;
}
.row {
    margin-right: -30px;
    margin-left: -30px;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    padding-right: 30px;
    padding-left: 30px;
}
/*--------------------------------------------------------------
	## Dividers
--------------------------------------------------------------*/

.divider {
    position: relative;
    width: 90px;
}
.divider.center {
    margin: 0 auto;
}
.divider .hr-simple {
    position: absolute;
    height: 1px;
    width: 30px;
}
.divider .hr-simple.left {
    left: 0;
}
.divider .hr-simple.right {
    right: 0;
}
.divider .hr-icon {
    position: absolute;
    font-size: 6px;
    top: -3px;
    left: 0;
}
.divider.center .hr-icon {
    right: 0;
    top: -2px;
}
/*--------------------------------------------------------------
	# Clearings
--------------------------------------------------------------*/

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

.gg-left-sidebar {
    float: right;
}
#recipe-details {
    margin-bottom: 40px;
}
.sidebar-ingredients {
    margin-bottom: 40px;
}
.sidebar-ingredients ul{
    margin: 0;
	padding: 0;
}
.sidebar-ingredients h4 {
    margin-top: 15px;
    font-size: 2.0rem;
    font-weight: 700;
}
.sidebar-ingredients li {
    list-style-type: none;
    line-height: 2;
    border-left: 2px solid #bc8d4b;
    padding-left: 20px;
}
.sidebar-ingredients i {
	font-size: 14px;
    padding-right: 10px;
}
#recipe-details.table>tbody>tr>td {
    border-top: 2px solid #bc8d4b;
    text-transform: uppercase;
    font-size: 1.6rem;
}
.widget {
    margin: 60px 0;
}
.widget_product_categories ul li.cat-parent > a:after,
.widget_categories ul li.cat-item-has-children > a:after,
.widget_pages ul li.page_item_has_children > a:after,
.widget_nav_menu ul li.menu-item-has-children > a:after{
    content: "\f078";
    font-family: 'FontAwesome';
    font-size: 12px;
    margin-left: 10px;
    color: #cdcdcd;
    vertical-align: middle;
}
.widget_product_categories ul li.cat-parent ul.children,
.widget_categories ul li.cat-item-has-children ul.children,
.widget_pages ul li.page_item_has_children ul.children,
.widget_nav_menu ul li.menu-item-has-children ul.sub-menu{
	display:none;
	margin: 10px;
	font-size: 16px;
}
footer .widget_product_categories ul li.cat-parent ul.children,
footer .widget_categories ul li.cat-item-has-children ul.children,
footer .widget_pages ul li.page_item_has_children ul.children,
footer .widget_nav_menu ul li.menu-item-has-children ul.sub-menu{
	margin: 5px;
	font-size: 14px;
}
.widget_nav_menu ul li.menu-item-has-children ul.sub-menu{
	opacity: inherit;
	max-height: inherit;
	-webkit-transition: unset;
    -moz-transition: unset;
    -o-transition: unset;
    transition: unset;
}
#secondary .widget:last-child {
    margin-bottom: 20px;
}
#secondary .widget:first-child,
#secondary .widget:first-child .widget-title {
    margin-top: 0;
}
.widget-title {
    font-size: 2.0rem;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 2.8rem;
    margin: 20px 0;
}
footer .widget {
    margin: 20px 0;
}
footer .widget-title {
    color: #000;
    margin-top: 0;
}
.tagcloud a {
    background-color: #16222A;
    color: #FFF!important;
    display: inline-block;
    line-height: 22px;
    margin: 3px 3px 0px 0px;
    font-size: 10pt!important;
    padding: 5px 10px;
    position: relative;
    text-transform: capitalize;
    transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
}
.tagcloud {
	display: block;
    margin-bottom: 40px;
    float: left;
}
.rss-date{
	font-style: italic;
}
.rssSummary {
	font-size: 16px;
}
.widget_rss > ul > li {
	padding-bottom: 20px;
}
#wp-calendar>tbody>tr>td,
#wp-calendar>tbody>tr>th,
#wp-calendar>tfoot>tr>td,
#wp-calendar>tfoot>tr>th,
#wp-calendar>thead>tr>td,
#wp-calendar>thead>tr>th {
    padding: 10px;
	text-align: center;
}
#wp-calendar a,
#secondary #wp-calendar a {
	font-weight: bold;
}
#secondary a:not(.button) {
    color: #666666;
    font-weight: normal;
}
/* Make sure select elements fit in widgets. */
.widget select {
    max-width: 100%;
}
.widget ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.widget ul li {
    line-height: 1.5;
}
/*--------------------------------------------------------------
	# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
	## Posts and pages
--------------------------------------------------------------*/

body::after {
    content: '';
    pointer-events: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 20px solid #fff;
    z-index: 5;
}
body.admin-bar::after {
    top: 32px;
	height: calc(100% - 32px);
}
body.admin-bar > div.decolines.decolines--fixed > div:nth-child(1),
body.admin-bar > div.decolines.decolines--fixed > div:nth-child(5),
body.admin-bar .gg-lines-header {
	top: calc(10% + 32px)!important;
}
body.admin-bar #parallax {
	margin-top: 32px;
	height: calc(70% - 32px);
}
body.front-page.admin-bar #parallax {
	height: calc(80% - 32px);
}
body.admin-bar .gg-lines-header {
	height: calc(60% - 32px);
}
body.front-page.admin-bar .gg-lines-header {
	height: calc(70% - 32px);
}
/* Header */

.gg-lines-header {
    position: fixed;
    text-align: center;
    width: 84%;
    top: 10%;
    height: 60%;
    padding: 2em;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}
.front-page .gg-lines-header {
    height: 80%;
}
.gg-main-content::before {
    /* never visible - this is used in jQuery to check the current MQ */
    display: none;
    content: 'mobile';
}
.front-page .gg-main-content {
    top: 100%;
}
.gg-main-content.nav-is-visible {
    -webkit-transform: translateX(-260px);
    -moz-transform: translateX(-260px);
    -ms-transform: translateX(-260px);
    -o-transform: translateX(-260px);
    transform: translateX(-260px);
}
/* Block Revealer Element */

.block-revealer__element {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    pointer-events: none;
    opacity: 0;
}
.menu-page-alert {
    margin: 30px 0;
	line-height: 50px;
}
section.content {
    position: relative;
}
.content--full {
    margin-left: -60px;
    width: calc(100% + 120px);
}
.flexy {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
}
.flexy--row {
    flex-direction: row;
}
.content__title {
    font-size: 5.5vw;
    line-height: 1;
    padding: 20px 60px;
    font-weight: 900;
}
.content__title--half {
    width: 50%;
    z-index: 2;
}
.content__title--center {
    margin: auto;
}
.content__title--right {
    text-align: right;
}
.content__title--left {
    margin-left: 0;
}
.content__title__inner {
    flex: none;
    display: inline-block;
    position: relative;
    font-style: italic;
}
.content__title--right .content__title__inner {
    padding-right: 20px;
    border-right: 7px solid #bc8d4b;
}
.content__title--left .content__title__inner {
    padding-left: 20px;
    border-left: 7px solid #bc8d4b;
}
.content__image-wrap {
    flex: none;
    width: 25%;
}
.content__image-wrap--half {
    width: 50%;
}
.content__image {
    width: 100%;
    display: block;
}
.front-page .gg-lines-header__title {
    font-size: 10vw;
    padding: 0 0 2%;
}
.front-page .slides .gg-lines-header__title {
    z-index: 3;
}
.front-page .slides .gg-lines-header:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 2;
    left: 0;
    opacity: 0.3;
}
.front-page .slides .gg-lines-header__tagline,
.front-page .slides a {
    z-index: 3;
}
.gg-lines-header__title {
    line-height: 1;
    font-weight: normal;
    font-size: calc(20px + 5vw);
    color: #fff;
    margin: 0;
    padding: 0 0 4%;
    width: 100%;
}
.gg-lines-header__tagline,
.header-breadcrumb {
    text-transform: uppercase;
    display: inline-block;
    margin: 0;
    letter-spacing: 5px;
    font-size: 2.0rem;
    font-weight: 700;
    color: #e8e8ec;
}
.gg-lines-header__tagline,
h1.gg-lines-header__title,
.header-breadcrumb {
    opacity: 0;
}
.tagline-big {
    letter-spacing: 10px;
    font-size: 3.0rem;
}
.header-breadcrumb ul,
.header-breadcrumb ul li {
    margin: 0;
    padding: 0;
    display: inline-block;
}
.gg-overlay-nav a:visited,
.gg-overlay-nav a:hover{
    color: #fff;
}
.gg-overlay-nav a:active,
.gg-overlay-nav a:hover {
    color: #dadada;
}
@-webkit-keyframes fadeIn {
    0%, 40% {
        opacity: 0;
	}
    85%,
    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
	}
}
@keyframes fadeIn {
    0%, 40% {
        opacity: 0;
	}
    85%,
    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
	}
}
#logo-icon {
    width: 84%;
    position: absolute;
    left: 8%;
    padding: 0;
    top: 20px;
    height: calc(100% - 20px);
    text-align: center;
}
#logo-icon img {
    max-height: 100%;
    width: auto;
}
.decolines {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
}
body > .decolines {
    z-index: 5;
}
.decolines--fixed {
    position: fixed;
    width: 100%;
    height: 100%;
}
.decoline {
    position: absolute;
}
.video-background,
.homeslider {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
}
.video-background,
.homeslider,
.pattern {
    top: calc(10% + 10px);
}
.video-foreground,
.video-background iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}
.pattern {
    background-image: url(./images/pattern.png);
    background-repeat: repeat;
    background-attachment: scroll;
    background-size: initial;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.homeslider .flexslider {
    background: transparent;
    border: none;
    margin: 0;
    height: 100%;
}
.homeslider ul,
.homeslider ul li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    height: 100%;
    overflow: hidden;
}
.homeslider img {
    position: relative;
    height: 100%!important;
    background-size: cover;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.homeslider .animated-btn {
    margin-top: 40px;
}
@media (min-aspect-ratio: 16/9) {
    .video-foreground {
        height: 300%;
        top: -100%;
	}
}
@media (max-aspect-ratio: 16/9) {
    .video-foreground {
        width: 300%;
        left: -100%;
	}
}
.post-card {
    background-color: #fff;
    padding: 40px;
    margin-bottom: 60px;
}
.team-main-wrap {
    display: block;
    float: left;
}
.table-container {
    display: flex;
    padding: 0;
    margin-bottom: 80px;
    box-shadow: 0 40px 100px rgba(0, 0, 0, 0.15), 0 25px 80px rgba(0, 0, 0, 0.1);
}
.table-container:last-child {
    margin-bottom: 0;
}
.table-cell {
    flex: 1;
    padding: 0;
}
.table-container h2 {
    margin-top: 0;
}
.table-cell .text-center {
    padding: 60px;
    color: #CED1D2;
}
.table-container:before {
    background-color: #16222A;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    content: ' ';
    display: block;
}
.team-image {
    width: 100%;
    height: 100%;
}
.team-gallery-grid .team-social a {
    padding: 10px 20px 10px 0;
}
.team-social a {
    padding: 10px;
}
.slide-press:after {
    background-color: #16222A;
    opacity: 0.65;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: ' ';
}
.slide-press {
    color: #fff;
    overflow: hidden;
}
.slide-press h2 {
    margin-top: 60px;
}
.slide-press blockquote {
    margin-top: 4.0rem;
    margin-bottom: 5.0rem;
}
.slide-press ul {
    width: 70%;
    margin: auto;
}
.testimonial-source {
    font-style: italic;
    margin-bottom: 60px;
}
.blog article {
    background-color: #fff;
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
}
.blog article:hover {
    box-shadow: 0 4px 15px 0 rgba(22, 34, 42, .2);
}
.blog .entry-header {
    text-align: left;
}
.post-content-wrap .entry-content {
    margin-top: 20px;
}
.post-img-wrap {
    padding: 0;
}
.post-content-wrap {
    padding: 40px;
}
.post-content-wrap:not([class*=" col-"]) {
    width: 100%;
}
.blog-masonry .post-content-wrap,
.landscape .post-content-wrap {
    display: inline-block;
    width: 100%;
}
.format-link i.fa-link {
	font-size: 14px;
	float: right;
	line-height: 26px;
}
.single .format-link p {
    display: inline-block;
}
.format-link p {
    display: inline;
    margin-right: 40px;
}
.blog .flex-row {
    display: flex;
    margin: 0;
}
.blog .flex-row>[class^="col-"] {
    flex: 1;
}
.blog article h2>a,
.search-post-title>a,
#single-pagination a,
#single-pagination a:visited{
    color: #404040;
}
#single-pagination h5 {
    display: inline-block;
	width: 100%;
}
.single-recipes .entry-content ol>li {
	padding-bottom: 20px;
}
.blog article .title-white h2>a {
    color: #fff;
}
.blog .blog-grid article:not(.format-audio) .title-white h2>a {
    color: #404040;
}
.blog .entry-meta {
    padding: 0 0 10px;
}
.blog .type-recipes .entry-meta {
    display: inline-block;
}
.blog article .entry-content.table-responsive {
    margin: 20px 0;
}
.blog article .entry-content table th {
    text-transform: uppercase;
    line-height: 3.9rem;
    letter-spacing: 1px;
    font-size: 1.4rem;
    font-weight: normal;
}
.blog article .entry-content .table>thead>tr>th,
.blog article .entry-content .table>thead>tr>td,
.blog article .entry-content .table>tbody>tr>td,
.blog article .entry-content .table>tbody>tr>th {
    border-right: 1px solid rgb(237, 237, 237);
    border-bottom: none;
    border-top: none;
    padding: 0 15px;
}
.blog article .entry-content .table>thead>tr>th:last-child,
.blog article .entry-content .table>thead>tr>td:last-child,
.blog article .entry-content .table>tbody>tr>td:last-child,
.blog article .entry-content .table>tbody>tr>th:last-child {
    border: none;
}
.blog article .entry-content .table>tbody>tr>td {
    font-weight: bold;
    font-size: 16px;
}
.blog:not(.blog-masonry) .hentry {
    margin: 30px 0;
    float: left;
    width: 100%;
    position: relative;
}
.blog-masonry article h2 {
    font-size: 2.8rem;
    line-height: 3.8rem;
}
.search-post-title {
    font-size: 2.0rem;
    line-height: 3.0rem;
    margin-top: 0;
}
.post-type-result {
    font-size: 14px;
    font-style: italic;
    margin-bottom: 0;
}
.blog .hentry.format-image {
    overflow: hidden;
}
.sticky-star {
    display: block;
    width: 50px;
    height: 50px;
    text-align: center;
    position: absolute;
    float: right;
    color: #fff!important;
    margin-left: -10px;
    margin-top: -10px;
    z-index: 3;
    line-height: 50px;
    background: -webkit-linear-gradient(to right, #ffc344, #ff6764);
    background: linear-gradient(to right, #ffc344, #ff6764);
}
.blog .hentry:first-child,
a.button.read-more {
    margin-top: 0;
}
.blog article h2 {
    margin: 0;
}
.blog article .zilla-likes {
    float: right;
}
.zilla-likes:before {
    content: "\f08a";
    font-family: 'FontAwesome';
    color: #999;
    font-size: 13px;
    padding-right: 3px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
.z-likes .zilla-likes:before {
    position: relative;
    right: 5px;
    color: #999;
    left: inherit;
    display: inline-block;
}
.zilla-likes.active:before,
.zilla-likes:hover:before {
    color: #ef584d;
    content: "\f004";
}
.z-likes .zilla-likes:hover,
.z-likes .zilla-likes.active,
.z-likes .zilla-likes {
    margin: 0;
    padding-left: 5px;
}
.zilla-likes,
.zilla-likes:hover,
.zilla-likes.active {
    background: none;
    margin: 0!important;
    line-height: inherit;
    padding: 0!important;
}
.blog article.format-image img,
.woocommerce ul.products li img,
.zoom-gallery > a img {
    transition: transform 1s ease 0s;
    transform: scaleX(1) scaleY(1) scaleZ(1);
}
.blog article.format-image:hover img,
.woocommerce ul.products li:hover img,
.zoom-gallery > a:hover img {
    transform: scaleX(1.3) scaleY(1.3) scaleZ(1);
}
/* Underline From Left */

.link-underline {
    vertical-align: middle;
    padding: 5px 5px 5px 0;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    overflow: hidden;
}
.link-underline:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 100%;
    bottom: 10px;
    height: 4px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.blog-masonry .link-underline:before {
    bottom: 5px;
}
.blog article:hover .link-underline:before {
    right: 0;
}
.blog article .entry-content {
    color: #9e9e9e;
}
.blog-masonry .post-img-wrap,
.landscape .post-img-wrap {
    width: 100%;
    height: 300px;
}
.entry-footer_title:after {
    width: 20px;
    height: 2px;
    right: 0;
    content: '';
    display: inline-block;
    top: 8px;
}
.entry-footer_title.pull-right {
	margin-top: 8px;
}
.entry-footer_title.pull-right:after {
    content: none;
}
.entry-footer_title.pull-right:before {
    width: 20px;
    height: 2px;
    right: 0;
    content: '';
    display: inline-block;
    top: 8px;
}
.entry-footer_title {
    font-size: 1.4rem;
    font-weight: bold;
    letter-spacing: 1px;
}
#single-pagination {
	margin-bottom: 40px;
}
#single-pagination img {
	margin-top: 5px;
}
.related-details > a {
    position: relative;
	float: left;
    width: 100%;
    height: 100%;
    display: block;
}
.related-details > a:after {
	position: absolute;
	left: 0;
	top: 5px;
	content: '';
	width: 100%;
	height: calc(100% - 5px);
	display: block;
	opacity: 0;
	background: #16222A;
    background: -webkit-linear-gradient(to top, #3A6073, #16222A);
    background: linear-gradient(to top, #3A6073, #16222A);
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.related-details > a:hover:after {
	opacity: 0.5;
}
.cat-links a,
.tags-links a {
    color: inherit;
    font-size: 1.6rem;
}
.front-page .zoom-gallery,
.front-page .slide-press,
.front-page .shrcd-wrap .team-gallery-grid,
.front-page .sc-section {
    width: calc(100% + 120px);
    margin-left: -60px;
}
#contacts-map {
    width: calc(100% + 120px);
    height: 500px;
    left: -60px;
}
.page-template-contacts #contacts-map {
    bottom: -90px;
}
#contacts-map > div > div:nth-child(1) > div:nth-child(4) > div:nth-child(4) > div > div:nth-child(1) > div:nth-child(1),
.gm-style > div:nth-child(1) > div:nth-child(4) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) {
    border-top-color: transparent!important;
}
#contacts-map > div > div:nth-child(1) > div:nth-child(4) > div:nth-child(4) > div > div:nth-child(1) > div:nth-child(2),
.gm-style > div:nth-child(1) > div:nth-child(4) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) {
    background-color: #fff!important;
    border-radius: 0!important;
    box-shadow: none!important;
}
#contacts-map > div > div:nth-child(1) > div:nth-child(4) > div:nth-child(4) > div > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div,
#contacts-map > div > div:nth-child(1) > div:nth-child(4) > div:nth-child(4) > div > div:nth-child(1) > div:nth-child(3) > div:nth-child(2) > div,
.gm-style > div:nth-child(1) > div:nth-child(4) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(2) > div:nth-child(1),
.gm-style > div:nth-child(1) > div:nth-child(4) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) {
    box-shadow: none!important;
}
.gm-style .gm-style-iw {
    font-size: 14px;
    padding: 20px 20px 10px;
    line-height: 24px;
}
#parallax .decolines {
    position: fixed;
    width: 60%;
    height: 2%;
    left: 20%;
    top: 40%;
    overflow: hidden;
}
.front-page #parallax .decolines {
    top: 50%;
}
#parallax .decoline {
    height: 16px;
}
#parallax {
    width: 84%;
    height: 70%;
    margin-left: 8%;
    position: fixed;
    top: 0;
}
.front-page #parallax {
    height: 90%;
}
#parallax:before {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    opacity: 0.4;
}
#parallax.home-video:before,
#parallax.home-slider:before {
    display: none;
}
#parallax:before,
.front-page .slides .gg-lines-header:before {
    background: linear-gradient(270deg, #5C258D, #4389A2);
    background-size: 200% 200%;
    -webkit-animation: AnimationName 30s ease infinite;
    -moz-animation: AnimationName 30s ease infinite;
    animation: AnimationName 30s ease infinite;
}
.widget_rtb_booking_form_widget {
    border-top: 20px solid #5C258D;
    border-bottom: 20px solid #4389A2;
    border-radius: 0;
    clear: both;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-position: 0 0, 100% 0;
    background-repeat: no-repeat;
    -webkit-background-size: 20px 100%;
    -moz-background-size: 20px 100%;
    background-size: 20px 100%;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMzYWNmZDUiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzNhNGVkNSIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=), url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMzYWNmZDUiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzNhNGVkNSIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
    background-image: -webkit-linear-gradient(top, #5C258D 0%, #4389A2 100%), -webkit-linear-gradient(top, #5C258D 0%, #4389A2 100%);
    background-image: -moz-linear-gradient(top, #5C258D 0%, #4389A2 100%), -moz-linear-gradient(top, #5C258D 0%, #4389A2 100%);
    background-image: -o-linear-gradient(top, #5C258D 0%, #4389A2 100%), -o-linear-gradient(top, #5C258D 0%, #4389A2 100%);
    background-image: linear-gradient(to bottom, #5C258D 0%, #4389A2 100%), linear-gradient(to bottom, #5C258D 0%, #4389A2 100%);
}
@-webkit-keyframes AnimationName {
    0% {
        background-position: 0% 50%
	}
    50% {
        background-position: 100% 50%
	}
    100% {
        background-position: 0% 50%
	}
}
@-moz-keyframes AnimationName {
    0% {
        background-position: 0% 50%
	}
    50% {
        background-position: 100% 50%
	}
    100% {
        background-position: 0% 50%
	}
}
@keyframes AnimationName {
    0% {
        background-position: 0% 50%
	}
    50% {
        background-position: 100% 50%
	}
    100% {
        background-position: 0% 50%
	}
}
#parallax.gradient-back:before {
    opacity: 1;
}
.sticky {
    display: block;
}
.hentry {
    margin: 0 0 60px;
}
.entry-header {
    text-align: center;
}
.entry-title {
    font-size: 5.0rem;
    line-height: 6.0rem;
    margin-bottom: 0;
}
.entry-title a {
    color: #404040;
}
.entry-meta {
    padding-top: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 3.9rem;
}
.entry-header>.entry-meta {
    border: 2px dashed rgb(237, 237, 237);
    line-height: 3.9rem;
    border-radius: 10px;
    padding: 10px 15px;
    margin-bottom: 40px;
}
.entry-meta,
.entry-meta a {
    color: #999;
    font-size: 1.4rem;
}
.byline,
.updated:not(.published) {
    display: none;
}
.single .byline,
.group-blog .byline {
    display: inline;
}
.page-links {
    clear: both;
    margin: 0 0 1.5em;
}
.tax-image {
    text-align: center;
    height: 35vh;
    left: -60px;
    width: calc(100% + 120px);
    position: relative;
    overflow: hidden;
}
.xs-filter {
    text-align: center;
}
.xs-filter ul.filters {
    padding: 15px;
    width: 185px;
    left: calc((100% - 185px)/2);
}
.xs-filter ul.filters li {
    display: block;
    padding: 0;
}
.pos-absl {
    position: absolute;
    display: table;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.pos-absl:before {
    left: 50%;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    border-bottom: 100px solid #f7f7f7;
    border-right: 1500px solid transparent;
}
.pos-absl:after {
    right: 50%;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    border-bottom: 100px solid #f7f7f7;
    border-left: 1500px solid transparent;
}
.pos-absl:before,
.pos-absl:after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 0;
    height: 0;
}
.row-2col .pos-absl:before,
.row-2col .pos-absl:after {
    content: none;
}
.tax-image:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0.4;
    background: #16222A;
    background: -webkit-linear-gradient(to top, #3A6073, #16222A);
    background: linear-gradient(to top, #3A6073, #16222A);
    position: absolute;
    top: 0px;
    left: 0px;
}
.tax-text {
    display: table-cell;
    vertical-align: middle;
    color: #fff;
}
.tax-image h3 {
    font-size: calc(30px + 3vw);
    padding: 0 30px;
    font-weight: normal;
    margin: 0;
    line-height: 1;
}
.tax-image p {
    padding: 20px 30px;
    margin: 0;
    font-size: 16px;
}
/*====== Zoom effect ====== */

.mfp-zoom-in .mfp-with-anim {
    opacity: 0;
    transition: all 0.2s ease-in-out;
    transform: scale(0.8);
}
.mfp-zoom-in.mfp-bg {
    opacity: 0;
    transition: all 0.3s ease-out;
}
.mfp-zoom-in.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: scale(1);
}
.mfp-zoom-in.mfp-removing .mfp-with-anim {
    transform: scale(0.8);
    opacity: 0;
}
.mfp-bg {
    background: #fff;
    opacity: 1;
}
.mfp-figure:after {
    -webkit-box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #000;
}
.mfp-arrow-right:after {
    border-left: 12px solid #FFF;
    margin-left: 39px;
}
.mfp-arrow-right:before {
    border-left: 22px solid #3F3F3F;
}
.mfp-arrow-left:after {
    border-right: 12px solid #FFF;
    margin-left: 39px;
}
.mfp-arrow-left:before {
    margin-left: 33px;
    border-right: 22px solid #3F3F3F;
}
.mfp-arrow:before {
    border-top-width: 18px;
    border-bottom-width: 18px;
}
.mfp-arrow:after {
    border-top-width: 10px;
    border-bottom-width: 10px;
    top: 8px;
}
/* =transition */

.mfp-ready .mfp-figure {
    opacity: 0;
}
.mfp-zoom-in .mfp-figure,
.mfp-zoom-in .mfp-iframe-holder .mfp-iframe-scaler {
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
}
.mfp-zoom-in.mfp-bg,
.mfp-zoom-in .mfp-preloader {
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.mfp-zoom-in.mfp-image-loaded .mfp-figure,
.mfp-zoom-in.mfp-ready .mfp-iframe-holder .mfp-iframe-scaler {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.mfp-zoom-in.mfp-ready .mfp-figure,
.mfp-zoom-in.mfp-ready.mfp-bg,
.mfp-zoom-in.mfp-ready .mfp-preloader,
.mfp-with-zoom.mfp-ready .mfp-container,
.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 1;
}
.mfp-zoom-in.mfp-removing .mfp-figure,
.mfp-zoom-in.mfp-removing .mfp-iframe-holder .mfp-iframe-scaler {
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
}
.mfp-zoom-in.mfp-removing.mfp-bg,
.mfp-zoom-in.mfp-removing .mfp-preloader,
.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
    opacity: 0;
}
.mfp-iframe-scaler {
    overflow: visible;
    /*so the close button is shown*/
}
.mfp-zoom-out-cur {
    cursor: auto;
}
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: pointer;
}
button.mfp-close:hover,
button.mfp-arrow:hover {
    background-color: transparent;
}
.mfp-counter {
    color: #000;
    font-size: 14px;
    line-height: 20px;
}
.mfp-bottom-bar {
    margin-top: -20px;
}
.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
    opacity: 0;
    -webkit-backface-visibility: hidden;
    /* ideally, transition speed should match zoom duration */
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
ul.image-popup {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.menu-columns {
    padding: 30px;
}
.child-tax-title:not(:first-child) {
	margin-top: 60px;
}
.team-main-wrap .child-tax-title:not(:first-child),
.team-gallery-grid .child-tax-title:not(:first-child),
.child-tax-title:first-child {
	margin-top: 0;
}
.team-main-wrap .child-tax-title:not(:first-child) {
	margin-bottom: 20px;
}
.child-tax-title {
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
}
.page-template-menu-classic .child-tax-title {
    padding: 0 30px;
    margin-bottom: 0;
}
.page-template-menu-classic .parent-direct-child {
    padding-top: 0;
}
.dish-wrap-100 {
    width: calc(100% + 60px);
    margin-left: -30px;
}
.dish-wrap-100 .child-tax-title {
    padding: 60px 30px 0;
}
.dish-wrap-100 .child-tax-title:first-child {
    padding: 0 30px;
}
.page-template-menu-simple .dish-wrap-100 {
    width: 100%;
    margin-left: auto;
}
.menu-columns .dish,
.dish-wrap-100 > .dish {
    padding-bottom: 20px;
}
.dish p {
    margin: 0;
    color: #797979;
}
.contact-wrap p {
    color: #797979;
}
.ingredients {
    font-style: italic;
}
.ingredients span {
    text-transform: uppercase;
    font-size: 16px;
    font-style: normal;
}
.dish:last-child {
    padding-bottom: 30px;
}
.dish-title {
    font-weight: 700;
    font-size: 2.2rem;
}
.dish-title a {
    color: inherit;
}
.dish-title:after {
    display: block;
    line-height: 1em;
    font-size: 0.4em;
    letter-spacing: 4px;
    color: #b0b0b1;
    opacity: 0.6;
    content: "...................................................................................................................................................................................................................................................";
    width: 100%;
    overflow: hidden;
    height: 10px;
    bottom: 0px;
    position: relative;
}
.dish-price {
    float: right;
    font-size: 2.0rem;
}
ul.filters {
    margin: 0;
    list-style-type: none;
    padding: 30px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
}
ul.filters li {
    display: inline-block;
    padding: 0 0 0 10px;
}
ul.filters li a {
    color: rgba(153, 153, 153, 0.7);
    text-shadow: none;
    padding: 10px 20px;
}
ul.filters li a::before {
    color: #404040;
    content: attr(data-hover);
    position: absolute;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    -moz-transition: -moz-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
}
ul.filters li a:hover::before,
ul.filters li a:focus::before {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 0;
}
.sep {
    padding-left: 10px;
    color: #ededed;
}
li:last-child .sep {
    display: none;
}
.blog-grid {
    width: 100%;
    padding: 1em 0 4em;
    list-style: none;
}
.blog-grid .recipes {
    max-width: 100%;
}
.dish-grid,
.dish-gallery-grid,
.team-gallery-grid {
    text-align: center;
    padding: 1em 0 0;
    margin: 0 0 0 -60px;
    width: calc(100% + 120px);
}
.shrcd-wrap .team-gallery-grid {
    width: 100%;
    margin: auto;
}
.dish-grid.text-left {
    text-align: left;
    width: inherit;
    padding: 20px 0 50px;
    margin: 0;
}
.dish-figure-wrap {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 0;
    height: 360px;
    background: #16222A;
    background: -webkit-linear-gradient(to top, #3A6073, #16222A);
    background: linear-gradient(to top, #3A6073, #16222A);
    text-align: center;
    padding: 0;
}
.figure-dish-image {
    position: relative;
    display: block;
    height: 100%;
    opacity: 0.8;
    width: calc(100% + 40px);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    object-fit: cover;
}
.team-gallery .team-image {
    position: relative;
    display: block;
    height: 100%;
    width: calc(100% + 40px);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    object-fit: cover;
}
.dish-figcaption {
    padding: 30px 40px;
    color: #fff;
    text-align: left;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.dish-figcaption::before,
.dish-figcaption::after {
    pointer-events: none;
}
.dish-figcaption,
.dish-figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */

.dish-figcaption > a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}
.dish-figure-wrap h2 {
    position: relative;
    overflow: hidden;
    font-weight: 700;
    font-style: italic;
    font-size: 2.4rem;
    line-height: inherit;
}
.dish-figure-wrap h2::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: #bc8d4b;
    content: '';
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}
.dish-figure-wrap:hover h2::after {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.dish-figure-wrap h2 span {
    color: #fff;
    font-size: 1.8rem;
    line-height: 3.8rem;
}
.dish-figure-wrap h2,
.dish-figure-wrap p {
    margin: 0;
}
.dish-figure-wrap p {
    letter-spacing: 1px;
    font-size: 68.5%;
    padding: 1em 0;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}
.team-gallery-grid {
    padding: 0;
    clear: both;
    float: left;
}
.team-gallery .dish-figcaption h2,
.team-gallery .dish-figcaption h6 {
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}
.dish-figure-wrap:hover p,
.team-gallery .dish-figcaption:hover h2,
.team-gallery .dish-figcaption:hover h6 {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.dish-figure-wrap:hover .figure-dish-image,
.dish-figure-wrap.team-gallery:hover .team-image {
    opacity: 0.2;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.woocommerce-product-gallery__wrapper {
    margin: 0;
}
.woocommerce .widget_shopping_cart .buttons a, 
.woocommerce.widget_shopping_cart .buttons a {
    padding: 12px 20px;
    font-size: 14px;
}
.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
    background-color: #eee;
    color: inherit;
    border-top: none;
    border-radius: 10px;
    padding: 30px;
    line-height: 46px;
}
.woocommerce div.product .product_title {
    padding-bottom: 20px;
}
.woocommerce .widget_price_filter .ui-slider-horizontal {
    height: 3px;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
    background-color: #ededed;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    width: 10px;
    height: 10px;
    top: -3.5px;
    margin-left: -3px;
}
.woocommerce .widget_price_filter .price_slider_amount .button {
    font-size: 1.4rem;
    font-weight: normal;
    height: 46px;
}
.woo-img-wrap {
    overflow: hidden;
    margin: 0;
}
.woocommerce ul.products li.product a img {
    margin: 0;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
    margin-top: 1em;
}
.woocommerce table.shop_table {
    border: none;
}
.woocommerce table.shop_table td {
    border-top: 1px solid rgb(221, 221, 221);
    padding: 20px 12px;
}
.woocommerce table.shop_table th {
    padding: 20px 12px;
}
.woocommerce-variation-price {
    margin-bottom: 30px;
}
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    margin: 0 60px 60px 0;
    width: calc((100% - 60px)/2);
    text-align: center;
}
.woocommerce .related ul.products li.product,
.woocommerce-page .related ul.products li.product {
    width: calc((100% - 180px)/4);
}
.woocommerce ul.products li.last,
.woocommerce-page ul.products li.last {
    margin-right: 0;
}
.woocommerce span.onsale {
    z-index: 1;
}
.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img,
#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
    width: 62px;
}
.wc-proceed-to-checkout {
    display: inline-block;
}
.woocommerce .star-rating {
    font-size: 1.4rem;
}
.woocommerce div.product form.cart .button {
    height: 48px;
}
.woocommerce div.product form.cart .variations select {
    background: #fff;
    height: 46px;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
    font-size: 2.8rem;
    padding: 0 0 10px;
    color: #404040;
    line-height: 3.8rem;
}
.woocommerce ul.products li.product .price {
    color: #404040;
}
.woocommerce span.onsale {
    border-radius: 0;
}
.woocommerce-products-header {
    display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
    text-align: center;
    padding: 0;
}
.woocommerce #reviews #comments ol.commentlist {
    padding: 0;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
    margin: 0 0 0 80px;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar {
    padding: 0;
    width: 62px;
    border: none;
}
.woocommerce #reviews #comments ol.commentlist li {
    margin: 0 0 30px;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p:last-child {
    margin-bottom: 0;
}
.woocommerce .woocommerce-breadcrumb,
.woocommerce .woocommerce-breadcrumb a {
    color: #797979;
    text-align: center;
    margin: 0 0 40px;
}
.woocommerce-review-link,
.product_meta {
    font-size: 16px;
}
.woocommerce div.product .woocommerce-product-rating {
    margin-top: 10px;
}
.woocommerce .woocommerce-ordering,
.woocommerce .woocommerce-result-count,
.woocommerce-breadcrumb,
.woocommerce div.product .woocommerce-tabs .panel > h2,
.woocommerce #reviews #comments h2,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce-message::before,
.woocommerce-error::before,
.woocommerce-info::before,
.woocommerce-message::before,
.woocommerce form .form-row .required {
    display: none;
}
.woocommerce form .form-row {
    margin: 0 0 15px;
}
.comment-form-comment.input {
    width: 100%;
}
#add_payment_method #payment .payment_method_paypal .about_paypal,
.woocommerce-cart #payment .payment_method_paypal .about_paypal,
.woocommerce-checkout #payment .payment_method_paypal .about_paypal {
    line-height: 30px;
}
.woocommerce form .form-row textarea {
    height: 100px;
}
label[for='payment_method_paypal'] {
    width: calc(100% - 35px);
    float: right;
}
#customer_details,
#order_review,
#reviews #comments,
#reviews #review_form_wrapper {
    width: calc((100% - 60px)/2);
    display: inline-block;
}
#reviews #review_form_wrapper {
    float: right;
}
#customer_details {
    float: left;
}
#customer_details .col-1,
#customer_details .col-2 {
    width: 100%;
}
#order_review {
    float: right;
    border: solid 1px #EDEDED;
    padding: 40px;
    box-sizing: border-box;
    border-radius: 10px;
    background: #ffffff;
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.06);
}
#order_review_heading {
    margin-top: 0;
    margin-bottom: 20px;
    text-align: center;
}
.woocommerce-checkout #payment {
    font-size: 16px;
}
.woocommerce-billing-fields h3 {
    margin-bottom: 20px;
}
.woocommerce form .form-row input.input-text {
    height: 64px;
}
.woocommerce-checkout #payment div.form-row {
    margin-bottom: 0;
    padding: 0;
}
#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
    background-color: #f7f7f7;
}
#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before {
    border: 1em solid #f7f7f7;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
}
.woocommerce-checkout input[type="checkbox"],
.woocommerce-checkout input[type="radio"] {
    height: initial;
}
#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment,
#add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods {
    padding: 0;
    border-bottom: none;
}
.woocommerce-checkout #payment ul.payment_methods {
    margin-bottom: 24px;
}
#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment,
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    background-color: transparent;
    border: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before,
.related.products > h2 {
    border-bottom: 1px solid #ededed;
}
.related.products > h2 {
    font-family: inherit;
    text-align: center;
    font-weight: 700;
    font-size: 2.0rem;
    margin: 0 0 40px;
}
.woocommerce #review_form #respond {
    width: 100%;
}
.woocommerce-Reviews input {
    display: block;
}
.woocommerce .comment-form-author,
.woocommerce .comment-form-email {
    width: calc((100% - 60px)/2);
    display: inline-block;
    vertical-align: top;
}
.woocommerce .comment-form-author input,
.woocommerce .comment-form-email input {
    display: block;
    width: 100%;
}
.woocommerce #review_form #respond .form-submit {
    margin-top: 15px;
}
.woocommerce input.button:disabled:hover,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled] {
    color: #fff;
}
#coupon_code {
    width: auto!important;
    padding: 0 20px;
}
.woocommerce .comment-form-email {
    float: right;
}
.woocommerce div.product p.price,
.woocommerce div.product span.price,
.woocommerce div.product form.cart .variations td.label {
    color: inherit;
    font-weight: bold;
}
.woocommerce div.product form.cart .variations td.label {
    padding: 10px 1em 10px 0;
    text-align: left;
    display: block;
}
.woocommerce .quantity .qty {
    width: 120px;
}
.woocommerce div.product .woocommerce-tabs .panel {
    background-color: transparent;
    border: 0;
    box-shadow: none;
}
.woocommerce-checkout .woocommerce h3 {
    font-size: 3.7rem;
}
.woocommerce-checkout table.shop_table th:last-child,
.woocommerce-checkout table.shop_table td:last-child {
    text-align: right;
}
.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
    border-radius: 10px;
    padding: 30px;
    border: 1px solid #ededed;
}
.woocommerce .lost_password,
.woocommerce form.checkout_coupon .form-row {
    margin-bottom: 0;
}
.woocommerce nav.woocommerce-pagination ul,
.woocommerce nav.woocommerce-pagination ul li {
    border: none;
}
.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
    background: transparent;
    color: inherit;
}
.woocommerce form .form-row input#coupon_code {
    height: 48px;
}
.woocommerce #respond #reply-title {
    font-size: 2.5rem;
    line-height: 3rem;
    padding-bottom: 30px;
    font-weight: bold;
    display: block;
}
.woocommerce #review_form #respond p {
    margin: 0 0 20px;
}
.search-submit,
.woocommerce-product-search input[type='submit'] {
    font-family: FontAwesome;
    font-size: 1.6rem;
    padding: 12px 20px;
    margin-left: 10px;
    float: right;
    height: 64px;
}
.search-submit {
    float: none;
}
input[type='submit'].search-submit {
		padding: 12px 20px;
}
aside.widget_search label {
    width: calc(100% - 72px);
}
aside .search-field {
    width: 100%;
}
aside .woocommerce-product-search .search-field {
    width: calc(100% - 67px);
    padding: 0.85em 1.0em;
    height: 64px;
}
#shp-cart>span {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    top: 40%;
}
.cart-badge {
    position: fixed;
    margin-left: -15px;
    margin-top: -10px;
    color: #fff;
    box-shadow: 0px 0 6px 6px #dcc3a1;
    font-size: 12px;
    line-height: 14px;
    padding: 3px;
    border-radius: 100%;
    height: 22px;
    width: 22px;
}
.button.checkout.wc-forward {
    float: right;
}
.total,
.woocommerce .widget_shopping_cart .total,
.woocommerce.widget_shopping_cart .total {
    padding-top: 25px;
    margin-top: 20px;
    border-top: 1px solid #c6c6c6;
}
.woocommerce ul.products li.product .star-rating {
    display: none;
}
.woocommerce ul.products li.product .price del {
    display: inline-block;
}
.woocommerce a.added_to_cart {
    font-size: 14px;
    text-transform: uppercase;
    bottom: 10px;
    margin-top: 20px;
    padding-left: 20px;
    position: relative;
}
.woocommerce form .form-row label.checkbox span > span {
    position: relative;
    top: -12px;
    left: 20px;
}
.woocommerce ul.cart_list li,
.woocommerce ul.product_list_widget li {
    padding: 10px 0;
}
.woocommerce .widget_shopping_cart .cart_list li,
.woocommerce.widget_shopping_cart .cart_list li {
    padding-top: 0;
    padding-bottom: 30px;
}
.woocommerce .widget_shopping_cart .cart_list li:last-child,
.woocommerce.widget_shopping_cart .cart_list li:last-child {
    padding-bottom: 10px;
}
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
    background-color: transparent;
}
/*--------------------------------------------------------------
	## Shortcodes
--------------------------------------------------------------*/

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
a.panel-title.accordion-toggle {
    height: auto;
    display: block;
}
.panel-default>.panel-heading {
    background-color: #f2f2f2;
}
.panel-group .panel-default .panel-heading.open-color a {
    color: #fff;
}
.panel-group .panel-default .panel-heading a {
    color: #29324e;
    font-weight: 700;
}
.panel-group .panel-heading+.panel-collapse>.list-group,
.panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: none;
}
.panel-heading {
    padding: 18px 2em;
    border-radius: 0;
}
.panel-body {
    padding: 2em;
    border-radius: 0;
}
.panel-group .panel+.panel {
    margin-top: 10px;
}
.indicator {
    top: 5px;
}
.sc-section {
    clear: both;
}
.gg-tabs {
    position: relative;
    margin: 2em auto;
}
.gg-tabs:after {
    content: "";
    display: table;
    clear: both;
}
.gg-tabs::after {
    /* subtle gradient layer on top right - to indicate it's possible to scroll */
    position: absolute;
    top: 0;
    right: 0;
    height: 60px;
    width: 50px;
    z-index: 1;
    pointer-events: none;
    background: -webkit-linear-gradient( right, #f8f7ee, rgba(248, 247, 238, 0));
    background: linear-gradient(to left, #f8f7ee, rgba(248, 247, 238, 0));
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    -moz-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s;
}
.no-cssgradients .gg-tabs::after {
    display: none;
}
.gg-tabs.is-ended::after {
    /* class added in jQuery - remove the gradient layer when it's no longer possible to scroll */
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
}
.gg-tabs nav {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    background: #f2f2f2;
    box-shadow: inset 0 -2px 3px rgba(203, 196, 130, 0.06);
}
.gg-tabs-navigation {
    width: 360px;
    padding: 0;
    margin: 0;
}
.gg-tabs-navigation:after {
    content: "";
    display: table;
    clear: both;
}
.gg-tabs-navigation li {
    float: left;
    list-style-type: none;
}
.gg-tabs-navigation a {
    position: relative;
    display: block;
    height: 60px;
    padding: 17.5px;
    font-size: 14px;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 700;
    color: #c3c2b9;
}
.no-touch .gg-tabs-navigation a:hover {
    color: #29324e;
    background-color: rgba(233, 230, 202, 0.3);
}
.gg-tabs-navigation a.selected {
    background-color: #ffffff !important;
    box-shadow: inset 0 2px 0 #bc8d4b;
    color: #29324e;
}
.gg-tabs-content {
    background: #ffffff;
}
.gg-tabs-content > div {
    display: none;
    padding: 1.4em;
}
.gg-tabs-content > div.selected {
    display: block;
    -webkit-animation: gg-fade-in 0.5s;
    -moz-animation: gg-fade-in 0.5s;
    animation: gg-fade-in 0.5s;
}
.gg-tabs-content > div p {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.6;
    color: #8493bf;
    margin-bottom: 2em;
}
.counter-sc {
    padding: 20px 0;
    text-align: center;
}
.counter-sc h3 {
    margin: 0;
    letter-spacing: 0.5px;
    font-size: 20px;
}
.counter {
    font-weight: bold;
    font-size: 60px;
    line-height: 60px;
}
.counter-sep {
    font-weight: bold;
    font-size: 35px;
    line-height: 35px;
    padding-right: 15px;
}
.alert {
    border-radius: 0;
    color: #666;
    padding: 50px 70px 50px 50px;
    background-color: #fff;
    border-bottom: 0;
    border-right: 0;
    border-top: 0;
    margin-bottom: 60px;
    -webkit-box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.05), 0 6px 30px 5px rgba(0, 0, 0, 0.07), 0 8px 10px -5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.05), 0 6px 30px 5px rgba(0, 0, 0, 0.07), 0 8px 10px -5px rgba(0, 0, 0, 0.1);
}
.alert-dismissable .close:hover,
.alert-dismissible .close:hover {
    background-color: transparent;
    color: #000;
}
.alert-danger {
    border-left: 3px solid #F1564A;
}
.alert-warning {
    border-left: 3px solid #FAC51C;
}
.alert-success {
    border-left: 3px solid #61BD6D;
}
.alert-info {
    border-left: 3px solid #54ACD2;
}
.alert-info .alert-content:before {
    content: "\f129";
    background: #6fd9fc;
    color: #0787d4;
    border: 3px solid #54ACD2;
}
.alert-success .alert-content:before {
    content: "\f00c";
    background: #97e411;
    color: #558502;
    border: 3px solid #61BD6D;
}
.alert-warning .alert-content:before {
    content: "\f12a";
    background: #ffd36c;
    color: #a47503;
    border: 3px solid #FAC51C;
}
.alert-danger .alert-content:before {
    content: "\f00d";
    background: #fd7761;
    color: #d52e13;
    border: 3px solid #F1564A;
}
.alert-content {
    padding: 0 15px 0 0;
}
.alert .alert-content:before {
    font-family: FontAwesome;
    font-weight: 400;
    font-size: 24px;
    display: block;
    border-radius: 100px;
    width: 50px;
    height: 50px;
    margin-right: 40px;
    line-height: 45px;
    text-align: center;
    float: left;
}
.section-fullwidth {
    width: 100vw;
    position: relative;
    left: calc(-1/2*(100vw - 100%));
}
.section-sc-wrap p:last-child {
    margin-bottom: 0;
}
.section-sc-wrap.video-section {
    text-align: center;
}
.video-section i {
    font-size: 58px;
    color: #fff;
}
.section-sc-wrap {
    padding: 60px 75px;
    width: 100%;
    display: inline-block;
}
.home #main .section-sc-wrap .rtb-booking-form,
.section-sc-wrap .rtb-booking-form {
    padding-bottom: 10px;
}
.section-sc-wrap .rtb-booking-form legend,
.section-sc-wrap .rtb-booking-form .input__label-content{
    color: #fff;
}
.section-sc-wrap h1,
.section-sc-wrap h2,
.section-sc-wrap h3,
.section-sc-wrap h4,
.section-sc-wrap h5 {
    margin-top: 0;
}
#primary.col-lg-8 .section-sc-wrap {
    width: 100%;
    padding: 40px;
}
.section-sc-wrap.video-section a:hover {
    opacity: 0.5;
    -o-transition: opacity 0.24s ease-in-out;
    -webkit-transition: opacity 0.24s ease-in-out;
    -moz-transition: opacity 0.24s ease-in-out;
    transition: opacity 0.24s ease-in-out;
}
/* Animated-btn Styles */

a.btn-sc:hover {
    background-color: transparent!important;
    border-color: inherit;
    color: inherit!important;
}
a.btn-sc {
    color: #fff;
}
a.button.btn-large {
    font-size: 2.2rem;
    padding: 25px 30px;
}
a.button.btn-small {
    font-size: 12px;
    padding: 15px 20px;
}
.animated-btn.btn-small {
    font-size: 13px;
    letter-spacing: 4px;
}
.animated-btn.btn-large {
    font-size: 2.2rem;
    letter-spacing: 0.25em;
}
.animated-btn {
    position: relative;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.7;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 6px;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    cursor: pointer;
    -webkit-transition: all 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9) 0s;
    transition: all 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9) 0s;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 0;
    padding: 0.875em 1.428571429em;
    letter-spacing: 0.3em;
}
.animated-btn::after {
    content: '';
    width: 80%;
    left: 50%;
    height: 1px;
    bottom: 0;
    -webkit-transform: translatex(-50%);
    transform: translatex(-50%);
    -webkit-transition: width 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9) 0.4s, background 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9) 0s;
    transition: width 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9) 0.4s, background 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9) 0s;
    display: block;
    position: absolute;
}
.animated-btn span {
    display: block;
    position: absolute;
    -webkit-transition: all 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9);
    transition: all 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9);
    width: 100%;
    top: 0;
    left: 0;
}
.animated-btn span::before,
.animated-btn span::after {
    content: '';
    display: block;
    position: absolute;
    -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9);
    transition: -webkit-transform 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9);
    transition: transform 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9);
    transition: transform 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9), -webkit-transform 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9);
}
.animated-btn span:first-child {
    height: 100%;
}
.animated-btn span:first-child::before,
.animated-btn span:first-child::after {
    width: 1px;
    height: 100%;
    bottom: 0;
    -webkit-transform: scale3d(1, 0, 1);
    transform: scale3d(1, 0, 1);
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center;
    -webkit-transition: background 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9) 0s, -webkit-transform 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9) 0.2s;
    transition: background 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9) 0s, -webkit-transform 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9) 0.2s;
    transition: transform 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9) 0.2s, background 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9) 0s;
    transition: transform 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9) 0.2s, background 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9) 0s, -webkit-transform 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9) 0.2s;
}
.animated-btn span:first-child::before {
    left: 0;
}
.animated-btn span:first-child::after {
    right: 0;
}
.animated-btn span:last-child {
    width: 100%;
    height: 1px;
}
.animated-btn span:last-child::before,
.animated-btn span:last-child::after {
    height: 1px;
    width: 100%;
    bottom: 0;
    -webkit-transform: scale3d(0, 1, 1);
    transform: scale3d(0, 1, 1);
    -webkit-transition: background 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9) 0s, -webkit-transform 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9) 0s;
    transition: background 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9) 0s, -webkit-transform 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9) 0s;
    transition: transform 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9) 0s, background 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9) 0s;
    transition: transform 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9) 0s, background 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9) 0s, -webkit-transform 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9) 0s;
}
.animated-btn span:last-child::before {
    left: 0;
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
}
.animated-btn span:last-child::after {
    right: 0;
    -webkit-transform-origin: bottom right;
    transform-origin: bottom right;
}
.animated-btn:hover {
    opacity: 1;
    outline: 0;
    color: #333E48 !important;
    text-decoration: none;
    -webkit-transition: color 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9) 0s;
    transition: color 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9) 0s;
}
.animated-btn:hover::after {
    width: 100%;
    background: #232F39;
    -webkit-transition: width 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9) 0s, background 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9) 0s;
    transition: width 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9) 0s, background 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9) 0s;
}
.animated-btn:hover span:first-child::before,
.animated-btn:hover span:first-child::after {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    background: #232F39;
    -webkit-transition: background 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9) 0s, -webkit-transform 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9) 0.2s;
    transition: background 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9) 0s, -webkit-transform 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9) 0.2s;
    transition: transform 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9) 0.2s, background 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9) 0s;
    transition: transform 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9) 0.2s, background 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9) 0s, -webkit-transform 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9) 0.2s;
}
.animated-btn:hover span:last-child::before,
.animated-btn:hover span:last-child::after {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    background: #232F39;
    -webkit-transition: background 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9) 0s, -webkit-transform 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9) 0.4s;
    transition: background 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9) 0s, -webkit-transform 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9) 0.4s;
    transition: transform 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9) 0.4s, background 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9) 0s;
    transition: transform 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9) 0.4s, background 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9) 0s, -webkit-transform 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9) 0.4s;
}
.animated-btn:focus {
    background: #232F39;
    color: white !important;
    -webkit-transition: all 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9);
    transition: all 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9);
}
.animated-btn:focus::after {
    opacity: 0;
}
.animated-btn.reverse:hover {
    color: white !important;
}
.animated-btn.reverse:hover::after {
    background: white;
}
.animated-btn.reverse:hover span:first-child::before,
.animated-btn.reverse:hover span:first-child::after,
.animated-btn.reverse:hover span:last-child::before,
.animated-btn.reverse:hover span:last-child::after {
    background: white;
}
.animated-btn.reverse:focus span:first-child::before,
.animated-btn.reverse:focus span:first-child::after,
.animated-btn.reverse:focus span:last-child::before,
.animated-btn.reverse:focus span:last-child::after {
    background: #333E48;
}
ul.list-sc {
    list-style: none;
    margin: 20px 0 !important;
    padding: 0;
}
ul.list-sc.list-1 li:before,
ul.list-sc.list-2 li:before,
ul.list-sc.list-3 li:before,
ul.list-sc.list-4 li:before,
ul.list-sc.list-5 li:before {
    padding: 0 15px;
    font: normal normal normal 14px/1 FontAwesome;
}
ul.list-sc.list-1 li:before {
    content: "\f192";
}
ul.list-sc.list-2 li:before {
    content: "\f054";
}
ul.list-sc.list-3 li:before {
    content: "\f00c";
}
ul.list-sc.list-4 li:before {
    content: "\f068";
}
ul.list-sc.list-5 li:before {
    content: "\f067";
}
/*--------------------------------------------------------------
	## Comments
--------------------------------------------------------------*/

.comment-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.comment-content a {
    word-wrap: break-word;
}
.bypostauthor {
    display: block;
}
.comment-list li.comment {
    position: relative;
    float: left;
    margin-bottom: 35px;
    width: 100%;
    list-style-type: none;
}
.comment-list li.comment:last-child {
    margin-bottom: 0;
}
.comment-list li.comment ul > li.comment:first-child {
    margin-top: 35px;
}
.comment-list li.comment ul > li.comment:last-child {
    margin-bottom: 0;
}
.comment-author.vcard {
    width: 20%;
    display: inline;
}
.comment-author.vcard > img,
.woocommerce #reviews #comments ol.commentlist li img.avatar {
    margin-right: 20px;
    float: left;
    overflow: hidden;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}
.comment-text cite {
    font-weight: 700;
    color: #777;
    font-style: normal;
}
.woocommerce-review__published-date {
    color: #9e9e9e;
}
.comment-body {
    display: block;
    float: left;
    width: 100%;
}
.comment-meta.commentmetadata {
    color: #9e9e9e;
    font-size: .83em;
}
.comment-text > p {
    margin-top: 1em;
    margin-bottom: 0;
}
ul.comment-list > li > div > .comment-text > p {
    margin-bottom: 1.5em;
}
.comment-text,
.woocommerce #reviews #comments ol.commentlist li .comment-text {
    float: left;
    padding: 0 15px 30px;
    width: calc(100% - 82px);
    border: none;
    border-bottom: 1px solid #ededed;
}
.comment-list ul.children {
    margin: 0 0 1.5em 3em;
}
.children .comment-body {
    border-bottom: 1px solid #ededed;
}
.children .comment-text {
    border-bottom: none;
}
.comments-title {
    text-align: center;
}
.comments-title,
#reply-title {
    font-size: 4.0rem;
    line-height: 6.8rem;
    margin-bottom: 0;
}
.divider.center {
    height: 35px;
}
.divider .hr-icon {
    left: 48%;
}
.text-center .divider .hr-icon {
    left: 0;
}
.text-center .divider.center {
    height: 10px;
}
.reply a,
.woocommerce ul.products li.product .button,
.md-close {
    border-radius: 10px;
    padding: 10px 15px;
    font-size: 14px;
    text-transform: uppercase;
    bottom: 10px;
    margin-top: 20px;
    position: relative;
    background: transparent;
    font-weight: normal;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.reply a:hover,
.woocommerce ul.products li.product .button:hover,
.md-close:hover,
a.button:hover {
    color: #fff;
}
#respond {
    display: inline-block;
    width: 100%;
}

/*--------------------------------------------------------------
	# 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;
}
/*--------------------------------------------------------------
	# 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%;
}
.vitto-audio-sc {
    padding: 25px 40px;
    height: 80px;
}
.vitto-audio-sc .mejs-controls .mejs-time-rail .mejs-time-current {
    background: #3A6073;
}
/* Make sure embeds and iframes fit their containers. */

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
    border: 0px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.entry-content img,
.entry-content iframe,
.entry-content object,
.entry-content embed {
    max-width: 100%;
}
/*--------------------------------------------------------------
	## Captions
--------------------------------------------------------------*/

.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}
.wp-caption-text {
    text-align: center;
    font-size: 1.4rem;
}
/*--------------------------------------------------------------
	## Galleries
--------------------------------------------------------------*/

.gallery {
    margin-bottom: 1.5em;
}
.flexslider {
    margin: 0;
    background: transparent;
    border: none;
}
.single .flexslider {
    margin: 0 0 30px;
}
.flexslider .gallery-item {
    min-width: 100%;
    margin: 0;
}
.flexslider .gallery-caption {
    position: absolute;
    bottom: 0;
    padding: 30px;
    width: 100%;
    background: rgba(58, 96, 115, 0.8);
    background: -webkit-linear-gradient(to top, rgba(22, 34, 42, 0.8), rgba(58, 96, 115, 0.8));
    background: linear-gradient(to top, rgba(22, 34, 42, 0.8), rgba(58, 96, 115, 0.8));
    text-align: initial;
    font-size: 1.4rem;
    font-style: italic;
    color: #fff;
}
.flexslider:hover .flex-direction-nav .flex-next {
    right: 0;
}
.flexslider:hover .flex-direction-nav .flex-prev {
    left: 0;
}
.flex-direction-nav a.flex-next:before {
    content: "\f105";
    font-family: 'FontAwesome';
}
.flex-direction-nav a:before {
    content: "\f104";
    font-family: 'FontAwesome';
    font-size: 24px;
    display: block;
    padding: 0;
}
.flex-direction-nav .flex-next {
    right: -40px;
}
.flex-direction-nav .flex-prev {
    left: -40px;
}
.flex-direction-nav a {
    height: 40px;
    color: rgba(0, 0, 0, .8);
    text-shadow: 1px 1px 0 rgba(255, 255, 255, .3);
}
.flex-direction-nav a {
    z-index: 2;
    text-decoration: none;
    display: block;
    width: 40px;
    margin: 0;
    position: absolute;
    text-align: center!important;
    top: calc(50% - 20px);
    overflow: hidden;
    opacity: 0;
    cursor: pointer;
    background-color: rgba(255, 255, 255, .8);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}
.gallery-columns-2 .gallery-item {
    max-width: 50%;
}
.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
    max-width: 25%;
}
.gallery-columns-5 .gallery-item {
    max-width: 20%;
}
.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}
.gallery-caption {
    display: block;
}
.zoom-gallery {
    margin: 0.5em 0;
    -moz-column-gap: 0.5em;
    -webkit-column-gap: 0.5em;
    column-gap: 0.5em;
}
.zoom-gallery > a {
    display: inline-block;
    padding: 0;
    margin: 0 0 3px;
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.zoom-gallery > a img {
    opacity: 1;
    transition: .5s ease;
    backface-visibility: hidden;
}
.overlay-gallery {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%)
}
.zoom-gallery > a:hover img {
    opacity: 0.3;
}
.zoom-gallery > a:hover .overlay-gallery {
    opacity: 1;
}
/*--------------------------------------------------------------
	# Footer
--------------------------------------------------------------*/

.site-footer {
    font-size: 1.6rem;
}
.pre-footer {
    padding: 30px 0;
    margin-bottom: 10vh;
    background-color: #ededed;
}
.last-footer {
    position: fixed;
    bottom: 20px;
    width: 84%;
    left: 8%;
    padding: 0;
    text-align: center;
    height: calc(10% - 20px);
    display: table;
    z-index: 3;
}
.pre-footer,
.last-footer {
    color: #797979;
}
.site-info {
    display: table-cell;
    vertical-align: middle;
    font-size: 16px;
}
/*--------------------------------------------------------------
	# Media Queries
--------------------------------------------------------------*/

@media only screen and (min-width: 400px) {
    .zoom-gallery {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
	}
}
@media only screen and (min-width: 700px) {
    .zoom-gallery {
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3;
	}
}
@media only screen and (min-width: 768px) {
    .gg-overlay-header {
        height: 80px;
        box-shadow: none;
	}
    .gg-overlay-nav-trigger {
        width: 100px;
        padding-left: 1em;
        background-color: transparent;
        height: 30px;
        line-height: 30px;
        top: 50%;
        bottom: auto;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
	}
    .gg-overlay-nav-trigger .gg-menu-text {
        display: inline-block;
	}
    .gg-overlay-nav-trigger .gg-menu-icon {
        left: auto;
        right: 1em;
        -webkit-transform: translateX(0) translateY(-50%);
        -moz-transform: translateX(0) translateY(-50%);
        -ms-transform: translateX(0) translateY(-50%);
        -o-transform: translateX(0) translateY(-50%);
        transform: translateX(0) translateY(-50%);
	}
    .gg-tabs::after {
        display: none;
	}
    .gg-tabs nav {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        box-shadow: inset -2px 0 3px rgba(203, 196, 130, 0.06);
        z-index: 1;
	}
    .gg-tabs-navigation {
        /* move the nav to the left on medium sized devices */

        width: 100px;
        float: left;
	}
    .gg-tabs-navigation a {
        height: inherit;
        width: 100px;
	}
    .gg-tabs-navigation a.selected {
        box-shadow: inset 2px 0 0 #bc8d4b;
	}
    .gg-tabs-content {
        min-height: 480px;
	}
    .gg-tabs-content > div {
        padding: 2em 2em 2em 7em;
	}
}
@media only screen and (min-width: 900px) {
    .zoom-gallery {
        -moz-column-count: 4;
        -webkit-column-count: 4;
        column-count: 4;
	}
}
@media only screen and (min-width: 960px) {
    .gg-tabs nav {
        position: relative;
        float: none;
        background: transparent;
        box-shadow: none;
	}
    .gg-tabs-navigation {
        /* tabbed on top on big devices */

        width: auto;
        background-color: #f2f2f2;
        box-shadow: inset 0 -2px 3px rgba(203, 196, 130, 0.06);
	}
    .gg-tabs-navigation a {
        height: 60px;
        line-height: normal;
        width: auto;
        text-align: left;
        font-size: 16px;
        padding: 17.5px 2.8em;
	}
    .gg-tabs-navigation a.selected {
        box-shadow: inset 0 2px 0 #bc8d4b;
	}
    .gg-tabs-content {
        min-height: 0;
	}
    .gg-tabs-content > div {
        padding: 2em;
	}
}
@media only screen and (min-width: 992px) {
    .horizontal-nav .gg-overlay-nav li {
        display: inline-block;
        font-size: 16px;
        font-weight: 700;
        text-transform: uppercase;
        padding: 0 25px;
        height: 100%;
        vertical-align: middle;
	}
	.horizontal-nav #overlay-menu > li > a {
        top: calc(50% - 16px);
        vertical-align: middle;
        bottom: auto;
	}
    .horizontal-nav .gg-overlay-nav {
        padding: 20px 8% 0;
        height: calc(10% + 2px);
        text-align: left;
        overflow: visible;
	}
    .horizontal-nav ul.sub-menu {
        position: absolute;
        background: #474747;
        padding: 0 25px 10px;
        top: 100%;
        min-width: 200px;
	}
    .horizontal-nav .gg-overlay-nav i {
        padding-left: 5px;
	}
    .horizontal-nav .gg-overlay-nav .sub-menu li {
        display: block;
        text-transform: capitalize;
        padding: 5px 0;
        font-weight: normal;
	}
    .horizontal-nav .gg-overlay-nav a:hover ~ ul.sub-menu,
    .horizontal-nav ul.sub-menu:hover {
        display: block;
	}
    .horizontal-nav .social-links {
        display: none;
	}
    .row-2col {
        display: flex;
        margin-right: -60px;
        margin-left: -60px;
	}
    .row-2col > .col-md-6 {
        /*flex: 1;*/

        padding: 60px 60px 30px;
	}
    .row-2col:nth-child(even),
    .table-container:nth-child(even) {
        flex-direction: row-reverse;
	}
    .col-md-6.tax-image {
        text-align: center;
        height: inherit;
        left: 0;
        position: relative;
	}
}
@-webkit-keyframes gg-fade-in {
    0% {
        opacity: 0;
	}
    100% {
        opacity: 1;
	}
}
@-moz-keyframes gg-fade-in {
    0% {
        opacity: 0;
	}
    100% {
        opacity: 1;
	}
}
@keyframes gg-fade-in {
    0% {
        opacity: 0;
	}
    100% {
        opacity: 1;
	}
}
@media only screen and (min-width: 1024px) {
    .no-js .gg-main-content {
        padding-top: 80px;
	}
    .site-header {
        height: 80px;
	}
    .site-header.nav-is-visible {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
	}
    .site-header::before {
        content: 'desktop';
	}
    .gg-nav-trigger {
        display: none;
	}
    .gg-logo {
        position: absolute;
        z-index: 2;
	}
    .gg-logo img {
        margin-top: 29px;
	}
    .gg-main-content::before {
        content: 'desktop';
	}
    .gg-main-content.nav-is-visible {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
	}
}
@media only screen and (min-width: 1170px) {
    .gg-overlay-nav li {
        font-size: 30px;
        font-size: 3.0rem;
	}
    .gg-overlay-nav .gg-label {
        font-size: 16px;
        font-size: 1.6rem;
	}
    .gg-overlay-header {
        -webkit-transition: background-color 0.3s;
        -moz-transition: background-color 0.3s;
        transition: background-color 0.3s;
        /* Force Hardware Acceleration in WebKit */

        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
	}
    .gg-overlay-header.is-fixed {
        /* when the user scrolls down, we hide the header right above the viewport */

        position: fixed;
        top: -80px;
        background-color: #F2F2F2;
        -webkit-transition: -webkit-transform 0.3s;
        -moz-transition: -moz-transform 0.3s;
        transition: transform 0.3s;
	}
    .gg-overlay-header.is-visible {
        /* if the user changes the scrolling direction, we show the header */

        -webkit-transform: translate3d(0, 100%, 0);
        -moz-transform: translate3d(0, 100%, 0);
        -ms-transform: translate3d(0, 100%, 0);
        -o-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
	}
    .gg-overlay-header.menu-is-open {
        /* add a background color to the header when the navigation is open */

        background-color: rgba(71, 71, 71, 0.96);
	}
}
@media only screen and (max-width: 1200px) {
    #secondary {
        clear: both;
	}
}
@media only screen and (min-width: 1155px) and (max-width: 1630px) {
    .blog-grid > div {
        width: 50%;
	}
}
@media only screen and (max-width: 1299px) {
    #customer_details,
    #order_review,
    #reviews #comments,
    #reviews #review_form_wrapper {
        width: 100%;
	}
    #customer_details .col-2 {
        margin-bottom: 70px;
	}
    .woocommerce .related ul.products li.product,
    .woocommerce-page .related ul.products li.product {
        width: calc((100% - 60px)/2);
	}
    .woocommerce .related ul.products li.product:nth-child(even),
    .woocommerce-page .related ul.products li.product:nth-child(even) {
        margin-right: 0;
	}
}
@media only screen and (min-width: 1025px) and (max-width: 1200px) {
    .gg-overlay-nav-trigger {
        right: calc((100% - 940px)/2);
	}
}
@media only screen and (min-width: 992px) and (max-width: 1024px) {
    .gg-nav-trigger,
    .gg-overlay-nav-trigger {
        right: calc((100% - 940px)/2);
	}
}
@media only screen and (max-width: 992px) {
    .wrap-search-results main > article {
        width: 100%;
	}
    .col-md-6.tax-image {
        left: -30px;
        width: calc(100% + 60px);
	}
    .table-container {
        display: block;
        float: left;
	}
    .team-image {
        height: 400px;
	}
	.dish:last-child {
        padding-bottom: 20px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .gg-nav-trigger,
    .gg-overlay-nav-trigger {
        right: calc((100% - 720px)/2);
	}
}
@media screen and (max-width: 50em) {
    body > div.decolines.decolines--fixed > div:nth-child(2),
    body > div.decolines.decolines--fixed > div:nth-child(6) {
        top: calc(100% - 22px)!important;
	}
    .front-page .zoom-gallery,
    .front-page .slide-press,
    .front-page .shrcd-wrap .team-gallery-grid,
    .front-page .sc-section,
    .content--full {
        width: calc(100% + 60px);
        margin-left: -30px;
	}
	.no-footer-sidebar #content, 
	.blog-no-plugins #content {
        margin-bottom: calc(10% - 20px);
    }
    .front-page #primary {
        padding: 0 30px;
	}
	.gg-overlay-nav {
		padding: 60px 0;
	}
	.gg-overlay-nav li {
        font-size: 24px;
        font-size: 2.4rem;
	}
	.woocommerce div.product .product_title {
        font-size: 3.5rem;
        line-height: 4rem;
    }
	.video-background,
    .homeslider,
    .pattern {
        top: 80px;
    }
    #contacts-map {
        width: 100%;
        left: 0;
	}
	.home #contacts-map {
        width: calc(100% + 60px);
        left: -30px;
    }
    .last-footer {
        bottom: 20px;
        height: calc(10% - 20px);
        /*position: absolute;*/
        padding: 10px 0;
	}
	.pre-footer {
        margin-bottom: 60px;
    }
    .site-info {
        font-size: 14px;
	}
	footer .widget {
        clear: both;
    }
    .comment-navigation .nav-next,
    .posts-navigation .nav-next,
    .post-navigation .nav-next,
    .comment-navigation .nav-previous,
    .posts-navigation .nav-previous,
    .post-navigation .nav-previous {
        width: 100%;
	}
    .comment-navigation .nav-next a,
    .posts-navigation .nav-next a,
    .post-navigation .nav-next a,
    .comment-navigation .nav-previous a,
    .posts-navigation .nav-previous a,
    .post-navigation .nav-previous a {
        display: block;
	}
    .dish-grid,
    .blog-grid,
    .dish-gallery-grid,
    .team-gallery-grid {
        width: 100%;
        margin: 0;
	}
	.dish-wrap-100 .child-tax-title:first-child {
        padding: 0 30px;
    }
    .page-template-menu-classic .child-tax-title,
    .home .dish-wrap-100 .child-tax-title:first-child {
        padding: 0 15px;
    }
    .home .dish-wrap-100 .child-tax-title {
        padding: 30px 15px 0;
    }
    .dish-wrap-100 > .dish {
        padding-right: 30px;
        padding-left: 30px;
    }
    .home .dish-wrap-100 > .dish {
        padding-right: 15px;
        padding-left: 15px;
    }
	.dish-title {
        font-size: 2.2rem;
        line-height: 3.4rem;
    }
	.dish-price {
        float: none;
        font-size: 1.6rem;
        display: block;
    }
    .pad-60 {
        padding: 0 15px;
	}
    .content__title {
        font-size: 1.75em;
	}
    .content__title--half {
        width: 100%;
	}
    .content__title--right,
	.content__title--left {
        padding: 20px 5%;
	}
    .content__title--left {
        margin-left: 0;
	}
    .flexy--row {
        flex-direction: column;
	}
    .content__image-wrap--half {
        width: 100%;
	}
    .comment-list ul.children {
        padding: 0;
        margin: 0;
	}
    .menu-columns {
        padding: 30px;
	}
    .comment-text {
        width: 100%;
	}
    .container {
        margin-left: 8%;
        margin-right: 8%;
        padding-right: 0;
        padding-left: 0;
	}
    .tax-image {
        left: 0;
        width: 100%;
	}
    .col-md-6.menu-columns {
        padding: 45px;
	}
    #go-up,
    #shp-cart,
    .mouse-icon,
    .cat-sep,
	.post-content-wrap a[rel~="category"],
	#overlay-navigation .social-links {
        display: none;
	}
    .header-icon {
        padding: 20px 15% 0 15%;
        height: 80px;
	}
	body > div.decolines.decolines--fixed > div:nth-child(1),
    body > div.decolines.decolines--fixed > div:nth-child(5),
    .gg-lines-header {
    	top: 80px!important;
	}
    .gg-lines-header {
        height: calc(70% - 80px);
	}
    .front-page .gg-lines-header {
        height: calc(90% - 80px);
	}
    .header-icon__icon {
        width: calc(8% - 10px);
        right: 10%;
	}
    .gg-lines-header__tagline,
    .header-breadcrumb {
        font-size: 1.6rem;
        letter-spacing: 2px;
	}
	.front-page .gg-lines-header__title {
        font-size: 5rem;
        padding: 0 0 2%;
    }
	#parallax .decolines {
	    height: 1%;
	}
    #header-search-form {
        display: none;
	}
    #logo-icon {
        padding: 0 65px 0 0;
        text-align: left;
	}
	#glyphs {
		padding: 0;
	}
    .glyph .glyph-icon {
        padding: 0;
	}
    .glyph .glyph-icon:before {
        font-size: 32px;
	}
    .blog-grid .recipes table,
    #recipe-details,
    .post-content-wrap table{
        display: none;
	}
    .container-fluid {
        padding-right: 15px;
        padding-left: 15px;
	}
    .row {
        margin-right: -15px;
        margin-left: -15px;
	}
    .col-xs-1,
    .col-sm-1,
    .col-md-1,
    .col-lg-1,
    .col-xs-2,
    .col-sm-2,
    .col-md-2,
    .col-lg-2,
    .col-xs-3,
    .col-sm-3,
    .col-md-3,
    .col-lg-3,
    .col-xs-4,
    .col-sm-4,
    .col-md-4,
    .col-lg-4,
    .col-xs-5,
    .col-sm-5,
    .col-md-5,
    .col-lg-5,
    .col-xs-6,
    .col-sm-6,
    .col-md-6,
    .col-lg-6,
    .col-xs-7,
    .col-sm-7,
    .col-md-7,
    .col-lg-7,
    .col-xs-8,
    .col-sm-8,
    .col-md-8,
    .col-lg-8,
    .col-xs-9,
    .col-sm-9,
    .col-md-9,
    .col-lg-9,
    .col-xs-10,
    .col-sm-10,
    .col-md-10,
    .col-lg-10,
    .col-xs-11,
    .col-sm-11,
    .col-md-11,
    .col-lg-11,
    .col-xs-12,
    .col-sm-12,
    .col-md-12,
    .col-lg-12 {
        padding-right: 15px;
        padding-left: 15px;
	}
    #content {
        margin: 30px 0;
	}
    .post-content-wrap {
        padding: 30px;
	}
    .table-cell .text-center {
        padding: 30px;
	}
    .table-cell,
    .table-container,
    .dish-figure-wrap {
        padding: 0;
	}
    .alert {
        padding: 30px 40px 30px 30px;
	}
    #primary.col-lg-8 .section-sc-wrap,
    .home .section-sc-wrap{
        padding: 30px;
	}
    .blog .flex-row {
        display: block;
	}
    .blog article .post-img-wrap {
        height: 300px;
	}
	.blog-grid > .col-sm-12 {
	    width: 100%;
	}
    .post-content-wrap {
        display: inline-block;
        width: 100%;
	}
	blockquote {
        font-size: 2.0rem;
        line-height: 3.2rem;
	}
	blockquote p, q p {
        padding: 0 20px;
    }
    .slide-press ul {
        width: 90%;
    }
    .dish-wrap-100 {
        width: calc(100% + 30px);
        margin-left: -15px;
    }
    .dish-wrap-100 .child-tax-title {
        padding: 30px 30px 0;
    }
    .panel-heading {
        padding: 18px 30px;
    }
    .panel-body {
        padding: 30px;
    }
    .counter {
        font-size: 50px;
    }
    .alert .alert-content:before {
        font-size: 18px;
        border-radius: 80px;
        width: 40px;
        height: 40px;
        margin-right: 30px;
        line-height: 35px;
    }
    .entry-title {
        font-size: 4.0rem;
        line-height: 5.0rem;
    }
    .woocommerce .quantity .qty {
        width: 90px;
    }
    .comment-text .star-rating {
        clear: both;
        float: none;
    }
    .woocommerce #reviews #comments ol.commentlist li img.avatar {
        left: calc(50% - 31px);
    }
}
@media only screen and (max-width: 800px) {
	.col-md-6.tax-image {
        left: 15px;
        width: calc(100% - 30px);
	}
}
@media only screen and (min-width: 601px) and (max-width: 782px) {
	body.admin-bar::after {
		top: 46px;
		height: calc(100% - 46px);
	}
	body.admin-bar > div.decolines.decolines--fixed > div:nth-child(1),
	body.admin-bar > div.decolines.decolines--fixed > div:nth-child(5),
	body.admin-bar .gg-lines-header {
		top: calc(10% + 46px)!important;
	}
	body.admin-bar #parallax {
		margin-top: 46px;
		height: calc(70% - 46px);
	}
	body.admin-bar .gg-lines-header {
		height: calc(60% - 46px);
	}
	body.front-page.admin-bar #parallax {
		margin-top: 46px;
		height: calc(80% - 46px);
	}
	body.front-page.admin-bar .gg-lines-header {
		height: calc(70% - 46px);
	}
}
@media only screen and (max-width: 767px) {
    .gg-nav-trigger,
    .gg-overlay-nav-trigger {
        right: 15px;
	}
    .table-responsive {
        border: none;
	}
    .related.products {
        display: none;
	}
    .dish-figure-wrap {
        width: 100%;
	}
    .woocommerce ul.products li.product,
    .woocommerce-page ul.products li.product {
        margin: 0 0 60px;
        width: 100%;
        text-align: center;
	}
	.woocommerce ul.products li.product .woocommerce-loop-category__title, 
	.woocommerce ul.products li.product .woocommerce-loop-product__title, 
	.woocommerce ul.products li.product h3 {
        font-size: 2.0rem;
        line-height: 2.8rem;
    }
}
@media screen and (max-width: 600px) {
	body.admin-bar .header-icon {
		position: absolute;
		border-top: 20px solid #fff;
		padding: 0 20px;
	}
	body.admin-bar::after {
		border-top: none;
	}
	body.admin-bar > .decolines {
		display: none!important;
	}
	body.admin-bar #logo-icon {
		top: 10px;
	}
	body.admin-bar #parallax {
		margin-top: 46px;
		height: calc(70% - 46px);
	}
	body.admin-bar .gg-lines-header {
		height: calc(60% - 46px);
	}
	body.front-page.admin-bar #parallax {
		margin-top: 46px;
		height: calc(80% - 46px);
	}
	body.front-page.admin-bar .gg-lines-header {
		height: calc(70% - 46px);
	}
}
@media all and (max-width: 420px) {
    body > .decolines > div:nth-child(3),
    body > .decolines > div:nth-child(7) {
        left: calc(100% - 22px)!important;
	}
    body > .decolines > div:nth-child(4),
    body > .decolines > div:nth-child(8) {
        left: 20px!important;
	}
    .container,
    #parallax {
        margin-left: 20px!important;
        margin-right: 20px!important;
	}
    .container,
    .last-footer,
    #parallax,
    .gg-lines-header,
    #logo-icon {
        width: calc(100% - 40px)!important;
	}
    .last-footer,
    #logo-icon {
        left: 20px;
	}
	.col-md-6.tax-image {
        left: 0;
        width: 100%;
	}
}
@media only screen and (max-width: 409px) {
    .woocommerce #reviews #comments ol.commentlist li .comment-text {
        width: 100%;
        margin: 80px 0 0;
	}
}
/* Landscape */

@media screen and (max-device-width: 740px) and (orientation: landscape) {
    .header-icon {
        height: 20%;
	}
    .last-footer {
        height: calc(20% - 20px);
	}
    body > div.decolines.decolines--fixed > div:nth-child(1),
	body > div.decolines.decolines--fixed > div:nth-child(5) {
        top: 20%!important;
	}
    body > .decolines > div:nth-child(2),
    body > .decolines > div:nth-child(6) {
        top: 80%!important;
	}
    #parallax {
        height: 80%;
	}
    .gg-lines-header {
        height: 60%;
        top: 20%!important;
	}
	.gg-main-content {
        top: 80%;
	}
	#parallax .decolines {
		top: 50%;
	}
	.gg-overlay-nav li {
		padding: 10px 0;
	}
}
