/*
Theme Name: Zeino
Theme URI: https://themeforest.net/user/layerdrops
Author: the Layerdrops team
Author URI: http://layerdrops.com
Description: Zeino is a multi-concept software app landing page WordPress Theme. Zeino WordPress theme is very easy to customize with a strong admin panel. It is specially designed for any kind of mobile app, software, sass, startup, marketing, one page and other online businesses.
Requires at least: WordPress 4.9.6
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: zeino
Tags: one-column, flexible-header, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, rtl-language-support, sticky-post, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Twenty Nineteen is based on Underscores https://underscores.me/, (C) 2012-2018 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
*/

/*
* common styles
*/

:root {
  --thm-base-color: #e7062b;
  --thm-primary-color: #f7c324;
  --thm-black-color: #2a2d3b;
  --thm-gray-color: #fbf8f4;
}

body {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 18px;
  line-height: 34px;
  color: #868994;
}

body.dark-background {
  background-color: var(--thm-black-color);
}

a:active,
a:hover,
a:focus,
a:visited {
  text-decoration: none;
}

b,
strong {
  color: var(--thm-black-color);
  font-weight: 600;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--thm-black-color);
}

a {
  color: var(--thm-base-color);
}

table {
  width: 100%;
  border: 1px solid #e9ecef;
  border-bottom: 0;
}

thead {
  background-color: var(--thm-gray-color);
  color: var(--thm-black-color);
}

tr {
  border-bottom: 1px solid #e9ecef;
}

th {
  font-weight: 600;
}

th,
td {
  padding: 10px;
}

ul,
ol {
  padding-left: 1em;
}

i[class*="fa-"] {
  font-family: "FontAwesome";
  font-style: normal;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption {
  max-width: 100% !important;
}

.wp-caption-text {
  text-transform: uppercase;
  color: var(--thm-black-color);
  text-align: center;
}

.wp-caption-text a {
  color: var(--thm-base-color);
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignleft {
  float: left;
  display: inline;
  margin-right: 1em;
}

.alignleft .wp-caption-text {
  text-align: left;
}

.alignright {
  float: right;
  display: inline;
  margin-left: 1em;
}
.wp-block-gallery.alignleft,
.wp-block-gallery.alignright,
.blocks-gallery-grid.alignleft,
.blocks-gallery-grid.alignright {
  display: flex;
}

.alignright .wp-caption-text {
  text-align: right;
}

.clear-both {
  clear: both;
}

.page-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
  overflow: hidden;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

.thm-white-bg {
  background-color: #ffffff;
}

.thm-black-bg {
  background-color: var(--thm-black-color);
}

.thm-base-bg {
  background-color: var(--thm-base-color);
}

.thm-gray-bg {
  background-color: var(--thm-gray-color);
}

.skwed-bottom {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 93%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 93%, 0 100%);
}

.col-5-row {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.col-5-col {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
}

.icon-revresed {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  display: inline-block;
}

.sec-pad {
  padding: 120px 0;
}

.skwed-section {
  position: relative;
  -webkit-transform: skew(0deg, -4deg) translateY(-65px);
  transform: skew(0deg, -4deg) translateY(-65px);
}

.skwed-section .container {
  position: relative;
  -webkit-transform: skew(0deg, 4deg);
  transform: skew(0deg, 4deg);
}

.block-title {
  margin-bottom: 45px;
}

.block-title__title {
  margin: 0;
  color: var(--thm-black-color);
  font-weight: 500;
  font-size: 50px;
  text-transform: uppercase;
}

.thm-btn {
  display: inline-block;
  vertical-align: middle;
  border: none;
  outline: none !important;
  text-align: center;
  cursor: pointer;
  background-color: var(--thm-primary-color);
  color: var(--thm-black-color);
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 13.5px 56px;
  border-radius: 30.5px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.thm-btn:hover {
  color: #fff;
  background-color: var(--thm-base-color);
}

.bootstrap-select .btn-light:not(:disabled):not(.disabled).active,
.bootstrap-select .btn-light:not(:disabled):not(.disabled):active,
.bootstrap-select .show > .btn-light.dropdown-toggle {
  background-color: transparent;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline: none;
}

.bootstrap-select > .dropdown-toggle {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select > select.mobile-device:focus + .dropdown-toggle {
  outline: none !important;
}

.bootstrap-select .dropdown-menu {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  z-index: 991;
}

.bootstrap-select .dropdown-menu > li + li > a {
  border-top: 1px solid #eee;
}

.bootstrap-select .dropdown-menu > li:first-child > a {
  padding-top: 10px;
}

.bootstrap-select .dropdown-menu > li:last-child > a {
  padding-bottom: 10px;
}

.bootstrap-select .dropdown-menu > li.selected > a {
  background: var(--thm-base-color);
  color: #fff;
}

.bootstrap-select .dropdown-menu > li > a {
  font-size: 16px;
  font-weight: 500;
  padding: 9px 20px;
  color: var(--thm-black-color);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.bootstrap-select .dropdown-menu > li > a:hover {
  background: var(--thm-base-color);
  color: #fff;
  cursor: pointer;
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: #fff;
  background-image: url(assets/images/preloader.gif);
  background-repeat: no-repeat;
  background-position: center center;
}

.scroll-to-top {
  display: inline-block;
  width: 45px;
  height: 45px;
  background: var(--thm-base-color);
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 99;
  text-align: center;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: none;
  border-radius: 50%;
  transition: all 0.4s ease;
}

.scroll-to-top i {
  color: #fff;
  font-size: 18px;
  line-height: 45px;
}

.scroll-to-top:hover {
  background-color: var(--thm-primary-color);
}

.scroll-to-top:hover i {
  color: var(--thm-black-color);
}

.full-width-page {
  padding-top: 120px;
  padding-bottom: 120px;
}

/* Cursor Style */
.cursor {
  position: absolute;
  background-color: #fff;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  z-index: 1;
  -webkit-transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity,
    0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
  transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity,
    0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
  transition: 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform,
    0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity;
  transition: 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform,
    0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity,
    0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  z-index: 10000;
  -webkit-transform: scale(1);
  transform: scale(1);
  visibility: hidden;
}

.cursor {
  visibility: visible;
}

.cursor.active {
  opacity: 0.5;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.cursor.hovered {
  opacity: 0.08;
}

.cursor-follower {
  position: absolute;
  background-color: RGBA(255, 255, 255, 0.3);
  width: 50px;
  height: 50px;
  border-radius: 100%;
  z-index: 1;
  -webkit-transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity,
    0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
  transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity,
    0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
  transition: 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform,
    0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity;
  transition: 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform,
    0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity,
    0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  z-index: 10000;
  visibility: hidden;
}

.cursor-follower {
  visibility: visible;
}

.cursor-follower.active {
  opacity: 0.7;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.cursor-follower.hovered {
  opacity: 0.08;
}

.cursor-follower.close-cursor:before {
  position: absolute;
  content: "";
  height: 25px;
  width: 2px;
  background: #fff;
  left: 48%;
  top: 12px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  display: inline-block;
}

.cursor-follower.close-cursor:after {
  position: absolute;
  content: "";
  height: 25px;
  width: 2px;
  background: #fff;
  right: 48%;
  top: 12px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*
* header styles
*/
.header-navigation {
  background-color: transparent;
  margin-bottom: 0;
  border: none;
  border-radius: 0;
  padding: 0;
  position: relative;
  background-color: transparent;
}

.header-navigation .container {
  background: transparent;
  position: relative;
  display: block;
}

.header-navigation .container .logo-box {
  float: left;
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.header-navigation .container .navbar-brand {
  height: auto;
  margin: 0;
}

.header-navigation .container .navbar-brand img {
  width: 100%;
  max-width: 120px;
}

.header-navigation .container .navbar-brand h1 {
  color: #fff;
  font-size: 25px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-weight: 600;
}

.header-navigation .container .menu-toggler {
  display: none;
}

.header-navigation .container .right-side-box {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 15px;
}

.header-navigation .main-navigation {
  float: none;
  text-align: center;
}

@media (min-width: 1200px) {
  .header-navigation .main-navigation {
    display: block !important;
  }
}

.header-navigation ul.navigation-box {
  margin: 0;
  padding: 0;
  list-style: none;
}

.header-navigation ul.navigation-box li a .sub-nav-toggler {
  display: none;
}

.header-navigation ul.navigation-box > li {
  position: relative;
  padding: 6px 0;
  display: inline-block;
  vertical-align: middle;
  /* Second Level Menu */
  /* Thrid Level Menu */
}

.header-navigation ul.navigation-box > li + li {
  margin-left: 45px;
}

.header-navigation ul.navigation-box > li:first-child {
  padding-left: 0;
}

.header-navigation ul.navigation-box > li:last-child {
  padding-right: 0;
}

.header-navigation ul.navigation-box > li > a {
  font-weight: 600;
  font-size: 16px;
  color: #ffffff;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 0;
  line-height: 1em;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: relative;
}

.header-navigation ul.navigation-box > li > a:before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: right center;
  transform-origin: right center;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

.header-navigation ul.navigation-box > li.current > a:before,
.header-navigation ul.navigation-box > li.current-menu-item > a:before,
.header-navigation ul.navigation-box > li:hover > a:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: left center;
  transform-origin: left center;
}

.header-navigation ul.navigation-box > li > .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  min-width: 220px;
  padding: 0px 0px;
  text-align: left;
  list-style: none;
  background-color: var(--thm-black-color);
  background-clip: padding-box;
  opacity: 0;
  border-radius: 0px;
  visibility: hidden;
  -webkit-transition: opacity 0.4s ease, visibility 0.4s ease;
  transition: opacity 0.4s ease, visibility 0.4s ease;
  -webkit-box-shadow: 0px 10px 18px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 18px rgba(0, 0, 0, 0.1);
}

@media (min-width: 1200px) {
  .header-navigation ul.navigation-box > li > .sub-menu {
    display: block !important;
  }
}

.header-navigation ul.navigation-box > li > .sub-menu.right-align {
  left: auto;
  right: 0;
}

.header-navigation ul.navigation-box > li > .sub-menu.center-align {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.header-navigation ul.navigation-box > li > .sub-menu > li {
  display: block;
  position: relative;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.header-navigation ul.navigation-box > li > .sub-menu > li + li {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.header-navigation ul.navigation-box > li > .sub-menu > li > a {
  font-size: 15px;
  color: #fff;
  font-weight: 500;
  padding: 12px 30px;
  display: block;
  line-height: 26px;
  white-space: nowrap;
  position: relative;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.header-navigation ul.navigation-box > li > .sub-menu > li:hover > a {
  color: var(--thm-black-color);
  background: var(--thm-primary-color);
}

.header-navigation ul.navigation-box > li:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}

.header-navigation ul.navigation-box > li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
}

.header-navigation ul.navigation-box > li > ul > li {
  /* no more nested showen */
}

.header-navigation ul.navigation-box > li > ul > li > .sub-menu {
  position: absolute;
  top: 0%;
  left: 100%;
  z-index: 1000;
  float: left;
  min-width: 220px;
  padding: 0px 0px;
  text-align: left;
  list-style: none;
  background-color: var(--thm-black-color);
  background-clip: padding-box;
  opacity: 0;
  border-radius: 0px;
  visibility: hidden;
  -webkit-transition: opacity 0.4s ease, visibility 0.4s ease;
  transition: opacity 0.4s ease, visibility 0.4s ease;
  -webkit-box-shadow: 0px 10px 18px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 18px rgba(0, 0, 0, 0.1);
}

@media (min-width: 1200px) {
  .header-navigation ul.navigation-box > li > ul > li > .sub-menu {
    display: block !important;
  }
}

.header-navigation ul.navigation-box > li > ul > li > .sub-menu.right-align {
  left: auto;
  right: 100%;
}

.header-navigation ul.navigation-box > li > ul > li > .sub-menu.center-align {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.header-navigation ul.navigation-box > li > ul > li > .sub-menu > li {
  display: block;
  position: relative;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.header-navigation ul.navigation-box > li > ul > li > .sub-menu > li + li {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.header-navigation ul.navigation-box > li > ul > li > .sub-menu > li > a {
  font-size: 15px;
  color: #fff;
  font-weight: 500;
  padding: 12px 30px;
  display: block;
  line-height: 26px;
  white-space: nowrap;
  position: relative;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.header-navigation ul.navigation-box > li > ul > li > .sub-menu > li:hover > a {
  color: var(--thm-black-color);
  background: var(--thm-primary-color);
}

.header-navigation ul.navigation-box > li > ul > li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
}

.header-navigation ul.navigation-box > li > ul > li ul {
  display: none;
}

.header-one {
  position: absolute;
  top: 20px;
  left: 0;
  width: 100%;
  z-index: 99;
}

.stricked-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background-color: var(--thm-base-color);
  -webkit-box-shadow: 0px 6px 13px 0px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 6px 13px 0px rgba(0, 0, 0, 0.06);
  opacity: 0;
  -webkit-transform: translateY(-110%);
  transform: translateY(-110%);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.stricked-menu ul.navigation-box > li {
  padding-top: 18px;
  padding-bottom: 18px;
}

.stricked-menu.stricky-fixed {
  opacity: 1;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}

.logged-in.admin-bar .stricked-menu.stricky-fixed {
  -webkit-transform: translateY(32px);
  transform: translateY(32px);
}

.header-one__right {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}

.header-one__right .thm-btn {
  padding: 8px 37.5px;
}
.header-one__right .thm-btn:hover {
  background-color: #fff;
  color: var(--thm-black-color);
}

.header-one .main-navigation .navigation-box .dropdown-btn {
  display: none;
}

/*
* 16. inner-banner styles
*/
.inner-banner {
  background: var(--thm-black-color) url(assets/images/video-bg-1-1.jpg) center
    center no-repeat fixed;
  background-size: cover;
  position: relative;
  padding: 127px 0;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 65%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 65%, 0 100%);
}

@media (max-width: 767px) {
  .inner-banner {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
  }
}

@media (max-width: 575px) {
  .inner-banner {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 95%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 95%, 0 100%);
  }
}

.inner-banner:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(
    -120deg,
    #8d0f37 0%,
    #c40a3b 50%,
    #ea072e 100%
  );
  opacity: 0.9;
}

.inner-banner .container {
  position: relative;
}

.inner-banner__title {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 70px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 25px;
}

.thm-breadcrumb {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  flex-wrap: wrap;
}

.thm-breadcrumb li + li:before,
.thm-breadcrumb__item + .thm-breadcrumb__item:before {
  content: "-";
  font-size: 16px;
  color: #fff;
  margin-left: 10px;
  margin-right: 10px;
}

.thm-breadcrumb li,
.thm-breadcrumb__item,
.thm-breadcrumb__item a,
.thm-breadcrumb__link {
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 1em;
}

@media (max-width: 575px) {
  .thm-breadcrumb li,
  .thm-breadcrumb__item,
  .thm-breadcrumb__item a,
  .thm-breadcrumb__link {
    margin-bottom: 10px;
    word-wrap: anywhere;
    line-height: 1.5em;
  }
}

.thm-breadcrumb li.current span,
.thm-breadcrumb li.current a,
.current.thm-breadcrumb__item span,
.current .thm-breadcrumb__item a,
.current .thm-breadcrumb__link {
  text-decoration: underline;
}

/*
* footer styles
*/
.site-footer {
  background-color: var(--thm-black-color);
  position: relative;
}

.site-footer__bubble {
  display: inline-block;
  vertical-align: middle;
  width: 110px;
  height: 110px;
  background-color: #ffffff;
  opacity: 0.03;
  -webkit-animation-name: squareMover;
  animation-name: squareMover;
  -webkit-animation-duration: 9s;
  animation-duration: 9s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-perspective: 100px;
  perspective: 100px;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  position: absolute;
}

.site-footer__bubble-one {
  top: 40%;
  left: 5%;
}

.site-footer__bubble-two {
  width: 44px;
  height: 44px;
  background-color: #000000;
  opacity: 0.08;
  bottom: 15%;
  left: 15%;
}

.site-footer__bubble-three {
  width: 88px;
  height: 88px;
  top: 10%;
  left: 32%;
}

.site-footer__bubble-four {
  width: 44px;
  height: 44px;
  top: 30%;
  left: 55%;
}

.site-footer__bubble-five {
  opacity: 0.08;
  background-color: #000000;
  right: 10%;
  top: 10%;
}

@-webkit-keyframes squareMover {
  0%,
  100% {
    -webkit-transform: translate(0, 0) rotate(0);
    transform: translate(0, 0) rotate(0);
  }

  20%,
  60% {
    -webkit-transform: translate(20px, 40px) rotate(180deg);
    transform: translate(20px, 40px) rotate(180deg);
  }

  30%,
  80% {
    -webkit-transform: translate(40px, 60px) rotate(0deg);
    transform: translate(40px, 60px) rotate(0deg);
  }
}

@keyframes squareMover {
  0%,
  100% {
    -webkit-transform: translate(0, 0) rotate(0);
    transform: translate(0, 0) rotate(0);
  }

  20%,
  60% {
    -webkit-transform: translate(20px, 40px) rotate(180deg);
    transform: translate(20px, 40px) rotate(180deg);
  }

  30%,
  80% {
    -webkit-transform: translate(40px, 60px) rotate(0deg);
    transform: translate(40px, 60px) rotate(0deg);
  }
}

.site-footer__upper {
  padding: 120px 0;
  padding-bottom: 80px;
}

@media (min-width: 1200px) {
  .site-footer__upper [class*="col-"]:nth-child(2) .footer-widget {
    padding-left: 10px;
  }

  .site-footer__upper [class*="col-"]:nth-child(3) .footer-widget {
    padding-left: 50px;
  }

  .site-footer__upper [class*="col-"]:nth-child(4) .footer-widget {
    padding-left: 100px;
  }

  .site-footer__upper [class*="col-"]:nth-child(5) .footer-widget {
    padding-left: 70px;
  }
}

.site-footer__bottom hr {
  margin: 0;
  border-width: 1px;
  border-color: rgba(250, 250, 250, 0.1);
}

.site-footer__bottom .inner-container {
  padding: 45px 0;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.site-footer__copy {
  color: #9b9da8;
  font-size: 16px;
  font-weight: 500;
  margin: 0;
}

.site-footer__copy a {
  color: #fff;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.site-footer__copy a:hover {
  color: var(--thm-base-color);
}

.site-footer__social a {
  display: inline-block;
  vertical-align: middle;
  color: #9b9da8;
  font-size: 18px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.site-footer__social a:hover {
  color: var(--thm-base-color);
}

.site-footer__social a + a {
  margin-left: 30px;
}

.site-footer__home-two,
.page-id-1940 .site-footer {
  background-color: #272a37;
}

.footer-widget__5-col-wrap,
.footer-widget__4-col-wrap {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-left: -15px;
  margin-right: -15px;
  margin-top: -40px;
}

.footer-widget__5-col-wrap.no-gap {
  margin-left: 0;
  margin-right: 0;
}

.footer-widget__4-col-wrap .footer-widget {
  flex: 1 0 25%;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 40px;
}

.footer-widget__5-col-wrap .footer-widget {
  flex: 0 0 25%;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 40px;
}

.footer-widget__5-col-wrap .footer-widget.widget_mc4wp_form_widget {
  flex: 1 1 auto;
}
.footer-widget__5-col-wrap
  .footer-widget.widget_mc4wp_form_widget
  #mc4wp-form-1 {
  width: 300px;
}

.footer-widget__5-col-wrap.no-gap .footer-widget {
  padding: 0;
}

.footer-widget__title,
.footer-widget__title a {
  margin: 0;
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.footer-widget.widget_pages ul,
.footer-widget.widget_recent_entries ul,
.footer-widget.widget_nav_menu ul,
.footer-widget.widget_rss ul,
.footer-widget.widget_meta ul,
.footer-widget.widget_categories ul,
.footer-widget.widget_recent_comments ul,
.footer-widget.widget_archive ul,
.footer-widget__links {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: -10px;
}

.footer-widget.widget_categories ul li,
.footer-widget.widget_recent_entries ul li,
.footer-widget.widget_nav_menu ul li,
.footer-widget.widget_recent_comments ul li,
.footer-widget.widget_meta ul li,
.footer-widget.widget_pages ul li,
.footer-widget.widget_rss ul li,
.footer-widget.widget_archive ul li,
.footer-widget__links-item {
  line-height: 1em;
}

.footer-widget.widget_archive ul li,
.footer-widget.widget_recent_entries ul li,
.footer-widget.widget_nav_menu ul li,
.footer-widget.widget_categories ul li,
.footer-widget.widget_rss ul li,
.footer-widget p,
.footer-widget.widget_pages ul li,
.footer-widget.widget_meta ul li,
.footer-widget.widget_recent_comments ul li,
.footer-widget.widget_archive ul li a,
.footer-widget.widget_meta ul li a,
.footer-widget.widget_pages ul li a,
.footer-widget.widget_categories ul li a,
.footer-widget.widget_recent_comments ul li a,
.footer-widget.widget_recent_entries ul li a,
.footer-widget.widget_rss ul li a,
.footer-widget .calendar_wrap table tr,
.footer-widget.widget_nav_menu ul li a,
.footer-widget__links-item a {
  color: #9b9da8;
  font-size: 16px;
  font-weight: 500;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.footer-widget.widget_archive ul li a:hover,
.footer-widget.widget_nav_menu ul li a:hover,
.footer-widget.widget_pages ul li a:hover,
.footer-widget.widget_meta ul li a:hover,
.footer-widget.widget_rss ul li a:hover,
.footer-widget.widget_recent_comments ul li a:hover,
.footer-widget.widget_recent_entries ul li a:hover,
.footer-widget.widget_categories ul li a:hover,
.footer-widget__links-item a:hover {
  color: #fff;
}

.footer-widget.widget_archive ul li + li,
.footer-widget.widget_nav_menu ul li + li,
.footer-widget.widget_categories ul li + li,
.footer-widget.widget_nav_menu ul li + li,
.footer-widget.widget_meta ul li + li,
.footer-widget.widget_pages ul li + li,
.footer-widget.widget_recent_comments ul li + li,
.footer-widget.widget_rss ul li + li,
.footer-widget.widget_recent_entries ul li + li,
.footer-widget__links-item + .footer-widget__links-item {
  margin-top: 22px;
}

.footer-widget.widget_search .searchform {
  position: relative;
  width: 100%;
  height: 63px;
  border-radius: 31.5px;
  background-color: #242733;
  overflow: hidden;
  padding-left: 30px;
}

.footer-widget.widget_search input {
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  background-color: transparent;
  color: #9b9da8;
  font-size: 16px;
  font-weight: 500;
}

.footer-widget.widget_search input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #9b9da8;
}

.footer-widget.widget_search input::-moz-placeholder {
  /* Firefox 19+ */
  color: #9b9da8;
}

.footer-widget.widget_search input:-ms-input-placeholder {
  /* IE 10+ */
  color: #9b9da8;
}

.footer-widget.widget_search input:-moz-placeholder {
  /* Firefox 18- */
  color: #9b9da8;
}

.footer-widget.widget_search button[type="submit"] {
  width: 41px;
  height: 41px;
  border-radius: 50%;
  background-color: var(--thm-base-color);
  border: none;
  outline: none;
  padding: 0;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.footer-widget.widget_search button[type="submit"] i {
  font-size: 14px;
  color: #ffffff;
  line-height: 41px;
}

.footer-widget.widget_search button[type="submit"]:hover {
  background-color: #fff;
}

.footer-widget.widget_search button[type="submit"]:hover i {
  color: var(--thm-black-color);
}

.footer-widget .calendar_wrap table {
  width: 100%;
}

.footer-widget ul li a {
  position: relative;
}

.footer-widget ul li .footer-children-toggler {
  margin-right: 10px;
}

.footer-widget .sub-menu,
.footer-widget .children {
  display: none;
  margin-top: 15px !important;
}

.footer-widget img {
  max-width: 100%;
  height: auto;
}

.footer-widget.widget_recent_comments ul li {
  font-size: 16px;
  line-height: 1.4em;
}

.footer-widget.widget_recent_comments ul li + li {
  margin-top: 10px;
}

.footer-widget p {
  font-weight: 400;
}

.footer-widget.widget_rss ul li {
  font-size: 16px;
  line-height: 34px;
}

.footer-widget.widget_rss ul li + li {
  margin-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 20px;
}

.footer-widget.widget_rss ul li a.rsswidget {
  color: #fff;
  font-size: 18px;
  line-height: 28px;
  display: block;
}

.footer-widget.widget_rss ul li .rss-date {
  color: var(--thm-gray-color);
  opacity: 0.7;
  display: block;
}

.footer-widget.widget_rss ul li cite {
  color: var(--thm-primary-color);
}

.footer-widget .calendar_wrap table {
  background-color: #fff;
}

.footer-widget .calendar_wrap table th,
.footer-widget .calendar_wrap table td {
  text-align: center;
}

.footer-widget .calendar_wrap table thead {
  background-color: var(--thm-primary-color);
  padding-top: 10px;
  padding-bottom: 10px;
}

.footer-widget .calendar_wrap table thead th,
.footer-widget .calendar_wrap table tbody td {
  color: var(--thm-black-color);
}

.footer-widget .calendar_wrap table tbody td a {
  background-color: var(--thm-gray-color);
  color: var(--thm-black-color);
  display: block;
  transition: all 0.4s ease;
}

.footer-widget .calendar_wrap table tbody td a:hover {
  background-color: var(--thm-primary-color);
}

.footer-widget .calendar_wrap table tfoot td {
  background-color: var(--thm-base-color);
}

.footer-widget .calendar_wrap table tfoot td a {
  background-color: var(--thm-base-color);
  color: #fff;
  display: block;
  transition: all 0.4s ease;
}

.footer-widget .calendar_wrap table tfoot td:hover a {
  background-color: #fff;
  color: var(--thm-base-color);
}

.footer-widget .calendar_wrap table caption,
.footer-widget label {
  margin: 0;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.04em;
  margin-bottom: 10px;
}

.footer-widget label {
  display: block;
  line-height: 1em;
  margin: 0;
  margin-bottom: 10px;
}

.footer-widget .calendar_wrap table caption {
  margin: 0;
}

.footer-widget select {
  width: 100%;
  background-color: var(--thm-gray-color);
  border: none;
  outline: none;
  padding: 10px;
  color: var(--thm-black-color);
}

.footer-widget.widget_tag_cloud .tagcloud {
  display: inline-block;
  vertical-align: middle;
  line-height: 1em;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
  margin-top: -5px;
}

.footer-widget.widget_tag_cloud a {
  flex: 1 1 auto;
  color: #9b9da8;
  font-size: 16px !important;
  line-height: 1em;
  font-weight: 500;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  margin: 5px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  text-align: center;
}

.footer-widget.widget_tag_cloud a:hover {
  color: var(--thm-black-color);
  background-color: var(--thm-primary-color);
  border-color: var(--thm-primary-color);
}

.footer-widget__contact-list {
  margin-top: -10px;
}
.footer-widget__contact-list br {
  display: none;
}
.footer-widget__contact-list li {
  position: relative;
  font-size: 16px;
  line-height: 24px;
  color: #9b9da8;
  padding-left: 25px;
}
.footer-widget__contact-list li + li {
  margin-top: 17px;
}
.footer-widget__contact-list li > i {
  position: absolute;
  top: 7px;
  left: 0;
  font-size: 14px;
  color: var(--thm-primary-color);
}
.footer-widget__contact-list li a {
  color: inherit;
  transition: 500ms;
}
.footer-widget__contact-list li a:hover {
  color: var(--thm-base-color);
}

/*
* blog styles
*/
.blog-one {
  background-color: var(--thm-gray-color);
  padding-top: 105px;
  padding-bottom: 140px;
}

.blog-one.thm-white-bg {
  background-color: #fff;
}

@media (max-width: 375px) {
  .blog-one {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

.blog-one__image {
  margin-bottom: 50px;
  background-color: var(--thm-black-color);
  overflow: hidden;
  max-height: 250px;
}

.blog-one__image .no-thumbnail {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 250px;
  font-size: 30px;
  text-transform: uppercase;
  color: rgba(42, 45, 59, 0.55);
  background-color: var(--thm-gray-color);
}

.blog-one__image > img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.blog-one__content {
  background-color: #fff;
  padding: 0 60px;
  -webkit-transform: skew(0deg, -4deg) translateY(-65px);
  transform: skew(0deg, -4deg) translateY(-65px);
  padding-top: 65px;
  padding-bottom: 55px;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(42, 45, 59, 0.07);
  box-shadow: 0px 10px 60px 0px rgba(42, 45, 59, 0.07);
  position: relative;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.blog-one__content:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(
    -120deg,
    #8d0f37 0%,
    #c40a3b 50%,
    #ea072e 100%
  );
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transform-origin: bottom center;
  transform-origin: bottom center;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

.blog-one__content:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 32px;
  background-image: linear-gradient(
    22deg,
    #8d0f37 0%,
    #c40a3b 50%,
    #ea072e 100%
  );
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transform-origin: bottom center;
  transform-origin: bottom center;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

.blog-one__content-inner {
  -webkit-transform: skew(0deg, 4deg);
  transform: skew(0deg, 4deg);
}

.blog-one__meta {
  line-height: 1em;
  margin-bottom: 5px;
}

.blog-two__meta-link,
.blog-two__meta-sep,
.blog-one__meta-sep,
.blog-one__meta-link {
  color: #868994;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
  line-height: 1em;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.blog-two__meta-sep,
.blog-one__meta-sep {
  margin-left: 10px;
  margin-right: 10px;
}

.blog-one__meta-link:hover {
  color: #fff;
}

.blog-two__title,
.blog-one__title {
  margin: 0;
  font-size: 24px;
  line-height: 34px;
  font-weight: 500;
  text-transform: uppercase;
  word-break: break-all;
}

.blog-one__title a {
  color: var(--thm-black-color);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.blog-one__title a:hover {
  color: #fff;
}

.blog-one__date {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2em;
  color: var(--thm-base-color);
  position: absolute;
  top: 20px;
  right: 20px;
  text-align: right;
  -webkit-transform: skew(0deg, 4deg);
  transform: skew(0deg, 4deg);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  width: 33px;
  padding: 0 1px;
  margin-right: -1px;
  display: none;
}

.blog-one__date span {
  display: block;
}

.has-post-thumbnail .blog-one__date {
  display: block;
}

.blog-one__link {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  border-radius: 29px;
  background-color: var(--thm-base-color);
  text-align: center;
  display: inline-block;
  -webkit-transform: skew(0deg, 4deg) translateY(-50%);
  transform: skew(0deg, 4deg) translateY(-50%);
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 60px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.blog-one__link i {
  line-height: 58px;
  color: #fff;
  font-size: 24px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.blog-one__link:hover {
  background-color: var(--thm-primary-color);
}

.blog-one__link:hover i {
  color: var(--thm-black-color);
}

.blog-one__single:hover .blog-one__content:after,
.blog-one__single:hover .blog-one__content:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.blog-one__single:hover .blog-one__image > img {
  opacity: 0.7;
}

.blog-one__single:hover .blog-one__meta-link,
.blog-one__single:hover .blog-one__date,
.blog-one__single:hover .blog-one__title a {
  color: #fff;
}

.blog-one__single:hover .blog-one__link {
  background-color: var(--thm-primary-color);
}

.blog-one__single:hover .blog-one__link i {
  color: var(--thm-black-color);
}

.blog-one__home-two {
  background-color: #272a37;
}

.blog-details__content.tag-sticky-2,
.blog-details__content.sticky,
.blog-one__single.tag-sticky-2,
.blog-one__single.sticky {
  position: relative;
}

.blog-details__content.tag-sticky-2::before,
.blog-details__content.sticky::before,
.blog-one__single.tag-sticky-2::before,
.blog-one__single.sticky::before {
  position: absolute;
  top: 10px;
  right: 10px;
  content: "";
  width: 60px;
  height: 60px;
  background-color: var(--thm-primary-color);
  z-index: 10;
  clip-path: polygon(50% 0%, 100% 0, 100% 100%, 50% 50%, 0 100%, 0 0);
}

.blog-one__blog-page {
  background-color: #fff;
  padding: 120px 0;
}

.blog-post-pagination {
  margin-top: 30px;
  margin-bottom: 30px;
}

.blog-post-pagination span,
.blog-post-pagination a {
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--thm-gray-color);
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  color: #868994;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font-weight: 600;
}

.blog-post-pagination span + a {
  margin-left: 10px;
}

.blog-post-pagination a.prev,
.blog-post-pagination a.next {
  background: var(--thm-black-color);
  color: #fff;
  font-size: 14px;
}

.blog-post-pagination span,
.blog-post-pagination a.active {
  cursor: auto;
}

.blog-post-pagination span:not(.dots),
.blog-post-pagination a.active,
.blog-post-pagination a:hover {
  background: var(--thm-base-color);
  color: #fff;
}

.blog-post-pagination a + a {
  margin-left: 10px;
}

.blog-details .post-nav-links {
  color: #1a2d3b;
}

.blog-details .post-nav-links span,
.blog-details .post-nav-links a {
  padding: 0px 14px;
  background-color: var(--thm-primary-color);
  color: var(--thm-black-color);
  margin: 0 2.5px;
  display: inline-block;
}

.blog-details .post-nav-links span {
  background-color: var(--thm-black-color);
  color: #fff;
}

.blog-one__single.sticky .blog-one__image {
  position: relative;
}

.blog-one__single.sticky .blog-one__image:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 60px;
  height: 60px;
  background-color: var(--thm-primary-color);
  clip-path: polygon(50% 0%, 100% 0, 100% 100%, 50% 50%, 0 100%, 0 0);
}

.blog-details .post-password-form label {
  font-weight: 600;
  color: var(--thm-black-color);
}

.blog-details .post-password-form input {
  border: none;
  outline: none;
  padding: 10px;
  background-color: var(--thm-gray-color);
  margin-left: 6px;
}

.blog-details .post-password-form input[type="submit"] {
  background-color: var(--thm-black-color);
  color: #fff;
  padding: 10px 15px;
  transition: all 0.4s ease;
}

.blog-details .post-password-form input[type="submit"]:hover {
  background-color: var(--thm-base-color);
}

.blog-details .gallery {
  margin-bottom: 1.5em;
}

.blog-details .gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.blog-details .gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.blog-details .gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.blog-details .gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.blog-details .gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.blog-details .gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.blog-details .gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.blog-details .gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.blog-details .gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.blog-details .gallery-caption {
  display: block;
}

.blog-details blockquote {
  /*border-left: 5px solid rgba(0, 0, 0, .5);*/
  /*background-color: var(--thm-gray-color);*/
  padding: 10px 10px 10px 20px;
}

.blog-details blockquote p {
  /*color: #868994;*/
}

/* Text meant only for screen readers. */
.blog-details .screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.blog-details .screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

.bypostauthor {
  color: inherit;
}

.blog-details {
  padding: 120px 0 120px;
}

.blog-details img {
  max-width: 100% !important;
  height: auto !important;
}

.blog-details__image {
  position: relative;
  margin-bottom: 25px;
}

.blog-details__image .no-thumbnail {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 420px;
  font-size: 30px;
  text-transform: uppercase;
  color: rgba(42, 45, 59, 0.55);
  background-color: var(--thm-gray-color);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 95%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 95%, 0 100%);
  display: none;
}

.blog-details__image > img {
  width: 100%;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 95%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 95%, 0 100%);
}

.blog-details__top {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.blog-details .blog-one__date {
  position: relative;
  top: auto;
  right: auto;
}

.blog-details .blog-one__meta-sep,
.blog-details .blog-one__meta-link {
  font-size: 16px;
}

.blog-details .blog-one__meta-sep:hover,
.blog-details .blog-one__meta-link:hover {
  color: var(--thm-base-color);
}

.blog-details__title {
  margin: 0;
  text-transform: uppercase;
  font-size: 34px;
  font-weight: 500;
  color: var(--thm-black-color);
  margin-bottom: 40px;
  letter-spacing: 0.04em;
  word-break: break-all;
}

.blog-details__text {
  margin: 0;
  font-size: 18px;
  line-height: 34px;
  color: #868994;
}

.blog-details__text + .blog-details__text {
  margin-top: 35px;
}

.blog-details__content-title {
  margin: 0;
  color: var(--thm-black-color);
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0.04em;
  margin-bottom: 40px;
}
.blog-details__content-title a:hover {
  color: var(--thm-black-color);
}

.blog-details__content-title + #commentform .logged-in-as {
  margin-bottom: 33px;
}

.comment-list li #commentform {
  margin-bottom: 50px;
}

.blog-details .share-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px solid #edeef0;
  padding-top: 40px;
  margin-top: 50px;
}

.blog-details .share-block .left-block p {
  margin: 0;
  color: var(--thm-black-color);
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.04em;
}

.blog-details .share-block .left-block p a {
  color: #868994;
  font-size: 18px;
  text-transform: capitalize;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin-left: 5px;
  letter-spacing: 0;
}

.blog-details .share-block .left-block p a:hover {
  color: var(--thm-base-color);
}

.blog-details .share-block .social-block a {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  color: #868994;
  font-size: 18px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.blog-details .share-block .social-block a + a {
  margin-left: 35px;
}

.blog-details .share-block .social-block a:hover {
  color: var(--thm-base-color);
}

.blog-details__author {
  background-color: var(--thm-gray-color);
  padding: 60px;
  margin-top: 60px;
  margin-bottom: 60px;
}

.blog-details__author-image,
.blog-details__author-content {
  display: table-cell;
  vertical-align: top;
}

.blog-details__author-image {
  width: 169px;
}

.blog-details__author-image > img {
  width: 100%;
}

.blog-details__author-content {
  padding-left: 40px;
}

.blog-details__author-content h3,
.blog-details__author-content p {
  margin: 0;
}

.blog-details__author-content h3 {
  color: var(--thm-black-color);
  font-size: 22px;
  margin-bottom: 30px;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.blog-details__author-content p {
  font-size: 16px;
  line-height: 34px;
  color: #666e82;
}

.blog-details__bottom-content {
  border-top: 1px solid #edeef0;
  padding-top: 40px;
  margin-top: 40px;
}

.blog-details__bottom-content span {
  margin: 0;
  color: var(--thm-black-color);
  font-size: 19px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.04em;
  flex: 1 1 50%;
}

.blog-details__bottom-content span:nth-child(2) {
  text-align: right;
}

.blog-details__bottom-content a {
  color: #868994;
  font-size: 16px;
  text-transform: capitalize;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin-left: 5px;
  letter-spacing: 0;
}

.blog-details__bottom-content a:hover {
  color: var(--thm-base-color);
}

.blog-details .post-navigation {
  margin-top: 40px;
  margin-bottom: 40px;
}

.blog-details .post-navigation .nav-links {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.blog-details .post-navigation .nav-links a {
  margin: 0;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 38px;
  font-weight: 500;
  color: var(--thm-black-color);
  letter-spacing: 0.04em;
  transition: all 0.4s ease;
}

.blog-details .post-navigation .nav-links [class*="nav-"] {
  flex: 1 1 48%;
  max-width: 48%;
  min-height: 210px;
  color: var(--thm-black-color);
  background-color: #fbf8f4;
  /* text-align: center; */
  transition: all 0.4s ease;
  padding-top: 36px;
  padding-bottom: 41px;
  padding-left: 50px;
  padding-right: 49px;
}

.blog-details .post-navigation .nav-links [class*="nav-"]:hover {
  background-color: var(--thm-base-color);
}

.blog-details .post-navigation .nav-links [class*="nav-"]:hover a,
.blog-details .post-navigation .nav-links [class*="nav-"]:hover span {
  color: #fff;
}

@media (max-width: 575px) {
  .blog-details .post-navigation .nav-links [class*="nav-"] {
    flex: 1 1 100%;
    text-align: center !important;
    max-width: 100%;
  }
}

.blog-details .post-navigation .nav-links [class*="nav-"] span {
  display: block;
  text-transform: none;
  font-size: 18px;
  color: #868994;
  font-weight: 500;
  margin-bottom: 15px;
  transition: all 0.4s ease;
}

.blog-details .post-navigation .nav-links [class*="nav-next"] {
  /*text-align: right;*/
}

.blog-details .post-navigation .nav-links a:hover {
  color: #fff;
}

.comment-one {
  margin-bottom: 60px;
}

.comment-one__single {
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 50px;
}

.comment-one__single + .comment-one__single {
  margin-top: 60px;
}

.comment-one__image,
.comment-one__content {
  display: table-cell;
  vertical-align: top;
}

.comment-one__image {
  width: 90px;
}

.comment-one__image .inner-block {
  width: 100%;
  border-radius: 50%;
  overflow: hidden;
}

.comment-one__image .inner-block > img {
  width: 100%;
}

.comment-one__content {
  padding-left: 40px;
}

.comment-author,
.comment-author .fn,
.comment-one__author {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  color: var(--thm-black-color);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  line-height: 1em;
}

.comment-author .fn a {
  color: inherit;
}

.comment-metadata a,
.comment-one__date {
  color: var(--thm-base-color);
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1em;
  margin: 0;
  margin-top: 15px;
  margin-bottom: 25px;
}

.comment-one__date-sep {
  display: inline-block;
  vertical-align: middle;
  margin-left: 12px;
  margin-right: 12px;
}

.comment-content p,
.comment-one__text {
  color: #868994;
  font-size: 18px;
  line-height: 34px;
  margin: 0;
}

.comment-body {
  position: relative;
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 50px;
  margin-bottom: 50px;
}

.comment-body .reply a,
.comment-one__reply {
  display: inline-block;
  vertical-align: middle;
  border-radius: 22px;
  background-color: var(--thm-primary-color);
  text-align: center;
  color: var(--thm-black-color);
  letter-spacing: 0.04em;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  padding: 5px 30px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: absolute;
  top: 0;
  right: 0;
}

.comment .reply a:hover,
.comment-one__reply:hover {
  background-color: var(--thm-black-color);
  color: #fff;
}

.comment-one__top-left,
.comment-one__top-right {
  display: table-cell;
  vertical-align: top;
}

.comment-list,
.comment-list ul {
  margin: 0;
  padding: 0 !important;
  list-style: none;
}

.comment-list ul {
  padding-left: 1em !important;
}

.comment-list .says {
  display: none;
}

.comment-meta {
  position: relative;
  padding-left: 100px;
}

.comment-meta .photo {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
}

.comment-metadata span.edit-link:before {
  content: "-";
  display: inline-block;
  vertical-align: middle;
  margin-left: 12px;
  margin-right: 12px;
}

.comment-content {
  padding-left: 100px;
  padding-top: 20px;
}

.comment-metadata {
  line-height: 1em;
  margin-top: 10px;
}

.reply-form input[type="text"],
.reply-form input[type="email"],
.reply-form input[type="url"],
.reply-form textarea {
  border: none;
  outline: none;
  width: 100%;
  display: block;
  border-radius: 32px;
  height: 64px;
  color: #868994;
  font-weight: 500;
  font-size: 16px;
  padding-left: 30px;
  background-color: var(--thm-gray-color);
  margin-bottom: 30px;
}

.reply-form input::-webkit-input-placeholder,
.reply-form textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #868994;
}

.reply-form input::-moz-placeholder,
.reply-form textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #868994;
}

.reply-form input:-ms-input-placeholder,
.reply-form textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #868994;
}

.reply-form input:-moz-placeholder,
.reply-form textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #868994;
}

.reply-form textarea {
  height: 243px;
  padding-top: 20px;
}

.reply-form input[type="checkbox"] {
  display: inline-block;
  vertical-align: middle;
  width: 15px;
  height: 15px;
  margin-right: 10px;
}

.reply-form__btn {
  margin-left: 15px;
}

.reply-form .logged-in-as a {
  margin-left: 15px;
  font-size: 18px;
  margin-bottom: 15px;
  transition: all 0.4s ease;
}
.reply-form a:hover,
.reply-form .logged-in-as a:hover {
  color: var(--thm-black-color);
}

.reply-form p {
  margin: 0;
  color: var(--thm-black-color);
  font-size: 16px;
}

.comment-respond {
  margin-top: 50px;
  margin-bottom: 0px;
}

.blog-two {
  padding-top: 120px;
  padding-bottom: 120px;
}

.blog-two__single {
  margin-bottom: 50px;
}

.blog-two__image {
  position: relative;
  margin-bottom: 25px;
  display: none;
}

.blog-two__image > img {
  width: 100%;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 95%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 95%, 0 100%);
}

.has-post-thumbnail .blog-two__image {
  display: block;
}

.blog-two__image .no-thumbnail {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 350px;
  font-size: 30px;
  text-transform: uppercase;
  color: rgba(42, 45, 59, 0.55);
  background-color: var(--thm-gray-color);
}

.blog-two__image > img {
  width: 100%;
}

.blog-two__date {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 58px;
  height: 58px;
  font-size: 14px;
  line-height: 1em;
  text-align: center;
  background-color: var(--thm-primary-color);
  color: var(--thm-black-color);
  border-radius: 50%;
  font-weight: 600;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  display: none;
  padding: 0 13px;
  line-height: 1.2em;
}

.has-post-thumbnail .blog-two__date {
  display: flex;
}

.blog-two__date span {
  display: block;
  margin-top: 3px;
}

.blog-two__meta-link,
.blog-two__meta-sep {
  font-size: 18px;
}

.blog-two__meta-link:hover {
  color: var(--thm-base-color);
}

.blog-two__title {
  font-size: 34px;
  color: var(--thm-black-color);
  margin-bottom: 40px;
  margin-top: 5px;
}

.blog-two__title a {
  color: inherit;
  transition: all 0.4s ease;
}

.blog-two__title a:hover {
  color: var(--thm-base-color);
}

.blog-two__text {
  font-size: 18px;
  line-height: 34px;
  margin: 0;
  color: #868994;
  margin-bottom: 25px;
}

.blog-two__link {
  margin: 0;
  display: inline-block;
  vertical-align: middle;
  color: var(--thm-base-color);
  letter-spacing: 0.04em;
  font-weight: 500;
  text-transform: uppercase;
  transition: all 0.4s ease;
}

.blog-two__link:hover {
  color: var(--thm-black-color);
}

.blog-two .blog-post-pagination {
  margin-top: 0;
  margin-bottom: 0;
}

.blog-two__content {
  position: relative;
}

.blog-two__single.sticky .blog-two__content:before {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  width: 60px;
  height: 60px;
  background-color: var(--thm-primary-color);
  clip-path: polygon(50% 0%, 100% 0, 100% 100%, 50% 50%, 0 100%, 0 0);
}

/*
* sidebar styles
*/
@media (max-width: 991px) {
  .sidebar {
    margin-top: 80px;
  }
}

.sidebar__title a,
.sidebar__title {
  margin: 0;
  color: var(--thm-black-color);
  font-size: 22px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.sidebar__single:not(.widget_search) {
  padding: 50px;
  background-color: var(--thm-gray-color);
}

.sidebar__single + .sidebar__single {
  padding-top: 0;
}

.sidebar__single:nth-child(2) {
  padding-top: 50px;
  margin-top: 30px;
}

.sidebar .sidebar__single:last-child {
  padding-bottom: 70px;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 86%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 86%, 0 100%);
}

.sidebar__post__single + .sidebar__post__single {
  margin-top: 30px;
}

.sidebar__post-image,
.sidebar__post-content {
  display: table-cell;
  vertical-align: middle;
}

.sidebar__post-image {
  width: 60px;
}

.sidebar__post-image .inner-block {
  width: 100%;
  overflow: hidden;
  border-radius: 50%;
}

.sidebar__post-image .inner-block > img {
  width: 100%;
}

.sidebar__post-content {
  padding-left: 20px;
}

.sidebar__single.widget_recent_entries ul li,
.sidebar__post-title {
  margin: 0;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  text-transform: uppercase;
  color: #868994;
}

.sidebar__single.widget_recent_entries ul li a,
.sidebar__post-title a {
  color: #868994;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.sidebar__post-title a:hover {
  color: var(--thm-base-color);
}

.sidebar__single.widget_nav_menu ul,
.sidebar__single.widget_meta ul,
.sidebar__single.widget_recent_comments ul,
.sidebar__single.widget_pages ul,
.sidebar__single.widget_recent_entries ul,
.sidebar__single.widget_categories ul,
.sidebar__single.widget_archive ul,
.sidebar__category-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sidebar__single ul ul {
  padding-left: 0.2em !important;
}

.sidebar__single.widget_meta ul li,
.sidebar__single.widget_recent_comments ul li,
.sidebar__single.widget_nav_menu ul li,
.sidebar__single.widget_pages ul li,
.sidebar__single.widget_archive ul li,
.sidebar__single.widget_categories ul li,
.sidebar__category-list-item {
  line-height: 1em;
}

.sidebar__single.widget_nav_menu ul li a,
.sidebar__single.widget_meta ul li a,
.sidebar__single.widget_recent_comments ul li a,
.sidebar__single.widget_recent_comments ul li,
.sidebar__single.widget_archive ul li a,
.sidebar__single.widget_pages ul li a,
.sidebar__single.widget_categories ul li a,
.sidebar__category-list-item a {
  color: #868994;
  font-size: 18px;
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.sidebar__single.widget_meta ul li a:hover,
.sidebar__single.widget_nav_menu ul li a:hover,
.sidebar__single.widget_categories ul li a:hover,
.sidebar__single.widget_pages ul li a:hover,
.sidebar__single.widget_recent_comments ul li a:hover,
.sidebar__single.widget_archive ul li a:hover,
.sidebar__category-list-item a:hover {
  color: var(--thm-base-color);
}

.sidebar__single.widget_meta ul li + li,
.sidebar__single.widget_nav_menu ul li + li,
.sidebar__single.widget_archive ul li + li,
.sidebar__single.widget_categories ul li + li,
.sidebar__single.widget_pages ul li + li,
.sidebar__single.widget_recent_comments ul li + li,
.sidebar__category-list-item + .sidebar__category-list-item {
  margin-top: 27px;
}

.sidebar__single.widget_recent_comments ul li {
  line-height: 28px;
}

.sidebar__single.widget_recent_comments ul li + li {
  margin-top: 10px;
}

.sidebar__single.widget_recent_comments ul li a {
  display: inline;
}

.sidebar__single.widget_rss ul,
.sidebar__tags-list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: -10px;
}

.sidebar__tags-list-item {
  display: inline-block;
  vertical-align: middle;
  line-height: 1em;
}

.sidebar__tags-list-item a {
  display: block;
  color: #868994;
  font-size: 18px;
  line-height: 1em;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.sidebar__tags-list-item a:hover {
  color: var(--thm-base-color);
}

.sidebar__single.widget_search .searchform {
  width: 100%;
  height: 84px;
  background-color: var(--thm-black-color);
  position: relative;
}

.sidebar__single.widget_search .searchform input {
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: none;
  outline: none;
  color: #fff;
  padding-left: 40px;
  padding-right: 40px;
}

.sidebar__single.widget_search .searchform input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
}

.sidebar__single.widget_search .searchform input::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}

.sidebar__single.widget_search .searchform input:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
}

.sidebar__single.widget_search .searchform input:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}

.sidebar__single.widget_search .searchform button[type="submit"] {
  width: 41px;
  height: 41px;
  border-radius: 50%;
  background-color: var(--thm-base-color);
  border: none;
  outline: none;
  position: absolute;
  top: 50%;
  right: 40px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  padding: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.sidebar__single.widget_search .searchform button[type="submit"] i {
  font-size: 14px;
  color: #ffffff;
  line-height: 41px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.sidebar__single.widget_search .searchform button[type="submit"]:hover {
  background-color: #fff;
}

.sidebar__single.widget_search .searchform button[type="submit"]:hover i {
  color: var(--thm-black-color);
}

.sidebar__single .calendar_wrap table {
  background-color: #fff;
  width: 100%;
}

.sidebar__single .calendar_wrap table th,
.sidebar__single .calendar_wrap table td {
  text-align: center;
}

.sidebar__single .calendar_wrap table thead {
  background-color: var(--thm-primary-color);
  padding-top: 10px;
  padding-bottom: 10px;
}

.sidebar__single .calendar_wrap table thead th,
.sidebar__single .calendar_wrap table tbody td {
  color: var(--thm-black-color);
}

.sidebar__single .calendar_wrap table tbody td a {
  background-color: var(--thm-gray-color);
  color: var(--thm-black-color);
  display: block;
  transition: all 0.4s ease;
}

.sidebar__single .calendar_wrap table tbody td a:hover {
  background-color: var(--thm-primary-color);
}

.sidebar__single .calendar_wrap table tfoot td {
  background-color: var(--thm-base-color);
}

.sidebar__single .calendar_wrap table tfoot td a {
  background-color: var(--thm-base-color);
  color: #fff;
  display: block;
  transition: all 0.4s ease;
}

.sidebar__single .calendar_wrap table tfoot td:hover a {
  background-color: #fff;
  color: var(--thm-base-color);
}

.sidebar__single .calendar_wrap table caption,
.sidebar__single label {
  margin: 0;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.04em;
  margin-bottom: 10px;
}

.sidebar__single label {
  display: block;
  line-height: 1em;
  margin: 0;
  margin-bottom: 10px;
  color: var(--thm-black-color);
}

.sidebar__single .calendar_wrap table caption {
  margin: 0;
}

.sidebar__single select {
  width: 100%;
  background-color: #fff;
  border: none;
  outline: none;
  padding: 10px;
  color: var(--thm-black-color);
}

.sidebar__single.widget_tag_cloud .tagcloud {
  margin-top: -10px;
}

.sidebar__single.widget_tag_cloud a {
  display: inline-block;
  vertical-align: middle;
  color: #868994;
  font-size: 18px !important;
  line-height: 1em;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.sidebar__single.widget_tag_cloud a:after {
  content: ",";
}

.sidebar__single.widget_tag_cloud a:hover {
  color: var(--thm-base-color);
}

.sidebar__single p {
  font-weight: 400;
}

.sidebar__single.widget_rss ul li {
  font-size: 16px;
  line-height: 34px;
}

.sidebar__single.widget_rss ul li + li {
  margin-top: 20px;
  border-top: 1px solid rgba(42, 45, 59, 0.23);
  padding-top: 20px;
}

.sidebar__single.widget_rss ul li a.rsswidget {
  color: var(--thm-black-color);
  font-size: 18px;
  line-height: 28px;
  display: block;
}

.sidebar__single.widget_rss ul li .rss-date {
  color: var(--thm-black-color);
  opacity: 0.7;
  display: block;
}

.sidebar__single .children,
.sidebar__single .sub-menu {
  margin-top: 27px !important;
}

.sidebar__single .sidebar-children-toggler {
  margin-right: 10px;
}

.sidebar__single img {
  max-width: 100%;
  height: auto;
}

.sidebar__single.widget_recent_comments ul li {
  position: relative;
  padding-left: 70px;
  font-size: 18px;
  line-height: 28px;
}

.sidebar__single.widget_recent_comments ul li::before {
  content: "\f075";
  font-family: "FontAwesome";
  color: var(--thm-base-color);
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--thm-base-color);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 5px;
}

/*
* error 404
*/

.error-404 {
  padding-bottom: 80px;
}

.error-404 h2 {
  margin: 0;
  color: var(--thm-black-color);
  font-size: 150px;
  font-weight: 600;
}

.error-404 p {
  margin: 0;
  font-size: 50px;
  color: #868994;
  margin-bottom: 50px;
}

.error-404 .searchform {
  width: 100%;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
  height: 84px;
  background-color: var(--thm-gray-color);
  position: relative;
  margin-bottom: 50px;
}

.error-404 .searchform input {
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: none;
  outline: none;
  color: #868994;
  padding-left: 40px;
  padding-right: 40px;
}

.error-404 .searchform input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #868994;
}

.error-404 .searchform input::-moz-placeholder {
  /* Firefox 19+ */
  color: #868994;
}

.error-404 .searchform input:-ms-input-placeholder {
  /* IE 10+ */
  color: #868994;
}

.error-404 .searchform input:-moz-placeholder {
  /* Firefox 18- */
  color: #868994;
}

.error-404 .searchform button[type="submit"] {
  width: 41px;
  height: 41px;
  border-radius: 50%;
  background-color: var(--thm-base-color);
  border: none;
  outline: none;
  position: absolute;
  top: 50%;
  right: 40px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  padding: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.error-404 .searchform button[type="submit"] i {
  font-size: 14px;
  color: #fff;
  line-height: 41px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.error-404 .searchform button[type="submit"]:hover {
  background-color: #fff;
}

.error-404 .searchform button[type="submit"]:hover i {
  color: var(--thm-black-color);
}

.footer-widget__mc-form {
  position: relative;
  width: 100%;
  height: 63px;
  border-radius: 31.5px;
  background-color: #242733;
  overflow: hidden;
  padding-left: 30px;
}

.footer-widget__mc-form input {
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  background-color: transparent;
  color: #9b9da8;
  font-size: 16px;
  font-weight: 500;
}

.footer-widget__mc-form input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #9b9da8;
}

.footer-widget__mc-form input::-moz-placeholder {
  /* Firefox 19+ */
  color: #9b9da8;
}

.footer-widget__mc-form input:-ms-input-placeholder {
  /* IE 10+ */
  color: #9b9da8;
}

.footer-widget__mc-form input:-moz-placeholder {
  /* Firefox 18- */
  color: #9b9da8;
}

.footer-widget__mc-form button[type="submit"] {
  width: 41px;
  height: 41px;
  border-radius: 50%;
  background-color: #e7062b;
  border: none;
  outline: none;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.footer-widget__mc-form button[type="submit"] i {
  font-size: 14px;
  color: #ffffff;
  line-height: 41px;
}

.footer-widget__mc-form button[type="submit"]:hover {
  background-color: #fff;
}

.footer-widget__mc-form button[type="submit"]:hover i {
  color: #2a2d3b;
}

.sidebar__single .calendar_wrap table caption {
  color: var(--thm-black-color);
}

/*
 gutenburg block styles
*/

/** === Body Colors === */

.editor-post-title__block .editor-post-title__input {
  line-height: 1.3em;
  margin-bottom: 15px;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-size: 50px;
}

.post-type-post .editor-post-title__block .editor-post-title__input {
  font-size: 50px;
  font-weight: 700;
  line-height: 1.25em;
  margin-bottom: 25px;
  font-family: "Barlow Condensed", sans-serif;
}

/** === Editor Frame === */
body .wp-block[data-align="full"] {
  width: 100%;
}

@media only screen and (min-width: 600px) {
  body .wp-block[data-align="full"] {
    width: calc(100% + 90px);
    max-width: calc(100% + 90px);
  }
}

@media only screen and (min-width: 768px) {
  body .editor-writing-flow {
    max-width: 80%;
    margin: 0 10%;
  }

  body .editor-post-title__block,
  body .editor-default-block-appender,
  body .editor-block-list__block {
    margin-left: 0;
    margin-right: 0;
  }

  body .wp-block[data-align="wide"] {
    width: 100%;
  }

  body .wp-block[data-align="full"] {
    position: relative;
    left: calc(-12.5% - 14px);
    width: calc(125% + 116px);
    max-width: calc(125% + 115px);
  }

  body .wp-block[data-align="right"] {
    max-width: 125%;
  }
}

/** === Content Width === */
.wp-block {
  width: calc(100vw - (2 * 1rem));
  max-width: 100%;
}

@media only screen and (min-width: 768px) {
  .wp-block {
    width: calc(8 * (100vw / 12));
  }
}

@media only screen and (min-width: 1168px) {
  .wp-block {
    width: calc(6 * (100vw / 12));
  }
}

.wp-block .wp-block {
  width: 100%;
}

/* Width of "wide" blocks */
.wp-block[data-align="wide"] {
  max-width: 1080px;
}

/* Width of "full-wide" blocks */
.wp-block[data-align="full"] {
  max-width: none;
}

/** === Button === */
body .wp-block-button:not(.is-style-squared) .wp-block-button__link {
  border-radius: 4px;
}

.blog-details .wp-block-button__link {
  color: inherit;
  background: var(--thm-black-color);
  display: inline-block;
  padding: 11px 40px;
  border-radius: 4px;
  overflow: hidden;
  font-weight: 500;
  font-size: 14px;
  font-family: "Barlow Condensed", sans-serif;
  z-index: 1;
  cursor: pointer;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.wp-block-button__link:hover {
  background: var(--thm-base-color);
  border-color: var(--thm-base-color);
  color: #fff !important;
}

.is-style-outline .wp-block-button__link {
  color: var(--thm-base-color);
  background: transparent;
}

.is-style-outline .wp-block-button__link:hover {
  background-color: var(--thm-base-color);
  color: #fff;
}

/** === Separator === */
body .wp-block-separator:not(.is-style-dots) {
  background-color: #767676;
  border: 0;
  height: 2px;
  margin-bottom: 3rem;
  margin-top: 3rem;
  text-align: left;
  border-color: transparent;
  max-width: 100%;
}

body .wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
  max-width: 150px;
}

.wp-block-separator.is-style-dots:before {
  content: "\00b7 \00b7 \00b7 \00b7 \00b7 \00b7 \00b7 \00b7 \00b7 \00b7 \00b7 \00b7 \00b7 \00b7 \00b7";
  color: #767676;
  font-size: 1.6875em;
  letter-spacing: calc(1.5 * 1rem);
  padding-left: calc(1.5 * 1rem);
}

/** === Blockquote === */
body .wp-block-pullquote {
  border-top: none;
  border-bottom: none;
}

body figure.wp-block-pullquote {
  margin: 35px 0;
  padding: 0;
}

.wp-block-pullquote:not(.is-large):not(.is-style-large),
body blockquote.wp-block-pullquote,
.wp-block-quote:not(.is-large):not(.is-style-large),
body blockquote.wp-block-quote {
  background-color: white;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(20, 3, 67, 0.08);
  box-shadow: 0px 10px 30px 0px rgba(20, 3, 67, 0.08);
  border-radius: 6px;
  padding: 25px 40px 15px 40px;
  position: relative;
  overflow: hidden;
  border-left: 6px solid var(--thm-base-color);
  z-index: 0;
  margin: 40px 0px 45px;
}

body blockquote.wp-block-quote:before {
  content: "\f10d";
  font-size: 30px;
  color: var(--thm-base-color);
  padding-bottom: 12px;
  display: inline-block;
  font-family: "FontAwesome";
}

body blockquote.wp-block-quote:after {
  content: "\f10d";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 30px;
  bottom: auto;
  top: 80%;
  color: #f2effd;
  font-size: 100px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  z-index: -1;
}

body blockquote p {
  font-size: 20px;
  font-weight: 500;
  line-height: 34px;
  margin-bottom: 0;
}

body blockquote {
  color: #525c7c;
}

.wp-block-pullquote.alignleft {
  margin-right: 20px !important;
}

.wp-block-pullquote.alignright {
  margin-left: 20px !important;
}

.wp-block-pullquote.alignleft,
.wp-block-pullquote.alignright {
  padding: 0 !important;
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}

.wp-block-pullquote.alignleft blockquote p,
.wp-block-pullquote.alignright blockquote p {
  font-size: 16px;
  line-height: 1.6em;
}

.wp-block-pullquote.alignleft blockquote,
.wp-block-pullquote.alignright blockquote {
  padding: 30px 15px 15px 15px !important;
  margin: 0;
}

.wp-block-pullquote blockquote:after,
.wp-block-pullquote blockquote:after {
  display: none;
}

body .wp-block-separator:not(.is-style-dots) {
  clear: both;
}

.editor-block-list__layout .editor-block-list__block[data-align="left"] {
  max-width: 305px;
  padding: 0;
  padding-left: 40px;
}

.editor-block-list__layout .editor-block-list__block[data-align="right"] {
  max-width: 305px;
  padding: 0;
  padding-right: 40px;
  float: right;
  margin-left: 1.5em;
  margin-right: 1em;
  margin-bottom: 10px;
}

.editor-block-list__layout
  .editor-block-list__block[data-align="left"]
  figure.wp-block-pullquote,
.editor-block-list__layout
  .editor-block-list__block[data-align="right"]
  figure.wp-block-pullquote {
  padding: 0;
  padding-top: 10px;
  margin: 0;
  margin-right: 15px;
}

.editor-block-list__layout
  .editor-block-list__block[data-align="left"]
  figure.wp-block-pullquote
  p,
.editor-block-list__layout
  .editor-block-list__block[data-align="right"]
  figure.wp-block-pullquote
  p {
  font-size: 16px;
  line-height: 1.6em;
}

.wp-block-pullquote__citation,
.wp-block-pullquote cite,
.wp-block-pullquote footer {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 1px;
  display: inline-block;
  text-transform: uppercase;
  margin-top: 15px;
  margin-bottom: 10px;
  font-style: normal;
}

.wp-block-quote__citation,
.wp-block-quote cite,
.wp-block-quote footer {
  font-size: 14px;
  color: #848ca5;
  line-height: 20px;
  letter-spacing: 1px;
  display: inline-block;
  text-transform: uppercase;
  margin-top: 0;
  font-style: normal;
}

.is-style-large .wp-block-quote__citation,
.is-style-large .wp-block-quote cite,
.is-style-large .wp-block-quote footer {
  font-size: 18px;
}

/** === Separator === **/
.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
  max-width: 250px;
}

/** === Headings === **/
.block-editor-block-list__block .block-editor-block-list__block-edit {
  margin-top: 0;
  margin-bottom: 10px;
}

/** === Cover Image === **/
.wp-block-cover {
  color: #fff;
}

.wp-block-cover__inner-container p,
.wp-block-cover-text {
  color: #fff;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  line-height: 1.3;
}

/* Service page widget */

.service-cta-widget h5,
.service-list-widget h5 {
  margin: 0;
  font-weight: 500;
  font-size: 22px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--thm-black-color);
  margin-bottom: 30px;
}

.service-list-widget ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.service-list-widget ul li + li {
  border-top: 1px solid #eee9e2;
  margin-top: 23px;
  padding-top: 18px;
}

.service-list-widget ul li a {
  color: #868994;
  font-size: 18px;
  font-weight: 500;
  display: block;
  padding-left: 50px;
  padding-right: 50px;
  position: relative;
  transition: all 0.4s ease;
}
.service-list-widget ul li a::before {
  position: absolute;
  top: 50%;
  right: 50px;
  transform: translateY(-50%);
  content: "\f105";
  font-family: "FontAwesome";
}

.service-list-widget ul li.current-menu-item a,
.service-list-widget ul li a:hover {
  color: var(--thm-base-color);
}

.service-cta-widget h5 {
  color: #ffffff;
}

.service-cta-widget p {
  margin: 0;
  color: #9b9da8;
  font-size: 20px;
  line-height: 36px;
}

.service-cta-widget p + p {
  margin-top: 30px;
}

.service-cta-widget a {
  display: flex;
  align-items: center;
  font-size: 30px;
  color: #ffffff;
  font-weight: 400;
  transition: all 0.4s ease;
}
.service-cta-widget a i {
  width: 56px;
  height: 56px;
  font-size: 26px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  border-radius: 50%;
  margin-right: 15px;
  background-image: linear-gradient(
    120deg,
    #8d0f37 0%,
    #c40a3b 50%,
    #ea072e 100%
  );
}

.service-cta-widget a:hover {
  color: var(--thm-primary-color);
}

.service-sidebar__btn {
  display: flex;
  width: 100%;
  height: 85px;
  border-radius: 42.5px;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 20px;
  letter-spacing: 0.04em;
}
.service-sidebar__btn i {
  font-size: 41px;
  margin-right: 20px;
}

.blog-grid-page .blog-post-pagination {
  margin-top: 0;
  margin-bottom: 20px;
}

.srpw-alignleft {
  margin-right: 20px;
}

.srpw-thumbnail {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}

.srpw-block ul {
  margin-bottom: 0;
}

.srpw-block a.srpw-title {
  overflow: hidden;
  font-size: 18px;
  line-height: 25px;
  display: block;
  font-weight: 500;
  color: #868994;
  text-transform: uppercase;
  transition: all 0.4s ease;
}

.srpw-block a.srpw-title:hover {
  color: var(--thm-base-color);
}

.srpw-block li:last-child {
  padding-bottom: 0;
}

.site-footer__social a.fa {
  font-family: "FontAwesome";
}
.blog-post-pagination span.page-numbers.dots {
  margin-left: 10px;
}
.sidebar .sidebar__single.widget_search:not(:first-child) {
  padding: 50px;
  padding-top: 0;
  background-color: var(--thm-gray-color);
}

/*--------------------------------------------------------------
# Mobile Menu
--------------------------------------------------------------*/
.side-menu__block {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999991;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: -webkit-transform 0.7s ease;
  transition: -webkit-transform 0.7s ease;
  transition: transform 0.7s ease;
  transition: transform 0.7s ease, -webkit-transform 0.7s ease;
}

.side-menu__block.active {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.side-menu__block-overlay {
  width: 100%;
  height: 100%;
  background-color: var(--thm-black-color);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  opacity: 0.7;
}

.side-menu__block-overlay .cursor-follower {
  background-color: rgba(255, 255, 255, 0.3);
}

.side-menu__block-inner {
  position: relative;
  max-width: 532px;
  width: 100%;
  margin-right: auto;
  height: 100vh;
  background-color: #f3f5f9;
  z-index: 999999;
  overflow-y: auto;
  padding: 40px 0;
  padding-top: 20px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: justify;
  align-content: space-between;
}

@media (max-width: 575px) {
  .side-menu__block-inner {
    max-width: 480px;
  }
}

@media (max-width: 480px) {
  .side-menu__block-inner {
    max-width: 400px;
  }
}

@media (max-width: 375px) {
  .side-menu__block-inner {
    max-width: 300px;
  }
}

.side-menu__block-inner .mCustomScrollBox {
  width: 100%;
}

.side-menu__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-left: 100px;
  padding-right: 40px;
}

.side-menu__close-btn {
  width: 17px;
  height: 17px;
  display: inline-block;
  background-image: url(assets/images/close-1-1.png);
  background-repeat: no-repeat;
}

.mobile-nav__container {
  padding-left: 100px;
  padding-right: 100px;
  padding-top: 50px;
}

.mobile-nav__container ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav__container li.menu-item-has-children ul {
  display: none;
  padding-left: 0.5em;
}

.mobile-nav__container li.menu-item-has-children {
  position: relative;
}

.mobile-nav__container li.menu-item-has-children .dropdown-btn {
  border: none;
  outline: none;
  background-color: transparent;
  color: #9ca3a9;
  font-size: 14px;
  cursor: pointer;
  padding-left: 10px;
  padding-right: 10px;
  width: auto;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: transfrom 500ms ease;
  transition: transfrom 500ms ease;
}

.mobile-nav__container li.menu-item-has-children .dropdown-btn.open {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.mobile-nav__container li + li {
  margin-top: 5px;
}

.mobile-nav__container li a {
  display: block;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  position: relative;
  font-size: 17px;
  color: var(--thm-black-color);
}

.mobile-nav__container li a:hover {
  color: var(--thm-base-color);
}

.mobile-nav__container li.current-menu-item > a,
.mobile-nav__container li.current > a {
  color: var(--thm-base-color);
}

.side-menu__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 40px;
}

.side-menu__social a {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  background-color: var(--thm-base-color);
  font-size: 16px;
  position: relative;
  font-family: "FontAwesome";
}
.side-menu__social a:hover {
  color: var(--thm-black-color);
}

.side-menu__social a::before {
  position: relative;
  z-index: 10;
}

.side-menu__social a::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: 500ms;
  transition: 500ms;
  background-color: var(--thm-primary-color);
}

.side-menu__social a:hover::after {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.side-menu__social a + a {
  margin-left: 10px;
}

.side-menu__content {
  padding-left: 100px;
  padding-right: 100px;
}

.side-menu__content p {
  margin: 0;
  font-size: 16px;
  line-height: 34px;
}

.side-menu__content p + p {
  margin-top: 30px;
}

.side-menu__content p a {
  color: var(--thm-base-color);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.side-menu__content p a:hover {
  color: var(--thm-base-color);
}

.side-menu__sep {
  width: calc(100% - 200px);
  margin-left: auto;
  margin-right: auto;
  height: 1px;
  background-color: #e6e9f2;
  margin-top: 70px;
  margin-bottom: 70px;
}

.side-menu__text p {
  font-size: 14px;
  line-height: 32px;
  color: #7c7d8a;
  margin: 0;
  margin-bottom: 25px;
}

.side-menu__text a {
  color: var(--thm-base-color);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.side-menu__text a:hover {
  color: var(--thm-black-color);
}

.side-menu__block__copy {
  font-size: 16px;
  font-weight: 500;
  color: #7c7d8a;
  margin: 0;
}

@media (max-width: 575px) {
  .side-menu__top,
  .side-menu__content,
  .mobile-nav__container {
    padding-left: 50px;
    padding-right: 50px;
  }
  .side-menu__sep {
    margin-top: 40px;
    margin-bottom: 40px;
    width: calc(100% - 100px);
  }
}

@media (max-width: 480px) {
  .side-menu__top,
  .side-menu__content,
  .mobile-nav__container {
    padding-left: 25px;
    padding-right: 25px;
  }
  .side-menu__sep {
    width: calc(100% - 50px);
  }
  .side-menu__social {
    margin-top: 40px;
  }
  .side-menu__social a {
    width: 45px;
    height: 45px;
  }
}
