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

ol {
	padding: 0;
    margin: 16px 0 16px 16px;
    font-weight: 700;
	color:#0D3466;
}

/** Forms **/

.gform_wrapper .gfield input, .gform_wrapper .gfield select,
.gform-theme--foundation .gfield textarea{
	border-color: #d9d9d9;
}

.gform-theme--foundation .gform_fields {
  row-gap:20px;
}
	
.gform-theme--foundation .gfield textarea.large {
  min-block-size: auto;
	border-color: #d9d9d9;
}

.gform-theme.gform-theme--framework.gform_wrapper .button{ 
	background-color:#0D3466!important;
}

.gform_required_legend {
    margin: 0 0 10px;
}

.form-info{
	font-size: 14px;
  line-height: 20px;
}

.gform-theme.gform-theme--framework.gform_wrapper .button
 {
    background-color: #0D3466 !important;
    border-radius: 50px !important;
    padding:12px 41px 12px 40px !important;
}

.main-button{
	background-color: #0D3466;
	border-radius: 50px 50px 50px 50px;
  padding: 12px 41px 12px 40px;
	color:#fff;	
}

.grid-website div h3 a,
.footer-nav a{
	text-decoration:none;
}