/*
Theme Name: Penryn Grill
Author: Monster Design Co.
Author URI: http://monsterdesignco.com
Description: Custom Theme for Penryn Grill

/* ------------------- FONTS -------------------

	font-family: 'FuturaBT-Bold';
	font-family: 'FuturaBT-Book';
	font-family: 'AvianoSlab-Bla';

*/

/**
 * @license
 * MyFonts Webfont Build ID 3887822, 2020-04-06T17:57:22-0400
 * 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed Webfonts(s).
 * 
 * You may obtain a valid license at the URLs below.
 * 
 * Webfont: AvianoSlab-Bla by insigne
 * URL: https://www.myfonts.com/fonts/insigne/aviano-slab/black/
 * Copyright: Copyright (c) 2016 by Jeremy Dooley. All rights reserved.
 * 
 * Webfont: FuturaBT-Book by Bitstream
 * URL: https://www.myfonts.com/fonts/bitstream/futura/pro-book-193053/
 * Copyright: Copyright &amp;#x00A9; 2017 Monotype Imaging Inc. All rights reserved.
 * 
 * Webfont: FuturaBT-Bold by Bitstream
 * URL: https://www.myfonts.com/fonts/bitstream/futura/pro-bold-193053/
 * Copyright: Copyright &amp;#x00A9; 2017 Monotype Imaging Inc. All rights reserved.
 * 
 * 
 * 
 * © 2020 MyFonts Inc
*/


/* @import must be at top of file, otherwise CSS will not work */
@import url("//hello.myfonts.net/count/3b52ce");
  
@font-face {
  src: url('webFonts/FuturaBT-Bold/font.eot');
  font-family: 'FuturaBT-Bold';
  src: url('webFonts/FuturaBT-Bold/font.woff2') format('woff2'), url('webFonts/FuturaBT-Bold/font.woff') format('woff'), url('webFonts/FuturaBT-Bold/font.eot?#iefix') format('embedded-opentype'), url('webFonts/FuturaBT-Bold/font.ttf') format('truetype');
}
@font-face {
  src: url('webFonts/FuturaBT-Book/font.eot');
  font-family: 'FuturaBT-Book';
  src: url('webFonts/FuturaBT-Book/font.woff2') format('woff2'), url('webFonts/FuturaBT-Book/font.woff') format('woff'), url('webFonts/FuturaBT-Book/font.eot?#iefix') format('embedded-opentype'), url('webFonts/FuturaBT-Book/font.ttf') format('truetype');
}
@font-face {
  src: url('webFonts/AvianoSlab-Bla/font.eot');
  font-family: 'AvianoSlab-Bla';
  src: url('webFonts/AvianoSlab-Bla/font.woff2') format('woff2'), url('webFonts/AvianoSlab-Bla/font.woff') format('woff'), url('webFonts/AvianoSlab-Bla/font.eot?#iefix') format('embedded-opentype'), url('webFonts/AvianoSlab-Bla/font.ttf') format('truetype');
}



/* YUI 3.5.0 reset.css (http://developer.yahoo.com/yui/3/cssreset/) - http://cssreset.com */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal}ol,ul{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:text-top}sub{vertical-align:text-bottom}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit}input,textarea,select{*font-size:100%}legend{color:#000}#yui3-css-stamp.cssreset{display:none}

/* ------------------- BASIC LAYOUT ------------------- */

body {
	font-size: 16px;
	line-height: 1.4;
	color: #363b3c;
	font-weight: 400;
	font-family: 'FuturaBT-Book';
}

.above-header.section {
	background: #8da0ae;
	color: #fff;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
	line-height: 1.4;
	font-size: .9375em;
}

header.section {
	padding-top: 200px;
	padding-bottom: 200px;
	text-align: center;
	background: url(images/banner.jpg) no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center center;
	position: relative;
}

.chicken header.section {
	text-align: left;
	padding-top: 50px;
	padding-bottom: 160px;
	background: url(images/chicken-banner.jpg) no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center center;
}

.back {
	float: right;
	padding-top: 45px;
}

.back a {
	text-transform: uppercase;
}

.lines {
	height: 24px;
	background: url(images/lines.png) repeat-x;
	background-position: top center;
	background-size: auto 24px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99;
}

.edge {
	width: 100%;
	height: 50px;
	background: url(images/edge.png) repeat-x;
	background-position: top center;
	background-size: auto 50px;
}

.footer-lines {
	height: 80px;
	width: 100%;
	background: url(images/footer-lines.png) repeat-x;
	background-size: auto 80px;
	background-position: top center;
}

.above-footer {
	height: 260px;
	width: 100%;
	background: url(images/footer.png) repeat-x;
	background-size: auto 260px;
	background-position: top center;
}

footer {
	background: #d78328;
	text-align: center;
	color: #fff;
}

footer p {
	margin: 10px 0 30px;
	font-size: 1em;
	line-height: 1.4;
}

footer hr {
	border: none;
	border-bottom: 1px solid #e2a563;
	background: none;
}

.item {
	margin: 25px 0;
}

.menu.section {
	padding-top: 80px;
	padding-bottom: 80px;
}

.item:first-child .name, .item:first-child  {
	margin-top: 0;
}

.rounded {
	border-radius: 8px;
	border: 1px solid #d78328;
	padding: 10px 20px;
	text-align: center;
	margin-top: -10px;
}

.rounded p {
	line-height: 1.5;
}

.rounded sup {
	top: 0;
}

.rounded .name {
	line-height: 1.3;
}

.button {
	background: #363b3c;
	border: none;
	color: #fff;
	font-family: 'FuturaBT-Bold';
	text-transform: uppercase;
	font-size: .8125em;
	margin-top: 5px;
}

.button:first-of-type {
	margin-top: 15px;
}

.button:hover {
	color: #fff;
}

.krispy {
	background: #ffcc14;
	margin-top: 130px;
	padding-top: 0;
	padding-bottom: 0;
	max-height: 230px;
}

.krispy .column {
	position: relative;
	top: -100px;
	text-align: center;
}

.krispy .column:first-child {
	top: -135px;
}

.krispy .column:nth-child(2) {
	top: -125px;
}

.krispy .logo, .krispy .button {
	max-width: 280px;
	width: 100%;
}

.krispy .button {
	font-size: 1em;
	background: #e01f25;
	margin-top: 40px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.chicken nav {
	background: #ffcc04;
	padding-top: 20px;
	padding-bottom: 20px;
}

.chicken-logo {
	position: absolute;
	top: -165px;
}

.link {
	font-family: 'FuturaBT-Bold';
	text-transform: uppercase;
	font-size: 1.25em;
	letter-spacing: .05em;
	color: #e11f26;
}

.link:hover {
	color: #e11f26;
}

.section-title {
	background: #e11f26;
	color: #fff;
	text-align: center;
}

.section-title h2 {
	font-family: 'FuturaBT-Book';
	display: inline-block;
	margin: 0 auto;
	border-bottom: 1px solid #ffcc04;
	padding-bottom: 12px;
	margin-bottom: 10px;
	font-size: 3em;
	line-height: 1;
	text-transform: uppercase;
}

.section-title h2 strong {
	font-family: 'FuturaBT-Bold';
	color: #fff;
}

.section-title p {
	text-transform: uppercase;
	letter-spacing: .05em;
	font-size: 1em;
	margin: 0;
}

.item-title {
	padding-top: 130px;
	padding-bottom: 130px;
	background: #ffcc04;
	text-align: center;
	color: #e11f26;
	position: relative;
	text-transform: uppercase;
}

.title-text {
	font-family: 'FuturaBT-Book';
	font-size: 2em;
	line-height: 1;
	position: absolute;
	top: 50%;
	width: 100%;
	left: 50%;
	display: block;
	transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%); /* IE 9 */
	-webkit-transform: translate(-50%,-50%); /* Chrome, Safari, Opera */
	-moz-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
}

.title-text strong {
	font-family: 'FuturaBT-Bold';
	color: #e11f26;
}

.is-parent {
	padding-bottom: 0 !important;
}

.is-ancestor {
	margin-bottom: 0 !important;
}

.red .item-title {
	color: #ffcc04;
	background: #e11f26;
}

.red .item-title strong {
	color: #ffcc04;
}

.menu-items .columns {
	padding-top: 30px;
	padding-bottom: 30px;
}

.menu-items .column {
	text-align: center;
}

.table {
	margin: 0 auto;
}

th {
	font-family: 'FuturaBT-Bold';
}

td {
	color: #e11f26;
}

.chicken .price {
	color: #e11f26;
	font-family: 'FuturaBT-Book';
	font-size: 1em;
}

.no-img {
	height: 280px;
}

/* ------------------- TEXT STYLES ------------------- */

h2 {
	font-size: 1.75em;
	font-family: 'AvianoSlab-Bla';
	letter-spacing: .02em;
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #d78328;
}

h5 {
	font-size: 1.25em;
	font-family: 'AvianoSlab-Bla';
	text-transform: uppercase;
	letter-spacing: .02em;
	margin-top: 30px;
}

p {
	font-size: .9375em;
	line-height: 170%;
	margin: 3px;
}

.name {
	color: #d78328;
	font-family: 'FuturaBT-Bold';
	text-transform: uppercase;
	letter-spacing: .05em;
	font-size: 1.125em;
	line-height: 1.3;
}

.divide {
	font-family: 'FuturaBT-Book';
	color: #c7bdae;
}

.price {
	font-family: 'AvianoSlab-Bla';
	color: #363b3c;
}

sup {
	position: relative;
	font-size: .5em;
	top: -7px;
}

.name sup {
	top: 1px;
}

a {
	outline: none;
	text-decoration: none;
	color: #fff;
	font-family: 'FuturaBT-Bold';
}

a:hover {
	color: #fff;
}

strong {
	font-family: 'FuturaBT-Bold';
}

em {
	font-style: italic;
}

strong em, em strong {
	font-weight: 700;
	font-style: italic;
}

ul, ol {
	padding-left: 20px;
}

ul li, ol li {
	font-size: .875em;
	line-height: 140%;
	margin: 15px 0;
}

ul li {
	list-style-type: disc;
}

ol li {
	list-style-type: decimal;	
}

/* ------------------- MISC STYLES ------------------- */

hr.hidden {
	clear: both; 
	visibility: hidden;
	margin: 0;
	border: none;
	height: 0;
}

.alignleft {
	float: left;
	margin: 0 15px 5px 0;
}

.alignright {
	float: right;
	margin: 0 0 5px 15px;
}

.half {
	width: 48%;
}

.half-col {
	width: 50%;
}

.two-thirds {
	width: 65%;
}

.one-third {
	width: 31%;
}

.third-col {
	width: 33%;
}

.third-col:nth-child(3n+2) {
	width: 34%;
}

.quarter {
	width: 22%;
	margin-right: 4%;
}

.quarter:nth-child(4n) {
	margin-right: 0;
}

.left {
	float: left;
}

.right {
	float: right;
}

img {
	max-width: 100%;
}

/* ------------------- MEDIA QUERIES ------------------- */

@media all and (max-width:1407px) {

.krispy {
	margin-top: 130px;
	max-height: 210px;
}

.krispy .column {
	top: -85px;
}

.krispy .column:nth-child(2) {
	top: -110px;
}


}

@media all and (max-width:1215px) {


.krispy .column {
	top: -55px;
}

.krispy .column:nth-child(2) {
	top: -75px;
}

}

@media all and (max-width:1023px) {

.krispy {
	max-height: 210px;
}

.krispy .column {
	position: relative;
	top: -55px;
	text-align: center;
}

.krispy .column:first-child {
	top: -135px;
	text-align: center;
	width: 100%;
}

.krispy .column:nth-child(2) {
	display: none;
}

.krispy .column:nth-child(3) {
	display: none;
}



}


@media all and (max-width: 768px) {
	.rounded {
		margin-bottom: 30px;
		padding-top: 20px;
		padding-bottom: 20px;
	}
	
	.rounded .is-parent:first-child {
		padding-bottom: 0;
	}
	.rounded .is-parent:last-child {
		padding-top: 0;
	}
	
	.chicken header.section {
		padding-bottom: 50px;
	}
	
	.chicken nav {
		background: #ffcc04;
		padding-top: 220px;
		padding-bottom: 20px;
	}
	
	.chicken-logo {
		top: -220px;
		left: 50%;
		transform: translateX(-50%);
		-ms-transform: translateX(-50%); /* IE 9 */
		-webkit-transform: translateX(-50%); /* Chrome, Safari, Opera */
		-moz-transform: translateX(-50%);
		-o-transform: translateX(-50%);
	}
	.no-img {
		height: auto;
	}
}