/* 
Theme Name: Newsletter
Template: hello-elementor
Version: 1.0.0
Text Domain: hello-elementor-child
*/

/*body {
	color: #fff;
}*/
.custom-logo {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}
.site-header {
  z-index: 1;
}

.nl-instructions ul li {
  margin-bottom: 15px;
  font-size: 20px;
  letter-spacing: 1.2px;
}
.newsletter-box {
  height: 650px;
  border-radius: 8px;
  background-color: #000000a8;
  box-shadow: 2px 5px 15px #000;
}
.nl-box-title {
  height: 250px;
  background-image: url(http://news.hpa.co.in/wp-content/uploads/2022/02/traf-sL7w1eUfHJQ-unsplash.jpg);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}


/**/
.tnp-subscription input.tnp-submit {
  background-color: #5818a6;
  color: #fff;
  width: 130px;
  height: auto;
  margin: 0;
}
.elementor-element.elementor-element-75466047.elementor-widget.elementor-widget-text-editor {
  padding: 0 30px;
}
.tnp-profile form .tnp-field label {
  color: #fff;
  display: block;
  font-weight: 700;
  line-height: normal;
  padding: 5px;
  margin: 0;
}
.tnp-email, .tnp-firstname {
  border-radius: 4px !important;
}
.tnp-profile form .tnp-field input[type="submit"] {
  background-color: #5818a6;
  color: #fff;
  width: 130px;
  height: auto;
  margin: 0;
  border-radius: 4px;
}

/**/
.site-footer {
	display: none;
}