/*============================================================================================*/
/* Your custom styles below */
/*============================================================================================*/
:root{
    --primary-color: #e10615;
}

/* Utilities */
.fw-500 {
    font-weight: 500;
}
.color-primary {
    color: var(--primary-color);
}

.btn_1_outline {
    background: transparent !important;
    color: var(--primary-color) !important;
    border: 2px solid var(--primary-color) !important;
}

.btn_1_outline:hover {
    background: var(--primary-color) !important;
    color: white !important;
}
/* Utilities End */

/* Bike Friendly Widget */
.widget-bike-friendly {
    top: 20%;
    position: fixed;
    right: 20px;
    z-index: 99;
}

.bike-friendly-content a {
    display: flex;
    justify-content: end;
    cursor: pointer;
}

.bike-friendly-link {
    height: 45px;
    border-left: 5px solid var(--primary-color);
    box-shadow: rgb(0 0 0/16%) 0 1px 4px;
    margin: 14px 0;
    position: relative;
    right: -8px;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    text-align: center;
    overflow: hidden;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    background-color: #fff;
}

.bike-friendly-link-a {
    text-decoration: none;
    font-weight: 600;
    color: #000;
    cursor: pointer;
}

.link-active {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
    padding: 10px 15px;
}

.bike-friendly-icon {
    height: 72px;
    width: 72px;
    background: #fff;
    border-radius: 1rem;
    box-shadow: rgb(0 0 0/16%) 0 1px 4px;
    position: relative;
    z-index: 3;
    background-color: #ffffff;
    animation: animate-widget 2s linear 5;
    text-align: center;
    animation-delay: 5s;
}

.bike-friendly-icon:after {
    content: "";
    width: 36px;
    height: 45px;
    background: rgb(239 125 33 / 95%);
    position: absolute;
    right: -36px;
    top: 14px;
    box-shadow: rgb(0 0 0/16%) 0 1px 4px;
}

@keyframes animate-widget {
	0% {
		box-shadow: 0 0 0 0 rgb(239 125 33 / 70%);
	}

	40% {
		box-shadow: 0 0 0 20px rgb(35 202 235 / 0%);
	}

	/*80% {
		box-shadow: 0 0 0 20px rgb(35 192 235 / 0%);
	}

	100% {
		box-shadow: 0 0 0 rgba(35, 181 ,235, .8);
	}*/
}
/*Bike Friendly Widget **/

/* header .logo_normal img {
    filter:drop-shadow(0px -1px 40px white);
} */

header.reveal_header.headroom--top nav ul li a.btn_1.outline{
    border-color:white;
}

header.reveal_header.headroom--top nav ul li a.btn_1.outline:hover{
    border-color:transparent;
}

.headroom--not-top .hamburger_2 .hamburger__inner, .headroom--not-top .hamburger_2 .hamburger__inner::after, .headroom--not-top .hamburger_2 .hamburger__inner::before {
    background-color: #333;
}

header a.btn_1.outline{
    height:43px;
}

.about_section .social ul li a {
    color: var(--primary-color);
}

.about_section .social ul li a:hover{
    opacity: .7;
}

footer, footer .footer_bg .gradient_over{
    background: var(--primary-color);
}

.btn_4.learn-more{
    width: 210px;
}

.row_list .row_list_version_2:last-child {
    padding-bottom: 120px;
}

#alacarte_section i {
    color: var(--primary-color);
}

.map_contact iframe{
    height: 677px;
    border-radius: 10px;
    filter: none;
}

/* Gallery Filter*/
.widget-filter-top {
    margin-bottom: 50px;
    display: flex;
    justify-content: center;
}

.widget-filter-top ul:before,
.widget-filter-top ul:after{
    content: "";
    display: table;
}

.widget-filter-top ul li {
    float: left;
    margin-right: 15px;
    margin-bottom: 20px;
}

.widget-filter-top ul li a {
    display: block;
    padding: 0 13px;
    height: 44px;
    line-height: 44px;
    font-weight: 900;
    font-size: 10px;
    letter-spacing: 2px;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-transform: uppercase;
    overflow: hidden;
    color: #333;
    background-color: #fff;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    border-radius: 25px;
}

.widget-filter-top ul li:hover a {
    color: var(--primary-color);
}

.widget-filter-top ul li.active a,
.widget-filter-top ul li.active:hover a {
    color: #fff;
    background-color: var(--primary-color);
}

.widget-filter-top ul li:last-child {
    margin-right: 0;
}
/* Gallery Filter End */

/* Sidebar Menu & Mobile Menu */
.sidebar-navigation nav ul .active > li.active > a, .sidebar-navigation nav ul li.active a {
    color: var(--primary-color);
}
/* Sidebar Menu & Mobile Menu **/

/* Language Switcher */
.language-switcher .sub-menu {
    opacity: 0;
    visibility: hidden;
    display: flex;
    flex-direction: column;
    min-width: 90px;
    box-shadow: rgb(0 0 0/16%) 0 1px 4px;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    /* padding: .75rem 1rem .5rem; */
    align-items: center;
    align-content: center;
    justify-content: center;
    border-radius: 8px;
    position: absolute;
    top: 120%;
    left: 50%;
    transform: translateX(-50%);
    background: white;
    z-index: 99;
}

.language-switcher .sub-menu li {
    margin-left: 0;
    padding: .75rem 0;
    display: flex;
    width: 100%;
    justify-content: center;
    border-bottom: 1px solid #efefef;
}

.language-switcher {
    position: relative;
    padding: 10px 0;
}

.language-switcher .sub-menu li:last-child {
    border-bottom: none;
}

/*.language-switcher .sub-menu li a {
    color: #333;
}*/

.language-switcher .current-lang {
    top:4px;
}


header.reveal_header.headroom--top nav ul li.language-switcher ul li a, header nav ul li.language-switcher ul li a{
    color: initial;
}

header.reveal_header.headroom--top nav ul li.language-switcher ul li:hover a, header nav ul li.language-switcher ul li:hover a {
    color: var(--primary-color);
}

.language-switcher:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
}
/* Language Switcher **/

/* Rez Widget */
#hweb-widget-search-container {
    position: absolute;
    bottom: 40px;
    padding: 1rem;
	z-index: 999;
}
/* Rez Widget **/

#carousel-home .owl-carousel img.owl-slide.cover {
    object-fit: cover;
}

/* Responsive */
@media (min-width:1200px){
    .carousel_item_centered .owl-prev {
    left: 25%;
    transform: translateX(20px);
    }

    .carousel_item_centered .owl-next {
        right: 25%;
        transform: translateX(-20px);
    }
}

@media (max-width:767px){
    .restaurant-features .list-unstyled li, .company-details .list-unstyled li {
        flex-direction: column;
    }

    .map_contact iframe{
        height:450px;
    }

    #hweb-widget-search-container {
        bottom: -50px;   
    }
    header .logo_normal img{
        height: 32px;
    }

    .pinned_over_content h2{
        font-size: 2rem;
    }

    .pinned-image--medium {
        height: 100vh;
    }

    .pinned-image--medium.bfh {
        height: 150vh;
    }
	
	#carousel-home .owl-carousel .owl-slide {
    max-height: 839px !important;
	}
}

@media (max-width:991px) {

    /* Bike Friendly Widget*/
    .widget-bike-friendly {
        /*top: unset;
        position: fixed;
        z-index: 99;
        bottom: 30px;
        right: unset;
        left: 50%;
        -webkit-transform: translate(-50%);
        -ms-transform: translate(-50%);
        transform: translate(-50%);*/
		position: fixed;
		z-index: 99;
		top: 80px;
		right: 10px;
    }

    .bike-friendly-icon{
        width: 64px;
        height:64px;
    }

    
    .bike-friendly-icon:after {
        display: none;
    }

    .bike-friendly-link{
        display:none;
    }

    .language-switcher .current-lang {
        top: 2px;
    }
}

footer.revealed {
        
    width: -webkit-fill-available !important;
}

/* Responsive **/

/* Restaurant Features */
.restaurant-features ul li span.col:before {
    font-weight: 900;
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: 400 !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -.125em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f291";
    color: var(--primary-color);
    margin-right: .5rem;
}

.restaurant-features p.small:before {
    font-weight: 900;
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: 400 !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -.125em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f151";
    color: var(--primary-color);
    margin-right: .25rem;
}

.restaurant-features ul li small:before {
    font-weight: 900;
    display: inline-block;
    font-family: hotel !important;
    font-style: normal;
    font-weight: 400;
    line-height: 0;
    font-size: 1.875rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    content: "\0056";
    color: var(--primary-color);
    margin-right: .5rem;
}
/* Restaurant Features */

/* Room Features */
.room-detail-section .room-features-container .room-features ul{
    list-style: none;
    padding-left:0;
}
.room-detail-section .room-features-container .room-features ul li {
    margin-bottom: .25rem
}

.room-detail-section .room-features-container .room-features ul li:before {
    font-weight: 900;
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: 400 !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -.125em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f151";
    color: rgb(13,202,240); /*var(--primary-color); */
    margin-right: .25rem;
}

/* Room Features */

@media (max-width:767px) and (orientation: portrait){
    /*Fix Mobile and Tablet Widget Form Height for Slider */
    #carousel-home .slide-text {
        margin-bottom: 50px;
        bottom: 50px;
        position: relative;
    }
    /** Fix Mobile and Tablet Widget Form Height for Slider */
}

