/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
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.1
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
*/
/*Remove body margin*/
body{
	margin: 0px !important;
}
/*Stop x overflow*/
html, body 
{
	overflow-x: hidden;
}

/*-----GUTENBERG BLOCKS-----*/
/*Padding for tables*/
.wp-block-table.is-style-stripes td, .wp-block-table.is-style-stripes th {
    padding: 10px;
}
/*Margin for divider*/
.wp-block-separator.is-style-wide {
    border-bottom-width: 1px;
    margin-top: 30px;
    margin-bottom: 30px;
}
.blue-banner {
   transform: rotate(-45deg);
}
.gform_required_legend {
    display: none!important;
	color: #FFFFFF!important;
}
#gform_wrapper_5 .gform_body .gform_fields .gfield input[type=text]{
	background-color: #0A195F;
}
#gform_wrapper_5 .gform_footer input[type=submit] 
{
background-color: #0A195F;
}
	#gform_wrapper_5 .gform_body .gform_fields .gfield input[type=email],
	#gform_wrapper_5 .gform_body .gform_fields .gfield select
{
background-color: #0A195F;
padding: 5px 0px 5px 5px; !important
}

#gform_wrapper_1 .gform_body .gform_fields .gfield select
{
background-color: #262626;
padding: 5px 0px 5px 5px; !important
}