/*
Theme Name: ThemePatio
Author: ThemePatio
Author URI: http://themepatio.com
Description: Custom theme built for ThemePatio by Dmitry Mayorov.
Version:     1.0.0
Text Domain: themepatio
*/

/* Magnific Popup CSS */

.mfp-bg {
	overflow: hidden;
	position: fixed;
	z-index: 1042;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.8;
	background: #0b0b0b;
}

.mfp-wrap {
	position: fixed;
	z-index: 1043;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	outline: none !important;

	-webkit-backface-visibility: hidden;
}

.mfp-container {
	position: absolute;
	top: 0;
	left: 0;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	padding: 0 8px;
	text-align: center;
}

.mfp-container:before {
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	content: '';
}

.mfp-align-top .mfp-container:before {
	display: none;
}

.mfp-content {
	display: inline-block;
	position: relative;
	z-index: 1045;
	margin: 0 auto;
	text-align: left;
	vertical-align: middle;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
	width: 100%;
	cursor: auto;
}

.mfp-ajax-cur {
	cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: zoom-out;
}

.mfp-zoom {
	cursor: pointer;
	cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
	cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}

.mfp-loading.mfp-figure {
	display: none;
}

.mfp-hide {
	display: none !important;
}

.mfp-preloader {
	position: absolute;
	z-index: 1044;
	top: 50%;
	right: 8px;
	left: 8px;
	width: auto;
	margin-top: -0.8em;
	color: #ccc;
	text-align: center;
}

.mfp-preloader a {
	color: #ccc;
}

.mfp-preloader a:hover {
	color: #fff;
}

.mfp-s-ready .mfp-preloader {
	display: none;
}

.mfp-s-error .mfp-content {
	display: none;
}

button.mfp-close,
button.mfp-arrow {
	display: block;
	overflow: visible;
	z-index: 1046;
	padding: 0;
	border: 0;
	-webkit-appearance: none;
	outline: none;
	background: transparent;
	box-shadow: none;
	cursor: pointer;

	-ms-touch-action: manipulation;
	    touch-action: manipulation;
}

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

.mfp-close {
	position: absolute;
	top: 0;
	right: 0;
	width: 44px;
	height: 44px;
	padding: 0 0 18px 10px;
	opacity: 0.65;
	color: #fff;
	font-family: Arial, Baskerville, monospace;
	font-size: 28px;
	font-style: normal;
	line-height: 44px;
	text-align: center;
	text-decoration: none;
}

.mfp-close:hover,
.mfp-close:focus {
	opacity: 1;
}

.mfp-close:active {
	top: 1px;
}

.mfp-close-btn-in .mfp-close {
	color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
	right: -6px;
	width: 100%;
	padding-right: 6px;
	color: #fff;
	text-align: right;
}

.mfp-counter {
	position: absolute;
	top: 0;
	right: 0;
	color: #ccc;
	font-size: 12px;
	line-height: 18px;
	white-space: nowrap;
}

.mfp-arrow {
	position: absolute;
	top: 50%;
	width: 90px;
	height: 110px;
	margin: 0;
	margin-top: -55px;
	padding: 0;
	opacity: 0.65;

	-webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
	margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
	opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	margin-top: 35px;
	margin-left: 35px;
	border: medium inset transparent;
	content: '';
}

.mfp-arrow:after {
	top: 8px;
	border-top-width: 13px;
	border-bottom-width: 13px;
}

.mfp-arrow:before {
	border-top-width: 21px;
	border-bottom-width: 21px;
	opacity: 0.7;
}

.mfp-arrow-left {
	left: 0;
}

.mfp-arrow-left:after {
	margin-left: 31px;
	border-right: 17px solid #fff;
}

.mfp-arrow-left:before {
	margin-left: 25px;
	border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
	right: 0;
}

.mfp-arrow-right:after {
	margin-left: 39px;
	border-left: 17px solid #fff;
}

.mfp-arrow-right:before {
	border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
	padding-top: 40px;
	padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
	width: 100%;
	max-width: 900px;
	line-height: 0;
}

.mfp-iframe-holder .mfp-close {
	top: -40px;
}

.mfp-iframe-scaler {
	overflow: hidden;
	width: 100%;
	height: 0;
	padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

/* Main image in popup */

img.mfp-img {
	display: block;
	box-sizing: border-box;
	width: auto;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 40px 0 40px;
	line-height: 0;
}

/* The shadow behind the image */

.mfp-figure {
	line-height: 0;
}

.mfp-figure:after {
	display: block;
	position: absolute;
	z-index: -1;
	top: 40px;
	right: 0;
	bottom: 40px;
	left: 0;
	width: auto;
	height: auto;
	background: #444;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	content: '';
}

.mfp-figure small {
	display: block;
	color: #bdbdbd;
	font-size: 12px;
	line-height: 14px;
}

.mfp-figure figure {
	margin: 0;
}

.mfp-bottom-bar {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	margin-top: -36px;
	cursor: auto;
}

.mfp-title {
	padding-right: 36px;
	color: #f3f3f3;
	line-height: 18px;
	text-align: left;
	word-wrap: break-word;
}

.mfp-image-holder .mfp-content {
	max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor: pointer;
}

.wf-loading {
	visibility: hidden;
}

/**
 * Normalize
 */

*,
*:before,
*:after {
	box-sizing: inherit;
}

html {
	overflow-x: hidden;
	box-sizing: border-box;
	font-family: 'proxima-nova', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 16px;

	-webkit-text-size-adjust: 100%;
	    -ms-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
}

body {
	margin: 0;
	color: #555;
	background: #f5f5f5;
	line-height: 1.5;
}

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

abbr[title],
acronym {
	border-bottom: 1px dotted;
	cursor: help;
}

b,
strong {
	font-weight: bold;
}

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

mark,
ins {
	color: #555;
	background: #f0f0f0;
	text-decoration: none;
}

small {
	font-size: 12px;
	font-size: 0.75rem;
}

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

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

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

figure {
	margin: 0 0 1.5em 0;
}

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

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 {
	padding: 0;
	border: 0;
}

input {
	line-height: normal;
}

input[type='checkbox'],
input[type='radio'] {
	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 {
	margin: 0 0 1.5em;
	padding: 0.625em 1em 0;
	border: 2px solid #f0f0f0;
}

legend {
	padding: 0;
	border: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

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

td,
th {
	padding: 0;
}

/**
 * Typography
 */

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	margin: 0 0 16px 0;
	margin: 0 0 1rem 0;
	color: #1e1e1e;
	font-family: 'proxima-nova', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	line-height: 1.125;
}

h1 {
	font-size: 2em;
	font-weight: bold;
}

h2 {
	font-size: 1.5em;
	font-weight: bold;
}

h3 {
	font-size: 1.25em;
	font-weight: normal;
}

h4 {
	font-size: 1em;
	font-weight: normal;
	letter-spacing: 2px;
	text-transform: uppercase;
}

h5 {
	font-size: 1em;
	font-weight: bold;
}

h6 {
	color: #a0a0a0;
	font-size: 1em;
	font-weight: bold;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.comment-content h1,
.comment-content h2,
.comment-content h3,
.tp-theme-desc-content h1,
.tp-theme-desc-content h2,
.tp-theme-desc-content h3 {
	margin-top: 3rem;
}

.entry-content h4,
.entry-content h5,
.entry-content h6,
.comment-content h4,
.comment-content h5,
.comment-content h6,
.tp-theme-desc-content h4,
.tp-theme-desc-content h5,
.tp-theme-desc-content h6 {
	margin-top: 2rem;
	margin-bottom: 0.5rem;
}

.entry-content > h1:first-child,
.entry-content > h2:first-child,
.entry-content > h3:first-child,
.comment-content > h1:first-child,
.comment-content > h2:first-child,
.comment-content > h3:first-child {
	margin-top: 0;
}

/* Copy */

p {
	margin: 0 0 1em;
}

address {
	margin: 0 0 1.5em;
}

big {
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 16px;
	line-height: 1rem;
}

/* Links */

a {
	color: #00b9f2;
	background-color: transparent;
	text-decoration: none;

	-webkit-backface-visibility: hidden;
}

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

a:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

/* Blockquotes */

blockquote,
q {
	margin: 0 0 24px 24px;
	margin: 0 0 1.5rem 1.5rem;
	font-family: 'proxima-nova', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 32px;
	font-size: 2rem;
	font-style: italic;
	line-height: 1.25;
	quotes: '' '';
}

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

blockquote p,
q p {
	margin: 0;
}

cite {
	display: block;
	margin: 0;
	font-family: 'proxima-nova', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 10px;
	font-size: 0.625rem;
	font-style: normal;
	line-height: 24px;
	line-height: 1.5rem;
	letter-spacing: 0.0625em;
	text-transform: uppercase;
}

cite:before {
	content: '\2014\2002';
}

/* Lists */

ul,
ol {
	margin: 0 0 1.5em 1.5em;
	padding-left: 1.5em;
}

ul.no-bullets,
ol.no-bullets {
	margin: 0 0 1.5em 0;
	padding-left: 0;
	list-style: none;
}

ul.no-bullets li,
ol.no-bullets li {
	margin-bottom: 0.5em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: bold;
}

dd {
	margin: 0 0 1.5em;
}

/* Tables */

table {
	width: 100%;
	margin-bottom: 1.4375em;
	padding: 0;
}

td,
th {
	padding: 0.6875em 0.75em 0.75em;
	border-bottom: 1px solid #e8e8e8;
	text-align: left;
}

thead th {
	padding: 1em 1em 0.8333333333em;
	border-bottom: 2px solid #a0a0a0;
	font-size: 12px;
	font-size: 0.75rem;
	font-weight: bold;
	line-height: 24px;
	line-height: 1.5rem;
	text-transform: uppercase;
}

/* Code */

pre {
	overflow: auto;
	max-width: 100%;
	margin-bottom: 1.6em;
	padding: 1.6em;
	background: #f0f0f0;
	font-family: monospace, monospace;
	line-height: 1.6;
	word-wrap: initial;
}

code,
kbd,
pre,
samp,
tt,
var {
	font-family: Monaco, Consolas, 'Andale Mono', 'DejaVu Sans Mono', monospace;
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 24px;
}

code {
	padding: 3px 5px;
	border-radius: 3px;
	background-color: rgba(0, 0, 0, 0.05);
	white-space: nowrap;
}

/**
 * Repeatable Patterns
 */

/* Forms */

input[type='text'],
input[type='email'],
input[type='url'],
input[type='password'],
input[type='search'],
select,
textarea {
	width: 100%;
	padding: 0.6875em 1em;
	border: 1px solid #e8e8e8;
	border-radius: 2px;
	-webkit-appearance: none;
	color: #555;
	background-color: #fff;
	box-shadow: none;
	font-size: 16px;
	font-size: 1rem;
	line-height: 24px;
	line-height: 1.5rem;
	vertical-align: middle;
}

input[type='text']:focus,
input[type='email']:focus,
input[type='url']:focus,
input[type='password']:focus,
input[type='search']:focus,
select:focus,
textarea:focus {
	outline: 0;
	background: #f0f0f0;
}

input[type='text'],
input[type='email'],
input[type='url'],
input[type='password'],
input[type='search'] {
	height: 3em;
}

label {
	color: #a0a0a0;
}

::-webkit-input-placeholder {
	color: #a0a0a0;
}

:-moz-placeholder {
	color: #a0a0a0;
}

::-moz-placeholder {
	opacity: 1;
	color: #a0a0a0;
}

input:-ms-input-placeholder {
	color: #a0a0a0;
}

.post-password-form {
	position: relative;
}

.post-password-form label {
	display: block;
}

.post-password-form input[type='submit'] {
	position: absolute;
	right: 0;
	bottom: 0;
}

.select-wrap {
	position: relative;
}

.select-wrap:after {
	position: absolute;
	top: 1em;
	right: 1em;
	content: '\e82a';
}

/* Buttons */

.button,
button,
input[type='button'],
input[type='reset'],
input[type='submit'],
.posts-navigation a,
#edd-cancel-license-renewal,
.sd-button {
	display: inline-block;
	height: 3em;
	margin: 0;
	padding: 0.6875em 1.5em 0.75em;
	border: 1px solid;
	border-color: #e8e8e8;
	border-radius: 3px;
	-webkit-appearance: none;
	color: #555;
	background-color: #e8e8e8;
	background-image: none;
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	text-decoration: none;
	cursor: pointer;
}

.button:hover,
button:hover,
input[type='button']:hover,
input[type='reset']:hover,
input[type='submit']:hover,
.posts-navigation a:hover,
#edd-cancel-license-renewal:hover,
.sd-button:hover,
.button:focus,
button:focus,
input[type='button']:focus,
input[type='reset']:focus,
input[type='submit']:focus,
.posts-navigation a:focus,
#edd-cancel-license-renewal:focus,
.sd-button:focus {
	text-decoration: none;
}

.button:active,
button:active,
input[type='button']:active,
input[type='reset']:active,
input[type='submit']:active,
.posts-navigation a:active,
#edd-cancel-license-renewal:active,
.sd-button:active {
	outline: 0;
}

.button:focus,
button:focus,
input[type='button']:focus,
input[type='reset']:focus,
input[type='submit']:focus,
.posts-navigation a:focus,
#edd-cancel-license-renewal:focus,
.sd-button:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

.posts-navigation a,
#edd-cancel-license-renewal,
#edd_sl_cancel_renewal_form input[type='submit'] {
	border-color: #e8e8e8;
	color: #555;
	background-color: transparent;
}

.posts-navigation a:hover,
#edd-cancel-license-renewal:hover,
#edd_sl_cancel_renewal_form input[type='submit']:hover,
.posts-navigation a:focus,
#edd-cancel-license-renewal:focus,
#edd_sl_cancel_renewal_form input[type='submit']:focus {
	opacity: 1;
	background-color: #f0f0f0;
}

.tppt-column-premium .button,
.tppt-column-premium button,
.tppt-column-premium
input[type='button'],
.tppt-column-premium
input[type='reset'],
.tppt-column-premium
input[type='submit'],
.tppt-column-premium .posts-navigation a,
.posts-navigation .tppt-column-premium a,
.tppt-column-premium #edd-cancel-license-renewal,
.tppt-column-premium .sd-button,
.not-found .search-submit,
.mc4wp-form input[type='submit'] {
	border-color: #00b9f2;
	color: #fff;
	background-color: #00b9f2;
}

#edd_login_form input[type='submit'],
#edd-add-license-renewal:not(:disabled),
input[type='submit'].edd-apply-discount,
#edd-purchase-button {
	border-color: #1fc281;
	color: #fff;
	background-color: #1fc281;
}

#edd_login_form input[type='submit']:hover,
#edd-add-license-renewal:hover:not(:disabled),
input[type='submit'].edd-apply-discount:hover,
#edd-purchase-button:hover,
#edd_login_form input[type='submit']:focus,
#edd-add-license-renewal:focus:not(:disabled),
input[type='submit'].edd-apply-discount:focus,
#edd-purchase-button:focus {
	opacity: 1;
	background-color: #35df9b;
}

.button-success {
	border-color: #1fc281;
	color: #fff;
	background-color: #1fc281;
}

.button-success:hover,
.button-success:focus {
	opacity: 1;
	background-color: #35df9b;
}

.button-border {
	border-color: #e8e8e8;
	color: #555;
	background-color: transparent;
}

.button-border:hover,
.button-border:focus {
	opacity: 1;
	background-color: #f0f0f0;
}

.button-border-text {
	border-color: #7b7b7b;
	color: #6f6e6e;
	background-color: transparent;
}

.button-border-text:hover,
.button-border-text:focus {
	opacity: 1;
	background-color: rgba(255, 255, 255, 0.2);
}

/* Images */

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

/* Icons */

.select-wrap:after,
.posts-navigation a:before,
.posts-navigation a:after,
.tppt-yes,
.tppt-no,
.comment-reply-title small a:before,
.comment-navigation .nav-previous a:before,
.comment-navigation .nav-next a:after,
.entry-header-edd-back-link:before,
.entry-title-checkout:before,
.edd_download_file a:before {
	display: inline-block;
	width: 1em;
	margin: 0;
	font-family: 'fontello';
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	line-height: 16px;
	line-height: 1rem;
	text-align: center;
	text-decoration: none;
	text-transform: none;
}

/* Lines */

hr {
	box-sizing: content-box;
	height: 1px;
	margin-top: -1px;
	margin-bottom: 1.5em;
	border: 0;
	background-color: #f0f0f0;
}

/* Alerts */

.alert,
.edd_success,
.wpcf7-response-output,
.use-floating-validation-tip .wpcf7-not-valid-tip {
	min-height: 3em;
	margin: 1.5em 0 1.5em;
	padding: 0.75em 1.25em;
	border-radius: 3px;
}

.alert a,
.edd_success a,
.wpcf7-response-output a,
.use-floating-validation-tip .wpcf7-not-valid-tip a {
	color: #555;
	text-decoration: underline;
}

.alert-success,
.edd_success,
.wpcf7-mail-sent-ok {
	background-color: #b9f4dc;
}

.alert-info {
	background-color: #d9f6ff;
}

.alert-warning,
.wpcf7-spam-blocked,
.wpcf7-validation-errors {
	background-color: #fcf0c2;
}

.alert-danger,
.wpcf7-mail-sent-ng,
.use-floating-validation-tip .wpcf7-not-valid-tip {
	background-color: #f8bcbe;
}

.alert-youtube {
	border: 1px solid #cc181e;
	color: #fff;
	background-color: #e73036;
}

.alert-youtube a {
	color: #fff;
}

/* Media */

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

embed,
iframe,
object,
video {
	max-width: 100%;
	margin-bottom: 1.5em;
	vertical-align: middle;
}

p > embed,
p > iframe,
p > object,
p > video {
	margin-bottom: 0;
}

.mejs-container {
	margin: 0 0 1.5em;
}

#content .mejs-time {
	padding-top: 11px;
}

#content .wp-playlist {
	max-width: 100%;
	margin: 0 0 1.5em;
	padding: 0;
	border: none;
	font-size: 16px;
	font-size: 1rem;
	line-height: 24px;
	line-height: 1.5rem;
}

#content .wp-playlist-tracks {
	margin-top: 1.5em;
}

#content .wp-playlist-light {
	color: #555;
	background-color: transparent;
}

#content .wp-playlist-current-item {
	height: 4.5em;
	margin-bottom: 1.5em;
}

#content .wp-playlist-current-item img {
	max-width: 4.5em;
	margin-right: 1.5em;
}

#content .wp-playlist-item,
#content .wp-playlist-item-length {
	padding: 0.6875em 0.75em 0.75em;
}

#content .wp-playlist-item {
	border-bottom: 1px solid #f0f0f0;
}

#content .wp-playlist-caption,
#content [class*='wp-playlist-item-'] {
	color: #e8e8e8;
	font-size: 16px;
	font-size: 1rem;
	font-style: normal;
	line-height: 24px;
	line-height: 1.5rem;
	text-transform: none;
}

#content .wp-playlist-item-title {
	color: #555;
}

#content .wp-playlist-playing {
	border-bottom: 1px solid #f0f0f0;
	background-color: #f0f0f0;
	font-weight: normal;
}

/* Captions */

.wp-caption {
	max-width: 100%;
	margin-bottom: 0.5em;
}

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

.wp-caption .wp-caption-text {
	display: block;
	margin: 1em 0;
	color: #a0a0a0;
	font-family: 'proxima-nova', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-size: 0.75rem;
	font-weight: normal;
	font-style: normal;
	line-height: 2em;
}

/* Alignments */

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

blockquote.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0.5em 1.5em 0.5em 0;
}

blockquote.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0.5em 0 0.5em 1.5em;
}

/* :not(:required) hides these rules from IE9 and below */

.throbber-loader:not(:required) {
	display: inline-block;
	position: relative;
	width: 0.9em;
	height: 1.5em;
	margin: 0 1.6em;
	margin-bottom: 1.5em;
	background: #f0f0f0;
	text-indent: -9999px;
	animation: throbber-loader 2000ms 300ms infinite ease-out;
}

.throbber-loader:not(:required):before,
.throbber-loader:not(:required):after {
	display: inline-block;
	position: absolute;
	top: 0;
	width: 0.9em;
	height: 1.5em;
	background: #f0f0f0;
	content: '\x200B';
}

.throbber-loader:not(:required):before {
	left: -1.6em;
	animation: throbber-loader 2000ms 150ms infinite ease-out;
}

.throbber-loader:not(:required):after {
	right: -1.6em;
	animation: throbber-loader 2000ms 450ms infinite ease-out;
}

/* Accessibility */

.screen-reader-text,
.comments-title,
.comment-notes,
.form-allowed-tags,
.wpcf7 .screen-reader-response {
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	width: 1px;
	height: 1px;
}

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

/* Clearings */

.clear:after,
.row:after,
.wrap:after,
.site-content:after,
.site-header:after,
.entry-meta:after,
.entry-content:after,
.entry-summary:after,
.gallery:after,
.tppt:after,
.post-list-item:after,
.post-single-item:after,
.page-single-item:after,
.tp-hero-theme:after,
.tp-features-item:after,
.tp-theme-features-list:after,
.theme-demos:after,
.comment-body:after,
.comment-content:after,
.comment-respond:after,
.entry-content-edd:after,
.edd-block-wrap:after,
.edd_form fieldset:after,
#edd_checkout_cart_wrap:after,
#edd_sl_renewal_form:after,
#edd_sl_cancel_renewal_form:after,
.edd_empty_cart:after,
.entry-content .mc4wp-form:after,
.tp-card-grid:after,
.tp-card-grid-item:after {
	display: table;
	clear: both;
	content: '';
}

/**
 * Columns for the content area.
 */

.col.last {
	margin-right: 0;
}

/**
 * Structure
 */

.site {
	max-width: 1440px;
	margin: 0 auto;
}

.wrap,
.site-content {
	max-width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-right: 5%;
	padding-left: 5%;
}

.site-content {
	padding-top: 3em;
}

.content-area {
	max-width: 729px;
	margin: 0 auto;
}

/**
 * Header
 */

.site-header {
	padding: 0;
	border-bottom: 1px solid #f0f0f0;
	background-color: #fff;
}

.site-branding {
	display: block;
	float: left;
	max-width: 146px;
}

a.site-logo-link {
	display: block;
	width: 146px;
	height: 24px;
	margin: 0.75em 0;
	background-image: url('assets/img/themepatio-logo-0.1.png');
	background-size: 146px 24px;
}

/**
 * Navigation
 */

/* Primary Menu */

.main-navigation {
	float: right;
	width: 100%;
}

.main-navigation ul {
	margin: 0 0 1.5em 0;
	padding: 0;
	list-style: none;
}

.main-navigation ul ul {
	display: block;
	margin: 0;
	padding: 0 0 0 1em;
}

.main-navigation a {
	display: block;
	padding: 0.75em 0.75em 0.75em 0;
	color: #555;
}

/* Toggle Hamburger */

.menu-toggle {
	display: none;
	float: right;
	position: relative;
	width: 1.5em;
	height: 1.5em;
	margin-top: 0.75em;
	padding: 0;
	border-color: transparent;
	background-color: transparent;
	text-align: left;
	text-indent: -9999px;
}

.menu-toggle-icon {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 1em;
	height: 0.125em;
	margin-top: -0.0625em;
	margin-left: -0.5em;
	background-color: #555;
}

.menu-toggle-icon:before,
.menu-toggle-icon:after {
	display: block;
	position: absolute;
	width: 1em;
	height: 0.125em;
	background-color: #555;
	content: '';
	transition: transform 0.3s, top 0.3s;
}

.menu-toggle-icon:before {
	top: -0.375em;
}

.menu-toggle-icon:after {
	top: 0.375em;
}

.menu-toggle.toggled .menu-toggle-icon {
	background-color: transparent;
}

.menu-toggle.toggled .menu-toggle-icon:before,
.menu-toggle.toggled .menu-toggle-icon:after {
	top: 0;
	background-color: #555;
}

.menu-toggle.toggled .menu-toggle-icon:before {
	-ms-transform: rotate(225deg);
	    transform: rotate(225deg);
}

.menu-toggle.toggled .menu-toggle-icon:after {
	-ms-transform: rotate(-225deg);
	    transform: rotate(-225deg);
}

/* Posts Navigation (Newer/Older Post) */

.posts-navigation {
	overflow: hidden;
	margin: 0 0 1.5em;
	word-wrap: break-word;
}

.posts-navigation a {
	float: left;
}

.posts-navigation a:before,
.posts-navigation a:after {
	margin: 0 0.5em;
}

.posts-navigation .nav-previous a {
	margin-right: 1em;
	padding-left: 0.5em;
}

.posts-navigation .nav-previous a:before {
	content: '\e802';
}

.posts-navigation .nav-next a {
	padding-right: 0.5em;
}

.posts-navigation .nav-next a:after {
	content: '\e803';
}

/**
 * Content
 */

/* Post Thumbnail */

.post-thumbnail {
	display: block;
}

.post-thumbnail img {
	display: block;
}

/* Entry Header */

.entry-header {
	padding: 1.5em 1.5em 0;
}

.entry-title a {
	color: #555;
}

.entry-title a:hover,
.entry-title a:focus {
	text-decoration: none;
}

/* Entry Meta */

.entry-meta {
	margin-bottom: 1em;
}

.entry-meta > span {
	display: block;
	float: left;
	margin-right: 1em;
	color: #e8e8e8;
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 2;
	letter-spacing: 0.0625em;
	text-transform: uppercase;
}

.entry-meta > span:after {
	margin-left: 1em;
	content: '/';
}

.entry-meta > span:last-child:after {
	margin: 0;
	content: '';
}

.entry-footer {
	margin-bottom: 1.5em;
}

.blog .entry-footer,
.search .entry-footer,
.archive .entry-footer {
	display: none;
}

.tags-links a {
	display: inline-block;
	margin-right: 0.5em;
}

.tags-links a:before {
	color: #e8e8e8;
	content: '#';
}

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

.single .byline,
.group-blog .byline {
	display: inline-block;
}

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

/* Entry Content */

.entry-content,
.entry-summary {
	padding: 0 1.5em;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	    -ms-hyphens: auto;
	        hyphens: auto;
}

/* Galleries */

.gallery,
#content .tiled-gallery {
	margin: 0 -2px 27px;
	margin: 0 -2px 1.5rem;
}

.gallery {
	font-size: 0;
}

.gallery-item {
	display: inline-block;
	overflow: hidden;
	margin: 0;
	border: 2px solid transparent;
	font-size: 16px;
	vertical-align: top;
}

.gallery-item img,
.gallery-item a {
	display: block;
}

.gallery-columns-1 .gallery-item {
	width: 100%;
}

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

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

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

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

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

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

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

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

.gallery-columns-10 .gallery-item {
	width: 10%;
}

.gallery-caption {
	display: block;
	margin: 0.75em 0 1.5em;
	color: #a0a0a0;
	font-size: 14px;
	text-align: center;
}

.gallery-columns-1 figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-2 figure.gallery-item:nth-of-type(2n+1),
.gallery-columns-3 figure.gallery-item:nth-of-type(3n+1) {
	clear: left;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption,
.gallery-columns-10 .gallery-caption {
	display: none;
}

/* Post Formats */

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/* Post Navigation (Next/Previous Post) */

.post-navigation {
	overflow: hidden;
	margin: 0 0 1.5em;
	padding: 2.5em 10%;
	padding: 2.5em 10% calc( 10% - 1.5em);
	background-color: #fff;
	box-shadow: 0 0 0 1px #f0f0f0;
	word-wrap: break-word;
}

.post-navigation .nav-previous,
.post-navigation .nav-next {
	margin-bottom: 1.5em;
}

.post-navigation .nav-previous span,
.post-navigation .nav-next span {
	display: block;
	margin-bottom: 0.5em;
	padding-bottom: 0;
	font-size: 0.75em;
	font-weight: normal;
	line-height: 1.333333em;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.post-navigation .nav-next {
	padding-bottom: 1.5em;
	border-bottom: 1px solid #f0f0f0;
}

.post-navigation span {
	color: #a0a0a0;
}

.breadcrumb-trail {
	margin-bottom: 1.5em;
}

.breadcrumb-trail ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.breadcrumb-trail li {
	display: inline-block;
}

/* Pricing Tables */

.tppt:before {
	display: inline-block;
	height: 100%;
	vertical-align: bottom;
	content: '';
}

.tppt-column {
	display: block;
	margin-bottom: 1.5em;
}

.tppt-table {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.tppt-row {
	min-height: 3em;
	padding: 0.75em;
}

.tppt-row.tppt-foot-row {
	min-height: 4.5em;
}

.tppt-yes:after {
	color: #1fc281;
	content: '\e806';
}

.tppt-no:after {
	color: #e83337;
	content: '\e807';
}

.tppt-button {
	width: 100%;
	padding-right: 0;
	padding-left: 0;
}

.tppt-column-basic .tppt-row,
.tppt-column-premium .tppt-row {
	text-align: center;
}

.tppt-head-title {
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.tppt-head-price {
	display: block;
	font-size: 3em;
	font-weight: bold;
	line-height: 1;
}

.tppt-head-note {
	display: block;
	font-size: 0.75em;
	line-height: 1.5;
}

.tppt-column-basic .tppt-row {
	background: #f5f5f5;
}

.tppt-column-basic .tppt-row:nth-of-type(even) {
	background: #ebebeb;
}

.tppt-column-premium .tppt-row {
	background: #f5f5f5;
}

.tppt-column-premium .tppt-row:nth-of-type(even) {
	background: #ebebeb;
}

.tppt-column-premium .tppt-row.tppt-head-row,
.tppt-column-premium .tppt-row.tppt-foot-row {
	color: #fff;
	background-color: #466381;
}

.tppt-column-services {
	display: none;
}

.tppt-column-services .tppt-row:not(.tppt-head-row) {
	padding-top: 0.6875em;
	border-top: 1px solid #f0f0f0;
}

.tppt-column-services .tppt-row.tppt-head-row,
.tppt-column-services .tppt-row.tppt-foot-row {
	background-color: transparent;
}

/**
 * Pages
 */

.sticky {
	display: block;
}

.hentry {
	word-wrap: break-word;
}

.post-list,
.single .content-area {
	max-width: 474px;
	margin-right: auto;
	margin-left: auto;
}

.sidebar-widget-area {
	max-width: 474px;
	margin-right: auto;
	margin-left: auto;
}

.post-list-item {
	margin-bottom: 1.5em;
	background-color: #fff;
	box-shadow: 0 0 0 1px #f0f0f0;
}

.post-list-item.has-post-thumbnail {
	padding-top: 0;
}

.post-single-item {
	margin-bottom: 1.5em;
	background-color: #fff;
	box-shadow: 0 0 0 1px #f0f0f0;
}

.post-single-item.has-post-thumbnail {
	padding-top: 0;
}

.page-single-item {
	margin-bottom: 1.5em;
	background-color: #fff;
	box-shadow: 0 0 0 1px #f0f0f0;
}

.page-single-item.has-post-thumbnail {
	padding-top: 0;
}

.page-header {
	max-width: 474px;
	margin: 0 auto 3em;
	text-align: center;
}

.page-subtitle,
.taxonomy-description {
	text-align: center;
}

/* Hero Section. */

.tp-hero {
	color: #fff;
	background-image: url(assets/img/parallax-hero-08.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100%;
	background-size: cover;
}

.tp-hero-content-wrap {
	padding: 15% 5%;
}

.tp-hero-content {
	max-width: 644px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.tp-hero-title {
	color: #fff;
}

.tp-hero-text {
	margin-bottom: 1.5rem;
	font-size: 1.25em;
}

.tp-hero-br {
	display: none;
}

/* Hero theme */

.tp-hero-theme {
	padding: 3em 0 0;
	border-bottom: 1px solid #f0f0f0;
	background-color: #f5f5f5;
	text-align: center;
}

.tp-hero-theme-content {
	max-width: 474px;
	margin: 0 auto 2em;
}

.tp-hero-theme-title a {
	color: #1e1e1e;
}

.tp-hero-theme-title .subtitle {
	display: block;
	margin-top: 1rem;
	color: #a0a0a0;
	font-size: 1rem;
	font-weight: normal;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.tp-hero-theme-text {
	margin-bottom: 1.5em;
}

.tp-hero-theme-images {
	overflow: hidden;
	position: relative;
	max-width: 474px;
	margin: 0 auto;
}

.tp-hero-theme-images img {
	display: block;
}

.tp-hero-theme-desk img {
	padding-top: 15px;
	border-radius: 2px 2px 0 0;
	background-color: rgba(215, 215, 215, 0.37);
}

.tp-hero-theme-mobile {
	position: absolute;
	right: 0;
	bottom: -2px;
	width: 30.8943089431%;
	padding: 7.8% 1.9% 0;
	background-image: url(assets/img/iphone-placeholder.svg);
	background-size: cover;
}

.tp-hero-theme-mobile img {
	display: block;
	width: 100%;
	border-radius: 2px 2px 0 0;
}

.tp-hero-theme-buttons {
	width: 100%;
}

.tp-hero-theme-button-purchase {
	width: 50%;
	width: calc( 50% - 0.1875em);
	margin-right: 0.375em;
	margin-bottom: 0;
	padding-right: 0;
	padding-left: 0;
}

.tp-hero-theme-button-demo {
	width: 50%;
	width: calc( 50% - 0.1875em);
	padding-right: 0;
	padding-left: 0;
}

/* Features */

.tp-features {
	padding-top: 3em;
	padding-bottom: 1.5em;
	color: #a0a0a0;
	background-color: #fff;
}

.tp-features-item {
	max-width: 474px;
	margin: 0 auto 3em;
	padding: 3em 3em 1.5em;
	background-color: #fff;
	box-shadow: 0 0 0 1px #f0f0f0;
	text-align: center;
}

.tp-features-item:last-child {
	margin-bottom: 1.5em;
}

.tp-features-icon {
	display: block;
	width: 48px;
	height: 48px;
	margin: 0 auto 1.5em;
	background-image: url('assets/img/icons.svg');
	background-size: 144px 144px;
}

.tp-features-icon.code {
	background-position: -48px 0;
}

.tp-features-icon.support {
	background-position: -96px 0;
}

.tp-features-icon.installation {
	background-position: 0 -48px;
}

.tp-features-icon.customization {
	background-position: -48px -48px;
}

.tp-features-icon.media {
	background-position: -96px -48px;
}

.tp-features-icon.seo {
	background-position: 0 -96px;
}

.tp-features-icon.translations {
	background-position: -48px -96px;
}

.tp-features-icon.developers {
	background-position: -96px -96px;
}

.tp-feature-desc h3 {
	margin-bottom: 1em;
	font-size: 1em;
	font-weight: normal;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

/**
 * About Page
 */

.tp-about-founder-img {
	display: block;
	margin-bottom: 1.5em;
}

/* Theme List Archive Page */

.tp-archive-theme {
	max-width: 474px;
	margin: 0 auto;
	background-color: #f5f5f5;
}

.tp-archive-theme-item {
	float: left;
	position: relative;
	width: 100%;
	margin-right: 0;
	margin-bottom: 3em;
	margin-left: 0;
}

.tp-archive-theme-item img {
	display: block;
	box-shadow: 0 0 0 1px #f0f0f0;
}

.tp-archive-theme-item-placeholder {
	box-shadow: none;
}

.tp-archive-theme-item-header {
	width: 100%;
	padding: 1.5em 0 0;
}

.tp-archive-theme-item-title {
	display: inline-block;
	margin-bottom: 1.5em;
	color: #a0a0a0;
	font-size: 16px;
	font-size: 1rem;
	font-weight: normal;
	line-height: 1.5em;
}

.tp-archive-theme-item-title a {
	color: #555;
	font-weight: bold;
}

.tp-archive-theme-item-title .subtitle {
	display: none;
}

.tp-archive-theme-item-demo-link {
	display: inline-block;
	float: right;
	color: #a0a0a0;
}

.tp-archive-theme-item-badge-new,
.tp-archive-theme-item-badge-free {
	display: block;
	position: absolute;
	top: -2em;
	right: -2em;
	width: 4em;
	height: 4em;
	border-radius: 50%;
	color: #fff;
	font-size: 0.75em;
	font-weight: bold;
	font-style: normal;
	line-height: 4em;
	text-align: center;
	text-transform: uppercase;
}

.tp-archive-theme-item-badge-new {
	background-color: #00b9f2;
}

.tp-archive-theme-item-badge-free {
	background-color: #1fc281;
}

/* Theme description section. */

body.single-download {
	background-color: #fff;
}

.tp-theme-desc-hero {
	padding: 3em 5% 0;
	border-bottom: 1px solid #f5f5f5;
	background-color: #f5f5f5;
}

.tp-theme-desc-hero img {
	display: block;
}

.tp-theme-desc-header {
	position: relative;
	max-width: 474px;
	margin-right: auto;
	margin-bottom: 1.5em;
	margin-left: auto;
}

.tp-theme-desc-sticky {
	padding-top: 2.5em;
}

.tp-theme-desc-content {
	max-width: 474px;
	margin-right: auto;
	margin-left: auto;
}

.tp-theme-desc-intro {
	padding-top: 0;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 300;
}

.tp-theme-thumbnail {
	background-color: #f5f5f5;
}

.tp-theme-section-title {
	font-size: 20px;
	font-size: 1.25rem;
}

.tp-theme-desc-gallery-item {
	display: block;
	margin-bottom: 3.6585365854%;
}

.theme-purchase-link {
	margin-right: 0.75em;
	margin-bottom: 0.5em;
}

.theme-try-link {
	width: 138px;
	margin-right: 0;
	margin-bottom: 0.5em;
}

.img-border {
	border: 48px solid #e8e8e8;
	border-bottom: 0;
}

.tp-theme-quick-links {
	margin: 0 0 1.5em 0;
	padding-left: 0;
	list-style: none;
}

.tp-theme-quick-links li {
	display: block;
	margin-right: 1em;
	margin-bottom: 0.5em;
	color: #a0a0a0;
}

.tp-theme-quick-links a {
	display: inline-block;
}

.tp-theme-quick-links-try-free {
	padding: 0 0.3em;
	border-radius: 2px;
	background-color: #bff0ff;
	font-weight: 700;
}

.tp-theme-quick-links-try-free:hover,
.tp-theme-quick-links-try-free:focus {
	background-color: #d9f6ff;
}

.tp-theme-features-list i {
	margin-right: 0.5em;
	color: #00b9f2;
}

.tp-theme-desc-content .sd-content ul {
	margin-bottom: 2.5em;
}

.tp-theme-docs-list-toggle {
	display: inline-block;
	border-bottom: 1px dotted #a0a0a0;
	color: #a0a0a0;
}

.tp-theme-docs-list-toggle:hover,
.tp-theme-docs-list-toggle:focus {
	color: #555;
}

.tp-theme-screenshot {
	overflow: hidden;
	margin-top: 1.5em;
	background-color: #eee;
}

.tp-theme-screenshot img {
	display: block;

	filter: drop-shadow(0 0 15px rgba(0, 0, 0, 0.15));
}

.tp-theme-screenshot.rl {
	padding: 0 1.5rem;
}

.tp-theme-screenshot.trl {
	padding: 1.5rem 1.5rem 0;
}

.tp-theme-screenshot.trbl {
	padding: 1.5rem;
}

h3.faq__title {
	margin-top: 0;
	margin-bottom: 0.5em;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5;
}

.faq__title a {
	display: inline-block;
}

.faq__item--closed .faq__content {
	display: none;
}

/**
 * FAQ
 */

.tp-archive-faq {
	background-color: #f5f5f5;
}

.tp-faq-category {
	width: 100%;
	margin-bottom: 3em;
	padding: 2.25em;
	background-color: #fff;
	box-shadow: 0 0 0 1px #f0f0f0;
}

.tp-faq-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.tp-faq-list-item {
	position: relative;
	padding: 0.6875em 0 0.75em;
	border-top: 1px solid #f0f0f0;
}

.tp-faq-list-item-question {
	margin-bottom: 0;
	font-weight: normal;
	cursor: pointer;
}

.tp-faq-list-item-question.toggled {
	margin-bottom: 0.75em;
}

.tp-faq-list-item-question:hover {
	color: #00b9f2;
}

.tp-faq-list-item-answer {
	display: none;
	margin-bottom: 0.75em;
	color: #a0a0a0;
}

.tp-faq-list-item-toggle {
	position: absolute;
	top: 10px;
	right: 0;
}

/**
 * Doc
 */

.tp-archive-doc {
	background-color: #f5f5f5;
}

.tp-doc-cats {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
}

.tp-doc-cat {
	width: 100%;
	margin-bottom: 3em;
	padding: 2.25em;
	background-color: #fff;
	box-shadow: 0 0 0 1px #f0f0f0;
}

.tp-doc-list {
	margin: 0 0 2.25em;
	padding: 0;
	border-bottom: 1px solid #f0f0f0;
	list-style: none;
}

.tp-doc-list-item {
	position: relative;
	padding: 0.6875em 0 0.75em;
	border-top: 1px solid #f0f0f0;
}

.tp-doc-list-item a {
	color: #555;
}

.tp-doc-list-item a:hover,
.tp-doc-list-item a:focus {
	color: #00b9f2;
}

.tp-doc-list-item-question {
	margin-bottom: 0;
	font-weight: normal;
	cursor: pointer;
}

.tp-doc-list-item-question:hover {
	color: #00b9f2;
}

.tp-doc-video-badge {
	position: absolute;
	top: 12px;
	right: 0;
	padding: 2px 0.5em;
	color: #fff;
	background-color: #1fc281;
	font-size: 12px;
	font-size: 0.75rem;
	font-weight: bold;
	letter-spacing: 0.0625em;
	text-transform: uppercase;
}

/* 404 */

.error-404 {
	margin: 15% 0 25%;
	text-align: center;
}

.not-found .page-header {
	max-width: 100%;
	margin-bottom: 3em;
}

.not-found .search-form {
	position: relative;
	margin-bottom: 1.5em;
}

.not-found .search-field {
	padding-right: 10em;
}

.not-found .search-submit {
	position: absolute;
	top: 0;
	right: 0;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

/* Fullwidth */

/* Theme demos page. */

.theme-demos-item {
	overflow: hidden;
	position: relative;
	width: 100%;
	max-width: 474px;
	margin-right: auto;
	margin-bottom: 3em;
	margin-left: auto;
	padding: 2.25em 3em 0;
	background-color: #f0f0f0;
}

.theme-demos-item img {
	display: block;
}

.theme-demos-item:hover .theme-demos-item-desktop-img,
.theme-demos-item:hover .theme-demos-item-mobile-img {
	-ms-transform: translateY(0);
	    transform: translateY(0);
}

.theme-demos-item-title {
	text-align: center;
}

.theme-demos-item-title a {
	color: #1e1e1e;
}

.theme-demos-item-desc {
	margin-bottom: 2.25rem;
	margin-bottom: calc( 2.25rem - 2px);
	text-align: center;
}

.theme-demos-item-desktop-img {
	display: block;
	transition: transform 300ms;
	-ms-transform: translateY(2px);
	    transform: translateY(2px);
}

.theme-demos-item-mobile-img {
	position: absolute;
	right: 2em;
	bottom: 0;
	width: 30.8943089431%;
	width: 30%;
	padding: 7.8% 1.9% 0;
	border: 1px;
	background-image: url(assets/img/iphone-placeholder.svg);
	background-size: cover;
	transition: transform 300ms;
	-ms-transform: translateY(8px);
	    transform: translateY(8px);
}

.theme-demos-item-mobile-img img {
	width: 100%;
	border-radius: 2px 2px 0 0;
}

/**
 * Comments
 */

.comment-list,
.children {
	margin-bottom: 0;
	padding-left: 0;
	list-style: none;
}

.comment-list {
	margin-left: 0;
}

.children {
	margin-left: 5%;
}

.comment-body {
	position: relative;
	margin: 0 0 1.5em 0;
	padding: 1.5em 1.5em 0 1.5em;
	background-color: #fff;
	box-shadow: 0 0 0 1px #f0f0f0;
	word-wrap: break-word;
}

.pingback .comment-body {
	padding: 1.5em;
}

.pingback .comment-body .edit-link {
	display: block;
	float: right;
}

.comment-meta {
	margin: 0 0 1.5em 0;
}

.comment-author img {
	display: block;
	float: left;
	clear: left;
	width: 3em;
	height: 3em;
	border-radius: 50%;
}

.comment-author .fn,
.comment-metadata {
	display: block;
	margin-left: 72px;
	margin-left: 4.5rem;
}

.says {
	display: none;
}

.author-name span {
	color: #e8e8e8;
}

.comment-metadata {
	margin-bottom: 24px;
	margin-bottom: 1.5rem;
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 24px;
	line-height: 1.5rem;
}

.comment-metadata time,
.comment-metadata .edit-link a {
	margin-right: 0.5em;
}

.reply {
	margin-bottom: 1.5em;
}

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

.bypostauthor {
	display: block;
}

.comment-awaiting-moderation {
	color: #e8e8e8;
}

.comment-reply-title small {
	float: right;
	font-size: 16px;
	font-size: 1rem;
	font-weight: normal;
	line-height: 24px;
	line-height: 1.5rem;
	line-height: inherit;
}

.comment-reply-title small a {
	color: #e83337;
}

.comment-reply-title small a:before {
	margin: 0 0.5em;
	content: '\e801';
}

.required {
	color: #e83337;
}

.comment-respond {
	margin-bottom: 1.5em;
	padding: 1.5em 1.5em 0;
	background-color: #fff;
	box-shadow: 0 0 0 1px #f0f0f0;
}

.comment-form .submit {
	border-color: #00b9f2;
	color: #fff;
	background-color: #00b9f2;
}

.comment-form textarea {
	min-height: 13.5em;
}

/* Comment Navigation */

.comment-navigation {
	overflow: hidden;
	margin: 0 0 1.5em;
	word-wrap: break-word;
}

.comment-navigation .nav-links {
	overflow: hidden;
	width: 100%;
}

.comment-navigation .nav-previous,
.comment-navigation .nav-next {
	display: inline-block;
	float: left;
}

.comment-navigation .nav-previous a,
.comment-navigation .nav-next a {
	display: block;
	float: left;
}

.comment-navigation .nav-pages {
	display: inline-block;
	float: right;
	color: #e8e8e8;
	text-align: right;
}

.comment-navigation .nav-previous a {
	margin-right: 1em;
}

.comment-navigation .nav-previous a:before,
.comment-navigation .nav-next a:after {
	margin: 0 0.2em;
	color: #e8e8e8;
}

.comment-navigation .nav-previous a:before {
	margin: 0 0.5em 0 0;
	content: '\e802';
}

.comment-navigation .nav-next a:after {
	margin: 0 0 0 0.5em;
	content: '\e803';
}

/**
 * Widgets
 */

.widget {
	margin: 0 0 1.5em;
	word-wrap: break-word;
}

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

.widget:not(.widget_text) ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.widget_search {
	padding: 0;
	background-color: transparent;
}

.widget_search .search-submit {
	display: none;
}

/* Sidebar Widgets */

.sidebar-widget-area .widget {
	padding: 1.5em;
	background-color: #fff;
	box-shadow: 0 0 0 1px #f0f0f0;
}

.sidebar-widget-area .widget.widget_image,
.sidebar-widget-area .widget.widget_search {
	padding: 0;
	box-shadow: none;
}

.sidebar-widget-area .widget ul li {
	position: relative;
	margin-bottom: 0.75em;
	line-height: 1.25;
}

.sidebar-widget-area .widget-title {
	font-weight: normal;
}

.widget_image img {
	display: block;
}

.widget-in-this-cat a {
	color: #a0a0a0;
}

.widget-in-this-cat .current-post {
	position: relative;
}

.widget-in-this-cat .current-post a {
	color: #00b9f2;
}

.widget-in-this-cat .current-post:before {
	display: block;
	position: absolute;
	top: 0;
	left: -1.5em;
	width: 3px;
	height: 100%;
	background-color: #00b9f2;
	content: '';
}

/* Footer Widgets */

.footer-widget-area {
	padding: 3em 0 0;
	border-top: 1px solid #f0f0f0;
	background-color: #fff;
}

.footer-widget-area a {
	color: #a0a0a0;
}

.footer-widget-area a:hover,
.footer-widget-area a:focus {
	opacity: 1;
	color: #00b9f2;
}

.footer-widget-area .footer-column:last-child {
	margin-right: 0;
}

.footer-widget-area .widget {
	padding: 0;
	padding-bottom: 0;
}

.footer-widget-area .widget-title {
	font-weight: normal;
}

.footer-content-area {
	width: 100%;
	max-width: 474px;
	margin: 0 auto;
}

/**
 * Footer
 */

.site-footer {
	padding: 1.5em 0;
	color: #a0a0a0;
	background-color: #fff;
}

.site-info {
	max-width: 474px;
	margin: 0 auto;
}

/**
 * Plugins
 */

/* Easy Digiatal Downloads */

.entry-content-edd {
	margin-bottom: 1.5em;
}

.entry-header-edd {
	position: relative;
}

.content-area-edd {
	max-width: 644px;
	margin: 0 auto;
}

.entry-header-edd-back-link {
	position: absolute;
	top: 0;
	right: 0;
	color: #a0a0a0;
}

.entry-header-edd-back-link:before {
	margin-right: 0.5em;
	content: '\e802';
}

.edd-block-wrap,
.edd_form fieldset,
#edd_checkout_cart_wrap,
#edd_sl_renewal_form,
#edd_sl_cancel_renewal_form,
.edd_empty_cart {
	margin-bottom: 1.5em;
	padding: 1.5em 1.5em 0;
	border: 0;
	background-color: #fff;
	box-shadow: 0 0 0 1px #f0f0f0;
}

.edd_form fieldset fieldset {
	margin-bottom: 0;
	padding: 0;
	border: 0;
}

.edd_form legend {
	margin-bottom: 1.2em;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: bold;
	line-height: 24px;
	line-height: 1.5rem;
}

.edd-description {
	display: none;
}

.edd-page table {
	margin-bottom: 1.5em;
	background-color: #fff;
}

.edd-page table thead {
	background-color: #f0f0f0;
}

.edd-page table td,
.edd-page table th {
	border-color: #f0f0f0;
}

.edd-page table td:last-child,
.edd-page table th:last-child {
	text-align: right;
}

div.edd_errors {
	margin-bottom: 1.5em;
	padding: 1.5em 1.5em 0;
	border: 2px solid #e83337;
	border-radius: 3px;
	color: #e83337;
	background-color: #fad3d4;
}

#edd_mailchimp {
	box-shadow: none;
}

.entry-header-login {
	position: relative;
}

#edd_login_form {
	position: relative;
}

#edd_login_form span {
	display: none;
}

.edd-lost-password {
	position: absolute;
	right: 1.5em;
	bottom: 0;
	line-height: 3em;
}

.edd-lost-password a {
	color: #a0a0a0;
}

.edd-dashboard-welcome ul {
	margin: 0 0 1.5em 0;
	padding: 0;
	list-style: none;
}

.edd-page.edd-dashboard table {
	border-top: 1px solid #f0f0f0;
}

.edd-page.edd-dashboard table thead {
	display: none;
}

.edd-page.edd-dashboard table td {
	padding-right: 0;
	padding-left: 0;
	border-bottom: 1px solid #f0f0f0;
}

#edd_profile_editor_form #edd_first_name,
#edd_profile_editor_form #edd_address_line1,
#edd_profile_editor_form #edd_address_line2,
#edd_profile_editor_form #edd_address_city,
#edd_profile_editor_form #edd_address_zip,
#edd_profile_editor_form #edd_address_country,
#edd_profile_editor_form #edd_new_user_pass1 {
	margin-bottom: 1.5em;
}

#edd_profile_editor_form label {
	display: block;
}

.entry-title-checkout:before {
	margin-right: 0.5em;
	content: '\e813';
}

.edd_cart_item_image {
	display: none;
}

.edd_cart_remove_item_btn,
.edd-required-indicator {
	color: #e83337;
}

#edd_register_account_fields {
	box-shadow: none;
}

#edd_sl_renewal_form fieldset {
	margin-bottom: 0;
	padding: 0;
	border: none;
}

#edd-license-key-container-wrap label {
	display: block;
}

#edd_sl_cancel_renewal_form {
	text-align: center;
}

#edd-discount-code-wrap {
	position: relative;
}

input[type='submit'].edd-apply-discount {
	position: absolute;
	right: 0;
	bottom: 0;
}

#edd-discount-error-wrap {
	position: absolute;
	top: 0;
	right: 0;
	color: #e83337;
}

#edd-payment-mode-wrap {
	margin-bottom: 1.5em;
}

.edd-payment-mode-label {
	display: block;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: bold;
	line-height: 24px;
	line-height: 1.5rem;
}

.edd-gateway-option {
	display: block;
}

.edd-gateway-option input {
	margin-right: 0.5em;
}

fieldset#edd_terms_agreement {
	padding: 0;
}

#edd_final_total_wrap {
	margin-bottom: 1.2em;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: normal;
	line-height: 1.2;
}

#edd_purchase_submit {
	text-align: center;
}

#edd-purchase-button {
	margin-bottom: 1.5em;
}

.edd_empty_cart {
	display: block;
	padding-bottom: 1.5em;
	text-align: center;
}

.edd_purchase_receipt_files {
	margin: 0;
	padding-left: 0;
	list-style: none;
}

.edd_purchase_receipt_product_name {
	font-weight: bold;
}

.edd_purchase_receipt_products td:last-child,
.edd_purchase_receipt_products th:last-child {
	vertical-align: top;
}

.edd_download_file a:before {
	margin-right: 0.5em;
	font-size: 16px;
	font-size: 1rem;
	line-height: 24px;
	line-height: 1.5rem;
	content: '\e816';
}

.edd_sl_license_key {
	padding: 0;
	border: none;
}

.edd_sl_license_row .view-key-wrapper {
	position: relative;
}

.edd_sl_license_row span .edd_sl_license_key {
	display: none;
	position: absolute;
	z-index: 999;
	top: 1em;
	left: 0;
	width: 20.5em;
}

/* Contact Form 7 */

input[type='submit'].wpcf7-submit {
	border-color: #00b9f2;
	color: #fff;
	background-color: #00b9f2;
}

.wpcf7 {
	margin: 0;
	padding: 0;
}

.wpcf7-form-control-wrap {
	position: relative;
}

.wpcf7-not-valid-tip {
	display: block;
	color: #e83337;
	font-size: 1em;
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
	position: absolute;
	z-index: 100;
	top: 0;
	left: 1em;
}

.wpcf7-list-item {
	display: block;
	margin-left: 0.5em;
}

.wpcf7-display-none {
	display: none;
}

.wpcf7 img.ajax-loader {
	margin-left: 1.5em;
	border: none;
	vertical-align: middle;
}

.wpcf7 .ajax-error {
	display: none;
}

.wpcf7 .placeheld {
	color: #a0a0a0;
}

/* Sharing Buttons */

.sd-content ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
}

.sd-content li {
	display: inline-block;
	margin: 0 0.5em 0.5em 0;
}

.sd-button {
	height: 2.25em;
	padding: 0.3125em 0.75em 0.375em;
	color: #fff;
}

.sd-button.share-facebook {
	border-color: #3b5998;
	background-color: #3b5998;
}

.sd-button.share-twitter {
	border-color: #00a0d1;
	background-color: #00a0d1;
}

.sd-button.share-pinterest {
	border-color: #c8232c;
	background-color: #c8232c;
}

.sd-button.share-telegram {
	border-color: #08c;
	background-color: #08c;
}

/* Mailchimp for WordPress */

.entry-content * + .mc4wp-form {
	margin-top: 2em;
}

.entry-content .mc4wp-form {
	margin-bottom: 1.5em;
	padding: 1.5em 1.5em 0;
	background-color: #f5f5f5;
}

.entry-content .mc4wp-form input {
	width: 100%;
	margin-bottom: 1.5em;
}

.footer-subscription-area {
	padding: 3em 0;
	border-top: 1px solid #f0f0f0;
	background-color: #fff;
}

.footer-subscription-area .mc4wp-header {
	font-size: 1.5rem;
	font-weight: bold;
	letter-spacing: normal;
	text-transform: none;
}

.footer-subscription-area .mc4wp-form {
	max-width: 474px;
	margin-right: auto;
	margin-left: auto;
}

.footer-subscription-area input {
	width: 100%;
	margin-bottom: 1em;
}

.footer-subscription-area input[type='submit'] {
	margin-bottom: 0;
}

.footer-subscription-area .mc4wp-header,
.footer-subscription-area .mc4wp-text-before {
	max-width: 474px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.footer-subscription-area .mc4wp-text-before {
	color: #a0a0a0;
}

.widget .mc4wp-form-fields-fname,
.widget .mc4wp-form-fields-email {
	margin-bottom: 0.75em;
}

.widget .mc4wp-form-fields-submit {
	width: 100%;
}

/* Multisite */

/**
 * Print
 */

.tp-card-grid-item {
	max-width: 474px;
	margin: 0 auto 3em;
	padding: 3em 3em 1.5em;
	background-color: #fff;
	box-shadow: 0 0 0 1px #f0f0f0;
	text-align: center;
}

.tp-card-grid-item:last-child {
	margin-bottom: 1.5em;
}

/**
 * Media Queries
 */

@media screen and (min-width: 768px) {
	table {
		margin-bottom: 2.9375em;
	}

	.col {
		float: left;
		margin-right: 3.6585365854%;
	}

	.col-8 {
		width: 65.4471544715%;
	}

	.col-7 {
		width: 56.8089430894%;
	}

	.col-6 {
		width: 48.1707317073%;
	}

	.col-5 {
		width: 39.5325203252%;
	}

	.col-4 {
		width: 30.8943089431%;
	}

	.col-3 {
		width: 22.256097561%;
	}

	.site-content {
		padding-top: 4.5em;
	}

	.main-navigation {
		width: auto;
	}

	.main-navigation ul {
		float: right;
		margin: 0 -0.75em;
		padding: 0.75em 0;
		list-style: none;
	}

	.main-navigation ul ul {
		float: left;
		position: absolute;
		z-index: 99999;
		top: 3em;
		left: -999em;
		padding: 0;
		background-color: #fff;
		box-shadow: 0 2px 25px 3px rgba(0, 0, 0, 0.1);
	}

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

	.main-navigation ul ul li {
		box-shadow: 0 13px 0 -12px #f0f0f0;
	}

	.main-navigation ul ul li:last-child {
		box-shadow: none;
	}

	.main-navigation ul ul li:hover > ul {
		left: 100%;
	}

	.main-navigation ul ul a {
		width: 12em;
		padding: 0.75em 1em;
	}

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

	.main-navigation li {
		float: left;
		position: relative;
	}

	.main-navigation a {
		padding: 0.75em;
	}

	.main-navigation .sep {
		padding: 0.75em;
	}

	.main-navigation .sep span {
		display: block;
		width: 2px;
		height: 24px;
		background-color: #f0f0f0;
	}

	.menu-toggle {
		margin-top: 1.5em;
	}

	.posts-navigation {
		margin: 0 0 3em;
	}

	.entry-header {
		padding: 10% 10% 0;
	}

	.has-post-thumbnail .entry-header {
		padding: 10% 10% 0;
		padding: calc( 10% - 1.5em) 10% 0;
	}

	.entry-content,
	.entry-summary {
		padding: 0 10%;
		padding: 0 10% calc( 10% - 1.5em);
	}

	.gallery,
	#content .tiled-gallery {
		margin: 40.5px -2px 40.5px;
		margin: 2.25rem -2px 2.25rem;
	}

	.post-navigation .nav-previous {
		float: left;
		width: 50%;
		margin-bottom: 0;
		padding-right: 0.75em;
		border-right: 1px solid #f0f0f0;
		text-align: left;
	}

	.post-navigation .nav-next {
		float: right;
		width: 50%;
		margin-bottom: 0;
		padding-bottom: 0;
		padding-left: 0.75em;
		border-bottom: none;
		text-align: right;
	}

	.post-navigation {
		margin: 0 0 3em;
	}

	.tppt {
		margin: 1.5em 0;
	}

	.tppt-column {
		display: inline-block;
		width: 33.3333333333%;
		vertical-align: bottom;
	}

	.tppt-column-premium {
		box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.2);
	}

	.tppt-mobile-row {
		display: none;
	}

	.tppt-column-services {
		display: inline-block;
	}

	.post-list,
	.single .content-area {
		float: left;
		width: 65.4471544715%;
		max-width: 100%;
		margin-right: 3.6585365854%;
	}

	.sidebar-widget-area {
		float: right;
		width: 30.8943089431%;
		max-width: 100%;
		margin-right: 0;
	}

	.post-list-item {
		margin-bottom: 3em;
	}

	.post-list-item:last-child {
		margin-bottom: 4.5em;
	}

	.post-single-item {
		margin-bottom: 3em;
	}

	.page-single-item {
		margin-bottom: 4.5em;
	}

	.page-header {
		margin-bottom: 4.5em;
	}

	.tp-hero-title {
		font-size: 48px;
	}

	.tp-hero-br {
		display: inline;
	}

	.tp-hero-theme {
		padding: 4.5em 0 0;
		text-align: left;
	}

	.tp-hero-theme .wrap,
	.tp-hero-theme .site-content {
		display: -ms-flexbox;
		display: flex;
	}

	.tp-hero-theme-content {
		display: -ms-flexbox;
		display: flex;
		    flex-direction: column;
		margin-right: 3.6585365854%;
		margin-bottom: 0;

		-ms-flex-direction: column;
		-ms-flex-preferred-size: 30.8943089431%;
		flex-basis: 30.8943089431%;
		-ms-flex-align: start;
		align-items: flex-start;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.tp-hero-theme-images {
		max-width: 100%;

		-ms-flex-preferred-size: 65.4471544715%;
		flex-basis: 65.4471544715%;
	}

	.tp-hero-theme-desk {
		max-width: 86.801242236%;
	}

	.tp-hero-theme-mobile {
		width: 31.5742397138%;
	}

	.tp-features-content {
		max-width: 100%;
	}

	.tp-about-founder {
		float: left;
		width: 30.081300813%;
		margin-right: 4.8780487805%;
		margin-bottom: 3em;
	}

	.tp-about-description {
		float: left;
		width: 30.081300813%;
		margin-right: 4.8780487805%;
		margin-bottom: 3em;
	}

	.tp-about-last {
		float: right;
		width: 30.081300813%;
		margin-right: 0;
		margin-bottom: 3em;
	}

	.tp-archive-theme {
		max-width: 100%;
	}

	.tp-theme-desc-content {
		max-width: 644px;
	}

	.tp-theme-desc-content .sd-content ul {
		margin-bottom: 4em;
	}

	.tp-theme-screenshot.rl {
		padding: 0 2.25rem;
	}

	.tp-theme-screenshot.trl {
		padding: 2.25rem 2.25rem 0;
	}

	.tp-theme-screenshot.trbl {
		padding: 2.25rem;
	}

	.tp-doc-cat {
		float: left;
		width: 48.1707317073%;
		margin-right: 3.6585365854%;
	}

	.tp-doc-cat:nth-child(2n) {
		margin-right: 0;
	}

	.error404 .content-area {
		float: none;
		max-width: 48.1707317073%;
		margin: 0 auto;
	}

	.theme-demos-item {
		float: left;
		width: 48.1707317073%;
		margin-right: 3.6585365854%;
		margin-bottom: 4.5em;
	}

	.theme-demos-item:nth-child(2) {
		margin-right: 0;
	}

	.reply {
		position: absolute;
		top: 1.5em;
		right: 1.5em;
	}

	.comment-respond {
		margin-bottom: 4.5em;
		padding: 10% 10% 0;
	}

	.children {
		margin-left: 5%;
	}

	.comment-reply-title {
		font-size: 24px;
		font-size: 1.5rem;
	}

	.comment-list,
	.form-submit {
		margin-bottom: 4.375em;
	}

	.comment-navigation {
		margin-bottom: 3em;
	}

	.widget {
		margin: 0 0 3em;
	}

	.footer-widget-area {
		padding: 4.5em 0 1.5em;
	}

	.footer-widget-area .footer-column {
		float: left;
		width: 17.0731707317%;
		margin-right: 3.6585365854%;
	}

	.footer-widget-area .widget-title {
		margin-bottom: 1.5em;
	}

	.footer-content-area {
		max-width: 100%;
	}

	.site-footer {
		padding: 3em 0;
	}

	.site-info {
		max-width: 100%;
	}

	.entry-content .mc4wp-form input {
		float: left;
		width: 32%;
		margin-right: 2%;
	}

	.entry-content .mc4wp-form input[type='submit'] {
		margin-right: 0;
	}

	.footer-subscription-area {
		padding: 4.5em 0;
	}

	.footer-subscription-area .mc4wp-form {
		max-width: 729px;
	}

	.footer-subscription-area input {
		float: left;
		width: 30.0411522634%;
		margin-right: 4.9382716049%;
	}

	.footer-subscription-area input[type='submit'] {
		margin-right: 0;
	}
}

@media (min-width: 768px) {
	a.site-logo-link {
		margin: 1.5em 0;
	}

	.page-subtitle,
	.taxonomy-description {
		max-width: 474px;
	}

	.tp-features {
		padding-top: 4.5em;
	}

	.tp-features-item {
		float: left;
		width: 30.8943089431%;
		margin-right: 3.6585365854%;
		padding: 1.5em 1.5em 0;
	}

	.tp-features-item:nth-of-type(3n) {
		margin-right: 0;
	}

	.tp-features-item:last-child {
		margin-bottom: 3em;
	}

	.tp-archive-theme-item {
		float: left;
		width: 47.5609756098%;
		margin-right: 4.8780487805%;
		margin-bottom: 4.5em;
	}

	.tp-archive-theme-item:nth-of-type(2n) {
		margin-right: 0;
	}

	.tp-theme-desc-hero {
		margin-bottom: 1.5em;
		padding: 4.5em 5% 0 5%;
	}

	.tp-faq-categories .column {
		float: left;
		width: 48.1707317073%;
		margin-right: 3.6585365854%;
	}

	.tp-faq-categories .column.last {
		margin-right: 0;
	}

	.entry-header-edd {
		margin-bottom: 3em;
	}

	.edd-block-wrap,
	.edd_form fieldset,
	#edd_checkout_cart_wrap,
	#edd_sl_renewal_form,
	#edd_sl_cancel_renewal_form,
	.edd_empty_cart {
		margin-bottom: 3em;
		padding: 3em 3em 1.5em;
	}

	div.edd_errors {
		margin-bottom: 3em;
		padding: 3em 3em 1.5em;
	}

	.entry-header-login {
		margin-bottom: 3em;
	}

	.edd-lost-password {
		right: 3em;
		bottom: 1.5em;
	}

	.edd-dashboard-welcome {
		float: left;
		width: 48.1707317073%;
		margin-right: 3.6585365854%;
	}

	.edd-dashboard-downloads {
		float: right;
		width: 48.1707317073%;
		margin-right: 0;
	}

	.edd-page.edd-dashboard table {
		margin-bottom: 1.4375em;
	}

	.tp-card-grid-item {
		float: left;
		width: 30.8943089431%;
		margin-right: 3.6585365854%;
		padding: 1.5em 1.5em 0;
	}

	.tp-card-grid-item:nth-of-type(3n) {
		margin-right: 0;
	}

	.tp-card-grid-item:last-child {
		margin-bottom: 4.5em;
	}
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
	.tp-hero-theme-button-purchase {
		width: 100%;
		margin-bottom: 0.375em;
	}

	.tp-hero-theme-button-demo {
		width: 100%;
	}
}

@media screen and (min-width: 768px) and (min-width: 768px) {
	.tp-theme-desc-header {
		max-width: 644px;
	}
}

@media screen and (min-width: 768px) and (max-width: 1127px) {
	.tp-theme-quick-links li {
		display: inline-block;
	}
}

@media (min-width: 1024px) {
	.tp-features-item {
		padding: 3em 3em 1.5em;
	}

	.tp-card-grid-item {
		padding: 3em 3em 1.5em;
	}
}

@media screen and (min-width: 1024px) {
	.edd_empty_cart {
		padding-bottom: 3em;
	}
}

@media screen and (min-width: 1128px) {
	.wrap,
	.site-content {
		max-width: 1128px;
	}

	.tp-theme-desc-header {
		float: left;
		width: 30.8943089431%;
		margin-right: 3.6585365854%;
	}

	.tp-theme-desc-sticky {
		padding-top: 4em;
	}

	.tp-theme-desc-sticky.stuck {
		position: fixed;
		top: 0;
	}

	.tp-theme-desc-content {
		float: right;
		width: 65.4471544715%;
		max-width: 100%;
		margin-right: 0;
		margin-left: 0;
	}

	.tp-theme-desc-intro {
		padding-top: 3em;
	}
}

@media all and (max-width: 900px) {
	.mfp-arrow {
		-ms-transform: scale(0.75);
		    transform: scale(0.75);
	}

	.mfp-arrow-left {
		-ms-transform-origin: 0;
		    transform-origin: 0;
	}

	.mfp-arrow-right {
		-ms-transform-origin: 100%;
		    transform-origin: 100%;
	}

	.mfp-container {
		padding-right: 6px;
		padding-left: 6px;
	}
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
	/**
       * Remove all paddings around the image on small screen
       */

	.mfp-img-mobile .mfp-image-holder {
		padding-right: 0;
		padding-left: 0;
	}

	.mfp-img-mobile img.mfp-img {
		padding: 0;
	}

	.mfp-img-mobile .mfp-figure:after {
		top: 0;
		bottom: 0;
	}

	.mfp-img-mobile .mfp-figure small {
		display: inline;
		margin-left: 5px;
	}

	.mfp-img-mobile .mfp-bottom-bar {
		position: fixed;
		top: auto;
		bottom: 0;
		box-sizing: border-box;
		margin: 0;
		padding: 3px 5px;
		background: rgba(0, 0, 0, 0.6);
	}

	.mfp-img-mobile .mfp-bottom-bar:empty {
		padding: 0;
	}

	.mfp-img-mobile .mfp-counter {
		top: 3px;
		right: 5px;
	}

	.mfp-img-mobile .mfp-close {
		position: fixed;
		top: 0;
		right: 0;
		width: 35px;
		height: 35px;
		padding: 0;
		background: rgba(0, 0, 0, 0.6);
		line-height: 35px;
		text-align: center;
	}
}

@media screen and (max-width: 768px) {
	.menu-toggle,
	.main-navigation.toggled .nav-menu {
		display: block;
	}

	.main-navigation ul {
		display: none;
	}
}

@media (max-width: 768px) {
	.tp-faq-categories {
		max-width: 474px;
		margin: 0 auto;
		padding-right: 0;
		padding-left: 0;
	}

	.tp-doc-cats {
		max-width: 474px;
		margin: 0 auto;
		padding-right: 0;
		padding-left: 0;
	}

	.content-area-edd-dashboard {
		max-width: 474px;
		margin: 0 auto;
	}
}

@keyframes throbber-loader {
	0% {
		background: #f0f0f0;
	}

	10% {
		background: #00b9f2;
	}

	40% {
		background: #f0f0f0;
	}
}
