/*!
Theme Name: Cleaning Theme
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: cleaning-theme
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.

Cleaning Theme 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: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;
	margin-bottom: 1.5em;
}

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

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

/*--------------------------------------------------------------
# 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: 'Lato', sans-serif; font-size: 16px; line-height: 1.7; color: #444; width: 100%; overflow-x: hidden; }

h1 { font-size: 40px; text-align: center; }
h2 { position: relative; font-size: 26px; text-align: center; text-transform: uppercase; padding-bottom: 15px; margin-bottom: 15px; }
h2:after { position: absolute; display: block; width: 100px; height: 2px; background-color: #56b665; left: 50%; transform: translateX(-50%); bottom: 0; content: ''; }
h3 { font-size: 22px; text-align: center; text-transform: uppercase; margin-bottom: 15px; }
h4 { font-size: 20px; text-align: center; }
h5 { font-size: 18px; }
h6 { font-size: 17px; }

h1,
h2,
h3,
h4,
h5,
h6 { font-weight: 700; letter-spacing: 0.5px; }

a,
a:visited { color: #56b665; transition: .3s; }
a:focus { color: inherit; outline: none; }
a:hover { text-decoration: none; opacity: 0.8; }
p { text-align: justify; }
p a[href^="tel:"],
p a[href^="mailto:"] { font-weight: 700; }
p:after { overflow: hidden; display: block; content: ''; }

section ul { margin-left: 0; padding-left: 0; list-style: none; }

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

.wrapper { position: relative; width: 100%; overflow: hidden; }
.page { margin-bottom: 0; }
.error-404 p, 
.error-404 { text-align: center; }
.error-404 { padding: 40px 0; }

.grecaptcha-badge { display: none; }

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

ul.menu { margin: 0; padding-left: 0; list-style: none; }
ul.menu a,
ul.menu a:visited { color: #33475b; }

.alignleft { margin-right: 15px; }
.alifleft { margin-left: 15px; }

.logo { display: block; position: relative; width: 190px; background-size: contain; background-repeat: no-repeat; background-position: center; }

.site-main article.page { padding: 0; }
.site-main-home .entry-content { margin: 0; }
.main-inner { padding: 20px 0 30px; }

.btn {  position: relative; -webkit-appearance: none; -moz-appearance: none; appearance: none; border: 0; -webkit-box-shadow: 0; box-shadow: 0; font-size: 18px; display: inline-block; padding: 15px 30px; border-radius: 0; text-align: center; font-weight: 700; cursor: pointer; background-color: #56b665; color: #fff; white-space: nowrap; border-radius: 35px; -webkit-box-shadow: 7px 6px 5px -4px rgba(163,163,163,1);
-moz-box-shadow: 7px 6px 5px -4px rgba(163,163,163,1);
box-shadow: 7px 6px 5px -4px rgba(163,163,163,1); }
.btn:focus { border: 0; }
.btn:visited { color: #fff; }
.btn:hover { background-color: #449851; opacity: 1; color: #fff; }
.btn i { margin-right: 3px; }
.btn--white,
.btn--white:visited { background-color: #fff; color: #444 !important; }
.btn--white:hover { background-color: #f2f2f2; }

.btn-sidebar { display: flex; flex-direction: column; background-color: #910037; padding: 20px 0; font-size: 20px; }
.btn-sidebar span { display: block; text-align: center; font-weight: 700; line-height: 1.2; text-transform: uppercase; color: #fff; }
.btn-sidebar span:nth-child(2) { font-size: 24px; }

.btn-book { position: fixed; display: inline-block; top: 50%; right: -35px; transform: translateY(-50%) rotate(-90deg); background-color: #910037; color: #fff; z-index: 99; border-top-left-radius: 5px; border-top-right-radius: 5px; padding: 5px 10px; font-size: 20px; font-weight: 700; height: auto; min-width: auto; line-height: 1.4; transition: .5s ease-in-out; }
.btn-book:visited { color: #fff; }
.btn-book:hover { padding: 5px 20px; color: #fff; right: -45px; opacity: 1; }

.cta { display: flex; justify-content: center; align-items: center; margin: 20px 0; }
.cta .btn { min-width: 230px; padding: 12px 30px; }
.cta .btn + .btn { margin-left: 15px; background-color: #910037; }
.cta .btn + .btn:hover { background-color: #ac154f; }

.phone-number { display: flex; align-items: center; font-size: 32px; font-weight: 700; justify-content: flex-end; color: #910037; }
.phone-number:hover { color: #56b665; }
.phone-number i { margin-right: 10px; transform: rotate(45deg); }

.stars i { color: #fad566; font-weight: 900; margin-right: 2px; font-size: 16px; vertical-align: middle; }
.ico-author { display: inline-block; background-image: url(assets/images/account.svg); background-repeat: no-repeat; background-position: center; background-size: contain; height: 60px; width: 60px; }

.list,
.entry-content > ul,
.entry-content p > u { list-style: none; margin-left: 15px; padding-left: 0; }
.list li,
.entry-content > ul li,
.entry-content p > ul li { position: relative; padding-left: 24px; }
.list li:before,
.entry-content > ul li:before,
.entry-content p > ul li:before { position: absolute; left: 0; top: 5px; font-size: 20px; font-family: 'Font Awesome 5 Free'; line-height: 1; font-weight: 400; color: #56b665; content: '\f058'; }
.list li + li,
.entry-content > ul li + li,
.entry-content p > ul li + li { margin-top: 5px; }

.entry-content > img,
.entry-content > p img { max-width: 300px; margin-bottom: 0; }

.grey { background-color: #f2f2f2; }
.green { background-color: #56b665; }
.green * { color: #fff; }

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

	.bubble { display: none; }

}

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

	.phone-number { justify-content: center; }

}

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

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

	blockquote { margin-left: 0; }

	.container { max-width: 100%; }

	.entry-header { text-align: center; }
	.main-inner { padding: 10px 0; }
	.site-main-inner .entry-content { margin-bottom: 0; }

	.cta { margin: 10px 0; }
	.cta .btn { padding: 10px 25px; }
	.btn-book { font-size: 16px; }

}

@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 > img,
	.entry-content > p img { max-width: 100%; margin-bottom: 15px; }

	.btn { padding: 5px 20px; }
	.cta { flex-direction: column; justify-content: center; }
	.cta .btn + .btn { margin-left: 0; margin-top: 15px; }

}

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

.site-header { background-color: #fff; padding: 15px 0; }
.site-header .row { align-items: center; }
.site-header ul.menu { font-weight: 700; font-size: 18px; margin-bottom: 0; }
.site-header ul.menu a,
.site-header ul.menu a:visited { color: #444; }
.site-header ul.menu > li { padding-bottom: 10px; }
.site-header ul.menu > li + li { margin-left: 15px; }
.site-header ul.menu ul { background-color: #910037; padding: 12px; border-radius: 15px; width: 265px; }
.site-header ul.menu ul li { display: block; width: 100%; font-weight: 400; letter-spacing: 0.5px; }
.site-header ul.menu ul li a { display: block; width: 100%; }
.site-header ul.menu ul li a,
.site-header ul.menu ul li a:visited { color: #fff; }
.site-header .menu li.menu-item-has-children { position: relative; padding-right: 22px; }
.site-header .menu li.menu-item-has-children:after { position: absolute; right: 5px; top: -3px; font-family: 'Font Awesome 5 Free'; font-weight: 900; font-size: 18px; transition: 0.5s; color: #444; content: '\f0dd'; }

.site-header .cta { margin: 0 0 10px; justify-content: flex-end; }
.site-header .btn { padding: 5px 18px; min-width: auto; }

.site-header .header__content { display: flex; align-items: center; }
.site-header .header__content .logo { width: 280px; margin-right: 45px; margin-bottom: 10px; }

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

	.site-header .cta .btn + .btn { display: none; }

}

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

	body.nav-opened { height: 100vh; overflow: hidden; }

	.site-header { min-height: 62px; }
	.site-header .header__content { display: flex; justify-content: space-between; }
	.site-header .header__content .logo { width: 225px; margin-right: 0; }

	.site-header ul.menu li { width: 100%; }
	.site-header ul.menu li + li { margin-left: 0; }
	.site-header ul.menu a, 
	.site-header ul.menu a:visited { color: #444; }
	.site-header .menu li.menu-item-has-children { padding-right: 0; }
	.site-header .menu li.menu-item-has-children:after { display: none; }
	.site-header ul.menu ul { position: static; display: none; width: 100%; border-radius: 0; background-color: transparent; box-shadow: none; padding: 0; }
	.site-header ul.menu ul li { padding-bottom: 0; }
	.site-header ul.menu ul li a { font-size: 15px; opacity: 0.8; }
	.site-header ul.menu ul li a, 
	.site-header ul.menu ul li a:visited { color: #444; }

	.show-nav { position: relative; top: 0; height: 30px; width: 30px; z-index: 101; }
	.show-nav > span { background-color: #56b665; border-radius: 1px; height: 2px; width: 100%; position: absolute; left: 50%; top: 50%; margin: -1px 0 0 -15px; -webkit-transition: height .2s; transition: height .2s; }
	.show-nav > span:after,
	.show-nav > span:before { background-color: #56b665; border-radius: 1px; height: 2px; width: 100%; position: absolute; left: 50%; margin-left: -15px; -webkit-transition: all .2s; transition: all .2s; content: ''; }
	.show-nav > span:after { top: -7px; }
	.show-nav > span:before { bottom: -7px; }
	.show-nav.active > span { height: 0; }
	.show-nav.active > span:after,
	.show-nav.active > span:before { top: 1px; }
	.show-nav.active > span:after { transform: rotate(45deg); }
	.show-nav.active > span:before { transform: rotate(-45deg);	}

	.main-navigation { position: fixed; display: table; background-color: #f2f2f2; left: 0; top: 0; z-index: 100; height: 100%; width: 100%; text-align: center; opacity: 0; transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55); transform: scale(0); padding: 20px 0; }
	.main-navigation.active { opacity: 1; transform: scale(1); top: -10px; height: 100vh; }
	.main-navigation.active ul li { opacity: 1; transform: translateX(0); }
	.main-navigation ul.menu { padding-top: 100px; }
	.main-navigation ul { display: block; vertical-align: middle; }
	.main-navigation li { padding: 8px 0; transition: all .3s .4s; opacity: 0; }
	.main-navigation li:nth-child(odd) { transform: translateX(30%); }
	.main-navigation li:nth-child(even) { transform: translateX(-30%); }
	.main-navigation li:last-child { transform: none; }

}

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

	.site-header .cta { position: relative; top: -40px; justify-content: flex-end; }

}

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

	.site-header .header__content .logo { width: 180px; margin-bottom: 0; }
	.phone-number { position: fixed; left: 50%; transform: translateX(-50%); bottom: 15px; z-index: 99; padding: 5px 15px; white-space: nowrap; font-size: 22px; background-color: #cdcdcd; border: 2px solid #910037; border-radius: 25px; -webkit-box-shadow: 7px 6px 5px -4px rgba(0, 0, 0, 0.5); -moz-box-shadow: 7px 6px 5px -4px rgba(0, 0, 0, 0.5); box-shadow: 7px 6px 5px -4px rgba(0, 0, 0, 0.5); }
	.phone-number:hover,
	.phone-number:focus,
	.phone-number:visited { opacity: 1; color: #910037; }

}

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

section .container { position: relative; z-index: 2; }
section .section__actions { padding-top: 15px; text-align: center; }
section .section__image { height: 100%; width: 100%; background-size: cover !important; background-repeat: no-repeat !important; background-position: top center; }
section .meta { font-family: 'Raleway', sans-serif; font-size: 18px; margin-bottom: 20px; }
section .meta--lg { font-size: 30px; }

.section-intro { position: relative; padding: 90px 0; background-image: url(assets/images/maid3.jpg); background-attachment: fixed;background-size: cover; background-repeat: no-repeat; background-position: top center; }
.section-intro h1 { position: relative; z-index: 2; }
.section-intro:before { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(255, 255, 255, 0.2); content: ''; }
.section-intro .section__content { position: relative; z-index: 2; width: 600px; }
.section-intro .section__content p { font-size: 26px; width: 600px; margin: auto auto 30px; font-weight: 700; text-align: center; line-height: 1.2; }
.section-intro .section__actions .btn + .btn { margin-left: 15px; }

.section-intro-inner h1 { font-size: 32px; }

.section-about { padding: 50px 0; }
.section-about p { width: 800px; margin: 20px auto 15px; margin-bottom: 0; text-align: center; }

.section-benefits .col-lg-6,
.section-info .col-lg-6 { padding-left: 0; padding-right: 0; }
.section-benefits .section__content { background-color: #f2f2f2; padding: 70px 90px 40px 70px; }
.section-benefits .section__content h2 { text-align: left; }
.section-benefits .section__content h3 { font-size: 18px; text-align: left; }
.section-benefits .section__content h2:after { left: 0; transform: none; }
.section-benefits .section__content ol { display: flex; margin-left: 0; padding-left: 0; margin-bottom: 0; justify-content: space-between; flex-wrap: wrap; list-style: none; counter-reset: counter; margin-top: 40px; }
.section-benefits .section__content ol li { position: relative; counter-increment: counter; width: calc(50% - 10px); margin: 10px 0; padding-left: 45px; }
.section-benefits .section__content ol li:before { position: absolute; color: #56b665; font-size: 20px; font-weight: 700; --size: 32px; left: 0; line-height: 1.3; width: var(--size); height: var(--size); top: 0; border: 2px solid #56b665; border-radius: 50%; text-align: center; content: counter(counter); }
.section-benefits .section__content ol li p { line-height: 1.4; }

.section-info .section__image { background-image: url(assets/images/livingroom3.jpg); }
.section-info .section__body { margin: auto; width: 490px; }
.section-info .section__body p { line-height: 1.4; text-align: center; }
.section-info .section__body p.meta { font-family: 'Raleway', sans-serif; line-height: 1.7; }
.section-info .section__content { padding: 50px 15px; }
.section-info .section__actions { text-align: center; padding-top: 0; }

.section-prices { padding: 40px 0; background-color: #f2f2f2; }
.section-prices .meta { text-align: center; }

.section-features > .row { margin-left: 0; margin-right: 0; }
.section-features .row .col-lg-4 { padding-left: 0; padding-right: 0; }
.section-features > .row > div:first-child,
.section-features > .row > div:last-child { padding: 90px 70px; }
.section-features .phone-label { display: block; font-size: 28px; font-weight: 700; margin-bottom: 10px; }
.section-features .phone-label:hover { color: #f2f2f2; }
.section-features .meta--lg { margin-bottom: 5px; line-height: 1.2; }
.section-features .list { font-size: 17px; margin-bottom: 0; }
.section-features .btn { margin-top: 10px; }
.section-features h3 { text-align: left; }
.section-features .section__image { background-image: url(assets/images/happyfamily.jpg); }

.section-testimonials,
.section-faq { padding: 40px 0; }

.main-inner .section-features > .row { margin-left: -15px; margin-right: -15px; }
.main-inner .section-benefits + p,
.main-inner .section-features + p { margin-top: 15px; }
.main-inner .section-features .section__image { display: none; }
.main-inner .section-benefits .col-lg-6,
.main-inner .section-features .col-lg-4 { width: 100%; max-width: 100%; flex: inherit; }
.main-inner .section-benefits .section__content,
.main-inner .section-features > .row > div:first-child, 
.main-inner .section-features > .row > div:last-child { padding: 40px 30px; }
.main-inner .section-benefits .section__image { height: 315px; }

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

	section .section__image { background-position: top center !important; }
	.section-benefits .section__content { padding: 50px 70px 30px 30px; }

}

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

	.section-intro-inner { padding: 50px 0; }

	.section-about p { width: 100%; }
	.section-benefits .section__image { height: 320px; }
	.section-benefits .section__content { padding: 50px 70px 30px 70px; }

	.section-features .row .col-lg-4 { padding-left: 15px; padding-right: 15px; }
	.section-features > .row > div:first-child, 
	.section-features > .row > div:last-child { padding: 30px 60px; }

}

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

	section .meta { font-size: 16px; }

	.section-intro { background-attachment: inherit; padding: 60px 0; }
	.section-intro:before { background-color: rgba(0, 0, 0, 0.45); }
	.section-intro .section__content,
	.section-intro .section__content p { width: 100%; }
	.section-intro .section__content p { font-size: 20px; }
	.section-intro .section__content * { color: #fff; }
	.section-intro .btn { -webkit-box-shadow: 7px 6px 5px -4px rgba(0, 0, 0, 0.5); -moz-box-shadow: 7px 6px 5px -4px rgba(0, 0, 0, 0.5); box-shadow: 7px 6px 5px -4px rgba(0, 0, 0, 0.5); }
	.section-intro-inner h1 { font-size: 28px; color: #fff; }

	.section-about { padding: 30px 0; }
	.section-benefits .section__content { padding: 50px 40px 30px 40px; }
	.section-benefits .section__content ol li { padding-left: 27px; }
	.section-benefits .section__content ol li:before { --size: 22px; font-size: 14px; }

	.section-features .list { font-size: 16px; }
	.main-inner .section-benefits .section__content,
	.section-features > .row > div:first-child, 
	.section-features > .row > div:last-child { padding: 30px 15px; }
	.section-features .phone-label { font-size: 22px; }
	.section-features .btn { display: block; width: 270px; margin: auto; padding: 10px 25px; }

	.section-info .row { margin-left: 0; margin-right: 0; }
	.section-info .section__body { width: 100%; }

	.section-prices + .section-features .row > div:first-child { padding: 0 15px 30px; }
	.section-features > .row > div:last-child * { text-align: center; }

	.main-inner .section-features > .row > div:first-child, 
	.main-inner .section-features > .row > div:last-child { padding: 30px 15px; }

}

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

	.section-benefits .row { margin-left: 0; margin-right: 0; }
	.section-benefits .section__image { height: 240px; }
	.section-benefits .section__content { padding: 40px 15px 30px 15px; }
	.section-benefits .section__content ol { margin-top: 20px; }
	.section-benefits .section__content ol li { width: 100%; }
	.section-benefits .section__content ol li p { margin-bottom: 0; }

	.main-inner .section-benefits .section__image { height: 280px; }

}

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

.form-title { display: block; text-align: center; font-size: 26px; font-weight: 700; margin-bottom: 10px; }

.wpcf7-form { position: relative; }
.wpcf7-form .container { padding-left: 0; padding-right: 0; }
.wpcf7 h2 { color: #bff2ff; font-size: 28px; }

.search-form { display: flex; justify-content: center; align-items: center; }
.search-form  label,
.search-form input[type="search"] { margin-bottom: 0; }
.search-form input[type="submit"] { height: 47px; margin-left: 10px; }

input[type="search"],
.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,
.wpcf7-form select { width: 100%; font-size: 16px; padding: 8px 15px; border: 1px solid #ccc; background-color: #fff; margin-bottom: 10px; outline: none; border-radius: 0; color: #4d4d4d; }
.wpcf7-form-control-wrap + br { display: none; }

.wpcf7-form textarea { height: 230px; box-shadow: none; resize: none; }
.wpcf7-form p { margin-bottom: 0; }

.wpcf7-form-control-wrap { width: 100%; display: flex; flex-wrap: wrap; }
.wpcf7-form-control-wrap + .wpcf7-form-control-wrap { margin-left: 15px; }

span.wpcf7-not-valid-tip { margin-top: -10px; margin-bottom: 5px; }

.wpcf7-form div.wpcf7-validation-errors, 
.wpcf7-form div.wpcf7-acceptance-missing { display: none !important; }

button, 
input[type="button"], 
input[type="reset"], 
input[type="submit"] { width: 100%; font-weight: 700; background-color: #56b665; color: #fff; text-align: center !important; padding: 15px 30px; font-size: 18px; border: 0; border-radius: 0; transition: .3s; }

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

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover, 
input[type="submit"]:hover { background-color: #449851; color: #fff; }

div.wpcf7 .ajax-loader { position: absolute; bottom: -15px; left: 0; }

::-webkit-input-placeholder { color: #33475b; opacity: 0.7; }
::-moz-placeholder { color: #33475b; opacity: 0.7; }
:-ms-input-placeholder { color: #33475b; opacity: 0.7; }
:-moz-placeholder { color: #33475b; opacity: 0.7; }

/* Subscribe Form */

.form-subscribe .wpcf7-form p { position: relative; display: flex; justify-content: flex-start; align-items: center; width: 55%; margin: 0; }
.form-subscribe .wpcf7-form input[type="email"] { margin-bottom: 0; margin-right: 10px; width: 315px; text-align: center; padding: 15px 20px; }
.form-subscribe .wpcf7-form input[type="submit"] { height: 56px; }
.form-subscribe .wpcf7-form span.wpcf7-not-valid-tip { position: absolute; left: 0; top: 110%; color: #ccc; font-size: 18px; }

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

	.form-subscribe .wpcf7-form p { display: block; width: 100%; }
	.form-subscribe .wpcf7-form input[type="email"],
	.form-subscribe .wpcf7-form input[type="submit"] { width: 100%; margin-right: 0; }
	.form-subscribe .wpcf7-form span.wpcf7-not-valid-tip { top: 217%; }

}

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

	.wpcf7-form p { flex-wrap: wrap; }
	.wpcf7-form-control-wrap + .wpcf7-form-control-wrap { margin-left: 0; }

	input[type="search"],
	.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,
	.wpcf7-form select { padding: 5px 15px; }

	.wpcf7-form button, 
	.wpcf7-form input[type="button"], 
	.wpcf7-form input[type="reset"], 
	.wpcf7-form input[type="submit"] { width: 100%; }

}

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

.list { margin-left: 0; line-height: 1.3; }
.list li:before { top: 2px; }
.list li + li { margin-top: 10px; }

.list-reviews { display: flex; flex-wrap: wrap; margin-left: 0; margin-bottom: 0; list-style: none; }
.review { width: calc(50% - 30px); margin: 15px; }
.review .review__content { position: relative; background-color: #f2f2f2; padding: 60px 30px 30px; }
.review .review__content:before { position: absolute; top: 15px; left: 30px; height: 30px; width: 30px; background-size: contain; background-repeat: no-repeat; background-position: center; background-image: url(assets/images/quotes.svg); content: ''; }
.review .review__content:after { position: absolute; bottom: -20px; left: 30px; width: 0; height: 0; border-left: 20px solid transparent; border-right: 20px solid transparent; border-top: 20px solid #f2f2f2; content: ''; }
.review p { font-family: 'Raleway', sans-serif; margin-bottom: 0; font-size: 15px; }
.review .review-author { display: block; text-align: left; opacity: 0.7; margin-top: 20px; padding-left: 30px; }

.prices-table { margin: 20px 0; }
.prices-table h2 { background-color: #56b665; color: #fff; padding: 10px 20px; font-size: 22px; font-weight: 600; margin-bottom: 0; text-align: center; }
.prices-list { margin-left: 0; padding-left: 0; list-style: none; margin-bottom: 0; background-color: #f7f7f7; }
.prices-list li { display: flex; align-items: center; justify-content: space-between; font-size: 17px; padding: 7px 20px; }
.prices-list li:nth-child(even) { background-color: #eee; }
.prices-list li + li { border-top: 2px solid #e6e6e6; }
.prices-list .value { margin-left: 6px; font-size: 20px; color: #56b665; font-weight: 700; }
.prices-list .price-prefix { font-size: 18px; color: #444; margin-right: 3px; }
.price-list-meta { display: block; text-align: right; color: #56b665; font-size: 18px; margin-right: 20px; margin-top: -10px; margin-bottom: -10px; }
.price-tag { margin-left: 4px; }

.price-table__head { display: flex; justify-content: space-between; align-items: center; background-color: #56b665; color: #fff; padding: 0 20px; font-size: 22px; font-weight: 600; margin-bottom: 0; }
.price-table__head span { font-size: 20px; font-weight: 500; }

.price-tag { margin-left: 4px; }
.price-old { color: #444; opacity: 0.7; }
.price-margin { margin-left: 10px; }

.price-table__labels span { width: 25px; text-align: center; }
.price { display: flex; }
.external,
.internal { display: block; width: 80px; text-align: center; }
.price-table__labels span + span { margin-left: 10px; }

.list-benefits li { background-color: #fff; padding: 30px 15px; border: 1px solid #dddddd; box-shadow: 0px 0px 5px 4px #f3f3f3; }
.main-inner .list-benefits li p { display: none; }
.main-inner .list-benefits li h3 { margin-bottom: 0; font-size: 16px; }
.main-inner .list-steps li figure { height: 50px; width: 50px; }

.list-services figure { height: 45px; width: 45px; margin: auto; }
.list-services span { display: block; font-weight: 700; line-height: 1; margin-top: 5px; margin-bottom: 8px; text-align: center; font-size: 18px; }
.list-services a { display: block; }
.list-services a,
.list-services a:visited { color: #444; }
.list-services a:hover { opacity: 0.7; }
.list-services li + li { border-top: 1px solid #ccc; padding-top: 13px; }

.faq-tabs { list-style: none; padding: 0; margin: 0; overflow: hidden; }
.faq-tab { overflow: hidden; transition: .3s; }
.faq-tab + .faq-tab { border-top: 1px solid #56b665; }
.faq-tabs .faq-tab__head { position: relative; font-weight: 700; cursor: pointer; width: 100%; padding: 20px 15px; }
.faq-tabs .faq-tab__head p { font-size: 18px; text-align: left; padding-right: 15px; font-weight: 400; margin-bottom: 0; }
.faq-tab .faq-tab__head:after { position: absolute; display: block; right: 18px; top: 45%; transform: translateY(-50%); font-weight: 700; font-size: 20px; visibility: visible; font-family: 'Font Awesome 5 Free'; color: #56b665; font-weight: 900; content: '\f107'; transition: .3s; }
.faq-tab.current .faq-tab__head:after { transform: translateY(-50%) rotate(-180deg); right: 16px; }
.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 { overflow: hidden; font-size: 15px; padding: 0 15px; transition: color .3s; }

@media screen and (max-width: 992px) { 
	
	.list-reviews > li { width: 100%; margin: 10px auto; background-color: #fff; padding: 15px; }

}

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

	.list-steps { flex-wrap: wrap; }
 	.list-steps li { width: 100%; margin: 0; }
 	.list-steps li figure { height: 50px; width: 50px; }

 	.list-benefits li { box-shadow: none; }

	.faq-tabs .faq-tab__head { padding: 15px 25px 15px 0; }
	.faq-tab { margin: 0; }
	.faq-tab .faq-tab__head:after { top: 30px; right: 0; height: 18px; width: 18px; }
	.faq-tab.current .faq-tab__head:after { transform: translateY(0) rotate(-180deg); right: 10px; }
	.faq-tabs .faq-tab__head p { font-size: 16px; }
	.faq-tab.current .faq-tab__body { padding: 0; }

	.prices-list li { padding: 5px 15px; }
	.prices-table h2,
	.prices-list .value { font-size: 18px; }

 }

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

.widget-area { margin: 1.5em 0 0; }
.widget-area section { padding: 0; }

.widget-area .menu li { position: relative; padding-left: 25px; font-size: 19px; }
.widget-area .menu li:before { position: absolute; left: 0; top: 5px; font-size: 24px; line-height: 1; font-weight: 700; color: #56b665; content: '\2713'; }

.widget-area .wpcf7-form textarea { height: 160px; }

.widget-title { position: relative; display: block; padding-bottom: 10px; margin-bottom: 20px; text-transform: uppercase; font-size: 22px; font-weight: 700; }
.widget-title:after { position: absolute; display: block; width: 100px; height: 2px; background-color: #56b665; left: 0; bottom: 0; content: ''; }

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

	.widget-area .menu li { font-size: 17px; }

}

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

	.page-id-7 .widget-area #text-6 { display: none; }

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

}

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

	.widget-title { font-size: 20px; }

}

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

.site-footer { background-color: #263133; color: #fff; padding: 30px 0 15px; }
.site-footer,
.site-footer .menu a,
.site-footer .menu a:visited { color: #9b9b9b; }
.site-footer .menu a:hover { color: #fff; }
.site-footer .menu { display: flex; flex-wrap: wrap; }
.site-footer .menu li { position: relative; width: 50%; padding-left: 20px; }
.site-footer .menu li:before { position: absolute; font-family: 'Font Awesome 5 Free'; font-weight: 900; top: 2px; left: 0; color: #9b9b9b; content: '\f105'; }

.site-footer h4 { position: relative; font-size: 16px; text-align: center; text-transform: uppercase; color: #fff; margin-bottom: 15px; padding-bottom: 15px; }
.site-footer h4:after { position: absolute; display: block; width: 50px; height: 2px; background-color: #56b665; left: 50%; transform: translateX(-50%); bottom: 0; content: ''; }
.site-footer .footer__copyright { color: #fff; padding: 15px 0 0; margin-top: 15px; border-top: 1px solid #444; }
.site-footer .footer__copyright p { text-align: center; margin-bottom: 0; }

.site-footer .cta { display: flex; flex-direction: column-reverse; margin-top: 55px; }
.site-footer .cta .btn { box-shadow: none; background-color: #505050; padding: 8px 25px; }
.site-footer .cta .btn:hover { opacity: 0.8; }
.site-footer .cta .btn + .btn { margin-left: 0; margin-bottom: 10px; background-color: #6f6f6f; }

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

	.site-footer .cta { margin-top: 15px; }

}

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

	.site-footer { padding: 30px 15px 70px; }
	.site-footer h4 { padding-bottom: 10px; margin-bottom: 10px; }
	.site-footer .cta { margin-top: 0; }
	.site-footer .footer__nav { margin-bottom: 15px; }
	.site-footer .menu li { width: 100%; padding-left: 0; text-align: center; }
	.site-footer .menu li:before { display: none; }
	.site-footer .cta .btn + .btn { margin-top: 0; }

}