/* Theme Name: Blue Vinyard Events
Theme URI: http://example.com
Author: Your name
Author URI: http://pinegrow.com/
Description: This theme was created with Pinegrow Web Editor
Version: 1.0.33
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bv_events
 * Theme Name: Blue Vinyard Events
*/
body {
    background-color: #f3f3f3;
}

a {
    color: #ff8200;
}

section,
footer {
    max-width: 900px!important;
}

.wp-has-aspect-ratio .wp-block-embed__wrapper:before {
    content: "";
    display: block;
    padding-top: 50%;
}

.wp-embed-aspect-16-9 .wp-block-embed__wrapper:before {
    padding-top: 56.25%;
}

.wp-has-aspect-ratio iframe {
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}

.wp-block-table,
.wp-block-embed,
.wp-block-quote,
.ff_guten_block,
section>p {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
}

.ff-btn {
    --tw-text-opacity: 1!important;
    color: rgb(255 255 255 / var(--tw-text-opacity))!important;
    padding-top: 0.5rem!important;
    padding-bottom: 0.5rem!important;
    padding-left: 1rem!important;
    padding-right: 1rem!important;
    --tw-bg-opacity: 1!important;
    background-color: rgb(255 130 0 / var(--tw-bg-opacity))!important;
    border-radius: 0.25rem!important;
}