/*!
Theme Name: Mirvorot
Theme URI: https://webdeveloper.com.ua/
Author: webdeveloper.com.ua
Author URI: https://t.me/webdeveloper_com_ua
Description:
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: mirvorot
Tags:
----------------------------------------------------------------------------------------- */
*,
::after,
::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  /* border: 1px solid red; */
}

*:focus,
*:active {
  outline: none;
}

:root {
  /* Color */
  --color-black: #000;
  --color-white: #fff;

  --color-graphit: #14181b;

  --color-accent: #ffc92b;

  --color-gray: #e9e9e9;
  --color-gray-dark: #4c4c4c;
  --color-gray-light: #f8f8f8;

  /* Font */
  --font-sans-serif: "Montserrat", sans-serif;
}

html {
  line-height: normal;
  scroll-behavior: smooth;
}

body {
  font-size: 14px;
  font-weight: 400;
  font-display: auto;
  font-family: var(--font-sans-serif);

  /* background: url(/wp-content/themes/mirvorot/assets/media/body-bg.jpg) repeat;
  background-attachment: fixed;
  background-position: unset; */
}

/* --------------------------------------------------------------------------------------
 *
 *  Grid System
 *
----------------------------------------------------------------------------------------- */

/* Container */
.container,
.container-short,
.container-fluid,
.container-middle {
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

/* Container Fluid */
.container-fluid {
  max-width: 100% !important;
}

/* Container Default */
.container {
  max-width: 1320px !important;
}

/* Container Middle */
.container-middle {
  max-width: 1180px !important;
}

/* Container Short */
.container-short {
  max-width: 980px !important;
}

/* Row */
.row {
  box-sizing: border-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex: 0 1 auto;
  -webkit-box-flex: 0;
  flex: 0 1 auto;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.x-space-between {
  justify-content: space-between;
}

.y-center {
  align-items: center;
}

.y-margin > *:not(:last-child) {
  margin: 0 0 30px 0;
}

/* Column */
[class*="col-"] {
  box-sizing: border-box;
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  max-width: 100%;
  padding: 15px;
}

.col-xs {
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  max-width: 100%;
}

.col-xs-1 {
  -ms-flex-preferred-size: 8.333%;
  flex-basis: 8.333%;
  max-width: 8.333%;
}

.col-xs-2 {
  -ms-flex-preferred-size: 16.667%;
  flex-basis: 16.667%;
  max-width: 16.667%;
}

.col-xs-3 {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%;
}

.col-xs-4 {
  -ms-flex-preferred-size: 33.333%;
  flex-basis: 33.333%;
  max-width: 33.333%;
}

.col-xs-5 {
  -ms-flex-preferred-size: 41.667%;
  flex-basis: 41.667%;
  max-width: 41.667%;
}

.col-xs-6 {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
}

.col-xs-7 {
  -ms-flex-preferred-size: 58.333%;
  flex-basis: 58.333%;
  max-width: 58.333%;
}

.col-xs-8 {
  -ms-flex-preferred-size: 66.667%;
  flex-basis: 66.667%;
  max-width: 66.667%;
}

.col-xs-9 {
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%;
}

.col-xs-10 {
  -ms-flex-preferred-size: 83.333%;
  flex-basis: 83.333%;
  max-width: 83.333%;
}

.col-xs-11 {
  -ms-flex-preferred-size: 91.667%;
  flex-basis: 91.667%;
  max-width: 91.667%;
}

.col-xs-12 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}

@media only screen and (min-width: 576px) {
  .col-sm {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }

  .col-sm-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%;
  }

  .col-sm-2 {
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%;
  }

  .col-sm-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
  }

  .col-sm-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%;
  }

  .col-sm-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%;
  }

  .col-sm-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%;
  }

  .col-sm-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%;
  }

  .col-sm-11 {
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%;
  }

  .col-sm-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}

@media only screen and (min-width: 992px) {
  .col-md {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }

  .col-md-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%;
  }

  .col-md-2 {
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%;
  }

  .col-md-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-md-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
  }

  .col-md-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%;
  }

  .col-md-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-md-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%;
  }

  .col-md-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%;
  }

  .col-md-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-md-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%;
  }

  .col-md-11 {
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%;
  }

  .col-md-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}

@media only screen and (min-width: 1200px) {
  .col-lg {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }

  .col-lg-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%;
  }

  .col-lg-2 {
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%;
  }

  .col-lg-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
  }

  .col-lg-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%;
  }

  .col-lg-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%;
  }

  .col-lg-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%;
  }

  .col-lg-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%;
  }

  .col-lg-11 {
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%;
  }

  .col-lg-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}

/* --------------------------------------------------------------------------------------
 *
 *  Typography
 *
----------------------------------------------------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
}

h1 {
  font-size: 42px;
}

h2 {
  font-size: 32px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 16px;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  cursor: pointer;
}

p {
  line-height: 1.5;
}

p:not(:last-child) {
  margin-bottom: 15px;
}

ul,
ol,
dl {
  line-height: 1.5;
  list-style: none;
}

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

table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  border: 1px solid var(--color-gray);
}

thead {
  font-weight: 500;
  text-align: center;
  color: var(--color-white);
  background: var(--color-gray-dark);
}

th,
td {
  padding: 15px;
  text-align: left;
}

tr:nth-child(even) {
  background-color: var(--color-gray-light);
}

/*  Typography: Editor
------------------------------------------ */
.editor > *:not(:last-child) {
  margin: 0 0 15px 0;
}

.editor p {
  text-align: justify;
}

.editor img {
  margin: 30px;
  border-radius: 15px;
}

.editor img.alignleft {
  float: left;
  margin-left: 0;
}

.editor img.alignright {
  float: right;
  margin-right: 0;
}

.editor img.aligncenter {
  margin-left: 0;
  margin-right: 0;
}

.editor h1,
.editor h2,
.editor h3,
.editor h4,
.editor h5,
.editor h6 {
  margin: 0 0 25px 0;
  color: var(--color-black);
}

.editor ul,
.editor ol {
  margin-left: 15px !important;
}

.editor ul li:not(:last-child),
.editor ol li:not(:last-child) {
  margin: 0 0 10px 0;
}

.editor ul {
  list-style: square;
}

.editor ol {
  list-style: decimal;
}

.editor table:not(:last-child) {
  margin: 0 0 15px 0;
}

.editor iframe {
  width: 100%;
  height: 400px;
}

.editor a {
  text-decoration: underline;
  color: var(--color-accent);
}

.editor strong,
.editor b {
  font-weight: 500;
}

/* Blockquote */
.editor blockquote {
  margin: 0 auto;
  margin-bottom: 15px;
}

.editor blockquote::after,
.editor blockquote::before {
  content: "";
  width: 18px;
  height: 18px;
  display: block;
  background: url("https://api.iconify.design/el:quotes.svg?color=%23D1CEE1")
    no-repeat center center / contain;
}

.editor blockquote::after {
  margin-left: auto;
  transform: rotate(180deg);
}

.editor blockquote p {
  padding: 15px 30px;
}

.editor blockquote p:first-child {
  padding: 15px 30px 0 30px;
}

.editor blockquote p:last-child {
  margin-bottom: 0 30px 15px 30px;
}

@media only screen and (max-width: 768px) {
  ul,
  ol {
    column-count: unset !important;
  }

  h1 {
    font-size: 26px;
  }

  h2 {
    font-size: 24px;
  }

  h3 {
    font-size: 22px;
  }

  h4 {
    font-size: 20px;
  }

  h5 {
    font-size: 18px;
  }

  h6 {
    font-size: 16px;
  }
}

/* --------------------------------------------------------------------------------------
 *
 *  Site Header
 *
 *  —— Headbar
 *  —— Sidebar
 *
----------------------------------------------------------------------------------------- */

:root {
  /* Site Header */
  --site-header-height: 100px;

  /* Site Header: Sidebar */
  --sidebar-width: 350px;
}

/* Site Header */
.site-header {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  position: sticky;
  transition: ease-in-out 0.15s;
  background: var(--color-white);
  box-shadow: 0px 0px 30px 0px #00000011;
}

/*  Site Header: Headbar
----------------------------------------------------------------------------------------- */

/* Headbar */
.headbar {
  display: flex;
  position: relative;
  align-items: center;
  font-weight: 500;
  height: var(--site-header-height);
}

/* Headbar Column Layout */
.headbar [class*="col-"] {
  display: flex;
  padding: 0 15px;
  align-items: center;
  justify-content: space-between;
}

/* Headbar Panel */
.headbar-panel {
  display: flex;
  align-items: center;
}

.headbar-panel > *:not(:first-child) {
  margin: 0 0 0 30px;
}

/*  Headbar: Headbar Navigation
------------------------------------------ */

/* Headbar Menu */
.headbar-navigation .menu {
  display: flex;
  align-items: center;
}

/* Headbar Menu Item */
.headbar-navigation .menu > .menu-item {
  height: 30px;
  display: flex;
  position: relative;
  align-items: center;
}

.headbar-navigation .menu-item:not(:last-child) {
  margin: 0 30px 0 0;
}

/* Headbar Menu Item Button */
.headbar-navigation .menu > .menu-item > a {
  display: block;
  transition: ease-in-out 0.15s;
}

.headbar-navigation .menu > .menu-item > a:hover,
.headbar-navigation .menu > .current-menu-item > a {
  color: var(--color-accent);
}

.headbar-navigation .menu > .menu-item:hover > .sub-menu {
  display: block;
}

/*  */
.headbar-navigation .sub-menu {
  top: 30px;
  display: none;
  padding: 20px;
  min-width: 220px;
  position: absolute;
  border-radius: 5px;
  color: var(--color-white);
  background: var(--color-graphit);
}

.headbar-navigation .sub-menu > .menu-item:not(:last-child) {
  margin: 0 0 10px 0;
}

.headbar-navigation .sub-menu > .menu-item > a {
  display: block;
  transition: 0.3s;
}

.headbar-navigation .sub-menu > .menu-item > a:hover {
  color: var(--color-accent);
}

/*  Site Header: Sidebar
----------------------------------------------------------------------------------------- */
.sidebar {
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  z-index: 999;
  position: fixed;
  transition: 0.3s;
  font-size: 0.8rem;
  overflow-x: hidden;
  color: var(--color-white);
  background: var(--color-graphit);
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

.sidebar.open,
.sidebar > * {
  display: flex;
  flex-direction: column;
  width: var(--sidebar-width);
}

.sidebar > * > *:not(:last-child) {
  margin: 0 0 15px 0;
}

/* Sidebar Head */
.sidebar-head {
  padding: 0 30px;
  justify-content: center;
  min-height: var(--site-header-height);
}

/* Sidebar Body */
.sidebar-body {
  padding: 30px;
  border-top: 1px solid #ffffff29;
  border-bottom: 1px solid #ffffff29;
}

/* Sidebar Footer */
.sidebar-footer {
  padding: 30px;
}

.sidebar-footer .contact-item {
  color: var(--color-gray-light);
}

/*  Sidebar: Sidebar Navigation
------------------------------------------ */
#sidebar-menu > .menu-item:not(:last-child) {
  border-bottom: 1px solid #ffffff29;
}

#sidebar-menu > .menu-item > a {
  display: flex;
  padding: 15px 0;
  justify-content: space-between;
}

#sidebar-menu > .menu-item > a:hover {
  opacity: 0.8;
}

#sidebar-menu > .menu-item-has-children > a::after {
  content: "";
  width: 25px;
  height: 25px;
  display: block;
  border-radius: 100%;
  border: 1px solid #ffffff29;
  background: url("https://api.iconify.design/ei/chevron-down.svg?color=white")
    no-repeat center center / contain;
}

#sidebar-menu > .menu-item-has-children.active > a::after {
  background: url("https://api.iconify.design/ei/chevron-up.svg?color=white")
    no-repeat center center / contain;
}

/* #sidebar-menu > .menu-item > .sub-menu */
#sidebar-menu > .menu-item > .sub-menu {
  display: none;
}

#sidebar-menu > .menu-item > .sub-menu.open {
  display: block;
  padding: 0 0 15px 0;
}

#sidebar-menu > .menu-item > .sub-menu > .menu-item:not(:last-child) {
  margin: 0 0 10px 0;
}

#sidebar-menu > .menu-item > .sub-menu > .menu-item > a {
  display: block;
  font-size: 0.9rem;
  transition: ease-in-out 0.15s;
}

#sidebar-menu > .menu-item > .sub-menu > .menu-item > a:hover {
  color: var(--color-accent);
  padding: 0 0 0 5px;
}

/*  Sidebar: Menu Toggle
------------------------------------------ */
.menu-toggle {
  width: 35px;
  height: 26px;
  z-index: 1001;
  display: none;
  cursor: pointer;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.menu-toggle span {
  left: 0;
  opacity: 1;
  height: 1px;
  width: 100%;
  display: block;
  border-radius: 0;
  position: absolute;
  background: var(--color-black);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.menu-toggle.change span {
  background: var(--color-white);
}

.menu-toggle span:nth-child(1) {
  top: 0px;
}

.menu-toggle span:nth-child(2),
.menu-toggle span:nth-child(3) {
  top: 12px;
}

.menu-toggle span:nth-child(4) {
  top: 24px;
}

.menu-toggle.change span:nth-child(1) {
  top: 14px;
  width: 0%;
  left: 50%;
}

.menu-toggle.change span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.menu-toggle.change span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.menu-toggle.change span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

/*  Responsive
------------------------------------------ */
@media only screen and (max-width: 1320px) {
  /* Menu Toggle */
  .menu-toggle {
    display: block;
    position: unset;
  }
  /* Headbar */
  .headbar .headbar-navigation {
    display: none;
  }
}

@media only screen and (max-width: 992px) {
  /* Headbar Panel */
  .headbar-panel .buttons,
  .headbar-panel .contact-list,
  .headbar-panel .language-switcher {
    display: none;
  }
}

/* --------------------------------------------------------------------------------------
 *
 *  Section
 *
 *  —— 
 *  —— 
 *
----------------------------------------------------------------------------------------- */

:root {
  /* Section Settings */
  --section-padding: 60px 0;
}

section {
  padding: var(--section-padding);
}

@media only screen and (max-width: 992px) {
  :root {
    --section-padding: 15px 0;
  }
}

/*  Section: Products
----------------------------------------------------------------------------------------- */
section#products {
  padding: 0;
}

/*  Section: Contact
----------------------------------------------------------------------------------------- */
section#contact {
  min-height: 640px;
  position: relative;
}

/* Section Contact / Map */
section#contact #contact-map {
  top: 0;
  left: 0;
  width: 50%;
  border: none;
  height: 100%;
  position: absolute;
}

@media only screen and (max-width: 992px) {
  section#contact #contact-map {
    position: unset;
    width: 100%;
    min-height: 240px;
  }
}

/*  Section: Hero
----------------------------------------------------------------------------------------- */
section.hero {
  padding: 15px 0;
}

/*  Hero Overlay
------------------------------------------ */
.hero-overlay {
  display: flex;
  padding: 30px;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background: #0000008c;
  color: var(--color-white);
}

.hero-overlay > *:not(:last-child) {
  margin: 0 0 30px 0;
}

/*  Hero Slider
------------------------------------------ */
#hero-slider {
  overflow: hidden;
  border-radius: 15px;
}

/*  Hero Home
------------------------------------------ */
section#hero-home .hero-overlay {
  min-height: calc(var(--vh, 1vh) * 100 - var(--site-header-height) - 60px);
}

/*  Hero Area
------------------------------------------ */
.hero-area {
  position: relative;
}

/* Hero Panel */
.hero-panel {
  left: 50%;
  z-index: 1;
  bottom: 75px;
  display: flex;
  position: absolute;
  color: var(--color-white);
  transform: translateX(-50%);
}

.hero-panel > *:not(:last-child) {
  margin: 0 15px 0 0;
}

/* Herobox */
.herobox {
  text-align: center;
}

.herobox > *:not(:last-child) {
  margin: 0 0 10px 0;
}

.herobox-title {
  font-weight: 500;
}

.herobox-icon {
  font-size: 32px;
}

/*  Resoinsive
------------------------------------------ */
@media only screen and (max-width: 1320px) {
  .hero-panel {
    display: none;
  }
}

@media only screen and (max-width: 576px) {
  section#hero-home,
  section#hero-home .container,
  section#hero-home [class*="col-"] {
    padding: 0;
  }

  section#hero-home .hero-overlay {
    min-height: 420px;
  }
  #hero-slider {
    border-radius: 0;
  }
}

/*  Section: Not Found 404
----------------------------------------------------------------------------------------- */
section#notfound {
  text-align: center;
}

/* Notfound Label */
.notfound-label {
  line-height: 1;
  font-weight: 800;
  font-size: 250px;
}

/*  Responsive
------------------------------------------ */
@media only screen and (max-width: 576px) {
  .notfound-label {
    font-size: 125px;
  }
}

/* --------------------------------------------------------------------------------------
 *
 *  Page
 *
 *  —— 
 *  —— 
 *
----------------------------------------------------------------------------------------- */

/*  Page Header
----------------------------------------------------------------------------------------- */

section#page-header {
  padding: 45px 0;
  border-bottom: 1px solid var(--color-gray);
}

/*  Page Meta
------------------------------------------ */
.page-meta {
  display: flex;
  text-align: center;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.page-meta > *:not(:last-child) {
  margin: 0 0 15px 0;
}

/* Page Breadcrumbs */
.page-breadcrumbs .last {
  color: var(--color-accent);
}

/*  Page Content
----------------------------------------------------------------------------------------- */
section#page-content {
  background: var(--color-white);
}

section#page-content [class*="col-"] {
  padding: 0 30px;
}

@media only screen and (max-width: 992px) {
  section#page-content [class*="col-"] {
    padding: 15px;
  }
}

/* --------------------------------------------------------------------------------------
 *
 *  Site Footer
 *
 *  —— 
 *  —— 
 *
----------------------------------------------------------------------------------------- */
.site-footer {
  padding: 90px 0;
  color: var(--color-white);
  background: var(--color-graphit);
}

/* Site Footer / Site branding */
.site-footer .site-branding {
  filter: brightness(0) invert(1);
}

/* --------------------------------------------------------------------------------------
 *
 *  Component
 *
 *  —— 
 *  —— 
 *
----------------------------------------------------------------------------------------- */

/* Component: Getmore
----------------------------------------------------------------------------------------- */
.getmore-area {
  overflow: hidden;
  max-height: 150px;
  position: relative;
}

.getmore-area::after {
  top: 0;
  width: 100%;
  content: "";
  height: 100%;
  display: flex;
  position: absolute;
  background: linear-gradient(to bottom, #fff0, #f8f8f8);
}

.getmore-area.open {
  max-height: 100% !important;
}

.getmore-area.open::after {
  background: linear-gradient(to bottom, #fff0, #ffffff00);
}

.getmore nav {
  margin-top: 15px;
}

.getmore-expand,
.getmore-hide {
  cursor: pointer;
  color: var(--main);
  text-decoration: underline;
}

.disable {
  display: none;
}

/*  Component: Thumbnail
----------------------------------------------------------------------------------------- */

/* Thumbnail */
[class*="-thumbnail"] {
  width: 100%;
  height: 100%;
  display: block;
  line-height: 0;
  overflow: hidden;
  position: relative;
  border-radius: 15px;
  transition: ease-in-out 0.15;
  background: var(--color-gray-light);
}

/* Thumbnail / Image */
[class*="-thumbnail"] > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: ease-in-out 0.15s;
}

/*  Component: Announce
----------------------------------------------------------------------------------------- */

/*  Announce Feed
----------------------------------------- */
.announce-feed > *:nth-child(even) {
  background: var(--color-gray-light);
  border-top: 1px solid var(--color-gray);
  border-bottom: 1px solid var(--color-gray);
}

.announce-feed > *:nth-child(even) .row {
  flex-direction: row-reverse;
}

/*  Announce Thumbnail
----------------------------------------- */
.announce-thumbnail {
  width: 100%;
  height: 420px;
  display: block;
}

@media only screen and (max-width: 576px) {
  .announce-thumbnail {
    height: 210px;
  }
}

/*  Component: Post
----------------------------------------------------------------------------------------- */

/*  Post: Post Thumbnail
------------------------------------------ */
.post-thumbnail {
  height: 320px;
}

.post-thumbnail:hover > img {
  scale: 1.05;
}

/*  Post: Post Date
------------------------------------------ */
.post-date {
  left: 15px;
  z-index: 1;
  bottom: 15px;
  width: 75px;
  height: 75px;
  display: flex;
  position: absolute;
  text-align: center;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  color: var(--color-white);
  background: var(--color-accent);
  border-radius: 15px;
}

.post-date > * {
  line-height: 1;
}

.post-date > *:not(:last-child) {
  margin: 0 0 5px 0;
}

.post-date > .date-day {
  font-size: 32px;
  font-weight: 600;
}

/*  Post: Post Content
------------------------------------------ */
.post-content {
  padding: 60px;
  border: 1px solid var(--color-gray);
  background: var(--color-gray-light);
}

/*  Post: Post Title
------------------------------------------ */
.post-title {
  display: block;
  font-size: 36px;
}

a.post-title {
  font-weight: 500;
  transition: ease-in-out 0.15s;
}

a.post-title:hover {
  color: var(--color-accent);
}

/*  Post: Post Box
------------------------------------------ */
.post-box {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.post-box > *:not(:last-child) {
  margin: 0 0 15px 0;
}

.post-box > *:last-child {
  margin-top: auto;
}

/* Post Box / Post Thumbnail */
.post-box .post-thumbnail {
  height: 250px;
}

/* Post Box / Post Title */
.post-box .post-title {
  font-size: 18px;
  max-width: 320px;
}

/* Post Box / Post Meta */
.post-box .post-meta {
  padding: 15px 30px;
}

.post-box .post-meta > *:not(:last-child) {
  margin: 0 0 15px 0;
}

@media only screen and (max-width: 576px) {
  .post-content {
    padding: 30px;
  }
}

/*  Component: Form
----------------------------------------------------------------------------------------- */

/*  Default Form
------------------------------------------ */
input,
textarea {
  width: 100%;
  height: 50px;
  border: none;
  font-size: 14px;
  padding: 15px 30px;
  color: var(--color-gray-dark);
  border: 1px solid var(--color-gray);
}

input:focus,
textarea:focus {
  color: var(--color-accent);
  border-color: var(--color-accent);
}

textarea {
  height: 120px;
}

/* Input Submit */
input[type="submit"] {
  width: max-content;
}

/*  Contact Form 7
------------------------------------------ */
form > *:not(:last-child) {
  margin: 0 0 15px 0 !important;
}

form p {
  margin: 0 !important;
}

form br {
  display: none;
}

form .wpcf7-spinner {
  position: absolute;
}

/*  Component: Tab
----------------------------------------------------------------------------------------- */

/*  Tab: Tab Navigation
----------------------------------------- */
.tab-navigation {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  background: var(--color-gray-light);
  border-top: 1px solid var(--color-gray);
}

.tab-navigation::after {
  left: 0;
  bottom: 0;
  content: "";
  width: 100%;
  display: block;
  position: absolute;
  border-bottom: 6px solid var(--color-gray);
}

/* Tab Slider / Tab Control */
.tab-prev,
.tab-next {
  opacity: 0.2;
  margin: 0 15px;
  font-size: 52px;
  cursor: pointer;
  transition: 0.3s;
  color: var(--color-gray-dark);
}

.tab-prev:hover,
.tab-next:hover {
  opacity: 1;
  color: var(--color-accent);
}

/* Tab Slider / Tab Pagintaion */
.tab-pagination {
  text-align: center;
  left: 50% !important;
  z-index: 1 !important;
  position: absolute !important;
  transform: translateX(-50%);
  background: var(--color-accent);
  width: max-content !important;
  padding: 5px 10px;
  color: var(--color-white);
  border-radius: 5px;
  bottom: -10px !important;
}

/*  Tab: Tab Slider
----------------------------------------- */
#tab-slider {
  width: 100%;
  margin: unset;
  max-width: 1260px;
  border-left: 1px solid var(--color-gray);
  border-right: 1px solid var(--color-gray);
}

#tab-slider .swiper-slide:not(:last-child) > .tab-button {
  border-right: 1px solid var(--color-gray);
}

/*  Tab: Tab Button
----------------------------------------- */
.tab-button {
  width: 100%;
  height: 100%;
  padding: 30px;
  cursor: pointer;
  transition: 0.3s;
  text-align: center;
  filter: grayscale(100%);
  border-bottom: 6px solid var(--color-gray);
}

.tab-button:hover,
.tab-button.active {
  filter: grayscale(0%);
  color: var(--color-black);
  background: var(--color-white);
  border-bottom-color: var(--color-accent);
}

.tab-button::selection {
  background: transparent;
}

.tab-button > *:not(:last-child) {
  margin: 0 0 15px 0;
}

/* Tab Button / Tab Title */
.tab-button .tab-title {
  font-size: 14px;
  font-weight: 500;
}

.tab-button .tab-icon {
  width: 60px;
  height: 60px;
  min-width: 60px;
  min-height: 60px;
}

/*  Tab Area
----------------------------------------- */
.tab-area {
  padding: var(--section-padding);
}

/* Tab Content */
.tab-content {
  display: none;
  overflow: hidden;
  position: relative;
  animation: fadeEffect 0.2s;
  -webkit-animation: fadeEffect 0.2s;
}

/*  Tabs: Animations
----------------------------------------- */
@-webkit-keyframes fadeEffect {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeEffect {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/*  Tab: Responsive
----------------------------------------- */
@media only screen and (max-width: 1320px) {
  .tab-prev,
  .tab-next {
    font-size: 32px;
  }
}

/*  Component: Swiper
----------------------------------------------------------------------------------------- */

/*  Swiper Slide
------------------------------------------ */
.swiper-slide {
  height: auto !important;
}

/*  Swiper Control
------------------------------------------ */
.swiper-control.absolute {
  left: 50%;
  z-index: 1;
  width: 100%;
  bottom: 30px;
  position: absolute;
  transform: translateX(-50%);
}

/*  Swiper Pagination
------------------------------------------ */
.swiper-pagination {
  margin: 30px 0 0 0;
  position: unset !important;
}

/* Swiper Pagination Bullet */
.swiper-pagination-bullet {
  width: 12px !important;
  height: 12px !important;
  transition: ease-in-out 0.15s !important;
  background: var(--color-white) !important;
}

.swiper-pagination-bullet-active {
  width: 36px !important;
  border-radius: 5px !important;
  background: var(--color-accent) !important;
}

/*  Component: Heading
----------------------------------------------------------------------------------------- */
.heading {
  display: flex;
  flex-direction: column;
}

.heading > *:not(:last-child) {
  margin: 0 0 15px 0;
}

/* Heading Center */
.heading.center {
  text-align: center !important;
  align-items: center;
}

/*  Heading Uptitle
------------------------------------------ */
.heading-uptitle {
  font-size: 16px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--color-gray-dark);
}

/*  Heading Title
------------------------------------------ */
.heading-title {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.3;
}

h1.heading-title {
  font-size: 48px;
}

/*  Heading Textarea
------------------------------------------ */
@media only screen and (max-width: 576px) {
  h1.heading-title {
    font-size: 26px;
  }

  .heading-title {
    font-size: 24px;
  }

  .heading-textarea {
    font-size: 14px;
  }
}

/*  Component: Column Image
----------------------------------------------------------------------------------------- */
.column-image {
  overflow: hidden;
  min-height: 540px;
  border-radius: 15px;
}

@media only screen and (max-width: 576px) {
  .column-image {
    min-height: 240px;
    background-attachment: unset !important;
  }
}

/*  Component: Product / Catalog
----------------------------------------------------------------------------------------- */

/*  Catalog
------------------------------------------ */
section#catalog {
  position: relative;
}

section#catalog::before {
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 40%;
  height: 100%;
  position: absolute;
  background: var(--color-gray-light);
  border-right: 1px solid var(--color-gray);
}

@media only screen and (max-width: 992px) {
  section#catalog::before {
    content: none;
  }
  section#catalog .row {
    flex-direction: column-reverse;
  }
}

/*  Component: Widget
----------------------------------------------------------------------------------------- */

/*  Widget Title
------------------------------------------ */
.widget-title {
  font-size: 18px;
  font-weight: 500;
}

/*  Widget Branding
------------------------------------------ */
.widget-branding > *:not(:last-child) {
  margin: 0 0 30px 0;
  padding: 0 0 30px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

/* Widget Wrapper */
.widget-branding .widget-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/*  Sticky Widget
------------------------------------------ */
.sticky-widget {
  position: sticky;
  top: 140px;
}

.sticky-widget > *:not(:last-child) {
  margin: 0 0 30px 0;
}

@media only screen and (max-width: 768px) {
  .widget-branding .widget-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .widget-branding .widget-wrapper > *:not(:last-child) {
    margin: 0 0 30px 0;
  }
}

/*  Component: Language Switcher
----------------------------------------------------------------------------------------- */

/* Language Switcher */
.language-switcher {
  display: flex;
  align-items: center;
}

.language-switcher > *:not(:last-child)::after {
  content: "/";
  opacity: 0.3;
  display: block;
  margin: 0 10px;
}

/* Language Switcher Language */
.language-switcher .language {
  opacity: 0.5;
  display: flex;
  transition: 0.3s;
}

.language-switcher .language:hover,
.language-switcher .current-language {
  opacity: 1;
}

/*  Component: Contact
----------------------------------------------------------------------------------------- */

/*  Contact Card
------------------------------------------ */
.contact-card > *:not(:last-child) {
  margin: 0 0 30px 0;
}

/*  Contact Lits
------------------------------------------ */
.contact-list {
  display: flex;
  flex-direction: column;
}

/*  Contact Item
------------------------------------------ */
.contact-item {
  display: flex;
  line-height: 1.8;
}

.contact-item > * {
  display: block;
}

.contact-item:not(.columned) > *:not(:last-child)::after {
  content: ",";
  margin: 0 5px 0 0;
  display: inline-block;
}

/* Contact Item / Column */
.contact-item.columned {
  flex-direction: column;
}

/*  Component: Site Branding
----------------------------------------------------------------------------------------- */
.site-branding {
  display: flex;
  align-items: center;
}

/* Site Branding / Site Logo */
.site-branding .site-logo {
  max-height: 40px;
}

/*  Component: Contact
----------------------------------------------------------------------------------------- */

/* Social Media */
.social-media {
  display: flex;
}

.social-media > *:not(:last-child) {
  margin: 0 15px 0 0;
}

/* Social Network */
.social {
  width: 50px;
  height: 50px;
  display: flex;
  font-size: 24px;
  min-width: 50px;
  min-height: 50px;
  transition: 0.3s;
  text-align: center;
  align-items: center;
  justify-content: center;
  transition: ease-in-out 0.15s;
  border: 1px solid var(--color-accent);
}

.social:hover {
  color: var(--color-accent);
}

/*  Component: Buttons
----------------------------------------------------------------------------------------- */
.buttons {
  display: flex;
  align-items: center;
  min-width: max-content;
}

.buttons > *:not(:first-child) {
  margin: 0 0 0 15px;
}

/* Buttons Center */
.buttons.center {
  justify-content: center;
}

/*  Button: Default
------------------------------------------ */
.buttons [class*="button-"] {
  height: 50px;
  display: flex;
  outline: none;
  cursor: pointer;
  font-weight: 500;
  transition: ease-in-out 0.15s;
  padding: 0px 30px;
  text-align: center;
  color: var(--color-black);
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  border: 1px solid transparent;
  background: var(--color-accent);
}

.buttons [class*="button-"]:hover {
  animation: shadow-pulse 1s infinite;
}

/*  Button Transparent
------------------------------------------ */
.buttons [class*="button-"].transparent {
  background: transparent;
  border-color: var(--color-white);
}

/*  Button Bordered
------------------------------------------ */
.buttons [class*="button-"].bordered {
  background: transparent;
  color: var(--color-accent);
  border-color: var(--color-accent);
}

/*  Button: Details
------------------------------------------ */
.button-details {
  border: none !important;
  text-decoration: underline;
  transition: ease-in-out 0.15s;
  background: transparent !important;
  color: var(--color-black) !important;
}

.button-details:hover {
  color: var(--color-accent) !important;
}

.button-details > *:not(:last-child) {
  margin: 0 15px 0 0;
}

/*  Component: Animations
----------------------------------------------------------------------------------------- */

/*  Animation Whadow Pulse
------------------------------------------ */
@keyframes shadow-pulse {
  0% {
    box-shadow: 0 0 0 0px rgba(252, 185, 0, 0.2);
  }
  100% {
    box-shadow: 0 0 0 30px rgba(0, 0, 0, 0);
  }
}

/*  Component: Modal
----------------------------------------------------------------------------------------- */
.modal {
  display: none;
}

/*  Component: Comments
----------------------------------------------------------------------------------------- */

.comment-list > .comment {
  padding: 30px;
  background: var(--color-gray-light);
  border: 1px solid var(--color-gray-light);
}

.comment-list > .comment:not(:last-child),
.comment-list > .comment ul.children .comment:not(:last-child) {
  margin-bottom: 30px;
}

.comment-list > .comment ul.children {
  margin: 30px 0 0 30px;
}

.comment-body {
  padding: 30px;
  background: var(--color-white);
}

.comment-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.comment-meta > .comment-author {
  display: flex;
  align-items: center;
}

.comment-meta > .comment-author > .avatar {
  margin-right: 10px;
}

.comment-meta > .comment-metadata {
  font-size: 12px;
}

.comment-content {
  padding: 15px 0;
  margin: 15px 0;
  border-top: 1px solid var(--color-gray-light);
  border-bottom: 1px solid var(--color-gray-light);
}

/*  Component: Post Navigation / Post Pagintaion / Comment Navigation
----------------------------------------------------------------------------------------- */

/* .navigation */
.navigation > .screen-reader-text {
  display: none;
}

/* .navigation > .nav-links */
.nav-links {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.nav-links > [class*="nav-"] {
  max-width: 320px;
}

.nav-links > .nav-next {
  margin-left: auto;
}

.nav-links > .nav-previous {
  margin-right: auto;
}

.nav-links > [class*="nav-"] > a {
  display: flex;
  line-height: 1.5;
  align-items: flex-start;
}

.nav-links > .nav-next > a {
  text-align: right;
}

.nav-links > .nav-previous > a {
  text-align: left;
}

.nav-links > .nav-previous > a::before,
.nav-links > .nav-next > a::after {
  content: "";
  min-width: 20px;
  min-height: 20px;
  display: block;
}

.nav-links > .nav-previous > a::before {
  margin-right: 10px;
  background: url("https://api.iconify.design/carbon:chevron-left.svg")
    no-repeat center center / contain;
}

.nav-links > .nav-next > a::after {
  margin-left: 10px;
  background: url("https://api.iconify.design/carbon:chevron-right.svg")
    no-repeat center center / contain;
}

/* .pagination > .nav-links */
.pagination .nav-links {
  align-items: center;
  justify-content: center;
}

.pagination .nav-links > .page-numbers {
  width: 50px;
  height: 50px;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
}

.pagination .nav-links > .page-numbers.prev {
  background: url("https://api.iconify.design/carbon:chevron-left.svg")
    no-repeat center center / contain;
}

.pagination .nav-links > .page-numbers.next {
  background: url("https://api.iconify.design/carbon:chevron-right.svg")
    no-repeat center center / contain;
}

.pagination .nav-links > .page-numbers:not(:last-child) {
  margin-right: 15px;
}
