/*
 * http://github.com/peteboere/css-crush (v4.1.3)
 */
:root {
    --primary: #111;
    --secondary: #555;
    --light: #F1F3FA;
    --dark: #1C2035;
    }
body,
html {
    width: auto !important;
    overflow-x: hidden !important;
    }
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #4d2432;
    }
h1 {
    line-height: 1;
    margin-bottom: 0;
    font-weight: 400;
    font-size: calc(1.475rem + 2.7vw);
}
@media (min-width: 1200px) {
    h1 { font-size: 3.5rem; }
}
h3 {
    font-weight: 400;
    font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h3 { font-size: 2.4rem; }
}
.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
    }
.fw-medium {
    font-weight: 500;
    }
.banner-bg {
    min-height: 723px;
    background-color: #fff;
    }
.footer .border-bottom {
    border-bottom: 1px solid #5e454e !important;
    }
.playfair h4 {
    font-family: 'Playfair Display',serif;
    font-size: 32px;
    color: #4d2432 !important;
    font-weight: 400;
    }
.special p {
    color: #4d2432;
    font-size: 18px;
    font-weight: 400;
    }
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out,visibility linear .5s;
    z-index: 99999;
    }
#spinner.show {
    transition: opacity .5s ease-out,visibility linear;
    visibility: visible;
    opacity: 1;
    }
.btn {
    transition: .5s;
    font-weight: 500;
    }
.btn-primary {
    color: #d6d9d8;
    background: #4d2432;
    }
.btn-book,
.btn-outline-book:hover,
.btn-outline-primary:hover,
.btn-primary {
    color: var(--light);
    }
.btn-outline-secondary:hover,
.btn-secondary {
    color: var(--dark);
    }
.btn-square {
    width: 38px;
    height: 38px;
    }
.btn-sm-square {
    width: 32px;
    height: 32px;
    }
.btn-lg-square {
    width: 48px;
    height: 48px;
    }
.btn-lg-square,
.btn-sm-square,
.btn-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    }
.above {
    z-index: 10 !important;
    margin-bottom: 100px;
    position: relative;
    }
.sticky-top {
    top: -100px;
    background: #fff;
    }
.sticky-top.nav-fixed {
    top: 0;
    left: 0;
    width: 100%;
    position: fixed;
    }
#navigation.nav-fixed,
#navigation.nav-fixed .navbar {
    background: #4d2432 !important;
    }
#navigation.nav-fixed .navbar .navbar-nav .nav-link {
    color: #d6d9d8;
    }
#navigation.nav-fixed .btn-book {
    color: #4d2432 !important;
    background-color: #d6d9d8;
    border-color: #d6d9d8;
    }
.navbar .navbar-nav .nav-link {
    padding: 25px;
    color: var(--dark);
    font-size: 20px;
    font-weight: 500;
    outline: 0;
    }
.navbar .navbar-nav .nav-link.active,
.navbar .navbar-nav .nav-link:hover {
    color: var(--primary);
    }
.navbar .dropdown-toggle:after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
    }
@media (max-width:991.98px) {
.navbar .navbar-nav .nav-link {
    margin-right: 0;
    padding: 10px 0;
    }
}

@media (min-width:992px) {
.navbar .nav-item .dropdown-menu {
    display: block;
    border: none;
    margin-top: 0;
    top: 150%;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
    }
.navbar .nav-item:hover .dropdown-menu {
    top: 100%;
    visibility: visible;
    transition: .5s;
    opacity: 1;
    }
}

.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    background: rgba(0,0,0,.1);
    z-index: 1;
    }
.carousel-control-next,
.carousel-control-prev {
    width: 15%;
    }
.carousel-control-next-icon,
.carousel-control-prev-icon {
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 3.5rem;
    background-color: var(--primary);
    border: 15px solid var(--primary);
    }
.feature-row {
    box-shadow: 0 0 45px rgba(0,0,0,.08);
    }
.feature-row a {
    text-decoration: underline;
    color: #a7647b;
    text-underline-offset: 6px;
    }
.feature-row .btn-primary {
    color: #fff;
    text-decoration: none;
    }
.feature-item {
    border-color: rgba(0,0,0,.03) !important;
    }
.about {
    background: linear-gradient(rgba(0,0,0,.1),rgba(0,0,0,.1)) 0 0/cover,url(../img/chefs.jpg) right center/cover no-repeat;
    min-height: 723px;
    }
.pitlochry {
    background: linear-gradient(rgba(0,0,0,.1),rgba(0,0,0,.1)) 0 0/cover,url(../img/pitlochry.jpg) left center/cover no-repeat;
    }
.btn-play {
    position: relative;
    display: block;
    box-sizing: content-box;
    width: 36px;
    height: 46px;
    border-radius: 100%;
    border: none;
    outline: 0 !important;
    padding: 18px 20px 20px 28px;
    background: var(--primary);
    }
.btn-play:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 90px;
    height: 90px;
    background: var(--primary);
    border-radius: 100%;
    animation: 1.5s ease-out infinite pulse-border;
    }
.btn-play:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 90px;
    height: 90px;
    background: var(--primary);
    border-radius: 100%;
    transition: .2s;
    }
.btn-play span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    left: 3px;
    border-left: 30px solid #fff;
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
    }
@keyframes pulse-border {
0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
    }
100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(2);
    opacity: 0;
    }
}

.modal-video .modal-dialog {
    position: relative;
    max-width: 800px;
    margin: 60px auto 0;
    }
.modal-video .modal-body {
    position: relative;
    padding: 0;
    }
.modal-video .close {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0;
    top: -30px;
    z-index: 999;
    font-size: 30px;
    font-weight: 400;
    color: #fff;
    background: #000;
    opacity: 1;
    }
.service-item {
    transition: .5s;
    }
.service-item .service-text {
    top: 0;
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    background: #fff;
    box-shadow: 0 0 45px rgba(0,0,0,.06);
    transition: .5s;
    z-index: 2;
    }
.service-item:hover .service-text {
    top: -1.5rem;
    }
.service-item .service-text h5 {
    transition: .5s;
    }
.service-item:hover .service-text h5 {
    color: var(--primary);
    }
.service-item .service-btn {
    position: absolute;
    width: 80%;
    height: 3rem;
    left: 10%;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #4d2432;
    box-shadow: 0 0 45px rgba(0,0,0,.07);
    transition: .5s;
    z-index: 1;
    }
.service-item .service-btn a {
    color: #d6d9d8 !important;
    }
.service-item:hover .service-btn {
    bottom: -1.5rem;
    }
.project-item {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 0 45px rgba(0,0,0,.07);
    }
.project-item .project-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,.5);
    opacity: 0;
    padding-top: 60px;
    transition: .5s;
    }
.project-item:hover .project-overlay {
    opacity: 1;
    padding-top: 0;
    }
.project-carousel .owl-nav {
    position: absolute;
    top: -100px;
    right: 0;
    display: flex;
    }
.project-carousel .owl-nav .owl-next,
.project-carousel .owl-nav .owl-prev {
    margin-left: 15px;
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--secondary);
    border-radius: 55px;
    box-shadow: 0 0 45px rgba(0,0,0,.15);
    font-size: 25px;
    transition: .5s;
    }
.project-carousel .owl-nav .owl-next:hover,
.project-carousel .owl-nav .owl-prev:hover {
    background: var(--primary);
    color: #fff;
    }
@media (max-width:768px) {
.project-carousel .owl-nav {
    top: -70px;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    }
.project-carousel .owl-nav .owl-next,
.project-carousel .owl-nav .owl-prev {
    margin: 0 7px;
    width: 45px;
    height: 45px;
    font-size: 20px;
    }
}

.team-item {
    position: relative;
    text-align: center;
    box-shadow: 0 0 45px rgba(0,0,0,.07);
    }
.team-item .team-social {
    position: absolute;
    padding: 0;
    top: 15px;
    left: 0;
    overflow: hidden;
    }
.team-item .team-social li {
    list-style-type: none;
    margin-bottom: 10px;
    margin-left: -50px;
    opacity: 0;
    transition: .5s;
    }
.team-item:hover .team-social li {
    margin-left: 15px;
    opacity: 1;
    }
.team-item .team-social li .btn {
    background: #fff;
    color: var(--primary);
    border-radius: 40px;
    transition: .5s;
    }
.team-item .team-social li .btn:hover {
    color: #fff;
    background: var(--primary);
    }
.team-item .team-social li:nth-child(1) {
    transition-delay: .1s;
    }
.team-item .team-social li:nth-child(2) {
    transition-delay: .2s;
    }
.team-item .team-social li:nth-child(3) {
    transition-delay: .3s;
    }
.team-item .team-social li:nth-child(4) {
    transition-delay: .4s;
    }
.team-item .team-social li:nth-child(5) {
    transition-delay: .5s;
    }
.testimonial-item {
    box-shadow: 0 0 45px rgba(0,0,0,.07);
    transition: .5s;
    min-height: 360px;
    }
.owl-item .testimonial-item,
.testimonial-item * {
    transition: .5s;
    }
.owl-item.center .testimonial-item,
.testimonial-item:hover {
    background: #4d2432;
    }
.owl-item.center .testimonial-item *,
.testimonial-item:hover * {
    color: #fff !important;
    }
.testimonial-item img {
    width: 110px !important;
    display: inline-block !important;
    }
.testimonial-carousel .owl-nav {
    position: absolute;
    top: -100px;
    right: 0;
    display: flex;
    }
.testimonial-carousel .owl-nav .owl-next,
.testimonial-carousel .owl-nav .owl-prev {
    margin-left: 15px;
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--secondary);
    border-radius: 55px;
    box-shadow: 0 0 45px rgba(0,0,0,.15);
    font-size: 25px;
    transition: .5s;
    }
.testimonial-carousel .owl-nav .owl-next:hover,
.testimonial-carousel .owl-nav .owl-prev:hover {
    background: var(--primary);
    color: #fff;
    }
@media (max-width:768px) {
.testimonial-carousel .owl-nav {
    top: -70px;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    }
.testimonial-carousel .owl-nav .owl-next,
.testimonial-carousel .owl-nav .owl-prev {
    margin: 0 7px;
    width: 45px;
    height: 45px;
    font-size: 20px;
    }
}

.footer,
.footer p a {
    color: #b0b9ae;
    }
.footer p a:hover {
    color: #fff;
    }
.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #b0b9ae;
    font-weight: 400;
    text-transform: capitalize;
    transition: .3s;
    }
.footer .btn.btn-link:before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
    }
.footer .btn.btn-link:hover {
    color: var(--light);
    box-shadow: none;
    }
.copyright {
    color: #b0b9ae;
    font-size: 1.3rem;
    background: #111;
    }
.copyright a {
    color: #b0b9ae;
    font-size: 1.3rem;
    }
.copyright a:hover {
    color: #fff;
    }
#topbar .feature-row {
    box-shadow: none;
    }
#topbar .feature-row a {
    color: #fff !important;
    }
.text-justify {
    text-align: justify;
    }
#header-carousel .carousel-item,
#header-carousel-mobile .carousel-item {
    position: relative;
    }
#header-carousel .slide-img,
#header-carousel-mobile .slide-img {
    -webkit-transform: scale(1);
    transform: scale(1);
    background-size: cover;
    }
.mobile-book-btn {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 99;
    }
.mobile-book-btn .btn-book {
    color: #d6d9d8;
    background-color: #4d2432;
    border-color: #4d2432;
    outline: 0;
    }
.mobile-book-btn .btn-book:focus,
.mobile-book-btn .btn-book:hover {
    color: #d6d9d8;
    background-color: #4d2432;
    border-color: #4d2432;
    }
.greatdrives {
    width: 100%;
    height: 800px;
    }
.map-canvas {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    }
.logo-carousel {
    position: relative;
    }
.logo-carousel .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    }
.logo-carousel .owl-prev {
    position: absolute;
    left: 15px;
    }
.logo-carousel .owl-next {
    position: absolute;
    right: 15px;
    }
#cookieNotice {
    font-family: Jost,sans-serif !important;
    }
.carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
    background-color: #d9d8d8;
    opacity: .75;
    border-radius: 50%;
    }
.carousel-indicators .active {
    background-color: #4d2432;
    opacity: 1;
    }
html#ecwid_html body#ecwid_body .ecwid a,
html#ecwid_html body#ecwid_body .ecwid a:active,
html#ecwid_html body#ecwid_body .ecwid a:hover,
html#ecwid_html body#ecwid_body .ecwid a:visited,
html#ecwid_html body#ecwid_body .ecwid-minicart-mini-count {
    color: #4d2432 !important;
    }
html#ecwid_html body#ecwid_body div.ecwid-minicart-mini {
    font-family: "Font Awesome 5 Free" !important;
    }
html#ecwid_html body#ecwid_body div.ecwid-minicart-mini:before {
    content: "\f291" !important;
    font-weight: 900;
    font-family: "Font Awesome 5 Free" !important;
    }
.largetext {
    font-size: 100px;
    line-height: 1.4;
    }
@media print {
* {
    color: #000 !important;
    text-shadow: none !important;
    background: 0 0 !important;
    box-shadow: none !important;
    }
#cookieNotice,
#navigation,
#topbar,
.back-to-top,
.btn-print,
.copyright,
.footer,
.hidden-print {
    display: none !important;
    }
a,
a:visited {
    text-decoration: underline;
    }
a[href]:after {
    content: " ("attr(href) ")";
    }
abbr[title]:after {
    content: " ("attr(title) ")";
    }
a[href^="#"]:after,
a[href^="javascript:"]:after {
    content: "";
    }
blockquote,
pre {
    border: 1px solid #999;
    page-break-inside: avoid;
    }
thead {
    display: table-header-group;
    }
img,
tr {
    page-break-inside: avoid;
    }
img {
    max-width: 100% !important;
    }
h2,
h3,
p {
    orphans: 3;
    widows: 3;
    }
h2,
h3 {
    page-break-after: avoid;
    }
select {
    background: #fff !important;
    }
.navbar {
    display: none;
    }
.table td,
.table th {
    background-color: #fff !important;
    }
.btn > .caret,
.dropup > .btn > .caret {
    border-top-color: #000 !important;
    }
.label {
    border: 1px solid #000;
    }
.table {
    border-collapse: collapse !important;
    }
.table-bordered td,
.table-bordered th {
    border: 1px solid #ddd !important;
    }
}

@media only screen and (max-width:1679.98px) {
.navbar .navbar-nav .nav-link {
    font-size: 18px;
    padding: 25px 20px;
    }
}

@media only screen and (max-width:1479.98px) {
.navbar .navbar-nav .nav-link {
    font-size: 16px;
    padding: 25px 15px;
    }
}

@media only screen and (max-width:1366.98px) {
.about {
    background-position: 77% center;
    }
}

@media only screen and (max-width:1279.98px) {
.navbar .navbar-nav .nav-link {
    padding: 25px 10px;
    }
}

@media only screen and (min-width:1200px) {
.hamburger,
.kebab-toggler,
.social-menu {
    display: none;
    }
}

@media only screen and (min-width:1200px) and (max-width:1545.98px) {
.restaurant .btn {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
    }
}

@media only screen and (max-width:1199.98px) {
#topbar {
    height: 128px;
    z-index: 99999;
    position: sticky;
    }
.site-logo img {
    max-width: 115px;
    margin: auto;
    }
.hamburger {
    padding: 10px 15px;
    display: inline-block;
    cursor: pointer;
    transition-property: opacity,filter;
    transition-duration: .15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
    position: absolute;
    top: 38px;
    right: 65px;
    z-index: 999;
    }
.hamburger-box {
    width: 32px;
    height: 21px;
    display: inline-block;
    position: relative;
    }
.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -1.5px;
    }
.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
    width: 32px;
    height: 3px;
    background-color: #dcdcde;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: .15s;
    transition-timing-function: ease;
    }
.hamburger-inner:after,
.hamburger-inner:before {
    content: "";
    display: block;
    }
.hamburger-inner:before {
    top: -9px;
    }
.hamburger-inner:after {
    bottom: -9px;
    }
.hamburger--collapse .hamburger-inner {
    top: auto;
    bottom: 0;
    transition-duration: .13s;
    transition-delay: .13s;
    transition-timing-function: cubic-bezier(.55,.055,.675,.19);
    }
.hamburger--collapse .hamburger-inner:after {
    top: -18px;
    transition: top .2s cubic-bezier(.33333,.66667,.66667,1) .2s,opacity .1s linear;
    }
.hamburger--collapse .hamburger-inner:before {
    transition: top .12s cubic-bezier(.33333,.66667,.66667,1) .2s,transform .13s cubic-bezier(.55,.055,.675,.19);
    }
.hamburger--collapse.is-active .hamburger-inner {
    transform: translate3d(0,-9px,0) rotate(-45deg);
    transition-delay: .22s;
    transition-timing-function: cubic-bezier(.215,.61,.355,1);
    }
.hamburger--collapse.is-active .hamburger-inner:after {
    top: 0;
    opacity: 0;
    transition: top .2s cubic-bezier(.33333,0,.66667,.33333),opacity .1s linear .22s;
    }
.hamburger--collapse.is-active .hamburger-inner:before {
    top: 0;
    transform: rotate(-90deg);
    transition: top .1s cubic-bezier(.33333,0,.66667,.33333) .16s,transform .13s cubic-bezier(.215,.61,.355,1) .25s;
    }
.slide-out-nav {
    position: fixed;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 20px;
    padding: 20px;
    background-color: #4d2432;
    z-index: 999;
    visibility: hidden;
    opacity: 0;
    border: 0;
    transform: translateY(100%) perspective(1px);
    transition: height .8s ease-in-out;
    overflow-y: scroll;
    border-radius: 0;
    text-align: center;
    }
.slide-out-nav.nav-open {
    height: calc(100% - 126px);
    opacity: 1;
    transform: translateY(0) perspective(1px);
    visibility: visible;
    opacity: 1;
    }
.slide-out-nav #navigation {
    width: 100%;
    }
.slide-out-nav #navigation li {
    display: block;
    text-align: center;
    margin: 0;
    }
.slide-out-nav #navigation li a {
    margin-right: 0;
    display: inline-block;
    padding: 20px 10px;
    color: #898375;
    }
.navbar .navbar-nav .nav-link.active,
.navbar .navbar-nav .nav-link:hover {
    color: #fff;
    }
.slide-out-nav #navigation li a.header-btn2 {
    margin-top: 20px;
    }
.slide-out-nav.fadeInDown {
    -webkit-animation-name: unset;
    animation-name: unset;
    }
.kebab-toggler {
    position: absolute;
    top: 30px;
    right: 15px;
    width: 50px;
    height: 52px;
    display: block;
    padding: 12px 10px;
    z-index: 99;
    }
.kebab-toggler.active .circleKebab circle {
    transition: .3s;
    }
.social-menu {
    color: #4d2432;
    background: #fff;
    display: none;
    text-align: center;
    z-index: 9;
    padding-top: 10px;
    }
.social-menu.menu-on {
    display: block;
    position: fixed;
    width: 100%;
    left: 0;
    top: 128px;
    }
.social-menu li {
    position: relative;
    padding: 10px 40px;
    }
.social-menu .caption .contact-cap {
    margin-top: -10px;
    }
.social-menu .caption .contact-cap .contact-info {
    margin-bottom: 0;
    }
.social-menu .caption .contact-cap .contact-info strong {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    }
.social-menu .caption .contact-cap p,
.social-menu .caption .contact-cap p a {
    color: #4d2432;
    }
.social-menu .icon {
    color: #fff;
    }
.socmedia {
    margin-top: 15px;
    background-color: #4d2432;
    box-shadow: 0 0 10px 3px rgb(0 0 0 / 5%);
    }
.socmedia .social-info {
    padding: 8px 15px;
    }
.socmedia .social-info a {
    color: #4d2432;
    background-color: #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 43px;
    text-align: center;
    display: inline-block;
    }
.navbar .navbar-nav .nav-link {
    font-size: 18px;
    color: #fff;
    padding: 12px 20px;
    letter-spacing: -.03em;
    border-bottom: 1px solid #80859850;
    display: block;
    }
.about,
.pitlochry {
    min-height: auto;
    background-image: none;
    }
#topbar.nav-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    }
.banner-bg {
    min-height: 180px;
    }
.slide-out-nav .btn-book {
    color: #4d2432;
    background-color: #d6d9d8;
    border-color: #d6d9d8;
    width: 280px;
    }
body.nav-open {
    overflow: hidden;
    margin: 0;
    touch-action: none;
    -ms-touch-action: none;
    height: 100vh;
    }
}

@media only screen and (max-width:991.98px) {
#topbar {
    height: 96px;
    }
.site-logo img {
    max-width: 80px;
    }
.hamburger {
    top: 26px;
    }
.kebab-toggler {
    top: 20px;
    }
.slide-out-nav.nav-open {
    height: calc(100% - 92px);
    }
.social-menu.menu-on {
    top: 92px;
    }
.banner-bg {
    min-height: 180px;
    }
.carousel-control-next,
.carousel-control-prev {
    display: none;
    }
}

@media only screen and (max-width:767.98px) {
.service-item {
    height: auto !important;
    }
.service-item .service-btn {
    position: relative;
    bottom: auto;
    }
.service-item:hover .service-text {
    top: 0;
    }
.service-item:hover .service-btn {
    bottom: 0;
    }
}

@media only screen and (max-width:575.98px) {
.footer .col {
    flex: auto;
    width: 50%;
    }
#getdirections #button {
    font-size: 16px;
    }
#header-carousel .slide-img,
#header-carousel-mobile .slide-img {
    min-height: auto !important;
    background-position: center;
    }
#header-carousel .carousel-indicators {
    margin-bottom: 0;
    }
html#ecwid_html body#ecwid_body .ecwid-lte-480px div.ecwid-minicart-mini {
    width: 220px !important;
    }
}

@media only screen and (max-width:505.98px) {
.restaurant .btn {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
    }
.slide-out-nav .btn-book {
    width: 100%;
    }
}
