@import url('https://fonts.googleapis.com/css2?family=Yesteryear&display=swap');

/* Global Styles ====================================================  */
/* 
.d-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    grid-gap: 15px;
} */

/*<!--Center navbar-->*/
.header .navbar .navbar-nav {
	justify-content: center;
}

.bg-grey {
	background: #dddddd;
}

.bg-orange {
	background: #df6104;
}

section:not(.page-home) .title {
	padding-top: 3em;
	padding-bottom: 2em;
	background: #D4B384;
	margin-bottom: 3em;
}

.page-products .title {
	margin-bottom: 0 !important;
}

.title-heading {
	color: #fff;
	text-align: center;
	font-weight: 400 !important;
	text-transform: uppercase;
	font-size: 1.65em;
}

.border-primary {
	border-color: var(--color-theme-primary) !important;
}

.border-secondary {
	border-color: var(--color-theme-secondary) !important;
}

@media (max-width: 812px) {

	h1,
	.h1 {
		font-size: 1.85rem;
	}

	h2,
	.h2 {
		font-size: 1.5rem;
	}

	h3,
	.h3 {
		font-size: 1.25rem;
	}

	.display-4 {
		font-size: 2.25em;
	}
}

/* Header ==========================================================  */
.header-info {	
	background: url("https://apihoard.webit.com/api/v1/Image/576322495963FCBED55C4C6CDBE180F5/576322495963FCBED55C4C6CDBE180F5.png?size=Original");
	/* background: url("https://apihoard.webit.com/api/v1/Image/BBD09FB65D737AD6567B16471B78C721/BBD09FB65D737AD6567B16471B78C721.png?size=Original"); */
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top;
}

/* Home Page =======================================================  */
.page-home .list {
	padding-top: 1em;
	padding-bottom: 0;
}

/* .page-home .list-text {
    color: white;
}

.page-home .list-text h2 {
    font-size: 1.25em;
}

.page-home .list-text-bottom {
    font-size: .9em;
    font-weight: 700;
}

.webit__monthly-special-text {
    font-size: 3em;
} */


/* HERO ======================================================================  */

.hero p {
	font-size: 1.25em;
}

@media (max-width: 441px) {
	.hero {
		min-height: 90vw;
	}
}

@media (max-width: 768px) {
	.display-3 {
		font-size: 3rem;
	}

	.hero p {
		font-size: 1em;
	}
}

.hero {
	background: url(https://apihoard.webit.com/api/v1/Image/2879CD50DF7172C1FED3DF478BF62657/2879CD50DF7172C1FED3DF478BF62657.png?size=Original);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	min-height: 35vw;
}

/* TABLE =====================================================================  */

.table {
	color: var(--color-theme-text) !important;
}

.page-careers .list {
	padding-top: 1em;
	padding-bottom: 0.25em;
}

/* Foot care Services ========================================================================== */

/* Tables === */

.page-foot-care-services .table td:last-child {
	text-align: right !important;
}

/* .foot-care-services .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
    text-align: left;
} */

/*---- Hair Removal Service ----*/

.page-hair-removal-services .wb__fullmenu {}

.page-hair-removal-services .wb__fullmenu .wb__column-container {
	/*display: flex;*/
	/*flex-flow: row wrap;*/
	columns: 1;
}

.page-hair-removal-services .wb__fullmenu .wb__menusection {
	/*flex-basis: 100%;*/
	padding: .5rem;
	background: #f5f5f5;
	display: inline-block;
	width: 100%
}

.page-hair-removal-services .wb__fullmenu .wb__menusection .wb__menudetails {
	/*background: #eeeedd;*/
}

.page-hair-removal-services .wb__fullmenu .wb__menudetails .wb__full-item {
	background: #fff;
	margin: 6px 0;
	padding: 6px;
	border-radius: 10px;
}

.page-hair-removal-services .wb__fullmenu .wb__full-item h5 {
	padding: 6px 6px 1px;
	margin-bottom: 7px;
	border-bottom: dashed 1px #999;
	/*Keeps newlines from price on mobile from leaving the box*/
	display: inline-block;
	width: 100%;
}

.page-hair-removal-services .wb__fullmenu .wb__full-item .wb__price {
	float: right;
	margin-left: 2px;
	font-weight: normal !important;
}

/*Description for section. Not inside a wb__full-item*/
.page-hair-removal-services .wb__fullmenu .wb__menudetails>.wb__description {
	padding: 5px 10px;
	background: #fbfbfb;
	border-radius: 7px;
}

.page-hair-removal-services .wb__fullmenu .wb__full-item .wb__description {
	padding: 1px 10px 5px;
	margin-left: 5px;
	background: #fbfbfb;
	border-radius: 0 0 7px 7px;
}

.page-hair-removal-services .wb__fullmenu .wb__menusection h3 {
	text-align: center;
	padding: .5rem 5px;
	background: #D4B384;
	color: white;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {}

/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 768px) {}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
	.page-hair-removal-services .wb__fullmenu .wb__column-container {
		columns: 1;
	}
}
@media (min-width: 992px) {
    .page-sculpting-treatments .wb__fullmenu .wb__column-container {
        columns: 1;
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	.page-hair-removal-services .wb__fullmenu .wb__menusection {
		/*flex-basis: 50%;*/
	}
}

/* TESTIMONIALS =================================================================================== */

.testimonial {
	margin: 0 20px 40px;
}

.testimonial .testimonial-content {
	padding: 35px 25px 35px 50px;
	margin-bottom: 25px;
	background: #f3f3f3;
	border: 1px solid rgb(179, 35, 102);
	position: relative;
}

.testimonial .testimonial-content:after {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	background: #f3f3f3;
	position: absolute;
	bottom: -10px;
	left: 22px;
	transform: rotate(45deg);
	border-bottom: 1px solid rgb(179, 35, 102);
	border-right: 1px solid rgb(179, 35, 102);
}

.testimonial-content .testimonial-icon {
	width: 50px;
	height: 45px;
	background: var(--color-theme-secondary);
	text-align: center;
	font-size: 22px;
	color: #fff;
	line-height: 42px;
	position: absolute;
	top: 37px;
	left: -19px;
}

.testimonial-content .testimonial-icon:before {
	content: "";
	border-bottom: 16px solid rgb(179, 35, 102);
	border-left: 18px solid transparent;
	position: absolute;
	top: -16px;
	left: 1px;
}

.testimonial .description {
	font-size: 15px;
	font-style: italic;
	color: #444;
	line-height: 23px;
	margin: 0;
}

.testimonial-title {
	display: block;
	font-size: 1em;
	font-weight: 400;
	color: var(--color-theme-secondary);
	text-transform: uppercase;
	margin: 0 0 5px 0;
}

/* .testimonial .post {
    display: block;
    font-size: 14px;
    color: #FBCD22;
} */

/* .specials-title {
	color: var(--color-theme-secondary);
} */

/*Halloween specials*/
.page-specials .title {
	margin-bottom: 0em;
}

.page-specials .title+.text {
	padding-top: 1em;
	margin-top: 0em;

	text-align: center;
	font-size: 2rem;
	font-weight: 600;
	color: #e36c0a;
	text-shadow: 1px 1px 1px #000;
	padding-bottom: 1rem;
	border-bottom: 3px solid #e36c0a;
}

.page-specials .list {
	background-image: url("https://apihoard.webit.com/api/v1/Image/1C0A7F585CC8E0E19B11F8C267D23184/1C0A7F585CC8E0E19B11F8C267D23184.jpg?size=1920x1440");
	background-position: center;
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
}

.page-specials .list .container {
	background: rgba(255, 255, 255, 0.7);
}

.page-specials .list .list-square {
	background: rgba(255, 255, 255, 1);
}

/*end Halloween  */

.cw-specials.cw-january {
	background: url(https://apihoard.webit.com/api/v1/Image/DFD12989210320F7533E7D0094AC6E2D/DFD12989210320F7533E7D0094AC6E2D.jpg?size=1920x1440) no-repeat center !important;
	background-size: cover !important;
}

.cw-specials {
	background: url(https://s3.amazonaws.com/fcwebmanager/Scenic/SmartSites/HeroImages/0/scenic_04.jpg) no-repeat center;
	padding: 9rem 0;
	background-size: cover;
}


.cw-specials .row {
	padding: 2rem 0;
	background: rgba(250, 250, 250, 0.8);
}

.cw-specials h1 {
	font-size: 3.25rem;
	margin: 0.5rem 0;
	color: #C32570;
	/*font-family: "Yesteryear", cursive;*/
	font-family: "Roboto Slab", serif;
	text-align: center;
}

.cw-specials .cw-side-content {
	padding: 1.5rem 1rem;
}
.cw-specials .cw-side-content p {
	color: #000000;
}
.cw-specials .cw-side-content h4 {
	color: #C32570;
}
.cw-specials .cw-side-content h2 {
	color: #000 !important;
}
.cw-specials .cw-side-content span {
	color: #C32570;
	font-size: 1.5rem;
	font-weight: 700;
}
.cw-specials .cw-side-content .cw-blue span {
	color: #000000;
	font-size: 1.5rem;
	font-weight: 700;
}
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {

	.cw-specials h1 {
		font-size: 4.5rem;
	}

}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {

	.cw-specials h1 {
		padding-left: 2rem;
	}
}

/* Large devices (desktops, 992px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 992px) {

	.cw-specials h1 {
		font-size: 4.5rem;
	}
}
@media (min-width: 1200px) {

	.cw-specials h1 {
		font-size: 5.5rem;
	}
}


/*Careers Page*/

/* SERVICES PAGES */
.pg-services-list {
	column-count: 1;
	-moz-column-count: 1;
	-webkit-column-count: 1;
}

@media (min-width: 548px) and (max-width: 811px) {
	.pg-services-list {
		column-count: 2;
		-moz-column-count: 2;
		-webkit-column-count: 2;
	}
}

@media (min-width: 812px) {
	.pg-services-list {
		column-count: 3;
		-moz-column-count: 3;
		-webkit-column-count: 3;
	}
}

.pg-services-list li {
	margin-top: 0;
	margin-bottom: 13px;
	margin-left: 38px;
}

.pg-services-list li::before {
	float: left;
	overflow: hidden;
	width: 23px;
	height: 23px;
	content: "";
	margin-right: 7px;
	margin-left: -35px;
	background-image: url("https://apihoard.webit.com/api/v1/Image/2CF57A965CE96AA3EA985545D9B6F9FD/2CF57A965CE96AA3EA985545D9B6F9FD.png?size=320x240");
	background-size: 23px 23px;
	background-repeat: no-repeat;
	background-position: 0 0;
}





/*PRICE LISTS*/

.table thead th {
	min-width: 170px;
  }


.btn-primary {
	background-color: #36B9EB;
	border-color: #36B9EB;
}

.table td {
    border-top: 1px solid #ffffff !important;
}
.table th {
    border-top: 1px solid #ffffff !important;
}

.detailedlist {
    padding-bottom: 0em;
}


/*FAQ*/

.pg-title {
	font-size: 1.7rem;
}

.pg-title::after {
	content: "";
	display: block;
	height: 3px;
	width: 80px;
	margin: 10px 0 15px 0;
	background-color: #36B9EB;
}

.pg-title-center::after {
	margin: 10px auto 15px auto;
}

.pg-subtitle {
	font-size: 1rem;
}

.pg-text {
	line-height: 1.7;
	margin-bottom: 1.4em;
}

.collapse-header {
	position: relative;
	padding: 1.1rem 4rem 1.1rem 1em;
	background: var(--color-theme-background);
	color: var(--color-theme-text);
	border-bottom: 1px solid var(--color-theme-border);
	display: block;
	overflow: hidden;
	font-size: 1.1em;
	font-weight: 700;
}

.collapse-header:hover,
.collapse-header:not(.collapsed) {
	color: var(--color-theme-secondary);
}


.collapse-header::after {
	content: "+";
	position: absolute;
	z-index: 3;
	right: 1em;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
	-webkit-transform: translateY(-50%) rotate(45deg);
	-ms-transform: translateY(-50%) rotate(45deg);
	font-size: 1.5em;
	line-height: 1em;
	transition: 0.2s;
	color: var(--color-theme-secondary);
}


.collapse-header.collapsed::after {
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}


.collaspe-content {
	padding: 1.5rem 1em;
	border-bottom: 1px solid var(--color-theme-border);
}


/*Menu Page*/

.wb__fullmenu {}

.wb__fullmenu .wb__column-container {
	/*display: flex;*/
	/*flex-flow: row wrap;*/
	columns: 1;
}

.wb__fullmenu .wb__menusection {
	/*flex-basis: 100%;*/
	padding: .5rem;
	background: #f5f5f5;
	display: inline-block;
	width: 100%
}

.wb__fullmenu .wb__menusection .wb__menudetails {
	/*background: #eeeedd;*/
}

.wb__fullmenu .wb__menudetails .wb__full-item {
	background: #fff;
	margin: 6px 0;
	padding: 6px;
	border-radius: 10px;
}

.wb__fullmenu .wb__full-item h5 {
	padding: 6px 6px 1px;
	margin-bottom: 7px;
	border-bottom: dashed 1px #999;
	/*Keeps newlines from price on mobile from leaving the box*/
	display: inline-block;
	width: 100%;
}

.wb__fullmenu .wb__full-item .wb__price {
	float: right;
	margin-left: 2px;
	font-weight: normal !important;
}

/*Description for section. Not inside a wb__full-item*/
.wb__fullmenu .wb__menudetails>.wb__description {
	padding: 5px 10px;
	background: #fbfbfb;
	border-radius: 7px;
}

.wb__fullmenu .wb__full-item .wb__description {
	padding: 1px 10px 5px;
	margin-left: 5px;
	background: #fbfbfb;
	border-radius: 0 0 7px 7px;
}

.wb__fullmenu .wb__menusection h3 {
	text-align: center;
	padding: .5rem 5px;
	background: #D4B384;
	color: white;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {}

/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 768px) {}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
	.wb__fullmenu .wb__column-container {
		columns: 2;
	}
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	.wb__fullmenu .wb__menusection {
		/*flex-basis: 50%;*/
	}
}

.page-relaxed-healing-tharapy-services .wb__fullmenu .wb__column-container {
	columns: 1 !important;
}

.page-airbrush-tanning .wb__fullmenu .wb__column-container {
	columns: 1 !important;
}

.page-aroma-touch-therapy .wb__fullmenu .wb__column-container {
	columns: 1 !important;
}

.page-detoxification-session .wb__fullmenu .wb__column-container {
	columns: 1 !important;
}

.page-ear-candling .wb__fullmenu .wb__column-container {
	columns: 1 !important;
}

.page-face-skin-treatments .wb__fullmenu .wb__column-container {
	columns: 1 !important;
}

.page-specialized-treatments .wb__fullmenu .wb__column-container {
	columns: 1 !important;
}

.page-sculpting-treatments .wb__fullmenu .wb__column-container {
	columns: 1 !important;
}



@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&display=swap');

    .cw-open-house {
    /* background: var(--color-theme-secondary); */
    background: linear-gradient(90deg, rgba(195, 37, 112, .98), rgba(195, 37, 112, .93)), url(https://apihoard.webit.com/api/v1/Image/1214B36F024AAE813EB0C587FCB03114/1214B36F024AAE813EB0C587FCB03114.jpg?size=1920x1440);
    padding: 2em 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    }

    .cw-open-house .row {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
    }

.cw-open-house h2 {
    font-size: 3.5rem;
    font-weight: 700;
    font-family: "Dancing Script", cursive;
    color: var(--color-theme-text-btn);
}

.cw-open-house hr {
    width: 15%;
    margin: 0 auto .5em auto;
    border-width: 1px;
    border-color: #C6A77C;
}

.cw-open-house h4 {
    font-size: 1.5rem;
    color: var(--color-theme-text-btn);
    font-weight: 300;
}

.cw-open-house h4 span {
    font-size: 2rem;
    font-weight: 700;
}


    .cw-open-house .cw-info-box {
        margin: 1em 0;
        background: var(--color-theme-background);
        padding: 2em;
        border: 6px solid #C6A77C;
    }

    .cw-open-house .cw-info-box p {
    margin-bottom: 0;
    }

    .cw-open-house .cw-info-box hr {
    width: 30%;
    border-color: #C6A77C;
    border-width: 1px;
    margin: 1em auto;
}