/*!
Theme Name: EduPress
Theme URI: http://edupress.thimpress.com/
Author: ThimPress
Author URI: http://thimpress.com
Description: EduPress is a free Education & LMS WordPress theme powered by the best LMS WordPress Plugin - LearnPress. This theme is designed to help you have a complete look over an Education & LMS website. Being fully compatible with LearnPress, EduPress becomes the best way for a starter to experience LearnPress for real. Look at EduPress, you can see a modern design which fit for any of your purposes. Also, EduPress is carefully optimized for mobile devices, SEO and Page Speed. To make it easier for a starter to create courses, Elementor and Gutenberg are all supported by EduPress. It comes with Thim Elementor Kit which provides customizer settings for headers, footers, and everything in between. From all these functions and features, EduPress is the best Education WordPress Starter Theme for LearnPress and ready for you to create the dream website. Please Check theme demo here https://edupress.thimpress.com/.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: two-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-header, custom-menu, editor-style, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
Text Domain: edu-press
Domain Path: /languages/
*/
/*!--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 - Variables
3.0 - Bootstrap 5

5.0 - Mixins
    5.1 - animate
    5.2 - extend
6.0 - Reset
7.0 - Header
	7.1 - Main menu
	7.2 - Mega menu
	7.3 - Topbar
8.0 - Breadcrumb
9.0 - Blog
	9.1 - Sidebar
	9.2 - Archive
	9.3 - Single
10.0 - Footer
11.0 - Typography
12.0 - Features
13.0 - Shortcodes
14.0 - Search Box
15.0 - Home page styles
16.0 - Related post popup
17.0 - Video player
18.0 - Sticky Video
19.0 - Review Feature
--------------------------------------------------------------*/
/*!--------------------------------------------------------------
1.0 - Variables
----------------------------------------------------------------*/
/*!--------------------------------------------------------------
2.0 - Boostrap
----------------------------------------------------------------*/
/*!
 * Bootstrap Grid v5.0.2 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) * -0.5);
  margin-left: calc(var(--bs-gutter-x) * -0.5);
  margin-right: -15px;
  margin-left: -15px;
}
.row > * {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
  padding-left: 15px;
  padding-right: 15px;
}

.col {
  flex: 1 0 0%;
}

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

@media (min-width: 576px) {
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 1400px) {
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
.btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #212529;
}
.btn-check:focus + .btn, .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.btn:disabled, .btn.disabled, fieldset:disabled .btn {
  pointer-events: none;
  opacity: 0.65;
}

.btn-primary {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.btn-primary:hover {
  color: #fff;
  background-color: #0b5ed7;
  border-color: #0a58ca;
}
.btn-check:focus + .btn-primary, .btn-primary:focus {
  color: #fff;
  background-color: #0b5ed7;
  border-color: #0a58ca;
  box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
}
.btn-check:checked + .btn-primary, .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0a58ca;
  border-color: #0a53be;
}
.btn-check:checked + .btn-primary:focus, .btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
}
.btn-primary:disabled, .btn-primary.disabled {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #5c636a;
  border-color: #565e64;
}
.btn-check:focus + .btn-secondary, .btn-secondary:focus {
  color: #fff;
  background-color: #5c636a;
  border-color: #565e64;
  box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
}
.btn-check:checked + .btn-secondary, .btn-check:active + .btn-secondary, .btn-secondary:active, .btn-secondary.active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #565e64;
  border-color: #51585e;
}
.btn-check:checked + .btn-secondary:focus, .btn-check:active + .btn-secondary:focus, .btn-secondary:active:focus, .btn-secondary.active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
}
.btn-secondary:disabled, .btn-secondary.disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-success {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
.btn-success:hover {
  color: #fff;
  background-color: #157347;
  border-color: #146c43;
}
.btn-check:focus + .btn-success, .btn-success:focus {
  color: #fff;
  background-color: #157347;
  border-color: #146c43;
  box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
}
.btn-check:checked + .btn-success, .btn-check:active + .btn-success, .btn-success:active, .btn-success.active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #146c43;
  border-color: #13653f;
}
.btn-check:checked + .btn-success:focus, .btn-check:active + .btn-success:focus, .btn-success:active:focus, .btn-success.active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
}
.btn-success:disabled, .btn-success.disabled {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}

.btn-info {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-info:hover {
  color: #000;
  background-color: #31d2f2;
  border-color: #25cff2;
}
.btn-check:focus + .btn-info, .btn-info:focus {
  color: #000;
  background-color: #31d2f2;
  border-color: #25cff2;
  box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
}
.btn-check:checked + .btn-info, .btn-check:active + .btn-info, .btn-info:active, .btn-info.active, .show > .btn-info.dropdown-toggle {
  color: #000;
  background-color: #3dd5f3;
  border-color: #25cff2;
}
.btn-check:checked + .btn-info:focus, .btn-check:active + .btn-info:focus, .btn-info:active:focus, .btn-info.active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
}
.btn-info:disabled, .btn-info.disabled {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}

.btn-warning {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #000;
  background-color: #ffca2c;
  border-color: #ffc720;
}
.btn-check:focus + .btn-warning, .btn-warning:focus {
  color: #000;
  background-color: #ffca2c;
  border-color: #ffc720;
  box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
}
.btn-check:checked + .btn-warning, .btn-check:active + .btn-warning, .btn-warning:active, .btn-warning.active, .show > .btn-warning.dropdown-toggle {
  color: #000;
  background-color: #ffcd39;
  border-color: #ffc720;
}
.btn-check:checked + .btn-warning:focus, .btn-check:active + .btn-warning:focus, .btn-warning:active:focus, .btn-warning.active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
}
.btn-warning:disabled, .btn-warning.disabled {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #fff;
  background-color: #bb2d3b;
  border-color: #b02a37;
}
.btn-check:focus + .btn-danger, .btn-danger:focus {
  color: #fff;
  background-color: #bb2d3b;
  border-color: #b02a37;
  box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
}
.btn-check:checked + .btn-danger, .btn-check:active + .btn-danger, .btn-danger:active, .btn-danger.active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #b02a37;
  border-color: #a52834;
}
.btn-check:checked + .btn-danger:focus, .btn-check:active + .btn-danger:focus, .btn-danger:active:focus, .btn-danger.active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
}
.btn-danger:disabled, .btn-danger.disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-light {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
}
.btn-check:focus + .btn-light, .btn-light:focus {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
  box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
}
.btn-check:checked + .btn-light, .btn-check:active + .btn-light, .btn-light:active, .btn-light.active, .show > .btn-light.dropdown-toggle {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
}
.btn-check:checked + .btn-light:focus, .btn-check:active + .btn-light:focus, .btn-light:active:focus, .btn-light.active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
}
.btn-light:disabled, .btn-light.disabled {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-dark {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-dark:hover {
  color: #fff;
  background-color: #1c1f23;
  border-color: #1a1e21;
}
.btn-check:focus + .btn-dark, .btn-dark:focus {
  color: #fff;
  background-color: #1c1f23;
  border-color: #1a1e21;
  box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
}
.btn-check:checked + .btn-dark, .btn-check:active + .btn-dark, .btn-dark:active, .btn-dark.active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1a1e21;
  border-color: #191c1f;
}
.btn-check:checked + .btn-dark:focus, .btn-check:active + .btn-dark:focus, .btn-dark:active:focus, .btn-dark.active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
}
.btn-dark:disabled, .btn-dark.disabled {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}

.btn-outline-primary {
  color: #0d6efd;
  border-color: #0d6efd;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5);
}
.btn-check:checked + .btn-outline-primary, .btn-check:active + .btn-outline-primary, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.btn-check:checked + .btn-outline-primary:focus, .btn-check:active + .btn-outline-primary:focus, .btn-outline-primary:active:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5);
}
.btn-outline-primary:disabled, .btn-outline-primary.disabled {
  color: #0d6efd;
  background-color: transparent;
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-check:focus + .btn-outline-secondary, .btn-outline-secondary:focus {
  box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
}
.btn-check:checked + .btn-outline-secondary, .btn-check:active + .btn-outline-secondary, .btn-outline-secondary:active, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-check:checked + .btn-outline-secondary:focus, .btn-check:active + .btn-outline-secondary:focus, .btn-outline-secondary:active:focus, .btn-outline-secondary.active:focus, .btn-outline-secondary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary:disabled, .btn-outline-secondary.disabled {
  color: #6c757d;
  background-color: transparent;
}

.btn-outline-success {
  color: #198754;
  border-color: #198754;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
.btn-check:focus + .btn-outline-success, .btn-outline-success:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}
.btn-check:checked + .btn-outline-success, .btn-check:active + .btn-outline-success, .btn-outline-success:active, .btn-outline-success.active, .btn-outline-success.dropdown-toggle.show {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
.btn-check:checked + .btn-outline-success:focus, .btn-check:active + .btn-outline-success:focus, .btn-outline-success:active:focus, .btn-outline-success.active:focus, .btn-outline-success.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}
.btn-outline-success:disabled, .btn-outline-success.disabled {
  color: #198754;
  background-color: transparent;
}

.btn-outline-info {
  color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-outline-info:hover {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-check:focus + .btn-outline-info, .btn-outline-info:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}
.btn-check:checked + .btn-outline-info, .btn-check:active + .btn-outline-info, .btn-outline-info:active, .btn-outline-info.active, .btn-outline-info.dropdown-toggle.show {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-check:checked + .btn-outline-info:focus, .btn-check:active + .btn-outline-info:focus, .btn-outline-info:active:focus, .btn-outline-info.active:focus, .btn-outline-info.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}
.btn-outline-info:disabled, .btn-outline-info.disabled {
  color: #0dcaf0;
  background-color: transparent;
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-check:focus + .btn-outline-warning, .btn-outline-warning:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}
.btn-check:checked + .btn-outline-warning, .btn-check:active + .btn-outline-warning, .btn-outline-warning:active, .btn-outline-warning.active, .btn-outline-warning.dropdown-toggle.show {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-check:checked + .btn-outline-warning:focus, .btn-check:active + .btn-outline-warning:focus, .btn-outline-warning:active:focus, .btn-outline-warning.active:focus, .btn-outline-warning.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning:disabled, .btn-outline-warning.disabled {
  color: #ffc107;
  background-color: transparent;
}

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-check:focus + .btn-outline-danger, .btn-outline-danger:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}
.btn-check:checked + .btn-outline-danger, .btn-check:active + .btn-outline-danger, .btn-outline-danger:active, .btn-outline-danger.active, .btn-outline-danger.dropdown-toggle.show {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-check:checked + .btn-outline-danger:focus, .btn-check:active + .btn-outline-danger:focus, .btn-outline-danger:active:focus, .btn-outline-danger.active:focus, .btn-outline-danger.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger:disabled, .btn-outline-danger.disabled {
  color: #dc3545;
  background-color: transparent;
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-check:focus + .btn-outline-light, .btn-outline-light:focus {
  box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}
.btn-check:checked + .btn-outline-light, .btn-check:active + .btn-outline-light, .btn-outline-light:active, .btn-outline-light.active, .btn-outline-light.dropdown-toggle.show {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-check:checked + .btn-outline-light:focus, .btn-check:active + .btn-outline-light:focus, .btn-outline-light:active:focus, .btn-outline-light.active:focus, .btn-outline-light.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light:disabled, .btn-outline-light.disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.btn-outline-dark {
  color: #212529;
  border-color: #212529;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-check:focus + .btn-outline-dark, .btn-outline-dark:focus {
  box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}
.btn-check:checked + .btn-outline-dark, .btn-check:active + .btn-outline-dark, .btn-outline-dark:active, .btn-outline-dark.active, .btn-outline-dark.dropdown-toggle.show {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-check:checked + .btn-outline-dark:focus, .btn-check:active + .btn-outline-dark:focus, .btn-outline-dark:active:focus, .btn-outline-dark.active:focus, .btn-outline-dark.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}
.btn-outline-dark:disabled, .btn-outline-dark.disabled {
  color: #212529;
  background-color: transparent;
}

.btn-link {
  font-weight: 400;
  color: #0d6efd;
  text-decoration: underline;
}
.btn-link:hover {
  color: #0a58ca;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
}

.btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  color: #0d6efd;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}
.nav-link:hover, .nav-link:focus {
  color: #0a58ca;
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-link {
  margin-bottom: -1px;
  background: none;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
  isolation: isolate;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #0d6efd;
}

.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%;
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-sm,
.navbar > .container-md,
.navbar > .container-lg,
.navbar > .container-xl,
.navbar > .container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  text-decoration: none;
  white-space: nowrap;
}
.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
}
@media (min-width: 1400px) {
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
}
/*!--------------------------------------------------------------
4.0 - mixins
----------------------------------------------------------------*/
/*
 * Sass CSS3 Mixins! The Cross-Browser CSS3 Sass Library
 * Extend */
.screen-reader-text {
  display: none;
}

a:focus,
a:active {
  text-decoration: none;
}

* {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  line-height: inherit;
}

p {
  margin-bottom: 20px;
}
p:last-child {
  margin-bottom: 0;
}

hr {
  border: none;
  background: rgba(0, 0, 0, 0.1);
  height: 1px;
  margin: 20px 0;
}

code {
  white-space: normal;
}

.clear {
  clear: both;
}

mark {
  background-color: yellow;
  color: black;
}

.alert {
  border-radius: 2px;
}

input:focus, textarea:focus, a:focus {
  outline: none;
  box-shadow: none;
  text-decoration: none;
}

.post.sticky .content-inner {
  border-bottom: none !important;
}

.post.sticky .entry-content {
  padding: 30px 15px;
  background: rgba(0, 0, 0, 0.04);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.09);
}

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

@media (max-width: 767px) {
  .alignleft, .alignright {
    float: none;
  }
}
img {
  max-width: 100%;
  height: auto;
}

blockquote.alignleft, img.alignleft {
  margin: 7px 24px 7px 0;
}

.wp-caption.alignleft {
  margin: 7px 14px 7px 0;
}

blockquote.alignright, img.alignright {
  margin: 7px 0 7px 24px;
}

.wp-caption.alignright {
  margin: 7px 0 7px 14px;
}

.wp-caption-text {
  box-sizing: border-box;
  font-size: 12px;
  font-style: italic;
  line-height: 1.5;
  margin: 9px 0;
  padding-right: 10px;
}

.gallery-caption {
  background-color: rgba(0, 0, 0, 0.7);
  box-sizing: border-box;
  color: #fff;
  font-size: 12px;
  line-height: 1.5;
  margin: 0;
  max-height: 50%;
  opacity: 0;
  padding: 6px 8px;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: left;
  width: 100%;
}

.gallery-caption:before {
  content: "";
  height: 100%;
  min-height: 49px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.gallery-item:hover .gallery-caption {
  opacity: 1;
}

.gallery-columns-7 .gallery-caption, .gallery-columns-8 .gallery-caption, .gallery-columns-9 .gallery-caption {
  display: none;
}

.gallery {
  margin-bottom: 20px;
}

.gallery-item {
  float: left;
  margin: 0 4px 4px 0;
  overflow: hidden;
  position: relative;
}

.gallery-columns-1 .gallery-item {
  max-width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 48%;
  max-width: calc(50% - 4px);
}

.gallery-columns-3 .gallery-item {
  max-width: 32%;
  max-width: calc(33.3% - 4px);
}

.gallery-columns-4 .gallery-item {
  max-width: 23%;
  max-width: calc(25% - 4px);
}

.gallery-columns-5 .gallery-item {
  max-width: 19%;
  max-width: calc(20% - 4px);
}

.gallery-columns-6 .gallery-item {
  max-width: 15%;
  max-width: calc(16.7% - 4px);
}

.gallery-columns-7 .gallery-item {
  max-width: 13%;
  max-width: calc(14.28% - 4px);
}

.gallery-columns-8 .gallery-item {
  max-width: 11%;
  max-width: calc(12.5% - 4px);
}

.gallery-columns-9 .gallery-item {
  max-width: 9%;
  max-width: calc(11.1% - 4px);
}

.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
  margin-right: 0;
}

.gallery-columns-1.gallery-size-medium figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-1.gallery-size-thumbnail figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-2.gallery-size-thumbnail figure.gallery-item:nth-of-type(2n+1),
.gallery-columns-3.gallery-size-thumbnail figure.gallery-item:nth-of-type(3n+1) {
  clear: left;
}

.gallery-caption {
  background-color: rgba(0, 0, 0, 0.7);
  box-sizing: border-box;
  color: #fff;
  font-size: 12px;
  line-height: 1.5;
  margin: 0;
  max-height: 50%;
  opacity: 0;
  padding: 6px 8px;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: left;
  width: 100%;
}

.gallery-caption:before {
  content: "";
  height: 100%;
  min-height: 49px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.gallery-item:hover .gallery-caption {
  opacity: 1;
}

.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none;
}

.gallery:after {
  content: "";
  display: block;
  clear: both;
}

.bypostauthor > article .fn:before {
  content: "\f408";
  margin: 0 2px 0 -2px;
  position: relative;
  top: -1px;
}

.hidden {
  display: none !important;
  visibility: hidden !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.close-topbar #thim-header-topbar {
  display: none;
}

/*
 * Style header common
 */
header#masthead {
  transition: all 0.3s ease-in-out;
}
header#masthead .stack-center .col-sm-12 {
  width: 100%;
  display: block;
  text-align: center;
}
header#masthead .stack-center .col-sm-12.width-logo {
  margin-bottom: 20px;
}

.header-overlay header#masthead {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 999;
}

.sticky-header #masthead.affix {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 3;
}

@media (min-width: 769px) {
  .mobile-menu-container {
    display: none;
  }
}
/*
 * Style Header
 */
#masthead {
  transition: all ease-out 0.3s;
}
#masthead span.icon-bar {
  background: var(--thim-mobile_menu-text_color);
}

.table-cell {
  display: table-cell;
  vertical-align: middle;
}
@media (max-width: 1024px) {
  .table-cell {
    display: inline-flex;
  }
}

.width-header-right {
  margin-left: auto;
}
.width-header-right + .menu-mobile-effect {
  margin: 0;
}

.widget-menu-item {
  list-style: none;
}

.navigation {
  width: 100%;
  display: table;
}
.navigation .width-logo {
  width: var(--thim-width_logo);
  text-align: right;
}
@media (max-width: 350px) {
  .navigation .width-logo {
    width: 180px;
  }
}
.navigation .width-logo a:hover {
  text-decoration: none;
}
.navigation .width-logo a img {
  transition: all ease-out 0.3s;
  vertical-align: middle;
}
.navigation ul.navbar-main-menu > li {
  list-style: none;
  position: relative;
  padding: 25px 0px;
}
.navigation ul.navbar-main-menu > li a {
  text-decoration: none;
  position: relative;
  font-family: var(--thim-font_title-font-family);
}
.navigation ul.navbar-main-menu > li > a {
  padding: 8px 25px;
}
@media (min-width: 1025px) {
  .navigation ul.navbar-main-menu > li .icon-toggle {
    display: none;
  }
}
.navigation ul.navbar-main-menu > li.current-menu-parent .sub-menu li.current-menu-item > a {
  color: var(--thim-body_color_seconds);
}
.navigation ul.navbar-main-menu li.current-menu-parent .sub-menu li.current-menu-item > a {
  color: var(--thim-body_color_seconds);
}
.navigation .width-navigation .inner-navigation a:hover {
  text-decoration: none;
}

.flex-col ul {
  flex-direction: column;
}

#masthead {
  position: relative;
  background-color: var(--thim-main_menu_color-background_color);
  border-bottom: 1px solid var(--thim-main_menu_color-border_color);
  transition: all ease-out 0.3s;
}
.header-overlay #masthead {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 999;
}
#masthead.affix {
  z-index: 9999;
  position: fixed;
  width: 100%;
  top: 0;
}
.admin-bar #masthead.affix {
  top: 32px;
}
.custom-sticky #masthead.affix {
  background-color: var(--thim-sticky_menu-background_color);
}
.custom-sticky #masthead.affix .navbar-main-menu > li > a,
.custom-sticky #masthead.affix .navbar-main-menu > li > span {
  color: var(--thim-sticky_menu-text_color);
}
.custom-sticky #masthead.affix .navbar-main-menu > li > a:hover,
.custom-sticky #masthead.affix .navbar-main-menu > li > span:hover {
  color: var(--thim-sticky_menu-text_color_hover);
}

.flex-col .thim-elementorkits-menu__nav {
  flex-direction: column;
}

@media (min-width: 1025px) {
  .navbar-main-menu > li.menu-item-has-children > a::before {
    content: "\f107";
    font-family: "thim-ekits" !important;
    float: right;
    line-height: inherit !important;
    font-size: 10px;
    margin-left: 5px;
    margin-right: 0;
    transform: rotate(-90deg);
    transition: all 0.3s ease-in-out;
  }
  .navbar-main-menu > li.menu-item-has-children > a:hover::before {
    transform: rotate(0);
  }
}
.navbar-main-menu > li .thim-ekits-menu__icon {
  display: none;
}

@media (min-width: 1025px) {
  .navigation .width-navigation .thim-ekits-menu__mobile__close {
    display: none;
  }
  .navigation .navbar-main-menu > li .sub-menu li > .sub-menu {
    top: 0;
    left: 100%;
  }
  .navbar-main-menu {
    margin-bottom: 0;
    border: none;
    padding: 0;
    min-height: inherit;
    font-size: var(--thim-main_menu-font-size);
  }
  .navbar-main-menu > .menu-item-has-children:hover {
    position: relative;
  }
  .navbar-main-menu > .menu-item-has-children:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
  .navbar-main-menu > li {
    float: none;
  }
  .navbar-main-menu > li.current-menu-parent > a,
  .navbar-main-menu > li.current-menu-parent > span, .navbar-main-menu > li.current-menu-ancestor > a,
  .navbar-main-menu > li.current-menu-ancestor > span, .navbar-main-menu > li.current-menu-item > a,
  .navbar-main-menu > li.current-menu-item > span, .navbar-main-menu > li:hover > a,
  .navbar-main-menu > li:hover > span {
    background-color: var(--thim-body_primary_color);
    border-radius: 60px;
    color: var(--thim-main_menu_color-text_color_hover);
  }
  .menu-hover-background .navbar-main-menu > li.current-menu-parent > a, .menu-hover-background .navbar-main-menu > li.current-menu-parent > span, .menu-hover-background .navbar-main-menu > li.current-menu-ancestor > a, .menu-hover-background .navbar-main-menu > li.current-menu-ancestor > span, .menu-hover-background .navbar-main-menu > li.current-menu-item > a, .menu-hover-background .navbar-main-menu > li.current-menu-item > span, .menu-hover-background .navbar-main-menu > li:hover > a, .menu-hover-background .navbar-main-menu > li:hover > span {
    background: linear-gradient(180deg, var(--thim-sub_menu-background_color) 0.01%, rgba(255, 255, 255, 0) 100%);
  }
  .menu-hover-line .navbar-main-menu > li.current-menu-parent > a:after, .menu-hover-line .navbar-main-menu > li.current-menu-ancestor > a:after, .menu-hover-line .navbar-main-menu > li.current-menu-item > a:after, .menu-hover-line .navbar-main-menu > li:hover > a:after {
    width: 100%;
  }
  .navbar-main-menu > li.current-menu-parent.menu-item-has-children > a::before, .navbar-main-menu > li.current-menu-ancestor.menu-item-has-children > a::before, .navbar-main-menu > li.current-menu-item.menu-item-has-children > a::before, .navbar-main-menu > li:hover.menu-item-has-children > a::before {
    transform: rotate(0);
  }
  .navbar-main-menu > li > a,
  .navbar-main-menu > li > span {
    text-transform: var(--thim-main_menu-text-transform);
    display: inline-block;
    font-weight: var(--thim-font_title-variant);
    font-size: var(--thim-main_menu-font-size);
    line-height: var(--thim-main_menu-line-height);
    color: var(--thim-main_menu-color);
  }
  .navbar-main-menu > li .thim-ekits-menu__icon {
    display: none;
  }
  .navbar-main-menu > li > ul.sub-menu {
    left: 0;
  }
  .navbar-main-menu > li .sub-menu {
    min-width: 200px;
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 9999;
    padding: 15px 0;
    border: 1px solid #eaeaea;
    margin: 0;
    box-shadow: 0 0px 2px rgba(0, 0, 0, 0.2) 1px 2px rgba(0, 0, 0, 0.1);
    background-color: var(--thim-sub_menu-background_color);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    -webkit-transform: translateY(15px);
    -moz-transform: translateY(15px);
    -ms-transform: translateY(15px);
    -o-transform: translateY(15px);
  }
  .navbar-main-menu > li .sub-menu > li {
    width: 100%;
    text-align: left;
    position: relative;
    margin: 0;
  }
  .navbar-main-menu > li .sub-menu > li a,
  .navbar-main-menu > li .sub-menu > li span {
    padding: 0;
    color: var(--thim-sub_menu-text_color);
    font-weight: var(--thim-font_title-variant);
    line-height: 21px;
  }
  .navbar-main-menu > li .sub-menu > li a:hover,
  .navbar-main-menu > li .sub-menu > li span:hover {
    color: var(--thim-sub_menu-text_color_hover);
  }
  .navbar-main-menu > li .sub-menu > li.current-menu-item > a, .navbar-main-menu > li .sub-menu > li.current_page_item > a {
    color: var(--thim-sub_menu-text_color_hover);
  }
  .navbar-main-menu > li .sub-menu > li:last-child {
    margin-bottom: 0;
  }
  .navbar-main-menu > li .sub-menu > li.menu-item-has-children > a:before {
    content: "\f105";
    font-family: "thim-ekits" !important;
    float: right;
    line-height: 21px;
    font-size: 10px;
    margin-left: 5px;
    margin-right: 0;
  }
  .navbar-main-menu li {
    display: inline-block;
    vertical-align: middle;
    padding: 10px 20px;
  }
  .navbar-main-menu li a {
    display: block;
  }
  .item-text-center .navbar-main-menu {
    text-align: center;
  }
  .item-text-right .navbar-main-menu {
    text-align: right;
  }
  .menu-item-has-children > ul.sub-menu > .menu-item-has-children:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
}
@media (max-width: 1024px) {
  .width-navigation {
    position: fixed;
    visibility: hidden;
    padding: 60px 0 10px 0;
    top: 0;
    bottom: 0;
    z-index: 999999;
    width: 320px;
    overflow: auto;
    transition: all 0.5s;
    background: var(--thim-mobile_menu-background_color);
    left: 0;
    -webkit-transform: translate(-320px);
    -moz-transform: translate(-320px);
    -ms-transform: translate(-320px);
    -o-transform: translate(-320px);
  }
  .width-navigation span.icon-toggle {
    cursor: pointer;
  }
  .width-navigation > .inner-navigation {
    height: 100%;
    overflow-y: auto;
    padding: 0 15px;
    width: 100%;
  }
  .width-navigation ul {
    float: none;
  }
  .width-navigation ul.navbar-main-menu {
    margin: 0;
  }
  .width-navigation ul.sub-menu {
    background-image: none !important;
    display: none;
    position: fixed;
    visibility: hidden;
    margin: 0;
    padding: 60px 15px 10px !important;
    top: 0;
    bottom: 0;
    z-index: 99999;
    width: 320px;
    height: 100% !important;
    overflow: auto;
    transition: all 0.5s;
    background: var(--thim-mobile_menu-background_color);
    left: 0;
    -webkit-transform: translate(-320px);
    -moz-transform: translate(-320px);
    -ms-transform: translate(-320px);
    -o-transform: translate(-320px);
  }
  .width-navigation ul.sub-menu.show {
    visibility: visible;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
  }
  .width-navigation ul.sub-menu li ul {
    display: block;
  }
  .width-navigation ul li.menu-item {
    float: none;
    display: block;
    margin: 0;
    position: relative;
    padding: 0;
  }
  .width-navigation ul li.menu-item.current-menu-parent ul.sub-menu {
    display: block;
  }
  .width-navigation ul li.menu-item.disable_link {
    margin-left: 20px;
  }
  .width-navigation ul li.menu-item .icon-toggle {
    position: absolute;
    font-size: 10px;
    right: -15px;
    width: 37px;
    height: 44px;
    top: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .width-navigation ul li.menu-item .icon-toggle:before, .width-navigation ul li.menu-item .icon-toggle:after {
    display: none;
  }
  .width-navigation ul li.menu-item .icon-toggle .fa {
    vertical-align: middle;
  }
  .width-navigation ul li.menu-item a {
    display: block;
    outline: none;
    transition: background 0.3s, box-shadow 0.3s;
    line-height: 24px;
  }
  .width-navigation ul li.menu-item a:hover,
  .width-navigation ul li.menu-item a :focus {
    background: transparent;
  }
  .width-navigation .thim-ekits-menu__mobile__close {
    width: 24px;
    height: 24px;
    border: 1px solid #555;
    z-index: 1001;
    display: inline-flex;
  }
  .navigation {
    display: flex;
    align-items: center;
  }
  .navigation .width-navigation ul.navbar-main-menu > li a {
    padding: 10px 0;
    color: var(--thim-mobile_menu-text_color);
  }
  .navigation .width-navigation ul.navbar-main-menu > li a:hover {
    color: var(--thim-mobile_menu-text_color_hover);
  }
  .navigation .width-navigation ul.navbar-main-menu > li.current-menu-item > a {
    color: var(--thim-mobile_menu-text_color_hover);
  }
  .admin-bar .affix {
    top: 0;
  }
  .menu-mobile-effect {
    cursor: pointer;
    float: right;
    display: table-cell;
    z-index: 1;
    vertical-align: middle;
    width: 28px;
    height: 28px;
    padding: 0;
    position: relative;
    margin: 0;
    margin-left: auto;
  }
  .menu-mobile-effect span {
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 6px;
    background: var(--thim-main_menu-color);
    height: 2px;
    transition: all 0.3s ease-in-out;
  }
  .menu-mobile-effect span:nth-child(2) {
    top: 13px;
  }
  .menu-mobile-effect span:nth-child(3) {
    top: 20px;
  }
  body.mobile-menu-open .width-navigation {
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    visibility: visible;
  }
  body.mobile-menu-open #wrapper-container {
    position: relative;
    z-index: 99999;
  }
  body.mobile-menu-open #wrapper-container::before {
    content: "";
    background-color: rgba(0, 0, 0, 0.2);
    width: 100%;
    height: 100%;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
  }
}
ul li.thim-ekits-menu__mobile__backlink {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.1);
  padding: 15px;
  border-radius: 0;
  border-bottom: 1px solid #eaeaea;
}
ul li.thim-ekits-menu__mobile__backlink i {
  font-size: 10px;
  margin-right: 7px;
  margin-left: 0;
}

@media (max-width: 1024px) {
  .width-navigation .thim-ekits-menu__mobile__backlink {
    display: flex;
    align-items: center;
    width: 100%;
  }
}

@media (max-width: 1024px) {
  .thim-ekits-menu .thim-ekits-menu__mobile__backlink {
    display: flex;
    align-items: center;
    width: 100%;
  }
}

.site-header .widget_block > p {
  margin-bottom: 0;
}

@media (max-width: 330px) {
  .width-navigation {
    width: 90%;
  }
  .width-navigation ul.sub-menu {
    width: 100%;
  }
}
#breadcrumbs {
  padding: 15px 0;
  margin: 0;
  border-bottom: 1px solid var(--thim-breadcrumb_border_color);
}
#breadcrumbs li {
  line-height: 25px;
  display: inline-block;
  list-style: none;
  font-size: var(--thim-breadcrumb_font_size);
  color: var(--thim-breadcrumb_color);
}
#breadcrumbs li a {
  line-height: 25px;
  display: inline-block;
  font-size: var(--thim-breadcrumb_font_size);
  color: var(--thim-breadcrumb_color);
  margin-right: 12px;
}
#breadcrumbs li a::after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-size: 0.8em;
  font-weight: 900;
  color: inherit;
  display: inline-block;
  margin: 0 0 0 12px;
  line-height: 25px;
}
#breadcrumbs li a:hover {
  color: var(--thim-body_primary_color);
}
#breadcrumbs li span.breadcrum-icon {
  margin: 0 10px;
  color: var(--thim-breadcrumb_color);
  filter: alpha(opacity=50);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  -webkit-opacity: 0.5;
  -khtml-opacity: 0.5;
  -moz-opacity: 0.5;
  -ms-opacity: 0.5;
  -o-opacity: 0.5;
  opacity: 0.5;
}
#breadcrumbs li:last-child:after {
  display: none;
}

/*
 * Style sidebar blog
 */
.search-form {
  position: relative;
  line-height: 42px;
  border: none;
}
.search-form:after {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 42px;
  text-align: center;
  line-height: 42px;
}
.search-form label {
  width: 100%;
  display: inline-block;
  font-weight: 400;
  margin: 0;
}
.search-form .search-field {
  line-height: 40px;
  background: #fff;
  height: 42px;
  padding: 0 60px 0 0;
  font-size: var(--thim-font_body-font-size);
  width: 100%;
  border: 1px solid #eee;
  transition: all 0.3s ease-in-out;
  font-family: var(--thim-font_body-font-family);
}
.search-form .search-field:focus {
  border-color: var(--thim-body_primary_color);
}
.search-form .search-submit {
  width: 40px;
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  z-index: 2;
  background-color: transparent !important;
  border-radius: 0;
  line-height: 42px;
  height: 42px;
  color: transparent;
  font-size: 0;
  font-weight: 700;
  text-transform: uppercase;
}

.widget-area .widget {
  position: relative;
  margin-bottom: 40px;
}
@media (max-width: 575px) {
  .widget-area .widget {
    margin-bottom: 20px;
  }
}
.widget-area .widget .widget-title, .widget-area .widget .widget_search .wp-block-search__label, .widget_search .widget-area .widget .wp-block-search__label,
.widget-area .widget .rsswidget {
  text-transform: capitalize;
  margin-bottom: 20px;
  margin-top: 0;
}
.widget-area .widget.widget_archive ul li .children,
.widget-area .widget.widget_archive ul li .sub-menu, .widget-area .widget.widget_categories ul li .children,
.widget-area .widget.widget_categories ul li .sub-menu, .widget-area .widget.widget_pages ul li .children,
.widget-area .widget.widget_pages ul li .sub-menu, .widget-area .widget.widget_meta ul li .children,
.widget-area .widget.widget_meta ul li .sub-menu, .widget-area .widget.widget_recent_comments ul li .children,
.widget-area .widget.widget_recent_comments ul li .sub-menu, .widget-area .widget.widget_recent_entries ul li .children,
.widget-area .widget.widget_recent_entries ul li .sub-menu, .widget-area .widget.widget_nav_menu ul li .children,
.widget-area .widget.widget_nav_menu ul li .sub-menu {
  padding-left: 15px;
}
.widget-area .widget.widget_archive ul li .children li,
.widget-area .widget.widget_archive ul li .sub-menu li, .widget-area .widget.widget_categories ul li .children li,
.widget-area .widget.widget_categories ul li .sub-menu li, .widget-area .widget.widget_pages ul li .children li,
.widget-area .widget.widget_pages ul li .sub-menu li, .widget-area .widget.widget_meta ul li .children li,
.widget-area .widget.widget_meta ul li .sub-menu li, .widget-area .widget.widget_recent_comments ul li .children li,
.widget-area .widget.widget_recent_comments ul li .sub-menu li, .widget-area .widget.widget_recent_entries ul li .children li,
.widget-area .widget.widget_recent_entries ul li .sub-menu li, .widget-area .widget.widget_nav_menu ul li .children li,
.widget-area .widget.widget_nav_menu ul li .sub-menu li {
  border: none;
  padding-bottom: 0;
}
.widget-area .widget.widget_archive ul li a:before, .widget-area .widget.widget_categories ul li a:before, .widget-area .widget.widget_pages ul li a:before, .widget-area .widget.widget_meta ul li a:before, .widget-area .widget.widget_recent_comments ul li a:before, .widget-area .widget.widget_recent_entries ul li a:before, .widget-area .widget.widget_nav_menu ul li a:before {
  margin-right: 10px;
  filter: alpha(opacity=50);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  -webkit-opacity: 0.5;
  -khtml-opacity: 0.5;
  -moz-opacity: 0.5;
  -ms-opacity: 0.5;
  -o-opacity: 0.5;
  opacity: 0.5;
}
.widget-area .widget.widget_recent_comments ul li a {
  display: none;
}
.widget-area .widget ul {
  margin: 0;
}
.widget-area .widget ul li {
  margin: 0;
  padding: 10px 10px 10px 0;
  list-style: none;
  line-height: 20px;
  display: block;
}
.widget-area .widget ul li a {
  font-weight: 500;
  text-transform: capitalize;
  color: var(--thim-font_body-color, #727272);
}
.widget-area .widget ul li a:hover {
  color: var(--thim-body_primary_color);
}
.widget-area .widget ul li::before, .widget-area .widget ul li::after {
  content: "";
  display: block;
  clear: both;
}
.widget-area .widget ul li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}
.widget-area .widget select {
  max-width: 100%;
}
.widget-area .widget .calendar_wrap a {
  color: var(--thim-font_body-color, #727272);
}
.widget-area .widget .calendar_wrap a:hover {
  color: var(--thim-body_primary_color);
}
.widget-area .widget .tagcloud a {
  font-size: var(--thim-font_body-font-size) !important;
  padding: 6px 15px;
  border: 1px solid #E3E3E3;
  display: inline-block;
  margin-bottom: 5px;
  margin-top: 10px;
  margin-right: 10px;
  color: #000000;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
  border-radius: 45px;
}
.widget-area .widget .tagcloud a:hover {
  background-color: #000000;
  border: 1px solid transparent;
  color: #FFFFFF;
}

@media (max-width: 575px) {
  .sticky-sidebar {
    margin-top: 50px;
  }
}

/*
 * Style Blog */
.loop-pagination {
  margin: 20px 0 0 0;
  display: flex;
}
@media (max-width: 575px) {
  .loop-pagination {
    margin-bottom: 30px;
  }
}
.loop-pagination ul {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
}
.loop-pagination ul li {
  display: inline-block;
  list-style: none;
}
.loop-pagination ul li .page-numbers {
  font-weight: bold;
  display: inline-block;
  width: 40px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  border-bottom: 3px solid transparent;
}
.loop-pagination ul li .page-numbers.next, .loop-pagination ul li .page-numbers.prev {
  font-size: 0;
}
.loop-pagination ul li .page-numbers.next svg, .loop-pagination ul li .page-numbers.prev svg {
  width: 16px;
}
.loop-pagination ul li .page-numbers.next::before, .loop-pagination ul li .page-numbers.prev::before {
  font-family: thim-ekits;
  font-size: 0.688rem;
}
.loop-pagination ul li .page-numbers.next::before {
  content: "\f105";
}
.loop-pagination ul li .page-numbers.prev::before {
  content: "\f104";
}
.loop-pagination ul li a {
  color: #000000;
  text-decoration: none;
}
.loop-pagination ul li a:hover, .loop-pagination ul li a:focus {
  border-bottom: 3px solid #FF782D;
}
.loop-pagination ul li .page-numbers.current {
  color: #000000;
  border-bottom: 3px solid #FF782D;
}

.blog .sidebar-left > div,
.single-post .sidebar-left > div {
  transform: none;
}
@media (min-width: 577px) {
  .blog .sidebar-left > div,
  .single-post .sidebar-left > div {
    flex-direction: row-reverse;
  }
}
.blog .sidebar-left .site-main,
.single-post .sidebar-left .site-main {
  padding-left: 30px;
}
@media (max-width: 767px) {
  .blog .sidebar-left .site-main,
  .single-post .sidebar-left .site-main {
    padding-left: 15px;
  }
}
@media (max-width: 767px) {
  .blog .sidebar-right .site-main,
  .single-post .sidebar-right .site-main {
    padding-right: 15px;
  }
}
.blog .site-main .page-title,
.single-post .site-main .page-title {
  margin-bottom: 50px;
}

.blog-content.post-grid {
  display: flex;
}
.blog-content.post-grid article.has-post-thumbnail .entry-content {
  border-top: 0;
}
.blog-content.post-list article.has-post-thumbnail .entry-content {
  border-left: 0;
}
.blog-content * {
  word-break: break-word;
}
.blog-content article {
  margin-bottom: 30px;
}
@media (max-width: 860px) {
  .blog-content article {
    margin-bottom: 30px;
  }
}
.blog-content article:hover .entry-content {
  box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.07);
}
.blog-content article .post-formats-wrapper {
  overflow: hidden;
}
.blog-content article .post-formats-wrapper > * {
  width: 100%;
  height: auto;
  display: block;
}
.blog-content article .post-formats-wrapper a,
.blog-content article .post-formats-wrapper img {
  width: 100%;
  height: 100%;
  display: block;
}
.blog-content article .entry-content {
  border: 1px solid #ECECEC;
  padding: 30px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 860px) {
  .blog-content article .entry-content {
    padding: 20px;
  }
}
.blog-content article .entry-content a {
  color: var(--thim-font_body-color);
  text-decoration: none;
}
.blog-content article .entry-content .entry-meta {
  display: flex;
  flex-wrap: wrap;
}
.blog-content article .entry-content .entry-meta > span {
  display: inline-flex;
  align-items: center;
  -moz-column-gap: 7px;
       column-gap: 7px;
  margin-right: 15px;
  font-size: 14px;
  text-transform: capitalize;
}
.blog-content article .entry-content .entry-title {
  margin: 0 0 15px 0;
  display: inline-block;
  font-size: var(--thim-font_h5-font-size, 18px);
}
.blog-content article .entry-content .entry-title a:hover {
  color: var(--thim-body_primary_color);
}
.blog-content article .entry-content .entry-summary p {
  margin: 0 0 15px 0;
}
@media (max-width: 1024px) {
  .blog-content article.blog-grid-3, .blog-content article.blog-grid-4 {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .blog-content article.blog-grid-3, .blog-content article.blog-grid-4 {
    width: 100%;
  }
}
.blog-content.post-list .content-inner {
  display: flex;
}
@media (max-width: 860px) {
  .blog-content.post-list .content-inner {
    display: block;
  }
}
.blog-content.post-list .content-inner > * {
  flex-basis: 50%;
}
.blog-content.post-list .content-inner .post-formats-wrapper {
  margin-bottom: 0;
}
.blog-content.post-list .content-inner .entry-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.blog-content.post-list article {
  width: 100%;
}
.blog-content.post-list article:hover .content-inner {
  box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.1);
}
.blog-content.post-list article:hover .content-inner .entry-content {
  box-shadow: none;
  border-color: transparent;
}
.blog-content .thim_loadmore {
  display: flex;
  justify-content: center;
  font-size: var(--thim-font_h5-font-size, 18px);
  font-weight: var(--thim-font_title-variant, 600);
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  color: #000000;
  text-align: center;
  cursor: pointer;
  padding: 0;
}
.blog-content .thim_loadmore::before {
  width: 90px;
  left: 50%;
  transform: translateX(-50%);
}

.thim-display-mode {
  display: flex;
  justify-content: space-between;
}
.thim-display-mode .thim-switch-layout {
  display: flex;
  -moz-column-gap: 15px;
       column-gap: 15px;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .thim-display-mode .thim-switch-layout {
    display: none;
  }
}
.thim-display-mode .thim-switch-layout > div {
  cursor: pointer;
  display: inline-block;
}
.thim-display-mode .thim-switch-layout > div i {
  font-size: 21px;
  display: flex;
  color: #d9d9d9;
  transition: 0.3s;
}
.thim-display-mode .thim-switch-layout > div.switch-active i::before {
  background-color: #000;
}
.thim-display-mode .thim-switch-layout .switchToGrid {
  padding-top: 2px;
}
.thim-display-mode .thim-display-mode-right {
  display: flex;
  -moz-column-gap: 25px;
       column-gap: 25px;
}
.thim-display-mode .thim-display-mode-right .search-form .search-field {
  border: none;
  border-bottom: 1px solid #D9D9D9;
  min-width: 270px;
}
@media (max-width: 400px) {
  .thim-display-mode .thim-display-mode-right .search-form .search-field {
    min-width: 200px;
  }
}
.thim-display-mode .thim-display-mode-right .search-submit {
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg width='17' height='16' viewBox='0 0 17 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.6365 13.7613C6.27564 13.7613 4.94534 13.3577 3.81382 12.6017C2.68231 11.8456 1.8004 10.771 1.27962 9.51374C0.758841 8.25647 0.622581 6.87301 0.888072 5.53829C1.15356 4.20358 1.80888 2.97757 2.77115 2.01529C3.73343 1.05302 4.95944 0.397703 6.29415 0.132213C7.62886 -0.133278 9.01233 0.00298122 10.2696 0.52376C11.5269 1.04454 12.6015 1.92645 13.3575 3.05796C14.1136 4.18948 14.5171 5.51978 14.5171 6.88064C14.5171 7.78422 14.3392 8.67895 13.9934 9.51374C13.6476 10.3485 13.1408 11.1071 12.5018 11.746C11.8629 12.3849 11.1044 12.8917 10.2696 13.2375C9.43481 13.5833 8.54008 13.7613 7.6365 13.7613ZM7.6365 1.37979C6.55215 1.37979 5.49215 1.70133 4.59054 2.30377C3.68894 2.9062 2.98622 3.76246 2.57126 4.76427C2.15629 5.76608 2.04772 6.86844 2.25927 7.93196C2.47081 8.99548 2.99298 9.97238 3.75973 10.7391C4.52648 11.5059 5.50338 12.028 6.5669 12.2396C7.63042 12.4511 8.73278 12.3426 9.73459 11.9276C10.7364 11.5126 11.5927 10.8099 12.1951 9.90832C12.7975 9.00671 13.1191 7.94671 13.1191 6.86236C13.1191 5.40829 12.5414 4.01378 11.5133 2.9856C10.4851 1.95741 9.09057 1.37979 7.6365 1.37979Z' fill='black'/%3E%3Cpath d='M16.071 15.9999C15.9809 16.0004 15.8917 15.9828 15.8085 15.9483C15.7254 15.9138 15.65 15.863 15.5867 15.7989L11.8128 12.0251C11.6918 11.8952 11.6259 11.7233 11.629 11.5458C11.6321 11.3682 11.7041 11.1988 11.8296 11.0733C11.9552 10.9477 12.1246 10.8758 12.3021 10.8727C12.4797 10.8695 12.6515 10.9354 12.7814 11.0565L16.5553 14.8303C16.6836 14.9588 16.7557 15.133 16.7557 15.3146C16.7557 15.4962 16.6836 15.6704 16.5553 15.7989C16.492 15.863 16.4166 15.9138 16.3334 15.9483C16.2502 15.9828 16.161 16.0004 16.071 15.9999Z' fill='black'/%3E%3C/svg%3E");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
}

.search .blog-list .entry-meta {
  margin-bottom: 10px;
}
.search .blog-list .entry-meta > span {
  margin-right: 15px;
}
.search .blog-list .entry-meta > span svg {
  margin-right: 10px;
}
.search .blog-list > article {
  position: relative;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .search .blog-list > article {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
.search .blog-list > article .entry-title {
  margin-bottom: 15px;
  font-weight: 600;
  word-break: break-word;
}
.search .blog-list > article .post-formats-wrapper {
  padding-bottom: 15px;
}

.single-post .page-content .content-inner .post-formats-wrapper {
  margin-bottom: 30px;
}
.single-post .page-content .content-inner .entry-title {
  margin-bottom: 15px;
}
.single-post .page-content .content-inner .entry-content {
  margin-bottom: 30px;
}
.single-post .page-content .content-inner .entry-content .entry-summary p img::before, .single-post .page-content .content-inner .entry-content .entry-summary p img::after {
  content: "";
  display: block;
  clear: both;
}
.single-post .page-content .content-inner .entry-content .entry-summary h1,
.single-post .page-content .content-inner .entry-content .entry-summary h2,
.single-post .page-content .content-inner .entry-content .entry-summary h3,
.single-post .page-content .content-inner .entry-content .entry-summary h4,
.single-post .page-content .content-inner .entry-content .entry-summary h5,
.single-post .page-content .content-inner .entry-content .entry-summary h6,
.single-post .page-content .content-inner .entry-content .entry-summary div {
  margin-bottom: 15px;
}
.single-post .page-content .content-inner .entry-content .entry-summary ul,
.single-post .page-content .content-inner .entry-content .entry-summary ol,
.single-post .page-content .content-inner .entry-content .entry-summary dl,
.single-post .page-content .content-inner .entry-content .entry-summary li {
  margin-bottom: 7px;
  margin-top: 7px;
}
.single-post .page-content .content-inner .entry-content .entry-summary ul {
  margin-left: 20px;
}
.single-post .page-content .content-inner .entry-content .entry-summary ul > li {
  list-style: disc;
}
.single-post .page-content .content-inner .entry-content .entry-summary ul ul {
  margin-left: 30px;
}
.single-post .page-content .content-inner .entry-content .entry-summary ul ul li {
  list-style: circle;
}
.single-post .page-content .content-inner .entry-content .entry-summary ol {
  margin-left: 20px;
}
.single-post .page-content .content-inner .entry-content .entry-summary ol ul li {
  list-style: circle;
}
.single-post .page-content .content-inner .entry-content .entry-summary ol > li {
  list-style: decimal !important;
}
.single-post .page-content .content-inner .entry-content .entry-summary dt {
  font-weight: 600;
}
.single-post .page-content .content-inner .entry-content .entry-summary dd {
  margin-bottom: 7px;
  margin-top: 7px;
}
.single-post .page-content .content-inner .entry-content .entry-meta {
  margin-bottom: 15px;
}
.single-post .page-content .content-inner .entry-content .entry-meta svg {
  margin-right: 10px;
}
.single-post .page-content .content-inner .entry-content .entry-meta span {
  margin-right: 35px;
  text-transform: capitalize;
}
.single-post .page-content .content-inner blockquote {
  position: relative;
  border-left: 3px;
  padding-left: 10px;
  margin: 30px 50px;
  padding: 30px 30px 10px 30px;
  display: grid;
}
@media (max-width: 767px) {
  .single-post .page-content .content-inner blockquote {
    margin: 15px 20px;
    padding: 20px 20px 10px 20px;
  }
}
.single-post .page-content .content-inner blockquote a {
  color: var(--thim-body_primary_color);
}
.single-post .page-content .content-inner blockquote a:hover {
  text-decoration: underline;
}
.single-post .page-content .content-inner blockquote p {
  font-weight: 300;
  margin-bottom: 10px;
}
.single-post .page-content .content-inner blockquote::before {
  content: "";
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2247%22%20height%3D%2237%22%20viewBox%3D%220%200%2047%2037%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cg%20opacity%3D%220.2%22%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M16.958%200.331235C6.8862%206.43227%201.28989%2013.5337%200.1717%2021.6357C-1.57113%2034.2477%2010.3866%2040.4207%2016.4457%2034.8748C22.5048%2029.3276%2018.8733%2022.2879%2014.4862%2020.3627C10.099%2018.4388%207.41587%2019.1087%207.88401%2016.5376C8.35216%2013.9652%2014.5932%206.83598%2020.0771%203.51422C20.2715%203.35835%2020.3954%203.13844%2020.4238%202.89932C20.4521%202.6602%2020.3827%202.41989%2020.2296%202.2274L18.8733%200.563367C18.2848%20-0.15826%2017.7204%20-0.130506%2016.958%200.329973V0.331235ZM43.4762%200.331235C33.4045%206.43227%2027.8082%2013.5337%2026.69%2021.6357C24.9471%2034.2477%2036.9048%2040.4207%2042.9639%2034.8748C49.023%2029.3276%2045.3916%2022.2879%2041.0031%2020.3627C36.6159%2018.4388%2033.9328%2019.1087%2034.4009%2016.5376C34.8691%2013.9652%2041.1114%206.83598%2046.5954%203.51422C46.7895%203.35818%2046.9132%203.13817%2046.9413%202.89906C46.9694%202.65995%2046.8997%202.41974%2046.7465%202.2274L45.3902%200.563367C44.8017%20-0.15826%2044.2373%20-0.130506%2043.4762%200.329973V0.331235Z%22%20fill%3D%22%23B8B8B8%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-repeat: no-repeat;
  background-size: cover;
  left: 0;
  top: 15px;
  right: auto;
  width: 47px;
  height: 37px;
}

.thim-about-author {
  margin-bottom: 30px;
  padding: 30px 32px;
}
.thim-about-author .author-avatar {
  text-align: center;
  display: table-cell;
  min-width: 100px;
}
.thim-about-author .author-avatar img {
  border-radius: 100%;
  margin-bottom: 15px;
}
.thim-about-author .author-avatar .author-top .name {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--thim-font_title-color, #000000);
}
.thim-about-author .author-avatar .author-top .name:hover {
  color: var(--thim-body_primary_color);
}
.thim-about-author .author-avatar .author-top .role {
  font-family: var(--thim-font_title-font-family);
  padding: 0;
  margin: 0;
  font-size: 14px;
  font-weight: bold;
  font-style: italic;
  color: #999;
  text-transform: capitalize;
}
.thim-about-author .author-bio {
  padding-left: 50px;
  display: table-cell;
  vertical-align: top;
}
.thim-about-author .author-bio .author-description {
  margin-bottom: 30px;
}

.entry-tag-share {
  margin-top: 30px;
  font-weight: 600;
  display: inline-block;
  width: 100%;
}
@media (max-width: 767px) {
  .entry-tag-share {
    margin-top: 15px;
  }
}
.entry-tag-share span.tags-links {
  display: block;
}
.entry-tag-share span.tags-links > a {
  font-size: var(--thim-font_body-font-size);
  color: #6E6E6E;
  font-weight: 400;
  margin-left: 10px;
  margin-right: 0;
  margin-bottom: 10px;
  display: inline-block;
  border: 1px solid #dbdbdb;
  padding: 6px 25px;
  border-radius: 45px;
}
.entry-tag-share span.tags-links > a:hover, .entry-tag-share span.tags-links > a:focus {
  color: black;
  border-color: var(--thim-body_primary_color);
}
.entry-tag-share .thim-social-share {
  margin: 0;
  margin-bottom: 20px;
}
.entry-tag-share .thim-social-share li {
  display: inline-flex;
  list-style: none;
  padding: 0;
}
.entry-tag-share .thim-social-share li a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  border: 1px solid #dedede;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: white;
}
.entry-tag-share .thim-social-share li a:hover {
  background-color: var(--thim-body_primary_color);
  border-color: var(--thim-body_primary_color);
  color: white;
}
.entry-tag-share .thim-social-share li + li {
  margin-left: 20px;
  margin-right: 0;
}
@media (max-width: 767px) {
  .entry-tag-share .thim-social-share li + li {
    margin: 10px;
  }
}

.related-archive {
  background: #fff;
  padding: 15px 0;
}
.related-archive .related-title {
  font-size: 18px;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.related-archive ul {
  list-style: none;
  margin-bottom: 0;
}
.related-archive ul .rel-post-text {
  padding: 20px;
  margin-top: -8px;
  border: 1px solid #ECECEC;
}
.related-archive ul .rel-post-text .entry-title {
  font-size: 18px;
  margin-bottom: 15px;
  color: var(--thim-font_title-color, #000000);
}
.related-archive ul .rel-post-text .entry-title:hover {
  color: var(--thim-body_primary_color);
}
.related-archive ul .rel-post-text .entry-title.no-images {
  margin-top: 0;
}
.related-archive ul .rel-post-text .entry-meta > span {
  margin-right: 15px;
}
.related-archive ul .rel-post-text .entry-meta > span svg {
  margin-right: 10px;
}

.entry-navigation-post {
  display: flex;
  padding: 0 30px;
  margin-bottom: 30px;
  border: 2px solid #ccc;
}
.entry-navigation-post > div {
  width: 50%;
  display: flex;
  align-items: center;
  border-right: 1px solid #ccc;
}
.entry-navigation-post > div:last-child {
  border-right: 0;
  border-left: 1px solid #ccc;
}
.entry-navigation-post > div.next-post {
  margin-left: auto;
  margin-right: 0;
}
.entry-navigation-post > div a {
  display: block;
  width: 100%;
}
.entry-navigation-post span {
  display: block;
  font-weight: 400;
}
.entry-navigation-post a {
  position: relative;
  padding: 36px 65px;
}
.entry-navigation-post a:before {
  content: "\f060";
  font-size: var(--thim-font_body-font-size);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: black;
  background-color: white;
  border: 1px solid #DCDCDC;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "thim-ekits" !important;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  left: 0;
  right: auto;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .entry-navigation-post a:before {
    content: none;
  }
}
.entry-navigation-post a:hover .post-title, .entry-navigation-post a:focus .post-title {
  color: var(--thim-body_primary_color);
}
.entry-navigation-post a:hover::before, .entry-navigation-post a:focus::before {
  background-color: var(--thim-body_primary_color);
  color: white;
  border-color: var(--thim-body_primary_color);
}
.entry-navigation-post .prev-post a {
  padding-right: 30px;
}
@media (max-width: 767px) {
  .entry-navigation-post .prev-post a {
    padding: 15px;
  }
}
.entry-navigation-post .next-post a {
  text-align: right;
  padding-left: 30px;
}
@media (max-width: 767px) {
  .entry-navigation-post .next-post a {
    padding: 15px;
  }
}
.entry-navigation-post .next-post a:before {
  content: "\f061";
  left: auto;
  right: 0;
}
@media (max-width: 767px) {
  .entry-navigation-post .next-post a:before {
    content: none;
  }
}
.entry-navigation-post .heading {
  font-size: var(--thim-font_body-font-size);
  line-height: 1.2;
  color: black;
  margin-bottom: 5px;
  font-weight: 500;
  text-transform: uppercase;
}
.entry-navigation-post .post-title {
  color: #707070;
  transition: 0.3s;
}

#comments {
  padding-top: 15px;
}
#comments .list-comments {
  background-color: #fff;
  margin-bottom: 30px;
}
#comments .list-comments .comments-title {
  font-size: 18px;
  margin-bottom: 30px;
  text-transform: uppercase;
}
#comments .list-comments .comment-list {
  margin: 0;
}
#comments .list-comments .comment-list li {
  padding: 20px 0;
  border-top: 1px solid #dee2e6;
}
#comments .list-comments .comment-list li .wrapper-comment > img {
  border-radius: 50%;
  float: left;
  margin-right: 24px;
}
#comments .list-comments .comment-list li .author-name,
#comments .list-comments .comment-list li .author-name a {
  color: black;
  font-weight: 500;
}
#comments .list-comments .comment-list li .author-name a :hover {
  color: var(--thim-body_primary_color);
}
#comments .list-comments .comment-list li .content-comment {
  width: auto;
  color: #6c6c6c;
}
#comments .list-comments .comment-list li .content-comment .author {
  font-size: 0.929em;
  margin-bottom: 15px;
}
#comments .list-comments .comment-list li .content-comment .author .comment-extra-info {
  font-family: var(--thim-font_title-font-family);
  color: var(--thim-font_body-color, #727272);
  font-size: var(--thim-font_body-font-size);
  margin-left: 30px;
  font-weight: 400;
}
#comments .list-comments .comment-list li .content-comment .author span .comment-reply-link {
  float: right;
}
#comments .list-comments .comment-list li .content-comment .author span .comment-reply-link,
#comments .list-comments .comment-list li .content-comment .author span .comment-edit-link {
  color: var(--thim-body_primary_color);
  font-size: 0.929em;
  font-weight: bold;
  margin-top: 2px;
}
#comments .list-comments .comment-list li .content-comment .author span .comment-reply-link:hover,
#comments .list-comments .comment-list li .content-comment .author span .comment-edit-link:hover {
  color: var(--thim-font_title-color, #000000);
  text-decoration: none;
}
#comments .list-comments .comment-list li .comment-right {
  margin-top: 0;
}
#comments .list-comments .comment-list li:first-child {
  border-top-color: transparent;
}
#comments .list-comments .comment-list li .children li {
  border-top-color: #dee2e6;
}
#comments .list-comments .comment-list .content-comment ul {
  list-style: circle;
}
#comments .list-comments .comment-list + .no-comments {
  margin-top: 15px;
}
#comments .form-comment {
  background-color: #fff;
}
#comments .form-comment #reply-title {
  margin-bottom: 10px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: var(--thim-font_title-variant);
}
#comments .form-comment .comment-form .logged-in-as {
  width: 100%;
  font-size: var(--thim-font_body-font-size);
}
#comments .form-comment .comment-form .logged-in-as a {
  color: var(--thim-body_primary_color);
  text-decoration: none;
}
#comments .form-comment .comment-form .logged-in-as a:hover {
  text-decoration: underline;
}
#comments .form-comment .comment-form .comment-form-cookies-consent {
  width: 100%;
}
#comments .form-comment .comment-form .comment-form-cookies-consent label {
  font-size: var(--thim-font_body-font-size);
}
#comments .form-comment .comment-form > p {
  width: 33%;
  display: inline-block;
  margin-right: 0;
}
@media (max-width: 575px) {
  #comments .form-comment .comment-form > p {
    width: 100%;
  }
}
#comments .form-comment .comment-form > p.comment-form-author, #comments .form-comment .comment-form > p.comment-form-email {
  padding-right: 25px;
}
@media (max-width: 575px) {
  #comments .form-comment .comment-form > p.comment-form-author, #comments .form-comment .comment-form > p.comment-form-email {
    padding-right: 15px;
  }
}
#comments .form-comment .comment-form > p.comment-form-author input, #comments .form-comment .comment-form > p.comment-form-email input {
  border-radius: 45px;
}
#comments .form-comment .comment-form > p.comment-notes, #comments .form-comment .comment-form > p.comment-form-comment, #comments .form-comment .comment-form > p.form-submit {
  width: 100%;
  display: block;
  font-size: var(--thim-font_body-font-size);
}
#comments .form-comment .comment-form > p input[type=text],
#comments .form-comment .comment-form > p input[type=email] {
  width: 100%;
  color: #000;
}
#comments .form-comment .comment-form > p input.submit {
  border: none;
  height: 40px;
  line-height: 36px;
  padding: 0 26px;
  color: #000;
  border: 2px solid var(--thim-body_primary_color);
  border-radius: 60px;
  font-size: var(--thim-font_body-font-size);
  background-color: transparent;
}
#comments .form-comment .comment-form > p input.submit:hover {
  background-color: var(--thim-body_primary_color);
  border-color: transparent;
  color: #FFFFFF;
}
#comments .form-comment .comment-form > p label {
  font-size: var(--thim-font_body-font-size);
}
#comments .form-comment .comment-form .comment-form-url {
  padding-right: 5px;
}
@media (max-width: 575px) {
  #comments .form-comment .comment-form .comment-form-url {
    padding-right: 15px;
  }
}
#comments .form-comment .comment-form .comment-form-url input {
  padding: 10px 20px;
  border-radius: 45px;
}
#comments .form-comment .comment-form textarea,
#comments .form-comment .comment-form input[type=email],
#comments .form-comment .comment-form input[type=text] {
  outline: none;
  box-shadow: none;
  padding: 10px 20px;
  font-size: 13px;
  color: #000;
}
#comments .form-comment .comment-form textarea {
  width: 100%;
  border-radius: 12px;
}
#comments .form-comment .comment-form input:focus,
#comments .form-comment .comment-form textarea:focus {
  border: 1px solid #000;
}
#comments .form-comment .comment-form input::-webkit-input-placeholder,
#comments .form-comment .comment-form textarea::-webkit-input-placeholder {
  color: #999;
}
#comments .form-comment .comment-form input:-moz-placeholder,
#comments .form-comment .comment-form textarea:-moz-placeholder {
  color: #999;
}
#comments .form-comment .comment-form input::-moz-placeholder,
#comments .form-comment .comment-form textarea::-moz-placeholder {
  color: #999;
}
#comments .form-comment .comment-form input:-ms-input-placeholder,
#comments .form-comment .comment-form textarea:-ms-input-placeholder {
  color: #999;
}

.widget_search .wp-block-search__inside-wrapper {
  margin-top: 25px;
}
.widget_search .wp-block-search__inside-wrapper .wp-block-search__button {
  background: var(--thim-body_primary_color);
  color: #fff;
  border: none;
  font-size: var(--thim-font_body-font-size);
  padding: 0 1em;
}
.widget_search .wp-block-search__inside-wrapper .wp-block-search__button:hover {
  background: var(--thim-body_color_seconds);
}
.widget select {
  border: 1px solid #eaeaea;
  padding: 9px 15px;
  width: 100%;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-repeat: no-repeat;
  background-position-x: 100%;
  background-position-y: 9px;
}

.widget.widget_rss .rss-widget-icon {
  width: auto;
}
.widget.widget_rss .widget-title a, .widget.widget_rss .widget_search .wp-block-search__label a, .widget_search .widget.widget_rss .wp-block-search__label a {
  display: inline-flex;
  margin: 0;
}

.widget.widget_nav_menu .menu-item-has-children > ul.sub-menu > .menu-item-has-children:hover > .sub-menu {
  border: none;
  padding-left: 15px;
}

.widget_calendar caption {
  padding-bottom: 10px;
}

article.page ul > li, article.page ol > li {
  line-height: 24px;
  padding-bottom: 10px;
}
article.page ol ol li:last-child, article.page ul ul li:last-child, article.page ol ul li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}

.toolbar [id*=monster-widget-placeholder],
.menu-right [id*=monster-widget-placeholder],
.footer-bottom-above [id*=monster-widget-placeholder],
.footer-bottom [id*=monster-widget-placeholder],
.header-right [id*=monster-widget-placeholder] {
  display: none !important;
}

.single-post .post .content-single .wp-block-cover {
  margin-bottom: 15px;
  margin-right: 15px;
  color: white;
}
.single-post .post .content-single .wp-block-button {
  margin-bottom: 15px;
  margin-right: 15px;
}
.single-post .post .content-single .wp-block-button .wp-block-button__link {
  background-color: var(--thim-body_primary_color);
  border: 2px solid var(--thim-body_primary_color);
  color: #fff;
}
.single-post .post .content-single .wp-block-button .wp-block-button__link:hover {
  background-color: black;
  border-color: black;
  color: white;
}
.single-post .post .content-single .wp-block-button.is-style-outline .wp-block-button__link {
  background: transparent;
  color: #000;
}
.single-post .post .content-single .wp-block-button.is-style-outline .wp-block-button__link:hover {
  background-color: var(--thim-body_primary_color);
  color: #fff;
}
.single-post .post .content-single .wp-block-gallery {
  margin-bottom: 15px;
  margin-right: 15px;
}
.single-post .post .content-single p + .wp-block-gallery {
  margin-bottom: 0;
}
.single-post .post .content-single .wp-block-quote {
  padding: 20px 30px;
}
.single-post .post .content-single .is-large-text,
.single-post .post .content-single .has-large-font-size {
  line-height: var(--thim-font_h1-line-height);
}
.single-post .post .content-single .wp-block-archives select {
  border: 1px solid #eaeaea;
  padding: 8px;
  width: auto;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-repeat: no-repeat;
  background-position-x: 100%;
  background-position-y: 5px;
}
.single-post .post .content-single .page-links > * {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e7e7e7;
  margin: 2px;
  position: relative;
  font-weight: 500;
  font-size: 13px;
  color: black;
}
.single-post .post .content-single .page-links > *::after {
  content: "";
  height: 3px;
  width: 100%;
  background: transparent;
  position: absolute;
  bottom: -1px;
  left: 0;
  right: auto;
  transition: 0.3s;
}
.single-post .post .content-single .page-links > *.current:after {
  background-color: var(--thim-body_primary_color);
}
.single-post .post .content-single .wp-block-pullquote {
  border: 0;
  padding: 0;
}
.single-post .post .content-single dl dt + dd {
  margin-left: 30px;
}
.single-post .post .content-single .gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.single-post .post .content-single .gallery-item img {
  width: 100%;
}
.single-post .post .content-single .gallery-columns-2 .gallery-item {
  width: 50%;
}
.single-post .post .content-single .gallery-columns-3 .gallery-item {
  width: 33.33%;
}
.single-post .post .content-single .gallery-columns-4 .gallery-item {
  width: 25%;
}
.single-post .post .content-single .gallery-columns-5 .gallery-item {
  width: 20%;
}
.single-post #comments .list-comments {
  overflow: hidden;
}
.single-post #comments .list-comments .wrapper-comment .comment-right li {
  border: 0;
  padding: 0 0 10px 0;
  margin: 0;
}
.single-post #comments .list-comments .wrapper-comment .comment-right ol,
.single-post #comments .list-comments .wrapper-comment .comment-right ul li:last-child {
  padding: 0;
}
.single-post #comments .list-comments .comment-list .children > li {
  padding: 0;
}
.single-post #comments .list-comments .comment-list .children > li .wrapper-comment {
  padding: 20px 0;
}
.single-post #comments .list-comments .comment-list .children > li:first-child {
  margin-top: 20px;
}
.single-post #comments .list-comments .comment-list .children > li:last-child {
  padding-bottom: 0;
}
.single-post #comments .list-comments .comment-list .comment-body {
  margin-bottom: 30px;
}
.single-post #comments .list-comments .comment-list li {
  padding: 0 0 15px;
}
.single-post #comments .list-comments .comment-list li + li {
  padding-top: 20px;
}
.single-post #comments .list-comments .comment-list li:last-child {
  list-style: none;
  padding-bottom: 0;
}
.single-post #comments .list-comments .comment-list .pingback {
  margin: 20px 0;
  border: 0;
}

.page .page-links {
  clear: left;
}
.page .page-links > * {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e7e7e7;
  margin: 2px;
  position: relative;
  font-weight: 500;
  font-size: 13px;
  color: black;
  background-color: white;
}
.page .page-links > *::after {
  content: "";
  height: 3px;
  width: 100%;
  background: transparent;
  position: absolute;
  bottom: -1px;
  left: 0;
  right: auto;
  transition: 0.3s;
}
.page .page-links > *.current:after {
  background-color: var(--thim-body_primary_color);
}
.page + .comments-area {
  margin-top: 40px;
}

p > img {
  margin-top: 10px;
  margin-bottom: 10px;
}

.content-comment > * {
  margin-bottom: 10px;
}

pre {
  white-space: pre;
  overflow-x: auto;
}
pre + p {
  margin-top: 15px;
}

.entry-description td, .entry-description th {
  text-align: center;
}

.footer .widget.widget_block {
  display: none;
}
.footer [id*=monster-widget-placeholder] {
  width: 25%;
  padding: 15px;
  float: left;
}
.footer [id*=monster-widget-placeholder]:nth-child(4n+1) {
  clear: both;
}
@media (max-width: 768px) {
  .footer [id*=monster-widget-placeholder] {
    width: 50%;
    padding: 0 15px;
    margin-bottom: 30px;
  }
  .footer [id*=monster-widget-placeholder]:last-child {
    margin-bottom: 0;
  }
  .footer [id*=monster-widget-placeholder]:nth-child(2n+1) {
    clear: both;
  }
}
@media (max-width: 480px) {
  .footer [id*=monster-widget-placeholder] {
    width: 100%;
  }
}

.wp-block-image img {
  margin-bottom: 15px;
}

.wp-block-latest-comments__comment-meta {
  line-height: 1.7;
}

.blocks-gallery-caption {
  margin-bottom: 15px;
}

[class*=wp-block-].has-background {
  background-color: unset !important;
}

.wp-block-media-text + .wp-block-media-text {
  margin-bottom: 15px;
}

.thim-ekits-menu__mobile__close {
  align-items: center;
  background-color: rgba(0, 0, 0, 0) !important;
  border: none;
  border-radius: 0;
  box-shadow: none;
  color: #222 !important;
  display: none;
  justify-content: center;
  max-width: none;
  outline: none;
  padding: 0;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 999;
  cursor: pointer;
}

.thim-ekits-menu--mobile-open .thim-ekits-menu__mobile__close {
  display: flex;
  border: 1px solid #555;
  z-index: 1001;
}

.site-footer .footer {
  max-width: var(--thim-body_container);
  margin: auto;
  display: flex;
  flex-wrap: wrap;
}
.site-footer .footer .search-form .search-field {
  background: transparent;
}

.widget_archive li, .widget_categories li {
  text-align: right;
}
.widget_archive li > a, .widget_categories li > a {
  float: left;
}

.page .col-md-9 > article {
  background-color: white;
  padding: 30px;
}
@media (max-width: 1199px) {
  .page .col-md-9 > article {
    padding: 15px;
  }
}

.widget_categories li > span::before, .widget_categories li > span:after {
  display: inline-block;
}
.widget_categories li > span::before {
  content: "(";
}
.widget_categories li > span::after {
  content: ")";
}

@media (max-width: 768px) {
  .navigation .width-navigation ul.menu > li > a {
    padding: 10px 0;
  }
  .navigation .width-navigation ul.menu > li > a::after {
    content: none;
  }
}
/*
 *  Usage:
 *
      <div class="sk-rotating-plane"></div>
 *
 */
.sk-rotating-plane {
  width: 40px;
  height: 40px;
  background-color: #333;
  margin: 40px auto;
  animation: sk-rotatePlane 1.2s infinite ease-in-out;
}

@keyframes sk-rotatePlane {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}
/*
 *  Usage:
 *
      <div class="sk-double-bounce">
        <div class="sk-child sk-double-bounce1"></div>
        <div class="sk-child sk-double-bounce2"></div>
      </div>
 *
 */
.sk-double-bounce {
  width: 40px;
  height: 40px;
  position: relative;
  margin: 40px auto;
}
.sk-double-bounce .sk-child {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #333;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  animation: sk-doubleBounce 2s infinite ease-in-out;
}
.sk-double-bounce .sk-double-bounce2 {
  animation-delay: -1s;
}

@keyframes sk-doubleBounce {
  0%, 100% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
}
/*
 *  Usage:
 *
      <div class="sk-wave">
        <div class="sk-rect sk-rect1"></div>
        <div class="sk-rect sk-rect2"></div>
        <div class="sk-rect sk-rect3"></div>
        <div class="sk-rect sk-rect4"></div>
        <div class="sk-rect sk-rect5"></div>
      </div>
 *
 */
.sk-wave {
  margin: 40px auto;
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px;
}
.sk-wave .sk-rect {
  background-color: #333;
  height: 100%;
  width: 6px;
  display: inline-block;
  animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
}
.sk-wave .sk-rect1 {
  animation-delay: -1.2s;
}
.sk-wave .sk-rect2 {
  animation-delay: -1.1s;
}
.sk-wave .sk-rect3 {
  animation-delay: -1s;
}
.sk-wave .sk-rect4 {
  animation-delay: -0.9s;
}
.sk-wave .sk-rect5 {
  animation-delay: -0.8s;
}

@keyframes sk-waveStretchDelay {
  0%, 40%, 100% {
    transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
  }
}
/*
 *  Usage:
 *
      <div class="sk-wandering-cubes">
        <div class="sk-cube sk-cube1"></div>
        <div class="sk-cube sk-cube2"></div>
      </div>
 *
 */
.sk-wandering-cubes {
  margin: 40px auto;
  width: 40px;
  height: 40px;
  position: relative;
}
.sk-wandering-cubes .sk-cube {
  background-color: #333;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 0;
  left: 0;
  animation: sk-wanderingCube 1.8s ease-in-out -1.8s infinite both;
}
.sk-wandering-cubes .sk-cube2 {
  animation-delay: -0.9s;
}

@keyframes sk-wanderingCube {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: translateX(30px) rotate(-90deg) scale(0.5);
  }
  50% {
    /* Hack to make FF rotate in the right direction */
    transform: translateX(30px) translateY(30px) rotate(-179deg);
  }
  50.1% {
    transform: translateX(30px) translateY(30px) rotate(-180deg);
  }
  75% {
    transform: translateX(0) translateY(30px) rotate(-270deg) scale(0.5);
  }
  100% {
    transform: rotate(-360deg);
  }
}
/*
 *  Usage:
 *
      <div class="sk-spinner sk-spinner-pulse"></div>
 *
 */
.sk-spinner-pulse {
  width: 40px;
  height: 40px;
  margin: 40px auto;
  background-color: #333;
  border-radius: 100%;
  animation: sk-pulseScaleOut 1s infinite ease-in-out;
}

@keyframes sk-pulseScaleOut {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
/*
 *  Usage:
 *
      <div class="sk-chasing-dots">
        <div class="sk-child sk-dot1"></div>
        <div class="sk-child sk-dot2"></div>
      </div>
 *
 */
.sk-chasing-dots {
  margin: 40px auto;
  width: 40px;
  height: 40px;
  position: relative;
  text-align: center;
  animation: sk-chasingDotsRotate 2s infinite linear;
}
.sk-chasing-dots .sk-child {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #333;
  border-radius: 100%;
  animation: sk-chasingDotsBounce 2s infinite ease-in-out;
}
.sk-chasing-dots .sk-dot2 {
  top: auto;
  bottom: 0;
  animation-delay: -1s;
}

@keyframes sk-chasingDotsRotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes sk-chasingDotsBounce {
  0%, 100% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
}
/*
 *  Usage:
 *
      <div class="sk-three-bounce">
        <div class="sk-child sk-bounce1"></div>
        <div class="sk-child sk-bounce2"></div>
        <div class="sk-child sk-bounce3"></div>
      </div>
 *
 */
.sk-three-bounce {
  margin: 40px auto;
  width: 80px;
  text-align: center;
}
.sk-three-bounce .sk-child {
  width: 20px;
  height: 20px;
  background-color: #333;
  border-radius: 100%;
  display: inline-block;
  animation: sk-three-bounce 1.4s ease-in-out 0s infinite both;
}
.sk-three-bounce .sk-bounce1 {
  animation-delay: -0.32s;
}
.sk-three-bounce .sk-bounce2 {
  animation-delay: -0.16s;
}

@keyframes sk-three-bounce {
  0%, 80%, 100% {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
}
/*
 *  Usage:
 *
      <div class="sk-circle">
        <div class="sk-circle1 sk-child"></div>
        <div class="sk-circle2 sk-child"></div>
        <div class="sk-circle3 sk-child"></div>
        <div class="sk-circle4 sk-child"></div>
        <div class="sk-circle5 sk-child"></div>
        <div class="sk-circle6 sk-child"></div>
        <div class="sk-circle7 sk-child"></div>
        <div class="sk-circle8 sk-child"></div>
        <div class="sk-circle9 sk-child"></div>
        <div class="sk-circle10 sk-child"></div>
        <div class="sk-circle11 sk-child"></div>
        <div class="sk-circle12 sk-child"></div>
      </div>
 *
 */
.sk-circle {
  margin: 40px auto;
  width: 40px;
  height: 40px;
  position: relative;
}
.sk-circle .sk-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.sk-circle .sk-child:before {
  content: "";
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #333;
  border-radius: 100%;
  animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}
.sk-circle .sk-circle2 {
  transform: rotate(30deg);
}
.sk-circle .sk-circle3 {
  transform: rotate(60deg);
}
.sk-circle .sk-circle4 {
  transform: rotate(90deg);
}
.sk-circle .sk-circle5 {
  transform: rotate(120deg);
}
.sk-circle .sk-circle6 {
  transform: rotate(150deg);
}
.sk-circle .sk-circle7 {
  transform: rotate(180deg);
}
.sk-circle .sk-circle8 {
  transform: rotate(210deg);
}
.sk-circle .sk-circle9 {
  transform: rotate(240deg);
}
.sk-circle .sk-circle10 {
  transform: rotate(270deg);
}
.sk-circle .sk-circle11 {
  transform: rotate(300deg);
}
.sk-circle .sk-circle12 {
  transform: rotate(330deg);
}
.sk-circle .sk-circle2:before {
  animation-delay: -1.1s;
}
.sk-circle .sk-circle3:before {
  animation-delay: -1s;
}
.sk-circle .sk-circle4:before {
  animation-delay: -0.9s;
}
.sk-circle .sk-circle5:before {
  animation-delay: -0.8s;
}
.sk-circle .sk-circle6:before {
  animation-delay: -0.7s;
}
.sk-circle .sk-circle7:before {
  animation-delay: -0.6s;
}
.sk-circle .sk-circle8:before {
  animation-delay: -0.5s;
}
.sk-circle .sk-circle9:before {
  animation-delay: -0.4s;
}
.sk-circle .sk-circle10:before {
  animation-delay: -0.3s;
}
.sk-circle .sk-circle11:before {
  animation-delay: -0.2s;
}
.sk-circle .sk-circle12:before {
  animation-delay: -0.1s;
}

@keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
}
/*
 *  Usage:
 *
      <div class="sk-cube-grid">
        <div class="sk-cube sk-cube1"></div>
        <div class="sk-cube sk-cube2"></div>
        <div class="sk-cube sk-cube3"></div>
        <div class="sk-cube sk-cube4"></div>
        <div class="sk-cube sk-cube5"></div>
        <div class="sk-cube sk-cube6"></div>
        <div class="sk-cube sk-cube7"></div>
        <div class="sk-cube sk-cube8"></div>
        <div class="sk-cube sk-cube9"></div>
      </div>
 *
 */
.sk-cube-grid {
  width: 40px;
  height: 40px;
  margin: 40px auto;
  /*
   * Spinner positions
   * 1 2 3
   * 4 5 6
   * 7 8 9
   */
}
.sk-cube-grid .sk-cube {
  width: 33.33%;
  height: 33.33%;
  background-color: #333;
  float: left;
  animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
}
.sk-cube-grid .sk-cube1 {
  animation-delay: 0.2s;
}
.sk-cube-grid .sk-cube2 {
  animation-delay: 0.3s;
}
.sk-cube-grid .sk-cube3 {
  animation-delay: 0.4s;
}
.sk-cube-grid .sk-cube4 {
  animation-delay: 0.1s;
}
.sk-cube-grid .sk-cube5 {
  animation-delay: 0.2s;
}
.sk-cube-grid .sk-cube6 {
  animation-delay: 0.3s;
}
.sk-cube-grid .sk-cube7 {
  animation-delay: 0s;
}
.sk-cube-grid .sk-cube8 {
  animation-delay: 0.1s;
}
.sk-cube-grid .sk-cube9 {
  animation-delay: 0.2s;
}

@keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    transform: scale3D(1, 1, 1);
  }
  35% {
    transform: scale3D(0, 0, 1);
  }
}
/*
 *  Usage:
 *
      <div class="sk-fading-circle">
        <div class="sk-circle1 sk-circle"></div>
        <div class="sk-circle2 sk-circle"></div>
        <div class="sk-circle3 sk-circle"></div>
        <div class="sk-circle4 sk-circle"></div>
        <div class="sk-circle5 sk-circle"></div>
        <div class="sk-circle6 sk-circle"></div>
        <div class="sk-circle7 sk-circle"></div>
        <div class="sk-circle8 sk-circle"></div>
        <div class="sk-circle9 sk-circle"></div>
        <div class="sk-circle10 sk-circle"></div>
        <div class="sk-circle11 sk-circle"></div>
        <div class="sk-circle12 sk-circle"></div>
      </div>
 *
 */
.sk-fading-circle {
  margin: 40px auto;
  width: 40px;
  height: 40px;
  position: relative;
}
.sk-fading-circle .sk-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.sk-fading-circle .sk-circle:before {
  content: "";
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #333;
  border-radius: 100%;
  animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}
.sk-fading-circle .sk-circle2 {
  transform: rotate(30deg);
}
.sk-fading-circle .sk-circle3 {
  transform: rotate(60deg);
}
.sk-fading-circle .sk-circle4 {
  transform: rotate(90deg);
}
.sk-fading-circle .sk-circle5 {
  transform: rotate(120deg);
}
.sk-fading-circle .sk-circle6 {
  transform: rotate(150deg);
}
.sk-fading-circle .sk-circle7 {
  transform: rotate(180deg);
}
.sk-fading-circle .sk-circle8 {
  transform: rotate(210deg);
}
.sk-fading-circle .sk-circle9 {
  transform: rotate(240deg);
}
.sk-fading-circle .sk-circle10 {
  transform: rotate(270deg);
}
.sk-fading-circle .sk-circle11 {
  transform: rotate(300deg);
}
.sk-fading-circle .sk-circle12 {
  transform: rotate(330deg);
}
.sk-fading-circle .sk-circle2:before {
  animation-delay: -1.1s;
}
.sk-fading-circle .sk-circle3:before {
  animation-delay: -1s;
}
.sk-fading-circle .sk-circle4:before {
  animation-delay: -0.9s;
}
.sk-fading-circle .sk-circle5:before {
  animation-delay: -0.8s;
}
.sk-fading-circle .sk-circle6:before {
  animation-delay: -0.7s;
}
.sk-fading-circle .sk-circle7:before {
  animation-delay: -0.6s;
}
.sk-fading-circle .sk-circle8:before {
  animation-delay: -0.5s;
}
.sk-fading-circle .sk-circle9:before {
  animation-delay: -0.4s;
}
.sk-fading-circle .sk-circle10:before {
  animation-delay: -0.3s;
}
.sk-fading-circle .sk-circle11:before {
  animation-delay: -0.2s;
}
.sk-fading-circle .sk-circle12:before {
  animation-delay: -0.1s;
}

@keyframes sk-circleFadeDelay {
  0%, 39%, 100% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}
/*
 *  Usage:
 *
      <div class="sk-folding-cube">
        <div class="sk-cube1 sk-cube"></div>
        <div class="sk-cube2 sk-cube"></div>
        <div class="sk-cube4 sk-cube"></div>
        <div class="sk-cube3 sk-cube"></div>
      </div>
 *
 */
.sk-folding-cube {
  margin: 40px auto;
  width: 40px;
  height: 40px;
  position: relative;
  transform: rotateZ(45deg);
}
.sk-folding-cube .sk-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  transform: scale(1.1);
}
.sk-folding-cube .sk-cube:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #333;
  animation: sk-foldCubeAngle 2.4s infinite linear both;
  transform-origin: 100% 100%;
}
.sk-folding-cube .sk-cube2 {
  transform: scale(1.1) rotateZ(90deg);
}
.sk-folding-cube .sk-cube3 {
  transform: scale(1.1) rotateZ(180deg);
}
.sk-folding-cube .sk-cube4 {
  transform: scale(1.1) rotateZ(270deg);
}
.sk-folding-cube .sk-cube2:before {
  animation-delay: 0.3s;
}
.sk-folding-cube .sk-cube3:before {
  animation-delay: 0.6s;
}
.sk-folding-cube .sk-cube4:before {
  animation-delay: 0.9s;
}

@keyframes sk-foldCubeAngle {
  0%, 10% {
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%, 75% {
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }
  90%, 100% {
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}
#thim-preloading {
  position: fixed;
  z-index: 999999;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--thim-theme_feature_preloading_style-background);
}
#thim-preloading .sk-folding-cube .sk-cube:before,
#thim-preloading .sk-rotating-plane,
#thim-preloading .sk-spinner-pulse,
#thim-preloading .sk-three-bounce .sk-child,
#thim-preloading .sk-wandering-cubes .sk-cube,
#thim-preloading .sk-cube-grid .sk-cube,
#thim-preloading .sk-double-bounce .sk-child,
#thim-preloading .sk-fading-circle .sk-circle:before,
#thim-preloading .sk-circle .sk-child:before,
#thim-preloading .sk-chasing-dots .sk-child,
#thim-preloading .sk-wave .sk-rect {
  background-color: var(--thim-theme_feature_preloading_style-color);
}

#back-to-top {
  width: 45px;
  height: 45px;
  position: fixed;
  bottom: 15px;
  right: 15px;
  cursor: pointer;
  transition: all 0.3s;
  text-align: center;
  line-height: 45px;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  z-index: 999;
  background-color: var(--thim-body_primary_color);
  color: #FFF;
}
#back-to-top:hover {
  background-color: rgba(var(--thim-body_primary_color-rgb), 0.8);
}
#back-to-top.scrolldown {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
}

body {
  font-family: var(--thim-font_body-font-family);
  font-size: var(--thim-font_body-font-size);
  line-height: var(--thim-font_body-line-height);
  letter-spacing: var(--thim-font_body-letter-spacing);
  color: var(--thim-font_body-color);
  text-transform: var(--thim-font_body-line-height);
  font-weight: var(--thim-font_body-variant);
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--thim-font_title-font-family);
  color: var(--thim-font_title-color);
  font-weight: var(--thim-font_title-variant);
}

h1 {
  font-size: var(--thim-font_h1-font-size);
  line-height: var(--thim-font_h1-line-height);
  text-transform: var(--thim-font_h1-line-height);
}

h2 {
  font-size: var(--thim-font_h2-font-size);
  line-height: var(--thim-font_h2-line-height);
  text-transform: var(--thim-font_h2-line-height);
}

h3 {
  font-size: var(--thim-font_h3-font-size);
  line-height: var(--thim-font_h3-line-height);
  text-transform: var(--thim-font_h3-line-height);
}

h4 {
  font-size: var(--thim-font_h4-font-size);
  line-height: var(--thim-font_h4-line-height);
  text-transform: var(--thim-font_h4-line-height);
}

h5 {
  font-size: var(--thim-font_h5-font-size);
  line-height: var(--thim-font_h5-line-height);
  text-transform: var(--thim-font_h5-line-height);
}

h6 {
  font-size: var(--thim-font_h6-font-size);
  line-height: var(--thim-font_h6-line-height);
  text-transform: var(--thim-font_h6-line-height);
}

a {
  color: var(--thim-font_title-color, #000000);
}
a:hover {
  color: var(--thim-body_primary_color);
}

/*
 * Include common style for theme */
/**
 * Style for typography  from customizer*/
body {
  background-color: var(--thim-background-main-color);
}
body .container, body .lp-content-area {
  max-width: var(--thim-body_container);
}

.top_heading {
  background-color: var(--thim-breadcrumb_bg_color);
}

.site-content {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (max-width: 767px) {
  .site-content {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.site-content.no-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.flexslider {
  position: relative;
}
.flexslider ul {
  margin: 0;
  list-style: none;
}
.flexslider .flex-direction-nav {
  margin: 0;
}
.flexslider .flex-direction-nav a {
  position: absolute;
  z-index: 9;
  top: 50%;
  cursor: pointer;
  width: 31px;
  margin: 0;
  height: 32px;
  background: var(--thim-body_primary_color);
  text-align: center;
  overflow: hidden;
  margin-top: -16px;
  transition: all 0.3s ease-in-out;
}
.flexslider .flex-direction-nav a:before {
  color: #fff;
  font-family: "Line Awesome Free";
  font-size: 22px;
  line-height: 31px;
  display: inline-block;
}
.flexslider .flex-direction-nav .flex-prev {
  left: -36px;
  opacity: 0;
}
.flexslider .flex-direction-nav .flex-prev:before {
  content: "\f060";
}
.flexslider .flex-direction-nav .flex-next {
  right: -36px;
  opacity: 0;
}
.flexslider .flex-direction-nav .flex-next:before {
  content: "\f061";
}
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.8;
  left: 5px;
}
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.8;
  right: 5px;
}

.error-404 {
  margin-top: 50px;
}
.error-404 .page-header h1 {
  font-size: var(--thim-font_h1-font-size);
  line-height: var(--thim-font_h1-line-height);
}

i.rp-square::before {
  background-color: rgba(0, 0, 0, 0.3);
  width: 22px;
  height: 22px;
  -webkit-mask-image: url("images/icons/svg/list-view2.svg");
  mask-image: url("images/icons/svg/list-view2.svg");
  content: "";
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-position: center;
  mask-size: 100%;
  -webkit-mask-size: 100%;
  display: inline-block;
}

i.rp-columns-2::before {
  background-color: rgba(0, 0, 0, 0.3);
  width: 21px;
  height: 21px;
  -webkit-mask-image: url("images/icons/svg/grid-view.svg");
  mask-image: url("images/icons/svg/grid-view.svg");
  content: "";
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-position: center;
  mask-size: 100%;
  -webkit-mask-size: 100%;
  display: inline-block;
}

.wrapper-comment {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.wrapper-comment img {
  flex: 1;
  width: 80px;
  height: 80px;
  max-width: 80px;
}
.wrapper-comment .comment-right {
  flex: 10.5;
  margin-top: 15px;
  width: calc(100% - 103px);
}
.wrapper-comment .comment-right .comment-extra-info div {
  margin-top: 15px;
}
.wrapper-comment .comment-right .comment-extra-info div:first-child {
  margin-top: 0;
}
.wrapper-comment .comment-right .content-comment {
  margin-top: 18px;
  font-size: var(--thim-font_body-font-size);
  line-height: 1.714;
}
.wrapper-comment .comment-right a.comment-reply-link {
  font-family: var(--thim-font_body-font-family);
  font-weight: 600;
  line-height: 1.2;
  font-style: normal;
  color: black;
}
.wrapper-comment .comment-right a.comment-reply-link:hover {
  color: var(--thim-body_primary_color);
}
.wrapper-comment .comment-right .reply-cmt {
  margin-top: 15px;
}
.wrapper-comment .comment-right .reply-cmt i {
  margin-right: 5px;
  color: var(--thim-body_primary_color);
  text-indent: -6px;
  font-size: 18px;
}

.thim-ekit-wpcf7 .wpcf7-form-control-wrap {
  display: block !important;
}
.thim-ekit-wpcf7 .wpcf7-form-control-wrap input, .thim-ekit-wpcf7 .wpcf7-form-control-wrap select, .thim-ekit-wpcf7 .wpcf7-form-control-wrap textarea {
  width: 100%;
  font-size: var(--thim-font_body-font-size);
}
.thim-ekit-wpcf7 .wpcf7-form-control-wrap input[type=radio], .thim-ekit-wpcf7 .wpcf7-form-control-wrap input[type=checkbox] {
  width: auto;
  height: auto;
}
.thim-ekit-wpcf7 .wpcf7-form-control-wrap textarea {
  max-height: 160px;
  border-radius: 12px !important;
}
.thim-ekit-wpcf7 .input-field {
  margin-bottom: 10px;
  display: block;
}
.thim-ekit-wpcf7 .wpcf7-submit {
  float: unset !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.thim-ekit-wpcf7 .wpcf7 form .wpcf7-response-output {
  color: wheat;
  margin: 1em 0;
}

.wpcf7-not-valid-tip {
  margin-top: 10px;
}

.faqs-custom .elementor-tab-title::before {
  content: "";
  position: absolute;
  left: 30px;
  width: 25px;
  height: 3px;
  background-color: #D4D4D4;
}

.faqs-custom .elementor-tab-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
}

.faqs-custom .elementor-tab-title.elementor-active::before {
  background-color: var(--thim-body_primary_color);
}

.thim-ekits-course-categories {
  display: grid;
  grid-template-columns: var(--thim-ekits-course-categories__item, repeat(4, 1fr));
  row-gap: var(--thim-ekits-course-categories-row-gap, 30px);
  -moz-column-gap: var(--thim-ekits-course-categories-column-gap, 30px);
  column-gap: var(--thim-ekits-course-categories-column-gap, 30px);
}
.thim-ekits-course-categories__item {
  text-align: center;
  padding: 40px 40px 25px 40px;
}
.thim-ekits-course-categories__item .title {
  margin-top: 20px;
}

.lp-archive-courses .lp-content-area {
  padding: 0 15px 50px 15px;
}
@media (max-width: 768px) {
  .lp-archive-courses .lp-content-area {
    padding-bottom: 30px;
  }
}
.lp-archive-courses .lp-content-area .learn-press-courses .course-info .course-footer .course-price .price {
  color: var(--thim-course_price_color);
}
.lp-archive-courses .lp-content-area .learn-press-courses .course-info .course-footer .course-price .free {
  color: #00d637;
  font-size: 16px;
  font-weight: 500;
}
.lp-archive-courses .lp-content-area .lp-courses-bar .search-courses input[type=text] {
  height: 42px;
  line-height: 40px;
  padding: 0 30px 0 0;
}
.lp-archive-courses .lp-content-area .lp-courses-bar .search-courses button {
  background-image: url("data:image/svg+xml,%3Csvg width='17' height='16' viewBox='0 0 17 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.6365 13.7613C6.27564 13.7613 4.94534 13.3577 3.81382 12.6017C2.68231 11.8456 1.8004 10.771 1.27962 9.51374C0.758841 8.25647 0.622581 6.87301 0.888072 5.53829C1.15356 4.20358 1.80888 2.97757 2.77115 2.01529C3.73343 1.05302 4.95944 0.397703 6.29415 0.132213C7.62886 -0.133278 9.01233 0.00298122 10.2696 0.52376C11.5269 1.04454 12.6015 1.92645 13.3575 3.05796C14.1136 4.18948 14.5171 5.51978 14.5171 6.88064C14.5171 7.78422 14.3392 8.67895 13.9934 9.51374C13.6476 10.3485 13.1408 11.1071 12.5018 11.746C11.8629 12.3849 11.1044 12.8917 10.2696 13.2375C9.43481 13.5833 8.54008 13.7613 7.6365 13.7613ZM7.6365 1.37979C6.55215 1.37979 5.49215 1.70133 4.59054 2.30377C3.68894 2.9062 2.98622 3.76246 2.57126 4.76427C2.15629 5.76608 2.04772 6.86844 2.25927 7.93196C2.47081 8.99548 2.99298 9.97238 3.75973 10.7391C4.52648 11.5059 5.50338 12.028 6.5669 12.2396C7.63042 12.4511 8.73278 12.3426 9.73459 11.9276C10.7364 11.5126 11.5927 10.8099 12.1951 9.90832C12.7975 9.00671 13.1191 7.94671 13.1191 6.86236C13.1191 5.40829 12.5414 4.01378 11.5133 2.9856C10.4851 1.95741 9.09057 1.37979 7.6365 1.37979Z' fill='black'/%3E%3Cpath d='M16.071 15.9999C15.9809 16.0004 15.8917 15.9828 15.8085 15.9483C15.7254 15.9138 15.65 15.863 15.5867 15.7989L11.8128 12.0251C11.6918 11.8952 11.6259 11.7233 11.629 11.5458C11.6321 11.3682 11.7041 11.1988 11.8296 11.0733C11.9552 10.9477 12.1246 10.8758 12.3021 10.8727C12.4797 10.8695 12.6515 10.9354 12.7814 11.0565L16.5553 14.8303C16.6836 14.9588 16.7557 15.133 16.7557 15.3146C16.7557 15.4962 16.6836 15.6704 16.5553 15.7989C16.492 15.863 16.4166 15.9138 16.3334 15.9483C16.2502 15.9828 16.161 16.0004 16.071 15.9999Z' fill='black'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}
.lp-archive-courses .lp-content-area .lp-courses-bar .search-courses button i {
  display: none;
}
.lp-archive-courses .lp-content-area .lp-courses-bar .switch-layout .switch-btn.grid {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2222%22%20height%3D%2222%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M5.33333%200H1.33333C0.979711%200%200.640573%200.140476%200.390524%200.390524C0.140476%200.640573%200%200.979711%200%201.33333V5.33333C0%205.68696%200.140476%206.02609%200.390524%206.27614C0.640573%206.52619%200.979711%206.66667%201.33333%206.66667H5.33333C5.68696%206.66667%206.02609%206.52619%206.27614%206.27614C6.52619%206.02609%206.66667%205.68696%206.66667%205.33333V1.33333C6.66667%200.979711%206.52619%200.640573%206.27614%200.390524C6.02609%200.140476%205.68696%200%205.33333%200ZM5.33333%205.33333H1.33333V1.33333H5.33333V5.33333ZM14.6667%200H10.6667C10.313%200%209.97391%200.140476%209.72386%200.390524C9.47381%200.640573%209.33333%200.979711%209.33333%201.33333V5.33333C9.33333%205.68696%209.47381%206.02609%209.72386%206.27614C9.97391%206.52619%2010.313%206.66667%2010.6667%206.66667H14.6667C15.0203%206.66667%2015.3594%206.52619%2015.6095%206.27614C15.8595%206.02609%2016%205.68696%2016%205.33333V1.33333C16%200.979711%2015.8595%200.640573%2015.6095%200.390524C15.3594%200.140476%2015.0203%200%2014.6667%200ZM14.6667%205.33333H10.6667V1.33333H14.6667V5.33333ZM5.33333%209.33333H1.33333C0.979711%209.33333%200.640573%209.47381%200.390524%209.72386C0.140476%209.97391%200%2010.313%200%2010.6667V14.6667C0%2015.0203%200.140476%2015.3594%200.390524%2015.6095C0.640573%2015.8595%200.979711%2016%201.33333%2016H5.33333C5.68696%2016%206.02609%2015.8595%206.27614%2015.6095C6.52619%2015.3594%206.66667%2015.0203%206.66667%2014.6667V10.6667C6.66667%2010.313%206.52619%209.97391%206.27614%209.72386C6.02609%209.47381%205.68696%209.33333%205.33333%209.33333ZM5.33333%2014.6667H1.33333V10.6667H5.33333V14.6667ZM14.6667%209.33333H10.6667C10.313%209.33333%209.97391%209.47381%209.72386%209.72386C9.47381%209.97391%209.33333%2010.313%209.33333%2010.6667V14.6667C9.33333%2015.0203%209.47381%2015.3594%209.72386%2015.6095C9.97391%2015.8595%2010.313%2016%2010.6667%2016H14.6667C15.0203%2016%2015.3594%2015.8595%2015.6095%2015.6095C15.8595%2015.3594%2016%2015.0203%2016%2014.6667V10.6667C16%2010.313%2015.8595%209.97391%2015.6095%209.72386C15.3594%209.47381%2015.0203%209.33333%2014.6667%209.33333ZM14.6667%2014.6667H10.6667V10.6667H14.6667V14.6667Z%22%20fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.4;
}
.lp-archive-courses .lp-content-area .lp-courses-bar .switch-layout .switch-btn.grid::before {
  content: "";
}
.lp-archive-courses .lp-content-area .lp-courses-bar .switch-layout .switch-btn.list {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2222%22%20height%3D%2222%22%20viewBox%3D%220%200%2018%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M0.5%2016C0.366667%2016%200.25%2015.95%200.15%2015.85C0.0500001%2015.75%200%2015.6333%200%2015.5C0%2015.3667%200.0500001%2015.25%200.15%2015.15C0.25%2015.05%200.366667%2015%200.5%2015H2V14.5H1.5C1.36667%2014.5%201.25%2014.45%201.15%2014.35C1.05%2014.25%201%2014.1333%201%2014C1%2013.8667%201.05%2013.75%201.15%2013.65C1.25%2013.55%201.36667%2013.5%201.5%2013.5H2V13H0.5C0.366667%2013%200.25%2012.95%200.15%2012.85C0.0500001%2012.75%200%2012.6333%200%2012.5C0%2012.3667%200.0500001%2012.25%200.15%2012.15C0.25%2012.05%200.366667%2012%200.5%2012H2.5C2.63333%2012%202.75%2012.05%202.85%2012.15C2.95%2012.25%203%2012.3667%203%2012.5V15.5C3%2015.6333%202.95%2015.75%202.85%2015.85C2.75%2015.95%202.63333%2016%202.5%2016H0.5ZM1.5%204C1.36667%204%201.25%203.95%201.15%203.85C1.05%203.75%201%203.63333%201%203.5V1H0.5C0.366667%201%200.25%200.95%200.15%200.85C0.0500001%200.75%200%200.633333%200%200.5C0%200.366667%200.0500001%200.25%200.15%200.15C0.25%200.0500001%200.366667%200%200.5%200H1.5C1.63333%200%201.75%200.0500001%201.85%200.15C1.95%200.25%202%200.366667%202%200.5V3.5C2%203.63333%201.95%203.75%201.85%203.85C1.75%203.95%201.63333%204%201.5%204ZM0.5%2010C0.366667%2010%200.25%209.95%200.15%209.85C0.0500001%209.75%200%209.63333%200%209.5V9.275C0%209.20833%200.0416667%209.1%200.125%208.95L1.8%207H0.5C0.366667%207%200.25%206.95%200.15%206.85C0.0500001%206.75%200%206.63333%200%206.5C0%206.36667%200.0500001%206.25%200.15%206.15C0.25%206.05%200.366667%206%200.5%206H2.5C2.63333%206%202.75%206.05%202.85%206.15C2.95%206.25%203%206.36667%203%206.5V6.725C3%206.79167%202.95833%206.9%202.875%207.05L1.2%209H2.5C2.63333%209%202.75%209.05%202.85%209.15C2.95%209.25%203%209.36667%203%209.5C3%209.63333%202.95%209.75%202.85%209.85C2.75%209.95%202.63333%2010%202.5%2010H0.5ZM6%2015C5.71667%2015%205.47933%2014.904%205.288%2014.712C5.096%2014.5207%205%2014.2833%205%2014C5%2013.7167%205.096%2013.4793%205.288%2013.288C5.47933%2013.096%205.71667%2013%206%2013H17C17.2833%2013%2017.5207%2013.096%2017.712%2013.288C17.904%2013.4793%2018%2013.7167%2018%2014C18%2014.2833%2017.904%2014.5207%2017.712%2014.712C17.5207%2014.904%2017.2833%2015%2017%2015H6ZM6%209C5.71667%209%205.47933%208.904%205.288%208.712C5.096%208.52067%205%208.28333%205%208C5%207.71667%205.096%207.479%205.288%207.287C5.47933%207.09567%205.71667%207%206%207H17C17.2833%207%2017.5207%207.09567%2017.712%207.287C17.904%207.479%2018%207.71667%2018%208C18%208.28333%2017.904%208.52067%2017.712%208.712C17.5207%208.904%2017.2833%209%2017%209H6ZM6%203C5.71667%203%205.47933%202.90433%205.288%202.713C5.096%202.521%205%202.28333%205%202C5%201.71667%205.096%201.479%205.288%201.287C5.47933%201.09567%205.71667%201%206%201H17C17.2833%201%2017.5207%201.09567%2017.712%201.287C17.904%201.479%2018%201.71667%2018%202C18%202.28333%2017.904%202.521%2017.712%202.713C17.5207%202.90433%2017.2833%203%2017%203H6Z%22%20fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.4;
}
.lp-archive-courses .lp-content-area .lp-courses-bar .switch-layout .switch-btn.list::before {
  content: "";
}
.lp-archive-courses .lp-content-area .lp-courses-bar .switch-layout input[type=radio]:nth-child(1):checked ~ .switch-btn:nth-child(2) {
  opacity: 1;
}
.lp-archive-courses .lp-content-area .lp-courses-bar .switch-layout input[type=radio]:nth-child(3):checked ~ .switch-btn:nth-child(4) {
  opacity: 1;
}
.lp-archive-courses .lp-content-area .course-sidebar-secondary .widget h2,
.lp-archive-courses .lp-content-area .course-sidebar-secondary .widget .widget-title,
.lp-archive-courses .lp-content-area .course-sidebar-secondary .widget .widget_search .wp-block-search__label,
.widget_search .lp-archive-courses .lp-content-area .course-sidebar-secondary .widget .wp-block-search__label {
  text-transform: capitalize;
  margin-bottom: 20px;
  margin-top: 0;
}
.lp-archive-courses .lp-content-area .course-sidebar-secondary .widget ul li {
  padding: 5px 10px 5px 0;
}
.lp-archive-courses .lp-content-area .course-sidebar-secondary .widget .tagcloud a {
  font-size: var(--thim-font_body-font-size) !important;
  padding: 6px 15px;
  border: 1px solid #E3E3E3;
  display: inline-block;
  margin-bottom: 5px;
  margin-top: 10px;
  margin-right: 10px;
  color: #000000;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
  border-radius: 45px;
}
.lp-archive-courses .lp-content-area .course-sidebar-secondary .widget .tagcloud a:hover {
  background-color: #000000;
  border: 1px solid transparent;
  color: #FFFFFF;
}

.archive .lp-archive-courses .top_heading {
  margin-bottom: 50px;
}

.learn-press-pagination.pagination {
  margin: 0;
  display: flex;
}
@media (max-width: 575px) {
  .learn-press-pagination.pagination {
    margin-bottom: 30px;
  }
}
.learn-press-pagination.pagination ul {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
}
.learn-press-pagination.pagination ul li {
  display: inline-block;
  list-style: none;
  padding: 0;
}
.learn-press-pagination.pagination ul li .page-numbers {
  font-weight: bold;
  display: inline-block;
  width: 40px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  border-bottom: 3px solid transparent;
  font-weight: 600;
  color: #000000;
}
.learn-press-pagination.pagination ul li .page-numbers.next, .learn-press-pagination.pagination ul li .page-numbers.prev {
  font-size: 0;
}
.learn-press-pagination.pagination ul li .page-numbers.next svg, .learn-press-pagination.pagination ul li .page-numbers.prev svg {
  width: 16px;
}
.learn-press-pagination.pagination ul li .page-numbers.next::before, .learn-press-pagination.pagination ul li .page-numbers.prev::before {
  font-family: thim-ekits;
  font-size: 0.688rem;
}
.learn-press-pagination.pagination ul li .page-numbers.next::before {
  content: "\f105";
}
.learn-press-pagination.pagination ul li .page-numbers.prev::before {
  content: "\f104";
}
.learn-press-pagination.pagination ul li a {
  color: #000000;
  text-decoration: none;
}
.learn-press-pagination.pagination ul li a:hover, .learn-press-pagination.pagination ul li a:focus {
  border-bottom: 3px solid #FF782D;
}
.learn-press-pagination.pagination ul li .page-numbers.current {
  color: #000000;
  font-weight: 600;
  border-bottom: 3px solid #FF782D;
}

@media (min-width: 1200px) {
  .logged-in .course-summary-sidebar.slide-top .course-summary-sidebar__inner {
    position: unset;
  }
}
.learnpress .lp-user-profile .wrapper-profile-header {
  background: transparent;
  color: #000000;
}
.learnpress .lp-user-profile .learn-press-courses .course-info .course-footer .course-price .price {
  color: var(--thim-course_price_color);
}
.learnpress .lp-user-profile .learn-press-courses .course-info .course-footer .course-price .free {
  color: #00d637;
  font-size: 16px;
  font-weight: 500;
}
.learnpress .lp-user-profile .lp-profile-content-area {
  padding: 0;
}
.learnpress .lp-user-profile .lp-profile-content-area .lp-profile-username::before, .learnpress .lp-user-profile .lp-profile-content-area .lp-profile-username::after {
  content: none;
}
.learnpress .lp-user-profile .dashboard-general-statistic__row .statistic-box {
  padding: 10px 15px;
  margin-bottom: 20px;
  min-width: 140px;
}
@media (max-width: 1024px) {
  .learnpress .lp-user-profile .dashboard-general-statistic__row .statistic-box {
    padding: 10px;
    min-width: 90px;
    max-width: 100px;
  }
}
.learnpress .lp-user-profile .statistic-box .statistic-box__text {
  font-size: 16px;
}
.learnpress .lp-user-profile .learn-press-profile-course__tab__inner li {
  padding: 0;
}
.learnpress .lp-user-profile .lp-profile-content {
  margin-bottom: 0;
}
.learnpress .lp-user-profile .lp-profile-content #learn-press-profile-basic-information button[type=submit] {
  border-radius: 45px;
  padding: 5px 25px;
  text-transform: capitalize;
}
.learnpress .lp-user-profile .lp-profile-content .lp-button {
  border-radius: 45px;
}
.learnpress .lp-user-profile .lp-profile-content button[type=submit] {
  border-radius: 45px;
  padding: 5px 25px;
  text-transform: capitalize;
}
.learnpress .lp-user-profile #dashboard-general-statistic {
  display: flex;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
@media (max-width: 673px) {
  .learnpress .lp-user-profile #dashboard-general-statistic {
    display: block;
  }
}
.learnpress .lp-user-profile .learn-press-form {
  max-width: 500px;
}
.learnpress .lp-user-profile .learn-press-form button[type=submit] {
  background-color: var(--thim-body_primary_color);
  border: 2px solid transparent;
  transition: all 0.3s ease-in-out;
}
.learnpress .lp-user-profile .learn-press-form button[type=submit]:hover {
  border: 2px solid var(--thim-body_primary_color);
  background-color: transparent;
  color: #000000;
}
@media (min-width: 1200px) {
  .learnpress .lp-user-profile.guest .lp-content-area {
    display: flex;
  }
}
@media (min-width: 1200px) {
  .learnpress .lp-user-profile.guest .lp-content-area .learn-press-form {
    min-width: 500px;
  }
}
.learnpress .lp-archive-courses .course-summary-content .course-title {
  line-height: var(--thim-font_h2-line-height);
}
.learnpress .lp-archive-courses .course-meta__pull-left .meta-item {
  height: -moz-fit-content;
  height: fit-content;
}
@media (max-width: 767px) {
  .learnpress .learn-press-courses[data-layout=list] .course-content {
    padding: 20px;
  }
}

@media (max-width: 768px) {
  .learnpress .lp-archive-courses ul.course-nav-tabs {
    padding: 0;
  }
}
/*# sourceMappingURL=style.css.map */
