@charset "UTF-8";
/*!
Theme Name: vydejnachuti
Theme URI: http://underscores.me/
Author: Marek Kaštil
Author URI: http://kastil.cz
Description: VydejnaChuti.cz - wordpress
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: vydejnachuti
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

vydejnachuti is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
  text-align: center;
}

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

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 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, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 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;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * 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, monospace;
  font-size: 1em;
}

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

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  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;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

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

/**
 * 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;
  outline-offset: -2px;
}

/**
 * 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;
  font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
}

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

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

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
@font-face {
  font-family: "Roboto";
  src: url("./fonts/roboto-italic-variablefont_wdthwght-webfont.woff2") format("woff2"), url("./fonts/roboto-italic-variablefont_wdthwght-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("./fonts/roboto-variablefont_wdthwght-webfont.woff2") format("woff2"), url("./fonts/roboto-variablefont_wdthwght-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("./fonts/Roboto-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("./fonts/Roboto-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("./fonts/Roboto-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Patrick Hand";
  src: url("./fonts/PatrickHand-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "FontAwesome";
  src: url("./fonts/fontawesome-webfont.eot");
  src: url("./fonts/fontawesome-webfont.eot?#iefi") format("embedded-opentype"), url("./fonts/fontawesome-webfont.woff2") format("woff2"), url("./fonts/fontawesome-webfont.woff") format("woff"), url("./fonts/fontawesome-webfont.ttf") format("truetype"), url("./fonts/fontawesome-webfont.svg?#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "chutnejfont1";
  src: url("./fonts/chutnejfont1.woff") format("woff");
  src: url("./fonts/chutnejfont1.woff2?v=2") format("woff2"), url("./fonts/chutnejfont1.ttf?v=2") format("truetype"), url("./fonts/chutnejfont1.woff?v=2") format("woff");
  font-weight: normal;
  font-style: normal;
}
body {
  margin: 0;
  padding: 0;
  font-family: "Roboto", sans-serif;
}

aside {
  display: none;
}

.footer {
  background-color: #fafafa;
  padding: 3rem 1.5rem 6rem;
}
@media (max-width: 960px) {
  .footer {
    padding: 3rem 16px;
  }
}
.footer.footer-dark {
  background: #444f60;
  color: #fff;
}
.footer.footer-dark .container {
  background-color: inherit;
  color: inherit;
}
.footer.footer-dark .footer-logo img {
  height: 60px;
}
.footer .footer-column .footer-header h3 {
  font-weight: 500;
  font-size: 1.2rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0 0 20px;
}
.footer .footer-column ul.link-list {
  line-height: 40px;
  font-size: 1.1rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer .footer-column ul.link-list a {
  color: #98a9c3;
  font-weight: 400;
  transition: all 0.5s;
  text-decoration: none;
}
.footer .footer-column ul.link-list a:hover {
  color: #fcfcfc;
}
.footer .social-links a {
  color: #98a9c3;
  text-decoration: none;
}
.footer .social-links a:hover {
  color: #fcfcfc;
}
.footer .social-links .icon {
  color: #98a9c3;
  transition: all 0.5s;
  align-items: center;
  display: inline-flex;
  justify-content: center;
  height: 1.5rem;
  width: 1.5rem;
}
.footer .social-links .icon:hover {
  color: #fcfcfc;
}
.footer .social-links .icon i {
  font-size: 25px;
}
.footer .columns {
  margin-top: 35px;
  display: flex;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}
@media (max-width: 960px) {
  .footer .columns {
    flex-flow: row wrap;
    margin-top: unset;
  }
}
.footer .columns:last-child {
  margin-bottom: -0.75rem;
}
.footer .columns .column {
  display: block;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
  padding: 0.75rem;
}
@media (max-width: 960px) {
  .footer .columns .column {
    flex: 1 0 100%;
    max-width: 100%;
  }
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa.fa-facebook:before {
  content: "\f09a";
}
.fa.fa-instagram:before {
  content: "\f16d";
}

article {
  max-width: 950px;
  margin: 0 auto;
  text-align: left;
  padding-block: 6rem;
}
@media (max-width: 960px) {
  article {
    padding: 2rem 16px;
  }
}
article h1.entry-title {
  color: #363636;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.125;
  margin-block: 0 initial;
}
article h1.entry-title::after {
  content: "";
  display: block;
  height: 3px;
  border-radius: 50px;
  background: #000;
  width: 60px;
}
article h3 {
  font-size: 1.5em;
  margin-bottom: 0.6666em;
}
article h5 {
  font-size: 1.125em;
  margin-bottom: 0.8888em;
  color: #363636;
  font-weight: 600;
  line-height: 1.125;
}
article p {
  font-size: 1.125rem;
  line-height: 1.5;
  margin-top: 0;
  color: #4a4a4a;
}
article p a {
  color: #4a4a4a;
}
article p a:hover {
  text-decoration: none;
  color: #4a4a4a;
}
article p:not(:last-child) {
  margin-bottom: 1em;
}
article code {
  background-color: #f5f5f5;
  color: #da1039;
  font-size: 0.875em;
  font-weight: 400;
  padding: 0.25em 0.5em;
}
article ul {
  list-style: disc outside;
  margin: 1em 0 1em 2em;
  padding: 0;
}
article ul li {
  padding: 0;
  margin: 0;
  font-size: 1.125rem;
  line-height: 1.5;
  color: #4a4a4a;
}
article.vydejna_pickuppoint address {
  font-style: normal;
  border-color: #363636;
  border-radius: 4px;
  border-style: solid;
  border-width: 0 0 0 4px;
  color: #4a4a4a;
  padding: 1.25em 1.5em;
  background-color: #fafafa;
}
article.vydejna_pickuppoint address a {
  color: #4a4a4a;
}
article.vydejna_pickuppoint address a:hover {
  text-decoration: none;
}

main.archive-page {
  padding-bottom: 40px;
}
@media (max-width: 960px) {
  main.archive-page .container {
    padding-inline: 16px;
  }
}
main.archive-page h1 {
  color: #679982;
  text-align: center;
  font-family: "chutnejfont1", "Patrick Hand", cursive;
  font-size: 3rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  margin: 78px auto 40px;
  max-width: 611px;
  text-transform: uppercase;
}
main.archive-page .media {
  align-items: flex-start;
  display: flex;
  text-align: left;
  padding: 0;
}
@media (max-width: 420px) {
  main.archive-page .media {
    flex-flow: wrap;
  }
}
main.archive-page .media a {
  color: #363636;
}
main.archive-page .media span.tag {
  align-items: center;
  background-color: #f5f5f5;
  color: #4a4a4a;
  display: inline-flex;
  font-size: 0.75rem;
  height: 2em;
  justify-content: center;
  line-height: 1.5;
  padding-left: 0.75em;
  padding-right: 0.75em;
  white-space: nowrap;
  border-radius: 50vh;
}
main.archive-page .media span.tag a {
  text-decoration: none;
}
main.archive-page .media span.tag a:hover {
  text-decoration: underline;
}
main.archive-page .media .content:not(:last-child) {
  margin-bottom: 0.75rem;
}
main.archive-page .media .media .media {
  border-top: 1px solid rgba(219, 219, 219, 0.5);
  display: flex;
  padding-top: 0.5rem;
}
main.archive-page .media .media .media .content:not(:last-child),
main.archive-page .media .media .media .control:not(:last-child) {
  margin-bottom: 0.5rem;
}
main.archive-page .media .media .media + .media {
  margin-top: 0.5rem;
}
main.archive-page .media + .media {
  border-top: 1px solid rgba(219, 219, 219, 0.5);
  margin-top: 1rem;
  padding-top: 1rem;
}
main.archive-page .media.is-large + .media {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
}
main.archive-page .media .media-left,
main.archive-page .media .media-right {
  flex-basis: auto;
  flex-grow: 0;
  flex-shrink: 0;
  margin: 0;
  padding: 0;
}
main.archive-page .media .media-left {
  margin-right: 1rem;
}
@media (max-width: 420px) {
  main.archive-page .media .media-left {
    width: 100%;
    flex: 1 0 100%;
  }
  main.archive-page .media .media-left + .media-content {
    margin-top: 24px;
  }
  main.archive-page .media .media-left img {
    width: 100%;
  }
}
main.archive-page .media .media-right {
  margin-left: 1rem;
}
main.archive-page .media .media-content {
  flex-basis: auto;
  flex-grow: 1;
  flex-shrink: 1;
  text-align: inherit;
}
@media (max-width: 420px) {
  main.archive-page .media .media-content {
    width: 100%;
    flex: 1 0 100%;
  }
}
main.archive-page .media .image.is-128x128 {
  height: 128px;
  width: 128px;
  display: block;
  position: relative;
  margin: 0;
}
@media (max-width: 420px) {
  main.archive-page .media .image.is-128x128 {
    width: 100%;
    height: auto;
    max-width: 100%;
  }
}

.categories-nav.tags {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  gap: 0.5rem;
  margin-bottom: 24px;
}
.categories-nav.tags a {
  flex: 1 0 auto;
  max-width: max-content;
  align-items: center;
  background-color: #f5f5f5;
  border-radius: 4px;
  color: #4a4a4a;
  display: inline-flex;
  font-size: 1rem;
  justify-content: center;
  line-height: 1.5;
  white-space: nowrap;
  border-radius: 50vh;
  padding: 4px 0.75em;
  text-decoration: none;
}
.categories-nav.tags a:hover {
  text-decoration: underline;
  opacity: 0.8;
}

.wp-block-buttons {
  text-align: center;
}
.wp-block-buttons .wp-block-button {
  margin: 0 auto;
}
.wp-block-buttons .wp-block-button .wp-block-button__link {
  border-radius: 50vh;
  background: #27ae60;
  padding: 24px 32px;
  color: #fff;
  display: inline-block;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  transition: all 2s;
}
.wp-block-buttons .wp-block-button .wp-block-button__link:hover {
  opacity: 0.8;
}

body.page-template-page-template-vydejny h1 {
  color: #679982;
  font-family: "chutnejfont1", "Patrick Hand", cursive;
  font-size: 3rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  text-align: center;
}
body.page-template-page-template-vydejny h1::after {
  display: none;
}
@media (max-width: 960px) {
  body.page-template-page-template-vydejny h1 {
    font-size: 2.1rem;
    text-align: left;
  }
}
body.page-template-page-template-vydejny table tr td {
  border: none;
  border-bottom: 1px solid;
}
body.page-template-page-template-vydejny table tr:last-of-type td {
  border-bottom: 0;
}
body.page-template-page-template-vydejny hr {
  background: transparent;
}
body.page-template-page-template-vydejny ul li {
  font-size: 1.125rem;
  line-height: 1.5;
  margin-top: 0;
  color: #4a4a4a;
}
body.page-template-page-template-vydejny ul li a {
  color: #4a4a4a;
  text-decoration: underline;
}
body.page-template-page-template-vydejny ul li a:hover {
  text-decoration: none;
  color: #4a4a4a;
}
body.page-template-page-template-vydejny ul li + li {
  margin-top: 8px;
}

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

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

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

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

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

figure {
  margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
  color: #4a4a4a;
  transition: all 0.5s;
  text-decoration: none;
}
a:visited {
  color: #4a4a4a;
}
a:hover, a:focus, a:active {
  color: #4a4a4a;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #ccc #bbb #aaa;
}
button:active, button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
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: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]: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 {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
nav.navbar {
  background-color: #fff;
  position: sticky;
  top: 0;
  z-index: 15;
}
nav.navbar .container {
  background-color: inherit;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 0;
}
nav.navbar .container .navbar-brand {
  min-height: 4rem;
  align-items: center;
  display: flex;
  flex-shrink: 0;
}
@media (max-width: 960px) {
  nav.navbar .container .navbar-brand {
    width: 100%;
  }
}
nav.navbar .container a {
  color: #999;
  font-size: 1.2rem;
  text-decoration: none;
  transition: all 0.5s;
  padding: 0.5rem 0.75rem;
  align-items: center;
  display: flex;
}
nav.navbar .container a.menu-cart-link span {
  border-radius: 50vh;
  background: #363636;
  width: 12px;
  height: 12px;
  color: #fff;
  font-size: 0.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 12px;
  display: inline-block;
  text-align: center;
  margin: -15px 0 0 -4px;
}
nav.navbar .container a.menu-cart-link:hover {
  cursor: pointer;
}
nav.navbar .container a.menu-cart-link:hover svg {
  opacity: 0.8;
}
nav.navbar .container a:hover {
  color: #000;
}
nav.navbar .container a.navbar-burger {
  color: #4a4a4a;
  cursor: pointer;
  display: block;
  height: 3.25rem;
  position: relative;
  width: 3.25rem;
  margin-left: auto;
  display: none;
}
@media (max-width: 960px) {
  nav.navbar .container a.navbar-burger {
    margin-left: auto;
    display: flex;
  }
}
nav.navbar .container a.navbar-burger span {
  background-color: currentColor;
  display: block;
  height: 1px;
  left: calc(50% - 8px);
  position: absolute;
  transform-origin: center;
  transition-duration: 86ms;
  transition-property: background-color, opacity, transform;
  transition-timing-function: ease-out;
  width: 16px;
}
nav.navbar .container a.navbar-burger span:nth-child(1) {
  top: calc(50% - 6px);
}
nav.navbar .container a.navbar-burger span:nth-child(2) {
  top: calc(50% - 1px);
}
nav.navbar .container a.navbar-burger span:nth-child(3) {
  top: calc(50% + 4px);
}
nav.navbar .container a.navbar-burger:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
nav.navbar .container a.navbar-burger.is-active span:nth-child(1) {
  transform: translateY(5px) rotate(45deg);
}
nav.navbar .container a.navbar-burger.is-active span:nth-child(2) {
  opacity: 0;
}
nav.navbar .container a.navbar-burger.is-active span:nth-child(3) {
  transform: translateY(-5px) rotate(-45deg);
}
@media (min-width: 960px) {
  nav.navbar .container a.navbar-burger {
    display: none;
  }
}
nav.navbar .container .navbar-menu .navbar-end {
  justify-content: flex-end;
  margin-left: auto;
  align-items: center;
  display: flex;
}
@media (max-width: 960px) {
  nav.navbar .container .navbar-menu .navbar-end {
    display: none;
  }
}
nav.navbar .container .navbar-menu.is-active {
  width: 100%;
  padding-block: 16px;
}
nav.navbar .container .navbar-menu.is-active .navbar-end {
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
}
nav.navbar .container .navbar-menu.is-active .navbar-end a {
  flex: 1 0 100%;
  max-width: 100%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

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

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.container {
  max-width: 950px;
  margin: 0 auto;
  background-color: #ffffff;
}

article.single-article-detail h1 {
  color: #679982;
  text-align: center;
  font-family: "chutnejfont1", "Patrick Hand", cursive;
  font-size: 3rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  margin: 40px auto;
  max-width: 611px;
}
article.single-article-detail small {
  font-size: 1rem;
  line-height: 1.5;
}
article.single-article-detail .divider {
  height: 3px;
  border-radius: 50px;
  background: #000;
  width: 60px;
  margin-block: 24px;
}
article.single-article-detail p {
  font-size: 1.125rem;
  line-height: 1.5;
  margin: 0;
}
article.single-article-detail p + p {
  margin-top: 18px;
}
article.single-article-detail .perex {
  margin-bottom: 24px;
}
article.single-article-detail .perex p {
  font-size: 1.375rem;
}
article.single-article-detail h3,
article.single-article-detail h2,
article.single-article-detail h4 {
  font-size: 1.5rem;
  line-height: 1.125;
  margin-bottom: 0.6666em;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}

/* 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 logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* 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
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.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;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

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

/*# sourceMappingURL=style.css.map */
