/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | 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; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

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

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

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

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 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; /* 1 */
	font-size: 1em; /* 2 */
}

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

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 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; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * 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; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * 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; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	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; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * 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; /* 1 */
	padding: 0; /* 2 */
}

/**
 * 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; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * 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; /* 1 */
	font: inherit; /* 2 */
}

/* 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;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

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;
	font-size: 15px;
	font-size: 0.9375rem;
	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;
	font-size: 15px;
	font-size: 0.9375rem;
}

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

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

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

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

ul, ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

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

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button: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 {
	border-color: #aaa #bbb #bbb;
}

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 #ccc;
	border-radius: 3px;
	padding: 3px;
}

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: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}

a:visited {
	color: purple;
}

a:hover, a:focus, a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

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

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

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

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation ul ul a {
	width: 200px;
}

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

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

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

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# 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; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.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: 14px;
	font-size: 0.875rem;
	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;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

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

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

.post,
.page {
	margin: 0 0 1.5em;
}

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

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

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

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

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.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;
}

/*--------------------------------------------------------------
# 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 embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* 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;
}

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

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

.gallery-caption {
	display: block;
}


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

.entry-content { margin: 0; }
.entry-content:before { display: none; }
.entry-content-home { margin-top: -25px; }

.full-width { width: 100vw; position: relative; margin-left: -50vw; left: 50%; }

.content-area-inner .site-main { padding: 49px 0; }
.content-area-inner .review { display: block; }
.content-area-inner .review figure { margin: auto; }
.content-area-inner .review h4 { text-align: center; margin: 5px 0; }
.content-area-inner .review .review__content:before,
.content-area-inner .review .review__content:after { display: none; }

.content-area-inner .full-width { position: static; width: 100%; margin-left: 0; left: 0; }

.grecaptcha-badge { display: none !important; }

.related-posts { display: none !important; }

section + br { display: none; }

h1 { font-size: 26px; }
h2 { font-size: 24px; }
h3 { font-size: 22px; }
h4 { font-size: 20px; }
h5 { font-size: 18px; }
h6 { font-size: 16px; }

h1,
h2,
h3,
h4,
h5,
h6 { font-weight: 700; }

body { position: relative; font-family: 'Open Sans', sans-serif; font-size: 16px; font-weight: 400; text-align: justify; overflow-x: hidden; width: 100%; margin-bottom: 0; }
p { font-weight: 400; font-size: 16px; }
a { color: #ffaf4c; transition: .3s; outline: none; }
a:visited { color: inherit; }
p a:visited { color: #ffaf4c;}
p a:hover { color: #4d4d4d; }
a:hover { text-decoration: none; }
ul { list-style: none; margin-left: 40px; padding-left: 0; }
ul li a { color: #4d4d4d; }
ul li a:hover { color: #ffaf4c; }

pre { font-family: 'Open Sans', sans-serif; font-size: 16px; font-weight: 400; white-space: pre-line; background-color: transparent; margin: 0; padding: 0; }
pre ul { display: flex; flex-direction: column; margin-bottom: 0; }
pre h1 { margin-top: 0; margin-bottom: 0; }

blockquote { padding-left: 0; margin-left: 0; margin-right: 0; white-space: pre-line; font-style: italic; overflow: hidden; }
blockquote h2,
blockquote h3,
blockquote p { display: inline-block; }
blockquote h2,
blockquote h3 { font-style: normal; }

blockquote img { max-width: 200px; }

.page { margin-bottom: 0; }
.page-title,
.entry-title { margin-top: 0; text-align: center; text-transform: uppercase; }
.entry-content p a { font-weight: 700; }

h2 a,
h3 a { color: #4d4d4d; }
h2 a:hover,
h3 a:hover { text-decoration: none; color: #ffaf4c; }

 @media screen and (max-width: 992px) { 

	.container, 
	.container-md, 
	.container-sm { max-width: 785px; }

 }

  @media screen and (max-width: 767px) { 

	h1 { font-size: 24px; text-align: center; }
	h2 { font-size: 22px; }
	h3 { font-size: 20px; }
	h4 { font-size: 19px; }

	.entry-title { font-size: 24px; }

	.entry-content img.alignright,
	.entry-content img.alignleft { display: block; float: none; margin: auto auto 10px; }
	blockquote { margin-right: 0; text-align: center; }
	blockquote h3 { display: block; text-align: center; }
	blockquote h3 + br { display: none; }

	.content-area-inner .site-main { padding: 30px 0; }

	h2 a,
	h3 a { font-size: 18px; }

  }

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

.site-header { background-color: #fff; padding: 10px 0 0; }
.menu-primary-container .menu { display: flex; margin-bottom: 0; margin-left: 0; }
.menu-primary-container .menu li { display: inline-block; }
.menu-primary-container .menu li + li { margin-left: 10px; }
.menu-primary-container .menu a { color: #ffaf4c; font-size: 20px; font-weight: bold; outline: none; }
.menu-primary-container .menu a:hover { color: #4d4d4d; }

.menu-primary-container .menu li.menu-item-has-children { position: relative; }
.menu-primary-container .menu li.menu-item-has-children:before { position: relative; display: inline-block;  width: 0; height: 0; border-left: 7px solid transparent;border-right: 7px solid transparent;  border-top: 7px solid #ffaf4c; float: right; margin-left: 5px; top: 13px; content: ''; }

.sub-menu { display: flex; visibility: hidden; opacity: 0; flex-direction: column; position: absolute; top: 100%; left: -10px; margin-left: 0; padding: 20px 10px; width: 300px; z-index: 99; background-color: #fff; border-radius: 5px; -webkit-box-shadow: 0px 3px 5px -1px rgba(255,174,76,1);
-moz-box-shadow: 0px 3px 5px -1px rgba(255,174,76,1);
box-shadow: 0px 3px 5px -1px rgba(255,174,76,1); }

.sub-menu li { text-align: left; transition: opacity 0.3s; }
.menu-primary-container .menu .sub-menu li a { font-size: 16px; }
.menu-primary-container .menu .sub-menu li + li { margin-left: 0; }
.menu-primary-container .menu li.menu-item-has-children:hover .sub-menu { visibility: visible; opacity: 1; }

.site-header::after { display: none; }
.site-header .header__nav { padding-bottom: 10px; }

.site-header .btn { margin: 0 70px; white-space: nowrap; position: relative; z-index: 100; }
.site-header .btn i { margin-left: 5px;  animation: ring 4s .7s ease-in-out infinite; transform-origin: 30% 50%; }

.dropdown-item.active, 
.dropdown-item:active { background-color: #33e68c; color: #4d4d4d; }

ul.nav li.dropdown:hover > ul.dropdown-menu { display: block; margin: 0; }

.logo { display: block; width: 295px; height: 115px; background-size: contain; background-repeat: no-repeat; background-position: center; }
.logo:hover { opacity: 0.8; }

@media screen and (max-width: 1200px) { 

	.site-header .btn { margin: 0 20px; }
	.navbar .container { max-width: 100%; }

}

@media screen and (max-width: 1024px) {

	.site-header .btn { margin-left: auto; margin-right: 50px; }
	.menu-toggle { position: absolute; display: block; right: 45px; top: 47px; z-index: 100; width: 35px; height: 23px; background: transparent; border: none; outline: none !important; }
	.menu-toggle:hover { cursor: pointer; }
	.menu-toggle span { position: relative; transition-duration: 0.3s; transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
	.menu-toggle span,
	.menu-toggle span:before,
	.menu-toggle span:after { width: 100%; height: 3px; background-color: #33e68c; border-radius: 3px; position: absolute; transition: transform 0.15s ease; }

	.menu-toggle span:before { top: -10px; display: block; content: ''; transition: top 0.1s 0.34s ease-in, opacity 0.1s ease-in, background-color 0.15s ease; }
	.menu-toggle span:after { bottom: -10px; display: block; content: ''; transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) , background-color 0.15s ease; }

	.nav-opened { height: 100vh; overflow: hidden; }
	.nav-opened .menu-toggle span { transform: rotate(225deg); background-color: #33e68c; transition-delay: 0.14s; transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

	.nav-opened .menu-toggle span:before { top: 0; opacity: 0; transition: top 0.1s ease-out, opacity 0.1s 0.14s ease-out, background-color 0.15s ease; }
	.nav-opened .menu-toggle span:after { bottom: 0; background-color: #33e68c; transform: rotate(-90deg); transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0.15s ease; }

	.nav-opened .page { position: relative; overflow: hidden; }

	.nav-opened .site-header { background-color: #fff; }

	.site-header .menu { position: fixed; right: -99999px; top: 0; display: flex; z-index: 99; order: 99; flex-direction: column; width: 100%; height: 100%; overflow-y: scroll; background-color: #fff; text-align: center; padding: 150px 0 30px; background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top, #ffffff 0%, #d1ffe8 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #ffffff 0%,#d1ffe8 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #ffffff 0%,#d1ffe8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d1ffe8',GradientType=0 ); transition: right 0.5s; }
	.nav-opened .menu { right: 0; }

	.site-header .menu > ul { display: flex; flex-direction: column; }
	.site-header .logo { position: relative; z-index: 100; }
	.nav-opened .menu li { padding: 12px; color: #000; text-align: center; font-size: 18px; }
	.nav-opened .menu li + li { margin-left: 0; }

	.menu-primary-container .menu a:hover { color: #ffaf4c; }
	.menu-primary-container .menu li.menu-item-has-children .sub-menu { position: static; display: none; background: transparent; visibility: visible; opacity: 1; width: 100%; box-shadow: none; padding: 0; }
	.menu-primary-container .menu li.menu-item-has-children .sub-menu.active { display: flex; }
	.menu-primary-container .menu li.menu-item-has-children .sub-menu li { padding: 10px; }

	.menu-primary-container .menu li.menu-item-has-children:before { float: none; margin-left: auto; margin-right: 5px; top: -3px; }

}

 @media screen and (max-width: 992px) { 

	.logo { width: 200px; }

}

 @media screen and (max-width: 767px) { 
	
	.site-header .menu { padding: 100px 0 60px; }
	.site-header .container { flex-direction: row-reverse; }
	.site-header .navbar-nav { padding-top: 20px; }
	.navbar-light .navbar-toggler { max-width: 50px; border: 0; }
	.navbar-nav { text-align: center; }
	.navbar-brand { margin: 0; }

	.menu-toggle { top: 25px; }
	.logo { width: 180px; height: 67px; margin-right: auto; }

	.navbar-nav .dropdown-menu { border: 0; text-align: center; }
	.site-header .btn { display: none; }
}

/*--------------------------------------------------------------
## Sections
--------------------------------------------------------------*/

section { padding: 40px 0; background-repeat: no-repeat; background-position: center; background-size: cover; }
main ul li,
section ul li { display: flex; justify-content: flex-start; padding-left: 15px; text-align: left; }
main ul li:before,
section ul li:before { display: inline-block; margin-right: 5px; color: #ffaf4c; font-size: 42px; line-height: 24px; content: '\2022'; }

.section-regular { background-image: url(https://www.cleanersacton.com/wp-content/uploads/2021/05/header-bg.jpg); border-bottom: 2px solid #ccc; }
.section-regular ul { /*-webkit-columns: 2; -moz-columns: 2; -o-columns: 2; columns: 2; */margin-left: 20px; margin-top: 20px; }
.section-regular .section__form { border-radius: 10px; background-color: #fff; border: 2px solid #ccc; text-align: center; padding: 30px; }
.section-regular .field-label { display: block; text-align: center; font-size: 20px; font-weight: 700; margin-bottom: 10px; }

.section-features { text-align: center; padding: 40px 0 0; }
.section-features h2 { margin-bottom: 30px; }
.section-features ul { font-size: 18px; }
.section-features ul li + li { margin-top: 10px; }

.section-faq { background-color: #ffb558; padding: 20px 0 40px; }
.section-faq .section__head { text-align: center; margin-bottom: 20px; color: #fff; }

.section-reviews .section__head { text-align: center; }
.section-reviews .section__head h2 { text-transform: uppercase; }
.section-reviews .section__head p { font-style: italic; }

.content-area-inner .section-reviews { padding: 0 0 20px; }

.section-prices { background-color: #33e68c; padding: 30px 0; }
.section-prices h3 { text-align: center; }

 @media screen and (max-width: 992px) { 
	
	.section-regular .section__form { margin-top: 30px; }

}

 @media screen and (max-width: 767px) { 
	
	section { padding: 20px 0; }
	ul,
	section ul { margin-left: 0; padding-left: 0; }

	.section-features ul { font-size: 16px; }
	.section-regular ul { -webkit-columns: 1; -moz-columns: 1; -o-columns: 1; columns: 1; margin-left: 0; }
	.section-regular h2 { text-align: center; }
	.section-regular blockquote h3 { margin-bottom: -10px; }

	.section-reviews .section__head h2 { font-size: 20px; }

	.section-features ul li + li { margin-top: 5px; }

	main ul li,
	section ul li { padding-left: 0; }

}

/*--------------------------------------------------------------
## Form
--------------------------------------------------------------*/

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 { border-radius: 5px; color: #4d4d4d; border: 2px solid #ccc; padding: 10px; width: 100%; margin: 10px 0; }
textarea { resize: none; }

label { width: 100%; margin-bottom: 10px; background-color: #fff; border-radius: 5px; }
label br { display: none; }

button, 
input[type="button"], 
input[type="reset"], 
input[type="submit"] { background-color: #33e68c; width: 100%; font-weight: 700; font-size: 20px; border: 0; border-radius: 5px; padding: 15px; }

button:active,
button: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 { border: 0; outline: none; }

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active { -webkit-box-shadow: 0 0 0 30px white inset !important; }

textarea:focus,
input:focus, 
input[type]:focus { border-color: #ccc; outline: 0 none; }

.wpcf7-form label,
.wpcf7-form p { text-align: left; }
.wpcf7-form input[type="submit"] { margin-top: 15px; transition: .3s; }
.wpcf7-form input[type="submit"]:hover { opacity: 0.7; }

div.wpcf7-response-output { margin: 10px 0; }

.wpcf7 h2 { font-size: 18px; }
.wpcf7-form br { display: none; }
.wpcf7-form p { margin-bottom: 5px; }
.checkbox-663 { display: block; width: 100%; text-align: left; margin-top: 20px; }
.wpcf7-form span.meta { display: block; font-size: 14px; margin-bottom: 10px; text-align: center; }

.time-fields { display: flex; justify-content: space-between; align-items: center; margin-bottom: 10px; }

.section-regular .section__form .wpcf7-form { max-width: 380px; margin: auto; }

/* Select */
select { -webkit-appearance: none; width: 100%; height: 48px; padding: 0 15px; background: #fff; border: 2px solid #ccc; border-radius: 5px; background-image: url(assets/images/pfeil.png); background-size: 35px; background-repeat: no-repeat; background-position: 96% 66%; outline: none; margin-bottom: 10px; }
select:hover { cursor: pointer; }

.time-fields select { width: 135px; background-position: 90% 66%; }

/* Number range */
input[type=number] { float: left; width: calc(100% - 190px); height: 48px; padding: 0; font-size: 16px; text-transform: uppercase; text-align: center; border: 0; background: none; outline: none; pointer-events: none; -moz-appearance: textfield; }

span.spinner { position: relative; display: flex; align-items: center; height: 48px; border: 2px solid #ccc; border-radius: 5px; user-select: none; -ms-user-select: none; -moz-user-select: none; -webkit-user-select: none; -webkit-touch-callout: none; }

span.spinner > .sub,
span.spinner > .add { float: left; display: block; width: 60px; height: 30px; text-align: center; font-weight: 700; font-size: 28px; line-height: 30px; color: #ffaf4c; border-right: 0; border-radius: 2px 0 0 2px; cursor: pointer; transition: 0.1s linear; -o-transition: 0.1s linear; -ms-transition: 0.1s linear; -moz-transition: 0.1s linear; -webkit-transition: 0.1s linear; height: 31px; }
span.spinner > .sub { border-right: 2px solid #ccc; }
span.spinner > .add { border-left: 2px solid #ccc; }
span.spinner > .add:after { position: absolute; display: block; top: 50%; left: 39%; transform: translateY(-50%); font-size: 16px; color: #4d4d4d; font-weight: 400; }
span.spinner.bedrooms > .add:after { content: 'Bedrooms'; }
span.spinner.bathrooms > .add:after { content: 'Bathrooms'; }

span.spinner.bedrooms.single > .add:after { content: 'Bedroom'; }
span.spinner.bathrooms.single > .add:after { content: 'Bathroom'; }

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { -webkit-appearance: none; }

::placeholder { color: #4d4d4d; opacity: 1; }
:-ms-input-placeholder { color: #4d4d4d; }
::-ms-input-placeholder { color: #4d4d4d; }

/* Custum numbers fields */
input[type=number].field-numbers { margin-right: 110px; }

/* datepicker */
.ui-state-default, 
.ui-widget-content .ui-state-default, 
.ui-widget-header .ui-state-default, 
.ui-button, 
html .ui-button.ui-state-disabled:hover, 
html .ui-button.ui-state-disabled:active { color: #4d4d4d; }

/* Checkbox*/
.wpcf7-list-item { display: inline-flex; cursor: pointer; position: relative; }
.wpcf7-list-item > span { padding: 0 10px; position: absolute; width: 100%; white-space: nowrap; top: 6px; }
.wpcf7-list-item > input { position: relative; height: 30px; width: 30px; -webkit-appearance: none; -moz-appearance: none; -o-appearance: none; appearance: none; border: 2px solid #ccc; border-radius: 4px; outline: none; transition-duration: 0.3s; cursor: pointer; z-index: 1; }
.wpcf7-list-item > input:checked + span::before { display: block; text-align: center; color: #ffaf4c; position: absolute; left: -27px; top: 1px; font-size: 27px; line-height: 16px; content: '\2714'; }
span.wpcf7-list-item { margin: 0; }

 @media screen and (max-width: 992px) { 
	
	.time-fields { justify-content: center; }
	.wpcf7 .time-fields .field-dropdown { margin: 0 15px; }
	span.spinner > .add:after { left: 44%; }

}

 @media screen and (max-width: 767px) { 

	span.spinner > .add:after { left: 43%; }
	.content-area-inner .entry-content .wpcf7 { background-color: transparent; padding: 0; }

 }

 @media screen and (max-width: 480px) { 
	
	.section-regular .section__form { padding: 15px; }
	.wpcf7 .time-fields .field-dropdown { width: 100px; }
	select { background-size: 28px; }
	.time-fields select { background-position: 91% 50%; }
	input[type=number].field-numbers { margin-right: 90px; }
	span.spinner > .add:after { left: 40%; }

	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 { padding: 5px 10px; margin: 5px 0; min-height: 50px; }

	textarea { height: 200px; }

}

/*--------------------------------------------------------------
## Lists
--------------------------------------------------------------*/

/* Steps */
.steps { background: rgba(209,255,232,1);
background: -moz-linear-gradient(left, rgba(209,255,232,1) 0%, rgba(209,255,232,1) 47%, rgba(51,230,141,1) 47%, rgba(51,230,141,1) 51%, rgba(51,230,141,1) 71%, rgba(51,230,141,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(209,255,232,1)), color-stop(47%, rgba(209,255,232,1)), color-stop(47%, rgba(51,230,141,1)), color-stop(51%, rgba(51,230,141,1)), color-stop(71%, rgba(51,230,141,1)), color-stop(100%, rgba(51,230,141,1)));
background: -webkit-linear-gradient(left, rgba(209,255,232,1) 0%, rgba(209,255,232,1) 47%, rgba(51,230,141,1) 47%, rgba(51,230,141,1) 51%, rgba(51,230,141,1) 71%, rgba(51,230,141,1) 100%);
background: -o-linear-gradient(left, rgba(209,255,232,1) 0%, rgba(209,255,232,1) 47%, rgba(51,230,141,1) 47%, rgba(51,230,141,1) 51%, rgba(51,230,141,1) 71%, rgba(51,230,141,1) 100%);
background: -ms-linear-gradient(left, rgba(209,255,232,1) 0%, rgba(209,255,232,1) 47%, rgba(51,230,141,1) 47%, rgba(51,230,141,1) 51%, rgba(51,230,141,1) 71%, rgba(51,230,141,1) 100%);
background: linear-gradient(to right, rgba(209,255,232,1) 0%, rgba(209,255,232,1) 47%, rgba(51,230,141,1) 47%, rgba(51,230,141,1) 51%, rgba(51,230,141,1) 71%, rgba(51,230,141,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d1ffe8', endColorstr='#33e68d', GradientType=1 ); }
.steps ul { list-style: none; display: flex; justify-content: center; align-items: center; overflow: hidden; margin-left: 0; padding-left: 0; margin-bottom: 0; }
.steps ul li { position: relative; width: 33.33%; text-align: center; padding: 10px; font-size: 20px; background-color: #d1ffe8; font-weight: bold; }
.steps ul li:before { display: inline-block; height: 26px; width: 26px; line-height: 26px; vertical-align: center; text-align: center; border-radius: 50%; background-color: #4d4d4d; color: #d1ffe8; margin-right: 5px; content: '1'; }
.steps ul li:nth-child(2):before { color: #82f3ba ;content: '2'; }
.steps ul li:nth-child(3):before { color: #33e68c; content: '3'; }

.steps ul li:nth-child(2) { background-color: #82f3ba; }
.steps ul li:nth-child(3) { background-color: #33e68c; }

.steps ul li:after { position: absolute; right: -15px; top: 0; display: block; height: 0; border-top: 26px solid transparent; border-bottom: 26px solid transparent; border-left: 15px solid #d1ffe8; width: 0; z-index: 1; content: ''; }
.steps ul li:nth-child(2):after { border-left: 15px solid #82f3ba; }
.steps ul li:nth-child(3):after { display: none; }

/* Faq tabs */
.faq-tabs { list-style: none; padding: 0; margin: 0; overflow: hidden; border-radius: 5px; padding: 15px; background: #fff url(assets/images/faq-bg.svg); background-repeat: no-repeat; background-position: center; }
.faq-tabs .faq-tab__head { position: relative; font-weight: 700; cursor: pointer; width: 100%; transition: .3s; padding: 5px 0; text-align: left; }
.faq-tabs .faq-tab__head h4 { font-size: 18px; padding-right: 60px; font-weight: 700; }

.faq-tab { overflow: hidden; display: block; transition: .3s; padding: 15px 15px 0; }
.faq-tab:before { display: none; }
.faq-tab + .faq-tab { border-top: 2px solid #f1f1f1; }

.faq-tab .faq-tab__head:after { position: absolute; display: block; font-size: 34px; color: #fff; right: 0; top: -3px; transition: .3s; height: 23px; width: 23px; background-image: url(assets/images/faq-open.svg); background-repeat: no-repeat; background-position: center; background-size: contain; visibility: visible; content: ''; }
.faq-tab.current .faq-tab__head:after { background-image: url(assets/images/faq-close.svg); }
.faq-tab .faq-tab__body { height: 0; visibility: hidden; overflow: hidden; transition: .3s; }
.faq-tab.current .faq-tab__body { height: auto; visibility: visible; }
.faq-tab .faq-tab__head a { position: absolute; display: block; top: 0; left: 0; height: 100%; width: 100%; outline: none; z-index: 3; content: ''; }

/* Prices */
.prices-wrapper,
.prices-wrapper > li { margin-left: 0; padding-left: 0; }
.prices-option:before,
.price-list:before { display: none; }
.prices-list { width: 100%; }
.prices-list .list-header { display: flex; justify-content: space-between; font-size: 20px; font-weight: 700; align-items: flex-end; width: 100%; margin-bottom: 0; padding: 10px 25px; }
.prices-list .list-header span:nth-child(2) { padding-left: 10px; }
.prices-list ul { background: #fff url(assets/images/prices-bg.svg); background-repeat: no-repeat; background-position: center; margin-left: 0; padding-left: 0; padding: 10px; border-radius: 5px; }
.price-list { display: flex; justify-content: space-between; align-items: center; font-size: 20px; font-weight: 500; padding: 5px 10px; }
.entry-content .price-list:before { display: none; }
.price-list + .price-list { border-top: 2px solid #f1f1f1; }
.price-list .price { font-weight: 700; padding-right: 5px; }
.price-list .price-label { margin-right: 5px; text-align: left; }

.price-suffix,
.price-prefix { font-size: 16px; font-weight: 400; }
.price-prefix { margin-right: 5px; }

.content-area-inner .prices-list ul { border: 2px solid #f1f1f1; border-radius: 5px; }

/* Reviews */
.review { display: flex; margin: 20px; }
.review figure { width: 150px; height: 150px; margin-right: 30px; overflow: hidden; border-radius: 5px; background-color: #ccc; }
.review p { margin-bottom: 0; }
.review-author { display: block; font-size: 18px; font-weight: 700; margin-bottom: 5px; }

.review .review__content { display: inline-block; position: relative; width: 100%; height: auto; background-color: #f5f5f5; border: 2px solid #ccc; padding: 15px; border-radius: 10px; }
.review .review__content:before,
.review .review__content:after { position: absolute; height: 0; width: 0; display: block; content: ''; }
.review .review__content:before { border-top: 21px solid transparent; border-bottom: 21px solid transparent; border-right: 21px solid #f5f5f5; left: -21px; top: 50%; z-index: 1; transform: translateY(-21px); }
.review .review__content:after { border-top: 23px solid transparent; border-bottom: 23px solid transparent; border-right: 23px solid #ccc; left: -23px; top: 50%; transform: translateY(-23px);  }

 @media screen and (max-width: 767px) { 

 	.steps .container { max-width: 100%; padding-left: 0; padding-right: 0; }

	.steps ul { flex-wrap: wrap; }
	.steps ul li { width: 100%; font-size: 18px; }

	.steps ul li:after { border-left: 20px solid transparent; border-right: 20px solid transparent; border-top: 15px solid #d1ffe8; right: auto; top: auto; left: 50%; bottom: -40px; transform: translateX(-50%); }
	.steps ul li:nth-child(2):after { border-left: 20px solid transparent; border-right: 20px solid transparent; border-top: 15px solid #82f3ba; }
	.steps ul li:nth-child(3):after { display: none; }

	.steps ul li:nth-child(2),
	.steps ul li:nth-child(3) { padding-top: 20px; }

	.review { flex-direction: column; margin: 10px 0; }

	.review .review__content:before { border-top: 0; border-left: 21px solid transparent; border-right: 21px solid transparent; border-bottom: 21px solid #f5f5f5; left: 50%; top: -20px; transform: translateX(-50%); }
	.review .review__content:after { border-top: 0; border-left: 23px solid transparent; border-right: 23px solid transparent; border-bottom: 23px solid #ccc; left: 50%; top: 0; top: -23px; transform: translateX(-50%); }
	.review figure { margin: auto auto 10px; }
	.review .review-author { text-align: center; }
	.review .review__content { margin-top: 15px; }

  }

 @media screen and (max-width: 480px) { 

	.faq-tab { padding: 15px 0 0; }
	.faq-tab .faq-tab__head:after { top: 12px; }
	.faq-tabs { border-radius: 0; }

	.price-list { font-size: 16px; padding: 5px 0; }
	.prices-list .list-header { padding: 10px 15px; font-size: 18px; }
	.price-list .price { padding-right: 0; }

	.review h4 { font-size: 16px; }

 }

/*--------------------------------------------------------------
## Buttons
---------------------------------------------------------------*/

.btn { background-color: #33e68c; color: #4d4d4d; font-weight: 700; font-size: 20px; padding: 10px 25px; }
.btn:hover { background-color: #d1ffe8; }
.btn:focus { box-shadow: none; }

.cta-buttons { display: flex; justify-content: center; margin: 20px 0; }
.cta-buttons .btn-cta { display: inline-block; min-width: 230px; color: #4d4d4d; text-align: center; font-size: 20px; padding: 10px 15px; font-weight: 700; line-height: 1.3; background-color: #ffaf4c; transition: .3s; border-radius: 4px; }
.cta-buttons .btn-cta:hover { text-decoration: none; background-color: #82f3ba; }
.cta-buttons .btn-cta + .btn-cta { margin-left: 10px; }

@keyframes ring {
  0% { transform: rotate(0); }
  5% { transform: rotate(15deg); }
  10% { transform: rotate(-14deg); }
  15% { transform: rotate(18deg); }
  20% { transform: rotate(-14deg); }
  25% { transform: rotate(15deg); }
  30% { transform: rotate(-14deg); }
  35% { transform: rotate(13deg); }
  40% { transform: rotate(-12deg); }
  45% { transform: rotate(11deg); }
  50% { transform: rotate(-10deg); }
  55% { transform: rotate(9deg); }
  60% { transform: rotate(-8deg); }
  65% { transform: rotate(7deg); }
  70% { transform: rotate(-6deg); }
  75% { transform: rotate(5deg); }
  80% { transform: rotate(-4deg); }
  85% { transform: rotate(3deg); }
  90% { transform: rotate(-3deg); }
  95% { transform: rotate(2deg); }
  100% { transform: rotate(-1deg); }
}

@media screen and (max-width: 767px) {
	
	.cta-buttons { flex-direction: column; }
	.cta-buttons .btn-cta { font-size: 18px; }
	.cta-buttons .btn-cta + .btn-cta { margin-left: 0; margin-top: 10px; }

}

/*--------------------------------------------------------------
## Widget Area
---------------------------------------------------------------*/

.widget-area { position: relative; border: 2px solid #ccc; border-radius: 10px; padding: 30px 15px 15px; overflow: hidden; }
.widget-area #text-4 { margin-bottom: -20px; }
.widget { padding: 0; }
.widget-title { font-size: 20px; text-align: center; }
.widget-area .menu { margin-left: 0; }
.widget-area .menu a { font-weight: 500; color: #4d4d4d; }
.widget-area .menu a:hover { text-decoration: none; color: #ffaf4c; }

.widget-area input[type="text"], 
.widget-area input[type="email"], 
.widget-area input[type="url"], 
.widget-area input[type="password"], 
.widget-area input[type="search"], 
.widget-area input[type="number"], 
.widget-area input[type="tel"], 
.widget-area input[type="range"], 
.widget-area input[type="date"], 
.widget-area input[type="month"], 
.widget-area input[type="week"], 
.widget-area input[type="time"], 
.widget-area input[type="datetime"], 
.widget-area input[type="datetime-local"], 
.widget-area input[type="color"], 
.widget-area textarea { margin: 5px 0; }

.widget-area textarea { height: 160px; }
.widget-area .wpcf7-form input[type="submit"] { margin-top: 0; }
.widget-area div.wpcf7 .ajax-loader { position: absolute; }

.widget-area ul { margin-left: 0; padding-left: 0; }
.widget-area ul li:before { line-height: 20px; }
.widget-area .widget-title { display: block; text-transform: none; font-size: 18px; text-align: center; font-weight: 700; margin-bottom: 10px; }

 @media screen and (max-width: 767px) { 

	.widget-area .menu .hp_list h2 { font-size: 16px; }

 }

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

.site-footer { padding: 20px 0; background-repeat: no-repeat; background-position: center; background-size: cover; }
.site-footer .map { margin-bottom: 25px; }
.site-footer .map img { width: 100%; }
.site-footer .logo { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); border-radius: 5px; overflow: hidden; max-width: 245px; height: auto; }
.site-footer .logo a img { transition: .3s; }
.site-footer .logo a:hover img { opacity: 0.85; }
.site-footer .menu-list,
.site-footer .menu-list a { color: #fff; }
.site-footer .menu-list a:hover { text-decoration: none; opacity: 0.7; }
.site-footer .menu-list ul { margin-left: 0; margin-bottom: 0; padding-left: 0; text-align: left; }

.site-footer .menu-services-container .menu { column-count: 2; }

 @media screen and (max-width: 767px) { 
	
	.site-footer { padding: 25px 0 60px; }
	.site-footer .logo { position: static; transform: none; margin: auto auto 30px; }
	.site-footer .menu-list { text-align: center; margin-bottom: 15px; }
	.site-footer .menu-list ul { text-align: center; }

	.site-footer .menu-services-container .menu { column-count: 1; }

}

/*--------------------------------------------------------------
## 404 Page
---------------------------------------------------------------*/

.error-404 { text-align: center; }
.entry-content .wpcf7-form,
.page-content .wpcf7-form,
.search-form { max-width: none; width: 600px; margin: auto auto 30px; }

 @media screen and (max-width: 1200px) { 

	.entry-content .wpcf7-form,
	.page-content .wpcf7-form,
	.search-form { width: 100%; }

  }

/*--------------------------------------------------------------
## Buttons
--------------------------------------------------------------*/

.zls-lftbtn .zlsblue-btn .zlslrgbtn-on-tit1, 
.zls-rhtbtn .zlsblue-btn .zlslrgbtn-on-tit1, 
.zlsblue-btn { background-color: #2daa6d !important;  }
.zls-lftbtn .zlsblue-btn .zls-chtmn, 
.zls-rhtbtn .zlsblue-btn .zls-chtmn { background-color: #33e68c !important; }

.sticky-button-c2a { display: none; }

a.sidebar-button-c2a { display: flex; align-items: center; justify-content: center; font-size: 20px; padding: 20px 15px; font-weight: 700; color: #fff; background-color: #ffaf4c; margin: -30px -15px 0; }
a.sidebar-button-c2a i { font-size: 30px; line-height: 20px; margin-right: 10px; }
a.sidebar-button-c2a:hover { color: #4d4d4d; background-color: #82f3ba; }

 @media screen and (max-width: 767px) { 

	.sticky-button-c2a { display: inline-block; position: fixed; bottom: 5px; left: 50%; transform: translateX(-50%); padding: 15px 18px; color: #fff; font-size: 18px; background-color: #fa8e00; font-weight: bold; z-index: 100; font-size: 16px; border-radius: 10px; border: 2px solid #33ac78; }
	.sticky-button-c2a:hover { text-decoration: none; color: #fff; }

	.sticky-button-c2a i { margin-left: 5px; }

}

@media screen and (max-width: 1200px){
.menu-primary-container .menu a {font-size: 17px;}
}