@import url("https://fonts.googleapis.com/css2?family=Sofia+Sans+Semi+Condensed&display=swap");

* {
  box-sizing: border-box;
}
html,
body {
  padding: 0;
  margin: 0;
  min-width: 320px;
}
body {
  background: #f9f9f9;
  font-family: "Sofia Sans Semi Condensed", sans-serif;
  font-size: 16px;
  color: #111;
}
a {
  color: #a7a7a7;
  text-decoration: none;
}
a:hover {
  color: #111;
}
label {
  cursor: pointer;
  color: #444;
  font-size: 1em;
  text-transform: uppercase;
  font-weight: 700;
}
h1,
h2,
h3,
h4 {
  font-weight: 600;
}

h2 {
  font-size: 1em;
  line-height: 1.2;
  margin-top: 40px;
  margin-bottom: 4px;
}

.section {
  margin-bottom: 45px;
}

input[type="text"],
input[type="email"],
input[type="password"],
select {
  padding: 10px 15px;
  border: 0px solid #888;
  border-radius: 10px;
  width: 100%;
  border: 1px solid #e6e6e6;
  font-size: 1em;
  outline: none;
  margin-top: 0.5rem;
  font-family: "Sofia Sans Semi Condensed", sans-serif;
}
input:focus {
  border: 1px solid #515151;
}

input:focus::placeholder {
  color: transparent;
}

input[disabled] {
  opacity: 0.5;
}

.center {
  text-align: center;
}
.right {
  text-align: right;
}
.error {
  color: #ff5722;
}
.button {
  background: #111;
  padding: 10px 15px;
  border-radius: 0px;
  border: 0;
  cursor: pointer;
  text-decoration: none;
  color: #ffff;
  display: inline-block;
  min-width: 150px;
  font-size: 1em;
  text-align: center;
  margin-top: 10px;
  font-family: "Sofia Sans Semi Condensed", sans-serif;
}
.button:hover {
  background: #f0f1f3;
  color: #111;
}
.button.button-outline {
  background: #fff;
  border: 1px solid #111;
  color: #111;
}
.button.button-outline:hover {
  border-color: #333;
  background-color: #333;
  color: #fff;
}

.container {
  margin: 60px auto 15px auto;
  max-width: 550px;
}

.wrap {
  background: #fff;
  padding: 40px;
  border: 0px solid #eee;
}

.header {
  padding-bottom: 15px;
  margin-bottom: 30px;
}
.header .logo img {
  width: auto;
  max-width: 140px;
}

.unsub-all {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #eee;
}

.row {
  margin-bottom: 20px;
}
.lists {
  list-style-type: none;
  padding: 0;
  margin-top: 40px;
  margin-bottom: 40px;
}
.lists li {
  margin: 0 0 5px 0;
}
.lists .description {
  margin: 0 0 15px 0;
  font-size: 0.875em;
  line-height: 1.3rem;
  color: #888;
  margin-left: 25px;
}
.form .nonce {
  display: none;
}
.form .captcha {
  margin-top: 30px;
}

.archive {
  list-style-type: none;
  margin: 25px 0 0 0;
  padding: 0;
}
.archive .date {
  display: block;
  color: #666;
  font-size: 0.875em;
}
.archive li {
  margin-bottom: 15px;
}
.feed {
  margin-right: 15px;
}

.home-options {
  margin-top: 30px;
}
.home-options a {
  margin: 0 7px;
}

.pagination {
  margin-top: 30px;
  text-align: center;
}
.pg-page {
  display: inline-block;
  padding: 0 10px;
  text-decoration: none;
}
.pg-page.pg-selected {
  text-decoration: underline;
  font-weight: bold;
}

.login .submit {
  margin-top: 20px;
}
.login button {
  width: 100%;
  vertical-align: middle;
  display: flex;
  align-items: center;
  justify-content: center;
}
.login button img {
  max-width: 24px;
  margin-right: 10px;
}

#btn-back {
  display: none;
}

footer.container {
  margin-top: 15px;
  text-align: center;
  color: #aaa;
  font-size: 0.775em;
  margin-top: 30px;
  margin-bottom: 30px;
}
footer a {
  color: #aaa;
  text-decoration: none;
}
footer a:hover {
  color: #111;
}

@media screen and (max-width: 650px) {
  .wrap {
    margin: 0;
    padding: 30px;
    max-width: none;
  }
}
