/*
Theme Name: Genesis Block Theme Child
Theme URI: https://github.com/studiopress/genesis-block-theme/
Template: genesis-block-theme
Author: StudioPress
Author URI: https://www.studiopress.com/
Description: A beautifully-simple yet powerful WordPress theme that integrates perfectly with the block editor and the Genesis Blocks plugin. Start building amazing websites with blocks today! Install the Genesis Blocks plugin to add even more page-building blocks such as testimonials, sharing icons, notices, call to actions, buttons and more.
Tags: one-column,featured-images,theme-options,custom-background,custom-colors,custom-logo,custom-menu,editor-style,translation-ready,footer-widgets,full-width-template,blog,sticky-post,threaded-comments,wide-blocks
Version: 1.0.0.1664185216
Updated: 2022-09-26 09:40:16

*/


/* - Will's Edits for the Event Page - */

.single-tribe_events div div.tribe-events-schedule h2{
  font-size: 28px;
}

.tribe_events-template-default.single-tribe_events h1.tribe-events-single-event-title {
  font-weight: 200;
  font-size: 64px;
}

.single-tribe_events div.tribe-common-c-btn-border.tribe-events-c-subscribe-dropdown__button {
  border-color: black;
  border-radius: 0px;
  background-color: transparent;
}
.single-tribe_events div.tribe-common-c-btn-border.tribe-events-c-subscribe-dropdown__button:hover {
  background-color: black;
}

.single-tribe_events div.tribe-common-c-btn-border svg{
  color: black;
}
.single-tribe_events div.tribe-common-c-btn-border.tribe-events-c-subscribe-dropdown__button:hover svg{
  color: white;
}

.single-tribe_events button.tribe-events-c-subscribe-dropdown__button-text {
  background: none;
  color: black;
  font-weight: 300;
}
.single-tribe_events div.tribe-common-c-btn-border.tribe-events-c-subscribe-dropdown__button:hover button.tribe-events-c-subscribe-dropdown__button-text {
  color: white;
}
