/*
Theme Name: Southwest Diner
Description: A custom designed and developed theme for Southwestdinerstl
Author: Thomas Murphy
Version: 1.0
Template: boilerplate
*/

@import url("css/bootstrap.min.css");
@import url("css/bootstrap-responsive.min.css");
@import url("css/fonts.css");
@import url("css/flexslider.css");

html{
	width: 100%;
	height: 100%;
	overflow: auto;
}

body{
	width: 100%;
	font-family: 'Lato', Arial, sans-serif;
	overflow: hidden;
	font-size: 16px;
}

h1{
	font-family: 'Fjalla One', Arial, sans-serif;
	text-align: center;
	height: auto;
	line-height: normal;
	margin: 20px 30px;
}

h1:first-child{
	margin-top: 0px;
}
	
	h1 span{
		padding: 5px 20px;
		/*background-color: #bc2f26;*/
		background-color: #b52a2a;
		text-transform: uppercase;
		font-size: 35px;
		line-height: 60px;
		position: relative;
		color: white;
		display: inline;
		font-weight: normal;
	}
	
	h1 span img.left_banner{
		position: absolute;
		top: 0px;
		left: -29px;
	}
	
	h1 span img.right_banner{
		position: absolute;
		bottom: 0px;
		right: -29px;
	}
	
	h1 a:hover{
		text-decoration: none;
	}

h2{
	font-family: 'Fjalla One', Arial, sans-serif;
	text-align: center;
	height: auto;
	line-height: normal;
	margin: 10px 23px;
}

	h2 span{
		color: white;
		padding: 5px 10px;
		background-color: #b52a2a;
		text-transform: uppercase;
		font-size: 25px;
		line-height: 41px;
		position: relative;
		display: inline;
		font-weight: normal;
	}
	
	h2 span img.left_banner{
		position: absolute;
		width: 23px;
		height: 100%;
		max-height: 41px;
		top: 0px;
		left: -22px;
	}
	
	h2 span img.right_banner{
		position: absolute;
		width: 23px;
		height: 100%;
		max-height: 41px;
		bottom: 0px;
		right: -22px;
	}

h3{
	font-family: 'Arbutus', Arial, sans-serif;
	color: #60230a;
	text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.5), -1px -1px 0px rgba(0, 0, 0, 0.5);
	text-transform: uppercase;
	font-size: 20px;
}

h4{
	
}

a, a:visited{
	color: #25aeb8;
}

a:hover{
	color: #25aeb8;
	text-decoration: underline;
}

ul{
	
}

	ul li{
		
	}
	
ol{
	
}

	ol li{
		
	}
	
p{
	
}

hr{
	
}

strong{
	
}

em{
	
}

.clear_both{
	clear: both;
}

#wrapper{
	
}

	#header{
		background-color: #fedd85;
		padding: 0px 0px 20px 0px;
		margin: 0px 0px 20px 0px;
		background-image: url('img/stone_texture.png');
		background-position: center top;
		background-repeat: repeat;
		box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.3);
		-moz-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.3);
		-webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.3);
		position: relative;
		width: 100%;
	}
	
		#chevron{
			display: block;
			background-image: url('img/chevron.png');
			background-position: center top;
			background-repeat: repeat;
			height: 42px;
			position: absolute;
			top: 25px;
			left: 0px;
			width: 100%;
			z-index: 0;
		}
		
		#logo{
			display: block;
			margin: 0px auto 0px auto;
			z-index: 10;
			position: relative;
			padding: 10px;
			background-color: #fedd85;
			background-image: url('img/stone_texture.png');
			background-position: center top;
			background-repeat: repeat;
			width: 168px;
		}
	
		#header_nav_holder{
			margin-top: -65px;
		}
		
			.navbar .btn-navbar{
				float: none;
				margin: 0px auto;
			}
		
			#header_nav_holder a{
				font-family: 'Arbutus', Arial, sans-serif;
				font-size: 24px;
				color: #60230a;
				text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.5), -1px -1px 0px rgba(0, 0, 0, 0.5);
				text-transform: uppercase;
			}
			
			#header_nav_holder a:hover{
				color: #25aeb8;
				text-decoration: none;
			}
			
			#header_nav_holder .nav-support{
				text-align: center;
			}
			
				#header_nav{
					margin: 0px auto;
					float: none;
					display: inline-block;
				}
				
					#header_nav li{
						margin: 0px 10px;
					}
					
						#header_nav li a{
							display: block;
						}
						
	
	#content{
		
	}
	
		.content_holder{
		}
	
		#social_holder{
			float: right;
			clear: right;
			margin: 0px 0px 20px 0px;
		}
		
			.social_button{
				display: block;
				float: left;
				width: 30px;
				height: 30px;
				background-repeat: no-repeat;
				background-position: left top;
				margin: 0px 5px;
			}
			
			#facebook{
				background-image: url('img/facebook.png');
			}
			
			#twitter{
				background-image: url('img/twitter.png');
			}
			
			#instagram{
				background-image: url('img/instagram.png');
			}
			
				.social_button img{
					display: block;
				}
	
	#sidebar{
		background-color: #fedd85;
		padding: 10px 0px 20px 0px;
		margin: 0px auto;
		background-image: url('img/stone_texture.png');
		background-position: center top;
		background-repeat: repeat;
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3);
		-moz-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3);
		-webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3);
		position: relative;
		border-radius: 10px;
	}
		
		#sidebar .top_shadow, #sidebar .bottom_shadow{
			box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3);
			-moz-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3);
			-webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3);
			width: 100%;
			left: 0px;
			padding: 0px;
			height: 5px;
			z-index: 10;
			position: absolute;
		}
		
		#sidebar .top_shadow{
			top: -5px;
		}
		
		#sidebar .bottom_shadow{
			bottom: -5px;
		}
	
		#sidebar h3{
			border-bottom: 1px solid rgba(0, 0, 0, 0.3);
			border-top: 1px solid rgba(255, 255, 255, 0.3);
			margin: 0px;
			padding: 0px 10px;
			text-align: center;
			line-height: 50px;
		}
		
		#sidebar h3:focus{
			outline: none;
		}
		
		#sidebar h3:first-child{
			border-top-width: 0px;
		}
		
		#sidebar div{
			background-color: white;
			padding: 10px;
			position: relative;
			overflow: hidden;
		}
		
		#sidebar .top_white{
			border-top: 1px solid rgba(255, 255, 255, 0.3);
			padding: 0px;
			background: none;
		}
		
		#sidebar .sidebar_post{
			padding: 5px 0px;
		}
		
		#sidebar hr{
			width: 75%;
			margin: 0px auto;
		}
	
	#footer{
		background-color: #fedd85;
		padding: 10px 0px 0px 0px;
		background-image: url('img/stone_texture.png');
		background-position: center top;
		background-repeat: repeat;
		box-shadow: 0px -2px 6px rgba(0, 0, 0, 0.3);
		-moz-box-shadow: 0px -2px 6px rgba(0, 0, 0, 0.3);
		-webkit-box-shadow: 0px -2px 6px rgba(0, 0, 0, 0.3);
		position: relative;
		margin: 20px 0px 0px 0px;
		width: 100%;
		font-family: 'Fjalla One', Arial, sans-serif;
	}
	
		#footer_nav a{
			text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.5), -1px -1px 0px rgba(0, 0, 0, 0.5);
			color: black;
			font-size: 16px;
		}
		
		#footer_nav a:hover{
			background: none;
			color: #25aeb8;
		}
		
		#credits{
			margin-top: 8px;
		}
/*--------------- Seasonal item ---------------*/
.seasonal_group_item {
	flex-grow: 1;
    flex-basis: 0;
}

/*--------------- Home Page ---------------*/

#slider ul.slides{
	background-color: #efefef;
}

	#slider ul.slides li img{
		width: auto;
		margin: 0px auto;
		max-height: 321px;
	}


/*--------------- Location Page ---------------*/

.row iframe{
	max-width: 100%;
}
		
/*--------------- Menu Page ---------------*/

#menu_holder{
	background-color: #fedd85;
	padding: 10px 0px;
	background-image: url('img/stone_texture.png');
	background-position: center top;
	background-repeat: repeat;
	box-shadow: 0px -2px 6px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px -2px 6px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0px -2px 6px rgba(0, 0, 0, 0.3);
	position: relative;
	margin-top: 20px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

	#menu_sidebar{
		margin-top: 100px;
		position: relative;
	}
	
		#menu_sidebar a{
			display: table;
			text-align: center;
			margin: 0px 0px 10px 0px;
			height: 75px;
			font-family: 'Arbutus', Arial, sans-serif;
			font-size: 22px;
			color: #60230a;
			text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.5), -1px -1px 0px rgba(0, 0, 0, 0.5);
			-moz-text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.5), -1px -1px 0px rgba(0, 0, 0, 0.5);
			-webkit-text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.5), -1px -1px 0px rgba(0, 0, 0, 0.5);
			text-transform: uppercase;
			z-index: 10;
			width: 100%;
		}
		
		#menu_sidebar a:hover{
			color: #25aeb8;
			text-decoration: none;
		}
		
			#menu_sidebar a span{
				display: table-cell;
				vertical-align: middle;
			}
		
		#menu_sidebar #menu_arrows{
			position: absolute;
			z-index: 0;
			display: block;
			height: 75px;
			width: 100%;
			top: 0px;
			left: -10px;
			padding: 0px 10px;
		}
		
			#menu_sidebar #menu_arrows img{
				position: absolute;
				top: 50%;
				margin-top: -15px;
			}
			
			#menu_sidebar #menu_arrows img.left{
				left: 0px;
			}
			
			#menu_sidebar #menu_arrows img.right{
				right: 0px;
			}
	#menu_page_holder{
		position: relative;
		background: none;
	}
	
	
		.menu_page{
			background: none;
			display: none;
			position: absolute;
			top: 0px;
			left: 0px;
			width: 100%;
			padding: 10px 0px;
			z-index: 10;
		}
		
		.menu_page>p{
			margin: 5px 20px;
		}
		
		.menu_page.active{
			display: block;
		}
		
			.menu_item{
				padding: 10px 20px 10px 10px;
			}
		
			.menu_page h2{
				text-align: left;
				font-size: 20px;
				font-weight: bold;
				font-family: Lato, Arial, sans-serif;
			}
			
			.menu_page .description{
				font-style: italic;
			}
			
			.menu_page .price{
				text-align: right;
				font-size: 16px;
				display: block;
			}
			
				.menu_page .price strong{
					margin-left: 10px;
				}
			
			.menu_page hr{
				margin-left: 40px;
				margin-right: 40px;
			}
			
		#menu_background{
			background-color: white;
			height: 300px;
			margin-right: 10px;
			z-index: 0;
		}

/*--------------- New Menu Page ---------------*/
.menu_title.wp-block-cover {
	padding: 20px !important;
}
.menu_title img.wp-block-cover__image-background {
	object-fit: contain;
}
.menu_title div h2 {
	text-transform: uppercase;
}

.menu_items p {
	padding: 16px;
	padding-top: 8px;
	padding-bottom: 8px;
}

.menu_boxed {
	border: 16px solid #C5847C;
	margin: 20px;
	width: fit-content;
}

@media (min-width: 768px) {
	.menu_image a img {
		aspect-ratio: 9/16 !important;
		object-fit: cover !important;
	}
}
@media (max-width: 767px) {
	.menu_image a img {
		aspect-ratio: 16/9 !important;
		object-fit: cover !important;
	}
}

/*--------------- Media queries ---------------*/

@media (min-width: 1200px){
	#header_nav li:nth-child(1){
		margin-left: 150px;
	}
	#header_nav li:nth-child(2){
		margin-left: 200px;
	}
	
	#slider ul.slides li img{
		max-height: none;
	}
}

@media (min-width: 980px) and (max-width: 1199px){
	#header_nav li:nth-child(1){
		margin-left: 110px;
	}
	#header_nav li:nth-child(2){
		margin-left: 200px;
	}
	
	#slider ul.slides li img{
		max-height: none;
	}
}
	
@media (max-width: 979px){
	

	#header_nav_holder{
		margin-top: 5px;
	}
	
	#header_nav li{
		margin-left: 10px;
		margin-right: 10px;
	}
	
	#header_nav li:nth-child(2){
		margin-right: 10px;
	}
	
	#header_nav li:nth-child(3){
		margin-left: 10px;
	}
	
	.navbar .btn-navbar{
		max-width: 500px;
	}
	
	#menu_sidebar a{
		font-size: 17px;
	}
	
	#slider ul.slides li img{
		max-height: 246px;
	}
	
	
}

@media (max-width: 767px){
	body{
		padding: 0px;
	}
	
	#header_nav li:nth-child(2){
		margin-right: 10px;
	}
	
	#header_nav li:nth-child(3){
		margin-left: 10px;
	}
	
	.btn .btn-navbar{
		max-width: 500px;
	}
	
	#sidebar{
		box-shadow: none;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		border-radius: 0px;
		-moz-border-radius: 0px;
		-webkit-border-radius: 0px;
		padding: 0px;
	}
	
	#footer{
		margin: 0px;
		box-shadow: none;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
	}
	
	#menu_sidebar{
		margin-top: 0px;
	}
	
	#menu_sidebar #menu_arrows{
		width: 50%;
		left: 25%;
		padding: 0px;
	}
	
	
}