/*!
Theme Name: Save Ukraine
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: saveukraine
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-black-light: #232323;

  --color-white: #fff;

  --color-accent: #ffd500;

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

h1 {
  font-size: 62px;
}

h2 {
  font-size: 32px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 16px;
}

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

a:hover {
  cursor: pointer;
}

p {
  line-height: 1.5;
}

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

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

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

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

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

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

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

/*  Typography: Editor
------------------------------------------ */
.editor 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 table:not(:last-child) {
  margin: 0 0 15px 0;
}

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

.editor a {
  font-weight: 500;
  text-decoration: underline;
}

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

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

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

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

/* Site Header */
.site-header {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  position: fixed;
  background: transparent;
  color: var(--color-white);
  transition: ease-in-out 0.15s;
}

.onscroll .site-header {
  background: radial-gradient(30rem at 50% 50%, #104d82 0, #234161 100%);
}

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

/* Headbar */
.headbar {
  display: flex;
  font-size: 16px;
  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 [class*="col-"] > *:not(:first-child) {
  margin: 0 0 0 30px;
}

/* Headbar Widgets */
.headbar-widgets {
  display: flex;
  z-index: 1001;
  position: relative;
  align-items: center;
}

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

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

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

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

.headbar-navigation .menu > .menu-item:not(:last-child)::after {
  content: "/";
  opacity: 0.2;
  display: block;
  margin: 0 30px;
}

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

.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;
  transition: 0.3s;
  overflow-x: hidden;
  color: var(--color-black);
  background: var(--color-gray-light);
  -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;
  border-top: 1px solid #8080801a;
  border-bottom: 1px solid #8080801a;
}

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

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

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

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

#sidebar-menu > .menu-item-has-children > a::after {
  content: "";
  width: 25px;
  height: 25px;
  display: block;
  border-radius: 100%;
  border: 1px solid #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-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-black);
}

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

@media only screen and (max-width: 992px) {
  /* Headbar */
  .headbar [class*="col-"] {
    justify-content: flex-end;
  }
  .headbar [class*="col-"] > :not(:first-child) {
    margin: 0;
  }
  .headbar [class*="col-"] > :not(:last-child) {
    margin: 0 15px 0 0 0;
  }
  /* Headbar Navigation */
  .headbar-navigation {
    display: none;
  }
  /* Menu Toggle */
  .menu-toggle {
    display: block;
  }
}

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

section {
  padding: 60px 0;
  overflow: hidden;
}

/*  Section: Section Anounce
----------------------------------------------------------------------------------------- */

/*  Section Feed
------------------------------------------ */
.section-anounce:nth-child(odd) .row {
  flex-direction: row-reverse;
}

.section-anounce:nth-child(odd) .section-slider {
  left: 0;
  right: unset;
}

/*  Section Anounce
------------------------------------------ */
.section-anounce {
  padding: 0;
  display: flex;
  min-height: 640px;
  position: relative;
  align-items: center;
}

/* Section Anounce / Section Thummbnail */
.section-anounce .section-slider {
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  position: absolute;
  transition: ease-in-out 0.15s;
}

@media only screen and (max-width: 992px) {
  .section-anounce {
    padding: 15px 0;
    min-height: unset;
  }
  .section-anounce .section-slider {
    top: unset;
    left: unset;
    width: 100%;
    height: 480px;
    position: relative;
  }
}

@media only screen and (max-width: 576px) {
  .section-anounce .section-slider {
    height: 240px;
  }
}

/*  Section: Section Requisites
----------------------------------------------------------------------------------------- */
section#requisites {
  color: var(--color-white);
  background: radial-gradient(30rem at 50% 50%, #104d82 0, #234161 100%);
}

/*  Section: Hero
----------------------------------------------------------------------------------------- */
section#hero {
  padding: 0;
  overflow: hidden;
  position: relative;
}

/* Hero Overlay */
.hero-overlay {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-white);
  background: rgba(0, 0, 0, 0.4);
  min-height: calc(var(--vh, 1vh) * 100);
}

/* Hero Video */
.hero-video {
  top: 0;
  left: 0;
  z-index: -1;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
}

/* Hero Scroll */
.hero-scroll {
  left: 50%;
  bottom: 0;
  z-index: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  flex-direction: column;
  position: absolute;
  animation-name: scrolldown;
  animation-duration: 5s;
  font-size: 38px;
  transform: translateX(-50%);
  transition-timing-function: ease-out;
  animation-iteration-count: infinite;
  color: var(--color-main-dark);
}

.hero-scroll span:first-child {
  margin-bottom: 15px;
}

@keyframes scrolldown {
  0% {
    bottom: 0;
  }
  50% {
    bottom: 30px;
  }
  100% {
    bottom: 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 Footer
 *
 *  —— 
 *  —— 
 *
----------------------------------------------------------------------------------------- */

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

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

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

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

textarea {
  height: 120px;
}

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

form p {
  margin: 0 !important;
}

form br {
  display: none;
}

form .wpcf7-spinner {
  position: absolute;
}

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

/* Team Feed */
.team-feed > .team-box:not(:last-child) {
  margin: 0 0 45px 0;
}

/* Team Box */
.team-box {
  display: flex;
  align-items: center;
}

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

.team-title {
  font-size: 28px;
  font-weight: 500;
  margin: 0 0 5px 0 !important;
}

.team-subtitle {
  color: var(--color-gray);
}

/* Team Thumbnail */
.team-thumbnail {
  width: 200px;
  height: 200px;
  min-width: 200px;
  min-height: 200px;
  display: block;
  overflow: hidden;
  border-radius: 8px;
  transition: ease-in-out 0.15s;
}

.team-box:hover .team-thumbnail {
  box-shadow: 0 0px 30px rgba(0, 0, 0, 0.1);
}

.team-thumbnail > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media only screen and (max-width: 576px) {
  .team-thumbnail {
    width: 80px;
    height: 80px;
    min-width: 80px;
    min-height: 80px;
  }
  .team-title {
    font-size: 18px;
  }
}

/*  Component: Partner
----------------------------------------------------------------------------------------- */
.partner-box > img {
  width: 240px;
  height: 120px;
  transition: 0.3s;
  object-fit: contain;
}

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

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

.swiper-thumbnail {
  width: 100%;
  height: 100%;
  display: block;
}

.swiper-thumbnail > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*  Swiper Pagination
------------------------------------------ */

/*  Component: Language Switcher
----------------------------------------------------------------------------------------- */
.language-switcher {
  display: flex;
}

/* Language Switcher / Language */
.language-switcher > .language {
  display: flex;
  align-items: center;
  transition: ease-in-out 0.15s;
}

.language-switcher > .language:not(:last-child)::after {
  content: "/";
  margin: 0 15px;
  display: inline;
  font-weight: 300;
  color: var(--color-gray-light) !important;
}

.language-switcher > .language:hover {
  color: var(--color-accent);
}

.language-switcher > .current-language {
  color: var(--color-accent);
}

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

.widget-title {
  display: block;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 3px;
}

span.widget-title {
  margin: 0 0 5px 0;
  text-transform: uppercase;
}

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

.contact-list {
  font-size: 16px;
}

/* Contat List Link */
.contact-list a {
  transition: ease-in-out 0.15s;
}
.contact-list a:hover {
  color: var(--color-accent);
}

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

.heading {
  display: flex;
  flex-direction: column;
}

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

/* Heading Center */
.heading.center {
  margin: 0 auto;
  text-align: center;
  align-items: center;
}

/*  Heading: Heading Uptitle
------------------------------------------ */
.heading-uptitle {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 5px;
  text-transform: uppercase;
}

/*  Heading: Heading Title
------------------------------------------ */
.heading-title {
  font-size: 46px;
  line-height: 1.2;
  font-weight: 600;
}

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

/*  Heading: Heading Text
------------------------------------------ */
.heading-text {
  font-size: 16px;
}

/*  Heading Responsive
------------------------------------------ */
@media only screen and (max-width: 576px) {
  .heading-title {
    font-size: 24px;
  }
  h1.heading-title {
    font-size: 32px;
  }
  .heading-uptitle {
    font-size: 14px;
    letter-spacing: 2px;
  }
}

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

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

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

.buttons [class*="button-"]::before {
  content: "";
  width: 45px;
  display: block;
  margin: 0 15px 0 0;
  transition: ease-in-out 0.15s;
  border-bottom: 1px solid var(--color-accent);
}

.buttons [class*="button-"]:hover::before {
  width: 30px;
}

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

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

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

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

#modal-partner {
  max-width: 450px;
}

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