 /* ========== STYLES ========== */
body {
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 12pt;
}
hgroup > h1, h2, h3, h4 {
    margin: 0px;
}
h1 {
    font-size: large;
}
h2 {
    font-size: small;
    font-weight: normal;
}
ul {
    list-style-type: none;
    padding-left: 15px;
}
section li {
    margin: 15px 0px;
}
a {
	color: #3d5c7a;
}
mark a {
    color: #000000;
}
#headerlist {
    text-align: center;
}
p.add_to_guide {
    margin: 5px;
    font-size: x-small;
}
p.add_to_guide span {
    font-weight: bold;
}
.new_menus h1 {
    margin: 0 auto;
    font-size: medium;
}
.new_menus ul {
    margin-top: 0px;
    font-size: small;
    font-weight: bold;
}
.new_menus time {
    font-size: smaller;
    font-weight: normal;
}
.all_xx_restaurants {
    text-align: center;
}
.all_xx_restaurants h1 {
    font-size: medium;
    margin-bottom: 0px;
}
.all_xx_restaurants p {
    margin: 0px;
}
.all_xx_restaurants p.first {
    font-size: small;
    font-weight: bold;
    text-decoration: underline;
}
.all_xx_restaurants p.first a {
    color: #000000;
}
.all_xx_restaurants p.second {
    font-size: x-small;
}
.all_xx_restaurants a {
    font-weight: bold;
}
.delivery_legend p {
    margin: 0px;
    text-align: center;
}
.delivery_legend p:nth-child(1) {
    font-size: small;
    font-weight: bold;
}
.delivery_legend p:nth-child(2) {
    font-size: smaller;
}
#featured_menu p {
    text-align: center;
    font-size: small;
}
#featured_menu span {
    font-weight: bold;
}
#foodie_section p:nth-child(1) {
    text-align: center;
    font-size: small;
    font-weight: bold;
    margin-bottom: 0px;
}
#foodie_section p:nth-child(2) {
    text-align: center;
    font-size: x-small;
    margin: 0px;
}
#foodie_section p:nth-child(2) a {
    font-weight: bold;
}
#other_guides {
    margin: 0 auto;
}
#other_guides li {
    margin: 0px;
    font-size: x-small;
}
#other_guides a {
    font-weight: bold;
}
.col h3 {
    font-family: "trebuchet ms", verdana, helvetica, arial, sans-serif;
    font-size: x-large;
    color: #7590ae;
    padding-left: 15px;
}
.col li {
    font-size: small;
}
.add_menu {
    font-weight: normal;
    font-size: smaller;
}
.restaurant-desc {
    margin: 0;
    font-size: 9px;
    /* font-size: smaller; */
}
.restaurant-desc button {
    font-size: 9px;
}
.disclaimer {
	color: #666;
	font-size: smaller;
}
.disclaimer span {
    font-weight: bold;
}
.footer-item {
    font-size: small;
}
.footer-item p, .footer-item a {
    font-weight: bold;
    margin: 0;
}
.footer-item p.normal-font {
    font-weight: normal;
}
.footer-item p.smaller-font {
    font-size: smaller;
}

 /* ========== LAYOUT ========== */
 #wrapper {
    max-width: 1120px;
    margin: 0 auto;
    padding: 15px;
}
.stickyheader {
    overflow: hidden;
    background-color: #fafafa;
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    width: 100%; 
    padding-top: 5px;
    margin: 0 auto;
}
.center {
    text-align: center;
}

/* ========== MEDIA ========== */
.logo {
    display: block;
    text-align: center;
    max-width: 325px;
    margin: 0 auto;
}
.logo img {
    max-width: 100%;
}

/* ========== MEDIA QUERIES ========== */
@media only screen and (max-width: 480px)  {
    .stickyheader {
        visibility: visible;
    }
    .staticheader {
        /* hide static header */
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    .new_menus ul {
        padding-left: 50px;
    }
    .desktop {
        /* hide desktop footer item */
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
}

@media only screen and (min-width: 481px) {
    .stickyheader {
        /* hide sticky header */
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    .staticheader {
        visibility: visible;
    }
    .new_menus {
        margin-top: 15px;
    }
    .new_menus ul {
        padding-left: 15px;
    }
    .col {
        padding-left: 0px;
    }
    .col-2, .col-4 {
        border-left: solid .15em #CCD1D1;
    }
    .container {
        display: -ms-grid;
        -ms-grid-rows: 1fr 10px 1fr;
        -ms-grid-columns: 1fr 25px 1fr;
        display: grid;
        grid-column-gap: 25px;
        grid-template-columns: 1fr 1fr;
    }
    header .col-1 {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
        grid-row: 1;
        grid-column: 1;
    }
    header .col-2 {
        -ms-grid-row: 1;
        -ms-grid-column: 3;
        grid-row: 1;
        grid-column: 2;
    }
    header .col-3 {
        -ms-grid-row: 3;
        -ms-grid-column: 1;
        grid-row: 2;
        grid-column: 1;
    }
    header .col-4 {
        -ms-grid-row: 3;
        -ms-grid-column: 3;
        grid-row: 2;
        grid-column: 2;
    }
    .col.col-1 {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
        grid-row: 1;
        grid-column: 1;
    }
    .col.col-2 {
        -ms-grid-row: 1;
        -ms-grid-column: 3;
        grid-row: 1;
        grid-column: 2;
    }
    .col.col-3 {
        -ms-grid-row: 3;
        -ms-grid-column: 1;
        grid-row: 2;
        grid-column: 1;
    }
    .col.col-4 {
        -ms-grid-row: 3;
        -ms-grid-column: 3;
        grid-row: 2;
        grid-column: 2;
    }
}

@media only screen and (min-width: 810px) {
    .col-2, .col-3, .col-4 {
        border-left: solid .15em #CCD1D1;
    }
    .container {
        display: -ms-grid;
        -ms-grid-rows: 1fr;
        -ms-grid-columns: 1fr 15px 1fr 15px 1fr 15px 1fr;
        display: grid;
        grid-gap: 15px;
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
    .new_menus {
        margin-top: 0px;
    }
    header .col-1 {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
        grid-row: 1;
        grid-column: 1;
    }
    header .col-2 {
        -ms-grid-row: 1;
        -ms-grid-column: 3;
        grid-row: 1;
        grid-column: 2;
    }
    header .col-3 {
        -ms-grid-row: 1;
        -ms-grid-column: 5;
        grid-row: 1;
        grid-column: 3;
    }
    header .col-4 {
        -ms-grid-row: 1;
        -ms-grid-column: 7;
        grid-row: 1;
        grid-column: 4;
    }
    .col.col-1 {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
        grid-row: 1;
        grid-column: 1;
    }
    .col.col-2 {
        -ms-grid-row: 1;
        -ms-grid-column: 3;
        grid-row: 1;
        grid-column: 2;
    }
    .col.col-3 {
        -ms-grid-row: 1;
        -ms-grid-column: 5;
        grid-row: 1;
        grid-column: 3;
    }
    .col.col-4 {
        -ms-grid-row: 1;
        -ms-grid-column: 7;
        grid-row: 1;
        grid-column: 4;
    }
} 
