/* 
Theme Name:		Hello Elementor Child
Theme URI:		https://elementor.com/
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.0
Text Domain:	hello-elementor-child
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
*/

/* PAGE SUBHEADER STYLING */

.rr-subheader {
    font-size: 65%;
    font-weight: 400;
}

/* FLUENT FORM CUSTOM STYLING */

/* FLUENT FORM - VIVID FOOTER CONTACT FORM STYLING */

.rr-footer-form .frm-fluent-form .ff-el-input--label {
    color: #fff;
}
.rr-footer-form .frm-fluent-form button.ff-btn.ff-btn-submit {
    padding: .5em 1em;
    border-radius: 0;
    background: transparent;
    letter-spacing: 1px;
    font-size: 1.2em;
    border: 2px solid #fff;
}
.rr-footer-form .frm-fluent-form button.ff-btn.ff-btn-submit:hover {
    background-color: #fff;
    color: #363636;
}

/* FLUENT FORM - VIVID CONTACT PAGE CONTACT FORM STYLING */

.rr-contact-page-form .frm-fluent-form button.ff-btn.ff-btn-submit {
    padding: .5em 1em;
    border-radius: 0;
    background: transparent;
    letter-spacing: 1px;
    font-size: 1.2em;
    border: 2px solid #779153;
	color: #779153;
}
.rr-contact-page-form .frm-fluent-form button.ff-btn.ff-btn-submit:hover {
    background-color: #779153;
    color: #fff;
}

@media all and (max-width: 1024px) {
	
	/* PAGE SUBHEADER STYLING */
	
    .rr-subheader {
        font-size: 55%;
    }
}

@media all and (max-width: 767px) {
	
	/* PAGE SUBHEADER STYLING */
	
    .rr-subheader {
        font-size: 40%;
    }
}