/* @nyiriland 01.07.2022 */
/* more spacing around images */
.wp-block-image {
  margin: 0.5em 0;
  /* little more spacing around CTA links */
}
.wp-block-columns.is-style-homepage-left a, .wp-block-columns.is-style-homepage-right a, a[href="https://www.instagram.com/dayoneapp/"] {
  display: inline-block;
  margin-top: 0.25em;
  /* center reviews */
}
.reviews .wp-block-column {
  text-align: center;
  width: 600px;
  /* lengthen reviews container for better line wraps */
}
.wp-block-group.alignfull.reviews .wp-block-group__inner-container {
  max-width: 830px;
  /* space the Press logos better center on mobile */
}
.wp-block-group.alignfull.reviews .wp-block-group__inner-container .wp-block-columns.alignwide .wp-block-column {
  margin: 0 0.5em;
  /* make small text better to read */
}
.is-style-meta {
  color: #333b40;
}
.is-style-meta a {
  color: #248bd9;
  /* darken logos a bit */
}
.wp-block-group.alignfull img {
  opacity: 0.33;
  /* add more space below images in blog posts */
}
.after-image {
  margin-top: 2em;
  /* temporary fix for blog post headings */
}
.entry-content h2 {
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.entry-content h3 {
  font-size: 1.3em;
  /* add more space above and below columns in blog posts */
}
.columns-blog-spacing {
  margin: 3em 0 2em 0;
  /* add more space below archive descriptions */
}
.archive-description {
  margin-bottom: 50px;
  /* Get started now + read book buttons same height as App store one */
}
.wp-block-buttons .wp-block-button.get-started-btn .wp-block-button__link {
  padding: 0.55rem 1.85rem;
}
.wp-block-buttons .wp-block-button.read-book-btn .wp-block-button__link {
  padding: 0.5rem 1.85rem;
  /* add some styles to blockquotes */
}
.wp-block-quote {
  overflow-wrap: break-word;
  border-left: 5px solid #d4eefc;
  padding: 30px;
  margin: 0 10px 40px;
  /* fix list style margins */
}
ol {
  margin-left: 1em;
}
article .entry-meta {
  flex-wrap: wrap;
  /* fix paragraph style for "large" text */
}
.has-large-font-size {
  margin-bottom: 0.5em;
  /* ConvertFlow styles */
}
#element4441303 .cf-form .cf-full-width {
  margin-top: 10px !important;
}
#cta_145518 .cf-column[data-section-id="1520397"][data-column-position="first"] {
  border-radius: 8px !important;
}
#cta_145518 .cf-column[data-section-id="1520404"][data-column-position="first"] {
  border-radius: 8px !important;
  /* GH252 - TR - 2023/5/23 */
}
.page-id-27665 a {
  color: #1f7bc1;
}
.page-id-27665 .site-header .main-navigation ul li:last-child a {
  color: #1f7bc1;
  border-color: #1f7bc1;
}
.page-id-27665 .site-footer .inner .site-info {
    color: rgba(51, 59, 64, 12);
}