img:not([src]):not([srcset]) {
    visibility: hidden;
}

body nav ul {
    float: unset;
    margin: 0 0 0 310px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

body.fixed nav ul {
    margin: 0 120px 0 200px;
}

#header li.external_lang_switcher {
    flex: 0 0 50px;
}

body nav ul li a {
    display: grid;
    place-content: center;
    line-height: 130%;
    text-transform: none;
}

#monuments,
.map-info__panel-body {
    display: block;
    height: auto;
}

#monuments li {
    float: unset;
}

.roomtype .subheading {
    font-size: 18px;
}

nav ul.with_submenu li > ul.submenu >li > a {
    text-transform: none;
    place-content: flex-start;
}

.subnav > div > strong {
    display: grid;
    place-content: center;
    line-height: 28px;
    font-size: 28px;
}

body.page-id-71 #services,
body.page-id-296 #services,
body.page-id-295 #services {
    height: 650px;
}

.cta_link {
    width: 200px;
    background: #D8D8D8;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1rem;
    color: #000;
    padding: 10px;
    transition: all 0.25s ease-out;
}

.cta_link:hover {
    background: #8F711E;
    color: #FFF;
}

.wp__thecontent a.cta_link {
    text-decoration: none !important;
}

body.page-template-template-gallery-wp #wrapper > div.w-container > div.std_breadcrumb.tpl_gallery-wp {
    width: 272px;
}

body.page-template-template-gallery-wp #gallery-tags {
    padding-top: 40px;
}

.cta_wrap {
    margin: 2rem auto;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.cta_wrap .cta_link {
    margin: 0;
}