/*!
Theme Name: Форж ЕЗ
Theme URI: https://webdeveloper.com.ua/
Author: webdeveloper.com.ua
Author URI: https://t.me/webdeveloper_com_ua
Description: 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: fez
Tags:
----------------------------------------------------------------------------------------- */

*,
::after,
::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  /* border: 1px solid red; */
}

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

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

  --color-accent: #00aaff;
  --color-accent-gradient: linear-gradient(
    90.44deg,
    #00aaff 0.34%,
    #0075ff 90.16%
  );

  --color-green: #47d11d;
  --color-green-gradient: linear-gradient(
    270.97deg,
    #6ffd00 4.29%,
    #54bf00 99.12%
  );

  --color-gray: #d3d3d3;
  --color-gray-dark: #555555;
  --color-gray-light: #f5f5f5;

  /* Fonts */
  --font-serif: ;
  --font-montserrat: 'Montserrat', sans-serif;
}

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

body {
  font-size: 15px;
  font-weight: 400;
  font-display: auto;
  color: var(--color-gray-dark);
  font-family: var(--font-montserrat);
}

@media only screen and (max-width: 992px) {
  body {
    font-size: 14px;
  }
}

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

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

.container {
  max-width: 1320px !important;
}

.container-short {
  max-width: 980px !important;
}

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

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

[class*='col-'].margin > *:not(:last-child) {
  margin: 0 0 30px 0;
}

[class*='col-'].margin-divider > *:not(:last-child) {
  margin: 0 0 30px 0;
  padding: 0 0 30px 0;
  border-bottom: 1px solid var(--color-gray);
}

@media only screen and (max-width: 576px) {
  [class*='col-'].margin > *:not(:last-child) {
    margin: 0 0 15px 0;
  }

  [class*='col-'].margin-divider > *:not(:last-child) {
    margin: 0 0 15px 0;
    padding: 0 0 15px 0;
    border-bottom: 1px solid var(--color-gray);
  }
}

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

/* --------------------------------------------------------------------------------------
 *
 *  Template Parts
 *
----------------------------------------------------------------------------------------- */

/*  Template Part: Site Header
----------------------------------------------------------------------------------------- */

.site-header {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  display: flex;
  transition: 0.3s;
  position: sticky;
  min-height: 120px;
  align-items: center;
  color: var(--color-white);
  background: var(--color-accent);
}

.site-header [class*='col-'] {
  display: flex;
  align-items: center;
}

.site-header [class*='col-'] > *:not(:last-child) {
  margin: 0 45px 0 0;
}

/*  Site Header: Onscroll
------------------------------------------ */
.onscroll .site-header {
  min-height: 60px;
}

.onscroll .site-header .site-branding > .logo {
  max-height: 30px;
}

/*  Site Header: Site Buttons
------------------------------------------ */
.site-buttons {
  right: 0;
  height: 100%;
  display: flex;
  min-width: 420px;
  transition: 0.3s;
  position: absolute;
  align-items: center;
}

.site-buttons::after {
  z-index: 0;
  content: '';
  width: 100%;
  height: 100%;
  transition: 0.3s;
  background: var(--color-green);
}

.site-buttons > * {
  left: 21px;
  z-index: 1;
  position: relative;
  min-width: max-content;
}

.site-buttons:hover {
  min-width: 400px;
}

.site-buttons:hover::after {
  clip-path: polygon(0 0, 100% 0, 100% 50%, 100% 100%, 0 99%, 5% 50%);
}

/* .page-toggle  */
.page-toggle {
  display: flex;
  font-size: 16px;
  transition: 0.3s;
  font-weight: 500;
  align-items: center;
}

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

/* .page-toggle */
.page-toggle .iconify {
  padding: 5px;
  font-size: 42px;
  transition: 0.3s;
  border-radius: 100%;
  background: #47d11d;
}

/*  Site Header: Home
------------------------------------------ */
.home .site-header {
  position: absolute;
  background: transparent;
}

.home .site-header .menu-toggle,
.home .site-header .site-buttons,
.home .site-header .main-navigation {
  display: none;
}

/*  Site Header: Responsive
------------------------------------------ */
@media only screen and (max-width: 1320px) {
  .site-header {
    min-height: unset;
  }
  .site-header [class*='col-'] > :not(:last-child) {
    margin: 0 15px 0 0;
  }
  .onscroll .site-header .site-branding > .logo {
    max-height: 40px;
  }
}

@media only screen and (max-width: 992px) {
  .site-buttons {
    min-width: 420px;
  }
}

@media only screen and (max-width: 768px) {
  .site-buttons {
    min-width: 300px;
  }
  .site-buttons:hover {
    min-width: 280px;
  }
  .page-toggle {
    font-size: 14px;
  }
}

@media only screen and (max-width: 576px) {
  .site-buttons {
    min-width: 120px;
  }
  .site-buttons:hover {
    min-width: 110px;
  }
  .page-toggle .label {
    display: none;
  }
  .onscroll .site-header .site-branding > .logo {
    max-height: 30px;
  }
}

/*  Template Part: Page Header
----------------------------------------------------------------------------------------- */
.content-header {
  padding: 0;
}

.content-header > .overlaying {
  padding: 30px 0;
}

/*  Template Part: 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);
}

/*  Template Part: Site Footer
----------------------------------------------------------------------------------------- */
.site-footer {
  padding: 60px 0;
  color: var(--color-white);
  background: var(--color-accent);
}

/*  Site Footer: Footer Divider
------------------------------------------ */
.footer-divider {
  margin: 15px 0;
}

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

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

/* --------------------------------------------------------------------------------------
 *
 *  Template Sections
 *
----------------------------------------------------------------------------------------- */

section {
  padding: 60px 0;
}

section.gray-light {
  background: var(--color-gray-light);
}

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

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

/*  Section: Map
----------------------------------------------------------------------------------------- */
#map {
  padding: 0;
  line-height: 0;
}

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

/*  Hero: Hero Home
------------------------------------------ */
section.hero-home {
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: center;
  padding: 110px 0 90px 0;
  color: var(--color-white);
  min-height: calc(var(--vh, 1vh) * 100);
}

section.hero-home .container {
  z-index: 1;
  position: relative;
}

/* section.hero-home background */
section.hero-home::before,
section.hero-home::after {
  top: 0;
  z-index: 0;
  content: '';
  width: 50%;
  height: 100%;
  display: block;
  position: absolute;
}

section.hero-home::before {
  left: 0;
  background: var(--color-accent-gradient);
}

section.hero-home::after {
  right: 0;
  background: var(--color-green-gradient);
}

/* section.hero-home .hero-image */
section.hero-home .hero-image {
  top: 50%;
  left: 50%;
  z-index: 2;
  max-width: 100%;
  position: absolute;
  transform: translate(-50%, -50%);
}

section.hero-home .hero-image > img {
  max-height: 480px;
}

/*  Hero: Hero Home Responsive
------------------------------------------ */
@media only screen and (max-width: 992px) {
  section.hero-home [class*='col-'] {
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
  }
  section.hero-home .hero-image {
    position: unset;
    transform: unset;
  }
  section.hero-home .hero-image > img {
    max-height: 280px;
  }
}

@media only screen and (max-width: 576px) {
  section.hero-home {
    padding: 30px 0;
  }
  section.hero-home .hero-image > img {
    max-height: 180px;
  }
}

/*  Section: 404
----------------------------------------------------------------------------------------- */

/* .content-404 */
.content-404 {
  text-align: center;
}

.content-404 .label {
  line-height: 1;
  font-weight: 800;
  font-size: 250px;
}

@media only screen and (max-width: 576px) {
  .content-404 .label {
    font-size: 125px;
  }
}

/* --------------------------------------------------------------------------------------
 *
 *  Components
 *
----------------------------------------------------------------------------------------- */

/*  Component: Tabs
----------------------------------------------------------------------------------------- */

/*  Tabs
----------------------------------------- */
.tabs {
  display: flex;
  background: var(--color-gray-light);
}

.tabs > *:not(:last-child) {
  border-right: 1px solid #ededed;
}

/*  Tabs: Tabbutton
----------------------------------------- */

/* .tabbutton */
.tabbutton {
  width: 100%;
  display: flex;
  cursor: pointer;
  transition: 0.3s;
  padding: 30px 30px;
  flex-direction: column;
  filter: grayscale(100%);
  border-bottom: 6px solid transparent;
}

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

.tabbutton.active {
  font-weight: 500;
}

/* .tabbutton-icon */
.tabbutton-icon {
  width: 60px;
  height: 60px;
  margin: 0 0 15px 0;
  min-width: 60px;
  min-height: 60px;
}

/*  Tabs: Tabcontent
----------------------------------------- */
.tabcontent {
  height: 100%;
  display: none;
  overflow: hidden;
  position: relative;
  animation: fadeEffect 0.3s;
  -webkit-animation: fadeEffect 0.3s;
}

/* .tabcontent-title */
.tabcontent-title {
  font-size: 24px;
  font-weight: 600;
  color: var(--color-gray-dark);
}

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

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

  to {
    opacity: 1;
  }
}

@keyframes fadeEffect {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/*  Tabs: Responsive
----------------------------------------- */
@media only screen and (max-width: 1320px) {
  .tabs {
    overflow-x: scroll;
  }
  .tabbutton {
    min-width: 25%;
  }
}

@media only screen and (max-width: 992px) {
  .tabbutton {
    min-width: 33.33%;
  }
}

@media only screen and (max-width: 768px) {
  .tabbutton {
    min-width: 50%;
  }
}

@media only screen and (max-width: 768px) {
  .tabbutton {
    padding: 15px;
    font-size: 12px;
  }
}

/*  Component: Accordion
----------------------------------------------------------------------------------------- */

/*  Accordion: Button
----------------------------------------- */
.accordion-button {
  display: flex;
  padding: 30px;
  cursor: pointer;
  transition: 0.3s;
  align-items: center;
  line-height: 1.5;
  background: var(--color-gray-light);
  border: 1px solid var(--color-gray);
}

.accordion-button.active,
.accordion-button:hover {
  color: var(--color-accent);
  background: var(--color-white);
  border-color: var(--color-accent);
}

.accordion-button:after {
  font-size: 24px;
  content: '\002B';
  margin-left: auto;
  padding: 0 0 0 15px;
}

.accordion-button.active:after {
  content: '\2212';
}

.accordion-button > * {
  display: block;
  font-size: 16px;
  font-weight: 500;
}

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

/* .accordion-icon */
.accordion-icon {
  font-size: 32px;
  min-width: 32px;
  font-size: 26px !important;
}

/*  Accordion: Panel
----------------------------------------- */
.accordion-panel {
  padding: 30px;
  display: none;
  border: 1px solid #2c3ea305;
}

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

/* .accordion-panel.active */
.accordion-panel.active {
  display: block;
}

/*  Accordion: Responsive
----------------------------------------- */
@media only screen and (max-width: 992px) {
  .accordion-button {
    padding: 15px;
  }
  .accordion-button > * {
    font-size: 16px;
  }
}

@media only screen and (max-width: 768px) {
  .accordion-button > * {
    font-size: 14px;
  }
}

@media only screen and (max-width: 576px) {
  .accordion-button {
    padding: 10px;
  }
  .accordion-button > * {
    font-size: 12px;
  }
  .accordion-panel {
    padding: 15px;
  }
}

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

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

/*  Form: Form Message
------------------------------------------ */
.form-message {
  font-size: 12px;
  color: var(--color-gray-dark);
}

/*  Form: Inputs
------------------------------------------ */
input,
textarea {
  width: 100%;
  transition: 0.2s;
  padding: 25px;
  border: 1px solid transparent;
  background: var(--color-gray-light);
}

input:focus,
input:hover,
textarea:focus,
textarea:hover {
  border: 1px solid var(--color-accent);
}

textarea {
  height: 155px;
}

@media only screen and (max-width: 576px) {
  input,
  textarea {
    padding: 15px 20px;
  }
}

/*  Component: Documents
----------------------------------------------------------------------------------------- */

/*  Documents: Document Box
------------------------------------------ */
.document-box {
  display: flex;
  padding: 15px;
  height: 100%;
  align-items: flex-start;
  justify-content: space-between;
  border: 1px solid var(--color-gray);
}

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

/* .document-box .document-title  */
.document-box .document-title {
  display: flex;
  align-items: center;
}

.document-box .document-title::before {
  opacity: 0.5;
  display: block;
  margin: 0 15px 0 0;
  content: url('https://api.iconify.design/carbon/document.svg?width=30&height=30');
}

/*  Documents: Document Download
------------------------------------------ */
.document-download {
  display: flex;
  font-size: 16px;
  font-weight: 500;
  align-items: center;
  color: var(--color-accent);
}

.document-download::after {
  display: block;
  margin: 0 0 0 10px;
  content: url('https://api.iconify.design/fluent/arrow-download-16-filled.svg?color=%230af&width=24&height=24');
}

/*  Documents: Responsive
------------------------------------------ */
@media only screen and (max-width: 768px) {
  .document-download {
    font-size: 14px;
  }
}

@media only screen and (max-width: 576px) {
  .document-box > :not(:last-child) {
    margin: 0 5px 0 0;
  }
  .document-download > span {
    display: none;
  }
}

/*  Component: Iconbox
----------------------------------------------------------------------------------------- */
.iconbox {
  display: flex;
  flex-direction: column;
}

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

/*  Iconbox: Iconbox Meta
------------------------------------------ */
.iconbox-meta {
  display: flex;
  align-items: center;
}

.iconbox-meta > *:not(:last-child) {
  margin: 0 15px 0 0;
  padding: 0 15px 0 0;
  border-right: 1px solid var(--color-gray);
}

/*  Iconbox: Iconbox Image
------------------------------------------ */
.iconbox-image {
  width: 100%;
  height: 100%;
  display: block;
  max-width: 70px;
  max-height: 70px;
  object-fit: contain;
}

/*  Iconbox: Iconbox Title
------------------------------------------ */
.iconbox-title {
  font-size: 14px;
  font-weight: 600;
}

/*  Iconbox: Iconbox Textarea
------------------------------------------ */
.iconbox-textarea {
  text-align: justify;
}

@media only screen and (max-width: 576px) {
  .iconbox-title {
    font-size: 12px;
    font-weight: 500;
  }
  .iconbox-image {
    max-width: 60px;
    max-height: 60px;
  }
}

/*  Component: Informational Resources
----------------------------------------------------------------------------------------- */

/*  Informational Resources: Resource Image
------------------------------------------ */
.resource-image {
  width: 100%;
  display: block;
  max-height: 190px;
  object-fit: cover;
}

/*  Informational Resources: Resource Name
------------------------------------------ */
.resource-name {
  font-weight: 600;
  text-align: center;
}

/*  Informational Resources: Resource Box
------------------------------------------ */
.resource-box {
  display: flex;
  transition: 0.3s;
  flex-direction: column;
  filter: grayscale(100%);
}

.resource-box:hover {
  filter: grayscale(0%);
}

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

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

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

/* swiper-pagination-bullet */
.swiper-pagination-bullet {
  width: 15px !important;
  height: 15px !important;
}

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

/*  Component: Map Google
----------------------------------------------------------------------------------------- */
#map-google {
  width: 100%;
  border: none;
  height: 540px;
  line-height: 0;
}

@media only screen and (max-width: 576px) {
  #map-google {
    height: 240px;
  }
}

/*  Component: Heading
----------------------------------------------------------------------------------------- */

/*  Heading: Heading
------------------------------------------ */

/* .heading.white */
.heading > *.white {
  color: var(--color-white) !important;
}

/*  Heading: Heading Uptitle
------------------------------------------ */
.heading-uptitle {
  font-size: 16px;
  text-transform: uppercase;
}

/*  Heading: Heading Title
------------------------------------------ */
.heading-title {
  font-size: 36px;
  font-weight: 800;
  line-height: normal;
  color: var(--color-accent);
}

/*  Heading: Heading Text
------------------------------------------ */
.heading-text {
  font-size: 18px;
  font-weight: 500;
}

/*  Hero: Hero Home Responsive
------------------------------------------ */
@media only screen and (max-width: 992px) {
  .heading-title {
    font-size: 24px;
  }
  .heading-text {
    font-size: 16px;
  }
}

@media only screen and (max-width: 576px) {
  .heading-title {
    font-size: 22px;
  }
  .heading-text {
    font-size: 14px;
  }
}

/*  Component: Elements List
----------------------------------------------------------------------------------------- */

/*  Elements List
------------------------------------------ */
.elements-list {
  display: flex;
  flex-direction: column;
}

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

/*  Elements List: Responsive
------------------------------------------ */
@media only screen and (max-width: 576px) {
  .elements-list > :not(:last-child) {
    margin: 0 0 15px 0;
  }
}

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

/*  Contact List: Contact Item
------------------------------------------ */
.contact-item {
  display: flex;
}

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

/* .contact-item.column */
.contact-item.column {
  flex-direction: column;
}

.contact-item.column > *:not(:last-child) {
  margin: 0 0 5px 0;
}

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

/*  Widget: Widget Grid
------------------------------------------ */
.widget-grid {
  display: flex;
  flex-wrap: wrap;
}

.widget-grid > * {
  width: 50%;
  padding: 30px;
  min-width: 50%;
  border-bottom: 1px solid transparent;
}

.widget-grid > *:nth-child(even) {
  border-color: var(--color-gray);
  background: var(--color-gray-light);
}

@media only screen and (max-width: 576px) {
  .widget-grid > * {
    width: 100%;
    padding: 15px;
  }
}

/*  Widget: Widget Area
------------------------------------------ */
.widget-area {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.widget-area > * {
  width: 100%;
  display: block;
}

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

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

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

/*  Widget: Responsive
------------------------------------------ */
@media only screen and (max-width: 992px) {
  /* .widget-area */
  .widget-area > *:not(:last-child) {
    margin: 0 30px 0 0;
  }
  /* .widget-title */
  .widget-title {
    font-size: 16px;
  }
}

@media only screen and (max-width: 768px) {
  /* .widget-area */
  .widget-area {
    flex-direction: column;
  }
  .widget-area > *:not(:last-child) {
    margin: 0 0 15px 0;
  }
}

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

.site-branding .logo {
  max-height: 40px;
  transition: 0.3s;
}

@media only screen and (max-width: 576px) {
  .site-branding .logo {
    max-height: 30px;
  }
}

/*  Component: Editor Styles
----------------------------------------------------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 30px;
}

h1 {
  font-size: 52px;
}

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

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

tr:nth-child(even) {
  background: #fafafa;
}

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

.editor table {
  margin: 0 0 15px 0;
}

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

.editor hr {
  border: none;
  margin: 25px 0;
  border-top: 1px solid var(--color-gray);
}

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

.editor ul li,
.editor ol li {
  position: relative;
  padding: 0 0 0 30px;
}

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

.editor ul li::before {
  left: 0;
  position: absolute;
  content: url('https://api.iconify.design/carbon/chevron-right.svg');
}

/*  Component: Buttons
----------------------------------------------------------------------------------------- */

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

/*  Buttons: Default
------------------------------------------ */
.buttons [class*='button-'] {
  height: 40px;
  display: flex;
  outline: none;
  cursor: pointer;
  transition: 0.3s;
  font-weight: 600;
  padding: 0px 30px;
  text-align: center;
  align-items: center;
  border-radius: 30px;
  justify-content: center;
  color: var(--color-white);
  border: 2px solid transparent;
  background-color: var(--color-accent);
}
.buttons [class*='button-']:hover {
  opacity: 0.8;
}

/*  Buttons: XL
------------------------------------------ */
.buttons .button-xl {
  height: 60px;
  font-size: 18px;
  min-width: 240px;
}

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

/*  Buttons: Light
------------------------------------------ */
.buttons [class*='button-'].light {
  color: var(--color-white);
  border-color: var(--color-white);
}

/*  Buttons Responsive
------------------------------------------ */
@media only screen and (max-width: 992px) {
  .buttons .button-xl {
    height: 50px;
    font-size: 16px;
    min-width: 220px;
  }
}

@media only screen and (max-width: 576px) {
  .buttons .button-xl {
    height: 40px;
    font-size: 14px;
    min-width: 180px;
  }
}

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

/* --------------------------------------------------------------------------------------
 *
 *  Navigations
 *
----------------------------------------------------------------------------------------- */

/*  Navigation: Main Navigation
----------------------------------------------------------------------------------------- */

/* .main-navigation */
.main-navigation {
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.main-navigation::-webkit-scrollbar {
  display: none;
}

/* .main-navigation > menu */
.main-navigation .menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* .main-navigation > menu-item */
.main-navigation .menu > .menu-item {
  height: 100%;
  position: relative;
}

.main-navigation:not(.mobile) .menu > .menu-item:not(:last-child) {
  margin-right: 15px;
}

.main-navigation .menu > .menu-item > a {
  width: 100%;
  height: 40px;
  display: flex;
  font-size: 14px;
  cursor: pointer;
  transition: 0.2s;
  text-align: center;
  align-items: center;
  justify-content: center;
}

.main-navigation .menu > .menu-item > a:hover {
  opacity: 0.8;
}

/* .main-navigation > .sub-menu */
.main-navigation .menu > .menu-item > a > .dropdown-toggle {
  width: 12px;
  height: 12px;
  display: block;
  background: url('https://api.iconify.design/carbon:chevron-down.svg')
    no-repeat center center / contain var(--color-white);
}

.main-navigation.mobile .menu > .menu-item > a > .dropdown-toggle {
  width: 30px;
  height: 30px;
  border-radius: 100%;
}

.main-navigation .menu > .menu-item > .sub-menu {
  left: 0;
  z-index: 1000;
  overflow: hidden;
  position: absolute;
  max-height: 0;
  width: 100%;
  max-width: 576px;

  display: flex;
  flex-direction: column;
  color: var(--color-white);
  background: var(--color-black);
}

.main-navigation:not(.mobile) .menu > .menu-item:hover > .sub-menu,
.main-navigation .menu > .menu-item > .sub-menu.open {
  flex-wrap: wrap;
  min-width: max-content;
  max-height: min-content;
}

.main-navigation .menu > .menu-item > .sub-menu .menu-item a {
  display: flex;
  font-size: 12px;
  padding: 15px 30px;
  align-items: center;
  text-transform: uppercase;
}

.main-navigation .menu > .menu-item > .sub-menu .menu-item a:hover {
  color: var(--color-white);
  background: var(--color-black);
}

/* .main-navigation-mobile */
.main-navigation.mobile {
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  display: block;
  padding: 15px 0;
  min-height: 50vh;
  overflow-y: scroll;
  position: absolute;
  color: var(--color-white);
  background: #000000d9;
}

.main-navigation.mobile .menu {
  flex-direction: column;
  align-items: flex-start;
}

.main-navigation.mobile .menu .menu-item {
  width: 100%;
}

.main-navigation.mobile .menu > .menu-item > a {
  padding: 0 30px;
  justify-content: space-between;
}

/* .main-navigation-mobile > .sub-menu */
.main-navigation.mobile .menu .menu-item .sub-menu {
  left: 0;
  min-width: 100%;
  position: unset;
  transform: unset;
  color: var(--color-black);
  background: var(--color-white);
}

/*  Menu toggle
------------------------------------------ */
.menu-toggle {
  width: 50px;
  height: 32px;
  display: none;
  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;
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: var(--color-white);
  border-radius: 0;
  opacity: 1;
  left: 0;
  -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 span:nth-child(1) {
  top: 0px;
}

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

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

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

/*  */
@media only screen and (max-width: 1320px) {
  .menu-toggle {
    display: block;
  }
  .main-navigation {
    display: none;
  }
}

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