/*
Theme Name: Brookwater Home Owners Club 1.1
Author: Michael Schmidt
Description: The theme of Brookwater Home Owners Club
Version: 1.1
*/

header a,
footer a {
  text-decoration: none;
  border: none;
  color: white;
}

hr {
  height: 1px;
  border: 0;
  background: black;
  opacity: 0.1;
  margin: 3rem 0;
}

/* *
 *
 * Front Page
 *
 * */

.title-tint {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.4) 100%
  );
}

.archive-navigation {
  width: 60rem;
  margin: 0 auto;
  position: relative;
}

.archive-navigation:after {
  content: "";
  display: block;
  clear: both;
}
.previous {
  float: left;
}
.next {
  float: right;
}

aside {
  float: right;
  padding-left: 1.5rem;
}

aside h3 {
  font-size: 1rem;
  margin: 1.75rem 0 0;
}

aside p + h3 {
  margin: 1rem 0 0;
}

aside p {
  font-size: 0.9rem;
}

/* *
 *
 * Index
 *
 * */

.page {
  padding-bottom: 5rem;
  display: block;
}

li.post h2 {
  margin-right: 230px;
}
.post:after {
  content: "";
  clear: both;
  display: block;
}

.read-more {
  float: left;
  clear: left;
}

li h2 {
  margin-top: 0;
  margin-bottom: 0.75em;
  font-weight: 400;
  color: rgb(30, 30, 30);
  float: left;
}

/* *
 *
 * Page
 *
 * */

.page:not(body) {
  background: #f5f5f5;
}

/* *
 *
 * Forms
 *
 * */

.post-password-form input[type="text"],
.post-password-form input[type="email"],
.post-password-form input[type="password"],
.post-password-form textarea {
  padding: 1rem;
  float: none;
  position: static;
  margin-left: 0;
}
.post-password-form input[type="password"] {
  margin-bottom: 2rem;
}

.post-password-from p {
  text-align: left;
}

form p:after {
  content: "";
  display: block;
  clear: both;
}

span[role="alert"] {
  clear: both;
  width: 18.75rem;
  float: right;
  text-align: left;
  font-size: 0.75rem !important;
  position: absolute;
  bottom: -0.85rem;
  right: 0;
}
