/**
 * Theme Name: Pointe Orlando
 * Theme URI: http://stovepipeco.com/
 * Description: Stovepipe
 * Author: Stovepipe
 * Author URI: http://stovepipeco.com/
 * Template: stovepipe
 * Version: 1.2.2
 * Text Domain: stovepipe-child
 */

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
	0.	Normalize
	1.	Document Setup
	2.	Element Base
	3.	Helper Classes
	4.	Blocks
	5.	Shortcodes
	6.	Widgets
	7.	Pagination
	8.	Header
	9.	Footer
	10.	Comments
	11.	Entry Content
	12.	Page Templates
		a.	Template: Default
	13.	Pages
		a.	Page: Home
		b.	Page: Blog
	14.	Post Types
		a.	Post: Archive
		b.	Post: Single
	15.	Menus
		a.	Menu: Small Screen
		b.	Menu: Large Screen
	16.	Print
	17.	Animations
  18. The Events Calendar
	19. WP Galleries Fix
--------------------------------------------------------------*/

/*--------------------------------------------------------------
>>> COLOR REFERENCE:
----------------------------------------------------------------
	Orange:    #ec5120
	Teal:      #16a89b
	Yellow:    #ffc33a
	Purple:    #651f59
	Dark Blue: #141e31
--------------------------------------------------------------*/

/*--------------------------------------------------------------
0. Normalize
--------------------------------------------------------------*/

*,*:before,*:after{box-sizing:border-box;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;}html{box-sizing:border-box;font-family:sans-serif;font-size:100%;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;line-height:1.5}body,table,tbody,thead,tr,th,td,iframe,div,section,article,aside,header,footer,main,menu,nav,h1,h2,h3,h4,h5,h6,hr,form,fieldset,legend,button,input,select,optgroup,option,textarea,ul,ol,li,dl,dt,dd,blockquote,p,details,summary,pre,figure,img,audio,canvas,video,object,embed,span,a,strong,b,em,i,u,s,cite,abbr,sub,sup,mark,del,ins,code,kbd,samp,var{vertical-align:baseline;margin:0;border:0;padding:0;font-family:inherit;font-size:1em;line-height:inherit;text-transform:none;color:inherit;background:none;overflow:visible;outline:none}iframe,div,section,article,aside,header,footer,main,menu,nav,h1,h2,h3,h4,h5,h6,hr,form,fieldset,legend,ul,ol,dl,dt,dd,blockquote,p,details,summary,pre,figure,figcaption{display:block}img,audio,canvas,video,object,embed{display:inline-block}audio:not([controls]){display:none;height:0}svg:not(:root){overflow:hidden}[hidden],template{display:none}textarea{overflow:auto;resize:vertical}button,input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],input[disabled]{cursor:default}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}a:focus{outline:none}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre;white-space:pre-wrap;word-wrap:break-word}

/*--------------------------------------------------------------
1. Document Setup
--------------------------------------------------------------*/

:root {
	--tpo-orange: #ec5120;
	--tpo-teal:   #16a89b;
	--tpo-yellow: #ffc33a;
	--tpo-purple: #651f59;
	--tpo-blued:  #141e31;
}

html {
	font-size: 125%;
	-webkit-overflow-scrolling: touch;
	scroll-behavior: smooth;
}
body {
	position: relative;
	font-size: 1em;
	font-weight: 400;
	line-height: 1.5;
	background: #fff;
	font-family: 'Rubik', sans-serif;
	color: #000;
}

/* Clearing ------------------------------ */
.clear:after {
	content: '';
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
}

/* Wrapper ------------------------------- */
#wrapper {
	margin: auto;
	max-width: 96rem;
	background: #fff;
}
#wrapper,
#wrapper > * {
	width: 100%;
}

/* Screen Reader Text -------------------- */
.sr-only,
.screen-reader-text {
	position: absolute;
	top: auto;
	left: -10000rem;
	height: 1px !important;
	width: 1px !important;
	overflow: hidden;
}

/* Skip Link ----------------------------- */
.skip-to-content {
	display: block;
	position: absolute;
	top: -10000rem;
	left: 1em;
	z-index: 99999;
	padding: 0.5em 1em;
	background: #fff;
	box-shadow: 1px 1px 0.2em rgba(0, 0, 0, 0.5);
	transition: none;
	color: #000;
	border-radius: 10px;
}
.skip-to-content:focus {
	top: 1em;
}

/*--------------------------------------------------------------
2. Element Base
--------------------------------------------------------------*/

h1, .h1,
h2, .h2,
.is-heading-font-family {
	font-family: 'Playfair Display', sans-serif;
	margin: 0 0 0.5em 0;
	line-height: normal;
	font-weight: 700;
}
h1, .h1 {
	font-size: 2em;
}
h2, .h2,
.is-heading-font-family {
	font-size: 1.75em;
}
h3, .h3 {
	font-family: 'Rubik', sans-serif;
	font-size: 1.5em;
	font-weight: 500;
	margin: 0 0 0.5em 0;
}
h4, .h4 {
	font-size: 1.25em;
	font-weight: 500;
}
h5, .h5 {
	font-size: 1em;
	font-weight: 500;
}
h6, .h6 {
	font-size: 0.75em;
	font-weight: 500;
}

p {
	margin: 0 0 1em 0;
}

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

small {
	font-size: 0.75em;
}

sub,
sup {
	font-size: 75%;
	position: relative;
	vertical-align: baseline;
	font-size: 0.75em;
	line-height: 0;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}

strong,
b {
	font-weight: 500;
}

u,
ins {
	text-decoration: underline;
}

s,
del {
	text-decoration: line-through;
}

abbr[title] {
	border-bottom: 1px dotted;
}

a {
	text-decoration: none;
	transition: all 300ms ease;
	color: #ec5120;
}
a:hover,
a:focus {
	color: #ca4114;
}

/* Lists --------------------------------- */

ul,
ol {
	margin: 0 0 1.5em 2.5em;
}
li > ul,
li > ol {
	margin: 0 0 0 1.5em;
}
li {
	margin: 0 0 0.5em 0;
}
dl {
	margin: 0 0 1.5em 0;
}
dd {
	margin: 0 1.5rem 1.5em;
}
dt {
	font-weight: bold;
}

/* inline cap tags */
ul.inline-tags {
	list-style: none;
	margin: 0;
	display: flex;
}
ul.inline-tags li {
	font-size: 0.75rem;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 300;
}
ul.inline-tags li:after {
	display: inline-block;
	content: ', ';
	white-space: pre;
}
ul.inline-tags li:last-child:after {
	display: none;
}

/* Quotes -------------------------------- */
blockquote,
figcaption {
	margin: 0 0 1.5em 0;
	font-style: italic;
}
blockquote em,
blockquote i,
figcaption em,
figcaption i {
	font-style: normal;
}

/* Code ---------------------------------- */
code,
pre {
	font-family: monospace;
	font-size: 0.9em;
	padding: 0.4em 0.6em;
}
code {
	background: rgba(0, 0, 0, 0.075);
	border-radius: 0.25em;
}
pre {
	margin: 0 0 1.5em 0;
}

/* Media --------------------------------- */
iframe,
img,
svg,
audio,
canvas,
video,
object,
embed {
	vertical-align: middle;
	max-width: 100%;
}

figure {
	margin: 0 0 1.5em 0;
}
iframe {
	margin: 0 auto 1.5em auto;
	max-width: 100%;
}

video {
	display: block;
}

img,
svg,
embed {
	height: auto;
	max-width: 100%;
}

/* Tables -------------------------------- */
table {
	margin: 0 0 1.5em 0;
	border-collapse: separate;
	border-spacing: 0;
	width: 100%;
}
th {
	font-weight: bold;
}

/* Inputs -------------------------------- */
code,
input[type="url"],
input[type="email"],
input[type="tel"] {
	direction: ltr;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="week"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="color"],
textarea,
select:not(.ui-datepicker select) {
	display: block;
	border: 1px solid #e5e5e5;
	border-radius: 0;
	padding: 0.5em 0.75em !important;
	max-width: 100%;
	width: 100%;
	color: #4a4a4a;
	background: #fff;
	font-size: 0.9em !important;
	-webkit-appearance: none;
	-moz-appearance: none;
}
textarea {
	max-height: 5em;
}
label {
	line-height: 1;
	display: block;
}

input::placeholder {
	color: #ccc;
	line-height: normal;
}
input::-webkit-input-placeholder {
	color: #ccc;
	line-height: normal;
}
input:-ms-input-placeholder {
	color: #ccc;
	line-height: normal;
}
input::-moz-placeholder {
	color: #ccc;
	line-height: normal;
}

/* Buttons ------------------------------- */
.button,
.wp-block-button__link,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	position: relative;
	overflow: hidden;
	z-index: 1;
	color: #fff;
	background: #000;
	border: none;
	display: inline-block;
	vertical-align: middle;
	border-radius: 0;
	padding: 1em 1.75em;
	font-size: 1em;
	font-weight: bold;
	line-height: normal;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	transition: all 300ms;
	font-family: 'Rubik';
	font-size: 0.8rem;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.035em;
}
.button:after,
.wp-block-button__link:after {
	content: "";
	position: absolute;
	z-index: -1;
	left: 0;
	top: 0;
	height: 20rem;
	width: 20rem;
	background: #ffc33a;
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	-webkit-transform: translateX(-20rem) translateY(-25%) rotate(45deg);
	transform: translateX(-20rem) translateY(-25%) rotate(45deg);
}
.button:hover:after,
.wp-block-button__link:hover:after {
	-webkit-transform: translateX(-9%) translateY(-25%) rotate(45deg);
	transform: translateX(-9%) translateY(-25%) rotate(45deg);
}

.button:hover,
.button:active,
.button:focus,
.wp-block-button__link:hover,
.wp-block-button__link:active,
.wp-block-button__link:focus,
input[type="button"]:hover,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:active,
input[type="submit"]:focus {
	color: #fff;
	background: #000;
	text-decoration: none;
	outline: none;
}

.button-arrow {
	display: flex;
	justify-content: center;
	font-size: 2.5rem;
	line-height: 1;
	color: #fff;
}
.button-arrow .icon {
	line-height: 1;
	color: #fff;
}

/*--------------------------------------------------------------
3. Helper Classes
--------------------------------------------------------------*/

.icon {
	width: 1em;
	height: 1em;
}

/* Formatting ---------------------------- */
.highlight-wrap {
	display: flex;
	margin-bottom: 0.35em;
}
.highlight {
	display: inline-block;
	line-height: 1.15;
	padding: 0.25em 0.5em;
	background: #fff;
	color: #ec5120;
}
.break-word {
	word-break: break-all;
}
.pill {
	display: inline-block;
	padding: 0.25em 1.5em;
	margin-bottom: 0.5em;
	border-radius: 100rem;
	background: #dcf2f0;
	color: inherit;
}
a.pill:hover,
.pill a:hover {
	color: inherit;
}
ul.checklist {
	position: relative;
	list-style: none;
	margin: 0 0 0.5em;
}
ul.checklist li {
	position: relative;
}
ul.checklist li:before {
	font-size: 1em;
	content: '\f058';
	font-family: 'Font Awesome 5 Pro';
	font-weight: 600;
	display: inline-block;
	width: 1.5em;
	position: relative;
	color: #ec5120;
}

/* Cards --------------------------------- */
.cards {
	display: flex;
	flex-flow: row wrap;
	margin-left: -0.75rem;
	margin-right: -0.75rem;
}
.card {
	position: relative;
	border-radius: 0.5rem;
	width: 100%;
	margin: 0 0.75rem 1.5rem;
	text-align: center;
	border: none;
	background: #fff;
	padding: 1.5rem;
	color: #000;
}
.card h3 {
	line-height: 1.2;
	color: #ec5120;
}
.card-img-container {
	position: relative;
	overflow: hidden;
	height: 8rem;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 1rem;
}
.card-info {
	font-size: 0.75rem;
	margin-top: 1rem;
}
.card-info a {
	color: inherit;
	border-bottom: 1px solid;
}
.card-info > *:after {
	display: inline-block;
	content: ' \2022 ';
	white-space: pre;
}
.card-info > *:last-child:after {
	display: none;
}
@media only screen and (min-width: 48.5em) {
	.card {
		width: calc(50% - 1.5rem);
	}
}
@media only screen and (min-width: 68.5em) {
	.card {
		width: calc(33.3333333% - 1.5rem);
	}
}

/* iframe: SkyOS ------------------------- */
.skyos-map {
	width: 100%;
}
.skyos-map iframe {
	width: 100%;
	display: block;
	pointer-events: none;
	position: relative;
}
.skyos-map iframe.clicked {
	pointer-events: auto;
}

/* Captcha Badge ------------------------- */
.grecaptcha-badge {
	z-index: 9999;
}

/* Container ----------------------------- */
.contain {
	display: block;
	position: relative;
	margin: auto;
	padding: 0 1.5rem;
	width: 100%;
}
@media only screen and (min-width:38.5em) { /*616px*/
	.contain {
		padding-left: 3rem;
		padding-right: 3rem;
	}
}
@media only screen and (min-width:90em) { /*1320px*/
	.contain {
		padding-left: calc(50% - 32rem);
		padding-right: calc(50% - 32rem);
	}
}

/* Layout -------------------------------- */
.no-margin {
	margin: 0;
}
.pad-top-3em {
	padding-top: 3em;
}
.pad-btm-3em {
	padding-bottom: 3em;
}
.pad-tb-3em {
	padding-top: 3em;
	padding-bottom: 3em;
}
.pad-top-4em {
	padding-top: 4em;
}
.pad-btm-4em {
	padding-bottom: 4em;
}
.pad-tb-4em {
	padding-top: 4em;
	padding-bottom: 4em;
}
.nopad,
.no-pad,
.no-padding {
	padding: 0;
}

.is-content-justification-center {
	justify-content: center;
}

/* Font Sizes ---------------------------- */
.has-large-font-size {
	font-size: 1.25rem;
}

/* Font Colors --------------------------- */
.has-white-color {
	color: #fff;
}
.has-white-background-color {
	background: #fff;
}
.has-white-grey-color {
	color: #f4f4f4;
}
.has-white-grey-background-color {
	background: #f4f4f4;
}
.has-yellow-color {
	color: #ffcc49;
}
.has-yellow-background-color {
	background: #ffcc49;
}
.has-green-color {
	color: #16a89b;
}
.has-green-background-color {
	background: #16a89b;
}
.has-orange-color {
	color: #ec5120;
}
.has-orange-background-color {
	background: #ec5120;
}
.has-orange-after:after,
.has-orange-after .wp-block-button__link:after {
	background: #ec5120;
}
.has-purple-color {
	color: #651f59;
}
.has-purple-background-color {
	background: #651f59;
}
.has-dark-blue-color {
	color: #141e31;
}
.has-dark-blue-background-color {
	background: #141e31;
}
.has-dark-grey-color {
	color: #262626;
}
.has-dark-grey-background-color {
	background: #262626;
}
.has-black-color {
	color: #000;
}
.has-black-background-color {
	background: #000;
}

/* Search Form --------------------------- */
.search-form {
	position: relative;
	display: flex;
	align-items: stretch;
	flex-wrap: nowrap;
	margin-bottom: 1rem;
}
.search-form:after {
	position: relative;
	z-index: 2;
	pointer-events: none;
	color: #fff;
	content: '\f002';
	font-family: 'Font Awesome 5 Pro';
	right: 1.6em;
	top: 0;
	display: flex;
	align-items: center;
	line-height: 1;
}
.search-form .search-field {
	border: 1px solid #e5e5e5;
	border-right-color: transparent;
	-webkit-appearance: none;
	border-radius: 0;
}
.search-form .search-submit {
	background: #16a89b;
	color: #16a89b;
	width: 3em;
	padding: 0.3em 0.5em;
	border: 1px solid transparent;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	border-radius: 0;
}
.search-form .search-submit:hover {
	background: #16a89b;
	color: #16a89b;
}

/*--------------------------------------------------------------
4. Blocks
--------------------------------------------------------------*/

/* Block: Columns ------------------------ */
.wp-block-columns {
	display: flex;
	margin-bottom: 1rem;
	flex-wrap: wrap;
}
.wp-block-columns.has-background {
	padding: 1em;
}
.wp-block-column {
	flex-grow: 1;
	min-width: 0;
	word-break: break-word;
	overflow-wrap: break-word;
}
.wp-block-columns.are-vertically-aligned-top {
	align-items: flex-start;
}
.wp-block-columns.are-vertically-aligned-center {
	align-items: center;
}
.wp-block-columns.are-vertically-aligned-bottom {
	align-items: flex-end;
}
.wp-block-column.is-vertically-aligned-top {
	align-self: flex-start;
}
.wp-block-column.is-vertically-aligned-center {
	-ms-grid-row-align: center;
	align-self: center;
}
.wp-block-column.is-vertically-aligned-bottom {
	align-self: flex-end;
}
.wp-block-column.is-vertically-aligned-bottom,
.wp-block-column.is-vertically-aligned-center,
.wp-block-column.is-vertically-aligned-top {
	width: 100%;
}
.wp-video {
	margin-left: auto;
	margin-right: auto;
}
@media only screen and (max-width: 48.4375em) {/* 775px */
	.wp-block-columns:not(.is-not-stacked-on-mobile) {
		flex-wrap: wrap !important
	}
	.wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
		flex-basis: 100% !important;
	}
}
@media only screen and (min-width: 48.5em) and (max-width:58.4375em) {/* 776px - 935px */
	.wp-block-column {
		flex-basis: calc(50% - 0.5rem) !important;
		flex-grow: 0;
	}
	.wp-block-column:nth-child(2n) {
		margin-left: 1rem;
	}

	/* Disable 2 Columns ------------ */
	.wp-block-column {
		flex-basis: 100% !important;
	}
	.wp-block-column:nth-child(2n) {
		margin-left: 0;
	}
}
@media only screen and (min-width: 58.5em) {/* 936px */
	.wp-block-columns {
		flex-wrap: nowrap;
	}
	.wp-block-column {
		flex-basis: 0;
		flex-grow: 1;
	}
	.wp-block-column[style] {
		flex-grow: 0;
	}
	.wp-block-column:not(:first-child) {
		margin-left: 1.5rem;
	}
}

/* Block: Cover -------------------------- */
.wp-block-cover {
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.wp-block-cover__image-background {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center top;
}

/* Block: Search ------------------------- */
.wp-block-search__inside-wrapper {
	position: relative;
	display: flex;
	align-items: stretch;
	flex-wrap: nowrap;
	line-height: 1;
	margin-bottom: 1rem;
}
.wp-block-search__label {
	position: absolute;
	top: auto;
	left: -10000rem;
	height: 1px !important;
	width: 1px !important;
	overflow: hidden;
}
.wp-block-search__button {
	position: relative;
	overflow: hidden;
	background: #16a89b;
	color: #16a89b;
	width: 3em;
	padding: 0.3em 0.5em;
	border: 1px solid transparent;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	border-radius: 0;
}
.wp-block-search__button:after {
	position: absolute;
	z-index: 2;
	pointer-events: none;
	color: #fff;
	content: '\f002';
	font-family: 'Font Awesome 5 Pro';
	right: 0;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 1;
}

/* Block: Categories --------------------- */
.wp-block-categories {
	list-style: none;
	margin: 0;
}
.wp-block-categories li {
	border-bottom: 1px solid #ec5120;
	margin-bottom: 0.5em;
}
.wp-block-categories li a {
	display: block;
	padding: 0 0.5em 0.5em;
	color: #000;
	font-weight: 500;
}
.wp-block-categories .cat-item-55 {
	border-bottom-color: #16a89b;
}
.wp-block-categories .cat-item-55 a {
	color: #16a89b;
}
.wp-block-categories .cat-item-56 {
	border-bottom-color: #ffc33a;
}
.wp-block-categories .cat-item-56 a {
	color: #ffc33a;
}
.wp-block-categories .cat-item-57 {
	border-bottom-color: #651f59;
}
.wp-block-categories .cat-item-57 a {
	color: #651f59;
}

/* Block: Buttons ------------------------ */
.wp-block-buttons {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.wp-block-buttons.is-vertical {
	flex-direction: column;
}
.wp-block-buttons>.wp-block-button {
	display: inline-block;
	margin-left: 0;
	margin-right: 1em;
	margin-bottom: .5em;
}
.wp-block-buttons.is-vertical .wp-block-button__link {
	width: 100%;
}

/* Block: Hero --------------------------- */
.block-hero {
	position: relative;
	z-index: 1;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 6.8rem;
	padding-bottom: 15.5rem;
	background-color: #262626;
	color: #fff;
}
.block-hero.has-background-vid {
	height: 56.25vw;
	max-height: 1080px;
}
.block-hero.has-no-background-img {
	padding-top: 4rem;
	padding-bottom: 3rem;
}
.block-hero__video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	pointer-events: none;
	overflow: hidden;
}
.block-hero__video iframe {
	width: 100vw;
	height: 56.25vw;
	min-height: 100vh;
	min-width: 177.77vh;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.block-hero__content {
	position: relative;
	z-index: 2;
}
.block-hero__content-text {
	line-height: 2;
}
.block-hero__content-text span {
	padding: 0.25em 0.5em;
	background: #fff;
	color: #ec5120;
}
@media only screen and (min-width: 68.5em) and (min-height: 48.5em) {
	.block-hero {
		height: 78vh;
		padding-top: 13rem;
		padding-bottom: 0;
	}
	.block-hero.has-no-background-img {
		height: auto;
		padding-top: 11rem;
		padding-bottom: 4rem;
	}
}

/* Block: CTA Banner --------------------- */
.block-cta-banner {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 7.5rem;
	padding-bottom: 8rem;
}
.block-cta-banner-inner {
	display: block;
	max-width: 18em;
}
.block-cta-banner__button {
	margin-bottom: 1.5rem;
}
.block-cta-banner__title {
	line-height: 2;
}
.block-cta-banner__title span {
	background: #fff;
	color: inherit;
	padding: 0.25em 0.5em;
}
@media only screen and (min-width: 68.5em) {/*1095px*/
	.block-cta-banner.align-right {
		justify-content: flex-end;
	}
	.block-cta-banner__button .button {
		min-width: 13.5rem;
	}
}

/* Block: Section Title ------------------ */
.block-section-title {
	margin-bottom: 1rem;
	color: #ec5120;
}
.block-section-title-row {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 0.5rem;
	margin-bottom: 1rem;
	border-bottom: 4px solid #ec5120;
}
.block-section-title-row a {
	color: inherit;
	border-bottom: 1px solid #ec5120;
}
.block-section-title-title {
	font-size: 1.8rem;
	font-weight: 500;
	color: #ec5120;
	margin-right: 1rem;
}
.block-section-title-link .icon {
	line-height: 1.5;
}

/* Block: CTA Boxes ---------------------- */
.block-cta-boxes {
	display: flex;
	flex-wrap: wrap;
}
.block-cta-boxes.is-vertical {
	flex-direction: row;
}
.block-cta-boxes-item {
	position: relative;
	width: 100%;
	z-index: 1;
	overflow: hidden;
	word-break: break-word;
	overflow-wrap: break-word;
	text-align: center;
	padding: 2em 1.5rem 2.5em;
	border-radius: 0.5rem;
	margin-bottom: 1rem;
}
.block-cta-boxes-item.has-no-overlay {
	background-color: #808081;
}
.block-cta-boxes-item.is-size-large {
	padding: 3em 2rem;
}
.block-cta-boxes-item.is-size-large .block-cta-boxes-item__title {
	font-family: 'Rubik', sans-serif;
	font-weight: 500;
}
.block-cta-boxes-item.is-size-large .block-cta-boxes-item__desc {
	font-size: 1.5em;
}
.block-cta-boxes-item__img {
	z-index: -2;
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.block-cta-boxes-item__overlay {
	position: absolute;
	z-index: -1;
	display: block;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	opacity: 0.8;
}
.block-cta-boxes-item__title * {
	text-align: center;
	justify-content: center;
}
.block-cta-boxes-item__title.is-heading-font-family {
	margin-top: 1em;
}
.block-cta-boxes-item__title .highlight {
	color: inherit;
}
.block-cta-boxes-item__desc {
	margin-bottom: 1.5rem;
	max-width: 13rem;
	margin: 0 auto;
}
.block-cta-boxes-item.is-size-large .block-cta-boxes-item__desc {
	max-width: none;
}
.block-cta-boxes-item__desc ul {
	display: inline-block !important;
	margin: 0;
}
.block-cta-boxes-item__desc .social-navigation span {
	font-size: 1.25rem;
	background: #fff;
	color: #16a89b;
}
.block-cta-boxes-item__button {
	margin-top: 1.5rem;
}
.block-cta-boxes-item__button .button.js-on {
	display: none;
}
.block-cta-boxes-item .button:after {
	background: #16a89b;
}
.block-cta-boxes-item.is-size-large .button:after {
	background: #ffc33a;
}
.block-cta-boxes-item__btn-content {
	margin-top: 1rem;
	transition: max-height 0.3s ease-out;
}
.block-cta-boxes-item__btn-content.js-on {
	opacity: 1;
	max-height: 14em;
}
.block-cta-boxes-item__btn-content input {
	border: none !important;
}
.block-cta-boxes-item__btn-content .gfield_label,
.block-cta-boxes-item__btn-content .ginput_complex label {
	display: none !important;
}
.block-cta-boxes-item__btn-content .gform_button {
	margin-left: 0 !important;
}
.block-cta-boxes-item__btn-content .button {
	background: #000 !important;
	color: #fff !important;
}
.block-cta-boxes-item__btn-content .gform_footer {
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}
@media only screen and (min-width: 58.5em) {
	.block-cta-boxes {
		flex-wrap: nowrap;
	}
	.block-cta-boxes-item {
		flex-basis: 0;
		flex-grow: 1;
	}
	.block-cta-boxes-item:not(:first-child) {
		margin-left: 1.5rem;
	}
	.block-cta-boxes.is-vertical {
		flex-wrap: wrap;
	}
	.block-cta-boxes.is-vertical .block-cta-boxes-item {
		flex-basis: auto;
		width: 100%;
	}
	.block-cta-boxes.is-vertical .block-cta-boxes-item:not(:first-child) {
		margin-left: 0;
		margin-right: 0;
	}
}
@media only screen and (min-width: 68.5em) {
	.block-cta-boxes-item {
		padding: 2em 2rem 2.5em;
	}
	.block-cta-boxes-item.is-size-large {
		padding: 6em 4rem;
	}
	.block-cta-boxes-item__button .button {
		min-width: 13rem;
	}
}

/* Block: Highlight Title ---------------- */
.block-highlight-title {
	margin-bottom: 1.5rem;
	color: #ec5120;
}
.block-highlight-title-row {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 0.5rem;
	margin-bottom: 1rem;
}
.block-highlight-title-row a {
	color: inherit;
	border-bottom: 1px solid #ec5120;
}
.block-highlight-title__title {
	font-family: 'Playfair Display', sans-serif;
	font-size: 1.8rem;
	font-weight: 500;
	color: #ec5120;
	margin-right: 1rem;
}
.block-highlight-title__title span {
	background: #ec5120;
	color: #fff;
	padding: 0.25em 0.5em;
}
.block-highlight-title__desc span {
	background: #ec5120;
	color: #fff;
	padding: 0.25em 0.5em;
}

/* Block: Events ------------------------- */
.block-events {
	padding-bottom: 4em;
}
.block-events-item {
	position: relative;
	overflow: hidden;
	z-index: 1;
	display: flex;
	justify-content: space-between;
	flex-flow: row wrap;
	padding: 1rem;
	margin: 2rem 0;
	border-top: 2px solid #ec5120;
	border-bottom: 2px solid #ec5120;
}
@media only screen and (min-width: 38.5em) {
	.block-events-item {
		padding: 1.5rem;
	}
}
.cols-2 .block-events-item {
	border: none;
	padding: 0 1rem;
}
.block-events-item:before {
	position: absolute;
	content: '';
	display: block;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	width: 2px;
	height: 100%;
	background: #ec5120;
}
.cols-1 .block-events-item:before {
	height: calc(100% - 4rem);
}
.block-events-item-info {
	display: flex;
	flex-flow: row wrap;
	flex-basis: 0;
	flex-grow: 1;
	margin-bottom: 1em;
}
.block-events-item-date {
	margin-right: 1em;
}
.block-events-item-date-month {
	font-size: 0.7rem;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 0.15em;
	position: relative;
	margin-bottom: 1em;
	padding-bottom: 1em;
	line-height: 1;
}
.block-events-item-date-month:after {
	position: absolute;
	content: '';
	display: block;
	height: 4px;
	width: 1rem;
	top: 100%;
	background: #ec5120;
}
.block-events-item-date-day {
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1;
}
.block-events-item-image {
	/* width: 5rem; */
	/* height: 5rem; */
	max-width: 280px;
	max-height: 280px;
	width: 80%;
	aspect-ratio: 1; /* Well supported as of mid/late 2021; too new to use? */
	margin: 0 auto 1rem;
	position: relative;
	overflow: hidden;
	border-radius: 50%;
	background-color: #ecece4;
}
.block-events-item-image img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.block-events-item-content {
	width: 100%;
}
.block-events-item-title {
	font-family: 'Playfair Display', sans-serif;
	font-size: 1.2em;
	color: #ec5120;
}
.block-events-item-itinerary .pill {
	background: #ecece4;
	border-radius: 100rem;
	line-height: 1.25;
	padding: 0.5em 1em 0.5em;
	display: inline-block;
	font-size: 0.7rem;
	margin-bottom: 0.75em;
}
.block-events-item-link {
	border-top: 1px solid #ec5120;
	margin-top: 0.65rem;
	padding-top: 0.8rem;
}
.block-events-item-link a {
	font-size: 0.8rem;
	color: #ec5120;
	border-bottom: 1px solid #ec5120;
}
.cols-1 .block-events-item-link a {
	border-color: transparent;
	font-weight: 500;
}
.block-events-item-link .icon {
	font-weight: inherit;
	line-height: 1.5;
}
.block-events-item-desc {
	width: 100%;
	font-size: 0.8rem;
}
@media only screen and (min-width: 38.5em) {
	.block-events-item-desc {
		font-size: 1em;
	}
}
.block-events-item-desc-text .hide {
	display: none;
}
.block-events-item-desc-text.js-on .sep {
	display: none;
}
.block-events-item-desc-text.js-on .hide {
	display: inline;
}
.block-events-item-desc-link {
	font-weight: 500;
	color: #ec5120;
	margin-top: 1em;
	font-size: 0.8rem;
}
.block-events-item-desc-link .read-less {
	display: none;
}
.block-events-item-desc-link.js-on .read-less {
	display: block;
}
.block-events-item-desc-link.js-on .read-more {
	display: none;
}
@media only screen and (min-width: 28.5em) {
	.block-events-item-info {
		justify-content: space-between;
	}
	.block-events-item-content {
		width: 50%;
	}
	.block-events-item-date {
		margin-right: 0;
	}
}
@media only screen and (min-width: 38.5em) {
	.block-events-item-image {
		width: 25vw;
		height: 25vw;
	}
}
@media only screen and (min-width: 48.5em) {
	.block-events-item-content {
		padding-right: 2em;
	}
	.block-events-item-date-month {
		font-size: 0.9rem;
	}
	.block-events-item-date-day {
		font-size: 2.2rem;
	}
	.block-events-item-title {
		font-size: 1.5em;
	}
}
@media only screen and (min-width: 68.5em) {
	.block-events-items {
		display: flex;
		flex-flow: row wrap;
		justify-content: space-between;
	}
	.block-events-item-info {
		margin-bottom: 0;
	}
	.cols-1 .block-events-item-desc {
		width: 45%;
	}
	.cols-1 .block-events-item {
		flex: 0 0 100%;
		justify-content: flex-start;
	}
	.cols-2 .block-events-item {
		flex: 0 0 50%;
	}
}

/* Block: Post Carousel ------------------ */
.block-post-carousel {
	display: flex;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.block-post-carousel-inner {
	position: relative;
	z-index: 1;
	overflow: hidden;
	margin-bottom: 1rem;
	padding: 2rem 1.75rem;
	border-radius: 0.5rem;
	background: #000;
	color: #fff;
}
.block-post-carousel-title {
	position: absolute;
	z-index: 1;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.15em;
	height: 40px;
	display: flex;
	align-items: center;
	top: 2.3em;
}
.wp-block-column .block-post-carousel {
	height: 100%;
}
.block-post-carousel-item:hover .block-post-carousel-item__image::before {
	height: 2em;
}
.block-post-carousel-item__image {
	display: block;
	position: relative;
	z-index: 1;
	overflow: hidden;
	height: 11.25rem;
	border-radius: 0.5rem;
	background-color: #333;
}
.block-post-carousel-item__image::before {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 3em;
	background: linear-gradient(to top, #000, transparent);
	z-index: 2;
	content: '';
	transition: 0.3s;
}
.block-post-carousel-item__image img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}
.block-post-carousel-item__content {
	position: relative;
	display: block;
	z-index: 3;
	margin: -1.5rem auto 0;
	max-width: 80%;
}
.block-post-carousel-item__content-title {
	font-family: 'Playfair Display', sans-serif;
	font-size: 1.125rem;
	font-weight: 500;
	color: #fff;
}
.block-post-carousel-item__content-title:hover,
.block-post-carousel-item__content-title:focus {
	color: #ffc33a;
}
.block-post-carousel-item__content-desc {
	margin-top: 1rem;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.block-post-carousel-item__content-desc p {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}
.block-post-carousel-item__content-desc a {
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 0.15em;
}
.block-post-carousel-item__content-desc a .icon {
	margin-left: 0.5em;
	line-height: 1;
	font-size: 0.9em;
}
.block-post-carousel-items {
	position: relative;
	padding-top: 4.5rem;
}
.block-post-carousel-items .owl-nav {
	position: absolute;
	top: 0;
	right: 0;
	padding: 0;
	margin: 0;
}
.block-post-carousel-items .owl-nav [class*="owl-"]:hover {
	background: transparent;
}
.block-post-carousel-items .owl-nav .icon {
	font-size: 2rem;
	font-weight: 300;
	margin: 0;
	color: #ec5120;
}
.block-post-carousel-items .owl-nav .owl-prev {
	margin-right: 0.75em;
}
.block-post-carousel-items .owl-nav .owl-prev .icon {
	opacity: 0.6;
}
.block-post-carousel-footer {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	padding-top: 2em;
}
.block-post-carousel-footer a {
	font-size: 0.8rem;
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 0.15em;
}
.block-post-carousel-footer a .icon {
	margin-left: 0.5em;
	line-height: 1;
	font-size: 0.9em;
}

/* Block: Location Grid Items --------------- */
.grid-filter {
	list-style: none;
	margin: 0;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	margin-bottom: 1.5rem;
}
.grid-filter li {
	cursor: pointer;
	margin: 0 1rem 0.5rem;
	color: inherit;
	border-bottom: 1px solid;
	line-height: 1.5;
}
.grid-filter li.mixitup-control-active {
	color: #ec5120;
}
.grid-filter__item.experience {
	order: -1;
}
.grid-filter__item.sip {
	order: -2;
}
.grid-filter__item.dine {
	order: -3;
}
.block-location-grid-cat-desc {
	width: 100%;
	text-align: center;
	margin-bottom: 2em;
	display: none;
}
.block-location-grid-cat-desc h3 {
	max-width: 36.4rem;
	margin: 0 auto;
	color: #ec5120;
}
.block-location-grid-items {
	display: flex;
	flex-flow: row wrap;
	margin-left: -0.75rem;
	margin-right: -0.75rem;
}
.block-location-grid-items .card {
	position: relative;
	border-radius: 0.5rem;
	width: 100%;
	margin: 0 0.75rem 1.5rem;
	text-align: center;
	border: none;
	background: #dcf2f0;
}
.block-location-grid-item__image {
	position: relative;
	overflow: hidden;
	height: 11rem;
	text-align: center;
	display: flex;
	justify-content: center;
	margin-bottom: 1rem;
}
.block-location-grid-item__image div {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 1rem;
	position: relative;
	width: 11rem;
	height: 11rem;
	border-radius: 1rem;
	border-radius: 50%;
	overflow: hidden;
	background: #fff;
}
.block-location-grid-item__image img {
	position: absolute;
	width: 11rem;
	margin: 0;
}
.block-location-grid-item__image img {
	position: absolute;
	width: 11rem;
	height: 11rem;
	object-fit: cover;
	margin: 0;
}
.block-location-grid-item__title h3 {
	line-height: 1.35;
	color: #141e31;
}
.block-location-grid-item__tags ul.inline-tags {
	justify-content: center;
}
.block-location-grid-item__info {
	font-size: 0.75rem;
	margin-top: 1rem;
}
.block-location-grid-item__info a {
	color: inherit;
	border-bottom: 1px solid;
}
.block-location-grid-item__info > *:after {
	display: inline-block;
	content: '  \2022  ';
	white-space: pre;
}
.block-location-grid-item__info > *:last-child:after {
	display: none;
}
.block-location-grid-item__button {
	margin-top: 2em;
}
@media only screen and (min-width: 48.5em) {
	.block-location-grid-items .card {
		width: calc(50% - 1.5rem);
		padding-bottom: 6rem;
	}
	.block-location-grid-item__button {
		position: absolute;
		bottom: 2rem;
		left: 0;
		right: 0;
	}
}
@media only screen and (min-width: 68.5em) {
	.grid-filter li {
		font-size: 1.5rem;
	}
	.block-location-grid-items .card {
		width: calc(33.3333333% - 1.5rem);
	}
	.block-location-grid-item__title h3 {
		font-size: 1.5rem;
	}
}

/* Block: Happy Hours -------------------- */
.block-happy-hours-item {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-around;
	padding: 0 0 4rem;
	margin-bottom: 4rem;
	border-bottom: 2px solid #ec5120;
}
.block-happy-hours-item:last-child {
	border-bottom-color: transparent;
}
.block-happy-hours-item__image {
	width: 100%;
	background: #808081;
	height: 25em;
	margin-bottom: 1.5rem;
	position: relative;
	overflow: hidden;
}
.block-happy-hours-item__image img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.block-happy-hours-item__content {
	width: 100%;
}
.block-happy-hours-item__content-title {
	color: #141e31;
}
.block-happy-hours-item__content-title:hover {
	color: #ec5120;
}
.block-happy-hours-item__content .inline-tags {
	margin-bottom: 0.5rem;
}
.block-happy-hours-item__content-desc {
	font-size: 1.15em;
	padding: 2em 0 2em;
}
.block-happy-hours-item__content-loc > * {
	display: block;
	width: fit-content;
}
@media only screen and (min-width: 48.5em) {
	.block-happy-hours-item__image {
		width: 40%;
		height: 15em;
		margin-bottom: 0;
	}
	.block-happy-hours-item__content {
		width: 50%;
	}
}
@media only screen and (min-width: 68.5em) {
	.block-happy-hours-item__image {
		width: 40%;
		height: 28em;
	}
	.block-happy-hours-item__content {
		width: 35%;
	}
}

/* Block: Brunches ----------------------- */
.block-brunches-item {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-around;
	padding: 0 0 4rem;
	margin-bottom: 4rem;
	border-bottom: 2px solid #ec5120;
}
.block-brunches-item:last-child {
	border-bottom-color: transparent;
}
.block-brunches-item__image {
	width: 100%;
	background: #808081;
	height: 25em;
	margin-bottom: 1.5rem;
	position: relative;
	overflow: hidden;
}
.block-brunches-item__image img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.block-brunches-item__content {
	width: 100%;
}
.block-brunches-item__content-title {
	color: #141e31;
}
.block-brunches-item__content-title:hover {
	color: #ec5120;
}
.block-brunches-item__content .inline-tags {
	margin-bottom: 0.5rem;
}
.block-brunches-item__content-desc {
	font-size: 1.15em;
	padding: 2em 0 2em;
}
.block-brunches-item__content-loc > * {
	display: block;
	width: fit-content;
}
@media only screen and (min-width: 48.5em) {
	.block-brunches-item__image {
		width: 40%;
		height: 15em;
		margin-bottom: 0;
	}
	.block-brunches-item__content {
		width: 50%;
	}
}
@media only screen and (min-width: 68.5em) {
	.block-brunches-item__image {
		width: 40%;
		height: 28em;
	}
	.block-brunches-item__content {
		width: 35%;
	}
}

/* Block: Accordion ---------------------- */
.block-accordion-item {
	margin-bottom: 1rem;
	border-bottom: 1px solid #ec5121;
}
.block-accordion-item-button {
	position: relative;
	z-index: 1;
	background: transparent;
	cursor: pointer;
	padding: 0.5em 1rem;
	width: 100%;
	text-align: left;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-transition: all 200ms;
	transition: all 0.3s;
	margin-bottom: 0.75em;
	border: none;
	font-weight: 500;
}
.block-accordion-item-button:after {
	content: '\f078';
	font-family: 'Font Awesome 5 Pro';
	font-size: 1em;
	position: absolute;
	right: 1em;
	display: inline-block;
	vertical-align: middle;
	top: 0.5em;
	transition: all 0.3s;
	color: #ec5121;
}
.block-accordion-item-button.active,
.block-accordion-item-button:hover,
.block-accordion-item-button:focus {
	border: none;
}
.block-accordion-item-button.active:after {
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
	transition: all 0.3s;
}
.block-accordion-item-panel {
	padding: 0 1em;
	background: transparent;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
}

/* Block: Gallery Carousel --------------- */
.block-gallery-carousel {
	padding-top: 2rem;
}
.block-gallery-carousel-items .owl-nav {
	position: absolute;
	bottom: 100%;
	right: 1.5rem;
	margin: 0 0 1rem;
	width: 9rem;
	display: flex;
	justify-content: space-between;
}
.block-gallery-carousel-items .owl-nav [class*=owl-] {
	margin: 0;
	padding: 0 0.5rem;
	font-size: 0.78rem;
	text-transform: uppercase;
	color: #000;
}
.block-gallery-carousel-items .owl-nav [class*=owl-],
.block-gallery-carousel-items .owl-nav [class*=owl-]:hover {
	background: transparent !important;
}
.block-gallery-carousel-items .owl-nav [class*=owl-]:hover {
	color: #000;
}
.block-gallery-carousel-items .owl-nav button {
	display: flex !important;
	align-items: center;
	padding: 0.5em 0.5em;
}
.block-gallery-carousel-items .owl-prev-inside:after,
.block-gallery-carousel-items .owl-next-inside:after {
	top: 0;
	position: absolute;
	display: inline-block;
	font-family: 'Font Awesome 5 Pro';
}
.block-gallery-carousel-items .owl-prev-inside:after {
	content: '\f053';
	right: 100%;
}
.block-gallery-carousel-items .owl-next-inside:after {
	content: '\f054';
	left: 100%;
}
.block-gallery-carousel-item figure {
	position: relative;
	overflow: hidden;
	height: 12rem;
}
.block-gallery-carousel-item img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center top;
}
@media only screen and (min-width: 68.5em) {
	.block-gallery-carousel-item figure {
		height: 19.25rem;
	}
}

/*--------------------------------------------------------------
5. Shortcodes
--------------------------------------------------------------*/

/* Emma ---------------------------------- */
body > .emma-show form {
	background: #fff;
	left: 0;
	right: 0;
}
@media only screen and (min-width: 68.5em) {
	body > .emma-show form {
		position: absolute !important;
		top: 50%;
		transform: translateY(-50%);
	}
}

/* Gravity Forms ------------------------- */
.gform_wrapper .gform_heading {
	margin-bottom: 1rem;
}
.gform_wrapper.gravity-theme .gfield_label {
	font-size: 0.9em;
	font-weight: 500;
}
.gform_wrapper .gfield_required {
	color: #ed5a2a;
}

/* Gravity Forms: Loading Spinner -------- */
.gform_ajax_spinner {
	margin-left: 1em;
	border: 4px solid rgba(0, 0, 0, .4);
	border-left: 4px solid #333;
	animation: gform_spinner 1.1s infinite linear;
	border-radius: 50%;
	width: 1.5rem;
	height: 1.5rem;
}
@keyframes gform_spinner {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}

/* Gravity Forms: Error Message ---------- */
.gform_submission_error {
	font-family: inherit;
	font-weight: 400 !important;
}
.gform_wrapper .gform_validation_errors {
	border-radius: 0 !important;
}

.ginput_container.ginput_container_consent {
    display: flex;
    align-items: center;
}
.gfield_consent_label {
	padding-left: 0.5em;
}

/* Tabs ---------------------------------- */
.tabbed .tab-content {
	overflow: hidden;
	display: none;
	background-size: cover;
	background-repeat: no-repeat;
}
.tabbed .tab-content.current {
	display: block;
	width:100%;
}
.tabbed .tab-link {
	cursor: pointer;
}

/* Social Nav ---------------------------- */
.social-navigation {
	text-align: center;
}
.social-navigation ul {
	list-style: none;
	margin: 0;
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
}
.social-navigation li {
	display: inline-block;
	margin-left: 0.5em;
}
.social-navigation li:first-child {
	margin-left: 0;
}
.social-navigation span {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 0.75rem;
	padding: 0.3em;
	margin: 0;
	border-radius: 50%;
	width: 2em;
	height: 2em;
	background: #222;
	color: #fff;
	transition: 0.3s;
}
.social-navigation li a:hover span {
	background: #651f59;
	color: #fff;
}

/*--------------------------------------------------------------
6. Widgets
--------------------------------------------------------------*/

/* Widget Base --------------------------- */
.widgets {
	margin: 0;
	list-style: none;
}
.widget {
	display: block;
	margin: 0 0 1.5em 0;
}
.widget h2.has-background {
	padding: 0.2em 0.5em;
}
.widgettitle {
	margin: 0 0 0.3em 0;
}

/* OpenTable ----------------------------- */
.ot-dtp-picker.wide {
	width: 100% !important;
	padding: 0;
	margin: 1em 0 0;
}
.ot-dtp-picker.wide .ot-title {
	display: none;
}
.ot-dtp-picker.wide .ot-dtp-picker-form {
	height: 50px;
}
.ot-dtp-picker.wide .ot-dtp-picker-button {
	line-height: 1;
	height: 46px;
	background: #da3743;
}

/* PB A11y ------------------------------- */
.pb-a11y-trigger {
	left: 13px;
	bottom: 100px;
}
body.pb-a11y-popup-position .pb-a11y-trigger {
	right: 13px;
}

/*--------------------------------------------------------------
7. Pagination
--------------------------------------------------------------*/

.pagination {
	width: 100%;
	margin: 2em 0;
	text-align: center;
}
.page-numbers {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	margin: 0.5em 0.2em;
	border-radius: 0;
	height: 2em;
	width: 2em;
	overflow: hidden;
	line-height: 2;
	text-align: center;
	color: #fff;
	background: #ec5120;
}
.page-numbers svg {
	vertical-align: top;
	margin-top: 0em;
	width: 1rem;
	height: 1rem;
}
.page-numbers.current {
	background: #ca4114;
}
a.page-numbers:hover,
a.page-numbers:focus {
	color: #fff;
	background: #ca4114;
}
@media only screen and (min-width: 68.5em) {/*1095px*/
	.pagination {
		text-align: left;
	}
}

/*--------------------------------------------------------------
8. Header
--------------------------------------------------------------*/

/* Header: Topbar ------------------------ */
.topbar {
	position: relative;
	z-index: 98;
	display: flex;
	flex-flow: row wrap;
}
.topbar > * {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
}
.topbar-message {
	flex-basis: 0;
	flex-grow: 1;
	justify-content: flex-start;
	align-items: center;
	text-align: center;
	padding: 0.5rem 1.5rem;
	font-size: 0.67rem;
	background: #ec5120;
	color: #fff;
}
.topbar-message a {
	color: #fff;
	border-bottom: 1px solid #fff;
}
.topbar-message p {
	margin: 0;
}
.topbar-search {
	align-items: center;
	position: relative;
	z-index: 1;
	background: transparent;
}
.topbar-search .search-form {
	height: 100%;
	margin-bottom: 0;
}
.topbar-search-form {
	width: 100%;
	height: 100%;
}
.topbar-search .search-submit {
	display: none;
	border: none;
	border-radius: 0;
	height: 100%;
	padding: 0;
	font-weight: 400;
}
.topbar-search-form {
	position: relative;
	z-index: 1;
	opacity: 0;
	pointer-events: none;
	width: auto;
	transition: 0.3s;
}
.topbar-search-form.js-on {
	opacity: 1;
	pointer-events: auto;
	width: 100%;
}
.topbar-search-form .search-field {
	font-size: 0.67rem;
	height: 100%;
	border: 0;
	background: #fff;
	border-radius: 0;
	color: #000;
	width: 0;
	opacity: 0;
	pointer-events: none;
	transition: 0.3s;
}
.topbar-search-form.js-on .search-field {
	opacity: 1;
	pointer-events: auto;
	padding: 0 2.5rem 0 1rem;
	width: 12rem;
}
.topbar .search-form > label {
	width: 100%;
}
.topbar-search-button {
	position: absolute;
	right: 0;
	z-index: 2;
	width: 2.5rem;
	height: 100%;
	background: #16a89b;
}
.topbar-lang {
	align-items: center;
	background: #141e31;
}
.topbar-lang .trp-language-switcher {
	margin: 0;
	width: auto;
	max-width: 100%;
	background: #141e31;
}
.topbar-lang .trp-language-switcher > div {
	border: none;
	border-radius: 0;
	padding: 0 1rem;
	margin: 0.3rem 0;
	background-image: none !important;
	background-color: #141e31;
	width: 100% !important;
}
.topbar-lang .trp-language-switcher > div > a.trp-ls-disabled-language {
	padding-top: 0;
	padding-bottom: 0;
}
.topbar-lang .trp-language-switcher > div > a {
	font-size: 0.9rem;
	border-radius: 0;
	padding: 0.4rem 0;
	color: #fff;
	margin: 0;
}
.topbar-lang .trp-language-switcher > div > a:last-of-type {
	margin-bottom: 0;
}
.topbar-lang .trp-language-switcher > div > a.trp-ls-disabled-language {
	margin: 0;
}
.topbar-lang .trp-language-switcher > div > a:hover {
	background: transparent;
}
.topbar-lang .trp-language-switcher .trp-ls-shortcode-language {
	z-index: 1000;
}
.topbar-lang,
.topbar-search {
	display: none;
}
.mobile-lang,
.mobile-search {
	display: block;
	position: relative;
	z-index: 99;
}
.mobile-lang .topbar-lang {
	display: inline-block;
}
.mobile-lang .topbar-lang .trp-language-switcher,
.mobile-lang .topbar-lang .trp-language-switcher > div {
	background: #262626;
}
.mobile-lang .topbar-lang .trp-language-switcher > div {
	margin: 0.5rem 0;
}
.menu-contain {
	max-width: 22rem;
	margin: 0 auto;
}
.trp-ls-shortcode-language,
.trp-ls-shortcode-current-language {
	min-width: 13em;
}
@media only screen and (min-width:38.5em) { /*616px*/
	.topbar-message {
		padding-left: 3rem;
	}
}
@media only screen and (min-width: 68.5em) {
	.topbar {
		height: 2rem;
		z-index: 999;
	}
	.topbar-lang,
	.topbar-search {
		display: flex;
	}
	.topbar-message {
		text-align: left;
	}
	.mobile-lang,
	.mobile-search {
		display: none;
	}
	.topbar-lang .trp-language-switcher > div {
		padding: 0 3.5rem 0 1rem;
	}
}
@media only screen and (min-width:90em) { /*1320px*/
	.topbar-message {
		padding-left: calc(50% - 32rem);
	}
}

/* Header -------------------------------- */
.header {
	position: relative;
	z-index: 99;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	background: #262626;
}
.header .logo {
	max-width: 9rem;
}
.header .logo img {
	width: 9rem;
	height: auto;
}
@media only screen and (min-width: 68.5em) {
	.header {
		padding-top: 1.5rem;
		padding-bottom: 1.5rem;
	}
}
@media only screen and (min-width: 68.5em) and (min-height: 48.5em) {
	.header {
		transition: ease-in-out 0.3s;
		position: absolute;
		left: 0;
		right: 0;
		margin: 0 auto;
		top: 2rem;
		background: rgba(0,0,0,0.8);
	}
	.logged-in .header.sticky-active {
		top: 32px;
	}
	.home .header {
		background: transparent;
	}
	.header.sticky-active {
		position: fixed;
		top: 0;
		padding-top: 1rem;
		padding-bottom: 1rem;
		background: rgba(0,0,0,0.8);
	}
	.header.sticky-active .logo img {
		width: 7rem;
	}

}

/*--------------------------------------------------------------
9. Footer
--------------------------------------------------------------*/
.footer {
	padding-top: 2.95rem;
	background: #141e31;
	color: #fff;
}
.footer a {
	color: #fff;
}
.footer-content {
	display: flex;
	flex-flow: row wrap;
}
.footer-content .footer-logo {
	text-align: center;
	flex: 0 0 100%;
	margin-right: 3rem;
	margin-bottom: 3rem;
}
.footer-content .footer-logo-img {
	max-width: 9rem;
}
.footer-menus {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-end;
	flex-basis: 0;
	flex-grow: 1;
}
.footer-menus .menu {
	display: flex;
	justify-content: center;
	flex-flow: row wrap;
	list-style: none;
	margin: 0;
}
.footer-menus > * {
	flex: 0 0 100%;
}
.footer-menus .menu li {
	margin-right: 1rem;
}
.footer-menus .menu li a {
	color: #fff;
	text-transform: uppercase;
	font-size: 0.73rem;
	font-weight: 500;
	letter-spacing: 0.05rem;
}
.footer-menus .menu a:hover,
.footer-menus .menu a:focus {
	color: #16a89b;
}
.footer-menus .footer-navigation {
	margin-bottom: 1rem;
}
.footer-menus .footer-navigation li a {
	font-size: 0.93rem;
	font-weight: 500;
}

@media only screen and (min-width: 68.5em) {
	.footer-menus .menu {
		justify-content: flex-start;
	}
}

/* Site Info ----------------------------- */
.site-info {
	margin-top: 2em;
	text-align: center;
	font-size: 0.75rem;
}
.site-info > * {
	text-align: center;
	padding: 0.6rem 0.5rem;
}
.site-location {
	display: block;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	text-align: center;
	background: #ec5120;
}
.site-social {
	background: #16a89b;
	min-width: 8rem;
}
.site-social .social-navigation ul {
	justify-content: center;
}
.site-social .social-navigation li {
	margin: 0 0.25rem !important;
}
.site-social .social-navigation li:first-of-type {
	margin-left: 0 !important;
}
.site-social .social-navigation li:last-of-type {
	margin-right: 0 !important;
}
.site-social .social-navigation span {
	font-size: 0.75em;
	color: #16a89b;
	background: #fff;
}
.site-social .social-navigation li a:hover span {
	background: #651f59;
	color: #fff;
}
.site-info .menu {
	list-style: none;
	margin: 0;
}
.site-info .menu li {
	margin: 0;
	margin-left: 0.5rem;
}
.site-copyright {
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	background: #000;
	color: #fff;
	font-style: italic;
}
.site-copyright a {
	color: inherit;
	border-bottom: 1px solid;
}
.site-copyright a:hover,
.site-copyright a:focus {
	color: #fff;
	border-color: #fff;
}
.menu #ot-sdk-btn {
	color: inherit !important;
	border: inherit !important;
	padding: inherit !important;
	font-size: inherit !important;
	line-height: inherit !important;
	border-bottom: 1px solid !important;
}
.menu #ot-sdk-btn:hover {
	background: transparent !important;
}
@media only screen and (min-width:38.5em) { /*616px*/
	.site-location {
		display: flex;
		padding-left: 3em;
		padding-right: 3rem;
	}
	.site-location > div {
		margin-right: 0.25em;
		padding-right: 0.25em;
	}
	.site-location > div:after {
		content: '•';
		position: relative;
		display: inline-block;
		left: 0.25em;
	}
	.site-location > div:last-child {
		padding-right: 0;
		margin-right: 0;
	}
	.site-location > div:last-child:after {
		display: none;
	}
	.site-copyright {
		padding-left: 3rem;
		padding-right: 3rem;
	}
}
@media only screen and (min-width: 68.5em) {/*1095px*/
	.footer-content .footer-logo {
		text-align: left;
		flex: 0 0 9rem;
		margin-bottom: 0;
	}
	.footer-menus .menu {
		justify-content: flex-end;
	}
	.footer-menus .menu li {
		margin-left: 1rem;
		margin-right: 0;
	}
	.footer-menus .footer-navigation {
		margin-bottom: 0;
	}
	.footer-menus .footer-navigation li {
		margin-left: 1.7rem;
	}
	.site-info {
		margin-top: 4em;
		display: flex;
		justify-content: space-between;
		text-align: left;
	}
	.site-info > * {
		flex-basis: auto;
		flex-grow: 1;
		display: flex;
		flex-flow: row wrap;
		align-items: center;
		justify-content: center;
	}
	.site-info .menu {
		display: flex;
		justify-content: space-between;
	}
	.site-location {
		display: flex;
		justify-content: flex-start;
		text-align: left;
	}
	.site-copyright {
		justify-content: flex-end;
	}
}
@media only screen and (min-width:90em) {
	.site-location {
		padding-left: calc(50% - 32rem);
		padding-right: 1rem;
	}
	.site-copyright {
		padding-left: 1rem;
		padding-right: calc(50% - 32rem);
	}
}

/*--------------------------------------------------------------
10. Comments
--------------------------------------------------------------*/

/*--------------------------------------------------------------
11. Entry Content
--------------------------------------------------------------*/
.main-header {
	padding-top: 4rem;
	padding-bottom: 3rem;
	position: relative;
	z-index: 1;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #262626;
	color: #fff;
}
@media only screen and (min-width: 68.5em) and (min-height: 48.5em) {
	.main-header {
		height: auto;
		padding-top: 11rem;
		padding-bottom: 4rem;
	}
}

/* Entry Meta ---------------------------- */
.entry-meta,
.entry-by {
	display: none;
}
.single-post .entry-meta {
	display: block;
}

/* Alignment Classes --------------------- */
.alignleft,
.alignright,
.aligncenter,
.wp-post-image {
	display: block;
	clear: both;
	margin: 0 auto 1.5em auto;
	text-align: center;
}
.has-text-align-center { text-align: center; }
@media only screen and (min-width:38.5em) {/*616px*/
	.alignleft {
		clear: none;
		float: left;
		margin: 0 2rem 2em 0;
		max-width: 48%;
	}
	.alignright {
		clear: none;
		float: right;
		margin: 0 0 2em 2rem;
		max-width: 48%;
	}
}

/* Captions ------------------------------ */
.wp-caption {
	margin: 0 0 1.5em 0;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.75em 0;
}

/*--------------------------------------------------------------
12b. Template: Default
--------------------------------------------------------------*/

#secondary {
	position: relative;
	z-index: 1;
	padding-top: 1em;
	padding-bottom: 1em;
}
.entry-sidebar .entry-content {
	padding-top: 2em;
	padding-bottom: 2em;
}
@media only screen and (min-width: 37.5em) {/*600px*/
	.entry-sidebar {
		display: flex;
		flex-flow: row wrap;
		justify-content: space-between;
		align-items: flex-start;
	}
	.entry-sidebar .entry-content {
		flex-basis: 0;
		flex-grow: 1;
		width: 100%;
		padding-top: 2em;
		padding-bottom: 2em;
	}
	.entry-sidebar #secondary {
		flex: 0 0 100%;
	}
}

@media only screen and (min-width:68.5em) {/*1095px*/
	.entry-sidebar .entry-content {
		flex-basis: 0;
		flex-grow: 1;
		width: 100%;
		padding-top: 4em;
		padding-bottom: 4em;
	}
	.entry-sidebar #secondary {
		flex: 0 0 30%;
		max-width: 30%;
		padding-top: 4em;
		padding-right: 3rem;
		order: -1;
	}
}

/* Header overrides ---------------------- */

/*--------------------------------------------------------------
13a. Page: Home
--------------------------------------------------------------*/

/*--------------------------------------------------------------
13c. Page: Blog
--------------------------------------------------------------*/

.entry-blog,
.entry-archive,
.entry-search {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
.entry-blog:after,
.entry-archive:after,
.entry-search:after {
	display: none;
}
.main-blog .main-header,
.main-archive .main-header {
	padding-top: 21rem;
}
.main-blog .main-header {
	background-image: url(../../uploads/2021/08/blue-martini-martinis-happy-hour.jpg) !important;
}
.entry-listing {
	position: relative;
	width: 100%;
}
.blog .entry-listing:first-child img {
	border-radius: 0;
	clip-path: circle();
}
.blog .entry-listing:nth-child(n+2) {
	width: 100%;
	padding: 0;
	padding-bottom: 2.5rem;
	background: #f4f4f4;
	border: none;
	margin-bottom: 1.5rem;
}
@media only screen and (min-width:48.5em) {
	.blog .entry-listing:nth-child(n+2) {
		width: calc(50% - 0.75rem);
	}
}
.blog .entry-listing:nth-child(n+2):before {
	display: none;
}
.blog .entry-listing:nth-child(n+2) .entry-thumbnail {
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 15rem;
	background-color: #262626;
}
.blog .entry-listing:nth-child(n+2) img {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	float: none;
	width: 100%;
	height: 100%;
	max-width: none;
	border-radius: 0;
	object-fit: cover;
	margin: 0;
	background-color: #262626;
}
.blog .entry-listing:nth-child(n+2) .entry-summary {
	padding: 1.5rem 1.5rem 0;
}
.blog .entry-listing:nth-child(n+2) .entry-summary p {
	font-size: 0.8rem;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.blog .entry-listing .listing-cats,
.archive .entry-listing .listing-cats {
	display: flex;
	flex-flow: row wrap;
	margin-bottom: 0.75em;
}
.blog .entry-listing:nth-child(1) .listing-cats {
	display: none;
}
.blog .entry-listing .listing-cats a,
.archive .entry-listing .listing-cats a {
	font-size: 0.7em;
	align-items: center;
	text-align: center;
	font-family: 'Rubik', sans-serif;
	letter-spacing: 0.15em;
	line-height: 1;
	text-transform: uppercase;
	font-weight: 500;
	padding: 0.45em 1.15em 0.35em;
	color: #16a89b;
	border: 1px solid #16a89b;
	margin: 0 0.5em 0.5em 0;
}
.blog .entry-listing .listing-cats a.cat-experience,
.archive .entry-listing .listing-cats a.cat-experience {
	border-color: #651f59;
	color: #651f59;
}
.blog .entry-listing .listing-cats a.cat-sip,
.archive .entry-listing .listing-cats a.cat-sip {
	border-color: #ffc33a;
	color: #ffc33a;
}
.blog .entry-listing .listing-cats a.cat-corporate-playtime,
.archive .entry-listing .listing-cats a.cat-corporate-playtime {
	border-color: #7a306c;
	color: #7a306c;
}
.blog .entry-listing .listing-cats a:last-child,
.archive .entry-listing .listing-cats a:last-child {
	margin-right: 0;
}
.blog .entry-listing:nth-child(n+2) .entry-header {
	margin-bottom: 1em;
}
.blog .entry-listing:nth-child(n+2) .entry-header h2 {
	font-size: 1.5rem;
	margin-bottom: 0.25em;
}
.blog .entry-listing:nth-child(n+2) .entry-header .entry-meta {
	font-size: 0.8em;
	font-style: italic;
	display: block;
}
.blog .entry-listing:nth-child(n+2) .excerpt-read-more {
	font-size: 0.9rem;
	text-align: right;
	position: absolute;
	bottom: 1rem;
	right: 1rem;
}

/*--------------------------------------------------------------
14a. Post: Archive
--------------------------------------------------------------*/

.main-search #secondary {
	display: none;
}

.entry-listing {
	position: relative;
	margin: 0 0 3rem;
	padding: 1.5rem;
	border-top: 2px solid #ec5120;
	border-bottom: 2px solid #ec5120;
}
.entry-search .entry-listing:first-of-type {
	margin-top: 3rem;
}
.entry-listing:last-of-type {
	margin-bottom: 0;
}
.entry-listing:before {
	position: absolute;
	content: '';
	display: block;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	width: 1px;
	height: 100%;
	background: #ec5120;
}
.entry-listing:before {
	height: calc(100% - 3rem);
}
.entry-listing img {
	width: 10rem;
	height: 10rem;
	object-fit: cover;
	border-radius: 50%;
	overflow: hidden;
}
.entry-listing .listing-title a {
	color: inherit;
}
.entry-listing .excerpt-read-more {
	font-weight: 500;
}

/*--------------------------------------------------------------
14b. Post: Single
--------------------------------------------------------------*/
.single-post .entry-cats {
	margin-bottom: 0.5em;
}
.single-post .entry-cats a {
	font-weight: 500;
	color: #16a89b;
}
.single-post .entry-meta {
	margin-bottom: 1em;
	font-style: italic;
}
.single-post .main-header {
	min-height: 20rem;
}
.single-post .entry-content {
	max-width: 35.5rem;
	margin: 0 auto;
}
@media only screen and (min-width:68.5em) {/*1095px*/
	.single-post .main-header {
		min-height: 35rem;
	}
}

/*--------------------------------------------------------------
14c. Location: Single
--------------------------------------------------------------*/
.main-location .main-header {
	display: none;
	position: relative;
	z-index: 1;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding-top: 6.8rem;
	padding-bottom: 15.5rem;
	background-color: #808081;
	margin-bottom: 4em;
}
.main-location .entry-wrapper {
	padding: 0 !important;
}
.entry-location {
	padding-top: 0 !important;
}
.entry-location .main-header {
	display: block;
}
.location-logo {
	margin: 0 2em 1em 0;
	width: 15em;
}
.location-subtitle {
	display: inline-block;
	margin-right: 1rem;
	font-size: 1.8rem;
	font-weight: 500;
	color: #ec5120;
}
.location-subtitle .highlight {
	background: #fec33a;
	color: #ec5120;
}
.location-summary {
	margin-bottom: 1em;
}
.location-summary .website a {
	color: inherit;
}
.location-content .card {
	padding: 1.5rem;
	margin: 0;
	margin: 0 auto 0.5em;
	background: #dcf2f0;
	text-align: left;
	border-radius: 0;
}
.location-hours p br {
	margin-bottom: 0.75em !important;
	display: block !important;
	content: '';
	width: 100%;
}
.location-footer .widget {
	margin-bottom: 0;
}
@media only screen and (min-width:48.5em) {
	.location-content {
		display: flex;
		flex-flow: row wrap;
		justify-content: space-between;
	}
	.location-summary {
		flex: 0 0 100%;
	}
	.location-subtitle-row {
		display: flex;
		justify-content: space-between;
	}
	.location-logo {
		width: 30%;
	}
	.location-content .card {
		flex: 0 0 48%;
		margin: 0;
	}
}
@media only screen and (min-width:68.5em) {
	.location-summary {
		flex: 0 0 38%;
		margin-bottom: 0;
	}
	.location-content .card {
		flex: 0 0 24%;
	}
}
@media only screen and (min-width: 68.5em) and (min-height: 48.5em) {
	.main-location .main-header {
		height: 78vh;
		padding-top: 13rem;
		padding-bottom: 0;
	}
}

.location-gallery-row {
	position: relative;
}
.location-gallery-item {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 28rem;
	margin-bottom: 1.5rem;
}
.location-gallery-item:last-child {
	margin-bottom: 0;
}
.location-gallery-item img {
	position: absolute;
	left: 0;
	top: 0;
	object-fit: cover;
	object-position: center center;
	width: 100%;
	height: 100%;
}

.location-other-locs {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-color: #808081;
}
.location-other-locs .inner-title {
	text-align: center;
	color: #fff;
}
.location-other-locs .block-location-grid-items {
	padding-top: 3em;
}
.location-other-locs .card {
	background: #fff;
}
.location-other-locs .card h3 {
	color: #ec5120;
}

/*--------------------------------------------------------------
15a Menu: Small Screen
--------------------------------------------------------------*/
@media only screen and (max-width: 68.49em){ /*1095px*/
	/* Menu: Buttons ---------------------- */
	.menu-buttons {
		display: flex;
		flex-flow: row nowrap;
		justify-content: center;
		position: fixed;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 997;
		margin-bottom: -100em;
		padding-bottom: 100em;
		width: 100%;
		background: #222;
	}
	.menu-button {
		display: block;
		flex: 0 1 auto;
		border-left: 1px solid rgba(255, 255, 255, 0.2);
		padding: 0.6em 0 0.6em;
		width: 8em;
		line-height: 1;
		text-align: center;
	}
	.menu-button:first-child {
		border-left: 0;
	}
	.menu-buttons .js-turnon.js-on {
		display: none;
	}
	.menu-buttons .js-turnoff.js-on {
		display: block;
	}
	.menu-button-icon {
		display: block;
		margin-bottom: 0.25em;
		font-size: 1.1em;
	}
	.menu-button-icon svg {
		width: 1em;
		height: 1em;
	}
	.menu-button-label {
		display: block;
		font-size: 0.6em;
	}
	.menu-close {
		display: none
	}
	.menu-button,
	.menu-close {
		color: #fff;
		background: #222;
	}
	.menu-button:hover,
	.menu-buttons .menu-close.js-on {
		color: #fff;
		background: #444;
	}
	.menu-tab {
		position: fixed;
		top: 100%;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 998;
		padding: 1em 0 5em;
		overflow: auto;
		transition: top 700ms;
		background: #333;
		color: #fff;
	}
	.menu-tab.js-on,
	.menu-tab:target {
		top: 0;
	}
	.menu-contain {
		margin: auto;
		max-width: 22rem;
	}

	/* Menu: Menu ------------------------ */
	#primary-menu,
	#primary-menu ul {
		position: relative;
		z-index: 2;
		margin: 0;
		padding: 0;
		list-style: none;
	}
	#primary-menu {
		margin: 1rem auto 1rem;
		max-width: 22rem;
	}
	#primary-menu ul {
		background: #444;
	}
	#primary-menu li {
		position: relative;
		z-index: 1;
		margin: 0;
		padding: 0;
		list-style: none;
	}
	#primary-menu a {
		display: block;
		position: relative;
		padding: 0.5em 2.5em 0.5em 1.5em;
		color: #fff;
	}
	#primary-menu > li > a {
		padding-left: 0;
		font-size: 0.93rem;
		text-transform: uppercase;
		letter-spacing: 0.05em;
		font-weight: 500;
	}
	#primary-menu a:hover {
		background: transparent;
		color: #ffc33a;
	}
	#primary-menu a .fa {
		line-height: 1.5;
	}
	#primary-menu .menu-item-has-children>a:after {
		content: '';
		position: absolute;
		top: 1.05em;
		right: 1em;
		border-style: solid;
		border-color: transparent;
		border-width: 0.5em 0.4em 0 0.4em;
		transition: all 200ms;
		border-top-color: #fff;
	}
	#primary-menu .js-on>a:after {
		transform: rotate(-180deg);
	}
	#primary-menu ul li {
		overflow: hidden;
		max-height: 0;
		transition: max-height 500ms;
	}
	#primary-menu ul a {
		padding-left: 2.5em;
	}
	#primary-menu ul ul a {
		padding-left: 3.5em;
	}
	#primary-menu ul ul ul a {
		padding-left: 4.5em;
	}
	#primary-menu .js-on>ul>li {
		max-height: 5em;
	}
	#primary-menu .js-on>ul>.js-on {
		max-height: 100em;
		transition: max-height 500ms;
	}
	.nojs #primary-menu ul li { max-height: none; }
	.nojs #primary-menu .menu-item-has-children>a:after{ display: none }

	/* Menu: Search Form ----------------- */
	.menu-search {
		display: none;
	}
	.menu-search-form {
		margin: auto;
		list-style: none;
		padding: 1em 1.5em;
		max-width: 22rem;
	}
	.menu-search-form .search-form {
		display: flex;
	}
	.menu-search-form label {
		width: 100%;
	}
	.menu-search-form .search-field {
		padding: 0.5em 1em;
		width: 100%;
		line-height: 1.5;
		background: #eee;
		-webkit-appearance: none;
		border-radius: 0.25em 0 0 0.25em;
		height: 100%;
		border: none;
	}
	.menu-search-form .search-submit {
		padding: 0.5em 1em;
		line-height: 1.5;
		color: #fff;
		background: #777;
		border-radius: 0 0.25em 0.25em 0;
	}

	/* Menu: Hamburger Style ----------------
	 * To Add - move menu-buttons div below opening header tag.
	 * To Remove - move menu-buttons div above opening header tag.
	 */
	.menu-buttons { position: relative; width: auto; padding-bottom: 0; margin-bottom: 0; order: 2; background: transparent; border: none; }
	.menu-buttons .js-turnon.js-on { display: block; }
	.menu-button, .menu-close { background: transparent; border: none; width: 2rem }
	.menu-button:hover, .menu-buttons .menu-close.js-on { background: transparent; }
	.menu-button { width: 2em; }
	.menu-button-bar { background: #fff; margin-bottom: 0.45rem; width: 2rem; height: 3px; position: relative; display: block; transition: 300ms ease-in-out; }
	.menu-button-bar:last-child { margin-bottom: 0; }
	.menu-button.js-on .menu-button-bar:nth-child(1) {
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		transform: translateY(12px) rotate(-45deg);
		top: 0;
	}
	.menu-button.js-on .menu-button-bar:nth-child(2) { opacity: 0; }
	.menu-button.js-on .menu-button-bar:nth-child(3) {
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: translateY(-12px) rotate(45deg);
		top: 0;
	}
	.menu-tab { top: 0; left: -100%; padding: 5em 1em 5em; width: 82%; overflow: auto; transition: left 500ms; }
	.menu-tab.js-on, .menu-tab:target { left: 0; }
	.menu-button-label { display: none; }
	.menu-button-icon { margin: 0; font-size: 2em; }
}

/*--------------------------------------------------------------
15b Menu: Large Screen
--------------------------------------------------------------*/
@media only screen and (min-width: 68.5em){ /*1095px*/
	/* Menu: Buttons ---------------------- */
	.menu-buttons {
		display: none;
	}

	/* Menu: Container ------------------- */
	#menu {
		background: transparent;
		position: relative;
		top: 0;
		z-index: 999;
	}

	/* Menu: Menu ------------------------ */
	#primary-menu {
		display: flex;
		flex-flow: row wrap;
		justify-content: space-between;
		position: relative;
		text-align: center;
		background: transparent;
	}
	#primary-menu,
	#primary-menu ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	#primary-menu ul {
		background: #fff;
	}
	#primary-menu li {
		display: block;
		position: relative;
		z-index: 4;
		margin: 0;
		padding: 0;
		list-style: none;
		-webkit-column-break-inside: avoid;
		page-break-inside: avoid;
		break-inside: avoid;
	}
	#primary-menu > li {
		flex: 1 0 auto;
	}
	#primary-menu li li {
		background: #fff;
	}
	#primary-menu .js-on,
	.nojs #primary-menu > li:hover {
		z-index: 5;
	}
	#primary-menu a {
		display: block;
		position: relative;
		padding: 0.75em 0.5em;
		text-align: left;
		color: #595959;
	}
	#primary-menu a .fa {
		line-height: 1.5;
	}
	#primary-menu a:hover {
		color: #595959;
		background: #eee;
	}
	#primary-menu > li > a {
		text-align: center;
		padding: 0;
		margin: 0 0.85rem;
		font-size: 0.93rem;
		text-transform: uppercase;
		letter-spacing: 0.05em;
		font-weight: 500;
		color: #fff;
	}
	#primary-menu > li:last-child > a {
		margin-right: 0;
	}
	#primary-menu > li > a:hover,
	#primary-menu > .js-on > a,
	#primary-menu > .current-menu-item > a {
		color: #ffc33a;
		background: transparent;
	}/*
	.page-id-20 #primary-menu > .current-menu-item > a {
		color: #fff;
	}
	#primary-menu > li > .current-mixit-hash-url {
		color: #ffc33a !important;
	}
	#primary-menu > li > a:hover,
	#primary-menu > li > a:focus {
		color: #ffc33a !important;
		background: transparent;
	} */
	#primary-menu .menu-item-has-children > a:after {
		content:'';
		position: absolute;
		right: 1.5em;
		vertical-align: top;
		margin: 0.55em 0 0 0.5em;
		border-style: solid;
		border-color: transparent;
		border-width: 0.3em 0.25em 0 0.25em;
		transition: all 200ms;
		border-top-color: #9b9b9b;
	}
	#primary-menu > .menu-item-has-children > a:after {
		content: '';
		position: relative;
		right: auto;
		display: inline-block;
		vertical-align: top;
		margin: 0.55em 0 0 0.5em;
		border-style: solid;
		border-color: transparent;
		border-width: 0.3em 0.25em 0 0.25em;
		transition: all 200ms;
		border-top-color: #fff;
	}
	#primary-menu > .menu-item-has-children > a:focus {
		outline: none !important;
	}
	#primary-menu .js-on > a:after,
	.nojs #primary-menu li:hover > a:after {
		transform: rotate(-90deg);
	}
	#primary-menu > .js-on > a:after,
	.nojs #primary-menu > li:hover > a:after {
		transform: rotate(-180deg);
	}
	#primary-menu > .menu-item-has-children > ul {
		position: absolute;
		top: calc(100% + 1rem);
		right: 0;
		z-index: 10;
		padding: 0;
		width: 13rem;
		max-height: 26rem;
		box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
		border-color: #fff;
		background: #fff;
		border-radius: 0.25rem;
	}
	#primary-menu > .menu-item-has-children > ul:before {
		content: '';
		position: absolute;
		z-index: 1;
		right: calc(0px + 2rem);
		bottom: calc(100% - 0.7rem);
		display: inline-block;
		margin: 0;
		width: 1.15rem;
		height: 1.15rem;
		transition: all 200ms;
		box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
		border: none;
		background: #fff;
		transform: rotate(45deg);
		border-radius: 0.15rem;
	}
	#primary-menu ul li:last-child,
	#primary-menu ul li:last-child > a {
		border-bottom-right-radius: 0.25rem;
		border-bottom-left-radius: 0.25rem;
	}

	#primary-menu ul li:first-child,
	#primary-menu ul li:first-child > a {
		border-top-left-radius: 0.25rem;
		border-top-right-radius: 0.25rem;
	}

	#primary-menu ul > li {
		border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
	}
	#primary-menu ul > li:last-child {
		border: none;
	}
	#primary-menu ul a {
		padding: 0.5em 1.5em;
		font-size: 0.9em;
	}
	#primary-menu ul a:hover {
		background: #e5e5e5;
	}
	#primary-menu > .menu-item-has-children > ul {
		opacity: 0;
		top: calc(100% - 0.5rem);
		transition: top 500ms, opacity 300ms;
		pointer-events: none;
	}

	/* Menu: Default <ul> style ---------- */
	#primary-menu ul ul {
		opacity: 0;
		pointer-events: none;
		transition: transform 500ms, opacity 300ms;
		position: absolute;
		left: calc(100% + 1rem);
		top: 0;
		padding: 0;
		width: 13rem;
		max-height: 26rem;
		box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
		background: #fff;
		border-radius: 0.25rem;
	}
	#primary-menu ul ul:before {
		content: '';
		position: absolute;
		right: calc(100% - 0.6rem);
		bottom: calc(100% - 1.6rem);
		display: inline-block;
		margin: 0;
		width: 1rem;
		height: 1rem;
		transition: all 200ms;
		box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
		border: none;
		background: inherit;
		transform: rotate(45deg);
		border-radius: 0.15rem;
	}
	#primary-menu ul .menu-item-has-children.js-on > ul,
	.nojs #primary-menu ul .menu-item-has-children:hover > ul {
		opacity: 1;
		pointer-events: auto;
	}
	.nojs #primary-menu ul ul:after {
		content: '';
		position: absolute;
		top: 0;
		right: 100%;
		width: 1rem;
		height: 100%;
	}
	.nojs #primary-menu > .menu-item-has-children > ul:after {
		content: '';
		position: absolute;
		bottom: 100%;
		right: 0;
		width: 100%;
		height: 1rem;
	}

	/* Menu: <ul> active ----------------- */
	#primary-menu > li.js-on > ul,
	.nojs #primary-menu > li:hover > ul {
		opacity: 1;
		top: calc(100% + 1rem);
		transition: top 500ms, opacity 300ms 200ms;
		pointer-events: auto;
	}

	/* Menu: Home & Search --------------- */
	#primary-menu>.menu-home,
	#primary-menu>.menu-search {
		width: 3em;
		max-width: 4em;
	}
	#primary-menu > .menu-home>a,
	#primary-menu > .menu-search>a {
		position: relative;
		overflow: hidden;
		text-indent: -999em;
	}
	#primary-menu > .menu-home>a:before,
	#primary-menu > .menu-search>a:before {
		content: '';
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		margin: auto;
		width: 1.4em;
		height: 1.4em;
		background: url(./images/icon-home.svg) center / contain no-repeat;
	}
	#primary-menu > .menu-search > a:before { background-image: url(./images/icon-search.svg); }
	#primary-menu > .menu-search > .sub-menu {
		right: 0;
		left: auto;
		margin: 0;
		padding: 0;
		width: 15rem;
		transform-origin: top right;
	}

	/* Menu: Search Form ----------------- */
	.menu-search-form {
		display: none;
	}
	#primary-menu .menu-search-form {
		display: block;
	}
	.menu-search-form .search-field {
		padding: 0.5em 1.5em;
		width: 100%;
		height: 100%;
		font-size: 0.9em;
		line-height: 2;
		-webkit-appearance: textfield;
	}
	.menu-search-form .search-submit {
		display: none;
	}
}

/*--------------------------------------------------------------
16. Print
--------------------------------------------------------------*/
@media print {
	@page {
		margin: 0.5cm;
	}

	* {
		background: transparent !important;
		color: black !important;
		text-shadow: none !important;
		-webkit-filter: none !important;
		filter: none !important;
		-ms-filter: none !important;
	}

	a,
	a:visited {
		color: #444!important;
		text-decoration: underline;
	}

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

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

	thead {
		display: table-header-group;
	}

	tr,
	img {
		page-break-inside: avoid;
	}
	img {
		max-width: 100% !important;
	}

	p,
	h1,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}
	h1,
	h2,
	h3 {
		page-break-after: avoid;
	}

	#primary-menu,
	#sidebar,
	#sidebar-post,
	#header,
	#footer,
	#comments,
	.menu-buttons,
	.page-navigation,
	.pagination,
	.wp-prev-next,
	.respond-form {
		display: none;
	}

	.contain {
		padding-left: 0;
		padding-right: 0;
		max-width: none;
	}
}

/*--------------------------------------------------------------
17. Animations
--------------------------------------------------------------*/

/* Single Items -------------------------- */
.animate-item > * {
	transform: translateY(80px);
	opacity: 0;
	visibility: hidden;
}
.animate-item.animated > * {
	-webkit-transition: all .75s ease-in-out;
	-moz-transition: all .75s ease-in-out;
	-o-transition: all .75s ease-in-out;
	transition: all .75s ease-in-out;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
	visibility: visible;
}
.animate-item.animated > *:nth-child(2) {
	transition-delay: .25s;
}
.animate-item.animated  > *:nth-child(3) {
	transition-delay: .5s;
}
.animate-item.animated  > *:nth-child(4) {
	transition-delay: .75s;
}
.animate-item.animated  > *:nth-child(5) {
	transition-delay: 1s;
}
.animate-item.animated  > *:nth-child(6) {
	transition-delay: 1.25s;
}

/* Animatables --------------------------- */
@media only screen and (min-width: 68.5em){ /*1095px*/
	.js .animatable {
		visibility:hidden;
		-webkit-animation-play-state:paused;
		-moz-animation-play-state:paused;
		-ms-animation-play-state:paused;
		-o-animation-play-state:paused;
		animation-play-state:paused;
	}
	.js .animated{
		visibility:visible;
		-webkit-animation-fill-mode:both;
		-moz-animation-fill-mode:both;
		-ms-animation-fill-mode:both;
		-o-animation-fill-mode:both;
		animation-fill-mode:both;
		-webkit-animation-duration: .75s;
		-moz-animation-duration: .75s;
		-ms-animation-duration: .75s;
		-o-animation-duration: .75s;
		animation-duration: .75s;
		-webkit-animation-play-state:running;
		-moz-animation-play-state:running;
		-ms-animation-play-state:running;
		-o-animation-play-state:running;
		animation-play-state:running
	}

	@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translateY(80px)}100%{opacity:1;-webkit-transform:translateY(0)}}
	@-moz-keyframes fadeInUp{0%{opacity:0;-moz-transform:translateY(80px)}100%{opacity:1;-moz-transform:translateY(0)}}
	@-o-keyframes fadeInUp{0%{opacity:0;-o-transform:translateY(80px)}100%{opacity:1;-o-transform:translateY(0)}}
	@keyframes fadeInUp{0%{opacity:0;transform:translateY(80px)}100%{opacity:1;transform:translateY(0)}}
	@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translateY(-80px)}100%{opacity:1;-webkit-transform:translateY(0)}}
	@-moz-keyframes fadeInDown{0%{opacity:0;-moz-transform:translateY(-80px)}100%{opacity:1;-moz-transform:translateY(0)}}
	@-o-keyframes fadeInDown{0%{opacity:0;-o-transform:translateY(-80px)}100%{opacity:1;-o-transform:translateY(0)}}
	@keyframes fadeInDown{0%{opacity:0;transform:translateY(-80px)}100%{opacity:1;transform:translateY(0)}}
	@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translateX(-80px)}100%{opacity:1;-webkit-transform:translateX(0)}}
	@-moz-keyframes fadeInLeft{0%{opacity:0;-moz-transform:translateX(-80px)}100%{opacity:1;-moz-transform:translateX(0)}}
	@-o-keyframes fadeInLeft{0%{opacity:0;-o-transform:translateX(-80px)}100%{opacity:1;-o-transform:translateX(0)}}
	@keyframes fadeInLeft{0%{opacity:0;transform:translateX(-80px)}100%{opacity:1;transform:translateX(0)}}
	@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translateX(80px)}100%{opacity:1;-webkit-transform:translateX(0)}}
	@-moz-keyframes fadeInRight{0%{opacity:0;-moz-transform:translateX(80px)}100%{opacity:1;-moz-transform:translateX(0)}}
	@-o-keyframes fadeInRight{0%{opacity:0;-o-transform:translateX(80px)}100%{opacity:1;-o-transform:translateX(0)}}
	@keyframes fadeInRight{0%{opacity:0;transform:translateX(80px)}100%{opacity:1;transform:translateX(0)}}
	@-webkit-keyframes fadeIn{0%,20%{opacity:0}100%{opacity:1}}
	@-moz-keyframes fadeIn{0%,20%{opacity:0}100%{opacity:1}}
	@-o-keyframes fadeIn{0%,20%{opacity:0}100%{opacity:1}}
	@keyframes fadeIn{0%,20%,60%{opacity:0}100%{opacity:1}}
	@-webkit-keyframes bounceInLeft{0%{opacity:0;-webkit-transform:translateX(-2000px)}60%{-webkit-transform:translateX(80px)}80%{-webkit-transform:translateX(-5px)}100%{opacity:1;-webkit-transform:translateX(0)}}
	@-moz-keyframes bounceInLeft{0%{opacity:0;-moz-transform:translateX(-2000px)}60%{-moz-transform:translateX(80px)}80%{-moz-transform:translateX(-5px)}100%{opacity:1;-moz-transform:translateX(0)}}
	@-o-keyframes bounceInLeft{0%{opacity:0;-o-transform:translateX(-2000px)}60%{opacity:1;-o-transform:translateX(80px)}80%{-o-transform:translateX(-5px)}100%{opacity:1;-o-transform:translateX(0)}}
	@keyframes bounceInLeft{0%{opacity:0;transform:translateX(-2000px)}60%{transform:translateX(80px)}80%{transform:translateX(-5px)}100%{opacity:1;transform:translateX(0)}}
	@-webkit-keyframes bounceInRight{0%{opacity:0;-webkit-transform:translateX(2000px)}60%{-webkit-transform:translateX(-80px)}80%{-webkit-transform:translateX(5px)}100%{opacity:1;-webkit-transform:translateX(0)}}
	@-moz-keyframes bounceInRight{0%{opacity:0;-moz-transform:translateX(2000px)}60%{-moz-transform:translateX(-80px)}80%{-moz-transform:translateX(5px)}100%{opacity:1;-moz-transform:translateX(0)}}
	@-o-keyframes bounceInRight{0%{opacity:0;-o-transform:translateX(2000px)}60%{-o-transform:translateX(-80px)}80%{-o-transform:translateX(5px)}100%{opacity:1;-o-transform:translateX(0)}}
	@keyframes bounceInRight{0%{opacity:0;transform:translateX(2000px)}60%{transform:translateX(-80px)}80%{transform:translateX(5px)}100%{opacity:1;transform:translateX(0)}}
	@-webkit-keyframes bounceIn{0%{opacity:0;-webkit-transform:scale(.3)}50%{-webkit-transform:scale(1.05)}70%{-webkit-transform:scale(.9)}100%{opacity:1;-webkit-transform:scale(1)}}
	@-moz-keyframes bounceIn{0%{opacity:0;-moz-transform:scale(.3)}50%{-moz-transform:scale(1.05)}70%{-moz-transform:scale(.9)}100%{opacity:1;-moz-transform:scale(1)}}
	@-o-keyframes bounceIn{0%{opacity:0;-o-transform:scale(.3)}50%{-o-transform:scale(1.05)}70%{-o-transform:scale(.9)}100%{opacity:1;-o-transform:scale(1)}}
	@keyframes bounceIn{0%{opacity:0;transform:scale(.3)}50%{transform:scale(1.05)}70%{transform:scale(.9)}100%{opacity:1;transform:scale(1)}}
	@-webkit-keyframes moveUp{0%{opacity:1;-webkit-transform:translateY(40px)}100%{opacity:1;-webkit-transform:translateY(0)}}
	@-moz-keyframes moveUp{0%{opacity:1;-moz-transform:translateY(40px)}100%{opacity:1;-moz-transform:translateY(0)}}
	@-o-keyframes moveUp{0%{opacity:1;-o-transform:translateY(40px)}100%{opacity:1;-o-transform:translateY(0)}}
	@keyframes moveUp{0%{opacity:1;transform:translateY(40px)}100%{opacity:1;transform:translateY(0)}}
	@-webkit-keyframes fadeBgColor{0%,70%{background:0 0}100%{background:#464646}}
	@-o-keyframes fadeBgColor{0%,70%{background:0 0}100%{background:#464646}}
	@keyframes fadeBgColor{0%,70%{background:0 0}100%{background:#464646}}

	.animated.animationDelay{animation-delay:.25s;-webkit-animation-delay:.25s;}
	.animated.animationDelay2{animation-delay:.5s;-webkit-animation-delay:.5s;}
	.animated.animationDelayLong{animation-delay:1.2s;-webkit-animation-delay:1.2s;}
	.animated.animationDelayLonger{animation-delay:1.6s;-webkit-animation-delay:1.6s;}
	.animated.animationDelayLongest{animation-delay:2s;-webkit-animation-delay:2s;}
	.animated.fadeBgColor{-webkit-animation-name:fadeBgColor;-moz-animation-name:fadeBgColor;-o-animation-name:fadeBgColor;animation-name:fadeBgColor}
	.animated.bounceIn{-webkit-animation-name:bounceIn;-moz-animation-name:bounceIn;-o-animation-name:bounceIn;animation-name:bounceIn}
	.animated.bounceInRight{-webkit-animation-name:bounceInRight;-moz-animation-name:bounceInRight;-o-animation-name:bounceInRight;animation-name:bounceInRight}
	.animated.bounceInLeft{-webkit-animation-name:bounceInLeft;-moz-animation-name:bounceInLeft;-o-animation-name:bounceInLeft;animation-name:bounceInLeft}
	.animated.fadeIn{-webkit-animation-name:fadeIn;-moz-animation-name:fadeIn;-o-animation-name:fadeIn;animation-name:fadeIn}
	.animated.fadeInUp{-webkit-animation-name:fadeInUp;-moz-animation-name:fadeInUp;-o-animation-name:fadeInUp;animation-name:fadeInUp}
	.animated.fadeInDown{-webkit-animation-name:fadeInDown;-moz-animation-name:fadeInDown;-o-animation-name:fadeInDown;animation-name:fadeInDown}
	.animated.fadeInLeft{-webkit-animation-name:fadeInLeft;-moz-animation-name:fadeInLeft;-o-animation-name:fadeInLeft;animation-name:fadeInLeft}
	.animated.fadeInRight{-webkit-animation-name:fadeInRight;-moz-animation-name:fadeInRight;-o-animation-name:fadeInRight;animation-name:fadeInRight}
	.animated.moveUp{-webkit-animation-name:moveUp;-moz-animation-name:moveUp;-o-animation-name:moveUp;animation-name:moveUp}
}

/*--------------------------------------------------------------
18. The Events Calendar
--------------------------------------------------------------*/

.tribe-events,
.tribe-events-single {
	--tec-font-family-sans-serif: 'Rubik', sans-serif;
	--tec-color-text-event-title: var(--tpo-orange);
	--tec-color-link-accent: var(--tpo-teal);
	--tec-color-link-accent-hover: var(--tpo-orange);
}
.tribe-events-single-event-title,
.tribe-common-h6 {
	font-family: 'Playfair Display', sans-serif !important;
}
.tribe-common-h6 a {
	color: var(--tpo-orange) !important;
}
img.tribe-events-calendar-list__event-featured-image,
img.tribe-events-pro-photo__event-featured-image {
	aspect-ratio: 16/9;
	object-fit: cover;
	overflow: clip;
}
.tribe-events-calendar-series-archive__container {
	margin-left: 10px !important;
	opacity: 0.4;
}
.tribe-events-pro-photo__event-title {
	margin-bottom: 0 !important;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-date-tag-datetime::after {
  right: -1px;
  width: 4px;
}
.tribe-events .tribe-events-calendar-list__event-date-tag-datetime::after {
  background-color: var(--tpo-orange) !important;
  border-radius: var(--tec-border-radius-default);
  content: "";
  height: 100%;
  position: absolute;
  right: calc(100% - 3px);
  width: 3px;
}
.tribe-events-c-view-selector__list-item-icon .tribe-common-c-svgicon {
	display: block;
}
@media (min-width: 1096px) {
	#tribe-events-pg-template {
		padding-top: 170px;
	}
}
.tribe-events-single > .tribe_events {
	overflow: visible;
}
#tribe-events-pg-template .tribe-events-event-image {
	overflow: hidden;
}
#tribe-events-pg-template .tribe-events-event-image img {
	aspect-ratio: 16/9;
	object-fit: cover;
	overflow: clip;
	width: 100%;
}
#tribe-events-pg-template .tribe-events-series-relationship-single-marker__title {
	color: var(--tpo-teal);
}
#tribe-events-pg-template .tribe-events-event-meta {
	display: block;
	gap: var(--tec-spacer-7);
}
@media (min-width: 1096px) {
	#tribe-events-pg-template .tribe-events-event-meta {
		order: 0;
	}
}
#tribe-events-pg-template .tribe-events-event-meta .tribe-events-gmap::before {
	content: '';
	display: table;
}
#tribe-events-pg-template .tribe-events-meta-group {
	flex: 1 1 0%;
}
#tribe-events-pg-template .tribe-events-meta-group .tribe-events-single-section-title {
	font-size: 18px;
}
#tribe-events-pg-template .tribe-events-venue-map {
	height: 0;
  padding-bottom: 100%;
  position: relative;
	width: 100%;
}
#tribe-events-pg-template .tribe-events-venue-map iframe {
	height: 100%;
	left: 0;
	max-height: none;
	position: absolute;
	top: 0;
	width: 100%;
}
@media (min-width: 768px) {
	#tribe-events-pg-template .tribe-events-event-meta {
		display: flex;
		width: 100%;
	}
	#tribe-events-pg-template .tribe-events-meta-group {
		flex-basis: 0%;
		margin: 0;
		max-width: 33.333333%;
		width: auto;
	}
}
.scriptlesssocialsharing__heading {
	font-family: 'Playfair Display', sans-serif !important;
	font-size: 1rem;
}
.scriptlesssocialsharing__buttons .button:nth-child(4n + 1) {
	background-color: var(--tpo-orange) !important;
}
.scriptlesssocialsharing__buttons .button:nth-child(4n + 2) {
	background-color: var(--tpo-purple) !important;
}
.scriptlesssocialsharing__buttons .button:nth-child(4n + 3) {
	background-color: var(--tpo-teal) !important;
}
.scriptlesssocialsharing__buttons .button:nth-child(4n + 4) {
	background-color: var(--tpo-blued) !important;
}

/*--------------------------------------------------------------
19. WP Galleries Fix
--------------------------------------------------------------*/

.gallery:after {content:"";display:table;clear:both;}

img.aligncenter, div.aligncenter, figure.aligncenter, img.wp-post-image {display:block; margin:1em auto;}
img.alignright, div.alignright, figure.alignright {float:right; margin:1em 0 1em 2em;}
img.alignleft, div.alignleft, figure.alignleft, img.wp-post-image.attachment-thumb {float:left; margin:1em 1em 2em 0;}
figure {max-width: 100%; height: auto; margin:1em 0;}
p img.alignright, p img.alignleft {margin-top:0;}

.gallery figure img {max-width:100%; height:auto; margin:0 auto; display:block;}
.gallery figure {float:left; margin:0 2% 1em 0;}

.gallery.gallery-columns-1 figure {width:100%; margin:0 0 1em 0; float:none;}

.gallery.gallery-columns-3 figure {width:32%;}
.gallery.gallery-columns-3 figure:nth-of-type(3n+3) {margin-right:0;}
.gallery.gallery-columns-3 figure:nth-of-type(3n+4) {clear:left;}

.gallery.gallery-columns-2 figure {width:49%;}
.gallery.gallery-columns-2 figure:nth-of-type(even) {margin-right:0;}
.gallery.gallery-columns-2 figure:nth-of-type(odd) {clear:left;}

.gallery.gallery-columns-4 figure {width:23.25%;}
.gallery.gallery-columns-4 figure:nth-of-type(4n+4) {margin-right:0;}
.gallery.gallery-columns-4 figure:nth-of-type(4n+5) {clear:left;}

.gallery.gallery-columns-5 figure {width:18%;}
.gallery.gallery-columns-5 figure:nth-of-type(5n+5) {margin-right:0;}
.gallery.gallery-columns-5 figure:nth-of-type(5n+6) {clear:left;}

.gallery.gallery-columns-6 figure {width:14.2%;}
.gallery.gallery-columns-6 figure:nth-of-type(6n+6) {margin-right:0;}
.gallery.gallery-columns-6 figure:nth-of-type(6n+7) {clear:left;}

.gallery.gallery-columns-7 figure {width:12%;}
.gallery.gallery-columns-7 figure:nth-of-type(7n+7) {margin-right:0;}
.gallery.gallery-columns-7 figure:nth-of-type(7n+8) {clear:left;}

.gallery.gallery-columns-8 figure {width:10.2%;}
.gallery.gallery-columns-8 figure:nth-of-type(8n+8) {margin-right:0;}
.gallery.gallery-columns-8 figure:nth-of-type(8n+9) {clear:left;}

.gallery.gallery-columns-9 figure {width:8.85%;}
.gallery.gallery-columns-9 figure:nth-of-type(9n+9) {margin-right:0;}
.gallery.gallery-columns-9 figure:nth-of-type(9n+10) {clear:left;}

@media (max-width:767px) {
	img.alignright, div.alignright, figure.alignright, img.alignleft, div.alignleft, figure.alignleft, img.wp-post-image.attachment-thumb {display:block; margin:1em auto; float:none;}
	.gallery.gallery-columns-4 figure, .gallery.gallery-columns-5 figure, .gallery.gallery-columns-6 figure, .gallery.gallery-columns-7 figure, .gallery.gallery-columns-8 figure, .gallery.gallery-columns-9 figure {width:100%; margin:0 0 1em 0; float:none;}
}
