/*
	Theme Name: Hello Studio22
	Theme URI: https://studio22.com.au
	Author: Adam Trickett (Studio22)
	Author URI: https: //studio22.com.au
    Template: hello-elementor
*/


:where(.hello-studio22) {

    .elementor-element.elementor-widget.elementor-widget-text-editor {
        display: flex;
        flex-direction:column;
        gap:1.5rem;
    
        p {
            margin:0;
        }
    }

    /* logo marquee */
    .marquee {
        .swiper {
            /* margin-top: 4rem;
            mask-image: linear-gradient(to right,
                transparent 0%,
                white 10%,
                white 90%,
                transparent 100%); */

            .swiper-wrapper {
                transition-timing-function: linear;
                align-items: center;
            }

        }
    }

    .elementor-icon-list-text span {
        font-weight:normal;
        word-break:break-all;
    }


    .gform_wrapper.gravity-theme {

        .validation_message.gfield_validation_message {
            border-radius:0.35rem;
        }

        .gform-body.gform_body {
            .ginput_container {
                input[type="text"],
                input[type="email"],
                input[type="tel"],
                textarea {
                    width: 100%;
                    padding: 0.5rem 0.75rem;
                    border: 1px solid #ccc;
                    border-radius: 5px;
                    margin-bottom: 0.5rem;
                }
            }
        }
        .gform-footer.gform_footer {
            margin:0;

            input[type="submit"] {
                background-color:var(--e-global-color-primary);
                border:0 none;
                border-radius:0.25rem;
                color: #000;
                cursor: pointer;
                display:block;
                font-weight:400;
                padding: 0.5rem 1rem;
                transition: background-color 0.3s;
                width:100%;
                
                &:hover {
                    background-color:var(--e-global-color-accent);
                }
            }
        }
    }
}

#gform_confirmation_message_1 {
    text-align:center !important;
    color:var(--e-global-color-primary) !important;
}

.intro-form h3 {
    color:#FFF;
}

.form-sub-heading {
    border-bottom:0 none !important;
    margin:0 0 0.5rem 0 !important;
    padding:0 !important;

    h3 {
        font-size:1.5rem;
        margin-bottom:0;
        text-align:center;

    }

}




