/*
Theme Name: Bristol Event Center
Theme URI: http://underscores.me/
Author: Mannix Marketing, Inc.
Author URI: http://www.mannixmarketing.com
Description: Custom responsive theme for bristoleventcenter.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bristoleventcenter

This theme, like WordPress, is licensed under the GPL.

bristoleventcenter is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html{line-height:1.15;-webkit-text-size-adjust:100%}
body{margin:0}
hr{box-sizing:content-box;height:0}
code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}
a{background-color:transparent}
abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}
b,strong{font-weight:bolder}
small{font-size:80%}
sub,sup{font-size:75%;line-height:0;position:relative}
sub{bottom:-.25em}
sup{top:-.5em}
img{border-style:none}
button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}
button,select{text-transform:none}
[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}
[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}
fieldset{padding:.35em .75em .625em}
legend{color:inherit;display:table;max-width:100%;white-space:normal}
textarea{overflow:auto}
[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}
[type=search]{-webkit-appearance:textfield;outline-offset:-2px}
[type=search]::-webkit-search-decoration{-webkit-appearance:none}
::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}
details{display:block}
summary{display:list-item}
[hidden],template{display:none}
button,hr,input{overflow:visible}
progress,sub,sup{vertical-align:baseline}
[type=checkbox],[type=radio],legend{box-sizing:border-box;padding:0}

/*--------------------------------------------------------------
#Admin Bar Sticky Header Styles
--------------------------------------------------------------*/
.admin-bar .site-header.sticky,
.admin-bar .mobile-navigation  {
    top: 32px;
}
@media screen and (max-width: 782px) {
.admin-bar .site-header.sticky,
.admin-bar .mobile-navigation {
    top: 46px;
}
}
@media screen and (max-width: 600px) {
.admin-bar .site-header.sticky,
.admin-bar .mobile-navigation  {
    top: 0;
}
}

/*--------------------------------------------------------------
# Colors
--------------------------------------------------------------*/
:root {
    --blue: #191C4C;
    --green: #72730D;
    --yellow: #DEDF96;
    --brown: #493728;
    --white: #fff;
    --gray: #464542;
    --darkgray: #404040;
    --peach: #E8CFA8;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
html {
	font-size:16px;
    scroll-behavior: smooth;
    scroll-padding-top: 120px; /* height of sticky header */
   }
#directions {
	padding-top: 130px;
	margin-top: -130px;
}
body, button, input, select, textarea {
	color: var(--darkgrey);
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 1.5;
}
body {
	background-color: #F5F5F5;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Belleza', sans-serif;
	font-weight: 400;
	margin: 0 0 0.5em;
	line-height: 1.125;
}
h1 {
	color: var(--brown);
    margin-bottom: 0.6em;
	line-height: 1;
	text-align: center;
	position: relative;
    font-size: 3rem;    
    font-weight: 400;
    line-height: 1em;
    margin-bottom: 0.6em;
    font-family: 'Belleza', sans-serif;
}
.entry-header h1 span {
	color: var(--green);
}
.entry-header:not(.home) {
    margin-bottom: 4em;
}
.eventintroinfo .entry-header {
	margin-bottom: 0;
}
.home h1 {	
	font-family: 'Belleza', sans-serif;
	font-size: 4.0625rem;
	font-weight: 400;
}
h2 {
	color: var(--brown);
	font-size: 3.125rem;
	margin-bottom: 1.5rem;
}
.home h2 {
	color: var(--yellow);
}
h3 {
	font-size: 2.625rem;
	margin-bottom: 1.25rem;
}

p {margin: 0 0 1.5em;}
dfn, cite, em, i {font-style: italic;}
blockquote {margin: 0 1.5em;}
address {margin: 0 0 1.5em;}
pre {background: #eee; font-family: "Courier 10 Pitch", Courier, monospace; font-size: 15px; font-size: 0.9375rem; line-height: 1.6; margin-bottom: 1.6em; max-width: 100%; overflow: auto; padding: 1.6em; }
code, kbd, tt, var {font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace; font-size: 15px; font-size: 0.9375rem;}
abbr, acronym {border-bottom: 1px dotted #666; cursor: help;}
mark, ins {background: #fff9c0; text-decoration: none;}
big {font-size: 125%;}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}
hr{background-color:#ccc;border:0;height:1px;margin-bottom:1.5em}
ol, ul {
    margin: 0 0 1.5em 0;
    padding: 0 0 0 1em;
}
ul{list-style:disc}
ol{list-style:decimal}
li>ol, li>ul {
    margin-bottom: 0;
    margin-left: 2em;
}
dt{font-weight:700}
dd{margin:0 1.5em 1.5em}
img{height:auto;max-width:100%}
figure{margin:1em 0}
table{margin:0 0 1.5em;width:100%}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a, a:visited {
	color: var(--blue);
	text-decoration: none;
	transition: all ease 0.5s;
}
a:hover, a:focus, a:active {
	color: var(--gray);
	outline-color: transparent;
}
a[href*="tel:"]{white-space: nowrap;}
.page-section a:not(.button),
.entry-content a:not(.button),
.entry-content a:not(.button):visited,
.site-content a:not(.button) {
	text-decoration: underline;
}
.page-section a:not(.button):hover,
.page-section a:not(.button):focus,
.entry-content a:not(.button):hover,
.entry-content a:not(.button):focus,
.entry-content a:not(.button):active,
.site-content a:not(.button):focus,
.site-content a:not(.button):active  {
	color: var(--green);
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
.button, a.button, a.button:visited, button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.eventstopcontent p:last-of-type a,
.weddingstopcontent p:last-of-type a {
	background-color: var(--peach);
	border: none;
	border-radius: 0;
	box-shadow: none;
	color: var(--blue);
	display: inline-block;
	line-height: 1;
	padding: .6em 1em;
	transition: all ease 0.5s;
	text-decoration: none;
	text-align: center;
}
a.button.bluebutton {
	background-color: var(--blue);
	color: var(--white);
}
a.button.bluebutton:hover {
	background-color: var(--green);
	color: var(--white);
}
a.button.bluebutton:focus {
	outline: 1px dashed #000;
	background-color: var(--green);
	color: var(--white);
}
.eventstopcontent p:last-of-type a:nth-of-type(2),
.weddingstopcontent p:last-of-type a:nth-of-type(2) {
	margin-bottom: 15px;
	background-color: var(--blue);
	color: var(--peach);
	border: 1px solid var(--peach);
}
.eventstopcontent p:last-of-type a:nth-of-type(2){
	margin-left: 15px;
}
.weddingstopcontent p:last-of-type a:nth-of-type(2) {
	max-width: 376px;
	width: 100%;
	display: block;
	margin-top: .5em;
}
.gray-bg.eventstopcontent p:last-of-type a,
.gray-bg.weddingstopcontent p:last-of-type a {
	color: var(--blue);
}
.gf_browser_ie.gform_wrapper .gform_footer input.button { padding: .6em 1em !important; }

.button:hover, a.button:hover, button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.button:focus, a.button:focus,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
.button:active, a.button:active,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	background: var(--blue);
	color: var(--white);
	cursor: pointer;
}
.site-content .eventstopcontent p:last-of-type a:hover,
.site-content .weddingstopcontent p:last-of-type a:hover,
.site-content .eventstopcontent p:last-of-type a:focus,
.site-content .weddingstopcontent p:last-of-type a:focus,
.site-content .eventstopcontent p:last-of-type a:active,
.site-content .weddingstopcontent p:last-of-type a:active  {
	background: var(--white);
	color: var(--blue);
	cursor: pointer;
}
.gray-bg input[type="submit"]:hover,
.site-content .gray-bg input[type="submit"]:focus {
	background-color: var(--white);
	color: var(--blue);
}
.site-content .eventstopcontent p:last-of-type a:hover,
.site-content .weddingstopcontent p:last-of-type a:hover,{
	outline: 1px solid #fff;
}
.site-content .gray-bg :focus {
	outline: 1px dashed var(--white);
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	background-color: #D8D8D8;
	border: 1px solid #464542;
	border-radius: 0;
	color: #464542;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #000;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 3px;
}

textarea {
	padding-left: 3px;
	width: 100%;
}


/*--------------------------------------------------------------
# Custom Styles
--------------------------------------------------------------*/
.container {
    max-width: 1560px;
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
    padding-left: 40px;
    padding-right: 40px;
}
.home .container {
	max-width: 1400px; 
}
.widecontainer { max-width: 1700px; }
.container1300 { max-width: 1380px; }
.container1200 { max-width: 1280px; }
.container1100 { max-width: 1100px; }
.nowrap { white-space: nowrap; }
#mannix { font-size: 1rem; text-align: center; padding: 2em 0; }
#mannix p { margin-bottom: 0.125em; }
#mannix a { text-decoration: underline;}
#mannix a:focus, #mannix a:hover { text-decoration-style: solid; }
#mannix .container {
    border-top: 1px solid #E7E7E7;
    padding-top: 5em;
}
.row {
	padding-top: 3em;
	padding-bottom: 1.5em;
}
.sm-row { padding: 2em 0 0.5em; }
.embed-container {height:0; margin-bottom:1em; max-width:100%; overflow:hidden; padding-bottom:56.25%; position:relative;}
.embed-container iframe, .embed-container object, .embed-container embed {position:absolute; top:0; height:100%; left:0; width:100%;}
.flexed {display: flex; justify-content: space-between; flex-wrap: wrap;}
.flexedvstart { align-items: flex-start; }
.flexedstart {justify-content: flex-start;}
.flex2 { flex-basis: 48%; }
.flex3 { flex-basis: 31%; }
.flex32 { flex-basis: 32%; }
.flex4 { flex-basis: 23%; }
.centered { text-align: center; }
.nolineheight { line-height: 0; }
.brown-bg { background-color: var(--brown); color: #FFF; }
.gray-bg { background-color: var(--gray); color: #FFF; }
.blue-bg { background-color: var(--blue); color: #FFF; }
.white-bg {	background-color: #fff; }
.brown-bg a:not(.button),
.blue-bg a:not(.button),
.gray-bg a:not(.button) { 
	color: #FFF;
}

.gray-bg a:not(.button):hover,
.brown-bg a:not(.button):hover,
.blue-bg a:not(.button):hover,
.gray-bg a:not(.button):focus,
.brown-bg a:not(.button):focus,
.blue-bg a:not(.button):focus {
	color: var(--yellow);
}
.blue-bg h2 {
	color: var(--yellow);
}
.blue-bg :focus,
.site-content .blue-bg :focus {
	outline: 1px dashed var(--white);
}
.green {color: var(--green);}

#sticky-anchor {
	position: absolute;
	transition: all ease 0.3s;
	width: 100%;
}
.header-banner {
	text-align: center;
	padding: 10px 0;
}
.header-banner p {
	font-size: 22px;
}
.header-banner p:last-of-type {
	margin-bottom: 0;
}
.header-banner.brown-bg a:not(.button) {
	color: var(--yellow);
	text-decoration: underline;
}
.header-banner.brown-bg a:not(.button):hover,
.header-banner.brown-bg a:not(.button):focus {
	color: #FFF;
}
.header-banner.brown-bg a:not(.button):focus {
	outline: 1px dotted #FFF;
	outline-offset: 2px;
}

.header-logo-wrapper {
	background: var(--brown);
	padding-top: 5px;
}
.header-logo-wrapper .site-logo {
	margin-bottom: -130px;
}
body:not(.home) #content {
	padding-top: 80px;
}
.site-content {
	position: relative;
}
.site-content :focus {
	outline: 1px dashed #000;
}
.page-id-87 .site-content:before,
.page-id-85 .site-content:before,
.page-id-6 .site-content:before ,
.page-id-86 .site-content:before {
	content: '';
	background-color: #fff;
	width: 100%;
	top: 0;
	left: 0;
	height: 450px;
	position: absolute;
	z-index: 1;
}
.page-id-86 .site-content:before {
    height: 400px;
}
.page-id-6 .site-content:before {
    height: 310px;
}
.content-area {
    position: relative;
    z-index: 10;
    padding-bottom: 3em;
}
.page-id-344 .content-area {
    padding-bottom: 0;
}
.site-header {
    background: var(--white);
}
.site-header .container {
    max-width: 100%;
    padding-right: 0;
    width: 100%;
}
.site-header.sticky {
	box-shadow: 2px 2px 3px rgba(0,0,0,0.5);
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;
}
.site-branding {
    position: absolute;
    left: 50%;
    top: -18px;
    transform: translateX(-50%);
    z-index: 1000;
}
.site-logo img {
    transition: .5s ease;
    border-radius: 50%;
    box-shadow: 10px 10px 10px rgb(0 0 0 / 40%);
}
.mobilecall {
	display: none;
}
.site-logo {
    text-align: center;
    max-width: 200px;
}
.sticky .site-logo img {
    max-width: 160px;
}
.site-logo a {
	display: inline-block;
	line-height: 0;
}
.site-logo a:focus {
	outline: 2px dotted #000;
	outline-offset: 4px;
	border: 2px dotted var(--white);
}
ul#itility-menu {
    list-style: none;
    display: flex;
    justify-content: flex-end;
    background-color: var(--white);
    padding: 0 2.5em 0 0;
    margin: 0;
}
ul#itility-menu li {
    margin-left: 1em;
}
ul#itility-menu li a {
    color: var(--green);
    font-size: 0.9rem;
    line-height: 2.4em;
    display: inline-block;
}
ul#itility-menu li a:hover,
ul#itility-menu li a:focus {
	text-decoration: underline;
}
ul#itility-menu li a:focus {
	outline: 1px dashed #000;
}
.header-bottom {
	padding-top: 1.5em;
    padding-bottom: 1.5em;
}
.hero-image {
	position: relative;
	line-height: 0;
}
.featuredimg {
	height: 530px;
	background-size: cover;
	background-position: center;
	position: relative;
}
.page-id-86 .featuredimg {
	background-position: right;
}
.mobile-branding {
    display: none;
}
.hero-image > img {
	width: 100%;
	height: auto;
}
.entry-header .pretitle {
    display: block;
    color: var(--brown);
	line-height: 1;
	text-align: center;
	position: relative;
    font-size: 1.875rem;
    font-weight: 700;
	font-family: 'Montserrat', sans-serif;
}
.contact-info {
	flex-basis: 45%;
}
.contact-form {
	flex-basis: 50%;
}
.divider {
	height: 350px;
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
}
.text-section .container {
	max-width: 1100px;
}
.blocks-section .flexed {
	align-items: center;
	margin-bottom: 1.5em;
}
.blocks-section:nth-of-type(odd) .flexed {
	flex-direction: row-reverse;
}
.blocks-section .flexed > div {
	flex-basis: 48%;
}
.section-photo {
	line-height: 0;
}
.section-photo img {
	width: 100%;
}
.section-text p:last-of-type {
	margin-bottom: 0;
}
/*Homepage*/
.home-hero {
    height: calc(100vh - 50px);
    min-height: 720px;
    position: relative;
}
.home-hero-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    z-index: 100;
}
.home-hero-image:after,
.featuredimg:after  {
    content: '';
    position: absolute;
    width: calc(100% - 70px);
    height: calc(100% - 70px);
    left: 30px;
    top: 30px;
    border: 1px solid #FFF;
    z-index: 120;
}
.hero-text {
    background: #FFF;
    width: 740px;
    position: absolute;
    /*top: calc(50% + 50px);*/
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    line-height: 1.125;
    text-align: center;
    padding: 4em 3em 1.5em;
    z-index: 200;
}
.hero-text p {
    font-size: 1.5rem;
    color: var(--brown);
}
.hero-text p:first-of-type {
    font-size: 30px;
    display: inline-block;
}
body:not(.home) .pretitle {
    padding: 20px 30px;
    position: relative;
}
body:not(.home) .pretitle:before,
body:not(.home) .pretitle:after {
	width: 400px;
	height: 3px;
	background-color:#A49B91;
	top: 0;
	left: 50%;
	content: '';
	position: absolute;
	transform: translateX(-50%);
}
body:not(.home) .pretitle:after {
	top: auto;
	bottom: 0;
}
.hero-text .site-logo {
    margin-top: -130px;
}
.home-hero:after,
.hero-image:before {
    content: '';
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 150;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 21px 12.5px 0 12.5px;
    border-color: #ffffff transparent transparent transparent;
}
.hero-logos .flexed {
    align-items: center;
    position: relative;
}
.hero-logos .flexed:before,
.hero-logos .flexed:after {
    content: '';
    position: absolute;
    height: 100%;
    width: 2px;
    background: #A49B91;
    display: block;
}
.hero-logos .flexed:before{
    left: 30%;
}
.hero-logos .flexed:after{
    right: 30%;
}
.hero-logos .flexed span {
    flex-basis: 30%;
    text-align: center;
    padding: 10px 0;
}
.hero-logos .flexed span img {
    max-height: 75px;
    width: auto;
}

.home #primary.row {
    background-image: url('/wp-content/themes/bristoleventcenter/images/bg-lines.png');
    background-repeat: no-repeat;
    background-position: top left;
    padding-bottom: 3em;
}
.home #primary.row {
    padding-bottom: 6em;
}
.home #primary .container {
    max-width: 1575px;
    padding-bottom: 305px;
}
.home #accommodations .container {
    max-width: 1575px;
}
.home main.site-main,
.accommodations-text {
    box-shadow: 40px 40px 20px rgba(0, 0, 0, 0.1);
    background: rgb(25 28 76 / 95%);
    color: #FFF;
    max-width: 765px;
    padding: 60px 75px;
    margin: 0 50px 0 auto;
    z-index: 200;
    position: relative;
}
.home main .entry-content p:last-of-type,
.accommodations-text p:last-of-type {
    margin-bottom: 0;
}
.home main h2,
.accommodations-text h2 {
    line-height: 1;
}
.home main .entry-content {
    margin-top: 0;
}
.primary-left,
.primary-right,
.accommodations-left {
    position: absolute;
    background-position: center;
    background-size: cover;
    z-index: auto;
}
.primary-left,
.accommodations-left {
    width: 735px;
    height: 586px;
    left: 0;
    top: 120px;
}
.primary-left:after {
    content: '';
    display: block;
    position: absolute;
    background-image: url('/wp-content/themes/bristoleventcenter/images/bg-primary-left.png');
    background-repeat: no-repeat;
    width: 710px;
    height: 338px;
    z-index: -10;
    right: -134px;
    bottom: -126px;
}
.primary-right {
    width: 680px;
    height: 375px;
    right: 0;
    bottom: 20px;
}

.ballroom-logo {
    box-shadow: 0px 20px 6px rgba(0, 0, 0, 0.16);
    background: #FFF;
    line-height: 0;
    width: 360px;
    height: 145px;
    text-align: center;
    margin: 0 auto -100px;
    position: relative;
    z-index: 200;
}
.ballroom-wrapper .container {
    border: 1px solid #20224C;
    max-width: 1750px;
    padding: 25px;
    margin-bottom: 1.5em;
}
.ballroom-background {
    position: absolute;
    top: 25px;
    left: 25px;
    width: calc(100% - 50px);
    height: calc(100% - 50px);
    background-size: cover;
    background-position: center;
    z-index: -15;
}
.ballroom-text {
    background-color: var(--blue);
    color: #FFF;
    position: relative;
    z-index: auto;
    max-width: 550px;
    margin: 230px 0 275px auto;
    padding: 25px;
}
.ballroom-text p {
    font-size: 1.125rem;
}
.ballroom-text p:last-of-type{
    margin-bottom: 0;
}
.ballroom-text:after {
    content: '';
    position: absolute;
    z-index: -10;
    width: 415px;
    height: 325px;
    background-position: bottom right;
    background-size: cover;
    background-image: url('/wp-content/uploads/2022/06/Group-233-2.png');
    top: -15px;
    left: -15px;
    box-shadow: 0px 10px 6px rgba(0, 0, 0, 0.16);
}

.divider {
    background-attachment: scroll;
    height: 265px;
}

#accommodations .container {
    padding-bottom: 0;
}
.accommodations-left {
    height: 425px;
}
.accommodations-left:after {
    content: '';
    display: block;
    position: absolute;
    background-image: url('/wp-content/themes/bristoleventcenter/images/bg-accommodations-left-after.png');
    background-repeat: no-repeat;
    width: 144px;
    height: 235px;
    z-index: -10;
    left: -92px;
    top: -90px;
}
.accommodations-logos {
    max-width: 700px;
    margin: 1em 70px 0 auto;
    z-index: 200;
    position: relative;
}
.accommodations-logos .flexed {
    justify-content: space-evenly;
    align-items: center;
}
.accommodations-logos span {
    flex-basis: auto;
}

.amenities-wrapper:before {
    content: '';
    border-bottom: 3px solid #A49B91;
    display: block;
    width: 420px;
    margin: 1em auto;
}
.amenities-wrapper .container {
    max-width: 1700px;
}
.stars {
    color: #AAAD00;
    font-size: 2.5rem;
    margin: 0.3em auto;
}
.stars > i.fas:not(:last-of-type) {
    margin-right: 5px;
}
.amenities-intro {
    text-align: center;
}
.amenities-intro h2 {
    color: var(--brown);
    margin-bottom: 0;
}
.amenities-gallery {
    margin-bottom: 2em;
}
.amenities-gallery .slick-track {
    padding: 30px 0;
}
.amenities-gallery .slick-dots li button:before {
    font-size: 12px;
}
.amenities-gallery a,
.amenities-gallery a > img {
    transition: all ease 0.5s;
}
.amenities-gallery a > img {
    width: 100%;
}
.amenities-gallery a {
    line-height: 0;
    z-index: 100;
    margin: 0 10px;
	display: block;
	height: 100%;
}
.amenities-gallery a:hover,
.amenities-gallery a:focus {
    z-index: 200;
}
.amenities-gallery a:hover,
.amenities-gallery a:focus {
    transform: scale(1.1);
    box-shadow: 0px 10px 6px rgba(0, 0, 0, 0.16);
}
.amenities-text {
    color: var(--blue);
    max-width: 570px;
    margin: 0 auto;
}
.amenities-text {
    color: var(--blue);
    max-width: 560px;
    margin: 0 auto;
}
.hotel-gallery {
    width: 100%;
    overflow: hidden;
}
body .modaal-wrapper .modaal-close {
    background-color: var(--green);
    border: 2px solid var(--white);
    width: 54px;
    height: 54px;
}
body .modaal-wrapper .modaal-close:hover,
body .modaal-wrapper .modaal-close:focus {
	background-color: var(--blue);
}
body .modaal-close:focus:after,
body .modaal-close:focus:before,
body .modaal-close:hover:after,
body .modaal-close:hover:before {
	background-color: #fff;
}
body .modaal-gallery-control{
    background: #000;
    border: 2px solid #fff;
    width: 54px;
    height: 54px;
}
body .modaal-gallery-control:hover,
body .modaal-gallery-control:focus {
    background: var(--blue);
}
body .modaal-gallery-control:focus:after,
body .modaal-gallery-control:focus:before,
body .modaal-gallery-control:hover:after,
body .modaal-gallery-control:hover:before {
    background: #fff;
}
.contactright input[type="submit"] {
	background-color: var(--blue);
	color: var(--white);
}
.contactright input[type="submit"]:hover,
.contactright input[type="submit"]:focus {
	background-color: var(--green);
	color: var(--white);
}
*{
min-height: 0;
min-width: 0;
}
#weddings-conferences .container {
    background-image:  url('/wp-content/themes/bristoleventcenter/images/bg-events.png');
    background-position: -71px top;
    background-repeat: no-repeat;
    max-width: 1700px;
    padding: 0 135px;
}
#weddings-conferences .flexed {
    margin-bottom: 5em;
}
.home .block-item {
    flex-basis: 43%;
}
.block-title  h2 {
    text-align: center;
    color: #FFF;
}
.block-photo {
    padding-top: 73.68%;
    background-size: cover;
    background-position: center;
}
.block-text {
    background: #FFF;
    color: var(--blue);
    padding: 25px 35px;
}
.block-text p:last-of-type {
    margin-bottom: 0;
}

.hp-contact .container {
    max-width: 1700px;
    background-position: center;
    background-size: cover;
}
.hp-contact .container:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    background-image: url('/wp-content/themes/bristoleventcenter/images/bg-squigle.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right bottom;
    width: 300px;
    height: 54px;
    z-index: 10;
}
.hp-contact .container:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: url('/wp-content/themes/bristoleventcenter/images/bg-squares.png');
    background-repeat: no-repeat;
    width: 145px;
    height: 140px;
}
.contact-text {
    max-width: 1100px;
    margin: 0 auto;
    padding: 25px 50px;
    position: relative;
    z-index: 100;
}
.contact-text h2 {
    text-align: center;
    color: #FFF;
}
.contact-text p {
    max-width: 600px;
    margin: 0 auto 1.5em;
}
.contact-text .gform_wrapper.gravity-theme .gfield_required .gfield_error legend,
.contact-text .gform_wrapper.gravity-theme .gfield_required .gfield_required,
.contact-text .gform_wrapper.gravity-theme .gfield_required .gfield_error label {
    color: #FFF;
}
.contact-text .gform_wrapper.gravity-theme .ginput_container_date input {
    width: 100%;
}
.contact-text .gform_wrapper.gravity-theme .gfield_label,
.contact-text .gform_wrapper.gravity-theme .ginput_complex label {
    font-size: 1rem;
    letter-spacing: 1.44px;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 0;
    padding-left: 10px;
}
.contact-text .gform_wrapper.gravity-theme .ginput_complex label {
    font-size: 0.75rem;
}
.contact-text .gform_wrapper.gravity-theme .gform_footer {
    text-align: center;
}
.contact-text .gform_wrapper.gravity-theme .gform_footer input {
    padding: 0.6em 2em;
    text-transform: uppercase;
}
.contact-text .gform_wrapper.gravity-theme input[type=color],
.contact-text .gform_wrapper.gravity-theme input[type=date],
.contact-text .gform_wrapper.gravity-theme input[type=datetime-local],
.contact-text .gform_wrapper.gravity-theme input[type=datetime],
.contact-text .gform_wrapper.gravity-theme input[type=email],
.contact-text .gform_wrapper.gravity-theme input[type=month],
.contact-text .gform_wrapper.gravity-theme input[type=number],
.contact-text .gform_wrapper.gravity-theme input[type=password],
.contact-text .gform_wrapper.gravity-theme input[type=search],
.contact-text .gform_wrapper.gravity-theme input[type=tel],
.contact-text .gform_wrapper.gravity-theme input[type=text],
.contact-text .gform_wrapper.gravity-theme input[type=time],
.contact-text .gform_wrapper.gravity-theme input[type=url],
.contact-text .gform_wrapper.gravity-theme input[type=week],
.contact-text .gform_wrapper.gravity-theme select,
.contact-text .gform_wrapper.gravity-theme textarea {
    padding: 12px;
}
.eventstop .container {
    max-width: 1430px;
}
.eventstop {
	position: relative;
}
.eventstop:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 5em;
    background-image: url(/wp-content/uploads/2022/06/Group-259.png);
    width: 482px;
    height: 482px;
    z-index: 1;
    background-size: cover;
    opacity: 0.3;
}
.eventstop:before {
    content: '';
    position: absolute;
    right: 1em;
    bottom: -2em;
    background-image: url(/wp-content/uploads/2022/06/Group-290.png);
    width: 205px;
    height: 97px;
    z-index: 1;
}
/*.eventstop:before {
    content: '';
    position: absolute;
    right: 0;
    top: -2em;
    background-image: url(/wp-content/uploads/2022/06/Group-287.png);
    width: 313px;
    height: 313px;
    z-index: 2;
}*/
.eventstopflex {
    justify-content: flex-end;
    position: relative;
    margin-bottom: 4em;
}
.eventstopcontent,
.generaltopcontent  {
    color: #FFF;
    width: 750px;
    z-index: 3;
    padding: 3em 3.9em;
    margin: 4.6em 0;
    position: relative;
    line-height: 1.3em;
    box-shadow: 40px 40px 20px #00000019;
}
.eventstopimg1 {
    position: absolute;
    left: 0;
    top: 0;
    max-width: 682px;
    z-index: 2;
}
.eventstopimg2 {
    position: absolute;
    left: 50%;
    max-width: 447px;
    bottom: 0;
    z-index: 3;
    margin-left: -537px;
}
.eventtype {
    background-color: #fff;
    padding: 3em 2em 4em;
    margin-bottom: 3em;
    box-shadow: 10px 10px 20px #00000029;
    flex-basis: 32%;
}
.eventtype h2 {
    text-align: center;
    margin: 0 auto 0.6em;
    max-width: 300px;
}
.eventtypetext {
    padding: 2em 0 0;
    color: var(--blue);
}
.eventhighlightsheader {
    max-width: 800px;
    margin: 0 auto 2em;
}
.eventhighlightswrap.row {
    padding-bottom: 3em;
    margin-bottom: 6em;
    border-bottom: 1px solid #bdafa4;
}
.eventhighlightsheader h2 span {
	font-size: 1.4em;
	display: block;
}
.eventhighlight p {
    font-size: 1.6rem;
}
.eventhighlight span {
    display: block;
    color: var(--green);
    font-size: 5rem;
    line-height: 1em;
}
.container.services {
    padding: 2.5em 5em 7em 5em;
}
.services  {
	position: relative;
}
.services:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    background-image: url(/wp-content/uploads/2022/06/Group-283.png);
    width: 826px;
    height: 826px;
    z-index: 1;
    opacity: 0.2;
}
.page-id-351 .services.blue-bg:before {
    width: 500px;
    height: 500px;
    background-size: cover;
}
.services h2 {
    color: #fff;
    text-align: center;
    margin-bottom: 1.25em;
}
.servicescontent {
    border: 1px solid #fff;
    padding: 2.8em 1.3em;
    position: relative;
    z-index: 10;
}
.servicescontent ul {
    column-count: 2;
    font-size: 1.4rem;
    font-weight: 500;
    column-gap: 2em;
    margin: 0;
    padding: 0;
}
.hotelimgtext ul {
    font-weight: 700;
    padding: 0 5em 0 0;
}
.servicescontent ul li,
.packagercol ul li,
.hotelimgtext ul li {
    margin-bottom: 1em;
    position: relative;
    list-style: none;
    padding: 0 0 0 2em;
}
.servicescontent ul li:before,
.packagercol ul li:before,
.hotelimgtext ul li:before {
    left: 0;
    content: '';
    position: absolute;
    top: 5px;
    width: 0;
	height: 0;
	border-style: solid;
	border-width: 9.5px 0 9.5px 17px;
	border-color: transparent transparent transparent var(--green);
}
.hotelimgtext ul ul li {
    list-style: disc;
    padding: 0;
    margin: 0;
}
.hotelimgtext ul ul li:before {
	content: none;
	position: relative;	
}
.backgroundimage {
    height: 270px;
    background-position: center;
    background-size: cover;
}
.eventspacewrap.row {
    padding-bottom: 0;
}
.eventspaceheader {
    max-width: 940px;
    margin: 2em auto 5em;
    color: var(--blue);
}
.eventspaceheader h2 {
    text-align: center;
    font-size: 3.9rem;
}
.eventspace {
    background-color: #fff;
    padding: 3em 2em;
    margin-bottom: 3em;
    box-shadow: 10px 10px 20px #00000029;
}
.eventspace h3 {
    font-size: 2.1rem;
    margin-bottom: 1.25rem;
    text-align: center;
    margin-bottom: 4rem;
    color: var(--blue);
}
ul.eventsrooms {
    list-style: none;
    margin: 0;
    padding: 0;
}
.eventsroomrow {
    display: flex;
    font-size: 1.4rem;
}
.eventsroomrow strong {
    display: inline-block;
    flex-basis: 65%;
    border-right: 2px solid #A49B91;
    padding: 0.6em 0.5em 0.6em 0;
}
.eventsroomrow span {
    display: block;
    padding: 0.6em 0 0.6em 0.5em;
    flex-basis: 35%;    
}
.eventspacefooter {
    text-align: right;
    color: var(--blue);
}
.eventspacefooter p {
    margin-bottom: 0;
}
.diningtop {
    padding-top: 0;
    padding-bottom: 6em;
}
.diningtopimg {
    flex-basis: 50%;
    z-index: 99;
}
.diningtopcontent {
    order: 2;
    flex-basis: 53%;
    padding: 3.8em 3.8em 1.3em;
    margin: 8em 0 0 -3%;
    z-index: 100;
}
#dining-options {
    padding-top: 0;
}
.weddingpackage {
    padding-top: 6em;
    padding-bottom: 3em;
}
.weddingpackageheader {
    margin-bottom: 4em;
}
.weddingstop {
    /*padding-top: 3.5em;*/
}
.weddingstopcontent {
    position: relative;
    z-index: 100;
    padding: 3em 4em;
    flex-basis: 54%;
    box-shadow: 40px 40px 20px #00000019;
    margin-bottom: 25%;
    line-height: 1.3em;
}
/*.weddingstopcontent:after {
    content: '';
    display: block;
    position: absolute;
    background-image: url(images/bg-accommodations-left-after.png);
    background-repeat: no-repeat;
    width: 144px;
    height: 235px;
    z-index: -1;
    left: -92px;
    bottom: -90px;
    clip-path: polygon(0% 0%, 0% 100%, 100% 100%, 100% 62%, 64% 62%, 64% 0%);
}*/
.weddingstop,
.diningtop {
	position: relative;
}
.weddingstop:after,
.diningtop:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    background-image: url(/wp-content/uploads/2022/06/Group-259.png);
    width: 482px;
    height: 482px;
    z-index: 1;
    background-size: cover;
    opacity: 0.3;
}
.weddingstop:before {
    content: '';
    position: absolute;
    left: 9%;
    bottom: 12%;
    background-image: url(/wp-content/uploads/2022/06/Group-290.png);
    width: 205px;
    height: 97px;
    z-index: 1;
}
.weddingstopcontent p:last-of-type {
	margin-bottom: 0;
}
.weddingstopimg1 {
	flex-basis: 46%;
    padding: 2em 2em 1em 0;
}
.weddingstopimg2 {
    position: absolute;
    box-shadow: 20px 20px 10px #00000029;
    max-width: 45%;
    right: 0;
    top: 50%;
}
.weddingstopimg3 {
    left: 50%;
    position: absolute;
    bottom: 0;
    z-index: 100;
    width: 490px;
    margin-left: -440px;
}
.packagerow {
    box-shadow: 10px 10px 20px #00000029;
    padding: 1em 1.5em;
    margin-bottom: 1em;
    z-index: 100;
    position: relative;
    background: #fff;
}
.packagerow h3 {
    text-align: center;
    margin-bottom: 1em;
}
.weddingpackagewrap,
.page-id-86 .site-content {
	position: relative;
}
.weddingpackagewrap:after {	
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    background-image: url(/wp-content/uploads/2022/06/Group-272-2.png);
    width: 849px;
    height: 959px;
    z-index: 1;
}
/*.page-id-86 .site-content:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(/wp-content/uploads/2022/06/Group-259.png);
    width: 442px;
    height: 442px;
    z-index: 1;
}*/
.page-id-87 .accommodationstop {
    padding-bottom: 4.5em;
    margin-bottom: 0;
}
.accommodationstop {
    position: relative;
    padding-bottom: 4.5em;
    margin-bottom: 4.5em;
}
.accommodationstop .container {
    padding: 0 2em 11.5em;
}
/*.accommodationstop:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 20%;
    background-image: url(/wp-content/uploads/2022/06/Group-288.png);
    width: 452px;
    height: 181px;
    z-index: 1;	
}*/
.accommodationstop:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 6em;
    background-image: url(/wp-content/uploads/2022/06/Group-259.png);
    width: 482px;
    height: 482px;
    z-index: 1;
    background-size: cover;
    opacity: 0.3;
    transform: scaleX(-1);
}
.accommodationstop:before {
    content: '';
    position: absolute;
    left: 4.3em;
    bottom: 6em;
    background-image: url(/wp-content/uploads/2022/06/Group-290.png);
    width: 205px;
    height: 97px;
}
.accommodationstopcontent {
    padding: 3em 3.5em;
    position: relative;
    z-index: 4;
    width: 740px;
}
.accommodationstopcontent p:last-of-type {
	margin-bottom: 0;
}
.accommodationstopimg1 {
    position: absolute;
    left: 40%;
    top: 4em;
    max-width: 682px;
    z-index: 3;
}
.accommodationstopimg2 {
    position: absolute;
    right: 0;
    max-width: 377px;
    top: 0;
    z-index: 4;
}
.accommodationstopimg3 {
    position: absolute;
    left: 20%;
    max-width: 377px;
    bottom: 0;
    z-index: 4;
}
.fullwidthimgwrap {
    margin: 0 2em;
}
.fullwidthimgwrap h2 {
    margin-bottom: 1.2em;
}
.fullwidthimgtext h2 {
	color: #fff;
    margin-bottom: 0.2em;
}
.fullwidthimg.container {
    max-width: 1750px;
    border: 25px solid #fff;
    outline: 1px solid #20224C;
    padding: 0;
}
.fullwidthimgtext {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: var(--blue);
    color: #fff;
    max-width: 570px;
    padding: 1.4em 2em;
    z-index: 2;
    font-size: 1.2rem;
    line-height: 1.3em;
}
.fullwidthimgtext p:last-of-type {
	margin-bottom: 0;
}
.fullwidthimg:before {
    content: '';
    position: absolute;
    right: 9em;
    top: 57%;
    transform: translateY(-50%);
    background-image: url(/wp-content/uploads/2022/06/Group-233-2.png);
    width: 410px;
    height: 327px;
    z-index: 1;
}
.fullwidthimg .backgroundimage {
    height: 575px;
}
.hotelswrap {
	margin-top: 4em;
}
.hotelheader {
    margin-bottom: 4em;
}
.hotelheader h2 {
	margin-bottom: 0;
}
.hotelimg {
    box-shadow: 10px 10px 10px #00000029;
    border: 2px solid #FFFFFF;
    margin-bottom: 4em;
    position: relative;
    z-index: 2;
}
.hotel-gallery .slick-prev:before, .hotel-gallery .slick-next:before {
    font-size: 40px;
    line-height: 1;
    opacity: .9;
}
.hotel-gallery .slick-prev {
    left: 25px;
}
.hotel-gallery .slick-next {
    right: 25px;
}
.hotel-gallery .slick-prev, .hotel-gallery .slick-next {
    width: 40px;
    height: 40px;
    z-index: 100;
}
.hotel:first-of-type .hotelimg:before {
    content: '';
    position: absolute;
    left: -2em;
    top: -2em;
    background-image: url(/wp-content/uploads/2022/06/Group-289.png);
    width: 332px;
    height: 265px;
    z-index: -1;
    opacity: 0.5;
}
.hotelsectionfooter,
.threecolumnsfooter  {
    position: relative;
}
.hotelsectionfooter p,
.threecolumnsfooter p {
    max-width: 835px;
    text-align: center;
    font-weight: 700;
    font-size: 1.875rem;
    margin: 1em auto;
    position: relative;
    z-index: 100;
    padding: 1em 0.5em;
    background-color: #F5F5F5;
}
.hotelsectionfooter:before,
.hotelsectionfooter:after,
.threecolumnsfooter:before,
.threecolumnsfooter:after {
    content: '';
    position: absolute;
    left: -5em;
    top: 58%;
    transform: translateY(-58%);
    background-image: url(/wp-content/uploads/2022/06/Group-290.png);
    width: 205px;
    height: 97px;
    z-index: 1;
}
.hotelsectionfooter:after,
.threecolumnsfooter:after {
	left: auto;
	right: -5em;
}
.hp-contact .container:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    background-image: url(/wp-content/uploads/2022/06/boxes-before.png);
    width: 136px;
    height: 128px;
    z-index: 1;
}
.container.contactpage {
    max-width: 1200px;
    padding-top: 3em;
}
.contactpage .social-icon {
    font-size: 3rem;
}
.contactpage input[type="text"],
.contactpage input[type="email"],
.contactpage input[type="url"],
.contactpage input[type="password"],
.contactpage input[type="search"],
.contactpage textarea {
    background-color: #fff;
    border: 1px solid #6c6c6c;
}
body .gform_wrapper.gravity-theme .ginput_container_date input {
    width: 100%;
}
.contactleft {
	position: relative;
	padding-bottom: 500px;
}
.contactleft:after {	
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    background-image: url(/wp-content/uploads/2022/06/Group-272.png);
    width: 500px;
    height: 520px;
    background-size: cover;
    z-index: 1;
}
.accommodationsamenitieswrap {
	position: relative;
}
.accommodationsamenitieswrap:before {
    content: '';
    position: absolute;
    left: 0;
    top: 10em;
    background-image: url(/wp-content/uploads/2022/06/Group-287.png);
    width: 313px;
    height: 313px;
    z-index: 2;
    opacity: 0.3;
}
.accommodationsamenitiesheader {
    max-width: 1000px;
    margin: 0 auto 2em;
}
.amenitiesimages {
    border: 1px solid #20224C;
    padding: 25px;
    position: relative;
    z-index: 2;
    background: #fff;
}
.amenitiesimage {
	width: 50%;
	float: left;
	outline: 10px solid #fff;
}
.amenitiesimage:first-of-type,
.amenitiesimage:last-of-type {
	width: 100%;
}
.amenitiesimage img {
	max-width: none;
	width: 100%;
}
.imagerowimg {
    flex-basis: 33.3%;
}
.videowrap .container {
    max-width: 1100px;
    z-index: 100;
    background: #FFF;
    padding-top: 3em;
    padding-bottom: 3em;
    border: 10px solid var(--yellow);
    box-shadow: 10px 10px 40px rgb(0 0 0 / 30%);
}
.videowrap {
	position: relative;
	padding-top: 4em;
}
.videowrap:before {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    background-image: url(/wp-content/uploads/2022/06/Group-287.png);
    width: 313px;
    height: 313px;
    z-index: 2;
}
.fourcolumn h3,
.twocolumn h2,
.threecolumn h3,
.threecolumn h2  {
    font-size: 2rem;
    margin-bottom: 0.4em;
    text-align: center;
}
.fourcolumn img,
.twocolumn img,
.threecolumn img,
.threecolumn img  {
	max-width: none;
	width: 100%;
}
.twocolumn h3 {
    font-size: 1.6rem;
    margin-bottom: 0.4em;
}
.twocolumn h4 {
    font-size: 1.4rem;
}
.fourcolumn {
    padding: 2em;
    font-size: 1.1rem;
}
.page-id-351 .services.blue-bg {
    margin-bottom: 3em;
}
.dropshadow {
	box-shadow: 10px 10px 20px 0px #00000029;
}
.twocolumn, .threecolumn {
    padding: 2em;
    font-size: 1.1rem;
    position: relative;
    color: var(--blue);
}
.threecolumn {
	margin-bottom: 2em;
}
.twocolumn p.hasbutton,
.threecolumn p.hasbutton,
.fourcolumn  p.hasbutton {
	text-align: center;
}
.twocolumn p.hasbutton a.button,
.threecolumn p.hasbutton a.button,
.fourcolumn  p.hasbutton a.button {
	font-size: 1.4rem;
}
#local-attractions .threecolumn,
#transportation .threecolumn,
#visit-landing .threecolumn {
	padding-bottom: 6em;
}
#local-attractions .threecolumn p.hasbutton,
#transportation .threecolumn p.hasbutton,
#visit-landing .threecolumn p.hasbutton {
	position: absolute;
	bottom: 1em;
	transform: translateX(-50%);
	left: 50%;
	width: 100%;
}
#event-spaces .threecolumn:nth-of-type(4),
#event-spaces .threecolumn:last-of-type {
	flex-basis: 48.5%;
}
.twocolumn li {
    margin-bottom: 0.3em;
}
#ala-cart-menu {
    padding-top: 1em;
}
.post-322 .entry-content p.hasbutton,
.post-326 .entry-content p.hasbutton,
.post-328 .entry-content p.hasbutton,
.post-324 .entry-content p.hasbutton,
.post-330 .entry-content p.hasbutton,
.post-320 .entry-content p.hasbutton  {
	text-align: center;
}
#gform_wrapper_2 {
    background: #191C4C;
    padding: 3em;
    color: #fff;
}
#gform_wrapper_2 input[type="submit"]:hover,
#gform_wrapper_2 input[type="submit"]:focus {
	background-color: var(--white);
	color: var(--blue);
}
#gform_wrapper_2 .gfield_required {
	color: #fff;
} 
#gform_wrapper_2.gform_wrapper .gfield_error label,
#gform_wrapper_2.gform_wrapper [aria-invalid=true]+label,
#gform_wrapper_2.gform_wrapper label+[aria-invalid=true],
#gform_wrapper_2.gform_wrapper .gfield_error legend {
    color: #fff;
}
.weddingvenueimg {
    flex-basis: 50%;
    position: relative;
    z-index: 2;
}
.weddingvenuetext {
    flex-basis: 50%;
    padding: 3em 2em 1.5em;
    position: relative;
    z-index: 3;
}
.weddingvenues {
    margin-bottom: 7em;
    position: relative;
    flex-wrap: nowrap;
}
.cateringtopimg {
    flex-basis: 50%;
    position: relative;
    z-index: 3;
    padding-top: 7em;
}
.cateringtopcontent {
    flex-basis: 56%;
    padding: 3em 3.3em 1.5em;
    position: relative;
    z-index: 4;
    margin: 0 0 0 -6%;
}
.cateringtopimg img {
	position: relative;
	z-index: 3;
}
.cateringtopimg:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(/wp-content/uploads/2023/01/image-4.png);
    width: 242px;
    height: 433px;
    z-index: 1;
    background-size: cover;
}
.cateringtopimg:after {
    content: '';
    position: absolute;
    left: 30px;
    bottom: 0;
    background-image: url(/wp-content/uploads/2023/01/Bg-Elements.png);
    width: 710px;
    height: 338px;
    z-index: 1;
    background-size: cover;
}
ul.cateringmenus {
    padding: 0;
    margin: 0;
    list-style: none;
    justify-content: center;
}
ul.cateringmenus li {
    flex-basis: 31.3%;
    text-align: center;
    margin: 0 1% 1.1em;
    position: relative;
}
.site-content ul.cateringmenus li a {
    display: block;
    font-size: 1.5rem;
    text-decoration: none;
    color: var(--brown);
    position: relative;
    padding: 1em .7em;
    border: 1px solid var(--brown);
}
/*
ul.cateringmenus li {
    flex-basis: 33.33%;
    text-align: center;
    margin-bottom: 2em;
    padding: .7em 0;
    position: relative;
}

.site-content ul.cateringmenus li a {
    display: inline-block;
    font-size: 1.5rem;
    text-decoration: none;
    color: var(--brown);
    position: relative;
    padding: 0 1em;
}
.site-content ul.cateringmenus li:before,
.site-content ul.cateringmenus li:after {
	height: 1px;
	width: 290px;
	content: '';
	background-color: var(--brown);
	transform: translateX(-50%);
	left: 50%;
	position: absolute;
	top: 0;
}
.site-content ul.cateringmenus li:after {
	top: auto;
	bottom: 0;
}*/
.site-content ul.cateringmenus li a:hover,
.site-content ul.cateringmenus li a:focus {
	font-weight: 700;
	background-color: #fff;
}
.site-content ul.cateringmenus li a:before,
.site-content ul.cateringmenus li a:after,
.site-content ul.cateringmenus li a:before,
.site-content ul.cateringmenus li a:after {
	opacity: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 12px;
	border-color: transparent transparent transparent var(--green);
	content: '';
	transform: translateY(-50%);
	left: 0;
	position: absolute;
	top: 50%;
	transition: .5s ease;
}
.site-content ul.cateringmenus li a:after {
	left: auto;
	right: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 12px 5px 0;
	border-color: transparent var(--green) transparent transparent;
}
.site-content ul.cateringmenus li a:hover:before,
.site-content ul.cateringmenus li a:hover:after,
.site-content ul.cateringmenus li a:focus:before,
.site-content ul.cateringmenus li a:focus:after {
	opacity: 1;
}
.weddingvenues:nth-of-type(even) {
	flex-direction: row-reverse;
}
#weddingvenues-1 .weddingvenueimg {
    padding-top: 3.5em;
}
#weddingvenues-1 .weddingvenuetext {
    flex-basis: 55%;
    padding: 3em 2em 1.5em;
    margin: 0 4% 0 -9%;
}
#weddingvenues-2 .weddingvenueimg {
    padding-top: 3.5em;
    flex-basis: 64%;
    margin: 0 0 0 -5%;
}
#weddingvenues-2 .weddingvenuetext {
    flex-basis: 54%;
    margin: 0 -13% 0 0;
}
#weddingvenues-3 .weddingvenuetext {
    flex: 45%;
    margin: 8em 0 0 -15%;
}
#weddingvenues-3 .weddingvenueimg {
    flex-basis: 60%;
}
#weddingvenues-4 .weddingvenuetext {
    flex-basis: 54%;
    margin: 0 -11% 0 0;
}
#weddingvenues-4 .weddingvenueimg {
    margin: 3.5em 4% 0 -4%;
    flex-basis: 57%;
}
#weddingvenues-5 .weddingvenuetext {
    margin: 2em 0 0 0;
    flex-basis: 54%;
}
#weddingvenues-5 .weddingvenueimg {
    margin: 0 -4% 0 0;
}
#weddingvenues-2:after {
    content: '';
    position: absolute;
    right: -140px;
    top: -38px;
    background-image: url(/wp-content/uploads/2022/06/Group-259.png);
    width: 482px;
    height: 482px;
    z-index: 1;
    background-size: cover;
    opacity: 0.3;
    transform: scaleX(-1);
}
#weddingvenues-3 .weddingvenuetext:before {
    content: '';
    position: absolute;
    left: -280px;
    bottom: 50px;
    background-image: url(/wp-content/uploads/2022/06/Group-290.png);
    width: 205px;
    height: 97px;
    z-index: 1;
}
#weddingvenues-4:after {
    content: '';
    position: absolute;
    right: -70px;
    top: -63px;
    background-image: url(/wp-content/uploads/2023/01/wedding-venue-wine.jpg);
    width: 245px;
    height: 204px;
    z-index: 1;
    background-size: cover;
}
#weddingvenues-5:before {
    content: '';
    position: absolute;
    left: -120px;
    top: -10px;
    background-image: url(/wp-content/uploads/2023/01/venue-before-1.png);
    width: 303px;
    height: 289px;
    z-index: 1;
    background-size: cover;
}
table.venuecapacitytable caption {
    font-size: 2.75rem;
    color: var(--brown);
    font-family: 'Belleza', sans-serif;
    margin-bottom: 0.7em;
}
table.venuecapacitytable {
    border: 1px solid #000;
    border-radius: 8px;
    border-collapse: collapse;
    border-style: hidden; 
    box-shadow: 0 0 0 1px #000;
}
table.venuecapacitytable tr {
    border-bottom: 1px solid #000;
}
table.venuecapacitytable th {
    text-align: left;
	font-size: 0.875rem;	
    padding: 16px 10px;
    color: var(--brown);
}
table.venuecapacitytable tr:first-of-type th {
    font-weight: 700;
}
table.venuecapacitytable td {
    padding: 16px 10px;
    color: var(--blue);
    font-size: 1rem;
}
.galleryimage img {
    width: 100%;
    max-width: none;
 }
.galleryimage {
    line-height: 0;
    position: relative;
    margin: 0 0.6% 1em;
}
.galleryimage a {
    display: block;
    margin-bottom: 0;
}
.galleryhover {
    opacity: 0;
    transition: .5s ease all;
    background-color: rgba(0, 0, 0, .8);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: flex;
    color: #fff;
    font-size: 4rem;
    justify-content: center;
    z-index: 10;
    align-items: center;
}
.galleryimage:hover .galleryhover,
.galleryimage:focus .galleryhover {
    opacity: 1;
}
.modaal-gallery-item img,
.modaal-gallery-item {
	max-height: 90vh;
}
.modaal-image .modaal-inner-wrapper {
	overflow: hidden;
}
#package-options .twocolumn p.hasbutton a.button{
	display: block;
	max-width: 390px;
	width: 100%;
	margin: 0 auto;
}
.event-meta {
    font-size: 1.2rem;
    margin: 1em 0;
}
.event-meta span {
    display: inline-block;
    margin-right: 1em;
}
.event-item {
    margin-bottom: 2em;
    border: 1px solid #20224C;
    padding: 2em;
}
.eventfeaturedimg {
	flex-basis: 40%;
}
.eventintroinfo {
    flex-basis: 55%;
}
.eventfeaturedimg.noimage {
    background-color: var(--blue);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1em;
}
.eventfeaturedimg.noimage img {
	max-width: 200px;
}
.pasteventheader {
    font-size: 1.75rem;
    background-color: var(--blue);
    color: #fff;
    padding: 1em;
    margin: 0.5em 0 1em;
}
#event-listings {
    padding-top: 2em;
}
.cateringmenulink {
	margin-top: 2em;
	margin-bottom: 2em;
}
.no-events {
	background-color: var(--green);
	padding: 1em;
	margin-top: 1em;
	color: var(--white);
}
.no-events p {
	margin-bottom: 0;
}
.faq h2 {
    font-size: 2.125rem;
    margin-bottom: 1rem;
}
.faq {
    border-bottom: 1px solid #d1d1d1;
    margin-bottom: 1.5em;
    flex-basis: 100%;
}
.faqs {
    border-top: 1px solid #d1d1d1;
    padding-top: 1.5em;
}
.teammember {
    margin-bottom: 2em;
    background-color: var(--blue);
}
.teammemberinfo {
	padding: 1em;
	color: var(--white);
}
.teammemberinfo a {
	color: var(--white);
}
.site-content .teammemberinfo a:hover,
.site-content .teammemberinfo a:focus {
	color: var(--yellow);
}
.teammemberinfo h2 {
    font-size: 2rem;
	color: var(--white);
}
.teammemberinfo p {
	margin-bottom: 0;
	font-size: 1.1rem;
}
.page-section .teammemberinfo a {
    text-underline-offset: 2px;
}
/*zz Footer*/

.footer-wrap {
    font-size: 0.875rem;
    padding-bottom: 3em;
}
.footer-wrap h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    color: var(--white);
    font-weight: 600;
}
.footer-wrap p {
	line-height: 1.8em;
}
.footer-logo {
	margin-bottom: 1em;
}
.footer-logo a {
	display: inline-block;
	line-height: 0;
}
.footer-logo a:focus,
#gform_wrapper_2 :focus {
	outline: 1px dashed #FFF;
	outline-offset: 2px;
}
.footer-contact p {
    position: relative;
    padding-left: 1.8em;
    margin-bottom: 0.4em;
}
.footer-contact p:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0e0";
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    color: var(--white);
    font-size: 1rem;
    position: absolute;
    left: 0;
}
.footer-contact p:last-of-type:before {
    content: "\f879";
}
.social-media {
    margin: 1.5em 0 0 0;
}
.site-footer a:hover,
.site-footer a:focus {
	text-decoration: underline;
	color: var(--yellow);
}
.footer-logo img {
	max-width: 94px;
}
#mannix a.back-to-top {
    position: absolute;
    top: -32px;
    background: var(--peach);
    width: 62px;
    height: 62px;
    color: var(--blue);
    line-height: 2em;
    font-size: 2rem;
    border-radius: 50%;
    left: 50%;
    transform: translateX(-50%);
}
#mannix a.back-to-top:hover, 
#mannix a.back-to-top:focus {
	background-color: var(--white);
}
.social-icon {
	display: inline-block;
	vertical-align: middle;
	margin-right: 15px;
	font-size: 2rem;
}
.social-icon:last-of-type {
	margin-right: 0;
}
.testimonial {
	background-color: #fff;
    padding: 3em 2em 2em;
    box-shadow: 10px 10px 20px #00000029;
}
.review-name {
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: 700;
}
/*.blog #primary .container,
.archive #primary .container {
	max-width: 1600px;
}*/
.grid {margin-top: 3em;}
.grid-sizer,
.grid-item { width: 47%; }
.gutter-sizer { width: 3%; }
.grid-item {margin-bottom: 3%;}
/*
.post-header,
.post-grid-header { margin-bottom: 15px; }
.post-header img,
.post-grid-header img {width: 100%;}
.grid-item h2 {
	font-size: 1.8rem;
	margin-bottom: 0;
	text-decoration: underline;
}
.grid-item .entry-header {
	padding: 5px 15px;
}
.grid-item .entry-content {
	padding: 0 15px;
}
.grid-item .entry-footer {
	padding: 15px;
}

.cat-links, .tags-links, .comments-link { display: block; width: 100%; }
.posts-navigation { padding-top: 10px; font-size: 90%; }
.entry-footer a,
.posts-navigation a {text-decoration: underline; text-decoration-thickness:1px;}
.entry-footer a:hover, .entry-footer a:focus,
.posts-navigation a:hover, .posts-navigation a:focus {text-decoration-style: solid;}
*/
/*--------------------------------------------------------------
# Navigation
## Menus
--------------------------------------------------------------*/
.main-navigation ul {
    display: flex;
    justify-content: center;
}
.main-navigation, .footer-navigation {
	width: 100%;
}
.main-navigation ul, .footer-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.footer-navigation ul {
    column-count: 2;
    column-gap: 4em;
}
.main-navigation ul {
    margin: 0 0 0 -65px;
}
.footer-navigation li {
    display: block;
    position: relative;
    margin-bottom: 1em;
}
.main-navigation li {
    margin: 0 20px;
}
.main-navigation li:last-of-type {
	margin-right: 0;
}
.main-navigation li#menu-item-170 {
    margin: 0 150px 0 40px;
}
.main-navigation li#menu-item-167 {
    margin: 0 40px 0 90px;
}
.main-navigation li#menu-item-171 {
    position: absolute;
    right: 0;
}
.main-navigation li#menu-item-171 a {
    background-color: #fff;
    color: var(--brown);
    text-transform: uppercase;
    padding: 0.5em 2.5em 0.5em 3em;
    font-weight: 700;
    text-decoration: none;
    position: relative;
}
.main-navigation li#menu-item-171 a:hover,
.main-navigation li#menu-item-171 a:focus {
	background-color: var(--yellow)
}
.main-navigation li#menu-item-171 a:after {
	content: none;
}
.main-navigation li#menu-item-171 a:before {
	position: absolute;
	left: -10px;
	top: 0;
	width: 49px;
	height: 45px;
	content: '';
	background-image: url(/wp-content/uploads/2022/06/Group-258.png);
}
.main-navigation li#menu-item-171 a span {
    display: inline-block;
    text-decoration: underline;
}
.footer-navigation a {
    text-decoration: none;
}
.blue-bg .main-navigation a {
	color: var(--yellow);	
    position: relative;
    padding: 1.65em 0;
}
.blue-bg .main-navigation ul ul a {
    color: var(--brown);
    font-size: 1.125rem;
    margin: 0;
    display: block;
    padding: 0.5em 0;
}
.main-navigation button {
    background-color: transparent;
    border-radius: 0;
    display: inline-block;
    padding: 0;
    color: var(--white);
	margin-left: 8px;
	font-size: 1rem;
}
.main-navigation li > a:after,
.main-navigation li > a:focus:after,
.main-navigation li.focus > a:after,
.main-navigation .current_page_item > a:after,
.main-navigation .current-menu-item > a:after {
    opacity: .2;
    transition: .5s all cubic-bezier(0.48, -0.01, 0.27, 1.21);
    background-color: #AAAD00;
    position: absolute;
    content: '';
    width: 80px;
    height: 3px;
    bottom: 0;
    left: 50%;
    margin-left: -40px;
    transform: translateZ(0) scaleX(0);
    will-change: opacity, transform;
}
.main-navigation ul ul li > a:after,
.main-navigation ul ul li > a:focus:after,
.main-navigation ul ul li.focus > a:after,
.main-navigation ul ul .current_page_item > a:after,
.main-navigation ul ul .current-menu-item > a:after {
	content: none;
}
.main-navigation li:hover > a:after,
.main-navigation li > a:focus:after,
.main-navigation li.focus > a:after,
.main-navigation .current_page_item > a:after,
.main-navigation .current-menu-item > a:after {
    opacity: 1;
    transform: translateZ(0) scaleX(1);
}
.main-navigation ul ul {
    background: #fff;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    display: none;
    float: left;
    left: -9999px;
    position: absolute;
    z-index: 99999;
    top: 60px;
    margin: 0;
    padding: 1em 0.2em;
}
.main-navigation ul ul ul {
	display: none;
	left: -999em;
	top: 0;
}
.main-navigation ul ul li {
    border-bottom: 1px solid #ccc;
}
.main-navigation ul ul li:last-of-type {
	border-bottom: 0;
}
.main-navigation li:hover > a,
.main-navigation li.focus > a,
.main-navigation li > a:focus,
.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
	color: #fff;
}

.blue-bg .main-navigation ul ul li:hover > a,
.blue-bg .main-navigation ul ul li.focus > a,
.blue-bg .main-navigation ul ul .current_page_item > a,
.blue-bg .main-navigation ul ul .current-menu-item > a,
.blue-bg .main-navigation ul ul .current_page_ancestor > a,
.blue-bg .main-navigation ul ul .current-menu-ancestor > a {
	color: var(--blue);
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: 100%;
}

/*--------------------------------------------------------------
## Mobile Navigation
--------------------------------------------------------------*/
.mobile-navigation {
    background-color: #fff;
    height: 100%;
    overflow-x: hidden;
    padding-top: 100px;
    position: fixed;
    right: 0;
    top: 0;
    transition: 0.5s;
    visibility: hidden;
    width: 0;
    z-index: 998;
    box-shadow: -4px 0px 10px 0px #606060;
}
.mobile-nav-wrapper {
    display: none;
}
.mobile-nav-wrapper span {
    display: block;
    color: #fff;
    font-size: 0.7rem;
}
#togglenav, #opennav, #closenav {
	background: transparent;
	border-radius: 0;
	color: #fff;
	font-size: 2.5rem;
	padding: 0;
}
#closenav {
	margin: 0 0 0.5em 20px;
	color: var(--blue);
}
.mobile-navigation ul {
	list-style-type: none;
	padding: 0;
}
.mobile-navigation ul ul {
	display: none;
	margin: 0;
}
.mobile-navigation ul ul li a {
	padding-left: 2.5em;
}
.mobile-navigation li a {
    border-top: 1px solid rgb(181 175 175 / 25%);
    color: var(--blue);
    display: block;
    padding: 10px 20px;
}
.mobile-navigation li.current-menu-item > a,
.mobile-navigation li > a:hover, .mobile-navigation li > a:focus {
	background: var(--yellow);
	color: #333;
}
.mobile-navigation li { position: relative; }
.mobile-navigation ul li.menu-item-has-children > a { margin-right: 30px; }
.mobile-navigation li > button { position: absolute; right: 0; top: 0; border-radius: 0; padding: 15.5px 10px; z-index: 1000; border-top: 1px solid rgba(255,255,255,0.25); }
.mobile-navigation ul li.focus > ul {display: block;}

/*--------------------------------------------------------------
## Comment Navigation
--------------------------------------------------------------*/
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {margin: 0 0 1.5em; overflow: hidden;}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {float: left; width: 50%;}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {float: right; text-align: right; width: 50%;}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
.screen-reader-text {clip: rect(1px, 1px, 1px, 1px); position: absolute !important; height: 1px; width: 1px; overflow: hidden; }
.screen-reader-text:focus {border-radius: 3px; box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6); clip: auto !important; display: block; font-size: 14px; font-size: 0.875rem; font-weight: bold; height: auto; left: 5px; line-height: normal; padding: 15px 23px 14px; text-decoration: none; top: 5px; width: auto; z-index: 100000;}
#content[tabindex="-1"]:focus {outline: 0;}
a.skip-link {color: #000; background-color: #FFF;}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {display: inline; float: left; margin-right: 1.5em;}
.alignright {display: inline; float: right; margin-left: 1.5em;}
.aligncenter {clear: both; display: block; margin-left: auto; margin-right: auto;}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before, .clear:after, .entry-content:before, .entry-content:after, .comment-content:before, .comment-content:after, .site-header:before, .site-header:after, .site-content:before, .site-content:after, .site-footer:before, .site-footer:after {content: ""; display: table; table-layout: fixed;}
.clear:after, .entry-content:after, .comment-content:after, .site-header:after, .site-content:after, .site-footer:after {clear: both;}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {margin: 0 0 1.5em;}
.widget select {max-width: 100%;}

/*--------------------------------------------------------------
# Content
## Posts and pages
--------------------------------------------------------------*/
.sticky {display: block;}
.byline, .updated:not(.published) {display: none;}
.single .byline, .group-blog .byline {display: inline;}
.page-content, .entry-content, .entry-summary {margin: 1.5em 0 0;}
.page-links {clear: both; margin: 0 0 1.5em;}
.blog .format-aside .entry-title, .archive .format-aside .entry-title {display: none;}
.comment-content a {word-wrap: break-word; }
.bypostauthor {display: block; }
embed, iframe, object {max-width: 100%;}
.wp-caption {margin-bottom: 1.5em; max-width: 100%; }
.wp-caption img[class*="wp-image-"] {display: block; margin-left: auto; margin-right: auto; }
.wp-caption .wp-caption-text {margin: 0.8075em 0; }
.wp-caption-text {text-align: center; }

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {margin-bottom: 1.5em;}
.gallery-item {display: inline-block; text-align: center; vertical-align: top; width: 100%;}
.gallery-columns-2 .gallery-item {max-width: 49%;}
.gallery-columns-3 .gallery-item {max-width: 32.33%; }
.gallery-columns-4 .gallery-item {max-width: 24%; }
.gallery-columns-5 .gallery-item {max-width: 19%; }
.gallery-columns-6 .gallery-item {max-width: 15.66%; }
.gallery-columns-7 .gallery-item {max-width: 13.28%; }
.gallery-columns-8 .gallery-item {max-width: 11.5%; }
.gallery-columns-9 .gallery-item {max-width: 10.11%; }
.gallery-caption {display: block; }

/*--------------------------------------------------------------
# Media Queries
--------------------------------------------------------------*/
@media screen and (max-width: 1790px){
.ballroom-wrapper .container {
    max-width: 98%;
}
#accommodations .container {
    margin-left: 120px;
}
.hotelsectionfooter:before {
    left: 0;
}
.hotelsectionfooter:after {
    right: -0;
}
}
@media screen and (max-width: 1620px){
.accommodations-left {
    width: 600px;
    height: 400px;
}
.accommodations-left:after {
    width: 94px;
    height: 185px;
    background-size: contain;
    left: -60px;
    top: -59px;
}
#accommodations .container {
    margin-left: 75px;
}
h2 {
    font-size: 2.8rem;
}
.main-navigation li#menu-item-171 a {
    padding: 0.5em 1.5em 0.5em 2.5em;
}
ul#itility-menu {
    padding: 0 1.6em 0 0;
}
.main-navigation li {
    margin: 0 10px;
}
.eventtypetext {
    padding: 2em 0 0;
}
#weddingvenues-2:after {
    right: 0;
    top: 90px;
}
#weddingvenues-4:after {
    right: 0;
}
}
@media screen and (max-width: 1490px){

.main-navigation ul ul {
    top: 120px;
}
.home .primary-left {
    width: 625px;
    height: 475px;
}
.home .primary-right {
    width: 600px;
    height: 295px;
}
.home #primary.row {
    padding-bottom: 1.5em;
}
.home .ballroom-text {
    margin: 190px 0 245px auto;
}
.home .block-item {
    flex-basis: 45%;
}
.home #weddings-conferences .container {
    padding: 0 110px;
}
.main-navigation ul {
    padding-top: 60px;
}
.main-navigation li#menu-item-171 {
    position: absolute;
    right: 0;
    top: 0;
}
.main-navigation li#menu-item-170 {
    margin: 0 210px 0 20px;
}
.eventstopimg2 {
    max-width: 100%;
    width: 30%;
}
.eventspace {
    padding: 3em 1.5em;
}
.eventsroomrow {
    font-size: 1.2rem;
}
.accommodationsamenitiesheader {
	margin: 0 auto 4em;
}
.accommodationsamenitieswrap:before {
    top: 12em;
}
.weddingstopimg3 {
    width: 430px;
    margin-left: -440px;
}
}
@media screen and (max-width: 1400px){
.contact-text {
    max-width: 900px;
}
h2 {
    font-size: 2.4rem;
}
.accommodations-left {
    top: 100px;
}
.accommodations-text {
    padding: 60px 55px;
    max-width: 650px;
    margin: 0 0 0 auto;
}
.accommodations-logos {
    max-width: 600px;
    margin-right: 30px;
}
.accommodations-logos .flexed {
    justify-content: space-between;
}
.accommodations-logos span {
    flex-basis: 45%;
    text-align: center;
}
.accommodations-logos .flexed {
    padding-top: 15px;
}
#driving-directions .fourcolumn {
    flex-basis: 49%;
    margin-bottom: 1.5em;
}
}
@media screen and (max-width: 1300px){
.primary-left {
    width: 500px;
    height: 395px;
}
.primary-right {
    width: 525px;
}
.eventstopimg2 {
    margin-left: -600px;
}
.eventstopcontent,
.generaltopcontent {
    margin: 5em 0 2em;
}
.accommodationstop .container {
    padding: 0 2em;
}
.accommodationstopimg3 {
    left: auto;
    right: 5%;
    bottom: 13%;
}
.accommodationstopimg2 {
    max-width: 400px;
}
.accommodationstopimg1 {
    position: relative;
    left: auto;
    top: 0;
    max-width: 922px;
    margin: -70px 0 0 2em
}
.weddingstopcontent {
    margin-bottom: 0;
}
.weddingstopimg2 {
    bottom: 0;
}
.weddingstopimg3 {
	display: none;
}
.eventhighlight p {
    font-size: 1.3rem;
}
.videowrap:before {
	content: none;
}
}
@media screen and (max-width: 1200px){
.eventstopflex {
    justify-content: flex-start;
    margin-bottom: 7em;
}
.eventstopcontent,
.generaltopcontent {
    width: 100%;
    z-index: 3;
    padding: 3em 2em;
    margin: 0 0 2em;
    position: relative;
}
.eventstopimg1 {
    position: relative;
    left: auto;
    top: auto;
    max-width: none;
    z-index: 20;
    margin: -80px 0;
    flex-basis: 48%;
}
.eventstopimg2 {
    max-width: 100%;
    flex-basis: 52%;
    position: relative;
    left: auto;
    bottom: auto;
    margin: 0 0 0 -2em;
    top: 0;
}
.eventstop:before {
	content: none;
}
.eventspace.flex4 {
    flex-basis: 48%;
}
.page-id-87 .accommodationstop {
    padding-bottom: 8em;
}
.site-content ul.cateringmenus li a {
    font-size: 1.25rem;
}
.packagercols .flex3 {
    flex-basis: 100%;
}
.packagercol ul {
	margin-bottom: 0;
}
.weddingpackagewrap:after {
    width: 400px;
    height: 400px;
    background-size: cover;
}
.accommodationstop .container {
    display: flex;
    flex-wrap: wrap;
}
.accommodationstopcontent {
    padding: 3em 3.5em;
    position: relative;
    z-index: 1;
    width: 100%;
}
.accommodationstopimg1 {
    position: relative;
    left: auto;
    top: auto;
    max-width: none;
    z-index: 20;
    margin: -30px 2%;
    flex-basis: 55%;
}
.accommodationstopimg2 {
    position: relative;
    flex-basis: 38%;
    max-width: initial;
    right: auto;
}
.accommodationstopimg3 {
    left: 40%;
    right: auto;
    bottom: -17%;
    z-index: 100;
}
.weddingstopcontent {
    flex-basis: 100%;
}
.weddingstopimg1 {
    flex-basis: 60%;
    padding: 0;
    z-index: 100;
    margin: -20px 0 0 2%;
}
.weddingstopimg2 {
    position: relative;
    flex-basis: 36%;
    max-width: initial;
    top: auto;
    right: auto;
    box-shadow: initial;
    margin-top: 1em;
    z-index: 10;
}
.weddingstop:before {
	content: none;
}
.eventtype h2 {
    max-width: none;
}
.eventtype.flex3 {
    flex-basis: 100%;
}
.diningtopcontent {
    padding: 2em 2em 0.5em;
    margin: 4em 0 0 -3%;
}
.eventstopflex {
    margin-bottom: 0;
}
}
@media screen and (max-width: 1160px){
.amenities-text {
    margin: 50px auto 0;
}
#weddings-conferences .container {
    padding: 0 75px;
}
.accommodations-text {
    max-width: 550px;
}
.brown-bg .main-navigation a {
    font-size: 1.2rem;
}
}
@media screen and (max-width: 1024px){
h1 {
	font-size: 2.5rem;
}
.entry-header:not(.home) {
    margin-bottom: 1em;
}
.flex2, .flex3 {
    flex-basis: 100%;
    margin-bottom: 2em;
}
#event-spaces .threecolumn:nth-of-type(4), #event-spaces .threecolumn:last-of-type {
    flex-basis: 100%;
}
.hotel.flex2 {
	margin-bottom: 4em;
}
.site-header {
    padding: 0.5em;
}
.header-bottom {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    position: relative;
    z-index: 10000;
}
.site-branding,
.footer-nav,
.main-nav-wrapper,
.top-navigation {
    display: none;
}
.site-header .container {
    max-width: 100%;
    padding: 0;
    width: 100%;
    text-align: center;
    position: relative;
}
.mobilecall {
    margin: 0.7em 0;
    display: block;
}
.mobile-branding {
    position: absolute;
    top: 52%;
    left: 52%;
    transform: translate(-50%,-50%);
    display: block;
    z-index: 2;
}
.home .mobile-branding {
    top: 30%;
}
.brown-bg .mobilecall a {
    color: var(--yellow);
    text-transform: uppercase;
    text-decoration: underline;
}
.mobile-nav-wrapper {
    display: block;
    position: absolute;
    right: 20px;
    top: -10px;
}
.home-hero-image {
    position: relative;
    top: auto;
    left: auto;
    z-index: 10;
    height: 550px;
}
.home-hero {
    min-height: initial;
    height: unset;
}
.home-hero img {
	height: 550px;
}
.hero-text {
    width: 100%;
    position: relative;
    top: auto;
    left: auto;
    transform: none;
}
.home .divider {
	background-attachment: scroll;
}
.home #weddings-conferences .flexed {
    display: block;
}
.home #weddings-conferences .container {
    background-size: 70%;
    background-position: -18% center;
}
.home .block-item:not(:last-of-type) {
    margin-bottom: 3em;
}
.hp-contact .container:before {
    display: none
}
.home #primary {
    overflow: hidden;
}
.home #primary .container {
    padding-bottom: 0;
}
.home .primary-left,
.home .primary-right {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    margin: 0 auto;
    width: 90%;
}
.home main.site-main {
    margin: -30px auto -50px;
}
.home #accommodations .container {
    padding-bottom: 450px;
    margin: 0 75px;
}
.home .accommodations-text {
    width: 100%;
    max-width: none;
}
.home .accommodations-left {
    width: 100%;
    background-size: cover;
    background-position: center;
    top: auto;
    bottom: 0;
}
.home .accommodations-logos {
    margin: 1.8em auto 0;
}
.page-id-86 .featuredimg {
    background-position: 73%;
}
.container.services {
    padding: 2.5em 2em 7em 2em;
}
.eventspaceheader h2 {
    font-size: 3rem;
}
.services:before {
	width: 50%;
	height: 50%;
	background-size: cover;
}
.fullwidthimgtext {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    max-width: 100%;
    right: auto;
    width: 90%;
}
.fullwidthimg:before {
    content: '';
    position: absolute;
    right: auto;
    top: 50%;
    transform: translate(-50%,-50%);
    left: 50%;
}
.accommodationstopcontent {
    padding: 3em 2em;
}
.accommodationstopimg3 {
    left: 30%;
    bottom: -17%;
    z-index: 100;
}
.packagercol ul {
    margin: 0;
    padding: 0;
}
.eventhighlightswrap.row {
    margin-bottom: 0;
    border-bottom: 0;
}
.eventhighlight p {
    font-size: 1.5rem;
    max-width: 500px;
    margin: 0 auto 2em;
}
.eventstopflex {
    margin-bottom: 3em;
}
.accommodationsamenitiesheader {
    margin: 0 auto 7em;
}
.accommodationsamenitieswrap:before {
    top: 15em;
}
.hotelsectionfooter:before,
.hotelsectionfooter:after {
    content: none;
}
.hotelsectionfooter p {
    max-width: 100%;
    text-align: center;
    padding: 0;
}
.hotelimgtext ul {
    padding: 0;
}
.footer-logo, .footer-location, .footer-contact {
    flex-basis: 100%;
    text-align: center;
}
.footer-contact p:before {
    margin-left: -1.4em;
    left: auto;
}
.galleryimage.flex32 {
    flex-basis: 48%;
    margin: 0 1% 1em;
}
.diningtopcontent {
    padding: 2em 2em 0.5em;
    margin: 0;
    flex-basis: 100%;
    order: 2;
}
.diningtopimg.nolineheight {
    order: 1;
    flex-basis: 100%;
}
.hotelsectionfooter p, .threecolumnsfooter p {
    font-size: 1.25rem;
}
.weddingvenues {
    flex-wrap: wrap;
    margin-bottom: 3em;
}
.weddingvenuetext,
.weddingvenueimg {
    flex-basis: 100%;
    margin: 0;
}
#weddingvenues-1 .weddingvenuetext {
    flex-basis: 100%;
    margin: 0;
}
#weddingvenues-1 .weddingvenueimg {
    padding-top: 0;
    flex-basis: 100%;
}
#weddingvenues-2 .weddingvenueimg {
    padding-top: 0;
    flex-basis: 100%;
    margin: 0;
}
#weddingvenues-2 .weddingvenuetext {
    flex-basis: 100%;
    margin: 0;
}
#weddingvenues-3 .weddingvenueimg {
    flex-basis: 100%;
}
#weddingvenues-3 .weddingvenuetext {
    flex: 100%;
    margin: 0;
}
#weddingvenues-4 .weddingvenueimg {
    margin: 0;
    flex-basis: 100%;
}
#weddingvenues-4 .weddingvenuetext {
    flex-basis: 100%;
    margin: 0;
}
#weddingvenues-4:after {
	content: none;
}
#weddingvenues-5 .weddingvenueimg {
    margin: 0;
}
#weddingvenues-5 .weddingvenuetext {
    margin: 0;
    flex-basis: 100%;
}
.cateringtopimg:before,
.cateringtopimg:after {
	content: none;
}
.cateringtopimg {
    flex-basis: 100%;
    padding-top: 0;
}
.cateringtopcontent {
    flex-basis: 100%;
    padding: 3em 3.3em 1.5em;
    margin: 0;
}
.accommodationsamenitiesheader {
    margin: 0 auto 3em;
}
ul.cateringmenus li {
    flex-basis: 48%;
}
.services:before {
	content: none;
}
.weddingstop:after, .diningtop:after {
	content: none;
}
.hotelsectionfooter:before, .hotelsectionfooter:after, .threecolumnsfooter:before, .threecolumnsfooter:after {
	content: none;
}
.hotelsectionfooter p, .threecolumnsfooter p {
    margin: 0 auto;
    padding: 0;
}
#local-attractions .threecolumn p.hasbutton,
#transportation .threecolumn p.hasbutton,
#visit-landing .threecolumn p.hasbutton {
    position: relative;
    bottom: auto;
    transform: none;
    left: auto;
    width: 100%;
}
#local-attractions .threecolumn,
#transportation .threecolumn,
#visit-landing .threecolumn {
    padding-bottom: 1em;
}
.page-id-342 .featuredimg {
    background-position: 58% center;
}
.eventfeaturedimg {
    flex-basis: 100%;
    margin-bottom: 2em;
}
.eventintroinfo {
    flex-basis: 100%;
}
}
/*1024*/
@media screen and (max-width: 900px){
.home h1 {
    font-size: 3.125rem;
}
.home h2 {
    font-size: 2.125rem;
}
.header-bottom {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}
.hero-text .site-logo img {
    width: 180px;
    height: 180px;
}
.hero-text p {
    font-size: 1.125rem;
}
.hero-text p:first-of-type {
    font-size: 1.625rem;
}
.home #weddings-conferences .container {
    padding: 0 45px;
}
.hp-contact .container {
    padding: 0;
    background-image: none !important;
}
.hp-contact .container:after {
    z-index: 210;
}
.contact-text {
    padding: 25px 25px 115px;
}
.contact-text .gform_wrapper.gravity-theme .gfield_label,
.contact-text .gform_wrapper.gravity-theme .ginput_complex label {
    text-transform: none;
    padding-left: 0;
    font-size: 0.9375rem;
}
.site-footer {
    background-position: -50px top;
}
.site-footer .container {
    padding: 0 110px;
}
.hotelsectionfooter {
	font-size: 1.375rem;
}
.weddingstopcontent {
    padding: 3em 3em;
}
}
@media screen and (max-height: 850px){
.hero-text .site-logo img {
    width: 180px;
    height: 180px;
}
.hero-text p {
    font-size: 1.45rem;
}
.hero-text p:first-of-type {
    font-size: 1.625rem;
    max-width: 490px;
    margin: 0 auto 1.5em;
}
}
@media screen and (max-width: 800px){
.home h1 {
    font-size: 1.85rem;
}
.servicescontent ul {
    column-count: 1;
    font-size: 1.2rem;
    column-gap: 0;
}
.eventstopcontent,
.generaltopcontent {
    padding: 3em 1.5em;
}
.entry-header .pretitle {
    font-size: 2.2rem;
}
.accommodationstop {
    padding-bottom: 0;
    margin-bottom: 1em;
}
.accommodationstop:before {
    width: 320px;
    height: 81px;
    background-size: cover;
}
.accommodationstopimg3 {
    position: relative;
    max-width: 85%;
    left: auto;
    bottom: auto;
    margin: -15px auto 0;
    z-index: 3;
}
.accommodationstop:before {
    bottom: -15px;
}
.accommodationsamenitieswrap:before {
	content: none;
}
.accommodationsamenitiesheader {
    margin: 0 auto 2em;
}
.amenitiesimages {
    padding: 10px;
}
.page-id-6 .site-content:before {
	content: none;
}
.event-meta {
    font-size: 1rem;
}
.weddingstopcontent p:last-of-type a:nth-of-type(2) {
	max-width: 338px;
}
}
@media screen and (max-width: 720px){
.eventstopcontent p:last-of-type a {
	display: block;
	max-width: 295px;
	margin: 0 auto 15px;
}
.eventstopcontent p:last-of-type a:first-of-type {
    margin-left: auto;
}
}
@media screen and (max-width: 700px){
body, button, input, select, textarea {
    font-size: 18px;
    font-size: 1.125rem;
}
.home h1 {
    font-size: 2.9625rem;
}
.eventstopflex {
    margin-bottom: 1em;
}
.hero-text p:first-of-type {
    font-size: 1.225rem;
    max-width: 100%;
}
.home .ballroom-text:after {
    width: calc(100% + 30px);
}
.home .ballroom-text {
    margin: 190px 35px 245px;
}
.home #accommodations .container {
    margin: 0;
    padding-bottom: 420px;
}
.home .accommodations-left {
    height: 320px;
}
#mannix {
    font-size: 0.9375rem;
}
#driving-directions .fourcolumn {
    flex-basis: 100%;
}
ul.cateringmenus li {
    flex-basis: 100%;
    margin: 0 0 1em;
}
}
@media screen and (max-width: 600px){
.home h1 {
	font-size: 2.5rem;
}
.site-footer {
    background-image: none;
}
.site-footer .container {
    padding: 0 40px;
}
.home main.site-main {
    padding: 60px 40px;
}
.home .primary-left {
    height: 325px;
}
.home .ballroom-text:after {
    height: 150%;
}
.home .ballroom-text {
    margin: 190px 35px 345px;
}
.home .divider {
    height: 100px;
}
.accommodations-text {
    padding: 40px 35px;
}
.stars {
    font-size: 2rem;
}
.eventspace.flex4 {
    flex-basis: 100%;
}
/*.eventstopimg1 {
    margin: -80px 1em;
    flex-basis: 55%;
}*/
.eventstopimg2 {
    flex-basis: 35.5%;
}
.eventhighlightsheader h2 span {
	font-size: inherit;
	display: inline-block;
}
.imagerowimg {
    flex-basis: 100%;
}
.accommodationstop:before {
    width: 200px;
}
table.venuecapacitytable td {
    padding: 10px 5px;
    font-size: 0.75rem;
}
table.venuecapacitytable th {
    font-size: 0.675rem;
    padding: 10px 5px;
}
.event-item {
    margin-bottom: 3em;
    border: 0;
    padding: 0 0 3em;
    border-bottom: 1px solid #20224C;
}
}
@media screen and (max-width: 575px){
.home h1 {
    font-size: 2.33rem;
}
body:not(.home) h1 {
    padding: 20px 0;
}
.hero-text p:first-of-type {
    font-size: 1.25rem;
}
.accommodations-left:after {
    width: 54px;
    height: 95px;
    background-size: contain;
    left: -34px;
    top: -34px;
}
#accommodations .container {
    margin: 0 35px;
    padding-bottom: 360px;
}
.amenities-wrapper:before {
    width: 90%;
}
.eventstopimg1 {
    margin: -80px 1em 0 1em;
    flex-basis: 100%;
}
.eventstopimg2 {
	display: none;
}
.container { 
	padding-left: 1em;
	padding-right: 1em;
}
.weddingstopcontent {
    padding: 3em 2em;
}
.container.services {
    padding: 2.5em 1em 7em 1em;
}
.eventtypetext {
    padding: 2em 0 0;
}
.page-id-86 .site-content:after {
	content: none;
}
.page-id-86 .content-area {
    padding-bottom: 0;
}
.weddingstopcontent {
    padding: 3em 2em;
}
#gform_wrapper_2 {
    padding: 3em 2em;
}
.cateringtopcontent {
    padding: 3em 2em 1.5em;
}
body:not(.home) h1:before, body:not(.home) h1:after {
    width: 200px;
}
.eventstop:after {
    content: none;
}
.twocolumn, .threecolumn {
    padding: 2em 1em;
}
.eventspaceheader h2 {
	font-size: 2.25rem;
}
}
@media screen and (max-width: 500px){
body:not(.home) .pretitle:before,
body:not(.home) .pretitle:after {
	max-width: 100%;
	width: 100%;
}  
.mobilecall {
    text-align: left;
    padding: 0 0 0 1em;
}
.site-header {
    padding: 0;
}
}
@media screen and (max-width: 485px){
h1 {
	font-size: 2.1rem;
}
h2 {
    font-size: 1.9rem;
}
.fourcolumn h3, .twocolumn h2, .threecolumn h3, .threecolumn h2 {
    font-size: 1.8rem;
}
body:not(.home) #content {
    padding-top: 40px;
}
.hero-text {
    padding: 20px;
}
.featuredimg,
.home-hero-image {
    height: 400px;
}
.page-id-342 .featuredimg {
    background-position: -750px center;
}
.home .mobile-branding {
    top: 27%;
}
.home h1 {
    font-size: 2rem;
}
.hero-text p:first-of-type {
    padding: 15px 20px;
}
.hero-logos .flexed span {
    flex-basis: 25%;
}
.hotel:first-of-type .hotelimg:before {
    width: 291px;
    height: 225px;
    background-size: cover;
}
}
@media screen and (max-width: 460px){
.home main.site-main {
    padding: 60px 30px;
}
.home .ballroom-wrapper .container {
    padding: 25px 15px;
}
.home .ballroom-logo {
    margin-bottom: -80px;
    max-width: 95%;
}
.home .ballroom-background {
    position: relative;
    width: 100%;
    height: 300px;
    top: auto;
    left: auto;
}
.home .ballroom-text {
    margin: -10px 10px 0px;
    border: 15px solid rgba(255,255,255,0.9);
}
.home .ballroom-text:after {
    display: none
}
.accommodations-text {
    padding: 30px 25px;
}
.stars {
    font-size: 1.5rem;
}
.event-meta span {
    display: block;
    margin: 0 0 3px;
}
}
@media screen and (max-width: 420px){
.home h1 {
	font-size: 2.125rem;
}
}
@media screen and (max-width: 400px){
.hero-text {
    width: 90%;
}
.home .ballroom-text {
    margin: 0 auto;
}
.home .accommodations-text {
    padding: 30px 20px;
}
.home .accommodations-left {
    height: 250px;
}
.home #accommodations .container {
    margin: 0;
    padding-bottom: 310px;
}
.home #weddings-conferences .container {
    padding: 0 20px;
}
.home .block-text {
    padding: 25px 15px;
}
.amenitiesimage {
    width: 100%;
    float: none;
    outline: 5px solid #fff;
}
.servicescontent ul {
    font-size: 1rem;
}
#gform_wrapper_2 {
    padding: 3em 1em;
}
}
@media screen and (max-width: 360px){
body, button, input, select, textarea {
    font-size: 17px;
    font-size: 1.0625rem;
}
.home h1 {
    font-size: 1.8rem;
}
h2 {
    font-size: 1.75rem;
}
table.venuecapacitytable td,
table.venuecapacitytable th {
    padding: 10px 3px;
}
.home .accommodations-text h2 {
    font-size: 1.825rem;
}
.teammemberinfo p {
    font-size: 0.9rem;
}
}
