/*!
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: 'Noto Sans', sans-serif; font-size: 16px; line-height: 1.7; color: rgb(54, 54, 54); width: 100%; overflow-x: hidden; }

h1 { font-size: 42px; text-align: center; }
h2 { font-size: 28px; text-align: center; margin-bottom: 15px; text-align: center; color: rgb(37, 181, 184); }
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 { color: rgba(7,168,171,1); transition: .3s; }
a:focus { color: inherit; outline: none; }
a:hover { text-decoration: none; color: rgba(7,168,171,0.8); }
p { text-align: justify; }
p a[href^="tel:"],
p a[href^="mailto:"] { font-weight: 700; }
p:after { overflow: hidden; display: block; content: ''; }
p.aligncenter { text-align: center; }
body ul.aligncenter { width: 300px; margin: auto auto 10px; }

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

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

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

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

.page { margin-bottom: 0; }
.error-404 p, 
.error-404 { text-align: center; }
.error-404 { display: flex; justify-content: center; flex-direction: column; min-height: calc(100vh - 345px); padding: 40px 0; }

.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: 300px; background-size: contain; background-repeat: no-repeat; background-position: center; }

.site-main article.page { padding: 0; }
.site-main-inner,
.site-main-home .entry-content { margin: 0; padding: 35px 0; }
.site-main-inner .entry-content { margin: 0; }
.site-main-inner .entry-content > img,
.site-main-inner .entry-content > p img { border-radius: 5px; margin-bottom: 10px; max-width: 300px; }
.site-main-inner .entry-content h3 { color: rgb(37, 181, 184); }

.entry-content > ul { list-style: none; margin-left: 0; padding-left: 0; }
.entry-content > ul li { position: relative; padding-left: 25px; }
.entry-content > ul li:before { position: absolute; left: 0; top: 8px; height: 15px; width: 15px; background-repeat: no-repeat; background-size: contain; background-position: center; background-image: url(assets/images/bullets.svg); content: ''; }
.entry-content .btn { display: block; width: 200px; margin: auto; }

.btn { -webkit-appearance: none; -moz-appearance: none; appearance: none; border: 0; -webkit-box-shadow: 0; box-shadow: 0; font-size: 16px; display: inline-block; padding: 5px 25px; text-align: center; position: relative; color: #fff; border-radius: 5px; font-weight: 700; letter-spacing: .03em; cursor: pointer; background-color: rgb(239, 165, 0); letter-spacing: 0.5px; white-space: nowrap; -webkit-box-shadow: 0px 0px 23px -5px rgba(168,168,168,1); -moz-box-shadow: 0px 0px 23px -5px rgba(168,168,168,1); box-shadow: 0px 0px 23px -5px rgba(168,168,168,1); }
.btn:focus { border: 0; -webkit-box-shadow: 0px 0px 23px -5px rgba(168,168,168,1); -moz-box-shadow: 0px 0px 23px -5px rgba(168,168,168,1); box-shadow: 0px 0px 23px -5px rgba(168,168,168,1); color: #fff; }
.btn:visited { color: #fff; }
.btn:hover { background-color: rgba(248,175,2,0.85); opacity: 1; color: #fff; }

.btn--lg { padding: 10px 30px; font-size: 18px; }
.btn--xl { width: 250px; font-size: 20px; padding: 15px 35px; }

.btn--book { background-color: rgba(7,168,171,1); }

.btn-sidebar { display: flex; align-items: center; }
.ico-phone { display: block; background-image: url(assets/images/telephone.svg); height: 60px; width: 60px; background-size: contain; background-repeat: no-repeat; background-position: center; animation: bounce 1s infinite; }
.btn-sidebar .ico-phone { margin-right: 10px; }
.btn-sidebar span { display: block; line-height: 1.2; font-weight: 700; font-size: 20px; }
.btn-sidebar .btn-label { opacity: .7; font-size: 22px; }

@keyframes bounce {
    from {
        transform : scale(1);
    }
    50% {
        transform : scale(1.05);
    }
    to {
        transform : scale(1);
    }
}

.cta { display: flex; justify-content: center; margin: 20px auto; max-width: 430px; }
.cta .btn { min-width: 220px; }
.cta .btn + .btn { margin-left: 15px; }
.cta.no-margin { margin: 0; }

.scrolled { position: relative; top: 100px; opacity: 0; transition: all 1s; }
.scrolled.visible { top: 0; opacity: 1; }

.ui-datepicker { z-index: 100 !important; }

@media screen and (max-width: 992px) { 
	
	.logo { width: 200px; height: 85px; }
	.scrolled { top: 0; opacity: 1; }

	.error-404 { min-height: auto; }

}

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

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

	blockquote { margin-left: 0; }

	.container { max-width: 100%; }

	.entry-header { text-align: center; }
	.entry-title { top: 30px; }
	.site-main-inner .entry-content { margin-bottom: 0; }

	.btn { font-size: 15px; }
	.btn--xl { font-size: 18px; }
	.cta { display: block; width: 100%; text-align: center; }
	.cta .btn + .btn { margin-left: auto; margin-top: 10px; }

}

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

	img.alignright,
	img.alignleft { width: 100%; height: auto; margin-bottom: 15px; margin-left: 0; margin-right: 0; }
	.site-main-inner .entry-content > img,
	.site-main-inner .entry-content > p img { max-width: 100%; }
	.btn { padding: 5px 20px; }

}

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

.site-header { position: relative; padding: 15px 0 0; background-color: rgb(191, 24, 12); z-index: 100; }
.site-header .row { align-items: center; }
.site-header .btn { margin-bottom: 15px; background-color: #fff; padding: 10px 30px; border-radius: 28px; font-size: 20px; color: rgb(191, 24, 12); }
.site-header .btn span { font-size: 24px; }
.site-header ul.menu { font-weight: 700; font-size: 17px; margin-bottom: 0; }
.site-header ul.menu li { padding-bottom: 18px; }
.site-header ul.menu a,
.site-header ul.menu a:visited { color: #fff; }
.site-header ul.menu a:hover { opacity: .8; }
.site-header ul.menu > li + li { margin-left: 20px; }
.site-header ul.menu ul { background-color: rgb(239, 165, 0); width: 270px; padding: 15px; transition-duration: 1s; border-radius: 5px; transition: .5s; transition-duration: 1s; opacity: 0; z-index: 99; }
.site-header ul.menu li:hover ul { opacity: 1; }
.site-header ul.menu ul li { width: 100%; font-size: 16px; padding-bottom: 10px; }

.site-header .menu li.menu-item-has-children { position: relative; padding-right: 25px; }
.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: 16px; transition: 0.5s; color: #fff; content: '\f078'; }

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

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

	.site-header { min-height: 62px; }
	.site-header ul.menu li { width: 100%; }
	.site-header ul.menu li + li { margin-left: 0; }
	.site-header .menu li.menu-item-has-children { padding-right: 0; }
	.site-header .menu li.menu-item-has-children:after { right: auto; padding-left: 10px; top: 11px; }
	.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 .btn { font-size: 18px; padding: 5px 10px; }
	.site-header .btn span { font-size: 20px; }

	.show-nav { height: 30px; width: 30px; position: absolute; right: 20px; top: 2px; z-index: 101; }
	.show-nav > span { background-color: #fff; border-radius: 1px; height: 2px; width: 100%; position: absolute; left: 50%; top: 50%; margin: -1px 0 0 -15px; -webkit-transition: height 100ms; transition: height 100ms; }
	.show-nav > span:after,
	.show-nav > span:before { background-color: #fff; border-radius: 1px; height: 2px; width: 100%; position: absolute; left: 50%; margin-left: -15px; -webkit-transition: all 200ms; transition: all 200ms; 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 { display: table; background-color: rgb(191, 24, 12); position: absolute; 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 { display: block; vertical-align: middle; }
	.main-navigation li { padding: 8px 0; transition: all 400ms 510ms; 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; }
	.main-navigation a { color: #fff; display: inline-block; font-size: 18px; }
	.main-navigation a.suBtn { color: #fff;	}

	.fixed-button .btn { position: fixed; width: auto; left: 50%; transform: translateX(-50%); bottom: 0; z-index: 100;  background-color: rgb(191, 24, 12); color: #fff; padding: 10px 20px; animation: fadein 2s;-moz-animation: fadein 2s; -webkit-animation: fadein 2s; -o-animation: fadein 2s; }

	@keyframes fadein {
    from { opacity: 0; }
    to { opacity:1; }
	}
	@-moz-keyframes fadein {
	    from { opacity:0; }
	    to { opacity:1; }
	}
	@-webkit-keyframes fadein {
	    from { opacity:0; }
	    to { opacity:1; }
	}
	@-o-keyframes fadein {
	    from { opacity:0; }
	    to { opacity: 1; }
	}
}

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

.section-intro { position: relative; padding: 60px 0; background-image: url(assets/images/office.jpg); background-attachment: fixed; background-size: cover; background-repeat: no-repeat; background-position: top center; }
.section-intro:before { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(255, 255, 255, 0.75); content: ''; }
.section-intro .section__video { position: absolute; top: 0; left: 0; bottom: 0; right: 0; width: 100%; height: 100%; }
.section-intro .section__video video { width: 100%; }
.section-intro .section__body { position: relative; z-index: 2; display: flex; align-items: center; justify-content: space-between; }
.section-intro .section__form { width: 500px; }
.section-intro .section__content { width: calc(100% - 600px); }
.section-intro .section__content * { text-align: left; }
.section-intro .section__content h1 { width: 400px; }
.section-intro .section__content p { font-size: 20px; line-height: 1.4; }
.section-intro .wpcf7-form textarea { height: 180px; }

.section-intro-inner { padding: 30px 0; }
.section-intro-inner .section__content { width: 100%; text-align: center; }
.section-intro-inner .section__content h1 { text-align: center; width: 100%; font-size: 30px; margin: 0; }
.section-intro-inner .logo { width: 260px; }

.section-info { position: relative; background-image: url(assets/images/info.jpg); background-size: cover; background-repeat: no-repeat; background-position: center; padding: 30px 0; }
.section-info:before { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0,189,193,0.85); content: ''; }
.section-info .container { position: relative; z-index: 2; display: flex; }
.section-info .container:after { position: absolute; top: -60px; left: 0; background-image: url(assets/images/no-virus.svg); background-size: contain; background-repeat: no-repeat; background-position: center; height: 60px; width: 60px; animation: pulse 1s infinite; content: ''; }
.section-info .container .row { align-items: center; }
.section-info .section__content { margin-left: auto; background-color: rgba(255, 255, 255, 0.7); padding: 15px; border-radius: 5px; -webkit-box-shadow: 0px 0px 23px -5px rgba(115,114,115,1);
-moz-box-shadow: 0px 0px 23px -5px rgba(115,114,115,1);
box-shadow: 0px 0px 23px -5px rgba(115,114,115,1); }
.section-info .section__content p { margin-bottom: 0; }
.section-info .section__head { color: #fff; }
.section-info .section__head p { font-size: 46px; font-weight: 700; line-height: 1.2; margin-bottom: 10px; }
.section-info .section__head span { opacity: 0.7; font-size: 20px; }

@keyframes pulse {
    from {
        transform : scale(1);
        opacity   : 1;
    }
    50% {
        transform : scale(0.75);
        opacity   : 0.8;
    }
    to {
        transform : scale(1);
        opacity   : 1;
    }
}

.section-services { padding: 40px 0; }
.section-services .service { margin: 10px 0; border-radius: 5px; overflow: hidden; border: 1px solid #e9f2f2; min-height: 410px; -webkit-box-shadow: 0px 0px 23px -5px rgba(168,168,168,1); -moz-box-shadow: 0px 0px 23px -5px rgba(168,168,168,1); box-shadow: 0px 0px 23px -5px rgba(168,168,168,1); }
.section-services .service__image { width: 100%; height: 180px; border-radius: 5px; overflow: hidden; margin-bottom: 10px; }
.section-services .service__image a { display: block; height: 100%; width: 100%; background-size: cover; background-repeat: no-repeat; background-position: center; transition: 1s; }
.section-services .service__image a:hover { transform: scale(1.2); opacity: 1; }
.section-services h2 { display: block; width: 100%; text-align: center; margin-bottom: 15px; }
.section-services h3 a { color: rgba(54, 54, 54); font-size: 19px; }
.section-services .service p { font-size: 15px; margin-bottom: 0; padding: 0 15px 15px; }

.section-list .section__body { background-color: rgb(37, 181, 184); padding: 20px 0; color: #fff; }
.section-list .section__body ul { margin: auto; padding-left: 0; list-style: none; width: 590px; column-count: 2; column-gap: 40px; }
.section-list .section__body ul li { position: relative; font-size: 18px; padding-left: 25px; }
.section-list .section__body ul li:before { position: absolute; left: 0; top: 8px; height: 15px; width: 15px; background-repeat: no-repeat; background-size: contain; background-position: center; background-image: url(assets/images/menu-book-icon.svg); content: ''; }
.section-list .section__body ul li + li { margin-top: 5px; }
.section-list .section__body ul.list-3 { column-count: 3; }

.section-testimonials { position: relative; padding: 50px 0; background: url(assets/images/livingroom.jpg); background-attachment: fixed; background-size: cover; background-repeat: no-repeat; background-position: center; overflow: hidden; }
.section-testimonials:before { position: absolute; bottom: 0; left: -99999px; width: 0; height: 0; border-left: 125px solid transparent; border-right: 125px solid transparent; border-bottom: 125px solid rgb(239, 165, 0); transition: all .5s ease; transition-duration: 1s; opacity: 0; content: ''; }
.section-testimonials:after { position: absolute; top: 0; right: -99999px; width: 0; height: 0; border-left: 125px solid transparent; border-right: 125px solid transparent; border-top: 125px solid rgba(7,168,171,1); transition: .5s; transition-duration: 1s; opacity: 0; content: ''; }
.section-testimonials.visible:before { left: -125px; opacity: 1; }
.section-testimonials.visible:after { right: -125px; opacity: 1; }
.section-testimonials .container { position: relative; z-index: 2; }
.section-testimonials h2 { margin-bottom: 25px; }

.site-main-inner .section-testimonials { background: #eaeaea; margin: 20px 0; border-radius: 5px; }
.site-main-inner .section-testimonials h2 { margin-bottom: 15px; }

.section-benefits { background-image: url(assets/images/pattern.jpg); background-size: cover; background-repeat: no-repeat; background-position: center; padding: 40px 0; }
.site-main-inner .section-benefits { background: rgba(7,168,171,1); border-radius: 5px; overflow: hidden; }
.site-main-inner .section-benefits h2 { color: #fff; }

.section-cta { padding: 60px 0; background-color: rgba(37,181,184,1); }
.section-cta * { text-align: center; color: #fff; }
.section-cta h2 { font-size: 36px; margin-bottom: 5px; }
.section-cta h2 p { margin-bottom: 25px; }

.section-cta .btn { transform: perspective(1px) translateZ(0); transition-property: transform; }
.section-cta .btn:hover { position: relative; transform: perspective(1px) translateZ(0); background-color: rgb(239, 165, 0); }
.section-cta .btn:before { pointer-events: none; position: absolute; z-index: -1; content: ''; top: 100%; left: 5%; height: 10px; width: 90%; opacity: 0; background: -webkit-radial-gradient(center, ellipse, rgba(255, 255, 255, 0.35) 0%, rgba(255, 255, 255, 0) 80%); background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.35) 0%, rgba(0, 0, 0, 0) 80%); transition-duration: 0.3s; transition-property: transform, opacity; } 
.section-cta .btn:hover:before { opacity: 1; transform: translateY(5px); }

.section-faq { padding: 30px 0; }
.section-faq .section__body { background-color: #eaeaea; }
.site-main-inner .section-faq .container { padding-left: 0; padding-right: 0; }

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

	.section-intro .section__body { flex-wrap: wrap; }
	.section-intro .section__content,
	.section-intro .section__content h1,
	.section-intro .section__form { width: 100%; }
	.section-intro .section__content { margin-bottom: 20px; }
	.section-intro .section__content * { text-align: center; }
	.section-intro .section__content h1 { margin-top: 0; font-size: 38px; }
	.section-intro .section__content .btn { display: block; margin: auto; width: 200px; }
	.section-intro .logo { margin: auto; width: 200px; height: 70px; }

	.section-info .section__head { text-align: center; margin-bottom: 15px; }
	.section-info .section__head p { font-size: 32px; text-align: center; }
	.section-info .container:after { display: none; }

	.section-services .service { min-height: auto; }
	.section-services .service__image { height: 160px; }
	
	.section-list .section__body ul.list-3 { column-count: 2; }

}

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

	.section-intro { padding: 30px 0; }
	.section-intro .section__content h1 { font-size: 28px; }
	.section-intro .section__content p { font-size: 18px; margin-bottom: 15px; font-size: 15px; }

	.section-intro-inner { padding: 20px 0; }
	.section-intro-inner .section__content h1 { font-size: 26px; }

	.section-info .section__head p { font-size: 28px; }
	.section-info .section__content { border-radius: 0; }
	.section-info .section__head span { font-size: 16px; }

	.section-services { padding: 20px 0; }
	.section-services h3 { font-weight: 400; }

	.section-list .section__body ul { width: 100%; }

	.section-cta { padding: 40px 0; }
	.section-cta h2 { font-size: 24px; }

	.site-main-inner .section-testimonials { padding: 30px 0; }
	.site-main-inner .section-testimonials:before,
	.site-main-inner .section-testimonials:after { display: none; }
	
	.section-list .section__body ul.list-3 { column-count: 1; }
	
	.section-list .section__body ul li { width: 100%; }

}

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

	.section-list .section__body ul { column-count: 1; }
	.section-list .section__body ul li { font-size: 16px; }

	.section-services .service__image { height: 120px; }

}

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

.list-reviews { display: flex; margin: -15px; flex-wrap: wrap; }
.list-reviews li { position: relative; width: calc(50% - 30px); margin: 15px; background-color: rgba(255, 255, 255, 0.8); padding: 15px 20px; border-radius: 5px; }
.list-reviews li:before { position: absolute; top: -15px; left: -20px; height: 40px; width: 40px; background-repeat: no-repeat; background-position: center; background-size: contain; background-image: url(assets/images/quote.svg); content: ''; }
.list-reviews li p { text-align: center; margin-bottom: 10px; }
.list-reviews li span { display: block; text-align: center; font-weight: 700; }
.site-main-inner .list-reviews { margin: 0; }
.site-main-inner .list-reviews li { background-color: #fff; }

.list-benefits { display: flex; margin-top: 40px; }
.list-benefits li { width: calc(33.33% - 30px); margin: 0 15px; padding: 15px 15px 30px; background-color: #fff; border-radius: 5px; border: 1px solid #eaeaea; }
.list-benefits li figure { height: 80px; width: 80px; margin: -40px auto 15px; padding: 15px; border-radius: 50%; background-color: #fff; border: 2px solid #eaeaea; }
.list-benefits li h3 { font-weight: 400; font-size: 19px; margin-bottom: 15px; }
.site-main-inner .list-benefits li h3 { font-size: 17px; margin-bottom: 10px; }
.list-benefits li p { margin-bottom: 0; font-size: 15px; text-align: center; }

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

@media screen and (max-width: 992px) { 
	
	.list-benefits { flex-wrap: wrap; }
	.list-benefits li { width: 100%; margin: 0; }
	.list-benefits li h3 { font-size: 18px; margin-bottom: 10px; }
	.list-benefits li figure { width: 60px; height: 60px; padding: 10px; margin: -40px auto 10px; }

	.list-reviews li { width: calc(100% - 60px); margin: 10px auto; background-color: #fff; padding: 15px; }

}

@media screen and (max-width: 768px) { 
	
	.site-main-inner .list-reviews li { width: calc(100% - 20px); }
	.site-main-inner .list-reviews li:before { left: -15px; }

}

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

.wpcf7-form #hidden { display: none; }

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: 5px 10px; border: 2px solid #f1b93d; background-color: rgba(255, 255, 255, 0.3); margin-bottom: 10px; outline: none; border-radius: 0; color: #4d4d4d; border-radius: 5px; }
.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; }


span.wpcf7-not-valid-tip { margin-top: -10px; margin-bottom: 5px; color: #c40834; font-style: italic; }

.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: rgb(37, 181, 184); color: #fff; text-align: center; padding: 10px 40px; font-size: 18px; border: 0; border-radius: 5px; transition: .3s; -webkit-box-shadow: 0px 0px 23px -5px rgba(168,168,168,1); -moz-box-shadow: 0px 0px 23px -5px rgba(168,168,168,1); box-shadow: 0px 0px 23px -5px rgba(168,168,168,1); }

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: rgba(37, 181, 184, 0.8); 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; }

/* Custum Form */
.fields h4{text-align: left;}
.field-calculate { display: flex; justify-content: center; align-items: center; background: #eee; }
.field-calculate.discount { color: rgb(193, 38, 38); }
.field-calculate.regular h4 { font-size: 18px; }
.field-calculate + .field-calculate { margin-top: -20px; }

.wpcf7-form input.hidden { display: none; }

.entry-content .wpcf7-form { margin-bottom: 1.5em; }
.wpcf7-form .actions { text-align: center; }
.wpcf7-form .fields { display: flex; justify-content: center; margin-bottom: 10px; }
.wpcf7-form .fields .wpcf7-form-control-wrap + .wpcf7-form-control-wrap { margin-left: 15px; }
.wpcf7-form .fields + p { margin-bottom: 5px; }
.wpcf7-form .fields p + p { margin-left: 15px; }
.wpcf7-form .fields .field { width: 30%; }
.wpcf7-form .fields .field + .field { margin-left: 50px; width: 60%; }
.wpcf7-form .field + .field p { display: flex; flex-wrap: wrap; }
.wpcf7-form .field + .field .wrap { width: 50%; }
.wpcf7-form .fields br { display: none; }
.wpcf7-form  .field-calculate { margin-bottom: 15px; }
.wpcf7-form .field-calculate input[type="text"],
#calculation { position: relative; width: 60px; margin: auto; font-size: 26px; font-weight: 700; color: rgba(7,168,171,1); border: 0; padding: 0; }
.wpcf7-form .field-calculate.regular input[type="text"] { font-size: 22px; background: #eee; }
.wpcf7-form .field-calculate h4:after { display: inline-block; font-size: 26px; font-weight: 700; color: rgba(7,168,171,1); margin-left: 10px; content: '\00A3'; }
.wpcf7-form .field-calculate.regular h4:after { font-size: 20px; }
.field-calculate h4 { margin-bottom: 0; }
.wpcf7-form .wrap { display: flex; justify-content: flex-start; text-align: left; }
.wpcf7-form .wrap .wpcf7-form-control-wrap { width: 30px; }
.wpcf7-form-control-wrap { width: 100%; }

/* Checkbox*/
.wpcf7-form label { display: block; }
.wpcf7-list-item { display: inline-flex; cursor: pointer; position: relative; }
.wpcf7-list-item > span { font-size: 0; position: absolute; top: 0; }
.wpcf7-list-item > input { position: relative; top: 2px; z-index: 99; height: 24px; width: 24px; -webkit-appearance: none; -moz-appearance: none; -o-appearance: none; appearance: none; border-radius: 4px; outline: none; transition-duration: 0.3s; cursor: pointer; border: 2px solid #ddd; }
.wpcf7-list-item > input:checked + span::before { display: block; text-align: center; background-color: rgba(7,168,171,1); position: absolute; left: 5px; top: 7px; font-size: 24px; height: 14px; width: 14px; line-height: 16px; content: ''; }
span.wpcf7-list-item { background-color: #fff; height: 24px; width: 24px; border-radius: 4px; margin: 0; }

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

	.wpcf7-form .fields { flex-wrap: wrap; }
	.wpcf7-form .fields .wpcf7-form-control-wrap + .wpcf7-form-control-wrap { margin-left: 0; margin-top: 5px; }
	.wpcf7-form .fields .field,
	.wpcf7-form .fields .field + .field { width: 100%; }
	.wpcf7-form .fields .field + .field { margin-left: 0; margin-top: 15px; }

}

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

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

	.wpcf7-form button, 
	.wpcf7-form input[type="button"], 
	.wpcf7-form input[type="reset"], 
	.wpcf7-form input[type="submit"] { width: 100%; }
	
	.wpcf7-form .field,
	.wpcf7-form .field + .field .wrap { width: 100%; }
	.wpcf7-form .field + .field { margin-left: 0; margin-top: 15px; }	
	.wpcf7-form .field + .field p { display: block; }

}

/*--------------------------------------------------------------
## FAQ's and Prices
--------------------------------------------------------------*/


.prices-table { border-radius: 5px; overflow: hidden;  }
.price-table { display: flex; justify-content: space-between; padding: 5px 15px; }
.price-table:nth-child(even) { background-color: #eaeaea; }
.price-list-meta,
.price-table .price { color: rgba(7,168,171,1); }
.price-table .value { font-size: 20px; }
.price-table .price-label { font-size: 18px; letter-spacing: 0.5px; }
.price-list-meta { display: block; font-style: italic; text-align: right; padding-right: 15px; margin-top: -5px; margin-bottom: 5px; }
.prices-table h3 { background-color: rgba(7,168,171,1); color: #fff !important; padding: 5px; font-weight: 400; }

.faq-tabs { list-style: none; padding: 0; margin: 0; overflow: hidden; }
.faq-tab { overflow: hidden; transition: .3s; margin: 0 20px; }
.faq-tab + .faq-tab { border-top: 1px solid rgba(7,168,171,1); }

.faq-tabs .faq-tab__head { position: relative; font-weight: 700; cursor: pointer; width: 100%; padding: 15px 0; }
.faq-tabs .faq-tab__head p { font-size: 17px; text-align: left; padding-right: 15px; font-weight: 400; margin-bottom: 0; }
.faq-tab .faq-tab__head:after { position: absolute; display: block; right: 0; top: 45%; transform: translateY(-50%); font-weight: 700; font-size: 20px; visibility: visible;  font-family: 'Font Awesome 5 Free'; color: rgba(7,168,171,1); font-weight: 900; content: '\f107'; transition: .3s; }
.faq-tab.current .faq-tab__head:after { transform: translateY(-50%) rotate(-180deg); }
.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 { font-size: 15px; color: rgb(54, 54, 54); }
.faq-tab__content p { font-size: 15px; }

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

 	.price-table .price-label { font-size: 16px; }
 	.price-table .value { font-size: 18px; }
 	.prices-table h3 { font-size: 17px; }

	.faq-tab { margin: 0; padding: 0 15px; }
	.faq-tab .faq-tab__head:after { right: -5px; height: 18px; width: 18px; }
	.faq-tabs .faq-tab__head h4 { font-size: 16px; padding-right: 24px; }

}

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

.widget-title { display: block; font-weight: 700; font-size: 22px; color: rgb(37, 181, 184); text-align: center; margin-bottom: 10px; }

.widget { margin-bottom: 20px; }

.widget .menu a { font-size: 16px; }
.widget .menu li { position: relative; padding-left: 25px; }
.widget .menu li:before { position: absolute; left: 0; top: 6px; height: 15px; width: 15px; background-repeat: no-repeat; background-size: contain; background-position: center; background-image: url(assets/images/bullets.svg); content: ''; }

.widget .btn-sidebar { width: 215px; margin: auto auto -5px; }

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

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

.site-footer .footer__copyright { background-color: rgba(7,168,171,1); font-size: 14px; color: #fff; padding: 20px 0; }
.site-footer .footer__copyright p { text-align: center; margin-bottom: 0; }

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

	.site-footer .footer__copyright { padding: 20px 0 70px; }

}

/* Validation */

.check-area { padding: 30px 0 20px; }
.check-area form { width: 90%; margin: auto; }
.check-area form input { width: 100%; margin-bottom: 10px; }
.check-area .form-invalid { color: #c40834; font-style: italic; }
.check-area .form-reply span { display: block; text-align: center; }
.check-area .form-reply .label { font-size: 24px; font-weight: 700; color: rgb(133, 133, 133); }
.check-area .form-reply #postcode { font-size: 26px; font-weight: 700; color: rgb(37, 181, 184); }

.form-reply,
.form-invalid { display: none; }


.section-tabs { margin: 30px 0; }
.section-tabs .section__body { padding: 30px 15px; }
.section-tabs .tab-content { padding-top: 15px; }
.section-tabs .nav-tabs > li { padding-left: 0 !important; }
.section-tabs .nav-tabs > li + li { margin-top: 0 !important; }
.section-tabs .nav-tabs > li:before { display: none; }
.section-tabs .nav-tabs .nav-link { color: #fff; }
.section-tabs .nav-tabs .nav-link.active { color: rgba(7,168,171,1); }
.section-tabs .section__body ul { width: auto; }