/*
  Theme Name: Hello Child Theme
  Description: Custom Child Theme
  Author: Matthias Seidel
  Author URI:   httpw://www.doryo.de
  Template: hello-elementor
  Version: 1.0.1
  Text Domain: child-theme
  License: GNU General Public License v3 or later.
  License URI: https://www.gnu.org/licenses/gpl-3.0.html
*/


/**********************************************
 * Menu
 **********************************************/


/**********************************************
 * Start
 **********************************************/
.lwa-divs-only {
  max-width: 500px;
  margin: 2em auto 0;
}

.lwa-form {
  display: flex;

  justify-content: center;
}

.lwa-username {
  display: none;
}

.lwa-divs-only .lwa-submit-button,
.lwa-divs-only .lwa-links {
  margin-top: 0;
}

#lwa_wp-submit {
  color: #fff;
  border: 1px solid #000;
  background: #000;
}

#lwa_wp-submit:hover {
  color: #000;
  border: 1px solid silver;
  background: silver;
}

/**********************************************
 * Password Page
 **********************************************/
.post-password-form {
  display: flex;

  max-width: 800px;
  margin: 0 auto;
  padding-top: 60vh;

  text-align: center;

  background: url(https://naughtysocialclub.com/wp-content/uploads/2021/11/naughty-social-club-logo.png) center 30px #fff no-repeat;
  background-size: 40vh;

  justify-content: center;
  flex-wrap: wrap;
  align-items: flex-start;
}
.post-password-form p {
  display: block !important;
}

.post-password-form p:first-of-type {
  max-width: 500px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
}
.post-password-form label input {
  width: 250px;
  height: 38px;
  margin-left: 10px;
  padding: 0 10px;
}
.post-password-form input[type=submit] {
  margin-left: 5px;
  padding: .8em 1.4em .7em;

  cursor: pointer;
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
  -webkit-transition-property: background-color, border, color, opacity;
          transition-property: background-color, border, color, opacity;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  text-align: center;
  text-transform: uppercase;

  color: #fff;
  border: none;
  border-radius: 6px;
  background: #9ab9af;
}
.post-password-form input[type=submit]:hover {
  background: #eeab94;
}


/**********************************************
 * Footer
 **********************************************/
