/* Developer: Alessio Zanghi */

.gold-gradient {
    background: rgba(188, 149, 82, 0.3);
}

.bottom-div-content {
    position: relative;
}

.bottom-content {
    position: absolute;
    bottom: 0;
}

html.safari.boxed .body {
    overflow: visible !important;
}

#listing-filter-book-now, #listing-filter-book-now-apt, #listing-filter-book-now-rms {
    border-bottom-color: white !important;
    color: white !important;
}

#sidebar-facilities .featured-box-primary .icon-featured {
    background-color: #fff;
    color: #BC9552;
}

#sidebar-facilities .divider.divider-small hr {
    background: #BC9552;
}

#sidebar-facilities .icon-featured {
    width: 70px;
    height: 70px;
    line-height: 70px;
}

@-webkit-keyframes autofill {
    0%,100% {
        color: white;
        background: transparent;
    }
}

input:-webkit-autofill {
    -webkit-animation-delay: 1s; /* Safari support - any positive time runs instantly */
    -webkit-animation-name: autofill;
    -webkit-animation-fill-mode: both;
}

#messenger-header-icon {
    margin-left: 10px;
}

#smoobu-calendar .logo {
    display: none !important;
}

#smoobu-calendar .multiCalendarWidget .singleCalendarWidget table td.current-day, .multiCalendarWidget .singleCalendarWidget h2 table td.current-day {
    border: 2px solid #BC9552 !important;
}

.container .multiCalendarWidget{
    padding: 40px 0 0 0 !important;
}

.container .multiCalendarWidget {
    padding-top: 0px !important;
}

.btn-letter-spacing {
    letter-spacing: 0.1em;
}

.smoobu-booking-tool-container {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 20px;
}

@media (min-width: 991px) {
    .content-bottom {
        /*border: 1px solid red;*/
        position: absolute;
        bottom: 0;
    }

}

@media (max-width: 991px) {
    #header .header-container {
        padding: 0 10px;
    }

    #footer-box-logo {
        text-align: center;
    }

    #home-banner {
        font-size: 18px !important;
    }

    .list.list-borders li {
        border-bottom: 0;
    }

    .remove-margin {
        margin-bottom: 0;
    }

    .margin-top-20 {
        margin-top: 20px;
    }

    #special-offers-newsletter-btn {
        margin-top: 40px;
    }
}

@media (max-width: 423px) {

    #bookNowPrivacyLabel {
        height: 65px;
    }
}

@media (max-width: 400px) {

    .header-logo img {
        width: 100%;
        height: 100%;
    }
    .header-extra-info-text {
        display: none;
    }
}
