/*
Theme Name: DineAtPark
Author: Ryan Haslag
Author URI: http://www.dineatpark.com
Description: This is the theme used for the base DineAtPark website
Version: 1.0
Text Domain: DineAtPark
*/

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{font-size:100%;font:inherit;padding:0;border:0;margin:0;vertical-align:baseline}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}.clear{clear:both}
.sticky{}.bypostauthor{}.wp-caption{}.wp-caption-text{}.gallery-caption{}.alignright{}.alignleft{}.aligncenter{}.screen-reader-text{clip:rect(1px, 1px, 1px, 1px);position:absolute !important}

/* Fonts =============================*/
@font-face {
    font-family: Pistara;
    src: url(/assets/fonts/Pistara.otf);
}

@font-face {
    font-family: Avenir;
    src: url(/assets/fonts/Avenir.ttc);
}

@font-face {
    font-family: Holland;
    src: url(/assets/fonts/Holland.ttf);
}

/* General =============================*/
body, h1, h2, h3, h4, p, span {
    font-family: Pistara, sans-serif;
    text-rendering:optimizeLegibility;
}

a {
    color: black;
    text-decoration: none;
}

body {
    max-width: 2000px;
    margin: 0 auto;
}

button:active, button:focus, input:active, input:focus {
    outline: 0;
}

.horizontal-line {
    border-bottom: 2px solid #293319;
    width: 70px;
    margin: 0 auto 15px auto;
}

.button {
    background: #D6D1C9;
    color: #293316;
    text-transform: uppercase;
    font-weight: bold;
    padding: 10px;
    font-size: 18px;
}

::placeholder {
    color: white;
    opacity: 1;
    text-transform: uppercase;
    font-family: Pistara, sans-serif;
    text-rendering:optimizeLegibility;
}

.input {
    width: 200px;
    background: none;
    border: 1px solid white;
    padding: 10px;
    color: white;
    font-size: 16px;
}

.submit {
    color: white;
    background: none;
    border: 1px solid white;
    padding: 10px;
}

/* Structure =============================*/
.entry-content {
    margin: 0 auto;
}

.container {
    width: 90%;
    margin: 0 auto;
    min-height: 650px;
}

.heading {
    color: white;
    font-size: 54px;
    margin: 0;
    text-align: center;
}

.left-line {
    width: 150px;
    height: 2px;
    background: #96A365;
    margin-top: 35px;
    float: left;
}

.right-line {
    width: 150px;
    height: 2px;
    background: #96A365;
    margin-top: 35px;
    float: left;
}

.full-line {
    width: 350px;
    height: 2px;
    background: #96A365;
    margin: 0 auto;
}

.divider {
    width: 100%;
    height: 1px;
    background: #D5D2C8;
    margin-top: 20px;
}

#coming-soon {
    background: url('../images/park-restaurant-front.jpg') no-repeat center center;
    background-size: cover;
    height: 600px;
    border-bottom: 2px solid white;
}

#about-us {
    height: 100%;
    padding-bottom: 40px;
    background: #5b6a4d;
}

#menu {
    margin: 50px auto 0 auto;
    width: 85%;
    height: 475px;
}

#newsletter {
    height: 350px;
    margin-top: 50px;
    background: #5B6A4D;
    border-bottom: 2px solid white;
}

#careers {
    margin-top: 50px;
    background: url('/assets/images/contact/wood-background.jpg') no-repeat center center;
    background-size: cover;
    height: 300px;
    border-bottom: 2px solid white;
}

/* Header =============================*/
nav {
    display: flex;
    width: 100%;
    height: 100px;
    background: white;
    align-items: center;
    justify-content: center;
    z-index: 10;
}

#mobile-nav {
    display: none;
}

#mobile-logo {
    margin-top: 10px;
    float: left;
}

#hours-menu {
    height: 50px;
    background: #5C6A48;
}

#hours-menu p {
    font-family: Avenir, sans-serif;
    font-size: 14px;
    color: white;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    padding-top: 20px;
}

#simple-menu {
    float: right;
    font-size: 40px;
    margin: 25px 40px 0 0;
}

nav a {
    font-family: Avenir, sans-serif;
    font-weight: bold;
    text-decoration: none;
    color: #5C6A48;
    margin: 0 25px;
    text-transform: uppercase;
}

#logo {
    width: 170px;
    height: 100%;
    color: white;
    text-align: center;
}

.sidr .contact-details {
    margin: 0 20px !important;
    color: #5C6A48;
}

.sidr ul li a, .sidr ul li span {
    padding: 0 !important;
}

.sidr ul li:hover>a {
    box-shadow: none !important;
}

.menu {
    font-family: sans-serif;
}

.menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

.menu ul li {
    padding-top: 25px;
}

@media (max-width: 40em) {
    .menu ul li {
        width: 100%;
    }
}
.menu ul li > ul {
    display: flex;
    visibility: hidden;
    position: absolute;
    left: -99999;
    flex-direction: column;
}
.menu ul li > ul li {
    margin-top: 25px;
    padding-top: 0;
    width: 150px;
    height: 35px;
    position: absolute;
    background: white;
}
@media (min-width: 40em) {
    .menu ul li > ul li > ul {
        position: absolute !important;
        top: 0;
        left: 100% !important;
    }
}
.menu ul li:hover a {
    background: white;

}
.menu ul li:hover a:hover {
    color: #5C6A48;
}
.menu ul li:hover > ul {
    visibility: visible;
    position: relative;
    left: 0;
}
.menu a {
    text-transform: uppercase;
    display: block;
    text-decoration: none;
    text-align: center;
}
.menu a:hover {
    background: white;
}
.menu .sub-menu li > a {
}
.menu .sub-menu > a:after {
    padding-left: 5px;
}


/* Footer =============================*/
#footer {
    height: 220px;
    background: #293319;
    border-top: 2px solid white;
    color: white;
    letter-spacing: 1.5px;
}

#copyright {
    padding-top: 20px;
}

#footer-left, #footer-middle, #footer-right {
    float: left;
    width: 25%;
}

#footer-best-of-columbia {
    float: left;
    display: block;
    width: 25%;
}

#footer-best-of-columbia #best-of-columbia-logo {
    margin: 0 auto;
    display: block;
    width: 125px;
}

#copyright p {
    margin-bottom: 5px;
    font-family: Avenir, sans-serif;
}

#copyright a {
    color: white;
    font-family: Avenir, sans-serif;
}

.copyright-link {
    display: block;
    text-align: center;
    color: white;
    margin-bottom: 13px;
    text-decoration: underline;
}

/* All Pages =============================*/
#best-of-columbia-container {
    width: 875px;
    margin: 0 auto;
}

#best-of-columbia-text {
    color: #515455;
    text-align: center;
    width: 700px;
    float: left;
    margin-right: 20px;
}

#best-of-columbia-logo {
    width: 150px;
    margin-top: 15px;
}

#best-of-columbia-text #thanks {
    font-family: Holland, serif;
    font-size: 165px;
    vertical-align: bottom;
}

#best-of-columbia-text #for {
    text-transform: uppercase;
    vertical-align: text-bottom;
    font-size: 40px;
}

#best-of-columbia-text #voting {
    text-transform: uppercase;
    vertical-align: middle;
    font-size: 100px;
}

.hero-heading {
    color: white;
    margin: 0;
    font-size: 150px;
    text-align: center;
    padding-top: 250px;
}

.hero-subheading {
    color: white;
    padding-top: 250px;
    text-align: center;
    font-size: 55px;
}

.has-subheading {
    margin-top: -45px !important;
    padding-top: 0 !important;
}

#hero-padding {
    padding-top: 270px;
}

.hero-container {
    min-height: 570px;
    border-bottom: 4px solid white;
}

#hero-long-container {
    width: 950px;
    margin: 0 auto;
    background: rgba(0,0,0,.7);
}

.hero-bottom-subtext {
    height: 135px;
    font-size: 135px;
    color: white;
    font-family: Holland, serif;
    text-align: center;
}

.hero-bottom-main {
    font-size: 84px;
    text-transform: uppercase;
    color: white;
    margin: 10px 0;
    text-align: center;
    font-weight: bold;
    letter-spacing: 3px;
}

.hero-bottom-text {
    color: white;
    font-size: 40px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding-bottom: 10px;
}

.hero-bottom-caption {
    height: 20px;
    text-align: center;
    color: white;
    font-size: 24px;
    text-transform: uppercase;
}

/* Home Page =============================*/
#about-us-heading {
    padding: 20px 0 5px 0;
}

#about-us-text {
    color: white;
    width: 65%;
    margin: 0 auto;
    font-size: 18px;
    letter-spacing: 1.5px;
    font-family: Avenir, sans-serif;
    line-height: 22px;
}

.menu-image {
    width: 32.66%;
    margin: 0 1% 1% 0;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
    height: 230px;
    float: left;
}

.menu-image:nth-child(3n) {
    margin-right: 0;
}

/* Menu Page =============================*/
#back-to-top {
    /* todo Find a way to re-integrate the back to top button */
    display: none;
    bottom: 500px;
    position: fixed;
    right: -43px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: #D5D2C8;
    color: #445136;
    cursor: pointer;
    padding: 15px;
    font-size: 16px;
    font-family: Avenir, sans-serif;
    text-transform: uppercase;
    transform: rotate(-90deg);
}

#menu-overview {
    display: flex;
    width: 100%;
    height: 60px;
    background: #5C6A48;
    align-items: center;
    justify-content: center;
    z-index: 10;
}

#menu-overview p {
    font-family: Avenir, sans-serif;
    font-size: 14px;
    color: white;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
    margin: 0 25px;
}

#menu-overview p:hover {
    cursor: pointer;
}

#menu-container {
    margin: 20px auto 0 auto;
    width: 70%;
}

.sub-menu-heading {
    color: #5C6A48;
    font-size: 30px;
    margin-bottom: 15px;
    font-weight: bold;
}

.brand {
    font-size: 16px !important;
    margin-bottom: 5px;
    width: 100% !important;
}

.bottle {
    width: 68px;
    display: block;
    float: right;
    text-align: right;
}

.sub-menu-price-heading {
    color: #96A365;
    font-size: 18px;
    margin-bottom: 10px;
}

.menu-items-left {
    max-width: 45%;
    margin-right: 5%;
    float: left;
}

#desserts .menu-items-left, #desserts .menu-items-right{
    min-width: 45%;
}

.accordion-toggle {
    display: none;
}

.menu-items-right {
    float: right;
    width: 45%;
    margin-top: 25px;
}

.menu-section h1, .accordion-toggle {
    color: #5C6A48;
    font-family: Pistara, sans-serif;
    font-weight: bold;
    font-size: 65px;
}

.menu-divider {
    background: #D5D2C8;
    height: 2px;
    width: 100px;
    margin-bottom: 20px;
}

.menu-item-container {
    margin-bottom: 30px;
}

.menu-item {
    font-family: Avenir, sans-serif;
    font-weight: bold;
    color: #96A365;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.menu-item-price {
    float: right;
    letter-spacing: 1.5px;
}

.menu-item-description {
    font-family: Avenir, sans-serif;
    font-size: 14px;
    width: 90%;
}

#sandwiches {
    margin-bottom: 40px;
}

#large-plates {
    margin-top: 40px;
}

#salads {
    margin-bottom: 40px;
}

#kids-and-drinks {
    margin-top: 40px;
}

.order-online-section {
    width: 500px;
    height: 75px;
    margin: 0 auto;
}

#order-online-button-container {
    width: 200px;
    height: 10px;
    float: left;
}

#order-online-button {
    margin: 15px auto 0 auto;
    display: block;
    height: 40px;
    width: 125px;
    color: white;
    background: #5c6a48;
    text-transform: uppercase;
    border: none !important;
    outline: none !important;
}

#order-online-button:hover {
    cursor: pointer;
}

.feature-first {
    position: relative;
    top: -2px;
    float: left;
    display: inline-block;
    margin-left: -20px;
    left: -5px;
    width: 16px;
}

.feature-second {
    position: relative;
    top: -2px;
    float: left;
    display: inline-block;
    margin-left: -20px;
    left: -25px;
    width: 16px;
}

.feature-third {
     position: relative;
     top: -2px;
     float: left;
     display: inline-block;
     margin-left: -40px;
     left: -25px;
     width: 16px;
}

#highlights {
    display: flex;
    width: 100%;
    height: 60px;
    align-items: center;
    justify-content: center;
    z-index: 10;
    margin: 30px 0;
}

#highlights span {
    font-family: Avenir, sans-serif;
    text-decoration: none;
    color: #96A365;
    margin: 0 25px;
    text-transform: uppercase;
}

.highlights-image {
    position: relative;
    top: 4px;
    right: 5px;
}

#sides p {
    margin-top: 20px;
    font-family: Avenir, sans-serif;
    color: #96A365;
    letter-spacing: 1.5px;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 25px;
}

#disclaimer {
    text-align: center;
    margin-top: 10px;
    font-family: Avenir, sans-serif;
    font-size: 12px;
}

.drop-down-arrow {
    position: relative;
    top: 15px;
    float: right;
}

/* Careers Page =============================*/
#careers-heading {
    padding-top: 40px;
    font-size: 64px;
}

#careers-text {
    font-family: Avenir, sans-serif;
    color: white;
    text-align: center;
    width: 80%;
    margin: 0 auto;
    font-size: 18px;
    letter-spacing: 1.5px;
}

#apply-button {
    width: 150px;
    margin: 20px auto 0 auto;
    display: block;
    text-align: center;
    padding-top: 15px;
    font-family: Avenir, sans-serif;
    font-weight: bold;
}

/* Contact Page =============================*/
#success-message {
    text-align: center;
    color: darkgreen;
    font-weight: bold;
    font-family: "Avenir", sans-serif;
    font-size: 24px;
    padding: 20px;
    background: #D5D2C8;
}

#error-message {
    text-align: center;
    color: maroon;
    font-weight: bold;
    font-family: "Avenir", sans-serif;
    font-size: 24px;
    padding: 20px;
    background: #D5D2C8;
}

#contact-container {
    margin: 30px auto 0 auto;
}

.featured-heading {
    color: #5C6A48;
    font-size: 65px;
    font-weight: bold;
    letter-spacing: 2.5px;
    text-align: center;
}

.featured-divider {
    width: 125px;
    height: 3px;
    background: #D5D2C8;
    margin: 0 auto;
}

#reservation-button {
    height: 40px;
    font-size: 18px;
    padding: 10px !important;
    width: 350px;
    margin: 0 auto 20px auto;
    display: block;
}

#reservation-button:hover {
    cursor: pointer;
}

#contact-container p {
    font-family: Avenir, sans-serif;
    font-size: 16px;
    letter-spacing: 1.5px;
    width: 75%;
    margin: 20px auto 30px auto;
    line-height: 22px;
}

#contact-form {
    margin: 0 auto;
    width: 775px;
}

#contact-container label {
    display: block;
    color: #5c6a48;
    font-family: Avenir, sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    margin: 10px 0;
}

#contact-container input {
    width: 100%;
    height: 25px;
    background: #D5D2C8;
    border: 0;
}

#contact-container textarea {
    background: #D5D2C8;
    border: 0 !important;
}

#contact-submit {
    color: white;
    background: #5C6A48 !important;
    border: none !important;
    width: 150px !important;
    height: 35px !important;
    display: block;
    text-transform: uppercase;
    margin: 20px auto 40px auto !important;
}

#contact-form-left {
    width: 355px;
    float: left;
}

#contact-form-right {
    float: right;
    width: 400px;
    height: 215px;
    margin-top: 35px;
}

/* Partners =============================*/
#partners-container {
    width: 75%;
    margin: 30px auto 0 auto;
}

#partners-subtext {
    margin-bottom: 40px !important;
}

#partners-container p {
    font-family: Avenir, sans-serif;
    font-size: 16px;
    letter-spacing: 1.5px;
    line-height: 20px;
    width: 85%;
    margin: 10px auto 0 auto;
}

#partners-subheading {
    color: white;
    padding-top: 250px;
    text-align: center;
    font-size: 60px;
    margin-left: -245px;
}

.featured-partner-container {
    width: 100%;
    height: 230px;
    margin: 0 auto 50px auto;
}

.featured-partner-container a {
    color: #96A365;
    font-style: italic;
}

.featured-partner-container img {
    float: left;
    width: 45%;
    max-width: 450px;
    height: auto;
}

.featured-partner-text h1 {
    color: #96A365;
    text-transform: uppercase;
    font-family: Avenir, sans-serif;
    font-weight: bold;
}

.featured-partner-text p {
    width: 100% !important;
}

.featured-partner-text {
    float: left;
    width: 45%;
    margin-left: 30px;
}

/* Newsletter =============================*/
#newsletter-heading {
    padding-top: 40px;
    font-size: 70px;
}

#newsletter-text {
    text-align: center;
    color: white;
    font-size: 18px;
    letter-spacing: 1.5px;
    font-family: Avenir, sans-serif;
    line-height: 22px;
}

#join-newsletter-container {
    width: 460px;
    margin: 30px auto 0 auto;
}

#newsletter-input {
    float: left;
}

#newsletter-input {
    width: 375px;
    margin: 0 auto;
    display: block;
    letter-spacing: 1.5px;
}

#newsletter-submit {
    width: 300px;
    height: 40px;
    font-size: 24px;
    display: block;
    vertical-align: top;
    padding: 0 15px;
    margin: 0 auto;
    font-family: Avenir, sans-serif;
    text-transform: uppercase;
}

#newsletter-submit:hover {
    cursor: pointer;
}

#social-media-container {
    display: block;
    margin: 30px auto 40px auto;
    width: 190px;
}

#social-media-container i {
    color: #293319;
    font-size: 36px;
    margin-right: 10px;
}

#footer h1 {
    font-size: 28px;
    margin-bottom: 20px;
    text-align: center;
}

#footer p {
    color: white;
    text-align: center;
    margin-bottom: 10px;
}

#footer-left span {
    font-family: Avenir, sans-serif;
    margin-bottom: 5px;
    display: block;
}

#footer-text {
    padding-top: 30px;
}

.email-message {
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    margin-left: 20px;
}

/* Coming Soon =============================*/
#coming-soon-heading {
    font-family: Avenir, sans-serif;
    text-align: center;
    margin-top: 40px;
    font-size: 28px;
}

/* Reviews =============================*/
#reviews-container {
    width: 75%;
    margin: 30px auto 0 auto;
}

#reviews-container p {
    font-family: Avenir, sans-serif;
    font-size: 16px;
    letter-spacing: 1.5px;
    line-height: 20px;
    width: 85%;
    margin: 10px auto 30px auto;
}

/* Trivia =============================*/
#trivia-heading {
    text-align: center;
    font-size: 50px;
    margin-bottom: 15px;
    color: #5B6A4D;
}

.trivia-container .trivia-day {
    line-height: 35px !important;
}

.trivia-container {
    width: 66%;
    margin: 20px auto 40px auto;
    min-height: 200px;
}

.trivia-container-left {
    float: left;
    margin-bottom: 40px;
}

.trivia-container-right {
    float: right;
}

.trivia-date {
    color: #5B6A4D;
    font-weight: bold;
    font-size: 60px;
}

.trivia-day {
    width: 100% !important;
    font-size: 22px !important;
    color: #333;
    margin-bottom: 20px !important;
}

/* Responsive =============================*/
.accordion-toggle {cursor: pointer;}
.accordion-content.default {
    display: block;
}
.accordion-content {
    display: inline-block;
}

#kids-accordion-content, #drinks-accordion-content {
    display: block;
}


/* Desktop =============================*/
@media screen and (max-width: 1190px) {
    #menu-container {
        width: 85%;
    }
}

@media screen and (max-width: 1150px) {
    #footer-left, #footer-middle, #footer-right {
        width: 100%;
        margin-bottom: 20px;
    }

    #footer {
        height: 650px;
    }

    #footer-best-of-columbia {
        width: 100%;
    }
}

@media screen and (max-width: 1100px) {
    #about-us-text {
        width: 75%;
    }

    #menu {
        height: 600px;
    }

    .menu-image {
        width: 49%;
        margin: 0 1% 1% 0 !important;
    }

    .menu-image:nth-child(3n) {
        margin-right: 1%;
    }
}

@media screen and (max-width: 1045px) {
    nav a {
        margin: 0 20px;
    }
}

@media screen and (max-width: 1020px) {
    #partners-container {
        width: 95%;
    }
}

/* Tablet =============================*/
@media screen and (max-width: 975px) {
    #desktop-nav {
        display: none;
    }

    #mobile-nav {
        display: block;
        position: fixed;
    }
}

@media screen and (max-width: 855px) {
    #menu-overview {
        display: none;
    }

    .full-line {
        margin-bottom: 20px;
    }

    /* Repair padding from desktop version of menu headings */
    #small-plates, #sandwiches, #large-plates, #salads, #kids-and-drinks {
        margin-bottom: 20px;
        margin-top: 0;
    }

    #kids-accordion-header {
        margin-bottom: 15px;
    }

    .accordion-content {
        display: none;
    }

    .accordion-toggle {
        display: block;
        border-bottom: 1px solid #D5D2C8;
        margin-bottom: 10px;
    }

    .menu-items-left, .menu-items-right {
        max-width: 100%;
        width: 100%;
        margin: 0 !important;
        float: none;
    }
    #highlights span {
        margin: 0 15px !important;
    }

    #desserts .menu-items-right {
        margin-top: 0 !important;
    }
}

@media screen and (max-width: 850px) {
    #best-of-columbia-container {
        width: 100%;
        margin: 0 auto;
    }

    #best-of-columbia-text {
        color: #515455;
        text-align: center;
        width: 100%;
        padding-top: 20px;
        float: none;
        margin-right: 0;
    }

    #best-of-columbia-text #thanks {
        display: block;
    }

    #best-of-columbia-text #for {
        display: block;
    }

    #best-of-columbia-text #voting {
        display: block;
    }

    #best-of-columbia-logo {
        display: block;
        margin: 0 auto;
    }
}

@media screen and (max-width: 820px) {
    #contact-form {
        width: initial;
    }

    #contact-form-left {
        float: none;
        margin: 0 auto;
    }

    #contact-form-right {
        float: none;
        width: 90%;
        height: initial;
        margin: 0 auto;
    }

    #contact-form-right iframe {
        width: 100% !important;
    }
}

@media screen and (max-width: 775px) {
    #highlights span {
        margin: 0 8px !important;
    }
}

@media screen and (max-width: 736px) {
    .trivia-container-left {
        float: none;
    }
    .trivia-container-right {
        float: none;
    }
}

@media screen and (max-width: 715px) {
    #highlights {
        width: 465px;
        margin: 20px auto 40px !important;
        display: block;
        justify-content: center;
        z-index: 10;
    }

    #highlights span {
        width: 200px;
        display: inline-block;
    }
}

@media screen and (max-width: 740px) {
    #hero-long-container {
        width: 100%;
    }

    .hero-bottom-subtext {
        font-size: 75px;
    }

    .hero-bottom-main {
        font-size: 60px;
    }

    .hero-bottom-text {
        font-size: 30px;
    }

    #hero-padding {
        padding-top: 300px;
    }
}

@media screen and (max-width: 720px) {
    #countdown-container {
        display: none;
    }

    #coming-soon-heading {
        font-size: 24px;
    }

    #about-us-heading {
        padding-top: 10px !important;
    }

    #about-us-text {
        width: 95%;
        margin: 0 auto;
    }
}

@media screen and (max-width: 650px) {
    .featured-partner-container img {
        float: left;
        max-width: initial;
        height: auto;
        margin: 0 auto;
        width: 100%;
    }

    .featured-partner-text {
        float: left;
        width: 100%;
        margin: 30px 0;
    }
}

@media screen and (max-width: 600px) {
    #about-us {
        text-align: center;
    }

    #menu {
        margin-top: 5px !important;
        height: 850px;
    }

    .menu-image {
        width: 100%;
        height: 150px;
        margin-bottom: 10px;
    }

    #dessert {
        background-position-y: 70% !important;
    }

    #join-newsletter-container {
        width: initial;
    }
}

@media screen and (max-width: 550px) {
    .responsive-subheading {
        margin-left: 0 !important;
    }
}

/* Phone =============================*/
@media screen and (max-width: 485px) {
    #highlights {
        height: 120px;
        margin-bottom: 50px !important;
    }

    #highlights span {
        margin: 0 auto !important;
        display: block;
        padding-bottom: 5px;
    }

    .order-online-section {
        display: none;
    }

    .full-line {
        display: none;
    }
}

@media screen and (max-width: 430px) {
    #highlights {
        width: 385px;
    }
}

@media screen and (max-width: 410px) {
    nav {
        display: none;
    }

    .hero-container {
        min-height: initial;
    }

    .hero-subheading {
        padding-top: 125px;
    }

    .hero-heading {
        font-size: 100px;
        padding-top: 150px;
        padding-bottom: 50px;
    }

    #newsletter {
        height: 300px;
    }

    #newsletter-heading {
        font-size: 50px;
    }

    #newsletter-input {
        width: 225px;
        margin-left: 20px;
    }

    #newsletter-text {
        width: 90%;
        margin: 0 auto;
    }

    .menu-item-description {
        font-size: 14px !important;
    }
}