/*
Theme Name: 9 Mile Legacy 2025 - Child
Description: A child theme
Author: Black Atlas Creative
Author URI: https://blackatlascreative.com
Version: 1.0
Text Domain: fidalgo
Template: fidalgo
*/

/* General */
.qodef-header--split-left-to-right #qodef-page-header-inner { margin-top: 30px !important; }
.newsletter .qodef-social-links-group { text-align: center; }
h1, h2, h3, h4, h5, h6 { font-family: Bitter, sans-serif !important; font-weight: 500; }
.qodef-custom-font.qodef--has-appear.qodef--appeared .qode--char-inner { font-family: Bitter, sans-serif !important; font-weight: 600; }

.image-left-for-accent .qodef-m-images { padding: 0 0 20px 20px; background: linear-gradient(rgb(187, 153, 94) 0 0) 0% 100% / 75% 60% no-repeat; }
.image-right-for-accent .qodef-m-images { padding: 0 20px 20px 0; background: linear-gradient(rgb(187, 153, 94) 0 0) 100% 100% / 75% 60% no-repeat; }
.image-left-for-accent .qodef-single-image { padding: 0 0 20px 20px; background: linear-gradient(rgb(187, 153, 94) 0 0) 0% 100% / 75% 60% no-repeat; }
.image-right-for-accent .qodef-single-image { padding: 0 20px 20px 0; background: linear-gradient(rgb(187, 153, 94) 0 0) 100% 100% / 75% 60% no-repeat; }

.qodef-button .qodef-m-text { font-family: Bitter, sans-serif; font-weight: 500; }

#qodef-back-to-top { width: 60px; }
#qodef-back-to-top .qodef-back-to-top-inner { font-family: Bitter, sans-serif !important; font-weight: 500; }

.grecaptcha-badge { display: none !important; }

/* Forms */
.gform_required_legend { display: none; }
.gfield_label { font-weight: normal !important; }
.gform_validation_errors { display: none !important; }
.validation_message { display: none !important; }
.gform_button, .gform-button { color: var(--qode-button-color, #fff) !important; background-color: transparent !important; border: 1px solid var(--qode-button-border-color, var(--qode-main-color)) !important; font-family: Bitter, sans-serif; font-weight: 500; text-align: center; }

#field_2_1 { grid-column: span 9; }
#field_submit { grid-column: span 3; }
#gform_submit_button_2 { width: 100%; text-align: center; }

@media(max-width: 991px){
	#field_2_1 { grid-column: span 7; }
	#field_submit { grid-column: span 5; }
}

@media(max-width: 768px){
	#field_2_1 { grid-column: span 12; }
	#field_submit { grid-column: span 12; }
}

/* Header */
.qodef-header-sticky { height: 100px; }
.qodef-header--split-left-to-right .qodef-header-sticky-inner .qodef-header-logo-link { padding-top: 10px; padding-bottom: 10px; }

#qodef-page-header #qodef-page-header-inner .qodef-header-logo-link { order: 1; padding-right: 40px; }
#qodef-page-header #qodef-page-header-inner .qodef-header-navigation { order: 2; justify-content: center; }
#qodef-page-header #qodef-page-header-inner .qodef-widget-holder { order: 3; }

#qodef-page-header .qodef-header-sticky .qodef-header-logo-link { order: 1; padding-right: 40px; }
#qodef-page-header .qodef-header-sticky .qodef-header-navigation { order: 2; justify-content: center; }
#qodef-page-header .qodef-header-sticky .qodef-widget-holder { order: 3; }

#qodef-page-mobile-header { top: 40px; }

.qodef-menu-item-text { font-family: Bitter, sans-serif; font-weight: 500; font-size: 14px; }

/* Footer */
#qodef-page-footer-top-area-inner #media_image-2 img { max-width: 150px !important; }
#qodef-page-footer-bottom-area-inner #block-7 { text-align: right; }

@media(max-width: 991px){
	.qodef-grid.qodef-col-num--2>.qodef-grid-inner { --qode-columns: 1; }
	#qodef-page-footer-bottom-area-inner .qodef-grid-inner { row-gap: 0; }
	#qodef-page-footer-bottom-area-inner #fidalgo_core_social_links_group-2 { text-align: center; }
	#qodef-page-footer-bottom-area-inner #block-7 { text-align: center; }
}

@media(max-width: 768px){
	#qodef-page-footer-top-area-inner { text-align: center; padding-top: 40px; padding-bottom: 0px; }
	
	#qodef-page-footer-top-area-inner #media_image-2 { text-align: center; }
	#qodef-page-footer-top-area-inner #media_image-2 img { margin: auto; }
}

/* Innovation Banner Spinner */
.qodef-stamp .qodef-m-stamp-diamonds { width: 100px; background-image: url(/wp-content/uploads/2025/04/9-mile-legacy-lgcy-innovation-hub-logo.png); height: 100px; background-size: contain; background-repeat: no-repeat; background-position: center; }
.qodef-stamp .qodef-m-stamp-diamonds svg { display: none; }

/* Home */
.home-scroll { z-index: 99; animation: circle-bolt 1.25s cubic-bezier(0.315, 0.61, 0.355, 1) infinite; }
@keyframes pulse-bolt { 0% { transform: scale(0.33); } 80%, 100% { opacity: 0; } }
@keyframes circle-bolt { 0% { transform: scale(0.7); } 50% { transform: scale(1); } 100% { transform: scale(0.7); } }

/* second bolt */
.circle-bolt .bolt2 {
  position: absolute;
  color: white;
  animation: circle-bolt2 1.25s infinite;
  opacity: 1;
}
@keyframes circle-bolt2 {
  0% {
    transform: scale(0.7);
    opacity: 1;
  }
  50% {
    transform: scale(3);
    opacity: 0.5;
    filter: blur(1px);
  }
  100% {
    transform: scale(0.7);
    opacity: 0;
  }
}

.home-intro .qodef-m-title { line-height: 1.3; }
.home-intro .qodef-m-title .qodef-m-title-text { text-transform: none !important; }

@media(max-width: 768px){
	.home-intro .qodef-m-title { line-height: 1.1; }
	.home-intro .qodef-m-title .qodef-m-title-text { font-size: 18px; }
	.home-intro-sub .qodef-e-inner { text-align: center; }
}

/* About Us */
.vision-advantage-arrow img { width: 100px; }

/* Beer Page */
.beer-slider img { object-fit: contain !important; }

@media(max-width: 1024px){
	.swiper-button-prev { display: none; }
	.swiper-button-next { display: none; }
}

/* Contact */
.contact-info p { font-weight: 400; }
.contact-info p a { font-weight: 300; }

/* WooCommerce */
.woocommerce-page #qodef-page-header { display: block; margin-bottom: 30px; }

/* Events Calendar */
.tribe-events .tribe-events-l-container { padding: 0 !important; margin: 0 !important; max-width: unset !important; }
.tribe-events-c-subscribe-dropdown__container { display: none !important; }

.single-tribe_events .qodef-page-title { display: none; }
.single-tribe_events #qodef-page-outer { background: #fff; }
