/* ----------------------------------------------- */
/* REDESIGN 2023 */
/* ----------------------------------------------- */

:root {
    --primary: #eceeec;
    --secondary: #616060;
    --text: #222221;
}

/* ----------------------------------------------- */
/* TEXT */
/* ----------------------------------------------- */

#header h1 {
    color: var(--text) !important;
}
.category-item > h1 {
	color: var(--text);
}
.highlight-text h1 {
	color: var(--text);
    max-width: calc(100% - 90px);
}
.highlight-text * {
    color: var(--text);
}
.highlight-breadcrumbs h3 {
	color: var(--text);
}

/* ----------------------------------------------- */
/* HEADER */
/* ----------------------------------------------- */

#header {
    background-color: var(--primary) !important;
}
#context-menu {
    filter: brightness(0.25) !important;
    outline-offset: 2px;
}
#context-menu.active {
    background-image: url(../../drawable/2023/ic_close.png);
    background-repeat: no-repeat;
    background-size: 1.625em 1.625em;
    width: 0;
    padding-left: 1.75em;
}
#language-menu {
	filter: brightness(.4);
    outline: none;
}
#language-menu:focus img {
    outline: auto;
    outline-offset: 4px;
}
.language-link {
    outline: none;
}
.language-link:focus img {
    outline: auto;
    outline-offset: 4px;
}

/* ----------------------------------------------- */
/* TABS */
/* ----------------------------------------------- */

#navbar {
    background-color: var(--primary);
}
#navbar figcaption {
    color: var(--text) !important;
    font-family: OpenSans, Helvetica, Arial, sans-serif;
}
#navbar .current {
    background-color: var(--secondary);
    width: 3.125em;
}
#navbar .current figcaption {
    color: #fff !important;
}

/* larger tabs */

#navbar ul li figure img {
	width: auto;
	height: 2.7em;
}
#navbar {
	bottom: -3.75em;
	height: 7.5em;
	padding-bottom: 3.75em !important;
}
#navbar figure,
#navbar .current {
	width: 3.75em;
}
#navbar ul li figure figcaption {
	font-size: 0.9em !important;
	line-height: 0.9em !important;
}
#inner {
	height: calc(100vh - 3.75em) !important;
}
@supports (height: 100dvh) {
    #inner {
        height: calc(100dvh - 3.75em) !important;
    }
}

.mobile #navbar ul {
	justify-content: space-between;
    padding-left: 5vw;
    padding-right: 5vw;
}

/* ----------------------------------------------- */
/* TAB SIZES */
/* ----------------------------------------------- */

#tab-guides img {
    padding-top: 0.3125em;      /* 5px */
    padding-bottom: 0.375em;    /* 6px */
    
}
#tab-highlights img {
    padding-top: 0.375em;       /* 6px */
    padding-bottom: 0.375em;    /* 6px */   /* 7px */
    
}
#tab-search img {
    padding-top: 0.3125em;      /* 5px */
    padding-bottom: 0.25em;     /* 4px; */
    
}
#tab-map img {
    padding-top: 0.25em;        /* 4px; */
    padding-bottom: 0.4375em;   /* 7px */
    
}
#enter-vr img {
    padding-top: 0.3125em;      /* 5px */
    padding-bottom: 0.625em;    /* 10px */
    
}

/* ----------------------------------------------- */
/* CATEGORIES */
/* ----------------------------------------------- */

.category-item {
	background: var(--primary);
}

/* ----------------------------------------------- */
/* LIST GRID LAYOUT */
/* ----------------------------------------------- */

.guide-item > a {
    display: flex;
    flex-direction: column;
}
.guide-item > div, .highlight-item > div {
	position: inherit !important;
}
.guide-item img {
	margin-top: 0 !important;
}
.guide-item > .title-bar h1 {
    line-height: 1.1em;
    margin-bottom: 0px;
    max-width: 100%;
}

/* global zoom large */

body.zoom-large .highlight-list a.highlight-item .col-left {
    display: none !important;
}
body.zoom-large .highlight-list a.highlight-item .col-right {
    display: flex;
    flex-direction: column;
    margin-left: 0px;
    width: 100% !important;
}
body.zoom-large .highlight-list a.highlight-item .mobile-img {
    display: block !important;
    margin-bottom: 10px;
}
body.zoom-large .highlight-list a.highlight-item .title-bar {
    min-height: 0 !important;
}
body.zoom-large .highlight-list a.highlight-item .title-bar h1 {
    margin-left: 0;
    margin-bottom: 4px;
}

/* ----------------------------------------------- */
/* LIST LAYOUT: COLS 1 OR 2 */
/* ----------------------------------------------- */

.highlight-list.cols-1 a.highlight-item .col-left {
        display: none !important;
}
.highlight-list.cols-1 a.highlight-item .col-right {
    display: flex;
    flex-direction: column;
    margin-left: 0px;
    width: 100% !important;
}
.highlight-list.cols-1 a.highlight-item .mobile-img {
    display: block !important;
    margin-bottom: 0px;
}
.highlight-list.cols-1 a.highlight-item .title-bar {
    min-height: 0 !important;
}
.highlight-list.cols-1 a.highlight-item .title-bar h1 {
    margin-left: 0;
    margin-bottom: -2px;
}

.highlight-list.cols-1 .highlight-list-content {
    display: none !important;
}

/* ----------------------------------------------- */
/* GUIDES LIST */
/* ----------------------------------------------- */

.category-item {
    background-color: var(--primary) !important;
    margin-top: 15px;
}
.category-item h1 {
    color: var(--text) !important;
    font-size: 1.375em;
}

#scroller-list .category-item:first-child {
    margin-top: 0px;
}

#wrapper-list {
    background-color: #fff !important;
}
#scroller-list {
    padding-bottom: 18px;
}

div.guide-item {
    padding: 0px 10px 0px 10px;
}
.guide-item > .title-bar {
	min-height: 36px;
    height: auto;
    background-color: #fff !important;
}
.guide-item > .title-bar h1 {
    color: var(--text);
    font-size: 1.1875em;
    font-weight: 600;
    margin-left: -4px;
    margin-top: 0.175em;
    margin-bottom: -2px;
}
a.highlight-item img {
    border-radius: 24px;
}

.guide-item > img,
.highlight-item > img {
    margin: 0px 0px 0px 0px;
}

/* ----------------------------------------------- */
/* HIGHLIGHT LIST */
/* ----------------------------------------------- */

.highlight-list a.highlight-item {
    display: flex;
}
.highlight-list .highlight-item > div {
    height: auto;
    width: 50%;
    background-color: transparent;
    padding: 0px 20px 0 0;
    position: relative;
    top: 0px;
}
.highlight-list .highlight-item .col-right {
    padding-right: 0;
}

.highlight-list div.highlight-item {
    padding: 0px 10px 0px 10px;
}
.highlight-list .highlight-item .title-bar {
	min-height: 38px;
    height: auto;
    background-color: #fff !important;
}
.highlight-list .highlight-item .title-bar h1 {
    color: var(--text);
    font-size: 1.1875em;
    font-weight: 600;
    margin-left: -4px;
    margin-top: 0.175em;
    margin-bottom: 10px;
    line-height: 1.375em;
}
.highlight-list .highlight-item img {
    border-radius: 24px;
    width: 100%;
    height: auto;
}

.highlight-list-content {
    color: var(--text) !important;
}
.highlight-list-content .address {
    margin-bottom: 12px;
    margin-left: 1.25em;
}
.highlight-list-content .address::before {
    content: '' !important;
    display: block;
    width: 1.75em;
    height: 1.75em;
    position: absolute;
    left: -0.5em;
    background-image: url('../../drawable/2023/ic_location_map_active.png');
    background-size: contain;
    background-repeat: no-repeat;
}
.highlight-list-content .tags {
    margin-bottom: -4px;
    margin-bottom: 12px;
}
.highlight-list-content .tag {
    border: solid 1px var(--secondary);
    border-radius: 4px;
    padding: 0px 6px;
    display: inline-block;
    margin-bottom: 4px;
}
.highlight-list-content .year {
    margin-bottom: 12px;
}
.highlight-list-content .excerpt p:first-child {
    margin-top: 0;
}

/* ----------------------------------------------- */
/* LIST LAYOUT REVERSE (TITLE BELOW) */
/* ----------------------------------------------- */

.guide-item a.highlight-item,
.highlight-list.cols-1 a.highlight-item .col-right {
    flex-direction: column-reverse;
    margin-top: 15px;
}
.guide-item a.highlight-item .title-bar {
    margin-bottom: -12px;
}
.guide-item a.highlight-item h1 {
    position: relative;
    top: -12px;
}
.highlight-list.cols-1 a.highlight-item .col-right h1 {
	position: relative;
	top: -5px;
	font-weight: normal;
	left: 5px;

}

.guide-item a.highlight-item a.highlight-booking,
.highlight-list.cols-1 a.highlight-booking {
    top: 28px;
    right: 28px;
}

/* ----------------------------------------------- */
/* GRID IMAGE ZOOM  */
/* ----------------------------------------------- */

.thumb-zoom {
    border-radius: 24px;
    overflow: hidden;
}
.thumb-zoom img {
    width: 100%;
}

.thumb-zoom img {
    transform-origin: center;
    transition: transform .2s;
}
.thumb-zoom:hover img,
.thumb-zoom:focus img {
    transform: scale(1.05);
}

/* ----------------------------------------------- */
/* HIGHLIGHT VIEW */
/* ----------------------------------------------- */

body {
    background-color: #fff !important;
}
#wrapper-image:not(.highlight-video) {
    margin: 10px;
    background-color: #fff !important;
    border-radius: 24px;
}
.mobile #wrapper-image {
	width: calc(100% - 20px);
}
#scroller-image {
    background-color: #fff !important;
}
#wrapper-audio {
	background: #ffffff;
}

.page-highlight #wrapper-image .iScrollVerticalScrollbar {
    top: 26px !important;
    bottom: 26px !important;
}
.page-highlight #wrapper-image .iScrollHorizontalScrollbar {
    left: 26px !important;
    right: 26px !important;
}

.highlight-breadcrumbs {
	padding: 10px 20px 0px 14px;
}
.font-buttons {
	display: block;
	padding: 10px 20px 0 0;
}
.mobile .zoom-buttons {
	bottom: 14px;
	right: 10px;
}
.highlight-audio {
	padding: 15px 20px 10px 20px;
}
.desktop .breadcrumbs-wrapper {
   margin-top: 20px; 
}

.mobile .share-buttons {
    
}

/* ----------------------------------------------- */
/* MOBILE BREAKPOINTS */
/* ----------------------------------------------- */

/* 1 column */
@media (min-width: 100px) and (max-width: 1140px) {
    div.highlight-item {
        width: 100% !important;
    }
}
/* 2 columns */
@media (min-width: 1140px) and (max-width: 1640px) {
    div.highlight-item {
        width: 50% !important;
    }
}
/* 3 columns */
@media (min-width: 1640px) and (max-width: 5000px) {
    div.highlight-item {
        width: 33.333%;
    }
}

/* 1 column */
@media (min-width: 100px) and (max-width: 840px) {
    div.guide-item {
        width: 100% !important;
    }
}
/* 2 columns */
@media (min-width: 840px) and (max-width: 1200px) {
    div.guide-item {
        width: 50% !important;
    }
}
/* 3 columns */
@media (min-width: 1200px) and (max-width: 5000px) {
    div.guide-item {
        width: 33.333%;
    }
}

/* ----------------------------------------------- */
/* MAP */
/* ----------------------------------------------- */

.marker-cluster-small {
	background-color: rgb(211, 137, 105);
}
.marker-cluster-small div {
	background-color: #dd5f26;;
}
.marker-cluster-small div span {
	color: #fff;
    font-size: 1.0em;
}

/* ----------------------------------------------- */
/* BOOKING LINK */
/* ----------------------------------------------- */

.guide-item > .highlight-booking, .highlight-item > .highlight-booking {
	top: 44px;
    right: 28px;
}
.highlight-list .highlight-item .highlight-booking img {
	border-radius: 0 !important;
}

/* ----------------------------------------------- */
/* NATIVE APP */
/* ----------------------------------------------- */

.highlight-item .guide_button_wrapper {
    bottom: 48px !important;
    left: 8px;
    background-image: none !important;
}

/* ----------------------------------------------- */
/* COOKIE BANNER */
/* ----------------------------------------------- */

#cookie_banner {
    bottom: 3.75em;
}