/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
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: 1.0.1
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
*/

body:not(.wp-admin) {
  display: flex;
  flex-direction: column;
  min-height: 100vh; /* Ensures the body is at least the height of the viewport */
}

.elementor-location-footer { /* This is the default class for Elementor footers */
  margin-top: auto; /* Pushes the footer to the bottom, filling available space */
}

/* Target the main content wrapper and make it grow */
.site-content, main { 
  flex-grow: 1; 
}

/** GRAVITY FORMS STYLING **/
.gform_required_legend {
    display: none;
}

.gfield_label {
    font-family: "Shell Medium" !important;
}

.loyalty-form [id^="gform_submit_button_"].gform_button {
    background-color: #404040 !important;
	color: #ffffff !important;
	border: none;
	border-radius: 0 !important;
	font-family: 'Shell Bold', Roboto, Arial !important;
	font-size: 16px !important;
	line-height: 1em !important;
	padding: 10px 20px 16px 20px;
}

.loyalty-form [id^="gform_submit_button_"].gform_button:hover, input.gform_button:focus {
	background-color: #FBCE07 !important;
	border: none;
	outline: none !important;
}

.loyalty-form .gfield_consent_label a {
	color: #DD1D21;
}

.loyalty-form .gfield_consent_label a:hover {
	color: #404040;
}

.loyalty-form .gfield_required_asterisk {
	color: #DD1D21;
}

.gform-theme--foundation .loyalty-form .gform_fields {
	row-gap: 20px;
}

.loyalty-form .gform_confirmation_message p {
	font-family: 'Shell Medium';
    font-size: 18px;
	line-height: 1.3em;
}