.entry-title {
	display: none;
}

/* reset list fonts */
ul, ol {
	font-family: unset;
}

.site-info {
	display: none;
}

.hero {
	padding-top: 0;
	padding-bottom: 0;
}

footer {
	padding-top: 0;
}

/* Hide post meta: author and date */
.entry-meta, .posted-on, .byline {
	display: none !important;
}

/* Hide post tags */
.tags-links {
	display: none !important;
}

.blog .post {
	border-bottom: 2px solid #299de0;
/* Adds a blue line between posts */
	padding-bottom: 20px;
/* Space below each post */
	margin-bottom: 20px;
/* Space before the next post */
}

a:hover,
a:focus {
	color: #4bb8f0 !important;
}

/* Limit featured image width on desktop */
@media screen and (min-width: 800px) {
	.post-thumbnail img {
		max-width: 800px;
		width: 100%;
		height: auto;
		margin: 0 auto;
		display: block;
	}
}

/* Hide the header and footer ONLY on the Upwork portfolio page */
.page-id-2109 header.site-header,
.page-id-2109 .site-header,
.page-id-2109 #masthead,
.page-id-2109 footer.site-footer,
.page-id-2109 .site-footer,
.page-id-2109 #colophon {
	display: none !important;
}

/* Remove extra spacing on that page */
.page-id-2127 body.page {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

/* Hide the header and footer ONLY on the Upwork blog page */
.page-id-2127 header.site-header,
.page-id-2127 .site-header,
.page-id-2127 #masthead,
.page-id-2127 footer.site-footer,
.page-id-2127 .site-footer,
.page-id-2127 #colophon {
	display: none !important;
}

/* Remove extra spacing on that page */
.page-id-2127 body.page {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

/* Hide post dates in the Latest Posts block */
.wp-block-latest-posts__post-date {
	display: none !important;
}

/* (Optional) Hide post dates in Query Loop blocks */
.wp-block-post-date {
	display: none !important;
}
.single .post-thumbnail a,
.single .entry-media a,
.single .featured-image a {
  pointer-events: none;
  cursor: default;
}
/* Increase space between paragraphs in posts and pages */
.entry-content p {
    margin-bottom: 1.25em;
}