/*
  Theme Name: Traffic Club of Pittsburgh
  Theme URI: https://pacerstudios.com
  Version: 1.0
  Template: Divi
  Author: Pacer Studios
  Author URI: https://pacerstudios.com
  Description: This is the child theme for your site.
  Text Domain: traffic-club-of-pittsburgh
  License: Private
  License URI: https://pacerstudios.com
*/

@font-face {
	font-family: 'ElegantIcons';
	src:url('fonts/ElegantIcons.eot');
	src:url('fonts/ElegantIcons.eot?#iefix') format('embedded-opentype'),
		url('fonts/ElegantIcons.woff') format('woff'),
		url('fonts/ElegantIcons.ttf') format('truetype'),
		url('fonts/ElegantIcons.svg#ElegantIcons') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* Workaround for clearing out DIVs that don't behave */
.cleardiv { clear:both; font-size:0px; line-height:0px; height:0; overflow:hidden; }

div.woocommerce.columns-1 {
	text-align: center !important;
}

span.et_shop_image img, .woocommerce-loop-product__link, .et_shop_image {
	text-align: center !important;
	margin: 0 auto !important;
}

form.checkout.woocommerce-checkout textarea {
	min-height: 150px;
}

form.checkout.woocommerce-checkout input, form.checkout.woocommerce-checkout textarea {
	background: #ffffff !important;
	border: 1px solid #ccc !important;
	box-shadow: inset 0 0 10px #eee !important;
}

/*Bouncing Scroll-Down Arrow*/

.et_pb_fullwidth_header_scroll a {
	-webkit-transform: translateZ(0px);
	-moz-transform: translateZ(0px);
	-ms-transform: translateZ(0px);
	-o-transform: translateZ(0px);
	transform: translateZ(0px);
}

.et_pb_fullwidth_header_scroll .et-pb-icon {
	-webkit-animation: et_bounce 1s infinite;
	-moz-animation: et_bounce 1s infinite;
	-ms-animation: et_bounce 1s infinite;
	-o-animation: et_bounce 1s infinite;
	animation: et_bounce 1s infinite;
}

@-webkit-keyframes et_bounce {
	0% {
		-webkit-transform: translateY(0);
	}
	40% {
		-webkit-transform: translateY(-15px);
	}
	100% {
		-webkit-transform: translateY(0px);
	}
}

@-moz-keyframes et_bounce {
	0% {
		-moz-transform: translateY(0);
	}
	40% {
		-moz-transform: translateY(-10px);
	}
	100% {
		-moz-transform: translateY(0px);
	}
}

@-ms-keyframes et_bounce {
	0% {
		-ms-transform: translateY(0);
	}
	40% {
		-ms-transform: translateY(-10px);
	}
	100% {
		-ms-transform: translateY(0px);
	}
}

@-o-keyframes et_bounce {
	0% {
		-o-transform: translateY(0);
	}
	40% {
		-o-transform: translateY(-10px);
	}
	100% {
		-o-transform: translateY(0px);
	}
}

@keyframes et_bounce {
	0% {
		transform: translateY(0);
	}
	40% {
		transform: translateY(-10px);
	}
	100% {
		transform: translateY(0px);
	}
}

.gv-widget-pagination {
	padding: 1vw 0vw;
}

input[name="gv_search"] {
	padding: .5vw;
	border: 1px solid #ccc;
	min-width: 50%;
}

.entry-title {
	font-weight: bold;
}

.gv-diy-view {
	width: 100%;
	height: auto;
	background: #fffbf5;
	margin-bottom: 1vw;
	border: 1px solid #f5f5f5;
	padding: 1vw;
	position: relative;
}

.gv-diy-view h1 {
	width: 70%;
	height: auto;
	position: absolute;
	top: 1.5vw;
	left: 10vw;
}

.gv-field-1-3 {
	width: 8vw;
	height: 8vw;
	object-fit: contain;
	position: relative;
}

.gv-field-1-3 a {
	height: 100%;
	width: 100%;
	display: inline-block;
	position: relative;
	background: #FFFFFF;
	border: 1px solid #f5f5f5;
}

.gv-field-1-3 img {
	max-height: 90% !important;
	max-width: 90% !important;
	width: auto !important;
	height: auto !important;
	position: absolute !important;
	top: 0 !important;
	bottom: 0 !important;
	left: 0 !important;
	right: 0 !important;
	margin: auto !important;
}

.entrieslist_desc {
	width: 70%;
	height: auto;
	position: absolute;
	top: 3.5vw;
	left: 10vw;
}

.gv-field-1-2 {
	width: 70%;
	height: auto;
	position: absolute;
	top: 4vw;
	left: 10vw;
}

.gv-field-1-4,
.gv-back-link a {
	display: block;
	padding: 1vw 0vw;
}

.gv-search-button {
	box-shadow: 0px 1px 0px 0px #fff6af;
	background: linear-gradient(to bottom, #ffec64 5%, #ffab23 100%);
	background-color: #ffec64;
	border-radius: 6px;
	border: 1px solid #ffaa22;
	display: inline-block;
	cursor: pointer;
	color: #333333;
	font-family: Arial;
	font-size: 15px;
	font-weight: bold;
	padding: 6px 24px;
	text-decoration: none;
	text-shadow: 0px 1px 0px #ffee66;
}

.gv-field-1-entry_link a,
.gv-field-1-edit_link a,
.gv-field-2-entry_link a,
.gv-field-2-edit_link a {
	box-shadow: 0px 1px 0px 0px #fff6af;
	background: linear-gradient(to bottom, #ffec64 5%, #ffab23 100%);
	background-color: #ffec64;
	border-radius: 6px;
	border: 1px solid #ffaa22;
	display: inline-block;
	cursor: pointer;
	color: #333333;
	font-family: Arial;
	font-size: 15px;
	font-weight: bold;
	padding: 6px 24px;
	text-decoration: none;
	text-shadow: 0px 1px 0px #ffee66;
	position: absolute;
	bottom: 1vw;
	right: 1vw;
}

.listingmap_area {
	display: block;
	width: 100%;
	height: 14vw;
	padding: 0vw;
	margin: 2.5vw 0vw;
}

.listing_spacer {
	display: block;
	width: 100%;
	height: 2.5vw;
}

@media screen and (min-width: 1px) and (max-width: 768px) {

	#login_isrequired {
		width: 320px;
		height: auto;
		min-height: 70vh;
		margin: 0 auto;
		padding: 9vw 0vw;
	}

}

@media screen and (min-width: 769px) {
	
	#login_isrequired {
		width: 640px;
		height: auto;
		min-height: 70vh;
		margin: 0 auto;
		padding: 9vw 0vw;
	}

}

#category_filters {
	width: 100%;
	height: auto;
	background: #fffbf5;
	border: 1px solid #ccc;
	margin-bottom: 2vw;
}

#category_filters h4 {
	color: #ffb718;
	background: #000;
	width: 100%;
	font-weight: bold;
	text-align: center;
	padding: .6vw 0vw .6vw 0vw;
	margin: 0vw 0vw .6vw 0vw;
	border-bottom: 1px solid #ccc;
}

#category_filters ul {
	display: inline-block;
	width: 24.5%;
}

#category_filters ul li {
	list-style: none;
	text-align: center;
}

#category_filters a {
	color: #545454;
	font-weight: bold;
}

#category_filters a:hover {
	text-decoration: underline;
}

/* Content */
.button_content {
	box-shadow: 0px 1px 0px 0px #fff6af;
	background:linear-gradient(to bottom, #ffec64 5%, #ffab23 100%);
	background-color:#ffec64;
	border-radius:6px;
	border:1px solid #ffaa22;
	display:inline-block;
	cursor:pointer;
	color:#333333;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffee66;
}

.button_content:hover {
	background:linear-gradient(to bottom, #ffab23 5%, #ffec64 100%);
	background-color:#ffab23;
}

.button_content:active {
	position:relative;
	top:1px;
}

#scholarship_form ul li, #scholarship_form ol li {
	margin-bottom: 15px;
}

/* Dashboard */
.headingtwo_dashboardcontent {
  color: #ffb718;
  border-bottom: 2px solid #333333;
  margin-bottom: .5vw;
}

.et_shop_image, .woocommerce-product-gallery__wrapper {
  width: 6.67vw !important;
  height: auto !important;
}

.woocommerce-product-gallery__trigger,
.woocommerce-MyAccount-navigation-link--downloads {
  display: none !important;
}

#my_subscriptions {
  margin-bottom: 1vw;
}

#my_subscriptions a {
  color: #edae00;
}

#my_subscriptions .my_account_subscriptions {
  background: #fffbf5;
}

#my_subscriptions .subscription-actions a, #gform_submit_button_1, #gform_submit_button_2 {
  	box-shadow: 0px 1px 0px 0px #fff6af;
	background: linear-gradient(to bottom, #ffec64 5%, #ffab23 100%);
	background-color: #ffec64;
	border-radius: 6px;
	border: 1px solid #ffaa22;
	display: inline-block;
	cursor: pointer;
	color: #333333;
	font-family: Arial;
	font-size: 15px;
	font-weight: bold;
	padding: 6px 24px;
	text-decoration: none;
	text-shadow: 0px 1px 0px #ffee66;
}

table a.button {
  box-shadow: 0px 1px 0px 0px #fff6af !important;
	background: linear-gradient(to bottom, #ffec64 5%, #ffab23 100%) !important;
	background-color: #ffec64 !important;
	border-radius: 6px !important;
	border: 1px solid #ffaa22 !important;
	display: block !important;
	cursor: pointer !important;
	color: #333333 !important;
	font-family: Arial !important;
	font-size: 15px !important;
	font-weight: bold !important;
	padding: 6px 24px !important;
  text-align: center !important;
	text-decoration: none !important;
	text-shadow: 0px 1px 0px #ffee66 !important;
  margin-bottom: 8px !important;
}

.gv-button-cancel, .gv-button-delete {
  box-shadow:inset 0px 1px 0px 0px #f7c5c0;
	background:linear-gradient(to bottom, #fc8d83 5%, #e4685d 100%);
	background-color:#fc8d83;
	border-radius:6px;
	border:1px solid #d83526;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:3px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #b23e35;
}

#my_profile {
  margin-bottom: 1vw;
}

#my_postings {
  margin-bottom: 1vw;
}

.jobdesc_listings {
  margin-bottom: 1vw;
}

#sidebar_right {
	display: block;
	width: 11vw;
	height: auto;
	float: right;
	position: relative;
}

#sidebar_right h3 {
	font-weight: bold;
}

#sidebar_useractions {
	border-top: 2px solid #ffb718;
	border-bottom: 2px solid #ffb718;
	padding: 0vw 0vw 1vw 0vw;
	margin: 1vw 0vw;
}

#sidebar_useractions a {
	box-shadow: 0px 1px 0px 0px #fff6af;
	background: linear-gradient(to bottom, #ffec64 5%, #ffab23 100%);
	background-color: #ffec64;
	border-radius: 6px;
	border: 1px solid #ffaa22;
	display: inline-block;
	cursor: pointer;
	color: #333333;
	font-family: Arial;
	font-size: 15px;
	font-weight: bold;
	padding: 6px 24px;
	text-decoration: none;
	text-shadow: 0px 1px 0px #ffee66;
}

.club_username {
	font-weight: bold;
	font-size: .9vw !important;
	margin-bottom: .8vw;
}

#sidebar_upcomingevents {
	border: 1px solid #ccc;
}

#sidebar_upcomingevents h3.title_header {
	background: #000;
	color: #edae00;
	text-align: center;
	line-height: 2vw;
	margin-bottom: .5vw;
}

#sidebar_upcomingevents .tribe-events-widget-events-list__view-more {
	text-align: center;
}

#sidebar_upcomingevents .tribe-events-widget-events-list__view-more-link {
	box-shadow: 0px 1px 0px 0px #fff6af;
	background: linear-gradient(to bottom, #ffec64 5%, #ffab23 100%);
	background-color: #ffec64;
	border-radius: 6px;
	border: 1px solid #ffaa22;
	display: inline-block;
	cursor: pointer;
	color: #333333;
	font-family: Arial;
	font-size: 15px;
	font-weight: bold;
	padding: 6px 24px;
	text-decoration: none;
	text-shadow: 0px 1px 0px #ffee66;
	margin: 0 auto;
}

.woocommerce-MyAccount-navigation-link {
	list-style: none !important;
}

.woocommerce-MyAccount-navigation-link a {
	box-shadow: 0px 1px 0px 0px #fff6af;
	background: linear-gradient(to bottom, #fffbf5 5%, #fffbf5 100%);
	background-color: #fffbf5;
	border-radius: 6px;
	border: 1px solid #ffaa22;
	display: block;
	cursor: pointer;
	color: #333333;
	font-family: Arial;
	font-size: 15px;
	font-weight: bold;
	padding: 6px 24px;
	margin-bottom: 8px;
	text-decoration: none;
	text-shadow: 0px 1px 0px #fffbf5;
}

/* Cart - Checkout */

#cartcheckout_fullwidth {
	width: 80%;
	max-width: 100vw !important;
	position: relative;
}

#cartcheckout_fullwidth::before {
	display: none !important;
}

#cartcheckout_fullwidth #left-area {
    width: 100%;
    padding-bottom: 5.5%;
	padding-right: 0vw !important;
}

#alg_checkout_files_upload_form_1 {
	background: #fffcf5;
}

#alg_checkout_files_upload_form_1 h2 {
	font-weight: bold;
}

#membership_questions_checkout {
	background: #fffcf5;
	padding: 15px;
	margin-top: 25px;
}

#membership_questions_checkout h3 {
	margin-top: 12px;
}

#addtwmmember_actions {
	display: block;
	width: 57px;
	height: 25px;
	position: relative;
	float: right;
	margin: 15px 15px;
}

.icon_minus_alt2 {
	display: inline-block;
	vertical-align: top;
	width: 25px;
	height: 25px;
	cursor: pointer;
}

.icon_plus_alt2 {
	display: inline-block;
	vertical-align: top;
	width: 25px;
	height: 25px;
	margin-left: 7px;
	cursor: pointer;
}

.icon_minus_alt2:before {
	width: 25px;
	height: 25px;
	font-family: ElegantIcons;
	font-size: 25px;
	content: "\4f";
}

.icon_plus_alt2:before {
	width: 25px;
	height: 25px;
	font-family: ElegantIcons;
	font-size: 25px;
	content: "\50";
}

.team_member_firstname {
	display: inline-block;
	width: 49%;
	vertical-align: top;
}

.team_member_lastname {
	display: inline-block;
	width: 49%;
	margin-left: 10px !important;
	vertical-align: top;
}

.team_member_email {
	display: inline-block;
	width: 49%;
	vertical-align: top;
}

.team_member_phone {
	display: inline-block;
	width: 35%;
	margin-left: 10px !important;
	vertical-align: top;
}

.team_member_phoneext {
	display: inline-block;
	width: 13%;
	vertical-align: top;
}


.team_memberten, .team_membernine, .team_membereight, .team_memberseven, .team_membersix, .team_memberfive, .team_memberfour, .team_memberthree, .team_membertwo {
	display: none;
}

.member_used {
	display: block;
}

#layout_normalbullet ul {
	margin-left: 1.5vw;
}

#layout_normalbullet p, #layout_normalbullet li, #layout_normalbullet li p {
	text-align: left !important;
}

#seating-chart-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.search-container {
    margin-bottom: 30px;
    position: sticky;
    top: 20px;
    z-index: 100;
    background: #fff;
    padding: 10px 0;
    display: flex;
    gap: 10px;
    align-items: center;
}

#search-type {
    padding: 12px;
    font-size: 16px;
    border: 1px solid #ddd;
    border-radius: 4px;
    flex: 0 0 200px;
}

#seating-search {
    width: 100%;
    padding: 12px;
    font-size: 16px;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-sizing: border-box;
    flex: 1;
}

.table-section {
    margin-bottom: 40px;
    background: #f9f9f9;
    padding: 20px;
    border-radius: 8px;
}

.table-section h2 {
    color: #333;
    margin-top: 0;
    border-bottom: 2px solid #0073aa;
    padding-bottom: 10px;
}

.guest-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.guest-list li {
    padding: 10px 0;
    border-bottom: 1px solid #eee;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.guest-name {
    font-weight: bold;
    color: #333;
}

.guest-company {
    color: #666;
    font-size: 0.9em;
}

@media (max-width: 768px) {
    .search-container {
        flex-direction: column;
        align-items: stretch;
    }
    
    #search-type {
        flex: none;
        width: 100%;
    }
    
    .guest-list li {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
}