/*! MODULES **/
/*! HERO MODULE **/
@media screen and (max-width: 736px) {
	.hero-module [class*='col-'] {
		padding-left:0px;
		padding-right:0px;
	}
}

.hero-module .overlay {
	position: absolute;
	left: 0%;
	top: 0%;
	margin-top: 15px;
	text-align: center;
	width: 100%;
}

div[data-tracking="Store Header"] h1 {
	font-size: 3em;
	font-weight: 300;
	text-transform: capitalize;
	text-align: center;
}

.hero-module .eventShortcut {
	cursor: pointer;
}

.pwa-site address h3 {
	font-size: 1em !important;
	font-weight: bold;
}

/*! CAREERS MODULE **/
.desktop-site.screen-sm-up .careers-module {
	text-align: right;
}
.careers-module {
	margin-top: 10px !important;
}
.careers-module .btn-tertiary {
	padding: 0;
}
/*! MAP MODULE **/
@media screen and (max-width: 736px) {
	.map-module .col-xs-12:last-of-type {
		margin-top: 15px;
	}
}

.map-module p.small {
	font-size: 75%;
	line-height: 1;
	margin-top: 10px;
}

.map-module h3 {
	margin-bottom: 0;
	text-transform: capitalize;
	font-weight: 500;
	font-size: 1.1875em;
}

/*! EVENTS **/
.events-module .no-events-component .wrapper {
	padding: 35px;
	border: 1px solid #000;
}
.events-module .events-component .events-wrapper {
	max-height: 245px;
	overflow: scroll;
}
.events-module .events-component .wrapper:not(.swiper-slider) {
	padding: 15px 20px;
	border: 1px solid #000;
}
.events-component.carouseled .carousel-only-wrapper {
	border: 1px solid #000;
	padding: 15px 16px;
}

.events-module .events-component .event-element h4 {
	margin-bottom: 0px;
}
.events-module .events-component .event-element p {
	margin-top: 0px;
	margin-bottom: 5px;
}
.events-module .events-component .event-element span {
	display: block;
}
.events-module .events-component .event-rsvp {
	margin-top: 15px;
}
.events-module .swiper-slide {
	background: none;
}
.events-module h2 {
	font-size: 2.3125em;
	font-weight: 300;
	text-transform:capitalize;
}


/*! UNHIDE AS NEEDED **/
/*.events-module {
	display: none;
}*/

/*! SIGNUP MODULE **/
@media screen and (max-width: 736px) {
	.signup-module .button-component {
		text-align: center;
		margin-top: 15px;
	}
}
@media screen and (min-width: 736px) {
	.signup-module .field-component {
		padding-left: 0px;
	}
	.signup-module .button-component button {
		width: 100%;
	}
}
/*! MANAGER MESSAGE MODULE **/
.manager-message-module {
	margin-top: 50px;
}

.manager-message-module hr {
	border-top: 1px solid #000;
}

.screen-xs .manager-message-module hr {
	display: none;
}

.manager-message-module h3 {
	text-transform: none;
}

.manager-message-module .wrapper {
	padding: 2% 11%;
	text-align: center;
}

.screen-xs .manager-message-module .wrapper {
	padding: 4% 5%;
}

.manager-message-module span.byline {
	margin-top: 15px;
	margin-bottom: 15px;
}
/*! DESIGN SERVICES MODULE **/
.desktop-site.screen-sm-up .comp-des-module .text-component {
	padding-right: 0px;
}

.desktop-site.screen-sm-up .comp-des-module .image-component {
	padding-left: 0px;
}

.desktop-site.screen-sm-up .comp-des-module .image-component img {
	height: 100%;
	object-fit:  cover;
}

.desktop-site.screen-sm-up .comp-des-module h2:first-of-type {
	font-size: 2.3125em;
	font-weight: 300;
	text-transform: capitalize;
	margin-bottom: 15px;
}

.desktop-site.screen-sm-up .comp-des-module .text-component h2 {
	font-size: 1.5625em;
	font-weight: 700;
}

.comp-des-module ul li {
	margin-top: 10px;
}

@media (min-width: 737px) and (max-width: 980px) {
	.desktop-site.screen-sm-up .comp-des-module .text-component {
		padding-right:15px;
		width: 100%;
	}

	.desktop-site.screen-sm-up .comp-des-module .image-component {
		display: none;
	}
}

.comp-des-module a:not(.btn) {
	font-weight: normal;
	text-decoration: underline;
}

.comp-des-module .text-component .wrapper {
	width: 100%;
	height: 100%;
	background-color: #006B94;
	padding: 5% 5%;
}
/*! FG CARES **/

.screen-xs .fg-cares-module {
	margin-bottom: 15px;
}

.fg-cares-module .wrapper {
	border: 1px solid #959595;
}

.fg-cares-module .image-component {
	padding-bottom: 1px;
}
/*! SOCIAL MODULE **/
.social-module [class*="image-slot-"] {
	padding-left: 7.5px;
	padding-right: 7.5px;
}

.social-module h2 {
	margin-bottom: 10px;
}

.social-module .wrapper {
	overflow: hidden;
	height: 0px;
	padding-bottom: 100%;
}

.screen-xs .social-module {
	display: none;
}

.submit-button-component {
	margin-top: 10px;
}

/*! HELPERS **/
[class*="-module"]:not(.hero-module):not(.careers-module):not(.manager-message-module) {
	margin-top: 30px !important;
}

.desktop-site.screen-sm-up .strike-component {
	display: block;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
}

.screen-xs .strike-component {
	text-align: center;
}

.strike-component > span {
	position: relative;
	display: inline-block;
	text-transform: capitalize;
	color: #000;
	font-size: 2.3125em;
	font-weight: 300;
}

.screen-xs .strike-component > span {
	border-bottom: 1px solid #000;
}

.desktop-site.screen-sm-up .strike-component > span:before, 
.desktop-site.screen-sm-up .strike-component > span:after {
	content: "";
	position: absolute;
	top:50%;
	width: 355px;
	height: 1px;
	background: #000;
}

.desktop-site.screen-sm-up .strike-component > span:before {
	right: 100%;
	margin-right: 40px;
}

.desktop-site.screen-sm-up .strike-component > span:after {
	left: 100%;
	margin-left: 40px;
}

.equal {
	display: flex;
	flex-wrap: wrap;
}

.vcenter {
	display: inline-block;
	vertical-align:middle;
	float: none;
}

.acuity-embed-button.acuity-embed-button {
	background-color: #000 !important;
	border-radius: 0px !important;
	padding: 14px 30px;
}

.acuity-embed-button.acuity-embed-button:hover {
	background-color: #333 !important;
	border-radius: 0px !important;
}

.youtubeWrapper {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 25px;
	height: 0;
}

.youtubeWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/* Fix the new swiper 3 overflow issue, and base styles for pagination, etc. */
.swiper-wrapper { /* Fix overflow issue (likely swiper2 overwrite sass issue) */
    overflow: visible;
}
.swiper-pagination {
    /*position: relative;*/
    text-align: center;
}
.swiper-pagination-bullet {
    opacity: 1;
    width: 13px;
    height: 13px;
    margin: 0 5px;
    background: transparent;
    border-radius: 100% !important;
    border: 1px solid rgba(255, 255, 255, 0.7);
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: rgba(255, 255, 255, 0.7);
    border: 1px solid rgba(255, 255, 255, 0.7);
}

/*.mobile .swiper-pagination {
    bottom: 70px;
}*/

#displayDeal {
	display: none;
}

.tour-module {
	display: none !important;
}

.pwa-site #categoryHeader {
	display:  none;
}


/* Hide Cvent event list filters */
.CalendarViewWidget__searchWrapper___29U5S { display: none !important; }
.CalendarViewWidget__filtersSideBySide___2m6GK { display: none !important; }


