/*!
Theme Name: Home Wizards
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.1.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: home-wizards
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Home Wizards is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Variables
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Variables
--------------------------------------------- */

:root {
	--color-bg: #edf0ef;
	--color-white: #fff;
	--color-dark: #1F2A44;
	--color-gray: #BBBCBC;
	--color-gray-dark: #6e6e6e;
	--color-gray-light: #D9D9D6;
	--color-purple: #6D2077;
	--color-purple-dark: #59315F;
	--color-purple-light: #7A4183;
	--color-yellow: #FFC72C;
	--color-yellow-light: #EFDBB2;
	--color-orange: #B58150;
	--color-orange-light: #E1B87F;
	
	--anima-speed: .5s;
}

@font-face {
  font-family: 'Chivo';
  src: url("fonts/Chivo/static/Chivo-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Chivo';
  src: url("fonts/Chivo/static/Chivo-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Chivo';
  src: url("fonts/Chivo/static/Chivo-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Allow percentage-based heights in the application
 */
html, body, #page {
 	min-height: 100%;
    position: relative;
}
#page {
	padding-bottom: 200px;
}

/**
 * Remove the margin in all browsers.
 */
*, body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
	z-index: 1;
}

/**
 * Home Wizard Block item
 */
.hw-block {
	padding: 100px 20px;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
	text-decoration: none;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */

* {
    -webkit-font-smoothing: antialiased;
}

body {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
}
button,
input,
select,
optgroup,
textarea {
/* 	color: #404040; */
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	color: var(--color-dark);
	font-family: 'Chivo', sans-serif;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2.5em;
	font-weight: 800;
	margin: 0;
	line-height: 1;
}
h1.hw-cover__title_small {
	font-size: 1.5em;
}

h2 {
	font-size: 1.8em;
	font-weight: 700;
	margin: 0;
	line-height: 1.2;
}
h2.h2-small {
	font-size: 1.4em;
}

h3 {
	font-size: 1.4em;
	font-weight: 700;
	line-height: 1.1;
}

@media (min-width: 320px) {
	h1 {
		font-size: 44px;
	}
	h1.hw-cover__title_small {
		font-size: 2.1em;
	}
	h2 {
		font-size: 2.2em;
	}
	h2.h2-small {
		font-size: 2em;
	}
}

@media (min-width: 960px) {
	h1 {
		font-size: 65px;
	}
	h1.hw-cover__title_small {
		font-size: 2.8em;
	}
	h2.h2-small {
		font-size: 2.2em;
	}
}

p {
	margin-top: 0;
	margin-bottom: 0;
	line-height: 1.5;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

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

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

.hw-word {
	font-weight: 800;
	color: var(--color-purple);
}
.hw-word-yellow {
	color: var(--color-yellow);
    text-shadow: 0 0 5px var(--color-purple);
}

/* Elements
--------------------------------------------- */
body {
	background: var(--color-bg);
	color: var(--color-dark);
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul:not(.menu),
ol {
	margin: 0;
    padding-left: 0;
    line-height: 1.2;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.6em;
	list-style: none;
}

ul.hw-cover__descr {
	gap: 0.5em;
}

li:not(.menu-item):before {
	content: '✔︎ ';
	color: var(--color-purple);
/*     width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: var(--color-purple);
    display: inline-block;
    margin-right: 9px; */
}

.hw-main__cover li:not(.menu-item):before {
	color: var(--color-white);
}

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

p + ul:not(.menu) {
	margin-top: 1em;
}

ul + p {
	margin-top: 1em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	display: block;
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	cursor: pointer;
	color: var(--color-purple);
	transition: color .4s ease-in-out;
}

a:not(.btn):visited {
	color: var(--color-purple-light);
}

a:not(.btn):hover,
a:not(.btn):focus,
a:not(.btn):active {
	color: var(--color-purple-dark);
}

a:not(.btn):focus {
	outline: thin dotted;
}

a:not(.btn):hover,
a:not(.btn):active {
	outline: 0;
}

a.phone-link {
	white-space: nowrap;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
	color: var(--color-dark);
}

a.phone-link.btn-desktop {
	display: none;
}

a svg {
	width: 30px;
	height: 30px;
	margin-right: 6px;
}

a svg path {
	transition: fill .4s ease-in-out;
	fill: var(--color-dark);
}

a:not(.btn):visited svg path {
	fill: var(--color-purple-light);
}

a:not(.btn):hover svg path,
a:not(.btn):focus svg path, 
a:not(.btn):active svg path {
	fill: var(--color-purple-dark);
}

@media (min-width: 960px) {
	a svg {
		width: 26px;
    	height: 26px;
    	margin-right: 6px;
	}
	
	a.phone-link.btn-desktop {
		display: inline-flex;
	}
	.site-header a.phone-link.btn-desktop {
		font-size: 14px;
		width: 170px;
		text-align: center;
		color: var(--color-white);
		line-height: 30px;
	}
	.site-header a.phone-link.btn-desktop svg {
		width: 20px;
		height: 20px;
	}
	.site-header a.phone-link.btn-desktop svg path {
		fill: var(--color-white);
	}
}

/* Forms
--------------------------------------------- */

.btn-wrap {
	margin-top: 2em;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

@media (min-width: 640px) {
	.btn-wrap_center {
		justify-content: center;
	}
}
@media (min-width: 960px) {
	.btn-wrap {
		margin-top: 3em;
	}
}

button {
	background: none;
	border: none;
	outline: none;
}

.btn,
button:not(.menu-toggle),
input[type="button"],
input[type="reset"],
input[type="submit"] {
	display: flex;
	align-items: center;
	justify-content: center;
	border: none;
	outline: none;
	border-radius: 40px;
	background: var(--color-yellow);
	color: var(--color-dark);
	line-height: 1;
	padding: 0.6em 1.5em;
	font-size: 1.2em;
	font-weight: 700;
	box-shadow: 0 0 5px rgba(0, 0, 0, .2);
	border: 1px solid var(--color-orange-light);
	transition: box-shadow .4s ease-in-out, transform .4s ease-in-out;
	overflow: hidden;
	position: relative;
	flex-shrink: 0;
	text-decoration: none;
	max-width: 100%;
    text-align: center;
	cursor: pointer;
	font-family: 'Chivo', sans-serif;
}

.btn svg,
button svg {
	width: 30px;
	height: 30px;
	margin-right: 8px;
	stroke: var(--color-dark);
	flex-shrink: 0;
}

.btn:hover,
button:not(.menu-toggle):hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	box-shadow: 5px 5px 10px rgba(0, 0, 0, .3);
/* 	transform: translate(-5px, -5px); */
}

.btn:active,
.btn:focus,
button:not(.menu-toggle):active,
button:not(.menu-toggle):focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	box-shadow: 5px 5px 10px rgba(0, 0, 0, .3);
/* 	transform: translate(-5px, -5px); */
}

.btn:before,
button:not(.menu-toggle):before,
input[type="button"]:before,
input[type="reset"]:before,
input[type="submit"]:before {
	content: '';
	background: #fff;
    content: "";
    height: 155px;
    left: -75px;
    opacity: .4;
    position: absolute;
    top: -50px;
    transform: rotate(15deg);
    transition: left 0 ease-in-out;
    width: 50px;
/*     z-index: -10; */
}

.btn:hover:before,
button:not(.menu-toggle):hover:before,
input[type="button"]:hover:before,
input[type="reset"]:hover:before,
input[type="submit"]:hover:before {
	left: 120%;
    transition: left 1s ease-in-out;
}

.btn-desktop {
	display: none;
}

@media (min-width: 640px) {
	.btn-mobile {
		display: none;
	}
	.btn-desktop {
		display: flex;
	}
}

@media (min-width: 960px) {
	
	.btn,
	button:not(.menu-toggle),
	input[type="button"],
	input[type="reset"],
	input[type="submit"] {
		font-size: 1.2em;
		padding: 0.8em 1.8em;
	}
	
	.btn-small {
/* 		font-size: 1em;
		padding: 0.5em 1em; */
		font-size: 1.1em;
		padding: 0.8em 1em;
		min-width: 130px;
	}
	
	.btn svg,
	button svg {
		width: 26px;
    	height: 26px;
    	margin-right: 8px;
	}
}

.wpcf7 .wpcf7-spinner {
	display: none;
}

label {
	display: block;
	width: 100%;
	font-weight: 400;
	font-size: 17px;
	padding: 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"] {
/* 	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px; */
	
	color: var(--color-dark);
	border: 1px solid var(--color-purple);
	border-radius: 5px;
	line-height: 44px;
	height: 44px;
	width: 100%;
	padding: 0 14px;
	background-color: rgba(255, 255, 255, .9);
}

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 {
/* 	color: #111; */
	border: 2px solid var(--color-purple);
	outline: none;
}

select {
	border: 1px solid var(--color-purple);
}

textarea {
	height: auto;
	color: var(--color-dark);
	border: 1px solid var(--color-purple);
	border-radius: 5px;
	line-height: 1.2;
	width: 100%;
	padding: 14px;
	background-color: rgba(255, 255, 255, .9);
}
textarea:focus {
	border: 2px solid var(--color-purple);
	outline: none;
}

.hw-popup .captcha-image {
    color: var(--color-dark);
	border-color: var(--color-purple) !important;
    border-radius: 5px;
	width: 100%;
	padding-bottom: 0;
	margin-top: 5px;
}

.hw-form .captcha-image {
	background-color: rgba(255, 255, 255, .9);
    color: var(--color-dark);
	border-color: var(--color-purple) !important;
    border-radius: 5px;
	width: 100%;
}

.hw-form input[type="submit"] {
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Footer
--------------------------------------------- */

.site-footer {
	width: 100%;
	height: 200px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 20px;
	background-color: var(--color-purple-dark);
	position: absolute;
	bottom: 0;
	left: 0;
	border-top: 2px solid var(--color-yellow);
}

.site-footer__info_address {
	color: var(--color-white);
	font-size: 1.2em;
    font-weight: 700;
    line-height: 1.5;
	text-align: center;
}

.site-footer__info_phone a {
	text-align: center;
	color: var(--color-white);
	display: inline-flex;
	width: 100%;
	font-size: 1.2em;
    font-weight: 700;
    line-height: 1.5;
	margin-top: 0.5em;
}

.site-footer__info_phone a svg path {
	fill: var(--color-white);
}

.site-footer__info_phone a:hover,
.site-footer__info_phone a:focus,
.site-footer__info_phone a:visited {
	color: var(--color-white);
}

.site-footer__info_phone a:hover svg path,
.site-footer__info_phone a:focus svg path,
.site-footer__info_phone a:visited svg path {
	fill: var(--color-white);
}

.site-footer__info_license {
	text-align: center;
	color: var(--color-white);
	margin-top: 1em;
}

.site-footer__info_copyright {
	text-align: center;
	color: var(--color-white);
	margin-top: 1em;
}

.site-footer__locations {
/* 	width: 100%;
    background-color: var(--color-purple-light);
    padding: 60px 20px;
    color: var(--color-white); */
	border-top: 2px solid var(--color-yellow);
}

ul.site-footer__locations_wrap {
	display: flex;
    width: 100%;
/*     flex-direction: row; */
    gap: 0;
	justify-content: space-between;
}

li.site-footer__locations_item {
	display: block;
	width: 100%;
}

li.site-footer__locations_item:before {
	content: none;
}

.site-footer__locations_item-title {
	color: var(--color-white);
    font-weight: 600;
    font-size: 1em;
/*     padding-bottom: 1em; */
	white-space: nowrap;
	display: block;
	
	width: 100%;
    background-color: var(--color-purple-dark);
    display: block;
    padding: 10px 20px;
	text-align: center;
	cursor: pointer;
}

.site-footer__locations_item-title span {
    transform: rotate(90deg) translateX(2px) translateY(-1px);
    display: inline-block;
}

.site-footer__locations_item-title:hover, 
.site-footer__locations_item-title:focus, 
.site-footer__locations_item-title:active {
    color: var(--color-white);
}

ul.site-footer__locations_item-list {
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    height: auto;
    max-height: 0;
    opacity: 0;
    visibility: hidden;
	gap: 10px;
	padding: 0 10px;
    background-color: var(--color-white);
    align-items: center;
    transition: max-height .4s ease-in-out, opacity .4s ease-in-out, visibility .4s ease-in-out;
}

ul.site-footer__locations_item-list.toggle {
    max-height: 900px;
    opacity: 1;
    visibility: visible;
}

li.site-footer__locations_subitem {
	text-align: center;
}

li.site-footer__locations_subitem:first-child {
	padding-top: 10px;
}

li.site-footer__locations_subitem:last-child {
	padding-bottom: 10px;
}

li.site-footer__locations_subitem:before {
	content: none;
}

@media (min-width: 360px) {
	ul.site-footer__locations_wrap {
		display: grid;
    	grid-template-columns: repeat(2, 1fr);
	}
}

@media (min-width: 640px) {
	ul.site-footer__locations_wrap {
		display: grid;
    	grid-template-columns: repeat(4, 1fr);
	}
}

@media (min-width: 1140px) {
	ul.site-footer__locations_wrap {
		display: grid;
    	grid-template-columns: repeat(8, 1fr);
	}
}

/* Header
--------------------------------------------- */

.site-header {
	position: fixed;
	z-index: 50;
	top: 0;
	left: 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	height: 70px;
	padding: 10px 20px;
	background: linear-gradient(180deg, var(--color-bg), rgba(255, 255, 255, 0.5));
}

@media screen and (min-width: 960px) {
	.site-header {
		background: transparent;
		height: 90px;
		padding: 0 0 0 20px;
		transition: background .5s ease-in-out, box-shadow .5s ease-in-out;
	}
	.site-header.scroll {
		background-color: var(--color-bg);
		box-shadow: 0 1px 6px #cecece;
	}
	.site-header:before {
		content: '';
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 30px;
		z-index: -1;
		background-color: var(--color-purple);
		display: block;
	}
}

.site-branding {
	width: 110px;
    margin-bottom: 10px;
	margin-right: 20px;
	line-height: 0;
	flex-shrink: 0;
}
@media screen and (min-width: 960px) {
	.site-branding {
		width: 140px;
		margin-bottom: 0;
	}
}


/* Navigation
--------------------------------------------- */
.main-navigation {
	display: inline-block;
	width: 100%;
}

.main-navigation-overlay {
	position: fixed;
	height: 100vh;
	width: 100vw;
	background-color: rgba(0,0,0,.6);
	opacity: 0;
	left: -100%;
	top: 0;
	transition: opacity .5s ease-in-out, left 0s .5s ease-in-out;
}


.menu-container {
	position: fixed;
    background-color: var(--color-bg);
    right: -390px;
    top: 0;
    width: 100%;
    max-width: 390px;
    padding: 40px 10px 100px 10px;
    overflow-y: scroll;
    height: 100%;
    z-index: 49;
	transition: right .4s ease-in-out, box-shadow .3s ease-in-out;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	gap: 2em;
}
.menu-container > div {
	display: flex;
	flex-direction: column;
	gap: 40px;
} 

@media (min-width: 320px) {
	.menu-container {
		padding: 40px 20px 100px 20px;
	}
}

.main-navigation ul {
/* 	display: none; */
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.menu,
.menu-wrap {
	width: 100%;
}

.main-navigation ul ul {
	position: relative;
    display: block;
    float: none;
    box-shadow: none;
    border-bottom: 2px solid var(--color-purple);
    border-radius: 0;
    padding: 0; 
    margin-bottom: 0;
    top: 0;
    background-color: transparent;
    gap: 0.4em;
    white-space: inherit;
    align-items: center;
	
	max-height: 0;
    opacity: 0;
    visibility: hidden;
    transition: max-height var(--anima-speed) ease-in-out, opacity var(--anima-speed) ease-in-out, margin-top var(--anima-speed) ease-in-out, visibility var(--anima-speed) ease-in-out;
}
.main-navigation ul ul.expanded {
	max-height: 1000px;
    opacity: 1;
    visibility: visible;
}


/* .main-navigation ul ul {
    box-shadow: 0 3px 7px rgb(0 0 0 / 50%);
    float: left;
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999;
    padding: 20px 0px 16px 0px;
    background-color: var(--color-bg);
    gap: 0.4em;
    border-radius: 5px;
    white-space: nowrap;
    align-items: center;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
} */

.main-navigation ul ul a {
	width: 100%;
}

.main-navigation li {
	position: relative;
}

.main-navigation a:not(.btn):not(.custom-logo-link):not(.phone-link) {
	display: block;
	text-decoration: none;
	font-size: 1.2em;
  padding: 0.5em 0;
	color: var(--color-purple);	
	text-align: center;
	line-height: 1;
	transition: font-weight .3s ease-in-out, color .3s ease-in-out;
	text-transform: capitalize;
  font-family: 'Chivo', sans-serif;
	font-weight: 600;
}

.main-navigation a:not(.btn):not(.custom-logo-link):not(.phone-link):hover,
.main-navigation a:not(.btn):not(.custom-logo-link):not(.phone-link):focus {
	font-weight: 800;
	color: var(--color-purple);
}

.main-navigation .current-menu-item > a:not(.btn):not(.phone-link) ,
.main-navigation .current_page_parent > a:not(.btn):not(.phone-link)  {
	font-weight: 800;
/* 	background-color: var(--color-purple);
    color: var(--color-white); */
/* 	border-bottom: 2px solid  var(--color-purple); */
	text-decoration: underline;
}

.menu-item-has-children > a:not(.btn):not(.phone-link)  {
/* 	background-color: #e3d4e6;	 */
	font-weight: 800 !important;
}

.menu-item-has-children > a:not(.btn):not(.phone-link):after {
/* 	content: ' ➤'; */
/* 	content: '➤'; */
	
/* 	content: '\27A4'; */
    display: inline-block;
    transform: rotate(90deg) translateY(-4px) translateX(1px);
	
/* 	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 10px solid inherit; */
}

.main-navigation .current-menu-item > a:not(.btn):not(.custom-logo-link):hover,
.main-navigation .current-menu-item > a:not(.btn):not(.custom-logo-link):focus,
.main-navigation .current_page_parent > a:not(.btn):not(.custom-logo-link):hover,
.main-navigation .current_page_parent > a:not(.btn):not(.custom-logo-link):focus {
/* 	color: var(--color-white); */
}

.main-navigation-logo-mobile {
	width: 240px;
	height: 140px;
	padding: 0;
	margin-bottom: 1em;
}

/* Small menu. */

.main-navigation.toggled .menu-container {
	right: 0;
	box-shadow: 0 0 10px;
}

.main-navigation.toggled .main-navigation-overlay {
	left: 0;
	opacity: 1;
	transition: opacity .5s ease-in-out, left 0s ease-in-out;
}

.menu-toggle {
	display: block;
	width: 24px;
    height: 20px;
	padding: 0;
	position: relative;
	margin-left: auto;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
	border: none;
    background: none;
	z-index: 50;
}

.menu-toggle span {
	display: block;
	position: absolute;
	height: 4px;
	width: 50%;
	background: var(--color-purple);
	opacity: 1;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}

.menu-toggle span:nth-child(even) {
  left: 50%;
  border-radius: 0 2px 2px 0;
}

.menu-toggle span:nth-child(odd) {
  left:0px;
  border-radius: 2px 0 0 2px;
}

.menu-toggle span:nth-child(1), 
.menu-toggle span:nth-child(2) {
  top: 0px;
}

.menu-toggle span:nth-child(3), 
.menu-toggle span:nth-child(4) {
  top: 8px;
}

.menu-toggle span:nth-child(5), 
.menu-toggle span:nth-child(6) {
  top: 16px;
}

.menu-toggle[aria-expanded=true] span:nth-child(1),
.menu-toggle[aria-expanded=true] span:nth-child(6) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.menu-toggle[aria-expanded=true] span:nth-child(2),
.menu-toggle[aria-expanded=true] span:nth-child(5) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.menu-toggle[aria-expanded=true] span:nth-child(1) {
  left: 3px;
  top: 4px;
}

.menu-toggle[aria-expanded=true] span:nth-child(2) {
  left: calc(50% - 1px);
  top: 4px;
}

.menu-toggle[aria-expanded=true] span:nth-child(3) {
  left: -50%;
  opacity: 0;
}

.menu-toggle[aria-expanded=true] span:nth-child(4) {
  left: 100%;
  opacity: 0;
}

.menu-toggle[aria-expanded=true] span:nth-child(5) {
  left: 3px;
  top: 12px;
}

.menu-toggle[aria-expanded=true] span:nth-child(6) {
  left: calc(50% - 1px);
  top: 12px;
}

@media screen and (min-width: 960px) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-end;
/* 		gap: 16px;
		padding-right: 16px; */
	}
	
	.main-navigation ul ul {
		box-shadow: 0 3px 7px rgb(0 0 0 / 50%);
		float: left;
		position: absolute;
/* 		top: 100%; */
		top: 200%;
		left: -999em;
		z-index: 99999;
		padding: 20px 0px 16px 0px;
		background-color: var(--color-bg);
		gap: 0;
		border-radius: 5px;
		white-space: nowrap;
		align-items: stretch;
		display: flex;
    	flex-direction: column;
		max-height: 1000px;
/* 		opacity: 1; */
		opacity: 0;
		visibility: visible;
		transition: opacity .5s ease-in-out, top .5s ease-in-out, left 0s linear .5s;
	}

	.main-navigation ul ul ul {
/* 		left: -999em;
		top: 0; */
/* 		position: relative; */
	}

/* 	.main-navigation ul ul li:hover > ul,
	.main-navigation ul ul li.focus > ul {
		display: block;
		left: auto;
	} */

	.main-navigation ul li:hover > ul,
	.main-navigation ul li.focus > ul {
		left: 0;
		top: 100%;
		opacity: 1;
		transition: opacity .5s ease-in-out, top .5s ease-in-out, left 0s linear;
	}

	.main-navigation .btn-small {
		min-width: 170px;
		border-radius: 0 0 0 70px;
		height: 65px;
		margin-bottom: -5px;
	}
	
	.menu-container {
		position: relative;
		background-color: transparent;
		right: auto;
		top: auto;
		width: 100%;
		max-width: inherit;
		padding: 0;
		overflow-y: visible;
		height: auto;
		z-index: 49;
		transition: none;
		display: flex;
		/*flex-direction: row;
		justify-content: space-between;
		align-items: center;
		gap: 1em;*/
		flex-direction: column;
		align-items: flex-end;
		gap: 0;
		width: 100%;
	}
	.menu-container > div {
		display: flex;
		width: 100%;
		justify-content: flex-end;
		align-items: center;
		flex-direction: row;
		gap: 0;
	} 
	
	.main-navigation-logo-mobile {
		display: none;
	}
	
	.main-navigation li {
		margin: 0.1em 0.5em;
	}
	
	.main-navigation .sub-menu li {
		margin: 8px 25px;
	}
	
	.main-navigation :not(.sub-menu) a:not(.btn):not(.custom-logo-link):not(.phone-link)  {
		font-size: 18px;
		font-weight: 600;
		padding: 0.3em 0.8em;
/*		color: var(--color-dark);*/
		color: var(--color-white);
		transition: color .3s ease-in-out;
	}
	.site-header.scroll .main-navigation a:not(.btn):not(.custom-logo-link):not(.phone-link) {
		color: var(--color-dark);
	}
	.main-navigation .sub-menu a:not(.btn):not(.custom-logo-link):not(.phone-link)  {
		font-size: 18px;
		font-weight: 600;
		padding: 0.3em 0.8em;
		color: var(--color-dark);
		transition: color .3s ease-in-out;
	}
	.main-navigation .sub-menu a:not(.btn):not(.custom-logo-link):not(.phone-link):hover {
		color: var(--color-purple);
	}
	
	.main-navigation a:not(.btn):not(.custom-logo-link):not(.phone-link):before {		
		content: '';
		position: absolute;		
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		opacity: 0;
		transform: scale(1.1);
		background-color: transparent;
		z-index: 0;
		border: 2px solid var(--color-purple);
		transition: transform .3s ease-in-out, opacity .3s ease-in-out;
		border-radius: 2px;
	}
	
	.main-navigation a:not(.btn):not(.custom-logo-link):not(.phone-link):hover,
	.main-navigation a:not(.btn):not(.custom-logo-link):not(.phone-link):focus {
/* 		color: var(--color-purple); */
		font-weight: 600;
		
	}
	
	.main-navigation a:not(.btn):not(.custom-logo-link):not(.phone-link):hover:before,
	.main-navigation a:not(.btn):not(.custom-logo-link):not(.phone-link):focus:before {
		transform: scale(1);
		opacity: 1;	
	}
	
	.menu-item-has-children > a:not(.btn):not(.phone-link)  {
		background-color: transparent;
		padding-right: 8px;
	}
	
	.main-navigation .current-menu-ancestor > a:not(.btn):not(.phone-link),
	.main-navigation .current-menu-item > a:not(.btn):not(.phone-link) ,
	.main-navigation .current_page_parent > a:not(.btn):not(.phone-link)  {
/* 		background-color: var(--color-purple);
		color: var(--color-white); */
		border-radius: 2px;
		font-weight: 700;
		text-decoration: none;
/* 		color: var(--color-purple); */
	}
	.site-header.scroll .main-navigation .current-menu-ancestor > a:not(.btn):not(.phone-link),
	.site-header.scroll .main-navigation .current-menu-item > a:not(.btn):not(.phone-link) ,
	.site-header.scroll .main-navigation .current_page_parent > a:not(.btn):not(.phone-link) {
		color: var(--color-purple);
	}
	
/* 	.main-navigation .current-menu-item > a:not(.btn):not(.custom-logo-link):not(.phone-link):hover,
	.main-navigation .current-menu-item > a:not(.btn):not(.custom-logo-link):not(.phone-link):focus,
	.main-navigation .current_page_parent > a:not(.btn):not(.phone-link):hover,
	.main-navigation .current_page_parent > a:not(.btn):not(.phone-link):focus {
color: var(--color-white)
		font-weight: 700;
	} */
	
	.main-navigation .menu-wrap__common ul ul ul {
		position: relative;
		float: none;
		top: 0;
		left: 0;
		box-shadow: none;
		background-color: transparent;
		padding: 0;
		border-bottom: 0;
		margin-bottom: 0;
	}
	.main-navigation .menu-wrap__common ul ul a:not(.btn):not(.custom-logo-link):not(.phone-link):before {
		content: none;
	}
	.main-navigation .menu-wrap__common ul ul a:not(.btn):not(.custom-logo-link):not(.phone-link):hover:before {
		content: none;
	}
	.main-navigation .menu-wrap__common ul ul {
		flex-direction: column;
    	flex-wrap: nowrap;
	}
	.main-navigation .menu-wrap__common ul ul a:not(.btn):not(.custom-logo-link):not(.phone-link) {
		text-align: left;
		padding-left: 0;
		padding-right: 0;
		padding-bottom: 4px;
		padding-top: 4px;
	}
	.main-navigation .menu-wrap__common ul ul ul {
		flex-direction: column;
		gap: 0;
		margin-top: 6px;
	}
	.main-navigation .menu-wrap__common ul ul ul li {
		margin-left: 0;
		margin-right: 0;
	}
}
@media screen and (min-width: 1520px) {
	.main-navigation ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-end;
		gap: 16px;
		padding-right: 16px;
	}
	.main-navigation :not(.sub-menu) a:not(.btn):not(.custom-logo-link):not(.phone-link)  {
		font-size: 19px;
	}
}



.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0;
}

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

.page-content,
.entry-content,
.entry-summary {
	margin: 0;
}

.page-empty {
	height: calc(100vh - 40px);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 100px 20px 60px 20px;
}

.page-links {
	clear: both;
	margin: 0;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

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

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

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

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

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

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.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;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

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

/* Alignments !!!
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}


/*--------------------------------------------------------------
# Custom
--------------------------------------------------------------*/

/* Home Page
--------------------------------------------- */

.hw-home {
	padding: 60px 20px;
}

.hw-home__bg {
	visibility: hidden;
    position: fixed;
    z-index: -1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
	opacity: 0;
	transition: opacity .4s ease-in-out, visibility .4s ease-in-out;
}

.hw-home__bg.active {
	visibility: visible;
	opacity: 1;
}

.hw-home__bg img {
	opacity: 0;
	width: 100%;
    height: 100%;
    object-fit: cover;
	transition: opacity .4s ease-in-out;
	left: 0;
    top: 0;
    position: absolute;
}

.hw-home__logo {
	width: 220px;
	height: 134px;
	margin: 0 auto 40px auto;
}

.hw-home__services_wrap {
	max-width: 1500px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 1fr;
	gap: 20px;
	align-items: center;
}

.hw-home__service {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	height: 90px;
	padding: 15px 15px 15px 20px;
	
	font-size: 18px;
	font-weight: 800;
	line-height: 1.2;
	text-align: left;
	text-decoration: none;
	text-transform: uppercase;
	
	box-shadow: 10px 10px 12px rgb(0 0 0 / 10%);
    background: #f8fbfa;
    border-radius: 10px;
	
	transition: box-shadow .4s ease-in-out;
	
	-webkit-animation-name:  slideIn;
	-webkit-animation-duration: .4s;
	-webkit-animation-timing-function: ease-in;
	-webkit-animation-iteration-count: 1; 
	   -moz-animation-name:  slideIn;
	   -moz-animation-duration: .4s;
	   -moz-animation-timing-function: ease-in;
	   -moz-animation-iteration-count: 1;
	    -ms-animation-name:  slideIn;
	    -ms-animation-duration: .4s;
	    -ms-animation-timing-function: ease-in;
	    -ms-animation-iteration-count: 1;
	     -o-animation-name:  slideIn;
	     -o-animation-duration: .4s;
	     -o-animation-timing-function: ease-in;
	     -o-animation-iteration-count: 1;
	        animation-name:  slideIn;
	        animation-duration: .4s;
	        animation-timing-function: ease-in;
	        animation-iteration-count: 1; 
}

.hw-home__service:before {
	content: '';
	z-index: 1;
	width: 0%;
	height: 100%;
	background-color: var(--color-yellow);
	position: absolute;
	left: 100%;
	top: 0;
	border-radius: 10px;
	box-shadow: 10px 10px 12px rgb(0 0 0 / 10%);
	transition: width .5s ease-in-out, left .5s ease-in-out, box-shadow .5s ease-in-out;
}

.hw-home__service:hover:before,
.hw-home__service:focus:before,
.hw-home__service:active:before {
	width: 100%;
	left: 0%;
	box-shadow:  0 0 0 #e7b718, 0 0 0 #ffe58c, -2px -2px #fbf7f7 inset, 10px 10px 10px #e7b718 inset, -10px -10px 10px #ffe58c inset;
	transition: width .5s ease-in-out, left 0s ease-in-out, box-shadow .5s ease-in-out;
}

.hw-home__service_content {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.hw-home__service:hover,
.hw-home__service:focus,
.hw-home__service:active {
	box-shadow:  0 0 0 #cccccc, 0 0 0 #ffffff, 10px 10px 10px #cccccc inset, -10px -10px 10px #ffffff inset;
}

.hw-home__service_icon {
	position: relative;
    width: 60px;
    height: 45px;
	z-index: 2;
    padding-right: 15px;
}

.hw-home__service_title {
	z-index: 2;
	color: var(--color-dark);
	transition: transform .4s ease-in-out;
}

.hw-home__service_title span {
	display: block;
	font-size: 20px;
	line-height: 1.5;
}

.hw-home__service_descr {
	display: none;
}

@media (min-width: 320px) {
	.hw-home {
		padding: 60px 20px;
	}
	.hw-home__logo {
		width: 270px;
		height: 163px;
	}
	.hw-home__service {
		justify-content: center;
		font-size: 20px;
	}
	.hw-home__service_icon {
		width: 65px;
		height: 50px;
		padding-right: 15px;
	}
}

@media (min-width: 480px) {
	.hw-home__services_wrap {
		grid-template-columns: 1fr;
		gap: 20px;
	}
	.hw-home__logo {
		width: 300px;
		height: 180px;
		margin: 0 auto 50px auto;
	}
	.hw-home__service {
		height: 150px;
		font-size: 22px;
		padding: 20px;
		justify-content: center;
	}
}

@media (min-width: 640px) {
	.hw-home__services_wrap {
		grid-template-columns: repeat( 2, 1fr);
	}
	.hw-home__service {
		height: 200px;
		font-size: 22px;
	}
	
}

@media (min-width: 960px) {
	.hw-home {
		padding: 100px 30px;
	}
	.hw-home__logo {
		width: 360px;
		height: 215px;
		margin: 0 auto 80px auto;
	}
	.hw-home__services_wrap {
		grid-template-columns: repeat( 3, 1fr);
		gap: 30px;
	}
}

@media (min-width: 1200px) {
	.hw-home__service {
		height: 260px;
		font-size: 30px;
	}
	.hw-home__service_icon {
		width: 85px;
		height: 65px;
		padding-right: 20px;
	}
}

/* Appear Animation */
@keyframes slideIn
{ 
	0% { opacity: 0; bottom: -50px; }
	100% { opacity: 1; bottom:  0; } 
} 
/* Firefox < 16 */
@-moz-keyframes slideIn
{ 
	0% { opacity: 0; bottom: -50px; }
	100% { opacity: 1; bottom:  0; } 
} 
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes slideIn
{ 
	0% { opacity: 0; bottom: -50px; }
	100% { opacity: 1; bottom:  0; } 
} 
/* Internet Explorer */
@-ms-keyframes hide {
	0% { opacity: 0; bottom: -50px; }
	100% { opacity: 1; bottom:  0; } 
}
/* Opera < 12.1 */
@-o-keyframes slideIn
{ 
	0% { opacity: 0; bottom: -50px; }
	100% { opacity: 1; bottom:  0; } 
}

/* General
--------------------------------------------- */

.hw-map iframe {
	width: 100%;
}

.hw-block {
	display: block;
	width: 100%;
	padding: 80px 10px;
	overflow: hidden;
}
.hw-block-light {
	background-color: var(--color-bg);
}
.hw-block-light + .hw-block-light {
	padding-top: 0;
}

.hw-content {
	max-width: 1000px;
	margin: 0 auto;
}
.hw-content__small {
	max-width: 730px;
}
.hw-content.hw-content-post {
	max-width: 740px;
}

.hw-block__subtitle {
	margin-top: 0.5em;
	font-size: 1.1em;
    line-height: 1.4;
/* 	max-width: 550px; */
	margin-left: auto;
	margin-right: auto;
}

.hw-block__content {
	margin-top: 2.2em;
}

.hw-block__content_no-header {
	margin-top: 0;
}

.hw-block__content_imgs img {
	border-radius: 5px;
    box-shadow: 0 0 5px rgb(0, 0, 0, .2);
}

.hw-block__content_imgs_2 img:nth-child(1) {
	width: 80%;
}

.hw-block__content_imgs_2 img:nth-child(2) {
	width: 40%;
    margin-left: auto;
    margin-top: -40%;
}

.hw-block__content_right {
/* 	margin-top: 1em; */
}

.hw-block__content_imgs_3 img:nth-child(1) {
    width: 70%;
    margin-left: 0;
    margin-top: 0;
}

.hw-block__content_imgs_3 img:nth-child(2) {
    width: 40%;
    margin-left: auto;
	margin-top: -35%;
}

.hw-block__content_imgs_3 img:nth-child(3) {
    width: 52%;
    margin-left: auto;
    margin-right: auto;
    margin-top: -25%;
    transform: translateX(20%);
}

.hw-block__content_imgs-single img {
	width: 100%;
    height: 100%;
    object-fit: cover;
}

.hw-block__content_text {
	align-self: center;
}

.hw-block__cols_even {
	display: grid;
	grid-template-columns: 1fr;
	align-items: stretch;
	gap: 2em;
}

.hw-block__cols_odd {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1.4em;
}

.hw-block__cols_odd + .hw-block__cols_odd {
	margin-top: 1.4em;
}

.hw-block-in-grid-mobile-2 {
	grid-row: 2;
}

.hw-block-in-grid-mobile-4 {
	grid-row: 4;
}

.hw-block-in-grid-mobile-6 {
	grid-row: 6;
}

.hw-block__address {
	text-align: center;
    border-top: 2px solid var(--color-yellow);
    padding-top: 2em;
    margin-top: 3em;
	display: flex;
    flex-direction: column;
    gap: 2em;
}

.hw-form {
	max-width: 500px;
}

@media (min-width: 320px) {
	.hw-block {
		padding: 80px 20px;
	}
}

@media (min-width: 640px) {
	.hw-block {
		padding: 100px 20px;
		overflow: hidden;
	}
	.hw-block__title {
		text-align: center;
		max-width: 800px;
		margin-left: auto;
		margin-right: auto;
	}
	
	.hw-block__subtitle {
	    margin-top: 0.8em; 
		text-align: center;
		max-width: 550px;
	}
	
	.hw-block__cols_even:not(.hw-block__faq) {
		grid-template-columns: repeat(2, 1fr);
	}
	
	.hw-block__cols_odd {
		grid-template-columns: repeat(3, 1fr);
	}
	
	.hw-block__content {
		margin-top: 3em;
	}
	
	.hw-block__content_no-header {
		margin-top: 0;
	}
	
	.hw-block__content_left {
		padding-right: 10px;
	}
	
	.hw-block__faq .hw-block__content_left {
		padding-right: 0;
	}
	
	.hw-block__content_imgs img:nth-child(2) {
		width: 48%;
		margin-top: -35%;
	}
	
	.hw-block__content_text {
		font-size: 1.1em;
	}
	
	.hw-block-in-grid-mobile-2,
	.hw-block-in-grid-mobile-4,
	.hw-block-in-grid-mobile-6{
		grid-row: inherit;
	}
}

@media (min-width: 960px) {
	.hw-block {
		padding: 140px 20px;
		overflow: hidden;
	}
	
	.hw-block__faq .hw-block__content_left{
		padding-right: 10px;
	}
	
	.hw-block__content {
		margin-top: 4em;
	}
	
	.hw-block__content_no-header {
		margin-top: 0;
	}
	
	.hw-block__subtitle {
	    max-width: 660px;
		text-align: center;
		font-size: 1.2em;
	}
	
	.hw-block__cols_even {
		gap: 1.6em;
		grid-template-columns: repeat(2, 1fr);
	}
	
	.hw-block__cols_odd {
		gap: 1.6em;
	}
	
	.hw-block__cols_odd + .hw-block__cols_odd {
		margin-top: 1.6em;
	}
	
	.hw-block__cols_odd_for-two,
	.hw-block__cols_odd_for-two.hw-adventage__wrap {
		grid-template-columns: repeat(6, 1fr);
	}
	
	.hw-block__cols_odd_for-two .hw-card:first-child {
		grid-column: 2 / 4;
	}
	
	.hw-block__cols_odd_for-two .hw-card:last-child {
		grid-column: 4 / 6;
	}
	
	.hw-block__content_imgs img:nth-child(2) {
		width: 46%;
		margin-top: -40%;
	}
	
	.hw-block-in-grid-mobile-2,
	.hw-block-in-grid-mobile-4 {
		grid-row: inherit;
	}
}

.hw-card-w-bg {
	padding: 20px;
    background-color: #f8fbfa;
	box-shadow: 0 0 5px rgba(0, 0, 0, .2);
    border-radius: 10px;
	transition: box-shadow .4s ease-in-out, transform .4s ease-in-out;
}


.hw-card-w-bg:hover,
.hw-card-w-bg:focus {
/* 	box-shadow:  0 0 0 #cccccc, 0 0 0 #ffffff, 10px 10px 10px #cccccc inset, -10px -10px 10px #ffffff inset; */
	box-shadow: 5px 5px 15px rgba(0, 0, 0, .3);
/*     transform: translate(-5px, -5px); */
}

.hw-card__header {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.hw-card__icon {
	margin-right: 0.8em;
	flex-shrink: 0;
}

.hw-card__icon img {
	width: 40px;
	height: 40px;
}

.hw-card__title small {
	font-weight: 500;
    color: var(--color-gray-dark);
	font-size: 70%;
}

.hw-card__header + .hw-card__descr,
.hw-card__descr + .hw-card__descr {
	margin-top: 0.8em;
}

.hw-card__link_wrap {
	margin-top: 0.8em;
}

.hw-card__link {
	font-size: 1.1em;
	font-weight: 700;
	position: relative;
}

.hw-card__link:before {
	content: '';
	width: 0%;
	left: 100%;
    height: 2px;
    border-radius: 1px;
    background-color: var(--color-purple);
    position: absolute;
    bottom: -2px;
	transition: width .4s ease-in-out, left .4s ease-in-out;
}

.hw-card__link:hover:before {
	left: 0%;
	width: 100%;
	transition: width .4s ease-in-out, left 0s ease-in-out;
}

@media (min-width: 640px) {
	.hw-card-w-bg {
		padding: 20px 20px 30px 20px;
	}
	.hw-card__icon img {
		width: 50px;
		height: 55px;
		padding: 5px 5px 5px 0;
	}
}

.hw-adventage {
	display: flex;
    justify-content: flex-start;
    align-items: center;
	margin-bottom: 0.5em;
}

.hw-adventage .hw-card__icon img {
	width: 60px;
	height: 60px;
}

@media (min-width: 640px) {
	
	.hw-adventage__wrap {
		grid-template-columns: 1fr;
	}
}

@media (min-width: 960px) {
	
	.hw-adventage {
		flex-direction: column;
	}
	
	.hw-adventage__wrap:not(.hw-block__cols_odd_for-two):not(.hw-block__cols_even) {
		grid-template-columns: repeat(3, 1fr);
	}
	.hw-adventage__wrap.hw-block__cols_even {
		grid-template-columns: repeat(4, 1fr);
	}
	
	.hw-adventage .hw-card__icon {
		margin-right: 0;
	}

	.hw-adventage .hw-card__icon img {
		width: 70px;
		height: 70px;
		padding: 0;
		margin-left: auto;
		margin-right: auto;
	}

	.hw-adventage h3 {
		text-align: center;
	}

	.hw-adventage .hw-card__icon + h3 {
		margin-top: 1em;
	}
}


.hw-review {
	padding: 20px;
    background-color: rgba(0, 0, 0, .3);
	box-shadow: 0 0 5px rgba(0, 0, 0, .2);
    border-radius: 10px;
	transition: box-shadow .4s ease-in-out, transform .4s ease-in-out;
}

.hw-review-white {
	background-color: rgba(255, 255, 255, .5);
}

.hw-review__title {
	color: var(--color-white);
}

.hw-review-white .hw-review__title {
	color: var(--color-dark);
}

.hw-review__logo {
	display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    background-color: var(--color-purple);
    width: 50px;
    height: 50px;
    border-radius: 100%;
    margin-right: 16px;
    color: var(--color-white);
    font-weight: 700;
    font-size: 22px;
}

.hw-review__stars {
	margin-top: 5px;
    color: var(--color-yellow);
    letter-spacing: 1px;
}

.hw-item {
	
}

.hw-item__descr {
	margin-top: 0.4em;
}

.hw-item__header {
	display: flex;
	justify-content: center;
	align-items: center;
}

.hw-item__icon {
/* 	display: block;
	width: 60px;
	height: 60px; */
/* 	padding: 5px; */
/* 	border-radius: 100%;
	margin: 0 auto 1em auto; */
/* 	border: 2px solid var(--color-dark); */
}

.hw-item__icon img {
	display: block;
	width: 60px;
	height: 60px;
}

@media (min-width: 640px) {
	.hw-item__title {
		text-align: center;
	}
	
	.hw-item__descr {
		margin-top: 0.8em;
		text-align: center;
	}
	
	span.indent {
		display: block;
	}
}


@media (min-width: 640px) {
	.hw-item__title {
		font-size: 1.6em;
	}
	
	.hw-item__descr {
		margin-top: 1em;
	}
}

/* Service Main Page
--------------------------------------------- */

.hw-cover {
	position: relative;
	min-height: 350px;
	padding-top: 130px;
	
	color: var(--color-white);
}

.hw-cover h2 {
	color: var(--color-white);
}

.hw-cover__bg-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.hw-cover__bg-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 30%;
}
.hw-cover__bg-img_fixed img {
	object-position: 50% 70%;
}

.hw-cover__bg-img:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .3);
}

.hw-cover__bg-img_fixed {
	position: fixed;
}

.hw-cover__content {
	display: block;
}

.hw-cover__content + .hw-cover__content {
	margin-top: 1em;
}

.hw-cover__left {
}

.hw-cover__left_w-border {
	padding-bottom: 20px;
	border-bottom: 2px solid var(--color-yellow);
}

.hw-cover__right {
	padding-top: 20px;
}
.hw-cover__right_w-border {
	padding-top: 0;
	padding-bottom: 20px;
	border-bottom: 2px solid var(--color-yellow);
}

.hw-cover__right h2 + p {
	margin-top: .8em;
}

.hw-cover__title {
	text-transform: capitalize;	
	color: var(--color-white);
}

.hw-cover__subtitle {
	margin-top: 0.8em;
	font-size: 1.3em;
    line-height: 1.3;
	font-weight: 600;
}

.hw-cover__subtitle + .hw-cover__descr {
	margin-top: 0.8em;
}

.hw-cover__descr {
	font-size: 22px;
}
@media (min-width: 960px) {
	.hw-cover__descr {
		font-size: 24px;
	}
}

.hw-cover__descr + .hw-cover__descr {
	margin-top: 0.5em;
}

@media (min-width: 320px) {
	.hw-cover__title span:nth-child(1) {
		font-size: 0.8em;
		letter-spacing: 2px;
		text-transform: uppercase;
		color: var(--color-yellow);
	}
	.hw-cover__title span:nth-child(2) {
		font-size: 0.85em;
	}
}

@media (min-width: 640px) {
	.hw-cover__content {
		width: 460px;
		margin-left: 0;
	}
	.hw-cover__content_center {
		flex-direction: column;
		align-items: center;
		justify-content: center;
		gap: 0;
		max-width: 500px;
		text-align: center;
		margin-left: auto;
	}
}

@media (min-width: 960px) {
	.hw-cover {
		padding-top: 200px;
	}
	.hw-cover__content {
		gap: 20px;
		display: flex;
		align-items: stretch;
		width: auto;
		margin-left: auto;
	}
	.hw-cover__left {
		padding-right: 20px;
		padding-top: 10px;
		
		display: block;
		width: 400px;
		flex-shrink: 0;
	}
	
	.hw-reviews__cover_left {
		width: 320px;	
	}
	
	.hw-cover__left_w-border {
		border-bottom: none;
		padding-bottom: 10px;
		border-right: 2px solid var(--color-yellow);
	}
	.hw-cover__title span:nth-child(1) {
		font-size: 0.92em;
		letter-spacing: 5px;
		text-transform: uppercase;
/* 		line-height: 1.3; */
		color: var(--color-yellow);
	}
	.hw-cover__title span:nth-child(2) {
		font-size: 0.85em;
	}
	.hw-cover__right {
		padding-top: 18px;
		padding-bottom: 10px;
	}
	.hw-cover__right_w-border {
		padding-top: 0;
		border-bottom: none;
		position: relative;
		padding-bottom: 0;
		margin-bottom: 20px;
/* 		padding-left: 20px; */
/* 		border-left: 2px solid var(--color-yellow); */
	}
	.hw-cover__right_w-border:before {
		content: '';
		position: absolute;
		top: 0;
		left: -20px;
		height: 100%;
		width: 2px;
		background-color: var(--color-yellow);
	}
}
@media (min-width: 1010px) {
	.hw-cover__title {
		font-size: 3em;
	}
	.hw-cover__left {
		width: 430px;
	}
	.hw-reviews__cover_left {
		width: 340px;	
	}
	.hw-cover__subtitle {
		font-size: 1.4em;
	}
}

/* Service Main Page
--------------------------------------------- */

.hw-main__cover {
	position: relative;
	min-height: 100vh;
	height: fit-content;
	padding-top: 130px;
	
	color: var(--color-white);
}

.hw-main__cover_bg-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.hw-main__cover_bg-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 30%;
}

.hw-main__cover_bg-img:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .4);
}
.hw-cover__bg-img_dark:after {
	background-color: rgba(0, 0, 0, .65);
}


.hw-main__cover_bg-img_middle:after {
	background-color: rgba(0, 0, 0, .5);
}

.hw-main__cover_bg-img_dark:after {
	background-color: rgba(0, 0, 0, .7);
}

.hw-main__cover_content {
	display: block;
}

.hw-main__cover_left {
	padding-bottom: 20px;
	border-bottom: 2px solid var(--color-yellow);
}

.hw-main__cover_right {
	padding-top: 20px;
}

.hw-main__cover_title {
	text-transform: capitalize;	
	color: var(--color-white);
}

.hw-main__cover_subtitle {
	margin-top: 0.8em;
	font-size: 20px;
    line-height: 1.3;
}

.hw-main__cover_descr + .hw-main__cover_descr {
	margin-top: 0.4em;
}

@media (min-width: 960px) {
	.hw-main__cover {
		padding-top: 200px;
		display: flex;
    	align-items: center;
	}
	.hw-main__cover_subtitle {
		margin-top: 0.8em;
		font-size: 26px;
		line-height: 1.3;
	}
	.hw-main__cover_content {
		display: grid;
/* 		grid-template-columns: repeat(2, 1fr); */
		grid-template-columns: repeat(5, 1fr);
		gap: 20px;
	}
	.hw-main__cover_content-smaller {
		grid-template-columns: repeat(6, 1fr);
	}
	.hw-main__cover_content-smaller > .hw-main__cover_right {
		grid-column: 4/7;
	}
	.hw-main__cover_left {
		grid-column: 1/4;
		padding-bottom: 0;
		padding-right: 20px;
		border-bottom: none;
		border-right: 2px solid var(--color-yellow);
		padding-top: 10px;
		padding-bottom: 10px;
	}
/* 	.hw-main__cover_left-smaller {
		grid-column: 1/3;
	} */
	.hw-main__cover_right {
		grid-column: 4/6;
		padding-top: 18px;
		padding-bottom: 10px;
	}
	.hw-main__cover_btns {
		margin-top: 1em;
	}
/* 	.hw-main__cover_btns .btn {
		font-size: 1em;
	}
	.hw-main__cover_btns .btn svg {
		width: 23px;
    	height: 23px;
	} */
}
/* @media (min-width: 1010px) {
	.hw-main__cover_title {
		font-size: 3em;
	}
	.hw-main__cover_subtitle {
		font-size: 1.4em;
	}
} */

.hw-single-block {
	min-height: calc(100vh - 310px);
}

@media (min-width: 640px) {
	.hw-single-block {
		min-height: calc(100vh - 280px);
	}
}

@media (min-width: 1140px) {
	.hw-single-block {
		min-height: calc(100vh - 240px);
	}
}

/* Pop-up
--------------------------------------------- */

.hw-popup__overlay {
	position: fixed;
	display: block;
	height: 100vh;
	width: 100vw;
	background-color: rgba(0,0,0,.7);
	opacity: 0;
	left: 0;
	top: 0;
	z-index: -1;
	visibility: hidden;
	transition: opacity .5s ease-in-out, visibility .5s ease-in-out, z-index .5s ease-in-out;
}
.hw-popup__overlay[aria-focus=true] {
	opacity: 1;
	visibility: visible;
	z-index: 99;
}
.hw-popup {
	position: fixed;
	display: block;
	opacity: 0;
	z-index: -1;
	visibility: hidden;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	transition: opacity .5s ease-in-out, visibility .5s ease-in-out, z-index .5s ease-in-out;
	width: 90vw;
	height: 730px;
	max-width: 450px;
	max-height: 90vh;
/* 	overflow-y: scroll; */
	background-color: var(--color-white);
/* 	padding: 30px 20px; */
	padding: 30px 0 0;
	border-radius: 10px;
	overflow: hidden;
}
.hw-popup[aria-focus=true] {
	opacity: 1;
	visibility: visible;
	z-index: 100;
}

.hw-popup p,
.hw-form p {
	margin-top: 0.8em;
}

.hw-popup__close {
	width: 40px;
	height: 40px;
	position: absolute;
	right: 3px;
	top: 3px;
	display: block;
	cursor: pointer;
}
.hw-popup__close:before,
.hw-popup__close:after {
	content: '';
	width: 30px;
	height: 3px;
	border-radius: 10px;
	position: absolute;
	background-color: var(--color-purple);
}
.hw-popup__close:before {
	transform: rotate(-45deg) translateX(-10px) translateY(17px);
}
.hw-popup__close:after {
	transform: rotate(45deg) translateX(17px) translateY(10px);
}
.hw-popup__logo {
	display: flex;
    justify-content: center;
    align-items: center;
}
.hw-popup__logo .custom-logo {
	height: 110px;
	width: auto;
}
.hw-popup__wrap {
	display: block;
	height: 100%;
	overflow-x: hidden;
	overflow-y: scroll;
	padding: 0 20px 30px;
	
	-ms-overflow-style: none;  /* IE and Edge */
	scrollbar-width: none;  /* Firefox */
}
.hw-popup__wrap::-webkit-scrollbar {
  display: none;
}
.hw-popup__content {
/* 	background-color: var(--color-white); */
	
/* 	padding: 20px 20px; */
}
.hw-popup__title {
	text-align: center;
	margin-top: 15px;
}
.hw-popup__subtitle {
	text-align: center;
	margin-top: 5px;
    font-size: 18px;
}
.hw-popup__form {
	margin-top: 20px;
}
.hw-popup__agree {
	font-size: 15px;
	text-align: center;
	line-height: 1.2;
	color: #626f78;
	margin-top: 6px !important;
}

.hw-popup [type="submit"] {
	margin: 30px auto 0 auto;
}

@media screen and (min-width: 960px) {
/* 	.hw-popup {
		padding: 30px 0 40px 0;
	} */
/* 	.hw-popup__logo .custom-logo {
		width: 241px;
		height: 140px;
		width: auto;
	} */
	.hw-popup__close {
		right: 10px;
		top: 10px;
	}
/* 	.hw-popup__wrap {
		padding: 0 40px;
	} */
	
/* 	.hw-popup__content {
		padding: 0 40px;
	} */
	
	.hw-popup__title {
		text-align: center;
		margin-top: 30px;
		font-size: 2em;
	}
}

.hw-toggle-list {
	
}

li.hw-toggle-list__item {
	padding-bottom: 10px;
    border-bottom: 1px solid var(--color-gray);
}

li.hw-toggle-list__item:before {
	content: none;
	
}

.hw-toggle-list__title {
	padding-bottom: 0.5em;
	padding-left: 40px;
	position: relative;
	cursor: pointer;
}

.hw-toggle-list__descr {
	padding-left: 40px !important;
    overflow: hidden;
    height: auto;
    max-height: 0;
    opacity: 0;
    visibility: hidden;
    transition: max-height .4s ease-in-out, opacity .4s ease-in-out, visibility .4s ease-in-out;
}

.hw-toggle-list__descr.toggle {
	max-height: 300px;
    opacity: 1;
    visibility: visible;
}

.hw-toggle-list__title:before {
	content: '❯';
    position: absolute;
    left: 13px;
    line-height: 25px;
    top: calc(50% - 5px);
    font-size: 20px;
    color: var(--color-purple);
    transform: translateY(-50%);
	transition: transform .4s ease-in-out;
}

.hw-toggle-list__title.toggle:before {
	transform: translateY(-50%) rotate(90deg);
}

.hw-thanks {
	
}

.hw-thanks__subtitle {
	margin-top: 1em;
	font-size: 1.3em;
    line-height: 1.3;
}

.hw-thanks__subtitle + .hw-thanks__subtitle {
	margin-top: 0.2em;
}

.hw-thanks__thanks {
	font-weight: 800;
    line-height: 1.1;
	margin-top: 1.4em;
}


/* Blog
--------------------------------------------- */

.hw-blog-wrapper {
	max-width: 1400px;
	margin: 0 auto;
}
@media screen and (min-width: 500px) {
	.hw-blog-wrapper {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 20px;
	}
}
@media screen and (min-width: 800px) {
	.hw-blog-wrapper {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 20px;
	}
}
@media screen and (min-width: 1080px) {
	.hw-blog-wrapper {
		display: grid;
		grid-template-columns: repeat(4, 1fr);
		gap: 20px;
	}
}

.hw-blog-wrapper .hw-blog-card {
	background-color: var(--color-white);
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    border-radius: 10px;
    overflow: hidden;
}
.hw-blog-wrapper .hw-blog-card header {
	padding: 16px;
}
.hw-blog-wrapper .hw-blog-card h2 {
	text-align: left;
	font-size: 1.4em;
}
.hw-blog-wrapper .hw-blog-card .entry-meta {
	margin-bottom: 6px;
    font-weight: 400;
    font-size: 0.9em;
    color: var(--color-gray-dark);
}
.hw-blog-wrapper .hw-blog-card .entry-meta a {
	color: var(--color-gray-dark);
}
.hw-blog-wrapper .hw-blog-card .entry-content {
	padding: 0 16px 20px 16px;
	font-size: 0.9em;
}
.btn-more {
	margin-top: 20px;
}

// Single Post

.hw-content-post {
	max-width: 740px !important;
}

.hw-content-post .entry-meta {
	margin-bottom: 2.2em;
}
@media screen and (min-width: 640px) {
	.hw-content-post .entry-meta {
		margin-bottom: 3em;
	}
}
@media screen and (min-width: 960px) {
	.hw-content-post .entry-meta {
		margin-bottom: 4em;
	}
}

.hw-content-post .entry-footer {
	margin-top: 2em;
}
.hw-content-post .cat-links,
.hw-content-post .tags-links {
	display: block;
	width: 100%;
	margin-bottom: 0.5em;
}
.hw-content-post .cat-links > span,
.hw-content-post .tags-links > span {
	font-weight: 700;
} 
.hw-content-post-navigation {
	margin-top: 3em;
	font-weight: 800;
	text-decoration: underline;
}

.hw-content.hw-content-post h2 {
	margin-top: 1.2em;
	margin-bottom: 0.5em;
}
.hw-content.hw-content-post h3 {
	margin-top: 0.9em;
	margin-bottom: 0.5em;
}
.hw-content.hw-content-post h4,
.hw-content.hw-content-post h5,
.hw-content.hw-content-post h6 {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
.hw-content.hw-content-post p {
	margin: 0.4em 0;
}
.hw-post-lead {
	font-size: 1.2em;
    line-height: 1.4;
}

