button,.button,button:hover, button:focus, .button:hover, .button:focus {
outline: none;
}


/*header*/
li#order-online{
    display:none;
}
i.fa.fa-location-arrow {

    float: left;
}
@media (max-width:1024px){
    i.fa.fa-location-arrow {
        margin-bottom: 4%;
        float: left;
    }
    i.fa.fa-phone {
        margin-bottom:10px;
        float: left;
    }
}
.nav-elements {
    padding-left: 2.8rem;
}

.fa-angle-down {
    font-size: 2rem;
}
.nav-list a:hover {
    color: inherit;
}

.social-icon img {
    max-width: 1.5rem;
    max-height: 1.5rem;
    margin: 0 3px;
}
.social-icon i.fa {
font-size: 1.3rem;
}
#click-fn{
    display:none;
}
.tab-nav-bar{
    background:black;

    color:white;
    padding:1rem 0 0;
}
.active-nav {
    padding-bottom: 1rem;
}
.nav-elements{
    padding-bottom:1rem;
}
ul.nav-items{
    margin:0;
}
.top-nav{
    padding:1rem 0;
    background:rgb(69, 179, 129);
}
.header-phone{
    margin-top:-1rem;
}
.header-logo{
    text-align: center;
}

.header-order-online{
    text-align: right;
}
.header-logo img{
    max-width: 100%;
    max-height: 80px;
}
@media (max-width:640px){
    .header-logo img {
max-width: 100%;
height: 100%;
max-height: 100px;
max-width: 100px;
}
}
.button-text, .button-text:hover {
    background: transparent;
    border: 1px solid;
    text-transform: uppercase;
}
.nav{
    text-align: center;
    background: black;
    color:white;
}
li.nav-list{
    display:inline-block;
    list-style: none;
    text-transform: capitalize;
    margin: 0rem 0.2rem;
    padding:0rem 0.5rem;
    line-height:60px;
}
.fa{
    margin-right: 1rem;
}
.header-location{
    padding-top: 1rem;
}
.header-order-online{
    padding-top: 0.7rem;
}


.catg_fixed {
    position: fixed;
    top: 0;
    background:black;
    z-index:999;
    width: 100%;
    margin: 0;
}

.nav-icon{
    text-align:right;
}

.click-class{
    padding-top: 1.5rem;
    margin-top: 1rem;

}
@media (max-width:1023px){
    .nav {
        display: none;
    }
}
@media (min-width:1024px){
    .tab-nav-bar{
        display:none;
    }
}
@media (max-width:640px){
    .header-location{
        display:none;
    }
    .header-logo{
        text-align:left;
    }
    .header-order-online {
        padding-top: 0;
    }
}

/*mobile-optimization*/

@media (max-width:640px){
    .location-wrap{
        text-align:center;
    }
    .address {
        width: 40%;
        margin: auto;
        margin-bottom: 1rem;
    }
    .location-container{
        text-align: center;
    }
    #reservation-form, #feedback-form {
        text-align: center;
    }
    .event-call p {
        margin-top: 2rem;
        text-align: center;
    }
    .event-description {
        width: 100%;
    }
    .event-rsvp {
        text-align: center;
        padding: 0;
        margin-top: 1.5rem;
    }

    ul.event-detail {
        margin-left: 0;
        text-align: center;
    }
    .event-img {
        text-align: center;
    }
    li.sub-list {
        margin-top: 1rem;
    }


    #owl-demo.owl-carousel .owl-wrapper-outer {
        max-height: 250px;
    }
    #owl-demo .owl-pagination {
        top: 100%;
    }
    #owl-demo .owl-prev ,#owl-demo .owl-next{
        top: 30%;
    }
    .main-slider-caption {
        display: none;
    }
}

/*header-end*/