/*
Theme Name: Grand Lodge of Washington a 1
*/
h1,
h2,
h3,
h4 {
	font-family: 'Merriweather', serif;
	font-weight: bold;
}
h2 {
	font-size: 40px;
}
.btn:hover, .btn:focus {
	color: #fff;
}
.tagline {
	font-family: 'Merriweather', serif;
	font-weight: normal;
	font-size: 3em;
	padding-left: 15px;
	padding-right: 15px;
}
.banner-overlay {
	font-family: 'Merriweather', serif;
	font-weight: normal;
}
.list-inline {
	text-align: center;
}
.navbar .navbar-nav.mobile-dropdown>li>a {
	text-align: center;
	color: #fff;
	justify-content: center;
}
.navbar .navbar-nav.mobile-dropdown>li>a:focus,
.navbar .navbar-nav.mobile-dropdown>li>a:hover {
	color: #000;
}
.embed iframe {
	margin-bottom: 30px;
}
.newsletters {
	text-align: center;
	padding: 10px;
}
.newsletters img {
	border: 1px solid #000;
	margin: 15px auto;
}
/* Brand Slid er */
#brands {
	background: #000;
}
.brand-box {
	padding: 20px;
}
/* === Interior Pages === */
.fh5-light-box {
	top: 50% !important;
	left: 50% !important;
	transform: translate(-50%, -50%);
	position: fixed !important;
	width: calc(100vw - 50px) !important;
	max-width: 1550px;
}
.fh5-iframe {
	width: 100%;
	height: calc(100vh - 110px);
}
.gallery-section-heading {
	margin-bottom: 30px;
}
.gallery-row {
	flex-wrap: wrap;
	column-gap: 60px;
	row-gap: 60px;
	margin-bottom: 30px;
	justify-content: center;
}
.gallery-row .col {
	flex: 0 1 400px;
}
.gallery-row .item {
	display: flex;
	column-gap: 20px;
	flex-direction: column;
	align-items: center;
	text-align: center;
	margin-bottom: 60px;
}
.gallery-row .item p {
	margin: 10px 0;
}
.gallery-row .image {
	flex: 0 1 120px;
}
.media.pull-left {
	max-width: 100%;
	width: 600px;
	margin-right: 20px;
}
/* Officers Page */
.officers-sections {
	margin-bottom: 30px;
}
.officers-sections h2 {
	text-align: center;
}
.officers-sections .sections {
	display: flex;
	column-gap: 50px;
	justify-content: space-between;
}
.officers-sections .section {
	flex: 1 1 50%;
	border: none;
	padding-top: 0;
}
.officer {
	font-size: 18px;
	padding: 8px 0 8px 8px;
	align-items: center;
}
.officer:nth-child(even) {
	background-color: #f1f1f1;
}
.officer .col {
	flex: 0 1 auto;
}
.officer .col.name-row {
	flex-basis: 220px;
}
.officer .name {
	flex-basis: 180px;
}
.officer .rank {
	flex-basis: 150px;
	text-align: center;
	padding: 0 50px;
}
.officer .position {
	flex-basis: 200px;
}
/* Newsletter Page */
.flipbook-sections h2 {
	text-align: center;
	margin: 30px 0;
}
.flipbook-sections .section {
	padding: 0;
	border: none;
}
.flipbook-sections .flipbooks {
	flex-wrap: wrap;
	column-gap: 50px;
	row-gap: 50px;
	align-items: flex-end;
}
.flipbook-sections .flipbook {
	flex: 0 1 calc(25% - 37.5px);
	text-align: center;
}
.flipbook-sections .flipbook .heading {
	margin-top: 10px;
}
.tab-container {
	background-color: #f1f1f1;
	padding-bottom: 30px;
}
.tab-container .tab-content {
	padding: 0 15px;
}
.tab-container .tab-content>div:not(:first-child) {
	display: none;
}
.tab-container .tabs {
	overflow: hidden;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
}
.tab-container .tabs li {
	display: block;
	flex: 1 0 auto;
}
.tab-container .tabs li a {
	display: block;
	position: relative;
	background: inherit;
	text-decoration: none;
	transition: all .35s ease;
	text-align: center;
	padding: 8px;
	font-size: 18px;
	font-weight: 400;
	border-bottom: 2px solid;
}
/* Contact Page */
.social a:last-child {
	border: none;
}
.contact-information {
	column-gap: 50px;
	row-gap: 50px;
}
.contact-information .business-info {
	margin-top: 0;
}
.contact-information h2 {
	font-size: 32px;
	margin-bottom: 10px;
}
.contact-information .col {
	flex: 0 1 calc(50% - 25px);
}
.contact-information .hours {
	margin: 0;
	text-align: center;
	font-size: 16px;
}
.map iframe {
	width: 100%;
	height: 350px;
}
.staff-contacts .contact {
	margin: 15px 0;
}
.staff-contacts .contact .heading {
	font-weight: 700;
}
.staff-contacts .contact p {
	margin: 0;
}
#contact-page-form h2 {
	text-align: center;
}
/* Charities Page */
.charity {
	column-gap: 50px;
	row-gap: 50px;
	margin-bottom: 65px;
}
.charity .image-col {
	flex: 1 0 40%;
	order: 0;
}
.charity .content {
	flex: 0 1 auto;
	order: 1;
}
.charity:nth-child(even) .image-col {
	order: 2;
}
.charity .link {
	text-align: center;
}
.logo {
	padding-left: 30px;
}
/* === Media Queries === */
@media screen and (max-width: 991px) {
	ul.mobile-dropdown {
		height: 500px;
		overflow-y: scroll;
	}
	.media.pull-left {
		float: none !important;
		margin: 20px auto;
	}
	.officers-sections .sections {
		flex-direction: column;
	}
	.officer {
		text-align: center;
	}
	.officer .rank {
		padding: 0 3px;
	}
	.officers-sections .sections, .officers .flex-row, .contact-information .col, .gallery-row .item, .charities-section-inner .flex-row {
		display: block !important;
	}
	.charities-section-inner .image-col {
		margin-bottom: 40px;
	}
	.gallery-row .col {
		width: 33.33%;
		float: left;
		margin: 20px 0px;
	}
}
.embed-section {
	margin-bottom: 50px;
}
/* Become A Member Form */
#form-section {
	margin-bottom: 30px;
}
#form-section .form {
	max-width: 800px;
	margin: 0 auto;
}
#form-section .gform_fields {
	display: flex;
	flex-wrap: wrap;
	column-gap: 16px;
}
#form-section .gfield {
	margin: 0;
	padding: 0;
	flex: 0 1 100%;
	margin-bottom: 8px;
}
#form-section .gfield .ginput_container {
	margin: 0;
}
#form-section .gfield .ginput_container input {
	margin: 0;
	padding: 6px 12px;
	font-size: 16px;
	line-height: 1.42;
	border-radius: 4px;
}
#form-section .gfield[class*="w-"] {
	display: inline-block;
}
#form-section .gfield[class*="w-"] input {
	width: auto;
}
#form-section .gfield.w-50 {
	flex-basis: calc(50% - 8px);
}
#form-section .gfield.w-50 input {
	width: 100%;
}
#form-section .gfield.w-auto {
	flex-basis: auto;
}
#form-section .gform_button {
	border: none;
	text-transform: uppercase;
	font-weight: bold;
	width: 100%;
	margin: 0;
}
#form-section .ginput_container_address {
	display: flex;
	flex-wrap: wrap;
	column-gap: 16px;
}
#form-section .ginput_container_address .ginput_full {
	flex-basis: 100%;
	margin-right: 0;
	padding-right: 0;
	margin-bottom: 8px;
}
#form-section .ginput_container_address .ginput_left,
#form-section .ginput_container_address .ginput_right {
	flex-basis: calc(33.33% - 10.66px);
	margin-right: 0;
	padding-right: 0 !important;
}
#form-section div.ginput_container_name {
	display: flex;
	flex-wrap: wrap;
	column-gap: 16px;
	width: 100%;
}
#form-section div.ginput_container_name span {
	padding: 0;
	margin: 0;
	max-width: calc(33.33% - 10.66px);
	flex: 0 1 calc(33.33% - 10.66px);
}
#form-section select {
	padding: 5.5px;
	border: 2px inset #767676;
	font-size: 16px;
	line-height: 1.42;
	border-radius: 4px;
	margin-top: 0;
}
#form-section .gfield_label {
	display: block !important;
	margin: 0 0 4px;
}
#form-section .gform_description {
	font-size: 30px;
}
#form-section .gsection {
	border-bottom-color: #dedede;
	margin-bottom: 10px;
	margin-top: 20px;
}
#form-section .gsection_title {
	text-align: left;
	color: inherit;
	font-size: 24px;
}
#form-section .gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label,
#form-section .gform_wrapper .field_sublabel_below div[class*=gfield_time_].ginput_container label {
	margin-top: 2px;
	margin-bottom: 0;
}
#form-section .gform_wrapper {
	margin-top: 0;
}
#form-section .gform_description,
#form-section .gform_heading {
	margin-bottom: 0;
}
#form-section .gform_footer {
	padding: 0;
	margin: 8px 0 0;
}
@media screen and (max-width: 767px) {
	.contact-information {
		flex-direction: column;
	}
	.gallery-row .item {
		flex-basis: 100%;
	}
}
@media screen and (max-width: 641px) {
	.entry-title {
		font-size: 35px;
	}
	h1 {
		font-size: 32px;
	}
	h2 {
		font-size: 28px;
	}
	span.sub-heading {
		font-size: 28px;
	}
	#form-section div.ginput_container_name span {
		flex-basis: 100%;
		max-width: 100%;
		margin-bottom: 8px;
	}
	#form-section .gfield.w-50 {
		flex-basis: 100%;
	}
	#form-section .ginput_container_address .ginput_left,
	#form-section .ginput_container_address .ginput_right {
		flex-basis: 100%;
	}
}
/* Heritage Header */
.header-wrap {
	position: relative;
	z-index: 1;
}
header {
	background-color: #fff;
	padding: 10px 0;
}
.flex-row {
	display: -webkit-box;
	/* OLD - iOS 6-, Safari 3.1-6, BB7 */
	display: -ms-flexbox;
	/* TWEENER - IE 10 */
	display: -webkit-flex;
	/* NEW - Safari 6.1+. iOS 7.1+, BB10 */
	display: flex;
}
.header-row {
	-ms-align-items: center;
	align-items: center;
}
.header-row .col.logo {
	flex: 0 1 250px;
}
.flex-row.c2a {
	justify-content: flex-end;
}
.flex-row.c2a a.btn {
	margin-bottom: 0;
	margin-left: 20px;
}
/* = CALL TO ACTION = */
#c2a {
	text-align: center;
	padding: 5px 0;
	font-size: 16px;
	color: #fff;
}
#c2a a {
	color: #fff;
}
#c2a a:focus,
#c2a a:hover {
	text-decoration: none;
	color: #999;
}
.hours {
	margin: 0 30px;
}
/* = NAVIGATION = */
.navbar-default {
	list-style: none;
	border-radius: 0;
	border: 0;
	background: transparent;
	text-align: center;
	margin-bottom: 0;
}
.navbar-default .navbar-nav>li>a {
	font-size: 16px;
	color: #000;
	font-weight: normal;
	cursor: pointer;
}
.navbar-nav>li {
	list-style: none;
	padding: 10px;
}
.navbar-default .navbar-nav>li>a:hover {
	color: #dd758c;
	background: transparent;
}
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
	background: transparent;
}
.navbar-default .navbar-nav>li>a:focus {
	color: #dd758c;
	background: transparent;
}
.navbar-toggle {
	background: #dd758c;
}
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
	background: #6d4095;
}
.navbar-default .navbar-toggle .icon-bar {
	background: #fff;
}
.dropdown-menu {
	margin-top: -2px;
	background: transparent;
	box-shadow: none;
	border: none;
	border-radius: 0;
	padding: 0;
}
.dropdown:hover .dropdown-menu {
	display: block;
}
.menu-mobile-drop-down-menu-container {
	display: none;
}
#nav {
	display: none;
	z-index: 11;
}
.head-directions,
.head-phone,
.home-link {
	display: none;
}
/* Centering Nav */
.navbar .navbar-nav {
	display: inline-block;
	float: none;
	margin-bottom: -5px;
	padding: 0;
}
.navbar .navbar-collapse {
	text-align: center;
}
/* = BANNER = */
#banner img {
	width: 100%;
}
.carousel-inner img {
	width: 100%;
}
.carousel-inner {
	border: none;
	box-shadow: none;
}
.carousel.fade {
	opacity: 1;
}
.carousel.fade .item {
	-moz-transition: opacity ease-in-out .7s;
	-o-transition: opacity ease-in-out .7s;
	-webkit-transition: opacity ease-in-out .7s;
	transition: opacity ease-in-out .7s;
	left: 0 !important;
	opacity: 0;
	top: 0;
	position: absolute;
	width: 100%;
	display: block !important;
	z-index: 1;
}
.carousel.fade .item:first-child {
	top: auto;
	position: relative;
}
.carousel.fade .item.active {
	opacity: 1;
	-moz-transition: opacity ease-in-out .7s;
	-o-transition: opacity ease-in-out .7s;
	-webkit-transition: opacity ease-in-out .7s;
	transition: opacity ease-in-out .7s;
	z-index: 2;
}
/* Carousel Controls */
.carousel-control {
	z-index: 8;
	font-size: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
}
/* Carousel Caption */
.carousel-caption {
	text-shadow: none;
	padding: 20px;
}
.carousel-caption span {
	margin-top: 20px;
	display: block;
	font-size: 28px;
	margin-bottom: 20px;
	color: #fff;
	font-weight: bold;
}
.carousel-caption .btn {
	font-size: 18px;
	background: #34429c;
	font-weight: bold;
	text-transform: uppercase;
	border: 3px solid #fff;
}
.carousel-caption .btn:focus,
.carousel-caption .btn:hover {
	border: 3px solid #34429c;
	color: #34429c;
	background: #fff;
}
.btn-p {
	margin: 0 auto;
}
.btn-p a {
	display: flex;
	justify-content: center;
	width: max-content;
	margin: 0 auto;
}
.btn-p a:hover {
	color: #999;
}
/* -- YOUTUBE VIDEO -- */
.youtube {
	position: relative;
	max-width: none;
	margin: 15px auto;
	padding-top: 56%;
}
.youtube iframe, .youtube object, .youtube embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.bottom-sec {
	text-align: center;
}
.bottom-sec img {
	max-height: 400px;
	width: auto;
}
.emailicon {
	margin-left: 5px;
}
.business-info .phone, .business-info .fax {
	margin: 15px auto;
}
.messenger-btn {
	font-size: 20px;
}
.event-tickets{
	width:100%!important;
}
.shortcode .page-header {
  display: none;
}
.shortcode .ee-event-img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.shortcode .event-datetimes ul {
  display: block;
}
.shortcode .event-datetimes li {
  display: block;
  float: none;
  width: auto;
  text-align: center;
}
.shortcode .espresso-venue-dv {
  text-align: center;
}
.shortcode a.lt-grey-text {
  display: inline-block;
  padding: 0 5px;
}
.shortcode .ticket-on-sale {
  padding: 0 5px;
}
.shortcode select {
  display: inline-block;
  margin: 0 5px;
}
.shortcode .tkt-slctr-tbl {
  margin: 20px auto 10px;
}
.shortcode .ticket-selector-submit-btn-wrap {
  text-align: center;
}
.shortcode .event-tickets {
  border: 1px solid;
  width: max-content;
  margin: 0 auto;
  padding: 0px 20px;
}


table.tkt-slctr-tbl tr.tckt-slctr-tbl-tr td{
	padding: 20px!important;
}


/* -- MEDIA QUERIES -- */
@media screen and (max-width: 1199px) {
	#c2a {
		font-size: 12px;
	}
	.navbar-default .navbar-nav>li>a {
		font-size: 14px;
	}
	.hours {
		margin: 0 15px;
	}
	.carousel-caption h2 {
		font-size: 20px;
	}
	.header-row {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.header-row .col.logo {
		flex-basis: auto;
		max-width: 250px;
		margin-bottom: 10px;
	}
}
@media screen and (max-width: 991px) {
	.header-wrap {
		z-index: 16;
	}
	#c2a {
		padding: 0;
	}
	[data-parallax="True"] .banner-img {
		object-fit: contain;
	}
	.row.c2a {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	.header-inner .row {
		display: block;
	}
	nav {
		margin-top: 30px;
	}
	.logo img {
		width: 80%;
	}
	.carousel-caption {
		display: none;
	}
	.carousel-control {
		display: none;
	}
	#c2a {
		font-size: 16px;
	}
	.navbar {
		min-height: 0;
	}
	.logo img {
		margin: 20px auto;
	}
	#contact-info span.heading {
		margin-top: 20px;
	}
	img.pull-left {
		float: none !important;
		margin: 0 auto;
	}
	img.pull-right {
		float: none !important;
		margin: 0 auto;
	}
	#feature .feature-box {
		width: 80%;
		margin: 10px auto 0;
	}
	.navbar-default .navbar-nav>li>a {
		font-size: 18px;
	}
	.facility h3 {
		text-align: center;
	}
	.list-inline>li {
		display: block;
		padding: 10px;
	}
	/*Mobile Nav Styles */
	.dropdown-toggle::after {
		display: none !important;
	}
	ul.sub-menu {
		display: block;
		opacity: 0;
		min-width: 0;
		top: 0;
		left: -20px;
		padding-bottom: 10px;
		width: 100%;
		padding: 10px;
		background: #333;
		z-index: -1;
		position: absolute;
		list-style: none;
		padding: 0;
	}
	.sub-menu>li>ul {
		left: -10px;
		top: -5px;
	}
	ul.nav-list {
		padding: 0;
		list-style: none;
	}
	ul.nav-list a {
		color: #fff;
		font-size: 16px;
	}
	.caret {
		position: static;
		margin-left: 0;
		border: none;
		display: inline-flex;
		margin-right: 20px;
		padding-bottom: 23px;
	}
	.back {
		text-align: center;
		font-size: 22px;
		position: relative;
		display: block;
		text-align: center;
	}
	.caret::after {
		content: "\f053";
		font-family: 'Font Awesome 5 Free';
		font-weight: 900;
		z-index: 999;
		color: #fff;
	}
	.back::after {
		content: "\f077";
		cursor: pointer;
		font-family: 'Font Awesome 5 Free';
		font-weight: 900;
		z-index: 999;
		color: #fff;
		left: 50%;
	}
	.slide-in-right {
		animation: slide-in-right 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
		z-index: 9999 !important;
		border: 1px solid #fff;
	}
	.slide-out-right {
		animation: slide-out-right 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
		z-index: -999 !important;
		border: 1px solid #fff;
	}
	.carousel-inner {
		z-index: 3;
	}
	.menu-mobile-drop-down-menu-container {
		display: block;
	}
	.menu-main-menu-container {
		display: none;
	}
	.social a {
		color: #fff;
		padding-left: 8px;
		padding-right: 8px;
		border-right: 1px solid #fff;
		font-size: 20px;
	}
	.nav.sticky {
		top: 0 !important;
	}
	.nav {
		position: absolute;
		top: 100%;
		top: 0;
		left: 0;
		right: 0;
		height: 50px;
		background: #525252;
	}
	.navbar {
		display: none;
		position: fixed;
		right: 0;
		background: #525252;
		z-index: 9;
	}
	.navbar.sticky {
		top: 50px !important;
		position: fixed;
	}
	.navbar-nav>li {
		display: block;
		float: none;
	}
	.navbar-nav>li a {
		color: #fff;
		display: block;
		padding: 5px 20px;
	}
	#nav {
		display: block;
	}
	.mobile-nav {
		height: 100%;
	}
	.mobile-list {
		list-style: none;
		display: flex;
		flex-flow: row nowrap;
		align-items: center;
		justify-content: space-around;
		padding: 0;
		height: 100%;
		margin-bottom: 0;
	}
	.menu-mobile-menu-container {
		height: 100%;
	}
	.nav-toggler {
		position: relative;
		text-align: center;
		color: #fff;
		font-weight: 600;
		width: 55px;
		transition: all ease-in-out .3s;
		display: flex;
		flex-flow: row-reverse nowrap;
		align-items: center;
		cursor: pointer;
		padding: 7px 10px;
		font-size: 14px;
	}
	.nav-toggler .toggle-more {
		transform: rotate3d(1, 0, 0, 0deg);
		float: left;
		opacity: 1;
	}
	.nav-toggler .toggle-less {
		opacity: 0;
	}
	.nav-toggler .toggle-text {
		width: 40px;
		position: absolute;
		left: 0;
		top: 0;
		font-size: 14px;
	}
	.nav-toggler .toggle-text,
	.nav-toggler span {
		transition: all ease-in-out .3s;
	}
	.nav-toggler span {
		color: #fff;
		font-size: 14px;
		line-height: 1;
		position: absolute;
		top: 2px;
		right: 5px;
	}
	.nav-toggler .fa-angle-down {
		top: 0;
		right: 5px;
	}
	.nav-toggler.active .toggle-more {
		transform: rotate3d(1, 0, 0, 180deg);
		float: left;
		opacity: 0;
	}
	.nav-toggler.active .toggle-less {
		transform: none;
		float: left;
		opacity: 1;
	}
	.nav-toggler.active span {
		transform: rotate3d(1, 0, 0, 180deg);
	}
	.mobile-list a {
		color: #fff;
		padding: 5px 0;
	}
	.navbar-nav {
		padding-left: 0;
	}
	.navbar-collapse {
		display: block;
		border-top: none;
	}
	.social .home-link {
		margin-left: 0;
		padding-left: 8px;
	}
	.social .social-text {
		display: inline-block;
		padding-left: 5px;
	}
	.social .home-link {
		display: inline-block;
		float: left;
		padding-left: 0;
		width: 50px;
	}
	.social a:not(.home-link) {
		border-right: none;
		font-size: 14px;
		line-height: 2em;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		flex-grow: 1;
	}
	.social a:not(.home-link):not(.head-directions):not(.head-phone) {
		display: none;
	}
	#c2a .social {
		position: fixed !important;
		top: 0;
		left: 0;
		right: 0;
		height: 50px;
		padding: 0;
		display: flex;
		align-items: center;
		justify-content: center;
		z-index: 11;
	}
	.social .row {
		width: 100%;
	}
	.nav {
		position: fixed;
		top: 50px;
	}
	.social [class^="col-"] {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.navbar {
		display: none;
		left: auto;
		height: auto;
		top: 100px;
	}
	nav {
		margin-top: 0;
	}
	.c2a {
		display: none;
	}
	.navbar-default .navbar-nav>li>a {
		color: #fff;
	}
	.social .home-link {
		position: relative;
		transform: none;
		top: auto;
	}
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.navbar.navbar-default {
		right: 20px;
	}
	.slide-in-right {
		opacity: 1 !important;
		transition: all ease 1s;
	}
	.slide-in-out {
		opacity: 0 !important;
		transition: all ease-out 1s;
	}
	.back {
		cursor: pointer;
	}
	ul.sub-menu {
		transition: all ease 1s;
	}
}
@supports (-ms-accelerator: true) {
	.navbar.navbar-default {
		right: 20px;
	}
	.slide-in-right {
		opacity: 1 !important;
		transition: all ease-in 1s;
	}
	.slide-in-out {
		opacity: 0 !important;
		transition: all ease-out 1s;
	}
	.back {
		cursor: pointer;
	}
	ul.sub-menu {
		transition: all ease 1s;
	}
}
/* iOS fixes */
body.iOS header {
	position: relative;
}
body.iOS .background-img {
	padding: 17% 0 !important;
	background-repeat: no-repeat;
	background-size: 100% !important;
	background-attachment: unset;
}
@media screen and (max-width: 1024px) {
	.background-img {
		padding: 17% 0 !important;
		background-repeat: no-repeat;
		background-size: 100% !important;
		background-attachment: unset;
	}
	body.iOS .header-row>* {
		flex: 1 0 auto;
	}
}
@media screen and (max-width: 991px) {
	
	
	
}

@media (max-width: 600px) {

#event-cart-wrap-dv table td {
 padding-left: 5px;
 padding-right: 2px;
 font-size: 15px
}
td.event-header{
	padding-top:20px;
}
td.item_l{ padding:15px 0px; }
td.ticket{ padding: 45px 0px; } 
#event-cart-wrap-dv table thead th {
 text-align: center;
 font-size: 17px;
}

.espresso-table-row td {
  vertical-align: middle;
}

#event-cart-wrap-dv  table td .a_register_link {
 white-space: pre-line;
 display: table-caption;
}
}