/*!
Theme Name: McKee Garden
Theme URI: http://kurzik.com
Author: Kurzik.com
Author URI: http://kurzik.com
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: mckee-botanical-garden
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

McKee Botanical Garden is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

.container.wide-container{
	max-width:1447px!important;
}

.corporate-membership-list{
	margin:0;
	padding:0;
	list-style:none;
}

.corporate-membership-list li{
	position:relative;
	padding-left:46px;
	margin-bottom:20px;
}

.corporate-membership-list li:before{
	content:url('https://mckeegarden.org/wp-content/uploads/2024/10/Browser-cursor-click-new.svg');
	position:absolute;
	top:0;
	left:0;
}

.corporate-membership-list li a{
	color:#000;
	font-size:1.25em;
}

.corporate-membership-list li a:hover{
	color:#008a60;
}

/*Calendar Page*/
.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month__day-cell--desktop{
	display: none!important;
    visibility: hidden;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month__day-cell--mobile {
    display: flex !important;
    visibility: visible;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month-mobile-events {
    display: block!important;
    visibility: visible;
}
.ticket_altru_link{
	color: #fff;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
    background-color: #008a60;
    padding: 11px 15px;
}
.ticket_altru_link:hover{
	color: #fff;
	background-color: #00AA77;
}

.disclaimer{
	color:red;
	font-size: 12px;
}