/*
	Theme Name: ELIXIR Jellythemes
	Theme URI: http://www.jellythemes.com/themes/elixirwp
	Author: Jellythemes
	Author URI: http://www.jellythemes.com.com
	Description: ELIXIR wordpress theme for restaurants;
	Text Domain: jellythemes
    Version: 2.1
    License: GNU General Public License v2.0
    License URI: http://www.gnu.org/licenses/gpl-2.0.html
    Tags: one-column, flexible-width, light, theme-options
*/
/*------------------------------------------------------------------
[Secondary Stylesheet]

Project:    ELIXIR, WordPress Theme
Version:    2.1
Last change:    01/09/2017
Primary use:    WordPress Theme for Restaurants
-------------------------------------------------------------------*/
/*------------------------------------------------------t------------
[Table of contents]

1. Fixes
2. Differents Header
3. Posts elements
4. Blog
5. Sidebars
6. Comments
7. Submenus
8. Theme overwrite
9. Responsive

-------------------------------------------------------------------*/
/* FIXES */
*,
html {
    margin: 0;
    padding: 0;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

/* End hide from IE-mac */
/* END FIXES */

a img,
:link img,
:visited img {
    border: 0;
}

/* =WordPress Core
-------------------------------------------------------------- */
#mbYTP_home-slider {
    margin-top: 0px !important;
}

.admin-bar #header.overflow.fixed {
    top: 32px;
}

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

.bypostauthor {}

.gallery-caption {}

.sticky {}

.clients-list img {
    height: auto;
}

.team-wrapper {
    margin-top: 0px !important;
}

.floated-content,
.section .full-width .jt_col.floated-content {
    padding-left: 280px;
    text-align: right;
    width: auto;
}

.overlay-photo {
    margin-bottom: -210px;
    margin-top: -100px;
    position: relative;
    z-index: 1;
}

.pag-more {
    background-position: center top;
}

.pag-more.disable {
    background-position: center bottom;
    cursor: default;
}

.project-info {
    z-index: 999;
}

#clients .separator {
    margin-top: 0px;
}

#process .carousel-wrapper.with_buttons .owl-controls .owl-buttons div {
    margin-top: -350px;
}

.clients-list img:hover {
    opacity: 0.5
}

img.separator {
    text-align: center;
    max-width: 100%;
    height: auto;
    margin: 50px auto 0px auto;
    display: block;
}

/* BLOG */
.container.blog {
    padding-top: 130px;
}

.post .tags {
    clear: both;
}

.title.grid-full {
    margin-bottom: 50px;
}

.post .tags a {
    -webkit-border-radius: 3px;
    border-width: 1px;
    border-style: solid;
    padding: 3px 6px;
    margin: 0 3px 3px 0;
    line-height: 36px;
    white-space: nowrap;
    font-size: 12px;
}

.pagination {
    text-transform: uppercase;
    font-size: 13px;
    margin: 20px auto;
}

.post .tags a:hover {
    border-color: #999;
    color: #999;
}

.widget_recent_entries li {
    padding-bottom: 8px;
}

.widget_recent_entries span {
    display: block;
    font-size: 12px;
}

.sidebar {
    color: #777;
    font-size: 13px;
}

.sidebar ul,
.sidebar ol {
    padding-left: 0px;
    list-style: none;
}

.post {
    position: relative;
    text-align: left;
    margin-top: 30px;
    padding: 0px 0px 30px 70px;
    border-bottom: 1px solid #e9e9e9;
}

.post.sticky {
    background: #fafafa;
    padding: 20px;
}

.post-media {
    position: relative;
}

.post-media img {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    max-width: 100%;
    height: auto;
    margin-bottom: 10px;
}

.post .date {
    position: absolute;
    text-align: center;
    width: 40px;
    padding-bottom: 10px;
    top: 0;
    left: 0;
    text-transform: uppercase;
    font-size: 1.6em;
    letter-spacing: 0.2em;
    line-height: 0.8em;
    border-bottom: 1px solid #666666;
    color: #666666;
    font-style: italic;
}

.post .date small {
    font-size: 0.5833333333333333em;
}

.post.sticky .date {
    position: relative;
    border: 0px;
    margin-bottom: 10px;
    display: block;
    float: right;
}

.post-title h2 {
    text-transform: none;
    letter-spacing: normal;
    font-size: 30px;
    margin-top: 0px;
    line-height: 55px;
    font-family: "Merriweather";
    font-weight: 400;
    color: #444444;
}

.post-body {
    margin-bottom: 30px;
    font-size: 16px;
    color: #444444;
    line-height: 30px;
    font-weight: 300;
}

.post-body img {
    max-width: 100%;
    height: auto;
}

.post-body ul,
.post-body ol {
    margin-left: 10px;
}

.post-meta {
    margin-bottom: 30px;
}

.post.quote .post-title h2,
.post.link .post-title h2 {
    font-size: 1em !important;
    text-transform: uppercase;
    letter-spacing: 0.20em;
    padding: 0;
}

.post-title a {
    text-decoration: none;
    color: #060606 !important;
}

.post-meta h6,
.post-meta a {
    text-decoration: none;
    font-size: 13px;
    text-transform: lowercase;
}

.post-meta h6 {
    color: #777;
}

.post-meta a:hover {
    text-decoration: none;
}

.post-meta a.more {
    float: right;
    text-transform: uppercase;
}

/* Sidebar styles */
.sidebar a {
    text-decoration: none;
}

.sidebar a:hover {
    text-decoration: none;
}

.widget {
    text-align: left;
    margin-top: 30px;
}

.widget h3 {
    text-transform: uppercase;
    margin-bottom: 20px;
    font-family: "Cabin";
    font-weight: bold;
    color: #444444;
}

.screen-reader-text {
    display: none;
}

#searchform #s {
    border: none;
    float: left;
    outline: none;
    padding: 0px 0px 0px 10px;
    width: 100%;
    height: 40px;
    background: #fff;
    color: #aaaaaa;
    border: 2px solid #e9e9e9;
    border-radius: 3px;
}

#searchform #searchsubmit {
    display: none;
}


.textwidget {
    line-height: 1.6em;
}

.sidebar .menu {
    float: none;
    margin-right: 0px;
}

.sidebar ul li {
    padding-bottom: 8px;
    margin-bottom: 15px;
    border-bottom: 1px dotted #e9e9e9;
    background: url('images/list.png') no-repeat left 6px;
    padding-left: 10px;
}

.sidebar img {
    max-width: 100%;
    height: auto;
}

#calendar_wrap table {
    width: 100%;
}

#calendar_wrap caption {
    background: #e9e9e9;
    padding: 5px 0px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.sidebar select {
    width: 100%;
}

.sidebar ul li a,
.cat-item a,
.recentcomments a {
    font-weight: 400;
}

.tagcloud a {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
    font-size: 0.8em;
    text-transform: uppercase;
    padding: 5px 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.widget-archive a,
.widget-recent-entries a {
    color: #060606 !important;
    font-weight: 400;
    font-size: 0.8666666666667em;
    display: block;
    padding-bottom: 8px;
    margin-bottom: 15px;
    border-bottom: 1px solid #e9e9e9;
}

/* Comments */

#comments {
    text-align: left;
    padding-top: 50px;
}

#comments-title {
    font-size: 0.77em;
    margin: 2.33em 0;
    text-transform: uppercase;
}

.says {
    display: none;
}

.commentlist .comment {
    list-style: none;
    padding-bottom: 50px;
}

.comment-body {
    position: relative;
    margin-left: 70px;
    border-top: 1px solid #e9e9e9;
    padding-top: 30px;
}

.comment-author {
    position: absolute;
    top: 30px;
    left: -70px;
}

.comment-author img {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    float: none;
    height: auto;
    width: auto;
    margin: 0px;
}

.comment .reply {
    text-align: right
}

.comment-reply-link {
    text-decoration: none;
    font-size: 12px;
    line-height: 20px;
    font-weight: 300;
    display: inline-block;
    color: #fff !important;
    text-transform: uppercase;
    font-family: 'Cabin', sans-serif;
    padding: 3px 30px;
    border-radius: 3px;
    background: #f4405b;
    border: none;
    float: right;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.comment-reply-link:hover {
    color: #4cddf3;
    background: #777 !important;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.comment .children {
    margin-left: 70px;
    margin-top: 100px;
}

.fn {
    display: block;
    margin-bottom: 10px;
}

.comment-meta,
.comment-meta a {
    color: #a4a4a3 !important;
    margin-bottom: 15px;
}

#respond {
    margin-left: 70px;
    margin-top: 50px;
    margin-bottom: 50px;
}

#respond {}

#reply-title {
    border-bottom: 2px solid #e9e9e9;
    padding-bottom: 30px;
    margin-bottom: 5px;
}

.comment-reply-form {
    border-top: 1px solid #e9e9e9;
}

.comment-notes {
    margin-top: 10px;
    color: #a4a4a3;
}

#respond label,
.control-group .controls {
    display: inline-block;
}

#respond label,
.form-allowed-tags {
    display: block;
    font-size: 13px;
    color: #a8a8a8;
    text-transform: uppercase;
    font-family: 'Cabin', sans-serif;
}

.form-allowed-tags {
    font-size: 11px;
}

#respond input[type=text] {
    width: 97% !important;
    border: 2px solid #e9e9e9;
    outline: none;
    padding: 11px;
    font-weight: 300;
    font-size: 13px;
    color: #a8a8a8;
    text-transform: uppercase;
    font-family: 'Cabin', sans-serif;
    background: #fff;

}

#respond textarea {
    width: 97% !important;
    border: 2px solid #e9e9e9;
    outline: none;
    padding: 11px;
    font-weight: 300;
    font-size: 13px;
    color: #a8a8a8;
    text-transform: uppercase;
    font-family: 'Cabin', sans-serif;
    background: #fff;
    height: 120px;
}

.form-submit {
    text-align: right;
    margin: 1em 0px;
}

.blog p {
    margin: 1em 0;
}

#respond input[type=submit] {
    text-decoration: none;
    font-size: 12px;
    line-height: 20px;
    font-weight: 300;
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Cabin', sans-serif;
    padding: 3px 30px;
    border-radius: 3px;
    border: none;
    background: #f4405b;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

#respond input[type=submit]:hover {
    color: #4cddf3;
    background: #777 !important;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

/* THEME Overwrites*/
input.text {
    max-height: 40px;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
    line-height: auto;
    height: 40px;
}

#home-slider {
    position: relative;
    overflow: hidden;
    min-height: 600px !important;
}

#owl-main .owl-item {
    overflow: visible;
    min-height: 600px !important;
}

#home-slider #owl-main .item,
#home-slider #owl-main img {
    min-height: 600px !important;
    left: 0px !important;
    top: 0px !important;
}

#header .navbar-toggle {
    color: #000;
}

.page-template-multipage {
    padding-top: 90px;
}

#mask {
    top: 0px;
    left: 0px;
}

section.menu .title.first {
    margin-top: 40px;
}

img {
    height: auto;
}

.logointro {
    width: auto;
    height: auto;
    text-align: center;
    background: none;
}

section.menu {
    padding-top: 66px;
}

.single-section section.menu {
    background: none;
}

.menu-logo {
    margin-top: 0px;
}

a.button.menu,
.button.menu {
    margin-bottom: 53px;
}

section.reservations h4 {
    max-width: 570px;
    margin: 0px auto;
    height: 20px;
    line-height: 15px !important;
}

.section .jt_row.nomargins {
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
}

.carousel-wrap .owl-theme .owl-controls .owl-buttons .owl-prev {
    width: 79px;
    height: 79px;
    background: url(images/arrow-left.png) no-repeat center center;
    font-size: 0;
    float: left;
    margin-left: 15px;
    position: relative;
    opacity: 0.3;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    z-index: 9999;
    background-color: rgba(255, 255, 255, .01);
}

.carousel-wrap .owl-theme .owl-controls .owl-buttons .owl-next {
    width: 79px;
    height: 79px;
    background: url(images/arrow-right.png) no-repeat center center;
    font-size: 0;
    float: right;
    margin-right: 18px;
    position: relative;
    opacity: 0.3;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    z-index: 9999;
    background-color: rgba(255, 255, 255, .01);
}

.carousel-wrap .owl-pagination {
    display: block;
    width: 100%;
    overflow: hidden;
    position: relative;
    top: 0px;
    z-index: 9999;
}

.carousel-wrap .owl-controls .owl-page span {
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: transparent;
    margin: 31px 6px;
    border: 2px solid #C8C7C6;
}

.carousel-wrap .owl-controls .owl-page.active span,
.carousel-wrap .owl-controls.clickable .owl-page:hover span {
    background: #C8C7C6;
    border-color: #C8C7C6;
}

.carousel-wrap .owl-theme .owl-controls .owl-buttons .owl-prev:hover,
.carousel-wrap .owl-theme .owl-controls .owl-buttons .owl-next:hover {
    opacity: 1;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.carousel-wrap .owl-buttons {
    height: 43px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 130px;
    margin: auto;
    z-index: 9999;
}

.testimonials_img,
.reservations_logo {
    content: none;
    background: none;
}

.section.location {
    padding-top: 0px;
}

section.testimonials h2 {
    position: relative;
}

section.testimonials h2:after {
    left: 0px;
}

.single-section #header {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 1001;
    width: 100%;
    height: 90px;
    background-color: #fff !important;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.11);
    padding-top: 20px;
}

.single-section #header .menu-item a {
    color: #818181;
}

.single-section #header.overflow {
    top: -100px;
    left: 0px;
    background-color: #fff !important;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.11);
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    -webkit-font-smoothing: antialiased;
}

.admin-bar.single-section #header.fixed {
    top: 32px;
}

.single-section section.menu {
    padding-top: 0px;
}

section.timetable .opening-hours {
    position: relative;
}

/*SUBMENU*/
.navbar-nav>li {
    position: relative;
}

.navbar-nav>li>.sub-menu {
    background: #000;
    background: rgba(0, 0, 0, 0.2);
    display: none;
    position: absolute;
    left: 0px;
    top: 100%;
    list-style: none;
    width: 150%;
    padding: 10px;
}

#header.overflow .navbar-nav>li>.sub-menu {
    background: #fff;
}

.darker #header.overflow .navbar-nav>li>.sub-menu {
    background: #343434 !important;
}

.navbar-nav>li>.sub-menu .sub-menu {
    padding-left: 10px;
    list-style: none;
}

.navbar-nav>li>.sub-menu li {
    margin: 5px 0px;
}

.navbar-nav>li:hover>.sub-menu {
    display: block;
}

.owl-carousel {
    z-index: initial !important;
}

@media screen and (max-width: 768px) {
    .navbar-nav>li:hover>.sub-menu {
        display: block;
        position: relative;
        width: 100%;
        margin-top: 5%;
    }

    .navbar-nav>li>.sub-menu li {
        margin: 10px 0px;
    }
}

/*Responsive*/
@media only screen and (max-width: 1900px) {
    .floated-content {
        padding-left: 0px;
        width: 50%;
        text-align: center;
    }

    .floated-content .voffset200 {
        margin-top: 140px;
    }

    .floated-content .voffset100 {
        margin-top: 50px;
    }

}

@media only screen and (max-width : 1280px) {
    .section.menu {
        background-image: none !important;
    }
}

@media only screen and (max-width : 1024px) {
    section.timetable .opening-hours:after {
        display: none;
    }

    .floated-content {
        width: 50%;
        margin: 0px auto;
    }

    .section .full-width.container .container .jt_col {
        text-align: left !important;
        padding-left: 34px !important;
        padding-right: 34px !important;
    }

    .clients-list li {
        min-height: 215px;
    }

    .logointro img {
        width: 322px;
        height: auto;
    }

}

@media only screen and (max-width : 767px) {
    .logointro {
        margin-top: 70px;
        margin-bottom: -40px;
    }

    #contact .jt_col {
        margin-bottom: 30px;
    }

    .section input.text,
    .section textarea.text {
        margin-top: 0px;
    }

    .opening-hours {
        font-size: 24px;
    }

    .timetable-decorator,
    .timetable-decorator2 {
        width: 80px;
        background-position: center center;
        display: none;
    }

    nav.primary {
        margin-top: -180px;
    }

    img.reservations_logo {
        margin-bottom: -180px;
    }

    .navbar-nav>li>.sub-menu {
        position: relative;
        margin: 10px 5px;
    }

    .navbar-nav>li>.sub-menu li {
        margin: 5px 0px;
        padding: 5px 10px;
    }
}

@media only screen and (max-width : 568px) {
    .navbar-brand.normal img {
        width: 110px;
        height: auto;
        max-width: 100%;
        margin-top: 0px;
    }

    .logointro {
        width: 160px;
        height: 137px;
        background-size: cover;
        margin-top: 160px;
        margin-bottom: 10px;

    }

    section.reservations h3 {
        font-size: 26px;
    }

    form#reservationform,
    form#contactform {
        margin-left: -34px;
        margin-right: -34px;
    }

    img.reservations_logo {
        margin-bottom: -80px;
    }

    .section {
        margin-bottom: -80px;
        padding-top: 50px;
    }

    nav.primary {
        margin: -50px auto 60px auto;
    }

    nav.primary ul li a {
        font-size: 20px;
    }

    h2.section-title {
        margin-bottom: 10px;
    }

    section.timetable h2.section-title {
        margin-bottom: 40px;
    }
}

@media only screen and (max-height : 750px) {
    .slide-content .voffset100 {
        margin-top: 0px;
    }

    .logointro img {
        max-height: 150px;
        width: auto;
    }
}

@media only screen and (max-height : 550px) {
    #owl-main-text h2 {
        font-size: 45px;
    }
}

@media (max-width : 500px) {
    #home-slider {
        position: relative;
        overflow: hidden;
        min-height: 400px !important;
        height: 600px !important;
    }

    #home-slider #owl-maine .item img {
        position: absolute;
        max-width: 100%;
        height: 100% !important;
        object-fit: cover;
    }

    #home-slider .slide-content p {
        color: #FF3333;
        font-weight: 600;
        font-size: 19px!important;
        text-shadow: 2px 1px 2px #0f1823;
    }
    .slide-content {
        z-index: 1000;
        position: absolute;
        left: 0;
        right: 0;
        top: 100px;
    }
}

@media only screen and (max-width : 700px) {

    input[type="date"]:before,
    input[type="time"]:before {
        color: lightgray;
        content: attr(placeholder);
    }

    input[type="date"].full:before,
    input[type="time"].full:before {
        color: black;
        content: "" !important;
    }
}


/* CUSTOM CSS */
.about-section2-title {
    font-size: 24px;
    color: #ff3333;
}

p.about-section2-description {
    font-size: 16px;
    margin-bottom: 10px;
}


.about-section2-button {
    display: block;
    border: 2px solid #000;
    margin-top: 0px;
    padding: 5px 20px;
    width: 150px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    color: #000 !important;
}

h4.about-section2-tel {
    color: #484848;
    font-size: 16px;
}

.about-section2-virtual {
    position: relative;
    width: 350px;
    height: 100px;
    background-color: #ff3333;
    margin-top: 20px;
    padding: 15px 20px;
    cursor: pointer;
}

.about-section2-virtual-text {
    position: absolute;
    width: 250px;
    height: 50px;
    display: inline-block;
    text-align: center;
}

p.about-section2-virtual-text-title {
    display: inline-block;
    margin: 0;
    font-size: 24px;
    font-weight: 500;
    color: white;
}

p.about-section2-virtual-text-subtitle {
    display: inline-block;
    margin: 0;
    color: white;
    font-size: 16px;
}

.about-section2-virtual-icon {
    position: absolute;
    top: 20px;
    right: 30px;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border: 2px solid white;
    border-radius: 50px;
    padding: 0 18px;
}

i.icon-virtual {
    color: white;
}

section.menu ul li .detail {
    font-weight: 700 !important;
    font-size: 16px !important;
    padding: 5px 0;
    color: #000 !important;
    width: 250px;
}

.red a.button.menu,
.red .button.menu {
    border: 2px solid #FF3333;
    color: #FF3333;
    font-weight: 700;
}

section.menu span {
    position: absolute;
    right: 0;
}

section.testimonials h2 {
    color: #FF3333;
    font-weight: 500;
    font-size: 52px;
    text-align: center;
}

.item p {
    text-align: center;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.4em;
    width: 61%;
    margin: 0 auto;
    font-style: italic;
    margin-bottom: 20px;
}

.item span.author {
    width: 100%;
    text-align: center;
}

.item span.author:before {
    content: "";
}

section.testimonials h2 span {
    bottom: -150px;
}

section.testimonials h2:after {
    content: '';
    width: 0;
    height: 0;
}

p.testimonials-subtitle {
    color: white;
    font-weight: 600;
    width: 61%;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 50px;
}

section.testimonials .wpb_wrapper {
    text-align: center;
}

a.testimonials-btn {
    text-align: center;
    margin: 0 auto;
    display: inline-block;
    color: white !important;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    border: 1px solid #ff3333;
    padding: 10px 20px;
    margin-bottom: 20px;
}

.section.dark h2 {
    color: #ff3333 !important;
}

#contact .section-subtitle {
    color: #ffffff;
}

#footer {
    background: #141313;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    position: relative;
    height: 100px;
    padding-top: 50px;
}

.about-container {
    padding: 0 200px;
    margin-top: 50px;
}

.about-container .section .jt_row {
    padding-bottom: 60px;
}

.about-container .section-subtitle {
    text-align: center;
    font-family: "Cabin";
    font-weight: 600;
    font-style: italic;
    font-size: 16px;
    color: #777777;
    margin-bottom: 60px;
    width: 54%;
    margin: 0 auto;
}

#header.overflow {
    background-color: #141313 !important;
}

#header.overflow .menu-item a {
    color: #ffffff;
}

.single-section #header.overflow {
    background-color: #141313 !important;
}

.single-section #header .menu-item a {
    color: #ffffff;
}

.single-section #header {
    background-color: #141313 !important;
}

h2.section-title {
    font-weight: 700;
    margin-top: 50px;
}

.about-gallery {
    background-color: #141313;
}

.about-gallery h2.section-title {
    color: #ff3333;
    margin-bottom: 0px;
}

.about-gallery .wpb_wrapper {
    text-align: center;
    color: white;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 50px;
}

.about-gallery nav {
    display: none !important;

}

.about-gallery .voffset200 {
    margin-top: 0;
}

.about-contact {
    background-color: #141313;
}

.about-contact {
    background: #141313;
    padding: 0 300px;
}

.about-contact textarea {
    background: #2C2A2A;
    border: none;
    color: #4b4747;
}

.about-contact {
    margin-bottom: 0;
}

.about-contact .section-subtitle {
    font-weight: 600;
    color: #ffffff;
}

.hotel-gallery {
    background-color: #141313;
}

.hotel-gallery h2.section-title {
    color: #ff3333;
    margin-bottom: 0px;
}

.hotel-gallery .wpb_wrapper {
    text-align: center;
    color: white;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 50px;
}

.hotel-gallery nav {
    display: none !important;

}

.hotel-gallery .voffset200 {
    margin-top: 0;
}

.hotel-container {
    padding: 0 200px;
    margin-top: 50px;
}

.hotel-container .section .jt_row {
    padding-bottom: 60px;
}

.hotel-container .section-subtitle {
    text-align: center;
    font-family: "Cabin";
    font-weight: 600;
    font-style: italic;
    font-size: 16px;
    color: #777777;
    margin-bottom: 60px;
    width: 54%;
    margin: 0 auto;
}

.hotel-container img {
    width: 70%;
}

.hotel-container span.special {
    color: #ff3333;
    font-weight: 600;
}

.hotel-container span.bold {
    font-weight: 700;
    line-height: 50px;
    color: #505050;
}

div.text {
    font-size: 16px;
}

.ornament {
    display: none;
}

.party-gallery {
    background-color: #141313;
}

.party-gallery h2.section-title {
    color: #ff3333;
    margin-bottom: 0px;
}

.party-gallery .wpb_wrapper {
    text-align: center;
    color: white;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 50px;
}

.party-gallery nav {
    display: none !important;

}

.party-gallery .voffset200 {
    margin-top: 0;
}

.party-container {
    padding: 0 200px;
    margin-top: 50px;
}

.party-container .section .jt_row {
    padding-bottom: 60px;
}

.party-container .section-subtitle {
    text-align: center;
    font-family: "Cabin";
    font-weight: 600;
    font-style: italic;
    font-size: 16px;
    color: #777777;
    margin-bottom: 60px;
    width: 100%;
    margin: 0 auto;
}

.party-container img {
    width: 70%;
}

.party-container span.special {
    color: #ff3333;
    font-weight: 600;
}

.party-container span.bold {
    font-weight: 700;
    line-height: 50px;
    color: #505050;
}

.party-container span.boldsmall {
    font-weight: 700;
    line-height: 20px;
    color: #505050;
}

.catering-gallery {
    background-color: #141313;
}

.catering-gallery h2.section-title {
    color: #ff3333;
    margin-bottom: 0px;
}

.catering-gallery .wpb_wrapper {
    text-align: center;
    color: white;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 50px;
}

.catering-gallery nav {
    display: none !important;

}

.catering-gallery .voffset200 {
    margin-top: 0;
}

.steak-container {
    padding: 0 20%;
}

.steak-container .item {
    text-align: left;
}

.steak-container img {
    width: 80%;
}

p.description-steak {
    text-align: center;
    font-size: 16px;
    font-style: italic;
    font-weight: 700;
    color: #333;
}

.steak-container .steak-product {
    position: relative;
    width: 70%;
    height: 70px;
}

.steak-container p.steak {
    font-weight: 700;
    color: #333;
    width: 70%;
    position: absolute;
}

.steak-container span.price {
    position: absolute;
    width: 30%;
    right: 0;
    margin-left: 50px;
    color: #ff3333;
    font-weight: 700;
}

.steak-contact {
    background-color: white;
    padding: 0 300px;
}

.steak-contact input {
    padding: 20px 10px;
}

.steak-contact textarea {
    background: white;
    color: #4b4747;
}


#owl-main .owl-buttons {
    display: none;
}

section.timetable .opening-hours:after {
    display: none;
}

section.timetable .days {
    font-size: 53px;
}

section.timetable h2.section-title {
    margin-top: 5px;
}

section.timetable .number {
    font-size: 22px;
}

.about-container .jt_row {
    padding-bottom: 50px;
}

.hotel-container .jt_row {
    padding-bottom: 50px;
}

.party-container .jt_row {
    padding-bottom: 50px;
}

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

.facebook-circle .menu-link {
    display: inline-block !important;
    position: absolute !important;
    top: 5px;
    width: 35px;
    height: 35px;
    background-color: #ff3333;
    border-radius: 20px;
    color: #ffffff00;
}

.facebook-circle .menu-link:hover {
    background-color: #ff3333;
}

i.icon.fa.fa-facebook {
    font-size: 18px;
    padding-left: 3px;
    color: #333;
}


@media screen and (min-width: 1500px) {}

/* Medium Device */
@media screen and (max-width: 1308px) {
    .section-subtitle {
        width: 100% !important;
    }

    .steak-container .steak-product {
        position: relative;
        width: 90%;
        height: 100px;
    }
}

/* Medium Device 2 */
@media screen and (min-width: 1281px) and (max-width: 1805px) {
    section.menu {
        padding-top: 16px;
    }

    section.menu .jt_row.nomargins {
        position: relative;
    }

    section.menu .col-md-4 {
        width: 60%;
        position: relative;
        left: 20%;
    }

    section.menu ul li {
        margin-bottom: 10px;
    }

    section.menu ul li .detail {
        font-size: 15px !important;
        width: 88%;
    }

    section.menu h3 {
        margin-bottom: 23px;
    }

    section.menu span {
        position: absolute;
        right: 10px;
    }

    .button.menu:before {
        display: none;
    }

    .button.menu:after {
        display: none;
    }

    section.menu .jt_row {
        padding-bottom: 0;
    }

    .hotel-container .section-subtitle {
        width: 82%;
    }

    .steak-container .steak-product {
        position: relative;
        width: 90%;
        height: 70px;
    }

    .steak-container span.price {
        position: absolute;
        width: 15%;
        right: 0;
        margin-left: 50px;
        color: #ff3333;
        font-weight: 700;
    }
}

/* Small Device */
@media screen and (max-width: 767px) {
    h2.section-title {
        margin-top: 0;
    }

    .section-subtitle {
        margin-bottom: 60px;
    }

    .about-section2 {
        text-align: left;
    }

    .about-section2-title {
        margin-top: 20px;
        font-size: 18px;
    }

    p.about-section2-description {
        font-size: 14px;
    }

    .about-section2-virtual {
        width: 100%;
        padding: 15px 10px;
    }

    .about-section2-virtual-text {
        width: 70%;
    }

    p.about-section2-virtual-text-title {
        font-size: 18px;
    }

    p.about-section2-virtual-text-subtitle {
        font-size: 14px;
    }

    .about-section2-virtual-icon {
        position: absolute;
        top: 25px;
        right: 20px;
        display: inline-block;
        width: 30px;
        height: 40px;
        line-height: 40px;
        border: 2px solid white;
        border-radius: 30px;
        padding: 0 18px;
    }

    i.icon-virtual {
        color: white;
        margin-left: -3px;
    }

    section.menu span {
        position: absolute;
        right: 30px;
    }

    p.testimonials-subtitle {
        width: 100%;
    }

    .item p {
        font-size: 19px;
        width: 100%;
    }

    .navbar-main-collapse.in .navbar-nav,
    .navbar-main-collapse.collapsing .navbar-nav {
        position: absolute;
        background: #282828;
        background: rgba(40, 40, 40, 0.9);
        width: 100%;
        top: 100%;
        left: 0;
        margin: 0px;
        height: auto;
        padding: 0 12px;
    }

    #header .navbar-toggle {
        color: #fff;
    }

    #header.overflow.fixed .navbar-toggle {
        color: #fff;
    }

    .slide-content p {
        font-size: 16px;
    }

    #owl-main-text h2 {
        font-size: 25px;
        font-weight: 500;
        margin-top: 0px;
    }

    .about-container {
        padding: 0 50px;
        margin-top: 50px;
    }

    .about-container .section-subtitle {
        width: 100%;
    }

    div.text {
        font-size: 15px;
    }

    .about-gallery .wpb_wrapper {
        margin-bottom: 0;
    }

    .about-gallery h2.section-title {
        margin-top: 20px;
    }

    .about-gallery .jt_col {
        margin-bottom: 5px;
    }

    .about-contact {
        background: #141313;
        padding: 0 50px;
        padding-top: 20px;
    }

    .hotel-container {
        padding: 0 50px;
        margin-top: 50px;
    }

    .hotel-container .section-subtitle {
        width: 100%;
    }

    .hotel-gallery .wpb_wrapper {
        margin-bottom: 0;
    }

    .hotel-gallery h2.section-title {
        margin-top: 20px;
    }

    .hotel-gallery .jt_col {
        margin-bottom: 5px;
    }

    .party-container {
        padding: 0 50px;
        margin-top: 50px;
    }

    .party-container .section-subtitle {
        width: 100%;
    }

    .party-gallery .wpb_wrapper {
        margin-bottom: 0;
    }

    .party-gallery h2.section-title {
        margin-top: 20px;
    }

    .party-gallery .jt_col {
        margin-bottom: 5px;
    }

    .catering-gallery .wpb_wrapper {
        margin-bottom: 0;
    }

    .catering-gallery h2.section-title {
        margin-top: 20px;
    }

    .catering-gallery .jt_col {
        margin-bottom: 5px;
    }

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

    .steak-container .steak-product {
        position: relative;
        width: 100%;
        height: 80px;
        margin-bottom: 20px;
    }

    .steak-container p.steak {
        font-weight: 700;
        color: #333;
        width: 80%;
        position: absolute;
    }

    .steak-container span.price {
        position: absolute;
        width: 20%;
        right: 0;
        margin-left: 50px;
        color: #ff3333;
        font-weight: 700;
    }

    .steak-container .item {
        text-align: center;
    }

    .steak-contact {
        background-color: white;
        padding: 0 50px;
    }

    li#nav-menu-item-630 {
        padding-bottom: 40px;
    }
}

/* NEW */
#home-slider .slide-content h2 {
    color: #FF3333;

}

#home-slider .slide-content p {
    color: #FF3333;
    font-weight: 600;
    font-size: 24px;
    text-shadow: 2px 1px 2px #0f1823;
}