/*
Theme Name: Showcase
Theme URI: https://catapultthemes.com/downloads/showcase
Author: Catapult Themes
Author URI: https://catapultthemes.com/
Description: Sell your digital products online
Version: 1.2.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: showcase
Domain Path: /languages/
Tags: ecommerce

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Showcase is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Links
# Structure
	## Boxed Layout
# Header
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Footer
# Infinite scroll
# Media
	## Captions
	## Galleries
# Gridgets
# EDD Related Downloads
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

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

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

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

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

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

small {
	font-size: 80%;
}

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

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

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

figure {
	margin: 1em 40px;
}

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

pre {
	overflow: auto;
}

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

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

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

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

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

fieldset {
	border: none;
	margin: 0 0 1rem;
	padding: 6px 10px;
	padding: 0.375rem 0.625rem;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
html {
	font-size: 100%;
}
body,
button,
input,
select,
textarea {
	color: #333333;
	font-family: inherit;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	margin: 0 0 16px;
	margin: 0 0 1rem;
	padding: 0;
	font-weight: inherit;
}
h1 {
	font-size: 48px;
	font-size: 3rem;
	line-height: 1.25;
}
h2 {
	font-size: 40px;
	font-size: 2.5rem;
	line-height: 1.25;
}
h3 {
	font-size: 32px;
	font-size: 2rem;
	line-height: 1.25;
}
h4 {
	font-size: 24px;
	font-size: 1.5rem;
	line-height: 1.25;
}
h5 {
	font-size: 22px;
	font-size: 1.25rem;
	line-height: 1.25;
}
h6 {
	font-size: 20px;
	font-size: 1.125rem;
	line-height: 1.25;
}

p,
ol,
ul {
	font-size: 16px;
	font-size: 1rem;
	margin: 0 0 16px;
	margin: 0 0 1rem;
}
html.has-js h1,
html.has-js h2,
html.has-js h3,
html.has-js h4,
html.has-js h5,
html.has-js h6,
html.has-js p,
html.has-js ul,
html.has-js ol,
html.has-js button,
html input {
	visibility: hidden;
	opacity: 0;
	transition: opacity 0.5s;
}
html.wf-inactive h1,
html.wf-inactive h2,
html.wf-inactive h3,
html.wf-inactive h4,
html.wf-inactive h5,
html.wf-inactive h6,
html.wf-inactive p,
html.wf-inactive ul,
html.wf-inactive ol,
html.wf-inactive button,
html.wf-inactive input,
html.wf-active h1,
html.wf-active h2,
html.wf-active h3,
html.wf-active h4,
html.wf-active h5,
html.wf-active h6,
html.wf-active p,
html.wf-active ul,
html.wf-active ol,
html.wf-active button,
html.wf-active input {
	visibility: visible;
	opacity: 1;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 32px;
	margin-bottom: 2rem;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

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

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

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
	min-height: 100%;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #ecf0f1; /* Fallback for when there is no custom background color defined. */
	min-height: 100%;
}

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

blockquote,
q {
	quotes: "" "";
	margin: 32px 0;
	margin: 2rem 0;
	padding: 0 0 0 32px;
	padding: 0 0 0 2rem;
	border-left: 3px solid #ccc;
	font-style: italic;
}

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

ul,
ol {
	margin: 0 0 16px 32px;
	margin: 0 0 1rem 2rem;
	padding: 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 16px;
	margin-left: 1rem;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 16px 16px;
	margin: 0 1rem 1rem;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

figure {
	margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 32px 0;
	margin: 0 0 2rem 0;
	width: 100%;
	border-collapse: separate;
}
th {
	text-align: left;
}
th,
td {
	padding: 8px;
	padding: 0.5rem;
}
table tr:nth-child(even) {
	background: #f9f9f9;
}
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
a.button,
button,
a.more-link,
.cat-links a,
.edd-submit.button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	font-family: inherit;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.5;
	padding: .6rem 1.2rem;
	color: #fff;
	border: transparent;
	background: #c0392b;
	text-decoration: none;
	border-radius: 5px;
	display: inline-block;
	zoom: 1;
	white-space: nowrap;
	vertical-align: middle;
	text-align: center;
	cursor: pointer;
	-webkit-user-drag: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	box-sizing: border-box;
	position: relative;
	opacity: 1;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transition: all 0.35s;
}
a.button.small,
button.small,
a.more-link,
input[type="button"].small,
input[type="reset"].small,
input[type="submit"].small {
	padding: 0.45rem 0.85rem;
	font-size: 0.85rem;
}
a.button:before,
button:before,
.cat-links a:before,
a.more-link:before,
input[type="button"]:before,
input[type="reset"]:before,
input[type="submit"]:before {
	content: "";
	display: block;
	opacity: 0;
	background: #000;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transition: all 0.35s;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	border-radius: 5px;
	z-index: -100;
}
a.button:hover,
button:hover,
.cat-links a:hover,
.edd-submit.button:hover,
a.more-link:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	opacity: 0.9;
}

a.button:hover:before,
button:hover:before,
.cat-links a:hover:before,
a.more-link:hover:before,
input[type="button"]:hover:before,
input[type="reset"]:hover:before,
input[type="submit"]:hover:before {
	opacity: 0.2;
}
a.button.secondary,
button.secondary,
.cat-links.tag-links a,
a.more-link,
input[type="button"].secondary,
input[type="reset"].secondary,
input[type="submit"].secondary {
	color: #333333;
	background-color: #ddd;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 0.5em;
	padding: calc(0.5em - 1px);
	font-size: 16px;
	font-size: 1rem;
	vertical-align: middle;
}

select {
	border: 1px solid #ccc;
}

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

textarea {
	width: 100%;
}
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #c0392b;
	text-decoration: none;
	transition: all 0.15s;
}

a:focus {
	outline: thin dotted;
}

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


/*--------------------------------------------------------------
## Structure
--------------------------------------------------------------*/
.row {
	max-width: 1300px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 16px;
	padding-left: 1rem;
	padding-right: 1rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.full-width-layout .row {
	max-width: 1170px;
}
.row .row {
	margin-left: -32px;
	margin-left: -2rem;
	margin-right: -32px;
	margin-right: -2rem;
}
.col {
	box-sizing: border-box;
	padding: 0 16px;
	padding: 0 1rem;
	max-width: 100%;
	-webkit-flex: 1;
	flex: 1;
}
.col-equal {
	-webkit-flex-basis: 0;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
}
.col-xsmall-full {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 100%;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}
.col-xsmall-eighth {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 12.5%;
	-ms-flex: 0 0 12.5%;
	flex: 0 0 12.5%;
	max-width: 12.5%;
}
.col-xsmall-quarter {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 25%;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}
.col-xsmall-half {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 50%;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}
.col-xsmall-two-thirds {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 66.666667%;
	-ms-flex: 0 0 66.666667%;
	flex: 0 0 66.666667%;
	max-width: 66.666667%;
}
.col-xsmall-three-quarters {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 75%;
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%;
}
.pull-right {
	float: right;
	text-align: right;
	margin-left: auto;
}
/* 600px */
@media screen and (min-width: 37.5em) {
	.col-small-quarter {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 25%;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-small-half {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 50%;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-small-two-thirds {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 66.666667%;
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}
}
/* 768px */
@media screen and (min-width: 48em) {
	.col-medium-quarter {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 25%;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-medium-half {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 50%;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-medium-one-third {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 33.333333%;
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
}
/* 960px */
@media screen and (min-width: 64em) {
	.col-large-equal {
		-webkit-flex-basis: 0;
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}
	.col-large-quarter {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 25%;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-large-one-third {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 33.333333%;
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	.col-large-half {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 50%;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-large-two-thirds {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 66.666667%;
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}
	.col-large-three-quarters {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 75%;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-large-full {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}
/* 1200px */
@media screen and (min-width: 80em) {
}
.float-none {
	float: none;
}
.center-content {
	margin-left: auto;
	margin-right: auto;
}
.flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.flex-item {
	flex: 1;
}
.align-items-center,
.align-items-center .row {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.justify-content-center {
	-webkit-justify-content: center;
	justify-content: center;
}
.justify-space-between {
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
/* 960px */
@media screen and (min-width: 64em) {
	.justify-content-center-large {
		-webkit-justify-content: center;
		justify-content: center;
	}
}

/*--------------------------------------------------------------
## Header and Site
--------------------------------------------------------------*/
.site {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	min-height: 100vh;
	width: 100%;
	position: relative;
	z-index: 666;
	transition: all 0.25s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
/* IE hack, sorry */
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
	.site {
		display: block;
	}
}
.has-js .site {
	opacity: 0;
}
.has-js .page-is-loading .site {
	opacity: 0;
	transition: all 0.25s;
}
.page-has-loaded .site {
	opacity: 1;
}
.site-header {
	padding: 16px 0;
	padding: 1rem 0;
	/* background-color: #fff; */
	border-bottom: 2px solid rgba(31,31,31,0);
	transition: all 1s;
	will-change: transition;
	position: relative;
	z-index: 3;
}
/* 600px */
@media screen and (max-width: 37.5em) {
	.site-header {
		position: relative;
		transition: opacity, padding, border 0.15s;
	}
	.admin-bar .site-header {
		top: 0;
	}
}
@media screen and (min-width: 48em) {
	.site-header {
		padding: 32px 0;
		padding: 2rem 0;
	}
}
.site-header {
	background-color: #fff;
	margin-bottom: 2rem;
}
.page-template-page-homepage .site-header,
.has-background-image .site-header,
.has-background-image .site-header-filler,
.has-background-color .site-header,
.has-background-color .site-header-filler {
	margin-bottom: 0;
}
.site-header,
.site-header a {
	color: #333333;
}
.fixed-header .site-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	border-bottom: 2px solid rgba(31,31,31,0);
}
.fixed-header.admin-bar .site-header {
	top: 32px;
}
.has-top-bar .site-header {
	padding-top: 0;
}
.fixed-header.showcase-is-scrolling .site-header {
	position: fixed;
	top: 0;
	left: 0;
	-webkit-transform: translateX(0);
	transform: translateX(0);
	width: 100%;
	background: rgba(255,255,255,1);
	border-bottom: 1px solid rgba(241,241,241,1);
	box-shadow: 0 1px 4px 0px rgba(0,0,0,0.05);
	padding: 16px 0;
	padding: 1rem 0;
}
.site-header-filler {
	display: none;
	margin-bottom: 2rem;
}
.fixed-header .site-header-filler {
	display: block;
	z-index: 1;
	position: relative;
	background: #fff;
}
.custom-background .site-header-filler {
	background: none;
}

#top-bar {
	padding: 4px 0;
	padding: 0.25rem 0;
	margin-bottom: 32px;
	margin-bottom: 2rem;
	background-color: #c0392b;
	color: #fff;
}
#top-bar a {
	color: #fff;
	text-decoration: none;
}
.top-bar-centered {
	text-align: center;
}
#top-bar p {
	margin-bottom: 0;
}
#top-bar .widget ul {
	margin: 0;
	float: right;
	font-size: 0.875rem;
}
#top-bar .widget ul li {
	float: left;
	margin-left: 1rem;
	border-bottom: none;
}
.site-header-filler {
	height: 100px;
}
.custom-logo {
	max-width: 100%;
	display: block;
}
.centered-header .site-branding {
	text-align: left;
	margin: 16px 0;
	margin: 1rem 0;
}
@media screen and (min-width: 64em) {
	.centered-header .site-branding {
		text-align: center;
	}
}
/* Branding */
.site-title {
	font-size: 16px;
	font-size: 1rem;
	line-height: 1;
	margin: 0;
}
/* 768px */
@media screen and (min-width: 48em) {
	.site-title {
		font-size: 32px;
		font-size: 2rem;
	}
}
.site-title a {
	display: block;
	text-decoration: none;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
}
p.site-description {
	margin-bottom: 0;
}
.site-main {
	margin-bottom: 2rem;
}
.page-template-page-homepage .site-main {
	margin-bottom: 0;
}
.site-content {
	background-color: #ecf0f1;
	-webkit-flex: 1;
	flex: 1;
}
.page-template-page-sidebar-left .content-area {
	-webkit-order: 2;
	order: 2;
}
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	display: block;
}
.standard-header .main-navigation {
	float: right;
}
.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}
.centered-header .menu-toggle {
	float: right;
}
@media screen and (min-width: 64em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
	.centered-header .main-navigation ul {
		display: -webkit-flex;
		display: flex;
	}
}
.main-navigation li {
	position: relative;
	margin: 0 16px;
	margin: 0 1rem;
}
.standard-header .main-navigation li {
	float: left;
}
.standard-header .main-navigation li:last-child {
	margin-right: 0;
}
.main-navigation a {
	display: block;
	text-decoration: none;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-top: 0.375rem;
	padding-bottom: 0.375rem;
}
@media screen and (min-width: 64em) {
	.main-navigation ul:first-child li.menu-item-has-children {
		padding-right: 1rem;
	}
	.main-navigation ul:first-child li.menu-item-has-children:after {
		font-family: dashicons;
		content: "\f140";
		position: absolute;
		bottom: 6px;
		right: 0;
	}
	.main-navigation ul ul {
		border-top: 1px solid #ddd;
		position: absolute;
		top: 100%;
		left: -999em;
		z-index: 99999;
	}
	.main-navigation ul ul:before {
		content: "";
		position: absolute;
		border-style: solid;
		border-color: #ddd transparent;
	    border-width: 0 10px 10px;
	    right: 10px;
	    top: -10px;
	}
	.main-navigation ul ul:after {
		content: "";
		position: absolute;
		border-style: solid;
		border-color: #fff transparent;
	    border-width: 0 9px 9px;
	    right: 11px;
	    top: -8px;
	}
	.main-navigation ul ul li {
		border-bottom: 1px solid #ddd;
		border-left: 1px solid #ddd;
		border-right: 1px solid #ddd;
		margin: 0;
		padding: 0 16px;
		padding: 0 1rem;
	}
	.main-navigation ul ul ul {
		left: -999em;
		top: 0;
	}
	.main-navigation ul ul a {
		width: 200px;
		background: #fff;
		padding: 8px 0;
		padding: 0.5rem 0;
	}
	.standard-header .main-navigation ul ul li {
		margin: 0;
		text-align: center;
	}
}
.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
	right: -13px;
	display: block;
	background-color: #fff;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	right: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}
.navigation-wrapper {
	order: 3;
}
.navigation.pagination {
	display: table;
	margin: 0 auto;
}
.nav-links {
	padding: 1rem 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.nav-links a,
.nav-links span {
    background: #fff;
    padding: 1rem;
	display: block;
}
.nav-links span,
.nav-links a:hover {
	opacity: 0.7;
}
.nav-links .page-numbers {
	margin-right: 1px;
}
.nav-links .page-numbers.next {
	margin-right: 0;
}
.comment-navigation .nav-previous,
.navigation.pagination .nav-previous,
.post-navigation .nav-previous {
	width: 48%;
}
.comment-navigation .nav-next,
.navigation.pagination a.next,
.post-navigation .nav-next {
	text-align: right;
	width: 48%;
	margin-left: auto;
}
.navigation.pagination a.next {
	margin-left: 0;
}
.navigation.pagination a.prev:before,
.post-navigation .nav-previous a:before {
	font-family: dashicons;
	content: "\f341";
	padding-right: 0.5rem;
	vertical-align: bottom;
}
.navigation.pagination a.next:after,
.post-navigation .nav-next a:after {
	font-family: dashicons;
	content: "\f345";
	padding-left: 0.5rem;
	vertical-align: bottom;
}
.mobile-menu-wrapper {
	position: absolute;
	top: 0;
	padding-top: 32px;
	padding-top: 2rem;
	width: 300px;
	height: 100%;
	z-index: 1;
	opacity: 0;
	-webkit-transition: all .25s;
	transition: all .25s;
	-ms-transform: translateX(-300px);
	-webkit-transform: translateX(-300px);
	transform: translateX(-300px);
	background: #eaeaea;
}
.menu-toggled .mobile-menu-wrapper {
	opacity: 1;
	-ms-transform: translateX(0);
	-webkit-transform: translateX(0);
	transform: translateX(0);
}
.menu-toggled .site { d
	-ms-transform: translateX(300px);
	-webkit-transform: translateX(300px);
	transform: translateX(300px);
}
.mobile-menu-wrapper {
	background: #333333;
}
.mobile-menu-wrapper .menu-toggle {
	margin-left: 32px;
	margin-left: 2rem;
}
.mobile-menu-wrapper .menu-toggle .dashicons {
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}
.mobile-menu-wrapper ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.mobile-menu-wrapper ul ul {
	margin-left: 1rem;
}
.mobile-menu-wrapper li a {
	display: block;
	padding: 16px 32px;
	padding: 1rem 2rem;
	border-bottom: 1px solid rgba(255,255,255,0.1);
	color: #fff;
	text-decoration: none;
}
.mobile-menu-wrapper .widget {
	padding: 1em 2em;
}
.mobile-menu-wrapper .widget .fa {
	font-size: 200%;
	margin-right: 0.5em;
}
@media screen and (max-width: 64em) {
	.site {
		-ms-transform: translateX(0);
		-webkit-transform: translateX(0);
		transform: translateX(0);
		transition: all 0.25s;
	}
}
@media screen and (min-width: 64em) {
	.menu-toggle,
	.mobile-menu-wrapper {
		display: none;
	}
	.menu-toggled .site {
		-ms-transform: translateX(300px);
		-webkit-transform: translateX(300px);
		transform: translateX(300px);
	}
	.main-navigation ul {
		display: block;
	}
	.navigation-menu ul {
		display: block;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

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

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

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.textcenter {
	text-align: center;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after,
.homepage-section-wrapper:before,
.homepage-section-wrapper:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.homepage-section-wrapper:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 32px;
	margin: 0 0 2rem;
}
.widget:last-child {
	margin-bottom: 0;
}
/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}
.widget_search .search-form {
	height: 40px;
	position: relative;
}
button.search-submit {
	position: absolute;
	right: 0;
	top: 0;
	background: transparent;
	color: #ddd;
	height: 90%;
}
.widget_search .search-field {
	max-width: 100%;
	width: 100%;
}
.widget_search .search-form label {
	min-width: 10px;
	width: 100%;
}
.entry-wrapper .widget {
	margin-top: 2rem;
}
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Hero Banner
--------------------------------------------------------------*/
.hero-banner-wrapper {
	position: relative;
	padding: 6rem 0;
	margin-bottom: 2rem;
	background-color: #000;
}
.page-template-page-homepage .hero-banner-wrapper {
	margin-bottom: 0;
}
.hero-banner-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover;
}
.repeatable-background-image .hero-banner-bg {
	background-repeat: repeat;
	background-size: auto;
}
.has-background-image .hero-banner-bg {
	opacity: 0.5;
}
.hero-banner-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: repeat;
	opacity: 0.35;
}
.hero-banner-inner {
	color: #d1d1d1;
	position: relative;
}
@media screen and (max-width: 64em ) {
	.hero-banner-content-wrap {
		margin-bottom: 2rem;
	}
}

.hero-banner-inner h1,
.hero-banner-inner a {
	color: #fff;
}
.hero-banner-inner p {
	font-size: 1.5rem;
}
.hero-box-shadow .hero-banner-inner img {
	box-shadow: 0 0 20px rgba(0,0,0,0.5);
}
@media screen and (max-width: 64em) {
	.banner-content-wrapper {
		margin-bottom: 2rem;
	}
}
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.page-header {
	position: relative;
}
.blog-article {
	margin: 0 0 32px;
	margin: 0 0 2rem;
}
.featured-image {
	background-color: #666;
}
.featured-image img {
	vertical-align: middle;
	margin: 0;
}
.featured-image.repeatable-featured-image {
	height: 300px;
	width: 100%;
	background-repeat: repeat;
	background-size: auto;
}
.featured-image.repeatable-featured-image a {
	display: block;
	width: 100%;
	height: 100%;
}
.blog-article h2.entry-title {
	font-size: 24px;
	font-size: 1.5rem;
}
.blog-article .entry-wrapper {
	position: relative;
	padding: 32px;
	padding: 2rem;
	background-color: #fff;
}
.read-more a {
	margin: 32px 0 16px 0;
	margin: 2rem 0 1rem 0;
}
.blog-article .entry-header {
	text-align: left;
}
.sticky {
	display: block;
}

.byline,
.updated:not(.published) {
	/* display: none; */
}

.single .byline,
.group-blog .byline {
	display: inline;
}
.page-content,
.entry-content,
.entry-summary {
}
.content-panel {
	padding: 2rem;
	margin-bottom: 2rem;
	background-color: #fff;
}
.blog-article .entry-content {
	margin: 16px 0;
	margin: 1rem 0;
	-webkit-flex-grow: 1;
	flex-grow: 1;
}
.entry-content p:last-child {
	margin-bottom: 0;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
.blog-article .edit-link {
	position: absolute;
	right: 2rem;
}
.entry-meta-wrapper {
	position: relative;
	display: inline-block;
	height: 40px;
}
.entry-meta-wrapper .gravatar {
	width: 48px;
	width: 3rem;
	margin: 0;
	display: inline-block;
}
.archive-entry-meta {
	margin-top: 1rem;
	padding-top: 1rem;
	border-top: 1px solid #ddd;
}
@media screen and (max-width: 48em) {
	.archive-entry-meta {
		-webkit-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: flex-start;
		-webkit-align-items: flex-start;
		-ms-flex-align: flex-start;
		align-items: flex-start;
	}
	.entry-meta-wrapper {
		margin-bottom: 1rem;
	}
}
.post-author {
	display: inline-block;
	height: 40px;
	vertical-align: middle;
}
a.more-link {
	display: table;
	margin-top: 1rem;
}
/*--------------------------------------------------------------
# Homepage
--------------------------------------------------------------*/
.homepage-section-wrapper {
	padding: 4rem 0;
}
.homepage-section-header {
	margin: 0 auto 2rem;
	text-align: center;
	max-width: 800px;
}
h2.homepage-section-heading {
	margin-top: -1rem;
	margin-bottom: 1rem;
}
.homepage-section-header p.description {
	font-size: 1.5rem;
	opacity: 0.65;
}
.homepage-section-wrapper.homepage-section-pages,
.homepage-section-wrapper.homepage-section-blog,
.homepage-section-wrapper.homepage-section-downloads,
.homepage-section-wrapper.homepage-section-download_categories {
	padding-bottom: 2rem;
}
.homepage-section-pages .entry-content {
	margin-top: 0;
}
/* 768px */
@media screen and (min-width: 48em) {
	.homepage-section-wrapper .is-single-element .blog-article .article-inner-wrapper {
		-webkit-flex-direction: row;
		flex-direction: row;
	}
	.homepage-section-wrapper .is-single-element .featured-image,
	.homepage-section-wrapper .is-single-element .entry-wrapper {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 50%;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.homepage-section-wrapper .is-single-element .blog-article .entry-wrapper {
		padding: 2rem;
	}
}
.homepage-section-wrapper .blog-article {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
}
.homepage-section-wrapper .featured-article .entry-header a {
	color: inherit;
}
.homepage-section-wrapper .blog-article .article-inner-wrapper {
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	/* background-color: #fff; */
	height: 100%;
}
.homepage-section-wrapper .blog-article .entry-wrapper {
	position: relative;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-grow: 1;
	flex-grow: 1;
	-webkit-flex-direction: column;
	flex-direction: column;
	background-color: transparent;
	height: 100%;
	height: auto;
	padding: 1rem;
}
/* IE hack, sorry */
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
	.blog-article,
	.blog-article .article-inner-wrapper,
	.blog-article .entry-wrapper {
		display: block !important;
		height: auto !important;
	}
}
.homepage-section-wrapper .featured-article .entry-wrapper {
	padding: 1rem 0;
}
.homepage-section-wrapper .featured-article h2,
.homepage-section-wrapper .featured-article .entry-content {
	margin: 0 0 0.5rem;
}
.homepage-section-wrapper .featured-article .entry-content p:last-child {
	margin-bottom: 0.5rem;
}
/*--------------------------------------------------------------
## Icons
--------------------------------------------------------------*/
.showcase-icon {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	margin-bottom: 2rem;
}
.showcase-icon-image {
	margin-right: 1rem;
	flex: 0 0 6rem;
	text-align: center;
}
.showcase-icon h4 {
	margin: 0;
}
/*--------------------------------------------------------------
## Plans
--------------------------------------------------------------*/
.showcase-plan-wrapper {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	text-align: center;
}
.showcase-plan-inner {
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	padding: 2rem;
	background-color: #fff;
	border-top: 5px solid #fff;
}
.showcase-plan-title h4 {
	font-weight: 600;
}
.showcase-plan-desc {
	-webkit-flex-grow: 1;
	flex-grow: 1;
}
.entry-content .showcase-plan-wrapper div {
    margin-bottom: 1rem;
}
.showcase-plan-price h3 {
	margin-bottom: 0;
}
.showcase-plan-price h3 span.price-text {
	font-size: 60%;
}
.showcase-plan-separator {
	margin: 0 auto;
	width: 100px;
	height: 1px;
	background: #ccc;
}
.site .showcase-plan-cta .edd-submit.button {
	margin-right: 0;
}

/*--------------------------------------------------------------
## Download Categories
--------------------------------------------------------------*/
.showcase-download-category-wrapper {
	text-align: center;
	margin-bottom: 2rem;
}
.showcase-download-category-wrapper a {
	display: block;
	color: inherit;
}
/*--------------------------------------------------------------
# Categories
--------------------------------------------------------------*/
.archive-entry-meta p.cat-links {
	margin-bottom: 0;
}
.cat-links a {
	display: inline-block;
	padding: 0.25rem 0.5rem;
	font-size: 0.85rem;
	color: #fff;
	background-color: #c0392b;
	border-radius: 5px;
	margin-right: 0.25rem;
}
.cat-links a:last-child {
	margin-right: 0;
}
p.tag-links {
	margin-top: 1rem;
	border-top: 1px solid #ddd;
	padding-top: 1rem;
}
p.tag-links a {
	margin-right: 0.5rem;
}
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comments-area {
	padding-top: 32px;
	padding-top: 2rem;
}
.comment {

}
.comment-wrapper {

}
.comment-list {
	margin: 0;
	list-style: none;
}
.comment-respond label {
	display: block;
}
.comment-form-author input,
.comment-form-email input,
.comment-form-url input {
	width: 100%;
}
@media screen and (min-width: 64em) {
	.comment-form-author,
	.comment-form-email,
	.comment-form-url {
		width: 32%;
		float: left;
		margin-right: 2%;
	}
	.comment-form-url {
		margin-right: 0;
	}
}
/*--------------------------------------------------------------
## Meta
--------------------------------------------------------------*/
.comment-meta-wrapper {
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	margin-bottom: 1rem;
}
.comment .gravatar {
	width: 48px;
	width: 3rem;
	margin: 0;
}
.comment-meta {
	line-height: 1;
}
.gravatar {
	margin-right: 8px;
}
.site-content img.avatar {
	border-radius: 50%;
	vertical-align: bottom;
	margin: 0;
	min-width: 40px;
	border: 1px solid #ddd;
	padding: 1px;
}
.comment .gravatar {
	width: 48px;
	width: 3rem;
	margin: 0;
}
.comment-meta {
	line-height: 1.2;
}
.comment-meta-item,
.entry-meta-item {
	font-size: 12px;
	text-transform: uppercase;
}
.comment-content {
	padding: 2rem;
	background-color: #fff;
	margin-bottom: 2rem;
	position: relative;
}
.comment-content:after {
	position: absolute;
	top: -8px;
	left: 12px;
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 8px solid #fff;
}
.comment-reply-link {
	font-family: inherit;
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 1.5;
	text-transform: uppercase;
}
.comment-edit-link {
	float: right;
}
.child-comments {
	margin-top: 2rem;
	padding-left: 3rem;
}
/*--------------------------------------------------------------
## Author Bio
--------------------------------------------------------------*/
.author-bio-avatar {
	margin-right: 1rem;
	-webkit-flex-grow: 0;
	flex-grow: 0;
	max-width: 64px;
}
.author-bio-wrapper p {
	font-size: 90%;
}
.author-bio-wrapper p:last-child {
	margin-bottom: 0;
}
.author .all-my-posts {
	display: none;
	visibility: hidden;
}
/*--------------------------------------------------------------
## Page template tweaks
--------------------------------------------------------------*/
.page-template-page-narrow-column .content-area {
	width: 100%;
}

/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/
#secondary {
	margin: 0 0 2rem;
}
.single-sidebar-left #secondary,
.sidebar-left #secondary {
	-webkit-order: 1;
	order: 1;
}
.single-sidebar-left .content-area,
.archive-sidebar-left .content-area {
	-webkit-order: 2;
	order: 2;
}
.widget ul {
	list-style: none;
	margin-left: 0;
}
.widget p:last-child {
	margin-bottom: 0;
}
.widget ul li {
	padding: 8px 0;
	padding: 0.5rem 0;
	border-bottom: 1px solid #ddd;
}
.widget ul li:last-child {
	border-bottom: 0;
}
.widget .collapsable-menu ul {
	padding-left: 2rem;
	-webkit-transform-origin: top;
	transform-origin: top;
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
	max-height: 999px;
	transition: all 0.15s;
}
.widget .collapsable-menu.collapsed ul {
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	max-height: 0;
}
.widget .collapsable-menu ul li {
	border-bottom: 0;
}
.widget li.collapsable-menu {
	position: relative;
}
.widget li.collapsable-menu:before {
	font-size: 24px;
	font-family: dashicons;
	content: "\f140";
	position: absolute;
	top: 2px;
	right: 0;
}
.widget li.collapsable-menu.collapsed:before {
	content: "\f141";
}

.sidebar-format-titled #secondary h5.widget-title {
	position: relative;
}
.sidebar-format-titled #secondary h5.widget-title span {
	background: #ecf0f1;
	z-index: 9;
	position: relative;
	padding-right: 1rem;
}
.sidebar-format-titled #secondary h5.widget-title:after {
	position: absolute;
	left: 0;
	top: 10%;
	content: "";
	height: 80%;
	width: 100%;
	background-image: -webkit-repeating-radial-gradient(center center, rgba(0,0,0,.2), rgba(0,0,0,.2) 1px, transparent 1px, transparent 100%);
	background-image: -moz-repeating-radial-gradient(center center, rgba(0,0,0,.2), rgba(0,0,0,.2) 1px, transparent 1px, transparent 100%);
	background-image: -ms-repeating-radial-gradient(center center, rgba(0,0,0,.2), rgba(0,0,0,.2) 1px, transparent 1px, transparent 100%);
	background-image: repeating-radial-gradient(center center, rgba(0,0,0,.2), rgba(0,0,0,.2) 1px, transparent 1px, transparent 100%);
	-webkit-background-size: 3px 3px;
	-moz-background-size: 3px 3px;
	background-size: 3px 3px;
	opacity: 0.25;
}
.sidebar-format-panel #secondary .widget {
	background-color: #fff;
	padding: 1rem;
}
.sidebar-format-panel #secondary .widget_search {
	padding: 0;
}
.sidebar-format-panel #secondary .widget {
	margin-bottom: 2rem;
}
.sidebar-format-panel #secondary ul {
	margin-bottom: 0;
}
.sidebar-format-panel #secondary ul li:last-child,
.sidebar-format-panel #secondary ul.ctdb-widget-profile-list.with-gravatar li:last-child {
	padding-bottom: 0;
	border-bottom: 0;
}
.sidebar-format-panel #secondary .widget-no-padding {
	padding: 0;
	background: transparent;
}
.ctdb-not-logged-in.sidebar-format-panel #secondary .widget_ctdb_login {
	padding: 0;
	background: transparent;
}
.ctdb-widget-login-button:last-child {
	margin-right: 0;
}
.widget_ctdb_login .ctdb-form-section.active-section {
	border: 0;
	padding: 0;
}
.widget_ctdb_login .ctdb-form-section fieldset {
	margin: 0;
	padding: 0;
}
.widget_ctdb_login input[type="text"],
.widget_ctdb_login input[type="password"],
.widget_ctdb_login input[type="submit"],
.widget_ctdb_login input[type="email"] {
	width: 100%;
}
.widget_ctdb_login td {
	padding-left: 0;
}
.ctdb-login-widget-avatar {
	width: 40px;
	margin-right: 0;
}
.ctdb-login-widget-avatar img {
	width: 32px;
}
/*--------------------------------------------------------------
# Search
--------------------------------------------------------------*/
.search-results .entry-summary {
	margin: 0;
}
.search-results .hentry {
	margin: 2rem 0 1rem;
	padding-bottom: 1rem;
	border-bottom: 1px solid #ddd;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.site-footer {
}
.site-footer-full-width {
	padding: 64px 0;
	padding: 4rem 0;
	position: relative;
	color: #eee;
}
.site-footer-full-width a {
	color: #fff;
}
.site-footer-full-width .widget {
	position: relative;
	z-index: 0;
}
.site-footer-full-width p:last-child {
	margin: 0;
}
.site-footer-full-width-inner {
	background-color: #c0392b;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 0;
}
.hide-full-width-footer .site-footer-full-width {
	display: none;
}
.site-footer-columns {
	padding: 32px 0 0;
	padding: 2rem 0 0;
	position: relative;
	background-color: #c0392b;
	color: #333;
}
.site-footer-columns a {
	color: #111;
}
.site-footer-columns .row {
	position: relative;
	z-index: 1;
}
.site-footer-columns .col {
	margin-bottom: 32px;
	margin-bottom: 2rem;
}
.site-footer ul.menu {
	list-style: none;
	margin-left: 0;
}
.site-footer-columns .col .widget p:last-child {
	margin-bottom: 0;
}
.site-footer-columns-inner {
	background-color: #fff;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 0;
}
.hide-footer .site-footer-columns {
	display: none;
}
.site-info {
	background-color: #fff;
	text-align: center;
	font-size: 95%;
	padding: 16px 0;
	padding: 1rem 0;
	opacity: 0.7;
}
.hide-credits .site-info {
	display: none;
}
/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

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

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

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

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

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

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

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
## Documentation
--------------------------------------------------------------*/
#documentation-headings-wrapper {
	margin-bottom: 1rem;
}
.documentation-heading {
	background: #fff;
	margin-bottom: 0.25rem;
}
.documentation-heading a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 1rem 2rem;
}
.documentation-heading p {
	margin: 0;
}
.page-template-page-documentation h2 {
	position: relative;
}
.page-template-page-documentation h2 .dashicons {
	position: absolute;
    right: 0;
    top: 25%;
}

/*--------------------------------------------------------------
## Feature
--------------------------------------------------------------*/
.feature-wrapper {
	padding: 2rem;
	margin-bottom: 2rem;
	background-color: #f9f9f9;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}
.feature-wrapper.minor {
	margin-bottom: 1rem;
}
.feature-image-wrapper {
	margin: 0 2rem 0 0;
	-webkit-flex: 0 0 50%;
	flex: 0 0 50%;
}

.image-right.feature-wrapper .feature-image-wrapper {
	order: 2;
	margin: 0 0 0 2rem;
}
@media screen and (max-width:768px) {
	.feature-wrapper {
		display: block;
	}
	.feature-wrapper .feature-image-wrapper,
	.image-right.feature-wrapper .feature-image-wrapper {
		order: 1;
		margin: 0 auto 1rem;
		text-align: center;
	}
}
.feature-single-image-wrapper {
	padding: 2rem 0;
	background: #f9f9f9;
	margin-bottom: 2rem;
	text-align: center;
}
.feature-single-image-wrapper img {
	max-width: 90%
}
.product-image-gif {
	margin: 1rem auto;
  border: 5px solid #f1f1f1;
	text-align: center;
	display: block;
}
.feature-content-wrapper ul {
	list-style: none;
	margin-bottom: 0
}
.feature-content-wrapper li {
	position: relative;
}
.feature-content-wrapper li:before {
	font-family: Dashicons;
	content: "\f147";
	position: absolute;
	font-size: 1.3rem;
	left: -2rem;
	top: -0.25rem;
}
p:empty {
	display: none;
}
h2 {
	position: relative;
}
.back-to-top.dashicons {
	position: absolute;
    right: 0;
    top: 25%;
}
h2:first-of-type .back-to-top {
	display: none;
}
/*--------------------------------------------------------------
## Interview
--------------------------------------------------------------*/
.interview-response-wrapper {
	padding: 2rem 2rem 2rem 3rem;
	min-height: 6rem;
	background-color: #f9f9f9;
	margin: 0 0 2rem 2rem;
	position: relative;
}
.interview-response-wrapper.large-format {
	padding: 2rem 2rem 2rem 4rem;
	margin-left: 2.75rem;
}
.interview-response-wrapper.large-format:after {
	content: "\f122";
	position: absolute;
	font-size: 8rem;
	font-family: dashicons;
	opacity: 0.1;
	z-index: 0;
	top: 50%;
	left: 4rem;
	transform: translateY(-50%);
}
.interview-response-wrapper p:last-of-type {
	margin-bottom: 0;
}
.interviewee {
	position: absolute;
	top: 1rem;
	left: -2.25rem;
	width: 4rem;
}
.large-format .interviewee {
	width: 6rem;
	height: 6rem;
	left: -3rem;
	top: 50%;
	transform: translateY(-50%);
}
.interviewee img {
	border-radius: 50%;
	border: 0.25rem solid #fff;
	display: block;
}
.interview-profile-wrapper {
	padding: 2rem;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	background: #f9f9f9;
	border: 1px solid #f1f1f1;
	margin-bottom: 2rem
}
.profile-image {
	width: 8rem;
}
.profile-image img {
	display: block;
	border-radius: 50%;
	border: 0.25rem solid #fff;
}
.profile-links ul {
	list-style: none;
	margin-bottom: 0;
}
.profile-links li.title {
	font-size: 1.25rem;
	margin-bottom: 0.25rem;
}
.profile-links h4 {
	margin: 0 0 0.5rem;
	line-height: 1;
}
.profile-links .dashicons {
	font-size: 16px;
	margin-top: 4px;
}
/*--------------------------------------------------------------
## Account
--------------------------------------------------------------*/
.showcase-account-wrapper {
	display: -webkit-flex;
	display: flex;
}

ul.showcase-account-tabs-wrapper {
	width: 18%;
	list-style: none;
	padding: 0;
	margin: 0 2% 0 0;
}
li.account-tab {
  display: block;
  padding: 0.5rem 1rem;
  background: #f9f9f9;
  margin-bottom: 0.25rem;
}
li.account-tab a {
	position: relative;
	margin-left: 1.5rem;
	color: #353531
}
li.account-tab a:before {
	font-family: Dashicons;
	position: absolute;
  left: -1.5rem;
}
li#tab-profile a:before {
	content: "\f110";
}
li#tab-history a:before {
	content: "\f174";
}
li#tab-downloads a:before {
	content: "\f316";
}
li#tab-subscriptions a:before {
	content: "\f469";
}
li.account-tab.active-tab {
  background: #f1f1f1;
}
.showcase-account-panels-wrapper {
	width: 80%;
	-webkit-flex-grow: 1;
	flex-grow: 1
}
.account-panel {
	display: none;
}
.account-panel.account-panel-login {
	display: block;
}
.account-panel.active-panel {
	display: block;
}
.account-panel fieldset {
	padding: 0;
}
.account-panel legend {
	line-height: 1.5;
	padding: 0.5rem;
	font-weight: 600;
	background: #f5f5f5;
	width: 100%;
	margin-bottom: 1rem
}
.account-panel .edd_form p,
.account-panel .edd_form p {
	display: inline-block;
	width: 48%;
	margin-bottom: 1rem
}
.account-panel p:nth-of-type(even) {
	margin-left: 2%;
	float: right
}
.account-panel .edd_form label {
	display: block;
	font-weight: 600
}
.account-panel #edd_login_form p.edd-login-submit,
.account-panel #edd_login_form p.edd-lost-password {
	display: block;
	width: 100%
}
#edd_login_form legend,
#edd_register_form legend {
	font-size: 100%;
}
.account-panel .edd_form input[type=text],
.account-panel .edd_form input[type=password],
.account-panel .edd_form input[type=email],
.account-panel .edd_form select {
	width: 100%
}
.account-panel .edd_form select {
	height: 40px;
}
a.edd-manage-license-back.edd-submit.button,
a.edd-manage-license-back.edd-submit.button:hover {
	padding: 0;
	background: transparent;
	font-size: 0;
	width: 16px;
	height: 16px;
	margin-right: -1rem
}
a.edd-manage-license-back.edd-submit.button:before,
a.edd-manage-license-back.edd-submit.button:after {
	content: '';
  position: absolute;
  width: 16px;
  height: 4px;
  background-color: black;
  top: 0;
	right: 0;
	opacity: 1;
	display: block;
}
a.edd-manage-license-back.edd-submit.button:before {
	-webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
  left: -2px;
}
a.edd-manage-license-back.edd-submit.button:after {
	-webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 2px;
}
.showcase-account-panels-wrapper .edd_sl_table {
	background: #f9f9f9;
	margin-bottom: 1rem
}
.showcase-edd-template-wrapper {
	background: #f9f9f9;
	padding: 0 1rem 1rem;
	margin-bottom: 2rem
}
.showcase-edd-template-wrapper p {
	background: #f9f9f9;
	margin-bottom: 0;
	padding: 1rem;
	position: relative;
	text-align: right
}
.showcase-edd-template-wrapper p.edd-sl-manage-license-details {
	text-align: left;
	padding: 0
}
.showcase-edd-template-wrapper .edd-sl-manage-license-key,
.showcase-edd-template-wrapper .edd-sl-manage-license-product {
	display: block;
}
.showcase-edd-template-wrapper tbody .edd_sl_license_row {
	background: #f5f5f5
}
.showcase-edd-template-wrapper #edd_sl_license_add_site_form span {
	display: block;
	margin-bottom: 0.5rem
}
.showcase-edd-template-wrapper .edd-input {
	width: 300px;
}
#edd_user_history th {
	font-weight: 600
}
/*--------------------------------------------------------------
## Easy Digital Downloads
--------------------------------------------------------------*/
.blog-article.type-download {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
}
.blog-article.type-download .article-inner-wrapper {
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	background-color: #fff;
	height: 100%;
	position: relative;
}
.blog-article.type-download .entry-wrapper {
	position: relative;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-grow: 1;
	flex-grow: 1;
	-webkit-flex-direction: column;
	flex-direction: column;
	background-color: #fff;
	height: 100%;
	height: auto;
	padding: 16px;
	padding: 1rem;
}
.blog-article.type-download .entry-content {
	margin: 0 0 1rem;
}
.blog-article.type-download .edd-entry-meta .button.secondary {
	float: right;
}
.blog-article.col-large-one-third .edd-entry-meta .button,
.blog-article.col-large-one-third .edd-entry-meta .edd_download_purchase_form,
.blog-article.col-large-quarter .edd-entry-meta .button,
.blog-article.col-large-quarter .edd-entry-meta .edd_download_purchase_form {
	display: block;
	width: 100%;
	margin-bottom: 0.5rem;
}
.blog-article.col-large-one-third .edd-entry-meta .edd_download_purchase_form {
	margin-bottom: 0;
}
.homepage-section-wrapper .type-download .featured-image,
.archive-download-featured-image-featured .featured-image {
	/* padding: 2rem; */
}

.blog-article.type-download .edd-entry-meta {
	border-top: 1px solid #ddd;
	padding-top: 1rem;
}
.blog-article.type-download .edd_download_purchase_form {
	display: inline-block;
}
.blog-article.type-download .edd-purchase-wrapper {
	opacity: 0;
	pointer-events: none;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	height: auto;
	padding: 1rem;
	background: rgba(255, 255, 255, 1);
	transition: all 0.25s;
}
.blog-article.type-download .form-toggled .edd-purchase-wrapper {
	opacity: 1;
	pointer-events: auto;
}
.blog-article.type-download .edd-purchase-inner {
	padding: 1rem;
	background: rgba(232, 232, 232, 0.85);
	width: 100%;
	height: 100%;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
}
.edd-purchase-inner h5 {
	text-align: center;
}
.blog-article.type-download .edd-purchase-wrapper form {
	width: 100%;
}
.blog-article.type-download .edd-purchase-inner .edd-entry-meta {
	width: 100%;
	display: block;
}
.edd-close-purchase-wrapper {
	position: absolute;
	top: 2rem;
	right: 2rem;
	cursor: pointer;
}
.edd-purchase-wrapper a.edd-add-to-cart.button.edd-submit.edd-has-js,
.edd-purchase-wrapper a.edd_go_to_checkout.button.edd-submit {
	width: 100%;
	margin-right: 0;
}
.single-download .edd_download_purchase_form {
    margin-bottom: 0;
}

#edd-purchase-button,
.edd-submit,
.site .edd-submit.button,
input[type=submit].edd-submit {
	font-family: inherit;
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: inherit;
	line-height: 1.5;
	padding: .6rem 1.2rem;
	color: #fff;
	border: transparent;
	background: #c0392b;
	text-decoration: none;
	border-radius: 5px;
	display: inline-block;
	zoom: 1;
	white-space: nowrap;
	vertical-align: middle;
	text-align: center;
	cursor: pointer;
	-webkit-user-drag: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	box-sizing: border-box;
	position: relative;
	opacity: 1;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transition: all 0.35s;
	z-index: 100;
	margin-right: 0.5rem;
}
#edd-purchase-button:before,
.site .edd-submit:before,
input[type=submit].edd-submit:before {
	content: "";
	display: block;
	opacity: 0;
	background: #000;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transition: all 0.35s;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: -100;
}
.site #edd-purchase-button:hover,
.site .edd-submit:hover,
.site input[type=submit].edd-submit:hover {
	opacity: 0.9;
	color: #fff;
	border: transparent;
	background: #c0392b;
}
#edd-purchase-button:hover:before,
.edd-submit:hover:before,
input[type=submit].edd-submit:hover:before {
	opacity: 0.2;
}

.blog-article.type-download .edd-entry-meta .edd-submit.button {
	margin-right: 0;
}

.edd-cart-added-alert,
.edd-add-to-cart[data-edd-loading] .edd-cart-added-alert {
	font-size: 0.9375rem;
	position: absolute;
	top: 50%;
	left: 5%;
	z-index: 999;
	transform: translate(0,-50%);
	text-align: center;
	width: 90%;
	color: #fff;
	background: #c0392b;
	font-size: 0;
	border: 5px;
	display: block;
}
.edd-cart-added-alert:before {
	font-family: Dashicons;
	font-size: 1.25rem;
	content: "\f147";
}
#edd_checkout_cart .edd_cart_header_row th {
	border: 0;
	background: #ecf0f1;
}
#edd_checkout_cart td,
#edd_checkout_cart th {
	border: 0;
	padding: 1rem;
}
table#edd_checkout_cart tr:nth-child(even) td {
	background: #f9f9f9;
}
#edd_checkout_form_wrap fieldset {
	padding: 0;
	border: 0;
	margin: 2rem 0 0;
}
@media screen and (min-width: 64em) {
	#edd-email-wrap,
	#edd-first-name-wrap,
	#edd-last-name-wrap {
		width: 32%;
		margin-right: 2%;
		float: left;
	}
	#edd-last-name-wrap {
		margin-right: 0;
	}
}

#edd_checkout_form_wrap legend {
	margin: 0 0 1rem;
}
#edd_checkout_form_wrap fieldset#edd_cc_fields {
	border: 0;
	background: #f9f9f9;
	padding: 2rem;
}
#edd_checkout_form_wrap fieldset#edd_cc_fields {
	padding-top: 4rem;
}
#edd_checkout_form_wrap fieldset#edd_cc_fields legend {
	position: absolute;
	top: 2rem;
	margin: 0;
}
#edd_checkout_form_wrap input.edd-input,
#edd_checkout_form_wrap textarea.edd-input {
	width: 100%;
}
#edd-discount {
	margin-bottom: 1rem;
}
#edd_purchase_form input[type=submit].edd-submit {
	width: 100%;
}

#edd_user_history td,
#edd_user_history th {
	line-height: 1.5;
	padding: 0.5rem;
}

.showcase-orderby {
	margin-bottom: 2rem;
}
@media screen and (min-width: 64em) {
	.showcase-orderby {
		margin-bottom: 0;
		position: absolute;
		top: 1rem;
		right: 0;
	}
}
/*--------------------------------------------------------------
## EDD Related Downloads
--------------------------------------------------------------*/

@media screen and (min-width: 48em) {
	.entry-wrapper .widget_edd_related_downloads_widget ul:before,
	.entry-wrapper .widget_edd_related_downloads_widget ul:after,
	.entry-wrapper #isa-related-downloads ul:before,
	.entry-wrapper #isa-related-downloads ul:after {
		content: "";
		display: table;
		table-layout: fixed;
	}
	.entry-wrapper .widget_edd_related_downloads_widget ul:after,
	.entry-wrapper #isa-related-downloads ul:after {
		clear: both;
	}
	.entry-wrapper .widget.widget_edd_related_downloads_widget ul li:after,
	.entry-wrapper #edd-related-downloads-widget li:after,
	.entry-wrapper #isa-related-downloads li:after {
		display: block;
		visibility: visible;
		float: none;
		clear: none;
		text-indent: 0;
		content: none;
	}
	.entry-wrapper .widget.widget_edd_related_downloads_widget ul li,
	.entry-wrapper #edd-related-downloads-widget li,
	.entry-wrapper #isa-related-downloads li {
		float: left;
		width: 31%;
		margin-right: 2%;
		clear: none;
		display: inline;
	}
}
@supports (display:grid) {
	.entry-wrapper .widget_edd_related_downloads_widget ul:before,
	.entry-wrapper .widget_edd_related_downloads_widget ul:after,
	.entry-wrapper #isa-related-downloads ul:before,
	.entry-wrapper #isa-related-downloads ul:after {
		content: none;
	}
	@media screen and (min-width: 48em) {
		.entry-wrapper .widget_edd_related_downloads_widget ul,
		.entry-wrapper #isa-related-downloads ul {
			display: grid;
			grid-template-columns: 1fr 1fr 1fr;
			grid-gap: 32px;
			grid-gap: 2rem;
		}
	}
	.entry-wrapper .widget.widget_edd_related_downloads_widget ul li,
	.entry-wrapper #edd-related-downloads-widget li,
	.entry-wrapper #isa-related-downloads li {
		float: none;
		width: 100%;
		margin-right: 0;
	}
}
.entry-wrapper .widget.widget_edd_related_downloads_widget ul,
.entry-wrapper #edd-related-downloads-widget ul,
.entry-wrapper #isa-related-downloads ul {
	padding: 0;
	margin: 0;
}
.entry-wrapper .widget.widget_edd_related_downloads_widget ul li,
.entry-wrapper #edd-related-downloads-widget li,
.entry-wrapper #isa-related-downloads li {
	padding: 0 0 16px;
	padding: 0 0 1rem;
	border-bottom: 0;
	text-align: left;
}
#edd-related-downloads-widget li a img,
#isa-related-downloads li a img {
	float: none;
	width: 100%;
	padding: 0;
	margin: 0;
	height: auto;
	max-width: 9999px;
}
#edd-related-downloads-widget li a,
#isa-related-downloads li a {
	float: none;
	width: 100%;
	padding: 0;
	margin: 0;
	height: auto;
}
#edd-related-downloads-widget li a p,
#isa-related-downloads li {
	display: block;
	margin: 0.5rem 0 0;
	padding: 0;
	float: none;
	clear: none;
	max-width: 100%;
	font-size: 1.5rem;
}
/*--------------------------------------------------------------
## ADD for EDD
--------------------------------------------------------------*/
.widget.widget_add_for_edd .edd-add-to-cart {
	width: 100%;
}
.add-category-wrapper p:last-child {
	margin-bottom: 1rem;
}
/*--------------------------------------------------------------
## Testimonials for WP
--------------------------------------------------------------*/
.homepage-section-wrapper .testimonials-for-wp-wrapper {
	margin-bottom: -2rem;
}
/*--------------------------------------------------------------
## Gravity Forms
--------------------------------------------------------------*/
ul.gform_fields {
	list-style: none;
	margin: 0;
	padding: 0;
}
.widget .gform_wrapper .gform_body {
	margin: 0 0 1rem;
}
.widget .gform_wrapper .gform_footer {
	padding: 0 0.5rem;
	margin: 0;
}
body .widget .gform_wrapper ul li.gfield {
	padding: 0 0.5rem;
	margin: 0 0 1rem;
	border-bottom: none;
}
body .widget .gform_wrapper .top_label div.ginput_container {
	margin: 0;
	padding: 0;
}
.widget .gform_wrapper .top_label li.gfield.gf_left_half,
.widget .gform_wrapper .top_label li.gfield.gf_right_half {
	padding: 0 0.5rem;
	margin: 0 0 1rem;
}
.widget .gform_wrapper label.gfield_label {
    font-weight: inherit;
    font-size: inherit;
}
.site-footer-inner .gform_wrapper {
	margin: 0 auto;
	max-width: 640px;
}
.gform_wrapper {
	position: relative;
}
.gform_wrapper .gform_ajax_spinner {
    padding: 0;
	position: absolute;
	bottom: -3rem;
	left: 50%;
	transform: translateX(-50%);
	z-index: 999;
}
/*--------------------------------------------------------------
## JP Share
--------------------------------------------------------------*/
.sharedaddy {
	margin: 1rem 0;
}
.hero-banner-wrapper .sharedaddy,
.author-bio-content .sharedaddy {
	display: none;
}
.entry-content div.sharedaddy h3.sd-title {
    margin: 0 0 1em 0;
    display: inline-block;
    line-height: inherit;
    font-size: inherit;
    font-weight: normal;
}

/*--------------------------------------------------------------
## Spinner
/* http://tobiasahlin.com/spinkit/
--------------------------------------------------------------*/
.page-loader {
	position: fixed;
	top: 50%;
	left: 50%;
	font-size: 10px;
	margin: 0 auto;
	text-indent: -9999em;
	-webkit-transform: translate3D(-50%,-50%,0);
	-ms-transform: translate3D(-50%,-50%,0);
	transform: translate3D(-50%,-50%,0);
	z-index: 99999;
}
.has-js .page-has-loaded .page-loader {
	display: none;
}
.sk-folding-cube {
	margin: 20px auto;
	width: 40px;
	height: 40px;
	position: relative;
	-webkit-transform: rotateZ(45deg);
	transform: rotateZ(45deg);
}

.sk-folding-cube .sk-cube {
	float: left;
	width: 50%;
	height: 50%;
	position: relative;
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.sk-folding-cube .sk-cube:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #333;
	-webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
	animation: sk-foldCubeAngle 2.4s infinite linear both;
	-webkit-transform-origin: 100% 100%;
	-ms-transform-origin: 100% 100%;
	transform-origin: 100% 100%;
}
.sk-folding-cube .sk-cube2 {
	-webkit-transform: scale(1.1) rotateZ(90deg);
	transform: scale(1.1) rotateZ(90deg);
}
.sk-folding-cube .sk-cube3 {
	-webkit-transform: scale(1.1) rotateZ(180deg);
	transform: scale(1.1) rotateZ(180deg);
}
.sk-folding-cube .sk-cube4 {
	-webkit-transform: scale(1.1) rotateZ(270deg);
	transform: scale(1.1) rotateZ(270deg);
}
.sk-folding-cube .sk-cube2:before {
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
}
.sk-folding-cube .sk-cube3:before {
	-webkit-animation-delay: 0.6s;
	animation-delay: 0.6s;
}
.sk-folding-cube .sk-cube4:before {
	-webkit-animation-delay: 0.9s;
	animation-delay: 0.9s;
}
@-webkit-keyframes sk-foldCubeAngle {
	0%, 10% {
		-webkit-transform: perspective(140px) rotateX(-180deg);
		transform: perspective(140px) rotateX(-180deg);
		opacity: 0;
	}
	25%, 75% {
		-webkit-transform: perspective(140px) rotateX(0deg);
		transform: perspective(140px) rotateX(0deg);
		opacity: 1;
	}
	90%, 100% {
		-webkit-transform: perspective(140px) rotateY(180deg);
		transform: perspective(140px) rotateY(180deg);
		opacity: 0;
	}
}

@keyframes sk-foldCubeAngle {
	0%, 10% {
		-webkit-transform: perspective(140px) rotateX(-180deg);
		transform: perspective(140px) rotateX(-180deg);
		opacity: 0;
	}
	25%, 75% {
		-webkit-transform: perspective(140px) rotateX(0deg);
		transform: perspective(140px) rotateX(0deg);
		opacity: 1;
	}
	90%, 100% {
		-webkit-transform: perspective(140px) rotateY(180deg);
		transform: perspective(140px) rotateY(180deg);
		opacity: 0;
	}
}
