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

.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;
	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;
}

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

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;
	top: -28px;
	color: #ffff;
	padding: 1px 10px;
	font-family: "lato", Sans-serif;
	left: 0;
}

.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;
}

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

.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;
	color: #FFFFFF;
	padding: 15px 30px 15px 30px;
	color: #111;
	background-color: #FFFFFF;
	border: 1px solid #111;
	border-radius: 4px;
	max-width: 195px;
	/* 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 {
	background: linear-gradient(135.56deg, #0060F3 6.33%, #0068F3 49.59%, rgba(0, 146, 255, 0.5) 98.26%);
}

.affordable-section .as-section-row .as-section-col.pro-sec h4,
.affordable-section .as-section-row .as-section-col.pro-sec h2,
.affordable-section .as-section-row .as-section-col.pro-sec sup {
	color: #fff;
}

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

/*--------------------------------------------------------------
# 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 {
	display: flex;
	background: #f2f2f3;
	padding: 20px;
	border-radius: 5px;
}

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 {
	width: 80%;
	background-color: #fff;
	border-radius: 5px;
	padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*--------------------------------------------------------------
# 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 */