/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor page builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 2.9.0.1703021783
Updated: 2023-12-19 21:36:23

*/
h2 {
    font-size: 3.8rem;
	font-weight: 800;
}
.white-lnk a {
    color: #fff !important;
}
.red-button a:hover {
    background: #c0272d !important;
}
.red-button-wht a:hover {
    background: #fff !important;
	color: #c0272d !important;
}
label {
    width: 90%;
}
[type=submit], button {
    display: inline-block;
    font-weight: 400;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: #ee2d46;
    border: none;
    padding: 10px 50px;
    font-size: 1.5rem;
    border-radius: 30px;
    transition: all .3s;
	text-transform: uppercase;
}
[type=submit]:hover, button:focus, button:hover {
    color: #fff;
    background-color: #c0272d;
    text-decoration: none;
}