/* 
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 */

header.site-header,
footer.site-footer {
	display: none;
}
/* Quiz hubspot form start */
.capture-form fieldset {
	max-width: 100% !important;
}
.capture-form fieldset label {
	font-size: 9px;
    font-weight: 600;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: var(--gray);
}
.capture-form fieldset input,
.capture-form fieldset select {
	background: var(--surface);
    border: 1px solid var(--rule);
    color: var(--white);
    padding: 14px 16px;
    font-family: 'DM Sans', sans-serif;
    font-size: 14px;
    font-weight: 300;
    outline: none;
    transition: border-color 0.2s;
    -webkit-appearance: none;
    width: 100%;
}
.capture-form fieldset input.invalid.error {
	border-color: var(--red);
}
.capture-form fieldset .hs-error-msgs,
.capture-form form .hs_error_rollup {
	display: none;
}
.capture-form fieldset.form-columns-2 {
	display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}
.capture-form fieldset.form-columns-2 .hs-form-field {
	float: none !important;
	width: 100% !important;
	display: flex;
    flex-direction: column;
    gap: 6px;
}
.capture-form fieldset.form-columns-2 .hs-form-field div {
	margin-right: 0 !important;
}
.capture-form form {
	display: flex;
    flex-direction: column;
    gap: 12px;
}
.capture-form .hs-submit input.hs-button {
	    background: var(--red);
    color: var(--white);
    border: none;
    padding: 18px 44px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.2s;
    font-family: 'DM Sans', sans-serif;
    margin-top: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
}
.capture-form .hs-submit input.hs-button:hover {
	background: #e03a52;
    transform: translateY(-2px);
}
/* Quiz hubspot form end */