/* Oriental Wellness Salon
* Inherited CSS
*/
html {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	box-sizing: border-box;
	-webkit-text-size-adjust: 100%;
	scroll-behavior: smooth;
	scroll-padding-top: 65px;
	}

::-webkit-datetime-local-edit-year-field:not([aria-valuenow]),
::-webkit-datetime-local-edit-month-field:not([aria-valuenow]),
::-webkit-datetime-local-edit-day-field:not([aria-valuenow]) {
	color: transparent;
	}

@-webkit-keyframes mui-auto-fill {
	from {
	  display: block;
	}
}
@keyframes mui-auto-fill {
	from {
	  display: block;
	}
}
@-webkit-keyframes mui-auto-fill-cancel {
	from {
	  display: block;
	}
}
@keyframes mui-auto-fill-cancel {
	from {
	  display: block;
	}
}

*,
*::before,
*::after {
	box-sizing: inherit;
	}

strong,
b {
	font-weight: 700;
	}

body {
	margin: 0;
	color: rgba(0, 0, 0, 0.87);
	font-family: "Roboto", "Helvetica", "Arial", sans-serif;
	font-weight: 400;
	font-size: 1rem;
	line-height: 1.5;
	letter-spacing: 0.00938em;
	background-color: #fff;
	}
body::backdrop {
	background-color: #fff;
	}

/* ----- [ Page Header ] ----- */
.ps-page-wrapper {
	display: flex;
	position: relative;
	}
.ps-page-navigation {
	position: fixed;
	display: flex;
	flex-direction: column;
	width: 100%;
	box-sizing: border-box;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	top: 0;
	left: auto;
	right: 0;
	background-color: #f60094e8;
	color: #fff;
	-webkit-transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
	transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
	box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
	z-index: 1100;
	}

.ps-navbar-wrapper {
	position: relative;
	display: flex;
	align-items: center;
	padding-left: 16px;
	padding-right: 16px;
	min-height: 56px;
	}
	
.ps-logo-text {
	margin: 0;
	font-family: "Roboto", "Helvetica", "Arial", sans-serif;
	font-weight: 500;
	font-size: 1.25rem;
	line-height: 1.6;
	letter-spacing: 0.0075em;
	color: white;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-text-decoration: none;
	text-decoration: none;
	}

.ps-mobile-nav-trigger {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	position: relative;
	box-sizing: border-box;
	-webkit-tap-highlight-color: transparent;
	background-color: transparent;
	outline: 0;
	border: 0;
	margin: 0;
	border-radius: 0;
	padding: 0;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	vertical-align: middle;
	-moz-appearance: none;
	-webkit-appearance: none;
	-webkit-text-decoration: none;
	text-decoration: none;
	color: inherit;
	text-align: center;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	font-size: 1.5rem;
	padding: 8px;
	border-radius: 50%;
	overflow: visible;
	color: rgba(0, 0, 0, 0.54);
	-webkit-transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
	transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
	margin-left: -12px;
	color: inherit;
	margin-right: 16px;
	}

.ps-mobile-nav-trigger::-moz-focus-inner {
	border-style: none;
	}

.ps-mobile-nav-trigger.Mui-disabled {
	background-color: transparent;
	color: rgba(0, 0, 0, 0.26);
	}
.ps-mobile-nav-trigger.Mui-disabled {
	pointer-events: none;
	cursor: default;
	}
.ps-mobile-nav-trigger:hover {
	background-color: rgba(0, 0, 0, 0.04);
	}
	
.ps-top-link {
	position: fixed;
	bottom: 16px;
	right: 16px;
	opacity: 0;
	visibility: hidden;
    transition: all .4s ease;
	}
.ps-top-link.show {
	opacity: 1;
	visibility: visible;
	}
.ps-top-link-svg {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 1em;
	height: 1em;
	display: inline-block;
	fill: currentColor;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
	transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
	font-size: 1.5rem;
	}

.ps-menu-link {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	position: relative;
	box-sizing: border-box;
	-webkit-tap-highlight-color: transparent;
	background-color: transparent;
	outline: 0;
	border: 0;
	margin: 0;
	border-radius: 0;
	padding: 0;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	vertical-align: middle;
	-moz-appearance: none;
	-webkit-appearance: none;
	-webkit-text-decoration: none;
	text-decoration: none;
	color: inherit;
	font-family: "Roboto", "Helvetica", "Arial", sans-serif;
	font-weight: 500;
	font-size: 0.875rem;
	line-height: 1.75;
	letter-spacing: 0.02857em;
	text-transform: uppercase;
	min-width: 64px;
	padding: 6px 8px;
	border-radius: 4px;
	-webkit-transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
	transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
	color: #f60094e8;
	color: #fff;
	}

.ps-menu-link::-moz-focus-inner {
	border-style: none;
	}
.ps-menu-link.Mui-disabled {
	pointer-events: none;
	cursor: default;
	}
.ps-menu-link:hover {
	-webkit-text-decoration: none;
	text-decoration: none;
	background-color: rgba(246, 0, 148, 0.04);
	}
.ps-menu-link.Mui-disabled {
	color: rgba(0, 0, 0, 0.26);
	}

.ps-top-link-button {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	position: relative;
	box-sizing: border-box;
	-webkit-tap-highlight-color: transparent;
	background-color: transparent;
	outline: 0;
	border: 0;
	margin: 0;
	border-radius: 0;
	padding: 0;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	vertical-align: middle;
	-moz-appearance: none;
	-webkit-appearance: none;
	-webkit-text-decoration: none;
	text-decoration: none;
	color: inherit;
	font-family: "Roboto", "Helvetica", "Arial", sans-serif;
	font-weight: 500;
	font-size: 0.875rem;
	line-height: 1.75;
	letter-spacing: 0.02857em;
	text-transform: uppercase;
	min-height: 36px;
	-webkit-transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
	transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
	border-radius: 50%;
	padding: 0;
	min-width: 0;
	width: 40px;
	height: 40px;
	z-index: 1050;
	box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
	color: rgba(0, 0, 0, 0.87);
	background-color: #e0e0e0;
	}

.ps-top-link-button::-moz-focus-inner {
	border-style: none;
	}
.ps-top-link-button:active {
	box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
	}
.ps-top-link-button:hover {
	background-color: #f5f5f5;
	-webkit-text-decoration: none;
	text-decoration: none;
	}
.ps-top-link-button.Mui-focusVisible {
	box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
	}
.ps-top-link-button.Mui-disabled {
	color: rgba(0, 0, 0, 0.26);
	box-shadow: none;
	background-color: rgba(0, 0, 0, 0.12);
	pointer-events: none;
	cursor: default;
	}

.ps-mobile-sitename {
	margin: 0;
	padding: 0 30px 0 20px;
	height: 56px;
	font-family: Roboto, Helvetica, Arial, sans-serif;
	font-weight: 500;
	font-size: 1rem;
	line-height: 56px;
	letter-spacing: 0.0075em;
	border-bottom: 1px solid rgba(0, 0, 0, 0.12);
	}
	
.page-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.5);
	z-index: 1100;
	opacity: 0;
	visibility: hidden;
	transition: all .4s ease;
	}
.page-overlay.is-open {
	position: fixed;
	opacity: 1;
	visibility: visible;
	}
	
body.is-fixed {
	/*position: fixed;*/
	}

@media (min-width:0px) {
	.ps-logo-text {
		font-size: 1rem;
		}
	
	.ps-navbar {
		position: absolute;
		top: 0;
		left: auto;
		right: -20px;
		right: calc(-100% - 20px);
		height: 100vh;
		width: auto;
		padding: 0;
		background: #fff;
		color: black;
		transition: all .4s ease;
		}
	.ps-navbar.is-open {
		right: -20px;
		}
	.ps-menu-link {
		display: block;
		color: #f60094e8;
		margin: 10px 0;
		padding: 10px 25px;
		}
	
	@media (orientation: landscape) {
		.ps-navbar-wrapper {
			min-height: 48px;
			}
	}
}
@media (min-width:600px) {
	.ps-navbar-wrapper {
		padding-left: 24px;
		padding-right: 24px;
		}
	.ps-navbar-wrapper {
		min-height: 64px;
		}
	.ps-mobile-nav-trigger {
		display: none;
		}
	.ps-navbar {
		display: block;
		position: relative;
		top: 0;
		left: 0;
		right: 0;
		width: auto;
		height: auto;
		background: none;
		}
	.ps-menu-link {
		display: inline;
		color: #fff;
		margin: 0;
		padding: 6px 8px;
		}
	.ps-mobile-sitename {
		display: none;
		}
}
@media (min-width:900px) {
	.ps-logo-text {
		font-size: 1.25rem;
		}
}
@media (hover: none) {
	.ps-mobile-nav-trigger:hover {
		background-color: transparent;
		}
	.ps-menu-link:hover {
		background-color: transparent;
		}
	.ps-top-link-button:hover {
		background-color: #e0e0e0;
		}
}

/* ----- [ Hero Section ] ----- */
.ps-hero-section {
	padding: 0px;
	margin: 0px;
	height: 100vh;
	width: 100%;
	background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("assets/bg-masthead-home.jpg");
	-webkit-background-size: cover;
	background-size: cover;
	-webkit-background-position: center;
	background-position: center;
	}

.ps-hero-inner {
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	}

.ps-hero-text {
	border-radius: 8px;
	color: white;
	text-align: center;
	}
.ps-hero-text a {
	color: inherit;
	font-weight: inherit;
	}
	
.ps-hero-headline {
	margin: 0;
	font-family: "Roboto", "Helvetica", "Arial", sans-serif;
	font-weight: 500;
	font-size: 1.25rem;
	line-height: 1.6;
	letter-spacing: 0.0075em;
	text-transform: uppercase;
	padding-bottom: 32px;
	margin-left: auto;
	margin-right: auto;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	border-bottom: 4px solid;
	border-color: #f60094e8;
	}

.ps-hero-body {
	margin: 0;
	font-family: "Roboto", "Helvetica", "Arial", sans-serif;
	font-weight: 500;
	font-size: 1.25rem;
	line-height: 1.6;
	letter-spacing: 0.0075em;
	margin-top: 32px;
	margin-bottom: 32px;
	}

@media (min-width:0px) {
	.ps-hero-text {
		width: 90%;
		}
	.ps-hero-headline {
		font-size: 1rem;
		}
	.ps-hero-body {
		text-align: left;
		font-size: 1rem;
		}
}
@media (min-width:900px) {
	.ps-hero-text {
		width: 70%;
		}
	.ps-hero-headline {
		font-size: 1.5rem;
		}
	.ps-hero-body {
		text-align: center;
		font-size: 1.75rem;
		}
}
@media (min-width:1536px) {
	.ps-hero-text {
		width: 50%;
		}
}

/* ----- [ Sections ] ------ */
.ps-section {
	padding-top: 48px;
	padding-bottom: 48px;
	}

.color-bg {;
	background-color: #f60094e8;
	}
	
.ps-inner {
	width: 100%;
	margin-left: auto;
	box-sizing: border-box;
	margin-right: auto;
	display: block;
	padding-left: 16px;
	padding-right: 16px;
	}

@media (min-width:600px) {
	.ps-inner {
		padding-left: 24px;
		padding-right: 24px;
		}
}
@media (min-width:1200px) {
	.ps-inner {
		max-width: 1200px;
		}
}

.ps-main-text {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	}
@media (min-width:0px) {
	.ps-main-text {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		}
		}
@media (min-width:900px) {
	.ps-main-text {
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		}
}

/* --- [ About ] ----- */
.about-text-wrapper {
	max-width: 678px;
	}
	
.ps-main-text p,
.ps-large-text p {
	margin: 0 0 1em;
	font-family: "Roboto", "Helvetica", "Arial", sans-serif;
	font-weight: 400;
	font-size: 1.5rem;
	line-height: 1.334;
	letter-spacing: 0em;
	color: rgba(0,0,0,1);
	}

.ps-large-text p {
	font-size: 1.25rem;
	}
@media (min-width: 0px) {
	.ps-large-text p {
		font-size: 1rem;
		}
}
@media (min-width: 900px) {
	.ps-large-text p {
		font-size: 1.25rem;
		}
}

.ps-image-grid-1 {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap:4px;
	overflow-y: auto;
	list-style: none;
	padding: 0;
	-webkit-overflow-scrolling: touch;
	height: 500px;
	}

.about-grid-image {
	display: block;
	position: relative;
	}

.about-grid-image img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	display: block;
	}

.about-grid-image {
	height:121px;
	grid-column-end:span 1;
	grid-row-end:span 1;
	}
.about-grid-image:nth-child(1),
.about-grid-image:nth-child(6) {
	height:246px;
	grid-column-end:span 2;
	grid-row-end:span 2;
	}
.about-grid-image:nth-child(4),
.about-grid-image:nth-child(5) {
	height:121px;
	grid-column-end:span 2;
	grid-row-end:span 1;
	}

@media (min-width:0px) {
	.ps-main-text p,
		.mui-style-12oum9a {
		font-size: 1rem;
		}
	.ps-image-grid-1 {
		margin-left: 0px;
		width: 340px;
		width: 100%;
		}
}
@media (min-width:900px) {
	.ps-main-text p,
		.mui-style-12oum9a {
		font-size: 1.25rem;
		}
	.ps-image-grid-1 {
		margin-left: 24px;
		width: 500px;
		}
}

/* --- [ We Provide + ] ----- */
.ps-repeater-item {
	background-color: #fff;
	color: rgba(0, 0, 0, 0.87);
	-webkit-transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
	transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
	border-radius: 4px;
	box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12);
	margin: 1rem;
	-webkit-align-self: stretch;
	-ms-flex-item-align: stretch;
	align-self: stretch;
	}
.ps-repeater-text {
	padding: 24px;
	}
.ps-icon-wrapper {
	margin-bottom: 16px;
	margin-left: auto;
	margin-right: auto;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	font-size: 40px;
	color: #f60094e8;
	}

.ps-repeater-item p,
.ps-repeater-item li {
	margin: 0;
	font-family: "Roboto", "Helvetica", "Arial", sans-serif;
	font-weight: 400;
	font-size: 1rem;
	line-height: 1.5;
	letter-spacing: 0.00938em;
	color: rgba(0, 0, 0, 0.6);
	margin-top: 20px;
	margin-bottom: 20px;
	}

.ps-repeater-item ul {
	list-style: none;
	margin: 1em;
	padding: 0;
	}
.ps-repeater-item ul.grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0.5em;
	}
.ps-repeater-item li {
	color: rgba(0, 0, 0, 1);
	width: 100%;
	text-align: center;
	margin: 0;
	}

.light-text {
	color: rgba(0, 0, 0, 0.6);
	}
	
@media (min-width:0px) {
	.ps-repeater-item ul.grid {
		display: block;
		}
}

@media (min-width:600px) {
	.ps-repeater-item ul.grid {
		display: grid;
		}
}
	
/* ----- [ Typography ] ----- */
a {
	color: rgba(0, 0, 0, 0.6);
	}
a:hover:not('.ps-navbar-wrapper a') {
	color: rgba(0,0,0,1);
	}
p {
	color: rgba(0, 0, 0, 0.6);
	}
.dark p {
	color: #fff;
	}

/* default h2 */
h2 {
	font-family: "Roboto", "Helvetica", "Arial", sans-serif;
	font-weight: 400;
	font-size: 1.5rem;
	line-height: 1.334;
	letter-spacing: 0em;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	margin: 0 auto 16px;
	padding-top: 0;
	padding-bottom: 16px;
	border-bottom: 4px solid;
	border-color: #f60094e8;
	text-align: center;
	}
	
h2.reversed {
	color: white;
	border-color: white;
	}
h2.centered {
	margin-left: auto;
	margin-right: auto;
	}
h2.text-left {
	text-align: left;
	margin-left: 0;
	}
h2.top32 {
	margin-top: 32px;
	}
	
.centered p {
	text-align: center;
	}
/*	
@media (min-width:0px) {
	h2 {
	  font-size: 1rem;
	}
}

@media (min-width:900px) {
	h2 {
	  font-size: 1.5rem;
	}
}
*/
	
/* default h3 */
h3 {
	margin: 0;
	font-family: "Roboto", "Helvetica", "Arial", sans-serif;
	font-weight: 400;
	font-size: 1.5rem;
	line-height: 1.334;
	letter-spacing: 0em;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 16px;
	border-bottom: 4px solid;
	border-color: #f60094e8;
	}

h3.bold {
	font-size: 1.1rem;
	font-weight: 700;
	}

.ps-repeater-item {
	background-color: #fff;
	color: rgba(0, 0, 0, 0.87);
	-webkit-transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
	transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
	border-radius: 4px;
	box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12);
	margin: 1rem;
	-webkit-align-self: stretch;
	-ms-flex-item-align: stretch;
	align-self: stretch;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	}

.ps-extra {
	padding: 24px;
	}

@media (min-width:0px) {
	.ps-extra {
		font-size: 1rem;
		}
}
@media (min-width:900px) {
	.ps-extra {
		font-size: 1.25rem;
		}
	h3.bold {
		font-size: 1.25rem;
		} 
	.ps-repeater-item {
		flex: 1 1 390px;
		}
}


/* rows */
.ps-flex-row {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	}
@media (min-width:0px) {
	.ps-flex-row {
		flex-direction: column;
		}
}
@media (min-width:900px) {
	.ps-flex-row {
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
		}

	.col-1-of-2 {
		flex: 1 1 390px;
		}
	.col-1-of-3 {
		flex: 1 1 280px;
		} 
}


.ps-testimonial-card {
	padding: 16px;
	margin: 16px;
	color: white;
	border: 1px solid;
	border-radius: 8px;
	}
.ps-testimonial-body p {
	margin: 0;
	font-family: "Roboto", "Helvetica", "Arial", sans-serif;
	font-weight: 400;
	font-size: 1rem;
	line-height: 1.5;
	letter-spacing: 0.00938em;
	margin-bottom: 16px;
	}
.ps-testimonial-source {
	margin: 0;
	font-family: "Roboto", "Helvetica", "Arial", sans-serif;
	font-weight: 400;
	font-size: 1rem;
	line-height: 1.5;
	letter-spacing: 0.00938em;
	text-align: right;
	}
.ps-testimonial-source svg {
	display: inline;
	height: 1.2em;
	vertical-align: middle;
	}
.ps-testimonial-source svg.star1 { width: 1em; }
.ps-testimonial-source svg.star2 { width: 2em; }
.ps-testimonial-source svg.star3 { width: 3em; }
.ps-testimonial-source svg.star4 { width: 4em; }
.ps-testimonial-source svg.star5 { width: 5em; }

.page-footer {
	background-color: #f60094e8;
	}

.footer-text {
	margin: 0;
	font-family: "Roboto", "Helvetica", "Arial", sans-serif;
	font-weight: 400;
	font-size: 1rem;
	line-height: 1.5;
	letter-spacing: 0.00938em;
	padding-top: 32px;
	padding-bottom: 32px;
	text-align: center;
	color: white;
	font-size: small;
	}

/* ----- [ Strandoo ] ----- */
#editpage {
	position: fixed;
	bottom: 0;
	left: 0; 
	padding: 5px 6px; 
	background: #db1174; 
	color: #fff; 
	display: block;
	font-weight: bold; 
	}
#editpage:hover {
	background: #ffffcc;
	color: #000;
	}

.quickedit {
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 99;
	opacity: 0.5;
	}