.navbar {
    background: linear-gradient(rgb(70, 70, 70), #00000070);
}

.navbar.alternate-navigation .navbar-nav li a {
    color: #CC2C37;
}

.booking-widget .booking-btn,
.booking-widget .submit-btn,
.booking-widget .book-btn {
    background-color: #CC2C37;
}

.content-box .box-headline,
.content-box .box-intro {
    color: #CC2C37;
}

.sandwich-cta {
    color: #CC2C37;
}

.sandwich-cta:focus,
.sandwich-cta:hover {
    background-color: #CC2C37;
    color: white;
}

.cta button {
    color: #CC2C37;
}

ul.slick-dots {
    background: #ffffff69;
}

ul.slick-dots button {
    border-color: #CC2C37 !important;
}

ul.slick-dots li.slick-active button {
    border-color: black !important;
}

.footer-primary .footer-menu a,
.title.section-title,
.title.section-subtitle {
    color: #CC2C37;
}

body :focus {
    outline: auto;
}

.tooltip-content {
    position: absolute;
    bottom: 50px;
    left: -25px;
    background: black;
    padding: 5px;
    color: white;
    visibility: hidden;
}

.tooltip-add:focus .tooltip-content {
    visibility: visible;
}

.exclusives .cta-two-colors div {
    font-size: .9em;
    line-height: 1;
    padding: 12px 35px;
}

.cta div {
    color: #CC2C37;
    z-index: 1;
    font-weight: 400;
    position: relative;
    letter-spacing: .1em;
    display: inline-block;
    background-color: white;
    text-transform: uppercase;
}

.cta-two-colors div {
    border: 1px solid #EF3340;
    transition: all 300ms ease;
}

.normal-text {
    font-weight: normal;
}

#close-dropdown-order {
    border: none;
    background: white;
    color: black;
}

.single-post .post-title,
.content-box .box-headline,
.content-box .box-intro {
    color: #cc2c37;
}

[make-h3] {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
    font-family: "Montserrat", sans-serif;
    margin: 0;
}

[make-p] {
    line-height: 1.375;
    letter-spacing: 0.05rem;
    margin: 0 0 10px;
}

[make-h5] {
    font-family: "Montserrat", sans-serif;
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

.room-policies-background {
    background: #cc2c37;
}

.two-col-gallery.in-events .gallery-container .content-box .tabbable .nav-pills li {
    background: #cc2c37;
}

.booking-widget .plan-event-btn {
    background: #cc2c37 !important;
}

.content-box-dropdown li a:hover {
    background: #cc2c37;
}

.red-bg-cta {
    background: #cc2c37;
}

.red-bg-cta:hover {
    color: #cc2c37;
    border-color: #cc2c37;
}

.exclusive-offer-item .item-info {
    color: #cc2c37;
}

.gallery .media-container span.text-content span {
    background: #00000087;
}