
@import url('https://fonts.googleapis.com/css?family=Dancing+Script:400,700|Lato:400,700|PT+Sans+Narrow:400,700');
.alignleft {
    float: left;
    margin-right: 15px;
}

.alignright {
    float: right;
    margin-left: 15px;
}

.aligncenter {
    display: block;
    margin: 0 auto 15px;
}

a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: #212324;
}

a:hover {
    color: #572C5F;
}

a:focus,
a:hover {
    outline: 0;
    text-decoration: none;
}

img {
    max-width: 100%;
    height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
    font-family: "PT Sans Narrow", sans-serif;
    font-weight: 700;
}

html,
body {
    height: 100%
}

body {
    color: #555555;
    font-family: "Lato", sans-serif;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.3px;
    line-height: 1.7em;
}

a:hover {
    text-decoration: none
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

.navbar-toggle {
    border: 2px solid #fff;
    border-radius: 0;
}

.navbar-toggle .icon-bar {
    background: #fff none repeat scroll 0 0;
}

.is-sticky .navbar-header .collapse,
.is-sticky .navbar-toggle {
    border: 2px solid #fff;
}

.is-sticky .navbar-toggle .icon-bar {
    background: #fff none repeat scroll 0 0;
}

.area-title {
    margin-bottom: 60px;
}

.area-title h2 {
    /*font-family: "Herr Von Muellerhoff", cursive;
    font-family: 'Sacramento', cursive; 
    font-family: 'Great Vibes', cursive;
*/
    color: #572C5F;
    display: inline-block;
    font-family: "Dancing Script", cursive;
    font-size: 60px;
    letter-spacing: 2px;
    line-height: 0.8;
    margin: 0;
    padding: 0 20px 45px;
    position: relative;
    text-transform: capitalize;
}
.table-img{
    display: none;
}
.hover{
    display: flex;
    text-align: center;
    justify-content: center;
}
.hover:hover .table-img{
    display: Block;
}
.hover:hover .table-imgb{
    display: none;
}
.area-title h2::after {
    background: rgba(0, 0, 0, 0) url("../img/icons/Repeat\ Grid\ 1.png") no-repeat scroll center center / contain;
    bottom: 0;
    content: "";
    height: 30px;
    left: 0;
    position: absolute;
    width: 100%;
}
.table-sec{
    width: 100%;
    background: #fff;
    position: relative;
    padding-bottom: 50px;
}
.first-tables{
    text-align: center;
}
.second-tables{
    width: 100%;
    grid-gap: 10px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}
.area-title p{
    width: 84%;
    margin: 0 auto;
    font-family:  "Lato", sans-serif;
}
.section-padding {
    padding: 70px 0;
}
.footer-address p{
    text-align: center;
    color: #fff;
    font-size: 14px;
}
.footer-address p:first-child, .footer-social-bookmark p{
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
}
.no-padding {
    padding: 0;
}

.no-margin {
    margin: 0;
}

.margin-top {
    margin-top: 40px;
}

.margin-bottom {
    margin-bottom: 40px;
}

.gray-bg {
    background: #f3f4f4;
}


/*--------------------------
    2. TOP AREA
---------------------------*/

.top-area {
    /* height: 100%; */
    position: relative;
    width: 100%;
}

.top-social-bookmark {
    float: right;
}

.book-table-popup {
    float: right;
    padding: 5px;
}

.top-social-bookmark ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
    text-align: right;
}

.top-social-bookmark ul li {
    display: inline;
}

.top-social-bookmark ul li a {
    color: #fff;
    display: inline-block;
    font-size: 14px;
    height: 39px;
    margin: 0 -2.5px;
    padding: 11px;
    text-align: center;
    width: 40px;
}

.top-social-bookmark ul li a:hover {
    background: #fff;
    color: #572C5F;
}

.top-social-bookmark ul li:last-child a {
    margin-right: -5px;
}

.book-table-popup a {
    background: #fff none repeat scroll 0 0;
    color: #572C5F;
    font-size: 12px;
    font-family: lato;
    font-weight: 700;
    letter-spacing: 2px;
    padding: 14px 30px;
}



.mainmenu-area {
    position: relative;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    z-index: 9999;
}

.is-sticky .mainmenu-area {
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
    z-index: 99999;
}

.mainmenu-area::after {
    background: rgba(0, 0, 0, 0) url("../img/icons/tri-promo-bottom-white.png") repeat scroll 0 0;
    bottom: -7px;
    content: "";
    height: 7px;
    left: 0;
    opacity: 0;
    position: absolute;
    width: 100%;
}

.is-sticky .mainmenu-area::after {
    opacity: 1;
}

.navbar-header {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.navbar-brand {
    display: none;
}
.navbar-brand img{
    margin-top: 10px;
}
.navbar-brand.white {
    display: block;
}

.is-sticky .navbar-brand.white {
    display: none;
}

.is-sticky .navbar-brand {
    display: block;
}
.display99{
    display: none;
}
.navbar {
    border-bottom: 0 none;
    background: #572C5F;
    border-top: 0 none;
    margin-bottom: 0;
    border-radius: 0 !important;
}

ul#nav {
    float: right;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

ul#nav li a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    padding: 40px 20px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

ul#nav li.active a::before {
    background: #E9CDD0 none repeat scroll 0 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

ul#nav li:hover a,
ul#nav li.active a {
    color: #E9CDD0;
}

.top-bar {
    border-bottom: 1px solid rgba(233, 205, 208,0.6);
    background: #572C5F;
}

.call-to-action {
    color: #fff;
    text-transform: capitalize;
}

.call-to-action a {
    color: #fff;
    letter-spacing: 1px;
}

.call-to-action p {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 15px;
    margin-top: 7px;
}

.call-to-action i {
    margin-right: 10px;
}

.is-sticky ul#nav li a {
    padding: 30px 20px;
    color: #E9CDD0;
    font-family: lato;
}
ul#nav, .call-to-action a{
    font-family: lato;
}
.is-sticky ul#nav li.active a,
.is-sticky ul#nav li:hover a {
    color: #fff;
}

.is-sticky .signup-and-login-button ul li {
    padding: 14px 0;
}

.is-sticky .signup-and-login-button ul li a {
    background: #572C5F none repeat scroll 0 0;
    color: #fff;
}

.is-sticky .mainmenu-area {
    background: #572C5F none repeat scroll 0 0;
}

.is-sticky .navbar-header {
    margin-top: -7px;
}


/*-----------------------------------
    2.2 SLIDER AREA
-------------------------------------*/

.header-top-area {
    position: absolute;
    width: 100%;
    z-index: 999;
    text-transform: uppercase;
}

.slider-area {
    font-family: 'Raleway', sans-serif;
    height: 100%;
    width: 100%;
    position: relative;
    font-weight: 900;
    color: #fff;
}
.alert-success, .alert-danger{
    color: #572C5F;
    background-color: #E9CDD0;
    z-index: 99999999999999;
    position: relative;
    top: 21%;
    border: none;
    width: 100%;
    border-radius: 0;
}
.alert-danger{
    color: red;
    background-color: #E9CDD0;
}
.slider-area h1 {
    font-size: 65px;
    font-weight: 300;
    letter-spacing: 2px;
    text-shadow: 2px 2px 12px black;
    text-transform: uppercase;
}

.slider-area h1 span {
    font-weight: 700;
}

.slider-area h2 {
    font-family: 'Dancing Script', cursive;
    font-size: 82px;
    color: #572C5F;
    text-shadow: 2px 2px 12px black;
    letter-spacing: 2px;
    text-transform: capitalize;
}

.slider-area h3 {
    font-family: lato;
    font-weight: 700;
    letter-spacing: 6px;
    text-transform: uppercase;
}

.slider-area h3 a,
a.home-reservation-button {
    border: 1px solid;
    color: #fff;
    display: inline-block;
    text-shadow: 2px 2px 12px black;
    border-radius: 44px;
    background: #572C5F none repeat scroll 0 0;
    font-size: 13px;
    margin-top: 15px;
    border-color: #572C5F;
    padding: 10px 30px;
}
.modal-header img{
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
}
.order{
    border: 1px solid;
    color: #fff;
    display: inline-block;
    border-radius: 44px;
    background: #572C5F none repeat scroll 0 0;
    font-size: 13px;
    text-align: center;
    border-color: #572C5F;
    outline: none;
    padding: 10px 30px;
}
.navTrigger {
    display: none;
}
#navTrigger i{
    background-color: #572C5F;
}

.navTrigger {
    cursor: pointer;
    width: 30px;
    height: 25px;
    margin: auto;
    position: absolute;
    z-index: 999999999999;
    right: 7%;
    top: 10px;
    bottom: 0;
}

.navTrigger i {
    background-color: #fff;
    border-radius: 2px;
    content: '';
    display: block;
    width: 100%;
    height: 4px;
}

.navTrigger i:nth-child(1) {
    -webkit-animation: outT 0.8s backwards;
    animation: outT 0.8s backwards;
    -webkit-animation-direction: reverse;
    animation-direction: reverse;
}

.navTrigger i:nth-child(2) {
    margin: 5px 0;
    -webkit-animation: outM 0.8s backwards;
    animation: outM 0.8s backwards;
    -webkit-animation-direction: reverse;
    animation-direction: reverse;
}

.navTrigger i:nth-child(3) {
    -webkit-animation: outBtm 0.8s backwards;
    animation: outBtm 0.8s backwards;
    -webkit-animation-direction: reverse;
    animation-direction: reverse;
}

.navTrigger.active i:nth-child(1) {
    -webkit-animation: inT 0.8s forwards;
    animation: inT 0.8s forwards;
}

.navTrigger.active i:nth-child(2) {
    -webkit-animation: inM 0.8s forwards;
    animation: inM 0.8s forwards;
}

.navTrigger.active i:nth-child(3) {
    -webkit-animation: inBtm 0.8s forwards;
    animation: inBtm 0.8s forwards;
}
@-webkit-keyframes inM {
    50% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(45deg);
    }
}
@keyframes inM {
    50% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(45deg);
    }
}

@-webkit-keyframes outM {
    50% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(45deg);
    }
}
@keyframes outM {
    50% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(45deg);
    }
}
@-webkit-keyframes inT {
    0% {
        -webkit-transform: translateY(0px) rotate(0deg);
    }
    50% {
        -webkit-transform: translateY(9px) rotate(0deg);
    }
    100% {
        -webkit-transform: translateY(9px) rotate(135deg);
    }
}
@keyframes inT {
    0% {
        transform: translateY(0px) rotate(0deg);
    }
    50% {
        transform: translateY(9px) rotate(0deg);
    }
    100% {
        transform: translateY(9px) rotate(135deg);
    }
}
@-webkit-keyframes outT {
    0% {
        -webkit-transform: translateY(0px) rotate(0deg);
    }
    50% {
        -webkit-transform: translateY(9px) rotate(0deg);
    }
    100% {
        -webkit-transform: translateY(9px) rotate(135deg);
    }
}
@keyframes outT {
    0% {
        transform: translateY(0px) rotate(0deg);
    }
    50% {
        transform: translateY(9px) rotate(0deg);
    }
    100% {
        transform: translateY(9px) rotate(135deg);
    }
}
@-webkit-keyframes inBtm {
    0% {
        -webkit-transform: translateY(0px) rotate(0deg);
    }
    50% {
        -webkit-transform: translateY(-9px) rotate(0deg);
    }
    100% {
        -webkit-transform: translateY(-9px) rotate(135deg);
    }
}
@keyframes inBtm {
    0% {
        transform: translateY(0px) rotate(0deg);
    }
    50% {
        transform: translateY(-9px) rotate(0deg);
    }
    100% {
        transform: translateY(-9px) rotate(135deg);
    }
}
@-webkit-keyframes outBtm {
    0% {
        -webkit-transform: translateY(0px) rotate(0deg);
    }
    50% {
        -webkit-transform: translateY(-9px) rotate(0deg);
    }
    100% {
        -webkit-transform: translateY(-9px) rotate(135deg);
    }
}
@keyframes outBtm {
    0% {
        transform: translateY(0px) rotate(0deg);
    }
    50% {
        transform: translateY(-9px) rotate(0deg);
    }
    100% {
        transform: translateY(-9px) rotate(135deg);
    }
}
.nav-open {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 112vh;
    background: #E9CDD0;
    z-index: 1;
    color: black;
    display: inline-grid;
    justify-items: center;
    align-items: center;
    text-align: center;
    transform: translateY(-120%);
  }
  .nav-logo{
    position: absolute;
    top: 18px;
    float: left;
    left: 7%;
  }
  .ul-drop li a{
    transition: all 0.3s linear;
}
.ul-drop li{
    list-style: none;
margin: 10px 0;}
.ul-drop li a {
    color: #572C5F;
    text-decoration: none;
    font-weight: 700;
}
.ul-drop li a:hover{
    font-weight: 900;
    transform: translateX(50px);
}
.blog-post-img  img{
    border-radius: 14px;
}
.order a{
    color: #fff;
    font-weight: bold;
}
.order:hover{
    border: 1px solid #572C5F;
    background: #fff;
}
.order:hover .order-b{
    color: #572C5F;
}
.slider-area h3 a:hover,
a.home-reservation-button:hover {
    color: #572C5F;
    background: #fff none repeat scroll 0 0;
    border-color: #572C5F;
}

.pogoSlider {
    height: 100%;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 100%;
    padding-bottom: 0;
}

.pogoSlider-slide {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    opacity: 0;
    overflow: hidden;
    -webkit-perspective: 1300px;
    perspective: 1300px;
    position: absolute;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 5%
}


/*----------------------------
    2.3 SEARCH FORM AREA
-----------------------------*/

.search-form-area {
    float: right;
    margin-right: -30px;
    padding: 35px 15px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.is-sticky .search-form-area {
    padding: 25px 15px;
}

a.search-form-trigger {
    color: #fff;
    font-size: 0 !important;
    position: relative;
    width: 30px;
}

.is-sticky a.search-form-trigger {
    color: #E9CDD0;
}

a.search-form-trigger::before {
    content: "\f002";
    font-family: fontawesome;
    font-size: 15px;
    height: 40px;
    margin-right: -15px;
    margin-top: -15px;
    padding-top: 5px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
    width: 40px;
    z-index: 99;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.search-form-trigger.search-is-visible::before {
    color: #fff;
    content: "\f067";
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.search-form {
    position: absolute;
    height: 50px;
    width: 100%;
    top: 50px;
    left: 0;
    z-index: 3;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
}

.search-form.is-visible {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s;
}

.search-form form {
    height: 100%;
    width: 100%;
}

.search-form input {
    border-radius: 0;
    border: none;
    background: #572C5F;
    height: 100%;
    width: 100%;
    padding: 0 5%;
    -webkit-box-shadow: inset 0 1px 0 #e2e3df, 0 3px 6px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 #e2e3df, 0 3px 6px rgba(0, 0, 0, 0.05);
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    color: #fff;
    -o-appearance: none;
    appearance: none;
}

.search-form input::-webkit-input-placeholder {
    color: #fff;
}

.search-form input::-moz-placeholder {
    color: #c9cbc4;
}

.search-form input:-moz-placeholder {
    color: #c9cbc4;
}

.search-form input:-ms-input-placeholder {
    color: #c9cbc4;
}

.search-form input:focus {
    outline: none;
}

@media only screen and (min-width: 1024px) {
    .search-form {
        height: 120px;
        top: 100%;
    }
    .search-form input {
        padding: 0 2em;
        font-size: 3.2rem;
        font-weight: 300;
    }
}

.search-form-overlay {
    position: fixed;
    z-index: 2;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
    background-color: rgba(87, 44, 95, 0.5);
    visibility: hidden;
    opacity: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s, -webkit-transform 0.3s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0.3s, -webkit-transform 0.3s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0.3s, transform 0.3s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0.3s, transform 0.3s 0s, -webkit-transform 0.3s 0s;
}

.search-form-overlay.is-visible {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0s, -webkit-transform 0.3s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0s, -webkit-transform 0.3s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0s, transform 0.3s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0s, transform 0.3s 0s, -webkit-transform 0.3s 0s;
}

.no-js .search-form {
    position: relative;
    top: 0;
    opacity: 1;
    visibility: visible;
}


/*----------------------------
    3. ABOUT AREA
------------------------------*/

.about-area {
    background: #E9CDD0;
    position: relative;
}

.about-area::after,
.about-area::before,
.menus-area::after,
.menus-area::before,
.team-area::after,
.team-area::before,
.gallery-area::after,
.footer-area::after {
    background: rgba(0, 0, 0, 0) url("../img/icons/tri-promo-bottom-white.png") repeat scroll 0 0;
    content: "";
    height: 7px;
    left: 0;
    position: absolute;
    top: -7px;
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
    width: 100%;
    z-index: 9;
}

.about-area::before,
.menus-area::before,
.team-area::before {
    bottom: -7px;
    top: auto;
    -webkit-transform: rotateX(360deg);
    transform: rotateX(360deg);
}

.about-author-sign {
    margin-top: 40px;
}

.big-text {
    float: left;
    font-size: 80px;
    font-weight: 700;
    margin-bottom: -4px;
    margin-right: 10px;
    line-height: 1;
}

.about-area .area-title h2 {
    font-size: 80px;
    padding-bottom: 10px;
    position: relative;
}

.about-area .area-title h2 span {
    color: #212324;
    font-family: lato;
    font-size: 48px;
    text-transform: uppercase;
}
.ul-footer{
    display: grid;
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 18px;
}
.about-area .area-title h2::after {
    display: none;
}

.about-content {
    color: #572C5F;
    width: 90%;
    margin: 0 auto;
}

a.read-more {
    border: 1px solid;
    color: #572C5F;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-top: 30px;
    padding: 7px 23px;
    text-transform: uppercase;
}

.read-more:hover {
    background: #572C5F;
    color: #fff;
    border-color: #572C5F;
}


.promotions-area {
    position: relative;
}

.promotion-area-bg,
.reservation-button-area-bg,
.blog-area-bg,
.footer-area-bg {
    background: #E9CDD0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.reservation-button-area-bg{
    background:  url(../img/bg.jpg)  !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

.promotions-img {
    height: auto;
    max-height: 450px;
    width: 70%;
}

.promotions-details {
    background: #fff none repeat scroll 0 0;
    color: #1a1a1a;
    height: 300px;
    margin-top: -150px;
    max-height: 350px;
    padding: 50px;
    position: absolute;
    right: 0;
    top: 50%;
    width: 40%;
    z-index: 9;
}

.promotions-details h3 {
    font-size: 30px;
}

.promotions-details a.read-more {
    margin-top: 25px;
}

.promotions-details a.read-more:hover {
    background: #572C5F none repeat scroll 0 0;
    border-color: #572C5F;
    color: #fff;
}

.row.menu-discount-offer {
    margin: auto;
}

.menu-discount-offer .owl-dots>div {
    background: #bcbfc1 none repeat scroll 0 0;
    border-radius: 50%;
    display: inline-block;
    height: 15px;
    margin: 0 5px;
    width: 15px;
}

.owl-dots {
    margin-top: 50px;
    text-align: center;
}

.menu-discount-offer .owl-dots>div.active {
    background: #1a1a1a none repeat scroll 0 0;
}
.story-img img{
    border-radius: 50%;
    box-shadow: 2px 10px 21px 1px rgba(0,0,0,0.75);
}


.menus-area {
    position: relative;

}

.menus-area.section-padding {
    padding-bottom: 60px;
}

.food-menu-list-menu {
    margin-bottom: 60px;
}

.food-menu-list-menu ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
    text-align: center;
}

.food-menu-list-menu ul li {
    border: 1px solid;
    color: #1e1e1f;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 0 2px;
    padding: 3px 10px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.food-menu-list-menu ul li:hover,
.food-menu-list-menu ul li.active {
    background: #572C5F none repeat scroll 0 0;
    border-color: #572C5F;
    color: #fff;
}

.single-menu .single-menu-details {
    border-bottom: 1px solid #E4E4E4;
    margin-bottom: 40px;
    padding-bottom: 40px;
    padding-left: 140px;
    position: relative;
}

.food-menu-img {
    border-radius: 50%;
    height: 100px;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100px;
    -webkit-box-shadow: 0 0 0 10px #ddd;
    box-shadow: 0 0 0 10px #ddd;
}

.food-menu-details {
    color: #1e1e1f;
    padding: 0;
    text-align: inherit;
}

.food-menu-details h3 {
    font-size: 20px;
    margin-bottom: 8px;
}

.food-menu-details p span {
    display: inline-block;
    width: 30%;
}

.food-menu-details h3 span {
    color: #572C5F;
    float: right;
}

.menu-speacification {
    margin-bottom: 0;
}

.mix {
    display: none;
}


/*-------------------------------
    6. RESERVATION BUTTON AREA
---------------------------------*/

.reservation-button-area.section-padding {
    padding: 150px 0;
}

.reservation-button-area {
    color: #fff;
    font-family: "PT Sans Narrow", sans-serif;
    position: relative;
}

.reservation-button-area-bg {
    background: #E9CDD0;}

.resarvation-from-button.text-center h2 {
    font-size: 50px;
    color: #572C5F;
    letter-spacing: 5px;
    text-transform: uppercase;
}
.open{
    padding: 2% 0;
    display: inline-flex;
}
.open p{
    margin-left: 10px;
    margin-top: 20px;
}
.table span {
    display: block;
    color: #E9CDD0;
}
.table td{
    color: #fff;
    border: none !important;
}
a.reservation-button {
    background: #E9CDD0 none repeat scroll 0 0;
    color: #572C5F;
    font-family: lato;
    border: 1px solid #572C5F;
    border-radius: 44px;
    display: inline-block;
    font-weight: 700;
    letter-spacing: 4px;
    margin-top: 20px;
    padding: 10px 20px;
    text-transform: uppercase;
    min-width: 200px;
}

a.reservation-button:hover {
    background: #572C5F none repeat scroll 0 0;
    color: #fff;
}

#reservation-form-modal .modal-header {
    color: #572C5F;
    letter-spacing: 2px;
    text-align: center;
    text-transform: uppercase;
}

.table-booking-form {
    background: #572C5F none repeat scroll 0 0;
    display: block;
    padding: 30px 20px;
    margin-bottom: 0;
    z-index: 99;
    position: relative;
}
.table-booking-form input::placeholder{
    color: #fff;
}
.table-booking-form input,
.table-booking-form select {
    border: 2px solid;
    color: #fff;
    height: 40px;
    position: relative;
    width: 100%;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: transparent;
    cursor: pointer;
    padding: 0 10px;
    margin-bottom: 30px;
}

.table-booking-form label {
    color: #fff;
    font-size: 20px;
    position: absolute;
    right: 25px;
    top: 7px;
}

.table-booking-form button {
    background: transparent none repeat scroll 0 0;
    border: 2px solid;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    padding: 5px 15px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 100%;
}

.table-booking-form button:hover {
    background: #fff none repeat scroll 0 0;
    border: 2px solid #fff;
    color: #572C5F;
}

option {
    padding: 5px;
    background: #572C5F;
}

#reservation-form-modal .modal-dialog .modal-content {
    border-radius: 0;
}



.team-area {
    position: relative;
    background: #E9CDD0;
}

.member-social-bookmark ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
    text-align: center;
}

.member-social-bookmark ul li a {
    color: #fff;
    display: inline-block;
    font-size: 18px;
    height: 100%;
    padding-top: 8px;
    width: 100%;
}

.member-social-bookmark ul li a:hover {
    color: #572C5F;
}

.team-member-img {
    margin-bottom: 30px;
    position: relative;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.team-member-img  img{
    border-radius: 12px;
}
.team-member-img::after {
    background: #572C5F none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;   border-radius: 12px;
    opacity: 0;
    position: absolute;
    top: 0;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 100%;
}

.single-team-member:hover .team-member-img::after {
    opacity: 0.5;
}

.team-member-img img {
    width: 100%;
}

.member-social-bookmark {
    height: 220px;
    margin-top: -110px;
    position: absolute;
    right: -25%;
    top: 50%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 50px;
    z-index: 9;
}

.member-social-bookmark ul li {
    height: 40px;
    margin-bottom: 5px;
}

.member-details {
    padding: 0 15px;
}

.single-team-member:hover .member-social-bookmark {
    right: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.member-details>h3 {
    font-size: 20px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    letter-spacing: 1px;
}

.member-details>h3:hover {
    color: #572C5F;
}

.member-details>p {
    margin-bottom: 0;
    font-family: lato;
}
.ul-drop{
    font-family: lato;
}
.team-area .owl-controls {
    display: none;
}


.blog-area {
    position: relative;
}

.blog-area-bg {
    background: #fff;
}

.post-details {
    background: #fff none repeat scroll 0 0;
    padding: 20px;
    font-family: lato;
}

a.post-meta-button {
    background: #572C5F none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    letter-spacing: 1px;
    margin-bottom: 30px;
    min-width: 150px;
    padding: 7px 20px;
    text-transform: uppercase;
}

.post-details>h3 {
    font-size: 26px;
    font-weight: 400;
    margin-bottom: 30px;
    padding-bottom: 20px;
    position: relative;
}

.post-details>h3::after {
    background: #572C5F none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 50%;
    margin-left: -25px;
    position: absolute;
    width: 50px;
}

.post-meta {
    letter-spacing: 1px;
}

.post-meta a {
    margin: 0 10px;
}

.row.post-slider {
    margin: 0;
}

.row.post-slider .col-lg-4 {
    padding: 0;
    width: 100%;
}

.blog-area .owl-controls,
.menus-area .owl-controls {
    margin-top: -30px;
    position: absolute;
    top: 50%;
    width: 100%;
}

.blog-area .owl-nav>div,
.menus-area .owl-nav>div {
    background: #572C5F none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-size: 25px;
    height: 40px;
    border-radius: 50%;
    margin-top: -20px;
    opacity: 0;
    padding-top: 4px;
    position: absolute;
    text-align: center;
    top: 50%;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    width: 40px;
}

.blog-area .owl-nav>div.owl-next,
.menus-area .owl-nav>div.owl-next {
    right: 0;
}

.blog-area .owl-nav>div.owl-prev,
.menus-area .owl-nav>div.owl-prev {
    left: 0;
}

.post-slider:hover .owl-nav>div ,
.food-menu-list:hover .owl-nav>div {
    opacity: 1;
}


.gallery-area {
    position: relative;
    background: #E9CDD0;
}

.instagram.show a {
    display: inline-block;
    width: 20%;
    margin: 10px;
}
.food-more{
    grid-column: 1 / span 2;
    grid-row: 5;
    text-align: center;
    margin: 0 auto !important;
    justify-content: center;
}
.instagram.show a img{
    border-radius: 14px;
}
.footer-area {
    background: #191a1b none repeat scroll 0 0;
    color: #cacaca;
    letter-spacing: 1px;
    position: relative;
}

.footer-area::after {
    top: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.footer-area-bg {
    background: #572C5F;
}

.footer-top {
    border-bottom: 1px solid #E9CDD0;
}

.footer-area a {
    color: #fff;
}

.footer-area a:hover {
    color: #E9CDD0;
}
.footer-area {
    font-family: lato;
}

.footer-social-bookmark ul,
.footer-menu ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
    text-align: center;
}

.footer-social-bookmark ul li,
.footer-menu ul li {
    display: inline;
}

.footer-social-bookmark ul li a {
    display: inline-block;
    font-size: 16px;
    width: 28px;
    text-align: center;
    color: #c4c3c3;
}
.footer-social-bookmark{
    text-align: center;

}
.footer-social-bookmark a:hover {
    color: #E9CDD0;
}

.footer-menu ul {
    text-align: inherit;
}

.footer-menu ul li a {
    display: inline-block;
    font-size: 14px;
    padding: 7px 10px 7px 0;
}
.tab-dish{
    width: max-content;
}
.food-img{
    margin: 0 20px;
}
.footer-menu {
    padding: 30px 0;
}
.modal-header{
    padding: unset;
    border-bottom: none;
}
.description::last-child{
      border-bottom: none;
}
.modal-title{
    text-align: center;
    padding: 10px;
}
@media (min-width: 768px){
.modal-dialog {
    width: 678px !important;
  
}
}
#slider-r{
    background: url(../img/bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
.text-res{
    width: 100%;
    position: relative;
    text-align: center;

    top: 67%;}
.text-res p{
    font-size:50px;
    font-weight: bold;
    color: #572C5F;
}
.modal-footer{
    border: none !important;
    padding: 3%;
}
#close{
    position: absolute;
    top: -24px;
    right: -21px;
    outline: none;
    color: #E9CDD0;
    font-weight: 900;
    opacity: 1;
    text-shadow: none;
    font-size: 26px;
}
.description{
    padding: 4% 3%;
    border-bottom: 0.6px solid #E9CDD0;
}
.description img{
    margin-right: 4px;

}
.grid-N{
    display: grid;
    width: 80%;
    margin-right: auto;
    grid-template-columns: 1fr 1fr;
}
.grid-N li{
    margin: 4px 0;
}
.grid-N li i{
    margin-right: 4px;
    font-size: 18px;
    color: #572C5F;
    font-weight: bold;
}
.grid-N li span{
    -webkit-font-smoothing: antialiased;
    color: #572C5F;
    font-family: Enriqueta;
    font-weight: bold;
}
.description p:first-child{
    font-size: 18px;
    font-weight: bold;
    color: #572C5F;
}
.description ul li{
    list-style: none;
}
.modal-body{
    padding: unset;
}
.ribbon{
    width: 100%;
    background: #572C5F;
    padding: 2% 3%;
    font-weight: bold;
    color: white;
    font-size: 24px;
}
.footer-copyright {
    letter-spacing: 1px;
    padding: 30px 0;
    text-align: center;
}
.food-wrap{
    width: 88%;
    margin: 38px auto;
    grid-template-columns: 1fr 1fr;
    display: grid;
}
.food-item{
    width: 98%;
    margin: 10px auto;
    display: inline-flex;
}
.food-text {
    width: 90%;
    font-size: 16px;
    
}
.food-text p a:hover{
    color: #572C5F;
}
.food-text p:first-child{
    font-size: 24px;
    margin: 8px 0;
    border-bottom: 1.2px dashed #572C5F;
    color: #ccc;
    padding-bottom: 10px;
    margin-right: 16px;

}
.food-text p a{
    color: #333;
}
.footer-copyright p {
    margin-bottom: 0;
}

@media (max-width: 624px){
    .tr-table{
        display: inline-grid;

    }
    tbody, .center{
        text-align: center;
    }
}

a.scrolltotop {
    background: #572C5F none repeat scroll 0 0;
    border: 1px solid transparent;
    bottom: 20px;
    color: #fff;
    box-shadow: 0px 3px 3px 4px rgba(0, 0, 0, 0.14);
    border-radius: 50%;
    display: none;
    font-size: 20px;
    height: 40px;
    padding-top: 5px;
    position: fixed;
    right: 20px;
    text-align: center;
    width: 40px;
    z-index: 99;
}

a.scrolltotop:hover {
    background: #E9CDD0;
    border: 1px solid;
}


/*===============================
    12. SINGLE PAGE
=================================*/

.top-area.single-page {
    height: 500px;
    position: relative;
}

.page-barner-bg {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.page-barner-area {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 100px;
    width: 100%;
    text-align: center;
    color: #fff;
}
.grid-box{
    grid-row: 3 span/ 2; grid-column: 4;
}
.barner-text h1 {
    font-family: "Dancing Script", cursive;
    font-size: 60px;
    letter-spacing: 4px;
    text-transform: capitalize;
}

.barner-text h1 span {
    font-weight: 300;
}

ul.page-location {
    bottom: -140px;
    left: 0;
    letter-spacing: 2px;
    list-style: outside none none;
    margin-bottom: 0;
    margin-right: 0;
    margin-top: 0;
    padding: 0;
    position: absolute;
    text-align: center;
    width: 100%;
}

ul.page-location li {
    color: #fff;
    display: inline-block;
    margin-right: 5px;
}

ul.page-location li a {
    color: #fff;
}

ul.page-location li.active a {
    color: #572C5F;
}


/*===============================
    13. BLOG PAGE
=================================*/

.blog-page .page-barner-bg {
    background: rgba(0, 0, 0, 0) url("../img/blog/blog_page_barner.jpg") no-repeat scroll center center / cover;
}

.blog-page.section-padding {
    padding-top: 50px;
}

.blog-page.blog-area {
    background: inherit;
    position: inherit;
}

.single-blog {
    border-bottom: 1px solid #d9d9d9;
    margin-bottom: 50px;
    padding-bottom: 50px;
}

.single-blog img {
    width: 100%;
}

.title-and-meta {
    margin-bottom: 30px;
    margin-top: 30px;
    padding-bottom: 10px;
    position: relative;
}

.title-and-meta::after {
    background: #1a1a1a none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 50%;
    margin-left: -30px;
    position: absolute;
    width: 60px;
}

.title-and-meta h3 {
    font-size: 28px;
    font-weight: 400;
}

.blog-video {
    position: relative;
}

.blog-area iframe {
    width: 100%;
    border: 0;
    overflow: hidden;
}

.blog-page a.read-more {
    margin-bottom: 0;
}

.blog-image-sldie .owl-nav>div {
    background: #fff none repeat scroll 0 0;
    color: #1a1a1a;
    display: inline-block;
    font-size: 35px;
    height: 40px;
    margin-top: -20px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 40px;
}

.blog-image-sldie .owl-nav>div.owl-next {
    right: -2px;
}

.blog-image-sldie .owl-nav>div.owl-prev {
    left: 0;
}

ul.page-pagination {
    list-style: outside none none;
    margin: 0;
    padding: 0;
    text-align: center;
}

ul.page-pagination li {
    border: 1px solid;
    display: inline-block;
}

ul.page-pagination li a {
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 2px;
    padding: 5px 50px;
    text-transform: uppercase;
}

ul.page-pagination li.active a,
ul.page-pagination li:hover a {
    background: #572C5F none repeat scroll 0 0;
    color: #fff;
}

ul.page-pagination li a {
    height: 35px;
    padding: 5px;
    min-width: 35px;
}

.tags-and-social-bar {
    border-bottom: 1px solid #c3c3c4;
    margin: -40px 0 60px;
    padding-bottom: 20px;
}

.tags h3,
.tags ul,
.single-post-social-bar h3,
.single-post-social-bar ul {
    display: inline-block;
}

.tags ul,
.single-post-social-bar ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.tags ul li,
.single-event-social-bar ul li,
.single-post-social-bar ul li {
    display: inline;
}

.tags ul li a {
    display: inline-block;
    padding: 5px;
}

.tags h3,
.single-post-social-bar h3 {
    font-size: 18px;
    margin: 0 15px;
}

.single-post-social-bar ul li a {
    padding: 5px 10px;
}

.single-post-social-bar {
    margin-top: -30px;
}

.blog-video-button {
    border: 4px solid;
    border-radius: 50%;
    color: #fff;
    font-size: 30px;
    height: 70px;
    left: 50%;
    padding-left: 5px;
    padding-top: 16px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 70px;
}


/*------------------------------
    13.1 SIDEBAR AREA
-------------------------------*/

.single-sidebar-widget>form {
    height: 45px;
    position: relative;
}

.single-sidebar-widget>form input {
    border: 2px solid;
    color: #1b1c1c;
    height: 100%;
    padding: 12px;
    width: 100%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.single-sidebar-widget>form button {
    background: #1b1c1c none repeat scroll 0 0;
    border: 0 none;
    color: #fff;
    font-size: 20px;
    height: 41px;
    position: absolute;
    right: 2px;
    top: 2px;
    width: 20%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.single-sidebar-widget input:focus {
    border-color: #572C5F;
}

.single-sidebar-widget input:focus+button {
    background: #572C5F;
}

.single-sidebar-widget>form button:hover {
    background: #1b1c1c none repeat scroll 0 0;
}

.single-sidebar-widget {
    margin-bottom: 50px;
}

.single-sidebar-widget:last-child {
    margin-bottom: 0;
}

.single-sidebar-widget>h4,
.blog-comments h4,
.comment-box h4 {
    color: #212222;
    font-size: 16px;
    letter-spacing: 1px;
    margin-bottom: 40px;
    padding-bottom: 10px;
    position: relative;
    text-transform: uppercase;
}

.single-sidebar-widget>h4::after,
.blog-comments h4::after,
.comment-box h4::after {
    background: #212222 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 50px;
}

.single-sidebar-widget ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.single-sidebar-widget ul li {
    display: inline;
}

.single-sidebar-widget.tag-widget ul li a {
    border: 1px solid;
    display: inline-block;
    font-size: 13px;
    letter-spacing: 1px;
    margin: 3px 1px;
    padding: 5px;
    text-transform: uppercase;
}

.single-sidebar-widget.tag-widget ul li a:hover {
    background: #572C5F none repeat scroll 0 0;
    border-color: #572C5F;
    color: #fff;
}

.single-sidebar-widget.catagories-widget ul li {
    border-bottom: 1px solid #dfdfdf;
    display: block;
}

.single-sidebar-widget.catagories-widget ul li a {
    display: block;
    font-size: 14px;
    letter-spacing: 1px;
    padding: 10px 0;
    text-transform: uppercase;
}

.single-sidebar-widget.catagories-widget ul li a i {
    margin-right: 10px;
}

.single-sidebar-widget.catagories-widget ul li:hover a {
    padding-left: 11px;
}

.social-widget ul li {
    display: inline-block;
}

.social-widget ul li a {
    background: #ddd none repeat scroll 0 0;
    border-radius: 50%;
    display: block;
    font-size: 20px;
    height: 40px;
    padding-top: 7px;
    text-align: center;
    width: 40px;
    color: #fff;
}

.social-widget ul li.s_facebook a {
    background: #2069ba none repeat scroll 0 0;
}

.social-widget ul li.s_twitter a {
    background: #25AEEE none repeat scroll 0 0;
}

.social-widget ul li.s_youtube a {
    background: #C32E2E none repeat scroll 0 0;
}

.social-widget ul li.s_dribbble a {
    background: #C93292 none repeat scroll 0 0;
}

.social-widget ul li a:hover {
    background: #fff none repeat scroll 0 0;
    -webkit-box-shadow: 0 0 3px #212121;
    box-shadow: 0 0 3px #212121;
    color: #212121;
}

.post-widget ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.post-widget ul li.s_post {
    border-bottom: 1px solid #dfdfdf;
    display: block;
    margin-bottom: 20px;
    overflow: hidden;
    padding-bottom: 20px;
    position: relative;
}

.post-widget ul li .post-tumb {
    height: 80px;
    width: 80px;
}

.post-widget ul li .post-tumb img {
    height: 100%;
    width: 100%;
}

.post-title-and-date h4 {
    font-size: 16px;
    margin-bottom: 5px;
}

.post-title-and-date a {
    margin: 0;
}

.single-sidebar-widget .post-meta {
    margin-bottom: 0;
}

ul.blog-instagram-feed-widget {
    list-style: outside none none;
    margin: 0;
    padding: 0;
    text-align: center;
}

ul.blog-instagram-feed-widget li {
    display: inline-block !important;
    margin: 3px;
    width: 30%;
}

.blog-instagram-feed-widget img {
    width: 100%;
}

.blog-instagram-feed-widget img:hover {
    opacity: 0.5;
}


/*==============================
    14. SINGLE BLOG PAGE
================================*/

.single-blog-page .page-barner-bg {
    background: rgba(0, 0, 0, 0) url("../img/blog/blog_details_page_barner.jpg") no-repeat scroll center center / cover;
}

.single-blog-page .title-and-meta::after {
    left: 0;
    margin-left: auto;
}

.blog-comments {
    margin-bottom: 50px;
}

.single-comments:nth-child(2n+1) {
    margin-left: 80px;
}

.comment-meta h5 {
    color: #1a1a1a;
    font-size: 14px;
    letter-spacing: 1px;
    margin-bottom: 0;
    text-transform: uppercase;
}

.comment-meta h5 span a {
    color: #572C5F;
    float: right;
}

.comment-meta h5 span i {
    margin-right: 5px;
}

.comment-meta h5 span a:hover {
    color: #1a1a1a;
}

.comment-box input,
.comment-box textarea {
    border: 1px solid;
    display: block;
    margin-bottom: 30px;
    max-height: 100px;
    padding: 5px 10px;
    width: 100%;
}

.comment-box input:focus,
.comment-box textarea:focus {
    border-color: #572C5F;
}

.comment-box button {
    background: #fff none repeat scroll 0 0;
    border: 1px solid;
    color: #000;
    letter-spacing: 1px;
    margin: 0 0 30px;
    padding: 8px 20px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.comment-box button:hover {
    background: #572C5F none repeat scroll 0 0;
    border-color: #572C5F;
    color: #fff;
}

.single-comments {
    padding-bottom: 10px;
    padding-top: 20px;
    border-bottom: 1px solid #d1d1d1;
}

.menus-area{
background: #fff;
}

.style-classic .about-area::after,
.style-classic .about-area::before,
.style-classic .menus-area::after,
.style-classic .menus-area::before,
.style-classic .team-area::after,
.style-classic .team-area::before,
.style-classic .gallery-area::after,
.style-classic .footer-area::after,
.style-classic .mainmenu-area::after {
    display: none;
}

.food-text{
    font-family: lato;
}
.top-area-bg {
    background: rgba(0, 0, 0, 0) url("../img/slider/slide_1.jpg") no-repeat scroll center center / cover;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
}


.welcome-text-area {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 100px;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 3;
}

.welcome-text {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.welcome-text h2 {
    font-family: "Dancing Script", cursive;
    font-size: 82px;
    text-transform: capitalize;
}

.welcome-text h1 {
    font-size: 60px;
    font-weight: 300;
    letter-spacing: 2px;
    margin-bottom: 25px;
}

.welcome-text h1 span.hero-text {
    font-weight: 700;
}


.Background {
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}

.Background::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5), transparent 50%, rgba(0, 0, 0, 0.5));
}

.cooking-effect .top-area-bg::before {
    z-index: 1;
}

.top-area-bg.video-bg {
  background: transparent;
}

.single-menu-two {
    overflow: hidden;
    border-radius: 12px;
    position: relative;
    margin-bottom: 10px;
    box-shadow: 0px 0px 7px 1px rgba(0,0,0,0.75);
}
.food-menu-img-two {
    overflow: hidden;
    position: relative;
}
.food-menu-details-two {
    background: #572C5F;
    padding: 30px;
    color: #fff;
    text-align: center;
}
.food-menu-img-two .menu-price {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(0, 0, 0, 0) url("../img/icons/Rectangle.png") no-repeat scroll center center / cover ;
  border-radius: 5px;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "PT Sans Narrow",sans-serif;
  font-size: 24px;
  font-weight: 700;
  height: 100px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  left: 50%;
  padding: 10px 20px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 100px;
  z-index: 9;
}

.food-menu-img-two::after {
    background: #000000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 100%;
    z-index: 1;
}
.single-menu-two:hover .food-menu-img-two::after {
    opacity: 0.5;
    visibility: visible;
}

.home-alt-two .team-member-img {
    border-radius: 50%;
    overflow: hidden;
}
.home-alt-two .member-social-bookmark {
    height: auto;
    left: 50%;
    margin: 0;
    opacity: 0;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
}
.home-alt-two .member-social-bookmark li {
    display: inline-block;
    margin: 0 5px;
}
.home-alt-two .single-team-member:hover .member-social-bookmark {
    left: 0;
    opacity: 1;
}


.home-alt .promotions-img {
    position: relative;
}
.home-alt .promotions-img::after {
    background: #000000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 100%;
}

.package-price {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: rgba(0, 0, 0, 0) url("../img/icons/tag.png") no-repeat scroll center center / cover ;
    color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: "PT Sans Narrow",sans-serif;
    font-size: 22px;
    font-weight: 700;
    height: 100px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    left: -50px;
    position: absolute;
    top: -50px;
    width: 100px;
}

.home-alt .single-promotions:hover .promotions-img::after {
    opacity: 0.5;
}


/* Tabs */
.tab {
    overflow: hidden;
    border-radius: 28px;
    background: #e2e3df;
  }
  
  .tab button {
    background-color: inherit;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 6px 12px;
    font-family: lato;
    border-radius: 28px;
    transition: 0.3s;
    font-size: 17px;
  }
  
  .tab button:hover {
    background-color: #ddd;
  }
  

  .tab button.active {
      color: #fff;
    background-color: #572C5F;
  }

  .tabcontent {
    display: none;
    padding: 6px 12px;
    border-top: none;
  }
  body {
    background: #f7f6f3;
    font-family: open-sans;
  }
  
  .open img{
    animation-name: example;
    animation-duration: 6s;
    animation-direction: alternate-reverse;  
    transition: all 0.5s ease-in-out;
    animation-iteration-count: infinite;
  }
  @keyframes example {
    0%   {transform: rotate(45deg);}
    25% {transform: rotate(0deg);}
    75%  {transform: rotate(-45deg);}
    100% {transform: rotate(0deg);}
  }

  [ng\:cloak], [ng-cloak], .ng-cloak {
    display: none;
  }
  

  .app-container {
    border-radius: 14px;
    overflow: hidden;
    border-top-left-radius: 14px;
    width: 992px;
    height: auto;
    max-width: 100%;
    position: relative;
    left: 0;
    right: 0;
    margin: 40px auto;
  }
  
  .buttons-container {
    position: absolute;
    bottom: 22px;
    right: 0;
    height: 40px;
    font-family: Lato;
  }
  
  .cancel-button,
  .save-button {
    float: left;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    border-radius: 2px;
    margin-right: 15px;
    cursor: pointer;
    transition: all 0.15s ease;
  }
  
  .cancel-button {
    background: white;
    color: #572C5F;
  }
  
  .save-button {
    background: #572C5F;
    color: white;
    border-radius: 14px;
  }
 
  /* timepicker styles */
  .timepicker-container-outer {
    width: 50%;
    max-width: 700px;
    float: left;
    display: block;
    padding: 40px 30px 30px;
    position: relative;
    top: 50px;
    overflow: hidden;
    -webkit-tap-highlight-color: transparent;
    transition: background 0.15s ease;
  }
  
  .timepicker-container-inner {
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
    position: relative;
    display: block;
  }
  
  .timeline-container {
    display: block;
    float: left;
    position: relative;
    width: 100%;
    height: 36px;
  }
  
  .current-time {
    display: block;
    position: absolute;
    z-index: 1;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    top: -25px;
    left: -20px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  
  .current-time::after {
    content: '';
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    background: #572C5F;
    transition: all 0.15s ease;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-radius: 20px 20px 3px 20px;
    z-index: -1;
    top: 0;
  }
  
  .actual-time {
    color: white;
    line-height: 40px;
    font-size: 12px;
    text-align: center;
    transition: all 0.15s ease;
  }
  
  .timeline {
    display: block;
    z-index: 1;
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: 0;
  }
  
  .timeline::before, .timeline::after {
    content: '';
    display: block;
    width: 2px;
    height: 10px;
    top: -6px;
    position: absolute;
    background: #572C5F;
    left: -1px;
    transition: background 0.15s ease;
  }
  
  .timeline::after {
    left: auto;
    right: -1px;
  }
  
  .hours-container {
    display: block;
    z-index: 0;
    width: 100%;
    height: 10px;
    position: absolute;
    top: 31px;
    left: 1px;
  }
  
  .hour-mark {
    width: 2px;
    display: block;
    float: left;
    height: 4px;
    background: #572C5F;
    position: relative;
    margin-left: calc((100% / 12) - 2px);
    transition: background 0.15s ease;
  }
  
  .hour-mark:nth-child(3n) {
    height: 6px;
    top: -1px;
  }
  
  .display-time {
    width: calc(60% - 30px);
    display: block;
    margin-top: 30px;
    height: 36px;
    line-height: 36px;
    overflow: hidden;
    float: left;
    position: relative;
    font-size: 20px;
    text-align: center;
    transition: color 0.15s ease;
  }
  
  .decrement-time,
  .increment-time {
    cursor: pointer;
    position: absolute;
    display: block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    top: 6px;
    font-size: 20px;
  }
  
  .decrement-time {
    left: 0;
    text-align: left;
  }
  
  .increment-time {
    right: 0;
    text-align: right;
  }
  
  .increment-time path,
  .decrement-time path {
    transition: all 0.15s ease;
  }
  
  .time {
    width: calc(100% - 48px);
    position: relative;
    left: 24px;
    height: 36px;
  }
  .time:after {
    content: '';
    height: 2px;
    width: 100%;
    position: absolute;
    bottom: 0;
    background: white;
    left: 0;
    right: 0;
    opacity: 0.5;
    transition: all 0.15s ease;
  }
  
  .time.time-active:after {
    display: none;
  }
  
  .time-input {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 34px;
    line-height: 34px;
    bottom: 2px;
    width: 100%;
    border: none;
    background: none;
    text-align: center;
    color: white;
    font-size: inherit;
    opacity: 0;
    transition: all 0.15s ease;
    cursor: pointer;
  }
  .time-input:focus, .time-input:active {
    outline: none;
  }
  
  .formatted-time {
    cursor: pointer;
  }
  
  .time-input:focus {
    cursor: auto;
  }
  .time-input:focus ~ .formatted-time {
    border-radius: 2px;
    background: #572C5F;
    color: white;
    cursor: default;
  }
  
  .am-pm-container {
    width: 40%;
    padding-left: 15px;
    float: right;
    height: 36px;
    line-height: 36px;
    display: block;
    position: relative;
    margin-top: 30px;
  }
  
  .am-pm-button {
    width: calc(50% - 5px);
    height: 36px;
    line-height: 36px;
    background: #2196F3;
    text-align: center;
    color: white;
    border-radius: 4px;
    float: left;
    cursor: pointer;
  }
  
  .am-pm-button:first-child {
    background: #572C5F;
    color: white;
  }
  
  .am-pm-button:last-child {
    background: white;
    color: #572C5F;
    margin-left: 10px;
  }
  
  @-webkit-keyframes select-date-pm {
    0% {
      background: rgba(255, 255, 255, 0.5);
    }
    100% {
      background: #FFF;
    }
  }
  @keyframes select-date-pm {
    0% {
      background: rgba(255, 255, 255, 0.5);
    }
    100% {
      background: #FFF;
    }
  }
  .datepicker.am .datepicker-header {
    color: white;
    padding: 12px 2px 2px 2px;
    display: flex;
    background: #572C5F;
  }
  .datepicker.am .current-time::after {
    background: #572C5F;
  }
  .datepicker.am .actual-time {
    color: white;
  }
  .datepicker.am .display-time {
    color: #572C5F;
  }
  .datepicker.am .time-input {
    color: #572C5F;
  }
  .datepicker.am .time:after {
    background: #572C5F;
  }
  .datepicker.am .increment-time path,
  .datepicker.am .decrement-time path {
    stroke: #572C5F;
  }
  
  .datepicker.pm .datepicker-header {
    background: white;
    display: flex;
    padding: 12px 2px 2px 2px;
    color: #572C5F;
  }
  .datepicker.pm .datepicker-subheader {
    color: #572C5F;
  }
  .datepicker.pm .goback:before,
  .datepicker.pm .goback:after,
  .datepicker.pm .goforward:before,
  .datepicker.pm .goforward:after {
    background: white;
  }
  .datepicker.pm .day-label {
    color: white;
  }
  .datepicker.pm .datenumber {
    color: white;
  }
  .datepicker.pm .datenumber:hover::before {
    background: rgba(255, 255, 255, 0.5);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  .datepicker.pm .datenumber.day-selected {
    color: #572C5F;
  }
  .datepicker.pm .datenumber.day-selected:before {
    background: white;
    -webkit-animation: select-date-pm .25s forwards;
    animation: select-date-pm .25s forwards;
  }
  .datepicker.pm .current-month-container {
    color: white;
  }
  .datepicker.pm .current-time::after {
    background: white;
  }
  .datepicker.pm .actual-time {
    color: #572C5F;
  }
  .datepicker.pm .display-time {
    color: white;
  }
  .datepicker.pm .timeline::before, .datepicker.pm .pm .timeline::after {
    background: white;
  }
  .datepicker.pm .hour-mark {
    background: white;
  }
  .datepicker.pm .am-pm-button:last-child {
    color: #572C5F;
  }
  .datepicker.pm .cancel-button {
    background: none;
    color: white;
  }
  .datepicker.pm .save-button {
    background: white;
    color: #572C5F;
  }
  .datepicker.pm .goback path,
  .datepicker.pm .goforward path {
    stroke: white;
  }
  .datepicker.pm .time-input:focus ~ .formatted-time {
    background: white;
    color: #572C5F;
  }
  
  .datepicker.compact .datepicker-title,
  .datepicker.compact .datepicker-subheader {
    width: 100%;
    text-align: center;
  }
  .datepicker.compact .datepicker-title {
    height: 50px;
    line-height: 50px;
  }
  .datepicker.compact .datepicker-subheader {
    height: 30px;
    line-height: 30px;
  }
  .datepicker.compact .display-time {
    width: 60%;
    font-size: 20px;
    line-height: 36px;
  }
  .datepicker.compact .app-container {
    width: 100%;
  }
  .datepicker.compact .datepicker-calendar {
    width: 100%;
    margin: 0 auto;
    float: none;
  }
  .datepicker.compact .timepicker-container-outer {
    width: 100%;
    margin: 0 auto;
    float: none;
    top: -15px;
  }
  .datepicker.compact .buttons-container {
    position: relative;
    float: right;
  }
  
  .current{
      font-size: 30px;
      font-weight: 500;
      padding: 10px;
      color: white;
  }
  .current-state{
    font-size: 22px;
    font-weight: normal;
    padding: 10px;
    margin-top: 20px;
  }
  
.ipad {
 
    width: 100%;
    height: 114%;
    
    position: relative;
    border-radius: 15px;
    border: solid #222;
    border-width: 32px 12px;
   }
  .ipad:after, .ipad:before {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    background: #3F3F3F;
    border-radius: 100%;
    top: -20px;
    left: 0;
    right: 0;
    margin: auto;
  }
  .ipad:before {
    content: '\2610';
    color: #262626;
    line-height: 20px;
    text-align: center;
    font-size: 10px;
    background: #121212;
    width: 20px;
    height: 20px;
    top: auto;
    bottom: -25px;
  }
  .datepicker .cell.day.selected, .datepicker .cell.month.selected, .datepicker .cell.year.selected, .datepicker .cell.decade.selected {
    background: #572C5F  none repeat scroll 0 0;
    color: #FFF;
}
.clockpicker-popover .popover-title span{
     color: #572C5F;
}
.datepicker, .popover.clockpicker-popover.bottom.clockpicker-align-left{
    border: 2px solid #572C5F ;
}
.alert{
    margin-bottom: 0;
}
@media (max-width: 768px){
    .alert-success, .alert-danger{
        top: 24%;
    }
}