/**
 * Theme Name: DigiFly
 * Theme URI: https://www.pluginsandsnippets.com/downloads/digifly/
 * Author: Plugins & Snippets
 * Author URI: https://pluginsandsnippets.com
 * Description: Digifly is a great Free WordPress Theme if you are looking to start an Easy Digital Downloads (EDD) or WooCommerce webstores. It contains all the basic features to start an eCommerce WordPress Webstore from scratch. It’s also good for blogs, small business, startups, agencies, eCommerce shops as well as personal portfolio sites and most types of projects. Overall, it's a simple and extensible WordPress theme that is perfect to sell your digital products.
 * Version: 1.3.5
 * Text Domain: digifly
 * Tested up to: 6.3
 * Requires PHP: 5.6 or higher
 * Tags: custom-menu, custom-logo, entertainment, featured-images, full-width-template, one-column, two-columns, left-sidebar, e-commerce, right-sidebar, editor-style, post-formats, rtl-language-support, theme-options, threaded-comments, translation-ready, blog
 * License: GNU General Public License v2 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 */

@import"assets/fonts/montserrat/webfont.css";

html {
	line-height: 1.15;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}

body {
	margin: 0
}

article,
aside,
footer,
header,
nav,
section {
	display: block
}

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

figcaption,
figure,
main {
	display: block
}

figure {
	margin: 1em 40px
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible
}

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

a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted
}

b,
strong {
	font-weight: inherit;
	font-weight: bolder
}

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

dfn {
	font-style: italic
}

mark {
	background-color: #ff0;
	color: #000
}

small {
	font-size: 80%
}

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

sub {
	bottom: -0.25em
}

sup {
	top: -0.5em
}

audio,
video {
	display: inline-block
}

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

img {
	border-style: none
}

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

button,
input,
optgroup,
select,
textarea {
	font-family: sans-serif;
	font-size: 100%;
	line-height: 1.15;
	margin: 0
}

button,
input {
	overflow: visible
}

button,
select {
	text-transform: none
}

button,
html [type=button],
[type=reset],
[type=submit] {
	-webkit-appearance: button
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
	border-style: none;
	padding: 0
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
	outline: 1px dotted ButtonText
}

fieldset {
	padding: .35em .75em .625em
}

legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal
}

progress {
	display: inline-block;
	vertical-align: baseline
}

textarea {
	overflow: auto
}

[type=checkbox],
[type=radio] {
	box-sizing: border-box;
	padding: 0
}

[type=number]::-webkit-inner-adjust-hue-button,
[type=number]::-webkit-outer-adjust-hue-button {
	height: auto
}

[type=search] {
	-webkit-appearance: textfield;
	outline-offset: -2px
}

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

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit
}

details,
menu {
	display: block
}

summary {
	display: list-item
}

canvas {
	display: inline-block
}

template {
	display: none
}

[hidden] {
	display: none
}

figure {
	margin: 0
}

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

input[type=search],
*,
*:before,
*:after {
	box-sizing: border-box
}

hr {
	margin: 2rem 0;
	border: 0;
	height: 0;
	border-bottom: 1px solid #f5f5f5
}

.highlight {
	background: #f5f5f5
}

.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto 2rem auto
}

.alignleft {
	float: left;
	margin: 0 2rem 2rem 0
}

.alignright {
	float: right;
	margin: 0 0 2rem 2rem
}

.hide {
	display: none
}

.text-center-xs {
	text-align: center
}

.text-left-xs {
	text-align: left
}

body .no-padding {
	padding: 0
}

@media only screen and (min-width: 768px) {
	.text-center-sm {
		text-align: center
	}

	.text-left-sm {
		text-align: left
	}
}

@media only screen and (min-width: 992px) {
	.text-center-md {
		text-align: center
	}

	.text-left-md {
		text-align: left
	}
}

@media only screen and (min-width: 1220px) {
	.text-center-lg {
		text-align: center
	}

	.text-left-lg {
		text-align: left
	}
}

@media(max-width: only screen and (max-width: 767px)) {
	.hidden-xs {
		display: none !important
	}
}

@media(min-width: 768px)and (max-width: only screen and (max-width: 991px)) {
	.hidden-sm {
		display: none !important
	}
}

@media(min-width: 992px)and (max-width: only screen and (max-width: 1220px)) {
	.hidden-md {
		display: none !important
	}
}

@media(min-width: 1220px) {
	.hidden-lg {
		display: none !important
	}
}

body {
	text-rendering: geometricPrecision;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

body,
button,
input,
select,
textarea {
	color: dimgray;
	font-family: "Montserrat", sans-serif;
	font-size: 1rem;
	line-height: 1.3rem
}

.site-title {
	margin-bottom: 0;
	font-size: 2rem;
	font-weight: 600;
	line-height: 1;
	color: #222;
	font-family: "Montserrat", sans-serif
}

.site-title a,
.site-title a:hover {
	color: #222
}

figcaption {
	color: dimgray;
	font-size: .875rem
}

.site-description {
	font-size: 1.2rem;
	margin-bottom: 0;
	color: #a2a2a2;
	display: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Montserrat", sans-serif;
	color: #222;
	line-height: 1.2;
	margin: 0 0 1.62rem 0;
	font-weight: 600
}

h1 {
	font-size: 1.75rem
}

h2 {
	font-size: 1.5rem
}

h3 {
	font-size: 1.4rem
}

h4 {
	font-size: 1.3rem
}

h5 {
	font-size: 1.2rem
}

h6 {
	font-size: 1.1rem
}

.entry-content h1 {
	margin-top: 3.24rem
}

.entry-content h2 {
	margin-top: 3.24rem
}

.entry-content h3 {
	margin-top: 3.24rem
}

.entry-content h4 {
	margin-top: 3.24rem
}

.entry-content h5 {
	margin-top: 3.24rem
}

.entry-content h6 {
	margin-top: 3.24rem
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child,
.post-title,
.entry-title {
	margin-top: 0
}

code {
	color: dimgray;
	word-wrap: break-word
}

p,
figcaption {
	line-height: 1.62
}

p {
	margin: 0 0 1.62rem 0
}

strong {
	font-weight: bold
}

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

blockquote {
	border-left: 4px solid #f5f5f5;
	padding-left: 1.62rem;
	margin: 0 0 1.62rem -1.62rem;
	font-style: italic
}

blockquote,
q {
	quotes: none
}

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

blockquote p {
	margin-bottom: 1.62rem
}

blockquote cite,
blockquote small {
	color: #1a1a1a;
	display: block;
	font-size: 1rem;
	line-height: 1.75
}

blockquote cite:before,
blockquote small:before {
	content: "— "
}

blockquote em,
blockquote i,
blockquote cite {
	font-style: normal
}

blockquote>:last-child {
	margin-bottom: 0
}

address {
	font-style: italic;
	margin: 0 0 1.62rem
}

code,
kbd,
tt,
var,
samp,
pre {
	font-family: Inconsolata, monospace
}

pre {
	border: 1px solid #f5f5f5;
	font-size: 1rem;
	line-height: 1.3;
	margin: 0 0 1.62rem;
	max-width: 100%;
	overflow: auto;
	padding: 1.5rem;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word
}

code {
	padding: .125rem .25rem
}

abbr,
acronym {
	cursor: help;
	text-decoration: none
}

mark,
ins {
	background: #00d563;
	color: #fff;
	padding: .125em .25em;
	text-decoration: none
}

big {
	font-size: 125%
}

.site-footer {
	font-size: .875rem
}

h2.widget-title {
	font-size: 1.2rem
}

#primary-sidebar {
	font-size: 1rem
}

@media only screen and (min-width: 768px) {
	h1 {
		font-size: 2.25rem
	}

	h2 {
		font-size: 2rem
	}

	h3 {
		font-size: 1.75rem
	}

	h4 {
		font-size: 1.5rem
	}

	h5 {
		font-size: 1.25rem
	}

	h6 {
		font-size: 1.2rem
	}

	.site-description {
		display: block
	}

	.page-header .wrapper {
		max-width: 1188px
	}
}

.custom-logo-link {
	display: inline-block
}

.custom-logo-link img {
	display: block
}

.entry-header {
	text-align: center;
	margin-bottom: 50px
}

input[type=submit],
button,
#submit,
.button,
.vendor-order-action-links>a,
.edd-fes-action {
	background: #00d563;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-weight: 500;
	text-align: center;
	vertical-align: middle;
	border-radius: 4px;
	border: 1px solid #00d563;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	outline: none;
	line-height: 1.5rem;
	transition: all .3s ease-in-out
}

input[type=submit]:hover,
button:hover,
#submit:hover,
.button:hover,
.vendor-order-action-links>a:hover,
.edd-fes-action:hover {
	text-decoration: none;
	color: #fff;
	background: #00bc57;
	border: 1px solid #00bc57
}

input[type=submit],
#submit,
button,
.button {
	font-size: 1.1rem;
	padding: .75rem 1.5rem
}

.button-small {
	font-size: .875rem;
	padding: .5rem 1rem
}

.button-large {
	font-size: 1.25rem;
	padding: 1.25rem 2.5rem
}

.button-block {
	width: 100%;
	display: block
}

.menu-item-has-children a:after,
.dropdown-toggle:after,
.bypostauthor>article .fn:after,
.comment-reply-title small a:before {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-family: "Genericons";
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 1;
	speak: none;
	text-align: center;
	text-decoration: inherit;
	text-transform: none;
	vertical-align: top
}

@font-face {
	font-family: "Genericons";
	src: url("assets/fonts/Genericons.eot?") format("embedded-opentype");
	font-weight: normal;
	font-style: normal
}

@font-face {
	font-family: "Genericons";
	src: url("data:application/x-font-woff;charset=utf-8;base64,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") format("woff"), url("assets/fonts/Genericons.ttf") format("truetype"), url("assets/fonts/Genericons.svg#Genericons") format("svg");
	font-weight: normal;
	font-style: normal
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
	@font-face {
		font-family: "Genericons";
		src: url("assets/fonts/Genericons.svg#Genericons") format("svg")
	}
}

.genericon {
	font-size: 16px;
	vertical-align: top;
	text-align: center;
	-moz-transition: color .1s ease-in 0;
	-webkit-transition: color .1s ease-in 0;
	display: inline-block;
	font-family: "Genericons";
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 1;
	text-decoration: inherit;
	text-transform: none;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	speak: none
}

.genericon-rotate-90 {
	transform: rotate(90deg)
}

.genericon-rotate-180 {
	transform: rotate(180deg)
}

.genericon-rotate-270 {
	transform: rotate(270deg)
}

.genericon-flip-horizontal {
	transform: scale(-1, 1)
}

.genericon-flip-vertical {
	transform: scale(1, -1)
}

.genericon-404:before {
	content: ""
}

.genericon-activity:before {
	content: ""
}

.genericon-anchor:before {
	content: ""
}

.genericon-aside:before {
	content: ""
}

.genericon-attachment:before {
	content: ""
}

.genericon-audio:before {
	content: ""
}

.genericon-bold:before {
	content: ""
}

.genericon-book:before {
	content: ""
}

.genericon-bug:before {
	content: ""
}

.genericon-cart:before {
	content: ""
}

.genericon-category:before {
	content: ""
}

.genericon-chat:before {
	content: ""
}

.genericon-checkmark:before {
	content: ""
}

.genericon-close:before {
	content: ""
}

.genericon-close-alt:before {
	content: ""
}

.genericon-cloud:before {
	content: ""
}

.genericon-cloud-download:before {
	content: ""
}

.genericon-cloud-upload:before {
	content: ""
}

.genericon-code:before {
	content: ""
}

.genericon-codepen:before {
	content: ""
}

.genericon-cog:before {
	content: ""
}

.genericon-collapse:before {
	content: ""
}

.genericon-comment:before {
	content: ""
}

.genericon-day:before {
	content: ""
}

.genericon-digg:before {
	content: ""
}

.genericon-document:before {
	content: ""
}

.genericon-dot:before {
	content: ""
}

.genericon-downarrow:before {
	content: ""
}

.genericon-download:before {
	content: ""
}

.genericon-draggable:before {
	content: ""
}

.genericon-dribbble:before {
	content: ""
}

.genericon-dropbox:before {
	content: ""
}

.genericon-dropdown:before {
	content: ""
}

.genericon-dropdown-left:before {
	content: ""
}

.genericon-edit:before {
	content: ""
}

.genericon-ellipsis:before {
	content: ""
}

.genericon-expand:before {
	content: ""
}

.genericon-external:before {
	content: ""
}

.genericon-facebook:before {
	content: ""
}

.genericon-facebook-alt:before {
	content: ""
}

.genericon-fastforward:before {
	content: ""
}

.genericon-feed:before {
	content: ""
}

.genericon-flag:before {
	content: ""
}

.genericon-flickr:before {
	content: ""
}

.genericon-foursquare:before {
	content: ""
}

.genericon-fullscreen:before {
	content: ""
}

.genericon-gallery:before {
	content: ""
}

.genericon-github:before {
	content: ""
}

.genericon-googleplus:before {
	content: ""
}

.genericon-googleplus-alt:before {
	content: ""
}

.genericon-handset:before {
	content: ""
}

.genericon-heart:before {
	content: ""
}

.genericon-help:before {
	content: ""
}

.genericon-hide:before {
	content: ""
}

.genericon-hierarchy:before {
	content: ""
}

.genericon-home:before {
	content: ""
}

.genericon-image:before {
	content: ""
}

.genericon-info:before {
	content: ""
}

.genericon-instagram:before {
	content: ""
}

.genericon-italic:before {
	content: ""
}

.genericon-key:before {
	content: ""
}

.genericon-leftarrow:before {
	content: ""
}

.genericon-link:before {
	content: ""
}

.genericon-linkedin:before {
	content: ""
}

.genericon-linkedin-alt:before {
	content: ""
}

.genericon-location:before {
	content: ""
}

.genericon-lock:before {
	content: ""
}

.genericon-mail:before {
	content: ""
}

.genericon-maximize:before {
	content: ""
}

.genericon-menu:before {
	content: ""
}

.genericon-microphone:before {
	content: ""
}

.genericon-minimize:before {
	content: ""
}

.genericon-minus:before {
	content: ""
}

.genericon-month:before {
	content: ""
}

.genericon-move:before {
	content: ""
}

.genericon-next:before {
	content: ""
}

.genericon-notice:before {
	content: ""
}

.genericon-paintbrush:before {
	content: ""
}

.genericon-path:before {
	content: ""
}

.genericon-pause:before {
	content: ""
}

.genericon-phone:before {
	content: ""
}

.genericon-picture:before {
	content: ""
}

.genericon-pinned:before {
	content: ""
}

.genericon-pinterest:before {
	content: ""
}

.genericon-pinterest-alt:before {
	content: ""
}

.genericon-play:before {
	content: ""
}

.genericon-plugin:before {
	content: ""
}

.genericon-plus:before {
	content: ""
}

.genericon-pocket:before {
	content: ""
}

.genericon-polldaddy:before {
	content: ""
}

.genericon-portfolio:before {
	content: ""
}

.genericon-previous:before {
	content: ""
}

.genericon-print:before {
	content: ""
}

.genericon-quote:before {
	content: ""
}

.genericon-rating-empty:before {
	content: ""
}

.genericon-rating-full:before {
	content: ""
}

.genericon-rating-half:before {
	content: ""
}

.genericon-reddit:before {
	content: ""
}

.genericon-refresh:before {
	content: ""
}

.genericon-reply:before {
	content: ""
}

.genericon-reply-alt:before {
	content: ""
}

.genericon-reply-single:before {
	content: ""
}

.genericon-rewind:before {
	content: ""
}

.genericon-rightarrow:before {
	content: ""
}

.genericon-search:before {
	content: ""
}

.genericon-send-to-phone:before {
	content: ""
}

.genericon-send-to-tablet:before {
	content: ""
}

.genericon-share:before {
	content: ""
}

.genericon-show:before {
	content: ""
}

.genericon-shuffle:before {
	content: ""
}

.genericon-sitemap:before {
	content: ""
}

.genericon-skip-ahead:before {
	content: ""
}

.genericon-skip-back:before {
	content: ""
}

.genericon-skype:before {
	content: ""
}

.genericon-spam:before {
	content: ""
}

.genericon-spotify:before {
	content: ""
}

.genericon-standard:before {
	content: ""
}

.genericon-star:before {
	content: ""
}

.genericon-status:before {
	content: ""
}

.genericon-stop:before {
	content: ""
}

.genericon-stumbleupon:before {
	content: ""
}

.genericon-subscribe:before {
	content: ""
}

.genericon-subscribed:before {
	content: ""
}

.genericon-summary:before {
	content: ""
}

.genericon-tablet:before {
	content: ""
}

.genericon-tag:before {
	content: ""
}

.genericon-time:before {
	content: ""
}

.genericon-top:before {
	content: ""
}

.genericon-trash:before {
	content: ""
}

.genericon-tumblr:before {
	content: ""
}

.genericon-twitch:before {
	content: ""
}

.genericon-twitter:before {
	content: ""
}

.genericon-unapprove:before {
	content: ""
}

.genericon-unsubscribe:before {
	content: ""
}

.genericon-unzoom:before {
	content: ""
}

.genericon-uparrow:before {
	content: ""
}

.genericon-user:before {
	content: ""
}

.genericon-video:before {
	content: ""
}

.genericon-videocamera:before {
	content: ""
}

.genericon-vimeo:before {
	content: ""
}

.genericon-warning:before {
	content: ""
}

.genericon-website:before {
	content: ""
}

.genericon-week:before {
	content: ""
}

.genericon-wordpress:before {
	content: ""
}

.genericon-xpost:before {
	content: ""
}

.genericon-youtube:before {
	content: ""
}

.genericon-zoom:before {
	content: ""
}

#main {
	padding: 1rem
}

@media only screen and (min-width: 768px) {
	#main {
		padding: 2rem
	}
}

#page {
	max-width: 1480px;
	min-height: 100%;
	margin-left: auto;
	margin-right: auto;
	word-wrap: break-word;
	display: flex;
	flex-direction: column
}

.layout-full-width #page {
	max-width: none
}

#content {
	background: #fff;
	flex: 1 0 auto
}

#primary,
#secondary {
	padding: 0
}

.no-sidebar #primary {
	width: 100%
}

.content-wrapper {
	max-width: 1252px;
	margin-left: auto;
	margin-right: auto
}

.wrapper {
	margin-left: auto;
	margin-right: auto
}

body .wrapper {
	max-width: 1252px
}

.container>.wrapper {
	max-width: 1188px
}

@media only screen and (min-width: 992px) {
	.content-wrapper {
		display: flex;
		justify-content: space-between
	}

	#main {
		flex: 1
	}

	#secondary {
		padding: 0
	}

	.wrapper .entry-content {
		margin: 0 auto
	}

	.slim #primary {
		width: 66.667%;
		margin: 0 auto
	}
}

#masthead {
	background-color: #fff
}

.site-header-main {
	margin: 0 auto;
	position: relative
}

.site-header-wrap {
	align-items: center;
	margin: 0 auto;
	max-width: 1252px
}

.header-image {
	text-align: center
}

.header-image a {
	display: block
}

.header-image img {
	display: block;
	margin: 0 auto
}

.custom-logo-link img {
	max-width: 200px
}

.layout-full-width .header-image img {
	width: 100%
}

@media only screen and (min-width: 768px) {
	.site-header-wrap {
		padding: 1.5rem;
		max-width: 1252px;
		margin: 0 auto;
		display: flex
	}
}

.entry-title-primary {
	display: block
}

.entry-title-primary+.subtitle {
	margin-top: .5rem
}

#comments .comments-title span.subtitle {
	display: none
}

.subtitle {
	font-size: 1.2rem;
	display: block;
	color: dimgray;
	font-weight: 300
}

.subtitle p {
	margin-bottom: 0
}

.woocommerce div.product div.images.woocommerce-product-gallery {
	opacity: 1 !important
}

@media only screen and (min-width: 768px) {
	.subtitle {
		font-size: 1.8rem
	}
}

.site-footer {
	background: #fff
}

.site-footer ul {
	margin-left: 0;
	margin-top: 0
}

.site-footer ul.wp-block-social-links {
	display: block
}

.site-footer ul ul {
	margin-left: 1rem
}

.site-footer li {
	list-style-type: none;
	margin-bottom: 0;
	font-size: .875rem;
	letter-spacing: .6px;
	display: flex;
	flex-direction: column;
	position: relative;
	z-index: 3
}

.site-footer li a {
	display: inline-block
}

.site-footer li a::after {
	content: "";
	width: 0;
	height: 1px;
	bottom: 0;
	position: absolute;
	left: auto;
	right: 0;
	z-index: -1;
	transition: width .6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
	background: currentColor
}

.site-footer li a:hover:after {
	width: 100%;
	left: 0;
	right: auto
}

.site-footer a {
	color: #a2a2a2;
	display: inline-block;
	font-size: .875rem;
	letter-spacing: .6px
}

.site-footer a::after {
	content: "";
	width: 0;
	height: 1px;
	bottom: 0;
	position: absolute;
	left: auto;
	right: 0;
	z-index: -1;
	transition: width .6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
	background: currentColor
}

.site-footer a:hover {
	color: #222
}

.site-footer a:hover:after {
	width: 100%;
	left: 0;
	right: auto
}

.site-footer p {
	font-size: .875rem;
	letter-spacing: .6px
}

.footer-widgets .widget-column {
	padding: 1rem
}

.footer-widgets p {
	margin: 0;
	margin-bottom: 10px
}

.footer-widgets ul li {
	margin-bottom: 10px
}

.footer-widgets .wp-block-separator {
	margin: 0 0 .5rem
}

.site-info {
	padding: 2rem;
	text-align: center;
	color: #a2a2a2
}

.site-info p {
	margin-bottom: 0
}

@media only screen and (min-width: 768px) {
	.footer-widgets .widget-column {
		padding: 2rem
	}

	.footer-widgets .widget {
		margin-bottom: 2rem
	}
}

a {
	color: #00d563;
	text-decoration: none;
	outline: 0
}

a:hover,
a:active,
a:visited {
	text-decoration: none;
	outline: 0
}

a:focus {
	text-decoration: none;
	outline: 1px solid
}

a:hover {
	outline: 0;
	color: #006f34
}

button:focus {
	outline: 1px solid #8b8b8b
}

.entry-content a,
.widget_text a,
.comment-content a {
	color: #00d563;
	text-decoration: underline;
	outline: 0
}

.entry-content a:hover,
.entry-content a:focus,
.entry-content a:active,
.entry-content a:visited,
.widget_text a:hover,
.widget_text a:focus,
.widget_text a:active,
.widget_text a:visited,
.comment-content a:hover,
.comment-content a:focus,
.comment-content a:active,
.comment-content a:visited {
	text-decoration: none;
	outline: 0
}

.entry-content a:hover,
.widget_text a:hover,
.comment-content a:hover {
	outline: 0;
	color: #006f34
}

.entry-content a.wp-block-button__link,
.widget_text a.wp-block-button__link,
.comment-content a.wp-block-button__link {
	text-decoration: none
}

.entry-content .wp-block-button.is-full-width a {
	width: 100%
}

#mobile-menu .menu-item-search {
	display: block
}

#mobile-menu .search-form {
	padding: 1rem
}

.search-submit svg * {
	stroke: dimgray
}

.search-form {
	display: flex
}

.search-form label {
	margin-bottom: 0;
	width: 100%
}

.search-form .search-field {
	border-right: none;
	font-size: 1.1rem;
	line-height: 1.4
}

.search-form .search-field,
.search-form .search-submit {
	border: none;
	background: #f5f5f5
}

.search-form .search-submit {
	padding: .8125rem;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}

.search-form .search-submit svg {
	vertical-align: inherit
}

.site-header-menu .search-form .search-field,
.site-header-menu .search-form .search-submit {
	padding: .5rem
}

.site-header-menu .primary-menu .search-form {
	align-items: center
}

@media only screen and (min-width: 768px) {
	.site-header-menu .search-form {
		margin-left: 1rem;
		width: 11rem
	}
}

.says,
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px
}

.site .skip-link {
	background-color: #f1f1f1;
	box-shadow: 0 0 1px 1px rgba(0, 0, 0, .2);
	color: #21759b;
	display: block;
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	font-weight: 700;
	left: -9999em;
	outline: 2px solid;
	padding: 15px 23px 14px;
	text-decoration: none;
	text-transform: none;
	top: -9999em
}

.logged-in .site .skip-link {
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, .2);
	font-family: "Montserrat", sans-serif
}

.site .skip-link:focus {
	clip: auto;
	height: auto;
	left: 6px;
	top: 7px;
	width: auto;
	z-index: 100000
}

body,
html {
	height: 100%
}

body {
	background: #fff
}

dl {
	margin: 0 0 1.62rem
}

dt {
	font-weight: 700
}

dd {
	margin: 0 0 1.62rem
}

ul,
ol {
	list-style-type: none;
	padding: 0
}

ul li img,
ol li img {
	margin-top: 1rem
}

.entry-content ul {
	list-style: disc
}

.entry-content ol {
	list-style: decimal
}

.entry-content ul,
.entry-content ol {
	margin: 0 0 1.62rem 2rem;
	line-height: 1.5
}

.entry-content ul li,
.entry-content ol li {
	margin-bottom: 1rem
}

.entry-content li>ul,
.entry-content li>ol {
	margin: 1rem 0 0 2rem
}

.entry-content li>ul {
	list-style: circle
}

.entry-content li>ul ul {
	list-style: square
}

table,
th,
td {
	border: 1px solid #f4f4f4
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin: 0 0 1.62rem;
	width: 100%;
	font-size: 1rem;
	box-shadow: 0 1rem 3rem rgba(0, 0, 0, .1)
}

caption,
th,
td {
	font-weight: normal;
	text-align: left
}

th {
	border-width: 0 2px 2px 0;
	font-weight: 600;
	background: #f5f5f5
}

td {
	border-width: 0 2px 2px 0
}

th,
td {
	padding: .5rem
}

.box,
.comment-respond {
	padding: 1rem;
	background: #fcfcfc;
	border-radius: 10px;
	box-shadow: 0 1rem 3rem rgba(42, 53, 79, .2)
}

.box p:last-of-type:not(:first-child),
.comment-respond p:last-of-type:not(:first-child) {
	margin-bottom: 0
}

@media only screen and (min-width: 768px) {

	.box,
	.comment-respond {
		padding: 2rem
	}
}

@media only screen and (min-width: 1220px) {

	th,
	td {
		padding: .5rem 1rem
	}
}

.sticky {
	position: relative
}

.entry-meta,
.entry-footer {
	font-size: 1rem;
	color: #a2a2a2
}

.entry-meta a,
.entry-footer a {
	color: #a2a2a2
}

.entry-meta a:hover,
.entry-footer a:hover {
	color: dimgray
}

figure.wp-caption {
	max-width: 100%
}

figure.wp-caption.alignnone {
	margin: 0 0 2rem 0
}

article[class^=post-]+article[class^=post-] {
	padding-top: 2rem
}

.entry-title a {
	color: #222
}

.entry-title a:hover {
	color: #222
}

.site-main>article {
	margin-bottom: 2rem
}

.cat-tags-links span {
	display: block
}

.author-info {
	padding: 2rem 0;
	border-top: 2px solid #f5f5f5;
	border-bottom: 2px solid #f5f5f5;
	margin: 4rem 0 2rem 0
}

.author-bio {
	font-size: 1rem;
	font-style: italic;
	margin-bottom: 0
}

.author-avatar {
	margin: 0 0 1.5rem 0
}

.author-avatar img {
	display: block;
	border-radius: 100%
}

.post-thumbnail {
	margin: 0 0 2rem 0;
	display: block
}

.post-thumbnail .wp-post-image {
	display: block;
	margin: 0 auto
}

#comments {
	padding-top: 2rem
}

#comments ol {
	margin-left: 0
}

.comment-metadata {
	margin-bottom: 2rem
}

.comment-metadata,
.pingback .edit-link {
	font-size: 1rem
}

.comment a.url {
	color: #222
}

.comment-author {
	margin-bottom: .5rem
}

.comment-author .avatar {
	float: left;
	height: 28px;
	margin-right: .875rem;
	position: relative;
	width: 28px
}

.comment-metadata,
.pingback .edit-link {
	color: dimgray;
	font-size: .875rem;
	line-height: 1.62
}

.comment-metadata {
	margin-bottom: 2rem
}

.comment-list>.comment {
	padding-left: 0
}

.comment-list li {
	list-style-type: none
}

#respond {
	margin-top: 2rem;
	margin-bottom: 2rem
}

.comment-reply-link,
#cancel-comment-reply-link,
.logged-in-as {
	font-size: .875rem
}

.entry-footer .edit-link {
	margin-top: 1rem;
	display: inline-block
}

.comment-metadata a,
.pingback .comment-edit-link,
#cancel-comment-reply-link,
.logged-in-as a,
.comment-reply-link {
	color: #a2a2a2
}

.comment-metadata a:hover,
.pingback .comment-edit-link:hover,
#cancel-comment-reply-link:hover,
.logged-in-as a:hover,
.comment-reply-link:hover {
	color: #222
}

#cancel-comment-reply-link {
	float: right;
	color: #a2a2a2;
	font-weight: 500
}

.comments-area .children {
	margin-top: 2rem
}

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

.edd_pagination,
.edd-review-navigation,
.edd-reviews-vendor-feedback-pagination,
#edd_user_commissions .navigation,
#edd_download_pagination,
.fes-order-list-pagination-container,
.fes-pagination,
.fes-product-list-pagination-container,
.affwp-pagination {
	width: 100%;
	display: flex;
	justify-content: center;
	margin-top: 2rem;
	margin-bottom: 2rem;
	color: dimgray
}

.edd_pagination .current,
.edd_pagination a.page-numbers,
.edd-review-navigation .current,
.edd-review-navigation a.page-numbers,
.edd-reviews-vendor-feedback-pagination .current,
.edd-reviews-vendor-feedback-pagination a.page-numbers,
#edd_user_commissions .navigation .current,
#edd_user_commissions .navigation a.page-numbers,
#edd_download_pagination .current,
#edd_download_pagination a.page-numbers,
.fes-order-list-pagination-container .current,
.fes-order-list-pagination-container a.page-numbers,
.fes-pagination .current,
.fes-pagination a.page-numbers,
.fes-product-list-pagination-container .current,
.fes-product-list-pagination-container a.page-numbers,
.affwp-pagination .current,
.affwp-pagination a.page-numbers {
	color: dimgray;
	font-size: .875rem;
	border: 1px solid #00d563;
	border-radius: 50%
}

.edd_pagination .current,
.edd_pagination a.page-numbers,
.edd_pagination .dots,
.edd-review-navigation .current,
.edd-review-navigation a.page-numbers,
.edd-review-navigation .dots,
.edd-reviews-vendor-feedback-pagination .current,
.edd-reviews-vendor-feedback-pagination a.page-numbers,
.edd-reviews-vendor-feedback-pagination .dots,
#edd_user_commissions .navigation .current,
#edd_user_commissions .navigation a.page-numbers,
#edd_user_commissions .navigation .dots,
#edd_download_pagination .current,
#edd_download_pagination a.page-numbers,
#edd_download_pagination .dots,
.fes-order-list-pagination-container .current,
.fes-order-list-pagination-container a.page-numbers,
.fes-order-list-pagination-container .dots,
.fes-pagination .current,
.fes-pagination a.page-numbers,
.fes-pagination .dots,
.fes-product-list-pagination-container .current,
.fes-product-list-pagination-container a.page-numbers,
.fes-product-list-pagination-container .dots,
.affwp-pagination .current,
.affwp-pagination a.page-numbers,
.affwp-pagination .dots {
	padding: .5rem 1rem;
	margin-right: .5rem
}

.edd_pagination .current,
.edd_pagination a.page-numbers:hover,
.edd-review-navigation .current,
.edd-review-navigation a.page-numbers:hover,
.edd-reviews-vendor-feedback-pagination .current,
.edd-reviews-vendor-feedback-pagination a.page-numbers:hover,
#edd_user_commissions .navigation .current,
#edd_user_commissions .navigation a.page-numbers:hover,
#edd_download_pagination .current,
#edd_download_pagination a.page-numbers:hover,
.fes-order-list-pagination-container .current,
.fes-order-list-pagination-container a.page-numbers:hover,
.fes-pagination .current,
.fes-pagination a.page-numbers:hover,
.fes-product-list-pagination-container .current,
.fes-product-list-pagination-container a.page-numbers:hover,
.affwp-pagination .current,
.affwp-pagination a.page-numbers:hover {
	background: #00d563;
	border-color: #00d563;
	color: #fff
}

.edd_pagination .next.page-numbers,
.edd-review-navigation .next.page-numbers,
.edd-reviews-vendor-feedback-pagination .next.page-numbers,
#edd_user_commissions .navigation .next.page-numbers,
#edd_download_pagination .next.page-numbers,
.fes-order-list-pagination-container .next.page-numbers,
.fes-pagination .next.page-numbers,
.fes-product-list-pagination-container .next.page-numbers,
.affwp-pagination .next.page-numbers {
	border-radius: 25px
}

.page-header {
	padding-left: 1rem;
	padding-right: 1rem
}

.page-header h1 {
	margin-bottom: 0;
	text-align: center
}

@media only screen and (min-width: 768px) {
	.author-info {
		display: flex
	}

	.author-avatar {
		margin: 0 1.5rem 0 0
	}

	.author-description {
		flex: 1
	}

	.page-header {
		padding-left: 2rem;
		padding-right: 2rem
	}
}

@media only screen and (min-width: 992px) {
	.comment {
		padding: 2rem;
		margin-right: -2rem
	}
}

.widget {
	line-height: 1.62
}

.widget li {
	margin-bottom: .5rem
}

aside li {
	font-size: 1rem;
	padding: 0
}

#primary-sidebar .widget {
	padding: 1rem
}

#primary-sidebar .widget>*:last-child {
	margin-bottom: 0
}

@media only screen and (min-width: 768px) {
	#primary-sidebar .widget {
		padding: 2rem
	}
}

#wp-calendar td,
#wp-calendar th {
	padding: .5rem
}

#wp-calendar caption {
	margin-bottom: .5rem
}

#wp-calendar th,
#wp-calendar td:not(#prev) {
	text-align: center
}

#wp-calendar td#next {
	text-align: right
}

.widget_recent_entries .post-date {
	display: block
}

.gallery {
	margin-right: -1rem;
	margin-left: -1rem
}

.gallery figure {
	margin: 0
}

.gallery-item div {
	margin: 1rem
}

.carousel-open {
	height: auto
}

.gallery {
	display: flex;
	flex-wrap: wrap
}

.entry-content .gallery {
	margin-bottom: 4rem
}

.wp-caption-text {
	font-style: italic
}

.gallery-item {
	width: 100%
}

.gallery-item img {
	margin: 0 auto;
	display: block
}

.gallery-item .gallery-caption {
	margin: .5rem 0 2rem 0;
	text-align: center
}

.gallery-item a {
	display: block
}

@media only screen and (min-width: 768px) {
	.gallery .gallery-item {
		width: 33.333333333%
	}

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

	.gallery.gallery-columns-3 .gallery-item {
		width: 33.333333333%
	}

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

input,
textarea {
	padding: .8125rem;
	color: dimgray;
	background: #fff;
	border: 1px solid #d3d3d3;
	border-radius: 0
}

form input,
textarea {
	width: 100%
}

select {
	border: 1px solid #d3d3d3;
	min-height: 45px;
	padding: 0 5px
}

input {
	display: inline-block
}

input:focus,
textarea:focus {
	outline: 0
}

input[type=text],
input[type=email],
input[type=tel],
input[type=search],
input[type=number],
input[type=url],
input[type=password],
textarea {
	-webkit-appearance: none
}

input[type=checkbox],
input[type=radio] {
	width: auto;
	cursor: pointer;
	vertical-align: middle;
	margin-top: -3px
}

input[type=radio] {
	margin-right: .5rem
}

fieldset {
	border: none;
	margin: 2rem 0 2rem 0;
	padding: 0;
	position: relative
}

#edd_purchase_form_wrap>fieldset:last-child,
#edd_purchase_form_wrap>fieldset p:last-child {
	margin-bottom: 0 !important
}

legend {
	font-size: 1.5rem;
	float: left;
	margin-bottom: 1rem;
	color: #222;
	width: 100%
}

label {
	text-align: left;
	display: block;
	margin-bottom: 3px;
	cursor: pointer;
	font-weight: 500
}

label input[type=checkbox] {
	margin-right: .25rem
}

input[type=radio]+label,
input[type=checkbox]+label {
	display: inline-block;
	margin: 0
}

form ul {
	list-style-type: none;
	margin-left: 0
}

@media only screen and (max-width: 767px) {
	.container {
		padding-right: 1rem;
		padding-left: 1rem
	}

	.row {
		margin-right: -1rem;
		margin-left: -1rem
	}

	.col-xs,
	.col-xs-1,
	.col-xs-2,
	.col-xs-3,
	.col-xs-4,
	.col-xs-5,
	.col-xs-6,
	.col-xs-7,
	.col-xs-8,
	.col-xs-9,
	.col-xs-10,
	.col-xs-11,
	.col-xs-12 {
		padding-right: 1rem;
		padding-left: 1rem
	}
}

.container {
	margin-right: auto;
	margin-left: auto;
	padding-right: 2rem;
	padding-left: 2rem
}

.row {
	box-sizing: border-box;
	display: flex;
	flex: 0 1 auto;
	flex-direction: row;
	flex-wrap: wrap;
	margin-right: -2rem;
	margin-left: -2rem
}

.row.reverse {
	flex-direction: row-reverse
}

.col.reverse {
	flex-direction: column-reverse
}

.col-xs,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
	box-sizing: border-box;
	flex: 0 0 auto;
	padding-right: 2rem;
	padding-left: 2rem
}

.col-xs {
	flex-grow: 1;
	flex-basis: 0;
	max-width: 100%
}

.col-xs-1 {
	flex-basis: 8.333%;
	max-width: 8.333%
}

.col-xs-2 {
	flex-basis: 16.667%;
	max-width: 16.667%
}

.col-xs-3 {
	flex-basis: 25%;
	max-width: 25%
}

.col-xs-4 {
	flex-basis: 33.333%;
	max-width: 33.333%
}

.col-xs-5 {
	flex-basis: 41.667%;
	max-width: 41.667%
}

.col-xs-6 {
	flex-basis: 50%;
	max-width: 50%
}

.col-xs-7 {
	flex-basis: 58.333%;
	max-width: 58.333%
}

.col-xs-8 {
	flex-basis: 66.667%;
	max-width: 66.667%
}

.col-xs-9 {
	flex-basis: 75%;
	max-width: 75%
}

.col-xs-10 {
	flex-basis: 83.333%;
	max-width: 83.333%
}

.col-xs-11 {
	flex-basis: 91.667%;
	max-width: 91.667%
}

.col-xs-12 {
	flex-basis: 100%;
	max-width: 100%
}

.col-xs-offset-1 {
	margin-left: 8.333%
}

.col-xs-offset-2 {
	margin-left: 16.667%
}

.col-xs-offset-3 {
	margin-left: 25%
}

.col-xs-offset-4 {
	margin-left: 33.333%
}

.col-xs-offset-5 {
	margin-left: 41.667%
}

.col-xs-offset-6 {
	margin-left: 50%
}

.col-xs-offset-7 {
	margin-left: 58.333%
}

.col-xs-offset-8 {
	margin-left: 66.667%
}

.col-xs-offset-9 {
	margin-left: 75%
}

.col-xs-offset-10 {
	margin-left: 83.333%
}

.col-xs-offset-11 {
	margin-left: 91.667%
}

.start-xs {
	justify-content: flex-start;
	text-align: start
}

.center-xs {
	justify-content: center;
	text-align: center
}

.end-xs {
	justify-content: flex-end;
	text-align: end
}

.top-xs {
	align-items: flex-start
}

.middle-xs {
	align-items: center
}

.bottom-xs {
	align-items: flex-end
}

.around-xs {
	justify-content: space-around
}

.between-xs {
	justify-content: space-between
}

.first-xs {
	order: -1
}

.last-xs {
	order: 1
}

@media only screen and (min-width: 768px) {

	.col-sm,
	.col-sm-1,
	.col-sm-2,
	.col-sm-3,
	.col-sm-4,
	.col-sm-5,
	.col-sm-6,
	.col-sm-7,
	.col-sm-8,
	.col-sm-9,
	.col-sm-10,
	.col-sm-11,
	.col-sm-12 {
		box-sizing: border-box;
		flex: 0 0 auto;
		padding-right: 2rem;
		padding-left: 2rem
	}

	.col-sm {
		flex-grow: 1;
		flex-basis: 0;
		max-width: 100%
	}

	.col-sm-1 {
		flex-basis: 8.333%;
		max-width: 8.333%
	}

	.col-sm-2 {
		flex-basis: 16.667%;
		max-width: 16.667%
	}

	.col-sm-3 {
		flex-basis: 25%;
		max-width: 25%
	}

	.col-sm-4 {
		flex-basis: 33.333%;
		max-width: 33.333%
	}

	.col-sm-5 {
		flex-basis: 41.667%;
		max-width: 41.667%
	}

	.col-sm-6 {
		flex-basis: 50%;
		max-width: 50%
	}

	.col-sm-7 {
		flex-basis: 58.333%;
		max-width: 58.333%
	}

	.col-sm-8 {
		flex-basis: 66.667%;
		max-width: 66.667%
	}

	.col-sm-9 {
		flex-basis: 75%;
		max-width: 75%
	}

	.col-sm-10 {
		flex-basis: 83.333%;
		max-width: 83.333%
	}

	.col-sm-11 {
		flex-basis: 91.667%;
		max-width: 91.667%
	}

	.col-sm-12 {
		flex-basis: 100%;
		max-width: 100%
	}

	.col-sm-offset-1 {
		margin-left: 8.333%
	}

	.col-sm-offset-2 {
		margin-left: 16.667%
	}

	.col-sm-offset-3 {
		margin-left: 25%
	}

	.col-sm-offset-4 {
		margin-left: 33.333%
	}

	.col-sm-offset-5 {
		margin-left: 41.667%
	}

	.col-sm-offset-6 {
		margin-left: 50%
	}

	.col-sm-offset-7 {
		margin-left: 58.333%
	}

	.col-sm-offset-8 {
		margin-left: 66.667%
	}

	.col-sm-offset-9 {
		margin-left: 75%
	}

	.col-sm-offset-10 {
		margin-left: 83.333%
	}

	.col-sm-offset-11 {
		margin-left: 91.667%
	}

	.start-sm {
		justify-content: flex-start;
		text-align: start
	}

	.center-sm {
		justify-content: center;
		text-align: center
	}

	.end-sm {
		justify-content: flex-end;
		text-align: end
	}

	.top-sm {
		align-items: flex-start
	}

	.middle-sm {
		align-items: center
	}

	.bottom-sm {
		align-items: flex-end
	}

	.around-sm {
		justify-content: space-around
	}

	.between-sm {
		justify-content: space-between
	}

	.first-sm {
		order: -1
	}

	.last-sm {
		order: 1
	}
}

@media only screen and (min-width: 992px) {

	.col-md,
	.col-md-1,
	.col-md-2,
	.col-md-3,
	.col-md-4,
	.col-md-5,
	.col-md-6,
	.col-md-7,
	.col-md-8,
	.col-md-9,
	.col-md-10,
	.col-md-11,
	.col-md-12 {
		box-sizing: border-box;
		flex: 0 0 auto;
		padding-right: 2rem;
		padding-left: 2rem
	}

	.col-md {
		flex-grow: 1;
		flex-basis: 0;
		max-width: 100%
	}

	.col-md-1 {
		flex-basis: 8.333%;
		max-width: 8.333%
	}

	.col-md-2 {
		flex-basis: 16.667%;
		max-width: 16.667%
	}

	.col-md-3 {
		flex-basis: 25%;
		max-width: 25%
	}

	.col-md-4 {
		flex-basis: 33.333%;
		max-width: 33.333%
	}

	.col-md-5 {
		flex-basis: 41.667%;
		max-width: 41.667%
	}

	.col-md-6 {
		flex-basis: 50%;
		max-width: 50%
	}

	.col-md-7 {
		flex-basis: 58.333%;
		max-width: 58.333%
	}

	.col-md-8 {
		flex-basis: 66.667%;
		max-width: 66.667%
	}

	.col-md-9 {
		flex-basis: 75%;
		max-width: 75%
	}

	.col-md-10 {
		flex-basis: 83.333%;
		max-width: 83.333%
	}

	.col-md-11 {
		flex-basis: 91.667%;
		max-width: 91.667%
	}

	.col-md-12 {
		flex-basis: 100%;
		max-width: 100%
	}

	.col-md-offset-1 {
		margin-left: 8.333%
	}

	.col-md-offset-2 {
		margin-left: 16.667%
	}

	.col-md-offset-3 {
		margin-left: 25%
	}

	.col-md-offset-4 {
		margin-left: 33.333%
	}

	.col-md-offset-5 {
		margin-left: 41.667%
	}

	.col-md-offset-6 {
		margin-left: 50%
	}

	.col-md-offset-7 {
		margin-left: 58.333%
	}

	.col-md-offset-8 {
		margin-left: 66.667%
	}

	.col-md-offset-9 {
		margin-left: 75%
	}

	.col-md-offset-10 {
		margin-left: 83.333%
	}

	.col-md-offset-11 {
		margin-left: 91.667%
	}

	.start-md {
		justify-content: flex-start;
		text-align: start
	}

	.center-md {
		justify-content: center;
		text-align: center
	}

	.end-md {
		justify-content: flex-end;
		text-align: end
	}

	.top-md {
		align-items: flex-start
	}

	.middle-md {
		align-items: center
	}

	.bottom-md {
		align-items: flex-end
	}

	.around-md {
		justify-content: space-around
	}

	.between-md {
		justify-content: space-between
	}

	.first-md {
		order: -1
	}

	.last-md {
		order: 1
	}
}

@media only screen and (min-width: 1220px) {

	.col-lg,
	.col-lg-1,
	.col-lg-2,
	.col-lg-3,
	.col-lg-4,
	.col-lg-5,
	.col-lg-6,
	.col-lg-7,
	.col-lg-8,
	.col-lg-9,
	.col-lg-10,
	.col-lg-11,
	.col-lg-12 {
		box-sizing: border-box;
		flex: 0 0 auto;
		padding-right: 2rem;
		padding-left: 2rem
	}

	.col-lg {
		flex-grow: 1;
		flex-basis: 0;
		max-width: 100%
	}

	.col-lg-1 {
		flex-basis: 8.333%;
		max-width: 8.333%
	}

	.col-lg-2 {
		flex-basis: 16.667%;
		max-width: 16.667%
	}

	.col-lg-3 {
		flex-basis: 25%;
		max-width: 25%
	}

	.col-lg-4 {
		flex-basis: 33.333%;
		max-width: 33.333%
	}

	.col-lg-5 {
		flex-basis: 41.667%;
		max-width: 41.667%
	}

	.col-lg-6 {
		flex-basis: 50%;
		max-width: 50%
	}

	.col-lg-7 {
		flex-basis: 58.333%;
		max-width: 58.333%
	}

	.col-lg-8 {
		flex-basis: 66.667%;
		max-width: 66.667%
	}

	.col-lg-9 {
		flex-basis: 75%;
		max-width: 75%
	}

	.col-lg-10 {
		flex-basis: 83.333%;
		max-width: 83.333%
	}

	.col-lg-11 {
		flex-basis: 91.667%;
		max-width: 91.667%
	}

	.col-lg-12 {
		flex-basis: 100%;
		max-width: 100%
	}

	.col-lg-offset-1 {
		margin-left: 8.333%
	}

	.col-lg-offset-2 {
		margin-left: 16.667%
	}

	.col-lg-offset-3 {
		margin-left: 25%
	}

	.col-lg-offset-4 {
		margin-left: 33.333%
	}

	.col-lg-offset-5 {
		margin-left: 41.667%
	}

	.col-lg-offset-6 {
		margin-left: 50%
	}

	.col-lg-offset-7 {
		margin-left: 58.333%
	}

	.col-lg-offset-8 {
		margin-left: 66.667%
	}

	.col-lg-offset-9 {
		margin-left: 75%
	}

	.col-lg-offset-10 {
		margin-left: 83.333%
	}

	.col-lg-offset-11 {
		margin-left: 91.667%
	}

	.start-lg {
		justify-content: flex-start;
		text-align: start
	}

	.center-lg {
		justify-content: center;
		text-align: center
	}

	.end-lg {
		justify-content: flex-end;
		text-align: end
	}

	.top-lg {
		align-items: flex-start
	}

	.middle-lg {
		align-items: center
	}

	.bottom-lg {
		align-items: flex-end
	}

	.around-lg {
		justify-content: space-around
	}

	.between-lg {
		justify-content: space-between
	}

	.first-lg {
		order: -1
	}

	.last-lg {
		order: 1
	}
}

.ph-xs-0 {
	padding-left: 0;
	padding-right: 0
}

.ph-xs-1 {
	padding-left: 1rem;
	padding-right: 1rem
}

.ph-xs-2 {
	padding-left: 2rem;
	padding-right: 2rem
}

.ph-xs-3 {
	padding-left: 3rem;
	padding-right: 3rem
}

.ph-xs-4 {
	padding-left: 4rem;
	padding-right: 4rem
}

.ph-xs-5 {
	padding-left: 5rem;
	padding-right: 5rem
}

.ph-xs-6 {
	padding-left: 6rem;
	padding-right: 6rem
}

.ph-xs-7 {
	padding-left: 7rem;
	padding-right: 7rem
}

.ph-xs-8 {
	padding-left: 8rem;
	padding-right: 8rem
}

.ph-xs-9 {
	padding-left: 9rem;
	padding-right: 9rem
}

.ph-xs-10 {
	padding-left: 10rem;
	padding-right: 10rem
}

.ph-xs-11 {
	padding-left: 11rem;
	padding-right: 11rem
}

.ph-xs-12 {
	padding-left: 12rem;
	padding-right: 12rem
}

.pv-xs-0 {
	padding-top: 0;
	padding-bottom: 0
}

.pv-xs-1 {
	padding-top: 1rem;
	padding-bottom: 1rem
}

.pv-xs-2 {
	padding-top: 2rem;
	padding-bottom: 2rem
}

.pv-xs-3 {
	padding-top: 3rem;
	padding-bottom: 3rem
}

.pv-xs-4 {
	padding-top: 4rem;
	padding-bottom: 4rem
}

.pv-xs-5 {
	padding-top: 5rem;
	padding-bottom: 5rem
}

.pv-xs-6 {
	padding-top: 6rem;
	padding-bottom: 6rem
}

.pv-xs-7 {
	padding-top: 7rem;
	padding-bottom: 7rem
}

.pv-xs-8 {
	padding-top: 8rem;
	padding-bottom: 8rem
}

.pv-xs-9 {
	padding-top: 9rem;
	padding-bottom: 9rem
}

.pv-xs-10 {
	padding-top: 10rem;
	padding-bottom: 10rem
}

.pv-xs-11 {
	padding-top: 11rem;
	padding-bottom: 11rem
}

.pv-xs-12 {
	padding-top: 12rem;
	padding-bottom: 12rem
}

.mt-xs-0 {
	margin-top: 0
}

.mt-xs-1 {
	margin-top: 1rem
}

.mt-xs-2 {
	margin-top: 2rem
}

.mt-xs-3 {
	margin-top: 3rem
}

.mt-xs-4 {
	margin-top: 4rem
}

.mt-xs-5 {
	margin-top: 5rem
}

.mt-xs-6 {
	margin-top: 6rem
}

.mt-xs-7 {
	margin-top: 7rem
}

.mt-xs-8 {
	margin-top: 8rem
}

.mt-xs-9 {
	margin-top: 9rem
}

.mt-xs-10 {
	margin-top: 10rem
}

.mt-xs-11 {
	margin-top: 11rem
}

.mt-xs-12 {
	margin-top: 12rem
}

.mb-xs-0 {
	margin-bottom: 0
}

.mb-xs-1 {
	margin-bottom: 1rem
}

.mb-xs-2 {
	margin-bottom: 2rem
}

.mb-xs-3 {
	margin-bottom: 3rem
}

.mb-xs-4 {
	margin-bottom: 4rem
}

.mb-xs-5 {
	margin-bottom: 5rem
}

.mb-xs-6 {
	margin-bottom: 6rem
}

.mb-xs-7 {
	margin-bottom: 7rem
}

.mb-xs-8 {
	margin-bottom: 8rem
}

.mb-xs-9 {
	margin-bottom: 9rem
}

.mb-xs-10 {
	margin-bottom: 10rem
}

.mb-xs-11 {
	margin-bottom: 11rem
}

.mb-xs-12 {
	margin-bottom: 12rem
}

@media only screen and (min-width: 768px) {
	.ph-sm-0 {
		padding-left: 0;
		padding-right: 0
	}

	.ph-sm-1 {
		padding-left: 1rem;
		padding-right: 1rem
	}

	.ph-sm-2 {
		padding-left: 2rem;
		padding-right: 2rem
	}

	.ph-sm-3 {
		padding-left: 3rem;
		padding-right: 3rem
	}

	.ph-sm-4 {
		padding-left: 4rem;
		padding-right: 4rem
	}

	.ph-sm-5 {
		padding-left: 5rem;
		padding-right: 5rem
	}

	.ph-sm-6 {
		padding-left: 6rem;
		padding-right: 6rem
	}

	.ph-sm-7 {
		padding-left: 7rem;
		padding-right: 7rem
	}

	.ph-sm-8 {
		padding-left: 8rem;
		padding-right: 8rem
	}

	.ph-sm-9 {
		padding-left: 9rem;
		padding-right: 9rem
	}

	.ph-sm-10 {
		padding-left: 10rem;
		padding-right: 10rem
	}

	.ph-sm-11 {
		padding-left: 11rem;
		padding-right: 11rem
	}

	.ph-sm-12 {
		padding-left: 12rem;
		padding-right: 12rem
	}

	.pv-sm-0 {
		padding-top: 0;
		padding-bottom: 0
	}

	.pv-sm-1 {
		padding-top: 1rem;
		padding-bottom: 1rem
	}

	.pv-sm-2 {
		padding-top: 2rem;
		padding-bottom: 2rem
	}

	.pv-sm-3 {
		padding-top: 3rem;
		padding-bottom: 3rem
	}

	.pv-sm-4 {
		padding-top: 4rem;
		padding-bottom: 4rem
	}

	.pv-sm-5 {
		padding-top: 5rem;
		padding-bottom: 5rem
	}

	.pv-sm-6 {
		padding-top: 6rem;
		padding-bottom: 6rem
	}

	.pv-sm-7 {
		padding-top: 7rem;
		padding-bottom: 7rem
	}

	.pv-sm-8 {
		padding-top: 8rem;
		padding-bottom: 8rem
	}

	.pv-sm-9 {
		padding-top: 9rem;
		padding-bottom: 9rem
	}

	.pv-sm-10 {
		padding-top: 10rem;
		padding-bottom: 10rem
	}

	.pv-sm-11 {
		padding-top: 11rem;
		padding-bottom: 11rem
	}

	.pv-sm-12 {
		padding-top: 12rem;
		padding-bottom: 12rem
	}

	.mb-sm-0 {
		margin-bottom: 0
	}

	.mb-sm-1 {
		margin-bottom: 1rem
	}

	.mb-sm-2 {
		margin-bottom: 2rem
	}

	.mb-sm-3 {
		margin-bottom: 3rem
	}

	.mb-sm-4 {
		margin-bottom: 4rem
	}

	.mb-sm-5 {
		margin-bottom: 5rem
	}

	.mb-sm-6 {
		margin-bottom: 6rem
	}

	.mb-sm-7 {
		margin-bottom: 7rem
	}

	.mb-sm-8 {
		margin-bottom: 8rem
	}

	.mb-sm-9 {
		margin-bottom: 9rem
	}

	.mb-sm-10 {
		margin-bottom: 10rem
	}

	.mb-sm-11 {
		margin-bottom: 11rem
	}

	.mb-sm-12 {
		margin-bottom: 12rem
	}
}

@media only screen and (min-width: 992px) {
	.ph-md-0 {
		padding-left: 0;
		padding-right: 0
	}

	.ph-md-1 {
		padding-right: 1rem;
		padding-left: 1rem
	}

	.ph-md-2 {
		padding-right: 2rem;
		padding-left: 2rem
	}

	.ph-md-3 {
		padding-right: 3rem;
		padding-left: 3rem
	}

	.ph-md-4 {
		padding-right: 4rem;
		padding-left: 4rem
	}

	.ph-md-5 {
		padding-right: 5rem;
		padding-left: 5rem
	}

	.ph-md-6 {
		padding-left: 6rem;
		padding-right: 6rem
	}

	.ph-md-7 {
		padding-right: 7rem;
		padding-left: 7rem
	}

	.ph-md-8 {
		padding-right: 8rem;
		padding-left: 8rem
	}

	.ph-md-9 {
		padding-right: 9rem;
		padding-left: 9rem
	}

	.ph-md-10 {
		padding-right: 10rem;
		padding-left: 10rem
	}

	.ph-md-11 {
		padding-right: 11rem;
		padding-left: 11rem
	}

	.ph-md-12 {
		padding-right: 12rem;
		padding-left: 12rem
	}

	.pv-md-1 {
		padding-top: 1rem;
		padding-bottom: 1rem
	}

	.pv-md-2 {
		padding-top: 2rem;
		padding-bottom: 2rem
	}

	.pv-md-3 {
		padding-top: 3rem;
		padding-bottom: 3rem
	}

	.pv-md-4 {
		padding-top: 4rem;
		padding-bottom: 4rem
	}

	.pv-md-5 {
		padding-top: 5rem;
		padding-bottom: 5rem
	}

	.pv-md-6 {
		padding-top: 6rem;
		padding-bottom: 6rem
	}

	.pv-md-7 {
		padding-top: 7rem;
		padding-bottom: 7rem
	}

	.pv-md-8 {
		padding-top: 8rem;
		padding-bottom: 8rem
	}

	.pv-md-9 {
		padding-top: 9rem;
		padding-bottom: 9rem
	}

	.pv-md-10 {
		padding-top: 10rem;
		padding-bottom: 10rem
	}

	.pv-md-11 {
		padding-top: 11rem;
		padding-bottom: 11rem
	}

	.pv-md-12 {
		padding-top: 12rem;
		padding-bottom: 12rem
	}

	.mb-md-0 {
		margin-bottom: 0
	}

	.mb-md-1 {
		margin-bottom: 1rem
	}

	.mb-md-2 {
		margin-bottom: 2rem
	}

	.mb-md-3 {
		margin-bottom: 3rem
	}

	.mb-md-4 {
		margin-bottom: 4rem
	}

	.mb-md-5 {
		margin-bottom: 5rem
	}

	.mb-md-6 {
		margin-bottom: 6rem
	}

	.mb-md-7 {
		margin-bottom: 7rem
	}

	.mb-md-8 {
		margin-bottom: 8rem
	}

	.mb-md-9 {
		margin-bottom: 9rem
	}

	.mb-md-10 {
		margin-bottom: 10rem
	}

	.mb-md-11 {
		margin-bottom: 11rem
	}

	.mb-md-12 {
		margin-bottom: 12rem
	}
}

@media only screen and (min-width: 1220px) {
	.ph-lg-0 {
		padding-right: 0;
		padding-left: 0
	}

	.ph-lg-1 {
		padding-right: 1rem;
		padding-left: 1rem
	}

	.ph-lg-2 {
		padding-right: 2rem;
		padding-left: 2rem
	}

	.ph-lg-3 {
		padding-right: 3rem;
		padding-left: 3rem
	}

	.ph-lg-4 {
		padding-right: 4rem;
		padding-left: 4rem
	}

	.ph-lg-5 {
		padding-right: 5rem;
		padding-left: 5rem
	}

	.ph-lg-6 {
		padding-left: 6rem;
		padding-right: 6rem
	}

	.ph-lg-7 {
		padding-right: 7rem;
		padding-left: 7rem
	}

	.ph-lg-8 {
		padding-right: 8rem;
		padding-left: 8rem
	}

	.ph-lg-9 {
		padding-right: 9rem;
		padding-left: 9rem
	}

	.ph-lg-10 {
		padding-right: 10rem;
		padding-left: 10rem
	}

	.ph-lg-11 {
		padding-right: 11rem;
		padding-left: 11rem
	}

	.ph-lg-12 {
		padding-right: 12rem;
		padding-left: 12rem
	}

	.pv-lg-0 {
		padding-top: 0;
		padding-bottom: 0
	}

	.pv-lg-1 {
		padding-top: 1rem;
		padding-bottom: 1rem
	}

	.pv-lg-2 {
		padding-top: 2rem;
		padding-bottom: 2rem
	}

	.pv-lg-3 {
		padding-top: 3rem;
		padding-bottom: 3rem
	}

	.pv-lg-4 {
		padding-top: 4rem;
		padding-bottom: 4rem
	}

	.pv-lg-5 {
		padding-top: 5rem;
		padding-bottom: 5rem
	}

	.pv-lg-6 {
		padding-top: 6rem;
		padding-bottom: 6rem
	}

	.pv-lg-7 {
		padding-top: 7rem;
		padding-bottom: 7rem
	}

	.pv-lg-8 {
		padding-top: 8rem;
		padding-bottom: 8rem
	}

	.pv-lg-9 {
		padding-top: 9rem;
		padding-bottom: 9rem
	}

	.pv-lg-10 {
		padding-top: 10rem;
		padding-bottom: 10rem
	}

	.pv-lg-11 {
		padding-top: 11rem;
		padding-bottom: 11rem
	}

	.pv-lg-12 {
		padding-top: 12rem;
		padding-bottom: 12rem
	}

	.mb-lg-0 {
		margin-bottom: 0
	}

	.mb-lg-1 {
		margin-bottom: 1rem
	}

	.mb-lg-2 {
		margin-bottom: 2rem
	}

	.mb-lg-3 {
		margin-bottom: 3rem
	}

	.mb-lg-4 {
		margin-bottom: 4rem
	}

	.mb-lg-5 {
		margin-bottom: 5rem
	}

	.mb-lg-6 {
		margin-bottom: 6rem
	}

	.mb-lg-7 {
		margin-bottom: 7rem
	}

	.mb-lg-8 {
		margin-bottom: 8rem
	}

	.mb-lg-9 {
		margin-bottom: 9rem
	}

	.mb-lg-10 {
		margin-bottom: 10rem
	}

	.mb-lg-11 {
		margin-bottom: 11rem
	}

	.mb-lg-12 {
		margin-bottom: 12rem
	}
}

section.account .wrapper {
	max-width: 1188px
}

.account-nav {
	padding-left: 0
}

.account-content {
	padding-right: 0
}

.account-content table:last-child {
	margin-bottom: 0
}

.account-nav ul {
	list-style-type: none;
	margin: 0
}

.account-nav ul li {
	position: relative;
	display: block;
	margin-bottom: 0
}

.account-nav ul a {
	display: block;
	font-size: 1rem;
	color: dimgray
}

.account-nav ul a:hover {
	color: #00d563
}

.account-nav ul .affwp-affiliate-dashboard-tab.active,
.account-nav ul .ui-tabs-active {
	background: #fff
}

.account-nav ul .affwp-affiliate-dashboard-tab.active a,
.account-nav ul .ui-tabs-active a {
	color: #00d563
}

.container .account-content,
.container .account-nav {
	padding-right: 0;
	padding-left: 0
}

.account-nav {
	overflow: hidden
}

.no-js #tabs ul {
	display: none
}

@media only screen and (max-width: 991px) {
	.account-nav ul {
		line-height: 2;
		margin-bottom: 2rem
	}
}

@media only screen and (min-width: 768px) {
	.account-nav ul li {
		display: inline-block;
		margin-right: 1rem
	}
}

@media only screen and (min-width: 992px) {
	.account-content>div {
		border: 2px solid #f4f4f4;
		border-left: none;
		min-height: 50rem;
		padding: 2rem
	}

	.account-nav {
		margin-bottom: 0
	}

	.account-nav ul a {
		padding: 1rem 2rem;
		margin: 0
	}

	.account-nav ul:last-child {
		border-bottom: 2px solid #f4f4f4
	}

	.account-nav ul li {
		background: #fcfcfc;
		border: 2px solid #f4f4f4;
		border-right: none;
		border-bottom: none;
		margin-right: 0
	}

	.account-nav ul li {
		display: block
	}

	.affwp-affiliate-dashboard-tab.active:before,
	.affwp-affiliate-dashboard-tab.active:after,
	.ui-tabs-active:before,
	.ui-tabs-active:after {
		content: "";
		position: absolute;
		right: 0;
		bottom: 100%;
		width: 2px;
		height: 1000px;
		background: #f4f4f4
	}

	.affwp-affiliate-dashboard-tab.active:after,
	.ui-tabs-active:after {
		top: 100%;
		bottom: auto;
		height: 40000px;
		z-index: 1
	}
}

.secondary-navigation ul,
.main-navigation ul {
	list-style: none;
	margin: 0
}

.primary-menu {
	display: none
}

#site-header-secondary-menu,
.site-header-wrap .site-header-menu {
	display: none
}

.site-branding+.site-header-menu .main-navigation {
	padding-left: 0;
	padding-right: 0
}

.site-header-wrap {
	flex-wrap: wrap
}

.main-navigation a {
	display: block;
	line-height: 1.5;
	font-size: .875rem;
	color: dimgray;
	position: relative;
	z-index: 3
}

.main-navigation a::before {
	content: "";
	width: 0;
	height: 1px;
	bottom: 0;
	position: absolute;
	left: auto;
	right: 0;
	z-index: -1;
	transition: width .6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
	background: currentColor
}

.main-navigation a:hover::before {
	width: 100%;
	left: 0;
	right: auto
}

.secondary-navigation .menu .menu-item a {
	position: relative;
	z-index: 3
}

.secondary-navigation .menu .menu-item a::before {
	content: "";
	width: 0;
	height: 1px;
	bottom: 0;
	position: absolute;
	left: auto;
	right: 0;
	z-index: -1;
	transition: width .6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
	background: currentColor
}

.secondary-navigation .menu .menu-item a:hover::before {
	width: 100%;
	left: 0;
	right: auto
}

.main-navigation .current-menu-item>a,
.main-navigation .current_page_ancestor>a {
	color: #222
}

.main-navigation a:hover {
	color: #222
}

.main-navigation li {
	position: relative;
	margin-bottom: 0
}

.main-navigation ul ul {
	display: none
}

.main-navigation li.current-menu-item>a::before {
	content: "";
	width: 100%;
	height: 1px;
	bottom: 0;
	position: absolute;
	left: 0;
	right: auto;
	z-index: -1;
	transition: width .6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
	background: currentColor
}

.main-navigation .menu-item-has-children>a {
	margin: 0;
	padding-right: 2rem
}

.primary-menu li.checkout {
	align-self: center
}

.primary-menu li.checkout .nav-cart-text {
	display: none
}

@media only screen and (max-width: 991px) {
	.no-js .main-navigation ul ul {
		display: block
	}

	.main-navigation.toggled .primary-menu {
		padding-top: 1rem;
		padding-bottom: 1rem
	}

	.main-navigation a {
		padding-left: 2rem;
		padding-right: 2rem
	}
}

@media only screen and (min-width: 768px) {
	.main-navigation .primary-menu {
		display: flex;
		flex-wrap: wrap;
		margin-left: -1rem
	}

	.site-branding {
		margin-right: 2rem
	}

	.site-header-menu {
		display: block
	}

	#site-header-secondary-menu,
	.site-header-wrap .site-header-menu {
		display: block
	}

	.main-navigation .sub-menu a {
		padding: .375rem 1rem;
		color: #a2a2a2
	}

	.main-navigation .sub-menu .current-menu-item a {
		color: #fff;
		background: transparent
	}

	.main-navigation .sub-menu .current-menu-item a:hover {
		color: #fff;
		background: transparent
	}

	.site-header-menu .main-navigation {
		margin: 0 auto;
		max-width: 1252px;
		padding: 0 2rem
	}

	.main-navigation li {
		border: 0
	}

	.main-navigation a {
		outline-offset: -8px;
		padding: .875rem 1rem;
		white-space: nowrap
	}

	.main-navigation li:hover>a {
		color: #222
	}

	.secondary-navigation a {
		padding: .5rem
	}

	.main-navigation .sub-menu li:hover>a,
	.main-navigation .sub-menu li:focus-within>a,
	.main-navigation .sub-menu li.focus>a {
		color: #fff;
		background-color: transparent
	}

	.main-navigation ul ul {
		display: block;
		float: left;
		margin: 0;
		position: absolute;
		left: -999em;
		opacity: 0;
		visibility: hidden;
		z-index: 99999;
		top: 100%;
		background: #222
	}

	.main-navigation ul ul li:first-child>a {
		margin-top: .375rem
	}

	.main-navigation ul ul li:last-child>a {
		margin-bottom: .375rem
	}

	.main-navigation li:hover>ul,
	.main-navigation li:focus-within>ul,
	.main-navigation li.focus>ul {
		left: 0;
		opacity: 1;
		top: 100%;
		visibility: visible
	}

	.main-navigation ul ul ul {
		top: -0.375rem;
		left: 100%
	}

	.main-navigation ul ul li:first-child ul {
		top: -0.375rem
	}

	.main-navigation ul ul ul:before,
	.main-navigation ul ul ul:after {
		border: 0
	}

	.main-navigation ul ul li {
		background: #222
	}

	.main-navigation ul ul li:hover>ul,
	.main-navigation ul ul li:focus-within>ul,
	.main-navigation ul ul li.focus>ul {
		left: 100%;
		top: -0.375rem
	}

	.main-navigation ul ul li:first-child:hover>ul,
	.main-navigation ul ul li:first-child.focus>ul {
		top: -0.375rem
	}

	.main-navigation ul ul a {
		white-space: normal;
		width: 15em;
		font-size: .875rem;
		line-height: 1.5
	}

	.main-navigation .menu-item-has-children>a:after {
		content: "";
		position: absolute;
		right: .625em;
		top: 50%;
		margin-top: -8px
	}

	.main-navigation ul ul .menu-item-has-children>a {
		padding-right: 2.0625em
	}

	.main-navigation ul ul .menu-item-has-children>a:after {
		transform: rotate(-90deg);
		top: 50%;
		margin-top: -8px;
		right: .5625em
	}
}

.navigation.paging-navigation,
.navigation.post-navigation {
	border-top: 2px solid #f5f5f5;
	padding: 1rem 0 0 0
}

.page-links {
	margin-bottom: 1rem
}

.page-links a {
	display: inline-block;
	padding: .25rem;
	line-height: 1
}

.post-navigation .nav-links div {
	margin-bottom: 1rem
}

.post-navigation a,
.post-navigation span {
	display: block
}

.post-navigation .meta-nav {
	color: #a2a2a2
}

@media only screen and (min-width: 768px) {
	.navigation .nav-links {
		display: flex
	}

	.nav-next {
		text-align: right;
		margin-left: auto
	}

	.navigation.paging-navigation,
	.navigation.post-navigation {
		border-top: 2px solid #f5f5f5;
		padding: 1rem 0 0 0
	}

	.navigation.paging-navigation .nav-links,
	.navigation.post-navigation .nav-links {
		justify-content: space-between
	}

	.navigation.paging-navigation .nav-links div,
	.navigation.post-navigation .nav-links div {
		width: 50%
	}
}

#menu-toggle-wrap {
	-js-display: flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	height: 100%;
	min-height: 0;
	align-items: center
}

.menu-toggle {
	background-color: #222;
	border: 1px solid #222;
	border-radius: 0;
	font-size: 1rem;
	width: auto;
	padding: .75rem;
	line-height: 1
}

.menu-toggle .genericon-close {
	font-size: 30px;
	font-weight: 500
}

.menu-toggle .genericon-menu {
	font-size: 21px;
	font-weight: 500
}

.menu-toggle:hover {
	background-color: #222;
	color: #fff;
	border: 1px solid #222
}

.mobile-navigation ul {
	margin: 0
}

@media only screen and (min-width: 768px) {

	.mobile-navigation,
	#menu-toggle-wrap {
		display: none
	}
}

@media only screen and (max-width: 767px) {
	.site-title {
		text-align: left;
		-js-display: flex;
		display: flex;
		flex-wrap: wrap;
		height: 100%;
		min-height: 0;
		align-items: center
	}
}

#mobile-menu {
	overflow: hidden;
	max-height: 0;
	padding-bottom: 5px;
	padding-top: 5px
}

#mobile-menu .sub-menu a {
	padding-left: 2rem
}

#mobile-menu ul {
	display: none;
	list-style-type: none
}

#mobile-menu ul .sub-menu a {
	padding-left: 4rem
}

#mobile-menu li {
	position: relative;
	margin-bottom: 0
}

#mobile-menu a {
	display: block;
	line-height: 1.5;
	font-size: .875rem;
	padding: .75rem 1rem;
	color: dimgray
}

.toggled-on #mobile-menu {
	max-height: 2000px
}

#mobile-menu .current-menu-item>a,
#mobile-menu .current_page_ancestor>a {
	color: #222
}

#mobile-menu .menu-item-has-children>a {
	margin: 0;
	padding-right: 1rem
}

@media only screen and (max-width: 991px) {
	#mobile-menu ul.toggled-on {
		display: block
	}
}

@media only screen and (max-width: 767px) {
	.site-branding {
		padding: 1rem 1rem;
		display: grid;
		grid-template-columns: auto auto;
		align-items: center;
		grid-column-gap: 15px;
		overflow-wrap: anywhere
	}
}

@media only screen and (min-width: 768px) {
	#mobile-menu {
		display: none
	}
}

.dropdown-toggle {
	background-color: transparent;
	border: 0;
	border-radius: 0;
	color: #222;
	content: "";
	width: 48px;
	height: 48px;
	padding: 0;
	position: absolute;
	text-transform: none;
	top: 0;
	right: 0
}

.dropdown-toggle:hover {
	background-color: transparent;
	border: none;
	color: #222
}

.dropdown-toggle:after {
	content: "";
	font-size: 24px;
	position: relative;
	left: 1px;
	width: 48px
}

.dropdown-toggle.toggled-on:after {
	content: ""
}

@media only screen and (min-width: 768px) {
	.dropdown-toggle {
		display: none
	}
}

.secondary-navigation a {
	display: block;
	line-height: 32px;
	padding: .5rem 1rem
}

.secondary-navigation ul {
	display: flex;
	margin-left: -0.5rem
}

.secondary-navigation ul li {
	margin-bottom: 0
}

@media only screen and (min-width: 768px) {
	#site-header-secondary-menu {
		display: flex;
		font-size: .875rem;
		align-items: center
	}

	#site-header-secondary-menu a {
		color: dimgray
	}

	#site-header-secondary-menu a:hover {
		color: #222
	}
}

.digifly-read-more-button {
	margin-bottom: 1rem
}

.blog-page-header {
	margin: 2rem 0 3rem
}

.blog-posts-layout-grid {
	display: flex;
	flex-wrap: wrap
}

.blog-posts-layout-grid .post {
	width: 31.33%;
	padding: 0;
	margin: 0 1% 20px;
	border: 1px solid #ddd;
	display: flex;
	flex-wrap: wrap
}

.blog-posts-layout-grid .post+.post {
	padding-top: 0
}

@media only screen and (max-width: 1220px) {
	.blog-posts-layout-grid .post {
		width: 48%
	}
}

@media only screen and (max-width: 991px) {
	.blog-posts-layout-grid .post {
		width: 100%
	}
}

.blog-posts-layout-grid .entry-header {
	margin: 0;
	padding-top: 1rem
}

.blog-posts-layout-grid .entry-header .entry-header-title-meta {
	margin-bottom: 1rem
}

.blog-posts-layout-grid .entry-title {
	font-size: 1.2rem;
	padding: 0 .75rem;
	margin-bottom: 0
}

.blog-posts-layout-grid .entry-content {
	display: none
}

.blog-posts-layout-grid .entry-meta {
	font-size: .875rem
}

.blog-posts-layout-grid .post .post-thumbnail {
	order: -1;
	margin-bottom: 0
}

.blog-posts-layout-list .post {
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 1.5rem;
	margin-bottom: 1.5rem;
	border-bottom: 1px solid #ddd
}

.blog-posts-layout-list .post+.post {
	padding-top: 0
}

.blog-posts-layout-list .post:last-child {
	border-bottom: none
}

.blog-posts-layout-list .post .post-thumbnail {
	width: 35%;
	margin: 0
}

.blog-posts-layout-list .post .post-thumbnail img {
	margin: 0
}

@media only screen and (max-width: 1220px) {
	.blog-posts-layout-list .post .post-thumbnail {
		width: 100%
	}
}

.blog-posts-layout-list .post .entry-header {
	width: 65%;
	order: 2;
	margin: 0;
	text-align: left;
	padding-left: 1rem;
	display: flex;
	flex-direction: column;
	justify-content: space-between
}

@media only screen and (max-width: 1220px) {
	.blog-posts-layout-list .post .entry-header {
		width: 100%
	}
}

.blog-posts-layout-list .post .entry-header h2 {
	font-size: 1.4rem;
	margin-bottom: 0
}

.blog-posts-layout-list .post .entry-content {
	display: none
}

.edd-submit {
	width: auto
}

.edd-cart-ajax-alert {
	display: none
}

.edd_purchase_submit_wrapper {
	position: relative
}

.edd_purchase_submit_wrapper a.edd-add-to-cart {
	text-decoration: none;
	display: none;
	position: relative;
	overflow: hidden
}

.edd_purchase_submit_wrapper a.edd-add-to-cart.edd-has-js {
	display: inline-block
}

@media only screen and (min-width: 992px) {
	.single-download .widget_edd_product_details .button {
		width: 100%
	}
}

.edd-add-to-cart .edd-add-to-cart-label {
	opacity: 1
}

.edd-loading,
.edd-loading:after {
	border-radius: 50%;
	display: block;
	width: 1.5rem;
	height: 1.5rem
}

.edd-loading {
	-webkit-animation: edd-adjust-huening 1.1s infinite linear;
	animation: edd-adjust-huening 1.1s infinite linear;
	border-top: 2px solid rgba(255, 255, 255, .2);
	border-right: 2px solid rgba(255, 255, 255, .2);
	border-bottom: 2px solid rgba(255, 255, 255, .2);
	border-left: 2px solid #fff;
	font-size: 1rem;
	opacity: 0;
	filter: alpha(opacity=0);
	transform: translateZ(0)
}

.edd-loading {
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -0.75rem 0 0 -0.75rem
}

.edd-discount-loader.edd-loading,
.edd-loading-ajax.edd-loading {
	border-top-color: rgba(0, 0, 0, .2);
	border-right-color: rgba(0, 0, 0, .2);
	border-bottom-color: rgba(0, 0, 0, .2);
	border-left-color: #000
}

#edd-purchase-button-wrap .edd-loading-ajax.edd-loading {
	position: absolute;
	right: 1rem;
	top: 50%;
	left: 50%;
	margin-top: -0.75rem
}

#edd-purchase-button-wrap .edd-loading-ajax.edd-loading,
.edd-stripe-submit-update .edd-loading-ajax.edd-loading {
	border-top-color: rgba(255, 255, 255, .2);
	border-right-color: rgba(255, 255, 255, .2);
	border-bottom-color: rgba(255, 255, 255, .2);
	border-left-color: #fff
}

.edd-loading-ajax.edd-loading {
	opacity: 1
}

@-webkit-keyframes edd-adjust-huening {
	0% {
		transform: rotate(0deg)
	}

	100% {
		transform: rotate(360deg)
	}
}

@keyframes edd-adjust-huening {
	0% {
		transform: rotate(0deg)
	}

	100% {
		transform: rotate(360deg)
	}
}

a.edd-add-to-cart .edd-add-to-cart-label,
.edd-loading {
	transition: .1s opacity !important
}

.edd-add-to-cart[data-edd-loading] .edd-add-to-cart-label {
	opacity: 0
}

.edd-add-to-cart[data-edd-loading] .edd-loading,
.edd-discount-loader.edd-loading {
	opacity: 1
}

.edd-cart-added-alert {
	color: #3c763d
}

.edd-add-to-cart.edd-no-js {
	display: none
}

.edd_downloads_list {
	display: flex;
	flex-wrap: wrap
}

.edd_download_inner {
	display: flex;
	width: 100%;
	flex-direction: column;
	position: relative;
	border-radius: 10px;
	padding: 0 20px 20px;
	box-shadow: 0 1rem 3rem rgba(42, 53, 79, .2)
}

.edd_download_inner .edd-download-content {
	padding: 30px 0 0
}

.edd_download_inner .edd_download_image {
	margin: 0 -20px 20px;
	width: calc(100% + 40px);
	min-width: calc(100% + 40px)
}

.currency {
	vertical-align: top
}

.edd_download {
	display: flex;
	width: 100%;
	margin-bottom: 4rem;
	font-size: 1rem
}

@media only screen and (min-width: 768px) {
	.edd_download {
		margin-bottom: 0
	}
}

h3.edd_download_title {
	margin-top: 0;
	margin-bottom: 1rem
}

.downloadFooter {
	margin: auto 0 0 0;
	text-align: center;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center
}

.downloadFooter .edd_price {
	font-size: 14px;
	width: 100%;
	margin-bottom: 14px
}

@media only screen and (min-width: 768px) {
	.downloadFooter .edd_price {
		font-size: 20px
	}
}

.eddDownloadMeta {
	font-size: .875rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between
}

.eddDownloadMeta>* {
	display: flex;
	align-items: center
}

.eddDownloadMeta a {
	color: dimgray
}

.eddDownloadMeta a:hover {
	color: #222
}

.eddDownloadMeta-authorAvatar img {
	display: block;
	border-radius: 100%
}

.eddDownloadMeta-authorAvatar+.eddDownloadMeta-authorName {
	margin-left: .5rem
}

.eddDownloadMeta-beforeTitle .eddDownloadMeta,
.eddDownloadMeta-afterTitle .eddDownloadMeta {
	margin-bottom: 1rem
}

.eddDownloadMeta-after .eddDownloadMeta {
	margin-top: 2rem
}

.eddDownloadMeta-afterTitle .edd_download_title {
	margin-bottom: .5rem
}

.edd_download_title a {
	color: #222;
	font-size: 1.2rem;
	display: block;
	transition: all .3s ease-in-out
}

.edd_download_title a:hover {
	color: #00d563
}

.edd_download_image {
	margin: 0
}

.edd_download_image a,
.edd_download_image img {
	display: block;
	width: 100%;
	max-width: 100%
}

.edd_download_image img {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px
}

.edd_price_options ul {
	list-style-type: none;
	margin: 0 0 1rem 0
}

.edd_price_options li {
	padding: .25rem 0;
	line-height: 1.62;
	cursor: pointer
}

.edd_price_options li label {
	padding: 0;
	display: block;
	margin: 0
}

.edd_price_options li label input {
	margin-right: .5rem
}

.entry-content .edd_price_options li {
	margin-bottom: 0
}

.edd_download_buy_button {
	margin: auto 0 0 0;
	width: 100%
}

.edd_download_buy_button form {
	margin: 0
}

.edd_download_full_content,
.edd_download_excerpt {
	margin-bottom: 1rem
}

.edd_download_full_content p,
.edd_download_excerpt p {
	margin-bottom: 0;
	font-size: 1rem
}

#edd_checkout_wrap .edd_download_columns_2 {
	width: 50%
}

#edd_checkout_wrap .edd_download_columns_3 {
	width: 75%
}

#edd_checkout_wrap .edd_download_columns_4 {
	width: auto
}

.slim #edd_checkout_wrap .edd_download_columns_2 {
	width: auto
}

.slim #edd_checkout_wrap .edd_download_columns_3 {
	width: auto
}

@media only screen and (min-width: 768px) {
	.edd_downloads_list {
		margin-left: -1.5rem;
		margin-right: -1.5rem;
		margin-top: -1.5rem
	}

	.edd_download_inner {
		margin: 0px 15px 30px
	}

	.edd_download_columns_3 .edd_download {
		width: 33.333333333%
	}

	.edd_download_columns_2 .edd_download,
	.edd_download_columns_4 .edd_download {
		width: 50%
	}

	.edd_download_columns_5 .edd_download {
		width: 33.333333333%
	}
}

@media only screen and (min-width: 992px) {
	.edd_download_columns_4 .edd_download {
		width: 25%
	}

	.edd_download_columns_3 .edd_download {
		width: 33.333333333%
	}

	.edd_download_columns_2 .edd_download {
		width: 50%
	}
}

@media only screen and (min-width: 1220px) {
	.edd_download_columns_5 .edd_download {
		width: 20%
	}
}

.widget_edd_product_details .edd_price {
	display: inline-block;
	font-size: 2rem
}

.widget_edd_product_details .edd_download_purchase_form:first-child {
	margin-top: 2rem
}

.widget_edd_product_details .edd-meta {
	margin: 1rem 0 0 0;
	font-size: .875rem
}

span.categories,
span.tags {
	display: block
}

input.edd-input.card-number.valid {
	background-image: url(assets/images/tick.png);
	background-repeat: no-repeat;
	background-position: 98% 50%
}

.edd_form fieldset p {
	margin-bottom: 1rem
}

.edd_cart_item_image {
	display: inline-block;
	vertical-align: middle
}

.edd_cart_item_image img {
	display: block;
	margin-right: 1rem
}

.edd_cart_discount_row .edd_discount {
	text-align: right;
	display: block
}

#edd-discount-error-wrap {
	display: block;
	margin: 1rem 0 0 0
}

.edd_discount_rate,
.edd_discount_remove {
	vertical-align: middle
}

.edd_discount_remove {
	display: inline-block;
	width: 10px;
	height: 10px;
	background: url("assets/images/xit.gif") 0 0 no-repeat;
	position: relative
}

.edd_discount_remove:hover {
	background-position: -10px 0
}

.edd_cart_footer_row th {
	text-align: right;
	background: #fff
}

.edd_cart_footer_row .edd_cart_total {
	background: #f5f5f5
}

#edd_secure_site_wrapper {
	margin-bottom: 1rem;
	padding-right: 3rem;
	font-weight: bold
}

span.padlock {
	display: block;
	position: absolute;
	top: 2rem;
	right: 2rem
}

.edd-cart-ajax {
	color: #fff;
	line-height: 1;
	margin-top: -9px;
	position: absolute;
	right: 1rem;
	top: 50%
}

#edd-discount {
	margin-bottom: 1rem
}

@media only screen and (min-width: 768px) {
	.edd-discount-code-field-wrap {
		display: flex
	}

	.edd-discount-code-field-wrap #edd-discount {
		margin-bottom: 0
	}

	.edd-discount-code-field-wrap .edd-apply-discount {
		width: auto;
		margin-left: .5rem
	}
}

#edd-discount-code-wrap,
#edd_show_discount {
	margin-bottom: 0
}

.edd-discount-loader.edd-loading {
	display: inline-block;
	position: relative;
	left: auto;
	vertical-align: middle;
	width: 1.5rem;
	height: 1.5rem
}

.no-sidebar.edd-empty-cart #edd_checkout_wrap {
	text-align: center
}

#edd_checkout_form_wrap span.edd-required-indicator {
	color: #a94442;
	font-size: 1.5rem
}

#edd_discount_code {
	margin-bottom: 2rem
}

#edd_profile_personal_fieldset,
#edd_profile_address_fieldset,
#edd_profile_password_fieldset,
#edd_discount_code,
#edd_checkout_user_info,
#edd_register_account_fields,
#edd_login_fields,
#eddc_profile_paypal_fieldset,
#edd_purchase_form #edd_cc_address,
#edd_cc_fields,
#edd_terms_agreement,
#edd_simple_shipping_fields,
#edd_simple_shipping_diff_address,
#edd-stripe-manage-cards>fieldset,
#edd_payment_mode_select {
	padding: 1rem;
	background: #fff;
	position: relative;
	box-shadow: 0 1rem 3rem rgba(0, 0, 0, .1)
}

#edd_profile_personal_fieldset p:last-child,
#edd_profile_address_fieldset p:last-child,
#edd_profile_password_fieldset p:last-child,
#edd_discount_code p:last-child,
#edd_checkout_user_info p:last-child,
#edd_register_account_fields p:last-child,
#edd_login_fields p:last-child,
#eddc_profile_paypal_fieldset p:last-child,
#edd_purchase_form #edd_cc_address p:last-child,
#edd_cc_fields p:last-child,
#edd_terms_agreement p:last-child,
#edd_simple_shipping_fields p:last-child,
#edd_simple_shipping_diff_address p:last-child,
#edd-stripe-manage-cards>fieldset p:last-child,
#edd_payment_mode_select p:last-child {
	margin-bottom: .5rem
}

#edd_terms_agreement {
	margin-bottom: 2rem
}

#edd_agree_to_terms {
	margin-top: .375rem;
	margin-right: .5rem;
	align-self: flex-start
}

#edd_show_terms+.edd-terms-agreement {
	margin-top: .5rem
}

.edd-terms-agreement {
	display: flex
}

#edd_simple_shipping_diff_address label {
	margin-bottom: 0
}

#edd_purchase_form_wrap select {
	width: 100%
}

#edd_purchase_form_wrap .edd-select-small {
	width: auto
}

@media only screen and (min-width: 992px) {
	#edd_purchase_form_wrap select {
		width: 60%
	}
}

@media only screen and (min-width: 768px) {

	#edd_profile_personal_fieldset,
	#edd_profile_address_fieldset,
	#edd_profile_password_fieldset,
	#edd_checkout_user_info,
	#edd_register_account_fields,
	#edd_login_fields,
	#eddc_profile_paypal_fieldset,
	#edd_purchase_form #edd_cc_address,
	#edd_cc_fields,
	#edd_terms_agreement,
	#edd-stripe-manage-cards>fieldset,
	#edd_simple_shipping_fields,
	#edd_simple_shipping_diff_address,
	#edd_payment_mode_select {
		padding: 2rem
	}

	#edd_discount_code {
		padding: 1rem 2rem
	}

	#edd_register_fields #edd_register_account_fields {
		margin-bottom: 0
	}
}

#edd_profile_submit_wrap {
	margin-bottom: 0
}

.edd-payment-mode-label {
	font-size: 1.5rem
}

.edd_checkout_cart_item_title {
	vertical-align: middle;
	display: block
}

.edd_cart_item_image+.edd_checkout_cart_item_title {
	margin-top: .5rem
}

.edd-description {
	display: block;
	font-size: 1rem;
	margin-bottom: .5rem;
	color: #838383
}

.edd_cart_actions {
	text-align: right
}

.edd_cart_actions .edd-item-quantity {
	margin-right: .5rem
}

#edd_final_total_wrap {
	text-align: center;
	margin-bottom: 2rem
}

#edd-purchase-button-wrap {
	position: relative
}

#edd_final_total_wrap,
#edd-purchase-button {
	font-size: 1.5rem
}

#edd-purchase-button {
	padding: 1.25rem 2.5rem
}

.edd_cart_header_row,
.edd_cart_item {
	border-bottom: 1px solid #f5f5f5
}

.edd_cart_total {
	text-align: right
}

.edd_cart_amount {
	font-weight: bold
}

#edd_checkout_cart {
	width: 100%;
	text-align: left;
	margin-bottom: 2rem
}

#edd_checkout_cart th {
	font-weight: bold
}

.edd-payment-icons {
	margin-bottom: 2rem
}

.edd-payment-icons img {
	display: inline-block;
	margin-right: .5rem
}

.edd-payment-mode-label {
	margin-bottom: 1rem;
	display: inline-block
}

.edd-gateway,
.edd-gateway-option {
	cursor: pointer
}

.edd-gateway {
	margin-right: .5rem
}

.edd-gateway-option {
	margin-right: 2rem;
	display: inline-block;
	vertical-align: middle
}

label[for=edds-confirm-update-default] {
	width: 90%;
	vertical-align: top
}

span.card-type {
	position: absolute;
	top: 0;
	right: 0;
	width: 43px;
	height: 32px;
	background-size: 43px 32px !important
}

label[for=card_number] {
	position: relative
}

span.card-type.off {
	display: none
}

span.card-type.visa {
	background: url(assets/images/icons/visa.gif) no-repeat
}

span.card-type.mastercard {
	background: url(assets/images/icons/mastercard.gif) no-repeat
}

span.card-type.discover {
	background: url(assets/images/icons/discover.gif) no-repeat
}

span.card-type.amex {
	background: url(assets/images/icons/americanexpress.gif) no-repeat
}

#edd_purchase_submit {
	margin-bottom: 0
}

.edd-amazon-profile-wrapper {
	font-size: 1rem
}

.edd-amazon-profile-name {
	font-weight: bold
}

.edd-amazon-logout a {
	cursor: pointer
}

.edd-amazon-fields #edd_cc_address {
	display: none
}

#edd-amazon-wallet-box,
#edd-amazon-address-box {
	height: 228px
}

#edd-amazon-address-box {
	margin-bottom: 2rem
}

.edd-checkout-distraction-free .site-branding {
	margin-left: auto;
	margin-right: auto;
	text-align: center
}

.edd-checkout-distraction-free .site-footer .site-info {
	text-align: center
}

div#edd_checkout_login {
	border: 1px solid #eee;
	padding: 1.387em;
	margin: 0px 0 21px;
	background: #fff !important;
	box-shadow: 0 1rem 3rem rgba(0, 0, 0, .1)
}

div#edd_checkout_login fieldset {
	border: none;
	padding: 0;
	margin: 0;
	background: transparent !important;
	box-shadow: none
}

@media only screen and (max-width: 767px) {
	.edd_discount_link {
		display: block
	}
}

@media only screen and (min-width: 768px) {

	#edd_checkout_cart td,
	#edd_checkout_cart th {
		padding: 1rem 2rem
	}
}

#edd_login_form fieldset,
#edd_register_form fieldset {
	border: 0;
	background: #fff;
	padding: 2rem;
	border-radius: 10px;
	box-shadow: 0 1rem 3rem rgba(0, 0, 0, .1)
}

#edd_login_form fieldset .row div,
#edd_register_form fieldset .row div {
	padding: 0
}

#edd_login_form legend,
#edd_register_form legend {
	display: none
}

.edd-lost-password {
	margin-bottom: 0
}

.edd_downloads_list {
	grid-column-gap: 0px
}

#edd_purchase_receipt_products ul {
	margin-bottom: 0;
	font-size: 1rem
}

#edd_purchase_receipt_products ul li {
	margin-bottom: 0
}

#edd_purchase_receipt,
#edd_purchase_receipt_products {
	text-align: left;
	margin-bottom: 2rem;
	width: 100%
}

#edd_purchase_receipt td,
#edd_purchase_receipt th,
#edd_purchase_receipt_products td,
#edd_purchase_receipt_products th {
	padding: 1rem
}

#edd_purchase_receipt tr,
#edd_purchase_receipt_products tr {
	border-bottom: 2px solid #f5f5f5
}

#edd_purchase_receipt tr th:first-child,
#edd_purchase_receipt tr td:first-child,
#edd_purchase_receipt_products tr th:first-child,
#edd_purchase_receipt_products tr td:first-child {
	border-right: 2px solid #f5f5f5
}

.edd_purchase_receipt_product_name {
	font-weight: bold;
	margin-bottom: 1rem
}

.edd_purchase_receipt_files li:last-child {
	margin-bottom: 0
}

.navCart {
	display: flex
}

.navCart-icon {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	display: inline-flex;
	align-items: center;
	fill: #222
}

.navCart-icon+* {
	margin-left: .5rem
}

.main-navigation .navCart {
	padding: .25rem 0
}

@media only screen and (min-width: 768px) {
	.navCart {
		margin-left: 1rem
	}
}

.edd_errors:not(.edd-alert) {
	border: 1px solid #e6db55;
	margin: 0 0 21px;
	background: #ffffe0;
	color: #333;
	padding: 1rem
}

p.edd_error {
	margin: 0 !important
}

.edd_success:not(.edd-alert) {
	margin-bottom: 2rem;
	background: #dff0d8;
	color: #3c763d;
	padding: 1rem
}

.edd-alert {
	margin-bottom: 2rem;
	padding: 1rem;
	border: 2px solid transparent
}

.edd-alert p {
	padding: 0
}

.edd-alert ul {
	margin-bottom: 0
}

.edd-alert a {
	text-decoration: underline
}

.edd-alert p:last-child {
	margin-bottom: 0
}

.edd-alert-error {
	background-color: #f2dede;
	border-color: #ebccd1
}

.edd-alert-error p,
.edd-alert-error a {
	color: #a94442
}

.edd-alert-success {
	background-color: #dff0d8;
	border-color: #d6e9c6;
	color: #3c763d
}

.edd-alert-success p,
.edd-alert-success a {
	color: #3c763d
}

.edd-alert-info {
	background-color: #d9edf7;
	border-color: #cbe3ef
}

.edd-alert-info p,
.edd-alert-info a {
	color: #31708f
}

.edd-alert-warn {
	background-color: #fcf8e3;
	border-color: #faebcc
}

.edd-alert-warn p,
.edd-alert-warn a {
	color: #8a6d3b
}

#edds-confirm-update-default {
	margin-right: .5rem
}

.edd_recurring_trial_total {
	font-weight: bold
}

#edd_sl_renewal_form {
	margin-bottom: 2rem
}

#edd-add-license-renewal {
	cursor: pointer;
	margin-right: 1rem;
	width: auto
}

#edd_sl_renewal_fields {
	background: #fcfcfc;
	border: 2px solid #f4f4f4;
	padding: 1rem
}

@media only screen and (min-width: 768px) {
	#edd_sl_renewal_fields {
		padding: 1rem 2rem
	}
}

@media only screen and (max-width: 767px) {
	#edd_sl_show_renewal_form {
		display: block
	}
}

.edd-sl-renewal-actions,
#edd_sl_show_renewal_form_wrap {
	margin-bottom: 0
}

#edd-license-key-container-wrap {
	margin-bottom: 1rem
}

#edd_sl_show_renewal_form_wrap+#edd-license-key-container-wrap {
	margin-top: .5rem
}

#edd_sl_license_add_site_form span {
	margin-bottom: .5rem;
	display: inline-block
}

#edd_sl_license_add_site_form .edd-input {
	margin-bottom: 1rem
}

input[readonly] {
	background: #fcfcfc;
	border-color: #f4f4f4
}

.edd-sl-active {
	color: #3c763d
}

.edd-sl-inactive {
	color: gray
}

.edd-sl-expired {
	color: #a94442
}

.edd_sl_license_row .view-key-wrapper {
	position: relative
}

.edd_sl_license_row span .edd_sl_license_key {
	display: none;
	position: absolute;
	left: 0;
	top: 30px;
	z-index: 999;
	border: 2px solid #f5f5f5;
	background: #fff;
	padding: 1rem;
	width: 24rem;
	text-align: left
}

.edd-sl-manage-license-key,
.edd-sl-manage-license-product {
	display: block
}

#edd_user_commissions_unpaid,
#edd_user_commissions_paid,
#edd_user_commissions_revoked {
	margin-bottom: 2rem
}

#edd_user_commissions_unpaid_total,
#edd_user_commissions_paid_total,
#edd_user_commissions_revoked_total {
	font-weight: bold
}

#edd_commissions_export select {
	vertical-align: middle
}

.edd-stripe-submit-update {
	justify-content: center;
	display: inline-flex
}

.edd-stripe-submit-update .edd-loading-ajax.edd-loading {
	position: relative
}

.edd-stripe-card-item {
	border-bottom: 2px solid #f5f5f5;
	padding-bottom: 1rem;
	margin-bottom: 1rem
}

.edd-stripe-card-item .card-update-form {
	display: none
}

.edd-stripe-card-item .card-brand,
.edd-stripe-card-item .card-ending-label,
.edd-stripe-card-item .card-last-4 {
	font-weight: bold
}

.edd-stripe-card-item>span {
	display: block
}

.edd-stripe-card-item .card-meta>span {
	display: block
}

.edd-stripe-card-item .card-update-form input {
	margin-bottom: 1rem
}

.edd-stripe-card-item .address_country {
	margin-bottom: 1rem
}

.edd-stripe-card-item .address_country,
.edd-stripe-card-item .address_state {
	display: block
}

.edd-card-selector-radio span.card-expired,
a.delete {
	color: #a94442
}

#edd-stripe-add-new-cancel,
.edd-stripe-cancel-update {
	margin-left: 1rem
}

.card-is-default {
	font-style: italic
}

.edd-stripe-new-card label[for=card_number] {
	margin-top: 1rem
}

.edd-stripe-card-radio-item label {
	display: inline-block
}

.edd-stripe-add-new-card>label,
.card-update-form>label {
	margin-bottom: 1rem;
	font-size: 1.5rem;
	color: #222
}

.card-update-form>label {
	margin-top: 2rem
}

.edd-cart {
	list-style-type: none;
	margin-left: 0
}

.edd-cart .edd-cart-item {
	margin-bottom: 1.62rem
}

.edd-cart .edd-cart-item-title {
	display: block
}

.edd-cart .edd_total {
	font-weight: bold
}

.downloadAuthor ul,
.downloadDetails ul {
	margin-left: 0
}

.downloadAuthor ul li,
.downloadDetails ul li {
	display: flex;
	margin-bottom: 0
}

.downloadAuthor-name,
.downloadDetails-name {
	width: 38%
}

.downloadAuthor-value,
.downloadDetails-value {
	width: 62%
}

.downloadAuthor-avatar {
	margin-bottom: 1rem
}

.downloadAuthor-avatar img {
	display: block;
	border-radius: 100%
}

.edd_purchase_tax_rate {
	display: block;
	font-size: .9375rem;
	margin-top: .5rem
}

.edd-item-quantity {
	width: 4rem;
	margin-bottom: .5rem;
	padding: .5rem
}

.edd-select {
	vertical-align: middle;
	padding: .8125rem;
	width: 100%
}

.edd-select~.button {
	font-size: .875rem;
	padding: .25rem .75rem
}

.edd-cs-voted {
	margin-bottom: 0
}

.edd-cs-voted,
.edd-cs-vote-description {
	font-style: italic;
	font-size: .875rem
}

.edd-cs-vote-description {
	margin-bottom: 1rem
}

.edd-wl-wish-lists .edd-wish-list li::after {
	width: auto
}

.pseddreq-container .data-details .budget {
	white-space: nowrap
}

.pseddreq-container .data-details div[class^=col-] {
	padding-left: .5rem;
	padding-right: .5rem
}

.pseddreq-container .data-details .action button {
	font-size: 1.1rem
}

.pseddreq-container #Request_list_holder .pseddreq-modal1-dialog {
	margin-left: auto;
	margin-right: auto
}

.pseddreq-dashboard-details {
	background-color: transparent
}

.edd-lpct-downloads-list-container .edd_downloads_list .edd_download_inner {
	min-height: 100%
}

.edd-lpct-downloads-list-container .edd_downloads_list .edd_download_inner .edd-download-content {
	min-height: 100%;
	padding-top: 0;
	display: flex;
	flex-wrap: wrap
}

.edd-eas-shortcode-container .edd-eas-shortcode-record-content .edd-eas-shortcode-record-body {
	padding-left: 15px;
	padding-right: 15px
}

.edd-eas-shortcode-container .edd-eas-shortcode-record-buy-button-container .edd_download_buy_button {
	padding: 15px
}

.edd-eas-shortcode-container .edd-eas-shortcode-record-buy-button-container .edd_download_buy_button form .edd_purchase_submit_wrapper {
	padding-left: 0;
	padding-right: 0
}

.edd-list-view .edd_download_inner {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	overflow: hidden
}

.edd-list-view .edd_download_inner .edd_download_image {
	width: 25%;
	display: flex
}

@media only screen and (max-width: 1220px) {
	.edd-list-view .edd_download_inner .edd_download_image {
		width: 100%
	}
}

.edd-list-view .edd_download_inner .edd_download_image+.edd-download-content {
	width: 75%
}

@media only screen and (max-width: 1220px) {
	.edd-list-view .edd_download_inner .edd_download_image+.edd-download-content {
		width: 100%
	}
}

.edd-list-view .edd_download_inner .edd_download_image a {
	display: flex
}

.edd-list-view .edd_download_inner .edd_download_image a img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center
}

.edd-list-view .edd_download_image img {
	border-radius: 0
}

.edd-list-view .edd_download_excerpt {
	display: none
}

.woocommerce #payment #place_order {
	width: 100%;
	padding: 1em;
	font-size: 1.25em
}

.woocommerce a.button,
.woocommerce .cart .button,
.woocommerce .product .cart .button {
	background: #00d563;
	color: #fff;
	line-height: 1.4;
	padding: .8125rem
}

.woocommerce a.button:disabled[disabled],
.woocommerce .cart .button:disabled[disabled],
.woocommerce .product .cart .button:disabled[disabled] {
	padding: .8125rem;
	color: #fff
}

.woocommerce a.button:hover,
.woocommerce .cart .button:hover,
.woocommerce .product .cart .button:hover {
	color: #fff;
	background: #00bc57
}

.woocommerce .product_meta {
	margin-bottom: 1rem
}

.woocommerce .product_meta>span {
	display: block
}

.woocommerce .woocommerce a.added_to_cart {
	display: block
}

.woocommerce-cart table.cart .coupon .input-text {
	padding: .8125rem;
	min-height: 3rem;
	min-width: 10rem
}

#main ul.products {
	display: flex;
	flex-wrap: wrap
}

#main ul.products .product {
	padding-bottom: 4rem;
	position: relative
}

#main ul.products .product>.button {
	position: absolute;
	left: 0;
	bottom: 0
}

.woocommerce-MyAccount-navigation>ul {
	margin: 0
}

body .woocommerce-MyAccount-navigation-link {
	list-style: none;
	border: 1px solid #d3d3d3;
	border-bottom-width: 0
}

body li.woocommerce-MyAccount-navigation-link {
	margin-bottom: 0px
}

body .woocommerce-MyAccount-navigation-link:last-child {
	border-bottom-width: 1px
}

body .woocommerce-MyAccount-navigation-link a {
	display: block;
	padding: .5em 1em;
	text-decoration: none
}

body .woocommerce-MyAccount-navigation-link.is-active a {
	background-color: #fbfbfb
}

.woocommerce-MyAccount-navigation-link.is-active a {
	color: #3a3a3a
}

.woocommerce .woocommerce-Addresses .woocommerce-Address-title,
.woocommerce .woocommerce-Addresses .woocommerce-column__title,
.woocommerce .woocommerce-MyAccount-content .woocommerce-Address-title,
.woocommerce .woocommerce-MyAccount-content .woocommerce-column__title,
.woocommerce .woocommerce-customer-details .woocommerce-Address-title,
.woocommerce .woocommerce-customer-details .woocommerce-column__title,
.woocommerce-account .woocommerce-Addresses .woocommerce-Address-title,
.woocommerce-account .woocommerce-Addresses .woocommerce-column__title,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Address-title,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-column__title,
.woocommerce-account .woocommerce-customer-details .woocommerce-Address-title,
.woocommerce-account .woocommerce-customer-details .woocommerce-column__title {
	background: #fbfbfb;
	padding: .5em;
	margin-bottom: 0;
	border-width: 1px 1px 0 1px;
	border-style: solid;
	border-color: #d3d3d3
}

.woocommerce .woocommerce-Addresses .woocommerce-Address-title h3,
.woocommerce .woocommerce-Addresses .woocommerce-column__title h3,
.woocommerce .woocommerce-MyAccount-content .woocommerce-Address-title h3,
.woocommerce .woocommerce-MyAccount-content .woocommerce-column__title h3,
.woocommerce .woocommerce-customer-details .woocommerce-Address-title h3,
.woocommerce .woocommerce-customer-details .woocommerce-column__title h3,
.woocommerce-account .woocommerce-Addresses .woocommerce-Address-title h3,
.woocommerce-account .woocommerce-Addresses .woocommerce-column__title h3,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Address-title h3,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-column__title h3,
.woocommerce-account .woocommerce-customer-details .woocommerce-Address-title h3,
.woocommerce-account .woocommerce-customer-details .woocommerce-column__title h3 {
	margin-bottom: 0
}

.woocommerce-Address h3 {
	font-size: 1.2rem;
	padding: .7em 1em
}

.woocommerce-account .addresses .title .edit {
	padding: .7em 1em;
	text-decoration: none
}

.woocommerce .woocommerce-Addresses address,
.woocommerce .woocommerce-MyAccount-content address,
.woocommerce .woocommerce-customer-details address,
.woocommerce-account .woocommerce-Addresses address,
.woocommerce-account .woocommerce-MyAccount-content address,
.woocommerce-account .woocommerce-customer-details address {
	border: 1px solid #d3d3d3;
	padding: 1em;
	border-radius: 0
}

.woocommerce .select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 50%;
	width: 1.7em;
	transform: translateY(-50%)
}

.woocommerce .select2-container .select2-selection--single {
	height: auto;
	padding: .5em
}

.woocommerce #customer_details,
.woocommerce .woocommerce table.shop_table {
	margin-bottom: 2em;
	border-radius: 0
}

form #order_review_heading:not(.elementor-widget-woocommerce-checkout-page #order_review_heading) {
	border-width: 2px 2px 0 2px;
	border-style: solid;
	margin: 0;
	padding: 1em .6em 1em;
	border-color: #d3d3d3;
	font-weight: 700
}

form #order_review:not(.elementor-widget-woocommerce-checkout-page #order_review) {
	padding: 0 1em;
	border-width: 0 2px 2px;
	border-style: solid;
	border-color: #d3d3d3
}

.woocommerce-billing-fields {
	margin-bottom: 1.62rem
}

.woocommerce-page.woocommerce-checkout form #order_review table,
.woocommerce.woocommerce-checkout form #order_review table {
	border-width: 0
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
	background: transparent
}

.woocommerce-checkout #payment ul.payment_methods {
	padding: 0
}

.woocommerce-page.woocommerce-checkout #payment div.form-row,
.woocommerce.woocommerce-checkout #payment div.form-row {
	padding: 1em 0 2em
}

@media(min-width: 922px) {

	.woocommerce.woocommerce-checkout form #customer_details.col2-set,
	.woocommerce-page.woocommerce-checkout form #customer_details.col2-set {
		width: 55%;
		float: left;
		margin-right: 4.347826087%
	}

	.woocommerce.woocommerce-checkout form #order_review,
	.woocommerce.woocommerce-checkout form #order_review_heading,
	.woocommerce-page.woocommerce-checkout form #order_review,
	.woocommerce-page.woocommerce-checkout form #order_review_heading {
		width: 40%;
		float: right;
		margin-right: 0;
		clear: right
	}

	.woocommerce-page.woocommerce-checkout form #customer_details.col2-set .col-1,
	.woocommerce-page.woocommerce-checkout form #customer_details.col2-set .col-2 {
		float: none;
		width: auto
	}
}
