/* MEDIA QUERIES
=================================================================== */

/* MOBILE PORTRAIT (320X480) ====================================== */

@media only screen and (min-width: 320px) {

  /* Google Map */

  .google-map.wide-open {
    height: 350px !important;
  }

}

/* MOBILE LANDSCAPE (480X320) ===================================== */

@media only screen and (min-width: 480px) {

  /* Menus */

  .menus-category {
    text-align: center;
  }

  .menus-category h5 {
    padding: 0;
  }

  .menus-view-grid .menu-list .menu-item {
    width: 50%;
  }

  .menus-view-list .menu-image {
    width: 140px;
    height: 140px;
  }

  /* Quick Gallery */

  .gallery-thumbs .thumb {
    width: 50%;
  }

  /* Column Layouts */

  .column.one-full { width: 100%; }
  .column.one-half { width: 46%; }
  .column.one-third { width: 28%; }
  .column.one-fourth { width: 19%; }
  .column.one-fifth { width: 13.6%; }
  .column.one-sixth { width: 10%; }
  .column.two-thirds { width: 64%; }
  .column.three-fourths { width: 73%; }
  .column.two-fifths { width: 35.2%; }
  .column.three-fifths { width: 56.8%; }
  .column.four-fifths { width: 78.4%; }
  .column.five-sixths { width: 82%; }

  .grid .column.one-fifth, 
  .grid .column.one-fourth, 
  .grid .column.one-third 
  {
    width: 46%;
  }

  .grid .column.one-fifth:nth-of-type(2n+1), 
  .grid .column.one-fourth:nth-of-type(2n+1), 
  .grid .column.one-third:nth-of-type(2n+1) 
  {
    margin-right: 8% !important;
  }

  .grid .column.one-fifth:nth-of-type(2n+2), 
  .grid .column.one-fourth:nth-of-type(2n+2), 
  .grid .column.one-third:nth-of-type(2n+2) 
  {
    margin-right: 0 !important;
    clear: right;
  }

  /* Google Map */

  .google-map.wide-open {
    height: 250px !important;
  }

  /* Badge Line */

  section .headings .badge p:before,
  section .headings .badge p:after 
  {
    width: 41.4%;
  }

  /* Comments */

  ol.comments-list li ul {
    list-style: none;
    margin: 0 0 0 20px;
  }

}

/* SMALL TABLET PORTRAIT (600X800) ================================ */

@media only screen and (min-width: 600px) {

  /* Textual Logo */

  .page-header .textual h1 {
    margin-bottom: 13px;
  }

  .page-header .textual h1 a {
    font-size: 62px;
    font-size: 6.2rem;
    letter-spacing: 0.222em;
    text-indent: 0.222em;
  }

  .page-header .textual h5 {
    font-size: 18px;
    font-size: 1.8rem;
    letter-spacing: 0.167em;
    text-indent: 0.167em;
    padding: 6px;
  }

  /* Background Slideshow */

  .slideshow-wrapper, .page-header {
    height: 450px;
  }

  /* Staff */

  .staff-grid li {
    width: 50%;
  }

  /* Menus */

  .menus-view-grid .menu-list .menu-item {
    width: 33.2999%;
  }

  .menus-view-list .menu-image {
    width: 180px;
    height: 180px;
  }

  /* Quick Gallery */
  
  .gallery-thumbs .thumb {
    width: 50%;
  }

  .gallery-nav-trigger, 
  .gallery-nav-mobile
  {
    display: none;
  }

  .gallery-nav-main {
    display: block; 
  }

  /* Reviews */

  .review-rotator .content img {
    margin-right: 40px;
    float: left;
  }

  /* Events */

  .event-entry {
    width: 50%;
    float: left;
  }

  .event-entry:nth-child(odd) article {
    margin-right: 6%;
  }

  .event-entry:nth-child(even) article {
    margin-left: 6%;
  }

  /* Column Layouts */

  .grid .column.one-third {
    width: 46%;
  }

  .grid .column.one-fourth, 
  .grid .column.one-fifth 
  {
    width: 28%;
  }
  
  .grid .column.one-third:nth-of-type(2n+1),
  .grid .column.one-fourth:nth-of-type(2n+2), 
  .grid .column.one-fourth:nth-of-type(3n+1), 
  .grid .column.one-fifth:nth-of-type(2n+2), 
  .grid .column.one-fifth:nth-of-type(3n+1) 
  {
    margin-right: 8% !important;
  }

  .grid .column.one-third:nth-of-type(2n+2), 
  .grid .column.one-fourth:nth-of-type(3n+3), 
  .grid .column.one-fifth:nth-of-type(3n+3) 
  {
    margin-right: 0 !important;
    clear: right;
  }

  /* Google Map */

  .google-map.wide-open {
    height: 450px !important;
  }

   /* Tabs */

  .tabs .tab-nav li { 
    width: auto; 
    margin-right: 3px; 
  }

  .tabs .tab-nav .ui-state-active a, 
  .tabs .tab-nav .ui-state-active a:hover 
  { 
    color: #F5F5F5;
    background-color: #282828;
  }

  /* Pullquote */

  .pullquote.right {
    width: 30%;
    margin-left: 30px;
    margin-right: 3px;
    float: right;
  }

  .pullquote.left {
    width: 30%;
    margin-right: 30px;
    margin-left: 3px;
    float: left;
  }

  .social-labeled {
    display: inline-block;
  }

  /* Badge Line */

  section .headings .badge p:before,
  section .headings .badge p:after 
  {
    width: 43.2%;
  }

  /* Comments */

  ol.comments-list li ul {
    list-style: none;
    margin: 0 0 0 30px;
  }

  /* Post meta */
  
  .post-meta i {
    margin-right: 10px;
    margin-bottom: 0;
    display: inline-block;
  }

  /* Table */

  table.generic tr:first-child {
    border-bottom: 3px solid #888888;
  }

  table.generic td:before {
    display: none;
  }

  table.generic th, 
  table.generic td 
  {
    display: table-cell;
    padding: 20px !important;
  }

  table.generic th:first-child, 
  table.generic td:first-child 
  {
    padding-left: 0;
  }

  table.generic th:last-child, 
  table.generic td:last-child 
  {
    padding-right: 0;
  }

}

/* SMALL TABLET LANDSCAPE (800X600) =============================== */

@media only screen and (min-width: 800px) {
  
  /* Navigation */

  .page-nav {
    display: table;
  }
      
  .page-nav ul {
    max-width: 960px;
    margin: 0 auto;
    display: table-row;
  }
      
  .page-nav li {
    margin: 0;
    padding: 0;
    text-align: center;
    display: table-cell;
  }
      
  .page-nav a {
    font-family: inherit;
    font-size: 18px;
    font-size: 1.8rem;
    color: #282828;
    line-height: 60px;
    letter-spacing: 0.167em;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
    position: relative;
  }
  
  .page-nav a:hover, 
  .page-nav .active a 
  {
    color: #282828;
  }

  .nav-wrapper.stuck .page-nav a {
    line-height: 60px;
  }

  .nav-mobile, 
  .mobile-nav-dropdown 
  {
    display: none !important;
  }

  /* Background Slideshow */

  .slideshow-wrapper, .page-header {
    height: 450px;
  }

  /* Contact */

  .contact-info span {
    text-align: left;
  }

  .contact-info span:before {
    margin-right: 15px;
    display: inline-block;
  }

  /* Staff */

  .staff-grid li {
    width: 33.3%;
  } 

  /* Menus */

  .menus-view-grid .menu-list .menu-item {
    width: 25%;
  }

  .menus-view-list .menu-list .menu-item {
    text-align: left;
    padding: 0;
    margin-bottom: 0;
  }

  .menus-view-list .menu-image {
    width: 100px;
    height: 100px;
    vertical-align: middle;
    display: inline-block;
  }

  .menus-view-list .menu-details {
    width: 400px;
    padding: 0 25px;
    vertical-align: middle;
    display: inline-block;
  }

  .menus-view-list .menu-price {
    width: 135px;
    padding-top: 0;
    vertical-align: middle;
    display: inline-block;
  }

  .menus-view-list .menu-desc {
    width: 100%;
    padding-top: 0;
    vertical-align: middle;
    display: block;
  }

  /* Quick Gallery */

  .gallery-thumbs .thumb {
    width: 33.31%;
  }

  /* Events */

  .event-entry {
    width: 100%;
    margin-bottom: 0;
    float: left;
  }

  .event-control {
    text-align: right;
  }

  .image-date {
    width: 33.33%;
    margin-right: 4%;
    margin-bottom: 0;
    position: relative;
    float: left;
  }

  .event-entry article {
    width: 62.66%;
    float: right;
  }

  .event-entry:nth-child(odd) article {
    margin-right: 0;
  }

  .event-entry:nth-child(even) article {
    margin-left: 0;
  }

  /* Column Layouts */

  .grid .column.one-third {
    width: 28%;
  }

  .grid .column.one-fourth, 
  .grid .column.one-fifth 
  {
    width: 19%;
  }

  .grid .column.one-third:nth-of-type(2n+2), 
  .grid .column.one-fourth:nth-of-type(3n+3), 
  .grid .column.one-fifth:nth-of-type(3n+3) 
  {
    margin-right: 8% !important;
  }

  .grid .column.one-third:nth-of-type(3n+3), 
  .grid .column.one-fourth:nth-of-type(4n+4), 
  .grid .column.one-fifth:nth-of-type(4n+4) 
  {
    margin-right: 0 !important;
    clear: right;
  }

  /* Google Map */

  .google-map.wide-open {
    height: 450px !important;
  }

  /* Callout Box */

  .callout .two-thirds {
    width: 64% !important;
    text-align: left;
    padding: 34px 12px 32px 39px;
    margin-right: 8% !important;
  }

  .callout .one-third {
    width: 28% !important;
    text-align: right;
    padding: 18px 17px 17px 0;
    margin-right: 0 !important;
  }

  .callout .one-third .button {
    float: right;
  }

  /* Badge Line */

  section .headings .badge p:before,
  section .headings .badge p:after 
  {
    width: 45%;
  }

  /* Sidebar Pages */

  section.columned .column.one-third { width: 28%; }
  section.columned .column.two-thirds { width: 64%; }

  /* Comments */

  ol.comments-list li ul {
    list-style: none;
    margin: 0 0 0 50px;
  }

}

/* TABLET PORTRAIT (768X1024) ===================================== */

@media only screen and (min-width: 768px) and (max-width: 800px) {
 
  /* Staff */

  .staff-grid li {
    width: 50%;
  }

  /* Menus */

  .menus-view-grid .menu-list .menu-item {
    width: 25%;
  }

  .menus-view-list .menu-list .menu-item {
    text-align: left;
    padding: 0;
    margin-bottom: 0;
  }

  .menus-view-list .menu-image {
    width: 100px;
    height: 100px;
    vertical-align: middle;
    display: inline-block;
  }

  .menus-view-list .menu-details {
    width: 368px;
    padding: 0 25px;
    vertical-align: middle;
    display: inline-block;
  }

  .menus-view-list .menu-price {
    width: 135px;
    padding-top: 0;
    vertical-align: middle;
    display: inline-block;
  }

  .menus-view-list .menu-desc {
    width: 100%;
    padding-top: 0;
    vertical-align: middle;
    display: block;
  }

  /* Background Slideshow */

  .slideshow-wrapper, .page-header {
    height: 450px;
  }

  /* Quick Gallery */

  .gallery-thumbs .thumb {
    width: 33.31%;
  }

  /* Column Layouts */

  .grid .column.one-third {
    width: 28%;
  }

  .grid .column.one-fourth, 
  .grid .column.one-fifth 
  {
    width: 19%;
  }

  .grid .column.one-third:nth-of-type(2n+2), 
  .grid .column.one-fourth:nth-of-type(3n+3), 
  .grid .column.one-fifth:nth-of-type(3n+3) 
  {
    margin-right: 8% !important;
  }

  .grid .column.one-third:nth-of-type(3n+3), 
  .grid .column.one-fourth:nth-of-type(4n+4), 
  .grid .column.one-fifth:nth-of-type(4n+4) 
  {
    margin-right: 0 !important;
    clear: right;
  }

  /* Google Map */

  .google-map.wide-open {
    height: 450px !important;
  }

  /* Badge Line */

  section .headings .badge p:before,
  section .headings .badge p:after 
  {
    width: 44.8%;
  }

  /* Sidebar Pages */

  section.columned .column.one-third { width: 28%; }
  section.columned .column.two-thirds { width: 64%; }

  /* Comments */

  ol.comments-list li ul {
    list-style: none;
    margin: 0 0 0 50px;
  }

}

/* TABLET LANDSCAPE AND LAPTOP (1024X768) ========================= */

@media only screen and (min-width: 992px) {

  /* Background Slideshow */

  .slideshow-wrapper, .page-header {
    height: 550px;
  }

  /* Staff */

  .staff-grid li {
    width: 33.3%;
  }

  /* Menus */

  .menus-view-grid .menu-list .menu-item {
    width: 20%;
  }

  .menus-view-list .menu-list .menu-item {
    text-align: left;
    padding: 0;
    margin-bottom: 0;
  }

  .menus-view-list .menu-image {
    width: 100px;
    height: 100px;
    vertical-align: middle;
    display: inline-block;
  }

  .menus-view-list .menu-details {
    width: 600px;
    padding: 0 25px;
    vertical-align: middle;
    display: inline-block;
  }

  .menus-view-list .menu-price {
    width: 135px;
    padding-top: 0;
    vertical-align: middle;
    display: inline-block;
  }

  .menus-view-list .menu-desc {
    width: 100%;
    padding-top: 0;
    vertical-align: middle;
    display: block;
  }

  /* Quick Gallery */

  .gallery-thumbs .thumb {
    width: 25%;
  }

  /* Column Layouts */

  .grid .column.one-fifth {
    width: 13.6%;
  }

  .grid .column.one-fifth:nth-of-type(4n+4) {
    margin-right: 8% !important;
  }

  .grid .column.one-fifth:nth-of-type(5n+5) {
    margin-right: 0 !important;
    clear: right;
  }

  /* Google Map */

  .google-map.wide-open {
    height: 550px !important;
  }

  /* Opening Times */
  
  .opening-time dl.week-day { 
      padding: 0 12px 0 12px;
  }

  .opening-time dl.week-day dt {
    width: auto;
    line-height: 60px;
    text-align: left;
    float: left; 
  }

  .opening-time dl.week-day dd {
    width: auto;
    line-height: 60px;
    text-align: right;
    float: right;
  }

  /* Badge Line */
  
  section .headings .badge p:before,
  section .headings .badge p:after 
  {
    width: 46%;
  }

  /* Sidebar Pages */

  section.columned .column.one-third { width: 28%; }
  section.columned .column.two-thirds { width: 64%; }

  /* Comments */

  ol.comments-list li ul {
    list-style: none;
    margin: 0 0 0 80px;
  }

  /* Post meta */

  .post-meta i.icon-chat {
    margin-right: 0;
    float: right;
  }

}

/* LARGE DESKTOP (1382) =========================================== */

@media only screen and (min-width: 1382px) { 

  /* CSS rules */

}

/* RETINA DISPLAY (2X) ============================================ */

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dpi) {

  /* CSS rules */

}