/*
 Theme Name:   Copyright Slap
 Theme URI:    http://example.com/twenty-fifteen-child/
 Description:  Clean Blocks Theme.  Finally!
 Author:       Lee
 Author URI:   http://example.com
 Template:     clean-blocks
 Version:      2025.09.27.01
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  twentyfifteenchild
 Release Notes:
   - Testing stripeApiVersion = 2024-09-30.acacia
   - Removed license check for subscription with stripe.  just use what's in the database
   - COPYR-36 - add ability to see and edit short domain
   - Bug fixes
*/

/* div { outline: 1px solid red !important; } */

.um {
    opacity: 1 !important;
    }
.um-account-main{ 
    opacity: 1 !important; 
    display: block !important; 
}

/* this makes the menu on the landing page sticky eww
#cs-frontpage-header {
    position: fixed;
    width:100%;
    top:0;
    z-index: 9999;
}
*/

@media (max-width: 768px) {#cs-frontpage-header {float: none; width: 100%;}}

:root{
/*     --cs-primary-hsl-color: hsl(34, 100%, 50%);
    --cs-primary-hsl-color-dark: hsl(34, 100%, 40%);
    --cs-primary-hsl-color-darkest: hsl(34, 100%, 30%);
    --cs-secondary-hsl-color: hsl(199, 100%, 30%); 
    --cs-secondary-hsl-color-dark: hsl(199, 100%, 20%);
    --cs-secondary-hsl-color-darkest: hsl(199, 100%, 10%);
    --cs-secondary-color-rgb: 255, 155, 61; */
    
    --cs-top-dropdown-primary-hsl-color: hsl(0, 0%, 0%);
    --cs-top-dropdown-secondary-hsl-color:hsl(0, 0%, 100%);
    
  
  /*   --cs-btn-hsl-cancel-color: hsl(0, 0%, 67%);
    --cs-btn-hsl-cancel-color-dark: hsl(0, 0%, 57%);
    --cs-btn-hsl-cancel-color-darkest: hsl(0, 0%, 47%); */
    --cs-btn-hsl-cancel-color: hsl(0, 0%, 80%);
    --cs-btn-hsl-cancel-color-dark: hsl(0, 0%, 70%);
    --cs-btn-hsl-cancel-color-darkest: hsl(0, 0%, 60%);
     
    --cs-dark-color: #1b1b1b;
    --cs-light-color: #ebebeb;
    --cs-light-grey: #d9d9d9;
    --test-color: #b1a6a6;
  }

a:hover,
a:focus:active {
  color: var(--cs-secondary-hsl-color);
}
a {
  color: var(--cs-secondary-hsl-color-darkest);
}

.more-button {
    border-color: var(--cs-secondary-hsl-color-darkest);
    color: var(--cs-secondary-hsl-color-darkest);
}