/**
 * Theme Name: 		   MarionVillaConsulting
 * Text Domain: 	   marionvilla
 * Version:            1.0.0
 * Tested up to:       6.7.1
 * Requires at least:  5.6
 * Author:             M Gogul Saravanan
 * Author URI:         https://profiles.wordpress.org/iamgogul/
 * Template:           hello-elementor
 * Template Version:   1.0.0
 * Description:        Hello Elementor Child Theme
 * Tags:               accessibility-ready, flexible-header, custom-colors, custom-menu, custom-logo, featured-images, rtl-language-support, threaded-comments, translation-ready,
 *
 * License: GNU General Public License v3 or later.
 * License URI: https://www.gnu.org/licenses/gpl-3.0.html
 *
 */

.fc-button {
    font-family: "Raleway", Sans-serif !important;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff !important;
    background-color: #C10E0E;
    border-radius: 10px;
    padding: 17px 30px 15px;
    text-decoration: none !important;
    width: 100%;
    display: inline-block;
    text-align: center;
}
.fc-button:hover {
    background: #051A38;
}
.calendly-popup {
    background: #ffffff;
}