﻿/*****

    Restaurant Spotlight
    
*****/

.dining-content .restaurant-spotlight .second-row
{
    margin-top:20px;
}

.dining-content .restaurant-spotlight blockquote:before,
.dining-content .restaurant-spotlight blockquote:after
{
    content: '';
}

.dining-content .restaurant-spotlight img
{
    width:100%;
    display: block;
}

.dining-content .restaurant-spotlight .columns-9
{
    position:relative;
}

.dining-content .restaurant-spotlight .spotlight-info .middle,
.dining-content .restaurant-spotlight .spotlight-info:before
{
    content: '';
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
}

.dining-content .restaurant-spotlight .spotlight-info:before {
    height:100%;
}

.dining-content .restaurant-spotlight .spotlight-info
{
    white-space: nowrap;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    overflow:hidden;
}
    .dining-content .restaurant-spotlight .infobox .button
    {
        margin-bottom: 20px;
    }

@media only screen and (max-width: 1279px)
{

    .dining-content .restaurant-spotlight h2
    {
        font-size:32px;
    }

    .dining-content .restaurant-spotlight h2.multiline .subhead.small
    {
        font-size:22px;
    }
}
    
    .no-mediaqueries.mq-1024px .dining-content .restaurant-spotlight h2
    {
        font-size:32px;
    }

    .no-mediaqueries.mq-1024px .dining-content .restaurant-spotlight h2.multiline .subhead.small {
        font-size:22px;
    }

/*****

    Dining Options
    
*****/

.dining-content .dining-options
{
    margin: 30px 0 60px;
}

.dining-content .dining-options .promo-tile h5 {
    font-size:22px;
}

    .dining-content .dining-options .promo-tile .subhead
    {
        margin-top: 5px;
    }

    .dining-content .dining-options .promo-tile .info
    {
        min-height: 181px;
    }

    @media only screen and (max-width: 1279px)
    {
        .dining-content .dining-options .promo-tile .info
        {
            min-height: 201px;
        }
    }
        .no-mediaqueries.mq-1024px .dining-content .dining-options .promo-tile .info {
            min-height: 201px;
        }

/*****

    Seasonal Feature
    
*****/

.dining-content .seasonal-feature
{
    padding: 0 35px;
    overflow: hidden;
}

    .dining-content .seasonal-feature img
    {
        padding:10px;
        border:solid 1px #ae9364;
        float:left;
    }

    .dining-content .seasonal-feature .details
    {
        padding:0 10px 0 20px;
    }