
/*!
Theme Name: Edu Press
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.5
Tested up to: 6.4
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, custom-logo, featured-images, footer-widgets, full-width-template, theme-options, threaded-comments, translation-ready, education,blog, portfolio, wide-blocks, grid-layout
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, .75rem);
	padding-left: var(--bs-gutter-x, .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) * -.5);
	margin-right: -15px;
	margin-left: calc(var(--bs-gutter-x) * -.5);
	margin-left: -15px;
}

.row>* {
	box-sizing: border-box;
	flex-shrink: 0;
	width: 100%;
	max-width: 100%;
	padding-right: calc(var(--bs-gutter-x) * .5);
	padding-right: 15px;
	padding-left: calc(var(--bs-gutter-x) * .5);
	padding-left: 15px;
	margin-top: var(--bs-gutter-y);
}

.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;
	user-select: none;
	background-color: transparent;
	border: 1px solid transparent;
	padding: .375rem .75rem;
	font-size: 1rem;
	border-radius: .25rem;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .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 .25rem rgba(13, 110, 253, .25);
}

.btn:disabled, .btn.disabled, fieldset:disabled .btn {
	pointer-events: none;
	opacity: .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 .25rem rgba(49, 132, 253, .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 .25rem rgba(49, 132, 253, .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 .25rem rgba(130, 138, 145, .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 .25rem rgba(130, 138, 145, .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 .25rem rgba(60, 153, 110, .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 .25rem rgba(60, 153, 110, .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 .25rem rgba(11, 172, 204, .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 .25rem rgba(11, 172, 204, .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 .25rem rgba(217, 164, 6, .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 .25rem rgba(217, 164, 6, .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 .25rem rgba(225, 83, 97, .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 .25rem rgba(225, 83, 97, .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 .25rem rgba(211, 212, 213, .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 .25rem rgba(211, 212, 213, .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 .25rem rgba(66, 70, 73, .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 .25rem rgba(66, 70, 73, .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 .25rem rgba(13, 110, 253, .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 .25rem rgba(13, 110, 253, .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 .25rem rgba(108, 117, 125, .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 .25rem rgba(108, 117, 125, .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 .25rem rgba(25, 135, 84, .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 .25rem rgba(25, 135, 84, .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 .25rem rgba(13, 202, 240, .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 .25rem rgba(13, 202, 240, .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 .25rem rgba(255, 193, 7, .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 .25rem rgba(255, 193, 7, .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 .25rem rgba(220, 53, 69, .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 .25rem rgba(220, 53, 69, .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 .25rem rgba(248, 249, 250, .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 .25rem rgba(248, 249, 250, .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 .25rem rgba(33, 37, 41, .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 .25rem rgba(33, 37, 41, .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: .5rem 1rem;
	font-size: 1.25rem;
	border-radius: .3rem;
}

.btn-sm {
	padding: .25rem .5rem;
	font-size: .875rem;
	border-radius: .2rem;
}

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

.nav-link {
	display: block;
	padding: .5rem 1rem;
	color: #0d6efd;
	text-decoration: none;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .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: .25rem;
	border-top-right-radius: .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: .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: .5rem;
	padding-bottom: .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: .3125rem;
	padding-bottom: .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
----------------------------------------------------------------*/
.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;
	margin-top: 20px;
	margin-bottom: 10px;
}

p {
	margin-bottom: 20px;
}

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

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

code {
	white-space: normal;
}

.clear {
	clear: both;
}

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

.alert {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	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, .04);
	-webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, .09);
	-moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, .09);
	box-shadow: 0 0 0 1px rgba(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 {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	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, .7);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	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: -webkit-calc(50% - 4px);
	max-width: calc(50% - 4px);
}

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

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

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

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

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

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

.gallery-columns-9 .gallery-item {
	max-width: 9%;
	max-width: -webkit-calc(11.1% - 4px);
	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, .7);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	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: "";
	margin: 0 2px 0 -2px;
	position: relative;
	top: -1px;
}

ul, ol {
	margin-bottom: 10px;
	margin-left: 25px;
}

ol {
	list-style: decimal;
	margin-left: 15px;
}

ul.square {
	list-style: square outside;
}

ul.circle {
	list-style: circle outside;
}

ul ul, ul ol, ol ol, ol ul {
	margin: 4px 0 5px 30px;
}

ul ul li, ul ol li, ol ol li, ol ul li {
	margin-bottom: 6px;
}

th, td {
	padding: 4px 6px;
}

table, td, tr {
	border: 1px #ccc solid;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 24px;
	width: 100%;
}

caption, th, td {
	font-weight: normal;
	text-align: left;
}

th {
	border-width: 0 1px 1px 0;
	font-weight: bold;
}

td {
	border-width: 0 1px 1px 0;
}

dd {
	margin-bottom: 24px;
}

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

.breadcrumb {
	background: transparent;
}

figure {
	max-width: 100%;
}

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

header#masthead {
	transition: all .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;
	}
}

#masthead {
	-webkit-transition: all ease-out .3s;
	-khtml-transition: all ease-out .3s;
	-moz-transition: all ease-out .3s;
	-ms-transition: all ease-out .3s;
	-o-transition: all ease-out .3s;
	transition: all ease-out .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: left;
}

@media (max-width:350px) {
	.navigation .width-logo {
		width: 180px;
	}
}

.navigation .width-logo a:hover {
	text-decoration: none;
}

.navigation .width-logo a img {
	-webkit-transition: all ease-out .3s;
	-khtml-transition: all ease-out .3s;
	-moz-transition: all ease-out .3s;
	-ms-transition: all ease-out .3s;
	-o-transition: all ease-out .3s;
	transition: all ease-out .3s;
	vertical-align: middle;
}

.navigation ul.navbar-main-menu>li {
	list-style: none;
	position: relative;
	padding: 0;
	margin: 0 -3px;
}

.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: 27px 20px;
}

@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-sub_menu-text_color_hover);
}

.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);
	-webkit-transition: all ease-out .3s;
	-khtml-transition: all ease-out .3s;
	-moz-transition: all ease-out .3s;
	-ms-transition: all ease-out .3s;
	-o-transition: all ease-out .3s;
	transition: all ease-out .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: "";
		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 .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.current_page_item>a, .navbar-main-menu>li.current_page_item>span, .navbar-main-menu>li:hover>a, .navbar-main-menu>li:hover>span {
		background-color: var(--thim-main_menu_color-border_color);
		border-radius: 0;
		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.current_page_item>a, .menu-hover-background .navbar-main-menu>li.current_page_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) .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.current_page_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.current_page_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;
		-webkit-box-shadow: 0 0px 2px rgba(0, 0, 0, .2) 1px 2px rgba(0, 0, 0, .1);
		-moz-box-shadow: 0 0px 2px rgba(0, 0, 0, .2) 1px 2px rgba(0, 0, 0, .1);
		box-shadow: 0 0px 2px rgba(0, 0, 0, .2) 1px 2px rgba(0, 0, 0, .1);
		background-color: var(--thim-sub_menu-background_color);
		opacity: 0;
		visibility: hidden;
		-webkit-transition: .3s;
		-khtml-transition: .3s;
		-moz-transition: .3s;
		-ms-transition: .3s;
		-o-transition: .3s;
		transition: .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: "";
		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;
		-webkit-transition: all .5s;
		-khtml-transition: all .5s;
		-moz-transition: all .5s;
		-ms-transition: all .5s;
		-o-transition: all .5s;
		transition: all .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 .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.nitro-lazy {
		background-image: none !important;
	}
	
	.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;
		color: var(--thim-mobile_menu-text_color);
		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;
		-webkit-transition: background .3s, box-shadow .3s;
		transition: background .3s, box-shadow .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;
		min-height: 70px;
	}
	
	.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);
	}
	
	.main-navigation .thim-ekits-menu__mobile__close {
		color: var(--thim-mobile_menu-text_color);
	}
	
	.admin-bar .affix {
		top: 0;
	}
	
	.menu-mobile-effect {
		cursor: pointer;
		float: right;
		display: table-cell;
		z-index: 1;
		vertical-align: middle;
		width: 24px;
		height: 24px;
		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;
		-webkit-transition: all .3s ease-in-out;
		-khtml-transition: all .3s ease-in-out;
		-moz-transition: all .3s ease-in-out;
		-ms-transition: all .3s ease-in-out;
		-o-transition: all .3s ease-in-out;
		transition: all .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, .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, .1);
	padding: 15px;
	border-radius: 0;
	border-bottom: 1px solid #eaeaea;
	color: var(--thim-mobile_menu-text_color);
}

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);
	margin-right: 12px;
	color: var(--thim-font_body-color, #727272);
}

#breadcrumbs li a::after {
	content: "";
	font-family: thim-ekits !important;
	font-size: .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;
	filter: alpha(opacity=50);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	-webkit-opacity: .5;
	-khtml-opacity: .5;
	-moz-opacity: .5;
	-ms-opacity: .5;
	-o-opacity: .5;
	opacity: .5;
}

#breadcrumbs li:last-child:after {
	display: none;
}

.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 15px;
	font-size: var(--thim-font_body-font-size);
	width: 100%;
	border: 1px solid var(--thim-border_color);
	-webkit-transition: all .3s ease-in-out;
	-khtml-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .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;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	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 .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: .5;
	-khtml-opacity: .5;
	-moz-opacity: .5;
	-ms-opacity: .5;
	-o-opacity: .5;
	opacity: .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 {
	text-transform: capitalize;
}

.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: 9px 25px;
	border: 1px solid #e3e3e3;
	display: inline-block;
	margin-bottom: 5px;
	margin-top: 10px;
	margin-right: 10px;
	color: #000;
	font-weight: 500;
	transition: all .3s ease-in-out;
	border-radius: var(--thim-border_radius-button, 0);
}

.widget-area .widget .tagcloud a:hover {
	background-color: #000;
	border: 1px solid transparent;
	color: #fff;
}

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

.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;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 8px;
}

.loop-pagination ul li {
	display: inline-block;
	list-style: none;
}

.loop-pagination ul li .page-numbers {
	font-weight: bold;
	display: inline-block;
	width: 48px;
	text-align: center;
	height: 48px;
	line-height: 48px;
	border-radius: 50%;
	border: 1px solid var(--thim-border_color);
}

.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: .688rem;
}

.loop-pagination ul li .page-numbers.next::before {
	content: "";
}

.loop-pagination ul li .page-numbers.prev::before {
	content: "";
}

.loop-pagination ul li a {
	color: #000;
	text-decoration: none;
}

.loop-pagination ul li a:hover, .loop-pagination ul li a:focus {
	color: #fff;
	background-color: #000;
	border-color: #000;
}

.loop-pagination ul li .page-numbers.current {
	color: #fff;
	background-color: #000;
	border-color: #000;
}

.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;
	margin-top: 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, .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 var(--thim-border_color);
	padding: 30px;
	transition: all .3s ease-in-out;
}

@media (max-width:860px) {
	.blog-content article .entry-content {
		padding: 20px;
	}
}

.blog-content article .entry-content a {
	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;
	column-gap: 7px;
	margin-right: 15px;
	font-size: 14px;
	text-transform: capitalize;
}

.blog-content article .entry-content .entry-meta svg {
	margin-right: 10px;
}

.blog-content article .entry-content .entry-title {
	margin: 0 0 15px 0;
	display: inline-block;
	font-size: var(--thim-font_h4-font-size);
	text-transform: capitalize;
}

.blog-content article .entry-content .entry-title a:hover {
	color: var(--thim-body_primary_color);
}

.blog-content article .entry-content .entry-summary p {
	margin: 15px 0 0 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%;
	}
}

@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:hover .content-inner {
	box-shadow: 0px 4px 25px rgba(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: #000;
	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-display-mode-right {
	display: flex;
	column-gap: 25px;
}

.thim-display-mode .thim-display-mode-right .search-form .search-field {
	border: none;
	border-bottom: 1px solid var(--thim-border_color);
	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;
}

.thim-display-mode .thim-display-mode-right .search-submit.nitro-lazy {
	background-image: none !important;
}

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

body {
	overflow-x: hidden;
}

*, *:before, *:after {
	box-sizing: border-box;
}

.single-post .page-content .content-inner .post-formats-wrapper {
	margin-bottom: 30px;
}

.single-post .page-content .content-inner .entry-title {
	margin-bottom: 30px;
	margin-top: 0;
	word-break: break-word;
}

.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-summary>.alignleft {
	margin-right: 15px;
}

.single-post .page-content .content-inner .entry-content .entry-meta {
	margin-bottom: 15px;
	display: flex;
	flex-wrap: wrap;
}

.single-post .page-content .content-inner .entry-content .entry-meta svg, .single-post .page-content .content-inner .entry-content .entry-meta i {
	margin-right: 10px;
}

.single-post .page-content .content-inner .entry-content .entry-meta i {
	color: var(--thim-body_primary_color);
}

.single-post .page-content .content-inner .entry-content .entry-meta span {
	margin-right: 35px;
	text-transform: capitalize;
	display: flex;
	align-items: center;
}

.single-post .page-content .content-inner .entry-content .entry-meta .author a {
	margin-left: 5px;
}

.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, #000);
}

.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: var(--thim-font_body-color, #727272);
	font-weight: 400;
	margin-left: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	display: inline-block;
	border: 1px solid var(--thim-border_color);
	padding: 6px 25px;
	border-radius: var(--thim-border_radius-button, 0);
}

.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 var(--thim-border_color);
	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 {
	margin-bottom: 30px;
}

.related-archive ul {
	list-style: none;
	margin-bottom: 0;
}

.related-archive ul li>div .entry-title {
	font-size: 18px;
	color: var(--thim-font_title-color, #000);
}

.related-archive ul li>div .entry-title:hover {
	color: var(--thim-body_primary_color);
}

.related-archive ul li>div .entry-meta>span {
	margin-right: 15px;
}

.related-archive ul li>div .entry-meta>span svg {
	margin-right: 10px;
}

.related-archive ul li>div .des-related {
	margin-top: 15px;
}

.entry-navigation-post {
	display: flex;
	padding: 0 30px;
	margin-bottom: 30px;
	border: 2px solid var(--thim-border_color);
}

.entry-navigation-post>div {
	width: 50%;
	display: flex;
	align-items: center;
	border-right: 1px solid var(--thim-border_color);
}

.entry-navigation-post>div.next-post {
	margin-left: auto;
	margin-right: 0;
	border-right: 0;
	border-left: 1px solid var(--thim-border_color);
}

.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: "";
	font-size: var(--thim-font_body-font-size);
	width: 40px;
	height: 40px;
	border-radius: 50%;
	color: black;
	background-color: white;
	border: 1px solid var(--thim-border_color);
	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;
	-webkit-transition: .3s;
	-khtml-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	transition: .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: "";
	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: var(--thim-font_body-color, #727272);
	transition: .3s;
	word-break: break-word;
}

#comments {
	padding-top: 15px;
}

#comments .list-comments {
	background-color: #fff;
	margin-bottom: 30px;
}

#comments .list-comments .comments-title {
	font-size: var(--thim-font_h4-font-size);
	margin-bottom: 30px;
	text-transform: var(--thim-font_h4-text-transform);
}

#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: .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: .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, #000);
	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 .list-comments ul {
	list-style: none;
}

#comments .list-comments ul .children {
	margin-top: 15px;
	margin-bottom: -30px;
}

.form-comment, .wp-block-post-comments-form {
	background-color: #fff;
}

.form-comment #reply-title, .wp-block-post-comments-form #reply-title {
	margin-bottom: 10px;
	font-weight: var(--thim-font_title-variant);
}

.form-comment .comment-form .logged-in-as, .wp-block-post-comments-form .comment-form .logged-in-as {
	width: 100%;
	font-size: var(--thim-font_body-font-size);
}

.form-comment .comment-form .logged-in-as a, .wp-block-post-comments-form .comment-form .logged-in-as a {
	color: var(--thim-body_primary_color);
	text-decoration: none;
}

.form-comment .comment-form .logged-in-as a:hover, .wp-block-post-comments-form .comment-form .logged-in-as a:hover {
	text-decoration: underline;
}

.form-comment .comment-form .comment-form-cookies-consent, .wp-block-post-comments-form .comment-form .comment-form-cookies-consent {
	width: 100%;
}

.form-comment .comment-form .comment-form-cookies-consent label, .wp-block-post-comments-form .comment-form .comment-form-cookies-consent label {
	font-size: var(--thim-font_body-font-size);
}

.form-comment .comment-form>p, .wp-block-post-comments-form .comment-form>p {
	width: 33%;
	display: inline-block;
	margin-right: 0;
}

@media (max-width:575px) {
	.form-comment .comment-form>p, .wp-block-post-comments-form .comment-form>p {
		width: 100%;
	}
}

.form-comment .comment-form>p.comment-form-author, .form-comment .comment-form>p.comment-form-email, .wp-block-post-comments-form .comment-form>p.comment-form-author, .wp-block-post-comments-form .comment-form>p.comment-form-email {
	padding-right: 25px;
}

@media (max-width:575px) {
	.form-comment .comment-form>p.comment-form-author, .form-comment .comment-form>p.comment-form-email, .wp-block-post-comments-form .comment-form>p.comment-form-author, .wp-block-post-comments-form .comment-form>p.comment-form-email {
		padding-right: 15px;
	}
}

.form-comment .comment-form>p.comment-form-author input, .form-comment .comment-form>p.comment-form-email input, .wp-block-post-comments-form .comment-form>p.comment-form-author input, .wp-block-post-comments-form .comment-form>p.comment-form-email input {
	margin-top: 10px;
	border-radius: var(--thim-border_radius-button, 0);
	border: 1px solid var(--thim-border_color);
}

.form-comment .comment-form>p.comment-form-author input:focus, .form-comment .comment-form>p.comment-form-email input:focus, .wp-block-post-comments-form .comment-form>p.comment-form-author input:focus, .wp-block-post-comments-form .comment-form>p.comment-form-email input:focus {
	border-color: var(--thim-body_primary_color);
}

.form-comment .comment-form>p.comment-notes, .form-comment .comment-form>p.comment-form-comment, .form-comment .comment-form>p.form-submit, .wp-block-post-comments-form .comment-form>p.comment-notes, .wp-block-post-comments-form .comment-form>p.comment-form-comment, .wp-block-post-comments-form .comment-form>p.form-submit {
	width: 100%;
	display: block;
	font-size: var(--thim-font_body-font-size);
}

.form-comment .comment-form>p input[type=text], .form-comment .comment-form>p input[type=email], .wp-block-post-comments-form .comment-form>p input[type=text], .wp-block-post-comments-form .comment-form>p input[type=email] {
	width: 100%;
	color: #000;
}

.form-comment .comment-form>p input.submit, .wp-block-post-comments-form .comment-form>p input.submit {
	line-height: var(--thim-font_body-line-height);
	padding: 8px 35px;
	color: var(--thim-body_primary_color);
	border: 2px solid var(--thim-body_primary_color);
	border-radius: var(--thim-border_radius-button, 0);
	font-size: var(--thim-font_body-font-size);
	font-weight: var(--thim-font-button-font-weight, 500);
	background-color: transparent;
	cursor: pointer;
	font-family: var(--thim-font_body-font-family);
}

.form-comment .comment-form>p input.submit:hover, .wp-block-post-comments-form .comment-form>p input.submit:hover {
	background-color: var(--thim-body_primary_color);
	border-color: transparent;
	color: #fff;
}

.form-comment .comment-form>p label, .wp-block-post-comments-form .comment-form>p label {
	font-size: var(--thim-font_body-font-size);
}

.form-comment .comment-form .comment-form-url, .wp-block-post-comments-form .comment-form .comment-form-url {
	padding-right: 5px;
}

@media (max-width:575px) {
	.form-comment .comment-form .comment-form-url, .wp-block-post-comments-form .comment-form .comment-form-url {
		padding-right: 15px;
	}
}

.form-comment .comment-form .comment-form-url input, .wp-block-post-comments-form .comment-form .comment-form-url input {
	padding: 10px 20px;
	margin-top: 10px;
	border-radius: var(--thim-border_radius-button, 0);
	border: 1px solid var(--thim-border_color);
	font-size: var(--thim-font_body-font-size);
	font-family: var(--thim-font_body-font-family);
}

.form-comment .comment-form .comment-form-url input:focus, .wp-block-post-comments-form .comment-form .comment-form-url input:focus {
	border-color: var(--thim-body_primary_color);
}

.form-comment .comment-form textarea, .form-comment .comment-form input[type=email], .form-comment .comment-form input[type=text], .wp-block-post-comments-form .comment-form textarea, .wp-block-post-comments-form .comment-form input[type=email], .wp-block-post-comments-form .comment-form input[type=text] {
	outline: none;
	box-shadow: none;
	padding: 10px 20px;
	font-size: var(--thim-font_body-font-size);
	font-family: var(--thim-font_body-font-family);
	color: #000;
}

.form-comment .comment-form textarea, .wp-block-post-comments-form .comment-form textarea {
	width: 100%;
	border-radius: var(--thim-border_radius-item, 0);
	border: 1px solid var(--thim-border_color);
}

.form-comment .comment-form input:focus, .form-comment .comment-form textarea:focus, .wp-block-post-comments-form .comment-form input:focus, .wp-block-post-comments-form .comment-form textarea:focus {
	border-color: var(--thim-body_primary_color);
}

.form-comment .comment-form input::-webkit-input-placeholder, .form-comment .comment-form textarea::-webkit-input-placeholder, .wp-block-post-comments-form .comment-form input::-webkit-input-placeholder, .wp-block-post-comments-form .comment-form textarea::-webkit-input-placeholder {
	color: #999;
}

.form-comment .comment-form input:-moz-placeholder, .form-comment .comment-form textarea:-moz-placeholder, .wp-block-post-comments-form .comment-form input:-moz-placeholder, .wp-block-post-comments-form .comment-form textarea:-moz-placeholder {
	color: #999;
}

.form-comment .comment-form input::-moz-placeholder, .form-comment .comment-form textarea::-moz-placeholder, .wp-block-post-comments-form .comment-form input::-moz-placeholder, .wp-block-post-comments-form .comment-form textarea::-moz-placeholder {
	color: #999;
}

.form-comment .comment-form input:-ms-input-placeholder, .form-comment .comment-form textarea:-ms-input-placeholder, .wp-block-post-comments-form .comment-form input:-ms-input-placeholder, .wp-block-post-comments-form .comment-form textarea:-ms-input-placeholder {
	color: #999;
}

.page .entry-title {
	margin-top: 0;
	margin-bottom: 30px;
}

.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: 10px 1em;
	border-radius: var(--thim-border_radius-button, 0);
	line-height: var(--thim-font_body-line-height);
}

.widget_search .wp-block-search__inside-wrapper .wp-block-search__button:hover {
	background-color: rgba(var(--thim-body_primary_color-rgb), .8);
}

.widget_search .wp-block-search__inside-wrapper .wp-block-search__input {
	border-radius: var(--thim-border_radius-item, 0);
	border: 1px solid var(--thim-border_color);
}

.widget_search .wp-block-search__label {
	font-size: var(--thim-font_h2-font-size);
	font-weight: var(--thim-font_title-variant);
	color: var(--thim-font_title-color, #000);
}

.post-password-form input {
	padding: 10px 15px;
	border-radius: var(--thim-border_radius-item, 0);
	border: 1px solid var(--thim-border_color);
	line-height: var(--thim-font_body-line-height);
}

input[type=submit] {
	line-height: var(--thim-font_body-line-height);
	padding: 8px 35px;
	color: var(--thim-body_primary_color);
	border: 2px solid var(--thim-body_primary_color);
	border-radius: var(--thim-border_radius-button, 0);
	font-size: var(--thim-font_body-font-size);
	background-color: transparent;
	cursor: pointer;
	font-family: var(--thim-font_body-font-family);
}

input[type=submit]:hover {
	background-color: var(--thim-body_primary_color);
	border-color: transparent;
	color: #fff;
}

textarea {
	border-radius: var(--thim-border_radius-item, 0);
	margin-top: 10px;
}

.wp-block-post-featured-image {
	margin-bottom: 10px;
}

.widget select {
	border: 1px solid var(--thim-border_color);
	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 select.nitro-lazy {
	background-image: none !important;
}

.widget.widget_rss .rss-widget-icon {
	width: auto;
}

.widget.widget_rss .widget-title a {
	display: inline-flex;
	margin: 0;
}

.widget.widget_nav_menu ul {
	margin-left: 0;
	padding-left: 0;
}

.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 .entry-content .wp-block-cover {
	margin-bottom: 15px;
	margin-right: 15px;
	color: white;
}

.single-post .post .entry-content .wp-block-button {
	margin-bottom: 15px;
	margin-right: 15px;
}

.single-post .post .entry-content .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 .entry-content .wp-block-button .wp-block-button__link:hover {
	background-color: black;
	border-color: black;
	color: white;
}

.single-post .post .entry-content .wp-block-button.is-style-outline .wp-block-button__link {
	background: transparent;
	color: #000;
}

.single-post .post .entry-content .wp-block-gallery {
	margin-bottom: 15px;
	margin-right: 15px;
}

.single-post .post .entry-content p+.wp-block-gallery {
	margin-bottom: 0;
}

.single-post .post .entry-content .wp-block-quote {
	padding: 20px 30px;
}

.single-post .post .entry-content .is-large-text, .single-post .post .entry-content .has-large-font-size {
	line-height: var(--thim-font_h1-line-height);
}

.single-post .post .entry-content .wp-block-archives select {
	border: 1px solid var(--thim-border_color);
	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 .entry-content .wp-block-archives select.nitro-lazy {
	background-image: none !important;
}

.single-post .post .entry-content .page-links>* {
	width: 48px;
	height: 48px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 1px solid var(--thim-border_color);
	margin: 2px;
	position: relative;
	font-weight: 600;
	color: black;
	border-radius: 50%;
}

.single-post .post .entry-content .page-links>*.current, .single-post .post .entry-content .page-links>*:hover {
	color: #fff;
	background-color: #000;
	border-color: #000;
}

.single-post .post .entry-content .wp-block-pullquote {
	border: 0;
	padding: 0;
}

.single-post .post .entry-content dl dt+dd {
	margin-left: 30px;
}

.single-post .post .entry-content .gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.single-post .post .entry-content .gallery-item img {
	width: 100%;
}

.single-post .post .entry-content .gallery-columns-2 .gallery-item {
	width: 50%;
}

.single-post .post .entry-content .gallery-columns-3 .gallery-item {
	width: 33.33%;
}

.single-post .post .entry-content .gallery-columns-4 .gallery-item {
	width: 25%;
}

.single-post .post .entry-content .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 var(--thim-border_color);
	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: .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 {
	width: 25%;
	padding: 15px;
	float: left;
}

.footer .widget.widget_block ul {
	list-style: none;
	margin: 0;
}

.footer .widget.widget_block .wp-block-heading {
	margin-top: 0;
}

.footer [id*=monster-widget-placeholder] {
	width: 25%;
	padding: 15px;
	float: left;
}

.footer [id*=monster-widget-placeholder]:nth-child(4n+1) {
	clear: both;
}

.footer [id*=monster-widget-placeholder] ul {
	list-style: none;
	margin-left: 0;
}

.footer [id*=monster-widget-placeholder] ul li {
	margin-bottom: 10px;
}

.footer [id*=monster-widget-placeholder] ul .sub-menu, .footer [id*=monster-widget-placeholder] ul .children {
	padding-left: 15px;
}

@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;
	}
	
	.footer .widget.widget_block {
		width: 50%;
	}
}

@media (max-width:480px) {
	.footer [id*=monster-widget-placeholder], .footer .widget.widget_block {
		width: 100%;
	}
}

.site-header [id*=monster-widget-placeholder] {
	display: none;
}

.copyright-area .widget {
	display: none;
}

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

footer#colophon {
	background-color: var(--thim-footer_color-bg);
	color: var(--thim-footer_color-text);
}

footer#colophon a {
	color: var(--thim-footer_color-link);
}

footer#colophon a:hover {
	color: var(--thim-footer_color-hover);
}

footer#colophon h1, footer#colophon h2, footer#colophon h3, footer#colophon h4, footer#colophon h5, footer#colophon h6 {
	color: var(--thim-footer_color-title);
}

footer#colophon .footer {
	padding: 25px 0;
}

footer#colophon .widget-title {
	margin-top: 0;
}

footer#colophon .site-info {
	text-align: center;
}

footer#colophon .site-info a:hover {
	text-decoration: underline;
}

footer#colophon .copyright-area {
	padding: 30px 0;
	border-top: 1px solid var(--thim-copyright_border_color);
	background-color: var(--thim-copyright_bg_color);
}

footer#colophon .copyright-area ul {
	margin: 0;
	list-style: none;
}

footer#colophon .copyright-area ul li {
	display: inline-block;
}

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

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

.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: -.9s;
}

.sk-wave .sk-rect5 {
	animation-delay: -.8s;
}

@keyframes sk-waveStretchDelay {
	0%, 40%, 100% {
		transform: scaleY(.4);
	}
	
	20% {
		transform: scaleY(1);
	}
}

.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: -.9s;
}

@keyframes sk-wanderingCube {
	0% {
		transform: rotate(0deg);
	}
	
	25% {
		transform: translateX(30px) rotate(-90deg) scale(.5);
	}
	
	50% {
		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(.5);
	}
	
	100% {
		transform: rotate(-360deg);
	}
}

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

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

.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: -.32s;
}

.sk-three-bounce .sk-bounce2 {
	animation-delay: -.16s;
}

@keyframes sk-three-bounce {
	0%, 80%, 100% {
		transform: scale(0);
	}
	
	40% {
		transform: scale(1);
	}
}

.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: -.9s;
}

.sk-circle .sk-circle5:before {
	animation-delay: -.8s;
}

.sk-circle .sk-circle6:before {
	animation-delay: -.7s;
}

.sk-circle .sk-circle7:before {
	animation-delay: -.6s;
}

.sk-circle .sk-circle8:before {
	animation-delay: -.5s;
}

.sk-circle .sk-circle9:before {
	animation-delay: -.4s;
}

.sk-circle .sk-circle10:before {
	animation-delay: -.3s;
}

.sk-circle .sk-circle11:before {
	animation-delay: -.2s;
}

.sk-circle .sk-circle12:before {
	animation-delay: -.1s;
}

@keyframes sk-circleBounceDelay {
	0%, 80%, 100% {
		transform: scale(0);
	}
	
	40% {
		transform: scale(1);
	}
}

.sk-cube-grid {
	width: 40px;
	height: 40px;
	margin: 40px auto;
}

.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: .2s;
}

.sk-cube-grid .sk-cube2 {
	animation-delay: .3s;
}

.sk-cube-grid .sk-cube3 {
	animation-delay: .4s;
}

.sk-cube-grid .sk-cube4 {
	animation-delay: .1s;
}

.sk-cube-grid .sk-cube5 {
	animation-delay: .2s;
}

.sk-cube-grid .sk-cube6 {
	animation-delay: .3s;
}

.sk-cube-grid .sk-cube7 {
	animation-delay: 0s;
}

.sk-cube-grid .sk-cube8 {
	animation-delay: .1s;
}

.sk-cube-grid .sk-cube9 {
	animation-delay: .2s;
}

@keyframes sk-cubeGridScaleDelay {
	0%, 70%, 100% {
		transform: scale3D(1, 1, 1);
	}
	
	35% {
		transform: scale3D(0, 0, 1);
	}
}

.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: -.9s;
}

.sk-fading-circle .sk-circle5:before {
	animation-delay: -.8s;
}

.sk-fading-circle .sk-circle6:before {
	animation-delay: -.7s;
}

.sk-fading-circle .sk-circle7:before {
	animation-delay: -.6s;
}

.sk-fading-circle .sk-circle8:before {
	animation-delay: -.5s;
}

.sk-fading-circle .sk-circle9:before {
	animation-delay: -.4s;
}

.sk-fading-circle .sk-circle10:before {
	animation-delay: -.3s;
}

.sk-fading-circle .sk-circle11:before {
	animation-delay: -.2s;
}

.sk-fading-circle .sk-circle12:before {
	animation-delay: -.1s;
}

@keyframes sk-circleFadeDelay {
	0%, 39%, 100% {
		opacity: 0;
	}
	
	40% {
		opacity: 1;
	}
}

.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: .3s;
}

.sk-folding-cube .sk-cube3:before {
	animation-delay: .6s;
}

.sk-folding-cube .sk-cube4:before {
	animation-delay: .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;
	-webkit-transition: all .3s;
	-khtml-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .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;
	border-radius: var(--thim-border_radius-button, 0);
}

#back-to-top:hover {
	background-color: rgba(var(--thim-body_primary_color-rgb), .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-text-transform);
}

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

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

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

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

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

a {
	color: var(--thim-font_title-color, #000);
	text-decoration: none;
}

a:hover {
	color: var(--thim-body_primary_color);
}

select, input, textarea {
	font-family: var(--thim-font_body-font-family);
	font-size: var(--thim-font_body-font-size);
	color: var(--thim-font_body-color);
	line-height: var(--thim-font_body-line-height);
}

body {
	background-color: var(--thim-background-main-color);
}

body .container, body .lp-content-area {
	max-width: var(--thim-body_container) !important;
}

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

.site-content {
	padding-top: 60px;
	padding-bottom: 60px;
}

@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;
	-webkit-transition: all .3s ease-in-out;
	-khtml-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .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: "";
}

.flexslider .flex-direction-nav .flex-next {
	right: -36px;
	opacity: 0;
}

.flexslider .flex-direction-nav .flex-next:before {
	content: "";
}

.flexslider:hover .flex-direction-nav .flex-prev {
	opacity: .8;
	left: 5px;
}

.flexslider:hover .flex-direction-nav .flex-next {
	opacity: .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, .3);
	width: 22px;
	height: 22px;
	-webkit-mask-image: url("https://cdn-ilcledd.nitrocdn.com/aMLNYbjLPFBbUvQdbxTZULceqeXZaIVv/assets/images/optimized/rev-9d9e8d1/www.medtrunfo.com.br/wp-content/themes/edu-press/images/icons/svg/list-view2.svg");
	mask-image: url("https://cdn-ilcledd.nitrocdn.com/aMLNYbjLPFBbUvQdbxTZULceqeXZaIVv/assets/images/optimized/rev-9d9e8d1/www.medtrunfo.com.br/wp-content/themes/edu-press/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, .3);
	width: 21px;
	height: 21px;
	-webkit-mask-image: url("https://cdn-ilcledd.nitrocdn.com/aMLNYbjLPFBbUvQdbxTZULceqeXZaIVv/assets/images/optimized/rev-9d9e8d1/www.medtrunfo.com.br/wp-content/themes/edu-press/images/icons/svg/grid-view.svg");
	mask-image: url("https://cdn-ilcledd.nitrocdn.com/aMLNYbjLPFBbUvQdbxTZULceqeXZaIVv/assets/images/optimized/rev-9d9e8d1/www.medtrunfo.com.br/wp-content/themes/edu-press/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);
	font-family: var(--thim-font_body-font-family);
}

.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: var(--thim-border_radius-item, 0) !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);
}

button {
	cursor: pointer;
}

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

.learnpress {
	--lp-border-radius: var(--thim-border_radius-item, 0);
	--lp-border-color: var(--thim-border_color);
	--lp-color-base: var(--thim-font_title-color, #333);
}

.learnpress .course-price .price {
	color: var(--thim-course_price_color);
	font-size: var(--thim-font_h4-font-size);
	font-weight: var(--thim-font_title-variant);
}

.learnpress .course-price .free {
	color: #00d637;
	font-size: var(--thim-font_h4-font-size);
	font-weight: var(--thim-font_title-variant);
}

.learnpress .course-price .origin-price {
	font-weight: 400;
	font-size: 1rem;
	color: #ff3b30;
}

.learnpress .lp-content-area {
	padding: 0 15px 50px 15px;
	column-gap: 30px !important;
}

.learnpress .lp-content-area.learn-press-message {
	padding: 10px 20px;
}

@media (max-width:768px) {
	.learnpress .lp-content-area {
		padding-bottom: 30px;
	}
}

.learnpress .lp-content-area .learn-press-courses-header {
	margin-bottom: 40px;
}

.learnpress .lp-content-area .learn-press-courses-header h1 {
	font-size: var(--thim-font_h1-font-size);
}

.learnpress .lp-content-area .lp-courses-bar {
	--lp-border-radius: var(--thim-border_radius-button, 0);
	gap: 12px;
}

.learnpress .lp-content-area .lp-courses-bar .search-courses {
	margin-right: auto;
	flex: none;
	position: relative;
}

.learnpress .lp-content-area .lp-courses-bar .search-courses input {
	width: 100%;
	padding: 8px 16px;
	border: 1px solid var(--thim-border_color);
	border-radius: var(--thim-border_radius-button, 0);
	min-width: 300px;
	line-height: var(--thim-font_body-line-height);
}

.learnpress .lp-content-area .lp-courses-bar .search-courses input:focus {
	border-color: var(--thim-body_primary_color);
}

.learnpress .lp-content-area .lp-courses-bar .search-courses button {
	position: absolute;
	background-color: transparent;
	border: none;
	right: 12px;
	top: 50%;
	transform: translateY(-50%);
}

.learnpress .lp-content-area .lp-courses-bar .search-courses button:hover i {
	color: var(--thim-body_primary_color);
}

.learnpress .lp-content-area .lp-courses-bar .search-courses button i {
	font-size: 1rem;
}

.learnpress .lp-content-area .learn-press-courses .course-title {
	display: block;
	font-family: var(--thim-font_title-font-family);
	font-size: var(--thim-font_h4-font-size);
	font-weight: var(--thim-font_title-variant);
	color: var(--thim-font_title-color, #000);
}

.learnpress .lp-content-area .learn-press-courses .course-title:hover {
	color: var(--thim-body_primary_color);
}

.learnpress .lp-content-area .learn-press-courses .course-content .course-price .price {
	color: var(--thim-course_price_color);
	font-size: var(--thim-font_h4-font-size);
	font-weight: var(--thim-font_title-variant);
}

.learnpress .lp-content-area .learn-press-courses .course-content .course-price .free {
	color: #00d637;
	font-size: var(--thim-font_h4-font-size);
	font-weight: var(--thim-font_title-variant);
}

.learnpress .lp-content-area .learn-press-courses .course-content .course-price .origin-price {
	font-weight: 400;
	font-size: 1rem;
	color: #ff3b30;
}

.learnpress .lp-content-area .learn-press-courses .course-item:hover .course-thumbnail a img {
	transform: none;
}

.learnpress .lp-content-area .learn-press-courses .course-item {
	border-radius: var(--thim-border_radius-item-big, 0);
}

.learnpress .lp-content-area .learn-press-courses .course-readmore a {
	font-size: var(--thim-font_body-font-size);
	line-height: var(--thim-font_body-line-height);
	font-family: var(--thim-font_body-font-family);
	text-transform: var(--thim-font_body-text-transform);
	text-transform: capitalize;
	font-weight: var(--thim-font-button-font-weight, 500);
	border-radius: var(--thim-border_radius-button, 0);
}

.learnpress .lp-content-area .learn-press-courses .instructor-display-name, .learnpress .lp-content-area .learn-press-courses a {
	font-weight: var(--thim-font-button-font-weight, 500);
}

.learnpress .lp-content-area .learn-press-courses .course-categories a {
	border-radius: var(--thim-border_radius-item, 0);
}

.learnpress .lp-content-area .learn-press-courses .course-instructor-category {
	gap: 4px;
}

.learnpress .lp-content-area .learn-press-courses .course-short-description~.course-info {
	margin-top: 24px;
}

.learnpress .lp-content-area .learnpress.widget .learnpress-widget-wrapper {
	margin-top: 0;
}

.learnpress .lp-content-area .learn-press-courses[data-layout=grid] {
	margin: 0 -15px;
}

.learnpress .lp-content-area .learn-press-courses[data-layout=grid] .course {
	padding: 0 15px;
}

.learnpress .lp-content-area .learn-press-courses[data-layout=grid] .course-item {
	position: relative;
	overflow: hidden;
}

.learnpress .lp-content-area .learn-press-courses[data-layout=grid] .course-item:hover {
	box-shadow: none;
}

.learnpress .lp-content-area .learn-press-courses[data-layout=grid] .course-title {
	font-size: var(--thim-font_h4-font-size);
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}

.learnpress .lp-content-area .learn-press-courses[data-layout=list] .course-wrap-meta {
	font-size: var(--thim-font_body-font-size);
	column-gap: 16px;
	row-gap: 8px;
}

.learnpress .lp-content-area .learn-press-courses[data-layout=list] .course-thumbnail, .learnpress .lp-content-area .learn-press-courses[data-layout=list] .course-thumbnail * {
	height: 100%;
}

.learnpress .lp-content-area .learn-press-courses[data-layout=list] .course-thumbnail {
	border-radius: var(--thim-border_radius-item-big, 0);
	overflow: hidden;
}

.learnpress .lp-content-area .learn-press-courses[data-layout=list] img {
	object-fit: cover;
}

.learnpress .lp-content-area .lp-form-course-filter .lp-form-course-filter__item {
	border: none;
	margin-bottom: 18px;
}

.learnpress .lp-content-area .lp-form-course-filter .lp-form-course-filter__item .lp-form-course-filter__title {
	font-family: var(--thim-font_title-font-family);
	font-size: var(--thim-font_h4-font-size);
	font-weight: var(--thim-font_title-variant);
	color: var(--thim-font_title-color, #000);
	margin-bottom: 20px;
}

.learnpress .lp-content-area .lp-form-course-filter .lp-form-course-filter__item .lp-form-course-filter__title:hover {
	color: var(--thim-body_primary_color);
}

.learnpress .lp-content-area .lp-form-course-filter .lp-form-course-filter__item .lp-course-filter-search-result {
	border: none;
}

.learnpress .lp-content-area .lp-form-course-filter .lp-form-course-filter__item .lp-course-filter-search-field input {
	border-radius: var(--thim-border_radius-item, 0);
}

.learnpress .lp-content-area .lp-form-course-filter .lp-form-course-filter__item .lp-form-course-filter__content label {
	color: var(--thim-font_body-color, #727272);
}

.learnpress .lp-content-area .lp-form-course-filter .lp-form-course-filter__item .lp-form-course-filter__content input:checked~label, .learnpress .lp-content-area .lp-form-course-filter .lp-form-course-filter__item .lp-form-course-filter__content label:hover {
	color: var(--thim-font_title-color, #000);
}

.learnpress .lp-content-area .lp-form-course-filter .course-filter-submit {
	font-size: var(--thim-font_body-font-size);
	line-height: var(--thim-font_body-line-height);
	font-family: var(--thim-font_body-font-family);
	text-transform: var(--thim-font_body-text-transform);
	text-transform: capitalize;
	font-weight: var(--thim-font-button-font-weight, 500);
	border-radius: var(--thim-border_radius-button, 0);
	background-color: var(--thim-body_primary_color);
	color: #fff;
	padding: 10px 25px;
	border: none;
}

.learnpress .lp-content-area .lp-form-course-filter .course-filter-submit:hover {
	background-color: var(--thim-font_title-color, #000);
}

.learnpress .lp-content-area .lp-form-course-filter .course-filter-reset {
	font-size: var(--thim-font_body-font-size);
	line-height: var(--thim-font_body-line-height);
	font-family: var(--thim-font_body-font-family);
	text-transform: var(--thim-font_body-text-transform);
	border-radius: var(--thim-border_radius-button, 0);
	font-weight: var(--thim-font-button-font-weight, 500);
	border-width: 2px;
	padding: 8px 25px;
}

.learnpress .lp-content-area .lp-form-course-filter .course-filter-reset:hover {
	border-color: var(--thim-body_primary_color);
}

.learnpress .lp-content-area .lp-form-course-filter .lp-course-filter__field {
	line-height: 2.2em;
}

.learnpress .lp-content-area .lp-form-course-filter .lp-course-filter__field input[type=checkbox], .learnpress .lp-content-area .lp-form-course-filter .lp-course-filter__field input[type=radio] {
	width: 16px;
	height: 16px;
	position: relative;
	-webkit-appearance: none;
	border: 1px solid #555;
	border-radius: 2px;
}

.learnpress .lp-content-area .lp-form-course-filter .lp-course-filter__field input[type=checkbox]::before, .learnpress .lp-content-area .lp-form-course-filter .lp-course-filter__field input[type=radio]::before {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	content: "";
	background-color: #fff;
	border: 1px solid #555;
}

.learnpress .lp-content-area .lp-form-course-filter .lp-course-filter__field input[type=checkbox]:checked::before, .learnpress .lp-content-area .lp-form-course-filter .lp-course-filter__field input[type=radio]:checked::before {
	background-image: url("data:image/svg+xml,%3Csvg width=\'16\' height=\'15\' viewBox=\'0 0 16 15\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath d=\'M13.8333 0H2.16667C1.24167 0 0.5 0.75 0.5 1.66667V13.3333C0.5 14.25 1.24167 15 2.16667 15H13.8333C14.7583 15 15.5 14.25 15.5 13.3333V1.66667C15.5 0.75 14.7583 0 13.8333 0ZM6.33333 11.6667L2.16667 7.5L3.34167 6.325L6.33333 9.30833L12.6583 2.98333L13.8333 4.16667L6.33333 11.6667Z\' fill=\'%23555555\'/%3E%3C/svg%3E%0A");
	background-position: center !important;
	background-repeat: no-repeat !important;
}

.learnpress .lp-content-area .course-sidebar-secondary .widget {
	margin-bottom: 30px;
}

.learnpress .lp-content-area .course-sidebar-secondary .widget h2, .learnpress .lp-content-area .course-sidebar-secondary .widget .widget-title {
	text-transform: capitalize;
	margin-bottom: 20px;
	margin-top: 0;
}

.learnpress .lp-content-area .course-sidebar-secondary .widget ul {
	padding: 0;
}

.learnpress .lp-content-area .course-sidebar-secondary .widget ul li {
	padding: 5px 10px 5px 0;
}

.learnpress .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: #000;
	font-weight: var(--thim-font-button-font-weight, 500);
	transition: all .3s ease-in-out;
	border-radius: 45px;
}

.learnpress .lp-content-area .course-sidebar-secondary .widget .tagcloud a:hover {
	background-color: #000;
	border: 1px solid transparent;
	color: #fff;
}

.learnpress .lp-content-area.lp-entry-content .entry-content-left {
	padding-right: 0;
	width: calc(100% - 410px);
}

@media (max-width:1200px) {
	.learnpress .lp-content-area.lp-entry-content .entry-content-left {
		width: calc(100% - 300px);
	}
}

@media (max-width:768px) {
	.learnpress .lp-content-area.lp-entry-content .entry-content-left {
		width: 100%;
	}
}

.learnpress .lp-content-area .course-summary-sidebar {
	width: 410px;
}

@media (max-width:1200px) {
	.learnpress .lp-content-area .course-summary-sidebar {
		width: 300px;
	}
}

@media (max-width:768px) {
	.learnpress .lp-content-area .course-summary-sidebar {
		width: 100%;
	}
}

.learnpress .lp-content-area .course-summary-sidebar .course-summary-sidebar__inner {
	width: 410px;
}

@media (max-width:1200px) {
	.learnpress .lp-content-area .course-summary-sidebar .course-summary-sidebar__inner {
		width: 300px;
	}
}

@media (max-width:768px) {
	.learnpress .lp-content-area .course-summary-sidebar .course-summary-sidebar__inner {
		width: 100%;
	}
}

.learnpress .lp-content-area .review-stars-rated {
	margin-bottom: 16px;
}

.learnpress .lp-content-area .review-stars-rated .review-stars-rated {
	margin-bottom: 0;
}

.learnpress .lp-content-area .course-meta-primary {
	margin-bottom: 30px;
}

.learnpress #popup-sidebar .search-course input[name=s]::placeholder {
	font-style: normal;
}

.single-lp_course .lp-archive-courses .course-detail-info {
	padding: 50px 0;
}

.single-lp_course .lp-archive-courses .course-detail-info .lp-content-area {
	padding: 0 15px;
}

.single-lp_course .lp-archive-courses .course-detail-info .lp-content-area .course-title {
	font-size: var(--thim-font_h2-font-size);
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 30px;
	padding-right: 0;
}

.single-lp_course .lp-archive-courses .course-detail-info .lp-content-area .course-meta-secondary {
	padding-right: 0;
}

.single-lp_course .lp-archive-courses .course-summary-sidebar {
	--lp-button-background-color: #ff782d;
	--lp-button-color: #fff;
	margin-top: -183px;
}

.single-lp_course .lp-archive-courses .course-summary-sidebar.slide-down {
	margin-right: 15px;
}

@media (max-width:768px) {
	.single-lp_course .lp-archive-courses .course-summary-sidebar {
		margin-top: 0;
	}
}

@media (max-width:1023px) and (min-width:769px) {
	.single-lp_course .lp-archive-courses .course-summary-sidebar .course-summary-sidebar__inner {
		width: 270px;
	}
}

.single-lp_course .lp-archive-courses .course-summary-sidebar .course-summary-sidebar__inner .course-sidebar-top {
	border-radius: var(--thim-border_radius-item-big, 0);
}

.single-lp_course .lp-archive-courses .course-summary-sidebar .course-summary-sidebar__inner .course-sidebar-preview {
	margin-bottom: 0;
}

.single-lp_course .lp-archive-courses .course-summary-sidebar .course-summary-sidebar__inner .course-price {
	margin-top: 30px;
}

.single-lp_course .lp-archive-courses .course-summary-sidebar .lp-course-buttons {
	margin-top: 20px;
}

.single-lp_course .lp-archive-courses .course-summary-sidebar .lp-course-buttons button {
	border-radius: var(--thim-border_radius-button, 0);
	padding: 10px 25px;
	font-size: var(--thim-font_body-font-size);
	line-height: var(--thim-font_body-line-height);
	font-family: var(--thim-font_body-font-family);
	text-transform: var(--thim-font_body-text-transform);
}

.single-lp_course .lp-archive-courses .course-summary-sidebar .lp-course-buttons button:hover {
	background-color: var(--lp-secondary-color);
}

.single-lp_course .lp-archive-courses .course-summary-sidebar .course-price .price {
	font-size: var(--thim-font_h4-font-size);
}

.single-lp_course .lp-archive-courses .course-summary-sidebar .origin-price {
	font-weight: 400;
	font-size: 1rem;
	color: #ff3b30;
}

.single-lp_course .lp-archive-courses .course-summary-sidebar .featured-review__title {
	font-family: var(--thim-font_title-font-family);
	font-size: var(--thim-font_h4-font-size);
	font-weight: var(--thim-font_title-variant);
	color: var(--thim-font_title-color, #000);
}

.single-lp_course .lp-archive-courses .course-summary-sidebar .featured-review__title:hover {
	color: var(--thim-body_primary_color);
}

.single-lp_course .lp-archive-courses .learn-press-nav-tabs label {
	font-family: var(--thim-font_title-font-family);
	font-size: var(--thim-font_h4-font-size);
	font-weight: var(--thim-font_title-variant);
	color: var(--thim-font_title-color, #000);
}

.single-lp_course .lp-archive-courses .learn-press-nav-tabs label:hover {
	color: var(--thim-body_primary_color);
}

.single-lp_course .lp-archive-courses .course-extra-box .course-extra-box__title {
	background-color: var(--lp-content-background-color);
	font-weight: var(--thim-font_h6-variant);
}

.single-lp_course .lp-archive-courses .course-meta .course-meta__pull-left {
	align-items: center;
	flex: unset;
	gap: 20px;
	font-size: var(--thim-font_body-font-size);
}

.single-lp_course .lp-archive-courses .course-meta .course-meta__pull-left .meta-item__value label {
	color: #fff;
	display: none;
}

@media (max-width:1024px) {
	.single-lp_course .lp-archive-courses .course-meta .course-meta__pull-left .meta-item.meta-item-categories .meta-item__value>div {
		display: flex !important;
	}
}

.single-lp_course .lp-archive-courses .course-meta .course-meta__pull-left .meta-item {
	width: auto !important;
	flex: unset;
	color: #9d9d9d;
}

.single-lp_course .lp-archive-courses .course-meta .course-meta__pull-left .meta-item-instructor {
	order: 1;
}

.single-lp_course .lp-archive-courses .course-meta .course-meta__pull-left .meta-item-categories::before {
	content: none;
}

.single-lp_course .lp-archive-courses .course-meta .course-meta__pull-left .meta-item-categories span {
	display: none !important;
}

.single-lp_course .lp-archive-courses .course-meta .course-meta__pull-left .meta-item-categories a {
	border-radius: var(--thim-border_radius-item, 0);
	background-color: #555;
	padding: 8px 12px;
	margin-right: 8px;
	display: inline-block;
}

.single-lp_course .lp-archive-courses .course-meta .course-meta__pull-left .meta-item-review {
	order: 2;
}

.single-lp_course .lp-archive-courses .course-tab-panels .course-faqs-box {
	border-radius: var(--thim-border_radius-item, 0);
	background-color: var(--lp-content-background-color);
	border: none;
}

.single-lp_course .lp-archive-courses .course-tab-panels .course-faqs-box .course-faqs-box__title {
	font-family: var(--thim-font_title-font-family);
	font-weight: var(--thim-font_h6-variant);
	color: var(--thim-font_title-color, #000);
}

.single-lp_course .lp-archive-courses .course-tab-panels .course-faqs-box .course-faqs-box__content .course-faqs-box__content-inner {
	font-size: var(--thim-font_body-font-size);
	line-height: var(--thim-font_body-line-height);
	font-family: var(--thim-font_body-font-family);
	text-transform: var(--thim-font_body-text-transform);
	font-weight: var(--thim-font_body-variant, 500);
}

.single-lp_course .lp-archive-courses .learnpress-course-curriculum #learn-press-course-curriculum .section {
	background-color: var(--lp-content-background-color);
	padding: 0 20px;
	margin-bottom: 12px;
	border-radius: var(--thim-border_radius-item, 0);
}

.single-lp_course .lp-archive-courses .learnpress-course-curriculum #learn-press-course-curriculum .section .section-header {
	border: none;
	background-color: var(--lp-content-background-color);
	padding: 20px 0;
}

.single-lp_course .lp-archive-courses .learnpress-course-curriculum #learn-press-course-curriculum .section .section-header .section-desc {
	font-style: normal;
}

.single-lp_course .lp-archive-courses .learnpress-course-curriculum #learn-press-course-curriculum .section .section-left .section-toggle {
	flex: 0 0 24px !important;
}

.single-lp_course .lp-archive-courses .learnpress-course-curriculum #learn-press-course-curriculum .section .section-content {
	padding-bottom: 8px;
}

.single-lp_course .lp-archive-courses .learnpress-course-curriculum #learn-press-course-curriculum .section-title {
	font-family: var(--thim-font_title-font-family);
	font-size: var(--thim-font_h4-font-size);
	font-weight: var(--thim-font_title-variant);
	color: var(--thim-font_title-color, #000);
}

.single-lp_course .lp-archive-courses .learnpress-course-curriculum #learn-press-course-curriculum .section-title:hover {
	color: var(--thim-body_primary_color);
}

.single-lp_course .lp-archive-courses .learnpress-course-curriculum #learn-press-course-curriculum .item-name {
	color: var(--thim-font_title-color, #000);
	font-weight: var(--thim-font_body-variant, 500);
	width: auto;
}

.single-lp_course .lp-archive-courses .learnpress-course-curriculum #learn-press-course-curriculum .course-item {
	margin-bottom: 0;
	background-color: var(--lp-content-background-color);
	padding: 0;
}

.single-lp_course .lp-archive-courses .learnpress-course-curriculum #learn-press-course-curriculum .course-item .section-item-link::before {
	font-size: var(--thim-font_body-font-size);
}

.single-lp_course .lp-archive-courses .learnpress-course-curriculum #learn-press-course-curriculum .course-item .course-item-info {
	display: flex;
	justify-content: space-between;
	gap: 10px;
	flex-wrap: wrap;
}

.single-lp_course .lp-archive-courses .learnpress-course-curriculum #learn-press-course-curriculum .course-item .course-item-meta {
	min-width: 24px;
	text-align: center;
}

.single-lp_course .lp-archive-courses .learnpress-course-curriculum #learn-press-course-curriculum .course-item .course-item-meta .course-item-preview::before {
	content: "";
	font-family: "lp-icon";
	background-color: transparent;
	color: var(--thim-font_body-color, #727272);
	font-size: 1rem;
}

.single-lp_course .lp-archive-courses .lp-course-author .author-title {
	margin-top: 0;
	margin-bottom: 12px;
}

.single-lp_course .lp-archive-courses .lp-course-author .author-description {
	color: var(--thim-font_body-color, #727272);
	font-style: normal;
}

.single-lp_course .lp-archive-courses .review-form {
	border-radius: var(--thim-border_radius-item-big, 0);
}

.single-lp_course .lp-archive-courses .review-form ul {
	padding: 0;
}

.single-lp_course .lp-archive-courses .review-form input, .single-lp_course .lp-archive-courses .review-form textarea {
	min-height: 44px;
	padding: 10px;
	border-radius: var(--thim-border_radius-item, 0);
	border-width: 1px;
}

@media (min-width:769px) {
	.single-lp_course .lp-archive-courses .course-summary-content .course-info-left {
		width: calc(100% - 300px);
	}
}

@media (min-width:992px) {
	.single-lp_course .lp-archive-courses .course-summary-content .course-info-left {
		width: calc(100% - 440px);
	}
}

#popup-course .learnpress-course-curriculum #learn-press-course-curriculum .section {
	border-radius: 0;
}

.course-rate {
	width: 100%;
}

.lp-single-offline-course {
	padding: 40px 0;
}

.lp-single-offline-course .info-metas, .lp-single-offline-course .course-featured-review {
	border-radius: var(--thim-border_radius-item, 0);
}

.lp-single-offline-course .info-metas .course-buttons {
	margin-top: 0;
}

.lp-single-offline-course .info-metas .course-buttons .lp-button {
	margin-top: 30px;
	border-radius: var(--thim-border_radius-button, 0);
}

.lp-single-offline-course .lp-single-offline-course__left .course-img img {
	border-radius: var(--thim-border_radius-item, 0);
}

.lp-single-offline-course .lp-single-offline-course__left .learn-press-breadcrumb {
	margin-bottom: 20px;
	font-size: 0;
	gap: 4px;
}

.lp-single-offline-course .lp-single-offline-course__left .learn-press-breadcrumb span {
	color: #9d9d9d;
	font-size: var(--thim-font_body-font-size);
}

.lp-single-offline-course .lp-single-offline-course__left .learn-press-breadcrumb a span {
	color: var(--thim-font_body-color, #727272);
}

.lp-single-offline-course .lp-single-offline-course__left .learn-press-breadcrumb a {
	display: inline-flex;
}

.lp-single-offline-course .lp-single-offline-course__left .learn-press-breadcrumb a:hover span {
	color: var(--thim-body_primary_color);
}

.lp-single-offline-course .lp-single-offline-course__left .learn-press-breadcrumb a::after {
	content: "";
	font-weight: normal;
	font-family: "lp-icon";
	display: inline-block;
	margin-left: 8px;
	font-size: var(--thim-font_body-font-size);
}

.lp-single-offline-course .lp-single-offline-course__left .lp-single-course-offline-info-one {
	margin-bottom: 40px;
}

.lp-single-offline-course .lp-single-offline-course__left .lp-single-course-offline-info-one .instructor-display-name {
	font-weight: var(--thim-font_h6-variant);
}

.lp-single-offline-course .lp-single-offline-course__left .lp-single-course-offline-info-one .course-address::before {
	content: "";
	font-family: "lp-icon";
	font-weight: normal;
	display: inline-block;
	margin-right: 8px;
	color: var(--thim-body_primary_color);
}

.lp-single-offline-course .lp-single-offline-course__left .course-title {
	font-size: var(--thim-font_h2-font-size);
	margin-bottom: 20px;
}

.lp-single-offline-course .lp-single-offline-course__right .info-meta-left>span {
	color: var(--thim-body_primary_color);
}

.lp-single-offline-course .lp-single-offline-course__right .course-buttons .retake-course, .lp-single-offline-course .lp-single-offline-course__right .course-buttons .enroll-course, .lp-single-offline-course .lp-single-offline-course__right .course-buttons .purchase-course {
	width: 100%;
}

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

article.lp-content-area {
	padding-left: 0;
	padding-right: 0;
}

nav.learn-press-pagination {
	margin: 0;
	display: flex;
	justify-content: center;
}

@media (max-width:575px) {
	nav.learn-press-pagination {
		margin-bottom: 30px;
	}
}

nav.learn-press-pagination ul {
	margin-left: auto;
	margin-right: auto;
	padding-left: 0;
}

nav.learn-press-pagination ul li {
	display: inline-block;
	list-style: none;
	padding: 0;
}

nav.learn-press-pagination ul li .page-numbers {
	font-weight: bold;
	font-weight: 500;
	display: inline-block;
	width: 48px;
	text-align: center;
	height: 48px;
	line-height: 48px;
	border: 1px solid #eaeaea;
	color: var(--thim-font_title-color, #000);
	border-radius: var(--thim-border_radius-button, 0);
}

nav.learn-press-pagination ul li a {
	color: var(--thim-font_title-color, #000);
	text-decoration: none;
}

nav.learn-press-pagination ul li a:hover, nav.learn-press-pagination ul li a:focus {
	background-color: var(--thim-font_title-color, #000);
	color: #fff !important;
	border-color: var(--thim-font_title-color, #000);
}

nav.learn-press-pagination ul li .page-numbers.current {
	background-color: var(--thim-font_title-color, #000);
	color: #fff;
	border-color: var(--thim-font_title-color, #000);
}

@media (min-width:1200px) {
	.logged-in .course-summary-sidebar.slide-top .course-summary-sidebar__inner {
		position: unset;
	}
}

.learnpress {
	--lp-content-background-color: #f5f5f5;
	--lp-primary-color: var(--thim-body_primary_color, #ffb606);
}

.learnpress #learn-press-profile .wrapper-profile-header {
	background: transparent;
	color: inherit;
}

.learnpress .lp-user-profile .lp-profile-right {
	padding-left: 0;
}

.learnpress .lp-user-profile .lp-content-area {
	padding-left: 0;
	padding-right: 0;
	align-items: center;
}

.learnpress .lp-user-profile .lp-profile-username {
	color: var(--thim-font_title-color, #000);
	margin-top: 0;
	font-weight: var(--thim-font_title-variant);
}

.learnpress .lp-user-profile .lp-user-profile-socials {
	justify-content: flex-start;
	border: none;
	background: transparent;
	padding-top: 0;
}

@media (min-width:650px) {
	.learnpress .lp-user-profile .lp-profile-left {
		min-width: 120px;
		max-width: 120px;
	}
}

.learnpress .lp-user-profile .lp-profile-content-area {
	align-items: flex-start;
	padding: 0;
}

.learnpress .lp-user-profile .lp-user-cover-image_background {
	overflow: hidden;
}

.learnpress .lp-user-profile #profile-nav .lp-profile-nav-tabs>li {
	padding-bottom: 0;
	border: none;
	background-color: var(--lp-white-grey, #f7f7fb);
	border-radius: var(--lp-border-radius, 5px);
	margin-bottom: 10px;
}

.learnpress .lp-user-profile #profile-nav .lp-profile-nav-tabs>li:hover, .learnpress .lp-user-profile #profile-nav .lp-profile-nav-tabs>li.active {
	background-color: var(--lp-primary-color);
}

.learnpress .lp-user-profile #profile-nav .lp-profile-nav-tabs>li:hover>a, .learnpress .lp-user-profile #profile-nav .lp-profile-nav-tabs>li:hover>a>i, .learnpress .lp-user-profile #profile-nav .lp-profile-nav-tabs>li.active>a, .learnpress .lp-user-profile #profile-nav .lp-profile-nav-tabs>li.active>a>i {
	color: #fff;
}

.learnpress .lp-user-profile #profile-nav .lp-profile-nav-tabs>li>a {
	color: var(--thim-font_title-color, #000);
}

.learnpress .lp-user-profile .lp-profile-nav-tabs>li a {
	padding: 14px 20px;
}

.learnpress .lp-user-profile .statistic-box__text__number {
	color: var(--thim-font_title-color, #000);
}

.learnpress .lp-user-profile .statistic-box__text label {
	margin-bottom: 8px;
	font-size: var(--thim-font_body-font-size);
}

@media (max-width:600px) {
	.learnpress .lp-user-profile .statistic-box__text label {
		margin-bottom: 0;
	}
}

.learnpress .lp-user-profile ul>li {
	padding-bottom: 0;
}

.learnpress .lp-user-profile .lp-profile-content {
	margin-bottom: 0;
}

.learnpress .lp-user-profile .lp-profile-content #learn-press-profile-basic-information button, .learnpress .lp-user-profile .lp-profile-content #learnpress-avatar-upload button, .learnpress .lp-user-profile .lp-profile-content #profile-content-settings button {
	font-size: var(--thim-font_body-font-size);
	line-height: var(--thim-font_body-line-height);
	line-height: var(--thim-font_body-line-height);
	font-family: var(--thim-font_body-font-family);
	text-transform: var(--thim-font_body-text-transform);
	text-transform: capitalize;
	font-weight: var(--thim-font-button-font-weight, 500);
	border-radius: var(--thim-border_radius-button, 0);
	border-radius: var(--thim-border_radius-button, 0);
	background-color: var(--thim-body_primary_color);
	color: #fff;
	padding: 10px 25px;
	height: auto;
}

.learnpress .lp-user-profile .lp-profile-content #learn-press-profile-basic-information button:hover, .learnpress .lp-user-profile .lp-profile-content #learnpress-avatar-upload button:hover, .learnpress .lp-user-profile .lp-profile-content #profile-content-settings button:hover {
	background-color: var(--thim-font_title-color, #000);
}

.learnpress .lp-user-profile .lp-profile-content button.lp-button {
	font-size: var(--thim-font_body-font-size);
	line-height: var(--thim-font_body-line-height);
	font-family: var(--thim-font_body-font-family);
	text-transform: var(--thim-font_body-text-transform);
	text-transform: capitalize;
	font-weight: var(--thim-font-button-font-weight, 500);
	border-radius: var(--thim-border_radius-button, 0);
	background-color: var(--thim-body_primary_color);
	color: #fff;
	border: none;
	padding: 10px 30px;
}

.learnpress .lp-user-profile .lp-profile-content button.lp-button:hover {
	background-color: var(--thim-font_title-color, #000);
}

.learnpress .lp-user-profile .lp-profile-content button[type=submit] {
	border-radius: var(--thim-border_radius-button, 0);
	padding: 10px 25px;
	text-transform: capitalize;
}

.learnpress .lp-user-profile .lp-profile-content input, .learnpress .lp-user-profile .lp-profile-content textarea {
	min-height: 48px;
	border-radius: var(--thim-border_radius-item, 0);
	padding: 8px 16px;
	border: 1px solid var(--thim-border_color);
}

.learnpress .lp-user-profile .lp-profile-content .form-field .description {
	font-size: var(--thim-font_body-font-size);
	line-height: var(--thim-font_body-line-height);
	font-family: var(--thim-font_body-font-family);
	text-transform: var(--thim-font_body-text-transform);
}

.learnpress .lp-user-profile .lp-profile-content .lp_profile_course_progress__header, .learnpress .lp-user-profile .lp-profile-content th {
	background-color: var(--lp-content-background-color);
}

.learnpress .lp-user-profile .lp-profile-content .learn-press-filters>li span {
	color: var(--thim-body_primary_color);
}

.learnpress .lp-user-profile .lp-profile-content .learn-press-tabs__tab {
	background-color: var(--lp-content-background-color);
}

.learnpress .lp-user-profile .lp-profile-content .learn-press-tabs__tab.active::before {
	background-color: var(--thim-body_primary_color) !important;
}

.learnpress .lp-user-profile .lp-profile-content .learn-press-tabs__tab.active a {
	color: var(--thim-body_primary_color) !important;
}

.learnpress .lp-user-profile .learn-press-form {
	border-radius: var(--thim-border_radius-item, 0);
}

.learnpress .lp-user-profile .learn-press-form button[type=submit] {
	background-color: var(--thim-body_primary_color);
	border: none;
	transition: all .3s ease-in-out;
	font-size: var(--thim-font_body-font-size);
	line-height: var(--thim-font_body-line-height);
	font-family: var(--thim-font_body-font-family);
	text-transform: var(--thim-font_body-text-transform);
	border-radius: var(--thim-border_radius-button, 0);
	font-weight: var(--thim-font-button-font-weight, 500);
}

.learnpress .lp-user-profile .learn-press-form button[type=submit]:hover {
	background-color: var(--thim-font_title-color, #000);
}

.learnpress .lp-user-profile .learn-press-form input {
	border-radius: var(--thim-border_radius-item, 0) !important;
	font-size: var(--thim-font_body-font-size);
	line-height: var(--thim-font_body-line-height);
	font-family: var(--thim-font_body-font-family);
	text-transform: var(--thim-font_body-text-transform);
}

.learnpress .lp-user-profile .learn-press-form h3 {
	margin-top: 0;
}

.learnpress .lp-user-profile .learn-press-form .form-field>label {
	font-style: normal;
	font-size: var(--thim-font_h6-font-size);
	font-weight: var(--thim-font_h6-variant);
}

.learnpress .lp-user-profile .learn-press-form p {
	margin-bottom: 10px;
}

.learnpress .lp-user-profile .learn-press-form p:last-child {
	margin-bottom: 0;
}

@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: 450px;
	}
}

.learnpress .lp-user-profile #profile-sidebar {
	border: none;
}

@media (min-width:1024px) {
	.learnpress .lp-user-profile #profile-content-wishlist .learn-press-wishlist-courses {
		grid-template-columns: repeat(3, 1fr);
	}
}

.learnpress .lp-user-profile #profile-nav .lp-profile-nav-tabs li.active>ul .active>a {
	color: var(--thim-body_primary_color);
}

.learnpress .lp-user-profile #profile-nav .lp-profile-nav-tabs li.active>ul .active>a i {
	color: var(--thim-body_primary_color);
}

.learnpress .lp-archive-courses .course-meta__pull-left .meta-item {
	height: fit-content;
}

.learnpress .course-extra-box {
	border-radius: var(--thim-border_radius-item, 0);
	overflow: hidden;
	border: none;
}

.learnpress button.lp-button {
	font-size: var(--thim-font_body-font-size);
	line-height: var(--thim-font_body-line-height);
	font-family: var(--thim-font_body-font-family);
	text-transform: var(--thim-font_body-text-transform);
	text-transform: capitalize;
	font-weight: var(--thim-font-button-font-weight, 500);
	border-radius: var(--thim-border_radius-button, 0);
	background-color: var(--thim-body_primary_color);
	color: #fff;
	border: none;
	padding: 10px 30px;
}

.learnpress button.lp-button:hover {
	background-color: var(--thim-font_title-color, #000);
}

.learnpress #popup-content button.lp-button {
	padding: 10px 30px;
}

.learnpress #popup-content #button-submit-quiz {
	font-size: var(--thim-font_body-font-size);
	line-height: var(--thim-font_body-line-height);
	font-family: var(--thim-font_body-font-family);
	text-transform: var(--thim-font_body-text-transform);
	font-weight: var(--thim-font-button-font-weight, 500);
	color: var(--thim-body_primary_color);
	padding: 10px 30px;
	border-radius: var(--thim-border_radius-button, 0);
}

.learnpress #popup-content #button-submit-quiz:hover {
	color: #fff;
}

body {
	overflow-x: hidden;
}

.lp-modal-dialog .lp-modal-header {
	background-color: var(--thim-body_primary_color);
}

.navigation .width-navigation ul.navbar-main-menu>li.current_page_item a {
	color: var(--thim-body_primary_color);
}

.lp-badge.featured-course {
	display: none;
}

.learnpress .lp-user-profile .learn-press-form button[type=submit]:hover {
	background-color: var(--e-global-color-secondary);
}

footer#colophon .copyright-area {
	padding: 0;
}

.learn-press-form .form-fields .form-field {
	padding-bottom: 0;
}

.learn-press-form .form-fields .form-field>label {
	font-style: normal;
	font-size: calc(var(--lp-font-size-base, 1em) * .89);
}

.learn-press-form .learn-press-login>p {
	margin-bottom: 10px;
}

.learnpress-checkout .top_heading {
	margin-bottom: 60px;
}

.learnpress-checkout h1 {
	margin-bottom: 30px;
}

.learnpress-checkout table, .learnpress-checkout tr, .learnpress-checkout td {
	border: none;
}

.learnpress-checkout input:not([type=checkbox]) {
	border-radius: var(--thim-border_radius-item, 0);
}

.learnpress-checkout .payment-methods label {
	border-radius: var(--thim-border_radius-item, 0);
}

.learnpress-checkout #checkout-order .lp-checkout-order__inner {
	border-radius: var(--thim-border_radius-item, 0);
}

@media (max-width:767px) {
	h1 {
		font-size: 32px;
	}
	
	h2 {
		font-size: 28px;
	}
	
	h3 {
		font-size: 24px;
	}
	
	.navigation .width-logo {
		width: 160px;
	}
}

@media (max-width:768px) {
	.learnpress .lp-archive-courses ul.course-nav-tabs {
		padding: 0;
	}
}

.single-lp_course .lp-single-course .lp-single-course__header .course-title {
	padding-bottom: 0;
}

.single-lp_course .lp-single-course .lp-single-course__header .course-instructor-category {
	margin-bottom: 30px;
}

.single-lp_course .lp-single-course .lp-single-course-main {
	padding-bottom: 60px;
}

@media (max-width:991px) {
	.single-lp_course .lp-single-course .lp-single-course-main {
		padding: 30px 0;
	}
}

.single-lp_course .lp-single-course .lp-course-description h2, .single-lp_course .lp-single-course .lp-course-description h3, .single-lp_course .lp-single-course .lp-course-description h4, .single-lp_course .lp-single-course .lp-course-description h5, .single-lp_course .lp-single-course .lp-course-description h6, .single-lp_course .lp-single-course .lp-course-description p {
	margin-bottom: 20px;
}

.single-lp_course .lp-single-course .lp-course-curriculum .course-section__title {
	font-weight: var(--thim-font_title-variant);
	color: var(--thim-font_title-color, #000);
}

.single-lp_course .lp-single-course .social-share-toggle .wrapper-content-widget .content-widget-social-share {
	border-radius: var(--thim-border_radius-item, 0);
}

.single-lp_course .lp-single-course .social-share-toggle .wrapper-content-widget .content-widget-social-share .btn-clipboard {
	border-radius: var(--thim-border_radius-button, 0);
	font-family: var(--thim-font_body-font-family);
	padding: 9px 20px;
	color: var(--thim-body_primary_color);
	border: 2px solid var(--thim-body_primary_color);
}

.single-lp_course .lp-single-course .social-share-toggle .wrapper-content-widget .content-widget-social-share .btn-clipboard:hover {
	background-color: var(--thim-body_primary_color);
	color: #fff;
}

.single-lp_course .lp-single-course .social-share-toggle .wrapper-content-widget .content-widget-social-share .clipboard-value {
	padding: 9px 20px;
}

.single-lp_course .lp-single-course .social-share-toggle .wrapper-content-widget .content-widget-social-share .lp-social-media {
	margin: 0;
}

.single-lp_course .lp-single-course .learnpress-course-review .course-review-head {
	display: none;
}

.single-lp_course .lp-single-course .learnpress-course-review .course-reviews-list {
	margin-top: 30px;
}

.single-lp_course .lp-single-course .learnpress-course-review .course-reviews-list li {
	border-radius: var(--thim-border_radius-item, 0);
	border: none;
	background-color: #f7f7fb;
}

.single-lp_course .lp-single-course .learnpress-course-review .course-reviews-list li .user-name {
	margin-top: 0;
	font-size: 1em;
}

.single-lp_course .lp-single-course .learnpress-course-review .course-reviews-list li .review-title {
	font-size: var(--thim-font_h5-font-size);
	font-weight: var(--thim-font_title-variant);
	font-style: normal;
	margin-bottom: 12px;
	color: var(--thim-font_title-color, #000);
}

.single-lp_course .lp-single-course .learnpress-course-review .course-reviews-list li .review-author {
	width: 90px;
}

.single-lp_course .lp-single-course .learnpress-course-review .course-reviews-list li .review-text {
	padding: 0;
}

.single-lp_course .lp-single-course .learnpress-course-review .course-reviews-list li img {
	border-radius: 50%;
}

.single-lp_course .lp-single-course .learnpress-course-review .review-form input[type=text] {
	border: 1px solid var(--thim-border_color);
}

.single-lp_course .lp-single-course .lp-list-courses-related {
	margin-bottom: 0;
}

.single-lp_course .lp-single-course .lp-list-courses-related .section-title {
	margin-bottom: 30px;
}

.single-lp_course .lp-single-course .lp-content-area {
	padding-bottom: 30px;
}

.entry-content>.lp-content-area {
	padding: 0;
}

.lp-single-instructor .ul-instructor-courses .course-price {
	font-weight: var(--thim-font-button-font-weight, 500);
}

.course-price .price {
	color: var(--thim-course_price_color);
}

.course-price .course-price-suffix, .course-price .course-price-prefix {
	font-weight: normal;
	font-size: 1rem;
	color: var(--thim-font_body-color, #727272);
}
