/*!
Theme Name: AestheticSolutionsInc
Author: Anonymous
Description: Custom theme for  Aesthetic Solutions Inc
Version: 1.0.0
*/

/*--------------------------------------------------------------
>>> 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;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	line-height: normal;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
	background-color: #f8f8f8;
}

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

/* 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;
}
.page-id-354 .banner-wrapper{
	max-width: 725px;
}
/**
 * 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;
}
div#loop-post .page-header {
    margin-top: 3rem;
}
.single-post main#primary {
    padding-bottom: 3rem;
}
.nectar-fancy-ul.animated-in i {
    margin-right: 6px;
}
/**
 * 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;
}
.page-id-220 .col-row  ul ul, .page-id-220 .col-row  ul ul ul {
    margin: 0 !important;
}
.page-id-220 .col-row ul ul {
    list-style: circle;
}
.page-id-220 .col-row ul ul ul {
    list-style: square;
}
/**
 * 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: #333333;
	font-size: 16px;
	line-height: normal;
}


h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Playfair Display', serif;
	font-size: 64px;
	line-height: normal;
	margin:0;
	font-weight: 400;
}
h1 {
	font-size: 64px;
	line-height: 59px;
}
h2{
	font-size: 62px;
	line-height: 62px;
}
h3{
	font-size: 61px;
	line-height: 60px;
}
h4{
	font-size: 28px;
	line-height: 22px;
}
h5{
	font-size: 22px;
	line-height: 20px;
}
h6{
	font-size: 18px;
}
p {
	line-height: 24px;
}
.title-underline {
    height: 2px;
    width: 100px;
    background: #D0B98F;
    display: block;
    margin-left: auto;
	margin-right:auto
}
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 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol,
ul > li{
	margin-bottom: 0;
	margin-left: 2.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 {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
	color: #666666;
	text-decoration: none;
	transition: 0.3s;
}

a:visited {
	color: #666666;
}

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

a:focus {
	outline: 0;
}

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;
	    min-width: 217px;
}

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


.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-left: 15px;
    margin-bottom: 15px;
    margin-top: 25px;
}

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

.top-header {
    background: #F8F8F8;
	padding: 5px 0;
}
footer#colophon li:before {
    content: '•';
    color: #d0b98f;
    margin-right: 5px;
}
section#boxes .column-wrapper,
.boxes .column-wrapper {
    border-top: 5px solid #D0B98F;
}
.container,
.wide-container{
	max-width: 1200px;
	padding: 30px 15px;
	margin-left: auto;
	margin-right: auto;
}
section#boxes .column-wrapper,
.boxes .column-wrapper {
    margin-left: 22px;
    margin-right: 22px;
    margin-bottom: 3rem;
	max-width: 370px !important;
}
.wide-container {
	max-width: 1690px;
}
section#boxes p,
.boxes p {
    margin: 0;
}
section#boxes .col-text,
.boxes .col-text {
    margin-bottom: 10px;
}
.row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
	align-items: center;
}
.left,.right{
	max-width:50%
}
.top-header .left {
    width: 100%;

}
.top-header .right {
	justify-content: space-between;
    width: 100%;
	max-width: 500px;
	display: flex;
}

.top-header {
    color: #666666;
    font-size: 16px;
}
.social-media-wrapper a {
    margin-right: 25px;
}
.main-header .left {
    max-width: 420px;
    width: 100%;
}
.main-header .right {
    width: 100%;
    max-width: 720px;
}
nav#site-navigation {
    display: flex;
    justify-content: flex-end;
}
nav#site-navigation>div>ul li {
    margin-left: 40px;
}
ul#primary-menu a {
    font-size: 16px;
	padding-top: 13px;
	padding-bottom: 13px;
	color:#000;
	width: 100%;
}
li#menu-item-495 a {
    padding-left: 25px;
	padding-right: 25px;
    background: #D0B98F;
	color:#fff
}
li#menu-item-495 a:hover{
	background: #000;
}
.main-header {
    padding: 38px 0;
}
ul#primary-menu > li:first-child {
    margin-left: 0;
}
ul.sub-menu {
    flex-direction: column;
    z-index: 9999;
    background: #fff;
}
ul.sub-menu li {
    margin: 0 !important;
}
ul.sub-menu a {
    display: block;
    padding: 10px 20px;
}
ul.sub-menu a:hover{
	background: #D0B98F;
}
nav#site-navigation>div>ul li a{
	position: relative;
}
nav#site-navigation>div>ul li a:after{
	content:'';
	position: absolute;
	height: 2px;
	background: #D0B98F;
	left:0;
	bottom:10px;
	transition: 0.3s;
	right: 100%;
}
nav#site-navigation>div>ul li a:hover:after,
nav#site-navigation>div>ul li.current-menu-item a:after{
	right: 0;
}
li#menu-item-495 a:after,
.sub-menu a:after{
	display:none !important;
}

.banner {
    height: 100vh;
    max-height: 584px;
    min-height: 300px;
	background-size: cover;
    background-position: center;
}
.home .banner {
    max-height: 774px;
}

.banner-slider .container,
.iiner .container{
	position: relative;
	height: 100vh;
    max-height: 584px;
    min-height: 300px;
}
.home .banner-slider .container{
	max-height: 774px;
}
.banner-wrapper {
    position: absolute;
    right: 0;
    bottom: 50%;
    transform: translateY(50%);
    max-width: 570px;
}
.home .banner-wrapper{
	text-align: center;
	max-width: 100%;
}
.banner-wrapper .title-underline {
    text-align: left;
    margin-left: 0;
    margin-top: -20px;
    margin-bottom: 10px;
}
.home .banner-wrapper .title-underline{
	display: none;
}
.banner-wrapper h1 {
    margin-bottom: 1.5rem;
}
.home .banner-text {
    font-size: 22px;
}
.banner-text{
	font-size: 16px;
	line-height: 24px;
    margin-bottom: 1rem;
}
a.button {
    height: 50px;
    min-width: 250px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: 1px solid transparent;
}
.column-wrapper {
    display: inline-flex;
    width: 100%;
	flex-direction: column;
	justify-content: center;
    position: relative;
	z-index: 1;
}
a.button i {
    margin-right: 7px;
}
.banner-wrapper .button {
    border-color: #333;
}
.banner-wrapper .button:hover{
	background-color: #D0B98F;
	border-color: #D0B98F;
	color:#fff
}
.col-row {
    display: flex;
}
.flex-wrap .col-row{
	flex-wrap: wrap;
}
#skin-laser .title-underline {
    background: #fff;
}
section#revitalize {
    background-position: right;
    background-size: 100% 806px;
    background-repeat: no-repeat;
}
.testimonail-wrap .content {
    font-size: 20px;
    line-height: 30px;
    font-style: italic;
    margin-bottom: 1rem;
    max-width: 330px;
    margin-top: 1rem;
	margin-left: auto;
    margin-right: auto;
}
.stars {
    color: #FFD24D;
}
.testimonail-container h2 {
    text-align: center;
    margin-bottom: 60px;
}

.testimonail-slider button.slick-prev:after{
	content: "\f053";
}
.testimonail-slider  button.slick-prev{
    left: 155px;
}

.testimonail-slider button.slick-next{
    right: 155px;
}

.testimonail-slider button.slick-next:after{
	content: "\f054";
}
.testimonail-slider button:after{
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
   cursor: pointer;
    font-size: 34px;
    color: #888888;
}
.testimonail-slider button{
    font-size: 0;
    background: transparent !important;
    border: 0;
    position: absolute;
    top: 50%;
	z-index: 999;
}
section.testimonail .slick-slider {
    position: static;
}
section.testimonail {
    position: relative;
}
section.testimonail {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
	margin-bottom:3rem;
	padding-top: 60px;
}
.text-par p{
	margin: 0;
}
.text-par h2 {
    margin-bottom: 20px;
}
.section-footer {
    background-size: cover;
    background-position: center;
}
.text-par {
    font-size: 22px;
    color: #fff;
    min-height: 600px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 380px;
}
div#gform_wrapper_1 {
    margin-top: 30px;
}
span.gform_description {
    font-size: 16px;
    margin-bottom: 2rem;
    display: block;
}
form#gform_1 {
    display: flex;
    align-items: center;
    margin-top: -13px;
}
input#input_1_1 {
    height: 50px;
    border: 0;
    color: #666666 !important;
    font-weight: 300;
    width: 250px;
    border-radius: 0;
}
input#gform_submit_button_2,.gform_button.button {
    background: #d0b98f;
    height: 50px;
    color: #fff;
    border: 0;
    width: 150px;
    border-radius: 0;
	cursor: pointer;
	transition: 0.3s;
}
h2.gform_title {
    margin-bottom: 1rem;
}
input#gform_submit_button_2:hover,.gform_button.button:hover{
	background:#000;
}
div#gform_wrapper_2 {
    margin-top: 1rem;
}
#gform_wrapper_1 .gform_footer.top_label {
    background: #D0B98F;
    padding: 0 !important;
    height: 50px;
    margin: 0 !important;
    display: flex;
    width: 50px;
    align-items: center !important;
    justify-content: center !important;
}
input#gform_submit_button_1 {
    margin: 0 !important;
    align-self: center !important;
}
footer#colophon {
    padding-top: 90px;
    padding-bottom: 30px;
}
.col.col-1 {
    max-width: 250px;
    border-right: 1px solid #CCCCCC;
	padding-right: 60px;
}
footer#colophon a {
    color: #333;
}
footer#colophon a:hover{
	color:#d0b98f
}
.add {
    margin-bottom: 1.5rem;
	line-height: 1.5;
}
footer .social-media-wrapper a {
    color: #fff !important;
    background: #D0B98F;
    height: 34px;
    width: 34px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    margin-right: 10px;
}
footer .social-media-wrapper a:hover{
	background: #333;
}
footer .social-media-wrapper {
    margin-top: 60px;
}
.col.col-2 {
    max-width: 220px;
    justify-content: center;
	width: 100%;
}
.two-col-par p a {
    color: #d0b98f;
}
ul {
    margin: 0;
    padding: 0;
    /* list-style: none; */
}
footer#colophon li,.side-bar li {
    list-style: none;
}
footer .row{
	align-items: baseline;
	flex-wrap: unset;
}
.col-title {
    font-weight: bold;
    margin-bottom: 10px;
}
.col.col-2 span,
.col.col-3 span,
.col.col-4 span,
.col.col-5 span,
.col.col-6 span {
    color: #d0b98f;
    margin-right: 5px;
}
.col.col-2 ul li {
    margin-bottom: 2px;
}
/*.col.col-3{
    max-width: 225px;
    width: 100%;
}*/
.copy {
    padding: 0 15px;
    text-align: center;
    font-size: 14px;
    color: #666666;
    margin-top: 62px;
}
button#back-to-top {
    background: #d0b98f;
    z-index: 99999;
    color: #fff;
    border: 0;
    bottom: 20px;
    right: 20px;
    position: fixed;
    cursor: pointer;
	opacity: 0;
}
button#back-to-top.show {
	opacity: 1;
}
div#masthead.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background: #fff;
}
.has-sticky {
    padding-top: 135px;
}
.has-sticky .top-header {
    display: none;
}
.menu-item-has-children:after {
    content: "\f0dd";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    display: inline-block;
    position: absolute;
    right: -14px;
    top: 15px;
    font-size: 13px;
    color: #333;
}
header.site-header {
    display: block !important;
}
a.mobmenu-right-bt.mobmenu-trigger-action i {
    color: #333;
}

.no-content {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 600px;
    font-size: 30px;
    color: gray;
}
header.entry-header {
    margin-top: 3rem;
    margin-bottom: 1rem;
}
section#boxes .button,
.boxes .button {
    position: absolute;
    left: 50%;
    bottom: 40px;
    transform: translateX(-50%);
}
.post-banner {
    height: 400px;
    background-position: center;
    background-size: cover;
}
.post-banner {
    display: flex;
    justify-content: center;
    align-items: center;
}
.blog article {
    display: flex;
}
.blog article {
    display: flex;
    border-top: 1px solid #D0B98F;
    padding-bottom: 21px;
}
.blog article img {
    max-width: 270px;
    height: 170px;
    margin-right: 35px;
	object-fit: cover;
}
ul.wp-block-categories-list.wp-block-categories {
    margin-top: 1rem;
    text-align: center;
    font-size: 22px;
}
ul.wp-block-categories-list.wp-block-categories li:first-child {
    border-top: 2px solid #D0B98F;
}
a.read {
    color: #d0b98f;
}
.current-cat a:before {
    content: '› ';
    color: #d0b98f;
}
.entry-content h2 ,
.entry-content h3 {
    font-weight: 300;
	
}
.entry-content h3{
	font-size: 62px;
}
.entry-content h2{
	font-size: 61px;
}
.category article img {
    max-height: 500px;
    object-fit: cover;
    object-position: center;
}
.current-cat a {
    color: #d0b98f;
}
.alm-btn-wrap .alm-load-more-btn {
    background: #d0b98f !important;
}
li.alm-item img {
    max-width: 270px;
    width: 100%;
}
li.alm-item h3 {
    font-size: 61px;
}
li.alm-item .entry-meta {
    display: none;
}
/* .alm-reveal:first-child li.alm-item:first-child {
    border-top: 0;
	padding: 0 !important;
} */
li.alm-item img {
    max-width: 270px !important;
    width: 100%;
    padding-top: 32px !important;
    height: auto !important;
    object-fit: cover;
}
div#loop-post {
    width: 100%;
}
/* .alm-reveal:first-child  li.alm-item:first-child img {
    position: static !important;
    width: 100% !important;
    max-width: 100% !important;
    height: 100% !important;
	margin-bottom: 1rem;
} */
li.alm-item {
    padding: 0 0 0 299px !important;
    border-top: 1px solid #D0B98F;
    padding-top: 20px !important;
}
ul.wp-block-categories-list.wp-block-categories li {
    border-bottom: 2px solid #D0B98F;
    padding-bottom: 5px;
	padding-top: 10px;
    padding-bottom: 10px;
}
.just-center .col-row{
	justify-content: center;
}
.blog header.entry-header {
    margin-top: 40px;
}
.blog article:first-child {
    flex-direction: column;
	border:0
}
.blog article:first-child img {
    height: 100%;
    width: 100%;
    max-width: 100%;
}
.side-bar {
    width: 370px;
    margin-left: 50px;
    background: #F8F8F8;
    padding-top: 50px;
    padding-left: 40px;
    padding-right: 40px;
}
.blog-wrapper {
    display: flex;
}

.post-banner {
    position: relative;
	z-index: 1;
}

.single .post-banner:before {
    content: '';
    background: #333333bf;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
}
.single .post-banner h1 {
    color: #fff;
    text-align: center;
}
i.mob-icon-down-open.open-icon {
    font-size: 16px;
}
li.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-495 a {
    padding-left: 25px;
    padding-right: 25px;
    background: #D0B98F;
    color: #fff;
}
p.gform_required_legend {
    display: none;
}
ul.gallery {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
	justify-content:center
}
ul.gallery li {
    max-width: 48%;
}
section#specials {
    background: #d0b98f;
}
.two-col-par ul {
    padding-left: 18px;
    margin: 20px 0;
}
.two-col-par li {
    line-height: 1.7;
}
ul.gallery li img {
    min-height: 263px;
    object-fit: cover;
	max-width: 432px;
    width: 100%;
}
.tab-title {
    padding: 16px;
	margin-top:10px
}
.tab-content {
    padding: 30px;
    margin-bottom: 10px;
	display:none
}
section.error-404.not-found {
    padding-top: 3rem;
    padding-bottom: 3rem;
}
.widget.widget_recent_entries {
    margin-top: 2rem;
}
h2.widgettitle {
    margin-bottom: 1rem;
}
input.search-submit {
    padding-left: 25px;
    padding-right: 25px;
    background: #D0B98F;
    color: #fff;
}
input.search-field {
    height: 34px;
    border-right: 0;
    border-radius: 0;
    margin-right: -2px;
    border: 0;
}
select#archives-dropdown--1 {
    height: 34px;
    padding: 5px;
}
h2.widget-title {
    margin-bottom: 1rem;
}
.boxes a.button {
    background: rgb(208,185,143);
    color: #fff;
}
.boxes a.button:hover{
	background: #fff;
    color: rgb(208,185,143);
}
.boxes .single-btn-wrapper {
    height: 50px;
}
.menu-item-has-children .menu-item-has-children:after {
    right: 13px;
}
ul.sub-menu ul.sub-menu {
    left: unset;
    right: 0;
    transform: translateX(98%);
}


ul.sub-menu ul.sub-menu {
    display: none;
}

ul {
    margin-bottom: 30px !important;
}

li {
    margin-bottom: 5px !important;
}

@media(max-width:1366px){
	.testimonail-slider button.slick-next {
		right: 10px;
	}
	.testimonail-slider button.slick-prev {
		left: 10px;
	}
}
@media(max-width:1024px){
	div#masthead .row {
		flex-direction: column;
	}
	nav#site-navigation {
		justify-content: center;
	}
	.banner-wrapper {
		right: 50%;
		transform: translate(50%,50%);
	}
	.banner.slick-slide,
	section#revitalize {
		POSITION: RELATIVE;
		z-index: 1;
	}
	.banner.slick-slide:before,
	section#revitalize:before {
		content: '';
		position: absolute;
		background: rgb(240 240 240 / 52%);
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: -1;
	}
	
	section#revitalize .col-row {
		justify-content: center;
	}
	.testimonail-wrap .content{
		margin-left: auto;
		margin-right: auto;
	}
	.stars,.autor {
		max-width: 330px;
		margin: auto;
	}
	.text-par {
		margin: auto;
	}
	footer .row {
		flex-wrap: wrap;
		justify-content: center;
	}
	footer#colophon .col {
		max-width: 33% !important;
		width: 100% !important;
		margin-bottom: 3rem;
	}
	.col.col-1{
		border:0
	}
		.top-header .row {
		flex-direction: column;
	}
	.top-header .row div {
		margin-bottom: 10px;
		text-align: center;
	}
		footer#colophon .col {
		padding: 0 30px;
	}
	#body .mob-menu-header-holder.mobmenu {
		background: #f8f8f8;
		padding-bottom: 64px;
	}

}
@media(max-width:992px){
	ul.sub-menu ul.sub-menu{
		transform:unset;
	}
	
.mob-expand-submenu .mob-icon-up-open {
    font-size: 16px !important;
}
	.col.col-1 {
		padding-right: 0;
	}
	h1{
		    font-size: 41px !important;
    line-height: 41px;
	}
	h2{
		    font-size: 40px !important;
    	line-height: 40px;
	}
	h3{
		font-size: 39px  !important;
    	line-height: 39px;
	}
	.iiner .container,.banner{
		max-height:375px;
	}
	.banner-wrapper {
		width: 100%;
		padding-left: 30px;
		padding-right: 30px;
	}
	footer .row {
		max-width: 881px;
		margin-left: auto;
		margin-right: auto;
		justify-content: space-between;
	}

	header.site-header {
		padding-top: 65px;
	}
	section#revitalize {
		padding-top: 0 !important;
	}
	div#masthead {
		display: none;
	}
	.blog-wrapper {
		flex-direction: column;
	}
	.side-bar {
		margin-left: 0;
		width: 100%;
		margin-bottom: 2rem;
		text-align: center;
	}
	section#boxes.just-center .col-row,
	.boxes.just-center .col-row {
		align-items: center;
	}
	body#body {
		padding-top: 0;
	}
	section#revitalize {
		background-size: cover;
		background-position: center;
		margin-bottom: 3rem;
	}

	.top-header .right {
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	div#masthead.sticky {
		position: static;
	}
	.has-sticky .top-header{
		display: block !important;
	}
}
@media(max-width:767px){
	li.alm-item img {
		position: static !important;
		padding: 0 !important;
		    display: block;
		text-align: center;
		margin: auto;
		margin-bottom: 1rem;
	}
	.iiner .container, .banner {
		max-height: 100%;
		height: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		align-items: center;
		flex-direction: column;
	}
	li.alm-item {
		padding: 0 !important;
		padding-top: 30px !important;
	}
	.top-header .row div {
		width: 100%;
		max-width: 100%;
		text-align: center;
	}
	.serv .section-title {
		padding-top: 3rem;
	}
	section.section-col.serv {
		padding-bottom: 30px !important;
	}
	.serv .column-wrapper {
		padding: 0 !important;
	}
	.serv ul {
		margin: 0 !important;
	}
	.copy {
		margin-top: 0;
	}
	#skin-laser .column-wrapper{
		min-height: 350px !important;
	}
	#revitalize .column-wrapper {
		min-height: 500px !important;
	}
	.page-id-220 .col-row ul {
		column-count: 1 !important;
	}
	.home .banner-slider .container {
		max-height: 400px;
	}
	footer#colophon .col {
		max-width: 50% !important;
		text-align: left !important;
	}
	.text-par{
		    min-height: 427px !important
	}
	.blog article {
		flex-direction: column;
		text-align: center;
	}
	.blog article img {
		margin-right: 0;
	}
	.side-bar {
		padding-left: 15px;
		padding-right: 15px;
	}
	.banner-wrapper {
		width: 100%;
		padding: 0 15px;
	}
	section.section-col {
		padding: 0 !important;
	}
	.main-header .right {
		display: none;
	}
	.has-sticky{
		padding-top: 135px;
	}
	section#boxes .column-wrapper,
	.boxes .column-wrapper {
		margin-top: 1.5rem;
		margin-bottom: 1.5rem;
	}
	.banner,.banner-slider .container{
		max-height: 100%;
	}
	h1{
		    font-size: 31px !important;
    line-height: 31px;
	}
	h2{
		    font-size: 30px !important;
    	line-height: 30px;
	}
	h3{
		font-size: 29px  !important;
    	line-height: 29px;
	}
	.iiner .container,.banner{
		max-height:100%;
		height:100%
	}
}
@media(max-width:567px){
	.single-post .entry-content ul {
		padding-left: 30px;
	}
	footer#colophon .col {
		width: 100% !important;
		max-width: 100% !important;
	}
	.banner-wrapper {
		position: static;
		transform: unset;
		padding: 15px 30px;
	}
	.home .banner-wrapper{
			position:absolute;
		    transform: translate(50%,50%);
	}
	footer#colophon .col {
		text-align: center !important;
	}
	footer#colophon {
		padding-top: 40px;
		padding-bottom: 20px;
	}
	.call-num a {
		display: block;
		margin-top: 9px;
	}
	img.mob-standard-logo {
		max-width: 200px;
		object-fit: contain;
	}
	h1 {
		font-size: 43px;
		line-height: normal;
	}
	section#boxes .column-wrapper,
	.boxes .column-wrapper {
		margin-left: 0;
		margin-right: 0;
	}
	footer#colophon .col {
		padding: 0;
	}
	footer .social-media-wrapper a {
		margin-left: 10px;
	}
}
@media(max-width:390px){

}
.post-thumbnail {
    text-align: center;
}
footer ul > li {
    margin-left: 0;
}