/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Post and page content
	# Alignments
	# Blocks
	# Custom block colors
	# Media
		# Captions
		# Galleries
	# Comments
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Post and page content
--------------------------------------------------------------*/
.sticky:not(.has-post-thumbnail) {
	margin-top: 100px;
}

.type-post {
	position: relative;
}

.sticky-badge {
	margin: 0 auto;
	max-width: calc(47.5 * 16)px; /* Fallback for older browsers. */
	max-width: 47.5rem;
}

.sticky-badge .sticky-text {
	position: absolute;
}

.has-post-thumbnail .sticky-badge .sticky-text {
	margin-top: -1em;
}

@media screen and (min-width: 60em) {
	.has-post-thumbnail .sticky-badge .sticky-text {
		margin-left: -5em;
	}
}

article:not(.has-post-thumbnail) .sticky-badge .sticky-text {
	top: -50px;
}

.sticky-badge .sticky-text {
	display: inline-block;
	color: white;
	padding: 0.3em 1.2em;
}

.page .entry-content {
	margin-bottom: 4rem;
}

.hentry {
	margin-bottom: 1rem;
}

.entry-meta,
.entry-footer {
	font-family: 'Poppins', sans-serif;
	font-size: 80%;
}

.entry-meta {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.entry-header .cat-links {
	display: block;
}
.entry-meta .byline + .posted-on::before {
	margin-left: 0.5em;
	content: '\2022';
	margin-right: 0.5em;
}

.entry-meta .author {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.entry-meta .author .author-avatar {
	margin-right: 10px;
}

.entry-meta .author .avatar {
	display: inline-block;
	border-radius: 50%;
	width: 40px;
}

/* Hides the update date and time. */
.updated:not(.published) {
	display: none;
}

.post-thumbnail img {
	margin: 0 auto;
}

.hentry hr {
	margin: 5rem auto;
	max-width: 47.5rem;
	width: 35%;
}

.hentry:last-of-type hr {
	display: none;
}
.hentry:last-of-type {
	margin-bottom: 5rem;
}

@media screen and (max-width: 50em) {
	.hentry hr {
		margin: 3rem auto;
	}

	.hentry:last-of-type {
		margin-bottom: 3rem;
	}
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-content,
.entry-content,
.entry-summary,
.not-found {
	margin-right: auto;
	margin-left: auto;
	max-width: calc(47.5 * 16)px; /* Fallback for older browsers. */
	max-width: 47.5rem;
}

.entry-header,
.entry-footer,
.entry-author,
.site-info,
.widget-area,
.post-navigation,
.page-navigation,
.comments-area {
	margin: 1.5em auto;
	max-width: calc(47.5 * 16)px; /* Fallback for older browsers. */
	max-width: 47.5rem;
}

@media screen and (max-width: 50em) {
	.page-header,
	.page-content,
	.sticky-badge,
	.entry-content,
	.entry-summary,
	.entry-header,
	.entry-footer,
	.content-404,
	.site-info,
	.widget-area,
	.post-navigation,
	.posts-navigation,
	.page-navigation,
	.comments-area {
		padding-right: 19px;
		padding-right: 1.2rem;
		padding-left: 19px;
		padding-left: 1.2rem;
	}
}
.page-links {
	clear: both;
	padding-bottom: 1.5em;
}

.entry-footer .tags-links {
	margin-right: 1em;
}

.entry-footer .tags-links span {
	display: block;
	font-size: 0.9rem;
	font-weight: 600;
}

.entry-footer .tags-links a {
	display: inline-block;
	font-style: italic;
	font-size: 0.9rem;
	font-weight: 300;
	padding-top: 5px;
}

.entry-footer {
	clear: both;
	padding: 1.2em 1.2rem 3em;
}

@media screen and (min-width: 48em) {
	.entry-footer {
		padding-right: 0;
		padding-left: 0;
	}
}

.entry-author {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: wrap;
	    flex-flow: wrap;
	background: #F2F2F2;
	padding: 1.5em 1.5em;
}

.entry-author .avatar {
	border-radius: 50%;
	width: 80px;
}

.entry-author .author-avatar {
	display: inline-block;
	margin-right: 1rem;
	margin-bottom: 1rem;
}

.entry-author .author-heading {
	display: inline-block;
}

.entry-author .author-title {
	margin-top: 0;
	font-size: 1rem;
	font-weight: bold;
	opacity: 0.8;
	line-height: 1.5;
}

.entry-author .author-title .author-name {
	display: block;
	font-size: 1.8rem;
	font-weight: 500;
	opacity: 1;
}

.entry-author .author-bio {
	display: block;
	margin-top: 0;
	width: 100%;
}

.entry-author .author-bio .author-link {
	display: block;
	margin-top: 0.4em;
}

@media screen and (min-width: 37.5em) {
	.entry-author .author-avatar {
		margin-bottom: 0;
	}
	.entry-author .author-bio {
		margin-left: 5.6em;
	}
}

.site-info {
	margin: 2em auto;
}

.entry-content .read-more-link,
.read-more-link {
	display: block;
	margin: 1em 0;
	border-bottom: 0;
}

.entry-content a {
	text-decoration: underline;
}
.entry-content a:hover,
.entry-content a:focus {
	text-decoration: none;
}

.search-no-results .no-results {
	margin-bottom: 8rem;
}

.search-no-results .page-content .search-form .search-field {
	width: 85%;
}

@media screen and (max-width: 37.5em) {
	.search-no-results .no-results {
		margin-bottom: 4rem;
	}
	.search-no-results .page-content .search-form .search-field {
		width: 100%;
	}
	.search-no-results .page-content .search-form .search-submit {
		margin-top: 0.4em;
	}
}

/*--------------------------------------------------------------
## Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

@media screen and (min-width: 48em) {
	.wp-caption.alignright,
	.wp-block-image.alignright {
		margin-right: calc((100% - calc(47.5 * 16)px) / 2);
		margin-right: calc((100% - 47.5rem) / 2);
	}

	.wp-caption.alignleft,
	.wp-block-image.alignleft {
		margin-left: calc((100% - calc(47.5 * 16)px) / 2);
		margin-left: calc((100% - 47.5rem) / 2);
	}
}

/*--------------------------------------------------------------
## Blocks
--------------------------------------------------------------*/
/*
 * Available block selectors:

 * .wp-block-image
 * .wp-block-gallery
 * .wp-block-video
 * .wp-block-quote
 * .wp-block-text-columns
 * .wp-block-cover-text
 * .wp-block-button
 * .wp-block-gallery
 * .wp-block-table
 * .wp-block-embed
 * .wp-block-audio
 * .wp-block-pullquote
 * .wp-block-preformatted
 * .wp-block-code
 * .wp-block-verse

 */

.wp-block-quote {
	padding-left: 1em;
	border-left: 4px solid black;
}

.wp-block-quote cite,
.wp-block-quote footer {
	display: block;
	color: hsl(0, 0%, 40%);
}

.wp-block-quote.is-large {
	margin: 1.5em auto;
}

.wp-block-quote.is-large p {
	margin-bottom: 0.75em;
	font-size: 1.6em;
	line-height: 1.25;
}

.wp-block-quote.is-large cite {
	font-size: 1.2em;
}

.entry-content ul,
.entry-content ol {
	padding-right: 2.5em;
	padding-left: 2.5em;
}

.entry-content ul ul,
.entry-content ol ol {
	margin-right: 0;
	margin-left: 0;
	padding-right: 1.5em;
	padding-left: 1.5em;
}

.wp-block-video video {
	max-width: 47.5rem;
}

.alignwide {
	/* max-width: calc(50% + var(--content-width)rem / 2); */
	margin-left: calc(25% - 25vw);
	margin-right: calc(25% - 25vw);
	width: auto;
	max-width: 1000%;
}

.alignfull {
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	max-width: 1000%;
	width: 100vw;
}
.alignfull img {
	max-width: 1000%;
}

.wp-block-image img {
	display: block;
}

.wp-block-cover-text p {
	padding: 1.5em 1.5em;
}

@media screen and (min-width: 48em) {
	.wp-block-cover-text p {
		padding: 1.5em 0;
	}

	.entry-content pre {
		padding: 1.5em;
	}
}

.wp-block-columns {
	grid-column-gap: 1em;
}

ul.wp-block-latest-posts.alignwide,
ul.wp-block-latest-posts.alignfull,
ul.wp-block-latest-posts.is-grid.alignwide,
ul.wp-block-latest-posts.is-grid.alignwide {
	padding: 0 1.5em;
}

.wp-block-table {
	display: block;
	overflow-x: auto;
}

.wp-block-table table {
	border-collapse: collapse;
	width: 100%;
}

.wp-block-table td,
.wp-block-table th {
	padding: 0.5em;
}

.entry-content li {
	list-style-position: outside;
}

/* Responsive video embed magic stuff: */
.wp-block-embed.type-video > .wp-block-embed__wrapper {
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 56.25%;
}

.wp-block-embed.type-video > .wp-block-embed__wrapper > iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

.wp-block-separator {
	margin-top: 4em;
	margin-bottom: 4em;
	width: 5em;
}

/*--------------------------------------------------------------
## Custom block colors.
--------------------------------------------------------------*/

.has-dusty-orange-color,
.has-dusty-orange-color a {
	color: #ed8f5b;
}

.has-dusty-orange-background-color {
	background-color: #ed8f5b;
}

.has-dusty-red-color,
.has-dusty-red-color a {
	color: #e36d60;
}

.has-dusty-red-background-color {
	background-color: #e36d60;
}

.has-dusty-wine-color,
.has-dusty-wine-color a {
	color: #9c4368;
}

.has-dusty-wine-background-color {
	background-color: #9c4368;
}

.has-dark-sunset-color,
.has-dark-sunset-color a {
	color: #33223b;
}

.has-dark-sunset-background-color {
	background-color: #33223b;
}

.has-almost-black-color,
.has-almost-black-color a {
	color: #0a1c28;
}

.has-almost-black-background-color {
	background-color: #0a1c28;
}

.has-dusty-water-color,
.has-dusty-water-color a {
	color: #41848f;
}

.has-dusty-water-background-color {
	background-color: #41848f;
}

.has-dusty-sky-color,
.has-dusty-sky-color a {
	color: #72a7a3;
}

.has-dusty-sky-background-color {
	background-color: #72a7a3;
}

.has-dusty-daylight-color,
.has-dusty-daylight-color a {
	color: #97c0b7;
}

.has-dusty-daylight-background-color {
	background-color: #97c0b7;
}

.has-dusty-sun-color,
.has-dusty-sun-color a {
	color: #eee9d1;
}

.has-dusty-sun-background-color {
	background-color: #eee9d1;
}

/*--------------------------------------------------------------
## Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
### Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*='wp-image-'] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
### Gallery Block - overrides core styles
--------------------------------------------------------------*/

.wp-block-gallery:not(.components-placeholder) {
	margin: 1.5em auto;
}

/* Override standard ul indentation. */

.entry-content .wp-block-gallery {
	padding-right: 1.5em;
	padding-left: 1.5em;
}

@media screen and (min-width: 48em) {
	.entry-content .wp-block-gallery {
		padding-right: 0;
		padding-left: 0;
	}
}

.wp-block-gallery {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
	grid-gap: 0.5em;
}

.wp-block-gallery.columns-2 .blocks-gallery-item,
.wp-block-gallery.columns-3 .blocks-gallery-item,
.wp-block-gallery.columns-4 .blocks-gallery-item,
.wp-block-gallery.columns-5 .blocks-gallery-item,
.wp-block-gallery.columns-6 .blocks-gallery-item,
.wp-block-gallery.columns-7 .blocks-gallery-item,
.wp-block-gallery.columns-8 .blocks-gallery-item,
.wp-block-gallery.columns-9 .blocks-gallery-item {
	grid-column: span 1;
	margin: 0;
	width: inherit;
}

.blocks-gallery-item:last-child:nth-child(odd) {
	grid-column: span 2;
}

@media screen and (min-width: 40em) {
	.wp-block-gallery.columns-2 {
		grid-template-columns: repeat(2, 1fr);
	}

	.wp-block-gallery.columns-3 {
		grid-template-columns: repeat(3, 1fr);
	}

	.wp-block-gallery.columns-4 {
		grid-template-columns: repeat(4, 1fr);
	}

	.wp-block-gallery.columns-5 {
		grid-template-columns: repeat(5, 1fr);
	}

	.wp-block-gallery.columns-6 {
		grid-template-columns: repeat(6, 1fr);
	}

	.wp-block-gallery.columns-7 {
		grid-template-columns: repeat(7, 1fr);
	}

	.wp-block-gallery.columns-8 {
		grid-template-columns: repeat(8, 1fr);
	}

	.wp-block-gallery.columns-9 {
		grid-template-columns: repeat(9, 1fr);
	}
}

/*--------------------------------------------------------------
### Galleries (Legacy)
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
	grid-gap: 0.5em;
}

@media screen and (min-width: 40em) {
	.gallery-columns-2 {
		grid-template-columns: repeat(2, 1fr);
	}

	.gallery-columns-3 {
		grid-template-columns: repeat(3, 1fr);
	}

	.gallery-columns-4 {
		grid-template-columns: repeat(4, 1fr);
	}

	.gallery-columns-5 {
		grid-template-columns: repeat(5, 1fr);
	}

	.gallery-columns-6 {
		grid-template-columns: repeat(6, 1fr);
	}

	.gallery-columns-7 {
		grid-template-columns: repeat(7, 1fr);
	}

	.gallery-columns-8 {
		grid-template-columns: repeat(8, 1fr);
	}

	.gallery-columns-9 {
		grid-template-columns: repeat(9, 1fr);
	}
}

.gallery-item {
	padding: 0.5em;
	border: 1px solid rgb(222, 222, 222);
}

.gallery-icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.gallery-caption {
	font-size: 80%;
}