/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/


/* Table of Contents
==================================================
    #Base 960 Grid
    #Tablet (Portrait)
    #Mobile (Portrait)
    #Mobile (Landscape)
    #Clearing */



/* #Base 960 Grid
================================================== */

	.spacer-20 { position: relative; width: 100%; height: 20px; }

	.container-nav { position: fixed; height: 100%; width: 100%; background: #1D1F2A; z-index: 3; display: none; }

	.nav-center { margin: 0; position: absolute; top: 50%; left: 50%; -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }

    .site-holder { position: relative; width: 100%; margin: 0 auto; padding: 0; }

	.page-layout { position: relative; width: 100%; max-width: 1600px; margin: 0 auto; padding: 0; background: #f6e0a4; }

	.logo-holder { position: relative; width: 100%; margin: 0 auto; padding: 60px 0; text-align: center; background: #1D1F2A;}

	.hero-photo-holder { position: relative; width: 100%; margin: 0 auto; background: url("https://revellhall.com/wp-content/themes/RevellHalltheme/images/hero-photo-bkg.jpg"); background-size: 100% 50%; background-repeat: no-repeat;  }

	.hero-photo-margin {margin: 0 40px; }

	.copy-holder { position: relative; width: 100%; max-width: 820px; margin: 0 auto; padding: 20px 0; text-align: center;}

	.copy-holder-margin {margin: 0 40px; }

	.photo-holder { position: relative; width: 100%; margin: 0 auto; }

	.insta-holder { position: relative; width: 100%; margin: 0 auto; background: #1D1F2A; }

	.insta-header-holder { position: relative; width: 100%; max-width: 820px; margin: 0 auto; padding: 30px 0 10px 0; text-align: center; }

	.footer-holder { position: relative; width: 100%; margin: 0 auto; background: #1D1F2A; }

	.menu-photo-holder { position: relative; width: 100%; margin: 0 auto; background: #1D1F2A; }

	.menu-nav-holder { position: relative; width: 100%; margin: 0 auto; background: #1D1F2A; }

	.menu-vert-holder { position: relative; width: 100%; margin: 0 auto; background: url("../images/menu-vert-border.gif"); background-repeat: repeat-y; background-position: 33% 67%;  overflow: hidden;  }

	.menu-section-holder { position: relative; width: 100%; margin: 0 auto;  }

	.menu-section-left { position: relative; float: left; width: 33%; margin: 30px 0 0 0; }

	.menu-section-right { position: relative; float: left; width: 67%; margin: 30px 0 0 0;  }

	.menu-header { position: relative; float: left; width: 33%; padding: 30px 0 10px 0; text-align: center; border-bottom: 1px solid #1D1F2A; }

	.menu-items { position: relative; float: left; width: 67%; padding: 10px 0; border-bottom: 1px solid #1D1F2A; margin: 20px 0 0 0; }

	.cocktail-menu-items { position: relative; float: left; width: 67%; padding: 10px 0; border-bottom: 1px solid #1D1F2A; margin: 30px 0 0 0; }

.beer-holder { position: relative; width: 100%; max-width: 400px; }

	.menu-margin { margin: 0 30px; }

.team-holder { position: relative; width: 100%; max-width: 1000px; margin: 0 auto;}

.team-holder-margin {margin: 0 40px; }

	.team-block { position: relative; float: left; width: 33.3%; text-align: center; }

.team-left-margin { margin: 0 16px 0 0; }

.team-center-margin { margin: 0 8px }

.team-right-margin { margin: 0 0 0 16px; }







/* #Tablet (Portrait)
================================================== */

    /* Note: Design for a width of 768px */

    @media only screen and (min-width: 768px) and (max-width: 959px) {
        .container                                  { width: 768px; }

    }


/*  #Mobile (Portrait)
================================================== */

    /* Note: Design for a width of 320px */

    @media only screen and (max-width: 767px) {
        .container { width: 300px; }
		
	img.nav { height: 15px; width: 30px; }
		
	img.nav-close { height: 25px; width: 25px; }
		
	.nav li    { padding:15px }
	.nav li a  { font-size:28px; line-height: 32px; }
		
	.logo-holder { padding: 50px 0 30px 0; }
		
	img.logo { width: 300px; height: 82px; }
		
	h1 { font-size: 21px; line-height: 25px; }
		
	.insta-header-holder h1, .insta-holder h1 { font-size: 28px; line-height: 32px; }
		
	h2 { font-weight: 600; font-size: 21px; line-height: 25px; }
	h3 { font-weight: 600; font-size: 16px; line-height: 20px; margin-bottom: 8px; }
		
	.button,
	button,
	input[type="submit"],
	input[type="reset"],
	input[type="button"] { font-size: 21px; padding: 10px 10px; }
		
	hr.footer { margin: 20px auto; width: 180px; }
		
		
	.menu-nav li    { padding:10px 10px 15px 10px; }
	.menu-nav li a  { font-size:21px; line-height: 24px; }
		
	.menu-food-menu-container ul.menu li { padding:10px 15px 15px 15px; }
		
	.menu-food-menu-container ul.menu li a  { font-size:18px; line-height: 22px; }
		
	.menu-header h2 { font-size: 18px; line-height: 22px; }
		
	.menu-items p, .cocktail-menu-items p { font-size: 16px; line-height: 20px; }
		
	.cocktail-menu-items h4 { font-size: 18px; line-height: 25px; }
		
		
	.hero-photo-margin {margin: 0 20px; }
	.copy-holder-margin {margin: 0 20px; }
		
	.team-holder-margin {margin: 0 20px; }

.team-left-margin { margin: 0 10px 0 0; }

.team-center-margin { margin: 0 5px }

.team-right-margin { margin: 0 0 0 10px; }
		
.team-block h2 { font-size: 18px; line-height: 20px; margin-bottom: 5px; }
 

    }


/* #Mobile (Landscape)
================================================== */

    /* Note: Design for a width of 480px */

    @media only screen and (min-width: 480px) and (max-width: 767px) {
        .container { width: 420px; }
 
    }


/* #Clearing
================================================== */

    /* Self Clearing Goodness */
    .container:after { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; }

    /* Use clearfix class on parent to clear nested columns,
    or wrap each row of columns in a <div class="row"> */
    .clearfix:before,
    .clearfix:after,
    .row:before,
    .row:after {
      content: '\0020';
      display: block;
      overflow: hidden;
      visibility: hidden;
      width: 0;
      height: 0; }
    .row:after,
    .clearfix:after {
      clear: both; }
    .row,
    .clearfix {
      zoom: 1; }

    /* You can also use a <br class="clear" /> to clear columns */
    .clear {
      clear: both;
      display: block;
      overflow: hidden;
      visibility: hidden;
      width: 0;
      height: 0;
    }
