/*
 * Mitra Rooms public design layer.
 * Scoped to the Plaza theme body to avoid leaking into the WordPress admin or other themes.
 */
#vikwp-body.wp-theme-wp_plaza_theme {
	--mitra-ink: #16231f;
	--mitra-muted: #65746d;
	--mitra-green: #a6d2af;
	--mitra-green-dark: #20372a;
	--mitra-sage: #e5f1e8;
	--mitra-cream: #f7f3ea;
	--mitra-card: #fffaf3;
	--mitra-gold: #c79a4b;
	--mitra-line: rgba(22, 35, 31, .14);
	--mitra-shadow: 0 18px 45px rgba(22, 35, 31, .12);
	background: var(--mitra-cream);
	color: var(--mitra-ink);
	letter-spacing: 0;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

#vikwp-body.wp-theme-wp_plaza_theme *,
#vikwp-body.wp-theme-wp_plaza_theme *::before,
#vikwp-body.wp-theme-wp_plaza_theme *::after {
	box-sizing: border-box;
	letter-spacing: 0;
}

#vikwp-body.wp-theme-wp_plaza_theme a {
	color: var(--mitra-green-dark);
	transition: color .18s ease, background-color .18s ease, border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

#vikwp-body.wp-theme-wp_plaza_theme a:hover,
#vikwp-body.wp-theme-wp_plaza_theme a:focus {
	color: var(--mitra-green);
}

#vikwp-body.wp-theme-wp_plaza_theme img {
	max-width: 100%;
	height: auto;
}

#vikwp-body.wp-theme-wp_plaza_theme .wrap {
	max-width: 1180px;
}

#vikwp-body.wp-theme-wp_plaza_theme #main-container,
#vikwp-body.wp-theme-wp_plaza_theme #container {
	background: var(--mitra-cream);
	overflow-x: hidden;
}

#vikwp-body.wp-theme-wp_plaza_theme #tbar-upmenu {
	background: var(--mitra-green-dark) !important;
	border-bottom: 1px solid rgba(255, 255, 255, .12);
	color: #fff;
}

#vikwp-body.wp-theme-wp_plaza_theme #tbar-upmenu .upmenu-content {
	max-width: 1180px;
	margin: 0 auto;
	padding: 8px 24px;
}

#vikwp-body.wp-theme-wp_plaza_theme #tbar-upmenu .vikicons-set {
	align-items: center;
	gap: 18px;
	justify-content: flex-start;
}

#vikwp-body.wp-theme-wp_plaza_theme #tbar-upmenu .vikicons-item {
	flex: 0 0 auto;
	width: auto !important;
	max-width: none;
	padding: 0;
	color: rgba(255, 255, 255, .92);
}

#vikwp-body.wp-theme-wp_plaza_theme #tbar-upmenu .vikicons-item-inner {
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

#vikwp-body.wp-theme-wp_plaza_theme #tbar-upmenu .vikicons-item-icon,
#vikwp-body.wp-theme-wp_plaza_theme #tbar-upmenu .vikicons-item-icoelem,
#vikwp-body.wp-theme-wp_plaza_theme #tbar-upmenu .vikicons-item-icoelem i {
	color: var(--mitra-sage) !important;
}

#vikwp-body.wp-theme-wp_plaza_theme #tbar-upmenu p {
	margin: 0;
	color: rgba(255, 255, 255, .9);
	font-size: 13px;
	line-height: 1.35;
}

#vikwp-body.wp-theme-wp_plaza_theme .logomenupart.e4j-mainmenu.fixedmenu {
	background: rgba(255, 250, 243, .96) !important;
	border-bottom: 1px solid var(--mitra-line);
	box-shadow: 0 10px 28px rgba(22, 35, 31, .08);
	backdrop-filter: blur(12px);
}

#vikwp-body.wp-theme-wp_plaza_theme #lmpart {
	display: flex;
	align-items: center;
	gap: 28px;
	min-height: 78px;
	max-width: 1180px;
	margin: 0 auto;
	padding: 10px 24px;
}

#vikwp-body.wp-theme-wp_plaza_theme #tbar-logo {
	flex: 0 0 auto;
	padding: 0 !important;
	background: transparent !important;
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
}

#vikwp-body.wp-theme-wp_plaza_theme #tbar-logo a {
	display: block;
	line-height: 0;
}

#vikwp-body.wp-theme-wp_plaza_theme #tbar-logo img {
	display: block;
	width: auto;
	max-width: 156px !important;
	height: auto;
	filter: none !important;
}

#vikwp-body.wp-theme-wp_plaza_theme #mainmenu {
	margin-left: auto;
}

#vikwp-body.wp-theme-wp_plaza_theme #mainmenu .menu,
#vikwp-body.wp-theme-wp_plaza_theme #icons-menu .menu {
	display: flex;
	align-items: center;
	gap: 4px;
}

#vikwp-body.wp-theme-wp_plaza_theme #mainmenu .menu > li > div > a,
#vikwp-body.wp-theme-wp_plaza_theme #mainmenu .menu > li > a {
	display: inline-flex;
	align-items: center;
	min-height: 42px;
	padding: 0 12px;
	border-radius: 8px;
	color: var(--mitra-ink) !important;
	font-size: 15px;
	font-weight: 650;
	text-decoration: none;
}

#vikwp-body.wp-theme-wp_plaza_theme #mainmenu .menu > li > div > a:hover,
#vikwp-body.wp-theme-wp_plaza_theme #mainmenu .menu > li > a:hover,
#vikwp-body.wp-theme-wp_plaza_theme #mainmenu .menu > li.current-menu-item > div > a {
	background: rgba(166, 210, 175, .34);
	color: var(--mitra-green-dark) !important;
}

#vikwp-body.wp-theme-wp_plaza_theme #mainmenu .nav-child {
	min-width: 220px;
	padding: 8px !important;
	background: #fffaf3 !important;
	border: 1px solid var(--mitra-line);
	border-radius: 8px;
	box-shadow: var(--mitra-shadow);
}

#vikwp-body.wp-theme-wp_plaza_theme #mainmenu .nav-child li a {
	display: block;
	padding: 10px 12px;
	border-radius: 6px;
	color: var(--mitra-ink) !important;
	font-size: 14px;
	text-decoration: none;
}

#vikwp-body.wp-theme-wp_plaza_theme #mainmenu .nav-child li a:hover {
	background: var(--mitra-sage);
	color: var(--mitra-green-dark) !important;
}

#vikwp-body.wp-theme-wp_plaza_theme #icons-menu {
	flex: 0 0 auto;
}

#vikwp-body.wp-theme-wp_plaza_theme #icons-menu .buttonlink > a,
#vikwp-body.wp-theme-wp_plaza_theme .vbo-pref-color-btn,
#vikwp-body.wp-theme-wp_plaza_theme .vbmodroomsview .btn,
#vikwp-body.wp-theme-wp_plaza_theme .vikwp_gc_allposts .btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 0 20px;
	background: var(--mitra-green-dark) !important;
	border: 1px solid var(--mitra-green-dark) !important;
	border-radius: 999px;
	box-shadow: 0 12px 24px rgba(23, 61, 47, .22);
	color: #fff !important;
	font-size: 14px;
	font-weight: 750;
	line-height: 1;
	text-decoration: none !important;
	text-transform: none;
	white-space: nowrap;
}

#vikwp-body.wp-theme-wp_plaza_theme #icons-menu .buttonlink > a:hover,
#vikwp-body.wp-theme-wp_plaza_theme .vbo-pref-color-btn:hover,
#vikwp-body.wp-theme-wp_plaza_theme .vbmodroomsview .btn:hover,
#vikwp-body.wp-theme-wp_plaza_theme .vikwp_gc_allposts .btn:hover {
	background: var(--mitra-green) !important;
	border-color: var(--mitra-green) !important;
	box-shadow: 0 14px 28px rgba(32, 55, 42, .18);
	color: var(--mitra-ink) !important;
	transform: translateY(-1px);
}

#vikwp-body.wp-theme-wp_plaza_theme #menumob-btn {
	margin-left: auto;
}

#vikwp-body.wp-theme-wp_plaza_theme #menumob-btn .menumob-btn-inner {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	background: var(--mitra-green-dark);
	border-radius: 999px;
}

#vikwp-body.wp-theme-wp_plaza_theme .icomenu-enabled {
	padding: 0 !important;
}

#vikwp-body.wp-theme-wp_plaza_theme .nav-devices-inner {
	background: var(--mitra-cream) !important;
	border-left: 1px solid var(--mitra-line);
	box-shadow: -18px 0 45px rgba(22, 35, 31, .16);
	color: var(--mitra-ink) !important;
}

#vikwp-body.wp-theme-wp_plaza_theme .nav-devices-inner .moduletable .menu > li {
	border-bottom: 1px solid var(--mitra-line) !important;
}

#vikwp-body.wp-theme-wp_plaza_theme .nav-devices-inner .moduletable .menu li span,
#vikwp-body.wp-theme-wp_plaza_theme .nav-devices-inner .moduletable .menu li > div > a,
#vikwp-body.wp-theme-wp_plaza_theme .nav-devices-inner .menu-main-menu-container > ul > li > a,
#vikwp-body.wp-theme-wp_plaza_theme .nav-devices-inner .menu-main-menu-container > ul > li span {
	color: var(--mitra-ink) !important;
}

#vikwp-body.wp-theme-wp_plaza_theme .nav-devices-inner .moduletable .menu > li > div:hover,
#vikwp-body.wp-theme-wp_plaza_theme .nav-devices-inner .moduletable .menu > li.current_page_item > div,
#vikwp-body.wp-theme-wp_plaza_theme .nav-devices-inner .moduletable .menu > li.current-menu-parent > div {
	background: rgba(166, 210, 175, .34) !important;
}

#vikwp-body.wp-theme-wp_plaza_theme .nav-devices-inner .moduletable .menu > li .nav-child {
	background: rgba(166, 210, 175, .18) !important;
}

#vikwp-body.wp-theme-wp_plaza_theme .nav-devices-inner .moduletable .menu > li > .nav-child > div > li {
	border-bottom: 1px solid rgba(22, 35, 31, .12) !important;
}

#vikwp-body.wp-theme-wp_plaza_theme .nav-devices-inner .moduletable .menu > li .nav-child li > div:hover,
#vikwp-body.wp-theme-wp_plaza_theme .nav-devices-inner .moduletable .menu > li .nav-child li.current_page_item > div {
	background: rgba(166, 210, 175, .34) !important;
}

#vikwp-body.wp-theme-wp_plaza_theme .nav-devices-inner .moduletable .menu > li.menu-item-has-children i {
	border-left: 1px solid var(--mitra-line) !important;
	color: var(--mitra-ink) !important;
}

#vikwp-body.wp-theme-wp_plaza_theme .nav-devices-inner .moduletable .menu > li.menu-item-has-children i:hover {
	background: rgba(166, 210, 175, .34) !important;
}

#vikwp-body.wp-theme-wp_plaza_theme .nav-devices-list .buttonlink a {
	background: var(--mitra-green-dark) !important;
	color: #fff !important;
}

#vikwp-body.wp-theme-wp_plaza_theme #menumob-btn-ico span {
	background: #fff !important;
}

#vikwp-body.wp-theme-wp_plaza_theme #contentheader {
	position: relative;
	overflow: visible;
}

#vikwp-body.wp-theme-wp_plaza_theme #imgheader {
	position: relative;
	display: flex !important;
	align-items: center;
	min-height: 640px;
	background-position: center center !important;
	background-size: cover !important;
	background-attachment: scroll !important;
	overflow: hidden;
}

#vikwp-body.wp-theme-wp_plaza_theme #imgheader::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 1;
	background:
		linear-gradient(90deg, rgba(15, 28, 24, .78) 0%, rgba(15, 28, 24, .54) 44%, rgba(15, 28, 24, .18) 100%),
		linear-gradient(180deg, rgba(15, 28, 24, .22) 0%, rgba(15, 28, 24, .48) 100%);
}

#vikwp-body.wp-theme-wp_plaza_theme #imgheader .maskopacity {
	display: none !important;
}

#vikwp-body.wp-theme-wp_plaza_theme #imgheader .imgstatic-text {
	position: relative;
	z-index: 2;
	width: min(100%, 1180px);
	margin: 0 auto;
	padding: 120px 24px 190px;
	text-align: left;
}

#vikwp-body.wp-theme-wp_plaza_theme #imgheader .imgstatic-title {
	max-width: 780px;
	margin: 0 0 18px;
	color: #fff !important;
	font-size: 52px;
	font-weight: 800;
	line-height: 1.04;
	text-shadow: 0 2px 18px rgba(0, 0, 0, .32);
}

#vikwp-body.wp-theme-wp_plaza_theme #imgheader .imgstatic-desc {
	max-width: 640px;
	margin: 0;
	color: rgba(255, 255, 255, .94) !important;
	font-size: 18px;
	font-weight: 450;
	line-height: 1.65;
	text-shadow: 0 1px 12px rgba(0, 0, 0, .28);
}

#vikwp-body.wp-theme-wp_plaza_theme .bottomsearch.h-search.md-search {
	position: relative;
	z-index: 5;
	max-width: 1180px;
	margin: -104px auto 0;
	padding: 0 24px 58px;
}

#vikwp-body.wp-theme-wp_plaza_theme .bottomsearch .grid-block,
#vikwp-body.wp-theme-wp_plaza_theme .h-search-inner {
	width: 100%;
	max-width: 1180px;
	margin: 0 auto;
}

#vikwp-body.wp-theme-wp_plaza_theme .h-search-inner {
	background: rgba(255, 250, 243, .98);
	border: 1px solid rgba(255, 255, 255, .72);
	border-radius: 8px;
	box-shadow: var(--mitra-shadow);
	padding: 18px;
}

#vikwp-body.wp-theme-wp_plaza_theme .vbmodhorsearchmaindiv form {
	display: grid !important;
	grid-template-columns: minmax(0, 2fr) minmax(220px, .85fr) minmax(180px, .55fr);
	align-items: end;
	gap: 14px;
	margin: 0;
}

#vikwp-body.wp-theme-wp_plaza_theme .vbmodhorsearch-hum-dates-wrap {
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
	align-items: end;
	width: 100%;
}

#vikwp-body.wp-theme-wp_plaza_theme .vbmodhorsearchtotnights {
	display: none !important;
}

#vikwp-body.wp-theme-wp_plaza_theme .vbmodhorsearch-humcalcont,
#vikwp-body.wp-theme-wp_plaza_theme .vbmodhorsearch-hum-guests-wrap {
	position: relative;
	width: 100%;
	margin: 0;
}

#vikwp-body.wp-theme-wp_plaza_theme .vbmodhorsearch-humcalcont > label,
#vikwp-body.wp-theme-wp_plaza_theme .vbmodhorsearch-hum-guests-wrap > label {
	display: block;
	margin: 0 0 7px;
	color: var(--mitra-muted);
	font-size: 12px;
	font-weight: 800;
	line-height: 1.2;
	text-transform: uppercase;
}

#vikwp-body.wp-theme-wp_plaza_theme .vbo-horizsearch-showcalendar,
#vikwp-body.wp-theme-wp_plaza_theme .vbmodhorsearch-hum-guests-count {
	display: flex !important;
	align-items: center;
	min-height: 58px;
	width: 100%;
	padding: 0 16px;
	background: #fff;
	border: 1px solid var(--mitra-line);
	border-radius: 8px;
	color: var(--mitra-ink);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .8);
	cursor: pointer;
}

#vikwp-body.wp-theme-wp_plaza_theme .vbo-horizsearch-showcalendar:hover,
#vikwp-body.wp-theme-wp_plaza_theme .vbmodhorsearch-hum-guests-count:hover {
	border-color: rgba(166, 210, 175, .86);
	box-shadow: 0 0 0 3px rgba(166, 210, 175, .32);
}

#vikwp-body.wp-theme-wp_plaza_theme .vbo-horizsearch-showcalendar i {
	margin-right: 10px;
	color: var(--mitra-green);
}

#vikwp-body.wp-theme-wp_plaza_theme .vbo-horizsearch-placeholder {
	color: var(--mitra-muted);
	font-size: 15px;
}

#vikwp-body.wp-theme-wp_plaza_theme .vbo-horizsearch-period-mday,
#vikwp-body.wp-theme-wp_plaza_theme .vbo-horizsearch-period-month,
#vikwp-body.wp-theme-wp_plaza_theme .vbo-horizsearch-period-year,
#vikwp-body.wp-theme-wp_plaza_theme .vbo-horizsearch-period-wday,
#vikwp-body.wp-theme-wp_plaza_theme .vbo-horizsearch-showcalendar > div .vbo-horizsearch-period-mday,
#vikwp-body.wp-theme-wp_plaza_theme .vbo-horizsearch-showcalendar > div .vbo-horizsearch-period-month,
#vikwp-body.wp-theme-wp_plaza_theme .vbo-horizsearch-showcalendar > div .vbo-horizsearch-period-year,
#vikwp-body.wp-theme-wp_plaza_theme .vbo-horizsearch-showcalendar > div .vbo-horizsearch-period-wday {
	color: var(--mitra-ink) !important;
}

#vikwp-body.wp-theme-wp_plaza_theme .vbmodhorsearch-hum-guests-count {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0;
	justify-content: stretch;
	padding: 0 6px;
}

#vikwp-body.wp-theme-wp_plaza_theme .vbmodhorsearch-hum-guests-elem {
	min-width: 0;
	padding: 0 9px;
	text-align: center;
}

#vikwp-body.wp-theme-wp_plaza_theme .vbmodhorsearch-hum-guests-elem + .vbmodhorsearch-hum-guests-elem {
	border-left: 1px solid var(--mitra-line);
}

#vikwp-body.wp-theme-wp_plaza_theme .vbmodhorsearch-hum-guests-elem label {
	display: block;
	margin: 0;
	color: var(--mitra-muted);
	font-size: 10px;
	font-weight: 800;
	line-height: 1.2;
	white-space: nowrap;
}

#vikwp-body.wp-theme-wp_plaza_theme .vbmodhorsearch-hum-guests-elem span {
	display: block;
	margin-top: 2px;
	color: var(--mitra-ink);
	font-size: 20px;
	font-weight: 800;
	line-height: 1;
}

#vikwp-body.wp-theme-wp_plaza_theme .vbmodhorsearchbookdiv {
	width: 100%;
	margin: 0;
}

#vikwp-body.wp-theme-wp_plaza_theme .vbsearchinputmodhors {
	width: 100%;
	min-height: 58px;
	border-radius: 8px !important;
}

#vikwp-body.wp-theme-wp_plaza_theme .vbmodhorsearch-hum-guests-modifier,
#vikwp-body.wp-theme-wp_plaza_theme .vbo-horizsearch-dpicker-cont {
	position: absolute;
	top: calc(100% + 8px);
	left: 0;
	z-index: 40;
	background: #fffaf3;
	border: 1px solid var(--mitra-line);
	border-radius: 8px;
	box-shadow: var(--mitra-shadow);
	color: var(--mitra-ink);
}

#vikwp-body.wp-theme-wp_plaza_theme .vbo-horizsearch-dpicker-cont {
	width: auto !important;
	max-width: calc(100vw - 48px);
}

#vikwp-body.wp-theme-wp_plaza_theme .vbmodhorsearchcheckoutdiv .vbo-horizsearch-dpicker-cont {
	right: 0;
	left: auto;
}

#vikwp-body.wp-theme-wp_plaza_theme .vbmodhorsearch-hum-guests-modifier {
	right: 0;
	left: auto;
	width: min(340px, calc(100vw - 48px));
}

#vikwp-body.wp-theme-wp_plaza_theme .vbmodhorsearch-hum-guests-modifier-inner {
	padding: 18px;
}

#vikwp-body.wp-theme-wp_plaza_theme .vbmodhorsearchroomsel {
	display: grid;
	gap: 8px;
	margin-bottom: 18px;
}

#vikwp-body.wp-theme-wp_plaza_theme .vbmodhorsearchroomsel label,
#vikwp-body.wp-theme-wp_plaza_theme .horsrnum,
#vikwp-body.wp-theme-wp_plaza_theme .horsanumlb,
#vikwp-body.wp-theme-wp_plaza_theme .horscnumlb {
	color: var(--mitra-ink);
	font-size: 12px;
	font-weight: 800;
	line-height: 1.25;
	text-transform: uppercase;
}

#vikwp-body.wp-theme-wp_plaza_theme .vbhsrnselsp,
#vikwp-body.wp-theme-wp_plaza_theme .horsanumsel,
#vikwp-body.wp-theme-wp_plaza_theme .horscnumsel {
	display: block;
}

#vikwp-body.wp-theme-wp_plaza_theme .vbmodhorsearch-hum-guests-modifier select,
#vikwp-body.wp-theme-wp_plaza_theme .horsanumsel select,
#vikwp-body.wp-theme-wp_plaza_theme .horscnumsel select {
	width: 100%;
	min-height: 42px;
	padding: 0 12px;
	background: #fff;
	border: 1px solid var(--mitra-line);
	border-radius: 8px;
	color: var(--mitra-ink);
}

#vikwp-body.wp-theme-wp_plaza_theme .vbmodhorsearchroomdentrfirst {
	display: grid;
	grid-template-columns: minmax(84px, 1fr) 68px 68px;
	align-items: end;
	gap: 8px;
}

#vikwp-body.wp-theme-wp_plaza_theme .vbmoreroomscontmod .vbmodhorsearchroomdentr {
	display: grid;
	grid-template-columns: minmax(84px, 1fr) 68px 68px;
	align-items: end;
	gap: 8px;
	margin-top: 10px;
}

#vikwp-body.wp-theme-wp_plaza_theme .vbmoreroomscontmod .vbmodhorsearchroomdentr > .horsanumdiv {
	display: contents;
}

#vikwp-body.wp-theme-wp_plaza_theme .horsanumdiv,
#vikwp-body.wp-theme-wp_plaza_theme .horscnumdiv {
	min-width: 0;
}

#vikwp-body.wp-theme-wp_plaza_theme .vbo-horizsearch-humanformat-wrap .ui-datepicker {
	width: 100% !important;
	padding: 12px;
	background: #fffaf3;
	border: 0;
	border-radius: 8px;
	box-sizing: border-box;
}

#vikwp-body.wp-theme-wp_plaza_theme .vbo-horizsearch-humanformat-wrap .ui-datepicker.ui-datepicker-multi-2 {
	display: flex !important;
	align-items: flex-start;
	gap: 16px;
	width: auto !important;
	max-width: 100%;
}

#vikwp-body.wp-theme-wp_plaza_theme .vbo-horizsearch-humanformat-wrap .ui-datepicker-multi-2 .ui-datepicker-group {
	float: none !important;
	width: 17em !important;
}

#vikwp-body.wp-theme-wp_plaza_theme .vbo-horizsearch-humanformat-wrap .ui-datepicker-row-break {
	display: none !important;
}

#vikwp-body.wp-theme-wp_plaza_theme .vbo-horizsearch-humanformat-wrap .ui-datepicker-header {
	background: transparent;
	border: 0;
	color: var(--mitra-ink);
	font-weight: 800;
}

#vikwp-body.wp-theme-wp_plaza_theme .vbo-horizsearch-humanformat-wrap .ui-datepicker-calendar th {
	color: var(--mitra-muted);
	font-size: 12px;
	font-weight: 800;
}

#vikwp-body.wp-theme-wp_plaza_theme .vbo-horizsearch-humanformat-wrap .ui-datepicker-calendar {
	width: 100%;
	table-layout: fixed;
	border-collapse: separate;
	border-spacing: 0 4px;
}

#vikwp-body.wp-theme-wp_plaza_theme .vbo-horizsearch-humanformat-wrap .ui-datepicker-calendar td a,
#vikwp-body.wp-theme-wp_plaza_theme .vbo-horizsearch-humanformat-wrap .ui-datepicker-calendar td span {
	display: flex !important;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	margin: 0 auto;
	border: 0 !important;
	border-radius: 6px;
	background: #fff !important;
	color: var(--mitra-ink) !important;
	font-size: 13px;
	line-height: 1;
	text-align: center;
}

#vikwp-body.wp-theme-wp_plaza_theme .vbo-horizsearch-humanformat-wrap .ui-datepicker-calendar td a.ui-state-active,
#vikwp-body.wp-theme-wp_plaza_theme .vbo-horizsearch-humanformat-wrap .ui-datepicker-calendar td a.ui-state-highlight {
	background: var(--mitra-green-dark) !important;
	color: #fff !important;
}

#vikwp-body.wp-theme-wp_plaza_theme #main {
	background: var(--mitra-cream);
}

#vikwp-body.wp-theme-wp_plaza_theme .plugin-container {
	max-width: 1180px;
	margin: 0 auto;
	padding: 72px 24px 82px;
}

#vikwp-body.wp-theme-wp_plaza_theme .plugin-container .vbo-pref-color-text,
#vikwp-body.wp-theme-wp_plaza_theme .plugin-container .vbrowroomcapacity i {
	color: var(--mitra-green-dark) !important;
}

#vikwp-body.wp-theme-wp_plaza_theme .plugin-container .vbo-pref-color-btn,
#vikwp-body.wp-theme-wp_plaza_theme .plugin-container .vbselectr-result,
#vikwp-body.wp-theme-wp_plaza_theme .plugin-container .vbsubmit {
	background: var(--mitra-green-dark) !important;
	border-color: var(--mitra-green-dark) !important;
	color: #fff !important;
}

#vikwp-body.wp-theme-wp_plaza_theme .plugin-container .vbo-pref-color-btn:hover,
#vikwp-body.wp-theme-wp_plaza_theme .plugin-container .vbselectr-result:hover,
#vikwp-body.wp-theme-wp_plaza_theme .plugin-container .vbsubmit:hover {
	background: #15271e !important;
	border-color: #15271e !important;
	color: #fff !important;
}

#vikwp-body.wp-theme-wp_plaza_theme .plugin-container .vbo-pref-color-btn-secondary,
#vikwp-body.wp-theme-wp_plaza_theme .plugin-container .vbo-goback-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 40px;
	padding: 0 16px !important;
	background: var(--mitra-green) !important;
	border: 1px solid var(--mitra-green) !important;
	border-radius: 6px;
	color: var(--mitra-ink) !important;
	font-size: 14px;
	font-weight: 650;
	text-decoration: none !important;
}

#vikwp-body.wp-theme-wp_plaza_theme .plugin-container .vbo-pref-color-btn-secondary:hover,
#vikwp-body.wp-theme-wp_plaza_theme .plugin-container .vbo-goback-link:hover {
	background: var(--mitra-green-dark) !important;
	border-color: var(--mitra-green-dark) !important;
	color: #fff !important;
}

#vikwp-body.wp-theme-wp_plaza_theme .vbstepsbarcont {
	margin: 0 0 44px;
}

#vikwp-body.wp-theme-wp_plaza_theme ol.vbo-stepbar {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin: 0;
	padding: 0;
}

#vikwp-body.wp-theme-wp_plaza_theme ol.vbo-stepbar li {
	float: none;
	width: auto !important;
	min-width: 0;
	color: var(--mitra-muted);
	border-bottom-width: 3px !important;
	line-height: 3.2em !important;
}

#vikwp-body.wp-theme-wp_plaza_theme ol.vbo-stepbar li a,
#vikwp-body.wp-theme-wp_plaza_theme ol.vbo-stepbar li span {
	color: inherit !important;
	font-size: 17px;
	text-decoration: none !important;
}

#vikwp-body.wp-theme-wp_plaza_theme ol.vbo-stepbar li.vbo-step-complete,
#vikwp-body.wp-theme-wp_plaza_theme ol.vbo-stepbar li.vbo-step-current {
	color: var(--mitra-ink) !important;
	border-bottom-color: var(--mitra-green-dark) !important;
}

#vikwp-body.wp-theme-wp_plaza_theme ol.vbo-stepbar li.vbo-step-next {
	border-bottom-color: rgba(22, 35, 31, .12) !important;
}

#vikwp-body.wp-theme-wp_plaza_theme ol.vbo-stepbar li.vbo-step-complete::before {
	background-color: var(--mitra-green-dark) !important;
}

#vikwp-body.wp-theme-wp_plaza_theme ol.vbo-stepbar li.vbo-step-current::before {
	background-color: var(--mitra-cream) !important;
	border-color: var(--mitra-green-dark) !important;
}

#vikwp-body.wp-theme-wp_plaza_theme ol.vbo-stepbar li.vbo-step-next::before {
	background-color: rgba(22, 35, 31, .14) !important;
}

#vikwp-body.wp-theme-wp_plaza_theme .vbo-results-wrapper {
	margin-top: 34px;
}

#vikwp-body.wp-theme-wp_plaza_theme .vbo-results-head {
	display: grid;
	grid-template-columns: repeat(3, minmax(150px, 1fr)) auto;
	align-items: stretch;
	overflow: hidden;
	background: rgba(255, 250, 243, .98);
	border: 1px solid var(--mitra-line);
	border-radius: 8px;
	box-shadow: 0 10px 28px rgba(22, 35, 31, .08);
}

#vikwp-body.wp-theme-wp_plaza_theme .vbo-results-head > div {
	display: flex;
	align-items: center;
	gap: 14px;
	padding: 18px 28px;
	border-right: 1px solid var(--mitra-line);
	font-size: 14px;
}

#vikwp-body.wp-theme-wp_plaza_theme .vbo-results-head > div:last-child {
	border-right: 0;
}

#vikwp-body.wp-theme-wp_plaza_theme .vbo-results-head > div > i {
	margin: 0;
	color: var(--mitra-green-dark) !important;
	font-size: 16px;
}

#vikwp-body.wp-theme-wp_plaza_theme .vbo-results-head .vbo-results-head-det-lbl {
	color: var(--mitra-muted);
	font-size: 12px;
	font-weight: 800;
	line-height: 1.2;
	text-transform: uppercase;
}

#vikwp-body.wp-theme-wp_plaza_theme .vbo-results-head .vbo-results-head-det-val {
	color: var(--mitra-ink);
	font-size: 18px;
	font-weight: 800;
	line-height: 1.2;
}

#vikwp-body.wp-theme-wp_plaza_theme .vbo-results-chdates {
	justify-content: flex-end;
	min-width: 190px;
}

#vikwp-body.wp-theme-wp_plaza_theme .vbo-results-filtering {
	justify-content: flex-end;
	margin: 30px 0 12px;
}

#vikwp-body.wp-theme-wp_plaza_theme .vbo-results-style {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	padding: 4px;
	background: #fff;
	border: 1px solid var(--mitra-line);
	border-radius: 999px;
	box-shadow: 0 8px 22px rgba(22, 35, 31, .06);
}

#vikwp-body.wp-theme-wp_plaza_theme .vbo-results-style-option {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	min-height: 30px;
	padding: 0 12px;
	border-radius: 999px;
	color: var(--mitra-muted);
	font-size: 14px;
	cursor: pointer;
}

#vikwp-body.wp-theme-wp_plaza_theme .vbo-results-style-option-active {
	background: var(--mitra-green-dark);
	color: #fff;
}

#vikwp-body.wp-theme-wp_plaza_theme .vbo-searchresults-party-content {
	display: grid;
	gap: 20px;
}

#vikwp-body.wp-theme-wp_plaza_theme .room_item {
	overflow: hidden;
	background: #fff;
	border: 1px solid var(--mitra-line);
	border-radius: 8px;
	box-shadow: 0 10px 28px rgba(22, 35, 31, .08);
}

#vikwp-body.wp-theme-wp_plaza_theme .room_item.room_selected {
	border-color: var(--mitra-green-dark);
	box-shadow: 0 0 0 3px rgba(166, 210, 175, .42), 0 14px 34px rgba(22, 35, 31, .12);
}

#vikwp-body.wp-theme-wp_plaza_theme .room_result-inner {
	display: grid;
	grid-template-columns: minmax(300px, .8fr) minmax(0, 1.05fr);
	min-height: 300px;
}

#vikwp-body.wp-theme-wp_plaza_theme .room_result-inner > .vblistroomblock {
	float: none;
	width: auto !important;
	min-height: 0;
	border-right: 0;
}

#vikwp-body.wp-theme-wp_plaza_theme .vblist-roomimage,
#vikwp-body.wp-theme-wp_plaza_theme .vblist-roomimage .vbimglistdiv,
#vikwp-body.wp-theme-wp_plaza_theme .vblist-roomimage .vbo-dots-slider-selector,
#vikwp-body.wp-theme-wp_plaza_theme .vblist-roomimage .vbo-dots-slider-selector a {
	display: block;
	width: 100%;
	height: 100%;
}

#vikwp-body.wp-theme-wp_plaza_theme .vblist-roomimage .vbimglistdiv {
	position: relative;
	overflow: hidden;
	background: #e8e8e2;
}

#vikwp-body.wp-theme-wp_plaza_theme .vblistimg {
	display: block;
	width: 100% !important;
	height: 100% !important;
	min-height: 300px;
	object-fit: cover;
}

#vikwp-body.wp-theme-wp_plaza_theme .vbmodalrdetails a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	background: rgba(255, 250, 243, .92);
	color: var(--mitra-ink) !important;
}

#vikwp-body.wp-theme-wp_plaza_theme .room_result-inner > .vblistroomblock:not(.vblist-roomimage) {
	display: block;
	background: #fffaf3;
}

#vikwp-body.wp-theme-wp_plaza_theme .vbcontdivtot {
	display: grid;
	grid-template-rows: 1fr auto;
	width: 100%;
	height: 100%;
	padding: 40px;
}

#vikwp-body.wp-theme-wp_plaza_theme .vblistroomblock .vbo-info-room {
	padding: 0 !important;
}

#vikwp-body.wp-theme-wp_plaza_theme .vbdescrlistdiv {
	position: relative;
	padding-right: 58px;
}

#vikwp-body.wp-theme-wp_plaza_theme .vbrowroomcapacity {
	position: absolute;
	top: 0;
	right: 0;
	color: var(--mitra-green-dark);
}

#vikwp-body.wp-theme-wp_plaza_theme .vbrowroomcapacity i {
	margin-left: 3px;
}

#vikwp-body.wp-theme-wp_plaza_theme .vbrowcname {
	margin: 0 0 12px;
	color: var(--mitra-green-dark) !important;
	font-size: 26px;
	font-weight: 800;
	line-height: 1.2;
}

#vikwp-body.wp-theme-wp_plaza_theme .vbrowcdescr,
#vikwp-body.wp-theme-wp_plaza_theme .vbrowcdescr p {
	margin: 0;
	color: var(--mitra-ink);
	font-size: 16px;
	line-height: 1.55;
}

#vikwp-body.wp-theme-wp_plaza_theme .vbdivtotinline {
	display: grid;
	gap: 18px;
}

#vikwp-body.wp-theme-wp_plaza_theme .room_cost {
	color: #363b52 !important;
	font-size: 34px !important;
	font-weight: 800;
	line-height: 1;
}

#vikwp-body.wp-theme-wp_plaza_theme .room_cost .vbo_currency {
	font-size: .8em;
}

#vikwp-body.wp-theme-wp_plaza_theme .vbselectordiv .btn,
#vikwp-body.wp-theme-wp_plaza_theme .vbselectr-result {
	width: 100%;
	min-height: 52px;
	border-radius: 0 !important;
	box-shadow: none;
	font-size: 14px;
	text-transform: uppercase;
}

#vikwp-body.wp-theme-wp_plaza_theme .vblistcontainer-grid .vbo-searchresults-party-content {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

#vikwp-body.wp-theme-wp_plaza_theme .vblistcontainer-grid .room_result-inner {
	grid-template-columns: 1fr;
}

#vikwp-body.wp-theme-wp_plaza_theme .vblistcontainer-grid .vbcontdivtot {
	padding: 28px;
}

#vikwp-body.wp-theme-wp_plaza_theme .goback,
#vikwp-body.wp-theme-wp_plaza_theme .vbsearchmainsbmt {
	margin-top: 24px;
}

#vikwp-body.wp-theme-wp_plaza_theme .homepage-page-cnt .entry-content {
	max-width: 1180px;
	margin: 0 auto;
	padding: 58px 24px 18px;
	text-align: center;
}

#vikwp-body.wp-theme-wp_plaza_theme .homepage-page-cnt .entry-content > p:first-child {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin: 0;
	color: var(--mitra-green-dark);
	font-size: 16px;
	font-weight: 800;
	line-height: 1.45;
}

#vikwp-body.wp-theme-wp_plaza_theme .homepage-page-cnt .entry-content > p:first-child::before,
#vikwp-body.wp-theme-wp_plaza_theme .homepage-page-cnt .entry-content > p:first-child::after {
	content: "";
	display: block;
	width: 42px;
	height: 1px;
	background: var(--mitra-gold);
}

#vikwp-body.wp-theme-wp_plaza_theme #module-box2 {
	background: linear-gradient(180deg, var(--mitra-cream) 0%, #fff 100%);
	padding: 30px 24px 82px;
}

#vikwp-body.wp-theme-wp_plaza_theme #module-box2 .module-fullwidth-cont,
#vikwp-body.wp-theme-wp_plaza_theme #module-box2 .grid-module,
#vikwp-body.wp-theme-wp_plaza_theme #mod_vikbooking_rooms-1 {
	max-width: 1180px;
	margin: 0 auto;
}

#vikwp-body.wp-theme-wp_plaza_theme #mod_vikbooking_rooms-1 .widget-title,
#vikwp-body.wp-theme-wp_plaza_theme #vikwp_textslide-5 .widget-title {
	margin: 0 0 30px;
	color: var(--mitra-ink);
	font-size: 34px;
	font-weight: 800;
	line-height: 1.15;
	text-align: center;
}

#vikwp-body.wp-theme-wp_plaza_theme .vbmodroomscontainer.wrap {
	width: 100%;
	max-width: 1180px;
	padding: 0;
}

#vikwp-body.wp-theme-wp_plaza_theme .vbmodroomsboxdiv {
	display: grid !important;
	grid-template-columns: minmax(0, 1.2fr) minmax(320px, .8fr);
	min-height: 430px;
	overflow: hidden;
	background: #fff;
	border: 1px solid var(--mitra-line);
	border-radius: 8px;
	box-shadow: var(--mitra-shadow);
}

#vikwp-body.wp-theme-wp_plaza_theme .vbmodrooms-img-link {
	grid-row: 1 / span 2;
	grid-column: 1;
	display: block;
	min-height: 430px;
	overflow: hidden;
}

#vikwp-body.wp-theme-wp_plaza_theme .vbmodroomsimg {
	display: block;
	width: 100% !important;
	height: 100% !important;
	min-height: 430px;
	object-fit: cover;
	transition: transform .4s ease;
}

#vikwp-body.wp-theme-wp_plaza_theme .vbmodroomsboxdiv:hover .vbmodroomsimg {
	transform: scale(1.035);
}

#vikwp-body.wp-theme-wp_plaza_theme .vbmodroomsboxdiv .vbinf {
	grid-column: 2;
	padding: 46px 44px 18px;
	color: var(--mitra-ink);
}

#vikwp-body.wp-theme-wp_plaza_theme .vbmodrooms-divblock {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 12px;
	margin-bottom: 18px;
}

#vikwp-body.wp-theme-wp_plaza_theme .vbmodroomsname {
	color: var(--mitra-ink);
	font-size: 32px;
	font-weight: 800;
	line-height: 1.12;
}

#vikwp-body.wp-theme-wp_plaza_theme .vbmodroomsbeds {
	display: inline-flex;
	align-items: center;
	min-height: 30px;
	padding: 0 10px;
	background: var(--mitra-sage);
	border-radius: 999px;
	color: var(--mitra-green-dark);
	font-size: 12px;
	font-weight: 800;
}

#vikwp-body.wp-theme-wp_plaza_theme .vbmodroomsdesc {
	display: block;
	max-width: 34rem;
	color: var(--mitra-muted);
	font-size: 16px;
	line-height: 1.55;
}

#vikwp-body.wp-theme-wp_plaza_theme .vbmodroomsroomcost {
	margin-top: 26px;
	color: var(--mitra-green-dark);
	font-weight: 800;
}

#vikwp-body.wp-theme-wp_plaza_theme .vbmodroomsroomcost::before {
	content: "Desde ";
	color: var(--mitra-muted);
	font-size: 14px;
	font-weight: 700;
}

#vikwp-body.wp-theme-wp_plaza_theme .vbmodroomsroomcost .vbo_price {
	font-size: 38px;
	line-height: 1;
}

#vikwp-body.wp-theme-wp_plaza_theme .vbmodroomsroomcost .vbo_currency {
	font-size: 21px;
}

#vikwp-body.wp-theme-wp_plaza_theme .vbmodroomsview {
	grid-column: 2;
	align-self: end;
	padding: 0 44px 46px;
}

#vikwp-body.wp-theme-wp_plaza_theme .vbmodroomsview .btn {
	min-width: 160px;
	border-radius: 8px !important;
}

#vikwp-body.wp-theme-wp_plaza_theme .owl-carousel .owl-nav button.owl-prev,
#vikwp-body.wp-theme-wp_plaza_theme .owl-carousel .owl-nav button.owl-next {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	margin: 14px 5px 0;
	background: var(--mitra-green-dark) !important;
	border: 1px solid var(--mitra-green-dark) !important;
	border-radius: 999px;
	box-shadow: 0 10px 22px rgba(23, 61, 47, .2);
	color: #fff !important;
	font-size: 22px;
	line-height: 1;
}

#vikwp-body.wp-theme-wp_plaza_theme .owl-carousel .owl-nav button.disabled {
	opacity: .35;
}

#vikwp-body.wp-theme-wp_plaza_theme #fullbox {
	background: #fff;
}

#vikwp-body.wp-theme-wp_plaza_theme #vikwp_gridcontent-4 .vikwp_gc_bg {
	background-color: var(--mitra-green-dark) !important;
	background-image:
		linear-gradient(120deg, rgba(23, 61, 47, .96), rgba(47, 111, 83, .88)) !important;
	padding: 78px 24px;
}

#vikwp-body.wp-theme-wp_plaza_theme #vikwp_gridcontent-4 .vikwp_gc_cnt-mask {
	display: none;
}

#vikwp-body.wp-theme-wp_plaza_theme #vikwp_gridcontent-4 .vikwp_gc_cnt-inner {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
	max-width: 1180px;
	margin: 0 auto;
}

#vikwp-body.wp-theme-wp_plaza_theme #vikwp_gridcontent-4 .vikwp_gc-row-multiple {
	display: block;
	width: auto !important;
	max-width: none;
	margin: 0 !important;
}

#vikwp-body.wp-theme-wp_plaza_theme #vikwp_gridcontent-4 .vikwp_gc-row-item-inner {
	display: flex;
	flex-direction: column-reverse;
	height: 100%;
	overflow: hidden;
	background: #fffaf3;
	border: 1px solid rgba(255, 255, 255, .36);
	border-radius: 8px;
	box-shadow: 0 18px 42px rgba(7, 24, 18, .18);
}

#vikwp-body.wp-theme-wp_plaza_theme #vikwp_gridcontent-4 .vikwp_gc-text,
#vikwp-body.wp-theme-wp_plaza_theme #vikwp_gridcontent-4 .vikwp_gc-image {
	flex: 0 0 auto;
	width: 100% !important;
	max-width: 100% !important;
	padding: 0 !important;
}

#vikwp-body.wp-theme-wp_plaza_theme #vikwp_gridcontent-4 .vikwp_gc-image a,
#vikwp-body.wp-theme-wp_plaza_theme #vikwp_gridcontent-4 .vikwp_gc-image img {
	display: block;
	width: 100%;
}

#vikwp-body.wp-theme-wp_plaza_theme #vikwp_gridcontent-4 .vikwp_gc-image img {
	height: 220px;
	object-fit: cover;
}

#vikwp-body.wp-theme-wp_plaza_theme #vikwp_gridcontent-4 .vikwp_gc-inner {
	padding: 28px;
}

#vikwp-body.wp-theme-wp_plaza_theme #vikwp_gridcontent-4 .vikwp_gc-title {
	margin: 0 0 12px;
	font-size: 22px;
	font-weight: 800;
	line-height: 1.2;
}

#vikwp-body.wp-theme-wp_plaza_theme #vikwp_gridcontent-4 .vikwp_gc-title a {
	color: var(--mitra-ink);
	text-decoration: none;
}

#vikwp-body.wp-theme-wp_plaza_theme #vikwp_gridcontent-4 .vikwp_gc-content,
#vikwp-body.wp-theme-wp_plaza_theme #vikwp_gridcontent-4 .vikwp_gc-content p {
	margin: 0;
	color: var(--mitra-muted);
	font-size: 15px;
	line-height: 1.62;
}

#vikwp-body.wp-theme-wp_plaza_theme #vikwp_gridcontent-4 .vikwp_gc_allposts {
	grid-column: 1 / -1;
	margin: 14px 0 0;
	text-align: center;
}

#vikwp-body.wp-theme-wp_plaza_theme #vikwp_gridcontent-4 .vikwp_gc_allposts .btn {
	background: #fffaf3 !important;
	border-color: #fffaf3 !important;
	color: var(--mitra-green-dark) !important;
	box-shadow: none;
}

#vikwp-body.wp-theme-wp_plaza_theme .testimonial-hp {
	padding: 78px 24px;
	background: var(--mitra-cream);
}

#vikwp-body.wp-theme-wp_plaza_theme #vikwp_textslide-5 {
	max-width: none;
	margin: 0;
}

#vikwp-body.wp-theme-wp_plaza_theme #vikwp_textslide-5 .widget-title {
	color: var(--mitra-ink);
}

#vikwp-body.wp-theme-wp_plaza_theme .vikqt-container {
	max-width: 980px !important;
	margin: 0 auto;
}

#vikwp-body.wp-theme-wp_plaza_theme .vikqt_box {
	padding: 0 12px;
}

#vikwp-body.wp-theme-wp_plaza_theme .vikqt-item-content {
	display: grid;
	align-items: center;
	gap: 28px;
	max-width: 860px;
	margin: 0 auto;
	padding: 34px;
	background: #fff;
	border: 1px solid var(--mitra-line);
	border-radius: 8px;
	box-shadow: 0 12px 32px rgba(22, 35, 31, .08);
}

#vikwp-body.wp-theme-wp_plaza_theme .vikqt_image img {
	width: 108px !important;
	height: 108px !important;
	border: 4px solid var(--mitra-sage);
	border-radius: 999px;
	object-fit: cover;
}

#vikwp-body.wp-theme-wp_plaza_theme .vikqt-quotes {
	color: var(--mitra-gold);
	font-size: 22px;
}

#vikwp-body.wp-theme-wp_plaza_theme .vikqt_desc,
#vikwp-body.wp-theme-wp_plaza_theme .vikqt_desc p,
#vikwp-body.wp-theme-wp_plaza_theme .vikqt_desc em {
	margin: 0;
	color: var(--mitra-ink) !important;
	font-size: 17px;
	font-style: normal;
	line-height: 1.65;
}

#vikwp-body.wp-theme-wp_plaza_theme .vikqt_title {
	margin: 16px 0 0;
	color: var(--mitra-green-dark) !important;
	font-size: 15px;
	font-weight: 800;
	text-align: center;
}

#vikwp-body.wp-theme-wp_plaza_theme .testimonial-hp .owl-dots {
	margin-top: 20px;
	text-align: center;
}

#vikwp-body.wp-theme-wp_plaza_theme .testimonial-hp .owl-dot span {
	background: rgba(47, 111, 83, .28) !important;
}

#vikwp-body.wp-theme-wp_plaza_theme .testimonial-hp .owl-dot.active span {
	background: var(--mitra-green-dark) !important;
}

#vikwp-body.wp-theme-wp_plaza_theme footer {
	background: var(--mitra-green-dark);
	color: rgba(255, 255, 255, .88);
}

#vikwp-body.wp-theme-wp_plaza_theme footer #foot-cont {
	padding: 48px 24px;
}

#vikwp-body.wp-theme-wp_plaza_theme footer .grid-block,
#vikwp-body.wp-theme-wp_plaza_theme #subfooter .grid-block {
	max-width: 1180px;
	margin: 0 auto;
}

#vikwp-body.wp-theme-wp_plaza_theme footer img {
	display: block;
	max-width: 150px;
	margin: 0 auto 16px;
	padding: 8px 14px;
	background: rgba(255, 250, 243, .1);
	border-radius: 999px;
}

#vikwp-body.wp-theme-wp_plaza_theme footer p,
#vikwp-body.wp-theme-wp_plaza_theme footer li {
	color: rgba(255, 255, 255, .86);
	font-size: 15px;
	line-height: 1.65;
}

#vikwp-body.wp-theme-wp_plaza_theme footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#vikwp-body.wp-theme-wp_plaza_theme footer a,
#vikwp-body.wp-theme-wp_plaza_theme footer .menu-pie-de-pagina-container a,
#vikwp-body.wp-theme-wp_plaza_theme footer .menu a {
	display: inline-flex;
	align-items: center;
	min-height: 30px;
	color: rgba(255, 250, 243, .9) !important;
	font-weight: 650;
	text-decoration: none !important;
}

#vikwp-body.wp-theme-wp_plaza_theme footer a:hover,
#vikwp-body.wp-theme-wp_plaza_theme footer a:focus,
#vikwp-body.wp-theme-wp_plaza_theme footer .current-menu-item > a {
	color: #fff !important;
	text-decoration: underline !important;
	text-decoration-color: var(--mitra-green) !important;
	text-decoration-thickness: 2px !important;
	text-underline-offset: 5px;
}

#vikwp-body.wp-theme-wp_plaza_theme footer .menu-pie-de-pagina-container .menu {
	display: grid;
	gap: 6px;
}

#vikwp-body.wp-theme-wp_plaza_theme #subfooter {
	background: #102a21;
	color: rgba(255, 255, 255, .78);
}

#vikwp-body.wp-theme-wp_plaza_theme #subfooter a,
#vikwp-body.wp-theme-wp_plaza_theme #subfooter i {
	color: rgba(255, 255, 255, .86) !important;
}

@media (max-width: 1100px) {
	#vikwp-body.wp-theme-wp_plaza_theme #lmpart {
		gap: 18px;
	}

	#vikwp-body.wp-theme-wp_plaza_theme #mainmenu .menu > li > div > a,
	#vikwp-body.wp-theme-wp_plaza_theme #mainmenu .menu > li > a {
		padding: 0 8px;
		font-size: 14px;
	}

	#vikwp-body.wp-theme-wp_plaza_theme .vbmodhorsearchmaindiv form {
		grid-template-columns: minmax(0, 1fr);
	}

	#vikwp-body.wp-theme-wp_plaza_theme .vbo-horizsearch-dpicker-cont {
		width: min(620px, calc(100vw - 48px)) !important;
	}

	#vikwp-body.wp-theme-wp_plaza_theme .vbmodhorsearchbookdiv {
		max-width: none;
	}

	#vikwp-body.wp-theme-wp_plaza_theme #vikwp_gridcontent-4 .vikwp_gc_cnt-inner {
		grid-template-columns: 1fr;
		max-width: 760px;
	}

	#vikwp-body.wp-theme-wp_plaza_theme .vblistcontainer-grid .vbo-searchresults-party-content {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 820px) {
	#vikwp-body.wp-theme-wp_plaza_theme #tbar-upmenu .upmenu-content {
		padding: 8px 18px;
	}

	#vikwp-body.wp-theme-wp_plaza_theme #tbar-upmenu .vikicons-set {
		display: grid !important;
		grid-template-columns: 1fr;
		gap: 6px;
	}

	#vikwp-body.wp-theme-wp_plaza_theme #tbar-upmenu .vikicons-item,
	#vikwp-body.wp-theme-wp_plaza_theme #tbar-upmenu p {
		width: 100% !important;
		font-size: 12px;
	}

	#vikwp-body.wp-theme-wp_plaza_theme #lmpart {
		min-height: 68px;
		padding: 9px 18px;
	}

	#vikwp-body.wp-theme-wp_plaza_theme #tbar-logo {
		padding: 7px 12px;
	}

	#vikwp-body.wp-theme-wp_plaza_theme #tbar-logo img {
		max-width: 132px !important;
	}

	#vikwp-body.wp-theme-wp_plaza_theme #icons-menu {
		display: none;
	}

	#vikwp-body.wp-theme-wp_plaza_theme #imgheader {
		min-height: 560px;
	}

	#vikwp-body.wp-theme-wp_plaza_theme #imgheader::before {
		background: linear-gradient(180deg, rgba(15, 28, 24, .55) 0%, rgba(15, 28, 24, .8) 100%);
	}

	#vikwp-body.wp-theme-wp_plaza_theme #imgheader .imgstatic-text {
		padding: 112px 20px 150px;
	}

	#vikwp-body.wp-theme-wp_plaza_theme #imgheader .imgstatic-title {
		font-size: 38px;
		line-height: 1.08;
	}

	#vikwp-body.wp-theme-wp_plaza_theme #imgheader .imgstatic-desc {
		font-size: 16px;
		line-height: 1.58;
	}

	#vikwp-body.wp-theme-wp_plaza_theme .bottomsearch.h-search.md-search {
		margin: -82px auto 0;
		padding: 0 18px 44px;
	}

	#vikwp-body.wp-theme-wp_plaza_theme .h-search-inner {
		padding: 14px;
	}

	#vikwp-body.wp-theme-wp_plaza_theme .vbmodhorsearch-hum-dates-wrap {
		grid-template-columns: 1fr;
	}

	#vikwp-body.wp-theme-wp_plaza_theme .vbo-horizsearch-dpicker-cont {
		right: auto !important;
		left: 50% !important;
		width: min(310px, calc(100vw - 52px)) !important;
		max-height: 66vh;
		overflow: auto;
		transform: translateX(-50%);
	}

	#vikwp-body.wp-theme-wp_plaza_theme .vbo-horizsearch-humanformat-wrap .ui-datepicker.ui-datepicker-multi-2 {
		display: grid !important;
		grid-template-columns: 1fr;
		gap: 10px;
	}

	#vikwp-body.wp-theme-wp_plaza_theme .vbo-horizsearch-humanformat-wrap .ui-datepicker-multi,
	#vikwp-body.wp-theme-wp_plaza_theme .vbo-horizsearch-humanformat-wrap .ui-datepicker-group {
		width: 100% !important;
		float: none !important;
	}

	#vikwp-body.wp-theme-wp_plaza_theme .vbo-horizsearch-humanformat-wrap .ui-datepicker-calendar td a,
	#vikwp-body.wp-theme-wp_plaza_theme .vbo-horizsearch-humanformat-wrap .ui-datepicker-calendar td span {
		width: 32px;
		height: 32px;
	}

	#vikwp-body.wp-theme-wp_plaza_theme .vbmodhorsearch-hum-guests-modifier {
		right: auto;
		left: 50%;
		width: min(310px, calc(100vw - 52px));
		transform: translateX(-50%);
	}

	#vikwp-body.wp-theme-wp_plaza_theme .plugin-container {
		padding: 44px 18px 62px;
	}

	#vikwp-body.wp-theme-wp_plaza_theme ol.vbo-stepbar {
		grid-template-columns: repeat(4, minmax(70px, 1fr));
		overflow-x: auto;
	}

	#vikwp-body.wp-theme-wp_plaza_theme ol.vbo-stepbar li a,
	#vikwp-body.wp-theme-wp_plaza_theme ol.vbo-stepbar li span {
		font-size: 14px;
	}

	#vikwp-body.wp-theme-wp_plaza_theme .vbo-results-head {
		grid-template-columns: 1fr;
	}

	#vikwp-body.wp-theme-wp_plaza_theme .vbo-results-head > div {
		border-right: 0;
		border-bottom: 1px solid var(--mitra-line);
		padding: 16px 18px;
	}

	#vikwp-body.wp-theme-wp_plaza_theme .vbo-results-head > div:last-child {
		border-bottom: 0;
	}

	#vikwp-body.wp-theme-wp_plaza_theme .vbo-results-chdates {
		justify-content: stretch;
		min-width: 0;
	}

	#vikwp-body.wp-theme-wp_plaza_theme .vbo-results-chdates .vbo-pref-color-btn-secondary {
		width: 100%;
	}

	#vikwp-body.wp-theme-wp_plaza_theme .vbo-results-filtering {
		justify-content: flex-start;
		overflow-x: auto;
	}

	#vikwp-body.wp-theme-wp_plaza_theme .room_result-inner,
	#vikwp-body.wp-theme-wp_plaza_theme .vblistcontainer-grid .room_result-inner {
		grid-template-columns: 1fr;
	}

	#vikwp-body.wp-theme-wp_plaza_theme .vblistimg {
		min-height: 260px;
		max-height: 330px;
	}

	#vikwp-body.wp-theme-wp_plaza_theme .vbcontdivtot {
		padding: 26px;
	}

	#vikwp-body.wp-theme-wp_plaza_theme .vblistcontainer-grid .vbo-searchresults-party-content {
		grid-template-columns: 1fr;
	}

	#vikwp-body.wp-theme-wp_plaza_theme #mod_vikbooking_rooms-1 .widget-title,
	#vikwp-body.wp-theme-wp_plaza_theme #vikwp_textslide-5 .widget-title {
		font-size: 28px;
	}

	#vikwp-body.wp-theme-wp_plaza_theme .vbmodroomsboxdiv {
		grid-template-columns: 1fr;
		min-height: 0;
	}

	#vikwp-body.wp-theme-wp_plaza_theme .vbmodrooms-img-link,
	#vikwp-body.wp-theme-wp_plaza_theme .vbmodroomsboxdiv .vbinf,
	#vikwp-body.wp-theme-wp_plaza_theme .vbmodroomsview {
		grid-column: 1;
	}

	#vikwp-body.wp-theme-wp_plaza_theme .vbmodrooms-img-link {
		grid-row: auto;
		min-height: 280px;
	}

	#vikwp-body.wp-theme-wp_plaza_theme .vbmodroomsimg {
		min-height: 280px;
		max-height: 360px;
	}

	#vikwp-body.wp-theme-wp_plaza_theme .vbmodroomsboxdiv .vbinf {
		padding: 30px 24px 12px;
	}

	#vikwp-body.wp-theme-wp_plaza_theme .vbmodroomsname {
		font-size: 26px;
	}

	#vikwp-body.wp-theme-wp_plaza_theme .vbmodroomsview {
		padding: 0 24px 30px;
	}

	#vikwp-body.wp-theme-wp_plaza_theme #vikwp_gridcontent-4 .vikwp_gc_bg,
	#vikwp-body.wp-theme-wp_plaza_theme .testimonial-hp {
		padding: 56px 18px;
	}

	#vikwp-body.wp-theme-wp_plaza_theme .vikqt-item-content {
		gap: 18px;
		padding: 26px;
		text-align: center;
	}

	#vikwp-body.wp-theme-wp_plaza_theme .vikqt_image img {
		margin: 0 auto;
	}
}

@media (max-width: 520px) {
	#vikwp-body.wp-theme-wp_plaza_theme #imgheader .imgstatic-title {
		font-size: 30px;
	}

	#vikwp-body.wp-theme-wp_plaza_theme #imgheader .imgstatic-desc {
		font-size: 15px;
	}

	#vikwp-body.wp-theme-wp_plaza_theme .vbo-horizsearch-showcalendar,
	#vikwp-body.wp-theme-wp_plaza_theme .vbmodhorsearch-hum-guests-count,
	#vikwp-body.wp-theme-wp_plaza_theme .vbsearchinputmodhors {
		min-height: 54px;
	}

	#vikwp-body.wp-theme-wp_plaza_theme .vbmodhorsearch-hum-guests-count {
		gap: 0;
		padding: 8px 6px;
	}

	#vikwp-body.wp-theme-wp_plaza_theme .vbmodhorsearch-hum-guests-elem {
		padding: 0 5px;
	}

	#vikwp-body.wp-theme-wp_plaza_theme .vbmodhorsearch-hum-guests-elem label {
		font-size: 9px;
	}

	#vikwp-body.wp-theme-wp_plaza_theme .vbmodhorsearch-hum-guests-elem span {
		font-size: 18px;
	}

	#vikwp-body.wp-theme-wp_plaza_theme .vbmodhorsearch-hum-guests-modifier,
	#vikwp-body.wp-theme-wp_plaza_theme .vbo-horizsearch-dpicker-cont {
		width: min(292px, calc(100vw - 38px)) !important;
	}

	#vikwp-body.wp-theme-wp_plaza_theme .vbo-horizsearch-humanformat-wrap .ui-datepicker {
		padding: 10px;
	}

	#vikwp-body.wp-theme-wp_plaza_theme .vbo-horizsearch-humanformat-wrap .ui-datepicker-calendar td a,
	#vikwp-body.wp-theme-wp_plaza_theme .vbo-horizsearch-humanformat-wrap .ui-datepicker-calendar td span {
		width: 30px;
		height: 30px;
		font-size: 12px;
	}

	#vikwp-body.wp-theme-wp_plaza_theme .vbmodhorsearchroomdentrfirst,
	#vikwp-body.wp-theme-wp_plaza_theme .vbmoreroomscontmod .vbmodhorsearchroomdentr {
		grid-template-columns: minmax(76px, 1fr) 62px 62px;
	}

	#vikwp-body.wp-theme-wp_plaza_theme .plugin-container {
		padding-right: 16px;
		padding-left: 16px;
	}

	#vikwp-body.wp-theme-wp_plaza_theme .vbrowcname {
		font-size: 22px;
	}

	#vikwp-body.wp-theme-wp_plaza_theme .room_cost {
		font-size: 30px !important;
	}

	#vikwp-body.wp-theme-wp_plaza_theme .homepage-page-cnt .entry-content {
		padding-top: 40px;
	}

	#vikwp-body.wp-theme-wp_plaza_theme .homepage-page-cnt .entry-content > p:first-child::before,
	#vikwp-body.wp-theme-wp_plaza_theme .homepage-page-cnt .entry-content > p:first-child::after {
		width: 22px;
	}

	#vikwp-body.wp-theme-wp_plaza_theme #module-box2 {
		padding: 24px 16px 58px;
	}

	#vikwp-body.wp-theme-wp_plaza_theme #vikwp_gridcontent-4 .vikwp_gc-inner {
		padding: 24px;
	}
}
