/*
	Theme Name: Parry Pizza
	Theme URI: http://www.parryspizza.com/
	Description: This is a custom WordPress theme for Parry's Pizza.
	Author: Adaptive Web Studio
	Author URI: http://www.adaptivewebstudio.com/


	Version: 1.0

	Template: genesis
	Template Version: 2.2.3

*/

/* Test Commit */

/* # Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
	- Screen Reader Text
- Structure and Layout
	- Site Containers
	- Column Widths and Positions
	- Column Classes
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Jetpack
- Skip Links
- Site Header
	- Title Area
	- Widget Area
- Site Navigation
	- Accessible Menu
	- Site Header Navigation
	- After Header Navigation
	- Footer Navigation
- Content Area
	- Entries
	- Entry Meta
	- Pagination
	- Comments
- Sidebars
- Footer Widgets
- Site Footer
- Media Queries
	- Max-width: 1340px
	- Max-width: 1200px
	- Max-width: 1023px
	- Max-width: 860px
- Print Styles
*/


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

/* ## Baseline Normalize
--------------------------------------------- */
/* normalize.css v4.1.1 | MIT License | http://necolas.github.io/normalize.css/ */

html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block}audio:not([controls]){display:none;height:0}progress{vertical-align:baseline}template,[hidden]{display:none}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:inherit}b,strong{font-weight:bolder}dfn{font-style:italic}h1{font-size:2em;margin:0.67em 0}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}svg:not(:root){overflow:hidden}code,kbd,pre,samp{font-family:monospace, monospace;font-size:1em}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible}button,input,optgroup,select,textarea{font:inherit;margin:0}optgroup{font-weight:bold}button,input{overflow:visible}button,select{text-transform:none}button,html [type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}textarea{overflow:auto}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-input-placeholder{color:inherit;opacity:0.54}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}

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

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

*,
*:before,
*:after {
	box-sizing: inherit;
}


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

.clear:before,
.author-box:before,
.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,
.widget:before,
.wrap:before {
	content: " ";
	display: block;
	clear: both;
}

.clear:after,
.author-box:after,
.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,
.widget:after,
.wrap:after {
	clear: both;
	content: " ";
	display: block;
}


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

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

html {
	font-size: 100%; /* 100% is typically 16px. 62.5% is 10px browser default */
}

/* Chrome fix
body > div {
	font-size: 1.125em; /* 18px/16 = 1.125em . 1.8rem is18px from base on 10px * /
}*/

body {
	background-color: #FFF /*#EEE*/ ;
	color: #333;
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.6666666667em;/* 30px */
	margin: 0;
	background-image: url('images/PP-Design-Bkgrd-LightGreyTexture-Optimized.jpg');
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:	all 0.1s ease-in-out;
	-ms-transition:	 all 0.1s ease-in-out;
	-o-transition:	  all 0.1s ease-in-out;
	transition:		 all 0.1s ease-in-out;
}

a {
	font-weight: 500;
	color: #d6161d;
	text-decoration: none;
}

a:hover,
a:focus {
	color: #b8131a;
	text-decoration: none;

}


p {
	margin: 0 0 20px;
	padding: 0;
}

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

li {
	list-style-type: none;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-top: 1px solid #DDD;
	clear: both;
	margin: 1em 0;
}

b,
strong,
.strong {
	font-weight: 500;
}

blockquote,
cite,
em,
i,
.italic {
	font-style: italic;
}

blockquote,
cite {
	margin-left: 20px;
}

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




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

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	line-height: 34px/*1.28*/;
	margin: 0 0 10px;
	letter-spacing: 3px;
	color: #333;
}

h1 {
	font-size:  38px;
	letter-spacing: 5px;
	text-transform: uppercase;
}

h2 {
	font-size: 28px;
	text-transform: uppercase;
}

h3 {
	font-size: 24px;
	font-family: "roboto", sans-serif;
	letter-spacing: 0.5px;
	font-weight: 500;
	color: #888;
}

h4 {
	font-size: 22px;
}

h5 {
	font-size: 20px;
	text-transform: uppercase;
	color: #888;
}

h6 {
	font-size: 18px;
	font-weight: 500;
}

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

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

img {
	height: auto;
}

figure {
	margin: 0;
}

/* ## Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
}

.gallery-item {
	float: left;
	margin: 0;
	text-align: center;
}

.gallery-columns-1 .gallery-item {
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}

.gallery img {
	/*border: 1px solid #FFF;*/
	height: auto;
	padding: 0 10px 10px 10px;
}

.gallery img:hover,
.gallery img:focus {
	opacity: .75;
}

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

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #333;
	font-size: 1em; /* 18px */
	font-weight: 400;
	padding: 16px;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

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

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

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

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
a.button {
	background-color: #d6161d;
	border: 0;
	color: #fff;
	cursor: pointer;
	font-size: 14px;
	padding: 14px 20px;
	text-decoration: none;
	white-space: normal;
	width: auto;
	text-transform: uppercase;
	border-radius: 2px;
	letter-spacing: 1px;
	font-weight: 500;
}



button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
button:focus,
input:focus[type="button"],
input:focus[type="reset"],
input:focus[type="submit"],
.button:focus  {
	background-color: #b8131a;
	color: #fff;
}

.full {
	width: 100% !important;
	text-align: center;
}

.entry-content .button:hover,
.entry-content .button:focus {
	color: #fff;
}

.button {
	display: inline-block;
}

a.button.small,
button.small,
input[type="button"].small,
input[type="reset"].small,
input[type="submit"].small {
	padding: 8px 16px;
}

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type="button"]:disabled,
.site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover {
	background-color: #eee;
	border-width: 0;
	color: #777;
	cursor: not-allowed;
}

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;
	width: 100%;
	word-break: break-word;
}

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

td,
th {
	text-align: left;
}

td {
	border-top: 1px solid #eee;
	padding: 6px;
}

th {
	font-weight: 400;
	padding: 0 6px;
}

td:first-child,
th:first-child {
	padding-left: 0;
}

/* ## Screen Reader Text
--------------------------------------------- */

.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
	position: absolute !important;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	width: 1px;
	border: 0;
	overflow: hidden;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.genesis-nav-menu .search input[type="submit"]:focus,
.widget_search input[type="submit"]:focus  {
	clip: auto !important;
	height: auto;
	width: auto;
	display: block;
	font-size: 1em;
	font-weight: bold;
	padding: 15px 23px 14px;
	color: #333;
	background: #fff;
	z-index: 100000; /* Above WP toolbar. */
	text-decoration: none;
	box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
}

.more-link {
	position: relative;
}


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

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

/*.site-inner,*/
.wrap {
	margin: 0 auto;
	max-width:  1280px;
}


.site-inner {
	clear: both;
	margin: 0 auto;
	padding: 20px 0;
	word-wrap: break-word;
}

.landing-page .site-inner {
	max-width: 800px;
}

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

/* ### Content */

.content {
	float: left;
	width: 75%;
}

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

/* ### Primary Sidebar */


.sidebar-primary {
	float: right;
	width: 25%;
}



/* ## Column Classes
--------------------------------------------- */
/* Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}


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

/* ## Avatar
--------------------------------------------- */

.avatar {
	border-radius: 50%;
	float: left;
}

.author-box .avatar,
.alignleft .avatar {
	margin-right: 24px;
}

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

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

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

.breadcrumb {
	background-color: #fff;
	font-size: 16px;
	margin-bottom: 1px;
	padding: 12px 30px;
}

.after-entry,
.archive-description,
.author-box {
	border: 1px #EEE solid;
	font-size: 18px;
	border-radius: 4px;
	background: #f8f8f8;
	margin: 40px 40px 0 40px;
	padding: 40px;
}

.cpt-archive-description{
	border: none;
	border-radius: none;
	background: none;
	margin: 0;
	padding: 0;
}

.archive-description p{
	margin-top: 10px;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

/* ## Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
}

.entry-content .search-form,
.site-header .search-form {
	margin-bottom: 40px;
	width: 50%;
}

.site-header .search-form {
	float: right;
	margin: 12px auto 0;
}

.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	margin-top: 10px;
}

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

/* ## Titles
--------------------------------------------- */

.archive-description .entry-title,
.archive-title,
.author-box-title {
	font-size: 26px;
	margin: 0;
}

.entry-title {
	font-size: 38px;
	line-height: 38px;
}

.page .entry-title {
	margin-bottom: 40px;
	text-align: center;
}

.search .entry-title {
	text-align: left;
}

.post .entry-title{
	font-size: 38px;
	margin-bottom: 20px;
}

.page-template-default .entry-title:after {
	content: " ";
	display: block;
	border-top: 2px solid #d6161d;
	margin: 20px auto;
	width: 150px;
}

.single-featured .entry-title{
	text-align: center;
}

.entry-title a,
.sidebar .widget-title a {
	color: #d6161d;
	text-decoration: none;
}

.entry-title a:hover,
.entry-title a:focus {
	color: #b8131a;
}

.widget-title{
	font-size: 20px;
	color: #888;
	text-transform: uppercase;
}

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

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

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

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

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

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

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

/* Not sure if this should be, specific to first child, this was added for location single */
.one-half > p:first-child > img,
.one-third > a > img {
	margin-top: 10px;
	display: block;
}

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

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

.wp-caption-text {
	font-size: 14px;
	font-weight: 600;
	margin: 0;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
	margin: 0 0 28px;
}


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

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


.widget p:last-child,
.widget ul > li:last-of-type,
.widget-area .widget:last-of-type {
	margin-bottom: 0;
}

.widget ul > li {
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.site-footer .widget ul > li {
	margin-bottom: 5px;
	padding-bottom: 5px;
}


.widget ul > li:last-of-type {
	padding-bottom: 0;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: 0;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

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

/* ## Featured Content
--------------------------------------------- */

.featured-content .entry {
	background: none;
	padding: 0;
}

.featured-content .entry:last-of-type {
	margin-bottom: 0;
}

.featured-content .entry-title {
	font-size: 20px;
}


/* # Plugins
---------------------------------------------------------------------------------------------------- */

/* ## Genesis eNews Extended
--------------------------------------------- */

.sidebar .enews-widget,
.sidebar .enews-widget .widget-title {

}

.sidebar .widget.enews-widget {

}

.sidebar .enews-widget input,
.sidebar .enews-widget input:focus {
	border: 1px solid #DDD;
}

.sidebar .enews-widget input[type="submit"] {
	/*background-color: #c3251d;*/
	color: #fff;
}

.sidebar .enews-widget input:hover[type="submit"],
.sidebar .enews-widget input:focus[type="submit"]  {

}

.sidebar .enews-widget input {
	font-size: 16px;
	margin-bottom: 16px;
}

.sidebar .enews-widget input[type="submit"] {
	margin: 0;
	width: 100%;
}

.sidebar .enews form + p {
	margin-top: 24px;
}

/* ## Jetpack
--------------------------------------------- */

#wpstats {
	display: none;
}


/* # Skip Links
---------------------------------------------------------------------------------------------------- */

.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link li {
	height: 0;
	width: 0;
	list-style: none;
}

/* Display outline on focus */
:focus {
	color: #333;
	outline: #ccc solid 1px;
}


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

.site-header {
	background-color: #222222;
	padding: 5px 40px;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;
}

/* Padding with Admin Bar */

.admin-bar .site-header{
	top: 32px;
}

/* Padding with banner */

.banner-template .entry-header,
.slider,
.page-banner,
.page-template-default .site-inner,
.single-blog .sub-menu-row,
.single-events .sub-menu-row,
.error404 .site-inner {
	margin-top: 99px;
}

/* Padding with no banner 119 */


@media (max-width: 800px) {

	.banner-template .entry-header,
	.slider,
	.page-banner,
	.page-template-default .site-inner,
	.single-blog .sub-menu-row,
	.single-events .sub-menu-row,
	.error404 .site-inner{
		margin-top: 65px;
	}

}

@media (max-width: 782px) {

	.admin-bar .site-header{
		top: 46px;
	}

}

@media (max-width: 600px) {

	#wpadminbar {
    	position: fixed;
	}
}






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

.title-area {
	float: left;
	padding: 7px 0;
	width: 300px;

}

.header-image .title-area {
	margin: 0 auto;
	max-width: 300px;

}

.header-full-width .title-area {
	float: none;
	width: 100%;
}

.site-title {
	font-size: 28px;
	line-height: 1.2;
}

.site-title a,
.site-title a:hover,
.site-title a:focus {
	color: #FFF;
	text-decoration: none;
}

.header-image .site-title > a {
	background-position: center !important;
	background-size: contain !important;
	float: left;
	min-height: 75px;
	width: 100%;
}

.site-description {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}

.site-description,
.site-title {
	margin-bottom: 0;
}

.header-image .site-description,
.header-image .site-title {
	display: block;
	text-indent: -9999px;
}

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

.site-header .widget-area {
	float: right;
	text-align: right;
	width: auto;
}

.widget_nav_menu ul > li {
    margin-bottom: 0;
    padding-bottom: 0;
}


/* # Default Menu
---------------------------------------------------------------------------------------------------- */

/*
#genesis-nav-primary {
	display: none;
}
*/

.genesis-nav-menu {
	position: relative;
}


.genesis-nav-menu li {
	display: inline-block;
	list-style: none;
	position: relative;
}

.genesis-nav-menu a {
	border: none;
	display: block;
	margin: 0 5px;
	position: relative;
	color: #FFF;
	font-weight: 500;
	letter-spacing: 2px;
	text-transform: uppercase;

}

.genesis-nav-menu a:hover,
.genesis-nav-menu .menu-item a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	text-decoration: none;
	color: #ccc;
}


/* # Main Menu
---------------------------------------------------------------------------------------------------- */

#menu-main-menu{
	padding: 0;
	margin: 0;
}


#menu-main-menu a {
	text-align: left;
	font-size: 14px;
	display: block;
	margin: 10px 0 0 30px;

}

#menu-main-menu .sub-menu > li > a {
	font-size: 13px;
	line-height: 1.35em;
	padding: 10px 15px;
	margin: 0;
}

/*
#menu-main-menu > li:last-child > a {
	margin-right: 13px;
}
*/

#menu-main-menu .menu-item-has-children > a::after {
	font-family: 'fontawesome';
	content: ' \f107'; /* fa-angle-down */
	margin-top: 8px;
	margin-left: 8px;
	font-size: 12px;
	line-height: 12px;
	float: right;
	color: #ccc;
	transition: color 0.2s, transform 0.15s;
}

#menu-main-menu .sub-menu .menu-item-has-children > a::after {
	margin-top: 0.2em;
}

#menu-main-menu .menu-item-has-children li:hover > a::after {
	color: #fff;
	-ms-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

#menu-main-menu .menu-item-has-children .sub-menu {
	border-radius: 6px;
}

#menu-main-menu li ul.sub-menu:before,
#menu-main-menu li ul.sub-menu:after {
	content: '';
	display: block;
	height: 8px;
}

/* first level hover */
#menu-main-menu > .menu-item-has-children:hover > .sub-menu {
	/*display: block;*/
	max-height: 1000px;
	opacity: 1;
}

#menu-main-menu > .menu-item-object-locations:hover > .sub-menu.ps {
	max-height: 300px;
	overflow-x: visible !important;
}

/* Submenus won't show if over flow hidden */
#menu-main-menu > .menu-item-has-children > .sub-menu:hover {
	overflow: visible;
}

#menu-main-menu li > ul > .menu-item-has-children > .sub-menu {
	display: none;
}

#menu-main-menu li > ul > .menu-item-has-children:hover > .sub-menu {
	display: block;
	max-height: none;
}

#menu-main-menu li ul.sub-menu {
	/*display: none;*/
	max-height: 0;
	overflow: hidden;
	box-sizing: border-box;
	transition: max-height 0.35s ease-out;
}

#menu-main-menu li ul.sub-menu:hover {
	/*display: block;*/
}

#menu-main-menu li ul {
	position: absolute;
	background-color: #292929;
	width: 220px;
	border-radius: 6px;
	margin-left: 0px;
}

#menu-main-menu .sub-menu li a{
	font-size: 10px;
}



#menu-main-menu .sub-menu .sub-menu {
	width: 160px;
}


#menu-main-menu .sub-menu > li > ul {
	padding: 0;
}

#menu-main-menu li ul a {
	margin: 0;
	padding: 0.3em 1em;
}

#menu-main-menu li ul li {
	display: block;
}

#menu-main-menu li ul li ul {
	top: 0;
	margin-left: 96%;
	border-left: 1px solid #333;
}

nav.nav-header[aria-hidden="true"] {
	display: none;
}

/* Secondary Menu
-------------------------------------------------------------- */

#menu-secondary{
	padding: 10px 0 0 0;
	margin: 0;
	opacity: 1;
	transition: max-height 0.25s, padding 0.2s, opacity 0.2s;
	overflow: hidden;
}

#menu-secondary li {
	display: inline-block;
}

.widget ul#menu-secondary > li {
	margin-bottom: 0;
	padding-bottom: 0;
}

#menu-secondary a {
	display: block;
	font-size: 10px;
	padding: 0 0 0 15px;
	margin: 0;
}

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

button.sub-menu-toggle,
button.menu-toggle {
	display: none;
	visibility: hidden;
	color: transparent;
}

#menu-mobile-only {
	display: none;
}

/* Burger menu */
button.menu-toggle {
	border: 0;
	background-color: #fff;
	margin-top: 11px;
	cursor: pointer;
}

button.menu-toggle span.bar {
	display: block;
	background-color: #fff;
	height: 2px;
	border-radius: 2px;
	width: 24px;
	margin: 5px auto;
	transition: all 0.15s;
}


button.menu-toggle:active:hover {
	padding: 0 8px;
}

button.menu-toggle[aria-expanded='true'] span.bar:nth-child(3) {
	opacity: 0;
}

button.menu-toggle[aria-expanded='true'] span.bar:nth-child(2) {
	transform: rotate(-45deg) translate(-5px, 5px);
}

button.menu-toggle[aria-expanded='true'] span.bar:nth-child(4) {
	transform: rotate(45deg) translate(-5px, -5px);
}


/* ## Accessible Menu
--------------------------------------------- */

.menu .menu-item:focus {
	position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
	left: auto;
	opacity: 1;
}

.sub-menu-toggle,
.menu-toggle {
	display: none;
	visibility: hidden;
}

/* ## Site Header Navigation
--------------------------------------------- */

.site-header .genesis-nav-menu li li {
	margin-left: 0;
}



/* ## Footer Navigation
--------------------------------------------- */
.site-footer .footer-widgets {
	max-width: 1200px;
}

.site-footer .widget-title{
	color: #FFF;
}

.site-footer .menu .sub-menu{
	display: none;
}


.site-footer .menu-item {
	padding-bottom: 20px;
}

.site-footer .menu-item a {
	padding: 0 20px 10px;
	color: #d6161d;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.site-footer .menu-item a:hover {
	color: #b8131a;
}




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

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

.entry{
	padding: 40px 40px 0 40px;
}

article.entry:last-of-type{
	padding: 40px;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 20px;
	margin-left: 40px;
}

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

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

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

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

/* ## Entry Meta
--------------------------------------------- */

p.entry-meta {
	font-size: 14px;
	margin-bottom: 0;
	letter-spacing: 1px;
	color: #888888;
}

.entry-header .entry-meta {
	margin-bottom: 10px;
}

.entry-footer .entry-meta {
	border-top: 1px solid #eee;
	padding-top: 20px;
}

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

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

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

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

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination a {
	background-color: #d6161d;
	color: #FFF;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	padding: 8px 12px;
	text-decoration: none;
	letter-spacing: 1px;
	border-radius: 2px;
	text-transform: uppercase;
}

.archive-pagination a:hover,
.archive-pagination a:focus,
.archive-pagination .active a {
	background-color: #b8131a;
	color: #fff;
}

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

.comment-respond,
.entry-comments,
.entry-pings {
	background-color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 40px;
}

.comment-respond,
.entry-pings {
	padding: 60px 60px 32px;
}

.entry-comments {
	padding: 60px;
}

.comment-list li {
	padding: 40px 0 0 30px;
}

.comment-list .depth-1 {
	padding-left: 0;
}

.comment-header {
	margin-bottom: 30px;
}

.comment-content {
	clear: both;
}

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

.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;
}

.comment-header p {
	margin-bottom: 0;
}

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


/* # Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	font-size: 16px;
	font-size: 1.6rem;
}

.sidebar .widget {
	background-color: #FFF;
	padding: 40px 0 0 0;
}

.sidebar .widget:last-of-type{
	padding: 40px;
}


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


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

.site-footer {
	background-color: #222;
	font-size: 14px;
	line-height: 24px;
	padding: 60px;
	letter-spacing: 1px;

}

.site-footer .wrap,
.site-footer .footer-widgets{
		margin: 0 auto 0 auto;
		text-align: center;
}

.site-footer .widgettitle{
	color: #FFF;
	font-size: 14px;
}

.site-footer .textwidget{
	color: #FFF;
	font-size: 14px;
	line-height: 34px;
}


.site-footer .textwidget b{
	color: #FFF;
	display: block;
}


.site-footer a{
	color: #FFF;
}


.site-footer a:hover{
	color: #CCC;

}


.site-footer p {
	margin-bottom: 0;
	color: #FFF;
}




/* # Additions
---------------------------------------------------------------------------------------------------- */



/* ## Slider
--------------------------------------------- */

.slider-template .slider {
	position: relative;
	background: #292929;
}


.slider-template .headline{
	position: absolute;
	top: 45%;
	width: 100%;
	z-index: 1;
}

.slider-template .headline h1{
	text-align: center;
	color: #FFF;
	font-size: 42px;
	letter-spacing: 5px;
	text-transform: uppercase;
	margin: 0;
}

#soliloquy-container-slider_images img.soliloquy-image{
	opacity: .70;
	filter: alpha(opacity=70); /* For IE8 and earlier */
	display: block;
	width: 100%;
	overflow: hidden;
}

.soliloquy-container .soliloquy-pager-link {
    background: url('images/circle.png') no-repeat scroll 0 0 !important;
    width: 14px;
    height: 14px;
    display: block;
    outline: 0;
    text-indent: -9999px;
}

.soliloquy-container .soliloquy-pager-link.active, .soliloquy-container .soliloquy-pager-link:hover {
    background-image: url('images/circle-hover.png') !important;
}

@media only screen and (max-width: 800px) {
	.slider-template .headline{
		position: relative;
		top: none;
		width: 100%;
		z-index: 1;
		padding: 20px 30px 30px 30px;
	}

	.slider-template .headline h1{
		text-align: center;
		color: #FFF;
		font-size: 28px;
		letter-spacing: 5px;
		text-transform: uppercase;
	}

}


/* ### Banners
--------------------------------------------- */

.banner-template .entry-header,
.archive .page-banner,
.single-locations .page-banner{
	position: relative;
	background-color: #292929;
}

.banner-template .entry-header img,
.archive .page-banner img,
.single-locations .page-banner img{
	display: block;
	width: 100%;
	opacity: .75;
	filter: alpha(opacity=75); /* For IE8 and earlier */
}

.banner-template .entry-header .entry-title,
.archive .page-banner .cpt-archive-description,
.single-locations .page-banner .entry-title{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	height: auto;
	margin: 0;
	transform: none;
}

.banner-template .entry-header .entry-title h1,
.archive .page-banner .archive-title,
.single-locations .page-banner .entry-title h1 {
	position: relative;
	padding-top: 12%;
	text-align: center;
	color: #FFF;
	font-size: 42px;
	text-transform: uppercase;
	letter-spacing: 5px;
	font-weight: 700;
}

.banner-template .entry-title h5{
		color: #FFF;
		font-size: 18px;
		text-align: center;
		text-transform: none;
		font-family: 'Roboto', sans-serif;
		font-weight: 500;
}

.banner-template .entry-title p,
.archive .page-banner .cpt-archive-description p,
.single-locations .page-banner .entry-title p {
	color: #FFF;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 2px;
	text-align: center;

}

.single-locations .page-banner .entry-title p.notification{
	font-size: 14px;
}

/* Subpage Template container div fix */

.page-template-subpage-template header.entry-header:before, .page-template-subpage-template header.entry-header:after {
	content: " ";
	display: block;
	clear: both;
}
.banner-template .entry-header .entry-title {
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/*
.banner-template .entry-header .entry-title h1 {
	padding-top: 0;
}
*/

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

	.banner-template .entry-header .entry-title,
	.archive .page-banner .cpt-archive-description,
	.single-locations .page-banner .entry-title{
		position: relative;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		height: 100%;
		padding: 30px;
		transform: none;
	}

	.banner-template .entry-header .entry-title h1,
	.archive .page-banner .archive-title,
	.single-locations .page-banner .entry-title h1 {
		position: relative;
		padding-top: 0;
		text-align: center;
		color: #FFF;
		font-size: 28px;
		text-transform: uppercase;
		letter-spacing: 5px;
	}




}

/* ## Advanced Custom Fields and Partials
------------------------------------------------------------------------------------------ */

/* ### ACF CTA
--------------------------------------------- */
.cta-section{
	margin: 0 auto 40px auto;
	padding: 40px;
	max-width: 800px;
	background: #292929;
}

.cta-section h4{
	color: #FFF;
	text-transform: uppercase;
}

.cta-section p{
	color: #FFF;
	margin-bottom: 0;
}

@media only screen and (max-width: 800px) {
	
	.cta-section p{
		margin-bottom: 20px;
	}
	
}



/* ### ACF Menu
--------------------------------------------- */
.menu-section{
	margin: 0 auto 40px auto;
	max-width: 800px;
}

.menu-section:last-of-type{
	margin-bottom: 0;
}

.menu-section-header{
	position: relative;
	text-align: center;
	background: #222;
	max-height: 200px;
	overflow: hidden;

}

.menu-section-header h2{
	position: absolute;
	height: 100%;
	font-size: 32px;
	color: #FFF;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: 10%;
}

.menu-section .wrap h5{
	color: #888;
	font-size: 16px;
}
.menu-section p{
	font-size: 16px;
}

.menu-section img{
	display: block;
	opacity: .75;
    filter: alpha(opacity=75); /* For IE8 and earlier */
    width: 100%;

}
.menu-section .wrap{
	background-color: #FFF;
	padding: 40px;
}


@media (max-width: 800px) {

	.menu-section{
		max-width: none;
		width: 100%;
	}

	.menu-section .wrap{
		padding: 20px;
	}
	
	.menu-section-header h2{
		margin: 8% 2%;
	}

}

@media (max-width: 460px) {
	
	.menu-section-header h2{
		font-size: 24px;
		margin: 6% 2%;
	}

	
}

/* ### Content Block Styling
--------------------------------------------- */

.divider{
	padding: 40px 0 60px 0;
	display: block;
	clear: both;
}

.space{
	clear: both;
	padding-top: 40px;
	display: block;
}

.section-title h1,
.section-title h2 {
	text-transform: uppercase;
	margin-bottom: 36px;
}

.section-title h1,
.section-title h2,
h2.section-title{
	font-size: 28px;
	text-align: center;
}

.section-title h1:after,
.section-title h2:after,
h2.section-title:after  {
	content: " ";
	display: block;
	border-top: 2px solid #d6161d;
	margin: 20px auto;
	width: 150px;
 }



/* ## Location Section
------------------------------------------------------------------------------------------ */

/* ### Submenu
--------------------------------------------- */

.sub-menu-row,
.location-search {
	border-bottom: none;
	padding: 15px;
	margin: 0;
	text-align: center;
	background-color: #fff;
	font-size: 18px;
	font-weight: 500;
	color: #888;
	/*font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 2px;*/
}

.sub-menu-row li {
	display: inline-block;
	font-weight: 500;
}

.sub-menu-row li a {
	display: block;
	padding: 5px 13px;
}

.sub-menu-row li a::after {
	content: '';
	display: block;
	width: 0;
	margin: 0 auto;
	border-bottom: 1px solid #d6161d;
	transition: width 0.2s;
}


.sub-menu-row li a:hover::after {
	/*text-decoration: underline;*/
	width: 100%;
}

.sub-menu-row li.current-menu-item a {
	color: #b8131a;
	cursor: default;
}

.sub-menu-row li.current-menu-item a::after {
	width: 0;
}


/* ### Form
--------------------------------------------- */

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #888;
}
::-moz-placeholder { /* Firefox 19+ */
	color: #888;
}
:-ms-input-placeholder { /* IE 10+ */
	color: #888;
}
:-moz-placeholder { /* Firefox 18- */
	color: #888;
}


/* Archive Location */

.archive-locations .content{
	padding: 40px;
}

/* ### Search
--------------------------------------------- */

.location-search {
	text-align: center;
	background-color: #fff;
	position: relative;
}

.location-search-form > form {
	padding: 0 15px 30px;
}

.location-search .location-search-form form {
	margin-bottom: 0;
}

.location-search-form > form::after {
	content: '';
	border-bottom: 1px solid #e7e7e7;
	position: absolute;
	display: block;
	left: 0;
	right: 0;
	padding-top: 30px;
}

.distance label[for="distance"] {
	display: none;
}

.location-search input,
.location-search select,
.location-search button {
	height: 50px;
	border-radius: 6px;
	vertical-align: middle;
	font-size: 16px;
}

.location-search button {
	padding: 0 12px;
}

.location-search button.input-control {
	padding: 0 20px;
	font-size: 0.83333333333em;
	color: #fff;
}

.location-search button.btn-light {
	background-color: #fff;
	color: #333;
	border: 1px solid #ddd;
}

.location-search .form-group {
	/*width: 33.33333%;*/
	max-width: 200px;
	display: inline-block;
	padding: 0 8px;
	box-sizing: border-box;
	font-size: 0.8888888888888889em; /* 16px */
}

.location-search .input-control {
	padding: 0 12px;
	color: #333;
}

.location-search .input-control.error {
	border-color: #d6161d;
}

.location-search .input-control:focus,
.location-search button:focus {
	border-color: #999;
	outline: none;
}

.location-search .location-search-form .distance .distanceselect::moz-selection {
	color: #888;
}


/* ### Status Alerts
--------------------------------------------- */

.status-message {
	display: none;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-image: url('images/PP-Design-Bkgrd-LightGreyTexture.jpg');
	text-align: center;
}

.status-message p {
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
}

.status-msg-bar-container {
	/*margin-top: -1em;
	margin-bottom: 1.5em;*/
	display: none;
	padding-bottom: 40px;
}

.status-msg-bar {
	position: relative;
	border-radius: 4px;
	border: none;
	width: 100%;
	color: #333;
	font-size: 16px;
	background-color: #FFF;
	padding: 20px;
}

.status-msg-bar .message-col {
	background-color: #fff;
	/*margin-right: 50px;
	font-size: 16px;
	line-height: 24px;*/
}

button.close-status-message {
	/*border-top-left-radius: 0;
	border-bottom-left-radius: 0;*/
	background-color: transparent;
	color: #333;
	padding: 0;
	position: absolute;
	top: 5px;
	right: 10px;
}


/* Color */

.color-success {
	color: #06be2e;
}

.color-working {
	color: #333 /*#4177e3*/;
}

.color-alert {
	color: #e03939;
}


/* ### Map & List
--------------------------------------------- */

.locations-list {
	height: 578px;
	overflow: auto;
}

#gmap-block {
	position: relative;
	display: block;
}

.locations-list {
	height: 578px;
	overflow: auto;

}

#the-gmap {
	height: 578px;
	width: 100%;
}


.all-locations-list b[property="name"] {
	font-size: 22px;
	margin-bottom: 0;
	font-weight: normal;
	color: #333;
	font-family: 'Roboto Condensed', sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.all-locations-list li {
	margin-bottom: 20px;
}

.marker-info h5 {
	letter-spacing: 1px;
	text-transform: uppercase;
	margin: 2px 0 0;
	line-height: 1.5em;
	font-size: 1.25em;
}

.visible-sm {
	display: none !important;
}

.visible-lg {
	display: inline !important;
}

.md-float-right {
	float: right;
}

.md-float-left {
	float: left;
	margin-left: 0;
}


/* Debug Mode */
.debug-block {
	margin: 0 0 -10px 0;
	padding: 40px;
	background-color: #333;
	color: #fff;
	display: none;
}

.debug-block input[type="text"] {
	width: 30%;
}


/* ### Location Single
--------------------------------------------- */

.branch-info {
	margin-bottom: 0;
	text-align: center;
}


@media (max-width: 800px) {

	.archive-locations .content{
		padding: 30px 20px;
	}

	hr.header-sep-white {
		margin: 16px auto;
	}

	.md-float-right {
		float: none;
	}

	.md-float-left {
		float: none;
	}

	#gmap-block {
		margin: -10px 0 0 0;
		position: relative;
	}

	.locations-list {
		float: right;
		height: auto;
		overflow: auto;
		padding-top: 40px;
	}

	#the-gmap {
		float: none;
		height: 320px;
		width: 100%;
	}

	.map-wrapper {
		padding: 0;
	}

	.all-locations-list li {
		width: 50%;
		float: left;
		padding-left: 10px;
	}

}

@media (max-width: 767px) {

	.visible-sm {
		display: inline !important;
	}

	.visible-md {
		display: none !important;
	}

	.location-search .form-group {
		max-width: none;
		width: 40%;
		float: left;
		padding: 0 3px;
		display: block;
	}

	.location-search .form-group:last-child {
		width: 20%;
	}

	.location-search .input-control {
		padding: 0 8px;
		height: 40px;
	}

	.location-search button.input-control {
		width: 100%;
		padding: 0;
	}

	.location-search button.input-control .fa {
		font-size: 14px;
	}
}

@media (max-width: 567px) {
	.all-locations-list li {
		width: 100%;
		float: none;
		padding-left: 0;
	}
}


/* ## Event & Blog Section
------------------------------------------------------------------------------------------ */

/* ### Submenu
--------------------------------------------- */

.section-sub-menu ul {
	display: inline-block;
}

.section-sub-menu button {
	background: transparent;
	border: 0;
	color: #d6161d;
	font-size: 18px;
	text-transform: none;
	outline: none;
	letter-spacing: normal;
}

.section-sub-menu button:hover {
	color: #b8131a;
}

.section-sub-menu li > a {
	display: block;
	outline: none;
}

.section-sub-menu li > a::after {
	border: 0;
	transition: none;
}

.section-sub-menu li > ul {
	display: none;
	position: absolute;
	z-index: 1;
	width: 242px;
	background-color: #fff;
	padding: 21px 17px;
	border: 1px solid #DDDDDC;
	font-size: 14px;
}

.section-sub-menu li > ul > li {
	display: block;
	text-align: left;
}

.section-sub-menu li > ul > li > a {
	padding: 2px 20px;
}

.section-sub-menu li > ul.expand {
	display: block;
}

.ut-menu {
	padding: 20px 40px;
	font-family: 'Roboto', sans-serif;
}
.ut-menu .menu-info,
.ut-menu .menu-nav {
	display: none;
}


@media(max-width: 667px) {
	.section-sub-menu li > ul {
		position: absolute;
		left: 50%;
		margin-left: -121px;
		/*transform: translateX(-50%);*/
	}
}



/* ### Archive
--------------------------------------------- */

.archive-events .content,
.archive-blog .content  {
	padding: 40px 40px 20px 40px;
}

.archive-events .entry,
.archive-blog .entry{
	background-color: #FFF;
	padding: 0 0 0 0;
	margin-bottom: 40px;

}

.archive-events .entry:last-of-type,
.archive-blog .entry:last-of-type{
	padding: 0;
}


.archive-events .entry-header,
.archive-blog .entry-header {
	text-align: center;
}

.archive-events .entry-header img,
.archive-events .entry-image=link{
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.archive-events .entry-header img:hover,
.archive-blog .entry-header img:hover{
	opacity: .8;
}

.archive-events .entry-header .custom-tax-list,
.archive-blog .entry-header .custom-tax-list{
	padding: 0;
	margin: 40px 40px 20px 40px;
}

.archive-events .entry-header .custom-tax-list span,
.archive-blog .entry-header .custom-tax-list span{
	font-weight: 500;
	font-size: 16px;
	color: #888;
}
.archive-events .entry-header .custom-tax-list a,
.archive-blog .entry-header .custom-tax-list a{
	padding: 0 3px;
}


.archive-events .entry-header .entry-title,
.archive-blog .entry-header .entry-title{
	font-size: 24px;
	padding: 0;
	margin: 20px 40px 20px 40px;
}

.archive-events .entry-header p.entry-meta,
.archive-blog .entry-header p.entry-meta{
	font-size: 16px;
	color: #888;
	font-weight: 500;
	padding: 0;
	margin: 20px 40px 40px 40px;
}


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

	.archive-events .content,
	.archive-blog .content  {
		padding: 40px 30px 30px 30px;
	}

	.archive-events .entry,
	.archive-blog .entry{
		background-color: #FFF;
		padding: 0 0 0 0;
		margin-bottom: 40px;

	}

	.archive-events .entry-header .custom-tax-list,
	.archive-blog .entry-header .custom-tax-list{
		padding: 0;
		margin: 20px 20px 10px 20px;
	}

	.archive-events .entry-header .entry-title,
	.archive-blog .entry-header .entry-title{
		font-size: 24px;
		padding: 0;
		margin: 10px 20px 10px 20px;
	}

.archive-events .entry-header p.entry-meta,
.archive-blog .entry-header p.entry-meta{
	font-size: 16px;
	color: #888888;
	padding: 0;
	margin: 10px 20px 20px 20px;
}


}

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

	.archive-events .entry-header .entry-title,
	.archive-blog .entry-header .entry-title{
		font-size: 22px;
		padding: 0;
		margin: 20px 40px 20px 40px;
	}
}


/* ### Single
--------------------------------------------- */
.single-blog .content,
.single-events .content{
	padding: 40px;
}

.single-blog .entry,
.single-events .entry {
	background-color: #FFF;
	padding: 0 0 0 0;
	margin: 0 auto 0 auto;
	max-width: 800px;
}


.single-blog .entry-header .custom-tax-list,
.single-events .entry-header .custom-tax-list {
	padding-bottom: 20px;
}


.single-blog .entry-header .custom-tax-list span,
.single-events .entry-header .custom-tax-list span {
	font-size: 16px;
	color: #888;
	font-weight: 500;
}


.single-blog .entry-header .custom-tax-list a,
.single-events .entry-header .custom-tax-list a {
	padding: 0 3px;
}


.single-blog .entry-header .entry-title.
.single-events .entry-header .entry-title {
	font-size: 32px;
	margin-bottom: 20px;
}


.single-blog span.feature-image img,
.single-events span.feature-image img {
	display: block;
	margin: 0 auto;
	max-width: 800px;
	width: 100%;
}


.single-blog .entry-header,
.single-blog .entry-content .share-before,
.single-events .entry-header,
.single-events .entry-content .share-before,
.single-events .entry-content .share-after  {
	text-align: center;
	padding-top: 5px;
}


.single-blog p.entry-meta,
.single-events p.entry-meta {
	padding-bottom: 20px;
	font-size: 16px;
	font-weight: 500;
}

.branch-info p{
	margin-bottom: 0;
}

.branch-info .phone,
.branch-info .email{
	display: block;
}

.social-icons{
	padding: 0 5px;
}

.social-icons img{
	display: inline !important;
}

.social-icons img:hover{
	opacity: .75;
}


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

	.single-blog .content,
	.single-events .content{
		padding: 40px 30px;
	}

	.single-blog .entry,
	.single-events .entry {
   	 padding: 20px;
	}

	.single-blog article.entry:last-of-type,
	.single-events article.entry:last-of-type {
   	 padding: 20px;
	}

	.single-blog .entry-header .entry-title.
	.single-events .entry-header .entry-title {
	font-size: 28px;
	margin-bottom: 20px;
	}
	
	.branch-info .one-third{
		padding-bottom: 40px;
	}
	
	.branch-info .one-third:last-of-type{
		padding-bottom: 0;
	}

}

/* ### Latest Events
--------------------------------------------- */

.latest-events a h3:hover{
	color: #666;
}

.latest-events span.feature-image img:hover{
	opacity: .8;
}

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

	.latest-events .one-third{
		padding-bottom: 40px;
	}
	
	.latest-events .one-third:last-of-type{
		padding-bottom: 0;
	}
	
}

/* Genesis Simple Share
--------------------------------------------- */

a.count,
a.count:hover,
a.share,
a.share:hover {
	border: none;
}

.share-filled .share {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.share-filled .count {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.share-filled .facebook .count,
.share-filled .facebook .count:hover,
.share-filled .googlePlus .count,
.share-filled .googlePlus .count:hover,
.share-filled .linkedin .count,
.share-filled .linkedin .count:hover,
.share-filled .pinterest .count,
.share-filled .pinterest .count:hover,
.share-filled .stumbleupon .count,
.share-filled .stumbleupon .count:hover,
.share-filled .twitter .count,
.share-filled .twitter .count:hover {
	color: #d6161d !important;
	border: 1px solid #d6161d !important;
}

.share-filled .facebook .share,
.share-filled .facebook:hover .count,
.share-filled .googlePlus .share,
.share-filled .googlePlus:hover .count,
.share-filled .linkedin .share,
.share-filled .linkedin:hover .count,
.share-filled .pinterest .share,
.share-filled .pinterest:hover .count,
.share-filled .stumbleupon .share,
.share-filled .stumbleupon:hover .count,
.share-filled .twitter .share,
.share-filled .twitter:hover .count {
	color: #FFF !important;
	background: #d6161d !important;
}

.share-filled .facebook:hover .count,
.share-filled .googlePlus:hover .count,
.share-filled .linkedin:hover .count,
.share-filled .pinterest:hover .count,
.share-filled .stumbleupon:hover .count,
.share-filled .twitter:hover .count {
	color: #fff;
}

/* ### Misc.
--------------------------------------------- */
.branch-info p{
	margin-bottom: 0;
}

.branch-info .phone,
.branch-info .email{
	display: block;
}

.social-icons{
	padding: 0 5px;
}

.social-icons img{
	display: inline !important;
}

.social-icons img:hover{
	opacity: .75;
}

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

	.branch-info .one-third{
		padding-bottom: 40px;
	}
	
	.branch-info .one-third:last-of-type{
		padding-bottom: 0;
	}
	
	
}



.nf-field-label label {
    font-weight: 500 !important;
}

.clear{
	clear: both;
}

.less-font-smoothing {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

hr.header-sep-white {
	border: 0;
	border-bottom: 2px solid #FFF;
	width: 152px;
	margin: 33px auto;
}

hr.header-sep {
	border: 0;
	border-bottom: 2px solid #d6161d;
	width: 152px;
	margin: 33px auto;
}


/* ## To Top
------------------------------------------------------------------------------------------ */
.to-top  {
	position: fixed;
	bottom: 20px;
	right: 40px;
	z-index: 100;
	text-decoration: none;
	visibility:hidden;
	opacity:0;
	-webkit-transition:all .3s;
	-moz-transition:all .3s;
	transition:all .3s;
}

.to-top i {
  width: 100%;
  font-size: 35px;
  text-decoration: none;
}


.to-top.top-is-visible {
	visibility:visible;
	opacity:1;
}





/* ## Custom Widgets
------------------------------------------------------------------------------------------ */


/* ### Social Media Widget
--------------------------------------------- */




/* ### Call To Action Widget
--------------------------------------------- */
.loyalty-club{
	background-color: #242424;
	background-size: cover;
}

.cta-widget,
.loyalty-club .bkgrd{
	background-color: rgba(34, 34, 34, .5);
}

.cta-widget .widget-wrap,
.loyalty-club .wrap{
	padding: 80px 80px 60px 80px;
	margin: 0 auto;
}

.loyalty-club h5,
.loyalty-club h6,
.loyalty-club p{
	color: #FFF;
}

.cta-widget .widget-wrap:after{
	clear: both;
}

.loyalty-club img {
	margin-bottom: 20px;
}

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

	.cta-widget .widget-wrap,
	.loyalty-club .wrap{
		padding: 40px 30px;
		margin: 0 auto;
		text-align: center;
	}

}



/* ### Affiliate Widget
--------------------------------------------- */

.affiliate-widget {
	padding: 60px 0;
	border-top: #EEE 1px solid;
}
.affiliate-widget .widget{
	margin-bottom : 0;
}

.affiliate-widget .widgettitle{
	text-align: center;
	margin-bottom: 20px;

}

/* ### Newsletter Widget
--------------------------------------------- */

.newsletter-widget,
.enews-widget,
.widget-area secton#text-8{
	background: #292929;
	padding: 60px 40px;
}

.newsletter-widget .widget-wrap,
.enews-widget .widget-wrap,
.widget-area secton#text-8{
	max-width: 1200px;
	margin: 0 auto;
}

.newsletter-widget #subbox,
.enews-widget #subbox,
.newsletter-widget #subbox1,
.enews-widget #subbox1,
.newsletter-widget #subbox2,
.enews-widget #subbox2,
.newsletter-widtget #subbutton,
.enews-widget #subbuttonb{
	float: left;
	margin-left: 2.564102564102564%;
	width: 23.076923076923077%;
	border-radius: 2px;
}

.newsletter-widget #subbox1,
.enews-widget #subbox1{
	clear: both;
	margin-left: 0;
}

.newsletter-widget .widget-title,
.enews-widget .widget-title{
	text-align: center;
	color: #FFF;
	padding-bottom: 20px;
}

.newsletter-widget p,
.enews-widget p{
	text-align: center;
	color: #FFF;
}

.newsletter-widget .enews-widget input[type="submit"],
.enews-widget input[type="submit"] {
	padding: 16px;
	margin-left: 2.564102564102564%;
	width: 23.076923076923077%;
}


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

	.newsletter-widget,
	.enews-widget{
		background: #292929;
		padding: 40px 30px;
	}

	.newsletter-widget .widget-wrap,
	.enews-widget .widget-wrap{
		max-width: 800px;
		margin: 0 auto;
	}


	.newsletter-widget .widget-wrap,
	.enews-widget .widget-wrap{
		max-width: 1200px;
		margin: 0 auto;
	}

	.newsletter-widget .widget,
	.enews-widget .widget{
		padding: 0;
		margin-bottom:  0;
	}

	.newsletter-widget #subbox,
	.enews-widget #subbox,
	.newsletter-widget #subbox1,
	.enews-widget #subbox1,
	.newsletter-widget #subbox2,
	.enews-widget #subbox2,
	.newsletter-widtget #subbutton,
	.enews-widget #subbuttonb{
		float: none;
		margin-left: 0;
		width: 100%;
		border-radius: 2px;
		margin-bottom: 10px;
	}

	.newsletter-widget .enews-widget input[type="submit"],
	.enews-widget input[type="submit"] {
		padding: 16px;
		margin-left: 0;
		width: 100%;
	}

}




/* # IE8
---------------------------------------------------------------------------------------------------- */



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


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

	.site-inner,
	.wrap {
		max-width: 1200px;
	}

}



@media only supportscreen and (max-width: 1200px) {

	.site-inner,
	.wrap {
		max-width: 1025px;
	}

}


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

	.site-inner,
	.wrap {
		max-width: 960px;
	}

}



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

	.site-inner,
	.wrap {
		max-width: 800px;
	}

}



/* Tablets */

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

	.site-inner,
	.wrap {
		max-width: none;
		width: 100%;
	}

	/* Headings */

	h1 {
		font-size:  28px;
		letter-spacing: 5px;
		text-transform: uppercase;
	}

	h2 {
		font-size: 26px;
		text-transform: uppercase;
	}

	h3 {
		font-size: 24px;
		font-family: "roboto", sans-serif;
		letter-spacing: 0.5px;
		font-weight: 400;
		color: #888;
	}

	h4 {
		font-size: 22px;
	}

	h5 {
		font-size: 20px;
		text-transform: uppercase;
		color: #888;
	}

	h6 {
		font-size: 18px;
		font-weight: 500;
	}

	.archive-description .entry-title,
	.archive-title,
	.author-box-title {
		font-size: 26px;
		margin: 0;
	}

	.entry-title {
		font-size: 28px;
		line-height: 28px;
	}

	.page .entry-title {
		margin-bottom: 20px;
		text-align: center;
	}

	.post .entry-title{
		font-size: 28px;
		margin-bottom: 20px;
	}

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds{
		margin: 0;
		width: 100%;
	}


	/* Mobile Header */

	.header-image .title-area {
		max-width: 300px;
		padding: 0;
	}

	.header-image .site-title > a {
		background-position: center left !important;
		background-size: 80% !important;
		min-height: 75px;
	}

	.site-header {
		padding: 10px 20px;
	}



	/* Mobile Menu */

	/*button.sub-menu-toggle,*/
	button.menu-toggle {
		display: block;
		visibility: visible;
	}

	button.sub-menu-toggle {
		display: none;
	}

	nav[aria-hidden="false"] button.sub-menu-toggle {
		display: block;
		visibility: visible;
	}

	button.menu-toggle {
		display: block;
		float: right;
		background: none;
		padding: 0;
		overflow: hidden;
		position: relative;
		outline: none;
	}

/*
	button.menu-toggle:hover,
	button.menu-toggle:active,
	button.menu-toggle:focus,
	button.sub-menu-toggle:hover,
	button.sub-menu-toggle:active,
	button.sub-menu-toggle:focus {
		box-shadow: none;
	}

	button.menu-toggle:before {
		color: #fff;
		display: inline-block;
		font-size: 1.35em;
		margin: 0.5em auto;
		padding: 0;
	}*/


	.nav-primary,
	.nav-primary .sub-menu {
		width: 100%;
		display: none;
	}



	.genesis-responsive-menu {
		display: none;
		position: absolute;
		left: 0;
		top: 65px;
		width: 100%;
		max-height: 100vh;
		overflow: auto;
		background-color: #292929;
	}


	#menu-mobile-only {
		display: block;
		margin: 0;
		padding: 0;
	}

	#menu-mobile-only li {
		display: block;
	}


	#menu-mobile-only li {
		padding: 5px 20px;
	}

	#menu-mobile-only a {
		font-size: 16px;
	}

	#background-screen {
		opacity: 0;
		position: fixed;
		background-color: rgba(0, 0, 0, 0.5);
		transition: opacity 0.3s;
	}

	#background-screen.fade-in {
		opacity: 1;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
	}


	.genesis-nav-menu {
		text-align: left;
		display: none;
	}

	.genesis-nav-menu ul.sub-menu {
		/*background-color: #292929;*/
	}

	.genesis-nav-menu ul.sub-menu ul.sub-menu {
	}


	button.sub-menu-toggle {
		position: absolute;
		right: 20px;
		top: 10px;
		display: block;
		outline: none;
		padding: 3px 6px;
		background-color: #393939;
		color: #fff;
	}

	button.sub-menu-toggle.activated {
		background-color: #444;
	}

	button.sub-menu-toggle:before {
		font-size: 16px;
		cursor: pointer;
		display: block;
		transition: transform 0.2s;
	}*

	button.sub-menu-toggle.activated:before {
		-moz-transform: rotate(180deg);
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
	}

	/* Spacing */

	.site-inner {
		padding: 10px 0;
	}

	.entry{
		padding: 30px 30px 0 30px;
	}

	article.entry:last-of-type{
		padding: 30px 30px 40px 30px;
	}

	.entry-content ol,
	.entry-content ul {
		margin-bottom: 20px;
		margin-left: 40px;
	}

	.site-footer {
		padding: 40px 30px;
	}

	/* To top */

	.to-top  {
		bottom: 30px;
		right: 20px;
	}

	.to-top i {
		width: 100%;
		font-size: 35px;
		text-decoration: none;
	}







}


/* Smart Phones */

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


}




/* # Print Styles
---------------------------------------------------------------------------------------------------- */

@media print {

	*,
	*:before,
	*:after {
		background: transparent !important;
		box-shadow: none !important;
		color: #000 !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]:after {
		content: " (" attr(href) ")";
	}

	abbr[title]:after {
		content: " (" attr(title) ")";
	}

	a[href^="javascript:"]:after,
	a[href^="#"]:after,
	.site-title > a:after {
		content: "";
	}

	thead {
		display: table-header-group;
	}

	img,
	tr {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	@page {
		margin: 2cm 0.5cm;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	blockquote,
	pre {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	.content,
	.content-sidebar {
		width: 100%;
	}

	button,
	input,
	select,
	textarea,
	.breadcrumb,
	.comment-edit-link,
	.comment-form,
	.comment-list .reply a,
	.comment-reply-title,
	.edit-link,
	.entry-comments-link,
	.entry-footer,
	.genesis-box,
	.header-widget-area,
	.hidden-print,
	.home-top,
	.nav-primary,
	.nav-secondary,
	.post-edit-link,
	.sidebar {
		display: none !important;
	}

	.title-area {
		text-align: center;
		width: 100%;
	}

	.site-title > a {
		margin: 0;
		text-decoration: none;
		text-indent: 0;
	}

	.site-inner {
		padding-top: 0;
		position: relative;
		top: -100px;
	}

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

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		orphans: 3;
		page-break-after: avoid;
		page-break-inside: avoid;
		widows: 3;
	}


	img {
		page-break-after: avoid;
		page-break-inside: avoid;
	}

	blockquote,
	pre,
	table {
		page-break-inside: avoid;
	}

	dl,
	ol,
	ul {
		page-break-before: avoid;
	}

}




/* ## Countdown Ticker
------------------------------------------------------------------------------------------ */

figure, figcaption {
	display: block;
}

.transition {
    -webkit-transition: top 400ms linear;
    -moz-transition: top 400ms linear;
    -ms-transition: top 400ms linear;
    -o-transition: top 400ms linear;
    transition: top 400ms linear;
}

.timeTo {
	font-family: 'Roboto', sans-serif !important;
	font-size: 28px;
	line-height: 108%;
	font-weight: bold;
	text-align:  center;
	margin: 0 auto !important;
    width: 400px;
}

.timeTo span {
	vertical-align: top;
	display:  none;
}

.timeTo.timeTo-white div {
	 color: #d6161d !important;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 38%, #cccccc 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(38%,#ffffff), color-stop(100%,#cccccc)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 38%,#cccccc 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 38%,#cccccc 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 38%,#cccccc 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 38%,#cccccc 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
}

.timeTo figure {
	display: block;
	margin: 0;
	padding: 0;
	width: 90px !important;
	float:  left;
	background-color: #FFF;
	margin: 5px;
	padding: 10px;
	border-radius: 6px;
}
.timeTo figcaption {
	text-align: center;
	line-height: 80%;
	font-weight: normal;
	color: #888;
}

.timeTo div {
	position: relative;
	display: inline-block;
	background: #FFF !important;
	width: 30px !important;
	overflow: hidden;
}
.timeTo div.first {
	/*border-left: 1px solid silver;*/
	margin-left: 6px !important;
}

.timeTo ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0 !important;
	top: 0 !important;
}

.timeTo ul li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.timeTo.timeTo-black .timeTo-alert {
    background: #a74444; /* Old browsers */
    background: -moz-linear-gradient(top, #a74444 0%, #3f0000 67%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a74444), color-stop(67%,#3f0000)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #a74444 0%,#3f0000 67%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #a74444 0%,#3f0000 67%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #a74444 0%,#3f0000 67%); /* IE10+ */
    background: linear-gradient(to bottom, #a74444 0%,#3f0000 67%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a74444', endColorstr='#3f0000',GradientType=0 ); /* IE6-9 */
}

.timeTo.timeTo-white .timeTo-alert {
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 35%, #e17373 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(35%,#ffffff), color-stop(100%,#e17373)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 35%,#e17373 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 35%,#e17373 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 35%,#e17373 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 35%,#e17373 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e17373',GradientType=0 ); /* IE6-9 */
}


/* Smart Phones */

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

	.timeTo {
    	width: 200px;
	}

}

/* Specials Sublocation and Widgets */

.specials-sublocation{
}

.specials-sublocation .widget{
	padding-bottom: 24px;
}




