﻿.header {
    border: none !important;
}

.header a,
.header a:visited,
.header a:active,
.header a:focus {
    color: white !important;
}

.homepage_body_container {
    padding-top: 0 !important;
    position: relative;
}

    .homepage_body_container .hero_banner_container {
        width: 100%;
        height: 100vh;
        z-index: 0;
        margin-bottom: 40px;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .homepage_body_container.logged_in .hero_banner_container {
        height: 300px;
    }

    .homepage_body_container .gradient {
        position: absolute;
        width: 100%;
        height: 300px;
        z-index: 1;
        background: linear-gradient(rgba(0,0,0,1.0) 0%, rgba(0,0,0,0.0) 100%);
    }

    .homepage_body_container .search_container_table {
        display: table;
        width: 100%;
        height: 100%;
    }

    .homepage_body_container .search_container_table_cell {
        display: table-cell;
        text-align: center;
        vertical-align: middle;
    }

    .homepage_body_container .search_big_text {
        position: relative;
        z-index: 250;
        color: white;
        text-shadow: 0px 0px 10px black;
        font-size: 60px;
        padding: 0 0 20px 0;
    }

    .homepage_body_container.logged_in .search_big_text {
        font-size: 30px;
        padding: 60px 0 20px 0;
    }

.search_div {
    background: rgba(255, 255, 255, 0.4);
    border-radius: 0.5em;
    margin: 4em auto;
    text-align: center;
    width: 75%;
    padding: 3em;
}

.instruction_div {
    width: 100%;
    text-align: center;
    margin: 4em 0 2em 0;
}

.mobile_banner {
    width: 500px;
    text-align: center;
    margin: 0 auto;
    padding: 2em;
}

.mobile_phoneimages {
    margin: 1em;
}

    .mobile_phoneimages img {
        margin-right: 1em;
    }

.mobile_appstore {
    padding: 1.25em;
    vertical-align: middle;
    text-align: center;
}

.downloadicons_container {
    display: block;
    margin-top: 1em;
    text-align: center;
}

.mobile_sendsms {
    padding: 0 1.5em;
    margin: 1em auto;
    text-align: center;
}

.mobile_appstore .title {
    font-weight: bold;
    font-size: 1.75em;
}

.mobile_appstore .desc {
    font-size: 1em;
}

.mobile_sendsms .input_phone {
    float: left;
    width: 50%;
    padding: 0.5em;
    height: 3em;
    font-size: 1em;
    border-radius: 0.25em 0 0 0.25em;
    box-shadow: inset 0px 2px 2px rgba(0,0,0,0.5);
    border-color: #acacac;
    border-right: 0;
}

.mobile_sendsms .send_button {
    padding: 0.5em;
    color: white;
    background: #3a8700;
    border: 0;
    cursor: pointer;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    vertical-align: middle;
    font-size: 1em;
    border-radius: 0 0.25em 0.25em 0;
    float: left;
    width: 50%;
    padding: 1em;
    height: 3em;
    display: block;
    margin: 0 auto;
    font-weight: bold;
}

.mobile_sendsms .message {
    color: white;
    font-size: 1.25em;
}

.cuisine {
    width: 100%;
    text-align: center;
    padding-top: 2em;
    background: #ffffff;
}

.instruction_body {
    display: inline-block;
}

.col-1 {
    margin: 0.5em;
    width: 30%;
    float: left;
}

.col-2 {
    display: block;
    margin: 0.5em;
    width: 30%;
    float: left;
}

.col-3 {
    display: block;
    margin: 0.5em;
    width: 30%;
    float: left;
}

.step_title {
    font-size: 1.5em;
    font-weight: bold;
    color: #808080;
    margin: 0.25em;
}

.step_details {
    font-size: 1em;
    font-weight: 300;
    color: #808080;
    margin: 0.25em;
}

.homepage_body_container .search_container {
    width: 500px;
    margin: 0 auto;
    z-index: 250;
    position: relative;
}

/**
=================================
    Logged-in user content.
=================================
**/

.section_title_wrapper {
    margin-bottom: 1em;
}

.section_title {
    font-size: 1.75em;
    font-weight: bold;
    color: #357a01 !important;
    margin-right: 1em;
    text-decoration: none;
}

    .section_title:hover {
        text-decoration: underline;
    }

.see_more {
    text-decoration: none;
}

    .see_more:hover {
        text-decoration: underline;
    }

.list_wrapper {
    margin-bottom: 2em;
}

.list_row_wrapper {
    display: inline-block;
    width: 32%;
    padding: 0 0.5em 0.5em 0;
}

.list_row_border {
    border: 1px solid #d0d0d0;
    border-radius: 4px;
    box-shadow: 1px 1px 3px rgba(0,0,0,0.2);
    background-color: white;
    padding: 1em;
}

    .list_row_border:hover {
        border: 1px solid #357a01;
    }

.text_overflow {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.restaurant_name {
    font-weight: bold;
    color: #4a4a4a;
    margin-bottom: 0.5em;
}

.restaurant_cuisines {
    color: #767676;
    margin-bottom: 0.5em;
}

.restaurant_description {
    color: #4a4a4a;
}

.past_order_restaurant_name {
    color: #4a4a4a;
    margin-bottom: 0.5em;
}

.past_order_description {
    color: #4a4a4a;
    margin-bottom: 0.5em;
}

.past_order_date {
    color: #767676;
    font-size: 0.8em;
}