/*
Theme Name: Main (new custom)
Version: 99999
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
---------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Accessibility
# Alignments
# Clearings
# Navigation
	## Links
	## Menus
# Structure
	## Container
	## Branding
# Content
	## Posts and pages
# Widgets
# Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Site Footer
	## Footer Widgets
	## Social Links
	## Site Credits
# Media Queries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	background: #fff;
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active, a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #f7f7f7;
	color: #000;
	display: block;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

.wp-block-separator,
hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

:focus {
	outline: none;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	/* 1 */
	padding: 0;
	/* 2 */
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	appearance: textfield;
	/* 1 */
	/* 2 */
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	font-family: 'Inter';
	font-size: 18px;
	line-height: 1.75;
	color: #333;
	font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #777;
	font-family: 'outfit';
	font-weight: 300;
	line-height: 1.3;
}

h1 {
	font-size: 28px;
	font-weight: normal;
	margin: 0 0 27px;
	padding: 0;
}

h2 {
	font-size: 20px;
	font-weight: normal;
	margin: 27px 0;
}

h3,
#respond h3 {
	font-size: 20px;
	font-weight: normal;
	margin: 27px 0;
}

h4 {
	font-size: 16px;
	font-weight: normal;
	margin: 27px 0;
}

h5 {
	font-size: 16px;
	font-weight: normal;
	margin: 27px 0;
}

h6 {
	font-size: 14px;
	font-weight: normal;
	margin: 27px 0;
}

hr {
	height: 0;
	margin-top: -1px;
	margin-bottom: 24px;
	padding-top: 24px;
	border: 1px solid #ccc;
	border-width: 0 0 1px 0;
	clear: both;
}

p {
	line-height: 1.5;
	margin: 0 0 24px 0;
}

p:only-child,
p:last-child {
	margin-bottom: 0;
}

b,
strong {
	font-weight: 700;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote,
q {
	border-left: 4px solid #ddd;
	margin: 0 24px;
	padding: 0 10px;
	quotes: "" "";
}

blockquote:before, blockquote:after,
q:before,
q:after {
	content: "";
}

address {
	margin: 0 0 24px 0;
}

pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	line-height: 1.75;
	margin: 0 0 24px;
	max-width: 100%;
	overflow: auto;
	padding: 24px;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666666;
	cursor: help;
}

mark,
ins {
	text-decoration: none;
}

sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

small {
	font-size: 75%;
}

big {
	font-size: 125%;
}

.entry-title,
.entry-content,
.comments-title,
.comment-content,
.widget-title,
.widget {
	word-wrap: break-word;
}

/*--------------------------------------------------------------
# HTML Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*, *::after, *::before {
	box-sizing: inherit;
}

embed,
iframe,
object {
	max-width: 100%;
}

hr,
.wp-block-separator {
	box-sizing: border-box;
	width: 100%;
	height: 1px;
	padding: 0;
	margin: 40px 0;
	border: 0;
	background: #e6e6e6;
	clear: both;
}

/* Gutenberg separator — default (short, centered) accent bar */
.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
	width: 100%;
	height: 1px;
	margin: 40px auto;
	border-radius: 999px;
	background: #4e219f;
	opacity: 1;
}

/* Wide variant — clean full-width hairline */
.wp-block-separator.is-style-wide {
	width: 100%;
	height: 1px;
	background: #e6e6e6;
}

/* Dotted variant */
.wp-block-separator.is-style-dots {
	width: auto;
	height: auto;
	background: none;
	text-align: center;
	line-height: 1;
}

.wp-block-separator.is-style-dots::before {
	content: "···";
	color: #4e219f;
	font-size: 28px;
	letter-spacing: 14px;
	padding-left: 14px;
}

figure {
	margin: 0;
}

ul,
ol {
	margin: 0 0 48px 15px;
}

ul {
	list-style: square;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin: 0 0 0 24px;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 24px 24px 0;
}

table {
	border: 1px solid #d7d9d7;
	border-width: 1px 0 0 1px;
	margin-bottom: 24px;
	width: 100%;
}

th {
	border: 1px solid #d7d9d7;
	border-width: 0 1px 1px 0;
	font-size: 15px;
	font-weight: normal;
	padding: 6px 8px 7px 8px;
	text-transform: uppercase;
}

td {
	border: 1px solid #d7d9d7;
	border-width: 0 1px 1px 0;
	padding: 5px 8px 6px 8px;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
input {
	line-height: normal;
}

button,
button[disabled]:hover,
button[disabled]:focus,
input[type="button"],
input[type="button"][disabled]:hover,
input[type="button"][disabled]:focus,
input[type="reset"],
input[type="reset"][disabled]:hover,
input[type="reset"][disabled]:focus,
input[type="submit"],
input[type="submit"][disabled]:hover,
input[type="submit"][disabled]:focus {
	background-color: #11d59d;
	border: 0;
	border-radius: 3px !important;
	color: #fff;
	font-weight: 400;
	line-height: 1;
	padding: 20px 30px;
	transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
}

button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	opacity: .7;
	transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
	outline: thin dotted;
	outline-offset: -4px;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
textarea {
	background: #f7f7f7;
	background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
	border: 1px solid #d1d1d1;
	box-sizing: border-box;
	border-radius: 0;
	color: #686868;
	padding: 10px !important;
	min-width: 100% !important;
	width: 100%;
	transition: all .4s ease-in-out;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus {
	background: #fff;
	border: 1px solid #333;
	color: #1a1a1a;
	outline: 0;
	transition: all .4s ease-in-out;
}

.post-password-form {
	margin-bottom: 1.75em;
}

.post-password-form label {
	color: #686868;
	display: block;
	font-size: 13px;
	font-size: 0.8125rem;
	letter-spacing: 0.076923077em;
	line-height: 1.6153846154;
	margin-bottom: 1.75em;
	text-transform: uppercase;
}

.post-password-form input[type="password"] {
	margin-top: 0.4375em;
}

.post-password-form > :last-child {
	margin-bottom: 0;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
.screen-reader-text,
.screen-reader-shortcut {
	height: auto;
	width: 1px;
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
}

.screen-reader-text:hover, .screen-reader-text:active, .screen-reader-text:focus {
	height: auto;
	width: auto;
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #2b79c1;
	display: block;
	font-size: 14px;
	font-weight: 700;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	z-index: 100000;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin: 0 24px 0 0;
}

.alignright {
	display: inline;
	float: right;
	margin: 0 0 0 24px;
}

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear::after,
.entry-content::after,
.comment-content::after,
.site-header::after,
.site-content::after,
.site-footer::after {
	clear: both;
	content: "";
	display: block;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #772bff;
	text-decoration: none;
	transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
}

a:hover,
a:focus,
a:active {
	color: #000;
	text-decoration: none;
	transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
}


/*--------------------------------------------------------------
# Structure
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Container
--------------------------------------------------------------*/
.site {
	background: #fff;
	margin: 0;
	width: 100%;
	padding: 0;
	overflow: hidden;
}

.site-content {
	padding: 0;
}

.content-area {
	display: block;
	padding: 0;
	width: 100% !important;
	max-width: 100% !important;
}

#secondary {
	display: block;
	margin: 0;
	width: 100%;
	padding: 0;
}

/*--------------------------------------------------------------
## Branding
--------------------------------------------------------------*/
.site-header {
	background: #fff;
	border-bottom: 1px solid #efefef;
	margin: 0 auto;
	padding: 0;
	width: 100%;
}

.header-wrap {
	margin: 0 auto;
	max-width: 1140px;
}

.header-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0;
	margin: 0 auto;
	position: relative;
	width: 100%;
	overflow: visible;
}

@media screen and (min-width: 900px) {
	.site-branding {
		box-sizing: border-box;
	}
}

@media screen and (max-width: 900px) {
	.header-inner {
		flex-direction: column;
		align-items: stretch;
	}
	.site-branding {
		margin: 0;
		padding: 40px 0 0;
		text-align: center;
	}
}

.site-title {
	display: flex;
	align-items: center;
	margin: 0;
	line-height: 1;
}

.site-title a {
	color: #4f4f4f;
	margin: 0;
	padding: 0;
	font-size: 17px;
	letter-spacing: 1px;;
	text-transform: uppercase;
}

.site-title a:hover {
	opacity: .5;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
@media screen and (min-width: 900px) {
	.nav-wrap {
		box-sizing: border-box;
	}
}

.main-navigation {
	display: block;
	font-size: 16px;
	font-weight: 300;
	text-align: right;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding: 0;
}

.main-navigation li {
	float: left;
	margin: 0 0 0 22px;
	position: relative;
}

.main-navigation a {
	color: #121212;
	opacity: .7;
	display: block;
	padding: 20px 0;
	text-decoration: none;
}

.main-navigation a:hover {
	opacity: .4 !important;
}

.main-navigation ul ul {
	background: #fff;
	border: 1px solid rgba(0,0,0,.1);
	float: left;
	margin: 0 0 0 -10px;
	position: absolute;
	opacity: 0;
	top: 4em;
	left: -999em;
	visibility: hidden;
	z-index: 99999;
}

.main-navigation ul li:hover > ul {
	display: block;
	opacity: 1;
	transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	visibility: visible;
}

.main-navigation ul ul ul {
	left: -999em;
	margin: 0;
	top: -1px;
}

.main-navigation ul ul a {
	color: #121212;
	padding: 10px;
	width: 150px;
}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
	opacity: .7;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
	text-transform: uppercase;
}

@media screen and (min-width: 900px) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
	#primary-menu {
		display: flex;
		align-items: center;
		justify-content: flex-end;
	}
	#primary-menu > li {
		float: none;
	}

	.main-navigation li:hover > ul,
	.main-navigation li.focus > ul {
		left: auto;
		right: 0;
	}

	.main-navigation ul ul li:hover > ul,
	.main-navigation ul ul li.focus > ul {
		left: auto;
		right: 100%;
	}

	.main-navigation li.menu-item-has-children > a,
	.main-navigation li.page_item_has_children > a {
		position: relative;
		padding-right: 0;
	}
}

@media screen and (max-width: 900px) {
	.main-navigation {
		clear: both;
		float: none;
		margin: 0;
		width: 100%;
	}
	button.menu-toggle {
		display: block;
		border: 1px solid #eee;
		background: none;
		color: #000;
		margin: 20px auto 40px;
		padding: 10px;
		outline: 0;
		text-align: center;
	}
	.toggled button.menu-toggle {
		color: #808080;
		display: block;
		outline: 0;
		margin-bottom: 20px;
	}
	.menu-toggle:hover {
		outline: none;
	}
	.toggled button.menu-toggle {
		background: #f7f7f7;
		border: 1px solid #aaa;
	}
	.menu-toggle:before {
		color: #000;
		content: "\f0c9";
		font: var(--fa-font-solid);
		margin: 0 10px 0 0;
		position: relative;
		top: 0;
	}
	.toggled .menu-toggle:before {
		content: "\2715";
		margin: 0 11px 0 0;
	}
	.main-navigation ul {
		display: none;
		float: none;
		margin: 0;
		padding: 0;
		width: 100%;
	}
	.main-navigation ul a,
	.main-navigation ul ul a {
		background: transparent;
		border: 1px solid #eee;
		color: #333;
		display: block;
		padding: 10px;
		width: 100%;
	}
	.main-navigation ul li,
	.main-navigation ul .sub-menu li {
		clear: left;
		display: block;
		float: none;
		margin: 0;
		padding: 0;
		width: 100%;
		text-align: left;
	}
	.main-navigation ul .sub-menu {
		background: transparent;
		display: block;
		border: none;
		position: relative;
		float: none;
		visibility: visible;
		opacity: 1;
		clear: both;
		left: inherit;
		top: inherit;
		margin: 0;
		padding: 0;
	}
	.main-navigation li.current_page_item > a,
	.main-navigation li.current-menu-item > a {
		background: transparent;
		box-shadow: none
	}
	.main-navigation ul ul li a {
		padding-left: 20px;
	}
	.main-navigation ul ul ul li a {
		padding-left: 28px;
	}
	.main-navigation ul ul ul ul li a {
		padding-left: 42px;
	}
}

/* Pagination */
.site-main.comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	width: 100%;
	margin: 0;
	padding: 60px 0;
	background: #f3f3f3;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	max-width: 920px;
	margin: 0 auto;
	padding: 0 20px;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	margin-left: auto;
	text-align: right;
}

.comment-navigation .nav-previous a,
.comment-navigation .nav-next a,
.posts-navigation .nav-previous a,
.post-navigation .nav-previous a,
.posts-navigation .nav-next a,
.post-navigation .nav-next a {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 11px 22px;
	border: 1px solid #e6e6e6;
	border-radius: 999px;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: .3px;
	text-transform: capitalize;
	text-decoration: none;
	color: #1c1c1c;
	background: #fff;
	transition: color .25s ease, background-color .25s ease, border-color .25s ease;
}

.comment-navigation .nav-previous a:hover,
.comment-navigation .nav-next a:hover,
.posts-navigation .nav-previous a:hover,
.post-navigation .nav-previous a:hover,
.posts-navigation .nav-next a:hover,
.post-navigation .nav-next a:hover {
	color: #fff;
	background: #4e219f;
	border-color: #4e219f;
}

.posts-navigation .nav-next a:after,
.post-navigation .nav-next a:after {
	font: var(--fa-font-solid);
	content: "\f105";
}

.posts-navigation .nav-previous a:before,
.post-navigation .nav-previous a:before {
	font: var(--fa-font-solid);
	content: "\f053";
}


/* 404 */
.error-404 {
	margin: 0 auto;
	text-align: center;
}


/*--------------------------------------------------------------
# Homepage Template
--------------------------------------------------------------*/
.page-title {
	color: #000;
	font-size: 55px;
	font-weight: 200;
	line-height: 1.2;
	letter-spacing: -0.6px;
}

.home-content h2 {
	color: #000;
	font-size: 50px;
	font-weight: 100;
	line-height: 1.2 !important;
	margin: 0;
	padding: 0;
	letter-spacing: -0.6px;
	max-width: 70%;
}

@media screen and (max-width: 767px) {
	.home-content h2 {
		max-width: 100%;
	}
}

.home-content a {
	color: #772bff;
	font-size: 20px;
	font-weight: 400;
	padding: 0 0 6px;
	border-bottom: 2px solid #772bff;
}

.home-content a:hover {
	border-bottom: 2px solid #fff;
}

.home-content p {
	color: #772bff;
	font-size: 20px;
	font-weight: 400;
	padding: 0 0 6px
}

.home-content .fa-level-down-alt {
	color: #772bff;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	position: relative;
	top: 10px;
	left: 10px;
}

.theme-wrap {
	position: relative;
}
@media screen and (max-width: 900px) {
	.home-content {
		text-align: center;
	}
	.home-content h1 {
		max-width: 100%;
	}
	.theme-wrap {
		position: relative;
		height: auto;
	}
}

.theme-content {
	height: 70%;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	float: left;
	display: block;
	margin-right: 2.6%;
	width: 30%;
}

.theme-thumbnail {
	float: right;
	display: block;
	width: 65.88078%;
}
@media screen and (max-width: 1000px) {
	.theme-content {
		height: auto;
		position: inherit;
		top: 0;
		bottom: 0;
		left: 0;
		float: none;
		text-align: center;
		width: 100%;
	}

	.theme-thumbnail {
		float: none;
		margin: 0 auto;
		width: 100%;
	}
}

.theme-thumbnail img {
	border: 8px solid #fff;
	width: 100%;
}

.theme-title a {
	color: #121212;
	font-size: 38px;
	font-weight: 600;
	line-height: 34px;
	letter-spacing: -0.38px;
}

.theme-title a:hover {
	opacity: .6;
}

.theme-excerpt {
	color: #505050;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.3;
}

.theme-excerpt p {
	margin: 0 0 20px;
	padding: 0;
}

.theme-excerpt .wp-block-button__link,
.view-project a {
	color: #121212 !important;
	background: none !important;
	border-top: none !important;
	border-left: none !important;
	border-right: none !important;
	border-bottom: none !important;
	border-bottom: 1px solid #121212 !important;
	border-radius: 0 !important;
	padding-bottom: 4px !important;
	display: inline !important;
	font-size: 16px;
	font-weight: 700;
	padding: 0;
	margin: 0 10px 0 0;
	text-decoration: none;
	text-transform: uppercase;
	width: auto !important;
}

.theme-excerpt .wp-block-button__link:hover,
.view-project a:hover {
	border-color: transparent !important;
	opacity: .7;
	box-shadow: inherit;
}


.theme-downloads {
	overflow: hidden;
}

.buy-now {
	color: #fff;
	background: #252525 !important;
	padding: 12px;
	text-align: center;
	text-decoration: none;
	width: 50%;
	float: left;
}

.buy-now:focus,
.buy-now:hover {
	color: #fff;
	opacity: .7;
	box-shadow: inherit;
}

.download-now {
	color: #333;
	background: #fff;
	padding: 12px;
	text-align: center;
	text-decoration: none;
	width: 50%;
	float: right;
}

.download-now:hover {
	color: #333;
	opacity: .6;
	box-shadow: inherit;
}


.buy-now + a {
	padding: 12px 5px;
}

.hosting {
	color: #fff;
	clear: both;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
	background: #2b79c1;
	display: block;
	font-weight: 600;
	padding: 20px;
	letter-spacing: 1px;
	margin: 20px 0;
	text-align: center;
	text-decoration: none;
	float: left;
}

.hosting:hover,
.hosting:focus {
	color: #fff;
	opacity: .7;
	box-shadow: inherit;
}

.member-link {
	border: 1px solid #000 !important;
	display: inline-block;
	padding: 20px 0;
	width: 150px;
	color: #000 !important;
	text-transform: uppercase;
}

.member-link:hover {
	border: 1px solid #2b79c1 !important;
	background: #2b79c1;
	color: #fff !important;
}

#themethemer:focus {
	background: transparent;
	border: none;
	outline: none;
}

.wz_knowledgebase-template-default.single .theme-content,
.wz_knowledgebase-template-default.single .theme-content {
	width: 100%;
	overflow: hidden;
}
.wz_knowledgebase-template-default.single .theme-wrap,
.wz_knowledgebase-template-default.single .theme-wrap {
	width: 100%;
	overflow: hidden;
}

/*--------------------------------------------------------------
## Portfolio
--------------------------------------------------------------*/
.portfolio-wrap {
	overflow: hidden;
	margin: 0 auto;
	max-width: 1140px;
	padding: 0 0 85px;
}

.portfolio-wrapper {
	margin-bottom: -4%;
	display: inline-block;
	width: 100%;
}

.portfolio-wrapper .column .featured-image {
	display: block;
	margin: 0;
}

.portfolio-wrapper .column .post-featured-image {
	display: block;
	opacity: .7;
}

.portfolio-wrapper .column .post-featured-image:hover {
	display: block;
	opacity: 1;
}

.portfolio-wrapper .column .entry-header {
	padding: 4% 0 0;
	overflow: hidden;
	text-align: center;
}

@media only screen and (max-width: 600px) {
	.portfolio-wrapper .column .entry-header {
		padding: 4% 6%;
	}
}
.portfolio-wrapper .column .entry-title {
	font-size: 22px;
	position: relative;
	text-align: center;
}

.portfolio-wrapper .column .entry-title a {
	color: rgba(0,0,0,0.84);
	font-weight: 700;
}

.portfolio-wrapper .column .entry-title .demo-light {
	color: #000;
	font-weight: 300;
}

.portfolio-wrapper .column .entry-title .demo-light:hover {
	color: #2b79c1;
}

.portfolio-wrapper .column .entry-title a:hover {
	opacity: .8;
}

.column .entry-title {
	margin: 0;
	padding: 14px 0 0;
	text-align: center;
	font-size: 22px;
	text-transform: uppercase;
	font-weight: 300;
}

.gallery-wrap img {
	display: block;
	border: 1px solid #ddd;
	transition: all .4s ease-in-out;
}

.gallery-wrap img:hover {
	opacity: .7;
	transition: all .4s ease-in-out;
}

.column {
	font-size: 15px;
	position: relative;
	float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%;
	margin-bottom: 2.35765%;
	overflow: hidden;
}

.column:nth-child(2n) {
	margin-right: 0;
}

@media only screen and (max-width: 900px) {
	.column {
		width: 100%;
		max-width: 100%;
		margin-right: 0;
		margin-bottom: 8%;
	}

	.gallery-wrap img {
		margin: 20px auto;
	}
}

/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
.features-wrap {
	background-color: #252525;
	padding: 0;
	width: 100%;
	overflow: hidden;
}

.features-wrapper {
	margin: 80px 0;
}

.features-inner {
	margin: 0 auto;
	max-width: 1140px;
	overflow: hidden;
}

@media screen and (max-width: 1140px) {
	.features-inner {
		margin: 0 auto;
		max-width: 1140px;
		overflow: hidden;
		padding: 0 40px;
	}
}


.features-headline {
	color: #adadad;
	font-size: 50px;
	font-weight: 200;
	margin: 0 0 40px;
	padding: 0;
	width: 70%;
}

.features-inner h3 {
	color: #fff;
	font-size: 22px;
	font-weight: 600;
	margin: 0 0 10px;
	padding: 0;
}

.features-inner h3:after {
	color: #fff;
	content: ".";
}

.features-excerpt {
	color: #a4a4a4;
	font-size: 16px;
	font-weight: 400;
	min-height: 100px;
}

.features-excerpt a {
	color: #fff;
	font-weight: bold;
}

.features-excerpt a:hover {
	opacity: .6;
}


@media screen and (max-width: 900px) {
	.features-content {
		color: #fff;
		float: none;
		display: block;
		margin-right: 0;
		width: 100%;
		overflow: hidden;
	}

	.features-headline {
		width: 100%;
	}
}

/*--------------------------------------------------------------
pricing
--------------------------------------------------------------*/
.pricing-wrapper {
	width: 100%;
	padding: 0;
	overflow: hidden;
}

.pricing-content-text {
	padding: 40px 5%;
	text-align: left;
}

.pricing {
	max-width: 1140px;
	margin: 0 auto;
	overflow: visible;
}

.price-table {
	background: #fff;
	border: 2px solid rgba(231,231,231);
	border-radius: 4px;
	color: #757575;
	float: left;
	display: block;
	margin-right: 2.35765%;
	width: 48.82117%;
	padding: 20px;
	text-align: center !important;
	font-size: 15px;
	font-weight: 300;
	height: 530px;
	position: relative;
	transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
}

.price-table:hover {
	border: 2px solid #121212;
	transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
}

.price-table:last-child {
	margin-right: 0;
}

@media screen and (max-width: 900px) {
	.price-table {
		float: none;
		margin-right: 0;
		margin-bottom: 40px;
		width: 100%;
	}
}

.price-table ul,
.price-table ul li,
.price-table p {
	margin: 0;
	padding: 0;
}

.price-table ul li {
	list-style: none;
	font-size: 18px;
	list-style-position: outside;
}

.price-table ul li:before {
	content: "\f139";
	font-family: dashicons;
	position: relative;
	top: 2px;
	opacity: .4;
}

.price-label {
	padding: 0 0 40px !important;
}

.price {
	font-size: 90px;
	color: rgb(48, 48, 48);
	position: relative;
}

.price sup {
	font-size: 20px;
	color: rgb(162, 162, 162);
	position: absolute;
	top: 15px;
	text-indent: -20px;
}

.recurring {
	color: #555555;
	font-size: 20px;
	padding: 30px 0 20px;
	text-transform: capitalize;
}

.price-button {
	background-color: #121212;
	border-radius: 4px;
	color: #fff;
	text-transform: uppercase;
	position: absolute;
	text-align: center;
	bottom: 46px;
	display: block;
	width: 80%;
	margin: 0 auto;
	padding: 15px;
	left: 0;
	right: 0;
}

.price-button:hover,
.price-button:active,
.price-button:focus {
	color: #fff;
	opacity: .7;
}

/*--------------------------------------------------------------
# Call to Action
--------------------------------------------------------------*/
.cta-wrap {
	background-color: #ebebeb;
	padding: 80px 0;
	overflow: hidden;
	width: 100%;
}

.cta-content {
	margin: 0 auto;
	max-width: 1140px;
}

@media screen and (max-width: 1140px) {
	.cta-content {
		margin: 0 auto;
		max-width: 1140px;
		padding: 0 40px;
	}
}


.cta-title {
	color: #121212;
	font-size: 38px;
	font-weight: 600;
	max-width: 788px;
	margin: 0 0 30px !important;
}

.cta-excerpt {
	color: #121212;
	font-size: 18px;
	font-weight: 400;
	max-width: 788px;
}

.cta-excerpt p {
	margin-bottom: 30px;
}

.cta-excerpt p:last-child {
	margin-bottom: 0;
}

.cta-excerpt .wp-block-button__link {
	color: #121212 !important;
	border: 1px solid #121212;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	padding: 10px 20px;
	margin: 0 !important;
}

.cta-excerpt .wp-block-button__link:hover {
	color: #fff !important;
	background: #121212;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.hentry {
	background: #f3f3f3;
	border-bottom: 1px solid #909090;
	padding: 60px 0;
	overflow: hidden;
	width: 100%;
}

.hentry:last-child,
.single .hentry {
	border-bottom: 0;
}

.page-hentry {
	padding: 0;
}

.post-hentry {
	padding: 60px 0;
}

.search .hentry {
	background: #fff;
}

.post-wrap {
	margin: 0 auto;
	max-width: 1140px;
	padding: 85px 0;
	overflow: hidden;
}

.page .post-wrap {
	margin: 0 auto;
	max-width: 750px;
	padding: 85px 0;
	overflow: hidden;
}

.home .post-wrap {
	margin: 0 auto;
	max-width: 1140px;
	padding: 85px 0;
	overflow: hidden;
}

.single .post-wrap,
#themetheme .post-wrap {
	margin: 0 auto;
	max-width: 1140px;
	padding: 35px 0;
	overflow: hidden;
}

.search .post-wrap {
	margin: 0 auto !important;
	max-width: 800px !important;
	padding: 85px 0 !important;
	overflow: hidden;
}

.wz_knowledgebase-template-default .post-wrap{
	margin: 0 auto !important;
	max-width: 800px !important;
	padding: 45px 0 !important;
	overflow: hidden;
}

@media screen and (max-width: 1140px) {
	.site-header,
	.post-wrap,
	.home .post-wrap,
	.page .post-wrap,
	.single .post-wrap,
	.regpage .post-wrap,
	#themetheme .post-wrap,
	.blog .post-wrap,
	.archive .post-wrap,
	.category .post-wrap,
	.tag .post-wrap,
	.date .post-wrap,
	.author .post-wrap {
		padding-left: 40px;
		padding-right: 40px;
	}
	.search .post-wrap,
	.wz_knowledgebase-template-default .post-wrap {
		padding-left: 40px !important;
		padding-right: 40px !important;
	}
}

.entry-title {
	margin: 0;
	padding: 0 0 30px;
	text-align: left;
}

.entry-title a {
	color: #000;
	text-decoration: none;
}

.entry-title a:hover {
	color: #777;
}

.hentry img {
	display: block;
	opacity: 0.7;
	transition: 0.25s opacity;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-transition: opacity 1s ease-in-out;
}

.hentry a:hover img {
	opacity: 1;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-transition: opacity 1s ease-in-out;
	transition: opacity 1s ease-in-out;
}

.archive-title h1 {
	padding: 40px 0;
	margin: 0;
	text-align: center;
}

.blog-thumbnail img {
	display: block;
	margin: 0 0 40px;
}

.entry-meta {
	font-size: 14px;
	padding: 0 0 10px;
}

.entry-meta span {
	display: inline-block;
	padding: 0;
}

.entry-meta .posted-on {
	margin-right: 12px;
}

.entry-meta a,
.entry-footer a {
	color: #aaa;
	text-decoration: none;
}

.entry-meta a:hover,
.entry-footer a:hover {
	color: #000;
}

.entry-footer {
	clear: left;
	font-size: 14px;
}

.entry-footer a {
	font-style: italic;
	text-decoration: none;
}

.entry-footer span {
	display: block;
}

.page .page-title{
	line-height: 1.25;
	margin: 0 0 20px;
	padding: 0 0 40px;
	text-align: center;
}

.page-template .page-title {
	margin: 0;
	padding: 0;
	text-align: center;
}

.pricing-template .page-title {
	margin: 0 0 20px;
	padding: 0 0 40px;
	text-align: center;
}

.cat-links,
.tag-links {
	display: block;
}

.tags-links a,
.cat-links a {
	display: inline-block;
}

.sticky {
	display: block;
}

 .bypostauthor {
 	 display: inline;
  }

.byline,
.updated:not(.published) {
	display: none;
}

.sticky .posted-on,
.byline {
	display: none;
}

.byline,
.group-blog .byline {
	display: inline;
}

.posted-on {
	display: block;
	margin: 0;
}

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

.theme-downloads {
	margin: 20px 0 40px;
	padding: 0;
}

.theme-downloads li {
	font-size: 18px;
	font-weight: 600;
	list-style: none;
	margin: 0;
	padding: 0;
	text-shadow: 1px 1px rgba(0,0,0,0.5);
}

.theme-downloads li .far {
	margin-right: 6px;
	opacity: .8;
}

.theme-downloads li .fas {
	margin-right: 8px;
	opacity: .8;
	position: relative;
	top: -1px;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.secondary {
	margin: 0 auto;
	max-width: 1140px;
}

@media screen and (max-width: 1140px) {
	.secondary {
		margin: 0 auto;
		max-width: 1140px;
		padding: 0 40px;
	}
}

.secondary .widget {
	color: #666;
	margin: 0;
	overflow: hidden;
	padding: 103px 0 0;
	text-align: left;
}

.left-sidebar {
	float: left;
	display: block;
	margin-right: 2.35765%;
	width: 80%;
}

.right-sidebar {
	display: block;
	margin-right: 0;
	width: auto;
	float: right;
}

.left-sidebar .widget {
	float: left;
	display: block;
	margin-right: 2.35765%;
	width: 48.82117%;
}

.left-sidebar .widget:last-child {
	margin-right: 0;
}

@media screen and (max-width: 900px) {
	.left-sidebar .widget {
		float: none;
		display: block;
		margin-right: 0;
		width: 100%;
	}
}

.widget select {
	max-width: 100%;
}

.widget ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.widget a {
	color: #777;
	text-decoration: none;
}

.widget a:hover {
	color: #000;
}

.widget-title,
.widget-title a,
.widgettitle {
	color: #757575;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	margin: 0 0 24px;
	padding: 0;
}

.widget ul,
.widget ol {
	list-style-type: none;
}

.widget li > ul,
.widget li > ol {
	margin-left: 24px;
}

.widget ul > li,
.widget ol > li {
	padding: 0;
}
.widget ul ul > li:first-child {
	margin-top: 10px;
}

.widget li a {
	display: block;
	padding: 0 0 10px;
}

.widget_recent_entries a {
	display: block;
}

.search-submit {
	display: none;
}

.error404 .page-content .widget {
	margin: 0 0 40px;
}

.widget input[type="search"]:focus,
.widget input[type="email"]:focus {
	background: #fff;
	opacity: .7;
}

.widget-button {
	color: #772bff;
}

.widget-button a {
	color: #772bff;
	font-weight: 600;
	padding: 0 0 6px;
	border-bottom: 2px solid #772bff;
}

.widget-button a:hover {
	opacity: .7;
	border-bottom: 2px solid #fff;
}

/*--------------------------------------------------------------
# Site Footer
--------------------------------------------------------------*/
.site-footer {
	clear: both;
	margin: 0 auto;
	max-width: 1140px;
	padding: 0;
}

@media screen and (max-width: 1140px) {
	.site-footer {
		clear: both;
		margin: 0 auto;
		max-width: 1140px;
		padding: 0 40px;
	}
}

.site-credits {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	margin: 0 auto;
	max-width: 1140px;
	padding: 80px 20px;
}

.site-info {
	color: #333;
	font-size: 16px;
	margin: 0;
	text-align: left;
}

.site-info a {
	color: #333;
}

.site-info a:hover {
	color: #999;
	opacity: .5;
}

.copyright {
	display: block;
	padding: 0;
}

.social-links {
	flex: 0 0 auto;
	margin: 0;
}

.social-links ul {
	display: flex;
	margin: 0;
	padding: 0;
}

.site-info ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
}

.site-info ul li,
.social-links ul li {
	list-style-type: none;
}

.site-info ul li a,
.social-links ul li a {
	color: #252525;
	font-weight: 700;
}

.site-info ul li a:hover,
.social-links ul li a:hover {
	color: #252525;
	opacity: .5;
}

.site-info ul li a:after {
	content: "\00b7";
	margin: 0 5px;
	padding: 0 5px;
}

.site-info ul li:last-child a:after {
	content: '';
	margin: 0;
	padding: 0;
}

.social-links li {
	display: block;
	margin: 0 12px 0 0;
	padding: 1px 0;
	width: 32px;
	height: 32px;
}

.social-links a {
	display: inline-block;
}

.social-links ul li a:before {
	font: var(--fa-font-brands);
	background-color: #252525;
	border-radius: 50%;
	color: #fff;
	display: block;
	line-height: 32px;
	margin-bottom: 6.75px;
	text-align: center;
	width: 32px;
	height: 32px;
}

.social-links ul a:hover:before {
	background-color: #999;
}

.social-links ul li a[href*="wordpress.org"]:before,
.social-links ul li a[href*="wordpress.com"]:before {
	content: '\f19a';
	color: #000000;
	font: var(--fa-font-brands);
}

.social-links ul a[href*="facebook.com"]:before {
	content: "\f09a";
}

.social-links ul a[href*="x.com"]:before {
	content: "\e61b";
}

.social-links ul a[href*="dribbble.com"]:before {
	content: "\f17d";
}

.social-links ul a[href*="plus.google.com"]:before {
	content: "\f0d5";
}

.social-links ul a[href*="pinterest.com"]:before {
	content: "\f231";
}

.social-links ul a[href*="f173"]:before {
	content: "\f214";
}

.social-links ul a[href*="youtube.com"]:before {
	content: "\f16a";
}

.social-links ul a[href*="flickr.com"]:before {
	content: "\f16e";
}

.social-links ul a[href*="vimeo.com"]:before {
	content: "\f27d";
}

.social-links ul a[href*="instagram.com"]:before {
	content: "\f16d";
}

.social-links ul a[href*="codepen.io"]:before {
	content: "\f1cb";
}

.social-links ul a[href*="linkedin.com"]:before {
	content: "\f0e1";
}

.social-links ul a[href*="github.com"]:before {
	content: '\f09b';
}

.social-links ul a[href*="/feed"]:before {
	font: var(--fa-font-solid);
	content: '\f09e';
}

.social-links ul a:before {
	font: var(--fa-font-solid);
	content: "\f013";
}

@media screen and (max-width: 767px) {
	.site-credits {
		flex-direction: column;
		align-items: flex-start;
		gap: 20px;
		padding: 40px 0;
	}

	.social-links {
		margin: 0;
	}

	.social-links li:last-child {
		margin-right: 0;
	}
}



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

img {
	height: auto;
	max-width: 100%;
}

.wp-caption {
	margin: 0 0 1.5rem 0;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}

.wp-caption.aligncenter {
	margin: 0 auto 24px auto;
}

.wp-caption.alignleft {
	margin-right: 24px;
}

.wp-caption.alignright {
	margin-left: 24px;
}

.wp-caption .wp-caption-text {
	margin: 12px 0;
}

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

.gallery {
	margin: 0 0 24px 0;
}

.gallery-item {
	height: auto;
	width: 100%;
	display: inline-block;
	text-align: center;
	vertical-align: top;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

.fluid-embed {
	height: 0;
	overflow: hidden;
	padding-bottom: 56.25%;
	position: relative;
}

.fluid-embed embed,
.fluid-embed object,
.fluid-embed iframe {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}

/* Align wide/full support */
.alignwide {
	max-width: 1140px;
	margin-left: auto;
	margin-right: auto;
}
.alignfull {
	width: 100vw;
	position: relative;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
}

/* Ensure .post-wrap doesn't clip wide/full alignments on blog/archive */
.blog .post-wrap,
.archive .post-wrap,
.category .post-wrap,
.tag .post-wrap,
.date .post-wrap,
.author .post-wrap {
	overflow: visible;
}

/*--------------------------------------------------------------
# Blog, Archive & Single redesign
# (index.php, archive.php, single.php, page.php)
# Scoped so the homepage (.home) and portfolio (.single-projects) are untouched.
--------------------------------------------------------------*/

/* ---------- Wide grey title band ---------- */
.archive-page-header,
.single:not(.single-projects) .single-post__hero,
.single-page__hero {
	width: 100%;
	background: #f3f3f3;
	border-bottom: 1px solid #e6e6e6;
	padding: 72px 20px;
	text-align: center;
}

.single-post__hero {
	padding: 24px 20px 72px !important;
}

.archive-page-header__inner,
.single-post__hero-inner,
.single-page__hero-inner {
	margin: 0 auto;
	max-width: 820px;
}

.archive-page-header__title,
.single-post__title,
.single-page__title {
	color: #1c1c1c;
	font-weight: 300;
	font-size: 44px;
	letter-spacing: -0.5px;
	margin: 0;
	padding: 0;
}

.archive-page-header__desc {
	color: #777;
	font-size: 18px;
	margin: 18px 0 0;
}

/* Category pill (shared by single hero + blog cards) */
.single-post__cat {
	margin-bottom: 22px;
}

.single-post__cat a,
.blog-card__cat a {
	display: inline-block;
	background: #121212;
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-decoration: none;
	padding: 7px 15px;
	border-radius: 40px;
	transition: background .25s ease;
}

.single-post__cat a:hover,
.blog-card__cat a:hover {
	background: #4e219f;
}

/* Single hero meta */
.single-post__meta {
	color: #8a8a8a;
	font-size: 15px;
	margin-top: 24px;
}

.single-post__meta a {
	color: #8a8a8a;
	text-decoration: none;
}

.single-post__meta a:hover {
	color: #121212;
}

.single-post__meta-sep {
	margin: 0 9px;
	color: #cccccc;
}

.single-post__author {
	color: #555;
	font-weight: 600;
}

.single-post__tags a {
	margin-left: 6px;
}

/* ---------- Featured image ---------- */
.single-post__thumbnail,
.single-page__thumbnail {
	max-width: 1000px;
	margin: -44px auto 0;
	padding: 0 20px;
}

.single-post__thumbnail img,
.single-page__thumbnail img {
	display: block;
	width: 100%;
	border-radius: 10px;
	opacity: 1;
	box-shadow: 0 12px 40px rgba(0, 0, 0, .14);
}

/* ---------- White content panel (single + page) ---------- */
.single-post__body {
	max-width: 820px;
	margin: 40px auto;
	background: #fff;
	border: 1px solid #ececec;
	border-radius: 10px;
	box-shadow: 0 6px 34px rgba(0, 0, 0, .06);
	padding: 60px 64px;
}

.single-post__content a,
.single-page__content a {
	color: #4e219f;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.single-post__content a:hover,
.single-page__content a:hover {
	color: #121212;
}

.single-post__content img,
.single-page__content img {
	opacity: 1;
	border-radius: 6px;
}

.single-page__body {
	max-width: 820px;
	margin: 0 auto 40px;
	background: #fff;
	border: 1px solid #ececec;
	border-radius: 10px;
	box-shadow: 0 6px 34px rgba(0, 0, 0, .06);
	padding: 60px 64px;
}

/* ---------- Post navigation (prev / next) ---------- */
.single-post__nav {
	display: flex;
	gap: 20px;
	margin-top: 48px;
	padding-top: 36px;
	border-top: 1px solid #ececec;
}

.single-post__nav-link {
	flex: 1;
	display: block;
	padding: 0;
	border-radius: 8px;
	text-decoration: none;
}

.single-post__nav-link--next {
	text-align: right;
}

.single-post__nav-label {
	display: block;
	font-size: 14px;
	color: #9a9a9a;
	margin-bottom: 6px;
}

.single-post__nav-title {
	display: block;
	color: #1c1c1c;
	font-weight: 400;
	transition: color .25s ease;
}

.single-post__nav-link:hover .single-post__nav-title {
	color: #4e219f;
}

/* ---------- Blog cards (index + archive listing) ---------- */
.blog .post-wrap,
.archive .post-wrap,
.category .post-wrap,
.tag .post-wrap,
.date .post-wrap,
.author .post-wrap {
	max-width: 920px;
	padding: 30px 20px;
}

.blog .hentry,
.archive .hentry,
.category .hentry,
.tag .hentry,
.date .hentry,
.author .hentry {
	border-bottom-color: #e6e6e6;
}

.blog-card {
	display: flex;
	background: #fff;
	border: 1px solid #ececec;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 4px 22px rgba(0, 0, 0, .05);
	transition: box-shadow .25s ease, transform .25s ease;
}

.blog-card:hover {
	box-shadow: 0 10px 32px rgba(0, 0, 0, .09);
	transform: translateY(-2px);
}

.blog-card__image {
	flex: 0 0 42%;
	display: block;
	overflow: hidden;
}

.blog-card__image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 1;
	transition: transform .5s ease;
}

.blog-card:hover .blog-card__image img {
	transform: scale(1.04);
}

.blog-card__body {
	flex: 1;
	padding: 34px 38px;
}

.blog-card__cat {
	margin-bottom: 16px;
}

.blog-card__title {
	font-size: 26px;
	font-weight: 400;
	margin: 0 0 12px;
}

.blog-card__title a {
	color: #1c1c1c;
	text-decoration: none;
}

.blog-card__title a:hover {
	color: #4e219f;
}

.blog-card__meta {
	font-size: 14px;
	color: #9a9a9a;
	margin-bottom: 14px;
}

.blog-card__meta .blog-card__author {
	margin-left: 12px;
	color: #666;
	font-weight: 600;
}

.blog-card__excerpt {
	color: #555;
	font-size: 16px;
}

.blog-card__excerpt p {
	margin: 0 0 18px;
}

.blog-card__link {
	display: inline-block;
	color: #121212;
	font-weight: 600;
	font-size: 15px;
	letter-spacing: .5px;
	text-decoration: none;
}

.blog-card__link:hover {
	color: #4e219f;
}

/* ---------- Responsive ---------- */
@media screen and (max-width: 900px) {
	.archive-page-header,
	.single:not(.single-projects) .single-post__hero,
	.single-page__hero {
		padding: 48px 20px;
	}

	.archive-page-header__title,
	.single-post__title,
	.single-page__title {
		font-size: 32px;
	}

	.single-post__body,
	.single-page__body {
		padding: 36px 26px;
		margin-top: 40px;
	}

	.single-post__nav {
		flex-direction: column;
	}

	.single-post__nav-link--next {
		text-align: left;
	}

	.blog-card {
		flex-direction: column;
	}

	.blog-card__image {
		flex: none;
		height: 220px;
	}

	.blog-card__body {
		padding: 28px 26px;
	}
}