@charset "UTF-8";

body {
	font-family: "Cormorant", sans-serif;
	font-size: 100%;
	font-weight: 400;
	line-height: 1.35em;
	color: var(--body);
	/*This fixes an issue with Chrome rendering fonts*/
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
}

p {
	font-weight: 400;
    font-size: var(--body-copy);
    line-height: 1.275em;
    margin-bottom: 0 !important;

	/*This fixes an issue with Chrome rendering fonts*/
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
}

p + p {
	margin-top:1.25em;
	margin-bottom: 1.25em !important;
}

p + h2,
p + h3,
p + h4,
p + h5{
	margin-top:1.25em;
}

.lead-copy,
.lead-copy p,
.lead-copy li{
    font-size: var(--lead-copy);
    font-weight: 500;
}


.small-copy,
.small-copy p{
    font-size: var(--small-copy);
    font-weight: 400;
}

div, dl, dt, dd, ol, li,
pre, form, p, th, td {
	margin: 0;
	padding: 0;
	direction: ltr;
}

hr{
    max-width: 100%;
    margin: 2em auto !important;
    border-top: none !important;
    border-bottom: 1px solid var(--borders);
}

ul{
    margin:0.55em 0 2em 3em;
	text-align: left;
    display: block;
    color: var(--body);
}

ol{
    margin:0.55em 0 1em 1em;
	text-align: left;
    display:block;
}

ul ul{
	margin-bottom:.25em;
    margin-left: 3em;
}

ol li{
    list-style-type: auto;
	border-bottom: none;
	margin-bottom:0.25em;
    color: var(--body);
    font-weight: 400;
    font-size: var(--body-copy);
    line-height: 1em;
}

li{
	margin-bottom:  0.25em;
    color: var(--body);
    font-weight: 400;
    font-size: var(--body-copy);
    line-height: 1em;
}


strong, b {
    font-weight: 700;
}

em, i {
    font-style: italic;
}

sup {
    top: -0.25em;
}

blockquote{
    margin-top: 2.55em;
    margin-bottom: 2.55em;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 2.55em;
    border-left: 4px solid var(--body);
}

blockquote,
blockquote p{
    font-size: var(--lead-copy);
    color: var(--body);
    line-height: 1.65em;
    font-style: normal;
    font-weight: 500;
}

.amelia-v2-booking #amelia-container .am-fs__payments-sentence p,
.amelia-v2-booking #amelia-container .am-fs__congrats-main span,
.amelia-v2-booking #amelia-container .am-fs-sb__step-selection,
.am-fs__payments-heading-main,
.amelia-v2-booking #amelia-container .am-fs__payments-services-info span,
.am-fs__payments-services-info,
.am-fs__payments-services-open-text,
.am-amount,
.am-fs__payments-app-info-total,
.amelia-v2-booking #amelia-container .am-fs__payments-services-sub p,
.am-fs__congrats-info-app-time,
.am-fs__congrats-info-app-service,
.am-fs__congrats-info-app-employee,
.am-fs__congrats-info-payment,
.am-fs__congrats-info-customer-name,
.am-fs__congrats-info-customer-email,
.am-fs__congrats-info-customer-phone,
.am-fs__congrats-info-app-date,
.am-select-service-name,
.am-select-service-price,
.am-fs__extras-card__header-left,
.el-cascader-node__label,
.am-adv-select__item-label,
.am-fs-sb__support,
.am-fs-sb__support-heading,
.am-fs-sb__support-email,
.am-fs-sb__menu-text,
.el-scrollbar__view el-cascader-menu__list,
.amelia-v2-booking #amelia-container .am-fs-sb__step-heading {
    font-size: var(--small-copy) !important;
}

.amelia-v2-booking #amelia-container .am-fs__payments-sentence p,
.amelia-v2-booking #amelia-container .am-fs__congrats-info-customer div span,
.amelia-v2-booking #amelia-container .am-fs__congrats-info-customer div span:nth-child(2),
.am-fs__congrats-info-app-time,
.am-fs__congrats-info-app-service,
.am-fs__congrats-info-app-employee,
.am-fs__congrats-info-payment,
.am-fs__congrats-info-customer-name,
.am-fs__congrats-info-customer-email,
.am-fs__congrats-info-customer-phone,
.am-fs__congrats-info-app-date{
    color: var(--dark-gray) !important;
}
/* @Global Links
===================================== */


a, a:link,
a:visited {
    color: var(--links);
    text-decoration: none;
    font-weight: 500;

    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}

a:hover,
a:active {
    color: var(--hover);
    text-decoration: none;
}


/* @end General Text Elements
===================================== */

/* Heading Text Elements
===================================== */
table thead,
.btn,
.button,
button,
label,
input[type=submit],
#navWrapper li,
.off-canvas-list,
label,
h1, h2, 
h3, h4{
    font-family: "Cormorant", sans-serif  !important;
	line-height: 1.25em;
    
    position: relative;
    text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
}

h1, h2, 
h3, h4, h5{
    margin-bottom:0.55em;
}

/* @end General Text Elements
===================================== */

/* @Headings (H1)
===================================== */
h1{
    font-family: "Cormorant", sans-serif;
    font-weight: 500;
    color: var(--primary-heading);
    font-size: clamp(2.5rem, 4.75vw, 4.75rem);
    margin-bottom:1.55rem;
    text-transform: capitalize;
    line-height: 1em;
}

h1 a,
h1 a:visited,
h1 a:link{
	color: var(--primary-heading);
}

h1 a:hover,
h1 a:active{
	color: var(--hover);
	text-decoration: none;
}

#sectionWrapper.single-page h1{
    font-size: clamp(2.5rem, 3.75vw, 3.75rem);
}
/* @end Headings (H1)
===================================== */


/* @Headings (H2)
===================================== */
h2{
    font-size: clamp(2.55rem, 3.255vw, 3.255rem);
    font-weight: 700;
    color: var(--primary-heading);
    letter-spacing: 2px;
    margin-bottom: 0.55em;
    text-transform: uppercase;
}

h2 a,
h2 a:visited,
h2 a:link {
	color: var(--primary-heading);
}

h2 a:hover,
h2 a:active{
	color: var(--hover);
	text-decoration: none;
}
/* @end Headings (H2)
===================================== */

/* @Headings (H3)
===================================== */
.am-fs__main-heading-inner-title,
h3{
    font-size: clamp(1.45rem, 1.85vw, 1.85rem) !important;
    font-weight: 700 !important; 
    color: var(--secondary-heading);
    margin-bottom: 0.75em;
    text-transform: uppercase;
}

h3 a,
h3 a:visited,
h3 a:link {
	color: var(--secondary-heading);
}

h3 a:hover,
h3 a:active{
	color: var(--hover) !important;
	text-decoration: none;
}
/* @end Headings (H3)
===================================== */

/* @Headings (H4)
===================================== */
h4{
	font-size: clamp(0.95rem, 1.475vw, 1.475rem);
    font-weight: 700;
    color: var(--tertiary-heading);
    letter-spacing: 1px;
    text-transform: uppercase;
}

h4 a,
h4 a:visited,
h4 a:link {
	color: var(--tertiary-heading);
}

h4 a:hover,
h4 a:active{
	color: var(--hover);
	text-decoration: none;
}
/* @end Headings (H4)
===================================== */

/* @Label
===================================== */
.am-fs__init-form__label,
.amelia-v2-booking #amelia-container .am-fs__info-form__label,
label,
label a,
label a:visited,
label a:link {
    font-size:1rem !important;
    font-weight: 700 !important;
    color: var(--black) !important;
    text-transform: uppercase !important;
    letter-spacing: 0.055em !important;
    margin-bottom: 0.25em;
}

label a:hover,
label a:active{
    color: var(--hover);
}
/* @end Label
===================================== */

.white,
.white p, 
.white h1,
.white h2, 
.white h3,
.white h4{
	color: var(--white);
}

p.white, 
h1.white,
h2.white, 
h3.white,
h4.white,
h1.white a,
h2.white a, 
h3.white a,
h4.white a,
.white h1 a,
.white h2 a, 
.white h3 a,
.white h4 a,
h1.white a:link,
h2.white a:link, 
h3.white a:link,
h4.white a:link,
.white h1 a:link,
.white h2 a:link, 
.white h3 a:link,
.white h4 a:link{
	color: var(--white) !important;
}


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

}
