.post-formats-fields,
.post-format-description {
	display: none !important;
}

.clearfix:after {
	content: ".";
	visibility: hidden;
	display: block;
	height: 0px;
	clear: both;
}

* html .clearfix {
	height: 1%;
}

*+html .clearfix {
	height: 1%;
}

.theme-menu-style-compact-minimal-top .condition-without-compact-style,
.theme-menu-style-compact-minimal-left .condition-without-compact-style {
	display: none;
}

.staylodgic_admin_sort_title {
	margin-left: 10px;
	position: relative;
	top: -10px;
	color: #7d7d7d;
	text-shadow: -1px 1px #fff;
}

.staylodgic_admin_sort_image {
	border: 1px double #444;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.staylodgic_admin_sort_categories {
	font-size: 10px;
	margin-left: 43px;
	font-weight: normal;
	float: right;
	color: #7d7d7d;
}

#featured-list {
	margin-top: 20px;
}

#featured-list li {
	padding: 10px;
	width: 50%;
	font-weight: bold;

	background: #f0f0f0;
	/* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7', endColorstr='#e7e7e7');
	/* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#f7f7f7), to(#e7e7e7));
	/* for webkit browsers */
	background: -moz-linear-gradient(top, #f7f7f7, #e7e7e7);
	/* for firefox 3.6+ */
	cursor: move;

	border: 1px solid #ddd;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#featured-list li:hover {

	background: #f0f0f0;
	/* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e7e7e7', endColorstr='#f0f0f0');
	/* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#e7e7e7), to(#f0f0f0));
	/* for webkit browsers */
	background: -moz-linear-gradient(top, #e7e7e7, #f0f0f0);
	/* for firefox 3.6+ */
	cursor: move;
}

#portfolio-list {
	margin-top: 20px;
}

#portfolio-list li {
	padding: 20px;
	width: auto;
	font-weight: bold;
	font-size: 12px;

	background: #fff;
	cursor: move;

	border: 1px solid #ddd;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#portfolio-list li:hover {

	background: #f0f0f0;
	/* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e7e7e7', endColorstr='#f0f0f0');
	/* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#e7e7e7), to(#f0f0f0));
	/* for webkit browsers */
	background: -moz-linear-gradient(top, #e7e7e7, #f0f0f0);
	/* for firefox 3.6+ */
	cursor: move;
}

#loading-animation {
	display: none;
}

.staylodgic_metabox_fieldname {
	font-family: "Open Sans", Arial, Tahoma, Verdana, Sans;
	font-weight: bold;
}

.staylodgic_metabox_description {
	font-style: italic;
}

.mtheme-multi-thumbs li {
	display: inline-block;
	margin-right: 1px;
}

.mtheme-multi-thumbs img {
	width: 100px;
	height: auto;
}

/* Metaboxes */

.big-notice.metabox-description {
	background: #fff4c9;
	border: 1px solid #ffcc00;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #000;
	font-size: 14px;
	line-height: 19px;
	padding: 30px;
}

.metabox-wrapper label {
	font-size: 20px;
	font-weight: normal;
}

.is_subtitle label {
	color: #7B7B7B;
	font-size: 16px;
	font-weight: bold;
}

.metabox-description {
	color: #a29f9f;
	font-size: 12px;
	line-height: 14px;
	padding: 5px 0;
	max-width: 580px;
	width: 100%;
	margin-top: 5px;
	font-style: italic;
	-webkit-transition: color 0.5s ease-in-out;
	-moz-transition: color 0.5s ease-in-out;
	-o-transition: color 0.5s ease-in-out;
	transition: color 0.5s ease-in-out;
}

.metabox-fields:hover .metabox-description {
	color: #000;
}

.sectiontitle {
	color: #000000;
	display: block;
	font-size: 14px;
	letter-spacing: 0;
	padding: 0 0 10px 0;
	font-weight: 700;
}

.metaboxtype_seperator .sectiontitle {
	color: #c4902b;
	display: block;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 2px;
	padding: 0 0 10px;
	text-transform: uppercase;
}

.maintitle {
	color: #bca016;
	display: block;
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 0;
	padding: 40px 40px 20px;
}

.selectbox {
	position: relative;
	display: inline-block;
	zoom: 1;
	border: 1px solid #aeaeae;
	background: #e6e6e6;
	background-image: -moz-linear-gradient(top, white, #e6e6e6);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, white), color-stop(1, #e6e6e6));
	background-image: linear-gradient(top, white, #e6e6e6);
	border-radius: 5px;
	box-shadow: 0 1px 1px #d2d2d2;
	width: 290px;
}

.selectbox select:hover {
	cursor: pointer;
}

.selectbox select {
	z-index: 10;
	position: relative;
	border: none;
	background: none;
	outline: none;
	opacity: 0;
	height: 24px;
	-webkit-appearance: none;
	filter: alpha(opacity=0);
	width: 100%;
	font-size: 12px;
}

.selectbox select option {
	padding-top: 5px;
	padding-bottom: 3px;
}

.selecttext {
	z-index: 9;
	position: absolute;
	display: inline-block;
	zoom: 1;
	left: 15px;
	padding-top: 4px;
	background: transparent;
	color: #666;
	top: 0;
	font-size: 12px;
	letter-spacing: -0.2px;
}

.select-arrow {
	background: url(../images/caret.png) no-repeat 50% 50%;
	position: absolute;
	display: inline-block;
	*display: inline;
	zoom: 1;
	height: 100%;
	width: 26px;
	top: 0;
	right: 0;
	border-left: 1px solid #d6d6d6;
}

.metabox-wrapper {
	padding: 0;
}

.metabox-wrapper .metabox-column:first-child {
	margin-left: 0;
	border-right: 1px solid #eee;
}

.metabox-column {
	float: left;
	width: calc(50% - 1px);
	padding-top: 20px;
}

.is_break {
	display: none;
}

.metabox-wrapper input.mtextfield-small {
	width: 100px;
}

.metabox-wrapper textarea:focus,
.metabox-wrapper input:focus {
	border-color: #5b9dd9;
	box-shadow: 0 0 2px rgba(30, 140, 190, 0.8);
}

.metabox-note {
	background: none;
	padding: 10px;
	line-height: 14px;
	display: inline-block;
	-webkit-transition: background 0.5s ease-in-out;
	-moz-transition: background 0.5s ease-in-out;
	-o-transition: background 0.5s ease-in-out;
	transition: background 0.5s ease-in-out;
}

.metabox-fields:hover .metabox-note {
	background: #fbfa99;
}

.metaboxtype_radio {
	font-weight: bold;
	font-size: 12px;
	color: #444;
}

.metabox-wrapper input[type=radio] {
	position: relative;
	top: 15px;
}

.metabox-wrapper textarea {
	height: 80px;
	width: 100%;
	-webkit-transition: height 0.1s ease-in-out;
	-moz-transition: height 0.1s ease-in-out;
	-o-transition: height 0.1s ease-in-out;
	transition: height 0.1s ease-in-out;
}

.metabox-wrapper textarea:focus {
	height: 90px;
}


.metabox-wrapper .of-radio-img-radio {
	display: none;
}

.metabox-wrapper .of-radio-img-img {
	border: 2px solid #eee;
	margin-right: 10px;
	margin-bottom: 10px;
	cursor: pointer;
	display: inline-block;
	width: 90px;
	height: 90px;
}

.metabox-wrapper .of-radio-img-img:hover {
	border-color: #000;
	-webkit-transition: border 0.1s ease-in-out;
	-moz-transition: border 0.1s ease-in-out;
	-o-transition: border 0.1s ease-in-out;
	transition: border 0.1s ease-in-out;
}

.metabox-wrapper .of-radio-img-label {
	display: none;
}

.metabox-wrapper .of-radio-img-selected:hover,
.metabox-wrapper .of-radio-img-selected {
	border: 2px solid #4C9EE3;
}

.metabox-wrapper .of-radio-img-img:hover {
	opacity: 1;
}

.metabox-wrapper .button-shortcodegen-uploader,
.metabox-wrapper #staylodgic_images_upload {
	border: 1px solid #0073aa;
	background: #0073aa;
	width: 120px;
	height: 27px;
	font-size: 13px;
	font-weight: 400;
	color: #fff;
	text-shadow: none;
	position: relative;
	top: 0;
	cursor: pointer;
	border-radius: 4px;
}

.metabox-wrapper .button-shortcodegen-uploader:hover,
.metabox-wrapper #staylodgic_images_upload:hover {
	border: 1px solid #000;
	background: #000;
	color: #fff;
}



/* range */
.metaboxtype_range {
	width: 500px;
}

.ranger-min-max-wrap {
	display: block;
	width: calc(100% - 80px);
	padding-top: 25px;
	position: relative;
	top: 14px;
}

.ranger-min-value,
.ranger-max-value {
	color: #8B8A8A;
	font-size: 9px;
	font-weight: bold;
	padding: 4px 0 0;
	position: absolute;
}

.ranger-min-value {


	left: 0;
}

.ranger-max-value {
	right: 0;
}


.ranger-bar {
	float: right;
	left: 0;
	position: relative;
	top: -45px;
	width: 65px;
}

.ranger-bar input {
	width: 60px !important;
	box-shadow: inset 0 1px 2px 0px rgba(0, 0, 0, .2),
		0 1px 0 0px rgba(50, 50, 50, .1);
}

.ranger-bar span {
	color: #898989;
	display: block;
	font-size: 8px;
	letter-spacing: 2px;
	text-align: center;
	text-transform: uppercase;
	width: 60px;
}

.ui-slider {
	position: relative;
	text-align: left;
}

.ranger-min-max-wrap-outer {
	width: 60%;
}

.ui-slider-horizontal {
	border-width: 2px;
	border-style: solid;
	border-color: #f4f4f4;
	border-radius: 25px;
	width: calc(100% - 80px);
	height: 8px;
	margin-bottom: 18px;
	background-color: #f7f7f7;
	box-shadow: inset 0 1px 2px 0px rgba(0, 0, 0, .2),
		0 1px 0 0px rgba(250, 250, 250, .5);
}

.ui-slider-horizontal .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 11px;
	height: 11px;
	cursor: pointer;
	background: #fff;
	color: #1C94C4;
	outline: none;
	top: -3px;
	margin-left: -12px;
	border-radius: 100%;
	border: 1px solid #0000004f;
	box-shadow: 1px 1px 2px #000;
}

.ui-slider-horizontal .ui-slider-range {
	background: #5AB7DE;
	box-shadow: inset 0 2px 4px 0px rgba(0, 0, 0, .8),
		0 1px 4px 0px rgba(250, 250, 250, .5);
	position: absolute;
	border: 0;
	top: 0;
	height: 100%;
	border-radius: 25px;
}

.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}


/* Shortcodes Dropdown List */
#menu_content_content_mthemeShortcodes_menu_tbl {
	width: 330px;
	background: #DCDCDC;
	padding: 0;
}

#menu_content_content_mthemeShortcodes_menu_tbl .mceMenuItem {
	float: left;
}

#menu_content_content_mthemeShortcodes_menu_tbl .mceMenuItem,
#menu_content_content_mthemeShortcodes_menu_tbl .mceMenuItem td {
	width: 165px;

}

#menu_content_content_mthemeShortcodes_menu_tbl .mceMenuItem a {
	padding: 5px;
	width: 150px;
	border-bottom: 1px solid #CFCFCF;
}

#menu_content_content_mthemeShortcodes_menu_tbl .mceMenuItem .mceIcon {
	left: 5px;
	top: 2px;
}

#menu_content_content_mthemeShortcodes_menu_tbl tbody tr.mceMenuItemDisabled {
	float: none;
	width: 100%;
}

#menu_content_content_mthemeShortcodes_menu_tbl tbody tr.mceMenuItemDisabled a {
	width: 100%;
	margin-bottom: 5px;
}

.selecttext {
	top: 0;
}

.metabox_google_font_preview {
	background: #fff;
	border: 1px solid #f2f2f2;
	font-size: 22px;
	padding: 20px 40px;
	word-break: break-all;
	min-height: 100px;
}

.mtheme-gallery-thumbs li {
	display: inline-block;
	margin: 0 2px;
}

.mtheme-gallery-thumbs img {
	width: 80px;
	height: auto;
}

.mtheme-proofing-gallery-thumbs li {
	display: inline-block;
	margin: 0 2px;
}

.mtheme-proofing-gallery-thumbs img {
	width: 80px;
	height: auto;
}

.metabox-fields {
	padding: 0 40px 10px;
}

.metabox-fields.is-a-group {
	padding: 0 40px 0;
}

.metabox-fields.is-the-group-end {
	padding: 0 40px 30px;
}

.metabox-fields.is-part-of-a-set {
	padding-bottom: 0;
}

.metabox-fields.is-part-of-a-set.set-space-medium {
	padding-bottom: 15px;
}

.metabox-fields.is-part-of-a-set.is-set-end {
	padding-bottom: 30px;
}

.metaboxtype_seperator.metabox-fields {
	padding-bottom: 10px;
}

.is_subtitle {
	padding-top: 5px;
}

.metabox-fields.metaboxtype_nobreak {
	display: none;
}

.metabox-wrapper input.textsmall {
	width: 220px;
}

.ui-datepicker {
	background-color: #fff;
	border: 1px solid #66AFE9;
	border-radius: 4px;
	box-shadow: 0 0 8px rgba(102, 175, 233, .6);
	display: none;
	margin-top: 4px;
	padding: 10px;
	width: 240px;
}

.ui-datepicker a,
.ui-datepicker a:hover {
	text-decoration: none;
}

.ui-datepicker a:hover,
.ui-datepicker td:hover a {
	color: #2A6496;
	-webkit-transition: color 0.1s ease-in-out;
	-moz-transition: color 0.1s ease-in-out;
	-o-transition: color 0.1s ease-in-out;
	transition: color 0.1s ease-in-out;
}

.ui-datepicker .ui-datepicker-header {
	margin-bottom: 4px;
	text-align: center;
}

.ui-datepicker .ui-datepicker-title {
	font-weight: 700;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	cursor: default;
	font-family: 'fontawesome';
	-webkit-font-smoothing: antialiased;
	font-style: normal;
	font-weight: normal;
	height: 20px;
	line-height: 1;
	margin-top: 2px;
	width: 30px;
}

.ui-datepicker .ui-datepicker-prev:hover,
.ui-datepicker .ui-datepicker-next:hover {
	cursor: pointer;
}

.ui-datepicker .ui-datepicker-prev {
	float: left;
	text-align: left;
}

.ui-datepicker .ui-datepicker-next {
	float: right;
	text-align: right;
}

.ui-datepicker .ui-datepicker-prev:before {
	content: "\f048";
}

.ui-datepicker .ui-datepicker-next:before {
	content: "\f051";
}

.ui-datepicker .ui-icon {
	display: none;
}

.ui-datepicker .ui-datepicker-calendar {
	table-layout: fixed;
	width: 100%;
}

.ui-datepicker .ui-datepicker-calendar th,
.ui-datepicker .ui-datepicker-calendar td {
	text-align: center;
	padding: 4px 0;
}

.ui-datepicker .ui-datepicker-calendar td {
	border-radius: 4px;
	-webkit-transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
	-moz-transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
	-o-transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
	transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
}

.ui-datepicker .ui-datepicker-calendar td:hover {
	background-color: #eee;
	cursor: pointer;
}

.ui-datepicker .ui-datepicker-calendar td a {
	text-decoration: none;
}

.ui-datepicker .ui-datepicker-current-day {
	background-color: #4289cc;
}

.ui-datepicker .ui-datepicker-current-day a {
	color: #fff
}

.ui-datepicker .ui-datepicker-calendar .ui-datepicker-unselectable:hover {
	background-color: #fff;
	cursor: default;
}

.metabox-notice {
	background: #f7ecc4;
	padding: 18px;
	margin: 10px 0;
	max-width: 400px;
}

.metabox-notice-no-pass {
	background: #F7C4C4;
}

.proofing-admin-selection {
	font-size: 12px;
	background: #fff8da;
	padding: 14px 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 7px 0;
}

.proofing-admin-selection li.images {
	display: inline-block;
}

.proofing-admin-selection li.images img {
	width: 45px;
	margin: 0 5px 0 0;
}

.proofing-none-selected {
	font-size: 12px;
	background: #fff8da;
	padding: 14px 30px;
	display: inline-block;
}


.movethis #text-box {
	margin-bottom: 5px;
	margin-top: -6px;
	padding-bottom: 6px;
	padding-left: 5px;
	padding-top: 5px;
	position: relative;
}

.movethis #text-box:hover {
	cursor: grab;
}

.remove-taxlayout,
.remove-bedlayout,
.remove-box {
	margin-left: 10px;
	color: #008ec2;
	text-decoration: underline;
	-webkit-transition: color 0.1s ease-in-out;
	-moz-transition: color 0.1s ease-in-out;
	-o-transition: color 0.1s ease-in-out;
	transition: color 0.1s ease-in-out;
}

.remove-taxlayout:hover,
.remove-bedlayout:hover,
.remove-box:hover {
	cursor: pointer;
	color: #000;
}

.add-taxlayout-box-notice,
.add-bedlayout-box-notice,
.add-box-notice {
	background: #fdffb3;
	color: #555;
	display: none;
	padding: 3px 10px;
}

.movethis label {
	display: block;
	font-size: 11px;
	font-weight: 500;
	letter-spacing: 1px;
	margin-top: 10px;
	text-transform: uppercase;
	color: #bababa;
}

.movethis-wrap input {
	width: 30%;
}

.add-taxlayout-box,
.add-bedlayout-box,
.movethis-wrap .add-box {
	background: #0073aa;
	color: #fff;
	display: inline-block;
	margin-top: 10px;
	padding: 5px 10px;
	text-decoration: none;
}

.add-taxlayout-box[disabled],
.add-bedlayout-box[disabled],
.movethis-wrap .add-box[disabled] {
	background: #f7f7f7;
	color: #000;
	display: inline-block;
	margin-top: 10px;
	padding: 5px 10px;
	text-decoration: none;
}

.add-taxlayout-box:hover,
.add-bedlayout-box:hover,
.movethis-wrap .add-box:hover {
	background: #008ec2;
	cursor: pointer;
}

#taxlayout-box,
#bedlayout-box {
	margin-bottom: 5px;
}

.add-taxlayout-box[disabled]:hover,
.add-bedlayout-box[disabled]:hover,
.movethis-wrap .add-box[disabled]:hover {
	background: #f7f7f7;
}

.responsive-data-media {
	font-size: 11px;
	display: inline-block;
	margin-bottom: 3px;
	cursor: default;
	width: 100%;
}

.responsive-data-media i {
	font-size: 16px;
	color: #8b8a8c;
}

.responsive-data-media .responsive-data-fields {
	margin: 0 20px 3px 5px;
	background: #fefff1;
	padding: 1px 5px;
	border-radius: 3px;
	min-width: 13px;
	display: inline-block;
	text-align: center;
	color: #a1a1a1;
	font-weight: 600;
}

.responsive-data-media .responsive-cue-icons {
	font-size: 15px;
	color: #696868;
	line-height: 20px;
}

.chosen-container.chosen-container-single {
	min-width: 250px;
}

.switch-toggle {
	width: 53px;
	height: 24px;
	border: 2px solid #e1e1e1;
	position: relative;
	border-radius: 30px;
	cursor: pointer;
}

.switch-toggle-slide {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.switch-inner {
	width: 14px;
	height: 14px;
	background-color: #2196F3;
	transition: left 0.3s, background-color 0.3s;
	border-radius: 38px;
	top: 5px;
	position: relative;
}

.switch-toggle.switch-off .switch-inner {
	position: absolute;
	background-color: #a4a4a4;
	left: 5px;
}

.switch-toggle.switch-on .switch-inner {
	position: absolute;
	left: 34px;
}

.metabox-fields.metaboxtype_offview {
	display: none;
}

.number-input {
	display: flex;
	align-items: center;
}

.number-input input {
	width: 50px;
	text-align: center;
	margin: 0 5px;
}

.number-input span {
	width: 30px;
	height: 30px;
	border: none;
	background-color: #000;
	color: #fff;
	border-radius: 20px;
	cursor: pointer;
	line-height: 2;
	text-align: center;
	transition: 0.3s background-color;
}

.number-input span:hover {
	background-color: #555;
}

.number-input span:active {
	background-color: #ccc;
}

.occupants-range input {
	border: 2px solid #000;
	transition: 0.3s border-color;
}

.occupants-range:active input {
	border-color: #888;
}

.bed-setup-container-template {
	display: none;
}

#bedlayout-box {
	display: none;
}

.remove-payment {
	color: #012aff;
	cursor: pointer;
}

.bedlayout-room-notfound-error {
	padding: 5px 10px;
	color: #fff;
	background: #ff0000;
}

.metaboxtype_bedlayout label {
	display: flex;
	cursor: pointer;
	font-weight: 500;
	position: relative;
	overflow: hidden;
	margin-bottom: 0.375em;
}

.metaboxtype_get_customer_data,
.reservation_guest {
	background: #ebf6f76b;
	border-bottom: 1px solid #0b0b0b14;
}

.reservation_payments,
.reservation_meals,
.reservation_date,
.reservation_status {
	background: #eeebf76b;
	border-bottom: 1px solid #0b0b0b14;
}

.metabox_label {
	margin: 0;
	padding-top: 17px;
	display: none;
}

.metabox-fields.reservation_total {
	padding-bottom: 20px;
}

.metabox-fields .reservation_number_box {
	border: 0;
	padding: 0;
	font-size: 16px;
	background: none;
	letter-spacing: 2px;
	color: #ff0000;
}

.metabox-fields.is-a-group,
.metabox-fields.is_subtitle,
.metabox-fields {
	padding-top: 15px;
}

#guest-age input {
	width: 50px;
	margin-bottom: 1px;
}


#deleteConfirmationModal.staylodgic-modal {
	display: none;
}
.staylodgic-modal {
	position: fixed;
	z-index: 999;
	padding-top: 100px;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(0, 0, 0, 0.4);
}

.staylodgic-modal-content {
	background-color: #fefefe;
	margin: auto;
	padding: 20px;
	border: 1px solid #888;
	max-width: 320px;
}

.staylodgic-close-button {
	color: #aaa;
	float: right;
	font-size: 28px;
	font-weight: bold;
}

.staylodgic-close-button:hover,
.staylodgic-close-button:focus {
	color: black;
	text-decoration: none;
	cursor: pointer;
}

.time-input-wrapper {
	display: flex;
	align-items: center;
	margin-bottom: 5px;
}

.remove-time-input {
	margin-left: 10px;
	cursor: pointer;
	color: red;
}


.day-schedule .time-slot {
	border: 1px solid #000;
	background-color: #fff;
	padding: 12px;
	display: inline-block;
	border-radius: 10px;

	-webkit-transition: border-color 0.2s ease-in-out, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
	-moz-transition: border-color 0.2s ease-in-out, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
	-o-transition: border-color 0.2s ease-in-out, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
	transition: border-color 0.2s ease-in-out, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

.day-schedule .time-slot:hover {
	cursor: pointer;
	border-color: #d00;
}

.day-schedule .time-slot.time-disabled {
	opacity: 0.2;
	cursor: default;
}

.day-schedule .time-slot span {
	font-size: 11px;
	display: block;
}

.day-schedule .time-slot .activity-time-slot {
	font-size: 16px;
	font-weight: 600;
}

.day-schedule .time-slot .time-slots-remaining {
	font-size: 11px;
	display: block;
	color: #808080;
	letter-spacing: 0.5px;
}

.day-schedule .time-slot.time-choice {
	border-color: #d00;
	background-color: #d00;
}

.day-schedule .time-slot.time-choice .activity-time-slot,
.day-schedule .time-slot.time-choice .time-slots-remaining {
	color: #fff;
}

.activity-schedules-container .activity-schedule {
	padding-bottom: 25px;
	border-top: 1px solid rgba(0, 0, 0, 0.14);
	padding-top: 20px;
}

.activity-schedules-container.ajax-processing {
	opacity: 0.4;
	pointer-events: none;
}

.activity-schedules-container.ajax-processing .spinner {
	visibility: visible;
}

.activity-schedules-container .spinner {
	position: absolute;
	top: 20px;
	left: 50%;
}

.activity-schedules-container {
	position: relative;
}

.metaboxtype_activity_list_generate {
	background: #effdff;
	padding-bottom: 30px;
}

.activity-schedules-container h3 {
	font-size: 32px;
	font-weight: 200;
	padding-top: 20px;
	padding-bottom: 20px;
}

.activity-schedules-container h4 {
	font-size: 14px;
	font-weight: 600;
	padding-bottom: 10px;
}


/* TICKET */
.staylodgic-ticket-wrap {
	display: flex;
	border: 2px solid #000;
	border-radius: 10px;
	overflow: hidden;
	background-color: #f9f9f9;
	margin-bottom: 10px;
	min-height: 120px;
	/* Adjust the height as needed */
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
	position: relative;
}

.staylodgic-ticket-first-half,
.staylodgic-ticket-second-half {
	flex: 1;
	padding: 20px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.staylodgic-ticket-first-half {
	border-right: 2px dashed #000;
	background-color: #fff;
	background-image: radial-gradient(circle 489px at 49.3% 46.6%, rgba(255, 214, 126, 1) 0%, rgba(253, 200, 0, 1) 100.2%);
}

.staylodgic-ticket-second-half {
	background-image: linear-gradient(174.2deg, rgba(255, 244, 228, 1) 7.1%, rgba(240, 246, 238, 1) 67.4%);
}

.staylodgic-ticket-event {
	font-size: 22px;
	font-weight: 500;
	color: #333;
}

.staylodgic-ticket-total {
	font-size: 16px;
	margin-top: 10px;
	color: #666;
}

.staylodgic-ticket-second-half {
	font-size: 24px;
	font-weight: 600;
	color: #333;
}

/* Adding a notch to the ticket */
.staylodgic-ticket-wrap:before,
.staylodgic-ticket-wrap:after {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 20px;
	height: 20px;
	background-color: #2854d7;
	border-radius: 50%;
	z-index: 1;
}

.staylodgic-ticket-wrap:before {
	left: -10px;
	border: 2px solid #2854d7;
	border-right: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.staylodgic-ticket-wrap:after {
	right: -10px;
	border: 2px solid #2854d7;
	border-left: 0;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.staylodgic-ticket-date {
	font-size: 14px;
	font-weight: 300;
}

.staylodgic-ticket-price {
	font-weight: 100;
}




.ticket {
	width: 285px;
	background-color: #fff;
	border-radius: 15px;
	overflow: hidden;
	font-family: 'Arial', sans-serif;
}

.ticket-header {
	background-image: linear-gradient(110.3deg, rgba(73, 93, 109, 1) 4.3%, rgba(49, 55, 82, 1) 96.7%);
	color: #fff;
	padding: 16px;
	text-align: center;
}

.ticket-header h1 {
	margin: 0;
	font-size: 24px;
	color: #fff;
	font-weight: 100;
	padding: 10px;
	padding-top: 14px;
}

.ticket-header p {
	margin: 0;
}

.ticket-image img {
	width: 100%;
	display: block;
}

.ticket-info {
	padding: 16px;
	text-align: center;
	background-image: radial-gradient(circle 1224px at 10.6% 8.8%, rgba(255, 255, 255, 1) 0%, rgba(153, 202, 251, 1) 100.2%);
	color: #000;
}

.ticket-barcode {
	padding: 8px;
	text-align: center;
	background-color: #fff;
}

.ticket-barcode img {
	width: 80%;
}

.ticket {
	position: relative;
	width: 285px;
	background-color: #fff;
	border-radius: 15px;
	overflow: hidden;
	font-family: 'Arial', sans-serif;
	/* Add more styles here */
}

.ticket p {
	margin: 0;
}

p.ticket-break {
	background: #fff3;
	height: 1px;
	margin-top: 12px;
}

.ticket-image {
	overflow: hidden;
	height: 182px;
}

/* Other styles remain the same */

/* Add pseudo-elements for the slots */
.ticket-info {
	position: relative;
}

.ticket-info::before,
.ticket-info::after {
	content: '';
	position: absolute;
	top: 0;
	transform: translateY(-50%);
	width: 20px;
	height: 20px;
	background-color: #fff;
	border-radius: 50%;
	z-index: 1;
}

.ticket-info::before {
	left: -10px;
}

.ticket-info::after {
	right: -10px;
}

/* Style the button to match the ticket */
.ticket-button {
	display: block;
	width: 100%;
	padding: 12px 0;
	background-image: linear-gradient(109.6deg, rgba(255, 174, 0, 1) 11.2%, rgba(255, 0, 0, 1) 100.2%);
	color: #fff;
	border: none;
	cursor: pointer;
	font-size: 13px;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 4px;
}

/* Add any additional styles you need here */

#ticketqrcode {
	display: flex;
	justify-content: center;
	align-items: center;
	/* Set a specific height and width if desired, or use the default size of the QR code */
	height: 150px;
	/* Example height - adjust as necessary */
	width: 100%;
	/* Example width - adjust as necessary */
	padding-top: 30px;
}

#ticketqrcode img {
	position: relative;
	top: -14px;
}

.ticket-date {
	font-size: 10px;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #ffffffa3;
}

.ticket-name {
	font-size: 18px;
	font-weight: 100;
}

.ticket-price {
	font-weight: 600;
	font-size: 18px;
}

.ticket-company,
.ticket-phone,
.ticket-address {
	font-size: 9px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.ticket-company {
	font-weight: 900;
	font-size: 11px;
}

.ticket-container-outer {
	padding: 20px 20px 20px 20px;
	margin: 0 auto;
	display: inline-block;
	margin-left: -20px;
}

.metabox_existing_customers {
	display: none;
}

.metaboxtype_select.customer_choice {
	display: none;
}

.choice-customer-existing {
	position: relative;
	top: 6px;
	color: #2271b1;
	border-bottom: 2px solid #2271b1;
	padding-bottom: 3px;
	text-decoration: none;
}

.choice-customer-existing:hover {
	color: #082f4f;
	border-bottom: 2px solid #082f4f;
	cursor: pointer;
}

ul.existing-customer {
	padding: 20px 0;
}

.customer-choice-inbetween {
	margin-right: 10px;
}

.metabox_existing_customers {
	padding: 40px;
	background: #ffffe6;
}

.metabox-fields.registration-field input {
	width: 100%;
}

.metabox-fields.registration-field {
	display: inline-block;
	width: calc(50% - 60px);
	padding-right: 0;
}

.reservation-details {
	margin-bottom: 15px;
}

.reservation-details .registered-occupants {
	padding-bottom: 10px;
}

.metaboxtype_reservation_registration .reservation-details {
	width: 200px;
	background: #f5f3f3;
	padding: 10px 14px;
}

.settings-change-log ol,
.settings-change-log ul {
	margin: 0;
	padding: 0;
}

.settings-change-log ul {
	padding-top: 10px;
}

.settings-change-log {
	column-count: 3;
	column-gap: 50px;
}

.ticket-price-not-found {
	display: inline-block;
	padding: 6px 17px;
	background: #ffe6f3;
	margin-bottom: 10px;
}

.time-inputs input {
	width: 100px;
}

.add-time-input:hover {
	background: #113461;
	cursor: pointer;
}

.add-time-input {
	transition: background-color 0.2s ease-in-out;
	padding: 4px 10px 3px;
	background: #4389e4;
	display: inline-block;
	font-size: 11px;
	border-radius: 5px;
	margin-top: 5px;
	margin-bottom: 19px;
	color: #fff;
}

.time-inputs input {
	width: 100px;
	margin: 5px 5px 1px 0;
}

.bed-setup-dynamic-container {
	border: 0;
	padding: 20px;
	margin-bottom: 5px;
	background: #f2f2f2;
}

.bedlayout-box {
	margin-bottom: 10px;
}

.metabox-wrapper textarea,
.metabox-wrapper input {
	max-width: 100%;
}

.bedlayout-box input[type="number"] {
	width: 60px;
}

.selectbox-type-selector {
	width: 220px;
}

.ticket-generate {
	background: #fff6d9;
	padding: 10px;
	display: inline-block;
}

.metabox-no-bookings-found {
	padding: 5px 14px;
	background: #fff6d1;
	margin-top: 2px;
	display: inline-block;
	font-size: 12px;
}

.metabox-bookings-found {
	margin-bottom: 14px;
}

.metaboxtype_reservation_for_customer ul li {
	background: #f5f5f5;
	display: inline-block;
	padding: 1px 19px;
	margin-right: 6px;
}