/*!
Theme Name: personaltraining
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: personaltraining
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-black-light: #1a1a1a;
  --color-black-graphit: #14181b;
  --color-black-transparent: rgba(0, 0, 0, 0.6);
  --color-white: #fff;

  --color-main: ;

  --color-accent: #c12021;

  --color-gray: #a9a9a9;
  --color-gray-dark: #3c3c3b;
  --color-gray-light: #f3f3f3;

  /* Fonts */
  --font-serif: ;
  --font-sans-serif: "Mont", sans-serif; /* 300, 400, 600, 700, 800 */
}

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

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

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

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

.container-short {
  max-width: 920px !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-space-between {
  justify-content: space-between;
}

[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
------------------------------- */
.site-header {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  transition: 0.05s;
  color: var(--color-black);
  background: var(--color-white);
}

.site-header [class*="col-"] {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* .site-header.fixed */
.site-header.fixed {
  position: sticky;
  box-shadow: 0px 0px 30px 10px rgba(0, 0, 0, 0.2);
}

.site-header.fixed .site-branding > .logo {
  max-height: 60px;
}

/*  */
.home .site-header {
  position: fixed;
  background: transparent;
  color: var(--color-white);
}

.home .site-header.fixed {
  color: var(--color-black);
  background: var(--color-white);
}

.home .site-header .site-branding > .logo {
  filter: brightness(0) invert(1);
}

.home .site-header.fixed .site-branding > .logo {
  filter: unset;
}

.home .site-header .social-network {
  border-color: var(--color-white);
}

.home .site-header.fixed .social-network {
  border-color: unset;
}

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

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

@media only screen and (max-width: 576px) {
  .site-header .buttons {
    flex-direction: row;
  }
  .site-header .buttons > :not(:first-child) {
    margin: 0 0 0 15px;
  }
}

/*  Template Part: Page Header
----------------------------------------------------------------------------------------- */
.content-header {
  padding: 30px 0 0 0;
  text-align: center;
  /* border-bottom: 1px solid var(--color-gray-light); */
}

.content-header .page-title {
  font-weight: 500;
}

/* .breadcrumb */
.breadcrumb .last {
  font-weight: 600;
  color: var(--color-accent);
}

@media only screen and (max-width: 576px) {
  .content-header .entry-title {
    font-size: 32px;
  }
}

/*  Template Part: Page Content
----------------------------------------------------------------------------------------- */
/* .entry-image */
.entry-image {
  width: 100%;
  height: 400px;
  object-fit: cover;
  margin-bottom: 30px;
}

/*  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;
  border-top: 1px solid #e8e8e870;
}

/* .widget-branding */
.widget-branding {
  display: flex;
  flex-direction: column;
}

.widget-branding > *:not(:last-child) {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #e8e8e870;
}

/*  */
.widget-branding .site-info {
  display: flex;
  justify-content: space-between;
}

.widget-branding .site-contacts > *:not(:last-child) {
  margin-bottom: 15px;
}

.widget-branding .copyright > * {
  display: block;
  line-height: 1.7;
}
.widget-branding .copyright > *:not(:last-child) {
  margin-bottom: 5px;
}

@media only screen and (max-width: 576px) {
  .site-footer .row {
    flex-direction: column-reverse;
  }
}

/* --------------------------------------------------------------------------------------
 *
 *  Blocks
 *
----------------------------------------------------------------------------------------- */

/*  Block: Reference Box 
----------------------------------------------------------------------------------------- */
.reference-box {
  display: flex;
  padding: 30px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--color-gray-light);
}

/*  Block: Heading 
----------------------------------------------------------------------------------------- */
.heading {
  display: flex;
}

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

.heading.center {
  text-align: center;
  justify-content: center;
}

/* .heading-title */
.heading-title {
  font-size: 42px;
}

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

/*  Block: Phone Numbers 
----------------------------------------------------------------------------------------- */
.phone-numbers {
  font-size: 21px;
}

/*  Block: Social Networks
----------------------------------------------------------------------------------------- */
.social-networks {
  display: flex;
}

.social-networks > * {
  width: 40px;
  height: 40px;
  display: flex;
  min-width: 40px;
  font-size: 20px;
  min-height: 40px;
  text-align: center;
  align-items: center;
  border-radius: 15px;
  justify-content: center;
  border: 1px solid var(--color-black);
}

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

/*  Block: Workout Box
----------------------------------------------------------------------------------------- */
.workout-box {
  display: flex;
  height: 150px;
  transition: 0.3s;
  align-items: center;
  border-radius: 15px;
  font-size: 18px;
  font-weight: 500;
  justify-content: center;
  color: var(--color-white);
  opacity: 0.8;
  border: 1px solid rgba(255, 255, 255, 0.4);
}

.workout-box:hover {
  opacity: 1;
  border-color: var(--color-white);
}

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

section {
  padding: 30px 0;
}

section.black {
  color: var(--color-white);
  background: var(--color-black);
}

/*  Section: About
----------------------------------------------------------------------------------------- */
section#about {
  padding: 0;
}

section#about > .overlaying {
  display: flex;
  padding: 60px 0;
  min-height: 640px;
  align-items: center;
  color: var(--color-white);
  background: rgba(0, 0, 0, 0.6);
}

/*  Section: Slogan
----------------------------------------------------------------------------------------- */
.slogan {
  font-size: 22px;
  padding: 30px 0;
  color: var(--color-accent);
  background: var(--color-gray-light);
}

/* .slogan-text */
.slogan-text {
  text-align: center;
}

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

/* Hero Full Screen
------------------------------- */
.hero-fullscreen {
  padding: 0;
  font-size: 18px;
  overflow: hidden;
  position: relative;
}

.hero-fullscreen .overlaying {
  z-index: 1;
  height: 100%;
  display: flex;
  padding: 200px 0;
  position: relative;
  align-items: center;
  color: var(--color-white);
  background: rgba(0, 0, 0, 0.4);
  min-height: calc(var(--vh, 1vh) * 100);
}

.hero-fullscreen .overlaying [class*="col-"] > *:not(:last-child) {
  margin-bottom: 30px;
}

/* .scroll-down */
.scroll-down {
  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: 42px;
  color: var(--white);
  transform: translateX(-50%);
  transition-timing-function: ease-out;
  animation-iteration-count: infinite;
}

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

@keyframes scrolldown {
  0% {
    bottom: 0;
  }
  50% {
    bottom: 30px;
  }
  100% {
    bottom: 0;
  }
}

/* .hero-fullscreen__video */
.hero-fullscreen__video {
  top: 0;
  left: 0;
  z-index: -1;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  filter: grayscale(100%);
}

/*  Section: Contacts
----------------------------------------------------------------------------------------- */
#google-map {
  width: 100%;
  border: none;
  height: 420px;
  filter: grayscale(100%);
}

/*  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: Card
----------------------------------------------------------------------------------------- */
.card {
  padding: 45px;
  background: var(--color-white);
  box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.08);
}

/*  Component: Form
----------------------------------------------------------------------------------------- */
input,
textarea {
  width: 100%;
  height: 50px;
  padding: 15px;
  border: 1px solid var(--color-gray-light);
}

textarea {
  height: 150px;
}

/*  Component: Widget
----------------------------------------------------------------------------------------- */
.widget-title {
  font-size: 22px;
}

/*  Component: Gallery
----------------------------------------------------------------------------------------- */
.gallery-box img {
  width: 100%;
  height: 292.5px;
  transition: 0, 3s;
  object-fit: cover;
  border-radius: 15px;
  filter: grayscale(100%);
}

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

@media only screen and (max-width: 576px) {
  .gallery-box img {
    height: 142px;
  }
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  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 {
  text-align: left;
  padding: 25px;
}

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

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

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

.buttons.center {
  justify-content: center;
}

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

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

.buttons [class*="button-"]::before {
  content: "";
  display: block;
  width: 30px;
  transition: 0.3s;
  margin-right: 15px;
  border-bottom: 1px solid var(--color-white);
}

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

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

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

/* .button-xl */
.buttons .button-xl {
  height: 60px;
  font-size: 16px;
}

@media only screen and (max-width: 576px) {
  .buttons {
    flex-direction: column;
    justify-content: center;
  }
  .buttons > *:not(:first-child) {
    margin: 15px 0 0 0;
  }
}

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

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

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

/* .main-navigation */
.main-navigation {
  -ms-overflow-style: none;
  scrollbar-width: 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: 30px;
}

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

.main-navigation .menu > .menu-item > a *::first-letter {
  text-transform: uppercase !important;
}

.main-navigation.mobile .menu > .menu-item > a > .iconify {
  font-size: 28px;
  background: #ffffff24;
  border-radius: 100%;
}

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

/* .main-navigation > .sub-menu */
.main-navigation .menu > .menu-item > .sub-menu {
  left: 50%;
  z-index: 1000;
  overflow: hidden;
  position: absolute;

  max-height: 0;

  transform: translateX(-50%);
  width: 100%;
  max-width: 576px;
  min-width: max-content;

  display: flex;
  flex-direction: column;

  color: var(--color-white) !important;
  border-radius: 5px;
  background: var(--color-black-light);
}

.main-navigation .menu > .menu-item > a > .dropdown-toggle {
  width: 12px;
  height: 12px;
  display: block;
  margin-left: 15px;
  background: url("https://api.iconify.design/carbon:chevron-down.svg")
    no-repeat center center / contain;
}

.home .site-header .main-navigation .menu > .menu-item > a > .dropdown-toggle {
  filter: brightness(0) invert(1);
}
.home .site-header.fixed .main-navigation .menu > .menu-item > a > .dropdown-toggle {
  filter: unset;
}

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

.main-navigation:not(.mobile) .menu > .menu-item:hover > .sub-menu,
.main-navigation .menu > .menu-item > .sub-menu.open {
  padding: 15px;
  max-height: min-content;
}

.main-navigation .menu > .menu-item > .sub-menu .menu-item a {
  display: flex;
  font-weight: 500;
  padding: 7px 14px;
  align-items: center;
  transition: 0.3s;
  max-width: 320px;
  font-size: 0.85rem;
}

.main-navigation .menu > .menu-item > .sub-menu .menu-item a:hover {
  color: var(--color-accent);
  padding: 7px 14px 7px 12px;
}

/* .main-navigation-mobile */
.main-navigation.mobile {
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  display: block;
  min-height: 100vh;
  overflow-y: scroll;
  position: absolute;
  background: var(--color-black-light);
}

.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;
  color: var(--color-white);
}

/* .main-navigation-mobile > .sub-menu */
.main-navigation.mobile .menu .menu-item .sub-menu {
  left: 0;
  min-width: 100%;
  position: unset;
  transform: unset;
}

/*  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: 3px;
  width: 100%;
  background: #d3531a;
  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: 1040px) {
  .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;
}
