/*!
Theme Name: WPEverest
Theme URI: https://wpeverest.com/
Author: WPEverest
Author URI: https://wpeverest.com/
Description: WPEverest official theme.
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: wpeverest
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

WPEverest is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
html body {
	margin-bottom: 0 !important;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

.container {
	max-width: 1140px;
}

.mobile-hidden {
	/* Large Devices, Wide Screens */
}

@media (max-width: 767px) {
	.mobile-hidden {
		display: none;
	}
}

.mobile-visible {
	display: none;
	/* Large Devices, Wide Screens */
}

@media (max-width: 767px) {
	.mobile-visible {
		display: block;
	}
}

.mobile-visible td {
	font-weight: bold;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/* Grid
--------------------------------------------- */
.wpe-container {
	max-width: 1200px;
	margin: 0 auto;
}

.center-content {
	max-width: 80%;
	margin: 0 auto !important;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

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

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

.affordable-plan-group {
	/* Large Devices, Wide Screens */
}

@media (max-width: 767px) {
	.affordable-plan-group {
		overflow-x: auto;
		width: 100%;
	}
}

.affordable-section-4col .affordable-plan td {
	width: 25%;
}

.affordable-plan {
	background: linear-gradient(180deg, #F6F6F6 0%, #FFFFFF 76.8%);
	box-shadow: 0px 30px 50px rgba(83, 23, 170, 0.1);
	border-spacing: 0;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
}

.affordable-plan .full-row {
	background: rgba(17, 17, 17, 0.1);
	font-weight: bold;
}

.affordable-plan .full-row td {
	border-bottom: 0;
}

.affordable-plan td {
	border-bottom: 1px solid rgba(17, 17, 17, 0.1);
	padding: 10px;
	width: 20%;
}

.affordable-plan td span.tb-value {
	color: #0060F3;
	background: rgba(0, 96, 243, 0.03);
	width: 30px;
	height: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
}

.affordable-plan td span.tb-value.tb-value-close {
	background: none;
}

.affordable-plan td span.tb-value.tb-value-close .fa.fa-times {
	color: rgba(17, 17, 17, 0.1);
}

.affordable-plan-title {
	display: flex;
	align-items: center;
}

.mobile-heading {
	background: linear-gradient(109.95deg, #0060F3 -25.64%, #0068F3 35.24%, rgba(0, 146, 255, 0.5) 103.73%);
	color: #fff;
}

@media (min-width: 992px) {
	.mobile-heading {
		display: none;
	}
}

.mobile-heading td {
	font-weight: 800;
}

.elementor-image-gallery .gallery-columns-5 .gallery-item {
	max-width: 100% !important;
}

.gallery {
	grid-gap: 0;
}

.accordion-design .elementor-tab-content {
	background: linear-gradient(180deg, #F6F6F6 28.14%, #FFFFFF 100%);
	box-shadow: 0px 30px 50px rgba(83, 23, 170, 0.1);
	border: none;
}

.accordion-design .elementor-tab-title {
	position: relative;
	border-bottom: 1px solid #d4d4d4 !important;
	/* Large Devices, Wide Screens */
}

@media (max-width: 767px) {
	.accordion-design .elementor-tab-title {
		padding: 10px 30px 10px 10px !important;
	}
}

.accordion-design .elementor-tab-title:before {
	position: absolute;
	right: 0;
	left: auto;
	top: 17px;
	display: block;
	content: '';
	background: url(https://wpeverest.com/wp-content/uploads/2020/06/plus.svg) no-repeat right center;
	width: 22px;
	height: 22px;
}

.accordion-design .elementor-tab-title.elementor-active:before {
	background-image: url(https://wpeverest.com/wp-content/uploads/2020/06/minus.svg);
}

.wpeverest-affix {
	margin-left: 0;
	padding-left: 0;
	/* Large Devices, Wide Screens */
}

@media (max-width: 767px) {
	.wpeverest-affix {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	.wpeverest-affix.fixed {
		background: #fff;
		padding: 10px;
		z-index: 1;
		top: -5px !important;
		left: 0 !important;
		box-shadow: 0px 5px 10px 2px rgba(83, 23, 170, 0.05);
		transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	}
}

.wpeverest-affix li {
	list-style: none;
	/* Large Devices, Wide Screens */
}

@media (max-width: 767px) {
	.wpeverest-affix li {
		margin: 0 5px !important;
	}
}

.wpeverest-affix li a {
	padding: 15px 30px 15px 30px;
	color: #111;
	display: block;
	width: 100%;
	max-width: 250px;
	position: relative;
	border-radius: 5px;
	/* Large Devices, Wide Screens */
	/* Large Devices, Wide Screens */
}

@media (max-width: 991px) {
	.wpeverest-affix li a {
		padding: 10px;
		font-size: 16px;
	}
}

.wpeverest-affix li a:after {
	display: none;
	content: '';
	clear: both;
	background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 100%);
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 100%);
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0.3;
	pointer-events: none;
}

@media (max-width: 767px) {
	.wpeverest-affix li a {
		padding: 5px 7px;
		font-size: 14px;
	}
}

.wpeverest-affix li.active a, .wpeverest-affix li:hover a {
	background-color: #0060F3;
	color: #fff !important;
}

.wpeverest-affix li.active a:after, .wpeverest-affix li:hover a:after {
	display: block;
}

.current-power-section.user-r-register strong {
	color: #475BB2 !important;
}

/*=============================================
=            Admin Bar            =
=============================================*/
.admin-bar {
	--admin-bar: 32px;
}

@media screen and (max-width: 782px) {
	.admin-bar {
		--admin-bar: 46px;
	}
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
	transition: all ease-in-out 0.4s;
}

a:hover {
	opacity: 0.8;
}

a:visited {
	color: #800080;
}

a:hover, a:focus, a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

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

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

.elementor-button {
	position: relative;
}

.elementor-button span {
	position: relative;
	z-index: 1;
}

.elementor-button:after {
	display: block;
	content: '';
	clear: both;
	pointer-events: none;
}

.elementor-button:hover:after {
	display: block;
	content: '';
	clear: both;
	background: transparent;
}

.everest-forms button[type=submit] {
	background: #5317AA;
	color: #fff;
	border: 0;
	font-weight: 600;
	padding: 15px 30px;
	border-radius: 5px;
	position: relative;
}

.everest-forms button[type=submit]:after {
	display: block;
	content: '';
	clear: both;
	pointer-events: none;
}

.everest-forms button[type=submit]:hover {
	background: #5317AA;
	color: #fff;
}

.everest-forms button[type=submit]:hover:after {
	background: transparent;
}

.custom-btn .elementor-button {
	/* Large Devices, Wide Screens */
}

@media (max-width: 991px) {
	.custom-btn .elementor-button {
		background: #fff;
		color: #111;
		border: 2px solid #111;
		padding: 10px 20px !important;
		font-size: 14px !important;
	}
}

.available-in .elementor-widget-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.available-in .elementor-widget-wrap .elementor-widget-button {
	margin-bottom: 10px;
	display: inline-block;
	width: auto;
	padding: 0 5px;
}

.available-in .av-btn {
	/*.elementor-button:after{
			display: none;
		}*/
}

.edd_download_purchase_form .edd_purchase_submit_wrapper a.limited-column-button.edd-add-to-cart {
	padding: 16px 44px;
	border-radius: 4px;
	font-size: 18px;
	font-weight: 600;
	background: #0060F3;
	color: white;
	border: 1px solid #0060F3;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
body:not(.transparent-header) [class*="wpe-auto-sticky"] {
	background: #fff;
}

.site-header {
	/* Large Devices, Wide Screens */
}

.site-header [class*='wpe-auto-sticky'] {
	padding: 20px 10px;
	transition: padding ease-in-out 0.2s, box-shadow ease-in-out 0.2s, background ease-in-out 0.2s;
}

.site-header [class*='wpe-auto-sticky'][class*='fixed'] {
	box-shadow: 0 10px 20px rgba(83, 23, 170, 0.05);
	position: fixed;
	width: 100%;
	top: var(--admin-bar, 0px);
	right: 0;
	left: 0;
	z-index: 11;
	background: #fff;
}

.site-header [class*='wpe-auto-sticky'][class*='fixed-start'] {
	transform: translateY(-100%);
}

.site-header [class*='wpe-auto-sticky'][class*='fixed-hide-start'] {
	transform: none;
}

.site-header [class*='wpe-auto-sticky'][class*='fixed-hide-end'] {
	transform: translateY(-100%);
	transition: transform ease-in-out 0.2s;
}

.site-header [class*='wpe-auto-sticky'][class*='fixed-end'] {
	transition: transform ease-in-out 0.2s;
}

.site-header .wpe-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 1140px;
}

.site-header .site-branding {
	width: 30%;
	/* Large Devices, Wide Screens */
}

@media (max-width: 767px) {
	.site-header .site-branding {
		width: 50%;
	}
}

.site-header .site-branding p {
	margin: 0;
}

.site-header .wpe-secondary-logo {
	width: 1.5px;
	height: 40px;
	background: linear-gradient(180deg, rgba(175, 175, 175, 0) 0%, #AFAFAF 45.31%, #AFAFAF 56.25%, rgba(175, 175, 175, 0) 99.48%);
	margin-left: 13px;
}

.site-header .wpe-logos {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
}

.site-header .wpe-logos img {
	margin-right: 10px;
	/* Large Devices, Wide Screens */
}

@media (max-width: 767px) {
	.site-header .wpe-logos img {
		margin-right: 2px;
	}
}

.site-header .wpe-logos .wpe-secondary-logo img {
	margin-top: -35px;
	position: absolute;
	/* Large Devices, Wide Screens */
}

@media (max-width: 767px) {
	.site-header .wpe-logos .wpe-secondary-logo img {
		margin-top: -20px;
		width: 90px;
	}
}

.site-header .main-navigation {
	width: 70%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: center;
	/* Large Devices, Wide Screens */
}

@media (max-width: 767px) {
	.site-header .main-navigation {
		width: 50%;
	}
}

.site-header .main-navigation a {
	color: #171D54;
	font-weight: 400;
	font-family: 'Lato', sans-serif;
}

@media (max-width: 991px) {
	.site-header .main-navigation a {
		font-size: 15px;
	}
}

.site-header .main-navigation a:hover {
	color: #5317AA;
}

.site-header .main-navigation li {
	padding: 0 15px;
	/* Large Devices, Wide Screens */
	/* Large Devices, Wide Screens */
}

@media (max-width: 991px) {
	.site-header .main-navigation li {
		padding: 0 12px;
	}
}

@media (max-width: 767px) {
	.site-header .main-navigation li {
		margin-bottom: 10px;
	}
}

.site-header .main-navigation .sub-menu li {
	font-size: 14px;
	font-weight: normal;
	padding: 8px 10px;
}

.site-header .menu-toggle + div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}

.site-header .menu-button a {
	border: 1px solid #171D54;
	padding: 7px 25px;
	border-radius: 2px;
	width: auto;
	display: inline-block;
}

.site-header .menu-button a:hover {
	background: #171D54;
	color: #fff;
}

.site-header .menu-toggle {
	/* Large Devices, Wide Screens */
}

@media (max-width: 767px) {
	.site-header .menu-toggle {
		float: right;
		clear: right;
		margin-right: 10px;
		display: block;
		font-family: none;
		height: 3px;
		border: none;
		background: #171D54;
		font-size: 0;
		width: 30px;
		/*margin-top: 10px;*/
		margin-top: -12px;
		padding: 0;
	}
	.site-header .menu-toggle:after, .site-header .menu-toggle:before {
		display: block;
		content: '';
		clear: both;
		background: #171D54;
		height: 3px;
		margin-bottom: 3px;
	}
	.site-header .menu-toggle:after {
		margin-bottom: -2px;
	}
	.site-header .menu-toggle:before {
		margin-top: 6px;
	}
}

@media (max-width: 767px) {
	.site-header .main-navigation ul ul {
		display: block;
		background: #e7e2ef;
	}
	.site-header .main-navigation ul ul li {
		margin-bottom: 0;
	}
	.site-header .main-navigation .menu.nav-menu {
		display: block;
		left: -100% !important;
		position: absolute;
		width: 100%;
		left: 0;
		top: 76px;
		background: #fff;
		padding: 20px 10px;
		/*transition: all ease-in-out 0.4s;*/
		-webkit-transition: all ease-in-out 0.4s;
		-moz-transition: all ease-in-out 0.4s;
		-ms-transition: all ease-in-out 0.4s;
		-o-transition: all ease-in-out 0.4s;
		transition: all ease-in-out 0.4s;
		z-index: 1;
	}
	.site-header .main-navigation.toggled .menu.nav-menu {
		left: 0 !important;
	}
}

.transparent-header .site-header {
	position: relative;
}

.transparent-header .site-header .wpe-transparent-wrap {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 9999;
	height: auto;
	width: 100%;
	background: transparent;
}

.site-footer {
	background: #fff;
	padding: 50px 0 0;
}

.site-footer .wpe-container {
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
}

.site-footer .wpe-footer-widgets-areas {
	padding: 0 10px 40px;
}

.site-footer .wpe-footer-widgets-areas .wpe-col-4 {
	width: 25%;
}

@media (max-width: 767px) {
	.site-footer .wpe-footer-widgets-areas .wpe-col-4 {
		width: 50%;
	}
}

@media (max-width: 480px) {
	.site-footer .wpe-footer-widgets-areas .wpe-col-4 {
		width: 100%;
	}
}

.site-footer .wpe-footer-widgets-areas h2 {
	font-size: 20px;
	font-weight: 800;
}

.site-footer .wpe-footer-widgets-areas ul {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

.site-footer .wpe-footer-widgets-areas ul li {
	margin: 10px 0;
}

.site-footer .wpe-footer-widgets-areas ul a {
	color: rgba(17, 17, 17, 0.8);
	text-decoration: none;
}

.site-footer .wpe-footer-widgets-areas ul a:hover {
	color: #171D54;
}

.site-footer .site-info {
	background: #F6F6F6;
	padding: 15px 0 11px;
}

.site-footer .copyright {
	color: rgba(17, 17, 17, 0.5);
}

sup {
	font-weight: normal;
	font-size: 18px;
	color: #111;
	text-decoration: line-through;
	font-family: 'Lato', sans-serif;
}

/* Large Devices, Wide Screens */
@media (max-width: 767px) {
	.block-content {
		order: 2;
	}
	.block-img,
	.block-image {
		order: 1;
	}
}

.current-power-section {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.current-power-section strong {
	font-size: 32px;
	font-weight: 800;
	color: #7545bb;
}

.current-power-section span {
	display: block;
	margin-top: -5px;
	color: #454545;
	font-size: 18px;
	font-weight: bold;
}

.current-power-section.user-r-register strong {
	color: #475BB2 !important;
}

/* custom button */
.full-width-button .elementor-button {
	width: 100%;
}

.blk p {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	margin: 0;
}

.blk.blk-link a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	color: #111;
}

.blk.blk-link a:hover {
	color: #5317AA;
}

.custom-side-table td {
	font-weight: 600;
	padding: 10px 0;
	border-bottom: #F1F1F3 1px dashed;
}

.custom-side-table td:last-child {
	text-align: right;
}

.custom-side-table tr:last-child td {
	border-bottom: none;
}

/*gallery*/
.custom-header .gallery {
	grid-gap: 0;
}

/*contact page*/
div.contact-img img {
	max-width: 400px;
}

/*pricing page*/
.pricing-column .elementor-icon-list-item {
	border-bottom: 1px solid rgba(17, 17, 17, 0.1);
	padding: 5px 30px !important;
}

.pricing-column ul {
	width: calc(100% + 40px);
	margin-left: -20px !important;
}

.pricing-column sup {
	text-decoration: line-through;
}

.sub-title-column p {
	margin: 0;
}

.sub-title-column .pricing-no span {
	color: #111;
}

.popular-column-section sup {
	color: #fff;
}

.popular-title .elementor-widget-container {
	display: inline-block !important;
}

.popular-column-section .elementor-column-wrap.elementor-element-populated:before {
	display: block;
	content: '';
	clear: both;
	background: linear-gradient(135.56deg, #0060F3 6.33%, #0068F3 49.59%, rgba(0, 146, 255, 0.5) 98.26%);
	width: 100%;
	height: 283px;
	position: absolute;
	left: 0;
	top: 0;
	/* Large Devices, Wide Screens */
}

@media (max-width: 991px) {
	.popular-column-section .elementor-column-wrap.elementor-element-populated:before {
		height: 247px;
	}
}

.affordable-section .affordable-section-wrap .as-section-row {
	background: #f6f6f6;
}

.affordable-section .popular-title {
	text-transform: uppercase;
	background-color: #0060F3;
	position: absolute;
	bottom: 100%;
	right: -2px;
	left: -2px;
	color: #ffff;
	padding: 2px 10px;
	font-family: "lato", Sans-serif;
}

.affordable-section .as-section-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
}

.affordable-section .as-section-row .as-section-col {
	width: calc(20% - 2px);
	text-align: center;
	position: relative;
	background: #fff;
	margin: 0 1px;
	padding: 20px 5px 40px;
	/* Large Devices, Wide Screens */
}

@media (max-width: 767px) {
	.affordable-section .as-section-row .as-section-col {
		width: calc(100% - 2px);
		padding: 0 5px 40px;
	}
	.affordable-section .as-section-row .as-section-col:nth-child(2) {
		padding-bottom: 85px;
	}
	.affordable-section .as-section-row .as-section-col .switch {
		margin-bottom: 0;
	}
}

.affordable-section .as-section-row .as-section-col h4 {
	text-transform: uppercase;
	font-family: "lato", Sans-serif;
	color: #111;
	margin: 20px 0;
}

.affordable-section .as-section-row .as-section-col h2 {
	color: #0060F3;
	font-weight: 800;
	margin: 20px 0;
}

.affordable-section .as-section-row .as-section-col .discount-info {
	margin-bottom: 20px;
}

.affordable-section .as-section-row .as-section-col .discount-info span {
	font-size: 14px;
	font-weight: 700;
	padding: 4px 8px;
	color: #F36100;
}

.affordable-section .as-section-row .as-section-col a.as-btn {
	font-family: "lato", Sans-serif;
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
	padding: 15px 30px 15px 30px;
	color: #111;
	background-color: #FFFFFF;
	border: 1px solid #111;
	border-radius: 4px;
	max-width: 195px;
	display: inline-block;
	/* Large Devices, Wide Screens */
}

@media (max-width: 991px) {
	.affordable-section .as-section-row .as-section-col a.as-btn {
		font-size: 14px;
		padding: 10px 15px 10px 15px;
	}
}

.affordable-section .as-section-row .as-section-col.pro-sec {
	border: 2px solid #0060F3;
}

.affordable-section .as-section-row .as-section-col.pro-sec a.as-btn {
	background: #0060F3;
	color: #fff;
	border-color: #0060F3;
}

.affordable-section-4col .as-section-row .as-section-col {
	width: calc(25% - 2px);
}

/* 404 */
.error-404 {
	text-align: center;
	padding: 80px 0;
}

.error-404 h1 {
	font-size: 50px;
	font-weight: 800;
}

/* standard template */
#primary .inner-wrap {
	width: 60%;
	margin: 0 auto;
}

.wpe-toggle-wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 1em;
}

.wpe-toggle-wrap .wpe-switch-heading {
	margin: 0;
	font-weight: normal;
}

.wpe-toggle-wrap .toggle-btn {
	position: relative;
}

.wpe-toggle-wrap .toggle-btn * {
	cursor: pointer;
}

.wpe-toggle-wrap input {
	position: absolute;
	left: -9999em;
}

.wpe-toggle-wrap input:checked + .toggle {
	background: #269bd1;
}

.wpe-toggle-wrap input:checked + .toggle .toggle-handler {
	transform: translateX(6em);
	transition: all 0.3s cubic-bezier(0.5, 0.05, 0.55, 1);
}

.wpe-toggle-wrap .toggle {
	display: block;
	background-color: #e9ecef;
	width: 9em;
	height: 3em;
	border-radius: 3em;
	margin: 0 1.5em;
	transition: all 0.3s ease;
	box-sizing: content-box;
}

.wpe-toggle-wrap .toggle .toggle-handler {
	position: relative;
	width: 2.4em;
	height: 2.4em;
	margin: 0.3em;
	border-radius: 2.4em;
	background: #ffffff;
	display: inline-block;
	transition: all 0.3s cubic-bezier(0.5, 0.05, 0.55, 1);
}

.wpe-switch-content {
	width: 100%;
}

.wpe-switch-content .wpe-content--secondary {
	display: none;
}

.wpe-content-secondary {
	display: none;
}

ul.wpeverest-affix.fixed {
	position: fixed;
	top: 10px;
}

.wpe-switch-toggle {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.switch {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 80px;
	background: rgba(0, 0, 0, 0.05);
	padding: 5px;
	border-radius: 5px;
}

.switch .button {
	/*background: rgba(0,0,0, 0.05);*/
	padding: 10px 30px;
	text-transform: uppercase;
	cursor: pointer;
	border-radius: 5px;
	transition: all ease-in-out 0.4s;
}

.switch .button.switch-active {
	background: linear-gradient(109.95deg, #0060F3 -25.64%, #0068F3 35.24%, rgba(0, 146, 255, 0.5) 103.73%);
	color: #fff;
	box-shadow: 0px 0px 30px rgba(58, 123, 213, 0.6);
}

.switch .button.switch-active h5 {
	color: #fff;
}

.switch .button h5 {
	margin: 0;
}

.affordable-switch-wrap .switch {
	/*background: none;*/
	display: inline-flex;
}

.affordable-switch-wrap .switch .button {
	padding: 7px 10px;
}

.affordable-switch-wrap .switch .wpe-switch-heading-primary.button {
	/*background : rgba(0, 0, 0, 0.05);*/
}

.wpe-addon-changelog .wpe-changelog-head {
	font-weight: bold;
}

.wpe-addon-changelog .wpe-changelog-items {
	margin: 0 0 20px 0;
	padding-left: 20px;
}

.wpe-free-vs-pro {
	padding: 8px;
	background-color: #fff;
	font-family: "Lato", sans-serif;
	font-size: 18px;
	background: #ffffff;
	box-shadow: 0px 30px 50px rgba(83, 23, 170, 0.1);
	border-radius: 6px;
}

.wpe-free-vs-pro table {
	table-layout: fixed;
	margin-bottom: 0;
	border-collapse: collapse;
	border-spacing: 0;
	overflow: hidden;
}

.wpe-free-vs-pro table h4 {
	font-weight: 400;
}

.wpe-free-vs-pro table .is-accordion h4,
.wpe-free-vs-pro table .is-heading h4,
.wpe-free-vs-pro table th {
	font-weight: 700;
}

.wpe-free-vs-pro table thead {
	background-color: #488bf2;
	color: #fff;
	border-radius: 6px;
}

.wpe-free-vs-pro table thead th {
	padding: 20px;
}

.wpe-free-vs-pro table thead th:first-child {
	padding-left: 20px;
	border-radius: 6px 0 0 6px;
}

@media (min-width: 700px) {
	.wpe-free-vs-pro table thead th:first-child {
		padding-left: 40px;
	}
}

.wpe-free-vs-pro table thead th:last-child {
	border-radius: 0 6px 6px 0;
}

.wpe-free-vs-pro table tr {
	border-bottom-width: 0;
}

.wpe-free-vs-pro table tr > td > div {
	display: flex;
	align-items: center;
}

.wpe-free-vs-pro table tr > td > div .wpe-has-tooltip {
	cursor: pointer;
}

.wpe-free-vs-pro table tr:not(:first-child):not(.is-accordion):not(.is-heading) {
	border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.wpe-free-vs-pro table tr tr:first-child {
	border-top-width: 0;
}

.wpe-free-vs-pro table .is-accordion + tr,
.wpe-free-vs-pro table .is-heading + tr {
	border-top-width: 0 !important;
}

.wpe-free-vs-pro table .fa-times {
	color: #f97474;
}

.wpe-free-vs-pro table .fa-check {
	color: #488bf2;
}

.wpe-free-vs-pro table [data-accordion-for],
.wpe-free-vs-pro table .is-heading {
	background-color: rgba(72, 139, 242, 0.05);
	border-radius: 6px;
}

.wpe-free-vs-pro table .is-accordion {
	background-color: rgba(72, 139, 242, 0.05);
	cursor: pointer;
	border-radius: 6px;
}

.wpe-free-vs-pro table .is-accordion h4 {
	display: flex;
	align-items: center;
}

.wpe-free-vs-pro table .is-accordion h4 > span {
	margin-right: 10px;
}

.wpe-free-vs-pro table .is-accordion .minus {
	display: none;
}

.wpe-free-vs-pro table .is-accordion .plus {
	display: block;
}

.wpe-free-vs-pro table .is-accordion.is-active {
	border-radius: 6px 6px 0 0;
}

.wpe-free-vs-pro table .is-accordion.is-active td {
	border-radius: 6px 6px 0 0;
}

.wpe-free-vs-pro table .is-accordion.is-active h4 {
	color: #488bf2;
}

.wpe-free-vs-pro table .is-accordion.is-active .minus {
	display: block;
}

.wpe-free-vs-pro table .is-accordion.is-active .plus {
	display: none;
}

.wpe-free-vs-pro table .is-accordion.is-active ~ tr > td {
	border-radius: 0 0 6px 6px;
}

@media (min-width: 992px) {
	.wpe-free-vs-pro table .is-accordion.is-active ~ tr > td > div {
		padding-left: 40px;
		padding-right: 40px;
	}
	.wpe-free-vs-pro table .is-accordion.is-active ~ tr > td > div h4 {
		padding-left: 0;
	}
}

@media (min-width: 992px) {
	.wpe-free-vs-pro table .is-accordion.is-active ~ tr > td table tbody tr td:first-child {
		width: 65%;
	}
}

@media (min-width: 992px) {
	.wpe-free-vs-pro table .is-accordion.is-active ~ tr > td table tbody tr td:nth-child(2) {
		width: 36%;
	}
}

@media (min-width: 1060px) {
	.wpe-free-vs-pro table .is-accordion.is-active ~ tr > td table tbody tr td:nth-child(2) {
		width: 33%;
	}
}

@media (min-width: 992px) {
	.wpe-free-vs-pro table .is-accordion.is-active ~ tr > td table tbody tr td:last-child {
		width: 15%;
	}
}

@media (min-width: 1060px) {
	.wpe-free-vs-pro table .is-accordion.is-active ~ tr > td table tbody tr td:last-child {
		width: 16%;
	}
}

.wpe-free-vs-pro table th {
	width: 60%;
}

.wpe-free-vs-pro table th:first-child {
	text-align: left;
}

.wpe-free-vs-pro table th + th {
	width: 20%;
}

.wpe-free-vs-pro table td {
	width: 60%;
	border-radius: 6px;
}

.wpe-free-vs-pro table td h4 {
	padding: 20px 0 20px 20px;
	margin: 0;
	color: #525252;
	text-align: left;
}

@media (min-width: 700px) {
	.wpe-free-vs-pro table td h4 {
		padding: 20px 0 20px 40px;
	}
}

.wpe-free-vs-pro table td + td {
	width: 20%;
	text-align: center;
}

.wpe-free-vs-pro table tbody tr[data-id="cta"] {
	border-top: 8px solid #fff !important;
}

.wpe-free-vs-pro table tbody tr[data-id="cta"] td:first-child {
	background: #f6f9fe;
	border-radius: 6px 0 0 6px;
	display: none;
}

@media (min-width: 576px) {
	.wpe-free-vs-pro table tbody tr[data-id="cta"] td:first-child {
		display: table-cell;
	}
}

.wpe-free-vs-pro table tbody tr[data-id="cta"] td:nth-child(2), .wpe-free-vs-pro table tbody tr[data-id="cta"] td:last-child {
	padding: 15px 0 13px;
	background: none;
}

@media (min-width: 576px) {
	.wpe-free-vs-pro table tbody tr[data-id="cta"] td:nth-child(2), .wpe-free-vs-pro table tbody tr[data-id="cta"] td:last-child {
		background: #f6f9fe;
	}
}

.wpe-free-vs-pro table tbody tr[data-id="cta"] td:nth-child(2) {
	border-radius: 0;
}

.wpe-free-vs-pro table tbody tr[data-id="cta"] td:last-child {
	border-radius: 0 6px 6px 0;
}

.wpe-free-vs-pro table tbody tr[data-id="cta"] .cta-1,
.wpe-free-vs-pro table tbody tr[data-id="cta"] .cta-2 {
	text-transform: uppercase;
	padding: 10px;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.01em;
}

@media (min-width: 885px) {
	.wpe-free-vs-pro table tbody tr[data-id="cta"] .cta-1,
	.wpe-free-vs-pro table tbody tr[data-id="cta"] .cta-2 {
		padding: 10px 15px;
		font-size: 16px;
		line-height: 24px;
	}
}

@media (min-width: 935px) {
	.wpe-free-vs-pro table tbody tr[data-id="cta"] .cta-1,
	.wpe-free-vs-pro table tbody tr[data-id="cta"] .cta-2 {
		padding: 10px 20px;
	}
}

.wpe-free-vs-pro table tbody tr[data-id="cta"] .cta-1 {
	font-family: inherit;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	z-index: 1;
	color: #0064f3;
	border: 1px solid #0064f3;
	border-radius: 2px;
	position: relative;
}

.wpe-free-vs-pro table tbody tr[data-id="cta"] .cta-1::before {
	position: absolute;
	content: "";
	background: #0064f3;
	width: 250px;
	height: 150px;
	z-index: -1;
	border-radius: 50%;
	top: 100%;
	left: 100%;
	transition: 0.3s all;
}

.wpe-free-vs-pro table tbody tr[data-id="cta"] .cta-1:hover {
	color: #fff;
}

.wpe-free-vs-pro table tbody tr[data-id="cta"] .cta-1:hover::before {
	top: -30px;
	left: -30px;
}

.wpe-free-vs-pro table tbody tr[data-id="cta"] .cta-2 {
	background: linear-gradient(98.99deg, #0060f3 -25.64%, #0068f3 35.24%, rgba(0, 146, 255, 0.5) 103.73%);
	border-radius: 2px;
	color: #fff;
	display: inline-block;
	width: 100px;
}

@media (min-width: 450px) {
	.wpe-free-vs-pro table tbody tr[data-id="cta"] .cta-2 {
		width: auto;
	}
}

.edd-checkout .wpe-checkout {
	max-width: 920px;
	margin: 60px auto 0;
}

@media (max-width: 991px) {
	.edd-checkout .wpe-checkout {
		padding-left: 20px;
		padding-right: 20px;
	}
}

.edd-checkout .wpe-checkout__progress {
	display: flex;
	flex-direction: column;
	margin-bottom: 40px;
}

.edd-checkout .wpe-checkout__progress-text {
	font-weight: 600;
	font-size: 16px;
	line-height: 150%;
	color: #5774F2;
	margin-bottom: 5px;
}

.edd-checkout .wpe-checkout__progress-bar {
	background: #E1E1E1;
	height: 20px;
	border-radius: 20px;
	transition: width 1s ease-in-out;
	width: 100%;
	position: relative;
}

.edd-checkout .wpe-checkout__progress-percent {
	text-align: right;
	width: 80%;
	position: absolute;
	top: -28px;
	font-weight: 600;
	font-size: 18px;
	line-height: 140%;
	color: #5774F2;
	animation: progressBar 1.35s ease-in;
}

.edd-checkout .wpe-checkout__progress-percent::before {
	content: "";
	background: #5774F2;
	height: 20px;
	width: 100%;
	border-radius: 20px;
	position: absolute;
	top: 28px;
	left: 0;
}

.edd-checkout .wpe-checkout__progress-percent::after {
	content: "";
	background: #fff;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	position: absolute;
	top: 31px;
	right: 3px;
}

.edd-checkout .wpe-checkout__inner {
	display: flex;
	align-items: flex-start;
	gap: 24px;
}

@media (max-width: 767px) {
	.edd-checkout .wpe-checkout__inner {
		flex-direction: column;
		gap: 60px;
	}
}

.edd-checkout .wpe-checkout__inner .wpe-checkout__main {
	flex: 1;
}

@media (max-width: 767px) {
	.edd-checkout .wpe-checkout__inner .wpe-checkout__main {
		width: 100%;
	}
}

.edd-checkout .wpe-checkout__inner .wpe-checkout__main-inner {
	background: #fff;
	box-shadow: 0px 8px 60px rgba(103, 151, 255, 0.11);
	border-radius: 9px;
	padding: 24px 28px 28px;
}

.edd-checkout .wpe-checkout__inner .wpe-checkout__main-inner .wpe-checkout__title {
	margin-top: 0;
	margin-bottom: 24px;
	font-weight: 600;
	font-size: 18px;
	line-height: 140%;
	color: #383838;
	border-bottom: 1px solid #E9E9E9;
	padding-bottom: 16px;
}

.edd-checkout .wpe-checkout__inner .wpe-checkout__main-inner table.wpe-checkout__cart-items {
	padding: 14px 16px;
	background: #fff;
	border: 1px dashed #BDBDBD;
	border-radius: 7px;
}

.edd-checkout .wpe-checkout__inner .wpe-checkout__main-inner table.wpe-checkout__cart-items tbody tr td {
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	color: #383838;
	padding-bottom: 20px;
}

.edd-checkout .wpe-checkout__inner .wpe-checkout__main-inner table.wpe-checkout__cart-items tbody tr td:last-child {
	font-weight: 600;
}

.edd-checkout .wpe-checkout__inner .wpe-checkout__main-inner table.wpe-checkout__cart-items tbody tr td em {
	font-weight: 400;
	font-size: 12px;
	line-height: 150%;
	color: #6b6b6b;
}

.edd-checkout .wpe-checkout__inner .wpe-checkout__main-inner table.wpe-checkout__cart-items tbody tr td form label {
	cursor: pointer;
	font-weight: 600;
	font-size: 16px;
	line-height: 150%;
	display: flex;
	align-items: center;
	color: #383838;
}

.edd-checkout .wpe-checkout__inner .wpe-checkout__main-inner table.wpe-checkout__cart-items tbody tr td form label input[type="checkbox"] {
	width: 16px;
	height: 16px;
	margin-right: 8px;
	cursor: pointer;
}

.edd-checkout .wpe-checkout__inner .wpe-checkout__main-inner table.wpe-checkout__cart-items tbody tr td form span.wpe-has-tooltip {
	margin-left: 6px;
}

.edd-checkout .wpe-checkout__inner .wpe-checkout__main-inner table.wpe-checkout__cart-items tbody tr td form span.wpe-has-tooltip svg {
	width: 16px;
	height: 16px;
}

.edd-checkout .wpe-checkout__inner .wpe-checkout__main-inner table.wpe-checkout__cart-items tbody tr td form span.wpe-has-tooltip svg path {
	fill: #383838;
}

.edd-checkout .wpe-checkout__inner .wpe-checkout__main-inner table.wpe-checkout__cart-items tbody tr:nth-child(2) td {
	padding-bottom: 16px;
}

.edd-checkout .wpe-checkout__inner .wpe-checkout__main-inner table.wpe-checkout__cart-items tbody tr:last-child td {
	padding-bottom: 20px;
}

.edd-checkout .wpe-checkout__inner .wpe-checkout__main-inner table.wpe-checkout__cart-items tbody tr.wpe-checkout__cart-item[data-id="0"] .wpe-checkout__cart-item__name,
.edd-checkout .wpe-checkout__inner .wpe-checkout__main-inner table.wpe-checkout__cart-items tbody tr.wpe-checkout__cart-item[data-id="0"] .wpe-checkout__cart-item__price, .edd-checkout .wpe-checkout__inner .wpe-checkout__main-inner table.wpe-checkout__cart-items tbody tr.wpe-checkout__cart-item[data-id="-1"] .wpe-checkout__cart-item__name,
.edd-checkout .wpe-checkout__inner .wpe-checkout__main-inner table.wpe-checkout__cart-items tbody tr.wpe-checkout__cart-item[data-id="-1"] .wpe-checkout__cart-item__price {
	font-weight: 600;
	font-size: 16px;
	line-height: 150%;
}

.edd-checkout .wpe-checkout__inner .wpe-checkout__main-inner table.wpe-checkout__cart-items tbody tr.wpe-checkout__cart-item[data-id="0"] .wpe-checkout__cart-item__name, .edd-checkout .wpe-checkout__inner .wpe-checkout__main-inner table.wpe-checkout__cart-items tbody tr.wpe-checkout__cart-item[data-id="-1"] .wpe-checkout__cart-item__name {
	color: #383838;
}

.edd-checkout .wpe-checkout__inner .wpe-checkout__main-inner table.wpe-checkout__cart-items tbody tr.wpe-checkout__cart-item[data-id="0"] .wpe-checkout__cart-item__price, .edd-checkout .wpe-checkout__inner .wpe-checkout__main-inner table.wpe-checkout__cart-items tbody tr.wpe-checkout__cart-item[data-id="-1"] .wpe-checkout__cart-item__price {
	color: #F25656;
	opacity: 1;
}

.edd-checkout .wpe-checkout__inner .wpe-checkout__main-inner table.wpe-checkout__cart-items tbody tr.wpe-checkout__cart-item[data-id="-1"] .wpe-checkout__cart-item__name,
.edd-checkout .wpe-checkout__inner .wpe-checkout__main-inner table.wpe-checkout__cart-items tbody tr.wpe-checkout__cart-item[data-id="-1"] .wpe-checkout__cart-item__price {
	padding-top: 0;
}

.edd-checkout .wpe-checkout__inner .wpe-checkout__main-inner table.wpe-checkout__cart-items tbody tr.wpe-checkout__cart-item[data-id="0"] .wpe-checkout__cart-item__name,
.edd-checkout .wpe-checkout__inner .wpe-checkout__main-inner table.wpe-checkout__cart-items tbody tr.wpe-checkout__cart-item[data-id="0"] .wpe-checkout__cart-item__price {
	padding-top: 4px;
}

.edd-checkout .wpe-checkout__inner .wpe-checkout__main-inner table.wpe-checkout__cart-items tbody tr:first-child .wpe-checkout__cart-item__price {
	opacity: 1;
}

.edd-checkout .wpe-checkout__inner .wpe-checkout__main-inner table.wpe-checkout__cart-items tbody tr .wpe-checkout__cart-item__price {
	position: relative;
}

.edd-checkout .wpe-checkout__inner .wpe-checkout__main-inner table.wpe-checkout__cart-items tbody tr .wpe-checkout__cart-item__price img {
	position: absolute;
	width: 50px;
	height: 50px;
	top: 2px;
	right: -15px;
}

.edd-checkout .wpe-checkout__inner .wpe-checkout__main-inner table.wpe-checkout__cart-items tbody tr.wpe-checkout__cart-item[data-id="143161"] .wpe-checkout__cart-item__name, .edd-checkout .wpe-checkout__inner .wpe-checkout__main-inner table.wpe-checkout__cart-items tbody tr.wpe-checkout__cart-item[data-id="244998"] .wpe-checkout__cart-item__name, .edd-checkout .wpe-checkout__inner .wpe-checkout__main-inner table.wpe-checkout__cart-items tbody tr.wpe-checkout__cart-item[data-id="143159"] .wpe-checkout__cart-item__name {
	padding-top: 14px;
	border-top: 1px dashed rgba(208, 208, 208, 0.55);
	padding-bottom: 0;
}

.edd-checkout .wpe-checkout__inner .wpe-checkout__main-inner table.wpe-checkout__cart-items tbody tr.wpe-checkout__cart-item[data-id="143161"] .wpe-checkout__cart-item__price, .edd-checkout .wpe-checkout__inner .wpe-checkout__main-inner table.wpe-checkout__cart-items tbody tr.wpe-checkout__cart-item[data-id="244998"] .wpe-checkout__cart-item__price, .edd-checkout .wpe-checkout__inner .wpe-checkout__main-inner table.wpe-checkout__cart-items tbody tr.wpe-checkout__cart-item[data-id="143159"] .wpe-checkout__cart-item__price {
	padding-top: 14px;
	border-top: 1px dashed rgba(208, 208, 208, 0.55);
	padding-bottom: 0;
	color: #d9d9d9;
}

.edd-checkout .wpe-checkout__inner .wpe-checkout__main-inner table.wpe-checkout__cart-items tbody tr.wpe-checkout__cart-item[data-id="143161"].wpe-checkout__cart-item--added .wpe-checkout__cart-item__price, .edd-checkout .wpe-checkout__inner .wpe-checkout__main-inner table.wpe-checkout__cart-items tbody tr.wpe-checkout__cart-item[data-id="244998"].wpe-checkout__cart-item--added .wpe-checkout__cart-item__price, .edd-checkout .wpe-checkout__inner .wpe-checkout__main-inner table.wpe-checkout__cart-items tbody tr.wpe-checkout__cart-item[data-id="143159"].wpe-checkout__cart-item--added .wpe-checkout__cart-item__price {
	color: #383838;
}

.edd-checkout .wpe-checkout__inner .wpe-checkout__main-inner table.wpe-checkout__cart-items tbody tr.wpe-checkout__cart-item[data-id="143153"] .wpe-checkout__cart-item__name, .edd-checkout .wpe-checkout__inner .wpe-checkout__main-inner table.wpe-checkout__cart-items tbody tr.wpe-checkout__cart-item[data-id="244993"] .wpe-checkout__cart-item__name {
	padding-top: 14px;
	padding-bottom: 14px;
}

.edd-checkout .wpe-checkout__inner .wpe-checkout__main-inner table.wpe-checkout__cart-items tbody tr.wpe-checkout__cart-item[data-id="143153"] .wpe-checkout__cart-item__price, .edd-checkout .wpe-checkout__inner .wpe-checkout__main-inner table.wpe-checkout__cart-items tbody tr.wpe-checkout__cart-item[data-id="244993"] .wpe-checkout__cart-item__price {
	padding-top: 14px;
	padding-bottom: 14px;
	color: #d9d9d9;
}

.edd-checkout .wpe-checkout__inner .wpe-checkout__main-inner table.wpe-checkout__cart-items tbody tr.wpe-checkout__cart-item[data-id="143153"].wpe-checkout__cart-item--added .wpe-checkout__cart-item__price, .edd-checkout .wpe-checkout__inner .wpe-checkout__main-inner table.wpe-checkout__cart-items tbody tr.wpe-checkout__cart-item[data-id="244993"].wpe-checkout__cart-item--added .wpe-checkout__cart-item__price {
	color: #383838;
}

.edd-checkout .wpe-checkout__inner .wpe-checkout__main-inner table.wpe-checkout__cart-items tfoot .wpe-checkout__cart-total td {
	font-weight: 600;
	font-size: 18px;
	line-height: 140%;
	color: #383838;
	padding-top: 16px;
	border-top: 1px solid #e1e1e1;
}

.edd-checkout .wpe-checkout__inner .wpe-checkout__main-inner table.wpe-checkout__cart-items td:last-child {
	text-align: right;
}

.edd-checkout .wpe-checkout__inner .wpe-checkout__main-inner .wpe-checkout__cc button {
	background: transparent;
	border: 0;
	padding: 0;
	border-bottom: 1px solid #5774F2;
	padding-bottom: 2px;
	border-radius: 0;
	color: #5774F2;
	cursor: pointer;
}

.edd-checkout .wpe-checkout__inner .wpe-checkout__main-inner .wpe-checkout__cc form.wpe-checkout__cc-form:not([data-hidden]) {
	margin-top: 16px;
	display: flex;
	flex-wrap: wrap;
	column-gap: 12px;
	align-items: center;
}

.edd-checkout .wpe-checkout__inner .wpe-checkout__main-inner .wpe-checkout__cc form.wpe-checkout__cc-form:not([data-hidden]) input[type="text"] {
	flex: 1;
	height: 40px;
	background: #fff;
	border: 1px solid #E1E1E1;
	border-radius: 4px;
	padding: 8px 10px;
	font-weight: 400;
	font-size: 15px;
	line-height: 150%;
	color: #6b6b6b;
	letter-spacing: .3px;
}

.edd-checkout .wpe-checkout__inner .wpe-checkout__main-inner .wpe-checkout__cc form.wpe-checkout__cc-form:not([data-hidden]) input[type="text"]::placeholder {
	font-weight: 400;
	font-size: 15px;
	line-height: 150%;
	color: #bababa;
	letter-spacing: .3px;
}

.edd-checkout .wpe-checkout__inner .wpe-checkout__main-inner .wpe-checkout__cc form.wpe-checkout__cc-form:not([data-hidden]) input[type="text"]:focus-visible {
	outline: none;
	border: 1px solid #5774F2;
}

.edd-checkout .wpe-checkout__inner .wpe-checkout__main-inner .wpe-checkout__cc form.wpe-checkout__cc-form:not([data-hidden]) button[type="submit"] {
	width: 25%;
	padding: 8px 16px;
	background: #5774F2;
	border: 1px solid #5774F2;
	border-radius: 4px;
	font-weight: 400;
	font-size: 14px;
	line-height: 150%;
	color: #fff;
	letter-spacing: 0.3px;
	cursor: pointer;
	transition: all .3s ease-in-out;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
}

.edd-checkout .wpe-checkout__inner .wpe-checkout__main-inner .wpe-checkout__cc form.wpe-checkout__cc-form:not([data-hidden]) button[type="submit"]:hover {
	background: transparent;
	color: #5774F2;
}

.edd-checkout .wpe-checkout__inner .wpe-checkout__main-inner .wpe-checkout__cc form.wpe-checkout__cc-form:not([data-hidden]) button[type="submit"]:disabled {
	opacity: .3;
	cursor: not-allowed;
}

.edd-checkout .wpe-checkout__inner .wpe-checkout__main-inner .wpe-checkout__cc form.wpe-checkout__cc-form:not([data-hidden]) button[type="submit"]:disabled:hover {
	background: #5774F2;
	color: #fff;
}

.edd-checkout .wpe-checkout__inner .wpe-checkout__main-inner .wpe-checkout__cc form.wpe-checkout__cc-form:not([data-hidden]) .edd-loading-ajax.edd-loading {
	left: 0;
}

.edd-checkout .wpe-checkout__inner .wpe-checkout__main-inner .wpe-checkout__cc form.wpe-checkout__cc-form:not([data-hidden]) .wpe-checkout__cc-form-error {
	width: 100%;
	font-weight: 400;
	font-size: 14px;
	line-height: 150%;
	color: #F25656;
	padding: 8px 12px;
	background: #FFF4F4;
	border-radius: 3px;
	border: 1px solid #FFF4F4;
	margin-top: 10px;
}

.edd-checkout .wpe-checkout__inner .wpe-checkout__main-inner .wpe-checkout__cc .wpe-checkout__cc-form-success {
	width: 100%;
	font-weight: 400;
	font-size: 14px;
	line-height: 150%;
	color: #4CC741;
	padding: 8px 12px;
	background: #F5FFF4;
	border-radius: 3px;
	border: 1px solid #F5FFF4;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
	margin-bottom: 10px;
}

.edd-checkout .wpe-checkout__inner .wpe-checkout__main-inner .wpe-checkout__cc .wpe-checkout__cc-form-success button {
	position: relative;
	font-size: 0;
	border: 0;
}

.edd-checkout .wpe-checkout__inner .wpe-checkout__main-inner .wpe-checkout__cc .wpe-checkout__cc-form-success button::before {
	content: "";
	background-image: url("images/cross-icon.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	width: 20px;
	height: 20px;
	display: block;
}

.edd-checkout .wpe-checkout__inner .wpe-checkout__main-inner .wpe-checkout__form {
	margin-top: 24px;
	margin-bottom: 24px;
}

.edd-checkout .wpe-checkout__inner .wpe-checkout__main-inner .wpe-checkout__form input[type="submit"] {
	background: #49CB7D;
	border-radius: 4px;
	border: 1px solid #49CB7D;
	color: #fff;
	width: 100%;
	padding: 12px;
	font-weight: 600;
	font-size: 18px;
	line-height: 140%;
	cursor: pointer;
	transition: all .3s ease-in-out;
}

.edd-checkout .wpe-checkout__inner .wpe-checkout__main-inner .wpe-checkout__form input[type="submit"]:hover {
	background: #52d887;
	border-color: #52d887;
}

.edd-checkout .wpe-checkout__inner .wpe-checkout__main-inner .wpe-checkout__form input[type="submit"][disabled] {
	opacity: .3;
	cursor: not-allowed;
}

.edd-checkout .wpe-checkout__inner .wpe-checkout__main-inner .wpe-checkout__payment-icons {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
}

.edd-checkout .wpe-checkout__inner .wpe-checkout__main-inner .wpe-checkout__payment-icons svg {
	width: 40px;
	border: 1px solid #f0f0f0;
	border-radius: 2px;
	height: 26px;
}

.edd-checkout .wpe-checkout__inner .wpe-checkout__main-inner .wpe-checkout__payment-icons svg:nth-child(3) {
	background: #006fcf;
}

.edd-checkout .wpe-checkout__inner .wpe-checkout__main-inner .wpe-checkout__payment-icons svg:nth-child(4) {
	border: 0;
}

.edd-checkout .wpe-checkout__inner .wpe-checkout__main .wpe-checkout__terms {
	text-align: center;
	margin-top: 16px;
	margin-bottom: 20px;
}

.edd-checkout .wpe-checkout__inner .wpe-checkout__main .wpe-checkout__terms .wpe-checkout__terms-text {
	font-weight: 400;
	font-size: 13px;
	line-height: 150%;
	color: #6b6b6b;
	margin-top: 0;
	margin-bottom: 0;
}

.edd-checkout .wpe-checkout__inner .wpe-checkout__main .wpe-checkout__terms .wpe-checkout__terms-text a {
	color: #5774F2;
}

.edd-checkout .wpe-checkout__inner .wpe-checkout__main .wpe-checkout__secure-icons {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 24px;
}

.edd-checkout .wpe-checkout__inner .wpe-checkout__main .wpe-checkout__secure-icons img {
	height: 41px;
}

.edd-checkout .wpe-checkout__inner .wpe-checkout__aside {
	width: 30%;
}

@media (min-width: 451px) and (max-width: 767px) {
	.edd-checkout .wpe-checkout__inner .wpe-checkout__aside {
		display: flex;
		align-items: flex-start;
		width: 100%;
		gap: 24px;
	}
}

@media (max-width: 450px) {
	.edd-checkout .wpe-checkout__inner .wpe-checkout__aside {
		width: 100%;
	}
}

.edd-checkout .wpe-checkout__inner .wpe-checkout__aside .wpe-guarantee-tag {
	background: #fff;
	padding: 14px 10px;
	width: 120px;
	border-radius: 50%;
}

.edd-checkout .wpe-checkout__inner .wpe-checkout__aside-title {
	font-weight: 600;
	font-size: 18px;
	line-height: 140%;
	color: #383838;
	margin-bottom: 12px;
	margin-top: 20px;
}

@media (min-width: 451px) and (max-width: 767px) {
	.edd-checkout .wpe-checkout__inner .wpe-checkout__aside-title {
		margin-top: 0;
	}
}

.edd-checkout .wpe-checkout__inner .wpe-checkout__aside-desc {
	font-weight: 400;
	font-size: 14px;
	line-height: 150%;
	color: #6b6b6b;
	margin-top: 0;
	margin-bottom: 20px;
}

.edd-checkout .wpe-checkout__inner .wpe-checkout__aside .wpe-signature {
	width: 172px;
	margin-bottom: 8px;
}

.edd-checkout .wpe-checkout__inner .wpe-checkout__aside .wpe-checkout__founder {
	display: flex;
	align-items: center;
	gap: 14px;
}

.edd-checkout .wpe-checkout__inner .wpe-checkout__aside .wpe-checkout__founder img {
	border-radius: 50%;
	width: 80px;
	border: 3px solid #fff;
}

.edd-checkout .wpe-checkout__inner .wpe-checkout__aside .wpe-checkout__founder-name, .edd-checkout .wpe-checkout__inner .wpe-checkout__aside .wpe-checkout__founder-title {
	margin-top: 0;
	margin-bottom: 0;
	line-height: 140%;
	color: #383838;
}

.edd-checkout .wpe-checkout__inner .wpe-checkout__aside .wpe-checkout__founder-name {
	font-weight: 600;
	font-size: 18px;
}

.edd-checkout .wpe-checkout__inner .wpe-checkout__aside .wpe-checkout__founder-title {
	font-weight: 400;
	font-size: 16px;
}

.tooltipster-base.wpe-tooltipster.tooltipster-sidetip {
	max-width: 100% !important;
}

.tooltipster-base.wpe-tooltipster.tooltipster-sidetip .tooltipster-box {
	padding: 14px 5px 14px 14px;
	background: #383838 !important;
	border-radius: 5px;
	width: 380px !important;
	border-color: #383838 !important;
	max-height: 270px;
}

.tooltipster-base.wpe-tooltipster.tooltipster-sidetip .tooltipster-box .tooltipster-content {
	font-weight: 400;
	font-size: 15px;
	line-height: 150%;
	color: #fff;
	max-width: 100%;
	text-align: left;
	border: 0;
	padding: 0;
	box-shadow: none;
	/* Handle */
	/* Handle on hover */
}

.tooltipster-base.wpe-tooltipster.tooltipster-sidetip .tooltipster-box .tooltipster-content::-webkit-scrollbar {
	width: 4px;
}

.tooltipster-base.wpe-tooltipster.tooltipster-sidetip .tooltipster-box .tooltipster-content::-webkit-scrollbar-track {
	box-shadow: inset 0 0 5px #757575;
	border-radius: 10px;
}

.tooltipster-base.wpe-tooltipster.tooltipster-sidetip .tooltipster-box .tooltipster-content::-webkit-scrollbar-thumb {
	background: #cccccc;
	border-radius: 10px;
}

.tooltipster-base.wpe-tooltipster.tooltipster-sidetip .tooltipster-box .tooltipster-content::-webkit-scrollbar-thumb:hover {
	background: #8c8c8c;
}

.tooltipster-base.wpe-tooltipster.tooltipster-sidetip .tooltipster-box .tooltipster-content > div {
	padding-right: 5px;
}

.tooltipster-base.wpe-tooltipster.tooltipster-sidetip .tooltipster-box .tooltipster-content > div h1,
.tooltipster-base.wpe-tooltipster.tooltipster-sidetip .tooltipster-box .tooltipster-content > div h2,
.tooltipster-base.wpe-tooltipster.tooltipster-sidetip .tooltipster-box .tooltipster-content > div h3,
.tooltipster-base.wpe-tooltipster.tooltipster-sidetip .tooltipster-box .tooltipster-content > div h4,
.tooltipster-base.wpe-tooltipster.tooltipster-sidetip .tooltipster-box .tooltipster-content > div h5,
.tooltipster-base.wpe-tooltipster.tooltipster-sidetip .tooltipster-box .tooltipster-content > div h6,
.tooltipster-base.wpe-tooltipster.tooltipster-sidetip .tooltipster-box .tooltipster-content > div p,
.tooltipster-base.wpe-tooltipster.tooltipster-sidetip .tooltipster-box .tooltipster-content > div small,
.tooltipster-base.wpe-tooltipster.tooltipster-sidetip .tooltipster-box .tooltipster-content > div blockquote {
	margin-top: 0;
	margin-bottom: 10px;
	font-size: 15px;
	line-height: 150%;
}

.tooltipster-base.wpe-tooltipster.tooltipster-sidetip .tooltipster-box .tooltipster-content > div ul {
	margin-left: 0;
	padding-left: 22px;
	font-size: 14px;
	line-height: 150%;
}

.tooltipster-base.wpe-tooltipster.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border,
.tooltipster-base.wpe-tooltipster.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
	border-top-color: #383838 !important;
}

.tooltipster-base.wpe-tooltipster.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border,
.tooltipster-base.wpe-tooltipster.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background {
	border-right-color: #383838 !important;
}

.tooltipster-base.wpe-tooltipster.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border,
.tooltipster-base.wpe-tooltipster.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
	border-bottom-color: #383838 !important;
}

.tooltipster-base.wpe-tooltipster.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border,
.tooltipster-base.wpe-tooltipster.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background {
	border-left-color: #383838 !important;
}

#wpe-checkout-total {
	position: relative;
}

#wpe-checkout-total img {
	position: absolute;
	width: 50px;
	height: 50px;
	top: 0;
	right: -15px;
}

.wpe-add-to-cart {
	display: table;
	line-height: 1.428571429;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	border-radius: 4px;
	box-shadow: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	padding: 9px 24px;
	font-size: 15px;
	font-weight: 600;
	border: 1px solid #111;
	color: #111 !important;
	background-color: #e6e6e6;
	margin: 0 auto;
}

@keyframes progressBar {
	from {
		width: 5px;
		color: transparent;
	}
	to {
		width: 80%;
		color: #5774F2;
	}
}

.wpe-popup .wpe-popup__inner {
	padding: 0;
	width: 32.25em;
	border-radius: 3px;
}

.wpe-popup .wpe-popup__header {
	flex-direction: row;
	justify-content: space-between;
	padding: 12px 14px;
	background-color: #EDEFF7;
	position: relative;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

.wpe-popup .wpe-popup__title {
	display: initial !important;
	font-weight: 500;
	font-size: 16px;
	line-height: 120%;
	padding: 0;
	margin: 0;
	color: #475BB2;
}

.wpe-popup .wpe-popup__close {
	display: inline-grid !important;
	place-items: center;
	background-color: #CFD8FF;
	height: 16px;
	width: 16px;
	color: black;
	right: 14px;
	top: 50%;
	transform: translatey(-50%);
	font-size: 16px;
	line-height: 1;
	border-radius: 2px;
}

.wpe-popup .wpe-popup__close:hover {
	transform: translatey(-50%);
	color: inherit;
	background-color: #CFD8FF;
}

.wpe-popup .wpe-popup__actions {
	display: flex;
	justify-content: space-between;
	padding: 22px 20px;
	margin-top: 0;
	border-top: 1px solid #F4F4F4;
}

.wpe-popup .wpe-popup__actions [type="button"] {
	border-radius: 2px;
	margin: 0;
	padding: 9px 16px;
	font-weight: 500;
	font-size: 13px;
	line-height: 120%;
	letter-spacing: 0.2px;
}

.wpe-popup .wpe-popup__actions [type="button"].wpe-popup__confirm {
	color: #6B6B6B;
	background-color: #E9E9E9 !important;
	border: 1px solid #F8F8FA !important;
}

.wpe-popup .wpe-popup__actions [type="button"].wpe-popup__cancel {
	background-color: #475BB2 !important;
}

.wpe-popup .wpe-popup__actions--success {
	justify-content: center;
}

.wpe-popup .wpe-popup__actions--success [type="button"].wpe-popup__confirm {
	color: #fff;
	background-color: #475BB2 !important;
}

.wpe-popup .wpe-popup__content {
	padding: 22px;
	text-align: initial;
}

.wpe-popup .wpe-popup__content .swal2-html-container > * {
	margin: 0 0 15px 0;
	padding: 0;
	font-size: 14px;
	line-height: 150%;
}

.wpe-popup .wpe-popup__content .swal2-html-container > *:last-child {
	margin-bottom: 0;
}

.wpe-popup .wpe-popup__content .swal2-html-container p:first-child {
	font-weight: 500;
}

.wpe-popup .wpe-popup__content .swal2-html-container ul {
	padding: 12px 12px 12px 33px;
	background-color: #FFF4F4;
}

.wpe-popup .wpe-popup__content .swal2-html-container ul > li::marker {
	content: '\274C    ';
	font-size: 10px;
}

.wpe-popup .wpe-popup__content .swal2-html-container ul > li:not(:last-child) {
	margin-bottom: 12px;
}

.wpe-popup .wpe-popup__content .swal2-html-container a {
	color: #475BB2;
	text-decoration: underline;
}

.wpe-popup .wpe-popup__content--success .swal2-html-container {
	text-align: center;
}

.wpe-popup .wpe-popup__content--success .swal2-html-container .swal2-icon {
	margin: 0 auto 20px auto;
}

.wpe-popup .wpe-popup__content--success .swal2-html-container > p:first-of-type {
	font-weight: 500;
	font-size: 22px;
	margin-bottom: 6px;
}

.wpe-popup .wpe-popup__content--success .swal2-html-container > p:last-of-type {
	color: #6B6B6B;
}

@media screen and (max-width: 1200px) {
	body.page-template-my-account .site-main.wpe-container {
		padding-left: 20px;
		padding-right: 20px;
	}
}

body.page-template-my-account .account-content #edd_login_form {
	box-shadow: 0px 2px 20px rgba(45, 53, 89, 0.1);
	background: #ffffff;
	padding: 10px;
	position: relative;
}

body.page-template-my-account .account-content #edd_login_form fieldset {
	padding: 10px;
}

body.page-template-my-account .account-content #edd_login_form fieldset legend {
	margin-bottom: 0;
}

body.page-template-my-account .account-content #edd_login_form fieldset > p label {
	display: block;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 14px;
}

body.page-template-my-account .account-content #edd_login_form fieldset > p .edd-input {
	width: 100%;
	padding: 4px 8px;
	min-height: 36px;
	max-height: 36px;
	margin-bottom: 10px;
	line-height: 1.8;
	border-radius: 0;
	border: 1px solid #cccccc;
	color: #666666;
}

body.page-template-my-account .account-content #edd_login_form fieldset > p.edd-lost-password {
	margin-bottom: 10px;
}

body.page-template-my-account .account-content #edd_login_form fieldset > p.edd-login-submit {
	margin-top: 0;
	margin-bottom: 0;
	position: absolute;
	right: 22px;
	bottom: 55px;
}

@media screen and (max-width: 460px) {
	body.page-template-my-account .account-content #edd_login_form fieldset > p.edd-login-submit {
		position: unset;
	}
}

body.page-template-my-account .account-content #edd_login_form fieldset > p.edd-login-submit .edd-submit {
	padding: 10px 20px;
	line-height: 1.5;
	border: 0;
	transition: all .3s ease-in-out;
	box-shadow: 0px 1px 3px rgba(182, 187, 207, 0.15);
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 16px;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation > li {
	margin: 15px 0;
}

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

.main-navigation ul .menu-item-has-children > a {
	display: flex;
	align-items: center;
}

.main-navigation ul .menu-item-has-children > a:after {
	display: inline-block;
	content: '';
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='7' viewBox='0 0 10 7' fill='none'%3E%3Cline x1='0.53033' y1='1.46967' x2='5.53033' y2='6.46967' stroke='%23171D54' stroke-width='1.5'/%3E%3Cline x1='4.46967' y1='6.46967' x2='9.46967' y2='1.46967' stroke='%23171D54' stroke-width='1.5'/%3E%3C/svg%3E") no-repeat center;
	width: 10px;
	height: 10px;
	clear: both;
	margin-left: 0.5rem;
	/* Large Devices, Wide Screens */
}

@media (max-width: 767px) {
	.main-navigation ul .menu-item-has-children > a:after {
		display: none;
	}
}

.main-navigation ul ul {
	box-shadow: 0px 10px 20px rgba(83, 23, 170, 0.05);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
	background: #fff;
	padding: 10px;
	/* Large Devices, Wide Screens */
}

@media (max-width: 767px) {
	.main-navigation ul ul {
		position: relative;
		width: 100%;
		margin-top: 10px;
		left: 0;
		margin-bottom: 20px;
		background: #e6e6e6;
	}
	.main-navigation ul ul li {
		margin-bottom: 0;
	}
}

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

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

.main-navigation ul ul a {
	width: 200px;
}

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

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

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

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
	}
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

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

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

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

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

/* 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 logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* 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;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

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

.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-caption {
	display: block;
}

/* Account
--------------------------------------------- */
body.page-template-my-account.logged-in .site-main .entry-content .account-menu {
	width: 20%;
	margin-right: 20px;
}

body.page-template-my-account.logged-in .site-main .entry-content .account-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

body.page-template-my-account.logged-in .site-main .entry-content .account-menu ul li {
	margin-bottom: 5px;
}

body.page-template-my-account.logged-in .site-main .entry-content .account-menu ul li.current-menu-item a {
	background: #5891FF;
	color: #FFFFFF;
}

body.page-template-my-account.logged-in .site-main .entry-content .account-menu ul li.current-menu-item a:hover {
	background: #5891FF;
	color: #FFFFFF;
}

body.page-template-my-account.logged-in .site-main .entry-content .account-menu ul li a {
	border-radius: 3px;
	color: #495057;
	display: block;
	font-weight: 600;
	padding: 10px 20px;
	text-transform: uppercase;
}

body.page-template-my-account.logged-in .site-main .entry-content .account-menu ul li a:hover, body.page-template-my-account.logged-in .site-main .entry-content .account-menu ul li a:focus {
	background: #e2e2e4;
}

body.page-template-my-account.logged-in .site-main .entry-content .account-content .ui-tabs {
	margin: -20px;
}

body.page-template-my-account.logged-in .site-main .entry-content .account-content .ui-tabs ul.taa-account-tabs {
	background-color: #f2f2f3;
	margin: 0;
	padding: 0;
}

body.page-template-my-account.logged-in .site-main .entry-content .account-content .ui-tabs ul.taa-account-tabs li {
	margin-right: 5px;
}

body.page-template-my-account.logged-in .site-main .entry-content .account-content .ui-tabs ul.taa-account-tabs li.ui-tabs-active a {
	background: #fff;
}

body.page-template-my-account.logged-in .site-main .entry-content .account-content .ui-tabs ul.taa-account-tabs li a {
	background: #e2e2e2;
	border: none;
}

body.page-template-my-account.logged-in .site-main .entry-content .account-content .ui-tabs ul li a {
	padding: 10px 25px;
}

body.page-template-my-account.logged-in .site-main .entry-content .account-content .ui-tabs .taa-tab-content {
	border: none;
}

body.page-template-my-account.logged-in .site-main .entry-content .account-content .ui-tabs #purchase_history_title,
body.page-template-my-account.logged-in .site-main .entry-content .account-content .ui-tabs #edd_profile_editor_title,
body.page-template-my-account.logged-in .site-main .entry-content .account-content .ui-tabs #edd_license_keys_title,
body.page-template-my-account.logged-in .site-main .entry-content .account-content .ui-tabs #edd_subscriptions_title,
body.page-template-my-account.logged-in .site-main .entry-content .account-content .ui-tabs #download_history_title {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 20px;
	display: none;
}

body.page-template-my-account.logged-in .site-main .entry-content .account-content .ui-tabs table {
	border-collapse: collapse;
}

body.page-template-my-account.logged-in .site-main .entry-content .account-content .ui-tabs table .download-plan {
	font-size: 1.1em;
	font-weight: 600;
}

body.page-template-my-account.logged-in .site-main .entry-content .account-content .ui-tabs table#edd_user_history th,
body.page-template-my-account.logged-in .site-main .entry-content .account-content .ui-tabs table#edd_user_history td {
	padding: 10px;
}

body.page-template-my-account.logged-in .site-main .entry-content .account-content .ui-tabs table#edd_user_history tbody tr:nth-child(2n) {
	background: #f5f5f5;
}

body.page-template-my-account.logged-in .site-main .entry-content .account-content .ui-tabs table.edd_sl_table .edd_sl_item_name,
body.page-template-my-account.logged-in .site-main .entry-content .account-content .ui-tabs table.edd_sl_table .edd_activations,
body.page-template-my-account.logged-in .site-main .entry-content .account-content .ui-tabs table.edd_sl_table input {
	margin-bottom: 5px;
}

body.page-template-my-account.logged-in .site-main .entry-content .account-content .ui-tabs table.edd_sl_table .edd_sl_status_label,
body.page-template-my-account.logged-in .site-main .entry-content .account-content .ui-tabs table.edd_sl_table .edd_sl_expires_label {
	font-weight: 600;
}

body.page-template-my-account.logged-in .site-main .entry-content .account-content .ui-tabs table.edd_sl_table th,
body.page-template-my-account.logged-in .site-main .entry-content .account-content .ui-tabs table.edd_sl_table td {
	width: 50%;
	padding: 15px;
}

body.page-template-my-account.logged-in .site-main .entry-content .account-content .ui-tabs table.edd_sl_table th {
	text-align: left;
	background: #f2f2f3;
}

body.page-template-my-account.logged-in .site-main .entry-content .account-content .ui-tabs table.edd_sl_table tbody tr td {
	border-bottom: 2px solid #f0f0f0;
}

body.page-template-my-account.logged-in .site-main .entry-content .account-content .ui-tabs table.edd_sl_table tbody tr td:first-child {
	padding-left: 0;
}

body.page-template-my-account.logged-in .site-main .entry-content .account-content .ui-tabs table.edd_sl_table tbody tr td:last-child {
	padding-right: 0;
}

body.page-template-my-account.logged-in .site-main .entry-content .account-content .ui-tabs table.edd_sl_table tbody tr:last-child td {
	border-bottom: none;
}

body.page-template-my-account.logged-in .site-main .entry-content .account-content .ui-tabs table.edd_sl_table tbody .edd_manage_sites a {
	background: #e2e2e2;
	color: #67666A;
	padding: 5px 10px;
	border-radius: 5px;
	transition: all 0.25s ease 0s;
}

body.page-template-my-account.logged-in .site-main .entry-content .account-content .ui-tabs table.edd_sl_table tbody .edd_manage_sites a:hover {
	background: #c9c9c9;
}

body.page-template-my-account.logged-in .site-main .entry-content .account-content .taa-tab-content .edd_purchase_row th,
body.page-template-my-account.logged-in .site-main .entry-content .account-content .taa-tab-content .edd_download_history_row th,
body.page-template-my-account.logged-in .site-main .entry-content .account-content .taa-tab-content .edd_sl_license_row th {
	text-transform: uppercase;
	font-size: .9em;
	background: #8d9397 !important;
	color: #fff;
}

@media (max-width: 1200px) {
	body.page-template-my-account.logged-in .site-main {
		padding: 0 20px;
	}
}

body.page-template-my-account.logged-in .site-main .entry-content .account-menu {
	display: none;
}

body.page-template-my-account.logged-in .site-main .entry-content .account-content .wpe-account {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	width: 100%;
	background: #fff;
	border-radius: 10px;
	border: 1px solid #f4f4f4;
}

@media (max-width: 600px) {
	body.page-template-my-account.logged-in .site-main .entry-content .account-content .wpe-account {
		flex-direction: column;
	}
}

body.page-template-my-account.logged-in .site-main .entry-content .account-content .wpe-sidebar {
	width: 260px;
	max-width: 100%;
	padding: 40px 0 40px 24px;
}

@media (max-width: 991px) {
	body.page-template-my-account.logged-in .site-main .entry-content .account-content .wpe-sidebar {
		width: 220px;
	}
}

@media (max-width: 600px) {
	body.page-template-my-account.logged-in .site-main .entry-content .account-content .wpe-sidebar {
		width: 100%;
		padding-bottom: 0;
		padding-right: 24px;
	}
}

body.page-template-my-account.logged-in .site-main .entry-content .account-content .wpe-sidebar__head {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	margin-bottom: 32px;
}

body.page-template-my-account.logged-in .site-main .entry-content .account-content .wpe-sidebar__head h1 {
	color: #4e4e4e;
	font-size: 24px;
	font-weight: 700;
	line-height: 34px;
	margin: 0;
}

body.page-template-my-account.logged-in .site-main .entry-content .account-content .wpe-sidebar__head svg {
	width: 24px;
	height: 24px;
	margin-top: 4px;
}

body.page-template-my-account.logged-in .site-main .entry-content .account-content .wpe-sidebar__screen-list {
	margin: 0;
	padding-left: 0;
}

body.page-template-my-account.logged-in .site-main .entry-content .account-content .wpe-sidebar__screen-item {
	list-style: none;
	margin-bottom: 2px;
}

body.page-template-my-account.logged-in .site-main .entry-content .account-content .wpe-sidebar__screen-item a {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 14px 20px;
	color: #646464;
	font-size: 16px;
	font-weight: 500;
	line-height: 26px;
	text-decoration: none;
	background: #fff;
	border-radius: 8px;
}

body.page-template-my-account.logged-in .site-main .entry-content .account-content .wpe-sidebar__screen-item a[data-screen="giveaway"] {
	position: relative;
}

body.page-template-my-account.logged-in .site-main .entry-content .account-content .wpe-sidebar__screen-item a[data-screen="giveaway"]::after {
	content: "Offers";
	position: relative;
	display: inline-block;
	background: #ED1717;
	font-size: 11px;
	line-height: 120%;
	padding: 2px 6px;
	border-radius: 20px;
	top: -6px;
	color: #ffffff;
	font-weight: 400;
	letter-spacing: 0.25px;
}

body.page-template-my-account.logged-in .site-main .entry-content .account-content .wpe-sidebar__screen-item a svg {
	width: 20px;
	height: 20px;
}

body.page-template-my-account.logged-in .site-main .entry-content .account-content .wpe-sidebar__screen-item a svg path {
	fill: #646464;
	transition: all .3s ease-in-out;
}

body.page-template-my-account.logged-in .site-main .entry-content .account-content .wpe-sidebar__screen-item a:focus {
	outline: none;
}

body.page-template-my-account.logged-in .site-main .entry-content .account-content .wpe-sidebar__screen-item a:hover {
	background: #F4F6FF;
	color: #5B7CFD;
	opacity: 1;
}

body.page-template-my-account.logged-in .site-main .entry-content .account-content .wpe-sidebar__screen-item a:hover svg path {
	fill: #5B7CFD;
}

body.page-template-my-account.logged-in .site-main .entry-content .account-content .wpe-sidebar__screen-item--active a {
	background: #F4F6FF;
	color: #5B7CFD;
}

body.page-template-my-account.logged-in .site-main .entry-content .account-content .wpe-sidebar__screen-item--active a svg path {
	fill: #5B7CFD;
}

body.page-template-my-account.logged-in .site-main .entry-content .account-content .wpe-primary {
	flex: 1;
	border-left: 2px solid #F4F4F4;
	padding: 40px 28px;
}

@media (max-width: 600px) {
	body.page-template-my-account.logged-in .site-main .entry-content .account-content .wpe-primary {
		border-left: 0;
		border-top: 2px solid #f4f4f4;
	}
}

body.page-template-my-account.logged-in .site-main .entry-content .account-content .wpe-primary .wpe-content__dashboard-tabs__list {
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	gap: 24px;
	list-style: none;
	padding-bottom: 14px;
	border-bottom: 2px solid #F4F4F4;
	margin-bottom: 24px;
}

body.page-template-my-account.logged-in .site-main .entry-content .account-content .wpe-primary .wpe-content__dashboard-tabs__list-item a {
	padding: 0 6px 19px;
	color: #646464;
	font-size: 16px;
	font-weight: 500;
	line-height: 26px;
	text-decoration: none;
	position: relative;
}

body.page-template-my-account.logged-in .site-main .entry-content .account-content .wpe-primary .wpe-content__dashboard-tabs__list-item a::before {
	content: "";
	position: absolute;
	background: #5B7CFD;
	width: 100%;
	height: 2px;
	bottom: 0;
	left: 0;
	opacity: 0;
	transition: all .3s ease-in-out;
}

body.page-template-my-account.logged-in .site-main .entry-content .account-content .wpe-primary .wpe-content__dashboard-tabs__list-item a:hover {
	opacity: 1;
	color: #5B7CFD;
}

body.page-template-my-account.logged-in .site-main .entry-content .account-content .wpe-primary .wpe-content__dashboard-tabs__list-item a:hover::before {
	opacity: 1;
}

body.page-template-my-account.logged-in .site-main .entry-content .account-content .wpe-primary .wpe-content__dashboard-tabs__list-item a:focus {
	outline: none;
}

body.page-template-my-account.logged-in .site-main .entry-content .account-content .wpe-primary .wpe-content__dashboard-tabs__list-item--active a {
	color: #5B7CFD;
}

body.page-template-my-account.logged-in .site-main .entry-content .account-content .wpe-primary .wpe-content__dashboard-tabs__list-item--active a::before {
	opacity: 1;
}

body.page-template-my-account.logged-in .site-main .entry-content .account-content .wpe-primary .wpe-content__dashboard-content .wpe-downloads__filters,
body.page-template-my-account.logged-in .site-main .entry-content .account-content .wpe-primary .wpe-content__dashboard-content .wpe-purchase__filters {
	display: flex;
	align-items: center;
	gap: 14px;
	margin-bottom: 24px;
}

body.page-template-my-account.logged-in .site-main .entry-content .account-content .wpe-primary .wpe-content__dashboard-content .wpe-downloads__filters > div,
body.page-template-my-account.logged-in .site-main .entry-content .account-content .wpe-primary .wpe-content__dashboard-content .wpe-purchase__filters > div {
	position: relative;
}

body.page-template-my-account.logged-in .site-main .entry-content .account-content .wpe-primary .wpe-content__dashboard-content .wpe-downloads__filters > div ul,
body.page-template-my-account.logged-in .site-main .entry-content .account-content .wpe-primary .wpe-content__dashboard-content .wpe-purchase__filters > div ul {
	margin: 0;
	list-style: none;
	background: #fff;
	padding: 6px;
	width: max-content;
	position: absolute;
	border-radius: 3px;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

body.page-template-my-account.logged-in .site-main .entry-content .account-content .wpe-primary .wpe-content__dashboard-content .wpe-downloads__filters > div ul li,
body.page-template-my-account.logged-in .site-main .entry-content .account-content .wpe-primary .wpe-content__dashboard-content .wpe-purchase__filters > div ul li {
	margin-bottom: 2px;
}

body.page-template-my-account.logged-in .site-main .entry-content .account-content .wpe-primary .wpe-content__dashboard-content .wpe-downloads__filters > div ul li a,
body.page-template-my-account.logged-in .site-main .entry-content .account-content .wpe-primary .wpe-content__dashboard-content .wpe-purchase__filters > div ul li a {
	display: block;
	padding: 6px 12px;
	border-radius: 2px;
	font-size: 15px;
	color: #383838;
	text-decoration: none;
	transition: all .3s ease-in-out;
}

body.page-template-my-account.logged-in .site-main .entry-content .account-content .wpe-primary .wpe-content__dashboard-content .wpe-downloads__filters > div ul li a:hover,
body.page-template-my-account.logged-in .site-main .entry-content .account-content .wpe-primary .wpe-content__dashboard-content .wpe-purchase__filters > div ul li a:hover {
	background: #f4f4f4;
	opacity: 1;
}

body.page-template-my-account.logged-in .site-main .entry-content .account-content .wpe-primary .wpe-content__dashboard-content .wpe-downloads__filters > div button,
body.page-template-my-account.logged-in .site-main .entry-content .account-content .wpe-primary .wpe-content__dashboard-content .wpe-purchase__filters > div button {
	background: transparent;
	padding: 8px 12px;
	border-radius: 4px;
	border: 1px solid #D3D3D3;
	font-size: 15px;
	font-weight: 500;
	color: #646464;
	cursor: pointer;
	transition: all .3s ease-in-out;
}

body.page-template-my-account.logged-in .site-main .entry-content .account-content .wpe-primary .wpe-content__dashboard-content .wpe-downloads__filters > div button:hover,
body.page-template-my-account.logged-in .site-main .entry-content .account-content .wpe-primary .wpe-content__dashboard-content .wpe-purchase__filters > div button:hover {
	border-color: #404040;
}

body.page-template-my-account.logged-in .site-main .entry-content .account-content .wpe-primary .wpe-content__dashboard-content .wpe-downloads__filters > div button.wpe-downloads__per-page-filter-button, body.page-template-my-account.logged-in .site-main .entry-content .account-content .wpe-primary .wpe-content__dashboard-content .wpe-downloads__filters > div button.wpe-purchase__per-page-filter-button,
body.page-template-my-account.logged-in .site-main .entry-content .account-content .wpe-primary .wpe-content__dashboard-content .wpe-purchase__filters > div button.wpe-downloads__per-page-filter-button,
body.page-template-my-account.logged-in .site-main .entry-content .account-content .wpe-primary .wpe-content__dashboard-content .wpe-purchase__filters > div button.wpe-purchase__per-page-filter-button {
	padding: 0;
	border: 0;
	display: flex;
	align-items: center;
	gap: 6px;
	position: relative;
}

body.page-template-my-account.logged-in .site-main .entry-content .account-content .wpe-primary .wpe-content__dashboard-content .wpe-downloads__filters > div button.wpe-downloads__per-page-filter-button::before, body.page-template-my-account.logged-in .site-main .entry-content .account-content .wpe-primary .wpe-content__dashboard-content .wpe-downloads__filters > div button.wpe-purchase__per-page-filter-button::before,
body.page-template-my-account.logged-in .site-main .entry-content .account-content .wpe-primary .wpe-content__dashboard-content .wpe-purchase__filters > div button.wpe-downloads__per-page-filter-button::before,
body.page-template-my-account.logged-in .site-main .entry-content .account-content .wpe-primary .wpe-content__dashboard-content .wpe-purchase__filters > div button.wpe-purchase__per-page-filter-button::before {
	content: "Rows per page:";
	display: block;
	font-size: 16px;
	font-weight: 500;
	line-height: 26px;
}

body.page-template-my-account.logged-in .site-main .entry-content .account-content .wpe-primary .wpe-content__dashboard-content .wpe-downloads__per-page-filter,
body.page-template-my-account.logged-in .site-main .entry-content .account-content .wpe-primary .wpe-content__dashboard-content .wpe-purchase__per-page-filter {
	margin-left: auto;
}

body.page-template-my-account.logged-in .site-main .entry-content .account-content .wpe-primary .wpe-content__dashboard-content .wpe-downloads__per-page-filter ul,
body.page-template-my-account.logged-in .site-main .entry-content .account-content .wpe-primary .wpe-content__dashboard-content .wpe-purchase__per-page-filter ul {
	right: 0;
}

body.page-template-my-account.logged-in .site-main .entry-content .account-content .wpe-primary .wpe-content__dashboard-content .wpe-downloads__table,
body.page-template-my-account.logged-in .site-main .entry-content .account-content .wpe-primary .wpe-content__dashboard-content .wpe-purchase__table {
	border-collapse: collapse;
	border-radius: 8px;
	border: 1px solid #e4e4e4;
}

body.page-template-my-account.logged-in .site-main .entry-content .account-content .wpe-primary .wpe-content__dashboard-content .wpe-downloads__table thead tr th,
body.page-template-my-account.logged-in .site-main .entry-content .account-content .wpe-primary .wpe-content__dashboard-content .wpe-purchase__table thead tr th {
	background: #EDF0FC;
	text-align: center;
	padding: 16px 24px;
	font-weight: 600;
}

body.page-template-my-account.logged-in .site-main .entry-content .account-content .wpe-primary .wpe-content__dashboard-content .wpe-downloads__table thead tr th:first-child,
body.page-template-my-account.logged-in .site-main .entry-content .account-content .wpe-primary .wpe-content__dashboard-content .wpe-purchase__table thead tr th:first-child {
	text-align: left;
}

body.page-template-my-account.logged-in .site-main .entry-content .account-content .wpe-primary .wpe-content__dashboard-content .wpe-downloads__table tbody tr,
body.page-template-my-account.logged-in .site-main .entry-content .account-content .wpe-primary .wpe-content__dashboard-content .wpe-purchase__table tbody tr {
	border-bottom: 1px solid #e4e4e4;
}

body.page-template-my-account.logged-in .site-main .entry-content .account-content .wpe-primary .wpe-content__dashboard-content .wpe-downloads__table tbody tr:last-child,
body.page-template-my-account.logged-in .site-main .entry-content .account-content .wpe-primary .wpe-content__dashboard-content .wpe-purchase__table tbody tr:last-child {
	border-bottom: 0;
}

body.page-template-my-account.logged-in .site-main .entry-content .account-content .wpe-primary .wpe-content__dashboard-content .wpe-downloads__table tbody tr td,
body.page-template-my-account.logged-in .site-main .entry-content .account-content .wpe-primary .wpe-content__dashboard-content .wpe-purchase__table tbody tr td {
	font-size: 15px;
	font-weight: 500;
	padding: 16px 24px;
	text-align: center;
}

body.page-template-my-account.logged-in .site-main .entry-content .account-content .wpe-primary .wpe-content__dashboard-content .wpe-downloads__table tbody tr td:first-child,
body.page-template-my-account.logged-in .site-main .entry-content .account-content .wpe-primary .wpe-content__dashboard-content .wpe-purchase__table tbody tr td:first-child {
	text-align: left;
}

body.page-template-my-account.logged-in .site-main .entry-content .account-content .wpe-primary .wpe-content__dashboard-content .wpe-downloads__table tbody tr td a,
body.page-template-my-account.logged-in .site-main .entry-content .account-content .wpe-primary .wpe-content__dashboard-content .wpe-purchase__table tbody tr td a {
	border-radius: 4px;
	background: #3E9262;
	color: #fff;
	padding: 8px 12px;
	text-decoration: none;
}

body.page-template-my-account.logged-in .site-main .entry-content .account-content .wpe-primary .wpe-content__dashboard-content__edd_subscriptions .edd-subscriptions__col {
	display: flex;
	flex-wrap: wrap;
	gap: 48px;
	border-radius: 8px;
	border: 2px solid #F4F4F4;
	padding: 20px;
	margin-bottom: 24px;
}

body.page-template-my-account.logged-in .site-main .entry-content .account-content .wpe-primary .wpe-content__dashboard-content__edd_subscriptions .edd-subscriptions__col:last-child {
	margin-bottom: 0;
}

body.page-template-my-account.logged-in .site-main .entry-content .account-content .wpe-primary .wpe-content__dashboard-content__edd_subscriptions .edd-subscriptions__col > div span {
	color: #4E4E4E;
	font-size: 20px;
	font-weight: 500;
}

body.page-template-my-account.logged-in .site-main .entry-content .account-content .wpe-primary .wpe-content__dashboard-content__edd_subscriptions .edd-subscriptions__col > div span:first-child {
	display: block;
	color: #7A7A7A;
	font-size: 14px;
	font-weight: 500;
}

body.page-template-my-account.logged-in .site-main .entry-content .account-content .wpe-primary .wpe-content__dashboard-content__edd_subscriptions .edd-subscriptions__title {
	width: 100%;
	color: #383838;
	font-size: 24px;
	font-weight: 700;
	margin: 0;
}

body.page-template-my-account.logged-in .site-main .entry-content .account-content .wpe-primary .wpe-content__dashboard-content__edd_subscriptions .edd-subscriptions__sub-title {
	display: block;
	color: #646464;
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 6px;
}

body.page-template-my-account.logged-in .site-main .entry-content .account-content .wpe-primary .wpe-content__dashboard-content__edd_subscriptions .edd-subscriptions__badge {
	border-radius: 16px;
	background: #137A36;
	padding: 4px 8px;
	color: #FFF;
	font-size: 12px;
	font-weight: 400;
	line-height: 120%;
	letter-spacing: 0.4px;
	position: relative;
	top: -5px;
	left: 6px;
}

body.page-template-my-account.logged-in .site-main .entry-content .account-content .wpe-primary .wpe-content__dashboard-content__edd_subscriptions .edd-subscriptions__cta {
	width: 100%;
	display: flex;
	align-items: center;
	gap: 18px;
}

body.page-template-my-account.logged-in .site-main .entry-content .account-content .wpe-primary .wpe-content__dashboard-content__edd_subscriptions .edd-subscriptions__cta a {
	padding: 10px 14px;
	border: 1px solid #5B7CFD;
	border-radius: 4px;
	text-decoration: none;
	color: #5B7CFD;
	font-size: 14px;
	font-weight: 500;
	line-height: 150%;
	cursor: pointer;
	transition: all .3s ease-in-out;
}

body.page-template-my-account.logged-in .site-main .entry-content .account-content .wpe-primary .wpe-content__dashboard-content__edd_subscriptions .edd-subscriptions__cta a:hover {
	background: #5B7CFD;
	color: #fff;
}

body.page-template-my-account.logged-in .site-main .entry-content .account-content .wpe-primary .wpe-content__dashboard-content__edd_subscriptions .edd-subscriptions__cta a.edd_subscription_cancel {
	border-color: #bdbdbd;
	color: #909090;
}

body.page-template-my-account.logged-in .site-main .entry-content .account-content .wpe-primary .wpe-content__dashboard-content__edd_subscriptions .edd-subscriptions__cta a.edd_subscription_cancel:hover {
	background: #f7f7f7;
}

body.page-template-my-account.logged-in .site-main .entry-content .account-content .wpe-primary .wpe-content__dashboard-content #edd_profile_editor_form {
	border-radius: 8px;
	border: 2px solid #F4F4F4;
	padding: 24px 30px 30px;
}

body.page-template-my-account.logged-in .site-main .entry-content .account-content .wpe-primary .wpe-content__dashboard-content #edd_profile_editor_form fieldset {
	padding: 0 0 8px;
	border: 0;
	border-bottom: 2px solid #f4f4f4;
	margin: 0 0 24px;
}

body.page-template-my-account.logged-in .site-main .entry-content .account-content .wpe-primary .wpe-content__dashboard-content #edd_profile_editor_form fieldset legend {
	color: #383838;
	font-size: 18px;
	font-weight: 500;
	line-height: 28px;
	margin-bottom: 24px;
}

body.page-template-my-account.logged-in .site-main .entry-content .account-content .wpe-primary .wpe-content__dashboard-content #edd_profile_editor_form fieldset p {
	width: 48%;
	display: inline-block;
	margin: 0;
	margin-bottom: 24px;
}

body.page-template-my-account.logged-in .site-main .entry-content .account-content .wpe-primary .wpe-content__dashboard-content #edd_profile_editor_form fieldset p:nth-child(odd) {
	float: right;
}

body.page-template-my-account.logged-in .site-main .entry-content .account-content .wpe-primary .wpe-content__dashboard-content #edd_profile_editor_form fieldset p label {
	color: #4E4E4E;
	font-size: 15px;
	font-weight: 500;
	line-height: 25px;
	display: block;
	margin-bottom: 8px;
}

body.page-template-my-account.logged-in .site-main .entry-content .account-content .wpe-primary .wpe-content__dashboard-content #edd_profile_editor_form fieldset p input,
body.page-template-my-account.logged-in .site-main .entry-content .account-content .wpe-primary .wpe-content__dashboard-content #edd_profile_editor_form fieldset p select {
	width: 100%;
	border-radius: 4px;
	border: 1px solid #D3D3D3;
	color: #383838;
	font-size: 15px;
	font-weight: 400;
	line-height: 25px;
	height: 38px;
	padding: 0 10px;
}

body.page-template-my-account.logged-in .site-main .entry-content .account-content .wpe-primary .wpe-content__dashboard-content #edd_profile_editor_form fieldset p input:focus,
body.page-template-my-account.logged-in .site-main .entry-content .account-content .wpe-primary .wpe-content__dashboard-content #edd_profile_editor_form fieldset p select:focus {
	border: 1px solid #5B7CFD;
}

body.page-template-my-account.logged-in .site-main .entry-content .account-content .wpe-primary .wpe-content__dashboard-content #edd_profile_editor_form fieldset p input:focus-visible,
body.page-template-my-account.logged-in .site-main .entry-content .account-content .wpe-primary .wpe-content__dashboard-content #edd_profile_editor_form fieldset p select:focus-visible {
	outline: none;
}

body.page-template-my-account.logged-in .site-main .entry-content .account-content .wpe-primary .wpe-content__dashboard-content #edd_profile_editor_form fieldset p select {
	cursor: pointer;
	padding-left: 8px;
}

body.page-template-my-account.logged-in .site-main .entry-content .account-content .wpe-primary .wpe-content__dashboard-content #edd_profile_editor_form fieldset#edd_profile_password_fieldset, body.page-template-my-account.logged-in .site-main .entry-content .account-content .wpe-primary .wpe-content__dashboard-content #edd_profile_editor_form fieldset#edd_profile_submit_fieldset {
	border-bottom: 0;
}

body.page-template-my-account.logged-in .site-main .entry-content .account-content .wpe-primary .wpe-content__dashboard-content #edd_profile_editor_form fieldset#edd_profile_password_fieldset {
	padding-bottom: 0;
	margin-bottom: 10px;
}

body.page-template-my-account.logged-in .site-main .entry-content .account-content .wpe-primary .wpe-content__dashboard-content #edd_profile_editor_form fieldset#edd_profile_submit_fieldset {
	margin-bottom: 0;
	padding-bottom: 0;
}

body.page-template-my-account.logged-in .site-main .entry-content .account-content .wpe-primary .wpe-content__dashboard-content #edd_profile_editor_form fieldset#edd_profile_submit_fieldset p {
	float: unset;
	width: max-content;
	margin-bottom: 0;
}

body.page-template-my-account.logged-in .site-main .entry-content .account-content .wpe-primary .wpe-content__dashboard-content #edd_profile_editor_form fieldset#edd_profile_submit_fieldset p input {
	border-radius: 4px;
	background: #5B7CFD;
	border: 1px solid #5B7CFD;
	padding: 4px 12px;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	line-height: 24px;
	letter-spacing: 0.3px;
	transition: all .3s ease-in-out;
}

body.page-template-my-account.logged-in .site-main .entry-content .account-content .wpe-primary .wpe-content__dashboard-content #edd_profile_editor_form fieldset#edd_profile_submit_fieldset p input:hover {
	background: #2954fc;
	border-color: #2954fc;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

body.page-template-my-account.logged-in .site-main .entry-content .account-content .wpe-primary .wpe-content__dashboard-content #edd_profile_editor_form fieldset#edd_profile_submit_fieldset p input:focus {
	outline: none;
}

body.page-template-my-account.logged-in .site-main .entry-content .account-content .wpe-primary .wpe-content__dashboard-content .edd-license-keys__row {
	border-radius: 8px;
	border: 2px solid #F4F4F4;
	background: #FFF;
	padding: 20px;
	margin-bottom: 24px;
}

body.page-template-my-account.logged-in .site-main .entry-content .account-content .wpe-primary .wpe-content__dashboard-content .edd-license-keys__row:last-child {
	margin-bottom: 0;
}

body.page-template-my-account.logged-in .site-main .entry-content .account-content .wpe-primary .wpe-content__dashboard-content .edd-license-keys__row--content {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 28px;
}

body.page-template-my-account.logged-in .site-main .entry-content .account-content .wpe-primary .wpe-content__dashboard-content .edd-license-keys__row--left, body.page-template-my-account.logged-in .site-main .entry-content .account-content .wpe-primary .wpe-content__dashboard-content .edd-license-keys__row--right {
	width: 50%;
}

body.page-template-my-account.logged-in .site-main .entry-content .account-content .wpe-primary .wpe-content__dashboard-content .edd-license-keys__row--left {
	padding-right: 24px;
}

body.page-template-my-account.logged-in .site-main .entry-content .account-content .wpe-primary .wpe-content__dashboard-content .edd-license-keys__row--right {
	padding-left: 32px;
}

body.page-template-my-account.logged-in .site-main .entry-content .account-content .wpe-primary .wpe-content__dashboard-content .edd-license-keys__row--right-top {
	margin-bottom: 30px;
}

body.page-template-my-account.logged-in .site-main .entry-content .account-content .wpe-primary .wpe-content__dashboard-content .edd-license-keys__cta {
	display: flex;
	align-items: center;
	gap: 16px;
}

body.page-template-my-account.logged-in .site-main .entry-content .account-content .wpe-primary .wpe-content__dashboard-content .edd-license-keys__cta a {
	border-radius: 4px;
	padding: 10px 16px;
	font-size: 15px;
	font-weight: 500;
	line-height: 150%;
	text-decoration: none;
	border: 1px solid #5B7CFD;
	transition: all .3s ease-in-out;
}

body.page-template-my-account.logged-in .site-main .entry-content .account-content .wpe-primary .wpe-content__dashboard-content .edd-license-keys__cta a.upgrade {
	background: #5B7CFD;
	color: #ffffff;
}

body.page-template-my-account.logged-in .site-main .entry-content .account-content .wpe-primary .wpe-content__dashboard-content .edd-license-keys__cta a.upgrade:hover {
	border-color: #0f40fc;
	background: #0f40fc;
}

body.page-template-my-account.logged-in .site-main .entry-content .account-content .wpe-primary .wpe-content__dashboard-content .edd-license-keys__cta a.manage {
	color: #5B7CFD;
	background: #ffffff;
}

body.page-template-my-account.logged-in .site-main .entry-content .account-content .wpe-primary .wpe-content__dashboard-content .edd-license-keys__cta a.manage:hover {
	color: #ffffff;
	border-color: #0f40fc;
	background: #0f40fc;
}

body.page-template-my-account.logged-in .site-main .entry-content .account-content .wpe-primary .wpe-content__dashboard-content .edd-license-keys__title {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-top: 0;
	margin-bottom: 28px;
	font-size: 20px;
}

body.page-template-my-account.logged-in .site-main .entry-content .account-content .wpe-primary .wpe-content__dashboard-content .edd-license-keys__title .edd_sl_key_price_option {
	color: #383838;
	font-size: 24px;
	font-weight: 700;
	line-height: 34px;
}

body.page-template-my-account.logged-in .site-main .entry-content .account-content .wpe-primary .wpe-content__dashboard-content .edd-license-keys__title .edd-license-keys__badge {
	border-radius: 16px;
	background: #137A36;
	padding: 4px 8px;
	color: #FFF;
	font-size: 12px;
	font-weight: 400;
	line-height: 120%;
	letter-spacing: 0.4px;
}

body.page-template-my-account.logged-in .site-main .entry-content .account-content .wpe-primary .wpe-content__dashboard-content .edd-license-keys__product-key-label {
	color: #7a7a7a;
	font-size: 14px;
	font-weight: 500;
	line-height: normal;
}

body.page-template-my-account.logged-in .site-main .entry-content .account-content .wpe-primary .wpe-content__dashboard-content .edd-license-keys__product-key-btn {
	display: flex;
	align-items: center;
	margin-top: 12px;
}

body.page-template-my-account.logged-in .site-main .entry-content .account-content .wpe-primary .wpe-content__dashboard-content .edd-license-keys__product-key-btn input {
	background: #ffffff;
	border: 0;
	width: 100%;
	max-width: 300px;
	height: 36px;
	padding: 0 16px 0 0px;
	border-radius: 4px 0 0 4px;
}

body.page-template-my-account.logged-in .site-main .entry-content .account-content .wpe-primary .wpe-content__dashboard-content .edd-license-keys__product-key-btn input:focus {
	outline: none;
	border-right: 0;
}

body.page-template-my-account.logged-in .site-main .entry-content .account-content .wpe-primary .wpe-content__dashboard-content .edd-license-keys__product-key-btn button {
	font-size: 0;
	border-radius: 4px;
	width: 36px;
	height: 36px;
	background: #eaeeff;
	border: 1px solid  #eaeeff;
	border: 0;
	cursor: pointer;
	margin-left: -2px;
	transition: all .3s ease-in-out;
}

body.page-template-my-account.logged-in .site-main .entry-content .account-content .wpe-primary .wpe-content__dashboard-content .edd-license-keys__product-key-btn button svg {
	width: 22px;
	height: 22px;
}

body.page-template-my-account.logged-in .site-main .entry-content .account-content .wpe-primary .wpe-content__dashboard-content .edd-license-keys__product-key-btn button svg path {
	fill: #5B7CFD;
	transition: all .3s ease-in-out;
}

body.page-template-my-account.logged-in .site-main .entry-content .account-content .wpe-primary .wpe-content__dashboard-content .edd-license-keys__product-key-btn button:hover {
	background: #5B7CFD;
}

body.page-template-my-account.logged-in .site-main .entry-content .account-content .wpe-primary .wpe-content__dashboard-content .edd-license-keys__product-key-btn button:hover svg path {
	fill: #ffffff;
}

body.page-template-my-account.logged-in .site-main .entry-content .account-content .wpe-primary .wpe-content__dashboard-content .edd-license-keys__cols {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

body.page-template-my-account.logged-in .site-main .entry-content .account-content .wpe-primary .wpe-content__dashboard-content .edd-license-keys__cols .edd-license-keys__col-1 .edd-license-keys__product-key-label {
	display: block;
	font-size: 16px;
	line-height: 28px;
	margin-bottom: 4px;
	color: #505050;
}

body.page-template-my-account.logged-in .site-main .entry-content .account-content .wpe-primary .wpe-content__dashboard-content .edd-license-keys__cols .edd-license-keys__col-1 .lemonsqueezy-button {
	display: block;
}

body.page-template-my-account.logged-in .site-main .entry-content .account-content .wpe-primary .wpe-content__dashboard-content .edd-license-keys__cols .edd-license-keys__col-1 .edd-license-keys__product-key-btn {
	margin-top: 0;
}

body.page-template-my-account.logged-in .site-main .entry-content .account-content .wpe-primary .wpe-content__dashboard-content .edd-license-keys__cols .edd-license-keys__col-1 > div {
	display: flex;
	align-items: center;
	gap: 8px;
}

body.page-template-my-account.logged-in .site-main .entry-content .account-content .wpe-primary .wpe-content__dashboard-content .edd-license-keys__cols .edd-license-keys__col-1 > div a {
	display: flex;
	align-items: center;
	justify-content: center;
}

body.page-template-my-account.logged-in .site-main .entry-content .account-content .wpe-primary .wpe-content__dashboard-content .edd-license-keys__cols .edd-license-keys__col-1 > div a svg {
	width: 24px;
	height: 24px;
}

body.page-template-my-account.logged-in .site-main .entry-content .account-content .wpe-primary .wpe-content__dashboard-content .edd-license-keys--activation, body.page-template-my-account.logged-in .site-main .entry-content .account-content .wpe-primary .wpe-content__dashboard-content .edd-license-keys--expiration {
	color: #7a7a7a;
	font-size: 14px;
	font-weight: 500;
	line-height: 24px;
	margin-top: 0;
	margin-bottom: 10px;
}

body.page-template-my-account.logged-in .site-main .entry-content .account-content .wpe-primary .wpe-content__dashboard-content .edd-license-keys--activation-count, body.page-template-my-account.logged-in .site-main .entry-content .account-content .wpe-primary .wpe-content__dashboard-content .edd-license-keys--activation-date, body.page-template-my-account.logged-in .site-main .entry-content .account-content .wpe-primary .wpe-content__dashboard-content .edd-license-keys--expiration-count, body.page-template-my-account.logged-in .site-main .entry-content .account-content .wpe-primary .wpe-content__dashboard-content .edd-license-keys--expiration-date {
	margin: 0;
	color: #4e4e4e;
	font-size: 20px;
	font-weight: 500;
	line-height: 28px;
}

body.page-template-my-account.logged-in .site-main .entry-content .account-content .wpe-primary .wpe-content__dashboard-content .edd-license-keys--auto-renew {
	color: #909090;
	font-size: 14px;
	font-style: italic;
	font-weight: 400;
	line-height: 20px;
	margin-bottom: 0;
	margin-top: 6px;
}

body.edd-purchase-history .entry-content {
	max-width: 1200px;
	margin: 60px auto 30px;
	width: 100%;
	background: #fff;
	border-radius: 10px;
	border: 1px solid #f4f4f4;
	padding: 40px;
}

body.edd-purchase-history .entry-content p {
	margin-top: 0;
	margin-bottom: 32px;
}

body.edd-purchase-history .entry-content p .edd-manage-license-back {
	border: 0;
	padding: 0;
	text-transform: capitalize;
	font-weight: 600;
	padding: 6px 12px;
	text-decoration: none;
	font-size: 15px;
}

body.edd-purchase-history .entry-content .edd-sl-manage-license-header {
	margin-top: 40px;
	font-size: 20px;
	line-height: 30px;
	color: #404040;
	margin-bottom: 20px;
}

body.edd-purchase-history .entry-content .edd-sl-manage-license-details .edd-sl-manage-license-key,
body.edd-purchase-history .entry-content .edd-sl-manage-license-details .edd-sl-manage-license-product {
	font-weight: 600;
}

body.edd-purchase-history .entry-content .edd-sl-manage-license-details .edd-sl-manage-license-key code,
body.edd-purchase-history .entry-content .edd-sl-manage-license-details .edd-sl-manage-license-product code {
	font-weight: 400;
}

body.edd-purchase-history .entry-content .edd-sl-manage-license-details .edd-sl-manage-license-key span,
body.edd-purchase-history .entry-content .edd-sl-manage-license-details .edd-sl-manage-license-product span {
	font-weight: 400;
}

body.edd-purchase-history .entry-content #edd_sl_license_sites a {
	background: #D24142;
}

body.edd-purchase-history .entry-content #edd_sl_license_upgrades a {
	background: #3E9262;
}

body.edd-purchase-history .entry-content .edd-table {
	border-collapse: collapse;
	border: 1px solid #e4e4e4;
}

body.edd-purchase-history .entry-content .edd-table thead th {
	background: #EDF0FC;
	text-align: center;
	padding: 16px 24px;
	font-weight: 600;
}

body.edd-purchase-history .entry-content .edd-table thead th:first-child {
	text-align: left;
}

body.edd-purchase-history .entry-content .edd-table tbody tr {
	border-bottom: 1px solid #e4e4e4;
}

body.edd-purchase-history .entry-content .edd-table tbody tr td {
	font-size: 15px;
	font-weight: 500;
	padding: 16px 24px;
	text-align: center;
}

body.edd-purchase-history .entry-content .edd-table tbody tr td:first-child {
	text-align: left;
}

body.edd-purchase-history .entry-content .edd-table tbody tr td a {
	border-radius: 4px;
	color: #fff;
	padding: 8px 12px;
	text-decoration: none;
}

body.edd-purchase-history .entry-content .edd_sl_form span {
	display: block;
	margin-bottom: 12px;
}

body.edd-purchase-history .entry-content .edd_sl_form input[type="text"] {
	width: 400px;
	height: 38px;
	padding: 0 10px;
}

body.edd-purchase-history .entry-content .edd_sl_form input[type="submit"] {
	border-radius: 4px;
	background: #5B7CFD;
	border: 0;
	padding: 11px 12px;
	margin-left: 8px;
	color: #fff;
	font-weight: 500;
	font-size: 15px;
	cursor: pointer;
}

/* Tooltipster
--------------------------------------------- */
.wpe-tooltip-container {
	display: none;
}

.wpe-has-tooltip {
	display: inline-flex;
	width: 20px;
	height: 20px;
	justify-content: center;
	align-items: center;
	margin-left: 7px;
}

.wpe-has-tooltip svg {
	width: 20px;
	height: 20px;
}

.wpe-tooltipster.tooltipster-base {
	display: flex;
	pointer-events: none;
	position: absolute;
}

.wpe-tooltipster.tooltipster-box {
	flex: 1 1 auto;
}

.wpe-tooltipster.tooltipster-content {
	box-sizing: border-box;
	max-height: 100%;
	max-width: 100%;
	overflow: auto;
}

.wpe-tooltipster.tooltipster-ruler {
	bottom: 0;
	left: 0;
	overflow: hidden;
	position: fixed;
	right: 0;
	top: 0;
	visibility: hidden;
}

.wpe-tooltipster.tooltipster-grow {
	transform: scale(0, 0);
	transition-property: transform;
	-webkit-backface-visibility: hidden;
}

.wpe-tooltipster.tooltipster-grow.tooltipster-show {
	transform: scale(1, 1);
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

.wpe-tooltipster.tooltipster-sidetip .tooltipster-box {
	background: #0050C7 !important;
	border: 2px solid #0050C7 !important;
	border-radius: 4px;
}

.wpe-tooltipster.tooltipster-sidetip.tooltipster-bottom .tooltipster-box {
	margin-top: 8px !important;
}

.wpe-tooltipster.tooltipster-sidetip.tooltipster-left .tooltipster-box {
	margin-right: 8px !important;
}

.wpe-tooltipster.tooltipster-sidetip.tooltipster-right .tooltipster-box {
	margin-left: 8px !important;
}

.wpe-tooltipster.tooltipster-sidetip.tooltipster-top .tooltipster-box {
	margin-bottom: 8px !important;
}

.wpe-tooltipster.tooltipster-sidetip .tooltipster-content {
	color: white;
	line-height: 24px;
	padding: 15px;
	font-size: 16px;
}

.wpe-tooltipster.tooltipster-sidetip .tooltipster-arrow {
	overflow: hidden;
	position: absolute;
}

.wpe-tooltipster.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow {
	height: 10px;
	margin-left: -10px;
	top: 0;
	width: 20px;
}

.wpe-tooltipster.tooltipster-sidetip.tooltipster-left .tooltipster-arrow {
	height: 20px;
	margin-top: -10px;
	right: 0;
	top: 0;
	width: 10px;
}

.wpe-tooltipster.tooltipster-sidetip.tooltipster-right .tooltipster-arrow {
	height: 20px;
	margin-top: -10px;
	left: 0;
	top: 0;
	width: 10px;
}

.wpe-tooltipster.tooltipster-sidetip.tooltipster-top .tooltipster-arrow {
	bottom: 0;
	height: 10px;
	margin-left: -10px;
	width: 20px;
}

.wpe-tooltipster.tooltipster-sidetip .tooltipster-arrow-background, .wpe-tooltipster.tooltipster-sidetip .tooltipster-arrow-border {
	height: 0;
	position: absolute;
	width: 0;
}

.wpe-tooltipster.tooltipster-sidetip .tooltipster-arrow-background {
	border: 10px solid transparent !important;
}

.wpe-tooltipster.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
	border-bottom-color: #0050C7 !important;
	left: 0;
	top: 3px;
}

.wpe-tooltipster.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background {
	border-left-color: #0050C7 !important;
	left: -3px;
	top: 0;
}

.wpe-tooltipster.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background {
	border-right-color: #0050C7 !important;
	left: 3px;
	top: 0;
}

.wpe-tooltipster.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
	border-top-color: #0050C7 !important;
	left: 0;
	top: -3px;
}

.wpe-tooltipster.tooltipster-sidetip .tooltipster-arrow-border {
	border: 10px solid transparent !important;
	left: 0;
	top: 0;
}

.wpe-tooltipster.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border {
	border-bottom-color: #0050C7 !important;
}

.wpe-tooltipster.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border {
	border-left-color: #0050C7 !important;
}

.wpe-tooltipster.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border {
	border-right-color: #0050C7 !important;
}

.wpe-tooltipster.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
	border-top-color: #0050C7 !important;
}

.wpe-tooltipster.tooltipster-sidetip .tooltipster-arrow-uncropped {
	position: relative;
}

.wpe-tooltipster.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-uncropped {
	top: -10px;
}

.wpe-tooltipster.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-uncropped {
	left: -10px;
}

.wpe-has-tooltip {
	display: inline-flex;
	align-items: center;
}

.wpe-has-tooltip.tooltipstered {
	cursor: pointer;
}

/* Login
--------------------------------------------- */
.wpe-full-login-container {
	font-family: 'Inter', sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	min-height: 100vh;
	padding: 20px 0;
	background-color: #F6F6F6;
	display: flex;
	justify-content: center;
	z-index: 1000;
	position: fixed;
}

@media (min-width: 200px) and (max-width: 992px) {
	.wpe-full-login-container {
		padding: 0;
	}
}

.wpe-login-wrapper {
	display: flex;
	padding: 16px 16px 16px 0;
	background-color: #fff;
	width: 100%;
}

@media (min-width: 200px) and (max-width: 500px) {
	.wpe-login-wrapper {
		padding: 24px;
	}
}

@media (min-width: 500px) and (max-width: 768px) {
	.wpe-login-wrapper {
		padding: 30px;
	}
}

@media (min-width: 992px) {
	.wpe-login-wrapper {
		width: 90%;
	}
}

.wpe-login-wrapper .wpe-login-form-wrapper {
	background-color: white;
	flex: 1;
	padding: 0 60px;
	display: flex;
	align-items: center;
}

@media (min-width: 200px) and (max-width: 768px) {
	.wpe-login-wrapper .wpe-login-form-wrapper {
		padding: 0;
	}
}

@media (min-width: 769px) and (max-width: 1200px) {
	.wpe-login-wrapper .wpe-login-form-wrapper {
		padding: 0 30px;
	}
}

.wpe-login-wrapper .wpe-login-form-wrapper h1 {
	color: #404040;
	font-weight: 600;
	margin-bottom: 0;
	margin-top: 10px;
}

.wpe-login-wrapper .wpe-login-form-wrapper p {
	font-size: 14px;
	color: #333;
	margin-top: 0;
}

.wpe-login-wrapper .wpe-login-form-wrapper .wpe-login-form label {
	color: #747474;
	font-size: 15px;
	font-weight: 600;
	margin-bottom: 10px;
	display: block;
}

.wpe-login-wrapper .wpe-login-form-wrapper .wpe-login-form .required {
	color: #ff4f55;
}

.wpe-login-wrapper .wpe-login-form-wrapper .wpe-login-form input {
	border: 1px solid #E9E9E9;
	border-radius: 4px;
	width: 100%;
	padding: 10px 10px 10px 40px;
	font-size: 14px;
	letter-spacing: 0.2px;
}

.wpe-login-wrapper .wpe-login-form-wrapper .wpe-login-form input::placeholder {
	color: #999;
}

.wpe-login-wrapper .wpe-login-form-wrapper .wpe-login-form .wpe-input-wrapper {
	display: flex;
	align-items: center;
	position: relative;
}

.wpe-login-wrapper .wpe-login-form-wrapper .wpe-login-form .wpe-input-wrapper div {
	position: absolute;
	left: 18px;
}

.wpe-login-wrapper .wpe-login-form-wrapper .wpe-login-form .wpe-input-wrapper div svg {
	display: block;
}

.wpe-login-wrapper .wpe-login-form-wrapper .wpe-login-form .wpe-form-group {
	margin-bottom: 24px;
}

.wpe-login-wrapper .wpe-login-form-wrapper .wpe-login-form .wpe-rememberme-wrapper {
	display: flex;
	align-items: center;
	gap: 8px;
}

.wpe-login-wrapper .wpe-login-form-wrapper .wpe-login-form .wpe-rememberme-wrapper input {
	width: auto;
	border: 1px solid #fff !important;
	cursor: pointer;
}

.wpe-login-wrapper .wpe-login-form-wrapper .wpe-login-form .wpe-rememberme-wrapper span {
	color: #404040;
	font-size: 14px;
	letter-spacing: 0.2px;
	font-weight: 400;
}

.wpe-login-wrapper .wpe-login-form-wrapper .wpe-login-form .wpe-remember-lost-wrapper {
	display: flex;
	justify-content: space-between;
	margin-bottom: 32px;
}

@media (min-width: 200px) and (max-width: 368px) {
	.wpe-login-wrapper .wpe-login-form-wrapper .wpe-login-form .wpe-remember-lost-wrapper {
		flex-direction: column;
	}
}

.wpe-login-wrapper .wpe-login-form-wrapper .wpe-login-form .wpe-remember-lost-wrapper a {
	color: #666666;
}

.wpe-login-wrapper .wpe-login-form-wrapper .wpe-login-form .wpe-login-button {
	background-color: #5891FF;
	color: #FFFFFF;
	padding: 14px 24px;
	font-size: 16px;
	cursor: pointer;
}

.wpe-login-wrapper .wpe-side-wrapper {
	width: 55%;
	background-color: #2D3A53;
	border-radius: 4px;
	position: relative;
}

@media (max-width: 992px) {
	.wpe-login-wrapper .wpe-side-wrapper {
		display: none;
	}
}

.wpe-login-wrapper .wpe-side-wrapper .lines-wrapper {
	position: absolute;
	bottom: 0;
	left: 0;
}

.wpe-login-wrapper .wpe-side-wrapper .wpe-overlay-container {
	width: 500px;
	margin: 0 auto;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	border: 1px solid #576175;
	border-radius: 12px;
	backdrop-filter: blur(8px);
	padding: 20px 30px;
}

@media (max-width: 1450px) {
	.wpe-login-wrapper .wpe-side-wrapper .wpe-overlay-container {
		width: 400px;
	}
}

.wpe-login-wrapper .wpe-side-wrapper .wpe-overlay-container .login-bg-image {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	border-radius: 12px;
	opacity: 0.1;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.wpe-login-wrapper .wpe-side-wrapper .wpe-overlay-container h2 {
	font-weight: 700;
	letter-spacing: 0.24px;
	line-height: 34px;
	margin: 0;
	margin-bottom: 20px;
	color: #fff !important;
}

.wpe-login-wrapper .wpe-side-wrapper .wpe-overlay-container p {
	margin: 0;
	margin-bottom: 22px;
	color: #fff !important;
	font-size: 14px;
	line-height: 21px;
}

.wpe-login-wrapper .wpe-side-wrapper .wpe-overlay-container .wpe-learn-more-button {
	display: inline-flex;
	align-items: center;
	color: #fff;
	padding: 10px 24px;
	font-size: 14px;
	font-weight: 500;
	background-color: #5891FF;
	border: 1px solid #5891FF;
	border-radius: 4px;
	letter-spacing: 0.15px;
	text-decoration: none;
}

.wpe-login-wrapper .wpe-side-wrapper .wpe-overlay-container .addon-image {
	border-radius: 8px;
	width: 100%;
	height: auto;
	margin-top: 30px;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

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

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
	/*rtl:ignore*/
	float: left;
	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {
	/*rtl:ignore*/
	float: right;
	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

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

/*# sourceMappingURL=style.css.map */