<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.header-bar .registration-buttons &gt; a,
.header nav &gt; div &gt; ul &gt; li, .header nav &gt; div &gt; ul &gt; li a,
.menu-site-navigation-container li.menu-item-has-children &gt; a::after,
.menu-site-navigation-container li.menu-item-has-children:hover &gt; a::after,
div.sticky-bar-wrapper .sticky-bar,
div.sticky-bar-wrapper.is-sticky .sticky-bar {
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -ms-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
}

a.button.book-room::before,
a.button.book-room:hover::before,
article.comment &gt; div.reply &gt; a.comment-reply-link::before,
article.comment &gt; div.reply &gt; a.comment-reply-link:hover::before,
.row button.submit::before,
.row button.submit:hover::before {
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -ms-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
}</pre></body></html>