/*  Theme Name: Queen BistroVersion: 1.0Description: A Wordpress theme developed specifically for the Foodpress PluginAuthor: Michael GambleAuthor URI: http://themegeeks.net*/

.admin-bar .navbar-fixed-top {
    top: 28px!important;
}
body {
    text-shadow: none;
    font-family: 'Fira Sans', sans-serif;
    background-color: #fff;
    /* color:#353535; */
    
    color: white;
}
.mastfoot {
    position: absolute;
    bottom: 0;
}
.jumbotron {
    padding: 48px 0;
    margin-bottom: 0px;
}
.site-wrapper-inner {
    vertical-align: middle;
}
.cover_bg {
    background: no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: #fff;
}
.navbar-brand {
    height: auto;
    /*Fix for any size logo in the header*/
}
.navbar-right {
    clear: right;
    margin-right: 0px;
}
.intro-center-logo {
    width: 50%;
    height: auto;
    max-width: 150px;
}
/* Font, Button and Text Styles*/

h1.cover-heading {
    text-transform: uppercase;
    font-weight: 300;
}
h1.cover-heading span {
    text-transform: uppercase;
    font-weight: 500;
}
.center-tagline {
    text-transform: uppercase;
    font-weight: 300;
}
ul.nav.navbar-nav.navbar-right.smaller a {
    font-size: 12px;
    color: #D9A548;
}
.font14 {
    font-size: 14px;
    text-transform: uppercase;
    margin: 0 10px;
}
.outline {
    background-color: transparent;
    border: solid 1px;
    transition: all 0.5s ease;
}
.outline:hover {
    background-color: rgba(255, 255, 255, 0.25);
}
.white {
    border-color: #fff;
    color: #fff;
}
.orange {
    border-color: #d9a548;
    color: #d9a548;
}
.white:hover {
    border-color: #fff;
    background-color: rgba(255, 255, 255, 0.25);
    color: #fff;
}
.orange:hover {
    background-color: rgba(217, 165, 72, 0.25);
    color: #d9a548;
    border-color: #d9a548;
}
.white:focus {
    border-color: #fff;
    background-color: rgba(255, 255, 255, 0.25);
    color: #fff;
}
.orange:focus {
    background-color: rgba(217, 165, 72, 0.25);
    color: #d9a548;
}
.navbar-toggle {
    margin-top: 30px;
}
/* Custom Styles for Containers and DIVS */

.navbar-default {
    background-color: #FFFFFF !important;
}
.row {
    margin-right: 0px;
    margin-left: 0px;
}
.bg-brown {
    background-color: #965d3f;
    color: #fff;
}
.bg-color-white {
    background-color: #fff;
    color: #353535;
}
.tal {
    text-align: left;
}
.tac {
    text-align: center;
}
.padtb40 {
    padding-top: 40px;
    padding-bottom: 40px;
}
.padt40 {
    padding-top: 40px;
}
.padb0 {
    padding-bottom: 0px;
}
.light {
    color: #fff;
}
.dark {
    color: #353535
}
a.dark:hover {
    color: #353535
}
.cust-bg1 {
    height: auto;
    background-color: #965d3f;
}
.mobile_apps_title {
    font-size: 28px;
    color: #353535;
    margin-top: 25px;
}
.bg-color-a {
    background-color: #5C6D13;
    color: #fff;
}
.bg-color-b {
    background-color: #efeeee;
    color: #353535;
}
.bg-footer {
    background-color: #f7f7f7;
    border-top: solid 5px #fff;
    /*border-bottom:solid 5px #d9a548*/
}
.glyphicon {
    top: 2px;
}
.apple_app a {
    padding: 6px 20px;
    display: inline-block;
    background-color: #fff;
    border-radius: 6px;
    border: solid 1px #C2C2C2;
}
.apple_app {
    float: left;
    margin-right: 20px;
}
.google_app a {
    padding: 6px 20px;
    display: inline-block;
    background-color: #fff;
    border-radius: 6px;
    border: solid 1px #C2C2C2;
}
.google_app {
    float: left;
    margin-right: 20px;
}
h1.section_title {
    font-size: 30px;
    font-weight: 400;
    text-transform: uppercase;
}
p.section_text {
    font-size: 20px;
    font-weight: 300;
    line-height: 2;
}
.section_text a {
    font-size: 20px;
    font-weight: 300;
    text-decoration: none;
    color: #fff;
}
.view_menu_link {
    font-size: 16px;
    font-weight: 300;
    text-transform: uppercase;
}
.da-table {
    display: table;
}
.da-tablecell {
    display: table-cell;
    vertical-align: middle;
    float: none;
}
.navbar {
    -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.25);
}
.footer_title {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 400;
    color: #353535;
}
ul.footer_list {
    list-style: none;
    margin-left: 0px;
    padding-left: 0px;
    font-size: 16px;
    color: #353535;
    font-weight: 300;
}
ul.footer_list li a {
    color: #353535;
    text-decoration: none;
    line-height: 2
}
ul.footer_list.indent {
    padding-left: 75px;
    padding-top: 10px;
}
ul.footer_list li.contact_item a {
    color: #d9a548;
}
/* Subscribe Section Styles */

p.email_text_1 {
    font-size: 20px;
    color: #fff;
    font-weight: 400;
    margin: 0 auto;
}
p.email_text_2 {
    font-size: 16px;
    color: #fff;
    font-weight: 300;
    margin: 0 auto;
    padding: 10px 0px;
}
.subscribe_form input[type="email"] {
    background-color: transparent;
    border: solid 1px #fff;
    border-radius: 6px;
    padding: 8px 10px;
    font-size: 16px;
    color: #fff;
    font-weight: 300;
}
.subscribe_form input[type="submit"] {
    background-color: #d9a548;
    border: solid 1px #965d3f;
    padding: 8px 10px;
    color: #965d3f;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 300;
    margin-left: 20px;
}
[placeholder]:focus::-webkit-input-placeholder {
    color: transparent;
}
[placeholder]:focus::-webkit-input-placeholder {
    transition: opacity 0.5s 0.5s ease;
    opacity: 0;
}
::-webkit-input-placeholder {
    color: #fff;
}
:-moz-placeholder {
    /* Firefox 18- */
    
    color: #fff;
}
::-moz-placeholder {
    /* Firefox 19+ */
    
    color: #fff;
}
:-ms-input-placeholder {
    color: #fff;
}
.dropdown-header {
    color: #d9a548!important;
}
.dropdown-header {
    cursor: default;
}
/* Styles set for News and Blog Pages */

.jumbotron {
    margin-top: 70px;
    color: #fff;
}
.starter-template {
    padding: 40px 0px;
    text-align: center;
}
.inner_bg_1 {
    /* background: url(https://www.lovinghuts.com/wp-content/uploads/2016/08/Top-Banner-Blog-Image.png) no-repeat center center; */
    /* background: url(https://www.lovinghut.us/glendale/files/2016/12/hdbg.jpg) no-repeat center center; */
    /* background: url(https://www.lovinghut.us/glendale/files/2016/12/hdbg-e1481759457634.jpg)  no-repeat center center; */
    
    background: url(https://www.lovinghut.us/wp-content/uploads/2017/01/header-sml.jpg) no-repeat center center;
    /* background: url(https://www.lovinghut.us/glendale/files/2016/12/1-header-background-2000-x-1248.jpg)  no-repeat center center; */
    
    width: max-width;
    height: auto;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.text-shadow {
    text-shadow: 0px 3px 2px rgba(0, 0, 0, 0.6);
}
/* Main Blog Styles to edit here not in bootstrap styles */

.padb40 {
    padding-bottom: 40px;
}
/* * Masthead for nav*/
/* Nav links */

.blog-nav-item {
    position: relative;
    display: inline-block;
    padding: 10px;
    font-weight: 500;
    color: #cdddeb;
}
.blog-nav-item:hover,
.blog-nav-item:focus {
    color: #fff;
    text-decoration: none;
}
/* Active state gets a caret at the bottom */

.blog-nav .active {
    color: #fff;
}
.blog-nav .active:after {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -5px;
    vertical-align: middle;
    content: " ";
    border-right: 5px solid transparent;
    border-bottom: 5px solid;
    border-left: 5px solid transparent;
}
/* * Blog name and description */

.blog-header {
    padding-top: 20px;
    padding-bottom: 20px;
}
.blog-title {
    margin-top: 30px;
    margin-bottom: 0;
    font-size: 60px;
    font-weight: normal;
}
.blog-description {
    font-size: 20px;
    color: #999;
}
/* * Main column and sidebar layout */

.blog-main {
    font-size: 18px;
    line-height: 1.5;
    text-align: left;
    color: #353535;
    padding-top: 30px;
}
/* Sidebar modules for boxing content */

.sidebar-module {
    padding: 15px;
    margin: 0 -15px 15px;
}
.sidebar-module-inset {
    padding: 15px;
    background-color: #f5f5f5;
    border-radius: 4px;
}
.sidebar-module-inset p:last-child,
.sidebar-module-inset ul:last-child,
.sidebar-module-inset ol:last-child {
    margin-bottom: 0;
}
.blog-main a,
.archive-main a {
    color: #D9A548;
}
.blog-sidebar {
    padding-top: 60px;
    text-align: right;
}
.sidebar-module {
    color: #353535;
}
.sidebar-module a {
    color: #D9A548
}
.blog-post-title a {
    color: #353535;
}
.light-bg {
    background-color: #fff;
}
/* Pagination */

.pager {
    margin-bottom: 60px;
    text-align: left;
}
.pager > li > a {
    width: 174px;
    padding: 10px 20px;
    text-align: center;
    border-radius: 30px;
}
.read_more_blog {}
/* * Blog posts */

.blog-post {
    margin-bottom: 60px;
}
.blog-post-title {
    margin-bottom: 5px;
    font-size: 40px;
}
.blog-post-meta {
    margin-bottom: 20px;
    color: #999;
}
.nomargtop {
    margin-top: 0px;
}
.navbar-brand {
    padding-left: 20px;
}
li.menu-item-has-children {
    cursor: pointer;
}
/* Set Media Queries per Theme Styles */

@media screen and (min-width: 320px) and (max-width: 768px) {
    .mastfoot {
        width: 100%;
    }
    .fw_image {
        width: 100%;
        height: 100%
    }
    .col-md-6 {
        width: 100%;
        padding-right: 0px;
    }
    .row {
        margin-right: 0px;
        margin-left: 0px;
    }
    .container {
        padding-right: 0px;
        padding-left: 0px;
    }
    .hideunder {
        display: none;
    }
    .mobile_apps_title {
        text-align: center
    }
    .padb0 {
        padding-bottom: 40px;
    }
    .col-md-3 {
        width: 33.3%;
        float: left;
    }
    .jumbotron {
        margin-top: 70px;
    }
    .nomargtop {
        margin-top: 0px;
    }
    .navbar-collapse {
        padding-right: 0px;
    }
    .resp_last {
        width: 100%;
        text-align: center;
        padding-left: 0px;
    }
    .navbar-nav .open .dropdown-menu {
        text-align: center;
        margin-left: 0px;
    }
}
@media screen and (min-width: 320px) and (max-width: 480px) {
    .header-logo {
        max-width: 200px;
    }
    h1.section_title {
        font-size: 20px;
        font-weight: 400;
    }
    p.section_text {
        font-size: 14px;
        font-weight: 300;
        max-width: 90%;
    }
    .section_text a {
        font-size: 16px;
        font-weight: 300;
        text-decoration: none;
        color: #fff;
    }
    .font14 {
        font-size: 12px;
        margin: 4px 0px;
    }
    .subscribe_form input[type="submit"] {
        margin-left: 0px;
        margin-top: 10px;
    }
    .apple_app {
        float: none;
        margin: 10px auto;
        text-align: center;
    }
    .google_app {
        float: none;
        margin: 10px auto;
        text-align: center;
    }
    .col-md-3 {
        width: 80%;
        float: none;
        text-align: center;
        margin: 20px auto;
    }
    ul.footer_list.indent {
        padding-left: 25px;
        padding-top: 10px;
    }
    .mobile_apps_title {
        text-align: center;
        font-size: 20px;
    }
}
/* Wordpress Styles */

.dropdown-header {
    padding-left: 0px;
}
.tal li {
    list-style: none;
}
#sidebar {
    display: none;
}
.orange1 {
    color: #d9a548;
}
.archive-main {
    margin-top: 89px;
    text-align: left;
}
.sidebar-module li {
    list-style: none;
}
.dropdown-header:hover {
    background: none!important;
    cursor: default;
}
.navigation a {
    color: #d9a548;
    font-size: 18px;
}
#menu-main-menu .sub-menu {
    display: none;
}
.show-child {
    display: block!important
}
#menu-main-menu li a:hover,
#menu-main-menu li a:focus {
    color: #555;
    background-color: none!important;
}
#menu-main-menu li a {
    background: none;
    color: #777
}
.sidebar li {
    list-style: none;
}
div.blog-main .blog-post:last-child hr {
    display: none;
}
.navbar-fixed-bottom,
.navbar-fixed-top {
    z-index: 99999;
}
.col-md-3.tal ul {
    margin-left: 0px;
    padding-left: 0px;
}
nav.navbar.navbar-default.navbar-fixed-top {
    /* border-top: solid 5px #D9A548;*/
}
.fp_popup label {
    color: #939393;
    font-size: 14px;
}
.variations .value .reset_variations {
    color: #939393;
}
/* Hide Shop Return Link for Products Page, not for Foodpress */

p.return-to-shop {
    display: none;
}
/* Hide WooCommerce Message from appearing too many times in Cart Page */

.woocommerce-message {
    display: none;
}
/* Custom Checkout Button for WooCommerce */

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
    background-color: #D9A548 !important;
}
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
    background-color: #C28F36 !important;
}
/*Fix padding for Variants in Foodpress Popup Window */

.variations td {
    border-top: none !important;
    padding: 0px !important;
}
.fpOO_wc .variations {
    border-bottom: none !important;
}
/* Fix Default WooCommerce Widget List vertical margin */

.widget_shopping_cart_content ul li {
    margin-bottom: 10px;
    border-bottom: solid 1px #F0F0F0;
    padding-bottom: 8px;
}
.widget_shopping_cart_content dl {
    margin-bottom: 0px !important;
}
/* Adjust Blog Post Image Width and Height to Fit Width of Post */

.wp-post-image {
    max-width: 100%;
    height: auto;
}
/* Fix padding top for pages content */

.blog-main {
    padding-top: 50px;
}
.form_section_1 p input,
.form_section_1 p select,
.form_section_2 input,
.form_section_2 select,
.form_section_2 textarea {
    padding: 10px 10px 6px 10px !important;
    font-weight: 400;
}
.dropdown-header a {
    color: #d9a548!important;
}
/* Initial Styles for Foodpress Plugin to match Demo styles */

.fp_res_success_icon:before {
    margin: -9px 0 0 -11px;
}
#fp_make_res.onpage {
    border-top: 4px solid #D9A548;
}
.fp_popup {
    text-align: left;
}
#fp_make_res.onpage {
    border-top: 4px solid #DAA64A !important;
}
img.woocommerce-placeholder.wp-post-image {
    display: none;
}
.fp_popup h3 {
    color: #d9a548;
}
.form_section_2 #fp_reservation_submit {
    background-color: #d9a448 !important;
}
.single-post-bg {
    background-color: #939393;
}
.custom-bg-a {
    background: url(https://www.lovinghut.us/wp-content/uploads/2017/01/smallb.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    /* background-size: cover; */
    
    background-size: 100%;
    height: auto;
}
.custom-bg-b {
    background: url(https://www.lovinghut.us/wp-content/uploads/2017/01/header-sml.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    /* background-size: cover; */
    
    background-size: 100%;
    height: auto;
}
.custom-bg-c {
    background: url(https://www.lovinghut.us/wp-content/uploads/2017/01/header-sml.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    /* background-size: cover; */
    
    background-size: 100%;
    height: auto;
}
/* Custom Styles for nyLon subscribe plugin */

#nylon_newsletter input.text_field {
    background-color: transparent !important;
    border: solid 1px #fff !important;
    border-radius: 6px !important;
    padding: 8px 10px !important;
    font-size: 16px !important;
    color: #fff !important;
    font-weight: 300 !important;
    max-width: 300px !important;
}
.nylon_row .nylon_submit {
    background-color: #d9a548 !important;
    border: solid 1px #965d3f !important;
    padding: 8px 10px !important;
    color: #965d3f !important;
    border-radius: 6px !important;
    font-size: 16px !important;
    font-weight: 30 !important0;
    margin-left: 20px !important;
}
[placeholder]:focus::-webkit-input-placeholder {
    color: transparent;
}
[placeholder]:focus::-webkit-input-placeholder {
    transition: opacity 0.5s 0.5s ease;
    opacity: 0;
}
::-webkit-input-placeholder {
    color: #fff;
}
:-moz-placeholder {
    /* Firefox 18- */
    
    color: #fff;
}
::-moz-placeholder {
    /* Firefox 19+ */
    
    color: #fff;
}
:-ms-input-placeholder {
    color: #fff;
}
/* * Make Contact Form 7 Responsive */

div.wpcf7 .wpcf7-form-control {
    max-width: 100%;
}
.nylon_message.nylon_msg_bad {
    font-size: 14px;
    display: inline-block;
}
/* Set style for contact form 7 initial demo color */

input.wpcf7-form-control.wpcf7-submit {
    background-color: #D9A548;
    border: none;
    color: #fff;
    border-radius: 6px;
    padding: 5px 20px;
}
/* -- khai fixes from here img { max-width: 100%; max-height: auto; } */
/* for fixing text gets cropped on top banner */

@media only screen and (min-width: 481px) {
    .header-logo {
        max-width: 400px;
    }
}
@media only screen and (min-width: 783px) {
    .jumbotron .container {
        margin-top: 14px;
    }
}
@media only screen and (min-width: 1200px) {
    .header-logo {
        max-width: 500px;
    }
}
/* fix for Glendale h1, h2, h3, a, a:focus, a:hover {color: #70ac32}*/

a,
a:focus,
a:hover {
    color: #337ab7
}
#menu-footer-service li a {
    color: #353535;
    text-decoration: none;
    line-height: 2;
    background-color: transparent;
    font-weight: 300;
}

/* more fixes for display foodpress menu */
.limage {display:inline-block;}
.tabbed_menu .foodpress_tabs h4 {color:blue !important;font-size:20px !important;font-weight:bold !important; border: 1px solid blue !important}
.tabbed_menu .foodpress_tabs h4.focused {background-color:blue !important;color:white !important}
.foodpress_tabs{text-align:center;line-height:2em}
.lservice{vertical-align:middle}
.fp_box .fp_price{color:white;font-weight:bold;background:green}
.fp_price:before{content: "$";margin-right:3px;font-weight:bold}
.woocommerce-Price-currencySymbol{display:none}
h3[title]{white-space:nowrap;}
.fp_icons i[title="Spicy"]{font-size:30px}
.fp_icons i {vertical-align:middle}
#allergy
{
text-align:left;
font-size:0.8em;text-shadow:1px 1px white;color:black;background: #d2ff52;border-radius:4px;padding:3px 5px;
background: -moz-linear-gradient(top, #d2ff52 0%, #91e842 100%);
background: -webkit-linear-gradient(top, #d2ff52 0%,#91e842 100%);
background: linear-gradient(to bottom, #d2ff52 0%,#91e842 100%);
font-size:1.1em;
}
.fp_box h3 {text-align:left}
.lhmenutitle {background: green; color: white; font-weight: bold; font-size: 22px; text-align: center; padding: 4px 4px; border-radius: 5px; letter-spacing: 8px;}
.fpad {padding:2px 2px}
.fp_icons i.fa-scribd {display:none}
.fa-heart {color:orange;font-size:0.5em}
.fp-chili-alt {color:white;background-color:red;height:20px;vertical-align:middle}
.soy-free {background:blue;color:white;font-size:0.7em;border-radius:3px;}
/* .soy-free:after {content:" "} */
.soy-free-op {background:blue;color:white;font-size:0.7em;border-radius:3px;}
/* .soy-free-op:after {content:" "}  */
.gl-free {background:green;color:white;font-size:0.7em;border-radius:3px;}
/* .gl-free:after {content:" "}  */
.gl-free-op {background:green;color:white;font-size:0.7em;border-radius:3px;}
/* .gl-free-op:after {content:" "} */
/* .contain-nuts {background:#F4A460;color:white;font-size:0.7em;border-radius:3px;} */
.contain-nuts::before {content:url(https://lovinghut.staging.wpengine.com/wp-content/uploads/2017/03/p1.png);
    height: 10px;
    width: 10px;
    align: center;
    vertical-align: middle;
    display: inline-block;
    transform: scale(.6);
	margin-bottom: 14px;
    margin-right: 10px;
}}
.lhnew {background:orange;color:white;font-size:0.7em;border-radius:3px;}
.ftabs {
	width:100%;
    margin:  0;
    padding: 0;
    list-style: none;
}
.ftabs li {width: 33%; float: left;text-align:left;}
.fp_box {margin-bottom:10px !important}
.fp_meal_type_description {font-weight:bold;font-style:italic;text-align:center;color:orange}
.fp_meal_type_description:before {content: "* "}
.fp_meal_type_description:after {content: " *"}
.arconix-box {display:table;width:100%}
.fp_box .menu_description {text-align:left;padding-left:10px}