/*
	Theme Name: The Broad Street Giant Grinder
	Theme URI: https://giantgrinderslo.com
	Description: Custom theme for The Broad Street Giant Grinder in San Luis Obispo, based on version 1.4.3 of the HTML5 Blank WordPress Theme
	Version: 1.0.0
	Author: Sara Stanger

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
 	font-size:62.5%;
}
body {
	font-weight: 400;
	font-size: 18px;
	line-height: 30px;
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color:#444;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#444;
	text-decoration:none;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	max-width:1280px;
	width:95%;
	margin:0 auto;
	position:relative;
}
/* header */
.header {

}
/* logo */
.logo {
	width: 200px;
	margin: 20px auto 0;
}

@media only screen and (min-width:601px) {
	.logo {
		margin: 20px 0 0 0;
	}
}	
	
.logo-img {

}
/* nav */
.nav {

}
/* sidebar */
.sidebar {

}
/* footer */
.footer {
	padding: 50px 0;
}

/*------------------------------------*\
    PAGES
\*------------------------------------*/



/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

h1, h2, h3, h4 {	
    font-family: 'Suez One', serif;
}

h1 {
	font-size: 4rem;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width:320px) {

}
@media only screen and (min-width:480px) {

}
@media only screen and (min-width:768px) {

}
@media only screen and (min-width:1024px) {

}
@media only screen and (min-width:1140px) {

}
@media only screen and (min-width:1280px) {

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent;
		color:#000;
		box-shadow:none;
		text-shadow:none;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.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;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100%;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}

/*------------------------------------*\
    CUSTOM CSS
\*------------------------------------*/
a {
	color: #d16459;
}

a:hover {
	transition: .4s all;
	filter: brightness(140%);
	color: #d16459;
}

label {
    font-size: 14px;
}

.wpcf7 [type="checkbox"]:not(:checked), [type="checkbox"]:checked {
    opacity: 100;
    position: relative;
}

.header-wrapper {
	top: 0;
	left: 0;
	right: 0;
	background: #fff;
	z-index: 9999;
	overflow: hidden;
}

@media only screen and (min-width:601px) {
	.header-wrapper {
		position: fixed;
		min-height: 230px;
		height: 100;
	}
}	

.nav-wrapper {
	transition: .4s all;
	background-color: #252525;
	color: #fff;
	clear: both;
	position: relative;
	top: 0;
	width: 100%;
	z-index: 2;
}

nav {
	background-color: #252525;
	box-shadow: none;
}

nav ul {
	display: flex;
	justify-content: space-between;
}

nav ul a {
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 16px;
}

nav ul a:hover {
    background-color: #cea16f;
    filter: brightness(100%);
    color: #fff;
} 

body:not(.home) nav ul .current_page_item a {
    background-color: #d16459;
}

.header-right {
    text-align: right;
    margin-top: 30px;
}

.order-online-button {
	background-color: #ef8b17;
	box-shadow: 0 1px 0 rgba(0,0,0,.15);
}

.order-online-button:hover {
	background-color: #ef8b17;
	filter: brightness(110%);
}

.hours-phone {
    font-family: 'Suez One', serif;
    margin-top: 20px;
    display: block;
}

<!--
.home-banner {
    background-image: url('img/grinder-building-painting.jpg');
    margin-top: 230px;
    height: 215px;
    background-size: 100% auto;
	background-position: 50%;
}
-->

.announcement {
	background-color: #d16459;
	padding: 30px 0;
	text-align: center;
	color: white;
	font-family: 'Suez One', serif;
	font-style: italic;
	font-size: 48px;
	line-height: 52px;
}

.subtext {
    display: block;
    font-style: normal;
    font-size: 24px;
}

.online-order {
    background: linear-gradient(0deg, rgba(17, 17, 17, 0.3), rgba(21, 21, 21, 0.3)),url('https://giantgrinderslo.com/wp-content/uploads/2022/11/menu_board_2022-scaled.jpg');
    background-size: cover;
	background-position: center;
	padding: 100px 0 90px 0;
	text-align: center;
}

@media only screen and (min-width:601px) {
	.online-order {
		margin-top: 230px;
	}
}

.online-order-headline {
	display: block;
	text-shadow: 1px 1px 4px #000;
	margin-bottom: 20px;
	color: white;
	font-family: 'Suez One', serif;
	font-style: italic;
	font-size: 48px;
	line-height: 52px;
	letter-spacing: 1px;
}

.banner {
    background-image: url('img/grinder-building-painting.jpg');
    height: 215px;
    background-size: 100% auto;
	background-position: 50%;
}

@media only screen and (min-width:601px) {
	.banner {
		margin-top: 230px;
	}
}

main {
	
}

.breadcrumbs {
    margin-top: 30px;
    font-size: 14px;
    color: #333333ab;
}

h1 {
	margin-top: 15px;
}

strong {
	font-weight: 700;
}

.form-wrapper {
    background-color: #cea16f;
    padding: 50px 0 30px 0;
}

.contact-heading {
    font-family: 'Suez One', serif;
    font-size: 30px;
    margin-bottom: 20px;
    display: block;
}

#wpcf7-f6-o1 {
    background: white;
    padding: 30px;
} 

footer .btn-large {
    display: block;
    margin-bottom: 10px;
    text-align: left;
} 

footer .iframe-wrapper {
    margin-bottom: 30px;
}

.social-icons a:hover img {
	transition: .4s all;
    opacity: .75;
}

.social-icons {
    text-align: right;
}

.social-icons img {
    width: 50px;
}

.copyright {
    padding: 50px 0;
    display: block;
    font-size: 14px;
    line-height: 25px;
}

.iframe-wrapper {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px; height: 0; overflow: hidden;
}
 
.iframe-wrapper iframe,
.iframe-wrapper object,
.iframe-wrapper embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.callout {
	padding: 30px;
	background-color: #c6e3c5;
	font-size: 24px;
	line-height: 32px;
	font-family: 'Suez One', serif;
}

textarea.materialize-textarea {
	min-height: 150px;
	height: 100%;
	overflow-y: scroll;
}