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

/* Website */

body {
	background-color: #F3F3F3;
}
.container {
	max-width: 1000px;
	margin: 0 auto;
	padding: 3em 1em;
	font-family: 'Arimo', sans-serif;
	font-size: 16px;
	line-height: 1.4em;
}
.container img.logo {
	width: 70%;
	height: auto;
	margin: 0 auto 4em auto;
	display: block;
}

/* Jotform */

.form-label-left {
	width: 200px !important;
	padding: 0 !important;
}
.form-line {
	padding-top: 12px;
	padding-bottom: 12px;
}
.form-line {
    padding: 12px 0px !important;
	margin: 0 !important;
}
.form-label-right {
	width: 150px !important;
}
.form-all {
	width: 100% !important;
	background-color: transparent !important;
}
.jotform-form {
    padding: 0 !important;
}
.form-label {
		font-family: 'Arimo', sans-serif !important;
}
.form-textbox, .form-textarea {
    padding: 10px !important;
}
.form-submit-button {
	color: #FFF !important;
	background: rgba(255,146,10,1)!important;
	background: -moz-linear-gradient(top, rgba(255,146,10,1) 0%, rgba(255,175,75,1) 100%)!important;
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,146,10,1)), color-stop(100%, rgba(255,175,75,1)))!important;
	background: -webkit-linear-gradient(top, rgba(255,146,10,1) 0%, rgba(255,175,75,1) 100%)!important;
	background: -o-linear-gradient(top, rgba(255,146,10,1) 0%, rgba(255,175,75,1) 100%)!important;
	background: -ms-linear-gradient(top, rgba(255,146,10,1) 0%, rgba(255,175,75,1) 100%)!important;
	background: linear-gradient(to bottom, rgba(255,146,10,1) 0%, rgba(255,175,75,1) 100%)!important;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff920a', endColorstr='#ffaf4b', GradientType=0 )!important;
}