/*
Theme Name: Geramedic
Theme URI: http://logart.com.ua/
Author: LogicArt Team
Author URI: http://logart.com.ua/
Description:   Theme for Geramedic
Version: 1.1.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: spa-and-salon
Tags: two-columns, right-sidebar, custom-background, custom-menu, featured-images, sticky-post, threaded-comments, translation-ready, theme-options, footer-widgets, blog, full-width-template, custom-logo, custom-colors, e-commerce
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.

Spa and Salon WordPress Theme, Copyright Rara Theme 2015, Raratheme.com
Spa and Salon WordPress Theme is distributed under the terms of the GPLv2 or later

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/


/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: 'PT Serif', serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	text-decoration:none;
    color:#bbbcc1;
    outline:none;
}

a:active,
a:hover {
	text-decoration:underline;
    color: #bbbcc1;
}

a:focus{outline: none;}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

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

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #666;
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	line-height: 30px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	margin-top: 0;
}

p {
	margin-bottom: 1.5em;
	margin-top: 0;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #f7f7f7;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 16px;
	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 {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

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

body {
	color:#666;
    font:18px/30px 'Lato', sans-serif;
    background:#e9e9e9;
     overflow-y: scroll;
    -webkit-text-size-adjust:100%;
    -ms-text-size-adjust:none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

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

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

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;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 3px;
}

textarea {
	padding-left: 3px;
	width: 100%;
}

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

a:hover,
a:focus {
	color: #7fa200;
	text-decoration: underline;
}

a:focus {
	outline: none;
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation{margin: -48px 0 0;}

.main-navigation ul{
	font-size: 18px;
	line-height: 20px;
	text-align: center;
	margin: 0;
	padding: 0;
}

.main-navigation ul li{
	display: inline-block;
	margin: 0 29px;
	position: relative;
}

.main-navigation ul li a{
	display: block;
	color: #533537;
	padding-bottom: 25px;
}

.main-navigation ul li a:hover,
.main-navigation ul li a:focus{
	text-decoration: none;
	color: #7fa200;
}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
	color: #7fa200;
}

.main-navigation ul ul{
	position: absolute;
	top: 100%;
	left: 0;
	width: 200px;
	background: #fff;
	text-align: left;
	display: none;
	z-index: 1;
}

.main-navigation ul ul li{
	display: block;
	margin: 0;
	border-bottom: 1px solid #f2f2f2;
}

.main-navigation ul ul li a{
	display: block;
	padding: 15px 20px;
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus,
.main-navigation ul ul a:focus,
.main-navigation ul ul li:hover > a {
	text-decoration: none;
	color: #533537;
	background: #f2f2f2;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul,
.main-navigation ul li:focus > ul {
	display: block;
	position: absolute;
	top: 100%;
	left: 0;
}

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

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
	color: #7fa200;
}

.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 {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.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;
	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-top: 15px;
}

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

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

.hentry {
	margin: 0 0 1.5em;
}

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

.single .byline,
.group-blog .byline {
	display: inline;
}

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

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

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
## 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, /* Older / Newer Posts Navigation (always hidden) */
.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%;
}

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

/*common site style*/
.container{
	max-width: 1200px;
	margin: 0 auto;
	padding-left: 10px;
	padding-right: 10px;
}

.container:after{
	content: '';
	display: block;
	clear: both;
}

.row{
	margin-left: -10px;
	margin-right: -10px;
}

.row:after{
	content: '';
	display: block;
	clear: both;
}

.wrapper{
	max-width: 1525px;
	margin: 0 auto;
	background: #fff;
	/*padding-top: 224px;*/
	/*padding-top: 50px;*/
}

.inner .wrapper{padding-top: 0;}

.site-header{
	width: 100%;
	background: rgba(255, 255, 255, 0.9);
	padding: 20px 0 0;
	/*position: absolute;*/
	/*top: 0;*/
	/*left: 0;*/
	z-index: 1;
}

.header-t{
	margin: 15px 0 70px;
	overflow: hidden;
	min-height: 30px;
	position: relative;
	z-index: 100;
}

.header-t .social-networks{
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	width: 20%;
}

.header-t .social-networks li{
	float: left;
	margin-right: 16px;
}

.header-t .social-networks li a:hover{
	text-decoration: none;
	color: #666;
}

.header-t .tel-link{
	float: right;
	font-size: 20px;
	margin-right: 0.5em;
}

.tel-link svg{
    transform: rotate(90deg);
	width: 20px;
	height: 20px;
	margin-right: 7px;
}

.header-t .tel-link:hover{
	text-decoration: none;
	color: #666;
}

.header-b{margin: 28px 0 0;}

@media only screen and (min-width: 768px){
	.site-branding{
		max-width: 50%;
	}
}

.site-branding{
	margin: 0 auto;
	text-align: center;
	position: relative;
	top: -65px;
}

.site-branding .img-holder{
	display: block;
}

.site-branding .custom-logo-link{
	margin-bottom: 10px;;
}

.site-branding .site-title,
.site-branding .custom-logo-link{
	/*display:inline-block;*/
	position:relative;
	z-index: 9999;
}

.site-branding .site-title{
	font: 30px/34px 'Marcellus', serif;
	color: #66662f;
	margin: 0 0 5px;
}

.site-branding .site-title a{color: #66662f;}

.site-branding .site-title a:hover{text-decoration: none;}

.site-branding .site-description{
	font: 12px/15px Arial, Helvetica, sans-serif;
	color: #999;
	margin: 0;
}

.site{background: #fff;}

.custom-background-image,
.custom-background-color{margin: 20px;}

/*banner style*/
.banner-section{position: relative;}

.banner-section img{
	width: 100%;
	vertical-align: top;
}

.banner-section:before{
	background: rgba(169, 169, 169, 0.25);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
}

.banner-section .banner-text{
	position: absolute;
	width: 100%;
	left: 0;
	top: 15.3vw;
}

.banner-section .banner-text .text{
	/*max-width: 680px;*/
	margin: 0 auto;
	text-align: center;
	font-size: 32px;
	line-height: 36px;
	color: #fff;
}
.banner-section .banner-text .text .title{
	font: 72px/80px 'Marcellus', serif;
	display: block;
	letter-spacing: 2px;
	margin: 0 0 26px;
}

.banner-section .banner-text .text p{margin: 0 0 39px;}

.banner-section .banner-text .text .btn-green{color: #fff;}

.btn-green{
	font-size: 16px;
	line-height: 20px;
	text-transform: uppercase;
	font-weight: 700;
	color: #fff;
	background: #7fa200;
	display: inline-block;
	border-radius: 5px;
	padding: 15px 59px;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
}

.btn-green:hover{
	text-decoration: none;
	background: #526800;
	color: #fff;
}

/*promotional block style*/
.promotional-block{
	background: #b16aab;
	height: 279px;
	padding-top: 53px;
	margin-bottom: 30px;
}

.promotional-block .col{
	float: left;
	width: 33.3333%;
	padding-left: 10px;
	padding-right: 10px;
}

.promotional-block .col .img-holder{position: relative;}

.promotional-block .col .img-holder a{
	display: block;
	height: 100%;
}

.promotional-block .col .img-holder img{vertical-align: top;}

.promotional-block .col .text-holder{
	background: #f6f6f6;
	padding: 17px 21px;
	position: relative;
	max-height: 140px;
	overflow: auto;
}

.promotional-block .col .text-holder .title{
	font: 24px/36px 'Marcellus', serif;
	color: #72466a;
	display: block;
}

.promotional-block .col .text-holder .title a{color: #72466a;}

.promotional-block .col .text-holder .title a:hover{
	color: #7fa200;
	text-decoration: none;
}

.promotional-block .col .text-holder p{margin: 8px 0 0;display:block;font-size:14px;line-height:1.6;color:#6b6b6b;}

.promotional-block .col .img-holder .icon-holder{
	width: 35px;
	height: 35px;
	background: #ac5da6;
	border-radius: 50%;
	-webkit-border-radius: 100px;
	color: #fff;
	text-align: center;
	font-size: 16px;
	line-height: 35px;
	position: absolute;
	left: 19px;
	bottom: -18px;
	z-index: 1;
}

/*welcome-note style*/
.welcome-note{
	padding: 50px 0 112px;
}

.welcome-note .title{
	color: #72466a;
    font: 30px/39px "Marcellus",serif;
    margin: 0 0 30px;
    display: block;
}

.welcome-note .col{
	float: left;
	width: 50%;
	padding-left: 10px;
	padding-right: 10px;
}

.welcome-note .col.left-col{
	font: 30px/39px 'Marcellus', serif;
	color: #72466a;
	padding-right: 43px;
	margin-top: 10px; 
}

.welcome-note p{margin: 0 0 19px;}

.welcome-note .btn-green{
	margin: 15px 0 0;
	color: #fff;
}

/*services section style*/
.services{
	background: #f7f7f7;
	padding: 78px 0 59px;
}

.services .header{margin: 0 0 43px;}

.services .header h2{
	font: 30px/39px 'Marcellus', serif;
	color: #72466a;
	margin: 0;
}

.services .col{
	float: left;
	width: 33.3333%;
	padding-left: 10px;
	padding-right: 10px;
	margin: 0 0 49px;
}

.services .col .img-holder{
	display: block;
	height: 100%;
	margin: 0 0 24px;
}

.services .col .img-holder img{vertical-align: top;}

.services .col h3{
	font: 20px/24px 'Marcellus', serif;
	margin: 0;
	color: #666;
	padding: 0 0 0 3px;
}

.services .col h3 a{color: #666;}

.services .col h3 a:hover{
	text-decoration: none;
	color: #7fa200;
}

/*testimonial section style*/
.testimonial{padding: 87px 0 122px;}

.testimonial h2{
	font: 30px/39px 'Marcellus', serif;
	color: #72466a;
	margin: 0;
}

.testimonial .header{margin: 0 0 45px;}

.testimonial #slider .holder{
	overflow: hidden;
}

.testimonial #slider .holder .img-holder{
	float: left;
	width: 33.3333%;
	padding-left: 10px;
	padding-right: 10px;
}

.testimonial #slider .holder .text-holder{
	float: left;
	width: 66.6667%;
	padding-left: 30px;
	padding-right: 10px;
}

.testimonial #slider .holder .text-holder .holder{
	max-height: 220px;
	overflow: auto;
}

.testimonial #slider .holder .text-holder .name{
	font: 24px/33px 'Marcellus', serif;
	color: #666;
	display: block;
	margin: 0 0 13px;
}
.flexslider ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.testimonial #slider .slick-slider .slick-arrow{
	position: absolute;
    left: 40.5%;
    top: 50.5%;
    border: none;
    box-shadow: none;
    text-indent: 50px;
    overflow: hidden;
    outline: none;
}
.testimonial #slider .slick-slider .slick-prev{
	background: url(images/arrows.png) no-repeat;
	width: 50px;
	height: 50px;
	left: calc(40.5% - 60px);
	z-index: 99;
}

.testimonial #slider .slick-slider .slick-next{
	background: url(images/arrows.png) no-repeat -60px 0;
	width: 50px;
	height: 50px;
}

.testimonial #slider .slick-slider .slick-arrow.slick-disabled{
	opacity: 1 !important;
	z-index: 0;
	cursor: pointer;
}

.testimonial #carousel{
	width: 760px;
	float: right;
	position: relative;
	margin: -159px 0 0;
	z-index: 2;
}

#carousel .nav-thumb .slick-slide {
	margin-right: 40px;
	line-height: 0;
}
#carousel .nav-thumb li{
	position: relative;
}

#carousel .nav-thumb li:before{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.6);
	content: '';
}

#carousel .nav-thumb .slick-current li:before{
	background: none;
	content: '';
}

/*social-block style*/
.social-block{
	background: #ab5da5;
	padding: 30px 0;
	color: #fff;
	font: 30px/39px 'Marcellus', serif;
	text-align: center;
	margin-top:1.5em;
}

.social-block .social-networks{
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline-block;
}

.social-block .social-networks li{
	display: inline-block;
	margin: 0 10px;
}

.social-block .social-networks li a{
	color: #fff;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
}

.social-block .social-networks li a:hover{
	color: #3f3c41;
	text-decoration: none;
}

/*inner page style*/
.inner .site-header{
	position: relative;
	background: #fdfdfd;
}

.breadcrumbs{background: #ac5da6;}

#crumbs{
	padding: 25px 0;
	color: #fff;
	font-size: 16px;
}

#crumbs a{
	color: #fff;
}

#crumbs span,
#crumbs a{margin-right: 3px;}

.site-content{
	padding: 40px 0 80px;
}

.page-header .page-title{
	font: 48px/52px 'Marcellus', serif;
	color: #72466a;
	margin: 0 0 27px;
}

#primary{
	float: left;
	width: 66.6667%;
	padding-left: 10px;
	padding-right: 10px;
}

.post{
	padding: 0 0 40px;
	margin: 0 0 40px;
	border-bottom: 1px solid #e8e8e8;
}

.post .entry-header{margin: 0 0 20px;}

.post .entry-header .entry-title{
	font: 30px/36px 'Marcellus', serif;
	color: #333;
	margin: 0 0 10px;
}

.post .entry-header .entry-title a{color: #333;}

.post .entry-header .entry-title a:hover{
	color: #7fa200;
	text-decoration: none;
}

.post .entry-meta{
	font-size: 16px;
	line-height: 20px;
}

.post .entry-meta .byline{display: inline-block;}

.post .entry-meta span{
	margin-right: 23px;
}
.post .entry-meta span a{
	position: relative;
	padding-left: 20px;
}
.post .entry-meta span a:before{
	background: url('data:image/svg+xml;utf-8,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"%3E%3Cpath fill="%237fa200" d="M400 64h-48V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H160V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zm-6 400H54c-3.3 0-6-2.7-6-6V160h352v298c0 3.3-2.7 6-6 6z"%3E%3C/path%3E%3C/svg%3E') center center no-repeat;
    content: '';
    width: 12px;
    height: 12px;
    position: absolute;
    top: 50%;
    left: 0px;
    display: block;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: ease 0.2s;
    -moz-transition: ease 0.2s;
    transition: ease 0.2s;
}

.post .entry-meta .posted-on a:before{
	background: url('data:image/svg+xml;utf-8,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"%3E%3Cpath fill="%237fa200" d="M400 64h-48V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H160V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zm-6 400H54c-3.3 0-6-2.7-6-6V160h352v298c0 3.3-2.7 6-6 6z"%3E%3C/path%3E%3C/svg%3E') center center no-repeat;
}

.post .entry-meta .byline a:before{
	background: url('data:image/svg+xml;utf-8,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"%3E%3Cpath fill="%237fa200" d="M290.74 93.24l128.02 128.02-277.99 277.99-114.14 12.6C11.35 513.54-1.56 500.62.14 485.34l12.7-114.22 277.9-277.88zm207.2-19.06l-60.11-60.11c-18.75-18.75-49.16-18.75-67.91 0l-56.55 56.55 128.02 128.02 56.55-56.55c18.75-18.76 18.75-49.16 0-67.91z"%3E%3C/path%3E%3C/svg%3E') center center no-repeat;
}

.post .entry-meta .comments-link a:before{background: url('data:image/svg+xml;utf-8,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"%3E%3Cpath fill="%237fa200" d="M512 160h-96V64c0-35.3-28.7-64-64-64H64C28.7 0 0 28.7 0 64v160c0 35.3 28.7 64 64 64h32v52c0 7.1 5.8 12 12 12 2.4 0 4.9-.7 7.1-2.4L224 288h128c35.3 0 64-28.7 64-64v-32h96c17.6 0 32 14.4 32 32v160c0 17.6-14.4 32-32 32h-64v49.6l-80.2-45.4-7.3-4.2H256c-17.6 0-32-14.4-32-32v-96l-32 18.1V384c0 35.3 28.7 64 64 64h96l108.9 61.6c2.2 1.6 4.7 2.4 7.1 2.4 6.2 0 12-4.9 12-12v-52h32c35.3 0 64-28.7 64-64V224c0-35.3-28.7-64-64-64zm-128 64c0 17.6-14.4 32-32 32H215.6l-7.3 4.2-80.3 45.4V256H64c-17.6 0-32-14.4-32-32V64c0-17.6 14.4-32 32-32h288c17.6 0 32 14.4 32 32v160z"%3E%3C/path%3E%3C/svg%3E') center center no-repeat;}

.post .entry-meta a:hover{
	text-decoration: none;
	color: #333;
}

.post .post-thumbnail{
	display: block;
	height: 100%;
	margin: 0 0 30px;
}

.post .post-thumbnail img{vertical-align: top;}

.post .entry-content,
.page .entry-content{
	margin: 0;
}

.post .entry-content p,
.page .entry-content p{margin: 0 0 26px;}

.post .btn-green{color: #fff;}

.post .entry-content blockquote{
	margin: 0;
	color: #999;
	padding: 0 0 0 45px;
	background: url(images/bg-quote.png) no-repeat 0 9px;
}

.post.format-status .entry-header .entry-title,
.post.format-aside .entry-header .entry-title,
.post.format-link .entry-header .entry-title{display: none;}

#primary .post .entry-content h1,
#primary .page .entry-content h1,
#primary .post .entry-content h2,
#primary .page .entry-content h2,
#primary .post .entry-content h3,
#primary .page .entry-content h3,
#primary .post .entry-content h4,
#primary .page .entry-content h4,
#primary .post .entry-content h5,
#primary .page .entry-content h5,
#primary .post .entry-content h6,
#primary .page .entry-content h6{
	color: #333;
	font-weight: 400;
	font-family: 'Marcellus', serif;
}

#primary .post .entry-content h1,
#primary .page .entry-content h1{
	font-size: 48px;
    line-height: 57px;
    margin: 0 0 10px;
}

#primary .post .entry-content h2,
#primary .page .entry-content h2{
	font-size: 40px;
    line-height: 52px;
    margin: 0 0 13px;
}

#primary .post .entry-content h3,
#primary .page .entry-content h3{
	font-size: 30px;
    line-height: 43px;
    margin: 0 0 17px;
}

#primary .post .entry-content h4,
#primary .page .entry-content h4{
	font-size: 24px;
    line-height: 33px;
    margin: 0 0 20px;
}

#primary .post .entry-content h5,
#primary .page .entry-content h5{
	font-size: 20px;
    line-height: 28px;
    margin: 0 0 18px;
}

#primary .post .entry-content h6,
#primary .page .entry-content h6{
	font-size: 18px;
    line-height: 24px;
    margin: 0 0 18px;
}

#primary .post .entry-content .pull-right,
#primary .page .entry-content .pull-right{
	float: right;
	width: 248px;
	margin-left: 20px;
	margin-bottom: 20px;
	text-align: right;
}

#primary .post .entry-content .pull-left,
#primary .page .entry-content .pull-left{
	float: left;
	width: 248px;
	margin-right: 20px;
	margin-bottom: 20px;
}

#primary .post .entry-content .dropcap,
#primary .page .entry-content .dropcap{
	font-size: 124px;
	float: left;
	height: 100px;
	line-height: 120px;
	margin-right: 20px;
}

#primary .post .entry-content .highlight,
#primary .page .entry-content .highlight{
	background: #f4e3f3;
}

#primary .post .entry-content table,
#primary .page .entry-content table{
	line-height: 30px;
	border: 1px solid #dbdbdb;
	background: #fffdfe;
}

#primary .post .entry-content table tr,
#primary .page .entry-content table tr{
	border-bottom: 1px solid #dbdbdb;
}

#primary .post .entry-content table tr:nth-child(2n+1),
#primary .page .entry-content table tr:nth-child(2n+1){background: #f7f7f7;}

#primary .post .entry-content table th,
#primary .page .entry-content table th{
	font-size: 18px;
	font-weight: 700;
	text-align: left;
	padding: 1vw 1.5vw;
}

#primary .post .entry-content table td,
#primary .page .entry-content table td{
	padding: 1vw 1.5vw;
}

#primary .post .entry-content ul,
#primary .page .entry-content ul{
	padding: 0;
}

#primary .post .entry-content ol,
#primary .page .entry-content ol{
	margin: 0;
}

#primary .page .entry-header .entry-title{
	font: 48px/56px 'Marcellus', serif;
	margin: 0 0 25px;
	color: #72466a;
}

.full-width #primary{width: 100%;}

/*comments area style*/
/*.comments-area{padding: 0 33px 33px;}*/

.comments-title,
.comment-reply-title{
	font-size: 30px;
	color: #555;
	margin: 0 0 32px;
	font-family: 'Marcellus', serif;
	font-weight: 400;
}

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

.comment-author img{
	float: left;
	width: 80px;
	margin-right: 25px;
}

.comment-author .says{display: none;}
.comment-metadata{
	overflow: hidden;
	font-size: 16px;
}
.comment-metadata > a{
	position: relative;
	padding-left: 20px;
}
.comment-metadata > a:before{
	background: url('data:image/svg+xml;utf-8,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"%3E%3Cpath fill="%237fa200" d="M512 160h-96V64c0-35.3-28.7-64-64-64H64C28.7 0 0 28.7 0 64v160c0 35.3 28.7 64 64 64h32v52c0 7.1 5.8 12 12 12 2.4 0 4.9-.7 7.1-2.4L224 288h128c35.3 0 64-28.7 64-64v-32h96c17.6 0 32 14.4 32 32v160c0 17.6-14.4 32-32 32h-64v49.6l-80.2-45.4-7.3-4.2H256c-17.6 0-32-14.4-32-32v-96l-32 18.1V384c0 35.3 28.7 64 64 64h96l108.9 61.6c2.2 1.6 4.7 2.4 7.1 2.4 6.2 0 12-4.9 12-12v-52h32c35.3 0 64-28.7 64-64V224c0-35.3-28.7-64-64-64zm-128 64c0 17.6-14.4 32-32 32H215.6l-7.3 4.2-80.3 45.4V256H64c-17.6 0-32-14.4-32-32V64c0-17.6 14.4-32 32-32h288c17.6 0 32 14.4 32 32v160z"%3E%3C/path%3E%3C/svg%3E') center center no-repeat;
    content: '';
    width: 12px;
    height: 12px;
    position: absolute;
    top: 50%;
    left: 0px;
    display: block;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: ease 0.2s;
    -moz-transition: ease 0.2s;
    transition: ease 0.2s;
}

.comment-metadata a:hover{
	text-decoration: none;
	color: #666;
}

.comment-list .comment-content,
.comment-list .reply{margin-left: 106px;}

.comment-list .comment-content{margin-top: 5px;}

.comment-list .comment-content p{margin: 0 0 5px;}

.comment-list .reply{
	font-weight: 700;
	text-transform: uppercase;
	font-size: 16px;
}

.comment-list .reply a{color: #7fa200;}
.comment-list .reply a:hover{
	text-decoration: none;
	color: #333;
}

.comment-list .comment-body{margin: 0 0 25px;}
.comment-list .children{
	list-style: none;
	margin: 0 0 0 106px;
	padding: 0;
}

.comment-form label{display: none;}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"]{
    background: #f7f7f7;
    border: 0;
    padding: 10px 20px;
    width: 100%;
    border-radius: 2px;
	outline: none;
}

.comment-form textarea{
    background: #f7f7f7;
    border: 0;
    height: 106px;
    padding: 10px 20px;
    resize: none;
    width: 100%;
    border-radius: 2px;
    outline: none;
}

.comment-form input[type="submit"]{
	background: #7fa200;
    border: 0 none;
    border-radius: 5px;
    box-shadow: none;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    height: 46px;
    line-height: 46px;
    padding: 0 25px;
    text-shadow: none;
    outline: none;
}

.comment-form input[type="submit"]:hover{
	background: #556C00;
}
.comments-area .comment-form label[for="wp-comment-cookies-consent"]{
   display: inline-block;
   margin-left: 5px;
}

/*pagination style*/
.pagination{
	font-size: 16px;
	line-height: 30px;
}

.pagination a,
.pagination .dots{
	color: #999;
	height: 30px;
	border: 1px solid #e8e8e8;
	display: inline-block;
	vertical-align: middle;
	margin: 0 3px;
	padding: 0 10px;
}

.pagination a:hover{text-decoration: none;}

.pagination .current{
	color: #fff;
	background: #ab5da5;
	display: inline-block;
	vertical-align: middle;
	margin: 0 3px;
	padding: 0 10px;
}

.pagination .prev,
.pagination .next{border: 0;}

/*search result page style*/
.search .page-header{margin: 0 0 30px;}

.search .post .entry-header .entry-title,
.search #primary .page .entry-header .entry-title{
	font-size: 24px;
	line-height: 28px;
	color: #333;
	font-weight: 700;
	font-family: 'Lato', sans-serif;
}

.search .post .entry-header .entry-title a,
.search #primary .page .entry-header .entry-title a{color: #333;}

.search .post .entry-header .entry-title a:hover,
.search #primary .page .entry-header .entry-title a:hover{
	text-decoration: none;
	color: #7fa200;
}

.search #primary .page{
	border-bottom: 1px solid #e8e8e8;
    margin: 0 0 40px;
    padding: 0 0 40px;
} 

.search .search-form{
	overflow: hidden;
	width: 70%;
	margin: 0 0 15px;
}

.search .search-form label{
	float: left;
	width: 70%;
	overflow: hidden;
	border-radius: 3px;
}

.search .search-form input[type="search"]{
	background: #f7f7f7;
	border: 0;
	float: left;
	width: 100%;
	margin: 0;
	padding: 9px 10px;
	outline: none;
}

.search .search-form input[type="submit"]{
	font-size: 16px;
	line-height: 47px;
	height: 47px;
	color: #fff;
	font-weight: 700;
	background: #7fa200;
	border: 0;
	float: left;
	margin: 0 0 0 12px;
	padding: 0;
	width: 170px;
	text-align: center;
	box-shadow: none;
	text-shadow: none;
	text-transform: uppercase;
}

.search .search-form input[type="submit"]:hover{background: #556C00;}

.search .count{
	font-size: 24px;
	line-height: 28px;
	color: #777;
}

/*error page style*/
.error404 .error-holder{
	max-width: 580px;
	margin: 0 auto;
	text-align: center;
}

.error404 .error-holder{
	font-size: 24px;
	padding: 40px 0;
}

.error404 .error-holder h1{
	font-size: 148px;
	line-height: 148px;
	font-family: 'Marcellus', serif;
	color: #80a200;
	margin: 0;
	background: url(images/bg-error.png) no-repeat 0 20px;
	font-weight: 400;
}

.error404 h2{
	font-size: 35px;
	line-height: 38px;
	color: #72466a;
	margin: 0 0 25px;
	font-weight: 400;
}

#secondary{
	float: left;
	width: 33.3333%;
	padding-left: 10px;
	padding-right: 10px;
}

#secondary .widget{
	margin: 0 0 17px;
	padding: 25px;
	background: #f7f7f7;
}

#secondary .widget.widget_search{
	padding: 10px 25px;
	border-radius: 2px;
}

/*#secondary*/ .widget.widget_search .search-form{
	overflow: hidden;
}

/*#secondary*/ .widget.widget_search .search-form label{
	float: right;
	width: 90%;
}

/*#secondary*/ .widget.widget_search .search-form input[type="search"]{
	background: none;
	border: 0;
	border-radius: 0;
	width: 100%;
	padding: 0;
	margin: 0;
	font-size: 18px;
	width: 100%;
	color: #666;
	outline: none;
}

/*#secondary*/ .widget.widget_search .search-form input[type="submit"]{
	float: left;
	background: url(images/icon-search.png) no-repeat;
	width: 15px;
	height: 16px;
	border: 0;
	text-indent: -9999px;
	padding: 0;
	margin: 8px 0 0;
	box-shadow: none;
}

#secondary .widget .widget-title{
	font: 24px/28px 'Marcellus', serif;
	color: #72466a;
	margin: 0 0 20px;
}

/************************************ massage has been converted into spa_and_salon for widget *******************************************************/

#secondary .widget.widget_spa_and_salon_featured_post .img-holder img{
	vertical-align: top;
}

#secondary .widget.widget_spa_and_salon_featured_post .img-holder{margin: 0 0 20px;}

#secondary .widget.widget_spa_and_salon_featured_post .readmore{
	font-size: 16px;
	line-height: 20px;
	font-weight: 700;
	text-transform: uppercase;
}

#secondary .widget.widget_spa_and_salon_featured_post .readmore:hover{
	text-decoration: none;
	color: #666;
}

#secondary .widget.widget_spa_and_salon_featured_post p{margin: 0 0 15px;}

#secondary .widget ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

#secondary .widget ul li{
	margin: 0 0 12px;
	position: relative;
	padding-left: 20px;
}

#secondary .widget ul li:before{
	background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 192 512'%3E%3Cpath d='M166.9 264.5l-117.8 116c-4.7 4.7-12.3 4.7-17 0l-7.1-7.1c-4.7-4.7-4.7-12.3 0-17L127.3 256 25.1 155.6c-4.7-4.7-4.7-12.3 0-17l7.1-7.1c4.7-4.7 12.3-4.7 17 0l117.8 116c4.6 4.7 4.6 12.3-.1 17z'/%3E%3C/svg%3E") center center no-repeat;
    content: '';
    width: 15px;
    height: 15px;
    position: absolute;
    top: 50%;
    left: -5px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: ease 0.2s;
    -moz-transition: ease 0.2s;
    transition: ease 0.2s;
}

#secondary .widget ul li:last-child{margin: 0;}

#secondary .widget ul li a{color: #666;}

#secondary .widget ul li a:hover{
	text-decoration: none;
	color: #7fa200;
}

/*#secondary*/ .widget.widget_spa_and_salon_recent_post ul li,
.widget.widget_spa_and_salon_popular_post ul li{
	overflow: hidden;
	margin: 0 0 25px !important;
	padding-left: 0 !important;
}

.widget.widget_spa_and_salon_recent_post ul li:before,
.widget.widget_spa_and_salon_popular_post ul li:before{display: none;}

/*#secondary*/ .widget.widget_spa_and_salon_recent_post .post-thumbnail,
.widget.widget_spa_and_salon_popular_post .post-thumbnail{
	float: left;
	margin-right: 20px;
}

/*#secondary*/ .widget.widget_spa_and_salon_recent_post ul li a:before,
.widget.widget_spa_and_salon_popular_post ul li a:before{
	content: '';
	margin-right: 0;
	display: none;
}

/*#secondary*/ .widget.widget_spa_and_salon_recent_post .entry-header,
.widget.widget_spa_and_salon_popular_post .entry-header{overflow: hidden;}

/*#secondary*/ .widget.widget_spa_and_salon_recent_post .entry-header .entry-title,
.widget.widget_spa_and_salon_popular_post .entry-header .entry-title{
	font: 18px/22px 'Marcellus', serif;
	color: #333;
	margin: 0;
}

#secondary .widget.widget_spa_and_salon_recent_post .entry-header .entry-title a,
#secondary .widget.widget_spa_and_salon_popular_post .entry-header .entry-title a{color: #333;}

#secondary .widget.widget_spa_and_salon_recent_post .entry-header .entry-title a:hover,
#secondary .widget.widget_spa_and_salon_popular_post .entry-header .entry-title a:hover{color: #7fa200;}

/*#secondary*/ .widget.widget_spa_and_salon_recent_post .entry-header .entry-meta,
.widget.widget_spa_and_salon_popular_post .entry-header .entry-meta{
	font-size: 16px;
}
#secondary .widget.widget_spa_and_salon_popular_post .entry-header .entry-meta a{
	position: relative;
	display: block;
	padding-left: 20px;
}
/*#secondary*/ .widget.widget_spa_and_salon_recent_post .entry-header .entry-meta .posted-on a:before,
#secondary .widget.widget_spa_and_salon_recent_post .entry-header .entry-meta .posted-on a:before,
.widget.widget_spa_and_salon_popular_post .entry-header .entry-meta .posted-on a:before,
#secondary .widget.widget_spa_and_salon_popular_post .entry-header .entry-meta a:before{
	background: url('data:image/svg+xml;utf-8,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"%3E%3Cpath fill="%237fa200" d="M400 64h-48V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H160V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zm-6 400H54c-3.3 0-6-2.7-6-6V160h352v298c0 3.3-2.7 6-6 6z"%3E%3C/path%3E%3C/svg%3E') center center no-repeat;
    content: '';
    width: 12px;
    height: 12px;
    position: absolute;
    top: 50%;
    left: 0px;
    display: block;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: ease 0.2s;
    -moz-transition: ease 0.2s;
    transition: ease 0.2s;
}

#secondary .widget.widget_spa_and_salon_recent_post .entry-header .entry-meta a,
#secondary .widget.widget_spa_and_salon_popular_post .entry-header .entry-meta a{color: #7fa200;}

#secondary .widget.widget_spa_and_salon_recent_post .entry-header .entry-meta a:hover,
#secondary .widget.widget_spa_and_salon_popular_post .entry-header .entry-meta a:hover{color: #333;}


#secondary .widget.widget_archive ul li{
	text-align: right;
	overflow: hidden;
}

#secondary .widget.widget_archive ul li a{float: left;}

#secondary .widget.widget_tag_cloud .tagcloud{overflow: hidden;}

#secondary .widget.widget_tag_cloud a{
	background: #b3b3b3;
	float: left;
	color: #fff;
	font-size: 16px;
	padding: 2px 20px;
	border-radius: 15px;
	margin: 0 5px 5px 0;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
}

#secondary .widget.widget_tag_cloud a:hover{
	text-decoration: none;
	background: #1b1b1b;
}

/*widget calendar style*/
.widget.widget_calendar .calendar_wrap{
	position: relative;
}

.widget.widget_calendar table{margin: 0;}
.widget.widget_calendar caption{
	font-size: 18px;
	line-height: 24px;
	text-align: center;
	color: #fff;
	font-weight: 700;
	padding: 12px 0;
	background: #72466a;
	text-transform: uppercase;

}

.widget.widget_calendar table thead th{
	font-size: 18px;
	font-weight: 700;
	padding: 5px 0;
	color: #333;
}

.widget.widget_calendar table tbody td{
	text-align: center;
	font-size: 16px;
	line-height: 45px;
	color: #666;
	height: 45px;
	/*border: 1px solid #F7F7F7;*/
	border: 0;
}

.widget.widget_calendar table tbody td a{
	background: #7fa200;
	color: #fff;
	display: block;
	height: 100%;
	line-height: 45px;
}

.widget.widget_calendar tfoot #prev,
.widget.widget_calendar tfoot #next{
	position: absolute;
	top: 18px;
}

.widget.widget_calendar tfoot #next{right: 0;}

.widget.widget_calendar tfoot tr{width: 100%;}

.widget.widget_calendar tfoot #prev a{
	text-indent: -9999px;
	background: url(images/btn-prev-month.png) no-repeat;
	width: 8px;
	height: 14px;
	float: left;
	margin-left: 30px
}

.widget.widget_calendar tfoot #next a{
	text-indent: -9999px;
	background: url(images/btn-next-month.png) no-repeat;
	width: 8px;
	height: 14px;
	float: right;
	margin-right: 30px;
}

.widget.widget_spa_and_salon_social_links ul:after{
	content: '';
	display: block;
	clear: both;
}

.widget.widget_spa_and_salon_social_links ul li{
	padding-left: 0 !important;
	float: left;
	margin-right: 12px !important;
}

.widget.widget_spa_and_salon_social_links ul li:before{display: none;}

/*footer style*/
.site-footer{
	background: #3f3c41;
	color: #999;
}

.site-footer a{color: #999;}

.site-footer a:hover{
	text-decoration: none;
	color: #fff;
}

.site-footer .footer-t{
	padding: 30px 0 30px;
	border-bottom: 1px solid #535054;
}

.site-footer .footer-t a{color: #999;}

.site-footer .footer-t a:hover{
	color: #fff;
	text-decoration: none;
}

.site-footer .col{
	float: left;
	width: 33.3333%;
	padding-left: 10px;
	padding-right: 10px;
	margin: 0 0 30px;
}

.site-footer .widget .widget-title{
	font: 20px/30px 'Marcellus', serif;
	color: #fff;
	margin: 0 0 10px;
}

.site-footer .widget ul{
	margin: 0;
	padding: 0;
/* 	list-style: none; */
	line-height: 18px;
}

.site-footer .widget ul li{margin: 0 0 10px;line-height:1.2;font-size:16px}

.site-footer .site-info{
	padding: 15px 0;
	font-size: 16px;
}

.site-footer .site-info .copyright{
	float: left;
	width: 50%;
}
.site-footer .site-info a.privacy-policy-link {
   display: inline-block;
   margin-left: 5px;
}
.site-footer .site-info .by{
	float: right;
	width: 50%;
	text-align: right;
}

.site-footer .widget.widget_search .search-form{
	background: #f7f7f7;
	padding: 10px 25px;
}

.site-footer .widget.widget_calendar table thead,
.site-footer .widget.widget_calendar table tbody{background: #f7f7f7;}

.site-footer .widget.widget_tag_cloud .tagcloud{overflow: hidden;}

.site-footer .widget.widget_tag_cloud a{
	background: #b3b3b3;
	float: left;
	color: #fff;
	font-size: 16px;
	padding: 2px 20px;
	border-radius: 15px;
	margin: 0 5px 5px 0;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
}

.site-footer .widget.widget_tag_cloud a:hover{
	text-decoration: none;
	background: #1b1b1b;
}

.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	background: rgba(0, 0, 0, 0.5);
}

.testimonial .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical,
.testimonial .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical{right: -6px;}

/*responsive style*/
@media only screen and (max-width: 1199px){
	.container{
		max-width: 970px;
	}
	.banner-section .banner-text .text .title{margin: 0 0 10px;}
	.banner-section .banner-text .text p{margin: 0 0 20px;}
	#carousel .nav-thumb .slick-slide{
		margin-right: 30px;
	}
	.testimonial #carousel {
	    margin: -60px 0 0;
	    width: 617px;
	}
	.testimonial #slider .slick-slider .slick-arrow{top: 65.5%;}
	.testimonial #slider .holder .text-holder .holder{max-height: 198px;}
}

@media only screen and (max-width: 991px){
	.container{max-width: 750px;}
	.site-header{position: relative;}
	.site-header{padding-top: 52px;}
	.site-branding{top: -27px;}
	.banner-section .banner-text{top: 7.5vw;}
	.testimonial #carousel .slides > li{width: 95px !important;}
	.testimonial #carousel{
		width: 470px;
		margin-top: 0;
	}
	.testimonial #slider .holder .text-holder .holder{max-height: 160px;}
	.testimonial #slider .slick-slider .slick-arrow{
		left: 37%;
	}
	.testimonial #slider .slick-slider .slick-next{
		left: calc(37% + 60px);
	}
	#primary,
	#secondary{
		width: 100%;
		margin-bottom: 20px;
	}
	#secondary .widget.widget_spa_and_salon_featured_post .img-holder img{width: 100%;}
}
.warning{
		width:68%;
	text-align:right;
	}
@media only screen and (max-width: 767px){
	.warning{
		width:100%;
	}
	.banner-section{
		display:none;
	}
	.social-block{
		margin-top:0;
	}
	.container{width: 100%;}
	.header-t .social-networks{
		width: 100%;
		text-align: center;
	}
	.header-t .social-networks li{
		float: none;
		display: inline-block;
		margin: 0 5px;
	}
	.header-t .tel-link{
		display: block;
		float: none;
		text-align: center;
		margin-right: 0;
	}
	.site-branding{
		top: 0;
		margin-top: 15px;
		padding-bottom: 10px;
	}
	.banner-section .banner-text{
		position: absolute;
		top: 0;
		padding: 30px 0;
	}
	.banner-section .banner-text .text .title{
		font-size: 32px;
		line-height: 36px;
	}
	.banner-section .banner-text .text{
		font-size: 18px;
		line-height: 30px;
	}
	.promotional-block .col{
		width: 100%;
		margin-bottom: 20px;
	}
	.promotional-block{height: inherit;}
	.welcome-note .col{
		width: 100%;
		margin-bottom: 20px;
	}
	.welcome-note .col.left-col{
		font-size: 24px;
		line-height: 32px;
		padding-right: 10px;
	}
	.welcome-note{padding: 30px 0;}
	.welcome-note .btn-green{
		width: 100%;
		text-align: center;
	}
	.services{padding: 30px 0;}
	.services .col{
		width: 100%;
		margin-bottom: 20px;
	}
	.testimonial{padding: 30px 0;}
	.testimonial #slider .holder .img-holder{
		width: 100%;
		margin: 0 0 20px;
	}
	.testimonial #slider .holder .text-holder{
		width: 100%;
		padding-left: 10px;
		margin-bottom: 20px;
	}
	.testimonial #slider .holder .text-holder .holder{max-height: inherit;}
	.testimonial #carousel .slides > li{
		width: 130px !important;
	}
	.testimonial #carousel{
		width: 100%;
		margin: 80px 0 0;
	}
	.testimonial #slider .slick-slider .slick-arrow{
		top: 100%;
		left: 0%;
	}
	.testimonial #slider .slick-slider .slick-next {
	    left: 60px;
	}
	.site-footer .col{
		width: 100%;
		margin-bottom: 20px;
	}
	.site-footer .site-info .copyright,
	.site-footer .site-info .by{
		width: 100%;
		text-align: center;
	}
	.promotional-block .col .img-holder img,
	.services .col .img-holder img{width: 100%;}
	.mean-container .mean-bar{background: #b16aab;}
	.post .entry-meta span{
		display: block;
		margin-bottom: 5px;
	}

	.error404 .site-content{padding: 30px 0;}
	.error404 .error-holder{padding: 0;}
	.error404 .error-holder h1{
		font-size: 80px;
		background: 55px 50px;
		background-position: 0 50px;
	}
	.search .search-form{width: 100%;}
	.search .search-form label{width: 62%;}
	.search .search-form input[type="submit"]{width: 100px;}
	.comment-body .comment-meta{overflow: hidden;}
	.comment-list .comment-content,
	.comment-list .reply{
		margin-left: 0;
		margin-top: 0;
	}
	.comment-list .children{margin-left: 20px;}
	.comment-form input[type="text"],
	.comment-form input[type="email"],
	.comment-form input[type="url"]{width: 100%;}
}
.mean-container a.meanmenu-reveal{
	text-indent:0px!important;
	font-size: 16px!important;
}

.video-container {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px; height: 0; overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.btn-wrap{
	position:fixed;
	bottom:20px;
	right:20px;
}
@keyframes shadow-pulse
{
  0% {
    box-shadow: 0 0 0 0px rgba(202,53,126,.1);
  }
  100% {
    box-shadow: 0 0 0 35px rgba(0, 0, 0, 0);
  }
}
.btn-1{  
	z-index:1000;
  width: 85px;
height: 85px;
text-transform: uppercase;
letter-spacing: 1px;
color: #fff;
text-align: center;
background: rgba(202,53,126,.6);
border-radius: 50%;
animation: shadow-pulse 1s infinite;
font-size: 12px;
font-weight:bold;
line-height: 16px;
display: -webkit-flex;
display: -ms-flex;
display: flex;
justify-content: center;
align-items: center;
}

.banner-text .yarpp-related {
	display:none;
}

/* Gera 2026 premium beauty redesign */
:root {
	--gera-ink: #211716;
	--gera-muted: #7b6762;
	--gera-rose: #bd6f78;
	--gera-rose-dark: #8f4853;
	--gera-clay: #a76548;
	--gera-blush: #f5e9e5;
	--gera-cream: #fbf7f3;
	--gera-linen: #eee0d8;
	--gera-gold: #c29a6d;
	--gera-shadow: 0 24px 70px rgba(79, 45, 38, .14);
}

html {
	scroll-behavior: smooth;
}

body {
	background: var(--gera-cream) !important;
	color: var(--gera-ink);
	font-family: Lato, Arial, Helvetica, sans-serif;
	font-size: 17px;
	line-height: 1.65;
}

*,
*:before,
*:after {
	box-sizing: border-box;
}

a {
	color: var(--gera-ink);
	transition: color .2s ease, background .2s ease, border-color .2s ease, transform .2s ease, box-shadow .2s ease;
}

a:hover,
a:focus {
	color: var(--gera-rose-dark);
	text-decoration: none;
}

.wrapper,
.site {
	max-width: none;
	background: var(--gera-cream);
}

.container {
	max-width: 1180px;
	padding-left: 24px;
	padding-right: 24px;
}

.site-header {
	position: sticky;
	top: 0;
	z-index: 50;
	background: rgba(251, 247, 243, .9);
	border-bottom: 1px solid rgba(143, 72, 83, .1);
	backdrop-filter: blur(18px);
	padding: 12px 0;
}

.header-t,
.header-b {
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	min-height: auto;
	overflow: visible;
}

.header-t {
	margin-bottom: 10px;
	font-size: 13px;
	color: var(--gera-muted);
}

.header-t .social-networks,
.social-block .social-networks {
	float: none;
	width: auto;
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.header-t .social-networks li,
.social-block .social-networks li {
	float: none;
	margin: 0;
}

.header-t .social-networks a,
.social-block .social-networks a {
	width: 34px;
	height: 34px;
	border: 1px solid rgba(143, 72, 83, .18);
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: rgba(255, 255, 255, .55);
	color: var(--gera-rose-dark);
}

.header-t .social-networks a:hover,
.social-block .social-networks a:hover {
	transform: translateY(-2px);
	background: var(--gera-ink);
	border-color: var(--gera-ink);
	color: #fff;
}

.header-t .tel-link {
	float: none;
	margin: 0;
	font-size: 14px;
	font-weight: 700;
	color: var(--gera-ink);
	white-space: nowrap;
}

.warning {
	width: auto;
	text-align: right;
}

.warning a {
	color: var(--gera-muted);
	font-weight: 700 !important;
}

.site-branding {
	top: 0;
	margin: 0;
	max-width: none;
	text-align: left;
	display: flex;
	align-items: center;
	gap: 14px;
}

.site-branding .custom-logo-link {
	margin: 0;
	display: block;
}

.site-branding .custom-logo {
	width: 118px;
	height: auto;
	display: block;
}

.site-branding .site-title,
.site-branding .site-description {
	position: static !important;
	clip-path: none !important;
	width: auto !important;
	height: auto !important;
	overflow: visible !important;
	color: var(--gera-ink);
}

.site-branding .site-title {
	font: 700 18px/1.1 Marcellus, Georgia, serif;
	margin: 0;
	letter-spacing: 0;
}

.site-branding .site-title a {
	color: var(--gera-ink);
}

.site-branding .site-description {
	font-size: 12px;
	line-height: 1.35;
	color: var(--gera-muted);
	margin: 2px 0 0;
	max-width: 280px;
}

.main-navigation {
	margin: 0;
}

.main-navigation ul {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 8px;
	margin: 0;
	padding: 0;
}

.main-navigation ul li {
	float: none;
	margin: 0;
}

.main-navigation ul li a {
	color: var(--gera-muted);
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	padding: 12px 14px;
	border-radius: 999px;
	display: block;
}

.main-navigation ul li a:hover,
.main-navigation .current-menu-item > a {
	color: var(--gera-ink);
	background: rgba(189, 111, 120, .12);
}

.main-navigation .menu-item-booking > a {
	background: var(--gera-ink);
	color: #fff;
	box-shadow: 0 12px 28px rgba(33, 23, 22, .16);
}

.main-navigation .menu-item-booking > a:hover {
	background: var(--gera-rose-dark);
	color: #fff;
	transform: translateY(-1px);
}

.home .main-navigation .menu-item-booking {
	display: none;
}

.banner-section {
	min-height: clamp(640px, 82vh, 860px);
	overflow: hidden;
	background: var(--gera-blush);
}

.banner-section > img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	filter: saturate(.88) contrast(.96) brightness(.95);
}

.banner-section:before {
	z-index: 1;
	background:
		linear-gradient(90deg, rgba(251, 247, 243, .96) 0%, rgba(251, 247, 243, .78) 42%, rgba(251, 247, 243, .26) 70%),
		linear-gradient(180deg, rgba(33, 23, 22, .06), rgba(33, 23, 22, .28));
}

.banner-section .banner-text {
	position: relative;
	z-index: 2;
	top: auto;
	left: auto;
	min-height: clamp(640px, 82vh, 860px);
	display: flex;
	align-items: center;
	padding: 72px 0 64px;
}

.banner-section .banner-text .text {
	margin: 0;
	max-width: 650px;
	text-align: left;
	color: var(--gera-ink);
	font-size: clamp(20px, 2.1vw, 30px);
	line-height: 1.35;
}

.eyebrow,
.section-kicker {
	display: inline-block;
	color: var(--gera-rose-dark);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .14em;
	text-transform: uppercase;
	margin-bottom: 18px;
}

.banner-section .banner-text .text .title {
	font: 400 clamp(58px, 8.2vw, 126px)/.92 Marcellus, Georgia, serif;
	letter-spacing: 0;
	margin: 0 0 24px;
	color: var(--gera-ink);
	max-width: 780px;
}

.banner-section .banner-text .text p {
	max-width: 590px;
	margin: 0 0 32px;
	color: var(--gera-muted);
}

.hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	align-items: center;
}

.btn-green,
.btn-soft,
.footer-cta {
	border-radius: 999px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 14px 24px;
	font-size: 14px;
	line-height: 1;
	font-weight: 800;
	text-transform: none;
	letter-spacing: 0;
}

.btn-green {
	background: var(--gera-ink);
	color: #fff !important;
	box-shadow: 0 18px 42px rgba(33, 23, 22, .18);
}

.btn-green:hover,
.btn-green:focus {
	background: var(--gera-rose-dark);
	transform: translateY(-2px);
	color: #fff !important;
}

.btn-soft {
	background: rgba(255, 255, 255, .72);
	border: 1px solid rgba(143, 72, 83, .18);
	color: var(--gera-ink);
}

.btn-soft:hover,
.btn-soft:focus {
	background: #fff;
	border-color: rgba(143, 72, 83, .36);
	transform: translateY(-2px);
}

.arrow-down {
	display: none;
}

.promotional-block {
	height: auto;
	margin: 0;
	padding: 92px 0 78px;
	background: var(--gera-cream);
}

.beauty-search .section-kicker,
.beauty-services .section-kicker {
	margin-bottom: 12px;
}

.beauty-search-panel {
	display: flex;
	flex-wrap: wrap;
	gap: 13px;
	margin: 0 0 41px;
}

.beauty-search-panel a {
	display: inline-flex;
	flex: 0 0 auto;
	align-items: center;
	justify-content: center;
	min-height: 57px;
	padding: 17px 23px;
	border-radius: 999px;
	background: #fff;
	border: 1px solid rgba(143, 72, 83, .14);
	color: var(--gera-ink);
	font-size: 15px;
	font-weight: 800;
	box-shadow: 0 13px 31px rgba(79, 45, 38, .06);
	transition: background .37s cubic-bezier(.34, 1.56, .64, 1), border-color .37s cubic-bezier(.34, 1.56, .64, 1), color .37s cubic-bezier(.34, 1.56, .64, 1), transform .37s cubic-bezier(.34, 1.56, .64, 1);
}

.beauty-search-panel a:hover {
	background: var(--gera-ink);
	border-color: var(--gera-ink);
	color: #fff;
	transform: translateY(-2px);
}

.promotional-block .row,
.services .row {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
	margin: 0;
}

.services .row {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.promotional-block .col,
.services .col {
	float: none;
	width: auto;
	padding: 0;
	margin: 0;
	background: #fff;
	border: 1px solid rgba(143, 72, 83, .1);
	border-radius: 8px;
	overflow: hidden;
	box-shadow: var(--gera-shadow);
}

.promotional-block .col .img-holder,
.services .col .img-holder {
	display: block;
	overflow: hidden;
	margin: 0;
	height: auto;
	aspect-ratio: 1.18 / 1;
	background: var(--gera-linen);
	position: relative;
	cursor: pointer;
}

.promotional-block .col .img-holder img,
.services .col .img-holder img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .45s ease, filter .45s ease;
}

.promotional-block .col:hover .img-holder img,
.services .col:hover .img-holder img {
	transform: scale(1.04);
	filter: saturate(1.04);
}

.services .photo-label {
	position: absolute;
	left: 14px;
	right: 14px;
	bottom: 14px;
	display: grid;
	align-content: start;
	gap: 3px;
	padding: 12px 14px;
	border-radius: 8px;
	background: rgba(255, 255, 255, .88);
	color: var(--gera-ink);
	box-shadow: 0 18px 46px rgba(33, 23, 22, .14);
	backdrop-filter: blur(14px);
	transition: transform .35s ease, background .35s ease;
}

.services .photo-label strong {
	font: 800 14px/1.1 Lato, Arial, sans-serif;
	letter-spacing: 0;
}

.services .photo-label small {
	display: block;
	color: var(--gera-muted);
	font-size: 12px;
	line-height: 1.32;
	letter-spacing: 0;
	overflow-wrap: break-word;
}

.services .photo-label em {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	margin-top: 4px;
	color: var(--gera-rose-dark);
	font-style: normal;
	font-size: 11px;
	font-weight: 900;
	line-height: 1;
	letter-spacing: 0;
}

.services .photo-label em:after {
	content: "→";
	font-size: 13px;
	line-height: 1;
}

.services .col:hover .photo-label {
	transform: translateY(-2px);
	background: rgba(255, 255, 255, .94);
}

.services .col .img-holder:focus-visible {
	outline: 3px solid rgba(143, 72, 83, .36);
	outline-offset: 4px;
}

.services .col .img-holder:focus-visible .photo-label {
	transform: translateY(-2px);
	background: rgba(255, 255, 255, .94);
}

.promotional-block .col .text-holder {
	background: #fff;
	max-height: none;
	overflow: visible;
	padding: 22px;
}

.promotional-block .col .text-holder .title,
.services .col h3 {
	font: 400 28px/1.05 Marcellus, Georgia, serif;
	color: var(--gera-ink);
	margin: 0 0 10px;
	padding: 0;
}

.promotional-block .col .text-holder .title a,
.services .col h3 a {
	color: var(--gera-ink);
}

.promotional-block .col .text-holder p {
	display: block;
	color: var(--gera-muted);
	font-size: 15px;
	line-height: 1.55;
}

.team-showcase {
	position: relative;
	isolation: isolate;
	overflow: hidden;
	padding: 117px 0;
	border-top: 1px solid rgba(143, 72, 83, .1);
	border-bottom: 1px solid rgba(143, 72, 83, .1);
	background: var(--gera-cream);
}

.team-showcase:before,
.team-showcase:after {
	position: absolute;
	z-index: -1;
	content: "";
	background: rgba(143, 72, 83, .13);
}

.team-showcase:before {
	top: 41px;
	right: 0;
	width: min(37vw, 520px);
	height: 1px;
}

.team-showcase:after {
	top: 0;
	right: clamp(27px, 7vw, 117px);
	width: 1px;
	height: 100%;
}

.team-showcase .container {
	display: grid;
	grid-template-columns: minmax(0, .9fr) minmax(0, 1fr);
	gap: 82px;
	align-items: center;
}

.team-showcase-photo {
	position: relative;
	z-index: 1;
	margin: 0;
	padding: 13px;
	border: 1px solid rgba(143, 72, 83, .15);
	background: #fff;
	box-shadow: 0 27px 71px rgba(79, 45, 38, .13);
}

.team-showcase-photo:before {
	position: absolute;
	z-index: -1;
	inset: 13px -13px -13px 13px;
	content: "";
	border: 1px solid rgba(143, 72, 83, .28);
}

.team-showcase-photo-frame {
	overflow: hidden;
	background: var(--gera-linen);
}

.team-showcase-photo img {
	display: block;
	width: 100%;
	aspect-ratio: 4 / 5;
	object-fit: cover;
	transition: transform .57s cubic-bezier(.34, 1.56, .64, 1);
}

.team-showcase-photo:hover img {
	transform: scale(1.025);
}

.team-showcase-caption {
	position: absolute;
	left: 27px;
	bottom: 27px;
	display: grid;
	gap: 3px;
	padding: 13px;
	border: 1px solid rgba(143, 72, 83, .16);
	background: rgba(255, 255, 255, .92);
	box-shadow: 0 13px 27px rgba(79, 45, 38, .13);
}

.team-showcase-caption strong {
	color: var(--gera-ink);
	font-size: 14px;
	letter-spacing: .04em;
}

.team-showcase-caption span {
	color: var(--gera-muted);
	font-size: 13px;
}

.team-showcase-copy {
	padding-left: 41px;
	border-left: 1px solid rgba(143, 72, 83, .2);
}

.team-showcase-copy h2 {
	margin: 13px 0 18px;
	font: 400 clamp(48px, 5.8vw, 82px)/.96 Marcellus, Georgia, serif;
	color: var(--gera-ink);
}

.team-showcase-copy p {
	max-width: 540px;
	margin: 0;
	color: var(--gera-muted);
	font-size: 19px;
	line-height: 1.75;
}

.team-showcase-facts {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 13px;
	margin: 41px 0 27px;
	padding: 27px 0;
	border-top: 1px solid rgba(143, 72, 83, .16);
	border-bottom: 1px solid rgba(143, 72, 83, .16);
}

.team-showcase-facts div {
	min-width: 0;
}

.team-showcase-facts dt {
	margin: 0 0 7px;
	color: var(--gera-ink);
	font-size: 15px;
	font-weight: 800;
}

.team-showcase-facts dd {
	margin: 0;
	color: var(--gera-muted);
	font-size: 13px;
	line-height: 1.45;
}

.team-showcase-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 21px;
	align-items: center;
}

.team-showcase-primary {
	gap: 13px;
	transition: background .37s cubic-bezier(.34, 1.56, .64, 1), transform .37s cubic-bezier(.34, 1.56, .64, 1);
}

.team-showcase-primary svg {
	width: 17px;
	height: 17px;
	transition: transform .37s cubic-bezier(.34, 1.56, .64, 1);
}

.team-showcase-primary:hover svg,
.team-showcase-primary:focus svg {
	transform: translateX(5px);
}

.team-showcase-link {
	color: var(--gera-ink);
	font-size: 14px;
	font-weight: 800;
	text-decoration: underline;
	text-decoration-color: rgba(143, 72, 83, .38);
	text-decoration-thickness: 1px;
	text-underline-offset: 7px;
	transition: color .37s cubic-bezier(.34, 1.56, .64, 1), text-decoration-color .37s cubic-bezier(.34, 1.56, .64, 1);
}

.team-showcase-link:hover,
.team-showcase-link:focus {
	color: var(--gera-rose-dark);
	text-decoration-color: var(--gera-rose-dark);
}

.services-more {
	display: grid;
	grid-template-columns: minmax(0, .7fr) minmax(0, 1fr);
	gap: 18px;
	align-items: center;
	margin-top: 24px;
	padding: 24px 28px;
	border: 1px solid rgba(143, 72, 83, .14);
	border-radius: 8px;
	background: #fff;
	color: var(--gera-ink);
	box-shadow: 0 20px 54px rgba(79, 45, 38, .08);
}

.services-more span {
	color: var(--gera-rose-dark);
	font-size: 13px;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: .08em;
}

.services-more strong {
	font: 400 30px/1.1 Marcellus, Georgia, serif;
	color: var(--gera-ink);
}

.services-more strong:after {
	content: " →";
	color: var(--gera-rose-dark);
}

.services-more:hover,
.services-more:focus {
	transform: translateY(-2px);
	border-color: rgba(143, 72, 83, .28);
	box-shadow: var(--gera-shadow);
}

.welcome-note {
	padding: 104px 0;
	background: var(--gera-blush);
}

.welcome-note .container {
	display: grid;
	grid-template-columns: minmax(0, .92fr) minmax(0, 1fr);
	gap: 62px;
	align-items: center;
}

.welcome-note .col,
.welcome-note .col.left-col {
	float: none;
	width: auto;
	padding: 0;
	margin: 0;
}

.welcome-note .title {
	font: 400 clamp(40px, 5.2vw, 74px)/.98 Marcellus, Georgia, serif;
	color: var(--gera-ink);
	margin: 0;
	display: block;
}

.welcome-note p {
	color: var(--gera-muted);
	font-size: 19px;
	line-height: 1.75;
	margin: 0 0 28px;
}

.trust-strip {
	padding: 30px 0;
	background: #fff;
	border-top: 1px solid rgba(143, 72, 83, .1);
	border-bottom: 1px solid rgba(143, 72, 83, .1);
}

.trust-strip .container {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
	align-items: center;
}

.trust-item {
	min-height: 112px;
	padding: 22px 24px;
	border: 1px solid rgba(143, 72, 83, .12);
	background: var(--gera-cream);
}

.trust-item strong {
	display: block;
	margin-bottom: 7px;
	font: 400 34px/1 Marcellus, Georgia, serif;
	color: var(--gera-ink);
}

.trust-item span {
	display: block;
	color: var(--gera-muted);
	font-size: 14px;
	line-height: 1.45;
}

.trust-actions {
	grid-column: 1 / -1;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.review-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 11px 17px;
	border: 1px solid rgba(143, 72, 83, .16);
	border-radius: 999px;
	background: var(--gera-ink);
	color: #fff !important;
	font-size: 13px;
	font-weight: 900;
	line-height: 1;
}

.review-link:hover,
.review-link:focus {
	background: var(--gera-rose-dark);
	border-color: var(--gera-rose-dark);
	color: #fff !important;
	transform: translateY(-2px);
}

.about-profile,
.about-directions,
.about-trust {
	margin-bottom: 34px;
}

.about-directions ul {
	margin-left: 20px;
}

.about-directions li {
	margin-bottom: 10px;
}

.about-actions {
	display: flex;
	gap: 12px;
	flex-wrap: wrap;
	margin-top: 20px;
}

.about-actions .btn-green,
.about-actions .btn-soft {
	width: auto;
}

.services-directory-hero {
	margin-bottom: 34px;
}

.services-directory-hero p {
	max-width: 760px;
	margin: 12px 0 22px;
	color: var(--gera-muted);
	font-size: 19px;
	line-height: 1.65;
}

.services-directory-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.procedure-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
	margin: 10px 0 46px;
}

.procedure-card {
	min-height: 100%;
	margin: 0;
}

.procedure-card a {
	display: grid;
	gap: 10px;
	min-height: 100%;
	padding: 24px;
	border: 1px solid rgba(143, 72, 83, .12);
	border-radius: 8px;
	background: #fff;
	color: var(--gera-ink);
	box-shadow: 0 18px 46px rgba(79, 45, 38, .07);
}

.procedure-card a:hover,
.procedure-card a:focus {
	transform: translateY(-3px);
	border-color: rgba(143, 72, 83, .24);
	box-shadow: var(--gera-shadow);
}

.procedure-card span {
	color: var(--gera-rose-dark);
	font-size: 12px;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: .08em;
}

.procedure-card h2 {
	margin: 0;
	font: 400 30px/1.05 Marcellus, Georgia, serif;
	color: var(--gera-ink);
}

.procedure-card p {
	margin: 0;
	color: var(--gera-muted);
	font-size: 15px;
	line-height: 1.6;
}

.procedure-card em {
	margin-top: 8px;
	color: var(--gera-rose-dark);
	font-style: normal;
	font-size: 13px;
	font-weight: 900;
}

.procedure-card em:after {
	content: " →";
}

.yarpp-related {
	margin: 46px 0 28px;
	padding: 24px;
	border: 1px solid rgba(143, 72, 83, .12);
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 18px 46px rgba(79, 45, 38, .07);
}

.yarpp-related h3 {
	margin: 0 0 16px;
	font: 400 30px/1.1 Marcellus, Georgia, serif;
	color: var(--gera-ink);
}

.yarpp-related ol {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.yarpp-related li {
	margin: 0;
}

.yarpp-related a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	min-height: 58px;
	padding: 14px 16px;
	border: 1px solid rgba(143, 72, 83, .1);
	border-radius: 8px;
	background: var(--gera-cream);
	color: var(--gera-ink);
	font-weight: 900;
	line-height: 1.25;
}

.yarpp-related a:after {
	content: "Перейти";
	flex: 0 0 auto;
	color: var(--gera-rose-dark);
	font-size: 12px;
}

.yarpp-related a:hover,
.yarpp-related a:focus {
	background: var(--gera-blush);
	transform: translateY(-2px);
}

.site-main .post-navigation {
	margin: 42px 0 0;
	overflow: visible;
}

.post-navigation .nav-links {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
}

.post-navigation .nav-previous,
.post-navigation .nav-next {
	float: none;
	width: auto;
	text-align: left;
}

.post-navigation .nav-links a {
	display: block;
	min-height: 76px;
	padding: 16px 18px;
	border: 1px solid rgba(143, 72, 83, .12);
	border-radius: 8px;
	background: #fff;
	color: var(--gera-ink);
	box-shadow: 0 14px 36px rgba(79, 45, 38, .06);
	font-weight: 900;
	line-height: 1.3;
}

.post-navigation .nav-links a:before {
	display: block;
	margin-bottom: 5px;
	color: var(--gera-rose-dark);
	font-size: 12px;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: .08em;
}

.post-navigation .nav-previous a:before {
	content: "Попередня послуга";
}

.post-navigation .nav-next a:before {
	content: "Наступна послуга";
}

.post-navigation .nav-links a:hover,
.post-navigation .nav-links a:focus {
	transform: translateY(-2px);
	background: var(--gera-blush);
}

.price-jump {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 28px 0 36px;
}

.price-jump a {
	display: inline-flex;
	align-items: center;
	min-height: 42px;
	padding: 10px 15px;
	border: 1px solid rgba(143, 72, 83, .18);
	background: var(--gera-cream);
	color: var(--gera-ink);
	font-size: 14px;
	font-weight: 800;
	text-decoration: none;
}

.price-jump a:hover,
.price-jump a:focus {
	background: var(--gera-ink);
	border-color: var(--gera-ink);
	color: #fff;
}

.price-cta {
	margin: 14px 0 34px;
}

.price-cta .btn-soft {
	width: auto;
	min-width: 220px;
	background: var(--gera-blush);
	border-color: rgba(143, 72, 83, .22);
}

.services {
	padding: 96px 0 88px;
	background: #fff;
}

.services .header {
	margin: 0 0 34px;
	max-width: 760px;
}

.services .header h2 {
	font: 400 clamp(38px, 4.4vw, 66px)/1 Marcellus, Georgia, serif;
	color: var(--gera-ink);
	margin: 0;
}

.services .row {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.services .col {
	box-shadow: none;
	border-color: rgba(143, 72, 83, .12);
}

.services .col h3 {
	font-size: 21px;
	line-height: 1.15;
	padding: 18px;
	min-height: 76px;
}

.social-block {
	background: var(--gera-ink);
	color: #fff;
	padding: 24px 0;
}

.social-block .container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
}

.social-block span {
	font: 400 26px/1.1 Marcellus, Georgia, serif;
}

.social-block .social-networks a {
	background: rgba(255, 255, 255, .08);
	border-color: rgba(255, 255, 255, .2);
	color: #fff;
}

.site-footer {
	background: #261b19;
	color: rgba(255, 255, 255, .72);
}

.site-footer .footer-t {
	padding: 58px 0 36px;
	border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.site-footer .row {
	display: grid;
	grid-template-columns: 1.35fr 1fr 1fr;
	gap: 36px;
	margin: 0;
}

.site-footer .col {
	float: none;
	width: auto;
	padding: 0;
	margin: 0;
}

.site-footer .widget .widget-title {
	font: 400 28px/1.1 Marcellus, Georgia, serif;
	color: #fff;
	margin-bottom: 16px;
}

.site-footer p,
.site-footer li,
.site-footer td {
	color: rgba(255, 255, 255, .72);
	font-size: 15px;
	line-height: 1.65;
}

.site-footer .widget ul {
	list-style: none;
}

.site-footer a {
	color: #fff;
}

.footer-cta {
	background: #fff;
	color: var(--gera-ink) !important;
	margin-top: 12px;
}

.footer-cta:hover {
	background: var(--gera-blush);
	transform: translateY(-2px);
}

.location-list {
	display: grid;
	gap: 10px;
}

.location-card {
	display: grid;
	gap: 3px;
	padding: 13px 14px;
	border: 1px solid rgba(255, 255, 255, .12);
	border-radius: 8px;
	background: rgba(255, 255, 255, .055);
	color: #fff !important;
	transition: transform .25s ease, background .25s ease, border-color .25s ease;
}

.location-card:hover,
.location-card:focus {
	transform: translateY(-2px);
	background: rgba(255, 255, 255, .09);
	border-color: rgba(255, 255, 255, .24);
}

.location-city {
	font-weight: 800;
	font-size: 14px;
	color: #fff;
	letter-spacing: 0;
}

.location-address {
	color: rgba(255, 255, 255, .72);
	font-size: 14px;
	line-height: 1.35;
}

.location-link {
	margin-top: 5px;
	color: #f4dce0;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0;
}

.site-footer table {
	width: 100%;
	border-collapse: collapse;
}

.site-footer td {
	border-bottom: 1px solid rgba(255, 255, 255, .1);
	padding: 8px 0;
}

.site-footer .hours-table {
	margin-top: 16px;
	border-collapse: separate;
	border-spacing: 0 8px;
}

.site-footer .hours-table caption {
	caption-side: top;
	margin-bottom: 4px;
	color: #fff;
	font-size: 14px;
	font-weight: 800;
	text-align: left;
	letter-spacing: 0;
}

.site-footer .hours-table td {
	border: 0;
	background: rgba(255, 255, 255, .06);
	padding: 11px 12px;
	line-height: 1.2;
}

.site-footer .hours-table td:first-child {
	border-radius: 8px 0 0 8px;
	color: rgba(255, 255, 255, .78);
	font-weight: 800;
}

.site-footer .hours-table td:last-child {
	border-radius: 0 8px 8px 0;
	color: #fff;
	text-align: right;
	font-weight: 800;
}

.site-footer .site-info {
	padding: 18px 0;
	font-size: 14px;
	color: rgba(255, 255, 255, .62);
}

.btn-wrap {
	z-index: 9999;
}

.btn-1 {
	width: 76px;
	height: 76px;
	background: var(--gera-rose-dark);
	box-shadow: 0 18px 42px rgba(143, 72, 83, .32);
	animation: shadow-pulse 1.8s infinite;
	letter-spacing: 0;
	text-transform: none;
	font-size: 14px;
	text-decoration: none;
}

@keyframes shadow-pulse {
	0% { box-shadow: 0 0 0 0 rgba(143, 72, 83, .24); }
	100% { box-shadow: 0 0 0 32px rgba(143, 72, 83, 0); }
}

.motion-ready {
	position: relative;
	overflow: hidden;
	-webkit-tap-highlight-color: transparent;
	touch-action: manipulation;
	will-change: transform;
}

.motion-ready.is-clicked {
	transform: translateY(1px) scale(.985) !important;
	filter: saturate(1.04) brightness(.98);
}

.tap-ripple {
	position: absolute;
	z-index: 2;
	border-radius: 50%;
	pointer-events: none;
	background: radial-gradient(circle, rgba(255, 255, 255, .82) 0%, rgba(245, 233, 229, .48) 42%, rgba(143, 72, 83, 0) 72%);
	transform: scale(0);
	opacity: .82;
	animation: tap-ripple .68s ease-out forwards;
}

.page-transition {
	position: fixed;
	inset: 0;
	z-index: 99999;
	display: grid;
	place-items: center;
	background: rgba(251, 247, 243, .72);
	backdrop-filter: blur(10px);
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity .18s ease, visibility .18s ease;
}

body.is-transitioning .page-transition {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

.page-transition__card {
	display: inline-flex;
	align-items: center;
	gap: 11px;
	min-height: 52px;
	padding: 12px 18px;
	border: 1px solid rgba(143, 72, 83, .12);
	border-radius: 999px;
	background: rgba(255, 255, 255, .94);
	box-shadow: 0 22px 58px rgba(79, 45, 38, .16);
	color: var(--gera-ink);
	font-size: 14px;
	font-weight: 800;
	line-height: 1;
	letter-spacing: 0;
}

.page-transition__spark {
	position: relative;
	width: 28px;
	height: 28px;
	flex: 0 0 28px;
	border-radius: 50%;
	background: conic-gradient(from 90deg, var(--gera-rose), var(--gera-blush), var(--gera-gold), var(--gera-rose));
	animation: transition-spin .9s linear infinite;
}

.page-transition__spark:after {
	content: "";
	position: absolute;
	inset: 5px;
	border-radius: inherit;
	background: #fff;
}

.page-transition__dots {
	display: inline-flex;
	gap: 3px;
	margin-left: -5px;
}

.page-transition__dots i {
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: var(--gera-rose-dark);
	opacity: .32;
	animation: transition-dot .85s ease-in-out infinite;
}

.page-transition__dots i:nth-child(2) {
	animation-delay: .12s;
}

.page-transition__dots i:nth-child(3) {
	animation-delay: .24s;
}

@keyframes tap-ripple {
	100% {
		opacity: 0;
		transform: scale(1);
	}
}

@keyframes transition-spin {
	to {
		transform: rotate(360deg);
	}
}

@keyframes transition-dot {
	0%,
	100% {
		opacity: .28;
		transform: translateY(0);
	}

	50% {
		opacity: .9;
		transform: translateY(-2px);
	}
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}

	.motion-ready,
	.page-transition,
	.page-transition__spark,
	.page-transition__dots i {
		transition: none !important;
		animation: none !important;
	}

	.tap-ripple {
		display: none;
	}
}

@media only screen and (max-width: 991px) {
	.header-b {
		align-items: flex-start;
	}

	.site-branding {
		max-width: 360px;
	}

	.main-navigation ul {
		flex-wrap: wrap;
	}

	.banner-section,
	.banner-section .banner-text {
		min-height: 680px;
	}

	.banner-section:before {
		background: linear-gradient(90deg, rgba(251, 247, 243, .96), rgba(251, 247, 243, .7));
	}

	.promotional-block .row,
	.services .row,
	.procedure-grid,
	.site-footer .row {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.trust-strip .container {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.trust-actions {
		grid-column: 1 / -1;
		justify-self: start;
	}

	.welcome-note .container {
		grid-template-columns: 1fr;
		gap: 28px;
	}

	.team-showcase .container {
		grid-template-columns: 1fr;
		gap: 32px;
	}

	.team-showcase-photo {
		max-width: 720px;
	}

	.team-showcase-copy {
		padding-left: 0;
		border-left: 0;
	}
}

@media only screen and (max-width: 767px) {
	html,
	body,
	.site {
		overflow-x: hidden;
	}

	body {
		font-size: 16px;
	}

	.container {
		width: auto;
		max-width: 100%;
		padding-left: 18px;
		padding-right: 18px;
	}

	.site-header {
		position: relative;
		padding: 12px 0 14px;
	}

	.header-t,
	.header-b,
	.social-block .container {
		display: grid;
		grid-template-columns: 1fr;
		gap: 12px;
		text-align: center;
	}

	.header-t .social-networks,
	.social-block .social-networks {
		justify-content: center;
	}

	.warning,
	.site-branding {
		text-align: center;
		justify-content: center;
	}

	.site-branding {
		display: grid;
		gap: 7px;
	}

	.site-branding .custom-logo {
		margin: 0 auto;
	}

	.main-navigation ul {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		justify-content: stretch;
		gap: 8px;
		width: 100%;
	}

	.main-navigation {
		width: 100%;
		overflow: hidden;
	}

	.main-navigation ul li a {
		padding: 12px 10px;
		font-size: 13px;
		text-align: center;
		white-space: normal;
	}

	.main-navigation .menu-item-booking > a {
		font-size: 13px;
		padding-left: 10px;
		padding-right: 10px;
	}

	.main-navigation .menu-item-booking {
		grid-column: 1 / -1;
	}

	.banner-section {
		display: block;
		min-height: 570px;
		min-height: min(570px, 84svh);
	}

	.banner-section > img {
		position: absolute;
		object-position: 58% center;
	}

	.banner-section:before {
		background: linear-gradient(180deg, rgba(251, 247, 243, .95) 0%, rgba(251, 247, 243, .82) 54%, rgba(251, 247, 243, .42) 100%);
	}

	.banner-section .banner-text {
		min-height: 570px;
		min-height: min(570px, 84svh);
		padding: 48px 0 36px;
		align-items: flex-start;
	}

	.banner-section .banner-text .text {
		font-size: 18px;
		line-height: 1.45;
		width: 100%;
		max-width: 100%;
	}

	.banner-section .banner-text .text .title {
		font-size: clamp(48px, 17vw, 76px);
		line-height: .96;
	}

	.banner-section .banner-text .text p {
		max-width: 100%;
		font-size: 17px;
		overflow-wrap: anywhere;
		word-break: normal;
	}

	.hero-actions {
		display: grid;
		grid-template-columns: 1fr;
	}

	.btn-green,
	.btn-soft {
		width: 100%;
	}

	.promotional-block,
	.services,
	.welcome-note,
	.trust-strip {
		padding: 58px 0;
	}

	.team-showcase {
		padding: 41px 0 49px;
	}

	.team-showcase:before {
		top: 27px;
		width: 61vw;
	}

	.team-showcase:after {
		display: none;
	}

	.team-showcase .container {
		gap: 0;
	}

	.team-showcase-photo {
		order: 3;
		width: min(100%, 277px);
		margin: 0 auto 21px;
		padding: 9px;
	}

	.team-showcase-photo:before {
		inset: 9px -9px -9px 9px;
	}

	.team-showcase-caption {
		position: static;
		margin-top: 9px;
		padding: 11px 13px;
		box-shadow: none;
	}

	.team-showcase-copy h2 {
		font-size: clamp(47px, 14vw, 57px);
	}

	.team-showcase-copy {
		display: contents;
	}

	.team-showcase-copy .section-kicker {
		order: 1;
	}

	.team-showcase-copy h2 {
		order: 2;
	}

	.team-showcase-copy p {
		order: 4;
		font-size: 16px;
		line-height: 1.65;
	}

	.team-showcase-facts {
		order: 5;
		grid-template-columns: 1fr;
		gap: 13px;
		margin: 21px 0;
		padding: 17px 0;
	}

	.team-showcase-facts div {
		display: grid;
		grid-template-columns: minmax(0, .8fr) minmax(0, 1fr);
		gap: 13px;
		align-items: baseline;
	}

	.team-showcase-facts dt {
		margin: 0;
	}

	.team-showcase-actions {
		order: 6;
		display: grid;
		grid-template-columns: 1fr;
		gap: 21px;
	}

	.team-showcase-link {
		justify-self: start;
	}

	.beauty-search-panel {
		overflow-x: auto;
		flex-wrap: nowrap;
		padding-bottom: 13px;
		scroll-snap-type: x proximity;
	}

	.beauty-search-panel a {
		min-height: 53px;
		padding: 15px 19px;
		font-size: 14px;
		scroll-snap-align: start;
		white-space: nowrap;
	}

	.promotional-block .row,
	.services .row,
	.site-footer .row,
	.trust-strip .container {
		grid-template-columns: 1fr;
	}

	.trust-item {
		min-height: auto;
	}

	.about-actions {
		display: grid;
		grid-template-columns: 1fr;
	}

	.price-jump {
		flex-wrap: nowrap;
		overflow-x: auto;
		gap: 13px;
		padding-bottom: 13px;
		scroll-snap-type: x proximity;
	}

	.price-jump a {
		flex: 0 0 auto;
		min-height: 49px;
		padding: 13px 17px;
		scroll-snap-align: start;
		white-space: nowrap;
	}

	#primary .page .entry-header .entry-title,
	.page-title {
		font-size: 38px;
		line-height: 1.08;
		margin-bottom: 21px;
	}

	#primary .post .entry-content h2,
	#primary .page .entry-content h2 {
		font-size: 31px;
		line-height: 1.16;
		margin-bottom: 13px;
	}

	#primary .post .entry-content h3,
	#primary .page .entry-content h3 {
		font-size: 27px;
		line-height: 1.22;
	}

	.entry-content .wp-block-table {
		width: 100%;
		margin: 0 0 27px;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}

	#primary .post .entry-content .wp-block-table table,
	#primary .page .entry-content .wp-block-table table {
		width: 100%;
		table-layout: fixed;
		font-size: 13px;
		line-height: 1.45;
	}

	#primary .post .entry-content .wp-block-table td,
	#primary .page .entry-content .wp-block-table td {
		padding: 9px 7px;
		overflow-wrap: anywhere;
	}

	#primary .post .entry-content .wp-block-table td:not(:first-child),
	#primary .page .entry-content .wp-block-table td:not(:first-child) {
		width: 23%;
		text-align: center;
	}

	.entry-content iframe {
		display: block;
		width: 100%;
		height: auto;
		aspect-ratio: 16 / 9;
		margin: 0 0 27px;
	}

	.services-more,
	.procedure-grid,
	.yarpp-related ol,
	.post-navigation .nav-links {
		grid-template-columns: 1fr;
	}

	.price-cta .btn-soft {
		width: 100%;
	}

	.promotional-block .col .text-holder .title,
	.services .col h3 {
		font-size: 26px;
	}

	.services .col h3 {
		min-height: auto;
	}

	.services .photo-label {
		left: 10px;
		right: 10px;
		bottom: 10px;
		padding: 10px 11px;
	}

	.services .photo-label small {
		font-size: 11px;
	}

	.site-footer .site-info .copyright,
	.site-footer .site-info .by {
		width: 100%;
		text-align: center;
	}

	.btn-wrap {
		display: none;
	}
}

@media only screen and (max-width: 350px) {
	.team-showcase-facts div {
		grid-template-columns: 1fr;
		gap: 3px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.team-showcase-photo img,
	.team-showcase-primary,
	.team-showcase-primary svg,
	.team-showcase-link {
		transition: none;
	}

	.team-showcase-photo:hover img,
	.team-showcase-primary:hover svg,
	.team-showcase-primary:focus svg {
		transform: none;
	}
}
/* === Service card image hover zoom === */
.beauty-services .img-holder {
  overflow: hidden;
}
.beauty-services .img-holder img {
  transition: transform 0.45s ease;
  will-change: transform;
}
.beauty-services .col:hover .img-holder img {
  transform: scale(1.05);
}
/* Smooth overlay появлення */
.beauty-services .photo-label {
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.beauty-services .col .img-holder .photo-label {
  transform: translateY(4px);
}
.beauty-services .col:hover .img-holder .photo-label {
  transform: translateY(0);
}
/* === Testimonials section === */
.testimonials-section {
  padding: 80px 0;
  background: #fbf7f3;
}
.testimonials-header {
  text-align: center;
  margin-bottom: 44px;
}
.testimonials-header h2 {
  font-size: 32px;
  color: #2d2d2d;
  margin: 8px 0 0;
}
.reviews-hub-header p {
  max-width: 760px;
  margin: 16px auto 0;
  font-size: 16px;
  line-height: 1.75;
  color: #6f625f;
}
.reviews-source-badges {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}
.reviews-source-badge {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 7px 14px;
  border: 1px solid #e9ded4;
  border-radius: 999px;
  background: #fff;
  color: #6f625f;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.reviews-source-badge.google {
  color: #2f6f4e;
  border-color: rgba(47,111,78,0.25);
  background: #f4fbf6;
}
.review-locations {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 18px;
  margin: 0 0 30px;
}
.review-location-card {
  display: flex;
  flex-direction: column;
  min-height: 158px;
  padding: 22px 20px;
  border: 1px solid #ede8e3;
  border-radius: 8px;
  background: #fff;
  color: #2d2d2d;
  text-decoration: none;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}
.review-location-card span {
  color: #2f6f4e;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.review-location-card strong {
  margin-top: 12px;
  color: #2d2d2d;
  font-size: 22px;
  line-height: 1.2;
}
.review-location-card small {
  margin-top: 6px;
  color: #746765;
  font-size: 14px;
  line-height: 1.4;
}
.review-location-card em {
  margin-top: auto;
  color: #72466a;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
}
.review-location-card:hover,
.review-location-card:focus {
  transform: translateY(-3px);
  border-color: rgba(114,70,106,0.28);
  box-shadow: 0 18px 34px rgba(57,39,35,0.08);
  color: #2d2d2d;
  text-decoration: none;
}
.testimonials-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 40px;
}
.testimonial-card {
  background: #fff;
  border: 1px solid #ede8e3;
  border-radius: 8px;
  padding: 28px 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.testimonial-topic {
  align-self: flex-start;
  color: #8f4853;
  background: #f9efed;
  border-radius: 20px;
  padding: 5px 11px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.testimonial-stars {
  color: #c49a6c;
  font-size: 18px;
  letter-spacing: 2px;
}
.testimonial-text {
  font-size: 15px;
  line-height: 1.7;
  color: #4a4a4a;
  margin: 0;
  flex-grow: 1;
}
.testimonial-author {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #f0ebe5;
  padding-top: 14px;
}
.testimonial-name {
  font-size: 14px;
  font-weight: 600;
  color: #2d2d2d;
}
.testimonial-source {
  font-size: 12px;
  color: #2f6f4e;
  background: #f4fbf6;
  padding: 3px 10px;
  border-radius: 20px;
}
.reviews-actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
}
.testimonials-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border: 1px solid #eadfd7;
  border-radius: 999px;
  background: #fff;
  text-align: center;
  font-size: 14px;
  color: #72466a;
  text-decoration: none;
  font-weight: 600;
  letter-spacing: 0.03em;
}
.testimonials-more.primary {
  background: #72466a;
  border-color: #72466a;
  color: #fff;
}
.testimonials-more:hover {
  border-color: rgba(114,70,106,0.38);
  color: #72466a;
  text-decoration: none;
}
.testimonials-more.primary:hover {
  background: #63375c;
  color: #fff;
}
@media (max-width: 900px) {
  .review-locations {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .testimonials-row {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .testimonials-section {
    padding: 50px 0;
  }
  .testimonials-header h2 {
    font-size: 24px;
  }
}
/* === Header scroll transparency (home page only) === */
body.home .site-header {
  transition: background 0.3s ease, box-shadow 0.3s ease;
}
body.home .site-header.header-scrolled {
  background: #fff !important;
  box-shadow: 0 2px 16px rgba(0,0,0,0.08);
}
/* === Testimonials links row === */
.testimonials-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}
.testimonials-more--secondary {
  color: #999;
  font-weight: 400;
  font-size: 13px;
}
.testimonials-more--secondary:hover {
  color: #72466a;
}
