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


.client-logo{
	width: 260px;
}
.copyright.show {
    text-align: right;
	padding-right: 1rem;
}

.sticky-form {
    position: sticky;
    top: 100px;
    z-index: 1;
}

/*RM Form Styles */

.rm-form #gform_fields_1 {
    row-gap: 30px;
}

.rm-form_wrapper p.gform_required_legend {
    font-size: 0.7rem;
}

.rm-form .ginput_container input {
    height: 50px;
    border-radius: 10px;
	border: 1px solid #999999;
}

.rm-form fieldset.rm-items legend.gfield_label{
    padding: 0px 10px;
}

.rm-form input[type="checkbox"] {
    height: 30px;
    width: 30px;
	border-radius: 5px;
}
.rm-form fieldset.rm-items {
  	padding: 0.7rem 1.4rem 1.2rem;
    border-radius: 9px;
    border: 1px solid #e4e4e4;
	background: #f7f7f7;
}

.rm-form input#gform_submit_button_1 {
    background: #3e1707;
    padding: 20px;
    font-size: 1.2rem;
    border-radius: 10px;
}

/* Extra large (xl): 1200px and down */
@media (max-width: 1200px) {
	
	.client-logo{
		width: 190px;
 		display: block;
  		margin: 0 auto;
	}
	
}

@media (max-width: 580px){

	.site-header .header-inner{
		display: block !important;
	}
	.copyright.show{
		text-align: center;
	}

}