/*!
Theme Name: Skinly24
Theme URI: https://bigloop.dev
Author: DKV
Author URI: https://bigloop.dev
Description: Description
Version: 1.0.1
Tested up to: 6.2.2
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: skinly
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | 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;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * 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;
	height: 0;
	overflow: visible;
}

/**
 * 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;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
	color: #e7a48f;
}

/**
 * 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;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * 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;
	font-size: 1em;
}

/**
 * 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;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	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;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * 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;
	padding: 0;
}

/**
 * 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;
	outline-offset: -2px;
}

/**
 * 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;
	font: inherit;
}

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

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

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

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	line-height: 1.2;
}

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

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

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

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

img:not(.single-post__banner-image img) {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
/*a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}*/

a:focus {
	outline: thin dotted;
}

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

/* 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);
	line-height: 1;
	padding: 0.6em 1em 0.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%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	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 {
	display: block;
	left: auto;
}

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

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

.main-navigation li {
	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: flex;
	}
}

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

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

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

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

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

/* 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 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;
	display: grid;
	grid-gap: 1.5em;
}

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

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

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

.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: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

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

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

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

.eb-row-wrapper {
	padding: 20px 50px 0;
	background-color: #ffffff;
}

.about-brown-block .eb-row-wrapper {
	background-color: #332F2D;
}

.eb-row-wrapper .eb-row-wrapper {
	padding-left: 0;
	padding-right: 0;
}

.eb-column-inner {
	padding: 0 20px;
}

@media only screen and (max-width: 1024px) {
	.eb-row-wrapper {
		padding: 20px 12px 0;
		background-color: #ffffff;
	}
}

.archive-grid__item-image img {
	height: 100% !important;
}

.service-areas-dropdown .eb-accordion-container .eb-accordion-inner .eb-accordion-wrapper .eb-accordion-title-wrapper {
	padding: 5px 13px;
}

.service-areas-dropdown .eb-accordion-8vpesra.eb-accordion-container .eb-accordion-title {
	font-size: 14px;
}

/* semiglut contact form */
.service-form.sem-form .wpcf7-list-item {
	display: block;
}

.service-form.sem-form .wpcf7-list-item label {
    margin-bottom: 2px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
    align-items: baseline;
}

.form-grouped {
	max-width: 500px;
    background: #fdfdfd;
    padding: 10px 20px;
    border-radius: 11px;
    box-shadow: 0px 0px 8px -5px #ababab;
    margin: auto;
    border: 1px solid #ccc;
	margin-bottom: 15px;
}

.service-form.sem-form .form-heading {
	/* font-size: 19px; */
    font-weight: 500;
    color: #ff745f;
    margin-top: 20px;
	line-height: 20px;
}

.service-form.sem-form a {
	word-break: break-all;
}

.colored-table tr td:first-child {
	background: #fff3ef;
}

.service-form.sem-form .wpcf7-list-item-label {
	margin-left: 5px;
}

.service-form.sem-form [type="checkbox"], 
.service-form.sem-form [type="radio"] {
	
}

.list-frame {
	border: 1px solid #6c544e;
    border-radius: 15px;
    margin-bottom: 11px;
    padding-top: 15px;
    padding-bottom: 15px;
	background: #f8f4f0;
}

.homepage-rounded-video-column .eb-column-inner,
.homepage-rounded-two-photos-column .eb-column-inner {
	padding: 0 10px;
}

.homepage-rounded-video-column section.video .video__wrapper > img {
	border-radius: 20px;
	height: 450px;
}

/* .homepage-rounded-two-photos-column .eb-column-inner {
	padding: 0 10px;
} */

.homepage-rounded-two-photos-column .wp-block-image {
	margin: 0;
}

.homepage-rounded-two-photos-column .wp-block-image img {
	max-height: 220px;
	border-radius: 20px;
	margin: 8px 0;
}

.featured-in-text-wrapper {
	margin-top: 15px;
    font-weight: 700;
	display: flex;
    justify-content: flex-end;
	margin-top: 5px;
}

.featured-in-text {
    margin: 0;
    width: fit-content;
    background-color: #e3a491;
    padding: 3px 16px;
    box-shadow: inset -20px -1px 18px -21px #abaaaa;
    border-radius: 6px 6px 0 0;
}

.hero__logos-wrapper .featured-in-text {
	color: #ffffff;
	background: #B57C73;
}

/* NEW CALL AND SMS BUTTON */

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

	.buttoncontainer {
		position: fixed;
		bottom: 150px;
		left: 0px;
		display: none;
		z-index: 999999;
		color: #ffffff !important;
	}

	.buttoncontainer a {
		color: #ffffff !important;
	}

	.phoicon, .mesicon, .maincontainer {
		display: block;
		position: fixed;
		left: 20px;
		bottom: 15px;
		height: 55px;
		width: 55px;
		background-color: #01ACBD;
		border-radius: 50%;
		border: 3px solid #ffffff;
		box-shadow: 1px 3px 8px 0px #7575754a;
	}

	.maincontainer {
		z-index: 99999;
		border: 3px solid #ffffff;
	}

	.phoicon:after, .mesicon:after {
		font-family: FontAwesome;
		position: absolute;
		color: white;
		vertical-align: middle;
	}

	.phoicon {
		z-index: 999;
		animation: phoanim 5s cubic-bezier(1, 0, 0, 1) infinite alternate; 
	}
	.phoicon:after {
		content: '\f095';
		left: 8px;
		line-height: 50px;
		font-size: 31px;
		animation: phojump 5s ease-in-out infinite normal;
	}

	.mesicon {
		z-index: 99;
		animation: mesanim 5s cubic-bezier(1, 0, 0, 1) infinite alternate;
	}

	.mesicon:after {
		content: '\f0e0';
		left: 10px;
		line-height: 47px;
		font-size: 32px;
		
	}

	@keyframes phojump {
		0% {
			
		}
		2% {
			transform: translateY(-3px)
		}
		4% {
			transform: translateY(0px)
		}
		6% {
			transform: translateY(-3px)
		}
		8% {
			transform: translateY(0px)
		}
		10% {
			transform: translateY(-3px)
		}
		12% {
			transform: translateY(0px)
		}
	}

	@keyframes phoanim {
		0% {}
		
		70%{
			transform: rotateY(0deg);
			opacity: 1;
		}
		90% {
			transform: rotateY(90deg);
			opacity: .1;
		}
		100% {
			transform: rotateY(180deg);
			opacity: 0;
		}
	}

	@keyframes mesanim {
		0% {}
		
		70%{
			transform: rotateY(0deg);
			opacity: 0;
		}
		90% {
			transform: rotateY(90deg);
			opacity: 0;
		}
		95% {
			opacity: .7
		}    
		100% {
			transform: rotateY(180deg);
			opacity: 1;
		}
	}

	.messagenowbutton, .callnowbutton {
		display: block;
		position: fixed;
		width: 115px;
		height: 35px;
		text-decoration: none;
		border: 2px solid #ffffff;
		border-radius: 15px;
		text-align: left;
		padding-left: 12px;
		line-height: 32px;
		vertical-align: middle;
		color: #fff;
		left: 20px;
		z-index: 999999;
	}

	.callnowbutton {
		background-color: #15a027;
		bottom: 130px;
		animation: callslide .2s ease-in-out .3s 1;
		animation-fill-mode: forwards;
	}
	.messagenowbutton {
		background-color: #FD9202;
		bottom: 80px;
		animation: messlide .2s ease-in-out .2s 1;
		animation-fill-mode: forwards;
	}

	.callnowbutton i::before {
		font-size: 16px;
		line-height: inherit;
		vertical-align: middle; 
	}

	.callnowbutton span, .messagenowbutton span {
		font-family: sans-serif;
		font-size: 15px;
		padding-left: 3px
	}

	@keyframes messlide {
		from {}
		to {transform: translateX(15px)}
	}

	@keyframes callslide {
		from {}
		to {transform: translateX(25px)}
	}

	.closephomes {
		display: block;
		position: fixed;
		left: 20px;
		bottom: 15px;
		height: 54px;
		width: 54px;
		display: none;
		z-index: 9999;
	}

	.closephomes:before {
		display: block;
		font-family: fontawesome;
		content: '\f00d';
		font-size: 20px;
		text-align: center;
		color: white;
		padding-top: 5px;
	}

	.closephomes:after {
		display: block;
		font-family: sans-serif;
		content: 'close';
		font-size: 11px;
		line-height: 7px;
		text-align: center;
		color: white;
		}
	
}

@media only screen and (min-width: 651px) {
	.buttoncontainer,
	.phoicon, 
	.mesicon, 
	.maincontainer, 
	.phoicon:after, 
	.mesicon:after, 
	.messagenowbutton, 
	.callnowbutton,
	.book-button-conteiner {
		display: none !important;
	}

}
/* -- call and sms button end -- */

/* BOOK NOW BUTTON */
@media only screen and (max-width: 650px){
    .book-button-conteiner {
		position: fixed;
		width: 128px;
		height: 55px;
		background-color: #01ACBD;
		left: 32%;
		bottom: 14px;
		z-index: 22;
		text-align: center;
		vertical-align: middle;
		border: 3px solid #fff;
		border-radius: 23px;
		box-shadow: -2px 1px 6px 0px #00000036;
    }

    .book-button-conteiner a {
		cursor: pointer;
		color: #fff !important;
		line-height: 48px;
		font-family: "Raleway", sans-serif;
		padding: 9px 3px;
		font-size: 19px;
		font-weight: 500;
    }
}

/* END book now button */

.gs_logo_container.swiper-container,
.gs_logo_area--inner.gs_logo_overflow--hidden,
#gs_logo_area_2 {
	max-height: 70px !important;
}


/* woocommerce checkout and cart pages */
.woocommerce-checkout .woocommerce,
.woocommerce-cart .woocommerce {
	max-width: 1000px;
    margin: auto;
    background: #ffffff;
    padding: 25px;
}

.thank-you-message-buy p {
    border: 2px dashed #2f9c44;
    padding: 1px 20px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 15px;
    background: #f6fcf5;
    max-width: 800px;
    margin: auto;
    margin-top: 20px;
}

.appointment-thank-you-page h3 {
	text-align: center;
    font-size: 25px;
    color: #441515;
}

.appointment-checkout {
	max-width: 650px;
	margin: auto;
	margin-bottom: 50px;
}

@media only screen and ( max-width: 600px ) {
	.woocommerce-checkout.woocommerce,
	.woocommerce-cart .woocommerce {
		padding: 9px;
	}
}

.heading__title {
	text-transform: none !important;
}

.mini-hero-subtitle {
    background: rgb(229 222 220);
    width: fit-content;
    padding: 0 15px;
    border-radius: 0 0 12px 12px;
    font-size: 14px;
    text-align: center;
    margin: auto;
}

.subtitle-section {
	background: #ffffff;
    max-width: 1170px;
    margin: auto;
}

/* censor message for slider */

.censored_filter {
	position: absolute;
    z-index: 20;
    width: 100%;
    height: 100%;
    background-color: #31313126;
    text-align: center;
    backdrop-filter: blur(37px);
	left: 0;
	top: 0;
}

.censored-text-wrapper {
	display: flex;
    align-content: center;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    align-items: center;
	font-size: 18px;
	color: #ffffff;
	text-align: center;
}

.censored-text-wrapper > p {
    max-width: 300px;
    font-weight: 800;
}

.agree-censor-message {
	cursor: pointer;
    padding: 15px 20px;
    background-color: #da8f77;
    border-radius: 10px;
    color: #ffffff;
    font-weight: 700;
    display: block;
    border: 1px solid;
}

.censored_filter.disable {
	display: none;
}

/* menu 2 column */
@media only screen and (min-width: 676px) {
	.two-column-menu > ul {
		column-count: 2;
		width: 500px !important;
		padding: 33px 10px !important;
		left: -73px !important;
	}
}

/* button align */
a.button_align_center {
	display: block !important;
    width: fit-content;
    margin: auto !important;
	text-align: center;
}

a.button_align_right {
	float: right;
}

a.button_align_full {
	display: block !important;
	text-align: center;
}

.single-post__wrapper .entry-content h3:before {
	content: none;
}

.single-post__wrapper .entry-content h3 {
	font-size: 18px;
}

div.vws__slider-wrapper div.swiper-wrapper {
    flex-direction: unset;
}

.hero-img-bg-block {
	height: 200px;
	width: 100%;
	background-size: cover;
    background-position: center center;
    border-radius: 35px;
}

.single-post__banner-image-overlay:before {
	z-index: -1;
}

.show-more-tags {
	display: none;
	cursor: pointer;
}

.contact__wrapper-inner {
	grid-template-columns: none !important;
}

.shadow-column {
	box-shadow: 0px 0px 10px #f0f0f0;
    border-radius: 20px;
    margin-bottom: 44px;
	padding-top: 35px;
}

.deep-footer-menu ul {
    list-style: none;
    display: flex;
    justify-content: flex-end;
}

.deep-footer-menu ul li {
	margin-left: 16px;
	color: #ffffff;
	text-transform: none;
}

.deep-footer-menu ul li a {
	color: #ffffff;
}

.deep-footer-menu ul li a:hover {
	color: #d6d6d6;
}

.site-footer .site-info__copy {
    display: flex;
    justify-content: space-between;
}



@media only screen and (max-width: 976px) {
	.deep-footer-menu ul {
		list-style: none;
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		margin-top: 20px;
		flex-direction: column;
		padding-left: 0;
	}

	.site-footer .site-info__copy {
		flex-direction: column;
	}

	.deep-footer-menu ul li {
		margin-left: 0;
	}
}

form.woocommerce-checkout button {
	border: 2px solid;
    border-color: #e7a48f;
    border-radius: 3px;
    line-height: 1;
    background: #e7a48f;
    color: #ffffff;
    padding: 8px 15px 10px;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
	transition: all .2s ease-out;
}

form.woocommerce-checkout button:hover {
    background: #ffffff;
    color: #e7a48f;
}

.woocommerce-checkout .woocommerce-info {
	border-top-color: #e7a48f;
}

.woocommerce-checkout .woocommerce-info::before {
	color: #e7a48f;
}


@media (min-width: 969px) {
	form.checkout.woocommerce-checkout {
		display: flex;
		justify-content: space-between;
	}
	
	form.woocommerce-checkout > .customer-details {
		flex: 0 0 calc(47.666667% - 15px);
		max-width: calc(47.666667% - 15px); 
	
	}
	form.woocommerce-checkout > .checkout-order-review {
		flex: 0 0 calc(46.333333% - 15px);
		max-width: calc(46.333333% - 15px);
	} 
}

.text-image__description {
	text-align: unset !important;
}

a.video__play {
	display: flex;
	justify-content: center;
	align-items: center;
}

a.video__play > img {
	height: 72px;
    margin-left: 13px;
}

.single-post__wrapper .entry-content a.main-btn.main-btn__primary {
	color: #ffffff;
}

.single-post__wrapper .entry-content a.main-btn.main-btn__primary:hover {
	color: #e7a48f;
}

.single-post__banner-info h1 {
	margin: 0 0 13px;
}

.wp-block-embed.aligncenter.is-type-video .wp-block-embed__wrapper {
	text-align: center;
}

.menu .sub-menu.visible {
    display: block;
}

.before-after-section .swiper-with-thumbs .swiper-container-thumbs .slide-item img {
    height: 86px;
    max-width: 109px;
    object-fit: cover;
}

.before-after-section .swiper-with-thumbs .swiper-container {
	width: 83% !important;
}

.before-after-section .swiper-with-thumbs .swiper-container-thumbs {
	width: 17% !important;
	box-shadow: inset 0px 20px 17px -14px #dfd0cd, inset 0px -20px 14px -14px #dfd0cd;
}

.before-after-section .swiper-with-thumbs .swiper-container-thumbs .swiper-slide.swiper-slide-thumb-active img {
	border: 3px solid #d17562;
}

/* .before-after-section .swiper-with-thumbs .swiper-container-thumbs .swiper-button-next-thumbs {
	-webkit-mask: -webkit-gradient(
		linear,
		left 45%,
		left 0%,
		from(rgba(0, 0, 0, 1)),
		to(rgba(0, 0, 0, 0))
	);
} */

.before-after-section {
	position: relative;
}

.before-after-section .swiper-with-thumbs .swiper-container-thumbs .swiper-button-next-thumbs {
	bottom: 0;
    transform: rotate(0deg) !important;
	top: unset !important;
}

.before-after-section .swiper-with-thumbs .swiper-container-thumbs .swiper-button-prev-thumbs {
	top: 0;
	bottom: unset !important;
	transform: rotate(180deg) !important;
}

.before-after-section .swiper-with-thumbs .swiper-container-thumbs .swiper-button-prev-thumbs.swiper-button-disabled,
.before-after-section .swiper-with-thumbs .swiper-container-thumbs .swiper-button-next-thumbs.swiper-button-disabled {
	opacity: 0;
}

@media only screen and (min-width: 1024px) {
	.before-after-section .swiper-with-thumbs .swiper-container-thumbs .swiper-wrapper {
		padding-top: 19px;
	}
}

.service-list-booking-slider-item .eb-row-wrapper {
    background: linear-gradient(to right, #ffe6e6, #ffd5d5);
    padding: 20px 0 25px;
    border-radius: 20px 77px 20px 20px;
    box-shadow: 0px 0px 10px #f0f0f0;
	min-height: 203px;
}

.service-list-booking-slider-item .eb-row-wrapper h3 {
	font-size: 25px;
    margin-bottom: 8px;
    margin-top: 12px;
}

.service-list-booking-slider-item .eb-row-wrapper p {
	font-size: 18px;
    margin-top: 7px;
    margin-bottom: 18px;
}

.service-list-booking-slider-item .eb-row-wrapper .main-btn {
	padding: 4px 18px;
}

.main-btn {
	margin-bottom: 16px;
	margin-right: 14px;
}

@media (max-width: 1200px) {
    .main-header .bottom-header ul li {
        padding: 0px 5px 0 0;
    }
	.main-header .bottom-header ul li:last-child {
		padding-right: 0;
	}
}

@media (min-width: 1200px) {
    .main-header .bottom-header #primary-menu>li {
        padding: 0px 15px 0 0;
    }
	.main-header .bottom-header #primary-menu>li:last-child {
		padding-right: 0;
	}
}

.eb-accordion-dkd2d.eb-accordion-container .eb-accordion-content-wrapper-eb-accordion-dkd2d > .eb-accordion-content {
	margin-top: 0px;
}

.single-post__banner-info .byline,
.single-post__banner-info .last-reviewed {
    margin-left: 13px;
    font-size: 14px;
    margin-top: -7px;
	margin-bottom: 7px;
	text-align: left;
}

.form-block-styled .wp-block-essential-blocks-column{
    padding-top: 25px;
    margin-bottom: 45px;
    padding-inline: 17px;
    border-radius: 25px;
    box-shadow: 0px 0px 10px 1px #c9c9c95e;
}

.form-block-styled .gform_wrapper.gravity-theme input[type=color], 
.form-block-styled .gform_wrapper.gravity-theme input[type=date], 
.form-block-styled .gform_wrapper.gravity-theme input[type=datetime-local], 
.form-block-styled .gform_wrapper.gravity-theme input[type=datetime], 
.form-block-styled .gform_wrapper.gravity-theme input[type=email], 
.form-block-styled .gform_wrapper.gravity-theme input[type=month], 
.form-block-styled .gform_wrapper.gravity-theme input[type=number], 
.form-block-styled .gform_wrapper.gravity-theme input[type=password], 
.form-block-styled .gform_wrapper.gravity-theme input[type=search], 
.form-block-styled .gform_wrapper.gravity-theme input[type=tel], 
.form-block-styled .gform_wrapper.gravity-theme input[type=text], 
.form-block-styled .gform_wrapper.gravity-theme input[type=time], 
.form-block-styled .gform_wrapper.gravity-theme input[type=url], 
.form-block-styled .gform_wrapper.gravity-theme input[type=week], 
.form-block-styled .gform_wrapper.gravity-theme select, 
.form-block-styled .gform_wrapper.gravity-theme textarea {
	border: 1px solid #ccc;
	border-radius: 8px;
	padding: 10px 15px;
	font-size: 15px;
	width: 100%;
	box-sizing: border-box;
}

.form-block-styled .gform_wrapper.gravity-theme input[type=submit] {
	background: #e7a48f;
	border: 2px solid #e7a48f;
	color: #ffffff;
	cursor: pointer;
	font-size: 16px;
	font-weight: 600;
	padding: 10px 20px;
	text-transform: uppercase;
	transition: all .2s ease-out;
	border-radius: 5px;
}

.form-block-styled .gform-theme--foundation .gform_fields {
	row-gap: 20px !important;
}

.form-block-styled .ginput_container.ginput_recaptcha.gform-initialized > div {
	height: 57px;
}

.form-block-styled .ginput_container.ginput_recaptcha.gform-initialized iframe {
    transform: translate(-44px, 0px) scale(0.7);
}