/*!
Theme Name: Eternity
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: eternity
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-accent: #59554d;
  --color-accent-trans: #59554dac;
  --color-accent-light: #bbbabd;

  --color-gray: gray;
  --color-gray-dark: darkgray;
  --color-gray-light: #f4f4f4;

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

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

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

/*  Responsive
------------------------------------------ */
@media only screen and (max-width: 576px) {
  body {
    font-size: 12px;
  }
}

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

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

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

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

/* Container Fluid */
.container-fluid {
  max-width: 100% !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-center {
  justify-content: center;
}

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

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

h1 {
  font-size: 48px;
}

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

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

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

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

tr {
  background: #e5e6ed;
}

tr:not(:last-child) {
  border-bottom: 1px solid #bbbabd;
}

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

.editor p {
  text-align: justify;
}

.editor ul,
.editor ol {
  margin: 0 0 15px 15px;
}

.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 iframe {
  width: 100%;
  height: 400px;
}

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

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

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

/*  Responsive
------------------------------------------ */
@media only screen and (max-width: 576px) {
  h1 {
    font-size: 28px;
  }

  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: 120px;

  /* 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);
  border-bottom: 1px solid var(--color-black);
}

/* Hero Home Descktop Section */
@media only screen and (min-width: 768px) {
  :root {
    /* Site Header: Sidebar */
    --sidebar-width: 480px !important;
  }

  .home .site-header {
    position: absolute;
    border-bottom: none;
    background: transparent;
    color: var(--color-white);
  }

  .home .headbar [class*="col-"] {
    justify-content: flex-end;
  }

  .home .headbar-navigation,
  .home .headbar .contact-list,
  .home .headbar .site-branding {
    display: none;
  }

  .home .menu-toggle {
    left: 30px;
    display: block;
    position: absolute;
  }

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

  /*  Home Sidebar
  ------------------------------------------ */
  .home .sidebar {
    left: 0;
    opacity: 0;
    z-index: -1;
    width: 0;
    display: flex;
    position: absolute;
    flex-direction: column !important;
    justify-content: center !important;
    background: rgba(0, 0, 0, 0.8);
    min-height: calc(var(--vh, 1vh) * 100);
  }

  .home .sidebar.open {
    opacity: 1;
  }

  section#hero-home {
    min-height: calc(var(--vh, 1vh) * 100) !important;
  }

  /*  Hero Sidebar
  ------------------------------------------ */
  .hero-sidebar {
    top: 0;
    left: 0;
    width: var(--sidebar-width);
    z-index: 2;
    display: flex;
    position: absolute;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    background: rgba(0, 0, 0, 0.8);
    padding: 40px 0;
    min-height: calc(var(--vh, 1vh) * 100);
  }
  .hero-sidebar .site-logo {
    max-height: 75px !important;
    filter: brightness(0) invert(1);
  }

  /* Hero Widget */
  .hero-widget {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .hero-widget > *:not(:last-child) {
    margin: 0 0 60px 0;
  }
}

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

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

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

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

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

/* Headbar Widget */
.headbar-widget {
  text-align: center;
}

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

/*  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 > .menu-item:not(:last-child) {
  margin: 0 45px 0 0;
}

/* Headbar Menu Item Button */
.headbar-navigation .menu > .menu-item > a {
  display: block;
  transition: 0.3s;
  text-transform: capitalize;
}

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

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

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

.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;
  overflow-x: hidden;
  color: var(--color-white);
  transition: ease-in-out 0.15s;
  background: rgba(0, 0, 0, 0.8);
  -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 {
  min-height: var(--site-header-height);
}

/* Sidebar Body */
.sidebar-body {
  padding: 30px;
}

/* Sidebar Footer */
.sidebar-footer {
  padding: 30px;
  text-align: center;
  align-items: center;
}

/*  Sidebar: Sidebar Navigation
------------------------------------------ */
#sidebar-menu > .menu-item > a {
  display: flex;
  padding: 15px 0;
  font-size: 18px;
  align-items: center;
  text-align: center;
  justify-content: center;
}

#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 #ebeaea;
  background: url("https://api.iconify.design/ei/chevron-down.svg?color=black")
    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=black")
    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: 12px;
  transition: 0.3s;
}

#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: 992px) {
  /* Headbar Navigation */
  .headbar-navigation {
    display: none;
  }
  /* Menu Toggle */
  .menu-toggle {
    display: block;
  }
}

@media only screen and (max-width: 576px) {
  :root {
    /* Site Header */
    --site-header-height: 80px;
  }

  /* Headbar Panel */
  .headbar-panel > *:not(:last-child) {
    margin: 0 15px 0 0;
  }
  /* Headbar Branding */
  .headbar .site-logo {
    height: 30px !important;
  }
  /* Headbar Widget */
  .headbar-widget {
    font-size: 12px;
  }
  .headbar-widget > *:not(:last-child) {
    margin: 0 0 5px 0;
  }
}

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

section {
  padding: 60px 0;
}

/*  Responsive
------------------------------------------ */
@media only screen and (max-width: 576px) {
  section {
    padding: 30px 0;
  }
}

/*  Section: Hero
----------------------------------------------------------------------------------------- */
section.hero {
  min-height: 440px;
  position: relative;
}

section#hero-home {
  min-height: calc(var(--vh, 1vh) * 100 - var(--site-header-height));
}

/*  Hero Slider
------------------------------------------ */
#hero-slider {
  top: 0;
  left: 0;
  width: 100%;
  position: absolute;
  height: 100% !important;
}

/*  Responsive
------------------------------------------ */
@media only screen and (max-width: 576px) {
  /* Section Hero */
  section.hero,
  section#hero-home {
    min-height: 320px;
  }
}

/*  Section: Contact Map
----------------------------------------------------------------------------------------- */
section#contact-map {
  padding: 0;
  line-height: 0;
  position: relative;
}

section#contact-map iframe {
  width: 100% !important;
  border: none !important;
  filter: grayscale(100%);
  height: 440px !important;
  margin: 15px 0 0 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;
  }
}

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

/*  Page Header
----------------------------------------------------------------------------------------- */
.page-header {
  display: flex;
  min-height: 440px;
  align-items: center;
}

/* Page Header / Single Portfolio */
.single-portfolio .page-header {
  min-height: calc(var(--vh, 1vh) * 100 - var(--site-header-height));
}

/* Page Title */
.page-title {
  font-size: 32px;
  font-weight: 100;
  width: max-content;
  padding: 15px 30px;
  text-transform: uppercase;
  color: var(--color-white);
  font-family: var(--font-serif);
  background: var(--color-accent-trans);
}

/*  Responsive
------------------------------------------ */
@media only screen and (max-width: 576px) {
  .page-title {
    font-size: 24px;
  }
}

/* --------------------------------------------------------------------------------------
 *
 *  Site Footer
 *
 *  —— 
 *  —— 
 *
----------------------------------------------------------------------------------------- */
.site-footer {
  padding: 60px 0;
  position: relative;
}

.site-footer::before,
.site-footer::after {
  top: 0;
  width: 40%;
  content: "";
  display: block;
  position: absolute;
  border-bottom: 1px solid var(--color-black);
}

.site-footer::before {
  left: 0;
}

.site-footer::after {
  right: 0;
}

/* Site Footer / Site Logo */
.site-footer .site-logo {
  max-height: 70px;
}

/*  Footer Navigation
------------------------------------------ */
.footer-navigation .menu {
  display: flex;
  flex-direction: column;
}

.footer-navigation .menu > .menu-item:not(:last-child) {
  margin: 0 0 5px 0;
}

.footer-navigation .menu > .menu-item > a {
  display: block;
  transition: ease-in-out 0.15s;
}

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

/*  Responsive
------------------------------------------ */
@media only screen and (max-width: 992px) {
  /* Footer Navigation */
  .footer-widget {
    display: none;
  }
}

@media only screen and (max-width: 576px) {
  /* Site Footer */
  .site-footer {
    padding: 30px 0;
  }
}

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

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

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

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

/*  Component: Stepbox
----------------------------------------------------------------------------------------- */
.stepbox {
  min-height: 110px;
  position: relative;
}

.stepbox::before {
  top: -15px;
  width: 60px;
  height: 60px;
  left: -80px;
  display: flex;
  font-size: 24px;
  text-align: center;
  position: absolute;
  align-items: center;
  border-radius: 100%;
  justify-content: center;
  color: var(--color-white);
  content: attr(data-number);
  background: var(--color-accent);
}

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

/* Stepbox Title */
.stepbox-title {
  font-size: 16px;
  font-weight: 500;
  color: var(--color-accent);
}

/*  Stepbox Feed
------------------------------------------ */
.stepbox-feed {
  position: relative;
  margin: 0 0 0 60px;
}

.stepbox-feed::before {
  top: 0;
  left: -50px;
  height: 100%;
  content: "";
  display: block;
  position: absolute;
  border-left: 1px solid var(--color-accent);
}

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

/*  Component: Portfolio
----------------------------------------------------------------------------------------- */

/* Portfolio Thumbnail */
.portfolio-thumbnail {
  height: 520px;
}

/* Portfolio Title */
.portfolio-title {
  font-size: 16px;
  font-weight: 500;
  padding: 5px 15px;
  width: max-content;
  background: var(--color-accent-light);
}

/* Portfolio Excerpt */
.portfolio-excerpt {
  text-align: justify;
}

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

/*  Portfolio Box
------------------------------------------ */
.portfolio-box {
  display: flex;
  flex-direction: column;
}

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

/* Portfolio Box / Portfolio Thumbnail */
.portfolio-box .portfolio-thumbnail {
  height: 400px;
}

.portfolio-box .portfolio-thumbnail:hover > img {
  scale: 1.1;
}

/*  Responsive
------------------------------------------ */
@media only screen and (max-width: 576px) {
  /* Portfolio Thumbnail */
  .portfolio-thumbnail {
    height: 240px !important;
  }
}

/*  Component: iconbox
----------------------------------------------------------------------------------------- */
.iconbox {
  position: relative;
  margin: 0 0 0 60px;
}

.iconbox-title {
  font-size: 16px;
  font-weight: 500;
  padding: 5px 15px;
  background: var(--color-accent-light);
}

.iconbox-icon {
  top: 0;
  left: -60px;
  width: 60px;
  height: 60px;
  display: block;
  font-size: 28px;
  position: absolute;
}

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

/*  Responsive
------------------------------------------ */
@media only screen and (max-width: 576px) {
  /* Iconblock title */
  .iconbox-title {
    font-size: 12px;
  }
}

/*  Component: Headline
----------------------------------------------------------------------------------------- */
.headline {
  text-align: center;
  margin: 0 0 45px 0;
}

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

/*  Headline Title
------------------------------------------ */
.headline-title {
  font-size: 32px;
  font-weight: 300;
  position: relative;
  font-family: var(--font-serif);
}

.headline-title > span {
  z-index: 1;
  padding: 0 60px;
  position: relative;
  display: inline-block;
  background: var(--color-white);
}

.headline-title::before {
  top: 50%;
  z-index: 0;
  width: 100%;
  content: "";
  display: block;
  position: absolute;
  transform: translateY(-50%);
  border-bottom: 1px solid var(--color-black);
}

/*  Headline Text
------------------------------------------ */
.headline-text {
  padding: 0 30px;
}

/*  Responsive
------------------------------------------ */
@media only screen and (max-width: 576px) {
  .headline {
    margin: 0 0 15px 0;
  }
  /*Headline Title  */
  .headline-title {
    font-size: 24px;
  }
  .headline-title > span {
    padding: 0 15px;
  }
}

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

form {
  display: flex;
  flex: 0 1 auto;
  flex-wrap: wrap;
  flex-direction: row;
}

form [class*="col-"] {
  padding: 5px;
}

input,
textarea {
  width: 100%;
  padding: 15px;
  min-height: 50px;
}

[type="checkbox"],
[type="radio"] {
  width: max-content;
  padding: 0 !important;
  min-height: unset !important;
}

[type="submit"] {
  width: max-content;
}

textarea {
  height: 120px;
}

/*  Form Wrapper
------------------------------------------ */
.form-card {
  padding: 45px;
  color: var(--color-white);
  background: var(--color-accent-light);
}

/*  Form Label
------------------------------------------ */
.form-label::before {
  display: block;
  margin: 0 0 15px 0;
  content: attr(data-title);
}

/*  Contact Form 7
------------------------------------------ */

.wpcf7-spinner {
  top: 50%;
  right: 0;
  position: absolute;
  transform: translateY(-50%);
}

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

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

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

/*  Swiper: Swiper Pagination
------------------------------------------ */
.swiper-pagination {
  display: flex;
  left: unset !important;
  right: 60px !important;
  bottom: 60px !important;
  justify-content: flex-end;
}

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

.swiper-pagination-bullet-active {
  background: var(--color-white) !important;
}

@media only screen and (max-width: 576px) {
  .swiper-pagination {
    right: 15px !important;
    bottom: 15px !important;
  }
  .swiper-pagination-bullet {
    width: 15px !important;
    height: 15px !important;
  }
}

/*  Component: Social
----------------------------------------------------------------------------------------- */

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

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

.social-media.black * {
  border-color: var(--color-black);
}

/* Social Network */
.social {
  width: 30px;
  height: 30px;
  display: flex;
  font-size: 24px;
  min-width: 30px;
  min-height: 30px;
  text-align: center;
  align-items: center;
  justify-content: center;
  transition: ease-in-out 0.15s;
  border: transparent;
}

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

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

/*  Widget Title
------------------------------------------ */
.widget-title {
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 15px 0;
}

/*  Widget Branding
------------------------------------------ */
.widget-branding > * {
  display: flex;
  justify-content: space-between;
}

.widget-branding > *:not(:last-child) {
  margin: 0 0 30px 0;
  padding: 0 0 30px 0;
  border-bottom: 1px solid rgba(111, 111, 111, 0.2);
}

/*  Instagram Widget
------------------------------------------ */
#instagram-widget > .eapps-link,
#instagram-widget .eapps-instagram-feed-title-container {
  display: none !important;
}

/*  Responsive
------------------------------------------ */
@media only screen and (max-width: 576px) {
  .widget-branding > * {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .widget-branding > * > *:not(:last-child) {
    margin: 0 0 15px 0;
  }
}

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

/* Language Switcher */
.language-switcher {
  display: flex;
  align-items: center;
  justify-content: 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 List
------------------------------------------ */
.contact-list {
  display: flex;
  flex-direction: column;
}

/*  Contact Item
------------------------------------------ */
.contact-item {
  line-height: 1.8 !important;
  transition: ease-in-out 0.15s;
}

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

/* Contact Title */
.contact-title {
  font-weight: 500;
  font-size: 1.2em;
  margin: 0 0 5px 0 !important;
}

/* Contact Label */
.contact-label {
  opacity: 0.8;
  font-weight: 500;
}

.contact-label::before {
  content: ", ";
}

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

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

/*  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-size: 16px;
  transition: ease-in-out 0.15s;
  padding: 0px 30px;
  text-align: center;
  color: var(--color-white);
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  background-color: var(--color-accent);
}

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

.buttons [class*="button-"].transparent {
  text-transform: uppercase;
  background: rgba(187, 186, 189, 0.8);
}

/*  Button: Branded
------------------------------------------ */
.buttons [class*="button-"] {
  text-transform: uppercase;
  font-family: var(--font-serif);
}

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