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

/*
    Add your custom styles here
*/
.sendpress-content {
  max-width: 800px;
  margin: 0 auto;
}

.sendpress-content h5,
.sendpress-content p,
.sendpress-content table td {
  color: #fff;
}

.sendpress-content table {
  border-radius: 0 !important;
}

.sendpress-content .table-condensed th, .sendpress-content .table-condensed td {
  padding: 10px !important;
}

.sendpress-content table input[type=radio] {
  cursor: pointer;
}

input[type=date],
input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=url],
select,
textarea {
  border-radius: 0;
}

.sendpress-content .subscriber-info {
  border-radius: 0;
}

.sendpress-content form > div {
  display: none;
}

.sendpress-content form label {
  margin-top: 15px;
}

.sendpress-content form h5 {
  margin: 30px 0 0 0;
}

.sendpress-content form input[type=submit] {
  border-radius: 0;
  border: none;
  background: #fff;
  color: rgba(21,52,78,1);
  text-transform: uppercase;
  display: block;
  margin: 0 auto;
  padding: 10px 20px;
  font-size: 24px;
}

.sendpress-content form input[type=submit]:hover {
  background: #efefef;
}
