@charset "UTF-8";
/*!
Theme Name: Gutenify Business Dark
Theme URI: https://gutenify.com/themes/gutenify-business-dark
Author: Gutenify
Author URI: https://gutenify.com
Description: Gutenify Business Dark is modern block-based theme where you can build your own unique looking website by using WordPress Blocks Editor. Gutenify Business Dark is a multipurpose block based free theme, the theme is built in accordance of Full Site Editing features introduced in WordPress 5.9, which means that all the aspects including colors, typography, and the layout of every single page on your site can be customized to suit your need.
The true efficiency of Gutenify Business Dark Theme lies in its customizability with combination of Gutenify Plugin. With Gutenify Plugin you can create different customized template, you can also use its in-built template kits and then further customize them according to your needs. Furthermore, using different blocks in combination of Gutenify Plugin’s solid additional blocks, each website will garner an exhibit look. With strong typography, and simple design, we want to achieve unique look for every website. Gutenify Plugin offers a wide variety of flexible and easy to use blocks which will make your website in combination with truly unique spectacle. You can create. A single-page website, a blog, a business website, a portfolio, a construction site, or an education site, Gutenify Business Dark with Gutenify Plugin will help you create something unique which you can truly call yours. Official Support Forum: https://gutenify.com/contact/ Demo: https://demo.gutenify.com/gutenify-business-dark/
Version: 1.0.2
Requires at least: 5.9
Tested up to: 6
Requires PHP: 5.6
License: GPLv3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: gutenify-business-dark
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments

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

Gutenify Business Dark is based on Twenty Twenty-Two WordPress Theme, (C) 2021 WordPress.org
Twenty Twenty-Two is distributed under the terms of the GNU GPL.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/* 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/ */
/**
 * We get values from WordPress core block css.
 *
 */
:root {
  --wp--custom--core-button--spacing--padding--left: calc(1.333em + 2px);
  --wp--custom--core-button--spacing--padding--right: calc(1.333em + 2px);
  --wp--custom--core-button--spacing--padding--top: calc(0.667em + 2px);
  --wp--custom--core-button--spacing--padding--bottom: calc(0.667em + 2px);
  --wp--custom--core-button--spacing--padding--bottom: calc(0.667em + 2px);
  --wp--custom--core-button--color: #fff;
  --wp--custom--core-button--color--background: #32373c;
  --wp--custom--core-button--box-sizing: border-box;
  --wp--custom--core-button--word-break: border-box;
  --wp--custom--core-button--text-align: center;
  --wp--custom--core-button--border-radius--top-left: 20px;
  --wp--custom--core-button--border-radius--top-right: 20px;
  --wp--custom--core-button--border-radius--bottom-left: 20px;
  --wp--custom--core-button--border-radius--bottom-right: 20px;
  --wp--custom--core-button--typography--font-size: 1.125em;
  --wp--custom--core-button--typography--font-weight: normal;
  --wp--custom--core-button--line-height: unset; }

*,
*::before,
*::after {
  box-sizing: inherit; }

html {
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased; }

header a,
footer a {
  text-decoration: none; }

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  line-height: 1.4; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

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

dt {
  font-weight: 700; }

dd {
  margin: 0 1.5em 1.5em; }

table {
  width: 100%;
  border-spacing: 0; }

th, td {
  padding: 5px;
  text-align: center; }

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

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

img, .wp-block-image img {
  height: auto;
  max-width: 100%;
  vertical-align: middle; }

figure {
  margin: 1em 0; }

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

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

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

code,
kbd,
tt,
var {
  font-family: 17px; }

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

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

big {
  font-size: 125%; }

select,
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  border-radius: 3px;
  box-sizing: border-box;
  display: block;
  font-size: 17px;
  width: 100%;
  background: #1c1c1c;
  border: 1px solid transparent;
  line-height: 1.75;
  padding: 7px 15px;
  color: #fff; }
  select:focus,
  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 {
    color: #fff;
    box-shadow: none;
    outline: none;
    border: 1px solid #fff; }

input[type=button],
input[type=reset],
input[type=submit] {
  padding: 10px 30px;
  width: auto;
  font-size: 17px; }

textarea {
  width: 100%;
  height: 120px;
  padding: 15px 20px; }

input[type="checkbox"] {
  display: inline; }

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #cacaca; }

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #c3c3c3; }

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #a3a2a2; }

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

a {
  outline: 0 !important;
  text-decoration: none; }
  .widget a:not(.wp-block-button__link),
  .entry-summery a:not(.wp-block-button__link),
  .entry-content a:not(.wp-block-button__link) {
    text-underline-offset: 3px;
    text-decoration-skip-ink: all;
    text-decoration-thickness: 1px;
    text-decoration: underline; }
    .widget a:not(.wp-block-button__link):hover,
    .entry-summery a:not(.wp-block-button__link):hover,
    .entry-content a:not(.wp-block-button__link):hover {
      color: var(--wp--preset--color--primary); }
  a:focus-visible, a:focus {
    outline: thin dotted !important; }
  a:hover, a:active, a:hover {
    outline: 0;
    color: var(--wp--preset--color--primary); }

h1 a, h1 a:visited,
h2 a,
h2 a:visited,
h3 a,
h3 a:visited,
h4 a,
h4 a:visited,
h5 a,
h5 a:visited,
h6 a,
h6 a:visited,
.wp-block-post-title a,
.wp-block-post-title a:visited {
  position: relative;
  display: inline;
  background: -webkit-gradient(linear, left top, right top, from(currentColor), to(currentColor));
  background: -webkit-linear-gradient(left, currentColor 0%, currentColor 100%);
  background: -o-linear-gradient(left, currentColor 0%, currentColor 100%);
  background: linear-gradient(to right, currentColor 0%, currentColor 100%);
  background-size: 0 2px;
  background-position: 0 95%;
  -webkit-transition: background-size 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  -o-transition: background-size 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  transition: background-size 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  padding: 1.1% 0;
  background-repeat: no-repeat;
  display: initial; }

h1 a:active,
h1 a:hover,
h1 a:focus,
h2 a:active,
h2 a:hover,
h2 a:focus,
h3 a:active,
h3 a:hover,
h3 a:focus,
h4 a:active,
h4 a:hover,
h4 a:focus,
h5 a:active,
h5 a:hover,
h5 a:focus,
h6 a:active,
h6 a:hover,
h6 a:focus,
.wp-block-post-title a:active,
.wp-block-post-title a:hover,
.wp-block-post-title a:focus {
  background-size: 100% 2px; }

.wp-block-search__button,
.wp-block-file .wp-block-file__button,
.wp-block-button__link {
  text-decoration: none;
  border-style: solid; }
  .wp-block-search__button:hover,
  .wp-block-file .wp-block-file__button:hover,
  .wp-block-button__link:hover {
    opacity: 0.9; }

.wp-block-search__button,
.wp-block-file .wp-block-file__button {
  text-decoration: none;
  border-style: solid; }

.wp-block-button.is-style-outline .wp-block-button__link {
  border: 2px solid;
  text-decoration: none; }
  .wp-block-button.is-style-outline .wp-block-button__link:hover {
    border: 2px solid var(--wp--preset--color--secondary);
    color: var(--wp--preset--color--secondary); }

.wp-block-button.is-style-fill .wp-block-button__link {
  border: 2px solid transparent;
  text-decoration: none; }

.is-style-outline > .wp-block-button__link:not(.has-text-color),
.wp-block-button__link.is-style-outline:not(.has-text-color) {
  color: var(--wp--preset--color--primary); }

.wp-block-button__link:visited,
.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link,
input[type="button"],
input[type="reset"], input[type="submit"],
button,
a.button,
input[type=button],
input[type=reset],
input[type=submit],
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  color: var(--wp--custom--core-button--color);
  background-color: var(--wp--custom--core-button--color--background);
  border-top-left-radius: var(--wp--custom--core-button--border-radius--top-left);
  border-top-right-radius: var(--wp--custom--core-button--border-radius--top-right);
  border-bottom-left-radius: var(--wp--custom--core-button--border-radius--bottom-left);
  border-bottom-right-radius: var(--wp--custom--core-button--border-radius--bottom-right);
  font-weight: var(--wp--custom--core-button--typography--font-weight);
  font-size: var(--wp--custom--core-button--typography--font-size);
  padding-left: var(--wp--custom--core-button--spacing--padding--left);
  padding-right: var(--wp--custom--core-button--spacing--padding--right);
  padding-top: var(--wp--custom--core-button--spacing--padding--top);
  padding-bottom: var(--wp--custom--core-button--spacing--padding--bottom);
  text-align: var(--wp--custom--core-button--text-align);
  word-break: var(--wp--custom--core-button--word-break);
  box-sizing: var(--wp--custom--core-button--box-sizing);
  line-height: var(--wp--custom--core-button--line-height); }
  .wp-block-button__link:visited:hover, .wp-block-button__link:visited:focus, .wp-block-button__link:visited:active,
  .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:hover,
  .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:focus,
  .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:active,
  input[type="button"]:hover,
  input[type="button"]:focus,
  input[type="button"]:active,
  input[type="reset"]:hover,
  input[type="reset"]:focus,
  input[type="reset"]:active, input[type="submit"]:hover, input[type="submit"]:focus, input[type="submit"]:active,
  button:hover,
  button:focus,
  button:active,
  a.button:hover,
  a.button:focus,
  a.button:active,
  input[type=button]:hover,
  input[type=button]:focus,
  input[type=button]:active,
  input[type=reset]:hover,
  input[type=reset]:focus,
  input[type=reset]:active,
  input[type=submit]:hover,
  input[type=submit]:focus,
  input[type=submit]:active,
  .woocommerce #respond input#submit:hover,
  .woocommerce #respond input#submit:focus,
  .woocommerce #respond input#submit:active,
  .woocommerce a.button:hover,
  .woocommerce a.button:focus,
  .woocommerce a.button:active,
  .woocommerce button.button:hover,
  .woocommerce button.button:focus,
  .woocommerce button.button:active,
  .woocommerce input.button:hover,
  .woocommerce input.button:focus,
  .woocommerce input.button:active,
  .woocommerce #respond input#submit.alt:hover,
  .woocommerce #respond input#submit.alt:focus,
  .woocommerce #respond input#submit.alt:active,
  .woocommerce a.button.alt:hover,
  .woocommerce a.button.alt:focus,
  .woocommerce a.button.alt:active,
  .woocommerce button.button.alt:hover,
  .woocommerce button.button.alt:focus,
  .woocommerce button.button.alt:active,
  .woocommerce input.button.alt:hover,
  .woocommerce input.button.alt:focus,
  .woocommerce input.button.alt:active {
    background: var(--wp--preset--color--secondary);
    color: var(--wp--preset--color--content-dark); }

input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: none; }

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-icon {
  display: block; }

.wp-block-navigation ul.submenu-container {
  margin: 0;
  padding: 0; }

.wp-block-navigation__responsive-container-open {
  border: 1px solid;
  padding: 5px; }

@media screen and (min-width: 910px) {
  .wp-block-navigation ul ul:after {
    content: "";
    display: inline-block;
    background: transparent;
    width: 100%;
    height: 45px;
    position: absolute;
    top: -25px;
    left: 0; }
  .wp-block-navigation ul span.wp-block-navigation-item__description {
    position: absolute;
    background: var(--wp--preset--color--primary);
    color: #0f0e0e;
    top: -20px;
    padding: 0;
    line-height: 1;
    padding: 3px 6px;
    font-size: 12px;
    text-transform: capitalize;
    left: 50%;
    z-index: 9;
    border-radius: 2px;
    display: block; }
    .wp-block-navigation ul span.wp-block-navigation-item__description:after {
      content: "";
      height: 8px;
      width: 6px;
      background: var(--wp--preset--color--primary);
      position: absolute;
      clear: both;
      bottom: -3px;
      transform: rotateZ(54deg);
      left: 6px; }
  .wp-block-navigation ul li a:before {
    -webkit-transition: all 0.33s ease-out;
    -moz-transition: all 0.33s ease-out;
    -o-transition: all 0.33s ease-out;
    -ms-transition: all 0.33s ease-out;
    transition: all 0.33s ease-out;
    opacity: 0;
    content: "";
    width: 0;
    left: 0;
    display: block;
    bottom: -10px;
    position: absolute;
    background: var(--wp--preset--color--primary);
    height: 2px; }
  .wp-block-navigation ul li.current-menu-item > a:before,
  .wp-block-navigation ul li.current-menu-ancestor > a:before,
  .wp-block-navigation ul li.current_page_item > a:before,
  .wp-block-navigation ul li:hover > a:before, .wp-block-navigation ul lia:hover:before, .wp-block-navigation ul lia:focus:before, .wp-block-navigation ul lia:active:before {
    opacity: 1;
    width: 100%; }
  .wp-block-navigation ul li ul li a:before {
    display: none; }
  .wp-block-navigation ul li ul li a:hover {
    color: var(--wp--preset--color--primary); }
  .wp-block-navigation .has-child :where(.wp-block-navigation__submenu-container) {
    top: 48px;
    border: none !important;
    box-shadow: 0px 3px 15px 0px #0000000d;
    left: 0;
    left: inherit;
    width: 220px !important; }
  .wp-block-navigation .open-on-hover-click :where(.wp-block-navigation__submenu-container) {
    transform: translateY(-10px);
    pointer-events: none;
    max-height: none;
    z-index: 999;
    transition: transform .4s ease; }
  .wp-block-navigation .open-on-hover-click:hover :where(.wp-block-navigation__submenu-container) {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    pointer-events: auto; }
  .wp-block-navigation ul li li {
    border-bottom: 1px solid #0a0a0a08; }
    .wp-block-navigation ul li li a {
      padding: 0.6rem 1.5rem !important; }
  .wp-block-navigation ul li li:last-child {
    border: none; }
  .wp-block-navigation button.wp-block-navigation-item__content {
    background-color: transparent; }
  .wp-block-navigation .has-modal-open .wp-block-navigation__responsive-container-content ul.wp-block-navigation__container {
    gap: 0; }
    .wp-block-navigation .has-modal-open .wp-block-navigation__responsive-container-content ul.wp-block-navigation__container li a {
      border-bottom: 1px solid #4a3a3a57;
      padding: 20px 20px 20px 0;
      width: 500px;
      display: block; }
    .wp-block-navigation .has-modal-open .wp-block-navigation__responsive-container-content ul.wp-block-navigation__container li.current-menu-item > a:before,
    .wp-block-navigation .has-modal-open .wp-block-navigation__responsive-container-content ul.wp-block-navigation__container li.current-menu-ancestor > a:before,
    .wp-block-navigation .has-modal-open .wp-block-navigation__responsive-container-content ul.wp-block-navigation__container li.current_page_item > a:before,
    .wp-block-navigation .has-modal-open .wp-block-navigation__responsive-container-content ul.wp-block-navigation__container li:hover > a:before {
      display: none; }
    .wp-block-navigation .has-modal-open .wp-block-navigation__responsive-container-content ul.wp-block-navigation__container li a:hover:before,
    .wp-block-navigation .has-modal-open .wp-block-navigation__responsive-container-content ul.wp-block-navigation__container li ul li a:focus:before,
    .wp-block-navigation .has-modal-open .wp-block-navigation__responsive-container-content ul.wp-block-navigation__container li ul li a:active:before {
      display: none; }
    .wp-block-navigation .has-modal-open .wp-block-navigation__responsive-container-content ul.wp-block-navigation__container ul {
      left: auto;
      right: auto;
      margin: 0;
      padding-left: 0;
      padding-right: 0;
      width: 100%; }
  .wp-block-navigation .has-modal-open .wp-block-navigation-item .wp-block-navigation-submenu__toggle {
    display: initial;
    margin-left: 15px;
    padding: 0 0;
    float: right;
    display: table;
    /* font-size: 25px !important; */
    line-height: 1;
    position: absolute;
    right: 0;
    top: 0;
    height: 69px;
    z-index: 999999;
    width: 20px; }
  .wp-block-navigation .has-modal-open .wp-block-navigation-item .wp-block-navigation__submenu-container {
    left: auto;
    right: auto;
    margin: 0;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    display: none;
    transform: inherit; }
  .wp-block-navigation .has-modal-open .wp-block-navigation-item .wp-block-navigation-submenu__toggle[aria-expanded=true] + .wp-block-navigation__submenu-container {
    display: table;
    margin: 0;
    padding: 0; }
  .wp-block-navigation.is-vertical .has-child :where(.wp-block-navigation__submenu-container) {
    left: 100%;
    top: 0; }
  .wp-block-navigation.is-vertical .has-child.open-on-click :where(.wp-block-navigation__submenu-container) {
    left: 120%;
    top: 0; }
  .is-responsive .wp-block-navigation__responsive-container.hidden-by-default {
    transition-timing-function: ease-in;
    transition: 0s;
    transform: translateY(-100%);
    display: block; }
  .is-responsive .wp-block-navigation__responsive-container.is-menu-open.has-modal-open {
    visibility: visible;
    transition-timing-function: ease-out;
    transition: 0.7s;
    transform: translateY(0);
    top: 0; } }

@media screen and (max-width: 909px) {
  .wp-block-navigation__responsive-container.is-menu-open
.wp-block-navigation__responsive-container-content
.wp-block-navigation-item,
  .wp-block-navigation__responsive-container.is-menu-open
.wp-block-navigation__responsive-container-content
.wp-block-navigation__container,
  .wp-block-navigation__responsive-container.is-menu-open
.wp-block-navigation__responsive-container-content
.wp-block-page-list {
    width: 100%;
    gap: 0; }
  .wp-block-navigation:not(.has-background)
.wp-block-navigation__submenu-container {
    border: none;
    border-top: 1px solid rgba(0, 0, 0, 0.15); }
  .wp-block-navigation__responsive-container.is-menu-open
.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container {
    left: auto;
    right: auto;
    margin: 0;
    padding-left: 0;
    padding-right: 0;
    width: 100%; }
  .wp-block-navigation__responsive-container.is-menu-open
.wp-block-navigation__responsive-container-content
.wp-block-navigation__submenu-icon {
    display: initial;
    margin-left: 15px;
    padding: 3px 10px;
    float: right;
    display: table;
    font-size: 19px;
    line-height: 1;
    position: absolute;
    right: 0;
    top: 0;
    height: 42px;
    width: 42px; }
  .wp-block-navigation__responsive-container.is-menu-open
.wp-block-navigation__responsive-container-content
.wp-block-navigation-item__content {
    padding: 0;
    width: 100%;
    border-bottom: 1px solid #dddddd57;
    padding: 7px 50px 7px 10px; }
  .wp-block-navigation-submenu .wp-block-navigation__submenu-icon svg {
    stroke: currentColor;
    display: block;
    width: 30px;
    height: 13px;
    margin: 0 !important;
    padding: 0 !important; }
  .wp-block-navigation
.has-child
.wp-block-navigation-submenu__toggle[aria-expanded="false"]
+ .wp-block-navigation__submenu-container {
    display: none; }
  .wp-block-navigation
.has-child
.wp-block-navigation-submenu__toggle[aria-expanded="true"]
+ .wp-block-navigation__submenu-container {
    display: block;
    margin: 0;
    padding: 0; }
  .wp-block-navigation__responsive-container.is-menu-open
.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container
li
a {
    padding-left: 25px; }
  .is-responsive .wp-block-navigation__responsive-container {
    transition-timing-function: ease-in;
    transition: 0s;
    transform: translateX(130%);
    display: block; }
  .is-responsive .wp-block-navigation__responsive-container.is-menu-open {
    visibility: visible;
    transition-timing-function: ease-out;
    transition: 0.7s;
    transform: translateX(0);
    top: 0; } }

@media screen and (max-width: 767px) {
  .wp-block-social-links {
    gap: 5px !important; } }

.wp-block-query-pagination {
  margin: 80px 0; }
  .wp-block-query-pagination .wp-block-query-pagination-numbers {
    margin: 0;
    display: inline-block; }
  .wp-block-query-pagination .page-numbers,
  .wp-block-query-pagination .wp-block-query-pagination-next,
  .wp-block-query-pagination .wp-block-query-pagination-previous {
    background: #211f1f;
    line-height: 1;
    margin: 0 3px;
    text-decoration: inherit;
    display: inline-block;
    box-shadow: 0 0 15px #221f1f;
    border-radius: 100px; }
  .wp-block-query-pagination .page-numbers.current,
  .wp-block-query-pagination a:hover,
  .wp-block-query-pagination a:focus,
  .wp-block-query-pagination a:active {
    background: var(--wp--preset--color--secondary);
    color: var(--wp--preset--color--content-dark); }

.sticky {
  display: block; }

.post:not(body),
.page:not(body) {
  margin: 0 0 1.5em; }

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

.page-content,
.entry-content,
.entry-summary {
  margin: 0; }

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

@media (max-width: 481px) {
  #reviews {
    padding-inline: 0; } }

#reviews .commentlist li.comment {
  border: thin solid #dfdfdf;
  border-radius: 5px;
  padding: 12px 18px;
  background: none; }
  #reviews .commentlist li.comment .comment_container img.avatar {
    width: auto;
    border-radius: 50%;
    margin-right: 1em; }
  #reviews .commentlist li.comment .comment_container .comment-text .meta {
    display: inline; }
  #reviews .commentlist li.comment .comment_container .comment-text .description p {
    display: flex;
    padding-left: 0; }
    @media (max-width: 650px) {
      #reviews .commentlist li.comment .comment_container .comment-text .description p {
        margin-top: 50px; } }
    @media (min-width: 482px) and (max-width: 530px) {
      #reviews .commentlist li.comment .comment_container .comment-text .description p {
        margin-top: 15px; } }
    @media (max-width: 420px) {
      #reviews .commentlist li.comment .comment_container .comment-text .description p {
        margin-top: 20px; } }
  #reviews .commentlist li.comment ul.children {
    margin-left: 0;
    padding: 0 !important; }
    #reviews .commentlist li.comment ul.children li.comment {
      border: none; }
      @media (max-width: 700px) {
        #reviews .commentlist li.comment ul.children li.comment {
          padding-inline: 12px; } }
  #reviews .commentlist li.comment .reply {
    display: inline;
    margin-left: 93px; }
    @media (max-width: 650px) {
      #reviews .commentlist li.comment .reply {
        margin-left: 15px; } }

#reviews .comment-respond .comment-form-rating {
  margin-top: 0; }

#reviews .comment-respond .rate_label {
  text-decoration: none; }

#reviews .comment-respond .comment-form-cookies-consent {
  display: flex;
  align-items: center;
  gap: 0.5em; }
  @media (max-width: 766px) {
    #reviews .comment-respond .comment-form-cookies-consent {
      align-items: baseline; } }
  #reviews .comment-respond .comment-form-cookies-consent input {
    width: 15px;
    height: 15px; }
    @media (max-width: 600px) {
      #reviews .comment-respond .comment-form-cookies-consent input {
        width: 25px; } }

.wp-block-post-comments > h3:first-of-type {
  margin-top: 0;
  margin-bottom: 30px; }

.wp-block-post-comments .commentlist li.comment,
.wp-block-post-comments ol.comment-list li.comment {
  padding: 45px;
  margin-bottom: 25px;
  border-radius: 5px;
  background: #000000; }
  .wp-block-post-comments .commentlist li.comment .comment-body .comment-content,
  .wp-block-post-comments ol.comment-list li.comment .comment-body .comment-content {
    padding-left: 40px; }
  .wp-block-post-comments .commentlist li.comment .comment-body footer.comment-meta,
  .wp-block-post-comments ol.comment-list li.comment .comment-body footer.comment-meta {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0; }
    .wp-block-post-comments .commentlist li.comment .comment-body footer.comment-meta .comment-author,
    .wp-block-post-comments ol.comment-list li.comment .comment-body footer.comment-meta .comment-author {
      display: flex;
      flex-wrap: wrap; }
      .wp-block-post-comments .commentlist li.comment .comment-body footer.comment-meta .comment-author img,
      .wp-block-post-comments ol.comment-list li.comment .comment-body footer.comment-meta .comment-author img {
        border-radius: 50%;
        margin-left: -10px;
        margin-right: 0;
        margin-top: 0; }
      .wp-block-post-comments .commentlist li.comment .comment-body footer.comment-meta .comment-author b.fn, .wp-block-post-comments .commentlist li.comment .comment-body footer.comment-meta .comment-author .says,
      .wp-block-post-comments ol.comment-list li.comment .comment-body footer.comment-meta .comment-author b.fn,
      .wp-block-post-comments ol.comment-list li.comment .comment-body footer.comment-meta .comment-author .says {
        padding: 5px 0 0 15px; }
    .wp-block-post-comments .commentlist li.comment .comment-body footer.comment-meta .comment-metadata .edit-link,
    .wp-block-post-comments ol.comment-list li.comment .comment-body footer.comment-meta .comment-metadata .edit-link {
      position: relative;
      margin-left: 23px; }
  .wp-block-post-comments .commentlist li.comment .comment-body .reply,
  .wp-block-post-comments ol.comment-list li.comment .comment-body .reply {
    margin: 0 0 0 40px;
    position: relative;
    display: block; }
    .wp-block-post-comments .commentlist li.comment .comment-body .reply .comment-reply-link,
    .wp-block-post-comments ol.comment-list li.comment .comment-body .reply .comment-reply-link {
      padding: 2px 20px;
      display: inline-block;
      font-weight: 700;
      border: 2px solid;
      border-radius: 50px; }
  .wp-block-post-comments .commentlist li.comment .children,
  .wp-block-post-comments ol.comment-list li.comment .children {
    display: block;
    position: unset;
    margin-top: 15px; }
    .wp-block-post-comments .commentlist li.comment .children li:last-child,
    .wp-block-post-comments ol.comment-list li.comment .children li:last-child {
      margin-bottom: 0; }
    .wp-block-post-comments .commentlist li.comment .children li.comment,
    .wp-block-post-comments ol.comment-list li.comment .children li.comment {
      padding: 30px 0 0px 35px;
      border: none;
      margin: 0; }
    .wp-block-post-comments .commentlist li.comment .children a,
    .wp-block-post-comments ol.comment-list li.comment .children a {
      padding: 0; }

.wp-block-post-comments .commentlist > li.comment,
.wp-block-post-comments ol.comment-list > li.comment {
  padding-left: 40px; }

.wp-block-post-comments .comment-respond {
  margin-top: 35px; }
  .wp-block-post-comments .comment-respond .comment-reply-title small {
    margin-left: 8px; }
  .wp-block-post-comments .comment-respond #cancel-comment-reply-link {
    float: right;
    padding: 5px 15px;
    border: 2px solid;
    border-radius: 50px;
    font-size: 0.8rem; }
  .wp-block-post-comments .comment-respond form.comment-form span.required {
    color: red; }
  .wp-block-post-comments .comment-respond form.comment-form .form-submit button.submit {
    cursor: pointer; }

.wp-block-post-comments .bypostauthor {
  display: block; }

.wp-block-post-comments .comment-form input:not([type=submit]):not([type=checkbox]),
.wp-block-post-comments .comment-form textarea {
  box-sizing: border-box;
  display: block;
  width: 100%;
  border: none;
  line-height: 1.75; }
  .wp-block-post-comments .comment-form input:not([type=submit]):not([type=checkbox]):focus,
  .wp-block-post-comments .comment-form textarea:focus {
    box-shadow: none;
    outline: none;
    border: 1px solid #000; }

.has-shadow-dark,
.has-no-hover-shadow-dark {
  box-shadow: 0 6px 30px 7px #2125471a;
  transition: 0.5s; }

.has-shadow-dark:hover {
  box-shadow: 1px 4px 20px -2px #0003;
  transform: translateY(-8px); }

.editor-styles-wrapper .has-shadow-dark:hover {
  transform: inherit; }

.has-shadow-header {
  box-shadow: 0 10px 10px #0000000a;
  position: relative;
  z-index: 999; }

.overlap-section {
  position: relative;
  z-index: 9; }

@media screen and (min-width: 910px) {
  .no-submenu-triangle.wp-block-navigation ul ul::before {
    display: none; } }

.dark-field input[type="text"],
.dark-field input[type="email"],
.dark-field input[type="url"],
.dark-field input[type="password"],
.dark-field input[type="search"],
.dark-field input[type="number"],
.dark-field input[type="tel"],
.dark-field input[type="range"],
.dark-field input[type="date"],
.dark-field input[type="month"],
.dark-field input[type="week"],
.dark-field input[type="time"],
.dark-field input[type="datetime"],
.dark-field input[type="datetime-local"],
.dark-field input[type="color"],
body .dark-field textarea,
.dark-field .wp-block-post-comments .comment-form textarea {
  background-color: #111;
  color: #fff; }

.dark-field input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff; }

.dark-field input::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff; }

.dark-field input::-ms-input-placeholder {
  /* IE 10+ */
  color: #fff; }

.wp-block-button.is-style-fill a.wp-block-button__link {
  border: none; }

.image-zoom-hover {
  overflow: hidden; }

.image-zoom-hover img {
  margin: 0;
  -webkit-transition: -webkit-transform 1s ease;
  -moz-transition: -moz-transform 1s ease;
  transition: transform 1s ease;
  vertical-align: middle;
  width: 100%; }

.image-zoom-hover:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center; }

@media screen and (max-width: 767px) {
  .mobile-hide {
    display: none; }
  .mobile-alignleft {
    text-align: left; }
  .mobile-alignright {
    text-align: right; }
  .mobile-aligncenter {
    align-content: space-between;
    display: grid;
    gap: 10px 0;
    justify-content: center;
    justify-items: stretch;
    max-width: 100%;
    text-align: center;
    width: 100%; }
  .wp-block-social-link {
    margin: 0 3px; } }

.transparent-header,
.block-editor-block-list__layout .transparent-header {
  background: transparent;
  gap: 0;
  left: 0;
  margin: 0;
  padding-left: 0;
  padding-right: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 99; }

.block-editor-block-list__layout .transparent-header {
  top: 12px; }

.logged-in.admin-bar .transparent-header {
  top: 32px; }

.wp-block-group .no-margin {
  margin: 0;
  margin-inline-start: 0;
  margin-inline-end: 0; }

.wp-block-group .no-margin-top {
  margin-top: 0; }

.wp-block-group .no-margin-bottom {
  margin-bottom: 0;
  margin-inline-start: 0;
  margin-inline-end: 0; }

.wp-block-group .no-margin-left {
  margin-left: 0;
  margin-inline-start: 0; }

.wp-block-group .no-margin-right {
  margin-right: 0;
  margin-inline-end: 0; }

.wp-block-group .no-padding {
  padding: 0; }

.wp-block-group .no-padding-top {
  padding-top: 0; }

.wp-block-group .no-padding-bottom {
  padding-bottom: 0; }

@media (max-width: 767px) {
  .hide-on-mobile {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 1024px) {
  .hide-on-tablet {
    display: none !important; } }

@media (min-width: 1025px) {
  .hide-on-desktop {
    display: none !important; } }

.wp-site-blocks > * + * {
  margin: 0; }

.editor-styles-wrapper a {
  text-decoration: inherit; }

.wp-block-button.is-style-outline .wp-block-button__link {
  border: 2px solid; }

.wp-block-button.is-style-fill .wp-block-button__link {
  border: 2px solid transparent; }

.wp-block-loginout a::before {
  content: "\f007";
  display: inline-block;
  /* stylelint-disable-next-line */
  font-family: "Font Awesome 5 Free";
  margin-right: 10px; }

.wp-block-categories,
.wp-block-archives {
  list-style: none;
  padding: 0; }
  .wp-block-categories li a,
  .wp-block-archives li a {
    display: inline-block;
    padding: 5px 0;
    text-decoration: inherit; }
    .wp-block-categories li a::before,
    .wp-block-archives li a::before {
      content: "";
      display: inline-block;
      /* stylelint-disable-next-line */
      font-family: "Font Awesome 5 Free";
      font-size: 13px;
      margin-right: 8px; }

.wp-block-categories li a::before {
  content: "\f017"; }

.wp-block-archives li a::before {
  content: "\f07b"; }

.editor-styles-wrapper .wp-block-categories ul,
.editor-styles-wrapper .wp-block-archives ul,
.editor-styles-wrapper .wp-block-page-list {
  list-style: none;
  padding: 0; }

.taxonomy-category.wp-block-post-terms a,
.taxonomy-post_tag.wp-block-post-terms a,
.wp-block-tag-cloud a {
  border: 2px solid;
  display: inline-block;
  font-size: 14px !important;
  margin: 5px;
  padding: 2px 10px;
  text-decoration: inherit !important; }

span.wp-block-post-terms__separator {
  display: none; }

.wp-block-latest-comments__comment-meta .wp-block-latest-comments__comment-author::before,
.wp-block-latest-comments__comment-meta .wp-block-latest-comments__comment-link::before,
.wp-block-latest-comments__comment-meta .wp-block-latest-comments__comment-date::before {
  content: "";
  display: inline-block;
  /* stylelint-disable-next-line */
  font-family: "Font Awesome 5 Free";
  font-size: 13px;
  margin-right: 10px; }

.wp-block-latest-comments__comment-meta .wp-block-latest-comments__comment-date::before {
  content: "\f017"; }

.wp-block-latest-posts li {
  clear: both;
  margin-bottom: 15px;
  overflow: hidden; }
  .wp-block-latest-posts li .wp-block-latest-posts__featured-image {
    vertical-align: middle; }

.wp-block-latest-posts .wp-block-latest-posts__post-title {
  font-size: 1rem;
  line-height: 1.5; }

.wp-block-latest-posts li > a {
  font-weight: 600;
  display: block;
  padding-top: 5px; }

.wp-block-latest-posts__post-author,
.wp-block-latest-posts__post-date,
.wp-block-post-date {
  display: inline-block;
  margin-right: 10px; }
  .wp-block-latest-posts__post-author::before,
  .wp-block-latest-posts__post-date::before,
  .wp-block-post-date::before {
    content: "";
    display: inline-block;
    /* stylelint-disable-next-line */
    font-family: "Font Awesome 5 Free";
    font-size: 13px;
    margin-right: 10px; }

.wp-block-latest-posts__post-author::before {
  content: "\f007"; }

.wp-block-latest-posts__post-date:before, .wp-block-post-date:before {
  content: "\f017"; }

.widget a:not(.wp-block-button__link),
.entry-summery a:not(.wp-block-button__link),
.entry-content.wp-block-post-content a:not(.wp-block-button__link) {
  text-decoration: inherit; }

.wp-block-latest-comments {
  padding: 0; }

a.wp-block-post-excerpt__more-link {
  font-weight: 600;
  margin-top: 5px;
  display: block; }
  a.wp-block-post-excerpt__more-link::after {
    content: "\f105";
    display: inline-block;
    /* stylelint-disable-next-line */
    font-family: "Font Awesome 5 Free";
    font-size: 13px;
    margin-left: 10px; }

a.wp-block-post-excerpt__more-link + a.wp-block-post-excerpt__more-link::after,
a.wp-block-post-excerpt__more-link > a.wp-block-post-excerpt__more-link:after {
  display: none; }

.wp-site-blocks .wp-block-search .wp-block-search__inside-wrapper,
.editor-styles-wrapper .wp-block-search .wp-block-search__inside-wrapper {
  padding: 0; }
  .wp-site-blocks .wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button,
  .editor-styles-wrapper .wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button {
    cursor: pointer; }
  .wp-site-blocks .wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button,
  .wp-site-blocks .wp-block-search .wp-block-search__inside-wrapper .wp-block-search__input,
  .editor-styles-wrapper .wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button,
  .editor-styles-wrapper .wp-block-search .wp-block-search__inside-wrapper .wp-block-search__input {
    border: 1px solid transparent;
    padding: 9px 25px; }
  .wp-site-blocks .wp-block-search .wp-block-search__inside-wrapper .wp-block-search__input,
  .editor-styles-wrapper .wp-block-search .wp-block-search__inside-wrapper .wp-block-search__input {
    background: #1c1c1c;
    padding: 9px 0 9px 25px;
    color: #fff; }

.wp-site-blocks .wp-block-search.transparent-field .wp-block-search__inside-wrapper .wp-block-search__input,
.editor-styles-wrapper .wp-block-search.transparent-field .wp-block-search__inside-wrapper .wp-block-search__input {
  background: transparent; }

.wp-site-blocks .wp-block-search.field-light-color .wp-block-search__inside-wrapper .wp-block-search__input,
.editor-styles-wrapper .wp-block-search.field-light-color .wp-block-search__inside-wrapper .wp-block-search__input {
  color: #fff; }

.wp-site-blocks .wp-block-search.wp-block-search__icon-button .wp-block-search__button,
.editor-styles-wrapper .wp-block-search.wp-block-search__icon-button .wp-block-search__button {
  padding: 9px 12px; }

.wp-block-cover-image .wp-block-cover__inner-container, .wp-block-cover .wp-block-cover__inner-container {
  width: 100%;
  z-index: 9;
  color: #fff; }

.wp-block-post-author {
  align-items: center; }

.wp-block-post-author__avatar img {
  border-radius: 50%;
  vertical-align: middle; }

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
  font-size: 18px;
  padding: 35px 15px 35px; }

.wp-block-query-pagination {
  margin: 80px 0; }
  .wp-block-query-pagination .wp-block-query-pagination-numbers {
    margin: 0;
    display: inline-block; }
  .wp-block-query-pagination .page-numbers,
  .wp-block-query-pagination .wp-block-query-pagination-next,
  .wp-block-query-pagination .wp-block-query-pagination-previous {
    padding: 12px 16px;
    background: #1c1c1c;
    line-height: 1;
    margin: 0 3px;
    text-decoration: inherit;
    display: inline-block;
    box-shadow: 0 0 15px #0000002b;
    border-radius: 100px; }
  .wp-block-query-pagination .page-numbers.current,
  .wp-block-query-pagination a:hover,
  .wp-block-query-pagination a:focus,
  .wp-block-query-pagination a:active {
    background-color: var(--wp--preset--color--primary);
    color: #fff; }

/* elements
--------------------------------------------- */
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  color: var(--wp--custom--core-button--color);
  background-color: var(--wp--custom--core-button--color--background);
  border-top-left-radius: var(--wp--custom--core-button--border-radius--top-left);
  border-top-right-radius: var(--wp--custom--core-button--border-radius--top-right);
  border-bottom-left-radius: var(--wp--custom--core-button--border-radius--bottom-left);
  border-bottom-right-radius: var(--wp--custom--core-button--border-radius--bottom-right);
  font-weight: var(--wp--custom--core-button--typography--font-weight);
  font-size: var(--wp--custom--core-button--typography--font-size);
  padding-left: var(--wp--custom--core-button--spacing--padding--left);
  padding-right: var(--wp--custom--core-button--spacing--padding--right);
  padding-top: var(--wp--custom--core-button--spacing--padding--top);
  padding-bottom: var(--wp--custom--core-button--spacing--padding--bottom);
  text-align: var(--wp--custom--core-button--text-align);
  word-break: var(--wp--custom--core-button--word-break);
  box-sizing: var(--wp--custom--core-button--box-sizing);
  line-height: var(--wp--custom--core-button--line-height); }
  .woocommerce #respond input#submit:hover,
  .woocommerce a.button:hover,
  .woocommerce button.button:hover,
  .woocommerce input.button:hover,
  .woocommerce #respond input#submit.alt:hover,
  .woocommerce a.button.alt:hover,
  .woocommerce button.button.alt:hover,
  .woocommerce input.button.alt:hover {
    opacity: 0.9;
    color: var(--wp--preset--color--background);
    background-color: var(--wp--preset--color--primary); }

.woocommerce table.shop_attributes td,
.woocommerce table.shop_attributes th {
  border: 1px solid #ddd; }

.woocommerce div.product .woocommerce-tabs .panel {
  border: 1px solid #d3ced2;
  border-top: none;
  margin-top: -27px;
  padding: 30px; }

.woocommerce .woocommerce-message {
  border-top-color: #000; }

.woocommerce .woocommerce-message::before {
  color: #222; }

.woocommerce .quantity .qty {
  padding: 6px;
  text-align: center;
  width: 3.631em; }

.woocommerce div.product form.cart div.quantity {
  float: left;
  margin: 0 10px 0 0; }

.woocommerce ul.products li.product .button {
  margin-top: 10px; }

.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
  font-size: 17px;
  margin: 0;
  padding: 0.5em 0 10px; }

.woocommerce ul.products li.product .price {
  color: #000;
  display: block;
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 0.5em; }

.woocommerce ul.products li.product,
.woocommerce .woocommerce-page ul.products li.product {
  padding: 0 0 30px 0;
  text-align: center; }

.woocommerce ul.products li.product a img {
  background: #f1f1f1; }

.woocommerce ul.products li.product .star-rating {
  color: #ff9800;
  margin: 0 auto 10px; }

.woocommerce section.related.products h2 {
  margin-bottom: 30px; }

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

.woocommerce .woocommerce-breadcrumb {
  border: 2px solid #f8f8f8;
  padding: 10px 30px;
  text-align: left;
  margin-bottom: 50px; }

.woocommerce ul.products li.product span.onsale {
  background: #ffa500;
  border: none;
  border-radius: 0;
  color: #fff;
  font-size: 14px;
  padding: 3px 12px;
  position: absolute;
  right: 0;
  top: 14px;
  transform: rotate(89deg);
  z-index: 9;
  margin: 0;
  line-height: inherit;
  min-width: auto;
  min-height: auto; }

.woocommerce .quantity .qty {
  width: 5rem;
  text-align: center;
  padding: 3px 0;
  border: 1px solid #ddd;
  border-radius: 0; }

.woocommerce div.product p.price,
.woocommerce div.product span.price {
  color: #000000;
  font-size: 1.25em; }

.woocommerce figure.woocommerce-product-gallery__wrapper {
  border: 1px solid #ddd; }

.woocommerce .products ul,
.woocommerce ul.products {
  padding-top: 30px; }

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
  padding: 20px; }

.wc-block-grid__product {
  overflow: hidden; }
  .wc-block-grid__product .wc-block-grid__product-image img {
    background: #ddd;
    height: auto;
    max-width: 100%;
    width: auto; }
  .wc-block-grid__product a {
    text-decoration: inherit; }
  .wc-block-grid__product .wc-block-grid__product-onsale {
    background: #ffa500;
    border: none;
    border-radius: 0;
    color: #fff;
    font-size: 14px;
    padding: 3px 12px;
    position: absolute;
    right: 0;
    top: 13px;
    transform: rotate(89deg);
    z-index: 9; }
  .wc-block-grid__product .wp-block-button__link {
    border: none;
    font-size: 1rem;
    font-weight: 400;
    padding: 8px 25px; }
  .wc-block-grid__product .wc-block-grid__product-price.price span.woocommerce-Price-amount.amount {
    font-size: 1rem;
    font-weight: 400;
    color: #000; }
  .wc-block-grid__product .wc-block-grid__product-image,
  .wc-block-grid__product .wc-block-grid__product-title {
    font-size: 1.1rem;
    font-weight: 500;
    margin: 0 0 12px; }
  .wc-block-grid__product ins {
    background: none; }

.wp-block-woocommerce-product-categories ul.wc-block-product-categories-list {
  margin: 0;
  padding: 0; }
  .wp-block-woocommerce-product-categories ul.wc-block-product-categories-list li {
    background: #f1f1f1;
    border-bottom: 1px solid #ddd;
    display: block;
    list-style: none;
    margin: 0;
    padding: 10px 25px; }
    .wp-block-woocommerce-product-categories ul.wc-block-product-categories-list li a {
      text-decoration: none !important; }

@media screen and (max-width: 767px) {
  .woocommerce ul.products[class*="columns-"] li.product,
  .woocommerce-page ul.products[class*="columns-"] li.product {
    margin: 0 0 15px 0;
    width: 100%; } }
