@font-face {
	font-family: 'General Sans';
	font-style: normal;
	font-weight: normal;
	src: local('General Sans Regular'), url('./fonts/GeneralSans-Regular.woff') format('woff');
}


@font-face {
	font-family: 'General Sans';
	font-style: italic;
	font-weight: normal;
	src: local('General Sans Italic'), url('./fonts/GeneralSans-Italic.woff') format('woff');
}

@font-face {
	font-family: 'General Sans';
	font-style: normal;
	font-weight: 500;
	src: local('General Sans Medium'), url('./fonts/GeneralSans-Medium.woff') format('woff');
}


@font-face {
	font-family: 'General Sans';
	font-style: italic;
	font-weight: 500;
	src: local('General Sans Medium Italic'), url('./fonts/GeneralSans-MediumItalic.woff') format('woff');
}


@font-face {
	font-family: 'General Sans';
	font-style: normal;
	font-weight: 700;
	src: local('General Sans Semibold'), url('./fonts/GeneralSans-Semibold.woff') format('woff');
}


@font-face {
	font-family: 'General Sans';
	font-style: italic;
	font-weight: 700;
	src: local('General Sans Semibold Italic'), url('./fonts/GeneralSans-SemiboldItalic.woff') format('woff');
}


/*@font-face {*/
/*	font-family: 'General Sans';*/
/*	font-style: normal;*/
/*	font-weight: 700;*/
/*	src: local('General Sans Bold'), url('./fonts/GeneralSans-Bold.woff') format('woff');*/
/*}*/


/*@font-face {*/
/*	font-family: 'General Sans';*/
/*	font-style: italic;*/
/*	font-weight: 700;*/
/*	src: local('General Sans Bold Italic'), url('./fonts/GeneralSans-BoldItalic.woff') format('woff');*/
/*}*/

@font-face {
	font-family: "WPCode Icons";
	font-display: auto;
	font-weight: 400;
	src: url(./fonts/icomoon.woff) format('woff'), url(./fonts/icomoon.ttf) format('TrueType'), url(./fonts/icomoon.eot) format('eot'), url(./fonts/icomoon.svg) format('svg');
}

html {
	font-family: "General Sans", system-ui, "Apple Color Emoji", "Segoe UI Emoji", "Noto Color Emoji", "Segoe UI Symbol", sans-serif;
	-webkit-font-smoothing: antialiased;
}

.sp-button .fa-arrow-right {
	font-family: "WPCode Icons";
	margin-top: -2px;
}

.sp-button .fa-arrow-right:before {
	content: '\e900';
	font-size: 12px;
}

.sp-searchform button {
	order: 1;
	border-radius: 4px 0 0 4px;
	border-width: 1px 0 1px 1px;
	border-color: #E5E7EB;
}

.sp-searchform input {
	order: 2;
	border-radius: 0 4px 4px 0;
	border-width: 1px 1px 1px 0;
	border-color: #E5E7EB;
}

.wpcode-hidden {
	display: none;
}

.wpcode-docs-category-boxes {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(1, [col] 1fr);
	gap: 16px;
	text-align: center;
	margin-bottom: 2rem;
}

.wpcode-docs-category-box {
	padding: 2rem;
	background: #FFFFFF;

	border: 1px solid #E5E7EB;
	border-radius: 8px;
}

.wpcode-docs-category-box h3 {
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 28px;
	text-align: center;
	letter-spacing: 0.25px;
	color: #1F2937;
	margin-bottom: 12px;
}

@media ( min-width: 670px ) {
	.wpcode-docs-category-boxes {
		grid-template-columns: repeat(3, [col] 1fr);
	}
}

.button {
	padding: 12px 32px;
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
	border-radius: 4px;
	display: inline-block;
}

.button.button-outline {
	color: #16A34A;
	border: 1px solid #15803D;
	transition: background-color 300ms ease;
}

.button.button-outline:hover {
	background-color: #16A34A;
	color: #FFFFFF;
	text-decoration: none;
}

.wpcode-docs-search-form .wrap {
	position: relative;
}

.wpcode-docs-search-form input {
	display: block;
	border: 1px solid #ebebeb;
	width: 100%;
	padding: 20px 20px 20px 60px;
	font-size: 22px;
}

.wpcode-docs-search-form button {
	background: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	cursor: pointer;
	position: absolute;
	padding-right: 5px;
	padding-left: 20px;
	top: 0;
	height: 100%;
	left: 0;
	outline: none !important;
}

.wpcode-docs-articles-list .sp-posts-block-title {
	font-weight: 400;
}

.wpcode-docs-articles-list .sp-posts-block-title:before {
	font-family: "WPCode Icons";
	content: '\e902';
	margin-right: 12px;
	display: inline-block;
	color: #9CA3AF;
}

.wpcode-documentation-sidebar .wpcode-docs-search-form input {
	padding: 16px 40px 16px 16px;
	font-size: 18px;
	background-color: #F3F4F6;
	border: 1px solid #E5E7EB;
	line-height: 26px;
}

.wpcode-documentation-sidebar .wpcode-docs-search-form button {
	right: 0;
	left: auto;
	padding-right: 15px;
	padding-left: 5px;
}

.wpcode-documentation-sidebar .wpcode-docs-search-form button svg {
	width: 20px;
	height: 20px;
}

.wpcode-docs-categories-list {
	list-style: none;
}

.wpcode-docs-categories-list li {
	padding: 12px 0;
	border-top: 1px solid #F1F1F6;
}

.wpcode-docs-categories-list li:first-child {
	border-top: 0;
}

.wpcode-docs-categories-list li a {
	color: #1F2937;
	font-weight: 500;
	font-size: 18px;
	line-height: 28px;
}

.wpcode-docs-categories-list li a.current,
.wpcode-docs-categories-list li a:hover {
	color: #2563EB;
}

.wpcode-documentation-sidebar .sp-posts-block-title{
	font-weight: 500;
	font-size: 14px;
	line-height: 18px;
	padding-top: 0;
}

.wpcode-documentation-sidebar .sp-posts-single-block {
	border-top: 1px solid #F1F1F6;
}

.wpcode-documentation-sidebar .sp-posts-single-block:first-child {
	border-top: 0;
}

.wpcode-documentation-sidebar .sp-posts-shortcode .sp-custom-gap-4 {
	gap: 0;
}

.wpcode-documentation-sidebar .sp-posts-shortcode .sp-py-2 {
	padding-top: 12px;
	padding-bottom: 12px;
}

.wpcode-button-dotted {
	border: none;
}

.wpcode-button-dotted > span {
	position: relative;
}

.wpcode-button-dotted > span:after {
	content: '';
	position: absolute;
	top: 100%;
	border-bottom: 1px dashed #9CA3AF;
	left: 0;
	right: 0;
	margin-top: 6px;
	transition: opacity 300ms ease;
}

.wpcode-button-dotted:hover>span:after {
	opacity: 0;
}

.sp-button {
	font-weight: 700;
}

.sp-el-section p,
.sp-el-section li {
	font-weight: 500;
}

.seedprod-menu-horizontal .sub-menu .menu-item {
	padding-left: 8px;
}

.seedprod-menu-horizontal .sub-menu .menu-item:first-child {
	padding-left: 8px !important;
}

.seedprod-menu-horizontal .nav-menu .menu-item-has-children>a:after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 4px 0 4px;
	border-color: #374151 transparent transparent transparent;
	display: inline-block;
	padding: 0;
	margin-left: 0.5em;
	margin-top: -1px;
	vertical-align: middle;
}

.wpcode-reviews-feature-boxes h4 {
	display: none;
}

.wpcode-reviews-feature-boxes .fa-check.sp-mb-6 {
	background: #EFF6FF;
	border-radius: 50%;
	padding: 6px;
	border: 6px solid #fff;
	margin-bottom: 10px;
}

.sp-shortcode-wrapper .shared-counts-wrap.style-icon .shared-counts-button {
	border: 1px solid #D3D7DE;
	text-align: center;
	margin-right: 10px;
	min-width: 58px;
}

.sp-shortcode-wrapper .shared-counts-wrap.style-icon .shared-counts-button .shared-counts-icon {
	display: inline-block;
	height: 30px;
	line-height: 28px;
}

.sp-shortcode-wrapper .shared-counts-wrap.style-icon .shared-counts-button .shared-counts-icon svg {
	display: inline-block;
	fill: #2A3851;
}
