/*
Theme Name:     SBFC
Theme URI:      https://robdefranco.com
Template:       kadence
Author:         Rob De Franco
Author URI:     https://robdefranco.com
Description:    Child theme for SBFC Academy using the Forza Framework by Rob De Franco. 
Version:        1.1
License:        GNU General Public License v3.0 (or later)
License URI:    https://www.gnu.org/licenses/gpl-3.0.html
*/

#secondary-menu .menu-item:not(:last-child) {
    border-right: 1px solid #666;
    padding-right: 10px;
    margin-right: 10px;
}


@media screen and (min-width: 1024px) {
.col--min-height-220 {
	min-height: 220px;
}
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
	.col--min-height-220 {
	min-height: 190px;
}
}

/* TRYOUTS */


.tryout-calendar-row.auto-spacing .wp-block-kadence-column {
    max-width: none !important;
    margin: 0 !important;
    width: 100% !important;
}

.tryout-calendar-row .wp-block-kadence-column > .kt-inside-inner-col {
    border-radius: 15px !important;
    overflow: hidden !important;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1) !important;
    padding: 0 !important;
}

.tryout-day-heading {
    background-color: #00F17B !important;
    color: #000 !important;
    margin: 0 !important;
    padding: 8px 0 !important;
    font-size: 14px !important;
    font-weight: bold !important;
    text-transform: uppercase !important;
    text-align: center !important;
}

.tryout-date-heading {
    background-color: #fff !important;
    color: #000 !important;
    margin: 0 !important;
    padding: 20px 0 !important;
    font-size: 36px !important;
    font-weight: bold !important;
    text-align: center !important;
    min-height: 90px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

/* PLAYER HIGHLIGHT */

.entry.loop-entry.category-player-highlight {
	background:#121416 !important;
		border: thin solid #3c4044;
}

.entry.loop-entry .entry-header .entry-title {
	margin-left: 15px !important;
}

.category-player-highlight .entry-meta {
	margin-left: 15px !important;
}

.category-player-highlight .entry-summary {
	margin-left: 15px;
	margin-right: 15px;
}

.category-player-highlight .more-link-wrap {
	padding: 0 15px 20px 15px;
}

/* CLUB UPDATES */

.entry.loop-entry.category-club-updates {
	background:#121416 !important;
		border: thin solid #3c4044;
}

.category-club-updates .entry-meta {
	margin-left: 15px !important;
}

.category-club-updates .entry-summary {
	margin-left: 15px;
	margin-right: 15px;
}

.category-club-updates .more-link-wrap {
	padding: 0 15px 20px 15px;
}


/* Add neon underline image only after h1 page headings (not post titles) */

.hero-container .entry-header h1.entry-title::after {
    content: "";
    display: block;
    width: 250px;
    height: 50px;
    background-image: url('https://sbfcacademy.com/wp-content/uploads/2025/08/neon-underline.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin: 10px auto 0; /* Adds some spacing above and centers horizontally */
}
