/* 
//
Template name: CHAMPANGNE
//
*/
@import url('https://fonts.googleapis.com/css?family=Parisienne');
@import url('https://fonts.googleapis.com/css?family=Lora:400,700');

body {
    font-family: 'Lora', serif;
    color: #545454;
    background-color: #f5f5f5;
}

h1, h2, h3 {
    font-family: 'Parisienne', cursive;
}

.qnav__boooking-btn .nav-link {
    font-weight: bold;
    padding-left:.75rem !important;
    padding-right:.75rem !important;
}

.section-title {
    font-weight: normal;
    margin-bottom: 0;
}

.qmenu__tag, .qmenu__item--has-tag .qmenu-item__container::before{
    background: #d31e36;
}

.section{
    display: block;
    position: relative;
    top: -3rem;
}

.section-content {
    margin-top: 1.5rem;
}

.jfc-background {
    display: flex;
    align-items: center;
    justify-content: center;
}

.break-section.jfc-background {
    display: block;
}

.type_2_header .qcontent > .section-content {
    margin-top: 0;
}

.type_2_header .qcontent > .section-content.qmenu {
    margin-top: 1.5rem;
}

.type_2_header .section-title, .type_2_header .section-subtitle {
    color: #fff;
    text-shadow: 0 0 10px #000;
}

.home__booking-btn {
    border: none;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 3px;
    transition: 0.2s ease-out;
    padding: 1rem 2rem;
    border-radius: 0;
    margin-top: 1rem;
    background-color: #d41e36;
    color: #fff;
}

.book-small.dropdown-menu.dropdown-menu-right.show {
    left: 0;
    right: auto;
}

.home__booking-btn:hover {
    color: #fff;
    background: transparent;
}

.home__booking-btn:hover,
.home__booking-btn:active {
  letter-spacing: 5px;
  transition: 0.3s ease-in;
}

.home__booking-btn:after,
.home__booking-btn:before {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border: 1px solid rgba(255, 255, 255, 0);
  bottom: 0px;
  content: " ";
  display: block;
  margin: 0 auto;
  position: relative;
  -webkit-transition: all 280ms ease-in-out;
  transition: all 280ms ease-in-out;
  width: 0;
}

.home__booking-btn:hover:after,
.home__booking-btn:hover:before {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  border-color: #fff;
  -webkit-transition: width 350ms ease-in-out;
          transition: width 350ms ease-in-out;
  width: 70%;
}

.home__booking-btn:hover:before {
  bottom: auto;
  top: -.5rem;
  width: 70%;
}

.qcontent {
    z-index: 2;
}

.home__booking-btn:hover:after {
  bottom: -.5rem;
}

section.jfc-background {
    padding-top: 0;
    padding-bottom: 0;
    min-height: 30rem;
}

.break-section > .row {
    min-height: 30rem;
}

.section.gallery-section .qcontent .container {
    background: transparent;
}

.type_2_header .carousel-control-prev .fas, .type_2_header .carousel-control-next .fas {
    color: #fff;
}

@media (min-width: 768px) {
   .standard-section .qcontent.container-fluid article {
        padding: 4rem 1rem;
    }

    .menu-section.default-background .qcontent,
    .category-section.default-background .qcontent {
        padding: 2rem 1rem;
    }

    section.default-background.previous-contained.contact-section .qcontent.container-fluid .qcontent.container {
        margin-top: -2rem;
    }

    section.default-background.previous-contained .qcontent.container .qcontent.container {
        margin-top: 0;
    }

    section.standard-section.default-background.previous-contained.previous-standard .qcontent.container {
        margin-top: 0;
    }

    section.default-background.next-jfc .qcontent.container {
        margin-bottom: -3rem;
    }

    section.default-background.previous-jfc .qcontent.container {
        margin-top: 2rem;
    }

    section.default-background.next-break.next-jfc .qcontent.container {
        margin-bottom: -3rem;
    }

    section.default-background.previous-break.previous-jfc .qcontent.container {
        margin-top: -3rem;
    }

    section.default-background.next-NoNext .qcontent.container {
        margin-bottom: -2rem;
    }

    .contact-section .qcontent {
        margin-bottom: 2rem !important;
    }

    .quandoo-section.next-quandoo.next-contained.default-background .qcontent.container,
    .quandoo-section.next-standard.next-contained.default-background .qcontent.container,
    .standard-section.next-standard.next-contained.default-background .qcontent.container,
    .standard-section.next-quandoo.next-contained.default-background .qcontent.container {
        margin-bottom: -1rem;
    }

    .type_2_header .qcontent.container {
        margin-top: -3rem;
        background: #fff;
    }

    .section.jfc-background.previous-jfc {
        margin-top: -2rem;
    }

    .section.jfc-background.previous-jfc.previous-break {
        margin-top: 1rem;
    }

    .type_2_header .section-title {
        font-size: 3.5rem;
    }
}

@media (min-width: 992px) {
    #top-menu {
        margin: 0 auto;
    }

    .home__logo--text {
        font-size: 5em;
    }

    .section-title {
        font-size: 3rem;
    }

    .type_2_header .section-title {
        font-size: 4.5rem;
    }
    .navbar-fixed-top {
        min-height: 80px;
    }

}


@media (min-width: 1200px) {

    .qnav .nav-link {
        text-transform: uppercase;
        letter-spacing: 1px;
    }

    .section-content {
        margin-top: 1.5rem;
    }

    .qnav .navbar-brand {
        position: absolute;
    }

    .language-chooser {
        margin-right: 4rem;
        position: absolute;
        right: 0;
    }
}


@media (min-width: 1400px) {
    .qnav .nav-link {
        font-size: 1.2rem;
    }

    .qnav .menu-item {
        padding: 0 0.8rem;
    }

}

@media (max-width: 575px) {
    .grid-blog a {
        max-width: 20rem;
    }
}

@media (max-width: 767px) {
    .category-section .qcontent {
        margin-bottom: 3rem;
    }

@media (max-width: 991px) {
    .qnav__boooking-btn .nav-link{
        margin-left: -1rem;
    }
}

}
