.menu-toggle, .visible-sm {
	display: none;
}

@media( max-width: 767px ) {
	.menu-toggle, .menu-toggle:hover, .menu-toggle:active {
	display: block;
	background: #003300;
	color: #fff;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	padding: 10px;
	}
	.visible-sm {
	display: block;
	}
	#page {
	width:100%;
	text-align:left;
	background:#fff;
	}
	#sidebar {
	background: #791E2D;
	width:100%;
	float:none;
	}
	ul#sidebar-list {
	width:auto;
	float:none;
	margin: 0;
	padding: 20px;
	font-size:12px;
	display: none;
	}
	#sidebar li.pagenav {
	padding: 0;
	}
	#sidebar li.page_item {
	font-size: 16px;
	}
	#sidebar div.visible-sm {
	text-align: center;
	}
	#sidebar-list .pagenav h2 {
	display: none;
	}
	#sidebar .visible {
	display: block;
	}
	#content {
	width: 100%;
	float:none;
	margin:0;
	padding:0;
	}

	#footer {
	width: 100%;
	height:auto;
	background:url(images/footer.jpg?c=1) no-repeat transparent center top;
	background-size: cover;
	}

	.withsidebar, div.post {
	float:none;
	width:auto;
	padding: 20px;
	margin: 0;
	}
	#right-sidebar {
	float:none;
	width:auto;
	text-align: center;
	font-size:12px;
	padding:20px;
	}
	
	
	#header h1 a {
	width:100%;
	height:100px;
	text-indent:-9999px;
	background:url(images/hathaway-farm.jpg) no-repeat center top;
	background-size: contain;
	outline:none;
	display:block;
	border:none;
	}
	
	.mobile-header img {
		width: 100%;
		height: auto;
	}
	.checkout-button, button#place_order {
		background: #009500 !important;		
	}
	
	#tribe-tickets {
		max-width: 90%;
	}
	
	#wc-stripe-cc-form .form-row-first,
	#wc-stripe-cc-form .form-row-last {
		width: 40%;
	}
	.hidden-sm {
		display: none;
	}
	#sidebar a.map-btn {
		background: #F7D00E;
		display: block;
		text-align: center;
		color: #791E2D;
		padding: 10px 0;
		font-family: sans-serif;
		font-weight: bold;
		font-size: 14px;
	}
	#sidebar a.tix-btn {
		background: #008700;
		color: #fff;
	}
	#content img.alignright, #content img.alignleft {
		max-width: 50%;
		height: auto;
	}
	#content div.alignright, #content div.alignleft {
		float: none;
		margin: 0 auto;
	}
	div#content.home, div#content.corn {
		background: white;
	}
	
	.ytvideo-responsive {
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
	.ytvideo-responsive iframe {
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

}