html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
}

h1 {
	font-size: 2em;
	margin: .67em 0;
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

a {
	background-color: transparent;
}

b, strong {
	font-weight: bolder;
}

code {
	font-family: monospace, monospace;
	font-size: 1em;
}

img {
	border-style: none;
}

button, [type="button"], [type="reset"], [type="submit"] {
	-webkit-appearance: button;
}

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

[type="checkbox"], [type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
	height: auto;
}

[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

[hidden] {
	display: none;
}

h1, h2, h3, h6, hr, figure, p, pre {
	margin: 0;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

html {
	font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	line-height: 1.5;
}

*, ::before, ::after {
	box-sizing: border-box;
	border-width: 0;
	border-style: solid;
	border-color: #e2e8f0;
}

hr {
	border-top-width: 1px;
}

img {
	border-style: solid;
}

button, [role="button"] {
	cursor: pointer;
}

h1, h2, h3, h6 {
	font-size: inherit;
	font-weight: inherit;
}

a {
	color: inherit;
	text-decoration: inherit;
}

pre, code {
	font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

img, svg, video, canvas, iframe, embed {
	display: block;
	vertical-align: middle;
}

img, video {
	max-width: 100%;
	height: auto;
}

.sp-inline-block {
	display: inline-block;
}

.sp-flex {
	display: flex;
}

.sp-flex-row {
	flex-direction: row;
}

.sp-flex-col {
	flex-direction: column;
}

.sp-items-start {
	align-items: flex-start;
}

.sp-items-end {
	align-items: flex-end;
}

.sp-items-center {
	align-items: center;
}

.sp-justify-start {
	justify-content: flex-start;
}

.sp-justify-end {
	justify-content: flex-end;
}

.sp-justify-center {
	justify-content: center;
}

.sp-justify-between {
	justify-content: space-between;
}

.sp-leading-none {
	line-height: 1;
}

.sp-m-auto {
	margin: auto;
}

.sp-mr-1 {
	margin-right: .25rem;
}

.sp-mb-1 {
	margin-bottom: .25rem;
}

.sp-mr-2 {
	margin-right: .5rem;
}

.sp-mb-2 {
	margin-bottom: .5rem;
}

.sp-mb-3 {
	margin-bottom: .75rem;
}

.sp-mr-4 {
	margin-right: 1rem;
}

.sp-mb-4 {
	margin-bottom: 1rem;
}

.sp-mr-6 {
	margin-right: 1.5rem;
}

.sp-mb-6 {
	margin-bottom: 1.5rem;
}

.sp-p-1 {
	padding: .25rem;
}

.sp-p-3 {
	padding: .75rem;
}

.sp-p-4 {
	padding: 1rem;
}

.sp-p-10 {
	padding: 2.5rem;
}

.sp-py-1 {
	padding-top: .25rem;
	padding-bottom: .25rem;
}

.sp-py-2 {
	padding-top: .5rem;
	padding-bottom: .5rem;
}

.sp-py-3 {
	padding-top: .75rem;
	padding-bottom: .75rem;
}

.sp-py-12 {
	padding-top: 3rem;
	padding-bottom: 3rem;
}

.sp-pt-1 {
	padding-top: .25rem;
}

.sp-pb-1 {
	padding-bottom: .25rem;
}

.sp-pt-2 {
	padding-top: .5rem;
}

.sp-pb-2 {
	padding-bottom: .5rem;
}

.sp-pb-4 {
	padding-bottom: 1rem;
}

.sp-pb-5 {
	padding-bottom: 1.25rem;
}

.sp-pb-6 {
	padding-bottom: 1.5rem;
}

.sp-text-center {
	text-align: center;
}

.sp-antialiased {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.sp-whitespace-no-wrap {
	white-space: nowrap;
}

.sp-w-full {
	width: 100%;
}

.sp-gap-2 {
	grid-gap: .5rem;
	gap: .5rem;
}

html {
	scroll-behavior: smooth;
}

body {
	background-color: #fff;
}

#sp-theme-template {
	display: flex;
	flex-direction: column;
	position: relative;
}

#sp-page {
	display: flex;
	flex-direction: column;
	position: relative;
	z-index: 10;
	background-color: transparent !important;
	background-image: none !important;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
}

hr {
	margin: 20px 0;
	opacity: .5;
	border-color: currentColor;
}

ol {
	list-style: number;
	list-style-position: inside;
}

ul {
	list-style: disc;
	list-style-position: inside;
}

.sp-el-section {
	padding: 10px;
}

.sp-el-row {
	max-width: 1000px;
	padding: 0;
}

.sp-el-col {
	padding: 10px;
}

.sp-el-block {
	padding: 10px;
}

#sp-page h1, #sp-page h2, #sp-page h3, #sp-page h4, #sp-page h5, #sp-page h6 {
	margin: 0;
}

.sp-header-tag-h1, h1 {
	font-size: 36px;
}

.sp-header-tag-h2, h2 {
	font-size: 30px;
}

.sp-header-tag-h3, h3 {
	font-size: 24px;
}

.sp-header-tag-h4, h4 {
	font-size: 18px;
}

.sp-header-tag-h1, h1, .sp-header-tag-h2, h2, .sp-header-tag-h3, h3, .sp-header-tag-h4, h4, .sp-header-tag-h5, h5, .sp-header-tag-h6, h6 {
	line-height: 1.2;
}

img {
	display: inline-block;
}

.fab {
	font-weight: normal;
}

.spBgfullbottom {
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-attachment: scroll;
	min-height: 100%;
}

.sp-button {
	border-radius: 4px;
}

a.sp-button:hover {
	text-decoration: none !important;
	transition: .3s;
}

.sp-ss:hover, .sp-sp:hover {
	-webkit-filter: brightness(90%);
	filter: brightness(90%);
	transition: .3s;
	text-decoration: none;
}

.sp-ss-twitter {
	background: #000;
	color: #fff !important;
	text-decoration: none;
}

.sp-ss-facebook {
	background: #1877f2;
	color: #fff !important;
	text-decoration: none;
}

.sp-ss-linkedin {
	background: #0073b1;
	color: #fff !important;
	text-decoration: none;
}

.sp-ss-pinterest {
	background: #e60023;
	color: #fff !important;
	text-decoration: none;
}

.sp-ss {
	border-radius: 3px;
	font-family: sans-serif;
}

.sp-ss-md {
	padding: 4px 10px;
	font-size: 16px;
}

#cspio-bypass {
	border: 1px solid #ccc !important;
}

#cspio-bypass-btn {
	color: #fff;
}

@-webkit-keyframes progress-bar-stripes {
	from {
		background-position: 0 16px;
	}
	
	to {
		background-position: 0 0;
	}
}

@keyframes progress-bar-stripes {
	from {
		background-position: 0 16px;
	}
	
	to {
		background-position: 0 0;
	}
}

.sp-socialprofiles-style-1 .sp-sp-instagram {
	color: #f77737 !important;
}

.sp-sp {
	display: flex;
	align-items: center;
	justify-content: center;
}

.sp-sp-instagram {
	background: #f77737;
	text-decoration: none;
}

@-webkit-keyframes sp-ajax-stripes {
	from {
		background-position: 48px 0;
	}
	
	to {
		background-position: 0 0;
	}
}

@keyframes sp-ajax-stripes {
	from {
		background-position: 48px 0;
	}
	
	to {
		background-position: 0 0;
	}
}

@media (max-width:640px) {
	.sp-spacer {
		height: 1vh !important;
	}
	
	.sp-socialsharing-wrapper, .sp-nav, .sp-button-wrapper, .sp-image-wrapper {
		text-align: center !important;
		justify-content: center !important;
	}
	
	.sp-el-section, .sp-el-row, .sp-el-col, .sp-el-block, .sp-optin-wrapper, .sp-testimonials-wrapper, .sp-testimonial-wrapper {
		padding: 8px !important;
	}
	
	.sp-w-full {
		width: 100% !important;
	}
	
	img:not(".sp-testimonial-img") {
		height: auto !important;
	}
	
	h1, h2, h3, h4, h5, h6 {
		text-align: center !important;
	}
	
	.sp-socialprofiles-wrapper {
		text-align: center !important;
		justify-content: center !important;
	}
}

#cspio-bypass-btn {
	font-size: 15px;
	height: 27px;
	padding: 0 14px;
	border-radius: 4px;
}

.seedprod-menu {
	box-sizing: border-box;
}

.seedprod-menu-list, .menu-item {
	position: relative;
}

.seedprod-menu-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.menu-item {
	padding: 0;
	margin: 0;
	height: 100%;
}

.seedprod-menu-horizontal .nav-menu {
	width: 100%;
	white-space: nowrap;
}

.seedprod-menu-horizontal .nav-menu .seedprod-menu-list {
	display: inline-block;
}

.seedprod-menu-horizontal .nav-menu .menu-item, .seedprod-menu-horizontal .nav-menu .seedprod-menu-heading, .seedprod-menu-horizontal .nav-menu .seedprod-menu-separator {
	display: inline-block;
	vertical-align: middle;
}

.menu-item .menu-item {
	display: block;
	white-space: nowrap;
}

.seedprod-menu-horizontal .menu-item .menu-item {
	display: block;
}

.sub-menu {
	display: none;
	position: absolute;
	left: 100%;
	top: 0;
	margin: 0;
	padding: 0;
	z-index: 3;
}

.seedprod-menu-horizontal .nav-menu .sub-menu {
	left: 0;
	top: auto;
	width: inherit;
}

.menu-item-has-children:hover>.sub-menu, .seedprod-menu-active>.sub-menu {
	display: block;
	position: absolute;
}

.menu-item-has-children>a:after {
	padding-left: .5em;
	content: "▸";
	font-size: inherit;
}

.seedprod-menu-horizontal .nav-menu .menu-item-has-children>a:after {
	content: "▾";
}

.sub-menu {
	background-color: #fff;
}

.nav-bar {
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	align-items: center;
	padding: 1rem 1.5rem;
}

.hamburger {
	display: none;
}

.bar {
	display: block;
	width: 25px;
	height: 3px;
	margin: 5px auto;
	transition: all .3s ease-in-out;
	background-color: #101010;
}

.sp-nested-nav-wrapper .nav-bar {
	padding: 0;
}

@media only screen and (max-width:786px) {
	.custom-restricted-width {
		width: 99%;
		display: block;
	}
	
	.sp-nested-nav-wrapper {
		width: 100%;
	}
	
	.sp-mobile-menu-true ul.seedprod-menu-list {
		display: inline-block;
		width: 100%;
		text-align: left;
	}
	
	.sp-mobile-menu-true .nav-bar {
		padding: 0;
	}
	
	.sp-mobile-menu-true .menu-item-has-children:hover>.sub-menu {
		width: 100%;
		display: none;
	}
	
	.seedprod-menu-horizontal.sp-mobile-menu-true .menu-item, .seedprod-menu-horizontal.sp-mobile-menu-true .pure-menu-heading, .seedprod-menu-horizontal.sp-mobile-menu-true .pure-menu-separator {
		display: block !important;
		padding: 0 !important;
	}
	
	.custom-restricted-width.sp-mobile-menu-true .menu-item, .custom-restricted-width.sp-mobile-menu-true .pure-menu-heading, .custom-restricted-width.sp-mobile-menu-true .pure-menu-separator {
		display: block !important;
		padding: 0 !important;
	}
	
	.sp-mobile-menu-true .menu-item a {
		display: block;
		width: 100%;
	}
	
	.sp-mobile-menu-true .nav-menu .menu-item {
		display: block !important;
		font-size: 22px;
		line-height: 26px;
	}
	
	.sp-mobile-menu-true .nav-menu {
		display: none;
	}
	
	.sp-mobile-menu-true .hamburger {
		display: block;
		cursor: pointer;
	}
	
	.sp-mobile-menu-false .nav-menu .seedprod-menu-list {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
}

.sub-menu .menu-item {
	padding-top: 2px !important;
	padding-bottom: 2px !important;
}

@media (max-width:786px) {
	.menu-item {
		margin-top: 2px !important;
		margin-bottom: 2px !important;
	}
	
	.menu-item a {
		text-align: left !important;
	}
}

.sp-mobile-menu-true ul.sub-menu {
	padding-left: 10px;
}

.custom-restricted-width .menu-item:first-child {
	padding-top: 0 !important;
}

.custom-restricted-width .menu-item:last-child {
	padding-bottom: 0 !important;
}

.sub-menu li {
	text-align: left !important;
}

.custom-restricted-width .sub-menu .menu-item {
	padding-left: 10px !important;
	padding-right: 10px !important;
}

.sp-custom-grid {
	display: grid;
}

.sp-custom-gap-4 {
	grid-gap: 1rem;
	gap: 1rem;
}

.sp-custom-grid-cols-1 {
	grid-template-columns: repeat(1, minmax(0, 1fr));
}

.sp-custom-grid-cols-2 {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.sp-custom-grid-cols-3 {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.sp-custom-grid-cols-4 {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.sp-custom-grid-cols-5 {
	grid-template-columns: repeat(5, minmax(0, 1fr));
}

.sp-custom-grid-cols-6 {
	grid-template-columns: repeat(6, minmax(0, 1fr));
}

.sp-custom-grid-cols-7 {
	grid-template-columns: repeat(7, minmax(0, 1fr));
}

.sp-custom-grid-cols-8 {
	grid-template-columns: repeat(8, minmax(0, 1fr));
}

.sp-custom-grid-cols-9 {
	grid-template-columns: repeat(9, minmax(0, 1fr));
}

.sp-custom-grid-cols-10 {
	grid-template-columns: repeat(10, minmax(0, 1fr));
}

.sp-custom-grid-cols-11 {
	grid-template-columns: repeat(11, minmax(0, 1fr));
}

.sp-custom-grid-cols-12 {
	grid-template-columns: repeat(12, minmax(0, 1fr));
}

@media only screen and (max-width:480px) {
	.sp-custom-grid-cols-2 {
		grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
	}
	
	.sp-custom-grid-cols-3 {
		grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
	}
	
	.sp-custom-grid-cols-4 {
		grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
	}
	
	.sp-custom-grid-cols-5 {
		grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
	}
	
	.sp-custom-grid-cols-6 {
		grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
	}
	
	.sp-custom-grid-cols-7 {
		grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
	}
	
	.sp-custom-grid-cols-8 {
		grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
	}
	
	.sp-custom-grid-cols-9 {
		grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
	}
	
	.sp-custom-grid-cols-10 {
		grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
	}
	
	.sp-custom-grid-cols-11 {
		grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
	}
	
	.sp-custom-grid-cols-12 {
		grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
	}
}

.sp-postcomments-wrapper .comments-area .comments-title, #reply-title {
	font-size: 24px;
}

#wp-comment-cookies-consent {
	margin-right: 8px;
}

.sp-postcomments-wrapper .comments-area .comment-form input:not:[type="submit"], .sp-postcomments-wrapper .comments-area .comment-form textarea {
	font-size: 16px;
	padding: 12px 15px;
	width: 100%;
	border-radius: 3px;
	margin-bottom: 16px;
}

#reply-title {
	margin-bottom: 20px;
}

@media only screen and (min-width:480px) {
	.sp-postnavigation-wrapper .sp-postnavigation-previous-next {
		display: flex;
		justify-content: space-between;
	}
}

.sp-postnavigation-wrapper .sp-postnavigation-previous {
	overflow: hidden;
	text-align: left;
	display: flex;
	flex-direction: column;
}

.sp-postnavigation-wrapper .sp-postnavigation-next {
	overflow: hidden;
	text-align: right;
	display: flex;
	flex-direction: column;
}

.sp-postnavigation-wrapper .sp-postnavigation-previous-label, .sp-postnavigation-wrapper .sp-postnavigation-next-label {
	overflow: hidden;
	font-size: 16px;
	text-overflow: ellipsis;
}

.sp-postnavigation-wrapper .sp-postnavigation-previous-title, .sp-postnavigation-wrapper .sp-postnavigation-next-title {
	font-size: 12px;
	display: flex;
	flex-direction: column;
	margin: 5px 30px 0;
}

.sp-postnavigation-wrapper .sp-postnavigation-previous-icon, .sp-postnavigation-wrapper .sp-postnavigation-next-icon {
	vertical-align: middle;
	display: initial;
}

.sp-postinfo-wrapper .sp-postinfo-list-items {
	display: flex;
	flex-wrap: wrap;
	list-style-type: none;
}

.sp-postinfo-wrapper .sp-postinfo-item {
	display: flex;
	align-items: flex-start;
	position: relative;
}

.sp-postinfo-wrapper .sp-postinfo-item-icon, .sp-postinfo-wrapper .sp-postinfo-author-avatar {
	padding-right: 8px;
}

.sp-postnavigation-shortcodes a, .sp-postnavigation-shortcodes a:hover {
	text-decoration: none;
}

.sp-text-block-style p:not(:last-child) {
	margin-bottom: 20px;
}

.sp-text-block-style ul {
	display: block;
	list-style-type: disc;
	list-style-position: outside;
	margin: 0;
	padding: 0;
	margin-left: 2rem;
	margin-bottom: 20px;
}

.sp-text-block-style ol {
	display: block;
	list-style-position: outside;
	margin: 0;
	padding: 0;
	margin-left: 2rem;
	margin-bottom: 20px;
}

.sp-text-block-style li {
	padding-left: .5rem;
	padding-right: .5rem;
}

.sp-postcontent p:not(:last-child) {
	margin-bottom: 20px;
}

.sp-postcontent ul {
	display: block;
	list-style-type: disc;
	list-style-position: outside;
	margin: 0;
	padding: 0;
	margin-left: 2rem;
	margin-bottom: 20px;
}

.sp-postcontent ol {
	display: block;
	list-style-position: outside;
	margin: 0;
	padding: 0;
	margin-left: 2rem;
	margin-bottom: 20px;
}

.sp-postcontent li {
	padding-left: .5rem;
	padding-right: .5rem;
}

.sp-postcontent img, .sp-postcontent iframe {
	margin-bottom: 20px;
}

.sp-postcontent h1, .sp-postcontent h2, .sp-postcontent h3, .sp-postcontent h4, .sp-postcontent h5, .sp-postcontent h6 {
	margin-bottom: 10px;
}

.sp-postcontent {
	clear: both;
}

.sp-postcontent .aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.sp-posts-single-block a, .sp-posts-single-block a:hover {
	text-decoration: none;
}

.sp-posts-single-block {
	overflow: hidden;
}

.widget {
	margin-bottom: 0;
}

.sp-el-section, .sp-el-col, .sp-el-row {
	position: relative;
}

.sp-section-shape svg, .sp-row-shape svg, .sp-col-shape svg {
	display: block;
	width: 100%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	position: relative;
}

@-webkit-keyframes hotspot-soft-beat {
	from {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	
	to {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
}

@keyframes hotspot-soft-beat {
	from {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	
	to {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
}

@-webkit-keyframes hotspot-expand {
	from {
		-webkit-transform: scale(.5);
		transform: scale(.5);
		opacity: 1;
	}
	
	to {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: .7;
	}
}

@keyframes hotspot-expand {
	from {
		-webkit-transform: scale(.5);
		transform: scale(.5);
		opacity: 1;
	}
	
	to {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: .7;
	}
}

.post-password-form {
	align-items: center;
	flex-direction: column;
	display: flex;
}

.post-password-form p {
	padding: 1rem;
}

#edd_checkout_wrap #edd_final_total_wrap {
	margin-bottom: 10px;
}

.sp-skin-card .sp-posts-single-block {
	display: flex;
	position: relative;
	flex-direction: column;
}

.sp-posts-inner-block .sp-container.sp-mb-5 {
	margin-bottom: 1.25rem;
}

.sp-skin-card .sp-posts-single-block {
	background: #fff;
}

.sp-skin-card.sp-post-masonary-true {
	align-items: flex-start;
}

.sp-skin-card.sp-post-masonary-true .sp-posts-single-block {
	padding-right: calc(20px / 2);
	padding-left: calc(20px / 2);
	margin-bottom: 20px;
}

.sp-skin-card .sp-posts-single-block .sp-posts-inner-block {
	display: flex;
	flex-direction: column;
}

.sp-grid-cols-1.sp-post-masonary-true .sp-posts-single-block {
	width: 100%;
}

.sp-grid-cols-2.sp-post-masonary-true .sp-posts-single-block {
	width: 50%;
}

.sp-grid-cols-3.sp-post-masonary-true .sp-posts-single-block {
	width: 33.33%;
}

.sp-grid-cols-4.sp-post-masonary-true .sp-posts-single-block {
	width: 25%;
}

.sp-grid-cols-5.sp-post-masonary-true .sp-posts-single-block {
	width: 20%;
}

.sp-post-masonary-true {
	flex-wrap: wrap;
}

.sp-post-masonary-true:after {
	content: "";
	display: block;
	clear: both;
}

.sp-imagecarousels-wrapper .sp-flex>.sp-imagecarousel-wrapper[style*="opacity: 1"] {
	position: relative !important;
	z-index: 5 !important;
	pointer-events: auto !important;
}

.sp-imagecarousels-wrapper .sp-flex>.sp-imagecarousel-wrapper[style*="opacity: 0"] {
	z-index: 1 !important;
	pointer-events: none !important;
}

@media (min-width:640px) {
	.sm\:sp-flex {
		display: flex;
	}
}