/*
 * Theme Name: Pixel Union
 * Theme URI: http://pixelunion.net
 * Author: Pixel Union
 * Author URI: http://pixelunion.net
 * Description: The theme that runs pixelunion.net
 * Version: 5.4.0
 * License: GNU General Public License v2 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 * Text Domain: pxu
 * Domain Path: /languages/
 * Tags: pixelunion, pxu
 */
.flickity-viewport {
  width: calc(100% + 2px);
  margin-left: -1px; }

.flickity-enabled {
  overflow: hidden; }

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after 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/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 when focused and also mouse hovered in all browsers.
 */
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: 1px dotted; }

/**
 * 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: 1em 40px; }

/**
 * 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
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box; }

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

/*! Flickity v1.2.1
http://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative; }

.flickity-enabled:focus {
  outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%; }

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%; }

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: white;
  background: rgba(255, 255, 255, 0.75);
  cursor: pointer;
  /* vertically center */
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.flickity-prev-next-button:hover {
  background: white; }

.flickity-prev-next-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #09F; }

.flickity-prev-next-button:active {
  filter: alpha(opacity=60);
  /* IE8 */
  opacity: 0.6; }

.flickity-prev-next-button.previous {
  left: 10px; }

.flickity-prev-next-button.next {
  right: 10px; }

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px; }

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px; }

.flickity-prev-next-button:disabled {
  filter: alpha(opacity=30);
  /* IE8 */
  opacity: 0.3;
  cursor: auto; }

.flickity-prev-next-button svg {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%; }

.flickity-prev-next-button .arrow {
  fill: #333; }

/* color & size if no SVG - IE8 and Android 2.3 */
.flickity-prev-next-button.no-svg {
  color: #333;
  font-size: 26px; }

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1; }

.flickity-rtl .flickity-page-dots {
  direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  filter: alpha(opacity=25);
  /* IE8 */
  opacity: 0.25;
  cursor: pointer; }

.flickity-page-dots .dot.is-selected {
  filter: alpha(opacity=100);
  /* IE8 */
  opacity: 1; }

/*
 * Legal Disclaimer
 *
 * These Fonts are licensed only for use on these domains and their subdomains:
 * pixelunion.net
 *
 * It is illegal to download or use them on other websites.
 *
 * While the @font-face statements below may be modified by the client, this
 * disclaimer may not be removed.
 *
 * Lineto.com, 2016
 */
@font-face {
  font-family: "Circular";
  src: url("fonts/lineto-circular-book.eot");
  src: url("fonts/lineto-circular-book.eot?#iefix") format("embedded-opentype"), url("fonts/lineto-circular-book.woff") format("woff");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: "Circular";
  src: url("fonts/lineto-circular-bookItalic.eot");
  src: url("fonts/lineto-circular-bookItalic.eot?#iefix") format("embedded-opentype"), url("fonts/lineto-circular-bookItalic.woff") format("woff");
  font-weight: 400;
  font-style: italic; }

@font-face {
  font-family: "Circular";
  src: url("fonts/lineto-circular-medium.eot");
  src: url("fonts/lineto-circular-medium.eot?#iefix") format("embedded-opentype"), url("fonts/lineto-circular-medium.woff") format("woff");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: "Circular";
  src: url("fonts/lineto-circular-mediumItalic.eot");
  src: url("fonts/lineto-circular-mediumItalic.eot?#iefix") format("embedded-opentype"), url("fonts/lineto-circular-mediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic; }

@font-face {
  font-family: "Circular";
  src: url("fonts/lineto-circular-bold.eot");
  src: url("fonts/lineto-circular-bold.eot?#iefix") format("embedded-opentype"), url("fonts/lineto-circular-bold.woff") format("woff");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: "Circular";
  src: url("fonts/lineto-circular-boldItalic.eot");
  src: url("fonts/lineto-circular-boldItalic.eot?#iefix") format("embedded-opentype"), url("fonts/lineto-circular-boldItalic.woff") format("woff");
  font-weight: 700;
  font-style: italic; }

@font-face {
  font-family: "Circular";
  src: url("fonts/lineto-circular-black.eot");
  src: url("fonts/lineto-circular-black.eot?#iefix") format("embedded-opentype"), url("fonts/lineto-circular-black.woff") format("woff");
  font-weight: 900;
  font-style: normal; }

@font-face {
  font-family: "Circular";
  src: url("fonts/lineto-circular-blackItalic.eot");
  src: url("fonts/lineto-circular-blackItalic.eot?#iefix") format("embedded-opentype"), url("fonts/lineto-circular-blackItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic; }

html {
  box-sizing: border-box; }

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

.blog-index, .case-studies-listing, .home-wrapper, .newentry, .page-404, .discounts-page, .page-header, .content-projects, .support-cta, .themes-listing, .themezilla-listing {
  max-width: 1300px;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto; }
  @media screen and (min-width: 768px) {
    .blog-index, .case-studies-listing, .home-wrapper, .newentry, .page-404, .discounts-page, .page-header, .content-projects, .support-cta, .themes-listing, .themezilla-listing {
      padding-right: 40px;
      padding-left: 40px; } }
  @media screen and (min-width: 1024px) {
    .blog-index, .case-studies-listing, .home-wrapper, .newentry, .page-404, .discounts-page, .page-header, .content-projects, .support-cta, .themes-listing, .themezilla-listing {
      padding-right: 40px;
      padding-left: 40px; } }
  @media screen and (min-width: 1140px) {
    .blog-index, .case-studies-listing, .home-wrapper, .newentry, .page-404, .discounts-page, .page-header, .content-projects, .support-cta, .themes-listing, .themezilla-listing {
      padding-right: 80px;
      padding-left: 80px; } }

.comp-pinned {
  padding-left: 20px;
  padding-right: 20px; }
  @media screen and (min-width: 1024px) {
    .comp-pinned {
      padding-left: 2vw;
      padding-right: 2vw; } }

.comp-fluid {
  padding-left: 20px;
  padding-right: 20px; }
  @media screen and (min-width: 480px) {
    .comp-fluid {
      padding-left: 30px;
      padding-right: 30px; } }
  @media screen and (min-width: 768px) {
    .comp-fluid {
      padding-left: 5.333vw;
      padding-right: 5.333vw; } }

.comp-contained, .career, .team, .workwithus-cta {
  padding-left: 15px;
  padding-right: 15px;
  max-width: 830px;
  margin: 0 auto; }
  @media screen and (min-width: 480px) {
    .comp-contained, .career, .team, .workwithus-cta {
      padding-left: 30px;
      padding-right: 30px; } }

.comp-contained-medium, .career, .team, .workwithus-cta {
  max-width: 1140px;
  padding-right: 4px;
  padding-left: 4px;
  margin: 0 auto; }
  @media screen and (min-width: 768px) {
    .comp-contained-medium, .career, .team, .workwithus-cta {
      padding-right: 20px;
      padding-left: 20px; } }
  @media screen and (min-width: 1024px) {
    .comp-contained-medium, .career, .team, .workwithus-cta {
      padding-right: 40px;
      padding-left: 40px; } }
  @media screen and (min-width: 1140px) {
    .comp-contained-medium, .career, .team, .workwithus-cta {
      padding-right: 80px;
      padding-left: 80px; } }

.comp-large {
  overflow-x: hidden; }
  .comp-large header {
    padding-top: 11.25vw;
    padding-bottom: 9vw;
    text-align: center;
    font-size: 18px;
    margin: 0 auto; }
    @media screen and (max-width: 767px) {
      .comp-large header {
        max-width: 80vw; } }
    @media screen and (min-width: 480px) {
      .comp-large header {
        padding-top: 9.25vw;
        padding-bottom: 7.5vw; } }
    @media screen and (min-width: 1024px) {
      .comp-large header {
        padding-top: 7.5vw;
        padding-bottom: 5vw; } }
    .comp-large header h2, .comp-large header .content-cta-title, .comp-large header .newentry .newentry-content .content-cta-title, .newentry .newentry-content .comp-large header .content-cta-title, .comp-large header .page-404 .newentry-content .content-cta-title, .page-404 .newentry-content .comp-large header .content-cta-title, .comp-large header .discounts-page .newentry-content .content-cta-title, .discounts-page .newentry-content .comp-large header .content-cta-title, .comp-large header .newentry .content-404 .content-cta-title, .newentry .content-404 .comp-large header .content-cta-title, .comp-large header .page-404 .content-404 .content-cta-title, .page-404 .content-404 .comp-large header .content-cta-title, .comp-large header .discounts-page .content-404 .content-cta-title, .discounts-page .content-404 .comp-large header .content-cta-title, .comp-large header .content-projects-title, .comp-large header .newentry .newentry-content .content-projects-title, .newentry .newentry-content .comp-large header .content-projects-title, .comp-large header .page-404 .newentry-content .content-projects-title, .page-404 .newentry-content .comp-large header .content-projects-title, .comp-large header .discounts-page .newentry-content .content-projects-title, .discounts-page .newentry-content .comp-large header .content-projects-title, .comp-large header .newentry .content-404 .content-projects-title, .newentry .content-404 .comp-large header .content-projects-title, .comp-large header .page-404 .content-404 .content-projects-title, .page-404 .content-404 .comp-large header .content-projects-title, .comp-large header .discounts-page .content-404 .content-projects-title, .discounts-page .content-404 .comp-large header .content-projects-title {
      margin: 0; }
    .comp-large header p {
      font-size: 16px;
      font-weight: 300;
      line-height: 1.5;
      margin-top: .6em; }
      @media screen and (min-width: 480px) {
        .comp-large header p {
          font-size: 18px; } }
  .comp-large footer {
    padding-top: 4vw;
    padding-bottom: 11.25vw;
    text-align: center; }
    @media screen and (min-width: 480px) {
      .comp-large footer {
        padding-bottom: 9.25vw; } }
    @media screen and (min-width: 1024px) {
      .comp-large footer {
        padding-bottom: 6.25vw; } }
    .comp-large footer h1 {
      margin: 0;
      font-size: 24px;
      font-weight: normal;
      line-height: 1.2; }
    .comp-large footer p {
      color: #676b73;
      font-size: 17px;
      font-weight: 300;
      line-height: 1.5; }

.comp-dark {
  background: #20222B; }

#edd_checkout_cart .edd_cart_footer_row th, .page-template-support-form .gform_body .checkbox-custom .gfield_description,
.page-template-support-submission-form .gform_body .checkbox-custom .gfield_description, .testimonials-site-title, .testimonials-mention-title, .theme-reviews-content-wrapper .wpcr3_review .wpcr3_review_datePublished,
.theme-reviews-content-wrapper .wpcr3_review .wpcr3_review_author {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.28571;
  color: #676B73; }

#edd_discount_code, .support-topic-meta {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.25;
  color: #ACAFB6; }

body, .theme-reviews-content-wrapper .wpcr3_review .wpcr3_content p {
  font-size: 20px;
  line-height: 1.6; }

.blog-excerpt-regular .blog-excerpt-content, #edd_purchase_receipt tr th:last-child,
#edd_purchase_receipt tr td:last-child, .testimonials-mention-quote, .testimonials-site-quote {
  font-size: 15px;
  line-height: 1.6; }

.page-template-application-form #extensions_message, #edd_checkout_form_wrap span.edd-description, #edd_purchase_receipt_products .edd_purchase_receipt_product_notes p, #edd_purchase_receipt_products .download-file-name, .services-fine-print, .support-sidebar-item p, .themezilla-listing-description {
  font-size: 13px;
  line-height: 1.61538; }

.toc, #edd_checkout_cart_wrap, .edd-success .receipt-table-wrap,
.edd-failed-transaction .receipt-table-wrap,
.edd-purchase-history .receipt-table-wrap, .page-template-support-form .gform_wrapper .gform_footer,
.page-template-support-submission-form .gform_wrapper .gform_footer, .support-sidebar-item, .detail-list {
  padding: 10px;
  background-color: #F5F6F7;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.12); }

#edd_purchase_receipt_products .download-container, .testimonial-customer, .testimonials-site, .theme-reviews-content-wrapper .wpcr3_review, .theme-reviews-content-wrapper .wpcr3_respond_2 {
  padding: 10px;
  background-color: #fff;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.12); }

.support-view-all {
  display: inline-block;
  padding: 5px 15px;
  margin-right: 10px;
  font-size: 14px;
  color: #ACAFB6;
  line-height: 1;
  border: 2px solid #D6D7DB;
  border-radius: 40px;
  -webkit-transition: color 0.3s ease, border-color 0.3s ease;
  transition: color 0.3s ease, border-color 0.3s ease; }
  .support-view-all:hover {
    text-decoration: none;
    color: #17C2AA;
    border-color: #17C2AA; }

input[type="text"],
input[type="email"],
input[type="password"],
textarea,
select, .support-platform-selector .inner-wrap {
  background: #fff;
  border: 1px solid #E1E2E6;
  border-radius: 3px;
  padding: 10px 14px; }

.hero-bg .hero-bg-img, .navbar-menu .checkout-link .checkout-link-text, .support-search .screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute;
  width: 1px; }

#edd_purchase_form_wrap fieldset#edd_purchase_submit, .theme-feature-list, .theme-menu.right-menu {
  *zoom: 1; }
  #edd_purchase_form_wrap fieldset#edd_purchase_submit:before, .theme-feature-list:before, .theme-menu.right-menu:before, #edd_purchase_form_wrap fieldset#edd_purchase_submit:after, .theme-feature-list:after, .theme-menu.right-menu:after {
    display: table;
    content: ""; }
  #edd_purchase_form_wrap fieldset#edd_purchase_submit:after, .theme-feature-list:after, .theme-menu.right-menu:after {
    clear: both; }

body {
  position: relative;
  color: #3f4254;
  font-family: "Circular", sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: rgba(0, 230, 210, 0.4); }

a {
  color: #04dbc0;
  text-decoration: none;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out; }
  a:hover {
    opacity: 0.5;
    -webkit-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out; }

.comp-dark p {
  color: #676B73; }

b,
strong {
  font-weight: 500; }

::-moz-selection {
  background: rgba(0, 230, 210, 0.4); }

::selection {
  background: rgba(0, 230, 210, 0.4); }

select::-ms-expand {
  display: none; }

.site-wrapper {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: justify;
          justify-content: space-between;
  min-height: 100vh; }

.site-main {
  overflow: hidden; }

.chevron-link .icon {
  width: 6px;
  height: 13px;
  fill: #04dbc0;
  -webkit-transform: translate(4px, 2px);
      -ms-transform: translate(4px, 2px);
          transform: translate(4px, 2px);
  -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.415, 0, 0.575, 1);
  transition: -webkit-transform 0.1s cubic-bezier(0.415, 0, 0.575, 1);
  transition: transform 0.1s cubic-bezier(0.415, 0, 0.575, 1);
  transition: transform 0.1s cubic-bezier(0.415, 0, 0.575, 1), -webkit-transform 0.1s cubic-bezier(0.415, 0, 0.575, 1); }

.chevron-link:hover .icon {
  -webkit-transform: translate(9px, 2px);
      -ms-transform: translate(9px, 2px);
          transform: translate(9px, 2px); }

h1 {
  margin-top: 60px;
  margin-bottom: 30px;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.3; }

h2, .content-cta-title, .newentry .newentry-content .content-cta-title, .page-404 .newentry-content .content-cta-title, .discounts-page .newentry-content .content-cta-title, .newentry .content-404 .content-cta-title, .page-404 .content-404 .content-cta-title, .discounts-page .content-404 .content-cta-title, .content-projects-title, .newentry .newentry-content .content-projects-title, .page-404 .newentry-content .content-projects-title, .discounts-page .newentry-content .content-projects-title, .newentry .content-404 .content-projects-title, .page-404 .content-404 .content-projects-title, .discounts-page .content-404 .content-projects-title, .entry-comments blockquote, .career-content blockquote, .newentry-content blockquote, .content-404 blockquote, .entry-comments h1, .career-content h1, .newentry-content h1, .content-404 h1 {
  margin-top: 65px;
  margin-bottom: 25px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3; }

h3, #edd_checkout_form_wrap #edd-payment-mode-wrap .edd-payment-mode-label,
#edd_checkout_user_info legend,
#edd_cc_fields legend,
#edd_cc_address legend, .support-platform-selector li, .theme-reviews-content-wrapper .wpcr3_review .wpcr3_review_title, .theme-reviews-content-wrapper .wpcr3_table_2 .wpcr3_leave_text, .themezilla-listing-title, .entry-comments h2, .career-content h2, .newentry-content h2, .content-404 h2, .entry-comments .content-cta-title, .career-content .content-cta-title, .newentry-content .content-cta-title, .content-404 .content-cta-title, .newentry .newentry-content .content-cta-title, .page-404 .newentry-content .content-cta-title, .discounts-page .newentry-content .content-cta-title, .newentry .content-404 .content-cta-title, .page-404 .content-404 .content-cta-title, .discounts-page .content-404 .content-cta-title, .entry-comments .content-projects-title, .career-content .content-projects-title, .newentry-content .content-projects-title, .content-404 .content-projects-title, .newentry .newentry-content .content-projects-title, .page-404 .newentry-content .content-projects-title, .discounts-page .newentry-content .content-projects-title, .newentry .content-404 .content-projects-title, .page-404 .content-404 .content-projects-title, .discounts-page .content-404 .content-projects-title {
  margin-top: 55px;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3; }

h4, .theme-reviews-content-wrapper .wpcr3_table_2 .comment-field, .entry-comments h3, .career-content h3, .newentry-content h3, .content-404 h3, .entry-comments #edd_checkout_form_wrap #edd-payment-mode-wrap .edd-payment-mode-label, #edd_checkout_form_wrap #edd-payment-mode-wrap .entry-comments .edd-payment-mode-label, .career-content #edd_checkout_form_wrap #edd-payment-mode-wrap .edd-payment-mode-label, #edd_checkout_form_wrap #edd-payment-mode-wrap .career-content .edd-payment-mode-label, .newentry-content #edd_checkout_form_wrap #edd-payment-mode-wrap .edd-payment-mode-label, #edd_checkout_form_wrap #edd-payment-mode-wrap .newentry-content .edd-payment-mode-label, .content-404 #edd_checkout_form_wrap #edd-payment-mode-wrap .edd-payment-mode-label, #edd_checkout_form_wrap #edd-payment-mode-wrap .content-404 .edd-payment-mode-label, .entry-comments
#edd_checkout_user_info legend,
#edd_checkout_user_info .entry-comments legend, .career-content
#edd_checkout_user_info legend,
#edd_checkout_user_info .career-content legend, .newentry-content
#edd_checkout_user_info legend,
#edd_checkout_user_info .newentry-content legend, .content-404
#edd_checkout_user_info legend,
#edd_checkout_user_info .content-404 legend, .entry-comments
#edd_cc_fields legend,
#edd_cc_fields .entry-comments legend, .career-content
#edd_cc_fields legend,
#edd_cc_fields .career-content legend, .newentry-content
#edd_cc_fields legend,
#edd_cc_fields .newentry-content legend, .content-404
#edd_cc_fields legend,
#edd_cc_fields .content-404 legend, .entry-comments
#edd_cc_address legend,
#edd_cc_address .entry-comments legend, .career-content
#edd_cc_address legend,
#edd_cc_address .career-content legend, .newentry-content
#edd_cc_address legend,
#edd_cc_address .newentry-content legend, .content-404
#edd_cc_address legend,
#edd_cc_address .content-404 legend, .entry-comments .support-platform-selector li, .support-platform-selector .entry-comments li, .career-content .support-platform-selector li, .support-platform-selector .career-content li, .newentry-content .support-platform-selector li, .support-platform-selector .newentry-content li, .content-404 .support-platform-selector li, .support-platform-selector .content-404 li, .entry-comments .theme-reviews-content-wrapper .wpcr3_review .wpcr3_review_title, .theme-reviews-content-wrapper .wpcr3_review .entry-comments .wpcr3_review_title, .career-content .theme-reviews-content-wrapper .wpcr3_review .wpcr3_review_title, .theme-reviews-content-wrapper .wpcr3_review .career-content .wpcr3_review_title, .newentry-content .theme-reviews-content-wrapper .wpcr3_review .wpcr3_review_title, .theme-reviews-content-wrapper .wpcr3_review .newentry-content .wpcr3_review_title, .content-404 .theme-reviews-content-wrapper .wpcr3_review .wpcr3_review_title, .theme-reviews-content-wrapper .wpcr3_review .content-404 .wpcr3_review_title, .entry-comments .theme-reviews-content-wrapper .wpcr3_table_2 .wpcr3_leave_text, .theme-reviews-content-wrapper .wpcr3_table_2 .entry-comments .wpcr3_leave_text, .career-content .theme-reviews-content-wrapper .wpcr3_table_2 .wpcr3_leave_text, .theme-reviews-content-wrapper .wpcr3_table_2 .career-content .wpcr3_leave_text, .newentry-content .theme-reviews-content-wrapper .wpcr3_table_2 .wpcr3_leave_text, .theme-reviews-content-wrapper .wpcr3_table_2 .newentry-content .wpcr3_leave_text, .content-404 .theme-reviews-content-wrapper .wpcr3_table_2 .wpcr3_leave_text, .theme-reviews-content-wrapper .wpcr3_table_2 .content-404 .wpcr3_leave_text, .entry-comments .themezilla-listing-title, .career-content .themezilla-listing-title, .newentry-content .themezilla-listing-title, .content-404 .themezilla-listing-title {
  margin-top: 50px;
  margin-bottom: 18px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3; }

h5, #edd_checkout_form_wrap label, #edd_purchase_receipt_products thead th, .entry-comments h4, .career-content h4, .newentry-content h4, .content-404 h4, .entry-comments .theme-reviews-content-wrapper .wpcr3_table_2 .comment-field, .theme-reviews-content-wrapper .wpcr3_table_2 .entry-comments .comment-field, .career-content .theme-reviews-content-wrapper .wpcr3_table_2 .comment-field, .theme-reviews-content-wrapper .wpcr3_table_2 .career-content .comment-field, .newentry-content .theme-reviews-content-wrapper .wpcr3_table_2 .comment-field, .theme-reviews-content-wrapper .wpcr3_table_2 .newentry-content .comment-field, .content-404 .theme-reviews-content-wrapper .wpcr3_table_2 .comment-field, .theme-reviews-content-wrapper .wpcr3_table_2 .content-404 .comment-field {
  margin-top: 45px;
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
  text-transform: uppercase; }

h6, .entry-comments h5, .career-content h5, .newentry-content h5, .content-404 h5, .entry-comments #edd_checkout_form_wrap label, #edd_checkout_form_wrap .entry-comments label, .career-content #edd_checkout_form_wrap label, #edd_checkout_form_wrap .career-content label, .newentry-content #edd_checkout_form_wrap label, #edd_checkout_form_wrap .newentry-content label, .content-404 #edd_checkout_form_wrap label, #edd_checkout_form_wrap .content-404 label, .entry-comments #edd_purchase_receipt_products thead th, #edd_purchase_receipt_products thead .entry-comments th, .career-content #edd_purchase_receipt_products thead th, #edd_purchase_receipt_products thead .career-content th, .newentry-content #edd_purchase_receipt_products thead th, #edd_purchase_receipt_products thead .newentry-content th, .content-404 #edd_purchase_receipt_products thead th, #edd_purchase_receipt_products thead .content-404 th, .entry-comments h6, .career-content h6, .newentry-content h6, .content-404 h6 {
  margin-top: 18px;
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
  text-transform: uppercase;
  opacity: 0.75; }

.entry-comments hr, .career-content hr, .newentry-content hr, .content-404 hr, .workwithus-cta-title:before, .has-content-cta-divider .content-cta-title::before, .has-content-cta-divider .content-projects-title::before {
  display: block;
  width: 24px;
  height: 2px;
  margin: 70px auto;
  background: #181920;
  border: 0; }

.entry-comments, .career-content, .newentry-content, .content-404, .blog-post .entry-meta, .newsletter {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto; }

.entry-comments > :first-child, .career-content > :first-child, .newentry-content > :first-child, .content-404 > :first-child {
  margin-top: 0; }

.entry-comments h2 + p img:first-child, .career-content h2 + p img:first-child, .newentry-content h2 + p img:first-child, .content-404 h2 + p img:first-child, .entry-comments .content-cta-title + p img:first-child, .career-content .content-cta-title + p img:first-child, .newentry-content .content-cta-title + p img:first-child, .content-404 .content-cta-title + p img:first-child, .entry-comments .content-projects-title + p img:first-child, .career-content .content-projects-title + p img:first-child, .newentry-content .content-projects-title + p img:first-child, .content-404 .content-projects-title + p img:first-child {
  margin-top: 80px; }

.entry-comments p, .career-content p, .newentry-content p, .content-404 p {
  margin-top: 25px;
  margin-bottom: 25px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6; }
  @media screen and (min-width: 768px) {
    .entry-comments p, .career-content p, .newentry-content p, .content-404 p {
      font-size: 18px; } }
  @media screen and (min-width: 1140px) {
    .entry-comments p, .career-content p, .newentry-content p, .content-404 p {
      font-size: 20px; } }
  .entry-comments p:empty, .career-content p:empty, .newentry-content p:empty, .content-404 p:empty {
    display: none; }

.entry-comments .pxu-intro, .career-content .pxu-intro, .newentry-content .pxu-intro, .content-404 .pxu-intro {
  margin-top: 40px;
  margin-bottom: 50px;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -1px;
  color: #181920;
  text-align: center; }
  @media screen and (min-width: 480px) {
    .entry-comments .pxu-intro, .career-content .pxu-intro, .newentry-content .pxu-intro, .content-404 .pxu-intro {
      font-size: 24px; } }
  @media screen and (min-width: 768px) {
    .entry-comments .pxu-intro, .career-content .pxu-intro, .newentry-content .pxu-intro, .content-404 .pxu-intro {
      margin-top: 70px;
      margin-bottom: 70px;
      font-size: 26px;
      line-height: 1.6; } }
  @media screen and (min-width: 1024px) {
    .entry-comments .pxu-intro, .career-content .pxu-intro, .newentry-content .pxu-intro, .content-404 .pxu-intro {
      margin-top: 100px;
      margin-bottom: 100px;
      font-size: 28px; } }
  @media screen and (min-width: 1140px) {
    .entry-comments .pxu-intro, .career-content .pxu-intro, .newentry-content .pxu-intro, .content-404 .pxu-intro {
      font-size: 30px; } }

.entry-comments .pxu-half-width-content, .career-content .pxu-half-width-content, .newentry-content .pxu-half-width-content, .content-404 .pxu-half-width-content {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-top: 65px;
  vertical-align: top; }
  @media screen and (min-width: 768px) {
    .entry-comments .pxu-half-width-content, .career-content .pxu-half-width-content, .newentry-content .pxu-half-width-content, .content-404 .pxu-half-width-content {
      width: calc(50% - 1em); } }
  @media screen and (min-width: 768px) {
    .entry-comments .pxu-half-width-content:nth-of-type(2n), .career-content .pxu-half-width-content:nth-of-type(2n), .newentry-content .pxu-half-width-content:nth-of-type(2n), .content-404 .pxu-half-width-content:nth-of-type(2n) {
      margin-left: 1em; } }
  .entry-comments .pxu-half-width-content::before, .career-content .pxu-half-width-content::before, .newentry-content .pxu-half-width-content::before, .content-404 .pxu-half-width-content::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 3px;
    border-top: 3px solid #000;
    content: ""; }
  .entry-comments .pxu-half-width-content h3, .career-content .pxu-half-width-content h3, .newentry-content .pxu-half-width-content h3, .content-404 .pxu-half-width-content h3, .entry-comments .pxu-half-width-content #edd_checkout_form_wrap #edd-payment-mode-wrap .edd-payment-mode-label, #edd_checkout_form_wrap #edd-payment-mode-wrap .entry-comments .pxu-half-width-content .edd-payment-mode-label, .career-content .pxu-half-width-content #edd_checkout_form_wrap #edd-payment-mode-wrap .edd-payment-mode-label, #edd_checkout_form_wrap #edd-payment-mode-wrap .career-content .pxu-half-width-content .edd-payment-mode-label, .newentry-content .pxu-half-width-content #edd_checkout_form_wrap #edd-payment-mode-wrap .edd-payment-mode-label, #edd_checkout_form_wrap #edd-payment-mode-wrap .newentry-content .pxu-half-width-content .edd-payment-mode-label, .content-404 .pxu-half-width-content #edd_checkout_form_wrap #edd-payment-mode-wrap .edd-payment-mode-label, #edd_checkout_form_wrap #edd-payment-mode-wrap .content-404 .pxu-half-width-content .edd-payment-mode-label, .entry-comments .pxu-half-width-content
  #edd_checkout_user_info legend,
  #edd_checkout_user_info .entry-comments .pxu-half-width-content legend, .career-content .pxu-half-width-content
  #edd_checkout_user_info legend,
  #edd_checkout_user_info .career-content .pxu-half-width-content legend, .newentry-content .pxu-half-width-content
  #edd_checkout_user_info legend,
  #edd_checkout_user_info .newentry-content .pxu-half-width-content legend, .content-404 .pxu-half-width-content
  #edd_checkout_user_info legend,
  #edd_checkout_user_info .content-404 .pxu-half-width-content legend, .entry-comments .pxu-half-width-content
  #edd_cc_fields legend,
  #edd_cc_fields .entry-comments .pxu-half-width-content legend, .career-content .pxu-half-width-content
  #edd_cc_fields legend,
  #edd_cc_fields .career-content .pxu-half-width-content legend, .newentry-content .pxu-half-width-content
  #edd_cc_fields legend,
  #edd_cc_fields .newentry-content .pxu-half-width-content legend, .content-404 .pxu-half-width-content
  #edd_cc_fields legend,
  #edd_cc_fields .content-404 .pxu-half-width-content legend, .entry-comments .pxu-half-width-content
  #edd_cc_address legend,
  #edd_cc_address .entry-comments .pxu-half-width-content legend, .career-content .pxu-half-width-content
  #edd_cc_address legend,
  #edd_cc_address .career-content .pxu-half-width-content legend, .newentry-content .pxu-half-width-content
  #edd_cc_address legend,
  #edd_cc_address .newentry-content .pxu-half-width-content legend, .content-404 .pxu-half-width-content
  #edd_cc_address legend,
  #edd_cc_address .content-404 .pxu-half-width-content legend, .entry-comments .pxu-half-width-content .support-platform-selector li, .support-platform-selector .entry-comments .pxu-half-width-content li, .career-content .pxu-half-width-content .support-platform-selector li, .support-platform-selector .career-content .pxu-half-width-content li, .newentry-content .pxu-half-width-content .support-platform-selector li, .support-platform-selector .newentry-content .pxu-half-width-content li, .content-404 .pxu-half-width-content .support-platform-selector li, .support-platform-selector .content-404 .pxu-half-width-content li, .entry-comments .pxu-half-width-content .theme-reviews-content-wrapper .wpcr3_review .wpcr3_review_title, .theme-reviews-content-wrapper .wpcr3_review .entry-comments .pxu-half-width-content .wpcr3_review_title, .career-content .pxu-half-width-content .theme-reviews-content-wrapper .wpcr3_review .wpcr3_review_title, .theme-reviews-content-wrapper .wpcr3_review .career-content .pxu-half-width-content .wpcr3_review_title, .newentry-content .pxu-half-width-content .theme-reviews-content-wrapper .wpcr3_review .wpcr3_review_title, .theme-reviews-content-wrapper .wpcr3_review .newentry-content .pxu-half-width-content .wpcr3_review_title, .content-404 .pxu-half-width-content .theme-reviews-content-wrapper .wpcr3_review .wpcr3_review_title, .theme-reviews-content-wrapper .wpcr3_review .content-404 .pxu-half-width-content .wpcr3_review_title, .entry-comments .pxu-half-width-content .theme-reviews-content-wrapper .wpcr3_table_2 .wpcr3_leave_text, .theme-reviews-content-wrapper .wpcr3_table_2 .entry-comments .pxu-half-width-content .wpcr3_leave_text, .career-content .pxu-half-width-content .theme-reviews-content-wrapper .wpcr3_table_2 .wpcr3_leave_text, .theme-reviews-content-wrapper .wpcr3_table_2 .career-content .pxu-half-width-content .wpcr3_leave_text, .newentry-content .pxu-half-width-content .theme-reviews-content-wrapper .wpcr3_table_2 .wpcr3_leave_text, .theme-reviews-content-wrapper .wpcr3_table_2 .newentry-content .pxu-half-width-content .wpcr3_leave_text, .content-404 .pxu-half-width-content .theme-reviews-content-wrapper .wpcr3_table_2 .wpcr3_leave_text, .theme-reviews-content-wrapper .wpcr3_table_2 .content-404 .pxu-half-width-content .wpcr3_leave_text, .entry-comments .pxu-half-width-content .themezilla-listing-title, .career-content .pxu-half-width-content .themezilla-listing-title, .newentry-content .pxu-half-width-content .themezilla-listing-title, .content-404 .pxu-half-width-content .themezilla-listing-title {
    margin-top: 15px; }
  .entry-comments .pxu-half-width-content p, .career-content .pxu-half-width-content p, .newentry-content .pxu-half-width-content p, .content-404 .pxu-half-width-content p {
    font-size: 16px;
    line-height: 1.6; }

.entry-comments blockquote, .career-content blockquote, .newentry-content blockquote, .content-404 blockquote {
  margin-top: 55px;
  margin-right: 0;
  margin-bottom: 55px;
  margin-left: 0;
  line-height: 1.4;
  text-align: center; }
  @media screen and (min-width: 480px) {
    .entry-comments blockquote, .career-content blockquote, .newentry-content blockquote, .content-404 blockquote {
      margin-top: 65px;
      margin-bottom: 65px; } }
  @media screen and (min-width: 768px) {
    .entry-comments blockquote, .career-content blockquote, .newentry-content blockquote, .content-404 blockquote {
      margin-top: 80px;
      margin-bottom: 80px; } }
  @media screen and (min-width: 1024px) {
    .entry-comments blockquote, .career-content blockquote, .newentry-content blockquote, .content-404 blockquote {
      margin-top: 100px;
      margin-bottom: 100px; } }
  @media screen and (min-width: 1140px) {
    .entry-comments blockquote, .career-content blockquote, .newentry-content blockquote, .content-404 blockquote {
      margin-top: 120px;
      margin-bottom: 120px; } }
  .entry-comments blockquote :first-child:not(cite), .career-content blockquote :first-child:not(cite), .newentry-content blockquote :first-child:not(cite), .content-404 blockquote :first-child:not(cite) {
    margin-top: 0; }
  .entry-comments blockquote :last-child:not(cite), .career-content blockquote :last-child:not(cite), .newentry-content blockquote :last-child:not(cite), .content-404 blockquote :last-child:not(cite) {
    margin-bottom: 0; }
  .entry-comments blockquote::before, .career-content blockquote::before, .newentry-content blockquote::before, .content-404 blockquote::before {
    position: absolute;
    top: -40px;
    left: 50%;
    width: 146px;
    height: 120px;
    background-image: url("images/quote.svg");
    content: "";
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }
  .entry-comments blockquote p, .career-content blockquote p, .newentry-content blockquote p, .content-404 blockquote p {
    position: relative;
    z-index: 10;
    font-size: 22px;
    font-weight: inherit;
    line-height: inherit; }
    @media screen and (min-width: 768px) {
      .entry-comments blockquote p, .career-content blockquote p, .newentry-content blockquote p, .content-404 blockquote p {
        font-size: 26px; } }
    @media screen and (min-width: 1024px) {
      .entry-comments blockquote p, .career-content blockquote p, .newentry-content blockquote p, .content-404 blockquote p {
        font-size: 28px; } }
    @media screen and (min-width: 1140px) {
      .entry-comments blockquote p, .career-content blockquote p, .newentry-content blockquote p, .content-404 blockquote p {
        font-size: 32px; } }
  .entry-comments blockquote cite, .career-content blockquote cite, .newentry-content blockquote cite, .content-404 blockquote cite {
    display: block;
    margin-top: 20px;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    text-align: center; }
    @media screen and (min-width: 480px) {
      .entry-comments blockquote cite, .career-content blockquote cite, .newentry-content blockquote cite, .content-404 blockquote cite {
        margin-top: 25px;
        font-size: 16px; } }
    @media screen and (min-width: 768px) {
      .entry-comments blockquote cite, .career-content blockquote cite, .newentry-content blockquote cite, .content-404 blockquote cite {
        margin-top: 30px;
        font-size: 18px; } }
    @media screen and (min-width: 1024px) {
      .entry-comments blockquote cite, .career-content blockquote cite, .newentry-content blockquote cite, .content-404 blockquote cite {
        margin-top: 35px;
        font-size: 20px; } }
    @media screen and (min-width: 1140px) {
      .entry-comments blockquote cite, .career-content blockquote cite, .newentry-content blockquote cite, .content-404 blockquote cite {
        margin-top: 40px;
        font-size: 22px; } }

.entry-comments img, .career-content img, .newentry-content img, .content-404 img {
  margin-top: 55px;
  margin-bottom: 55px; }
  @media screen and (min-width: 480px) {
    .entry-comments img, .career-content img, .newentry-content img, .content-404 img {
      margin-top: 65px;
      margin-bottom: 65px; } }
  @media screen and (min-width: 768px) {
    .entry-comments img, .career-content img, .newentry-content img, .content-404 img {
      margin-top: 80px;
      margin-bottom: 80px; } }
  @media screen and (min-width: 1024px) {
    .entry-comments img, .career-content img, .newentry-content img, .content-404 img {
      margin-top: 100px;
      margin-bottom: 100px; } }

.entry-comments .video-wrapper, .career-content .video-wrapper, .newentry-content .video-wrapper, .content-404 .video-wrapper {
  margin-top: 55px;
  margin-bottom: 55px; }
  @media screen and (min-width: 480px) {
    .entry-comments .video-wrapper, .career-content .video-wrapper, .newentry-content .video-wrapper, .content-404 .video-wrapper {
      margin-top: 65px;
      margin-bottom: 65px; } }
  @media screen and (min-width: 768px) {
    .entry-comments .video-wrapper, .career-content .video-wrapper, .newentry-content .video-wrapper, .content-404 .video-wrapper {
      margin-top: 80px;
      margin-bottom: 80px; } }
  @media screen and (min-width: 1024px) {
    .entry-comments .video-wrapper, .career-content .video-wrapper, .newentry-content .video-wrapper, .content-404 .video-wrapper {
      margin-top: 100px;
      margin-bottom: 100px; } }

.entry-comments figure, .career-content figure, .newentry-content figure, .content-404 figure {
  width: 100% !important;
  margin-top: 100px;
  margin-right: 0;
  margin-bottom: 100px;
  margin-left: 0;
  text-align: center; }
  .entry-comments figure img, .career-content figure img, .newentry-content figure img, .content-404 figure img {
    margin-top: 0;
    margin-bottom: 0; }

.entry-comments figcaption, .career-content figcaption, .newentry-content figcaption, .content-404 figcaption {
  margin-top: 28px;
  font-size: 16px;
  color: #676b73; }

.entry-comments iframe, .career-content iframe, .newentry-content iframe, .content-404 iframe {
  max-width: 100%; }

.entry-comments img, .career-content img, .newentry-content img, .content-404 img, .entry-comments .pxu-intro, .career-content .pxu-intro, .newentry-content .pxu-intro, .content-404 .pxu-intro, .entry-comments blockquote, .career-content blockquote, .newentry-content blockquote, .content-404 blockquote, .entry-comments .video-wrapper, .career-content .video-wrapper, .newentry-content .video-wrapper, .content-404 .video-wrapper, .testimonial, .blog-post .newentry-content > p:first-child, .blog-post .content-404 > p:first-child {
  position: relative;
  left: 50%;
  display: block;
  max-width: 950px;
  min-width: 100%;
  height: auto;
  -webkit-transform: translate(-50%);
      -ms-transform: translate(-50%);
          transform: translate(-50%); }
  @media screen and (max-width: 1109px) {
    .entry-comments img, .career-content img, .newentry-content img, .content-404 img, .entry-comments .pxu-intro, .career-content .pxu-intro, .newentry-content .pxu-intro, .content-404 .pxu-intro, .entry-comments blockquote, .career-content blockquote, .newentry-content blockquote, .content-404 blockquote, .entry-comments .video-wrapper, .career-content .video-wrapper, .newentry-content .video-wrapper, .content-404 .video-wrapper, .testimonial, .blog-post .newentry-content > p:first-child, .blog-post .content-404 > p:first-child {
      max-width: 85.5vw; } }
  @media screen and (max-width: 767px) {
    .entry-comments img, .career-content img, .newentry-content img, .content-404 img, .entry-comments .pxu-intro, .career-content .pxu-intro, .newentry-content .pxu-intro, .content-404 .pxu-intro, .entry-comments blockquote, .career-content blockquote, .newentry-content blockquote, .content-404 blockquote, .entry-comments .video-wrapper, .career-content .video-wrapper, .newentry-content .video-wrapper, .content-404 .video-wrapper, .testimonial, .blog-post .newentry-content > p:first-child, .blog-post .content-404 > p:first-child {
      max-width: 100%; } }
  @media screen and (max-width: 479px) {
    .entry-comments img, .career-content img, .newentry-content img, .content-404 img, .entry-comments .pxu-intro, .career-content .pxu-intro, .newentry-content .pxu-intro, .content-404 .pxu-intro, .entry-comments blockquote, .career-content blockquote, .newentry-content blockquote, .content-404 blockquote, .entry-comments .video-wrapper, .career-content .video-wrapper, .newentry-content .video-wrapper, .content-404 .video-wrapper, .testimonial, .blog-post .newentry-content > p:first-child, .blog-post .content-404 > p:first-child {
      max-width: calc(100vw - 28px); } }

.entry-comments .pxu-intro, .career-content .pxu-intro, .newentry-content .pxu-intro, .content-404 .pxu-intro, .entry-comments blockquote, .career-content blockquote, .newentry-content blockquote, .content-404 blockquote, .entry-comments .video-wrapper, .career-content .video-wrapper, .newentry-content .video-wrapper, .content-404 .video-wrapper, .testimonial {
  width: 950px; }
  @media screen and (max-width: 1109px) {
    .entry-comments .pxu-intro, .career-content .pxu-intro, .newentry-content .pxu-intro, .content-404 .pxu-intro, .entry-comments blockquote, .career-content blockquote, .newentry-content blockquote, .content-404 blockquote, .entry-comments .video-wrapper, .career-content .video-wrapper, .newentry-content .video-wrapper, .content-404 .video-wrapper, .testimonial {
      width: 85.5vw; } }
  @media screen and (max-width: 767px) {
    .entry-comments .pxu-intro, .career-content .pxu-intro, .newentry-content .pxu-intro, .content-404 .pxu-intro, .entry-comments blockquote, .career-content blockquote, .newentry-content blockquote, .content-404 blockquote, .entry-comments .video-wrapper, .career-content .video-wrapper, .newentry-content .video-wrapper, .content-404 .video-wrapper, .testimonial {
      width: 100%; } }
  @media screen and (max-width: 479px) {
    .entry-comments .pxu-intro, .career-content .pxu-intro, .newentry-content .pxu-intro, .content-404 .pxu-intro, .entry-comments blockquote, .career-content blockquote, .newentry-content blockquote, .content-404 blockquote, .entry-comments .video-wrapper, .career-content .video-wrapper, .newentry-content .video-wrapper, .content-404 .video-wrapper, .testimonial {
      width: 100%; } }

.btn, .page-template-application-form .gform_button_select_files, #edd_checkout_form_wrap #edd_show_discount .edd-apply-discount,
#edd_checkout_form_wrap #edd-discount-code-wrap .edd-apply-discount, #edd-purchase-button, #edd_purchase_receipt_products .edd_download_file_link, .theme-reviews-content-wrapper .wpcr3_button_1 {
  display: inline-block;
  padding: 9px 23px 10px;
  color: #fff;
  font-size: 16px;
  line-height: 1.1875;
  font-weight: 500;
  text-align: center;
  background: #04dbc0;
  border-radius: 38px;
  border: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  opacity: 1; }
  .btn:hover, .page-template-application-form .gform_button_select_files:hover, #edd_checkout_form_wrap #edd_show_discount .edd-apply-discount:hover,
  #edd_checkout_form_wrap #edd-discount-code-wrap .edd-apply-discount:hover, #edd-purchase-button:hover, #edd_purchase_receipt_products .edd_download_file_link:hover, .theme-reviews-content-wrapper .wpcr3_button_1:hover, .btn.active, .page-template-application-form .active.gform_button_select_files, #edd_checkout_form_wrap #edd_show_discount .active.edd-apply-discount,
  #edd_checkout_form_wrap #edd-discount-code-wrap .active.edd-apply-discount, .active#edd-purchase-button, #edd_purchase_receipt_products .active.edd_download_file_link, .theme-reviews-content-wrapper .active.wpcr3_button_1 {
    opacity: 0.5;
    -webkit-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out; }
  .btn .icon-chevron-right, .page-template-application-form .gform_button_select_files .icon-chevron-right, #edd_checkout_form_wrap #edd_show_discount .edd-apply-discount .icon-chevron-right,
  #edd_checkout_form_wrap #edd-discount-code-wrap .edd-apply-discount .icon-chevron-right, #edd-purchase-button .icon-chevron-right, #edd_purchase_receipt_products .edd_download_file_link .icon-chevron-right, .theme-reviews-content-wrapper .wpcr3_button_1 .icon-chevron-right {
    position: relative;
    top: -1px;
    width: 8px;
    height: 14px;
    margin-left: 7px;
    vertical-align: middle;
    fill: #fff; }

.btn-secondary, .page-template-application-form .gform_button_select_files, .theme-reviews-content-wrapper .wpcr3_button_1.wpcr3_cancel_btn {
  color: #3f4254;
  background: transparent;
  border-radius: 40px;
  box-shadow: 0 0 0 1px #3f4254 inset;
  box-shadow: 0 0 0 1px rgba(63, 66, 84, 0.4) inset;
  -webkit-transition: background 100ms cubic-bezier(0.415, 0, 0.575, 1), color 100ms cubic-bezier(0.415, 0, 0.575, 1), box-shadow 100ms cubic-bezier(0.415, 0, 0.575, 1);
  transition: background 100ms cubic-bezier(0.415, 0, 0.575, 1), color 100ms cubic-bezier(0.415, 0, 0.575, 1), box-shadow 100ms cubic-bezier(0.415, 0, 0.575, 1); }

.btn-textured {
  color: #fff;
  color: rgba(255, 255, 255, 0.8);
  background: transparent;
  box-shadow: 0 0 0 1px #fff inset;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.45) inset;
  border-radius: 40px;
  -webkit-transition: background 100ms cubic-bezier(0.415, 0, 0.575, 1), color 100ms cubic-bezier(0.415, 0, 0.575, 1), box-shadow 100ms cubic-bezier(0.415, 0, 0.575, 1);
  transition: background 100ms cubic-bezier(0.415, 0, 0.575, 1), color 100ms cubic-bezier(0.415, 0, 0.575, 1), box-shadow 100ms cubic-bezier(0.415, 0, 0.575, 1); }

.btn-circle {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  text-align: center;
  line-height: 34px;
  padding: 0;
  box-shadow: 0 0 0 1px #fff inset; }

.btn-large, .theme-reviews-content-wrapper .wpcr3_button_1 {
  padding: 14px 28px 13px;
  font-size: 18px; }
  .btn-large .icon-chevron-right, .theme-reviews-content-wrapper .wpcr3_button_1 .icon-chevron-right {
    position: relative;
    top: -1px;
    width: 8px;
    height: 14px;
    margin-left: 7px; }

.btn-small, .page-template-application-form .gform_button_select_files, #edd_checkout_form_wrap #edd_show_discount .edd-apply-discount,
#edd_checkout_form_wrap #edd-discount-code-wrap .edd-apply-discount {
  padding: 10px 22px;
  font-size: 14px; }

.btn ~ .btn, .page-template-application-form .gform_button_select_files ~ .btn, #edd_checkout_form_wrap #edd_show_discount .edd-apply-discount ~ .btn,
#edd_checkout_form_wrap #edd-discount-code-wrap .edd-apply-discount ~ .btn, #edd-purchase-button ~ .btn, #edd_purchase_receipt_products .edd_download_file_link ~ .btn, .theme-reviews-content-wrapper .wpcr3_button_1 ~ .btn, .page-template-application-form .btn ~ .gform_button_select_files, .page-template-application-form .gform_button_select_files ~ .gform_button_select_files, #edd_checkout_form_wrap #edd_show_discount .page-template-application-form .edd-apply-discount ~ .gform_button_select_files, .page-template-application-form #edd_checkout_form_wrap #edd_show_discount .edd-apply-discount ~ .gform_button_select_files,
#edd_checkout_form_wrap #edd-discount-code-wrap .page-template-application-form .edd-apply-discount ~ .gform_button_select_files, .page-template-application-form
#edd_checkout_form_wrap #edd-discount-code-wrap .edd-apply-discount ~ .gform_button_select_files, .page-template-application-form #edd-purchase-button ~ .gform_button_select_files, #edd_purchase_receipt_products .page-template-application-form .edd_download_file_link ~ .gform_button_select_files, .page-template-application-form #edd_purchase_receipt_products .edd_download_file_link ~ .gform_button_select_files, .theme-reviews-content-wrapper .page-template-application-form .wpcr3_button_1 ~ .gform_button_select_files, .page-template-application-form .theme-reviews-content-wrapper .wpcr3_button_1 ~ .gform_button_select_files, #edd_checkout_form_wrap #edd_show_discount .btn ~ .edd-apply-discount, .page-template-application-form #edd_checkout_form_wrap #edd_show_discount .gform_button_select_files ~ .edd-apply-discount, #edd_checkout_form_wrap #edd_show_discount .page-template-application-form .gform_button_select_files ~ .edd-apply-discount, #edd_checkout_form_wrap #edd_show_discount .edd-apply-discount ~ .edd-apply-discount, #edd_checkout_form_wrap #edd_show_discount #edd-purchase-button ~ .edd-apply-discount, #edd_purchase_receipt_products #edd_checkout_form_wrap #edd_show_discount .edd_download_file_link ~ .edd-apply-discount, #edd_checkout_form_wrap #edd_show_discount #edd_purchase_receipt_products .edd_download_file_link ~ .edd-apply-discount, .theme-reviews-content-wrapper #edd_checkout_form_wrap #edd_show_discount .wpcr3_button_1 ~ .edd-apply-discount, #edd_checkout_form_wrap #edd_show_discount .theme-reviews-content-wrapper .wpcr3_button_1 ~ .edd-apply-discount,
#edd_checkout_form_wrap #edd-discount-code-wrap .btn ~ .edd-apply-discount, .page-template-application-form
#edd_checkout_form_wrap #edd-discount-code-wrap .gform_button_select_files ~ .edd-apply-discount,
#edd_checkout_form_wrap #edd-discount-code-wrap .page-template-application-form .gform_button_select_files ~ .edd-apply-discount, #edd_checkout_form_wrap #edd-discount-code-wrap .edd-apply-discount ~ .edd-apply-discount,
#edd_checkout_form_wrap #edd-discount-code-wrap #edd-purchase-button ~ .edd-apply-discount, #edd_purchase_receipt_products
#edd_checkout_form_wrap #edd-discount-code-wrap .edd_download_file_link ~ .edd-apply-discount,
#edd_checkout_form_wrap #edd-discount-code-wrap #edd_purchase_receipt_products .edd_download_file_link ~ .edd-apply-discount, .theme-reviews-content-wrapper
#edd_checkout_form_wrap #edd-discount-code-wrap .wpcr3_button_1 ~ .edd-apply-discount,
#edd_checkout_form_wrap #edd-discount-code-wrap .theme-reviews-content-wrapper .wpcr3_button_1 ~ .edd-apply-discount, .btn ~ #edd-purchase-button, .page-template-application-form .gform_button_select_files ~ #edd-purchase-button, #edd_checkout_form_wrap #edd_show_discount .edd-apply-discount ~ #edd-purchase-button,
#edd_checkout_form_wrap #edd-discount-code-wrap .edd-apply-discount ~ #edd-purchase-button, #edd-purchase-button ~ #edd-purchase-button, #edd_purchase_receipt_products .edd_download_file_link ~ #edd-purchase-button, .theme-reviews-content-wrapper .wpcr3_button_1 ~ #edd-purchase-button, #edd_purchase_receipt_products .btn ~ .edd_download_file_link, .page-template-application-form #edd_purchase_receipt_products .gform_button_select_files ~ .edd_download_file_link, #edd_purchase_receipt_products .page-template-application-form .gform_button_select_files ~ .edd_download_file_link, #edd_checkout_form_wrap #edd_show_discount #edd_purchase_receipt_products .edd-apply-discount ~ .edd_download_file_link, #edd_purchase_receipt_products #edd_checkout_form_wrap #edd_show_discount .edd-apply-discount ~ .edd_download_file_link,
#edd_checkout_form_wrap #edd-discount-code-wrap #edd_purchase_receipt_products .edd-apply-discount ~ .edd_download_file_link, #edd_purchase_receipt_products
#edd_checkout_form_wrap #edd-discount-code-wrap .edd-apply-discount ~ .edd_download_file_link, #edd_purchase_receipt_products #edd-purchase-button ~ .edd_download_file_link, #edd_purchase_receipt_products .edd_download_file_link ~ .edd_download_file_link, .theme-reviews-content-wrapper #edd_purchase_receipt_products .wpcr3_button_1 ~ .edd_download_file_link, #edd_purchase_receipt_products .theme-reviews-content-wrapper .wpcr3_button_1 ~ .edd_download_file_link, .theme-reviews-content-wrapper .btn ~ .wpcr3_button_1, .page-template-application-form .theme-reviews-content-wrapper .gform_button_select_files ~ .wpcr3_button_1, .theme-reviews-content-wrapper .page-template-application-form .gform_button_select_files ~ .wpcr3_button_1, #edd_checkout_form_wrap #edd_show_discount .theme-reviews-content-wrapper .edd-apply-discount ~ .wpcr3_button_1, .theme-reviews-content-wrapper #edd_checkout_form_wrap #edd_show_discount .edd-apply-discount ~ .wpcr3_button_1,
#edd_checkout_form_wrap #edd-discount-code-wrap .theme-reviews-content-wrapper .edd-apply-discount ~ .wpcr3_button_1, .theme-reviews-content-wrapper
#edd_checkout_form_wrap #edd-discount-code-wrap .edd-apply-discount ~ .wpcr3_button_1, .theme-reviews-content-wrapper #edd-purchase-button ~ .wpcr3_button_1, #edd_purchase_receipt_products .theme-reviews-content-wrapper .edd_download_file_link ~ .wpcr3_button_1, .theme-reviews-content-wrapper #edd_purchase_receipt_products .edd_download_file_link ~ .wpcr3_button_1, .theme-reviews-content-wrapper .wpcr3_button_1 ~ .wpcr3_button_1 {
  margin-left: 10px; }

@media screen and (min-width: 480px) {
  .edd_download_purchase_form {
    display: inline-block;
    vertical-align: top; } }

.featured-case-study .case-study-listing-btn, .case-study-listing-btn, .home-showcase .home-showcase-cta, .platform-showcase-btn {
  color: #524e49;
  background-color: #fff; }

.icon-twitter {
  width: 22px;
  height: 18px;
  fill: #55ACEE; }

.icon-tumblr {
  width: 10px;
  height: 18px;
  fill: #36455D; }

.icon-facebook {
  width: 18px;
  height: 18px;
  fill: #3A5999; }

.icon-github {
  width: 18px;
  height: 18px; }

.icon-email {
  width: 21px;
  height: 14px;
  fill: #17C2AA; }

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding-right: 35px;
  background: #fff url(images/chevron-down.svg) right 10px center no-repeat; }

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

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

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

::placeholder {
  color: #a9acb3; }

:focus::-webkit-input-placeholder {
  color: #D6D7DB; }

:focus::-moz-placeholder {
  color: #D6D7DB; }

:focus:-ms-input-placeholder {
  color: #D6D7DB; }

:focus::placeholder {
  color: #D6D7DB; }

.page.comp-contained, .page.career, .page.team, .page.workwithus-cta {
  padding-bottom: 100px; }
  .page.comp-contained .entry-header, .page.career .entry-header, .page.team .entry-header, .page.workwithus-cta .entry-header {
    padding-top: 137px;
    text-align: center; }
  .page.comp-contained .entry-content, .page.career .entry-content, .page.team .entry-content, .page.workwithus-cta .entry-content {
    margin-top: 80px; }

.content-404 {
  text-align: center; }
  .content-404 .icon {
    width: 100%; }

.blog-excerpt {
  position: relative; }

.blog-excerpt-body {
  position: relative;
  padding: 20px 20px 10px; }
  @media screen and (min-width: 768px) {
    .blog-excerpt-body {
      padding: 40px 40px 100px; } }

.blog-excerpt-title {
  display: block;
  font-size: 20px;
  font-weight: 700; }
  @media screen and (min-width: 768px) {
    .blog-excerpt-title {
      margin-top: 0;
      font-size: 32px; } }
  .blog-excerpt-title a {
    color: #181920; }

.blog-excerpt-date {
  display: block;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 500; }
  @media screen and (min-width: 768px) {
    .blog-excerpt-date {
      margin-bottom: 20px;
      font-size: 18px; } }
  .blog-excerpt-date a {
    color: inherit;
    text-decoration: underline; }

.blog-excerpt-image {
  display: block;
  overflow: hidden;
  background-color: #20222B;
  padding-bottom: 56%;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  border: 0; }

.blog-excerpt-regular {
  display: block;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 60px;
  background-color: #F5F6F7; }
  @media screen and (min-width: 768px) {
    .blog-excerpt-regular {
      display: table-cell;
      width: 50%;
      height: 100%; } }

.blog-excerpt-featured {
  margin-bottom: 60px;
  background-color: transparent; }
  .blog-excerpt-featured:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    content: '';
    background: #F5F6F7; }
    @media screen and (min-width: 768px) {
      .blog-excerpt-featured:before {
        width: 90%; } }
  .blog-excerpt-featured .blog-excerpt-image {
    position: relative;
    width: calc(100% + 40px);
    margin-left: -20px;
    box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.15); }
    @media screen and (min-width: 768px) {
      .blog-excerpt-featured .blog-excerpt-image {
        position: absolute;
        top: 50px;
        right: 0;
        width: 50%;
        height: 80%;
        padding: 0;
        margin-left: 0; } }
    @media screen and (min-width: 1024px) {
      .blog-excerpt-featured .blog-excerpt-image {
        top: 100px;
        height: 56%; } }
  .blog-excerpt-featured .blog-excerpt-body {
    padding-bottom: 60px; }
    @media screen and (min-width: 768px) {
      .blog-excerpt-featured .blog-excerpt-body {
        width: 50%;
        padding: 50px 40px; } }
    @media screen and (min-width: 1024px) {
      .blog-excerpt-featured .blog-excerpt-body {
        padding: 100px 100px; } }
  .blog-excerpt-featured .blog-excerpt-text {
    font-size: 16px; }
    .blog-excerpt-featured .blog-excerpt-text p {
      margin: 0; }
  .blog-excerpt-featured .btn, .blog-excerpt-featured .page-template-application-form .gform_button_select_files, .page-template-application-form .blog-excerpt-featured .gform_button_select_files, .blog-excerpt-featured #edd_checkout_form_wrap #edd_show_discount .edd-apply-discount, #edd_checkout_form_wrap #edd_show_discount .blog-excerpt-featured .edd-apply-discount, .blog-excerpt-featured
  #edd_checkout_form_wrap #edd-discount-code-wrap .edd-apply-discount,
  #edd_checkout_form_wrap #edd-discount-code-wrap .blog-excerpt-featured .edd-apply-discount, .blog-excerpt-featured #edd-purchase-button, .blog-excerpt-featured #edd_purchase_receipt_products .edd_download_file_link, #edd_purchase_receipt_products .blog-excerpt-featured .edd_download_file_link, .blog-excerpt-featured .theme-reviews-content-wrapper .wpcr3_button_1, .theme-reviews-content-wrapper .blog-excerpt-featured .wpcr3_button_1 {
    margin-top: 20px;
    margin-bottom: 20px; }

.blog-index .blog-index-group {
  display: block; }
  @media screen and (min-width: 768px) {
    .blog-index .blog-index-group {
      display: table;
      width: calc(100% + 60px);
      margin-left: -30px;
      border-spacing: 30px; }
      .blog-index .blog-index-group:last-child {
        margin-bottom: 0; } }

.blog-index-placeholder {
  background-color: transparent; }

.blog-navigation {
  padding-top: 20px;
  padding-bottom: 80px;
  text-align: center; }
  @media screen and (min-width: 768px) {
    .blog-navigation {
      padding-top: 30px;
      padding-bottom: 60px; } }

.blog-navigation-item {
  color: #20222B; }
  .blog-navigation-item a {
    color: inherit; }

.blog-navigation-icon {
  display: inline-block;
  margin: 0px 20px 3.5px;
  width: 29px;
  height: 21px;
  vertical-align: middle;
  fill: rgba(32, 34, 43, 0.2); }
  .blog-navigation-prev .blog-navigation-icon {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg); }
  a .blog-navigation-icon {
    fill: #17C2AA; }

.blog-date {
  font-size: 22px;
  font-weight: 500;
  text-decoration: underline; }

.single-post .page-header-image {
  box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.15); }

.blog-post .newentry-content > p:first-child, .blog-post .content-404 > p:first-child {
  margin-bottom: 100px;
  font-size: 26px;
  color: #3f4254; }
  @media screen and (max-width: 1139px) {
    .blog-post .newentry-content > p:first-child, .blog-post .content-404 > p:first-child {
      padding: 60px;
      max-width: 100%;
      min-width: 0;
      font-size: 24px;
      line-height: 1.5; } }
  @media screen and (max-width: 767px) {
    .blog-post .newentry-content > p:first-child, .blog-post .content-404 > p:first-child {
      padding: 60px 30px 20px;
      margin-bottom: 30px;
      font-size: 22px;
      font-weight: 700;
      text-align: center;
      letter-spacing: -1px;
      color: #181920; } }

.entry-tags {
  margin-top: 30px;
  margin-bottom: 130px;
  font-size: 18px;
  font-weight: 700; }
  .entry-tags a {
    display: inline-block;
    padding: 5px 13px;
    margin-right: 15px;
    margin-bottom: 15px;
    background-color: #f7f7f8; }

.entry-comments {
  margin: 130px auto; }

.toc {
  display: none;
  margin-top: 40px;
  margin-bottom: 40px; }
  .toc.visible {
    display: inline-block; }

.toc-title {
  display: block;
  margin: 0 0 10px;
  border-bottom: 1px solid #D6D7DB; }

.toc-item:after {
  content: "";
  display: block; }

[data-toc-item] {
  display: block; }

.toc-top {
  display: none;
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 10px;
  text-align: center;
  background: rgba(255, 255, 255, 0.92);
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-transform: translateY(20%);
      -ms-transform: translateY(20%);
          transform: translateY(20%);
  -webkit-transition: opacity 500ms cubic-bezier(0.77, 0.02, 0.125, 0.99), -webkit-transform 500ms cubic-bezier(0.77, 0.02, 0.125, 0.99);
  transition: opacity 500ms cubic-bezier(0.77, 0.02, 0.125, 0.99), -webkit-transform 500ms cubic-bezier(0.77, 0.02, 0.125, 0.99);
  transition: opacity 500ms cubic-bezier(0.77, 0.02, 0.125, 0.99), transform 500ms cubic-bezier(0.77, 0.02, 0.125, 0.99);
  transition: opacity 500ms cubic-bezier(0.77, 0.02, 0.125, 0.99), transform 500ms cubic-bezier(0.77, 0.02, 0.125, 0.99), -webkit-transform 500ms cubic-bezier(0.77, 0.02, 0.125, 0.99); }
  .toc-top.animating, .toc-top.visible {
    display: block; }
  .toc-top.animating {
    opacity: 0; }
  .toc-top.visible {
    opacity: 1;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); }

.page-template-application-form .gfield {
  margin-bottom: 20px; }

.page-template-application-form .gform_wrapper .gform_body textarea.medium {
  width: 100%; }

.page-template-application-form .gform_button_select_files {
  padding: 10px 14px; }

@media screen and (min-width: 1024px) {
  .page-template-application-form .gform_body .gform_fields .text-custom .ginput_container {
    width: 75%; } }

.page-template-application-form .site-main .gform_wrapper .gform_footer {
  margin: 4.77vw 0; }

.career:last-of-type {
  margin-bottom: 13%; }

.career-header {
  position: relative;
  z-index: 1;
  text-align: center; }

.career-title {
  margin: 7% 0;
  font-size: 42px;
  font-weight: 500;
  line-height: 1.1;
  color: #00E6D2; }
  .career-selected .career-title {
    color: #0026E6; }
  .career-title a {
    color: inherit; }
    .career-title a:hover {
      opacity: inherit; }

.career-details {
  position: relative;
  z-index: 0;
  display: none;
  padding: 10%;
  margin-top: -12.25%;
  background: #f7f7f8; }
  @media screen and (min-width: 480px) {
    .career-details {
      margin-top: -10.25%; } }
  @media screen and (min-width: 1024px) {
    .career-details {
      margin-top: -9.25%; } }
  .career-selected .career-details {
    display: block; }

.career-close {
  position: absolute;
  top: 50px;
  right: 55px;
  width: 19px;
  height: 19px;
  color: #0026E6;
  cursor: pointer; }
  @media screen and (max-width: 1023px) {
    .career-close {
      top: 20px;
      right: 25px; } }
  @media screen and (max-width: 767px) {
    .career-close {
      display: none; } }

.additional-case-studies-wrapper {
  padding: 10px 0 80px;
  font-size: 0;
  background-color: #F5F6F7; }

.additional-case-studies {
  max-width: 920px;
  width: 90%; }

.additional-case-studies-header {
  text-align: center;
  margin-bottom: 47px; }
  .additional-case-studies-header h1 {
    font-size: 24px;
    font-weight: 700; }

.additional-case-study {
  position: relative;
  display: block;
  width: 100%;
  height: 194px;
  padding: 32px;
  margin-bottom: 20px;
  cursor: pointer; }
  @media screen and (min-width: 768px) {
    .additional-case-study {
      display: inline-block;
      width: calc(50% - 10px);
      margin-bottom: 0; }
      .additional-case-study:last-child {
        margin-left: 20px; } }
  .additional-case-study .case-study-link {
    z-index: 1; }
  .additional-case-study .case-study-listing-info {
    display: block;
    width: 100%;
    padding: 0;
    text-align: center; }
    .additional-case-study .case-study-listing-info .btn, .additional-case-study .case-study-listing-info .page-template-application-form .gform_button_select_files, .page-template-application-form .additional-case-study .case-study-listing-info .gform_button_select_files, .additional-case-study .case-study-listing-info #edd_checkout_form_wrap #edd_show_discount .edd-apply-discount, #edd_checkout_form_wrap #edd_show_discount .additional-case-study .case-study-listing-info .edd-apply-discount, .additional-case-study .case-study-listing-info
    #edd_checkout_form_wrap #edd-discount-code-wrap .edd-apply-discount,
    #edd_checkout_form_wrap #edd-discount-code-wrap .additional-case-study .case-study-listing-info .edd-apply-discount, .additional-case-study .case-study-listing-info #edd-purchase-button, .additional-case-study .case-study-listing-info #edd_purchase_receipt_products .edd_download_file_link, #edd_purchase_receipt_products .additional-case-study .case-study-listing-info .edd_download_file_link, .additional-case-study .case-study-listing-info .theme-reviews-content-wrapper .wpcr3_button_1, .theme-reviews-content-wrapper .additional-case-study .case-study-listing-info .wpcr3_button_1 {
      position: static; }
  .additional-case-study .partner-icon-logo-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 65%;
    height: auto;
    -webkit-transform: translateY(-50%) translateX(-50%);
        -ms-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%); }
  .additional-case-study .partner-icon-logo {
    width: 100%;
    height: auto;
    fill: #fff; }

.featured-case-study {
  position: relative;
  max-height: none;
  padding: 40px 40px 0;
  overflow: hidden;
  text-align: center;
  background: #f7f7f8; }
  .featured-case-study .case-studies-listing-group {
    padding-bottom: 80px; }
  .featured-case-study .case-study-listing-info {
    display: block;
    width: 100%;
    padding: 0;
    text-align: center; }
  .featured-case-study .case-study-listing-btn {
    position: static;
    margin-bottom: 20px; }
  .featured-case-study .case-study-listing-title {
    margin: 0;
    font-size: 32px;
    color: #fff; }
  .featured-case-study .case-study-listing-title-link {
    color: #fff; }
  .featured-case-study .case-study-listing-description {
    max-width: 600px;
    margin: 30px auto 30px;
    font-size: 26px;
    font-weight: 600;
    line-height: 1.3em;
    color: #fff; }
  .featured-case-study .case-study-listing-highlight {
    position: relative;
    top: 25px;
    display: table-cell;
    vertical-align: bottom; }
    .featured-case-study .case-study-listing-highlight .screenshot {
      max-height: 51vw; }
    .featured-case-study .case-study-listing-highlight .screenshot-image {
      width: 100%;
      margin: 0; }

.hero-case-studies .hero-header {
  padding-bottom: 110px;
  text-align: center; }

.hero-case-studies h1 {
  font-size: 48px;
  font-weight: 500;
  line-height: 1.1em; }

.hero-case-studies .section-subtitle {
  font-size: 28px;
  line-height: 1.4em; }

.case-studies-listing-group {
  padding-bottom: 80px; }

.case-study-listing {
  position: relative;
  padding: 20px 20px 0;
  margin-bottom: 20px;
  overflow: hidden;
  cursor: pointer;
  background: #f7f7f8; }
  @media screen and (min-width: 768px) {
    .case-study-listing {
      padding: 30px 30px 0;
      margin-bottom: 50px; } }
  .case-study-listing .partner-icon-logo-wrapper {
    position: relative;
    display: inline-block;
    height: 30px; }
  @media screen and (min-width: 1024px) {
    .case-study-listing:not(.case-study-listing-small) {
      max-height: 412px;
      padding: 60px 60px 0; } }
  @media screen and (min-width: 1024px) {
    .case-study-listing:not(.case-study-listing-small) .partner-icon-logo-wrapper {
      height: 37px;
      margin-top: 12px; } }
  .case-study-listing:last-child {
    margin-bottom: 0; }
  .case-study-listing .partner-icon-logo {
    width: auto;
    height: 100%;
    fill: #fff; }

.case-study-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.case-study-listing-info {
  text-align: center; }
  @media screen and (min-width: 1024px) {
    .case-study-listing:not(.case-study-listing-small) .case-study-listing-info {
      display: table-cell;
      width: 50%;
      padding: 0 60px 60px 0;
      text-align: left;
      vertical-align: top; } }
  @media screen and (max-width: 1159px) and (min-width: 1024px) {
    .case-study-listing:not(.case-study-listing-small) .case-study-listing-info {
      padding-right: 2vw; } }

.case-study-listing-btn {
  margin-bottom: 20px; }
  @media screen and (min-width: 1024px) {
    .case-study-listing:not(.case-study-listing-small) .case-study-listing-btn {
      position: absolute;
      bottom: 60px;
      margin-bottom: 0; } }

.case-study-listing-title {
  margin: 0; }
  @media screen and (max-width: 767px) {
    .case-study-listing-title {
      font-size: 32px; } }
  @media screen and (max-width: 479px) {
    .case-study-listing-title {
      font-size: 28px; } }

.case-study-listing-title-link {
  color: #fff; }

.case-study-listing-description {
  max-width: 600px;
  margin: 30px auto;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.3em;
  color: #fff; }
  @media screen and (min-width: 1024px) {
    .case-study-listing:not(.case-study-listing-small) .case-study-listing-description {
      margin-bottom: 80px; } }

.case-study-listing-highlight {
  position: relative;
  display: table-cell;
  vertical-align: bottom; }
  .case-study-listing-highlight .screenshot-image {
    width: 100%; }
    @media screen and (min-width: 1024px) {
      .case-study-listing:not(.case-study-listing-small) .case-study-listing-highlight .screenshot-image {
        width: 110%;
        margin-top: -5%;
        margin-left: -5%; } }
  .case-study-listing-highlight .screenshot {
    max-height: 51vw; }
    @media screen and (min-width: 1024px) {
      .case-study-listing:not(.case-study-listing-small) .case-study-listing-highlight .screenshot {
        max-height: 32.5vw; } }

.case-study-header-wrapper {
  text-align: center; }

.case-study-header {
  display: inline-block; }

.case-study .page-header {
  margin-bottom: -14.5vw; }
  @media screen and (min-width: 1140px) {
    .case-study .page-header {
      margin-bottom: -160px; } }

.case-study .page-header-title {
  color: #fff; }

.case-study-content {
  margin-top: calc(40px + 14.5vw); }
  @media screen and (min-width: 1140px) {
    .case-study-content {
      margin-top: 320px; } }

.checkout-sidebar {
  vertical-align: top;
  padding: 25px 5%; }
  @media screen and (min-width: 1024px) {
    .checkout-sidebar {
      display: table-cell;
      padding: 275px 5%;
      max-width: 450px;
      width: 35%; } }
  .checkout-sidebar.empty {
    display: none; }

.edd-checkout .entry-header {
  padding-top: 98px;
  text-align: center; }

.edd-checkout .entry-title {
  margin-bottom: 58px; }

.edd-checkout .site-main {
  overflow: hidden; }

#edd_checkout_cart_wrap {
  margin-bottom: 72px; }
  @media screen and (min-width: 480px) {
    #edd_checkout_cart_wrap {
      padding-left: 30px;
      padding-right: 30px; } }

@media screen and (min-width: 768px) {
  #edd_checkout_cart td.edd_cart_actions,
  #edd_checkout_cart td:last-child,
  #edd_checkout_cart th.edd_cart_actions,
  #edd_checkout_cart th.edd_cart_total,
  #edd_checkout_cart th:last-child {
    text-align: left; } }

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

#edd_checkout_cart .edd_cart_header_row th,
#edd_checkout_cart tbody td {
  background: transparent;
  border-bottom: 1px solid #ebebed; }

#edd_checkout_cart .edd_cart_header_row th,
#edd_checkout_cart tbody td,
#edd_checkout_cart tfoot th {
  padding-left: 0;
  padding-right: 0;
  color: #676B73; }

#edd_checkout_cart .edd_cart_header_row th,
#edd_checkout_cart .edd_cart_footer_row .edd_cart_total {
  color: #20222B;
  font-size: 17px;
  font-weight: 500; }

#edd_checkout_cart tbody td {
  padding-top: 30px;
  padding-bottom: 30px; }

@media screen and (min-width: 768px) {
  #edd_checkout_cart .edd_cart_footer_row th {
    padding-left: 72%; } }

#edd_checkout_cart .edd_cart_footer_row th span {
  float: right; }

#edd_checkout_cart .edd_cart_subtotal,
#edd_checkout_cart .edd_cart_total {
  padding-top: 30px; }

#edd_checkout_cart .edd_cart_tax {
  padding-bottom: 20px; }

.edd_cart_remove_item_btn {
  font-weight: 500; }

.edd_cart_total {
  position: relative; }
  .edd_cart_total:after {
    position: absolute;
    top: 0;
    right: 0;
    width: 29%;
    height: 1px;
    background-color: #ebebed;
    content: ''; }

@media screen and (min-width: 768px) {
  #edd_discount_code {
    line-height: 24px;
    position: absolute;
    top: -240px;
    left: 10px;
    max-width: 375px; }
    #edd_discount_code > p {
      margin: 0; } }

#edd_discount_code label {
  margin: 0; }

#edd_checkout_form_wrap {
  position: relative;
  counter-reset: section;
  border-top: 1px solid #ebebed; }
  #edd_checkout_form_wrap #edd_show_discount,
  #edd_checkout_form_wrap #edd-discount-code-wrap {
    background: transparent;
    border: none; }
    #edd_checkout_form_wrap #edd_show_discount .edd-apply-discount,
    #edd_checkout_form_wrap #edd-discount-code-wrap .edd-apply-discount {
      margin-top: 10px; }
  #edd_checkout_form_wrap #edd-discount-code-wrap {
    padding-top: 10px; }
  #edd_checkout_form_wrap fieldset {
    border: none; }
  #edd_checkout_form_wrap fieldset:not(#edd_discount_code) {
    position: relative;
    padding: 40px 0;
    margin-bottom: 0;
    counter-increment: section; }
    @media screen and (min-width: 768px) {
      #edd_checkout_form_wrap fieldset:not(#edd_discount_code) {
        padding: 83px 0; } }
    #edd_checkout_form_wrap fieldset:not(#edd_discount_code):before {
      display: block;
      width: 50px;
      height: 50px;
      border: 1px solid #20222B;
      border-radius: 50%;
      font-size: 25px;
      text-align: center;
      line-height: 48px;
      color: #20222B;
      content: " " counter(section);
      margin: 0 auto 20px; }
      @media screen and (min-width: 1024px) {
        #edd_checkout_form_wrap fieldset:not(#edd_discount_code):before {
          position: absolute;
          right: calc(100% + 20px);
          margin: -12px 0 0 0; } }

.edd_discount_link {
  display: block; }

.edd_discount {
  position: relative; }

@media screen and (min-width: 768px) {
  .edd_discount_remove {
    position: absolute;
    right: -20px; } }

@media screen and (min-width: 768px) {
  #edd_checkout_form_wrap {
    padding-right: 110px;
    padding-left: 110px; } }

#edd_checkout_form_wrap input[type=text],
#edd_checkout_form_wrap input[type=email],
#edd_checkout_form_wrap input[type=password],
#edd_checkout_form_wrap textarea {
  padding: 10px 14px; }

#edd_checkout_form_wrap input.edd-input,
#edd_checkout_form_wrap textarea.edd-input,
#edd_checkout_form_wrap select.edd-select {
  width: 100%;
  font-size: 13px;
  line-height: 16px;
  clear: both; }

@media screen and (min-width: 768px) {
  #edd_checkout_form_wrap label {
    float: left; } }

#edd_checkout_form_wrap .select-container {
  clear: both; }

#edd_checkout_form_wrap span.edd-description {
  color: #676B73; }
  @media screen and (min-width: 768px) {
    #edd_checkout_form_wrap span.edd-description {
      float: right;
      margin-bottom: 10px; } }

#edd_checkout_form_wrap fieldset#edd_cc_fields {
  background: transparent;
  border: none; }

#edd_checkout_form_wrap #edd-payment-mode-wrap .edd-payment-mode-label {
  margin-bottom: 20px; }

#edd_checkout_form_wrap #edd-payment-mode-wrap .edd-gateway-option {
  overflow: hidden;
  cursor: pointer;
  margin-right: 54px; }
  @media screen and (min-width: 1024px) {
    #edd_checkout_form_wrap #edd-payment-mode-wrap .edd-gateway-option {
      margin-right: 59px; } }
  #edd_checkout_form_wrap #edd-payment-mode-wrap .edd-gateway-option input[type="radio"] {
    position: absolute;
    right: 200%; }
    #edd_checkout_form_wrap #edd-payment-mode-wrap .edd-gateway-option input[type="radio"]:checked + .icon-checkbox {
      background-image: url(images/checkbox-selected.svg); }
  #edd_checkout_form_wrap #edd-payment-mode-wrap .edd-gateway-option .icon-checkbox {
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    margin-right: 15px;
    background-image: url(images/checkbox-default.svg); }

#edd_checkout_form_wrap #edd_payment_mode_select,
#edd_checkout_form_wrap fieldset#edd_register_fields #edd_checkout_user_info {
  margin-bottom: 0; }

#edd_checkout_form_wrap #edd_final_total_wrap {
  background: transparent;
  border: none;
  padding: 0;
  margin: 0;
  font-size: 24px;
  line-height: 44px;
  float: left; }
  #edd_checkout_form_wrap #edd_final_total_wrap strong {
    color: #ACAFB6;
    font-weight: 400; }
  #edd_checkout_form_wrap #edd_final_total_wrap .edd_cart_amount {
    color: #20222B; }

#edd_checkout_form_wrap #edd-card-number-wrap {
  position: relative; }
  @media screen and (min-width: 768px) {
    #edd_checkout_form_wrap #edd-card-number-wrap label {
      position: static; } }

@media screen and (min-width: 768px) {
  #edd_checkout_form_wrap span.card-type {
    right: 38px;
    top: 33px; } }

@media screen and (min-width: 768px) {
  #edd_checkout_form_wrap input.edd-input.card-number.valid {
    background-image: url(images/checkmark-green.svg); } }

#edd_checkout_form_wrap #edd-payment-mode-wrap .edd-payment-mode-label,
#edd_checkout_user_info legend,
#edd_cc_fields legend,
#edd_cc_address legend {
  margin-bottom: 38px; }
  @media screen and (max-width: 1023px) {
    #edd_checkout_form_wrap #edd-payment-mode-wrap .edd-payment-mode-label,
    #edd_checkout_user_info legend,
    #edd_cc_fields legend,
    #edd_cc_address legend {
      display: block;
      text-align: center; } }

#edd_purchase_form_wrap fieldset:nth-of-type(odd):after {
  position: absolute;
  z-index: -1;
  top: 0;
  width: 200vw;
  height: 100%;
  -webkit-transform: translateX(-30px);
      -ms-transform: translateX(-30px);
          transform: translateX(-30px);
  background: #F5F6F7;
  content: ''; }
  @media screen and (min-width: 768px) {
    #edd_purchase_form_wrap fieldset:nth-of-type(odd):after {
      -webkit-transform: translateX(calc(-50vw));
          -ms-transform: translateX(calc(-50vw));
              transform: translateX(calc(-50vw)); } }

#edd_purchase_form_wrap fieldset#edd_purchase_submit {
  padding-bottom: 0; }
  @media screen and (max-width: 1023px) {
    #edd_purchase_form_wrap fieldset#edd_purchase_submit {
      text-align: center; } }
  #edd_purchase_form_wrap fieldset#edd_purchase_submit:before {
    display: none; }

#edd-purchase-button {
  float: right; }
  @media screen and (max-width: 479px) {
    #edd-purchase-button {
      margin-top: 20px;
      width: 100%; } }

.edd_clearfix:after {
  height: 0; }

.edd_empty_cart {
  display: block;
  text-align: center;
  margin-bottom: 80px; }

@media screen and (min-width: 768px) {
  #edd-discount-error-wrap {
    padding: 2px 10px;
    margin-top: 0.8em; } }

.checkout-wrapper {
  max-width: 1280px;
  margin: 0 auto; }
  @media screen and (min-width: 1024px) {
    .checkout-wrapper {
      display: table;
      width: 100%; } }

.checkout-content {
  padding-left: 5%;
  padding-right: 5%; }
  @media screen and (min-width: 1024px) {
    .checkout-content {
      display: table-cell;
      max-width: 830px;
      width: 65%; } }
  .checkout-content article.comp-contained, .checkout-content article.career, .checkout-content article.team, .checkout-content article.workwithus-cta {
    padding-left: 0;
    padding-right: 0; }
    @media screen and (max-width: 1023px) {
      .checkout-content article.comp-contained, .checkout-content article.career, .checkout-content article.team, .checkout-content article.workwithus-cta {
        padding-bottom: 0; } }

#gform_confirmation_wrapper_1 {
  padding-top: 11.25vw;
  padding-bottom: 9vw;
  text-align: center;
  font-size: 18px;
  margin: 0 auto; }
  @media screen and (max-width: 767px) {
    #gform_confirmation_wrapper_1 {
      max-width: 80vw; } }
  @media screen and (min-width: 480px) {
    #gform_confirmation_wrapper_1 {
      padding-top: 9.25vw;
      padding-bottom: 7.5vw; } }
  @media screen and (min-width: 1024px) {
    #gform_confirmation_wrapper_1 {
      padding-top: 7.5vw;
      padding-bottom: 5vw; } }
  #gform_confirmation_wrapper_1 p {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5;
    margin-top: .6em; }
    @media screen and (min-width: 480px) {
      #gform_confirmation_wrapper_1 p {
        font-size: 18px; } }

.edd-success .receipt-table-wrap,
.edd-failed-transaction .receipt-table-wrap,
.edd-purchase-history .receipt-table-wrap {
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 80px; }

.edd-success th,
.edd-success td,
.edd-failed-transaction th,
.edd-failed-transaction td,
.edd-purchase-history th,
.edd-purchase-history td {
  padding: 8px 0; }

.edd-success h3, .edd-success #edd_checkout_form_wrap #edd-payment-mode-wrap .edd-payment-mode-label, #edd_checkout_form_wrap #edd-payment-mode-wrap .edd-success .edd-payment-mode-label, .edd-success
#edd_checkout_user_info legend,
#edd_checkout_user_info .edd-success legend, .edd-success
#edd_cc_fields legend,
#edd_cc_fields .edd-success legend, .edd-success
#edd_cc_address legend,
#edd_cc_address .edd-success legend, .edd-success .support-platform-selector li, .support-platform-selector .edd-success li, .edd-success .theme-reviews-content-wrapper .wpcr3_review .wpcr3_review_title, .theme-reviews-content-wrapper .wpcr3_review .edd-success .wpcr3_review_title, .edd-success .theme-reviews-content-wrapper .wpcr3_table_2 .wpcr3_leave_text, .theme-reviews-content-wrapper .wpcr3_table_2 .edd-success .wpcr3_leave_text, .edd-success .themezilla-listing-title,
.edd-failed-transaction h3,
.edd-failed-transaction #edd_checkout_form_wrap #edd-payment-mode-wrap .edd-payment-mode-label, #edd_checkout_form_wrap #edd-payment-mode-wrap
.edd-failed-transaction .edd-payment-mode-label,
.edd-failed-transaction
#edd_checkout_user_info legend,
#edd_checkout_user_info
.edd-failed-transaction legend,
.edd-failed-transaction
#edd_cc_fields legend,
#edd_cc_fields
.edd-failed-transaction legend,
.edd-failed-transaction
#edd_cc_address legend,
#edd_cc_address
.edd-failed-transaction legend,
.edd-failed-transaction .support-platform-selector li, .support-platform-selector
.edd-failed-transaction li,
.edd-failed-transaction .theme-reviews-content-wrapper .wpcr3_review .wpcr3_review_title, .theme-reviews-content-wrapper .wpcr3_review
.edd-failed-transaction .wpcr3_review_title,
.edd-failed-transaction .theme-reviews-content-wrapper .wpcr3_table_2 .wpcr3_leave_text, .theme-reviews-content-wrapper .wpcr3_table_2
.edd-failed-transaction .wpcr3_leave_text,
.edd-failed-transaction .themezilla-listing-title,
.edd-purchase-history h3,
.edd-purchase-history #edd_checkout_form_wrap #edd-payment-mode-wrap .edd-payment-mode-label, #edd_checkout_form_wrap #edd-payment-mode-wrap
.edd-purchase-history .edd-payment-mode-label,
.edd-purchase-history
#edd_checkout_user_info legend,
#edd_checkout_user_info
.edd-purchase-history legend,
.edd-purchase-history
#edd_cc_fields legend,
#edd_cc_fields
.edd-purchase-history legend,
.edd-purchase-history
#edd_cc_address legend,
#edd_cc_address
.edd-purchase-history legend,
.edd-purchase-history .support-platform-selector li, .support-platform-selector
.edd-purchase-history li,
.edd-purchase-history .theme-reviews-content-wrapper .wpcr3_review .wpcr3_review_title, .theme-reviews-content-wrapper .wpcr3_review
.edd-purchase-history .wpcr3_review_title,
.edd-purchase-history .theme-reviews-content-wrapper .wpcr3_table_2 .wpcr3_leave_text, .theme-reviews-content-wrapper .wpcr3_table_2
.edd-purchase-history .wpcr3_leave_text,
.edd-purchase-history .themezilla-listing-title {
  display: none; }

#edd_purchase_receipt_products thead th {
  padding-bottom: 18px;
  border-bottom: 1px solid #ebebed; }

#edd_purchase_receipt_products tr td {
  padding: 28px 0; }
  #edd_purchase_receipt_products tr td:last-child {
    vertical-align: top;
    width: 20%; }
  #edd_purchase_receipt_products tr td .edd_purchase_receipt_product_name {
    font-weight: normal; }

#edd_purchase_receipt_products .download-container {
  position: relative;
  padding: 20px;
  margin-right: -25%;
  margin-top: 28px;
  min-height: 82px; }

@media screen and (min-width: 768px) {
  #edd_purchase_receipt_products .edd_purchase_receipt_product_notes {
    padding-right: 240px; } }

#edd_purchase_receipt_products .edd_purchase_receipt_product_notes p {
  font-style: normal;
  margin: 0 0 1em; }

#edd_purchase_receipt_products .edd_download_file {
  margin: 0;
  overflow: hidden; }

#edd_purchase_receipt_products .download-file-name {
  display: inline-block;
  margin: 14px 10px 0 0; }

#edd_purchase_receipt_products .edd_download_file_link {
  padding-left: 36px;
  background: #17C2AA url(includes/components/checkout/images/icon-download.svg) 20px center no-repeat; }
  @media screen and (max-width: 479px) {
    #edd_purchase_receipt_products .edd_download_file_link {
      margin-top: 10px; } }
  @media screen and (min-width: 480px) {
    #edd_purchase_receipt_products .edd_download_file_link {
      float: right; } }
  @media screen and (min-width: 768px) {
    #edd_purchase_receipt_products .edd_download_file_link {
      float: none;
      position: absolute;
      right: 20px;
      top: 20px; } }

.site-footer {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #fff;
  overflow: hidden; }
  @media screen and (min-width: 768px) {
    .site-footer {
      padding-top: 95px;
      padding-bottom: 95px; } }

.footer-col {
  font-size: 0;
  text-align: center; }
  @media screen and (min-width: 768px) {
    .footer-col {
      text-align: left; }
      .footer-col.right {
        width: calc(100% - 39px);
        margin-top: 50px;
        margin-left: 39px;
        text-align: center; } }
  @media screen and (min-width: 1024px) {
    .footer-col {
      float: left; }
      .footer-col.left {
        width: 40%; }
      .footer-col.right {
        float: right;
        width: 60%;
        max-width: 640px;
        padding-left: 38px;
        margin-top: 0;
        margin-left: 0; } }
  @media screen and (min-width: 1140px) {
    .footer-col.left {
      width: 35%; }
    .footer-col.right {
      float: right;
      width: 65%; } }
  @media screen and (min-width: 1300px) {
    .footer-col.left {
      width: 30%; }
    .footer-col.right {
      float: right;
      width: 60%; } }

.footer-logo-wrapper {
  margin-bottom: 15px;
  line-height: 29px;
  text-align: center; }
  @media screen and (min-width: 768px) {
    .footer-logo-wrapper {
      text-align: left; } }
  .footer-logo-wrapper .icon-logo {
    display: block;
    width: 48px;
    height: 48px;
    margin: 0 auto 18px;
    vertical-align: middle;
    fill: #181920; }
    @media screen and (min-width: 768px) {
      .footer-logo-wrapper .icon-logo {
        display: inline-block;
        width: 29px;
        height: 29px;
        margin: 0; } }

.footer-title {
  vertical-align: middle;
  font-size: 24px;
  font-weight: 700;
  color: #181920; }
  @media screen and (min-width: 768px) {
    .footer-title {
      margin-left: 10px;
      font-size: 20px; } }

.footer-cta {
  margin-top: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  color: #181920; }
  @media screen and (min-width: 768px) {
    .footer-cta {
      margin-left: 39px;
      font-size: 16px;
      line-height: 1.6; } }

.footer-discounts,
.footer-terms {
  position: relative;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  color: #181920; }
  @media screen and (min-width: 768px) {
    .footer-discounts,
    .footer-terms {
      font-size: 16px;
      margin-left: 39px; } }
  .footer-discounts a,
  .footer-terms a {
    color: inherit; }
    .footer-discounts a:hover,
    .footer-terms a:hover {
      text-decoration: none; }

.footer-discounts {
  margin-bottom: 0; }

.footer-terms {
  padding-bottom: 52px;
  margin-top: 0;
  margin-bottom: 35px; }
  @media screen and (min-width: 768px) {
    .footer-terms {
      padding-bottom: 0;
      margin-bottom: 18px; } }
  .footer-terms a {
    border-bottom: 2px solid #f2f2f7; }
  .footer-terms::after {
    position: absolute;
    left: 46%;
    bottom: 0;
    width: 8%;
    height: 2px;
    content: "";
    background-color: #3f4254; }
    @media screen and (min-width: 768px) {
      .footer-terms::after {
        display: none; } }

.footer-menu {
  padding: 0;
  margin: 30px 0 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 2.2;
  color: #181920;
  text-align: center;
  list-style: none; }
  @media screen and (min-width: 768px) {
    .footer-menu {
      display: inline-block;
      width: 47%;
      margin: 0;
      font-size: 16px;
      font-weight: 400;
      line-height: 1.2;
      text-align: left;
      vertical-align: top; }
      .footer-menu:first-child {
        width: 31%; }
      .footer-menu:last-child {
        width: 22%; } }
  @media screen and (min-width: 1140px) {
    .footer-menu {
      width: 42%; }
      .footer-menu:last-child {
        width: 27%; } }
  @media screen and (min-width: 768px) {
    .footer-menu li {
      margin-bottom: 9px; } }
  .footer-menu a {
    color: inherit;
    border-bottom: 2px solid #f2f2f7; }
    .footer-menu a:hover .icon {
      fill: #04dbc0; }

.hero {
  padding-top: 6vw; }
  @media screen and (max-width: 1023px) {
    .hero {
      padding-top: 60px; } }
  .home .hero {
    position: relative;
    z-index: 0;
    color: #fff; }
    @media screen and (min-width: 1024px) {
      .home .hero {
        white-space: nowrap; } }
  @media screen and (max-width: 479px) {
    .hero .btn, .hero .page-template-application-form .gform_button_select_files, .page-template-application-form .hero .gform_button_select_files, .hero #edd_checkout_form_wrap #edd_show_discount .edd-apply-discount, #edd_checkout_form_wrap #edd_show_discount .hero .edd-apply-discount, .hero
    #edd_checkout_form_wrap #edd-discount-code-wrap .edd-apply-discount,
    #edd_checkout_form_wrap #edd-discount-code-wrap .hero .edd-apply-discount, .hero #edd-purchase-button, .hero #edd_purchase_receipt_products .edd_download_file_link, #edd_purchase_receipt_products .hero .edd_download_file_link, .hero .theme-reviews-content-wrapper .wpcr3_button_1, .theme-reviews-content-wrapper .hero .wpcr3_button_1 {
      font-size: 18px;
      margin: 0 auto; } }

.hero-header {
  padding-top: 10.2vw;
  padding-bottom: 16vw;
  position: relative;
  z-index: 3; }
  @media screen and (min-width: 480px) {
    .hero-header {
      padding-top: 10.2vw;
      padding-bottom: 15vw; } }
  @media screen and (min-width: 768px) {
    .hero-header {
      padding-top: 9.2vw;
      padding-bottom: 12vw; } }
  @media screen and (min-width: 1024px) {
    .hero-header {
      padding-top: 8.4vw;
      padding-bottom: 10vw; } }
  @media screen and (min-width: 1300px) {
    .hero-header {
      padding-top: 7vw;
      padding-bottom: 9.8vw; } }
  @media screen and (min-width: 1140px) {
    .hero-header {
      padding-top: 6.1vw;
      padding-bottom: 9.4vw; } }
  @media screen and (min-width: 1600px) {
    .hero-header {
      padding-top: 5.3vw;
      padding-bottom: 8.9vw; } }
  @media screen and (max-width: 1023px) {
    .hero-header {
      text-align: center;
      max-width: 90vw;
      margin-left: auto;
      margin-right: auto; } }
  .hero-header h1 {
    margin: 0 auto; }
  .home .hero-header {
    padding-top: 0;
    padding-bottom: 0;
    height: 350px;
    max-width: none; }
    @media screen and (min-width: 640px) {
      .home .hero-header {
        height: 380px; } }
    @media screen and (min-width: 768px) {
      .home .hero-header {
        height: 450px; } }
    @media screen and (min-width: 1024px) {
      .home .hero-header {
        display: inline-block;
        vertical-align: top;
        top: 0;
        width: 50vw;
        height: 47.25vw;
        white-space: normal; } }
    @media screen and (min-width: 1140px) {
      .home .hero-header {
        height: 36.8vw; } }

.hero-header-cta {
  position: absolute;
  top: 40px;
  left: 5.333vw; }
  @media screen and (min-width: 768px) {
    .hero-header-cta {
      top: 10vw; } }
  @media screen and (min-width: 1024px) {
    .hero-header-cta {
      max-width: 475px; } }
  @media screen and (max-width: 1023px) {
    .hero-header-cta {
      right: 5.333vw; } }
  .hero-header-cta .hero-header-cta-btn-wrap {
    position: relative;
    height: 78px; }
    @media screen and (min-width: 768px) {
      .hero-header-cta .hero-header-cta-btn-wrap {
        height: 90px; } }
    @media screen and (max-width: 349px) {
      .hero-header-cta .hero-header-cta-btn-wrap svg {
        display: none; } }
  .hero-header-cta .btn-cta {
    position: absolute;
    left: 0;
    margin-top: 42px;
    margin-left: 0;
    padding: 0 28px 0 24px;
    height: 48px;
    line-height: 48px;
    display: none;
    white-space: nowrap; }
    @media screen and (max-width: 1023px) {
      .hero-header-cta .btn-cta {
        left: 50%;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%); } }
    .hero-header-cta .btn-cta.animating, .hero-header-cta .btn-cta.visible {
      display: inline-block; }
    .hero-header-cta .btn-cta.animating-in {
      opacity: 0; }
    .hero-header-cta .btn-cta.animating-out {
      opacity: 0; }
    .hero-header-cta .btn-cta.visible {
      opacity: 1; }
    .hero-header-cta .btn-cta.btn-disabled {
      pointer-events: none; }
    @media screen and (max-width: 767px) {
      .hero-header-cta .btn-cta {
        margin-top: 30px; } }
    .hero-header-cta .btn-cta .hero-cta-icon {
      margin-right: 10px;
      -webkit-transform: translateY(6px);
          -ms-transform: translateY(6px);
              transform: translateY(6px); }
      @media screen and (max-width: 479px) {
        .hero-header-cta .btn-cta .hero-cta-icon {
          margin-right: 7px; } }

.hero-header-cta-services {
  position: absolute;
  top: 240px;
  left: 10vw;
  width: 80vw;
  max-width: 375px;
  padding-top: 19px;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  color: #fff;
  color: rgba(255, 255, 255, 0.85);
  font-size: 14px;
  line-height: 21px;
  -webkit-transition: color .2s ease, border .2s ease;
  transition: color .2s ease, border .2s ease; }
  @media screen and (min-width: 480px) {
    .hero-header-cta-services {
      top: 260px;
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%); } }
  @media screen and (min-width: 640px) {
    .hero-header-cta-services {
      top: 280px; } }
  @media screen and (min-width: 768px) {
    .hero-header-cta-services {
      top: calc(10vw + 252px); } }
  @media screen and (min-width: 1024px) {
    .hero-header-cta-services {
      left: 5.333vw;
      -webkit-transform: none;
          -ms-transform: none;
              transform: none; } }
  .hero-header-cta-services:hover .btn, .hero-header-cta-services:hover .page-template-application-form .gform_button_select_files, .page-template-application-form .hero-header-cta-services:hover .gform_button_select_files, .hero-header-cta-services:hover #edd_checkout_form_wrap #edd_show_discount .edd-apply-discount, #edd_checkout_form_wrap #edd_show_discount .hero-header-cta-services:hover .edd-apply-discount, .hero-header-cta-services:hover
  #edd_checkout_form_wrap #edd-discount-code-wrap .edd-apply-discount,
  #edd_checkout_form_wrap #edd-discount-code-wrap .hero-header-cta-services:hover .edd-apply-discount, .hero-header-cta-services:hover #edd-purchase-button, .hero-header-cta-services:hover #edd_purchase_receipt_products .edd_download_file_link, #edd_purchase_receipt_products .hero-header-cta-services:hover .edd_download_file_link, .hero-header-cta-services:hover .theme-reviews-content-wrapper .wpcr3_button_1, .theme-reviews-content-wrapper .hero-header-cta-services:hover .wpcr3_button_1 {
    right: -4px;
    background: none; }
  .hero-header-cta-services span {
    float: left;
    display: inline-block;
    margin-right: 40px;
    text-align: left; }
  .hero-header-cta-services .btn, .hero-header-cta-services .page-template-application-form .gform_button_select_files, .page-template-application-form .hero-header-cta-services .gform_button_select_files, .hero-header-cta-services #edd_checkout_form_wrap #edd_show_discount .edd-apply-discount, #edd_checkout_form_wrap #edd_show_discount .hero-header-cta-services .edd-apply-discount, .hero-header-cta-services
  #edd_checkout_form_wrap #edd-discount-code-wrap .edd-apply-discount,
  #edd_checkout_form_wrap #edd-discount-code-wrap .hero-header-cta-services .edd-apply-discount, .hero-header-cta-services #edd-purchase-button, .hero-header-cta-services #edd_purchase_receipt_products .edd_download_file_link, #edd_purchase_receipt_products .hero-header-cta-services .edd_download_file_link, .hero-header-cta-services .theme-reviews-content-wrapper .wpcr3_button_1, .theme-reviews-content-wrapper .hero-header-cta-services .wpcr3_button_1 {
    position: absolute;
    right: 4px;
    top: 24px;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.7) inset;
    -webkit-transition: right .2s ease, box-shadow .2s ease;
    transition: right .2s ease, box-shadow .2s ease; }
    .hero-header-cta-services .btn .icon-chevron-right, .hero-header-cta-services .page-template-application-form .gform_button_select_files .icon-chevron-right, .page-template-application-form .hero-header-cta-services .gform_button_select_files .icon-chevron-right, .hero-header-cta-services #edd_checkout_form_wrap #edd_show_discount .edd-apply-discount .icon-chevron-right, #edd_checkout_form_wrap #edd_show_discount .hero-header-cta-services .edd-apply-discount .icon-chevron-right, .hero-header-cta-services
    #edd_checkout_form_wrap #edd-discount-code-wrap .edd-apply-discount .icon-chevron-right,
    #edd_checkout_form_wrap #edd-discount-code-wrap .hero-header-cta-services .edd-apply-discount .icon-chevron-right, .hero-header-cta-services #edd-purchase-button .icon-chevron-right, .hero-header-cta-services #edd_purchase_receipt_products .edd_download_file_link .icon-chevron-right, #edd_purchase_receipt_products .hero-header-cta-services .edd_download_file_link .icon-chevron-right, .hero-header-cta-services .theme-reviews-content-wrapper .wpcr3_button_1 .icon-chevron-right, .theme-reviews-content-wrapper .hero-header-cta-services .wpcr3_button_1 .icon-chevron-right {
      margin: 0;
      width: 10px;
      height: 16px;
      -webkit-transform: translate(1px, 0);
          -ms-transform: translate(1px, 0);
              transform: translate(1px, 0); }

.hero-title {
  max-width: 300px;
  color: #fff;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.42;
  letter-spacing: -0.025em;
  text-align: left; }
  @media screen and (min-width: 480px) {
    .hero-title {
      font-size: 36px;
      max-width: 310px; } }
  @media screen and (min-width: 640px) {
    .hero-title {
      font-size: 42px;
      max-width: 360px; } }
  @media screen and (min-width: 1024px) {
    .hero-title {
      font-size: 46px;
      max-width: none; } }
  @media screen and (min-width: 1140px) {
    .hero-title {
      font-size: 48px; } }
  .hero-title .hero-title-platform-wrap {
    position: relative; }
    .hero-title .hero-title-platform-wrap .spacer {
      visibility: hidden;
      pointer-events: none; }
  .hero-title .hero-title-platform {
    position: absolute;
    left: 0;
    display: none;
    white-space: nowrap; }
    .hero-title .hero-title-platform.animating, .hero-title .hero-title-platform.visible {
      display: inline-block; }
    .hero-title .hero-title-platform.animating-in {
      opacity: 0;
      -webkit-transform: translateY(-55px);
          -ms-transform: translateY(-55px);
              transform: translateY(-55px);
      -webkit-transition: opacity 600ms ease-out, -webkit-transform 450ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
      transition: opacity 600ms ease-out, -webkit-transform 450ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
      transition: opacity 600ms ease-out, transform 450ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
      transition: opacity 600ms ease-out, transform 450ms cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 450ms cubic-bezier(0.175, 0.885, 0.32, 1.275); }
    .hero-title .hero-title-platform.animating-out {
      opacity: 0;
      -webkit-transform: translateY(40px);
          -ms-transform: translateY(40px);
              transform: translateY(40px);
      -webkit-transition: opacity 150ms ease-out, -webkit-transform 650ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
      transition: opacity 150ms ease-out, -webkit-transform 650ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
      transition: opacity 150ms ease-out, transform 650ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
      transition: opacity 150ms ease-out, transform 650ms cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 650ms cubic-bezier(0.175, 0.885, 0.32, 1.275); }
    .hero-title .hero-title-platform.visible {
      opacity: 1;
      -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
              transform: translateY(0); }

.hero-subtitle {
  max-width: 600px;
  padding-bottom: 1.5vw;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.444; }
  @media screen and (max-width: 1023px) {
    .hero-subtitle {
      margin: 12px auto 20px auto; } }
  @media screen and (min-width: 480px) {
    .hero-subtitle {
      font-size: 15px; } }
  @media screen and (min-width: 768px) {
    .hero-subtitle {
      font-size: 18px; } }
  @media screen and (min-width: 1024px) {
    .hero-subtitle {
      font-size: 22px; } }
  @media screen and (min-width: 1140px) {
    .hero-subtitle {
      font-size: 24px; } }

.hero-slideshow {
  position: relative;
  bottom: -3.5vw;
  z-index: 5;
  width: 100vw;
  overflow: hidden; }
  @media screen and (min-width: 768px) {
    .hero-slideshow {
      bottom: -3vw; } }
  @media screen and (min-width: 1024px) {
    .hero-slideshow {
      display: inline-block;
      vertical-align: middle;
      top: auto;
      bottom: -2.2vw;
      left: -5vw;
      width: 55vw; } }

.hero-slideshow-frame {
  position: relative;
  width: 95vw;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (max-width: 799px) {
    .hero-slideshow-frame {
      width: 115vw;
      left: -7.5vw; } }
  @media screen and (min-width: 1024px) {
    .hero-slideshow-frame {
      width: 88vw; } }
  @media screen and (min-width: 1140px) {
    .hero-slideshow-frame {
      width: 70vw; } }

.hero-slideshow-frame-image {
  width: 100%; }

.hero-slideshow-slides {
  position: absolute;
  top: 6%;
  left: 13%;
  right: 13%;
  height: 82%; }

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: pointer;
  cursor: url("wp-content/themes/pixelunion/images/cursor-chevron.cur"), pointer;
  cursor: url("images/cursor-chevron.cur") 11.5 10, url("images/cursor-chevron.png") 11.5 10, url("images/cursor-chevron.svg") 11.5 10, pointer; }

.hero-slideshow .flickity-prev-next-button {
  display: none; }
  .hero-slideshow .flickity-prev-next-button.previous {
    left: -15vw; }
  .hero-slideshow .flickity-prev-next-button.next {
    right: -15vw; }

.hero-slide {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.hero-slide-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; }

.hero-testimonial {
  position: absolute;
  top: -5%;
  left: -5%;
  z-index: 1;
  width: 110%;
  height: 110%; }

.hero-testimonial .testimonial-mini {
  position: absolute;
  top: 50%;
  left: 25%;
  width: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); }
  @media screen and (max-width: 1199px) {
    .hero-testimonial .testimonial-mini {
      left: 12.5%;
      width: 75%; } }
  @media screen and (max-width: 959px) {
    .hero-testimonial .testimonial-mini {
      left: 7.5%;
      width: 85%; } }

.hero-testimonial .testimonial-mini-avatar {
  -webkit-transition: opacity 1500ms 1500ms cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 1500ms 1500ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 1500ms 1500ms cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 1500ms 1500ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 1500ms 1500ms cubic-bezier(0.165, 0.84, 0.44, 1), opacity 1500ms 1500ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 1500ms 1500ms cubic-bezier(0.165, 0.84, 0.44, 1), opacity 1500ms 1500ms cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 1500ms 1500ms cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 0;
  -webkit-transform: translateY(10px) scale(1.05);
      -ms-transform: translateY(10px) scale(1.05);
          transform: translateY(10px) scale(1.05); }
  .hero-slide.is-selected .hero-testimonial .testimonial-mini-avatar {
    opacity: 1;
    -webkit-transform: translateY(0) scale(1);
        -ms-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1); }
  @media screen and (max-width: 739px) {
    .hero-testimonial .testimonial-mini-avatar {
      display: none; } }

.hero-testimonial .testimonial-mini-cite {
  -webkit-transition: opacity 800ms 2200ms, -webkit-transform 800ms 2200ms;
  transition: opacity 800ms 2200ms, -webkit-transform 800ms 2200ms;
  transition: transform 800ms 2200ms, opacity 800ms 2200ms;
  transition: transform 800ms 2200ms, opacity 800ms 2200ms, -webkit-transform 800ms 2200ms;
  opacity: 0; }
  .hero-slide.is-selected .hero-testimonial .testimonial-mini-cite {
    opacity: .9; }

.hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  display: none;
  background-position: center;
  background-size: cover; }
  .hero-bg.animating, .hero-bg.visible {
    display: block; }
  .hero-bg.animating-in {
    z-index: 1;
    opacity: 0;
    -webkit-transition: opacity 600ms ease-out 100ms;
    transition: opacity 600ms ease-out 100ms; }
  .hero-bg.animating-out {
    z-index: 0;
    opacity: 0;
    -webkit-transition: opacity 600ms ease 800ms;
    transition: opacity 600ms ease 800ms; }
  .hero-bg.visible {
    z-index: 1;
    opacity: 1; }

.home-hero {
  position: relative;
  width: 100vw;
  margin-top: 85px;
  margin-left: -20px; }
  @media screen and (min-width: 768px) {
    .home-hero {
      width: 100%;
      margin-top: 135px;
      margin-left: 0; } }

.home-hero-bg {
  position: relative;
  padding-bottom: 80%;
  background: url("images/home-hero.jpg");
  background-position: 50% 0;
  background-size: cover; }
  @media screen and (min-width: 480px) {
    .home-hero-bg {
      min-height: 345px;
      padding-bottom: 45%; } }
  .home-hero-bg::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0026E6;
    content: "";
    opacity: 0.7; }

.home-hero-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center; }
  .home-hero-content::before {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    content: ""; }

.home-hero-text {
  display: inline-block;
  width: 80%;
  margin: auto;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: -1px;
  color: #fff;
  text-align: center;
  vertical-align: middle; }
  @media screen and (min-width: 768px) {
    .home-hero-text {
      font-size: 40px;
      line-height: 1.5;
      letter-spacing: -0.7px; } }
  @media screen and (min-width: 1024px) {
    .home-hero-text {
      font-size: 56px;
      line-height: 1.4;
      letter-spacing: -1px; } }
  .home-hero-text span {
    background: -webkit-linear-gradient(top, transparent 0%, transparent 95%, #00E6D2 95%);
    background: linear-gradient(to bottom, transparent 0%, transparent 95%, #00E6D2 95%); }

.home-comp-row {
  display: block;
  width: 100%;
  margin-bottom: 0; }
  @media screen and (min-width: 768px) {
    .home-comp-row {
      display: table;
      width: calc(100% + 40px);
      margin-bottom: 40px;
      margin-left: -20px;
      border-collapse: separate;
      border-spacing: 20px 0; } }
  @media screen and (min-width: 1024px) {
    .home-comp-row {
      width: calc(100% + 60px);
      margin-left: -30px;
      border-spacing: 30px 0; } }
  .home-comp-row .home-comp {
    display: block;
    width: 100%; }
    @media screen and (min-width: 768px) {
      .home-comp-row .home-comp {
        display: table-cell;
        width: 50%; } }
  @media screen and (min-width: 768px) {
    .home-comp-row.home-row-of-2 .home-comp {
      width: 50%; } }
  @media screen and (min-width: 768px) {
    .home-comp-row.home-row-of-3 {
      margin-bottom: 0; } }
  @media screen and (min-width: 1024px) {
    .home-comp-row.home-row-of-3 {
      margin-bottom: 40px; } }
  .home-comp-row.home-row-of-3 .home-comp {
    display: block;
    width: 100%; }
    @media screen and (min-width: 1024px) {
      .home-comp-row.home-row-of-3 .home-comp {
        display: table-cell;
        width: 33.33%; } }

.home-comp {
  display: block;
  margin-bottom: 40px;
  vertical-align: top; }
  @media screen and (min-width: 1024px) {
    .home-comp.brand-testimonial1, .home-comp.brand-testimonial2 {
      width: 30.8%; } }
  @media screen and (min-width: 1024px) {
    .home-comp.home-showcase-shopifyplus, .home-comp.home-showcase-recentproject {
      width: 64%; } }

.home-section-title {
  display: block;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0;
  text-decoration: underline; }
  @media screen and (min-width: 1024px) {
    .home-section-title {
      margin-bottom: 25px;
      font-size: 20px;
      letter-spacing: 1px; } }

.home-group-1,
.home-group-2,
.home-group-3,
.home-group-4 {
  font-size: 0; }

.home-showcase {
  position: relative;
  max-height: none;
  padding: 25px 20px 0;
  color: #fff;
  text-align: center;
  cursor: default;
  background: #edeef4; }
  @media screen and (min-width: 1024px) {
    .home-showcase {
      padding: 40px 40px 0; } }
  .home-showcase[data-href] {
    cursor: pointer; }
    @media screen and (min-width: 1024px) {
      .home-showcase[data-href] {
        cursor: default; } }
  .home-showcase.home-showcase-is-new::before {
    position: absolute;
    top: -15.75px;
    right: -15.75px;
    width: 31.5px;
    height: 31.5px;
    background-image: url("images/new-badge.svg");
    background-size: cover;
    content: ""; }
    @media screen and (min-width: 1024px) {
      .home-showcase.home-showcase-is-new::before {
        top: -21px;
        right: -21px;
        width: 42px;
        height: 42px; } }
  .home-showcase.home-showcase-is-new::after {
    position: absolute;
    top: -11.75px;
    right: -11.75px;
    width: 31.5px;
    height: 31.5px;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    content: "New";
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg); }
  .home-showcase.home-showcase-dark {
    color: #42465f; }
  .home-showcase .home-showcase-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    .home-showcase .home-showcase-bg img {
      position: absolute;
      top: 0;
      left: 50%;
      width: 100%;
      height: auto;
      min-width: 100%;
      min-height: 100%;
      -webkit-transform: translateX(-50%) translateY(0);
          -ms-transform: translateX(-50%) translateY(0);
              transform: translateX(-50%) translateY(0); }
  .home-showcase .home-showcase-title {
    display: block;
    margin-bottom: 30px;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: -0.3px; }
    @media screen and (min-width: 1024px) {
      .home-showcase .home-showcase-title {
        font-size: 32px;
        letter-spacing: -0.2px; } }
  .home-showcase .home-showcase-subtitle {
    display: block;
    margin-bottom: 30px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.3; }
    @media screen and (min-width: 1024px) {
      .home-showcase .home-showcase-subtitle {
        font-size: 24px; } }
  .home-showcase .home-showcase-content {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0 auto; }
  .home-showcase .home-showcase-description {
    margin-bottom: 60px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0; }
    @media screen and (min-width: 768px) {
      .home-showcase .home-showcase-description {
        margin-bottom: 32px; } }
    @media screen and (min-width: 1024px) {
      .home-showcase .home-showcase-description {
        margin-bottom: 30px;
        font-size: 14px;
        line-height: 1.8;
        letter-spacing: 1px; } }
    @media screen and (min-width: 1300px) {
      .home-showcase .home-showcase-description {
        font-size: 16px; } }
  .home-showcase .home-showcase-cta {
    position: static;
    display: none;
    margin-bottom: 40px;
    color: #edeef4; }
    @media screen and (min-width: 1024px) {
      .home-showcase .home-showcase-cta {
        display: inline-block; } }
  .home-showcase .home-showcase-highlight {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden; }
    @media screen and (min-width: 1024px) {
      .home-showcase .home-showcase-highlight {
        display: none; } }
    .home-showcase .home-showcase-highlight.home-highlight-left {
      width: calc(100% + 40px);
      margin-left: -40px; }
    .home-showcase .home-showcase-highlight.home-highlight-right {
      width: calc(100% + 40px);
      margin-right: -40px; }
  .home-showcase .home-showcase-highlight-full {
    display: none; }
    @media screen and (min-width: 1024px) {
      .home-showcase .home-showcase-highlight-full {
        display: block; } }
  .home-showcase .home-highlight-image-wrapper {
    position: relative;
    padding-bottom: 50%; }
  .home-showcase .home-highlight-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto; }
    .home-showcase .home-highlight-image.has-baked-shadow {
      top: -1.5%;
      left: -2.35%; }
  .home-showcase .home-showcase-new-badge {
    position: absolute;
    top: -21px;
    right: -21px; }
    .home-showcase .home-showcase-new-badge svg {
      width: 42px;
      height: 42px; }

.home-comp.home-showcase-shopifyplus {
  background-color: #ddc757; }
  @media screen and (min-width: 1024px) {
    .home-comp.home-showcase-shopifyplus {
      text-align: left; } }
  .home-comp.home-showcase-shopifyplus .home-showcase-cta {
    color: #ddc757; }
  .home-comp.home-showcase-shopifyplus .home-showcase-title {
    position: relative;
    z-index: 15; }
    @media screen and (min-width: 1024px) {
      .home-comp.home-showcase-shopifyplus .home-showcase-title {
        width: 50%; } }
  .home-comp.home-showcase-shopifyplus .home-showcase-content {
    position: relative;
    z-index: 15; }
  .home-comp.home-showcase-shopifyplus .home-showcase-highlight {
    width: calc(100% + 40px);
    margin-left: -20px; }
    @media screen and (min-width: 1024px) {
      .home-comp.home-showcase-shopifyplus .home-showcase-highlight {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0; } }
  .home-comp.home-showcase-shopifyplus .home-highlight-image-wrapper {
    padding-bottom: 46%; }
    @media screen and (min-width: 1024px) {
      .home-comp.home-showcase-shopifyplus .home-highlight-image-wrapper {
        height: 100%;
        padding-bottom: 0; } }
  @media screen and (min-width: 1024px) {
    .home-comp.home-showcase-shopifyplus .home-highlight-image {
      right: -80px;
      left: auto;
      width: auto;
      height: 100%; } }
  @media screen and (min-width: 1140px) {
    .home-comp.home-showcase-shopifyplus .home-highlight-image {
      right: -80px; } }
  @media screen and (min-width: 1300px) {
    .home-comp.home-showcase-shopifyplus .home-highlight-image {
      right: 0; } }

.home-comp.home-showcase-ourservices,
.home-comp.home-showcase-ourthemes,
.home-comp.home-showcase-ourapp {
  padding: 28px 40px 0;
  text-align: center;
  background-color: #fff;
  border: 3px solid #edeef4; }
  @media screen and (min-width: 768px) {
    .home-comp.home-showcase-ourservices,
    .home-comp.home-showcase-ourthemes,
    .home-comp.home-showcase-ourapp {
      text-align: left; } }
  @media screen and (min-width: 1024px) {
    .home-comp.home-showcase-ourservices,
    .home-comp.home-showcase-ourthemes,
    .home-comp.home-showcase-ourapp {
      text-align: center; } }
  .home-comp.home-showcase-ourservices .home-section-title,
  .home-comp.home-showcase-ourthemes .home-section-title,
  .home-comp.home-showcase-ourapp .home-section-title {
    margin-bottom: 15px;
    letter-spacing: 1px; }
    @media screen and (min-width: 1024px) {
      .home-comp.home-showcase-ourservices .home-section-title,
      .home-comp.home-showcase-ourthemes .home-section-title,
      .home-comp.home-showcase-ourapp .home-section-title {
        margin-bottom: 10px;
        letter-spacing: 0; } }
  @media screen and (min-width: 768px) {
    .home-comp.home-showcase-ourservices .home-showcase-fg,
    .home-comp.home-showcase-ourthemes .home-showcase-fg,
    .home-comp.home-showcase-ourapp .home-showcase-fg {
      padding-top: 40px;
      padding-bottom: 27px; } }
  @media screen and (min-width: 1024px) {
    .home-comp.home-showcase-ourservices .home-showcase-fg,
    .home-comp.home-showcase-ourthemes .home-showcase-fg,
    .home-comp.home-showcase-ourapp .home-showcase-fg {
      padding-top: 0;
      padding-bottom: 0; } }
  @media screen and (min-width: 768px) {
    .home-comp.home-showcase-ourservices .home-showcase-content,
    .home-comp.home-showcase-ourthemes .home-showcase-content,
    .home-comp.home-showcase-ourapp .home-showcase-content {
      width: 42%;
      margin: 0; } }
  @media screen and (min-width: 1024px) {
    .home-comp.home-showcase-ourservices .home-showcase-content,
    .home-comp.home-showcase-ourthemes .home-showcase-content,
    .home-comp.home-showcase-ourapp .home-showcase-content {
      width: 100%; } }
  .home-comp.home-showcase-ourservices .home-showcase-description,
  .home-comp.home-showcase-ourthemes .home-showcase-description,
  .home-comp.home-showcase-ourapp .home-showcase-description {
    margin-top: 0;
    letter-spacing: 0; }
  @media screen and (min-width: 768px) {
    .home-comp.home-showcase-ourservices .home-showcase-highlight,
    .home-comp.home-showcase-ourthemes .home-showcase-highlight,
    .home-comp.home-showcase-ourapp .home-showcase-highlight {
      position: absolute;
      top: 30px;
      right: 0;
      bottom: 0;
      width: calc(50% + 40px); } }
  @media screen and (min-width: 1024px) {
    .home-comp.home-showcase-ourservices .home-showcase-highlight,
    .home-comp.home-showcase-ourthemes .home-showcase-highlight,
    .home-comp.home-showcase-ourapp .home-showcase-highlight {
      position: relative;
      top: auto;
      right: auto;
      left: -20px;
      width: calc(100% + 40px); } }
  .home-comp.home-showcase-ourservices .home-highlight-image-wrapper,
  .home-comp.home-showcase-ourthemes .home-highlight-image-wrapper,
  .home-comp.home-showcase-ourapp .home-highlight-image-wrapper {
    padding-bottom: 55%; }
  .home-comp.home-showcase-ourservices .home-showcase-cta,
  .home-comp.home-showcase-ourthemes .home-showcase-cta,
  .home-comp.home-showcase-ourapp .home-showcase-cta {
    color: #fff;
    background-color: #04dbc0; }

.home-comp.home-showcase-whatwedo {
  padding: 20px 20px 10px;
  overflow: visible;
  text-align: left;
  background-color: transparent; }
  @media screen and (min-width: 768px) {
    .home-comp.home-showcase-whatwedo {
      padding: 60px 50px; } }
  @media screen and (min-width: 1300px) {
    .home-comp.home-showcase-whatwedo {
      padding: 70px 60px; } }
  .home-comp.home-showcase-whatwedo::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-color: #edeef4;
    content: ""; }
    @media screen and (min-width: 768px) {
      .home-comp.home-showcase-whatwedo::before {
        width: 91%; } }
  .home-comp.home-showcase-whatwedo .home-showcase-title,
  .home-comp.home-showcase-whatwedo .home-showcase-content {
    margin-left: 0; }
    @media screen and (min-width: 768px) {
      .home-comp.home-showcase-whatwedo .home-showcase-title,
      .home-comp.home-showcase-whatwedo .home-showcase-content {
        width: 70%; } }
    @media screen and (min-width: 1024px) {
      .home-comp.home-showcase-whatwedo .home-showcase-title,
      .home-comp.home-showcase-whatwedo .home-showcase-content {
        width: 46%; } }
  .home-comp.home-showcase-whatwedo .home-showcase-title {
    letter-spacing: -1px; }
  .home-comp.home-showcase-whatwedo .home-showcase-description {
    margin-top: 30px;
    letter-spacing: -0.7px; }
  .home-comp.home-showcase-whatwedo .home-showcase-highlight {
    position: relative;
    right: -20px;
    bottom: -10px;
    width: 40%;
    margin-left: auto; }
    @media screen and (min-width: 768px) {
      .home-comp.home-showcase-whatwedo .home-showcase-highlight {
        position: absolute;
        right: 0;
        bottom: 0;
        width: 36%; } }
    @media screen and (min-width: 1024px) {
      .home-comp.home-showcase-whatwedo .home-showcase-highlight {
        width: 43%; } }
    @media screen and (min-width: 1300px) {
      .home-comp.home-showcase-whatwedo .home-showcase-highlight {
        width: 43%; } }
  .home-comp.home-showcase-whatwedo .home-highlight-image-wrapper {
    padding-bottom: 75%; }

.home-comp.home-showcase-recentproject {
  text-align: left; }
  @media screen and (min-width: 1024px) {
    .home-comp.home-showcase-recentproject .home-showcase-title {
      width: 65%; } }
  @media screen and (min-width: 1140px) {
    .home-comp.home-showcase-recentproject .home-showcase-title {
      width: 50%; } }
  .home-comp.home-showcase-recentproject .home-showcase-highlight {
    width: calc(100% + 20px);
    margin-right: -20px; }
    @media screen and (min-width: 1024px) {
      .home-comp.home-showcase-recentproject .home-showcase-highlight {
        position: absolute;
        top: 40px;
        bottom: 0;
        left: 66%;
        width: 34%; } }
    @media screen and (min-width: 1140px) {
      .home-comp.home-showcase-recentproject .home-showcase-highlight {
        left: 50.9%;
        width: 49.1%; } }
  .home-comp.home-showcase-recentproject .home-highlight-image-wrapper {
    width: 150%;
    padding-bottom: 60%; }
    @media screen and (min-width: 1024px) {
      .home-comp.home-showcase-recentproject .home-highlight-image-wrapper {
        width: 300%; } }
    @media screen and (min-width: 1140px) {
      .home-comp.home-showcase-recentproject .home-highlight-image-wrapper {
        width: 200%; } }

.brand-testimonial1 .testimonial-brand {
  background-color: #09ddc2; }

.brand-testimonial2 .testimonial-brand {
  background-color: #162fe9; }

.brand-testimonial1 .testimonial-brand-quote,
.brand-testimonial2 .testimonial-brand-quote, .brand-testimonial1
.testimonial-brand-person,
.brand-testimonial2
.testimonial-brand-person, .brand-testimonial1
.testimonial-brand-title,
.brand-testimonial2
.testimonial-brand-title {
  color: #fff; }

.brand-testimonial1 .testimonial-brand-cite::before,
.brand-testimonial2 .testimonial-brand-cite::before {
  color: #fff; }

.pixelunion-metabox-attachment-preview {
  cursor: pointer;
  text-align: center; }
  .pixelunion-metabox-attachment-preview img {
    max-width: 100%;
    height: auto;
    margin-bottom: 5px; }

.pixelunion-metabox-attachment-filename {
  font-size: 14px; }

.pixelunion-metabox-attachment-filesize {
  color: #666;
  font-family: monospace;
  font-size: 13px; }

.pixelunion-metabox-attachment-set-button,
.pixelunion-metabox-attachment-remove-button {
  text-decoration: underline;
  cursor: pointer; }

.pixelunion-metabox-attachment-remove-button {
  display: none; }

.pixelunion-metabox-attachment.has-attachment .pixelunion-metabox-attachment-preview {
  margin-bottom: 5px;
  padding: 10px;
  border: 1px solid #eee; }

.pixelunion-metabox-attachment.has-attachment .pixelunion-metabox-attachment-set-button {
  display: none; }

.pixelunion-metabox-attachment.has-attachment .pixelunion-metabox-attachment-remove-button {
  display: inline; }

.pixelunion-metabox-image {
  display: inline-block;
  padding: 20px 10px; }

.pixelunion-metabox-image-preview {
  cursor: pointer; }
  .pixelunion-metabox-image-preview img {
    max-width: 100%;
    height: auto;
    margin-bottom: 5px;
    padding: 5px;
    border: 1px solid #eee;
    box-sizing: border-box; }

.pixelunion-metabox-image-set-button,
.pixelunion-metabox-image-remove-button {
  text-decoration: underline;
  cursor: pointer; }

.pixelunion-metabox-image-remove-button {
  display: none; }

.pixelunion-metabox-image.has-image .pixelunion-metabox-image-set-button {
  display: none; }

.pixelunion-metabox-image.has-image .pixelunion-metabox-image-remove-button {
  display: inline; }

.pixelunion-metabox-text-title {
  margin-bottom: 20px; }

.pixelunion-metabox-text-value.large {
  width: 100%;
  font-size: 20px; }

.pixelunion-metabox-text-value.long {
  width: 100%;
  max-width: 100%;
  min-height: 120px; }

.navbar {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 100;
  display: table;
  width: 100%;
  height: 65px;
  padding: 0 20px;
  margin: 10px 0;
  color: #181920;
  box-shadow: 0 1px 1px transparent; }
  @media screen and (min-width: 768px) {
    .navbar {
      padding: 0 40px;
      margin: 35px 0; } }
  @media screen and (min-width: 1024px) {
    .navbar {
      padding: 0 40px; } }
  @media screen and (min-width: 1140px) {
    .navbar {
      padding: 0 80px; } }
  .navbar.sticky {
    position: fixed;
    margin: 0;
    background-color: #fff;
    color: #181920;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.06), 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    -webkit-transform: translateY(calc(-100% - 1px));
        -ms-transform: translateY(calc(-100% - 1px));
            transform: translateY(calc(-100% - 1px)); }
    .navbar.sticky.animate {
      -webkit-transition: color 0.2s ease-out, -webkit-transform 0.2s ease-out;
      transition: color 0.2s ease-out, -webkit-transform 0.2s ease-out;
      transition: transform 0.2s ease-out, color 0.2s ease-out;
      transition: transform 0.2s ease-out, color 0.2s ease-out, -webkit-transform 0.2s ease-out; }
    .navbar.sticky.show {
      -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
              transform: translateY(0); }
  .navbar.show-menu {
    position: fixed;
    display: block;
    height: 100%;
    margin: 0;
    overflow: auto;
    color: #181920;
    background-color: #fff; }
  .header-dark .navbar:not(.sticky) {
    color: #fff; }
  .navbar .header-dark .sticky {
    color: #181920; }

.navbar-title {
  display: table-cell;
  margin: 0;
  font-size: 0;
  vertical-align: middle;
  width: 75%; }
  @media screen and (min-width: 768px) {
    .navbar-title {
      width: 37%; } }
  .show-menu .navbar-title {
    display: none; }
  .navbar-title a {
    display: inline-block;
    width: 40px;
    height: 40px;
    overflow: hidden;
    vertical-align: middle; }
  .navbar-title .icon-logo {
    width: 100%;
    height: 100%;
    fill: #181920; }
    .header-dark :not(.sticky) .navbar-title .icon-logo,
    .show-menu .navbar-title .icon-logo {
      fill: #fff; }
  .navbar-title .partner-icon-logo-wrapper {
    position: relative;
    display: inline-block;
    height: 26px;
    max-width: 115px;
    margin-left: 26px;
    vertical-align: middle; }
    @media screen and (min-width: 768px) {
      .navbar-title .partner-icon-logo-wrapper {
        height: 37px;
        max-width: 164px;
        margin-left: 43px; } }
    .navbar-title .partner-icon-logo-wrapper::before {
      position: absolute;
      top: 25%;
      left: -13px;
      display: block;
      width: 1px;
      height: 50%;
      border-right: 2px solid #181920;
      content: ""; }
      @media screen and (min-width: 768px) {
        .navbar-title .partner-icon-logo-wrapper::before {
          left: -23px; } }
      .header-dark :not(.sticky) .navbar-title .partner-icon-logo-wrapper::before,
      .show-menu .navbar-title .partner-icon-logo-wrapper::before {
        border-right: 2px solid #fff;
        opacity: 0.2; }
  .navbar-title .partner-icon-logo {
    width: auto;
    height: 100%;
    max-width: 115px;
    fill: #181920; }
    @media screen and (min-width: 768px) {
      .navbar-title .partner-icon-logo {
        max-width: 164px; } }
    .header-dark :not(.sticky) .navbar-title .partner-icon-logo,
    .show-menu .navbar-title .partner-icon-logo {
      fill: #fff; }

.navbar-menu {
  margin: 0;
  padding: 0 0 30px;
  list-style: none;
  font-size: 20px;
  font-weight: 700;
  line-height: 2.1;
  color: #181920;
  text-align: center;
  list-style: none; }
  @media screen and (min-width: 768px) {
    .navbar-menu {
      font-size: 16px;
      font-weight: 400;
      color: inherit; } }
  @media screen and (max-width: 767px) {
    .navbar-menu {
      display: none; } }
  @media screen and (min-width: 768px) {
    .navbar-menu {
      display: table-cell;
      position: relative;
      right: -12px;
      padding: 0;
      text-align: right;
      vertical-align: middle; } }
  .show-menu .navbar-menu {
    display: block; }
  @media screen and (max-width: 767px) {
    .navbar-menu li {
      opacity: 0;
      -webkit-transform: translateX(-20px);
          -ms-transform: translateX(-20px);
              transform: translateX(-20px);
      -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
      transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
      transition: opacity 0.3s ease, transform 0.3s ease;
      transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease; } }
  @media screen and (min-width: 768px) {
    .navbar-menu li {
      display: inline-block; } }
  @media screen and (max-width: 767px) {
    .navbar-menu li.show {
      opacity: 1;
      -webkit-transform: translateX(0);
          -ms-transform: translateX(0);
              transform: translateX(0); } }
  @media screen and (min-width: 768px) {
    .navbar-menu li:nth-last-child(2) {
      padding: 10px 12px; } }
  .navbar-menu li:nth-last-child(2) a {
    display: inline-block;
    padding: 0;
    font-weight: 500;
    line-height: 20px;
    border-bottom: 2px solid #04dbc0; }
    @media screen and (min-width: 768px) {
      .header-dark :not(.sticky) .navbar-menu li:nth-last-child(2) a {
        border-bottom: 2px solid #fff; } }
  .navbar-menu a {
    display: block;
    font-size: 18px;
    font-weight: 400;
    line-height: 2.2;
    color: #181920;
    border-color: #181920;
    -webkit-transition: opacity 0.2s cubic-bezier(0.77, 0.02, 0.125, 0.99);
    transition: opacity 0.2s cubic-bezier(0.77, 0.02, 0.125, 0.99); }
    @media screen and (min-width: 768px) {
      .navbar-menu a {
        font-size: 16px;
        line-height: 1; } }
    .header-dark .navbar-menu a {
      color: #fff;
      border-color: #fff; }
    .header-dark .sticky .navbar-menu a {
      color: #181920; }
    .show-menu .navbar-menu a {
      color: #181920; }
    @media screen and (min-width: 768px) {
      .navbar-menu a {
        padding: 10px 12px; } }
  .navbar-menu .parent {
    position: relative; }
    .navbar-menu .parent > a {
      cursor: pointer;
      position: relative;
      z-index: 1001; }
      @media screen and (max-width: 767px) {
        .navbar-menu .parent > a {
          display: none; } }
    @media screen and (min-width: 768px) {
      .navbar-menu .parent:hover > ul {
        visibility: visible;
        opacity: 1;
        -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
                transform: translateY(0); } }
  .navbar-menu .checkout-link {
    position: relative;
    display: none;
    padding: 0; }
    .navbar-menu .checkout-link.animating {
      display: block;
      max-width: 0;
      -webkit-transform: scale(0);
          -ms-transform: scale(0);
              transform: scale(0);
      -webkit-transition: all 0.25s ease-in-out;
      transition: all 0.25s ease-in-out; }
    .navbar-menu .checkout-link.visible {
      -webkit-transform: scale(1);
          -ms-transform: scale(1);
              transform: scale(1);
      max-width: 64px;
      display: block; }
      @media screen and (min-width: 768px) {
        .navbar-menu .checkout-link.visible {
          padding: 10px 13px; } }
    .navbar-menu .checkout-link .icon-cart {
      width: 24px;
      height: 19px;
      -webkit-transform: translateY(3px);
          -ms-transform: translateY(3px);
              transform: translateY(3px);
      fill: currentColor; }
    .navbar-menu .checkout-link .edd-cart-quantity {
      position: absolute;
      top: 10px;
      left: 16px;
      display: block;
      width: 17px;
      height: 17px;
      background-color: #17C2AA;
      border-radius: 50%;
      text-align: center;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      color: #fff;
      font-size: 11px;
      font-weight: 500;
      line-height: 18px;
      -webkit-transition: -webkit-transform 0.25s ease-in-out;
      transition: -webkit-transform 0.25s ease-in-out;
      transition: transform 0.25s ease-in-out;
      transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out; }
      @media screen and (min-width: 768px) {
        .navbar-menu .checkout-link .edd-cart-quantity {
          top: 4px;
          right: 8px;
          left: auto; } }
      .navbar-menu .checkout-link .edd-cart-quantity:empty {
        -webkit-transform: scale(0);
            -ms-transform: scale(0);
                transform: scale(0); }

.navbar-menu-toggle-wrapper {
  display: table-cell;
  width: 50%;
  vertical-align: middle;
  text-align: right; }
  @media screen and (min-width: 768px) {
    .navbar-menu-toggle-wrapper {
      display: none;
      margin-top: 0; } }
  .show-menu .navbar-menu-toggle-wrapper {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 1;
    display: block; }

.navbar-menu-toggle {
  padding: 0;
  line-height: 24px;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  .show-menu .navbar-menu-toggle {
    top: 18px; }
  .navbar-menu-toggle:focus {
    outline: none; }
  .navbar-menu-toggle .navbar-open {
    font-size: 18px;
    font-weight: 500;
    color: #181920;
    border-bottom: 2px solid #04dbc0; }
    .header-dark .navbar-menu-toggle .navbar-open {
      color: #fff;
      border-bottom: 2px solid #fff; }
    .show-menu .navbar-menu-toggle .navbar-open {
      display: none; }
  .navbar-menu-toggle .navbar-close {
    display: none;
    width: 20px;
    height: 20px;
    fill: #3F4254; }
    .show-menu .navbar-menu-toggle .navbar-close {
      display: block; }

.navbar-header-wrapper {
  position: relative;
  display: none;
  margin-bottom: 30px;
  padding: 50px 10px 0 10px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  text-align: center; }
  .show-menu .navbar-header-wrapper {
    display: block; }

.scroll-lock,
.scroll-lock body {
  height: 100%;
  overflow: hidden; }

.navbar-logo-wrapper {
  margin-bottom: 15px;
  line-height: 29px;
  text-align: center; }
  .navbar-logo-wrapper .icon-logo {
    display: block;
    width: 48px;
    height: 48px;
    margin: 0 auto 18px;
    vertical-align: middle;
    fill: #181920; }

.navbar-header-title {
  vertical-align: middle;
  font-size: 24px;
  font-weight: 900;
  color: #181920; }

.navbar-cta {
  margin-top: 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  color: #181920; }

.navbar-terms {
  position: relative;
  padding-bottom: 52px;
  margin-bottom: 35px;
  font-size: 12px;
  font-weight: 400;
  color: #181920;
  line-height: 1.7; }
  .navbar-terms::after {
    position: absolute;
    left: 46%;
    bottom: 0;
    width: 8%;
    height: 2px;
    content: "";
    background-color: #181920; }
  .navbar-terms a {
    color: inherit; }
    .navbar-terms a:hover {
      text-decoration: none; }

.newsletter {
  padding: 35px 40px;
  margin-top: 90px;
  margin-bottom: 90px;
  background-color: #f2f2f7; }
  @media screen and (min-width: 768px) {
    .newsletter {
      padding: 35px 40px; } }
  .newsletter .mc4wp-form {
    display: block;
    width: 100%;
    margin: 0; }
    @media screen and (min-width: 768px) {
      .newsletter .mc4wp-form {
        display: table; } }
    .newsletter .mc4wp-form p {
      display: block;
      width: 100%;
      vertical-align: middle; }
      .newsletter .mc4wp-form p:first-of-type {
        margin-top: 0; }
      .newsletter .mc4wp-form p:last-of-type {
        margin-bottom: 0; }
      @media screen and (min-width: 768px) {
        .newsletter .mc4wp-form p {
          display: table-cell;
          width: 40%;
          padding: 6px; }
          .newsletter .mc4wp-form p:first-child {
            padding-left: 0; }
          .newsletter .mc4wp-form p:last-child {
            width: 20%; } }
    @media screen and (min-width: 768px) {
      .newsletter .mc4wp-form .btn, .newsletter .mc4wp-form .page-template-application-form .gform_button_select_files, .page-template-application-form .newsletter .mc4wp-form .gform_button_select_files, .newsletter .mc4wp-form #edd_checkout_form_wrap #edd_show_discount .edd-apply-discount, #edd_checkout_form_wrap #edd_show_discount .newsletter .mc4wp-form .edd-apply-discount, .newsletter .mc4wp-form
      #edd_checkout_form_wrap #edd-discount-code-wrap .edd-apply-discount,
      #edd_checkout_form_wrap #edd-discount-code-wrap .newsletter .mc4wp-form .edd-apply-discount, .newsletter .mc4wp-form #edd-purchase-button, .newsletter .mc4wp-form #edd_purchase_receipt_products .edd_download_file_link, #edd_purchase_receipt_products .newsletter .mc4wp-form .edd_download_file_link, .newsletter .mc4wp-form .theme-reviews-content-wrapper .wpcr3_button_1, .theme-reviews-content-wrapper .newsletter .mc4wp-form .wpcr3_button_1 {
        width: 100%; } }
    .newsletter .mc4wp-form input:not(.btn):not(.page-template-application-form .gform_button_select_files):not(#edd_checkout_form_wrap #edd_show_discount .edd-apply-discount):not(
    #edd_checkout_form_wrap #edd-discount-code-wrap .edd-apply-discount):not(#edd-purchase-button):not(#edd_purchase_receipt_products .edd_download_file_link):not(.theme-reviews-content-wrapper .wpcr3_button_1) {
      color: #3f4254;
      border-radius: 0; }
      .newsletter .mc4wp-form input:not(.btn):not(.page-template-application-form .gform_button_select_files):not(#edd_checkout_form_wrap #edd_show_discount .edd-apply-discount):not(
      #edd_checkout_form_wrap #edd-discount-code-wrap .edd-apply-discount):not(#edd-purchase-button):not(#edd_purchase_receipt_products .edd_download_file_link):not(.theme-reviews-content-wrapper .wpcr3_button_1)::-webkit-input-placeholder {
        color: #a9acb3; }
      .newsletter .mc4wp-form input:not(.btn):not(.page-template-application-form .gform_button_select_files):not(#edd_checkout_form_wrap #edd_show_discount .edd-apply-discount):not(
      #edd_checkout_form_wrap #edd-discount-code-wrap .edd-apply-discount):not(#edd-purchase-button):not(#edd_purchase_receipt_products .edd_download_file_link):not(.theme-reviews-content-wrapper .wpcr3_button_1)::-moz-placeholder {
        color: #a9acb3; }
      .newsletter .mc4wp-form input:not(.btn):not(.page-template-application-form .gform_button_select_files):not(#edd_checkout_form_wrap #edd_show_discount .edd-apply-discount):not(
      #edd_checkout_form_wrap #edd-discount-code-wrap .edd-apply-discount):not(#edd-purchase-button):not(#edd_purchase_receipt_products .edd_download_file_link):not(.theme-reviews-content-wrapper .wpcr3_button_1):-ms-input-placeholder {
        color: #a9acb3; }
      .newsletter .mc4wp-form input:not(.btn):not(.page-template-application-form .gform_button_select_files):not(#edd_checkout_form_wrap #edd_show_discount .edd-apply-discount):not(
      #edd_checkout_form_wrap #edd-discount-code-wrap .edd-apply-discount):not(#edd-purchase-button):not(#edd_purchase_receipt_products .edd_download_file_link):not(.theme-reviews-content-wrapper .wpcr3_button_1)::placeholder {
        color: #a9acb3; }

.newsletter-title {
  margin-top: 0;
  margin-bottom: 20px; }

.newentry, .page-404, .discounts-page {
  margin-bottom: 18px; }
  @media screen and (min-width: 768px) {
    .newentry, .page-404, .discounts-page {
      margin-bottom: 35px; } }
  @media screen and (min-width: 1024px) {
    .newentry, .page-404, .discounts-page {
      margin-bottom: 75px; } }
  @media screen and (min-width: 1140px) {
    .newentry, .page-404, .discounts-page {
      margin-bottom: 150px; } }

.page-header {
  margin-top: 105px;
  margin-bottom: 70px; }
  @media screen and (min-width: 768px) {
    .page-header {
      margin-top: 160px;
      margin-bottom: 110px; } }

.page-header-title {
  max-width: 850px;
  margin: 0 auto 18px;
  font-size: 26px;
  line-height: 1.3;
  letter-spacing: -0.6px;
  text-align: center; }
  @media screen and (min-width: 480px) {
    .page-header-title {
      font-size: 30px; } }
  @media screen and (min-width: 768px) {
    .page-header-title {
      font-size: 35px;
      line-height: 1.1;
      letter-spacing: -0.5px; } }
  @media screen and (min-width: 1024px) {
    .page-header-title {
      font-size: 40px; } }
  @media screen and (min-width: 1140px) {
    .page-header-title {
      font-size: 48px; } }

.page-header-subtitle {
  max-width: 700px;
  margin: 0 auto;
  font-size: 20px;
  line-height: 28px;
  text-align: center; }
  @media screen and (min-width: 768px) {
    .page-header-subtitle {
      font-size: 28px;
      line-height: 40px; } }

.page-header-cta {
  width: 100%;
  margin-top: 25px;
  text-align: center; }

.page-header-btn {
  padding: 0 24px;
  font-size: 16px;
  line-height: 2.4em; }
  @media screen and (min-width: 768px) {
    .page-header-btn {
      font-size: 20px; } }
  .page-header-btn img {
    position: relative;
    top: 6.5px;
    right: 6.5px;
    width: 25px;
    height: 25px; }
    @media screen and (min-width: 768px) {
      .page-header-btn img {
        top: 4.5px;
        right: 4.5px; } }

.page-header-image {
  position: relative;
  z-index: 1;
  display: block;
  width: calc(100% + 5px);
  height: auto;
  margin-top: 100px;
  margin-left: -2.5px; }
  @media screen and (min-width: 480px) {
    .page-header-image {
      width: calc(100% + 10px);
      margin-left: -5px; } }
  @media screen and (min-width: 768px) {
    .page-header-image {
      width: calc(100% + 20px);
      margin-left: -10px; } }
  @media screen and (min-width: 1024px) {
    .page-header-image {
      width: calc(100% + 40px);
      margin-left: -20px; } }
  @media screen and (min-width: 1140px) {
    .page-header-image {
      width: calc(100% + 80px);
      margin-left: -40px; } }

.team {
  margin-top: 8%;
  margin-bottom: 13%; }

.team-header-title {
  margin-bottom: 4%;
  font-size: 32px;
  font-weight: 700;
  text-align: center; }

.team-people {
  width: 100%; }

.team-people-sizer,
.team-person {
  width: calc(20% - 2.8%); }
  @media screen and (max-width: 767px) {
    .team-people-sizer,
    .team-person {
      width: calc(33.33% - 2.8%); } }
  @media screen and (max-width: 479px) {
    .team-people-sizer,
    .team-person {
      width: 100%; } }

.team-person {
  margin-bottom: 38px; }

.team-people-gutter-sizer {
  width: 2.8%; }

.team-person-image img {
  display: block;
  width: 100%;
  height: auto; }

.team-person-name {
  margin-top: 38px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3; }
  @media screen and (max-width: 767px) {
    .team-person-name {
      margin-top: 12px; } }

.team-person-title {
  margin-top: 4px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3; }

.screenshot {
  position: relative; }

.screenshot-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 4;
  opacity: 0; }

.screenshot-btn-group {
  position: absolute;
  top: 47%;
  left: 0;
  right: 0;
  z-index: 5;
  display: block;
  text-align: center;
  opacity: 0;
  -webkit-transform: translateY(-30%);
      -ms-transform: translateY(-30%);
          transform: translateY(-30%);
  -webkit-transition: opacity 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.25s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .screenshot:hover .screenshot-btn-group {
    opacity: 1;
    -webkit-transform: translateY(-50%) scale(1);
        -ms-transform: translateY(-50%) scale(1);
            transform: translateY(-50%) scale(1); }
  .screenshot-btn-group .btn ~ .btn, .screenshot-btn-group .page-template-application-form .gform_button_select_files ~ .btn, .page-template-application-form .screenshot-btn-group .gform_button_select_files ~ .btn, .screenshot-btn-group #edd_checkout_form_wrap #edd_show_discount .edd-apply-discount ~ .btn, #edd_checkout_form_wrap #edd_show_discount .screenshot-btn-group .edd-apply-discount ~ .btn, .screenshot-btn-group
  #edd_checkout_form_wrap #edd-discount-code-wrap .edd-apply-discount ~ .btn,
  #edd_checkout_form_wrap #edd-discount-code-wrap .screenshot-btn-group .edd-apply-discount ~ .btn, .screenshot-btn-group #edd-purchase-button ~ .btn, .screenshot-btn-group #edd_purchase_receipt_products .edd_download_file_link ~ .btn, #edd_purchase_receipt_products .screenshot-btn-group .edd_download_file_link ~ .btn, .screenshot-btn-group .theme-reviews-content-wrapper .wpcr3_button_1 ~ .btn, .theme-reviews-content-wrapper .screenshot-btn-group .wpcr3_button_1 ~ .btn, .screenshot-btn-group .page-template-application-form .btn ~ .gform_button_select_files, .page-template-application-form .screenshot-btn-group .btn ~ .gform_button_select_files, .screenshot-btn-group .page-template-application-form .gform_button_select_files ~ .gform_button_select_files, .page-template-application-form .screenshot-btn-group .gform_button_select_files ~ .gform_button_select_files, .screenshot-btn-group #edd_checkout_form_wrap #edd_show_discount .page-template-application-form .edd-apply-discount ~ .gform_button_select_files, .page-template-application-form .screenshot-btn-group #edd_checkout_form_wrap #edd_show_discount .edd-apply-discount ~ .gform_button_select_files, #edd_checkout_form_wrap #edd_show_discount .screenshot-btn-group .page-template-application-form .edd-apply-discount ~ .gform_button_select_files, .page-template-application-form #edd_checkout_form_wrap #edd_show_discount .screenshot-btn-group .edd-apply-discount ~ .gform_button_select_files, .screenshot-btn-group
  #edd_checkout_form_wrap #edd-discount-code-wrap .page-template-application-form .edd-apply-discount ~ .gform_button_select_files, .page-template-application-form .screenshot-btn-group
  #edd_checkout_form_wrap #edd-discount-code-wrap .edd-apply-discount ~ .gform_button_select_files,
  #edd_checkout_form_wrap #edd-discount-code-wrap .screenshot-btn-group .page-template-application-form .edd-apply-discount ~ .gform_button_select_files, .page-template-application-form
  #edd_checkout_form_wrap #edd-discount-code-wrap .screenshot-btn-group .edd-apply-discount ~ .gform_button_select_files, .screenshot-btn-group .page-template-application-form #edd-purchase-button ~ .gform_button_select_files, .page-template-application-form .screenshot-btn-group #edd-purchase-button ~ .gform_button_select_files, .screenshot-btn-group #edd_purchase_receipt_products .page-template-application-form .edd_download_file_link ~ .gform_button_select_files, .page-template-application-form .screenshot-btn-group #edd_purchase_receipt_products .edd_download_file_link ~ .gform_button_select_files, #edd_purchase_receipt_products .screenshot-btn-group .page-template-application-form .edd_download_file_link ~ .gform_button_select_files, .page-template-application-form #edd_purchase_receipt_products .screenshot-btn-group .edd_download_file_link ~ .gform_button_select_files, .screenshot-btn-group .theme-reviews-content-wrapper .page-template-application-form .wpcr3_button_1 ~ .gform_button_select_files, .page-template-application-form .screenshot-btn-group .theme-reviews-content-wrapper .wpcr3_button_1 ~ .gform_button_select_files, .theme-reviews-content-wrapper .screenshot-btn-group .page-template-application-form .wpcr3_button_1 ~ .gform_button_select_files, .page-template-application-form .theme-reviews-content-wrapper .screenshot-btn-group .wpcr3_button_1 ~ .gform_button_select_files, .screenshot-btn-group #edd_checkout_form_wrap #edd_show_discount .btn ~ .edd-apply-discount, #edd_checkout_form_wrap #edd_show_discount .screenshot-btn-group .btn ~ .edd-apply-discount, .screenshot-btn-group .page-template-application-form #edd_checkout_form_wrap #edd_show_discount .gform_button_select_files ~ .edd-apply-discount, #edd_checkout_form_wrap #edd_show_discount .screenshot-btn-group .page-template-application-form .gform_button_select_files ~ .edd-apply-discount, .page-template-application-form .screenshot-btn-group #edd_checkout_form_wrap #edd_show_discount .gform_button_select_files ~ .edd-apply-discount, #edd_checkout_form_wrap #edd_show_discount .page-template-application-form .screenshot-btn-group .gform_button_select_files ~ .edd-apply-discount, .screenshot-btn-group #edd_checkout_form_wrap #edd_show_discount .edd-apply-discount ~ .edd-apply-discount, #edd_checkout_form_wrap #edd_show_discount .screenshot-btn-group .edd-apply-discount ~ .edd-apply-discount, #edd_checkout_form_wrap #edd-discount-code-wrap .screenshot-btn-group #edd_show_discount .edd-apply-discount ~ .edd-apply-discount, .screenshot-btn-group #edd_checkout_form_wrap #edd_show_discount #edd-purchase-button ~ .edd-apply-discount, #edd_checkout_form_wrap #edd_show_discount .screenshot-btn-group #edd-purchase-button ~ .edd-apply-discount, .screenshot-btn-group #edd_purchase_receipt_products #edd_checkout_form_wrap #edd_show_discount .edd_download_file_link ~ .edd-apply-discount, #edd_checkout_form_wrap #edd_show_discount .screenshot-btn-group #edd_purchase_receipt_products .edd_download_file_link ~ .edd-apply-discount, #edd_purchase_receipt_products .screenshot-btn-group #edd_checkout_form_wrap #edd_show_discount .edd_download_file_link ~ .edd-apply-discount, #edd_checkout_form_wrap #edd_show_discount #edd_purchase_receipt_products .screenshot-btn-group .edd_download_file_link ~ .edd-apply-discount, .screenshot-btn-group .theme-reviews-content-wrapper #edd_checkout_form_wrap #edd_show_discount .wpcr3_button_1 ~ .edd-apply-discount, #edd_checkout_form_wrap #edd_show_discount .screenshot-btn-group .theme-reviews-content-wrapper .wpcr3_button_1 ~ .edd-apply-discount, .theme-reviews-content-wrapper .screenshot-btn-group #edd_checkout_form_wrap #edd_show_discount .wpcr3_button_1 ~ .edd-apply-discount, #edd_checkout_form_wrap #edd_show_discount .theme-reviews-content-wrapper .screenshot-btn-group .wpcr3_button_1 ~ .edd-apply-discount, .screenshot-btn-group
  #edd_checkout_form_wrap #edd-discount-code-wrap .btn ~ .edd-apply-discount,
  #edd_checkout_form_wrap #edd-discount-code-wrap .screenshot-btn-group .btn ~ .edd-apply-discount, .screenshot-btn-group .page-template-application-form
  #edd_checkout_form_wrap #edd-discount-code-wrap .gform_button_select_files ~ .edd-apply-discount,
  #edd_checkout_form_wrap #edd-discount-code-wrap .screenshot-btn-group .page-template-application-form .gform_button_select_files ~ .edd-apply-discount, .page-template-application-form .screenshot-btn-group
  #edd_checkout_form_wrap #edd-discount-code-wrap .gform_button_select_files ~ .edd-apply-discount,
  #edd_checkout_form_wrap #edd-discount-code-wrap .page-template-application-form .screenshot-btn-group .gform_button_select_files ~ .edd-apply-discount, #edd_checkout_form_wrap #edd_show_discount .screenshot-btn-group #edd-discount-code-wrap .edd-apply-discount ~ .edd-apply-discount, .screenshot-btn-group #edd_checkout_form_wrap #edd-discount-code-wrap .edd-apply-discount ~ .edd-apply-discount, #edd_checkout_form_wrap #edd-discount-code-wrap .screenshot-btn-group .edd-apply-discount ~ .edd-apply-discount, .screenshot-btn-group
  #edd_checkout_form_wrap #edd-discount-code-wrap #edd-purchase-button ~ .edd-apply-discount,
  #edd_checkout_form_wrap #edd-discount-code-wrap .screenshot-btn-group #edd-purchase-button ~ .edd-apply-discount, .screenshot-btn-group #edd_purchase_receipt_products
  #edd_checkout_form_wrap #edd-discount-code-wrap .edd_download_file_link ~ .edd-apply-discount,
  #edd_checkout_form_wrap #edd-discount-code-wrap .screenshot-btn-group #edd_purchase_receipt_products .edd_download_file_link ~ .edd-apply-discount, #edd_purchase_receipt_products .screenshot-btn-group
  #edd_checkout_form_wrap #edd-discount-code-wrap .edd_download_file_link ~ .edd-apply-discount,
  #edd_checkout_form_wrap #edd-discount-code-wrap #edd_purchase_receipt_products .screenshot-btn-group .edd_download_file_link ~ .edd-apply-discount, .screenshot-btn-group .theme-reviews-content-wrapper
  #edd_checkout_form_wrap #edd-discount-code-wrap .wpcr3_button_1 ~ .edd-apply-discount,
  #edd_checkout_form_wrap #edd-discount-code-wrap .screenshot-btn-group .theme-reviews-content-wrapper .wpcr3_button_1 ~ .edd-apply-discount, .theme-reviews-content-wrapper .screenshot-btn-group
  #edd_checkout_form_wrap #edd-discount-code-wrap .wpcr3_button_1 ~ .edd-apply-discount,
  #edd_checkout_form_wrap #edd-discount-code-wrap .theme-reviews-content-wrapper .screenshot-btn-group .wpcr3_button_1 ~ .edd-apply-discount, .screenshot-btn-group .btn ~ #edd-purchase-button, .screenshot-btn-group .page-template-application-form .gform_button_select_files ~ #edd-purchase-button, .page-template-application-form .screenshot-btn-group .gform_button_select_files ~ #edd-purchase-button, .screenshot-btn-group #edd_checkout_form_wrap #edd_show_discount .edd-apply-discount ~ #edd-purchase-button, #edd_checkout_form_wrap #edd_show_discount .screenshot-btn-group .edd-apply-discount ~ #edd-purchase-button, .screenshot-btn-group
  #edd_checkout_form_wrap #edd-discount-code-wrap .edd-apply-discount ~ #edd-purchase-button,
  #edd_checkout_form_wrap #edd-discount-code-wrap .screenshot-btn-group .edd-apply-discount ~ #edd-purchase-button, .screenshot-btn-group #edd-purchase-button ~ #edd-purchase-button, .screenshot-btn-group #edd_purchase_receipt_products .edd_download_file_link ~ #edd-purchase-button, #edd_purchase_receipt_products .screenshot-btn-group .edd_download_file_link ~ #edd-purchase-button, .screenshot-btn-group .theme-reviews-content-wrapper .wpcr3_button_1 ~ #edd-purchase-button, .theme-reviews-content-wrapper .screenshot-btn-group .wpcr3_button_1 ~ #edd-purchase-button, .screenshot-btn-group #edd_purchase_receipt_products .btn ~ .edd_download_file_link, #edd_purchase_receipt_products .screenshot-btn-group .btn ~ .edd_download_file_link, .screenshot-btn-group .page-template-application-form #edd_purchase_receipt_products .gform_button_select_files ~ .edd_download_file_link, #edd_purchase_receipt_products .screenshot-btn-group .page-template-application-form .gform_button_select_files ~ .edd_download_file_link, .page-template-application-form .screenshot-btn-group #edd_purchase_receipt_products .gform_button_select_files ~ .edd_download_file_link, #edd_purchase_receipt_products .page-template-application-form .screenshot-btn-group .gform_button_select_files ~ .edd_download_file_link, .screenshot-btn-group #edd_checkout_form_wrap #edd_show_discount #edd_purchase_receipt_products .edd-apply-discount ~ .edd_download_file_link, #edd_purchase_receipt_products .screenshot-btn-group #edd_checkout_form_wrap #edd_show_discount .edd-apply-discount ~ .edd_download_file_link, #edd_checkout_form_wrap #edd_show_discount .screenshot-btn-group #edd_purchase_receipt_products .edd-apply-discount ~ .edd_download_file_link, #edd_purchase_receipt_products #edd_checkout_form_wrap #edd_show_discount .screenshot-btn-group .edd-apply-discount ~ .edd_download_file_link, .screenshot-btn-group
  #edd_checkout_form_wrap #edd-discount-code-wrap #edd_purchase_receipt_products .edd-apply-discount ~ .edd_download_file_link, #edd_purchase_receipt_products .screenshot-btn-group
  #edd_checkout_form_wrap #edd-discount-code-wrap .edd-apply-discount ~ .edd_download_file_link,
  #edd_checkout_form_wrap #edd-discount-code-wrap .screenshot-btn-group #edd_purchase_receipt_products .edd-apply-discount ~ .edd_download_file_link, #edd_purchase_receipt_products
  #edd_checkout_form_wrap #edd-discount-code-wrap .screenshot-btn-group .edd-apply-discount ~ .edd_download_file_link, .screenshot-btn-group #edd_purchase_receipt_products #edd-purchase-button ~ .edd_download_file_link, #edd_purchase_receipt_products .screenshot-btn-group #edd-purchase-button ~ .edd_download_file_link, .screenshot-btn-group #edd_purchase_receipt_products .edd_download_file_link ~ .edd_download_file_link, #edd_purchase_receipt_products .screenshot-btn-group .edd_download_file_link ~ .edd_download_file_link, .screenshot-btn-group .theme-reviews-content-wrapper #edd_purchase_receipt_products .wpcr3_button_1 ~ .edd_download_file_link, #edd_purchase_receipt_products .screenshot-btn-group .theme-reviews-content-wrapper .wpcr3_button_1 ~ .edd_download_file_link, .theme-reviews-content-wrapper .screenshot-btn-group #edd_purchase_receipt_products .wpcr3_button_1 ~ .edd_download_file_link, #edd_purchase_receipt_products .theme-reviews-content-wrapper .screenshot-btn-group .wpcr3_button_1 ~ .edd_download_file_link, .screenshot-btn-group .theme-reviews-content-wrapper .btn ~ .wpcr3_button_1, .theme-reviews-content-wrapper .screenshot-btn-group .btn ~ .wpcr3_button_1, .screenshot-btn-group .page-template-application-form .theme-reviews-content-wrapper .gform_button_select_files ~ .wpcr3_button_1, .theme-reviews-content-wrapper .screenshot-btn-group .page-template-application-form .gform_button_select_files ~ .wpcr3_button_1, .page-template-application-form .screenshot-btn-group .theme-reviews-content-wrapper .gform_button_select_files ~ .wpcr3_button_1, .theme-reviews-content-wrapper .page-template-application-form .screenshot-btn-group .gform_button_select_files ~ .wpcr3_button_1, .screenshot-btn-group #edd_checkout_form_wrap #edd_show_discount .theme-reviews-content-wrapper .edd-apply-discount ~ .wpcr3_button_1, .theme-reviews-content-wrapper .screenshot-btn-group #edd_checkout_form_wrap #edd_show_discount .edd-apply-discount ~ .wpcr3_button_1, #edd_checkout_form_wrap #edd_show_discount .screenshot-btn-group .theme-reviews-content-wrapper .edd-apply-discount ~ .wpcr3_button_1, .theme-reviews-content-wrapper #edd_checkout_form_wrap #edd_show_discount .screenshot-btn-group .edd-apply-discount ~ .wpcr3_button_1, .screenshot-btn-group
  #edd_checkout_form_wrap #edd-discount-code-wrap .theme-reviews-content-wrapper .edd-apply-discount ~ .wpcr3_button_1, .theme-reviews-content-wrapper .screenshot-btn-group
  #edd_checkout_form_wrap #edd-discount-code-wrap .edd-apply-discount ~ .wpcr3_button_1,
  #edd_checkout_form_wrap #edd-discount-code-wrap .screenshot-btn-group .theme-reviews-content-wrapper .edd-apply-discount ~ .wpcr3_button_1, .theme-reviews-content-wrapper
  #edd_checkout_form_wrap #edd-discount-code-wrap .screenshot-btn-group .edd-apply-discount ~ .wpcr3_button_1, .screenshot-btn-group .theme-reviews-content-wrapper #edd-purchase-button ~ .wpcr3_button_1, .theme-reviews-content-wrapper .screenshot-btn-group #edd-purchase-button ~ .wpcr3_button_1, .screenshot-btn-group #edd_purchase_receipt_products .theme-reviews-content-wrapper .edd_download_file_link ~ .wpcr3_button_1, .theme-reviews-content-wrapper .screenshot-btn-group #edd_purchase_receipt_products .edd_download_file_link ~ .wpcr3_button_1, #edd_purchase_receipt_products .screenshot-btn-group .theme-reviews-content-wrapper .edd_download_file_link ~ .wpcr3_button_1, .theme-reviews-content-wrapper #edd_purchase_receipt_products .screenshot-btn-group .edd_download_file_link ~ .wpcr3_button_1, .screenshot-btn-group .theme-reviews-content-wrapper .wpcr3_button_1 ~ .wpcr3_button_1, .theme-reviews-content-wrapper .screenshot-btn-group .wpcr3_button_1 ~ .wpcr3_button_1 {
    margin: 14px 0 0; }
  @media screen and (max-width: 767px) {
    .screenshot-btn-group {
      display: none; } }

.screenshot-link-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: #2f2f2f;
  opacity: 0;
  -webkit-transition: opacity 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 500ms cubic-bezier(0.215, 0.61, 0.355, 1); }
  .screenshot:hover .screenshot-link-bg {
    opacity: .88; }
  .screenshot-link-bg.has-border {
    margin-top: 3.75%; }
  @media screen and (max-width: 767px) {
    .screenshot-link-bg {
      display: none; } }

.screenshot-large {
  position: relative;
  z-index: 0;
  padding-top: 3.75%; }
  .screenshot-large.no-shadow {
    box-shadow: none; }
  .screenshot-large.has-border {
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.12); }

.screenshot-chrome {
  position: absolute;
  top: 0;
  z-index: 3;
  width: 100%;
  padding: 3.75% 1.75% 0;
  text-align: left;
  background: #D2D3D6;
  border-radius: 1% 1% 0 0 / 25% 25% 0 0; }
  .screenshot-chrome img {
    position: absolute;
    top: 32%;
    width: 5%;
    height: auto; }

.screenshot-image {
  position: relative;
  z-index: 0;
  display: block;
  width: 100%; }
  .screenshot-image.has-border {
    padding-top: 3.75%; }

.screenshot-mobile {
  position: absolute;
  bottom: 0;
  right: -4%;
  z-index: 3;
  width: 22%;
  max-height: 48%;
  padding: 5% 2px 0;
  background: #252527;
  border-radius: 1.8vw 1.8vw 0 0; }
  @media screen and (min-width: 768px) {
    .screenshot-mobile {
      border-radius: .9vw .9vw 0 0; } }
  @media screen and (min-width: 1024px) {
    .screenshot-mobile {
      border-radius: .6vw .6vw 0 0; } }
  .screenshot-mobile:before {
    content: '';
    position: absolute;
    left: 42%;
    display: block;
    width: 15%;
    height: 2px;
    margin-top: -12%;
    background: #525359;
    border-radius: 5px; }
  .screenshot-mobile .screenshot-image {
    width: 100%;
    padding-top: 2%; }

.services-form {
  max-width: 550px;
  margin: 0 auto; }
  .services-form .gfield,
  .services-form .gfield.gfield_error {
    padding: 0 !important;
    margin-top: 20px !important;
    margin-right: 0 !important;
    margin-bottom: 0 !important;
    margin-left: 0 !important;
    background: none !important;
    font-size: 0 !important;
    box-sizing: border-box; }
    .services-form .gfield.full-width,
    .services-form .gfield.gfield_error.full-width {
      display: block;
      width: 100%; }
    .services-form .gfield.half-width,
    .services-form .gfield.gfield_error.half-width {
      display: inline-block;
      width: 100%;
      vertical-align: top; }
      @media screen and (min-width: 768px) {
        .services-form .gfield.half-width,
        .services-form .gfield.gfield_error.half-width {
          width: calc(50% - 10px); }
          .services-form .gfield.half-width:nth-of-type(even),
          .services-form .gfield.gfield_error.half-width:nth-of-type(even) {
            margin-right: 10px !important; }
          .services-form .gfield.half-width:nth-of-type(odd),
          .services-form .gfield.gfield_error.half-width:nth-of-type(odd) {
            margin-left: 10px !important; } }
    .services-form .gfield textarea,
    .services-form .gfield select,
    .services-form .gfield input,
    .services-form .gfield.gfield_error textarea,
    .services-form .gfield.gfield_error select,
    .services-form .gfield.gfield_error input {
      margin: 0 !important;
      border: 0 !important; }
  .services-form .gfield {
    border: 1px solid #E1E2E6 !important; }
    .services-form .gfield.gfield_error {
      border: 1px solid #E91646 !important; }
  .services-form .ginput_container {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
    margin: 0 !important; }
  .services-form .gfield_select {
    margin: 0 !important; }
  .services-form .gsection {
    display: none; }
  .services-form .gform_wrapper {
    max-width: 100%;
    margin: 0 auto; }
  .services-form .gform_wrapper .validation_error {
    margin: 0 auto;
    color: #E91646;
    border-top: 1px solid #E91646;
    border-bottom: 1px solid #E91646; }
  .services-form .gform_wrapper .gform_fields.top_label label {
    display: none; }
  .services-form .gform_wrapper .gform_fields.top_label select,
  .services-form .gform_wrapper .gform_fields.top_label textarea,
  .services-form .gform_wrapper .gform_fields.top_label input {
    width: 100% !important;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 14px;
    margin-right: 0;
    margin-left: 0;
    font-size: 16px;
    font-weight: 400;
    border-radius: 0; }
  .services-form .gform_wrapper .gform_fields.top_label select {
    color: #3f4254; }
    .services-form .gform_wrapper .gform_fields.top_label select:not([data-index]), .services-form .gform_wrapper .gform_fields.top_label select[data-index='0'] {
      color: #a9acb3; }
  .services-form .gform_wrapper .gform_fields.top_label textarea,
  .services-form .gform_wrapper .gform_fields.top_label input {
    padding-right: 14px;
    color: #3f4254; }
    .services-form .gform_wrapper .gform_fields.top_label textarea::-webkit-input-placeholder,
    .services-form .gform_wrapper .gform_fields.top_label input::-webkit-input-placeholder {
      color: #a9acb3; }
    .services-form .gform_wrapper .gform_fields.top_label textarea::-moz-placeholder,
    .services-form .gform_wrapper .gform_fields.top_label input::-moz-placeholder {
      color: #a9acb3; }
    .services-form .gform_wrapper .gform_fields.top_label textarea:-ms-input-placeholder,
    .services-form .gform_wrapper .gform_fields.top_label input:-ms-input-placeholder {
      color: #a9acb3; }
    .services-form .gform_wrapper .gform_fields.top_label textarea::placeholder,
    .services-form .gform_wrapper .gform_fields.top_label input::placeholder {
      color: #a9acb3; }
  .services-form .gform_footer {
    text-align: center;
    margin-top: 70px !important;
    margin-bottom: 100px !important; }
    .services-form .gform_footer .btn-large, .services-form .gform_footer .theme-reviews-content-wrapper .wpcr3_button_1, .theme-reviews-content-wrapper .services-form .gform_footer .wpcr3_button_1 {
      font-size: 20px;
      color: #fff; }
  .services-form .services-form-footer-quote {
    display: block;
    margin-bottom: 20px;
    font-size: 20px;
    color: #676b73; }
  .services-form #gform_ajax_spinner_1,
  .services-form #gform_ajax_spinner_2 {
    position: absolute;
    left: 50%;
    display: block;
    -webkit-transform: translate(-50%, -30px);
        -ms-transform: translate(-50%, -30px);
            transform: translate(-50%, -30px);
    width: 30px;
    height: auto; }
  .services-form .services_form_confirmation_wrapper {
    padding: 140px 60px 140px;
    margin-bottom: 100px;
    background-color: #f7f7f8;
    text-align: center; }
    .services-form .services_form_confirmation_wrapper .services_form_confirmation_message {
      margin-top: 0;
      font-size: 24px;
      font-weight: 700;
      color: #222222; }

.workwithus-cta {
  margin-bottom: 160px;
  text-align: center; }

.workwithus-cta-title {
  font-size: 32px;
  font-weight: 700; }
  .workwithus-cta-title:before {
    content: "";
    margin: 0 auto 30px; }

.work-with-us header {
  padding-top: 11.25vw;
  padding-bottom: 3vw;
  max-width: 645px;
  margin: 0 auto;
  text-align: center; }

.work-with-us h2, .work-with-us .content-cta-title, .work-with-us .newentry .newentry-content .content-cta-title, .newentry .newentry-content .work-with-us .content-cta-title, .work-with-us .page-404 .newentry-content .content-cta-title, .page-404 .newentry-content .work-with-us .content-cta-title, .work-with-us .discounts-page .newentry-content .content-cta-title, .discounts-page .newentry-content .work-with-us .content-cta-title, .work-with-us .newentry .content-404 .content-cta-title, .newentry .content-404 .work-with-us .content-cta-title, .work-with-us .page-404 .content-404 .content-cta-title, .page-404 .content-404 .work-with-us .content-cta-title, .work-with-us .discounts-page .content-404 .content-cta-title, .discounts-page .content-404 .work-with-us .content-cta-title, .work-with-us .content-projects-title, .work-with-us .newentry .newentry-content .content-projects-title, .newentry .newentry-content .work-with-us .content-projects-title, .work-with-us .page-404 .newentry-content .content-projects-title, .page-404 .newentry-content .work-with-us .content-projects-title, .work-with-us .discounts-page .newentry-content .content-projects-title, .discounts-page .newentry-content .work-with-us .content-projects-title, .work-with-us .newentry .content-404 .content-projects-title, .newentry .content-404 .work-with-us .content-projects-title, .work-with-us .page-404 .content-404 .content-projects-title, .page-404 .content-404 .work-with-us .content-projects-title, .work-with-us .discounts-page .content-404 .content-projects-title, .discounts-page .content-404 .work-with-us .content-projects-title {
  font-size: 48px;
  font-weight: 500;
  line-height: 1.1;
  color: #181920; }

.work-with-us p {
  font-size: 28px;
  font-weight: 400;
  line-height: 1.4;
  color: #181920; }

.content-cta {
  margin-top: 100px;
  margin-bottom: 100px;
  text-align: center; }

.content-cta-description {
  max-width: 640px;
  margin-right: auto;
  margin-bottom: 35px;
  margin-left: auto; }

.has-content-cta-divider .content-cta-title::before {
  margin: 0 auto 30px;
  content: ""; }

.content-cta-btn {
  padding: 0 24px;
  font-size: 16px;
  line-height: 2.4em; }
  @media screen and (min-width: 768px) {
    .content-cta-btn {
      font-size: 20px; } }
  .content-cta-btn img {
    position: relative;
    top: 6.5px;
    right: 6.5px;
    bottom: auto;
    left: auto;
    display: inline-block;
    width: 25px;
    height: 25px;
    min-width: 0;
    margin: 0;
    -webkit-transform: initial;
        -ms-transform: initial;
            transform: initial; }
    @media screen and (min-width: 768px) {
      .content-cta-btn img {
        top: 4.5px;
        right: 4.5px; } }

@media screen and (min-width: 768px) {
  .phase {
    display: table;
    width: calc(100% + 150px);
    margin-left: -75px;
    border-collapse: separate;
    border-spacing: 75px 0; } }

@media screen and (min-width: 768px) {
  .phase-image-wrapper,
  .phase-content-wrapper {
    display: table-cell;
    vertical-align: top; } }

.phase-image-wrapper {
  width: 95px;
  height: auto; }
  @media screen and (min-width: 768px) {
    .phase-image-wrapper {
      width: 17.9%; } }
  .phase-image-wrapper .phase-image {
    width: 100%;
    height: auto;
    margin: 0; }

@media screen and (min-width: 768px) {
  .phase-content-wrapper {
    width: 90%; } }

.phase-content-wrapper .phase-content > * {
  margin-top: 20px; }
  @media screen and (min-width: 768px) {
    .phase-content-wrapper .phase-content > * {
      margin-top: 0; } }

.content-projects {
  margin-top: 100px;
  margin-bottom: 100px;
  font-size: 0;
  text-align: center; }
  .content-projects .case-study-listing {
    width: 100%;
    vertical-align: top; }
    @media screen and (min-width: 768px) {
      .content-projects .case-study-listing {
        display: inline-block;
        width: calc(50% - 20px); } }
    @media screen and (min-width: 768px) {
      .content-projects .case-study-listing:first-child {
        margin-right: 20px; } }
    @media screen and (min-width: 768px) {
      .content-projects .case-study-listing:last-child {
        margin-left: 20px; } }
  .content-projects .case-study-listing-description {
    min-height: 80px;
    font-size: 16px; }
    @media screen and (min-width: 1024px) {
      .content-projects .case-study-listing-description {
        min-height: 92px;
        font-size: 18px; } }
    @media screen and (min-width: 1140px) {
      .content-projects .case-study-listing-description {
        min-height: 124px;
        font-size: 24px; } }

.content-projects-description {
  max-width: 640px;
  margin-right: auto;
  margin-bottom: 35px;
  margin-left: auto; }

.has-content-cta-divider .content-projects-title::before {
  margin: 0 auto 30px;
  content: ""; }

.support-cta {
  position: relative;
  padding-top: 25px;
  padding-bottom: 60px;
  background: url("images/support-team.png") center bottom no-repeat;
  background-size: 70%; }
  @media screen and (min-width: 1024px) {
    .support-cta {
      background-position: 100% calc(100% + 25px);
      background-size: 50% auto; } }
  @media screen and (min-width: 1140px) {
    .support-cta {
      padding-top: 50px;
      padding-bottom: 60px;
      background-size: 580px auto; } }
  .support-cta::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-color: #f2f2f7;
    content: ""; }
    @media screen and (min-width: 1024px) {
      .support-cta::before {
        width: 91%; } }

.support-cta-wrapper {
  padding-bottom: 45%;
  text-align: center; }
  @media screen and (min-width: 1024px) {
    .support-cta-wrapper {
      width: 50%;
      padding-bottom: 0;
      text-align: left; } }
  @media screen and (min-width: 1140px) {
    .support-cta-wrapper {
      width: 40%; } }
  @media screen and (min-width: 1300px) {
    .support-cta-wrapper {
      width: 49%; } }

.support-cta-section-title {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 20px;
  text-decoration: underline; }

.support-cta-content {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 16px; }

.support-cta-btn {
  padding: 10px 50px;
  margin-top: 20px;
  font-size: 18px;
  font-weight: 400;
  background-color: #162fe9; }

.testimonial {
  position: relative;
  padding: 20px;
  margin: 0 auto 50px;
  font-size: 0; }
  @media screen and (min-width: 768px) {
    .testimonial {
      padding: 30px 0;
      overflow: hidden; } }
  @media screen and (min-width: 1024px) {
    .testimonial {
      margin-bottom: 120px; } }
  .testimonial::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-color: #edeef4;
    content: ""; }
    @media screen and (min-width: 768px) {
      .testimonial::before {
        width: 90%; } }
  .testimonial .testimonial-screenshot {
    display: none; }
    @media screen and (min-width: 768px) {
      .testimonial .testimonial-screenshot {
        position: absolute;
        top: 36px;
        right: 78%;
        bottom: 0;
        display: block;
        width: auto;
        height: 100%; } }
  .testimonial .testimonial-screenshot-image {
    position: relative;
    top: inherit;
    right: inherit;
    bottom: inherit;
    left: inherit;
    width: 100%;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.35);
    -webkit-transform: none;
        -ms-transform: none;
            transform: none; }
    @media screen and (min-width: 768px) {
      .testimonial .testimonial-screenshot-image {
        position: absolute;
        top: 0;
        right: 0;
        width: auto;
        height: 100%; } }
  .testimonial .testimonial-quote {
    margin-bottom: 40px;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6em; }
    @media screen and (min-width: 768px) {
      .testimonial .testimonial-quote {
        margin-left: 25%;
        font-size: 18px;
        line-height: 1.5em; } }
    @media screen and (min-width: 1024px) {
      .testimonial .testimonial-quote {
        font-size: 20px; } }
    @media screen and (min-width: 1140px) {
      .testimonial .testimonial-quote {
        font-size: 24px; } }
  .testimonial .testimonial-cite {
    position: relative;
    display: inline-block;
    width: 100%;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5em;
    word-break: break-all; }
    @media screen and (min-width: 768px) {
      .testimonial .testimonial-cite {
        margin-left: 25%; } }
    .testimonial .testimonial-cite::before {
      position: absolute;
      top: -8px;
      left: 0;
      content: "\2015"; }
  .testimonial .testimonial-person {
    margin-bottom: 0;
    font-weight: 700; }
  .testimonial .testimonial-title {
    margin: 0;
    font-weight: 400; }
  @media screen and (min-width: 768px) {
    .testimonial.screenshot-right::before {
      right: 0;
      left: initial; } }
  .testimonial.screenshot-right .testimonial-screenshot {
    right: initial;
    left: 78%; }
  @media screen and (min-width: 768px) {
    .testimonial.screenshot-right .testimonial-quote {
      margin-right: 25%;
      margin-left: 0; } }
  @media screen and (min-width: 768px) {
    .testimonial.screenshot-right .testimonial-cite {
      margin-left: calc(10% + 30px); } }

.page-template-support-form .gfield_error .ginput_container_textarea,
.page-template-support-form .gfield_error .ginput_container_textarea textarea,
.page-template-support-submission-form .gfield_error .ginput_container_textarea,
.page-template-support-submission-form .gfield_error .ginput_container_textarea textarea {
  width: 100% !important;
  max-width: none !important;
  margin-top: 0 !important;
  margin-right: 0 !important;
  margin-bottom: 0 !important;
  margin-left: 0 !important; }

.page-template-support-form .gform_wrapper .gform_fields.top_label select,
.page-template-support-submission-form .gform_wrapper .gform_fields.top_label select {
  color: #3f4254; }
  .page-template-support-form .gform_wrapper .gform_fields.top_label select:not([data-index]), .page-template-support-form .gform_wrapper .gform_fields.top_label select[data-index='0'],
  .page-template-support-submission-form .gform_wrapper .gform_fields.top_label select:not([data-index]),
  .page-template-support-submission-form .gform_wrapper .gform_fields.top_label select[data-index='0'] {
    color: #a9acb3; }

.page-template-support-form .gform_wrapper .gform_fields.top_label textarea,
.page-template-support-form .gform_wrapper .gform_fields.top_label input,
.page-template-support-submission-form .gform_wrapper .gform_fields.top_label textarea,
.page-template-support-submission-form .gform_wrapper .gform_fields.top_label input {
  padding-right: 14px;
  color: #3f4254; }
  .page-template-support-form .gform_wrapper .gform_fields.top_label textarea::-webkit-input-placeholder,
  .page-template-support-form .gform_wrapper .gform_fields.top_label input::-webkit-input-placeholder,
  .page-template-support-submission-form .gform_wrapper .gform_fields.top_label textarea::-webkit-input-placeholder,
  .page-template-support-submission-form .gform_wrapper .gform_fields.top_label input::-webkit-input-placeholder {
    color: #a9acb3; }
  .page-template-support-form .gform_wrapper .gform_fields.top_label textarea::-moz-placeholder,
  .page-template-support-form .gform_wrapper .gform_fields.top_label input::-moz-placeholder,
  .page-template-support-submission-form .gform_wrapper .gform_fields.top_label textarea::-moz-placeholder,
  .page-template-support-submission-form .gform_wrapper .gform_fields.top_label input::-moz-placeholder {
    color: #a9acb3; }
  .page-template-support-form .gform_wrapper .gform_fields.top_label textarea:-ms-input-placeholder,
  .page-template-support-form .gform_wrapper .gform_fields.top_label input:-ms-input-placeholder,
  .page-template-support-submission-form .gform_wrapper .gform_fields.top_label textarea:-ms-input-placeholder,
  .page-template-support-submission-form .gform_wrapper .gform_fields.top_label input:-ms-input-placeholder {
    color: #a9acb3; }
  .page-template-support-form .gform_wrapper .gform_fields.top_label textarea::placeholder,
  .page-template-support-form .gform_wrapper .gform_fields.top_label input::placeholder,
  .page-template-support-submission-form .gform_wrapper .gform_fields.top_label textarea::placeholder,
  .page-template-support-submission-form .gform_wrapper .gform_fields.top_label input::placeholder {
    color: #a9acb3; }

.page-template-support-form .comp-contained-large,
.page-template-support-submission-form .comp-contained-large {
  padding-top: 148px; }

.page-template-support-form .comp-large header,
.page-template-support-submission-form .comp-large header {
  padding-top: 0; }

.page-template-support-form .gform_wrapper,
.page-template-support-submission-form .gform_wrapper {
  max-width: 1120px;
  margin: 0 auto;
  counter-reset: step; }
  .page-template-support-form .gform_wrapper .gsection,
  .page-template-support-submission-form .gform_wrapper .gsection {
    position: relative;
    border: none;
    margin: 90px 0 40px;
    counter-increment: step; }
    @media screen and (max-width: 1023px) {
      .page-template-support-form .gform_wrapper .gsection,
      .page-template-support-submission-form .gform_wrapper .gsection {
        text-align: center;
        margin-bottom: 30px; } }
    .page-template-support-form .gform_wrapper .gsection:first-of-type,
    .page-template-support-submission-form .gform_wrapper .gsection:first-of-type {
      margin-top: 12px; }
  .page-template-support-form .gform_wrapper .gsection_title:before,
  .page-template-support-submission-form .gform_wrapper .gsection_title:before {
    display: block;
    width: 50px;
    height: 50px;
    border: 1px solid #17C2AA;
    border-radius: 50%;
    font-size: 25px;
    text-align: center;
    line-height: 48px;
    color: #17C2AA;
    content: " " counter(step); }
    @media screen and (max-width: 1023px) {
      .page-template-support-form .gform_wrapper .gsection_title:before,
      .page-template-support-submission-form .gform_wrapper .gsection_title:before {
        margin: 0 auto 20px; } }
    @media screen and (min-width: 1024px) {
      .page-template-support-form .gform_wrapper .gsection_title:before,
      .page-template-support-submission-form .gform_wrapper .gsection_title:before {
        position: absolute;
        left: -90px;
        top: -12px; } }
  .page-template-support-form .gform_wrapper .gform_footer,
  .page-template-support-submission-form .gform_wrapper .gform_footer {
    text-align: center;
    padding: 9vw;
    margin: 4.77vw 0 0 0; }
    @media screen and (min-width: 1024px) {
      .page-template-support-form .gform_wrapper .gform_footer,
      .page-template-support-submission-form .gform_wrapper .gform_footer {
        padding: 3.307vw; } }
    .page-template-support-form .gform_wrapper .gform_footer h3, .page-template-support-form .gform_wrapper .gform_footer #edd_checkout_form_wrap #edd-payment-mode-wrap .edd-payment-mode-label, #edd_checkout_form_wrap #edd-payment-mode-wrap .page-template-support-form .gform_wrapper .gform_footer .edd-payment-mode-label, .page-template-support-form .gform_wrapper .gform_footer
    #edd_checkout_user_info legend,
    #edd_checkout_user_info .page-template-support-form .gform_wrapper .gform_footer legend, .page-template-support-form .gform_wrapper .gform_footer
    #edd_cc_fields legend,
    #edd_cc_fields .page-template-support-form .gform_wrapper .gform_footer legend, .page-template-support-form .gform_wrapper .gform_footer
    #edd_cc_address legend,
    #edd_cc_address .page-template-support-form .gform_wrapper .gform_footer legend, .page-template-support-form .gform_wrapper .gform_footer .support-platform-selector li, .support-platform-selector .page-template-support-form .gform_wrapper .gform_footer li, .page-template-support-form .gform_wrapper .gform_footer .theme-reviews-content-wrapper .wpcr3_review .wpcr3_review_title, .theme-reviews-content-wrapper .wpcr3_review .page-template-support-form .gform_wrapper .gform_footer .wpcr3_review_title, .page-template-support-form .gform_wrapper .gform_footer .theme-reviews-content-wrapper .wpcr3_table_2 .wpcr3_leave_text, .theme-reviews-content-wrapper .wpcr3_table_2 .page-template-support-form .gform_wrapper .gform_footer .wpcr3_leave_text, .page-template-support-form .gform_wrapper .gform_footer .themezilla-listing-title,
    .page-template-support-submission-form .gform_wrapper .gform_footer h3,
    .page-template-support-submission-form .gform_wrapper .gform_footer #edd_checkout_form_wrap #edd-payment-mode-wrap .edd-payment-mode-label, #edd_checkout_form_wrap #edd-payment-mode-wrap
    .page-template-support-submission-form .gform_wrapper .gform_footer .edd-payment-mode-label,
    .page-template-support-submission-form .gform_wrapper .gform_footer
    #edd_checkout_user_info legend,
    #edd_checkout_user_info
    .page-template-support-submission-form .gform_wrapper .gform_footer legend,
    .page-template-support-submission-form .gform_wrapper .gform_footer
    #edd_cc_fields legend,
    #edd_cc_fields
    .page-template-support-submission-form .gform_wrapper .gform_footer legend,
    .page-template-support-submission-form .gform_wrapper .gform_footer
    #edd_cc_address legend,
    #edd_cc_address
    .page-template-support-submission-form .gform_wrapper .gform_footer legend,
    .page-template-support-submission-form .gform_wrapper .gform_footer .support-platform-selector li, .support-platform-selector
    .page-template-support-submission-form .gform_wrapper .gform_footer li,
    .page-template-support-submission-form .gform_wrapper .gform_footer .theme-reviews-content-wrapper .wpcr3_review .wpcr3_review_title, .theme-reviews-content-wrapper .wpcr3_review
    .page-template-support-submission-form .gform_wrapper .gform_footer .wpcr3_review_title,
    .page-template-support-submission-form .gform_wrapper .gform_footer .theme-reviews-content-wrapper .wpcr3_table_2 .wpcr3_leave_text, .theme-reviews-content-wrapper .wpcr3_table_2
    .page-template-support-submission-form .gform_wrapper .gform_footer .wpcr3_leave_text,
    .page-template-support-submission-form .gform_wrapper .gform_footer .themezilla-listing-title {
      margin-top: 0; }
  .page-template-support-form .gform_wrapper ul.gfield_checkbox li input[type="checkbox"],
  .page-template-support-submission-form .gform_wrapper ul.gfield_checkbox li input[type="checkbox"] {
    position: absolute;
    right: 100%; }
    .page-template-support-form .gform_wrapper ul.gfield_checkbox li input[type="checkbox"]:checked + label,
    .page-template-support-submission-form .gform_wrapper ul.gfield_checkbox li input[type="checkbox"]:checked + label {
      font-weight: normal; }
      .page-template-support-form .gform_wrapper ul.gfield_checkbox li input[type="checkbox"]:checked + label:before,
      .page-template-support-submission-form .gform_wrapper ul.gfield_checkbox li input[type="checkbox"]:checked + label:before {
        box-shadow: none;
        background: #17C2AA url(images/checkmark.svg) center center no-repeat; }
    .page-template-support-form .gform_wrapper ul.gfield_checkbox li input[type="checkbox"] + label,
    .page-template-support-submission-form .gform_wrapper ul.gfield_checkbox li input[type="checkbox"] + label {
      margin-left: 43px;
      cursor: pointer; }
      .page-template-support-form .gform_wrapper ul.gfield_checkbox li input[type="checkbox"] + label:before,
      .page-template-support-submission-form .gform_wrapper ul.gfield_checkbox li input[type="checkbox"] + label:before {
        position: absolute;
        left: 0;
        display: block;
        width: 24px;
        height: 24px;
        box-shadow: 0 0 0 1px #D6D7DB inset;
        border-radius: 3px;
        content: ''; }

.page-template-support-form .gform_body,
.page-template-support-submission-form .gform_body {
  position: relative; }
  @media screen and (max-width: 1023px) {
    .page-template-support-form .gform_body,
    .page-template-support-submission-form .gform_body {
      max-width: 580px;
      margin: 0 auto; } }
  @media screen and (min-width: 1024px) {
    .page-template-support-form .gform_body,
    .page-template-support-submission-form .gform_body {
      padding: 0 95px; } }
  .page-template-support-form .gform_body .gfield_select,
  .page-template-support-form .gform_body input[type="text"],
  .page-template-support-submission-form .gform_body .gfield_select,
  .page-template-support-submission-form .gform_body input[type="text"] {
    font-size: 14px;
    padding: 6px 11px;
    margin: 0 !important; }
    html .page-template-support-form .gform_body .gfield_select, html
    .page-template-support-form .gform_body input[type="text"], html
    .page-template-support-submission-form .gform_body .gfield_select, html
    .page-template-support-submission-form .gform_body input[type="text"] {
      width: 100% !important; }
  .page-template-support-form .gform_body input[type="text"],
  .page-template-support-submission-form .gform_body input[type="text"] {
    padding-top: 9px;
    padding-bottom: 8px; }
  .page-template-support-form .gform_body .textarea,
  .page-template-support-submission-form .gform_body .textarea {
    padding: 12px 11px;
    font-size: 14px; }
  .page-template-support-form .gform_body .textarea.medium,
  .page-template-support-submission-form .gform_body .textarea.medium {
    width: 100%; }
  .page-template-support-form .gform_body .top_label .gfield_error,
  .page-template-support-submission-form .gform_body .top_label .gfield_error {
    width: 100%;
    background: transparent; }
  .page-template-support-form .gform_body .checkbox-custom,
  .page-template-support-submission-form .gform_body .checkbox-custom {
    margin-bottom: 20px; }
    @media screen and (min-width: 1024px) {
      .page-template-support-form .gform_body .checkbox-custom,
      .page-template-support-submission-form .gform_body .checkbox-custom {
        width: 45%;
        display: inline-block;
        vertical-align: top; } }
    @media screen and (min-width: 1024px) {
      .page-template-support-form .gform_body .checkbox-custom:nth-of-type(even),
      .page-template-support-submission-form .gform_body .checkbox-custom:nth-of-type(even) {
        margin-right: 10%; } }
    .page-template-support-form .gform_body .checkbox-custom .gfield_label,
    .page-template-support-submission-form .gform_body .checkbox-custom .gfield_label {
      display: none; }
    .page-template-support-form .gform_body .checkbox-custom .gfield_description,
    .page-template-support-submission-form .gform_body .checkbox-custom .gfield_description {
      width: auto;
      padding: 0;
      margin-left: 43px;
      cursor: pointer; }
  .page-template-support-form .gform_body .select-custom,
  .page-template-support-form .gform_body .text-custom,
  .page-template-support-submission-form .gform_body .select-custom,
  .page-template-support-submission-form .gform_body .text-custom {
    margin-bottom: 20px; }
    @media screen and (min-width: 1024px) {
      .page-template-support-form .gform_body .select-custom .ginput_container,
      .page-template-support-form .gform_body .text-custom .ginput_container,
      .page-template-support-submission-form .gform_body .select-custom .ginput_container,
      .page-template-support-submission-form .gform_body .text-custom .ginput_container {
        float: right;
        width: 45%;
        margin-top: 0; } }

.page-template-support-form .gform_confirmation_wrapper,
.page-template-support-submission-form .gform_confirmation_wrapper {
  padding-bottom: 5vw;
  text-align: center; }

.page-template-support-form .gform_ajax_spinner,
.page-template-support-submission-form .gform_ajax_spinner {
  position: absolute;
  left: 50%;
  display: block;
  -webkit-transform: translate(-50%, -30px);
      -ms-transform: translate(-50%, -30px);
          transform: translate(-50%, -30px);
  width: 30px;
  height: auto; }

.page-template-support-form div.validation_error,
.page-template-support-form li.gfield_error input[type=email],
.page-template-support-form li.gfield_error input[type=number],
.page-template-support-form li.gfield_error input[type=password],
.page-template-support-form li.gfield_error input[type=tel],
.page-template-support-form li.gfield_error input[type=text],
.page-template-support-form li.gfield_error input[type=url],
.page-template-support-form li.gfield_error select,
.page-template-support-form li.gfield_error textarea,
.page-template-support-submission-form div.validation_error,
.page-template-support-submission-form li.gfield_error input[type=email],
.page-template-support-submission-form li.gfield_error input[type=number],
.page-template-support-submission-form li.gfield_error input[type=password],
.page-template-support-submission-form li.gfield_error input[type=tel],
.page-template-support-submission-form li.gfield_error input[type=text],
.page-template-support-submission-form li.gfield_error input[type=url],
.page-template-support-submission-form li.gfield_error select,
.page-template-support-submission-form li.gfield_error textarea {
  border-color: #F35843 !important; }

.page-template-support-form li.gfield.gfield_error,
.page-template-support-form li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning,
.page-template-support-submission-form li.gfield.gfield_error,
.page-template-support-submission-form li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  border: none !important; }

.page-template-support-form .validation_message,
.page-template-support-form div.validation_error,
.page-template-support-submission-form .validation_message,
.page-template-support-submission-form div.validation_error {
  font-weight: normal !important;
  color: #F35843 !important; }

.page-template-support-form .validation_error,
.page-template-support-submission-form .validation_error {
  text-align: center;
  margin-top: 100px; }

.page-template-support-form span.gfield_required,
.page-template-support-submission-form span.gfield_required {
  color: #17C2AA !important; }

.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required fieldset legend.gfield_label,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
  margin-left: 0 !important; }

.services-fine-print {
  margin-top: 2vw;
  margin-bottom: 5.5vw;
  text-align: center; }

.support {
  margin-top: 120px;
  margin-bottom: 106px;
  overflow: hidden; }
  @media screen and (min-width: 768px) {
    .support {
      margin-top: 200px; } }

.support-search {
  position: relative;
  border-bottom: 1px solid #D6D7DB;
  margin-bottom: 30px; }
  @media screen and (min-width: 1024px) {
    .support-search {
      margin-bottom: 96px; } }
  .support-search .search-field {
    width: 100%;
    padding-bottom: 23px;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.30769;
    border: none; }
    @media screen and (min-width: 768px) {
      .support-search .search-field {
        font-size: 52px; } }
    .support-search .search-field:focus {
      outline: none; }
  .support-search .search-submit {
    position: absolute;
    right: 0;
    bottom: 22px;
    background: transparent;
    border: none; }
    @media screen and (max-width: 767px) {
      .support-search .search-submit {
        display: none; } }
    .support-search .search-submit:hover .icon-search {
      fill: #17C2AA; }
    .support-search .search-submit:focus {
      outline: none; }
    .support-search .search-submit .icon-search {
      width: 38px;
      height: 38px;
      -webkit-transition: fill 0.3s ease;
      transition: fill 0.3s ease; }

.support-platform-selector {
  position: relative;
  height: 50px;
  margin-bottom: 50px; }
  @media screen and (min-width: 1024px) {
    .support-platform-selector {
      display: none; } }
  .support-platform-selector .inner-wrap {
    position: absolute;
    top: 0;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0; }
  .support-platform-selector .support-platforms {
    display: none;
    padding: 0;
    margin: 0 0 10px 0;
    list-style: none; }
    .support-platform-selector .support-platforms.show {
      display: block; }
  .support-platform-selector li a {
    display: block;
    padding: 0.2em 0; }

.support-platform-selector-toggle {
  position: relative;
  width: 100%;
  padding: 10px 0;
  border: none;
  background: transparent;
  text-align: left; }
  .support-platform-selector-toggle:focus {
    outline: none; }
  .support-platform-selector-toggle.show .icon {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg); }
  .support-platform-selector-toggle .icon {
    position: absolute;
    right: 0;
    top: 21px;
    width: 12px;
    height: 7px;
    fill: #ACAFB6;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease; }

.support-topics {
  overflow: hidden; }
  @media screen and (min-width: 1024px) {
    .support-topics {
      float: left;
      width: 66.666%; } }
  .support-topics h2, .support-topics .content-cta-title, .support-topics .newentry .newentry-content .content-cta-title, .newentry .newentry-content .support-topics .content-cta-title, .support-topics .page-404 .newentry-content .content-cta-title, .page-404 .newentry-content .support-topics .content-cta-title, .support-topics .discounts-page .newentry-content .content-cta-title, .discounts-page .newentry-content .support-topics .content-cta-title, .support-topics .newentry .content-404 .content-cta-title, .newentry .content-404 .support-topics .content-cta-title, .support-topics .page-404 .content-404 .content-cta-title, .page-404 .content-404 .support-topics .content-cta-title, .support-topics .discounts-page .content-404 .content-cta-title, .discounts-page .content-404 .support-topics .content-cta-title, .support-topics .content-projects-title, .support-topics .newentry .newentry-content .content-projects-title, .newentry .newentry-content .support-topics .content-projects-title, .support-topics .page-404 .newentry-content .content-projects-title, .page-404 .newentry-content .support-topics .content-projects-title, .support-topics .discounts-page .newentry-content .content-projects-title, .discounts-page .newentry-content .support-topics .content-projects-title, .support-topics .newentry .content-404 .content-projects-title, .newentry .content-404 .support-topics .content-projects-title, .support-topics .page-404 .content-404 .content-projects-title, .page-404 .content-404 .support-topics .content-projects-title, .support-topics .discounts-page .content-404 .content-projects-title, .discounts-page .content-404 .support-topics .content-projects-title,
  .support-topics .entry-title,
  .support-topics .search-title {
    line-height: 1.222;
    margin-top: 0;
    margin-bottom: 29px;
    font-size: 22px;
    font-weight: 400; }
    @media screen and (min-width: 1024px) {
      .support-topics h2, .support-topics .content-cta-title, .support-topics .newentry .newentry-content .content-cta-title, .newentry .newentry-content .support-topics .content-cta-title, .support-topics .page-404 .newentry-content .content-cta-title, .page-404 .newentry-content .support-topics .content-cta-title, .support-topics .discounts-page .newentry-content .content-cta-title, .discounts-page .newentry-content .support-topics .content-cta-title, .support-topics .newentry .content-404 .content-cta-title, .newentry .content-404 .support-topics .content-cta-title, .support-topics .page-404 .content-404 .content-cta-title, .page-404 .content-404 .support-topics .content-cta-title, .support-topics .discounts-page .content-404 .content-cta-title, .discounts-page .content-404 .support-topics .content-cta-title, .support-topics .content-projects-title, .support-topics .newentry .newentry-content .content-projects-title, .newentry .newentry-content .support-topics .content-projects-title, .support-topics .page-404 .newentry-content .content-projects-title, .page-404 .newentry-content .support-topics .content-projects-title, .support-topics .discounts-page .newentry-content .content-projects-title, .discounts-page .newentry-content .support-topics .content-projects-title, .support-topics .newentry .content-404 .content-projects-title, .newentry .content-404 .support-topics .content-projects-title, .support-topics .page-404 .content-404 .content-projects-title, .page-404 .content-404 .support-topics .content-projects-title, .support-topics .discounts-page .content-404 .content-projects-title, .discounts-page .content-404 .support-topics .content-projects-title,
      .support-topics .entry-title,
      .support-topics .search-title {
        font-size: 36px; } }
  .support-topics .pxu-support {
    margin-bottom: 6vw; }
    @media screen and (min-width: 1024px) {
      .support-topics .pxu-support {
        padding-right: 60px; } }
    @media screen and (min-width: 1024px) {
      .support-topics .pxu-support:last-child {
        margin-bottom: 0; } }
    .support-topics .pxu-support img {
      max-width: 100%;
      height: auto; }
    .support-topics .pxu-support .entry-title a {
      color: inherit; }

.support-topic-group {
  margin-bottom: 40px; }
  @media screen and (min-width: 768px) {
    .support-topic-group {
      display: inline-block;
      width: 50%;
      padding-right: 5%;
      vertical-align: top; } }
  @media screen and (min-width: 768px) {
    .support-topic-group:nth-child(odd) {
      margin-left: -5px;
      padding-left: 5%; } }

.support-topic-title {
  margin-bottom: 0; }

.support-topic-links {
  padding: 0;
  list-style: none;
  font-size: 14px;
  line-height: 2; }
  .support-topic-links .icon {
    position: relative;
    top: 2px;
    margin-right: 16px; }
  .support-topic-links .hide {
    display: none; }
  .support-topic-links .transition-in {
    opacity: 0;
    -webkit-transform: translateX(-8px);
        -ms-transform: translateX(-8px);
            transform: translateX(-8px); }
  .support-topic-links .show {
    opacity: 1;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }

@media screen and (min-width: 1024px) {
  .support-sidebar {
    float: left;
    width: 33.333%; } }

@media screen and (max-width: 1023px) and (min-width: 768px) {
  .support-sidebar {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between; } }

.support-sidebar-item {
  padding: 30px;
  margin-bottom: 30px; }
  @media screen and (max-width: 1023px) and (min-width: 768px) {
    .support-sidebar-item {
      width: 45%; } }
  @media screen and (max-width: 1023px) {
    .support-sidebar-item.platforms {
      display: none; } }
  .support-sidebar-item h4, .support-sidebar-item .theme-reviews-content-wrapper .wpcr3_table_2 .comment-field, .theme-reviews-content-wrapper .wpcr3_table_2 .support-sidebar-item .comment-field {
    margin-top: 0;
    margin-bottom: 20px; }
  .support-sidebar-item h5, .support-sidebar-item #edd_checkout_form_wrap label, #edd_checkout_form_wrap .support-sidebar-item label, .support-sidebar-item #edd_purchase_receipt_products thead th, #edd_purchase_receipt_products thead .support-sidebar-item th {
    margin-bottom: 0; }
  .support-sidebar-item .support-topic-links {
    margin-bottom: 0; }
    .support-sidebar-item .support-topic-links.quick-links {
      font-size: 16px; }
    .support-sidebar-item .support-topic-links .twitter-link {
      margin-top: 10px;
      color: #55ACEE;
      display: inherit; }
  .support-sidebar-item .post-count {
    float: right;
    color: #ACAFB6; }

.support-view-all {
  background: transparent; }
  .support-view-all:focus {
    outline: none; }

.search-title {
  margin-bottom: 2em; }

.testimonial-avatar {
  padding: 2px;
  overflow: hidden;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.75); }

.testimonial-avatar-image {
  display: block;
  width: 100%;
  border-radius: 50%; }

.testimonial-brand {
  position: relative;
  padding: 30px;
  font-size: 0; }

.testimonial-brand-quote {
  margin-bottom: 45px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6em; }
  @media screen and (min-width: 768px) {
    .testimonial-brand-quote {
      margin-bottom: 55px; } }

.testimonial-brand-cite {
  position: relative;
  display: inline-block;
  width: 100%;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6; }
  @media screen and (min-width: 1024px) {
    .testimonial-brand-cite {
      font-size: 16px; } }
  .testimonial-brand-cite::before {
    position: absolute;
    top: -8px;
    left: 0;
    content: "\2015"; }

.testimonial-brand-person {
  margin-bottom: 0;
  font-weight: 700; }

.testimonial-brand-title {
  margin: 0;
  font-weight: 500; }

.testimonial-customer {
  position: relative;
  display: block;
  margin-bottom: 20px;
  overflow: hidden; }
  @media screen and (min-width: 768px) {
    .testimonial-customer {
      width: calc(50% - 20px);
      float: left;
      margin: 0 0 20px 20px; } }
  @media screen and (min-width: 1024px) {
    .testimonial-customer {
      width: calc((100% / 3) - 20px); } }
  .testimonial-customer.has-link:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #20222B;
    opacity: 0;
    -webkit-transition: opacity 0.4s cubic-bezier(0.77, 0.02, 0.125, 0.99);
    transition: opacity 0.4s cubic-bezier(0.77, 0.02, 0.125, 0.99); }
  .testimonial-customer img {
    max-width: 100%;
    height: auto; }
  .testimonial-customer .btn, .testimonial-customer .page-template-application-form .gform_button_select_files, .page-template-application-form .testimonial-customer .gform_button_select_files, .testimonial-customer #edd_checkout_form_wrap #edd_show_discount .edd-apply-discount, #edd_checkout_form_wrap #edd_show_discount .testimonial-customer .edd-apply-discount, .testimonial-customer
  #edd_checkout_form_wrap #edd-discount-code-wrap .edd-apply-discount,
  #edd_checkout_form_wrap #edd-discount-code-wrap .testimonial-customer .edd-apply-discount, .testimonial-customer #edd-purchase-button, .testimonial-customer #edd_purchase_receipt_products .edd_download_file_link, #edd_purchase_receipt_products .testimonial-customer .edd_download_file_link, .testimonial-customer .theme-reviews-content-wrapper .wpcr3_button_1, .theme-reviews-content-wrapper .testimonial-customer .wpcr3_button_1 {
    position: absolute;
    z-index: 1;
    top: 50%;
    opacity: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -20%);
        -ms-transform: translate(-50%, -20%);
            transform: translate(-50%, -20%);
    -webkit-transition: opacity 0.4s cubic-bezier(0.77, 0.02, 0.125, 0.99), -webkit-transform 0.4s cubic-bezier(0.77, 0.02, 0.125, 0.99);
    transition: opacity 0.4s cubic-bezier(0.77, 0.02, 0.125, 0.99), -webkit-transform 0.4s cubic-bezier(0.77, 0.02, 0.125, 0.99);
    transition: transform 0.4s cubic-bezier(0.77, 0.02, 0.125, 0.99), opacity 0.4s cubic-bezier(0.77, 0.02, 0.125, 0.99);
    transition: transform 0.4s cubic-bezier(0.77, 0.02, 0.125, 0.99), opacity 0.4s cubic-bezier(0.77, 0.02, 0.125, 0.99), -webkit-transform 0.4s cubic-bezier(0.77, 0.02, 0.125, 0.99); }

.testimonials-mentions {
  background-color: white;
  overflow-x: visible; }
  .testimonials-mentions header {
    padding: 0;
    margin-top: 60px;
    margin-bottom: 40px; }
  .testimonials-mentions.vertical header {
    margin-top: 40px; }
  @media screen and (min-width: 1024px) {
    .testimonials-mentions.vertical h2, .testimonials-mentions.vertical .content-cta-title, .testimonials-mentions.vertical .content-projects-title {
      text-transform: uppercase;
      font-size: 20px;
      text-align: left; } }

.testimonials-mention-group {
  text-align: center;
  font-size: 0; }

.testimonials-mention {
  display: inline-block;
  width: 100%;
  text-align: left;
  box-shadow: none;
  padding: 25px 2.5%; }
  @media screen and (min-width: 768px) {
    .testimonials-mention {
      width: 33.33%; } }
  @media screen and (min-width: 1024px) {
    .vertical .testimonials-mention {
      display: block;
      width: 100%;
      padding-left: 0; } }
  @media screen and (min-width: 1024px) {
    .horizontal .testimonials-mention {
      display: inline-block;
      width: 33.33%; } }

.testimonials-mention-quote {
  position: relative;
  margin: 0 0 10px; }
  .large .testimonials-mention-quote {
    font-size: 17px; }
  .testimonials-mention-quote:before {
    position: absolute;
    left: -10px;
    top: -3px;
    font-size: 24px; }
  .testimonials-mention-quote:before, .testimonials-mention-quote:after {
    content: "\""; }

.testimonials-mention-avatar-cite-wrapper {
  width: 100%;
  height: auto;
  margin-top: 20px; }

.testimonials-mention-avatar {
  display: inline-block;
  width: 36px;
  height: 36px;
  padding: 2px;
  overflow: hidden;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.75); }
  .testimonials-mention-avatar img {
    display: block;
    width: 100%;
    border-radius: 50%; }

.testimonials-mention-avatar,
.testimonials-mention-cite {
  position: relative;
  display: inline-block;
  right: 0;
  left: 0;
  bottom: 0;
  vertical-align: middle; }

.testimonials-mention-cite {
  margin-right: 15px; }

.testimonial-mini {
  display: inline-block;
  text-align: center; }

.testimonial-mini-avatar {
  display: inline-block; }
  .testimonial-mini-avatar .testimonial-avatar {
    width: 10vw;
    max-width: 80px; }

.testimonial-mini-logo {
  max-width: 40%;
  max-height: 20px; }
  .testimonial-mini-logo path {
    fill: #fff !important; }

.testimonial-mini-cite {
  font-size: 18px;
  line-height: 1.4; }
  .testimonial-mini-cite p {
    margin-top: 20px;
    margin-bottom: 30px; }

.testimonial-platform {
  position: relative;
  width: 90%;
  padding: 20px;
  margin: 0 auto 50px;
  font-size: 0; }
  @media screen and (min-width: 480px) {
    .testimonial-platform {
      padding: 30px 30% 30px 30px; } }
  @media screen and (min-width: 768px) {
    .testimonial-platform {
      padding: 30px 30px 30px 25%;
      overflow: hidden; }
      .testimonial-platform.screenshot-right {
        padding: 30px 25% 30px 30px; }
        .testimonial-platform.screenshot-right::before {
          right: 0;
          left: initial; } }
  @media screen and (min-width: 1024px) {
    .testimonial-platform {
      width: 90%;
      margin-bottom: 120px; } }
  .testimonial-platform::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-color: #edeef4;
    content: ""; }
    @media screen and (min-width: 768px) {
      .testimonial-platform::before {
        width: 90%; } }

.testimonial-platform-screenshot {
  position: absolute;
  right: -2%;
  bottom: -2%;
  width: 30%; }
  @media screen and (min-width: 768px) {
    .testimonial-platform-screenshot {
      bottom: 0;
      right: 75%;
      width: auto;
      height: calc(100% - 36px); }
      .screenshot-right .testimonial-platform-screenshot {
        right: initial;
        left: 75%; } }

.testimonial-platform-screenshot-image {
  width: 100%;
  box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.35); }
  @media screen and (min-width: 768px) {
    .testimonial-platform-screenshot-image {
      position: absolute;
      top: 0;
      right: 0;
      width: auto;
      height: 100%; }
      .screenshot-right .testimonial-platform-screenshot-image {
        right: initial;
        left: 0; } }

.testimonial-platform-quote {
  margin-bottom: 40px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6em; }
  @media screen and (min-width: 768px) {
    .testimonial-platform-quote {
      font-size: 24px;
      line-height: 1.5em; } }

.testimonial-platform-cite {
  position: relative;
  display: inline-block;
  width: 50%;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5em; }
  @media screen and (min-width: 768px) {
    .screenshot-right .testimonial-platform-cite {
      margin-left: calc(10% + 30px); } }
  .testimonial-platform-cite::before {
    position: absolute;
    top: -8px;
    left: 0;
    content: "\2015"; }

.testimonial-platform-person {
  margin-bottom: 0; }

.testimonial-platform-title {
  margin: 0;
  font-weight: 400; }

@media screen and (max-width: 959px) {
  .testimonials-site-group {
    width: 100vw;
    margin-left: -5.333vw; }
    .testimonials-site-group:after {
      content: 'flickity';
      display: none; } }

@media screen and (min-width: 960px) {
  .testimonials-site-group {
    display: table;
    width: calc(100% + 3.5vw);
    margin-left: -1.75vw;
    border-spacing: 1.75vw 0;
    margin-bottom: 1.75vw; }
    .testimonials-site-group:after {
      content: '';
      display: none; }
    .testimonials-site-group:focus {
      outline: none; } }

.page-template-services .testimonials-site-group {
  padding-bottom: 40px; }
  @media screen and (min-width: 1024px) {
    .page-template-services .testimonials-site-group {
      padding-bottom: 6.25vw; } }

@media screen and (max-width: 959px) {
  .testimonials-site-group .testimonials-site {
    width: 60%;
    margin-left: 2.5%;
    margin-right: 2.5%;
    margin-bottom: 10px; } }

@media screen and (max-width: 767px) {
  .testimonials-site-group .testimonials-site {
    width: 75%; } }

@media screen and (min-width: 960px) {
  .testimonials-site-group .testimonials-site {
    display: table-cell;
    width: 33%;
    vertical-align: top; } }

.testimonials-site {
  position: relative;
  text-align: center; }

.testimonials-site-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: block; }

.testimonials-site-screenshot {
  max-height: 21vw;
  overflow: hidden; }
  .testimonials-site-screenshot img {
    width: 100%;
    height: auto; }
  @media screen and (max-width: 959px) {
    .testimonials-site-screenshot {
      max-height: 60vw; } }

.testimonials-site-avatar {
  display: inline-block;
  width: 54px;
  height: 54px;
  margin-top: -30px;
  padding: 2px;
  overflow: hidden;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.75); }
  .testimonials-site-avatar img {
    display: block;
    width: 100%;
    border-radius: 50%; }

.testimonials-site-quote {
  margin: 15px 10% 110px; }

.testimonials-site-cite {
  position: absolute;
  left: 1vw;
  right: 1vw;
  bottom: 35px; }

.testimonials-site-person, .testimonials-mention-person {
  margin: 0;
  padding: 0; }

.testimonials-site-title, .testimonials-mention-title {
  margin: .25vw 0 0;
  padding: 0; }

.testimonials-trust {
  background: #f7f7f8; }
  .testimonials-trust footer p {
    font-size: 15px; }

.testimonials-trust-logos {
  padding-top: 2vw;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  max-width: 322px;
  margin: 0 auto; }
  @media screen and (min-width: 670px) {
    .testimonials-trust-logos {
      max-width: none;
      flex-wrap: nowrap; } }
  @media screen and (min-width: 1024px) {
    .testimonials-trust-logos {
      display: block; } }

.testimonials-trust-logo {
  display: inline-block;
  vertical-align: middle;
  max-height: 50px;
  margin: 5px;
  width: auto; }
  @media screen and (min-width: 360px) {
    .testimonials-trust-logo {
      max-height: 60px; } }
  @media screen and (min-width: 768px) {
    .testimonials-trust-logo {
      max-height: 70px;
      margin: 12px 9px 24px; } }
  @media screen and (min-width: 1024px) {
    .testimonials-trust-logo {
      max-height: 80px;
      margin: 24px 9px; } }

.testimonials-trust-brands {
  padding-top: 4vw;
  padding-bottom: 4vw;
  text-align: center;
  background-color: #F5F6F7; }
  @media screen and (max-width: 767px) {
    .testimonials-trust-brands {
      padding-top: 7vw;
      padding-bottom: 9vw; } }
  .testimonials-trust-brands h3, .testimonials-trust-brands #edd_checkout_form_wrap #edd-payment-mode-wrap .edd-payment-mode-label, #edd_checkout_form_wrap #edd-payment-mode-wrap .testimonials-trust-brands .edd-payment-mode-label, .testimonials-trust-brands
  #edd_checkout_user_info legend,
  #edd_checkout_user_info .testimonials-trust-brands legend, .testimonials-trust-brands
  #edd_cc_fields legend,
  #edd_cc_fields .testimonials-trust-brands legend, .testimonials-trust-brands
  #edd_cc_address legend,
  #edd_cc_address .testimonials-trust-brands legend, .testimonials-trust-brands .support-platform-selector li, .support-platform-selector .testimonials-trust-brands li, .testimonials-trust-brands .theme-reviews-content-wrapper .wpcr3_review .wpcr3_review_title, .theme-reviews-content-wrapper .wpcr3_review .testimonials-trust-brands .wpcr3_review_title, .testimonials-trust-brands .theme-reviews-content-wrapper .wpcr3_table_2 .wpcr3_leave_text, .theme-reviews-content-wrapper .wpcr3_table_2 .testimonials-trust-brands .wpcr3_leave_text, .testimonials-trust-brands .themezilla-listing-title {
    margin: 0 auto; }
    @media screen and (max-width: 839px) {
      .testimonials-trust-brands h3, .testimonials-trust-brands #edd_checkout_form_wrap #edd-payment-mode-wrap .edd-payment-mode-label, #edd_checkout_form_wrap #edd-payment-mode-wrap .testimonials-trust-brands .edd-payment-mode-label, .testimonials-trust-brands
      #edd_checkout_user_info legend,
      #edd_checkout_user_info .testimonials-trust-brands legend, .testimonials-trust-brands
      #edd_cc_fields legend,
      #edd_cc_fields .testimonials-trust-brands legend, .testimonials-trust-brands
      #edd_cc_address legend,
      #edd_cc_address .testimonials-trust-brands legend, .testimonials-trust-brands .support-platform-selector li, .support-platform-selector .testimonials-trust-brands li, .testimonials-trust-brands .theme-reviews-content-wrapper .wpcr3_review .wpcr3_review_title, .theme-reviews-content-wrapper .wpcr3_review .testimonials-trust-brands .wpcr3_review_title, .testimonials-trust-brands .theme-reviews-content-wrapper .wpcr3_table_2 .wpcr3_leave_text, .theme-reviews-content-wrapper .wpcr3_table_2 .testimonials-trust-brands .wpcr3_leave_text, .testimonials-trust-brands .themezilla-listing-title {
        padding: 0 4vw;
        max-width: 540px; } }
  .testimonials-trust-brands p {
    color: #676b73;
    font-size: 17px;
    font-weight: 300;
    line-height: 1.5; }

.testimonial-metabox-person-name {
  width: 100%;
  font-size: 20px; }

.testimonial-metabox-person-title {
  width: 90%;
  margin-top: 10px;
  font-style: italic; }

.testimonial-metabox-person-quote {
  width: 100%;
  max-width: 100%;
  height: 180px;
  margin-top: 10px; }

.wp-list-table.fixed .column-person {
  min-width: 180px; }

.wp-list-table.fixed .column-person-title {
  font-style: italic; }

.wp-list-table.fixed .column-attachments {
  font-size: 12px;
  text-align: right; }
  .wp-list-table.fixed .column-attachments .empty {
    color: red; }

.detail-list {
  padding: 6px 24px 8px; }

.detail-header {
  padding-top: 18px;
  padding-bottom: 12px;
  border-bottom: 1px solid #EBEBEB; }

.detail-header-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: normal; }

.detail-footer {
  padding-top: 15px;
  padding-bottom: 12px;
  border-top: 1px solid #EBEBEB; }

.detail-item {
  display: table;
  width: 100%;
  font-size: 15px;
  border-bottom: 1px solid #EBEBEB; }
  .detail-item:last-of-type {
    border-bottom: none; }

.detail-name {
  display: table-cell;
  width: 45%;
  padding: 18px 5% 12px 0;
  vertical-align: top; }
  .detail-checklist .detail-name {
    width: 100%; }

.detail-body {
  display: table-cell;
  margin: 0;
  padding: 18px 0 12px;
  vertical-align: top;
  color: #676b73; }
  .detail-checklist .detail-body {
    width: 20%;
    min-width: 50px;
    padding: 0;
    text-align: center;
    vertical-align: middle; }
    .detail-checklist .detail-body img {
      display: block;
      margin-left: auto; }

.purchase-btn-wrap {
  text-align: center; }

.theme-features-title {
  margin-top: 5vw;
  margin-bottom: 10vw;
  font-size: 28px;
  font-weight: 300;
  text-align: center; }
  @media screen and (min-width: 640px) {
    .theme-features-title {
      font-size: 32px;
      margin-top: 2.5vw;
      margin-bottom: 7.5vw; } }
  @media screen and (min-width: 1024px) {
    .theme-features-title {
      font-size: 36px;
      margin-top: 0;
      margin-bottom: 5.5vw;
      text-align: left; } }

@media screen and (min-width: 1024px) {
  .theme-feature-list {
    width: 72%;
    float: left; } }

.theme-feature {
  display: block;
  float: left;
  vertical-align: top;
  padding: 0 0 50px;
  width: 50%;
  padding: 0 3vw 40px 0; }
  .theme-feature:nth-child(even) {
    padding: 0 0 40px 3vw; }
  .theme-feature:nth-child(odd) {
    clear: both; }
  @media screen and (min-width: 640px) {
    .theme-feature {
      width: 33.333%;
      padding: 0 2.5vw 40px; }
      .theme-feature:nth-child(even) {
        padding: 0 2.5vw 40px; }
      .theme-feature:nth-child(odd) {
        clear: none; }
      .theme-feature:nth-child(3n+4) {
        clear: both; } }
  @media screen and (min-width: 1024px) {
    .theme-feature {
      padding: 0 4.5vw 50px 0; }
      .theme-feature:nth-child(even) {
        padding: 0 4.5vw 50px 0; } }
  @media screen and (min-width: 1140px) {
    .theme-feature {
      width: 33%;
      padding-bottom: 60px; } }

.theme-feature-icon {
  margin-bottom: 20px;
  overflow: hidden; }
  @media screen and (min-width: 1140px) {
    .theme-feature-icon {
      margin-bottom: 25px; } }

.theme-feature-icon-image {
  display: block;
  width: 100%; }

.theme-feature-title {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.4; }
  @media screen and (max-width: 479px) {
    .theme-feature-title {
      font-size: 16px; } }
  @media screen and (min-width: 1140px) {
    .theme-feature-title {
      font-size: 19px; } }

.theme-feature-description {
  margin-top: 0;
  font-size: 14px;
  line-height: 1.4; }
  @media screen and (max-width: 479px) {
    .theme-feature-description {
      font-size: 13px; } }
  @media screen and (min-width: 1140px) {
    .theme-feature-description {
      font-size: 15px; } }

@media screen and (min-width: 768px) {
  .themes-grid-group {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    margin-left: -1.4vw; } }

.themes-grid-group .themes-grid {
  padding-bottom: 51vw;
  margin-bottom: 20px; }
  @media screen and (min-width: 768px) {
    .themes-grid-group .themes-grid {
      width: calc(50% - 3vw);
      margin: 0 0 3vw 3vw;
      padding-bottom: 29vw; } }
  @media screen and (min-width: 1024px) {
    .themes-grid-group .themes-grid {
      width: calc(33.333% - 3vw);
      padding-bottom: 18vw; } }
  @media screen and (min-width: 768px) {
    .no-flexbox .themes-grid-group .themes-grid {
      display: inline-block;
      vertical-align: top;
      margin: 0 -4px 1.4vw 1.4vw; } }

.themes-grid {
  position: relative;
  margin-bottom: 80px;
  padding: 0 3%;
  overflow: hidden;
  color: #676b73;
  background: #f7f7f8; }

.themes-grid-link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 4; }

.themes-grid-info {
  padding: 13% 0 7%;
  text-align: center; }
  @media screen and (max-width: 767px) {
    .themes-grid-info {
      padding: 11.5% 0 6%; } }
  .themes-grid-info .theme-price {
    display: block;
    margin: 4px auto 15px;
    color: rgba(63, 66, 84, 0.7); }

.themes-grid-name {
  margin: 0;
  padding-top: 0;
  color: #20222B;
  font-size: 25px;
  font-weight: 400;
  line-height: 1.2; }
  .themes-grid-name a {
    color: inherit; }
  @media screen and (max-width: 767px) {
    .themes-grid-name {
      font-size: 32px; } }
  @media screen and (max-width: 479px) {
    .themes-grid-name {
      font-size: 26px; } }
  @media screen and (min-width: 1140px) {
    .themes-grid-name {
      font-size: 27px; } }

.themes-grid-plug {
  margin: 12px 0 10px 0;
  line-height: 1.2;
  font-size: 15px; }

.themes-grid-screenshot {
  position: absolute;
  bottom: 0;
  left: 9%;
  right: 9%; }
  .themes-grid-screenshot .screenshot {
    max-height: 50vw; }
    @media screen and (min-width: 768px) {
      .themes-grid-screenshot .screenshot {
        max-height: 28vw; } }
    @media screen and (min-width: 1024px) {
      .themes-grid-screenshot .screenshot {
        max-height: 18vw; } }

.hero-themes {
  margin: 0;
  text-align: center; }
  @media screen and (max-width: 1023px) {
    .hero-themes h1 {
      line-height: 44px; } }
  @media screen and (max-width: 479px) {
    .hero-themes h1 {
      line-height: 36px; } }
  @media screen and (min-width: 1600px) {
    .hero-themes h1 {
      line-height: 56px; } }
  .hero-themes h1 .wordmark-wordpress,
  .hero-themes h1 .wordmark-tumblr {
    position: relative;
    top: 1px; }
  @media screen and (max-width: 1023px) {
    .hero-themes h1 .wordmark-wordpress {
      height: 30px; } }
  @media screen and (max-width: 479px) {
    .hero-themes h1 .wordmark-wordpress {
      height: 24px; } }
  @media screen and (min-width: 1600px) {
    .hero-themes h1 .wordmark-wordpress {
      height: 36px; } }
  .hero-themes h1 .wordmark-tumblr {
    height: 36px; }
    @media screen and (max-width: 1023px) {
      .hero-themes h1 .wordmark-tumblr {
        height: 33px; } }
    @media screen and (max-width: 479px) {
      .hero-themes h1 .wordmark-tumblr {
        height: 26px; } }
    @media screen and (min-width: 1600px) {
      .hero-themes h1 .wordmark-tumblr {
        height: 39px; } }
  .hero-themes h1 .wordmark-shopify {
    vertical-align: middle; }
    @media screen and (max-width: 1023px) {
      .hero-themes h1 .wordmark-shopify {
        height: 44px; } }
    @media screen and (max-width: 479px) {
      .hero-themes h1 .wordmark-shopify {
        height: 36px; } }
    @media screen and (min-width: 1600px) {
      .hero-themes h1 .wordmark-shopify {
        height: 56px; } }
  .hero-themes h1 .wordmark-bigcommerce {
    vertical-align: top; }
    @media screen and (max-width: 1023px) {
      .hero-themes h1 .wordmark-bigcommerce {
        height: 44px; } }
    @media screen and (max-width: 479px) {
      .hero-themes h1 .wordmark-bigcommerce {
        height: 36px; } }
    @media screen and (min-width: 1600px) {
      .hero-themes h1 .wordmark-bigcommerce {
        height: 56px; } }
  .hero-themes p {
    color: #ACAFB6;
    margin: 15px auto 0; }

.theme-menu-wrapper {
  width: 100%;
  font-size: 0; }
  .theme-menu-wrapper.is-sticky {
    position: fixed;
    bottom: 0;
    height: 66px;
    padding: 0 25px;
    background-color: #fff;
    box-shadow: 0 -1px 2px 0 rgba(0, 0, 0, 0.12);
    -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
            transform: translateY(100%); }
    .theme-menu-wrapper.is-sticky.animate {
      -webkit-transition: color 0.2s ease-out, -webkit-transform 0.2s ease-out;
      transition: color 0.2s ease-out, -webkit-transform 0.2s ease-out;
      transition: transform 0.2s ease-out, color 0.2s ease-out;
      transition: transform 0.2s ease-out, color 0.2s ease-out, -webkit-transform 0.2s ease-out; }
    .theme-menu-wrapper.is-sticky.show {
      -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
              transform: translateY(0); }

.theme-menu {
  display: inline-block;
  height: 100%;
  font-weight: 400;
  vertical-align: top; }
  .theme-menu.left-menu {
    display: block;
    margin-bottom: 20px;
    width: 100%;
    text-align: left; }
    @media screen and (min-width: 1024px) {
      .theme-menu.left-menu {
        display: inline-block;
        width: 60%; } }
    @media screen and (min-width: 1140px) {
      .theme-menu.left-menu {
        width: 50%; } }
    .is-sticky .theme-menu.left-menu {
      display: inline-block;
      margin-bottom: 0;
      width: 30%; }
      @media screen and (min-width: 768px) {
        .is-sticky .theme-menu.left-menu {
          width: 10%; } }
  .theme-menu.right-menu {
    display: block;
    width: 100%;
    text-align: right;
    vertical-align: bottom; }
    @media screen and (min-width: 1024px) {
      .theme-menu.right-menu {
        display: inline-block;
        width: 40%;
        height: auto;
        margin-bottom: 30px; } }
    @media screen and (min-width: 1140px) {
      .theme-menu.right-menu {
        width: 50%; } }
    .is-sticky .theme-menu.right-menu {
      display: inline-block;
      width: 70%; }
      @media screen and (min-width: 768px) {
        .is-sticky .theme-menu.right-menu {
          width: 90%; } }
  .theme-menu a {
    vertical-align: middle; }

.theme-title {
  margin: 20px 0 0;
  font-size: 46px;
  font-weight: 400;
  line-height: 66px;
  color: #fff;
  text-align: center; }
  @media screen and (min-width: 768px) {
    .theme-title {
      margin: 0;
      font-size: 56px;
      text-align: left; } }
  .is-sticky .theme-title {
    margin: 0;
    font-size: 26px;
    font-weight: 400;
    color: #20222b;
    text-align: left; }

.theme-description {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  color: #ACAFB6;
  text-align: center; }
  @media screen and (min-width: 768px) {
    .theme-description {
      text-align: left; } }

.preset-selector-wrapper,
.preset-demo-cta-wrapper,
.theme-video-cta-wrapper {
  display: inline-block;
  margin-right: 15px; }
  .preset-selector-wrapper:first-child,
  .preset-demo-cta-wrapper:first-child,
  .theme-video-cta-wrapper:first-child {
    margin-left: 0; }
  .preset-selector-wrapper:last-child,
  .preset-demo-cta-wrapper:last-child,
  .theme-video-cta-wrapper:last-child {
    margin-right: 0; }

.preset-cta-btns-wrapper {
  float: left;
  width: 100%;
  text-align: center; }
  @media screen and (min-width: 768px) {
    .preset-cta-btns-wrapper {
      width: 50%;
      text-align: left; } }
  @media screen and (min-width: 1024px) {
    .preset-cta-btns-wrapper {
      width: 100%;
      text-align: right; } }
  .is-sticky .preset-cta-btns-wrapper {
    display: none;
    float: none;
    width: auto; }
    @media screen and (min-width: 768px) {
      .is-sticky .preset-cta-btns-wrapper {
        display: inline-block; } }

.theme-purchase-cta-wrapper {
  float: right;
  width: 100%;
  text-align: center;
  margin-left: 15px; }
  @media screen and (min-width: 768px) {
    .theme-purchase-cta-wrapper {
      width: auto;
      text-align: right; } }
  @media screen and (min-width: 1024px) {
    .theme-purchase-cta-wrapper {
      float: none; } }
  .is-sticky .theme-purchase-cta-wrapper {
    display: inline-block;
    float: none;
    text-align: right; }

.preset-selector-wrapper,
.preset-demo-cta-wrapper,
.theme-video-cta-wrapper,
.theme-purchase-cta-wrapper {
  line-height: 66px;
  vertical-align: middle; }

.preset-selector,
.preset-demo-cta,
.theme-video-cta {
  position: relative;
  font-size: 16px;
  color: #3f4254; }
  .is-dark .preset-selector, .is-dark
  .preset-demo-cta, .is-dark
  .theme-video-cta {
    color: #fff; }

.preset-selector {
  position: relative;
  padding-right: 15px;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
  list-style-type: none; }
  .preset-selector::after {
    position: absolute;
    top: 50%;
    right: 0;
    display: block;
    width: 1px;
    height: 22px;
    margin-top: -11px;
    border-right: 1px solid #979797;
    content: "";
    opacity: 0.2; }

.selected-preset {
  position: relative; }
  .has-dropdown .selected-preset {
    margin-right: 18px;
    cursor: pointer; }
  .selected-preset::after {
    position: absolute;
    top: 0;
    right: -18px;
    bottom: 0;
    display: none;
    width: 12px;
    height: 7px;
    margin-top: auto;
    margin-bottom: auto;
    background: url("images/chevron-up.svg");
    background-size: cover;
    content: ""; }
    .has-dropdown .selected-preset::after {
      display: block; }
    .is-dark .selected-preset::after {
      background: url("images/chevron-down-light.svg");
      background-size: cover; }

.preset-dropdown {
  position: absolute;
  top: calc(100% - 6px);
  left: -16px;
  z-index: 9999;
  display: none;
  width: 120%;
  padding: 4px 0;
  list-style-type: none;
  background-color: #fff;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05), 0 4px 8px rgba(0, 0, 0, 0.14); }
  .is-sticky .preset-dropdown {
    top: -200%;
    bottom: inherit; }
  .preset-dropdown.active {
    display: block; }

.preset-dropdown-item {
  position: relative;
  padding: 8px 16px;
  line-height: 24px;
  text-align: left;
  cursor: pointer; }
  .preset-dropdown-item a {
    color: #3f4254; }
  .preset-dropdown-item.is-selected {
    background-color: #f7f7f8; }
    .preset-dropdown-item.is-selected::after {
      position: absolute;
      top: calc(50% - 7px);
      right: 20px;
      width: 14px;
      height: 14px;
      background: url("images/checkmark-green.svg");
      content: ""; }

.preset-demo-cta-wrapper::before {
  position: relative;
  top: 27px;
  bottom: 27px;
  float: left;
  width: 17px;
  height: 12px;
  margin-right: 11px;
  background: url("images/eye-icon.svg");
  background-size: cover;
  content: ""; }
  .is-dark .preset-demo-cta-wrapper::before {
    background: url("images/eye-icon-light.svg"); }

.preset-demo-cta:not(.is-selected) {
  display: none; }

.theme-video-cta-wrapper::before {
  position: relative;
  top: 28px;
  bottom: 28px;
  float: left;
  width: 9px;
  height: 10px;
  margin-right: 11px;
  background: url("images/play-icon.svg");
  content: ""; }
  .is-dark .theme-video-cta-wrapper::before {
    background: url("images/play-icon-light.svg"); }

.platform-showcase-wrapper {
  margin-bottom: 50px; }
  @media screen and (min-width: 1024px) {
    .platform-showcase-wrapper {
      margin-bottom: 120px; } }
  .platform-showcase-wrapper.platform-showcase-wrapper-pair {
    display: block; }
    @media screen and (min-width: 1024px) {
      .platform-showcase-wrapper.platform-showcase-wrapper-pair {
        display: table;
        width: calc(100% + 56px);
        margin-left: -28px;
        border-spacing: 28px; } }

.platform-showcase {
  position: relative;
  font-size: 0;
  overflow: hidden; }
  .platform-showcase-wrapper-pair .platform-showcase {
    display: block;
    width: 100%;
    margin-bottom: 50px; }
    @media screen and (min-width: 1024px) {
      .platform-showcase-wrapper-pair .platform-showcase {
        display: table-cell;
        width: 50%; } }

.platform-showcase-bg {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
      -ms-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%); }
  .platform-showcase-bg img {
    min-width: 100%;
    min-height: 100%; }

.platform-showcase-logo {
  position: relative;
  top: 30px;
  left: 30px; }
  @media screen and (min-width: 768px) {
    .platform-showcase-logo {
      position: absolute;
      top: 60px;
      right: 60px;
      left: inherit; } }
  @media screen and (min-width: 1024px) {
    .platform-showcase-wrapper:not(.platform-showcase-wrapper-pair) .platform-showcase-logo {
      top: 95px;
      right: inherit;
      left: 95px; } }
  .platform-showcase-logo img {
    width: 44px;
    height: 44px; }

.platform-showcase-content {
  position: relative;
  display: block;
  width: 80%;
  padding: 30px 30px 0; }
  @media screen and (min-width: 768px) {
    .platform-showcase-content {
      padding: 60px 60px 0; } }
  @media screen and (min-width: 1024px) {
    .platform-showcase-wrapper:not(.platform-showcase-wrapper-pair) .platform-showcase-content {
      display: inline-block;
      width: 50%;
      padding: 164px 50px 85px 95px; } }

.platform-showcase-title {
  color: #fff; }

.platform-showcase-cta-text {
  display: block;
  padding-top: 35px;
  padding-bottom: 45px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.7px;
  color: #fff; }
  @media screen and (min-width: 768px) {
    .platform-showcase-cta-text {
      padding-top: 0; } }
  @media screen and (min-width: 1024px) {
    .platform-showcase-wrapper:not(.platform-showcase-wrapper-pair) .platform-showcase-cta-text {
      font-size: 39px;
      line-height: 1.2;
      letter-spacing: -1px; } }
  @media screen and (min-width: 1140px) {
    .platform-showcase-wrapper:not(.platform-showcase-wrapper-pair) .platform-showcase-cta-text {
      font-size: 46px; } }

.platform-showcase-fg {
  position: relative;
  display: block;
  width: 100%;
  margin-top: 50px;
  margin-left: 30px;
  vertical-align: bottom; }
  @media screen and (min-width: 768px) {
    .platform-showcase-fg {
      margin-left: 60px; } }
  @media screen and (min-width: 1024px) {
    .platform-showcase-wrapper:not(.platform-showcase-wrapper-pair) .platform-showcase-fg {
      display: inline-block;
      width: 50%;
      margin-top: 95px;
      margin-left: 0; } }
  .platform-showcase-fg img {
    width: 100%;
    box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.35); }

.theme-reviews {
  padding-top: 45px;
  padding-bottom: 65px;
  text-align: center;
  background-color: #f7f7f8; }
  .theme-reviews .section-title {
    margin-bottom: 0; }

.theme-reviews-content-wrapper {
  width: 100%;
  margin: 0 auto; }
  @media screen and (min-width: 768px) {
    .theme-reviews-content-wrapper {
      max-width: 768px; } }
  @media screen and (min-width: 1024px) {
    .theme-reviews-content-wrapper {
      max-width: 1400px; } }
  .theme-reviews-content-wrapper .wpcr3_dotline {
    display: none !important; }
  .theme-reviews-content-wrapper .wpcr3_review {
    padding: 30px;
    text-align: left; }
    .theme-reviews-content-wrapper .wpcr3_review .wpcr3_content {
      padding-bottom: 0;
      margin: 10px 0 0; }
      .theme-reviews-content-wrapper .wpcr3_review .wpcr3_content p {
        font-weight: 400;
        margin: inherit !important;
        padding: inherit !important;
        line-height: inherit !important; }
    .theme-reviews-content-wrapper .wpcr3_review .wpcr3_review_datePublished,
    .theme-reviews-content-wrapper .wpcr3_review .wpcr3_review_author {
      font-style: normal; }
  .theme-reviews-content-wrapper .wpcr3_aggregateRating {
    margin-top: 20px;
    text-align: center; }
  .theme-reviews-content-wrapper .wpcr3_respond_2 {
    width: 100%;
    padding: 30px !important;
    margin: 20px auto 0 !important;
    text-align: center; }
    @media screen and (min-width: 1160px) {
      .theme-reviews-content-wrapper .wpcr3_respond_2 {
        width: 75%; } }
    @media screen and (min-width: 1140px) {
      .theme-reviews-content-wrapper .wpcr3_respond_2 {
        width: 50%; } }
  .theme-reviews-content-wrapper .wpcr3_div_2 {
    width: 100%; }
  .theme-reviews-content-wrapper .wpcr3_rating_style1,
  .theme-reviews-content-wrapper .wpcr3_rating_style1_status,
  .theme-reviews-content-wrapper .wpcr3_rating_style1_score,
  .theme-reviews-content-wrapper .wpcr3_rating_style1_score div,
  .theme-reviews-content-wrapper .wpcr3_rating_style1_base,
  .theme-reviews-content-wrapper .wpcr3_rating_style1_average {
    width: 80px;
    height: 16px;
    line-height: 16px; }
  .theme-reviews-content-wrapper .wpcr3_rating_style1_score {
    background: url("images/review-stars-retina.png") 0 0 no-repeat;
    background-size: 80px 48px; }
  .theme-reviews-content-wrapper .wpcr3_rating_style1_score div:hover {
    background: url("images/review-stars-retina.png") bottom right no-repeat;
    background-size: 80px 48px; }
  .theme-reviews-content-wrapper .wpcr3_review_form_review_field_textarea textarea {
    width: 100%;
    min-width: 0;
    resize: none; }
  .theme-reviews-content-wrapper .wpcr3_table_2 .wpcr3_required_star {
    color: #17C2AA; }
  .theme-reviews-content-wrapper .wpcr3_table_2 td {
    text-align: center;
    padding-bottom: 10px; }
  .theme-reviews-content-wrapper .wpcr3_table_2 .wpcr3_review_form_text_field td,
  .theme-reviews-content-wrapper .wpcr3_table_2 .wpcr3_review_form_rating_field td,
  .theme-reviews-content-wrapper .wpcr3_table_2 .wpcr3_review_form_review_field_label td {
    padding-bottom: 18px; }
    .theme-reviews-content-wrapper .wpcr3_table_2 .wpcr3_review_form_text_field td:first-child,
    .theme-reviews-content-wrapper .wpcr3_table_2 .wpcr3_review_form_rating_field td:first-child,
    .theme-reviews-content-wrapper .wpcr3_table_2 .wpcr3_review_form_review_field_label td:first-child {
      padding-bottom: 4px; }
  .theme-reviews-content-wrapper .wpcr3_table_2 .wpcr3_review_form_review_field_label td {
    padding-bottom: 4px; }
  .theme-reviews-content-wrapper .wpcr3_table_2 .wpcr3_review_form_review_field_textarea td {
    padding-bottom: 18px; }
  .theme-reviews-content-wrapper .wpcr3_table_2 .wpcr3_review_form_text_field td,
  .theme-reviews-content-wrapper .wpcr3_table_2 .wpcr3_review_form_rating_field td,
  .theme-reviews-content-wrapper .wpcr3_table_2 .wpcr3_review_form_review_field_label td,
  .theme-reviews-content-wrapper .wpcr3_table_2 .wpcr3_review_form_review_field_textarea td {
    display: block;
    width: 100%;
    text-align: left; }
  .theme-reviews-content-wrapper .wpcr3_table_2 .wpcr3_review_form_text_field .text-input,
  .theme-reviews-content-wrapper .wpcr3_table_2 .wpcr3_review_form_rating_field .text-input,
  .theme-reviews-content-wrapper .wpcr3_table_2 .wpcr3_review_form_review_field_label .text-input,
  .theme-reviews-content-wrapper .wpcr3_table_2 .wpcr3_review_form_review_field_textarea .text-input {
    width: 100%; }
  .theme-reviews-content-wrapper .wpcr3_table_2 .wpcr3_check_confirm {
    display: none; }
  .theme-reviews-content-wrapper .wpcr3_respond_3 {
    text-align: center; }
  .theme-reviews-content-wrapper .wpcr3_review_ratingValue {
    display: block !important; }
  .theme-reviews-content-wrapper .wpcr3_rating_style1_base {
    padding-right: 0;
    background: url("images/review-stars-retina.png") 0 0 no-repeat;
    background-size: 80px 48px; }
  .theme-reviews-content-wrapper .wpcr3_rating_style1_average {
    background: url("images/review-stars-retina.png") 0 -32px no-repeat;
    background-size: 80px 48px; }

.review-masonry-sizer,
.review-masonry-item {
  width: 100%;
  margin-bottom: 40px; }
  @media screen and (min-width: 1160px) {
    .review-masonry-sizer,
    .review-masonry-item {
      width: calc(50% - 20px); } }

.review-masonry-gutter-sizer {
  width: 40px; }

@media screen and (min-width: 768px) {
  .single-pxu-theme .screenshot-chrome {
    padding: 18px 6px 0;
    border-radius: 5px 5px 0 0; } }

@media screen and (min-width: 768px) {
  .single-pxu-theme .screenshot-chrome img {
    top: 50%;
    width: 25px;
    height: auto;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); } }

@media screen and (min-width: 768px) {
  .single-pxu-theme .screenshot-large {
    padding-top: 18px; } }

.theme-hero {
  padding-top: 100px;
  color: #fff;
  background: #20222B; }
  @media screen and (max-width: 1023px) {
    .theme-hero {
      text-align: center; } }
  @media screen and (min-width: 768px) {
    .theme-hero {
      padding-top: 180px; } }

.theme-header {
  position: relative;
  text-align: center; }

@media screen and (max-width: 1139px) {
  .theme-cta {
    margin-top: 40px; } }

@media screen and (min-width: 1140px) {
  .theme-cta {
    position: absolute;
    right: 5.5vw;
    top: 90px; } }

.theme-cta .btn-preset-demo {
  display: none; }
  @media screen and (max-width: 479px) {
    .theme-cta .btn-preset-demo {
      width: 80%; } }
  .theme-cta .btn-preset-demo.is-selected {
    display: inline-block; }

@media screen and (max-width: 479px) {
  .theme-cta .add-to-cart,
  .theme-cta .edd-add-to-cart {
    display: block;
    width: 80%;
    margin-top: 10px; } }

@media screen and (min-width: 480px) {
  .theme-cta .add-to-cart,
  .theme-cta .edd-add-to-cart {
    margin-left: 10px; } }

.edd-cart-added-alert {
  color: #17C2AA; }

.theme-preset-selector {
  font-size: 16px;
  margin-top: 45px;
  color: #D6D9E0; }
  @media screen and (max-width: 1023px) {
    .theme-preset-selector label {
      display: block;
      margin-bottom: 30px; } }
  @media screen and (min-width: 1024px) {
    .theme-preset-selector label {
      margin-top: 60px;
      padding-right: 50px;
      padding-bottom: 10px;
      border-bottom: 1px solid #393D47; } }
  .theme-preset-selector span {
    margin-left: -4px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #393D47; }
    .theme-preset-selector span:last-child {
      padding-right: 0; }
    @media screen and (max-width: 1023px) {
      .theme-preset-selector span:first-of-type {
        padding-left: 0; } }
  .theme-preset-selector a {
    padding-bottom: 10px;
    color: rgba(255, 255, 255, 0.5);
    border-bottom: 1px solid transparent;
    -webkit-transition: border-bottom-color 500ms;
    transition: border-bottom-color 500ms; }
    .theme-preset-selector a.is-selected {
      border-bottom: 1px solid #fff;
      color: #fff; }

.theme-preset-showcase {
  overflow: hidden; }

.theme-preset {
  height: 44.5vw;
  padding-top: 3.5%;
  opacity: 0; }
  @media screen and (max-width: 1023px) {
    .theme-preset {
      height: 61vw; } }
  .theme-preset.flickity-enabled {
    opacity: 1; }

.theme-preset-screenshot-wrapper {
  display: inline-block;
  width: 68vw;
  height: 44.5vw;
  padding-left: 1vw;
  padding-right: 1vw;
  vertical-align: bottom;
  opacity: .5;
  -webkit-transition: opacity 100ms cubic-bezier(0.415, 0, 0.575, 1);
  transition: opacity 100ms cubic-bezier(0.415, 0, 0.575, 1); }
  @media screen and (max-width: 1023px) {
    .theme-preset-screenshot-wrapper {
      width: 90vw;
      height: 61vw;
      padding-left: 1vw;
      padding-right: 1vw;
      opacity: .3; } }
  .theme-preset-screenshot-wrapper:not(.is-selected):hover {
    opacity: .8; }
  .theme-preset-screenshot-wrapper.is-selected {
    opacity: 1;
    z-index: 1; }
  .theme-preset-screenshot-wrapper.wordpress, .theme-preset-screenshot-wrapper.tumblr {
    height: calc(44.5vw + 42px); }
    @media screen and (max-width: 1023px) {
      .theme-preset-screenshot-wrapper.wordpress, .theme-preset-screenshot-wrapper.tumblr {
        height: calc(61vw + 42px); } }
    .theme-preset-screenshot-wrapper.wordpress .screenshot-mobile, .theme-preset-screenshot-wrapper.tumblr .screenshot-mobile {
      max-height: calc(48% + 21px); }
      @media screen and (max-width: 1023px) {
        .theme-preset-screenshot-wrapper.wordpress .screenshot-mobile, .theme-preset-screenshot-wrapper.tumblr .screenshot-mobile {
          height: calc(48% + 21px); } }
  .theme-preset-screenshot-wrapper:first-child {
    width: 72.333vw;
    padding-left: 5.333vw; }
    @media screen and (max-width: 1023px) {
      .theme-preset-screenshot-wrapper:first-child {
        width: 95vw;
        padding-left: 6vw; } }
  .theme-preset-screenshot-wrapper:last-child {
    width: 72.333vw;
    padding-right: 5.333vw; }
    @media screen and (max-width: 1023px) {
      .theme-preset-screenshot-wrapper:last-child {
        width: 95vw;
        padding-right: 6vw; } }
  .theme-preset-screenshot-wrapper p {
    font-size: 16px;
    margin-top: 0; }

.theme-preset-screenshot-wrapper .screenshot {
  height: 100%; }

.theme-preset-screenshot-wrapper .screenshot-mobile {
  width: 20%;
  max-height: 48%;
  border-radius: 1.8vw 1.8vw 0 0;
  padding-top: 4.5%;
  padding-left: 2px;
  padding-right: 2px;
  background: #161617;
  opacity: 0;
  -webkit-transform: translateY(10px);
      -ms-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: opacity 250ms, -webkit-transform 250ms;
  transition: opacity 250ms, -webkit-transform 250ms;
  transition: opacity 250ms, transform 250ms;
  transition: opacity 250ms, transform 250ms, -webkit-transform 250ms; }
  @media screen and (max-width: 1023px) {
    .theme-preset-screenshot-wrapper .screenshot-mobile {
      right: -3%; } }
  @media screen and (min-width: 640px) {
    .theme-preset-screenshot-wrapper .screenshot-mobile {
      padding-left: 3px;
      padding-right: 3px; } }
  @media screen and (min-width: 960px) {
    .theme-preset-screenshot-wrapper .screenshot-mobile {
      border-radius: 1.2vw 1.2vw 0 0; } }
  @media screen and (min-width: 1280px) {
    .theme-preset-screenshot-wrapper .screenshot-mobile {
      padding-left: 4px;
      padding-right: 4px; } }
  .theme-preset-screenshot-wrapper .screenshot-mobile .screenshot-image {
    padding-top: 0; }

.theme-preset-screenshot-wrapper.is-selected .screenshot-mobile {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0); }

.theme-content {
  padding-top: 5vw;
  padding-bottom: 5vw;
  overflow: hidden; }
  @media screen and (min-width: 1024px) {
    .theme-content {
      padding-bottom: 2.5vw; } }

.theme-meta {
  margin-bottom: 30px; }
  @media screen and (min-width: 1024px) {
    .theme-meta {
      width: 27%;
      float: right;
      clear: right; } }

.single-pxu-theme .support-cta {
  width: 100%;
  max-width: none;
  padding: 100px 80px 120px; }
  .single-pxu-theme .support-cta::before {
    width: 100%;
    background-color: #1f222b; }

.single-pxu-theme .support-cta-content {
  color: #b0b3bc; }

.single-pxu-theme .support-cta-wrapper {
  color: #fff; }

.single-pxu-theme .support-cta-btn {
  background-color: #04dbc0; }

.theme-customers {
  background-color: #F5F6F7;
  padding-top: 80px;
  padding-bottom: 80px; }
  @media screen and (max-width: 767px) {
    .theme-customers {
      padding-top: 9.25vw;
      padding-bottom: 7.5vw; } }
  .theme-customers .section-title {
    text-align: center;
    margin: 0 auto 62px;
    max-width: 80vw; }
    @media screen and (max-width: 767px) {
      .theme-customers .section-title {
        margin-bottom: 9vw; } }

.theme-customers-list {
  overflow: hidden; }
  @media screen and (min-width: 768px) {
    .theme-customers-list {
      margin-left: -20px; } }

.theme-support {
  background: url(images/support-team.png) center bottom no-repeat;
  background-size: 70%; }
  @media screen and (min-width: 768px) {
    .theme-support {
      padding-top: 25px;
      padding-bottom: 60px;
      background-size: 450px auto;
      background-position: 105% bottom; } }
  @media screen and (min-width: 1024px) {
    .theme-support {
      padding-top: 45px;
      padding-bottom: 80px;
      background-size: 500px auto;
      background-position: 95% bottom; } }
  @media screen and (min-width: 1140px) {
    .theme-support {
      padding-top: 60px;
      padding-bottom: 100px;
      background-size: 650px auto; } }

.theme-support-content {
  padding-bottom: 220px;
  text-align: center; }
  @media screen and (min-width: 480px) {
    .theme-support-content {
      padding-bottom: 260px; } }
  @media screen and (min-width: 600px) {
    .theme-support-content {
      padding-bottom: 300px; } }
  @media screen and (min-width: 768px) {
    .theme-support-content {
      text-align: left;
      padding: 0 400px 0 0; } }
  @media screen and (min-width: 1024px) {
    .theme-support-content {
      text-align: left;
      padding: 0 450px 0 0; } }
  @media screen and (min-width: 1140px) {
    .theme-support-content {
      max-width: 85%; } }
  .theme-support-content .section-title {
    margin-top: 40px; }

.theme-testimonials {
  margin-bottom: 20px; }

.themezilla-listing {
  overflow: hidden;
  padding-top: 9vw;
  margin-bottom: 20px; }
  @media screen and (min-width: 768px) {
    .themezilla-listing {
      margin-bottom: 1.4vw; } }
  @media screen and (min-width: 1024px) {
    .themezilla-listing {
      padding-top: 0; } }

.themezilla-listing-content {
  background: #f7f7f8;
  padding: 30px 7px 0 7px; }
  @media screen and (min-width: 768px) {
    .themezilla-listing-content {
      padding: 30px 15px 0 15px; } }
  @media screen and (min-width: 1024px) {
    .themezilla-listing-content {
      padding: 30px 30px 0 30px; } }
  @media screen and (min-width: 1140px) {
    .themezilla-listing-content {
      padding: 60px 60px 0 60px; } }

@media screen and (max-width: 1023px) {
  .themezilla-listing-info {
    text-align: center; } }

@media screen and (min-width: 1024px) {
  .themezilla-listing-info {
    display: table-cell;
    vertical-align: top;
    width: 47%;
    padding: 0 6vw 0 0; } }

@media screen and (max-width: 1159px) and (min-width: 1024px) {
  .themezilla-listing-info {
    padding-right: 4vw; } }

.themezilla-listing-info .btn, .themezilla-listing-info .page-template-application-form .gform_button_select_files, .page-template-application-form .themezilla-listing-info .gform_button_select_files, .themezilla-listing-info #edd_checkout_form_wrap #edd_show_discount .edd-apply-discount, #edd_checkout_form_wrap #edd_show_discount .themezilla-listing-info .edd-apply-discount, .themezilla-listing-info
#edd_checkout_form_wrap #edd-discount-code-wrap .edd-apply-discount,
#edd_checkout_form_wrap #edd-discount-code-wrap .themezilla-listing-info .edd-apply-discount, .themezilla-listing-info #edd-purchase-button, .themezilla-listing-info #edd_purchase_receipt_products .edd_download_file_link, #edd_purchase_receipt_products .themezilla-listing-info .edd_download_file_link, .themezilla-listing-info .theme-reviews-content-wrapper .wpcr3_button_1, .theme-reviews-content-wrapper .themezilla-listing-info .wpcr3_button_1 {
  margin-bottom: 30px; }
  @media screen and (max-width: 329px) {
    .themezilla-listing-info .btn, .themezilla-listing-info .page-template-application-form .gform_button_select_files, .page-template-application-form .themezilla-listing-info .gform_button_select_files, .themezilla-listing-info #edd_checkout_form_wrap #edd_show_discount .edd-apply-discount, #edd_checkout_form_wrap #edd_show_discount .themezilla-listing-info .edd-apply-discount, .themezilla-listing-info
    #edd_checkout_form_wrap #edd-discount-code-wrap .edd-apply-discount,
    #edd_checkout_form_wrap #edd-discount-code-wrap .themezilla-listing-info .edd-apply-discount, .themezilla-listing-info #edd-purchase-button, .themezilla-listing-info #edd_purchase_receipt_products .edd_download_file_link, #edd_purchase_receipt_products .themezilla-listing-info .edd_download_file_link, .themezilla-listing-info .theme-reviews-content-wrapper .wpcr3_button_1, .theme-reviews-content-wrapper .themezilla-listing-info .wpcr3_button_1 {
      display: block; } }

@media screen and (max-width: 329px) {
  .themezilla-listing-info .btn ~ .btn, .themezilla-listing-info .page-template-application-form .gform_button_select_files ~ .btn, .page-template-application-form .themezilla-listing-info .gform_button_select_files ~ .btn, .themezilla-listing-info #edd_checkout_form_wrap #edd_show_discount .edd-apply-discount ~ .btn, #edd_checkout_form_wrap #edd_show_discount .themezilla-listing-info .edd-apply-discount ~ .btn, .themezilla-listing-info
  #edd_checkout_form_wrap #edd-discount-code-wrap .edd-apply-discount ~ .btn,
  #edd_checkout_form_wrap #edd-discount-code-wrap .themezilla-listing-info .edd-apply-discount ~ .btn, .themezilla-listing-info #edd-purchase-button ~ .btn, .themezilla-listing-info #edd_purchase_receipt_products .edd_download_file_link ~ .btn, #edd_purchase_receipt_products .themezilla-listing-info .edd_download_file_link ~ .btn, .themezilla-listing-info .theme-reviews-content-wrapper .wpcr3_button_1 ~ .btn, .theme-reviews-content-wrapper .themezilla-listing-info .wpcr3_button_1 ~ .btn, .themezilla-listing-info .page-template-application-form .btn ~ .gform_button_select_files, .page-template-application-form .themezilla-listing-info .btn ~ .gform_button_select_files, .themezilla-listing-info .page-template-application-form .gform_button_select_files ~ .gform_button_select_files, .page-template-application-form .themezilla-listing-info .gform_button_select_files ~ .gform_button_select_files, .themezilla-listing-info #edd_checkout_form_wrap #edd_show_discount .page-template-application-form .edd-apply-discount ~ .gform_button_select_files, .page-template-application-form .themezilla-listing-info #edd_checkout_form_wrap #edd_show_discount .edd-apply-discount ~ .gform_button_select_files, #edd_checkout_form_wrap #edd_show_discount .themezilla-listing-info .page-template-application-form .edd-apply-discount ~ .gform_button_select_files, .page-template-application-form #edd_checkout_form_wrap #edd_show_discount .themezilla-listing-info .edd-apply-discount ~ .gform_button_select_files, .themezilla-listing-info
  #edd_checkout_form_wrap #edd-discount-code-wrap .page-template-application-form .edd-apply-discount ~ .gform_button_select_files, .page-template-application-form .themezilla-listing-info
  #edd_checkout_form_wrap #edd-discount-code-wrap .edd-apply-discount ~ .gform_button_select_files,
  #edd_checkout_form_wrap #edd-discount-code-wrap .themezilla-listing-info .page-template-application-form .edd-apply-discount ~ .gform_button_select_files, .page-template-application-form
  #edd_checkout_form_wrap #edd-discount-code-wrap .themezilla-listing-info .edd-apply-discount ~ .gform_button_select_files, .themezilla-listing-info .page-template-application-form #edd-purchase-button ~ .gform_button_select_files, .page-template-application-form .themezilla-listing-info #edd-purchase-button ~ .gform_button_select_files, .themezilla-listing-info #edd_purchase_receipt_products .page-template-application-form .edd_download_file_link ~ .gform_button_select_files, .page-template-application-form .themezilla-listing-info #edd_purchase_receipt_products .edd_download_file_link ~ .gform_button_select_files, #edd_purchase_receipt_products .themezilla-listing-info .page-template-application-form .edd_download_file_link ~ .gform_button_select_files, .page-template-application-form #edd_purchase_receipt_products .themezilla-listing-info .edd_download_file_link ~ .gform_button_select_files, .themezilla-listing-info .theme-reviews-content-wrapper .page-template-application-form .wpcr3_button_1 ~ .gform_button_select_files, .page-template-application-form .themezilla-listing-info .theme-reviews-content-wrapper .wpcr3_button_1 ~ .gform_button_select_files, .theme-reviews-content-wrapper .themezilla-listing-info .page-template-application-form .wpcr3_button_1 ~ .gform_button_select_files, .page-template-application-form .theme-reviews-content-wrapper .themezilla-listing-info .wpcr3_button_1 ~ .gform_button_select_files, .themezilla-listing-info #edd_checkout_form_wrap #edd_show_discount .btn ~ .edd-apply-discount, #edd_checkout_form_wrap #edd_show_discount .themezilla-listing-info .btn ~ .edd-apply-discount, .themezilla-listing-info .page-template-application-form #edd_checkout_form_wrap #edd_show_discount .gform_button_select_files ~ .edd-apply-discount, #edd_checkout_form_wrap #edd_show_discount .themezilla-listing-info .page-template-application-form .gform_button_select_files ~ .edd-apply-discount, .page-template-application-form .themezilla-listing-info #edd_checkout_form_wrap #edd_show_discount .gform_button_select_files ~ .edd-apply-discount, #edd_checkout_form_wrap #edd_show_discount .page-template-application-form .themezilla-listing-info .gform_button_select_files ~ .edd-apply-discount, .themezilla-listing-info #edd_checkout_form_wrap #edd_show_discount .edd-apply-discount ~ .edd-apply-discount, #edd_checkout_form_wrap #edd_show_discount .themezilla-listing-info .edd-apply-discount ~ .edd-apply-discount, #edd_checkout_form_wrap #edd-discount-code-wrap .themezilla-listing-info #edd_show_discount .edd-apply-discount ~ .edd-apply-discount, .themezilla-listing-info #edd_checkout_form_wrap #edd_show_discount #edd-purchase-button ~ .edd-apply-discount, #edd_checkout_form_wrap #edd_show_discount .themezilla-listing-info #edd-purchase-button ~ .edd-apply-discount, .themezilla-listing-info #edd_purchase_receipt_products #edd_checkout_form_wrap #edd_show_discount .edd_download_file_link ~ .edd-apply-discount, #edd_checkout_form_wrap #edd_show_discount .themezilla-listing-info #edd_purchase_receipt_products .edd_download_file_link ~ .edd-apply-discount, #edd_purchase_receipt_products .themezilla-listing-info #edd_checkout_form_wrap #edd_show_discount .edd_download_file_link ~ .edd-apply-discount, #edd_checkout_form_wrap #edd_show_discount #edd_purchase_receipt_products .themezilla-listing-info .edd_download_file_link ~ .edd-apply-discount, .themezilla-listing-info .theme-reviews-content-wrapper #edd_checkout_form_wrap #edd_show_discount .wpcr3_button_1 ~ .edd-apply-discount, #edd_checkout_form_wrap #edd_show_discount .themezilla-listing-info .theme-reviews-content-wrapper .wpcr3_button_1 ~ .edd-apply-discount, .theme-reviews-content-wrapper .themezilla-listing-info #edd_checkout_form_wrap #edd_show_discount .wpcr3_button_1 ~ .edd-apply-discount, #edd_checkout_form_wrap #edd_show_discount .theme-reviews-content-wrapper .themezilla-listing-info .wpcr3_button_1 ~ .edd-apply-discount, .themezilla-listing-info
  #edd_checkout_form_wrap #edd-discount-code-wrap .btn ~ .edd-apply-discount,
  #edd_checkout_form_wrap #edd-discount-code-wrap .themezilla-listing-info .btn ~ .edd-apply-discount, .themezilla-listing-info .page-template-application-form
  #edd_checkout_form_wrap #edd-discount-code-wrap .gform_button_select_files ~ .edd-apply-discount,
  #edd_checkout_form_wrap #edd-discount-code-wrap .themezilla-listing-info .page-template-application-form .gform_button_select_files ~ .edd-apply-discount, .page-template-application-form .themezilla-listing-info
  #edd_checkout_form_wrap #edd-discount-code-wrap .gform_button_select_files ~ .edd-apply-discount,
  #edd_checkout_form_wrap #edd-discount-code-wrap .page-template-application-form .themezilla-listing-info .gform_button_select_files ~ .edd-apply-discount, #edd_checkout_form_wrap #edd_show_discount .themezilla-listing-info #edd-discount-code-wrap .edd-apply-discount ~ .edd-apply-discount, .themezilla-listing-info #edd_checkout_form_wrap #edd-discount-code-wrap .edd-apply-discount ~ .edd-apply-discount, #edd_checkout_form_wrap #edd-discount-code-wrap .themezilla-listing-info .edd-apply-discount ~ .edd-apply-discount, .themezilla-listing-info
  #edd_checkout_form_wrap #edd-discount-code-wrap #edd-purchase-button ~ .edd-apply-discount,
  #edd_checkout_form_wrap #edd-discount-code-wrap .themezilla-listing-info #edd-purchase-button ~ .edd-apply-discount, .themezilla-listing-info #edd_purchase_receipt_products
  #edd_checkout_form_wrap #edd-discount-code-wrap .edd_download_file_link ~ .edd-apply-discount,
  #edd_checkout_form_wrap #edd-discount-code-wrap .themezilla-listing-info #edd_purchase_receipt_products .edd_download_file_link ~ .edd-apply-discount, #edd_purchase_receipt_products .themezilla-listing-info
  #edd_checkout_form_wrap #edd-discount-code-wrap .edd_download_file_link ~ .edd-apply-discount,
  #edd_checkout_form_wrap #edd-discount-code-wrap #edd_purchase_receipt_products .themezilla-listing-info .edd_download_file_link ~ .edd-apply-discount, .themezilla-listing-info .theme-reviews-content-wrapper
  #edd_checkout_form_wrap #edd-discount-code-wrap .wpcr3_button_1 ~ .edd-apply-discount,
  #edd_checkout_form_wrap #edd-discount-code-wrap .themezilla-listing-info .theme-reviews-content-wrapper .wpcr3_button_1 ~ .edd-apply-discount, .theme-reviews-content-wrapper .themezilla-listing-info
  #edd_checkout_form_wrap #edd-discount-code-wrap .wpcr3_button_1 ~ .edd-apply-discount,
  #edd_checkout_form_wrap #edd-discount-code-wrap .theme-reviews-content-wrapper .themezilla-listing-info .wpcr3_button_1 ~ .edd-apply-discount, .themezilla-listing-info .btn ~ #edd-purchase-button, .themezilla-listing-info .page-template-application-form .gform_button_select_files ~ #edd-purchase-button, .page-template-application-form .themezilla-listing-info .gform_button_select_files ~ #edd-purchase-button, .themezilla-listing-info #edd_checkout_form_wrap #edd_show_discount .edd-apply-discount ~ #edd-purchase-button, #edd_checkout_form_wrap #edd_show_discount .themezilla-listing-info .edd-apply-discount ~ #edd-purchase-button, .themezilla-listing-info
  #edd_checkout_form_wrap #edd-discount-code-wrap .edd-apply-discount ~ #edd-purchase-button,
  #edd_checkout_form_wrap #edd-discount-code-wrap .themezilla-listing-info .edd-apply-discount ~ #edd-purchase-button, .themezilla-listing-info #edd-purchase-button ~ #edd-purchase-button, .themezilla-listing-info #edd_purchase_receipt_products .edd_download_file_link ~ #edd-purchase-button, #edd_purchase_receipt_products .themezilla-listing-info .edd_download_file_link ~ #edd-purchase-button, .themezilla-listing-info .theme-reviews-content-wrapper .wpcr3_button_1 ~ #edd-purchase-button, .theme-reviews-content-wrapper .themezilla-listing-info .wpcr3_button_1 ~ #edd-purchase-button, .themezilla-listing-info #edd_purchase_receipt_products .btn ~ .edd_download_file_link, #edd_purchase_receipt_products .themezilla-listing-info .btn ~ .edd_download_file_link, .themezilla-listing-info .page-template-application-form #edd_purchase_receipt_products .gform_button_select_files ~ .edd_download_file_link, #edd_purchase_receipt_products .themezilla-listing-info .page-template-application-form .gform_button_select_files ~ .edd_download_file_link, .page-template-application-form .themezilla-listing-info #edd_purchase_receipt_products .gform_button_select_files ~ .edd_download_file_link, #edd_purchase_receipt_products .page-template-application-form .themezilla-listing-info .gform_button_select_files ~ .edd_download_file_link, .themezilla-listing-info #edd_checkout_form_wrap #edd_show_discount #edd_purchase_receipt_products .edd-apply-discount ~ .edd_download_file_link, #edd_purchase_receipt_products .themezilla-listing-info #edd_checkout_form_wrap #edd_show_discount .edd-apply-discount ~ .edd_download_file_link, #edd_checkout_form_wrap #edd_show_discount .themezilla-listing-info #edd_purchase_receipt_products .edd-apply-discount ~ .edd_download_file_link, #edd_purchase_receipt_products #edd_checkout_form_wrap #edd_show_discount .themezilla-listing-info .edd-apply-discount ~ .edd_download_file_link, .themezilla-listing-info
  #edd_checkout_form_wrap #edd-discount-code-wrap #edd_purchase_receipt_products .edd-apply-discount ~ .edd_download_file_link, #edd_purchase_receipt_products .themezilla-listing-info
  #edd_checkout_form_wrap #edd-discount-code-wrap .edd-apply-discount ~ .edd_download_file_link,
  #edd_checkout_form_wrap #edd-discount-code-wrap .themezilla-listing-info #edd_purchase_receipt_products .edd-apply-discount ~ .edd_download_file_link, #edd_purchase_receipt_products
  #edd_checkout_form_wrap #edd-discount-code-wrap .themezilla-listing-info .edd-apply-discount ~ .edd_download_file_link, .themezilla-listing-info #edd_purchase_receipt_products #edd-purchase-button ~ .edd_download_file_link, #edd_purchase_receipt_products .themezilla-listing-info #edd-purchase-button ~ .edd_download_file_link, .themezilla-listing-info #edd_purchase_receipt_products .edd_download_file_link ~ .edd_download_file_link, #edd_purchase_receipt_products .themezilla-listing-info .edd_download_file_link ~ .edd_download_file_link, .themezilla-listing-info .theme-reviews-content-wrapper #edd_purchase_receipt_products .wpcr3_button_1 ~ .edd_download_file_link, #edd_purchase_receipt_products .themezilla-listing-info .theme-reviews-content-wrapper .wpcr3_button_1 ~ .edd_download_file_link, .theme-reviews-content-wrapper .themezilla-listing-info #edd_purchase_receipt_products .wpcr3_button_1 ~ .edd_download_file_link, #edd_purchase_receipt_products .theme-reviews-content-wrapper .themezilla-listing-info .wpcr3_button_1 ~ .edd_download_file_link, .themezilla-listing-info .theme-reviews-content-wrapper .btn ~ .wpcr3_button_1, .theme-reviews-content-wrapper .themezilla-listing-info .btn ~ .wpcr3_button_1, .themezilla-listing-info .page-template-application-form .theme-reviews-content-wrapper .gform_button_select_files ~ .wpcr3_button_1, .theme-reviews-content-wrapper .themezilla-listing-info .page-template-application-form .gform_button_select_files ~ .wpcr3_button_1, .page-template-application-form .themezilla-listing-info .theme-reviews-content-wrapper .gform_button_select_files ~ .wpcr3_button_1, .theme-reviews-content-wrapper .page-template-application-form .themezilla-listing-info .gform_button_select_files ~ .wpcr3_button_1, .themezilla-listing-info #edd_checkout_form_wrap #edd_show_discount .theme-reviews-content-wrapper .edd-apply-discount ~ .wpcr3_button_1, .theme-reviews-content-wrapper .themezilla-listing-info #edd_checkout_form_wrap #edd_show_discount .edd-apply-discount ~ .wpcr3_button_1, #edd_checkout_form_wrap #edd_show_discount .themezilla-listing-info .theme-reviews-content-wrapper .edd-apply-discount ~ .wpcr3_button_1, .theme-reviews-content-wrapper #edd_checkout_form_wrap #edd_show_discount .themezilla-listing-info .edd-apply-discount ~ .wpcr3_button_1, .themezilla-listing-info
  #edd_checkout_form_wrap #edd-discount-code-wrap .theme-reviews-content-wrapper .edd-apply-discount ~ .wpcr3_button_1, .theme-reviews-content-wrapper .themezilla-listing-info
  #edd_checkout_form_wrap #edd-discount-code-wrap .edd-apply-discount ~ .wpcr3_button_1,
  #edd_checkout_form_wrap #edd-discount-code-wrap .themezilla-listing-info .theme-reviews-content-wrapper .edd-apply-discount ~ .wpcr3_button_1, .theme-reviews-content-wrapper
  #edd_checkout_form_wrap #edd-discount-code-wrap .themezilla-listing-info .edd-apply-discount ~ .wpcr3_button_1, .themezilla-listing-info .theme-reviews-content-wrapper #edd-purchase-button ~ .wpcr3_button_1, .theme-reviews-content-wrapper .themezilla-listing-info #edd-purchase-button ~ .wpcr3_button_1, .themezilla-listing-info #edd_purchase_receipt_products .theme-reviews-content-wrapper .edd_download_file_link ~ .wpcr3_button_1, .theme-reviews-content-wrapper .themezilla-listing-info #edd_purchase_receipt_products .edd_download_file_link ~ .wpcr3_button_1, #edd_purchase_receipt_products .themezilla-listing-info .theme-reviews-content-wrapper .edd_download_file_link ~ .wpcr3_button_1, .theme-reviews-content-wrapper #edd_purchase_receipt_products .themezilla-listing-info .edd_download_file_link ~ .wpcr3_button_1, .themezilla-listing-info .theme-reviews-content-wrapper .wpcr3_button_1 ~ .wpcr3_button_1, .theme-reviews-content-wrapper .themezilla-listing-info .wpcr3_button_1 ~ .wpcr3_button_1 {
    margin: 10px 0 0; } }

.themezilla-listing-title {
  margin: 0; }
  @media screen and (max-width: 767px) {
    .themezilla-listing-title {
      font-size: 32px; } }
  @media screen and (max-width: 479px) {
    .themezilla-listing-title {
      font-size: 28px; } }

.themezilla-listing-title-link {
  color: inherit;
  -webkit-transition: color 200ms;
  transition: color 200ms; }

.themezilla-listing-description {
  max-width: 600px;
  margin: 10px auto 30px; }
  @media screen and (min-width: 1024px) {
    .themezilla-listing-description {
      margin-bottom: 40px; } }

.themezilla-listing-screenshot {
  display: table-cell;
  vertical-align: bottom;
  padding-right: 1vw; }
  @media screen and (max-width: 1023px) {
    .themezilla-listing-screenshot {
      padding-left: 2vw;
      padding-right: 2vw; } }
  .themezilla-listing-screenshot .screenshot {
    max-height: 51vw; }
    @media screen and (min-width: 1024px) {
      .themezilla-listing-screenshot .screenshot {
        max-height: 32.5vw; } }
  .themezilla-listing-screenshot .screenshot-image {
    padding-top: 0; }

.theme-video-wrapper {
  display: none;
  position: fixed;
  opacity: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75); }
  .theme-video-wrapper.animating, .theme-video-wrapper.visible {
    display: block; }
  .theme-video-wrapper.animating-in, .theme-video-wrapper.animating-out {
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease; }
  .theme-video-wrapper.visible {
    opacity: 1; }

.theme-video-btn-open,
.theme-video-btn-close {
  cursor: pointer; }

.theme-video-btn-open.btn, .page-template-application-form .theme-video-btn-open.gform_button_select_files, #edd_checkout_form_wrap #edd_show_discount .theme-video-btn-open.edd-apply-discount,
#edd_checkout_form_wrap #edd-discount-code-wrap .theme-video-btn-open.edd-apply-discount, .theme-video-btn-open#edd-purchase-button, #edd_purchase_receipt_products .theme-video-btn-open.edd_download_file_link, .theme-reviews-content-wrapper .theme-video-btn-open.wpcr3_button_1 {
  margin-bottom: 10px;
  width: 80%; }
  @media screen and (min-width: 480px) {
    .theme-video-btn-open.btn, .page-template-application-form .theme-video-btn-open.gform_button_select_files, #edd_checkout_form_wrap #edd_show_discount .theme-video-btn-open.edd-apply-discount,
    #edd_checkout_form_wrap #edd-discount-code-wrap .theme-video-btn-open.edd-apply-discount, .theme-video-btn-open#edd-purchase-button, #edd_purchase_receipt_products .theme-video-btn-open.edd_download_file_link, .theme-reviews-content-wrapper .theme-video-btn-open.wpcr3_button_1 {
      width: auto; } }

.theme-video-btn-close {
  position: absolute;
  text-align: center;
  top: -25px;
  right: -25px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 35px; }

.theme-video {
  position: relative;
  top: 25%;
  left: 25%;
  width: 50%; }

.pxu-list-feature-icon {
  max-width: 100px; }

.pxu-metabox-features-feature {
  display: inline-block;
  width: 27%;
  margin-right: 1%;
  margin-bottom: 1%;
  padding: 8px 10px;
  vertical-align: top;
  border: 1px solid #eee;
  border-radius: 2px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  .pxu-metabox-features-feature.is-selected {
    background: #fafafa;
    border: 1px solid #ddd; }
  .pxu-metabox-features-feature:nth-child(3n) {
    margin-right: 0; }

.post-type-pxu-preset .column-menu_order {
  width: 100px; }

.post-type-pxu-preset .column-menu_order input {
  width: 100%;
  -webkit-transition: background 300ms;
  transition: background 300ms; }
  .post-type-pxu-preset .column-menu_order input.updated {
    background: rgba(0, 255, 0, 0.25); }
