﻿/*@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,800');*/

@import url('https://fonts.googleapis.com/css?family=PT+Sans');

* {
    /*font-family: 'Open Sans', Arial, Helvetica, sans-serif;*/
    font-family: 'PT Sans' Arial, Helvetica, sans-serif;
}

body {
    padding-top: 110px;
    background-color: #000;
}

a {
    color: #C32032;
}

.anchor {
    display: block;
    position: relative;
    top: -150px;
    visibility: hidden;
}

strong {
    font-weight: 600;
}


h1, h2, h3, h4, h5, h6 {
    color: #C32032;
    text-transform: uppercase;
    font-weight: 600;
}

h1 {
    font-size: 1.75em;
}

h2 {
    font-size: 1.3em;
}

h3 {
    font-size: 1.15em;
}

h4 {
    font-size: 1em;
    margin-bottom: 5px;
}

h5 {
    font-size: .9em;
}

h6 {
    font-size: .8em;
}

.btn {
    text-transform: uppercase;
    font-size: .9em;
    padding: 10px 20px 6px;
}

.btn-primary {
    color: #FFF;
    background-color: #C32032;
    border-color: #FFF;
}

    .btn-primary:hover {
        color: #fff;
        background-color: #000;
        border-color: #000;
    }

    .btn-primary.focus, .btn-primary:focus {
        color: #fff;
        background-color: #C32032;
        border-color: #FFF;
    }

    .btn-primary.active, .btn-primary:active, .open > .dropdown-toggle.btn-primary {
        color: #fff;
        background-color: #C32032;
        border-color: #FFF;
    }

div[id*="upSpinner"][style="display: block;"] {
    display: inline-block !important;
}

a.phoneNumber:hover {
    color: #FFF !important;
    text-decoration: none;
}

i.fa.fa-phone {
    font-size: 14px;
    padding-right: 5px; 
}

.navbar {
    background-color: #C32032;
    min-height: 120px;
}

.navbar-brand {
    height: 90px;
    padding-top: 10px;
}

    .navbar-brand img {
        height: 70px;
    }

#TopBanner h1 {
    padding: 50px 0;
    color: #FFF;
    font-size: 2em;
    text-shadow: 1px 1px 1px #333;
}

#topNav {
    background-color: #000;
}

    #topNav, #topNav a {
        color: #FFF;
    }

        #topNav a:hover {
            color: #CCC;
        }

        #topNav i.fa {
            font-size: 20px;
            margin: 0 2px;
        }

#topNav {
    padding: 5px 0px;
}

.primary-bg-color {
    background-color: #C32032;
}

.icon-bar {
    background-color: #C32032 !important;
}

#MainMenu.nav > li > a {
    color: #FFF;
}

#MainMenu.nav > li > a {
    border-top: 5px solid #C32032;
    color: #FFF;
    margin: 5px 2px;
}

    #MainMenu.nav > li > a:focus, #MainMenu.nav > li > a:hover {
        /*background-color: #f7f7f7;*/
        background-color: transparent;
    }

    #MainMenu.nav > li > a:focus,
    #MainMenu.nav > li > a:hover,
    #MainMenu.nav > li > a.active {
        border-top: 5px solid #FFF;
    }

#MainMenu.nav > li#ReservationButton > a {
    border: 1px solid #FFF;
    border-radius: 4px;
    background-color: #C32032;
    color: #FFF;
    font-size: .8em;
    text-align: center;
    line-height: 1.2em;
    padding: 5px 8px;
    margin-top: 16px;
    margin-left: 25px;
    /*margin-right: 20px;*/
}

    #MainMenu.nav > li#ReservationButton > a:focus,
    #MainMenu.nav > li#ReservationButton > a:active,
    #MainMenu.nav > li#ReservationButton > a:hover {
        background-color: #FFF;
        color: #C32032;
    }

    #MainMenu.nav > li#OrderButton > a {
    border: 1px solid #FFF;
    border-radius: 4px;
    background-color: #C32032;
    color: #FFF;
    font-size: .8em;
    text-align: center;
    line-height: 1.2em;
    padding: 5px 8px;
    margin-top: 16px;
    margin-left: 10px;
    margin-right: 20px;
    min-width: 78px;
}

    #MainMenu.nav > li#OrderButton > a:focus,
    #MainMenu.nav > li#OrderButton > a:active,
    #MainMenu.nav > li#OrderButton > a:hover {
        background-color: #FFF;
        color: #C32032;
    }


#ContentContainer {
    border-top: 3px solid #000;
    background-color: #FFF;
}

footer, footer a {
    color: #FFF;
}

    footer a:hover {
        color: #000;
        text-decoration: none;
    }

    footer h3, footer h4 {
        color: #FFF;
    }

    footer h4 {
        text-transform: initial;
    }

    footer ul {
        padding: 0;
    }

    footer li {
        list-style: none;
        padding: 10px 0;
        border-bottom: 1px solid #FFF;
    }

        footer li a {
            display: block;
        }

    footer i.fa {
        padding-right: 5px;
        font-size: 18px;
    }

        footer i.fa.fa-chevron-right {
            padding-right: 10px;
        }

#FollowUs h3 {
    display: inline-block;
    padding-right: 25px;
}

#SubFooter {
    background-color: #000;
    color: #FFF;
    padding: 15px 0;
    margin-top: 15px;
}

    #SubFooter a:hover {
        color: #FFF;
    }

.google-maps {
    position: relative;
    padding-bottom: 25%;
    overflow: hidden;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

    .google-maps iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
    }


#featurePromotion {
    background-color: #000;
    background-image: url('/Images/home-feature-bg.jpg');
    color: #FFF;
    text-align: center;
    position: relative;
    padding: 25px 0 35px;
}

    #featurePromotion h2 {
        color: #FFF;
        font-size: 2em;
    }

    #featurePromotion h4 {
        color: #FFF;
        font-size: 1.25em;
        margin-bottom: 20px;
    }


/*#featurePromotion::after {
        content: "";
        opacity: 0.15;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        position: absolute;
        z-index: -1;
    }*/


.parallax {
    /* Set a specific height */
    /* Create the parallax scrolling effect */
    background-color: #CCC;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

    .parallax.sm {
        padding-bottom: 7%;
    }

    .parallax.lg {
        padding-bottom: 40%;
    }

#orderTakeout {
    text-align: center;
    padding: 10px 25px 25px;
}

span.alert-danger {
    padding: 3px 12px;
    display: block;
    margin-top: 5px;
}

div.wedgeRow {
    display: table;
    border: 0;
    width: 100%;
    table-layout: fixed;
    margin-top: -25px;
}

    div.wedgeRow div:first-child, div.wedgeRow div:last-child {
        background-color: #C32032;
    }


    div.wedgeRow div {
        display: table-cell;
        vertical-align: bottom;
    }

    div.wedgeRow .wedge {
        width: 47px;
    }

.form-horizontal .form-group {
    margin-right: 0;
    margin-left: 0;
}

#myModal .modal-header {
    background-color: #C32032;
}

    #myModal .modal-header h4,
    #myModal .modal-header .close {
        color: #FFF;
        opacity: 1;
    }




/* STYLES IN CONTENT ENTERED BY USER */
.body-content {
    margin-top: 50px;
    padding-bottom: 50px;
}

    .body-content h1,
    .body-content h2,
    .body-content h3,
    .body-content h4,
    .body-content h5,
    .body-content h6 {
        margin-top: 20px;
        text-transform: initial;
    }

    .body-content h2 {
        font-size: 1.5em;
        color: #000;
    }

    .body-content em {
        font-size: smaller;
        color: #000;
    }

    .body-content img {
        max-width: 100% !important;
        height: auto !important;
    }

    .body-content table {
        width: 100%;
    }

        .body-content table tr td {
            width: 30%;
            padding-right: 3.333%;
            vertical-align: top;
        }

.field-required {
    padding-left: 3px;
    padding-right: 3px;
    font-weight: bold;
    color: #C32032;
}
