/* Layout */
@media only screen and (max-width: 1700px){
	
	#hero.homepage .slide .content {
		max-width: 600px;
	}
	
	#hero.homepage .slide .content h2 {
		font-size: 55px;
	}
	
	#hero.homepage .slide .content p,
	#hero.homepage .slide .content a {
		font-size: 28px;
		line-height: 32px;
	}
	
	#hero.homepage .slide .content a:after {
		font-size: 38px;
		line-height: 58px;
	}
	
}

@media only screen and (max-width: 1500px){
	
	#hero.homepage .slide .content {
		max-width: 500px;
	}
	
	#hero.homepage .slide .content h2 {
		font-size: 50px;
	}
	
	#hero.homepage .slide .content p,
	#hero.homepage .slide .content a {
		font-size: 24px;
		line-height: 28px;
	}
	
	#hero.homepage .slide .content a:after {
		font-size: 38px;
		line-height: 54px;
	}
	
	.row {
		width: 95%;
	}
}

@media only screen and (max-width: 1200px){
	
	.row {
		width: 90%;
	}
	
	#header .logo img {
		max-width: 100%;
		width: 85%;
	}
	
	#header .phone-number {
    	visibility: hidden !important;
	}
	
	#header .header-menu li .menu-button {
		padding: 30px 5px;
	}
	
	#header .reservation.att-button {
    	display: none;
	}
	
	#select-location li a {
    	padding: 30px 40px 30px 65px;
	}
	
	#menu-button i {
		font-size: 54px;
	}
	
	#hero.homepage .hero-content {
		font-size: 54px;
		top: 150px;
	}
	
	#hero.homepage .hero-content span {
		line-height: 26px;
		font-size: 18px;
	}
	
	.title .sub {
		font-size: 20px;
		line-height: 26px;
	}
	
	#menu-main {
		width: 300px;
	}
	#menu-main .phone-number {
    	font-size: 28px;
	}
	#menu-main .menu-button {
    	font-size: 20px;
	}
	#menu-main .social-media-icon {
    	font-size: 36px;
	}
	
	#main-info.homepage .randall {
		height: 225px;
		width: 225px;
	}
	
	#hero.interior {
		height: 325px;
	}
	.menu-section .section-item .description {
		font-size: 14px;
	}
	#interior.menu-page .wisconsin-proud span {
		font-size: 12px;
	}
	#interior.menu-page .wisconsin-proud .image {
    	width: 30px;
    	height: 30px;
	}
	#interior.menu-page .wisconsin-proud .image i {
		font-size: 15px;
		width: 15px;
		height: 15px;
	}
	#interior.menu-page .foot-note {
		font-size: 12px;
	}
	.menu-section.name-only .name,
	#interior.menu-page .wine p {
    	font-size: 12px;
	}
	
	#footer .col-one,
	#footer .col-three {
		width: 45%;
		font-size: 12px;
	}
	
	#footer .col-two {
		width: 10%;
	}
	
	#footer .image-bar {
    	padding: 0 8px;
	}
	
}

@media only screen and (max-width: 1000px){
	
	#hero.homepage .slide .content {
		max-width: 400px;
	}
	
	#hero.homepage .slide .content h2 {
		font-size: 38px;
		line-height: 42px;
	}
	
	#hero.homepage .slide .content p,
	#hero.homepage .slide .content a {
		font-size: 20px;
		line-height: 24px;
	}
	
	#hero.homepage .slide .content a:after {
		font-size: 28px;
		line-height: 48px;
	}
	
	.menu-section {
		width: 100% !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	
	.menu-section:last-of-type {
		padding-bottom: 0;
	}
	
	.menu-section .section-item span {
		display: inline-block;
	}
	
	#interior.menu-page .foot-note {
		display: block;
		position: relative;
		padding: 15px 0;
		text-align: center;
		bottom: 0;
		left: 0;
		right: 0;
		top: 0;
		clear: both;
	}
	
	.menu-section .section-item .description {
		padding-right: 0;
	}
	
	.menu-section .section-item .name {
		padding-right: 50px;
		line-height: 20px;
		display: block;
	}
	
	#interior .menu-section .section-item.beer {
    	padding-left: 60px;
	}
	
	.menu-section .section-item.beer .name {
   		padding-right: 100px;
	}
	
	#interior .menu-section .section-item.beer .image {
		padding: 0;
	}
	
	.menu-section .col,
	.menu-section .col:nth-of-type(odd),
	.menu-section .col:nth-of-type(even) {
		clear: both;
		width: 100%;
		padding-right: 0;
		padding-left: 0;
	}
	
}

@media only screen and (max-height: 700px){
	
	#hero.homepage .slide .content {
		bottom: 35px;
		max-width: 500px;
		padding: 20px;
	}
	
	#hero.homepage .slide .content p,
	#hero.homepage .slide .content a {
		padding: 10px 0;
	}
	
	#mobile-hero .slide .image  {
		min-height: 300px;
	}
	
}

@media only screen and (max-height: 500px){
	
	#mobile-hero .slide .image  {
		min-height: 200px;
	}
	
}

@media only screen and (max-width: 900px){
	.mobile-only {
		display: inline-block;
	}
	#hero.homepage {
		display: none;
	}
	#main-info {
		display: none;
	}
	#scroll-to-top {
		right: auto;
		left: 25px;
		padding: 10px;
	}
	#scroll-to-top i {
		line-height: 25px;
		font-size: 40px;
	}
	#scroll-to-top span {
		display: none;
	}
	#menu-button {
		right: 15px;
		bottom: 15px;
		background-color: #000;
		padding: 10px;
		border-radius: 100%;
		overflow: hidden;
		width: 40px;
		height: 40px;
		position: fixed;
	}
	
	#menu-button i {
		font-size: 40px;
		margin: 0;
	}
	
	#header .content:after {
		content: '';
		display: inline-block;
		height: 100%;
		vertical-align: middle;
	}

	#select-location li a {
		padding: 25px 40px 25px 65px;
	}
	
	#select-location a.reservation .open-table {
    	height: 15px;
	}
	#select-location li .profile {
		width: 35px;
		height: 35px;
	}
	
	#select-location .fa-angle-down {
		right: 5px;
	}
	#select-location li:hover .overlay {
    	background-color: #000;
	}
	#header .overlay {
		background-color: #000;
		opacity: .8;
		visibility: visible;
	}
	#social-media-container {
		top: 125px;
	}
	#header {
		height: 66px;
	}

	#header #reservation {
		display: inline-block;
		font-size: 14px;
		margin: 0 10px 0;
		z-index: 50;
		width: 100px;
		padding: 10px 15px 10px 60px;
	}
	
	#header #reservation:after {
		background-size: 60%;
	}
	#header .header-menu {
		display: none;
	}
	#header .menu-button {
		visibility: hidden !important;
		display: none;
	}
	#menu-main {
		width: 275px;
	}
	#menu-main .phone-number {
    	font-size: 24px;
	}
	#menu-main .menu-button {
    	font-size: 18px;
	}
	#menu-main .social-media-icon {
    	font-size: 32px;
	}
	#hero.homepage .hero-content {
		display: none;
	}
	#interior.menu-page .col-one, 
	#interior.menu-page .col-two, 
	#interior.menu-page .col-three, 
	#interior.menu-page .col-four {
    	width: 100% !important;
		padding: 0;
	}
	#interior.menu-page .pdf-download {
		position: relative;
		display: block;
		top: 0px;
		right: 0px;
		text-align: right;
		padding: 0 0 25px;
		width: 150px;
		margin: 0px 0px 0px auto;
	}
	
	#interior.col-page .col-one, 
	#interior.col-page .col-two {
		width: 100% !important;
		padding: 0;
	}
	
	#interior.beer-page .col-one, 
	#interior.beer-page .col-two {
		width: 100% !important;
		padding: 0;
	}
	#interior.col-page .col-two {
		padding: 25px 0 0;
	}
	#interior.beer-page .col-two {
		padding: 25px 0 0;
	}
	#interior.locations .location-section {
    	width: 100%;
	}
	.h1 {
    	font-size: 36px;
		line-height: 42px;
	}
	.title .sub {
		font-size: 18px;
		line-height: 24px;
	}
	#footer .col-one,
	#footer .col-three {
		width: 50%;
	}
	#footer .col-two {
		display: none;
	}
	
	.menu-section .section-item span {
		display: inline;
		vertical-align: middle;
		padding: 2px 5px 2px 0;
		line-height: 18px;
	}
}

@media only screen and (max-width: 800px){
	.h1 {
    	font-size: 32px;
		line-height: 38px;
	}
	
	#quick-links {
		max-width: 500px;
		width: 90%;
	}
	
	#quick-links a {
		width: 30%;
	}
	
	#quick-links a:nth-child(2) {
    	margin: 0 5%;
	}
	
	#quick-links h4 {
		font-size: 18px;
	}
	
	#quick-links .outer {
    	font-size: 100px;
	}
	
	#quick-links .inner {
		font-size: 80px;
		width: 80px;
		height: 80px;
	}
	
	#quick-links .show-gallery .inner {
		font-size: 45px;
		width: 45px;
		height: 40px;
	}
	
	#featured .box-content {
		width: 40%;
	}
	
	#featured .box-image {
		width: 10%;
	}
	
	#hero.interior {
    	height: 300px;
	}
	
	#locations .hotel .image {
		width: 50%;
		margin: 0 auto;
	}
	
	#interior.menu-page .wisconsin-proud {
    	padding: 5px 0;
	}
	
	#footer .col-one, 
	#footer .col-three {
		width: 100%;
		text-align: center;
	}
}

@media only screen and (max-width: 700px){
	#social-media-container {
		display: none;
	}
	
	#header #reservation {
		display: none;
	}
	
	#featured .box {
		width: 100%;
		display: inline-block;
	}
	
	#featured .box-container {
		display: block;
	}
	
	#featured .box-image {
		height: 150px;
	}
	
	#locations .location-section {
		width: 100%;
	}
}

@media only screen and (max-width: 600px){
	
	.menu-section .section-container.two-col {
    	width: 100%;
    	float: none;
	}
	
	#header .logo,
	#header.fixed .logo {
		margin: 0px 25px;
		padding: 0;
	}
	
	#header .logo img {
   	 	width: 100%;
	}
	
	#header .content {
		padding-right: 0;
		width: auto;
	}
	
	#header #reservation {
		display: none;
	}
	
	#select-location{
		width: 225px;
	}
	
	#select-location li a {
    	padding: 25px 30px 25px 45px;
	}
	
	#select-location .fa-angle-down {
    	right: 0;
	}
	
	.h1 {
    	font-size: 28px;
		line-height: 34px;
		padding: 0;
	}
	
	#menu-main {
		width: 175px;
	}
	
	#menu-main .phone-number {
    	font-size: 18px;
	}
	
	#menu-main .menu-button {
    	font-size: 18px;
	}
	
	#menu-main .social-media-icon {
    	font-size: 24px;
   		margin: 0 10px;
	}
	
	#hero.homepage .row {
		min-width: none;
	}
	
	#hero.interior {
    	height: 250px;
	}
	
	#main-info.homepage .randall {
		height: 200px;
		width: 200px;
	}
	
	#interior.menu-page .bottles .section-item {
    	width: 100%;
    	clear: both;
	}
	
	.wine.menu-section .section-item .price_containers {
		display: block;
		position: relative;
		white-space: normal;
	}
	
	.menu-section .section-item.beer .name {
    	padding-right: 0;
	}
	
	.menu-section .section-item .price_containers {
    	position: relative;
    	white-space: nowrap;
		display: block;
	}
	
}

@media only screen and (max-width: 550px){
	
	
	#header .content {
		padding-right: 0;
		width: auto;
	}
	
	#header #reservation {
		display: none;
	}
	
	#select-location{
		width: 200px;
	}
	
	#select-location li a {
    	padding: 25px 30px 25px 40px;
	}
	
	#select-location li .profile {
		left: 5px;
	}
	
	#select-location li .title {
		font-size: 14px;
	}

}

@media only screen and (max-width: 400px){
	
	#header .logo, 
	#header.fixed .logo {
        margin: 0 10px;
	}
	
	#select-location {
   		width: 175px;
		right: 10px;
	}
	
	#select-location li.active .profile {
		display: none;
	}
	
	#select-location li .profile {
    	width: 25px;
    	height: 25px;
		left: 10px;
	}
	
	#select-location li.active a {
   		padding: 25px 25px 25px 0;
	}
	
	#select-location li a {
   		padding: 25px 25px 25px 35px;
	}
	
	#interior .menu-section .section-item.beer {
		padding-left: 0;
	}
	
	.menu-section .section-item.beer .name {
	}
	
	#interior .menu-section .section-item.beer .image {
		padding: 0;
		width: 100%;
		position: relative;
		display: block;
		clear: both;
		float: none;
		height: 75px;
	}

}

@media only screen and (max-width: 300px){
}
