body {
  padding-top: 140px !important;
}
body main {
  padding-top: 240px;
}
@media screen and (max-width: 1120px) {
  body main {
    padding-top: 60px;
  }
}

#mc_embed_signup {
  position: relative;
  z-index: 50;
  width: calc(100% - 40px);
  max-width: 900px;
  height: auto;
  border-radius: 8px;
  margin: 220px auto 30px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 4px 15px -3px rgba(0, 0, 0, 0.1);
  padding: 15px;
  transition: all 0.25s;
}
#mc_embed_signup:hover {
  background: rgba(255, 255, 255, 0.05);
  box-shadow: 0 4px 20px -3px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 1120px) {
  #mc_embed_signup {
    margin: 100px auto 30px;
  }
}
#mc_embed_signup * {
  color: white;
}
#mc_embed_signup form {
  width: 100%;
  height: auto;
}
#mc_embed_signup form #mc_embed_signup_scroll {
  display: grid;
  grid-template-columns: 1fr minmax(auto, 200px);
  grid-gap: 1px;
}
#mc_embed_signup form #mc_embed_signup_scroll h2 {
  grid-column: 1/3;
  grid-row: 1/2;
  padding: 5px 10px;
  margin-bottom: 15px;
}
#mc_embed_signup form #mc_embed_signup_scroll .asterisk {
  color: red;
  display: inline;
  margin-left: 5px;
}
#mc_embed_signup form #mc_embed_signup_scroll .indicates-required {
  display: none;
  grid-column: 2/3;
  grid-row: 1/2;
  padding: 5px 10px;
  text-transform: uppercase;
  font-size: 12px;
  align-items: center;
}
#mc_embed_signup form #mc_embed_signup_scroll .mc-field-group {
  grid-column: 1/2;
  grid-row: 2/3;
  display: grid;
  grid-template-rows: 30px 50px auto;
}
#mc_embed_signup form #mc_embed_signup_scroll .mc-field-group label {
  grid-row: 1/2;
  display: flex;
  align-items: center;
  border-radius: 5px 5px 0 0;
  text-transform: uppercase;
  font-size: 12px;
  padding: 5px 10px;
}
#mc_embed_signup form #mc_embed_signup_scroll .mc-field-group input {
  grid-row: 2/3;
  background: rgba(0, 0, 0, 0.3);
  border-bottom-right-radius: 0 !important;
  padding: 5px 10px;
  border: none;
}
#mc_embed_signup form #mc_embed_signup_scroll .mc-field-group input:focus {
  background: rgba(0, 0, 0, 0.3);
}
#mc_embed_signup form #mc_embed_signup_scroll .mc-field-group > div {
  grid-row: 3/4;
  font-size: 11px;
  text-transform: uppercase;
}
#mc_embed_signup form #mc_embed_signup_scroll .mc-field-group *:last-child {
  border-radius: 0 0 5px 5px;
}
#mc_embed_signup form #mc_embed_signup_scroll #mce-responses {
  display: block;
  grid-column: 1/3;
  grid-row: 3/4;
}
#mc_embed_signup form #mc_embed_signup_scroll #mce-responses > div {
  margin-top: 10px;
  padding: 10px;
  font-size: 14px;
  border-radius: 5px;
}
#mc_embed_signup form #mc_embed_signup_scroll #mce-responses #mce-error-response {
  background: rgba(255, 0, 0, 0.5);
}
#mc_embed_signup form #mc_embed_signup_scroll #mce-responses #mce-success-response {
  background: rgba(0, 255, 184, 0.3);
}
#mc_embed_signup form #mc_embed_signup_scroll div[style] {
  display: none;
}
#mc_embed_signup form #mc_embed_signup_scroll .clear:not(#mce-responses) {
  grid-column: 2/3;
  grid-row: 2/3;
  display: grid;
  grid-template-rows: 30px 50px auto;
}
#mc_embed_signup form #mc_embed_signup_scroll .clear:not(#mce-responses) input {
  grid-row: 2/3;
  width: 100%;
  height: 50px;
  border-radius: 0 5px 5px 0;
  border: 0;
  background: rgba(0, 0, 0, 0.2);
  color: white;
  text-transform: uppercase;
  font-size: 12px;
  transition: background 0.25s, color 0.25s;
}

.header-tags {
  width: calc(100% - 40px);
  max-width: 900px;
  display: flex;
  grid-gap: 7px;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  margin-bottom: 30px;
}
.header-tags a {
  height: 36px;
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0 20px;
  line-height: 36px;
  border-radius: 18px;
  color: white;
  background: rgba(255, 255, 255, 0.1);
}
.header-tags a:hover {
  text-decoration: none;
  color: black;
  background: rgb(255, 255, 255);
}

header.page-header {
  width: calc(100% - 40px);
  max-width: 900px;
  margin: 100px auto 30px;
}
header.page-header h1.page-title {
  text-align: center;
}
header.page-header h1.page-title .archive-prefix {
  display: none;
}
header.page-header h1.page-title .page-description {
  color: white;
  font-size: 36px;
  text-transform: uppercase;
}

.post-list {
  width: 100%;
  height: auto;
  padding-bottom: 100px;
}
.post-list .post-list-item {
  background-color: rgba(0, 27, 40, 0.5333333333);
  width: 100%;
  max-width: 900px;
  min-height: 300px;
  height: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
  margin: 0 auto 15px !important;
}
.post-list .post-list-item figure.post-thumbnail {
  grid-row: 1/2;
  width: 100%;
  height: 100%;
}
.post-list .post-list-item figure.post-thumbnail a {
  display: block;
  width: 100%;
  height: 100%;
}
.post-list .post-list-item figure.post-thumbnail a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.post-list .post-list-item .post-list-item-header {
  grid-row: 1/2;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.post-list .post-list-item .post-list-item-header .tags {
  display: block;
  width: 100%;
  height: auto;
}
.post-list .post-list-item .post-list-item-header .tags .tag {
  display: inline-block;
}
.post-list .post-list-item .post-list-item-header .tags .tag a {
  font-size: 10px;
  text-transform: uppercase;
}
.post-list .post-list-item .post-list-item-header .tags .tag a:hover {
  color: white;
  text-decoration: none;
}
.post-list .post-list-item .post-list-item-header h2.entry-title a {
  color: white;
  font-size: 22px;
  text-transform: uppercase;
}
.post-list .post-list-item .post-list-item-header h2.entry-title a:hover {
  color: white;
  text-decoration: none;
}
.post-list .post-list-item .post-list-item-header .read-more {
  margin-top: auto;
}
.post-list .post-list-item .post-list-item-header .read-more a {
  color: white;
  font-size: 13px;
  opacity: 0.5;
  text-transform: uppercase;
}
.post-list .post-list-item .post-list-item-header .read-more a:hover {
  opacity: 1;
  text-decoration: none;
}
.post-list .post-list-item:nth-child(n) .post-list-item-header {
  grid-column: 2/3;
}
.post-list .post-list-item:nth-child(n) figure.post-thumbnail {
  grid-column: 1/2;
}
.post-list .post-list-item:nth-child(2n) .post-list-item-header {
  grid-column: 1/2;
}
.post-list .post-list-item:nth-child(2n) figure.post-thumbnail {
  grid-column: 2/3;
}
.post-list nav.navigation.pagination {
  display: grid;
  place-content: center;
}
.post-list nav.navigation.pagination .screen-reader-text {
  opacity: 0;
}
.post-list nav.navigation.pagination .nav-links {
  display: flex;
  justify-content: space-between;
  min-width: 200px;
}
.post-list nav.navigation.pagination .nav-links .prev.page-numbers, .post-list nav.navigation.pagination .nav-links .next.page-numbers {
  display: grid;
  place-content: center;
}
.post-list nav.navigation.pagination .nav-links .prev.page-numbers svg, .post-list nav.navigation.pagination .nav-links .next.page-numbers svg {
  height: 32px;
  width: 32px;
}
.post-list nav.navigation.pagination .nav-links .nav-next-text, .post-list nav.navigation.pagination .nav-links .nav-prev-text {
  display: none;
}
.post-list nav.navigation.pagination .nav-links a.page-numbers, .post-list nav.navigation.pagination .nav-links span.page-numbers {
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .post-list {
    padding-bottom: 1px;
  }
  .post-list .post-list-item {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr;
    margin: 0 auto 1px !important;
  }
  .post-list .post-list-item figure.post-thumbnail {
    grid-row: 1/2;
  }
  .post-list .post-list-item .post-list-item-header {
    grid-row: 2/3;
  }
  .post-list .post-list-item:nth-child(n) .post-list-item-header {
    grid-column: 1/2;
  }
  .post-list .post-list-item:nth-child(n) figure.post-thumbnail {
    grid-column: 1/2;
  }
  .post-list .post-list-item:nth-child(2n) .post-list-item-header {
    grid-column: 1/2;
  }
  .post-list .post-list-item:nth-child(2n) figure.post-thumbnail {
    grid-column: 1/2;
  }
}

article.post, article.page {
  width: calc(100% - 40px);
  max-width: 900px;
  height: auto;
  margin: 100px auto 0;
}
article.post *, article.page * {
  color: white;
}
article.post header.entry-header, article.page header.entry-header {
  width: 100%;
}
article.post header.entry-header > *, article.page header.entry-header > * {
  width: 100%;
  display: block;
}
article.post header.entry-header h1, article.page header.entry-header h1 {
  text-align: center;
  color: white;
  font-size: 36px;
  margin-bottom: 1rem;
}
article.post .post-date, article.page .post-date {
  text-align: center;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
}
article.post figure.post-thumbnail, article.page figure.post-thumbnail {
  margin-top: 60px;
  width: calc(100% + 20px);
  transform: translateX(-10px);
  line-height: 0;
}
article.post figure.post-thumbnail img, article.page figure.post-thumbnail img {
  width: 100%;
  height: auto;
}
article.post .entry-content, article.page .entry-content {
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 10px;
}
article.post .entry-content h1, article.post .entry-content h2, article.post .entry-content h3, article.post .entry-content h4, article.post .entry-content h5, article.post .entry-content h6, article.page .entry-content h1, article.page .entry-content h2, article.page .entry-content h3, article.page .entry-content h4, article.page .entry-content h5, article.page .entry-content h6 {
  text-transform: uppercase;
  font-size: 15px;
  margin-top: 30px;
}
article.post .entry-content p, article.page .entry-content p {
  display: block;
  width: 100%;
  font-size: 18px;
  color: white;
  margin: 15px auto;
}
article.post .entry-content a, article.page .entry-content a {
  text-decoration: underline;
  color: #5cc2ef;
}
article.post .entry-content ul, article.post .entry-content ol, article.page .entry-content ul, article.page .entry-content ol {
  list-style-position: inside;
  margin: 15px auto;
}
article.post .entry-content ul li, article.post .entry-content ol li, article.page .entry-content ul li, article.page .entry-content ol li {
  color: white;
  font-size: 18px;
}
article.post .entry-content ul li *, article.post .entry-content ol li *, article.page .entry-content ul li *, article.page .entry-content ol li * {
  color: inherit;
  font-size: inherit;
}
article.post .entry-content figure, article.page .entry-content figure {
  width: calc(100% + 20px);
  transform: translateX(-10px);
  line-height: 0;
}
article.post .entry-content figure img, article.page .entry-content figure img {
  width: 100%;
  height: auto;
}
article.post .entry-content figure figcaption, article.page .entry-content figure figcaption {
  display: block;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.1);
  padding: 7px;
  font-size: 14px;
}
article.post .entry-content blockquote, article.page .entry-content blockquote {
  background: rgba(255, 255, 255, 0.1);
  padding: 10px 25px 25px;
}
article.post .entry-content blockquote cite, article.page .entry-content blockquote cite {
  font-size: 14px;
}

nav.post-navigation {
  width: calc(100% - 40px);
  max-width: 900px;
  margin: 30px auto;
}
nav.post-navigation h2 {
  display: none;
}
nav.post-navigation .nav-links {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
nav.post-navigation .nav-links > div:first-child {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
nav.post-navigation .nav-links > div:only-child {
  grid-column: 1/3;
  border-right: none;
}
nav.post-navigation .nav-links > div > a {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 30px;
}
nav.post-navigation .nav-links > div > a:hover {
  background: rgba(255, 255, 255, 0.05);
  text-decoration: none !important;
}
nav.post-navigation .nav-links > div > a:hover * {
  text-decoration: none !important;
}
nav.post-navigation .nav-links > div > a * {
  text-decoration: none !important;
}
nav.post-navigation .nav-links > div > a *:hover {
  text-decoration: none;
}
nav.post-navigation .nav-links > div > a .meta-nav {
  display: none;
}
nav.post-navigation .nav-links > div > a .screen-reader-text {
  font-size: 11px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
}
nav.post-navigation .nav-links > div > a .post-title {
  color: white;
  font-size: 22px;
}
nav.post-navigation .nav-links > div.nav-previous > a {
  align-items: flex-start;
}
nav.post-navigation .nav-links > div.nav-next > a {
  align-items: flex-end;
}

#hive-footer section .email {
  display: none !important;
}
#hive-footer section .stock {
  grid-column: 1/5 !important;
}

/*# sourceMappingURL=blog.css.map */
