/*!
Theme Name: og-starter
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: og-starter
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

og-starter is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

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

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
	margin-bottom: 0 !important;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

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

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

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

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 16px; /* 2 */
	line-height:22px;
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #526152;
	font-family: 'Poppins', sans-serif;
	font-size: 12px;
	line-height: 20px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Lusitana', serif;
	clear: both;
	margin:24px 0;
}

h1 {
	font-size: 80px;
	line-height: 100px;
	font-weight:200;
}

h1.home-page-title {
	font-size: 56px;
	line-height: 64px;
}

h2 {
    font-size: 56px;
	line-height: 64px;
	font-weight:300;
	color:#636A63;
}
h2.hp_h2_tags {
	color: #4b4b4b;
    font-size: 64px;
	line-height: 72px;
	font-weight: 100;
}

h3 {
	font-size: 56px;
    line-height: 64px;
    color: #9a9a9a;
    font-weight: 300;
}
h3.hp_services_name {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
	font-family: 'Poppins', sans-serif;
	font-size: 28px;
	line-height: 40px;
	margin:10px 0px;
}

h4 {
	font-size:48px;
	line-height:56px;
	color: #AC5E76;
	font-weight:300;
}
h5 {
	font-size: 32px;
	line-height:40px;
	font-family: 'Poppins', sans-serif;
	color:#9a9a9a;
	font-weight:500;
}
h6 {
	font-size:24px;
	line-height:32px;
	font-family: 'Poppins', sans-serif;
	color:#9a9a9a;
}

p {
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	line-height:24px;
	margin:0;
	color:#636A63;
}


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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

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

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

big {
	font-size: 125%;
}



/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

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

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	border: 0;
    height: 2px;
    margin: 2em 0;
	border-top: 2px dashed #9a9a9a2b;
    width: 100%;
    background: 0;
    border-radius: 36px;
}



ul {
	list-style: none;
	margin:0;
	padding:0;
	font-size:16px;
	line-height:24px;
}

#content #content-page-wrapper ul li:before {
	background: #636A63;
    content: 'o';
    color:#636A63;
    border-radius: 50%;
    font-size: 0px;
    padding: 4px;
    padding-bottom: 4px;
    margin-right: 20px;
    margin-left: 5px;
	height:2px;
}
#content #content-page-wrapper li {
	display:flex;
	align-items:center;
}

#content #content-page-wrapper li > ul:before {
    content: '-';
    font-size: 0px;
    padding: 4px;
    padding-bottom: 4px;
    margin-right: 20px;
    margin-left: 5px;
	height:2px;
}


ol {
	list-style: decimal;
}

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



dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

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




/*2st slider*/
/*--------------------------------------------------------------
# Slider
--------------------------------------------------------------*/
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    position: absolute;
	top: 6vw;
    display: block;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}
.slick-slider {
	margin-top:-2.5vw;
	z-index:5;
}
.slick-list {
	padding-left:4.8vw;
}
.slide:nth-child(odd) {
	margin-top:50px !important;
}
.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 25px;
    opacity: .75;
    color: #4b4b4b;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 30px;
    height: 30px;
}


.slick-prev
{
    left: 0px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
	content: ' ';
    color: #4b4b4b;
    display: flex;
    justify-content: center;
	align-items: center;
	background-size:contain;
	background-image:url('https://nashvilleskincompany.com/wp-content/uploads/2020/10/navigation-left-circle-1_1.png');
}
[dir='rtl'] .slick-prev:before
{
    content: '>';
}

.slick-next
{
    left:3vw;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
	content: ' ';
    color: #4b4b4b;
    display: flex;
    justify-content: center;
	align-items: center;
	background-size:contain;
	background-image:url('https://nashvilleskincompany.com/wp-content/uploads/2020/10/navigation-right-circle-1.png');
}
[dir='rtl'] .slick-next:before
{
    content: '<';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots ul {
	display: flex;
	text-align: left !important;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 16px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}
.slick-initialized .slick-slide {
	display: flex;
}



/*SECOND SLIDER*/
/*--------------------------------------------------------------
# Slider2
--------------------------------------------------------------*/
/* Slider 2*/
#second_slider .slick-loading .slick-list
{
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
#second_slider .slick-prev,
#second_slider .slick-next
{
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: -2vw;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
#second_slider .slick-prev:hover,
#second_slider .slick-prev:focus,
#second_slider .slick-next:hover,
#second_slider .slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
#second_slider .slick-prev:hover:before,
#second_slider .slick-prev:focus:before,
#second_slider .slick-next:hover:before,
#second_slider .slick-next:focus:before
{
    opacity: 1;
}
#second_slider.slick-prev.slick-disabled:before,
#second_slider .slick-next.slick-disabled:before
{
    opacity: .25;
}
#second_slider .slick-slider {
	margin-top:-3.8em;
	z-index:4;
}
#second_slider .slick-list {
	padding-left:48vw !important;
}
#second_slider .slide:nth-child(odd) {
	margin-top:0px !important;
}
#second_slider .slick-prev:before,
#second_slider .slick-next:before
{
    font-family: 'slick';
    font-size: .9vw;
    opacity: .75;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
#second_slider .slick-prev
{
    left: 0vw;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
#second_slider .slick-prev:before
{
	content: ' ';
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
	background-size:contain;
	background-image:url('https://nashvilleskincompany.com/wp-content/uploads/2020/10/navigation-left-circle-1_1-white.png');
}
[dir='rtl'] #second_slider .slick-prev:before
{
    content: '>';
}
#second_slider .slick-next
{
	left: 3.5vw;
}
[dir='rtl']  #second_slider .slick-next
{
    right: auto;
    left: -25px;
}
#second_slider .slick-next:before
{
	content: ' ';
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
	background-size:cover;
	background-image:url('https://nashvilleskincompany.com/wp-content/uploads/2020/10/navigation-right-circle-1-white.png');

}
[dir='rtl'] #second_slider .slick-next:before
{
    content: '<';
}
#second_slider .slick-initialized .slick-slide {
	display: flex;
	justify-content: center;
	align-items:center;
}


/*--------------------------------------------------------------
# Forms - Book Appointment
--------------------------------------------------------------*/

.wpcf7 p, .wpcf7 h1, .wpcf7 h2, .wpcf7 h3, .wpcf7 h4{
	font-weight: normal;
	font-family: 'Poppins';
}

.wpcf7 form {
	width: 100%;
	margin: auto;
	min-height: 400px;
}

.wpcf7 form button {
	color: white;
    background: #AC5E76;
    font-family: 'Poppins', sans-serif;
	text-transform: uppercase;
	transition: all .4s ease-in-out;
    padding: 8px 12px 8px;
    font-weight: 600;
}
.wpcf7 form button:hover {
	color:#AC5E76;
	background: #eaeaea !important;
	padding: 8px 12px 8px;
}

.wpcf7 form .wpcf7-radio {
	display: flex;
	flex-direction: column;
	text-align: left;
	margin: auto;
	font-size:14px;
}


.wpcf7 form .calculation {
	margin-top: 16px;

}


#book-app-form button,
#book-app-form input[type="button"],
#book-app-form input[type="reset"],
#book-app-form input[type="submit"] {
	padding: 12px 24px;
    border: 0;
    cursor: pointer;
	padding: 12px 24px;
	line-height: 24px;
	background: #ac5e76;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
}
#book-app-form button.accordion {
	font-family: 'Poppins', sans-serif;
	font-size:16px;
	line-height:22px;
	margin:0;
	padding:0;
}
#book-app-form span.wpcf7-form-control-wrap.Email {
	color:#fff;
}
#book-app-form::-webkit-input-placeholder { /* WebKit browsers */
	color: #fff !important;
	opacity: 1;
	}
	#book-app-form:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color: #fff !important;
	opacity: 1;
	}
	#book-app-form::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: #fff !important;
	opacity: 1;
	}
	#book-app-form:-ms-input-placeholder { /* Internet Explorer 10+ */
	color: #fff !important;
	opacity: 1;
	}

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

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


#book-app-form input[type="text"],
#book-app-form input[type="email"],
#book-app-form input[type="url"],
#book-app-form input[type="password"],
#book-app-form input[type="search"],
#book-app-form input[type="number"],
#book-app-form input[type="tel"],
#book-app-form input[type="range"],
#book-app-form input[type="date"],
#book-app-form input[type="month"],
#book-app-form input[type="week"],
#book-app-form input[type="time"],
#book-app-form input[type="datetime"],
#book-app-form input[type="datetime-local"],
#book-app-form input[type="color"],
#book-app-form  textarea {
	background: #fff;
    padding: 8px 0 7px 8px;
    width: 100%;
	color: #798779 !important;
    border-color: 0;
    border: 0;
	outline: none;
	border-bottom: 3px solid #ac5e76;
}

#book-app-form input[type="text"]:focus,
#book-app-form input[type="email"]:focus,
#book-app-form input[type="url"]:focus,
#book-app-form input[type="password"]:focus,
#book-app-form input[type="search"]:focus,
#book-app-form input[type="number"]:focus,
#book-app-form input[type="tel"]:focus,
#book-app-form input[type="range"]:focus,
#book-app-form input[type="date"]:focus,
#book-app-form input[type="month"]:focus,
#book-app-form input[type="week"]:focus,
#book-app-form input[type="time"]:focus,
#book-app-form input[type="datetime"]:focus,
#book-app-form input[type="datetime-local"]:focus,
#book-app-form input[type="color"]:focus,
#book-app-form textarea:focus {
	color: #798779 !important;
	border-bottom: 3px solid #AC5E76;
	outline:none;
}
#book-app-form input:-internal-autofill-selected {
    appearance: menulist-button;
    background:#fff !important;
    background-image: none !important;
}

#book-app-form select {
	border: 1px solid #ccc;
}

#book-app-form textarea {
	width: 100%;
}



/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	font-size: 12px;
	line-height: 1;
	padding: 12px 24px;
	    font-family: 'Lusitana', serif;
    border: 0;
    cursor: pointer;
	padding: 12px 24px;
	line-height: 16px;
}
button.accordion {
	font-family: 'Poppins', sans-serif;
	font-size:16px;
	line-height:22px;
	margin:0;
	padding:0;
}
span.wpcf7-form-control-wrap.Email {
	color:#fff;
}
span.wpcf7-list-item{
	margin:0 !important
}
::-webkit-input-placeholder { /* WebKit browsers */
	color: #fff !important;
	opacity: 1;
	}
	:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color: #fff !important;
	opacity: 1;
	}
	::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: #fff !important;
	opacity: 1;
	}
	:-ms-input-placeholder { /* Internet Explorer 10+ */
	color: #fff !important;
	opacity: 1;
	}

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: #fff !important;
    padding: 18px 0 16px 0px;
    width: 100%;
    background: #526152;
    border-color: 0;
    border: 0;
	outline: none;
	border-bottom: .1vw solid #eaeaea;
}

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: #fff !important;
	border-bottom: .1vw solid #AC5E76;
	outline:none;
}
input:-internal-autofill-selected {
    appearance: menulist-button;
    background:#636A63 !important;
    background-image: none !important;
    color: -internal-light-dark(black, white) !important;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

a {
	color: #fff;;
}


a:hover, a:focus, a:active {
	color: #AC5E75;;
}

a:focus {
	outline: thin dotted;
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
header#myHeader.site-header {
	display:grid;
	grid-template-columns:40% 20% 40%;
	padding: 0 8em;
}

#myHeader nav#site-navigation {
	width:100%;
	display:flex;
	grid-column: 1;
    justify-content: flex-end;
	align-items: center;
	flex-wrap:wrap;
}
#myHeader nav#site-navigation .menu-main-container {
	width: 100%;
    display: flex;
    justify-content: flex-start;
}

#myHeader nav#site-navigation ul#main-nav {
	display:flex;
	align-self:flex-end;
}

#myHeader nav#site-navigation ul#main-nav li.menu-item a {
	font-family: 'Poppins', sans-serif;
	color:white;
	font-size:12px;
	text-transform:uppercase;
	border-bottom:3px solid transparent;
}
#myHeader nav#site-navigation ul#main-nav li.menu-item a:hover {
	border-bottom:3px solid pink;
}

header#myHeader .site-branding {
	grid-column: 2;
    display: flex;
    justify-content: center;
	align-items: center;
	max-width: 100px;
    margin: auto;
    filter: invert(1) saturate(0);
}

header#myHeader .top_right_cta {
	display:flex;
	justify-content:flex-end;
	align-items:center;
}
header#myHeader .top_right_cta a {
	font-size:12px;
	text-transform:uppercase;
	color:#fff;
	border-bottom:3px solid pink;
	padding: 8px 24px 5px;
}
header#myHeader .top_right_cta a:hover {
    box-shadow: inset 0 -80px 0 pink;;
    transition: all .9s !important;
    padding: 8px 24px 5px;
    border-bottom:3px solid pink;
}



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




footer#colophon .menu-main-container ul#main-nav.menu li.menu-item a {
    color: #ffff;
    font-family: 'Poppins', sans-serif;
	font-size:12px;
	margin:10px 0;
}
footer#colophon .menu-main-container ul#main-nav.menu li.menu-item a:hover {
    color: #AC5E75;
}
footer#colophon .menu-main-container ul#main-nav.menu li.menu-item {
	margin:10px 0;
}

.menu-main-container ul#main-nav.menu li.menu-item a {
    color: #526152;
        font-family: 'Lusitana', serif;
	font-size:16px;
}

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

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

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

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

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

.footer-nav ul {
    margin: 0;
	list-style:none;
	padding:0;
}
.footer-nav ul li {
	display:inline-block;
}

.sitemap-nav ul {
	margin: 0;
	list-style:none;
	padding:0;
	padding-left: 0 !important;
}



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

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

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

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

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

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

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

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

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

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


a {
	text-decoration: none;
}



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

header#myHeader {
    background: transparent;
	z-index: 999;
	position: absolute;
	left: 0;
}

header#myHeader ul li {
	margin: 0 24px 0 0;
}

header#myHeader ul li a:hover {
	color: #ec963e;
}

header#myHeader ul .btn {
	padding: 0;
}

header#myHeader ul .btn a {
height: 100%;
width: 100%;
padding: 8px 32px;
}

header#myHeader ul .btn a:hover {
	color: #fff;
}

.nav_button_mobile {
	position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
}

.menu-nav_button_mobile-container {
	width: 100%;
    display: flex;
    flex-direction: column;
}

#nav_button_mobile-nav {
	display: flex;
    margin: 0;
    padding: 0;
}

#nav_button_mobile-nav li {
	width: 50%;
    color: #fff;
	display: flex;
	border-radius: 0;
}

#nav_button_mobile-nav li a {
	margin: auto;
	color: #fff;
}


#site-navigation ul li {
	color: #fff;
	height: 100%;
	display: flex;
	justify-content: center;
}
#myHeader nav#site-navigation ul#main-nav li.menu-item a {
	text-align:center;
	line-height:20px;
}

#myHeader nav#site-navigation ul#main-nav li.menu-item-1218 a {
	text-align:left;
	line-height:20px;
}



#site-navigation ul li a {
	color: #fff;
	margin: auto;
}
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

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

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

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

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

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

.bypostauthor {
	display: block;
}

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

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


/*--------------------------------------------------------------
# Accordion
--------------------------------------------------------------*/
/* Style the buttons that are used to open and close the accordion panel */
.accordion {
  background-color: #fff;
  color: #526152;
  cursor: pointer;
  padding: 1.5em 1em 1em 1em;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 1em;
  transition: 0.4s;
  display:flex;
  align-items:center;
  justify-content:space-between;
}

.active, .accordion:hover, .accordion:focus {
  color: #3E82FC;
  border-color: transparent;
}

.image_arrow {
	transition: 0.4s;
}

.active .image_arrow {
	transform: rotate(-180deg);
}

.panel {
  padding: 17px 16px;
  background-color: #f0f0f0;
  overflow: hidden;
  transition: visibility 0s linear 0s, opacity 300ms;
  visibility: hidden;
  max-height: 0;
}

div.panel.show {
	visibility:visible;
	max-height:inherit;
	transition: visibility 0s linear 300ms, opacity 300ms;
	margin-bottom:2rem;
}

.panel p {
	font-size: 16px;
	line-height:22px;
}


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}


.fieldset-cf7mls {
	border: none;
	margin: auto;
	width: 100%;
}



.hidden {
	display: none;
}


.wpcf7 form button[disabled] {
	background: lightgrey !important;
}


footer#colophon {
    background: #526152;
}
footer ul#main-nav li.menu-item {
	padding-left:0px;
}
footer ul#main-nav li.menu-item a {
	color:#fff;
	font-size:14px;
	line-height:22px;
}
footer#colophon p.privacy_policy {
	margin:0;
	font-size:10px;
	line-height:1.3em;
	color: #fff;
	opacity:.7;
}
footer#colophon .privacy_policy a {
	margin:0;
	font-size:10px;
	line-height:1.3em;
	color: #fff;
	opacity:.7;
}
footer#colophon h4 {
	font-size:20px;
	line-height:30px;
	color:#fff;
	font-weight:100;
}
footer#colophon p {
	font-size:12px;
	line-height:20px;
	color:#fff;
	margin:10px 0 ;
}
footer#colophon a p:hover,
footer ul#main-nav li.menu-item a:hover {
	color:#ac5e76;
}
footer#colophon .location_wrapper_footer p a.yellow:hover {
	color:#fff;
}



/*Start of new Template CSS*/
/*COLORS*/
.l_pink_C {
	color:#E5C0C0C0;
}
.l_pink_BG {
	background:#E5C0C0C0;
}
.d_green_C {
	color:#636A63;
}
.d_green_BG {
	background:#636A63;
}
.g_pink_C {
	color:#D6C8CA;
}
.g_pink_BG {
	background:#D6C8CA;
}
.m_red_C {
	color:#AC5E75;
}
.m_red_BG {
	background:#AC5E75;
}
.l_green_C {
	color:#798779;
}
.l_green_BG {
	background:#798779;
}
.l_cream_C {
	color:#EAEAEA;
}
.l_cream_BG {
	background:#EAEAEA;
}
.w_BG {
	background:#fff;
}

h2.home_page_title {
	z-index: 3;
    margin-bottom: 0;
    font-size: 48px;
    color: #4b4b4b;
	font-weight: 100;
	line-height:56px;
}
.side-bar {
	margin-top:-3em;
	z-index:1;
}
.hero_container_1 {
	margin: auto 0 auto auto;
}
.hero_container_2 {
	margin: auto auto auto 1em;
}
.hero-section#homepage-hero:before {
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 96.25vh;
    width: 100%;
    background: linear-gradient(90deg, #00000085 0%, #00000085 100%);
}

.hero-section:before {
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(90deg, #00000085 0%, #00000085 100%);
}
p.hp_p {
	font-family: 'Poppins', sans-serif;
	font-size:14px;
	line-height:20px;
	font-weight:300;
}
.hp_p {
	font-family: 'Poppins', sans-serif;
	font-size:14px;
	line-height:20px;
	font-weight:300;
}
p a:hover {
	color: #AC5E76 !important;
}
p.hp_p#white_c{
	color: #fff;
}
p.hp_p#grey_c{
	color: grey;
}
p.hp_p#red_c{
	color: #ac5e76;
}
p.hp_p_red{
	color: #ac5e76;
	font-family: 'Poppins', sans-serif;
    font-size: 14px;
    line-height: 20px;
	margin: 0;
	font-weight:300;
}
p.hp_p#pink_c {
	color:#d6c8ca;
}


h2.hp_sub_title {
	font-size: 14px;
	line-height:22px;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #fff;
    margin: 0;
	font-weight: 500;
	z-index:1;
}
h3.hp_sub_title {
	font-size: 14px;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.2vw;
    color: #fff;
    margin: 0;
    font-weight: 500;
}
h1.hp_main_title {
	font-size: 52px;
    font-family: 'Lusitana', serif;
    color: #fff;
    font-weight: 100;
    text-align: center;
    line-height: 53px;
	z-index:1;
}
body {
	background:#eaeaea;
}

/*Section Under Hero Start*/
.hp_section_under_hero {
	display:grid;
	grid-template-columns: 14% 14% 14% 14% 14% 14% 14%;
	margin:-5em 0 10em;
	position:relative;
}
.square_image {
	grid-column: 2 / span 2;
	grid-row: 1 / span 3;
}
h2.suh_t {
	grid-row: 2;
	grid-column: 3 / span 3;
	margin:20px 0 20px 120px;
}	
.suh_p {
	grid-row: 3;
	grid-column: 4 / span 2;
	font-family: 'Poppins', sans-serif;
    font-size:14px;
    line-height:20px;
    margin: 0 0 20px 20px;
    color: #ac5e76;
}
.suh_cta {
	grid-row: 4;
	grid-column: 4 /span 2;
	display: flex;
    align-items: center;
	justify-content: flex-start;
	margin-left:16px;
}
.shape_1 {
	position: absolute;
    top: 11vw;
    left: 7vw;
    width: 22vw;
    z-index: -1;
}
.shape_2 {
	position: absolute;
    top: -5vw;
    right: 19vw;
    width: 25vw;
    z-index: -1;
}
/*Section Under Hero End*/

/*Start of Specials*/
.specials_full_wrapper {
	margin-left:20vw;
}
.specials_wrapper {
	background:#fff;
	margin:.5em;
	padding:2em 4em 4em;
}
.hp_button {
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
	font-size: 14px;
	background: #AC5E76;
	transition:all .4s ease-in-out;
	position: relative;
	padding: 8px 24px 8px;
}
.hp_button_border {
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
	font-size: 14px;
	background: #AC5E76;
	transition:all .2s;
	position: relative;
	padding: 8px 24px 8px;
}

.hp_button:hover {
	color: #ac5e76;
	background: #fff;
}
.hp_button_border:hover {
    color: #ac5e76;
	background: #fff;
	padding: 5px 21px 5px;
	border:3px solid #ac5e76;
}

.shape_3 {
	position: absolute;
    top: -9vw;
    right: -11vw;
    width: 30vw;
    z-index: -1;
}
.shape_4 {
	position: absolute;
    bottom: -31vw;
    left: -26vw;
    width: 51vw;
    z-index: 1;
}
#page.site {
	overflow-x:hidden;
}
/*End Specials & Promotions Start*/


/*STart of Mid Section title*/
.mid_section_background {
	background-color: #D6C8CA;
    height: 10em;
    width: 100%;
    position: relative;
    margin-top: 10em;
}
h2.mid_section_title {
	margin-top: 12.4vw;
    position: absolute;
    top: -17.3vw;
    COLOR: #fff;
    padding-left: 1.3em;
    font-weight: 300;
    font-size: 7vw;
    line-height: 7.4vw;
    z-index: 1;
}
/*End of Mid Section title*/

/*STart of Treatment Section*/
.featured-treatments-wrapper {
	margin: 0 auto;
    margin-bottom: -2em;
	padding-top: 6em;
	background: #d6c8ca;
	position:relative;
}
.treatments-section-wrapper {
	margin-top:-3vw;
}
.treatments-image {
	position: absolute;
    top: 8vw;
    left: 14.8vw;
    width: 26vw;
}
.featured-treatments-grid {
	display:grid;
	grid-template-columns: 33.33% 33.33% 33.33%;
	background:#EAEAEA;
	transition:.3s ease-in;
}
.featured-treatments-card:hover {
	background:#fff;
	cursor:pointer;
	transition:.3s ease-in;
}

p.hp_p.services {
	margin-bottom:2vw;
}
.hp_button.services_button {
	padding:8px 5px 6px;
}
.services_button::after {
	content: " →";
	color:#AC5E76;
	font-weight:Bold;
	padding-left:5px;
	transition:.3s ease-in-out;
}
.services_button:hover {
	color: #ac5e76;
}
.services_button:hover::after {
	content: " →";
	color:#ac5e76;
	font-weight:Bold;
	padding-left:5px;
}

.services_button {
	border-bottom: 0;
    text-transform: capitalize;
	font-size:14px;
	border-bottom:3px solid #AC5E76;
	transition: 0.4s ease-in-out;
}
.shape_5 {
	position: absolute;
    top: 8vw;
    left: -7vw;
    width: 11vw;
}
.shape_6 {
	position: absolute;
    top: 16vw;
    right: -5vw;
    width: 16vw;
    z-index: -2;
}
/*End of Treatment Section*/




/*Start of Tour Clinic Section*/
.tour-clinic-section {
	position: relative;
    background: #d6c8ca;
}
h2.tour_title {
	margin-left: 20vw;
    margin-bottom: 7vw;
    color: #fff;
}
.slider_wrapper_tour {
	width:100%;
	margin-left:20vw;
	z-index:4;
}
.tour-clinic-image {
	width: 28vw; 
	margin:0 1vw 0 0;
}
.shape_7 {
	position: absolute;
    width: 44vw;
    top: -2vw;
    left: -5vw;
}
.shape_8 {
	position: absolute;
    top: 2vw;
    right: 2vw;
	width: 93vw;
	z-index:3;
}
/*End of Tour Clinic Section*/



/*Start of Testimonials Section*/
.testimonial_grid {
	display:grid;
	background:#798779;
	grid-template-columns: 10vw 20vw 20vw 20vw 20vw 10vw;
	grid-template-rows: 15vw 10vw 10vw 10vw 10vw 15vw; 
	padding-bottom:4vw;
	position:relative;
}

.testimonail_1_wrapper {
	grid-column: 5;
    grid-row: 2 / span 2;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
	width:100%;
}
.grid_title_section {
	grid-column:2 / span 3;
	grid-row:2;
	z-index:4;
	display:flex;
}
h2.testimonials_header_title {
	color:#fff;
	margin:0;
	padding-left: 2vw;
	margin-top:1.5vw;
}
/*
.line-connecting {
	width: 23vw;
    border-bottom: .1vw solid #f2e9dc;
    align-self: flex-start;
    margin-top: 4.2vw;
}*/
.testimonial_1_image {
	grid-column: 4;
    grid-row: 1 / span 2;
    width: 19vw;
    margin-top: -2vw;
	z-index: 3;
}
h4.testimonial_name {
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 16px;
	margin: 0;
	font-family: 'Poppins', sans-serif;
	line-height: 24px;
}
h5.testimonial_service {
	font-size: 14px;
	margin: 0;
	line-height: 22px;
	color: #d6c8ca;
	font-weight:500;
}
.testimonial_stars {
	width:6vw;
}
p.testimonial_quote {
    margin-top: 1em;
}
.testimonial_1_image_wrapper {
	grid-column: 4;
    grid-row: 1 / span 2;
    margin-top: -2vw;
	z-index: 1;
	display:flex;
	justify-content: center;
	align-items: center;
}
.testimonial_image {
    width:16vw;
}
.testimonail_2_wrapper {
	grid-column: 3;
    grid-row: 3 / span 4;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
	width:80%;
}
.testimonial_2_image_wrapper {
	grid-column: 2;
    grid-row: 3 / span 2;
    z-index: 1;
    display: flex;
    justify-content: center;
	align-items: center;
	z-index:3;
}
.testimonail_3_wrapper {
	grid-column: 5;
    grid-row: 3 / span 4;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
	width:100%;
}
.testimonial_3_image_wrapper {
    grid-column: 4;
    grid-row: 4 / span 2;
    margin-top: 8vw;
	z-index: 1;
	display:flex;
	justify-content: center;
	align-items: center;
	z-index:3;
}

.shape_9 {
	position:Absolute;
	top: 3vw;
    left: -12vw;
    width: 18vw;
}
.shape_10 {
	position:Absolute;
	top: 30vw;
    right: -11vw;
    width: 20vw;
}
.shape_11 {
	position:Absolute;
    top: 26vw;
    right: -10vw;
    width: 18vw;

}
/*End of Testimonials Section*/


/*Start of Social Footer*/
h3.hp_sub_title  {
	color: #4b4b4b;
}
.social-grid {
	display:grid;
	grid-template-columns: 17vw 17vw 17vw 17vw 17vw 17vw;
	z-index:2;
}
.shape_12 {
	position:absolute;
	top:-14vw;
}
/*End of Social Footer*/



/*Start of Footer*/
.hours-footer p {
	color:#fff;
}
.bottom-footer-privacy {
	background-color:black;
}
/*End of Footer*/



/*Content Pages Styling*/
.content-pages-hero-line {
	height: 66em;
    background: #E5C0C0;
    width: 5px;
    margin-top: 40%;
}
.shape_15 {
	position: absolute;
    bottom: 0;
    right: -12vw;
    z-index: 0;
    width: 20vw;
}
.shape_16 {
	position: absolute;
    bottom: 7vw;
    right: -8vw;
    z-index: 0;
    width: 15vw;
}
/*End of Content Pages Styling*/

/*Start of Side Bar Styling*/
section#pages-2 {
	display:flex;
	flex-direction:Column;
	align-items:center
}
section#pages-2.widget h2.widget-title {
    color: #fff;
    font-size: 48px;
    border-bottom: 4px solid #fff;
    padding: 0 7px 0px;
    margin-top: 50px;
    line-height: 56px;

}
section#pages-2.widget ul li a{
	color:#fff;
}
section#pages-2.widget ul {
	text-align:Center;
}
section#pages-2.widget ul li {
	margin:20px 0;
}
section#pages-2.widget ul.children {
	margin-left:0;
}
/*End of Side Bar Styling*/



/*Start of Services Styling*/
.shape_13 {
	position: absolute;
    top: -3em;
    right: -26em;
    width: 44em;
}
.shape_14 {
	position: absolute;
    bottom: 17em;
    left: -38em;
    width: 60em;
}
.page-service-wrapper:hover {
	background:#eaeaea;
	cursor:pointer;
}
/*End of Services Styling*/


/*Start of Before and After Page Slider Styling*/
.page-id-1223 .single-item {
	padding:0;
}
.page-id-1223 .single-item .slick-list {
	padding:0;
}
.page-id-1223 .single-item .slick-slide img {
    display: block;
    padding: 0 2em;
}
.page-id-1223 .single-item .slick-prev, 
.page-id-1223 .single-item .slick-next {
    top: 108%;
}
@media screen and (max-width: 768px){
	.page-id-1223 .single-item .slick-prev, 
	.page-id-1223 .single-item .slick-next {
		position: Absolute;
		top: 111%;
	}
}

/*End of Before and After Page Slider Styling*/

@media screen and (max-width:1062px) {
	/*Start of Nav*/
	#myHeader nav#site-navigation {
		display:none;
	}
	header#myHeader .top_right_cta {
		display:none;
	}
	/*End of Nav*/

	header#myHeader.site-header {
		display:grid;
		grid-template-columns: 30% 40% 30%;
		padding: 0 8em;
	}
}
/*Start of Breakpoints*/
@media screen and (max-width: 768px) {



	/*Start of overall CSS*/
	h1 {
		font-size:48px;
		line-height:56px;
	}
	h2,
	h2.home_page_title {
		font-size: 40px;
		line-height: 48px;
	}
	/*End of overall css*/


	


	/*Start of Services Styling*/
	.services-grid-wrapper {
		grid-template-columns: 100%;
		display:grid;
	}
	.page_services_wrapper {
		padding:3rem;
	}
	.shape_13 {
		position: absolute;
		top: 2vw;
		right: -59vw;
		width: 81vw;
	}
	.shape_14 {
		position: absolute;
		bottom: 57vw;
		left: -71vw;
		width: 92vw;
	}
	/*End of Services Styling*/


	/*Start of Overall Content*/
	.side-bar {
		display:none;
	}
	/*End of Overall Content*/

	/*Section Under Hero Start*/
	.hp_section_under_hero {
		display: grid;
		grid-template-columns: 50% 50%;
		margin: -5em 0 10em;
		position: relative;
	}
	.square_image {
		grid-column: 1;
		grid-row: 1;
		margin-top: 2em;
	}
	h2.suh_t {
		grid-row: 1;
		grid-column: 1 / span 2;
		margin: 240px 0 20px 20px;
	}	
	.suh_p {
		grid-row: 2;
		grid-column: 1 / span 2;
		margin-top: 0em;
		padding: 0 20px 0 0;
	}
	.suh_cta {
		grid-row: 3;
		grid-column: 1 / span 2;
		margin-left:24px;
	}
	.shape_1 {
		position: absolute;
		top: 2vw;
		left: -47vw;
		width: 68vw;
		z-index: -1;
	}
	.shape_2 {
		position: absolute;
		top: 6vw;
		right: -25vw;
		width: 62vw;
		z-index: -1;
	}
	/*Section Under Hero End*/

	/*Start of Specials*/

	.btn_container {
		margin: auto;
	}
	.hp_button {
		text-transform: uppercase;
		font-weight: bold;
		color: #fff;
		font-size: 14px;
		background: #AC5E76;
		transition:all .4s ease-in-out;
		position: relative;
		padding: 8px 24px 8px;
	}
	
	.hp_button:hover {
		color:#fff;
	}
	.shape_3 {
		top: -28vw;
		right: -66vw;
		width: 95vw;
		z-index: -1;
	}
	.shape_4 {
		bottom: -31vw;
		left: -62vw;
		width: 98vw;
		z-index: 1;	
	}
	#page.site {
		overflow-x:hidden;
	}
	/*End Specials & Promotions Start*/

	/*STart of Mid Section title*/
	.mid_section_background {
		height: 20em;
		margin-top: 20em;
	}
	h2.mid_section_title {
		margin-top: 1em;
		top: -2.7em;
		padding: 0 1em;
		font-size: 56px;
		line-height: 56px;
	}
	/*End of Mid Section title*/


	/*STart of Treatment Section*/
	.featured-treatments-wrapper {
		margin: 0 auto;
		margin-bottom: -4.1vw;
		padding-top: 6vw;
		background: #d6c8ca;
		position:relative;
	}
	.featured-treatments-image-wrapper {
		display:none;
	}
	h2.featured-treatments-title {
		z-index: 3;
		margin-bottom: 0;
		font-size: 4vw;
		color: #4b4b4b;
		font-size: 64px;
		font-weight:100;
	}
	.treatments-section-wrapper {
		margin-top:3em;
	}
	.featured-treatments-grid {
		display:grid;
		grid-template-columns: 100%;
		background:#EAEAEA;
		margin: 2em auto;
		transition:.3s ease-in;
	}
	.featured-treatments-card {
		padding: 2em;
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
	}
	.featured-treatments-card:hover {
		background:#fff;
		cursor:pointer;
		transition:.3s ease-in;
	}

	p.hp_p.services {
		margin-bottom:2vw;
	}
	.hp_button.services_button {
		padding:8px 5px 6px;
	}
	.services_button::after {
		content: " →";
		color:#AC5E76;
		font-weight:Bold;
		padding-left:5px;
		transition:.3s ease-in-out;
	}
	.services_button:hover::after {
		content: " →";
		color:#fff;
		font-weight:Bold;
		padding-left:5px;
	}

	.services_button {
		border-bottom: 0;
		text-transform: capitalize;
		font-size:14px;
		border-bottom:3px solid #AC5E76;
	}
	.shape_5 {
		top: -37vw;
		left: -32vw;
		width: 50vw;
	}
	.shape_6 {
		position: absolute;
		top: 16vw;
		right: -5vw;
		width: 16vw;
		z-index: -2;
	}
	/*End of Treatment Section*/

	/*Tour Our Clinic Section*/
	h2.tour_title {
		margin-left:0;
		text-align:center;
	}
	#second_slider .slick-list {
		margin: 0 4vw !important;
		padding-left: 15vw !important;
	}
	.tour-clinic-image {
		width: 95vw;
		margin: 0 2vw;
	}
	.slider_wrapper_tour {
		margin:0 !important;
	}
	.shape_7 {
		width: 81vw;
		bottom: 2vw;
		left: -42vw;	
	}
	.shape_8 {
		top:2vw;
		right:44vw;
		width:136vw;
		z-index:3;
	}
	#second_slider .slick-prev {
		left: 41%;
		top: 115%;
	}
	#second_slider .slick-next {
		left: 53%;
		top: 115%;
	}
	/*End Tour Our Clinic Section*/

	/*Start of Testimonials Section*/
	.testimonial_grid {
		display:grid;
		background:#798779;
		grid-template-columns: 50% 50%;
		grid-template-rows: 5em 40em 40em 40em;
		position:relative;
		padding-bottom:7em;
	}
	.grid_title_section {
		grid-column:1 / span 2 ;
		grid-row:1;
		z-index:4;
		display:flex;
		justify-content:center;
		align-items:center;
	}
	h2.testimonials_header_title {
		margin:0;
		padding:0;
	}
	.line-connecting {
		display:none;
	}
	.testimonial_stars {
		width:10em;
	}
	.testimonial_image {
		width:23em;
	}

	.testimonail_1_wrapper {
		grid-column: 2;
		grid-row: 2 ;	
		width:100%;
		justify-content:center;
		margin-top:15em;
		z-index: 20;
	}
	.testimonial_1_image_wrapper {
		grid-column: 1;
		grid-row: 2 ;
	}
	.testimonial_1_image_wrapper .testimonial_image {
		margin-left: -12vw
	}
	

	.testimonail_2_wrapper {
		grid-column: 1;
		grid-row: 3 ;
		width:90%;
		margin-left:2em;
		align-items:flex-end;
		margin-top:15em;
		z-index: 20;
	}
	.testimonail_2_wrapper p.testimonial_quote {
		text-align:Right;
	}
	.testimonial_2_image_wrapper {
		grid-column: 2;
		grid-row: 3;
	}
	.testimonial_2_image_wrapper .testimonial_image {
		margin-right: -12vw
	}

	.testimonail_3_wrapper {
		grid-column: 2;
		grid-row: 4;
		margin-top:15em;
		z-index: 20;
	}
	.testimonial_3_image_wrapper {
		grid-column: 1;
		grid-row: 4;
	}
	.testimonial_3_image_wrapper .testimonial_image {
		margin-left: -12vw
	}

	.shape_9 {
		top: 3vw;
		left: -29vw;
		width: 56vw;
	}
	.shape_10 {
		top: 128vw;
		right: -44vw;
		width: 67vw;
	}
	.shape_11 {
		top: 158vw;
		right: -56vw;
		width: 72vw;

	}
	/*End of Testimonials Section*/


	/*Start of Social Footer*/
	.social-grid {
		display:grid;
		grid-template-columns: 50% 50%;
		z-index:2;
	}
	.shape_12 {
		position:absolute;
		top:-14vw;
	}
	/*End of Social Footer*/
}




@media screen and (min-width: 768px) and (max-width: 60em) {
	/*Start of Services Styling*/
	.services-grid-wrapper {
		grid-template-columns: 50% 50%;
		display:grid;
	}
	.shape_13 {
		position: absolute;
		top: -3em;
		right: -31em;
		width: 44em;
	}
	.shape_14 {
		position: absolute;
		bottom: 17em;
		left: -43em;
		width: 60em;
	}
	.page_services_wrapper {
		padding:8rem;
	}
	/*End of Services Styling*/

	/*Start of Overall Content*/
	.side-bar {
		display:none;
	}
	/*End of Overall Content*/


	/*Section Under Hero Start*/
	.hp_section_under_hero {
		display: grid;
		grid-template-columns: 33.33% 33.33% 33.33%;
		margin: -5em 0 10em;
		position: relative;
	}
	.square_image {
		grid-column: 1 / span 2;
		grid-row: 1;
		width: 30em;
		margin-left: 10em;
	}
	h2.suh_t {
		grid-row: 1;
		grid-column: 2 / span 2;
		margin: 200px 0 20px 200px;
	}	
	.suh_p {
		grid-row: 2;
		grid-column: 2 /span 2;	
	}
	.suh_cta {
		grid-row: 3;
		grid-column:2;
	}
	.shape_1 {
		position: absolute;
		top: 11vw;
		left: -11vw;
		width: 42vw;
		z-index: -1;
	}
	.shape_2 {
		position: absolute;
		top: -5vw;
		right: 19vw;
		width: 30vw;
		z-index: -1;
	}
	/*Section Under Hero End*/

	/*Start of Specials*/
	.specials_full_wrapper {
		margin-left:10em;
	}
	.slick-list {
		padding-left:5.5em;
		padding-top:6em;
	}
	.shape_3 {
		position: absolute;
		top: -9vw;
		right: -11vw;
		width: 30vw;
		z-index: -1;
	}
	.shape_4 {
		position: absolute;
		bottom: -31vw;
		left: -26vw;
		width: 51vw;
		z-index: 1;
	}
	#page.site {
		overflow-x:hidden;
	}
	/*End Specials & Promotions Start*/


	/*Featured Treatments Section*/
	.featured-treatments-image-wrapper {
		display:none;
	}
	/*End of FEatured treatments section*/

	/*Start of Tour CLinic*/
	#second_slider .slick-list {
		padding: 0px !important;
	}
	.slider_wrapper_tour {
		margin-left:0;
	}
	/*End of Tour Clinic*/




	/*Start of Testimonials Section*/
	.testimonial_grid {
		display:grid;
		background:#798779;
		grid-template-columns: 10vw 20vw 20vw 20vw 20vw 10vw;
		grid-template-rows:25vw 15vw 15vw 15vw 20vw 25vw; 
		padding-bottom:10vw;
		position:relative;
	}
	.testimonial_1_image_wrapper{
		grid-column: 4;
		grid-row: 1 / span 2;
		width: 19vw;
		margin-top: -2vw;
		z-index: 3;
		margin-right:10px;
	}

	.testimonail_1_wrapper {
		grid-column: 5 / span 2;
		grid-row: 2 / span 2;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		justify-content: flex-end;
		width:80%;
	}
	.grid_title_section {
		grid-column:2 / span 3;
		grid-row:1;
		z-index:4;
		display:flex;
	}
	h2.testimonials_header_title {
		color:#fff;
		margin:0;
		padding-left: 2vw;
		margin-top:1.5vw;
		width:50%;
	}
	.line-connecting {
		display:none;
	}
	
	.testimonial_image {
		width:100%;
	}
	.testimonail_2_wrapper {
		grid-column: 3;
		grid-row: 3 / span 4;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		justify-content: center;
		width:80%;
	}
	.testimonial_2_image_wrapper {
		grid-column: 1 / span 2;
		grid-row: 3 / span 2;
		z-index: 1;
		display: flex;
		justify-content: center;
		align-items: center;
		z-index:3;
		margin-right:40px;
	}
	.testimonail_3_wrapper {
		grid-column: 5 / span 2;
		grid-row: 3 / span 4;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		justify-content: flex-end;
		width:80%;
	}
	.testimonial_3_image_wrapper {
		grid-column: 4;
		grid-row: 4 / span 2;
		margin-top: 8vw;
		z-index: 1;
		display:flex;
		justify-content: center;
		align-items: center;
		z-index:3;
		margin-right:10px;
	}

	.shape_9 {
		position:Absolute;
		top: 3vw;
		left: -12vw;
		width: 18vw;
	}
	.shape_10 {
		position:Absolute;
		top: 30vw;
		right: -11vw;
		width: 20vw;
	}
	.shape_11 {
		position:Absolute;
		top: 26vw;
		right: -10vw;
		width: 18vw;

	}
	/*End of Testimonials Section*/

	/*Start of Social Footer*/
	.social-grid {
		display:grid;
		grid-template-columns: 33.33% 33.33% 33.33%;
		z-index:2;
	}
	.shape_12 {
		position:absolute;
		top:-14vw;
	}
	/*End of Social Footer*/
}


/*Treatments Image Make a Little Larger*/
@media screen and (min-width: 60em) and (max-width: 1259px) { 
	.treatments-image {
		left: 6.8vw;
		width: 36vw;
	}
}
/*Treatments Image Make a Little Larger*/




@media screen and (min-width: 60em) {
	/*Start of Services Styling*/
	.services-grid-wrapper {
		grid-template-columns: 33% 33% 33%;
		display:grid;
	}
	.page_services_wrapper {
		padding:8rem;
	}
	/*End of Services Styling*/

	/*Start of Specials & Promotions*/
	.slick-slider {
		padding-left:9vw;
	}
	#second_slider .slick-slider{
		padding-left:0vw !important;
	}
}



/*Slider breakpoints*/
@media screen and (max-width:767px) {
	.specials_full_wrapper {
		margin: 0em 2em ;
	}
	.specials_wrapper {
		margin: 0 2em;
		padding:2em;
	}
	.multiple-items .slick-list {
		padding:0vw !important;
		margin: 2em 0em !important;
	}
	.multiple-items.slick-slider {
		padding-left:2em !important;
		padding-right:2em !important;
	}
	.slick-prev, .slick-next {
		position:Absolute;
		top:106%;
	}
	.slick-prev {
		left: 40%;
	}
	.slick-next {
		left: 50%;
	}
	.slide:nth-child(odd) {
		margin-top:0px !important;
	}
}
@media screen and (max-width:800px) and (min-width:768px) {
	.specials_full_wrapper {
		margin: 0em 2em ;
	}
	.specials_wrapper {
		margin: 0 2em;
	}
	.multiple-items .slick-list {
		padding-left:30vw !important;
		margin: 2em 0em !important;
	}
	.multiple-items.slick-slider {
		padding-left:2em !important;
		padding-right:2em !important;
	}
	.slick-prev, .slick-next {
		top:103%;
	}
	.slick-prev {
		left: 40%;
	}
	.slick-next {
		left: 50%;
	}
	.slide:nth-child(odd) {
		margin-top:0px !important;
	}
}

@media screen and (max-width:1400px) and (min-width:768px) {
	.featured-treatments-grid {
		display:grid;
		grid-template-columns: 50% 50%;
		background:#EAEAEA;
		transition:.3s ease-in;
		margin:6em  auto;
		z-index:1;
	}
	.shape_5 {
		top: 10vw;
		left: -21vw;
		width: 47vw;
		z-index: 0;
	}
	.shape_6 {
		position: absolute;
		top: 55vw;
		right: -20vw;
		width: 53vw;
		z-index: 0;
	}
}

@media screen and (min-width:960px) and (max-width:1350px) {
	.multiple-items .slick-list {
		padding-left:6.8vw;
	}
}
/*End of Brakpoints*/



.menu-item ul {
	display: none;
}

.menu-item ul li a {
	color: #ac5e76 !important;
}

.menu-item {
	position: relative;
}

.menu-item:hover ul {
	display: flex;
	position: absolute;
    top: 1.5em;
    left: -2em;
	flex-direction: column;
	background: #fff;
	padding: 8px 12px;
}

.menu-item-10 ul {
	width: 235px;
}

.menu-item-10 ul li a {
	margin-left: 0 !important;
}

.site-footer .menu-item ul {
	display: none;
}


.nav_button_mobile {
	display: none;
}
#navLocation,
#navSocial {
	display:none;
}

@media (max-width: 1062px) {
	.menu-toggle {
		display:none;
	}
	.nav_button_mobile {
		display: block;
		position: absolute;
		right: 2em;
		left: auto;
		top: 0em;
		width: 24px;
		background:none;
		z-index:3;
	}
	.bar {
		width: 24px;
		height: 3px;
		border-radius: 24px;
		background: white;
		margin: 4px 0px;
	}
	.show-mobile {
		position: absolute;
		margin: 0 auto;
		top: 0;
		right: 0;
		background: white;
		padding: 40px 50px 100px;
		display:block !important;
		z-index:1;
		box-shadow: 0px 6px 10px #00000057;
	}
	#myHeader nav#site-navigation {
		width:90vw;
		height: 100vh;
	}
	#myHeader nav#site-navigation ul#main-nav {
		flex-direction:column;
		margin:0px 0 20px;
	}
	#myHeader nav#site-navigation ul#main-nav li.menu-item a {
		font-family: 'Poppins', sans-serif;
		color: black;
		font-size: 16px;
		text-transform: uppercase;
		border-bottom: 3px solid transparent;
		padding:0;
		margin:0;
	}
	#myHeader nav#site-navigation ul#main-nav li.menu-item {
		justify-content:flex-start;
		padding-bottom:16px;
	}
	#myHeader nav#site-navigation ul#main-nav li.menu-item a:hover {
		border-bottom: 3px solid white;
	}
	#myHeader nav#site-navigation ul#main-nav li.menu-item ul.sub-menu li {
		display:none;
	}
	.bar-dark {
		background: black !important;
	}
	#navLocation,
	#navSocial {
		display:block;
	}
	
}

.widget_nav_menu {
	text-align: center;
}

.widget_nav_menu h2, .widget_nav_menu a, .widget_nav_menu li {
	color: white;
}

.widget_nav_menu a:hover {
	color: #E5C0C0;
}

.widget_nav_menu li {
	padding: 4px 0;
}

.widget_nav_menu h2 {
	padding-top: 0.5em;
}
.single-post .site-content #content-page-wrapper a {
	color: #ac5e76 !important;
}

#phone-problem {
    display: flex;
    position: fixed;
    bottom: 0;
	top: 0;
	left: 0;
	right: 0;
	background: rgba(0,0,0,0.4);
    width: 100vw;
    height: 300px;
    justify-content: center;
    z-index: 100000;
	height: 100vh;
}

#phone-problem .popup {
	display: flex;
	width: 50%;
	margin: auto;
	flex-direction: column;
	position: relative;
	text-align: center;
	background: #798779;
	padding: 24px 30px;
}

#phone-problem .popup-container {
	display: flex;
	margin: auto;
	flex-direction: column;
	position: relative;
	text-align: center;
}

#phone-problem .popup a {
	max-width: 150px;
	text-align: center;
	margin: 24px auto;
}

#closePopup {
	position: absolute;
	top: 10px;
	right: 10px;
	background: transparent;
	font-weight: bold;
	font-size: 16px;
	padding: 10px;
	color: white !important;
	z-index: 999999999;
}

#phone-problem h2 {
	font-size: 32px;
	color: white !important;
}

#phone-problem p {
	color: white !important;
}

@media (max-width: 500px) {
	#phone-problem .popup {
		width: 80%;
	}
	#phone-problem h2 {
		font-size: 30px;
    	line-height: 36px;
	}
	
}

@media (min-width: 500px) {
	#phone-problem h2 {
		margin-bottom: 12px;
    	margin-top: 56px;
	}
}