﻿

/* -----------------------------------------------------

	PINOCCHIO'S PIZZA
	www.pinpizza.com
	
	Website Design & Development by AG Marketing Solutions
	https://agmsolutions.com
	
	February 2018

--------------------------------------------------------

TABLE OF CONTENTS

1.0	General
2.0	Typography
3.0	Elements
4.0 Forms
5.0 Lists
    5.1 Bullet List
6.0	Header
7.0	Footer
	7.1 Action Boxes
8.0	Banner
9.0	Components
	9.1 Special
	9.2 Coupon
	9.3 Beer
	9.4 Product
	9.5 Page Jump Nav
	9.6 Figures
	9.7 Logo History
	9.8 Timeline
	9.9 Gallery
10.0	Page-Specific Styles
	10.1 Home
	10.2 Menus
	10.3 Specials
	10.4 Testimonials
	10.5 Gallery
	10.6 Rewards 
11.0	Media Queries

----------------------------------------------------- */
/* Warning for out-of-date browsers */
.browser-warning {
	position:fixed;
	top:0;
	left:0;
	z-index:999;
	width:100%;
	padding:15px 0;
	background-color:#4cb442; /* Change this */
}

.ios-warning {
	z-index:99999;
	background-color:#231f20;
	max-width: 100vw!important;
	text-align: center;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	box-shadow:0 0 15px rgba(0,0,0,0.5);
}

.browser-warning.hide, .ios-warning.hide {
	display:none;
}

.browser-warning p {
	font-size:19px;
	color:#fff;
	line-height:24px;
	padding:0;
	margin:15px 0;
}

.ios-warning p {
	color: #ffffff;
	padding: 15px 0;
	margin:0;
	text-align: center;
}

.browser-warning .btn,
.ios-warning .btn {
	background-color:#000; /* Change this */
	font-size:14px;
	line-height: 21px;
	padding:15px 16px;
	color:#fff;
	float:right;
	margin:0;
}

.ios-warning .btn {
	margin: 0 auto 15px auto;
	float:none;
}

.browser-warning .btn:hover{
	color:#fff;
}

@media (max-width:767px) {
	.browser-warning {
		text-align:center;
	}
	.browser-warning h5,
	.browser-warning .btn {
		float:none;
	}	
}
/* -----------------------------------------------------
1.0 GENERAL STYLES
----------------------------------------------------- */
body {
	position: relative;
    font-size:16px;
    color:#000;
    font-family: 'Roboto', sans-serif;
	right:0;
	overflow-x:hidden;
	
}

.hide-on-mobile {
	display: none!important;
}

.container-fluid {
    width:100%;
    max-width:1224px;
}

.container-fluid--full {
	max-width:100%;
}

.container-fluid.lg {
    max-width:1440px;
}

.container-fluid.sm {
    max-width:1024px;
}

.container-fluid.xsm {
    max-width:800px;
}

@font-face {
  font-family: 'BebasNeue';
  src: url('../fonts/BebasNeue.eot?');
  src:	url('../fonts/BebasNeue.eot?#iefix') format('embedded-opentype'),
		url('../fonts/BebasNeue.otf')  format('opentype'),
		url('../fonts/BebasNeue.woff') format('woff'),
		url('../fonts/BebasNeue.ttf')  format('truetype'),
		url('../fonts/BebasNeue.svg#BebasNeue') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'SunValley';
  src: url('../fonts/SunValley.eot?');
  src:	url('../fonts/SunValley.eot?#iefix') format('embedded-opentype'),
		url('../fonts/SunValley.otf')  format('opentype'),
		url('../fonts/SunValley.woff') format('woff'),
		url('../fonts/SunValley.ttf')  format('truetype'),
		url('../fonts/SunValley.svg#SunValley') format('svg');
  font-weight: normal;
  font-style: normal;
}

a,
button {
	-webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

a:hover {
    text-decoration:none;
}

img {
    max-width:100%;
}

.section{
	padding:2.25rem 0;
}

.section--large {
	padding:3rem 0;
}

.section .section {
	padding-bottom:0;
}

.section--centered {
	text-align:center;
}

.section--texture {
	background-image:url(../../images/concrete-texture.jpg);
	background-repeat:repeat;
	background-position:top center;
	background-size:100% auto;
}

.section--wood {
	background-image:url(../../images/club-bg.jpg);
	background-position:center center;
	background-size:cover;
	text-align: center;
}

.section--dark {
    background-color: #231f20;
    border-top: 5px solid #6e5e52;
    border-bottom: 0.063rem solid #66574c;
}

.section--green {
    background: #46b12b;
    background: -moz-linear-gradient(top, #46b12b 0%, #bdd646 60%);
    background: -webkit-linear-gradient(top, #46b12b 0%,#bdd646 60%);
    background: linear-gradient(to bottom, #46b12b 0%,#bdd646 60%);
}

.section--green p,
.section--dark p {
	opacity:0.85;
}

.section--dark h2,
.section--dark h3,
.section--dark h4,
.section--dark h5,
.section--dark h6,
.section--dark p,
.section--dark p strong,
.section--green h2,
.section--green h3,
.section--green h4,
.section--green h5,
.section--green h6,
.section--green p,
.section--green p strong  {
	color:#fff;
	text-shadow:2px 2px 2px rgba(0,0,0,0.2);
}

@media (min-width:768px) {
	.section{
		padding:3.5rem 0;
	}
	
	.section--large {
		padding:4.25rem 0;
	}
	
}

/* -----------------------------------------------------
2.0 TYPEOGRAPHY
----------------------------------------------------- */
h1,
h2,
h3,
h4,
h5{
    margin:30px 0;
	color:#000;
}

h1 { 
    font-size: 3.75rem;
    line-height: 3.75rem;
}

h2 {
    font-size:2.125rem;
	font-family: 'BebasNeue';
	color:#766656;
}

h3 {
    font-size:1.625rem;
	color:#abc12d;
	font-weight:700;
}

h4 {
    font-size:1.875rem;
}

h5 {
    font-size:1.438rem;
}

h6 {
	font-size:1.375rem;
	color:#abc12d;
	font-weight:700;
}

h2 + h3 {
	margin-top:-15px!important;
}

.subheadline {
	margin-top:-1rem;
	font-size:1.5rem;
	font-weight:300;
	opacity:0.75;
}

p {
    font-size:1rem;
	margin-bottom:1.563rem;
	color:#231f20;
	font-weight: 400;
}

p.lead {
    font-size:1.75rem;
	color:#231f20;
	font-weight:900;
	line-height: 1.875rem;
	max-width:62.5rem;
	margin:1.875rem auto;
}

p.note {
	font-size:1em;
	font-style:italic;
	opacity:0.75;
}

p > strong {
	color:#48AE35;
	font-weight:700;
}

.italic{
	font-style:italic;
}

.text-green {
	color:#abc12d;
}

.text-black {
	color:#000;
}

.alpha {
    margin-top:0;
}

a.text-link {
	color:#4cb442;
	font-weight: 800;
	text-decoration: underline;
	display: inline-block;
}

a.text-link:hover {
	text-decoration: underline;
	color:#70c368;
	opacity:0.75;
}

.btn {
    border-radius:3.125rem;
    border:0.125rem solid #fff;
    font-size:1rem;
    color:#fff;
    padding:0.75rem 1.25rem;
	background-color:transparent;
	text-transform:uppercase;
	font-weight:900;
	min-width:12.5rem;
	display:inline-block;
	margin:0 auto;
	cursor:pointer;
}

.btn.full {
    width:100%;
}

.btn--big {
	min-width:inherit;
	display:inline-block;
}

.btn--solid {
	background-color:#4cb442;
	border:none;
	box-shadow:0 5px 10px 0 rgba(0,0,0,0.1);
	text-shadow:0 0.063rem 0.125rem rgba(0, 0, 0, 0.5);
}

.btn--solid:hover {
	background-color:#70c368;
	box-shadow:0 8px 12px 0 rgba(0,0,0,0.2);
	transform:translateY(-2px);
	color:#fff;
}

.btn--outline-white {
	border:2px solid #fff;
}

.btn--outline-white:hover {
	background-color:#fff;
	color:#000;
}

.btn--icon-right .fa {
	margin-left:10px;
}

.figure-image{
	box-shadow:0 10px 25px 0 rgba(0,0,0,0.25);
}

.figure-image img{
	display:block;
	width:100%;
}

.no-margin {
	margin: 0;
}

#to-top {
	position: fixed;
	bottom: 0;
	right: 0;
	cursor: pointer;
	display: block;
	border-radius: 3px 0 0 0;
	width: 2.5rem;
	height: 2.5rem;
	line-height: 2.5rem;
	z-index: 999;
	text-align: center;	
	background: -moz-linear-gradient(left, #bdd646 0%, #4cb442 100%);
	background: -webkit-linear-gradient(left, #bdd646 0%,#4cb442 100%);
	background: linear-gradient(to right, #bdd646 0%,#4cb442 100%);
}

#to-top i {
	color:#fff;
	border-radius: 100%;
	-webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
	transition:all 0.4s ease;
}

@media (min-width:992px) {
	#to-top {
		display:none!important;
	}
}

/* -----------------------------------------------------
3.0 ELEMENTS
----------------------------------------------------- */

/* -----------------------------------------------------
4.0 FORMS
----------------------------------------------------- */
.required:before{
	content:"*";
}

.form-group label {
	margin-bottom:10px;
	font-size:1.25rem;
	text-transform: uppercase;
    font-family: 'BebasNeue';
    color:#68594e;
}

label.required:before {
	content:"*";
	margin-right:3px;
	color:#4cb442;
}

label .italic{
	display:block;
	margin-bottom:0.938rem;
}

.form-group {
	margin-bottom:15px;
}

.form-control{
	border-color:#c6c4c2;
	border-radius:0;
	height:3rem;
}

.form-control:focus{
	box-shadow:inset 0 0 0 2px #bed732;
}

select.form-control{
	height:3rem !important;
	border-color:#c6c4c2;
	border-radius:0;
}

textarea.form-control{
	height:125px;
	resize:none;
}

.checkit {
	position: relative;
	margin-bottom:0.938rem;
}

.checkit span{
	padding-left:1.563rem;
}

.checkit label {
	width: 1.563rem;
	height: 1.563rem;
	cursor: pointer;
	margin-left:1.25rem;
	margin-right:0.938rem;
	position: absolute;
	top: 0;
	left: 0;
	background: #fff;
	border:0.063rem solid #c6c4c2;
}
.checkit label:after {
	content: '';
	width: 0.75rem;
	height: 0.438rem;
	position: absolute;
	top: 0.438rem;
	left: 0.375rem;
	border: 0.188rem solid #231f20;
	border-top: none;
	border-right: none;
	background: transparent;
	opacity: 0;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.checkit label:hover::after {
	opacity: 0;
}
.checkit input[type=checkbox] {
	visibility: hidden;
}
.checkit input[type=checkbox]:checked + label:after {
	opacity: 1;
}

.form .btn{
	margin-top:1.875rem;
}

.form figure {
	margin:3.125rem 0 0 0;
}

.form h2,
.form h3,
.form h4,
.form h5,
.form h6 {
	margin:30px 0 0 0;
}


/* -----------------------------------------------------
5.0 LISTS
----------------------------------------------------- */
ul{
	padding-left:0;
}

ul li{
	list-style:none;
}

.list--contact li {
	margin-bottom:10px;
	font-size:1.125rem;
}

.list {
    margin:40px 0 20px 0;
    padding-left:0;
}

.list li {
	position:relative;
	padding-left:25px;
	margin-bottom:5px;
	list-style-type:none;
}

.list > li > ul {
	margin:10px 0;
}

.list > li > ul li {
	font-size:0.875em;
}

/* -----------------------------------------------------
5.1 BULLET LIST
----------------------------------------------------- */
.bullet-list {
}

.bullet-list li {
	position:relative;
	padding:0 15px;
	display:inline-block;
	list-style:none;
	font-size:1.25rem;
	line-height:1.25rem;
	font-weight:700;
	text-transform:uppercase;
}

.bullet-list li:after {
	content: '\2022';
	position:absolute;
	top:50%;
	left:100%;
	transform:translateY(-50%) translateX(-50%);
	font-size:18px;
}

.bullet-list li:last-of-type:after {
	display:none;
}


/* ---------- BOXED --------------------------------- */
.bullet-list--box {
	display:inline-block;
	width:auto;
	padding:5px;
	background-color:#231F20;
	border:4px solid #786757;
}

.bullet-list--box li {
	padding:0 5px;
	color:#fff;
	font-family: 'BebasNeue', 'Roboto', sans-serif;
	font-size:1.25rem;
	line-height:1.25rem;
	font-weight:normal;
}

/* ---------- LARGE --------------------------------- */
@media (min-width:576px) {
	.bullet-list li {
		font-size:1.5rem;
	}
	.bullet-list--box {
		padding:5px 10px;
	}
	.bullet-list--box li {
		font-size:1.75rem;
		line-height:1.75rem;
		padding:5px 10px;
	}
}
/* -----------------------------------------------------
5.2 SQUARES
----------------------------------------------------- */
.list--squares li:before {
    content:"";
    position:absolute;
    top:8px;
    left:0;
    width:6px;
    height:6px;
    background-color:#000;
}

/* -----------------------------------------------------
6.0 HEADER
----------------------------------------------------- */
.header{
	background: #bdd646;
	background: -moz-linear-gradient(left, #bdd646 0%, #4cb442 100%);
	background: -webkit-linear-gradient(left, #bdd646 0%,#4cb442 100%);
	background: linear-gradient(to right, #bdd646 0%,#4cb442 100%);
	padding-top:2.5rem/*3.438rem*/;
	position:absolute;
	top:0;
	right:0;
	width:100%;
	z-index:99;
}

.header .container-fluid{
	position:relative;
}

.header .logo{
	position:absolute;
	top:-30px;
	left:0.938rem;
	z-index:9;
}

.header .logo{
	width: 7.5rem;
}
	
.header-nav{
	min-height:2.5rem;
	background-color:#000;
	text-align:right;
	position:relative;
	z-index:8;
	box-shadow:-0.938rem 0.625rem 1.25rem rgba(0, 0, 0, 0.8);
	padding-top:0.313rem;
}

.header-nav .nav__links{
	margin-bottom:0;
	float:none;
	display:none;
}

.header-nav .nav__links li{
	display:block;
	padding: 0.313rem 0.625rem 0.938rem;
}

.header-nav .nav__links li a{
	font-size: 1.125rem;
	color:#fff;
	font-weight:900;
	text-decoration:none;
}

.header-nav .phone{
	float:right;
	position:relative;
}

.header-nav .phone a{
	color:#bdd646;
	font-family: 'Arimo', sans-serif;
	font-weight:bold;
	font-size:1.375rem;
	padding-top:0.125rem;
	display: inline-block;
	text-decoration:none;
}

.header-nav .phone a:hover{
	color:#6d9c40;
}

.header-nav .phone .order-online{
    background-image: url("../../images/order-online-bg.png");
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 100%;
	position: absolute;
    text-align: left;
    top: 1.875rem;
	left:50%;
	transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
    width: 7.5rem;
	z-index:0;
}

.header-nav .phone .order-online:before{
	content:"";
	width:100%;
	height:1.25rem;
	position:absolute;
	top:-0.187rem;
	left:0;
	z-index:-1;
	background: -moz-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 23%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,1) 0%,rgba(0,0,0,1) 23%,rgba(0,0,0,0) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,1) 0%,rgba(0,0,0,1) 23%,rgba(0,0,0,0) 100%);
}

.header-nav .phone .order-online span{
    color: #ffffff;
    font-family: "BebasNeue";
    font-weight: normal;
    line-height: 1.375rem;
	display:block;
	text-align:center;
    padding: 0.313rem 3.125rem 1.563rem 0.625rem;
	-webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.header-nav .phone .order-online span:before{
	content:"";
	background-image:url(../../images/order-online-icon.png);
	background-repeat:no-repeat;
	background-position:left top;
	background-size:100%;
	width:1.875rem;
	height:2.5rem;
	position:absolute;
	top:0.5rem;
	right:1.125rem;
	transition:all 0.3s ease;
}

.header-nav .phone a.order-online span:hover{
	color:#bdd646;
	-webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.dropdown-menu {
	border:none;
	border-top:none;
	border-bottom:none;
	background-color:transparent;
	margin:0 0 0.313rem 0;
	padding:0 0 0 0.938rem;
	border-radius:0;
	float: none;
	width: 11.25rem;
	min-width: inherit;
	position: relative;
	top: 0;
	left:0;
    transform:none;
	-webkit-transform:none;
	-moz-transform: none;
	-ms-transform: none;
}

.dropdown-toggle[type=button] {
	color:#4cb442!important;
	border:0;
	background-color:transparent;
	-webkit-appearance:none;
	cursor: pointer;
}

.dropdown-toggle[type=button]:hover {
	color:#44a23b!important;
}

#navbar {
	box-shadow: 0px 0px 45px 0 rgba(0,0,0,0.25);
}

#navbar .dropdown-menu {
	position: relative;
	top:auto;
	left:auto;
	right:auto;
	bottom:auto;
	width:100%;
	display: none;
	opacity:1.0;
	margin:0 0 15px 0;
	padding:0;
	visibility: visible;
	border:0;
	border-radius:0;
	border-top:1px solid #ccc;
	background-color:rgba(0,0,0,0.05);
}

#navbar .dropdown-menu li {
	border-bottom:1px solid #ccc;
}

#navbar .dropdown-menu li a {
	padding:11px 20px;
	font-size:0.875em;
	text-transform: uppercase;
}

#navbar .dropdown-menu li a:hover {
	background-color:#111;
	color:#fff;
}

#navbar .dropdown.show .dropdown-menu {
	display: block;
	
}

.header-nav .nav__links .dropdown-menu li{
	display:block;
	padding:0;
}

.header-nav .nav__links .dropdown-menu li a{
	display:block;
	color:#6d9c40;
	padding:0.625rem;
	font-size: 1rem;
	text-align: center;
	font-weight:600;
}

.header-nav .nav__links .dropdown-menu li a:hover{
	background-color:#4cb442;
	color:#fff;
}

.main-nav li.nav__contact-link {
	position:relative;
	font-weight:700;
}

.main-nav li.nav__contact-link:first-of-type {
	margin-top:15px;
}

.main-nav li.nav__contact-link .note {
	display:block;
	font-size:1rem;
	font-weight:400;
	color:#666;
}

.main-nav li.nav__contact-link a {
	position:relative;
    padding: 15px 20px 10px 45px;
}

.main-nav li.nav__contact-link a:hover {
	padding-left:50px;
}

.main-nav li.nav__contact-link p {
	font-size:0.875rem;
	color:#888;
}

.main-nav li.nav__contact-link p .note {
	margin-bottom:5px;
	color:#000;
	font-size:1rem;
}

.main-nav li .nav__contact-link-icon {
	position:absolute;
	left:20px;
	top:18px;
	color:#3e7b20;
	font-size:1.25em;
	opacity:0.5;
	transition:all 0.2s ease;
}

.main-nav li a:hover .nav__contact-link-icon {
	opacity:1.0;
}

/* -----------------------------------------------------
	SIDR NAV STYLES
----------------------------------------------------- */
.main-nav {
	text-align:left;
	position: fixed;
	top: 0;
	right:-300px;
	height: 100%;
	z-index: 99999;
	width: 300px;
	overflow-x: hidden;
	overflow-y: auto;
	background-color:#fff;
	background-image: url(../../images/pattern.png);
	background-repeat:repeat;
}

.main-nav.is-active{
	right:0;
	padding:0 0 0.938rem 0;
}

.main-nav li {
	display:block;
	overflow:hidden;
}

.main-nav li a {
	color:#4cb442;
	text-align:left;
	display:block;
	padding:10px 20px;
	font-size: 1.125rem;
	font-weight:900;
}

.main-nav li a:hover,
.main-nav li a.active,
.main-nav li a:focus{
	color:#44a23b;
}

.navbar__close {
    position: relative;
    background-color: transparent;
    border: 0;
    float: right;
    font-size: 40px;
    line-height: 50px;
    font-weight: bold;
    color: #4cb442;
    height: 50px;
    width: 50px;
    text-align: center;
    outline:none!important;
    box-shadow:none!important;
}

.navbar__close:hover {
	color:#000;
	cursor:pointer;
}

body,
.header,
.main-nav,
.main-nav.is-active,
.header.is-active,
body.is-active{
	transition:all ease-in-out 0.3s;
}

body.is-active{
	right:300px;
}

/* mobile nav open-close toggle styles */
.navbar-toggle{
	background:none;
	border:none;
	font-size: 1.125rem;
	color: #fff;
	font-weight: 900;
	text-decoration: none;
	display: inline-block;
	padding:0;
	margin:0;
	cursor: pointer;
	user-select: none;
	opacity: 0.99;
	outline:none !important;
	position:absolute;
	top:-2.4rem;
	right:0.938rem;
}

.navicon {
	position: relative;
	width: 1.25rem;
	height: 0.125rem;
	background: #fff;
	display:inline-block;
	vertical-align:middle;
	margin-left:0.313rem;
	top:-1px;
}

.navicon:before,
.navicon:after {
	display: block;
	content: "";
	height: 0.125rem;
	width: 1.25rem;
	background: #fff;
	position: absolute;
	z-index: -1;
	transition: 0.5s 0.25s;
}

.navicon:before {
	top: 0.375rem;
}

.navicon:after {
	top: -0.375rem;
}

.navicon,
.navbar-toggle,
.navbar-toggle .navicon:before,
.navbar-toggle .navicon:after,
.navbar-toggle:hover .navicon:before,
.navbar-toggle:hover .navicon:after {
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

.navbar-toggle:hover .navicon:before {
	top: 0.438rem;
}

.navbar-toggle:hover .navicon:after {
	top: -0.438rem;
}

.navbar-toggle.is-active:not(.steps) .navicon:before,
.navbar-toggle.is-active:not(.steps) .navicon:after {
 top: 0 !important;
}

/* × and + */

.navbar-toggle.is-active .navicon {
	background: transparent;
}

.navbar-toggle.is-active .navicon:before {
	-webkit-transform: rotate(-45deg); 
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	height:0.25rem;
}

.navbar-toggle.is-active .navicon:after {
	-webkit-transform: rotate(45deg); 
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	height:0.25rem;
}
/* -----------------------------------------------------
7.0 FOOTER
----------------------------------------------------- */
.footer{
	padding-top:5rem;
	background-color:#000;
	text-align: center;
	margin-bottom:-0.188rem;
}

.footer h5{
	color:#bed732;
	font-weight:900;
	text-transform:uppercase;
	margin-top:0;
}

.footer p{
	font-size:1.25rem;
	color: #fff;
	font-weight: normal;
}

.footer a{
	color:#fff;
}

.footer a:hover,
.footer a:focus,
.footer a.active{
	color:#bdd646;
}

.footer-contact a{
	font-size:1.25rem;
	font-weight:900;
	text-decoration:underline;
	display:inline-block;
	clear:both;
	margin-bottom:0.938rem;
	margin: 0 0.625rem;
}

.footer-mid-content{
	padding:0 1.875rem;
	margin: 3.125rem 0;
	position:relative;
}

.footer-mid-content:before,
.footer-mid-content:after{
	content:"";
	background-color:#fff;
	width:0.125rem;
	height:100%;
	position:absolute;
	top:0;
	display:none;
}

.footer-mid-content:before{
	left:0.938rem;
}

.footer-mid-content:after{
	right:0.938rem;
}

.footer-mid-content p.small{
	font-weight:300;
	font-style:italic;
	font-size:0.938rem;
}

.footer-mid-content a{
	font-size:1.438rem;
}

.social-icons{
	width:12.5rem;
	float: none;
    margin: 0 auto;
}

.social-icons li{
	display:inline-block;
	float:left;
	margin:0 0.25rem 0.313rem;
}

.social-icons li a{
	display:inline-block;
	height:2.625rem;
	width:2.625rem;
	background-color:#fff;
	color:#000;
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	border-radius:100%;
	font-size:1.25rem;
	border:0.063rem solid #fff;
	box-shadow:inset 0 0 0 0.125rem #000;
}

.social-icons li a:hover{
	background-color:#bdd646;
	border-color:#bdd646;
	color:#000;
}

.social-icons li a img{
	padding-bottom:0.375rem;
}

.footer-nav{
	margin:3.125rem 0 2.5rem;
	display:block;
	text-align:center;
}

.footer-nav li{
	display:inline-block;
	padding:0 0.938rem;
	border-right:0.063rem solid #fff;
}

.footer-nav li:last-child{
	border:none;
}

.footer-nav li a{
	color:#fff;
	font-weight:400;
	font-size:1.063rem;
	line-height:1.063rem;
	display:block;
}

.copyrights{
	padding-bottom:1.875rem;
	text-align:center;
}

.footer .copyrights p{
	margin-bottom:0;
	font-size:0.938rem;
}

.copyrights p a,
.copyrights p a.text-link{
	text-decoration:none;
}

.text-us {
	position:relative;
	margin-bottom:60px;
}

.text-us__icon {
	height: 50px;
    width: 50px; 
    display: inline-block;
    font-size: 30px;
    line-height: 45px;
    color: #fff;
    border: 2px solid #48AE35;
    border-radius: 50%;
    text-align: center;
}

.text-us p {
	color:#fff;
	font-size:1.2rem;
	font-weight:700;
	text-transform:uppercase;
	margin:10px 0;
}

.text-us p.note {
	opacity:1.0;
	color:#ccc;
	font-size:0.935rem;
}

.text-us p b {
	color:#fff;
	display:inline;
	border-bottom:1px solid #555;
	font-weight:700;
}

@media (min-width:768px){
	.text-us {
	    border: 2px dashed #555;
	    padding: 20px 20px 20px 85px;
	    border-radius: 5px;
	}
	
	.text-us__icon {
		position:absolute;
		left:20px;
		top:20px;
	}
	
	.text-us p {
		margin:0;
	}
}

/* -----------------------------------------------------
7.1 ACTION BOXES
----------------------------------------------------- */
.action-box {
	width:280px;
	height:280px;
	position:relative;
	z-index:0;
	display:block;
    padding: 0 50px;	
	margin:0 auto 0 auto;
	background-image:url(../../images/club-ring.png);
	background-repeat:no-repeat;
	background-position:center center;
	background-color: transparent;
	background-size:280px 280px;
}

/* ----------- ACTION BOXES ------------- */
.action-box__content {
	position:relative;
	top:50%;
	transform:translateY(-50%);
}

.action-box__title img {
	width:130px;
	margin-bottom:15px;
}

.action-box__description {
	color:#fff;
	margin-bottom:15px;
	font-size:0.8rem;
}

.action-box__content .btn {
    font-size: 1rem;
    padding: 10px 18px;
    min-width:9em;
}

@media(min-width: 390px){
	
.action-box {
	width:320px;
	height:320px;
	position:relative;
	z-index:0;
	display:block;
    padding: 0 50px;	
	margin:0 auto 0 auto;
	background-image:url(../../images/club-ring.png);
	background-repeat:no-repeat;
	background-position:center center;
	background-color: transparent;
	background-size:320px 320px;
}

/* ----------- ACTION BOXES ------------- */
.action-box__content {
	position:relative;
	top:50%;
	transform:translateY(-50%);
}

.action-box__title img {
	width:130px;
	margin-bottom:15px;
}

.action-box__description {
	color:#fff;
	margin-bottom:15px;
	font-size:0.8rem;
}

.action-box__content .btn {
    font-size: 1rem;
    padding: 10px 18px;
}

}


@media (min-width: 992px) {
	.action-box {
	    width: 425px;
	    height: 425px;
	    padding: 0 80px;
	    margin: 0 auto;
	    background-size: 425px 425px;
   	}
	
	.action-box__description {
		display:block;
		font-size:1.1rem;
	}
	
	.action-box__title {
		border-bottom:3px solid #F5D46C;
		padding-bottom:15px;
		margin-bottom:15px;
	}
	
	.action-box__title img {
		width:240px;
		margin:15px 0 0 0;
	}
	
	.action-box__content .btn {
	    font-size: 1.125rem;
	    padding: 13px 22px;
	}
}

/*
@media (min-width: 1200px) {
	.action-box {
		width:550px;
		height:550px;
		background-size:539px 538px;
	}
	
	.action-box .action-box__description {
		margin:20px 0;	
		font-size:1.25rem;
	}
	
	.action-box .action-box__title img {
		width: 275px;
	}
}
*/


/* -----------------------------------------------------
8.0 BANNER
----------------------------------------------------- */
.banner {
	background-image:url(../../images/club-bg.jpg);
}

.banner,
.internal-banner {
    position: relative;
}

.banner,
.internal-banner,
.banner__bg {
	background-repeat:no-repeat;
	background-position:top center;
	background-size:cover;
}

.banner--image-bottom .banner__bg {
	background-position:bottom center;
}

.banner .banner__bg {
	height:90vh;
}

.internal-banner .banner__bg {
	min-height:30rem;
}

.internal-banner .page__title {
	text-shadow:2px 2px 0 rgba(0,0,0,0.4);
}

.internal-banner .banner__bg:before {
	position:absolute;
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.2);
}

.banner__bg:after {
	content: "";
	border-color: #4cb442;
	border-style: solid;
	border-right:0;
	border-left:0;
	border-bottom-width: 2px;
	border-top-width: 4px;
	position: absolute;
	bottom: 10px;
	left: 0;
	display: block;
	height: 10px;
	width: 100%;
	z-index: 1;
}

.banner__content{
	background-image:url(../../images/lay.png);
	background-repeat:no-repeat;
	background-position:bottom center;
	background-size:100%;
	min-height:18.75rem;
	min-width:18.75rem;
	position:absolute;
	bottom:0;
	left:50%;
	z-index:4;
	text-align:center;
	-ms-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	padding-top: 10rem;
}

.banner__content img {
    width: 9.375rem;
}

.page__title {
	position: absolute;
	left: 50%;
	top: 62%;
	text-align: center;
	width:100%;
	padding:0 0.938rem;
	-webkit-transform:translate(-50%,-50%);
	-moz-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
}

.page__title h1{
	color:#fff;
	font-family: 'BebasNeue';
	font-size:3.125rem;
	line-height:3.125rem
}


/* -----------------------------------------------------
9.0 COMPONENTS
----------------------------------------------------- */
/* -----------------------------------------------------
9.1 SPECIALS
----------------------------------------------------- */
.specials {
	margin-bottom:50px;
}

.specials__title {
	text-align:center;
	display: flex;
	margin-bottom:15px;
    align-items: center;	
}


.specials__title h4,
.specials__title h4 a {
	display:block;
	width:100%;
	margin:0;
	color:#fff;
	text-transform:uppercase;
	font-size:1.375rem;
	font-weight:900;
	line-height: 1.25em;
	text-decoration:none;
	transition:all 0.2s ease;
}

.specials__title {
	color:#fff;
}

.home .specials:hover a {
	color:#48b22b;
}

.specials:hover a.btn {
	color:#fff;
	background-color:#70c368;
}

.specials__title a span {
	display:block;
}

.specials__title a span.sp-small {
	font-size:1.5rem;
	font-weight:500;
}

.specials__title a .fa {
    position: relative;
    transition:margin-left 0.25s ease;
}

.specials:hover .specials__title a .fa {
    margin-left: 5px;
}

.specials__image a,
.specials__coupons a{
	position:relative;
	display:block;
	border-radius:100%;
	margin: 0 auto;
}

.specials__image img {
	box-shadow: 0.188rem 0.313rem 0 0 rgba(17,15,16,0.75);
	-webkit-box-shadow: 0.188rem 0.313rem 0 0 rgba(17,15,16,0.75);
	-moz-box-shadow: 0.188rem 0.313rem 0 0 rgba(17,15,16,0.75);
	border:0.313rem solid #786658;
}

.specials__image {
	position:relative;
	z-index:0;
	max-width:200px;
	margin:0 auto;
}

.specials__image img{
	width:100%;
	border-radius:100%;
	position:relative;
	z-index:-1;
}

.specials:hover .specials__image a,
.specials__image a:hover{
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	transform: rotateY(180deg);
	z-index:-1;
}

.specials__image a,
.specials__image a:after,
.specials__image a:hover:after{
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}


.specials__content {
	margin-top:30px;
	text-align:center;	
}

.specials__content p {
	font-size: 1.125rem;
	color: #fff;
	font-weight: 700;
	margin: 0 0 30px 0;
}

.specials__content p span {
	display: block;
	font-weight: 300;
	font-style: italic;
}

.specials__coupon {
	position:relative;
	height:200px;
	width:200px;
	display:block;
	margin:0 auto;
	border:5px solid #fff;
	border-radius:50%;
}

.specials__coupon .specials__coupon-text {
	position:relative;
	top:50%;
	width:100%;
	padding:10px 10%;
	transform:translateY(-50%);
	text-align:center;
}

.specials__coupon .specials__coupon-view {
	display:inline-block;
	padding:7px 12px 5px 12px;
	border:2px solid #fff;
	border-radius:40px;
	color:#fff;
	font-weight:700;
	text-transform:uppercase;
}

.specials__coupon .specials__coupon-title {
	display:block;
	margin-top:10px;
	color:#fff;
	line-height:1.125em;
	font-size:1.25em;
	font-weight:700;
}

.specials--light .specials__title h4,
.specials--light .specials__title h4 a,
.specials--light .specials__content p {
	color:#000;
	text-decoration:none!important;
	transition:all 0.2s ease;
}

.specials--light:hover .specials__title h4 a {
	color:#4cb442!important;
}

.specials--light:hover .btn {
	background-color:#48b22b;
	border-color:#48b22b;
	color:#fff;
	box-shadow:0 8px 12px 0 rgba(0,0,0,0.2);
	transform:translateY(-2px);
}

.specials__content p.specials__detail {
	font-weight:normal;
}

/* -----------------------------------------------------
9.2 COUPONS
----------------------------------------------------- */
.coupon {
	position:relative;
	max-width:275px;
	margin:0 auto 15px auto;
	display:block;
	text-align:center;
	box-shadow:0 10px 25px 0 rgba(0,0,0,0.2);	
	background-color:#000;
}

.coupon,
.coupon__image {
    -webkit-backface-visibility: hidden;
	transition:all 0.25s ease;
}

.coupon__btn {
	display:none;
	opacity:0.0;
}

@media (min-width: 576px) {
	.coupon {
		max-width:350px;
	}
}

@media (min-width:992px) {
	.coupon {
		margin-bottom:0;
		max-width:100%;
	}
	
	.coupon:hover {
		box-shadow:0 15px 35px 0 rgba(0,0,0,0.3);	
		transform:translateY(-3px);
	}
	
	.coupon:hover .coupon__image {
		opacity:0.35;
	}
	
	.coupon__btn {
		position:absolute;
		top:50%;
		left:50%;
		display:inline-block;
		transform:translateY(-50%) translateX(-50%);
	}
	
	.coupon:hover .coupon__btn {
		opacity:1.0; 
	}
}

/* -----------------------------------------------------
9.3 BEERS
----------------------------------------------------- */
.beer {
	padding-bottom:15px;
	margin-bottom:30px;
	border-bottom:2px solid rgba(0,0,0,0.1);
}

.beer-column .beer:last-of-type {
	margin-bottom:0;
}

.beer__title {
	margin-bottom:5px;
}

.beer__stats {
	margin-bottom:10px;
	font-size:1.125rem;
	font-weight:700;
	color:#000;
}

.beer .beer__description {
	font-size:1rem;
	font-style:italic;
	color:#666;
	margin-bottom:0;
}


@media (min-width: 768px) {
	.beer-column {
	-webkit-columns: 2;
	   -moz-columns: 2;
	        columns: 2;
	    -webkit-column-gap: 60px; 
	    -moz-column-gap: 60px; 
	    column-gap: 60px;        
	}
	
	.beer-column div {
	    break-inside: avoid-column;
	    -webkit-column-break-inside: avoid;    
	}
}

/* -----------------------------------------------------
9.4 PRODUCTS
----------------------------------------------------- */
.product {
	text-align:center;
}

.product:focus,
.product:active,
.product:target {
	outline:none;
	box-shadow:none;
	text-decoration:none!important;
}

.product__link {
	display:block;
}

.product__image {
	border-radius:5px;
	transition:all 0.2s ease;
	box-shadow:0 10px 20px rgba(0,0,0,0.13);
}

.product__title {
	margin-bottom:10px;
    font-size: 1rem;
    font-weight: 900;
    line-height: 1.25em;
    text-transform:uppercase;
    text-decoration:none!important;
}

.product__details {
	color:#666;
	font-size:1.125em;
}

.product__title .fa {
    position: relative;
    transition: margin-left 0.25s ease;
}

.product:hover .product__title {
	color:#4cb442;
}

.product:hover .product__image {
	transform:translateY(-2px);
	box-shadow:0 10px 30px rgba(0,0,0,0.25);
}

.product:hover .product__title .fa {
	margin-left:5px;
}

@media (min-width:768px) {
	.product__title {
		font-size: 1.375rem;
	}
}


/* -----------------------------------------------------
9.5 PAGE JUMP NAV
----------------------------------------------------- */
.page-jump {
	display:flex;
	margin-top:50px;
	align-items:center;
}

.page-jump__item {
	padding-right:15px;
    font-size: 1.2rem;	
}

.page-jump__item--title {
	position:relative;
	width: 110px;
    flex: 110px 0 0;
    padding-right:25px;
	font-weight:800;
	color:#000;
	text-transform:uppercase;
}

.page-jump__item--title:after {
	position:absolute;
	top:50%;
	right:10px;
	transform:translateY(-50%);
	content:"\f054";
	opacity:0.25;
	display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 12px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;	
}

/* -----------------------------------------------------
9.6 FIGURES
----------------------------------------------------- */
.figure-aside {
	margin-top:30px;
}

@media (min-width: 768px) {
	.figure-aside {
		margin-top:0;
	}	
}


/* -----------------------------------------------------
9.7 LOGO HISTORY
----------------------------------------------------- */
.pinocchios-logo-holder{
	margin-top:75px;
}

.pinocchios-logo {
	position:relative;
	display:block;
	padding-bottom:25px;
	margin:0 auto 15px auto;
}

/*
.pinocchios-logo:after {
	content:"";
	position:absolute;
	left:50%;
	bottom:0;
	width:25px;
	height:100px;
	display:block;
	background:url(../../images/faded-arrow.png) no-repeat center center transparent; 
	background-size: 25px 100px;
	transform:translateX(-50%);
}
*/
.pinocchios-logo__image {
	display:block;
	max-width:150px;
	margin:0 auto 10px auto;
}

.pinocchios-logo__title {} 

.pinocchios-logo__description {
	max-width:400px;
	margin:10px auto;
}

.pinocchios-logo-holder .row > div:last-of-type .pinocchios-logo {
	padding-bottom:0;
}

.pinocchios-logo-holder .row > div:last-of-type .pinocchios-logo:after {
	content:none;
	display:none;
}

@media (min-width:768px) {
	.pinocchios-logo__image {
		max-width:200px;
	}
}

@media (min-width:992px) {
	.pinocchios-logo__image {
		max-width:250px;
	}
	
	.pinocchios-logo:after {
		right: 0;
	    bottom: auto;
	    top:35px;
	    z-index:10;
	    left: auto;
	    width: 50px;
	    height: 200px;
	    transform: translateX(0) rotate(-90deg);
	}

}

@media (min-width:1200px) {
	.pinocchios-logo:after {
		background-size: 50px 200px;
	}
}

/* -----------------------------------------------------
9.8 TIMELINE
----------------------------------------------------- */

/* -----------------------------------------------------
9.9 GALLERY ITEM
----------------------------------------------------- */
.gallery-item {
      width:100%;
      height:100px;
      margin-bottom:30px;
      background-position:center center;
      background-repeat: no-repeat;
      background-size:cover;
}

@media (min-width:360px) {
      .gallery-item{
            height:150px;
      }
}

@media (min-width:576px) {}

@media (min-width:768px) {
      .gallery-item{
            height:225px;
      }
}

@media (min-width:992px) {
      .gallery-item{
            height:250px;
      }
}

/* -----------------------------------------------------
10.0 PAGE-SPECIFIC STYLES
----------------------------------------------------- */
/* -----------------------------------------------------
10.1 HOME
----------------------------------------------------- */
.introduction h2 {
	margin-bottom:10px;
	font-family:'Roboto', sans-serif;
	color: #000;
	font-size:2.75rem;
    font-weight: 900;
} 

.generation{
	padding:3.125rem 0 9.375rem;
	background: #4cb442;
	background: -moz-linear-gradient(top, #4cb442 0%, #bdd646 85%);
	background: -webkit-linear-gradient(top, #4cb442 0%,#bdd646 85%);
	background: linear-gradient(to bottom, #4cb442 0%,#bdd646 85%);
	text-align:center;
	position:relative;
}
.generation:before{
	content:"";
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:80%;
	background-repeat:no-repeat;
	background-size:100%;
	background-image:url(../../images/glass.png);
	background-position:left bottom;
}

.generation h1{
	color:#fff;
	font-family: "BebasNeue";
	text-align:center;
	text-shadow:0.125rem 0.125rem 0.063rem #458222;
	position: relative;
	padding: 0 0 1.25rem;
}

.generation h1:after {
	position: absolute;
	content: "";
	left: 50%;
	right: 0;
	bottom: 0;
	margin: 0 auto;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	max-width: 18.75rem;
	height: 0.25rem;
	background-color: #37b34a;
}
.generation h1 span{
	display:block;
	font-family: 'SunValley';
	font-size:6.25rem;
	line-height:3.125rem;
	position:relative;
	max-width:43.75rem;
	height: 4.688rem;
	margin:0 auto;
}

.generation h1 span:before,
.generation h1 span:after{
	content:"";
	position:absolute;
	width:6.25rem;
	height:1.25rem;
	background-repeat:no-repeat;
	background-size:100%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.generation h1 span:before{
	background-image:url(../../images/left-arrow.png);
	background-position:left top;
	left:0;
}

.generation h1 span:after{
	background-image:url(../../images/right-arrow.png);
	background-position:right top;
	right:0;
}

.generation p.lead{
	line-height:1.875rem;
	font-size:1.75rem;
	color:#000;
	font-weight:900;
	max-width:62.5rem;
	margin:1.875rem auto;
}

.generation p{
	max-width:68.75rem;
	margin:0 auto;
	font-size:1rem;
	color:#000;
}


/* -----------------------------------------------------
10.2 MENUS
----------------------------------------------------- */
.restaurant-offers .bullet-list {
	margin-bottom:50px;
}

/* -----------------------------------------------------
10.3 SPECIALS
----------------------------------------------------- */
/* -----------------------------------------------------
10.4 TESTIMONIALS
----------------------------------------------------- */
.testimonial {
	padding:0 0 1.25rem 2.188rem;
	border-bottom:0.063rem solid #d4e380;
	position:relative;
	margin-right:1.875rem;
	margin-bottom:1.875rem;
	text-align:left;
}

.testimonial p,
.testimonial span{
	color:#68594e;
}

.testimonial p{
	margin-bottom:0.625rem;
}

.testimonial:before{
	content:"";
	position:absolute;
	top:0;
	left:0;
	background-image:url(../../images/quotes.png);
	background-repeat:no-repeat;
	background-position:top left;
	background-size:100%;
	height:1.25rem;
	width:1.563rem;
}


/* -----------------------------------------------------
10.4 GALLERY
----------------------------------------------------- */
.gallery-block h2 {
	text-align:center;
	margin-bottom:3.125rem;
}

.gallery-item{
	display:block;
	float:left;
	position:relative;
	z-index:0;
}

.gallery-item:hover{
	transform:scale(1.1);
	box-shadow:0 0 0.625rem rgba(0,0,0,0.7);
	display:block;
	z-index:9;
}

.gallery-item:before{
	content:"";
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:rgba(168,199,0,0.85);
	opacity:0;
}

.gallery-item:hover:before{
	opacity:1
}

.gallery-item:after {
	content:"\f002";
	font-family:'FontAwesome';
	color:#fff;
	font-size:1.75rem;
	line-height:1.75rem;
	position:absolute;
	top:50%;
	left:50%;
	-webkit-transform:translate(-50%,-50%);
	-moz-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
	opacity:0;
	z-index:11;
}

.gallery-item:hover:after {
	opacity:1
}

.gallery-item:before,
.gallery-item:after,
.gallery-item:hover:before,
.gallery-item:hover:after{
	-webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    transition: all 0.25s ease;
}


/* -----------------------------------------------------
10.X REWARDS
----------------------------------------------------- */
.rewards-header__title {
	font-weight:700;
	text-transform:uppercase
}

.rewards-header__title-top {
	color:#4cb442;
	font-size:2.25rem;
	line-height:1em;
	letter-spacing:2px;
}

.rewards-header__title-center {
	display:block;
	margin:10px 0;
	font-size:2.5rem;
	line-height:1em;
	color:#000;
	letter-spacing:2px;	
}

.rewards-header__title-bottom {
	display:inline-block;
	padding:3px 10px;
	margin-top:10px;
	background-color:#4cb442;
	font-size:1em;
	color:#fff;
}

.reward-grid {
	position:relative;
	margin:125px 0 50px 0;
}

.reward-grid__star {
	position:absolute;
	left:50%;
    top: -90px;
    z-index: 10;
    height: 150px;
    width: 150px;
   	transform:translateX(-50%);
}

.reward {
	margin-bottom:30px;
}

@media screen and (min-width:992px) {
	.reward-grid {
		position:relative;
		margin-top:200px;
	}
	
	.reward-grid__star {
	    top: -125px;
	    height: 200px;
	    width: 200px;
	}
	
	.reward {
		margin-bottom:0;
	}
}

/* -----------------------------------------------------
11.0 MEDIA QUERIES
----------------------------------------------------- */
@media screen and ( min-width:80rem ) {
	.specials {
		margin-bottom:50px
	}
	
	.specials__coupon  {
		width: 275px;
		height: 275px;
	}
	
	.specials__image {
		max-width:275px;
	}
	
	.specials__coupon {
	    margin-top: 100px;
	}
	
	.specials__coupon:hover {
		background-color:#fff;
	}
	
	.specials__coupon:hover .specials__coupon-title {
		color:#000;
	}
	
	.specials__coupon:hover .specials__coupon-view {
		border-color:#000;
		color:#000;
	}
	
	.specials__coupon .specials__coupon-view {
		padding: 2px 25px;
		border-width:2px;
	    font-size: 1.75em;
	}

	.specials__coupon .specials__coupon-title {
		font-size:2em;
	}
		
	.specials__title a {
		font-size: 1.625rem;
	}
	
	.specials__coupons .btn,
	.specials__coupons p {
		font-size: 2.5rem;
	}
	
	.specials__coupons p {
		line-height: 3.125rem;
	}
}


@media screen and ( min-width:75rem) {
	.header-nav .nav__links li {
		padding: 0.938rem 1.563rem;
	}
	
	.header-nav .phone a {
		font-size: 2.5rem;
		line-height:2.5rem;
		padding-top:0.625rem;
	}
	
	.navbar-toggle{
		margin:0 3.125rem 0 1.563rem;
	}
	
	.header .logo{
		width: 14.375rem;
	}
	
	.header-nav .phone .order-online{
		width:11.875rem;
		top:3.25rem;
	}

	.header-nav .phone .order-online:hover {
		padding-top:15px;
	}

	.header-nav .phone .order-online:hover span:before {
		margin-top:5px;
	}
	
	.header-nav .phone .order-online span{
		line-height:2.5rem;
	}
	
	
	.header {
		padding-top: 4.063rem;
	}
	
	.header .logo{
		top:-50px;
	}
}	

@media screen and ( min-width:62rem) {
	.header {
		position:fixed;
	}
	
	.header.is-active{
		right:300px;
	}
	
	.header.affix{
		top:-4.063rem;
	}
	
	.header.affix .logo{
		width:7.5rem;
		top:-0.312rem;
	}
	
	.header .logo,
	.header.affix .logo{
		-webkit-transition: all 0.25s ease;
		-moz-transition: all 0.25s ease;
		-ms-transition: all 0.25s ease;
		transition: all 0.25s ease;
	}
	
	.header-nav .nav__links,
	.header-nav .nav__links li{
		display:inline-block;
	}
	
	.header-nav .phone .order-online span{
		padding:0 5rem 2.188rem 1.25rem;
	}
	
	.header-nav .phone .order-online span:before{
		width:3.125rem;
		height:4rem;
		top:1.25rem;
		right:1.5rem;
	}
	
	.header-nav{
		padding:0;
	}
	
	.internal-banner .banner__bg {
		min-height:45rem;
	}
	
	.generation{
		padding: 4.375rem 0 21.875rem;
	}
	
	.club-block .club__grid{
		padding:0 3.75rem;
	}
	
	.footer {
		text-align: left;
	}

	.footer-mid-content,
	.footer-contact a {
		margin: 0;
	}
	
	.footer-mid-content:before,
	.footer-mid-content:after{
		display:block;
	}
	
	.social-icons {
		float: left;
		margin: inherit;
	}
	
	.social-icons li {
		margin: 0 0.063rem 0.313rem;
	}
	
	.main-nav ul{
		display:none;
	}
	
	.main-nav li a:hover,
	.main-nav li a.active,
	.main-nav li a:focus{
		padding-left:1.5rem;
	}
	
	/* Dropdown */
	li.dropdown ul.dropdown-menu {
		display: block;
		opacity: 0;
		background: #fff; 
		text-align: center;
		visibility: hidden;
		-webkit-transition: all 0.4s ease;
		-moz-transition: all 0.4s ease;
		-ms-transition: all 0.4s ease;
		transition: all 0.4s ease;		
	}
	
	.header .dropdown-menu{
		background-color:#fff;
		border:none;
		border-top:4px solid #4cb442;
		margin:0 0 1.875rem 0;
		padding:0;
		border-radius:0 0 5px 5px;
		float: left;
		width: 275px;
		position: absolute;
		left: 1.563rem;
		top: 1.563rem;
		transform: none;
		overflow:hidden;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
	}
	
	li.dropdown:hover ul.dropdown-menu, 
	li.dropdown.show ul.dropdown-menu {
		display: block;
		opacity: 1;
		top: 3.5rem;
		transition: all 0.4s ease 0s;
		visibility: visible;
		-webkit-transition: all 0.4s ease;
		-moz-transition: all 0.4s ease;
		-ms-transition: all 0.4s ease;
		transition: all 0.4s ease;
	}
	
	header .dropdown-menu li {
		border-bottom:1px solid #efefef;
	}

	.header-nav .nav__links .dropdown-menu li a {
		padding:10px 20px;
	}

	.description__content{
		padding:0 1.875rem 3.125rem 0;
	}
	
	.about-page .description__content{
		padding:0 1.875rem 3.125rem 0;
	}
	
	.testimonial {
		padding:0 3.125rem 1.25rem 2.188rem;
	}
	
}
@media (min-width: 61.938rem) and (max-width: 74.938rem) {	
	.header-nav .nav__links li {
		padding: 0.938rem 0.938rem;
	}
	
	.header {
		padding-top: 3.125rem;
	}
	
	.header.affix{
		top: -3.125rem;
	}
	
	.header .logo{
		width: 11.25rem;
		top:-36px;
	}
	
	.header-nav .phone a {
		font-size: 2rem;
		margin-top:0.375rem;
	} 
	
	.header-nav .phone .order-online{
		width:10.625rem;
		top:2.5rem;
	}
	
	.header-nav .phone .order-online span{
		line-height:2rem;
		padding:0.5rem 5rem 1.875rem 1.25rem;	
	}
	
	.header-nav .phone .order-online span:before{
		top:0.625rem;
	}
	
	.navbar-toggle{
		margin:0 0.938rem 0 0.313rem;
	}
	
	.header .dropdown-menu{
		left:0.625rem
	}
	
}

@media (min-width: 48rem) and (max-width: 74.938rem) {	
	.header-nav .nav__links li {
		padding: 0.938rem 0.625rem;
	}
	
	.navbar-toggle{
		margin:0.125rem 0.938rem;
	}
	
	.internal-banner .banner__bg {
		min-height:34.375rem;
	}
	
}

@media screen and ( min-width:48rem) {
	p{
		font-size:1.25rem;
	}
	h1,
	.page__title h1 {
		font-size: 5.563rem;
		line-height: 5.625rem;
	}
		
	h2 {
    	font-size: 2.875rem;
	}
	
	h3 {
    	font-size:2.25rem;
	}
	
	.navicon,
	.navicon:before,
	.navicon:after {
		background: #3e7b20;
	}
	
	.header-nav .nav__links .dropdown-menu li a {
		text-align: left;
	}
	
	.header-nav .nav__links li a:hover,
	.header-nav .nav__links li a:focus,
	.header-nav .nav__links li a.active{
		color:#6d9c40;
	}
	
	.navbar-toggle{
		position:relative;
		top:inherit;
		right:inherit;
	}
	
	.banner .banner__bg {
		height:100vh;
	}
	
	.banner--bottom {
		padding: 5rem 0.938rem;
	}
	
	.banner--bottom h2{
		font-size:3rem;
	}
	
	.banner__content {
		min-width: 33.125rem;
		padding-top: 3.75rem;
	}
	
	.banner__content img {
    	width: inherit;
	}
	
	.specials__title {
    	min-height: 75px;
    	margin-bottom:0;
	}
	
	.specials__coupon {
		margin-top:100px;
	}
	
	.specials__title a {
		font-size:1.5rem;
	}
	
	.generation h1::after {
		max-width: 41.25rem;
	}
	
	.generation p.lead,
	p.lead{
		font-size: 2.5rem;
		line-height: 2.875rem;
	}
	
	.generation p{
		font-size:1.25rem;
	}
	
	.generation h1 span {
		font-size: 8.75rem;
		height: 5.625rem;
	}		
	
	.generation h1 span::before, 
	.generation h1 span::after {
		width: 12.5rem;
		height: 2.5rem;
	}
	
	.club-block {
		padding: 6.25rem 0;
	}
	
	.inner__menus .specials__title {
		min-height: 5rem;
	}
	
	.footer-contact a {
    	margin-bottom: 0.938rem;
	}
	
	.store .form{
		margin-bottom:0;
	}
	
	.store figure{
		margin-left:3.125rem;
	}
	
	.testimonial:last-child{
		border-bottom:none;
	}
	
	.draft-block .draft:last-child{
		border-bottom:none;
	}
	
	.draft{
		margin:0 1.25rem 0.938rem 0;
	}	
	
	.inner__menus .specials__content {
		padding: 0 0 3.75rem 0;
		position:relative;
	}
	.inner__menus .specials__content .btn{
		position:absolute;
	}
	
	.special-coupons .coupons__block {
		margin:2.5rem auto;
	}
	
	.special-coupons{
		padding:0;
	}
}

@media (min-width: 36rem) and (max-width: 47.938rem) {
	.banner--bottom {
		padding: 3.75rem 0.938rem;
	}

	h1,
	.page__title h1 {
		font-size: 4.5rem;
		line-height:4.375rem;	
	}

	h2 {
		font-size: 2.625rem;
	}
	
	.generation h1 span {
		font-size: 7.5rem;
		margin: 0 auto 0.625rem;
	}
	
	.generation h1 span {
		height: 5.188rem;
	}
	
	.generation h1 span::before, 
	.generation h1 span::after {
		width: 9.375rem;
		height: 1.75rem;
	}
	
	.generation h1::after {
		max-width: 25rem;
	}
	
	.generation p.lead {
		font-size: 2.125rem;
		line-height: 2.5rem;
	}
	
	.club-block .club {
		background-size: auto;
	}


}

@media (min-width: 36rem) and (max-width: 61.938rem) {
	.banner__content img {
		width: 18.75rem;
	}
	
	.banner__content {
		min-width: 28.75rem;
		padding-top: 5.313rem;
	}
	.generation {
		padding: 3.75rem 0 12.5rem;
	}		
}

@media screen and ( min-width:36rem) {
	.btn {
		font-size: 1.125rem;
		padding:0.938rem 1.875rem;
	}

	.footer-nav li {
		padding: 0 1.25rem;
	}
	
	.footer-mid-content{
		padding:0 6.25rem;
	}
	
	.footer-mid-content::after {
    	right: 2.5rem;
	}
	
	.footer-mid-content::before {
    	left: 2.5rem;
	}
		
	.testimonials h2 span{
		padding-left:1.875rem;
		display:inline-block;
	}
	.green-box .btn{
		padding:0.625rem 2.5rem;
	}
}

/** 
 * iPad with portrait orientation.
 */
@media all and (device-width: 48rem) and (device-height: 64rem) and (orientation:portrait){
  .banner .banner__bg{
    height: 56.25rem;
  }
}

/** 
 * iPad with landscape orientation.
 */
@media all and (device-width: 48rem) and (device-height: 64rem) and (orientation:landscape){
  .banner .banner__bg{
    height: 48rem;
  }
}

/**
 * iPhone 5
 * You can also target devices with aspect ratio.
 */
@media screen and (device-aspect-ratio: 40/71) {
  .banner .banner__bg{
    height: 31.25rem;
  }
}

.timeline{
	position:relative;	
	padding:50px 0;
}

.timeline-item {
	padding:15px 0 0 30px;
	max-width:500px;
	margin-bottom:15px;
}

.timeline-item:after {
    display: block;
    content: "";
    clear: both;
}

.timeline:before {
	content:"";
	position:absolute;
	left:0;
	top:0;
	height:100%;
	width:4px;
	background-color:#656162;
	border-radius:4px;
	display:block;
}

.timeline-item__title {
	margin:0 0 15px 0;
	position:relative;
	font-family: 'BebasNeue';
	font-size:21px;
}

.timeline-item__title:before {
	content:"";
	position:absolute;
	left:-30px;
	height:100%;
	width:4px;
	display:block;
	background-color:#4db143;
}

.timeline-item__year {
    font-family: 'BebasNeue';
    font-size: 72px;
    line-height: 72px;
    color: #fff;
    padding:0 15px;
    display: block;
    margin-top: -36px;
	position:relative;
	z-index:9;
    text-shadow: 0px 5px 5px rgba(0, 0, 0, 0.45);
}

.timeline-item__description {
	margin-top:15px;	
}

.timeline-item__description p {
	color:#d1d3d4;
	font-size:16px;
	font-style:italic;
}

.timeline-item__description p:last-of-type {
	margin:0;
}

.lazy{
	height:100%;
	width:100%;
	display:block;
	background-image:url(images/3.gif);
	background-repeat:no-repeat;
	background-position:center center;
	box-shadow:none;
}

.timeline-item__image {
	box-shadow:0 10px 25px rgba(0,0,0,0.35);
	border-radius:2px;
	max-width:325px;
	width:100%;
}


.timeline-item--small .timeline-item__content {
	max-width:300px;
	/*max-height:300px;*/
}


/* fadeInUp */
.fadeup{
	opacity:0;
	position:relative;
	top:50px;
	transition:all ease 0.5s;
}

.fadeInUp{
	opacity:1;
	top:0;
	transition:all ease 0.5s;
}

.fadeInUp{
	-webkit-animation-name:fadeInUp;
	animation-name:fadeInUp;
	-webkit-animation-duration:2s;
	animation-duration:2s;
}

@keyframes fadeInUp{
	0%{
		opacity:0;
		-webkit-transform:translate3d(0,30%,0);
		-moz-transform:translate3d(0,30%,0);
		-ms-transform:translate3d(0,30%,0);
		transform:translate3d(0,30%,0)
	}
	100%{
		opacity:1;
		-webkit-transform:none;
		-moz-transform:none;
		-ms-transform:none;
		transform:none
	}
}

@-webkit-keyframes fadeInUp{
	0%{
		opacity:0;
		-webkit-transform:translate3d(0,30%,0);
		-moz-transform:translate3d(0,30%,0);
		-ms-transform:translate3d(0,30%,0);
		transform:translate3d(0,30%,0)
	}
	100%{
		opacity:1;
		-webkit-transform:none;
		-moz-transform:none;
		-ms-transform:none;
		transform:none
	}
}

@media (min-width:768px){
	.timeline:before {
		left:50%;
		margin-left:-2px;
	}
	
	.timeline-item {
		padding:15px 30px;
		position:relative;
		width:50%;
		left:50%;
	}
	.timeline-item__image {
		max-width:100%;
	}
	.timeline-item__title {
		top:125px;
		display:block;
		margin:0;
		left: calc(-100% - 60px);
		text-align:right;
		font-size:30px;
	}
	.timeline-item__title:before {
		left:auto;
		right: -32px;
	}
	.timeline-item__description p {
		font-size:18px;
	}

	/* Event Item Alternate Side */
	
	.timeline-item:nth-of-type(even) {
		left:0;
	}
	.timeline-item:nth-of-type(even) .timeline-item__title {
		right: calc(-100% - 60px);
		left:auto;
		text-align:left;
	}
	.timeline-item--small:nth-of-type(even) .timeline-item__content {
		float:right;
	}
	.timeline-item:nth-of-type(even) .timeline-item__title:before {
		left:-32px;
		right: auto;
	}

}

.popup {
	position:relative;
	display:block;
	width:100%;
	max-width:780px;
	margin:0 auto;
	background-color:white;
	border-radius:5px;
}

.popup .mfp-close {
	position:absolute;
	top:0;
	right:0;
	width:45px;
	height:45px;
	display:block;
	color:#fff;
	font-size:36px;
	line-height:45px;
	text-align: center;
}

.popup .popup__heading {
	margin:0;
	color:white;
	font-size:30px;
	font-weight:700;
}

.popup .popup__subheading {
	color:#000;
	font-size:24px;
}

.popup__header {
	padding:30px 20px;
	background-color:#4cb442;
	text-align: center;
}

.popup__content {
	padding:15px;
}

.popup__content p {
	color:#222;
	font-size:18px;
	font-weight:400;
}

@media screen and (min-width:768px) {
	.popup__content {
		padding:30px;
	}
}