.node--type-hotel .page__content {
    width: 100%;
}

.node--type-hotel .hotel__field-image .img-fluid {
    width: 100%;
}

.node--type-hotel .hotel-edge-to-edge .tout-content h3 {
    font-weight: bold;
    font-size: 50px;
    text-shadow: 2px 2px #333;
    color: #FFF;
}

.node--type-hotel .hotel--full .hotel__field-star-rating {
    margin-top: 1.5rem;
    margin-left: 1rem;
}

.hotel-details .views-field .views-label {
    font-weight: bold;
}

.hotel-details .views-field .field-content {
    display: inline;
}

.node--type-hotel .block-title {
    border-bottom: 1px solid #dee2e6;
    margin-bottom: 10px;
}

.node--type-hotel #block-blue-bird-content .bs-region--right section {
    padding-top: 1.5rem;
}

.facets-region .block-title {
    font-size: 1.4rem;
}

.facets-region li.facet-item {
    list-style: none;
}

.facets-region li.facet-item label {
    font-size: 18px;
    margin-bottom: 0rem;
    margin-left: 0.25rem;
}

.facets-region ul {
    padding-left: 0;
}

.facets-region .facets-widget-dropdown {
    margin-bottom: 1.5rem;
}

.facet-summary .facet-summary-item--facet {
    display: none;
}

#block-exposedformbookingsearch-block {
    margin-top: 0.75rem;
}

#block-exposedformbookingsearch-block .form-actions {
    display: none;
}

.context-book-now .book-now .hotel__field-star-rating .field__item {
    margin-top: 0.4rem;
}

@media (max-width: 767px) {
    .node--type-hotel .hotel-edge-to-edge .tout-content h3 {
        font-size: 38px;
    }
}