@media (min-width: 992px){
    .no_results {
        color:white;
    }
}


#top-cocktail-paginator > div > ul, #top-cocktail-paginator > div > ul:nth-child(1) > a, #top-cocktail-paginator> div > ul:nth-child(2) > a {
    color:white !important;
}

.lower-set-to-zero {
    transform: translate(0%, 0px); z-index: 4 !important;
}

.upper-set-to-one-hundred {
    transform: translate(0%, 0px); z-index: 5 !important;
}

.ui-connect-to-one-hundred {
    transform: translate(100%, 0px) scale(0, 1) !important;
}

.no-transform {
    transform: none !important;
}

.widget-title {
    margin-bottom:0px;
}

.breadcrumb-header {
    padding-bottom: 4rem !important;
} 

@media (max-width: 767px) {
    .breadcrumb-header {
        padding-bottom: 3rem !important;
    } 
}

