





body {
	padding: 0 !important;
	margin: 0 !important;
	background: #EFEDE8;

}


iframe {
	height: 1000px !important;
}


/* typography */



.alm-load-more-btn.more::before {
	display: none !important;
}

.alm-btn-wrap .alm-load-more-btn.loading {
	padding-left: 20px !important;
}


h1 {
	font-size: 3em;
	font-weight: 700;
	/* color: #bd9a5f; */
	line-height: 1;
	color: inherit;
	
	-webkit-font-smoothing: antialiased;
	font-family: 'Verlag', sans-serif;
	
	margin-block-start: 0em;
	margin-block-end: 0em;
	
	padding: 0.1em 0;
	
}

.align-center {
	text-align: center !important;
	width: 100%;
	padding: 0px !important;
}

h1.large {
	font-size: 3.3em;
	font-weight: 800;
	padding-right: 20px;
	
}

h1.main-header {
	font-size: 4em;
	font-weight: 800;
	text-align: center;
	
	max-width: 800px;
	

}

.cap-text {
	text-transform: uppercase !important;
}

h2 {
	font-size: 1.7em;
	font-weight: 700;
	/* color: #bd9a5f; */
	line-height: 1;
	color: inherit;

	
	-webkit-font-smoothing: antialiased;
	font-family: 'Verlag';
	
	margin-block-start: 0em;
	margin-block-end: 0em;
	
	padding: 0.1em 0;
}

h2 span {

	font-weight: inherit;

	
}







h3 {
	font-size: 1.2em;
	font-weight: 700;
	/* color: #bd9a5f; */
	line-height: 1;
	color: inherit;
	
	-webkit-font-smoothing: antialiased;
	font-family: 'Verlag';
	
	margin-block-start: 0em;
	margin-block-end: 0em;
	
	padding: 0.1em 0;
	
}

h4 {
	font-size: 1em;
	font-weight: 700;
	/* color: #bd9a5f; */
	line-height: 1;
	color: inherit;
	
	-webkit-font-smoothing: antialiased;
	font-family: 'Verlag';
	
	margin-block-start: 0em;
	margin-block-end: 0em;
	
	padding: 0.1em 0;
	
}

h6 {
	font-size: 1em;
	font-weight: 700;
	/* color: #bd9a5f; */
	line-height: 1;
	color: inherit;
	
	-webkit-font-smoothing: antialiased;
	font-family: 'Verlag';
	
	margin-block-start: 0em;
	margin-block-end: 0em;
	
	padding: 0.1em 0;
	
}




h6 a {
text-decoration: none;
color: unset;
text-transform: uppercase;
}

h6 a {
	display: inline-block;
	padding: 10px 20px;
	margin: 0.2em 0;
	border: 2px solid #2D2A26;
	border-radius: 45px;
}



a {
	font-size: inherit;
	font-weight: inherit;
	/* color: #bd9a5f; */
	line-height: inherit;
	color: inherit;
	text-decoration: inherit;
	
	-webkit-font-smoothing: antialiased;
	font-family: inherit;
	
	margin-block-start: inherit;
	margin-block-end: inherit;
	
	padding: inherit;
	
}


p a {
	text-decoration: underline;
}


ul {
	line-height: 1.5;
		font-weight: 500;
		font-size: 1.2em;
	color: inherit;
		
		-webkit-font-smoothing: antialiased;
		font-family: 'Verlag', sans-serif;

}


p {
	line-height: 1.5;
	font-weight: 500;
	font-size: 1.2em;
color: inherit;
	
	-webkit-font-smoothing: antialiased;
font-family: 'Verlag', sans-serif;

	margin-block-start: 0em;
	margin-block-end: 0em;
	
	padding: 0.2em 0;
}
.green-text {
	color: #2A5236 !important;
}


.square-button {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	height: 90px;
	width: 180px;
	
}

.square-button a {
	text-decoration: none;
	position: relative;
}

.underline {
	cursor: pointer;

	position: relative;
}

.underline::after {
	display: block;
	content: "";
	width: 0;
	background: #B7955C;
	height: 3px;
	position: absolute;
	left: 0;
	bottom: -4px;
	transition: 0.3s;
}


.underline:hover::after {
	width: 70%;
}






/* hero */

.main-hero {
	width: 100vw;
	height: auto;
	position: relative;
	z-index: 9;
}

#home-hero {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
}

#page-hero h6 a {
	border: 2px solid #fff;
}

#home-hero h6 a {
	border: 2px solid #fff;
}


.cycle-slideshow {
	width: 77%;
	height: 55vw;
	
}



.cycle-slideshow .carousel-image {
	height: 100%;
	width: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;

}

.hero-content {
	height: calc(100% - 60px);
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: flex-start;
	padding-left: 30px;
	padding-bottom: 60px;
	max-width: 700px;

}


.hero-content {
	color: #fff;
}


.instagram-feed {
	margin-top: 90px;
	width: calc(23% - 30px);
	margin-left: 15px;
	margin-right: 15px;
}
.instagram-feed a {
	text-decoration: none;
	color: #2D2A26;

}

.instagram-feed h2 {
	display: inline-block;
	margin-left: 20px;
	line-height: 1px;
	cursor: pointer;
	transition: 0.4s;
	
}

.instagram-feed h2:hover {
	opacity: 0.7;
	transition: 0.4s;
}

.instagram-feed h2 img {
	width: 40px;
	height: 40px;
	margin-bottom: -10px;
}



#home-hero #sb_instagram {
	display: flex !important;
	flex-direction: column-reverse !important;
	padding-bottom: 0px !important;
}


#sb_instagram .sb_instagram_header, .sb_instagram_header {
margin-top: 0px !important;
padding-top: 0px !important;

}

 #sb_instagram .sb_instagram_header, .sb_instagram_header {
	display: none !important;
}

#sb_instagram #sbi_load {
	display: none !important;
}


#sb_instagram #sbi_images {
	padding-bottom: 0px !important;
}





/* navigation */

.logo {
	height: 90px;
	width: auto;
}

.logo img {
height: 100%;
width: auto;
}

#navigation {
	position: fixed;
	top: 0;
	left: 0;
	
	width: 100vw;
	height: auto;
	z-index: 99;
}

nav {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
	
}

.order-ahead {
	background: #2D2A26;
}

.order-ahead h4 a {
	color: #FFFFFF;
}



.burger-nav {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}


.burger-button {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 90px;
	width: 90px;
	background: #EFEDE8;
	transition: 0.4s;
}

.burger-button .burger-bar {
	width: 40px;
	height: 3px;
	background: #B7955C;
	margin: 2px 0;
	transition: 0.4s;
}

.main-button.burger-button:hover {
	background: #dad6cd;
	transition: 0.4s;
}


.main-button.burger-button:hover .burger-bar {
	transition: 0.4s;
	width: 50px;
}




.burger-content {
	width: 500px;
	height: 100vh;
	position: fixed;
	z-index: 999;	
	top: 0;
	right: -500px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	transition: 0.4s;
	
}

.burger-button h4 {
	cursor: pointer;
}


.burger-content.button-open {
	right: 0px;
}


.social-media img {
	width: 35px;
	height: 35px;
}

.social-media a {
	padding-right: 10px;
}


#navigation ul {
	display: block;
	list-style-type: none;
	margin-block-start: 0em;
	margin-block-end: 0em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
	padding-inline-start: 0px;
}

#navigation ul li {
	padding-bottom: 20px;
}

#navigation ul li a {
	font-size: 1.3em;
	font-weight: 700;
	color: #EFEDE8;
	line-height: 1;

	-webkit-font-smoothing: antialiased;
	font-family: 'Verlag';
	margin-block-start: 0em;
	margin-block-end: 0em;
	padding: 0.2em 0;
	text-transform: uppercase;
	
	text-decoration: none;
}

#navigation ul li a {
	position: relative;
}


#navigation ul li a::after {
	display: block;
	content: "";
	width: 0;
	background: #B7955C;
	height: 4px;
	position: absolute;
	left: 0;
	bottom: -2px;
	transition: 0.3s;
}


#navigation ul li a:hover::after {
	width: 70%;
}




.menu-main-menu-container {
	padding-left: 35px;
}


.social-media {
	margin-left: 35px;
}




.burger-content .burger-button {
	flex-direction: row;
justify-content: center;
align-items: center;
	background: none;
	position: absolute;
	top: 0;
	right: 35px;
	transition: 0.4s;
	cursor: pointer;
}

.burger-content .burger-button:hover {
	right: 45px;
	transition: 0.4s;
}


.burger-content .burger-button div {
	height: 3px;
	width: 35px;
}

.burger-content .burger-button .burger-top {
	transform: rotate(45deg) translate(4px, -9px);
	transition: 0.5s;
}

.burger-content .burger-button .burger-bottom {
	transform: rotate(-45deg) translate(13px, 0px);
	transition: 0.5s;
}

.burger-content .burger-button h3 {
	color: #B7955C;
}

/* hero */






/* layout */



/* small-width */

section.accordion {
	padding: 50px 0;
}

section.accordion h1 {
	width: 100%;
	text-align: center;
	
	
}


.small-width {
	max-width: 800px;
}




/* card layout */
.flex-row.card-column {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	padding: 30px;
}


.card-column .card-thumb {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}



.card-column > div {
	width: 49%;
	margin: 2% 0;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}


.card-column > div  .card-thumb {
	width: 180px;
	height: 180px;
	border-radius: 130px;
	border: 5px solid #B7955C;
}

.card-column > div .card-info {
	width: calc(100% - 210px);
}



#introduction {
	
	z-index: 9;
}


 .section-overall .info-column {
	 justify-content: space-between;
 }
 
 .section-overall .info-column .info-image {
	 width: 400px;
	   height: auto;
	   margin: 0px;
 }
 
 
 .section-overall .info-column .info-content {
	 width: 100%;
	 max-width: 1200px;
	 margin: auto;
 }


.universal-vertical-padding {
	padding: 50px 0;
}


.section-content .emblem {
	width: 180px;
	height: 180px;
	position: absolute;
	top: -60px;
	right: 50px;
	  animation-name: spin;
	  animation-duration: 10000ms;
	  animation-iteration-count: infinite;
	  animation-timing-function: linear; 
}

@keyframes spin {
	from {
		transform:rotate(0deg);
	}
	to {
		transform:rotate(360deg);
	}
}




.section-content {
	position: relative;
}


.vertical-small-margin {
	margin: 20px 0;
}

.vertical-big-margin {
	margin: 60px 0;
}


#page-hero .carousel-image {
	width: 100%;
	height: 39vw;
	padding-bottom: 5vh;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: center;
	color: #fff;
}

#page-hero.single-event-hero .carousel-image {
	height: 25vh;
	margin-top: 0px;
	min-height: 230px;
	width: 90%;
	max-width: 1400px;

}

#page-hero.single-event-hero .carousel-image h1 {
	color: #B7955C;
	text-align: center;
	max-width: 800px !important;
}

#page-hero.single-event-hero .carousel-image h2  {
	
	font-family: 'Verlag' !important;
	margin-block-start: 0em !important;
	margin-block-end: 0em !important;

	font-size: 1.5em !important;
	color: #2D2A26 !important;
	text-align: center;
}

#page-hero.single-event-hero .carousel-image h2 span {
	font-weight: 600 !important;
}


.tribe-events-single {
	width: 90% !important;
	max-width: 1400px !important;
}

#single-event {
	padding: 50px 0;
	width: 90%;
}

.tribe-events-series-relationship-single-marker {
	display: none !important;
}


#single-event container {
	width: 100%;
}

#single-event .event-thumbnail {
	padding: 0px !important;
	margin: 0px !important;
	width: 450px !important;
	height: auto !important;
}

#single-event .event-content {
	width: calc(100% - 500px) !important;
}

#single-event .one-column > div {
	text-align: inherit;
	
}

#single-event .tribe_events {
	justify-content: space-between !important;
	align-items: flex-start !important;
	max-width: 1400px;
}

#single-event .one-column div div {
	padding: 0px !important;
	margin: 0px !important;
	min-height: unset !important;
}

#single-event.section-overall .section-content img {
	margin: 0 0 !important;
}


.tribe-events-back {
	margin-bottom: 0px !important;
}

#single-event .event-content {
	justify-content: flex-start !important;
	align-items: flex-start !important;
}



.tribe-events-event-image {
padding: 0px !important;
margin: 0px !important;
} 

#single-event h1, #single-event h2, #single-event h3, #single-event h4, #single-event h5, #single-event h6  {
	text-align: inherit !important;

	
}


#single-event h2 {
	color: #2A5236;
	font-weight: 800;
}

#single-event h1 {
	color: #2A5236;
	font-weight: 800;
}

#single-event .tribe-events-content a {
display: inline-block;
padding: 10px 20px;
margin: 0.2em 0;
border: 2px solid #2D2A26;
border-radius: 45px;
}


/* calendar */

.tribe-events .tribe-events-calendar-month__multiday-event-bar {
	background: #3b6812 !important;

}

.tribe-events .tribe-events-calendar-month__multiday-event-bar-title {
	color: #fff !important;
}






.offwhite {
	background: #F6F5F2;
}

.off-marble {
background-image: url('../jpg/marble.jpg');
background-size: cover;
	background-position-x: center;
	background-position-y: -800px;

background-repeat: no-repeat;
}


.marble-background {
background-image: url('../jpg/marble.jpg');
background-size: cover;
background-position: center;

background-repeat: no-repeat;
}

.brown-pattern-background {
	background-color: #2D2A26;
	background-image: url('../svg/hsp-pattern.svg');
	background-position: bottom;
	background-size: 150%;
	background-repeat: no-repeat;
}


section {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

container {
	width: 90%;
}

container.medium-width {
	max-width: 1400px;
	
}






.flex-row {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: stretch;
	align-content: stretch;
	flex-wrap: wrap;

}





.one-column > div {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
width: 100%;
	height: auto;
}

.one-column > div {
	text-align: center;
}

.one-column div div {
	padding: 40px;
	max-width: 800px;
	min-height: 400px;

	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;

}



.two-column > div {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: flex-start;
	width: 50%;
	height: auto;
}




.two-column div div {
	padding: 40px;
	max-width: 800px;
	min-height: 400px;

	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;

}


.three-column > div {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: flex-start;
width: 33.3333333%;
	height: auto;
}






 .section-overall .three-column div div {
	padding: 40px;
	max-width: 800px;
	min-height: 400px;

	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;

}




.section-overall .section-content .info-content img {
	width: unset;
height: unset;
max-height: unset;
display: inline-block;
margin: unset;
	
}

.section-overall .section-content .info-content img.aligncenter {
	margin: auto;
	display: block;
}






.section-overall .section-content img {
	width: 100%;
	height: auto;

	max-height: 500px;
	display: inline-block;
	margin: 20px 0;
	
}


.bleed div {
	background-size: cover;
	background-position: center;
background-repeat: no-repeat;
}



.title {
	width: 90%;

	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	padding: 60px 0;
	flex-wrap: wrap;
	
}

.title h6 {
	padding-right: 20px;
}


.title p {
width: 700px;
padding-right: calc(100% - 700px);
}


/* introduction */





/* merchant */

#merchant .item {
	margin-bottom: 50px;
}

#merchant .item a .thumbnail {
	width: 100%;
	margin-bottom: 20px;
}

#merchant .item a .thumbnail .thumbnail-image {
	width: calc(100% - 14px);
transition: 0.4s;
opacity: 1;
border-radius: 50%;
	border: 7px solid #B7955C;
}

#merchant .item a .thumbnail .thumbnail-image:after {
	content: "";
	display: block;
	padding-bottom: 100%;
}




#merchant .item a {

	margin: 0 40px;
	text-decoration: none;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	
}

#merchant .item .name h2 {
	text-align: center;
	color: #B7955C;
}


#merchant .item .name h2 img {
	width: auto;
	height: 13px;
	padding: 0px;
	margin: 0px;
	display: inline-block;
	padding-right: 5px;
}


#merchant .item p {
color: #2D2A26;
padding: 0px;
}



#merchant h1 {
	color: #B7955C;
}

#merchant h6 a {
	color: #fff;
	border-color: #fff;
}




/* event summerary */


#event-summary .tribe-common-l-container.tribe-events-l-container {
	padding: 0px !important;
}

#event-summary .tribe-events-header {
	display: none !important;
}

#event-summary .tribe-events .tribe-events-c-nav {
	display: none !important;
}

#event-summary .tribe-events-c-subscribe-dropdown__container {
	display: none !important;
}

#event-summary .tribe-events-promo {
	display: none !important;
}


#event-summary .tribe-common--breakpoint-medium.tribe-common .tribe-common-g-row--gutters>.tribe-common-g-col {
	width: 33% !important;
}


#event-summary container {
	padding-top: 30px;
}


#event-summary .tribe-common-l-container .title h1 {
	display: none !important;
}


#event-summary .tribe-common-g-row article.tribe-common-g-col:nth-child(4) {
	display: none !important;
}

#event-summary .tribe-common-g-row article.tribe-common-g-col:nth-child(5) {
	display: none !important;
}

#event-summary .tribe-common-g-row article.tribe-common-g-col:nth-child(6) {
	display: none !important;
}



#event-summary .tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container {
	min-height: unset !important;
	padding-bottom: 50px !important;
}


/* event typography */

.tribe-events-pro .tribe-events-pro-photo__event-date-tag {
	margin-right: 25px !important;
}

.tribe-common--breakpoint-medium.tribe-common .tribe-common-h4--min-medium {
	font-size: 3.1em !important;
	line-height: 1.1 !important;
	font-weight: 800 !important;
		-webkit-font-smoothing: antialiased !important;
	font-family: 'Verlag' !important;
}



.tribe-events-pro .tribe-events-pro-photo__event-date-tag-month {
	font-size: 0.9em !important;
	line-height: 1.1 !important;
	font-weight: 700 !important;
		-webkit-font-smoothing: antialiased !important;
	font-family: 'Verlag' !important;
	color: #2D2A26 !important;
}

.tribe-common--breakpoint-medium.tribe-common .tribe-common-h6 {
font-size: 1.7em !important;
line-height: 1.1 !important;
	-webkit-font-smoothing: antialiased !important;
font-family: 'Verlag' !important;
padding-top: 5px !important;
}


.tribe-common--breakpoint-medium.tribe-common .tribe-common-b2 {
font-size: 1.2em !important;
line-height: 1.1 !important;
	-webkit-font-smoothing: antialiased !important;
font-family: 'Verlag' !important;
	font-weight: 500 !important;


}

.tribe-events-pro .tribe-events-pro-photo__event-details-wrapper {
	/* margin-top: 20px !important; */
}


.tribe-events-pro .tribe-events-pro-photo__event-featured-image-wrapper {
	margin: 0px !important;
}

.tribe-events-pro .tribe-events-pro-photo__event-details-wrapper {
	margin: 0px !important;
	padding: 20px !important;
	/* background: #DEC9A3 !important; */
	background: none !important;
	
}


.tribe-common--breakpoint-medium.tribe-events .tribe-events-header--has-event-search .tribe-events-c-events-bar {
	background: none !important;
	background-color: none !important;
}


.tribe-events .tribe-events-c-events-bar__search-container {
	background: none !important;
	background-color: none !important;
}


.tribe-common--breakpoint-medium.tribe-events .tribe-events-header--has-event-search .tribe-events-c-events-bar {
border-radius: 60px !important;
border: 2px solid #2D2A26 !important;
padding-bottom: 0px !important;
margin-bottom: 0px !important;

}

.tribe-events .tribe-events-c-events-bar__views {
	display: none !important;
}

/* event page */


#featured-event {
	padding-top: 100px;
	margin-top: 0px;
}

.tribe-events-c-subscribe-dropdown__container {
	display: none !important;
}

.tribe-events-promo {
	display: none !important;
}


#featured-event .tribe-common--breakpoint-medium.tribe-common .tribe-common-g-row--gutters>.tribe-common-g-col {
	width: 25% !important;
}


#featured-event .tribe-events-c-subscribe-dropdown__container {
	display: none !important;
}

#featured-event .tribe-events-promo {
	display: none !important;
}
/* #featured-event header {
	display: none !important;
} */

#featured-event nav.tribe-events-pro-photo-nav {
	display: none !important;
}

#featured-event .tribe-events-header__breadcrumbs {
	display: none !important;
}



#featured-event .tribe-events-header__title-text {
	display: none !important;
}

#featured-event .tribe-events-c-top-bar {
	display: none !important;
}

#featured-event .tribe-events-header__events-bar {
	display: none !important;
}


#featured-event .tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container {
	min-height: auto !important;
}




#featured-event .tribe-common .tribe-common-l-container {
	max-width: 100% !important;
	padding: 0px !important;
}




/* main event */


.tribe-events .tribe-events-calendar-month__header-column-title {
	font-weight: bold !important;
}



.tribe-common--breakpoint-medium.tribe-common .tribe-common-g-row--gutters>.tribe-common-g-col {
	width: 25% !important;
}

.tribe-common .tribe-common-l-container {

	width: 90% !important;
	margin: auto;
	max-width: 90% !important;
	padding: 0px !important;

}


.tribe-common--breakpoint-medium.tribe-common .tribe-common-l-container {
	max-width: 100% !important;
	padding: 0px !important;
	padding-top: 200px !important;
	padding-bottom: 50px !important;
}

.tribe-common--breakpoint-medium.tribe-common .tribe-common-l-container.experiences-card {
	padding-top: 40px !important;
}


#event-summary #calendar {
	display: none !important;
} 


#calendar .tribe-events-header__events-bar {
	display: none !important;
}

#calendar {
	padding-bottom: 40px !important;
}


.tribe-events-header {
	display: flex !important;
	flex-direction: row-reverse !important;
	justify-content: space-between !important;
	align-items: center !important;
	flex-wrap: wrap !important;
	width: 100% !important;
	margin-bottom: 70px !important;
}


.tribe-common-l-container .title h1 {
	color: #2A5236 !important;
	font-size: 3.3em;
	font-weight: 800;
	padding: 30px 0;
}


.tribe-events-c-top-bar {
	width: 600px !important;
	display: flex !important;
	flex-direction: row !important;
	justify-content: center !important;
	align-items: center !important;
	margin: 0px !important;

}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-header--has-event-search .tribe-events-c-events-bar {
width: 500px !important;

}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-top-bar__nav {
	width: 50px; !important;
}


.tribe-common-c-btn-border-small {
display: inline-block !important;
padding: 10px 20px !important;
margin: 0.2em 0 !important;
border: 2px solid #2D2A26 !important;
border-radius: 45px !important;

background: none !important;

font-size: 1.3em !important;
font-weight: 600 !important;
text-transform: uppercase !important;
color: #2D2A26 !important; 
line-height: 1 !important;
-webkit-font-smoothing: antialiased !important;
font-family: 'Verlag' !important;
margin-block-start: 0em !important;
margin-block-end: 0em !important;
}


.tribe-events-c-top-bar__today-button {
	margin-right: 10px !important;
}


.tribe-common.tribe-common--breakpoint-medium button.tribe-events-c-top-bar__datepicker-button {
	font-size: 1.8em !important;
	font-weight: 600 !important;
	text-transform: uppercase !important;
	color: #2D2A26 !important; 
	line-height: 1 !important;
	-webkit-font-smoothing: antialiased !important;
	font-family: 'Verlag' !important;
	margin-block-start: 0em !important;
	margin-block-end: 0em !important;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-common-c-btn.tribe-events-c-search__button {
	display: inline-block !important;
padding: 14px 20px !important;
margin: 0.2em 0 !important;
border: none !important;
border-radius: 45px !important;
background: #2A5236 !important;
font-size: 1em !important;
font-weight: 600 !important;
text-transform: uppercase !important;
color: #ffffff !important;
line-height: 1 !important;
-webkit-font-smoothing: antialiased !important;
font-family: 'Verlag' !important;
margin-block-start: 0em !important;
margin-block-end: 0em !important;
margin: 10px !important;
	
}

.tribe-events .tribe-events-c-events-bar .tribe-common-form-control-text__input {
-webkit-font-smoothing: antialiased !important;
font-family: 'Verlag' !important;
font-size: 1.3em !important;
}



.tribe-events .tribe-events-l-container {
	min-height: unset !important;
}



.tribe-events .datepicker .datepicker-switch {
font-family: 'Verlag' !important;
margin-block-start: 0em !important;
margin-block-end: 0em !important;
font-weight: 600 !important;
font-size: 1.7em !important;
	color: #2D2A26 !important;
}

.tribe-events .datepicker .day {
	font-family: 'Verlag' !important;
	margin-block-start: 0em !important;
	margin-block-end: 0em !important;
	font-weight: 600 !important;
	font-size: 1.5em !important;
		color: #2D2A26 !important;
		padding: 5px 0 !important;
}


.tribe-events-calendar-series-archive__container {
	display: none !important;
}


.tribe-events .datepicker .dow {
font-family: 'Verlag' !important;
margin-block-start: 0em !important;
margin-block-end: 0em !important;
font-weight: 600 !important;
font-size: 1.5em !important;
	color: #2D2A26 !important;
}


.tribe-events .datepicker .past {
color: #c5bfb7 !important;
}

.tribe-events .datepicker .day.active {
	background: #b7955c !important;
}


.tribe-events .datepicker {
	background: #F6F5F2 !important;
	
	border: 1px solid #2D2A26 !important;
	border-radius: 13px !important;
}



/* single event related */

#tribe-events-pg-template {
	max-width: 100% !important;
	padding: 0px !important;
}


#single-event-related {
	width: 100%;
	padding: 60px 0;
}


#single-event-related container {
	
	flex-direction: column;
}


#single-event-related container .tribe_events {
	flex-direction: column;
}

#single-event-related container .tribe_events ul {
	display: flex !important;
	flex-direction: row !important;
	justify-content: space-between !important;
	justify-items: flex-start !important;
	
	
	
	line-height: 1.5;
	font-weight: 500;
	font-size: 1.3em;
	color: inherit;
	-webkit-font-smoothing: antialiased;
	font-family: 'Verlag', sans-serif;

	list-style-type:  none !important;
	margin-block-start: 0 !important;
	margin-block-end: 0 !important;
	margin-inline-start: 0px !important;
	margin-inline-end: 0px !important;
	padding-inline-start: 0 !important;
	
}

#single-event-related container .tribe_events li {

	text-align: -webkit-match-parent;
	padding: 20px;
}


#single-event-related .one-column div div {
	padding: 0px;
	max-width: unset;
	min-height: unset;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}



#single-event-related .tribe-events-related-events-title {
	font-size: 3em !important;
	font-weight: 800 !important;
	color: #2A5236 !important;
	line-height: 1 !important;

	-webkit-font-smoothing: antialiased;
	font-family: 'Verlag' !important;
	padding: 0px !important;
	margin: 0px !important;
	
	border-top: none !important;
	
	
}

#single-event-related .one-column div .tribe-related-event-info {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

#single-event-related .tribe-related-events-title {
	width: 100% !important;
}


/* footer */


footer .section-content {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	padding-top: 50px;
	padding-bottom: 50px;
}

footer section {

	border-top: 7px solid #B7955C;
}

footer .section-content .contact-info {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	width: 75%;
	max-width: 800px;
}

footer .section-content .contact-info > div {
	padding-bottom: 40px;
	padding-left: 30px;
}



footer .section-content .contact-info h2 {
	color: #fff;
	padding-bottom: 10px;
}

footer .section-content .contact-info h3 {
	color: #B7955C;
	text-decoration: none;
	padding-bottom: 7px;
	
}


footer .emblem-logo {
	width: 150px;
	height: 150px;
}

.hours-operation .hours .hours-item {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: flex-start;
}



footer .hours-operation .hours .hours-item .date {
	color: #fff;
	width: 70px;
}



footer .hours-operation .hours .hours-item .date {
	color: #fff;
}

footer .hours-operation .hour-note {
	color: #fff;
	width: 100%;
	max-width: 250px;
	font-size: 1em;
}

footer .copyright {
	width: 100%;
	color: #fff;
	padding-top: 20px;
	border-top: 1px solid #Fff;
}


footer h6 a {
color: #fff;
background: #b8955c;


}


/* load more merchant */

#ajax_load_more img {
	width: 12px;
	height: 12px;
}




#ajax-load-more {
	width: 100% !important;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

#ajax-load-more .alm-listing {
	width: 100% !important;

}

.alm-listing .alm-reveal {
	width: 100% !important;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	align-items: center;
	align-content: space-between; 
	flex-wrap: wrap;
}

.alm-listing .alm-reveal .item {
	width: 21% !important;
}

.alm-listing .alm-reveal .item a {
	margin: 0px !important;
}


.alm-listing .alm-reveal:after {
	display: none !important;
}


#merchant.merchant-page {
	padding: 5vh 0;
}


.alm-btn-wrap .alm-load-more-btn {
	appearance: none;
	background: none !important;
	border: #2A5236 !important;
border-radius: 54px !important;
	-webkit-font-smoothing: antialiased !important;
font-family: 'Verlag' !important;
	box-shadow: none !important;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 15px;
	font-weight: 500;
	height: 43px;
	line-height: 1;
	margin: 0;
	padding: 0 20px;
	position: relative;
	text-align: center;
	text-decoration: none;
	transition: all .3s ease;
	user-select: none;
	width: auto;
	
	color: #2A5236 !important;
	font-weight: 700 !important;
	border: 2px solid #2A5236 !important;
}



/* individual merchant */


#map {
	padding: 20px 0;
}

#map container img {
	height: auto;
	width: 90% !important;
	max-width: 800px !important;
	max-height: unset !important;
}


#individual-merchant {
	justify-content: space-between; 
	padding: 3vh 0;
}

#merchant-hours h3 span {
	color: #B7955C;
}


#merchant-hours h3.date {
	color: #2D2A26;
	width: 60px;
}

#merchant-hours h3.date span {
	color: #2D2A26;

}


#merchant-hours .hours-item {
	padding: 2px 0;
}

.merchant-bio {
	max-width: 900px;
	width: 100%;
	padding-right: 20px;
}

#individual-merchant h1 {
	padding-top: 20px;
	padding-bottom: 10px;
	color: #2A5236;
}


.merchant-link {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: flex-start;
	width: 100%;
	flex-wrap: wrap;
	padding-top: 10px;
}

.merchant-link h6 {
	padding-right: 10px;
}


#individual-merchant .social-media {
	margin-left: 3px;
}

#individual-merchant .social-media img {
	width: 50px;
	height: 50px;
	margin: 0;
	margin-top: 5px;
}




#menu h1 {
	color: #2A5236;
	text-align: center;
	width: 100%;
}




/* guides */


/* #guides .three-column > div {

	width: calc(33.333% - 80px);
	margin: 40px;
	
}


#guides.section-overall .section-content img {
	width: 100%;
	height: auto;
	max-height: 500px;
	display: inline-block;
	margin: 20px 0;
}
 */


#guides.section-overall .three-column div div {
	 min-height: unset;
 }
 
 
 #guides .three-column {
	 justify-content: flex-start;
	
 }
 
 
 


/* accordion */


.accordion-item > h2 {
	color: #B7955C;
}




.accordion-item {
	border-bottom: 1px solid #2D2A26;
	padding: 20px 0; 
	cursor: pointer;
}

.accordion-item:last-child {
	border-bottom: none;
}


.accordion-item .accordion-island {
	overflow: hidden;
	height: auto;
	max-height: 0;
	transition: 0.7s;
	
}


.accordion-item.active .accordion-island {
	transition: 0.7s;
	max-height: 250px;
	
}




/* PRESS */

#press {
	padding: 20px 0;
}

#press container .press-box {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	width: calc(33% - 40px);
	margin: 20px;
	margin-bottom: 15px;
	background: #DEC9A3;
	padding-bottom: 20px;
}

#press container .press-box h2 {
	padding-top: 10px;
	text-align: center;
	width: 90%;
}




#press container .press-box .news-thumb {
	width: 100%;
padding: 0px;
margin: 0px;
min-height: unset;
margin-bottom: 20px;
background-size: cover;
background-position:  center;
}

#press container .press-box p {
	width: 90%;
	line-height: 1em;
	text-align: center;
}

.news-thumb::after {
content: "";
display: block;
padding-bottom: 100%;
}



/* pop up */

/* .sgpb-content-popupId {
	max-width: 100px !important;
}

.sgpb-popup-builder-content-popupId {
	max-width: 100px !important;
}

.sg-popup-builder-content {
max-width: 800px !important;
width: 80% !important;
}

.sg-popup-builder-content img {
	
} */

#sgpb-popup-dialog-main-div {
padding: 0px !important;
	margin: 0px !important;
	border: 0px solid #B7955C !important;
	box-shadow: none !important;
	min-height: unset !important;
	background: none !important;
}


#sgpb-popup-dialog-main-div p {

	padding: 0em;
}

#sgpb-popup-dialog-main-div a {

	padding: 0em;
}


.sg-popup-builder-content {
	padding: 0px !important;
}

.sgpb-popup-close-button-1 {
	bottom: unset !important;
	top: 10px !important;
	right: 10px !important;
}

.sgpb-popup-dialog-main-div-theme-wrapper-1 {
	padding: 0px !important;
}


#sgpb-popup-dialog-main-div > div {
	padding: 0px !important;
}



.tribe-common--breakpoint-medium.tribe-common .tribe-common-b3 {
	padding-top: 0 !important;
	margin-top: 0px !important;
	font-weight: bold !important;
	/* color: #AD8D57 !important; */
	font-size: 17px !important;
}


.tribe-events .datepicker table {
width: 100% !important;

}



#not-found {
	min-height: 50vh;
}



/* pop-up */


#pop-up {
	width: 100%;
	height: 100vh;
	background: rgba(0, 0, 0, 0.352);
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999;
	cursor: pointer;
}

#pop-up img {
	width: 90%;
	height: auto;
	max-width: 800px;

}




#pop-up .one-column > div {
	width: auto !important;
}


#pop-up .one-column div div {
	padding: 0px;
	max-width: unset;
	min-height: unset;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
}


#pop-up img.pop-up-close {
	width: 40px;
	height: 40px;
	max-width: 50px;
	position: absolute;
	top: 10px;
	right: 50px;
	cursor: pointer;

}

#pop-up.close {
	display: none;
}

#pop-up container.medium-width {
	max-width: unset;
	min-height: unset;
	width: auto;
}



/* single-column-event */


.single-event-two-column {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-content: flex-start;
	flex-wrap: wrap;
}


.single-event-two-column .event-thumbnail {
	width: 40% !important;

}

.single-event-two-column #single-column-event {
	width: 58% !important;
}



#single-column-event {

}

#single-column-event.medium-width {
	max-width: 1200px;
}


#single-column-event ul {
	margin-block-start: 0em;
	margin-block-end: 0em;
	padding-inline-start: 0px;
	margin-left: 15px;
}

.section-overall #single-column-event.section-content img {
	max-height: unset !important;

}





/* event ticket */

#single-event .squadup-checkout-app .row {
	display: none !important;
}



@media screen and (max-width: 1300px){
	
	/* layout */
	
	
	section.accordion {
		padding: 40px 0;
	}

	
	.off-marble {

		background-position-y: -680px;
		
	}
	
	
	#page-hero .carousel-image {
	width: 100%;
	height: 39vw;
	padding-bottom: 5vh;
	
}
	
	
	.section-overall .three-column div div {
		padding: 30px;
	}
	
	
	/* typography */
	
	
h1.large {
	font-size: 2.9em;
	
}

h2 {
	font-size: 1.5em;
}


h1.main-header {
	font-size: 3.2em;
	width: 90%;
	
}

p {
line-height: 1.4;
font-size: 1.2em;
}

ul {
	line-height: 1.4;

	font-size: 1.2em;

}
	
	/* hero carousel */
	
	
	.hero-content {
		height: calc(100% - 40px);
	
		padding-bottom: 40px;

	}
	
	.cycle-slideshow {
		width: 77%;
	
	}
	
	.instagram-feed {
	
		width: 23% !important;
	}
	
	.instagram-feed h2 {
	
		font-size: 20px;
	}
	
	.instagram-feed h2 img {
		width: 30px;
		height: 30px;
		margin-bottom: -8px;
	}
	
	
	#home-hero #sb_instagram {
padding-bottom: 0px !important;
	}



#navigation ul li a {
font-size: 1.4em;

}

#navigation ul li {
	padding-bottom: 22px;
}



.burger-content {
width: 400px;

}





.section-content .emblem {
	width: 140px;
	height: 140px;
top: -70px;
	right: 30px;

}

.instagram-feed h2 {
	padding-top: 20px;
}



/* merchant */
#merchant .item a .thumbnail .thumbnail-image {
	width: calc(100% - 10px);
	border: 5px solid #B7955C;
}


#merchant .item .name h2 img {
	
	height: 15px;
	
}

#merchant .item p {
	color: #2D2A26;
	padding: 0px;
	text-align: center;
}


#merchant .item a {
	margin: 0 30px;

}


/* merchant page */

.alm-listing .alm-reveal .item {
	width: 30% !important;
}



/* event */


/* event typography */

.tribe-events-pro .tribe-events-pro-photo__event-date-tag {
	margin-right: 25px !important;
}

.tribe-common--breakpoint-medium.tribe-common .tribe-common-h4--min-medium {
	font-size: 2.5em !important;
}



.tribe-events-pro .tribe-events-pro-photo__event-date-tag-month {
	font-size: 0.7em !important;
}

.tribe-common--breakpoint-medium.tribe-common .tribe-common-h6 {
font-size: 1.4em !important;
}


.tribe-common--breakpoint-medium.tribe-common .tribe-common-b2 {
font-size: 1em !important;


}

.tribe-events-pro .tribe-events-pro-photo__event-details-wrapper {
	/* margin-top: 15px !important; */
}

.tribe-events-pro .tribe-events-pro-photo__event-date-tag {
margin-right: 15px !important;

}




/* event */


.tribe-common--breakpoint-medium.tribe-common .tribe-common-g-row--gutters>.tribe-common-g-col {
	width: 33% !important;
}


.tribe-events-pro .tribe-events-pro-photo__event-details-wrapper {

	padding: 16px !important;

}

.tribe-common--breakpoint-medium.tribe-common .tribe-common-h6 {
font-size: 1.3em !important;

}



/* event */


.tribe-common--breakpoint-medium.tribe-events .tribe-events-header--has-event-search .tribe-events-c-events-bar {
	width: 460px !important;
}


.tribe-common.tribe-common--breakpoint-medium button.tribe-events-c-top-bar__datepicker-button {
	font-size: 1.2em !important;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-header--has-event-search .tribe-events-header__top-bar {
	width: 400px !important;
	
}




#single-event .event-thumbnail {
	padding: 0px !important;
	margin: 0px !important;
	width: 300px !important;
	height: auto !important;
}

#single-event .event-content {
	width: calc(100% - 350px) !important;
}





#single-event-related container .tribe_events li {


	font-size: 18px !important;
}










}




@media screen and (max-width: 1024px){
	
	
	/* typography */
	
	h1.main-header {
		font-size: 2.6em;
		
	}
	
	h1 {
		font-size: 2.6em;
	}
	
	h1.large {
		font-size: 2.6em;
	}
	
	h6 {
		
		font-size: 1em;
	}
	
	
	#introduction h1 {
		font-size: 2.6em;
	}
	
	/* layout */
	

	
	
	
	section.accordion {
		padding: 30px 0;
	}
	
	
	.card-column > div {
	
		margin-bottom: 4%;
		width: 100%;
	
	}
	
	
	.card-column > div  .card-thumb {
		width: 150px;
		height: 150px;
	}
	
	.card-column > div .card-info {
		width: calc(100% - 170px);
	}

	
	
	.card-column > div {

		margin: 2.5% 0;
	
	}
	
	
	.card-column > div  .card-thumb {
		width: 160px;
		height: 160px;
		border: 4px solid #B7955C;
	}
	
	.card-column > div .card-info {
		width: calc(100% - 180px);
	}
	
	
		
	#introduction > div > div {
		padding-top: 46px;
	}





 .section-overall .info-column .info-image {
		 width: 300px;
		   height: auto;
		   margin: 0px;
	 }
	 
	 



.universal-vertical-padding {
	padding: 40px 0;
}


.off-marble {
		background-position-y: -144vw;
	}
	
	container.medium-width {
		max-width: 1000px;
	}
	
	
	.title {
		width: 90%;
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
		padding: 40px 0;
	}
	
	
	
	.title p {
		width: 100%;
	padding: 0px;
	}
	

	
	
	/* hero caoursel */
	
	

	#home-hero {

		flex-direction: column;
		justify-content: center;
		align-items: flex-start;
	}
	
	.cycle-slideshow {
		width: 100%;
		height: 80vh;
	}
	
	.instagram-feed {
		width: 100% !important;
		margin: 0px;
		margin-top: 5px;
	}
	
	
	#sb_instagram #sbi_images {
		display: flex !important;
		flex-direction: row !important;
		justify-content: center !important;
		align-items: flex-start !important;
		
	}
	
	
	
	
	/* layout */
	
	.one-column div div{
	
		padding: 20px;
		min-height: unset;
	
	}
	
	
	.two-column > div {

		width: 100%;
	
	}
	
	.two-column div div{
	
		padding: 20px;
		min-height: unset;
	
	}
	
	.three-column > div {
	
		width: 50%;
	
	}
	
	
	.section-overall .three-column div div {
		padding: 25px;
	}
	
	/* .three-column div div {
		padding: 20px;
		min-height:  unset;
	} */



/* merchant */



/* event */


/* event typography */


.tribe-common .tribe-common-h6 {
	-webkit-font-smoothing: antialiased !important;
	font-family: 'Verlag' !important;
	font-size: 1.5em !important;
	line-height: 1.1 !important;
}

.tribe-common .tribe-common-h5 {
	-webkit-font-smoothing: antialiased !important;
	font-family: 'Verlag' !important;
	font-size: 2.2em !important;
	font-weight: 800 !important;
	line-height: 1.1 !important;
}

.tribe-events-pro .tribe-events-pro-photo__event-date-tag {
	margin-right: 10px !important;
}


/* event */

.tribe-common--breakpoint-medium.tribe-events .tribe-events-header--has-event-search {
	flex-direction: column !important;
	justify-content: flex-start !important;
	align-items: flex-start !important;
}


.tribe-common-l-container .title {
	width: 100% !important;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-header--has-event-search .tribe-events-c-events-bar {
	width: 100% !important;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-header--has-event-search .tribe-events-header__top-bar {
	width: 100% !important;
}


.tribe-common--breakpoint-medium.tribe-common .tribe-common-l-container {

	padding-top: 100px !important;
	

}


.tribe-common--breakpoint-medium.tribe-events .tribe-events-header--has-event-search .tribe-events-header__top-bar {
margin: 20px 0 !important;
}

.tribe-common.tribe-common--breakpoint-medium button.tribe-events-c-top-bar__datepicker-button {
	font-size: 1.4em !important;
}

.tribe-events .tribe-events-c-top-bar__datepicker {
	width: auto !important;
}




/* footer */


footer .section-content .contact-info {
	width: 60%;

}
	
	
	
	
	
	
	/* single event */
	
	#single-event-related container .tribe_events ul {
		flex-wrap: wrap !important;
	}
	
	#single-event-related container .tribe_events li {
	width: calc(50% - 40px);
	
	
	}
	

	
	/* card layout */
	.flex-row.card-column {
	
		padding: 10px;
	}
	
	
	
	
	#press container .press-box {
		width: calc(50% - 40px);
	
	}
	
	
	
	
	/* single */
	
	
	
	
	.single-event-two-column {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-content: flex-start;
		flex-wrap: wrap;
	}
	
	
	.single-event-two-column .event-thumbnail {
		width: 100% !important;
	
	}
	
	.single-event-two-column #single-column-event {
		width: 100% !important;
		padding-top: 30px;
	}

	
	
	
	
	
	
}




@media screen and (max-width: 768px){
	
	
	
	/* typogtaphy */
	
	h1.large {
		font-size: 2.2em;
		padding-right: 0;
	}
	
	h6 {
		font-size: 0.8em;
	}
	
	
	p {
	line-height: 1.4;
	font-size: 1.1em;
}
	
	
	ul {

	
		font-size: 1.1em;
	
	}
	
	#page-hero .carousel-image {
		height: 60vw;
		padding-bottom: 30px;
	}
	
	h1.main-header {
		font-size: 2.2em;
		
	}
	
	
	/* layout */
	
	
	section.accordion {
		padding: 30px 0;
	}
	
	
	
	 .section-overall .info-column .info-image {
			 width: 100%;
			   height: auto;
			max-height: unset;
		 }
		 

	.two-column > div {

		justify-content: flex-start;
		align-items: flex-start;
	}

	
	
	.universal-vertical-padding {
		padding: 30px 0;
	}
	
	
	.section-overall .three-column div div {
		padding: 15px;
	}


.off-marble {
		background-position-y: -10vw;
		background-size: 110%;
	}
	/* navigation */
	


	
	.logo {
		height: 60px;
	
	}
	
	.order-ahead h4 {
		text-align: center;
	}
	
	.order-ahead h4 a {
		color: #EFEDE8;
		font-size: 11px;
	padding-left: 20px;
	padding-right: 20px;
		line-height: 11px;
		text-align: center;
		
	}
	
	.order-ahead {
	background: #2D2A26;
	
	}
	
	.square-button {
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		height: 60px;
		width: auto;
	}
	
	.burger-button {
		height: 60px;
		width: 60px;
	}
	

	
	
	.burger-button h4 {
		cursor: pointer;
		font-size: 13xpx;
	}
	
	.burger-button .burger-bar {
		width: 40px;
		height: 3px;
		margin: 2px 0;
		
	}
	
	
	.hero-content {
		width: calc(100% - 40px);
		height: calc(100% - 40px);
		padding: 20px;
	}
	
#sbi_images {
	padding: 6px !important;
padding-top: 3px !important;
}


.burger-content {
	width: 100vw;
	right: -100vw;
}





.section-content .emblem {
	width: 120px;
	height: 120px;
	top: -80px;
	right: 30px;
}
	
	.title {
		padding: 30px 0;
		justify-content: center;
		align-items: center;
	}
	
	
	.title h1 {
		text-align: center;
		padding-bottom: 10px;
	}


	
	.title p {
		text-align: center;
	
	}
	
	.title h6 {
		padding-right: 0px;
	}
	


/* merchant */



#merchant .item a {
		margin: 0 8px;
	}
	
	
	/* event summary */
	
	#event-summary .tribe-common .tribe-common-g-row--gutters>.tribe-common-g-col {
		padding-left: 0px !important;
		padding-right: 0px !important;
		margin-left: 0px !important;
		margin-right: 0px !important;
		width: 100% !important;
	}
	
	.tribe-common--breakpoint-xsmall.tribe-events-pro .tribe-events-pro-photo__event {
		width: 100% !important;
	}
	
	
	#event-summary .tribe-common .tribe-common-g-row--gutters {
	padding-left: 0px !important;
	padding-right: 0px !important;
	margin-left: 0px !important;
margin-right: 0px !important;
	}
	
	/* footer */

	
	footer .section-content .contact-info {
		width: 100%;
		margin-top: 40px;
	
	}
	
	footer .section-content .contact-info > div {
		padding-left: 0px;
		padding-right: 15px;
	}
		
		
		footer .emblem-logo {
			width: 120px;
			height: 120px;
		}
		
		
	.copyright p {
			font-size: 1em;
		}
		
		
		
		
		/* merchant page */
		
		.alm-listing .alm-reveal .item {
			width: 49% !important;
		}
		
		
		.alm-listing .alm-reveal {
			justify-content: space-between;
			align-items: flex-start;

		}






/* event */


.tribe-events .tribe-events-header {
	flex-direction: row !important;
	flex-wrap: nowrap !important;
}
		
		
		
		.tribe-events .tribe-events-l-container {
			padding-top: 100px !important;
		}
		
		
	.tribe-events .tribe-events-c-events-bar__search-container {
		background: #F6F5F2 !important;
		left: 19px !important;
		right: -19px !important;
		border: 1px solid #2D2A26 !important;
		border-radius: 13px !important;
	}
	
	
	.tribe-events .tribe-events-c-search__button, .tribe-events button.tribe-events-c-search__button {
	display: inline-block !important;
	padding: 14px 20px !important;
	margin: 0.2em 0 !important;
	border: none !important;
	border-radius: 45px !important;
	background: #2A5236 !important;
	font-size: 1em !important;
	font-weight: 600 !important;
	text-transform: uppercase !important;
	color: #ffffff !important;
	line-height: 1 !important;
	-webkit-font-smoothing: antialiased !important;
	font-family: 'Verlag' !important;
	margin-block-start: 0em !important;
	margin-block-end: 0em !important;
	margin: 10px !important;
	width: 200px !important;
	}
	
	
	.tribe-common-l-container .title h1 {
		
		font-size: 2.3em;
	
	}
	
	.tribe-events .tribe-events-header {
		margin-bottom: 30px !important;
	}
	
	
	.tribe-events .tribe-events-c-top-bar__datepicker-container .dropdown-menu {
		min-width: 95% !important;
		width: 95% !important;
	}
	
	
	
	#single-event .event-thumbnail {

		width: 100% !important;
	
	}
	
	#single-event .event-content {
		width: 100% !important;
	}
	
	#single-event .tribe_events {
		flex-direction: column;
	}
	
	#single-event .one-column div div.event-thumbnail {
		max-width: unset !important;
		max-height: unset !important;
		width: 100% !important;
		margin-bottom: 20px !important;
		
	}
	
	
	#single-event .section-overall .section-content img {
		max-width: unset !important;
		max-height: unset !important;
		width: 100% !important;
	}
	
	#single-event {
		padding: 20px 0;

	}
	
	
	
	#page-hero.single-event-hero .carousel-image {
		height: auto;
		padding-top: 50px;
	}
	




	
	/* single event */
	
	#single-event-related container .tribe_events ul {
		flex-wrap: wrap !important;
	}
	
	#single-event-related container .tribe_events li {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
padding: 0 !important;
margin: 10px 0 !important;
text-align: left !important;
	
	
	}
	
	
	#single-event-related container .tribe_events li .tribe-related-events-thumbnail {
		width: 150px !important;
		height: auto !important;
		margin-right: 15px !important;
		
	
	}
	
	#single-event-related .one-column div .tribe-related-event-info {
	
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
		width: calc(100% - 150px) !important;
	}
	
	#single-event-related .one-column div .tribe-related-event-info span {
		width: 100% !important;
	}
	
	
	#single-event-related .section-content img {
		margin: 0px !important;
	}
	
	
	#single-event-related .tribe-events-related-events-title {
		padding-bottom: 15px !important;
	}
	
	
		
		
	.tribe-events .tribe-events-calendar-month__mobile-events-icon--event {
				background-color: #b7955c !important;
			}
			
			
			.tribe-events .tribe-events-calendar-month__day-cell--selected {
				background-color: #b7955c !important;
			}
		
		
	.tribe-events-calendar-month__day-cell--selected .tribe-events-calendar-month__mobile-events-icon--event {
		background-color: #ffffff !important;
	}
	
	.tribe-events .tribe-events-l-container.experiences-card {
		padding-top: 20px !important;
		padding-bottom: 40px !important;
	}
	
	
	#pop-up img.pop-up-close {
		right: 7vw;
		width: 30px;
		height: 30px;
	}

	
	
}


@media screen and (max-width: 555px) {
	
.tribe-common .tribe-common-g-row {
width: 100% !important;
	margin-left: 0px !important;
margin-right: 0px !important;
	}
	
.tribe-common .tribe-common-g-row--gutters>.tribe-common-g-col {
		display: flex !important;
		flex-direction: row !important;
		justify-content: flex-start !important;
		align-items: flex-start !important;
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
	
	.tribe-events-pro .tribe-events-pro-photo__event-details-wrapper {
		padding: 10px !important;
		background: none !important;
	}
	
	
.tribe-events-pro .tribe-events-pro-photo__event-featured-image-wrapper {
	width: 100px !important;
	height: 100px !important;
}


.tribe-events-pro .tribe-events-pro-photo__event-details-wrapper {
	width: calc(100% - 100px) !important;
}



	
#press container .press-box {
	width: calc(100%);
	margin-left: 0px;
	margin-right: 0px; 

}

	
	
}


@media screen and (max-width: 425px){
	/* typography */
	
	h2 {
		font-size: 1.3em;
	}
	
	
	
	/* layout */
	
	
	section.accordion {
		padding: 20px 0;
	}
	
	.off-marble {
		background-position-y: 0vw;
		background-size: 110%;
	}
	
	.three-column > div {
		width: 100%;
	}
	
	
		
	.card-column > div  .card-thumb {
		width: 120px;
		height: 120px;
	}
	
	.card-column > div .card-info {
		width: calc(100% - 140px);
	}
	
	.flex-row.card-column {
		padding-bottom: 20px;
	}
	
	
	
	
	.order-ahead h4 a {
		color: #2D2A26;
		font-size: 11px;
	padding-left: 0px;
	padding-right: 0px;

		
	}
	
	.order-ahead {
	background:  #EFEDE8;
	
	}
	
	#navigation {
		background: #EFEDE8;
	}
	
	.burger-button {

	margin-left: 10px;
		}
		
	
	
	
.section-content .emblem {
			width: 100px;
			height: 100px;
			top: -40px;
			right: 20px;
		}
		
		
		
		/* merchant */
		
		
		#merchant .item a .thumbnail .thumbnail-image {
			width: calc(100% - 6px);
			border: 3px solid #B7955C;
		}
		
		#merchant .item a {
			margin: 0 8px;
		}
		
		#merchant .item {
			margin-bottom: 30px;
		}
		
		
		
		
		
			
	#merchant .three-column > div {
			width: 50%;
		}
		
		
		
		/* footer */
		
		
		footer .section-content .contact-info > div {
			width: 100%;
			padding-bottom: 20px;
		}
	

	
	
}





