.post-password-form input {
	display: inline-flex;
	height: 50px;
	padding: 5px 2em;
	border: 0;
	border-radius: 3px;
	background: 0 0;
	flex-flow: row wrap;
	align-items: center;
	justify-content: center;
	font-weight: 400;
}

.post-password-form input[type=password] {
	border: 1px solid #eaeaea;
	padding-inline-start: 15px;
	padding-inline-end: 15px;
	transition: box-shadow .3s;
}

.post-password-form input[type=password]:focus {
	box-shadow: 0 10px 25px rgba(0, 0, 0, .1);
	outline: 0;
}

.post-password-form input[type=submit] {
	background-color: var(--color-primary);
	color: #fff;
}

#cancel-comment-reply-link {
	padding: .35em .75em .5em;
	margin-inline-start: 1em;
	background-color: rgba(253, 58, 24, .6);
	font-size: 12px;
	line-height: 1.5em;
	text-transform: none;
	color: #fff;
	border-radius: 2px;
}

#cancel-comment-reply-link:hover {
	background-color: #fd3a18;
}

.lqd-blog-post-style-3 .post-author {
	order: -1;
	align-self: center;
	flex-shrink: 0;
}

.post-author {
	display: flex;
	margin: 2em 0;
	padding: 3em 0;
	border-top: 1px solid #d8dbe2;
	border-bottom: 1px solid #d8dbe2;
	position: relative;
	font-size: 16px;
}

.post-author figure {
	margin-inline-end: 30px;
	width: 88px;
	flex-shrink: 0;
}

.post-author figure img {
	width: 100%;
	border-radius: 50em;
}

.post-author p {
	margin: 0;
	line-height: 1.32em;
}

.post-author h3, .post-author h6 {
	margin: 0;
	line-height: 1.5em;
}

.post-author h3 {
	font-size: 19px;
	font-weight: 700;
	color: #181b31;
}

.post-author h3 a {
	font-size: inherit;
	color: inherit;
}

.post-author h3:last-child {
	margin-bottom: .65em;
}

.post-author h6 {
	margin-bottom: 1em;
	margin-top: .5em;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: .1em;
	color: #a7a9b8;
}

.post-author .post-author-info {
	overflow: hidden;
	flex-grow: 1;
}

.post-author-info-head>div:last-child {
	display: none;
}

.post-author-img-overlay {
	padding: 0;
	border: 0;
	flex-direction: column-reverse;
}

.post-author-img-overlay figure {
	width: 100%;
	padding-top: 78%;
	margin: 0;
	position: relative;
}

.post-author-img-overlay figure:after {
	content: "";
	display: inline-block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: linear-gradient(to top, #000, transparent 50%);
}

.post-author-img-overlay figure img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 0;
	object-fit: cover;
}

.post-author-img-overlay h6 {
	order: 4;
	margin: 0;
	font-size: 18px;
	text-transform: none;
	letter-spacing: 0;
	color: rgba(0, 0, 0, .75);
}

.post-author-img-overlay h3 {
	margin-bottom: .25em;
	font-size: 35px;
	font-weight: 700;
}

.post-author-img-overlay .post-author-info {
	position: absolute;
	bottom: 2em;
	left: 10%;
	right: 10%;
	font-size: 18px;
	color: rgba(255, 255, 255, .75);
}

.lqd-blog-post-style-4 .post-author, .lqd-blog-post-style-6 .post-author {
	margin-bottom: 0;
}

@media screen and (min-width:768px) {
	.post-author-img-overlay {
		width: 500px;
	}
}

@media screen and (max-width:768px) {
	.post-author-img-overlay {
		width: 85%;
	}
}

@media screen and (max-width:479px) {
	.post-author-img-overlay {
		width: 100%;
	}
	
	.post-author-classic {
		flex-direction: column;
	}
	
	.post-author-classic .post-author-info-head {
		flex-direction: column;
		align-items: inherit !important;
	}
}

nav.post-nav .nav-subtitle svg {
	width: 1.35em;
	height: 1.35em;
	stroke: currentColor;
}

nav.post-nav svg {
	transition: transform .3s cubic-bezier(0, .95, .3, 1);
}

nav.post-nav .nav-previous .nav-subtitle svg {
	margin-inline-end: 1em;
}

nav.post-nav .nav-next .nav-subtitle svg {
	order: 1;
	margin-inline-start: 1em;
}

@media screen and (max-width:479px) {
	.lqd-blog-post-style-3 .post-nav, .lqd-blog-post-style-4 .post-nav, .lqd-blog-post-style-6 .post-nav {
		padding-top: 20px;
		padding-bottom: 20px;
		border-top: 1px solid #e4e4e4;
		border-bottom: 1px solid #e4e4e4;
	}
	
	.lqd-blog-post-style-3 .post-nav:first-child, .lqd-blog-post-style-4 .post-nav:first-child, .lqd-blog-post-style-6 .post-nav:first-child {
		border-top: none;
	}
}