/*!
Theme Name: Legalukrainelsh
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: legalukrainelsh
Tags:
----------------------------------------------------------------------------------------- */
*,
::after,
::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  /* border: 1px solid red; */
}

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

:root {
  /* Color */
  --color-accent: #ac8f5b;

  --color-black: #000;
  --color-black-light: #1d1d1d;
  --color-black-trans: #00000080;

  --color-white: #fff;
  --color-white-trans: rgba(255, 255, 255, 0.1);

  --color-blue-dark: #191a3d;
  --color-blue-trans: #191a3d80;

  --color-gray: #e8e8e8;
  --color-gray-dark: #7c7c7c;
  --color-gray-light: #f9f9f9;

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

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

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

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

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

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

/* Container Default */
.container {
  max-width: 1280px !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;
}

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

.y-margin {
  display: flex;
  row-gap: 32px;
  flex-direction: column;
}

.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: 16px;
}

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

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: 32px;
  text-align: left;
}

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

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

.editor p {
  text-align: justify;
}

.editor ul,
.editor ol {
  margin-left: 16px;
}

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

.editor ul {
  list-style: inside;
}

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

/* Blockquote */
blockquote {
  padding: 32px;
  font-style: italic;
  background: var(--color-gray-light);
  border-left: 2px solid var(--color-accent);
}

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

  /* Editor */
  .editor p {
    text-align: left;
  }
}

/* --------------------------------------------------------------------------------------
 *
 *  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: fixed;
  font-size: 0.95rem;
  background: transparent;
  color: var(--color-white);
  transition: ease-in-out 0.15s;
  border-bottom: 1px solid var(--color-white-trans);
}

/* Onscroll / Site Header */
.onscroll .site-header {
  backdrop-filter: blur(10px);
  background: var(--color-black-trans);
  box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.1);
}

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

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

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

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

/*  Headbar: Headbar Phone
------------------------------------------ */
.headbar-phone {
  font-size: 24px;
  font-weight: 600;
}

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

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

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

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

/* Headbar Menu Item Button */
.headbar-navigation .menu > .menu-item > a {
  height: 100%;
  font-weight: 500;
  display: flex;
  align-items: center;
  transition: ease-in-out 0.15s;
}

.headbar-navigation .menu > .menu-item > a:hover,
.headbar-navigation .menu > .current-menu-item > a {
  opacity: 0.8;
}

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

/*  */
.headbar-navigation .sub-menu {
  top: 40px;
  display: none;
  padding: 16px;
  min-width: 180px;
  position: absolute;
  border-radius: 8px;
  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;
  font-size: 0.85rem;
  transition: ease-in-out 0.15s;
}

.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;
  overflow-x: hidden;
  color: var(--color-white);
  background: var(--color-black-light);
  -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 16px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 0 16px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0 16px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 16px 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 16px 0;
}

/* Sidebar Head */
.sidebar-head {
  min-height: var(--site-header-height);
}

/* Sidebar Body */
.sidebar-body {
  padding: 32px;
  border-top: 1px solid var(--color-white-trans);
  border-bottom: 1px solid var(--color-white-trans);
}

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

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

#sidebar-menu > .menu-item > a {
  display: flex;
  padding: 16px 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 #ebeaea;
  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 16px 0;
}

#sidebar-menu > .menu-item > .sub-menu > .menu-item:not(:last-child) {
  margin: 0 0 8px 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-white);
  -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) {
  /* Menu toggle */
  .menu-toggle {
    display: block;
  }
  /* Headbar Navigation */
  .headbar-navigation {
    display: none;
  }
  /* Onscroll Site Header */
  .onscroll .site-header {
    backdrop-filter: unset;
    background: rgba(0, 0, 0, 0.9);
  }
  /* Headbar Phone */
  .headbar-phone {
    font-size: 18px;
  }
}

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

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

/* --------------------------------------------------------------------------------------
 *
 *  Site Footer
 *
 *  —— 
 *  —— 
 *
----------------------------------------------------------------------------------------- */

/* Site Footer */
.site-footer {
  font-size: 0.95rem;
  color: var(--color-white);
  padding: var(--section-padding) 0;
  background: var(--color-black-light);
}

/*  Responsive 
------------------------------------------ */

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

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

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

/* Section Image */
.section-image {
  border-radius: 16px;
}

/*  Responsive
------------------------------------------ */
@media only screen and (max-width: 576px) {
  /* Section */
  :root {
    /* Section Settings */
    --section-padding: 32px;
  }
}

/*  Section: Excerpt
----------------------------------------------------------------------------------------- */
section.excerpt {
  background: var(--color-gray-light);
}

/*  Section: Hero
----------------------------------------------------------------------------------------- */

section#hero {
  padding: 0;
}

/* Hero Overlay */
.hero-overlay {
  height: 100%;
  display: flex;
  align-items: center;
  color: var(--color-white);
  background: var(--color-black-trans);
  padding: calc(var(--site-header-height) + var(--section-padding)) 0;
}

/* Hero Meta */
.hero-meta {
  display: flex;
  row-gap: 16px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
}

/*  Hero Full
------------------------------------------ */
section.hero-full .hero-overlay {
  min-height: calc(var(--vh, 1vh) * 100);
}

/*  Hero Short
------------------------------------------ */
section.hero-short .hero-overlay {
  min-height: 100%;
}

/*  Responsive
------------------------------------------ */
@media only screen and (max-width: 992px) {
  /* Hero Full */
  section.hero-full .hero-overlay {
    min-height: unset;
  }
}

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

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

/*  Component: Thumbnail
----------------------------------------------------------------------------------------- */
[class*="__thumbnail"] {
  width: 100%;
  height: 340px;
  display: block;
  overflow: hidden;
  position: relative;
  border-radius: 8px;
  transition: ease-in-out 0.15s;
  background: var(--color-gray);
}

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

[class*="__thumbnail"]:hover > img {
  scale: 1.02;
}

/*  Component: Step
----------------------------------------------------------------------------------------- */

/*  Step Feed
------------------------------------------ */
.step-feed {
  display: flex;
  row-gap: 32px;
  position: relative;
  flex-direction: column;
}

.step-feed::before {
  top: 0;
  left: 44px;
  z-index: 1;
  content: "";
  height: 100%;
  display: block;
  position: absolute;
  border-left: 2px solid #ac8f5b38;
}

/*  Step Box
------------------------------------------ */
.step-box {
  z-index: 2;
  display: flex;
  column-gap: 32px;
  position: relative;
  align-items: center;
}

/* Step Box Icon */
.step-box__icon {
  width: 80px;
  height: 80px;
  padding: 16px;
  min-width: 80px;
  min-height: 80px;
  border-radius: 8px;
  background: var(--color-accent);
}

.step-box__icon > img {
  object-fit: contain;
  filter: brightness(0) invert(1);
}

/* Step Box Meta */
.step-box__meta {
  row-gap: 4px;
  display: flex;
  flex-direction: column;
}

/* Step Box Title */
.step-box__title {
  font-size: 18px;
  font-weight: 600;
}

/*  Responsive
------------------------------------------ */
@media only screen and (max-width: 576px) {
  .step-feed::before {
    left: 32px;
  }
  /* Step Box Icon */
  .step-box__icon {
    width: 64px;
    height: 64px;
    min-width: 64px;
    min-height: 64px;
  }
  /* Step Box Title */
  .step-box__title {
    font-size: 16px;
  }
}

/*  Component: Team
----------------------------------------------------------------------------------------- */

/*  Team Box
------------------------------------------ */
.team-box {
  display: flex;
  row-gap: 24px;
  text-align: center;
  align-items: center;
  flex-direction: column;
}

/* Team Box Title */
.team-box__title {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
}

/*  Component: Service
----------------------------------------------------------------------------------------- */

/*  Service Grid
------------------------------------------ */

/*  Service Box
------------------------------------------ */
.service-box {
  display: flex;
  overflow: hidden;
  column-gap: 32px;
  border-radius: 8px;
  align-items: center;
}

/* Service Box Thumbnail */
.service-box__thumbnail {
  width: 144px;
  height: 144px;
  border-radius: 0;
  min-width: 144px;
  min-height: 144px;
}

/* Service Box Meta */
.service-box__meta {
  row-gap: 8px;
  display: flex;
  flex-direction: column;
}

/* Service Box Title */
.service-box__title {
  font-size: 18px;
  font-weight: 600;
}

/*  Service Single
------------------------------------------ */

/* Service Single Navigation */
.service-single__navigation {
  padding: 24px 0 0 0;
  border-top: 1px solid var(--color-gray);
}

/*  Responsive
------------------------------------------ */
@media only screen and (max-width: 576px) {
  /* Service Box Thumbnail */
  .service-box__thumbnail {
    width: 120px;
    height: 120px;
    min-width: 120px;
    min-height: 120px;
  }
}

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

/*  Post Single
------------------------------------------ */

/* Post Single Meta */
.post-single__meta {
  display: flex;
  row-gap: 16px;
  flex-wrap: wrap;
  column-gap: 32px;
  padding: 0 0 24px 0;
  align-items: center;
  justify-content: space-between;
  color: var(--color-gray-dark);
  border-bottom: 1px solid var(--color-gray);
}

/* Post Single Date */
.post-single__date {
  font-weight: 500;
}

/* Post Single Navigation */
.post-single__navigation {
  padding: 24px 0 0 0;
  border-top: 1px solid var(--color-gray);
}

/*  Post Box
------------------------------------------ */
.post-box {
  height: 100%;
  display: flex;
  overflow: hidden;
  align-items: center;
  border-radius: 8px;
  flex-direction: column;
  background: var(--color-gray-light);
}

/* Post Box Thumbnail */
.post-box__thumbnail {
  border-radius: 0;
  max-height: 280px;
}

/* Post Box Meta */
.post-box__meta {
  padding: 32px;
  display: flex;
  row-gap: 16px;
  flex-direction: column;
}

/* Post Box Date */
.post-box__date {
  color: var(--color-gray-dark);
}

/* Post Box Title */
.post-box__title {
  display: block;
  font-weight: 500;
  line-height: 1.4;
  transition: ease-in-out 0.15s;
}

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

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

/*  Contact List
------------------------------------------ */
.contact-list {
  row-gap: 8px;
  display: flex;
  flex-direction: column;
}

/*  Contact Item
------------------------------------------ */
.contact-item {
  font-weight: 500;
  position: relative;
}

/*  Social Media
------------------------------------------ */
.social-media {
  display: flex;
  column-gap: 16px;
}

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

.social-item:hover {
  opacity: 0.8;
}

/*  Component: Branding Card
----------------------------------------------------------------------------------------- */
.branding-card {
  display: flex;
  flex-direction: column;
}

.branding-card > *:not(:last-child) {
  margin: 0 0 40px 0;
  padding: 0 0 40px 0;
  border-bottom: 1px solid var(--color-white-trans);
}

/* Branding Card Wrapper */
.branding-card__wrapper {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}

/*  Component: Form
----------------------------------------------------------------------------------------- */
form {
  display: flex;
  row-gap: 16px;
  flex-direction: column;
}

input,
textarea {
  width: 100%;
  padding: 16px 24px;
  border-radius: 8px;
  transition: ease-in-out 0.15s;
  border: 1px solid var(--color-gray);
}

input[type="submit"] {
  width: 100%;
}

input:focus,
input:hover,
textarea:focus,
textarea:hover {
  border-color: var(--color-gray-dark);
}

textarea {
  height: 156px;
}

/* Input Group */
.input-group {
  display: flex;
  row-gap: 24px;
  column-gap: 24px;
}

/* Input Field */
.input-field {
  width: 100%;
}

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

/* wpcf7-spinner */
.wpcf7-spinner {
  top: 0;
  right: 0;
  position: absolute;
}

/* wpcf7-response-output */
.wpcf7-response-output {
  line-height: 1.5;
  margin: 0 !important;
  text-align: center !important;
  padding: 16px 24px !important;
}

/* wpcf7-form-control-wrap */
.wpcf7-form-control-wrap {
  display: flex;
  row-gap: 16px;
  flex-direction: column;
}

/*  Responsive
------------------------------------------ */
@media only screen and (max-width: 576px) {
  /* Input Group */
  .input-group {
    flex-direction: column;
  }
}

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

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

/*  Component: Lead
----------------------------------------------------------------------------------------- */

/*  Lead Box
------------------------------------------ */
.lead-box {
  padding: 40px;
  display: flex;
  row-gap: 24px;
  border-radius: 8px;
  flex-direction: column;
  color: var(--color-black);
  backdrop-filter: blur(10px);
  background: var(--color-white);
}

/*  Responsive
------------------------------------------ */
@media only screen and (max-width: 576px) {
  /* Lead Box */
  .lead-box {
    padding: 24px;
  }
}

/*  Component: Headline
----------------------------------------------------------------------------------------- */
.headline {
  display: flex;
  row-gap: 16px;
  flex-direction: column;
}

/* Headline Center */
.headline.center {
  text-align: center;
  align-items: center;
  justify-content: center;
}

/*  Headline Label
------------------------------------------ */
.headline-label {
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}

/*  Headline Title
------------------------------------------ */
.headline-title {
  font-weight: 600;
}

.headline-title:not(h1) {
  font-size: 32px;
}

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

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

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

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

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

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

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

/*  Button: Xl
------------------------------------------ */
.buttons .button-xl {
  height: 56px;
}

/*  Button: White
------------------------------------------ */
.buttons [class*="button-"].white {
  color: var(--color-white) !important;
  border-color: var(--color-white) !important;
}

.buttons [class*="button-"].white::before {
  border-color: var(--color-white) !important;
}

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

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

/*  Button: Iconed
------------------------------------------ */
.buttons [class*="button-"].iconed::before {
  content: none;
}

/*  Button: Button Details
------------------------------------------ */
.button-details {
  display: flex;
  column-gap: 4px;
  transition: ease-in-out 0.15s;
}

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

/*  Button: Button Support
------------------------------------------ */
.button-support {
  right: 40px;
  bottom: 40px;
  z-index: 999;
  position: fixed;
  font-size: 64px;
  color: var(--color-gray);
  transition: ease-in-out 0.15s;
}

.button-support:hover {
  scale: 1.1;
  color: var(--color-accent);
}

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

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

.comment-list > .comment {
  padding: 32px;
  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: 32px;
}

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

.comment-body {
  padding: 32px;
  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: 16px 0;
  margin: 16px 0;
  border-top: 1px solid var(--color-gray-light);
  border-bottom: 1px solid var(--color-gray-light);
}

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

/* Page Numbers */
.page-numbers {
  width: 56px;
  height: 56px;
  display: flex;
  font-weight: 500;
  border-radius: 8px;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--color-gray);
}

.page-numbers.next {
  background: url("https://api.iconify.design/ant-design/arrow-right-outlined.svg")
    no-repeat center center / 16px 16px;
}

.page-numbers.prev {
  background: url("https://api.iconify.design/ant-design/arrow-left-outlined.svg")
    no-repeat center center / 16px 16px;
}

.page-numbers:hover,
.page-numbers.current {
  color: var(--color-accent);
}

/*  Pagination: Nav Links
------------------------------------------ */
.nav-links {
  display: flex;
  column-gap: 16px;
  justify-content: space-between;
}

.nav-links > * {
  display: flex;
  max-width: 280px;
  line-height: 1.6;
  font-weight: 500;
  transition: ease-in-out 0.15s;
}

.nav-links > *:last-child {
  margin-left: auto;
}

.nav-links > *:hover {
  color: var(--color-accent);
}

/* Nav Previous */
.nav-previous {
  text-align: left;
}

/* Nav Next */
.nav-next {
  text-align: right;
}

/*  Pagination: Nav Links
------------------------------------------ */
.pagination {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
