/*
  Theme Name: Hello Elementor Child
  Template: hello-elementor
*/

#site-header {
	position: absolute;
	width: 100%;
	z-index: 99;
	transition: padding .15s, background .2s, border .2s, height .2s;
}

#site-header .header-inner {
	display: block;
}
#site-header .site-navigation {
	position: fixed;
}
#site-header .site-navigation.left-menu {
	right: 50%;
	/* margin-right: -45px; */
	/* RESTORE WHEN LOGO IS UPDATED --> */
	margin-right: 100px;
	/* <-- RESTORE WHEN LOGO IS UPDATED*/
}
#site-header .site-navigation.right-menu {
	left: 50%;
	/* margin-left: 45px; */
	/* RESTORE WHEN LOGO IS UPDATED --> */
	margin-left: 100px;
	/* <-- RESTORE WHEN LOGO IS UPDATED*/
}
#site-header .site-navigation > div > ul.menu > li {
	height: 41px;
}
#site-header .site-navigation.left-menu ul.menu li {
	justify-content: right;
}
#site-header .site-navigation ul.menu li:NOT(.menu-item-has-children) > a:hover, #site-header .site-navigation ul.menu li:NOT(.menu-item-has-children) > a:focus {
	text-decoration: underline;
}
#site-header .site-navigation ul.menu li.current-menu-item > a, #site-header .site-navigation ul.menu li.current-menu-ancestor > a {
	font-weight: bold;
}
#site-header .site-navigation ul.menu li.menu-item-has-children > a {
	padding-right: 0;
	cursor: default;
}
#site-header .site-navigation ul.menu li.menu-item-has-children:after {
    content: "";
	position: static;
    transform: none;
    margin: 16px 0 0 7px;
    width: 9px;
    border-top: 9px solid #666;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
}
#site-header .site-navigation ul.menu li ul.sub-menu {
    right: 0;
	min-width: 280px;
	background-color: transparent;
}
#site-header .site-navigation.left-menu ul.menu li ul.sub-menu {
	left: auto;
}
#site-header .site-navigation ul.menu li ul.sub-menu li {
	justify-content: left;
	text-align: left;
	border-top: 1px solid rgba(255, 255, 255, .2);
	border-block-end: none;
}
#site-header .site-navigation ul.menu li ul.sub-menu li a {
	width: 100%;
}
#site-header .site-navigation ul.menu li ul.sub-menu li a:hover, #site-header .site-navigation ul.menu li ul.sub-menu li a:focus {
	text-decoration: underline;
}

#site-header .site-branding {
	/* REMOVE WHEN LOGO IS UPDATED --> */
	/* display: none; */
	/* <-- REMOVE WHEN LOGO IS UPDATED */
	position: absolute;
	top: 18px;
	left: 50%;
	margin-left: -90px;
}
#site-header .site-branding img {
	border-radius: 3px;
}

#site-header .cart-link {
	display: none;
    position: relative;
	top: 100%;
    left: 50%;
    margin-top: 1rem;
    margin-left: 275px;
    padding: 9px 18px;
    font-weight: bold;
    border-radius: 0 0 5px 5px;
    background-color: var(--e-global-color-primary);
    color: var(--e-global-color-accent);
	z-index: -1;
}

#site-header.scrolled-down {
	position: fixed;
	top: 0;
	height: 48px;
	padding-top: 4px;
	border-bottom: 3px solid var(--e-global-color-primary);
	background: #fff;
}
.admin-bar #site-header.scrolled-down {
	top: 32px;
}

/* RESTORE WHEN LOGO IS UPDATED --> */
#site-header.scrolled-down:before {
	content: "";
    position: absolute;
    top: 45px;
    left: 50%;
    width: 184px;
    height: 21px;
    margin-left: -92px;
    background-color: var(--e-global-color-primary);
	border-top: 0;
    border-radius: 0 0 50px 50px;
    z-index: -1;
}
/* <-- RESTORE WHEN LOGO IS UPDATED*/

/*#site-header.scrolled-down:after {
	content: "";
	position: absolute;
	bottom: -3px;
	right: 0;
	left: 0;
	border-bottom: 1px solid var(--e-global-color-secondary);
	z-index: -2;
}*/
#site-header.scrolled-down .site-navigation ul.menu li a {
  color: #000;
}
#site-header.scrolled-down .site-navigation ul.menu li ul.sub-menu {
	border: 3px solid var(--e-global-color-primary);
    border-top: 0;
	border-radius: 0 0 5px 5px;
	background-color: #fff;
}
#site-header.scrolled-down .site-navigation ul.menu li ul.sub-menu li a {
	background-color: #fff;
}
#site-header.scrolled-down .site-navigation ul.menu li ul.sub-menu li:last-of-type a {
	border-radius: 0 0 3px 3px;
}
#site-header.scrolled-down .site-navigation ul.menu li ul.sub-menu li a:hover {
	background-color: #f8f8f8;
}
#site-header.scrolled-down .site-branding {
  top: -104px;
}
#site-header.scrolled-down .cart-link {
	display: block;
}


@media screen and (max-width: 992px) {
	#site-header .site-navigation {
		display: none;
	}
	#site-header .site-navigation-toggle-holder {
		position: fixed;
    	left: 50%;
		/* RESTORE WHEN LOGO IS UPDATED --> */
		margin: -6px 0 0 58px;
		/* <-- RESTORE WHEN LOGO IS UPDATED */
    	/* margin: -6px 0 0 -39px;*/
	}
	#site-header .site-navigation-toggle-holder .site-navigation-toggle {
		padding: 3px 0 4px 0;
		border-top: 5px solid var(--e-global-color-primary);
		border-bottom: 5px solid var(--e-global-color-primary);
		border-radius: 0;
		background-color: transparent;
		font-size: 1rem;
		line-height: 16px;
		font-weight: bold;
		text-align: center;
		color: #fff;
	}
	#site-header .site-navigation-toggle-holder.elementor-active .site-navigation-toggle {
		
	}
	#site-header .site-navigation-dropdown {
		margin-block-start: 0;
    	top: 62px;
	}
	#site-header .menu-main-container {
		padding: 0 9px;
	}
	#site-header #menu-main {
		position: static;
		display: block;
		width: auto;
		max-width: 400px;
		margin: 0 auto;
		border: 3px solid var(--e-global-color-primary);
		border-radius: 5px;
		overflow: hidden;
	}
	#site-header #menu-main li.menu-item-has-children > a:after {
		content: "▾";
		position: relative;
		top: 3px;
		display: inline;
		margin-top: 2px;
		font-size: 1.5em;
		color: #666;
		text-decoration: none;
	}
	#site-header .site-branding {
		margin-left: -116px;
	}
	
	#site-header.scrolled-down .site-navigation-toggle-holder .site-navigation-toggle {
		background-color: #fff;
		color: var(--e-global-color-primary);
	}
	#site-header.scrolled-down:before {
		margin-left: -118px;
	}
	#site-header.scrolled-down .cart-link {
		display: none;
	}
}

body #content, body #primary, body > .type-winner {
	margin-top: 106px;
}
body.home #content {
	margin: 0;
}

#content h1, #primary h1, body > .type-winner h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
	text-align: center;
}
#content h1, #primary h1, body.post-type-archive-product .elementor h1.elementor-heading-title.elementor-size-default, body > main.type-winner .elementor-element h1.elementor-heading-title.elementor-size-default {
	font-size: 4rem;
	margin-block-start: .5rem;
    margin-block-end: 1rem;
}
h1 {
	color: var(--e-global-color-text);
}
@media screen and (max-width: 615px) {
	#content h1, #primary h1, body.post-type-archive-product .elementor h1.elementor-heading-title.elementor-size-default, body > main.type-winner .elementor-element h1.elementor-heading-title.elementor-size-default {
		font-size: 3rem;
	}
}
body h2, body:NOT(.home) #content h2, body:NOT(.home) #primary h2 {
	font-size: 2.8rem;
}
#content h3, #primary h3 {
	font-size: 2.2rem;
}
#content h4, #primary h4 {
	font-size: 1.8rem;
}
#content h5, #primary h5 {
	font-size: 1.4rem;
}
#content h6, #primary h6 {
	font-size: 1.2rem;
}
.elementor-widget-heading .elementor-heading-title {
	margin-top: 1em;
}

#content .light-text, #content .light-text figcaption {
	color: #fff;
	color: var( --e-global-color-accent );
}

.basic-grid {
	display: flex;
	flex-wrap: wrap;
    justify-content: center;
	align-items: center;
	gap: 9px;
}
.basic-grid .basic-grid-item {
	flex-grow: 1;
	padding: 9px;
}
.basic-grid .basic-grid-item img {
	width: auto;
	border-radius: 5px;
}
.basic-grid .basic-grid-item.w-25 {
	width: 20%;
	max-width: 200px;
}
@media screen and (max-width: 740px) {
	.basic-grid .basic-grid-item.w-25 {
		width: 45%;
		max-width: 180px;
	}
}

.elementor a {
	color: var( --e-global-color-fd58603 );
}

figcaption {
	margin-top: 9px;
}

.max-width-segment {
    margin: 0 auto;
    max-width: 600px !important;
}

.no-pointer {
	pointer-events: none;
}

#streamButton {
	padding-top: 18px;
}

.timeline {
	border-top: 18px solid var( --e-global-color-primary );
	border-bottom: 18px solid var( --e-global-color-primary );
	border-radius: 5px;
	background-color: var( --e-global-color-primary );
}
.timeline .position {
	position: relative;
	display: block;
	font-size: 1.5rem;
	color: var( --e-global-color-text );
	overflow: hidden;
}
.timeline .position .time {
	box-sizing: border-box;
	float: left;
	width: 30%;
	padding: 18px 9px;
	color: var( --e-global-color-accent );
	background-color: var( --e-global-color-primary );
	text-align: right;
}
.timeline .position .note {
	float: left;
	width: 70%;
	padding: 18px 9px;
	background-color: var( --e-global-color-accent );
	/*
	margin-left: -3px;
	border-left: 3px solid var( --e-global-color-primary );
	*/
}
.timeline a.position:hover .note, .timeline a.position:focus .note {
	color: var( --e-global-color-accent );
	background-color: var( --e-global-color-text );
}


.single-press #content iframe {
	display: block;
	margin-right: auto;
	margin-left: auto;
}


.sponsors {
	padding: 0 18px 36px 18px;
	text-align: center;
}
.sponsors h2 {
	position: relative;
	display: inline-block;
	margin-top: 1em;
	color: var( --e-global-color-primary );
}
/*
.sponsors h2:after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 8px;
	left: 0;
	border-bottom: 9px solid var(--e-global-color-primary);
	z-index: -1;
}
*/
.sponsor, .speaker, .member {
	display: flex;
	align-items: stretch;
	justify-content: center;
	padding: 0;
}
.sponsor figure > a, .sponsor figure > img {
	display: flex;
	align-items: center;
	transition: border .2s;
}
.sponsor a:hover, .sponsor a:focus {
  	/*border: 9px solid rgba(29, 20, 70, 1)*/;
}
.sponsor a img {
	max-height: 160px;
}
.speakers .basic-grid, .executive-committee .basic-grid {
	align-items: start;
}
.speaker, .member {
	flex-direction: column;
}
.speakers .basic-grid.second {
	max-width: 1036px;
    margin-left: auto;
    margin-right: auto;
}
.speaker figcaption, .member figcaption {
	text-align: left;
}

.sponsors .basic-grid .basic-grid-item.w-25 {
	width: 20%;
	max-width: 280px;
}
@media screen and (max-width: 740px) {
	.sponsors .basic-grid .basic-grid-item.w-25 {
		width: 45%;
		max-width: 240px;
	}
}
@media screen and (max-width: 520px) {
	.sponsors .basic-grid .basic-grid-item.w-25 {
		width: 100%;
	}
}
.sponsors:nth-child(1) {
	background-color: rgba(255, 255, 255, 1);
}
.sponsors:nth-child(1) .basic-grid .basic-grid-item.w-25 {
	width: 40%;
	max-width: 400px;
}
.sponsors:nth-child(1) .basic-grid .basic-grid-item.w-25 img {
	max-height: 200px;
}
.sponsors:nth-child(2) {
	background-color: rgba(255, 255, 255, .67);
}
.sponsors:nth-child(2) .basic-grid .basic-grid-item.w-25 {
	max-width: 300px;
}
.sponsors:nth-child(3) {
	background-color: rgba(255, 255, 255, .33);
}
.sponsors:nth-child(3) .basic-grid .basic-grid-item.w-25 {
	max-width: 240px;
}
.sponsors:nth-child(n+4) {
	background-color: transparent;
}
.sponsors:nth-child(4) .basic-grid .basic-grid-item.w-25 {
	max-width: 200px;
}
.sponsors:nth-child(n+5) .basic-grid .basic-grid-item.w-25 {
	max-width: 180px;
}

/* WooCommerce General */
.woocommerce-error, .woocommerce-info, .woocommerce-message {
	background-color: #fff;
	color: var(--e-global-color-text);
}
#primary nav.woocommerce-breadcrumb {
	color: var(--e-global-color-d2f98a9);
}
#primary nav.woocommerce-breadcrumb a {
	color: var(--e-global-color-text);
}
#primary nav.woocommerce-breadcrumb a:hover, nav.woocommerce-breadcrumb a:focus {
	text-decoration: underline;
}

/* Sponsorship Grid Page */
#sponsorship-options ul.products {
	display: block;
}
#sponsorship-options ul.products li.product {
	float: left;
	display: block;
    margin: 0 3.8% 2.992em 0;
    padding: 0;
    position: relative;
    width: 22.05%;
    margin-left: 0;
}
#sponsorship-options ul.products li.first {
	clear: none;
}
#sponsorship-options ul.products li.last {
	// margin-right: 0;
}
#sponsorship-options ul.products li.product:last-of-type {
	margin-right: 0;
}
@media only screen and (max-width: 1230px) {
	#sponsorship-options ul.products[class*=columns-] li.product {
		width: 48%;
		float: left;
		clear: both;
		margin: 0 0 2.992em;
	}
	#sponsorship-options ul.products[class*=columns-] li.product:nth-child(2n + 1) {
		float: right;
    	clear: none !important;
	}
	#sponsorship-options ul.products[class*=columns-] li.product:first-of-type {
		width: 100%;
		float: none;
		max-width: 600px;
	}
}
@media only screen and (max-width: 615px) {
	#sponsorship-options ul.products[class*=columns-] li.product {
		width: 100%;
	}
}
#sponsorship-options ul.products li.product img.attachment-woocommerce_thumbnail {
	border-radius: 5px;
}
#sponsorship-options ul.products li.product .price {
	text-align: center;
}
#sponsorship-options ul.products li.product p {
	text-align: center;
	color: var(--e-global-color-text);
	font-style: italic;
}
#sponsorship-options ul.products li.product:first-of-type {
    float: none;
	margin-left: auto;
	margin-right: auto;
	min-width: 33.333%;
}
#sponsorship-options h2.woocommerce-loop-product_title {
	font-size: 2.2rem;
	text-align: center;
}
#sponsorship-options h2.woocommerce-loop-product_title .small {
	font-size: .5em;
    display: block;
	line-height: 1.2em;
	color: var(--e-global-color-secondary);
}
#sponsorship-options .woocommerce-Price-amount {
	font-size: 1.25rem;
	font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
	color: var(--e-global-color-secondary);
	font-weight: bold;
}
#eael-data-table-wrapper-ca997a5 table.tablesorter thead:first-child tr:first-child th {
	border-block-start: none;
}
#eael-data-table-wrapper-ca997a5 table.tablesorter thead tr th {
	text-align: center;
}
#eael-data-table-wrapper-ca997a5 table.tablesorter thead tr th:first-of-type {
	text-align: left;
}
#eael-data-table-wrapper-ca997a5 table.tablesorter tbody tr td {
	width: 104px;
	vertical-align: middle;
}
#eael-data-table-wrapper-ca997a5 table.tablesorter tbody tr td:first-of-type {
	width: auto;
}
#eael-data-table-wrapper-ca997a5 table.tablesorter tbody tr td div {
	text-align: center;
	font-weight: bold;
}
#eael-data-table-wrapper-ca997a5 table.tablesorter tbody tr td:first-of-type div {
	text-align: left;
	font-weight: normal;
}

/* Product Page */
#primary .product .woocommerce-product-gallery__image {
	border-radius: 5px;
	overflow: hidden;
}
#primary .product .summary h1 {
	margin-bottom: 0;
}
#primary .product .summary h2 {
	margin-top: 0;
	font-size: 2rem;
	text-align: center;
	color: var(--e-global-color-secondary);
}
#primary .woocommerce-Price-amount {
	font-weight: bold;
	font-size: 1.25rem;
	color: var(--e-global-color-secondary);
}
#primary .product .stock {
	display: inline-block;
	padding: 9px 18px;
	font-weight: bold;
	color: var(--e-global-color-accent);
	background-color: var(--e-global-color-437be37);
	border-radius: 5px;
}
#primary .add-to-cart-wrapper {
	border-top: 3px dashed var(--e-global-color-secondary);
	margin-top: 36px;
	padding: 36px 0 18px 0;
}
#primary .main_upload {
	border: 0;
	padding: 0 !important;
	/*
	border: 3px dashed var(--e-global-color-secondary);
	padding: 18px 18px 0 18px !important;
	*/
}
#primary .main_upload ul {
	display: none;
	list-style: none;
	padding-left: 0;
}
#primary .main_upload ul li:first-of-type span {
	font-weight: bold;
	font-style: italic;
	color: #000 !important;
}
#primary .main_upload button.btn_upload {
	border: 3px dotted var(--e-global-color-primary) !important;
	background-color: #fff !important;
	cursor: pointer;
}
#primary .main_upload .upload-btn-wrapper {
	justify-content: start;
	/* margin-top: 18px; */
}
#primary .main_upload .upload-btn-wrapper input[type=file] {
	pointer-events: none;
}
#primary .single_add_to_cart_button {
	background-color: var(--e-global-color-primary);
    font-size: 1.25rem;
}
#primary .fme_product_page_label_customer_note {
	margin-bottom: 9px;
}
#primary .product_meta .posted_in {
	display: none;
}
#primary .wc-tabs {
	display: none;
}
#primary #tab-description {
    padding: 18px 36px;
    border: 3px solid var(--e-global-color-primary);
    max-width: 840px;
    margin: 0 auto 72px auto;
    border-radius: 5px;
	background-color: #fff;
}
#primary #tab-description h2:first-of-type {
	display: none;
}
#primary #tab-description h2 {
	text-align: center;
}
#primary #tab-description h3 {
	margin-top: 1em;
}

/* Cart */
#content .wp-block-woocommerce-cart-items-block {
	font-size: 1.5rem;
}
#content .wc-block-components-product-details {
	display: none;
}
#content .wc-block-cart__submit-container {
	border: 3px solid var(--e-global-color-primary);
    border-radius: 3px;
}
#content .wc-block-cart__submit-container a {
    text-decoration: none;
    font-weight: bold;
}
#content .alignwide {
	margin-left: initial;
	margin-right: initial;
}

/* Checkout */
#content .wc-block-components-title.wc-block-components-checkout-step__title {
	text-align: left;
    padding-left: 9px;
}
.wc-block-checkout__additional-information-fields h2 {
	display: none;
}

#footer a, #footer a:visited {
	color: var(--e-global-color-accent);
	font-weight: bold;
}
#footer a:hover {
	text-decoration: underline;
}

#footer nav ul li a {
	font-size: 1rem;
	padding-left: 0;
	padding-right: 0;
}

.elementor-1346:not(.elementor-motion-effects-element-type-background) {
	background-color: var(--e-global-color-secondary) !important;
}

/* Order Confirmation */
#content ul.wc-item-meta li:first-of-type, #content ul.wc-item-meta li:nth-of-type(2) {
	display: none;
}
#content .woocommerce-order, #content .woocommerce-bacs-bank-details, #content .woocommerce-thankyou-order-details, #content .woocommerce-order > p {
	text-align: center;
}
#content .bacs_details, #content .woocommerce-thankyou-order-details {
	display: inline-block;
}
.wc-block-order-confirmation-additional-fields-wrapper, .woocommerce-order > label, .woocommerce-order .fme_upload_files_order_fee_table {
	display: none;
}