/**
Theme Name: WIN of Philadelphia
Author: Happy Hippo
Author URI: https://happyhippopotam.us
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.8
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: win-of-philadelphia
Template: astra
*/

/**
 * Sponsors Gallery Page
 * */
.uael-grid-img-thumbnail {
	text-align: center;
}
.uael-grid-img-thumbnail img {
	max-height: 100px;
	width: auto;
}
/**
 * End Sponsors Gallery Page
 * */
/**
 * Events Page
 * */
.espresso_event_type-single-event .espresso-event-list-wrapper-dv {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
}
.espresso-event-header-dv {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	align-items: center;
	gap: 1em;
}
.espresso_event_type-single-event
	.espresso-event-list-wrapper-dv
	.event-datetimes
	li {
	width: 100% !important;
}
.event-content,
.event-header {
	grid-column: 2/-1;
}
.espresso_event_type-single-event h2 a {
	font-size: 3rem;
	font-weight: 700;
	color: var(--ast-global-color-0);
	line-height: 1 !important;
}
.espresso_event_type-single-event
	.espresso-event-list-wrapper-dv
	.ee-event-datetimes-ul {
	justify-content: flex-start;
	font-size: 1.2em;
}
.espresso-venue-dv {
	line-height: 1.25;
	grid-column: 1/-1;
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: auto auto auto auto auto auto;
}
.espresso-venue-dv h4 a {
	color: var(--ast-global-color-1);
	pointer-events: none;
}
.event-phone,
.espresso-venue-dv p:last-of-type,
[itemprop='addressCountryOFF'] {
	display: none;
}
.espresso-venue-dv > * {
	grid-column: 1/2;
}
.ee-event-img-dv {
	text-align: center;
}
.ee-event-img-dv img {
	max-height: 8em;
	width: auto;
}
.ee-gmap-wrapper {
	margin-block: 3em 0;
	grid-column: 2/3;
	grid-row: 1/-1;
	width: 100%;
}
.ee-gmap {
	width: 100% !important;
	height: 100% !important;
	min-height: 9em;
}
.event-tickets {
	grid-column: 1/3;
}
.espresso-event-list-wrapper-dv :is(td, th) {
	padding-block: 0.2em;
	line-height: 1.25;
}
.espresso-event-list-wrapper-dv th {
	color: var(--ast-global-color-1);
	font-size: 1.2em;
}
.event-tickets :is(select, input[type='text'], textarea) {
	padding-block: 0.4em;
	padding-inline: 0.5em;
}
.event-tickets .currency-code {
	display: none;
}
/**
 * End Events Page
 * */
.menu-transparent {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}
input#gform_submit_button_1.gform_button.button {
	background: #ffffff;
	color: #6f3332;
}
input#input_1_1.medium {
	color: #6f3332;
}
#ast-hf-account-menu {
	width: fit-content;
	background-color: var(--wp--preset--color--ast-global-color-0);
}
#ast-hf-account-menu .menu-link {
	font-size: 0.8rem;
	padding-block: 0.5em;
	white-space: nowrap;
	color: var(--ast-global-color-5);
}
#ast-hf-account-menu .menu-link:hover {
	color: var(--ast-global-color-6);
}
#winIHC .ihc-ap-menu {
	background-color: transparent;
}
#winIHC .ihc-ap-menu-item {
	background-color: var(--ast-global-color-0);
}
#winIHC .ihc-ap-menu-item:hover {
	background-color: var(--ast-global-color-1) !important;
}

/**
 * Member Directory A-Z Filter
 * */
.win-alphabet-filter {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 20px 0;
	padding: 15px;
	background: #fff4f0;
	border-radius: 8px;
}

.win-alphabet-filter button {
	padding: 10px 14px;
	background: #fff;
	color: var(--e-global-color-text, #3A3A3A);
	border: 1px solid #ddd;
	border-radius: 4px;
	font-weight: 600;
	cursor: pointer;
	transition: all 0.3s ease;
	min-width: 42px;
	font-size: 14px;
}

.win-alphabet-filter button:hover {
	background: var(--e-global-color-primary, #AA2D29);
	color: #fff;
	border-color: var(--e-global-color-primary, #AA2D29);
	transform: translateY(-2px);
	box-shadow: 0 2px 8px rgba(170, 45, 41, 0.3);
}

.win-alphabet-filter button.active {
	background: var(--e-global-color-primary, #AA2D29);
	color: #fff;
	border-color: var(--e-global-color-primary, #AA2D29);
}

.win-alphabet-filter button:disabled {
	opacity: 0.3;
	cursor: not-allowed;
	color: #999;
}

.win-alphabet-filter button:disabled:hover {
	transform: none;
	background: #fff;
	color: #999;
	border-color: #ddd;
	box-shadow: none;
}

.win-alphabet-filter button span {
	font-size: 0.85em;
	opacity: 0.7;
	font-weight: 400;
}

.member-hidden {
	display: none !important;
}

.win-filter-message {
	padding: 20px;
	text-align: center;
	font-style: italic;
	color: var(--e-global-color-text, #3A3A3A);
	background: #f9f9f9;
	border-left: 4px solid var(--e-global-color-accent, #6F3332);
	margin: 20px 0;
	border-radius: 4px;
	display: none;
}

.win-filter-message.show {
	display: block;
}

/* Search Input Styling */
.ihc-search-bar-wrapper {
	margin-bottom: 30px;
}

form .ihc-search-bar-wrapper {
	max-width: 100%;
	width: fit-content;
	margin: 0 auto;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

form .ihc-search-bar-wrapper .ihc-input-pre {
	position: absolute !important;
	left: -20px !important;
	top: 50% !important;
	transform: translateY(-50%) !important;
	color: var(--e-global-color-primary, #aa2d29) !important;
	font-size: 20px !important;
	pointer-events: none !important;
	z-index: 10 !important;
	width: 24px !important;
	height: 100% !important;
	padding-block: 16px;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
}

.ihc-search-bar {
	width: 100% !important;
	max-width: 700px !important;
	padding: 16px 24px 16px 56px !important;
	font-size: 16px !important;
	line-height: 1.5 !important;
	border: 2px solid #ddd !important;
	background: #fff !important;
	color: var(--e-global-color-text, #3a3a3a) !important;
	transition: all 0.3s ease !important;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05) !important;
	-webkit-appearance: none !important;
	appearance: none !important;
}ppearance: none !important;
}

.ihc-search-bar:focus {
	outline: none !important;
	border-color: var(--e-global-color-primary, #AA2D29) !important;
	box-shadow: 0 4px 20px rgba(170, 45, 41, 0.15) !important;
}

.ihc-search-bar::placeholder {
	color: #999 !important;
	font-style: italic !important;
	opacity: 1 !important;
}

.ihc-search-bar::-webkit-input-placeholder {
	color: #999 !important;
	font-style: italic !important;
	opacity: 1 !important;
}

.ihc-search-bar::-moz-placeholder {
	color: #999 !important;
	font-style: italic !important;
	opacity: 1 !important;
}
/**
 * End Member Directory A-Z Filter
 * */
