@font-face {
    font-family: 'thinking_of_bettyregular';
    src: url('../fonts/thinking_of_betty-webfont.woff2') format('woff2'),
         url('../fonts/thinking_of_betty-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
/*=========================***HEADER***=========================*/
.mb50{
    margin-bottom: 50px;
}
header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    padding: 0px;
    margin-top: 20px;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
}
.header-wrapper {
    width: 100%;
    height: 65px;
}
.main-logo.columns {
    position: absolute;
    z-index: 100;
}
.main-logo h1 {
    margin: 0 15px;
    line-height: 69px;
    font-size: 16px;
    text-transform: uppercase;
}
.bottom #triangle-up {
    cursor: pointer;
}
.main-logo img {
    max-height: 140px;
    padding-top: 2px;
}
.form-control.required.input-error{
    border: 1px solid red !important;
}
.main-logo h1.white-color, .nav-item li a.white-color, .header-mobile ul li a.white-color {
    color: #fff !important;
}
.address-venues h2 {
    font-size: 40px;
    line-height: 1.03128;
    color: #262526;
    letter-spacing: 0;
    font-family: 'Open Sans'!important;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
}
.inner-block{
    width:50%;
    float: left;
    margin: 5px 0px;
}
#js_form_builder_container span{
    font-weight: bold;
    padding-left: 8px;
}
#js_form_builder_container hr{
    color: white;
    border: 1px solid white;
}
#js_form_builder_container{
    padding:10px;
}
#js_form_builder_container .medium-6, #js_form_builder_container .medium-12{
    float: left;
    padding:10px;
}
#js_form_builder_container .medium-6 input, #js_form_builder_container .medium-6 .form-group textarea{
    margin-bottom: 0!important;
}
#js_form_builder_container .medium-6 input[type='checkbox'], #js_form_builder_container .medium-6 .form-group textarea{
    width:auto !important;
}
.contact-no-home a{
    color: #efba34 !important;
}
.address-venues ul {
    margin: 3rem 0 0.75rem;
}
.address-venues ul li:nth-child(2n+1) {
    background-color: #fcfcfc;
}
.address-venues ul li {
    list-style: none;
    width: 100%;
    padding: 10px 10px;
    display: table;
}
.address-venues ul li span {
    vertical-align: middle;
    text-align: left !important;
}
.left {
    float: left !important;
}
.right {
    float: right !important;
}
.address-venues ul li span:nth-child(1) {
    width: 35% !important;
}
.address-venues ul li span {
    text-transform: uppercase !important;
}
.address-venues ul li span:nth-child(2) {
    width: 65% !important;
}
.nav-bar .inline-list>li {
    line-height: 65px;
    padding: 0 5px;
    margin: 0 10px;
}
.nav-bar .inline-list>li:hover a,.nav-bar .inline-list>li.nav-item-active a {
    border-bottom: 2px solid;    
}
.nav-item.inline-list {
    margin: 0 ;
    padding: 17px 0;
}
.nav-item li a {
    font-size: 14px;
    line-height: 30px;
}
.popbutton{
    text-align: center;
    margin-top:-60px; 
}
.popbutton a{
    background-color: #FFCE28;
    color: black; 
    padding: 5px 16px;
    border-radius: 5px;
    box-shadow: 0px 0px 5px black;
}
.header-mobile {
    height: 60px;
    overflow: hidden;
}
.header-mobile ul {
    margin: 0;
    padding: 0 10px;
}
.header-mobile ul.inline-list.right li {
    margin-left: 2rem;
}
.header-mobile ul.inline-list.left li {
    margin-left: 0rem;
}
.header-mobile > ul > li > a {
    line-height: 50px;
}
aside ul.off-canvas-list li {
    text-align: center;
}
a.company-name {
    font-size: 1.2rem !important;
    text-transform: uppercase;
}
a.left-off-canvas-toggle i {
    margin-top: 10px;
    color: #fe6831;
}
aside ul.social-icons {
    margin-top: 20px;
    margin-left: 0;
    margin-bottom: 30px;
}
aside ul.social-icons li a {
    padding: 5px;
    border-bottom: none;
}
aside ul.social-icons li a i {
    border: 1px solid;
    padding: 10px 0px 7px;
    width: 32px;
    font-size: 1.1rem;
    text-align: center;
    border-radius: 3px;
}
aside .social-icons li {
    display: inline-block;
    padding-bottom: 75px;
}
aside .social-icons li img {
    width: 40px;
}
.header-mobile {
    display: none;
}

.mobile-view{
    display: none;
}
/*=======================***HEADER ENDS***=======================*/

@media all and (max-width:1024px) {
    .header-mobile {
        display: block;
    }
    .main-logo h1 {
        font-size: 2rem;
        line-height: 1;
    }
    .header-wrapper {
        display: none;
    }
}

@media all and (max-width:640px) {
    .header-mobile .inline-list>li {
        margin-left: 0;
    }
    header {
        padding: 0 10px;
    }
    aside.left-off-canvas-menu {
  padding-bottom: 55px;
  margin-bottom: 40px;
  overflow-y: scroll; 
}
.off-canvas-wrap.move-right {
  height: 100%;
  overflow: hidden;
}
aside.left-off-canvas-menu .off-canvas-list {
  padding-bottom: 150px;
  overflow-y: scroll;
}
.mobile-view{
    display: block;
}
.web-view, section#bg-img-section-0{
    display: none;
}
.mobile-view p:nth-child(1){
    font-size: 40px !important;
}
.mobile-view p:nth-child(2){
    color: #000;
}
 a.company-name{
        display: none;
    }

}


html, body {
    margin: 0;
    padding: 0;
    /*height: 100%;*/
}

body {
    overflow-x: hidden;
}
.off-canvas-wrap {
    border: 20px solid #fff;
    backface-visibility: visible;
    -webkit-backface-visibility: visible;
}
.inner-wrap {
    backface-visibility: inherit;
    -webkit-backface-visibility: inherit;
}

ul,h1,h2,h3,h4,h5,h6,p {
    margin: 0;
}
a {
    outline: none !important;
    color: #e4582c !important;
}
a:hover, a:focus{
    color: #8e2c1a !important;
}
.row {
    max-width: 70rem;
}
.page-bg {
    width: 100%;
    height: 300px;
    position: relative;
}
.page-content {
    padding: 5%;
}
.head-bg {
    position: absolute;
    z-index: 11;
    top: 45%;
    left: 0;
    right: 0;
    text-align: center;
}
.head-bg h3 {
    padding: 20px;
    line-height: 1;
    text-transform: uppercase;
    font-size: 2.5rem;
    display: inline-block;
    color: #fff;
    text-shadow: 0px 1px 2px #333;
}
.button, input[type="submit"] {
    padding: 7px 20px;
    border-radius: 3px;
    text-transform: uppercase;
    font-size: 0.8rem;
    line-height: 1;
    letter-spacing: 1.5px !important;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}
.button:hover {
    box-shadow: 0px 0px 1px 1px #333;
}
.bg-overlay-screen {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 10;
}

@media all and (max-width:1024px) {

}

@media all and (max-width:640px) {
    .off-canvas-wrap {
        border: 10px solid #fff;
        margin-bottom: 60px;
    }
    .page-bg {
        height: 250px !important;
    }
    .page-content {
        padding: 5% 10px;
    }
    .head-bg {
        top: 35%;
    }
}

@media all and (max-width: 480px) {
}


.bg-img-section .bg-slider .orbit-container .orbit-slides-container>* {
    height:100%;
}




/*===========----***FOOTER***----===========*/

footer {
    /*min-height: 250px;*/
}

.towards-top {
    color: #363636;
    text-align: center;
    left: 0;
    margin-top: -30px;
    position: absolute;
    right: 0;
    z-index: 99;
    display: none;
}
.towards-top i {
    padding: 10px;
    border-radius: 50%;
}
.footer-wrapper {
    padding: 60px 0;
}
.footer-wrapper .footer-address-wrap.single-location {
    margin: auto;
    float: none !important;
}
.footer-wrapper .footer-address-wrap.single-location p {
    margin-left: auto;
    margin-right: auto;
}
.single-address-wrap {
    margin-bottom: 20px;
}
.footer-social li {
    display: inline-block;
}
.footer-social li a {
    margin-left: 30px;
}
.footer-social li:first-child a {
    margin-left: 0;
}
.footer-social li a i {
    border: 1px solid;
    padding: 10px 0px 7px;
    width: 32px;
    font-size: 1.1rem;
    text-align: center;
    border-radius: 3px;
}
.footer-social li img {
    width: 32px;
}
.footer-title {
    text-transform: uppercase;
    padding: 0;
    font-size: 0.8rem;
    margin-bottom: 25px;
}
.footer-wrapper .footer-address-wrap {
    margin: 0;
    padding-left: 0;
    float: left !important;
}
.footer-wrapper .footer-address-wrap p {
    font-size: 0.8rem;
    width: 70%;
    margin-bottom: 15px;
}
.footer-wrapper .footer-address-wrap p.footer-phone-no {
    margin-bottom: 0;
}
.footer-wrapper .footer-address-wrap p.footer-email-id {
margin-top: 15px;
}
.multi-location-footer .footer-title {
    margin-bottom: 2px;
}
.footer-time {
    margin-bottom: 15px;
}
.footer-time p {
    font-size: 0.8rem;
}
.footer-location-view-more-btn a {
    font-size: 0.8rem;
    text-decoration: underline;
}
/*===========----***FOOTER ENDS***----===========*/

@media all and (max-width:1024px) {
    .footer-title {
        font-size: 0.9rem;
    }
    .footer-wrapper p {
        font-size: 0.75rem;
        padding-left: 0;
    }
    .footer-social.text-right {
        text-align: center !important;
    }
    .footer-address {
        margin-bottom: 30px;
    }
}

@media all and (max-width:640px) {

    .towards-top {
        position: fixed;
        bottom: 10%;
        right: 5%;
        left: initial;
        opacity: 0.5;
    }

    
.footer_mobile {
  height: 50px;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 100;
}
.footer_mobile i {
  line-height: 50px;
    padding: 0 30px;
}
.footer_mobile li {
 padding-bottom: 0 !important;
}
#numbersModal{
  min-height: 0px !important;
  position: fixed !important;
  top: auto !important;
  bottom: 0 !important;
  padding: 0 !important;
}
#numbersModal a{
  color: inherit !important;
  font-size: 1.4rem !important;
  display: block !important;
  box-shadow: -1px -1px 1px !important;
  padding:6px !important;
}
#numbersModal a i.fa{
  margin-right: 8px !important;
  font-family: 'FontAwesome' !important;
}

}




/*==========================***HOME-PAGE***========================*/
.main-logo-small h1 {
    padding: 10px;
    margin: 10px;
}
.small-nav {
    padding: 20px;
}
.small-nav ul li {
    text-align: center;
    margin: 5px;
    width: 29%;
    height: 65px;
    padding: 20px 0px;
    text-shadow: 2px 2px 2px #333;
    background: rgba(1,1,1,0.5);
}
.small-nav ul li a {
    color: #fff;
    font-weight: bold;
}
.section-head {
    text-align: center;
    padding: 0px 30px 30px;
    text-transform: uppercase;
    font-size: 1.2rem;
    line-height: 1;
}
.section-sub-head {
    width: 85%;
    margin: auto;
    margin-bottom: 50px;
    text-align: center;
    letter-spacing: 0;
}
.home-section-content {
    padding: 30px 0 40px;
}
section.bg-img-section {
    position: relative;
    height: 400px;
    width: 100%;
    display: table;
    background-size: cover !important;
    background-repeat: no-repeat;
    background-position: center;
}
.bg-img-section-head {
    padding: 20px;
    line-height: 1;
    text-transform: uppercase;
    font-size: 2.5rem;
    display: inline-block;
    position: relative;
    color: #fff !important;
    text-shadow: 0px 2px 3px #333;
}
.bg-image-caption {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    z-index: 11; /*2-2-2015 to fix overlay problem*/
}
.bg-img-section-sub-head {
    margin: 0 auto;
    width: 30%;
    padding: 10px 20px;
    font-size: 0.8rem;
    line-height: 1.6;
    position: relative;
    color: #fff !important;
    text-shadow: 0px 2px 3px #333;
}
/*--------introduction----------*/

section.introduction {
    position: relative;
    /*height: 100%;*/
    background: url('../images/bg-img.jpg');
    background-size: cover !important;
    background-repeat: no-repeat;
    background-position: center;
}
.logo-home img {
    max-height: 125px;
    margin-bottom: 30px;
}
.home-order-btn {
    margin-bottom: 0;
}
.contact-no-home {
    color: #fff;
    font-size: 14px;
    margin-top: 5px;
    text-shadow: 0px 1px 2px #333;
}

.text-on-image {
    display: table;
    height: 100%;
    width: 100%;
    position: absolute;/*2-2-2015 added to fix slider*/
    z-index:11;/*added to solve firefox issue 31/1/2015 */
    top:0;
}
.intro-caption {
    display: table-cell;
    vertical-align: middle;
    padding: 10px;
    left: 0;
    right: 0;
    text-align: center;
}
.home-text-heading {
    width: 60%;
    margin: 20px auto;
    font-size: 2.5rem;
    color: #fff;
    text-shadow: 0px 1px 3px #333;
    text-transform: uppercase;
    line-height: 1.2;
}
.home-text-description {
    width: 40%;
    margin: auto;
    font-size: 0.8rem;
    color: #fff;
    letter-spacing: 1px;
    line-height: 1.6;
    margin-top: 10px;
    text-shadow: 0px 2px 1px #333;
}
section.introduction .bottom {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index:12;
}
.bottom #triangle-up {
    width: 0;
    height: 0;
    margin: auto;
    border-left: 60px solid transparent !important;
    border-right: 60px solid transparent !important;
    border-bottom: 30px solid;
}
.main-home-offer {
    padding: 30px 40px 10px;
    position: absolute;
    bottom: 0;
    width: 50%;
    margin-left: 25%;
    text-align: center;
    z-index: 99;
    visibility: hidden;
}
h6.main-offer-name {
    margin-bottom: 5px;
    text-transform: uppercase;
}
.main-offer-detail {
    margin-bottom: 25px;
}
.main-offer-detail:last-child {
    margin-bottom: 0;
}
.offer-close-btn {
    position: absolute;
    top: 8px;
    right: 10px;
    cursor: pointer;
}
.main-home-offer .orbit-bullets {
    margin: 0 auto 10px auto;
    top: 5px;
}
.orbit-bullets li {
    opacity: 0.6;
}
.orbit-bullets li.active {
    opacity: 1;
}
/*--------introduction-ends---------*/



/*--------first-section-------------*/

.first-section-wrapper {
    display: table;
    padding: 40px 0;
}
.first-section-img {
    display: table-cell;
    vertical-align: middle;
    padding: 20px 15px;
}
.first-section-img img {
    width: 100%;
}
.first-section-content {
    display: table-cell;
    vertical-align: middle;
    padding: 20px 15px;
    position: relative;
}

.rm-btn {
    margin: 20px 0 0;
}


/*--------first-section-ends---------*/

.second-section-wrapper {
    display: table;
    padding: 60px 0;
}
.second-section-content {
    display: table-cell;
    vertical-align: middle;
    padding: 0 15px;
}
.second-section-img {
    display: table-cell;
    vertical-align: middle;
    padding: 0 15px;
}
a.button.home-offer-btn {
    margin-top: 10px;
}

/*-------------third-section-----------*/
.third-section-wrapper {
    display: table;
    padding: 60px 0;
}
.third-section-images {
    display: table-cell;
    vertical-align: middle;
    padding: 20px 15px;
}
.third-section-content {
    display: table-cell;
    vertical-align: middle;
    padding: 20px 15px;
}
.image-div img {
    width: 100%;
}
.third-section-wrapper h6 {
    text-transform: uppercase;
    font-size: 0.8rem;
    margin-bottom: 10px;
}

.view-menu-btn {
    text-align: center;
}

/*-------------third-section-ends----------*/




/*-------------fifth-section-ends----------*/

.fifth-section .section-head {
    padding-top: 60px;
}
.fifth-section-gallery li img {
    height: 400px;
}

.orbit-timer {
    display: none;
}
.fifth-section-gallery .orbit-container .orbit-prev{
    text-indent: 3px !important;
    color: #333;
    background: transparent!important;
    left: 1%;
}
.fifth-section-gallery .orbit-container .orbit-next {
    text-indent: 7px !important;
    color: #333;
    background: transparent!important;
    right: 1%;
}
.fifth-section-gallery .orbit-container .orbit-slides-container img {
    width: 90%;
    margin: auto;
}
.fifth-section-gallery .orbit-container .orbit-slide-number {
    display: none;
}
.fifth-section-gallery .orbit-bullets li {
    opacity: 0.6;
}
.fifth-section-gallery .orbit-bullets li.active {
    opacity: 1;
}


/*-------------fifth-section-ends----------*/



/*========================***HOME-PAGE-ENDS***=========================*/


@media (max-width:1024px) {
    .intro-caption {
        top: 40%;
    }
    .home-text-heading {
        width: 70%;
    }
    .home-text-description {
        width: 60%;
    }
    section.bg-img-section {
        height: 400px;
    }
    .home-section-content {
        padding: 40px 10px;
    }
    .third-section ul.large-block-grid-3 li {
        padding: 10px;
    }
    .third-section-wrapper h6 {
        margin-left: 0;
    }
    .fifth-section-gallery li img {
        height: auto;
    }
    .bg-img-section-sub-head {
        width: 55%;
    }
}

@media (max-width: 770px) {
    section.section-home.bg_color_a {
        padding-left: 60px;
        padding-right: 60px;
    }
    .home-text-heading {
        width: 100%;
    }
    .home-text-description {
        width: 80%;
    }
    .intro-caption {
        top: 30%;
    }
    .first-section-wrapper {
        display: block;
    }
    .bg-img-section-sub-head {
        width: 75%;
    }
    .first-section-img {
        width: 100%;
        display: block;
    }
    .first-section-content {
        width: 100%;
        display: block;
        position: relative;
    }
    .third-section-wrapper {
        display: block;
    }
    .third-section-images {
        width: 100%;
        display: block;
    }
    .third-section-content {
        width: 100%;
        display: block;
    }
    .second-section-wrapper {
        display: block;
    }
    .second-section-img {
        width: 100%;
        display: block;
    }
    .second-section-content {
        width: 100%;
        display: block;
    }
    .main-home-offer {
        width: 80%;
        margin-left: 10%;
    }
}
@media (max-width: 640px) {
    section.section-home.bg_color_a {
        padding-left: 0px;
        padding-right: 0px;
    }
    .first-section-content {
        padding: 15px 0;
    }
    .home-offer {
        max-width: 90%;
    }
    .section-head {
        padding: 0px 0px 30px;
    }
    .section-sub-head {
        width: 95%;
        padding: 0 5%;
    }
    .first-section-img {
        padding: 20px 0px;
    }
    .bg-img-section-sub-head {
        width: 90%;
    }
    .home-section-content {
        padding: 40px 0px;
    }
    .third-section-images {
        padding: 20px 0px;
    }
    .third-section-content {
        padding: 20px 0px;
    }
    .second-section-content {
        padding: 0;
    }
    .second-section-img {
        padding: 0;
    }
    .fifth-section-gallery {
        margin-bottom: 70px;
    }

}

.color_b, .main-logo h1, .nav-item li a, .reviewer-name, ul.rating .fa-star, .event-name, .address-head, .header-mobile > ul > li > a, .review-rating,.event-tabs li.tab-title a {
    color: #000000 !important;
}

.bg_color_b, footer, .orbit-bullets li, .menu_catg_tabs, .button, .event-tabs li.tab-title.active a, .event-tabs li.tab-title a:hover, .gallery_catg_tabs {
    background: #000000 !important;
}

.font_size_1, .home-text-heading, .bg-img-section-head, .head-bg h3, .section-head, [data-fsize-a] {
    font-size: 35px !important;
}

.font_size_2, .sub-category-head h4, .reviews-tabs .tabs li a, [data-fsize-b] {
    font-size: 16px !important;
}

.font_size_3, .offer-desc p, .menu_catg_tabs li a, .gallery_catg_tabs li a, .sub-category-head > p, .menu-item-name, .menu-item-desc, .menu-item-price, .menu-item-scat p, .get-direction-btn, .button, .event-name, .rsvp, .event-location, .event-price, .event-date, .event-time, .review-rating, [data-fsize-c] {
    font-size: 16px !important;
}

@font-face {
    font-family: "font_1";
    src: url("initial.html");
}

.font_1, .nav-item li a, .event-name, .menu_catg_tabs li a,.gallery_catg_tabs li a, .header-mobile > ul > li > a, [data-fstyle-a] {
    font-family: font_1 !important;
    letter-spacing: 1px;
}

@font-face {
    font-family: "font_2";
    src: url("initial.html");
}

.font_2, .on-hover-text, .menu-item-price, .menu-item-desc, .menu-item-catg, .menu-item-name, .button, .clearing-caption, .rsvp, .event-location, .event-price, .event-date, .event-time, [data-fstyle-b] {
    font-family: font_2 !important;
    letter-spacing: 1px;
}

.gallery-pdf h2:before, .gallery-new h2:before, .first-section-img:after, .image-div:after, .slider-img:after, .imgage-venues:after, ul.clearing li:after {
    content: '';
    display: table;
    height: 58px;
    background: url(../images/floating-card-shadow.png);
    background-size: 100%;
    width: 98%;
    margin: 0 auto;
    background-repeat: no-repeat;
}
.f-footer address{
    color: #E9E9E9;
    font-style:  normal;
    font-size: 14px;
}
.popup_manager p {
    margin: 0px 0!important;
    background: black!important;
    font-size: 1rem!important;
    text-transform: uppercase!important;
    font-family: 'Open Sans'!important;
    padding: 10px 42px!important;
    color: #fff!important;
}

/*---------------------Display none----------------------*/
.contact-no-home-mobile a, section#our-signature-drinks, .over-lay-our-sp, .menu-item-price, section#our-signature-recipes, .static-4-home, footer.hide-for-small, p.footer-email-id, .first-section-img>.row, .multi-location-footer:first-child, .multi-location-footer:last-child {
    display: none!important;
}

section#offers-promotions + section.page-content {
    display: none;
}

/*---------------------Display none----------------------*/
.bg_color_a {
    background-color: #ffffff;
}

header {
    margin-top: 0px!important;
}

header.bg_color_a {
    margin-top: 0px!important;
}

.main-logo h1 img {
    width: 26%;
}

.main-logo h1.white-color img {
    width: auto;
}

/*---------------------nav bar----------------------*/
.header-wrapper {
    background: linear-gradient(to top,rgba(0, 0, 0, 0),rgba(0, 0, 0, 0.53),rgba(5, 4, 5, 1))!important;
}

ul.nav-item.inline-list.right {
    overflow: visible!important;
}

.nav-bar > ul.nav-item > li:nth-child(2), .nav-bar > ul.nav-item > li:nth-child(3), .nav-bar > ul.nav-item > li:nth-child(6) {
    position: relative!important;
}

ul.drop-down-nav, ul.drop-down-nav2, ul.drop-down-nav3 {
    position: absolute;
    top: 100%;
    left: 50%;
    display: none;
    min-width: 170px;
    text-align: center;
    transition: ease all 1s;
    padding: 10px 5px!important;
    -moz-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    background: linear-gradient(to right,rgba(0, 0, 0, 0),rgba(0, 0, 0, 0.53), rgba(0, 0, 0, 0.53),rgba(0, 0, 0, 0))!important;
}

ul.drop-down-nav li, ul.drop-down-nav2 li, ul.drop-down-nav3 li {
    display: list-item;
    list-style: none;
}

ul.dd-color li a {
    border-bottom: 0px solid!important;
}

ul.dd-color li a:hover, ul.dd-color li a:active {
    border-bottom: 1.5px solid #fff!important;
}

header.bg_color_a ul.dd-color li a {
    color: #000;
}

.nav-bar > ul.nav-item > li:nth-child(2):hover ul.drop-down-nav, .nav-bar > ul.nav-item > li:nth-child(3):hover ul.drop-down-nav2, .nav-bar > ul.nav-item > li:nth-child(6):hover ul.drop-down-nav3 {
    display: block;
    transition: ease all 1s;
}

header.bg_color_a, header.bg_color_a ul.nav-item.dd-color {
    background: rgba(255, 255, 255, 0.623) !important;
    box-shadow: 0px 0px 8px 0px rgb(0, 0, 0)!important;
}

.nav-bar > ul.nav-item > li>a i.fa {
    margin-left: 10px!important;
    font-size: 1rem;
}

/*---------------------nav bar----------------------*/
.multi-location-footer {
    width: 100%!important;
}

.font_1, .nav-item li a, .event-name, .menu_catg_tabs li a, .gallery_catg_tabs li a, .header-mobile > ul > li > a, [data-fstyle-a] {
    font-family: 'Open Sans', sans-serif!important;
}

/**/
.button, .font_2, .on-hover-text, .menu-item-price, .menu-item-desc, .menu-item-catg, .menu-item-name, .clearing-caption, .rsvp, .event-location, .event-price, .event-date, .event-time, [data-fstyle-b] {
    font-family:'Open Sans'!important;
}

.font_3, .head-bg h3, .section-head, [data-fstyle-c] {
    font-family: 'thinking_of_bettyregular' !important;
}

li.orbit-item {
    background-attachment: fixed!important;
}

.off-canvas-wrap {
    border: 0px solid #fff!important;
}

.inner-wrap {
    padding: 0px;
}

.nav-item li a {
    color: #fe6831!important;
    text-transform: uppercase!important;
    font-size: 12px!important;
}

.bg-overlay-screen {
    background: url(../images/border-wave.svg) repeat-x, url(../images/border-wave.svg) repeat-x;
    text-align: center!important;
    background-position: 0% -2%, 0 102% !important;
    background-color: rgba(0, 0, 0, 0.3)!important;
}

.slider-1 {
    background: url(../images/banner1.jpg)!important;
    background-repeat: no-repeat!important;
    background-size: cover!important;
    background-position: center center!important;
}

.slider-2 {
    background: url(../images/banner2.jpg)!important;
    background-repeat: no-repeat!important;
    background-size: cover!important;
    background-position: center center!important;
}

section#bg-img-section .bg-overlay-screen {
    background: transparent!important;
}

section.introduction .bottom {
    bottom: -14px!important;
    background: url(../images/border-wave.svg) bottom left repeat-x;
    text-align: center!important;
    background-position: 100% 85%;
}

section.introduction .bottom .fa {
    color: #000;
    font-size: 2rem!important;
}

section.introduction .bottom a {
    position: absolute;
    margin: 1% auto;
    -moz-transform: translateX(-107px);
    -ms-transform: translateX(-107px);
    -o-transform: translateX(-107px);
    -webkit-transform: translateX(-107px);
    transform: translateX(-107px);
}

a.button.home-order-btn {
    color: #000!important;
    font-family: font_1!important;
    letter-spacing: 0px!important;
    font-size: 0.9rem!important;
    padding: 10px 14px!important;
    transition: ease all 1s;
    border: 0 solid!important;
    background: #fff!important;
}

.contact-no-home {
    color: #efba34!important;
    font-family: font_1!important;
    font-size: 18px!important;
    letter-spacing: 1!important;
    background: rgba(0, 0, 0, 0.76);
    width: 230px;
    margin: 0 auto;
    border-radius: 5px;
    margin-top: 10px;
}

.contact-no-home-mobile {
    color: #efba34!important;
    font-family: font_1!important;
    font-size: 18px!important;
    text-transform: uppercase!important;
    letter-spacing: 1!important;
    background: rgba(0, 0, 0, 0.76);
    width: 57%;
    margin: 0 auto;
    border-radius: 5px;
}

.contact-no-home-mobile p {
    font-size: 13px!important;
}

.home-text-heading {
    font-weight: bold!important;
}

.main-logo img {
    max-height: 115px!important;
    margin-left: 40px;
    margin-top: 10px;
}

/*--------------------------------------------------------------------------------------*/
.section-head p:nth-child(1) {
    text-transform: capitalize;
    color: #fe6831;
    line-height: 0;
    font-size: 65px;
    font-weight: normal;
}

.section-head p:nth-child(1) span {
    font-size: 65px;
}

.section-head p:nth-child(2) {
    font-family: Open Sans!important;
    font-weight: 700;
    text-transform: uppercase;
    color: #262526;
    line-height: 74px;
    font-size: 1.987rem;
    font-weight: bolder;
    letter-spacing: inherit;
}

.section-sub-head {
    font-family: 'Open Sans', sans-serif!important;
    width: 100%!important;
}

.first-section-content {
    padding-top: 4rem!important;
}

section.bg-img-section {
    background-attachment: fixed!important;
}

.static-1-home a.button, section.first-section a.button, section.third-section a.button {
    color: #337837!important;
    border-bottom: 1.5px solid;
    padding: 0px 2px 5px;
    font-size: 15px!important;
    border-radius: 0!important;
    background: transparent!important;
}

.static-1-home a.button:hover, section.first-section a.button:hover, section.third-section a.button:hover {
    box-shadow: 0px 0px 0px 0px rgba(51, 51, 51, 0);
    color: #262526!important;
    transition: ease all 1s;
}

/*--------------------------------------------*/
.bg-img-section-head p:nth-child(1), .first-section-content .section-head p:nth-child(1) {
    text-transform: capitalize;
    color: #fe6831;
    line-height: 0;
    font-size: 65px;
    font-weight: normal;
}

.bg-img-section-head p:nth-child(2) {
    font-family: Open Sans !important;
    text-transform: uppercase;
    color: #ffffff;
    line-height: 90px;
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: inherit;
}

/*--------------------------------------------*/
section#bg-img-section-0 {
    background: url('../images/section0.jpg')!important;
    background-position: bottom!important;
    background-size: cover!important;
}

section#bg-img-section-1 {
    background: url('../images/banner1.jpg')!important;
    background-position: bottom!important;
    background-size: cover!important;
}

section#bg-img-section-2 {
    background: url('../images/banner1.jpg')!important;
    background-position: bottom!important;
    background-size: cover!important;
}

/*--------------------------------------------*/
.static-1-home {
    padding: 6% 0;
}

/*-----------------------MEnu page------------------------------*/
.menu_catg_tabs {
    opacity: 1!important;
}

.menu-head.head-bg {
    top: 28%!important;
}

.head-bg {
    top: 35%!important;
}

.head-bg h3 {
    font-family: 'thinking_of_bettyregular'!important;
    text-transform: capitalize;
    font-size: 4rem!important;
    font-weight: 500!important;
}

.menu_catg_tabs li a, .menu_catg_tabs li.active {
    opacity: 1!important;
    color: #CD9B1A!important;
}

/*-----------------------MEnu page------------------------------*/
.customnavigation {
    position: absolute;
}

section#menu {
    background: url(../images/menupage.jpg)!important;
    background-size: 100%!important;
    background-repeat: no-repeat!important;
    background-attachment: fixed!important;
}

section#menu .page-content {
    background: rgba(255, 255, 255, 0.9)!important;
}

section#our-signature-drinks + section.page-content, section#our-signature-recipes + section.page-content {
    padding: 0%!important;
}

section#our-signature-drinks + section.page-content .row, section#our-signature-recipes + section.page-content .row {
    max-width: 100%!important;
    margin: 0 auto!important;
}

/*----------------------------------------Locate us----------------------------------------*/
/*----------------------------------------Locate us----------------------------------------*/
/*----------------------------------------Locate us----------------------------------------*/
/*----------------------------------------Locate us----------------------------------------*/
@media(min-width: 640px) {
    section#bg-img-section-0, section#bg-img-section-1, section#bg-img-section-2 {
        background-attachment: fixed!important;
    }

    section#bg-img-section {
        height: 96vh!important;
    }

    section#quickie + section.page-content .about-content {
        width: 50%!important;
        float: left;
    }

    section#fine-dine + section.page-content form#js_form_builder_container {
        width: 100%!important;
    }

    form#js_form_builder_container {
        width: 100%!important;
        float: left;
    }

}

section#feedback + section.page-content form#js_form_builder_container {
    width: 100%!important;
}

form#js_form_builder_container .form-group label {
    font-family: 'Open Sans', sans-serif!important;
    text-transform: inherit!important;
    color: #515150!important;
    font-size: 15px!important;
}

form#js_form_builder_container .form-group {
    margin: 0px 0px!important;
}

.form-group input, .form-group textarea {
    width: 100%!important;
    max-width: 100%;
    box-shadow: 0 0px 0px 0 rgba(168, 168, 168, 0.6) inset!important;
}

form#js_form_builder_container {
    font-family: 'Open Sans', sans-serif!important;
}

form#js_form_builder_container input#custom_form_submit {
    padding: 12px 20px!important;
    font-size: 14px!important;
    line-height: 1!important;
    font-weight: normal!important;
    text-transform: uppercase!important;
    letter-spacing: .2em!important;
    background-color: #262526!important;
    color: white!important;
    border-radius: 3px!important;
    font-family: 'Open Sans', sans-serif!important;
    margin: 0!important;
    cursor: pointer!important;
}

form#js_form_builder_container input#custom_form_submit:hover {
    background-color: #fe6831!important;
}

h5.footer-title {
    font-size: 14px!important;
    font-family: 'Open Sans', sans-serif!important;
    color: #919191!important;
    margin-bottom: 0!important;
}

/*custume tab*/
ul.social-icon-express {
    margin-top: 24px;
}

ul.social-icon-express li {
    margin: 0px 10px 0 0!important;
    display: inline;
    list-style: none;
}

ul.social-icon-express li a {
    font-size: 1.75rem;
    transition: ease all 1s;
    color: #000!important;
}

ul.social-icon-express li a:hover .fa {
    color: #fe6831;
    transition: ease all 1s;
}

.express-address {
    padding-top: 24px;
    padding-bottom: 24px;
}

.express-address p {
    font-family: 'Open Sans', sans-serif!important;
    text-transform: uppercase;
    color: #515150!important;
    font-size: 16px!important;
}

body {
    font-family: 'Open Sans', sans-serif!important;
}

.express-follow-us h2, .express-heading h2 {
    font-size: 1.5rem;
    line-height: 1.51;
    color: #262526;
    font-weight: 500;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif!important;
}

p#js_form_text_prior {
    font-size: 2rem;
    line-height: 1.03128;
    color: #262526;
    letter-spacing: 0.2em;
    font-family: 'Open Sans'!important;
    text-align: left;
}

img.border-img-new-2 {
    width: 25%!important;
}

section#bg-img-section-1 .bg-image-caption .bg-img-section-head p:nth-child(1) {
    color: #fff!important;
}

section#bg-img-section-1 .bg-image-caption a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*---------------------------------------------------------------------------------------------------------*/
@media(max-width: 768px) {
    h5.footer-title {
        font-size: 18px!important;
    }

    .bg-overlay-screen {
        background-position: 0% -3%, 0 103% !important;
    }

    section.introduction .bottom a {
        margin: 5% auto!important;
    }

    .bg-img-section-head p:nth-child(1), .first-section-content .section-head p:nth-child(1), .section-head p:nth-child(1) {
        line-height: 40px !important;
        font-size: 40px !important;
    }

    .bg-img-section-head p:nth-child(2) {
        line-height: 39px!important;
        font-size: 2rem!important;
        color: #000;
    }

    .section-head p:nth-child(1) span {
        font-size: 45px!important;
    }

    .section-head p:nth-child(2) {
        font-size: 2rem!important;
    }

    section#bg-img-section {
        background: url(../images/Pbn%2bM%2b1%2b1461329775.jpg)!important;
        background-size: cover!important;
        background-repeat: no-repeat!important;
    }

    .static-1-home {
        padding: 15% 0!important;
    }

    .head-bg h3 {
        font-size: 3rem!important;
    }

    img.border-img-new-2 {
        width: 40%!important;
    }

    .lightbox img {
        margin: 25% auto!important;
    }
    .small-block-grid-2>li{
        width: 100% !important;
    }
    .font_3{
        width: 100%;
        text-align: center;
    }
}

@media(max-width: 1024px) {
    .header-mobile > ul > li > a {
        color: #fff!important;
    }

    section#menu {
        background-size: cover!important;
    }

    ul.drop-down-nav, ul.drop-down-nav2, ul.drop-down-nav3 {
        position: relative!important;
        top: auto!important;
        left: auto!important;
        display: block!important;
        min-width: 100%!important;
        padding: auto!important;
        -moz-transform: translateX(-22px)!important;
        -ms-transform: translateX(-22px)!important;
        -o-transform: translateX(-22px)!important;
        -webkit-transform: translateX(-22px)!important;
        transform: translateX(-22px)!important;
    }
}

.footer_mobile ul li:nth-child(2), .footer_mobile ul li:nth-child(1) {
    display: none!important;
}

.footer_mobile ul li:nth-child(3) {
    width: 100%;
    text-align: center!important;
}

.move-right>.inner-wrap {
    min-height: 100vh;
}

.nav-bar .inline-list>li:last-child a {
    background: #fe6831!important;
    padding: 0px 15px!important;
    border-radius: 2px!important;
    color: #1F1B16!important;
    font-weight: bold;
}

.nav-bar .inline-list>li:last-child a:hover {
    border: transparent!important;
}

ul.off-canvas-list li a {
    text-transform: uppercase!important;
}

.sub-category-head span {
    font-family: 'thinking_of_bettyregular'!important;
    text-transform: capitalize!important;
    font-size: 3rem!important;
    font-weight: bold!important;
    LETTER-SPACING: 4PX!important;
}

.lightbox {
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.7);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 20;
    padding-top: 30px;
    box-sizing: border-box;
}

.lightbox img {
    max-width: 100%;
    margin: 5% auto;
    display: block;
}

.lightbox .caption {
    margin: 15px auto;
    width: 50%;
    text-align: center;
    font-size: 1em;
    line-height: 1.5;
    font-weight: 700;
    color: #eee;
}

.tabs dd>a, .tabs .tab-title>a {
    background-color: #121212!important;
    color: #FFF!important;
}

.tabs dd.active a, .tabs .tab-title.active a, .tabs .tab-title:hover a {
    background-color: #e1e1e1!important;
    color: #222!important;
}

ul.tabs li {
    margin-right: 5px;
}

i.fa.fa-credit-card {
    margin-right: 10px;
}

.gallery-new ul li img {
    cursor: pointer;
}

.lightbox .caption {
    position: absolute;
    top: 8%;
    background: #fff;
    width: 40px;
    height: 40px;
    right: 15%;
    border-radius: 90%;
    z-index: 999999;
    box-shadow: 1px 1px 8px 2px rgba(66, 63, 63, 0.54);
}

.lightbox .caption:before {
    content: 'x';
    display: table;
    width: 100%;
    height: 100%;
    font-size: 1.5rem;
    color: #000!important;
}

.mymodal_popup {
    position: fixed;
    background: rgba(0, 0, 0, 0.70);
    overflow-x: hidden;
    overflow-y: visible;
    width: 100%;
    height: 100%;
    z-index: 99999999;
    top: 0;
}

.mymodal_overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: transparent;
}

.popup_manager {
    background: transparent;
    border: 0;
    box-shadow: none;
    text-align: center;
    max-width: 62.5rem;
    transition: 0.5s ease all;
    -webkit-transition: 0.5s ease all;
    -moz-transition: 0.5s ease all;
    -o-transition: 0.5s ease all;
    -ms-transition: 0.5s ease all;
    min-height: auto;
    position: absolute;
    top: 10%;
    left: 50%;
    padding-bottom: 1rem;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.popup_manager a.close_modal {
    position: absolute;
    background: #fff;
    font-size: 2rem;
    top: -1.15rem;
    right: -1.15rem;
    box-shadow: 0 0 5px 0px #292828;
    font-weight: bold;
    width: 2.5rem;
    color: #000;
    text-align: center;
    height: 2.5rem;
    border-radius: 50%;
    font-family: sans-serif;
    cursor: pointer;
    line-height: 2.5rem;
    display: inline-block;
}

.popup_manager img {
    width: auto;
    margin: auto;
    min-width: 200px;
    max-width: 100%;
    max-height: 75vh;
}

.popup_manager p {
    margin: 15px 0;
    background: white;
    font-size: 1.5rem;
    line-height: 2rem;
    text-transform: capitalize;
    text-align: center;
    font-family: sans-serif;
    padding: 10px;
}

@media only screen and (max-width: 48em) {
    .popup_manager img {
        min-width: initial;
        max-height: initial;
    }

    .popup_manager a.close_modal {
        top: 0;
        right: 0;
    }

    .popup_manager {
        left: 0;
        right: 0;
        margin: auto;
        padding: 1rem;
        transform: translateX(0%);
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
    }

    .popup_manager p {
        font-size: 1rem;
        line-height: 1.5rem;
    }
}

@media only screen and (max-width: 48em) {
    .mymodal_popup {
        display: none;
    }
}

.page-bg {
    background: url('../images/inner-bg.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover !important; 
}

.bg-overlay-screen {
    background: rgba(0,0,0,);
}

.head-bg {
    display: block;
}

.contact-no-home-mobile {
    color: #fff;
    font-size: 14px;
    margin-top: 5px;
    text-shadow: 0px 1px 2px #333;
    display: none;
}

.contact-no-home-mobile a {
    color: #fff;
}

.contact-no-home-mobile i.fa {
    vertical-align: -20%;
    margin-left: 7px;
}

@media (max-width: 1024px) {
   /* .contact-no-home {
        display: none;
    }*/

    .contact-no-home-mobile {
        display: block;
    }
}

.paytm_footer {
    padding: 30px 10px;
}

.paytm_footer h4 {
    display: inline-block;
    font-size: 16px;
}

.paytm_footer img {
    display: inline-block;
    max-height: 30px;
    margin: 0 5px;
}

.static-new-hd h2 {
    margin-bottom: 4%;
    color: #fe6831!important;
    font-weight: 500;
    font-family: 'Open Sans', sans-serif!important;
    font-size: 1.3rem;
}

.static-new-txt p {
    margin: 0% 0;
    color: #ffffff!important;
    font-family: 'Open Sans', sans-serif!important;
    font-size: 16px!important;
}

.static-new-txt h2 {
    color: white;
    font-weight: 500;
    font-family: 'Open Sans', sans-serif!important;
    font-size: 1.4rem;
}

.static-2-home-new {
    background: #121212!important;
    padding: 3% 0;
}

ul.social-ic {
    text-align: center;
    margin-top: 3%;
}

ul.social-ic li {
    margin: 0px 10px!important;
    display: inline;
    list-style: none;
    color: #fff;
}

ul.social-ic li a {
    color: #fff!important;
}

ul.social-ic li a .fa {
    font-size: 24px;
}

ul.social-ic li a:hover .fa {
    color: #fe6831;
}

.f-footer {
    background: #262526 !important;
    padding: 2% 0;
}

.border-bottom-new {
    width: 100%;
    background: url(../images/border-wave-new.png);
    background-repeat: repeat-x;
    height: 7px;
    background-size: 20px;
}

.f-footer svg {
    margin-top: -4.85rem;
    cursor: pointer;
}

.f-footer svg path {
    fill: #262526;
}

p.double-up-arrow {
    position: absolute;
    width: 100%;
    text-align: center;
    margin-top: -3.5rem;
}

p.double-up-arrow i.fa {
    cursor: pointer;
    color: #fff;
    font-size: 1.7rem;
}

@media(max-width: 640px) {
    .f-footer svg {
        margin-top: -3.5rem!important;
    }

    p.double-up-arrow {
        margin-top: -2.5rem!important;
    }

    .static-2-home-new {
        padding: 15% 0!important;
    }

    .f-footer p {
    }

    .static-2-home-new .container>.row {
        max-width: 100%!important;
        margin: 0 auto!important;
    }
}

