:root {
    --nav-item: #000;
    --primary-color: #144a16;
    --dark-gray: #5b5b5b;
    --black: #000;
    --gray-bg: #fbfbfb;
    --primary-font: "Calisto MT", serif;
    --secondary-font: "Montserrat", sans-serif
}


.img-g{height: 250px;}

.order_online_for_mobile{ display: none;}

.l-space{padding-left: 20px;}

.read-more-btn{background: var(--primary-color);
    border-color: var(--primary-color);
    color: #fff;
    /* height: 54px; */
    line-height: 54px;
    padding: 10px;
    border-radius: 5px;
    text-decoration: none;}



@media screen and (min-width:992px) {
    :root {
        --fs-h1: 4.5rem;
        --fs-h2: 2.5rem;
        --fs-h3: 2rem;
        --fs-h4: 1.6rem;
        --fs-h5: 1.2rem;
        --fs-p-default: 1rem;
        --fs-p-small: .875rem;
        --fs-xs: 0.75rem;
        --fs-navbar: .875rem
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
    
  
    
    
    :root {
        --fs-h1: 3.5rem;
        --fs-h2: 1.6rem;
        --fs-h3: 1.4rem;
        --fs-h4: 1.2rem;
        --fs-h5: 1rem;
        --fs-p-default: .875rem;
        --fs-p-small: .875rem;
        --fs-xs: 0.75rem;
        --fs-navbar: .875rem
    }
}

@media screen and (max-width:767px) {
    
    
    :root {
        --fs-h1: 2.5rem;
        --fs-h2: 1.875rem;
        --fs-h3: 1.6rem;
        --fs-h4: 1.4rem;
        --fs-h5: 1.2rem;
        --fs-p-default: .875rem;
        --fs-p-small: .875rem;
        --fs-xs: 0.75rem;
        --fs-navbar: 1rem
    }
}

header {
    background: #fff;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 9;
    box-shadow: 0 -1px 11px rgba(0, 0, 0, .1)
}

header .container {
    height: 100%
}

header .navbar {
    height: 80px;
    transition: .3s ease-in;
    padding: 0
}

header .site-logo img {
    max-width: 150px;
    max-height: 80px;
    transition: .3s ease-in
}

header.fixed .navbar {
    height: 60px
}

header.fixed .navbar .site-logo img {
    max-width: 100px;
    max-height: 60px;
}

@media screen and (min-width:992px) {
    
    header .site-logo {
        padding-right: 100px
    }

    header.fixed .site-logo {
        padding-right: 50px
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
    
   
    
    header .site-logo {
        padding-right: 50px
    }

    header #navbarWrapper > #siteMenu {
        padding-left: 20px !important;
        padding-right: 20px !important
    }

    header.fixed .site-logo {
        padding-right: 20px
    }
}

@media screen and (min-width:768px) {
    
    
    
    
    header #navbarWrapper {
        height: 100%;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    header #navbarWrapper > #siteMenu {
        display: -ms-flexbox;
        display: flex;
        list-style: none;
        margin: 0;
        padding: 0;
        z-index: 3;
        -ms-flex: 1;
        flex: 1;
        padding-right: 20px
    }

    header #navbarWrapper > #siteMenu > li {
        background: none;
        font-size: 16px;
        margin-bottom: 0;
        padding-left: 30px;
        position: relative;
        text-transform: uppercase
    }

    header #navbarWrapper > #siteMenu > li > a {
        font-family: var(--secondary-font);
        font-size: var(--fs-navbar);
        font-weight: 500;
        color: var(--nav-item);
        text-decoration: none;
        position: relative;
        padding: 20px 10px;
        text-align: center;
        display: -ms-inline-flexbox;
        display: inline-flex;
        white-space: nowrap
    }

    header #navbarWrapper > #siteMenu > li > a:after {
        width: 0;
        height: 3px;
        background: var(--primary-color);
        content: "";
        position: absolute;
        bottom: 2px;
        margin: 0 auto;
        left: 0;
        right: 0;
        transition: all .3s
    }

    header #navbarWrapper > #siteMenu > li > a:hover:after {
        width: 20px
    }

    header #navbarWrapper > #siteMenu > li > a.current {
        font-weight: 700
    }

    header #navbarWrapper > #siteMenu > li.hidden {
        display: none
    }

    header #navbarWrapper > #siteMenu > li:hover ul {
        display: block
    }

    header #navbarWrapper > #siteMenu ul {
        background: #fff;
        display: none;
        list-style: none;
        margin: 0;
        padding: 15px 0 0;
        position: absolute;
        top: 100%;
        left: 0;
        margin-top: 0;
        box-shadow: 0 15px 16px 0 rgba(0, 0, 0, .2);
        min-width: 250px
    }

    header #navbarWrapper > #siteMenu ul a {
        font-family: var(--secondary-font);
        font-size: var(--fs-navbar);
        font-weight: 500;
        color: var(--nav-item);
        text-decoration: none;
        position: relative;
        padding: 10px;
        text-align: left;
        display: block
    }

    header #navbarWrapper > #siteMenu ul a:hover {
        font-weight: 700
    }

    header #navbarWrapper > #siteMenu .more:hover a:after {
        width: 20px
    }

    header .social-icons li {
        width: 50px
    }

    header.fixed #siteMenu ul {
        margin-top: -1px !important
    }
}

@media screen and (max-width:480px) {
     .img-g {
     height: 150px; 
}
    
    .our-menus {
     box-shadow: 3px 0 7px rgb(0 0 0 / 0%)!important;
   border: none!important; 
    
}
    
    
}
@media screen and (max-width:767px) {
    
  
   
    
    
    header .site-logo {
        margin-left: 25px
    }

    header .navbar-toggler {
        position: relative;
        margin-right: 10px
    }

    header .navbar-toggler:focus,
    header .navbar-toggler:focus-visible,
    header .navbar-toggler:focus-within {
        box-shadow: none
    }

    header .navbar-toggler span {
        background: #000;
        height: 3px;
        position: relative;
        transition: all .3s
    }

    header .navbar-toggler span:before {
        top: -7px
    }

    header .navbar-toggler span:after,
    header .navbar-toggler span:before {
        content: "";
        height: 3px;
        position: absolute;
        left: 0;
        background: #000;
        transition: all .3s
    }

    header .navbar-toggler span:after {
        top: 7px
    }

    header .navbar-toggler[aria-expanded=false] span {
        width: 30px
    }

    header .navbar-toggler[aria-expanded=false] span:before {
        content: "";
        width: 30px
    }

    header .navbar-toggler[aria-expanded=false] span:after,
    header .navbar-toggler[aria-expanded=true] span {
        width: 30px
    }

    header .navbar-toggler[aria-expanded=true] span:before {
        content: "";
        width: 10px
    }

    header .navbar-toggler[aria-expanded=true] span:after {
        width: 20px
    }

    header .navbar-collapse {
        display: block !important;
        height: 100vh;
        padding-bottom: 20px;
        background: #fff;
        position: absolute;
        top: 79px;
        width: 100%;
        transition: all .3s;
        left: -100%;
        z-index: 1;
        overflow: auto;
        padding-bottom: 80px
    }

    header .navbar-collapse #siteMenu li {
        padding: 5px 15px 5px 40px
    }

    header .navbar-collapse #siteMenu li a {
        display: block;
        height: 50px;
        line-height: 50px;
        font-size: var(--fs-navbar);
        color: var(--black);
        text-decoration: none
    }

    header .navbar-collapse #siteMenu .more > a,
    header .navbar-collapse #siteMenu li.hidden {
        display: none
    }

    header .navbar-collapse #siteMenu .more li {
        padding-left: 0
    }

    header .navbar-collapse.show {
        left: 0
    }

    header .navbar-collapse .social-icons {
        margin-left: 40px !important;
        margin-bottom: 15px
    }

    header .navbar-collapse .social-icons li {
        margin-top: 15px;
        margin-left: 10px
    }

    header .navbar-collapse .social-icons li a {
        width: 66px;
        height: 66px
    }

    header .navbar-collapse .social-icons li:first-child {
        margin-left: 0
    }
}

html {
    font-size: 1rem
}

body {
    font-family: var(--secondary-font);
    font-size: 100%;
    color: var(--dark-gray);
    min-height: 100vh;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

h1,
h2,
h3,
h4,
h5 {
    color: var(--dark-black);
    font-family: var(--primary-font);
    font-weight: 600
}

p {
    color: var(--paragraph);
    font-weight: 300
}

li,
ul {
    margin: 0;
    padding: 0;
    list-style: none
}

figure {
    margin-bottom: 0
}

h1 {
    font-size: var(--fs-h1)
}

h2 {
    font-size: var(--fs-h2)
}

h3 {
    font-size: var(--fs-h3);
    font-weight: 600
}

h4 {
    font-size: var(--fs-h4)
}

h5 {
    font-size: var(--fs-h5)
}

p {
    font-size: var(--fs-p-default)
}

.hidden{display: none !important;
}


.gray-bg {
    background: #fbfbfb
}

.dotted-bg {
    background: url(../img/2.png)
}

.swiral-bg {
    background: url(../img/1.png) no-repeat 50%;
    background-size: cover;
    background-attachment: fixed
}

.white-bg-shadow {
    padding: 20px;
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, .05)
}

.image-shadow img {
    z-index: 2;
    position: relative;
    border-radius: 10px
}

@media screen and (min-width:768px) {
    .image-shadow {
        position: relative;
        display: -ms-inline-flexbox;
        display: inline-flex
    }

    .image-shadow iframe,
    .image-shadow img {
        border-radius: 10px;
        position: relative;
        transition: all .3s
    }


    .image-shadow:after {
        position: absolute;
        width: 100%;
        height: 100%;
        content: "";
        background: var(--primary-color);
        z-index: 1;
        border-radius: 10px;
        opacity: .3
    }

    .image-shadow.left-bottom iframe,
    .image-shadow.left-bottom img {
        left: 13px;
        bottom: 13px
    }

    .image-shadow.left-bottom:hover img {
        left: 0;
        bottom: 0
    }

    .image-shadow.right-bottom iframe,
    .image-shadow.right-bottom img {
        right: 13px;
        bottom: 13px
    }

    .image-shadow.right-bottom:hover iframe,
    .image-shadow.right-bottom:hover img {
        right: 0;
        bottom: 0
    }
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type=number] {
    -moz-appearance: textfield
}

.form-control:focus,
.form-control:focus-within {
    box-shadow: none;
    outline: none;
    border-color: #dfdfdf
}

:-ms-input-placeholder,
::-ms-input-placeholder {
    color: #8a8a8a
}

:-ms-input-placeholder,
::-ms-input-placeholder,
::placeholder {
    color: #8a8a8a
}

.btn {
    font-family: var(--secondary-font);
    font-size: var(--fs-p-default);
    font-weight: 500;
    padding: 0 20px;
    transition: all .5s
}

.btn-primary {
    background: var(--primary-color);
    border-color: var(--primary-color);
    color: #fff;
    height: 54px;
    line-height: 54px
}

.btn-primary:focus,
.btn-primary:focus-within,
.btn-primary:hover {
    background: #1c1c1c;
    border-color: var(--primary-color);
    color: var(#fff);
    box-shadow: none
}

button.btn-primary,
input.btn-primary {
    background: var(--primary-color);
    border-color: var(--primary-color);
    color: #fff;
    height: 54px;
    line-height: 54px
}

button.btn-primary:focus,
button.btn-primary:focus-within,
button.btn-primary:hover,
input.btn-primary:focus,
input.btn-primary:focus-within,
input.btn-primary:hover {
    background: var(--primary-color);
    border-color: var(--primary-color);
    color: #fff;
    box-shadow: none;
    opacity: .8
}

.btn-outline-primary {
    background: #fff;
    border-color: var(--primary-color);
    color: var(--primary-color);
    height: 54px;
    line-height: 54px
}

.btn-outline-primary:focus,
.btn-outline-primary:focus-within,
.btn-outline-primary:hover {
/*    background: var(--primary-color);*/
     background:#e7e7e7;
    border-color: var(--primary-color);
    color: var(--primary-color);
    box-shadow: none
}

.page-hero {
    width: 100%
}

.section-intro .title {
    color: var(--black)
}

@media screen and (min-width:992px) {
    .section-intro {
        margin-top: 70px;
        margin-bottom: 50px
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
    .section-intro {
        margin-top: 50px;
        margin-bottom: 30px
    }
}

@media screen and (max-width:767px) {
    .section-intro {
        margin-top: 40px;
        margin-bottom: 20px
    }
}

.hero-slider .slider-item {
    position: relative
}

.hero-slider .slider-item figure {
    margin: 0;
    position: relative
}

.hero-slider .slider-item .slider-content,
.hero-slider .slider-item figure img {
    width: 100%
}

.hero-slider .slider-item .slider-content .title {
    color: var(--black)
}

.hero-slider .slider-item .slider-content .button-wrapper .btn {
    margin-right: 20px
}

@media screen and (min-width:768px) and (max-width:991px) {
    .hero-slider .slider-item .slider-content {
        max-width: 50%;
        margin-left: 20px
    }
}

@media screen and (min-width:768px) {
    .hero-slider .slider-item figure:before {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: #000;
        background: linear-gradient(270deg, transparent, rgba(0, 0, 0, .6));
        content: ""
    }

    .hero-slider .slider-item .slider-content {
        top: 50%;
        transform: translateY(-50%);
        position: absolute
    }

    .hero-slider .slider-item .slider-content .title {
        color: #fff;
        max-width: 600px
    }

    .hero-slider .slider-item .slider-content p {
        font-size: var(--fs-h5);
        color: #fff;
        font-weight: 400
    }

    .hero-slider .slick-dots {
        bottom: 10px;
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto
    }
}

@media screen and (max-width:767px) {
    .hero-slider .slider-item {
        padding: 20px
    }

    .hero-slider .slider-item .container {
        padding: 0
    }

    .hero-slider .slider-item figure {
        margin: 0
    }

    .hero-slider .slider-item figure img {
        border-radius: 10px
    }

    .hero-slider .slider-item .slider-content {
        margin-top: 50px
    }

    .hero-slider .slider-item .slider-content p {
        font-size: var(--fs-p-default);
        font-weight: 400
    }

    .hero-slider .slider-item .slider-content .button-wrapper {
        margin-top: 50px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .hero-slider .slider-item .slider-content .button-wrapper .btn {
        width: 45%
    }

    .hero-slider .slick-dots {
        margin-top: 20px;
        margin-bottom: 30px
    }
    
    
     
}

.food-category .food-category-item {
    text-align: center;
    transition: all 1s;
    margin: 10px;
    padding: 50px 0;
    cursor: pointer
}

.food-category .food-category-item figure {
    margin: 0
}

.food-category .food-category-item figure img {
    width: 180px;
    height: 180px;
    border-radius: 100%;
    border: 1px solid #e7e4e4;
    margin: 0 auto
}

.food-category .food-category-item .name {
    font-family: var(--secondary-font);
    line-height: 1.25rem;
    font-weight: 500;
    font-size: var(--fs-h5);
    margin-top: 30px;
    margin-bottom: 30px
}

.food-category .food-category-item .btn {
    height: 40px;
    line-height: 40px
}

.food-category .food-category-item:hover {
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .06)
}

@media screen and (min-width:768px) {
    .food-category {
        padding-bottom: 50px;
        padding-bottom: 80px
    }
}

@media screen and (max-width:767px) {
    .food-category {
        padding-bottom: 50px;
        padding-bottom: 30px
    }

    .food-category .slick-dots {
        margin-top: 30px
    }
}

.our-story .row {
    -ms-flex-align: center;
    align-items: center
}

.our-story .image-block {
    position: relative
}

.our-story .image-block figure {
    margin: 0
}

.our-story .image-block figure img {
    width: 100%
}

.our-story .image-block.image-gradient:after {
    background: #fff;
    background: linear-gradient(90deg, hsla(0, 0%, 100%, 0), #fff);
    position: absolute;
    height: 100%;
    content: "";
    width: 40%;
    top: 0;
    right: 0
}

.our-story .content-block {
    -ms-flex-pack: center;
    justify-content: center;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.our-story .content-block .content .title {
    font-family: Domine, serif;
    color: var(--black)
}

.our-story .content-block .content p {
    font-family: var(--secondary-font);
    color: var(--dark-gray)
}

@media screen and (min-width:992px) {
    .our-story .content {
        width: 350px
    }

    .our-story .content .title {
        margin-bottom: 50px
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
    .our-story .content {
        width: 450px;
        padding: 0 20px
    }

    .our-story .content .title {
        margin-bottom: 10px
    }
}

@media screen and (max-width:767px) {
    .our-story .content {
        padding: 50px 30px
    }

    .our-story .content .title {
        margin-bottom: 30px
    }
}

.locations .container .content .title {
    color: var(--black)
}

.locations .container .content p {
    color: var(--dark-gray)
}

.locations .container .content .location-list-tab {
    margin-top: 40px;
    margin-bottom: 40px
}

.locations .container .content .location-list-tab li {
    position: relative;
    padding-left: 30px;
    margin: 15px 0;
    font-size: var(--fs-p-default);
    color: #000;
    opacity: .3;
    transition: all .3s;
    cursor: default
}

.locations .container .content .location-list-tab li:before {
    position: absolute;
    width: 20px;
    height: 20px;
    content: "";
    left: 0;
    top: 0;
    background: url(../img/icons/location.png) 50% no-repeat
}

.locations .container .content .location-list-tab li.active,
.locations .container .content .location-list-tab li:hover {
    opacity: 1;
    text-decoration: underline
}

.locations .container .content .timing {
    position: relative;
    padding-left: 30px
}

.locations .container .content .timing:before {
    position: absolute;
    width: 20px;
    height: 20px;
    content: "";
    left: 0;
    top: 0;
    background: url(../img/icons/clock.png) 50% no-repeat
}

.locations .container .image-block {
    text-align: center
}

.locations .container .location-list-content .location-content-item {
    display: none
}

.locations .container .location-list-content .location-content-item:first-child {
    display: block
}

.locations .container .location-list-content iframe {
    height: 481px;
    border-radius: 10px;
    z-index: 4
}

@media screen and (min-width:992px) {
    .locations .container {
        background: #fff;
        margin-top: 50px;
        margin-bottom: 50px;
        padding-top: 50px;
        padding-bottom: 50px
    }

    .locations .content {
        padding: 50px
    }

    .locations .content .title {
        margin-bottom: 40px
    }

    .locations .content .title.mb {
        margin-bottom: 20px
    }

    .locations .location-list-content iframe {
        width: 412px
    }
}

@media screen and (max-width:991px) {
     .contact-feald{width: 100%;}
    
   .order_online_for_mobile {
    position: fixed;
    bottom: 0;
    left: 4px;
    z-index: 11111;
    display: block !important;
}
}



@media screen and (min-width:768px) and (max-width:991px) {
    .locations .container {
        margin-top: 50px;
        margin-bottom: 50px;
        padding-top: 50px;
        padding-bottom: 50px
    }

    .locations .content {
        padding: 0
    }

    .locations .content .title {
        margin-bottom: 30px
    }

    .locations .content .title.mb {
        margin-bottom: 20px
    }

    .locations .location-list-content iframe {
        width: 100%
    }
}

@media screen and (max-width:767px) {
    .locations {
        background: rgba(0, 0, 0, .03)
    }

    .locations .container {
        background: none;
        padding-top: 30px
    }

    .locations .content {
        padding: 50px 5px 20px
    }

    .locations .content .title,
    .locations .content .title.mb {
        margin-bottom: 20px
    }

    .locations .location-list-content iframe {
        width: 100% !important
    }
}

.social-accounts .title {
    color: var(--black)
}

@media screen and (min-width:992px) {
    
    
    .social-accounts {
        padding: 50px 0
    }

    .social-accounts .image-block {
        text-align: center
    }

    .social-accounts .social-list-vertical {
        max-width: 80%
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
    
    .social-accounts {
        padding: 50px 0
    }

    .social-accounts .content .title {
        margin-bottom: 10px
    }

    .social-accounts .image-block {
        text-align: center
    }

    .social-accounts .social-list-vertical {
        max-width: 100%
    }
}

@media screen and (max-width:767px) {
    .social-accounts {
        padding: 40px 0
    }

    .social-accounts .image-block {
        padding: 0
    }

    .social-accounts .content {
        padding: 50px 20px 0
    }

    .social-accounts .content .title {
        margin-bottom: 30px
    }
}

.reviews .review-slider {
    margin-bottom: 50px
}

.reviews .review-slider .review-item .review-item-inner {
    background: #fff;
    position: relative;
    box-shadow: 0 0 3px rgba(0, 0, 0, .1)
}

.reviews .review-slider .review-item .quote {
    background: url(../img/icons/quote-start.png) no-repeat 50%;
    width: 40px;
    height: 40px;
    margin-bottom: 15px;
    display: block
}

.reviews .review-slider .review-item .review {
    font-size: var(--fs-p-default);
    margin-bottom: 0;
    max-width: 500px
}

.reviews .review-slider .review-item .name {
    margin-top: 40px;
    margin-bottom: 10px;
    font-size: var(--fs-p-default);
    font-weight: 600;
    line-height: normal
}

.reviews .review-slider .review-item .address {
    margin: 0;
    padding: 0;
    font-size: var(--fs-xs)
}

.reviews .review-slider .review-item.slick-current.slick-active .review-item-inner {
    border-bottom: 5px solid var(--primary-color)
}

.reviews .review-slider .slick-arrow {
    position: absolute;
/*    top: 0;*/
    z-index: 2;
    border: 0;
    text-indent: -9999px;
    background: url(../img/icons/arrow.png) no-repeat 50%;
/*    height: 100%*/
    height: 70px;
    bottom: 135px;
}

.reviews .review-slider .slick-arrow.slick-prev {
    left: -4px;
}

.reviews .review-slider .slick-arrow.slick-next {
    right: -4px;
    transform: rotate(-180deg)
}

.reviews .review-slider:before {
    left: 0;
    background: #fff;
    box-shadow: 0 0 3px rgb(0 0 0 / 10%);
/*    background: linear-gradient(90deg, rgba(0, 0, 0, .4), transparent)*/
}

.reviews .review-slider:after,
.reviews .review-slider:before {
    position: absolute;
/*    top: 0;*/
    height: 100%;
    content: "";
/*    opacity: 11.5;*/
    z-index: 1;
    bottom: 135px;
        
}

.reviews .review-slider:after {
    right: 0;
    background: #fff;
    box-shadow: 0 0 3px rgb(0 0 0 / 10%);
/*    background: linear-gradient(90deg, transparent, rgba(0, 0, 0, .4))*/
}

.reviews .review-slider .slick-slide {
        transform: scale(.9);
    transition: all .3s
}

.reviews .review-slider .slick-slide.slick-center,
.reviews .review-slider .slick-slide.slick-current {
    padding: 5px 0;
    transform: scale(1)
}

 

@media screen and (min-width:992px) {
    .reviews .review-slider .slick-list {
        padding: 20px 150px !important
    }

    .reviews .review-slider .review-item .review-item-inner {
        padding: 35px 48px;
        margin: 0 130px
    }

    .reviews .review-slider .slick-arrow {
        width: 80px
    }

    .reviews .review-slider:after,
    .reviews .review-slider:before {
        width: 70px;
        height: 70px;
        border-radius: 5px;
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
    .reviews .review-slider .slick-list {
      /*padding: 20px 150px !important*/
        padding: 20px 150px 90px 150px !important;
    }

    .reviews .review-slider .review-item .review-item-inner {
        padding: 35px 48px;
     /* margin: 0 50px*/
    }

    .reviews .review-slider .slick-arrow {
        width: 80px
    }

    .reviews .review-slider:after,
    .reviews .review-slider:before {
        width: 100px
    }
}

@media screen and (max-width:767px) {
    
    
    
    .reviews .review-slider .review-item-inner {
        padding: 20px
    }

    .reviews .review-slider .slick-arrow {
        width: 20px
    }

    .reviews .review-slider:after,
    .reviews .review-slider:before {
        width: 100px;
                border-radius: 5px;
    }
}

@media only screen and (max-width: 600px) {
    
/*
 .reviews .review-slider:before {
    height: 60px!important;
     left: 240px!important;
    height: 50px!important;
    bottom: 0;
     background: #000;
 }
*/
    
    .reviews .review-slider:after {
    right: 240px;
    height: 50px;
    bottom: 0;
     background: #000;
 }
    
    
    .reviews .review-slider .slick-arrow.slick-next {
    right: 133px;
    transform: rotate(-180deg);
}
    
    .reviews .review-slider .slick-arrow.slick-prev {
    left: 133px;
}
    
    


 
}
.gallery {
 /* max-width: 1320px;*/
    margin: 0 auto;
        padding: 0px;
    object-fit: cover;
}

.gallery .gallery-grid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    object-fit: cover;
        
}

.gallery .gallery-grid .grid-gallery-item {
    position: relative;
            padding: 5px;
}

.gallery .gallery-grid .grid-gallery-item figure {
    margin: 0;
     object-fit: cover;
}

.gallery .gallery-grid .grid-gallery-item figure img {
    width: 100%;
    object-fit: cover;
}

.gallery .gallery-grid .grid-gallery-item .name {
    position: absolute;
    bottom: 10px;
    width: 90%;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 5px;
    background: rgba(0, 0, 0, .5);
    color: #fff;
    font-family: var(--secondary-font);
    font-size: var(--fs-p-default);
    text-align: center;
    padding: 5px;
    font-weight: 500;
    z-index: 5
}

.gallery .gallery-grid .grid-gallery-item .btn-primary {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-top: 20px;
    opacity: 0;
    z-index: 2
}

.gallery .gallery-grid .grid-gallery-item:hover .btn-primary {
    opacity: 1;
    margin-top: 0
}

.gallery .gallery-grid .grid-gallery-item:hover:before {
    opacity: .2
}

.gallery .gallery-grid .grid-gallery-item:before {
    position: absolute;
    left: 0;
    top: 0;
    background: var(--primary-color);
    width: 100%;
    height: 100%;
    content: "";
    opacity: 0;
    z-index: 1;
    transition: all .3s
}

@media screen and (min-width:768px) {
    .gallery .gallery-grid li {
        width: 25%
    }

    .gallery .gallery-grid li img {
        width: 100%
    }
}

@media screen and (max-width:767px) {
    
    
    
    .gallery .gallery-grid li {
        width: 50%
    }

    .gallery .gallery-grid li img {
        width: 100%
    }
}

.inner-page .content .title {
    color: var(--black)
}

.inner-page .content .bold {
    font-weight: 500
}

.inner-page .content p {
    color: var(--dark-gray)
}

@media screen and (min-width:992px) {
    .inner-page {
        padding-top: 85px;
        padding-bottom: 85px
    }

    .inner-page .section-intro {
        margin-top: 0
    }

    .inner-page .content {
        padding-right: 20%
    }

    .inner-page .content .title {
        margin-bottom: 30px
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
    
    .reviews .review-slider:after {
    right: 220px;
    height: 50px;
        border-radius: 5px;
    bottom: 0;
    /* width: 50px; */
    background: #fff;
    box-shadow: 0 0 3px rgb(0 0 0 / 10%);
    /* background: linear-gradient(90deg, transparent, rgba(0, 0, 0, .4)); */
}
    .reviews .review-slider:before {
/*    right: 190px;*/
        left: 220px;
    height: 50px;
        border-radius: 5px;
    bottom: 0;
    /* width: 50px; */
    background: #fff;
    box-shadow: 0 0 3px rgb(0 0 0 / 10%);
    /* background: linear-gradient(90deg, transparent, rgba(0, 0, 0, .4)); */
}
    
    .reviews .review-slider .slick-arrow {
    position: absolute;
    /* top: 0; */
    z-index: 2;
    border: 0;
    text-indent: -9999px;
    background: url(../img/icons/arrow.png) no-repeat 50%;
    /* height: 100%; */
    height: 70px;
    bottom: -12px;
    /* right: 333px; */
    /* right: 190px; */
}
    
    
    .reviews .review-slider .slick-arrow.slick-next {
    right: 230px;
    transform: rotate(-180deg);
}
    
    
      
 .reviews .review-slider .slick-arrow.slick-prev {
    left: 230px;
}
    
  
    
    .inner-page {
        padding-top: 60px;
        padding-bottom: 60px
    }

    .inner-page .title {
        margin-bottom: 30px
    }
}

@media screen and (min-width:480px) and (max-width:768px) {
    
    .order_online_for_mobile {
    bottom: 8px;
    left: 6px;
    z-index: 1111;
}
    
      .reviews .review-slider:after {
    right: 110px;
    height: 50px;
    bottom: 0;
    /* width: 50px; */
    background: #fff;
    box-shadow: 0 0 3px rgb(0 0 0 / 10%);
    /* background: linear-gradient(90deg, transparent, rgba(0, 0, 0, .4)); */
}
    .reviews .review-slider:before {
/*    right: 190px;*/
        left: 110px;
    height: 50px;
    bottom: 0;
    /* width: 50px; */
    background: #fff;
    box-shadow: 0 0 3px rgb(0 0 0 / 10%);
    /* background: linear-gradient(90deg, transparent, rgba(0, 0, 0, .4)); */
}
    
    .reviews .review-slider .slick-arrow {
    position: absolute;
    /* top: 0; */
    z-index: 2;
    border: 0;
    text-indent: -9999px;
    background: url(../img/icons/arrow.png) no-repeat 50%;
    /* height: 100%; */
    height: 70px;
    bottom: -12px;
    /* right: 333px; */
    /* right: 190px; */
}
    
    
    .reviews .review-slider .slick-arrow.slick-next {
   right: 137px;
    width: 50px;
    transform: rotate(-180deg);
}
   
    .reviews .review-slider .slick-arrow.slick-prev {
    left: 137px;
         
    width: 50px;
}
    
}

@media screen and (min-width:320px) and (max-width:480px) {
    
    .contact-feald{width: 100%;}
    
/*
    .gallery .gallery-grid li {
    width: 50%;
}
*/
    
    
      .reviews .review-slider:after {
    right: 40px;
    height: 50px;
    bottom: 0;
    /* width: 50px; */
    background: #fff;
    box-shadow: 0 0 3px rgb(0 0 0 / 10%);
    /* background: linear-gradient(90deg, transparent, rgba(0, 0, 0, .4)); */
}
    .reviews .review-slider:before {
/*    right: 190px;*/
        left: 40px;
    height: 50px;
    bottom: 0;
    /* width: 50px; */
    background: #fff;
    box-shadow: 0 0 3px rgb(0 0 0 / 10%);
    /* background: linear-gradient(90deg, transparent, rgba(0, 0, 0, .4)); */
}
    
    .reviews .review-slider .slick-arrow {
    position: absolute;
    /* top: 0; */
    z-index: 2;
    border: 0;
    text-indent: -9999px;
    background: url(../img/icons/arrow.png) no-repeat 50%;
    /* height: 100%; */
    height: 70px;
    bottom: -12px;
    /* right: 333px; */
    /* right: 190px; */
}
    
    
    .reviews .review-slider .slick-arrow.slick-next {
   right: 70px;
    width: 50px;
    transform: rotate(-180deg);
}
   
    .reviews .review-slider .slick-arrow.slick-prev {
    left: 70px;
         
    width: 50px;
}
    
}
@media screen and (max-width:767px) {
    
    .reviews .review-slider {
    margin-bottom: 50px;
    padding-bottom: 70px;
}
    
    
    
    .inner-page {
        padding-top: 40px;
        padding-bottom: 40px
    }

    .inner-page .section-intro {
        margin-top: 0
    }

    .inner-page .content {
        margin-top: 25px
    }

    .inner-page .content .title {
        margin-bottom: 10px
    }
}

.form-wrapper .title {
    font-family: var(--secondary-font);
    font-size: var(--fs-h5)
}

.form-wrapper .col {
    margin-bottom: 15px
}

.form-wrapper input.form-control {
    height: 40px;
    line-height: 40px
}

.form-wrapper .form-control {
    position: relative;
    font-size: .9375rem
}

.form-wrapper .form-control.icon {
    padding-left: 40px;
    background-position: 10px 11px;
    background-size: auto;
    background-repeat: no-repeat
}

.form-wrapper .form-control.name {
    background-image: url(../img/icons/f-name.png)
}

.form-wrapper .form-control.email {
    background-image: url(../img/icons/f-email.png)
}

.form-wrapper .form-control.phone {
    background-image: url(../img/icons/f-phone.png)
}

.form-wrapper .form-control.message {
    background-image: url(../img/icons/f-message.png)
}

.form-wrapper .button {
    text-align: center;
    margin-top: 15px
}

.form-wrapper .button .btn {
    min-width: 200px
}

.form-wrapper.career form {
    max-width: 600px;
    margin: 20px auto
}

.form-wrapper.career form .section-head {
    color: #000;
    font-family: var(--secondary-font);
    font-size: var(--fs-p-default);
    font-weight: 500;
    background: none;
    border: 0;
    padding-left: 0;
    padding-right: 0;
    box-shadow: none
}

.form-wrapper.career form .button-wrapper {
    text-align: right
}

.form-wrapper.career form .button-wrapper .btn {
    min-width: 200px
}

@media screen and (max-width:767px) {
    .form-wrapper .col:not(.col-6) {
        -ms-flex: 1 auto;
        flex: 1 auto
    }

    .form-wrapper .title {
        margin: 15px 0 20px
    }
}

.ui-timepicker-standard {
    border: 0;
    padding: 0
}

.ui-timepicker-standard .ui-widget.ui-widget-content {
    border-radius: 0;
    border: 0;
    box-shadow: 0 0 5px rgba(0, 0, 0, .15)
}

.ui-timepicker-standard .ui-timepicker {
    padding: 0;
    width: 100%
}

.ui-timepicker-standard .ui-timepicker a {
    font-size: var(--fs-p-small);
    height: 40px;
    line-height: 40px
}

.ui-timepicker-standard .ui-timepicker a.ui-state-hover {
    border: 0;
    border-radius: 0;
    background-color: rgba(0, 0, 0, .02)
}

.ui-widget.ui-widget-content {
    border-radius: 0;
    border: 0;
    box-shadow: 0 0 5px rgba(0, 0, 0, .15);
    min-width: 290px;
    background: #fff;
    padding: 20px;
}

.ui-widget.ui-widget-content .ui-widget-header {
    border: 0;
    background: transparent
}

.ui-widget.ui-widget-content .ui-state-default {
    border-color: rgba(0, 0, 0, .02)
}

.ui-widget.ui-widget-content .ui-state-highlight {
    background: var(--primary-color);
    color: #fff
}

.ui-widget.ui-widget-content .ui-datepicker-next.ui-state-hover,
.ui-widget.ui-widget-content .ui-datepicker-prev.ui-state-hover {
    background: none !important;
    border: 0 !important;
    
}

.reservation .content {
    padding: 20px
}

.reservation .form-wrapper {
    background: none;
    box-shadow: none
}

.reservation .form-wrapper form .form-control[readonly] {
    background-color: #fff
}

.reservation .form-wrapper form .form-control {
    position: relative;
    font-size: var(--fs-p-default);
    font-weight: 700;
    color: var(--black);
    border-color: #dfdfdf;
    background-image: url(../img/icons/f-dropdown-arrow.png);
    background-position: 96%;
    background-repeat: no-repeat;
    padding-left: 40px
}

.reservation .form-wrapper form .col {
    position: relative
}

.reservation .form-wrapper form .icon {
    background-repeat: no-repeat;
    background-position: 50%;
    position: absolute;
    width: 40px;
    height: 100%;
    left: 13px;
    top: 0;
    z-index: 1
}

.reservation .form-wrapper form .icon.time {
    background-image: url(../img/icons/f-time.png)
}

.reservation .form-wrapper form .icon.date {
    background-image: url(../img/icons/f-date.png)
}

.reservation .form-wrapper form .icon.people {
    background-image: url(../img/icons/f-people.png)
}

.reservation .form-wrapper .button-wrapper {
    text-align: center
}

.reservation .form-wrapper .button-wrapper .btn {
    min-width: 200px
}

@media screen and (min-width:768px) {
    .reservation {
        background: var(--gray-bg);
        box-shadow: 0 0 5px rgba(0, 0, 0, .05)
    }

    .reservation .content {
        padding: 110px 0;
        background: #fff
    }

    .reservation .content .title {
        text-align: center;
        margin: 0;
        padding-left: 10px;
        padding-right: 10px
    }

    .reservation .content .br {
        display: block
    }

    .reservation .form-wrapper form {
        width: 290px;
        margin: 0 auto
    }

    .reservation .form-wrapper form .row {
        margin-top: 15px;
        margin-bottom: 15px
    }

    .reservation .form-wrapper form .row .col {
        margin-bottom: 0
    }
}

@media screen and (max-width:767px) {
    .reservation .title {
        text-align: center
    }
}

.review-list {
    max-width: 800px;
    width: 100%;
    margin: 0 auto
}

.review-list .review-item {
    padding: 20px 0
}

.review-list .review-item .quote {
    background: url(../img/icons/quote-start.png) no-repeat 50%;
    width: 40px;
    height: 30px;
    margin-bottom: 0;
    display: block
}

.review-list .review-item .review {
    margin-top: 15px;
    font-size: var(--fs-p-default)
}

.review-list .review-item .name {
    font-weight: 700;
    margin-bottom: 0;
    font-size: var(--fs-p-default)
}

.review-list .review-item .address {
    font-size: var(--fs-xs)
}

.our-menus {
    box-shadow: 3px 0 7px rgba(0, 0, 0, .05);
    background: #fff;
    padding: 15px 0;
    border: 1px solid #d9d7d7;
    border-radius: 5px;
    overflow: hidden
}

.our-menus .menu-slider {
    padding: 0 60px
}

.our-menus .menu {
    border: 1px solid #d9d7d7;
    margin: 0 20px;
    border-radius: 5px;
    font-size: var(--fs-p-default);
    font-weight: 500;
    padding: 0;
    color: var(--black);
    line-height: normal;
    white-space: nowrap;
    text-align: center
}

.our-menus .menu.active {
    background: var(--primary-color);
    border-color: var(--primary-color)
}

.our-menus .menu.active a {
    color: #fff
}

.our-menus .menu a {
    color: var(--black);
    text-decoration: none;
    padding: 10px 30px;
    display: block
}

.our-menus .slick-arrow {
    background: url(../img/icons/arrow-2.png) no-repeat 50%;
    position: absolute;
    text-indent: -9999px;
    border: 0;
    height: 100%;
    top: 0;
    width: 60px
}

.our-menus .slick-arrow.slick-next {
    right: 0;
    transform: rotate(-180deg)
}

.our-menus .slick-arrow.slick-prev {
    left: 0
}

.menu-list-wrapper {
    margin-top: 50px
}

.menu-list-wrapper .title {
    font-size: var(--fs-h4)
}

.menu-list-wrapper .sub-title,
.menu-list-wrapper .title {
    font-family: var(--secondary-font);
    color: var(--black);
    font-weight: 700;
    margin-bottom: 15px;
    text-transform: uppercase
}

.menu-list-wrapper .sub-title {
    font-size: var(--fs-h5)
}

.menu-list-wrapper .menu-list {
    border-top: 1px solid #ececec;
    padding-top: 30px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative
}

.menu-list-wrapper .menu-list .menu {
    border-bottom: 1px solid #ececec;
    padding-bottom: 20px;
    margin-bottom: 20px;
    min-width: 290px;
}

.menu-list-wrapper .menu-list .menu .name,
.menu-list-wrapper .menu-list .menu .price {
    font-size: var(--fs-p-default);
    font-weight: 700;
    color: var(--black);
    font-family: var(--secondary-font)
}

.menu-list-wrapper .menu-list .menu .price {
    margin-bottom: 10px
}

.menu-list-wrapper .menu-list .menu .description {
    font-size: var(--fs-xs);
    color: #5b5b5b;
    margin-bottom: 0
}

@media screen and (min-width:992px) {
    .menu-list-wrapper .menu-list .menu {
        width: 33.33%;
        padding-right: 40px
    }

    .menu-list-wrapper .menu-list .menu:last-child:after {
        border-bottom: 1px solid #ececec;
        position: absolute;
        left: 0;
        bottom: 20px;
        content: "";
        width: 100%
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
    .menu-list-wrapper .menu-list .menu {
        width: 50%;
        padding-right: 40px
    }

    .menu-list-wrapper .menu-list .menu:last-child:after {
        border-bottom: 1px solid #ececec;
        position: absolute;
        left: 0;
        bottom: 20px;
        content: "";
        width: 100%
    }
}

@media screen and (max-width:767px) {
    .our-menus .menu-slider {
        padding: 0 40px
    }

    .our-menus .menu-slider .menu {
        margin: 0 10px
    }

    .our-menus .slick-arrow {
        width: 40px
    }
}

.social-icons li a {
    display: block;
    width: 38px;
    height: 38px;
    border: 1px solid #dfdfdf;
    border-radius: 100%;
    background-position: 50%;
    background-repeat: no-repeat;
    transition: all .3s
}

.social-icons li a.facebook {
    background-image: url(../img/icons/facebook.png);
    background-size: 9px 16px
}

.social-icons li a.instagram {
    background-image: url(../img/icons/instagram.png);
    background-size: 16px 16px
}

.social-icons li a.twitter {
    background-image: url(../img/icons/twitter.png);
    background-size: 14px 14px
}

.social-icons li a:hover {
    background-color: rgba(0, 0, 0, .2)
}

.social-list-vertical li {
    margin: 15px 0
}

.social-list-vertical li a {
    position: relative;
    display: block;
    border: 1px solid #dfdfdf;
    padding: 20px 10px 20px 60px;
    border-radius: 5px;
    text-decoration: none;
    color: #000;
    transition: all .3s;
    font-size: var(--fs-p-small);
    word-break: break-all
}

.social-list-vertical li a:before {
    border-radius: 100%;
    background-position: 50%;
    background-repeat: no-repeat;
    transition: all .3s;
    content: "";
    position: absolute;
    width: 60px;
    height: 100%;
    left: 0;
    top: 0
}

.social-list-vertical li a.facebook:before {
    background-image: url(../img/icons/facebook.png);
    background-size: 9px 16px
}

.social-list-vertical li a.instagram:before {
    background-image: url(../img/icons/instagram.png);
    background-size: 16px 16px
}

.social-list-vertical li a.twitter:before {
    background-image: url(../img/icons/twitter.png);
    background-size: 14px 14px
}

.social-list-vertical li a:hover {
    padding-left: 70px
}

.social-list-vertical li a:hover:before {
    left: 10px
}

.slick-slider {
    overflow: hidden
}

.slick-slider .slick-list {
    box-sizing: border-box;
    width: 100%
}

.slick-slider .slick-dots {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center
}

.slick-slider .slick-dots li {
    margin: 0 5px;
    margin-top: 20px
}

.slick-slider .slick-dots li button {
    border: 0;
    text-indent: -99999px;
    height: 4px;
    width: 25px;
    background: rgb(255 255 255 / 50%); 
    border-radius: 5px;
    border: 1px solid;
}

.slick-slider .slick-dots li.slick-active button {
    background: var(--primary-color)
}

.slick-slider .slick-dots li:only-child {
    display: none
}

#baguetteBox-overlay {
    display: none;
    opacity: 0;
    position: fixed;
    overflow: hidden;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #222;
    background-color: rgba(0, 0, 0, .8);
    transition: opacity .5s ease
}

#baguetteBox-overlay.visible {
    opacity: 1
}

#baguetteBox-overlay .full-image {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center
}

#baguetteBox-overlay .full-image figure {
    display: inline;
    margin: 0;
    height: 100%
}

#baguetteBox-overlay .full-image img {
    display: inline-block;
    width: auto;
    height: auto;
    max-height: 100%;
    max-width: 100%;
    vertical-align: middle;
    box-shadow: 0 0 8px rgba(0, 0, 0, .6)
}

#baguetteBox-overlay .full-image figcaption {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    line-height: 1.8;
    white-space: normal;
    color: #ccc;
    background-color: #000;
    background-color: rgba(0, 0, 0, .6);
    font-family: sans-serif
}

#baguetteBox-overlay .full-image:before {
    content: "";
    display: inline-block;
    height: 50%;
    width: 1px;
    margin-right: -1px
}

#baguetteBox-overlay #baguetteBox-slider {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    white-space: nowrap;
    transition: left .4s ease, transform .4s ease
}

#baguetteBox-overlay #baguetteBox-slider.bounce-from-right {
    animation: a .4s ease-out
}

#baguetteBox-overlay #baguetteBox-slider.bounce-from-left {
    animation: b .4s ease-out
}

@keyframes a {

    0%,
    to {
        margin-left: 0
    }

    50% {
        margin-left: -30px
    }
}

@keyframes b {

    0%,
    to {
        margin-left: 0
    }

    50% {
        margin-left: 30px
    }
}

#baguetteBox-overlay .baguetteBox-button#next-button,
#baguetteBox-overlay .baguetteBox-button#previous-button {
    top: 50%;
    top: calc(50% - 30px);
    width: 44px;
    height: 60px
}

#baguetteBox-overlay .baguetteBox-button {
    position: absolute;
    cursor: pointer;
    outline: 0;
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 15%;
    background-color: transparent;
    color: #ddd;
    font: 1.6em sans-serif;
    transition: background-color .4s ease
}

#baguetteBox-overlay .baguetteBox-button:focus,
#baguetteBox-overlay .baguetteBox-button:hover {
    background-color: transparent
}

#baguetteBox-overlay .baguetteBox-button#next-button {
    right: 2%
}

#baguetteBox-overlay .baguetteBox-button#previous-button {
    left: 2%
}

#baguetteBox-overlay .baguetteBox-button#close-button {
    top: 20px;
    right: 2%;
    right: calc(2% + 6px);
    width: 30px;
    height: 30px
}

#baguetteBox-overlay .baguetteBox-button svg {
    position: absolute;
    left: 0;
    top: 0
}

#baguetteBox-overlay .baguetteBox-spinner {
    width: 40px;
    height: 40px;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -20px
}

#baguetteBox-overlay .baguetteBox-double-bounce1,
#baguetteBox-overlay .baguetteBox-double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #fff;
    opacity: .6;
    position: absolute;
    top: 0;
    left: 0;
    animation: c 2s infinite ease-in-out
}

#baguetteBox-overlay .baguetteBox-double-bounce2 {
    animation-delay: -1s
}

@keyframes c {

    0%,
    to {
        transform: scale(0)
    }

    50% {
        transform: scale(1)
    }
}

#baguetteBox-overlay {
    z-index: 4
}

.newsletter .container {
    text-align: center;
    background: url(../img/5.jpeg) no-repeat 50%;
    background-size: cover
}

.newsletter .container .title,
.newsletter .container p {
    color: var(--black)
}

.newsletter .container .newsletter_form {
    display: -ms-flexbox;
    display: flex;
    max-width: 710px;
    margin: 0 auto
}

.newsletter .container .newsletter_form .form-control {
    -ms-flex: 1;
    flex: 1;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    height: 44px;
    font-size: var(--fs-p-default)
}

.newsletter .container .newsletter_form .btn-primary {
    height: 44px;
    line-height: 44px;
    background: var(--primary-color);
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-color: var(--primary-color)
}

.newsletter .container .newsletter_form .btn-primary:focus,
.newsletter .container .newsletter_form .btn-primary:focus-within,
.newsletter .container .newsletter_form .btn-primary:hover {
    color: #fff;
    box-shadow: none
}

footer {
    margin-top: auto
}

footer .address {
    font-size: var(--fs-p-default);
    font-family: var(--secondary-font);
    font-weight: 500;
    padding: 0;
    margin: 0;
    margin-top: 24px;
    color: var(--black)
}

footer .address a {
    color: var(--black);
    text-decoration: none
}

footer .copyright {
    font-size: var(--fs-xs);
    font-family: var(--secondary-font);
    padding: 0;
    margin: 0;
    margin-top: 22px;
    color: var(--black)
}

footer .social-icons li {
    margin: 0 10px
}

footer .poweredby {
    background: #000;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 24px
}

@media screen and (min-width:768px) {
    footer .newsletter {
        padding: 50px 0;
        margin-bottom: 50px
    }

    footer .newsletter .container {
        padding: 40px
    }

    footer .newsletter .container p {
        font-size: var(--fs-p-default)
    }

    footer .newsletter .newsletter_form .btn-primary {
        width: 150px
    }
}

@media screen and (max-width:767px) {
    footer .newsletter {
        padding: 0;
        margin-bottom: 50px
    }

    footer .newsletter .container {
        padding: 40px 20px
    }

    footer .newsletter .container p,
    footer .newsletter .newsletter_form .form-control {
        font-size: var(--fs-p-default)
    }

    footer .newsletter .newsletter_form .btn-primary {
        font-size: 1rem;
        width: 120px
    }

    footer .address {
        font-size: .9375rem;
        margin-top: 24px
    }

    footer .address a {
        text-decoration: underline
    }

    footer .copyright {
        margin-top: 22px
    }

    footer .dot {
        display: none
    }

    footer .block {
        display: block
    }
}

@font-face {
    font-family: Calisto MT;
    src: url(../fonts/CALIST.TTF) format("truetype")
}
