/*
Theme Name: Beaver Builder Child Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/

/* Add your custom styles here... */ 

<style>
@import url('https://fonts.googleapis.com/css2?family=Rochester&display=swap');
</style>


input.button {
    background: #bca3c6;
    border-color: #bca3c6!important;
}
input.button:hover{
background: #dcc4ec!important; 
}
#mc-embedded-subscribe {
    width: 93%!important;
    margin: auto!important;
}
.mc4wp-form-theme-light button, .mc4wp-form-theme-light input[type=submit] {
    background-color: #c5afd5!important;
    width: 98%;
}