/*
Theme Name: WPR
Theme URI: https://www.wpr.org/
Author: Alley
Author URI: https://alley.com/
Description: The theme for https://www.wpr.org/
Requires at least: 6.2
Tested up to: 6.2
Requires PHP: 8.0
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html
Text Domain: wpr
Tags: wpr
*/

/* Reset styles */
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: var(--wp--preset--color--black-almost);
  min-width: var(--wp--custom--site--min-width);
}

* {
  box-sizing: border-box;
}

pre {
  overflow: scroll;
}

/* Global styles */
.wp-site-blocks {
  background-color: var(--wp--preset--color--white);

  .site-footer {
    margin-block-start: 0;
  }
}

/* Removes image upload option from community event submission forms */
.tribe-community-events .tribe-section-image-uploader {
  display: none !important
}

#tribe-community-events-shortcode {
  margin-bottom: 2em;
}

#post.events-community-submit {
  background-color: #BE1E2D;
  color: #F4F1EC;
  font-family: var(--wp--preset--font-family--work-sans);
  font-size: 1.25em;
  font-weight: 700;
  line-height: inherit;
  padding: calc(0.667em + 2px) calc(1.333em + 2px);
  text-decoration: none;
  border-radius: 9999px;
}

#post.events-community-submit:hover {
  background: #F4F1EC;
  color: #BE1E2D;
}

.tribe-button-secondary {
  background: #F6A120 !important;
  color: #231F20 !important;
}
