/*
Theme Name:   Sports & Activites
Description:  SAN Sports & Activitis theme for CMS hanging off of Schedule Activities Now
Author:       o2 Group
Author URL:   https://o2group.com
Template:         twentytwenty
Version:          1.0.0
Tags: light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
Text Domain:  twentytwenty
*/

/* h1, h2, h3, h4, h5, h6 {
    color: #222222;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style: normal;
    font-weight: normal;
    line-height: 1.4;
    margin-bottom: 0.5rem;
    margin-top: 0.2rem;
    text-rendering: optimizeLegibility;
} */

.editor-styles-wrapper .wp-block-post-title, 
.editor-styles-wrapper h1 {
    font-size: 34px !important;
}

.site-inner, .inner-wrap {
    min-height: 120px !important;
    height: auto !important;
}

html, body {
    height: 100% !important;
    background: #d9d9d6 !important;
    font: normal 16px Georgia, "Times New Roman", Times, serif; 
}

#site-content {
	overflow: hidden;
    width: 65%;
    min-height: 100%;
    margin: 0 auto;
    background: #fff;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
}

.to-the-top-long {
    display: inline;
}

.to-the-top-short {
    display: none;
}

.to-the-top {
	color: #6d6d6d;
}

a.to-the-top {
	margin-left: 2.4rem;
	white-space: nowrap;
}

a.to-the-top > * {
	pointer-events: none;
}

.groupsblock {
    padding:0 20px 20px 20px;
}

h4.groupcategory {
    border-bottom: 1px solid #0082BA;
}

div.clubdetails {
    display:none;
    padding: 0 20px 20px 20px;
}

div.clubinfo {
    width: 90%;
    margin:0 auto;
}

div.clubtitle {
    background: #ccc;
    padding:5px 15px;
    margin-bottom: 10px;
    border-radius: 5px;
    cursor:pointer;
}