@charset "UTF-8";
/* Color red CSS */

.red .logo_elixir {
    background: url("../../images/color/logo_elixir_red.png");
}

.red #header .menu-item a:hover,
.red #header .menu-item.current a {
    color: #EE2C46;
}

.red h2.section-title:before,
.red h2.section-title:after {
    color: #EE2C46;
}

.red .slide-sep {
    background: url("../../images/color/slide-separator_red.png");
}

.red h2.section-title:before,
.red h2.section-title:after {
    content: url("../../images/color/header_decorator_red.png");
}

.red section.timetable .column-divider {
    background-image: url("../../images/color/column-divider_red.png");
}

.red section.reservations h4 span:before,
.red section.reservations h4 span:after {
    border-bottom: 1px solid #EE2C46;
}

/* HOME SLIDER red LOGO */

.red .logointro {
    background: url("../../images/color/logo_intro_red.png");
}

@media only screen and (max-width: 568px) {
    .red .logointro {
        width: 160px;
        height: 137px;
        background-size: cover;
        margin-top: 160px;
        margin-bottom: 10px;
    }
    .red h2.section-title:before,
    .red h2.section-title:after,
    .red .section.dark h2.section-title:before,
    .red .section.dark h2.section-title:after {
        content: none;
    }
}

/* ABOUT red COLOR */

.red h2.heading {
    color: #EE2C46;
}

.red p.text strong {
    color: #EE2C46;
}

/* OPENING HOURS red COLOR */

.red section.timetable .section-subtitle {
    color: #EE2C46;
}

.red section.timetable .section-subtitle.hours {
    color: #ffffff;
}

.red .timetable-decorator {
    background: url("../../images/color/timetable-decorator_red.png");
}

.red .timetable-decorator2 {
    background: url("../../images/color/timetable-decorator2_red.png");
}

/* MENU red COLOR */

.red section.menu h3 {
    color: #D92941;
}

.red section.menu span {
    color: #EE2C46;
}

.red a.button.menu,
.red .button.menu {
    border: 2px solid #EE2C46;
    color: #EE2C46;
}

.red a.button.menu:hover,
.button.menu:hover {
    color: #ffffff;
    background: #EE2C46;
}

.red section.menu .title {
    color: #D92941;
}

.red section.menu .subtitle {
    color: #EE2C46;
}

/* GALLERY red COLOR */

.red nav.primary ul li a.selected span,
.red nav.primary ul li a span:hover {
    border-bottom-color: #EE2C46;
}

/* RESERVATIONS red COLOR */

.red .reservations_logo {
    background: url("../../images/color/reservations_logo_red.png");
}

.red a.button,
.red .button {
    border-color: #EE2C46;
    color: #EE2C46;
}

.red a.button:hover,
.red .button:hover {
    background: #EE2C46;
    color: #ffffff;
}

/* TESTIMONIALS red COLOR */

.red .testimonials_img {
    background: url("../../images/color/testimonials_logo_red.png");
}

.red section.testimonials h2 {
    color: #EE2C46;
}

.red .item span.author {
    color: #EE2C46;
}

.red .carousel-wrapper.with_pagination .owl-theme .owl-controls .owl-page span {
    border-color: #EE2C46;
}

.red .testimonials.carousel-wrapper.with_pagination .owl-controls .owl-page.active span,
.red .testimonials.carousel-wrapper.with_pagination .owl-controls.clickable .owl-page:hover span {
    background: #EE2C46;
}

/* CONTACT red COLOR */

.red a.button.contact,
.red .button.contact {
    color: #ffffff;
    background: #EE2C46;
}

.red a.button.contact:hover,
.red .button.contact:hover {
    color: #EE2C46;
    background: #ffffff;
}

/* FOOTER red COLOR */

.red #footer .social li .icon:hover {
    background: #EE2C46;
}