/*
Theme Name:   SKT Golf Child
Theme URI:    https://mysite.com
Author:       Mike Gregory
Author URI:   https://mysite.com
Description:  Parimutuel betting system for golf tournaments.
Version:      1.0.0
Template:     skt-golf
Tags:         parimutuel, betting, golf, tournaments, betting system, golf tournaments, betting odds, betting lines, betting strategy, betting tips, betting analysis, betting predictions, betting systems, betting markets, betting exchanges, betting platforms, betting apps, betting websites, betting news, betting trends, betting statistics, betting insights, betting resources
License:      GNU General Public License v3 or later
License URI:  https://www.gnu.org/licenses/gpl-3.0.html
Text Domain:  skt-golf_child

*/

/* Custom CSS for SKT-Golf Child Theme */
/* Add your custom styles below */

/* General styling for all menu links */
.primary-menu a {
    display: inline-block; /* Ensure links behave like boxes */
    color: #ffffff !important; /* White text color for better contrast */
    text-decoration: none; /* Remove underline */
    font-weight: bold; /* Make the text bold */
    padding: 10px 15px; /* Add padding around the links */
    transition: color 0.3s ease, background-color 0.3s ease; /* Smooth hover effect */
    text-align: center; /* Center-align the text */
    vertical-align: middle; /* Align vertically */
    line-height: 1.5; /* Adjust line height for better alignment */
    box-sizing: border-box; /* Include padding in the element's dimensions */
}

/* Hover effect for menu links */
.primary-menu a:hover {
    color: #00ff00 !important; /* Bright green text color on hover */
    background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent black background on hover */
    border-radius: 5px; /* Rounded corners */
}

/* Styling for the active/selected menu item */
.primary-menu .current-menu-item a,
.primary-menu .current_page_item a {
    color: #00ff00 !important; /* Bright green text color for the active page */
    font-weight: bold; /* Make the active link bold */
    
}
.site-description {
    color: #ffffff !important; /* Change text color to white */
    font-size: 16px; /* Optional: Adjust font size */
    text-align: center; /* Optional: Center-align the tagline */
    margin-top: 10px; /* Optional: Add spacing above */
}
#logo-main .site-description {
    color: #ffffff !important; /* Force white text */
}



