/*
Theme Name: Chefex
Theme URI: https://www.honarsystems.com/chefex
Author: Honar Systems
Author URI: https://www.honarsystems.com/
Description: Chefex is a WordPress blog theme made by Honar Systems. Chefex is customizable & beautiful WordPress theme suitable for blogging. It is very lightweight and SEO friendly. This is mobile friendly that search engines work fine with it.
Version: 0.1.2
Tested up to: 5.8
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: chefex
Tags: grid-layout, left-sidebar, right-sidebar, custom-background, custom-logo, custom-menu, featured-images, editor-style, translation-ready, footer-widgets, custom-colors, custom-header, theme-options, threaded-comments, blog
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Screenshot image is a collage of actual sites created using the Chefex WordPress Theme.
Images that appear in the collage are licensed under CC0.

Screenshot images are all licensed under Creative Commons Zero (CC0) ( https://pxhere.com/en/license )
https://pxhere.com/en/photo/99896
https://pxhere.com/en/photo/126544
https://pxhere.com/en/photo/488170
https://pxhere.com/en/photo/505600
https://pxhere.com/en/photo/560962
https://pxhere.com/en/photo/603436
https://pxhere.com/en/photo/674478
https://pxhere.com/en/photo/760343
https://pxhere.com/en/photo/780582
https://pxhere.com/en/photo/816315
https://pxhere.com/en/photo/819484
https://pxhere.com/en/photo/1165031
https://pxhere.com/en/photo/1206442
https://pxhere.com/en/photo/1634390
https://pxhere.com/en/photo/819863

Video licensed under Creative Commons Zero (CC0) ( https://coverr.co/license )
https://coverr.co/videos/man-cutting-steak--UXfMOUuf3N

Icon licensed under Creative Commons Zero (CC0)
https://www.svgrepo.com/svg/151324/restaurant

Audio
https://synchedin.com/collection/cc0-free-sound-effects-and-images

Chefex uses Lato and Courgette Google font for default
These fonts are licensed under the Open Font License (https://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&id=OFL).
You can use them freely in your products & projects - print or digital, commercial or otherwise. However, you can't sell the fonts on their own.
License: https://fonts.google.com/specimen/Lato?query=lato#license
Source: https://fonts.google.com/specimen/Lato
License: https://fonts.google.com/specimen/Courgette?query=Courgette#license
Source: https://fonts.google.com/specimen/Courgette

== Copyright ==

Chefex WordPress Theme, Copyright 2022 WordPress.org
Chefex is distributed under the terms of the GNU GPL.

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 2 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
*/

/*
 * Content Table

 * General CSS
 * Theme CSS
 * Blog
 * Post
 * 404
 * Footer
 * Copy Right
 * Media
 */

/***********General CSS*********/
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration-thickness: 1px;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 2 */
  text-decoration-style: dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  height: auto;
  max-width: 100%;
}

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
  outline: none;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

html,
body,
input,
textarea {
  padding: 0;
  font-family: DM Sans, SansSerif;
}

div {
  padding: 0;
}

* {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  word-wrap: anywhere;
  white-space: inherit;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:focus-visible {
  border: 1px solid var(--hs-header-color) !important;
  outline: none;
}

input[type="submit"]:focus,
button:focus,
.btn:focus {
  outline: none;
}

/*********Theme CSS*******/

body {
  font-family: var(--hs-text-font-family);
  font-size: var(--hs-text-font-size);
  color: var(--hs-text-color);
  background-color: var(--hs-background-color);
  letter-spacing: var(--hs-text-letter-space);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--hs-header-font-family);
  line-height: var(--hs-header-line-height);
  letter-spacing: var(--hs-header-letter-space);
  color: var(--hs-header-color);
}

input:not([type="button"]):not([type="submit"]),
textarea {
  border: 1px solid;
  border-color: var(--hs-background-accent);
  background: transparent;
  color: var(--hs-header-color);
}

a,
button {
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
}

.chefex-content [type="submit"],
.chefex-content .btn,
.entry-content button {
  text-decoration: none;
  padding: 10px 15px;
  border: 1px solid var(--hs-theme-color);
  background: var(--hs-theme-color);
  color: var(--hs-background-color);
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 0;
  -webkit-border-radius: 0;
  cursor: pointer;
  display: inline-block;
}

.chefex-content [type="submit"]:hover,
.chefex-content .btn:hover,
.entry-content button:hover {
  background: var(--hs-background-color);
  color: var(--hs-theme-color);
}

.chefex-content input:not([type="submit"]):not([type="button"]),
.chefex-content textarea {
  padding: 10px;
  border: 1px solid var(--hs-text-color);
}

.chefex-content a {
  color: var(--hs-theme-color);
}

.chefex-content a:hover {
  color: var(--hs-text-color);
}

.skip-link {
  top: -100%;
  z-index: 100000;
}

.chefex-page-loader {
  position: fixed;
  z-index: 999999;
  background: var(--hs-background-color);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}

.chefex-page-loader .loader {
  border-radius: 50%;
  border-top: 5px solid var(--hs-theme-color);
  border-bottom: 5px solid var(--hs-theme-color);
  width: 50px;
  height: 50px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  left: calc(50% - 25px);
  display: inline-block;
  margin: 0 auto;
}

.chefex-page-loader .loader-img {
  display: inline-block;
  margin: 0 auto;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.chefex-arrow {
  color: var(--hs-text-color);
}

.chefex-arrow:hover {
  color: var(--hs-header-color);
}

.to-top {
  position: fixed;
  bottom: 15px;
  right: 15px;
  width: 35px;
  height: 35px;
  border: none;
  background: var(--hs-background-color);
  cursor: pointer;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  z-index: 2;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
}

.chefex-boxed {
  margin: 0 auto;
}

.chefex-flex {
  display: flex;
}

.chefex-flex.flex-2 > * {
  width: 50%;
}

.chefex-center {
  align-items: center;
}

/*** gutenberg css ***/
.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

.alignwide {
  position: relative !important;
  width: 107% !important;
  max-width: 107% !important;
  margin-left: -4% !important;
}

/*** content css ***/
.entry-content * {
  max-width: 100%;
  overflow: hidden;
}

.entry-content > * {
  margin-left: 0;
  margin-right: 0;
  clear: both;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  margin: 15px 0;
}
.entry-content figure {
  margin: 5px 0;
}

.entry-content blockquote,
.entry-content q {
  position: relative;
  padding: 0 0 0 25px !important;
  border-left: 3px solid var(--hs-theme-color);
}

.chefex-entries .posts article .entry-content blockquote,
.chefex-entries .posts article .entry-content q {
  border: none;
  padding: 0 !important;
}

.entry-content blockquote.has-text-align-right,
.entry-content q.has-text-align-right {
  padding: 0 46px 0 0 !important;
}

.entry-content blockquote cite {
  color: var(--hs-theme-color);
}

.entry-content blockquote::before {
  content: "“";
  font-family: var(--hs-header-font-family);
  font-size: 143px;
  line-height: 1;
  position: absolute;
  top: 5%;
  left: 10%;
  color: var(--hs-theme-color);
  opacity: 0.2;
}

.entry-content blockquote.has-text-align-right::before,
.entry-content q.has-text-align-right::before {
  right: 5px;
  left: inherit;
}

.entry-content select {
  border: 1px solid var(--hs-theme-color);
  padding: 5px;
  background: transparent;
}

.entry-content table {
  width: 100%;
}

.entry-content table th,
.entry-content table td {
  padding: 5px;
}

.entry-content table th,
.entry-content table th a {
  font-weight: 700;
  color: var(--hs-background-color);
  background: var(--hs-theme-color);
}

.entry-content hr {
  color: var(--hs-theme-color);
}

.entry-content pre {
  border-radius: 0;
  -webkit-border-radius: 0;
  border-color: var(--hs-theme-color);
}

.entry-content .wp-block-pullquote {
  border-color: var(--hs-text-color);
}

.entry-content .gallery {
  display: flex;
  flex-wrap: wrap;
}

.entry-content .gallery-columns-1 > figure {
  width: 100%;
}

.entry-content .gallery-columns-2 > figure {
  width: 50%;
}

.entry-content .gallery-columns-3 > figure {
  width: 33.333333%;
}

.entry-content .gallery-columns-4 > figure {
  width: 25%;
}

.entry-content .gallery-columns-5 > figure {
  width: 20%;
}

.entry-content .gallery-columns-6 > figure {
  width: 16.666666%;
}

.entry-content .gallery-columns-7 > figure {
  width: 14.28%;
}

.entry-content .gallery-columns-8 > figure {
  width: 12.5%;
}

.entry-content .gallery-columns-9 > figure {
  width: 11.111111%;
}

.entry-content .gallery-columns-1 > figure,
.entry-content .gallery-columns-2 > figure,
.entry-content .gallery-columns-3 > figure,
.entry-content .gallery-columns-4 > figure,
.entry-content .gallery-columns-5 > figure,
.entry-content .gallery-columns-6 > figure,
.entry-content .gallery-columns-7 > figure,
.entry-content .gallery-columns-8 > figure,
.entry-content .gallery-columns-9 > figure {
  text-align: center;
}

/*** wp widgets ***/
.entry-content .wp-block-cover-text {
  background: var(--hs-background-color-opacity);
}

.widget_archive ul,
.widget_categories ul,
.widget_pages ul,
.widget_meta ul,
.widget_recent_comments ul,
.widget_recent_entries ul,
.widget_rss ul,
.wp-block-archives-list,
.wp-block-latest-posts,
.wp-block-rss,
.widget_product_categories ul,
.wp-block-page-list,
.wp-block-page-list ul,
.wp-block-latest-comments,
.wp-block-categories {
  list-style: none;
  padding: 0;
  margin: 0;
  clear: both;
}

.widget_pages ul li,
.widget_recent_comments ul li,
.widget_recent_entries ul li,
.widget_rss ul li,
.wp-block-archives-list li,
.wp-block-latest-posts ul li,
.wp-block-rss ul li,
.widget_product_categories ul li .wp-block-archives-list ul li,
.widget_categories ul li,
.widget_archive ul li,
.widget_meta ul li,
.wp-block-page-list li,
.wp-block-latest-comments li,
.wp-block-categories li {
  padding: 5px 0;
  border-bottom: 1px solid var(--hs-theme-color);
  position: relative;
  text-align: right;
  overflow: hidden;
  text-transform: capitalize;
}

.widget_recent_entries ul.is-grid li {
  border-bottom: none;
}

.widget_recent_comments ul li,
.widget_recent_entries ul li,
.widget_rss ul li,
.wp-block-latest-posts li,
.wp-block-rss li,
.wp-block-page-list li,
.wp-block-latest-comments li {
  text-align: left;
}

.widget_archive ul ul a::before,
.widget_categories ul ul a::before,
.widget_pages ul ul a::before,
.widget_meta ul ul a::before,
.widget_recent_comments ul ul a::before,
.widget_recent_entries ul ul a::before,
.widget_rss ul ul a::before,
.wp-block-archives-list ul a::before,
.widget_product_categories ul a::before,
.wp-block-page-list ul a::before,
.wp-block-categories ul a::before {
  content: "\f0da";
  padding: 0 7px 0 0;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.widget_archive ul ul li,
.widget_categories ul ul li,
.widget_pages ul ul li,
.widget_meta ul ul li,
.widget_recent_comments ul ul li,
.widget_recent_entries ul ul li,
.widget_rss ul ul li,
.wp-block-archives-list ul li,
.widget_product_categories ul li,
.wp-block-page-list ul li,
.wp-block-categories ul li {
  border: none;
}

.widget_archive ul li a,
.widget_categories ul li a,
.widget_pages ul li a,
.widget_meta ul li a,
.wp-block-archives-list li a,
.widget_product_categories li a,
.wp-block-page-list li a,
.wp-block-categories li a {
  float: left;
  text-decoration: none;
  color: var(--hs-header-color);
}

.wp-block-latest-comments li a {
  text-decoration: none;
  color: var(--hs-header-color);
}

.widget_archive ul li a:hover,
.widget_categories ul li a:hover,
.widget_pages ul li a:hover,
.widget_meta ul li a:hover,
.wp-block-archives-list li a:hover,
.widget_product_categories li a:hover,
.wp-block-page-list li a:hover,
.wp-block-latest-comments li a:hover,
.wp-block-categories li a:hover {
  color: var(--hs-theme-color);
}

.widget_recent_comments a,
.widget_recent_entries a,
.widget_text a,
.widget_rss a,
.widget_tag_cloud a,
.wp-block-tag-cloud a {
  text-decoration: none;
}

.wp-block-latest-comments {
  padding: 0;
}

.widget_tag_cloud a,
.wp-block-tag-cloud a {
  border: 1px solid var(--hs-theme-color);
  padding: 3px;
  text-decoration: none;
  font-size: 12px !important;
  margin: 0 2px 4px 0;
  text-transform: uppercase;
  display: inline-block;
  color: var(--hs-header-color);
}

.widget_tag_cloud a:hover,
.wp-block-tag-cloud a:hover {
  color: var(--hs-theme-color);
}

.widget_nav_menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.widget_nav_menu ul li {
  position: relative;
}

.widget_nav_menu .sub-menu {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  left: 100%;
  top: 0;
  min-width: 300px;
  box-shadow: var(--hs-theme-color) 2px 2px 10px -4px;
  background: var(--hs-background-color);
}

.widget_nav_menu .menu-item-has-children:hover > .sub-menu {
  visibility: visible;
  opacity: 1;
}

.widget_nav_menu a {
  padding: 10px 0;
  text-decoration: none;
  color: var(--hs-header-color);
  text-transform: capitalize;
  border-bottom: 1px solid var(--hs-theme-color);
  display: flex;
}

.widget_nav_menu .sub-menu li:last-child > a,
.widget_nav_menu .chefex-mega-menu .sub-menu a{
  border-color: transparent;
}

.widget_nav_menu .sub-menu li a{
  padding-left: 15px;
  padding-right: 15px;
}

.widget_nav_menu .menu-item-has-children > a::before {
  content: "\f0da";
  padding: 0 7px 0 0;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.widget_nav_menu .chefex-mega-menu .menu-item-has-children > a::before{
  display: none;
}

.wp-block-latest-posts li {
  padding: 5px 0;
}

.wp-block-latest-posts__featured-image {
  width: 30%;
  height: auto;
  float: left;
  border: 2px solid var(--hs-theme-color);
  border-radius: 10px;
  overflow: hidden;
}

.wp-block-latest-posts a {
  color: var(--hs-header-color);
  text-decoration: none;
  display: block;
}

.wp-block-latest-posts img {
  display: block;
}

.wp-block-latest-posts a:hover {
  color: var(--hs-theme-color);
}

.wp-block-latest-posts__list > li > a {
  padding: 0px 0 3px 15px;
  display: block;
  float: left;
  width: 70%;
  font-size: 130%;
  font-weight: 700;
  text-transform: capitalize;
}

.wp-block-latest-posts__list
  > li
  > div:not(.wp-block-latest-posts__featured-image),
.wp-block-latest-posts__list > li > time {
  padding: 0px 0 3px 15px;
  margin: 0;
  width: 70%;
  float: left;
}

.wp-block-latest-posts.is-grid .wp-block-latest-posts__featured-image,
.wp-block-latest-posts.is-grid > li > a,
.wp-block-latest-posts.is-grid > li > div,
.wp-block-latest-posts.is-grid > li > time {
  width: 100%;
}
.wp-block-latest-posts.is-grid > li > a,
.wp-block-latest-posts.is-grid
  > li
  > div:not(.wp-block-latest-posts__featured-image),
.wp-block-latest-posts.is-grid > li > time {
  padding: 0px 0 3px 0;
}

.widget_recent_comments ol {
  margin: 0;
}

.widget_recent_comments ol li {
  border-bottom: 1px solid var(--hs-theme-color);
}

.wp-block-calendar a {
  text-decoration: none;
}

.wp-block-calendar table th {
  background: var(--hs-theme-color);
  color: var(--hs-background-color);
}

.widget_search form {
  display: flex;
  flex-wrap: wrap;
}

.widget_search input {
  width: 100%;
}

.widget_search button {
  margin: 0;
}

.wp-block-calendar table caption,
.wp-block-calendar table tbody,
.wp-block-rss__item-author,
.wp-block-rss__item-publish-date {
  color: inherit;
}

/*** header ***/
.site-header {
  box-shadow: 0 0 7px -2px var(--hs-header-color);
  z-index: 2;
  position: relative;
}
/*** header top ***/
.header-top {
  padding: 7px 0;
}

.header-top .menu {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
}

.header-top .menu a {
  padding: 0 10px 0 0;
  text-decoration: none;
  display: flex;
  align-items: center;
}

.header-top .menu a:hover {
  color: var(--hs-theme-color);
}

.header-top .menu span,
.header-top .menu i {
  padding-right: 5px;
}

/*** search box ***/
.search-box-responsive-icon {
  display: none;
}
.search-box-responsive {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: -100%;
  background: var(--hs-background-color);
  z-index: 999999;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  visibility: hidden;
  opacity: 0;
}

.search-box-responsive .close {
  text-align: center;
  padding: 30px;
}

.search-box-responsive .close span {
  font-size: 36px;
  color: var(--hs-theme-color);
  cursor: pointer;
}

.search-box-responsive .search-box-form {
  width: 100%;
}

.search-box-responsive .search-box-form form {
  width: 100%;
  display: flex;
  padding: 15px;
}

.search-box-responsive .search-box-form input {
  width: 100%;
  padding: 10px 15px;
  border: 1px solid var(--hs-text-color);
}

.search-box-responsive .search-box-form button {
  text-decoration: none;
  padding: 10px 15px;
  border: 1px solid var(--hs-theme-color);
  background: var(--hs-theme-color);
  color: var(--hs-background-color);
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 0;
  -webkit-border-radius: 0;
  cursor: pointer;
  display: inline-block;
}

.header-top .search-box {
  text-align: right;
}

.search-box .search-box-form {
  display: inline-block;
}

.search-box .search-form {
  display: flex;
}

.header-top .search-field {
  background: transparent;
  border: none !important;
  border-bottom: 1px solid var(--hs-text-color) !important;
  padding: 5px;
}

.header-top .search-submit {
  border: none;
  padding: 5px;
  border-bottom: 1px solid var(--hs-text-color);
  background: transparent;
  cursor: pointer;
  color: var(--hs-text-color);
}

.header-top .search-submit:hover {
  color: var(--hs-theme-color);
}

.header-top .search-submit span {
  width: auto;
  height: auto;
}

/*** main menu ***/
.chefex-header {
  display: flex;
  padding: 15px 0;
}

.chefex-header .main-menu {
  width: 75%;
  position: relative;
}

.main-nav .close span {
  display: none;
}

.chefex-header > div:last-child {
  display: none;
}

.menu-show {
  left: 0 !important;
  visibility: visible !important;
  opacity: 1 !important;
}

.main-menu .mobile-btn {
  color: var(--hs-header-color);
  cursor: pointer;
  display: none;
}

.main-menu .mobile-btn:hover {
  color: var(--hs-theme-color);
}

.main-menu .mobile-btn span {
  font-size: 28px;
}

.main-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.main-nav ul li {
  position: relative;
}

.main-nav .menu > li {
  display: inline-block;
}

.main-nav ul a {
  display: block;
  padding: 15px 0;
  text-decoration: none;
  color: var(--hs-header-color);
  text-transform: capitalize;
  font-size: 16px;
}

.main-nav ul a span {
  width: 25px;
  text-align: left;
}

.main-nav ul a::after {
  width: 10px;
  text-align: right;
}

.main-nav .menu > li > a {
  padding: 15px 15px 15px 0;
  font-weight: 700;
  text-transform: capitalize;
  font-size: 17px;
}

.main-nav .menu li.menu-item-has-children > a:after {
  content: "\f0d7";
  padding: 0 0 0 5px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 11px;
  margin: 5px 0 0 0;
}

.main-nav .menu .sub-menu li.menu-item-has-children > a:after {
  content: "\f0da";
  float: right;
  padding: 0 0 0 5px;
  text-align: center;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 11px;
}

.main-nav ul .sub-menu {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  left: -15px;
  top: 0;
  min-width: 270px;
  margin-top: 50px;
  background: var(--hs-background-color);
  box-shadow: #333 3px 3px 10px -5px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
}

.main-nav li:hover > .sub-menu,
.main-nav li:focus-within > .sub-menu {
  visibility: visible;
  opacity: 1;
}

.main-nav .menu .sub-menu li {
  display: block;
  text-align: left;
  padding: 0 15px;
}

.main-nav .menu .sub-menu li:not(:last-child) {
  border-bottom: 1px solid var(--hs-text-color);
}

.main-nav li .sub-menu .sub-menu {
  left: 100%;
  margin-top: 0;
}

/*** mega menu***/
.header-menu .chefex-mega-menu {
  position: inherit !important;
}
.header-menu .chefex-mega-menu .sub-menu .sub-menu,
.widget_nav_menu .chefex-mega-menu .sub-menu .sub-menu{
  position: relative !important;
  left: 0 !important;
  box-shadow: none;
}

.header-menu .chefex-mega-menu > .sub-menu,
.widget_nav_menu .chefex-mega-menu > .sub-menu{
  display: flex;
}

.header-menu .chefex-mega-menu .sub-menu li.menu-item-has-children > a::after {
  display: none;
}

.header-menu .chefex-mega-menu .chefex-menu-title > a,
.widget_nav_menu .chefex-mega-menu .chefex-menu-title > a {
  font-size: 150%;
  font-weight: 700;
}

.header-menu .chefex-mega-menu .sub-menu .sub-menu li {
  padding: 0;
}

.header-menu .chefex-mega-menu .sub-menu .sub-menu li a {
  padding-top: 0;
}

.header-menu .chefex-mega-menu .sub-menu li:not(:last-child) {
  border-bottom: none !important;
}

.header-menu .chefex-mega-menu .sub-menu {
  visibility: hidden !important;
  opacity: 0 !important;
  z-index: 0;
}

.header-menu .chefex-mega-menu:hover .sub-menu,
.widget_nav_menu .chefex-mega-menu:hover .sub-menu {
  visibility: visible !important;
  opacity: 1 !important;
}

.chefex-header .logo {
  width: 25%;
  padding-right: 15px;
}

.site-title,
.site-title a {
  text-decoration: none;
  color: var(--hs-theme-color);
  text-transform: capitalize;
  font-family: var(--hs-header-font-family);
  font-weight: 700;
  font-size: 36px;
  margin: 0;
}

.site-description {
  margin: 0;
  text-transform: capitalize;
  padding: 5px 0;
  font-size: 15px;
  font-weight: 400;
  position: relative;
  display: inline-block;
  color: var(--hs-header-color);
}

/********* blog **********/
.chefex-content {
  display: flex;
  padding: 30px 0;
}

.chefex-content .sidebar-left {
  padding: 0 30px 0 0;
}
.chefex-content .sidebar-right {
  padding: 0 0 0 30px;
}

.chefex-content .sidebar .widget {
  margin-bottom: 30px;
  clear: both;
}
/*** widgets areas ***/
.home-before-content,
.home-after-content,
.before-footer {
  padding: 30px 0;
}
.home-before-content .widget:not(:last-child),
.home-after-content .widget:not(:last-child),
.before-footer .widget:not(:last-child) {
  margin-bottom: 30px;
}

.home-before-content .widget:first-child .widget-title {
  margin-top: 30px;
}
/*** posts ***/
.chefex-entries .posts {
  display: flex;
  flex-wrap: wrap;
}
.chefex-entries .posts.column-1 article {
  width: 100%;
}
.chefex-entries .posts.column-2 article {
  width: 50%;
}
.chefex-entries .posts.column-3 article {
  width: 33.333333%;
}
.chefex-entries .posts.column-4 article {
  width: 25%;
}

.chefex-entries .posts.chefex-grid.column-1 article {
  padding: 0 0 30px 0;
}

.chefex-entries .posts.chefex-grid.column-2 article {
  padding: 0 15px 30px 0;
}

.chefex-entries .posts.chefex-grid.column-2 article:nth-child(2n + 2) {
  padding: 0 0 30px 15px;
}

.chefex-entries .posts.chefex-grid.column-3 article:nth-child(3n + 1) {
  padding: 0 15px 30px 0;
}

.chefex-entries .posts.chefex-grid.column-3 article:nth-child(3n + 2) {
  padding: 0 15px 30px 15px;
}

.chefex-entries .posts.chefex-grid.column-3 article:nth-child(3n + 3) {
  padding: 0 0 30px 15px;
}

.chefex-entries .posts.chefex-grid.column-4 article:nth-child(4n + 1) {
  padding: 0 15px 30px 0;
}

.chefex-entries .posts.chefex-grid.column-4 article:nth-child(4n + 2),
.chefex-entries .posts.chefex-grid.column-4 article:nth-child(4n + 3) {
  padding: 0 15px 30px 15px;
}

.chefex-entries .posts.chefex-grid.column-4 article:nth-child(4n + 4) {
  padding: 0 0 30px 15px;
}

.chefex-entries .posts.chefex-masonry article {
  padding: 0 15px 30px 15px;
}

.chefex-entries .posts.chefex-list article {
  width: 100%;
  padding: 0 0 30px 0;
}

.chefex-entries .posts.chefex-list article:nth-child(2n + 2) {
  padding: 0 0 15px 0;
}

.chefex-entries .pagination,
.chefex-load-more {
  clear: both;
}

.chefex-load-more {
  text-align: center;
}

.chefex-load-more a,
.chefex-load-more div {
  text-decoration: none;
  border: 2px solid var(--hs-theme-color);
  padding: 10px 40px;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  font-size: 110%;
  font-weight: 700;
  display: inline-block;
  text-transform: capitalize;
}

.chefex-load-more div {
  border-color: transparent;
}

.chefex-entries .pagination .nav-links,
.chefex-content .page-links,
.comment-pagination {
  display: flex;
  align-items: center;
}

.chefex-entries .pagination .nav-links > a,
.chefex-entries .pagination .nav-links > span,
.chefex-content .page-links > a,
.chefex-content .page-links > span,
.comment-pagination > .page-numbers {
  color: var(--hs-theme-color);
  text-decoration: none;
  display: inline-block;
  padding: 10px;
  text-transform: capitalize;
}

.chefex-entries .pagination .nav-links > span,
.chefex-entries .pagination .nav-links > a:hover,
.chefex-content .page-links > span,
.chefex-content .page-links > a:hover,
.comment-pagination > span.page-numbers,
.comment-pagination > a.page-numbers:hover {
  color: var(--hs-text-color);
}

/************** post ***************/
.chefex-content article.post .entry-categories,
.chefex-content article.post .entry-title,
.chefex-content article.post .entry-meta,
.chefex-content article.post .entry-content,
.chefex-content article.post .entry-tags,
.chefex-content article.post .entry-navigation,
.chefex-content article.post .entry-avatar,
.chefex-content article.post .related-posts,
.chefex-content article.post .entry-comment,
.chefex-content article.post .entry-share {
  clear: both;
  margin-bottom: 15px;
}
.chefex-content article .entry-categories {
  margin-bottom: 11px;
}
.single .post-thumbnail,
.page .post-thumbnail {
  width: 100%;
  text-align: center !important;
  height: inherit;
  margin-top: 15px;
}
.single .post-thumbnail img,
.page .post-thumbnail img {
  border-radius: 25px;
  -webkit-border-radius: 25px;
  border: 3px solid var(--hs-theme-color);
  display: block;
  margin: 0 auto;
}

.single .entry-categories a {
  padding: 5px 15px;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  color: var(--hs-background-color);
  background: var(--hs-theme-color);
  font-size: 9px;
  margin-right: 2px;
  margin-bottom: 4px;
}

.single .entry-title,
.page .entry-title {
  margin-top: 0;
  text-transform: capitalize;
}

.single .entry-meta,
.page .entry-meta {
  font-size: 10px;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.single .entry-comment-count::before,
.page .entry-comment-count::before {
  content: "-";
  padding: 0 10px;
}

.single .entry-content,
.page .entry-content {
  text-align: justify;
}

.single .entry-tags .tag-title {
  background: var(--hs-text-color);
  color: var(--hs-background-color);
  padding: 2px 5px;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: inline-block;
}

.single .entry-tags a {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 10px;
  padding: 0 10px;
  color: var(--hs-theme-color);
  display: inline-block;
}

.single .entry-tags a:hover {
  color: var(--hs-text-color);
}

.single .entry-navigation,
.page .entry-navigation {
  display: flex;
  padding: 15px 0 0 0;
  border-top: 1px solid var(--hs-text-color);
}

.single .entry-navigation .pre-post,
.single .entry-navigation .next-post,
.page .entry-navigation .pre-post,
.page .entry-navigation .next-post {
  width: 50%;
  color: var(--hs-text-color);
  text-transform: capitalize;
  font-size: 12px;
}

.single .entry-navigation .next-post,
.page .entry-navigation .next-post {
  text-align: right;
}

.single .entry-navigation a,
.page .entry-navigation a {
  display: block;
  padding: 10px 0 0 0;
  font-size: 18px;
  text-decoration: none;
  text-transform: capitalize;
  color: var(--hs-theme-color);
  letter-spacing: 1px;
  font-family: var(--hs-header-font-family);
}

.single .entry-navigation a:hover,
.page .entry-navigation a:hover {
  color: var(--hs-header-color);
}

.single .entry-avatar {
  border-top: 1px solid var(--hs-text-color);
  padding: 15px 0 0 0;
  display: flex;
  align-items: center;
}

.single .entry-avatar .author-avatar {
  width: 100px;
}

.single .entry-avatar .author-avatar img {
  border-radius: 100%;
  -webkit-border-radius: 100%;
  border: 3px solid var(--hs-theme-color);
  padding: 3px;
}

.single .entry-avatar .author-meta {
  width: calc(100% - 100px);
  padding: 0 0 0 30px;
}

.single .entry-avatar .author-name a {
  display: block;
  padding: 0 0 10px 0;
  font-size: 18px;
  text-decoration: none;
  text-transform: capitalize;
  color: var(--hs-theme-color);
  letter-spacing: 1px;
  font-family: var(--hs-header-font-family);
}

.single .entry-avatar .author-name a:hover {
  color: var(--hs-text-color);
}

.single .entry-avatar .author-description {
  text-align: justify;
}

.single .related-posts {
  padding: 15px 0 0 0;
  border-top: 1px solid var(--hs-text-color);
}

.single .related-posts .posts {
  display: flex;
}

.single .related-posts .related-post {
  width: 33.333333%;
  padding: 0 8px;
}

.single .related-posts .related-post:last-child {
  padding: 0 0 0 15px;
}

.single .related-posts .related-post:first-child {
  padding: 0 15px 0 0;
}

.single .related-posts .related-post-thumbnail {
  overflow: hidden;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  border: 3px solid var(--hs-theme-color);
}

.single .related-posts .related-post-thumbnail img {
  display: block;
  transition: 2s;
  -webkit-transition: 2s;
  -moz-transition: 2s;
  -o-transition: 2s;
  transform: scale(1.01);
  -webkit-transform: scale(1.01);
  -moz-transform: scale(1.01);
  -o-transform: scale(1.01);
}

.single .related-posts .related-post:hover .related-post-thumbnail img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.single .related-posts .related-post-title {
  margin: 0;
}

.single .related-posts .related-post-title a {
  display: block;
  padding: 10px 0 0 0;
  font-size: 18px;
  text-decoration: none;
  text-transform: capitalize;
  color: var(--hs-theme-color);
  letter-spacing: 1px;
}

.single .related-posts .related-post-title a:hover {
  color: var(--hs-text-color);
}

.single .entry-comment .comments-area .comment-respond,
.page .entry-comment .comments-area .comment-respond {
  padding: 15px 0 0 0;
  border-top: 1px solid var(--hs-text-color);
}

.single .entry-comment .comment-reply-title,
.page .entry-comment .comment-reply-title {
  font-weight: 400;
  font-size: 20px;
  margin: 0 0 15px 0;
}

.single .entry-comment .comment-respond a,
.page .entry-comment .comment-respond a {
  color: var(--hs-theme-color);
  text-decoration: none;
}

.single .entry-comment .comment-respond a:hover,
.page .entry-comment .comment-respond a:hover {
  color: var(--hs-text-color);
}

.single .entry-comment .comment-form input:not(.submit),
.single .entry-comment .comment-form textarea,
.page .entry-comment .comment-form input:not(.submit),
.page .entry-comment .comment-form textarea {
  padding: 10px;
  border: 1px solid var(--hs-text-color);
  width: 100%;
}

.single .entry-comment .comment-form textarea,
.page .entry-comment .comment-form textarea {
  min-height: 120px;
}

.single .entry-comment .comment-respond,
.page .entry-comment .comment-respond {
  padding-bottom: 15px;
}

.single .entry-comment .comments-title,
.page .entry-comment .comments-title {
  position: relative;
  font-weight: 400;
  font-size: 20px;
  text-transform: capitalize;
  display: flex;
  text-align: center;
  align-items: center;
  margin: 15px 0 0 0;
}

.single .entry-comment .comments-title span,
.page .entry-comment .comments-title span {
  position: relative;
  padding: 0 10px 0 0;
  flex-grow: 1;
  border: 1px solid var(--hs-theme-color);
  height: 0;
  margin-left: 15px;
}

.single .entry-comment .comment-list .comment-body,
.page .entry-comment .comment-list .comment-body {
  display: flex;
}

.single .entry-comment .comment-list .comment-body .avatar,
.page .entry-comment .comment-list .comment-body .avatar {
  width: 70px;
}
.single .entry-comment .comment-list .comment-body .avatar img,
.page .entry-comment .comment-list .comment-body .avatar img {
  border-radius: 100%;
  -webkit-border-radius: 100%;
  border: 2px solid var(--hs-theme-color);
  padding: 2px;
}

.single .entry-comment .comment-list .comment-body .comment-author,
.page .entry-comment .comment-list .comment-body .comment-author {
  width: calc(100% - 70px);
  padding: 0 0 0 30px;
}

.single .entry-comment .comment-list .trackback .comment-body .comment-author,
.page .entry-comment .comment-list .trackback .comment-body .comment-author {
  padding: 0;
}

.single .entry-comment .comment-list .comment-body .comment-author .name,
.single .entry-comment .comment-list .comment-body .comment-author .name a,
.page .entry-comment .comment-list .comment-body .comment-author .name,
.page .entry-comment .comment-list .comment-body .comment-author .name a {
  font-weight: 400;
  font-size: 20px;
  margin: 0;
  font-family: var(--hs-header-font-family);
  text-transform: capitalize;
  text-decoration: none;
  width: 80%;
}

.single .entry-comment .comment-list .comment-body .comment-author .name,
.page .entry-comment .comment-list .comment-body .comment-author .name {
  color: var(--hs-header-color);
}

.single .entry-comment .comment-list .comment-body .comment-author a,
.page .entry-comment .comment-list .comment-body .comment-author a {
  color: var(--hs-theme-color);
  text-decoration: none;
  font-size: 12px;
}

.single .entry-comment .comment-list .comment-body .comment-author a:hover,
.page .entry-comment .comment-list .comment-body .comment-author a:hover {
  color: var(--hs-header-color);
}

.single .entry-comment .comment-list .comment-author .comment-metadata,
.page .entry-comment .comment-list .comment-author .comment-metadata {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}

.single .entry-comment .comment-list .comment-author .comment-metadata a,
.page .entry-comment .comment-list .comment-author .comment-metadata a {
  text-decoration: none;
  text-transform: capitalize;
  font-size: 12px;
  color: var(--hs-theme-color);
}

.single .entry-comment .comment-list .comment-reply,
.page .entry-comment .comment-list .comment-reply {
  text-align: right;
  width: 20%;
}

.single .entry-comment .comment-list .comment-reply a,
.page .entry-comment .comment-list .comment-reply a {
  text-transform: uppercase !important;
  letter-spacing: 1px;
}

.single .entry-comment .comment-list,
.page .entry-comment .comment-list {
  padding: 0;
  list-style: none;
}

.single .entry-comment .comment-list ul,
.page .entry-comment .comment-list ul {
  list-style: none;
}

.single .entry-comment .comment-list .comment-author .comment-content,
.page .entry-comment .comment-list .comment-author .comment-content {
  text-align: justify;
}

.single .entry-comment .comment-list .comment-author .comment-content p,
.page .entry-comment .comment-list .comment-author .comment-content p {
  margin: 15px 0 0 0;
}

.single .entry-comment .comment-list .children,
.page .entry-comment .comment-list .children {
  margin: 0;
}

.single .entry-comment .comment-list .comment,
.page .entry-comment .comment-list .comment,
.single .entry-comment .comment-list .trackback,
.page .entry-comment .comment-list .trackback {
  padding-top: 15px;
  border-top: 1px solid var(--hs-text-color);
}

.single .entry-comment .comment-list > .comment:first-child,
.page .entry-comment .comment-list > .comment:first-child,
.single .entry-comment .comment-list > .trackback:first-child,
.page .entry-comment .comment-list > .trackback:first-child {
  border: none;
}
/******** Author *********/
.chefex-author {
  width: 50%;
  margin: 30px auto 15px auto;
}
.chefex-author .avatar,
.chefex-author .name,
.chefex-author .description,
.chefex-author .social-media {
  text-align: center;
  margin-bottom: 15px;
}

.chefex-author .avatar img {
  border-radius: 100%;
  -webkit-border-radius: 100%;
  border: 5px solid var(--hs-theme-color);
  padding: 5px;
}

.chefex-author .name {
  font-size: 18px;
  font-weight: 700;
  text-transform: capitalize;
  color: var(--hs-theme-color);
  text-decoration: none;
}

.chefex-author .description {
  line-height: 28px;
  font-size: 16px;
  color: var(--hs-header-color);
}

.chefex-author .social-media a {
  font-size: 20px;
  color: var(--hs-theme-color);
  margin: 0 10px;
}

.chefex-author .social-media a:hover {
  color: var(--hs-header-color);
}
/******** 404 ***********/
.error404 .entry-title {
  text-align: center;
  font-size: 75px;
}

.error404 .entry-content {
  text-align: center;
}

.error404 .entry-content .search-box-form {
  display: flex;
}

.error404 .entry-content .search-form {
  display: flex;
  margin: 15px auto;
}

.error404 .entry-content .search-form .search-field {
  width: 300px;
}

.error404 .entry-content a {
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
}
/************* archive ***********/
.chefex-archive-title h1,
.chefex-search-title h1 {
  margin: 30px 0 0 0;
  padding: 15px 0;
}

.chefex-archive-title span,
.chefex-search-title span {
  text-transform: capitalize;
}

/************* footer ***********/
.site-footer {
  background: var(--hs-background-accent);
}
.site-footer .inner-footer {
  padding: 60px 0;
  display: flex;
}

.site-footer .footer {
  margin: 0 15px;
}

.site-footer .inner-footer.column-1 .footer {
  width: 100%;
}

.site-footer .inner-footer.column-2 .footer {
  width: 50%;
}

.site-footer .inner-footer.column-3 .footer {
  width: 33.333333%;
}

.site-footer .footer:first-child {
  margin: 0 15px 0 0;
}

.site-footer .footer:last-child {
  margin: 0 0 0 15px;
}

/*** chefex widgets ***/
.widget-title {
  position: relative;
  font-weight: 400;
  font-size: 20px;
  text-transform: capitalize;
  display: flex;
  text-align: center;
  align-items: center;
  margin: 0 0 15px 0;
}

.widget-title span {
  position: relative;
  padding: 0 10px 0 0;
  flex-grow: 1;
  border: 1px solid var(--hs-theme-color);
  height: 0;
  margin-left: 15px;
}

/*********** copyright *************/
.site-copyright {
  padding: 15px 0;
  border-top: 1px solid var(--hs-text-color);
}

.site-copyright a {
  text-decoration: none;
}

.site-copyright .social-media {
  text-align: right;
}
.site-copyright .social-media ul {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0;
}

.site-copyright .social-media ul li {
  float: left;
}

.site-copyright .social-media a {
  padding: 0 0 0 15px;
  display: flex;
  align-items: center;
  text-transform: capitalize;
  font-size: 13px;
  font-weight: 400;
}

.site-copyright .social-media a span,
.site-copyright .social-media a i {
  padding-right: 5px;
}

/************** media **************/
@media (max-width: 1200px) {
  .header-top {
    padding: 15px;
  }
  .chefex-boxed {
    max-width: 100% !important;
  }

  .chefex-header {
    padding: 15px;
  }

  .chefex-content,
  .site-footer,
  .site-copyright {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 991px) {
  .chefex-header > div:last-child {
    width: 25%;
    display: block;
    order: 3;
  }
  .main-menu .mobile-btn {
    display: block;
  }

  .main-nav {
    position: fixed;
    top: 0;
    left: -30%;
    background: var(--hs-background-color);
    height: 100%;
    width: 100%;
    padding: 50px 30px 30px 30px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    z-index: 999999;
    border-right: 1px solid var(--hs-theme-color);
    overflow-y: auto;
    visibility: hidden;
    opacity: 0;
  }

  .main-nav .close:hover {
    color: var(--hs-theme-color);
    cursor: pointer;
  }

  .main-nav .close span {
    font-size: 50px;
    height: 50px;
    width: 50px;
    display: block;
  }

  .chefex-header .logo {
    order: 2;
    width: 50%;
    text-align: center;
  }

  .chefex-header .main-menu {
    order: 1;
    width: 25%;
  }

  .main-nav ul a {
    display: block;
    padding: 15px 0;
    text-decoration: none;
    color: var(--hs-header-color);
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    border-bottom: 1px solid var(--hs-text-color);
  }

  .main-nav .menu > li {
    display: block;
  }

  .main-nav .menu .sub-menu li {
    padding: 0 0 0 15px;
  }

  .main-nav .menu .sub-menu li:not(:last-child) {
    border-bottom: none;
  }

  .main-nav .menu li.menu-item-has-children > a::after {
    display: none;
  }

  .main-nav ul .sub-menu {
    visibility: visible;
    opacity: 1;
    position: relative;
    left: inherit;
    top: inherit;
    min-width: 100%;
    margin-top: 0;
    background: none;
    box-shadow: none;
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
  }

  .main-nav li .sub-menu .sub-menu {
    left: inherit;
    margin-top: 0;
  }

  .main-nav ul .sub-menu a::before {
    content: "\f0da";
    padding: 0 7px 0 0;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
  }

  .main-nav ul .sub-menu .sub-menu {
    padding-left: 15px;
  }

  .chefex-mega-menu .sub-menu {
    visibility: visible !important;
    opacity: 1 !important;
    display: block;
    padding: 0 !important;
  }

  .chefex-mega-menu .sub-menu li {
    padding: 0 !important;
  }

  .chefex-mega-menu a {
    border-bottom: none !important;
  }

  .chefex-mega-menu .sub-menu a::before {
    display: none !important;
  }

  .chefex-mega-menu > .sub-menu > li {
    border-bottom: 1px solid var(--hs-text-color) !important;
  }

  .chefex-entries .posts article,
  .chefex-entries .posts article:nth-child(2n + 2),
  .chefex-entries .posts.column-1 article,
  .chefex-entries .posts.column-2 article,
  .chefex-entries .posts.column-3 article,
  .chefex-entries .posts.column-4 article,
  .chefex-entries .posts.chefex-grid.column-1 article,
  .chefex-entries .posts.chefex-grid.column-2 article,
  .chefex-entries .posts.chefex-grid.column-2 article:nth-child(2n + 2),
  .chefex-entries .posts.chefex-grid.column-3 article:nth-child(3n + 1),
  .chefex-entries .posts.chefex-grid.column-3 article:nth-child(3n + 2),
  .chefex-entries .posts.chefex-grid.column-3 article:nth-child(3n + 3),
  .chefex-entries .posts.chefex-grid.column-4 article:nth-child(4n + 1),
  .chefex-entries .posts.chefex-grid.column-4 article:nth-child(4n + 2),
  .chefex-entries .posts.chefex-grid.column-4 article:nth-child(4n + 3),
  .chefex-entries .posts.chefex-grid.column-4 article:nth-child(4n + 4),
  .chefex-entries .posts.chefex-masonry article,
  .chefex-entries .posts.chefex-list article,
  .chefex-entries .posts.chefex-list article:nth-child(2n + 2) {
    clear: both;
    width: 100%;
    padding: 0 0 30px 0;
  }

  .chefex-entries .posts article .entry-categories,
  .chefex-entries .posts article .entry-title,
  .chefex-entries .posts article .entry-meta,
  .chefex-entries .posts article .entry-content,
  .chefex-entries .posts article .entry-read-more {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .header-top .social-media {
    width: 85%;
  }

  .header-top .search-box {
    display: none;
  }

  .header-top .search-box-responsive-icon {
    text-align: right;
    display: block;
    width: 15%;
  }
  .chefex-content {
    flex-wrap: wrap;
  }

  .chefex-entries,
  .chefex-content .sidebar {
    width: 100%;
    padding: 0;
  }

  .chefex-content .sidebar {
    order: 2;
  }

  .site-footer .inner-footer {
    flex-wrap: wrap;
    padding: 60px 0 0 0;
  }

  .site-footer .footer,
  .site-footer .footer:first-child,
  .site-footer .footer:last-child,
  .site-footer .inner-footer.column-1 .footer,
  .site-footer .inner-footer.column-2 .footer,
  .site-footer .inner-footer.column-3 .footer {
    margin: 0;
    width: 100%;
  }

  .site-copyright {
    flex-wrap: wrap;
  }

  .site-copyright .inner-copyright {
    flex-wrap: wrap;
  }

  .site-copyright .inner-copyright > div {
    width: 100% !important;
    padding: 0 7px 15px 7px;
    text-align: center !important;
  }

  .site-copyright .copyright {
    order: 2;
  }

  .site-copyright .social-media {
    order: 1;
  }

  .site-copyright .social-media ul li {
    padding: 10px 0 0 0;
  }

  .single .entry-content,
  .page .entry-content {
    margin-top: 20px;
  }

  .single .entry-avatar {
    flex-wrap: wrap;
  }

  .single .entry-avatar .author-avatar,
  .single .entry-avatar .author-meta {
    width: 100%;
    text-align: center;
    padding: 0;
  }

  .single .entry-avatar .author-description {
    text-align: center;
  }

  .single .related-posts .posts {
    flex-wrap: wrap;
  }

  .single .related-posts .related-post,
  .single .related-posts .related-post:first-child,
  .single .related-posts .related-post:last-child {
    width: 100%;
    padding: 0;
  }

  .single .entry-comment .comment-list .comment-body,
  .page .entry-comment .comment-list .comment-body {
    flex-wrap: wrap;
  }

  .single .entry-comment .comment-list .comment-body .avatar,
  .page .entry-comment .comment-list .comment-body .avatar {
    width: 100%;
  }

  .single .entry-comment .comment-list .comment-body .avatar img,
  .page .entry-comment .comment-list .comment-body .avatar img {
    width: 70px;
  }

  .single .entry-comment .comment-list .comment-body .comment-author,
  .page .entry-comment .comment-list .comment-body .comment-author {
    width: 100%;
    padding: 0;
  }

  .single .entry-comment .comment-list .children,
  .page .entry-comment .comment-list .children {
    padding: 0;
  }

  .error404 .entry-content .search-form {
    width: 100%;
  }

  .wp-block-latest-posts.is-grid li {
    margin: 0;
  }

  .widget_recent_entries ul.is-grid li {
    display: flex;
    align-items: center;
  }

  .wp-block-latest-posts.is-grid > li > div,
  .wp-block-latest-posts.is-grid > li > a {
    width: 50% !important;
  }

  .wp-block-latest-posts.is-grid > li > a {
    padding: 0 0 0 15px;
  }

  .wp-block-latest-posts.is-grid > li > div img {
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .main-nav {
    width: 50%;
  }
  .chefex-content .sidebar {
    width: 40%;
  }
}

@media (max-width: 400px) {
  .site-description::after,
  .site-description::before {
    display: none;
  }
}
