/**
Theme Name: Astra Child for Shepparton BSB
Author: Grey Lily Media
Author URI: http://greylilymedia.com.au
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.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child-for-shepparton-bsb
Template: astra
*/

/* 
==========================================
  Shepparton BSB Club - Custom Styles
  Managed via Child Theme style.css
==========================================
*/

/* ------------------------------------------
  1. Events Calendar Styling (Single Events)
------------------------------------------ */
.single-tribe_events .tribe-events-event-image,
.single-tribe_events .tribe-event-featured-image {
  text-align: center;
}

.single-tribe_events .tribe-events-event-image img,
.single-tribe_events .tribe-event-featured-image img {
  display: inline-block;
  margin: 0 auto;
}

/* ------------------------------------------
  2. File Manager for Dropbox - Frontend Styling
------------------------------------------ */

/* Container Card */
.integrate-dropbox-view-links-container {
  border: 2px solid #7c0a02;
  border-radius: 10px;
  background-color: #fff9f5 !important;
  padding: 15px;
  margin-bottom: 20px;
  box-shadow: 0 4px 8px rgba(124, 10, 2, 0.1);
}


/* File Size and Date Styling */
.item-size, 
.item-date {
  font-size: 0.85rem;
  color: #6a4e4b;
}

/* Buttons General */
.indbox-btn {
  border-radius: 6px;
  font-weight: 600;
  padding: 8px 18px;
  font-size: 0.95rem;
  transition: all 0.2s ease;
  border: none;
}

/* Preview Button */
.indbox-btn.btn-info {
  background-color: #7c0a02 !important;
  color: #ffffff !important;
}

.indbox-btn.btn-info:hover {
  background-color: #5c0700;
}

/* Download Button */
.indbox-btn.btn-primary {
  background-color: #2c2c54 !important;
  color: #ffffff !important;
}

.indbox-btn.btn-primary:hover {
  background-color: #1b1b3a !important;
}

/* ------------------------------------------
  3. Ultimate Member - Member Profile Styling
------------------------------------------ */
.um-member-tagline-description {
  font-size: 1rem !important;
  font-weight: 600 !important;
  color: #7c0a02 !important;
}

/* Member Name (Link inside) */
.um-member-name a {
  font-size: 1.2rem !important;
  font-weight: 600 !important;
  color: #7c0a02 !important;
  text-decoration: none; /* Optional: remove underline if you want */
}


/* Hide the entire RSVP attendance display ("0 Going") on Event Tickets RSVP panel */
.tribe-tickets__rsvp-attendance {
    display: none !important;
}
