/* 
//
Template name: CHEDDAR
//
*/

@import url('https://fonts.googleapis.com/css?family=Bitter:400,700|Source+Sans+Pro:300,400,600,700');

body {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300 !important;
    overflow-x:hidden;
}

h1, h2, h4, h4, h5, h6, .nav-link {
    font-family: 'Bitter', serif;
}

.break-section {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.jfc-background .qcontent.container {
    background: rgba(0, 0, 0, 0.75);
}

.jfc-background .qcontent.container > h1 {
    color: #fff;
}

.jfc-background .qcontent {
    color: #fff;
}

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

.jfc-background .qcontent.container > .section-subtitle {
    color: #cecece;
}

.home__landing {
    margin-bottom: 2rem;
}

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

.section {
  margin-bottom: 2rem;
}

.btn-primary, .btn-primary:hover, .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    background-color: #f15b4e;
    border-color: #f15b4e;
    border-radius: 0 !important;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0 !important;
}

.btn-menu.active.btn-primary:not(:disabled):not(.disabled).active, .btn-menu.active.btn-primary:not(:disabled):not(.disabled):active, .show>.btn-menu.active.btn-primary.dropdown-toggle {
  color: #fff;
}


.logo_holder button {
  border: 0 solid;
  box-shadow: inset 0 0 20px rgba(255, 255, 255, 0);
  outline: 1px solid;
  outline-color: rgba(255, 255, 255, 0);
  outline-offset: 0px;
  text-shadow: none;
  -webkit-transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
          transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
  outline-color: rgba(255, 255, 255, 0.5);
  outline-offset: 0px;
}


.logo_holder button:hover {
  border: 1px solid;
  box-shadow: inset 0 0 20px rgba(255, 255, 255, 0.5), 0 0 20px rgba(255, 255, 255, 0.2);
  outline-offset: 15px;
  outline-color: rgba(255, 255, 255, 0);
  text-shadow: 1px 1px 2px #427388;
}

 .section-title.no-subtitle::after {
    content: "";
    display: block;
    width: 3rem;
    height: 1px;
    margin: 0 auto;
    margin-top: -.25rem;
    background-color: #ccc;
}

.section-subtitle {
    text-transform: uppercase;
    font-weight: bold;
    margin-top: -1.25rem;
}

.menu-section .btn-primary.active {
    background-color: #fff0 !important;
    box-shadow: none !important;
}

.category-section .no-image .res_wrap {
    border: 1px solid #ccc;
}


.logo_holder button {
  display: inline-block;
  padding: 10px;
  color: #FFF;
  text-decoration: none;
  text-align: center;
  position: relative;
  margin: 10px;
  border-radius: 0;
  background: transparent !important;
}

.logo_holder button:hover {
    color: #fff;
    background: transparent;
}

.logo_holder button:before, .logo_holder button:after {
  content: '';
  position: absolute;
  width: 20px;
  height: 3px;
  background-color: inherit;
  transition: .3s;
}
.logo_holder button:before {
  left: -3px;
  top: -10px;
}
.logo_holder button:after {
  right: -3px;
  bottom: -10px;
}
.logo_holder button:hover:before, .logo_holder button:hover:after {
  width: 100%;
}

.qnav .collapse.show .nav-link, .qnav .collapsing .nav-link {
    border: none;
    color: #333;
}

.standard-section article, .contact-section article {
    z-index: 999;
}

.menu-section__button {
  color: #fff;
}

.menu-section__button:hover {
  color: #ddd;
}


@media (max-width: 991px) {
    .qnav {
        background-color: #fff;
        color: #333;
    }
    .qnav__boooking-btn .nav-link{
        margin-left: -1rem;
      }
}

@media (min-width: 768px) {

}

@media (min-width: 992px) {
    .map-cont {
      padding-left: 0;
    }
    .qnav {
        background-color: transparent;
        box-shadow: none;
    }

    #top-menu .nav-link,
    .language-chooser {
        color: #fff;
        font-weight: normal;
    }

    .logo_holder h1 {
        font-size: 4em;
    }
    .qnav .menu-item {
        padding: 0 0.5rem;
    }

    .qnav.shrink {
        background-color: rgba(0, 0, 0, 0.84);
    }

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

    .default-background .qcontent.container {
        box-shadow: none;
    }

    .qnav .nav-link.active {
        background-color: transparent;
        box-shadow: none;
        color: #6ea501;
    }

    .over-bottom .qcontent.container {
        margin-bottom: 3rem;
    }

    .over-top .qcontent.container {
        margin-top: 3rem;
    }

    section.jfc-background {
        margin-bottom: 4rem;
        margin-top: 4rem;
        padding-top: 0;
        padding-bottom: 0;
    }

    section.jfc-background.next-jfc {
      margin-bottom: 6rem;
    }

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

    .standard-section-img.col-12.col-md-6 {

    }

    .standard-section article.col-12.col-md-6 {

    }

    .standard-section .qcontent .section-content p {
        max-width: 100%;
    }

    .jfc-background .qcontent.container {
        margin-top: -2rem;
        margin-bottom: -2rem;
    }

    #background-slider, .carousel-slider, #home .item {
        height: 100vh;
    }

    .standard-section__row--img-position-right .standard-section__text-block,
    .standard-section__row--img-position-left .standard-section__text-block {
        margin-top: 2rem;
        margin-bottom: 2rem;
        background-color: #f7f7f7;
    }

    .standard-section__row--img-position-right .standard-section__text-block {
        transform: translateX(4rem);
    }

    .standard-section__row--img-position-left .standard-section__text-block {
        transform: translateX(-4rem);
    }

    section.jfc-background .qcontent.container {
        padding: 4rem 2rem !important;
    }

    .contact-section {
        padding: 2rem 0 !important;
    }

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