/*
  Template Name: OsteriaX
  Author : MarkUps
  Author URI: http://www.markups.io/
  Version: 1.0
  Tags: light, white, restaurant, multi page, landing page, custom-colors, Bootstrap, responsive, html5, css3, Sass, template, web template

*/


/* Table of Content
==================================================
#BASIC TYPOGRAPHY
#HEADER SECTION
#NAVBAR SECTION
#SLIDER SECTION
#ABOUT US SECTION
#COUNTER SECTION
#MENU ITEM SECTION
#RESERVATION SECTION
#GALLERY SECTION
#TESTIMONIAL SECTION
#CHEF SECTION
#CONTACT SECTION
#MAP SECTION
#FOOTER SECTION
#RESPONSIVE DESIGN
*/

body {
    background-color: #ffffff;
    font-family: "Prata", serif;
    color: #333333;
    font-size: 15px;
    overflow-x: hidden;
    line-height: 24px;
}

.no-padding {
    padding: 0;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

a {
    text-decoration: none;
    color: #333333;
}

a:hover,
a:focus {
    outline: none;
    text-decoration: none;
}

.s1 {
    color: #f80707;
    font-weight: bold;
    font-size: 16px;
}

.span1 {
    color: #000;
    font-weight: bold;
}

.span2 {
    color: #558bf7;
    font-weight: bold;
}

a,
ul,
li,
td,
tr,
p,
span,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Open Sans", sans-serif;
}

h2 {
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    margin: 0;
}

img {
    border: none;
    max-width: 100%;
}

.mu-readmore-btn {
    background: #0f3923;
    color: #FFD390;
    font-family: "Open Sans", sans-serif;
    display: inline-block;
    font-size: 24px;
    font-weight: bold;
     width: 190px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
    position: relative;
    border-radius:7px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.mu-readmore-btn::after {
    bottom: 5px;
    content: "";
    left: 5px;
    position: absolute;
    right: 5px;
    top: 5px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.mu-readmore-btn:hover,
.mu-readmore-btn:focus {
    background-color: #231f20;
    color: #fff;
}

.mu-readmore-btn:hover::after,
.mu-readmore-btn:focus::after {
    bottom: 0px;
    content: "";
    left: 0px;
    right: 0px;
    top: 0px;
}

.mu-browsmore-btn {
    background-color: #fff;
    border: 1px solid #ccc;
    display: inline-block;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0.5px;
    padding: 12px 25px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.mu-browsmore-btn:hover,
.mu-browsmore-btn:focus {
    color: #fff;
}

.mu-send-btn {
    background-color: transparent;
    border: 1px solid #ccc;
    display: inline-block;
    font-size: 16px;
    padding: 10px 18px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.mu-send-btn:hover,
.mu-send-btn:focus {
    color: #fff;
}


/*==================
 HEADER SECTION
====================*/

#mu-header {
    /* background-color: #0f3923; */
    /* border-bottom: 1px solid #ddd; */
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 999;
}

.container>.navbar-header,
.container-fluid>.navbar-header,
.container>.navbar-collapse,
.container-fluid>.navbar-collapse {
    margin-right: 0;
    margin-left: 0;
}


/*==================
 NAVBAR SECTION
====================*/

.mu-main-navbar {
    /* background-color: #fff; */
    background-color: #1A5026;
    border: none;
    padding: 20px 0;
    border-radius: 0;
    margin-bottom: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.mu-main-navbar .mu-main-nav {
    font-family: "Open Sans", sans-serif;
}


/* .mu-main-navbar .mu-main-nav li a {
    color: #e52154;
    font-size: 20px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    transition: all .2s ease-in-out;
} */


/* .mu-main-navbar .mu-main-nav li a:hover {
    color: #f3b52d;
    transform: scale(0.7);
} */

.mu-main-navbar .mu-main-nav li a {
    font-family: 'PT Sans', sans-serif;
    display: inline-block;
    position: relative;
}

.mu-main-navbar .mu-main-nav li a {
    color: #FFD390;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: center;
    padding: 10px 20px;
    display: block;
    transition: all 0.3s ease 0s;
}

.mu-main-navbar .mu-main-nav li a:hover {
    color: #fff;
    text-shadow: 0 0 2px #000;
}

/*.mu-main-navbar .mu-main-nav li a:before {*/
/*    content: '';*/
/*    height: 5px;*/
/*    width: 100%;*/
    /* background-color: #34b67a; */
/*    position: absolute;*/
/*    left: 0;*/
/*    bottom: 0;*/
/*    transition: all 0.3s;*/
/*}*/

/*.mu-main-navbar .mu-main-nav li a:hover:before {*/
/*    height: 100%;*/
/*    background-color: rgb(254, 203, 48, 0.7);*/
/*    ;*/
/*}*/

@media only screen and (max-width: 990px) {
    .mu-main-navbar .mu-main-nav li a {
        font-size: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .mu-main-navbar .mu-main-nav li a {
        margin-bottom: 0px;
    }
    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border: 0px;
}
}

.mu-main-navbar .mu-main-nav .dropdown-menu {
    /* background-color: #fff; */
    border-radius: 0;
}

.mu-main-navbar .mu-main-nav .dropdown-menu li a {
    padding: 10px 20px;
}

.mu-main-navbar .navbar-header .navbar-brand {
    color: #333;
    display: inline-block;
    font-weight: 700;
    padding: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.mu-main-navbar .navbar-header .navbar-brand img {
    width: 205px;
    margin: 5px;
}

.mu-main-navbar .navbar-header .navbar-brand-small {
    height: 20px;
    margin-top: 16px;
    width: 105px;
}

.mu-main-navbar .navbar-header .navbar-brand-small span {
    margin-top: -4px;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    background-color: transparent;
}


/*scrol to top*/

.scrollToTop {
    bottom: 60px;
    color: #fff;
    display: none;
    font-size: 30px;
    line-height: 50px;
    position: fixed;
    right: 20px;
    text-align: center;
    text-decoration: none;
    width: 55px;
    z-index: 999;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    height: 55px;
    border-radius: 50%;
}

.scrollToTop:hover,
.scrollToTop:focus {
    color: #fff;
}


/*==================
	SLIDER SECTION
====================*/

#mu-slider {
    display: inline;
    float: left;
    margin-top: 54px;
    width: 100%;
    position: relative;
}

.mu-slider-area {
    display: inline;
    float: left;
    width: 100%;
}

.mu-top-slider {
    display: inline;
    float: left;
    width: 100%;
}

.mu-top-slider-single {
    display: inline;
    float: left;
    position: relative;
    width: 100%;
}

.mu-top-slider .mu-top-slider-single img {
    width: 100%;
}

.mu-top-slider .mu-top-slider-single .mu-top-slider-content {
    position: absolute;
    left: 15%;
    top: 30%;
    right: 15%;
    z-index: 99;
}
.sub-head{
    color: #f6e470;
    letter-spacing: 12px;
}
.mu-top-slider .mu-top-slider-single .mu-top-slider-content .mu-slider-small-title {
    /* font-family: "Tangerine", cursive; */
      color: #1A5026;
    font-size: 46px;
    font-weight: bold;
    line-height: 74px;
  
}

.mu-top-slider .mu-top-slider-single .mu-top-slider-content .mu-slider-title {
    color: #fff;
    font-size: 35px;
    line-height: 1.2;
    margin-top: 10px;
}

.mu-top-slider .mu-top-slider-single .mu-top-slider-content p {
    color: #fff;
    font-size: 20px;
    margin-bottom: 30px;
    margin-top: 10px;
    padding: 0 30px;
}

.mu-top-slider .slick-prev::before {
    content: "\f177";
    font-family: fontAwesome;
}

.mu-top-slider .slick-next::before {
    content: "\f178";
    font-family: fontAwesome;
}

.mu-top-slider .slick-prev,
.mu-top-slider .slick-next {
    background-color: transparent;
    border: 2px solid #888;
    height: 60px;
    top: 50%;
    width: 70px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.mu-top-slider .slick-prev::before,
.mu-top-slider .slick-next::before {
    color: #888;
}

.mu-top-slider .slick-prev:hover,
.mu-top-slider .slick-prev:focus,
.mu-top-slider .slick-next:hover,
.mu-top-slider .slick-next:focus {
    color: #fff;
}

.mu-top-slider .slick-prev:hover::before,
.mu-top-slider .slick-prev:focus::before,
.mu-top-slider .slick-next:hover::before,
.mu-top-slider .slick-next:focus::before {
    color: #fff;
}

.mu-top-slider .slick-prev {
    left: 20px;
}

.mu-top-slider .slick-next {
    right: 20px;
}

.mu-top-slider .slick-dots {
    bottom: 20px;
}

.mu-top-slider .slick-dots li button {
    border-radius: 50%;
    background: #231f20;
    border: 1px solid #eb3b2e;
}

.mu-top-slider .slick-dots li button::before {
    color: transparent;
    background: transparent;
    border-radius: 50%;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.mu-top-slider .slick-dots li.slick-active button::before {
    color: transparent;
    border-radius: 50%;
    opacity: 1;
}


/* /*==================
	ABOUT US SECTION
====================*/

#mu-about-us {
    display: inline;
    float: left;
    width: 100%;
    /* padding: 100px 0 0; */
    padding: 80px 0px 80px 0px;
    background: #a0edec;
}


/* .mu-title .mu-subtitle {
    font-size: 50px;
    font-family: "Tangerine", cursive;
    line-height: 30px;
} */

.mu-title {
    margin-top: 120px;
}

.mu-title h2 {
    color: #000;
    font-size: 35px;
    margin-bottom: 5px;
    text-align: center;
}


/* .mu-about-us-area .mu-title:after {
    content: '';
    height: 4px;
    background: #f15f2a;
    width: 31px;
    position: absolute;
    left: 126px;
    top: 138px;
} */

.mu-about-us-right p {
    color: #9294a0;
    font-size: 18px;
    line-height: 1.9;
    margin-bottom: 20px;
    text-align: center;
}

.mu-about-us-left img {
    width: 100%;
}

.hr {
    border-bottom: 1px dashed #ccc;
    width: 100%;
}


/*==================
 MAP SECTION
====================*/


/*#mu-map{*/


/*  margin:30px;*/


/*}*/


/* #mu-map {
    background: #fdc7c4;
} */


/*==================
 FOOTER SECTION
====================*/


/*---------footer---------*/

.footer-bg {

    background: #F7F4EF;
    padding: 30px 0px;
}

.footer-bg .Pimlico h2 {
    color: #1A5026;
    font-size: 20px;
    font-weight:bold;
    text-transform: uppercase;
font-weight:800;
    line-height: 2;
}
.footer-bg .Pimlico h5 {
    color: #1A5026;
    font-size: 16px;
    font-weight:bold;
    line-height: 2;
}

.footer-bg .Pimlico li {
    color: #fff;
    display: flex;
}

.footer-bg .Pimlico i {
    margin-right: 15px;
}

.text-white {
    color: #fff!important;
}

.footer-bg .social-icon .fa {
    padding: 10px;
    font-size: 16px;
    width: 34px;
    height: 34px;
    text-align: center;
    text-decoration: none;
    margin: 5px 8px;
    border-radius: 50%;
    background: #fff;
    color: #000;
}

.privacy {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}

.privacy a {
    color: #fff;
    text-decoration: none;
}

.dayTimings{
       display: flex; 
       margin-bottom: 5px;
}
.Pimlico .dayTimings .day{
  color: #1A5026;
    font-size: 16px;
    font-weight: 600;  
}
.Pimlico .dayTimings .timings{
  color: #1A5026;
    font-size: 16px;
    font-weight: 600; 
    margin-left: 60px;
}
.Pimlico .dayTimings .timingsI{
  color: #1A5026;
    font-size: 16px;
    font-weight: 600; 
    margin-left: 25px;
}
.dayTimingsI{
       display: flex; 
    margin-bottom: 5px;
}
.islington .dayTimingsI .day{
  color: #5A2700;
    font-size: 16px;
    font-weight: 600;  
}
.islington .dayTimingsI .timings{
  color: #5A2700;
    font-size: 16px;
    font-weight: 600; 
    margin-left: 67px;
}
.islington .dayTimingsI .timingsClosed{
  color: #5A2700;
    font-size: 16px;
    font-weight: 600; 
    margin-left: 58px;
}
.islington .dayTimingsI .timingsI{
  color: #5A2700;
    font-size: 16px;
    font-weight: 600; 
    margin-left: 30px ;
}


.footer-bg .list-unstyled li a {
    color: #1A5026;
    text-decoration: none;
    font-weight:600;
    display: flex;
    margin-top:10px;
    align-items: baseline;
}

.footer-bg .Pimlico i {
    margin-right: 15px;
}
.cards img{
    width: 60px;
    margin: 3px;
    border-radius: 4px;
   
}
.PimlicoMap{
    
}
.PimlicoMap p{
 color: #1A5026;
 font-size:16px;
 font-weight:600;
 line-height: 30px;
 position: relative;
top: 98px;
 
}
.PimlicoMap p .mapArrowIcon{
     font-size: 20px;
    margin-left: 5px;
    transform: rotate(45deg);
 
}
.PimlicoMap p .seeMap{
    color:#1A5026;
    font-size:17px;
    font-weight:800;
      text-transform: uppercase;
}
.islingtonMap{
    
}
.islingtonMap p{
 color: #5A2700;
 font-size:16px;
 font-weight:600;
 line-height: 30px;
 margin-top: 25px;
 
}
.islingtonMap p .mapArrowIcon{
     font-size: 20px;
    margin-left: 5px;
    transform: rotate(45deg);
 
}
.islingtonMap p .seeMap{
    color:#5A2700;
    font-size:17px;
    font-weight:800;
      text-transform: uppercase;
}
/*++++++++++*/
.footer-bg .islington h2 {
    color: #5A2700;
    font-size: 20px;
        text-transform: uppercase;
   font-weight:800;
    line-height: 2;
}
.footer-bg .PageLinks h2 {
    color: #000;
    font-size: 20px;
     font-weight:800;
        text-transform: uppercase;
    /*border-bottom: 1px solid #9294a0;*/
    line-height: 2;
}
.footer-bg .followUs h2 {
    color: #000;
    font-size: 20px;
    font-weight:800;
        text-transform: uppercase;
    /*border-bottom: 1px solid #9294a0;*/
    line-height: 2;
}
.footer-bg .islington h5 {
    color: #5A2700;
    font-size: 16px;
    font-weight:bold;
    line-height: 2;
}

.footer-bg .islington li {
    color: #fff;
    /*margin-bottom: 15px;*/
    display: flex;
}

.footer-bg .islington i {
    margin-right: 15px;
}

.text-white {
    color: #fff!important;
}

.footer-bg .social-icon .fa {
    padding: 10px;
    font-size: 16px;
    width: 34px;
    height: 34px;
    text-align: center;
    text-decoration: none;
    margin: 5px 8px;
    border-radius: 50%;
    background: #fff;
    color: #000;
}

.privacy {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}

.privacy a {
    color: #fff;
    text-decoration: none;
}

.text {
    display: flex;
    margin-top: 13px;
}

.text p {
    margin-right: auto;
}

.footer-bg .islington li a {
    color: #5A2700;
    text-decoration: none;
    margin-top: 10px;
    display: flex;
    align-items: baseline;
}
.footer-bg .PageLinks li a {
    color: #000;
    text-decoration: none;
    font-weight:600;
    margin-top: 10px;
    display: flex;
    align-items: baseline;
}

.footer-bg .Pimlico i {
    margin-right: 15px;
}
.cards img{
    width: 60px;
    margin: 3px;
    border-radius: 4px;
   
}

.followUs ul li{
display:flex;
align-items: center;
font-weight:bold;
margin-top: 10px;
}
.followUs .inistagramIcon{
    color:#000;
     font-size: 20px;
    margin-right: 11px;
}
.followUs .facebookIcon{
    color:#000;
     font-size: 20px;
    margin-right: 11px;
}
.footerBottom{
  background:#EBE8E3;  
padding: 20px 0px;
}
.footerBottom a{
    color:#000;
    font-size:16px;
    font-weight:600;
}

/*==================
 RESPONSIVE DESIGN
====================*/

@media (max-width: 1199px) {
    .mu-top-slider .mu-top-slider-single img {
        object-fit: fill;
        width: 100%;
        height: 200px;
    }
    .mu-main-navbar .mu-main-nav li a {
        padding-left: 10px;
        padding-right: 10px;
    }
    .mu-top-slider .mu-top-slider-single .mu-top-slider-content {
        position: absolute;
        left: 5%;
        top: 23%;
        right: 5%;
    }
    .mu-top-slider .mu-top-slider-single .mu-top-slider-content .mu-slider-small-title {
        font-size: 30px;
        line-height: 45px;
    }
    #mu-slider {
    margin-top: 63px;
}
    .mu-top-slider .mu-top-slider-single .mu-top-slider-content .mu-slider-title {
        font-size: 27px;
    }
    .mu-reservation-content {
        padding: 0;
    }
    .mu-testimonial-slider li .mu-testimonial-single {
        padding: 0 50px;
    }
    .mu-chef-nav .slick-list li .mu-single-chef .mu-single-chef-social {
        padding: 23px 5px;
    }
    .mu-single-gallery .mu-single-gallery-item .mu-single-gallery-info {
        padding-top: 26%;
    }
}

@media (max-width: 991px) {
    .mu-main-navbar .mu-main-nav li a {
        padding-left: 5px;
        padding-right: 5px;
        font-size: 14px;
    }
    .mu-about-us-left,
    .mu-reservation-form {
        text-align: center;
    }
    .mu-reservation-right {
        margin-top: 60px;
    }
    #mu-contact .mu-contact-area .mu-contact-content .mu-contact-right {
        margin-top: 50px;
        padding: 0;
    }
    #mu-gallery .mu-gallery-area .mu-gallery-content .mu-gallery-body .mu-single-gallery .mu-single-gallery-item .mu-single-gallery-info {
        padding-top: 22%;
    }
    #mu-client-testimonial .mu-client-testimonial-area .mu-testimonial-content .mu-testimonial-slider li .mu-testimonial-single {
        padding: 0 60px;
    }
    #mu-client-testimonial .mu-client-testimonial-area .mu-testimonial-content .mu-testimonial-slider li .mu-testimonial-single .mu-testimonial-info p::before {
        top: 40%;
    }
}

@media (max-width: 767px) {
    .navbar-default .navbar-toggle {
        border-radius: 0px;
      background: transparent;
      border-radius: 7px;
    }
    .navbar-default .navbar-toggle:hover,
    .navbar-default .navbar-toggle:focus {
        background: transparent;
        color: #fff;
        border-radius: 7px;
    }
    .mu-main-navbar .mu-main-nav {
        /* background-color: #fff; */
        text-align: center;
    }
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
        /* background-color: #fff; */
        background: #000;
        color: #fff;
    }
    #mu-counter .mu-counter-overlay .mu-counter-area .mu-counter-nav li {
        margin-top: 10px;
        margin-bottom: 10px;
        border-right: none;
    }
    .about-us h1 {
        font-size: 23px;
    }
}

@media (max-width: 640px) {
    .mu-main-navbar .navbar-header .navbar-brand img {
       width: 140px;
    margin: 12px;
    }
    .navbar-default .navbar-toggle:hover,
    .navbar-default .navbar-toggle:focus {
        background: transparent;
        color: #fff;
        border-radius: 7px;
    }
    #mu-slider .mu-slider-area .mu-top-slider .mu-top-slider-single .mu-top-slider-content .mu-slider-title {
        font-size: 40px;
    }
    .mu-top-slider .mu-top-slider-single .mu-top-slider-content {
        top: 18%;
    }
    #mu-restaurant-menu .mu-restaurant-menu-area .mu-restaurant-menu-content .mu-restaurant-menu li a {
        font-size: 16px;
        margin: 0 5px;
    }
    #mu-gallery .mu-gallery-area .mu-gallery-content .mu-gallery-body .mu-single-gallery .mu-single-gallery-item .mu-single-gallery-info {
        padding-top: 18%;
    }
    #mu-client-testimonial .mu-client-testimonial-area .mu-testimonial-content .mu-testimonial-slider li .mu-testimonial-single {
        padding: 0;
    }
    .mu-testimonial-slider li .mu-testimonial-single .mu-testimonial-info p {
        font-size: 16px;
        line-height: 30px;
    }
    #mu-chef .mu-chef-area .mu-chef-content .mu-chef-nav .slick-list li .mu-single-chef .mu-single-chef-social a {
        margin: 0 3px;
        padding: 3px 0;
        width: 30px;
    }
    .mu-top-slider .slick-dots {
        display: none !important;
    }
    .mu-top-slider .mu-top-slider-single .mu-top-slider-content .mu-slider-small-title {
        font-size: 26px;
        line-height: 40px;
        
    }
    .mu-top-slider .mu-top-slider-single .mu-top-slider-content .mu-slider-small-title br {
      display:none;
        
    }
    .mu-top-slider .mu-top-slider-single .mu-top-slider-content p {
        font-size: 14px;
        margin-bottom: 0;
        margin-top: 0px;
        padding: 0 5px;
    }
    #mu-slider .mu-slider-area .mu-top-slider .mu-top-slider-single .mu-top-slider-content .mu-slider-title {
        font-size: 18px;
        line-height: 24px;
    }
    .mu-top-slider .mu-top-slider-single img {
        object-fit: fill;
        width: 100%;
        height: 235px;
    }
}

@media (max-width: 480px) {
    .mu-top-slider .mu-top-slider-single .mu-top-slider-content {
        top: 20%;
    }
    .mu-readmore-btn {
        display: inline-block;
        font-size: 17px;
        width: 150px;
        height: 50px;
        display: flex;
        margin-top: 25px;
    }
    .mu-top-slider .mu-top-slider-single .mu-top-slider-content p {
        display: none;
    }
    .mu-reservation-content p {
        padding: 0;
    }
    .mu-title {
        margin-bottom: 0;
    }
    #mu-client-testimonial .mu-client-testimonial-area .mu-testimonial-content .mu-testimonial-slider li .mu-testimonial-single {
        padding: 0;
    }
    #mu-subscription .mu-subscription-area .mu-subscription-form input[type="text"] {
        width: 100%;
        margin-bottom: 20px;
    }
    #mu-subscription .mu-subscription-area {
        padding: 0;
        text-align: center;
    }
    #mu-subscription .mu-subscription-area .mu-subscription-form .mu-readmore-btn {
        width: auto;
    }
    #mu-gallery .mu-gallery-area .mu-gallery-content .mu-gallery-body .mu-single-gallery {
        width: 100%;
    }
    #mu-gallery .mu-gallery-area .mu-gallery-content .mu-gallery-body .mu-single-gallery .mu-single-gallery-item .mu-single-gallery-info {
        padding-top: 30%;
    }
    #mu-restaurant-menu .mu-restaurant-menu-area .mu-restaurant-menu-content .mu-restaurant-menu li {
        margin-bottom: 10px;
    }
}

@media (max-width: 360px) {
    .mu-main-navbar .navbar-header .navbar-brand img {
        width: 70px;
        margin: 0px;
    }
    .mu-readmore-btn {
        padding: 10px 20px;
        margin-top: 10px;
    }
    #mu-slider .mu-slider-area .mu-top-slider .mu-top-slider-single .mu-top-slider-content .mu-slider-title {
        font-size: 17px;
        line-height: 1.2;
    }
    .mu-top-slider .mu-top-slider-single img {
        height: 192px;
        object-fit: fill;
    }
    .mu-top-slider .mu-top-slider-single .mu-top-slider-content .mu-slider-small-title {
        font-size: 18px;
        line-height: 25px;
    }
    #mu-restaurant-menu .mu-restaurant-menu-area .mu-restaurant-menu-content .mu-restaurant-menu li {
        margin-bottom: 12px;
    }
    #mu-about-us {
        padding: 50px 0 50px;
    }
    #mu-restaurant-menu {
        padding: 0;
    }
    .mu-menu-item-nav li {
        padding-bottom: 0;
    }
    #mu-restaurant-menu {
        padding-bottom: 50px;
    }
    #mu-reservation .mu-reservation-area .mu-reservation-content {
        padding: 0;
    }
    .mu-opening-hour h2 {
        font-size: 42px;
        padding-bottom: 10px;
    }
    .mu-title h2 {
        font-size: 28px;
    }
    #mu-client-testimonial .mu-client-testimonial-area .mu-testimonial-content .mu-testimonial-slider li .mu-testimonial-single .mu-testimonial-info p {
        font-size: 16px;
        line-height: 24px;
    }
    #mu-contact .mu-contact-area .mu-contact-content .mu-contact-right {
        text-align: center;
    }
    #mu-contact .mu-contact-area .mu-contact-content .mu-contact-right .mu-contact-widget address {
        text-align: left;
    }
    #mu-contact {
        padding: 100px 0 50px;
    }
    #mu-gallery .mu-gallery-area .mu-gallery-content .mu-gallery-body .mu-single-gallery .mu-single-gallery-item .mu-single-gallery-info {
        padding-top: 27%;
    }
    #mu-footer .mu-footer-area .mu-footer-social a {
        font-size: 18px;
    }
    .mu-menu-item-nav li {
        text-align: center;
    }
    #mu-restaurant-menu .mu-restaurant-menu-area .mu-restaurant-menu-content .mu-tab-content-area .mu-menu-item-nav li .media .media-left {
        height: auto;
        width: 100%;
        margin-right: 0;
        float: left;
    }
    #mu-restaurant-menu .mu-restaurant-menu-area .mu-restaurant-menu-content .mu-tab-content-area .mu-menu-item-nav li .media .media-left a {
        display: inline-block;
        margin-bottom: 10px;
    }
    #mu-restaurant-menu .mu-restaurant-menu-area .mu-restaurant-menu-content .mu-tab-content-area .mu-menu-item-nav li .media .media-left a img {
        display: inline-block;
    }
    #mu-map {
        position: relative;
    }
    .mu-contact-form .mu-send-btn {
        width: 100%;
    }
    .mu-title {
        margin-top: 0px;
    }
}

@media (max-width: 320px) {
    #mu-gallery .mu-gallery-area .mu-gallery-content .mu-gallery-body .mu-single-gallery .mu-single-gallery-item .mu-single-gallery-info {
        padding-top: 25.5%;
    }
}


/* ----------social icons---------------------- */

.fb-bg {
    width: 30px;
    height: 30px;
    background: #fff;
    color: #222025;
    text-align: center;
    line-height: 30px;
    border-radius: 30px;
    font-size: 16px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    font-weight: 800;
    margin: 10px;
}

.fb-bg:hover {
    background: #3b5998;
    color: #fff;
}

.inista-bg {
    width: 30px;
    height: 30px;
    background: #fff;
    color: #222025;
    text-align: center;
    line-height: 30px;
    border-radius: 30px;
    font-size: 16px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    font-weight: 800;
    margin: 10px;
}

.inista-bg:hover {
    background: #e95950;
    color: #fff;
}

.link-bg {
    width: 30px;
    height: 30px;
    background: #fff;
    color: #222025;
    text-align: center;
    line-height: 30px;
    border-radius: 30px;
    font-size: 16px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    font-weight: 800;
    margin: 10px;
}

.link-bg:hover {
    background: #2867B2;
    color: #fff;
}

.you-bg {
    width: 30px;
    height: 30px;
    background: #fff;
    color: #222025;
    text-align: center;
    line-height: 30px;
    border-radius: 30px;
    font-size: 16px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    font-weight: 800;
    margin: 10px;
}

.you-bg:hover {
    background: #FF0000;
    color: #fff;
}

.trip-bg {
    width: 30px;
    height: 30px;
    background: #fff;
    color: #222025;
    text-align: center;
    line-height: 30px;
    border-radius: 30px;
    font-size: 16px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    font-weight: 800;
    margin: 10px;
}

.trip-bg:hover {
    background: #00af87;
    color: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .link-bg {
        margin: 5px;
    }
}



/* footer------------ */

@media (max-width: 767px) {
    .footer-bg {
        padding: 40px 8px;
    }
    .privacy {
       display: flex;
    flex-flow: wrap;
    justify-content: space-evenly;
    }
    .footer-bg .list-unstyled li a {
            margin-bottom: 8px;
    }
    .PimlicoMap p {
        top:0px;
    }
    .footer-bg .PageLinks h2 {
    margin-top: 35px;
}
.footer-bg .followUs h2 {
    margin-top: 35px; 
}
.footer-bg .islington h2 {
    margin-top: 35px;
}
}


/*download--apps------------------*/

.download {
    position: relative;
}

.download {
    position: fixed;
    top: 40%;
    left: -50px;
    z-index: 999;
}

.download .App {
    margin-left: 0px;
    padding-left: 0;
}

.download .App li img {
    width: 140px !important;
    height: auto !important;
    opacity: 0.4;
}

.download .App li img:hover {
    opacity: 1;
}

.download .App li {
    display: block;
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
    margin-bottom: 100px;
}

@media screen and (max-width: 768px) {
    .download {
        position: fixed;
        top: 40%;
        right: -50px;
        left: auto;
        z-index: 999;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1199px) {
    .download {
        position: fixed;
        top: 40%;
        right: -46px;
        left: auto;
        z-index: 999;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .mu-main-navbar .navbar-header .navbar-brand img {
    width: 174px;
    margin: 7px;
    }
}
#mu-map{
    background-image: url('../img/bg.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

/* -------------about-us----------------- */

.aboutus{
    /*background-image: url('../img/bg.png');*/
    /*background-position: center;*/
    /*background-size: cover;*/
    /*background-repeat: no-repeat;*/
    /*background-attachment: fixed;*/
    padding: 3% 0;
}
.aboutus .row{
display: flex;
align-items: center;
}
@media screen and (max-width: 767px){
    .aboutus {
        padding: 9% 0;
    }
    .aboutus .row{
        display: block;
        align-items: center;
        }
        .aboutus h2 {
          
            font-size: 30px;
        }
        .aboutus p {
        }
}
.aboutus h2{
    color: #000;
    font-size: 40px;
    /* font-family: "Tangerine", cursive; */
    line-height: 30px; 
    font-weight: bold;
    margin-bottom: 20px;
    
}
.aboutus p{
    color: #000;
    font-size: 14px;
    line-height: 1.9;
    margin-bottom: 20px;
    background: #fff;
}
@media screen and (min-width: 768px) and (max-width: 1024px){
    .aboutus {
        padding: 6% 0;
    }
    .aboutus h2 {
    
        font-size: 30px;
       
        margin-bottom: 10px;
    }
    .aboutus p {
        font-size: 11px;

    }
}
/* --------Gallery------------ */
.gallery{
padding: 2% 0;
/*background: #0f3923;*/
}
.gallery h2{
color: #000;
font-size:45px;
font-weight: bold;
/*text-align:center;*/
/*display: table;*/
/*margin: auto;*/
/* position: relative;*/
/* text-transform: uppercase;*/
/*    letter-spacing: 12px;*/
 
}
/*.gallery h2::before{*/
/*    content: "";*/
/*    background: #fff;*/
/*    width: 86px;*/
/*    height: 1px;*/
/*    position: absolute;*/
/*    top: 22px;*/
/*    left: -97px;*/
/*    transition: all ease-in-out .3s;*/
/*}*/
@keyframes change-background {
    0% {
      background: #69b7eb;
    }
    50% {
      background: #b3dbd3;
    }
    100% {
      background: #f4d6db;
    }
  }
/*.gallery h2::after{*/
/*    content: "";*/
/*    background: #fff;*/
/*    width: 86px;*/
/*    height: 1px;*/
/*    position: absolute;*/
/*    top: 22px;*/
/*    right: -86px;*/
/*}*/
.gallery .m-t{
    margin-top: 4rem;
}
.gallery img{
    margin-bottom:20px;
    border-radius:10px;
}
.box{
    font-family: 'Source Sans Pro', sans-serif;
    text-align: center;
    overflow: hidden;
    position: relative;
    z-index: 1;
} 
.box:before{
    content: '';
    background: repeating-linear-gradient(to right,rgba(0,0,0,0.4),rgba(0,0,0,0.4) 20px,transparent 20px,transparent 25px);
    height: 100%;
    width: 100%;
    opacity: 0;
    transform: skewY(30deg);
    position: absolute;
    left: 0;
    top: -100%;
    z-index: 1;
    transition: all 0.4s ease 0s;
    border-radius: 10px;
}
.box:hover:before{
    opacity: 0.8;
    transform: skew(0);
    top: 0;
}
.box img{
    width: 100%;
    height: auto;
    border-radius: 10px;
}
.box .box-content{
    background: linear-gradient(to right,transparent,#0f3923,#0f3923,#0f3923,transparent);
    width: 100%;
    padding: 5px 0;
    opacity: 0;
    transform: scaleX(0);
    position: absolute;
    bottom: 10px;
    left: 0;
    z-index: 2;
    transition: all 0.4s ease 0s;
}
.box:hover .box-content{
    opacity: 1;
    transform: scaleX(1);
}
.box .title{
    color: #fff;
    font-size: 25px;
    font-weight: 800;
    text-transform: capitalize;
    margin: 0;
}
.box .post{
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
    display: block;
}
.box .icon{
    padding: 0;
    margin: 0;
    list-style: none;
    opacity: 0;
    transform: translateX(-50%) scaleX(0);
    position: absolute;
    top: 10px;
    left: 50%;
    z-index: 2;
    transition: all 0.4s ease 0s;
}
.box:hover .icon{
    opacity: 1;
    transform: translateX(-50%) scaleX(1);
}
.box .icon li{
    margin: 0 3px;
    display: inline-block;
}
.box .icon li a{
    color: #fff;
    background-color: #EE5A24;
    font-size: 15px;
    line-height: 33px;
    width: 35px;
    height: 35px;
    display: block;
    position: relative;
    transition: all .5s ease 0s;
}
.box .icon li a:hover{ box-shadow: 0 0 10px #EE5A24; }
@media only screen and (max-width:990px){
    .box{ margin: 0 0 30px; }
}
@media screen and (max-width: 767px){
    .gallery {
        padding: 8% 0;
       
    }
    .gallery img{
        margin-bottom:16px;
    }
    .gallery .m-t {
        margin-top: 0rem;
    }
    .gallery h2 {
        font-size: 30px;
        margin-bottom:20px;
    }
    .gallery h2::before{
        display: none;
    }
    .aboutus h2 {
    font-size: 32px;
}
    .gallery h2::after{
        display: none;
    }
    .cards img {
        width: 45px;
      
    }
    
}
@media screen and (min-width: 768px) and (max-width: 1024px){
    .mu-top-slider .mu-top-slider-single img {
        object-fit: fill;
        width: 100%;
        height: 350px;
    }
    .mu-readmore-btn {
       
        margin-top: 25px;
       
    }
    .aboutus p {
        color: #000;
        font-size: 11px;
        line-height: 1.9;
        margin-bottom: 20px;
    }
}
/*===========Book a table========================*/
.islington-table{
            margin-top:12rem;
        }
         .islington-table h2{
              color: #989898;
              font-size: 20px;
            text-align: center;
            line-height: 40px;
         
            margin-bottom:20px;
   
        }
        .iberia{
            
            color:#000;
             font-size: 23px;
                font-weight: bold;
        }
      
        .table{
            color:#fff;
           font-size: 20px;
            font-weight: 600;
            letter-spacing: 2px;
            text-transform: uppercase;
            text-align: center;
            padding: 20px;
            display: contents;
        }
 
select,.bookAtableNavSection {
            background:transparent;
            padding:10px 20px;
            border-radius:6px;
            border:1px solid #fff;
            color: #fff;
            width: 225px;
            outline: none;
            text-overflow: wrap;
            cursor: pointer;
            display: flex;
            justify-content: space-between;
            align-items: center;
            height: 40px;
            text-align: left;
            padding-left: 12px;
        }
        #customComboBoxMultiLocation {
            background-color: #fff;
            border-radius: 8px;
            padding: 10px;
            box-shadow: 0px 16px 16px rgba(0, 0, 0, 0.21);
            max-width: 400px;
            margin-top:10px;
            position:absolute;
            display: flex;
            flex-direction: column;
            z-index:99999;
           width: 450px;
        }
        #customComboBoxMultiLocation li {
            list-style: none;
            padding: 8px 10px;
            width: auto;
            color: #000;
        }
         #customComboBoxMultiLocation li a{
             color:#000;
             font-size:10px;
             padding:0;
         }
            #customComboBoxMultiLocation li a:hover{
             background-color: #E0E0E0;
         }
        #customComboBoxMultiLocation li:hover {
            background-color: #E0E0E0;
            border-radius: 2px;
            cursor: pointer;
        }
        select option {
            color: #000;
            padding: 0px;
        }
        .arrow {
            border: solid #fff;
            border-width: 0 2px 2px 0;
            display: inline-block;
            padding: 3px;
        }
        .multiResDropDownNew{
            line-height:16px;
        }
        .down {
            transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
        }
        #top-menu{
           display: flex;
    align-items: center;
        }
        .staticSelectLocation{
           color: #fff;
             font-size: 7px; 
             font-weight:bold;
        }
        .book{
            color:#fff;
            font-size:17px;
        }
        @media screen and (max-width: 767px){
   
    #top-menu {
       display:block; 
    }
    .multiResDropDownNew{
         
    display: inline-block;
       margin: auto;
    }
    #customComboBoxMultiLocation {
    width: 224px;
}
        }
        .lightbox {
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100vh;
    position: fixed;
    z-index: 9;
    top: 0;
}


.toolbarLB {
    text-align: right;
    padding: 3px;
    position: absolute;
    right: -49px;
    top: -23px;
}

.closeLB {
    color: #FFD390;
    cursor: pointer;
    font-size: 23px;
    background: #1A5026;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 27px;
}

.lightbox .iframeContainer {
    background: #fff;
    width: 400px;
    border-radius: 8px;
    vertical-align: middle;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.9);
    position: fixed;
    top: 52%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 8;
}

.pay1 img {
    width:100%;
    border-radius: 8px;
}
@media only screen and (max-width: 767px){
 .lightbox .iframeContainer {
     width:250px;
 }  
 .toolbarLB {
    right: -35px;
    top: -25px;
}
 .closeLB {
    font-size: 19px;
    width: 30px;
    height:30px;
}
}

/* ------------------------------------------- */
.location{
    margin-top:17rem;
}
.location h2{
    color: #0f3923;
    font-size: 38px;
    text-align: center;
    font-weight: bold;
    margin-bottom:20px;
  
}
/*.d-flex{*/
/*       display: flex;*/
/*    justify-content: center;*/
/*}*/
.locationbtns{
  margin-top:3rem; 
  margin-bottom:7rem;
}
.locationbtns .islingtonBtn{
    color: #fff;
    font-size: 15px;
/*background: linear-gradient(98deg, rgba(247,229,123,1) 0%, rgba(15,57,35,1) 37%);*/
    background:#502409;
    color:#feffbe;
    width: 390PX;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
}
.locationbtns .pimlicoBtn{
      background:#0f3923;
       color:#feffbe;
        width: 390PX;
        height: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 6px;
    }
.locationbtns a:hover{
/*background: linear-gradient(98deg, rgba(26,65,39,1) 73%, rgba(247,229,123,1) 100%);*/

}
@media screen and (max-width: 767px){
    .footerBottom{
        text-align:center;
    }
    .location {
    margin-top: 11rem;
}
    .location h2 {
    font-size: 30px;
}
    .locationbtns a {
    font-size: 16px;
    width: 317PX;
    height: 60px;
   
}
.locationbtns {
    margin-bottom: 3rem;
}
.locationbtns .islingtonBtn{
    width:315px;
}
.locationbtns .pimlicoBtn{
    width:315px;  
}
.cards{
    padding:15px;
}
#mu-slider {
    margin-top: 42px;
}
}
@media screen and (min-width: 768px) and  (max-width: 1024px){
    .location {
    margin-top: 13rem;
}
  .loc{
      display:flex;
  }
  .locationbtns {
    margin-bottom: 4rem;
}
  .locationbtns a {
    font-size: 16px;
    width: 350PX;

}
.privacy {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.footerBottom a {
    margin-bottom: 13px;
}
  .cards{
       margin-bottom: 13px; 
  }
  .followUs h2 {
    font-size: 20px;
   
}
}
/*+++++++++++++++*/
.mu-readmore-btn::after, .mu-testimonial-slider .slick-dots li, .mu-chef-nav .slick-dots li, .mu-top-slider .slick-dots li button, .mu-opening-hour {
    border: 0px ;
}
.locationRow{
display: flex;
    justify-content: center;
}