/*
	Theme Name: Nifty Fifty’s
	Theme URI: https://upthinksolutions.com/
	Description: A mobile responsive and HTML5 theme built for the Genesis Framework.
	Author: UpThink Solutions
	Author URI: https://upthinksolutions.com/

	Version: 5.1

	Tags: black, white, one-column, two-columns, fixed-width, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready

	Template: genesis
	Template Version: 2.0

	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php 
*/

/*
Imports
---------------------------------------------------------------------------------------------------- */

@font-face {
	font-family: 'Icon';
	src:url('fonts/Icon.eot');
	src:url('fonts/Icon.eot?#iefix') format('embedded-opentype'),
		url('fonts/Icon.woff') format('woff'),
		url('fonts/Icon.ttf') format('truetype'),
		url('fonts/Icon.svg#Icon') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "Thirsty";
	src:url("fonts/ThirstyScriptBold-webfont.eot");
	src:url("fonts/ThirstyScriptBold-webfont.eot?#iefix") format("embedded-opentype"),
		url("fonts/ThirstyScriptBold-webfont.woff") format("woff"),
		url("fonts/ThirstyScriptBold-webfont.ttf") format("truetype"),
		url("fonts/ThirstyScriptBold-webfont.svg#Thirsty") format("svg");
	font-weight: bold;
	font-style: normal;
}

/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Normalize
normalize.css v2.1.2 | MIT License | git.io/normalize
--------------------------------------------- */

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}

/* Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* Float Clearing
--------------------------------------------- */

.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
	content: " ";
	display: table;
}

.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after,
.clear {
	clear: both;
	content: " ";
	display: table;
}

/*
Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

html {
	font-size: 62.5%; /* 10px browser default */
}

body {
	color: #000;
	font-family: "Rubik", sans-serif;
	font-size: 20px;
	font-size: 2rem;
	font-weight: 300;
	line-height: 26px;
}

::-moz-selection {
	background-color: #333;
	color: #fff;
}

::selection {
	background-color: #333;
	color: #fff;
}

a {
	color: #d30d2b;
	font-weight: 400;
	text-decoration: none;
}

a:hover {
	color: #6b0000;
}

p {
	margin: 0 0 15px;
	margin: 0 0 1.5rem;
	padding: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

blockquote,
blockquote::before {
	color: #999;
}

blockquote {
	margin: 40px;
	margin: 4rem;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	font-size: 3rem;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

.entry-content code {
	background-color: #333;
}

cite {
	font-style: normal;
}

.button{
	-webkit-transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
	transition: all ease-in-out 0.3s;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #000;
	font-family: 'Rubik', sans-serif;
 	font-weight: 400;
	line-height: 1.3;
	margin: 0 0 15px;
	margin: 0 0 1.5rem;
}

h1 {
	font-size: 80px;
	font-family: "Thirsty",serif;
	line-height: 1.25;
}

h2 {
	font-size: 60px;
	font-family: "Thirsty",serif;
	line-height: 1.2;
}

h3 {
	font-size: 40px;
	font-family: "Thirsty",serif;
}

h4 {
	font-size: 30px;
	font-size: 3rem;
}

h5 {
	font-size: 26px;
	font-size: 2.6rem;
}

h6 {
	font-size: 20px;
	font-size: 2rem;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
    height: auto;
}

.featured-content img,
.gallery img {
	width: auto; /* IE8 */
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #B6B9BA;
	color: #555;
	padding: 12px;
	padding: 1.2rem;
	width: 100%;
}

input:focus,
textarea:focus,
body div.wpforms-container-full .wpforms-form input:focus,
body div.wpforms-container-full .wpforms-form textarea:focus,
body div.wpforms-container-full .wpforms-form select:focus {
	outline: none;
	border: 1px solid #d30d2b !important;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

::-moz-placeholder {
	color: #555;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #555;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button {
	background-color: #333;
	border: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	font-weight: 300;
	padding: 16px 24px;
	padding: 1.6rem 2.4rem;
	text-transform: uppercase;
	width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.entry-content .button:hover {
	background-color: #0ebfe9;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	margin-bottom: 4rem;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #ddd;
}

th,
td {
	text-align: left;
}

th {
	font-weight: bold;
	text-transform: uppercase;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
	padding: 0.6rem 0;
}

/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.wrap {
	margin: 0 auto;
	max-width: 1170px;
}

.site-inner {
	clear: both;
}

.minimum-landing .site-inner {
	margin: 40px auto;
	margin: 4rem auto;
	padding: 60px 60px 20px;
	padding: 6rem 6rem 2rem;
	width: 800px;
}

/* Site Containers
--------------------------------------------- */

/* Column Widths and Positions
--------------------------------------------- */

/* Content */

.content {
	float: left;
	width: 720px;
}

.sidebar-content .content {
	float: right;
}

.full-width-content .content {
	width: 100%;
}

/*
Common Classes
---------------------------------------------------------------------------------------------------- */

/* WordPress
--------------------------------------------- */

.avatar {
	float: left;
}

.alignleft .avatar {
	margin-right: 24px;
	margin-right: 2.4rem;
}

.alignright .avatar {
	margin-left: 24px;
	margin-left: 2.4rem;
}

.author-box .avatar {
	height: 72px;
	margin-right: 24px;
	margin-right: 2.4rem;
	width: 72px;
}

.entry-comments .avatar {
	height: 48px;
	width: 48px;
}

.search-form input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

.search-form {
	overflow: hidden;
	padding: 3px;
	padding: 0.3rem;
	width: 100%;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
	margin: 0 auto 2.4rem;
}

img.alignnone {
	margin-bottom: 12px;
	margin-bottom: 1.2rem;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
	margin: 0 2.4rem 2.4rem 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
	margin: 0 0 2.4rem 2.4rem;
}

a.alignleft,
a.alignright {
	border: none;
}

.wp-caption-text {
	text-align: center;
}

.widget-area {
	word-wrap: break-word;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* Genesis
--------------------------------------------- */

.breadcrumb {
	margin-bottom: 40px;
	margin-bottom: 4rem;
}

.archive-description,
.author-box {
	background-color: #f5f5f5;
}

.archive-description {
	margin-bottom: 40px;
	margin-bottom: 4rem;
	padding: 40px 40px 16px;
	padding: 4rem 4rem 1.6rem;
}

.author-box {
	margin-bottom: 40px;
	margin-bottom: 4rem;
	padding: 40px;
	padding: 4rem;
}

.single .author-box {
	margin-bottom: 60px;
	margin-bottom: 6rem;
}

.author-box-title {
	margin-bottom: 4px;
	margin-bottom: 0.4rem;
}

.author-box p {
	margin-bottom: 0;
}

.author-box .avatar {
	margin-right: 24px;
	margin-right: 2.4rem;
}

/* Titles
--------------------------------------------- */
.entry-title {
	line-height: 1;
}

.entry-title a,
.sidebar .widget-title a {
	border: none;
}

.widget-title {
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
}

.sidebar .widget-title a {
	border: none;
}

.archive-title {
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
}

/*
Widgets
---------------------------------------------------------------------------------------------------- */

/* Gravity Forms
--------------------------------------------- */

div.gform_wrapper input[type="email"],
div.gform_wrapper input[type="text"],
div.gform_wrapper textarea,
div.gform_wrapper .ginput_complex label {
	padding: 16px;
	padding: 1.6rem;
}

div.gform_wrapper .ginput_complex label {
	padding: 0;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 16px 0 0;
	margin: 1.6rem 0 0;
}

/*
Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	position: relative;
	width: 100%;
	height: 74px;
	background: url( 'images/roof.jpg' );
	background-repeat: no-repeat;
	background-size: cover;
	border-bottom: 8px solid #6b0000;
	-webkit-box-shadow: 0px 6px 25px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 6px 25px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 6px 25px 0px rgba(0,0,0,0.75);
	z-index: 2;
}

/* Title Area
--------------------------------------------- */

.title-area {
	text-align: center;
	width: 215px;
	position: absolute;
	top: 20px;
	left: 0;
	right: 0;
	margin: 0px auto;
	z-index: 1;
	display: none;
}

.header-image .title-area {
	padding: 0;
}

.site-title {
	line-height: 1;
	margin: 0;
	text-transform: uppercase;
}

.site-title a,
.site-title a:hover {
	border: none;
}

.site-description {
	line-height: 1.2;
	margin: 0;
}

/* Widget Area
--------------------------------------------- */

.site-header .widget-area {
	text-align: center;
	width: 100%;
}

/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	line-height: 1.5;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: left;
}

.genesis-nav-menu a {
	border: none;
	color: #fff;
	display: block;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 25px 13px 8px;
	position: relative;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
}

#menu-header-menu a {
	letter-spacing: 1px;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .menu-item-has-children:hover > a {
	color: #000;
}

.genesis-nav-menu > .menu-item > a {
	text-transform: uppercase;
}

.genesis-nav-menu .sub-menu {
	left: -9999px;
	letter-spacing: 0;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition: opacity .4s ease-in-out;
	-ms-transition: opacity .4s ease-in-out;
	-o-transition: opacity .4s ease-in-out;
	transition: opacity .4s ease-in-out;
	width: 190px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #000;
	font-size: 12px;
	border-top: none;
	padding: 12px 16px;
	position: relative;
	line-height: 16px;
	width: 190px;
}

.genesis-nav-menu .sub-menu a:hover,
.genesis-nav-menu .sub-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .menu-item-has-children:hover > a {
	color: #717171;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -40px 0 0 190px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .right {
	display: inline-block;
	float: right;
	list-style-type: none;
	padding: 20px 0;
	padding: 2rem 0;
	text-transform: uppercase;
}

.genesis-nav-menu > .right > a {
	display: inline;
	padding: 0;
}

.genesis-nav-menu > .rss > a {
	margin-left: 48px;
	margin-left: 4.8rem;
}

.genesis-nav-menu > .search {
	padding: 6px 0 0;
	padding: 0.6rem 0 0;
}

.header_logo > a {
	background: url( 'images/logo.png' ) no-repeat;
	background-size: cover;
	width: 215px;
	height: 85px;
	text-indent: -9999px;
	padding: 6px 0 0;
	margin: 0 12px 0;
}

/* Primary Navigation
--------------------------------------------- */

.nav-primary {
	background-color: #333;
}

.nav-primary a,
.nav-primary .genesis-nav-menu .sub-menu a {
	color: #fff;
}

.nav-primary .genesis-nav-menu .sub-menu a {
	background-color: #333;
	border: 1px solid #444;
	border-top: none;
}

.nav-primary .sub-menu a:hover {
	color: #0ebfe9;
}

/* Responsive Menu
--------------------------------------------- */
#responsive-menu-icon {
	cursor: pointer;
	display: none;
}

#responsive-menu-icon::before {
	-webkit-font-smoothing: antialiased;
	color: #333;
	content: "\e00e  MENU";
	font-family: 'Icon';

	font-size: 16px;
	font-size: 1.6rem;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	margin: 0 auto;
	speak: none;
	text-transform: none;
}

.c-hamburger {
	display: none;
	position: relative;
	overflow: hidden;
	margin: 0;
	padding: 0;
	width: 60px;
	height: 50px;
	font-size: 0;
	text-indent: -9999px;
	appearance: none;
	box-shadow: none;
	border-radius: none;
	border: none;
	cursor: pointer;
	-webkit-transition: background 0.3s;
	-moz-transition: background 0.3s;
	-o-transition: background 0.3s;
	transition: background 0.3s;
	float: right;
}

.c-hamburger:focus {
	outline: none;
}

.c-hamburger span {
	display: block;
	position: absolute;
	top: 23px;
	left: 14px;
	right: 14px;
	height: 5px;
	background: white;
}

.c-hamburger span::before,
.c-hamburger span::after {
	position: absolute;
	display: block;
	left: 0;
	width: 100%;
	height: 5px;
	background-color: #fff;
	content: "";
}

.c-hamburger span::before {
	top: -10px;
}

.c-hamburger span::after {
	bottom: -10px;
}

.c-hamburger--htx {
	background-color: #c5161d;
}

.c-hamburger--htx span {
	-webkit-transition: background 0s 0.3s;
	-moz-transition: background 0s 0.3s;
	-o-transition: background 0s 0.3s;
	transition: background 0s 0.3s;
}

.c-hamburger--htx span::before,
.c-hamburger--htx span::after {
	-webkit-transition-duration: 0.3s, 0.3s;
	-moz-transition-duration: 0.3s, 0.3s;
	-o-transition-duration: 0.3s, 0.3s;
	transition-duration: 0.3s, 0.3s;
	-webkit-transition-delay: 0.3s, 0s;
	-moz-transition-delay: 0.3s, 0s;
	-o-transition-delay: 0.3s, 0s;
	transition-delay: 0.3s, 0s;
}

.c-hamburger--htx span::before {
	-webkit-transition-property: top, transform;
	-moz-transition-property: top, transform;
	-o-transition-property: top, transform;
	transition-property: top, transform;
}

.c-hamburger--htx span::after {
	-webkit-transition-property: bottom, transform;
	-moz-transition-property: bottom, transform;
	-o-transition-property: bottom, transform;
	transition-property: bottom, transform;
}

/* active state, i.e. menu open */
.c-hamburger--htx.is-active {
	background-color: #cb0032;
}

.c-hamburger--htx.is-active span {
	background: none;
}

.c-hamburger--htx.is-active span::before {
	top: 0;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.c-hamburger--htx.is-active span::after {
	bottom: 0;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.c-hamburger--htx.is-active span::before,
.c-hamburger--htx.is-active span::after {
	-webkit-transition-delay: 0s, 0.3s;
	-moz-transition-delay: 0s, 0.3s;
	-o-transition-delay: 0s, 0.3s;
	transition-delay: 0s, 0.3s;
}

/*
Content Area
---------------------------------------------------------------------------------------------------- */

/* Entries
--------------------------------------------- */

.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
	margin-bottom: 26px;
	margin-bottom: 2.6rem;
}

.entry-content ol,
.entry-content ul {
	margin-left: 40px;
	margin-left: 4rem;
}

.entry-content ol li {
	list-style-type: decimal;
}

.entry-content ul li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-header .entry-meta {
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
	margin: 0 0.6rem 0 0.2rem;
}

.entry-categories,
.entry-tags {
	display: block;
}

/* Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	margin: 40px 0;
	margin: 4rem 0;
}

.pagination li {
	display: inline;
}

.pagination li a {
	background-color: #333;
	border: none;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 300;
	padding: 8px 12px;
	padding: 0.8rem 1.2rem;
}

.pagination li a:hover,
.pagination li.active a {
	background-color: #0ebfe9;
}

/* Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	margin-bottom: 60px;
	margin-bottom: 6rem;
}

.comment-content {
	clear: both;
}

.entry-comments .comment-author {
	margin-bottom: 0;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%
}

.comment-respond label {
	display: block;
	margin-right: 12px;
	margin-right: 1.2rem;
}

.comment-list li,
.ping-list li {
	list-style-type: none;
}

.comment-list li {
	margin-top: 24px;
	margin-top: 2.4rem;
	padding: 32px;
	padding: 3.2rem;
}

.comment-list li li {
	margin-right: -32px;
	margin-right: -3.2rem;
}

li.comment {
	background-color: #f5f5f5;
	border: 2px solid #fff;
	border-right: none;
}

.comment .avatar {
	margin: 0 16px 24px 0;
	margin: 0 1.6rem 2.4rem 0;
}

.entry-pings .reply {
	display: none;
}

.form-allowed-tags {
	background-color: #f5f5f5;
	padding: 24px;
	padding: 2.4rem;
}

/*
Sidebar
---------------------------------------------------------------------------------------------------- */

.sidebar {
	float: right;
	margin-top: 10px;
	margin-top: 1rem;
	width: 340px;
}

.sidebar-content .sidebar {
	float: left;
}

.sidebar img {
	margin-bottom: 15px;
	margin-bottom: 1.5rem;
}

.sidebar p:last-child,
.sidebar .featured-content img {
	margin-bottom: 0;
}

.sidebar li {
	list-style-type: none;
	margin-bottom: 6px;
	margin-bottom: 0.6rem;
	word-wrap: break-word;
}

.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar .widget {
	margin-bottom: 40px;
	margin-bottom: 4rem;
}

/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	background-color: #000;
	color: #fff;
	padding-top: 70px;
	position: relative;
	z-index: 1;
	line-height: 21px;
}

.footer-widgets::before {
	top: 0;
	transform: skewY(1.5deg);
	transform-origin: 100% 0;
	background: inherit;
	content: '';
	display: block;
	height: 50%;
	left: 0;
	position: absolute;
	right: 0;
	z-index: -1;
	-webkit-backface-visibility: hidden;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3,
.footer-widgets-4,
.footer-widgets-5,
.footer-widgets-6,
.footer-widgets-7,
.footer-widgets-8 {
	float: left;
	width: 33.33%;
	padding-right: 15px;
	padding-left: 15px;
}

.footer-widgets-2,
.footer-widgets-3,
.footer-widgets-4, 
.footer-widgets-5 {
	margin-bottom: 30px;
}

.footer-widgets-1 {
	width: 100%;
	float: none;
	overflow: hidden;
}

.footer-widgets-8 {
    clear: both;
}

.footer-widgets-1 .boxes {
	margin: 0 0 109px;
}

.footer-widgets-1 .boxes .text {
	max-width: 270px;
}

.footer-widgets .footer-widgets-1 .boxes img {
	margin: 0px;
}

.footer-widgets li {
	list-style-type: none;
	word-wrap: break-word;
}

.footer-widgets h6 {
	margin-bottom: 30px;
}

.footer-widgets .shake-it {
	font-size: 17px;
}

.footer-widgets img {
	margin-bottom: 30px;
}

.footer-widgets p {
	color: #fff;
	font-size: 15px;
	margin-bottom: 5px;
}

.footer-widgets a {
	font-size: 15px;
}

.footer-widgets ul li {
	margin-bottom: 0px;
	font-size: 15px;
	line-height: 20px;
	color: #717171;
}

/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	background-color: #000;
	text-align: center;
	padding-bottom: 22px;
	color: #fff;
}

.site-footer .wrap {
	margin-top: 60px;
	padding: 0 15px;
}

.site-footer,
.site-footer a {
	font-size: 12px;
}

/*
Custom CSS
---------------------------------------------------------------------------------------------------- */
#utility {
	background-color: #000;
	height: 30px;
	top: 0px;
	width: 100%;
	margin: -1px 0 0;
}

#utility .widget:first-child {
	float: left;
}

#utility .widget:first-child a {
	color: #fff;
	font-size: 13px;
	padding-right: 10px;
	text-transform: uppercase;
}

#utility .widget:last-child {
	float: right;
	padding-top: 7px;
	color: #717171;
	font-size: 12px;
	padding-right: 18px;
	text-transform: uppercase;
}

#utility .menu .menu-item a {
	color: #FFF;
	font-size: 12px;
	padding: 0 18px 0 0;
	text-decoration: none;
}

#utility .menu .sub-menu {
	padding-top: 5px;
}

#utility .menu .sub-menu a {
	color: #FFF;
	font-size: 12px;
	padding: 8px 10px;
	text-decoration: none;
	display: block;
	background-color: #000;
	border: none;
	text-transform: none;
	line-height: 12px;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

#utility .menu .sub-menu a:hover {
	color: #fff;
}

#utility .menu .sub-menu,
#utility .menu .sub-menu a {
	width: 180px;
}

.home_panel_1 {
	background-position: top center !important;
	background-size: auto !important;
}

.home_panel_1 .window {
	max-width: 1110px;
	overflow: hidden;
	background-color: #d30d2b;
	padding: 15px 9px;
	margin: 69px auto 60px;
	box-shadow: 0px 6px 25px 0px rgba(0,0,0,0.75);
	-webkit-box-shadow: 0px 6px 25px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 6px 25px 0px rgba(0,0,0,0.75);
}

.home_panel_1 .window a {
	display: block;
	width: 16.66%;
	float: left;
	padding-right: 5px;
	padding-left: 5px;
}

#home_locations {
	text-align: center;
}

.home #locations img{
	height: 282px;
}

.maroon_section_slanted {
	background-color: #d30d2b;
	position: relative;
	padding-top: 80px;
	padding-bottom: 80px;
	z-index: 1;
	color: #fff;
	overflow: hidden;
}

.maroon_section_slanted:before,
.maroon_section_slanted:after {
	background: inherit;
	content: '';
	display: block;
	height: 50%;
	left: 0;
	position: absolute;
	right: 0;
	z-index: -1;
	-webkit-backface-visibility: hidden;
}

.maroon_section_slanted:after {
	bottom: 0;
	transform: skewY(-3deg);
	transform-origin: 100%;
}

.maroon-section-slanted:before {
	top: 0;
	transform-origin: 100% 0;
}

#home_locations a {
	margin-top: 15px;
}

#home_locations ul {
	margin-top: 30px;
	margin-left: 0;
}

#home_locations ul li {
	list-style: none;
	margin-bottom: 0px;
	text-align: center;
	font-size: 19px;
}

.btn-secondary {
	background-color: #000;
	color: #fff;
}

.btn-secondary:hover {
	background-color: #484848;
	color: #fff;
}

#home_menu h2 {
	margin-bottom: 70px;
	text-align: center;
}

.white_section {
	padding-top: 100px;
	padding-bottom: 100px;
}

#home_menu .lsow-tabs {
	background: transparent;
	border-radius: 0;
}

#home_menu .lsow-tab {
	margin-right: 0px;
}

#home_menu .lsow-tab a {
	padding: 10px 15px;
	margin-right: 2px;
	line-height: 1.42857143;
	border: none;
	border-radius: 4px 4px 0 0;
	font-weight: 700;
	color: #d30d2b;
}

#home_menu .lsow-tabs .lsow-tab-nav .lsow-tab span.lsow-tab-title {
	font-size: 19px;
}

#home_menu .lsow-tab.lsow-active a,
#home_menu .lsow-tab a:hover {
	color: #000;
}

#home_menu .lsow-tab::before {
	height: 4px;
}

#home_menu .lsow-tabs .lsow-tab-nav {
	border-bottom: 2px solid #ddd;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
}

#home_menu .left_column,
#home_menu .right_column {
	width: 50%;
	float: left;
	padding-right: 15px;
	padding-left: 15px;
}

#home_menu .right_column {
	float: right;
}

#home_menu h4 {
	color: #d30d2b;
	font-family: "Thirsty",serif;
	margin-bottom: 20px;
}

#home_menu h6 {
	margin-bottom: 25px;
	font-weight: 300;
}

#home_contact {
	display: block;
	overflow: hidden;
}

#home_contact .panel-grid-cell {
	width: 41.66%;
	padding: 0 15px 0;
	float: left;
}

#home_contact .panel-grid-cell:last-child {
	margin-left: 8.85%;
}

#home_contact h3 {
    margin-bottom: 50px;
}

.gray_section {
	background-color: #EDEEF0;
	padding-top: 100px;
	padding-bottom: 100px;
}

.extra {
	padding-top: 150px;
	padding-bottom: 150px;
}

body div.wpforms-container-full .wpforms-form input,
body div.wpforms-container-full .wpforms-form input[type=text],
body div.wpforms-container-full .wpforms-form input[type=tel],
body div.wpforms-container-full .wpforms-form input[type=email],
body div.wpforms-container-full .wpforms-form select,
body div.wpforms-container-full .wpforms-form textarea {
	border-radius: 0px;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 1px solid #B6B9BA;
	font-family: "Rubik",sans-serif;
	font-size: 15px;
	padding: 12px;
	display: block;
	width: 100%;
	height: auto;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	border-radius: none;
}

#home_contact div.wpforms-container-full .wpforms-form textarea.wpforms-field-large {
	height: 89px;
}

body div.wpforms-container-full .wpforms-form .wpforms-field {
	padding: 8px 8px 4px 8px;
	margin-bottom: 15px;
}

#home_contact div.wpforms-container-full .wpforms-form input[type=tel] {
	background: #fff url( "images/phone-icon.jpg" ) no-repeat scroll left center;
	padding-left: 56px;
}

#home_contact div.wpforms-container-full .wpforms-form input[type=email] {
	background: #fff url( "images/email-icon.jpg" ) no-repeat scroll left center;
	padding-left: 56px;
}

body div.wpforms-container-full .wpforms-form button[type=submit] {
	background-color: #d30d2b;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 10px 17px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	width: 100%;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	border: none;
	transition: .5s;
}

body div.wpforms-container-full .wpforms-form button[type=submit]:hover {
	background-color: #6b0000;
	border: none;
}

body div.wpforms-container-full .wpforms-form button[type=submit]:active {
	background-color: #286090;
	border: none;
}

a, .btn {
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
}

.carousel-inner > .item > a > img,
.carousel-inner > .item > img,
.img-responsive,
.thumbnail a > img,
.thumbnail > img {
	display: block;
	max-width: 100%;
	height: auto;
}

body .woocommerce a.button,
body .woocommerce input.button,
body .woocommerce button.button,
body.woocommerce #payment #place_order, .woocommerce-page #payment #place_order,
body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
body.woocommerce a.button,
body.woocommerce div.product form.cart .button,
body.woocommerce ul.products li.product .button,
.btn,
.menu-2-item-13 a {
	display: inline-block;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
	border-radius: 0px;
	border: none;
	padding: 10px 17px 7px;
}

body .woocommerce a.button,
body .woocommerce input.button,
body .woocommerce button.button,
body.woocommerce #payment #place_order, .woocommerce-page #payment #place_order,
body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
body.woocommerce a.button,
body.woocommerce div.product form.cart .button,
body.woocommerce ul.products li.product .button,
.btn-primary,
.menu-2-item-13 a {
	background-color: #d30d2b;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
}

body .woocommerce a.button:hover,
body .woocommerce input.button:hover,
body .woocommerce button.button:hover,
body.woocommerce #payment #place_order, .woocommerce-page #payment #place_order:hover,
body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
body.woocommerce a.button:hover,
body.woocommerce div.product form.cart .button:hover,
body.woocommerce ul.products li.product .button:hover,
.btn-primary:hover,
.menu-2-item-13 a:hover {
	background-color: #6b0000;
	color: #fff;
}

body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
	padding: 15px 15px 13px;
	width: 100%;
}

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open > .dropdown-toggle.btn-primary.focus,
.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary:hover {
	color: #fff;
	background-color: #204d74;
	border-color: #122b40;
}

.blue_section {
	background-color: #2445e4;
	padding-top: 100px;
	padding-bottom: 100px;
	color: #fff;
	font-size: 19px;
	line-height: 27px;
}

.blue_section h2 {
	color: #fff;
	margin: 0 0 32px;
}

.blue_section h2 .black {
	color: #000;
}

.blue_section p {
	padding: 0 20px 0 0;
}

#video {
	min-height: 500px;
}

#red_intro {
	text-align: center;
}

#red_intro h2 {
	color: #000;
	margin-bottom: 40px;
}

#red_intro h5 {
	color: #fff;
	font-weight: 300;
}

.intro_cont {
	max-width: 1140px;
	margin: 0px auto;
}

#white_body h2 {
	margin-bottom: 30px;
	color: #d30d2b;
}

#white_body h4 {
	font-weight: 300;
}

.gray_section_slanted {
	background-color: #EDEEF0;
	position: relative;
	padding-top: 100px;
	padding-bottom: 100px;
	z-index: 1;
}

.gray_section_slanted:before,
.gray_section_slanted:after {
	background: inherit;
	content: '';
	display: block;
	height: 50%;
	left: 0;
	position: absolute;
	right: 0;
	z-index: -1;
	-webkit-backface-visibility: hidden;
}

.gray_section_slanted:before {
	top: 0;
	transform: skewY(1.5deg);
	transform-origin: 100% 0;
}

.gray_section_slanted:after {
	bottom: 0;
	transform: skewY(-1.5deg);
	transform-origin: 100%;
}

#foods .title {
	margin-bottom: 0px;
	font-weight: bold;
	color: #000;
}

#foods .title {
	font-weight: 300;
}

#foods h6 {
	margin-bottom: 0px;
	font-weight: 700;
}

#foods p {
	font-size: 19px;
	line-height: 1.4;
	color: #717171;
	margin-bottom: 20px;
}

#burger_blue_section {
	display: block;
}

#burger_blue_section .panel-grid-cell {
	padding-right: 15px;
	padding-left: 15px;
	float: left;
}

#burger_blue_section .panel-grid-cell:first-child {
	width: 33.33%;
}

#burger_blue_section .panel-grid-cell:last-child {
	width: 50%;
	margin-left: 8.33%;
}

#blue_body h5 {
	color: #fff;
	font-weight: 300;
}

#milkshakes_video {
	min-height: 600px;
}

.image_and_heading {
	max-width: 780px;
	margin: 0px auto;
	padding-right: 15px;
	padding-left: 15px;
	text-align: center;
	width: 100%;
}

#milkshakes img {
	margin-bottom: 60px;
}

#milkshakes h2 {
	margin-bottom: 60px;
}

#milkshakes .maroon {
	color: #d30d2b;
}

#milkshakes ul {
	margin: 0px;
}

#milkshakes ul li {
	list-style-type: none;
	margin-bottom: 0px;
	font-size: 22px;
	line-height: 30px;
}

#milkshakes p strong {
	font-size: 19px;
}

#soda_callout {
	text-align: center;
}

.blue_section_slanted:before,
.blue_section_slanted:after {
	background: inherit;
	content: '';
	display: block;
	height: 50%;
	left: 0;
	position: absolute;
	right: 0;
	z-index: -1;
	-webkit-backface-visibility: hidden;
}

.blue_section_slanted:after {
	bottom: 0;
	transform: skewY(-1.5deg);
	transform-origin: 100%;
}

.blue_section_slanted:before {
	top: 0;
	transform: skewY(1.5deg);
	transform-origin: 100% 0;
}

.blue_section_slanted {
	background-color: #2445e4;
	position: relative;
	padding-top: 100px;
	padding-bottom: 100px;
	z-index: 1;
	color: #fff;
}

#soda_callout h6.subtitle {
	color: #000;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0 0 0;
}

#soda_callout h5,
#soda_callout h6.subtitle.white {
	color: #fff;
}

.blue_section_head_text {
	max-width: 780px;
	padding-right: 15px;
	padding-left: 15px;
	margin: 0px auto 55px;
	width: 100%;
}

#soda_callout img {
	margin-bottom: 15px;
}

#soda_callout span {
	display: block;
	font-family: "Thirsty",serif;
	color: #000;
	font-size: 30px;
}

.milkshakes_blues_section_row {
	margin-top: 40px;
}

#soda_callout h5 {
	font-weight: 300;
}

#milkshakes_gray_section_row {
	display: block;
}

#milkshakes_gray_section_row .panel-grid-cell {
	width: 41.66%;
	float: left;
	padding-right: 15px;
	padding-left: 15px;
}

#milkshakes_gray_section_row .panel-grid-cell:last-child {
	width: 33.33%;
	margin-left: 8.33%;
}

#gray_body h3 {
	margin-bottom: 30px;
}

#gray_body h5 {
	margin-bottom: 20px;
	color: #d30d2b;
	font-weight: 400;
}

h5.shake_it {
	font-weight: 700 !important;
	text-transform: uppercase;
	color: #d30d2b;
}

#header_breakfast {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center;
	text-align: center;
	background: url( "images/breakfast-1.jpg" );
	background-size: cover;
	background-position: center;
	color: #d30d2b;
	text-shadow: 2px 2px #fff;
	min-height: 500px;
}

.breakfast-image {
	width: 377px;
	position: absolute;
	right: 64px;
	top: 136px;
}

.one_third,
.two_third,
.three_third {
	width: 33.33%;
	float: left;
	padding-right: 15px;
	padding-left: 15px;
}

.one_third {
	padding-left: 0px;
}

#breakfast_menu #food h6 {
	margin-bottom: 0px;
	font-weight: 700;
}

#breakfast_menu #food .title {
	font-weight: 300;
	margin: 0px;
}

#breakfast_menu #food p {
	font-size: 19px;
	line-height: 1.4;
	color: #717171;
	margin-bottom: 20px;
}

#breakfast_menu h5 {
	margin: 0 0 63px;
}

#breakfast_menu .note {
	clear: both;
	text-align: center;
}

.maroon {
	color: #d30d2b;
}


#breakfast_blue_section h2 {
	text-align: center;
	margin: 0 0 58px;
}

#breakfast_blue_section h6 {
	font-weight: 700;
	color: #fff;
}

#breakfast_blue_section h6,
#breakfast_blue_section .title {
	margin: 0px;
}

#breakfast_blue_section img {
	margin: 0 0 28px;
}

.breakfast_blue_section_row {
	margin: 0 0 32px;
}

#white_body h5 {
	font-family: "Thirsty",serif;
	color: #d30d2b;
	margin-bottom: 15px;
}

#white_body p.title {
	margin-bottom: 0px;
	font-weight: bold;
	color: #000;
}

#white_body p {
	font-size: 19px;
	line-height: 1.4;
	color: #717171;
	margin-bottom: 20px;
	line-height: 27px;
}

#fries_white_section {
	display: block;
}

#fries_white_section .panel-grid-cell {
	display: block;
	float: left;
	width: 41.66%;
	padding-right: 15px;
	padding-left: 15px;
}

#fries_white_section .panel-grid-cell:last-child {
	width: 50%;
	margin-left: 8.33%;
}

#fries_blue_section {
	display: block;
}

#fries_blue_section .panel-grid-cell {
	float: left;
	padding-right: 15px;
	padding-left: 15px;
	width: 41.66%;
}

#fries_blue_section .panel-grid-cell:last-child {
	width: 50%;
}

#header_northeast {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center;
	text-align: center;
	background: url( "images/northeast-location.jpg" );
	background-size: cover;
	min-height: 500px;
	background-position: center;
}

#location_header h6 {
	color: #fff;
}

#location_header h3 {
	margin-bottom: 20px;
	color: #fff;
}

#location_header ul {
	margin: 0px;
}

#location_header ul li {
	list-style-type: none;
	font-size: 19px;
	font-weight: 300;
	line-height: 1.35;
}

#location_header .black {
	color: #000;
}

#white_body h6 {
	font-weight: 300;
}

#address_info_blue_section h3 {
	text-align: center;
	color: #fff;
	margin: 0 0 0;
}

#header_ridley {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center;
	text-align: center;
	min-height: 500px;
	background: url( "images/ridley-location.jpg" );
	background-size: cover;
	background-position: center;
}

#header_turnersville {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center;
	text-align: center;
	background: url( "images/turnersville-location.jpg" );
	background-size: cover;
	min-height: 500px;
	background-position: center;
}

#turnersville_gray_section {
	max-width: 780px;
	margin: 0px auto;
	width: 100%;
	text-align: center;
}

#gray_body .well {
	box-shadow: none;
	border: none;
	background-color: #fff;
	padding: 60px;
	font-size: 19px;
	line-height: 26px;
}

#gray_body ul {
	margin: 0px;
}

#gray_body ul li {
	list-style-type: none;
}

#gray_body .gray {
	color: #B6B9BA;
}

#gray_body .well p {
	margin-top: 20px;
	color: #B6B9BA;
}

.turnersville_gray_section.extra {
	padding-top: 150px;
	padding-bottom: 150px;
}

#turnersville_blue_section {
	display: block;
	overflow: hidden;
}

#turnersville_blue_section > .panel-grid-cell {
	width: 41.66%;
	float: left;
}

#turnersville_blue_section > .panel-grid-cell:last-child {
	width: 50%;
	margin-left: 8.33%;
}

#turnersville_blue_section h3,
#turnersville_blue_section h5 {
	color: #fff;
	font-weight: 300;
}

#turnersville_blue_section .black {
	color: #000;
}

#red_intro h1 {
	color: #000;
	margin-bottom: 40px;
}

.black_section_slanted {
	background-color: #000;
	position: relative;
	padding-top: 100px;
	padding-bottom: 100px;
	z-index: 1;
	color: #fff;
}

#black_body h3 {
	text-align: center;
	color: #fff;
	margin-bottom: 70px;
}

#black_body h5 {
	font-family: "Thirsty",serif;
	color: #d30d2b;
	margin-bottom: 15px;
}

#black_body {
	font-size: 19px;
}

.black_section_slanted:before,
.black_section_slanted:after {
	background: inherit;
	content: '';
	display: block;
	height: 50%;
	left: 0;
	position: absolute;
	right: 0;
	z-index: -1;
	-webkit-backface-visibility: hidden;
}

.black_section_slanted:before {
	top: 0;
	transform: skewY(1.5deg);
	transform-origin: 100% 0;
}

.black_section_slanted:after {
	bottom: 0;
	transform: skewY(-1.5deg);
	transform-origin: 100%;
}

.video_container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.video_container iframe,
.video_container object,
.video_container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#blue_body img {
	margin-bottom: 15px;
}

.about_nf h3 {
	text-align: center;
	margin-bottom: 70px;
	color: #fff;
}

.about_nf {
	font-weight: 300;
	font-size: 19px;
	line-height: 27px;
}

#header_history {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center;
	text-align: center;
	background: url( "images/history.jpg" );
	background-size: cover;
	min-height: 500px;
	background-position: center;
}

.history_intro_cont {
	max-width: 760px;
	margin: 0px auto;
	width: 100%;
}

#white_body h5.title {
	font-family: "Rubik",sans-serif;
	margin-bottom: 25px;
	font-weight: 300;
}

#history_blue_section h3,
#history_blue_section h5 {
	color: #fff;
}

#history_blue_section h5 {
	font-weight: 300;
}

#header_philly {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center;
	text-align: center;
	background: url( "images/fresh.jpg" );
	background-size: cover;
	min-height: 500px;
	background-position: center;
}

#philly_white_section {
	display: block;
}

#philly_white_section .panel-grid-cell {
	padding-right: 15px;
	padding-left: 15px;
	float: left;
	width: 41.66%;
}

#philly_white_section .panel-grid-cell:last-child {
	width: 50%;
	margin-left: 8.33%;
}

#philly_white_section ul {
	margin: 0px;
}

#philly_white_section ul li {
	list-style-type: none;
}

#awards {
	text-align: center;
}

#awards h4 {
	margin-bottom: 60px;
	margin-top: 10px;
	font-weight: 300;
}

#awards h6 {
	text-align: left;
	font-weight: 300;
}

#awards h6 strong {
	font-weight: bold;
	color: #d30d2b;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-top: 20px;
	display: block;
	font-size: 16px;
}

#awards h6.title {
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-top: 70px;
}

#food_network {
	text-align: center;
}

#food_network h2 {
	margin-bottom: 40px;
}

#food_network h5 {
	color: #fff;
	font-weight: 300;
}

#header_scrip {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center;
	text-align: center;
	background: url( "images/scrip.jpg" );
	background-size: cover;
	min-height: 500px;
	background-position: center;
}

#red_intro h5.location {
	font-family: "Rubik",sans-serif;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 2px;
	color: #000;
	margin-top: 20px;
}

#gray_body h5.title {
	font-family: "Thirsty",serif;
	margin-bottom: 0px;
}

#scrip_gray_section p.title {
	margin-bottom: 0px;
	font-weight: bold;
	color: #000;
}

#scrip_gray_section h6 {
	margin: 0px;
}

#scrip_gray_section h5,
#scrip_gray_section h6 {
	font-weight: 300;
}

#scrip_gray_section p {
	font-size: 19px;
	line-height: 1.4;
	color: #717171;
	margin-bottom: 20px;
}

#scrip_gray_section {
	display: block;
}

#scrip_gray_section .panel-grid-cell {
	padding-right: 15px;
	padding-left: 15px;
	float: left;
	width: 33.33%;
}

#scrip_gray_section .panel-grid-cell:last-child {
	margin-left: 16.66%;
	width: 50%;
}

#scrip_gray_section div.wpforms-container-full {
	margin-bottom: 0px;
}

#scrip_gray_section div.wpforms-container-full .wpforms-form .wpforms-field {
	padding: 0px;
}

#scrip_gray_section div.wpforms-container-full .wpforms-form textarea.wpforms-field-large {
	height: 131px;
}

#scrip_gray_section div.wpforms-container-full .wpforms-form .wpforms-submit-container {
	padding: 0;
}

#header_raisers {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center;
	text-align: center;
	background: url( "images/mini-golf.jpg" );
	background-size: cover;
	min-height: 500px;
	background-position: center;
}

#raisers h5 {
	font-weight: bold;
	font-family: "Rubik",sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #000;
	margin-bottom: 0px;
}

#raisers_white_section {
	padding: 0 0 0 140px;
}

#header_party {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center;
	text-align: center;
	background: url( "images/party.gif" );
	background-size: cover;
	min-height: 500px;
}

#party_red_section h3 {
	color: #fff;
}

#party_white_section {
	display: block;
}

#party_white_section .panel-grid-cell {
	padding-right: 15px;
	padding-left: 15px;
	float: left;
	width: 41.66%;
}

#party_white_section .panel-grid-cell:last-child {
	width: 50%;
}

#party_blue_section h3 {
	text-align: center;
	margin-bottom: 70px;
	color: #fff;
}

#party_white_section_2 {
	display: block;
}

#party_white_section_2 .panel-grid-cell {
	padding-right: 15px;
	padding-left: 15px;
	float: left;
	width: 41.66%;
}

#party_white_section_2 .panel-grid-cell:last-child {
	width: 50%;
	margin-left: 8.33%;
}

#party_white_section_2 div.wpforms-container-full .wpforms-form textarea.wpforms-field-large {
	height: 89px;
}

#party_white_section_2 div.wpforms-container-full .wpforms-form input[type=tel] {
	background: #fff url( "images/phone-icon.jpg" ) no-repeat scroll left center;
	padding-left: 56px;
}

#wpforms-929-field_3 {
	background: #fff url( "images/date_picker.jpg" ) no-repeat scroll right center;
	padding-right: 56px;
}

#mini_golf {
	display: block;
}

#mini_golf .panel-grid-cell {
	padding-right: 15px;
	padding-left: 15px;
	float: left;
	width: 41.66%;
}

#mini_golf .panel-grid-cell:last-child {
	margin-left: 8.33%;
	width: 50%;
}

#mini_golf ul {
	margin: 0 0 12px;
}

#mini_golf ul li {
	list-style-type: none;
	margin-bottom: 0px;
	font-size: 19px;
	font-weight: 300;
	line-height: 1.35;
}

#mini_golf_gray_section div.wpforms-container-full .wpforms-form textarea.wpforms-field-large {
	height: 89px;
}

#mini_golf_gray_section div.wpforms-container-full .wpforms-form input[type=tel] {
	background: #fff url( "images/phone-icon.jpg" ) no-repeat scroll left center;
	padding-left: 56px;
}

#wpforms-957-field_4 {
	background: #fff url( "images/date_picker.jpg" ) no-repeat scroll right center;
	padding-right: 56px;
}

.banner-left {
	float: left;
	margin-top: 55px;
}

.banner-right h1 {
	font-family: "Thirsty",serif;
	font-size: 36px;
	color: #fff !important;
	margin-bottom: 0px !important;
	text-align: left;
	margin-top: 135px;
	line-height: 1.3;
}

.banner-right {
	float: right;
}

span.banner-sub-heading {
	margin-left: 70px;
}

.maroon_section_slanted.readers_maroon_slanted {
	background: #cf112b;
	padding-top: 0px;
	padding-bottom: 0px;
}

body.woocommerce-page .site-inner {
	padding: 50px 0;
}

body.woocommerce-page h2,
body.woocommerce div.product .product_title {
	font-size: 40px;
}

.readers_grey_section {
	background: #f2f2f2;
	padding-top: 10%;
	padding-bottom: 30px;
}

.readers_grey_section h2 {
	font-size: 63px;
	color: #000;
	font-family: "Thirsty",serif;
	line-height: 1.1;
	background: url( "images/award-symbol.jpg" ) no-repeat;
	background-position: right center;
}

.readers_grey_section p {
	color: #000;
	font-size: 26px;
	line-height: 1.2;
	padding-left: 20px;
}

#readers_white_body .white_section .reader_white_area {
	padding-top: 50px;
}

#readers_white_body .reader-title {
	font-family: "Thirsty",serif;
	margin-bottom: 25px;
	font-size: 30px;
	display: inline-block;
	color: #d30d2b;
	position: relative;
}

#readers_white_body .shake-title:after {
	background: url( "images/shake-symbol-pic.jpg" ) no-repeat;
	background-position: right center;
	content: '';
	width: 27px;
	height: 64px;
	position: absolute;
	top: -16px;
	display: block;
	right: -40px;
}

#readers_white_body p {
	color: #000;
	margin-bottom: 20px;
	font-size: 22px;
}

#readers_white_body ul {
	margin: 0 0 20px;
}

#readers_white_body ul li {
	list-style-type: none;
}

#readers_white_body ul li:before {
	content: '';
	background: #d0112b;
	width: 10px;
	height: 10px;
	border-radius: 10px;
	display: inline-block;
	margin-right: 10px;
	position: relative;
	top: -2px;
}

.purple_section_slanted:before,
.purple_section_slanted:after {
	background: inherit;
	content: '';
	display: block;
	height: 50%;
	left: 0;
	position: absolute;
	right: 0;
	z-index: -1;
	-webkit-backface-visibility: hidden;
}

.purple_section_slanted:before {
	top: 0;
	transform: skewY(-2.5deg);
	transform-origin: -60% 0;
}

.purple_section_slanted:after {
	bottom: 0;
	transform-origin: 100%;
}

.purple_section_slanted h3 {
	color: #fff;
	font-size: 40px;
	text-align: center;
	margin-bottom: 20px;
}

.purple_section_slanted a {
	text-align: center;
	display: block;
	padding-top: 40px;
	margin-bottom: 40px;
	color: #fff;
	font-size: 30px;
}

span.letter-pic {
	width: 37px;
	height: 36px;
	background: url( "images/letter-pic.jpg" );
	float: left;
	margin-right: 12px;
	margin-bottom: 58px;
}

.purple_section_slanted {
	background-color: #2e3192;
	position: relative;
	padding-bottom: 100px;
	z-index: 1;
	color: #fff;
	font-size: 30px;
}

#black_body.menu h3 {
	color: #000;
}

body.error404 {
	background-color: #000;
}

.error_content {
	width: 33.33%;
	margin: 0px auto;
}

.error_content .well {
	background: black;
	border: 6px solid #00eaca;
	-webkit-box-shadow: inset 0 0 6px #05ba99, inset 0 0 40px rgba(5, 186, 128, 0.3), inset 0 0 100px rgba(5, 186, 153, 0.5), 0 0 6px #05ba90, 0 0 40px rgba(5, 186, 178, 0.3), 0 0 100px rgba(5, 186, 161, 0);
	box-shadow: inset 0 0 6px #05ba99, inset 0 0 40px rgba(5, 186, 128, 0.3), inset 0 0 100px rgba(5, 186, 153, 0.5), 0 0 6px #05ba90, 0 0 40px rgba(5, 186, 178, 0.3), 0 0 100px rgba(5, 186, 161, 0);
	min-height: 20px;
	padding: 19px;
	margin-bottom: 20px;
}

#first {
	color: #fff;
	text-shadow: 0 0 80px #ffffff, 0 0 30px #008000, 0 0 6px #0000ff;
}

#first,
#last {
	font-family: 'Quicksand', sans-serif;
	text-align: center;
	font-weight: 500;
}

#last {
	text-transform: uppercase;
	text-shadow: 0 0 80px red, 0 0 30px firebrick, 0 0 6px darkred;
}

#last:hover {
	text-shadow: 0 0 100px red, 0 0 40px firebrick, 0 0 8px darkred;
}

.error_content p {
	font-size: 19px;
	line-height: 1.4;
	margin-bottom: 20px;
}

#first span {
	animation: upper 11s linear infinite;
}

#last span:nth-of-type(1) {
	text-shadow: none;
	opacity: .4;
}

#last span:nth-of-type(2) {
	animation: lower 10s linear infinite;
}

#first:hover {
	text-shadow: 0 0 200px #ffffff, 0 0 80px #008000, 0 0 6px #0000ff;
}

.error_content .logo {
	width: 215px;
	margin-top: 50px;
}

@keyframes upper {
	0%,19.999%,22%,62.999%,64%, 64.999%,70%,100% {
		opacity:.99; text-shadow: 0 0 80px #ffffff,0 0 30px #008000,0 0 6px #0000ff;
	}
	20%,21.999%,63%,63.999%,65%,69.999% {
		opacity:0.4; text-shadow: none; 
	}
}
@keyframes lower {
	0%,12%,18.999%,23%,31.999%,37%,44.999%,46%,49.999%,51%,58.999%,61%,68.999%,71%,85.999%,96%,100% {
		opacity:0.99; text-shadow: 0 0 80px red,0 0 30px FireBrick,0 0 6px DarkRed;
	}
	19%,22.99%,32%,36.999%,45%,45.999%,50%,50.99%,59%,60.999%,69%,70.999%,86%,95.999% { 
		opacity:0.4; text-shadow: none; 
	}
}

.error_content .well {
	background: black;
	border: 6px solid #00eaca;
	-webkit-box-shadow: inset 0 0 6px #05ba99, inset 0 0 40px rgba(5, 186, 128, 0.3), inset 0 0 100px rgba(5, 186, 153, 0.5), 0 0 6px #05ba90, 0 0 40px rgba(5, 186, 178, 0.3), 0 0 100px rgba(5, 186, 161, 0);
	box-shadow: inset 0 0 6px #05ba99, inset 0 0 40px rgba(5, 186, 128, 0.3), inset 0 0 100px rgba(5, 186, 153, 0.5), 0 0 6px #05ba90, 0 0 40px rgba(5, 186, 178, 0.3), 0 0 100px rgba(5, 186, 161, 0);
}

body.woocommerce a.added_to_cart {
	padding-top: 15px;
	vertical-align: middle;
}

body.woocommerce .quantity .qty {
	padding: 5px 6px 6px;
}

body .woocommerce-error,
body .woocommerce-info,
body .woocommerce-message {
	border-top-color: #d30d2b;
}

body .woocommerce-message::before {
	color: #d30d2b;
}

body.woocommerce-checkout #payment ul.payment_methods li {
	list-style-type: none;
}

body .woocommerce ul#shipping_method li {
	padding-left: 0px;
}

#career_red_section h3 {
	color: #fff;
}

#careers_gray_section h4 {
	font-weight: 300;
	margin: 0 0 30px;
}

#careers_gray_section ul {
	margin: 0px;
}

#careers_gray_section ul li {
	list-style-type: none;
	font-size: 19px;
}

#application_from div.wpforms-container-full .wpforms-form h3,
#feedback_from div.wpforms-container-full .wpforms-form h3,
#feedback_from div.wpforms-container-full .wpforms-form .wpforms-field-label {
	font-size: 26px;
	text-align: center;
	color: #d30d2b;
	margin-bottom: 15px;
	font-family: "Thirsty",serif;
}

#wpforms-1070-field_18,
#feedback_from div.wpforms-container-full .wpforms-form .wpforms-field-label {
	text-align: left !important;
}

#feedback_from div.wpforms-container-full .wpforms-form .wpforms-field-radio .wpforms-field-label {
	font-family: 'Rubik', sans-serif;
	font-size: 16px;
	color: #000;
	font-weight: 300;
	margin: 0px;
}

#feedback_from div.wpforms-container-full .wpforms-form textarea.wpforms-field-medium {
	height: 89px;
}

#feedback_from div.wpforms-container-full .wpforms-form input[type=email] {
	background: #fff url( "images/email-icon.jpg" ) no-repeat scroll left center;
	padding-left: 56px;
}

body div.wpforms-container-full .wpforms-form .wpforms-required-label {
	color: #d30d2b;
}

#wpforms-1070-field_14 {
	padding: 0 170px;
}

#wpforms-1070-field_4-container .wpforms-field-label {
	font-size: 26px !important;
	color: #d30d2b !important;
	margin-bottom: 15px !important;
	font-family: "Thirsty",serif !important;
}

#wpforms-1070-field_3 {
	background: #fff url( "images/date_picker.jpg" ) no-repeat scroll right center;
	padding-right: 56px;
}

#wpforms-1070-field_3-time {
	background: #fff url( "images/time_icon.jpg" ) no-repeat scroll left center;
	padding-left: 56px;
}

#feedback_from div.wpforms-container-full .wpforms-form .wpforms-submit-container,
#application_from div.wpforms-container-full .wpforms-form .wpforms-submit-container {
	text-align: center;
}

#feedback_from div.wpforms-container-full .wpforms-form button[type=submit],
#application_from div.wpforms-container-full .wpforms-form button[type=submit] {
	width: 200px;
}

#feedback_from div.wpforms-container-full .wpforms-form .wpforms-field,
#application_from div.wpforms-container-full .wpforms-form .wpforms-field {
	padding: 0px;
}

#application_from {
	overflow: hidden;
}

#application_from p {
	color: #000;
	text-align: justify;
}

#application_from .staric_note {
	font-size: 15px;
}

#application_from div.wpforms-container-full .wpforms-form h3 {
	text-align: left;
	font-size: 22px;
}

#wpforms-1083-field_1,
#wpforms-1083-field_10,
wpforms-1083-field_28,
#wpforms-1083-field_53,
#wpforms-1083-field_80,
#wpforms-1083-field_108,
#wpforms-1083-field_135,
#wpforms-1083-field_28 {
	font-size: 34px !important;
	text-align: center !important;
}

#application_from .wpforms-field-description {
	text-align: center;
}

#bubbles {
	text-align: center;
}

#bubbles h6 {
	color: #d30d2b;
	margin-bottom: 60px;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 20px;
}

#bubbles ul {
	margin: 0px;
}

#bubbles ul li {
	margin-bottom: 0px;
	font-size: 19px;
	font-weight: 300;
	list-style-type: none;
	line-height: 1.35;
	text-align: left;
}

#bubbles ul li.list-title {
	font-family: "Thirsty",serif;
	color: #d30d2b;
}

#red_section h3,
#red_section h5,
#red_section h6 {
	margin: 0px;
}

#soda_tabs #food h6 {
	margin-bottom: 0px;
	font-weight: 700;
}

#soda_tabs #foods .title {
	font-weight: 300;
	font-size: 19px;
	line-height: 1.4;
	color: #000;
}

#soda_callout h3 {
	text-align: center;
	margin-bottom: 20px;
	color: #fff;
}

#soda_callout h6.subtitle {
	color: #000;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0 0 70px;
}

#background-wrap {
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: -1;
}

/* KEYFRAMES */
@-webkit-keyframes animateBubble {
	0% {
		margin-top: 1000px;
	}
	100% {
		margin-top: -100%;
	}
}

@-moz-keyframes animateBubble {
	0% {
		margin-top: 1000px;
	}
	100% {
		margin-top: -100%;
	}
}

@keyframes animateBubble {
	0% {
		margin-top: 1000px;
	}
	100% {
		margin-top: -100%;
	}
}

@-webkit-keyframes sideWays { 
	0% {
		margin-left:0px;
	}
	100% {
		margin-left:50px;
	}
}

@-moz-keyframes sideWays { 
	0% {
		margin-left:0px;
	}
	100% {
		margin-left:50px;
	}
}

@keyframes sideWays { 
	0% {
		margin-left:0px;
	}
	100% {
		margin-left:50px;
	}
}

/* ANIMATIONS */
.x1 {
	-webkit-animation: animateBubble 20s linear infinite, sideWays 2s ease-in-out infinite alternate;
	-moz-animation: animateBubble 20s linear infinite, sideWays 2s ease-in-out infinite alternate;
	animation: animateBubble 20s linear infinite, sideWays 2s ease-in-out infinite alternate;
	left: -5%;
	top: 5%;
	-webkit-transform: scale(0.6);
	-moz-transform: scale(0.6);
	transform: scale(0.6);
}

.x2 {
	-webkit-animation: animateBubble 15s linear infinite, sideWays 4s ease-in-out infinite alternate;
	-moz-animation: animateBubble 15s linear infinite, sideWays 4s ease-in-out infinite alternate;
	animation: animateBubble 15s linear infinite, sideWays 4s ease-in-out infinite alternate;
	left: 5%;
	top: 80%;
	-webkit-transform: scale(0.4);
	-moz-transform: scale(0.4);
	transform: scale(0.4);
}

.x3 {
	-webkit-animation: animateBubble 23s linear infinite, sideWays 2s ease-in-out infinite alternate;
	-moz-animation: animateBubble 23s linear infinite, sideWays 2s ease-in-out infinite alternate;
	animation: animateBubble 23s linear infinite, sideWays 2s ease-in-out infinite alternate;
	left: 10%;
	top: 40%;
	-webkit-transform: scale(0.7);
	-moz-transform: scale(0.7);
	transform: scale(0.7);
}

.x4 {
	-webkit-animation: animateBubble 17s linear infinite, sideWays 3s ease-in-out infinite alternate;
	-moz-animation: animateBubble 17s linear infinite, sideWays 3s ease-in-out infinite alternate;
	animation: animateBubble 17s linear infinite, sideWays 3s ease-in-out infinite alternate;
	left: 20%;
	top: 0;
	-webkit-transform: scale(0.3);
	-moz-transform: scale(0.3);
	transform: scale(0.3);
}

.x5 {
	-webkit-animation: animateBubble 24s linear infinite, sideWays 4s ease-in-out infinite alternate;
	-moz-animation: animateBubble 24s linear infinite, sideWays 4s ease-in-out infinite alternate;
	animation: animateBubble 24s linear infinite, sideWays 4s ease-in-out infinite alternate;
	left: 30%;
	top: 50%;
	-webkit-transform: scale(0.5);
	-moz-transform: scale(0.5);
	transform: scale(0.5);
}

.x6 {
	-webkit-animation: animateBubble 16s linear infinite, sideWays 2s ease-in-out infinite alternate;
	-moz-animation: animateBubble 16s linear infinite, sideWays 2s ease-in-out infinite alternate;
	animation: animateBubble 16s linear infinite, sideWays 2s ease-in-out infinite alternate;
	left: 50%;
	top: 0;
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	transform: scale(0.8);
}

.x7 {
	-webkit-animation: animateBubble 15s linear infinite, sideWays 2s ease-in-out infinite alternate;
	-moz-animation: animateBubble 15s linear infinite, sideWays 2s ease-in-out infinite alternate;
	animation: animateBubble 15s linear infinite, sideWays 2s ease-in-out infinite alternate;
	left: 65%;
	top: 70%;
	-webkit-transform: scale(0.4);
	-moz-transform: scale(0.4);
	transform: scale(0.4);
}

.x8 {
	-webkit-animation: animateBubble 17s linear infinite, sideWays 3s ease-in-out infinite alternate;
	-moz-animation: animateBubble 17s linear infinite, sideWays 3s ease-in-out infinite alternate;
	animation: animateBubble 17s linear infinite, sideWays 3s ease-in-out infinite alternate;
	left: 80%;
	top: 10%;
	-webkit-transform: scale(0.3);
	-moz-transform: scale(0.3);
	transform: scale(0.3);
}

.x9 {
	-webkit-animation: animateBubble 23s linear infinite, sideWays 4s ease-in-out infinite alternate;
	-moz-animation: animateBubble 23s linear infinite, sideWays 4s ease-in-out infinite alternate;
	animation: animateBubble 23s linear infinite, sideWays 4s ease-in-out infinite alternate;
	left: 90%;
	top: 50%;
	-webkit-transform: scale(0.6);
	-moz-transform: scale(0.6);
	transform: scale(0.6);
}

.x10 {
	-webkit-animation: animateBubble 21s linear infinite, sideWays 2s ease-in-out infinite alternate;
	-moz-animation: animateBubble 21s linear infinite, sideWays 2s ease-in-out infinite alternate;
	animation: animateBubble 21s linear infinite, sideWays 2s ease-in-out infinite alternate;
	left: 80%;
	top: 80%;
	-webkit-transform: scale(0.3);
	-moz-transform: scale(0.3);
	transform: scale(0.3);
}

.x11 {
	-webkit-animation: animateBubble 19s linear infinite, sideWays 4s ease-in-out infinite alternate;
	-moz-animation: animateBubble 19s linear infinite, sideWays 4s ease-in-out infinite alternate;
	animation: animateBubble 19s linear infinite, sideWays 4s ease-in-out infinite alternate;
	left: 30%;
	top: 50%;
	-webkit-transform: scale(0.5);
	-moz-transform: scale(0.5);
	transform: scale(0.5);
}

.x12 {
	-webkit-animation: animateBubble 10s linear infinite, sideWays 4s ease-in-out infinite alternate;
	-moz-animation: animateBubble 10s linear infinite, sideWays 4s ease-in-out infinite alternate;
	animation: animateBubble 10s linear infinite, sideWays 4s ease-in-out infinite alternate;
	left: 90%;
	top: 50%;
	-webkit-transform: scale(0.6);
	-moz-transform: scale(0.6);
	transform: scale(0.6);
}

.x13 {
	-webkit-animation: animateBubble 12s linear infinite, sideWays 3s ease-in-out infinite alternate;
	-moz-animation: animateBubble 12s linear infinite, sideWays 3s ease-in-out infinite alternate;
	animation: animateBubble 12s linear infinite, sideWays 3s ease-in-out infinite alternate;
	left: 60%;
	top: 20%;
	-webkit-transform: scale(0.3);
	-moz-transform: scale(0.3);
	transform: scale(0.3);
}

.x14 {
	-webkit-animation: animateBubble 15s linear infinite, sideWays 2s ease-in-out infinite alternate;
	-moz-animation: animateBubble 15s linear infinite, sideWays 2s ease-in-out infinite alternate;
	animation: animateBubble 15s linear infinite, sideWays 2s ease-in-out infinite alternate;
	left: 50%;
	top: 70%;
	-webkit-transform: scale(0.7);
	-moz-transform: scale(0.7);
	transform: scale(0.7);
}

.x15 {
	-webkit-animation: animateBubble 8s linear infinite, sideWays 2s ease-in-out infinite alternate;
	-moz-animation: animateBubble 8s linear infinite, sideWays 2s ease-in-out infinite alternate;
	animation: animateBubble 8s linear infinite, sideWays 2s ease-in-out infinite alternate;
	left: 10%;
	top: 20%;
	-webkit-transform: scale(0.7);
	-moz-transform: scale(0.7);
	transform: scale(0.7);
}

.x16 {
	-webkit-animation: animateBubble 13s linear infinite, sideWays 3s ease-in-out infinite alternate;
	-moz-animation: animateBubble 13s linear infinite, sideWays 3s ease-in-out infinite alternate;
	animation: animateBubble 13s linear infinite, sideWays 3s ease-in-out infinite alternate;
	left: 80%;
	top: 0;
	-webkit-transform: scale(0.3);
	-moz-transform: scale(0.3);
	transform: scale(0.3);
}

/* OBJECTS */
.bubble {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-shadow: 0 20px 30px rgba(0, 0, 0, 0.2), inset 0px 10px 30px 5px rgba(255, 255, 255, 1);
	-moz-box-shadow: 0 20px 30px rgba(0, 0, 0, 0.2), inset 0px 10px 30px 5px #ccc;
	box-shadow: 0 20px 30px rgba(0, 0, 0, 0.2), inset 0px 10px 30px 5px #ccc;
	height: 200px;
	position: absolute;
	width: 200px;
}

.bubble:after {
	background: -moz-radial-gradient(center, ellipse cover,  rgba(255,255,255,0.5) 0%, rgba(255,255,255,0) 70%); /* FF3.6+ */
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(255,255,255,0.5)), color-stop(70%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
	background: -webkit-radial-gradient(center, ellipse cover,  rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 70%); /* Chrome10+,Safari5.1+ */
	background: -o-radial-gradient(center, ellipse cover,  rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 70%); /* Opera 12+ */
	background: -ms-radial-gradient(center, ellipse cover,  rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 70%); /* IE10+ */
	background: radial-gradient(ellipse at center,  rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 70%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-shadow: inset 0 20px 30px rgba(255, 255, 255, 0.3);
	-moz-box-shadow: inset 0 20px 30px rgba(255, 255, 255, 0.3);
	box-shadow: inset 0 20px 30px rgba(255, 255, 255, 0.3);
	content: "";
	height: 180px;
	left: 10px;
	position: absolute;
	width: 180px;
}

#franchise_side_links {
	position: fixed;
	top: 540px;
	right: -31px;
	padding: 0;
	list-style: none;
	z-index: 99;
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	margin: 0px;
}

#franchise_side_links li a {
	display: block;
	font-size: 16px;
	text-transform: uppercase;
}

#social_side_links {
	position: fixed;
	top: 450px;
	left: 0;
	padding: 0;
	list-style: none;
	z-index: 99;
	margin: 0px;
}

#social_side_links li {
	list-style-type: none;
	margin-bottom: 14px;
}

#social_side_links li a {
	display: block;
}

body .woocommerce-product-gallery__image {
	margin: 0 0 20px;
}

body.woocommerce table.shop_attributes th {
	width: auto;
}

/* Mobile Menu
----------------------------------------*/

#mob_nav {
	background-color: #000;
	min-height: 50px;
	position: fixed;
	width: 100%;
	z-index: 99;
	top: 0;
	display: none;	
}

.main-nav {
	display: none;
	clear: both;
	text-align: center;
	padding: 80px 0 50px;
}

#menu-icon {
	display: block;
	padding: 10px 11px;
	float: right;
	cursor: pointer;
	margin: 7px 0 0;
}

#menu-icon .icon-bar {
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px;
	background-color: #fff;
	margin: 0 auto 4px;
}

#menu-icon .icon-bar-last {
	margin-bottom: 0px;
}

.item-3,
.menu-2-item-0,
.item-6 .sub-menu,
.menu-2-item-1 .sub-menu {
	display: none;
}

.main-nav li {
	margin-bottom: 10px;
}

.main-nav li a {
	padding-top: 0px;
	padding-bottom: 0px;
	line-height: 20px;
	font-size: 17px;
	text-transform: uppercase;
	color: #fff;
	letter-spacing: 1px;
	text-align: center;
	display: block;
	outline: none;
}

.menu_2 hr {
	border: 0;
	width: 60%;
	border-top: 1px solid #565656;
	margin-top: 20px;
	margin-bottom: 20px;
}

.menu_2 li a {
	color: #d30d2b;
}

.menu-2-item-13 a {
	color: #fff !important;
	max-width: 122px;
	margin: 0 auto;
	text-align: center !important;
	width: 100%;
	padding: 7px !important;
	font-size: 14px !important;
}

.main-nav li .sub-menu a {
	color: #717171 !important;
	text-transform: none;
	letter-spacing: 0px;
	font-weight: 300;
}

.main-nav li .sub-menu li {
	margin-bottom: 5px;
}

.mob_logo img {
	width: 20%;
	top: 15px;
	position: absolute;
	z-index: 7;
	margin: 0 auto;
	left: 0;
	right: 0;
}

.milkshakes_blue_section h6.subtitle {
	margin: 0 0 0 !important;
}

input[type="checkbox"],
input[type="radio"] {
	width: auto;
}

.mob-item {
	display: none !important;
}

.pum-container {
	border: 5px solid #D30D2b !important;	
}

.online-order-cta {
	border: 1px solid #000;
    margin: 20px 0;
}

.online-order-cta h2 {
	font-family: "Rubik", sans-serif;
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 700;
	color: #fff !important;
	width: 288px;
	text-align: center;
	margin: 30px auto;
}

.online-order-cta .button {
	display: block;
    font-weight: 700;
    font-size: 20px;
    font-family: "Rubik", sans-serif;
    width: 262px;
    margin: 37px auto 36px;
    text-align: center;
    background-color: #fff;
    color: #000;
}

.online-order-cta .button:hover {
	background-color: #000;
    color: #fff;
}

.online-ordering-banner {
	background-color: #000;
    border-bottom: 5px solid #ffe401;
	padding: 30px 0;
}

.online-ordering-banner .wrap {
	max-width: 873px;
}

.online-ordering-banner h3 {
	font-family: "Rubik", sans-serif;
    color: #ffe401;
    text-transform: uppercase;
    font-size: 20px;
	font-weight: 700;
	padding: 5px 0 0;
	margin: 0;
}

.online-ordering-banner h3 img {
	display: block;
    float: left;
    margin-top: -10px;
}

.online-ordering-banner select {
	width: 253px;
	padding: 6px 20px;
	font-size: 15px;
	text-transform: uppercase;
	color: #000;
	font-weight: 700;
	text-align: center;
	margin: 0 15px;
	-moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
	border-radius: 0;
}

.online-ordering-banner h3,
.online-ordering-banner select {
	float: left;
}

a[href*="foxnews"] {
	word-break: break-all;
}

.home-delivery-btn {
	text-align: center;
}

.home-delivery-btn .btn {
	padding: 17px 36px 14px;
	font-size: 16px;
	border-radius: 28px;
	margin: 10px 0;
}

.online-order-cta.hiring-btn .button {
	width: 320px;
}

body .wpforms-captcha-math input[type="text"] {
	width: auto !important;
	display: inline-block !important;
}

/*
Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1179px) {

	.wrap {
		max-width: 970px;
	}
	
	.banner-right h1 {
		margin-top: 100px;
	}
	
	.banner-left {
		width: 280px;
	}
	
	.readers_grey_section h2 {
		font-size: 56px;
	}
	
	.genesis-nav-menu a {
		padding: 25px 5px 8px;
	}
}

@media only screen and (max-width: 980px) {

	.wrap {
		max-width: 768px;
		padding: 0 10px;
	}

	#utility,
	.site-header {
		display: none;
	}
	
	#mob_nav{
		display: block;
	}
	
	.site-inner {
		margin: 50px 0 0;
	}
	
	.home_panel_1 .window a {
		width: 50%;
	}
	
	body .lsow-tabs.style4 .lsow-tab-pane {
		padding: 40px 0 0;
	}
	
	#locations {
		display: block;
	}
	
	#locations .panel-grid-cell {
		width: 33.33% !important;
		float: left;
	}
	
	#home_contact .panel-grid-cell:last-child {
		margin-left: 0;
		margin-top: 30px;
	}
	
	.footer-widgets-2,
	.footer-widgets-3,
	.footer-widgets-4,
	.footer-widgets-5,
	.footer-widgets-6,
	.footer-widgets-7,
	.footer-widgets-8 {
		width: 50%;
		margin: 0 0 30px;
	}
	
	.footer-widgets-1 .boxes {
		text-align: center;
		margin: 0 0 20px;
	}
	
	.footer-widgets-1 .boxes .text {
		max-width: 270px;
		margin: 30px auto;
	}
	
	.two_half_column {
		display: block !important;
	}
	
	.two_half_column .panel-grid-cell {
		float: left;
		width: 50% !important;
	}
	
	#burger_blue_section .panel-grid-cell:first-child {
		width: 41.33%;
	}
	
	#scrip_gray_section,
	#location_two_panels,
	#shake_menu,
	#breakfast_blue,
	#breakfast_gray,
	#milkshakes_gray_section_row,
	.fries_food_panel {
		display: block !important;
	}
	
	#shake_menu .panel-grid-cell {
		width: 33.33% !important;
		float: left;
		padding-right: 15px !important;
		padding-left: 15px !important;
	}
	
	#party_white_section_2 .panel-grid-cell,
	#party_white_section .panel-grid-cell,
	#scrip_gray_section .panel-grid-cell,
	#location_two_panels .panel-grid-cell,
	#fries_blue_section .panel-grid-cell,
	#fries_white_section .panel-grid-cell,
	#breakfast_gray .panel-grid-cell,
	#milkshakes_gray_section_row .panel-grid-cell,
	#milkshakes_gray_section_row .panel-grid-cell:last-child {
		width: 50% !important;
		margin: 0px !important;
		float: left;
		padding-right: 15px !important;
		padding-left: 15px !important;
	}
	
	.milkshakes_blues_section_row,
	#milkshakes_note {
		overflow: hidden;
		clear: both;
	}
	
	.fries_food_panel .panel-grid-cell,
	#breakfast_blue .panel-grid-cell {
		width: 25% !important;
		float: left;
	}
	
	#header_northeast,
	#header_breakfast {
		min-height: 390px;
	}
	
	.breakfast-image {
		right: 30px;
		top: 90px;
	}
	
	.breakfast_blue_section_row {
		overflow: hidden;
	}

	#location_map {
		text-align: center;
	}
	
	#philly_white_section .img-responsive,
	#about_nifty  .img-responsive,
	#location_map .img-responsive {
		margin: 0 auto 30px;
	}
	
	#turnersville_blue_section > .panel-grid-cell:last-child {
		width: 100%;
		margin-left: 0;
		margin: 30px 0 0;
	}
	
	#history_blue_section p {
		padding: 0px;
	}
	
	#philly_white_section .panel-grid-cell:last-child {
		width: 100%;
		margin-left: 0;
		text-align: center;
	}
	
	#philly_white_section ul {
		text-align: left;
	}
	
	#raisers_white_section {
		padding: 0;
	}
	
	#mini_golf .panel-grid-cell:last-child {
		margin-left: 0;
	}
	
	.banner-left,
	.banner-right {
		float: none;
		width: 100%;
	}
	
	span.banner-sub-heading {
		margin-left: 0;
	}
	
	.banner-right h1 {
		margin-top: 0px;
		text-align: center;
	}
	
	.readers_grey_section p {
		padding-left: 0px;
	}
	
	.purple_section_slanted a {
		text-align: left;
	}
	
	.readers_grey_section h2 {
		font-size: 63px;
	}
	
	#wpforms-1070-field_14 {
		padding: 0;
	}
	
	#feedback_from div.wpforms-container-full .wpforms-form .wpforms-one-half,
	#feedback_from div.wpforms-container-full .wpforms-form .wpforms-three-sixths,
	#feedback_from div.wpforms-container-full .wpforms-form .wpforms-two-fourths,
	#feedback_from div.wpforms-container-full .wpforms-form .wpforms-one-third,
	#feedback_from div.wpforms-container-full .wpforms-form .wpforms-two-sixths,
	#application_from div.wpforms-container-full .wpforms-form .wpforms-one-half,
	#application_from div.wpforms-container-full .wpforms-form .wpforms-three-sixths,
	#application_from div.wpforms-container-full .wpforms-form .wpforms-two-fourths,
	#application_from div.wpforms-container-full .wpforms-form .wpforms-one-third,
	#application_from div.wpforms-container-full .wpforms-form .wpforms-two-sixths,
	#application_from div.wpforms-container-full .wpforms-form .wpforms-one-fourth {
		width: 100%;
		margin: 0 0 8px;
	}
	
	.mob-item {
		display: block !important;
	}
	
	.online-order-cta .button {
		margin: 0 auto 36px;
	}
	
	.online-ordering-banner {
		margin: 50px 0 0;
		text-align: center;
		padding: 80px 0 20px;
	}
	
	.home .site-inner {
		margin: 0;
	}
	
	.online-ordering-banner h3,
	.online-ordering-banner select {
		float: none;
	}
	
	.online-ordering-banner h3 img {
		display: inline-block;
		float: none;
		margin-top: 0;
		vertical-align: bottom;
	}
	
	.online-ordering-banner select {
		margin: 15px auto;
	}
}

@media only screen and (max-width: 767px) {
	
	.wrap {
		padding: 0 30px;
	}
	
	.mob_logo img {
		width: 39%;
	}
	
	.home_panel_1 {
		display: none !important;
	}
	
	body .lsow-tab-mobile-menu {
		right: 0;
	}
	
	body .lsow-tab-mobile-menu i {
		font-size: 24px;
	}
	
	#home_menu .left_column, #home_menu .right_column {
		width: 100%;
		float: none;
		margin: 0 0 20px;
	}
	
	#locations .panel-grid-cell {
		width: 100% !important;
		float: none;
		text-align: center;
	}
	
	.img-responsive {
		margin: 0px auto 30px;
	}
	
	.footer-widgets-2,
	.footer-widgets-3,
	.footer-widgets-4,
	.footer-widgets-5,
	.footer-widgets-6,
	.footer-widgets-7,
	.footer-widgets-8 {
		width: 100%;
		margin: 0 0 30px;
	}
	
	#social_side_links {
		bottom: -14px;
		top: auto;
	}
	
	#franchise_side_links {
		bottom: 31px;
		top: auto;
	}
	
	.main-nav {
		overflow-y: scroll;
		width: 100%;
		max-height: 100vh;
	}
	
	.pull-left,
	.pull-right {
		float: none !important;
	}
	
	h1 {
		font-size: 45px;
	}
	
	h2 {
		font-size: 40px;
	}
	
	h3 {
		font-size: 37px;
	}
	
	h4 {
		font-size: 35px;
	}
	
	h5 {
		font-size: 25px;
	}
	
	h6 {
		font-size: 20px;
	}
	
	.extra {
		padding-top: 70px;
		padding-bottom: 70px;
	}
	
	.two_half_column .panel-grid-cell {
		float: none;
		width: 100% !important;
	}
	
	#burger_blue_section .panel-grid-cell:first-child,
	#burger_blue_section .panel-grid-cell:last-child {
		width: 100%;
		float: none;
		margin: 0px;
	}
	
	.footer-widgets img {
		margin: 0 0 30px;
	}
	
	#party_white_section_2 .panel-grid-cell,
	#party_white_section .panel-grid-cell,
	#scrip_gray_section .panel-grid-cell,
	#location_two_panels .panel-grid-cell,
	#fries_blue_section .panel-grid-cell,
	#fries_white_section .panel-grid-cell,
	#breakfast_gray .panel-grid-cell,
	#shake_menu .panel-grid-cell,
	#milkshakes_gray_section_row .panel-grid-cell,
	#breakfast_blue .panel-grid-cell,
	#milkshakes_gray_section_row .panel-grid-cell:last-child,
	.fries_food_panel .panel-grid-cell {
		width: 100% !important;
		float: none;
		padding: 0px !important;
	}
	
	#scrip_gray_section .panel-grid-cell:last-child,
	#location_last_two_panels .panel-grid-cell:last-child,
	#location_two_panels .panel-grid-cell:last-child,
	#fries_white_section .panel-grid-cell:last-child,
	#breakfast_gray .panel-grid-cell:last-child,
	#milkshakes_gray_section_row .panel-grid-cell:last-child {
		margin: 30px 0 0 !important;
	}
	
	.breakfast-image {
		display: none;
	}
	
	.one_third,
	.two_third,
	.three_third {
		width: 100%;
		float: none;
		padding-right: 0;
		padding-left: 0;
	}
	
	#breakfast_blue .panel-grid-cell {
		margin: 0 0 30px;
		text-align: center;
	}
	
	.breakfast_blue_section_row {
		margin: 0px;
	}
	
	#video {
		min-height: 500px;
	}
}

@media only screen and (max-width: 415px) {

	.pull-right a {
		display: block;
	}

	.mob_logo img {
		width: 50%;
	}
	
	h5.shake_it {
		font-size: 23px;
	}
	
	.readers_grey_section h2,
	#readers_white_body .shake-title:after {
		background: none;
	}
	
	body.woocommerce ul.products li.product,
	body.woocommerce-page ul.products li.product {
		width: 100%;
		float: none;
		margin: 0 auto 30px;
	}
	
	.online-ordering-banner h3 img {
		display: block;
		margin: 0 auto 5px;
	}
}

@media only screen and (max-width: 320px) {
	
	h5.shake_it {
		font-size: 18px;
	}
}