<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name:     Heatons Sports Club
Theme URI:      n/a
Template:       kadence
Author:         Nettl of Stockport
Author URI:     n/a
Description:    Child Theme Description
Version:        1.0
License:        GNU General Public License v3.0 (or later)
License URI:    https://www.gnu.org/licenses/gpl-3.0.html
*/

/* Contents
1. Core CSS
2. Custom styling for blocks
3. Events Calender stlying
4. Blog
5. Footer
6. Fluent Forms
7. WooCommerce
8. Gift Aid and Donations
*/
/**************************************************************/
/*1. Core CSS ************************************************/
/**************************************************************/
:root {
    --hsc-cricket: #ff1229;
    --hsc-cricket-light: #ff122920;
    --hsc-lacrosse: #49cadb;
    --hsc-lacrosse-light: #49cadb20;
    --hsc-tennis: #7ac643;
    --hsc-tennis-light: #7ac64320;
    --hsc-rugby: #9f78ff;
    --hsc-rugby-light: #9f78ff20;
}

abbr.required {
    text-decoration: none;
}

#primary h2 { font-size: var(--global-kb-font-size-lg); }
#primary h3 { font-size: var(--global-kb-font-size-md); }

/**************************************************************/
/*2. Custom styling for blocks ********************************/
/**************************************************************/
/* Info box block - make full height */
.hsc-full-height.wp-block-kadence-infobox,
.hsc-full-height.wp-block-kadence-infobox a {
    height: 100%;
    position: relative;
}
.hsc-full-height.wp-block-kadence-infobox .kt-infobox-textcontent {
    padding-bottom: 2em;
}
.hsc-full-height.wp-block-kadence-infobox .kt-blocks-info-box-learnmore-wrap {
    position: absolute;
    bottom: 0;
    right: 0;
}

/**************************************************************/
/*3. Events Calender stlying **********************************/
/**************************************************************/
/* Cricket */
.tribe-events-calendar-month__calendar-event.tribe_events_cat-cricket {
    background: var(--hsc-cricket-light);
}

.tribe-events .tribe-events-calendar-list__event.tribe_events_cat-cricket h3 a.tribe-events-calendar-list__event-title-link,
.tribe-events .tribe-events-calendar-day__event.tribe_events_cat-cricket h3 a.tribe-events-calendar-day__event-title-link,
.tribe-events .tribe-events-calendar-month-mobile-events__mobile-event.tribe_events_cat-cricket h3 a.tribe-events-calendar-month-mobile-events__mobile-event-title-link {
    color: var(--hsc-cricket)!important;
}
/* Lacrosse */
.tribe-events-calendar-month__calendar-event.tribe_events_cat-lacrosse {
    background: var(--hsc-lacrosse-light);
}

.tribe-events .tribe-events-calendar-list__event.tribe_events_cat-lacrosse h3 a.tribe-events-calendar-list__event-title-link,
.tribe-events .tribe-events-calendar-day__event.tribe_events_cat-lacrosse h3 a.tribe-events-calendar-day__event-title-link,
.tribe-events .tribe-events-calendar-month-mobile-events__mobile-event.tribe_events_cat-lacrosse h3 a.tribe-events-calendar-month-mobile-events__mobile-event-title-link {
    color: var(--hsc-lacrosse)!important;
}
/* Rugby */
.tribe-events-calendar-month__calendar-event.tribe_events_cat-rugby {
    background: var(--hsc-rugby-light);
}

.tribe-events .tribe-events-calendar-list__event.tribe_events_cat-rugby h3 a.tribe-events-calendar-list__event-title-link,
.tribe-events .tribe-events-calendar-day__event.tribe_events_cat-rugby h3 a.tribe-events-calendar-day__event-title-link,
.tribe-events .tribe-events-calendar-month-mobile-events__mobile-event.tribe_events_cat-rugby h3 a.tribe-events-calendar-month-mobile-events__mobile-event-title-link {
    color: var(--hsc-rugby)!important;
}

/* Tennis */
.tribe-events-calendar-month__calendar-event.tribe_events_cat-tennis {
    background: var(--hsc-tennis-light);
}

.tribe-events .tribe-events-calendar-list__event.tribe_events_cat-tennis h3 a.tribe-events-calendar-list__event-title-link,
.tribe-events .tribe-events-calendar-day__event.tribe_events_cat-tennis h3 a.tribe-events-calendar-day__event-title-link,
.tribe-events .tribe-events-calendar-month-mobile-events__mobile-event.tribe_events_cat-tennis h3 a.tribe-events-calendar-month-mobile-events__mobile-event-title-link {
    color: var(--hsc-tennis)!important;
}

/* List View Dates */
#primary .tribe-events .tribe-events-calendar-list__event-date-tag .tribe-events-calendar-list__event-date-tag-weekday {
    color: #fff;
    border-radius: 5px 5px 0 0;
    background: #ECA400;
    font-size: 0.8em;
    padding: 2px;
}
#primary .tribe-events .tribe-events-calendar-list__event-date-tag .tribe-events-calendar-list__event-date-tag-daynum {

    padding: 4px 0 2px 0;
    /* border-radius: 0 0 5px 5px; */
}
#primary .tribe-events .tribe-events-calendar-list__event-date-tag-datetime {
    height: auto;
    padding-top: 0;
    box-shadow: 1px 1px 1px 1px #ccc;
    border-radius: 5px;
    margin-right: 10px;
}
.tribe-events .tribe-events-calendar-list__event-row {
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

/* Remove subscribe to calendar link - Requested by Jerry 12-04-2022 */
.tribe-events .tribe-events-c-subscribe-dropdown__container {
    display: none!important;
}
/**************************************************************/
/*4. Blog stlying *********************************************/
/**************************************************************/
.loop-entry.type-post.category-cricket .entry-taxonomies a {
    color: var(--hsc-cricket);
}
.loop-entry.type-post.category-tennis .category-links a {
    color: var(--hsc-tennis);
}
.loop-entry.type-post.category-lacrosse .category-links a {
    color: var(--hsc-lacrosse);
}
.loop-entry.type-post.category-rugby .category-links a {
    color: var(--hsc-rugby);
}

/* Category link buttons - use [hsc_show_categories] shortcode to generate */
.hsc-category-links ul {
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.hsc-category-links ul li {
    margin: 15px;
    border-radius: 5px;
    padding: 5px 15px;
    background: var(--global-palette5);
}
.hsc-category-links ul li a {
    text-decoration: none;
    color: var(--global-palette9);
    line-height: 2em;
}
.hsc-category-links ul li a::before {
    content: "";
    background-image: url('svg/generic.svg');
    background-repeat: no-repeat;
    background-position: left;
    width: 20px;
    height: 20px;
    display: inline-block;
    background-size: contain;
    margin-right: 5px;
}

div.hsc-category-links ul li:hover {
    background: var(--global-palette2);
    transition: all 0.2s ease;
}

.hsc-category-links ul li.hsc-tennis { background: var(--hsc-tennis); }
.hsc-category-links ul li.hsc-tennis a::before { background-image: url('svg/tennis-outline.svg'); }

.hsc-category-links ul li.hsc-rugby { background: var(--hsc-rugby); }
.hsc-category-links ul li.hsc-rugby a::before { background-image: url('svg/rugby-outline.svg'); }

.hsc-category-links ul li.hsc-lacrosse { background: var(--hsc-lacrosse); }
.hsc-category-links ul li.hsc-lacrosse a::before { background-image: url('svg/lacrosse-outline.svg'); }

.hsc-category-links ul li.hsc-cricket { background: var(--hsc-cricket); }
.hsc-category-links ul li.hsc-cricket a::before { background-image: url('svg/cricket-outline.svg'); }

.hsc-category-links ul li.hsc-club-news a::before {
    background-image: url('svg/newspaper.svg');
}

/**************************************************************/
/*5. Footer ***************************************************/
/**************************************************************/
/* Mailchimp Form */
footer .mc4wp-form-fields h3 {
    line-height: 1.3em;
}
footer .mc4wp-form-fields .fields {
    display: flex;
    flex-wrap: wrap;
}
footer .mc4wp-form-fields .fields .hsc-field {
    margin: 3px;
    flex-grow: 1;
}
/**************************************************************/
/* 6. Fluent Forms ********************************************/
/**************************************************************/
.fluentform .hsc-dob-field {
    margin-bottom: 0.2em;
}
.fluentform .hsc-dob-instruction {
    font-size: 0.8em;
    font-style: italic;
}

/**************************************************************/
/* 7. WooCommerce *********************************************/
/**************************************************************/
.hsc-login-for-logged-out-users .kt-inner-tab-2 {
    padding: calc(2rem + 20px);
}
.kt-tabs-wrap .wp-block-kadence-tab.hsc-login-for-logged-out-users {
    padding: 2rem;
}
.hsc-login-for-logged-out-users h2 {
    display: none;
}
.hsc-login-for-logged-out-users .woocommerce form.login {
    border: none;
}

.site-header-item .header-account-wrap .header-account-button,
.site-header-item .header-account-in-wrap .header-account-button {
    background: var(--global-palette1);
    color: var(--global-palette9)!important;
    padding: 10px;
    border-radius: 5px;
}

.site-header-item .header-account-wrap .header-account-button:hover,
.site-header-item .header-account-in-wrap .header-account-button:hover {
    background: var(--global-palette-btn-bg-hover);
}

.product.sold-individually input.qty {
    display: none;	
}


td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions a.woocommerce-button {
    margin: 2px 4px;
}
.kadence-account-nav-above.woocommerce-account .account-navigation-wrap li a {
    margin: 1rem 0.5rem;
    border-radius: 5px;
    border: 1px solid var(--global-palette4);
    padding: 0.2em 1em;
}
.kadence-account-nav-above.woocommerce-account .account-navigation-wrap li.is-active a, 
.kadence-account-nav-above.woocommerce-account .account-navigation-wrap li.is-active a:hover,
.kadence-account-nav-above.woocommerce-account .account-navigation-wrap li:hover a {
    border: 1px solid var(--global-palette1);
    background-color: var(--global-palette1);
    color: #fff;
    font-weight: normal;
}
@media screen and (min-width: 768px) {
    .kadence-account-nav-above.woocommerce-account .account-navigation-wrap ul {
        justify-content: center;
    }
}
.woocommerce-account .hsc-dashboard {
    text-align: center;
}

.woocommerce .woocommerce-message .button, .woocommerce .woocommerce-error .button, .woocommerce .woocommerce-info .button {
    margin-left: 10px;
    margin-right: 10px;
}

.woocommerce .woocommerce-message {
    border-left-color: var(--global-palette2);
}
.woocommerce .woocommerce-info {
    border-left-color: var(--hsc-lacrosse);
}

@media screen and (max-width: 460px) {
    .woocommerce table.cart td.actions div.coupon input,
    .woocommerce table.cart td.actions div.coupon .input-text,
    .woocommerce-page table.cart td.actions div.coupon input,
    .woocommerce-page table.cart td.actions div.coupon input,
    .woocommerce table.cart td.actions div.coupon .button,
    .woocommerce-page table.cart td.actions div.coupon .button {
        width: 100%;
    }
}

/*** Added 20/03/2025 - fix for show password button ***/
button.show-password-input {
    background: transparent;
    padding: 0;
}
/**************************************************************/
/* 8. GiftAid *************************************************/
/**************************************************************/
.checkout-donation-panel,
.gift-aid-panel {
    border: none;
    background: var(--global-palette7);
    padding: 1em 2em 2em;
}
.checkout-donation-panel h3,
.gift-aid-panel h3 {
    font-size: 1.5em;
}


/* .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link {
    margin: 1rem 0.5rem;
}
.woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link a {
    border-radius: 5px;
    border: 1px solid var(--global-palette4);
} */
</pre></body></html>