/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */


.acf-field p.description {
    color: #ffffff !important;
    display: block !important;
    margin-top: 6px !important;
    padding-bottom: 10px !important;
}

.fea-submit-button button button-primary {
    display: inline-block;
    font-weight: 400;
    color: #c20000;
    text-align: center;
    white-space: nowrap;
    user-select: none;
    background-color: white;
    border: 1px solid #c20000;
    padding: .5rem 1rem;
    font-size: 1rem;
    border-radius: 3px;
    transition: all .3s;
}

:root {
  --h1-font-size: clamp(1.6111111111111rem, 1.35065rem + 1.23377vw, 2.6666666666667rem);
  --h2-font-size: clamp(1.3333333333333rem, 1.14141rem + 0.90909vw, 2.1111111111111rem);
  --h3-font-size: clamp(1.1111111111111rem, 0.94661rem + 0.77922vw, 1.7777777777778rem);
  --h4-font-size: clamp(1.1111111111111rem, 1.00144rem + 0.51948vw, 1.5555555555556rem);
  --h5-font-size: clamp(1rem, 0.94517rem + 0.25974vw, 1.2222222222222rem);
  --h6-font-size: clamp(1rem, 0.97258rem + 0.12987vw, 1.1111111111111rem);
  --body-font-size: clamp(0.88888888888889rem, 0.83405rem + 0.25974vw, 1.1111111111111rem);
  --p-font-size: clamp(0.88888888888889rem, 0.83405rem + 0.25974vw, 1.1111111111111rem);
}