.clock_time_today {
    background: var(--primary-color) none repeat scroll 0 0;
    font-weight: 700;
    padding: 0 5px;
    color: white !important;
    border-radius: 5px;
}

.clock_time_today>span {
    color: white !important;
}

.menu .food-menu3-box-content span {
    float: right;
}

.header-top-area a {
    color: #fff;
    font-size: 14px;
}

.header-top-area a:hover {
    color: #fff;
}

.header-top-left ul,
.header-top-right ul {
    margin-bottom: 0px !important;
}

.cart-area.vurrent-customer>ul {
    background-color: #fff;
    box-shadow: 2px 2px 10px #000000;
    opacity: 0;
    padding: 12px 0 7px;
    position: absolute;
    right: -78px;
    text-align: center;
    top: 39px;
    transition: all 0.5s ease-out 0s;
    visibility: hidden;
    width: 155px;
    z-index: 99999;
}

.vurrent-customer a {
    color: #414141;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

.vurrent-customer a:hover {
    color: var(--primary-color);
}

.logo-mobile-menu img {
    width: 42px !important;
}

.cart-area>ul {
    width: 200px !important;
    margin-left: 20px !important;
}

.timings .opening-schedule li {
    font-size: 15px;
    margin-bottom: 12px;
}

.timings .opening-schedule li span {
    float: right;
}

.profile{
    margin-bottom:20px;
}
.profile .btn {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 10px 0;
}
.profile .btn-default:hover {
    background-color: var(--primary-color) !important;
    border: medium none;
    color: #fff;
}
.profile .active {
    background: var(--primary-color) !important;
    font-size: 13px;
    font-weight: 700;
    color:#fff !important;
    text-transform: uppercase;
}
.profile .form-control {
    border-radius: 0px !important;
}

.mobileCart {
    padding: 8px 10px;
    background: rgb(59,59,59);
    color: #f1f1f1;
    margin-top:0px;
    text-align: center;
}
.content {
    padding: 16px;
}
.sticky {
    position: fixed;
    top: 40;
    width: 100%;
    z-index: 99;
}
.sticky + .content {
    padding-top: 102px;
}

#cartHeader a {
    color: #fff !important;
}
#cartHeader .btn {
    font-size: 14px !important;
}

.menustyling .food_prices{
    padding-left: 10px;
    margin-bottom: 20px;
}
/* footer links */
#footer_links {
    margin-top: 40px;
    margin-bottom: 30px;
  }
  #footer_links .footer_link-list-list {
    text-align: center;
    flex-direction: row;
    display: flex;
    justify-content: center;
  }
  #footer_links .footer_link-list-item {
    padding-left: 25px;
    padding-right: 25px;
    display: flex;
    font-size: 14px;
    font-family: 'Montserrat', serif;
  }
  .footer_link-list .footer_link-list-item-divider {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  #footer_links .footer_link-list-link {
    color: #a9a9a9;
  }


.ff_home_section{
    text-align: center;
    margin: 0 auto;
}
.ff_heading{
    color: var(--primary-color) !important;
    line-height: 50px;
    margin-bottom: 0;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 400 !important;
    letter-spacing: 4px;
    word-spacing: 2px;
    font-size: 34px;
    text-transform: uppercase;
}
.ff_heading_title
{
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 20px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 700;
    letter-spacing: 3px;
    word-spacing: 2px;
    font-size: 24px;
    line-height: 36px;
}
.ff_home_section p{
    text-align: center;
    margin: 0 auto;
}

.ff_tab{
    margin-top:20px;
}
.rp-image {
    display: block;
    position: relative;
    overflow: hidden;
    border: 0 solid #000;
        border-top-style: solid;
        border-right-style: solid;
        border-bottom-style: solid;
        border-left-style: solid;
    height: 280px;
    -webkit-transform: translateZ(0);
    -webkit-perspective: 0;
}
.rp-image img {
    display: block;
    position: absolute;
    top: -100%;
    left: -100%;
    right: -100%;
    bottom: -100%;
    margin: auto;
    width: auto;
    height: auto;
    -webkit-transition: left 1s ease-in-out;
    -o-transition: 1s ease-in-out left;
    transition: left 1s ease-in-out;
    -webkit-perspective: 1px;
}
.ff_tab .ff_tabs_image_caption {
    background-color: rgba(0,0,0,0.2);
}
.ff_tabs_image_caption.position-center {
    top: 0;
    left: 0;
    position: absolute;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    background-color: #404040;
}
.ff_tabs_image_caption.position-center .ff_tabs_image_caption-container {
    display: block;
    margin: auto;
    text-decoration: none;
    width: 100%;
    top: 50%;
    position: relative;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.ff_tabs_image_caption {
    font-size: 180%;
}
.ff_tabs_image_caption span{
    color: #fff;
}
.ff_tab .ff_tabs_image_caption {
    background-color: rgba(0,0,0,0.64);
}
.ff_tab:hover .ff_tabs_image_caption {
    font-size: 24px;
}
.ff_tabs_image_caption p span{
    font-size: 28px;
}

.ff_footer_contact p, .ff_footer_contact p a{
    color: #a9a9a9;
}
.footer-box .footer-social{
    margin: 0 auto;
    display: block;
    text-align: center;
}
.menuOptions p.cart_addon{
    margin: 0px !important;
}
.cart_addon{
    font-size: 12px !important;
    margin: 0px !important;
}
.menuOptions .modal-header{
    background-color: rgb(239, 239, 239);
}
.menuOptions .addon_name{
    font-weight: 400 !important;
    font-size: 14px;
    padding-left: 5px;
}
.menuOptions .addon_price{
    padding-left: 5px;
}
.p_by:hover{
    color: #fff !important;
}
.hometabs{
    margin-bottom: 50px;
}

.newsletter h4{
    text-align: center;
    font-size: 18px;
    color: #a9a9a9;
    text-transform: uppercase;
    padding-bottom: 7px;
    letter-spacing: 1.5px;
    font-weight: 400 !important;
}

.exprience_area {
    background: url(../img/exprience-bg.jpg) no-repeat fixed center center;
    background-size: auto;
    background-size: cover;
    position: relative;
    z-index: 3;
    padding-top: 140px;
    padding-bottom: 140px;
}
.exprience_area::before {
    content: "";
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.exprience_area .exprience_inner_text {
    position: relative;
    text-align: left;
}
.exprience_area .exprience_inner_text h3 {
    color: #fff;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 400 !important;
    letter-spacing: 4px;
    word-spacing: 2px;
    font-size: 55px;
    letter-spacing: -1.1px;
    margin-bottom: 18px;
}
.exprience_area .exprience_inner_text p {
    font-size: 18px;
    font-family: "Open Sans", sans-serif;
    line-height: 28px;
    color: #fff;
    margin-bottom: 36px;
}

.nivoSlider {
	height:600px !important;
}

@media only screen and (min-width : 299px) and (max-width : 479px) {
    .middle-logo img {
        display: none !important;
    }

    .header3-area .header-top-area .header-cart-area {
        margin-right: 0px !important;
        margin-top: 0px !important;
    }

    .inner-page-banner-area {
        padding: 20px 0 25px !important;
    }
    .profile .btn-group-justified{
        margin-top: 10px;
    }
    .profile a{
        font-size: 12px !important;
    }
    #footer_links .footer_link-list-list {
        display: inline-block !important;
    }
    #footer_links .footer_link-list-item {
        display: inline-block !important;
    }
    .footer_link-list .footer_link-list-item-divider {
        display: inline-block !important;
    }
    #footer_links .footer_link-list-item {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    #main_menu > h3 {
        font-size: 22px !important;
    }
    .ff_heading {
        font-size: 20px !important;
    }
    .ff_heading_title {
        font-size: 14px !important;
        line-height: 20px !important;
    }
    .section-space {
        padding: 0px 0 !important;
    }
    .ff_heading {
        line-height: 30px !important;
    }
    .app_section .icon{
        width: 125px !important;
    }
    .rp-image img {
        position: inherit !important;
    }
    .rp-image {
        height: 210px !important;
    }
    .ff_tabs_image_caption p span{
        font-size: 22px !important;
    }
    .signup-title, .signin-title {
        padding: 15px 25px 15px !important;
    }
    .singup-form-body, .singin-form-body {
        padding: 15px 25px 15px !important;
    }
    .order_type_container .btn {
        padding: 12px 26px !important;
        margin: 5px !important;
    }
    .checkout-page-area .order-sheet h3 {
        font-size: 14px !important;
    }
    .cart_btn_cont {
        margin-left: 5px !important;
    }
    #cart__container .guest_ck_btn{
        width: 100% !important;
        margin-bottom: 10px !important;
    }
    #cart__container .btn-apply-coupon{
        width: 100% !important;
        text-align: center;
    }
    #menuOptions{
        margin-top: 96px;
    }
    .ipm{
        margin-top: 50px;
    }
    .nivoSlider {
        height:auto !important;
    }
    .exprience_area .exprience_inner_text h3{
        font-size: 34px;
    }
}

@media only screen and (min-width : 480px) and (max-width : 599px) {
    .middle-logo img {
        display: none !important;
    }

    .header3-area .header-top-area .header-cart-area {
        margin-right: 0px !important;
        margin-top: 0px !important;
    }

    .inner-page-banner-area {
        padding: 20px 0 25px !important;
    }
    .profile .btn-group-justified{
        margin-top: 10px;
    }
    .profile a{
        font-size: 12px !important;
    }
    #footer_links .footer_link-list-list {
        display: inline-block !important;
    }
    #footer_links .footer_link-list-item {
        display: inline-block !important;
    }
    .footer_link-list .footer_link-list-item-divider {
        display: inline-block !important;
    }
    #footer_links .footer_link-list-item {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    #main_menu > h3 {
        font-size: 22px !important;
    }
    .ff_heading {
        font-size: 20px !important;
    }
    .ff_heading_title {
        font-size: 14px !important;
        line-height: 20px !important;
    }
    .section-space {
        padding: 0px 0 !important;
    }
    .ff_heading {
        line-height: 30px !important;
    }
    .app_section .icon{
        width: 125px !important;
    }
    .rp-image img {
        position: inherit !important;
    }
    .rp-image {
        height: 210px !important;
    }
    .ff_tabs_image_caption p span{
        font-size: 22px !important;
    }
    .signup-title, .signin-title {
        padding: 15px 25px 15px !important;
    }
    .singup-form-body, .singin-form-body {
        padding: 15px 25px 15px !important;
    }
    .order_type_container .btn {
        padding: 12px 26px !important;
        margin: 5px !important;
    }
    .checkout-page-area .order-sheet h3 {
        font-size: 14px !important;
    }
    .cart_btn_cont {
        margin-left: 5px !important;
    }
    #cart__container .guest_ck_btn{
        width: 100% !important;
        margin-bottom: 10px !important;
    }
    #cart__container .btn-apply-coupon{
        width: 100% !important;
        text-align: center;
    }
    #menuOptions{
        margin-top: 96px;
    }
    .ipm{
        margin-top: 50px;
    }
    .nivoSlider {
        height:auto !important;
    }
    .exprience_area .exprience_inner_text h3{
        font-size: 34px;
    }
}