/*********************************************************************************************

Theme Name: Gourmand
Theme URI: https://www.wpzoom.com/themes/gourmand
Version: 1.1.0
Private: true
Author: WPZOOM
Author URI: https://www.wpzoom.com
Description: Gourmand is a classy WordPress theme dedicated to food blogs. Stylish and highly practical, it is meant to help foodies display their recipes in a beautiful manner. Created with flexibility in mind, Gourmand it the perfect choice for those who seek simple, yet versatile layouts for their food blog.
Tags:  two-columns, right-sidebar, custom-colors, custom-menu, featured-images, theme-options, translation-ready
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: wpzoom
Domain Path: /languages/
Requires PHP: 7.4
Tested up to: 6.8

The PHP code portions of this WPZOOM theme are subject to the GNU General Public
License, version 2. All images, cascading style sheets, and JavaScript elements are
released under the WPZOOM Proprietary Use License.


**********************************************************************************************

WARNING! DO NOT EDIT THIS FILE!

To make it easy to update your theme, you should not edit the styles in this file. Instead
add your styles in Customizer > Additional CSS.

**********************************************************************************************

*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0; }

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;
  vertical-align: top; }

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

figure {
  margin: 0; }

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

pre {
  overflow: auto; }

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

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

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

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

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

input {
  line-height: normal; }

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

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

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

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

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

p {
  margin: 0; }

/*--------------------------------------------------------------
# Color Scheme
--------------------------------------------------------------*/
body {
  color: #555; }

a {
  color: #000000; }

a:hover, a:focus {
  color: rgba(0, 0, 0, 0.5); }

.section-title {
  color: #000000; }
  .section-title:after {
    background: #000000; }

.navbar-wpz ul {
  background: #ffffff; }

.navbar-wpz > li > ul:before {
  border-bottom: 7px solid #ffffff; }

.navbar-wpz > li > ul:after {
  border-bottom: 8px solid #ffffff; }

/*.main-navbar {
  border-top: 2px solid $light_color;
  border-bottom: 2px solid $light_color;
}*/
.wpzoom-media-widget .post_thumb_withbg .featured_page_content:hover h3.title {
  color: #000000; }

.single .wpz-float-sharing {
  color: #000000; }

.single .wpz-float-sharing .sd-content ul li a.sd-button::before {
  color: #000000 !important; }

.single .wpz-float-sharing .sd-content ul li a.sd-button {
  box-shadow: inset 0 0 0 1px #000000; }

.single .wpz-float-sharing .sd-content ul li a.sd-button:hover {
  color: #ffffff !important;
  box-shadow: inset 0 0 0 1px #000000; }

.single .wpz-float-sharing .sd-content ul li a.sd-button:hover:before {
  color: #ffffff !important; }

.column-widgets:after {
  background: #000000; }

.section-footer .zoom-instagram-widget a.ig-b-v-24:hover {
  background: #000000; }

#sidebar .wpzoom-bio {
  background: #ffffff; }

.infinite-scroll #infinite-handle span {
  background: #000000; }
  .infinite-scroll #infinite-handle span:hover {
    background: #555555; }

div.wpforms-container-full .wpforms-form input[type=submit],
div.wpforms-container-full .wpforms-form button[type=submit],
div.wpforms-container-full .wpforms-form .wpforms-page-button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  background-color: #000000;
  color: #fff; }
  div.wpforms-container-full .wpforms-form input[type=submit]:hover,
  div.wpforms-container-full .wpforms-form button[type=submit]:hover,
  div.wpforms-container-full .wpforms-form .wpforms-page-button:hover,
  button:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover {
    background: #555555;
    color: #fff; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #000;
  border: 2px solid #ddd; }
  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 {
    border-color: #444; }

select {
  border: 2px solid #ddd; }

#sidebar .widget.widget_wysija .title {
  background: #000000; }

.widget_wysija .wysija-submit {
  background: #000000; }

.readmore_button a {
  background: #000000; }
  .readmore_button a:hover {
    background: #555555; }

.entry-content a {
  color: #555555; }

.zoom-twitter-widget a {
  color: #000000; }

.zoom-twitter-widget a:hover {
  color: #555555; }

.zoom-twitter-widget time:hover {
  color: #555555; }

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  background: #000000; }

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  background: #000000; }

.woocommerce ul.products li.product h3:hover {
  color: #000000; }

.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
  background: #555555 !important; }

.single #jp-relatedposts .jp-relatedposts-items-visual h4.jp-relatedposts-post-title a:hover {
  color: #000000; }

/* new */
.carousel-slider .flickity-page-dots .dot {
  border: 2px solid #999999; }
  .carousel-slider .flickity-page-dots .dot:hover, .carousel-slider .flickity-page-dots .dot.is-selected {
    background: #000000;
    border: 2px solid #000000; }

.flickity-prev-next-button {
  background: #000000; }
  .flickity-prev-next-button:hover {
    background: #000000; }

.wpzoom-featured-cat h3.title a {
  color: #000000; }

.popular-recipes ol li {
  border-bottom: 1px solid #cccccc; }
  .popular-recipes ol li::before {
    color: #000000;
    border: 1px solid #cccccc; }

.widget .tabbertab {
  border: 1px solid #cccccc; }

.widget .tabbernav .tabberactive {
  border: 1px solid #cccccc;
  border-bottom: none; }

.site-footer {
  color: #ffffff;
  background: #000000; }
  .site-footer a {
    color: #ffffff; }

.footer-widgets {
  color: #ffffff; }
  .footer-widgets a {
    color: #ffffff; }
    .footer-widgets a:hover, .footer-widgets a:active {
      color: #ffffff;
      opacity: 0.5; }

.footer-menu ul li::after {
  color: #ffffff; }

.footer-menu a {
  color: #ffffff; }
  .footer-menu a:hover, .footer-menu a:active {
    color: #ffffff;
    opacity: 0.5; }

.site-info {
  border-top: 2px solid rgba(255, 255, 255, 0.1); }

.gourmand-index-search {
  background: #f2f2f2; }

.widget .title {
  color: #000000; }

.food-index-main h2.entry-title {
  color: #000000; }

.sb-search form {
  background: #000000; }

.sb-search input {
  color: #000000; }

.sb-search .sb-search-submit:hover {
  background: #000000; }

.sb-search .sb-icon-search {
  color: #000000; }

.sb-search .sb-icon-search:hover {
  color: #000000; }

.home-widgetized-sections .widget .title a:hover {
  color: #000000; }

.home-widgetized-mid .inner-wrap::before, .home-widgetized-mid .inner-wrap::after {
  color: #ead3c9; }

.home-widgetized-mid .inside-inner-wrap::before, .home-widgetized-mid .inside-inner-wrap::after {
  color: #ead3c9; }

/* slicknav */
.slicknav_nav {
  background: #000000; }
  .slicknav_nav a {
    color: #ffffff; }
  .slicknav_nav ul ul {
    background: #f0f0f0; }
  .slicknav_nav .slicknav_arrow:after {
    color: #ffffff; }
  .slicknav_nav .slicknav_arrow:hover {
    background: #f0f0f0; }
    .slicknav_nav .slicknav_arrow:hover:after {
      background: #f0f0f0; }
  .slicknav_nav .slicknav_open .slicknav_arrow {
    background: #f0f0f0; }
    .slicknav_nav .slicknav_open .slicknav_arrow:after {
      background: #f0f0f0; }
  .slicknav_nav .slicknav_open .slicknav_item > a {
    box-shadow: inset 0 -1px 0 #ffffff; }

.slicknav_menu .slicknav_open .slicknav_icon-bar {
  background-color: #ffffff; }

.slicknav_menu .sb-search {
  box-shadow: 0 0 0 1px #ffffff; }
  .slicknav_menu .sb-search:hover, .slicknav_menu .sb-search:focus-within {
    box-shadow: 0 0 0 1px #000000; }

.slicknav_menu .slicknav_menutxt {
  color: #000000; }

.slicknav_menu .slicknav_icon-bar {
  background-color: #000000; }

/* end */
/* Navigation */
div.navigation a {
  color: #555; }
  div.navigation a:hover {
    background: #000000;
    color: #000000; }

div.navigation span.current {
  background: #000000; }

div.navigation a.btn-primary {
  background: #000000; }
  div.navigation a.btn-primary:hover {
    background: #555555; }

#comments > h3 {
  color: #000000;
  border-bottom: 1px solid #ffffff; }

.commentlist .comment {
  border-bottom: 1px solid #ffffff; }

#respond > h3 {
  color: #000000; }

.home .content-area:not(.full-layout) .recent-posts .post.sticky .entry-content {
  color: #555; }

.recent-posts.blog-view .post {
  position: relative; }
  .recent-posts.blog-view .post:after {
    content: '............................................................................................................................................';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    font-size: 20px;
    letter-spacing: 2px;
    line-height: 1;
    color: rgba(0, 0, 0, 0.3);
    overflow: hidden; }
  .recent-posts.blog-view .post:last-child:after {
    display: none; }

.entry-title .edit-link a:hover, .entry-title .edit-link a:active {
  color: #000000; }

.entry-meta {
  color: #555; }
  .entry-meta span + span:before {
    color: #000000; }
  .entry-meta a {
    color: #555; }
    .entry-meta a:hover, .entry-meta a:active {
      color: #000000; }

.entry-body span.entry-date, .entry-body span.comments-link, .entry-body span.entry-author, .entry-body span.edit-link {
  color: #555; }

.entry-body span.entry-date + span::before, .entry-body span.comments-link + span::before, .entry-body span.entry-author + span::before, .entry-body span.edit-link + span::before {
  color: #000000; }

.entry-body span.entry-date a, .entry-body span.comments-link a, .entry-body span.entry-author a, .entry-body span.edit-link a {
  color: #555; }

.entry-body span.entry-date a:hover, .entry-body span.entry-date a:active {
  color: #000000; }

.entry-body span.comments-link a:hover, .entry-body span.comments-link a:active {
  color: #000000; }

.entry-body span.entry-author a:hover, .entry-body span.entry-author a:active {
  color: #000000; }

.entry-body span.edit-link a:hover, .entry-body span.edit-link a:active {
  color: #000000; }

.single .entry-content {
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

.single .post_author {
  border-top: 1px solid #ffffff; }

.single .post_author .author-title {
  color: #000000; }
  .single .post_author .author-title a {
    color: #000000; }
    .single .post_author .author-title a:hover {
      color: #000000; }

.single .post_author .author-bio {
  color: #555; }

.single .share:before {
  background: #cccccc; }

.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
  color: #000000; }

.entry-content a {
  color: #000000; }
  .entry-content a:hover {
    color: #555555;
    text-decoration: none; }

.entry-content blockquote {
  color: #000000;
  border-left: solid 3px #ffffff; }

.tag_list a {
  background: #ffffff; }
  .tag_list a:hover {
    color: #000000; }

.wpz_top_disclosure {
  border: 1px dashed #d2d2d2; }

@media screen and (max-width: 979px) {
  #header_wrapper_mob {
    border-bottom: 2px solid #ffffff; }
  .main-navbar.sticky {
    border-bottom: 2px solid #ffffff; } }

.sb-search .sb-search-input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.8); }

.sb-search .sb-search-input:-moz-placeholder {
  color: rgba(0, 0, 0, 0.8); }

.sb-search .sb-search-input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.8); }

.sb-search .sb-search-input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.8); }

#sidebar .zoom-instagram-widget a.ig-b-v-24 {
  background: #000000; }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
@font-face {
  font-family: 'gourmand';
  src: url("fonts/gourmand.eot");
  src: url("fonts/gourmand.eot") format("embedded-opentype"), url("fonts/gourmand.ttf") format("truetype"), url("fonts/gourmand.woff") format("woff"), url("fonts/gourmand.svg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }

[class^="gourmand-envelope-"], [class*=" gourmand-envelope-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'gourmand' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.gourmand-print1:before {
  content: "\e900"; }

.gourmand-mail:before {
  content: "\e901"; }

.gourmand-utensils:before {
  content: "\e902"; }

.gourmand-wineglass:before {
  content: "\e903"; }

.gourmand-mailbox:before {
  content: "\e904"; }

.gourmand-send:before {
  content: "\e905"; }

.gourmand-instagram:before {
  content: "\ea92"; }

.gourmand-twitter:before {
  content: "\e600"; }

.gourmand-facebook1:before {
  content: "\e601"; }

.gourmand-pinterest:before {
  content: "\e603"; }

.gourmand-close:before {
  content: "\e906"; }

.gourmand-search:before {
  content: "\e907"; }

.gourmand-chevron-thin-down:before {
  content: "\e908"; }

.gourmand-cart:before {
  content: "\e909"; }

.gourmand-envelope-o:before {
  content: "\e90a"; }

.gourmand-mail-envelope-closed:before {
  content: "\e90b"; }

.gourmand-printer1:before {
  content: "\e90c"; }

.gourmand-facebook:before {
  content: "\e90d"; }

.gourmand-brand:before {
  content: "\e90d"; }

.gourmand-social:before {
  content: "\e90d"; }

.gourmand-print:before {
  content: "\e90e"; }

.gourmand-printer:before {
  content: "\e90f"; }

/* Headings */
h1, h2, h3, h4, h5, h6 {
  font-weight: 300;
  line-height: 1.1;
  margin: 0; }

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
  font-weight: normal;
  line-height: 1; }

h1 small, h2 small, h3 small {
  font-size: 65%; }

h4 small, h5 small, h6 small {
  font-size: 75%; }

h1 {
  font-size: 36px; }

h2 {
  font-size: 30px; }

h3 {
  font-size: 24px; }

h4 {
  font-size: 18px; }

h5 {
  font-size: 14px; }

h6 {
  font-size: 12px; }

.section-title {
  position: relative;
  font-size: 26px;
  font-weight: 600;
  font-family: "Inter", sans-serif;
  padding: 0 0 15px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
  margin: 0 0 35px; }
  .section-title:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    height: 2px;
    width: 70px; }

p {
  margin-bottom: 15px; }

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

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

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

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

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

mark, ins {
  text-decoration: none; }

big {
  font-size: 125%; }

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

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

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

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

ul, ol {
  margin: 0 0 1.5em 1em;
  padding: 0; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

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

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

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

table {
  border-collapse: collapse;
  margin: 0 0 1.5em;
  width: 100%; }

thead th {
  border-bottom: 2px solid #bbb;
  padding-bottom: 0.5em; }

th {
  padding: 0.4em;
  text-align: left; }

tr {
  border-bottom: 1px solid #eee; }

td {
  padding: 0.4em; }

th:first-child,
td:first-child {
  padding-left: 0; }

th:last-child,
td:last-child {
  padding-right: 0; }

.floatleft {
  float: left; }

.floatright {
  float: right; }

.sticky, .bypostauthor {
  text-align: left; }

.hidden {
  display: none; }

.wp-post-image {
  border-radius: 4px; }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
div.wpforms-container-full .wpforms-form input[type=submit],
div.wpforms-container-full .wpforms-form button[type=submit],
div.wpforms-container-full .wpforms-form .wpforms-page-button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: none;
  padding: 12px 15px;
  transition: 0.2s ease all;
  font-weight: 600;
  border-radius: 4px;
  width: auto; }

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 {
  padding: 12px 15px;
  transition: 0.2s ease all;
  border-radius: 4px;
  background: #fff;
  width: auto; }

select {
  color: #000;
  border-radius: 4px; }

textarea {
  width: 100%; }

label {
  display: block;
  margin-bottom: 10px;
  font-weight: 400; }

.wpforms-container .wpforms-field-label,
div.wpforms-container-full .wpforms-form .wpforms-field-label,
.contact-form label {
  display: block;
  margin-bottom: 10px;
  font-weight: 500 !important; }

.site-footer button {
  color: white;
  background: #555; }

.site-footer input[type=button], .site-footer input[type=reset], .site-footer input[type=submit] {
  color: white; }

.site-footer button:hover {
  color: #fff; }

.site-footer input[type=button]:hover, .site-footer input[type=reset]:hover, .site-footer input[type=submit]:hover {
  color: #fff; }

.site-footer input[type="text"],
.site-footer input[type="email"],
.site-footer input[type="url"],
.site-footer input[type="password"],
.site-footer input[type="search"],
.site-footer input[type="number"],
.site-footer input[type="tel"],
.site-footer input[type="range"],
.site-footer input[type="date"],
.site-footer input[type="month"],
.site-footer input[type="week"],
.site-footer input[type="time"],
.site-footer input[type="datetime"],
.site-footer input[type="datetime-local"],
.site-footer input[type="color"],
.site-footer textarea {
  border-color: transparent; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts Pagination
--------------------------------------------------------------*/
/* Navigation */
div.navigation {
  position: relative;
  text-align: center;
  margin: 50px 0;
  font-size: 18px;
  font-weight: normal; }
  div.navigation a {
    display: inline-block;
    vertical-align: top;
    padding: 2px 12px;
    height: 34px;
    border-radius: 50%;
    margin: 0;
    transition: all .25s ease-in-out; }
    div.navigation a:hover {
      color: #ffffff; }
  div.navigation .page-numbers:not(.next):not(.prev) {
    padding: 0;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center; }
  div.navigation span.current {
    display: inline-block;
    font-weight: bold;
    color: #ffffff;
    border-radius: 50%; }
  div.navigation span.pages {
    margin-right: 15px;
    display: none; }
  div.navigation span.dots {
    color: #999;
    line-height: 100%;
    margin: 0 5px; }
  div.navigation small {
    font-size: 12px;
    vertical-align: 5%; }
  div.navigation .alignleft, div.navigation .alignright {
    margin: 0; }
  div.navigation .prev, div.navigation .next {
    display: inline-flex;
    align-items: center;
    overflow: hidden;
    transition-duration: 200ms;
    border-radius: 3px; }
  div.navigation .prev {
    margin: 0 10px 0 0; }
  div.navigation .next {
    margin: 0 0 0 10px; }
  div.navigation a:hover .wpz-arrow {
    background-color: #ffffff; }
    div.navigation a:hover .wpz-arrow::before, div.navigation a:hover .wpz-arrow::after {
      background-color: #ffffff; }
  div.navigation a.btn-primary {
    font-weight: 400;
    text-align: center;
    margin: 0 0 30px;
    display: inline-block;
    color: #ffffff;
    height: auto;
    padding: 10px 30px;
    transition-duration: 200ms; }
    div.navigation a.btn-primary:hover {
      color: #ffffff; }

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  text-decoration: none;
  transition: 0.1s ease all; }
  a:hover, a:focus, a:active {
    text-decoration: none; }
  a:hover, a:active {
    outline: 0; }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
/* Menu */
.sf-menu {
  margin: 0;
  padding: 0;
  list-style: none; }
  .sf-menu * {
    margin: 0;
    padding: 0;
    list-style: none; }
  .sf-menu li {
    position: relative; }
  .sf-menu ul {
    position: absolute;
    display: none;
    top: 100%;
    left: 0;
    z-index: 99; }
  .sf-menu > li {
    float: left; }
  .sf-menu li:hover > ul, .sf-menu li.sfHover > ul {
    display: block; }
  .sf-menu a {
    display: block;
    position: relative; }
  .sf-menu ul ul {
    top: 0;
    left: 100%; }

.sf-arrows .sf-with-ul:after {
  content: "\f347";
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  font: normal 12px/16px 'dashicons';
  vertical-align: middle;
  margin: 0 0 0 4px; }

.sf-arrows ul .sf-with-ul:after {
  content: "\f345";
  font: normal 12px/9px 'dashicons';
  float: right; }

.sf-arrows ul li > .sf-with-ul:focus:after, .sf-arrows ul li:hover > .sf-with-ul:after {
  border-left-color: white; }

.sf-arrows ul .sfHover > .sf-with-ul:after {
  border-left-color: white; }

.navbar-wpz {
  position: relative;
  z-index: 100; }
  .navbar-wpz > li {
    padding: 0; }
    .navbar-wpz > li:first-child {
      padding-left: 0; }
    .navbar-wpz > li:last-child {
      margin-right: 0; }
  .navbar-wpz a {
    padding: 10px 15px;
    transition: 0.1s ease all; }
  .navbar-wpz ul {
    text-align: left;
    margin: 0;
    padding: 5px 0;
    font-size: 16px;
    left: 10%;
    width: 220px;
    border: none;
    border-radius: 3px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1); }
    .navbar-wpz ul a {
      text-align: left; }
    .navbar-wpz ul a {
      line-height: 1.5;
      padding: 10px 15px;
      font-size: 16px;
      font-family: "Inter", sans-serif;
      font-weight: normal;
      text-transform: none; }
      .navbar-wpz ul a:hover, .navbar-wpz ul a:active {
        background: #f0f0f0; }
    .navbar-wpz ul ul {
      right: 100%;
      margin-top: 0px; }
  .navbar-wpz .current-menu-item > a, .navbar-wpz .current_page_item > a, .navbar-wpz .current-menu-parent > a {
    font-weight: 600; }

.navbar-wpz a:hover, .navbar-wpz a:active {
  text-decoration: none;
  /*color: #000;*/ }

/* Main Menu */
.main-navbar {
  text-align: center;
  text-transform: none;
  padding: 0;
  max-width: 1200px;
  margin: 0 auto 40px;
  min-height: 50px; }
  .main-navbar.sticky #navbar-main {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    background: #fff;
    width: 100%;
    max-width: none;
    border-top: 0;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    margin: 0;
    transition: .2s ease all; }
  .main-navbar .inner-wrap {
    position: relative; }

.admin-bar .main-navbar.sticky #navbar-main {
  top: 32px; }

@media screen and (max-width: 980px) {
  .main-navbar.sticky #navbar-main {
    overflow-y: scroll;
    overflow-x: hidden; } }

@media screen and (max-width: 782px) {
  .admin-bar .main-navbar.sticky #navbar-main {
    top: 46px; } }

@media screen and (max-width: 600px) {
  .admin-bar .main-navbar.sticky #navbar-main {
    top: 0; } }

.main-navbar:before, .main-navbar:after {
  content: " ";
  display: table; }

.top-navbar:after {
  clear: both; }

.main-navbar:after {
  clear: both; }

.main-navbar .sf-menu > li {
  display: inline-block;
  float: none; }

.main-navbar .navbar-wpz > li:last-child {
  padding-right: 0; }

.main-navbar a {
  font-size: 18px;
  font-weight: 600; }

/* Mobile Menu Icons */
.navbar-toggle {
  display: none;
  position: relative;
  float: left;
  margin: 15px 0 15px 0; }
  .navbar-toggle .icon-bar {
    display: block;
    width: 28px;
    height: 2px;
    background: #222; }
  .navbar-toggle:hover .icon-bar {
    background: #555; }
  .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 5px; }

#menu-top-slide:not(.mm-menu), #menu-main-slide:not(.mm-menu) {
  display: none; }

/* Mobile Menu Icons */
.navbar-toggle {
  display: none;
  position: relative;
  float: left;
  margin: 15px 0 15px 0; }
  .navbar-toggle .icon-bar {
    display: block;
    width: 28px;
    height: 2px;
    background: #222; }
  .navbar-toggle:hover .icon-bar {
    background: #555; }
  .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 5px; }

#menu-main-slide {
  display: none !important; }

.slicknav_btn {
  display: block;
  vertical-align: middle;
  padding: 0;
  line-height: 1.125em;
  cursor: pointer; }
  .slicknav_btn:hover {
    opacity: 0.5 !important; }

.slicknav_menu {
  position: relative;
  *zoom: 1; }
  .slicknav_menu .slicknav_menutxt {
    display: none;
    line-height: 100%;
    float: right; }
  .slicknav_menu .slicknav_icon {
    display: block;
    width: 1.125em;
    height: 0.875em;
    margin: 0; }
  .slicknav_menu .slicknav_no-text {
    margin: 0; }
  .slicknav_menu .slicknav_icon {
    width: 19px;
    height: 16px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer; }
  .slicknav_menu .slicknav_icon-bar {
    display: block;
    position: absolute;
    height: 1px;
    width: 100%;
    background: #000000;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out; }

.slicknav_collapsed .slicknav_icon span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center; }

.slicknav_collapsed .slicknav_icon span:nth-child(2) {
  top: 9px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center; }

.slicknav_collapsed .slicknav_icon span:nth-child(3) {
  top: 18px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center; }

.slicknav_open .slicknav_icon span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 5px;
  left: 0; }

.slicknav_open .slicknav_icon span:nth-child(2) {
  width: 0%;
  opacity: 0; }

.slicknav_open .slicknav_icon span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 5px;
  left: 0; }

.slicknav_nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  clear: both;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  left: 0;
  width: 100%;
  z-index: 10;
  padding: 0; }
  .slicknav_nav ul {
    display: block; }
  .slicknav_nav li {
    display: block;
    box-sizing: border-box; }
    .slicknav_nav li:last-child {
      border: none; }
  .slicknav_nav a {
    position: relative;
    font-weight: 600; }
  .slicknav_nav li.current-menu-ancestor > a, .slicknav_nav li.current-menu-parent > a, .slicknav_nav li.current-menu-item > a {
    font-weight: bold; }
  .slicknav_nav .navbar-brand-wpz {
    padding-left: 2%;
    padding-right: 2%; }
  .slicknav_nav .slicknav_btn {
    position: static; }
  .slicknav_nav .slicknav_icon-bar {
    background-color: #ffffff; }
  .slicknav_nav .slicknav_arrow {
    display: flex;
    align-items: center;
    font-size: 0.8em;
    margin: 0;
    padding: 0;
    float: none;
    transition: .1s ease-in-out; }
    .slicknav_nav .slicknav_arrow:after {
      content: "\f347";
      display: block;
      -webkit-font-smoothing: antialiased;
      font: 22px/16px 'dashicons';
      padding: 8px;
      margin: 0;
      transition: .1s ease-in-out; }
    .slicknav_nav .slicknav_arrow:hover {
      color: #000; }
      .slicknav_nav .slicknav_arrow:hover:after {
        color: #000; }
  .slicknav_nav .slicknav_open .slicknav_arrow {
    color: #000; }
    .slicknav_nav .slicknav_open .slicknav_arrow:after {
      color: #000; }
  .slicknav_nav .slicknav_item {
    cursor: pointer;
    display: flex; }
    .slicknav_nav .slicknav_item a {
      display: block; }
  .slicknav_nav a {
    display: block;
    transition: .1s ease-in-out; }
  .slicknav_nav .slicknav_parent-link a {
    display: inline; }

.slicknav_brand {
  float: left; }

.slicknav_menu * {
  box-sizing: border-box; }

.slicknav_menu .slicknav_menutxt {
  line-height: 1;
  transition: .1s ease-in-out; }

.slicknav_menu .slicknav_icon {
  margin: 0; }

.slicknav_menu .slicknav_icon-bar {
  transition: .1s ease-in-out; }

.slicknav_btn {
  padding: 0;
  text-decoration: none;
  transition: .1s ease-in-out; }

.slicknav_nav {
  color: #000;
  list-style: none;
  overflow: hidden; }
  .slicknav_nav ul {
    list-style: none;
    overflow: hidden;
    text-align: left;
    margin: 0; }
    .slicknav_nav ul ul {
      font-size: 14px;
      padding: 0;
      margin: 0; }
  .slicknav_nav .sub-menu a {
    font-weight: normal;
    text-transform: none;
    padding: 8px 16px 8px 32px; }
  .slicknav_nav li {
    padding: 0;
    margin: 0; }
    .slicknav_nav li a {
      padding: 0;
      margin: 0; }
    .slicknav_nav li:not(.slicknav_parent) a:hover {
      color: #000000;
      background: #ffffff; }
    .slicknav_nav li a a:hover {
      color: #000000;
      background: #ffffff; }
    .slicknav_nav li .sub-menu a {
      color: #000000; }
      .slicknav_nav li .sub-menu a:hover {
        background: #ffffff; }
  .slicknav_nav .slicknav_txtnode {
    margin-left: 15px; }
  .slicknav_nav .slicknav_item a {
    flex-grow: 1;
    padding: 0;
    margin: 0;
    padding: 8px 16px; }
  .slicknav_nav .menu > li > a:not(.slicknav_item) {
    padding: 8px 16px; }
  .slicknav_nav .slicknav_parent-link a {
    padding: 0;
    margin: 0; }

.slicknav_brand {
  color: #000;
  font-size: 18px;
  line-height: 30px;
  padding: 7px 12px;
  height: 44px; }

.slicknav_menu {
  display: none; }
  .slicknav_menu .sb-search {
    background: #fff; }
    .slicknav_menu .sb-search .sb-icon-search {
      display: block; }

/*--------------------------------------------------------------
## Search Bar in Main Menu
--------------------------------------------------------------*/
/* Navbar Search Form */
.sb-search form {
  display: flex;
  position: fixed;
  top: 0;
  left: 50%;
  z-index: 999;
  width: 1200px;
  max-width: 90%;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  transition: .3s ease all; }
  .sb-search form .sb-search-input {
    font-size: 16px;
    color: #fff;
    background: transparent;
    width: 100%;
    padding: 20px 30px;
    border: none;
    margin: 0;
    -webkit-appearance: none;
    transition: none; }
    .sb-search form .sb-search-input::-webkit-input-placeholder {
      color: #fff;
      opacity: .6; }
    .sb-search form .sb-search-input:-moz-placeholder {
      color: #fff;
      opacity: .6; }
    .sb-search form .sb-search-input::-moz-placeholder {
      color: #fff;
      opacity: .6; }
    .sb-search form .sb-search-input:-ms-input-placeholder {
      color: #fff;
      opacity: .6; }
  .sb-search form .sb-search-submit {
    display: none; }
  .sb-search form .sb-icon-search {
    display: flex;
    align-items: center;
    cursor: pointer;
    font-family: 'gourmand';
    font-size: 22px;
    color: #fff;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    height: 100%;
    padding: 0 20px;
    transition: 0.1s ease all;
    opacity: 0.5; }
    .sb-search form .sb-icon-search:hover {
      color: #fff;
      opacity: 1; }

.sb-search.sb-search-open form {
  transform: translate(-50%, 0%);
  opacity: 1; }

.sb-search.sb-search-closed form {
  transform: translate(-50%, -100%);
  opacity: 0; }

.sb-search .sb-search-toggle-icon {
  cursor: pointer;
  font-family: 'gourmand';
  font-size: 22px;
  color: #000000;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  transition: 0.1s ease all;
  opacity: 1; }
  .sb-search .sb-search-toggle-icon:hover {
    opacity: 0.5; }

.admin-bar .sb-search form {
  top: 32px; }

.entry-content .sb-icon-search {
  display: none; }

/*--------------------------------------------------------------
## Social Icons in Header
--------------------------------------------------------------*/
/* Header Social Icons */
.footer-social .widget,
.header_social .widget {
  margin: 0; }
  .footer-social .widget h3.title,
  .header_social .widget h3.title {
    display: none; }

.footer-social .widget .zoom-social-icons-list--no-labels.zoom-social-icons-list--without-canvas,
.header_social .widget .zoom-social-icons-list--no-labels.zoom-social-icons-list--without-canvas {
  margin: 0; }

.footer-social .zoom-social-icons-list--without-canvas .socicon,
.header_social .zoom-social-icons-list--without-canvas .socicon {
  transition: 0.3s ease all; }

.footer-social .google-auto-placed,
.header_social .google-auto-placed {
  display: none; }

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

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  float: left;
  margin-right: 15px; }

.alignright {
  float: right;
  margin-left: 15px; }

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.clearfix:before,
.clearfix: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,
.clearfix:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body {
  margin: 0;
  padding: 0;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.7;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

body.noscroll {
  position: fixed;
  overflow: hidden;
  width: 100%; }

.inner-wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0; }

#main {
  clear: both; }

.wpz-arrow {
  display: inline-block;
  position: relative;
  width: 20px;
  height: 2px;
  background-color: #555;
  transition: all .25s ease-in-out;
  margin: 0 0 0 8px; }

.wpz-arrow::after, .wpz-arrow::before {
  content: '';
  position: absolute;
  width: 10px;
  height: 2px;
  right: -3px;
  background-color: #555;
  transition: all .25s ease-in-out; }

.wpz-arrow::after {
  top: -3px;
  transform: rotate(45deg); }

.wpz-arrow::before {
  top: 3px;
  transform: rotate(-45deg); }

.wpz-arrow.left {
  transform: rotate(180deg);
  margin: 0 8px 0 0; }

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.content-area {
  float: left;
  width: 66.667%; }

.full-layout .recent-posts #infinite-handle {
  width: 100%;
  margin: 20px 0 0; }

.full-layout .recent-posts.blog-view {
  max-width: 800px;
  margin: 0 auto; }
  .full-layout .recent-posts.blog-view #infinite-handle {
    margin: 20px 0 0; }

.recent-posts {
  font-size: 0; }
  .recent-posts .post,
  .recent-posts .type-page {
    font-size: 16px;
    position: relative;
    overflow: hidden;
    margin: 0 0 40px;
    display: inline-block;
    vertical-align: top;
    width: 47.5%;
    margin: 0 5% 40px 0; }
    .recent-posts .post.regular-post:nth-of-type(2n+2),
    .recent-posts .type-page.regular-post:nth-of-type(2n+2) {
      margin-right: 0; }

@media (min-width: 800px) {
  .full-layout .recent-posts .post, .full-layout .recent-posts .type-page {
    padding: 0;
    border: none;
    margin-right: 2.25%;
    width: 31.6666666%; }
    .full-layout .recent-posts .post.regular-post:nth-of-type(2n+2), .full-layout .recent-posts .type-page.regular-post:nth-of-type(2n+2) {
      margin-right: 2.25%; }
    .full-layout .recent-posts .post.regular-post:nth-of-type(3n+3), .full-layout .recent-posts .type-page.regular-post:nth-of-type(3n+3) {
      margin-right: 0; }
    .full-layout .recent-posts .post:nth-of-type(3n+3), .full-layout .recent-posts .type-page:nth-of-type(3n+3) {
      margin-right: 0; } }

.home .content-area:not(.full-layout) .recent-posts .post.sticky {
  display: block;
  padding: 0;
  width: 100%; }
  .home .content-area:not(.full-layout) .recent-posts .post.sticky .post-thumb {
    margin: 0 0 20px;
    width: 100%; }
  .home .content-area:not(.full-layout) .recent-posts .post.sticky .entry-body {
    padding: 0 0 40px; }

.recent-posts .post-thumb {
  margin: 0 0 15px; }

.recent-posts .entry-body {
  padding: 0;
  overflow: hidden; }

.recent-posts.blog-view .type-page,
.recent-posts.blog-view .post {
  width: 100%;
  margin-right: 0;
  padding: 0 0 40px; }
  .recent-posts.blog-view .type-page .entry-body,
  .recent-posts.blog-view .post .entry-body {
    padding: 0;
    overflow: hidden; }

.recent-posts.list-view .type-page,
.recent-posts.list-view .post {
  width: 100%;
  display: flex;
  padding: 0 0 40px;
  margin: 0 0 40px;
  max-width: 100%; }
  .recent-posts.list-view .type-page:after,
  .recent-posts.list-view .post:after {
    content: '............................................................................................................................................';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    font-size: 20px;
    letter-spacing: 2px;
    line-height: 1;
    color: rgba(0, 0, 0, 0.3);
    overflow: hidden; }
  .recent-posts.list-view .type-page:last-child:after,
  .recent-posts.list-view .post:last-child:after {
    display: none; }
  .recent-posts.list-view .type-page:last-child,
  .recent-posts.list-view .post:last-child {
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 0; }
  .recent-posts.list-view .type-page.has-post-thumbnail .post-thumb,
  .recent-posts.list-view .post.has-post-thumbnail .post-thumb {
    margin: 0;
    min-width: 380px;
    width: 380px; }
  .recent-posts.list-view .type-page.has-post-thumbnail .entry-body,
  .recent-posts.list-view .post.has-post-thumbnail .entry-body {
    padding: 0 0 0 40px;
    overflow: hidden; }

.recent-posts .entry-body:only-child {
  padding: 0; }

.recent-posts .entry-body *:last-child {
  margin-bottom: 0; }

.recent-posts .entry-title {
  font-size: 28px;
  font-weight: 600; }

.entry-title {
  position: relative;
  margin: 0 0 8px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3; }
  .entry-title .edit-link {
    top: 0;
    right: 0;
    transform: translate(100%);
    font-size: 12px; }
    .entry-title .edit-link a {
      color: rgba(0, 0, 0, 0.4); }

.recipe-time, .recipe-difficulty {
  display: inline-block;
  color: rgba(0, 0, 0, 0.5);
  margin: 0 0 10px;
  font-size: 14px; }
  .recipe-time strong, .recipe-difficulty strong {
    color: #000000;
    font-weight: 600; }

.featured-grid-4 .recipe-time, .featured-grid-4 .recipe-difficulty {
  font-size: 12px; }

.home-widgetized-sections .recipe-time,
.home-widgetized-sections .recipe-difficulty {
  display: inline;
  margin-bottom: 5px; }

.recipe-time + .recipe-difficulty:before {
  content: ' \25CF ';
  font-size: 8px;
  opacity: .7;
  margin: 0 10px;
  color: #ccc;
  vertical-align: middle; }

.recipe-difficulty + .comments-link:before {
  content: ' \25CF ';
  font-size: 8px;
  vertical-align: middle;
  color: #ccc;
  opacity: .7;
  margin: 0 10px; }

.entry-content:before {
  content: " ";
  display: table; }

.entry-content:after {
  content: " ";
  display: table;
  clear: both; }

.entry-content p {
  margin-bottom: 28px;
  line-height: 1.6; }
  .entry-content p:last-child {
    margin-bottom: 0; }

.entry-content img {
  max-width: 100%;
  height: auto; }

.entry-meta {
  margin-bottom: 15px;
  letter-spacing: 1px;
  font-size: 14px; }
  .entry-meta span + span:before {
    content: " \25CF  ";
    font-size: 8px;
    margin: 0 8px;
    font-style: normal;
    vertical-align: 20%; }

.entry-body span.entry-date, .entry-body span.comments-link, .entry-body span.entry-author, .entry-body span.edit-link {
  display: inline-block;
  font-weight: normal;
  margin: 0 0 10px;
  letter-spacing: 1px;
  font-size: 14px; }

.entry-body span.cat-links + span::before, .entry-body span.entry-date + span::before, .entry-body span.comments-link + span::before, .entry-body span.entry-author + span::before, .entry-body span.edit-link + span::before {
  content: " \25CF  ";
  font-size: 8px;
  font-style: normal;
  vertical-align: 20%;
  margin: 0 8px; }

.cat-links {
  margin: 0;
  font-weight: 600;
  display: inline-block; }
  .cat-links a {
    display: inline-block; }

.more-link, .more_link {
  display: table;
  margin: 20px 0 0; }

.readmore_button {
  font-size: 16px;
  font-weight: 500;
  margin: 0 0 20px; }
  .readmore_button a {
    display: inline-block;
    color: #fff;
    padding: 5px 27px;
    border-radius: 50px;
    transition-duration: 200ms; }
    .readmore_button a:hover, .readmore_button a:active {
      color: #fff; }

/* List View */
.recent-posts.blog-view {
  display: block;
  margin: 0; }
  .recent-posts.blog-view .type-page,
  .recent-posts.blog-view .post {
    display: block;
    padding: 0 0 40px;
    margin: 0 0 40px;
    max-width: 100%; }
    .recent-posts.blog-view .type-page:last-child,
    .recent-posts.blog-view .post:last-child {
      padding-bottom: 0;
      border-bottom: none;
      margin-bottom: 0; }
  .recent-posts.blog-view .post-thumb {
    margin: 0 0 15px;
    min-width: 100%;
    width: 100%; }
    .recent-posts.blog-view .post-thumb img {
      width: 100%; }
  .recent-posts.blog-view .entry-body {
    padding: 0; }

.category_description {
  font-style: italic;
  margin: -15px 0 40px; }

/*********************************************************************************************

 7.  Single posts

 *********************************************************************************************/
.featimg-loc-right.featimg-size-normal.featimg-orient-landscape .site-sidebar {
  margin-top: 450px; }

.featimg-loc-right.featimg-size-normal.featimg-orient-portrait .site-sidebar {
  margin-top: 1020px; }

.featimg-loc-right.featimg-size-large.featimg-orient-landscape .site-sidebar {
  margin-top: 650px; }

.featimg-loc-right.featimg-size-large.featimg-orient-portrait .site-sidebar {
  margin-top: 1130px; }

.single article {
  position: relative; }

.single .entry-content {
  margin-top: 20px;
  padding-top: 25px; }

@media (min-width: 1240px) {
  .single .content-area .post-thumb.size-large {
    width: 900px;
    margin-left: -110px; }
  .single .full-width .content-area .post-thumb.size-large {
    width: 1310px;
    margin-left: -110px; } }

.entry-header {
  margin: 0 0 30px; }

.single .content-area .post-thumb {
  margin: 0 0 25px; }

.page .site-main.full-width-page > article {
  float: none;
  max-width: 100%;
  width: 100%; }

h1.entry-title {
  color: #000; }

.single h1.entry-title {
  font-size: 36px;
  text-align: left;
  line-height: 1.2;
  font-weight: 600; }

.page h1.entry-title {
  font-size: 44px;
  line-height: 1.4;
  font-weight: 600; }

.page .entry-info {
  margin-bottom: 30px; }

.single .entry-info {
  margin-bottom: 30px; }

.page .entry-category + .entry-date {
  display: inline-block; }

.single .entry-category + .entry-date {
  display: inline-block; }

.entry-content {
  margin-bottom: 20px; }
  .entry-content a {
    text-decoration: underline;
    font-weight: 500; }
    .entry-content a.wpz-sc-button {
      text-decoration: none;
      color: #fff;
      font-weight: normal; }
      .entry-content a.wpz-sc-button:hover {
        color: #fff; }
  .entry-content .wpz-sc-ilink a, .entry-content .shortcode-tabs ul.tab_titles li.nav-tab a {
    text-decoration: none; }
  .entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    margin-bottom: 15px;
    line-height: 1.4; }
  .entry-content .wp-block-image img {
    margin-bottom: 20px;
    max-width: 100%;
    height: auto; }
  .entry-content .wp-block-image .aligncenter {
    text-align: center; }
  .entry-content img.alignnone, .entry-content img.aligncenter, .entry-content img.alignleft, .entry-content img.alignright, .entry-content img.attachment-fullsize {
    margin-bottom: 20px;
    max-width: 100%;
    height: auto; }

.wp-block-image .aligncenter > figcaption, .wp-block-image.alignwide > figcaption, .wp-block-image.alignfull > figcaption, .wp-block-image .alignleft > figcaption, .wp-block-image .alignright > figcaption, .wp-block-image.is-resized > figcaption {
  display: block;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 14px;
  color: #868686; }

.entry-content .wp-block-button__link {
  text-decoration: none; }

.entry-content ul, .entry-content ol {
  margin: 0 0 20px 15px; }

.entry-content .wp-block-gallery {
  margin-left: 0;
  display: flex; }

.entry-content li {
  list-style-position: inside; }
  .entry-content li ul, .entry-content li ol {
    margin-bottom: 0; }

.entry-content ul li {
  list-style-type: disc; }

.entry-content ol li {
  list-style-type: decimal; }

.entry-content .shortcode-unorderedlist ul li {
  list-style-type: none; }
  .entry-content .shortcode-unorderedlist ul li ul {
    list-style-type: none; }

.entry-content .shortcode-unorderedlist ul li {
  list-style-type: none; }
  .entry-content .shortcode-unorderedlist ul li ul {
    list-style-type: none; }

.entry-content blockquote {
  font-style: italic;
  font-size: 22px;
  font-weight: 400;
  margin: 45px 40px;
  padding: 0 0 0 40px; }

/* Recipe Shortcodes [ingredients], [directions] */
.shortcode-ingredients {
  color: #736458;
  background-color: #FBF9E7;
  border-radius: 3px;
  margin: 30px 0;
  padding: 30px 30px 15px; }
  .shortcode-ingredients > h3 {
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 0 10px; }

.shortcode-directions > h3 {
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0 0 10px; }

.shortcode-ingredients > ul {
  margin: 0;
  list-style: none; }
  .shortcode-ingredients > ul > li {
    list-style: none;
    padding: 0 0 13px;
    margin: 0 0 13px;
    border-bottom: 1px solid #e9e5c9;
    position: relative;
    cursor: pointer;
    line-height: 1.7; }
    .shortcode-ingredients > ul > li:hover {
      text-decoration: line-through; }
    .shortcode-ingredients > ul > li span.tick {
      display: inline-block;
      vertical-align: middle;
      width: 18px;
      height: 18px;
      margin: 0 10px 0 0;
      border-radius: 50%;
      border: 2px solid #DEDAB6;
      cursor: pointer;
      position: relative; }
      .shortcode-ingredients > ul > li span.tick.ticked {
        border: 2px solid #9AD093;
        background: #9AD093;
        -webkit-box-shadow: inset 0px 0px 0px 2px #FBF9E7;
        -moz-box-shadow: inset 0px 0px 0px 2px #FBF9E7;
        box-shadow: inset 0px 0px 0px 2px #FBF9E7; }
    .shortcode-ingredients > ul > li.ticked {
      text-decoration: line-through; }

.shortcode-directions {
  margin: 40px 0; }
  .shortcode-directions > ol {
    counter-reset: count;
    line-height: normal;
    margin: 0;
    list-style: none; }
    .shortcode-directions > ol > li {
      list-style: none;
      position: relative;
      line-height: 1.8;
      min-height: 44px;
      padding-left: 40px;
      margin: 0 0 30px; }
      .shortcode-directions > ol > li:before {
        counter-increment: count;
        content: counter(count);
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        font-size: 24px;
        font-weight: 500;
        text-transform: uppercase;
        line-height: 1.4;
        width: 35px;
        vertical-align: middle;
        padding: 0;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        margin-right: 20px; }
      .shortcode-directions > ol > li:last-child {
        margin: 0; }

/* Galleries */
.entry-content .gallery a:hover {
  opacity: 0.6;
  transition: opacity 0.25s ease-in-out; }

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

.gallery-columns-1 .gallery-item {
  max-width: 100%; }

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

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

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

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

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

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

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

.gallery-icon img {
  margin: 0 auto; }

.wp-caption-text, .gallery-caption {
  color: #868686;
  margin: 0;
  padding: 15px 0;
  text-align: center;
  display: block;
  font-style: italic;
  line-height: 1.4; }

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

/* Images align */
.entry-content .aligncenter, div.aligncenter {
  display: block;
  clear: both;
  margin-left: auto;
  margin-right: auto; }

.alignleft, .entry-content .alignleft {
  float: left;
  margin-right: 15px; }

.alignright {
  float: right;
  margin-left: 15px; }

.entry-content .alignright {
  float: right;
  margin-left: 15px; }

.entry-content .wp-caption {
  width: auto;
  text-align: center; }
  .entry-content .wp-caption img {
    background: none;
    margin: 0;
    border: 0 none;
    max-width: 100%;
    width: auto;
    height: auto; }
  .entry-content .wp-caption.aligncenter {
    margin: 0 auto 15px; }

/* Gutenberg Images */
.wp-block-group > .wp-block-group__inner-container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto; }

.entry-content .alignfull {
  margin-left: calc( -100vw / 2 + 100% / 2);
  margin-right: calc( -100vw / 2 + 100% / 2);
  width: 100vw;
  max-width: 100vw; }
  .entry-content .alignfull .wp-block-cover__inner-container,
  .entry-content .alignfull .wp-block-group__inner-container {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto; }
  .entry-content .alignfull .alignfull,
  .entry-content .alignfull .alignfull:not(.wp-block-group):not(.wp-block-post-featured-image):not(.wp-block-query):not(.wpzoom-blocks_portfolio-block):not(.wp-block-cover):not(.wp-block-columns) img {
    width: 100vw;
    max-width: 100vw; }

.entry-content .alignfull,
.entry-content .alignfull.wp-block-image img {
  position: relative;
  z-index: 6; }

@media only screen and (min-width: 1390px) {
  .entry-content .alignwide,
  .entry-content ul.wp-block-gallery.alignwide {
    margin-left: -125px;
    margin-right: -125px;
    max-width: 1450px;
    position: relative;
    z-index: 6; } }

/* Caption for images */
img.wp-smiley {
  border: none;
  padding: 0; }

#snippet-box {
  width: 100% !important;
  float: none !important; }

/* Jetpack Related Posts */
h4.jp-relatedposts-post-title {
  margin: 10px 0 5px !important;
  font-weight: 400; }

#jp-relatedposts h3.jp-relatedposts-headline em {
  font-weight: 500 !important; }

.single div#jp-relatedposts h3.jp-relatedposts-headline {
  text-transform: uppercase;
  text-align: center;
  font-size: 18px;
  font-weight: 500; }
  .single div#jp-relatedposts h3.jp-relatedposts-headline em:before {
    display: none; }

/* Tags */
.tag_list {
  position: relative;
  margin-top: 40px; }
  .tag_list h4 {
    margin: 0 0 15px;
    font-size: 20px;
    font-weight: bold;
    color: #000000; }
  .tag_list a {
    display: inline-block;
    transition: all .25s ease-in-out;
    text-decoration: none;
    font-size: 14px;
    margin: 0 10px 0 0;
    padding: 5px 25px;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 100px;
    position: relative;
    z-index: 5;
    font-weight: 600;
    text-transform: capitalize; }
    .tag_list a:hover {
      color: #ffffff;
      background: #000000; }

/* Sharing Buttons */
.entry-content div.sharedaddy.sd-sharing-enabled {
  display: none; }

.single .entry-body {
  position: relative; }

.single .share::after {
  content: "";
  display: block;
  height: 3px;
  border-top: 4px dotted #eee;
  margin: 50px 0 40px; }

.single .share a {
  display: inline-block;
  transition: all .25s ease-in-out;
  text-decoration: none;
  font-size: 14px;
  margin: 0 10px 0 0;
  padding: 5px 25px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 100px;
  position: relative;
  z-index: 5;
  font-weight: 600;
  text-transform: capitalize; }
  .single .share a:hover {
    color: #ffffff;
    background: #000000; }
  .single .share a:before {
    content: "\f301";
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    font: normal 16px/100% 'dashicons';
    vertical-align: middle;
    margin: 0 7px 0 0; }
  .single .share a.facebook:before {
    content: "\f305"; }
  .single .share a.print:before {
    font-family: 'gourmand';
    content: "\e90c"; }
  .single .share a.pinterest:before {
    content: "\e603";
    font-family: 'gourmand'; }

.single .wpz-float-sharing-wrap {
  position: absolute;
  top: 0;
  left: -95px;
  bottom: 0;
  z-index: 5; }

.single .wpz-float-sharing {
  position: -webkit-sticky;
  position: sticky;
  top: 80px;
  text-align: center; }
  .single .wpz-float-sharing.sticky {
    position: fixed; }
  .single .wpz-float-sharing .sd-title {
    display: block;
    font-weight: 500;
    text-transform: uppercase;
    max-width: 35px;
    margin: 0 0 10px; }
    .single .wpz-float-sharing .sd-title::before {
      display: none; }
  .single .wpz-float-sharing .sd-content ul {
    text-align: left;
    padding: 0 !important;
    margin: 0 !important; }
    .single .wpz-float-sharing .sd-content ul li {
      display: block;
      float: none;
      height: auto;
      padding: 0;
      margin: -1px 0 0 !important; }
      .single .wpz-float-sharing .sd-content ul li:first-child a.sd-button {
        border-top-left-radius: 17px !important;
        border-top-right-radius: 17px !important;
        -webkit-border-top-left-radius: 17px !important;
        -webkit-border-top-right-radius: 17px !important; }
        .single .wpz-float-sharing .sd-content ul li:first-child a.sd-button:not(.no-text):hover {
          border-bottom-right-radius: 17px !important; }
      .single .wpz-float-sharing .sd-content ul li:nth-last-child(2) a.sd-button {
        border-bottom-left-radius: 17px !important;
        border-bottom-right-radius: 17px !important;
        -webkit-border-bottom-left-radius: 17px !important;
        -webkit-border-bottom-right-radius: 17px !important; }
        .single .wpz-float-sharing .sd-content ul li:nth-last-child(2) a.sd-button:not(.no-text):hover {
          border-top-right-radius: 17px !important; }
      .single .wpz-float-sharing .sd-content ul li a.sd-button {
        display: block;
        position: relative;
        top: 0 !important;
        z-index: 5;
        font-family: "Inter", sans-serif;
        line-height: 1 !important;
        color: transparent !important;
        opacity: 1 !important;
        background: transparent !important;
        max-width: 35px;
        padding: 8px !important;
        border: none;
        border-radius: 0 !important;
        -webkit-border-radius: 0 !important;
        overflow: hidden;
        margin: 0 !important;
        -webkit-transition: all 0.3s ease-out, -webkit-border-radius 0s ease-out;
        -o-transition: all 0.3s ease-out, border-radius 0s ease-out;
        transition: all 0.3s ease-out, border-radius 0s ease-out; }
        .single .wpz-float-sharing .sd-content ul li a.sd-button::before {
          display: inline;
          position: static;
          font-size: 20px;
          vertical-align: sub;
          margin: 0 8px 0 0;
          transition: all 0.3s ease-out; }
        .single .wpz-float-sharing .sd-content ul li a.sd-button:hover {
          z-index: 6;
          background: #000000 !important;
          max-width: 200px;
          border: none; }
          .single .wpz-float-sharing .sd-content ul li a.sd-button:hover:not(.no-text) {
            border-top-right-radius: 17px !important;
            border-bottom-right-radius: 17px !important; }
        .single .wpz-float-sharing .sd-content ul li a.sd-button.no-text {
          max-width: 35px !important; }
        .single .wpz-float-sharing .sd-content ul li a.sd-button.no-icon {
          color: #000000 !important;
          max-width: none; }
          .single .wpz-float-sharing .sd-content ul li a.sd-button.no-icon::before {
            display: none; }
          .single .wpz-float-sharing .sd-content ul li a.sd-button.no-icon:hover {
            color: #ffffff !important; }
        .single .wpz-float-sharing .sd-content ul li a.sd-button > span {
          line-height: 1 !important;
          padding: 0 7px 0 0; }

.single .post_author {
  padding: 30px;
  border: 1px solid #000;
  border-radius: 4px;
  margin: 50px 0; }

.single .tag_list:after {
  display: block;
  height: 3px;
  margin: 50px 0 40px;
  content: "";
  border-top: 4px dotted #eee; }

.single .author-description {
  overflow: hidden; }

.single .post_author .author-title {
  font-family: "Inter", sans-serif;
  font-size: 22px;
  font-weight: 600;
  margin: 0 10px 14px 0; }

.single .post_author .author-bio {
  line-height: 1.8; }

.single .post_author > img {
  margin-right: 30px;
  border-radius: 50%;
  float: left; }

/* Author Bio */
.author_links {
  font-size: 16px;
  display: inline-block; }
  .author_links a {
    margin: 0 20px 0 0; }
    .author_links a:before {
      content: "\e600";
      display: inline-block;
      -webkit-font-smoothing: antialiased;
      font: normal 18px/100% 'gourmand';
      vertical-align: top;
      margin: 4px 5px 0 0;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1; }
    .author_links a.author_facebook:before {
      content: "\e601"; }
    .author_links a.author_instagram:before {
      content: "\ea92"; }

/* Next/Previous Posts */
.prevnext {
  margin-bottom: 30px;
  overflow: hidden;
  font-size: 0;
  text-align: center; }
  .prevnext:after {
    display: block;
    height: 3px;
    margin: 50px 0 40px;
    content: "";
    border-top: 4px dotted #eee; }
  .prevnext > div {
    display: inline-block;
    vertical-align: top;
    width: 48%; }
  .prevnext > div:first-child {
    margin-right: 4%; }
  .prevnext img {
    margin: 0 auto;
    display: block; }
  .prevnext .prevnext_title {
    display: block;
    font-weight: 600;
    font-size: 22px;
    line-height: 1.3;
    overflow: hidden;
    position: relative;
    margin: 15px 0 0; }
  .prevnext strong {
    display: block;
    font-weight: 400;
    margin: 10px 0; }
  .prevnext em {
    display: block;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    color: #ffeee8;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
  .prevnext .prevnext_title:hover em {
    max-height: 200px; }
  .prevnext .nextprev_label {
    font-size: 12px;
    background: #f2f2f2;
    font-weight: 600;
    display: inline-block;
    clear: both;
    color: #000;
    padding: 4px 8px;
    margin: 15px 0 0;
    text-transform: uppercase;
    letter-spacing: 1px; }

/* Yoast Breadcrumbs */
.wpz_breadcrumbs {
  margin-bottom: 30px;
  color: rgba(0, 0, 0, 0.4);
  font-size: 15px; }
  .wpz_breadcrumbs > :last-child {
    color: #000000; }
  .wpz_breadcrumbs .arrow-circle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-indent: -999em;
    height: 12px;
    width: 12px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 10px; }
    .wpz_breadcrumbs .arrow-circle:after {
      content: '';
      height: 5px;
      width: 5px;
      border: 1px solid transparent;
      border-top-color: inherit;
      border-right-color: inherit;
      transform: rotateZ(45deg) translate(-1px, 1px); }
  .wpz_breadcrumbs a {
    color: rgba(0, 0, 0, 0.4); }
    .wpz_breadcrumbs a:hover, .wpz_breadcrumbs a:active {
      color: #000000; }

/*--------------------------------------------------------------
 # Print
 --------------------------------------------------------------*/
@media print {
  .top-navbar,
  .main-navbar,
  #respond,
  #sidebar,
  .site-footer,
  .tag_list,
  .post_author,
  .single .share,
  .rw-rating-table,
  .sharedaddy,
  .jp-relatedposts,
  .single .entry-meta,
  .adv_content,
  .site-widgetized-section,
  .navbar-brand-wpz .tagline,
  .rp-post-nav {
    display: none !important; }
  .navbar-brand-wpz {
    margin: 0; }
  body {
    font-size: 12pt; }
  .page h1.entry-title, .single h1.entry-title {
    text-align: left;
    font-size: 22px; }
  .single .post-thumb {
    float: left;
    max-width: 35%;
    margin: 2% 3% 25px 0 !important; }
  .content-area {
    width: 100%;
    float: none; } }

.wpz_top_disclosure {
  margin: 8px 0 12px;
  font-size: 14px;
  display: block;
  padding: 4px 10px; }
  .wpz_top_disclosure:before {
    display: none; }
  .wpz_top_disclosure:empty {
    display: none; }

/* WP Recipe Maker buttons */
.wprm-recipe-template-snippet-basic-buttons > a {
  border: none !important;
  border-radius: 2px;
  padding: 5px 16px !important;
  transition: 0.2s ease all;
  text-decoration: none; }

.entry-content .wprm-recipe-template-compact {
  border-color: #e4e4e4;
  padding: 30px 20px;
  max-width: 100%; }

.wp-block-post-template.is-flex-container,
.wp-block-query-loop.is-flex-container {
  margin: 0; }

.wp-block-post-featured-image {
  max-width: 100%;
  margin-bottom: 20px; }
  .wp-block-post-featured-image img {
    border-radius: 3px; }

.wp-block-post-date,
.wp-block-post-terms {
  font-size: 14px; }
  .wp-block-post-date a,
  .wp-block-post-terms a {
    color: #666;
    font-weight: normal; }
    .wp-block-post-date a:hover,
    .wp-block-post-terms a:hover {
      text-decoration: underline; }

.wp-block-post-template.wp-block-post-template li,
.wp-block-query-loop.wp-block-post-template li {
  list-style-type: none; }

.wp-block-post-template.wp-block-post-template li .alignwide,
.wp-block-query-loop.wp-block-post-template li .alignwide {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%; }

h2.wp-block-post-title {
  font-size: 22px; }

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
#comments > h3 {
  position: relative;
  font-family: "Inter", sans-serif;
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  padding-bottom: 32px;
  margin-top: 50px;
  margin-bottom: 40px; }

#respond > h3 {
  position: relative;
  font-size: 24px;
  font-weight: 600;
  padding: 0 0 15px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
  margin: 0 0 35px; }
  #respond > h3:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    background: #000000;
    height: 2px;
    width: 70px; }

.comment-notes {
  margin-bottom: 30px; }

.commentlist {
  list-style-type: none;
  padding: 0; }
  .commentlist li {
    list-style-type: none; }
  .commentlist .children {
    margin: 30px 0 0 50px; }
  .commentlist .comment {
    margin-bottom: 44px;
    padding-bottom: 32px;
    position: relative;
    line-height: 1.8; }
  .commentlist .children li:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
    margin-top: 30px; }

.comment .avatar {
  float: left;
  border-radius: 50%;
  margin-right: 28px; }

.comment-author:before {
  content: " ";
  display: table; }

.comment-author:after {
  content: " ";
  display: table;
  clear: both; }

.comment-author .fn {
  font-style: normal;
  font-weight: 600;
  font-size: 18px; }
  .comment-author .fn a {
    font-style: normal;
    font-weight: 600;
    font-size: 18px; }

.comment-author .comment-meta {
  font-size: 14px;
  margin-top: 5px;
  color: #a2a2a2; }
  .comment-author .comment-meta a {
    color: #a2a2a2; }
    .comment-author .comment-meta a:hover {
      color: #333; }

.comment-main {
  overflow: hidden; }

.comment-body {
  margin-top: 8px; }

#respond {
  margin-bottom: 35px; }
  #respond .form_fields p {
    margin-bottom: 24px;
    width: 50%; }
    #respond .form_fields p:first-child {
      padding-left: 0; }
  #respond label {
    font-weight: normal;
    font-size: 16px;
    margin-bottom: 5px; }
  #respond input[type="text"] {
    width: 90%; }
  #respond textarea {
    width: 100%;
    height: 150px; }
  #respond #submit {
    width: auto;
    padding-left: 25px;
    padding-right: 25px;
    margin-top: 12px; }
  #respond code {
    white-space: pre-wrap; }

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

#respond .form_fields p .required_lab {
  margin-left: 10px;
  color: #a7a7b3; }

#respond .comment-form-cookies-consent label {
  display: inline;
  margin-left: 10px;
  text-transform: none;
  font-family: inherit;
  font-size: 14px; }

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
/* Logo Styles */
.navbar-brand-wpz {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  z-index: 11;
  margin: 35px 0;
  text-align: center; }
  .navbar-brand-wpz .left-align, .navbar-brand-wpz .center-align, .navbar-brand-wpz .right-align {
    min-width: 100px;
    width: calc(100% / 3); }
  .navbar-brand-wpz .left-align, .navbar-brand-wpz .right-align {
    display: flex;
    align-items: center;
    justify-content: start; }
  .navbar-brand-wpz .left-align .slicknav_menu {
    display: none; }
  .navbar-brand-wpz .right-align {
    justify-content: flex-end; }
  .navbar-brand-wpz img {
    max-width: 100%;
    height: auto; }
  .navbar-brand-wpz h1 {
    font-weight: bold;
    font-family: "Libre Baskerville", serif;
    line-height: 1.2;
    font-size: 40px; }
  .navbar-brand-wpz a:hover {
    text-decoration: none; }
  .navbar-brand-wpz .tagline {
    display: block;
    font-size: 16px;
    color: #78767d;
    margin: 0; }

.bagel_adv {
  margin: 20px 0 0;
  text-align: center; }

.adv_content {
  margin: 0 0 50px;
  text-align: center; }

.single .adv_content {
  margin: 20px 0; }

.adv_side {
  text-align: center; }

.archive .site-header,
.page .site-header,
.single .site-header {
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 40px; }
  .archive .site-header .main-navbar,
  .page .site-header .main-navbar,
  .single .site-header .main-navbar {
    margin-bottom: 20px; }

/*--------------------------------------------------------------
## Sidebar
--------------------------------------------------------------*/
#sidebar {
  float: right;
  width: 30%;
  margin-left: 2%; }
  #sidebar .widget {
    margin: 0 0 40px; }

.shop-sidebar {
  float: right;
  width: 32%;
  margin-left: 2%; }

.shop-wrapper {
  overflow: hidden; }

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

10. Footer

*********************************************************************************************/
.site-footer {
  font-size: 16px;
  margin: 25px 0 0; }
  .site-footer .tagcloud a span:first-child {
    background: black; }
  .site-footer .tagcloud a span + span {
    background: black; }

.site-footer a:hover, .site-footer a:active {
  opacity: 0.5; }

.footer-widgets {
  padding: 50px 0 50px; }
  .footer-widgets .column {
    padding: 0 30px;
    display: table-cell;
    vertical-align: top;
    font-size: 16px;
    float: none; }
  .footer-widgets.widget-columns-4 .column {
    width: 25%; }
  .footer-widgets.widget-columns-3 .column {
    width: 33.33%; }
  .footer-widgets.widget-columns-2 .column {
    width: 50%; }
  .footer-widgets.widget-columns-1 .column {
    width: 100%; }
  .footer-widgets.widget-columns-2 .column:nth-child(2n+2), .footer-widgets.widget-columns-3 .column:nth-child(3n+3), .footer-widgets.widget-columns-4 .column:nth-child(4n+4) {
    margin-right: 0; }
  .footer-widgets .widget {
    text-align: left;
    padding-bottom: 30px;
    margin-bottom: 30px; }
  .footer-widgets .column:last-child .widget:last-child {
    padding-bottom: 0;
    margin-bottom: 0; }
  .footer-widgets .widget .title {
    text-align: left;
    color: #ffffff;
    border: none;
    font-size: 24px; }
    .footer-widgets .widget .title:after {
      display: none; }
  .footer-widgets .widget ul li {
    padding: 0; }

.site-info-top {
  text-align: center;
  margin: 0 0 30px; }
  .site-info-top .inner-wrap {
    padding: 30px 0 0;
    border-top: 2px solid rgba(255, 255, 255, 0.1); }

.footer-title {
  font-size: 40px;
  font-weight: bold;
  margin: 10px 0 40px;
  font-family: "Libre Baskerville", serif;
  letter-spacing: 0; }

.gourmand-footer-logo {
  margin: 10px 0 40px;
  display: inline-block; }
  .gourmand-footer-logo img {
    max-width: 50%; }

.footer-menu {
  text-align: center;
  margin: 0 auto 30px; }
  .footer-menu ul {
    margin: 0; }
    .footer-menu ul li {
      display: inline-block;
      margin: 0 15px;
      text-transform: none; }
      .footer-menu ul li a {
        font-weight: 600; }

.footer-social {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center; }
  .footer-social .widget {
    margin-bottom: 20px; }
    .footer-social .widget:only-child .title {
      display: none; }

.site-info {
  max-width: 1200px;
  margin: 0 auto;
  padding: 30px 0;
  color: #7b7b7b;
  font-size: 14px;
  letter-spacing: 1px;
  text-align: center; }
  .site-info a {
    font-weight: 600; }
  .site-info:before {
    content: " ";
    display: table; }
  .site-info:after {
    content: " ";
    display: table;
    clear: both; }

.footer-disclosure_wpz {
  text-align: center;
  max-width: 80%;
  margin: 10px auto 0; }
  .footer-disclosure_wpz .widget {
    margin-bottom: 20px; }

/*--------------------------------------------------------------
## Homepage
--------------------------------------------------------------*/
.site-main:before {
  content: " ";
  display: table; }

.site-main:after {
  content: " ";
  display: table;
  clear: both; }

/* Widgets on Homepage below Slideshow */
.home-widgetized-sections {
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  padding: 0;
  margin: -15px -15px 30px; }
  .home-widgetized-sections .widget {
    flex-grow: 1;
    flex: 1;
    margin: 15px 15px 0 15px; }
    .home-widgetized-sections .widget .title {
      font-family: "Inter", sans-serif;
      color: #000;
      text-transform: none;
      font-size: 28px;
      font-weight: 600; }
      .home-widgetized-sections .widget .title a {
        color: #000; }

.home-widgetized-mid {
  margin: 0; }

/* by default there are 4 widgets */
.site-widgetized-section .widgets .widget {
  /* restore font size cleared because of inline-block */
  font-size: 16px;
  width: 100%;
  margin-right: 0; }

.column-widgets {
  font-size: 0; }
  .column-widgets .widget-column {
    display: inline-block;
    vertical-align: top;
    width: 31%;
    margin: 0 3.5% 0 0;
    font-size: 16px; }
    .column-widgets .widget-column:nth-child(3n+3) {
      margin-right: 0; }
    .column-widgets .widget-column img {
      max-width: 100%;
      height: auto; }

.widget.widget_mailpoet_form,
.widget.widget_mc4wp_form_widget {
  background: #000000;
  padding: 30px 25px !important;
  border-radius: 4px; }
  .widget.widget_mailpoet_form .title,
  .widget.widget_mc4wp_form_widget .title {
    font-size: 25px;
    font-weight: 600;
    text-align: left;
    color: #ffffff;
    padding: 0;
    border-bottom: 0;
    margin: 0 0 20px 15px; }
    .widget.widget_mailpoet_form .title:after,
    .widget.widget_mc4wp_form_widget .title:after {
      display: none; }

.mailpoet_form_widget input[type=text], .mailpoet_form_widget input[type=email], .mailpoet_form_widget input, .mailpoet_form_widget textarea,
.mc4wp-form-fields input[type=text],
.mc4wp-form-fields input[type=email],
.mc4wp-form-fields input,
.mc4wp-form-fields textarea {
  width: 100%;
  border: 0; }

.mailpoet_form_widget .mailpoet_paragraph input[type=text],
.mailpoet_form_widget .mailpoet_paragraph input[type=email],
.mailpoet_form_widget .mailpoet_paragraph input,
.mailpoet_form_widget .mailpoet_paragraph textarea,
.mailpoet_form_widget input[type="submit"],
.mc4wp-form-fields .mailpoet_paragraph input[type=text],
.mc4wp-form-fields .mailpoet_paragraph input[type=email],
.mc4wp-form-fields .mailpoet_paragraph input,
.mc4wp-form-fields .mailpoet_paragraph textarea,
.mc4wp-form-fields input[type="submit"] {
  padding: 12px 15px !important; }

.mailpoet_form_widget .mailpoet_paragraph.last,
.mc4wp-form-fields .mailpoet_paragraph.last {
  margin-bottom: 20px !important; }

.mailpoet_form_widget label,
.mc4wp-form-fields label {
  text-align: left;
  font-weight: 400; }

.mailpoet_form_widget input[type="submit"],
.mc4wp-form-fields input[type="submit"] {
  position: relative;
  color: #000000;
  background: #b3b3b3; }
  .mailpoet_form_widget input[type="submit"]:hover, .mailpoet_form_widget input[type="submit"]:focus,
  .mc4wp-form-fields input[type="submit"]:hover,
  .mc4wp-form-fields input[type="submit"]:focus {
    background: #ffffff; }

.mailpoet_form_widget p,
.mc4wp-form-fields p {
  margin: 0 0 20px;
  position: relative; }

@media (min-width: 768px) {
  .section-home-featured .mailpoet_form_widget,
  .section-home-featured .mc4wp-form-fields,
  .home-widgetized-mid .mailpoet_form_widget,
  .home-widgetized-mid .mc4wp-form-fields {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end; }
    .section-home-featured .mailpoet_form_widget div,
    .section-home-featured .mailpoet_form_widget p,
    .section-home-featured .mc4wp-form-fields div,
    .section-home-featured .mc4wp-form-fields p,
    .home-widgetized-mid .mailpoet_form_widget div,
    .home-widgetized-mid .mailpoet_form_widget p,
    .home-widgetized-mid .mc4wp-form-fields div,
    .home-widgetized-mid .mc4wp-form-fields p {
      position: relative;
      margin: 0 15px; } }

/*--------------------------------------------------------------
## Page Templates
--------------------------------------------------------------*/
.shop-wrapper.side-right {
  float: left;
  width: 65.79%; }

.full-width .content-area, .content-area.full-layout {
  width: 100%;
  float: none; }

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

.no-sidebar-page {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto; }

/* Template: Archives */
h3.archive_year {
  font-size: 24px;
  margin-top: 35px; }

#archives .archives_list {
  border-left: 1px dotted #e6e6e6;
  list-style: none;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  margin: 0 0 15px 15px; }

#archives .archives_list li {
  clear: left;
  padding-left: 24px;
  font-style: normal;
  list-style: none;
  margin-bottom: 10px; }

#archives .archives_list .date {
  color: #808080;
  width: 15%;
  display: inline-block;
  vertical-align: top; }

#archives .archives_list .linked {
  width: 65%;
  display: inline-block;
  vertical-align: top; }

#archives .archives_list .comments {
  width: 17%;
  display: inline-block;
  vertical-align: top;
  color: #808080;
  float: right;
  font-size: 16px; }

#archives .archives_list .comments a {
  color: #808080;
  font-weight: normal; }

#archives .archives_list .comments a:hover {
  text-decoration: none;
  color: #333; }

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin-bottom: 70px;
  position: relative; }
  .widget .title {
    position: relative;
    font-size: 18px;
    font-weight: 600;
    padding: 0 0 15px;
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
    margin: 0 0 25px; }
    .widget .title:after {
      content: '';
      position: absolute;
      left: 0;
      bottom: -2px;
      background: #000000;
      height: 2px;
      width: 70px; }
  .widget a {
    font-weight: 600; }
  .widget ul {
    clear: both;
    margin: 0; }
    .widget ul li {
      list-style-type: none;
      margin: 0 0 5px; }
    .widget ul ul {
      margin: 0;
      padding: 0;
      border-top: none; }
      .widget ul ul li {
        border: none; }

.widget_search label {
  display: inline; }

.textwidget img {
  max-width: 100%;
  height: auto; }

/* Tag Cloud */
.tagcloud {
  padding: 0;
  overflow-x: hidden; }
  .tagcloud a {
    display: block;
    font-size: 16px !important;
    text-transform: capitalize;
    margin: 0 0 6px; }
    .tagcloud a:before {
      float: left;
      width: 0;
      white-space: nowrap;
      content: '. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . '; }
    .tagcloud a:last-child {
      margin-bottom: 0; }
    .tagcloud a span:first-child {
      padding-right: 0.33em;
      background: white; }
    .tagcloud a span + span {
      float: right;
      padding-left: 0.33em;
      background: white; }

/* Search Form */
.widget_search form {
  position: relative; }
  .widget_search form:before {
    content: '\E907';
    position: absolute;
    top: 50%;
    left: 15px;
    z-index: 2;
    pointer-events: none;
    font-family: 'gourmand';
    font-size: 15px;
    color: #555;
    font-weight: bold;
    transform: translateY(-50%); }
  .widget_search form .sb-search-input {
    width: 100%;
    padding-left: 45px; }
  .widget_search form .sb-search-submit-wrap {
    display: none; }

/*--------------------------------------------------------------
# Author Bio
--------------------------------------------------------------*/
/* Author Bio widget */
#sidebar .wpzoom-bio {
  text-align: center;
  padding: 30px;
  border: 1px solid #000;
  border-radius: 4px; }
  #sidebar .wpzoom-bio .meta {
    font-family: "Inter", sans-serif;
    font-size: 24px;
    font-weight: 600;
    text-transform: none;
    color: #000; }

.wpzoom-bio .meta {
  display: block;
  margin: 0 0 10px;
  font-weight: 500;
  font-size: 20px; }

.wpzoom-bio .title {
  border: none; }
  .wpzoom-bio .title:after {
    display: none; }

.wpzoom-bio .content {
  line-height: 1.8; }

.wpzoom-bio img {
  margin: 0 0 15px;
  -webkit-border-radius: 50%;
  border-radius: 50%; }

.wpzoom-bio .wpz_about_button {
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  border: none;
  border-radius: 4px;
  background: transparent;
  color: #000000;
  transition: 0.2s ease all;
  clear: both;
  width: auto;
  padding: 3px 12px;
  margin: 10px 0 0; }
  .wpzoom-bio .wpz_about_button:hover {
    cursor: pointer;
    color: #ffffff;
    border: none;
    background: #000000; }
    .wpzoom-bio .wpz_about_button:hover .wpz-arrow {
      background-color: #ffffff; }
      .wpzoom-bio .wpz_about_button:hover .wpz-arrow::before, .wpzoom-bio .wpz_about_button:hover .wpz-arrow::after {
        background-color: #ffffff; }

.footer-widgets .wpzoom-bio .wpz_about_button {
  color: #ffffff; }
  .footer-widgets .wpzoom-bio .wpz_about_button .wpz-arrow {
    background: #ffffff; }
    .footer-widgets .wpzoom-bio .wpz_about_button .wpz-arrow::before, .footer-widgets .wpzoom-bio .wpz_about_button .wpz-arrow::after {
      background-color: #ffffff; }
  .footer-widgets .wpzoom-bio .wpz_about_button:hover {
    color: #000000;
    background: #ffffff;
    opacity: 1; }
    .footer-widgets .wpzoom-bio .wpz_about_button:hover .wpz-arrow {
      background-color: #000000; }
      .footer-widgets .wpzoom-bio .wpz_about_button:hover .wpz-arrow::before, .footer-widgets .wpzoom-bio .wpz_about_button:hover .wpz-arrow::after {
        background-color: #000000; }

/*--------------------------------------------------------------
# Image Box
--------------------------------------------------------------*/
/* Single Page Widget */
.post_thumb_withbg {
  height: 230px;
  width: 100%;
  color: #fff;
  text-align: center;
  background-color: #eee;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  transition: all 0.2s ease;
  display: table;
  box-sizing: border-box;
  padding: 10px; }
  .post_thumb_withbg:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    transition: all 0.2s ease; }
  .post_thumb_withbg a {
    color: #fff;
    display: table;
    width: 100%;
    height: 100%; }
  .post_thumb_withbg h3.title {
    color: #000;
    line-height: 1.5em;
    padding: 8px 18px;
    font-size: 14px;
    letter-spacing: 1px;
    background: #ffffff;
    display: inline-block;
    margin: 0; }
  .post_thumb_withbg .featured_page_content {
    color: #fff;
    position: relative;
    z-index: 10;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    transition: all 0.2s ease; }

/*--------------------------------------------------------------
# Featured Category
--------------------------------------------------------------*/
/* Featured Category Widget */
.wpzoom-featured-cat .sharedaddy {
  display: none; }

.wpzoom-featured-cat img {
  max-width: 100%;
  height: auto; }

.wpzoom-featured-cat h3.entry-title {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 600; }

.widgets-3 .wpzoom-featured-cat h3.entry-title, #sidebar .wpzoom-featured-cat h3.entry-title, .footer-widgets .wpzoom-featured-cat h3.entry-title, .widgets-4 .wpzoom-featured-cat h3.entry-title {
  font-size: 20px; }

.wpzoom-featured-cat .right-col .entry-meta {
  margin: 0; }

.wpzoom-featured-cat p {
  font-size: 16px;
  line-height: 1.7;
  margin: 0; }

.wpzoom-featured-cat .main-post {
  margin: 0 0 20px; }
  .wpzoom-featured-cat .main-post img {
    margin: 0 0 20px; }

.wpzoom-featured-cat .featured-list h4 {
  font-size: 20px;
  margin: 0; }

.wpzoom-featured-cat .featured-list li {
  display: block;
  margin: 15px 0;
  text-align: left; }
  .wpzoom-featured-cat .featured-list li:last-child {
    border-bottom: none;
    margin: 0;
    padding: 0; }

.wpzoom-featured-cat .featured-list img {
  float: left;
  margin: 0 15px 0 0; }

/* Featured Categories (Homepage) widget */
.section-home-featured .widget {
  padding: 0 0 20px;
  margin: 0 0 30px;
  text-align: left; }
  .section-home-featured .widget .title {
    text-align: left; }

ul.wpz-featured-grid {
  font-size: 0;
  text-align: left; }
  ul.wpz-featured-grid li {
    margin: 0 0 20px;
    font-size: 16px;
    text-align: left;
    display: inline-block;
    vertical-align: top; }
    ul.wpz-featured-grid li:nth-child(3n+3) {
      margin-right: 0; }

.featured-grid-3 ul.wpz-featured-grid li,
.featured-grid-6 ul.wpz-featured-grid li {
  margin-right: 2.25%;
  width: 31.6666666%; }
  .featured-grid-3 ul.wpz-featured-grid li:nth-child(3n+3),
  .featured-grid-6 ul.wpz-featured-grid li:nth-child(3n+3) {
    margin-right: 0; }

.featured-grid-2 ul.wpz-featured-grid li {
  width: 48%;
  margin-right: 4%; }
  .featured-grid-2 ul.wpz-featured-grid li:nth-child(3n+3) {
    margin-right: 4%; }
  .featured-grid-2 ul.wpz-featured-grid li:nth-child(2n+2) {
    margin-right: 0; }

.featured-grid-4 ul.wpz-featured-grid li,
.featured-grid-12 ul.wpz-featured-grid li,
.featured-grid-10 ul.wpz-featured-grid li,
.featured-grid-8 ul.wpz-featured-grid li {
  width: 23%;
  margin-right: 2.666%; }
  .featured-grid-4 ul.wpz-featured-grid li:nth-child(3n+3),
  .featured-grid-12 ul.wpz-featured-grid li:nth-child(3n+3),
  .featured-grid-10 ul.wpz-featured-grid li:nth-child(3n+3),
  .featured-grid-8 ul.wpz-featured-grid li:nth-child(3n+3) {
    margin-right: 2.666%; }
  .featured-grid-4 ul.wpz-featured-grid li:nth-child(4n+4),
  .featured-grid-12 ul.wpz-featured-grid li:nth-child(4n+4),
  .featured-grid-10 ul.wpz-featured-grid li:nth-child(4n+4),
  .featured-grid-8 ul.wpz-featured-grid li:nth-child(4n+4) {
    margin-right: 0; }

ul.wpz-featured-grid li .post-thumb {
  text-align: center;
  overflow: hidden;
  margin: 0 0 15px; }

ul.wpz-featured-grid li .entry-body {
  line-height: 1.8; }

ul.wpz-featured-grid li .entry-title {
  font-size: 20px;
  font-weight: 600; }

ul.wpz-featured-grid li .cat-links {
  margin-bottom: 8px; }

.wpzoom-featured-cat-home .readmore_button {
  text-align: center; }

/*--------------------------------------------------------------
# Carousel
--------------------------------------------------------------*/
/* Carousel widget */
.widget.carousel-slider, .site-widgetized-section .widgets .widget.carousel-slider {
  overflow: hidden;
  position: relative; }

.flickity-enabled {
  position: relative; }

.carousel-slider .slides {
  white-space: nowrap;
  overflow: hidden; }

.carousel-slider .item {
  position: relative;
  white-space: normal;
  margin: 0 1.5% 0 0;
  width: 31.5%;
  vertical-align: top;
  display: inline-block; }

.carousel-slider .flickity-enabled .item {
  margin: 0 2.5% 0 0;
  width: 31.6666666%;
  min-height: 350px; }

.carousel-slider .entry-title {
  font-size: 24px; }

.carousel_widget_wrapper > div {
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s ease-in; }
  .carousel_widget_wrapper > div .item {
    display: none; }

.carousel_widget_wrapper > .flickity-enabled {
  opacity: 1;
  visibility: visible; }
  .carousel_widget_wrapper > .flickity-enabled .item {
    display: inline-block; }

.carousel-slider .flickity-prev-next-button {
  top: calc(50% - 110px); }

.carousel-slider .post-thumb {
  margin: 0 0 15px; }

.carousel-slider .item .entry-title, .carousel-slider .item .cat-links {
  margin: 0 0 5px; }

.carousel-slider .flickity-page-dots {
  bottom: 0;
  position: relative; }

.carousel-slider .spinner {
  margin: 100px auto;
  width: 50px;
  height: 30px;
  text-align: center;
  font-size: 10px; }
  .carousel-slider .spinner > div {
    background-color: #eaeaea;
    height: 100%;
    width: 6px;
    display: inline-block;
    animation: stretchdelay 1.2s infinite ease-in-out; }
  .carousel-slider .spinner .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s; }
  .carousel-slider .spinner .rect3 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s; }
  .carousel-slider .spinner .rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s; }
  .carousel-slider .spinner .rect5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s; }

@-webkit-keyframes stretchdelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4); }
  20% {
    -webkit-transform: scaleY(1); } }

@keyframes stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4); }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1); } }

/*--------------------------------------------------------------
# Popular
--------------------------------------------------------------*/
/* Popular Recipes widget */
.popular-recipes {
  text-align: left; }
  .popular-recipes ol {
    list-style: none;
    counter-reset: wpz-ol-counter;
    margin: 0;
    list-style-position: inside; }
    .popular-recipes ol li {
      counter-increment: wpz-ol-counter;
      display: flex;
      align-items: normal;
      padding: 15px 0; }
      .popular-recipes ol li:last-child {
        border-bottom: none; }
      .popular-recipes ol li::before {
        content: counter(wpz-ol-counter);
        flex-shrink: 0;
        font-size: 22px;
        font-weight: 400;
        line-height: 40px;
        text-align: center;
        height: 42px;
        width: 42px;
        border-radius: 50%;
        box-sizing: border-box;
        margin: 0 15px 0 0; }
      .popular-recipes ol li a {
        flex-grow: 1;
        line-height: 1.1;
        font-size: 18px; }
      .popular-recipes ol li small {
        font-size: 14px; }

/*--------------------------------------------------------------
# Tabs
--------------------------------------------------------------*/
/* Tabs widget */
.tabber {
  display: none; }

#sidebar .widget.tabbertabs {
  padding-left: 0;
  padding-right: 0; }

.widget .tabbernav .tabberactive {
  font-weight: 600;
  background: #fff;
  border-bottom: none; }

.tabberlive .tabbertabhide {
  display: none; }

.widget .tabbernav {
  text-align: center;
  display: flex;
  padding: 0;
  margin: 0 0 -1px;
  background: none; }
  .widget .tabbernav li {
    flex-basis: 50%;
    min-width: 0;
    margin: 0;
    border: 1px solid transparent;
    border-bottom: none;
    padding: 7px 0; }
    .widget .tabbernav li a {
      display: block;
      line-height: 2;
      white-space: nowrap;
      text-overflow: ellipsis;
      padding: 0 7px;
      overflow: hidden;
      font-size: 14px;
      font-weight: 600;
      text-transform: uppercase; }

.widget .tabbertab {
  background: #fff;
  padding: 20px;
  overflow: hidden; }
  .widget .tabbertab .widgettitle {
    display: none; }

/*--------------------------------------------------------------
# Recent Posts
--------------------------------------------------------------*/
/* Recent Posts  */
.widget .feature-posts-list {
  text-align: left; }
  .widget .feature-posts-list.wpz-grid-2cols {
    font-size: 0; }
    .widget .feature-posts-list.wpz-grid-2cols li {
      width: 48%;
      text-align: center;
      display: inline-block;
      vertical-align: top;
      margin: 0 4% 20px 0; }
      .widget .feature-posts-list.wpz-grid-2cols li:nth-child(2n+2) {
        margin-right: 0; }
      .widget .feature-posts-list.wpz-grid-2cols li img {
        float: none;
        margin: 0 0 14px; }
  .widget .feature-posts-list .sharedaddy {
    display: none; }
  .widget .feature-posts-list br {
    display: none; }
  .widget .feature-posts-list img {
    margin: 0 15px 0 0;
    float: left; }
  .widget .feature-posts-list small {
    font-size: 14px;
    margin: 0 0 5px;
    display: block; }
  .widget .feature-posts-list .post-excerpt {
    display: block;
    overflow: hidden; }
  .widget .feature-posts-list li {
    margin: 0 0 25px; }
    .widget .feature-posts-list li:last-child {
      margin: 0;
      border: none;
      padding: 0; }
    .widget .feature-posts-list li h3 {
      line-height: 1.3;
      font-size: 16px;
      margin: 0 0 5px; }

/*--------------------------------------------------------------
# Instagram
--------------------------------------------------------------*/
/* Instagram Widget */
.zoom-instagram-widget li img:hover {
  opacity: 0.8;
  transition: opacity 0.25s ease-in-out; }

.section-footer .zoom-instagram-widget__items {
  overflow: hidden; }

.section-footer .zoom-instagram-link:hover {
  opacity: 0.9; }

.section-footer .zoom-instagram-widget {
  overflow: hidden;
  margin: 0;
  position: relative; }

.section-footer .zoom-instagram-widget .title {
  display: none; }

.section-footer .zoom-instagram-widget .zoom-instagram-widget__follow-me {
  margin-top: 1px;
  text-align: center;
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.section-footer .zoom-instagram-widget a.ig-b-v-24 {
  color: #333 !important;
  border: none;
  font-weight: 600 !important;
  border-radius: 30px;
  font-family: "Inter", sans-serif;
  line-height: 1.5em;
  padding: 10px 18px;
  background: #fff;
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(2px);
  display: inline-block;
  margin: 0;
  letter-spacing: 1px !important; }
  .section-footer .zoom-instagram-widget a.ig-b-v-24:hover {
    color: #fff !important;
    opacity: 1; }

.zoom-instagram-widget li img {
  transition: all .2s ease; }

.section-footer .zoom-instagram-widget li img:hover {
  opacity: 0.9; }

.section-footer .zoom-instagram-widget .zoom-instagram-widget__items {
  width: 5000px; }

.section-footer .zoom-instagram-widget .zoom-instagram-widget__items .zoom-instagram-widget__item {
  margin: 0 !important; }

#sidebar .zoom-instagram-widget a.ig-b-v-24 {
  color: #fff !important;
  border: none;
  font-weight: 600 !important;
  border-radius: 30px;
  font-family: "Inter", sans-serif;
  line-height: 1.5em;
  padding: 8px 18px;
  font-size: 16px;
  display: inline-block;
  margin: 0;
  -webkit-backface-visibility: hidden; }

#sidebar .zoom-instagram-widget a.ig-b-v-24:hover {
  opacity: .8; }

/*--------------------------------------------------------------
# Twitter
--------------------------------------------------------------*/
/* Twitter widget */
.zoom-twitter-widget ul li {
  margin: 0 0 25px;
  font-style: italic; }

.zoom-twitter-widget a {
  color: #818592;
  border-bottom: 1px solid #eee; }
  .zoom-twitter-widget a:hover {
    color: #818592;
    border-bottom: 1px solid #ccc; }

.zoom-twitter-widget time {
  display: block;
  margin: 10px 0;
  font-size: 14px;
  color: #acacac; }
  .zoom-twitter-widget time:hover {
    color: #818592; }

.zoom-twitter-widget .zoom-twitter-widget__follow-me {
  margin: 10px 0 0; }

/*--------------------------------------------------------------
# Native widgets styling
--------------------------------------------------------------*/
.widget_search label {
  display: inline; }

.textwidget img {
  max-width: 100%;
  height: auto; }

/* RSS Widget */
.widget_rss ul li {
  margin: 0 0 15px;
  padding: 0 0 15px;
  border-bottom: 1px solid #eee; }

.widget_rss .rsswidget {
  font-weight: bold;
  margin: 0 0 7px;
  font-size: 16px; }

.widget_rss .rss-date {
  display: block;
  font-size: 14px;
  margin: 5px 0;
  color: #999; }

.widget_rss .rssSummary {
  font-size: 14px;
  margin: 0 0 5px; }

/* Calendar widget */
#wp-calendar caption {
  text-align: right;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 15px; }

#wp-calendar thead {
  font-size: 12px; }
  #wp-calendar thead th {
    padding-bottom: 10px; }

#wp-calendar tbody {
  color: #aaa; }
  #wp-calendar tbody td {
    text-align: center;
    padding: 8px; }
  #wp-calendar tbody .pad {
    background: none; }

#wp-calendar tfoot #next {
  font-size: 12px;
  text-transform: uppercase;
  text-align: right; }

#wp-calendar tfoot #prev {
  font-size: 12px;
  text-transform: uppercase;
  padding-top: 10px; }

/*--------------------------------------------------------------
# MailPoet
--------------------------------------------------------------*/
/* MailPoet Widget */
.widget.widget_mailpoet_form, .widget.widget_wysija {
  padding: 40px 30px; }

.widget.widget_mailpoet_form .title, .widget.widget_wysija .title {
  margin-bottom: 20px; }

#sidebar .widget.widget_mc4wp_form_widget {
  background: #000000;
  padding: 15px 20px;
  border-radius: 4px; }
  #sidebar .widget.widget_mc4wp_form_widget .title {
    font-weight: 600;
    color: #ffffff;
    padding: 0;
    border: 0;
    margin: 0 0 15px; }
    #sidebar .widget.widget_mc4wp_form_widget .title::after {
      display: none; }
  #sidebar .widget.widget_mc4wp_form_widget input[type="submit"] {
    color: #000000;
    width: 100%; }
    #sidebar .widget.widget_mc4wp_form_widget input[type="submit"]:hover, #sidebar .widget.widget_mc4wp_form_widget input[type="submit"]:focus {
      background: #ffffff; }

#sidebar .widget.widget_mailpoet_form:after, #sidebar .widget.widget_wysija:after {
  display: none; }

.mailpoet_form_widget .mailpoet_text_label {
  font-weight: 500 !important; }

.mailpoet_form_widget .mailpoet_submit {
  display: inline-block; }

.mailpoet_form_widget input {
  width: 100% !important; }

.widget_wysija input {
  width: 100% !important; }

.mailpoet_paragraph, .wysija-paragraph {
  margin: 15px 0 0;
  line-height: 1.6 !important; }

.mailpoet_form_widget .parsley-custom-error-message {
  font-family: inherit;
  font-size: 14px;
  padding: 10px;
  line-height: 1.7; }

.widget_wysija_cont .updated, .widget_wysija_cont .error, .widget_wysija_cont .xdetailed-errors {
  font-family: inherit;
  font-size: 14px;
  padding: 10px;
  line-height: 1.7; }

/*--------------------------------------------------------------
# Flickity
--------------------------------------------------------------*/
/* Flickity */
.flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }
  .flickity-viewport.is-pointer-down {
    cursor: -webkit-grabbing;
    cursor: grabbing; }

.flickity-prev-next-button {
  display: block;
  position: absolute;
  z-index: 100;
  top: 45%;
  height: 60px;
  width: 60px;
  background: none;
  padding: 2%;
  transition: all 0.3s ease-out;
  opacity: 1;
  color: #fff;
  border-radius: 100px; }
  .flickity-prev-next-button:hover {
    opacity: .7; }
  .flickity-prev-next-button.previous {
    left: -26px; }
  .flickity-prev-next-button.next {
    right: -26px; }
  .flickity-prev-next-button svg {
    position: absolute;
    left: 48%;
    top: 35%;
    width: 30%;
    height: 30%; }
  .flickity-prev-next-button.next svg {
    left: 17%; }
  .flickity-prev-next-button path {
    opacity: 1;
    fill: #fff; }
  .flickity-prev-next-button:hover path {
    opacity: 1;
    fill: #fff; }
  .flickity-prev-next-button[disabled] {
    opacity: .5; }

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: 25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1; }

.flickity-rtl .flickity-page-dots {
  direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: 0 5px;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 2px solid #fff;
  background: none; }
  .flickity-page-dots .dot:hover, .flickity-page-dots .dot.is-selected {
    background: #fff;
    opacity: 1; }

/*--------------------------------------------------------------
# Recipe Index
--------------------------------------------------------------*/
/* Recipe Index template */
.food-index-main .content-area {
  width: 70.18%; }

.food-index-main .readmore_button {
  text-align: center; }

.food-index-main #sidebar {
  width: 26.33%; }
  .food-index-main #sidebar .widget {
    text-align: left; }
  .food-index-main #sidebar ul li {
    padding: 0 0 7px;
    margin: 0 0 7px;
    border-bottom: 2px solid #F0F0F0;
    display: block;
    width: 100%; }
  .food-index-main #sidebar .widget ul li:last-child {
    border-bottom: none; }
  .food-index-main #sidebar .widget:after {
    display: none; }
  .food-index-main #sidebar .widget .title {
    text-align: left; }

.food-index-main .navigation .page-numbers {
  display: none; }

.food-index-main div.navigation a.btn-primary {
  border-radius: 4px;
  font-weight: 600; }

.food-index-main h2.entry-title {
  border-bottom: 2px solid #F0F0F0;
  padding: 0 0 20px;
  margin: 0 0 40px; }

.recipe_description_top {
  margin-bottom: 55px; }

.recipe_index_cat .cat-links {
  display: none; }

.gourmand-index {
  font-size: 0;
  padding: 0 0 10px;
  margin: 0 0 50px; }
  .gourmand-index .post {
    width: 31.5%;
    margin: 0 2.75% 30px 0;
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    position: relative;
    overflow: hidden; }
  .gourmand-index article:nth-of-type(3n+3) {
    margin-right: 0; }
  .gourmand-index .post .post-thumb {
    margin-bottom: 15px; }

.gourmand-index-search {
  margin: 0 0 40px;
  padding: 30px;
  border-radius: 5px; }
  .gourmand-index-search .sb-search-input {
    width: 68%;
    margin-right: 2%; }
  .gourmand-index-search .sb-search-submit {
    width: 25%; }
  .gourmand-index-search .sb-icon-search {
    display: none; }

.gourmand-index .post .cat-links {
  text-align: left;
  font-size: 14px; }

.gourmand-index .post .entry-title {
  font-size: 18px; }

/* List */
.food-index-main.recipe_index_list h3.section-title {
  text-align: left;
  margin: 10px 0; }

.recipe_index_list_posts {
  list-style: none;
  list-style-position: outside;
  list-style-type: none;
  margin: 0 0 0 30px;
  padding: 10px 0 40px;
  border-left: 2px solid #F0F0F0; }
  .recipe_index_list_posts li {
    clear: left;
    font-style: normal;
    list-style: none;
    padding: 15px 20px;
    border-bottom: 2px dotted #F0F0F0;
    border-left: none; }
    .recipe_index_list_posts li:last-child {
      border-bottom: none; }
    .recipe_index_list_posts li h3 {
      font-size: 16px;
      font-weight: 400;
      margin: 0; }

.food_index_menu {
  float: right;
  position: relative;
  z-index: 5; }
  .food_index_menu li {
    display: inline-block;
    vertical-align: bottom;
    list-style-type: none;
    margin: 0 0 0 15px;
    text-transform: uppercase;
    font-size: 12px; }
    .food_index_menu li.current-menu-item {
      font-weight: bold; }

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Hides navigation links and site footer when infinite scroll is active */
.infinite-scroll .navigation {
  display: none; }

.infinite-scroll:not(.infinity-end):not(.neverending) #recent-posts {
  margin-bottom: 40px;
  position: relative; }

.infinite-scroll #infinite-handle {
  left: 0;
  right: 0;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 12px;
  text-align: center; }
  .infinite-scroll #infinite-handle span {
    display: block;
    width: 100%;
    line-height: 40px;
    border-radius: 30px;
    color: #fff;
    transition: 0.2s ease all;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500; }
    .infinite-scroll #infinite-handle span button {
      transition: none;
      font-weight: 500 !important; }

/*--------------------------------------------------------------
# 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%; }

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

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
/* Galleries */
.entry-content .gallery a:hover {
  opacity: 0.6;
  transition: opacity 0.25s ease-in-out; }

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

.gallery-columns-1 .gallery-item {
  max-width: 100%; }

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

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

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

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

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

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

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

.gallery-icon img {
  margin: 0 auto; }

.wp-caption-text, .gallery-caption {
  color: #868686;
  margin: 0;
  padding: 15px 0;
  text-align: center;
  display: block;
  font-style: italic;
  line-height: 1.4; }

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

/* Images align */
.entry-content .wp-caption {
  width: auto;
  text-align: center; }
  .entry-content .wp-caption img {
    background: none;
    margin: 0;
    border: 0 none;
    max-width: 100%;
    width: auto;
    height: auto; }
  .entry-content .wp-caption.aligncenter {
    margin: 0 auto 15px; }

/* Caption for images */
/*--------------------------------------------------------------
# WooCommerce
--------------------------------------------------------------*/
.woocommerce nav.woocommerce-pagination ul {
  border: none;
  font-size: 18px; }
  .woocommerce nav.woocommerce-pagination ul li {
    border: none; }
    .woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
      color: #666; }
    .woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover {
      background: none;
      color: #000; }
    .woocommerce nav.woocommerce-pagination ul li span.current {
      background: none;
      color: #000; }

/* WooCommerce Cart Icon */
a.cart-button {
  display: block; }
  a.cart-button:before {
    content: "\e909";
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    font: normal 20px/20px 'gourmand';
    vertical-align: top;
    margin: 4px 8px 0 0; }

.shop-wrapper {
  overflow: hidden; }

.woocommerce-cart table.cart td.actions .coupon .input-text {
  padding: 7px 10px;
  margin-right: 10px;
  border-color: #DEE3E7; }

.woocommerce .entry-content > * {
  max-width: 100%; }

.woocommerce h1.entry-title {
  margin-bottom: 20px;
  font-size: 30px; }

.woocommerce table.shop_table td {
  padding: 20px 15px; }

.woocommerce-checkout #payment {
  background: #F7F8FA;
  border: 1px solid #DEE3E7; }
  .woocommerce-checkout #payment ul.payment_methods li {
    list-style-type: none; }
  .woocommerce-checkout #payment div.payment_box:after {
    display: none; }
  .woocommerce-checkout #payment ul.payment_methods {
    border-bottom-color: #DEE3E7; }

.wc_payment_method label {
  display: inline-block; }

.woocommerce .woocommerce-ordering, .woocommerce .woocommerce-result-count {
  font-size: 14px; }

.woocommerce .woocommerce-ordering {
  color: #171615; }

.woocommerce ul.products li.product {
  text-align: center; }
  .woocommerce ul.products li.product .product-thumb {
    margin: 0 0 15px; }
    .woocommerce ul.products li.product .product-thumb a {
      display: block;
      padding: 0;
      margin: 0; }
      .woocommerce ul.products li.product .product-thumb a img {
        margin: 0; }

.woocommerce .products .star-rating {
  display: none; }

.woocommerce ul.products li.product h3 {
  padding-top: 0; }
  .woocommerce ul.products li.product h3:hover {
    color: #555555; }

.woocommerce ul.products li.product .price {
  color: #444;
  margin: 0;
  font-size: 16px; }

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
  font-weight: normal;
  color: #fff !important;
  padding: 10px 25px;
  text-transform: uppercase;
  border-radius: 0; }

.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
  color: #fff; }

.woocommerce-message, .woocommerce-info {
  border-top-color: #000000; }
  .woocommerce-message:before, .woocommerce-info:before {
    color: #000; }

.woocommerce #respond input#submit.alt.disabled, .woocommerce a.button.alt.disabled, .woocommerce button.button.alt.disabled, .woocommerce input.button.alt.disabled {
  background-color: #676c71; }
  .woocommerce #respond input#submit.alt.disabled:hover, .woocommerce a.button.alt.disabled:hover, .woocommerce button.button.alt.disabled:hover, .woocommerce input.button.alt.disabled:hover {
    background-color: #676c71; }

.woocommerce #respond input#submit.alt:disabled, .woocommerce a.button.alt:disabled, .woocommerce button.button.alt:disabled, .woocommerce input.button.alt:disabled {
  background-color: #676c71; }
  .woocommerce #respond input#submit.alt:disabled:hover, .woocommerce a.button.alt:disabled:hover, .woocommerce button.button.alt:disabled:hover, .woocommerce input.button.alt:disabled:hover {
    background-color: #676c71; }
  .woocommerce #respond input#submit.alt:disabled[disabled], .woocommerce a.button.alt:disabled[disabled], .woocommerce button.button.alt:disabled[disabled], .woocommerce input.button.alt:disabled[disabled] {
    background-color: #676c71; }
    .woocommerce #respond input#submit.alt:disabled[disabled]:hover, .woocommerce a.button.alt:disabled[disabled]:hover, .woocommerce button.button.alt:disabled[disabled]:hover, .woocommerce input.button.alt:disabled[disabled]:hover {
      background-color: #676c71; }

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
  background: #000000; }

.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
  background: #555555; }

.woocommerce div.product p.price, .woocommerce div.product span.price {
  color: #444; }

.woocommerce div.product .product_title {
  text-align: left; }

.woocommerce .quantity .qty {
  padding: 8px 6px;
  border-radius: 0;
  margin-right: 10px; }

.woocommerce div.product .woocommerce-tabs ul.tabs li {
  border-radius: 0;
  margin: 0 5px;
  border-color: #DEE3E7;
  background: #F7F8FA; }
  .woocommerce div.product .woocommerce-tabs ul.tabs li a {
    font-weight: normal;
    font-size: 16px; }

.woocommerce div.product .woocommerce-tabs ul.tabs:before {
  border-color: #DEE3E7; }

.woocommerce div.product .woocommerce-tabs ul.tabs li.active:before, .woocommerce div.product .woocommerce-tabs ul.tabs li.active:after {
  display: none; }

.woocommerce div.product .woocommerce-tabs ul.tabs li:before, .woocommerce div.product .woocommerce-tabs ul.tabs li:after {
  display: none; }

.woocommerce-tabs #comments {
  max-width: 100%;
  padding: 0; }

.woocommerce table.shop_table td {
  padding: 20px 15px; }

.woocommerce nav.woocommerce-pagination {
  margin-bottom: 30px; }

.woocommerce nav.woocommerce-pagination ul {
  border: none;
  font-size: 18px; }
  .woocommerce nav.woocommerce-pagination ul li {
    border: 1px solid #eee;
    margin: 0 6px; }
    .woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
      color: #666;
      padding: 13px 16px; }
    .woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover {
      background: #000000;
      color: #fff; }
    .woocommerce nav.woocommerce-pagination ul li span.current {
      background: #000000;
      color: #fff; }

.wc_cat_count {
  opacity: .8;
  font-weight: normal; }

/*--------------------------------------------------------------
# EasyIndex
--------------------------------------------------------------*/
/* EasyIndex Plugin */
.ei-primary .content-area .entry-header {
  display: none; }

.ei-primary .full-width-page .entry-header {
  text-align: center; }

.ei-secondary h1.entry-title {
  font-size: 30px;
  text-align: center; }

.easyindex .entry-content h1,
.easyindex .entry-content h2,
.easyindex .entry-content h3,
.easyindex .entry-content h4,
.easyindex .entry-content h5,
.easyindex .entry-content h6 {
  font-weight: normal; }

.easyindex .entry-content a {
  font-weight: normal;
  color: #363940; }

.easyindex .entry-content .ei-term-name a {
  font-weight: 600; }

.easyindex .entry-content a:hover {
  color: #818592; }

body.ei-index #easyindex-index img {
  margin-bottom: 10px; }

#easyindex-index .ei-item h4.ei-item-title {
  font-size: 14px; }

#easyindex-index .ei-item h3.ei-item-title {
  font-size: 18px; }

#easyindex-index .ei-item .ei-item-title {
  height: auto; }

body.ei-index #easyindex-index li.ei-item {
  text-align: left; }

#easyindex-index .ei-term .ei-term-more {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: center !important;
  margin: 15px 0 50px; }

#easyindex-index .ei-term .ei-term-more a {
  display: inline-block;
  color: #fff;
  padding: 10px 30px;
  transition-duration: 200ms;
  background: #363940; }

#easyindex-index .ei-term .ei-term-more a:hover {
  color: #fff;
  background: #818592; }
