/* @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);
}
  /* reduce line height of blog lists */
ul.blog-list {
    line-height: 1.3;
}

  /* Comparison chart fixes*/
.post-28941 .pricing-table__element.pricing-table__element--heading.plan-1 {
    text-align: center;
}
.post-28941 .pricing-table__row.pricing-table__row--price {
    max-height: 30px;
}
.post-28941 .wp-block-day-one-app-pricing-table .pricing-table > .pricing-table__row:last-child .pricing-table__element {
	padding-bottom: 1rem;
  border-radius: 0 0 5px 5px;
	border-top: none;
}
.post-28941 .wp-block-day-one-app-pricing-table .pricing-table .pricing-table__element {
	text-align: center;
}
  /* Premium icon for Features pages*/
.wp-block-image.premium-features-icon.aligncenter {
    display: inline;
}
.post-29062 .premium-features-icon {
	max-width: 100px;
}
  /* Breadcrumb nav on blog*/
.breadcrumbs {
	font-size: 14px;
}
p.breadcrumbs {
	margin: 1em 0 0 0;
}
  /* no sharing buttons on popup*/
.get-popup.get-popup--active .sharedaddy.sd-sharing-enabled {
    display: none;
}

  /* about page image*/
.wp-block-image.alignwide.size-full.about-image {
    max-width: 1199px !important;
    margin: -100px 0px -1px -200px!important;
}
@media (max-width: 600px) {.wp-block-image.alignwide.size-full.about-image {
    display: none;}}
 @media (max-width: 1000px) {.wp-block-image.alignwide.size-full.about-image {
    max-width: 700px !important;
    margin: -60px 0px -1px 40px!important;}}