/*Icons section
.section_icons .wrap .icons .item .icon {
    color: #bd9f3d;
}*/

/*Alternative hover color*/
.arrow:hover {
    background: rgba(189, 159, 61, .6);
}

.slideshow_container .pager ul li.slick-active {
    background: #bd9f3d;
}

#offers_page .offer_wrap .content .title:hover {
    color: #bd9f3d;
}

#right_sidebar .bottom .social a:hover {
    color: #bd9f3d;
}

.post_preview_section.carousel .item_wrap .item .content .title:hover,
.post_preview_section.carousel_2 .item_wrap .item .content .title:hover,
.post_preview_section.carousel_3 .item_wrap .item .content .title:hover,
.post_preview_section.list .item_wrap .item .content .title:hover,
.post_preview_section.list_2 .item_wrap .item .content .title:hover {
    color: #bd9f3d;
}

#header_wrapper.custom #highlight_menu ul.menu > li:hover > a > span,
#highlight_menu ul.menu > li:hover > a > span,
#highlight_menu ul.menu > li ul.sub-menu > li > a:hover,
#languages .desktop > ul > li a.lang_sel_sel:hover span,
#languages .desktop > ul ul li a.lang_sel_other:hover {
    color: #bd9f3d;
}

button.fbw-calendar--button svg line {
    stroke: #fff!important;
}

/*temporarily offers page with banner*/
.dftLangPostId_26 #additional-content-1 .the_content.container_large img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.dftLangPostId_2 #additional-content-1 .the_content.container_large img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/*color invert cookie declaration*/
#macaron_inline_cookie_box .cookie_declaration_notice {
    filter: invert(1);
}


