/*
CTC Separate Stylesheet
Updated: 2022-09-15 16:22
Theme Name: Astra Child
Template: astra
Version: 3.5
*/

/*
0. General Fixes											39-71
1. Font Styles												73-324
2. Containers												326-
3. Page Banners
4. Column Layouts
5. FacetWP
6. Header Menu
7. Newsletter Signup Form
8. Sponsored Ad Unit
9. Hopped Venue Rating
10. Footer
11. Astra Pagination
12. Social Sharing
13. Post Meta Info: Individual Templates + Cards
14. Search Box
15. Top Bar Search Field
16. Woocommerce
17. Woocommerce Side Cart
18. Woocommerce Order Checkout
19. Story Cards

/*


/*--------------------- 0. General Fixes ---------------------*/

/* Body Fade-in */
body {
	opacity:0;
}

* {
	-webkit-tap-highlight-color:rgba(1, 169, 103, 0.15);
	outline:none;
}
img {
	image-rendering: auto;
}
.single iframe {
  max-width:100% !important;
  overflow-x:hidden;
}
/* Hide reCAPTCHA badge */
.grecaptcha-badge {
	visibility:hidden !important;
}
/* Hide PWA Prompt */
#rmp-menu-wrap-28723 .off-canvas-pwa-prompt {
	display:none !important;
}
/* Hide default focus outline */
.search-field:focus, 
.menu-item a:focus {outline: none !important;}

/* Mobile Horizontal Swipe Tooltip */
.mobile-swipe-text {
	display: none;
}
@media (max-width:767px) {
	.mobile-swipe-text {
		display: block;
		text-align: right;
		font-size: 11px;
		color: #949494;
		margin-bottom:15px;
	}
}

.ast-site-identity {
	padding:18px 0;
}

html {
	max-width:100vw;
	width:100%;
	overflow-x:hidden;
}

/*--------------------- 1. Font Styles ---------------------*/


/* Font Families */

h1,
h2,
h3,
h4, 
h5, 
h6,
a,
select,
button,
input,
.facetwp-pager .facetwp-page,
.facetwp-radio, 
.facetwp-reset,
.fs-label-wrap .fs-label,
.sort-text,
.location-result .result-main,
.location-result .result-secondary,
.xoo-wsc-ctxt,
.social-follow,
.comment-reply-title,
.type-tag {
	Font-family: "Proxima Nova", sans-serif;
}

p,
.post-body a,
p a,
strong,
i,
em,
ul,
ol,
blockquote {
	Font-family: "Graphik", "Proxima Nova", sans-serif;
}

/* Titles & Body Text */
* {
	-webkit-font-smoothing:antialiased;
}
h1 {
	font-weight: 600;
	color: #35ac6a;
	font-size: 34px;
	margin-top: 20px;
	margin-bottom: 25px;
	display: block;
	line-height: 1.5;
}

h1.hla-page-title {
	font-size: 42px;
	margin-bottom: 5px;
	line-height: 1.2
}

h1.ast-archive-title {
	font-size: 42px;
	margin-bottom: 5px;
	line-height: 1.2;
	font-weight: 600;
}

h2 {
	font-weight: 600;
	color: #35ac6a;
	font-size: 32px;
	margin-bottom: 25px;
	line-height:1.5;
}

h3 {
	font-weight: 600;
	color: #35ac6a;
	font-size: 28px;
	margin-bottom: 10px;
	line-height:1.5;
}

h4 {
	font-weight: 600;
	color: #35ac6a;
	font-size: 24px;
	margin-bottom: 10px;
	line-height:1.5;
}

h5 {
	font-weight: 600;
	color: #35ac6a;
	font-size: 22px;
	margin-bottom: 10px;
	line-height:1.5;
}

h6 {
	font-weight: 600;
	color: #000;
	font-size: 22px;
	margin-bottom: 10px;
	line-height:1.5;
}

p {
	font-weight: 400;
	color: rgb(41,41,41);
	font-size: 17px;
	margin-bottom: 25px;
	word-break: break-word;
	line-height:180%;
}

a {
	font-weight: 600;
	color: #35ac6a;
	font-size: 17px;
}

.post-body a {
	word-break: break-word;
}

strong {
	font-weight: 600;
	color: #333;
	font-size: 17px;
}

i,
em {
	font-weight: 400;
	font-style: italic;
	color: #000;
	font-size: 17px;
}

ul,
ol {
	margin: 0 0 25px 35px;
	font-size:17px;
}

ul li::marker,
ol li::marker {
	font-weight:600;
	color: #35ac6a;
}

blockquote {
	border-left: 5px solid #35ac6a;
	margin: 0 0 25px 18px;
	font-size:17px;
	padding:20px 25px;
	display:inline-block;
	clear:both;
	font-style:normal;
	background-color: rgba(0, 171, 103, 0.1);
}
.main-header-menu a {
	font-weight: 400
}

.banner-text {
	font-size: 28px;
	color: #fff
}

.highlight {
	padding: 0px 5px;
	color: #000;
	background-color: rgba(0, 171, 103, 0.1);
	display: inline;
}


/* Inputs & Buttons */
.button {
	font-weight: 600;
	color: #fff;
	font-size: 18px;
	padding: 13px 20px;
	border-radius: 5px;
}

.archive-filter-button {
	padding: 13px 20px;
}

input {
	font-weight: 400;
	color: #949494;
	font-size: 18px;
}

a.breadcrumbs {
	color: #949494;
	font-size: 16px;
	font-weight: 400;
	vertical-align: middle
}

a.breadcrumbs i {
	color: #949494;
	font-size: 12px;
}

.breadcrumbs .svg-inline--fa.fa-w-6 {
	width: 4px;
}

.round-button {
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	background-color: #35ac6a;
	border-radius: 100px;
	padding: 10px 25px;
	display: inline-block;
	transition: all .3s ease-in-out;
	border:2px solid #35ac6a;
	outline:none !important;
	line-height:20px;
}
.round-button:hover, .round-button:focus {
	color:#35ac6a;
	background-color:#fff;
}

.hla-small-button {
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	background-color: #35ac6a;
	border-radius: 100px;
	padding: 10px 20px;
	display: inline-block;
	margin-top: 15px;
}

.hla-small-button:hover {
	background-color: #000
}

.form-submit input {
	transition: all .3s ease-in-out;
}

button.button {
	transition: all .3s ease-in-out;
}


@media (max-width:767px) {

	h1 {
		font-size:28px;
	}
	h2,
	.banner-text {
		font-size: 26px;
	}

	h1.hla-page-title,
	h1.hla-page-title h1.ast-archive-title {
		font-size: 34px;
		margin-bottom: 5px;
	}

	h3 {
		font-size: 24px;
	}
	h4 {
		font-size: 22px;
	}

	h5,
	h6 {
		font-size: 20px;
	}

	p,
	a,
	strong,
	i,
	em {
		font-size: 16px;
	}
	
	ul,
	ol {
		font-size:16px;
	}

	blockquote {
		font-size:16px;
	}

	.button {
		font-size: 16px;
	}

	input {
		font-size: 16px;
	}

	a.breadcrumbs {
		font-size: 14px;
		vertical-align: middle
	}

	a.breadcrumbs i {
		font-size: 10px;
	}

	.archive-filter-button {
		padding: 8.5px 10px;
		font-size: 12px;
		vertical-align: top;
		display: inline-block
	}
	.round-button {
		font-size:16px;
	}
}

@media (min-width:768px) and (max-width:1023px) {
	.archive-filter-button {
		padding: 13px 16px;
		font-size: 16px;
		vertical-align: top;
		display: inline-block
	}
}

/*--------------------- 2. Containers ---------------------*/

.container-full {
	width: 100%;
	max-width: 100%;
}

.container-wide {
	width: 90%;
	max-width: 1200px;
	margin-top: 50px;
	float: none;
	margin-left: auto;
	margin-right: auto;
}

.container-narrow {
	width: 90%;
	max-width: 900px;
	margin-top: 50px;
	float: none;
	margin-left: auto;
	margin-right: auto;
}

#content .ast-container {
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	max-width: 100%;
}

@media (max-width:767px) {
  .container-wide {
	  margin-top:50px;
	}
}



/*--------------------- 3. Page Banners ---------------------*/
.page-banner-intro {
	width:100%;
	max-width:730px;
	color:#fff;
	margin-bottom:0; 
	line-height:1.7;
}
.page-banner-align-bottom {
	align-self:flex-end;
	height:auto;
	width:90%; 
	max-width:1200px;
	padding-top:50px;
}
.maps-banner .page-banner-align-bottom {
	padding-top:75px;
}
.page-banner {
	width:100%;
	min-height:300px;
	position:relative; 
	display:flex;
	padding-bottom:35px;
	box-sizing:border-box;
}
.page-banner-inner {
	width:90%; 
	max-width:1200px; 
	float:none; 
	margin-left:auto; 
	margin-right:auto;
	display:flex;
}
.hla-page-title {
	color:#fff;
	margin-top:0px;
	font-weight:600;
}

.events-banner {
	background:linear-gradient(0deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.4),  rgba(0, 0, 0, 0.01), rgba(0, 0, 0, 0)), url(/wp-content/assets/Events-Banner-Original-2.jpg) center / cover no-repeat;
}
.experiences-banner {
	background:linear-gradient(0deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.4),  rgba(0, 0, 0, 0.01), rgba(0, 0, 0, 0)), url(/wp-content/assets/Experiences-Banner-Original.jpg) center / cover no-repeat;
}
.post-type-archive-product .page-banner,
.order-confirmation-banner {
	background:linear-gradient(0deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.5),  rgba(0, 0, 0, 0.01), rgba(0, 0, 0, 0)), url(/wp-content/assets/Store-Banner.jpg) center / cover no-repeat;
}
.woocommerce-order-received .order-confirmation-banner {
	display:flex !important;
}
.contact-banner {
	background-image:url('/wp-content/assets/Contact-Banner.jpg');
	background-size:cover;
	background-repeat:no-repeat;
	background-position: center center;
}
.releases-banner, 
.search-banner {
	background:linear-gradient(0deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.6),  rgba(0, 0, 0, 0.01), rgba(0, 0, 0, 0)), url(/wp-content/assets/Releases-Banner-Original-2.jpg) center / cover no-repeat;
}
.guides-banner, 
.archive-banner {
	background:linear-gradient(0deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.2),  rgba(0, 0, 0, 0.01), rgba(0, 0, 0, 0)), url(/wp-content/assets/Guides-Banner-Original.jpg) center / cover no-repeat;
}
.wwu-banner {
	background:linear-gradient(0deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.6),  rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0)), url(/wp-content/assets/WWU-Banner-Image-Desktop.jpg) center / cover no-repeat;
}
.about-banner {
	background:linear-gradient(0deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.4),  rgba(0, 0, 0, 0.01), rgba(0, 0, 0, 0)), url(/wp-content/assets/Home-Banner-Original.jpg) center / cover no-repeat;
}

.order-confirmation-banner,
.woocommerce-order-received .order-confirmation-banner,
.guides-banner, 
.archive-banner,
.products-banner {
	text-shadow:1px 1px 4px rgb(0 0 0 / 40%);
}

.text-banner {
	display:inline-block;
	width:100%;
	padding-top:50px;
	text-align:center;
}
.text-banner-inner {
	width: 90%;
	max-width: 1200px;
	float: none;
	margin-left: auto;
	margin-right: auto;
	text-align:left;
}
.text-banner h1 {
	color:#35ac6a;
	margin-bottom:15px;
}
.text-banner p {
	color:rgb(41,41,41);
	line-height:1.85;
	margin-bottom:15px;
}
.text-banner p.page-banner-intro {
	margin-bottom:0;
}
.time-shortcuts {
	margin-top:30px;
}



@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) { 
	.page-banner {
		min-height:300px
	}
}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) { 
  .page-banner {
	  min-height:300px
	}
}

@media (max-width:767px) {
	
	.text-banner {
		padding-top:35px;
	}
	.text-banner h1.hla-page-title {
		font-size:26px;
		margin-bottom;15px;
	}
	
	
	.page-banner-intro {
		max-width:100%;
	}
	.page-banner-align-bottom {
		bottom:25px;
		width:100%;
	}
  	.page-banner {
		min-height:200px;
		padding-bottom:25px;
	}
	.maps-banner {
		min-height:350px;
	}
	
	.post-type-archive-product .page-banner,
	.order-confirmation-banner {
		background:linear-gradient(0deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.6),  rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)), url(/wp-content/assets/Store-Banner.jpg) center / cover no-repeat;
	}
	.releases-banner, .search-banner {
		background: linear-gradient(0deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.7),  rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)), url(/wp-content/assets/Releases-Banner-Original-2.jpg) center / cover no-repeat;
	}
}




/*--------------------- 4. Column Layouts ---------------------*/

.three-column {
	width: 31%;
	margin-right: 3.5%;
	margin-bottom: 3.5%;
	float: left;
}

.divider {
	display: inline-block;
	height: 1px;
	background-color: #e5e5e5;
	width: 100%;
	margin: 10px 0px;
}

/* Column Layouts Media Query */
@media (max-width:768px) {
	.three-column {
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}
}


/*--------------------- 5. Facet WP ---------------------*/

.fs-label,
.fs-label-wrap {
	cursor:pointer !important;
}

.facetwp-date, 
.facetwp-location {
	background-color:#fff !important;
}
/* fSelects */
.facetwp-facet {
	margin-right:15px;
}
body .facetwp-type-fselect {
	float:left;
	margin-bottom:20px !important;
}
.facetwp-type-fselect {
	max-width:200px;
}
body .fs-arrow {
	border:none;
	width:11px;
	height:7px;
	background-image:url('/assets/dropdown-chevron-down.svg');
	right:12px;
	background-size: 11px 7px;
	background-position:0px 0px;
	background-repeat:no-repeat;
	transition:all .2s linear;
}
.fs-wrap {
	float:left;
	max-width:100%;
	width:100%
}
.fs-label-wrap {
	border-radius:100px;
	font-size:15px;
	line-height:20px;
	padding:11px 15px !important;
	color:#35ac6a;
	border-color:#35ac6a !important;
	font-weight:600;
	width:100% !important;
	max-width:100% !important;
}
.fs-label-wrap .fs-label {
	padding:0 20px 0 0 !important;
}
.fs-wrap.multiple .fs-option.selected .fs-checkbox i {
	background-color:#35ac6a !important;
}

/* fSelect Dropdown */
.fs-dropdown {
	border-radius:5px;
	margin-top:10px !important;
	font-size:14px;
	box-shadow:0px 5px 5px rgba(0,0,0,0.15);
}
.fs-search {
	padding:10px 15px !important;
}
.fs-search input {
	font-size:15px;
	padding:0 !important;
	background-color:#fff !important;
}
.fs-options {
	padding:7px;
}
/* Reduce Indent */
.facetwp-facet .fs-wrap.multiple .fs-option .fs-checkbox i {
	top:-1px;
}
.facetwp-facet-neighborhood.facetwp-type-fselect .fs-option .fs-option-label {
	font-weight:600;
}
.facetwp-type-fselect .fs-option.d1 .fs-option-label {
	font-weight:400;
	padding-left:10px !important;
}
.facetwp-type-fselect .fs-option.d1 .fs-checkbox {
	left:10px;
}
.facetwp-type-fselect .fs-option.d2 .fs-option-label {
	font-weight:400;
	padding-left:20px !important;
}
.facetwp-type-fselect .fs-option.d2 .fs-checkbox {
	left:20px;
}
.facetwp-type-fselect .fs-option.d3 .fs-option-label {
	font-weight:400;
	padding-left:30px !important;
}
.facetwp-type-fselect .fs-option.d3 .fs-checkbox {
	left:30px;
}

/* Venue Type Dropdown - Hide Search */
.facetwp-type-fselect .fs-search {
	display:none;
}

/* FacetWP Datepicker */
.facetwp-facet-start_date {
	display:inline-block;
}
.event-filters .facetwp-date {
	border-radius:100px;
	font-size:15px;
	line-height:20px;
	padding:11px 15px !important;
	color:#35ac6a;
	border-color:#35ac6a !important;
	font-weight:600;
	width:170px !important;
	max-width:100% !important;
	cursor:pointer;
	background-image:url('/assets/dropdown-chevron-down.svg');
	background-size: 11px 7px;
	background-position:right 12px center;
	background-repeat:no-repeat;
	transition:all .2s linear;
}
.event-filters .facetwp-date:focus-within {
	color:#35ac6a;
}
.event-filters .facetwp-date::placeholder {
	color:#35ac6a;
}
.event-filters .facetwp-date-min {
	margin-right:15px;
}
.fdate-wrap.opened {
	margin-top:10px;
	border:1px solid #ddd;
	box-shadow:0px 5px 5px rgb(0 0 0 / 15%);
}
.fdate-grid .selected {
	background-color:#35ac6a !important;
	color:#fff;
}

/* Sort Dropdown */
body .facetwp-sort {
	float:right;
	margin-right:0;
	line-height:0;
}
.sort-text {
	font-weight: 400;
	color: #333;
	font-size: 15px;
	line-height:20px;
	padding:11px 4px 11px 0 !important;
	display:inline-block;
	float:right;
	font-weight:600;
}
body .facetwp-sort-select {
	appearance:none;
	-webkit-appearance:none;
	font-size:15px;
	line-height:20px;
	padding:11px 0px 11px 0px !important;
	color:#35ac6a;
	font-weight:600;
	border:none;
	overflow:visible;
	outline:none !important;
	box-sizing:border-box;
	cursor:pointer;
	transition:all .2s linear;
	background-color:#fff;
    background-image:none;
}
.facetwp-sort {
	background-image:url('/assets/dropdown-chevron-down.svg');
	background-size: 11px 7px;
	background-position:center right;
	background-repeat:no-repeat;
	padding-right:15px;
}
.facetwp-sort-select {
	width:auto;
}
.facetwp-sort-select.default {
	width:44px;
}

@media(max-width:767px) {
	.facetwp-sort {
		background-size: 10px 6px;
	}
	.facetwp-sort-select.default {
		width:34px;
	}
}

/* FacetWP Proximity */
.facetwp-type-proximity {
	margin-right:0;
	margin-bottom:35px !important;
	width:100%;
}
.facetwp-type-proximity .facetwp-input-wrap {
	width:100%;
}
.facetwp-location {
	border-radius:100px !important;
	max-width:100%;
	width:100%;
	font-size:15px;
	line-height:20px;
	padding:11px 40px 11px 15px !important;
	color:#333 !important;
	font-weight:400;
	outline:none !important;
	transition: all .2s linear;
	border-color:#e3e3e3 !important;
}
.facetwp-location:focus {
	border-color:#35ac6a !important;
	width:100%;
}
.facetwp-location::placeholder {
	color:#9c9c9c; !important;
}
.location-results {
	margin-top:10px;
	border-radius:5px;
	box-shadow:0px 5px 5px rgb(0 0 0 / 15%);
	font-size:16px;
	border:1px solid #ddd;
	width:100%;
	z-index:5;
}
.location-attribution {
	display:none;
}
.location-result {
	border:none !important;
	padding:8px 12px !important;
}
.location-result.active {
	background-color:#f7f7f7 !important;
}

.location-result .result-main {
	font-size:14px !important;
	color:#333 !important;
	font-weight:600;
}
.location-result .result-secondary {
	font-size:14px;
	color:#333;
	font-weight:400;
}

/* Locate Me */
.facetwp-icon.locate-me:before {
	background-image:url('/assets/locate-me-icon.svg') !important;
	width:50px;
	background-size:16px 16px;
	background-position:50% 50%;
	transition: all .2s linear;
}
.facetwp-icon.f-loading:before {
	background-image:url('/wp-content/plugins/facetwp/assets/images/loading.png') !important;
}
.facetwp-type-proximity .facetwp-icon {
	opacity:1;
}
.facetwp-icon.f-reset:before {
	background-image:url('/assets/locate-me-reset.svg') !important;
}

@media (max-width:768px) {
	/* Filters */
	.facetwp-facet {
		margin-right:10px;
	}
	.fs-label-wrap {
		font-size:12px;
		padding:6px 12px !important;
	}
	/* FacetWP Datepicker */
	.event-filters .facetwp-date {
		width:auto;
		font-size:12px;
		padding:6px 12px !important;
		width:110px !important;
	}
	.event-filters .facetwp-date-min {
		margin-right:10px;
	}
	.fdate-wrap.opened {
		margin-left: auto !important;
		margin-right: auto !important;
		left: 0 !important;
		right: 0 !important;
		text-align: center !important;
	}
	/* Sorting */
	.sort-text {
		font-size:12px;
		padding:6px 4px 6px 0 !important;
	}
	body .facetwp-sort-select {
		font-size:12px;
		width:auto;
		padding:6px 0px !important;
	}
	/* Location Field */
	.facetwp-location {
		font-size:14px;
		padding: 6px 40px 6px 12px !important;
	}
	.facetwp-icon.f-reset:before {
		background-size:13px 13px;
	}
	
	
	.facetwp-type-fselect {
		max-width:30vw;
	}
	
}

/*--------------------- Footer ---------------------*/

.footer-container {
	text-align:center;
}
.back-to-top-button {
	margin:50px auto; 
	float:none; 
	display:inline-block;
}
#back-to-top {
	cursor:pointer; 
	text-align:center;
}
#back-to-top i {
	color:#35ac6a; 
	font-size:35px; 
	display:block; 
	margin-bottom:0px;
}
#back-to-top font {
	text-align:center; 
	display:block;
}   
#back-to-top font:hover,  
#back-to-top:hover {
	color:#35ac6a;
}

.neighborhood-navigation {
	margin-top:50px;
	padding:75px 0;
	border-top:2px solid #35a76a;
	display:inline-block;
	width:100%;
}
.neighborhood-navigation .container-wide {
	padding:25px 0;
}
.neighborhood-navigation h3 {
	margin-bottom:30px;
}
.neighborhood-links {
	display:inline-block;
	width:100%;
	column-count:5;
	line-height:2.2;
}
.neighborhood-links a {
	font-size:16px;
	color:#333;
	font-weight:400;
	clear:both;
	width:100%;
	display:inline-block;
	outline:0 !important;
}

@media(min-width:768px) and (max-width:1024px) and (orientation:landscape){
	.neighborhood-links {
		column-count:4;
	}
}
@media(min-width:768px) and (max-width:1024px) and (orientation:portrait){
	.neighborhood-links {
		column-count:3;
	}
}
@media(max-width:767px) {
	.neighborhood-navigation h3 {
		font-size:20px;
	}
	.neighborhood-links a {
		font-size:14px;
	}
	.neighborhood-links {
		column-count:2;
	}
	.neighborhood-navigation {
		margin-top:25px;
		padding:50px 0;
	}
}


/*--------------------- 6. Header Menu ---------------------*/

.site-branding img,
.site-header .site-logo-img .custom-logo-link img {
    width: 100%;
}

/* menu Bar */
.main-navigation .woocommerce-custom-menu-item.display-cart,
#menu-item-29589 .menu-link {
	padding-top:3px;
}

@media(max-width:1024px) {
	#masthead .ast-container {
		padding-left:5vw;
		padding-right:5vw;
	}
}

/* Header Cart */
.main-navigation .woocommerce-custom-menu-item {
	display:none !important;
}
.main-navigation .woocommerce-custom-menu-item.display-cart {
	display:flex !important;
}
.ast-cart-menu-wrap .count {
	font-weight:600 !important;
}

@media (max-width:767px) and (orientation:landscape) {
	.xoo-wsc-container {
		right:100vw;
	}
}

/* Mobile Header Size */
@media (max-width:767px) {

	.site-branding img,
	.site-header .site-logo-img .custom-logo-link img {
		max-width: 145px;
	}

	.ast-site-identity {
		padding: 15px 0;
	}

	button#rmp_menu_trigger-28723 {
		top: 2px !important
	}
}


div#rmp-container-28723 {
	z-index: 200003;
	min-height:620px !important;
	overflow-y:scroll;
}

button.rmp-menu-button {
	z-index: 200004;
}

.responsive-menu-open .menu-open-page-overlay {
	z-index: 200002;
}


/* Menu Icon Position */

button#rmp_menu_trigger-28723 {
	right: 25px !important;
}

@media (min-width:768px) and (max-width:1024px) {
	button#rmp_menu_trigger-28723 {
		right: calc(5vw - 15px) !important;
	}
}

@media (max-width:768px) {
	button#rmp_menu_trigger-28723 {
		right: 10px !important;
	}
}

/* Header Cart Icon */
.ast-cart-menu-wrap .count {
	font-size: 14px;
	line-height: 22px;
	min-height: 25px;
}

li.ast-masthead-custom-menu-items {
	padding: 0 10px 0 15px;
}

@media (max-width:767px) {
	.xoo-wsc-container {
		width: 100%;
		max-width: 100%;
	}

	.ast-header-break-point .main-header-bar .main-header-bar-navigation {
		display: inline-block
	}

	.ast-header-break-point .main-header-bar .main-header-bar-navigation .menu-item {
		display: none;
	}

	.ast-header-break-point .ast-hide-custom-menu-mobile .ast-masthead-custom-menu-items {
		display: inline-block;
		text-align: right;
		padding: 0px;
		margin: 0;
	}

	.ast-header-break-point .main-header-bar .main-header-bar-navigation {
		position: absolute;
		top: 0px;
		background-color: none;
	}

	.ast-cart-menu-wrap .count {
		font-size: 12px;
		line-height: 18px;
		min-height: 20px;
	}

	.ast-header-break-point .main-header-menu {
		background-color: rgba(0, 0, 0, 0);
		border: none !important;
	}

	.ast-header-break-point .main-header-menu .woocommerce-custom-menu-item .ast-cart-menu-wrap {
		text-align: right;
		line-height: 59px;
	}

	.woocommerce-custom-menu-item {
		float: right;
		width: 50px !important;
	}

	.site-logo-img {
		z-index: 20;
	}
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1180px) and (orientation : portrait) {
	.ast-header-break-point .main-header-bar .main-header-bar-navigation {
		display: inline-block
	}

	.ast-header-break-point .main-header-bar .main-header-bar-navigation .menu-item {
		display: none;
	}

	.ast-header-break-point .ast-hide-custom-menu-mobile .ast-masthead-custom-menu-items {
		display: inline-block;
		text-align: right;
		padding: 0px;
		margin: 0;
	}

	.ast-header-break-point .main-header-bar .main-header-bar-navigation {
		position: absolute;
		top: 0px;
		background-color: none;
	}

	.ast-cart-menu-wrap .count {
		font-size: 12px;
		line-height: 18px;
		min-height: 20px;
	}

	.ast-header-break-point .main-header-menu {
		background-color: rgba(0, 0, 0, 0);
		border: none !important;
	}

	.ast-header-break-point .main-header-menu .woocommerce-custom-menu-item .ast-cart-menu-wrap {
		text-align: right;
		line-height: 59px;
	}

	#ast-site-header-cart {
		margin-top: 5px;
	}

	.woocommerce-custom-menu-item {
		float: right;
		width: 50px !important;
	}

	nav#primary-site-navigation {
		margin-right: 100px;
	}

	.site-logo-img {
		z-index: 20;
	}
	
	#rmp_menu_trigger-28723 {
		top:7px;
	}
}

/* Header Menu */
#primary-site-navigation {
	margin-right: 55px;
}

#rmp-container-28723 #rmp-menu-wrap-28723 {
	padding-top: 65px;
	padding-left: 30px;
}

.responsive-menu-open .menu-open-page-overlay {
	background-color: rgba(0, 0, 0, 0.8);
	width: 100vw;
	height: 100vh;
	position: absolute;
	overflow-y: hidden
}

/* Off-Canvas Menu */
.responsive-menu-open {
	overflow-y: hidden;
}
.responsive-menu-open .responsive-menu-slide-right {
	overflow-y: hidden;
}

.rmp-menu-item-link {
	font-weight: 400;
}

#rmp-container-28723 .off-canvas-copyright {
	font-size: 14px;
	color: #333;
	display: block;
	margin-top: 20px;
	margin-bottom: 40px;
}

#rmp-container-28723 .off-canvas-divider {
	width: 100%;
	height: 1px;
	background-color: #e1e1e1;
	margin-top: 15px;
	display: block;
}

#rmp-container-28723 .off-canvas-social-links i {
	font-size: 28px;
	color: #35ac6a
}

#rmp-container-28723 .off-canvas-social-links a {
	margin-right: 20px;
}

#rmp-container-28723 .off-canvas-social-media {
	margin-top: 23px;
	margin-bottom: 15px;
	display: block;
}

#rmp-container-28723 #rmp-menu-additional-content-28723 {
	position: absolute;
	bottom: 0px;
	width: 100%;
	padding: 0 30px;
	text-align:left;
}
#rmp-container-28723 #rmp-menu-additional-content-28723 li {
	display:block;
}
#rmp-container-28723 #rmp-menu-additional-content-28723 li a {
	font-size:18px;
	font-weight:400;
	color:#333;
	height:55px;
	line-height:55px;
}


#rmp-container-28723 li.rmp-menu-item a {
	line-height: 55px;
	color: #333
}

#rmp-container-28723 li.rmp-menu-item a:hover {
	color: #35ac6a
}

#rmp-menu-wrap-28723 .off-canvas-pwa-prompt {
	width: 115%;
	height: 100px;
	background-image: url("/wp-content/assets/PWA-Prompt-Background.jpg");
	background-size: cover;
	background-position: center center;
	margin-left: -40px;
	display: none;
}
#rmp-container-28723 #rmp-menu-wrap-28723 .rmp-menu li.rmp-menu-item a {
		padding-left: 0px !important;
}

.ast-header-break-point .ast-mobile-menu-buttons {
	display: none;
}


/* Responsive Menu Media Query */
@media (max-width:768px) {
	.off-canvas-copyright {
		font-size: 11px
	}

	#rmp-menu-wrap-28723 .off-canvas-pwa-prompt {
		display: block
	}

	#rmp-container-28723 #rmp-menu-wrap-28723 {
		padding-top: 35px;
	}

	#rmp-container-28723 li.rmp-menu-item .rmp-menu-item-link,
	#rmp-container-28723 #rmp-menu-additional-content-28723 li a {
		font-size: 16px;
	}

	#rmp-container-28723 #rmp-menu-wrap-28723 .rmp-menu li.rmp-menu-item a,
	#rmp-container-28723 li.rmp-menu-item a,
	#rmp-container-28723 #rmp-menu-additional-content-28723 li a {
		height: 45px;
		line-height: 45px;
	}
	

	#rmp-container-28723 .off-canvas-copyright {
		margin-bottom: 20px;
	}

	#rmp-container-28723 #rmp-menu-wrap-28723 .rmp-menu li.rmp-menu-item a,
	#rmp-container-28723 .rmp-menu-additional-content {
		padding-left: 0px;
	}
}

@media (max-height:768px) and (min-width:1025px) {

	#rmp-container-28723 .off-canvas-divider {
		margin-top: 10px;
	}

	#rmp-container-28723 .rmp-menu li.rmp-menu-item a,
	#rmp-container-28723 li.rmp-menu-item a,
	#rmp-container-28723 #rmp-menu-additional-content-28723 li a{
		height: 40px !important;
		line-height:40px !important;
	}
}

@media (min-width:1025px) and (max-height:660px) {
	#rmp-menu-wrap-28723 .off-canvas-pwa-prompt {
		display: none;
	}

	#rmp-container-28723 #rmp-menu-wrap-28723 {
		padding-top: 30px;
	}
}

@media (min-width:1025px) and (max-height:575px) {

	#rmp-menu-wrap-28723 .off-canvas-social-links,
	#rmp-menu-wrap-28723 .off-canvas-social-media {
		display: none
	}
}

@media (min-width:1025px) and (max-height:485px) {
	.rmp-menu-additional-content {
		display: none
	}
}

@media (max-width:767px) and (orientation:landscape) {
	.rmp-menu-additional-content {
		display: none
	}
}

@media (max-width:950px) {
	#primary-menu {
		display: block;
	}

	#primary-menu .menu-item {
		display: none;
	}
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1180px) and (orientation :landscape) {

	#rmp-container-28723 #rmp-menu-wrap-28723 {
		padding-top:30px;
	}
	#rmp-container-28723 #rmp-menu-additional-content-28723 li a {
		height:55px;
		line-height:55px;
	}
}




/*--------------------- 7. Newsletter Signup Form ---------------------*/

.newsletter-container iframe {
    height:360px;
}

/* Newsletter Popup Form */
.newsletter-popup-container {
    width: 100vw;
    height: 100vh;
    position: fixed;
    overflow-y: hidden;
    z-index:300003;
    display:flex;
    align-items:center;
    justify-content:center;
    top:0;
    left:0;
    background-color:rgba(0,0,0,0.8);
    opacity:0;
}

.overlay-dismiss-popup {
    width: 100vw;
    height: 100vh;
    position: fixed;
    z-index:300004;
}

.dismiss-popup {
    color:white;
    font-family:"Proxima Nova", sans-serif;
    display:inline-block;
    width:auto;
    font-size:15px;
    text-decoration:underline;
    margin-top:15px;
    cursor:pointer;
    float:left;
    font-weight:600;
    margin-left:30px;
    line-height:42.5px;
}

.newsletter-popup-container.inactive {
    display:none;
}

.newsletter-popup.subscribed .dismiss-popup,
.newsletter-popup.subscribed input[type=email],
.newsletter-popup.subscribed input[type=submit] {
    display:none;
}

.newsletter-popup.email-error .dismiss-popup {
    display:none;
}

.newsletter-popup {
    width:1000px;
    max-width:90vw;
    height:360px;
    max-height:95vh;
    background-color:#01A967;
    border-radius:20px;
    display:inline-flex;
    align-items:center;
    justify-content:space-between;
    z-index:300005;
}


/* Newsletter Popup Form - Left Col */
.newsletter-form .left-col {
    padding:50px;
    width:calc(100% - 480px);
    max-width:760px;
}

.newsletter-popup-container .newsletter-form .left-col {
    padding:50px 0 50px 50px;
    width:calc(100% - 480px);
    max-width:760px;
}



.newsletter-popup h2 {
    color:#fff;
    font-size:36px;
    line-height:1.2;
    margin-bottom:10px;
}
.newsletter-popup p {
    color:#292929;
    margin-bottom:20px;
    font-size:18px;
}
.newsletter-popup input[type=email] {
    font-size:15px;
    border-radius:100px;
    width:70%;
    padding:0.75em 12.5% 0.75em 20px;
    background-color:#fff;
    font-family:"Graphik", "Proxima Nova", sans-serif;
}

.newsletter-popup-container .newsletter-popup input[type=email] {
    width:90%;
}


.newsletter-popup input[type=submit]:hover {
    background-color:#003c2d;
}

/* Thank You Button */
.newsletter-popup input[type=email] {
    float:left;
    width:calc(107.5% - 200px);
    padding:0.75em 40px 0.75em 20px;
}
.newsletter-popup input[type=submit] {
    font-size:15px;
    border-radius:100px;
    color:#fff;
    background-color:#003c2d;
    font-weight:600;
    min-height:42.5px;
    width:200px;
    text-align:center;
    margin-left:-7.5%;
    display:inline-block;
    float:left;
}

.newsletter-popup-container .newsletter-popup input[type=submit] {
    margin-left:0;
    margin-top:15px;
}

.newsletter-popup .popup-close {
    width:calc(50% - 10px);
    text-align:center;
    font-size:15px;
    border-radius:100px;
    color:#003c2d;
    background-color:rgba(0,0,0,0);
    border:2px solid #003c2d;
    font-weight:600;
    min-height:40px;
    min-width:0;
    padding:10.5px 20px;
    display:inline-block;
    float:left;
    margin-top:20px;
    cursor:pointer;
    line-height:15px;
}
.newsletter-popup .popup-close:hover {
    color:#003c2d;
    border:2px solid #003c2d;
}




/* Newsletter Popup Form - Right Col */
.newsletter-popup .right-col {
    padding:0 20px;
    width:480px;
    height:360px;
    overflow-y:hidden;
}


.newsletter-form .right-col {
    padding:50px;
    max-width:480px;
}

.newsletter-form .response {
    display:inline-block;
    margin-top:0px;
    font-family:"Proxima Nova", sans-serif;
    color:#fff;
    font-weight:600;
    font-size:18px;
    line-height:1.4;
}

.newsletter-popup-container .newsletter-form .response {
    margin-top:20px;
}

.image-stream-1 {
    width:calc(50% - 10px);
    display:inline-block;
    float:left;
    margin-right:20px;
}
.image-stream-2 {
    width:calc(50% - 10px);
    display:inline-block;
    float:left;
}

.image-spot {
    width:100%;
    height:180px;
    border-radius:10px;
    box-shadow:0px 4px 8px rgb(0 0 0 / 25%);
    margin-bottom:20px;
    object-fit:cover;
}

.image-stream-1 {
    margin-top:-30px;
}
.image-stream-2 {
    margin-top:-1040px;
    /*margin-top:-90px;*/
}

/* White Version 
.newsletter-popup {
    background-color:#fff;
}
.newsletter-popup h2 {
    color:#01a967;
}
.newsletter-popup input[type=submit],
.newsletter-popup input[type=submit]:hover {
    background-color:#01a967;
}*/


/* Animation */
.image-stream-1 {
  height: 2000px;
  animation: scroll 45s linear infinite;
}

.image-stream-2 {
  height: 2000px;
  animation: scroll2 45s linear infinite;
}

@keyframes scroll {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(-1000px);
  }
}

@keyframes scroll2 {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(1000px);
  }
}

@media(min-width:768px) and (max-width:1180px) and (orientation:landscape) {

    .newsletter-form .left-col {
        padding:50px 50px 50px 35px;
        width:calc(100% - 420px);
    }

    .newsletter-form .right-col {
        width:420px;
        padding:50px 35px 0 0;
    }

    .newsletter-popup input[type=email] {
        width:calc(107.5% - 170px);
    }
    .newsletter-popup input[type=submit] {
        width:170px;
    }
}

@media(min-width:768px) and (max-width:1180px) and (orientation:portrait) {

    .newsletter-popup {
        height:300px;
    }

    .newsletter-form .left-col {
        padding: 50px 0 50px 35px;
        width:calc(100% - 280px)
    }
    
     .newsletter-popup-container .newsletter-form .left-col {
        padding: 50px 0 50px 35px;
        width:calc(100% - 280px);
    }

    .newsletter-popup h2 {
        font-size:32px;
    }

    .newsletter-popup p {
        font-size:16px;
    }

    .newsletter-popup input[type=email] {
        width:calc(107.5% - 160px)
    }

    .newsletter-popup input[type=submit] {
        width:160px;
    }

    .newsletter-form .right-col {
        padding:50px 35px 50px 50px;
        width:280px;
        height:300px;
    }

    .image-stream-1 {
        width:100%;
        margin-right:0;
    }
    .image-stream-2 {
        display:none;
    }

}


@media(max-width:767px) {
    
    .newsletter-container iframe {
        height:530px;
    }
    
    .newsletter-container {
        width:100%;
        line-height:0;
    }

    .newsletter-popup {
        width:100vw !important;
        max-width:100vw;
        height:auto;
        max-height:95vh;
        display:inline-flex;
        align-items:center;
        flex-direction:column-reverse;
        border-radius:0;
    }


    .newsletter-popup .left-col {
        padding:25px 5vw 45px 5vw;
        width:100%;
    }
    
    .newsletter-popup-container .newsletter-popup {
        width:90vw !important;
        max-width:90vw;
        margin-left:0;
        border-radius:10px;
    }
    
    .newsletter-popup-container .newsletter-popup .left-col {
        padding:15px 5vw 30px 5vw;
        width:100%;
    }
    
    
    
    
    .newsletter-popup h2 {
        font-size:26px;
        margin-bottom:10px;
    }
    .newsletter-popup p {
        margin-bottom:15px;
        font-size:15px;
    }

    .newsletter-popup input[type=email] {
        width:calc(110% - 120px)
    }
    
    .newsletter-popup-container .newsletter-popup input[type=email] {
        width:100%;
    }

    .newsletter-popup input[type=submit] {
        width:120px;
        margin-left:-10%;
        padding:10px 25px;
    }
    
    .newsletter-popup-container .newsletter-popup input[type=submit] {
        width:50%;
        margin-left:0;
    }



    .newsletter-popup .right-col {
        padding:30px 0 20px 0;
        width:100%;
        height:300px;
        overflow-x:hidden;
    }

    .image-stream-1 {
        width:100%;
        display:inline-block;
        float:left;
        margin-top:0;
        margin-left:20px;
        margin-right:0;
        margin-bottom:20px;
    }
    .image-stream-2 {
        margin-top:0;
        margin-left:-700px;
        width:100%;
        display:inline-block;
        float:left;
        clear:both;
    }

    .image-spot {
        width:120px;
        height:120px;
        margin-bottom:0px;
        margin-right:20px;
        float:left;
    }


    /* Animation */
    .image-stream-1 {
        height: 120px;
        width:1400px;
        animation: scrollhorizontal 45s linear infinite;
    }

    .image-stream-2 {
        height: 120px;
        width:1400px;
        animation: scrollhorizontal2 45s linear infinite;
    }

    @keyframes scrollhorizontal {
      0% {
        transform: translateX(0px);
      }
      100% {
        transform: translateX(-700px);
      }
    }

    @keyframes scrollhorizontal2 {
      0% {
        transform: translateX(0px);
      }
      100% {
        transform: translateX(700px);
      }
    }
}



/*--------------------- 8. Sponsored Ad Unit  ---------------------*/

.sponsored-ad-container-outer {
	opacity:0;
	margin-top:125px;
	text-align: center;
	display: inline-block;
	width: 90%;
	margin-left: 5%;
}

.sponsored-ad-container {
	margin: 0 auto 50px auto;
	display: inline-block;
	max-width: 930px;
	width: 100%;
	float: none;
}

.sponsored-ad {
	display: none;
	text-align: center;
	margin-bottom: 5px;
	float: none;
	margin-left: auto;
	margin-right: auto;
}

.sponsored-ad img {
	display: inline-block;
	float: none;
	margin-left: auto;
	margin-right: auto;
}

.sponsored-ad-unit {
	height: 100%;
	border-radius: 5px;
	background-position: center center;
	background-size: cover
}

.promoted-content {
	font-size: 16px;
	font-weight: 500;
	margin-top: 5px;
	text-align: right;
	display: inline-block;
	float: right;
	color:#35ac6a;
}
.promoted-content:hover {
	color:#35ac6a;
}

.sponsored-ad img {
	box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2);
	border-radius: 10px;
	overflow: hidden;
}

.sponsored-ad img.sponsored-ad-mobile {
	border-radius: 3px;
}

@media (min-width:768px) {
	.sponsored-ad-desktop {
		display: inline-block
	}

	.sponsored-ad-mobile {
		display: none !important
	}

	.sponsored-ad img {
		image-rendering: auto;
		transform: translateZ(0);
	}
}

@media (max-width:767px) {
	.sponsored-ad-container-outer {
		margin-top:40px;
	}
	
	.sponsored-ad-mobile {
		display: inline-block
	}

	.sponsored-ad-desktop {
		display: none !important
	}

	.sponsored-ad-container {
		max-width: 300px;
	}

	.promoted-content {
		font-size: 14px;
	}
}

@media (min-width:768px) and (max-width:1024px) and (orientation:portrait) {
	.promoted-content {
		font-size: 16px;
	}
}


/*--------------------- 9. Hopped Venue Rating  ---------------------*/
.hopped-la-rating {
	display: inline-block;
	width: 100%;
}

.hopped-la-venue-rating i {
	margin-right: 3px;
	color: #e5e5e5;
}

.hopped-la-rating div,
.hopped-la-rating img {
	float: left;
}

.hopped-la-venue-rating-icon {
	width: 25px;
	height: auto;
}

img.hopped-la-venue-rating-icon {
	vertical-align: middle;
}



/*--------------------- 10. Footer  ---------------------*/

.back-to-top-button .svg-inline--fa {
	height: 25px;
	width: 25px;
}

.back-to-top-button font {
	color: #35ac6a
}


/*--------------------- 11. Astra Pagination  ---------------------*/
.ast-pagination .nav-links {
	text-align: center;
	position: relative;
}

.ast-pagination .prev.page-numbers {
	position: absolute;
	left: 0;
	width: auto;
}

.ast-pagination .next.page-numbers {
	position: absolute;
	right: 0;
	width: auto;
}

@media (max-width:767px) {
	.ast-pagination .nav-links {
		margin-top: 20px;
	}

	.ast-pagination .page-numbers {
		font-size: 13px;
		vertical-align: top;
		width: 15px;
	}

	.ast-pagination .prev.page-numbers {
		padding: 0;
		font-size: 13px;
		vertical-align: top
	}

	.ast-pagination .next.page-numbers {
		padding: 0;
		font-size: 13px;
		vertical-align: top
	}
}

@media (min-width:768px) and (max-width:1024px) {
	.ast-pagination {
		margin-top: 50px;
		padding-top: 0;
	}
}


/*--------------------- 12. Social Sharing  ---------------------*/
.post-social-sharing {
	display: inline-block;
	width: 100%;
	margin-bottom: 30px;
}

.post-social-sharing .svg-inline--fa {
	color: #fff;
	font-size: 12px;
	margin-right: 2px;
}

.post-social-sharing div {
	display: inline-block;
	height: 28px;
}

.post-social-sharing a {
	font-size: 13px;
	color: #fff;
	vertical-align: top;
}

.fb-share-button span {
	vertical-align: top !important;
}
.fb-share-button {
	background-color:rgb(24,119,242);
	height:28px;
	border-radius:100px;
	padding: 2px 10px; 
	float:left;
	margin-right:10px;
	margin-left:10px;
}

#twitter-widget-0 {
	float: left;
}

.sms-share-button {
	background-color: #fbcf00;
	padding: 2px 10px;
	border-radius:100px;
}

.email-share-button {
	background-color: #b3b3b3;
	padding: 2px 10px;
	border-radius:100px;
}

.post-social-sharing .fb_iframe_widget span {
	display: block;
}

.post-social-sharing.blog-post {
	margin-bottom: 0px;
}


/*--------------------- 13. Post Meta Info: Individual Templates + Cards ---------------------*/

/* Single Post Meta Info: General */
.single-post-meta-info {
	padding-top:20px;
	padding-bottom:15px;
}
.meta-info-line {
	display:flex;
	width:100%;
	margin-bottom:15px;
	align-items:center;
}
.meta-info-line:last-child {
	margin-bottom:0;
}
.meta-icon-col {
	width:25px;
	display:inline-block;
	margin-right:12px;
	text-align:center;
	line-height:0;
}
.meta-icon-col img {
	width:100%;
	max-height:30px;
	max-width:23px;
}
.meta-text-col {
	width:auto;
	display:inline-flex;
	text-align:left;
	line-height:0;
}
.meta-text-col p {
	line-height:0;
	margin-bottom:0;
}

/* Single Post Meta Info: Venue Template */
.meta-info-line.venue-type {
	display:inline-flex;
	width:auto;
}
.meta-info-line.venue-type {
	margin-left:15px;
	padding-left:15px;
	border-left:1px solid #e5e5e5;
}
.meta-info-line.venue-type:first-of-type {
	margin-left:0;
	padding-left:0;
	border-left:none;
}
.meta-info-line.venue-phone-number {
	display:inline-flex;
	width:auto;
	margin-bottom:10px;
}
.meta-info-line.venue-address .meta-text-col {
	line-height:24px;
	max-width:calc(100% - 30px);
}
.meta-info-line.opening-hours .meta-text-col {
	line-height:34px;
}

/* Single Post Meta Info: Release Template */
.abv-icon {
	width:20px
}


/* Post Card Meta Info */

/* Post Card Meta Info: General */
.type-tag {
	font-size:14px;
	line-height:16px;
	color:#fff;
	margin-bottom:12px;
	padding:5px 15px;
	border-radius:100px;
	background-color:#35AC6A;
	font-weight:500;
	display:inline-block;
	width:auto;
	float:left;
}
.featured .type-tag {
	background-color:#FFC405;
}
.card-meta-info {
	margin-top:15px;
	display:inline-block;
	float:left;
}
.card-meta-info-line {
	display:flex;
	width:100%;
	margin-bottom:15px;
	align-items:center;
	float:left;
}
.card-meta-info-line:last-child {
	margin-bottom:0 !important;
}
.card-meta-icon-col {
	min-width:20px;
	width:20px;
	display:inline-block;
	margin-right:7px;
	text-align:center;
	line-height:0;
}
.card-meta-icon-col img {
	max-width:100%;
	width:100%;
	height:auto;
}
.card-meta-text-col {
	width:100%;
	display:inline-flex;
	text-align:left;
}
.card-meta-text-col,
.card-meta-text-col p {
	line-height:0;
	margin-bottom:0;
	font-size:16px;
}

/* Post Card Meta Info: Venue */
.card-meta-info-line.venue-address {
	align-items:start;
}
.card-meta-info-line.venue-address .card-meta-icon-col {
	margin-top:3px;
}
.card-meta-info-line.venue-address .card-meta-text-col p {
	line-height:1.6;
}
.card-meta-info-line.venue-type {
	display:inline-flex;
	width:auto;
	margin-top:0;
	margin-bottom:15px;
	line-height:0;
}
.card-meta-info-line.venue-type {
	margin-left:12px;
	padding-left:12px;
	border-left:1px solid #e5e5e5;
}

/* Post Card Meta Info: Ajax Search */
.searchwp-live-search-result .venue-address p {
	font-size:14px;
}
/* Post Card Meta Info: Search page */
.search .card-meta-info-line.venue-address .card-meta-icon-col {
	margin-top:1px;
}


/* ----- Desktop & Tablet Media Query ----- */
@media (min-width:1024px) {
	/* Post Card Meta Info: Venue */
	.card-meta-info-line.tertiary-venue-type {
		margin-left:0;
		padding-left:0;
		border-left:0;
		width:100%;
		float:left;
	}
}

/* ----- Mobile & Tablet Portrait Media Query ----- */
@media (max-width:1023px) {
		
	/* Single Post Meta Info */
	.single-post-meta-info {
		padding-top:15px;
		padding-bottom:10px;
	}
	.meta-info-line {
		margin-bottom:15px;
	}
	.meta-icon-col {
		width:20px;
		margin-right:10px;
	}
	.meta-icon-col img {
		max-height:25px;
	}
	.abv-icon {
		width:15px
	}
	/* Post Card Meta Info: Venue */
	.meta-info-line.tertiary-venue-type {
		margin-left:0;
		padding-left:0;
		border-left:0;
		width:100%;
		float:left;
	}
		
	/* Post Card Meta Info */
	.type-tag {
		font-size:12px;
		margin-bottom:10px;
		line-height:13px;
	}
	.custom-archive-post-title {
		margin-top:0 !important;
	}
	.card-meta-info {
		margin-top:13px;
	}
	.card-meta-info-line {
		margin-bottom:11px !important;
	}
	.card-meta-info-line:last-child {
		margin-bottom:0 !important;
	}
	.card-meta-icon-col {
		min-width:18px;
		width:18px;
		margin-right:7px;
	}
	.card-meta-icon-col img {
		max-width:100%;
		max-height:20px;
	}
	.card-meta-text-col {
		width:auto;
	}
	.card-meta-text-col,
	.card-meta-text-col p {
		font-size:12px;
		line-height:18px;
	}
	/* Post Card Meta Info: Venue */
	.card-meta-info-line.tertiary-venue-type {
		margin-left:0;
		padding-left:0;
		border-left:0;
		width:100%;
		float:left;
	}
	
}



/*--------------------- 14. Search Box ---------------------*/

/* Ajax Search Box */

.searchwp-live-search-results {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	background: #fff;
	-webkit-box-shadow: 0 0 2px 0 rgba(30,30,30,0.4);
	box-shadow: 0 0 2px 0 rgba(30,30,30,0.4);
	border-radius: 3px;
	width: 700px !important;
	padding:30px;
	min-height: 70vh;
	height:70vh !important;
	transform:translateY(5px);
	overflow-y:scroll !important;
}
.top-bar-search-overlay .searchwp-live-search-results {
	left:100px !important;
}

.home .searchwp-live-search-results {
	min-height:70vh;
}

.searchwp-live-search-result {
	display:inline-block;
	float:left;
	width:100%;
}



.search-overlay.menu-open-page-overlay {
	background-color: rgba(0, 0, 0, 0.8);
	width: 100vw;
	height: 100vh;
	position: fixed;
	z-index: 200004;
	overflow-y: hidden;
	cursor: pointer;
}

@media (min-width:768px) and (max-width:1180px) and (orientation:portrait) {
	.home .searchwp-live-search-results {
		left: 5vw !important;
		width: 90vw !important;
		height: 70vh !important;
		max-height: 70vh !important;
		margin-top: 10px;
	}
	
}

@media (max-width:767px) {
	
	.searchwp-live-search-results {
		left: 2.5vw !important;
		width: 95vw !important;
		height: 70vh !important;
		max-height: 70vh !important;
		margin-top: 10px;
		padding:15px;
	}
	.searchwp-live-search-result .venue-card {
		margin-bottom:15px;
	}
	.searchwp-live-search-result .venue-card-image-col {
		width:70px;
	}
	.searchwp-live-search-result .venue-card-image-col img {
		height:70px;
	}
	.searchwp-live-search-result .venue-card-text-col {
		padding-right:10px;
		width:calc(100% - 70px);
	}
	.searchwp-live-search-result .type-venue .venue-card-excerpt {
		display:none;
	}
}

/*--------------------- 15. Top Bar Search ---------------------*/
.home .mobile-search-icon {
	display:none !important;
}
.mobile-search-icon {
	display:none;
}
.top-bar-search-field {
	position:absolute; 
	top:16px; 
	left:240px;
	z-index:200001;
}
.top-bar-search-field input[type=search] {
	width:450px; 
	border-radius:1000px; 
	padding:8px 20px; 
	font-size:18px;
	display:inline-block;
	background-color:#fff;
	border: 1px solid #e3e3e3;
	color:#333;
}
.top-bar-search-field input[type=search]::placeholder {
	color:#9c9c9c;
}
.top-bar-search-field button[type=submit] {
	padding:0; 
	background-color:rgba(0,0,0,0); 
	color:#35ac6a; 
	left:-35px; 
	display:inline-block; 
	position:relative
}
.top-bar-search-field button[type=submit] i {
	color:#35ac6a; 
	font-size:17px;
}
.top-bar-search-overlay .searchwp-live-search-results {
	left:240px !important; 
	height:70vh !important; 
	max-height:70vh !important;
}

@media (max-width:1400px) {
  .top-bar-search-field input[type=search]  {
	  width:360px;
	}
}

@media (min-width:1025px) and (max-width:1299px) {
  .main-header-menu a {
	  padding:0 0.9em;
	}
}

		
@media (min-width:768px) and (max-width:1180px) and (orientation:portrait) {
	.mobile-search-icon {
		display:inline-block;
		position: absolute;
		width:auto;
		height:25px !important;
		top: 23px;
		right: 120px;
		margin-right: 0;
		cursor: pointer;
	}
  .top-bar-search-field {
	  display:none;
	  position:absolute; 
	  top:73px; 
	  left:0px;
	  z-index:200005;
	}
	.search-field-active.top-bar-search-field {
		display:inline-block;
	}
	.top-bar-search-field input[type=search] {
	  width:100vw; 
	  padding:20px 10vw 20px 5vw; 
	  font-size:16px;
	  display:inline-block; 
	  margin-top:0;
	  border-radius:0;
	  border:none;
	 border-bottom:1px solid #eaeaea;
	}
 .top-bar-search-field form {
		position:relative;
	}
	.top-bar-search-field button[type=submit] {
		left:auto;
		right:5vw;
		position:absolute;
		padding:20px 0;
		line-height:20px;
	}
	.top-bar-search-field button[type=submit] svg {
		vertical-align:middle;
	}
	
  .top-bar-search-overlay .searchwp-live-search-results {
	  left:0 !important; 
	  height:70vh !important; 
	  max-height:70vh !important; 
	  width:100vw !important; 
	  margin-top:0;
	  top:128px !important;
	  border-radius:0;
	  border:none !important;
	  padding: 30px 5vw;
	}
}
@media (max-width:767px) {
	.mobile-search-icon {
		display:inline-block;
		position: absolute;
		width:auto;
		height:25px !important;
		top: 18px;
		right: 105px;
		margin-right: 0;
		cursor: pointer;
	}
  .top-bar-search-field {
	  display:none;
	  position:absolute; 
	  top:60px; 
	  left:0px;
	  z-index:200005;
	}
	.search-field-active.top-bar-search-field {
		display:inline-block;
	}
  .top-bar-search-field input[type=search] {
	  width:100vw; 
	  padding:10px 10vw 10px 5vw; 
	  font-size:16px;
	  display:inline-block; 
	  margin-top:0;
	  border-radius:0;
	  border:none;
	 border-bottom:1px solid #eaeaea;
	}
	.top-bar-search-field form {
		position:relative;
	}
	.top-bar-search-field button[type=submit] {
		left:auto;
		right:5vw;
		position:absolute;
		padding:10px 0;
		line-height:20px;
	}
	.top-bar-search-field button[type=submit] svg {
		vertical-align:middle;
	}
	
  .top-bar-search-overlay .searchwp-live-search-results {
	  left:0 !important; 
	  height:70vh !important; 
	  max-height:70vh !important; 
	  width:100vw !important; 
	  margin-top:0;
	  top:94px !important;
	  border-radius:0;
	  border:none !important;
	  padding: 15px 5vw;
	}
}



/*--------------------- 16. Woocommerce ---------------------*/

.products.columns-4 .outofstock .button,
.products.columns-4 .availability_date {
	display:none;
}

.single-product .availability_date {
	display:none;
}

.woocommerce ul.products li.product .price, 
.woocommerce-page ul.products li.product .price {
	font-weight:500 !important;
}

.woocommerce div.product form.cart .variations label {
	font-weight:500 !important;
}
.woocommerce div.product p.ast-stock-detail .ast-stock-avail, .woocommerce div.product p.stock .ast-stock-avail {
	font-weight:500 !important;
}

.woocommerce div.product form.cart .variations select {
	display: block;
	width: auto;
	min-width: 0;
}

.woocommerce .woocommerce-ordering select {
	-webkit-appearance: none;
	padding: 10px 45px 10px 20px;
	line-height: 1.5em;
	background: url(/wp-content/assets/Store-Sorting-Arrow.jpg) no-repeat right white;
}

.woocommerce ul.products li.product .ast-shop-product-out-of-stock,
.woocommerce-page ul.products li.product .ast-shop-product-out-of-stock {
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.65);
	width: 100%;
	height: 100%;
	color: #fff;
	text-transform: none;
	font-weight: 600;
	padding-top: 42.5%;
	font-size: 18px;
}

.woocommerce ul.products li.product .woocommerce-loop-product__link:hover .ast-shop-product-out-of-stock,
.woocommerce-page ul.products li.product .woocommerce-loop-product__link:hover .ast-shop-product-out-of-stock {
	background-color: rgba(0, 0, 0, 0.8);
}

.woocommerce div.product .woocommerce-tabs {
	display: none;
}

.single-product #primary.content-area.primary,
.post-type-archive-product #primary.content-area.primary {
	width: 90%;
	max-width: 1200px;
	margin-top: 50px;
	float: none;
	margin-left: auto;
	margin-right: auto;
	border: none;
	margin-bottom: 0px;
}

.single-product .star-rating,
.single-product .add_to_cart_button,
.single-product .ast-woo-product-category {
	display: none !important
}

.single-product .product_meta {
	display: none;
}

.single-product .breadcrumbs {
	margin-bottom: 30px;
	display: inline-block;
}

.woocommerce-breadcrumb {
	display: none;
}

.woocommerce div.product .related.products ul.products li.product {
	width: calc(25% - 38px);
	margin-right: 50px;
}

.woocommerce div.product .related.products ul.products li.product:nth-child(4n) {
	margin-right: 0;
}

.related.products h2 {
	margin-bottom: 50px;
}

.single-product .summary.entry-summary .price {
	font-size: 20px;
	font-weight: 400;
	margin-bottom: 20px;
}

.single-product .product_title.entry-title {
	font-size: 26px;
	font-weight: 600;
}

.single-product .summary.entry-summary {
	padding-top: 20px;
}

.single-product button.single_add_to_cart_button.button,
.single-product button.button.alt.disabled {
	color: #fff;
}

.woocommerce div.product form.cart .button.single_add_to_cart_button {
	padding: 15px 40px;
	border-radius: 5px;
}

.woocommerce div.product form.cart div.quantity input {
	padding: 11px;
	border-radius: 5px;
}

input[type=number]::-webkit-inner-spin-button {
	opacity: 1;
}

.woocommerce div.product form.cart div.quantity {
	margin-right: 8px;
}

.woocommerce div.product div.summary,
.woocommerce div.product div.images {
	margin-bottom: 75px;
}

.variations .label {
	color: #35ac6a;
	font-size: 20px;
	font-weight: 600;
}

.woocommerce div.product form.cart .variations td.label {
	margin-bottom: 10px;
}

#select-size {
	border-radius: 5px;
	background-color: #fff;
}

.woocommerce div.product form.cart .variations {
	border-bottom: none;
	margin-bottom: 5px;
}

.woocommerce div.product form.cart .single_variation_wrap .single_variation {
	margin-bottom: 10px;
}

.single-product .back-to-top-button {
	margin-top: 0;
}

.mobile-swipe-text {
	display: none;
}

.woocommerce-product-gallery__trigger {
	display: none;
}

.single-product.ast-right-sidebar #primary {
	padding-right: 0;
}

@media (max-width:767px) {
	.single-product .summary.entry-summary .price {
		font-size: 18px;
	}

	.woocommerce .woocommerce-ordering select {
		-webkit-appearance: auto;
		padding: 10px 12px;
		background-image: none;
	}

	.single-product .product_title.entry-title {
		font-size: 22px;
		font-weight: 600;
	}

	.woocommerce ul.products li.product .ast-shop-product-out-of-stock,
	.woocommerce-page ul.products li.product .ast-shop-product-out-of-stock {
		font-size: 16px;
	}

	.woocommerce .woocommerce-ordering,
	.woocommerce-page .woocommerce-ordering {
		margin-bottom: 25px !important;
	}

	.single-product #primary.content-area.primary,
	.post-type-archive-product #primary.content-area.primary {
		margin-top: 25px;
	}

	.single-product .breadcrumbs {
		margin-bottom: 15px;
	}

	.woocommerce div.product div.images {
		margin-bottom: 10px;
	}

	.single-product .summary.entry-summary {
		padding-top: 0;
	}

	.woocommerce div.product .related.products ul.products li.product {
		width: calc(50% - 10px);
		margin-right: 20px;
		margin-bottom: 30px;
	}

	.woocommerce div.product .related.products ul.products li.product:nth-child(2n) {
		margin-right: 0;
	}

	.woocommerce .related.products h2 {
		margin-bottom: 35px;
		font-size: 20px
	}

	.woocommerce ul.products li.product .woocommerce-loop-product__title,
	.woocommerce-page ul.products li.product h2.woocommerce-loop-product__title {
		font-size: 16px;
	}

	.woocommerce div.product .flex-control-thumbs {
		display: none;
	}

	.mobile-swipe-text {
		display: block;
		text-align: right;
		font-size: 11px;
		color: #949494;
		margin-bottom: 15px
	}

	.woocommerce div.product div.images.woocommerce-product-gallery .flex-viewport {
		margin-bottom: 0;
	}
}

@media (max-width:768px) {

	.post-type-archive-product #primary,
	.single-product #primary {
		padding-top: 0;
	}
}

@media (max-width:767px) and (orientation:landscape) {
	.post-type-archive-product #primary {
		margin-top: 25px !important;
	}

	.post-type-archive-product ul.products li.product:nth-child(n) {
		margin-right: 20px !important;
	}

	.post-type-archive-product ul.products li.product:nth-child(2n) {
		margin-right: 0 !important;
	}
}

@media (min-width:768px) and (max-width:1024px) and (orientation:portrait) {
	.single-product div.product .related.products ul.products li.product {
		margin-right: 25px !important;
		width: calc(25% - 19px)
	}

	.single-product div.product .related.products ul.products li.product:nth-child(4) {
		margin-right: 0 !important;
	}

	.single-product ul.products li.product .woocommerce-loop-product__title,
	.single-product ul.products li.product .woocommerce-loop-product__title {
		font-size: 16px;
	}

	.single-product div.product div.images {
		margin-bottom: 25px;
	}
}







/* Store */

.post-type-archive-product .star-rating,
.post-type-archive-product .add_to_cart_button,
.post-type-archive-product .ast-woo-product-category,
.onsale,
.woocommerce-products-header,
.woocommerce-result-count {
	display: none !important
}

.astra-shop-summary-wrap {
	text-align: center;
}

.woocommerce-page.columns-4 ul.products li.product,
.woocommerce.columns-4 ul.products li.product {
	width: calc(25% - 38px);
	margin-right: 50px;
}

.woocommerce div.product .related.products ul.products li.product:nth-child(4n) {
	margin-right: 0;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce-page ul.products li.product .woocommerce-loop-product__title {
	font-size: 20px;
}

.woocommerce div.product form.cart .variations select {
	border-radius: 5px;
	background-color: #fff;
}

.woocommerce .woocommerce-ordering {
	margin-bottom:50px;
}

/* Customer Details */
.woocommerce-customer-details--phone::before,
.woocommerce-customer-details--email::before,
.woocommerce-order .woocommerce-customer-details {
	display: none;
}

.woocommerce-customer-details h2,
.woocommerce-customer-details address {
	border: none;
	padding: 0;
}

/* Dropdowns */
.woocommerce div.product form.cart .variations select {
	display: block;
	width: auto;
	min-width: 0;
}

.woocommerce .woocommerce-ordering select {
	font-size:16px;
	-webkit-appearance: none;
	padding: 7px 35px 7px 20px;
	line-height: 1.5em;
	border: 1px solid #35ac6a;
	border-radius: 100px;
	color: #35ac6a;
	background-color: #fff;
	font-weight: 600;
    background-image: url('/assets/dropdown-chevron-down.svg');
    background-size: 11px 7px;
    background-position: center right 12px;
    background-repeat: no-repeat;
    transition: all .2s linear;
}


/* Out of Stock Notice */
.woocommerce ul.products li.product .ast-shop-product-out-of-stock,
.woocommerce-page ul.products li.product .ast-shop-product-out-of-stock {
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.65);
	width: 100%;
	height: 100%;
	color: #fff;
	text-transform: none;
	font-weight: 600;
	padding-top: 42.5%;
	font-size: 18px;
}

.woocommerce ul.products li.product .woocommerce-loop-product__link:hover .ast-shop-product-out-of-stock,
.woocommerce-page ul.products li.product .woocommerce-loop-product__link:hover .ast-shop-product-out-of-stock {
	background-color: rgba(0, 0, 0, 0.8);
}

/* Product Page */

.woocommerce div.product .woocommerce-tabs {
	display: none;
}

.single-product #primary.content-area.primary,
.post-type-archive-product #primary.content-area.primary {
	width: 90%;
	max-width: 1200px;
	margin-top: 50px;
	float: none;
	margin-left: auto;
	margin-right: auto;
	border: none;
	margin-bottom: 0px;
}

.post-type-archive-product #primary.content-area.primary {
	margin-top:-50px;
}

@media(max-width:1100px) {
	.post-type-archive-product #primary.content-area.primary {
		margin-top:25px;
	}
}

.single-product .star-rating,
.single-product .add_to_cart_button,
.single-product .ast-woo-product-category {
	display: none !important
}

.single-product .product_meta {
	display: none;
}

.single-product .breadcrumbs {
	margin-bottom: 30px;
	display: inline-block;
}

.woocommerce-breadcrumb {
	display: none;
}

.woocommerce div.product .related.products ul.products li.product {
	width: calc(25% - 38px);
	margin-right: 50px;
}

.woocommerce div.product .related.products ul.products li.product:nth-child(4n) {
	margin-right: 0;
}

.related.products h2 {
	margin-bottom: 50px;
}

.single-product .summary.entry-summary .price {
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 20px;
}

.single-product .product_title.entry-title {
	font-size: 26px;
	font-weight: 600;
}

.single-product .summary.entry-summary {
	padding-top: 20px;
}

.single-product button.single_add_to_cart_button.button,
.single-product button.button.alt.disabled {
	color: #fff;
}

.woocommerce div.product form.cart .button.single_add_to_cart_button {
	padding: 15px 40px;
	border-radius: 5px;
}

.woocommerce div.product form.cart div.quantity input {
	padding: 11px;
	border-radius: 5px;
}

input[type=number]::-webkit-inner-spin-button {
	opacity: 1;
}

.woocommerce div.product form.cart div.quantity {
	margin-right: 8px;
}

.woocommerce div.product div.summary,
.woocommerce div.product div.images {
	margin-bottom: 75px;
}

.variations .label {
	color: #35ac6a;
	font-size: 20px;
	font-weight: 600;
}

.woocommerce div.product form.cart .variations td.label {
	margin-bottom: 10px;
}
.woocommerce div.product form.cart .variations th.label {
	text-align:left;
	padding:0;
	margin:10px 0;
}

#select-size {
	border-radius: 5px;
	background-color: #fff;
}

.woocommerce div.product form.cart .variations {
	border-bottom: none;
	margin-bottom: 5px;
}

.woocommerce div.product form.cart .single_variation_wrap .single_variation {
	margin-bottom: 10px;
}

.single-product .back-to-top-button {
	margin-top: 0;
}

.mobile-swipe-text {
	display: none;
}

.woocommerce-product-gallery__trigger {
	display: none;
}

.single-product.ast-right-sidebar #primary {
	padding-right: 0;
}



@media (max-width:767px) {
	
	.woocommerce .woocommerce-ordering select {
		padding: 5px 30px 5px 15px;
	}
	.single-product .summary.entry-summary .price {
		font-size: 18px;
	}

	.single-product .product_title.entry-title {
		font-size: 22px;
		font-weight: 600;
	}

	.woocommerce ul.products li.product .ast-shop-product-out-of-stock,
	.woocommerce-page ul.products li.product .ast-shop-product-out-of-stock {
		font-size: 16px;
	}

	.woocommerce .woocommerce-ordering,
	.woocommerce-page .woocommerce-ordering {
		margin-bottom: 25px !important;
	}

	.single-product #primary.content-area.primary,
	.post-type-archive-product #primary.content-area.primary {
		margin-top: 25px;
	}

	.single-product .breadcrumbs {
		margin-bottom: 15px;
	}

	.woocommerce div.product div.images {
		margin-bottom: 10px;
	}

	.single-product .summary.entry-summary {
		padding-top: 0;
	}

	.woocommerce div.product .related.products ul.products li.product {
		width: calc(50% - 10px);
		margin-right: 20px;
		margin-bottom: 30px;
	}

	.woocommerce div.product .related.products ul.products li.product:nth-child(2n) {
		margin-right: 0;
	}

	.woocommerce .related.products h2 {
		margin-bottom: 35px;
		font-size: 20px
	}

	.woocommerce ul.products li.product .woocommerce-loop-product__title,
	.woocommerce-page ul.products li.product h2.woocommerce-loop-product__title {
		font-size: 16px;
	}

	.woocommerce div.product .flex-control-thumbs {
		display: none;
	}

	.mobile-swipe-text {
		display: block;
		text-align: right;
		font-size: 11px;
		color: #949494;
		margin-bottom: 15px
	}

	.woocommerce div.product div.images.woocommerce-product-gallery .flex-viewport {
		margin-bottom: 0;
	}
}

@media (max-width:767px) {
  .woocommerce-page.columns-4 ul.products li.product,
  .woocommerce.columns-4 ul.products li.product {
  	width: calc(50% - 10px);
  	margin-right: 20px;
  	margin-bottom: 30px;
  }

  .woocommerce div.product .related.products ul.products li.product:nth-child(2n) {
  	margin-right: 0;
  }

  .woocommerce .woocommerce-ordering select {
  	font-size: 14px;
  }

  .woocommerce .woocommerce-ordering,
  .woocommerce-page .woocommerce-ordering {
  	text-align: right;
  }

  .post-type-archive-product .newsletter-signup-container {
  	margin: 0;
  }
}

@media (max-width:768px) {

	.post-type-archive-product #primary,
	.single-product #primary {
		padding-top: 0;
	}
}

@media (max-width:767px) and (orientation:landscape) {
	.post-type-archive-product #primary {
		margin-top: 25px !important;
	}

	.post-type-archive-product ul.products li.product:nth-child(n) {
		margin-right: 20px !important;
	}

	.post-type-archive-product ul.products li.product:nth-child(2n) {
		margin-right: 0 !important;
	}
}

@media (min-width:768px) and (max-width:1024px) and (orientation:portrait) {
	.woocommerce-page.columns-4 ul.products li.product,
	.woocommerce.columns-4 ul.products li.product {
		width: calc(33.333333% - 13.5px);
	}
	
	.single-product div.product .related.products ul.products li.product {
		margin-right: 25px !important;
		width: calc(25% - 19px)
	}

	.single-product div.product .related.products ul.products li.product:nth-child(4) {
		margin-right: 0 !important;
	}

	.single-product ul.products li.product .woocommerce-loop-product__title,
	.single-product ul.products li.product .woocommerce-loop-product__title {
		font-size: 16px;
	}

	.single-product div.product div.images {
		margin-bottom: 25px;
	}
}

@media (min-width:1025px) and (max-width:1115px) and (orientation:portrait) {

	.woocommerce-page.columns-4 ul.products li.product,
	.woocommerce.columns-4 ul.products li.product {
		width: calc(25% - 15px) !important
	}

	.woocommerce-page.columns-4 ul.products li.product:nth-child(4n),
	.woocommerce.columns-4 ul.products li.product {
		margin-right: 20px !important
	}

	.woocommerce-page.columns-4 ul.products li.product:nth-child(4n),
	.woocommerce.columns-4 ul.products li.product:nth-child(4n) {
		margin-right: 0 !important;
	}
}

@media only screen and (min-device-width: 769px) and (max-device-width: 1112px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {

	.woocommerce[class*="columns-"] ul.products li.product:nth-child(n),
	.woocommerce-page[class*="columns-"] ul.products li.product:nth-child(n) {
		margin-right: 20px;
	}

	.woocommerce.tablet-columns-3 ul.products li.product:nth-child(3n),
	.woocommerce-page.tablet-columns-3 ul.products li.product:nth-child(3n) {
		margin-right: 0;
		clear: right;
	}
}







/*--------------------- 17. Woocommerce Side Cart ---------------------*/

.xoo-wsc-container,
.xoo-wsc-modal.xoo-wsc-active .xoo-wsc-opac {
	z-index: 999999999999
}

.xoo-wsc-header {
	padding: 25px;
	border-bottom: none;
}

.xoo-wsc-ecnt {
	padding: 25px;
}

.xoo-wsc-basket {
	display: none !important;
	top:0;
}

.xoo-wsc-container {
	opacity: 0 !important;
}
.xoo-wsc-active .xoo-wsc-container {
	opacity: 1 !important;
}

.xoo-wsc-product {
	padding: 25px;
}

.xoo-wsc-price {
	font-size: 14px;
	margin: 0px;
}

.xoo-wsc-price span:nth-child(1) {
	font-weight: 700;
}

.xoo-wsc-product .variation {
	font-size: 14px;
	margin: 0px
}

.xoo-wsc-container span.amount {
	font-size: 14px;
	font-weight: 400;
}

.xoo-wsc-container span.amount span {
	font-weight: 400;
}

.xoo-wsc-ptotal span,
.xoo-wsc-ptotal span.amount {
	font-size: 16px;
}

.xoo-wsc-modal.xoo-wsc-active .xoo-wsc-opac {
	opacity: 0.85
}

.xoo-wsc-modal.xoo-wsc-active .xoo-wsc-product .xoo-wsc-sum-col a {
	display: inline-block;
	line-height: 1.5;
}

.xoo-wsc-modal.xoo-wsc-active .xoo-wsc-product .xoo-wsc-sum-col a.xoo-wsc-pname {
	display: none;
}

.xoo-wsc-subtotal span,
.xoo-wsc-shipping span,
.xoo-wsc-discount span {
	font-size: 16px !important;
	font-weight: 400 !important
}

.xoo-wsc-total span {
	font-size: 16px !important;
	font-weight: 700 !important
}

.outofstock .button.product_type_variable {
	display: none;
}

.xoo-wsc-coupon-container {
	padding: 0 15px;
	margin: 15px 0px;
}

.xoo-wsc-coupon-submit {
	padding: 0px 25px;
	font-size: 16px;
	border-radius: 5px;
	background-color: #35ac6a;
}

.xoo-wsc-footer-b {
	padding: 0 15px;
	margin: 20px 0px 25px 0px;
}

.xoo-wsc-coupon {
	padding: 0;
}

.xoo-wsc-footer a.xoo-wsc-ft-btn {
	border-radius: 5px;
	background-color: #35ac6a;
	padding: 10px;
}

#xoo-wsc-coupon-code {
	font-size: 16px;
	border-radius: 5px;
	margin-right: 10px;
}

ul.xoo-wsc-applied-coupons {
	margin-top: 10px;
}

.widget.woocommerce.widget_shopping_cart {
	display: none;
}

.xoo-wsc-img-col img {
	border-radius: 5px;
}

.xoo-wsc-sum-col {
	padding-left: 15px;
	width: calc(80% - 10px)
}

.xoo-wsc-qty {
	font-size: 16px;
}

.xoo-wsc-chng {
	width: 24px !important;
	line-height: 21px;
	height: 24px;
	background-color: #fff;
	color: #35ac6a;
	border: 1px solid #35ac6a;
	border-radius: 5px;
}

.xoo-wsc-chng:hover {
	background-color: #35ac6a;
	color: #fff;
}

.xoo-wsc-qty {
	height: 25px;
	line-height: 25px;
	border-color: #fff;
}

.xoo-wsc-qtybox {
	height: 25px;
	line-height: 25px;
	border-color: #fff;
}

.xoo-wsc-psrow {
	height: 25px;
	line-height: 25px;
	border-color: #fff;
}

.xoo-wsc-minus {
	line-height: 18px
}

.xoo-wsc-sum-col .product-name__thumbnail {
	display: none;
}

a.xoo-wsc-remove {
	padding: 4px 0px;
}

.xoo-wsc-modal.xoo-wsc-active .xoo-wsc-product .xoo-wsc-sum-col a {
	max-width: 90%;
}

.xoo-wsc-qtybox input[type=number] {
	color: #000;
}

div.xoo-wsc-notice-box {
	z-index: 9999999999999;
	left: 50px;
	right: auto;
}

.xoo-wsc-content .variation-Available p {
	font-size: 14px;
}




/*--------------------- 19. Story Cards ---------------------*/

/* ----- General ----- */
.type-tag.mobile {
	display:none;
}

/* ----- Intro ----- */
.stories-intro {
	display:flex;
	width:100%;
	align-items:flex-end;
	position:relative;
}
.stories-intro-col-1 {
	margin-bottom:30px;
	max-width:400px;
	display:inline-block;
	float:left;
}
.stories-intro-col-2 {
	width:auto;
	display:inline-block;
	float:right;
	margin-left:auto;
}
.stories-intro-col-1 h1 {
	margin-bottom:15px;
}
.stories-intro-col-1 p {
	width:100%;
	margin-bottom:0;
}
.social-follow {
	font-size:18px;
	color:#35ac6a;
	font-weight:600;
	display:inline-block;
	float:left;
}
.stories-social-links {
	display:inline-block;
	width:auto;
	float:left;
}
.stories-social-links a {
	display:inline-block;
	width:auto;
	margin-left:20px;
	outline:none;
}
.stories-social-links img {
	width:15px;
}

/* Stories Loop */

.stories-section {
	margin-top:85px;
	margin-bottom:0;
	display:inline-block;
	width:100%;
}
.stories-section-title {
	display:inline-block;
	width:auto;
	max-width:calc(100% - 85px);
	line-height:1.3;
}
.stories-view-all {
	font-size:18px;
	width:auto;
	display:inline-flex;
	float:right;
	align-items:center;
	outline:none;
	margin-top:6px;
}
.stories-view-all:hover, 
.stories-view-all:focus {
	color:#35ac6a;
}
.view-all-arrow {
	display:inline-block;
	width:20px;
	height:auto;
	margin-left:5px;
}
.post-loop {
	display:inline-block;
	width:100%;
	float:left;
}
.post-loop .mobile {
	display:none;
}


/* ----- Featured ----- */
.featured-stories {
	display:inline-block;
	width:100%;
	float:left;
}
.featured-story {
	border-radius:15px;
	background-color:#000;
	color:#fff;
	float:left;
	display:flex;
	align-items:flex-end;
	background-size:cover !important; 
	background-position:center center !important;  
	background-repeat:no-repeat !important; 
}
.featured-story:nth-child(1) {
	width:calc(66.66666% - 10px);
	margin-right:20px;
	height:580px;
	padding:40px;
}
.featured-story:nth-child(2) {
	width:calc(33.33333% - 10px);
	margin-bottom:20px;
	height:280px;
	padding:25px;
}
.featured-story:nth-child(3) {
	width:calc(33.3333% - 10px);
	height:280px;
	padding:25px;
}
.featured-story h2 {
	color:#fff;
	line-height:1.4;
	display:inline-block;
	width:100%;
	font-weight:700;
}
.featured-story:nth-child(1) h2 {
	font-size:32px;
	margin-bottom:15px;
	margin-top:3px;
}
.featured-story:nth-child(2) h2,
.featured-story:nth-child(3) h2 {
	font-size:18px;
	margin-bottom:12px;
}
.featured-story .card-meta-text-col p {
	color:#fff;
	font-size:13px;
}
.featured-story:nth-child(1) .card-meta-text-col p {
	color:#fff;
	font-size:16px;
}
.featured-story:nth-child(1)  .card-meta-icon-col {
	width:25px;
	margin-right:10px;
}
.featured-story:nth-child(1) .card-meta-icon-col img {
	height:25px;
	max-height:25px;
}

/* ----- Shows ----- */
.show {
	display:inline-block;
	float:left;
	width:calc(16.66666% - 16.6666px);
	margin-right:20px;
	text-align:center;
	margin-bottom:20px;
	position:relative;
	z-index:1;
}
.show:nth-last-child(2) {
	margin-right:0;
}
.show a {
	display:inline-block;
	width:100%;
	float:left;
}
.show-thumbnail {
	background-color:#dedede;
	border-radius:15px;
	margin-bottom:20px;
	width:100%;
	height:auto;
	display:inline-block;
	overflow:hidden;
	float:left;
}
.show-thumbnail img {
	width:100%;
	max-width:100%;
	height:auto;
}
.show-title {
	font-size:18px;
}

.mobile-slider {
	font-size:0;
	width:100%;
	display: inline-block;
	overflow-x: scroll;
	overflow-y: hidden;
	white-space: nowrap;
	scrollbar-width: none;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: none;
	float: left;
}
.mobile-slider::-webkit-scrollbar {
	width: 0;  /* Remove scrollbar space */
	background: transparent;  /* Optional: just make scrollbar invisible */
}
.mobile-slider .show {
	display:inline-block;
	height:auto;
	white-space:normal;
	vertical-align:top;
	float:none;
}
.mobile-slider .story-card {
	display:inline-block;
	height:auto;
	white-space:normal;
	vertical-align:top;
	float:none;
}
.channel-nav {
	display:inline-block;
	width:100%;
	position:absolute;
	top:41%;
	left:0;
}
.channel-carousel-left {
	width:22px;
	transform:rotate(180deg);
	position:absolute;
	top:-10px;
	left:0;
	margin-left:-70px;
	padding:20px;
	box-sizing:content-box;
	display:inline-block;
	float:left;
	cursor:pointer;
}
.channel-carousel-right {
	width:22px;
	top:-10px;
	right:0;
	margin-right:-70px;
	padding:20px;
	box-sizing:content-box;
	display:inline-block;
	float:right;
	cursor:pointer;
}

@media(max-width:1024px) {
	.channel-nav {
		display:none;
	}
}


/* ----- Story Cards ----- */
.story-card {
	display:inline-block;
	float:left;
	width:calc(25% - 15px);
	margin-right:20px;
	outline:none;
}
.story-card:nth-child(4n) {
	margin-right:0;
}
.story-card a {
	outline:none;
}
.story-thumbnail-wrapper {
	display:inline-block;
	width:100%;
	height:auto;
	position:relative;
	line-height:0;
}
.story-thumbnail {
	border-radius:15px;
	overflow:hidden;
	object-fit:cover;
	height:210px;
	width:100%;
}
.story-card .type-tag {
	position:absolute;
	width:auto;
	left:20px;
	bottom:20px;
	margin-bottom:0;
	font-size:13px;
}
.story-card .tag-gradient {
	position:absolute;
	width:100%;
	left:0px;
	bottom:0px;
	background:linear-gradient(0deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.0));
	height:90px;
	border-radius:0px 0px 15px 15px;
}
.story-title {
	display:inline-block;
	width:100%;
	font-size:18px;
	line-height:1.5;
	margin-top:15px;
	margin-bottom:15px;
}
.story-author-name {
	font-weight:500;
}
.story-card .card-meta-text-col, 
.story-card .card-meta-text-col p {
	font-size:14px;
	line-height:18px;
}
.event-card.story-card .card-meta-text-col p,
.event-card.story-card .venue-card-excerpt {
	font-size:15px;
}
.story-card .venue-card-excerpt {
	margin-bottom:0;
	font-size:14px;
	line-height:1.8;
}

@media(min-width:768px) and (max-width:1024px) and (orientation:landscape) {
	
	/* Shows */
	.show {
		width:180px;
		margin-bottom:0px;
	}
	.show-thumbnail {
		height:180px;
	}
	.show-title {
		font-size:16px;
	}
	.mobile-slider {
		width: 100vw;
		margin-left:-5vw;
		padding-left:5vw;
		padding-right:5vw;
		display: inline-block;
		overflow-x: scroll;
		overflow-y: hidden;
		white-space: nowrap;
		scrollbar-width: none;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: none;
		float: left;
	}
	.mobile-slider::-webkit-scrollbar {
		width: 0;  /* Remove scrollbar space */
		background: transparent;  /* Optional: just make scrollbar invisible */
	}
	.mobile-slider .show {
		display:inline-block;
		height:auto;
		white-space:normal;
		vertical-align:top;
		float:none;
	}
	.mobile-slider .story-card {
		display:inline-block;
		height:auto;
		white-space:normal;
		vertical-align:top;
		float:none;
	}
	
	
	/* Stories Archive Loops */
	.post-loop .story-card {
		width:calc(33.333% - 13.333px);
	}
	.post-loop .story-card:nth-child(3) {
		margin-right:0;
	}
	.mobile-slider.post-loop .story-card:nth-child(3) {
		margin-right:20px;
	}
	
	
	/* Single Post Related Articles */
	.single .post-loop .story-card:nth-child(3) {
		display:none;
	}
}

@media(min-width:768px) and (max-width:1024px) and (orientation:portrait) {
	
	/* ----- Intro ----- */
	.social-follow {
		display:none;
	}
	.stories-intro-col-2 {
		position:absolute;
		top:15px;
		right:0;
	}
	
	/* Featured */
	.featured-story:nth-child(1) {
		width:100%;
		margin-right:0;
		height:500px;
		margin-bottom:20px;
	}
	.featured-story:nth-child(2) {
		width:calc(50% - 10px);
		margin-right:20px;
		height:250px;
		margin-bottom:0;
	}
	.featured-story:nth-child(3) {
		width:calc(50% - 10px);
		height:250px;
	}
	
	/* Shows */
	.show {
		width:180px;
		margin-bottom:0px;
	}
	.show-thumbnail {
		height:180px;
	}
	.show-title {
		font-size:16px;
	}
	.mobile-slider {
		width: 100vw;
		margin-left:-5vw;
		padding-left:5vw;
		padding-right:5vw;
		display: inline-block;
		overflow-x: scroll;
		overflow-y: hidden;
		white-space: nowrap;
		scrollbar-width: none;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: none;
		float: left;
	}
	.mobile-slider::-webkit-scrollbar {
		width: 0;  /* Remove scrollbar space */
		background: transparent;  /* Optional: just make scrollbar invisible */
	}
	.mobile-slider .show {
		display:inline-block;
		height:auto;
		white-space:normal;
		vertical-align:top;
		float:none;
	}
	.mobile-slider .story-card {
		display:inline-block;
		height:auto;
		white-space:normal;
		vertical-align:top;
		float:none;
	}

	/* Stories */
	.story-card {
		width:calc(50% - 10px);
		margin-right:20px;
		margin-bottom:30px;
	}
	.story-card:nth-child(2n) {
		margin-right:0;
	}
	.story-thumbnail {
		height:250px;
	}
	
	.mobile-slider .story-card:nth-child(2n) {
		margin-right:20px;
	}
	.mobile-slider .story-card:last-child {
		margin-right:0;
	}
}

@media(max-width:767px) {
	
	/* ----- Intro ----- */
	.social-follow {
		display:none;
	}
	.stories-social-links a {
		margin-left:15px;
	}
	.stories-intro-col-2 {
		position:absolute;
		top:3px;
		right:0;
	}
	
	
	.post-loop .desktop {
		display:none;
	}
	.stories-section {
		margin-top:60px;
	}
	.stories-view-all {
		font-size:14px;
	}
	.view-all-arrow {
		width:15px;
	}
	
	/* Featured */
	.featured-story:nth-child(n) {
		width:100%;
		margin-right:0;
		height:260px;
		margin-bottom:20px;
		padding:20px;
	}
	.featured-story:last-child {
		margin-bottom:0;
	}
	.featured-story:nth-child(n) h2 {
		font-size:18px;
	}
	.featured-story:nth-child(n) .card-meta-text-col p {
		font-size:13px;
	}
	.featured-story:nth-child(1) .card-meta-icon-col {
		width:20px;
		margin-right:7px;
	}
	.featured-story:nth-child(1) .card-meta-icon-col img {
		width:100%;
		height:auto;
	}
	
	/* Shows */
	.show {
		width:160px;
		margin-bottom:0px;
	}
	.show-title {
		font-size:16px;
	}
	.mobile-slider {
		width: 100vw;
		margin-left:-5vw;
		padding-left:5vw;
		padding-right:5vw;
		display: inline-block;
		overflow-x: scroll;
		overflow-y: hidden;
		white-space: nowrap;
		scrollbar-width: none;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: none;
		float: left;
	}
	.mobile-slider::-webkit-scrollbar {
		width: 0;  /* Remove scrollbar space */
		background: transparent;  /* Optional: just make scrollbar invisible */
	}
	.mobile-slider .show {
		display:inline-block;
		height:auto;
		white-space:normal;
		vertical-align:top;
		float:none;
	}
	.mobile-slider .story-card {
		display:inline-block;
		height:auto;
		white-space:normal;
		vertical-align:top;
		float:none;
	}
	
	/* Stories */
	.story-card {
		width:100%;
		margin-right:0px;
		margin-bottom:30px;
		display:inline-block;
		clear:both;
	}
	.story-card:last-child {
		margin-bottom:0;
	}
	.story-thumbnail-wrapper {
		width:120px;
		height:auto;
		display:inline-block;
		float:left;
		margin-right:15px;
	}
	.story-thumbnail {
		width:120px;
		height:120px;
	}
	.story-card .tag-gradient {
		display:none;
	}
	.story-meta {
		display:inline-block;
		float:left;
		width:calc(100% - 135px);
	}
	.story-card .type-tag.mobile {
		display:inline-block;
		position:relative;
		left:0;
		bottom:0;
		font-size:12px;
	}
	.story-title {
		font-size:16px;
		margin:10px 0;
	}
	.story-card .card-meta-text-col, 
	.story-card .card-meta-text-col p {
		font-size:12px;
	}
	.event-card.story-card .card-meta-text-col p,
	.event-card.story-card .venue-card-excerpt {
		font-size:12px;
	}
	.story-card .read-time {
		display:none;
	}
	
	/* Portrait Cards */
	.story-card.portrait {
		width:240px;
		margin-right:20px;
		margin-bottom:0px;
		display:inline-block;
		clear:both;
	}
	.story-card.portrait:last-child {
		margin-right:0;
	}
	.story-card.portrait .story-thumbnail-wrapper {
		width:100%;
		height:auto;
		display:inline-block;
		float:left;
		margin-right:0px;
	}
	.story-card.portrait .story-thumbnail {
		width:100%;
		height:180px;
	}
	.story-card .tag-gradient {
		display:none;
	}
	.story-card.portrait .story-meta {
		display:inline-block;
		float:left;
		width:100%;
	}
	.story-card.portrait .type-tag.mobile {
		display:none;
	}
	.story-card.portrait .type-tag.desktop {
		display:inline-block;
		font-size:12px;
	}
	.story-card.portrait .tag-gradient {
		display:inline-block;
	}
	.portrait.event-card.story-card .card-meta-text-col p,
	.portrait.event-card.story-card .venue-card-excerpt {
		font-size:13px;
	}
	.portrait.event-card.story-card .card-meta-icon-col img {
		max-height:15px;
	}
	
}


/*--------------------- Venue Cards ---------------------*/

.venue-card {
	display:inline-block;
	float:left;
	width:100%;
	height:auto;
	box-sizing:border-box;
	margin-bottom:30px;
	transition:all .2s linear;
}
.venue-card:hover .link-wrap {
	box-shadow:0 3px 5px rgba(0,0,0,0.1);
}
.venue-card .link-wrap {
	padding:20px;
	display:inline-block;
	float:left;
	width:100%;
	background-color:#fff;
	border:1px solid #e3e3e3;
	border-radius:10px;
	transition:all .2s linear;
	position:relative;
}
.venue-card.featured .link-wrap {
	border-color:#35ac6a;
}
.venue-card h2 {
	font-size:22px;
	margin-bottom:0px;
}
.venue-card-text-col {
	display:inline-block;
	float:left;
	width:calc(100% - 155px);
	padding-right:15px;
	box-sizing:border-box;
}
.venue-card-image-col {
	display:inline-block;
	float:left;
	width:155px;
	overflow:hidden;
	border-radius:10px;
}
.venue-card-image-col img {
	object-fit:cover;
	height:155px;
	width:100%;
}
.venue-card-excerpt {
	font-size:16px;
	margin-top:15px;
	width:100%;
	margin-bottom:0;
	display:inline-block;
	width:100%;
	float:left;
	line-height:1.8;
}


@media (max-width:1024px) {
	.venue-card {
		margin-bottom:20px;
	}
	.venue-card .link-wrap {
		padding:15px;
	}
	.venue-card-text-col {
		width:calc(100% - 155px);
		padding-right:25px;
	}
	.venue-card .card-meta-info {
		margin-top:15px;
	}
	.venue-card-image-col {
		width:155px;
	}
	.venue-card-image-col img {
		height:155px;
	}
}

@media(min-width:768px) and (max-width:1024px) and (orientation:portrait) {
	.venue-card h2 {
		font-size:20px;
		line-height:1.4;
	}
	.venue-card .venue-card-excerpt,
	.venue-card .card-meta-text-col, 
	.venue-card .card-meta-text-col p {
		font-size:14px;
	}
}
@media(max-width:767px) {
	.venue-card h2 {
		font-size:16px;
		line-height:1.4;
	}
	.venue-card-excerpt {
		font-size:12px;
	}
}

/*--------------------- 20. Story Post Template ---------------------*/

.related-stories {
	margin-bottom:80px
}
.related-stories .stories-section:nth-child(1) {
	margin-top:40px;
}

@media(min-width:768px) and (max-width:1024px) and (orientation:landscape) {
	
	/* Single Post Related Articles */
	.single .post-loop .story-card:nth-child(3) {
		display:none;
	}
}

@media(max-width:767px) {
	.related-stories .stories-section:nth-child(1) {
		margin-top:0;
	}
}


/*--------------------- 21. Flexible Content ---------------------*/
.flexible-standard-content p:last-child {
	margin-bottom: 0;
}

.flexible-standard-content {
	margin-bottom: 50px;
	display: inline-block;
}


.flexible-image-grid {
	display: inline-block;
	width: 100%;
	float: left;
	margin-bottom: 50px;
}


.flexible-image-grid a {
	width: calc(50% - 10px);
	margin-right: 20px;
	margin-bottom: 20px;
	display: inline-block;
	float: left;
	object-fit: cover;
	height: 400px;
}
.flexible-image-grid img {
	width: 100%;
	object-fit: cover;
	height: 100%;
}

.flexible-image-grid a:nth-child(n+3) {
	margin-bottom: 0;
}

.flexible-image-grid a:nth-child(2n) {
	margin-right: 0;
}

.flexible-fullwidth-image {
	display: inline-block;
	width: 100%;
	float: left;
	margin-bottom: 50px;
	margin-top: 25px;
}

.flexible-fullwidth-image img {
	width: 100%;
	height: auto;
}

.flexible-fullwidth-image .flexible-attribution {
	padding: 10px;
}


.flexible-half-image {
	display: inline-block;
	width: 100%;
	float: left;
	margin-bottom: 50px;
}

.flexible-half-image .flexible-col-1 {
	width: calc(50% - 25px + 100px);
	margin-left: -100px;
	display: inline-block;
	float: left;
	margin-right: 50px;
}

.flexible-half-image img {
	width: 100%;
	height: auto;
}

.flexible-half-image .flexible-attribution {
	padding: 10px;
}

.flexible-half-image .flexible-col-2 {
	width: calc(50% - 25px);
	display: inline-block;
	float: left
}

.flexible-half-social {
	display: inline-block;
	width: 100%;
	float: left;
	margin-bottom: 50px;
}

.flexible-half-social .flexible-col-1 {
	width: calc(70% - 25px);
	display: inline-block;
	float: left;
	margin-right: 50px;
}

.flexible-half-social .flexible-col-2 {
	width: calc(30% - 25px + 100px);
	margin-right: -100px;
	display: inline-block;
	float: left
}

.flexible-half-post-card {
	display: inline-block;
	width: 100%;
	float: left;
	margin-bottom: 50px;
}

.flexible-half-post-card .flexible-col-1 {
	width: calc(70% - 25px);
	display: inline-block;
	float: left;
	margin-right: 50px;
}

.flexible-half-post-card .flexible-col-2 {
	width: calc(30% - 25px + 100px);
	margin-right: -100px;
	display: inline-block;
	float: left
}
.flexible-half-post-card .flexible-col-2 .story-card {
	width:100%;
	margin-right:0;
	max-width:400px;
}
.flexible-half-post-card .flexible-col-2 .story-card .story-thumbnail {
	height:250px;
}
.flexible-half-post-card .flexible-col-2 .product-card .story-meta {
	text-align:center;
}
.flexible-half-post-card .flexible-col-2 .product-card .story-thumbnail {
	min-height:300px;
	border-radius:0;
}
.flexible-half-post-card .flexible-col-2 .product-card h3 {
	margin-bottom:10px;
}
.flexible-half-post-card .flexible-col-2 .product-card .merch-price {
	margin-bottom:0;
	font-weight:500;
	line-height:18px;
}
	
@media(min-width:768px) and (max-width:1024px) and (orientation:portrait) {
.flexible-half-post-card .flexible-col-2 .product-card .story-thumbnail {
	min-height:325px;
	border-radius:0;
}
}


@media (min-width:768px) and (max-width:1024px) and (orientation:landscape) {
	.flexible-half-image .flexible-col-1 {
		width: calc(50% - 25px + 35px);
		margin-left: -35px;
	}
	
	.flexible-half-social .flexible-col-1 {
		width: calc(60% - 25px);
	}

	.flexible-half-social .flexible-col-2 {
		width: calc(10% - 25px + 35px);
		margin-right: -35px;
	}
	
	.flexible-half-post-card .flexible-col-1 {
		width: calc(60% - 25px);
	}

	.flexible-half-post-card .flexible-col-2 {
		width: calc(40% - 25px + 35px);
		margin-right: -35px;
	}
}

@media (min-width:768px) and (max-width:1024px) and (orientation:portrait) {
	.flexible-image-grid a {
		height: 325px;
	}
	
	.flexible-half-image .flexible-col-1 {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 50px;
	}

	.flexible-half-image .flexible-col-2 {
		width: 100%;
		font-size: 18px;
	}
	
	.flexible-half-social .flexible-col-1 {
		width: 100%;
		margin-right: 0;
		margin-bottom: 50px;
		font-size: 18px;
	}

	.flexible-half-social .flexible-col-2 {
		width: 100%;
		margin-right: 0;
	}

	.flexible-half-post-card .flexible-col-1 {
		width: 100%;
		margin-right: 0;
		margin-bottom: 35px;
		font-size: 18px;
	}

	.flexible-half-post-card .flexible-col-2 {
		width: 100%;
		margin-right: 0;
	}

	.flexible-half-post-card .post-card {
		width: 100%;
		margin: 0;
	}

	.flexible-post-card .post-card-inner .entry-content {
		margin-top: 10px;
	}

	.flexible-post-card .post-card-inner .post-date {
		margin-top: 10px;
	}

	.flexible-post-card .post-card-inner .meta-product-price {
		margin-top: 10px;
		line-height: 20px;
	}

	.flexible-post-card .post-card-inner .event-date {
		margin-top: 10px;
	}

	.flexible-post-card .post-card-inner .event-date-time {
		margin-top: 10px;
	}

	.flexible-post-card .post-card-inner .venue-type {
		margin-top: 10px;
	}

	.flexible-half-post-card article .ast-blog-featured-section.post-thumb {
		padding: 14px 14px 14px 0px;
	}

	.meta-product-category,
	.archive-post-location {
		line-height: 16px;
		margin-top: 3px;
		margin-bottom: 13px !important;
	}
}



@media (max-width:767px) {
	.flexible-standard-content {
		margin-bottom: 35px;
	}

	.flexible-image-grid {
		margin-bottom: 35px
	}

	.flexible-image-grid a {
		width: calc(50% - 8px);
		margin-right: 16px;
		margin-bottom: 16px;
		height: 150px;
	}
	
	.flexible-fullwidth-image .flexible-attribution {
		font-size: 14px;
	}

	.flexible-fullwidth-image {
		margin: 5px 0px 20px;
	}
	
	.flexible-half-image {
		margin-bottom: 35px;
		margin-top: 5px;
	}

	.flexible-half-image .flexible-col-1 {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 20px;
	}

	.flexible-half-image .flexible-col-2 {
		width: 100%;
		font-size: 16px;
	}

	.flexible-half-image .flexible-attribution {
		font-size: 14px;
	}
	
	.flexible-half-social {
		margin-bottom: 35px
	}

	.flexible-half-social .flexible-col-1 {
		width: 100%;
		margin-right: 0;
		margin-bottom: 35px;
		font-size: 16px;
	}

	.flexible-half-social .flexible-col-2 {
		width: 100%;
		margin-right: 0;
	}

	.flexible-half-post-card {
		margin-bottom: 35px
	}

	.flexible-half-post-card .flexible-col-1 {
		width: 100%;
		margin-right: 0;
		margin-bottom: 25px;
		font-size: 16px;
	}

	.flexible-half-post-card .flexible-col-2 {
		width: 100%;
		margin-right: 0;
	}

	.flexible-half-post-card .post-card {
		width: 100%;
		margin: 0;
	}

	.flexible-post-card .post-card-inner .post-date {
		margin-top: 0px;
	}

	.flexible-post-card .post-card-inner .meta-product-price {
		margin-top: 0px;
	}
}



/* Post Comments */
.required-field-message {
	display:none;
}
.post-comments {
	margin-bottom: 50px;
}

.comments-count-wrapper {
	display: none;
}

.comments-area {
	border-top: none;
	margin-top: 0
}

.ast-comment {
	border: 1px solid #e5e5e5 !important;
	border-radius: 7.5px;
	padding: 20px 20px 15px;
	margin-top: 20px;
}

.ast-comment-cite-wrap b,
.ast-comment-cite-wrap span,
.ast-comment-time span {
	text-transform: none;
}

.ast-comment-avatar-wrap {
	width: 32px;
	margin-right: 10px;
	margin-bottom:15px;
}

.ast-comment-meta-wrap {
	width: calc(100% - 42px);
}
.ast-comment-meta {
	padding:0 !important;
}

.ast-col-lg-12 {
	width: auto;
	display: inline-block;
	padding-left: 0px;
	padding-right: 0px;
}

.ast-comment-time {
	float: right;
	text-align: right;
	max-width: 50%;
}

.ast-comment-cite-wrap {
	max-width: 50%;
}

.ast-comment-time .timendate,
.ast-comment-time .timendate a {
	margin-right: 0px;
	font-size: 16px;
	font-weight: 400;
	color: #808080
}

.comment-awaiting-moderation {
	font-size: 16px;
	font-weight: 400;
	color: #808080
}

.ast-comment-cite-wrap b,
.ast-comment-cite-wrap a {
	font-size: 16px;
	font-weight: 600;
}

.ast-comment-time .timendate a {
	margin-top: 7px;
	display: inline-block;
	float: left
}

.ast-comment-cite-wrap b {
	margin-top: 3px;
	display: inline-block;
	float: left
}

.ast-comment-meta-wrap {
	padding-bottom: 15px;
}

.ast-comment-content p {
	margin-bottom: 15px;
}

.ast-comment-list .ast-comment-edit-reply-wrap span a {
	font-size: 14px;
}

.ast-comment-content p {
	line-height: 1.5;
}

.comment-form-textarea {
	width: 100%;
	border-radius: 7.5px;
}

.comment-form-textarea textarea#comment {
	border-radius: 7.5px 7.5px 0px 7.5px;
	width: 100% !important;
	max-width: 100% !important;
	min-width: 100% !important;
	height: 62px;
	margin-bottom: 20px;
	background-color: #fff
}

#comments .submit {
	color: #fff
}

.ast-comment-list a#cancel-comment-reply-link {
	float: right;
	font-size: 14px;
	padding-top: 5px;
}

.comments-area .comment-notes,
.comments-area .comment-textarea,
.comments-area .form-allowed-tags {
	margin-bottom: 10px;
}

.comments-area .ast-col-lg-4 {
	padding-left: 0px;
	padding-right: 0px;
	padding-right: 20px;
	margin-bottom: 10px;
}

.comments-area .ast-col-lg-4:nth-child(2) {
	padding-right: 0px;
}

.comment-form-cookies-consent {
	margin-bottom: 20px;
}

.comment-notes,
.comment-form-cookies-consent {
	font-size: 16px;
}

.comments-area .ast-comment-formwrap .ast-col-lg-4 input {
	border-radius: 5px;
	background-color: #fff;
}

.comments-area .ast-row {
	margin: 0px;
}

.comment-reply-title {
	font-weight: 600;
	color: #35ac6a;
	font-size: 22px;
	margin-bottom: 10px;
}

#comments .submit {
	padding: 15px 20px;
	border-radius: 5px;
	line-height: 1;
}

.pingback p {
	margin-bottom: 0px;
}

.comments-area #wp-comment-cookies-consent {
	margin-right: 5px;
}

.comments-area .ast-col-lg-4 {
	width: 50%;
}

.comments-area textarea#comment {
	height: 62px;
	border-radius: 5px;
	min-width: 100%;
	max-width: 100%;
	max-height: 600px;
	margin-bottom: 18px;
	background-color: #fff;
	margin-top: 5px;
}

.comment-form-comment label {
	display: none;
}

.comments-title {
	display: inline-block;
}

.post-comments {
	display: inline-block;
	margin-top: 0px;
	width: 100%;
	float: left;
}

@media (max-width:767px) {
	.ast-comment-avatar-wrap img {
		max-width: 100%;
	}

	.comments-area .ast-col-lg-4 {
		padding-right: 0px;
		margin-bottom: 5px;
	}

	.comment-form-cookies-consent,
	.comment-form-textarea textarea#comment {
		margin-bottom: 15px;
	}

	.ast-comment-avatar-wrap {
		width: 10%;
		margin-right: 4%;
	}

	.ast-comment-meta-wrap {
		width: 86%
	}

	.ast-comment-time .timendate,
	.ast-comment-time .timendate a {
		font-size: 12px;
		display: inline-block;
		line-height: 1.5;
	}

	.comments-area textarea#comment {
		font-size: 16px;
		height: 60px;
		min-height:60px;
	}

	.comment-notes #email-notes {
		display: block;
	}

	.comments-title {
		display: block;
		margin-bottom: 10px;
		margin-top: 10px;
	}
}

@media (max-width:768px) {
	.ast-comment-avatar-wrap {
		width: 6%;
		margin-right: 2%;
	}

	.ast-comment-meta-wrap {
		width: 92%
	}

	.comment-reply-title {
		font-size: 18px;
		margin-top: 15px;
	}

	.ast-comment-list a#cancel-comment-reply-link {
		padding-top: 0px;
	}

	.comment-notes,
	.comment-form-cookies-consent {
		font-size: 14px;
	}

	.post-comments {
		margin-bottom: 50px;
	}

	.comments-area .ast-col-lg-4 {
		width: 48%;
		margin-right: 4%;
	}

	.comments-area .ast-col-lg-4:nth-child(2) {
		margin-right: 0;
	}
}

	
	
/*--------------------- 23. Off-canvas Neighborhood Nav ---------------------*/
.responsive-menu-open,
.responsive-menu-open body {
	overflow:hidden;
}

.neighborhood-nav-icon {
	width:15px;
	height:auto;
	display:inline-block;
	float:left;
	margin-right:8px;
}
#menu-item-29589 a {
	color:#35ac6a;
	font-weight:600;
}

.neighborhood-navigation {
	text-align:center;
}

.neighborhood-links {
	float:left;
}

.off-canvas-nav {
	height:100vh;
	width:100vw;
	position:fixed;
	right:0;
	top:0;
	max-width:650px;
	z-index:200005;
	background-color:#fff;
	padding:75px;
	box-sizing:border-box;
	transition: right .5s ease;
	overflow-y:scroll;
}	
.off-canvas-nav.closed {
	right:-650px;
	left:100vw;
	transition: right .5s ease;
}

.off-canvas-nav .neighborhood-navigation {
	margin-top:0;
	border-top:none;
	padding:0;
}

.off-canvas-nav .neighborhood-links {
	column-count:2;
}

.neighborhood-navigation .container-wide {
	margin-top:0 !important;
	display:inline-block;
	clear:both;
	text-align:left;
}

.neighborhood-close {
	width:20px;
	height:20px;
	position:absolute;
	top:40px;
	right:40px;
	z-index:200006;
	cursor:pointer;
}

.mobile-neighborhood-nav {
	display:none;
}

.neighborhood-links:empty {
	display:none;
}


@media(max-width:949px) {
	.mobile-neighborhood-nav {
		display:inline-block;
	}
	.mobile-neighborhood-nav.neighborhood-nav-icon {
		position:absolute;
		width:20px;
		top:32px;
		right:80px;
		margin-right:0;
		cursor:pointer;
	}
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1180px) and (orientation: portrait) {
	nav#primary-site-navigation {
		margin-right:165px;
	}
	
	
	.home nav#primary-site-navigation {
		margin-right:135px;
	}
	.mobile-neighborhood-nav.neighborhood-nav-icon {
		top:22px;
	}
	
}

@media(max-width:767px) {
	#primary-site-navigation {
		margin-right:146px;
	}
	.home #primary-site-navigation {
		margin-right:108px;
	}
	.mobile-neighborhood-nav.neighborhood-nav-icon {
		top:17px;
		right:70px
	}
	.off-canvas-nav {
		padding:25px;
	}
	.neighborhood-close {
		top:20px;
		right:27px;
	}
	.off-canvas-nav  .neighborhood-navigation h3 {
		margin-bottom:20px;
	}
}









/* Dec 2022 Ideas */

/* Filter styling on events + releases archives */
.fs-wrap .fs-dropdown .fs-options {
    max-height:80vh;
}
.fs-dropdown {
    min-width:190px;
    box-shadow:0px 5px 5px rgb(0 0 0 / 5%);
    border:1px solid #ddd !important;
}
.fs-wrap.multiple .fs-option .fs-checkbox i {
    border-radius:1000px !important;
}



/* Post Image Captions */

figure.wp-caption {
	width:100%;
	margin-bottom:25px;
}

.wp-caption-text {
	margin: 0;
    padding: 10px 0 0 10px;
    font-size: 14px;
    opacity: 0.6;
	font-weight: 400;
    color: rgb(41,41,41);
    font-size: 17px;
    word-break: break-word;
	Font-family: "Graphik", "Proxima Nova", sans-serif;
	text-align:left;
}

.venue-map-left-pane .wp-caption-text {
	padding: 10px 35px 0 35px;
}


.ml-form-embedContainer .ml-form-embedWrapper {
	background:none !important;
	border:none !important;
}
.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody, .ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody {
	padding:0 !important;
}
.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit {
	margin-top:10px !important;
}

.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent h4, .ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent h4 {
	color:#fff !important;
	font-weight:600 !important;
	font-family:'Proxima Nova' !important;
}