@import url('roboto_condensed_macroman/stylesheet.css');
@import url('roboto_boldcondensed_macroman/stylesheet.css');
@import url('roboto_lightcondensed_macroman/stylesheet.css');

/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
    height:100%;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}
::selection {
    background: #c4d82e;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
   
   body {
	   color:#fff;
	   margin:0;
	   padding:0;
 	   background-color: #000;   
	   -webkit-font-smoothing: subpixel-antialiased !important;
	   -webkit-backface-visibility: hidden;
	   height:100%;
   }
   
   p {
	   line-height:1.5em;
   }

   a {
	   color:#c4d82e;
       text-decoration:none;
   }
   
   a:visited {
	   color: #fff;
   }

   a:hover {
	   color:#c4d82e;
   }  
   
   .clear {
	   clear: both;
   }
   
   @media only screen and (min-width: 320px) {    
   	#container {
		max-width: 320px;
		min-height: 100%;
		height: auto !important;
		height: 100%;
		position: relative;
		z-index: 1000;
		margin: 0 auto;
		padding: 0;
	}
   }
   
   @media only screen and (min-width: 360px) {    
   	#container {
		max-width: 360px;
		min-height: 100%;
		height: auto !important;
		height: 100%;
		position: relative;
		z-index: 1000;
		margin: 0 auto;
		padding: 0;
	}
   }   
   
   @media only screen and (min-width: 375px) {
   	#container {
		max-width: 375px;
		min-height: 100%;
		height: auto !important;
		height: 100%;
		position: relative;
		z-index: 1000;
		margin: 0 auto;
		padding: 0;
	}
   }   
   
   @media only screen and (min-width: 384px) {
   	#container {
		max-width: 384px;
		min-height: 100%;
		height: auto !important;
		height: 100%;
		position: relative;
		z-index: 1000;
		margin: 0 auto;
		padding: 0;
	}
   }   
   
   @media only screen and (min-width: 400px) {
   	#container {
		max-width: 414px;
		min-height: 100%;
		height: auto !important;
		height: 100%;
		position: relative;
		z-index: 1000;
		margin: 0 auto;
		padding: 0;
	}
   }       
   
   @media only screen and (min-width: 414px) {
   	#container {
		max-width: 414px;
		min-height: 100%;
		height: auto !important;
		height: 100%;
		position: relative;
		z-index: 1000;
		margin: 0 auto;
		padding: 0;
	}
   }   
   
   @media only screen and (min-width: 424px) {
   	#container {
		max-width: 424px;
		min-height: 100%;
		height: auto !important;
		height: 100%;
		position: relative;
		z-index: 1000;
		margin: 0 auto;
		padding: 0;
	}
   }  
   
   @media only screen and (min-width: 480px) {
   	#container {
		max-width: 480px;
		min-height: 100%;
		height: auto !important;
		height: 100%;
		position: relative;
		z-index: 1000;
		margin: 0 auto;
		padding: 0;
	}
   }     
   
   @media only screen and (min-width: 540px) {
   	#container {
		max-width: 540px;
		min-height: 100%;
		height: auto !important;
		height: 100%;
		position: relative;
		z-index: 1000;
		margin: 0 auto;
		padding: 0;
	}
   }  
   
   @media only screen and (min-width: 568px) {
   	#container {
		max-width: 568px;
		min-height: 100%;
		height: auto !important;
		height: 100%;
		position: relative;
		z-index: 1000;
		margin: 0 auto;
		padding: 0;
	}
   }    
   
   @media only screen and (min-width: 640px) {
   	#container {
		max-width: 640px;
		min-height: 100%;
		height: auto !important;
		height: 100%;
		position: relative;
		z-index: 1000;
		margin: 0 auto;
		padding: 0;
	}
   }   
   
   @media only screen and (min-width: 667px) {
   	#container {
		max-width: 667px;
		min-height: 100%;
		height: auto !important;
		height: 100%;
		position: relative;
		z-index: 1000;
		margin: 0 auto;
		padding: 0;
	}
   }      
   
   @media only screen and (min-width: 720px) {
   	#container {
		max-width: 720px;
		min-height: 100%;
		height: auto !important;
		height: 100%;
		position: relative;
		z-index: 1000;
		margin: 0 auto;
		padding: 0;
	}
   } 
   
   @media only screen and (min-width: 736px) {
   	#container {
		max-width: 736px;
		min-height: 100%;
		height: auto !important;
		height: 100%;
		position: relative;
		z-index: 1000;
		margin: 0 auto;
		padding: 0;
	}
   }        
   
   @media only screen and (min-width: 768px) {    
   	#container {
		max-width: 768px;
		min-height: 100%;
		height: auto !important;
		height: 100%;
		position: relative;
		z-index: 1000;
		margin: 0 auto;
		padding: 0;
	}
   }    
   
   @media only screen and (min-width: 800px) {    
   	#container {
		max-width: 800px;
		min-height: 100%;
		height: auto !important;
		height: 100%;
		position: relative;
		z-index: 1000;
		margin: 0 auto;
		padding: 0;
	}
   }       
   	
	#logo {
		margin: 5% auto 0 auto;
		padding: 0;
		width: 80%;
	}
			
    #logo img {  
	    max-width: 50%;
	    display: block;
	    margin: 0 auto;
	}
		
	nav {
		width: 80%;
		margin: 6% auto;
		padding: 0;
		clear: both;		
	}
	
	nav ul.main {           
		list-style: none; /* remove the bullets */
        margin: 0 auto; padding: 0; /* no need for margins or padding */
        width: 100%; /* important for later */ 
        border-top: 4px solid #fff;
    }
	
	nav li.main {
		text-align: center;
		width: 100%;
		clear: both;
	}
	
    @media only screen and (min-width: 320px) {    	
		nav li.main a {
			font-family: 'roboto_condensedregular'; font-size: 100%; font-weight:normal; letter-spacing: 0.05em;
			display: block;
			padding: 2.5%;
			text-decoration: none;
			color: #fff;
			border-bottom: 4px solid #fff;	
		}
	}	
	
    @media only screen and (min-width: 360px) {    	
		nav li.main a {
			font-family: 'roboto_condensedregular'; font-size: 110%; font-weight:normal; letter-spacing: 0.05em;
			display: block;
			padding: 2.5%;
			text-decoration: none;
			color: #fff;
			border-bottom: 4px solid #fff;	
		}
	}	
	
    @media only screen and (min-width: 768px) {    	
		nav li.main a {
			font-family: 'roboto_condensedregular'; font-size: 120%; font-weight:normal; letter-spacing: 0.05em;
			display: block;
			padding: 2.5%;
			text-decoration: none;
			color: #fff;
			border-bottom: 4px solid #fff;	
		}
	}		
	
    @media only screen and (min-width: 800px) {    	
		nav li.main a {
			font-family: 'roboto_condensedregular'; font-size: 130%; font-weight:normal; letter-spacing: 0.05em;
			display: block;
			padding: 2.5%;
			text-decoration: none;
			color: #fff;
			border-bottom: 4px solid #fff;	
		}
	}					
	
	nav li.main a:hover {
		color: #c4d82e;
	}
	
    nav li.main a.selected {
    	color: #c4d82e;
    }
    
    #follow {
	   padding: 0;
	   margin: 0 auto;
	   width: 107px;
	   height: 50px;
	   clear: both;
    }  
    
    ul.social {
	   list-style: none;
	   padding: 0;
	   margin: 0 auto;
    }
   
    ul.social li {
	   float: left;
	   list-style: none;
	   margin-right: 10px;
	   padding: 0;
    }
   
    ul.social li:last-child {
	   margin-right: 0;
    }
   
    ul.social li a {
	   width: 29px;
	   height: 29px;
	   display: block;
    }
				
    ul.social li a.instagram {
	   background: url(../img/icons_social_new1.png) no-repeat 0 0;
    }
	
    ul.social li a.instagram:hover { 
	   background: url(../img/icons_social_new1.png) no-repeat 0 -29px;
    }
   		
    ul.social li a.twitter {
	   background: url(../img/icons_social_new1.png) no-repeat -40px 0;
    }
	
    ul.social li a.twitter:hover { 
	   background: url(../img/icons_social_new1.png) no-repeat -40px -29px;
    }	
	
    ul.social li a.facebook {
	   background: url(../img/icons_social_new1.png) no-repeat -81px 0;
    }
	
    ul.social li a.facebook:hover { 
	   background: url(../img/icons_social_new1.png) no-repeat -81px -29px;
    }
    
    #nav-wrap {
	    width: 100%;
	    margin: 0;
	    padding: 0;
    }	

	/* menu icon */
	#menu-icon {
		height: 35px;
		width: 35px;
		background: url(../img/menu-icon.png) no-repeat center 8px;
		padding: 0;
		cursor: pointer;
		border: solid 1px #c4d82e;
		display: block; /* show menu icon */
		top:20px;
		right:20px;
		position: absolute;
		z-index: 100000
	}
	
	/* main nav */
	#nav {
		clear: both;
		position: absolute;
		top: 42px;
		right: 20px;
		width: 160px;
		z-index: 10000;
		padding: 5px;
		background: #fff;
		border: solid 1px #666;
		display: none; /* visibility will be toggled with jquery */
	}
	#nav li {
		clear: both;
		float: none;
		margin: 5px 0 5px 10px;
	}
	#nav a, 
	#nav ul a {
		font-family: 'roboto_condensedregular'; font-weight:normal; letter-spacing: 0.05em; font-size: 90%; 
		background: none;
		display: inline;
		padding: 0;
		color: #000;
		border: none;
	}
	#nav a:hover, 
	#nav ul a:hover {
		background: none;
		color: #c4d82e;
	}
	
	/* dropdown */
	#nav ul {
		width: auto;
		position: static;
		display: block;
		border: none;
		background: inherit;
	}
	#nav ul li {
		margin: 3px 0 3px 15px;
	}	
	
	#top {
		position: relative;
		width: 100%;
		margin: 0 auto;
		text-align: center;
	}		

    #top img {
	    max-width: 100%;
    }

    #content {
	   padding: 20px 0;
	   margin: 0 auto;
	   width: 90%;
	   height: 100%;
	   position: relative;
	   clear: both;
	   font-family: 'roboto_condensedlight'; font-weight:normal; letter-spacing: 0.05em; font-size: 100%;   
   }    
   
   #content a.download {
		font-family: 'roboto_condensedlight'; font-weight:normal; letter-spacing: 0.05em;
		margin: 10px auto 0 auto;
		color:#c4d82e;
   }
	
   #content a.download:hover {
		color:#fff;
   }  
   
   #content a.download:visited {
		color:#c4d82e;
   }    
   
   #menu {
	   padding: 80px 0 20px 0;
	   margin: 0 auto;
	   width: 90%;
	   height: 100%;
	   position: relative;
	   clear: both;
	   font-family: 'roboto_condensedlight'; font-weight:normal; letter-spacing: 0.05em; font-size: 100%;   
   }          
       
   /*img.heading_about-us {  
	    max-width: 90%;
	    display: block;
	    margin: 0;
	    padding-bottom: 5%;
   }  
   
   img.heading_food-and-drink {  
	    max-width: 100%;
	    display: block;
	    margin: 0;
	    padding-bottom: 5%;
   }  
   
   img.heading_gallery {  
	    max-width: 60%;
	    display: block;
	    margin: 0 auto;
	    padding-bottom: 5%;
   }   
   
   img.heading_the-cellar {  
	    max-width: 70%;
	    display: block;
	    margin: 0;
	    padding-bottom: 5%;
   } */
      
   /*#menu .nav form {
   	   display: inline-block; 
   	   width: 33%;
   	   padding: 0 8% 0 0;
   	   margin: 0;
   	   float: left;
   }
   
   #menu .nav select { 
   	   float: left;
   	   width: 100%;
   	   font-size: 80%;
   }*/  
   
   @media only screen and (min-width: 320px) {    	   
   	#menu .nav {
	   margin: 0;
	   padding: 0;
	   list-style: none;
   	   font-family: 'roboto_condensedbold'; font-size: 90%; font-weight:normal; letter-spacing: 0.05em;
   	   height: 60px;
   	   width: 100%;	   
   	} 
   }  
   
   @media only screen and (min-width: 360px) {    	   
   	#menu .nav {
	   margin: 0;
	   padding: 0;
	   list-style: none;
   	   font-family: 'roboto_condensedbold'; font-size: 100%; font-weight:normal; letter-spacing: 0.05em;
   	   height: 60px;
   	   width: 100%;	   
   	} 
   }      
      
   #menu .nav li {
	    float: left;
	    margin-right: 6%;
		display: block;
		position: relative;
		z-index: 500;  
		text-align: center;    	        
   }
   
   #menu .nav li:last-of-type {
	    margin-right: 0;
   }

   #menu .nav li a {
    	color: #ffffff;
    	display: block;
	    text-decoration: none;
	    padding-top: 4px;
	    border-top:transparent;
	    border-bottom:transparent;		    
   }

   #menu .nav li a:hover {   
	    color: #c4d82e;  
	    padding-top: 0;	
	    border-top:4px solid #000;
	    border-bottom:4px solid #000;	         
   }

   #menu .nav li a.dd {
    	color: #c4d82e;
	    border-top:4px solid #c4d82e;
	    border-bottom:4px solid #c4d82e;	   
	    padding-top:0;
	    padding-right: 12px;	
	    background: url('../img/arrow.png') no-repeat right center; 	     	
   }  
   
   #menu .nav li a.selected {
    	color: #c4d82e;
	    border-top:4px solid #c4d82e;
	    border-bottom:4px solid #c4d82e;	   
	    padding-top:0;	     	
   }     
   
   /*#menu .nav li a.selected:after {
   		content:' ';
   		position:relative;
   		display:block;
   		width:100%;
   		height:100%;
   		bottom:0;
   		right:0;
   		background: url('../img/arrow.png') no-repeat;
   }*/
   
   #menu .nav ul {
	   position: absolute;
	   left: 0;
	   display: none;
	   margin: 0;
	   padding: 4px 10px 10px 10px;
	   list-style: none;
	   background-color: #fff;
	   font-family: 'roboto_condensedregular'; font-size: 80%; font-weight:normal; letter-spacing: 0.05em;
   }

   #menu .nav ul.sub li {
	   float: left;
	   /*border-bottom: 1px solid #fff;*/
	   width: 100%;
	   white-space: nowrap;
   }

   #menu .nav ul.sub li a {
	   display: block;
	   height: 15px;
	   padding:  6px 5px;
	   color: #000;
	   text-align: left;
   }
   
   #menu .nav ul.sub li a:hover {
	   color: #c4d82e; 
	   border:none;
   }   
         
   #menu h4 {
	   font-family: 'roboto_condensedbold'; font-size: 120%; font-weight:normal; color:#fff; letter-spacing: 0.05em;
	   margin: 0 auto;
	   padding-top: 10px;
	   height: 10px;
   }  
   
   #menu h4:nth-child(1) { 
   	   padding-top: 0;
   }       
   
   #menu p {
	   padding: 2px 0;
   }   
   
   #menu .cost {
	   font-size:100%;
	   font-weight: bold;
   }
      
   #menu strong {
	   font-family: 'roboto_condensedregular'; font-weight:normal; letter-spacing: 0.05em; margin: 0; padding: 0;
   }      
      
   #menu .valid {
	   font-family: 'roboto_condensedbold'; font-size: 100%; font-weight:normal; letter-spacing: 0.05em; margin: 0; padding: 10px 0 0 0;
   }
   
   #menu div.drink-name {
	   padding: 0;
	   margin: 0;
	   float: left;
	   width: 20%;
	   clear: both;
   } 
   
   #menu div.drink-info {
	   padding: 0;
	   margin: 0;
	   float: left;
   }       
   
   #call_us {
	   padding: 0;
	   margin: auto;  
	   position: relative;
	   width: 100%;
	   text-align: center;
  } 	 
  
  #call_us h6 {
	   font-family: 'roboto_condensedbold', sans-serif; font-size: 100%; margin: 0; line-height: 1.2em; color:#c4d82e; font-weight:normal; letter-spacing: 0.05em; height: 50px;
  }	
   
         				
/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
