@charset "UTF-8";
@import url("icomoon/style_v20250102v1.css");
@import url("iframes_v20250102v1.css");
@import url("widgets.vars_v20250102v1.css");
@import url("widgets.modal_v20250102v1.css");
@import url("widgets.cols_v20250102v1.css");
@import url("widgets.tabs_v20250102v1.css");
@import url("widgets.accordion_v20250102v1.css");

a.mb-spirit-btn:link, a.mb-spirit-btn:hover, a.mb-spirit-btn:active, a.mb-spirit-btn:visited {
	background-color: var(--mbs-border-color);
	color: #000;
	text-decoration: none;
}

.mbsw .paying-for-option {
	margin: 1em auto;
	max-width: 360px;
}

.mb-spirit-modal-dialog form input:not([type="radio"]):not([type="checkbox"]):not([type=submit]):not(.mbs-plain),
	.mb-spirit-modal-dialog form select:not(.mbs-plain),
	.mb-spirit-modal-dialog form button:not(.btn-inline):not(.mbs-plain) {
	display: inline-block;
	width: 100%;
	padding: 5px 10px;
	box-sizing: border-box;
	font-size: 100%;
	line-height: 110%;
	border-radius: 3px;
	border: 1px solid var(--mbs-input-border-color);
	background: var(--mbs-input-bg-color);
	color: #000;
}
.mb-spirit-modal-dialog .form-check {
	display: flex;
	align-items: center;
	padding: .25em 0;
	flex-direction: row;
	gap: 20px;
}
.mb-spirit-modal-dialog .form-check > * {
	margin: 0;
	padding: .5em;
	cursor: pointer;
}
.mb-spirit-modal-dialog .text-start {
	text-align: start;
}
.mb-spirit-modal-dialog .text-end {
	text-align: end;
}

.mb-spirit-modal-dialog form input:not([type=submit]):not(.mbs-plain), .mb-spirit-modal-dialog form select:not(.mbs-plain) {
	background: var(--mbs-border-color);
}
.mb-spirit-modal-dialog form .mbs-label, .mb-spirit-modal-dialog form .field {
	float: left;
	display: block;
	box-sizing: border-box;
	width: 30%;
	padding: 5px 5px;
	color: #000;
}
.mb-spirit-modal-dialog form .field {
	width: 70%;
}
.mb-spirit-modal-dialog form .field-set:after {
	display: block;
	content: ' ';
	height: 1em;
	clear: left;
}

[mb-spirit-filter].form-control {
	width: 100%;
}

DIV[data-mb-spirit] {
	clear: both;
	padding-bottom: 40px;
	position: relative;
}
DIV[data-mb-spirit] .mb-spirit-love {
	transition: all 0.5s ease;
	content: " ";
	clear: both;
	display: block;
	width: 248px;height: 30px;
	position: absolute;
	bottom: 0px;right: 0px;
	padding-bottom: 0px;
	background: url(../../assets/mindbody-mb-spirit-love.svg) no-repeat bottom right;
	background-size: 248px 30px;
	opacity: .5;
}
DIV[data-mb-spirit]:hover .mb-spirit-love {
	opacity: 1;
}
DIV[data-mb-spirit] .mb-spirit-love a {
	display: inline-block;
	width: 114px;
	height: 30px;
}
*[data-mb-spirit] .table-responsive,
	.mbsw .table-responsive,
	.mb-spirit-modal-body .table-responsive {
	overflow-x: auto;
}
*[data-mb-spirit] .table-responsive th,
	.mbsw .table-responsive th,
	.mb-spirit-modal-body .table-responsive th {
	white-space: nowrap;
}
*[data-mb-spirit] .table-striped tbody > *:nth-child(odd),
	.mbsw .table-striped tbody > *:nth-child(odd),
	.mb-spirit-modal-body .table-striped tbody > *:nth-child(odd) {
	background-color: var(--mbs-table-stripe-color);
}
*[data-mb-spirit] .table-hover tbody > *:hover,
	.mbsw .table-hover tbody > *:hover,
	.mb-spirit-modal-body .table-hover tbody > *:hover {
	background-color: var(--mbs-table-hover-color);
}
DIV[data-mb-spirit] table {
	width: 100%;
}
DIV[data-mb-spirit] .table .register:empty, DIV[data-mb-spirit] .table .book:empty {
	height: 1.5em;
}
DIV[data-mb-spirit] .table tr.cancelled {
	text-decoration: line-through;
}
.mb-spirit-loading-block {
	position: relative;
}

DIV[data-mb-spirit]:before,
	[mb-spirit-modal]:before,
	.mb-spirit-loading-block:before {
	transition: all 0.25s ease;
	content: " ";
	display: block;
	width: 80px;height: 80px;
	position: absolute;
	z-index: 9999999999;
	transform: scale(.25);
	top: 0px;left: 50%;
	margin-top: 0px;margin-left: -40px;
	background: url(../../mbspirit/assets/loader-240.gif) no-repeat center center;
	background-size: 80px 80px;
	opacity: 0;
}

div[data-mb-spirit]:after, div[data-mb-spirit] .mb-spirit > div:after {
	content: " ";
	display: block;
	height: 0;
	clear: both;
}


div[data-mb-spirit].showloader:before,
	[mb-spirit-modal].showloader:before,
	.mb-spirit-loading-block.showloader:before {
	transform: scale(1);
	top: 80px;
	opacity: 1;
}
div[data-mb-spirit].showloader,[mb-spirit-modal].showloader {
	min-height: 180px;
}

.split-input {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: stretch;
	gap: 0;
}
div[data-mb-spirit] .split-input select {
	flex-basis: 66.6666666%;
	width: 66.6666666%;
}
div[data-mb-spirit] .split-input button {
	flex-basis:33.333333%;
	width:33.333333%;
	line-height: 2em;
}

div[data-mb-spirit] .fade-effect {
	transition: opacity 0.25s ease;
	opacity: 1;
}
DIV[data-mb-spirit] .fade-effect-slow {
	transition: opacity 0.5s ease;
	opacity: 1;
}
DIV[data-mb-spirit] .fade-effect.out, DIV[data-mb-spirit] .fade-effect-slow.out {
	opacity: 0;
}

.slide-reveal {
	transition: all .25s ease-in;
	overflow: hidden;
	max-height: 0;
}
.slide-reveal.reveal {
	max-height: max-content;
}

.mb-spirit > div .item-title {
	font-size: 1.2em;
	font-weight: bold;
}
.mb-spirit > div[class*="col-sm-"] .item-title,
	.mb-spirit > div[class*="col-md-"] .item-title {
	min-height: 3em;
}
.mb-spirit > div .item-title > a {
	text-decoration: none;
}
.mb-spirit > div {
	padding: 5px;
}

.mb-spirit-modal-body .framed-details {
	background-color: #f2f2ff;
	border-radius: 6px;
	padding: 6px;
	width: 100%;
	margin-bottom: 1em;
	box-sizing: border-box;
}
.mb-spirit-modal-body .framed-details.event {
	width: 100%;
}
.img-right.event-img {
	float: none;
	width: 90%;
	max-width: 250px;
	display: block;
	margin-right: auto;
	margin-left: auto;
}
.inline-image, .inline-image.img-right {
	display: block;
	margin-right: auto;
	margin-left: auto;
	float: none;
	width: 100%;
	max-width: 200px;
}
.mb-spirit-modal-body .framed-details.has-image {
	width: calc(100% - 200px);
}
.mb-spirit-modal-body .clear-right, .mb-spirit-single-wrap .clear-right {
	clear: right;
}

.mb-spirit-modal-body .staff-profile-pic {
	display: block;
	margin: auto;
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 240px;
}
@media all and (min-width: 768px) {
	.mb-spirit-modal-body .staff-profile-pic {
		width: 100%;
		height: auto;
		max-height: 240px;
	}
}

.mb-spirit-modal .date-list > * {
	padding: 5px 10px;
	border: 1px solid var(--mbs-border-color);
	border-radius: 2px;
}
@media screen and (min-width: 768px) {
	.mb-spirit-modal .date-list {
		display: flex;
		flex-wrap: wrap;
		gap: 10px;
	}
	.mb-spirit-modal .date-list > * {
		flex-basis: 25%;
		max-width: 220px;
	}
}

@media screen and (min-width: 640px) {
	.inline-image.img-right {
		float: right;
		padding: 0px 0px 5px 5px;
		width: 90%;
		max-width: 200px;
	}
	.mb-spirit-body .framed-details.event {
		width: 65%;
		width: calc(100% - 200px);
	}
	.mb-spirit-body .img-right.event-img {
		float: right;
		width: 34.25%;
		width: calc(190px);
	}
}
@media screen and (min-width: 768px) {
	.mb-spirit-body .framed-details.event {
		width: 75%;
		width: calc(100% - 250px);
	}
	.mb-spirit-body .img-right.event-img {
		width: 24.25%;
		width: calc(240px);
	}
}
.mb-spirit-body .desc img {
	width: auto;
	max-width: 90%;
}

.mb-spirit-body .image-gallery > div {
	margin-top: 1em;
}

.mmb-class-item.cancelled td {
	text-decoration: line-through;
}
.mmb-class-item.substitute:not(.cancelled) td.staff {
	cursor: help;
}
.mmb-class-item.substitute:not(.cancelled) td.staff:after {
	content: attr(data-reg-staff);
	display: block;
}

.mb-class-item td[title] {
	cursor: help;
}


.row.image-gallery > div {
	margin-bottom: .75em;
}
.row.image-gallery > .gc-hidden {
	display: none;
}

.mb-spirit-add-staff {
	display: inline;
}



/*
Calendar styles
*/
DIV[data-mb-spirit] div.mb-spirit-calendar {
	background-color: rgba(0,0,0,.05);
}
DIV[data-theme="light"] div.mb-spirit-calendar {
	background-color: rgba(255,255,255,.1);
}
DIV[data-mb-spirit] div.mb-spirit-calendar div.days {
	margin-left: 0.4%;
}
DIV[data-mb-spirit] div.mb-spirit-calendar div.days > span {
	float: left;
	box-sizing: border-box;
	width: 13.88571428571429%;
	display: block;
	text-align: center;
	font-weight: bold;
	margin-right: 0.4%;
	margin-bottom: 0.4%;
	background-color: rgba(0,0,0,.2);
	border-radius: 1px;
	padding: 5px 5px 5px 5px;
}
DIV[data-theme="light"] div.mb-spirit-calendar div.days > span {
	background-color: rgba(255,255,255,.1);
}
DIV[data-mb-spirit] div.mb-spirit-calendar > ol {
	counter-reset: cal-day;
	list-style-type: none;
	padding: 0;
	margin: 0;
	margin-left: 0.4%;
}
DIV[data-mb-spirit] ol[data-offset="1"] li:first-child {
	margin-left: 14.28571428571429%;
}
DIV[data-mb-spirit] ol[data-offset="2"] li:first-child {
	margin-left: 28.57142857142857%;
}
DIV[data-mb-spirit] ol[data-offset="3"] li:first-child {
	margin-left: 42.85714285714286%;
}
DIV[data-mb-spirit] ol[data-offset="4"] li:first-child {
	margin-left: 57.14285714285714%;
}
DIV[data-mb-spirit] ol[data-offset="5"] li:first-child {
	margin-left: 71.42857142857143%;
}
DIV[data-mb-spirit] ol[data-offset="6"] li:first-child {
	margin-left: 85.71428571428571%;
}
DIV[data-mb-spirit] div.mb-spirit-calendar li.break {
	clear: left;
}
DIV[data-mb-spirit] div.mb-spirit-calendar li {
	list-style: none;
	float: left;
	box-sizing: border-box;
	width: 13.88571428571429%;
	height: 8em;
	overflow-y: auto;
	overflow-x: hidden;
	margin-right: 0.4%;
	margin-bottom: 0.4%;
	background-color: rgba(0,0,0,.2);
	border-radius: 1px;
	padding: 2em 5px 5px 5px;
	position: relative;
	transition: background-color ease-out 1s;
	-webkit-transition: background-color ease-out 1s;
}
DIV[data-theme="light"] div.mb-spirit-calendar li {
	background-color: rgba(255,255,255,.2);
}
DIV[data-mb-spirit] div.mb-spirit-calendar li:hover {
	background-color: rgba(0,0,0,.05);
	transition: background-color ease-out 1s;
	-webkit-transition: background-color ease-out 1s;
}
DIV[data-theme="light"] div.mb-spirit-calendar li:hover {
	background-color: rgba(255,255,255,.05);
}
DIV[data-mb-spirit] div.mb-spirit-calendar li:before {
	counter-increment: cal-day;
	content: counters(cal-day,".") " ";
	position: absolute;
	top: 3px; right: 3px;
	font-size: 130%;
	line-height: 100%;
}
DIV[data-mb-spirit] div.mb-spirit-calendar:after {
	display: block;
	content: " ";
	clear: both;
}
DIV[data-mb-spirit] div.mb-spirit-calendar li > a.mb-spirit-link {
	display: block;
	position: relative;
	overflow: hidden;
	white-space: nowrap;
	padding: 2px 6px;
	text-overflow: ellipsis;
	border-radius: 3px;
	background-color: rgba(255,255,255,.5);
	transition: background-color ease-out .2s;
	-webkit-transition: background-color ease-out .2s;
	color: #000;
	text-decoration: none;
}
DIV[data-mb-spirit] div.mb-spirit-calendar li > a.mb-spirit-link:hover {
	background-color: rgba(255,255,255,.9);
	transition: background-color ease-out .5s;
	-webkit-transition: background-color ease-out .5s;
	color: #000;
	text-decoration: none;
}
.mb-spirit-modal .class-date-details {
	font-weight: bold;
}

a.mb-spirit-goback {
	display: block;
	text-decoration: none;
	text-align: right;
	padding: 5px 2px;
}

DIV[data-mb-spirit] div.mb-spirit-monthnav, DIV[data-mb-spirit] div.mb-spirit-monthnav.col-md-12 {
	width: 100%;
	flex-basis: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
	text-align: center;
	font-size: 130%;
	line-height: 120%;
	margin-bottom: 1em;
}
div.mb-spirit-monthnav:after, div.mb-spirit-navigator:after {
	content:" ";
	display: block;
	height: 0;
	clear: left;
}
div.mb-spirit-navigator {
	display: flex;
	align-content: stretch;
	max-width: 100%;
}
div.mb-spirit-monthnav > *:first-child, div.mb-spirit-navigator > *:first-child {
	border-radius: 4px 0 0 4px;
}
div.mb-spirit-monthnav > *:last-child, div.mb-spirit-navigator > *:last-child {
	border-radius: 0 4px 4px 0;
}
div.mb-spirit-navigator > button {
	min-width: 2em;
}
div.mb-spirit-monthnav > span, div.mb-spirit-navigator > input[type="date"] {
	border-radius: 0px;
}
div.mb-spirit-navigator > input[type="date"] {
	flex-grow: 1;
}
/*
div.mb-spirit-monthnav > *, div.mb-spirit-navigator > * {
	float: left;
	box-sizing: border-box;
	display: inline-block;
}
div.mb-spirit-monthnav > *:first-child, div.mb-spirit-navigator > *:first-child {
	border-radius: 4px 0 0 4px;
	min-width: 2em;
}
div.mb-spirit-monthnav > *:last-child, div.mb-spirit-navigator > *:last-child {
	border-radius: 0 4px 4px 0;
}
div.mb-spirit-monthnav > button, div.mb-spirit-navigator > button {
	width: 60px;
	font-size: 130%;
	padding: 0px;
}
*/
button[mb-spirit-nav]:before {
	display: none !important;
}
/*
[mb-spirit-nav="backmonth"]:before, [mb-spirit-nav="back"]:before {
	content: "«";
}
[mb-spirit-nav="nextmonth"]:before, [mb-spirit-nav="next"]:before {
	content: "»";
}
*/
.mbs-hidden {
	position: absolute;
	left: -1000000px;
}
.mbs-invisible {
	visibility: hidden;
}

.mb-spirit-user {
    display: flex;
    justify-content: center;
    gap: 20px;
}
@media all and (min-width: 768px) {
	.mb-spirit-user {
	    justify-content: end;
	    align-items: center;
	}
}

div[data-mb-spirit] .mb-spirit-btn.registered {
	position: relative;
	overflow: hidden;
	background-color: #333;
	color: #fff;
}
div[data-mb-spirit] .mb-spirit-btn.registered::after {
	transition: all .25s ease-in;
	content: attr(data-cancel-label);
	position: absolute;
	display: block;
	padding: 10px 0;
	top: 0;
	left: 100%;
	height: 100%;
	width: 100%;
	text-align: center;
	background-color: #FF3A24;
	color: #fff;
	z-index: 2;
}
div[data-mb-spirit] .mb-spirit-btn.registered:hover::after {
	left: 0;
}
div.mb-spirit-modal  .mb-spirit-btn.registering:before,
div[data-mb-spirit]  .mb-spirit-btn.registering:before {
	content: " ";
	display: inline-block;
	width: 20px;height: 20px;padding-right: 5px;
	vertical-align: top;
	background: url(../../mbspirit/assets/loader-80.gif) no-repeat center center;
	background-size: 20px 20px;
}


div[data-mb-spirit] .table-responsive {
	overflow-x: auto;
}




.mb-date-range-widget {
	width: 100%;
	max-width: 360px;
}
.elementor-widget-container .mb-date-range-widget {
	width: 100%;
	max-width: inherit;
}

.mb-date-range-widget table {
	width: 100%;
}

.mb-date-range-widget table td, .mb-date-range-widget table th {
	padding: 0px;
}

.mb-date-range-widget .mb-month-nav {
	display: flex;
	width: 100%;
}
.mb-month-nav button {
	display: inline-block;
	cursor: pointer;
	padding: 5px 15px;
	border: none;
	background-color: #8F8F8F;
	color: #FFFFFF;
	border-radius: 5px;
	text-align: center;
	text-decoration: none!important;
}
.mb-month-nav .mb-month-label {
	flex-grow: 1;
	text-align: center;
	padding: 5px 15px;
	font-weight: bold;
}

.mb-date-range-widget [data-date] {
	display: block;
	padding:5px 10px;
	margin: 2px;
	border: none;
	background-color: #E8E8E8;
	color: #000000;
	border-radius: 5px;
	text-align:right;
	text-decoration: none;
}
.mb-date-range-widget [data-date]:hover, .mb-date-range-widget [data-date].in-range:hover {
	background-color: #8F8F8F;
	color: #FFFFFF;
	text-decoration: none;
}

.mb-date-range-widget [data-date].range-start, .mb-date-range-widget [data-date].range-end {
	background-color: #8F8F8F;
	color: #FFFFFF;
}
.mb-date-range-widget [data-date].in-range {
	background-color: #CCCCCC;
	color: #FFFFFF;
}

.mb-appointments-date-group, .mb-appointments-staff-group {
	border: 2px solid #dddddd;
	border-radius: 3px;
	padding: 8px;
	margin: 5px 0;
}

.mb-date-group, .mb-staff-group {
	border: 1px solid #dddddd;
	border-radius: 3px;
	padding: 8px;
	margin: 5px 0;
}


.mb-session_type-group {
	border: 1px solid #eeeeee;
	border-radius: 3px;
	padding: 8px;
	margin: 3px 0;
}


div[data-mb-spirit] button[data-staff_id] {
	display: inline-block;
	padding:5px 10px;
	margin: 2px;
	max-width: 150px;
	white-space: nowrap;
	overflow-x: hidden;
	text-overflow: ellipsis;
	border: 1px solid #aaaaaa;
	background-color: transparent;
	color: #000000;
	border-radius: 5px;
	text-align:left;
	text-decoration: none;
}


div[data-mb-spirit] button[data-staff_id].enabled {
	background-color: #aaaaaa;
	color: white;
}
div[data-mb-spirit] button[data-staff_id] img {
	width: 25px;
	height: 25px;
	margin-right: 10px;
	vertical-align: bottom;
}


.loading {
	line-height: 1.2em;
}
.loading:before {
	display: inline-block;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHN0cm9rZT0iIzAwMCIgdmlld0JveD0iMCAwIDI0IDI0IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxzdHlsZT4uc3Bpbm5lcl9WOG0xe3RyYW5zZm9ybS1vcmlnaW46Y2VudGVyO2FuaW1hdGlvbjpzcGlubmVyX3pLb2EgMnMgbGluZWFyIGluZmluaXRlfS5zcGlubmVyX1Y4bTEgY2lyY2xle3N0cm9rZS1saW5lY2FwOnJvdW5kO2FuaW1hdGlvbjpzcGlubmVyX1lwWlMgMS41cyBlYXNlLWluLW91dCBpbmZpbml0ZX1Aa2V5ZnJhbWVzIHNwaW5uZXJfektvYXsxMDAle3RyYW5zZm9ybTpyb3RhdGUoMzYwZGVnKX19QGtleWZyYW1lcyBzcGlubmVyX1lwWlN7MCV7c3Ryb2tlLWRhc2hhcnJheTowIDE1MDtzdHJva2UtZGFzaG9mZnNldDowfTQ3LjUle3N0cm9rZS1kYXNoYXJyYXk6NDIgMTUwO3N0cm9rZS1kYXNob2Zmc2V0Oi0xNn05NSUsMTAwJXtzdHJva2UtZGFzaGFycmF5OjQyIDE1MDtzdHJva2UtZGFzaG9mZnNldDotNTl9fTwvc3R5bGU+PGcgY2xhc3M9InNwaW5uZXJfVjhtMSI+PGNpcmNsZSBjeD0iMTIiIGN5PSIxMiIgcj0iOS41IiBmaWxsPSJub25lIiBzdHJva2Utd2lkdGg9IjMiPjwvY2lyY2xlPjwvZz48L3N2Zz4=);
	content: "";
	width: 1.2em;
	height: 1.2em;
	padding-right: 10px;
	background-repeat: no-repeat;
	background-size: 1.2em;
	ffilter: invert(44%) sepia(99%) saturate(2315%) hue-rotate(164deg) brightness(98%) contrast(102%);
	filter: invert(54%) sepia(80%) saturate(867%) hue-rotate(346deg) brightness(99%) contrast(96%);
	animation: fade-in-full 1s linear 1;
}
@keyframes fade-in-full {
	from { opacity: 0; }
	to { opacity: 1; }
}

.mbsw-quantity {
	width: 4em;
}

.mbsw-delete-icon {
	display: inline-block;
	background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IS0tIFVwbG9hZGVkIHRvOiBTVkcgUmVwbywgd3d3LnN2Z3JlcG8uY29tLCBHZW5lcmF0b3I6IFNWRyBSZXBvIE1peGVyIFRvb2xzIC0tPgo8c3ZnIGZpbGw9IiMwMDAwMDAiIHdpZHRoPSI4MDBweCIgaGVpZ2h0PSI4MDBweCIgdmlld0JveD0iMCAwIDUxMiA1MTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTI1NiA4QzExOSA4IDggMTE5IDggMjU2czExMSAyNDggMjQ4IDI0OCAyNDgtMTExIDI0OC0yNDhTMzkzIDggMjU2IDh6bTEyMS42IDMxMy4xYzQuNyA0LjcgNC43IDEyLjMgMCAxN0wzMzggMzc3LjZjLTQuNyA0LjctMTIuMyA0LjctMTcgMEwyNTYgMzEybC02NS4xIDY1LjZjLTQuNyA0LjctMTIuMyA0LjctMTcgMEwxMzQuNCAzMzhjLTQuNy00LjctNC43LTEyLjMgMC0xN2w2NS42LTY1LTY1LjYtNjUuMWMtNC43LTQuNy00LjctMTIuMyAwLTE3bDM5LjYtMzkuNmM0LjctNC43IDEyLjMtNC43IDE3IDBsNjUgNjUuNyA2NS4xLTY1LjZjNC43LTQuNyAxMi4zLTQuNyAxNyAwbDM5LjYgMzkuNmM0LjcgNC43IDQuNyAxMi4zIDAgMTdMMzEyIDI1Nmw2NS42IDY1LjF6Ii8+PC9zdmc+");
	content: "";
	width: 1.2em;
	height: 1.2em;
	background-repeat: no-repeat;
	background-size: 1.2em;
	filter: invert(39%) sepia(10%) saturate(6434%) hue-rotate(324deg) brightness(105%) contrast(91%);
	transition: all .25s ease-in;
	cursor: pointer;
}
.mbsw-delete-icon:hover {
	background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IS0tIFVwbG9hZGVkIHRvOiBTVkcgUmVwbywgd3d3LnN2Z3JlcG8uY29tLCBHZW5lcmF0b3I6IFNWRyBSZXBvIE1peGVyIFRvb2xzIC0tPgo8c3ZnIGZpbGw9IiMwMDAwMDAiIHdpZHRoPSI4MDBweCIgaGVpZ2h0PSI4MDBweCIgdmlld0JveD0iMCAwIDUxMiA1MTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTI1NiA4QzExOSA4IDggMTE5IDggMjU2czExMSAyNDggMjQ4IDI0OCAyNDgtMTExIDI0OC0yNDhTMzkzIDggMjU2IDh6bTEyMS42IDMxMy4xYzQuNyA0LjcgNC43IDEyLjMgMCAxN0wzMzggMzc3LjZjLTQuNyA0LjctMTIuMyA0LjctMTcgMEwyNTYgMzEybC02NS4xIDY1LjZjLTQuNyA0LjctMTIuMyA0LjctMTcgMEwxMzQuNCAzMzhjLTQuNy00LjctNC43LTEyLjMgMC0xN2w2NS42LTY1LTY1LjYtNjUuMWMtNC43LTQuNy00LjctMTIuMyAwLTE3bDM5LjYtMzkuNmM0LjctNC43IDEyLjMtNC43IDE3IDBsNjUgNjUuNyA2NS4xLTY1LjZjNC43LTQuNyAxMi4zLTQuNyAxNyAwbDM5LjYgMzkuNmM0LjcgNC43IDQuNyAxMi4zIDAgMTdMMzEyIDI1Nmw2NS42IDY1LjF6Ii8+PC9zdmc+");
	filter: invert(44%) sepia(100%) saturate(7005%) hue-rotate(354deg) brightness(98%) contrast(90%);
}
.visually-hidden {
	position: fixed;
	height: 0;
	overflow: hidden;
	top: -10000px;
}

/*
Gift Card Forms
*/
.giftcard-form .mbs-plain {
	border: 1px solid #e2e2e2;
	padding: .25em .5em;
	display: block;
	width: 100%;
	border-radius: 3px;
	margin-bottom: 1em;
}
.giftcard-form .mbs-plain:focus {
	border: 1px solid #c2c2c2;
	outline: 1px solid #c2c2c2;
}

.layout-selections {
	justify-content: center;
}

img.layout-sample {
	border: 2px solid #e2e2e2;
	cursor: pointer;
	width: 100%;
	display: block;
	padding-bottom: 10px;
	opacity: .8;
	transition: all .25s ease-in;
	box-shadow: 0px 0px 10px rgba(0, 140, 186, 0);
}
img.layout-sample:hover {
	opacity: 1;
	transition: all .5s ease-in;
	box-shadow: 0px 0px 10px rgba(0, 140, 186, .3);
}

.mb-booking-link.mb-spirit-btn {
	display: inline-block;
	text-align: center;
}