@charset "UTF-8";
/*
Theme Name: Restaurant Theme 1
Theme URI: https://restaurantesolutions.com/
Author: Restaurant eSolutions
Author URI: https://restaurantesolutions.com/
Description: Built by Restaurant eSolutions
Version: 1.0
Requires at least: WordPress 5.0
*/

@font-face {
    font-family: 'Tw Cen MT';
    src: url('fonts/TwCenMT-Bold.eot');
    src: url('fonts/TwCenMT-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/TwCenMT-Bold.woff2') format('woff2'),
        url('fonts/TwCenMT-Bold.woff') format('woff'),
        url('fonts/TwCenMT-Bold.ttf') format('truetype'),
        url('fonts/TwCenMT-Bold.svg#TwCenMT-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Tw Cen MT';
    src: url('fonts/TwCenMT-Regular.eot');
    src: url('fonts/TwCenMT-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/TwCenMT-Regular.woff2') format('woff2'),
        url('fonts/TwCenMT-Regular.woff') format('woff'),
        url('fonts/TwCenMT-Regular.ttf') format('truetype'),
        url('fonts/TwCenMT-Regular.svg#TwCenMT-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Segoe UI';
    src: url('fonts/SegoeUI.eot');
    src: url('fonts/SegoeUI.eot?#iefix') format('embedded-opentype'),
        url('fonts/SegoeUI.woff2') format('woff2'),
        url('fonts/SegoeUI.woff') format('woff'),
        url('fonts/SegoeUI.ttf') format('truetype'),
        url('fonts/SegoeUI.svg#SegoeUI') format('svg');
    font-weight: normal;
    font-style: normal;
}

body, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    color:#19191a;
    font-family: 'Segoe UI';
    font-weight: normal;
    font-style: normal;
}

body {
    font-size:16px;
}

a, a:hover {
    text-decoration: none;
    color:#19191a
}

:focus {
    outline: none;
}

img {
    height: auto;
    max-width: 100%;
}

header {
    background: #000;
    height: 145px;
}

.site-logo {
    float:left;
}

.site-logo img {
    max-height: 120px;
    margin-top: 10px;
}

.navbar.navbar-default {
    float:right;
    margin-top: 105px;
    padding: 0;
    margin-bottom: 0; 
    border: 0; 
    min-height: 0;
    background-color:transparent;
}

.navbar li.menu-item:not(:first-child) {
    padding-left:35px;
}

.navbar-default .navbar-nav>li>a {
    text-transform: uppercase;
    font-size: 14px;
    padding:0;
    font-family: 'Tw Cen MT';
    font-weight: bold;
    font-style: normal;
}

.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li.current-menu-item>a {
    background-color:transparent;
}

.social-navigation {
    float: right;
    margin-left: 100px;
    margin-top: 100px;
}

.social-links-menu {
    padding-left: 0;
}

.social-links-menu li:not(:first-child) {
    padding-left:10px;
}

.social-links-menu li, .social-links-menu a {
    display: inline-block;
}

.social-links-menu a {
    width: 16px;
    height: 16px;
    vertical-align: middle;
    background-size: 16px 16px;
    background-repeat: no-repeat;
}

.social-links-menu .twitter a {
    background-image: url('images/twitter.png');
}

.social-links-menu .instagram a {
    background-image: url('images/instagram.png');
}

.social-links-menu .facebook a {
    background-image: url('images/facebook.png');
}

.social-links-menu .yelp a {
    background-image: url('images/yelp.png');
}

.screen-reader-text {
    display: none;
}

.front-image img {
    width:100%;
}

.main-content {
    padding: 0 0 40px;
    max-width: 800px;
    margin: 0 auto;
}

.main-content img {
    display: block;
    margin: 0 auto;
}

hr {
    border-top: 3px solid#ffdd40;
    margin:0;
}

.widgets {
    padding: 40px 0 0;
}

.widgets > div {
    padding-bottom:40px;
    text-align: center;
}

.widgets a img {
    max-width: 100%;
}

.widgets a.widget-text {
    display: block;
    color: #000;
    text-transform: uppercase;
    margin-top: 10px;
    font-family: 'Tw Cen MT';
    font-style: normal;
    font-size: 20px;
    font-weight: bold;
}

.front-image-2 {
    margin-top:20px;
}

.hoursLocation {
    text-align: center;
    padding: 20px 0;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
}

.hoursLocation .heading {
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: bold;
    font-size:20px;
    line-height: 1;
    font-family: 'Tw Cen MT';
}

.hoursLocation .heading.heading-location {
    margin-top:35px;
}

.hoursLocation .email {
    margin-top: 15px;
}

.hoursLocation .phone {
    margin-top:5px;
}

body:not(.home) .content-area {
    min-height: 500px;
    padding: 35px 0;
}

.content-area h1 {
    text-align: center;
    margin: 0 0 20px;
    font-weight: bold;
    font-size: 24px;
}

body.page:not(.home) .content-area  hr {
    margin: 35px 0;
}

.contact_meta {
    text-align: center;
    margin-top:30px;
}

.contact_meta h3 {
    font-weight: bold;
    font-size: 18px;
}

.contact-image {
    text-align: center;
    margin-top: 40px;
}

.contact-map {
    text-align: center;
    margin-top:50px;
}

footer {
    padding: 25px 0;
    font-size: 14px;
}

.footer-menu {
    text-align: center;
    padding:0;
}

.footer-menu li {
    display: inline-block;
}

.footer-menu li:not(:first-child) {
    padding-left:30px;
}

.footer-menu li a {
    text-transform: uppercase;
    font-size:13px;
    font-family: 'Tw Cen MT';
    font-weight: bold;
    font-style: normal;
}

.site-logo-footer {
    text-align: center;
    margin-top:30px;
}

.site-logo-footer img {
    max-width:225px;
}

.social-navigation-footer {
    float: right;
}

.social-navigation-footer ul {
    margin-bottom: 10px;
}

.social-navigation-footer a {
    vertical-align: bottom;
}

footer hr {
    margin: 15px 0 20px;
    border-top: 1px solid #535353;
    clear: both;
}

.copyright {
    float:left;
}

.res_meta {
    float: right;
}

.res_meta a {
    color: #8d8d8d;
}

@media (max-width:767px) {
    header {
        height: auto;
    }
    .site-logo {
        text-align: center;
        float:none;
    }
    .social-navigation {
        float: none;
        margin: 20px 0;
        text-align: center;
    }
    .navbar.navbar-default {
        float: none;
        margin: 0;
    }
    .navbar-nav {
        text-align: center;
    }
    .navbar li.menu-item, .navbar li.menu-item:not(:first-child) {
        padding: 5px;
    }
    .aboutPics div {
        text-align: center;
        margin-bottom: 30px;
    }
    .footer-menu li {
        margin-bottom: 10px;
    }
    .footer-menu li:not(:first-child) {
        padding-left:10px;
    }
    .copyright, .res_meta {
       float:none;
       text-align: center;
       margin-bottom: 5px;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .navbar li.menu-item:not(:first-child) {
        padding-left: 15px;
    }
    .social-navigation {
        margin-left:15px;
    }
    .social-links-menu li:not(:first-child) {
        padding-left: 10px;
    }
}