.size-1of1 {
    width: 100%;
}
.size-1of2 {
    width: 50%;
}
@media screen and (max-width: 480px) {
    #grid[data-columns]::before {
        content: '1 .column.size-1of1';
    }
}
@media screen and (min-width: 481px) and (max-width: 768px) {
    #grid[data-columns]::before {
        content: '2 .column.size-1of2';
    }
}
.footer-rg-list {} .footer-rg-list.show {} .footer-rg-list.show {}
/*
=================================================

  R E S E R V A T I O N

=================================================
*/

.reservations-wrapper input[type=text] {
    background: rgb(204, 232, 236);
    /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2NjZThlYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlYmY2ZjciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(204, 232, 236, 1) 0%, rgba(235, 246, 247, 1) 100%);
    /* FF3.6+ */
    
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(204, 232, 236, 1)), color-stop(100%, rgba(235, 246, 247, 1)));
    /* Chrome,Safari4+ */
    
    background: -webkit-linear-gradient(top, rgba(204, 232, 236, 1) 0%, rgba(235, 246, 247, 1) 100%);
    /* Chrome10+,Safari5.1+ */
    
    background: -o-linear-gradient(top, rgba(204, 232, 236, 1) 0%, rgba(235, 246, 247, 1) 100%);
    /* Opera 11.10+ */
    
    background: -ms-linear-gradient(top, rgba(204, 232, 236, 1) 0%, rgba(235, 246, 247, 1) 100%);
    /* IE10+ */
    
    background: linear-gradient(to bottom, rgba(204, 232, 236, 1) 0%, rgba(235, 246, 247, 1) 100%);
    /* W3C */
    
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#cce8ec', endColorstr='#ebf6f7', GradientType=0);
    /* IE6-8 */
    
    width: 7em;
    font-size: 1em;
    vertical-align: top;
    border: 0;
    margin: 0 .5em;
    font-weight: lighter;
    text-align: center;
    height: 2.1em;
    color: #5a5a5a;
    border-radius: 5px;
}
.reservations-wrapper .ui-widget-content {
    border-radius: 5px;
    border: 0;
}
.reservations-wrapper select[name="number"] {
    background: rgb(204, 232, 236);
    /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2NjZThlYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlYmY2ZjciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(204, 232, 236, 1) 0%, rgba(235, 246, 247, 1) 100%);
    /* FF3.6+ */
    
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(204, 232, 236, 1)), color-stop(100%, rgba(235, 246, 247, 1)));
    /* Chrome,Safari4+ */
    
    background: -webkit-linear-gradient(top, rgba(204, 232, 236, 1) 0%, rgba(235, 246, 247, 1) 100%);
    /* Chrome10+,Safari5.1+ */
    
    background: -o-linear-gradient(top, rgba(204, 232, 236, 1) 0%, rgba(235, 246, 247, 1) 100%);
    /* Opera 11.10+ */
    
    background: -ms-linear-gradient(top, rgba(204, 232, 236, 1) 0%, rgba(235, 246, 247, 1) 100%);
    /* IE10+ */
    
    background: linear-gradient(to bottom, rgba(204, 232, 236, 1) 0%, rgba(235, 246, 247, 1) 100%);
    /* W3C */
    
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#cce8ec', endColorstr='#ebf6f7', GradientType=0);
    /* IE6-8 */
    
    border: 0;
    font-size: 1em;
    height: 2em;
    color: #5a5a5a;
    margin: 0 .5em;
}
/*
.reservations-wrapper .ui-spinner-button{
  display:none;
}
*/

.reservations-wrapper input[type=submit] {
    background: rgb(0, 34, 55);
    /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI0NCUiIHN0b3AtY29sb3I9IiMwMDIyMzciIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMmU1MTc5IiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
    background: -moz-linear-gradient(top, rgba(0, 34, 55, 1) 44%, rgba(46, 81, 121, 1) 100%);
    /* FF3.6+ */
    
    background: -webkit-gradient(linear, left top, left bottom, color-stop(44%, rgba(0, 34, 55, 1)), color-stop(100%, rgba(46, 81, 121, 1)));
    /* Chrome,Safari4+ */
    
    background: -webkit-linear-gradient(top, rgba(0, 34, 55, 1) 44%, rgba(46, 81, 121, 1) 100%);
    /* Chrome10+,Safari5.1+ */
    
    background: -o-linear-gradient(top, rgba(0, 34, 55, 1) 44%, rgba(46, 81, 121, 1) 100%);
    /* Opera 11.10+ */
    
    background: -ms-linear-gradient(top, rgba(0, 34, 55, 1) 44%, rgba(46, 81, 121, 1) 100%);
    /* IE10+ */
    
    background: linear-gradient(to bottom, rgba(0, 34, 55, 1) 44%, rgba(46, 81, 121, 1) 100%);
    /* W3C */
    
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#002237', endColorstr='#2e5179', GradientType=0);
    /* IE6-8 */
    
    display: block;
    margin: 2em auto;
    height: 2.1em;
    color: white;
    font-size: 1.1em;
    border: none;
    border-radius: 0;
    font-weight: 100 !important;
    padding: 0 1em;
}
.mobile-subnav-container {
    display: none;
}
/*
=================================================



=================================================
*/

@media only screen and (max-width: 1224px) {} @media only screen and (min-width: 768px) and (max-width: 1024px) {} @media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {} @media only screen and (min-width: 480px) and (max-width: 767px) {
    .footer .left, .footer .middle, .footer .right {
        vertical-align: top !important;
    }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
    #page {
        overflow-y:hidden;
    }
    .mobile-subnav-container {
        display: block;
    }
    .slicknav_btn {
        font-size: 1.6em;
        position: absolute;
        right: .5em;
    }
    .slicknav_menu {
        padding: 0;
    }
    .slicknav_nav {
        margin-top: 7em;
    }
    .slicknav_nav a {
        padding: 15px 10px;
    }
    .slicknav_nav ul {
        margin: 0;
    }
    .slicknav_nav ul li {
        margin: 0 0 .5em 0;
        border-bottom: 1px solid #353535;
    }
    .slicknav_nav ul li.no-pipe {
        border-bottom: none; 
    }
    .logo {
        margin: .4em 0 0 1em;
    }
    .home-image .image-container {
        height: 250px !important;
    }
    #footer-slim, .footHide, .footer-rg-list, .middle .social-media {
        display: none !important;
    }
    .footer.opened .social-media {
        border-top: none;
        text-align: right;
        position: absolute;
        top: 0;
        right: 0;
        padding: 0;
        width: 50%;
        font-size: 1.5em;
        margin: 0 0 1em;
    }
    a.logofoot {
        position: absolute;
        bottom: -56px;
        width: 136px;
        right: 12px;
    }
    .footer.opened .middle {
        padding: 1em 0 1em;
        border-top: none !important;
    }
    .footer.opened .left {
        /*position:absolute;*/
        
        bottom: 0;
        /*border-top: 1px solid #26a9e0;*/
        
        padding: .7em 0;
        width: 88%;
    }
    .slicknav_nav a.chownow-order-online {
        padding: 0;
    }
    .slicknav_nav .button-set > a {
        padding: 10px;
        color: #fff;
        display: inline-block;
    }
    .right {
        border-top: none !important;
    }
    .wrappy .heading .entry-title {
        font-size: 1.5em;
        margin: .5em 1em !important;
        line-height: 1.3em;
    }
    .wrappy .heading .menu-title {
        margin: 1em 0;
        width: 100%;
        display: block;
    }
    .wrappy p {
        width: 100%;
    }
    #masthead .sub-nav-container {
        display: none;
    }
        .columnRight .menu-title:empty {
    display: none !important;
    }
    .mobile-subnav-container .sub-nav-container {
        background: rgb(0, 111, 135);
        background: -moz-linear-gradient(left, rgba(0, 111, 135, 1) 0%, rgba(43, 156, 171, 1) 100%);
        background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(0, 111, 135, 1)), color-stop(100%, rgba(43, 156, 171, 1)));
        background: -webkit-linear-gradient(left, rgba(0, 111, 135, 1) 0%, rgba(43, 156, 171, 1) 100%);
        background: -o-linear-gradient(left, rgba(0, 111, 135, 1) 0%, rgba(43, 156, 171, 1) 100%);
        background: -ms-linear-gradient(left, rgba(0, 111, 135, 1) 0%, rgba(43, 156, 171, 1) 100%);
        background: linear-gradient(to right, rgba(0, 111, 135, 1) 0%, rgba(43, 156, 171, 1) 100%);
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#006f87', endColorstr='#2b9cab', GradientType=1);
        position: inherit;
    }
    .mobile-subnav-container .sub-nav-container .nav {
        width: 100%;
        right: 0;
        left: 0;
    }
    .mobile-subnav-container .sub-nav-container .nav a {
        padding: .6em 0 .6em 1.5em !important;
        font-size: 1.2em !important;
        width: 100%;
        text-align: left;
        margin: 0 !important;
        background: #8b734d;
        border-top: 1px solid #353535;
    }
	.mobile-subnav-container .sub-nav-container .nav a:hover {
		background: #353535;
		opacity: 1;
	}
    .content .container {
        margin-bottom: 0em;
    }
    /*.wrappy,*/ .blue {
        padding: 1em 0;
    }
    .wrappy .menu-item p {
        padding: 0 !important;
        margin: 0;
    }
    .wrappy .menu-item p strong {
        margin-top: 1.5em;
    }
    .columnLeft {
        padding: 0 1em;
    }
    .columnRight {
        padding: 0 1em 1em;
    }
    .columnRight .menu-item {
        padding-top: 0;
        width: 100% !important;
    }
    .page-template-page-contact-php .columnLeft {
        width: 100%;
    }
    .page-template-page-contact-php .columnLeft .menu-item a {
        display: inline-block !important;
    }
    .columnRight .menu-title {
    }

    .wrappy .menu-item h3 {
        font-size: 1em;
        margin: 0 0 .7em 0;
        line-height: 1.4em;
    }
    .reservations-wrapper input[type=text], .reservations-wrapper select[name=number] {
        width: 100%;
        margin: 0 0em 1em;
    }
    .page-template-page-contact-php .columnRight li div {
        font-size: .8em;
        width: 27%;
    }
    .page-template-page-menus-php .content {
        display: none;
    }
    .page-template-page-menus-php .mobile-subnav-container {
        margin-top: 5em;
    }
    .section.header-image {
        height: 15em;
    }
    .imgWrap .image-container {
        margin-right: 0%;
    }
    .wrappy p {
        margin: 0 0em 1em 0;
        padding-right: 0;
    }
    .blue .wrappy {
        padding: 1em;
    }
    .wrappy {
        padding: 1em;
    }
    .blue .wrappy .columnLeft, .blue .wrappy .columnRight {
        padding: 0;
    }
    .columnLeft, .columnRight {
        padding: 0;
    }
}
/*
=================================================



=================================================
*/
/*
=================================================



=================================================
*/
/*
=================================================



=================================================
*/

.wrappy .menu-item strong {
    text-transform: capitalize;
    white-space: normal;
    font-size: 1.25em;
    font-weight: 400;
    color: #545454;
    line-height: 1;
}
.wrappy .menu-item h2 {
    font-size: 1.4em;
    font-weight: 400;
    color: #545454;
    white-space: normal;
    text-transform: capitalize;
    border-bottom: none;
    text-align: left;
    width: 100%;
    min-height: 1em;
    padding-bottom: 0;
    margin: 1em 0;
}
.wrappy .heading h2.menu-title {
    font-weight: 400;
}
.wrappy .menu-item h2:first-child {
    margin-top: 0.5em;
}
.wrappy .menu-item h2 strong {
    line-height: 1.5em;
}
.wrappy .menu-item {
    width: 100%;
}
.wrappy .heading h1 {
    margin-bottom: .5em;
}
.wrappy .heading h2 {
    margin-bottom: .5em;
}
