/*
 Theme Name:   Twenty Nineteen Child
 Theme URI:    https://diviextended.com/
 Description:  A child theme of Twenty Nineteen WordPress theme.
 Author:       Elicus Technologies
 Author URI:   https://elicus.com
 Template:     twentynineteen
 Version:      1.4
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/

@import url("../twentynineteen/style.css");

h1:not(.site-title)::before, h2::before {
  display: none;
}
input#nf-field-4.ninja-forms-field.nf-element{
	width: 100%;
	border-radius: 2px;
	background: #1a91f2;
}
input#nf-field-4.ninja-forms-field.nf-element:hover{
	background: #0c76cd;
	color: white;
}
.nf-form-fields-required{
	padding: 5px;
  max-width: 1000px;
  margin: 0 auto;
}
.nf-form-errors{
	padding: 5px;
  max-width: 1000px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .elementor .elementor-background-video-embed, .elementor .elementor-background-video-hosted {
    width: 1200px !important
	}
}
.nf-form-wrap.ninja-forms-form-wrap{
    text-align: center
}