
/*font faces*/




@font-face {
    font-family: font_a;
    src: url('../fonts/HTF27-JuniorBantamwt.otf');
}
@font-face {
    font-family: font_b;
    src: url('../fonts/Archer.otf');
}

@font-face {
    font-family: font_c;
    src: url('../fonts/HTF30-JuniorWelterwt.otf');
}

/*theme customizer files*/
.bg-color{
    background-image:url('none');
}


.blues_color_a{
    color:black;
}
.blues_color_b{
    background-color:pink !important;

}
.blues_color_c{
    background-color:transparent !important;
}

.order_bg{
    background:black;
}
.order_color{
    color:pink;
}
.blues_font-style_a{
    font-family:font_a;
    text-transform:uppercase;
}

.blues_font-style_b{
    font-family:font_b;
}

.blues_font-style_c{
    font-family:font_c;
    text-transform:uppercase;
}

.blues_font-size_a{
    font-size:2rem;
    letter-spacing:3.2px;

}

.blues_font-size_b{
    font-size: 1rem;
    letter-spacing:3.2px;
}

.blues_font-size_c{
    font-size:0.87rem;
    line-height:1.125rem;
}

.blues_font-size_d{
    font-size:0.75rem;
    letter-spacing: 0.2px; 

}

/*header starts*/

.top-bar-section .has-dropdown > a:after {
    content:none;
}
.has-dropdown:hover .fa-chevron-down{
    color:white;
}
ul.off-canvas-list li label {

    color: #FFFFFF;}

.tab-view{
    margin:1rem 0;

}

.logo{
    margin-top:2rem;
    text-align:center;

}
.logo img{
    max-width: 220px;
    max-height: 220px;
}

.header-nav{
    display: inline-block;
    vertical-align: top;
    width: auto;

}

.nav{margin-top:2rem;
     margin-left: 2rem;
     margin-right: 2rem;
     text-align:center;
}
.nav-item a span {

    font-weight: normal;

}
.menu{
    padding: 10px 1rem;
    text-transform:uppercase;

}


.laptop-view{
    margin-bottom:1rem;
}
@media (min-width:641px) and (max-width:1023px)
{
    .laptop-view{
        display:none;
    }
}
@media (min-width:1024px){
    .tab-view{
        display:none;
    }

}
@media (max-width:641px){
    .tab-view{
        display:none;
    }



}

@media (min-width:640px)
{
    .mobile-view{
        display:none;
    }
}
.top-bar {
    background: transparent;
    height: 15%;
}
.top-bar-section li.active:not(.has-form) a:not(.button) {

}
.top-bar-section li:not(.has-form) a:not(.button) {
    background: transparent;

}
ul.right.hide-for-large-up {
    margin-top: 1rem;
}
.top-bar-section .right li .dropdown {
    left: 0;
}
.top-bar-section .has-dropdown.hover > .dropdown{

    width: 235%;
}

.name a img {
    border: none;
    max-height: 100px;
}
.mobile-view{
    margin-bottom:1rem;
}
.top-bar-section ul li > a {

    color: black;
}
.top-bar-section ul li{
    background:transparent;

}
.top-bar-section li.hover > a:not(.button){
    color:black;
}
/*header ends*/

/*mobile optimized*/
@media (max-width:640px){
    .footer-inner2{padding-top:1rem;}
    .location{ padding-left: 1rem;}
    .event-details{
        padding-right: 1rem;

    }
    .item-price {
        padding-right: 2rem;
    }

    .menu-text-heading {
        margin-top: 1rem;
    }
    li.review-button {
        display: block;
        list-style-type: none;
    }
    .feedback {
        padding: 0.9375rem;
    }
    .header-nav{

        width: 50% ;
    }
    .logo img {
        width: 20%;
    }
    span.text-content {
        width: 92.3%;
    }
    .event-one {
        width: 100%;
        padding:0 2rem;
    }
    .review-description {
        width: 100%;
    }
    .menu-item1, .menu-item2 {
        width: 100%;
    }
    .head-bg {
        background: none;
    }
    .menu-image {
        display: inline;
    }
    .subcategory-two {

        width: 47%;
    }
    .address-one{
        border:none;
    }
    .img-list{
        width:100%;
    }

    .item-width {
        width: 100%;
    }
    .menu-text {
        display: inline;
        vertical-align: bottom;
        padding-left: 0;
        text-align: center;
    }

    li.location11 {
        float: none;
        text-align: center;
    }
    li.location11 > p {
        text-transform: uppercase;
    }
    .laptop-view{
        display:none;
    }

    .contact-timing p,.contact-us p{
        width:100%;
    }
    .address p{
        width:100%;
    }
    .footer-contact3{
        width:100%;
    }
    .footer-contact1{

        margin-bottom: -2rem;
    }
    .social-icons {

        margin-top: 1rem;
        margin-bottom: -1rem;
    }
}


