/**
 * Allows you to use retina images at various pixel densities.
 * Examples:
 *
 *   @include retina(/images/mypic.jpg, 2);
 *   @include retina(/images/mypic.jpg, 3, 100px 100px, left top no-repeat transparent);
 *
 * @param  {Value}  $path               The path to the file name minus extension.
 * @param  {Number} $cap:    2          The highest pixel density level images exist for.
 * @param  {Value}  $size:   auto auto  The intended width of the rendered image.
 * @param  {Value}  $extras: null       Any other `background` values to be added.
 */
/*
 * This is a manifest file that'll be compiled into blog_posts.css, which will include all the files
 * listed below.
 */
header.mdc-top-app-bar.header-container {
  background-color: var(--color-background-primary);
  align-items: center;
  color: var(--color-text-high-contrast);
  border-bottom: 1px solid var(--color-border-primary);
  padding: 0 24px;
}
header.mdc-top-app-bar.header-container.position-block {
  display: block;
  position: unset;
}
header.mdc-top-app-bar.header-container.position-block .mdc-top-app-bar__row {
  margin: 0 auto;
}
header.mdc-top-app-bar.header-container.compact {
  border-bottom: none;
}
header.mdc-top-app-bar.header-container.compact .mdc-top-app-bar__row {
  height: 44px;
}
header.mdc-top-app-bar.header-container.compact .header-logo-link {
  height: 24px;
}
header.mdc-top-app-bar.header-container.compact .header-logo-link svg {
  height: 24px;
}
header.mdc-top-app-bar.header-container.compact .navigation-choices > a {
  font-size: 14px;
}
header.mdc-top-app-bar.header-container .mdc-top-app-bar__row {
  height: 64px;
}
header.mdc-top-app-bar.header-container .mdc-top-app-bar__row .mdc-top-app-bar__section--align-start {
  flex-shrink: 0;
  padding-left: 0;
}
header.mdc-top-app-bar.header-container .mdc-top-app-bar__row .mdc-top-app-bar__section--align-end {
  padding-right: 0;
}
header.mdc-top-app-bar.header-container .header-logo-link {
  width: 150px;
  height: 32px;
}
header.mdc-top-app-bar.header-container .header-logo-link .logo-text {
  fill: var(--color-text-high-contrast);
}
header.mdc-top-app-bar.header-container .header-logo-link .logo-icon {
  fill: #0bbf7d;
}
header.mdc-top-app-bar.header-container .header-button-link {
  font-weight: 500;
}
header.mdc-top-app-bar.header-container .header-link {
  white-space: nowrap;
}
header.mdc-top-app-bar.header-container .navigation-choices > a {
  margin-left: 24px;
}
header.mdc-top-app-bar.header-container .navigation-choices .active {
  font-weight: bold;
  color: var(--color-text-medium-contrast);
}
header.mdc-top-app-bar.header-container .navigation-choices .header-button-link {
  border-radius: 3px;
  border: 1px solid var(--color-border-primary);
  background-color: var(--color-background-primary);
  padding: 5px 10px;
}
header.mdc-top-app-bar.header-container .navigation-choices .header-button-link:hover {
  background-color: var(--color-background-action-low-contrast);
}
header.mdc-top-app-bar.header-container .unread-message-count {
  background-color: var(--color-background-action-low-contrast);
  border: 2px solid var(--color-border-secondary);
  border-radius: 3px;
  display: none;
  font-weight: bold;
  margin-left: 3px;
  padding: 2px 4px;
}
header.mdc-top-app-bar.header-container .unread-message-count:hover {
  background-color: var(--color-background-action-medium-contrast);
}
@media only screen and (min-width: 768px) {
  header.mdc-top-app-bar.header-container .unread-message-count {
    display: inline-block;
  }
}
@media only screen and (max-width: 768px) {
  header.mdc-top-app-bar.header-container .header-logo-link {
    width: 113px;
    height: 24px;
  }
  header.mdc-top-app-bar.header-container .blog-link {
    display: none;
  }
}
@media only screen and (max-width: 600px) {
  header.mdc-top-app-bar.header-container {
    padding: 0 16px;
  }
  header.mdc-top-app-bar.header-container .mdc-top-app-bar__row {
    height: 56px;
  }
  header.mdc-top-app-bar.header-container .blog-link,
  header.mdc-top-app-bar.header-container .plugins-link {
    display: none;
  }
}
@media only screen and (max-width: 500px) {
  header.mdc-top-app-bar.header-container .social-link {
    display: none;
  }
}
@media only screen and (max-width: 400px) {
  header.mdc-top-app-bar.header-container .plans-link {
    display: none;
  }
  header.mdc-top-app-bar.header-container .navigation-choices > a {
    margin-left: 12px;
  }
}
@media only screen and (max-width: 310px) {
  header.mdc-top-app-bar.header-container .sign-out-link {
    display: none;
  }
}

.avatar {
  align-items: center;
  background-color: var(--color-background-tertiary);
  border-radius: 48px;
  color: #cbd3dd;
  display: flex;
  font-family: "PT Serif", serif;
  font-size: 48px;
  height: 96px;
  justify-content: center;
  overflow: hidden;
  position: relative;
  width: 96px;
}
.avatar > img {
  height: 96px;
  object-fit: cover;
  width: 96px;
}

.avatar .avatar-image,
.dz-preview {
  position: absolute;
  top: 0;
  left: 0;
}

.blog-post-comment {
  padding: 15px 0;
}
.blog-post-comment .comment-content {
  display: flex;
}
.blog-post-comment:nth-child(odd) {
  background: var(--color-background-secondary);
}
.blog-post-comment:nth-child(even) {
  background-color: var(--color-background-primary);
  padding: 25px 0;
}
.blog-post-comment .comment-status {
  padding: 4px;
  margin-bottom: 4px;
  background: #fff2c8;
}
.blog-post-comment .author-profile {
  font-weight: bold;
}
.blog-post-comment .comment-timestamp {
  color: var(--color-text-medium-contrast);
}
.blog-post-comment .comment-author-pic {
  padding-left: 15px;
}
.blog-post-comment .comment-author {
  font-size: 16px;
}
.blog-post-comment .comment-author-pic {
  padding-left: 10px;
}
.blog-post-comment .comment-body {
  width: 100%;
  margin-left: 20px;
  margin-right: 20px;
}
.blog-post-comment .comment-actions {
  margin-top: 10px;
}
.blog-post-comment .comment-response-form {
  display: none;
  padding: 10px 20px;
  width: 600px;
}
.blog-post-comment .comment-response-form .response-saved-comment {
  border-left: 4px solid var(--color-border-primary);
  margin: 12px 0;
  padding: 10px 20px 10px 40px;
}
.blog-post-comment .comment-response-form .respond-or-cancel {
  align-items: center;
  display: flex;
}
.blog-post-comment .comment-response-form .respond-or-cancel .material-icons {
  font-size: 16px;
  margin-left: 6px;
}
.blog-post-comment .comment-response-form textarea {
  height: 150px;
  padding: 10px;
  width: 600px;
}
.blog-post-comment .comment-response-form:target {
  display: block;
}
.blog-post-comment .reply-comment-container {
  border-left: 4px solid var(--color-border-primary);
  padding-left: 20px;
  margin-top: 10px;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  background-color: var(--color-background-primary);
}

a {
  color: var(--color-text-link);
}

.blog-posts {
  background: var(--color-background-secondary);
}
.blog-posts .post-author {
  display: flex;
  align-items: center;
}
.blog-posts .post-author .author-picture {
  width: 50px;
  height: 50px;
  border-radius: 25px;
  margin-right: 10px;
  overflow: hidden;
}
.blog-posts .post-author .author-picture .avatar {
  width: 50px;
  height: 50px;
}
.blog-posts .post-author .author-picture .avatar-image {
  max-width: 50px;
  max-height: 50px;
}
.blog-posts .post-date {
  color: var(--color-text-medium-contrast);
}

.blog-posts--index .blog-introduction {
  margin-top: 50px;
}
.blog-posts--index .blog-post {
  display: flex;
  flex-direction: column;
  width: 100%;
  border: 1px solid var(--color-border-primary);
  box-shadow: 0.5px 3px 3px var(--color-background-tertiary);
  background-color: var(--color-background-primary);
  margin-bottom: 30px;
}
@media only screen and (min-width: 600px) {
  .blog-posts--index .blog-post {
    flex-direction: row;
  }
}
.blog-posts--index .blog-post h3.post-title {
  display: flex;
  margin-top: 10px;
  font-size: 22px;
}
.blog-posts--index .blog-post h3.post-title > a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.blog-posts--index .blog-post .post-splash-pic {
  align-items: center;
  border-right: 1px solid var(--color-border-primary);
  display: flex;
  flex-shrink: 0;
  justify-content: center;
}
@media only screen and (min-width: 600px) {
  .blog-posts--index .blog-post .post-splash-pic {
    width: 200px;
  }
}
.blog-posts--index .blog-post .post-splash-pic > img {
  max-width: 100%;
  max-height: 200px;
}
.blog-posts--index .blog-post .post-details {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  padding: 15px 30px;
  min-width: 0;
}
.blog-posts--index .blog-post .post-content {
  margin-top: 15px;
  overflow: hidden;
}
@media only screen and (min-width: 992px) {
  .blog-posts--index .blog-post .post-content {
    max-height: 42px;
  }
}
.blog-posts--index .blog-post-pages {
  margin: 25px 0 30px;
}

.blog-posts--show {
  background-color: var(--color-background-primary);
}
.blog-posts--show .breadcrumb-container {
  margin-top: 15px;
}
@media only screen and (max-width: 1200px) {
  .blog-posts--show .blog-post-container.width-wrapper {
    max-width: 900px;
  }
}
.blog-posts--show .width-wrapper:not(.with-sidebar) {
  max-width: 900px;
}
.blog-posts--show .blog-title {
  margin-top: 25px;
}
.blog-posts--show blockquote {
  padding-left: 1em;
  border-left: 3px solid var(--color-border-primary);
  margin: 20px 0;
  color: var(--color-text-medium-contrast);
}
.blog-posts--show .post-author {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid var(--color-border-tertiary);
}
.blog-posts--show .blog-content-and-header-sidebar {
  display: flex;
  justify-content: space-between;
}
.blog-posts--show .blog-content {
  font-size: 16px;
  max-width: 900px;
  margin: 0 auto;
  overflow: auto;
  padding: 0 5px;
}
.blog-posts--show .blog-content .ample-editor .ample-editor-editor {
  padding: 0;
}
.blog-posts--show .blog-content img {
  max-width: 100%;
}
.blog-posts--show .blog-note-notice {
  display: flex;
  margin: 20px 0 40px;
  padding: 24px;
  background: var(--color-background-action-low-contrast);
  align-items: center;
}
.blog-posts--show .blog-note-notice .notice-message {
  font-size: 15px;
  margin-left: 20px;
}
.blog-posts--show .blog-note-notice .notice-message h3 {
  color: var(--color-text-medium-contrast);
  font-weight: normal;
  margin: 0;
  text-transform: uppercase;
}
.blog-posts--show .blog-note-notice .notice-message p {
  margin-bottom: 0;
  margin-top: 16px;
}
.blog-posts--show .new-blog-comment {
  margin-bottom: 50px;
}
.blog-posts--show .blog-post-comments {
  margin-bottom: 40px;
}
.blog-posts--show .new-comment-contents {
  display: flex;
}
.blog-posts--show .new-comment-contents .new-comment-picture {
  display: none;
}
@media only screen and (min-width: 600px) {
  .blog-posts--show .new-comment-contents .new-comment-picture {
    display: block;
  }
}
.blog-posts--show .new-comment-contents .new-comment-body {
  width: 100%;
  margin-left: 20px;
}
.blog-posts--show .new-comment-contents .comment-split-line {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.blog-posts--show .new-comment-contents .new-comment-text > textarea {
  width: 100%;
  height: 100px;
  padding: 10px;
}
.blog-posts--show .subscription-level-label {
  border-radius: 5px;
  border: 1px solid var(--color-border-primary);
  display: inline-block;
  font-size: 12px;
  margin-left: 3px;
  margin-right: 3px;
  padding: 2px 6px;
  position: relative;
  top: -2px;
}
.blog-posts--show .subscription-level-label.pro, .blog-posts--show .subscription-level-label.unlimited {
  background-color: var(--color-background-action-low-contrast);
}
.blog-posts--show .subscription-level-label.founder {
  background-color: var(--color-background-action-medium-contrast);
  font-weight: 500;
}
.blog-posts--show .subscription-level-label .material-icons {
  color: #ffb238;
  font-size: 12px;
}
