/*!
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: #e2e2e2;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

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

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

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

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

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

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

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

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

a:visited {
	color: purple;
}

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

a:focus {
	outline: thin dotted;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bypostauthor {
	display: block;
}

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

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

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

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

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

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

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

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

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

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

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}

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

body { font-family: 'Montserrat', sans-serif; font-size: 16px; line-height: 1.5; color: #525965; width: 100%; overflow-x: hidden; }

h1 { font-size: 30px; text-align: center; margin-bottom: 20px; }
h2 { font-size: 26px; text-align: center; margin-bottom: 15px; }
h3 { font-size: 22px; text-align: center; }
h4 { font-size: 20px; text-align: center; }
h5 { font-size: 18px; }
h6 { font-size: 17px; }

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

a,
a:visited { transition: .3s; color: #652f97; }
a:focus { color: inherit; outline: none; }
a:hover { text-decoration: none; opacity: 0.8; }
p { text-align: justify; margin-bottom: 15px; }
p a[href^="tel:"],
p a[href^="mailto:"] { font-weight: 700; }
p:after { overflow: hidden; display: block; content: ''; }
p + .section-prices-listing { margin-top: -20px; }
p + ul { margin-top: -15px; }
ul { margin-bottom: 15px; }

blockquote { display: block; margin: 20px 0; background-color: #f4f4f4; border-radius: 5px; border: 2px solid #fff; padding: 15px; }
blockquote p { position: relative; margin-bottom: 0; padding: 30px 0; }

section { background-size: cover; background-repeat: no-repeat; background-position: center; }

.page { margin-bottom: 0; }
.page .entry-content { margin: 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; }

.site-main-inner { margin: 30px 0; }
.site-main-inner h1,
.site-main-inner h3 { font-weight: 500; }
.site-main-inner .full-width { width: 100%; position: static; margin-left: 0; left: 0; }
.site-main-inner .section-intro { padding-top: 140px; }
.site-main-inner .section-intro .container { padding-left: 15px; padding-right: 15px; }
.site-main-inner section .container { padding-left: 0; padding-right: 0; }
.site-main-inner .section-cta .container { padding-left: 0; padding-right: 0; }
.site-main-inner .section-cta h2 { margin: 10px 0 15px; }
.site-main-inner .section-cta p { font-size: 18px; }
.site-main-inner .section-cta p { max-width: 100%; }
.site-main-inner .btn--lg { font-size: 18px; padding: 8px 25px; }
.site-main-inner .list--benefits li { padding: 15px; }
.site-main-inner .list--benefits h3 { font-size: 17px; }

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

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

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

.site-main article.page { padding: 0; }
.site-main-inner .entry-content { margin-top: 0; margin-bottom: 0; }

.button,
.btn-book a,
.btn { position: relative; display: inline-block; background-color: #652f97; color: #fff !important; padding: 8px 20px; font-size: 18px; letter-spacing: 0.5px; white-space: nowrap; border: 0; text-transform: uppercase; border-radius: 5px; transition: .3s; overflow: hidden; }
.button { width: 100%; text-align: center; }
.btn-book a,
.btn:hover { opacity: 1; }
.btn-book a:after,
.btn:after { background: #fff; height: 155px; left: -75px; opacity: .2; position: absolute; top: -50px; -webkit-transform: rotate(35deg); transform: rotate(35deg); -webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1); transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1); width: 50px; content: ''; }
.btn-book a:hover:after,
.btn:hover:after { left: 120%; -webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1); transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1); }
.btn:visited { color: #fff; }
.btn:focus { border: 0; }

.btn--yellow { background: -moz-linear-gradient(top, #f5d32f 3%, #f2cb21 30%, #f0c316 48%, #eebd14 63%, #ecb610 87%, #ebb10e 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(3%, #f5d32f), color-stop(30%, #f2cb21), color-stop(48%, #f0c316), color-stop(63%, #eebd14), color-stop(87%, #ecb610), color-stop(100%, #ebb10e));
    background: -webkit-linear-gradient(top, #f5d32f 3%, #f2cb21 30%, #f0c316 48%, #eebd14 63%, #ecb610 87%, #ebb10e 100%);
    background: -o-linear-gradient(top, #f5d32f 3%, #f2cb21 30%, #f0c316 48%, #eebd14 63%, #ecb610 87%, #ebb10e 100%);
    background: -ms-linear-gradient(top, #f5d32f 3%, #f2cb21 30%, #f0c316 48%, #eebd14 63%, #ecb610 87%, #ebb10e 100%);
    background: linear-gradient(to bottom, #f5d32f 3%, #f2cb21 30%, #f0c316 48%, #eebd14 63%, #ecb610 87%, #ebb10e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5d32f', endColorstr='#ebb10e', GradientType=0 ); color: #525965 !important; }
.btn--light { background-color: #b3d7e3; color: #652f97; }
.btn--lg { font-size: 20px; padding: 10px 25px; min-width: 230px; }

.btn-sidebar { display: block; background-position: center; background-size: cover; background-repeat: no-repeat; padding: 15px 10px; line-height: 1.2; border-radius: 5px; overflow: hidden; color: #525965; text-align: center; }
.btn-sidebar:after { display: none; }
.btn-sidebar span { display: block; text-align: center; font-weight: 500; font-size: 24px; }
.btn-sidebar .btn-label { display: block; text-align: center; margin: auto; text-transform: uppercase; font-weight: 700; font-size: 18px; }

.btn-book { margin: 20px 0; }

.entry-content .aligncenter { text-align: center; }

.entry-content > ul { margin-left: 0; padding-left: 0; list-style: none; }
.entry-content > p > img.alignleft,
.entry-content > p > img.alignright,
.entry-content > img.alignleft,
.entry-content > img.aligright { max-width: 280px; }
.section-locations .list li,
.entry-content > ul li { position: relative; padding-left: 20px; }
.section-locations .list li + li,
.entry-content > ul li + li { margin-top: 5px; }
.section-locations .list li:before,
.entry-content > ul li:before { position: absolute; top: 3px; left: 0; color: #652f97; font-weight: 700; font-size: 20px; line-height: 16px; content: '\2714'; }
.entry-content > img,
.entry-content > p > img,
.entry-content > p > a > img  { border-radius: 5px; }
.entry-content .section-faq .container,
.entry-content .section-reviews .container { padding-left: 0; padding-right: 0; }
.entry-content > h2,
.entry-content > h3 { font-weight: 500; }
.entry-title { margin-top: 0; }

.main-content { background-color: #eceffb; padding: 30px 0; }

.grecaptcha-badge { display: none; }

.cta { display: flex; justify-content: center; margin: 20px 0; }
.cta .btn { min-width: 165px; }
.cta .btn + .btn { margin-left: 15px; }

.icons-services { display: flex; justify-content: center; }
.icons-services img { -webkit-filter: grayscale(1); filter: grayscale(1); }

@media screen and (max-width: 992px) { 
	
	.logo { width: 180px; text-align: center; }
	.cta { width: 100%; }

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

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

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

	blockquote { margin-left: 0; }
	blockquote p { padding: 0; }

	.container { max-width: 100%; }

	.entry-header { text-align: center; }
	.entry-content-home:after { display: none; }
	.entry-content h2,
	.entry-content h3 { text-align: center; }
	.btn { font-size: 16px; }

	.site-main-inner .section-cta p,
	.site-main-inner .btn--lg { font-size: 16px; }
	.site-main-inner .list--benefits li { padding: 15px 20px; }

}

@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.alignleft,
	.entry-content > p > img.alignright,
	.entry-content > img.alignleft,
	.entry-content > img.aligright { max-width: 100%; }

	.site-main-inner { margin: 30px 0 0; }

	.cta { flex-direction: column; justify-content: center; }
	.button,
	.btn-book a, 
	.btn { font-size: 16px; padding: 5px 15px; }
	.cta .btn  { border-radius: 5px; }
	.cta .btn + .btn { margin-left: 0; margin-top: 10px; }

	.icons-services { flex-wrap: wrap; }
	.icons-services a { width: calc(33.33% - 20px); margin: 5px 10px; }

}

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

.site-header { background-color: #652f97; padding: 20px 0; }
.site-header > .container > .row { align-items: center; }
.site-header .header__nav { display: flex; align-items: center; justify-content: flex-end; }
.site-header .header__nav .btn { margin-left: 20px; font-size: 20px; white-space: nowrap; }

.site-header .menu { display: flex; justify-content: flex-end; font-size: 18px; letter-spacing: 0.5px; }
.site-header .menu a { color: #fff; }
.site-header .menu a:hover { color: #fff; opacity: 0.8; }
.site-header .menu li + li { margin-left: 15px; }
.site-header .menu li.current-menu-item a,
.site-header .menu li.current_page_parent a { opacity: 0.8; }

.site-header .main-navigation { width: auto; }

/* Submenu */
.site-header .menu li ul { background-color: #e2e2e2; padding: 10px; border-radius: 10px; font-size: 18px; }
.site-header .menu li ul li + li { margin-left: 0; }
.site-header .menu li.current_page_parent ul li a,
.site-header .menu li ul li a { color: #4d4d4d; font-size: 14px; }
.site-header .menu li ul li.current-menu-item a { color: #652f97; }

.site-header .menu li ul li a { padding: 5px; }
.site-header .menu li ul li a:hover { color: #652f97; }

.site-header .show-nav { display: none; font-size: 18px; width: 70px; margin: auto; background-color: transparent; border: 0; color: #fff; white-space: nowrap; padding: 15px 0 5px; }
.site-header .show-nav i { color: #b3d7e3; }

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

	.site-header .header__bar { position: relative; background-color: #652f97; z-index: 101; padding-top: 10px; margin-top: -10px; }
	.site-header .header__nav .btn { position: fixed; left: 50%; transform: translateX(-50%); bottom: 15px; z-index: 99; margin-left: 0; }
	.menu-toggle { position: absolute; display: block; right: 45px; top: 50%; transform: translateY(-50%); z-index: 100; width: 35px; height: 23px; background-color: transparent; border: none; outline: none !important; }
	.menu-toggle:hover { cursor: pointer; background-color: transparent; }
	.menu-toggle:focus { outline: none; border: 0; }
	.menu-toggle span { position: relative; transition-duration: 0.3s; transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
	.menu-toggle span,
	.menu-toggle span:before,
	.menu-toggle span:after { width: 100%; height: 3px; background-color: #fff; border-radius: 3px; position: absolute; transition: transform 0.15s ease; }

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

	.nav-opened { height: 100vh; overflow: hidden; }
	.nav-opened .menu-toggle span { transform: rotate(225deg); background-color: #fff; transition-delay: 0.14s; transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
	.nav-opened .menu-toggle span:before { top: 0; opacity: 0; transition: top 0.1s ease-out, opacity 0.1s 0.14s ease-out, background-color 0.15s ease; }
	.nav-opened .menu-toggle span:after { bottom: 0; background-color: #fff; transform: rotate(-90deg); transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0.15s ease; }

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

	.site-header .menu { position: fixed; justify-content: flex-start; right: -99999px; top: 0; display: flex; z-index: 99; order: 99; flex-direction: column; width: 100%; height: 100%; overflow-y: scroll; text-align: center; padding: 135px 0 60px; background-color: #652f97; transition: right 0.5s; }
	.site-header .menu > ul { display: flex; flex-direction: column; }
	.site-header .logo { position: relative; z-index: 100; }

	.nav-opened .menu { right: 0; }
	.nav-opened .menu li { padding: 12px; color: #000; text-align: center; font-size: 18px; }
	.nav-opened .menu li + li { margin-left: 0; }

	.site-header .menu li ul { position: static; display: none; width: 100%; background-color: transparent; text-align: center; border: 0; box-shadow: none; }
	.site-header .menu li ul li { width: 100%; padding: 0; }
	.site-header .menu li ul li a { color: #fff; text-align: center; width: 100%; }
	.site-header .menu li ul li a:hover { color: #fff; }

	.site-header .menu li ul li.current-menu-item a { color: #b3d7e3; }

}

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

	.nav-opened .menu li { padding: 5px; }

}

/*--------------------------------------------------------------
## 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: 26px; }

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

.wpcf7-form .fields { display: flex; }
.wpcf7-form .fields + p { margin-bottom: 5px; }
.wpcf7-form .fields p + p { margin-left: 15px; }

.wpcf7-form-control-wrap { width: 100%; }

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: 18px; padding: 5px 10px; border: 2px solid #e2e2e2; margin-bottom: 10px; background-color: #fff; outline: none; border-radius: 5px; color: #4d4d4d; }
.wpcf7-form select { background: #fff url(assets/images/angle-down.svg); background-repeat: no-repeat; background-position: 95% 57%; background-size: 14px 14px; width: 100%; -webkit-appearance: none; padding-right: 20px; }
.wpcf7-form select:-moz-focusring { color: transparent; text-shadow: 0 0 0 #000; }

.wpcf7-form p { margin-bottom: 0; }

button, 
input[type="button"], 
input[type="reset"], 
input[type="submit"] { width: 100%; font-weight: 500; background-color: #f5d32f; color: #525965; text-align: center; padding: 10px 15px; font-size: 18px; border: 0; border-radius: 5px; font-size: 18px; transition: .3s; }

.wpcf7-form .field button, 
.wpcf7-form .field input[type="button"], 
.wpcf7-form .field input[type="reset"], 
.wpcf7-form .field input[type="submit"] { border-top-left-radius: 0; border-top-right-radius: 0; }

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 { opacity: 0.8; }

textarea { resize: none; }

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

.wpcf7-form br { display: none; }
div.wpcf7-validation-errors, 
div.wpcf7-acceptance-missing { text-align: center; border: 2px solid #992121; border-radius: 5px; color: #4d4d4d; margin: 10px auto; }
span.wpcf7-not-valid-tip { padding: 0 15px; color: #992121; font-style: italic; margin-top: -5px; }

::-webkit-input-placeholder { color: #b3b3b3; opacity: 1; }
::-moz-placeholder { color: #b3b3b3; opacity: 1; }
:-ms-input-placeholder { color: #b3b3b3; opacity: 1; }
:-moz-placeholder { color: #b3b3b3; opacity: 1; } 

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

	.wpcf7 h2 { font-size: 20px; }

}

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

	.wpcf7 h2 { font-size: 18px; }
	.wpcf7-form .field-numbers { width: 100%; margin-top: 0; }
	.wpcf7-form .range-value { font-size: 18px; margin-bottom: 0; margin-left: 5px; }
	.wpcf7-form .select-number { flex-direction: row; flex-wrap: wrap; align-items: center; justify-content: center; margin-top: 0; margin-bottom: 10px; }
	.wpcf7-form .select-number label { font-size: 18px; margin-bottom: 0; }

	.wpcf7-form input[type="range"]::-webkit-slider-thumb { height: 30px; width: 30px; }
	input[type=range]::-moz-range-thumb { height: 30px; width: 30px; }
	input[type=range]::-ms-thumb { height: 30px; width: 30px; }

	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 { font-size: 16px; }

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

	.wpcf7-form label { margin-bottom: 0; }

}

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

	.wpcf7-form .fields { flex-wrap: wrap; }
	.wpcf7-form .fields p { width: 100%; }
	.wpcf7-form .fields p + p { margin-left: 0; }

}

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

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

.list--reviews { display: flex; justify-content: space-between; flex-wrap: wrap; align-items: center; }
.list--reviews li { width: calc(33.33% - 30px); }
.list--reviews li p { font-size: 18px; text-align: center; font-weight: 500; }
.list--reviews .review { position: relative; width: 100%; text-align: center; }
.list--reviews .review:before { position: absolute; display: block; top: 2.5%; left: 2.5%; height: 95%; width: 95%; background-color: #f5d32f; border-radius: 5px; transform: rotate(5deg); content: ''; }
.list--reviews .review figure { position: relative; z-index: 1; display: flex; align-items: center; justify-content: center; background-color: #fff; height: 120px; padding: 15px; border-radius: 5px; -webkit-box-shadow: 0px 0px 8px 0px rgba(143,143,143,1); -moz-box-shadow: 0px 0px 8px 0px rgba(143,143,143,1); box-shadow: 0px 0px 8px 0px rgba(143,143,143,1); margin: 0; }

.list--benefits { display: flex; margin: 15px 0; }
.list--benefits figure { height: 50px; width: 50px; margin: 15px auto; }
.list--benefits li { width: 33.33%; padding: 30px; text-align: center; background-color: #f5d32f; color: #525965; }
.list--benefits li:nth-child(even) { background-color: #652f97; color: #fff; }
.list--benefits li p { text-align: center; }

.list--services { display: flex; justify-content: space-between; flex-wrap: wrap; margin: 0 -26px; }
.list--services li { position: relative; width: calc(25% - 26px); margin: 13px; background: -moz-linear-gradient(top, rgba(214,238,244,0) 2%, rgba(214,238,244,0) 7%, rgba(214,238,244,0.04) 11%, rgba(214,238,244,0.99) 99%, rgba(214,238,244,1) 100%); background: -webkit-linear-gradient(top, rgba(214,238,244,0) 2%,rgba(214,238,244,0) 7%,rgba(214,238,244,0.04) 11%,rgba(214,238,244,0.99) 99%,rgba(214,238,244,1) 100%); background: linear-gradient(to bottom, rgba(214,238,244,0) 2%,rgba(214,238,244,0) 7%,rgba(214,238,244,0.04) 11%,rgba(214,238,244,0.99) 99%,rgba(214,238,244,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00d6eef4', endColorstr='#d6eef4',GradientType=0 ); text-align: center; border-radius: 10px; -webkit-box-shadow: 0px 0px 12px 0px rgba(116,186,204,1); -moz-box-shadow: 0px 0px 12px 0px rgba(116,186,204,1); box-shadow: 0px 0px 12px 0px rgba(116,186,204,1); overflow: hidden; }
.list--services li a { display: block; padding: 20px 15px; background-color: rgba(255, 255, 255, 0.3); color: #4d4d4d; font-size: 18px; }
.list--services li a:hover { background-color: rgba(216,238, 244, 0.8); opacity: 1; }

.list--about { display: flex; flex-wrap: wrap; margin: 0 -15px; }
.list--about li { width: calc(50% - 30px); margin: 15px; }
.list--about h2 { text-align: left; margin-bottom: 10px; font-weight: 400; font-size: 24px; }
.list--about h2 a { color: #4d4d4d; }
.list--about p { margin-bottom: 0; }

.list--steps { display: flex; justify-content: space-around; margin-top: 10px; }
.list--steps li { position: relative; padding-left: 35px; font-weight: 700; font-size: 19px; padding: 15px 30px 15px 65px; border-radius: 5px; background-color: #fff; }
.list--steps li:before { position: absolute; display: block; left: 30px; top: 50%; transform: translateY(-50%); background-color: #652f97; border-radius: 50%; height: 25px; width: 25px; color: #fff; text-align: center; content: '1'; }
.list--steps li:nth-child(2):before { content: '2'; }
.list--steps li:nth-child(3):before { content: '3'; }
.list--steps a { color: #4d4d4d; }

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

	.site-main-inner .list--benefits { flex-wrap: wrap; }
	.site-main-inner .list--benefits li { width: 100%; }
	.list--services li a { font-size: 17px; }

}

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

	.list--reviews .review figure { height: 100px; }

	.list--services { margin: 10px -5px 0; }
	.list--services li { width : calc(50% - 10px); margin: 5px; }

}

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

	.list--reviews li { width: 100%; }
	.list--reviews .review:before { top: 15%; left: 1.5%; height: 70%; width: 97%; }
	.list--reviews .review + li { margin-top: 15px; }
	.list--reviews .review figure { height: 115px; }

	.list--steps { flex-direction: column; border-radius: 5px; overflow: hidden; padding-top: 10px; background-color: #fff; }
	.list--steps li { border-radius: 0; text-align: center; padding: 35px 15px 15px; }
	.list--steps li + li { margin-top: -10px; }
	.list--steps li:before { top: 5px; left: 50%; transform: translateX(-50%); }

	.list--benefits { flex-wrap: wrap; }
	.list--benefits li { width: 100%; padding: 15px; }
	.list--benefits li p { margin-bottom: 0; }
	.list--benefits figure { margin: 10px auto; }

}

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

	.list--services { margin: 10px 0 0; border-radius: 5px; overflow: hidden; }
	.list--services li { width: 100%; margin: 1px 0; border-radius: 0; }
	.list--services li a { padding: 10px 15px; } 

}

/*--------------------------------------------------------------
## Reviews Slider
--------------------------------------------------------------*/

.reviews { padding: 0 0 30px; margin-left: 0; margin-bottom: 0; list-style: none; }
.review { border-radius: 5px; margin: auto; text-align: center; padding: 0 15px; }
.review p { margin-bottom: 10px; font-size: 15px; line-height: 1.3; text-align: center; }
.review .review_body { position: relative; z-index: 1; display: flex; flex-direction: column; justify-content: center; text-align: center; }
.review .review_body span { font-weight: 500; color: #F26101; margin-bottom: 10px; }

.slick-slide { margin: 0 15px; }
.slick-list { margin: 0 -15px; padding: 10px 0; }
.slick-dots { display: flex; justify-content: center; list-style: none; margin-left: 0; padding-left: 0; margin-bottom: 0; }
.slick-dots li button { font-size: 0; width: 15px; height: 15px; border-radius: 50%; background-color: #ccc; padding: 0; border: 0; }
.slick-dots li button:focus { border: 0; }
.slick-dots li button:hover,
.slick-dots li.slick-active button { background-color: #f5d32f; }
.slick-dots li + li { margin-left: 15px; }

@media screen and (max-width: 992px) { 
	
	.reviews { padding: 0; }

}

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

	.slider-change { border-radius: 5px; }

	.review .review_body span { margin-bottom: 5px; }

}

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

.section-intro { position: relative; background-image: url(assets/images/livingroom.jpg); background-size: cover; background-repeat: no-repeat; background-position: center; padding: 100px 0; }
.section-intro:before { position: absolute; display: block; top: 0; left: 0; height: 100%; width: 100%; background-color: rgba(255, 255, 255, 0.6); content: ''; }
.section-intro .section__content { position: relative; width: 900px; margin: auto; z-index: 2; text-align: center; padding: 30px; }
.section-intro .section__content h1 { text-transform: uppercase; font-size: 42px; margin: 0 auto 15px; }
.section-intro .section__content p { text-align: center; font-size: 24px; line-height: 1.3; margin: 20px 0 30px; font-weight: 500; }
.section-intro .btn { font-size: 24px; padding: 10px 40px; font-weight: 500; letter-spacing: 0.5px; }

.section-reviews { background-color: #eceffb; padding: 40px 0 60px; }
.section-reviews h2 { font-weight: 500; font-size: 32px; margin-bottom: 50px; }
.section-reviews .section__head { margin-bottom: 30px; }

.section-cta { background-color: #fff; padding: 40px 0; text-align: center; }
.section-cta h2 { font-size: 32px; text-transform: uppercase; margin: 10px 0 20px; }
.section-cta i { font-size: 32px; }
.section-cta p { text-align: center; font-size: 20px; max-width: 760px; margin: auto auto 30px; }

.section-services { padding: 30px 0; background-color: #fff; }
.section-services .service__image { height: 270px; width: 270px; border-radius: 50%; overflow: hidden; margin: auto auto 15px; }
.section-services .service__image a { display: block; height: 100%; width: 100%; background-size: cover; background-repeat: no-repeat; background-position: center; transition: .8s; }
.section-services .service__image a:hover { transform: scale(1.1); opacity: 1; }
.section-services h3 a:hover { opacity: 0.6; }
.section-services p { margin: 0 30px; text-align: center; }

.section-map { padding: 30px 0; }
.site-main-home  .section-map { padding: 30px 0 60px; }
.section-map h2 { margin-bottom: 20px; }
.section-map .map { position: relative; }
.section-map .map:before { position: absolute; display: block; top: 7%; left: 7%; height: 86%; width: 86%; background-color: #652f97; border-radius: 5px; transform: rotate(-5deg); content: ''; }
.section-map .map-frame { position: relative; z-index: 1; background-color: #fff; width: 90%; height: 300px; margin: auto; padding: 15px; -webkit-box-shadow: 0px 0px 8px 0px rgba(143,143,143,1); -moz-box-shadow: 0px 0px 8px 0px rgba(143,143,143,1); box-shadow: 0px 0px 8px 0px rgba(143,143,143,1); border-radius: 5px; }

.site-main-inner .section-cta { padding: 20px 0; }
.site-main-inner .section-cta,
.site-main-inner .list--benefits { border-radius: 5px; overflow: hidden; }

.section-testimonials { padding: 30px 0 0; }

.section-locations { padding: 0 0 30px; background-color: #fff; }
.section-locations .row { align-items: center; }
.section-locations h3 { text-align: left; font-weight: 500; }

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

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

	.section-services .service + .service { margin-top: 15px; }
	.section-services .service__image { height: 200px; width: 200px; }

	.site-main-home  .section-map { padding: 30px 0; }

	.section-testimonials { margin-bottom: 20px; }

	.section-locations .section__image { margin-bottom: 20px; }

}

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

	.section-intro { padding: 30px 0; }
	.section-intro .btn { font-size: 18px; }
	.section-reviews .section__head { margin-bottom: 15px; }
	.section-intro .section__content { width: 100%; border-radius: 0; padding: 15px; }
	.section-intro .section__content h1 { font-size: 26px; }
	.section-intro .section__content p { font-size: 18px; }

	.section-services p { margin: 0; }
	.section-services .service__image { border-radius: 5px; height: auto; width: 200px; }

	.section-cta h2 { font-size: 24px; }
	.section-cta p { font-size: 16px; }

	.section-reviews { padding: 30px 0; }
	.section-reviews h2 { margin-bottom: 0; }

	.section-map .map:before { top: 5%; left: 5%; height: 90%; width: 90%; }
	.section-map .map-frame { height: 235px; width: 85%; }

}

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

.prices-table { border-radius: 5px; overflow: hidden; }
.price-table { display: flex; justify-content: space-between; padding: 10px; background-color: #eceffb; }
.price-table:nth-child(even) { background-color: #e4e7f6; }
.price-list-meta,
.price-table .price { color: #652f97; }
.price-value,
.price-table .value { font-size: 20px; font-weight: 700; }
.price-table .price-label { font-size: 18px; letter-spacing: 0.5px; }
.price-list-meta { display: block; font-style: italic; text-align: right; padding-right: 20px; margin-top: 10px; }
.prices-table h2 { background-color: #a795b4; font-size: 20px; font-weight: 500; color: #fff; padding: 10px; margin-bottom: 0; }

.price-table__head { display: flex; justify-content: space-between; background-color: #a795b4; color: #fff; padding: 5px 20px; }
.price-table__head span { font-size: 20px; font-weight: 500; }

.price-tag { margin-left: 4px; }
.price-old { font-size: 18px; color: #838383; margin-right: 5px; }
.price-margin { margin-left: 10px; }

.price-table__labels span + span { margin-left: 10px; }

.main-inner .prices-table { -webkit-box-shadow: 0px 0px 14px 0px rgb(223, 223, 223); -moz-box-shadow: 0px 0px 14px 0px rgb(223, 223, 223); box-shadow: 0px 0px 14px 0px rgb(223, 223, 223); }
.main-inner .prices-list li,
.main-inner .prices-list .price { font-size: 20px; }
.main-inner .prices-list .value, 
.main-inner .price-table__head span { font-size: 24px; }

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

	.price-table__head span { font-size: 12px; }
	.prices-list li { font-size: 16px; padding: 10px 5px; line-height: 1.2; }
	.price-tag { white-space: nowrap; }
	.prices-list .value { font-size: 18px; margin-left: 5px; }
	.price-old,
	.prices-list .price-prefix { font-size: 16px; }

	.main-inner .prices-list .value, 
	.main-inner .price-table__head span {
		 font-size: 20px;
	}

}

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

	.prices-table h2 { font-size: 16px; }
	.price-table .price-label { font-size: 15px; }
	.price-table .value { font-size: 16px; }

	.prices-list { margin: 0 3px; }
	.price-list-meta { margin-right: 0; text-align: left; }
	.price-table__head { padding: 5px 15px; display: flex; align-items: baseline; }

	.main-inner .price-table__head .price-table__labels { display: flex; align-items: baseline; }
	.main-inner .price-table__head .price-table__labels span { font-size: 14px; }

}

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

.faq-tabs { list-style: none; margin-left: 0; padding-left: 0; background-color: #fff; border-radius: 5px; overflow: hidden; -webkit-box-shadow: 0px 0px 13px -1px rgba(171,171,171,1);
-moz-box-shadow: 0px 0px 13px -1px rgba(171,171,171,1);
box-shadow: 0px 0px 13px -1px rgba(171,171,171,1); }
.faq-tab__head { position: relative; padding: 20px 55px 20px 20px; font-size: 18px; }
.faq-tab__head:after { position: absolute; top: 50%; transform: translateY(-50%); right: 20px; display: block; background-image: url(assets/images/faq-open.svg); background-repeat: no-repeat; background-position: center; background-size: contain; height: 27px; width: 27px; content: ''; }
.faq-tab__head p { text-align: left; margin-bottom: 0; font-size: 18px; }
.faq-tab__head a { position: absolute; display: block; top: 0; left: 0; height: 100%; width: 100%; z-index: 1; }
.faq-tab__content p { padding: 0 20px 20px; margin-bottom: 0; }
.faq-tab { position: relative; }
.faq-tab:before { position: absolute; left: 50%; transform: translateX(-50%); top: 0; height: 2px; width: calc(100% - 30px); background-color: #eaeaea; content: ''; }
.faq-tab:first-child:before,
.faq-tab.current:before  { display: none; }
.faq-tab.current { background-color: #652f97; color: #fff; }
.faq-tab.current .faq-tab__head:after { background-image: url(assets/images/close.svg); }

.section-faq h2 { font-weight: 500; }
.section-faq .section__head p { text-align: center; font-weight: 700; font-size: 24px; }

.list-stars { margin-left: 0; margin-bottom: 0; padding-left: 0; }
.list-stars, 
.list-stars li { display: inline-block; }
.ico-star { display: block; background-image: url(assets/images/review-star.svg); background-repeat: no-repeat; background-position: center; background-size: contain; height: 15px; width: 15px; }
.list-stars.stars-1 li:nth-child(2),
.list-stars.stars-1 li:nth-child(3),
.list-stars.stars-1 li:nth-child(4),
.list-stars.stars-1 li:nth-child(5),
.list-stars.stars-2 li:nth-child(3),
.list-stars.stars-2 li:nth-child(4),
.list-stars.stars-2 li:nth-child(5),
.list-stars.stars-3 li:nth-child(4),
.list-stars.stars-3 li:nth-child(5),
.list-stars.stars-4 li:nth-child(5) { display: none; }

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

	.faq-tab__head { padding: 15px 50px 15px 15px; }
	.faq-tab__head:after { width: 23px; height: 23px; }
	.faq-tab__head p { font-size: 17px; }
	.faq-tab__content p { padding: 0 15px 20px; }

	.ico-star { height: 20px; width: 20px; }


}

/*--------------------------------------------------------------
## Widgets
--------------------------------------------------------------*/

.widget-area .menu li { position: relative; padding-left: 25px; font-size: 17px; }
.widget-area .menu li:before { position: absolute; display: block; left: 0; top: 0; font-family: 'Font Awesome 5 Free'; color: #652f97; font-weight: 700; content: '\f14a'; }
.widget-area .menu li + li { margin-top: 5px; }
.widget-area .menu a { color: #4d4d4d; }

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

.widget-title { display: block; font-size: 22px; font-weight: 500; margin-bottom: 10px; text-align: center; }

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

	.widget-area { padding-top: 0; }
	.widget-area .widget:last-child { margin-bottom: 0; }

}

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

	.widget-area { margin-bottom: 20px; }

}

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

.site-footer { background-color: #652f97; padding: 30px 0 15px; color: #fff; }
.site-footer .footer__body figure { margin-bottom: 0; }

.site-footer .menu { column-count: 2; }
.site-footer .menu a,
.site-footer .menu a:visited { color: #fff; }

.site-footer .footer__bar,
.site-footer .wpcf7-form { display: flex; align-items: center; }
.site-footer .footer__bar { justify-content: space-between; }

.site-footer .wpcf7-form { position: relative; }
.site-footer .wpcf7-form input[type="email"] { font-size: 16px; max-width: 300px; border-radius: 0; border-radius: 5px; background-color: #4d1f78; border: 0; color: #fff; margin-bottom: 0; padding: 10px 15px; }
.site-footer .wpcf7-form input[type="submit"] { border-radius: 0; height: 44px; border: 0; border-radius: 5px; margin-left: 8px; }
.site-footer .wpcf7-form div.wpcf7-validation-errors { display: none !important; }
.site-footer span.wpcf7-not-valid-tip { position: absolute; bottom: -40px; font-style: italic; left: 0; }

.site-footer h4 { font-weight: 500; letter-spacing: 0.5px; }
.site-footer .footer__nav { margin: 30px 0; }
.site-footer .footer__copyright { margin-top: 15px; }
.site-footer .footer__copyright p { text-align: center; padding-top: 15px; border-top: 1px solid #ccc; margin-bottom: 0; }

.site-footer span.wpcf7-not-valid-tip { color: #ea9090; }

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

	.site-footer { padding: 30px 0 70px; }
	.site-footer .footer__image { display: none; }
	.site-footer .footer__services { margin-top: 15px; }
	.site-footer h4 { text-align: left; }

}

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

	.site-footer .footer__bar { flex-direction: column; margin-bottom: 25px; }
	.site-footer span.wpcf7-not-valid-tip { bottom: -35px; }
	.site-footer .wpcf7-form { margin-top: 15px; }
	.site-footer .menu { column-count: 1; }
	.site-footer .footer__nav,
	.site-footer h4,
	.site-footer .footer__copyright { text-align: center; }

}

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

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

}