@charset "UTF-8";
/*
Theme Name: Market
Theme URI: http://pixelgrapes.com/demo/market/
Author: PixelGrapes
Author URI: http://pixelgrapes.com
Description: A marketplace theme.
Version: 3.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: market
Domain Path: /languages/
Tags: two-columns, three-columns, right-sidebar, custom-header, custom-menu, featured-images, flexible-header, full-width-template, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: none; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 0px;
  max-width: 100%; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

.main-nav, .main-nav ul, .slide-holder .pagination ul, .list, .pagination,
#edd_download_pagination, .tag-clouds,
.comments-link,
.cat-links,
.entry-footer .post-categories,
.mk-sidebar .tagcloud, .widget_nav_menu ul,
.footer-nav, .social-networks {
  margin: 0;
  padding: 0;
  list-style: none; }

.clearfix:after, .container:after, .three-columns:after, .list:after {
  content: '';
  display: block;
  clear: both; }

.ellipsis {
  white-space: nowrap;
  /* 1 */
  text-overflow: ellipsis;
  /* 2 */
  overflow: hidden; }

html {
  box-sizing: border-box; }

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

* {
  max-height: 1000000px; }

body {
  color: #7a838c;
  background: #fff;
  font: 14px/2.1428 "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

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

.gm-style img {
  max-width: none; }

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6,
.h {
  font-family: "Poppins", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-weight: 600;
  margin: 0 0 0.5em;
  color: #333f48; }

h1, .h1 {
  font-size: 55px; }

h2, .h2 {
  font-size: 30px; }

h3, .h3 {
  font-size: 27px; }

h4, .h4 {
  font-size: 21px; }

h5, .h5 {
  font-size: 17px; }

h6, .h6 {
  font-size: 15px; }

p {
  margin: 0 0 1em; }

a {
  color: #2ae9e9; }
  a:hover, a:focus {
    text-decoration: none; }

form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none; }

body input[type='text'],
body input[type='tel'],
body input[type='email'],
body input[type='search'],
body input[type='password'],
body input[type="number"],
body #edd_checkout_form_wrap input[type="text"],
body #edd_checkout_form_wrap input[type="email"],
body #edd_checkout_form_wrap input[type="password"],
body #edd_checkout_form_wrap input[type="tel"],
body #edd-wl-modal input[type="email"],
body #edd-wl-modal input[type="text"],
body #edd_checkout_form_wrap textarea,
body div.fes-form fieldset .fes-fields input[type="text"],
body div.fes-form fieldset .fes-fields input[type="password"],
body div.fes-form fieldset .fes-fields input[type="email"],
body div.fes-form fieldset .fes-fields input[type="url"],
body div.fes-form fieldset .fes-fields input[type="number"],
body div.fes-form fieldset .fes-fields textarea,
body textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  box-sizing: border-box;
  border: none;
  background-color: #eaeff2;
  padding: 0.8em 0.7em;
  width: 100%;
  box-shadow: none; }
   @media (min-width: 768px) {
  body div.fes-form fieldset .fes-fields.edd_simple_shipping input[type="text"] {
	  width: 45%;
  }
}
  body input[type='text']:focus,
  body input[type='tel']:focus,
  body input[type='email']:focus,
  body input[type='search']:focus,
  body input[type='password']:focus,
  body input[type="number"]:focus,
  body #edd_checkout_form_wrap input[type="text"]:focus,
  body #edd_checkout_form_wrap input[type="email"]:focus,
  body #edd_checkout_form_wrap input[type="password"]:focus,
  body #edd_checkout_form_wrap input[type="tel"]:focus,
  body #edd-wl-modal input[type="email"]:focus,
  body #edd-wl-modal input[type="text"]:focus,
  body #edd_checkout_form_wrap textarea:focus,
  body div.fes-form fieldset .fes-fields input[type="text"]:focus,
  body div.fes-form fieldset .fes-fields input[type="password"]:focus,
  body div.fes-form fieldset .fes-fields input[type="email"]:focus,
  body div.fes-form fieldset .fes-fields input[type="url"]:focus,
  body div.fes-form fieldset .fes-fields input[type="number"]:focus,
  body div.fes-form fieldset .fes-fields textarea:focus,
  body textarea:focus {
    border-color: #2ae9e9; }
  body input[type='text']::-webkit-input-placeholder,
  body input[type='tel']::-webkit-input-placeholder,
  body input[type='email']::-webkit-input-placeholder,
  body input[type='search']::-webkit-input-placeholder,
  body input[type='password']::-webkit-input-placeholder,
  body input[type="number"]::-webkit-input-placeholder,
  body #edd_checkout_form_wrap input[type="text"]::-webkit-input-placeholder,
  body #edd_checkout_form_wrap input[type="email"]::-webkit-input-placeholder,
  body #edd_checkout_form_wrap input[type="password"]::-webkit-input-placeholder,
  body #edd_checkout_form_wrap input[type="tel"]::-webkit-input-placeholder,
  body #edd-wl-modal input[type="email"]::-webkit-input-placeholder,
  body #edd-wl-modal input[type="text"]::-webkit-input-placeholder,
  body #edd_checkout_form_wrap textarea::-webkit-input-placeholder,
  body div.fes-form fieldset .fes-fields input[type="text"]::-webkit-input-placeholder,
  body div.fes-form fieldset .fes-fields input[type="password"]::-webkit-input-placeholder,
  body div.fes-form fieldset .fes-fields input[type="email"]::-webkit-input-placeholder,
  body div.fes-form fieldset .fes-fields input[type="url"]::-webkit-input-placeholder,
  body div.fes-form fieldset .fes-fields input[type="number"]::-webkit-input-placeholder,
  body div.fes-form fieldset .fes-fields textarea::-webkit-input-placeholder,
  body textarea::-webkit-input-placeholder {
    color: #bcbcbc; }
  body input[type='text']::-moz-placeholder,
  body input[type='tel']::-moz-placeholder,
  body input[type='email']::-moz-placeholder,
  body input[type='search']::-moz-placeholder,
  body input[type='password']::-moz-placeholder,
  body input[type="number"]::-moz-placeholder,
  body #edd_checkout_form_wrap input[type="text"]::-moz-placeholder,
  body #edd_checkout_form_wrap input[type="email"]::-moz-placeholder,
  body #edd_checkout_form_wrap input[type="password"]::-moz-placeholder,
  body #edd_checkout_form_wrap input[type="tel"]::-moz-placeholder,
  body #edd-wl-modal input[type="email"]::-moz-placeholder,
  body #edd-wl-modal input[type="text"]::-moz-placeholder,
  body #edd_checkout_form_wrap textarea::-moz-placeholder,
  body div.fes-form fieldset .fes-fields input[type="text"]::-moz-placeholder,
  body div.fes-form fieldset .fes-fields input[type="password"]::-moz-placeholder,
  body div.fes-form fieldset .fes-fields input[type="email"]::-moz-placeholder,
  body div.fes-form fieldset .fes-fields input[type="url"]::-moz-placeholder,
  body div.fes-form fieldset .fes-fields input[type="number"]::-moz-placeholder,
  body div.fes-form fieldset .fes-fields textarea::-moz-placeholder,
  body textarea::-moz-placeholder {
    opacity: 1;
    color: #bcbcbc; }
  body input[type='text']:-moz-placeholder,
  body input[type='tel']:-moz-placeholder,
  body input[type='email']:-moz-placeholder,
  body input[type='search']:-moz-placeholder,
  body input[type='password']:-moz-placeholder,
  body input[type="number"]:-moz-placeholder,
  body #edd_checkout_form_wrap input[type="text"]:-moz-placeholder,
  body #edd_checkout_form_wrap input[type="email"]:-moz-placeholder,
  body #edd_checkout_form_wrap input[type="password"]:-moz-placeholder,
  body #edd_checkout_form_wrap input[type="tel"]:-moz-placeholder,
  body #edd-wl-modal input[type="email"]:-moz-placeholder,
  body #edd-wl-modal input[type="text"]:-moz-placeholder,
  body #edd_checkout_form_wrap textarea:-moz-placeholder,
  body div.fes-form fieldset .fes-fields input[type="text"]:-moz-placeholder,
  body div.fes-form fieldset .fes-fields input[type="password"]:-moz-placeholder,
  body div.fes-form fieldset .fes-fields input[type="email"]:-moz-placeholder,
  body div.fes-form fieldset .fes-fields input[type="url"]:-moz-placeholder,
  body div.fes-form fieldset .fes-fields input[type="number"]:-moz-placeholder,
  body div.fes-form fieldset .fes-fields textarea:-moz-placeholder,
  body textarea:-moz-placeholder {
    color: #bcbcbc; }
  body input[type='text']:-ms-input-placeholder,
  body input[type='tel']:-ms-input-placeholder,
  body input[type='email']:-ms-input-placeholder,
  body input[type='search']:-ms-input-placeholder,
  body input[type='password']:-ms-input-placeholder,
  body input[type="number"]:-ms-input-placeholder,
  body #edd_checkout_form_wrap input[type="text"]:-ms-input-placeholder,
  body #edd_checkout_form_wrap input[type="email"]:-ms-input-placeholder,
  body #edd_checkout_form_wrap input[type="password"]:-ms-input-placeholder,
  body #edd_checkout_form_wrap input[type="tel"]:-ms-input-placeholder,
  body #edd-wl-modal input[type="email"]:-ms-input-placeholder,
  body #edd-wl-modal input[type="text"]:-ms-input-placeholder,
  body #edd_checkout_form_wrap textarea:-ms-input-placeholder,
  body div.fes-form fieldset .fes-fields input[type="text"]:-ms-input-placeholder,
  body div.fes-form fieldset .fes-fields input[type="password"]:-ms-input-placeholder,
  body div.fes-form fieldset .fes-fields input[type="email"]:-ms-input-placeholder,
  body div.fes-form fieldset .fes-fields input[type="url"]:-ms-input-placeholder,
  body div.fes-form fieldset .fes-fields input[type="number"]:-ms-input-placeholder,
  body div.fes-form fieldset .fes-fields textarea:-ms-input-placeholder,
  body textarea:-ms-input-placeholder {
    color: #bcbcbc; }
  body input[type='text'].placeholder,
  body input[type='tel'].placeholder,
  body input[type='email'].placeholder,
  body input[type='search'].placeholder,
  body input[type='password'].placeholder,
  body input[type="number"].placeholder,
  body #edd_checkout_form_wrap input[type="text"].placeholder,
  body #edd_checkout_form_wrap input[type="email"].placeholder,
  body #edd_checkout_form_wrap input[type="password"].placeholder,
  body #edd_checkout_form_wrap input[type="tel"].placeholder,
  body #edd-wl-modal input[type="email"].placeholder,
  body #edd-wl-modal input[type="text"].placeholder,
  body #edd_checkout_form_wrap textarea.placeholder,
  body div.fes-form fieldset .fes-fields input[type="text"].placeholder,
  body div.fes-form fieldset .fes-fields input[type="password"].placeholder,
  body div.fes-form fieldset .fes-fields input[type="email"].placeholder,
  body div.fes-form fieldset .fes-fields input[type="url"].placeholder,
  body div.fes-form fieldset .fes-fields input[type="number"].placeholder,
  body div.fes-form fieldset .fes-fields textarea.placeholder,
  body textarea.placeholder {
    color: #bcbcbc; }

body input[type="number"] {
  padding: 6px 0px 6px 10px !important; }

body #edd_checkout_cart input.edd-item-quantity {
  width: 2em;
  font-size: 12px;
  font-weight: bold; }

body .edd_download_purchase_form .edd_download_quantity_wrapper .edd-item-quantity {
  width: 25px; }

body .edd_download_purchase_form .edd_download_quantity_wrapper {
  text-align: center; }

select {
  height: 2.7em;
  min-height: 2.8em;
  position: relative;
  width: 100%;
  -webkit-border-radius: 0; }

#edd_checkout_form_wrap select.edd-select {
  width: 100%; }

textarea,
select {
  border: 1px solid #ddd;
  box-shadow: none;
  box-sizing: border-box;
  height: 3.5em;
  max-width: 100%;
  transition: all .5s ease-in-out;
  width: 100%; }

textarea {
  resize: vertical;
  vertical-align: top;
  min-height: 10em; }

button,
input[type='button'],
input[type='reset'],
input[type='file'],
input[type='submit'] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  cursor: pointer; }

#edd_checkout_form_wrap label {
  color: #333f48;
  font-size: 1em;
  padding: 5px 0 0; }

#edd_checkout_form_wrap span.edd-description {
  color: #818184; }

#edd_checkout_form_wrap fieldset {
  border: none;
  margin-bottom: 50px; }
  #edd_checkout_form_wrap fieldset#edd_cc_fields {
    border: none;
    background: #f9f9fa;
    padding: 20px; }
    #edd_checkout_form_wrap fieldset#edd_cc_fields input[type='text'],
    #edd_checkout_form_wrap fieldset#edd_cc_fields input[type='tel'],
    #edd_checkout_form_wrap fieldset#edd_cc_fields input[type='email'],
    #edd_checkout_form_wrap fieldset#edd_cc_fields input[type='search'],
    #edd_checkout_form_wrap fieldset#edd_cc_fields input[type='password'],
    #edd_checkout_form_wrap fieldset#edd_cc_fields #edd_checkout_form_wrap input[type="text"],
    #edd_checkout_form_wrap fieldset#edd_cc_fields #edd_checkout_form_wrap input[type="email"],
    #edd_checkout_form_wrap fieldset#edd_cc_fields #edd_checkout_form_wrap input[type="password"],
    #edd_checkout_form_wrap fieldset#edd_cc_fields #edd_checkout_form_wrap input[type="tel"],
    #edd_checkout_form_wrap fieldset#edd_cc_fields #edd_checkout_form_wrap textarea {
      background: #fff; }
    #edd_checkout_form_wrap fieldset#edd_cc_fields legend {
      margin-top: -50px;
      display: inline-block; }

#edd_checkout_form_wrap legend {
  font-family: "Poppins", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-weight: bold;
  margin: 0 0 0.5em;
  color: #333f48;
  font-size: 17px; }

#edd_checkout_cart td,
#edd_checkout_cart th {
  border: none; }

#edd_checkout_cart th {
  font-family: "Poppins", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-weight: bold;
  margin: 0 0 0.5em;
  color: #333f48;
  font-size: 15px; }

#edd_checkout_cart .edd_cart_header_row th {
  background: #f9f9fa;
  padding: 10px 20px;
  line-height: 21px; }

#edd_checkout_cart a {
  text-decoration: none; }

.edd_download_purchase_form ul li {
  display: block;
  position: relative;
  width: 100%;
  height: 100px;
  border-bottom: 1px solid #eaeff2; }

.edd_download_purchase_form ul li input[type=radio],
.edd_download_purchase_form ul li input[type=checkbox] {
  position: absolute;
  visibility: hidden; }

.edd_download_purchase_form ul li label {
  display: block;
  position: relative;
  font-weight: 300;
  font-size: 1.2em;
  padding: 24px 25px 25px 34px;
  margin: auto;
  height: 30px;
  z-index: 9;
  cursor: pointer;
  -webkit-transition: all 0.25s linear; }

.edd_download_purchase_form ul li .check {
  display: block;
  position: absolute;
  border: 5px solid #AAAAAA;
  border-radius: 100%;
  height: 25px;
  width: 25px;
  top: 30px;
  left: 0px;
  z-index: 5;
  transition: border .25s linear;
  -webkit-transition: border .25s linear; }

.edd_download_purchase_form ul li .check::before {
  display: block;
  position: absolute;
  content: '';
  border-radius: 100%;
  height: 9px;
  width: 9px;
  top: 3px;
  left: 3px;
  margin: auto;
  transition: background 0.25s linear;
  -webkit-transition: background 0.25s linear; }

.edd_download_purchase_form .selected.check {
  border: 5px solid #2ae9e9; }

.edd_download_purchase_form .selected.check::before {
  background: #2ae9e9; }

.edd_download_purchase_form label.highlight {
  color: #2ae9e9; }

@media (min-width: 768px) {
  .edd_download_purchase_form .edd_price_options {
    margin: 40px auto -20px; } }

.wpcf7-textarea,
.comment-form-comment textarea,
div.fes-form fieldset .fes-fields textarea {
  height: 10em; }

.wpcf7-textarea,
div.fes-form fieldset .fes-fields textarea {
  border: 0px; }

.search #wrapper .search-field,
.error404 #wrapper .search-field {
  width: 60%; }

.search #wrapper .page-content .search-field,
.error404 #wrapper .page-content .search-field {
  background: #fff;
  float: left;
  margin-right: 6px; }

.search #wrapper .page-content input[type="search"],
.error404 #wrapper .page-content input[type="search"] {
  padding: 1em 0.7em !important;
  margin-top: 2px; }

.search #wrapper .search-submit,
.error404 #wrapper .search-submit {
  padding: 10px 27px; }

.fes-file-column {
  text-align: left; }

.fes-form .delete {
  padding-left: 4px; }

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

input[type=number] {
  -moz-appearance: textfield; }

@media (max-width: 768px) {
  .fes_login_registration_form_row_half_width {
    width: 100% !important; } }

form label {
  font-size: 0.9em;
  font-weight: normal;
  padding: 15px 0 2px;
  display: block; }

form input.edd-submit[type="submit"] {
  margin: 20px 0 0; }

form .screen-reader-text {
  display: none; }

@font-face {
  font-family: "cloudify";
  src: url("fonts/cloudify/cloudify.eot");
  src: url("fonts/cloudify/cloudify.eot?#iefix") format("embedded-opentype"), url("fonts/cloudify/cloudify.woff") format("woff"), url("fonts/cloudify/cloudify.ttf") format("truetype"), url("fonts/cloudify/cloudify.svg#cloudify") format("svg");
  font-weight: normal;
  font-style: normal; }

[data-icon]:before {
  font-family: "cloudify" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "cloudify" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-ios-contact:before {
  content: "\61"; }

.icon-ios-checkmark:before {
  content: "\62"; }

.icon-ios-gear:before {
  content: "\63"; }

.icon-ios-cloud-download:before {
  content: "\64"; }

.icon-ios-email:before {
  content: "\65"; }

.icon-heart:before {
  content: "\66"; }

.icon-ios-timer-outline:before {
  content: "\67"; }

.icon-erlenmeyer-flask-bubbles:before {
  content: "\68"; }

.icon-android-attach:before {
  content: "\69"; }

.icon-ios-help:before {
  content: "\6a"; }

.icon-android-cloud-circle:before {
  content: "\6b"; }

.icon-ios-heart-outline:before {
  content: "\6c"; }

.icon-android-upload:before {
  content: "\6d"; }

.icon-star:before {
  content: "\6e"; }

.icon-android-laptop:before {
  content: "\6f"; }

.icon-ios-plus:before {
  content: "\70"; }

.icon-ios-compose:before {
  content: "\71"; }

.icon-ios-navigate:before {
  content: "\72"; }

.icon-lock-combination:before {
  content: "\73"; }

.icon-iphone:before {
  content: "\74"; }

.icon-ios-help-outline:before {
  content: "\75"; }

.icon-ios-locked-outline:before {
  content: "\76"; }

.icon-android-cloud:before {
  content: "\77"; }

.icon-edit:before {
  content: "\78"; }

.icon-ios-unlocked:before {
  content: "\79"; }

.icon-android-cloud-done:before {
  content: "\7a"; }

.icon-quote:before {
  content: "\41"; }

.icon-ios-cart-outline:before {
  content: "\42"; }

.icon-drag:before {
  content: "\43"; }

.icon-twitter:before {
  content: "\44"; }

.icon-facebook:before {
  content: "\45"; }

.icon-linkedin:before {
  content: "\46"; }

.icon-linkedin-circled:before {
  content: "\47"; }

.icon-twitter-circled:before {
  content: "\48"; }

.icon-facebook-circled:before {
  content: "\49"; }

.icon-pinterest:before {
  content: "\4a"; }

.icon-pinterest-circled:before {
  content: "\4b"; }

.icon-dribbble-circled:before {
  content: "\4c"; }

.icon-dribbble:before {
  content: "\4d"; }

.icon-youtube:before {
  content: "\4e"; }

.icon-behance:before {
  content: "\4f"; }

.icon-vimeo-circled:before {
  content: "\50"; }

.icon-vimeo:before {
  content: "\51"; }

.icon-gplus-circled:before {
  content: "\52"; }

.icon-gplus:before {
  content: "\53"; }

.icon-flickr-circled:before {
  content: "\54"; }

.icon-flickr:before {
  content: "\55"; }

.icon-instagrem:before {
  content: "\56"; }

.icon-slack:before {
  content: "\57"; }

.icon-github:before {
  content: "\58"; }

.icon-github-circled:before {
  content: "\59"; }

.icon-soundcloud:before {
  content: "\5a"; }

.icon-download:before {
  content: "\30"; }

.icon-wrench:before {
  content: "\31"; }

.icon-wineglass:before {
  content: "\32"; }

.icon-umbrella:before {
  content: "\33"; }

.icon-tshirt-outline:before {
  content: "\34"; }

.icon-university:before {
  content: "\35"; }

.icon-upload:before {
  content: "\36"; }

.icon-usb:before {
  content: "\37"; }

.icon-volume-high:before {
  content: "\38"; }

.icon-wand:before {
  content: "\39"; }

.icon-trophy:before {
  content: "\21"; }

.icon-trash-a:before {
  content: "\22"; }

.icon-toggle:before {
  content: "\23"; }

.icon-toggle-filled:before {
  content: "\24"; }

.icon-stats-bars:before {
  content: "\25"; }

.icon-social-wordpress-outline:before {
  content: "\26"; }

.icon-social-youtube:before {
  content: "\27"; }

.icon-social-youtube-outline:before {
  content: "\28"; }

.icon-speakerphone:before {
  content: "\29"; }

.icon-speedometer:before {
  content: "\2a"; }

.icon-spoon:before {
  content: "\2b"; }

.icon-social-wordpress:before {
  content: "\2c"; }

.icon-social-windows:before {
  content: "\2d"; }

.icon-social-whatsapp:before {
  content: "\2e"; }

.icon-social-whatsapp-outline:before {
  content: "\2f"; }

.icon-social-vimeo:before {
  content: "\3a"; }

.icon-social-vimeo-outline:before {
  content: "\3b"; }

.icon-social-twitter-outline:before {
  content: "\3c"; }

.icon-social-twitter:before {
  content: "\3d"; }

.icon-social-reddit:before {
  content: "\3e"; }

.icon-social-reddit-outline:before {
  content: "\3f"; }

.icon-social-rss:before {
  content: "\40"; }

.icon-social-rss-outline:before {
  content: "\5b"; }

.icon-social-skype:before {
  content: "\5d"; }

.icon-social-skype-outline:before {
  content: "\5e"; }

.icon-social-snapchat:before {
  content: "\5f"; }

.icon-social-snapchat-outline:before {
  content: "\60"; }

.icon-social-tumblr:before {
  content: "\7b"; }

.icon-social-tumblr-outline:before {
  content: "\7c"; }

.icon-social-tux:before {
  content: "\7d"; }

.icon-social-pinterest-outline:before {
  content: "\7e"; }

.icon-social-pinterest:before {
  content: "\5c"; }

.icon-social-chrome-outline:before {
  content: "\e000"; }

.icon-social-css3-outline:before {
  content: "\e001"; }

.icon-social-css3:before {
  content: "\e002"; }

.icon-social-instagram-outline:before {
  content: "\e003"; }

.icon-social-instagram:before {
  content: "\e004"; }

.icon-social-html5-outline:before {
  content: "\e005"; }

.icon-social-html5:before {
  content: "\e006"; }

.icon-social-javascript:before {
  content: "\e007"; }

.icon-social-octocat:before {
  content: "\e008"; }

.icon-social-nodejs:before {
  content: "\e009"; }

.icon-social-linkedin-outline:before {
  content: "\e00a"; }

.icon-social-markdown:before {
  content: "\e00b"; }

.icon-social-linkedin:before {
  content: "\e00c"; }

.icon-social-javascript-outline:before {
  content: "\e00d"; }

.icon-social-facebook:before {
  content: "\e00e"; }

.icon-social-facebook-outline:before {
  content: "\e00f"; }

.icon-social-foursquare:before {
  content: "\e010"; }

.icon-social-foursquare-outline:before {
  content: "\e011"; }

.icon-social-freebsd-devil:before {
  content: "\e012"; }

.icon-social-github:before {
  content: "\e013"; }

.icon-social-github-outline:before {
  content: "\e014"; }

.icon-social-google:before {
  content: "\e015"; }

.icon-social-google-outline:before {
  content: "\e016"; }

.icon-social-googleplus:before {
  content: "\e017"; }

.icon-social-googleplus-outline:before {
  content: "\e018"; }

.icon-social-hackernews:before {
  content: "\e019"; }

.icon-social-hackernews-outline:before {
  content: "\e01a"; }

.icon-social-dropbox:before {
  content: "\e01b"; }

.icon-social-dropbox-outline:before {
  content: "\e01c"; }

.icon-social-dribbble-outline:before {
  content: "\e01d"; }

.icon-social-dribbble:before {
  content: "\e01e"; }

.icon-social-android:before {
  content: "\e01f"; }

.icon-social-android-outline:before {
  content: "\e020"; }

.icon-social-buffer:before {
  content: "\e021"; }

.icon-social-buffer-outline:before {
  content: "\e022"; }

.icon-social-apple-outline:before {
  content: "\e023"; }

.icon-social-apple:before {
  content: "\e024"; }

.icon-ribbon-b:before {
  content: "\e025"; }

.icon-ribbon-a:before {
  content: "\e026"; }

.icon-scissors:before {
  content: "\e027"; }

.icon-pricetag:before {
  content: "\e029"; }

.icon-pound:before {
  content: "\e02a"; }

.icon-reply-all:before {
  content: "\e02b"; }

.icon-person:before {
  content: "\e02c"; }

.icon-person-add:before {
  content: "\e02d"; }

.icon-person-stalker:before {
  content: "\e02e"; }

.icon-pie-graph:before {
  content: "\e02f"; }

.icon-pin:before {
  content: "\e030"; }

.icon-navigate:before {
  content: "\e031"; }

.icon-navicon-round:before {
  content: "\e032"; }

.icon-navicon:before {
  content: "\e033"; }

.icon-music-note:before {
  content: "\e034"; }

.icon-mouse:before {
  content: "\e035"; }

.icon-paperclip:before {
  content: "\e036"; }

.icon-plus:before {
  content: "\e037"; }

.icon-plus-circled:before {
  content: "\e038"; }

.icon-paintbrush:before {
  content: "\e039"; }

.icon-paper-airplane:before {
  content: "\e03a"; }

.icon-playstation:before {
  content: "\e03b"; }

.icon-pizza:before {
  content: "\e03c"; }

.icon-printer:before {
  content: "\e03d"; }

.icon-settings:before {
  content: "\e03e"; }

.icon-share:before {
  content: "\e03f"; }

.icon-radio-waves:before {
  content: "\e040"; }

.icon-load-b:before {
  content: "\e041"; }

.icon-lightbulb:before {
  content: "\e042"; }

.icon-ios-telephone-outline:before {
  content: "\e043"; }

.icon-ios-telephone:before {
  content: "\e044"; }

.icon-ios-unlocked-outline:before {
  content: "\e045"; }

.icon-ios-star:before {
  content: "\e046"; }

.icon-ios-star-half:before {
  content: "\e047"; }

.icon-ios-star-outline:before {
  content: "\e048"; }

.icon-ios-snowy:before {
  content: "\e049"; }

.icon-ios-speedometer:before {
  content: "\e04a"; }

.icon-ios-speedometer-outline:before {
  content: "\e04b"; }

.icon-ios-search-strong:before {
  content: "\e04d"; }

.icon-ios-settings:before {
  content: "\e04e"; }

.icon-ios-settings-strong:before {
  content: "\e04f"; }

.icon-ios-reverse-camera-outline:before {
  content: "\e028"; }

.icon-ios-reverse-camera:before {
  content: "\e04c"; }

.icon-ios-printer:before {
  content: "\e050"; }

.icon-ios-printer-outline:before {
  content: "\e051"; }

.icon-ios-pie-outline:before {
  content: "\e052"; }

.icon-ios-pie:before {
  content: "\e053"; }

.icon-ios-nutrition:before {
  content: "\e054"; }

.icon-ios-location-outline:before {
  content: "\e055"; }

.icon-ios-location:before {
  content: "\e056"; }

.icon-ios-keypad-outline:before {
  content: "\e057"; }

.icon-ios-keypad:before {
  content: "\e058"; }

.icon-ios-heart:before {
  content: "\e059"; }

.icon-ios-crop:before {
  content: "\e05a"; }

.icon-ios-download-outline:before {
  content: "\e05b"; }

.icon-ios-email-outline:before {
  content: "\e05c"; }

.icon-ios-flask:before {
  content: "\e05d"; }

.icon-ios-flask-outline:before {
  content: "\e05e"; }

.icon-ios-americanfootball:before {
  content: "\e05f"; }

.icon-help-buoy:before {
  content: "\e060"; }

.icon-happy-outline:before {
  content: "\e061"; }

.icon-bowtie:before {
  content: "\e062"; }

.icon-ios-at-outline:before {
  content: "\e063"; }

.icon-ios-bell-outline:before {
  content: "\e064"; }

.icon-ios-chatbubble-outline:before {
  content: "\e065"; }

.icon-coffee:before {
  content: "\e066"; }

.icon-android-warning:before {
  content: "\e067"; }

.icon-android-subway:before {
  content: "\e068"; }

.icon-android-restaurant:before {
  content: "\e069"; }

.icon-android-compass:before {
  content: "\e06a"; }

.icon-android-alert:before {
  content: "\e06b"; }

.icon-alert:before {
  content: "\e06c"; }

.icon-android-bus:before {
  content: "\e06d"; }

.icon-android-bicycle:before {
  content: "\e06e"; }

.icon-android-checkmark-circle:before {
  content: "\e06f"; }

.icon-android-close:before {
  content: "\e070"; }

.icon-chevron-down-1:before {
  content: "\e072"; }

.icon-chevron-up:before {
  content: "\e073"; }

.icon-chevron-right:before {
  content: "\e074"; }

.icon-chevron-left:before {
  content: "\e075"; }

.icon-card:before {
  content: "\e071"; }

.icon-calculator:before {
  content: "\e076"; }

.icon-flash:before {
  content: "\e077"; }

.icon-ios-arrow-thin-down:before {
  content: "\e078"; }

.icon-ios-arrow-thin-left:before {
  content: "\e079"; }

.icon-ios-arrow-thin-right:before {
  content: "\e07a"; }

.icon-ios-arrow-thin-up:before {
  content: "\e07b"; }

html,
body {
  height: 100%; }

body.edd-page, body.error404 {
  background: #eaeff2; }

body.error404 h2 {
  font-size: 27px;
  margin-bottom: 10px; }

body.error404 .widget {
  padding: 20px 0; }
  body.error404 .widget ul {
    margin: 0;
    padding: 0; }
    body.error404 .widget ul li {
      list-style: none; }
      body.error404 .widget ul li a {
        text-decoration: none; }

h2 {
  color: #333f48;
  font-family: "Poppins", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  margin: 0 0 14px; }
  h2 br {
    display: none; }
  @media (min-width: 768px) {
    h2 {
      font-size: 44px; }
      h2 br {
        display: block; } }

h3 {
  color: #333f48; }

img {
  vertical-align: top; }

#wrapper {
  overflow: hidden;
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
  transition: margin 0.3s; }
  .nav-active #wrapper {
    margin-left: -220px; }
    @media (min-width: 768px) {
      .nav-active #wrapper {
        margin-left: 0; } }

.container {
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1200px;
  margin: 0 auto; }

body .button,
body .submit,
body .search-submit,
body #edd-purchase-button,
body .edd-submit,
body .wpcf7-submit,
body input.edd-submit[type="submit"],
body .edd-submit.button,
body a.edd-wl-action.edd-wl-button,
body .edd-reviews-review-form-submit input,
body .button-primary,
body div.fes-form .fes-submit input[type="submit"],
body .edd-submit.button,
body .edd-submit.button.gray,
body .edd-submit.button:visited,
body .edd_form input[type="submit"] {
  font-weight: 600;
  font-family: "Poppins", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  background: #2ae9e9;
  color: #fff;
  display: inline-block;
  vertical-align: top;
  border: none;
  border-radius: 0px;
  outline: none;
  text-transform: uppercase;
  transition: background 0.3s;
  text-decoration: none;
  text-align: center;
  font-size: 12px;
  padding: 8px 15px;
  border-radius: 2px;
  height: auto;
  box-shadow: none;
  text-shadow: none; }
  body .button.mk-append,
  body .submit.mk-append,
  body .search-submit.mk-append,
  body #edd-purchase-button.mk-append,
  body .edd-submit.mk-append,
  body .wpcf7-submit.mk-append,
  body input.edd-submit[type="submit"].mk-append,
  body .edd-submit.button.mk-append,
  body a.edd-wl-action.edd-wl-button.mk-append,
  body .edd-reviews-review-form-submit input.mk-append,
  body .button-primary.mk-append,
  body div.fes-form .fes-submit input[type="submit"].mk-append,
  body .edd-submit.button.mk-append,
  body .edd-submit.button.gray.mk-append,
  body .edd-submit.button:visited.mk-append,
  body .edd_form input[type="submit"].mk-append {
    padding: 8px 14px;
    color: #fff; }
  @media (min-width: 768px) {
    body .button,
    body .submit,
    body .search-submit,
    body #edd-purchase-button,
    body .edd-submit,
    body .wpcf7-submit,
    body input.edd-submit[type="submit"],
    body .edd-submit.button,
    body a.edd-wl-action.edd-wl-button,
    body .edd-reviews-review-form-submit input,
    body .button-primary,
    body div.fes-form .fes-submit input[type="submit"],
    body .edd-submit.button,
    body .edd-submit.button.gray,
    body .edd-submit.button:visited,
    body .edd_form input[type="submit"] {
      font-size: 14px;
      padding: 14px 27px; }
      body .button.upload_file_button,
      body .submit.upload_file_button,
      body .search-submit.upload_file_button,
      body #edd-purchase-button.upload_file_button,
      body .edd-submit.upload_file_button,
      body .wpcf7-submit.upload_file_button,
      body input.edd-submit[type="submit"].upload_file_button,
      body .edd-submit.button.upload_file_button,
      body a.edd-wl-action.edd-wl-button.upload_file_button,
      body .edd-reviews-review-form-submit input.upload_file_button,
      body .button-primary.upload_file_button,
      body div.fes-form .fes-submit input[type="submit"].upload_file_button,
      body .edd-submit.button.upload_file_button,
      body .edd-submit.button.gray.upload_file_button,
      body .edd-submit.button:visited.upload_file_button,
      body .edd_form input[type="submit"].upload_file_button {
        padding: 13px 27px; } }
  body .button.blue,
  body .submit.blue,
  body .search-submit.blue,
  body #edd-purchase-button.blue,
  body .edd-submit.blue,
  body .wpcf7-submit.blue,
  body input.edd-submit[type="submit"].blue,
  body .edd-submit.button.blue,
  body a.edd-wl-action.edd-wl-button.blue,
  body .edd-reviews-review-form-submit input.blue,
  body .button-primary.blue,
  body div.fes-form .fes-submit input[type="submit"].blue,
  body .edd-submit.button.blue,
  body .edd-submit.button.gray.blue,
  body .edd-submit.button:visited.blue,
  body .edd_form input[type="submit"].blue {
    background: #89949f; }
    body .button.blue:hover,
    body .submit.blue:hover,
    body .search-submit.blue:hover,
    body #edd-purchase-button.blue:hover,
    body .edd-submit.blue:hover,
    body .wpcf7-submit.blue:hover,
    body input.edd-submit[type="submit"].blue:hover,
    body .edd-submit.button.blue:hover,
    body a.edd-wl-action.edd-wl-button.blue:hover,
    body .edd-reviews-review-form-submit input.blue:hover,
    body .button-primary.blue:hover,
    body div.fes-form .fes-submit input[type="submit"].blue:hover,
    body .edd-submit.button.blue:hover,
    body .edd-submit.button.gray.blue:hover,
    body .edd-submit.button:visited.blue:hover,
    body .edd_form input[type="submit"].blue:hover {
      background: #2ae9e9; }
  body .button:hover,
  body .submit:hover,
  body .search-submit:hover,
  body #edd-purchase-button:hover,
  body .edd-submit:hover,
  body .wpcf7-submit:hover,
  body input.edd-submit[type="submit"]:hover,
  body .edd-submit.button:hover,
  body a.edd-wl-action.edd-wl-button:hover,
  body .edd-reviews-review-form-submit input:hover,
  body .button-primary:hover,
  body div.fes-form .fes-submit input[type="submit"]:hover,
  body .edd-submit.button:hover,
  body .edd-submit.button.gray:hover,
  body .edd-submit.button:visited:hover,
  body .edd_form input[type="submit"]:hover {
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff; }

body figcaption .button,
body .mk-parallax .button {
  opacity: .8;
  transition: opacity 0.3s;
  padding: 10px 15px; }
  body figcaption .button:hover,
  body .mk-parallax .button:hover {
    background-color: #2ae9e9;
    opacity: 1;
    transition: opacity 0.3s; }

.mk-parallax p {
  margin: -30px 0 3em;
  font-size: 1.2em; }

#wrapper .mk-sidebar.mk-vendor {
  margin: 0 0 60px; }
  #wrapper .mk-sidebar.mk-vendor h5 {
    text-align: center; }
  #wrapper .mk-sidebar.mk-vendor .mk-vendor-url a {
    color: #2ae9e9;
    padding: 10px 0;
    display: block; }

#wrapper .mk-sidebar .search-submit {
  padding: 8px 18px;
  margin-top: -2px; }

#wrapper .mk-sidebar .vendor-avatar {
  float: left;
  text-align: center;
  width: 100%; }
  #wrapper .mk-sidebar .vendor-avatar img {
    border-radius: 50%; }

.bg-img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center 0px;
  z-index: -1; }
  .bg-img.overlay:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(4, 7, 13, 0.75); }
  .bg-img img {
    visibility: hidden; }

.center-wrap {
  display: table;
  width: 100%;
  height: 100%;
  table-layout: fixed; }
  .center-wrap .social-networks {
    padding: 0px; }
  .center-wrap .center {
    display: table-cell;
    vertical-align: middle; }
    .center-wrap .center.sub {
      vertical-align: bottom; }

@media only screen and (min-width: 1025px) {
  a[href^=tel],
  a[href^=skype],
  a[href^=sms] {
    cursor: default;
    pointer-events: none; } }

hr {
  border-bottom-colors: none;
  border-left-colors: none;
  border-right-colors: none;
  border-top-colors: none;
  border-color: #d9e5e8;
  border-image: none;
  border-style: solid none none;
  border-width: 1px 0 0;
  height: 2px;
  margin: 2em auto;
  width: 80%; }

em {
  color: #969aa1; }

.single #header {
  min-height: 60px;
  background-color: #fff;
  box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.1);
  padding: 3px 0 5px; }
  .single #header .navigation a.nav-opener {
    color: #333f48; }
  .single #header .navigation .sub-menu a {
    color: #fff; }
  @media (min-width: 768px) {
    .single #header .navigation a {
      color: #333f48; } }

#header {
  position: fixed;
  left: 0;
  width: 100%;
  top: 0;
  padding: 10px 0;
  z-index: 9;
  transition: margin 0.3s;
  min-width: 320px;
  z-index: 100;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: 0.35s ease;
  transition: 0.35s ease; }
  #header.scrolled,
  #header .single {
    min-height: 60px;
    background-color: #fff;
    box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.1);
    padding: 3px 0 5px; }
    #header.scrolled .logo p,
    #header .single .logo p {
      color: #7a838c; }
    #header.scrolled .logo h1 a,
    #header .single .logo h1 a {
      color: #333f48; }
    #header.scrolled .navigation a.nav-opener,
    #header .single .navigation a.nav-opener {
      color: #333f48; }
    @media (min-width: 768px) {
      #header.scrolled .navigation ul ul a,
      #header .single .navigation ul ul a {
        color: #fff; }
      #header.scrolled .navigation a,
      #header .single .navigation a {
        color: #333f48; } }
  .nav-active #header {
    margin-left: -220px; }
    @media (min-width: 768px) {
      .nav-active #header {
        margin-left: 0; } }
  @media (min-width: 768px) {
    #header {
      padding: 28px 0; } }

.logo {
  width: 150px;
  float: left;
  position: relative;
  z-index: 4;
  transition: 0.35s ease; }
  @media (min-width: 1024px) {
    .logo {
      width: 202px; } }
  .logo h1 {
    font-size: 2em;
    margin-bottom: -20px; }
    .logo h1 a {
      text-decoration: none;
      color: #fff; }
  .logo p {
    color: #fff; }
  .logo img {
    max-width: none;
    width: 100%;
    transition: 0.35s ease; }

.navigation {
  float: right;
  padding: 17px 0 0;
  line-height: 1.3;
  font-family: "Poppins", "Arial", "Helvetica Neue", "Helvetica", sans-serif; }
  @media (min-width: 768px) {
    .navigation {
      padding: 14px 0 0; } }
  @media (min-width: 1024px) {
    .navigation {
      padding-top: 23px; } }
  .navigation a {
    color: #fff;
    transition: color 0.3s;
    text-decoration: none; }
    .navigation a:hover {
      color: #2ae9e9; }

.nav-opener {
  float: right;
  margin-left: 23px;
  position: relative;
  z-index: 3; }
  @media (min-width: 768px) {
    .nav-opener {
      display: none; } }

.cart-opener {
  float: right;
  font-size: 28px;
  position: relative;
  z-index: 4; }
  @media (min-width: 768px) {
    .cart-opener {
      margin: -8px 0 -10px 0px !important; } }
  @media (min-width: 1024px) {
    .cart-opener {
      margin-left: 33px; } }
  .cart-opener .num {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    font-size: 10px;
    line-height: 17px;
    text-align: center;
    position: absolute;
    background: #2ae9e9;
    color: #fff;
    right: 10px;
    top: 1px;
    font-family: "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif; }
    @media (min-width: 768px) {
      .cart-opener .num {
        right: -10px;
        top: -9px; } }

.nav-holder {
  position: fixed;
  right: -220px;
  top: 0;
  bottom: 0;
  background: #333f48;
  width: 220px;
  z-index: 3;
  padding: 15px 0 0;
  transition: right 0.3s; }
  @media (min-width: 768px) {
    .nav-holder {
      overflow-y: auto; } }
  .nav-active .nav-holder {
    right: 0; }
  @media (min-width: 768px) {
    .nav-holder {
      float: left;
      position: static;
      overflow: visible;
      padding: 0;
      width: auto;
      background: transparent; } }

.main-nav {
  font-weight: 500; }
  .main-nav > li {
    position: relative; }
    .main-nav > li.mk-opener {
      float: right; }
      @media (max-width: 768px) {
        .main-nav > li.mk-opener {
          z-index: 10;
          height: 50px;
          margin-bottom: 40px; } }
      .main-nav > li.mk-opener ul {
        width: 220px;
        display: inline-block; }
      @media (min-width: 768px) {
        .main-nav > li.mk-opener {
          margin-right: 40px;
          margin-left: 15px; } }
      .main-nav > li.mk-opener .mk-cart-item {
        padding: 10px; }
      .main-nav > li.mk-opener .cart_item.empty {
        padding: 0 0 10px 20px; }
      .main-nav > li.mk-opener .edd-cart-number-of-items {
        display: none !important; }
      .main-nav > li.mk-opener .edd-cart-item-quantity,
      .main-nav > li.mk-opener .edd-cart-item-price {
        font-size: .8em; }
      .main-nav > li.mk-opener .edd-cart-item-title {
        display: inline-block;
        width: 90%; }
      .main-nav > li.mk-opener .edd-cart-meta.edd_subtotal,
      .main-nav > li.mk-opener .edd-cart-meta.edd_total {
        background: none;
        border-top: 1px solid rgba(255, 255, 255, 0.04);
        padding: 15px 10px 15px 20px;
        color: #fff; }
      .main-nav > li.mk-opener .edd-cart-item-separator {
        display: none; }
      .main-nav > li.mk-opener .edd-remove-from-cart {
        display: inline-block;
        float: right;
        background: #232323;
        border-radius: 50%;
        padding: 6px 20px 2px 6px;
        margin-top: -15px;
        width: 12px; }
        @media (min-width: 768px) {
          .main-nav > li.mk-opener .edd-remove-from-cart {
            padding: 5px 5px 0px;
            width: auto; } }
        .main-nav > li.mk-opener .edd-remove-from-cart:hover {
          background: #bcbcbc; }
      .main-nav > li.mk-opener ul {
        border-radius: 4px 4px 0 0; }
        .main-nav > li.mk-opener ul.edd-cart {
          padding: 10px 0 0px 0px;
          border-radius: 0 0 4px 4px; }
          @media (min-width: 768px) {
            .main-nav > li.mk-opener ul.edd-cart {
              border-color: transparent transparent #181b1d;
              border-style: solid;
              border-width: 0 11px 10px;
              content: none;
              height: 0;
              left: 50%;
              position: absolute;
              margin-top: 0px; } }
    @media (min-width: 768px) {
      .main-nav > li {
        margin-right: 22px;
        float: left; } }
    @media (min-width: 1024px) {
      .main-nav > li {
        margin-right: 42px; } }
    @media (min-width: 768px) {
      .main-nav > li:hover {
        margin-bottom: -20px; } }
    @media (min-width: 768px) {
      .main-nav > li:hover > a {
        padding-bottom: 20px; } }
    .main-nav > li:hover > ul {
      opacity: 1;
      visibility: visible;
      height: auto;
      transition: opacity .3s ease; }
    .main-nav > li:hover.mk-opener ul {
      opacity: 1;
      visibility: visible;
      height: auto;
      transition: opacity .3s ease; }
  .main-nav a {
    display: inline-block;
    width: 100%;
    padding: 8px 15px; }
    @media (min-width: 768px) {
      .main-nav a {
        display: block;
        padding: 0;
        width: auto; } }
    .main-nav a.cart-opener {
      width: auto; }
    .main-nav a.cart-opener:hover {
      background: transparent;
      color: #2ae9e9; }
    .main-nav a:hover {
      background: #2ae9e9;
      color: #fff; }
      @media (min-width: 768px) {
        .main-nav a:hover {
          background: transparent;
          color: #2ae9e9; } }
  .main-nav ul {
    background: #485966;
    padding: 0;
    visibility: hidden;
    opacity: 0;
    overflow: 0;
    height: 0;
    transition: height .3s ease; }
    .main-nav ul li ul {
      top: auto;
      opacity: 0;
      visibility: hidden; }
      @media (min-width: 768px) {
        .main-nav ul li ul {
          left: 150%;
          margin-top: -40px;
          position: absolute; } }
      .main-nav ul li ul:before {
        border-width: 0px; }
    .main-nav ul li:hover > ul {
      opacity: 1;
      visibility: visible;
      height: auto;
      transition: opacity .3s ease; }
    @media (min-width: 768px) {
      .main-nav ul {
        background: #181b1d;
        position: absolute;
        height: auto;
        left: 50%;
        top: 100%;
        width: 180px;
        z-index: 99;
        border-radius: 4px;
        padding: 10px 0;
        transform: translateX(-50%); } }
    .main-nav ul:before {
      width: 0;
      height: 0;
      content: none;
      position: absolute;
      top: -10px;
      left: 50%;
      border-style: solid;
      transform: translateX(-50%);
      border-width: 0 11px 10px 11px;
      border-color: transparent transparent #181b1d transparent; }
      @media (min-width: 768px) {
        .main-nav ul:before {
          content: ''; } }
    .main-nav ul li {
      display: block;
      float: none;
      margin: 0; }
      .main-nav ul li.edd_checkout {
        margin: 10px 20px 20px;
        background: #2ae9e9;
        text-align: center;
        transition: color .3s linear, background .3s linear; }
        .main-nav ul li.edd_checkout:hover {
          background: #8ebf60; }
    .main-nav ul a {
      color: #fff;
      transition: color .3s linear, background .3s linear;
      padding: 7px 20px; }
      .main-nav ul a:hover {
        background: #2ae9e9;
        color: #fff; }
  .main-nav .active > a {
    color: #2ae9e9; }

.mk-show {
  display: none; }

.scrolled .mk-show {
  display: block; }

.scrolled .mk-hide {
  display: none; }

.sr .mk-right,
.sr .mk-left,
.sr .edd_download_inner,
.sr .plan-holder,
.sr .num,
.sr .mk-hero .slide .bg-img {
  visibility: hidden; }

.banner {
  position: relative; }
  .banner.sub {
    overflow: hidden;
    background: #333f48; }

.person-image {
  position: absolute;
  top: 120px;
  right: 0;
  left: 0;
  z-index: 2;
  text-align: right;
  display: none; }
  @media (min-width: 768px) {
    .person-image {
      top: auto;
      bottom: 278px; } }
  @media (min-width: 640px) {
    .person-image {
      display: block; } }
  .person-image .container {
    position: relative; }
  .person-image .person {
    max-width: 280px;
    float: right; }
    @media (min-width: 1024px) {
      .person-image .person {
        margin-right: 40px;
        max-width: 390px; } }
    @media (min-width: 1200px) {
      .person-image .person {
        max-width: none; } }

.slide-holder {
  position: relative;
  height: 346px; }
  .slide-holder .container {
    height: 100%; }
  @media (min-width: 768px) {
    .slide-holder {
      height: 846px; }
      .slide-holder.sub {
        height: auto; } }
  .slide-holder .bg-img {
    z-index: 1; }
  .slide-holder .mask {
    width: 100%;
    height: 100%; }
  .slide-holder .slideset {
    float: left;
    width: 100%;
    height: 100%; }
  .slide-holder .slide {
    float: left;
    width: 100%;
    height: 100%;
    position: relative; }
    .slide-holder .slide.video-container {
      position: absolute;
      z-index: 1;
      overflow: hidden; }
    .slide-holder .slide .bg-img {
      overflow: hidden;
      min-width: 100%;
      min-height: 110%;
      z-index: 0;
      clear: both;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
      filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='path/to/image/1.jpg',sizingMethod='scale');
      -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='path/to/image/1.jpg',sizingMethod='scale')"; }
    .slide-holder .slide:before {
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      top: 0;
      background: #000;
      z-index: 0; }
    .slide-holder .slide .container {
      height: 100%;
      position: relative; }
    .slide-holder .slide.active {
      z-index: 1; }
  .slide-holder .pagination {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 48px;
    z-index: 4;
    text-align: center;
    line-height: 1; }
    @media (min-width: 768px) {
      .slide-holder .pagination {
        bottom: 152px; } }
    .slide-holder .pagination ul li {
      display: inline-block;
      vertical-align: top;
      margin: 0 8px; }
    .slide-holder .pagination ul a {
      overflow: hidden;
      text-indent: 101%;
      white-space: nowrap;
      width: 8px;
      height: 8px;
      display: block;
      background: #89949f;
      box-shadow: 0 0 0 3px transparent;
      border-radius: 100%;
      transition: background 0.3s, box-shadow 0.3s; }
      .slide-holder .pagination ul a:hover {
        background: #fff;
        box-shadow: 0 0 0 3px #333f48; }
    .slide-holder .pagination .active > a {
      background: #fff;
      box-shadow: 0 0 0 3px #333f48; }

.slider-text {
  position: relative;
  z-index: 3;
  color: #fff;
  font: 300 14px/1.8 "Poppins", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  max-width: 450px;
  margin: auto;
  text-align: center; }
  .slider-text.sub {
    padding: 15% 0 30%; }
    @media (min-width: 768px) {
      .slider-text.sub {
        padding: 15% 0 5%; } }
  @media (min-width: 768px) {
    .slider-text {
      max-width: 480px;
      font-size: 16px;
      line-height: 2.125; } }
  @media (min-width: 1024px) {
    .slider-text {
      max-width: 608px; } }
  .slider-text strong {
    padding-top: 10px;
    border-top: 2px solid #fff; }
  .slider-text h1 {
    font-weight: 700;
    line-height: 1.1636;
    margin: 0 0 10px;
    font-size: 28px;
    color: #fff; }
    @media (min-width: 768px) {
      .slider-text h1 {
        font-size: 42px;
        margin-bottom: 23px; } }
    @media (min-width: 1024px) {
      .slider-text h1 {
        font-size: 55px; } }
  .slider-text p {
    margin-bottom: 12px;
    margin-top: -10px;
    font-size: 1.3em; }
    @media (min-width: 768px) {
      .slider-text p {
        margin-bottom: 41px;
        margin-top: -18px; } }
  @media (min-width: 768px) {
    .slider-text .button {
      min-width: 188px; } }

.banner-text {
  position: relative;
  color: #8c8c8c;
  text-align: center; }
  @media (min-width: 768px) {
    .banner-text {
      text-align: left; } }
  .banner-text .spec-holder {
    border-bottom: 1px solid #d9e5e8;
    padding: 40px 0;
    float: left; }
    .banner-text .spec-holder .spec {
      display: flex;
      align-items: center; }
  .banner-text h3 {
    font-size: 18px; }
    @media (min-width: 1024px) {
      .banner-text h3 {
        font-size: 20px; } }
  .banner-text .wrapper {
    background: #fff;
    padding: 39px 20px 17px 26px; }
    @media (min-width: 768px) {
      .banner-text .wrapper {
        padding: 70px 15px 23px; } }
    @media (min-width: 1024px) {
      .banner-text .wrapper {
        padding: 70px 30px 23px 30px; } }
    @media (min-width: 1200px) {
      .banner-text .wrapper {
        padding: 70px 51px 23px 99px; } }
  .banner-text h3 {
    position: relative;
    text-align: center;
    margin: 0 0 5px;
    color: #333f48; }
    @media (min-width: 768px) {
      .banner-text h3 {
        margin: 0 0 15px; } }
    @media (min-width: 1024px) {
      .banner-text h3 {
        margin: 0 51px 15px 0; } }
    .banner-text h3 .icon {
      position: absolute;
      color: rgba(234, 239, 242, 0.5);
      font-size: 45px;
      line-height: 1;
      margin: -10px 0 0 -24px; }
      @media (min-width: 768px) {
        .banner-text h3 .icon {
          font-size: 70px;
          margin: -12px 0 0 -24px; } }
      @media (min-width: 1024px) {
        .banner-text h3 .icon {
          font-size: 80px;
          margin: -27px 0 0 -34px; } }
    .banner-text h3 .text {
      position: relative;
      display: inline-block;
      z-index: 2;
      background: none;
      line-height: 28px; }

.three-columns .column {
  padding: 0 15px 15px; }
  @media (min-width: 768px) {
    .three-columns .column {
      float: left;
      width: 33.33%; } }

@media (min-width: 768px) {
  .three-columns .double-column {
    float: left;
    width: 66.66%;
    text-align: left; } }

.single-download .info-wrapper {
  padding: 0 0 60px; }

.info-wrapper {
	background: #fff;
  text-align: center;
  padding: 60px 0; }
  .info-wrapper .figure {
    margin: 0 0 24px; }
  .info-wrapper.flex {
    display: flex;
    flex-wrap: wrap;
    height: auto;
    background: #fff; }
    .info-wrapper.flex .flex-hold {
      height: 100%;
      table-layout: fixed; }
      .info-wrapper.flex .flex-hold .heading {
        padding: 40px 0 0; }
      .info-wrapper.flex .flex-hold .button {
        margin-top: 20px; }
      @media (min-width: 768px) {
        .info-wrapper.flex .flex-hold {
          display: table; } }
    .info-wrapper.flex .figure,
    .info-wrapper.flex .text-block {
      width: 100%; }
      @media (min-width: 768px) {
        .info-wrapper.flex .figure,
        .info-wrapper.flex .text-block {
          width: 50%;
          display: table-cell;
          vertical-align: middle; } }
      .info-wrapper.flex .figure h2,
      .info-wrapper.flex .text-block h2 {
        margin: 0; }
      .info-wrapper.flex .figure h6,
      .info-wrapper.flex .text-block h6 {
        margin-bottom: 30px; }
      @media (min-width: 768px) {
        .info-wrapper.flex .figure.right,
        .info-wrapper.flex .text-block.right {
          text-align: right; } }
      @media (min-width: 768px) {
        .info-wrapper.flex .figure.left,
        .info-wrapper.flex .text-block.left {
          text-align: left; } }
    .info-wrapper.flex .container {
      width: 100%; }
    .info-wrapper.flex .figure {
      float: left; }
      .info-wrapper.flex .figure.mk-right {
        float: right; }
  .info-wrapper .text-block {
    max-width: 790px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 1.8; }
    .info-wrapper .text-block .title {
      font-weight: 300;
      display: block;
      text-transform: uppercase; }
    .info-wrapper .text-block h2 {
      margin-bottom: 20px; }
    @media (min-width: 768px) {
      .info-wrapper .text-block {
        line-height: 2.25; } }

.block-wrapper .center-wrap {
  position: relative;
  height: 350px;
  text-align: center;
  color: #fff;
  padding: 30px 0; }
  @media (min-width: 768px) {
    .block-wrapper .center-wrap {
      height: 502px; } }
  .block-wrapper .center-wrap.quote-block {
    height: auto; }
    @media (min-width: 768px) {
      .block-wrapper .center-wrap.quote-block {
        min-height: 400px;
        height: 454px; } }
  .block-wrapper .center-wrap .container {
    height: 100%; }
  .block-wrapper .center-wrap h2 {
    color: #fff;
    margin-bottom: 20px; }
  .block-wrapper .center-wrap blockquote.mk-fader {
    display: none;
    position: absolute;
    height: 200px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto; }
    .block-wrapper .center-wrap blockquote.mk-fader.current {
      display: block; }

.block-wrapper.quote-block .parallax-section.bg-stretch:after {
  background: none; }

blockquote {
  margin: 0 auto;
  quotes: none;
  font-size: 18px;
  line-height: 1.8;
  font-family: "Poppins", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-weight: 300; }
  @media (min-width: 768px) {
    blockquote {
      max-width: 82%;
      font-size: 20px; } }
  blockquote .icon-quote {
    display: block;
    color: #2ae9e9;
    font-size: 42px;
    line-height: 1; }
    @media (min-width: 768px) {
      blockquote .icon-quote {
        font-size: 62px; } }
  blockquote q,
  blockquote cite {
    display: block; }
  blockquote q {
    margin-bottom: 16px; }
  blockquote cite {
    font-style: italic;
    font-size: .8em;
    padding: 10px 0 0; }
  blockquote .name {
    display: block; }
  blockquote .post {
    display: block;
    font-size: 12px;
    color: #cccccc;
    font-weight: 300; }

.domain-form h2 {
  margin-bottom: 25px; }

@media (max-width: 767px) {
  .domain-form .hide-mob {
    display: none; } }

.domain-form .input-wrap {
  max-width: 601px;
  margin: 0 auto 17px;
  height: 50px;
  background: #293141;
  border-radius: 6px;
  padding: 4px;
  overflow: hidden; }
  @media (min-width: 768px) {
    .domain-form .input-wrap {
      height: 68px; } }

.domain-form [type='text'] {
  float: left;
  width: 64.5%;
  height: 100%;
  border: none;
  font-weight: 300;
  color: #8a93a7;
  outline: none !important;
  box-shadow: none !important;
  background: transparent;
  padding: 6px 18px;
  font-size: 14px; }
  .domain-form [type='text']::-webkit-input-placeholder {
    color: #8a93a7;
    text-overflow: ellipsis; }
  .domain-form [type='text']::-moz-placeholder {
    opacity: 1;
    color: #8a93a7;
    text-overflow: ellipsis; }
  .domain-form [type='text']:-moz-placeholder {
    color: #8a93a7;
    text-overflow: ellipsis; }
  .domain-form [type='text']:-ms-input-placeholder {
    color: #8a93a7;
    text-overflow: ellipsis; }
  .domain-form [type='text'].placeholder {
    color: #8a93a7;
    text-overflow: ellipsis; }
  @media (min-width: 768px) {
    .domain-form [type='text'] {
      padding: 9px 34px;
      font-size: 16px; } }

.domain-form [type="submit"] {
  float: right;
  width: 35.5%;
  border-radius: 6px;
  font-size: 14px;
  text-transform: none;
  height: 100%;
  padding: 5px; }
  @media (min-width: 768px) {
    .domain-form [type="submit"] {
      font-size: 18px; } }

.domain-form .form-text {
  color: #808691;
  font-family: "Poppins", "Arial", "Helvetica Neue", "Helvetica", sans-serif; }

.text-info {
  padding: 35px 0; }
  @media (min-width: 768px) {
    .text-info {
      padding: 45px 0; } }
  @media (min-width: 1024px) {
    .text-info {
      padding: 95px 0 94px; } }
  .text-info.mk-features {
    text-align: center;
    background: #fff; }
  .text-info .column {
    text-align: left; }
  .text-info .holder {
    overflow: hidden; }
  .text-info .ico-wrap {
    float: left;
    width: 40px;
    text-align: center;
    color: #eaeff2;
    font-size: 31px;
    line-height: 1.5; }
    @media (min-width: 768px) {
      .text-info .ico-wrap {
        width: 35px;
        font-size: 36px; } }
    @media (min-width: 1024px) {
      .text-info .ico-wrap {
        font-size: 36px;
        width: 66px; } }
  .text-info .text-wrap {
    overflow: hidden; }
  .text-info h3 {
    font-size: 17px; }
    @media (min-width: 1024px) {
      .text-info h3 {
        font-size: 20px; } }

.mk-sort {
  margin: -20px 4px 20px;
  display: inline-block;
  width: 98%;
  border-bottom: 2px solid #dedede;
  position: relative; }
  .mk-sort .category-form {
    position: relative; }
    @media (min-width: 768px) {
      .mk-sort .category-form {
        width: 44.5%;
        float: left; } }
    .mk-sort .category-form span {
      position: absolute;
      font-size: 20px; }
    .mk-sort .category-form .input-wrap {
      padding-left: 15px; }

.count-block {
  background: #262c32;
  font-family: "Poppins", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  color: #fff;
  text-align: center;
  padding: 35px 0; }
  @media (min-width: 768px) {
    .count-block {
      padding: 79px 0 76px; } }
  .count-block .num {
    font-size: 32px;
    font-weight: 700;
    line-height: 1;
    display: block;
    margin: 0 0 7px; }
    @media (min-width: 768px) {
      .count-block .num {
        font-size: 41px; } }
  .count-block .sep {
    color: #2ae9e9;
    width: 65px;
    margin: 0 auto;
    display: block;
    position: relative;
    font-size: 30px;
    line-height: 1; }
    @media (min-width: 768px) {
      .count-block .sep {
        margin-bottom: 6px; } }
    .count-block .sep:before {
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      top: 15px;
      border-top: 1px dashed #2ae9e9; }
    .count-block .sep .icon {
      display: inline-block;
      position: relative;
      z-index: 2;
      background: #262c32;
      border-radius: 100%; }

.four-columns {
  margin: 0 -15px;
  font-size: 0; }
  .four-columns .column {
    padding: 15px;
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    letter-spacing: 0;
    width: 50%; }
    @media (min-width: 768px) {
      .four-columns .column {
        width: 25%;
        font-size: 14px; } }

.plan-block {
  text-align: center;
  padding: 35px 0;
  overflow: hidden;
  background: #eaeff2; }
  @media (min-width: 768px) {
    .plan-block {
      padding: 50px 0; } }
  @media (min-width: 1024px) {
    .plan-block {
      padding-bottom: 50px 0 72px; } }
  .plan-block .mk-cols {
    padding-top: 30px;
    float: left;
    width: 100%; }
    @media (min-width: 1024px) {
      .plan-block .mk-cols {
        padding-top: 39px; } }

.plan-holder {
  border: 1px solid #ebebeb;
  border-bottom-color: #2ae9e9;
  border-radius: 4px;
  font-size: 14px;
  font-family: "Poppins", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-weight: 300;
  background: #fff; }
  @media (min-width: 768px) {
    .plan-holder {
      font-size: 16px; } }
  .plan-holder:hover, .plan-holder.feature {
    border-color: transparent;
    border-bottom-color: #2ae9e9;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1); }
    @media (min-width: 768px) {
      .plan-holder:hover, .plan-holder.feature {
        margin-top: -20px;
        transition: margin 0.3s; } }
    .plan-holder:hover header, .plan-holder.feature header {
      background: #2ae9e9; }
    .plan-holder:hover h3, .plan-holder.feature h3 {
      color: #fff; }
    .plan-holder:hover .list, .plan-holder.feature .list {
      color: #575757; }
    .plan-holder:hover .amount, .plan-holder.feature .amount {
      color: #2ae9e9; }
    .plan-holder:hover .button.blue, .plan-holder.feature .button.blue {
      background: #2ae9e9; }
  .plan-holder header {
    background: #89949f;
    min-height: 82px;
    padding: 22px 10px 10px;
    letter-spacing: 3px;
    transition: background 0.3s;
    margin: -1px -1px 0;
    position: relative;
    border-radius: 4px 4px 0 0; }
  .plan-holder h3 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
    transition: color 0.3s;
    color: #fff; }
  .plan-holder .wrap {
    padding: 30px 20px; }
    @media (min-width: 1024px) {
      .plan-holder .wrap {
        padding: 37px 20px 55px; } }
  .plan-holder .price {
    display: block;
    text-transform: uppercase;
    font-family: "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    margin: 0 0 30px;
    font-size: .8em; }
  .plan-holder .amount {
    display: block;
    color: #303030;
    font-size: 32px;
    line-height: 1;
    font-weight: 300;
    transition: color 0.3s; }
    @media (min-width: 768px) {
      .plan-holder .amount {
        font-size: 42px; } }
  .plan-holder .button {
    min-width: 190px;
    padding: 12px 10px; }

.list {
  text-transform: uppercase;
  color: rgba(87, 87, 87, 0.6);
  padding-bottom: 29px; }
  .list li {
    position: relative;
    margin: 0 0 18px;
    font-size: .9em; }
    .list li:before {
      content: '';
      left: 50%;
      width: 100px;
      bottom: -8px;
      position: absolute;
      transform: translateX(-50%);
      height: 1px;
      background: rgba(0, 0, 0, 0.05); }

.blog-holder {
  text-align: center;
  padding: 35px 0; }
  @media (min-width: 768px) {
    .blog-holder {
      padding: 60px 0; } }
  @media (min-width: 1024px) {
    .blog-holder {
      padding: 60px 0 104px; } }

.heading {
  font-family: "Poppins", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  overflow: hidden;
  color: #333f48;
  padding: 40px 0 20px; }
  .heading .title {
    font-weight: 300;
    display: block;
    text-transform: uppercase;
    font-size: 1.1em;
    color: #818186; }
    .heading .title.double {
      font-size: 1.2em; }

.blog-wrap {
  letter-spacing: -4px;
  font-size: 0;
  text-align: center;
  margin: 0 -15px; }
  @media (min-width: 1200px) {
    .blog-wrap {
      padding: 0 0 0 45px; } }
  .blog-wrap .blog-post {
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    letter-spacing: 0;
    width: 100%;
    padding: 0 15px 15px; }
    .blog-wrap .blog-post a {
      text-decoration: none; }
      .blog-wrap .blog-post a.moretag {
        font-size: .9em;
        font-weight: bold; }
    @media (min-width: 768px) {
      .blog-wrap .blog-post {
        width: 50%;
        font-size: 14px;
        padding-bottom: 25px; } }
    @media (min-width: 1200px) {
      .blog-wrap .blog-post {
        width: 43.3%; } }

.blog-post {
  text-align: left;
  overflow: hidden;
  font-family: "Poppins", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-weight: 300;
  line-height: 2; }
  .blog-post .figure {
    margin: 0 15px 0 0;
    float: left;
    max-width: 80px; }
    @media (min-width: 768px) {
      .blog-post .figure {
        max-width: 168px; } }
    @media (min-width: 1024px) {
      .blog-post .figure {
        margin-right: 30px; } }
  .blog-post .text {
    overflow: hidden; }
  .blog-post time {
    display: block;
    font-size: 12px;
    line-height: 1.3;
    margin: 0 0 7px;
    letter-spacing: 0.04em; }
  .blog-post h3 {
    font-size: 16px;
    line-height: 1.556;
    margin: 0 0 14px; }
    @media (min-width: 768px) {
      .blog-post h3 {
        font-size: 18px; } }
    .blog-post h3 a {
      color: #333f48;
      text-decoration: none;
      transition: color 0.3s; }
      .blog-post h3 a:hover {
        color: #2ae9e9; }

.single section.mk-content {
  padding: 40px 0; }

body.edd-page .mk-content, body.error404 .mk-content {
  background: #fff;
  padding: 60px 40px;
  border-bottom: 1px solid #ddd; }
  @media (min-width: 768px) {
    body.edd-page .mk-content, body.error404 .mk-content {
      max-width: 60%;
      margin: 60px auto; } }

section {
  position: relative; }
  section.mk-dl {
    background: #eaeff2; }
  section.mk-blog {
    padding: 0px;
    overflow: hidden; }
  @media (min-width: 768px) {
    section.mk-specs {
      max-width: 80%;
      margin: 0 auto; } }
  section h2 {
    margin-top: -24px !important; }
  section.mk-port-featured h2 {
    margin-bottom: -10px; }

.pagination,
#edd_download_pagination {
  color: #fff;
  text-align: center;
  padding: 60px 15px 5px;
  margin-right: -5px;
  position: relative;
  z-index: 1;
  width: 100%;
  display: inline-block; }
  @media (min-width: 1024px) {
    .pagination,
    #edd_download_pagination {
      margin-right: -39px; } }
  .pagination li,
  .pagination .page-numbers,
  #edd_download_pagination li,
  #edd_download_pagination .page-numbers {
    display: inline-block;
    margin: 0 5px 5px 0;
    color: #7a838c; }
  .pagination .active strong a,
  .pagination .current a,
  #edd_download_pagination .active strong a,
  #edd_download_pagination .current a {
    display: block;
    padding: 5px 9px;
    background: #333f48;
    color: #fff; }
    @media (min-width: 1024px) {
      .pagination .active strong a,
      .pagination .current a,
      #edd_download_pagination .active strong a,
      #edd_download_pagination .current a {
        margin: 0;
        padding: 5px 15px; } }
  .pagination .prev a,
  .pagination .next a,
  #edd_download_pagination .prev a,
  #edd_download_pagination .next a {
    transition: color 0.3s ease-in-out;
    border-bottom: 1px solid #ddd;
    padding: 5px 12px; }
    .pagination .prev a:hover,
    .pagination .next a:hover,
    #edd_download_pagination .prev a:hover,
    #edd_download_pagination .next a:hover {
      color: #fff;
      padding: 5px 12px; }
  .pagination a,
  #edd_download_pagination a {
    transition: background 0.3s ease-in-out;
    background: #fff;
    display: block;
    padding: 5px 9px;
    border-bottom: 1px solid #ddd;
    text-decoration: none; }
    @media (min-width: 1024px) {
      .pagination a,
      #edd_download_pagination a {
        padding: 5px 15px; }
        .pagination a.page-numbers,
        #edd_download_pagination a.page-numbers {
          padding: 10px 15px;
          color: #7a838c; } }
    .pagination a:hover,
    #edd_download_pagination a:hover {
      background: #333f48;
      color: #fff;
      padding: 5px 9px; }
      @media (min-width: 1024px) {
        .pagination a:hover,
        #edd_download_pagination a:hover {
          margin: 0;
          padding: 5px 15px; }
          .pagination a:hover.page-numbers,
          #edd_download_pagination a:hover.page-numbers {
            padding: 10px 15px;
            margin: 0 5px 5px 0; } }

#crumbs {
  font-size: .9em;
  font-weight: bold;
  text-transform: uppercase; }
  #crumbs a {
    text-decoration: none; }

.mk-sidebar .mk-author {
  text-align: center;
  padding: 30px 20px;
  margin-top: 17px;
  margin-bottom: 50px;
  background: #eaeff2;
  border-radius: 2px;
  border-top: 1px solid #2ae9e9; }
  .mk-sidebar .mk-author img {
    border: 3px solid #fff; }
  .mk-sidebar .mk-author a {
    display: inline;
    padding-left: 5px;
    font-color: #2ae9e9; }
  .mk-sidebar .mk-author cite {
    font-size: .9em;
    margin-top: -5px;
    display: block; }

.mk-vend-link {
  font-size: .9em;
  background: #777;
  padding: 5px 5px 6px;
  margin-bottom: 40px;
  text-align: center;
  display: block;
  text-transform: uppercase;
  transition: background 0.3s; }
  .mk-vend-link:hover {
    background: #2ae9e9; }

@media (min-width: 768px) {
  .mk-author {
    text-align: right; } }

.mk-author span img {
  border-radius: 50%; }

.mk-author a {
  text-decoration: none;
  font-weight: bold; }

/*** Table Styles **/
table {
  text-align: left; }
  table td, table th {
    padding: 10px; }

.fes-product-list-td {
  vertical-align: middle; }
  .fes-product-list-td img {
    border-radius: 2px; }

.mk-table {
  margin: 1em 0;
  min-width: 100%; }
  .mk-table thead {
    background: #eaeff2; }
    .mk-table thead tr th {
      color: #333f48; }
  .mk-table tr {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd; }
    .mk-table tr:last-child {
      border-bottom: none; }
  .mk-table th {
    display: none; }
  .mk-table td {
    display: block; }
    .mk-table td:first-child {
      padding-top: .5em; }
    .mk-table td:last-child {
      padding-bottom: .5em;
      font-size: .9em; }
    .mk-table td:before {
      content: attr(data-th) ": ";
      font-weight: bold;
      width: 6.5em;
      display: inline-block; }
    .mk-table td a {
      background: #2ae9e9;
      padding: 3px 5px;
      color: #fff;
      text-decoration: none;
      font-weight: bold;
      font-size: .7em;
      text-transform: uppercase;
      border-radius: 2px; }
      .mk-table td a:hover {
        opacity: .8; }
    .mk-table td[data-th="Name"] {
      color: #333f48;
      font-weight: bold; }

@media (min-width: 768px) {
  .mk-table td:before {
    display: none; } }

.mk-table th, .mk-table td {
  text-align: left; }

@media (min-width: 900px) {
  .mk-table th, .mk-table td {
    display: table-cell;
    padding: .25em .5em; }
  .mk-table th:first-child, .mk-table td:first-child {
    padding-left: 15px !important; }
  .mk-table th:last-child, .mk-table td:last-child {
    padding-right: 0; } }

body #edd_user_history td {
  padding: 15px 4px;
  border-bottom: 0px; }
  @media (max-width: 768px) {
    body #edd_user_history td {
      line-height: 20px; } }

body #edd_user_history th {
  padding: 10px 4px;
  background: none;
  text-transform: uppercase;
  font-size: .9em;
  color: #333f48; }

body .edd_download_download_name {
  font-weight: bold; }

body #edd_user_history {
  padding: 20px 0; }

body .edd_purchase_row a {
  text-decoration: none; }

#edd_profile_editor_form legend,
#edd_login_form legend {
  font-size: 16px;
  font-family: "Poppins", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  color: #333f48;
  text-transform: uppercase;
  padding-top: 20px; }

#edd_login_form .edd-input, #edd_login_form label, #edd_profile_editor_form label, #edd_register_form .edd-input, #edd_register_form label {
  width: 100%; }

@media (max-width: 768px) {
  body th.edd-reviews-vendor-feedback,
  body td.edd-reviews-vendor-feedback {
    display: none !important; } }

.mk-table {
  border-radius: .4em;
  overflow: hidden; }

.mk-table tr {
  border-color: #eaeff2; }

.mk-table th, .mk-table td {
  margin: .5em 1em; }

@media (min-width: 768px) {
  .mk-table th, .mk-table td {
    padding: 1em 0.2em !important; } }

.mk-table th, .mk-table td:before {
  color: #333f48; }

table.fes-login-registration {
  margin: 40px auto; }

h1.fes-headers {
  font-size: 27px; }

.mk-content {
  padding: 60px 0; }
  .mk-content.edd-boxed,
  .mk-content .four-columns .no-results {
    font-size: 14px;
    background: #fff;
    padding: 60px 40px;
    border-bottom: 1px solid #ddd; }
    @media (min-width: 768px) {
      .mk-content.edd-boxed,
      .mk-content .four-columns .no-results {
        max-width: 60%;
        margin: 60px auto; } }
    @media (min-width: 768px) {
      .mk-content.edd-boxed:after,
      .mk-content .four-columns .no-results:after {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: #eaeff2;
        content: '';
        z-index: -2; } }
    .mk-content.edd-boxed .screen-reader-text,
    .mk-content .four-columns .no-results .screen-reader-text {
      display: none; }

.four-columns .edd_download_columns_4 .edd_download {
  width: 100%; }
  @media (min-width: 400px) {
    .four-columns .edd_download_columns_4 .edd_download {
      width: 50%; } }
  @media (min-width: 768px) {
    .four-columns .edd_download_columns_4 .edd_download {
      width: 25%; } }

.edd_download_columns_3 .edd_download {
  width: 100%; }
  @media (min-width: 400px) {
    .edd_download_columns_3 .edd_download {
      width: 50%; } }
  @media (min-width: 768px) {
    .edd_download_columns_3 .edd_download {
      width: 33.3%; } }

div.image-wrap {
  min-height: 100px; }

#wrapper .fes-fields .fes-avatar-image-upload a.close {
  font-size: 4.5em; }

#edd_checkout_wrap .edd_empty_cart {
  text-align: center;
  display: block;
  font-size: 1.6em;
  font-weight: bold; }

#edd_checkout_wrap .mk-empty-cart {
  font-size: 10em;
  color: #eaeff2;
  text-align: center;
  margin: -.3em 0; }

#wrapper .fes-fields table td, table th {
  border: none;
  padding: 2px; }

#fes-comments-table th {
  color: #333f48; }

#wrapper .fes-fields .fes-avatar-image-upload {
  max-width: 160px; }

.fes-vendor-menu {
  width: 100%;
  float: right;
  position: relative; }
  @media (min-width: 768px) {
    .fes-vendor-menu {
      width: 34%;
      margin-top: -60px; } }
  .fes-vendor-menu .icon {
    background-image: none;
    font-size: 19px;
    color: #cdcdcd; }
  .fes-vendor-menu span {
    padding-left: 6px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: .9em; }
  .fes-vendor-menu ul {
    margin: 40px 20px;
    text-align: center; }
    @media (min-width: 768px) {
      .fes-vendor-menu ul {
        margin: 110px 20px 60px; } }
    .fes-vendor-menu ul li {
      text-align: left;
      display: block;
      width: 100%;
      float: none;
      border-bottom: 1px solid #f3f3f3; }
      .fes-vendor-menu ul li.active a {
        font-weight: bold; }
        .fes-vendor-menu ul li.active a .icon {
          color: #2ae9e9 !important; }
        .fes-vendor-menu ul li.active a:hover {
          font-weight: bold; }
      .fes-vendor-menu ul li a {
        -moz-user-select: none;
        background-color: #ffffff;
        border-radius: 0;
        box-sizing: border-box;
        color: #333;
        cursor: pointer;
        display: inline-block;
        padding: 8px 10px;
        text-align: center;
        text-decoration: none;
        transition: background-color 0.3s ease 0s, box-shadow 0.3s ease 0s;
        transition: margin 0.3s; }
        @media (min-width: 768px) {
          .fes-vendor-menu ul li a {
            padding: 8px 20px; } }
        .fes-vendor-menu ul li a:hover {
          margin-left: 20px; }
          .fes-vendor-menu ul li a:hover .icon {
            color: #2ae9e9; }
  @media (min-width: 768px) {
    .fes-vendor-menu:after {
      position: absolute;
      top: 0;
      right: -9999px;
      bottom: 0;
      left: 0;
      background: #fff;
      content: '';
      z-index: -1;
      min-height: 1000vh; } }

a.edd-fes-delete {
  text-decoration: none; }

#wrapper a.edd-wl-action {
  top: 90px;
  font-size: .9em; }
  @media (max-width: 768px) {
    #wrapper a.edd-wl-action .label {
      display: none; } }
  #wrapper a.edd-wl-action.edd-wl-button {
    top: 40px; }
  #wrapper a.edd-wl-action.edd-add-to-cart-from-wish-list, #wrapper a.edd-wl-action.edd-go-to-checkout-from-wish-list {
    position: relative;
    top: 0px;
    padding: 10px 15px; }

@media (min-width: 768px) {
  .edd-reviews-area {
    padding: 60px 0 0;
    margin: 60px auto;
    border-top: 2px solid #eaeff2; } }

.edd-reviews-area h2.edd-reviews-title {
  font-size: 27px; }
  @media (max-width: 768px) {
    .edd-reviews-area h2.edd-reviews-title {
      margin-top: 20px !important; } }

.edd-reviews-area h3.edd-reviews-heading {
  font-size: 21px; }

.edd-reviews-area .edd-reviews-form label {
  width: auto;
  padding-right: 10px; }

.edd-reviews-area .edd-reviews-not-allowed {
  background: none;
  border-left: 2px solid #eaeff2; }

.edd-reviews-area .edd_review {
  border-bottom: 2px solid #eaeff2; }
  .edd-reviews-area .edd_review .edd-review-metadata {
    font-size: .9em; }
    .edd-reviews-area .edd_review .edd-review-metadata a {
      text-decoration: none; }
  .edd-reviews-area .edd_review .edd-review-author {
    color: #333f48;
    font-weight: bold; }
    .edd-reviews-area .edd_review .edd-review-author span {
      font-size: 1em;
      padding-top: 8px;
      color: #a2a2a1; }

.edd-reviews-area .edd-reviews-star-rating {
  font-size: 16px;
  height: 16px;
  vertical-align: middle;
  width: 16px; }

.edd_reviews_breakdown .edd-counter-front {
  background: #2ae9e9; }

.lSSlideOuter {
  text-align: center;
  position: relative; }
  .lSSlideOuter ul.lSPager.lSGallery {
    margin: 0 auto;
    position: absolute;
    left: 5px;
    bottom: 5px; }
    .lSSlideOuter ul.lSPager.lSGallery li {
      border: 2px solid #414141;
      border-radius: 0px !important; }

.edd-alert {
  margin-top: 2px; }

div.fes-form .fes-submit {
  margin: 5px 0; }

ul.mk-specs {
  text-transform: uppercase;
  margin: 0 0 0 10px;
  padding: 20px;
  background: #eaeff2;
  text-align: left;
  border-left: 1px solid #2ae9e9; }
  ul.mk-specs li {
    list-style: none;
    padding-left: 12px; }
    ul.mk-specs li h6 {
      margin: 0 0 -10px;
      font-size: .9em; }
    ul.mk-specs li p {
      font-size: .86em; }
  ul.mk-specs .edd_download_purchase_form {
    padding-top: 40px; }
    ul.mk-specs .edd_download_purchase_form ul li {
      height: auto; }
    ul.mk-specs .edd_download_purchase_form .edd_price_options {
      margin: 0px;
      width: 100%; }
      ul.mk-specs .edd_download_purchase_form .edd_price_options li {
        margin: 0 0 15px -20px;
        display: inline-block; }
        ul.mk-specs .edd_download_purchase_form .edd_price_options li .check {
          top: 10px; }
        ul.mk-specs .edd_download_purchase_form .edd_price_options li label {
          font-size: 1em;
          line-height: 1.2;
          padding-top: 15px;
          margin-left: -10px; }

.mk-fes-template #wrapper .edd_download_columns_0 .edd_download, .mk-fes-template #wrapper .edd_download_columns_3 .edd_download {
  width: 100%; }
  @media (min-width: 768px) {
    .mk-fes-template #wrapper .edd_download_columns_0 .edd_download, .mk-fes-template #wrapper .edd_download_columns_3 .edd_download {
      width: 50%; } }
  @media (min-width: 1024px) {
    .mk-fes-template #wrapper .edd_download_columns_0 .edd_download, .mk-fes-template #wrapper .edd_download_columns_3 .edd_download {
      width: 33%; } }

.fes-avatar-image-upload img {
  margin: 10px 0; }

@media (min-width: 1024px) {
  video.fillWidth {
    min-width: 100%; } }

.mk-editor .edd_downloads_list:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #eaeff2;
  content: '';
  z-index: -1;
  left: -9999px;
  right: -9999px;
  min-height: 3000vh; }

.mk-dashboard-template .edd_downloads_list {
  padding: 0; }

.mk-dashboard-template #crumbs {
  padding-left: 10px; }

.mk-portfolio,
.edd_downloads_list {
  background: #eaeff2;
  padding: 10px 0 0; }
  @media (min-width: 768px) {
    .mk-portfolio,
    .edd_downloads_list {
      padding: 20px 0; } }
  .mk-portfolio .heading,
  .edd_downloads_list .heading {
    text-align: center;
    padding-bottom: 0; }
  .mk-portfolio .tab-wrap,
  .edd_downloads_list .tab-wrap {
    margin-top: 0; }
  .mk-portfolio .three-columns .column,
  .edd_downloads_list .three-columns .column {
    width: 100%;
    padding: 0;
    float: left; }
    @media (min-width: 640px) {
      .mk-portfolio .three-columns .column,
      .edd_downloads_list .three-columns .column {
        width: 50%; } }
    @media (min-width: 1024px) {
      .mk-portfolio .three-columns .column,
      .edd_downloads_list .three-columns .column {
        width: 33.33%; } }
  .mk-portfolio .mk-folio,
  .edd_downloads_list .mk-folio {
    position: relative;
    overflow: hidden;
    margin: 0;
    width: 100%;
    color: #fff;
    text-align: left;
    font-size: 16px;
    background: #fff; }
    .mk-portfolio .mk-folio img,
    .edd_downloads_list .mk-folio img {
      vertical-align: top;
      max-width: 100%;
      backface-visibility: hidden; }
      @media (max-width: 768px) {
        .mk-portfolio .mk-folio img,
        .edd_downloads_list .mk-folio img {
          min-width: 100%; } }
    .mk-portfolio .mk-folio figcaption,
    .edd_downloads_list .mk-folio figcaption {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      z-index: 1;
      align-items: center;
      bottom: 0;
      display: flex;
      flex-direction: column;
      justify-content: center; }
      .mk-portfolio .mk-folio figcaption .edd-wl-action,
      .edd_downloads_list .mk-folio figcaption .edd-wl-action {
        display: none; }
      .mk-portfolio .mk-folio figcaption .edd-cart-ajax-alert,
      .edd_downloads_list .mk-folio figcaption .edd-cart-ajax-alert {
        display: none; }
      .mk-portfolio .mk-folio figcaption h6,
      .mk-portfolio .mk-folio figcaption h5,
      .mk-portfolio .mk-folio figcaption .edd-reviews-rating,
      .edd_downloads_list .mk-folio figcaption h6,
      .edd_downloads_list .mk-folio figcaption h5,
      .edd_downloads_list .mk-folio figcaption .edd-reviews-rating {
        margin: 0;
        opacity: 0;
        letter-spacing: 1px; }
      .mk-portfolio .mk-folio figcaption h6,
      .mk-portfolio .mk-folio figcaption .edd-reviews-rating,
      .edd_downloads_list .mk-folio figcaption h6,
      .edd_downloads_list .mk-folio figcaption .edd-reviews-rating {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        text-transform: uppercase;
        font-weight: 400;
        font-size: .8em;
        color: #333f48; }
      .mk-portfolio .mk-folio figcaption h5,
      .edd_downloads_list .mk-folio figcaption h5 {
        font-weight: normal;
        color: #333f48;
        font-size: 90%;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        z-index: 4; }
        .mk-portfolio .mk-folio figcaption h5 a,
        .edd_downloads_list .mk-folio figcaption h5 a {
          position: relative; }
          .mk-portfolio .mk-folio figcaption h5 a.button,
          .edd_downloads_list .mk-folio figcaption h5 a.button {
            padding: 3px 15px;
            font-size: .7em; }
    .mk-portfolio .mk-folio a,
    .edd_downloads_list .mk-folio a {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      z-index: 1; }
    .mk-portfolio .mk-folio:hover h6,
    .mk-portfolio .mk-folio:hover h5,
    .mk-portfolio .mk-folio:hover .edd-reviews-rating,
    .edd_downloads_list .mk-folio:hover h6,
    .edd_downloads_list .mk-folio:hover h5,
    .edd_downloads_list .mk-folio:hover .edd-reviews-rating {
      -webkit-transform: translateY(0);
      transform: translateY(0);
      opacity: 1; }
    .mk-portfolio .mk-folio .edd-reviews-rating,
    .edd_downloads_list .mk-folio .edd-reviews-rating {
      position: relative;
      font-size: 0px !important;
      letter-spacing: 0px !important; }
      .mk-portfolio .mk-folio .edd-reviews-rating span,
      .edd_downloads_list .mk-folio .edd-reviews-rating span {
        font-size: 14px; }
    .mk-portfolio .mk-folio .mk-dl-tag,
    .edd_downloads_list .mk-folio .mk-dl-tag {
      position: absolute;
      left: 10px;
      bottom: 4px;
      z-index: 0;
      opacity: 1; }
      .mk-portfolio .mk-folio .mk-dl-tag span,
      .edd_downloads_list .mk-folio .mk-dl-tag span {
        color: #333f48;
        font-size: .7em;
        padding: 3px 4px;
        border-radius: 2px;
        background: #eaeff2;
        opacity: .7;
        margin-right: 2px; }
  .mk-portfolio .mk-folio *,
  .edd_downloads_list .mk-folio * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.45s ease;
    transition: all 0.45s ease; }
  .mk-portfolio .mk-folio .icon,
  .edd_downloads_list .mk-folio .icon {
    position: absolute;
    top: 5px;
    right: 10px;
    opacity: 0;
    color: #333f48;
    z-index: 4;
    font-size: 1.6em;
    transition: color 0.3s; }
    .mk-portfolio .mk-folio .icon:hover,
    .edd_downloads_list .mk-folio .icon:hover {
      color: #2ae9e9; }
  .mk-portfolio .mk-folio:hover > .icon,
  .edd_downloads_list .mk-folio:hover > .icon {
    opacity: 1; }
  .mk-portfolio .mk-folio:hover > img,
  .mk-portfolio .mk-folio.hover > img,
  .mk-portfolio .mk-folio:hover > .mk-dl-tag,
  .edd_downloads_list .mk-folio:hover > img,
  .edd_downloads_list .mk-folio.hover > img,
  .edd_downloads_list .mk-folio:hover > .mk-dl-tag {
    opacity: 0.1; }
  .mk-portfolio .folio-item,
  .edd_downloads_list .folio-item {
    box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.1); }
  .mk-portfolio .folio-text,
  .edd_downloads_list .folio-text {
    text-align: center;
    text-transform: uppercase;
    background: #ffffff;
    border-bottom: 1px solid #2ae9e9;
    padding: 10px 0 30px; }
    .mk-portfolio .folio-text .folio-price,
    .edd_downloads_list .folio-text .folio-price {
      font-size: 1.2em;
      font-weight: 500;
      color: #333f48;
      display: block; }
    .mk-portfolio .folio-text h5,
    .edd_downloads_list .folio-text h5 {
      margin-bottom: -10px;
      font-size: 16px;
      font-weight: normal; }
    .mk-portfolio .folio-text span a,
    .edd_downloads_list .folio-text span a {
      color: #cdcdcd;
      margin: 10px 0;
      font-size: 13px;
      display: block;
      text-transform: none; }
      .mk-portfolio .folio-text span a img.avatar,
      .edd_downloads_list .folio-text span a img.avatar {
        border-radius: 50%;
        border: 2px solid #eaeff2; }
    .mk-portfolio .folio-text a,
    .edd_downloads_list .folio-text a {
      color: #333f48;
      text-decoration: none; }
    .mk-portfolio .folio-text del,
    .edd_downloads_list .folio-text del {
      color: #ddd; }

.featured-avatar {
  padding: 0 0 20px; }
  .featured-avatar img {
    border-radius: 50%; }

.slider-text .custom-dropdown {
  left: 0; }

.custom-dropdown {
  position: absolute;
  cursor: pointer;
  min-width: 280px;
  right: 0;
  margin: 0 10%;
  z-index: 10;
  background: #eaeff2; }
  .custom-dropdown.active input[type=radio] + label {
    visibility: visible;
    opacity: 1;
    height: auto; }
  .custom-dropdown:not(.active) input[type=radio]:not(:checked) + label {
    visibility: hidden;
    opacity: 0;
    height: 0;
    padding: 0;
    margin: 0; }
  .custom-dropdown input[type=radio] {
    display: none;
    pointer-events: none; }
    .custom-dropdown input[type=radio]:checked + label {
      z-index: 10; }
  .custom-dropdown label {
    cursor: pointer;
    position: relative;
    display: block;
    background-color: #fff;
    transition: all .25s ease-in-out;
    backface-visibility: hidden;
    will-change: opacity; }
  @media (min-width: 768px) {
    .custom-dropdown {
      min-width: 400px; } }
  .custom-dropdown.mk-port {
    top: -3px;
    right: 0;
    margin: 0;
    text-align: right;
    min-width: 100px; }
    @media (min-width: 768px) {
      .custom-dropdown.mk-port {
        min-width: 170px; } }
    .custom-dropdown.mk-port:after {
      padding: 10px 15px 0;
      background: #ddd;
      background: none;
      color: #7a838c; }
      @media (max-width: 768px) {
        .custom-dropdown.mk-port:after {
          top: 5px; } }
    @media (min-width: 768px) {
      .custom-dropdown.mk-port {
        min-width: none; } }
    .custom-dropdown.mk-port label {
      padding: 8px 36px;
      margin-bottom: 0;
      background: #eaeff2;
      text-transform: none;
      font-size: 1em;
      color: #bcbcbc; }
    .custom-dropdown.mk-port.active label {
      background: #fff; }
  .custom-dropdown:after {
    content: "";
    display: inline-block;
    font-family: cloudify;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    padding: 20px 14px;
    position: absolute;
    top: 0px;
    height: 100%;
    right: 0;
    font-size: .9em;
    z-index: 10;
    color: #ffffff;
    transition: none;
    pointer-events: none;
    background: #2ae9e9; }
    @media (min-width: 768px) {
      .custom-dropdown:after {
        padding: 15px 19px 25px 19px;
        line-height: 2; } }
  .custom-dropdown label {
    color: #7a7a7a;
    letter-spacing: .1em;
    text-transform: uppercase;
    font-size: 1.2em;
    padding: 12px 26px;
    margin-bottom: 2px; }
    @media (max-width: 640px) {
      .custom-dropdown label {
        padding: 12px 26px 12px 10px; } }
    .custom-dropdown label:last-child {
      margin-bottom: 0px; }
  .custom-dropdown.active:after {
    visibility: hidden; }
  .custom-dropdown.active input[type=radio]:checked + label {
    color: #000; }
    .custom-dropdown.active input[type=radio]:checked + label:hover {
      color: #fff; }
  .custom-dropdown.active label:hover {
    background-color: #333f48;
    color: #fff; }
  .custom-dropdown.active + [id=customBackground] {
    filter: blur(3px); }
    .custom-dropdown.active + [id=customBackground]:after {
      visibility: visible;
      opacity: .5; }

.tab-wrap {
  transition: 0.3s box-shadow ease;
  border-radius: 0px;
  max-width: 100%;
  position: relative;
  list-style: none;
  text-align: center;
  margin: 40px 0; }
  .tab-wrap .button {
    letter-spacing: 0px; }
    .tab-wrap .button a {
      color: #fff;
      text-decoration: none;
      display: block; }

.tab {
  display: none; }
  .tab:checked:nth-of-type(1) ~ .tab__content:nth-of-type(1) {
    opacity: 1;
    transition: 0.5s opacity ease-in, 0.8s transform ease;
    position: relative;
    top: 0;
    z-index: 9;
    transform: translateY(0px);
    text-shadow: 0 0 0; }
  .tab:checked:nth-of-type(2) ~ .tab__content:nth-of-type(2) {
    opacity: 1;
    transition: 0.5s opacity ease-in, 0.8s transform ease;
    position: relative;
    top: 0;
    z-index: 9;
    transform: translateY(0px);
    text-shadow: 0 0 0; }
  .tab:checked:nth-of-type(3) ~ .tab__content:nth-of-type(3) {
    opacity: 1;
    transition: 0.5s opacity ease-in, 0.8s transform ease;
    position: relative;
    top: 0;
    z-index: 9;
    transform: translateY(0px);
    text-shadow: 0 0 0; }
  .tab:checked:nth-of-type(4) ~ .tab__content:nth-of-type(4) {
    opacity: 1;
    transition: 0.5s opacity ease-in, 0.8s transform ease;
    position: relative;
    top: 0;
    z-index: 9;
    transform: translateY(0px);
    text-shadow: 0 0 0; }
  .tab:checked:nth-of-type(5) ~ .tab__content:nth-of-type(5) {
    opacity: 1;
    transition: 0.5s opacity ease-in, 0.8s transform ease;
    position: relative;
    top: 0;
    z-index: 9;
    transform: translateY(0px);
    text-shadow: 0 0 0; }
  .tab:checked + label {
    background-color: #2ae9e9;
    cursor: default;
    color: #ffffff;
    font-weight: bold; }
    .tab:checked + label:hover {
      background-color: #2ae9e9; }
  .tab + label {
    border-radius: 0px;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    color: #333;
    text-align: center;
    background-color: #f2f2f2;
    user-select: none;
    text-align: center;
    transition: 0.3s background-color ease, 0.3s box-shadow ease;
    height: 50px;
    box-sizing: border-box;
    padding: 10px 40px;
    margin: 0 0 5px;
    background-color: #ffffff; }
    .tab + label:hover {
      background-color: #f9f9f9; }
  .tab__content {
    padding: 10px 0px;
    background-color: transparent;
    position: absolute;
    width: 100%;
    z-index: -1;
    opacity: 0;
    left: 0;
    transform: translateY(-3px);
    border-radius: 0px; }

/*--------------------------------------------------------------
## Tabs & Toggles
--------------------------------------------------------------*/
.tab__content {
  padding: 20px 0 10px; }

.accordion {
  max-width: 800px;
  margin: 80px auto;
  border-top: 1px solid #d9e5e8; }

ul.accordion {
  padding-left: 0; }

.accordion li {
  border-bottom: 1px solid #d9e5e8;
  position: relative;
  list-style: none; }

.accordion li p {
  display: none;
  padding: 10px 25px 30px; }

.accordion a {
  width: 100%;
  display: block;
  cursor: pointer;
  font-weight: 600;
  line-height: 3;
  font-size: 16px;
  font-size: 0.875rem;
  text-indent: 15px;
  user-select: none;
  color: #161b1f; }

.accordion a:after {
  width: 8px;
  height: 8px;
  border-right: 1px solid #4a6e78;
  border-bottom: 1px solid #4a6e78;
  position: absolute;
  right: 10px;
  content: " ";
  top: 17px;
  transform: rotate(-45deg);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.accordion p {
  padding: 10px; }

a.active:after {
  transform: rotate(45deg);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

#video-background {
  display: none;
  /*  making the video fullscreen  */
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100%;
  width: auto;
  height: 100vh; }
  @media (min-width: 768px) {
    #video-background {
      display: block; } }

@media (min-width: 768px) {
  .mk-cover {
    display: none; } }

#imageGallery {
  opacity: 1; }

.mk-cols.mk-block {
  display: inline-block;
  width: 100%; }
  .mk-cols.mk-block .mk-col:last-child {
    text-align: right;
    float: right; }

.mk-cols .mk-col {
  float: left; }
  .mk-cols .mk-col p {
    padding-right: 0px; }
  .mk-cols .mk-col:first-child:nth-last-child(1), .mk-cols .mk-col:first-child:nth-last-child(2), .mk-cols .mk-col:first-child:nth-last-child(3), .mk-cols .mk-col:first-child:nth-last-child(4) {
    width: 100%; }
    .mk-cols .mk-col:first-child:nth-last-child(1) ~ .mk-col, .mk-cols .mk-col:first-child:nth-last-child(2) ~ .mk-col, .mk-cols .mk-col:first-child:nth-last-child(3) ~ .mk-col, .mk-cols .mk-col:first-child:nth-last-child(4) ~ .mk-col {
      width: 100%; }

@media (min-width: 768px) {
  .mk-cols .mk-col {
    padding: 0 10px; }
    .mk-cols .mk-col:last-child p {
      padding-right: 0px; }
    .mk-cols .mk-col:first-child:nth-last-child(1) {
      width: 100%; }
      .mk-cols .mk-col:first-child:nth-last-child(1) ~ .mk-col {
        width: 100%; }
    .mk-cols .mk-col:first-child:nth-last-child(2) {
      width: 50%; }
      .mk-cols .mk-col:first-child:nth-last-child(2) ~ .mk-col {
        width: 50%; }
    .mk-cols .mk-col:first-child:nth-last-child(3) {
      width: 33.3%; }
      .mk-cols .mk-col:first-child:nth-last-child(3) ~ .mk-col {
        width: 33.3%; }
    .mk-cols .mk-col:first-child:nth-last-child(4) {
      width: 25%; }
      .mk-cols .mk-col:first-child:nth-last-child(4) ~ .mk-col {
        width: 25%; } }

.mk-editor {
  position: relative; }
  .mk-editor .container {
    position: relative;
    padding: 60px 20px; }
  .mk-editor.mk-bg .container {
    padding: 80px 0; }

.parallax-section {
  background-position: center 0px;
  background-repeat: no-repeat;
  margin: 0px; }
  .parallax-section h2 {
    margin-bottom: 0px; }
  .parallax-section .button {
    margin-top: 20px; }
  .parallax-section.bg-stretch {
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
    .parallax-section.bg-stretch img {
      width: 100%;
      height: 100%; }
    .parallax-section.bg-stretch:after {
      background: rgba(38, 44, 50, 0.5) none repeat scroll 0 0;
      content: "";
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%; }

.icon-holder {
  font-size: 4em; }

.mk-cta-banner {
  background: linear-gradient(225deg, #2ae9e9 0%, #70f6ea 100%);
  color: #fff;
  text-align: center;
  padding: 20px 10px;
  position: relative; }
  .mk-cta-banner:before {
    background-image: url(img/shapes-bg.png);
    content: " ";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }
  .mk-cta-banner .mk-cta-main {
    width: 100%;
    position: relative;
    float: left;
    text-transform: uppercase; }
    @media (min-width: 768px) {
      .mk-cta-banner .mk-cta-main {
        width: 75%; } }
  .mk-cta-banner .mk-btn-holder {
    width: 100%; }
    @media (min-width: 768px) {
      .mk-cta-banner .mk-btn-holder {
        width: 25%;
        float: right;
        text-align: left;
        position: relative; } }
  .mk-cta-banner p {
    margin: 0; }
  .mk-cta-banner h4 {
    color: #fff;
    margin: 6px 0; }
  .mk-cta-banner .button {
    background: #0d141b; }
  @media (min-width: 1024px) {
    .mk-cta-banner {
      padding: 26px 0; } }

.edd_downloads_list div[style*="clear:"] {
  display: none; }

.mk-search-trigger {
  position: relative;
  float: right;
  margin-top: -12px; }
  @media (max-width: 768px) {
    .mk-search-trigger {
      position: absolute;
      width: 50px !important;
      z-index: 500;
      top: 30px; } }

/* Search Overlay */
.mk-fullscreen-search-overlay #mk-fullscreen-search-wrapper #mk-fullscreen-searchform input[type=submit] {
  position: absolute;
  width: 100px;
  height: 100%;
  background-color: transparent;
  border: 0;
  right: 0;
  top: 0; }

#mk-fullscreen-searchform:focus {
  outline: none;
  border: none; }

.mk-fullscreen-search-overlay #mk-fullscreen-search-wrapper #mk-fullscreen-searchform .fullscreen-search-icon {
  font-size: 25px;
  position: absolute;
  right: 15px;
  width: 25px;
  top: 30px;
  color: #fff;
  color: rgba(255, 255, 255, 0.2);
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -ms-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out; }

.fullscreen-search-icon:hover,
.fullscreen-search-icon:focus {
  border: none;
  outline: none;
  color: #fff !important;
  -webkit-transition: transform ease-out .2s;
  -moz-transition: transform ease-out .2s;
  -ms-transition: transform ease-out .2s;
  -o-transition: transform ease-out .2s;
  transition: transform ease-out .2s;
  transform: rotate(180deg); }

#mk-fullscreen-searchform {
  position: relative;
  verticle-align: middle; }

.mk-fullscreen-search-overlay #mk-fullscreen-search-wrapper #mk-fullscreen-searchform #mk-fullscreen-search-input {
  width: auto;
  width: 300px;
  background-color: transparent;
  -webkit-box-shadow: 0 3px 0 0 rgba(255, 255, 255, 0.1);
  -moz-box-shadow: 0 3px 0 0 rgba(255, 255, 255, 0.1);
  box-shadow: 0 3px 0 0 rgba(255, 255, 255, 0.1);
  border: 0;
  text-align: center;
  font-size: 35px;
  padding: 20px;
  color: #fff;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out; }
  @media (min-width: 640px) {
    .mk-fullscreen-search-overlay #mk-fullscreen-search-wrapper #mk-fullscreen-searchform #mk-fullscreen-search-input {
      width: 400px; } }
  @media (min-width: 768px) {
    .mk-fullscreen-search-overlay #mk-fullscreen-search-wrapper #mk-fullscreen-searchform #mk-fullscreen-search-input {
      width: 800px; } }

.mk-fullscreen-search-overlay #mk-fullscreen-search-wrapper #mk-fullscreen-searchform #mk-fullscreen-search-input:focus {
  boder: none;
  outline: none; }

.mk-fullscreen-search-overlay.mk-fullscreen-search-overlay-show {
  visibility: visible;
  opacity: 1; }

.mk-fullscreen-search-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.94);
  text-align: center;
  -webkit-transition: all ease-in-out .25s;
  -moz-transition: all ease-in-out .25s;
  -ms-transition: all ease-in-out .25s;
  -o-transition: all ease-in-out .25s;
  transition: all ease-in-out .25s; }

.mk-animate-element,
.mk-effect-bg-layer,
.mk-fullscreen-search-overlay {
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0); }

.mk-fullscreen-search-overlay {
  z-index: 999; }

.mk-fullscreen-search-overlay .mk-fullscreen-close:link,
.mk-fullscreen-search-overlay .mk-fullscreen-close:visited {
  color: #fff; }

.mk-fullscreen-search-overlay .mk-fullscreen-close {
  position: absolute;
  right: 50px;
  top: 70px;
  width: 30px;
  z-index: 500;
  font-size: 26px;
  transition: color 0.3s; }

.mk-fullscreen-search-overlay.mk-fullscreen-search-overlay-show #mk-fullscreen-search-wrapper {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  ms-transform: scale(1); }

.mk-fullscreen-search-overlay #mk-fullscreen-search-wrapper {
  display: inline-block;
  max-width: 1000px;
  vertical-align: middle;
  text-align: center;
  font-size: 18px;
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
  ms-transform: scale(0.9);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all ease-in-out .3s;
  -moz-transition: all ease-in-out .3s;
  -ms-transition: all ease-in-out .3s;
  -o-transition: all ease-in-out .3s;
  transition: all ease-in-out .3s; }

.mk-search-trigger {
  -webkit-transition: color .2s ease-in-out;
  -moz-transition: color .2s ease-in-out;
  -ms-transition: color .2s ease-in-out;
  -o-transition: color .2s ease-in-out;
  transition: color .2s ease-in-out; }

/* Search Button */
#search-button {
  display: relative;
  vertical-align: middle;
  height: 36px;
  width: 36px;
  border-radius: 50%;
  cursor: pointer;
  opacity: 1;
  padding-right: 10px;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg); }

.scrolled .logo p,
.single .logo p {
  color: #7a838c; }

.scrolled .logo h1 a,
.single .logo h1 a {
  color: #333f48; }

.scrolled #search-button i,
.single #search-button i {
  color: inherit !important; }

#search-button i {
  color: white !important;
  font-size: 24px;
  position: absolute;
  left: 6px;
  top: 6px; }

#search-button:hover {
  opacity: 0.6;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms; }

#mk-fullscreen-search-input:focus {
  box-shadow: 0px 3px 0px 0px #2ae9e9 !important; }

.main-nav a.mk-search-trigger:hover, .main-nav a.mk-fullscreen-close:hover {
  background: none; }

.mk-posts {
  position: relative;
  z-index: 0;
  padding: 60px 20px 60px 20px; }
  @media (min-width: 768px) {
    .mk-posts {
      float: left; } }
  @media (min-width: 768px) {
    .mk-posts.full {
      width: 100%; }
      .mk-posts.full:after {
        right: -9999px; } }
  .mk-posts.mk-downloads {
    float: none;
    margin: 0 auto;
    padding: 60px 0; }
    @media (min-width: 768px) {
      .mk-posts.mk-downloads {
        width: 80%; } }
    .mk-posts.mk-downloads:after {
      right: -9999px; }
  @media (min-width: 768px) {
    .mk-posts {
      padding: 60px 50px 60px 0;
      width: 76%; } }
  @media (min-width: 768px) {
    .mk-posts:after {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background: #eaeff2;
      content: '';
      z-index: -1;
      left: -9999px;
      min-height: 3000vh; } }
  .mk-posts article {
    padding: 20px 0; }
  .mk-posts .sticky .post-date-aside {
    color: #2ae9e9; }
  .mk-posts .post-date-aside {
    font-weight: bold;
    letter-spacing: 0;
    margin-left: 0;
    float: left;
    text-align: left;
    height: 100%;
    display: block;
    text-transform: uppercase;
    font-family: "Poppins", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    color: #9a9a9a; }
    .mk-posts .post-date-aside span {
      display: block;
      width: 100%;
      line-height: 26px;
      text-align: center; }
      .mk-posts .post-date-aside span .day {
        font-size: 2.2em; }
      .mk-posts .post-date-aside span .month {
        font-size: 1em; }
  .mk-posts .text {
    margin-left: 12%;
    min-height: 100px;
    text-align: left;
    background: #fff; }
    @media (min-width: 768px) {
      .mk-posts .text {
        margin-left: 8%; } }
    .mk-posts .text.mk-dtext {
      margin-left: 0; }
      .mk-posts .text.mk-dtext .entry-title {
        text-align: left;
        font-size: 2rem; }
      .mk-posts .text.mk-dtext .edd_purchase_submit_wrapper {
        text-align: center; }
    .mk-posts .text .mk-text {
      padding: 20px;
      border-bottom: 1px solid #ddd; }
      @media (min-width: 768px) {
        .mk-posts .text .mk-text {
          padding: 20px 40px;
          text-align: left; } }
      .mk-posts .text .mk-text .heading {
        text-align: center;
        padding: 0;
        line-height: 1.2; }
        .mk-posts .text .mk-text .heading .title.double {
          margin-top: -5px;
          padding: 0 0 20px;
          font-size: 1.1em; }
      .mk-posts .text .mk-text h3 a {
        color: #333f48;
        text-decoration: none; }
      .mk-posts .text .mk-text .moretag,
      .mk-posts .text .mk-text .more-link {
        text-decoration: none;
        padding-left: 10px;
        font-size: .96em; }
  .mk-posts .screen-reader-text {
    display: none; }
  .mk-posts .navigation {
    width: 92%; }
    .mk-posts .navigation .nav-links {
      width: 100%;
      display: inline-block; }
      .mk-posts .navigation .nav-links .nav-previous,
      .mk-posts .navigation .nav-links .nav-next {
        padding: 10px;
        background: #fff;
        border-bottom: 1px solid #ddd; }
        .mk-posts .navigation .nav-links .nav-previous a,
        .mk-posts .navigation .nav-links .nav-next a {
          color: #7a838c;
          font-size: .9em; }
      .mk-posts .navigation .nav-links .nav-previous {
        float: left; }
      .mk-posts .navigation .nav-links .nav-next {
        float: right; }

.single-download .image-holder {
  text-align: left; }

@media (min-width: 1024px) {
  .single-download .mk-sidebar {
    padding-top: 90px; } }

.single-download .mk-sidebar h6 {
  margin: 10px 0 0; }

.single-download .edd_download_purchase_form {
  margin-bottom: 2em;
  margin-top: 40px;
  text-align: center; }

.mk-sidebar {
  padding: 0px 20px 40px 20px; }
  .mk-sidebar input:not([type="submit"]), .mk-sidebar textarea, .mk-sidebar select {
    width: 60%;
    height: 2.7em; }
    @media (min-width: 768px) {
      .mk-sidebar input:not([type="submit"]), .mk-sidebar textarea, .mk-sidebar select {
        height: 3.1em;
        float: left;
        margin-right: 2px; } }
  @media (min-width: 1024px) {
    .mk-sidebar {
      padding-top: 90px; } }
  .mk-sidebar ul {
    padding: 0px;
    margin: 0px; }
    .mk-sidebar ul ul {
      padding-left: 10px; }
    .mk-sidebar ul.edd-taxonomy-widget {
      text-transform: uppercase; }
      .mk-sidebar ul.edd-taxonomy-widget ul {
        font-weight: normal;
        font-size: .9em; }
    .mk-sidebar ul li {
      text-align: left;
      display: block;
      width: 100%;
      float: none;
      border-bottom: 1px solid #f3f3f3; }
      .mk-sidebar ul li.cat-item span {
        background: #eaeff2;
        padding: 0 7px 1px;
        border-radius: 4px;
        font-size: .9em;
        margin-left: 6px; }
      .mk-sidebar ul li:last-child {
        border-bottom: none; }
      .mk-sidebar ul li.active a {
        font-weight: bold; }
        .mk-sidebar ul li.active a .icon {
          color: #2ae9e9 !important; }
        .mk-sidebar ul li.active a:hover {
          font-weight: bold; }
      .mk-sidebar ul li a {
        -moz-user-select: none;
        background-color: #ffffff;
        border-radius: 0;
        box-sizing: border-box;
        color: #333;
        cursor: pointer;
        display: inline-block;
        padding: 8px 0;
        text-align: center;
        text-decoration: none;
        transition: background-color 0.3s ease 0s, box-shadow 0.3s ease 0s;
        transition: margin 0.3s; }
        @media (min-width: 768px) {
          .mk-sidebar ul li a {
            padding: 8px 0; } }
        .mk-sidebar ul li a:hover {
          margin-left: 12px; }
          .mk-sidebar ul li a:hover .icon {
            color: #2ae9e9; }
  .mk-sidebar a {
    color: #7a838c;
    text-decoration: none; }
    .mk-sidebar a.mk-vend-link {
      color: #fff;
      font-weight: bold; }
  .mk-sidebar .widget {
    padding: 0 0 20px 0; }
    .mk-sidebar .widget label {
      display: block; }
    .mk-sidebar .widget.widget_search label span {
      display: none; }
    .mk-sidebar .widget .tagcloud {
      line-height: 24px; }
  @media (min-width: 768px) {
    .mk-sidebar {
      width: 24%;
      float: right;
      padding: 40px 0 0 32px; } }
  @media (min-width: 1024px) {
    .mk-sidebar {
      padding: 90px 0 0 42px; } }

.tag-clouds,
.comments-link,
.cat-links,
.entry-footer .post-categories,
.mk-sidebar .tagcloud {
  margin: 8px 5px 15px 0; }
  .tag-clouds li,
  .comments-link li,
  .cat-links li,
  .entry-footer .post-categories li,
  .mk-sidebar .tagcloud li {
    display: inline-block; }
  .tag-clouds a,
  .comments-link a,
  .cat-links a,
  .entry-footer .post-categories a,
  .mk-sidebar .tagcloud a {
    transition: color 0.3s ease-in-out, background 0.3s ease-in-out;
    background: #eaeff2;
    color: #666;
    text-transform: capitalize;
    text-decoration: none;
    display: block;
    padding: 2px 10px;
    border-radius: 2px;
    margin: 5px 2px; }
    @media (min-width: 1024px) {
      .tag-clouds a,
      .comments-link a,
      .cat-links a,
      .entry-footer .post-categories a,
      .mk-sidebar .tagcloud a {
        padding: 2px 18px;
        border-radius: 2px; } }
    .tag-clouds a:hover,
    .comments-link a:hover,
    .cat-links a:hover,
    .entry-footer .post-categories a:hover,
    .mk-sidebar .tagcloud a:hover {
      background: #666;
      color: #eaeff2; }

.mk-sidebar .tagcloud a {
  display: inline-block;
  font-size: 0.9em !important; }

.blog .lSPager,
.single-post .lSPager {
  display: none; }

.blog #crumbs,
.single-post #crumbs {
  margin-left: 10%; }

.image-holder {
  position: relative; }
  .image-holder img {
    width: 100%;
    height: auto; }
    .image-holder img.avatar {
      width: 48px;
      margin-top: 10px; }

.wp-caption {
  margin: 0 0 1.5em 0;
  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; }

.gallery-caption {
  display: block; }

.bypostauthor {
  display: block; }

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

.entry-footer {
  font-size: .9em;
  text-transform: uppercase; }

.tax-download_category .mk-posts,
.tax-download_tag .mk-posts {
  background: #eaeff2; }

.edd_purchase_submit_wrapper .edd-cart-added-alert {
  display: none !important; }

body .mejs-container {
  position: absolute;
  bottom: 0;
  z-index: 200; }
  body .mejs-container + .mk-dl-tag {
    bottom: 28px !important; }
  body .mejs-container .mejs-controls {
    background: #333f48 !important; }
    body .mejs-container .mejs-controls .mejs-time-rail .mejs-time-current {
      background: #2ae9e9 !important; }

.mk-bio {
  padding: 20px 0; }

.mk-vid iframe {
  width: 100%; }

.mk-demo-btn {
  width: 100%;
  text-align: center;
  margin-top: 20px; }
  @media (max-width: 768px) {
    .mk-demo-btn .button.mk-append {
      padding: 4px 14px; } }

body .wp-playlist .mejs-container {
  position: relative; }

body .wp-playlist {
  border: none;
  font-family: inherit; }

body .wp-playlist-item {
  padding: 8px;
  border-bottom: #eaeff2 2px solid; }

body .wp-playlist-item-length {
  top: 8px; }

/*--------------------------------------------------------------
>>> COMMENTS
----------------------------------------------------------------*/
@media (min-width: 768px) {
  .single-download .comments-area {
    width: 100%;
    float: left; } }

@media (min-width: 768px) {
  .mk-posts .comments-area {
    border-bottom: 1px solid #ddd;
    width: 90%;
    float: right; } }

.comments-area {
  max-width: 1170px;
  margin: 20px auto;
  padding: 40px;
  background: #fff;
  border-top: 1px solid #eaeff2; }
  .comments-area .comments {
    max-width: 450px;
    min-width: 300px;
    margin: 20px auto; }
    .comments-area .comments article {
      position: relative;
      border-bottom: solid 1px rgba(178, 179, 153, 0.125);
      margin: 0 auto 50px auto; }
      .comments-area .comments article:last-child {
        border: none; }
      .comments-area .comments article:hover time {
        opacity: .75; }
      .comments-area .comments article img {
        position: relative;
        width: 50px;
        height: 50px;
        border-width: 0;
        border-radius: 100%; }
        @media (min-width: 1024px) {
          .comments-area .comments article img {
            position: absolute;
            top: -10px;
            left: -70px; } }
      .comments-area .comments article h4 {
        margin-bottom: 25px;
        font-size: 14px; }
        .comments-area .comments article h4 .comment-author-link {
          font-size: 14px; }
        .comments-area .comments article h4 a {
          color: #404040;
          text-transform: lowercase;
          text-decoration: none; }
      .comments-area .comments article time {
        display: inline;
        margin-right: 40px;
        opacity: 1;
        font-size: 12px; }
        .comments-area .comments article time:hover {
          opacity: .44;
          cursor: pointer; }
      .comments-area .comments article p {
        margin-bottom: 50px; }
        .comments-area .comments article p .reply {
          cursor: pointer; }
        .comments-area .comments article p.comment-meta-item {
          margin: -20px 0 10px; }
      .comments-area .comments article a.comment-reply-link {
        position: absolute;
        top: 0;
        right: 0;
        text-decoration: none; }
  .comments-area .comment-form {
    float: left;
    width: 100%; }
    .comments-area .comment-form p {
      float: left;
      width: 100%;
      display: inline-block; }
    .comments-area .comment-form span {
      float: left; }
      .comments-area .comment-form span.required {
        margin-left: -16px;
        margin-top: -6px; }
    .comments-area .comment-form .comment-notes span {
      float: none; }
      .comments-area .comment-form .comment-notes span.required {
        margin-left: 2px; }
    .comments-area .comment-form input[type="text"],
    .comments-area .comment-form input[type="email"],
    .comments-area .comment-form textarea {
      width: 100%;
      padding: 10px 20px;
      margin-bottom: 7px; }
      .comments-area .comment-form input[type="text"]:focus,
      .comments-area .comment-form input[type="email"]:focus,
      .comments-area .comment-form textarea:focus {
        outline: none; }
      @media (min-width: 768px) {
        .comments-area .comment-form input[type="text"],
        .comments-area .comment-form input[type="email"],
        .comments-area .comment-form textarea {
          width: 61.7%;
          float: left;
          padding: 10px 15px;
          margin-right: 5px; } }
      @media (min-width: 1200px) {
        .comments-area .comment-form input[type="text"],
        .comments-area .comment-form input[type="email"],
        .comments-area .comment-form textarea {
          padding: 18px 34px;
          margin-right: 10px; } }
    .comments-area .comment-form .form-submit {
      float: left;
      width: 100%;
      margin: 20px 0; }

#reviews h2 {
  display: none; }

.page .comments-area .comment-form input[type="text"],
.page .comments-area .comment-form input[type="email"],
.page .comments-area .comment-form textarea {
  background: #eaeff2; }

h3.comment-reply-title {
  font-size: 21px; }

#footer {
  display: table-footer-group;
  height: 1%;
  width: 100%;
  overflow: hidden; }
  #footer .figure {
    padding-bottom: 20px; }

.footer-top {
  background: #0d141b;
  color: #b0bcc8;
  padding: 35px 0;
  font-size: 13px;
  line-height: 2.3076;
  font-family: "Poppins", "Arial", "Helvetica Neue", "Helvetica", sans-serif; }
  @media (min-width: 768px) {
    .footer-top {
      padding: 80px 0; } }
  @media (min-width: 1024px) {
    .footer-top {
      padding: 125px 0 107px; } }
  .footer-top p {
    font-weight: 300; }
  .footer-top h3 {
    color: #fff;
    font-size: 18px;
    line-height: 1.2;
    font-weight: normal;
    margin: 0 0 20px; }
    @media (min-width: 768px) {
      .footer-top h3 {
        margin: 0 0 44px; } }
  .footer-top .search-form .screen-reader-text {
    display: none; }
  .footer-top .search-form .search-field {
    width: 60%; }
  .footer-top .search-form .search-submit {
    padding: 10px 27px; }
  @media (min-width: 1024px) {
    .footer-top .three-columns .column:first-child {
      padding-left: 85px; } }
  @media (min-width: 768px) {
    .footer-top .three-columns .column:nth-child(2n) {
      padding-left: 30px; } }
  @media (min-width: 1024px) {
    .footer-top .three-columns .column:nth-child(2n) {
      padding-left: 115px; } }
  @media (min-width: 768px) {
    .footer-top .three-columns .column:last-child {
      margin-left: -20px; } }
  @media (min-width: 1024px) {
    .footer-top .three-columns .column:last-child {
      margin-left: 0; } }
  .footer-top ul {
    margin-left: 0px;
    padding-left: 0px; }
    .footer-top ul li {
      list-style: none; }
      .footer-top ul li a {
        text-decoration: none; }
  .footer-top .tagcloud {
    line-height: 24px; }

.footer-logo {
  width: 152px;
  margin: 0 0 20px; }
  @media (min-width: 768px) {
    .footer-logo {
      margin: -12px 0 39px; } }

.widget_nav_menu ul li,
.footer-nav li {
  margin-bottom: 3px; }

.widget_nav_menu ul .space,
.footer-nav .space {
  width: 26px;
  display: inline-block; }

.widget_nav_menu ul a,
.footer-nav a {
  color: #b0bcc8;
  text-decoration: none; }
  .widget_nav_menu ul a:hover,
  .footer-nav a:hover {
    color: #2ae9e9; }

.social-networks {
  padding: 20px 0 0; }
  @media (min-width: 768px) {
    .social-networks {
      margin-right: -25px; } }
  @media (min-width: 1024px) {
    .social-networks {
      margin-right: 0; } }
  .social-networks li {
    display: inline-block;
    vertical-align: top;
    margin: 0 2px 0 0;
    line-height: 32px; }
  .social-networks a {
    width: 30px;
    height: 30px;
    display: block;
    color: #b0bcc8;
    text-decoration: none;
    border-radius: 50%;
    text-align: center;
    background: transparent;
    border: 2px solid transparent;
    transition: border 0.3s; }
    .social-networks a:hover {
      border: 2px solid #2ae9e9;
      color: #fff;
      background-size: 29px 29px; }

.footer-bottom {
  text-align: center;
  font: 300 12px/1.3 "Poppins", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  color: #89949f;
  padding: 15px 0;
  background: #fff; }
  @media (min-width: 768px) {
    .footer-bottom {
      padding: 26px 0; } }
  .footer-bottom p {
    margin: 0; }
  .footer-bottom span {
    display: inline-block;
    color: #d24d57;
    position: relative;
    font-size: 1.2em;
    top: 2px; }

.animated {
  animation-duration: 2.5s;
  animation-fill-mode: both;
  animation-iteration-count: infinite; }

@keyframes pound {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1.15); }
  100% {
    transform: scale(1); } }

.pulse {
  animation-name: pound;
  animation-duration: 1s; }
  .media-modal-content .screen-reader-text,
  .media-modal .screen-reader-text {
  	display: none!important;
  }
  .single .mk-show { display: block;}
  .single .mk-hide { display: none;}
  #tertiary {
	  padding-top: 40px;
  }
  #wrapper a.edd-wl-action.edd-wl-button {
  margin-top: -20px;
  }