/*!
Theme Name: Clenaing Team
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: clenaing-team
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 with others.

Clenaing Team is based on Underscores https://underscores.me/, (C) 2012-2017 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:
----------------------------------------------------------------
# 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: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
--------------------------------------------------------------*/

body { font-family: 'Open Sans', sans-serif; font-size: 16px; line-height: 1.7; width: 100%; overflow-x: hidden; background-color: #fff7ea; color: #333; }

h1 { font-size: 36px; text-align: center; }
h2 { font-size: 32px; text-align: center; margin-bottom: 25px; }
h3 { font-size: 28px; text-align: center; margin-bottom: 25px; }
h4 { font-size: 26px; }
h5 { font-size: 24px; }
h6 { font-size: 22px; }

h1,
h4,
h5,
h6 { font-weight: 600; }

h2,
h3 { font-weight: 400; }

a { transition: .3s; color: #028d79; }
a:focus { color: inherit; outline: none; }
a:hover { text-decoration: none; color: #028d79; opacity: 0.8; }
p { text-align: justify; }
p a[href^="tel:"],
p a[href^="mailto:"] { font-weight: 700; }

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

blockquote { font-style: italic; border-left: 2px solid #e6e6e6; padding-left: 15px; }

ul.list-2 { column-count: 2; }
ul.list-3 { column-count: 3; }
ul.list-4 { column-count: 4; }
ul.list-5 { column-count: 5; }

.entry-content > img.alignleft,
.entry-content > img.alignright,
.entry-content > p img.alignleft,
.entry-content > p img.alignright { margin-bottom: 15px; }

.entry-content > .myButton,
.entry-content > p .myButton { display: none; }

.wrapper { width: 100vw; overflow-x: hidden; }

.site-main-inner { margin: 30px 0; }
.site-main-inner .section-steps ul { top: 0; }

.entry-content > ul { margin-left: 0; padding-left: 0; list-style: none; }
.entry-content > ul li { position: relative; padding-left: 20px; }
.widget-area { background-color: #fff; }
.widget-area .menu li:before,
.entry-content > ul li:before { position: absolute; display: block; top: 1px; left: 0; height: 20px; width: 20px; background-size: contain; background-repeat: no-repeat; background-position: center; color: #028d79; content: '\2726'; }
.entry-content p > img { border-radius: 10px; box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.8); }

.page { margin-bottom: 0; }
.error-404 p, 
.error-404 { text-align: center; }
.error-404 { padding: 40px 0; }

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

.menu { margin-left: 0; padding-left: 0; list-style: none; }

.logo { display: block; position: relative; width: 220px; height: 95px; background-size: contain; background-repeat: no-repeat; background-position: center; }
.logo:hover { transform: scale(1.1); opacity: 1; }

.entry-content .checkarea button.myButton,
.myButton,
.btn { position: relative; background-color: #028d79; font-weight: 600; font-size: 20px; padding: 7px 30px; color: #fff; letter-spacing: 1px; vertical-align: middle; box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5); white-space: nowrap; transition: .3s; }
.btn:hover { color: #fff; opacity: 1; box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.8); }
.btn:focus { box-shadow: none; color: #fff; }
.btn--yellow { background-color: #E19203; }
.btn--orange { background-color: #E15F03; }
.btn.fixed { position: fixed; font-size: 22px; bottom: 20px; left: 20px; animation: beat 1.5s ease-in-out both infinite; z-index: 3; }

.grecaptcha-badge { display: none !important; }
.tawk-min-container .tawk-button { font-size: 16px !important; left: 100%; right: 0 !important; width: 120px !important; }

@keyframes beat {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
}

.btn-cta { display: flex; margin: 0 -15px; width: calc(100% + 30px); background-image: url(assets/images/calling.jpg); background-position: bottom right; background-size: cover; background-repeat: no-repeat; color: #4d4d4d; padding: 70px 20px; align-items: center; justify-content: flex-start; }
.btn-cta:hover { color: #4d4d4d; }
.btn-cta span { position: relative; top: -25px; display: block; line-height: 1.4; font-size: 18px; font-weight: 600; width: 130px; text-align: left; }

.cta { display: flex; justify-content: center; width: 100%; margin-bottom: 30px; }
.cta .btn + .btn { margin-left: 15px; }

.entry-content p > img { max-width: 280px; }

.pace { -webkit-pointer-events: none; pointer-events: none; -webkit-user-select: none; -moz-user-select: none; user-select: none; }
.pace .pace-progress { background: #028d79; position: fixed; z-index: 2000; top: 0; right: 100%; width: 100%; height: 5px; }

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

	.btn-cta { background-position: bottom center; }

}

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

	.btn { font-size: 18px; }

	h2,
	h3 { margin-bottom: 15px; }

}

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

	.container { max-width: calc(100% - 20px); }
	.inner-page > .container > .row { flex-direction: column-reverse; }

	.btn-cta { height: 380px; background-position: top right; }
	.btn-cta span { font-size: 24px; width: 195px; margin: auto; }

}

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

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

	blockquote { margin-left: 0; }

	p { margin-bottom: 1em; }

	ul.list-3 { column-count: 2; }
	ul.list-4,
	ul.list-5 { column-count: 3; }

	.container { max-width: 100%; }

	.entry-header { text-align: center; }
	.entry-content h2,
	.entry-content h3 { text-align: center; }

	.btn { font-size: 18px; }
	.btn-cta { background-position: bottom right; }
	.btn-cta span { margin: -60px 0 0 20px; }
	.btn-sticky { display: block; }

	.cta { flex-direction: column; padding: 0 15px; }
	.cta .btn + .btn { margin-left: 0; margin-top: 10px; }

	.site-main-inner { margin: 15px 0; }
	.site-main-inner .section-reviews .container { padding-left: 0; padding-right: 0; }
	.site-main-inner .section-steps ul li { line-height: 1; }

	.pace-inactive { display: none; }

	.btn.fixed { font-size: 18px; animation: none; bottom: 15px; left: 10px; padding: 10px; background-color: #028d79; }

	.btn-cta { background: #e6e6e6; height: auto; padding: 30px 15px; }
	.btn-cta span { font-size: 22px; margin: auto; text-align: center; top: 0; letter-spacing: 1px; }

}

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

	img.alignright,
	img.alignleft { width: 100%; height: auto; margin-bottom: 15px; margin-left: 0; margin-right: 0; }
	.entry-content p > img { display: block; margin: auto; float: none; margin-bottom: 20px; }

	ul.list-2 { column-count: 1; }
	ul.list-4,
	ul.list-5 { column-count: 2; }

}

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

.site-header { position: absolute; z-index: 1; top: 0; left: 0; width: 100%; padding: 30px 0; }
.site-header .row { align-items: center; }
.site-header .header__content { display: flex; align-items: center; }
.site-header .btn { margin-left: 30px; }
.site-header .main-navigation { display: flex; justify-content: flex-end; }
.site-header .menu { font-size: 20px; font-weight: 600; }
.site-header .menu li + li { margin-left: 25px; }
.site-header .menu a { color: #393540; }
.site-header .menu li.current-menu-item a { color: #028d79; }

/* Submenu */
.site-header .menu li ul { background-color: rgba(255, 255, 255, 0.7); padding: 5px 10px; border-radius: 5px; font-size: 18px; }
.site-header .menu li ul li + li { margin-left: 0; }
.site-header .menu li ul li a { color: #4d4d4d; font-size: 16px; }
.site-header .menu li ul li.current-menu-item a { color: #028d79; }

.nav-burger { display: none; margin-top: -30px; margin-right: 10px; position: relative; width: 50px; height: 50px; z-index: 99999; }
.nav-burger:hover { cursor: pointer; }
.nav-burger span { position: relative; margin-top: 8px; margin-bottom: 8px; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; position: absolute; top: 27px; left: 20px; }
.nav-burger span, .nav-burger span::before, .nav-burger span::after { display: block; width: 27px; height: 2px; background-color: #393540; outline: 1px solid transparent; -webkit-transition-property: background-color, -webkit-transform; -moz-transition-property: background-color, -moz-transform; -o-transition-property: background-color, -o-transform; transition-property: background-color, transform; -webkit-transition-duration: 0.3s; -moz-transition-duration: 0.3s; -o-transition-duration: 0.3s; transition-duration: 0.3s; }
.nav-burger span::before, .nav-burger span::after { position: absolute; content: ''; }
.nav-burger span::before { top: -8px; }
.nav-burger span::after { top: 8px; }
.nav-burger.open span { background-color: transparent; }
.nav-burger.open span::before { -webkit-transform: translateY(8px) rotate(45deg); -moz-transform: translateY(8px) rotate(45deg); -ms-transform: translateY(8px) rotate(45deg); -o-transform: translateY(8px) rotate(45deg); transform: translateY(8px) rotate(45deg);}
.nav-burger.open span::after { -webkit-transform: translateY(-8px) rotate(-45deg); -moz-transform: translateY(-8px) rotate(-45deg); -ms-transform: translateY(-8px) rotate(-45deg); -o-transform: translateY(-8px) rotate(-45deg); transform: translateY(-8px) rotate(-45deg);}

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

	.site-header .menu { font-size: 18px; }

}

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

	body.open { height: 100vh; overflow-y: hidden; }

	.nav-burger { display: block; }
	.site-header { padding: 15px 0; }
	.site-header .bar { display: flex; justify-content: space-between; align-items: center; }
	.site-header .menu { display: flex; font-size: 24px; align-items: center; justify-content: center; flex-direction: column; height: 100vh; width: 100%; padding: 30px 0 20px;  }
	.site-header .menu-menu-1-container { width: 100%; text-align: center; }


	.site-header .menu-primary-container { position: fixed; top: 0; bottom: 0; right: -9999px; height; 100%; width: 100%; background-image: linear-gradient(to left top, #e19203, #e3a132, #e6af4f, #e8bd6b, #ebca87); z-index: 999; transition: right .4s ease-in-out; opacity: 0; visibility: hidden; z-index: 999; }
	body.open .site-header .menu-primary-container { right: 0; opacity: 1; visibility: visible; }

	.site-header .menu li { text-transform: uppercase; padding: 10px 0; }
	.site-header .menu a { color: #fff; text-shadow: 1px 3px 4px #898999; }
	.site-header .menu li ul { font-size: 20px; display: none; position: static; float: none; background-color: transparent; box-shadow: none; }
	.site-header .menu li ul li a { width: 100%; text-align: center; color: #4d4d4d; }
	.site-header .menu li ul li.current-menu-item a { color: #99ceff; }

	.site-header .main-navigation li { float: none; }
	.site-header .menu li + li { margin-left: 0; }

	.site-header .logo { width: 160px; height: 63px; }
	.site-header .btn { display: none; }

}

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



}

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

.section-intro { position: relative; background-attachment: fixed; background-image: url(assets/images/yellow-armchair-living-room-with-copy-space1.jpg); background-position: bottom; background-size: cover; background-repeat: no-repeat; padding: 200px 0 150px; text-align: center; }
.section-intro-inner { background-image: url(https://www.cleantoperfection.co.uk/wp-content/uploads/2024/04/yellow-armchair-living-room-with-copy-space1-scaled.webp); padding: 140px 0 50px; }
.section-intro .section__content { width: 980px; margin: auto; padding: 20px 20px 40px; border-radius: 10px; background-color: rgba(255, 255, 255, 0.5); }
.section-intro .btn { padding: 10px 30px; }
.section-intro h1 { font-size: 42px; margin-bottom: 20px; }
.section-intro p { font-size: 20px; text-align: center; }

.section-services .list-services { position: relative; display: flex; flex-wrap: wrap; margin-top: -80px; background-color: #028d79; color: #fff; list-style: none; margin-left: 0; padding: 20px; border-radius: 10px; webkit-box-shadow: 3px 4px 5px 0px rgba(0, 0, 0, 0.3); -moz-box-shadow: 3px 4px 5px 0px rgba(0, 0, 0, 0.3); box-shadow: 3px 4px 5px 0px rgba(0, 0, 0, 0.3);  }
.section-services .list-services a,
.section-services .list-services a:visited,
.section-services .list-services a:active { color: #333; }
.section-services .list-services a { position: relative; display: block; height: 120px; width: 100%; background-size: cover; background-repeat: no-repeat; background-position: center; transition: .5s ease; }
.section-services .list-services a:hover { transform: scale(1.05); opacity: 1; }
.section-services .list-services span { position: absolute; bottom: 10px; left: 0; width: 100%; padding: 5px; background-color: rgba(255, 255, 255, 0.6); display: block; text-align: center; font-weight: 600; transition: all .3s ease; }
.section-services .list-services a:hover span { background-color: rgba(255, 255, 255, 1); }
.section-services .list-services li { position: relative; width: calc(25% - 20px); margin: 10px; border-radius: 10px; overflow: hidden; -webkit-box-shadow: 3px 4px 5px 0px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 3px 4px 5px 0px rgba(0, 0, 0, 0.3);
box-shadow: 3px 4px 5px 0px rgba(0, 0, 0, 0.3); transition: .3s; }

.section-about { margin: 50px 0; }
.section-about .section__body { display: flex; align-items: center; justify-content: space-between; }
.section-about .section__image { display: block; background-size: cover; background-repeat: no-repeat; background-position: center; height: 600px; width: 500px; clip-path: polygon(0% 15%, 12% 10%, 15% 0%, 85% 0%, 89% 11%, 100% 15%, 100% 85%, 87% 88%, 85% 100%, 15% 100%, 12% 89%, 0% 85%); }
.section-about .section__content { font-size: 18px; width: calc(100% - 550px ); }
.section-about .cta-title { display: inline-block; font-size: 20px; font-weight: 600; text-align: center; margin-bottom: 20px; }
.section-about .section__actions { text-align: center; }

.section-benefits .section__top { background-size: cover; background-repeat: no-repeat; background-position: top center; padding: 80px 0 120px; animation-duration: 3s; }
.section-benefits .section__top h2 { font-size: 38px; font-weight: 400; margin-bottom: 30px; }
.section-benefits .section__content { background-color: rgba(255, 255, 255, 0.8); padding: 50px 30px; -webkit-box-shadow: 3px 4px 5px 0px rgba(0, 0, 0, 0.3); -moz-box-shadow: 3px 4px 5px 0px rgba(0, 0, 0, 0.3); box-shadow: 3px 4px 5px 0px rgba(0, 0, 0, 0.3); width: 980px; border-radius: 10px; margin: auto; text-align: center; }
.section-benefits .section__content h3 { font-size: 28px; margin-bottom: 20px; }
.section-benefits .section__content p { font-size: 18px; }
.section-benefits .section__bottom ul { position: relative; top: -50px; left: 50%; transform: translateX(-50%); display: flex; list-style: none; justify-content: center; margin-left: 0; padding-left: 0; margin-bottom: 0; }
.section-benefits .section__bottom ul li { width: 16.6%; text-align: center; }
.section-benefits .section__bottom ul li + li { margin-left: 20px; }
.section-benefits .section__bottom ul li figure { height: 100px; width: 100px; margin: auto auto 5px; padding: 20px; border-radius: 50%; text-align: center; background-color: #fff; -webkit-box-shadow: 3px 4px 5px 0px rgba(0, 0, 0, 0.3); -moz-box-shadow: 3px 4px 5px 0px rgba(0, 0, 0, 0.3); box-shadow: 3px 4px 5px 0px rgba(0, 0, 0, 0.3); }
.section-benefits .section__bottom ul li p { font-size: 15px; text-align: center; display: none; }
.section-benefits h4 { font-size: 18px; font-weight: 400; }
.section-benefits .cta { margin-bottom: 0; }

.section-reviews { padding: 30px 0; }
.section-reviews .container { padding-left: 0; padding-right: 0; }
.section-reviews  + .cta { margin-top: -30px; }
.entry-content > .section-reviews { padding: 0; }

.section-prices-list { position: relative; margin-bottom: 60px; }
.section-prices-list .container { position: relative; z-index: 2; }
.section-prices-list:after { position: absolute; height: 800px; width: 800px; background-image: url(assets/images/pound-sterling.svg); left: 74%; top: 73%; transform: rotate(36deg) translate(-50%, -50%); background-size: contain; background-repeat: no-repeat; background-position: center; opacity: 0.1; content: ''; }
.section-prices-list .section__body { display: flex; flex-wrap: wrap; }
.prices-wrapper { width: calc(50% - 20px); margin: 10px; }
.section-prices-list .section__head { font-size: 18px; }
.entry-content > .prices-wrapper,
.fullwidth .prices-wrapper { width: 100%; margin: 0; }
.entry-content > .prices-wrapper .price-list-meta,
.fullwidth .price-list-meta { text-align: center; margin-bottom: 20px; }

.prices-wrapper--windows h2 span { display: inline-block; margin-left: auto; }

.section-more-about .section__list { position: relative; display: flex; flex-direction: row-reverse; justify-content: space-between; align-items: center; }
.section-more-about .section__list:nth-child(even) { flex-direction: row; }
.section-more-about .section__image { position: absolute; top: 0; bottom: 0; left: 0; display: block; background-size: cover; background-repeat: no-repeat; background-position: center; height: 100%; width: 50%; clip-path: polygon(0% 15%, 0 0, 15% 0%, 85% 0%, 88% 10%, 100% 15%, 100% 85%, 89% 89%, 85% 100%, 15% 100%, 0 100%, 0% 85%); }
.section-more-about .section__list:nth-child(even) .section__image { left: auto; right: 0; clip-path: polygon(0% 15%, 13% 11%, 15% 0%, 85% 0%, 100% 0, 100% 15%, 100% 85%, 100% 100%, 85% 100%, 15% 100%, 13% 87%, 0% 85%); }
.section-more-about .section__content { width: 50%; padding: 60px 200px 60px 60px; }
.section-more-about .section__list:nth-child(even) .section__content { padding: 60px 60px 60px 200px; }

.section-lists .section__list { position: relative; background-color: #fff; border-radius: 10px; width: calc(25% - 20px); margin: 10px; -webkit-box-shadow: 3px 4px 5px 0px rgba(0, 0, 0, 0.3); -moz-box-shadow: 3px 4px 5px 0px rgba(0, 0, 0, 0.3); box-shadow: 3px 4px 5px 0px rgba(0, 0, 0, 0.3); padding: 40px 15px 15px; font-style: normal; }
.section-lists .section__list:before { position: absolute; top: -10px; left: -10px; width: calc(100% + 20px); background-color: #028d79; height: 150px; border-radius: 10px; z-index: -1; content: ''; }
.section-lists ul { margin-left: 0; margin-bottom: 0; padding-left: 0; list-style: none; }
.section-lists ul li { position: relative; padding-left: 20px; }
.section-lists ul li + li { margin-top: 5px; }
.section-lists ul li:before { position: absolute; display: inline-block; top: 7px; left: 0; height: 10px; width: 10px; background-color: #028d79; border-radius: 50%; content: ''; }
.section-lists h3,
.section-lists h4 { font-size: 22px; text-align: center; margin-bottom: 15px; }
.section-lists .list-icon { position: absolute; top: 0; left: 50%; transform: translate(-50%, -50%); height: 70px; width: 70px; background-color: #028d79; -webkit-box-shadow: 3px 4px 5px 0px rgba(0, 0, 0, 0.3); -moz-box-shadow: 3px 4px 5px 0px rgba(0, 0, 0, 0.3); box-shadow: 3px 4px 5px 0px rgba(0, 0, 0, 0.3); color: #fff; border-radius: 50%; z-index: 1; }
.section-lists .list-icon i { position: absolute; font-size: 22px; top: 50%; left: 50%; transform: translate(-50%, -50%); }

.section-lists { margin: 30px 0; }
.section-lists h2 { margin-bottom: 35px; }
.section-lists .section__body { display: flex; justify-content: space-between; flex-wrap: wrap; }
.section-lists--1 .section__list { width: 100%; margin: 25px 0; }
.section-lists--2 .section__list { width: calc(50% - 50px); margin: 25px; }
.section-lists--3 .section__list { width: calc(33.33% - 50px); }
.section-lists--4 .section__list { width: calc(25% - 50px); }
.entry-content > .section-lists--3 .section__list { width: calc(33.33% - 25px); }
.entry-content > .section-lists--4 .section__list { width: calc(25% - 25px); }
.entry-content .section-lists .container { padding-left: 0; padding-right: 0; }

.section-lists .section__list:nth-child(2):before,
.section-lists .section__list:nth-child(2) ul li:before,
.section-lists .section__list:nth-child(2) .list-icon { background-color: #E19203; }

.section-lists .section__list:nth-child(3):before,
.section-lists .section__list:nth-child(3) ul li:before,
.section-lists .section__list:nth-child(3) .list-icon { background-color: #104195; }

.section-lists .section__list:nth-child(4):before,
.section-lists .section__list:nth-child(4) ul li:before,
.section-lists .section__list:nth-child(4) .list-icon { background-color: #E15F03; }

.section-faq { margin: 0 0 30px; }
.section-faq .section__head h2 { text-align: center; margin-bottom: 20px; }

.section-inner-cta { background-size: cover; background-repeat: no-repeat; background-position: center; padding: 60px 30px; margin-bottom: 25px; border-radius: 10px; }
.section-inner-cta .section__body { font-size: 18px; width: 400px; margin-left: auto; background-color: rgba(255, 255, 255, 0.8); padding: 30px 20px; border-radius: 10px; -webkit-box-shadow: 3px 4px 5px 0px rgba(0, 0, 0, 0.3); -moz-box-shadow: 3px 4px 5px 0px rgba(0, 0, 0, 0.3); box-shadow: 3px 4px 5px 0px rgba(0, 0, 0, 0.3); }
.section-inner-cta .section__body p { text-align: center; margin-bottom: 10px; }
.section-inner-cta .cta-title { display: block; font-size: 24px; font-weight: 600; margin-bottom: 5px; text-align: center; }
.section-inner-cta .section__actions { text-align: center; }

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

	.section-more-about .section__image { width: 40%; }
	.section-more-about .section__content { width: 60%; padding: 60px 100px 60px 60px; }
	.section-more-about .section__list:nth-child(even) .section__content { padding: 60px 60px 60px 100px; }

}

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

	.section-about .section__image { width: 40%; }
	.section-about .section__content { width: 60%; padding-left: 30px; }

	.section-benefits .section__content { width: 100%; }

}

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

	.section-more-about .section__list,
	.section-more-about .section__list:nth-child(even) { flex-wrap: wrap; flex-direction: column; }
	.section-more-about .section__image { position: static; width: 100%; height: 300px; clip-path: none; margin-bottom: 10px; }
	.section-more-about .section__list:nth-child(even) .section__image { clip-path: none; }
	.section-more-about .section__content { width: 100%; padding: 15px; }
	.section-more-about .section__list:nth-child(even) .section__content { padding: 15px; }

	.section-prices-list:after { display: none; }

}

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

	.section-intro { padding: 100px 0 150px; }
	.section-intro h1 { font-size: 38px; margin-bottom: 15px; }
	.section-intro .section__content,
	.section-benefits .section__content { width: 100%; }

	.section-about .section__list { margin-top: 30px; }

	.section-benefits .section__bottom ul { flex-wrap: wrap; }
	.section-benefits .section__bottom ul li { width: 33.33%; padding: 0 5px; }
	.section-benefits .section__bottom ul li + li { margin-left: 0; }

	.section-benefits .section__top h2 { font-size: 32px; }
	.section-benefits .section__content h3 { font-size: 24px; }

	.section-reviews .container { padding-left: 15px; padding-right: 15px; }

}

@media screen and (max-width: 768px) { 
	
	.section-intro { padding: 100px 0 125px; }
	.section-intro-inner { background-image: linear-gradient(to top, #c79f4c, #d3aa55, #deb45e, #eabf68, #f6ca71); position: relative; padding: 80px 0 15px; }
	.section-intro .section__content { margin: 0 -15px; width: calc(100% + 30px); border-radius: 0; }
	.section-intro p { font-size: 22px; }

	.section-about .section__content { font-size: 16px; padding-left: 0; }
	.section-about .section__image,
	.section-about .section__content { width: 100%; }
	.section-about .section__body { flex-wrap: wrap; }
	.section-about .section__image { height: 300px; background-position: 50% 15%; }

	.section-services .list-services li { width: calc(50% - 20px); }

	.section-benefits .section__top { padding: 40px 0 80px; background-attachment: fixed; }
	.section-benefits .section__top h2 { font-size: 24px; margin-bottom: 15px; }
	.section-benefits .section__content { padding: 30px 15px; }
	.section-benefits .section__content h3 { font-size: 20px; margin-bottom: 10px; }
	.section-benefits .section__content p { font-size: 16px; text-align: justify; }
	.section-benefits .section__bottom ul { margin-bottom: -35px; }
	.section-benefits .section__bottom ul li figure { height: 100px; width: 100px; }
	.section-prices-list .section__head,
	.section-benefits h4 { font-size: 16px; }

	.section-prices-list { margin-bottom: 0; }
	.section-prices-list .prices-table { margin: 0; }
	.prices-wrapper { width: 100%; margin: 10px 0; }
	.section-prices-list .price-list-meta { margin-top: 5px; margin-bottom: 0; }

	.section-lists { margin: 0; }
	.section-lists h2 { margin-bottom: 20px; }
	.section-lists--3 .section__list,
	.section-lists--2 .section__list { width: 100%; margin: 30px 5px; }

	.section-reviews { padding-bottom: 0; }

	.section-inner-cta .section__body { width: 100%; }

	.section-faq .container { padding-left: 0; padding-right: 0; }

}

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

	.section-intro { background-image: linear-gradient(to top, #c79f4c, #d3aa55, #deb45e, #eabf68, #f6ca71); }
	.section-services .container { padding-left: 0 !important; padding-right: 0 !important; }
	.section-services .list-services { padding: 5px; border-radius: 0; }
	.section-services .list-services li { margin: 5px; width: calc(50% - 10px); }
	.section-services .list-services a { height: 110px; line-height: 1.1; }
	.section-services .list-services span { display: block; font-size: 17px; }

}

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

	.section-intro h1 { font-size: 28px; }
	.section-intro-inner h1 { font-size: 26px; }
	.section-intro p { font-size: 19px; }

	.section-about { margin: 20px 0; }
	.section-about .section__image { height: 240px; }
	.section-about .cta-title { font-size: 18px; }

	.section-benefits h4 { margin-bottom: 5px; }
	.section-benefits .section__bottom ul li { width: 50%; }

	.section-more-about .section__image { height: 200px; }

	.section-inner-cta { background: #028d79 !important; padding: 10px; }
	.section-inner-cta .cta-title { font-size: 20px; }

}

/*--------------------------------------------------------------
## FAQ's
--------------------------------------------------------------*/

.faq-tabs { list-style: none; padding: 0; margin: 0; overflow: hidden; border-radius: 10px; -webkit-box-shadow: 3px 4px 5px 0px rgba(0, 0, 0, 0.3); -moz-box-shadow: 3px 4px 5px 0px rgba(0, 0, 0, 0.3); box-shadow: 3px 4px 5px 0px rgba(0, 0, 0, 0.3); }
.faq-tab { overflow: hidden; background-color: #fff; transition: .3s; }
.faq-tab + .faq-tab { border-top: 1px solid #e6e6e6; }

.faq-tabs .faq-tab__head { position: relative; font-weight: 700; cursor: pointer; width: 100%; padding: 20px 30px 30px; }
.faq-tabs .faq-tab__head h4 { font-size: 18px; padding-right: 15px; font-weight: 400; margin-bottom: 0; line-height: 1.5; }
.faq-tab .faq-tab__head:after { position: absolute; display: block; right: 20px; top: 45%; transform: translateY(-50%); font-weight: 700; font-size: 20px; visibility: visible; content: '\2192'; }
.faq-tab.current .faq-tab__head:after { content: '\2193'; }
.faq-tab .faq-tab__head a { position: absolute; display: block; top: 0; left: 0; height: 100%; width: 100%; outline: none; z-index: 3; content: ''; }

.faq-tab .faq-tab__body { height: 0; visibility: hidden; overflow: hidden; margin-top: -10px; color: #fff; font-size: 15px; transition: color .3s; }
.faq-tab.current .faq-tab__body { height: auto; visibility: visible; padding: 0 30px; color: #4d4d4d; }
.faq-tab__content p { padding-top: 15px; border-top: 1px solid #ffc001; }

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

	.faq-tabs .faq-tab__head { padding: 20px 10px 30px; }
	.faq-tab .faq-tab__head:after { right: 10px; height: 18px; width: 18px; }
	.faq-tabs .faq-tab__head h4 { padding-right: 24px; }

	.faq-tab.current .faq-tab__body { padding: 0 10px; }

 }

/*--------------------------------------------------------------
## Sliders
--------------------------------------------------------------*/

.reviews { padding: 0 0 20px; margin-left: 0; margin-bottom: 0; list-style: none; }
.review { position: relative; background-color: #fff; -webkit-box-shadow: 3px 4px 5px 0px rgba(0, 0, 0, 0.3); -moz-box-shadow: 3px 4px 5px 0px rgba(0, 0, 0, 0.3); box-shadow: 3px 4px 5px 0px rgba(0, 0, 0, 0.3); width: 980px; border-radius: 10px; margin: auto; text-align: center; padding: 60px 60px 40px 60px; font-style: italic; }
.review:before { position: absolute; top: -19px; left: 10px; height: 80px; width: 80px; background-image: url(assets/images/ico-quote.png); background-size: contain; background-repeat: no-repeat; background-position: center; content: ''; }

.review .review__head { display: flex; flex-direction: column; justify-content: center; margin-bottom: 5px; text-align: center; }
.review .review__head  span { font-weight: 600; }
.review p:last-child { margin-bottom: 0; }

.slick-slider { position: relative; }
.slick-slide { margin: 0 15px; }
.slick-list { margin: 0 -15px; padding: 10px 0; }
.slick-arrow,
.slick-dots { position: absolute; }
.slick-arrow,
.slick-dots button { font-size: 0; border: 0; background-color: transparent; }
.slick-arrow:focus,
.slick-arrow:active,
.slick-dots button:focus,
.slick-dots button:active { outline: 0; box-shadow: 0; border: 0; }
.slick-dots { display: flex; width: 100%; align-items: center; justify-content: center; margin-left: 0; padding-left: 0; list-style: none; }
.slick-dots button { height: 17px; width: 17px; background-color: #028d79; border-radius: 50%; }
.slick-dots .slick-active button { background-color: #ddad49; }
.slick-dots li + li { margin-left: 7px; }
.slick-arrow { display: block; top: 50%; transform: translateY(-50%); background-size: contain; background-repeat: no-repeat; background-position: center; height: 30px; width: 30px; opacity: 0.7; z-index: 2; }
.slick-prev { left: -60px; background-image: url(assets/images/left-arrow.png); }
.slick-next { right: -60px; background-image: url(assets/images/right-arrow.png); }

.entry-content > .section-reviews .slick-prev { left: 0; }
.entry-content > .section-reviews .slick-next { right: 0; }

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

	.review { padding: 40px 30px 30px; }
	.review:before { height: 60px; width: 60px; top: -17px; }

}

/*--------------------------------------------------------------
## Prices
--------------------------------------------------------------*/

.prices-table { margin: 20px 0; -webkit-box-shadow: 3px 4px 5px 0px rgba(0, 0, 0, 0.3); -moz-box-shadow: 3px 4px 5px 0px rgba(0, 0, 0, 0.3); box-shadow: 3px 4px 5px 0px rgba(0, 0, 0, 0.3); border-radius: 10px; }
.prices-table h2 { background-color: #028d79; color: #fff; padding: 10px 20px; font-size: 20px; font-weight: 600; margin-bottom: 0; border-radius: 10px 10px 0 0; text-align: left; }
.prices-list { margin-left: 0; background-color: #fff; padding-left: 0; list-style: none; margin-bottom: 0; border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; }
.prices-list li { display: flex; align-items: center; justify-content: space-between; font-size: 17px; padding: 7px 20px; }
.prices-list li + li { border-top: 2px solid #e6e6e6; }
.prices-list .value { margin-left: 6px; font-size: 20px; color: #028d79; font-weight: 700; }
.prices-list .price-prefix { font-size: 18px; color: #028d79; margin-right: 3px; }
.price-list-meta { display: block; text-align: right; font-style: italic; color: #028d79; margin-right: 20px; margin-bottom: 10px; }
.price-tag { margin-left: 4px; }
.price-old { font-size: 18px; color: #ccc; }

.prices-wrapper--windows .prices-head { display: flex; background-color: #028d79; color: #fff; align-items: center; justify-content: space-between; border-radius: 10px 10px 0 0; }
.prices-wrapper--windows .prices-head span { display: inline-block; width: 100px; font-size: 20px; font-weight: 600; text-align: center; }
.price--internal,
.price--external { display: inline-block; width: 85px; text-align: center; }

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

	.prices-table h2 { font-size: 18px; padding: 15px 5px; text-align: center; }
	.prices-list li { font-size: 16px; padding: 10px; }
	.prices-list .value { font-size: 18px; margin-left: 5px; }
	.price-old,
	.prices-list .price-prefix { font-size: 16px; }

	.prices-wrapper--windows .prices-head span { font-size: 14px; width: 70px; }
	.price--internal, 
	.price--external { width: 50px; }

}

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

	.prices-list { margin: 0 3px; }
	.price-list-meta { margin-right: 0; text-align: left; }

}

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

.entry-content > .wpcf7 form { background-color: #fac14c; padding: 30px; border-radius: 10px; -webkit-box-shadow: 3px 4px 5px 0px rgba(0, 0, 0, 0.3); -moz-box-shadow: 3px 4px 5px 0px rgba(0, 0, 0, 0.3); box-shadow: 3px 4px 5px 0px rgba(0, 0, 0, 0.3); margin-bottom: 25px; }

.checkarea { padding-top: 0 !important; }

.wpcf7-form p { text-align: left; margin-bottom: 0; }
.wpcf7-form br { display: none; }

input[type="text"],
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="url"],
.wpcf7-form input[type="password"],
.wpcf7-form input[type="search"],
.wpcf7-form input[type="number"],
.wpcf7-form input[type="tel"],
.wpcf7-form input[type="range"],
.wpcf7-form input[type="date"],
.wpcf7-form input[type="month"],
.wpcf7-form input[type="week"],
.wpcf7-form input[type="time"],
.wpcf7-form input[type="datetime"],
.wpcf7-form input[type="datetime-local"],
.wpcf7-form input[type="color"],
.wpcf7-form textarea { font-size: 16px; border: 2px solid #e6e6e6; width: 100%; padding: 7px 10px; background-color: #fff; border-radius: 10px; margin-bottom: 10px; }

.widget-area .wpcf7-form input[type="text"],
.widget-area .wpcf7-form input[type="email"],
.widget-area .wpcf7-form input[type="url"],
.widget-area .wpcf7-form input[type="password"],
.widget-area .wpcf7-form input[type="search"],
.widget-area .wpcf7-form input[type="number"],
.widget-area .wpcf7-form input[type="tel"],
.widget-area .wpcf7-form input[type="range"],
.widget-area .wpcf7-form input[type="date"],
.widget-area .wpcf7-form input[type="month"],
.widget-area .wpcf7-form input[type="week"],
.widget-area .wpcf7-form input[type="time"],
.widget-area .wpcf7-form input[type="datetime"],
.widget-area .wpcf7-form input[type="datetime-local"],
.widget-area .wpcf7-form input[type="color"],
.widget-area .wpcf7-form textarea { font-size: 16px; padding: 7px 10px; }

.wpcf7-form textarea { height: 160px; resize: none; }
.entry-content .wpcf7-form textarea  { height: 235px; }

::-webkit-input-placeholder { font-weight: 700; color: #ccc; }
::-moz-placeholder { font-weight: 700; color: #ccc; }
:-ms-input-placeholder { font-weight: 700; color: #ccc; }
:-moz-placeholder { font-weight: 700; color: #ccc; }

textarea:focus,
input:focus, 
input[type]:focus { border-color: rgba(91, 175, 240, 0.8); box-shadow: 0 1px 1px rgba(91, 175, 240, 0.075) inset, 0 0 8px rgba(255, 255, 255, 0.6); outline: 0 none; }

.wpcf7-form button, 
.wpcf7-form input[type="button"], 
.wpcf7-form input[type="reset"], 
.wpcf7-form input[type="submit"] { position: relative; width: 100%; background-color: #028d79; font-weight: 600; font-size: 20px; padding: 10px 30px; color: #fff; letter-spacing: 1px; vertical-align: middle; box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5); transition: .3s; border: 0; border-radius: 10px; }

.wpcf7-form button:hover, 
.wpcf7-form input[type="button"]:hover, 
.wpcf7-form input[type="reset"]:hover, 
.wpcf7-form input[type="submit"]:hover { color: #fff; opacity: 1; box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.8); }

div.wpcf7-validation-errors, 
div.wpcf7-acceptance-missing { color: #4d4d4d; border: 2px solid #ff0000; }
div.wpcf7-response-output { margin: 10px 0; text-align: center; }
div.wpcf7 .ajax-loader { position: absolute; }

.checkarea  { padding: 30px 0 20px; }
.checkarea .checkifserving { display: block; width: 100%; font-size: 22px; font-weight: 600; text-align: center; margin-bottom: 7px; }
.checkarea p { display: flex; margin-bottom: 7px; }
.checkarea button.myButton { background-color: #028d79; font-weight: 600; font-size: 18px; padding: 0 20px; color: #fff; letter-spacing: 1px; transition: .3s; border: 0; border-radius: 10px; width: 200px; border-radius: 0 10px 10px 0; }
.checkarea input[type="text"] { width: calc(100% - 198px); margin-bottom: 0; border-radius: 10px 0 0 10px; }
.totaltxt { text-align: center; margin: auto; }
.totaltxt button.myButton { border-radius: 10px !important; background-color: #E19203 !important; }

.wpcf7-spinner { position: absolute; }

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

	.wpcf7-form input[type="text"],
	.wpcf7-form input[type="email"],
	.wpcf7-form input[type="url"],
	.wpcf7-form input[type="password"],
	.wpcf7-form input[type="search"],
	.wpcf7-form input[type="number"],
	.wpcf7-form input[type="tel"],
	.wpcf7-form input[type="range"],
	.wpcf7-form input[type="date"],
	.wpcf7-form input[type="month"],
	.wpcf7-form input[type="week"],
	.wpcf7-form input[type="time"],
	.wpcf7-form input[type="datetime"],
	.wpcf7-form input[type="datetime-local"],
	.wpcf7-form input[type="color"],
	.wpcf7-form textarea { font-size: 16px; }

	span.wpcf7-not-valid-tip { position: relative; font-style: italic; font-size: 15px; padding: 0 15px; top: -5px; }

	.entry-content > .wpcf7 form { padding: 30px 15px; }

	.wpcf7-form button, 
	.wpcf7-form input[type="button"], 
	.wpcf7-form input[type="reset"], 
	.wpcf7-form input[type="submit"] { font-size: 16px; }

}

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

.widget-area { -webkit-box-shadow: 0px 0px 5px 0px rgba(255,170,0,1); -moz-box-shadow: 0px 0px 5px 0px rgba(255,170,0,1); box-shadow: 0px 0px 5px 0px rgba(255,170,0,1); padding: 20px 15px; border-radius: 10px; }
.widget-area h2,
.widget-title { display: block; font-weight: 600; text-align: center; font-size: 20px; margin-bottom: 0; padding: 0; }
#block-2,
#block-3 { margin-bottom: 5px; }
.widget-area .menu a { color: #4d4d4d; font-size: 15px; }
.widget-area .menu a:hover { color: #028d79; opacity: 1; }
.widget-area .menu li { position: relative; padding-left: 20px; }
.widget-area .menu li:before { position: absolute; display: block; top: 3px; left: 0; font-weight: 700; color: #028d79; content: '\2726'; }

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

	.widget-area #menu-services { width: 230px; margin: auto; }

}

@media screen and (max-width: 768px) { 
	
	.widget-area { box-shadow: none; margin: 0 -15px; padding-bottom: 0; }

}

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

.site-footer { background-color: #e5ded2; padding: 15px 0; }
.site-footer .logo { margin: 0 auto 15px; }
.site-footer .menu a,
.site-policies a { position: relative; color: #4d4d4d; font-weight: 600; }
.site-footer .menu li { position: relative; display: inline-block; }
.site-footer .menu li + li,
.site-policies a { margin-left: 40px; }
.site-footer .menu li + li:before,
.site-policies a:before { position: absolute; display: block; top: 0; left: -19px; height: 100%; width: 1px; background-color: #4d4d4d; opacity: 0.8; content: ''; }
.site-footer .footer__nav { display: flex; align-items: center; justify-content: center; }
.site-footer .menu,
.site-footer .copyright { margin-bottom: 0; }
.site-footer .copyright { text-align: center; padding: 15px 0;  margin-top: 15px; border-top: 1px solid #ccc; }

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

	.site-footer { padding: 15px 0 50px; }
	.site-footer .logo { margin: auto; }
	.site-footer .footer__nav { flex-direction: column; }
	.site-policies { display: flex; font-size: 14px; flex-direction: column; margin-top: 5px; opacity: 0.7; }
	.site-policies a { margin-left: 0; text-align: center; }
	.site-policies a:before { display: none; }

}

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

	.site-footer .menu li + li { margin-left: 15px; }
	.site-footer .menu li + li:before { left: -8px; }

}

/* Lists */
ol { counter-reset: custom-counter; list-style: none !important; background-color: #fff; padding: 20px !important; margin-left: 0 !important; border-radius: 5px; }
ol > li { padding-left: 40px; counter-increment: custom-counter; position: relative; }
ol > li:before { position: absolute; color: #fff; font-size: 20px; font-weight: bold; --size: 32px; left: 0; line-height: var(--size); width: var(--size); height: var(--size); top: 0; background: #e19203; border-radius: 50%; text-align: center; content: counter(custom-counter); }
ol > li + li { margin-top: 10px; }

.list-services { padding: 15px; border-radius: 5px; background-color: #d0dbda; }
.list-services li strong { color: #028d79; }
.list-services.orange { background-color: #fbe5c1; }
.list-services.orange li:before { color: #e19203; }
.list-services.orange li strong { color: #e19203; }
.list-services.blue { background-color: #d4ddeb; }
.list-services.blue li:before { color: #104195; }
.list-services.blue li strong { color: #104195; }

.list-cleaning { background-color: #fbe5c1; border-radius: 5px; padding: 15px; }
.list-cleaning li { margin-bottom: 10px; }

.related-pages { display: flex; flex-wrap: wrap; justify-content: space-between; background-color: #fff; padding: 15px; margin-bottom: 20px; border-radius: 5px; }
.related-pages a { position: relative; width: calc(50% - 5px); padding-left: 20px; color: #343434 }
.related-pages a:before { position: absolute; top: 7px; left: 0; background: #028d79; height: 10px; width: 10px; border-radius: 50%; content: ''; }

@media screen and (max-width: 480px) { 
	related-pages a { width: 100%; }
}
