/*--------------------------------------------------------------
	Misc
--------------------------------------------------------------*/
body.no-scroll {
  overflow: hidden;
}

.logged-in #pills-navigation .menu-pill-menu-container .menu li a {
  padding-left: 1em;
  padding-right: 1em;
}
.logged-in #pills-navigation .menu-pill-menu-container .menu li.active a {
  background-color: var(--wp--preset--color--secondary);
}

#loginform {
  margin-top: 20px;
  margin-left: 0;
  padding: 26px 24px 34px;
  font-weight: 400;
  overflow: hidden;
  background: #fff;
  border: 1px solid #c3c4c7;
  border-radius: 3px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
  max-width: 20rem;
  margin: auto;
  /*p {

  	margin-bottom: 0;
  }*/
}
#loginform > p {
  margin: 0;
}
#loginform > p + p {
  margin-top: 0.6rem;
}
#loginform label {
  font-size: 14px;
  line-height: 1.5;
  display: inline-block;
  margin-bottom: 3px;
}
#loginform input:not([type=checkbox]) {
  width: 100%;
}
#loginform input:not([type=checkbox])[type=submit] {
  line-height: 1;
  white-space: nowrap;
  display: inline-block;
  background-color: rgba(0, 0, 0, 0);
  transition: all 0.2s ease;
  border-radius: 99px;
  font-weight: 500;
  text-decoration: none;
  text-align: center;
  background-color: #ffda00;
  color: #000;
  border: none;
  padding: 0.6em 3em;
  font-size: 14px;
}
