/**
 *  Parkdale Wire Modifications
 */


/** Mobile menu button */
.site .sm-only {
	position: relative;
}

button#responsive-menu-button.responsive-menu-button {
	position: absolute !important;
	top: 11px !important;
	padding-left: 25px !important;
}

@media only screen and (max-width: 767px) {
	.site-header .social {
		right: 70px;
		padding-right: 0;
	}

	button#responsive-menu-button.responsive-menu-button {
		top: 7px !important;
		right: 16px;
		padding-left: 0 !important;
	}

	.has-reserve-link button#responsive-menu-button.responsive-menu-button {
		top: 57px !important;
	}
}

@media only screen and (max-width: 370px) {
	.site-header .social {
		top: 8px;
		right: 56px;
	}

	button#responsive-menu-button.responsive-menu-button {
		top: 5px !important;
		right: 10px;
	}
}

/** Site-wide miscellaneous */
blockquote {
	font-size: 19px;
	font-style: italic;
}

/** Footer proper */
.site-footer {
	padding: 30px 10px;
	background: #000;
}

/** Footer widget area */
.footer-widgets {
	padding: 17px;
	border-top: 2px solid #FFF;
	background: #F8E258;
	height: 102px;
	width: 100%;
	font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/** Don't display Underground footer on Underground pages */
.list-signup #footer-widgets {
	display: none;
}

.footer-widgets section.widget {
	display: inline-block;
	width: auto;
	vertical-align: middle;
	padding: 0 20px;
}

.footer-widgets section.widget_media_image {
	min-width: 150px !important;
}

.footer-widgets section.widget_custom_html {
	width: 792px;
	position: relative;
	margin-left: 100px;
}

.footer-widgets section.widget_custom_html .custom-html-widget {
	height: 100%;
}

.footer-widgets section.widget_media_image img {
	height: auto !important;
	min-width: 150px !important;
}

.footer-widgets section.widget_custom_html a {
	display: block;
	color: #22224b;
	font-weight: 700;
	text-decoration: none;
	text-align: center;
	height: 100%;
}

.footer-widgets section.widget_custom_html h3 {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	margin: 0;
	padding: 12px 10px;
	font-size: 16px;
	font-weight: 700;
	color: #111;
	text-decoration: underline;
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	-ms-transition: color 0.3s;
	-o-transition: color 0.3s;
	transition: color 0.3s;
}

.footer-widgets section.widget_custom_html h3 span {
	font-weight: 700;
}

.footer-widgets section.widget_custom_html h3:hover,
.footer-widgets section.widget_custom_html h3:active {
	/*background: #E72650;*/
	color: #E72650;
}

a.fu-footer-logo {
	display: block;
	float: left;
	/** Match to .footer-widgets padding */
	margin: -17px 0 -17px 100px;
}

.footer-widgets h3 {
	font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 17px;
	font-weight: 700;
}

#footer-widgets-inner {
	height: 100%;
}

#footer-widgets-inner > section {
	height: 100%;
	overflow: hidden;
}

.footer-widgets .widget-area img {
	max-height: 100% !important;
	height: 100% !important;
	width: auto !important;
}

@media only screen and (max-width: 1500px) {
	a.fu-footer-logo {
		margin-left: calc(20px + (100 - 20) * ((100vw - 1240px) / (1500 - 1240)));
	}

	.footer-widgets section.widget_custom_html {
		/*margin-left: calc(0px + (92 - 0) * ((100vw - 1240px) / (1500 - 1240)));*/
		margin-left: calc(90 * ((100vw - 1300px) / (1500 - 1240)));
	}
}

@media only screen and (max-width: 1240px) {
	a.fu-footer-logo {
		margin-left: calc(0px + (342 - 0) * ((100vw - 550px) / (1240 - 550)));
	}

	.footer-widgets section.widget_media_image {
		padding: 0;
		margin-left: 10px;
	}

	.footer-widgets section.widget_media_image img {
		-webkit-transform: rotate(5deg);
		-moz-transform: rotate(5deg);
		-ms-transform: rotate(5deg);
		-o-transform: rotate(5deg);
		transform: rotate(5deg);
	}

	.footer-widgets section.widget_custom_html {
		margin-left: 0;
		padding: 0 0 0 22px;
		width: auto;
	}

	.footer-widgets section.widget_custom_html h3 {
		padding: 13px 15px;
	}

	.footer-widgets section.widget_custom_html span {
		display: none;
	}
}

@media only screen and (max-width: 550px) {
	.footer-widgets section.widget_media_image {
		display: none;
	}

	a.fu-footer-logo {
		margin-left: calc(0px + (83 - 0) * ((100vw - 382px) / (550 - 382)));
	}
}

@media only screen and (max-width: 382px) {
	.footer-widgets {
		padding: 17px 0;
	}

	a.fu-footer-logo {
		margin-left: calc(0px + (32 - 0) * ((100vw - 320px) / (382 - 320)));
	}

	.footer-widgets section.widget_custom_html {
		padding: 0 0 0 6px;
	}

	.footer-widgets section.widget_custom_html h3 {
		font-size: 14px;
	}
}

/** Blog, Single Post, Archive, and Search page layout */
.single-post ul,
.single-post ol {
	list-style-position: inside;
}

.single-post li {
	margin: 5px 0 8px;
}

.archive .page-header,
.search-results .page-header {
	float: right;
	width: 70%;
	margin: 2px 0 22px;
	border-bottom: 2px solid #888;
}

.archive .page-title,
.search-results .page-title {
	font-size: 45px;
}

.archive .page-title span.cat-point,
.search-results .page-title span.cat-point {
	position: relative;
	top: 3px;
	margin: 0 5px;
	color: #777;
}

.blog .page-title span.cat-name,
.archive .page-title span.cat-name,
.search-results .page-title span.cat-name {
	color: #21A1D9;
}

.blog .site-content,
.archive .site-content,
.p-default .site-content,
.single-post .site-content,
.search-results .site-content {
	background: url("images/brick-bg-sm-trim.png") repeat;
	border-top: 1px solid #efefef;
}

/* Page no bricks no title, gutenberg styles for kadence tabs*/

.p-default.p-nobg .site-content {
	background: white !important;
}

.p-default.p-nobg header.entry-header {
	display: none;
}

/* end of Page no bricks no title*/

.blog .site-content > .wrap,
.archive .site-content > .wrap,
.p-default .site-content > .wrap,
.single-post .site-content > .wrap,
.search-results .site-content > .wrap {
	max-width: 1100px;
	margin: 0 auto;
	padding: 0 25px;
}

.blog .site-content > .wrap .bg_mod,
.archive .site-content > .wrap .bg_mod,
.p-default .site-content > .wrap .bg_mod,
.single-post .site-content > .wrap .bg_mod,
.search-results .site-content > .wrap .bg_mod {
	margin: 57px 0;
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.56) 5%, rgba(255, 255, 255, 0.56) 95%, rgba(255, 255, 255, 0) 100%);
	background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.56) 5%, rgba(255, 255, 255, 0.56) 95%, rgba(255, 255, 255, 0) 100%);
	background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.56) 5%, rgba(255, 255, 255, 0.56) 95%, rgba(255, 255, 255, 0) 100%);
	background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.56) 5%, rgba(255, 255, 255, 0.56) 95%, rgba(255, 255, 255, 0) 100%);
	background: linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.56) 5%, rgba(255, 255, 255, 0.56) 95%, rgba(255, 255, 255, 0) 100%);
}

.blog .site-content > .wrap::before,
.archive .site-content > .wrap::before,
.p-default .site-content > .wrap::before,
.single-post .site-content > .wrap::before,
.search-results .site-content > .wrap::before {
	content: " ";
	display: table;
}

.blog .site-content > .wrap::after,
.archive .site-content > .wrap::after,
.p-default .site-content > .wrap::after,
.single-post .site-content > .wrap::after,
.search-results .site-content > .wrap::after {
	clear: both;
	content: " ";
	display: table;
}

.blog #primary,
.archive #primary,
.single-post #primary,
.search-results #primary {
	float: right;
	width: 70%;
	margin-top: 25px;
	padding-left: 50px;
	border-left: 1px solid #eee;
}

.p-default #primary {
	width: 100%;
	margin-top: 25px;
}

.blog #secondary,
.archive #secondary,
.p-default #secondary,
.single-post #secondary,
.search-results #secondary {
	float: left;
	width: 28%;
	margin-top: 25px;
}

@media only screen and (max-width: 991px) {
	.blog #primary,
	.blog #secondary,
	.archive #primary,
	.archive #secondary,
	.p-default #primary,
	.p-default #secondary,
	.single-post #primary,
	.single-post #secondary,
	.search-results #primary,
	.search-results #secondary {
		float: none;
		width: 100%;
		margin: 35px 0 0;
		border: none;
		padding: 0;
	}

	.archive .page-header,
	.search-results .page-header {
		float: none;
		width: 100%;
		margin: 2px 0 42px;
		border-bottom: 2px solid #888;
	}

	.archive .page-header h1,
	.search-results .page-header h1 {
		font-size: 35px;
	}
}

/** Featured images section */
.blog .recent_featured-section {
	margin: 0 0 15px;
}

.blog .recent_featured.featured-1 {
	float: left;
	width: calc(50% - 2px);
	height: 586px;
	margin: 0 2px 0 0;
	overflow: hidden;
}

.blog .recent_featured.featured-2 {
	float: right;
	width: 50%;
	height: 292px;
	margin: 0 0 2px 0;
	overflow: hidden;
}

.blog .recent_featured.featured-3 {
	float: right;
	width: 50%;
	height: 292px;
	overflow: hidden;
}

.blog .featured-thumbnail {
	position: relative;
	width: 100%;
	height: 100%;
}

.blog .featured-thumbnail::after {
	content: no-close-quote;
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 151px;
	background: url("images/fp_gradient.png") repeat-x;
	background-size: 100% 151px;
	opacity: .6;
}

.blog .featured-thumbnail a {
	display: block;
	width: 100%;
	height: 100%;
}

.blog .featured-thumbnail img.attachment-large.size-large.wp-post-image,
.blog .featured-thumbnail img.attachment-medium_large.size-medium_large.wp-post-image {
	width: 100%;
	max-width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}

.blog .featured-thumbnail .featured-post-title {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 19px;
	font-weight: 700;
	color: #eee;
	padding: 20px;
	z-index: 10;
}

@media only screen and (max-width: 767px) {
	.blog .recent_featured.featured-1,
	.blog .recent_featured.featured-2,
	.blog .recent_featured.featured-3 {
		float: none;
		width: 100%;
		height: calc((100vw - 50px) * 0.5625);
		margin: 0 0 10px;
	}
}

/** END: Featured images section */

/** Blog page entries - also used on single post, archive, and search pages */
hr.post-separator,
.blog article > hr.post-separator,
.archive article > hr.post-separator,
.p-default article > hr.post-separator,
.single-post article > hr.post-separator,
.search-results article > hr.post-separator {
	display: none;
}

.blog #main > article,
.archive #main > article,
.p-default #main > article,
.single-post #main > article,
.search-results #main > article {
	margin: 0 0 30px;
}

.blog .entry-content,
.archive .entry-content,
.p-default .entry-content,
.search-results .entry-content {
	font-size: 15px;
}

.single-post .entry-content {
	font-size: 17px;
}

.single-post .entry-content a {
	font-weight: 400;
	text-decoration: underline;
}

.single-post .entry-content img {
	margin: 10px 10px 15px 0;
}

.blog .post-thumbnail,
.archive .post-thumbnail,
.p-default .post-separator,
.search-results .post-thumbnail {
	float: left;
	width: 37%;
	margin: 2px 25px 0 0;
}

.single-post .post-thumbnail {
	width: 100%;
	margin: 0 0 25px;
}

.blog .post-thumbnail img,
.archive .post-thumbnail img,
.p-default .post-thumbnail img,
.single-post .post-thumbnail img,
.search-results .post-thumbnail img {
	width: 100%;
	height: auto;
}

.blog .article-header-content,
.archive .article-header-content,
.p-default .article-header-content,
.search-results .article-header-content {
	float: right;
	width: calc(63% - 26px);
}

.single-post h1,
.single-post h2,
.single-post h3,
.single-post h4,
.single-post h5,
.single-post h6 {
	font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 400;
	color: #444;
}

.single-post h1 {
	font-size: 36px;
	margin: 35px 0 23px;
}

.single-post h2 {
	font-size: 31px;
	margin: 33px 0 20px;
}

.single-post h3 {
	font-size: 27px;
	margin: 30px 0 18px;
}

.single-post h4 {
	font-size: 24px;
	margin: 28px 0 17px;
}

.single-post h5 {
	font-size: 21px;
	margin: 26px 0 16px;
}

.single-post h6 {
	font-size: 19px;
	margin: 25px 0 15px;
}

.blog .entry-title,
.archive .entry-title,
.search-results .entry-title {
	font-size: 22px;
	line-height: 1.1;
}

.single-post h1.entry-title {
	font-size: 34px;
	margin: 0 0 5px;
}

.single-post h1.entry-title a {
	font-size: 34px;
	font-weight: 700;
}

.blog .entry-title a,
.archive .entry-title a,
.p-default .entry-title a,
.single-post .entry-title a,
.search-results .entry-title a {
	color: #444;
	text-transform: none;
	font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

@media only screen and (max-width: 767px) {
	.single-post h1 {
		font-size: 28px;
		margin: 30px 0 20px;
	}

	.single-post h1.entry-title a {
		font-size: 32px;
	}

	.single-post h2 {
		font-size: 25px;
		margin: 28px 0 19px;
	}

	.single-post h3 {
		font-size: 23px;
		margin: 25px 0 17px;
	}

	.single-post h4 {
		font-size: 20px;
		margin: 23px 0 16px;
	}

	.single-post h5 {
		font-size: 18px;
		margin: 21px 0 15px;
	}

	.single-post h6 {
		font-size: 17px;
		margin: 20px 0 14px;
	}
}

.blog .entry-meta,
.p-default .entry-meta {
	margin: 8px 0 10px;
}

.archive .entry-meta,
.single-post .entry-meta,
.search-results .entry-meta {
	margin: 13px 0 30px;
}

.blog .entry-meta a,
.archive .entry-meta a,
.p-default .entry-meta a,
.single-post .entry-meta a,
.search-results .entry-meta a {
	font-size: 14px;
	color: #888;
}

.blog .entry-meta i.fa,
.archive .entry-meta i.fa,
.p-default .entry-meta i.fa,
.single-post .entry-meta i.fa,
.search-results .entry-meta i.fa {
	position: relative;
	bottom: 1px;
	margin-right: 3px;
	font-size: 15px;
	color: #888;
}

.blog .updated:not(.published),
.archive .updated:not(.published),
.p-default .updated:not(.published),
.single-post .updated:not(.published),
.search-results .updated:not(.published) {
	display: none;
}

.blog .entry-content,
.archive .entry-content,
.p-default .entry-content,
.single-post .entry-content,
.search-results .entry-content {
	color: #333;
}

.blog .link-more,
.archive .link-more,
.p-default .link-more,
.single-post .link-more,
.search-results .link-more {
	display: inline-block;
	margin-left: 3px;
}

.blog .link-more a,
.archive .link-more a,
.p-default .link-more a,
.single-post .link-more a,
.search-results .link-more a {
	font-weight: 400;
}

.blog .navigation.pagination,
.archive .navigation.pagination,
.p-default .navigation.pagination,
.single-post .navigation.pagination,
.search-results .navigation.pagination {
	clear: both;
	width: 100%;
	text-align: center;
	border-top: 2px solid #ccc;
	padding: 2em 0 1em;
}

.blog .navigation.pagination::before,
.archive .navigation.pagination::before,
.p-default .navigation.pagination::before,
.single-post .navigation.pagination::before,
.search-results .navigation.pagination::before {
	content: "";
	display: table;
	table-layout: fixed;
}

.blog .pagination .page-numbers,
.archive .pagination .page-numbers,
.p-default .pagination .page-numbers,
.single-post .pagination .page-numbers,
.search-results .pagination .page-numbers {
	display: inline-block;
	color: #444;
	padding: 0.5em 0.75em;
}

.blog .pagination .page-numbers:not(.current):hover,
.archive .pagination .page-numbers:not(.current):hover,
.p-default .pagination .page-numbers:not(.current):hover,
.single-post .pagination .page-numbers:not(.current):hover,
.search-results .pagination .page-numbers:not(.current):hover {
	text-decoration: none;
	color: #888;
}

.blog .next.page-numbers,
.blog .prev.page-numbers,
.archive .next.page-numbers,
.archive .prev.page-numbers,
.p-default .next.page-numbers,
.p-default .prev.page-numbers,
.single-post .next.page-numbers,
.single-post .prev.page-numbers,
.search-results .next.page-numbers,
.search-results .prev.page-numbers {
	display: inline-block;
	background-color: #ddd;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	font-size: 24px;
	line-height: 1;
	padding: 0.25em 0.5em 0.4em;
	-webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
	transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
}

.blog .next.page-numbers:hover,
.blog .prev.page-numbers:hover,
.archive .next.page-numbers:hover,
.archive .prev.page-numbers:hover,
.p-default .next.page-numbers:hover,
.p-default .prev.page-numbers:hover,
.single-post .next.page-numbers:hover,
.single-post .prev.page-numbers:hover,
.search-results .next.page-numbers:hover,
.search-results .prev.page-numbers:hover {
	background-color: #767676;
	color: #fff;
}

.blog .next.page-numbers,
.archive .next.page-numbers,
.p-default .next.page-numbers,
.single-post .next.page-numbers,
.search-results .next.page-numbers {
	float: right;
}

.blog .prev.page-numbers,
.archive .prev.page-numbers,
.p-default .prev.page-numbers,
.single-post .prev.page-numbers,
.search-results .prev.page-numbers {
	float: left;
}

.blog .pagination .icon,
.archive .pagination .icon,
.p-default .pagination .icon,
.single-post .pagination .icon,
.search-results .pagination .icon {
	width: 0.666666666em;
	height: 0.666666666em;
}

.single-post .shared-counts-wrap {
	margin: 30px 0 40px 0;
}

/** Post comments */
#comments h2.comments-title {
	font-size: 22px;
	text-transform: none;
}

ol.comment-list {
	list-style-type: none;
	padding: 10px 10px 10px 20px;
}

.comment-body {
	color: #333;
	font-size: 15px;
	margin-bottom: 37px;
}

.comment-content p:last-of-type {
	margin-bottom: 10px;
}

.comment-metadata {
	margin: 8px 0 10px;
}

.comment-metadata a {
	font-size: 14px;
	color: #888;
}

.comment-awaiting-moderation {
	display: block;
	margin: 10px 0 15px;
}

.comments-area p {
	margin: 0 0 24px;
}

.comments-area label {
	font-size: 17px;
	color: #333;
	display: block;
	font-weight: 800;
	margin-bottom: 0.5em;
}

.comment-metadata .edit-link {
	display: none;
}

.comment-reply-link {
	position: relative;
}

.comment-reply-link {
	color: #333;
}

#cancel-comment-reply-link {
	font-size: 15px;
	text-decoration: underline;
}

.comment-reply-link .icon {
	color: #222;
	left: -2em;
	height: 1em;
	position: absolute;
	top: 0;
	width: 1em;
}

.logged-in-as a {
	font-weight: 400;
}

.comments-area input[type="text"],
.comments-area input[type="email"],
.comments-area input[type="url"],
textarea {
	color: #666;
	background: #fff;
	background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
	border: 1px solid #bbb;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	display: block;
	padding: 0.7em;
	width: 100%;
}

.comment-form .comment-form-cookies-consent label {
	display: inline;
	font-weight: 400;
}

.comment-form #wp-comment-cookies-consent {
	margin: 0 10px 0 0;
}

.form-submit {
	text-align: left;
}

.comments-area input[type="submit"] {
	background-color: #222;
	border: 0;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-weight: 800;
	line-height: 1;
	padding: 1em 2em;
	text-shadow: none;
	-webkit-transition: background 0.2s;
	transition: background 0.2s;
}

@media only screen and (max-width: 991px) {
	.blog #main > article,
	.archive #main > article,
	.single-post #main > article,
	.search-results #main > article {
		margin-bottom: 20px;
	}
}

@media only screen and (max-width: 480px) {
	.blog .recent_featured-section {
		padding-bottom: 20px;
	}

	.blog #main > article,
	.archive #main > article,
	.single-post #main > article,
	.search-results #main > article {
		margin-bottom: 26px;
	}

	.blog #main > article:last-of-type,
	.archive #main > article:last-of-type,
	.single-post #main > article:last-of-type,
	.search-results #main > article:last-of-type {
		margin: 0;
	}

	.blog article > hr.post-separator,
	.archive article > hr.post-separator,
	.search-results article > hr.post-separator {
		display: block;
		width: 50%;
		margin: 20px 0;
		border: 0;
		height: 1px;
		background-color: #888;
	}

	.blog #main article:last-of-type hr,
	.archive #main article:last-of-type hr,
	.single-post #main article:last-of-type hr,
	.search-results #main article:last-of-type hr {
		display: none;
	}

	.blog .post-thumbnail,
	.archive .post-thumbnail,
	.search-results .post-thumbnail {
		float: none;
		width: 66.666%;
		height: calc((100vw - 50px) * 0.375);
		margin: 0 0 5px;
		overflow: hidden;
	}

	.blog .post-thumbnail img,
	.archive .post-thumbnail img,
	.single-post .post-thumbnail img,
	.search-results .post-thumbnail img {
		width: 100%;
		max-width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: center center;
	}

	.blog .article-header-content,
	.archive .article-header-content,
	.single-post .article-header-content,
	.search-results .article-header-content {
		float: none;
		width: 100%;
	}

	.blog .entry-title a,
	.archive .entry-title a,
	.single-post .entry-title a,
	.search-results .entry-title a {
		font-size: 17px;
		color: #555;
	}

	.blog .entry-meta,
	.archive .entry-meta,
	.single-post .entry-meta,
	.search-results .entry-meta {
		margin: 8px 0;
	}
}


/** Sidebar */
#secondary section.widget {
	padding: 0 15px 35px;
}

#secondary section.widget.widget_search {
	padding-bottom: 45px;
}

#secondary a {
	font-size: 16px;
	font-weight: 400;
	color: #444;
}

#secondary .widget-title {
	font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: 700;
	color: #444;
	margin: 0 0 15px;
}

#secondary ul {
	list-style: none;
}

#secondary ul li {
	padding: 0 0 10px;
}

#secondary ul li:last-of-type {
	padding-bottom: 0;
}


/** Search form */
.search-form {
	position: relative;
	left: -9px;
}

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.search-form label {
	display: block;
	position: relative;
	top: 11px;
}

.search-form input[type="search"] {
	font-size: 15px;
	color: #666;
	background: #fff;
	background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
	border: 1px solid #bbb;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	display: block;
	padding: 0.7em;
	width: 100%;
}

.search-form .search-submit {
	display: inline-block;
	bottom: 3px;
	padding: 10px;
	position: absolute;
	right: 3px;
	top: 3px;
}

.search-form .search-submit .icon {
	height: 19px;
	top: -4px;
	width: 19px;
	overflow: hidden;
	display: inline-block;
	fill: currentColor;
	line-height: 21px;
	position: relative;
	vertical-align: middle;
}

@media only screen and (max-width: 991px) {
	.search-form {
		max-width: 400px;
	}
}

/** Email List Sign-up page */
.list-signup .site-content {
	position: relative;
	overflow: hidden;
	background: center top -100px no-repeat url("images/underground/FU-Icon-Logo-v3.png"), top left repeat url("images/brick-bg-sm-trim.png");
	border-top: 1px solid #efefef;
	max-width: 2560px;
	margin: 0 auto;
}

.list-signup .site-content > .wrap {
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

.list-signup .site-content > .wrap .bg_mod {
	margin: 57px 0 0;
}

.list-signup .site-content > .wrap::before {
	content: " ";
	display: table;
}

.list-signup .site-content > .wrap::after {
	clear: both;
	content: " ";
	display: table;
}

.logo-top_layer {
	position: relative;
	top: -95px;
	overflow: visible;
	z-index: 10;
	height: 366px;
}

.logo-top_layer img {
	width: 565px;
	-webkit-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	transform: rotate(-3deg);
}

.list-signup #primary.content-area {
	position: relative;
	padding-top: 255px;
	background-image: url("images/underground/FU-Yellow-opaque-top.png"), url("images/underground/FU-Yellow-opaque-tile.png");
	background-repeat: no-repeat, repeat;
	background-clip: padding-box, content-box;
	/*mix-blend-mode: multiply;*/
}

.list-signup main.site-main {
	max-width: 660px;
	margin: 0 auto;
	position: relative;
	bottom: 189px;
	padding: 0 20px 32px;
}

@media only screen and (max-width: 550px) {
	.list-signup .site-content {
		background: center top -100px no-repeat url("images/underground/FU-Icon-Logo-sm.png"), top left repeat url("images/brick-bg-sm-trim.png");
	}

	.logo-top_layer {
		top: -115px;
		height: 144px;
	}

	.logo-top_layer img {
		max-width: 1000%;
		width: 340px;
	}

	.list-signup main.site-main {
		bottom: 210px;
		padding: 0 20px;
	}
}

@media only screen and (max-width: 340px) {
	.logo-top_layer img {
		margin-left: calc((100vw - 340px) / 2);
	}
}

.list-signup hr {
	height: 0px;
	border-top: 1px dashed #333;
}

.typewriter-cta img {
	max-width: 256px;
	position: relative;
	bottom: 11px;
	right: 1px;
}

.more-cta img {
	max-width: 240px;
	margin-top: 11px;
}

.list-signup .narrow {
	max-width: 550px;
	margin: 0 auto;
	font-size: 17px;
}

.list-signup h1,
.list-signup h2,
.list-signup h3,
.list-signup h4,
.list-signup h5,
.list-signup h6 {
	font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 400;
	color: #000;
	margin-bottom: 20px;
}

.list-signup h1 {
	font-size: 21px;
}

.list-signup h2 {
	font-size: 20px;
}

.list-signup h3 {
	font-size: 19px;
}

.list-signup h4,
.list-signup h5,
.list-signup h6 {
	font-size: 18px;
}

.list-signup h1.perks-cta {
	max-width: 490px;
	margin: 0 auto;
}

/** Email Mailchimp form */
.mc_embed_signup .hidden_el {
	display: none;
}

.mc_embed_signup .mc-field-group label[for="mce-EMAIL"] {
	display: block;
	margin: 30px 0 0;
	text-align: left;
}

.mc_embed_signup .mc-field-group label span {
	display: none;
}

.mc_embed_signup .mc-field-group input[type="email"] {
	margin-top: 0;
}

.mc_embed_signup .mc-field-group {
	clear: both;
}

.mc_embed_signup .mc-field-group .subfield.monthfield,
.mc_embed_signup .mc-field-group .subfield.dayfield {
	float: left;
	width: calc(50% - 10px);
}

.mc_embed_signup .mc-field-group .subfield.monthfield {
	margin-right: 20px;
}

.mc_embed_signup .asterisk {
	font-size: 25px;
	color: #e10000;
	margin: 0 10px;
}

.mc_embed_signup label[for="mce-LOCATION"] {
	position: relative;
	right: 18px;
}

.mc_embed_signup input[type="email"],
.mc_embed_signup input[type="text"],
.mc_embed_signup input[type="submit"] {
	background-color: #fff;
	box-shadow: none;
	-webkit-box-shadow: none;
	border: none;
	position: relative;
	margin: 20px 0 0;
	padding: 1.2rem 2.1rem 1rem 0;
	text-indent: 10px;
	font-size: 17px;
	font-weight: 400;
	color: #333;
	border-radius: 10px;
	border: 2px solid #fff;
	text-align: center;
	width: 100%;
}

.mc_embed_signup input#mce-MMERGE7 {
	margin: -2px 0 15px;
}

.mc_embed_signup input[type="email"],
.mc_embed_signup input[type="checkbox"],
.mc_embed_signup .select2-container--default .select2-selection--single {
	/*background: #ffdedc;*/
}

.mc_embed_signup input[type="submit"] {
	margin-bottom: 20px;
}

.mc_embed_signup input[type="email"]:focus,
.mc_embed_signup input[type="text"]:focus {
	text-align: left;
}

@media only screen and (max-width: 375px) {
	.mc_embed_signup .datefield input[type="text"] {
		font-size: 15px;
		padding-right: 0;
		text-indent: 0;
	}
}

.list-signup .select2.select2-container {
	position: relative;
	right: 2px;
	min-width: 280px;
	margin: 15px 0 20px;
}

.mc_embed_signup input[type="checkbox"] {
	margin-right: 11px;
}

.mc_embed_signup .age-confirm {
	position: absolute;
	width: 100%;
	text-align: center;
}

.mc_embed_signup .age-confirm input,
.mc_embed_signup .age-confirm label {
	/*position: relative;*/
	/*right: 8px;*/
}

#mc_embed_signup .age-confirm div.mce_inline_error {
	position: relative;
	bottom: 20px;
}

.mc_embed_signup .age-confirm label {
	font-size: 17px;
	font-weight: 400;
	margin: 15px 0;
}

.mc_embed_signup .age-confirm ul {
	list-style-type: none;
}

/** Response messages */
#mce-responses {
	background: #fff;
	position: relative;
	top: 52px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#mce-responses .response {
	position: relative;
	top: 1px;
	font-size: 18px;
	font-weight: 700;
}

#mce-error-response.response {
	color: #ca0000;
	font-weight: 400;
}

#mce-error-response.response a {
	font-weight: 400;
}

#mce-success-response.response {
	color: #007900;
}

@media only screen and (max-width: 550px) {
	.list-signup .select2.select2-container {
		/*right: 10px;*/
		min-width: 220px;
	}
}


/** Fix for all of main.site-main having been shifted up */
#mc_embed_signup {
	position: relative;
}

.mc_embed_signup .age-confirm {
	position: absolute;
	width: 100%;
	text-align: center;
	z-index: 200;
}

.mc_embed_signup .submit-wrap {
	position: absolute;
	bottom: -200px;
	width: 100%;
}

.mc_embed_signup .submit-wrap p {
	font-size: 17px;
}

.mc_embed_signup input[type="submit"] {
	width: 280px;
	background: #000;
	font-size: 18px;
	color: #fff;
	font-weight: 700;
	padding: 12px 21px 10px 0;
	border: none;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.mc_embed_signup input[type="submit"]:hover,
.mc_embed_signup input[type="submit"]:active {
	background-color: #E72650;
	border-color: #E72650;
	color: #fff;
	-webkit-box-shadow: 1px 1px 3px #999;
	-moz-box-shadow: 1px 1px 3px #999;
	box-shadow: 1px 1px 3px #999;
	-webkit-transform: translateY(-1px);
	-moz-transform: translateY(-1px);
	-ms-transform: translateY(-1px);
	-o-transform: translateY(-1px);
	transform: translateY(-1px);
}

@media only screen and (max-width: 550px) {
	.mc_embed_signup input[type="submit"] {
		width: 220px;
	}
}

/** Transitions */
.pw-slide-down {
	animation: pw-slide-down 0.8s;
}

.pw-slide-right {
	animation: pw-slide-right 1.1s;
}

.pw-slide-left {
	animation: pw-slide-left 1.1s;
}

/** Animations */
@keyframes pw-slide-down {
	from {
		-webkit-transform: translateY(-120%);
		-moz-transform: translateY(-120%);
		-ms-transform: translateY(-120%);
		-o-transform: translateY(-120%);
		transform: translateY(-120%);
		opacity: 0;
	}
	to {
		-webkit-transform: translateY(0%);
		-moz-transform: translateY(0%);
		-ms-transform: translateY(0%);
		-o-transform: translateY(0%);
		transform: translateY(0%);
		opacity: 1;
	}
}

@keyframes pw-slide-right {
	from {
		-webkit-transform: translateX(-120%);
		-moz-transform: translateX(-120%);
		-ms-transform: translateX(-120%);
		-o-transform: translateX(-120%);
		transform: translateX(-120%);
		opacity: 0;
	}
	20% {
		-webkit-transform: translateX(-120%);
		-moz-transform: translateX(-120%);
		-ms-transform: translateX(-120%);
		-o-transform: translateX(-120%);
		transform: translateX(-120%);
		opacity: 0;
	}
	to {
		-webkit-transform: translateX(0%);
		-moz-transform: translateX(0%);
		-ms-transform: translateX(0%);
		-o-transform: translateX(0%);
		transform: translateX(0%);
		opacity: 1;
	}
}

@keyframes pw-slide-left {
	from {
		-webkit-transform: translateX(80%);
		-moz-transform: translateX(80%);
		-ms-transform: translateX(80%);
		-o-transform: translateX(80%);
		transform: translateX(80%);
		opacity: 0;
	}
	50% {
		-webkit-transform: translateX(80%);
		-moz-transform: translateX(80%);
		-ms-transform: translateX(80%);
		-o-transform: translateX(80%);
		transform: translateX(80%);
		opacity: 0;
	}
	to {
		-webkit-transform: translateX(0%);
		-moz-transform: translateX(0%);
		-ms-transform: translateX(0%);
		-o-transform: translateX(0%);
		transform: translateX(0%);
		opacity: 1;
	}
}


/** Home slider */
#home-slider-inner,
#home-slider-inner .widget,
#home-slider-inner .n2-section-smartslider,
#home-slider-inner .n2-ss-align,
#home-slider-inner .n2-padding,
#home-slider-inner .n2-ss-slider,
#home-slider-inner .n2-ss-slider-1,
#home-slider-inner .n2-ss-slider-2,
#home-slider-inner .n2-ss-slider-3,
#home-slider-inner .n2-ss-slide,
#home-slider-inner .n2-ss-layers-container {
	width: 100% !important;
	height: 100% !important;
}

/** Turns off navigation arrows */
#home-slider-inner .n2-ss-widget {
	display: none;
}

@media (max-width: 767px), all {
	.sliderWrap {
		overflow: hidden;
	}
}


/** Main nav */
ul.menu li a {
	font-size: 16px;
	padding: 12px 8px;
}


/** Locations page - Eastern Canada */
.other-loc .specials-heading {
	background-color: #32448d;
	background-image: none;
}

.other-loc .specials-heading h2 {
	font-size: 50px;
	color: #fff;
}

.other-loc .results_wrapper {
	height: 237px;
}

.other-loc .flyer-map {
	width: 100%;
	height: 236px;
	background-position: center center;
	background-size: cover;
}


/** Mobile Reserve button */
.reserveMobile {
	padding: 15px 10px;
}


@media only screen and (max-width: 1280px) {
	ul.menu li a {
		font-size: 15px;
		padding: 11px 7px;
	}

	.menu-main-nav-container ul.menu {
		right: 7px;
	}
}

.no-sm {
	display: block !important;
}

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

@media (max-width: 1190px) {
	.no-sm {
		display: none !important;
	}

	.sm-only {
		display: block !important;
	}

	.sm-only button#responsive-menu-button {
		display: inline-block;
		width: 40px;
		height: 40px;
		right: 5%;
		padding: 0 0;
		display: inline-block;
		cursor: pointer;
		transition-property: opacity, filter;
		transition-duration: 0.15s;
		transition-timing-function: linear;
		font: inherit;
		color: inherit;
		text-transform: none;
		background-color: transparent;
		border: 0;
		margin: 0;
		overflow: visible;
	}

	.sm-only button#responsive-menu-button .responsive-menu-box {
		color: #3f3f3f;
	}

	.responsive-menu-accessible .responsive-menu-box {
		display: inline-block;
		vertical-align: middle;
	}

	.responsive-menu-box {
		width: 25px;
		height: 19px;
		display: inline-block;
		position: relative;
	}

	.responsive-menu-inner {
		display: block;
		top: 50%;
		margin-top: -1.5px;
	}

	.responsive-menu-inner::before, .responsive-menu-inner::after {
		content: "";
		display: block;
	}

	.responsive-menu-inner::before {
		top: -8px;
	}

	.responsive-menu-inner::after {
		bottom: -8px;
	}

	.responsive-menu-inner,
	.responsive-menu-inner::before,
	.responsive-menu-inner::after {
		width: 25px;
		height: 3px;
		background-color: #3f3f3f;
		border-radius: 4px;
		position: absolute;
		transition-property: transform;
		transition-duration: 0.15s;
		transition-timing-function: ease;
	}

	#responsive-menu-container #responsive-menu-wrapper {
		margin-top: 30px;
	}

	.site-header .social {
		padding-right: 45px;
		right: 5%;
	}

}

@media (max-width: 767px) {
	.sm-only button#responsive-menu-button {
		right: 2.2%;
	}

	.site-header .social {
		padding-right: 36px;
	}
}


/** NEW menu pages */
.new-menu-page .page-content {
	background: top left repeat url("images/brick-bg-sm-trim.png");
}

.new-menu-page .menu-header-img {
	background-image: url("pw-lib/assets/images/menus-header-v2.jpg");
}

.new-menu-page .menuNav .menuBtn {
	height: 70px;
}

.new-menu-page .menuNav .menuBtn {
	background-image: none;
	background-color: #10a0db;
}

.new-menu-page .menuNav .menuBtn::before {
	display: none;
}

.new-menu-page .menuNav .menuBtn.active,
.new-menu-page .menuNav .menuBtn.active:hover {
	color: #fff;
	background-color: #32448d;
}

.new-menu-page .menuNav .menuBtn:hover,
.new-menu-page .menuNav .menuBtn:active,
.new-menu-page .menuNav .menuBtn:focus {
	color: #fff;
	background-color: #2172B4;
}

.new-menu-page .menuNav .menuBtn .menuBtn-inner h3,
.new-menu-page .menuNav .menuBtn:hover .menuBtn-inner h3,
.new-menu-page .menuNav .menuBtn:active .menuBtn-inner h3,
.new-menu-page .menuNav .menuBtn:focus .menuBtn-inner h3 {
	font-size: 38px;
	color: #fff;
}

.new-menu-page .menu-content {
	font-size: 15px;
	line-height: 1.3;
}

.new-menu-page .menu-content {
	margin: 90px auto 0;
	padding-bottom: 25px;
	overflow: hidden;
}

.new-menu-page .section-wrap-all {
	max-width: 1100px;
	margin: 0 auto 50px;
}

.new-menu-page .section-wrap-all.has-left-image {
	margin-right: 0;
	padding-right: 50px;
}

.new-menu-page .section-wrap-all.has-right-image {
	margin-left: 0;
	padding-left: 50px;
}

.new-menu-page .section-wrap-all img.section-left,
.new-menu-page .section-wrap-all img.section-right {
	width: calc(100vw - 1100px);
	height: auto;
}

.new-menu-page .section-wrap-all img.section-left {
	float: left;
	margin: 50px 25px 15px calc(1100px - 100vw);
	box-shadow: 2px 2px 8px 0px #888;
}

.new-menu-page .section-wrap-all img.section-right {
	float: right;
	margin: 60px calc(1100px - 100vw) 15px 25px;
	box-shadow: -2px 3px 8px 0px #888;
}

.new-menu-page .dinner_section_bar-bites img.section-image {
	transform: rotateZ(-5deg) translateX(-50px);
}

.new-menu-page .dinner_section_starters-and-shareables-halifax-en img.section-image {
	transform: rotateZ(-5deg) translateX(-50px);
}

.new-menu-page .dinner_section_starters-and-shareables-halifax-fr img.section-image {
	transform: rotateZ(-5deg) translateX(-50px);
}

.new-menu-page .dinner_section_snack-and-share img.section-image {
	transform: rotateZ(9deg) translateX(50px) translateY(-75px);
}

.new-menu-page .dinner_section_soups-halifax-en img.section-image {
	transform: rotateZ(9deg) translateX(-70px) translateY(-75px);
}

.new-menu-page .dinner_section_soups-halifax-fr img.section-image {
	transform: rotateZ(9deg) translateX(-70px) translateY(-75px);
}

.new-menu-page .dinner_section_greens-and-bowls img.section-image {
	transform: rotateZ(-6deg) translateX(-35px) translateY(-50px);
}

.new-menu-page .dinner_section_greens-and-bowls-halifax-en img.section-image {
	transform: rotateZ(-6deg) translateX(30px) translateY(-50px);
}

.new-menu-page .dinner_section_greens-and-bowls-halifax-fr img.section-image {
	transform: rotateZ(-6deg) translateX(30px) translateY(-50px);
}

.new-menu-page .section-wrap-all.dinner_section_soups.narrow-right {
	max-width: 960px;
	padding: 0 111px 0 0;
	margin: -300px 0 100px auto;
}

.new-menu-page .section-wrap-all.dinner_section_soups-halifax-en.narrow-right {
	max-width: 960px;
	padding: 0 111px 0 0;
	margin: -300px 0 100px auto;
}

.new-menu-page .section-wrap-all.dinner_section_soups-halifax-fr.narrow-right {
	max-width: 960px;
	padding: 0 111px 0 0;
	margin: -300px 0 100px auto;
}


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

	.new-menu-page .section-wrap-all.dinner_section_soups-halifax-en.narrow-right {
		margin: 0 0 0 auto;
		margin-top: calc((0 - 135) * ((100vw - 1500px) / (1680 - 1500)));
		padding: 0 125px 0 0;
	}
}

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

	.new-menu-page .section-wrap-all.dinner_section_soups-halifax-fr.narrow-right {
		margin: 0 0 0 auto;
		margin-top: calc((0 - 135) * ((100vw - 1500px) / (1680 - 1500)));
		padding: 0 125px 0 0;
	}
}

.new-menu-page .section-wrap-all.dinner_section_soups img.section-image.section-right {
	width: 50%;
	float: right;
	margin: 0;
}

.new-menu-page .section-wrap-all.dinner_section_soups-halifax-en img.section-image.section-right {
	width: 50%;
	float: right;
	margin: 0;
}

.new-menu-page .section-wrap-all.dinner_section_soups-halifax-fr img.section-image.section-right {
	width: 50%;
	float: right;
	margin: 0;
}

.new-menu-page .dinner_section_burgers img.section-image {
	transform: rotateZ(5deg) translateX(-92px) translateY(-70px);
}

.new-menu-page .dinner_section_burgers-and-sandwiches-halifax-en img.section-image {
	transform: rotateZ(-7deg) translateX(20px) translateY(-70px);
}

.new-menu-page .dinner_section_burgers-and-sandwiches-halifax-fr img.section-image {
	transform: rotateZ(-7deg) translateX(20px) translateY(-70px);
}

.new-menu-page .section-wrap-all.dinner_section_sandwiches {
	margin-top: -30px;
}

.new-menu-page .dinner_section_sandwiches img.section-image {
	transform: rotateZ(-7deg) translateX(50px) translateY(-75px);
}

.new-menu-page .dinner_section_pub-faves img.section-image {
	transform: rotateZ(5deg) translateX(-92px) translateY(-95px);
}

.new-menu-page .dinner_section_pub-faves-halifax-en img.section-image {
	transform: rotateZ(5deg) translateX(-92px) translateY(-95px);
}

.new-menu-page .dinner_section_pub-faves-halifax-fr img.section-image {
	transform: rotateZ(5deg) translateX(-92px) translateY(-95px);
}

.new-menu-page .section-wrap-all.dinner_section_sweet-endings {
	margin-top: -30px;
}

.new-menu-page .dinner_section_sweet-endings img.section-image {
	transform: rotateZ(-4deg) translateX(50px) translateY(-75px);
}

.new-menu-page .dinner_section_desserts-halifax-en img.section-image {
	transform: rotateZ(-4deg) translateX(50px) translateY(-75px);
}

.new-menu-page .dinner_section_desserts-halifax-fr img.section-image {
	transform: rotateZ(-4deg) translateX(50px) translateY(-75px);
}

.new-menu-page .brunch_section_brunch img.section-image {
	transform: rotateZ(5deg) translateX(-92px) translateY(-25px);
}

.new-menu-page .section-wrap-all.dinner_section_late-night-munchies {
	margin-top: calc((0 - 135) * ((100vw - 1500px) / (1680 - 1500)));
}

.new-menu-page .drink_section_cocktails img {
	transform: rotateZ(-3deg) translateX(60px) translateY(-55px);
}

.new-menu-page .drink_section_cocktails-halifax-en img {
	transform: rotateZ(-3deg) translateX(60px) translateY(-55px);
}

.new-menu-page .drink_section_cocktails-halifax-fr img {
	transform: rotateZ(-3deg) translateX(60px) translateY(-55px);
}

.new-menu-page .section-wrap-all.drink_section_cocktails .section-items-wrap {
	columns: 4 150px;
}

.new-menu-page .section-wrap-all.drink_section_brunch-cocktails {
	margin-top: calc((0 - 135) * ((100vw - 1500px) / (1680 - 1500)));
}

.new-menu-page .section-wrap-all.drink_section_brunch-cocktails {
	margin-top: calc((0 - 135) * ((100vw - 1500px) / (1680 - 1500)));
}

.new-menu-page .drink_section_beer img.section-image {
	transform: rotateZ(9deg) translateX(-100px) translateY(25px);
}

.new-menu-page .drink_section_beer-halifax-en img.section-image {
	transform: rotateZ(9deg) translateX(-100px) translateY(25px);
}

.new-menu-page .drink_section_beer-halifax-fr img.section-image {
	transform: rotateZ(9deg) translateX(-100px) translateY(25px);
}

.new-menu-page .section-wrap-all.drink_section_wine {
	margin-top: calc((0 - 48) * ((100vw - 1500px) / (1680 - 1500)));
}

.new-menu-page .drink_section_wine.contain-subsection .subsection-wrap .section-items-wrap {
	columns: 1 400px;
}

.new-menu-page .drink_section_wine.contain-subsection .section-items-wrap + .subsection-wrap .section-items-wrap {
	columns: 2 160px;
}

.new-menu-page .section-wrap-all.drink_section_wine {
	margin-top: calc((0 - 48) * ((100vw - 1500px) / (1680 - 1500)));
}

.new-menu-page .section-wrap-all.drink_section_non-alcoholic {
	margin-top: calc((0 - 48) * ((100vw - 1500px) / (1680 - 1500)));
}

.new-menu-page .section-columns-4 .section-items-wrap {
	columns: 4 200px;
}

.new-menu-page .menu-section-title {
	font-size: 65px;
	font-size: 3.61em;
	margin-bottom: 14px;
}

.new-menu-page .menu-subsection-title {
	font-size: 40px;
	font-size: 2.35em;
}

.new-menu-page .menu-item-header {
	color: #32448d;
	font-weight: 700;
	font-size: 1em;
}

.new-menu-page .menu-section-description {
	color: #32448d;
	font-weight: 700;
	font-size: 1em;
	margin: -12px 0 25px;
}

.new-menu-page .menu-section-description span {
	font-weight: 700;
}

.new-menu-page .section-items-wrap {
	columns: 3 210px;
}

.new-menu-page .menu-item-wrap {
	margin: 0 20px 19px 0;
	break-inside: avoid;
}

.new-menu-page .hide-item-title .menu-item-header {
	display: none;
}

.new-menu-page p {
	margin-bottom: 4px;
}

.new-menu-page .cals-inline p.menu-item-header,
.new-menu-page .cals-inline p.cal-count {
	display: inline-block;
}

.new-menu-page .menu-item-header span.item-title {
	font-weight: 700;
	margin-right: 7px;
}

.new-menu-page .menu-item-header span.item-price {
	color: inherit;
	font-weight: inherit;
	font-size: inherit;
	margin-right: 8px;
}

.new-menu-page span.all-diet-icons {
	white-space: nowrap;
}

.new-menu-page .menu-item-header span.item-diet {
	display: inline-block;
	vertical-align: bottom;
	margin-right: 1px;
}

.new-menu-page .menu-item-header span.item-diet img,
.new-menu-page img.diet-icon-single {
	width: 28px;
	position: relative;
}

.new-menu-page img.diet-icon-single {
	vertical-align: bottom;
	margin-top: -4px;
}

.cal-count {
	color: #10a0db;
	font-weight: 700;
}

.new-menu-page .menu-item-wrap ul {
	line-height: 1.1;
	list-style: none;
	padding-left: 25px;
}

.new-menu-page .menu-item-wrap ul li::before {
	content: "•";
	font-size: 20px;
	color: #111;
	display: inline-block;
	width: 1em;
	margin-left: -1em
}

.new-menu-page strong {
	color: #444;
}

.new-menu-page span > strong {
	color: inherit;
}

.new-menu-page .menu-footer-wrap {
	max-width: 1200px;
	margin: 0 auto;
	padding-bottom: 60px;
	font-size: 15px;
}

.new-menu-page .diet-icon-legend {
	width: 33%;
	float: left;
}

.new-menu-page .diet-icon-legend .pb-icon {
	bottom: -2px;
	margin-left: 5px;
}

.new-menu-page .nutrition-info {
	width: 66%;
	float: right;
	color: #32448d;
	font-size: 16px;
	word-break: normal;
}

.new-menu-page .contain-subsection .subsection-wrap {
	width: 32%;
	padding-right: 20px;
	overflow: hidden;
	float: left;
	/*display: inline-block;*/
	vertical-align: top;
	margin-top: 10px;
}

.new-menu-page .contain-subsection .subsection-wrap .section-items-wrap {
	column-count: initial;
	column-width: initial;
	width: 100%;
}

.new-menu-page .section-wrap-all.section-columns-6 {
	max-width: 1200px;
}

.new-menu-page .section-columns-6 .section-items-wrap {
	columns: 6 190px;
}

.icon-mobile-break {
	display: none;
}

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

	.new-menu-page .section-wrap-all.dinner_section_soups.narrow-right {
		margin-top: 0;
	}

	.new-menu-page .section-wrap-all.dinner_section_late-night-munchies {
		margin-top: 0;
	}
}

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

	.new-menu-page .menu-content {
		padding: 0 25px 25px;
	}

	.new-menu-page .menu-footer-wrap {
		padding: 0 25px 60px;
	}

	.new-menu-page .menu-content .section-wrap-all {
		margin: 0 auto 50px;
		padding: 0;
	}

	.new-menu-page .section-image-wrap {
		width: 100%;
		height: 56.25%;
		max-height: 225px;
		overflow: hidden;
		margin-bottom: 8px;
	}

	.new-menu-page .menu-content .section-wrap-all img.section-image,
	.new-menu-page .section-wrap-all.dinner_section_soups img.section-image.section-right {
		margin: 0;
		transform: none;
		float: none;
		width: 100%;
		height: 100%;
		max-height: 225px;
		object-fit: cover;
		object-position: center center;
	}

	.new-menu-page .section-wrap-all.dinner_section_soups.narrow-right {
		max-width: 1100px;
		margin: 0 auto 50px;
		padding: 0;
	}
}

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

	.new-menu-page .section-wrap-all div.section-image-wrap {
		max-width: 200%;
		width: calc(100vw + 50px);
		margin: 0 -25px 22px -25px;
	}
}

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

	.icon-mobile-break {
		display: inline;
	}

	.new-menu-page .diet-icon-legend .pb-icon {
		margin-left: 0;
	}
}

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

	.new-menu-page .section-wrap-all.drink_section_cocktails .section-items-wrap {
		columns: 3 160px;
	}
}

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

	.new-menu-page .contain-subsection .subsection-wrap {
		width: 50%;
	}
}

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

	.new-menu-page .section-wrap-all.drink_section_cocktails .section-items-wrap {
		column-count: 2;
	}
}

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

	.new-menu-page .contain-subsection .subsection-wrap {
		width: 100%;
	}

	.new-menu-page .drink_section_wine.contain-subsection .section-items-wrap + .subsection-wrap .section-items-wrap {
		columns: 1 300px;
	}

	.new-menu-page .diet-icon-legend,
	.new-menu-page .nutrition-info {
		width: 100%;
		float: none;
		word-break: normal;
	}
	.new-menu-page .nutrition-info {
		margin-top: 35px;
		word-break: normal;
	}
	.icon-mobile-break {
		display: none;
	}
}

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

	.new-menu-page .section-wrap-all.drink_section_cocktails .section-items-wrap {
		column-count: 1;
	}
}

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

	.new-menu-page .menu-content .section-wrap-all img.section-image {
		/*transform: translateX(0) translateY(0);*/
	}

	.new-menu-page .menu-content .section-wrap-all {
		margin-top: 0;
	}

	.new-menu-page .section-wrap-all.drink_section_brunch-cocktails {
		margin-top: -60px;
	}

	.new-menu-page .section-wrap-all.has-left-image {
		margin-right: 0;
		padding-right: calc(50px + 10%);
	}

	.new-menu-page .section-wrap-all.has-right-image {
		margin-left: 0;
		padding-left: calc(50px + 10%);
	}

}

.specials-daily .specials-daily-item.specials-sun {
	background-image: url(images/bevvy-bites/Sunday.jpg);
	border-left: none;
}

.specials-daily .specials-daily-item.specials-mon {
	background-image: url(images/bevvy-bites/Monday.jpg);
}

@media (min-width:768px) and (max-width:991px) {
	.specials-daily .specials-daily-item.specials-mon {
		border-right: none;
	}
}

.specials-daily .specials-daily-item.specials-tues {
	background-image: url(images/bevvy-bites/Tuesday.jpg);
	border-right: none;
}

@media (min-width:768px) and (max-width:991px) {
	.specials-daily .specials-daily-item.specials-tues {
		border-left: none;
		border-right: 1px solid #FFF
	}
}

.specials-daily .specials-daily-item.specials-wed {
	background-image: url(images/bevvy-bites/Wednesday.jpg);
	border-bottom: none;
	border-left: none
}

@media (min-width:768px) and (max-width:991px) {
	.specials-daily .specials-daily-item.specials-wed {
		border-right: none;
		border-bottom: 1px solid #FFF;
		border-left: 1px solid #FFF
	}
}

@media (max-width:767px) {
	.specials-daily .specials-daily-item.specials-wed {
		border-bottom: 1px solid #FFF
	}
}

.specials-daily .specials-daily-item.specials-thurs {
	background-image: url(images/bevvy-bites/Thursday.jpg);
	border-bottom: none
}

@media (min-width:768px) and (max-width:991px) {
	.specials-daily .specials-daily-item.specials-thurs {
		border-left: none
	}
}

@media (max-width:767px) {
	.specials-daily .specials-daily-item.specials-thurs {
		border-bottom: 1px solid #FFF
	}
}

.specials-daily .specials-daily-item.specials-fri {
	background-image: url(images/bevvy-bites/Friday.jpg);
	border-right: none;
	border-bottom: none
}

/** Popup Maker */
html.pum-open.pum-open-overlay.pum-open-scrollable body>[aria-hidden] {
	padding-right: 0 !important;
}
.pum.pum-overlay.pum-theme-lightbox {
	background-color: rgba( 0, 0, 0, 0.75 );
}

#popmake-8300,
#popmake-8335 {
	padding: 0;
	background-color: #1B1919;
	border: 11px solid #eee;
}
div.border-part {
	display: block;
	width: 100%;
	height: 0;
	border-bottom: 10px solid #EB0040;
	clear: both;
}
div.border-top-1 {
	float: right;
	width: calc(5/7 * 100%);
	height: 42px;
}
div.border-top-2 {
	border-bottom-color: #1B3480;
}
div.border-top-3 {
	float: right;
	width: calc(13/14 * 100%);
	border-bottom-color: #27A2E0;
}
div.border-top-4 {
	clear: both;
	width: 100%;
	height: 0;
}

div.border-bottom-1 {
	float: left;
	width: calc(5/7 * 100%);
	height: 50px;
}
div.border-bottom-2 {
	border-bottom-color: #1B3480;
}
div.border-bottom-3 {
	float: left;
	width: calc(13/14 * 100%);
	height: 42px;
	border-bottom: none;
	border-top: 10px solid #27A2E0;
}

.pum-content p.logo-centered {
	text-align: center;
	clear: both;
	margin: 18px auto 24px;
}
.pum-container .pum-content img.popup-logo {
	max-width: 144px;
}
.pum-content p,
.pum-content div {
	color: #fcfcfc;
	padding: 0 20px;
	margin: 0 0 16px;
	line-height: 1.3;
}
.pum-content div.emphasis {
	padding: 0 0 0 15px;
	margin: 40px 30px;
	text-align: center;
	border-left: 5px solid rgba(39, 162, 224, 0.9);
}
.pum-content div.emphasis.emphasis-off {
	padding: 0;
	border: none;
}
.pum-content div.emphasis p {
	padding: 0;
}
.pum-content p.intro {
	text-align: center;
}
.pum-content p.half-width {
	width: 100%;
	margin: 20px 0;
	text-align: center;
}
.pum-content p.half-width:last-of-type {
	display: inline-block;
	float: none;
	margin: 20px auto;
}
.pum-content p.half-width span {
	display: block;
	font-size: 0.92em;
	margin: 7px 0;
}
.pum-content div.emphasis span.bold-alone {
	display: block;
	font-size: 1.1em;
	font-weight: 700;
	line-height: 1.5;
	margin: 0;
}
.pum-content div.emphasis span.blue {
	font-size: 1em;
	color: rgba(39, 162, 224, 0.9);
}
.pum-content p.signature span {
	display: inline-block;
	font-style: italic;
	margin-top: 4px;
}
.pum-content a {
	color: #eee;
	font-weight: 400;
	text-decoration: underline;
}
.pum-content strong {
	color: #eee;
}
@media screen and (min-width: 414px) {

	.pum-content p,
	.pum-content div {
		padding: 0 30px;
	}
	.pum-content p.half-width {
		width: calc(50% - 22px);
		margin: 20px 20px 20px 0;
		float: left;
	}
}
@media screen and (min-width: 600px) {

	.pum-content p ,
	.pum-content div {
		padding: 0 15%;
	}
	.pum-content div.emphasis {
		margin: 40px calc(15% + 5px);
	}
}

/** Original Specials section, now "SaveHospitalityCA */
.home-sideBoxes .homebox-cta .home-BoxInner {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 30px;
}
.home-sideBoxes .homebox-cta .home-BoxInner p {
	font-size: 15px;
	font-weight: 700;
	line-height: 1.4;
	color: #fff;
}
.home-sideBoxes .home-LTOBox.homebox-cta {
	background-image: url(/wp-content/uploads/2020/08/Firkin_Order_Ahead_800x533.jpg);
}
@media screen and (min-width: 480px) {
	.home-sideBoxes .homebox-cta .home-BoxInner p {
		font-size: 19px;
		line-height: 1.4;
	}
}
@media screen and (min-width: 768px) {
	.home-sideBoxes .homebox-cta .home-BoxInner p {
		font-size: 22px;
		line-height: 1.4;
	}
}

/** Default page template */
.p-default .site-main > article.page > .entry-header {
	margin: 25px 0 40px;
}


/** Menu Location switcher */
.location-switcher {
	margin: 45px auto 60px;
}
.location-switcher::before {
	content: " ";
	display: table;
}
.location-switcher::after {
	clear: both;
	content: " ";
	display: table;
}
.location-switcher > .wp-block-group__inner-container {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: flex-start;
	margin: 30px auto 60px;
}
.location-switcher .wp-block-group__inner-container > .wp-block-group {
	flex: 1 1 240px;
	margin: 0 0 20px;
	padding-right: 20px;
}
.location-switcher .wp-block-group__inner-container > .wp-block-group:last-of-type {
	margin-right: auto;
}

/** Halifax language switcher */
.lang-switcher-links {
	margin: 30px auto 60px;
}
.lang-switcher-links::before {
	content: " ";
	display: table;
}
.lang-switcher-links::after {
	clear: both;
	content: " ";
	display: table;
}
.lang-switcher-links p {
	float: left;
	margin: 0 30px 25px 0;
}

.loc-listings-all .wp-block-group__inner-container {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: flex-start;
	margin: 30px auto 60px;
}
.loc-listing {
	flex: 0 0 240px;
	margin: 0 0 30px;
	padding-right: 20px;
}
.loc-listing:last-of-type {
	margin-right: auto;
}

