/*
Theme Name: Type
Theme URI: https://www.designlabthemes.com/type-wordpress-theme/
Author: Design Lab
Author URI: https://www.designlabthemes.com/
Description: Build a professional blog, an online store or a magazine style website with Type WordPress Theme. We built Type with performance, usability, and SEO in mind. It’s fast, lightweight, and fully AMP-compatible. With Type your website will look amazing on all devices to provide a great user experience. It comes with several options to quickly customize your site: quickly upload your Logo, easily combine 4 Header Styles, create an impressive Header Image, showcase your Featured Posts, and more. The Theme includes also a basic support for WooCommerce plugin.
Version: 1.1.5
Requires at least: 4.7
Tested up to: 6.0
Requires PHP: 5.6
Text Domain: type
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: blog, custom-background, custom-colors, custom-header, custom-menu, custom-logo, e-commerce, featured-images, flexible-header, footer-widgets, full-width-template, one-column, post-formats, right-sidebar, sticky-post, theme-options, translation-ready, two-columns
*/

/********************************************************************************************************
 * Please don't edit this file. You can lose all modifications if the theme is updated.
 * Please use Additional CSS via Customizer (since WordPress 4.7) or a child theme to overwrite specific style rules.
 * See here more about Child Themes: https://codex.wordpress.org/Child_Themes
********************************************************************************************************/

/*

01: Reset
02: Typography
03: Elements
04: Layout
05: Header
06: Content
07: Footer
08: Widgets
09: Forms
10: Comments
11: Blocks
12: Media
13: Responsive

*/

/*
 * 01. Reset
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block
}

html {
	scroll-behavior: smooth;
	-webkit-text-size-adjust: 100%;
}

body {
	text-rendering: optimizelegibility;
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote,q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

pre {
	font-family: monospace;
	font-size: 1em;
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration-style: dotted;
}

b,
strong {
	font-weight: 700;
}

code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	margin: 0;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
	-webkit-appearance: button;
}

/*
 * 02: Typography
 */

html, body {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

body,
input,
select,
textarea {
	color: #222;
	font-family: 'GothamPro', sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.75;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: 'GothamPro', sans-serif;
	font-weight: 700;
	color: #000;
}

h1 {
	font-size: 40px;
	font-size: 2.5rem;
	font-weight: 400;
	line-height: 1.25;
}

h2 {
	font-size: 28px;
	font-size: 1.75rem;
	line-height: 1.25;
}

h3 {
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 1.25;
	color: #555;
}

h4 {
	font-size: 16px;
	font-size: 1rem;
	text-transform: uppercase;
	line-height: 1.5;
}

h5 {
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 1.5;
}

h6 {
	font-size: 16px;
	font-size: 1rem;
}

h1, h2, h3 {
	margin: 20px 0 10px;
}

h4, h5, h6 {
	margin: 10px 0 5px;
}

p {
	margin: 0 0 20px;
}

.entry-content h1:first-child,
.entry-content h2:first-child,
.entry-content h3:first-child,
.entry-content h4:first-child,
.entry-content h5:first-child,
.entry-content h6:first-child,
.comment-content h1:first-child,
.comment-content h2:first-child,
.comment-content h3:first-child,
.comment-content h4:first-child,
.comment-content h5:first-child,
.comment-content h6:first-child,
.textwidget h1:first-child,
.textwidget h2:first-child,
.textwidget h3:first-child,
.textwidget h4:first-child,
.textwidget h5:first-child,
.textwidget h6:first-child {
	margin-top: 0;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	border-left: 5px solid #398B2B;
	margin: 20px 30px;
	padding: 0 20px;
	color: #444;
}

blockquote cite {
	display: block;
	margin: 10px 0 0;
	font-size: 14px;
	font-size: 0.875rem;
	color: #888;
	line-height: 1.5;
}

address {
	margin: 0 0 10px;
}

pre {
	max-width: 100%;
	margin-bottom: 20px;
	padding: 5px 15px;
	overflow: auto;
	background-color: #f5f5f5;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 14px;
	line-height: 1.5;
	white-space: pre-wrap;
	word-wrap: break-word;
}

code,
kbd,
tt,
var {
	font-family: Menlo, Consolas, monospace;
	font-size: 14px;
	font-size: 0.875rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	text-decoration: none;
}

mark {
	background: #fff9c0;
}

small {
	font-size: 75%;
}

big {
	font-size: 125%;
}

.sep {
	display: inline-block;
	padding: 0 5px;
}

.material-icons.md-middle {vertical-align: middle; }
.material-icons.md-20 { font-size: 20px; }
.material-icons.md-24 { font-size: 24px; }
.material-icons.md-36 { font-size: 36px; }
.material-icons.md-48 { font-size: 48px; }

/* Headings */

.entry-title {
	padding: 0;
	margin: 0;
	color: #000;
	line-height: 1.25;
	text-align: center;
}

.site-title {
	font-family: 'GothamPro', sans-serif;
	margin: 0;
	padding: 0;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.25;
}

.site-title a:focus,
.site-title a:active {
	outline: 0;
}

.site-description {
	font-size: 0.9375rem;
	margin: 5px 0 0;
	color: #888;
	line-height: 1.25;
}

h1.entry-title {
	font-size: 2.5rem;
	font-weight: 700;
	margin: 20px 0;
}

h2.entry-title {
	font-size: 1.50rem;
	font-weight: 700;
	/*text-transform: uppercase;*/
}

.widget-title {
	margin: 0 0 20px;
	padding: 0;
	font-size: 0.9375rem;
	text-transform: uppercase;
	line-height: 1.25;
	color: #222;
}

.comments-title,
.comment-reply-title {
	display: inline-block;
	font-size: 1.250rem;
	margin: 0 0 20px;
	padding: 0;
	line-height: 1.25;
	color: #222;
}

.page-title {
	font-size: 0.9375rem;
	margin: 0;
	text-align: center;
	line-height: 20px;
	font-weight: 700;
	text-transform: uppercase;
	color: #222;
}

.category-title {
	margin: 0 0 10px;
	padding: 0;
	font-size: 0.9375rem;
	text-transform: uppercase;
	line-height: 1.25;
	color: #222;
	text-align: left;
}

.category-title a {
	color: #222;
	display: inline-block;
	line-height: 22px;
}

.category-title a:hover {
	text-decoration: none;
	color: #398B2B;
}

/* Links */

a {
	color: #398B2B;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #398B2B;
}

a:hover,
a:active,
a:focus {
	outline: 0;
}

.site-title a {
	color: #222222;
	transition: all 0.3s ease-in-out 0s;
}

.site-title a:hover {
	text-decoration: none;
}

.entry-title a {
	color: #000;
}

.entry-title a:hover {
	color: #398B2B;
	text-decoration: none;
}

/*
 * 03: Elements
 */

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

body {
	background: #fff;
}

blockquote:before,
blockquote:after {
	content: "";
}

blockquote {
	quotes: "" "";
}

q {
	quotes: "“" "”" "‘" "’";
}

:focus {
	outline: none;
}

hr {
	border: 0;
	height: 1px;
	margin: 20px auto;
	background-color: #eee;
}

ul,
ol {
	margin: 0 0 20px 20px;
    padding: 0 0 0 20px;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

ul li,
ol li {
	margin: 0 0 5px 0;
}

li > ul,
li > ol {
	margin-bottom: 0;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 20px 20px;
}

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

td,
th {
	padding: 10px;
	border: 1px solid #d2d2d2;
}

figure {
	margin: auto;
}

/*
 * 04: Layout
 */

.container {
	max-width: 600px;
	margin: auto;
	transition: all 0.5s ease-in-out 0s;
	padding-left: 20px;
	padding-right: 20px;
}

/* Grid */

.row {
	margin-left: -10px;
	margin-right: -10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12,
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12,
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12,
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
	position: relative;
	min-height: 1px;
	padding-left: 10px;
	padding-right: 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
	float: left;
}
.col-xs-12 {
	width: 100%;
}
.col-xs-11 {
	width: 91.66666667%;
}
.col-xs-10 {
	width: 83.33333333%;
}
.col-xs-9 {
	width: 75%;
}
.col-xs-8 {
	width: 66.66666667%;
}
.col-xs-7 {
	width: 58.33333333%;
}
.col-xs-6 {
	width: 50%;
}
.col-xs-5 {
	width: 41.66666667%;
}
.col-xs-4 {
	width: 33.33333333%;
}
.col-xs-3 {
	width: 25%;
}
.col-xs-2 {
	 width: 16.66666667%;
}
.col-xs-1 {
	width: 8.33333333%;
}

.text-center {
	text-align: center;
}

/* Clearings */

.clear:before,
.clear:after,
.container:before,
.container:after,
.hentry:before,
.hentry:after,
.product:before,
.product:after,
.entry-content:before,
.entry-content:after,
.entry-footer:before,
.entry-footer:after,
.comment-meta:before,
.comment-meta:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.nav-links:before,
.nav-links:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.container:after,
.hentry:after,
.product:after,
.entry-content:after,
.entry-footer:after,
.comment-meta:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.nav-links:after {
	clear: both;
}

/* Text meant only for screen readers */

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #10c0cc;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*
 * 05: Header
 */

.main-navbar {
	display: none;
	padding: 0;
	clear: both;
	background-color: #fff;
	text-align: center;
}

.site-branding {
	padding: 30px 0;
}

.site-header {
	margin-bottom: 20px;
}

/* Custom Logo */

.site-logo .custom-logo {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	height: auto;
}

.site-logo .custom-logo-title {
	display: block;
	margin: 20px auto;
}

/* Header Image */

.header-image {
	position: relative;
	width: 100%;
	height: 140px;
	padding: 20px 0;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

/* Top Search */

.top-search {
	display: none;
	position: relative;
	padding: 0;
	margin: 5px 0 0;
	opacity: 1;
	transition: opacity 0.3s ease-in-out 0s;
}

.top-search .search-form {
	position: absolute;
	top: 35px;
	right: 0;
	width: 160px;
	height: 40px;
	opacity: 0;
    visibility: hidden;
    background-color: #fff;
    box-shadow: 0 2px 4px -2px rgba(0, 0, 0, 0.1);
	transition: width 0.5s ease 0s, opacity 0.5s ease 0s;
	z-index: 20;
}

.top-search .search-form .search-field {
	height: 26px;
	width: 160px;
	line-height: 26px;
	font-size: 13px;
	padding: 5px 35px 5px 10px;
	margin: 7px 0 0 0;
	border: 0;
	border-radius: 0;
	background-color: #fff;
	position: relative;
	box-sizing: border-box;
}

.top-search .search-form .search-submit {
	position: absolute;
	top: 7px;
	right: 5px;
	height: 25px;
	width: 30px;
	padding: 0;
	margin: 0;
	line-height: 25px;
	background: transparent;
	color: #888;
}

.top-search .search-form .search-submit:hover {
	color: #444;
}

.top-search-button {
	display: inline-block;
	width: 30px;
	height: 30px;
	padding: 0 5px;
	text-align: center;
	line-height: 30px;
	font-size: 14px;
	color: #222;
	cursor: pointer;
	z-index: 10;
	outline: none;
}

.top-search-button .search-icon:before {
	font-family: 'Material Icons';
	font-weight: normal;
	font-style: normal;
	font-size: 18px;  /* Preferred icon size */
	display: inline-block;
	line-height: 30px;
	text-transform: none;
	letter-spacing: normal;
	word-wrap: normal;
	white-space: nowrap;
	direction: ltr;

	/* Support for all WebKit browsers. */
	-webkit-font-smoothing: antialiased;
	/* Support for Safari and Chrome. */
	text-rendering: optimizeLegibility;

	/* Support for Firefox. */
	-moz-osx-font-smoothing: grayscale;

	/* Support for IE. */
	font-feature-settings: 'liga';

	content: "\E8B6";
	vertical-align: -15%;
}

.top-search.active .search-form {
	visibility: visible;
	opacity: 1;
}

.top-search.active .top-search-button .search-icon:before {
	content: "\E14C";
}

/* Social Links */

.social-links {
	display: none;
	margin: 0 auto 20px;
	text-align: center;
}

.social-menu {
	display: inline-block;
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 1rem;
}

.social-menu li {
	display: inline-block;
	margin: 0 0 0 10px;
}

.social-menu li:first-child {
	margin-left: 0;
}

.social-menu a {
    display: inline-block;
    position: relative;
    padding: 0 2px;
    line-height: 30px;
	margin: 0;
	background-color: transparent;
	color: #222;
	text-align: center;
	opacity: 1;
	transition: opacity 0.3s ease-in-out 0s;
}

.social-menu a:hover {
	text-decoration: none;
	color: #000;
}

.social-menu a .screen-reader-text {
	position: absolute;
	top: -9999em;
	left: -9999em;
}

.social-menu a:before {
	font-family: 'Socicon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;

	display: inline-block;
	font-size: 14px;
	vertical-align: -15%;
}

.social-menu a:before { content: "\e072"; }
.social-menu a[href*="dribbble.com"]:before { content: "\e021"; }
.social-menu a[href*="facebook.com"]:before { content: "\e028 "; }
.social-menu a[href*="flickr.com"]:before { content: "\e02d"; }
.social-menu a[href*="github.com"]:before { content: "\e032"; }
.social-menu a[href*="instagram.com"]:before { content: "\e044"; }
.social-menu a[href*="linkedin.com"]:before { content: "\e04c"; }
.social-menu a[href*="medium.com"]:before { content: "\e051"; }
.social-menu a[href*="pinterest.com"]:before { content: "\e063"; }
.social-menu a[href*="plus.google.com"]:before { content: "\e038"; }
.social-menu a[href*="stumbleupon.com"]:before { content: "\e082"; }
.social-menu a[href*="tumblr.com"]:before { content: "\e08b "; }
.social-menu a[href*="twitter.com"]:before { content: "\e08d"; }
.social-menu a[href*="youtube.com"]:before { content: "\e0a5"; }
.social-menu a[href*="vimeo.com"]:before { content: "\e093"; }

.social-menu a[href*="dribbble.com"]:hover { color: #ea4c89; }
.social-menu a[href*="facebook.com"]:hover { color: #3B5998; }
.social-menu a[href*="flickr.com"]:hover { color: #ff0084; }
.social-menu a[href*="github.com"]:hover { color: #221e1b; }
.social-menu a[href*="instagram.com"]:hover { color: #517fa4; }
.social-menu a[href*="linkedin.com"]:hover { color: #007bb6; }
.social-menu a[href*="medium.com"]:hover { color: #00ab6c; }
.social-menu a[href*="pinterest.com"]:hover { color: #cb2027; }
.social-menu a[href*="plus.google.com"]:hover { color: #dd4b39; }
.social-menu a[href*="stumbleupon.com"]:hover { color: #eb4823; }
.social-menu a[href*="tumblr.com"]:hover { color: #32506d; }
.social-menu a[href*="twitter.com"]:hover { color: #00aced; }
.social-menu a[href*="youtube.com"]:hover { color: #bb0000; }
.social-menu a[href*="vimeo.com"]:hover { color: #51b5e7; }

.has-header-image .header-image .social-links {
	display: block;
	margin: 15px 0 0;
}

.has-header-image .header-image .social-menu a {
	padding: 0;
	width: 30px;
    height: 30px;
    line-height: 30px;
	background-color: rgba(0,0,0, .3);
	-webkit-border-radius: 64px;
    border-radius: 64px;
    color: #fff;
}

.has-header-image .header-image .social-menu a:hover {
	color: #fff;
	background-color: rgba(0,0,0, .8);
}

.has-header-image .header-image .social-menu a:before {
	vertical-align: -10%;
}

.mobile-navigation .mobile-social-menu {
	display: block;
	padding: 10px 0;
	text-align: center;
}

.mobile-navigation .mobile-social-menu li {
	display: inline-block;
	padding: 0;
	margin: 0;
}

.mobile-navigation .mobile-social-menu a {
	border: 0;
	padding: 0 4px;
}

/* Site Title Centered */

.site-title-centered .site-branding {
	position: relative;
}

.site-title-centered .site-title {
	text-align: center;
	margin: auto;
	padding: 0 10px;
}

.site-title-centered .site-description {
	max-width: 760px;
	margin: 15px auto 0;
	padding: 0 20px;
	text-align: center;
	font-size: 14px;
	text-transform: uppercase;
}

.site-title-centered .header-image .site-branding {
	padding: 0;
}

.site-title-centered .header-image .site-description {
	font-weight: 700;
}

.site-title-centered .search-form {
	border: 1px solid #eee;
}

.site-title-centered .header-image {
	display: table;
}

.site-title-centered .header-image .header-image-container {
	display: table-cell;
	vertical-align: middle;
}

/* Site Title Left */

.site-title-left {
	padding: 10px 20px;
	position: relative;
	text-align: center;
}

.site-title-left .top-search .search-form {
	border: 1px solid #eee;
}

/* Navigation */

.main-navigation {
	display: none;
	clear: both;
	margin: auto;
}

.main-navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	background-color: #fff;
	text-align: left;
}

.main-navigation li {
	display: block;
	position: relative;
	margin: 0;
}

.main-navigation > ul > li:first-child > a {
	border-top: 0;
}

.main-navigation a {
	display: block;
	text-decoration: none;
	margin: 0 15px;
    padding: 12px 0;
	color: #444;
	font-size: 14px;
	line-height: 1.5;
	border-top: 1px solid #f2f2f2;
}

.main-navigation li:hover > a,
.main-navigation li:focus > a,
.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a {
	color: #398B2B;
}

.main-navigation ul ul {
	display: none;
	background-color: #fff;
	padding: 0;
}

.main-navigation ul ul a {
	display: block;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li:focus > ul,
.main-navigation ul li.focus > ul  {
	opacity: 1;
	visibility: visible;
}

/* Mobile Navigation */

.mobile-navbar {
	height: 40px;
	background-color: #fff;
	border-bottom: 1px solid rgba(0,0,0,.07);
}

.mobile-navbar .top-search,
.mobile-navbar .woo-cart-link {
	display: inline-block;
	float: right;
}

.mobile-sidebar-overlay {
	display: none;
}

.mobile-sidebar {
	position: fixed;
	top: 0;
	height: 100%;
	z-index: 9999;
	width: 300px;
	overflow-y: auto;
	padding: 40px 15px 20px;
	background: #fff;
	left: -300px;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s;
	box-sizing: border-box;
}

body.admin-bar .mobile-sidebar {
	top: 46px;
}

.mobile-navigation {
	outline: none;
	display: block;
}

.menu-toggle {
	position: relative;
	display: block;
	width: 40px;
	height: 40px;
	margin: 0;
	padding: 0;
	float: left;
	background: transparent;
	color: #222;
	text-decoration: none;
	cursor: pointer;
	z-index: 4;
}

/* Button Toggle */

.button-toggle {
	display: block;
	background-color: #222;
	content: "";
	height: 2px;
	opacity: 1;
	position: absolute;
	transition: opacity 0.3s ease 0s, background 0.3s ease 0s;
	width: 20px;
	z-index: 20;
	left: 10px;
	top: 20px;
}

.button-toggle:before {
	background-color: #222;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	top: -6px;
	transform-origin: center center 0;
	transition: transform 0.3s ease 0s, background 0.3s ease 0s;
	width: 20px;
}

.button-toggle:after {
	background-color: #222;
	bottom: -6px;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	transform-origin: center center 0;
	transition: transform 0.3s ease 0s, background 0.3s ease 0s;
	width: 20px;
}

/* Drop down Button */

.dropdown-toggle {
	height: 42px;
	width: 42px;
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	right: 15px;
	text-transform: none;
	background-color: transparent;
	color: #222;
	border: 0;
	content: "";
	-webkit-border-radius: 0;
	border-radius: 0;
}

.dropdown-toggle:after {
	font-family: 'Material Icons';
	font-weight: normal;
	font-style: normal;
	font-size: 20px;  /* Preferred icon size */
	display: inline-block;
	line-height: 1;
	text-transform: none;
	letter-spacing: normal;
	word-wrap: normal;
	white-space: nowrap;
	direction: ltr;

	/* Support for all WebKit browsers. */
	-webkit-font-smoothing: antialiased;
	/* Support for Safari and Chrome. */
	text-rendering: optimizeLegibility;

	/* Support for Firefox. */
	-moz-osx-font-smoothing: grayscale;

	/* Support for IE. */
	font-feature-settings: 'liga';

	content: "\E5C5";
	vertical-align: middle;
	padding: 4px 8px;
	border-left: 1px solid #eee;
}

.dropdown-toggle:hover,
.dropdown-toggle:focus {
	background-color: transparent;
	color: #398B2B;
}

.dropdown-toggle:focus {
	outline: none;
}

.dropdown-toggle:focus:after {
	background-color: #eee;
	border-color: transparent;
}

/* Toggled On */

body.mobile-sidebar-active {
	overflow: hidden;
}

body.mobile-sidebar-active .mobile-sidebar-overlay {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.8);
	z-index: 9998;
}

.toggled-on .button-toggle,
body.mobile-sidebar-active .button-toggle {
	background-color: transparent;
}

.toggled-on .button-toggle:before,
body.mobile-sidebar-active .button-toggle:before {
	opacity: 1;
	transform: translate(0px, 6px) rotate(-45deg);
}

.toggled-on .button-toggle:after,
body.mobile-sidebar-active .button-toggle:after {
	opacity: 1;
	transform: translate(0px, -6px) rotate(45deg);
}

/* Is Open */
.mobile-sidebar.toggled-on {
	left: 0;
}

.mobile-navigation .mobile-menu li.is-open > ul,
.mobile-navigation .mobile-menu li .dropdown-toggle.is-open + .sub-menu {
	display: block;
}

.mobile-navigation .mobile-menu li.is-open > .dropdown-toggle:after,
.mobile-navigation .mobile-menu li .dropdown-toggle.is-open:after {
	content: "\E5C7";
}

/*
 * 06: Content
 */

.hentry,
.no-results {
	margin-bottom: 30px;
}

.no-results-inner {
	background: #f8fbf4;
	border: 1px solid #dbe6d1;
	border-radius: 18px;
	box-shadow: none;
	padding: 24px 26px;
	text-align: left;
}

.no-results .entry-header {
	margin: 0 0 12px;
}

.no-results .page-title {
	color: #202020;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.7rem;
	font-weight: 700;
	line-height: 1.2;
	margin: 0;
}

.no-results-text {
	color: #4d5448;
	font-size: 1rem;
	line-height: 1.65;
	max-width: 760px;
}

.no-results-message {
	color: #55604e;
	margin-bottom: 14px;
	max-width: 640px;
}

.no-results-badge {
	background: #edf5e6;
	border-radius: 999px;
	color: #398B2B;
	display: inline-flex;
	font-size: 0.8rem;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 12px;
	padding: 7px 11px;
}

.no-results-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-bottom: 0;
}

.no-results-action {
	align-items: center;
	border-radius: 12px;
	display: inline-flex;
	font-weight: 700;
	justify-content: center;
	padding: 12px 16px;
	text-decoration: none;
	transition: opacity 0.2s ease, transform 0.2s ease;
}

.no-results-action:hover {
	opacity: 0.95;
	transform: translateY(-1px);
}

.no-results-action--primary {
	background: #398B2B;
	color: #fff;
}

.no-results-search {
	border-top: 1px solid #dde6d3;
	margin-top: 18px;
	padding-top: 16px;
}

.no-results-search-label {
	color: #202020;
	font-size: 0.9rem;
	font-weight: 700;
	margin: 0 0 10px;
}

.no-results-search .search-form {
	display: flex;
	flex-wrap: nowrap;
	gap: 10px;
}

.no-results-search .search-form .search-field {
	border: 1px solid #d7e0cd;
	border-radius: 12px;
	flex: 1 1 auto;
	min-height: 46px;
	min-width: 400px;
	padding: 0 14px;
}

.no-results-search .search-form .search-submit {
	align-items: center;
	background: #202020;
	border-radius: 12px;
	color: #fff;
	display: inline-flex;
	justify-content: center;
	min-height: 46px;
	padding: 0 16px;
	white-space: nowrap;
}

@media (max-width: 767px) {
	.no-results-inner {
		border-radius: 16px;
		padding: 20px 16px;
	}

	.no-results .page-title {
		font-size: 1.4rem;
	}

	.no-results-search .search-form {
		flex-direction: column;
	}
}

.error404 .entry-header {
	margin: 0 0 20px;
}

.entry-content {
	font-size: 1.125rem;
}

.entry-content > p:last-child {
	margin-bottom: 0;
}

/* Entry content wrapper with author card */
.entry-content-wrapper {
	display: flex;
	gap: 30px;
	align-items: flex-start;
	margin-bottom: 20px;
}

.entry-content-wrapper .entry-content {
	width: 100%;
	flex: 1;
	min-width: 0;
}

.entry-author-card {
	flex: 0 0 280px;
	max-width: 280px;
	position: relative;
	min-height: 400px;
}

/* Author card */
.author-card {
	background-color: #fff;
	border-radius: 12px;
	padding: 24px;
	text-align: center;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.author-card__avatar {
	margin-bottom: 16px;
}

.author-card__avatar img {
	border-radius: 50%;
	width: 120px;
	height: 120px;
	object-fit: cover;
	margin: 0 auto;
	display: block;
}

.author-card__name {
	font-size: 1.125rem;
	font-weight: 700;
	color: #000;
	margin-bottom: 4px;
}

.author-card__role {
	font-size: 0.875rem;
	color: #666;
	margin-bottom: 12px;
}

.author-card__description {
	font-size: 0.875rem;
	color: #333;
	line-height: 1.5;
}

.entry-thumbnail {
	margin: auto;
}

/* Table of Contents */
.table-of-contents {
	background-color: #F4F8F1;
	border-radius: 12px;
	padding: 20px;
	margin: 20px 0;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.entry-lead-layout {
	margin-bottom: 24px;
}

.entry-lead-layout .entry-thumbnail,
.entry-lead-layout .table-of-contents {
	margin-top: 0;
	margin-bottom: 0;
}

.toc-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 0;
}

.toc-title {
	font-size: 1.125rem;
	font-weight: 700;
	color: #000;
	margin: 0;
}

.toc-toggle {
	background: #fff;
	border: none;
	border-radius: 4px;
	width: 30px;
	height: 30px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	transition: background-color 0.2s;
	flex-shrink: 0;
}

.toc-toggle:hover {
	background: #fff;
}

.toc-chevron {
	color: #398B2B;
	width: 16px;
	height: 16px;
	transition: transform 0.3s;
	display: block;
}

.table-of-contents.collapsed .toc-chevron {
	transform: rotate(-90deg);
}

.toc-list {
	margin: 20px 0 0;
	padding-left: 20px;
	list-style: decimal;
}

.table-of-contents.collapsed .toc-list {
	display: none;
}

.toc-item {
	margin-bottom: 2px;
	line-height: 1.5;
}

.toc-item a {
	color: #000;
	text-decoration: none;
	transition: color 0.2s;
}

.toc-item a:hover {
	color: #398B2B;
}

.toc-item--sub {
	font-size: 0.9em;
	margin-bottom: 4px;
	padding-left: 1em;
}

.toc-item--sub a {
	color: #555;
}

.toc-item--sub a:hover {
	color: #398B2B;
}

/* Highlighted Text Block */
.highlighted-text-block {
	background-color: #f8f9fa;
	border-left: 4px solid #398B2B;
	border-radius: 8px;
	padding: 20px;
	margin: 30px 0;
}

.highlighted-text-content {
	color: #398B2B;
	font-size: 1rem;
	line-height: 1.6;
}

.highlighted-text-content p {
	margin: 0 0 10px 0;
}

.highlighted-text-content p:last-child {
	margin-bottom: 0;
}


.entry-thumbnail img {
	display: block;
	margin: auto;
	width: 100%;
}

.entry-thumbnail img.type-image-placeholder {
	aspect-ratio: 1 / 1;
	background: #fff;
	border-radius: 18px;
	object-fit: cover;
}

.page-content {
	margin: 0 0 20px;
	background-color: #fff;
}

.page-links {
	clear: both;
	margin: 0 0 20px;
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	font-weight: 700;
}

.page-links > span,
.page-links > a {
	display: inline-block;
	font-weight: 400;
	padding: 2px 10px;
	margin: 0 2px;
	text-align: center;
	line-height: 1.5;
	font-size: 14px;
}

.page-links > :first-child {
	margin-left: 8px;
}

.page-links > span {
	background-color: #f5f5f5;
}

.page-links > a {
	background-color: #398B2B;
	color: #fff;
	border-radius: 2px;
}

.page-links > a:hover {
	color: #fff;
	text-decoration: none;
	opacity: .75;
}

.read-more {
	display: inline-block;
	text-decoration: none;
	font-weight: 700;
}

/* Posts Meta */

.entry-meta {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 10px;
	font-size: 0.750rem;
	color: #999;
	text-align: left;
	line-height: 1.25;
	text-transform: uppercase;
}

.posted-on,
.posted-on .reading-time,
.posted-on .post-views {
	display: inline-block;
}

.posted-on .meta-separator {
	margin: 0 6px;
	color: #999;
	font-size: 0.75em;
}

.posted-on .reading-time {
	margin-left: 0;
	color: #666;
	font-size: 0.875em;
}

.posted-on .post-views {
	margin-left: 0;
	color: #666;
	font-size: 0.875em;
}

.posted-on .views-icon {
	display: inline-block;
	margin-right: 4px;
	font-size: 0.9em;
}

/* Лайки в том же стиле, что и просмотры (posted-on или entry-meta__likes-share) */
.posted-on .post-likes-button,
.entry-meta__likes-share .post-likes-button {
	display: inline-block;
	margin-left: 8px;
	padding: 6px 14px;
	border: none;
	background-color: #398B2B;
	color: #fff;
	font-size: 0.875rem;
	font-family: inherit;
	line-height: 1.4;
	text-transform: none;
	letter-spacing: 0;
	border-radius: 8px;
	cursor: pointer;
	vertical-align: middle;
	transition: background-color 0.5s ease, color 0.5s ease, opacity 0.25s ease;
}

.posted-on .post-likes-button:hover,
.entry-meta__likes-share .post-likes-button:hover {
	background-color: #004fc4;
	color: #fff;
}

.posted-on .likes-icon,
.entry-meta__likes-share .likes-icon {
	display: inline-block;
	width: 1.15em;
	height: 1.15em;
	margin-right: 5px;
	vertical-align: -0.2em;
}

.posted-on .post-likes--liked .likes-icon,
.posted-on .post-likes--liked .likes-count,
.entry-meta__likes-share .post-likes--liked .likes-icon,
.entry-meta__likes-share .post-likes--liked .likes-count {
	color: #c00;
}

.posted-on .post-likes-button--liked,
.entry-meta__likes-share .post-likes-button--liked {
	background-color: #c00;
	color: #fff;
}

.posted-on .post-likes-button--liked:hover,
.entry-meta__likes-share .post-likes-button--liked:hover {
	background-color: #a00;
	color: #fff;
}

.byline,
.edit-link,
.cat-links,
.tags-links,
.comments-link {
	display: inline-block;
	font-size: 1em;
}

.cat-links a {
	display: inline-block;
	padding: 6px 12px;
	margin: 2px 4px 2px 0;
	background-color: #F4F8F1;
	color: #398B2B;
	text-decoration: none;
	border-radius: 8px;
	font-weight: 500;
	transition: all 0.3s ease;
}

.cat-links a:hover {
	background-color: #398B2B !important;
	color: #FFFFFF !important;
	text-decoration: none;
	transform: translateY(-1px);
	box-shadow: 0 2px 4px rgba(0, 93, 245, 0.2);
}

/* Скрываем запятые между категориями */
.cat-links {
	font-size: 0 !important;
	line-height: 0 !important;
	color: transparent !important;
}

.cat-links a {
	font-size: 0.775rem !important;
	line-height: 1.5 !important;
	color: #398B2B !important;
}

.cat-links a:hover {
	color: #FFFFFF !important;
}

.edit-link {
	padding-left: 15px;
}

.entry-meta .posted-on a,
.entry-meta .author a {
	color: #999;
}

.entry-header .cat-links {
	display: flex;
	font-size: 0.750rem;
	font-style: normal;
	font-weight: 700;
	gap: 10px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.entry-header .cat-links a {
	display: inline-block;
	padding: 6px 12px;
	margin: 2px 4px 2px 0;
	background-color: #F4F8F1;
	color: #398B2B;
	text-decoration: none;
	border-radius: 8px;
	font-weight: 500;
	transition: all 0.3s ease;
}

.entry-header .cat-links a:hover {
	background-color: #398B2B !important;
	color: #FFFFFF !important;
	text-decoration: none;
	transform: translateY(-1px);
	box-shadow: 0 2px 4px rgba(0, 93, 245, 0.2);
}

.entry-footer {
	margin-top: 10px;
	color: #999;
    line-height: 1.25;
}

.entry-footer .material-icons {
	font-size: 16px;
    vertical-align: -20%;
    color: #398B2B;
}

.entry-footer .comments-link .material-icons {
	padding: 0 5px 0 0;
}

.entry-footer .cat-links + .tags-links {
	padding-left: 15px;
}

.entry-footer .cat-links + .comments-link,
.entry-footer .tags-links + .comments-link {
	padding-left: 15px;
}

.updated:not(.published) {
	display: none;
}

.byline .avatar {
	border-radius: 24px;
	float: left;
	margin: -3px 5px 0 0;
}

.posts-loop .author:before {
	font-family: 'Material Icons';
	font-weight: normal;
	font-style: normal;
	font-size: 16px;  /* Preferred icon size */
	display: inline-block;
	line-height: 1;
	text-transform: none;
	letter-spacing: normal;
	word-wrap: normal;
	white-space: nowrap;
	direction: ltr;

	/* Support for all WebKit browsers. */
	-webkit-font-smoothing: antialiased;
	/* Support for Safari and Chrome. */
	text-rendering: optimizeLegibility;

	/* Support for Firefox. */
	-moz-osx-font-smoothing: grayscale;

	/* Support for IE. */
	font-feature-settings: 'liga';

	vertical-align: -20%;
	padding-right: 2px;
	content: "\E7FD";
}

.grid-post .posted-on + .byline {
	padding-left: 10px;
}

.list-post .cat-links {
	display: inline;
	font-size: 0;
	line-height: 0;
	color: transparent;
}

.list-post .cat-links a {
	display: inline-block;
	padding: 6px 12px;
	margin: 2px 4px 2px 0;
	background-color: #F4F8F1;
	color: #398B2B;
	text-decoration: none;
	border-radius: 8px;
	font-weight: 500;
	font-size: 0.875rem;
	line-height: 1.5;
	transition: all 0.3s ease;
}

.list-post .cat-links a:hover {
	background-color: #398B2B !important;
	color: #FFFFFF !important;
	text-decoration: none;
	transform: translateY(-1px);
	box-shadow: 0 2px 4px rgba(0, 93, 245, 0.2);
}

.list-post .cat-links + .posted-on:before {
	content: '/';
	padding-right: 5px;
}

.list-post .cat-links + .posted-on {
	padding-left: 4px;
}

.list-post .entry-title + .entry-meta {
	margin: 5px 0;
}

.large-post .byline + .posted-on:before {
	content: '/';
	padding-right: 5px;
}

.large-post .byline + .posted-on {
	padding-left: 5px;
}

.large-post .byline + .cat-links:before,
.large-post .posted-on + .cat-links:before,
.large-post .comments-link + .cat-links:before {
	content: '/';
	padding-right: 6px;
	font-weight: 400;
}

.large-post .byline + .cat-links,
.large-post .posted-on + .cat-links,
.large-post .comments-link + .cat-links {
	padding-left: 5px;
}

/* Posts Loop */

.posts-loop .entry-header {
	margin: 20px 0 0;
}

.posts-loop .entry-summary {
	word-wrap: break-word;
	margin-top: 10px;
}

.posts-loop .entry-summary p {
	margin: 0;
}

.posts-loop .read-more {
	font-size: 12px;
	text-transform: uppercase;
}

.posts-loop .entry-footer a {
	color: #999;
}

/* Large Posts */

.large-post .entry-title {
	text-align: center;
}

.large-post .entry-header {
	margin: 0 auto 10px;
}

.large-post .entry-summary {
	margin-top: 10px;
}

.large-post .read-more-link {
	display: block;
	text-align: center;
}

.large-post .read-more {
	margin-top: 10px;
	padding: 7px 20px 5px;
	background-color: transparent;
	border: 1px solid #398B2B;
	color: #398B2B;
	font-weight: 700;
    line-height: 20px;
    text-decoration: none;
    border-radius: 124px;
}

.large-post .read-more:hover {
	color: #fff;
	background-color: #398B2B;
}

/* Grid Posts */

.flex-row {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.flex-row .post-wrapper {
	position: relative;
	margin-bottom: 20px;
}

.flex-row .hentry {
	height: 100%;
	margin: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.grid-post .entry-meta {
	margin: 5px 0;
}

.grid-post .entry-summary {
	font-size: 0.9375em;
}

.grid-post .entry-title {
	/*font-size: 1.250rem;*/
	font-size: 1.15rem;
	text-align: left;
	line-height: 140%;
	margin: 14px 0;
}

.grid-post .entry-title + .entry-meta {
	margin: 0;
}

.grid-post .posted-on,
.grid-post .byline {
	margin: 5px 0;
}

.grid-post .read-more {
	font-size: inherit;
	font-weight: 400;
	text-transform: none;
}

.grid-post .cat-links {
	font-size: 0;
	line-height: 0;
	color: transparent;
	font-weight: 700;
}

.grid-post .entry-meta.entry-category {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
	flex-wrap: nowrap;
}

.grid-post .entry-meta.entry-category .cat-links {
	display: flex;
	flex: 1 1 auto;
	flex-wrap: nowrap;
	gap: 6px;
	min-width: 0;
	overflow: hidden;
}

.grid-post .cat-links a,
.entry-category .cat-links a,
.entry-meta .cat-links a {
	display: inline-block;
	flex: 0 1 auto;
	margin: 0;
	max-width: 100%;
	padding: 6px 10px;
	background-color: #F4F8F1;
	color: #398B2B;
	text-decoration: none;
	border-radius: 8px;
	font-weight: 500;
	font-size: 0.875rem;
	line-height: 1.3;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition: all 0.3s ease;
}

.grid-post .cat-links a:hover,
.entry-category .cat-links a:hover,
.entry-meta .cat-links a:hover {
	background-color: #398B2B !important;
	color: #FFFFFF !important;
	text-decoration: none;
	transform: translateY(-1px);
	box-shadow: 0 2px 4px rgba(0, 93, 245, 0.2);
}

.entry-read-more {
	display: inline-flex;
	flex: 0 0 auto;
	align-items: center;
	justify-content: center;
	padding: 6px 12px;
	border-radius: 8px;
	background-color: #398B2B;
	color: #fff;
	text-decoration: none;
	font-weight: 700;
	font-size: 0.875rem;
	line-height: 1.2;
	transition: all 0.3s ease;
}

.entry-read-more:hover {
	background-color: #398B2B;
	color: #fff;
	text-decoration: none;
	transform: translateY(-1px);
	box-shadow: 0 2px 4px rgba(0, 93, 245, 0.2);
}

/* Sticky Post */

.sticky .entry-title a {
	position: relative;
}

.sticky .entry-title a:before {
	font-family: 'Material Icons';
	font-weight: normal;
	font-style: normal;
	font-size: 24px;  /* Preferred icon size */
	display: inline-block;
	line-height: 1;
	text-transform: none;
	letter-spacing: normal;
	word-wrap: normal;
	white-space: nowrap;
	direction: ltr;

	/* Support for all WebKit browsers. */
	-webkit-font-smoothing: antialiased;
	/* Support for Safari and Chrome. */
	text-rendering: optimizeLegibility;

	/* Support for Firefox. */
	-moz-osx-font-smoothing: grayscale;

	/* Support for IE. */
	font-feature-settings: 'liga';

	content: "\E867";
	vertical-align: -20%;
	padding-right: 2px;
}

/* Post Formats */

.format-audio .entry-title a,
.format-gallery .entry-title a,
.format-image .entry-title a,
.format-quote .entry-title a,
.format-video .entry-title a {
	position: relative;
}

.format-audio .entry-title a:before,
.format-gallery .entry-title a:before,
.format-image .entry-title a:before,
.format-quote .entry-title a:before,
.format-video .entry-title a:before {
	font-family: 'Material Icons';
	font-weight: normal;
	font-style: normal;
	font-size: 24px;  /* Preferred icon size */
	display: inline-block;
	line-height: 1;
	text-transform: none;
	letter-spacing: normal;
	word-wrap: normal;
	white-space: nowrap;
	direction: ltr;

	/* Support for all WebKit browsers. */
	-webkit-font-smoothing: antialiased;
	/* Support for Safari and Chrome. */
	text-rendering: optimizeLegibility;

	/* Support for Firefox. */
	-moz-osx-font-smoothing: grayscale;

	/* Support for IE. */
	font-feature-settings: 'liga';

	vertical-align: -20%;
	padding-right: 2px;
}

.format-audio .entry-title a:before {
	content: "\E030";
}
.format-video .entry-title a:before {
	content: "\E04A";
}
.format-gallery .entry-title a:before {
	content: "\E413";
}
.format-image .entry-title a:before {
	content: "\E3F4";
}
.format-quote .entry-title a:before {
	content: "\E244";
}

/* Infinite scroll */

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/* Featured Posts */

.featured-posts {
	margin-bottom: 20px;
}

.featured-posts .row {
	margin-left: -10px;
	margin-right: -10px;
}

.featured-posts .col-8,
.featured-posts .col-6,
.featured-posts .col-4,
.featured-posts .col-3 {
	padding-left: 10px;
	padding-right: 10px;
}

.featured-item {
	position: relative;
	height: 200px;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: rgba(0,0,0,.1);
	margin-bottom: 20px;
	box-sizing: border-box;
	opacity: 1;
	transition: all 0.2s ease-in-out 0s;
}

.featured-item:hover {
	opacity: .9;
}

.featured-link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	outline: none;
	text-decoration: none;
}

.featured-overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 80px 30px 30px;
	text-align: center;
	background: -moz-linear-gradient(bottom,rgba(0,0,0,.4) 0,rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(bottom,rgba(0,0,0,.4) 0,rgba(0,0,0,0) 100%);
	background: linear-gradient(to top,rgba(0,0,0,.4) 0,rgba(0,0,0,0) 100%);
}

.featured-overlay h4 {
	text-align: center;
	margin: 0;
	text-transform: none;
	font-size: 22px;
}

.featured-overlay h4 a,
.featured-overlay .entry-meta,
.featured-overlay .entry-meta a {
	color: #fff;
}

.featured-overlay .entry-meta {
	font-weight: 700;
}

.featured-overlay .entry-meta .posted-on + .byline:before {
	content: '/';
	margin: 0 6px 0 4px;
}

/* WooCommerce */

.posts-loop .product {
	margin-bottom: 30px;
}

.woocommerce-products-header {
	margin-bottom: 20px;
}

.woocommerce-products-header h1.page-title {
	padding: 0;
	margin: 0;
	font-size: 2.5rem;
	font-weight: 700;
	color: #000;
	line-height: 1.25;
	text-align: center;
	text-transform: none;
}

.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img {
	width: 60px;
}

.woocommerce ul.product_list_widget li {
	margin: 5px 0;
	padding: 5px;
}

.woocommerce ul.products li.product .price {
	font-size: 0.9375em;
	margin-bottom: 5px;
}

.woocommerce .woocommerce-result-count,
.woocommerce .woocommerce-ordering {
	margin-bottom: 20px;
}

.woocommerce ul.products li.product .price {
	color: #444;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
	padding: 1em 1.25em;
}

.product-description {
	color: #444;
}

.product-description p {
	margin-bottom: 10px;
}

.woocommerce span.onsale {
	width: 40px;
	height: 40px;
	line-height: 40px;
	margin: 0;
	top: -15px;
	right: -5px;
	background-color: #398B2B;
}

.woo-cart-link {
	display: none;
	position: relative;
	padding: 0;
	margin: 5px 0 0;
	opacity: 1;
	transition: opacity 0.3s ease-in-out 0s;
}

.woo-cart-link a {
	display: inline-block;
	width: 30px;
	height: 30px;
	padding: 0 5px;
	text-align: center;
	line-height: 30px;
	font-size: 14px;
	color: #222;
	cursor: pointer;
	z-index: 10;
	outline: none;
	text-decoration: none;
}

.woo-cart-link .cart-link-icon:before {
	font-family: 'Material Icons';
	font-weight: normal;
	font-style: normal;
	font-size: 18px;  /* Preferred icon size */
	display: inline-block;
	line-height: 30px;
	text-transform: none;
	letter-spacing: normal;
	word-wrap: normal;
	white-space: nowrap;
	direction: ltr;

	/* Support for all WebKit browsers. */
	-webkit-font-smoothing: antialiased;
	/* Support for Safari and Chrome. */
	text-rendering: optimizeLegibility;

	/* Support for Firefox. */
	-moz-osx-font-smoothing: grayscale;

	/* Support for IE. */
	font-feature-settings: 'liga';

	content: "\E8CC";
	vertical-align: -15%;
}

.woocommerce ul.products li.product a img {
	margin-bottom: 10px;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
	padding: 5px 0;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
	line-height: 1.25;
	padding: 10px 30px;
	font-size: 16px;
}

/* Single Product */

.woocommerce div.product .product_title {
	margin-bottom: 10px;
}

.woocommerce div.product form.cart div.quantity,
.woocommerce div.product form.cart .button {
	height: 40px;
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
	background-color: #222;
}

.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
	background-color: #398B2B;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
	color: #222;
}

.woocommerce div.product div.images .flex-control-thumbs {
	margin: 0 -4px;
	padding: 0;
}

.woocommerce div.product div.images .flex-viewport {
	margin-bottom: 8px;
}

.woocommerce div.product div.images .flex-control-thumbs li {
	list-style: none;
	cursor: pointer;
	float: left;
	margin: 0;
	padding: 0 4px 8px;
}

.woocommerce div.product div.images .flex-control-thumbs li img {
	transition: opacity 0.2s ease-in-out 0s;
}

.woocommerce div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li {
	width: 50%;
}

.woocommerce div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n+1) {
	clear: both;
}

.woocommerce div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li {
	width: 33.3333333333%;
}

.woocommerce div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n+1) {
	clear: both;
}

.woocommerce div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
	width: 25%;
}

.woocommerce div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
	clear: both;
}

.woocommerce div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
	width: 20%;
}

.woocommerce div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n+1) {
	clear: both;
}

/* Single Posts and Pages */

body.single .post .entry-header,
body.page .page .entry-header {
	margin-bottom: 20px;
}

body.single .post .entry-meta,
body.page .page .entry-meta {
	margin: 10px auto 0;
	text-align: left;
}

body.single .post .entry-title,
body.page .page .entry-title {
	text-align: left;
}

body.single .post .entry-footer,
body.page .page .entry-footer {
	margin-top: 20px;
}

body.single .post .entry-thumbnail,
body.page .page .entry-thumbnail {
	margin: 0 auto 20px;
}

body.single .post .entry-thumbnail img,
body.page .page .entry-thumbnail img {
	display: block;
	margin: auto;
	max-width: 100%;
	height: auto;
}

body.single .author {
	font-size: 0.875rem;
}

body.single .post .entry-category {
	margin: 0 auto 10px;
}

body.single .posted-on,
body.single .byline {
	padding: 0 10px;
}

body.single .byline .author {
	/*display: inline-block;*/
	display: none;
	text-transform: none;
}

body.single .posted-on:before {
	font-family: 'Material Icons';
	font-weight: normal;
	font-style: normal;
	font-size: 14px;  /* Preferred icon size */
	display: inline-block;
	line-height: 1;
	text-transform: none;
	letter-spacing: normal;
	word-wrap: normal;
	white-space: nowrap;
	direction: ltr;

	/* Support for all WebKit browsers. */
	-webkit-font-smoothing: antialiased;
	/* Support for Safari and Chrome. */
	text-rendering: optimizeLegibility;

	/* Support for Firefox. */
	-moz-osx-font-smoothing: grayscale;

	/* Support for IE. */
	font-feature-settings: 'liga';

	vertical-align: -15%;
	padding-right: 2px;
	content: "\E192";
}

body.single .attachment img {
	margin-left: auto;
	margin-right: auto;
	display: block;
}

@media screen and (min-width: 992px) {
	body.single .post .entry-content {
		display: flex;
		flex-direction: row;
		gap: 32px;
		align-items: start;
	}

	body.single .post .entry-lead-layout {
		flex: 0 0 360px;
		order: 0;
		display: flex;
		flex-direction: column;
		gap: 20px;
		align-items: start;
		margin-bottom: 0;
		position: sticky;
		top: 120px;
		align-self: flex-start;
	}

	body.single .post .entry-lead-layout,
	body.single .post .entry-lead-layout .entry-thumbnail,
	body.single .post .entry-lead-layout .table-of-contents {
		width: 100%;
	}

	body.single .post .entry-article-body {
		order: 1;
		flex: 1 1 auto;
		min-width: 0;
	}

	body.single .post .entry-lead-layout .entry-thumbnail {
		margin: 0;
	}

	body.single .post .entry-lead-layout .table-of-contents {
		margin: 0;
	}

	body.single .post .entry-article-body > :first-child {
		margin-top: 0;
	}
}

/* Хлебные крошки в статьях */
.single .single-post-breadcrumbs-wrap .category__breadcrumbs {
	display: block;
	margin-bottom: 24px;
}
.single .single-post-breadcrumbs-wrap .category__breadcrumbs__link {
	display: inline-block;
	padding: 8px 12px;
	margin: 2px 4px 2px 0;
	background-color: #F4F8F1;
	color: #398B2B;
	text-decoration: none;
	border-radius: 8px;
	font-weight: 500;
	font-size: 0.875rem;
	line-height: 1.5;
	transition: all 0.3s ease;
}
.single .single-post-breadcrumbs-wrap .category__breadcrumbs__link:hover {
	background-color: #e8eeff;
	color: #0047c4;
}
.single .single-post-breadcrumbs-wrap .category__breadcrumbs__link_active {
	background-color: #F4F8F1;
	color: #202020;
	cursor: default;
}
.single .single-post-breadcrumbs-wrap .category__breadcrumbs__delimiter {
	color: #666;
	margin: 0 4px;
	font-size: 0.875rem;
}

@media (max-width: 767px) {
	.single .single-post-breadcrumbs-wrap .category__breadcrumbs {
		margin-top: 20px;
		display: block;
		margin-bottom: 0;
	}
}

/* Featured Image */

.fimg-fullwidth .featured-image .entry-header {
	margin: 0 auto 20px;
}

.fimg-fullwidth .featured-image .entry-title {
	text-align: center;
}

.fimg-fullwidth .featured-image .entry-thumbnail {
	margin: 0 auto 20px;
}

.fimg-fullwidth .featured-image .entry-meta {
	margin: 10px 0 0;
}

.fimg-fullwidth .featured-image .entry-category {
	margin: 0 0 10px;
}

/* Posts Navigation */

.posts-navigation,
.post-navigation,
.comments-area {
	margin-bottom: 20px;
	padding: 10px 0;
	overflow: hidden;
	clear: both;
}

.posts-navigation a {
	display: inline-block;
	padding: 5px 0;
	color: #888;
	text-decoration: none;
	line-height: 1.25;
	transition: all 0.2s ease-in-out 0s;
}

.posts-navigation a:hover {
	color: #398B2B;
	border-color: #398B2B;
}

.comment-navigation {
	margin-bottom: 20px;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
	padding-right: 10px;
	box-sizing: border-box;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
	padding-left: 10px;
	box-sizing: border-box;
}

.article-links-carousel {
	clear: both;
	margin: 24px 0 40px;
	padding: 28px;
	border: 1px solid #e8edf3;
	border-radius: 28px;
	background: linear-gradient(180deg, #ffffff 0%, #f7fafc 100%);
	box-shadow: 0 18px 55px rgba(17, 24, 39, 0.08);
}

.article-links-carousel__header {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 20px;
	margin-bottom: 20px;
}

.article-links-carousel__eyebrow {
	margin: 0 0 8px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #ff6b2c;
}

.article-links-carousel__title {
	margin: 0;
	font-size: 28px;
	line-height: 1.15;
}

.article-links-carousel__controls {
	display: flex;
	gap: 10px;
	flex-shrink: 0;
}

.article-links-carousel__arrow {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 46px;
	height: 46px;
	border: 1px solid #d7e0ea;
	border-radius: 999px;
	background: #ffffff;
	color: #16202a;
	font-size: 20px;
	line-height: 1;
	cursor: pointer;
	transition: transform 0.2s ease, border-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.article-links-carousel__arrow:hover,
.article-links-carousel__arrow:focus {
	border-color: #ff6b2c;
	color: #ff6b2c;
	box-shadow: 0 10px 25px rgba(255, 107, 44, 0.18);
	transform: translateY(-1px);
}

.article-links-carousel__arrow[disabled] {
	opacity: 0.45;
	cursor: default;
	box-shadow: none;
	transform: none;
}

.article-links-carousel__viewport {
	overflow: hidden;
}

.article-links-carousel__track {
	display: flex;
	gap: 20px;
	transition: transform 0.35s ease;
	will-change: transform;
}

.article-links-carousel__card {
	flex: 0 0 calc((100% - 40px) / 3);
	min-width: 0;
	border-radius: 22px;
	overflow: hidden;
	background: #fff;
	border: 1px solid #edf2f7;
	box-shadow: 0 14px 36px rgba(15, 23, 42, 0.08);
	cursor: pointer;
	transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.article-links-carousel__media {
	display: block;
	aspect-ratio: 16 / 10;
	background: #eef3f8;
	overflow: hidden;
}

.article-links-carousel__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.35s ease;
}

.article-links-carousel__card:hover .article-links-carousel__media img,
.article-links-carousel__card:focus-within .article-links-carousel__media img {
	transform: scale(1.04);
}

.article-links-carousel__card:hover,
.article-links-carousel__card:focus-within {
	border-color: #ffd5bf;
	box-shadow: 0 18px 42px rgba(255, 107, 44, 0.14);
	transform: translateY(-2px);
}

.article-links-carousel__content {
	padding: 18px 18px 20px;
}

.article-links-carousel__category {
	display: inline-flex;
	align-items: center;
	margin-bottom: 12px;
	padding: 7px 12px;
	border-radius: 999px;
	background: #fff2ea;
	color: #ff6b2c;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

.article-links-carousel__card-title {
	margin: 0;
	font-size: 20px;
	line-height: 1.3;
}

.article-links-carousel__card-title a {
	color: inherit;
	text-decoration: none;
}

.article-links-carousel__card-title a:hover,
.article-links-carousel__card-title a:focus {
	color: #ff6b2c;
}

.article-links-carousel__dots {
	display: flex;
	justify-content: center;
	gap: 8px;
	margin-top: 18px;
}

.article-links-carousel__dot {
	width: 10px;
	height: 10px;
	padding: 0;
	border: 0;
	border-radius: 999px;
	background: #d4dbe3;
	cursor: pointer;
	transition: transform 0.2s ease, background-color 0.2s ease;
}

.article-links-carousel__dot.is-active {
	background: #ff6b2c;
	transform: scale(1.2);
}

@media screen and (max-width: 1024px) {
	.article-links-carousel__card {
		flex-basis: calc((100% - 20px) / 2);
	}
}

@media screen and (max-width: 767px) {
	.article-links-carousel {
		padding: 22px 16px 20px;
		border-radius: 22px;
	}

	.article-links-carousel__header {
		align-items: flex-start;
		flex-direction: column;
	}

	.article-links-carousel__title {
		font-size: 24px;
	}

	.article-links-carousel__controls {
		width: 100%;
		justify-content: flex-end;
	}

	.article-links-carousel__card {
		flex-basis: 100%;
	}

	.article-links-carousel__card-title {
		font-size: 18px;
	}
}

.pagination {
	clear: both;
	margin: 40px 0;
	text-align: center;
}

.pagination .nav-links {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 8px;
	flex-wrap: wrap;
}

.pagination .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 40px;
	height: 40px;
	padding: 8px 12px;
	margin: 0;
	border: 1px solid #e0e0e0;
	border-radius: 4px;
	background-color: #fff;
	color: #333;
	text-decoration: none;
	transition: all 0.3s ease;
	font-weight: 500;
}

.pagination .page-numbers:hover {
	text-decoration: none;
	background-color: #398B2B;
	color: #fff;
	border-color: #398B2B;
	transform: translateY(-2px);
	box-shadow: 0 2px 8px rgba(0, 93, 245, 0.3);
}

.pagination .current {
	background-color: #398B2B;
	color: #fff;
	border-color: #398B2B;
	cursor: default;
}

.pagination .current:hover {
	transform: none;
	box-shadow: none;
}

.pagination .dots {
	border: none;
	background: transparent;
	color: #888;
	cursor: default;
}

.pagination .dots:hover {
	background: transparent;
	color: #888;
	transform: none;
	box-shadow: none;
}

.pagination .prev,
.pagination .next {
	font-weight: 600;
	padding: 8px 16px;
}

.post-navigation {
	position: relative;
}

.post-navigation:before {
	content: "";
	display: block;
	width: 1px;
	height: 50%;
	position: absolute;
	left: 50%;
	top: 25%;
	border-right: 1px solid #eee;
}

.nav-previous a,
.nav-next a {
	position: relative;
	font-size: 0.9375em;
}

.nav-previous a:before,
.nav-next a:after {
	font-family: 'Material Icons';
	font-weight: normal;
	font-style: normal;
	font-size: 16px;  /* Preferred icon size */
	display: inline-block;
	line-height: 1;
	text-transform: none;
	letter-spacing: normal;
	word-wrap: normal;
	white-space: nowrap;
	direction: ltr;

	/* Support for all WebKit browsers. */
	-webkit-font-smoothing: antialiased;
	/* Support for Safari and Chrome. */
	text-rendering: optimizeLegibility;

	/* Support for Firefox. */
	-moz-osx-font-smoothing: grayscale;

	/* Support for IE. */
	font-feature-settings: 'liga';

	vertical-align: -20%;
}

.nav-previous a:before {
	content: "\E5C4";
	padding-right: 5px;
}

.nav-next a:after {
	content: "\E5C8";
	padding-left: 5px;
}

.posts-navigation .nav-previous {
	position: relative;
}

.posts-navigation .nav-previous:before {
	content: "";
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 1px;
	height: 100%;
	border-right: 1px solid #eee;
}

/* Author bio */

.author-info {
    background-color: #fff;
	margin-bottom: 20px;
	overflow: hidden;
}

.author-avatar {
	margin-bottom: 10px;
}

.author-avatar img {
	display: block;
	margin: auto;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.author-title {
	clear: none;
	margin: 0 0 5px 0;
	font-weight: 700;
	text-align: center;
}

.author-description p:last-child {
	margin-bottom: 0;
}

.author-bio {
	font-size: 0.9375em;
	color: #666;
}

/* Archives and Search */

.page-header {
	margin-bottom: 30px;
}

.taxonomy-description {
	color: #666;
	margin-top: 5px;
	text-align: center;
	font-size: 0.9375em;
}

.taxonomy-description p {
	margin: 0;
}

.sidebar-categories {
	margin-bottom: 30px;
	font-size: 0.9375em;
}

.sidebar-categories-toggle {
	position: fixed;
	left: 0;
	top: 40%;
	z-index: 9998;
	transform: translateY(-50%);
	transition: left 0.3s ease;
}

.sidebar-categories-toggle__btn {
	writing-mode: vertical-rl;
	transform: rotate(180deg);
	background-color: #398B2B;
	color: #fff;
	border: none;
	border-radius: 6px 0 0 6px;
	padding: 10px 6px;
	font-size: 0.875rem;
	cursor: pointer;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.sidebar-categories-toggle__btn:hover {
	background-color: #398B2B;
}

.sidebar-categories-offcanvas {
	position: fixed;
	left: 0;
	top: 0;
	width: 280px;
	background-color: #fff;
	box-shadow: 2px 0 16px rgba(0, 0, 0, 0.15);
	transform: translateX(-100%);
	transition: transform 0.3s ease;
	z-index: 9999;
	padding: 20px 18px;
	border-radius: 0 0 20px 0;
}

.sidebar-categories-offcanvas--open {
	transform: translateX(0);
}

.single-post.sidebar-categories-open .sidebar-categories-toggle {
	left: calc(280px + 18px * 2);
}

@media (max-width: 768px) {
	.sidebar-categories-offcanvas {
		bottom: 0;
		height: 100vh;
		overflow-y: auto;
	}

	#respond {
		padding: 16px 14px;
		border-radius: 14px;
	}

	#respond .comment-form {
		grid-template-columns: 1fr;
		gap: 12px;
	}

	#respond .comment-reply-title {
		font-size: 1.125rem;
	}
}

.sidebar-categories-offcanvas .widget-title {
	margin-top: 0;
}

.single-post #secondary .sidebar-categories {
	display: none;
}

.sidebar-categories__list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.sidebar-categories__item {
	margin-bottom: 8px;
}

.sidebar-categories__link {
	display: block;
	color: #222;
	font-weight: 700;
	text-decoration: none;
	padding: 0;
}

.sidebar-categories__item--active .sidebar-categories__link {
	color: #398B2B;
}

.sidebar-categories__sublist {
	list-style: none;
	margin: 4px 0 0 0;
	padding: 0 0 0 12px;
	display: none;
}

.sidebar-categories__subitem {
	margin: 2px 0;
}

.sidebar-categories__sublink {
	display: block;
	color: #666;
	text-decoration: none;
	font-size: 0.875em;
}

.sidebar-categories__sublink:hover {
	color: #398B2B;
}

.sidebar-categories__item--open > .sidebar-categories__sublist {
	display: block;
}

.sidebar-categories__subitem--active .sidebar-categories__sublink--active {
	color: #398B2B;
	font-weight: 700;
}

.sidebar-categories__subitem--active .sidebar-categories__sublink--active::after {
	content: ' ▼';
	font-size: 0.75em;
}

.sidebar-categories__subsublist {
	list-style: none;
	margin: 2px 0 0 0;
	padding: 0 0 0 16px;
	display: none;
}

.sidebar-categories__subitem--open > .sidebar-categories__subsublist {
	display: block;
}

.sidebar-categories__subsubitem {
	margin: 2px 0;
}

.sidebar-categories__subsubLink {
	display: block;
	text-decoration: none;
	font-size: 0.875em;
}

.sidebar-categories__subsubLink--articles {
	color: #398B2B;
	font-weight: 700;
}

.sidebar-categories__subsubLink--courses {
	color: #222;
}

.mobile-categories-fab {
	display: none;
}

@media (max-width: 991px) {
	.mobile-categories-fab {
		position: fixed;
		left: 16px;
		bottom: 16px;
		z-index: 9998;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		gap: 10px;
	}

	.mobile-categories-fab__button {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		min-height: 32px;
		padding: 0 18px;
		border: 0;
		border-radius: 999px;
		background: #398B2B;
		box-shadow: 0 12px 30px rgba(0, 93, 245, 0.26);
		color: #fff;
		font-size: 14px;
		font-weight: 700;
		line-height: 1;
		cursor: pointer;
	}

	.mobile-categories-fab--toc {
		left: auto;
		right: 16px;
		align-items: flex-end;
		max-width: min(320px, calc(100vw - 32px));
	}

	.mobile-categories-fab__menu {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		gap: 8px;
		max-width: min(280px, calc(100vw - 32px));
		opacity: 0;
		transform: translateY(12px);
		pointer-events: none;
		transition: opacity 0.25s ease, transform 0.25s ease;
	}

	.mobile-categories-fab.mobile-categories-fab--open .mobile-categories-fab__menu {
		opacity: 1;
		transform: translateY(0);
		pointer-events: auto;
	}

	.mobile-categories-fab--toc .mobile-categories-fab__menu {
		align-items: flex-end;
		width: min(320px, calc(100vw - 32px));
		max-height: min(55vh, 420px);
		padding: 8px 0 2px 0;
	}

	.mobile-categories-fab__link {
		display: inline-flex;
		align-items: center;
		min-height: 10px;
		padding: 9px 14px;
		border-radius: 999px;
		background: #fff;
		box-shadow: 0 10px 24px rgba(31, 42, 61, 0.14);
		color: #1f2a3d;
		font-size: 13px;
		font-weight: 700;
		line-height: 1.2;
		text-decoration: none;
	}

	.mobile-categories-fab__link--toc {
		display: flex;
		justify-content: flex-end;
		width: calc(100% - 14px);
		max-width: calc(100% - 14px);
		margin-left: 14px;
		padding: 10px 14px;
		border-top-left-radius: 16px;
		border-bottom-left-radius: 16px;
		border-top-right-radius: 8px;
		border-bottom-right-radius: 8px;
		text-align: right;
		white-space: normal;
		word-break: break-word;
	}

	.mobile-categories-fab__link--active {
		background: #eaf1ff;
		color: #398B2B;
	}

	.mobile-categories-fab__button--toc {
		background: #ffffff;
		color: #398B2B;
		box-shadow: 0 12px 30px rgba(57, 139, 43, 0.18);
		max-width: min(220px, calc(100vw - 32px));
		padding: 0 16px;
		text-align: center;
	}

	body.mobile-categories-fab-open {
		overflow: hidden;
	}

	body.mobile-categories-fab-open::after {
		content: "";
		position: fixed;
		inset: 0;
		background: rgba(31, 42, 61, 0.14);
		z-index: 9997;
	}

	body.mobile-toc-fab-open {
		overflow: hidden;
	}

	body.mobile-toc-fab-open::after {
		content: "";
		position: fixed;
		inset: 0;
		background: rgba(31, 42, 61, 0.14);
		z-index: 9997;
	}
}

.posts-sort {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
	margin: 10px 0 15px;
	font-size: 0.9375em;
	color: #666;
	gap: 10px;
}

.posts-sort-label {
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	font-size: 0.8125em;
	color: #999;
}

.posts-sort-link {
	display: inline-block;
	padding: 6px 14px;
	border-radius: 999px;
	border: 1px solid #ddd;
	color: #555;
	text-decoration: none;
	font-size: 0.875em;
	line-height: 1.4;
	transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.posts-sort-link:hover {
	color: #000;
	border-color: #398B2B;
	background-color: rgba(46, 100, 230, 0.06);
}

.posts-sort-link-active {
	color: #fff;
	background-color: #398B2B;
	border-color: #398B2B;
}

.posts-sort-search-wrap {
	margin-left: auto;
}

.posts-sort-search-form {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	height: 36px;
}

.posts-sort-search-input {
	width: 0;
	max-width: 200px;
	padding: 0 0 0 12px;
	margin: 0;
	border: none;
	border-radius: 18px 0 0 18px;
	background: transparent;
	font-size: 0.875em;
	color: #555;
	outline: none;
	box-sizing: border-box;
	opacity: 0;
	visibility: hidden;
	transition: width 0.3s ease, padding 0.3s ease, opacity 0.2s ease, visibility 0.2s ease;
	overflow: hidden;
}

.posts-sort-search-form.expanded .posts-sort-search-input {
	width: 180px;
	padding: 6px 0 6px 12px;
	opacity: 1;
	visibility: visible;
	border: 1px solid #ddd;
	border-right: none;
	background: #fff;
}

.posts-sort-search-toggle {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	padding: 0;
	border: 1px solid #ddd;
	border-radius: 50%;
	background: #fff;
	color: #555;
	cursor: pointer;
	flex-shrink: 0;
	transition: border-radius 0.2s ease, border-color 0.2s ease, color 0.2s ease, background 0.2s ease;
}

.posts-sort-search-toggle:hover {
	color: #000;
	border-color: #398B2B;
	background: rgba(46, 100, 230, 0.06);
}

.posts-sort-search-form.expanded .posts-sort-search-toggle {
	border-radius: 0 18px 18px 0;
	border-left: none;
}

@media (max-width: 600px) {
	.posts-sort {
		flex-wrap: nowrap;
		justify-content: flex-start;
		gap: 5px;
		overflow-x: hidden;
		-webkit-overflow-scrolling: touch;
	}

	.posts-sort-label {
		flex: 0 0 auto;
		font-size: 3vw;
		white-space: nowrap;
	}

	.posts-sort-link {
		flex: 0 0 auto;
		padding: 2px 5px;
		white-space: nowrap;
	}

	.posts-sort-search-wrap {
		flex: 0 0 auto;
		margin-left: 0;
	}

	.posts-sort-search-form {
		display: none;
	}
}

/* Error 404 */

.error-404 .widget {
	box-shadow: none;
	padding: 0;
}

/*
 * 07: Footer
 */

.site-footer {
	margin: 20px auto 0;
	background-color: #fff;
	border-top: 1px solid #eee;
}

.footer-copy {
	clear: both;
	padding: 30px 0;
}

.site-info,
.site-credits {
	font-size: 	0.875rem;
	color: #888;
	text-align: center;
}

.site-credits {
	margin-bottom: 15px;
}

.site-info a {
	color: #888;
}

/*
 * 08: Widgets
 */

.widget {
	margin: 0 0 20px;
	word-wrap: break-word;
}

.widget-area {
	color: #666;
	font-size: 0.875rem;
}

.widget-area ul {
	list-style-type: none;
	margin: 0 0 10px;
	padding: 0;
}

.widget-area ul li {
	margin: 0 0 12px;
	padding: 0;
	border-bottom: none;
}

.widget-area ul li a {
	color: #444;
}

.widget-area ul li a:hover {
	color: #398B2B;
}

.widget-area ul > li:last-child {
	border-bottom: 0;
}

.widget-area ul li.page_item_has_children {
	padding-bottom: 0;
}

.widget-area ul ul {
	padding-left: 15px;
}

.widget-area ul ul li {
	border-bottom: 0;
}

.widget ul:last-child {
	margin-bottom: 0;
}

.calendar_wrap caption {
	font-weight: 700;
}

.widget_tag_cloud a {
	display: inline-block;
	padding: 1px 10px;
	margin: 0 0 5px 0;
	font-size: 1em !important;
	line-height: 1.5;
	border: 1px solid rgba(0,0,0,.07);
	border-radius: 3px;
	background-color: transparent;
}

.widget_media_image img {
	display: block;
}

.widget_recent_entries .post-date {
	display: block;
	position: relative;
	margin: 5px 0 0;
	font-size: 0.750rem;
	text-transform: uppercase;
	color: #888;
}

.widget_recent_entries .post-date:before {
	font-family: 'Material Icons';
	font-weight: normal;
	font-style: normal;
	font-size: 14px;  /* Preferred icon size */
	display: inline-block;
	line-height: 1;
	text-transform: none;
	letter-spacing: normal;
	word-wrap: normal;
	white-space: nowrap;
	direction: ltr;

	/* Support for all WebKit browsers. */
	-webkit-font-smoothing: antialiased;
	/* Support for Safari and Chrome. */
	text-rendering: optimizeLegibility;

	/* Support for Firefox. */
	-moz-osx-font-smoothing: grayscale;

	/* Support for IE. */
	font-feature-settings: 'liga';

	vertical-align: -15%;
	padding-right: 2px;
	content: "\E192";
}

.sidebar .widget_tag_cloud a {
	transition: background 0.3s ease 0s;
}

.sidebar .widget_tag_cloud a:hover {
	color: #fff;
	background-color: #398B2B;
	text-decoration: none;
}

.sidebar .widget-title span {
	position: relative;
	display: inline-block;
	line-height: 20px;
}

.sidebar .widget-title {
	overflow: hidden;
}

.sidebar .widget-title span:before,
.sidebar .widget-title span:after {
    border-top: 4px solid #f5f5f5;
    content: "";
    position: absolute;
    right: -610px;
    top: 8px;
    width: 600px;
}

.sidebar .widget-title span:before {
	left: -610px;
    right: auto;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/* Footer Widget Area */

.site-footer .widget-area {
	padding: 0;
	color: rgba(255,255,255,.8);
	font-size: 0.875rem;
	background-color: #282c36;
}

.site-footer .widget {
	background-color: transparent;
	margin: 30px 0;
}

.site-footer .widget a {
	color: #fff;
}

.site-footer .widget a:hover {
	color: #fff;
	text-decoration: underline;
}

.site-footer .widget-title {
	color: #fff;
	font-size: 0.9375rem;
}

.site-footer .widget-area ul li {
	border-bottom-color: rgba(255,255,255,.08);
}

.site-footer .widget_tag_cloud a {
	background-color: rgba(255,255,255,.05);
	border-color: rgba(255,255,255,.05);
	transition: opacity 0.3s ease 0s;
}

.site-footer .widget_tag_cloud a:hover {
	text-decoration: none;
	opacity: .7;
}

/* Instagram Feed */

.site-footer .col-12 #sb_instagram {
	position: relative;
}

.site-footer .col-12 #sb_instagram .sbi_follow_btn {
	margin-left: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.site-footer .col-12 #sb_instagram .sbi_follow_btn a {
	font-weight: 400;
	font-size: 12px;
	color: #888;
	line-height: 20px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	text-align: center;
	padding: 15px 25px 14px;
	background-color: #fff;
	margin-top: 0;
	border-radius: 0;
	-webkit-transition: color ease-in-out .25s;
	transition: color ease-in-out .25s;
}

.site-footer .col-12 #sb_instagram .sbi_follow_btn a:hover {
	opacity: 1;
	background-color: #fff;
	color: #398B2B;
}

/*
 * 09: Forms
 */

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 0;
	border-radius: 128px;
	background: #398B2B;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	line-height: 1.25;
	padding: 10px 30px;
	opacity: 1;
	font-weight: 700;
	cursor: pointer;
	box-sizing: border-box;
	transition: opacity 0.3s ease 0s;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	opacity: 0.85;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border: 0;
	outline: 0;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    color: #666;
    border: 1px solid #eee;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

select {
	border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #222;
	outline: none;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"] {
	padding: 5px 10px;
}

textarea {
	padding: 5px 10px;
	width: 100%;
}

.comment-form input[type="text"],
.comment-form input[type="url"],
.comment-form input[type="email"] {
	width: 100%;
	transition: all .2s ease 0s;
	box-shadow: none;
}

.comment-form input[type="text"]:focus,
.comment-form input[type="url"]:focus,
.comment-form input[type="email"]:focus,
.comment-form textarea:focus {
	box-shadow: 0 1px 12px rgba(0, 0, 0, 0.05);
	border-color: #ddd;
}

/* Search Form */

.search-form {
	position: relative;
}

.search-form .search-field,
.search-form  input[type="search"] {
	width: 100%;
	padding: 5px 50px 5px 20px;
	border: 0;
	background-color: #f5f5f5;
	font-size: 0.875rem;
	line-height: 28px;
	-webkit-appearance: none;
}

.search-form .search-field:focus {
	border-color: #ddd;
}

.search-form .search-submit {
	position: absolute;
	right: 0;
	top: 0;
	padding: 0 10px;
	width: 50px;
	height: 40px;
	background-color: transparent;
	color: #666;
	text-align: center;
	border-radius: 0;
	box-sizing: border-box;
}

/*
 * 10: Comments
 */

.comment-form {
	color: #666;
}

.comment-form label {
	display: block;
	margin: 0 0 5px;
	color: #222;
	font-weight: 700;
	font-size: 0.875em;
	text-transform: uppercase;
}

.comment-form-cookies-consent {
	display: flex;
	gap: 10px;
	margin: 1em 0 1.5em;
	padding: 12px 14px;
	background: #f8f9fa;
	border: 1px solid #e9ecef;
	border-radius: 4px;
	font-size: 0.8125rem;
	line-height: 1.4;
	color: #495057;
    align-items: center;
}

.comment-form-cookies-consent input[type="checkbox"] {
	margin: 2px 0 0;
	flex-shrink: 0;
}

.comment-form-cookies-consent label {
	display: inline;
	margin: 0;
	font-weight: 500;
	font-size: inherit;
	text-transform: none;
	color: inherit;
}

#respond {
	margin-top: 24px;
	padding: 20px 22px;
	background: #f4f8f1;
	border: 1px solid #dbe7d0;
	border-radius: 14px;
	box-shadow: 0 10px 20px rgba(31, 45, 17, 0.04);
}

#respond .comment-reply-title {
	display: block;
	margin: 0 0 8px;
	font-size: 1.25rem;
	line-height: 1.25;
	color: #202020;
}

#respond .comment-notes,
#respond .logged-in-as {
	margin: 0 0 14px;
	font-size: 0.875rem;
	line-height: 1.5;
	color: #5f6d52;
}

#respond .comment-form {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px 14px;
	color: #4e5c43;
}

#respond .comment-form p {
	margin: 0;
}

#respond .comment-form-comment,
#respond .comment-form-cookies-consent,
#respond .form-submit,
#respond .logged-in-as,
#respond .comment-notes {
	grid-column: 1 / -1;
}

#respond .comment-form label {
	margin: 0 0 5px;
	font-size: 0.6875rem;
	letter-spacing: 0.06em;
	color: #314126;
}

#respond .comment-form input[type="text"],
#respond .comment-form input[type="url"],
#respond .comment-form input[type="email"],
#respond .comment-form textarea {
	width: 100%;
	min-height: 42px;
	padding: 10px 12px;
	border: 1px solid #d7e0cd;
	border-radius: 10px;
	background: #fff;
	font-size: 0.875rem;
	line-height: 1.45;
	color: #202020;
	box-shadow: none;
}

#respond .comment-form textarea {
	min-height: 140px;
	resize: vertical;
}

#respond .comment-form input[type="text"]:focus,
#respond .comment-form input[type="url"]:focus,
#respond .comment-form input[type="email"]:focus,
#respond .comment-form textarea:focus {
	border-color: #398B2B;
	box-shadow: 0 0 0 3px rgba(57, 139, 43, 0.12);
	outline: none;
}

#respond .comment-form-cookies-consent {
	margin: 2px 0 0;
	padding: 14px 16px;
	background: rgba(255, 255, 255, 0.8);
	border: 1px solid #dfe7d7;
	border-radius: 12px;
}

#respond .form-submit {
	display: flex;
	justify-content: flex-start;
	padding-top: 6px;
}

#respond .form-submit .submit {
	min-height: 46px;
	padding: 0 22px;
	border: 0;
	border-radius: 999px;
	background: #398B2B;
	color: #fff;
	font-size: 0.875rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	box-shadow: none;
}

#respond .form-submit .submit:hover,
#respond .form-submit .submit:focus {
	background: #2f7424;
	color: #fff;
}

.comment-list,
.comment-list ol {
	padding: 0;
	list-style-type: none;
}

.comment-list {
	margin: 0 0 20px 0;
}

.comment-list li {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #f2f2f2;
}

.comment-list li ol {
	margin: 20px 0 0 20px;
}

.comment-list li ol li:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
	border: 0;
}

.comment-meta {
	line-height: 1.5;
	margin-bottom: 5px;
}

.bypostauthor {
	display: block;
}

.comment-author .avatar {
	border-radius: 30px;
	float: left;
	margin: 0 10px 0 0;
}

.comment-metadata,
.comment-awaiting-moderation {
	font-size: 0.875rem;
}

.comment-metadata a {
	color: #999;
}

.comment-metadata a:hover {
	color: #398B2B;
}

.comment-content {
	font-size: 0.9375em;
	color: #666;
	word-wrap: break-word;
}

.comment-content p:last-child {
	margin-bottom: 0;
}

.reply {
	margin-top: 10px;
}

.reply a {
	display: inline-block;
	padding: 3px 15px 2px;
	font-size: 0.750rem;
	text-transform: uppercase;
	line-height: 20px;
	text-align: center;
	font-weight: 700;
	background-color: #fff;
	border: 1px solid #398B2B;
	border-radius: 128px;
	transition: background 0.2s ease 0s;
}

.reply a:hover {
	text-decoration: none;
	background-color: #398B2B;
	color: #fff;
}

/*
 * 11: Blocks
 */

/* Paragraph */
p.has-drop-cap:not(:focus)::first-letter {
	font-size: 5em;
	margin-top: 0.125em;
}

/* Captions */
[class^="wp-block-"] figcaption {
	display: block;
	margin: 10px 0 0;
	font-size: 14px;
	font-style: italic;
	color: #888;
	line-height: 1.5;
	box-sizing: border-box;
}

/* Image */
.wp-block-image {
	margin-bottom: 20px;
}

.wp-block-image img {
	display: block;
}

.wp-block-image .alignleft,
.wp-block-image .alignright {
	max-width: 100%;
	margin: 0 auto 20px;
	float: none;
}

.wp-block-image .aligncenter {
	clear: both;
	margin: 20px auto;
}

/* Cover */
.wp-block-cover-image,
.wp-block-cover {
	margin: 20px auto;
}

/* Gallery */
.wp-block-gallery {
	margin-left: 0;
}

/* Quote */
.wp-block-quote.is-style-large,
.wp-block-quote.is-large {
	margin: 20px 30px;
	padding: 0 20px;
}

/* Audio */
.wp-block-audio audio {
	display: block;
	width: 100%;
}

/* Pullquote */
.wp-block-pullquote {
	margin: 20px 0;
	padding: 0;
	border: 0;
}

.wp-block-pullquote blockquote {
	border-left: 0;
	margin: 0;
	padding: 0;
}

.wp-block-pullquote p {
	font-size: 24px;
}

.wp-block-pullquote p:last-of-type {
	margin-bottom: 0;
}

.wp-block-pullquote cite {
	color: #888;
	margin-top: 10px;
}

.wp-block-pullquote.is-style-solid-color blockquote {
	max-width: 75%;
}

.wp-block-pullquote.is-style-solid-color blockquote p {
	font-size: 32px;
}

.wp-block-pullquote.is-style-solid-color blockquote cite {
	font-size: 16px;
}

/* Verse */
pre.wp-block-verse {
	padding: 0;
	background-color: transparent;
	white-space: pre-wrap
}

/* Buttons */
.wp-block-button {
	margin-bottom: 20px;
}

.wp-block-button__link,
.wp-block-file .wp-block-file__button {
	padding: 5px 20px;
	background: #222;
	color: #fff;
	-webkit-border-radius: 128px;
	border-radius: 128px;
}

.wp-block-button__link {
	font-size: 18px;
}

.wp-block-file .wp-block-file__button {
	font-size: 14px;
}

.wp-block-button.is-style-outline {
	color: #222;
}

.wp-block-button.is-style-outline .wp-block-button__link {
	background: none;
	border-color: currentColor;
}

.wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color) {
	color: inherit;
}

/* Media & Text */
.wp-block-media-text {
	margin: 40px 0;
}

.wp-block-media-text *:last-child {
	margin-bottom: 0;
}

/* Separator */
.wp-block-separator {
	margin: 40px auto;
}
.wp-block-separator,
.wp-block-separator.is-style-wide {
	border: 0;
}

.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
	height: 4px;
	max-width: 100px;
}

/* Archives, Categories & Latest Posts */
.wp-block-archives.aligncenter,
.wp-block-categories.aligncenter,
.wp-block-latest-posts.aligncenter {
	list-style-position: inside;
	text-align: center;
}

/* Latest Comments */
.wp-block-latest-comments__comment-meta {
	font-size: 16px;
	font-size: 1rem;
}

.wp-block-latest-comments__comment-date {
	font-size: 14px;
	color: #999;
}

/* Colors & Font sizes */
.entry-content .has-accent-color {
	color: #398B2B
}

.entry-content .has-black-color {
	color: #000;
}

.entry-content .has-dark-gray-color {
	color: #222;
}
.entry-content .has-medium-gray-color {
	color: #444;
}

.entry-content .has-light-gray-color {
	color: #888;
}

.entry-content .has-white-color {
	color: #fff;
}

.entry-content .has-accent-background-color {
	background-color: #398B2B
}

.entry-content .has-black-background-color {
	background-color: #000;
}

.entry-content .has-dark-gray-background-color {
	background-color: #222;
}

.entry-content .has-medium-gray-background-color {
	background-color: #444;
}

.entry-content .has-light-gray-background-color {
	background-color: #888;
}

.entry-content .has-white-background-color {
	background-color: #fff;
}

.has-small-font-size {
	font-size: 16px;
}

.has-regular-font-size {
	font-size: 18px;
}

.has-large-font-size {
	font-size: 24px;
	line-height: 1.25;
}

.has-huge-font-size {
	font-size: 32px;
	line-height: 1.25;
}

/*
 * 12: Media
 */

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

embed,
iframe,
object {
	max-width: 100%;
}

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Alignments */

.alignleft,
.alignright {
	margin: 0 auto 20px;
}

.aligncenter {
	clear: both;
	margin: 20px auto;
}

img.aligncenter,
.aligncenter img {
	display: block;
}

/* Galleries */

.gallery {
	margin: 0 -10px 20px;
}

.gallery-item {
	display: inline-block;
	width: 100%;
	margin: 0 auto 20px;
	padding: 0 10px;
	text-align: center;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.gallery-icon img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
	border: none;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

/* Captions */

.wp-caption {
	border: none;
	max-width: 100%;
	margin-bottom: 10px;
}

.wp-caption-text,
.gallery-caption {
	display: block;
	margin: 10px 0 0;
	font-size: 14px;
	font-size: 0.875rem;
	font-style: italic;
	color: #888;
}

.wp-caption-text {
	text-align: center;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*
 * 13: Responsive
 */

@media screen and (min-width: 480px) {
	.alignleft,
	.wp-block-image .alignleft {
	float: left;
	margin: 0 30px 10px 0;
	}
	.alignright,
	.wp-block-image .alignright {
	float: right;
	margin: 0 0 10px 30px;
	}
}

@media screen and (min-width: 600px) {
	/* Grid */
	.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
	float: left;
	}
	.col-sm-12 {
	width: 100%;
	}
	.col-sm-11 {
	width: 91.66666667%;
	}
	.col-sm-10 {
	width: 83.33333333%;
	}
	.col-sm-9 {
	width: 75%;
	}
	.col-sm-8 {
	width: 66.66666667%;
	}
	.col-sm-7 {
	width: 58.33333333%;
	}
	.col-sm-6 {
	width: 50%;
	}
	.col-sm-5 {
	width: 41.66666667%;
	}
	.col-sm-4 {
	width: 33.33333333%;
	}
	.col-sm-3 {
	width: 25%;
	}
	.col-sm-2 {
	 width: 16.66666667%;
	}
	.col-sm-1 {
	width: 8.33333333%;
	}
	.posts-loop > .col-sm-6:nth-child(2n+1) {
	clear: left;
	}
	/* Header */
	.site-title {
	font-size: 2.5rem;
	}
	/* Content */
	.entry-title {
	text-align: left;
	}
	.posts-loop .entry-thumbnail img {
	aspect-ratio: 1 / 1;
	border-bottom: 4px solid rgba(0,0,0,.1);
	opacity: 1;
	transition: all 0.3s ease 0s;
	}
	.posts-loop .entry-thumbnail:hover img {
	border-color: #398B2B;
	opacity: .9;
	}
	.search-no-results .search-form,
	.error404 .search-form {
	width: 50%;
	margin-bottom: 20px;
	}
	/* Grid Posts */
	.grid-post {
	display: flex;
	flex-direction: column;
	}
	.grid-post .entry-thumbnail,
	.grid-post .entry-header,
	.grid-post .entry-footer {
	flex: 0 1 auto;
	}
	.grid-post .entry-summary {
	flex: 1 1 auto;
	}
	.grid-post .entry-header {
	margin-top: 10px;
	}
	/* List Posts */
	.list-post .entry-thumbnail {
	float: left;
	max-width: 100px;
	margin: 0 20px 5px 0;
	}
	.list-post .entry-title {
	clear: none;
	text-align: left;
	font-size: 1.25rem;
	}
	.list-post .entry-header {
	padding-top: 0;
	margin-top: 0;
	}
	.list-post .entry-meta {
	text-align: left;
	margin-bottom: 10px;
	}
	.list-post .entry-footer {
	margin-top: 5px;
	}
	/* Featured Posts */
	.featured-grid-3 .featured-large {
	height: 320px;
	}
	.featured-grid-3 .featured-small {
	height: 220px;
	}
	.featured-grid-4 .featured-large,
	.featured-grid-4 .featured-small {
	height: 200px;
	}
	.featured-large h4 {
	font-size: 26px;
	}
	.featured-small h4 {
	font-size: 18px;
	}
	/* Author bio */
	.author-avatar {
	margin-bottom: 0;
	}
	/* Forms */
	.comment-form input[type="text"],
	.comment-form input[type="url"],
	.comment-form input[type="email"] {
	width: auto;
	}
}

@media screen and (min-width: 720px) {
	/* Grid */
	.container {
	max-width: 760px;
	}
	.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
	float: left;
	}
	.col-md-12 {
	width: 100%;
	}
	.col-md-11 {
	width: 91.66666667%;
	}
	.col-md-10 {
	width: 83.33333333%;
	}
	.col-md-9 {
	width: 75%;
	}
	.col-md-8 {
	width: 66.66666667%;
	}
	.col-md-7 {
	width: 58.33333333%;
	}
	.col-md-6 {
	width: 50%;
	}
	.col-md-5 {
	width: 41.66666667%;
	}
	.col-md-4 {
	width: 33.33333333%;
	}
	.col-md-3 {
	width: 25%;
	}
	.col-md-2 {
	 width: 16.66666667%;
	}
	.col-md-1 {
	width: 8.33333333%;
	}
	/* Header */
	.header-image {
	height: 200px;
	}
	/* Large Posts */
	.large-post {
	margin-bottom: 40px;
	}
	.large-post .entry-header {
	margin: 0 auto 20px;
	}
	.large-post .entry-summary {
	margin-top: 20px;
	}
	/* Featured Posts */
	.featured-grid-3 .featured-large {
	height: 400px;
	}
	.featured-grid-3 .featured-small {
	height: 260px;
	}
	.featured-grid-4 .featured-large,
	.featured-grid-4 .featured-small {
	height: 240px;
	}
	.featured-large h4 {
	font-size: 30px;
	}
	.featured-small h4 {
	font-size: 20px;
	}
}

@media screen and (min-width: 960px) {
	/* Grid */
	.container {
	max-width: 980px;
	}
	.row {
	margin-left: -15px;
	margin-right: -15px;
	}
	.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
	float: left;
	padding-left: 15px;
	padding-right: 15px;
	}
	.col-12 {
	width: 100%;
	}
	.col-11 {
	width: 91.66666667%;
	}
	.col-10 {
	width: 83.33333333%;
	}
	.col-9 {
	width: 75%;
	}
	.col-8 {
	width: 66.66666667%;
	}
	.col-7 {
	width: 58.33333333%;
	}
	.col-6 {
	width: 50%;
	}
	.col-5 {
	width: 41.66666667%;
	}
	.col-4 {
	width: 33.33333333%;
	}
	.col-3 {
	width: 25%;
	}
	.col-2 {
	 width: 16.66666667%;
	}
	.col-1 {
	width: 8.33333333%;
	}
	.posts-loop > .col-6:nth-child(2n+1) {
	clear: left;
	}
	.posts-loop > .col-4:nth-child(3n+1) {
	clear: left;
	}
	.inside {
	margin: 0 -20px;
	}
	.content-area {
	width: 80%;
	float: left;
	box-sizing: border-box;
	padding: 0 20px;
	}
	.content-area--company {
	width: 100%;
	}
	.sidebar {
	width: 20%;
	float: right;
	box-sizing: border-box;
	padding: 0 20px;
	}
	/* Grid Posts */
	.flex-row .post-wrapper {
	margin-bottom: 30px;
	}
	/* List Posts */
	.list-post .entry-thumbnail {
	max-width: 200px;
	}
	/* Sidebar Position */
	.content-fullwidth .content-area,
	.content-centered .content-area,
	.has-no-sidebar .content-area {
	float: none;
	width: 100%;
	}
	.content-fullwidth .large-post .entry-header,
	.content-fullwidth .large-post .entry-summary,
	.has-no-sidebar .content-area .large-post .entry-header,
	.has-no-sidebar .content-area .large-post .entry-summary {
	padding-left: 80px;
	padding-right: 80px;
	}
	.content-centered .entry-header,
	.content-centered .entry-content,
	.content-centered .entry-footer,
	.content-centered .author-info,
	.content-centered .post-navigation,
	.content-centered .comments-area {
	max-width: 760px;
	margin-left: auto;
	margin-right: auto;
	}
	.sidebar-content .content-area {
	float: right;
	}
	.sidebar-content .sidebar {
	float: left;
	}
	.content-sidebar .page-title,
	.sidebar-content .page-title,
	.content-sidebar .taxonomy-description,
	.sidebar-content .taxonomy-description {
	text-align: left;
	}
	.content-sidebar .page-header,
	.sidebar-content .page-header {
	margin-bottom: 20px;
	}
	/* Page Templates */
	.page-template-fullwidth .content-area,
	.page-template-centered .content-area {
	float: none;
	width: 100%;
	}
	.page-template-centered .entry-header,
	.page-template-centered .entry-content,
	.page-template-centered .entry-footer,
	.page-template-centered .comments-area {
	max-width: 760px;
	margin-left: auto;
	margin-right: auto;
	}
	/* Navigation */
	.mobile-navbar,
	.main-navigation ul .dropdown-toggle {
	display: none;
	}
	.main-navbar {
	display: block;
	}
	.main-navigation {
	display: inline-block;
	}
	.main-navigation ul {
	display: inline-block;
	background-color: transparent;
	text-align: center;
	}
	.main-navigation a,
	.main-navigation li {
	display: inline-block;
	}
	.main-navigation > ul > li > a {
	padding: 0 10px;
	margin: 0;
	color: #222;
	line-height: 40px;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	border: 0;
	opacity: 1;
	transition: color 0.3s ease-in-out 0s;
	}
	.main-navigation > ul > li.current-menu-item:before {
	content: "";
	position: absolute;
	width: 50px;
	height: 3px;
	left: 50%;
	bottom: -5px;
	margin-left: -25px;
	background-color: #398B2B;
	}
	.main-navigation > ul > li.menu-item-has-children > a,
	.main-navigation > ul > li.page_item_has_children > a {
	position: relative;
	padding-right: 18px;
	}
	.main-navigation > ul > li.menu-item-has-children > a:after,
	.main-navigation > ul > li.page_item_has_children > a:after {
	font-family: 'Material Icons';
	font-weight: normal;
	font-style: normal;
	font-size: 16px;  /* Preferred icon size */
	display: inline-block;
	line-height: 1;
	text-transform: none;
	letter-spacing: normal;
	word-wrap: normal;
	white-space: nowrap;
	direction: ltr;

	/* Support for all WebKit browsers. */
	-webkit-font-smoothing: antialiased;
	/* Support for Safari and Chrome. */
	text-rendering: optimizeLegibility;

	/* Support for Firefox. */
	-moz-osx-font-smoothing: grayscale;

	/* Support for IE. */
	font-feature-settings: 'liga';

	content: "\E5CF";
	position: absolute;
	right: 0;
	top: 12px;
	width: 18px;
	text-align: center;
	}
	.main-navigation > ul > li:hover > ul,
	.main-navigation > ul > li.focus > ul {
	top: 40px;
	}
	.main-navigation ul ul {
	display: block;
	position: absolute;
	top: 30px;
	right: 0;
	padding: 0;
	visibility: hidden;
	opacity: 0;
	border: 1px solid #ededed;
	transition: top 0.4s ease 0s, opacity 0.4s ease 0s;
	z-index: 99999;
	text-align: left;
	}
	.main-navigation > ul:before,
	.main-navigation > ul:after {
	content: none;
	}
	.main-navigation > ul > li > ul:before {
	border-bottom: 8px solid #fff;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	content: "";
	right: 40px;
	position: absolute;
	top: -8px;
	z-index: 19;
	}
	.main-navigation > ul > li > ul:after {
	border-bottom: 10px solid #ededed;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	content: "";
	right: 38px;
	position: absolute;
	top: -10px;
	z-index: 16;
	}
	.main-navigation ul ul a {
	width: 160px;
	padding: 10px 0;
	border-top: 1px solid #f2f2f2;
	}
	.main-navigation ul ul li:first-child > a {
	border-top: 0;
	}
	.main-navigation ul ul > li.menu-item-has-children > a:after,
	.main-navigation ul ul > li.page_item_has_children > a:after {
	font-family: 'Material Icons';
	font-weight: normal;
	font-style: normal;
	font-size: 16px;  /* Preferred icon size */
	display: inline-block;
	line-height: 1;
	text-transform: none;
	letter-spacing: normal;
	word-wrap: normal;
	white-space: nowrap;
	direction: ltr;

	/* Support for all WebKit browsers. */
	-webkit-font-smoothing: antialiased;
	/* Support for Safari and Chrome. */
	text-rendering: optimizeLegibility;

	/* Support for Firefox. */
	-moz-osx-font-smoothing: grayscale;

	/* Support for IE. */
	font-feature-settings: 'liga';

	content: "\E5CF";
	position: absolute;
	right: 15px;
	top: 13px;
	vertical-align: middle;
	}
	.main-navigation ul ul ul {
	opacity: 0;
	top: 0;
	right: 100%;
	visibility: hidden;
	opacity: 0;
	transition: opacity 0.3s ease-in-out 0s;
	}
	/* Header */
	.site-header {
	margin-bottom: 40px;
	}
	.top-search,
	.woo-cart-link {
	display: inline-block;
	}
	.top-search .search-form {
	top: 40px;
	}
	.site-branding .social-links {
	display: block;
	margin: 10px auto 0;
	}
	.site-description {
	font-size: 14px;
	}
	/* Site Title Centered */
	.site-title-centered .site-branding {
	padding: 50px 0;
	}
	.site-title-centered .top-search,
	.site-title-centered .woo-cart-link {
	margin: 0;
	float: none;
	}
	.site-title-centered .site-title {
	font-size: 48px;
	}
	/* Site Title Left */
	.site-title-left {
	border-bottom: 1px solid rgba(0,0,0,.07);
	}
	.site-title-left .site-title {
	font-size: 32px;
	}
	.site-title-left .site-branding {
	padding: 0;
	}
	.site-title-left .main-navigation {
	margin-top: 5px;
	}
	.site-title-left .site-branding,
	.site-title-left .main-navigation {
	text-align: left;
	}
	.site-title-left .social-links,
	.site-title-left .top-search,
	.site-title-left .woo-cart-link {
	float: right;
	}
	.site-title-left .top-search,
	.site-title-left .woo-cart-link {
	margin-top: 10px;
	margin-left: 5px;
	}
	.site-title-left .social-links {
	display: inline-block;
	margin: 8px 0 0;
	}
	.site-title-left .main-navigation > ul > li.current-menu-item:before {
	bottom: 0;
	width: 40px;
	margin-left: -20px;
	}
	/* Navbar */
	.main-navbar {
	padding: 5px 0;
	border-top: 1px solid rgba(0,0,0,.07);
	border-bottom: 1px solid rgba(0,0,0,.07);
	}
	.has-header-image .main-navbar {
	border: 0;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
	}
	.main-navbar .social-links {
	display: inline-block;
	}
	.main-navbar .top-search,
	.main-navbar .woo-cart-link {
	margin-top: 5px;
	}
	.main-navbar .social-links {
	margin: 4px 0 0;
	}
	.navbar-left .main-navigation {
	float: left;
	}
	.navbar-left .top-search,
	.navbar-left .woo-cart-link,
	.navbar-left .social-links {
	float: right;
	}
	/* Featured Image */
	.fimg-fullwidth .featured-image {
	padding: 0 20px;
	}
	.fimg-fullwidth .featured-image .entry-header {
	max-width: 100%;
	padding-left: 80px;
	padding-right: 80px;
	}
	.fimg-fullwidth .featured-image .entry-thumbnail {
	margin-bottom: 30px;
	}
	/* Content */
	.author-title {
	text-align: left;
	}
	.category-title {
	margin-bottom: 20px;
	}
	/* Featured Posts */
	.featured-posts {
	margin-bottom: 40px;
	}
	.featured-item {
	margin: 0;
	}
	.featured-grid-3 .row {
	margin-left: -15px;
	margin-right: -15px;
	}
	.featured-grid-3 .col-8,
	.featured-grid-3 .col-4 {
	padding-left: 15px;
	padding-right: 15px;
	}
	.featured-grid-3 .featured-large {
	height: 420px;
	}
	.featured-grid-3 .featured-small {
	height: 195px;
	}
	.featured-grid-3 .featured-small.first {
	margin-bottom: 30px;
	}
	.featured-grid-4 .featured-large {
	height: 420px;
	}
	.featured-grid-4 .featured-small {
	height: 200px;
	}
	.featured-grid-4 .featured-small.first {
	margin-bottom: 20px;
	}
	.featured-large h4 {
	font-size: 32px;
	}
	.featured-small h4 {
	font-size: 18px;
	}
	/* Widgets */
	.widget {
	margin-bottom: 30px;
	}
	/* Footer */
	.site-credits {
	text-align: left;
	margin-bottom: 0;
	}
	.site-info {
	text-align: right;
	}
}

@media screen and (min-width: 1440px) {
	/* Header */
	.header-image {
	height: 240px;
	}
	.site-title-left {
	padding-left: 30px;
	padding-right: 30px;
	}
	/* Grid */
	.container {
	max-width: 80%;
	padding-left: 25px;
	padding-right: 25px;
	}
	.inside {
	margin: 0 -25px;
	}
	.content-area,
	.sidebar {
	padding: 20px 0;
	}
	/* Featured Image */
	.fimg-fullwidth .featured-image {
	padding: 0 25px;
	}
	/* WooCommerce */
	.woocommerce .woocommerce-result-count,
	.woocommerce .woocommerce-ordering {
	margin-bottom: 30px;
	}
	/* List Posts */
	.list-post .entry-thumbnail {
	max-width: 240px;
	}
	/* Single Posts and Pages */
	.page-content {
	margin-bottom: 30px;
	}
	/* Posts and Comments Navigation */
	.posts-navigation,
	.post-navigation,
	.comments-area,
	.author-info {
	padding: 10px 25px;
	margin-bottom: 30px;
	}
	/* Featured Posts */
	.featured-grid-3 .row {
	margin-left: -20px;
	margin-right: -20px;
	}
	.featured-grid-3 .col-8,
	.featured-grid-3 .col-4 {
	padding-left: 20px;
	padding-right: 20px;
	}
	.featured-grid-3 .featured-small.first {
	margin-bottom: 40px;
	}
	.featured-grid-3 .featured-large {
	height: 500px;
	}
	.featured-grid-3 .featured-small {
	height: 230px;
	}
	.featured-grid-4 .featured-large {
	height: 480px;
	}
	.featured-grid-4 .featured-small {
	height: 230px;
	}
	.featured-small h4 {
	font-size: 22px;
	}
	/* Footer */
	.site-footer {
	margin-top: 30px;
	}
}



/*onskills start*/

.entry-thumbnail {
    border-radius: 16px;
}

footer.entry-footer {
    display: none;
}

a.header-logo {
	text-decoration: none;
}

.main-navbar {
    margin-top: 93px;
}

.main-navbar .container {
    display: none;
}

.mobile-navbar {
    display: none;
}

.site-branding {
    display: none;
}

.footer-copy {
    display: none;
}

.choice__img:hover {
	text-decoration: none;
}

.choice__text:hover {
	text-underline-position: under;
}

.wp-block-image img {
    border-radius: 16px;
}

.comments-area input, .comments-area textarea {
    border-radius: 30px;
	border-color: #dddddd;
}

.comments-area input {
    height: 50px;
}

.error404 div#content {
    height: 60vh;
}


/* Адаптивные стили для author card */
@media (max-width: 992px) {
	.entry-content-wrapper {
		flex-direction: column;
	}

	.entry-author-card {
		flex: 1 1 100%;
		max-width: 100%;
		width: 100%;
		min-height: auto;
	}

	.author-card {
		position: static;
	}
}

@media (max-width:480px) {

	a.header-logo {
	justify-content: center;
	}

	h1.entry-title {
		font-size: 1.5rem;
		line-height: 1.4;
	}

	h2.wp-block-heading {
    	font-size: 1.3rem;
		line-height: 1.4;
	}

	header.entry-header {
		margin-top: 20px;
	}

	.entry-content {
		font-size: 1rem;
	}
}
@media (min-width:600px) {
		span.validation-error-message {
			padding-left: 10px;
		}
}

@media (min-width: 768px) and (max-width:1000px) {

		.header-icons {
		    display: none;
		}

		.header-phone__link {
		    text-align: right;
		}

}

@media (min-width: 768px) and (max-width:1180px) {
		.footer-icons__contract {
		    display: inline-flex;
		    margin: 4px 15px 0 0;
		    text-align: unset;
		    font-size: 16px!important;
		}

		.footer-logo {
		    justify-content: center;
		    margin: -14px 0 0px;
		}

		.footer-phone {
		    display: block;
		    margin: 6px 0;
		}

		.footer-icons {
		    display: flex;
		    justify-content: space-evenly;
		}

		.footer-phone__number {
		    text-align: center;
		}
}

/* Courses Carousel */
.courses-carousel-title {
	margin: 20px 0 20px;
}

.courses-carousel-btn {
	display: none;
}

.courses-carousel-track {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}

.courses-carousel-slide {
	width: 200px;
}

@media (max-width: 768px) {
	.courses-carousel-track {
		flex-direction: row;
		align-items: flex-start;
	}

	.courses-carousel-section .courses-carousel-container .courses-carousel-viewport .courses-carousel-track .courses-carousel-slide {
		width: 100%;
		max-width: 100%;
	}
}

.course-card-image img.attachment-medium.size-medium,
.course-card-image .attachment-medium.size-medium {
	width: 100%;
	border-radius: 12px;
}

.course-card-link,
.course-card .course-card-link {
	display: block;
	background-color: #F4F8F1;
	color: #398B2B;
	width: 80%;
	margin: 20px auto 16px;
	padding: 5px 0;
	text-align: center;
	border-radius: 12px;
}

.course-card-title {
	width: 80%;
	display: block;
	color: #202020;
	font-size: 16px;
	margin: 15px auto 30px;
}

.course-card {
	border: 1px solid #EFEFEF;
	border-radius: 12px;
	cursor: pointer;
	transition: all 0.3s ease;
}

.course-card:hover {
	border-color: #398B2B;
	box-shadow: 0 4px 12px rgba(0, 93, 245, 0.15);
	transform: translateY(-2px);
}

.related-posts-section {
	margin: 40px 0 20px;
}

.related-posts-title {
	font-size: 1.5rem;
	margin: 0 0 20px;
}

.related-posts-list {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16px 24px;
}

.related-post-item__title {
	font-size: 1rem;
	margin: 0 0 4px;
}

.related-post-item__title a {
	color: #222;
	text-decoration: none;
}

.related-post-item__title a:hover {
	color: #398B2B;
}

.related-post-item__meta {
	font-size: 0.8125rem;
	color: #999;
}

@media (max-width: 768px) {
	.related-posts-list {
		grid-template-columns: 1fr;
	}
}

/* Course Banner Inline - Hide on Mobile */
@media (max-width: 768px) {
	.course-banner-inline {
		display: none;
	}
}

@media (max-width: 767px) {
	.flex-row .post-wrapper {
		width: 100%;
	}
}

/*onskills end*/
