/* 
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 */
html,body {
overflow-x:hidden;
}
a img:hover {
  opacity: 0.8;
}
#wp-members input[type="submit"] {
  padding: 5px 6px 4px;
  margin: 2% 5% 10% 0;
  display: block;
  width: 50%;
}
#wpmem_login, #wpmem_msg, #wpmem_reg, .wpmem_msg {
  width: 100% !important;
  max-width: 500px;
  margin: auto;
}
.simplepayjppayment-container input[type="email"], .simplepayjppayment-container input[type="text"] {
  width: 90%;
  display: block;
}
.home .back-history {
  display: none;
}
.swpm-form-row {
  margin-bottom: 20px;
}
.swpm-form-row label {
  font-weight: bold;
}
.swpm-post-no-access-msg {
  max-width: 700px;
  margin: 10% auto;
  text-align: center;
}
input {
  padding: 10px;
}
.swpm-text-field {
  min-width: 400px;
}
.swpm-submit-btn-default-style {
  font-size: 16px;
}