/*!
Theme Name: PestaRoo
Theme URI: http://pestaroo.com/
Version: 2.0
Description: Version 2 of PestaRoo.com
Author: Sunny Ratilal
Author URI: http://sunnyratilal.com/
*/
/*
 * Main LESS File
 * Copyright (c) 2013, Sunny Ratilal.
 */
/*
 * Variables
 * Copyright (c) 2013, Sunny Ratilal.
 */
/*
 * Mixins
 * Copyright (c) 2013, Sunny Ratilal.
 */
@-webkit-keyframes pulse {
  0% {
    background: rgba(255, 255, 255, 0.15);
  }
  50% {
    background: rgba(255, 255, 255, 0.4);
  }
  100% {
    background: rgba(255, 255, 255, 0.15);
  }
}
@-webkit-keyframes header {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes intro-text {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-webkit-keyframes video-thumbnail {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@-webkit-keyframes ios-feature {
  0% {
    background: transparent;
  }
  50% {
    background: #f7f7f7;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.7);
  }
  100% {
    background: transparent;
  }
}
@-webkit-keyframes iphone-entrance {
  0% {
    opacity: 0;
    top: 50px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
@-webkit-keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/*
 * Misc Styles
 * Copyright (c) 2013, Sunny Ratilal.
 */
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  font-size: 0;
  height: 0;
}
.clearfix {
  *display: inline-block;
  height: 1%;
}
.clear {
  clear: both;
}
body * {
  word-wrap: break-word;
  -ms-word-wrap: break-word;
}
html {
  font-size: 100%;
}
img {
  max-width: 100%;
  height: auto;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.first {
  margin-left: 0 !important;
}
.last {
  margin-right: 0 !important;
}
.alignleft {
  float: left;
  margin: 8px 20px 8px 0;
}
.alignright {
  float: right;
  margin: 8px 0 8px 20px;
}
.aligncenter {
  display: block;
  float: none;
  margin: 8px auto;
}
.alignnone {
  margin: 8px 0;
}
.wpengine-promo {
  display: none;
}
a:focus {
  outline: none !important;
}
/* ----------------------------- *
 * Ninja Forms
 * ----------------------------- */
.ninja-forms-form-wrap .field-wrap label {
  display: block;
  float: left;
  width: 25%;
  margin-bottom: 5px;
  font-weight: 400;
}
.ninja-forms-form-wrap .field-wrap label .ninja-forms-req-symbol {
  margin-left: 2px;
}
.ninja-forms-form-wrap input[type=text],
.ninja-forms-form-wrap input[type=url],
.ninja-forms-form-wrap input[type=email],
.ninja-forms-form-wrap input[type=tel],
.ninja-forms-form-wrap input[type=number],
.ninja-forms-form-wrap input[type=password],
.ninja-forms-form-wrap textarea {
  width: 50%;
  float: left;
  padding: 6px 10px !important;
  background: #fff;
  border-radius: 3px;
  outline: none;
  -webkit-transition: all 0.18s ease-in-out;
  -moz-transition: all 0.18s ease-in-out;
  -o-transition: all 0.18s ease-in-out;
  -ms-transition: all 0.18s ease-in-out;
  transition: all 0.18s ease-in-out;
  border: 1px solid #ccc;
  margin-bottom: 10px;
  font-size: inherit !important;
}
.ninja-forms-form-wrap input[type=text]:focus,
.ninja-forms-form-wrap input[type=url]:focus,
.ninja-forms-form-wrap input[type=email]:focus,
.ninja-forms-form-wrap input[type=tel]:focus,
.ninja-forms-form-wrap input[type=number]:focus,
.ninja-forms-form-wrap input[type=password]:focus,
.ninja-forms-form-wrap textarea:focus {
  border: 1px solid #999;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.ninja-forms-form-wrap textarea {
  line-height: 24px !important;
}
.ninja-forms-form-wrap .ninja-forms-error input[type=text] {
  border-color: red!important;
}
.ninja-forms-form-wrap .ninja-forms-field-error {
  display: none!important;
}
.ninja-forms-form-wrap .ninja-forms-field-description {
  clear: both;
}
.ninja-forms-form-wrap input[type=submit] {
  background: #fff;
  background: -webkit-linear-gradient(#ffffff 0%, #efefef 100%);
  background: -moz-linear-gradient(#ffffff 0%, #efefef 100%);
  background: -o-linear-gradient(#ffffff 0%, #efefef 100%);
  background: -ms-linear-gradient(#ffffff 0%, #efefef 100%);
  background: linear-gradient(#ffffff 0%, #efefef 100%);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.24);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.24);
  color: #232527;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  margin-top: 10px;
  padding: 8px 16px;
  border: 1px solid #888;
}
.ninja-forms-form-wrap input[type=submit]:hover {
  background: #2794da;
  background: -webkit-linear-gradient(#2794da 0%, #5aa4d3 100%);
  background: -moz-linear-gradient(#2794da 0%, #5aa4d3 100%);
  background: -o-linear-gradient(#2794da 0%, #5aa4d3 100%);
  background: -ms-linear-gradient(#2794da 0%, #5aa4d3 100%);
  background: linear-gradient(#2794da 0%, #5aa4d3 100%);
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.24);
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.24);
  color: #fff;
  border: 1px solid #2c67b0;
}
.button,
.edd-submit,
.edd-submit.button,
.edd-submit.button.blue {
  margin-top: 2px;
  padding: 4px 14px;
  background: #2794da;
  display: inline-block;
  color: #fff;
  -webkit-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.1);
  cursor: pointer;
  border-radius: 3px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 24px;
  font-weight: 300;
  border: 1px solid #287aad;
}
.button:hover,
.edd-submit:hover,
.edd-submit.button:hover,
.edd-submit.button.blue:hover {
  background: #5ba3cf;
  color: #fff;
}
.button:active,
.edd-submit:active,
.edd-submit.button:active,
.edd-submit.button.blue:active {
  -webkit-box-shadow: inset 0 2px 6px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 2px 6px rgba(0, 0, 0, 0.3);
}
.button span,
.edd-submit span,
.edd-submit.button span,
.edd-submit.button.blue span {
  color: #fff !important;
}
/* Toggle */
.tb-toggle {
  margin-top: 5px;
  border: 1px solid #e5e5e5;
}
.tb-toggle:last-of-type,
.tb-toggle-last {
  border-bottom: 1px solid #e5e5e5;
}
.tb-toggle a.toggle-trigger {
  color: inherit;
  display: block;
  font-size: 1em;
  padding: .65em .65em .65em 2.75em;
  position: relative;
}
.tb-toggle a.toggle-trigger:hover,
.tb-toggle a.active {
  background: #f8f8f8;
}
.tb-toggle a.toggle-trigger span {
  background: url(images/toggle.png);
  display: block;
  margin: -7px 0 0 0;
  position: absolute;
  top: 50%;
  left: .85em;
  width: 15px;
  height: 15px;
}
.tb-toggle a.active {
  border-bottom: 1px solid #e5e5e5;
  font-weight: bold;
}
.tb-toggle a.active span {
  background-position: -15px 0;
}
.tb-toggle .toggle-content {
  /* display:none; */
  padding: 15px;
}
.twitter-share-button,
.twitter-follow-button {
  display: inline-block;
}
.social-buttons {
  overflow: hidden;
}
.social-buttons div {
  float: left;
  margin-right: 20px;
}
.social-buttons br {
  display: none;
}
.feature-support a:hover {
  color: #fff;
  text-decoration: underline;
}
.soliloquy-container {
  overflow: hidden;
  margin-bottom: 20px!important;
}
/*
 * Typography
 * Copyright (c) 2013, Sunny Ratilal.
 */
html {
  font-size: 62.5%;
}
body {
  font-size: 14px;
  font-size: 1.4rem;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  line-height: 25px;
  color: #555;
  background-color: #fff;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 25px 0 10px 0;
  margin: 2.5rem 0 1rem 0;
  font-family: 'Roboto', 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 300;
  line-height: 1.2;
}
.post-content h1:first-child,
.post-content h2:first-child,
.post-content h3:first-child,
.post-content h4:first-child,
.post-content h5:first-child,
.post-content h6:first-child {
  margin-top: 0;
}
h1 {
  font-size: 36px;
  font-size: 3.6rem;
  margin-bottom: 20px;
}
h2 {
  font-size: 30px;
  font-size: 3rem;
}
h3 {
  font-size: 24px;
  font-size: 2.4rem;
}
h4 {
  font-size: 20px;
  font-size: 2rem;
}
h5 {
  font-size: 18px;
  font-size: 1.8rem;
}
h6 {
  font-size: 16px;
  font-size: 1.6rem;
}
a {
  color: #2794da;
  text-decoration: none;
  outline: none;
}
a:hover {
  color: #232527;
}
a,
a:visited,
button,
input[type="button"],
input[type="submit"] {
  -moz-transition: color 0.2s ease-in-out;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
a img {
  border: none;
}
abbr,
tla,
acronym {
  text-decoration: underline;
  cursor: help;
}
cite,
q {
  font-style: italic;
}
ins {
  background-color: rgba(254, 255, 0, 0.68);
  text-decoration: none;
}
pre {
  margin-bottom: 25px;
}
::-moz-placeholder {
  color: #999;
}
::-webkit-input-placeholder {
  color: #999;
}
::-moz-selection {
  background-color: #333;
  color: #fff;
}
::selection {
  background-color: #333;
  color: #fff;
}
p {
  margin: 0 0 25px;
}
p:last-child {
  margin: 0;
}
blockquote {
  padding: 0 0 0 25px;
  margin: 0 0 20px 0;
  font-style: italic;
  font-size: 18px;
  line-height: 30px;
  color: #777;
  border-left: 5px solid #eee;
}
blockquote cite {
  font-style: normal;
  font-size: 14px;
  text-transform: uppercase;
  color: #aaa;
  display: block;
  margin-top: 10px;
}
strong {
  font-weight: 700;
}
pre,
code {
  line-height: 1.2;
}
var,
kbd,
samp,
code,
pre {
  font-family: Monaco, Consolas, Inconsolata, Courier, 'Courier New', monospace !important;
  background: #fff;
}
kbd {
  font-weight: bold;
}
samp,
var {
  font-style: italic;
}
pre {
  display: block;
  padding: 10px;
  margin-bottom: 20px;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border: 0;
}
code {
  padding: 2px 4px;
  white-space: nowrap;
  background-color: #f7f8f9;
  border: 1px solid #eee;
  font-size: 14px !important;
  border-radius: 4px;
}
address {
  display: block;
  margin-bottom: 20px;
  font-style: normal;
}
.highlight {
  background: #fff198;
  padding: 2px 4px;
  display: inline;
}
.single-extension .main .content h1,
.single-theme .main .content h1 {
  margin-bottom: 15px;
}
/*
 * Structure
 * Copyright (c) 2013, Sunny Ratilal.
 */
/* ----------------------------- *
 * Container
 * ----------------------------- */
.main .container {
  width: 940px;
  margin: 20px auto;
}
.blog .main .content,
.single-theme .main .content {
  background: none;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  width: 680px;
  margin: 0 0 20px;
  float: left;
}
.blog .main .content .hentry {
  padding: 30px;
  margin-bottom: 30px;
  font-family: 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, Arial, Verdana, sans-serif;
}
.type-post h2 a {
  color: #a39d9d!important;
}
.bbpress.full-width .main .content,
.full-width .main .content {
  width: 940px;
}
/* ----------------------------- *
 * Sidebar
 * ----------------------------- */
.sidebar .widget {
  background: #fff;
  padding: 20px;
  margin-bottom: 20px;
}
.sidebar .newsletter {
  background: #85c0e5;
  padding: 20px;
  color: #fff;
  margin-bottom: 20px;
}
.sidebar .newsletter p {
  margin: 0 0 10px;
}
.sidebar .newsletter input[type="text"] {
  background: #fff;
  border: none;
  padding: 10px 8px;
  margin: 5px 0;
  width: 100%;
  border: 1px solid #fff;
  outline: none;
}
.sidebar .newsletter input[type="text"]:focus {
  border: 1px solid #2c67b0;
  -webkit-box-shadow: 0px 0px 4px rgba(90, 90, 90, 0.6);
  box-shadow: 0px 0px 4px rgba(90, 90, 90, 0.6);
  outline: none;
}
.sidebar .widget.jetpack_subscription_widget input[type="email"] {
  background: #fff;
  border: none;
  padding: 10px 8px;
  margin: 5px 0;
  width: 100%;
  border: 1px solid #fff;
  outline: none;
}
.sidebar .widget.jetpack_subscription_widget input[type="email"]:focus {
  border: 1px solid #2c67b0;
  -webkit-box-shadow: 0px 0px 4px rgba(90, 90, 90, 0.6);
  box-shadow: 0px 0px 4px rgba(90, 90, 90, 0.6);
  outline: none;
}
.sidebar input[type="submit"],
.sidebar .button {
  margin-top: 2px;
  padding: 4px 14px;
  background: #2794da;
  display: inline-block;
  color: #fff;
  -webkit-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.1);
  cursor: pointer;
  border-radius: 3px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 24px;
  font-weight: 300;
  border: 1px solid #287aad;
}
.sidebar input[type="submit"]:hover,
.sidebar .button:hover {
  background: #5ba3cf;
  color: #fff;
}
.sidebar input[type="submit"]:active,
.sidebar .button:active {
  -webkit-box-shadow: inset 0 2px 6px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 2px 6px rgba(0, 0, 0, 0.3);
}
.sidebar input[type="submit"] .sidebar .widget.login p {
  margin: 0;
  padding: 0;
}
.sidebar h3 {
  margin: 0 0 10px;
  padding: 0;
}
.widget_edd_cart_widget .edd-cart {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sidebar .widget.bbps_support_hours_widget {
  margin-bottom: 20px;
  position: relative;
  padding: 20px 0;
}
.sidebar .widget.bbps_support_hours_widget .widget-title {
  padding-top: 5px;
  text-align: center;
  font-size: 14px;
  line-height: 24px;
  margin: 0;
  display: block;
}
.sidebar .widget.bbps_support_hours_widget .forum_text {
  display: block;
  text-align: center;
  width: 235px;
  padding-top: 10px;
  font-size: 18px;
}
.sidebar .widget.bbps_support_hours_widget .forum_hours {
  padding-top: 10px;
  text-align: center;
}
.sidebar .widget.bbps_support_hours_widget .green {
  color: #3a7550;
  font-weight: 400;
}
.sidebar .widget.bbps_support_hours_widget .red {
  color: #a50808;
  font-weight: 400;
}
.bbp-logged-in h4 {
  font-weight: 400 !important;
}
#text-23 {
  background: #85c0e5;
  padding: 20px;
  color: #fff;
  margin-bottom: 20px;
}
#text-23 .button {
  margin: 0;
  padding: 4px 9px;
}
.bbp_widget_login fieldset {
  border: none;
  margin: 0;
  padding: 0;
}
.bbp_widget_login input[type="text"],
.bbp_widget_login input[type="password"] {
  padding: 6px 10px;
  background: #fff;
  border-radius: 3px;
  outline: none;
  -webkit-transition: all 0.18s ease-in-out;
  -moz-transition: all 0.18s ease-in-out;
  -o-transition: all 0.18s ease-in-out;
  -ms-transition: all 0.18s ease-in-out;
  transition: all 0.18s ease-in-out;
  border: 1px solid #ccc;
}
.bbp_widget_login input[type="text"]:focus,
.bbp_widget_login input[type="password"]:focus {
  border: 1px solid #999;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
/*
 * Navigation
 * Copyright (c) 2013, Sunny Ratilal.
 */
#primary {
  float: right;
  height: 32px;
  margin-top: 30px;
}
#primary ul {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 32px;
  margin-top: 4px;
}
#primary ul li {
  float: left;
  position: relative;
  z-index: 40;
}
#primary ul li.current_page_item > a {
  color: #fff;
}
#primary ul li:hover {
  visibility: inherit;
}
#primary ul li:hover ul {
  display: block;
  top: 100%;
  z-index: 99;
}
#primary ul ul {
  display: none;
  position: absolute;
  width: 180px;
  left: 8px;
  top: -9999em;
  background: #fff;
  border: 1px solid #fff;
  border-top: 2px solid #fff;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.18);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.18);
  margin-top: 0;
}
#primary ul ul:before {
  content: "";
  border-style: solid;
  border-width: 0 9px 9px 9px;
  border-color: transparent transparent #fff transparent;
  height: 0;
  position: absolute;
  left: 15px;
  top: -9px;
  width: 0;
  cursor: pointer;
}
#primary ul ul li a {
  padding: 0 13px;
  color: #2794da;
}
#primary ul ul li a:hover {
  color: #232527 !important;
}
#primary ul ul li.current_page_item a {
  color: #2794da;
}
#primary ul a {
  padding: 0 8px;
  height: 51px;
  line-height: 40px;
  display: block;
  position: relative;
  color: #999;
}
#primary ul a:hover {
  color: #fff;
}
#primary ul > li:hover > a {
  color: #fff;
}
#primary li.menu-download a {
  margin-top: 2px;
  padding: 4px 14px;
  background: #2794da;
  display: inline-block;
  color: #fff;
  -webkit-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.1);
  cursor: pointer;
  border-radius: 3px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  height: 38px;
  line-height: 30px;
}
#primary li.menu-download a:hover {
  background: #5ba3cf;
  color: #fff;
}
#primary li.menu-download a:active {
  -webkit-box-shadow: inset 0 2px 6px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 2px 6px rgba(0, 0, 0, 0.3);
}
html.cssanimations.csstransitions #primary ul ul {
  opacity: 0;
  top: 75%;
  visibility: hidden;
  display: block;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
html.cssanimations.csstransitions #primary ul li:hover ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}
#primary ul ul li {
  height: 40px;
  line-height: 40px;
  float: none;
}
#sign-in-form {
  position: absolute;
  right: 0;
  top: 55px;
  width: 250px;
  z-index: 5;
  display: none;
}
#sign-in-formh3 {
  background: #bcc3ca;
  color: #fff;
  margin: 0;
  font-weight: 300;
  padding: 10px;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
  font-size: 17px;
}
#sign-in-formform {
  background: #fff;
  padding: 10px;
}
#sign-in-formforminput[type="text"] {
  background: #fff;
  padding: 6px 10px;
  border: 2px solid #bdc3c7;
  -webkit-appearance: textfield;
  border-radius: 6px;
  -webkit-transition: border .25s linear, color .25s linear;
  -moz-transition: border .25s linear, color .25s linear;
  -o-transition: border .25s linear, color .25s linear;
  -ms-transition: border .25s linear, color .25s linear;
  transition: border .25s linear, color .25s linear;
  -webkit-backface-visibility: hidden;
  outline: none;
  width: 100%;
  vertical-align: middle;
  text-indent: 1px;
}
#sign-in-formforminput[type="text"]:focus {
  border: 2px solid #3498db;
}
#sign-in-formforminput[type="submit"] {
  position: relative;
  background: #fff;
  color: #232527;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  padding: 6px 10px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border: 1px solid #ccc;
  float: left;
}
#sign-in-formforminput[type="submit"]:hover {
  background: #2794da;
  color: #fff;
  border: 1px solid #25597a;
}
#sign-in-form .forgot-password {
  display: inline-block;
  float: right;
  margin-top: 3px;
}
#sign-in-form .tooltip-arrow {
  border-style: solid;
  border-width: 0 7px 7px 7px;
  border-color: transparent transparent #bcc3ca transparent;
  height: 0;
  position: absolute;
  left: 50%;
  margin-left: -20px;
  top: -7px;
  width: 0;
  cursor: pointer;
}
/*
 * Header
 * Copyright (c) 2013, Sunny Ratilal.
 */
.header-outer {
  position: relative;
  background: #1d2428;
  padding: 40px 0;
}
.header-outer .header {
  position: relative;
  margin: 0 auto;
  width: 940px;
}
.header-outer .header #logo {
  float: left;
}
.header-outer .home .header {
  -webkit-animation-name: header;
  -moz-animation-name: header;
  -ms-animation-name: header;
  -o-animation-name: header;
  animation-name: header;
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -ms-animation-delay: 1s;
  -o-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}
.header-outer i {
  display: none;
}
.hero {
  background: url(images/mbp.png) no-repeat center top scroll;
  color: #fff;
  padding: 50px 0;
  position: relative;
  height: 650px;
}
.hero .hero-inside {
  width: 940px;
  margin: 0 auto;
}
.hero h1,
.hero h2 {
  font-weight: normal;
  line-height: 1.3;
  text-shadow: 0 2px 0 rgba(255, 255, 255, 0.7);
  margin-top: 0;
  margin-bottom: 0;
  color: #232527;
}
.hero h1 {
  margin-bottom: 10px;
}
.hero h2 {
  margin-top: -10px;
}
.hero .video-thumbnail {
  background: url(images/video-thumbnail.png) no-repeat;
  width: 275px;
  height: 154px;
  margin: 20px auto 0;
  display: block;
  -webkit-box-shadow: 0 0 4px #000;
  box-shadow: 0 0 4px #000;
  position: absolute;
  left: 55%;
  top: 30%;
  opacity: 0.6;
  transition: opacity 0.3s ease-in-out;
  -webkit-animation: video-thumbnail 0.8s linear 0.5s;
  -moz-animation: video-thumbnail 0.8s linear 0.5s;
  -ms-animation: video-thumbnail 0.8s linear 0.5s;
  -o-animation: video-thumbnail 0.8s linear 0.5s;
  animation: video-thumbnail 0.8s linear 0.5s;
}
.hero .video-thumbnail:hover {
  background-position: 0px -154px;
  opacity: 1;
}
.hero .version-wrapper {
  margin: 0;
  padding: 0;
}
.hero .version {
  padding: 4px 10px;
  border: 2px solid #666;
  background: #fff;
  font-weight: bold;
  display: inline-block;
  margin: 20px 0 0;
  color: #555;
}
.hero .hero-text {
  padding: 40px 10px 10px;
  text-align: center;
  -webkit-animation: intro-text 0.8s linear;
  -moz-animation: intro-text 0.8s linear;
  -ms-animation: intro-text 0.8s linear;
  -o-animation: intro-text 0.8s linear;
  animation: intro-text 0.8s linear;
  margin-top: 382px;
  position: relative;
}
.hero .hero-text h2 {
  font-size: 34px;
  font-size: 3.4rem;
}
.hero .hero-text p {
  position: absolute;
  top: -40px;
  margin-left: -62px;
  left: 50%;
}
.hero .hero-inside img {
  position: absolute;
  top: 395px;
  right: 85px;
  z-index: 6;
}
.hero-container {
  width: 100%;
  height: 100%;
  background: url(images/hero-bg.png) transparent no-repeat 50% 0px;
}
#video-container {
  position: absolute;
  top: 0;
  left: 0;
}
#video-complete {
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 600px;
}
#video-complete-inner {
  position: relative;
  margin: 0 auto;
  width: 120px;
  padding: 120px 0;
}
#video-complete #video-complete-inner .replay-button,
#video-complete #video-complete-inner .close-button {
  color: #fff;
  cursor: pointer;
  display: inline-block;
  transition: none;
}
#video-complete #video-complete-inner .replay-button {
  margin-right: 25px;
}
#video-complete #video-complete-inner .replay-button:hover,
#video-complete #video-complete-inner .close-button:hover {
  color: #c73425;
}
#video-complete #video-complete-inner .replay-button span {
  display: block;
  background: url(images/icon-replay.png) no-repeat;
  width: 41px;
  height: 46px;
  margin-bottom: 10px;
}
#video-complete #video-complete-inner .close-button span {
  display: block;
  background: url(images/icon-close.png) no-repeat;
  width: 46px;
  height: 46px;
  margin-bottom: 10px;
  margin-left: -6px;
}
#video-complete #video-complete-inner .replay-button:hover span {
  background-position: -41px 0;
}
#video-complete #video-complete-inner .close-button:hover span {
  background-position: -46px 0;
}
.download-button {
  line-height: 38px;
  font-size: 17px;
  padding: 2px 18px 3px;
  font-weight: 300;
  background-color: #3498db;
  color: #fff;
  margin-top: 15px;
  display: inline-block;
  text-align: center;
  position: relative;
  border-radius: 3px;
  -webkit-transition: background .2s linear;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3), inset 0 2px rgba(255, 255, 255, 0.2);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3), inset 0 2px rgba(255, 255, 255, 0.2);
  background: -webkit-linear-gradient(top, #3498db 0%, #1a7fcc 100%);
  background: -moz-linear-gradient(top, #3498db 0%, #1a7fcc 100%);
  background: -o-linear-gradient(top, #3498db 0%, #1a7fcc 100%);
  background: -ms-linear-gradient(top, #3498db 0%, #1a7fcc 100%);
  background: linear-gradient(top, #3498db 0%, #1a7fcc 100%);
}
.download-button:hover {
  background: #50a4dc;
  background: -webkit-linear-gradient(top, #50a4dc 0%, #1a7fcc 100%);
  background: -moz-linear-gradient(top, #50a4dc 0%, #1a7fcc 100%);
  background: -o-linear-gradient(top, #50a4dc 0%, #1a7fcc 100%);
  background: -ms-linear-gradient(top, #50a4dc 0%, #1a7fcc 100%);
  background: linear-gradient(top, #50a4dc 0%, #1a7fcc 100%);
  color: #fff;
}
.featureset {
  padding: 100px 30px;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.featureset.feature-newsletter {
  padding: 1px;
  box-shadow: 0px 30px 40px rgba(0, 0, 0, 0.1);
}
.feature-newsletter .feature {
  position: relative;
  padding: 100px 30px;
  text-align: center;
}
.feature-newsletter .feature:before {
  content: "";
  background-color: black;
  height: 1px;
  display: block;
  top: -100px;
  position: relative;
  background: -webkit-linear-gradient(to right, rgba(0, 0, 0, 0) 0%, #ffffff 100%);
  background: -moz-linear-gradient(to right, rgba(0, 0, 0, 0) 0%, #ffffff 100%);
  background: -o-linear-gradient(to right, rgba(0, 0, 0, 0) 0%, #ffffff 100%);
  background: -ms-linear-gradient(to right, rgba(0, 0, 0, 0) 0%, #ffffff 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, #ffffff 100%);
}
.feature-newsletter .feature h2 {
  margin: 0;
  font-weight: 400;
}
.feature-newsletter .feature h3 {
  margin-top: 10px;
  font-weight: 300;
}
.feature-newsletter .feature form .names {
  padding-left: 180px;
  margin-bottom: 10px;
}
.feature-newsletter .feature form .names input {
  float: left;
}
.feature-newsletter .feature form input[type="text"],
.feature-newsletter .feature form input[type="email"] {
  margin: 0;
  vertical-align: top;
  border-radius: 3px;
  height: 30px;
  padding: 5px;
  text-indent: 5px;
  margin-bottom: 5px;
  -webkit-appearance: textfield;
  -webkit-backface-visibility: hidden;
  width: 252px;
  border: 1px solid #ccc;
  outline: none;
  margin-right: 10px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.feature-newsletter .feature form input[type="text"]:focus,
.feature-newsletter .feature form input[type="email"]:focus {
  border: 1px solid #aaa;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.feature-newsletter .feature form input[type="email"] {
  width: 413px;
  margin-right: 10px;
  margin-left: -5px;
}
.feature-newsletter .feature form input[type="submit"] {
  position: relative;
  background: #fff;
  color: #232527;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  padding: 6px 12px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border: 1px solid #ccc;
}
.feature-newsletter .feature form input[type="submit"]:hover {
  background: #2794da;
  color: #fff;
  border: 1px solid #25597a;
}
.featureset.feature-extensions {
  background: #f2f1ef;
  background: -webkit-linear-gradient(#eeeeee 0%, #fbfbfb 100%);
  background: -moz-linear-gradient(#eeeeee 0%, #fbfbfb 100%);
  background: -o-linear-gradient(#eeeeee 0%, #fbfbfb 100%);
  background: -ms-linear-gradient(#eeeeee 0%, #fbfbfb 100%);
  background: linear-gradient(#eeeeee 0%, #fbfbfb 100%);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  color: #25314c;
}
.featureset.feature-support {
  background: #232527;
  color: #fff;
}
.featureset.feature-support i {
  float: right;
  font-size: 250px;
  position: relative;
  display: block;
  margin-right: 100px;
  margin-top: 100px;
}
.featureset.feature-overview {
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#eeeeee));
  background-image: -webkit-linear-gradient(top, #ffffff, #eeeeee);
  background-image: -moz-linear-gradient(top, #ffffff, #eeeeee);
  background-image: -o-linear-gradient(top, #ffffff, #eeeeee);
  background-image: linear-gradient(to bottom, #ffffff, #eeeeee);
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.42);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.42);
  margin: 0;
  text-align: left;
  font-weight: normal;
  width: 100%;
}
.featureset.feature-extensions .feature-content,
.featureset.feature-support .feature-content {
  margin: 0;
  text-align: left;
  float: left;
  width: 350px;
  font-weight: normal;
}
.featureset.feature-support .feature-content {
  width: 530px;
}
.featureset.feature-overview .inner-feature {
  margin-bottom: 30px;
  border-bottom: 1px solid #eee;
  padding-bottom: 30px;
}
.featureset.feature-overview .inner-feature-right img {
  float: left;
  max-width: 450px;
}
.featureset.feature-overview .inner-feature-left img {
  float: right;
  max-width: 450px;
}
.featureset.feature-extensions .feature-content {
  float: right;
}
.featureset.feature-overview h2,
.featureset.feature-ios h2 {
  text-align: center;
}
.featureset.feature-ios .iphone {
  margin-top: 10px;
}
.cssanimations .iphone {
  opacity: 0;
}
.iphone-animation {
  -webkit-animation-name: iphone-entrance;
  -moz-animation-name: iphone-entrance;
  -ms-animation-name: iphone-entrance;
  -o-animation-name: iphone-entrance;
  animation-name: iphone-entrance;
  -webkit-animation-duration: 1.2s;
  -moz-animation-duration: 1.2s;
  -ms-animation-duration: 1.2s;
  -o-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}
.featureset.feature-ios .left,
.featureset.feature-ios .right {
  float: left;
  width: 250px;
  margin-right: 60px;
  margin-top: 80px;
}
.featureset.feature-ios h4 {
  margin-top: 0;
}
.featureset.feature-ios .left div,
.featureset.feature-ios .right div {
  padding: 10px;
  margin-bottom: 10px;
  -webkit-animation-name: ios-feature;
  -moz-animation-name: ios-feature;
  -ms-animation-name: ios-feature;
  -o-animation-name: ios-feature;
  animation-name: ios-feature;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 5s;
  -moz-animation-duration: 5s;
  -ms-animation-duration: 5s;
  -o-animation-duration: 5s;
  animation-duration: 5s;
}
.featureset.feature-ios .left .slide-1-text {
  -webkit-animation-delay: 3s;
  -moz-animation-delay: 3s;
  -ms-animation-delay: 3s;
  -o-animation-delay: 3s;
  animation-delay: 3s;
}
.featureset.feature-ios .left .slide-2-text {
  -webkit-animation-delay: 6s;
  -moz-animation-delay: 6s;
  -ms-animation-delay: 6s;
  -o-animation-delay: 6s;
  animation-delay: 6s;
}
.featureset.feature-ios .left .slide-3-text {
  -webkit-animation-delay: 9s;
  -moz-animation-delay: 9s;
  -ms-animation-delay: 9s;
  -o-animation-delay: 9s;
  animation-delay: 9s;
}
.featureset.feature-ios .right .slide-4-text {
  -webkit-animation-delay: 12s;
  -moz-animation-delay: 12s;
  -ms-animation-delay: 12s;
  -o-animation-delay: 12s;
  animation-delay: 12s;
}
.featureset.feature-ios .right .slide-5-text {
  -webkit-animation-delay: 15s;
  -moz-animation-delay: 15s;
  -ms-animation-delay: 15s;
  -o-animation-delay: 15s;
  animation-delay: 15s;
}
.featureset.feature-ios .right .slide-6-text {
  -webkit-animation-delay: 18s;
  -moz-animation-delay: 18s;
  -ms-animation-delay: 18s;
  -o-animation-delay: 18s;
  animation-delay: 18s;
}
.featureset.feature-ios .running {
  -webkit-animation-play-state: running;
  -moz-animation-play-state: running;
  -ms-animation-play-state: running;
  -o-animation-play-state: running;
  animation-play-state: running;
  -webkit-animation-name: ios-feature !important;
  -moz-animation-name: ios-feature !important;
  -ms-animation-name: ios-feature !important;
  -o-animation-name: ios-feature !important;
  animation-name: ios-feature !important;
}
.featureset.feature-ios .paused {
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -ms-animation-play-state: paused;
  -o-animation-play-state: paused;
  animation-play-state: paused;
  -webkit-animation-name: none !important;
  -moz-animation-name: none !important;
  -ms-animation-name: none !important;
  -o-animation-name: none !important;
  animation-name: none !important;
}
.featureset.feature-ios .right {
  margin-left: 30px;
  margin-right: 0;
}
.featureset.feature-ios .iphone {
  float: left;
  background: url(images/iphone.png) no-repeat;
  width: 320px;
  height: 674px;
  position: relative;
  overflow: hidden;
}
.featureset.feature-ios .iphone img {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
.featureset.feature-ios .iphone .iphone-inside {
  top: 96px;
  left: 29px;
  position: absolute;
}
.featureset.feature-customers del {
  color: #9d1e1e;
}
.featureset.feature-customers .testimonial {
  float: left;
  width: 48%;
  margin-right: 2%;
  height: 280px;
}
.featureset.feature-customers .testimonial:nth-child(2n+2) {
  margin-right: 0;
  margin-left: 2%;
}
.featureset.feature-customers .testimonial blockquote {
  font-style: normal;
  font-size: 16px;
  background: url(images/icon-quote.png) no-repeat 0 15px;
  padding-left: 50px;
  border-left: none;
}
.nivoSlider {
  position: relative;
  width: auto;
  height: auto;
  overflow: hidden;
}
.nivoSlider img {
  position: absolute;
  top: 0px;
  left: 0px;
  max-width: none;
}
.nivo-main-image {
  display: block !important;
  position: relative !important;
  width: 100% !important;
}
.nivo-slice {
  display: block;
  position: absolute;
  z-index: 5;
  height: 100%;
  top: 0;
}
.feature {
  width: 940px;
  margin: 0 auto;
}
.feature h2 {
  line-height: 1.2;
  margin-bottom: 15px;
  font-weight: normal;
  letter-spacing: -0.05em;
}
.app-store-button {
  clear: both;
  display: block;
  padding-top: 25px;
}
.app-store-button p {
  text-align: center;
  margin: 0 0 10px;
}
.app-store-button a {
  display: inline-block;
  padding: 8px;
}
.app-store-button .price {
  margin: 0;
}
.feature-extensions-left {
  float: left;
}
#hero-extensions {
  position: relative;
  height: 100px;
  margin-bottom: 90px;
  margin: 0;
  padding: 0;
  list-style: none;
}
#extensions-intro-box {
  background: #fff;
  padding: 40px;
  font-weight: 300;
}
#extensions-intro-box a {
  background: #fff;
  color: #232527;
  margin-left: 8px;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  position: relative;
  top: -5px;
  padding: 4px 9px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border: 1px solid #ccc;
  letter-spacing: 0;
}
#extensions-intro-box a:hover {
  background: #2794da;
  color: #fff;
  border: 1px solid #25597a;
}
#extensions-intro-box h2 {
  margin-top: 8px;
}
.extensions h1 {
  float: left;
}
.extensions form {
  float: right;
}
.extensions-grid {
  margin: 0;
  padding: 0;
}
.extensions-grid ul {
  list-style: none;
  margin: 10px 0 0 0;
  padding: 0;
}
.extensions-grid ul li {
  width: 33%;
  margin-right: 1%;
  float: left;
  margin-bottom: 1%;
}
.extensions-grid ul li:nth-child(3n+3) {
  width: 32%;
  margin-right: 0;
}
.extensions-grid ul li:nth-child(3n+3) a img {
  max-width: 281px;
}
.extensions-grid ul li a {
  display: block;
  background: #fff;
  padding: 20px;
  font-size: 18px;
  font-weight: 300;
  -webkit-transition: all .2s linear;
}
.extensions-grid ul li .preview-image {
  height: 194px;
}
.extensions-grid ul li a img {
  margin-left: -10px;
  margin-top: -10px;
  max-width: 290px;
  border: 1px solid #c8c8c8;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
}
.extensions-grid ul li a .price,
.extensions-grid ul li a p {
  font-size: 14px;
  display: block;
  margin: 8px 0;
  color: #888;
}
.extensions-grid ul li a p {
  margin-top: 20px;
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 16px;
}
.extensions-grid ul li a:hover {
  background: #f9f9f9;
  color: #111;
  box-shadow: 0 0 2px #ccc;
}
.inner-feature-left .inside {
  float: left;
  width: 450px;
}
.inner-feature-right .inside {
  float: right;
  width: 450px;
}
.main .content {
  width: 940px;
  margin: 25px auto;
  background: #fff;
  padding: 20px;
}
.main {
  background: #eee;
  padding: 20px 0 0;
}
.main .content h1 {
  margin: 0;
}
.blog .main .content .entry-date {
  margin: 0;
  padding: 0;
}
.blog .main .content {
  width: 100%;
  float: none;
}
.blog .main .content .entry-date span {
  background: #eee;
  padding: 3px 8px;
  font-size: 13px;
  margin-left: -30px;
}
.blog .main .content h1 {
  padding: 36px 0;
  margin: 0;
}
.blog .sidebar,
.single-theme .sidebar {
  float: left;
  margin-left: 20px;
  width: 240px;
}
.blog .post-meta {
  padding-top: 10px;
  border-top: 1px solid #eee;
}
.blog .post-meta ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.blog .post-meta li {
  margin-bottom: 5px;
  font-size: 13px;
}
.blog .post-meta li i {
  margin-right: 5px;
  width: 16px;
  display: inline-block;
}
#page-nav .paged {
  margin: 20px 0;
  padding: 0;
  list-style: none;
}
#page-nav .paged li {
  display: inline;
}
#page-nav .paged li.previous {
  float: left;
}
#page-nav .paged li.next {
  float: right;
}
#page-nav .paged li.next i {
  margin-right: 0;
  margin-left: 5px;
}
#page-nav .paged li a {
  display: inline-block;
  float: left;
  padding: 3px 12px;
  background: #fff;
}
#page-nav .paged li a i {
  font-size: 12px;
  margin-right: 5px;
}
.type-post h2 a {
  color: #232527;
}
#comments {
  background: #fff;
  padding: 30px;
  margin-top: 40px;
}
#comments h3 {
  margin: 0 0 20px 0;
  padding: 0;
}
.comment-list,
.comment-list li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.comment-list li {
  float: left;
  width: 100%;
  padding: 0 0 20px 0;
  margin: 0 0 25px 0;
  border-bottom: 1px solid #eee;
  position: relative;
}
.comment-list li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.vcard {
  display: inline-block;
  margin-right: 10px;
  height: 48px;
  line-height: 48px;
  float: left;
  margin-bottom: 20px;
}
.vcard img {
  border-radius: 50%;
  border: 3px solid #fff;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
  float: left;
  margin-right: 10px;
}
.vcard cite {
  display: inline-block;
  font-style: normal;
  font-size: 17px;
}
.vcard .says {
  display: none;
}
.comment-meta {
  display: inline-block;
  font-size: 12px;
  line-height: 21px;
  margin-top: 16px;
  float: left;
}
.comment-meta:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  font-size: 0;
  height: 0;
}
.comment-body p {
  clear: both;
  font-size: 16px;
  overflow: hidden;
}
.comment-list li ul.children {
  margin-top: 20px;
}
.comment-list .children li {
  padding-left: 15px;
  border-left: 1px solid #eee;
}
.comment-list .children li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
#respond {
  background: #f9f9f9;
  padding: 30px;
  margin-top: 30px;
}
#respond h3 {
  margin: 0 0 10px 0;
  padding: 0;
}
#commentform input[type="text"],
#commentform textarea {
  padding: 10px;
  width: 60%;
  background: #fff;
  border-radius: 3px;
  outline: none;
  border: 1px solid #fff;
  -webkit-transition: all 0.18s ease-in-out;
  -moz-transition: all 0.18s ease-in-out;
  -o-transition: all 0.18s ease-in-out;
  -ms-transition: all 0.18s ease-in-out;
  transition: all 0.18s ease-in-out;
}
#commentform textarea {
  width: 100%;
}
#commentform input[type="text"]:focus,
#commentform textarea:focus {
  border: 1px solid #ccc;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
#commentform input[type="submit"] {
  background: #fff;
  color: #232527;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  padding: 8px 16px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border: 1px solid #ccc;
}
#commentform input[type="submit"]:hover {
  background: #2794da;
  color: #fff;
  border: 1px solid #25597a;
}
/*
 * Pages
 * Copyright (c) 2013, Sunny Ratilal.
 */
/* ----------------------------- *
 * Global
 * ----------------------------- */
.main .content {
  width: 940px;
  margin: 25px auto;
  background: #fff;
  padding: 20px;
}
.main {
  background: #eee;
  padding: 20px 0 0;
}
.main .content h1 {
  margin: 0 0 20px;
}
.staff-member-listing {
  line-height: 18px;
}
/* ----------------------------- *
 * Features
 * ----------------------------- */
.headline {
  padding: 40px 0;
  background: #eff5fa;
  color: #232527;
  font-size: 32px;
  border-bottom: 1px solid #3e81b3;
}
.headline h1 {
  margin: 0 auto;
  width: 940px;
  font-size: 32px;
  text-align: center;
  line-height: 52px;
}
.headline h1 span {
  background: rgba(255, 255, 255, 0.15);
  padding: 2px 4px;
  -webkit-animation: pulse 3s;
  -moz-animation: pulse 3s;
  -ms-animation: pulse 3s;
  -o-animation: pulse 3s;
  animation: pulse 3s;
}
.feature-area {
  width: 100%;
  border-bottom: 1px solid #eee;
  display: inline-block;
  padding: 80px 0 0;
}
.feature-area.feature-pad {
  padding-bottom: 80px;
}
.feature-area .feature-text {
  width: 940px;
  margin: 0 auto;
}
.feature-area .feature-text h3 {
  font-weight: 400;
}
.feature-area .feature-text p {
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
}
.feature-area .feature-text .feature-text-inner {
  float: left;
  width: 46%;
}
.feature-right .feature-text .feature-text-inner {
  float: right;
}
.feature-left img {
  float: right;
}
.feature-center .feature-text .feature-text-inner {
  float: none;
  width: 100%;
  text-align: center;
}
.feature-center .feature-text .feature-text-inner p {
  margin-bottom: 25px;
}
.feature-center .feature-text .feature-text .wp-post-image {
  left: 50%;
  position: relative;
  margin-left: -400px;
}
.feature-68023 img {
  margin-left: 15%;
}
.feature-68024 img,
.feature-68026 img {
  margin-right: 20%;
}
.feature-68026 img {
  margin-top: 5%;
}
.feature-68029 img {
  position: relative;
  top: 55px;
}
.feature-68030 img {
  position: relative;
  left: 50%;
  margin-left: -400px;
}
.feature-68025 img {
  margin-left: 6%;
}
#feature-edd {
  padding: 0;
  position: relative;
  top: -1px;
  background: #fff;
}
#feature-edd .feature-text-inner {
  background: url(images/edd-standing.png) no-repeat center right;
  padding: 80px 0;
  width: 100%;
  float: none;
  display: block;
  position: relative;
}
#feature-edd .feature-text-inner h3 {
  width: 500px;
  position: relative;
  left: 25%;
  top: -55px;
  background: #eee;
  padding: 20px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}
#feature-edd .feature-text-inner h3:after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  top: 40px;
  right: -20px;
  border-width: 20px 0 0 30px;
  border-style: solid;
  border-color: transparent #eee;
}
.feature-center .feature-text .feature-text-inner {
  float: none;
  width: 100%;
  text-align: center;
}
/* ----------------------------- *
 * Extensions and Themes
 * ----------------------------- */
.extensions-container,
.themes-container {
  width: 940px;
  margin: 0 auto 20px;
}
.page-id-13 h1 {
  float: left;
}
#extensions_searchform {
  float: right;
}
#extensions_searchform fieldset {
  border: none;
  background: transparent;
}
#extensions_searchform fieldset input[type="search"] {
  width: 226px;
  text-indent: 0;
  height: 20px;
  border-radius: 3px;
  padding: 5px 10px;
  display: inline-block;
  outline: none;
  border: 1px solid #ccc;
  -webkit-transition: border 0.2s ease-in-out;
  -moz-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  -ms-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
#extensions_searchform fieldset input[type="search"]:focus {
  border-color: #777;
}
#extensions_searchform fieldset input[type="submit"] {
  padding: 8px 13px 8px;
  text-decoration: none;
  border-radius: 2px;
  background: #eee;
  border: none;
}
.page-template-template-extensions-php .main .content {
  padding-bottom: 0;
}
.filter-title {
  margin-top: 20px;
  text-transform: uppercase;
  display: inline-block;
  background: #eee;
  padding: 2px 12px;
  word-spacing: 5px;
  letter-spacing: -1px;
  border: 1px solid #ccc;
}
.filter {
  background: #f8f8f8;
  margin-left: -20px;
  margin-right: -20px;
  padding: 10px 20px 20px;
  margin-top: 40px;
}
.filter ul {
  margin: 0;
  padding: 0;
}
.filter li {
  float: left;
  list-style: none;
  margin-right: 8px;
}
.filter a {
  position: relative;
  background: #fff;
  color: #232527;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  margin-top: 10px;
  padding: 3px 8px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border: 1px solid #ccc;
}
.filter a:hover {
  background: #2794da;
  color: #fff;
  border: 1px solid #25597a;
}
.extension,
.theme {
  float: left;
  width: 300px;
  margin-top: 10px;
  margin-bottom: 20px;
  margin-right: 20px;
  position: relative;
  height: 300px;
  padding-top: 10px;
  background: #fff;
}
.changelog-content strong {
  font-size: 18px;
  font-weight: 400;
}
.changelog-content p {
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.theme {
  height: 250px;
  padding-bottom: 10px;
}
.extension.extension-clear,
.theme.theme-clear {
  margin-right: 0;
}
.extension h2,
.theme h2,
.extension p,
.theme p {
  margin: 0;
  padding: 10px;
}
.extension h2,
.theme h2 {
  font-size: 18px;
  font-weight: normal;
}
.extension p,
.theme p {
  padding-top: 0;
  color: #555;
}
.extension .overlay,
.theme .overlay {
  background: rgba(0, 0, 0, 0.75);
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  width: 300px;
  height: 194px;
  display: block;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.extension .overlay a {
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -10px;
}
.extension .overlay .overlay-view-details {
  margin-left: -112px;
}
.theme .overlay span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -50px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-top: -10px;
}
.extension i.third-party {
  display: block;
  background: url(images/ribbon-3rd-party.png) no-repeat;
  width: 99px;
  height: 99px;
  position: absolute;
  top: -4px;
  right: -6px;
}
.extension i.free {
  display: block;
  background: url(images/ribbon-free.png) no-repeat;
  width: 99px;
  height: 99px;
  position: absolute;
  top: -4px;
  right: -6px;
}
.extension:hover .overlay,
.theme:hover .overlay {
  opacity: 1;
}
.extensions-grid {
  margin: 0;
  padding: 0;
}
.extensions-grid ul {
  list-style: none;
  margin: 10px 0 0 0;
  padding: 0;
}
.extensions-grid ul li {
  width: 33%;
  margin-right: 1%;
  float: left;
  margin-bottom: 1%;
}
.extensions-grid ul li:nth-child(3n+3) {
  width: 32%;
  margin-right: 0;
}
.extensions-grid ul li:nth-child(3n+3) a img {
  max-width: 281px;
}
.extensions-grid ul li a {
  display: block;
  background: #fff;
  padding: 20px;
  font-size: 18px;
  font-weight: 300;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -o-transition: all .2s linear;
  -ms-transition: all .2s linear;
  transition: all .2s linear;
}
.extensions-grid ul li .preview-image {
  height: 194px;
}
.extensions-grid ul li a img {
  margin-left: -10px;
  margin-top: -10px;
  max-width: 290px;
  border: 1px solid #c8c8c8;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
}
.extensions-grid ul li a .price,
.extensions-grid ul li a p {
  font-size: 14px;
  display: block;
  margin: 8px 0;
  color: #888;
}
.extensions-grid ul li a p {
  margin-top: 20px;
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 16px;
}
.extensions-grid ul li a:hover {
  background: #f9f9f9;
  color: #111;
  box-shadow: 0 0 2px #ccc;
}
.thumbnail-holder {
  width: 278px;
  height: 174px;
  margin: 0 auto;
  vertical-align: middle;
  overflow: hidden;
}
.extensions .pagination {
  display: block;
  padding-top: 30px;
  border-top: 1px solid #efefef;
}
.extensions .pagination .current,
.extensions .pagination .page-numbers {
  background: #fff;
  color: #232527;
  border-radius: 3px;
  padding: 1px 8px;
  font-weight: normal;
  border: 1px solid #ccc;
  margin-right: 5px;
  float: left;
  display: block;
  -webkit-transition: none;
}
.extensions .pagination .current,
.extensions .pagination .page-numbers:hover {
  background: #2794da;
  border: 1px solid #25597a;
  color: #fff;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
  transition: none;
}
.extension-search .main .content h1 {
  float: left;
  margin: 0;
  width: 550px;
}
.single-extension .main .content {
  width: 680px;
  margin: 5px 0 20px;
  float: left;
}
.single-extension .main .sidebar {
  float: left;
  margin-top: 5px;
  margin-left: 20px;
  margin-bottom: 20px;
  background: #fff;
  width: 240px;
  padding: 20px;
}
.single-extension .main .sidebar h3 {
  margin: 0;
  font-weight: normal;
  margin-bottom: 15px;
  font-size: 18px;
  text-align: center;
  border-top: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  padding: 10px 0;
}
.single-extension .main .sidebar .box {
  margin-bottom: 40px;
}
.single-extension .main .sidebar .box:last-child {
  margin-bottom: 0;
}
.single-extension .main .sidebar .box div span:first-child {
  float: left;
  text-transform: uppercase;
  color: #999;
  font-size: 12px;
}
.single-extension .main .sidebar .box div p span + span {
  float: right;
}
.single-extension .main .sidebar .box div {
  padding: 5px 0;
}
.single-extension .main .sidebar .box.fi h3 {
  margin-bottom: 0;
}
.single-extension .main .sidebar .box.fi ul {
  margin: 10px 0;
  padding: 0;
  list-style: none;
}
.single-extension .main .sidebar .box.fi ul li {
  display: block;
  padding: 4px 0;
  text-align: center;
  background: #2794da;
  border: 1px solid #25597a;
  color: #fff;
  border-radius: 2px;
  margin-bottom: 10px;
  -webkit-transition: background .2s linear;
  -moz-transition: background .2s linear;
  -o-transition: background .2s linear;
  -ms-transition: background .2s linear;
  transition: background .2s linear;
  cursor: pointer;
}
.single-extension .main .sidebar .box.fi ul li:hover {
  background: rgba(60, 123, 191, 0.88);
}
.edd_price_options ul {
  margin: 0;
  padding: 0;
}
.edd_price_options ul label {
  display: block;
  position: relative;
}
.edd_download_purchase_form {
  position: relative;
}
.edd_download_purchase_form .edd_price_options li {
  display: block;
  margin: 0;
  padding: 0;
}
.edd_download_purchase_form .edd_price_options span {
  display: inline;
  margin: 0;
  padding: 0;
}
html.js .edd_download_purchase_form label span.bullet {
  background: url(images/bullets.png) no-repeat;
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  top: 3px;
  left: 3px;
}
html.js .edd_download_purchase_form label {
  margin-bottom: 8px;
  cursor: pointer;
}
html.js .edd_download_purchase_form label:hover span.bullet {
  background-position: 0px -20px;
}
html.js .edd_download_purchase_form label.selected span.bullet {
  background-position: 0px -40px;
  transition: none;
}
html.js .edd_download_purchase_form input[type="radio"] {
  float: left;
  outline: none;
  opacity: 0;
  filter: alpha(opacity=0);
  zoom: 1;
  width: auto;
  cursor: pointer;
  vertical-align: middle;
  width: 25px;
  height: 24px;
}
html.js .edd_download_purchase_form label .edd_price_option_name {
  margin-left: 5px;
}
.single-extension .main .sidebar .box .pricing h4 {
  font-weight: normal;
  font-size: 15px;
  margin: 10px 0 5px 0;
  padding: 0;
}
.single-extension .main .info-box {
  background: #f7f9fa;
  border: 2px solid #e9ecef;
  padding: 16px 20px;
  text-shadow: none;
  border-radius: 6px;
  color: #34495e;
}
.single-theme .main .content {
  background: white;
  padding: 20px;
}
.third-party-extension .overlay .overlay-add-to-cart {
  display: none;
}
.extension.third-party-extension .overlay .overlay-view-details {
  margin-left: -50px;
}
.js input.edd-add-to-cart.edd-no-js.button.blue.edd-submit {
  display: none;
}
.tax-extension_category h1,
.post-type-archive-extension h1 {
  float: left;
}
.tax-extension_category .main .content,
.post-type-archive-extension .main .content {
  padding-bottom: 0 !important;
}
#edd_checkout_form_wrap span.card-type {
  top: 52px;
  right: 390px;
}
/* ----------------------------- *
 * My Account
 * ----------------------------- */
.nav-tabs:before,
.nav-pills:before,
.nav-tabs:after,
.nav-pills:after {
  display: table;
  line-height: 0;
  content: "";
}
.nav-tabs:after,
.nav-pills:after {
  clear: both;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs {
  border-bottom-width: 2px;
  border-bottom-color: #e1e4e7;
}
.nav-tabs.nav-append-content {
  border-bottom: none;
  padding: 0;
  margin-bottom: 0;
}
.nav {
  list-style: none;
}
.nav-tabs.nav-append-content > li.active:first-child:before {
  background-color: #fff;
  border-left: 2px solid #e1e4e7;
  content: "";
  height: 6px;
  left: 0;
  position: absolute;
  bottom: -4px;
  width: 6px;
  z-index: 2;
}
.nav-tabs > li {
  float: left;
  margin-bottom: 1px;
}
.nav-tabs > li {
  margin-bottom: -2px !important;
  position: relative;
}
.nav-tabs > li.active {
  z-index: 2;
}
.nav > li > a {
  display: block;
}
.nav-tabs > li > a {
  margin-right: 2px;
}
.nav-tabs > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 20px;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a {
  border-width: 2px;
  padding: 7px 21px 8px;
  border-radius: 6px 6px 0 0;
}
.nav-tabs > .active > a,
.nav-tabs > .active > a:hover,
.nav-tabs > .active > a:focus {
  cursor: default;
  background: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  border-color: #e1e4e7;
  border-bottom-color: #fff;
  border-width: 2px;
}
.tab-content {
  overflow: auto;
  border: 2px solid #ddd;
  border-radius: 6px;
  margin-bottom: 20px;
  padding: 20px;
  position: relative;
  z-index: 1;
  background: #fff;
}
#edd_user_history,
.affiliate-stats table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
#edd_user_history thead th,
.affiliate-stats table thead th {
  vertical-align: bottom;
  padding: 12px 10px;
  padding-bottom: 14px;
  line-height: 20px;
  text-align: left;
}
#edd_user_history tbody > tr:nth-child(odd) > td,
#edd_user_history tbody > tr:nth-child(odd) > th {
  background-color: transparent;
}
#edd_user_history td,
.affiliate-stats table td {
  padding: 12px 10px;
  border-top: 2px solid #eef0f0;
  line-height: 20px;
  text-align: left;
  vertical-align: top;
}
#edd_user_history tbody > tr:nth-child(even) > td,
#edd_user_history tbody > tr.selected-row > td,
#edd_user_history tbody > tr:nth-child(even) > th,
#edd_user_history tbody > tr.selected-row > th {
  background: #f9fafb;
}
.filters label {
  display: block;
  margin-top: 15px;
  font-size: 18px;
  font-weight: 400;
}
.filters form label {
  display: inline-block;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
}
.filters input[type="text"] {
  background: #fff;
  border: 1px solid #ccc;
  padding: 6px 8px;
  margin-top: 10px;
  width: 350px;
}
.filters input[type="text"]:focus {
  border: 1px solid #2794da;
  outline: none;
  -webkit-box-shadow: 0px 0px 3px rgba(40, 149, 217, 0.4);
  box-shadow: 0px 0px 3px rgba(40, 149, 217, 0.4);
}
.filters .submit {
  margin-top: 5px;
}
.filters input[type="submit"] {
  margin-top: 2px;
  padding: 4px 14px;
  margin-right: 6px;
  background: #2794da;
  display: inline-block;
  color: #fff;
  -webkit-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.1);
  cursor: pointer;
  border-radius: 3px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 24px;
  font-weight: 300;
  border: 1px solid #287aad;
}
.filters input[type="submit"]:hover {
  background: #5ba3cf;
  color: #fff;
}
.filters input[type="submit"]:active {
  -webkit-box-shadow: inset 0 2px 6px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 2px 6px rgba(0, 0, 0, 0.3);
}
.login h1,
.login h3 {
  text-align: center;
}
.login h3 {
  margin: 0 0 10px;
  padding: 0;
}
#loginform,
#passwordreset {
  width: 380px;
  margin: 0 auto;
  padding: 40px 0;
}
#passwordreset {
  border-bottom: none;
}
#loginform fieldset,
#passwordreset fieldset {
  width: 100%;
  border: 1px solid #ccc;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  padding: 0;
}
#loginform fieldset input[type="text"],
#passwordreset fieldset input[type="text"],
#loginform fieldset input[type="password"] {
  font-weight: 300;
  background: #fff;
  padding: 10px;
  outline: none;
  margin: 0;
  border-radius: 3px 3px 0 0;
  border: none;
  border-bottom: 1px solid #ccc;
  width: 100%;
}
#loginform fieldset input[type="password"],
#passwordreset fieldset input[type="password"] {
  border-radius: 0px 0px 3px 3px;
}
#loginform input[type="checkbox"],
#loginform input[type="checkbox"] + label {
  margin-top: 35px;
}
#loginform input[type="submit"],
#passwordreset input[type="submit"] {
  padding: 8px 16px;
  float: right;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background: #fff;
  background: -webkit-linear-gradient(#ffffff 0%, #efefef 100%);
  background: -moz-linear-gradient(#ffffff 0%, #efefef 100%);
  background: -o-linear-gradient(#ffffff 0%, #efefef 100%);
  background: -ms-linear-gradient(#ffffff 0%, #efefef 100%);
  background: linear-gradient(#ffffff 0%, #efefef 100%);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.24);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.24);
  color: #232527;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  margin-top: 23px;
  border: 1px solid #888;
}
#loginform input[type="submit"]:hover,
#passwordreset input[type="submit"]:hover {
  background: #2794da;
  background: -webkit-linear-gradient(#2794da 0%, #5aa4d3 100%);
  background: -moz-linear-gradient(#2794da 0%, #5aa4d3 100%);
  background: -o-linear-gradient(#2794da 0%, #5aa4d3 100%);
  background: -ms-linear-gradient(#2794da 0%, #5aa4d3 100%);
  background: linear-gradient(#2794da 0%, #5aa4d3 100%);
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.24);
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.24);
  color: #fff;
  border: 1px solid #2c67b0;
}
#edd_profile_editor_form fieldset {
  border: none;
  padding: 0;
  margin: 0;
}
#edd_profile_editor_form fieldset legend {
  display: none;
}
#edd_profile_editor_form fieldset label {
  width: 150px;
  display: inline-block;
  margin-bottom: 30px;
}
#edd_profile_editor_form fieldset input[type="text"],
#edd_profile_editor_form fieldset input[type="email"],
#edd_profile_editor_form fieldset input[type="password"] {
  font-weight: 300;
  background: #fff;
  padding: 10px;
  width: 300px;
  outline: none;
  margin: 0;
  border: 1px solid #ccc;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
}
#edd_profile_editor_form fieldset input[type="submit"] {
  margin-top: 2px;
  padding: 4px 14px;
  background: #2794da;
  display: inline-block;
  color: #fff;
  -webkit-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.1);
  cursor: pointer;
  border-radius: 3px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 24px;
  font-weight: 300;
  border: 1px solid #287aad;
}
#edd_profile_editor_form fieldset input[type="submit"]:hover {
  background: #5ba3cf;
  color: #fff;
}
#edd_profile_editor_form fieldset input[type="submit"]:active {
  box-shadow: inset 0 2px 6px rgba(0, 0, 0, 0.3);
}
#edd_user_commissions_unpaid h3 {
  margin-top: 0;
}
.edd_user_commissions {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  background: transparent;
  border-spacing: 0;
  text-align: left;
}
.edd_user_commissions thead {
  text-align: left;
}
.edd_user_commissions thead th {
  text-align: left;
  vertical-align: bottom;
  padding: 8px 25px;
  padding-bottom: 14px;
  line-height: 20px;
}
.edd_user_commissions tbody td {
  padding: 8px 25px;
  border-top: 2px solid #eef0f0;
  line-height: 20px;
  text-align: left;
  vertical-align: top;
}
#edd_user_commissions_unpaid_total,
#edd_user_commissions_paid_total {
  font-weight: 400;
  margin: 20px 0;
  padding: 20px 0;
  text-align: center;
  border-top: double #232527;
  border-bottom: double #232527;
}
#edd_commissions_paid_pagination {
  display: block;
  padding-top: 30px;
  border-top: 1px solid #efefef;
}
#edd_commissions_paid_pagination .current,
#edd_commissions_paid_pagination .page-numbers {
  background: #fff;
  color: #232527;
  border-radius: 3px;
  padding: 1px 8px;
  font-weight: normal;
  border: 1px solid #ccc;
  margin-right: 5px;
  float: left;
  display: block;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
  transition: none;
}
#edd_commissions_paid_pagination .current,
#edd_commissions_paid_pagination .page-numbers:hover {
  background: #2794da;
  border: 1px solid #25597a;
  color: #fff;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
  transition: none;
}
/* ----------------------------- *
 * Checkout
 * ----------------------------- */
#edd_checkout_wrap {
  margin-top: 15px;
}
.checkout h4 {
  font-size: 20px;
  font-weight: 400;
}
#edd_purchase_form_wrap {
  border-top: 1px solid #eee;
  padding-top: 20px;
}
#edd_purchase_form_wrap label {
  display: block;
  font-weight: 400;
  font-size: 17px;
}
#edd_purchase_form_wrap .edd-description {
  display: block;
  font-weight: 300;
  font-size: 14px;
  margin-bottom: 10px;
}
#edd_purchase_form_wrap .edd-description + input,
input#edd-license-key,
input#edd-discount,
#edd_login_fields input {
  background: #fff;
  border: 1px solid #ccc;
  padding: 6px 8px;
  margin-top: 10px;
  width: 350px;
}
#edd_purchase_form_wrap .edd-description + input:focus,
input#edd-license-key:focus,
input#edd-discount:focus,
#edd_login_fields input:focus {
  border: 1px solid #2794da;
  outline: none;
  -webkit-box-shadow: 0px 0px 3px rgba(40, 149, 217, 0.4);
  box-shadow: 0px 0px 3px rgba(40, 149, 217, 0.4);
}
#edd_cc_fields {
  position: relative;
}
#edd_secure_site_wrapper {
  position: absolute;
  width: 200px;
  top: 20px;
  right: 20px;
  border: 1px solid #eee;
  text-align: center;
  padding: 10px;
  background: #f9f9f9;
  font-weight: 300;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.8);
}
#ssl-seal {
  position: absolute;
  right: 50px;
  top: 120px;
  font-weight: 300 !important;
  font-size: 14px !important;
  font-family: Roboto !important;
}
#ssl-seal img {
  margin: 0 0 0 28px;
}
#edd_payment_mode fieldset {
  border: none;
  margin: 0;
  padding: 0;
}
#edd_payment_mode .edd-payment-mode-label {
  font-size: 20px;
  font-weight: 400;
  margin: 25px 0 10px 0;
  padding: 0;
  font-family: 'Roboto', 'Helvetica Neue', Helvetica, sans-serif;
  line-height: 1.4;
}
#edd-payment-mode-wrap label {
  margin-right: 20px;
}
#edd-payment-mode-wrap label input {
  margin-right: 5px;
}
#edd-card-number-wrap {
  margin-bottom: 10px;
}
.edd-payment-icons {
  overflow: hidden;
}
.edd-payment-icons img {
  margin-right: 5px;
  display: inline;
  float: left;
  margin-bottom: 25px;
}
#eddmc_mailchimp_signup + label,
#edd_purchase_form_wrap label[for="edd_agree_to_terms"] {
  display: inline;
}
#edd_final_total_wrap {
  font-size: 17px;
  padding: 20px;
  background: #f7f9fa;
  border-top: 2px solid #e9ecef;
  border-bottom: 2px solid #e9ecef;
}
#edd_purchase_form_wrap #edd_purchase_submit,
#edd_purchase_form_wrap #edd_terms_agreement {
  border-bottom: none;
}
#edd_checkout_form_wrap span.edd-description,
#edd_checkout_form_wrap label {
  font-size: 100% !important;
}
#edd_checkout_form_wrap input.edd-input {
  width: 50% !important;
}
#edd_purchase_form_wrap #edd_terms_agreement {
  border: none;
  padding: 0;
  margin: 0;
}
#edd_checkout_form_wrap input#eddmc_mailchimp_signup {
  float: none;
}
#edd_checkout_cart .edd_cart_header_row th {
  padding: .7em 1.387em;
}
#edd_final_total_wrap strong {
  font-weight: 400;
}
#edd_cc_fields legend {
  font-weight: 700;
}
#edd_checkout_form_wrap select.edd-select {
  width: 40%;
}
#edd_checkout_form_wrap fieldset#edd_cc_fields p {
  margin-bottom: 30px;
}
#edd_checkout_form_wrap fieldset#edd_cc_fields p.card-expiration {
  margin-bottom: 0 !important;
}
#edd_checkout_form_wrap fieldset#edd_purchase_submit {
  margin-bottom: -20px;
}
/* ----------------------------- *
 * Documentation
 * ----------------------------- */
.documentation .sidebar {
  float: left;
  margin-right: 20px;
  width: 240px;
  background: #fff;
  padding: 20px;
}
.documentation .sidebar h3 {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 5px;
}
.documentation .sidebar .widget {
  padding: 0;
}
.documentation .sidebar .widget_taxonomy h3 {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #eee;
}
.documentation .sidebar ul {
  font-weight: 300;
  margin: 0;
  padding: 0;
  list-style: none;
}
.documentation .sidebar ul li {
  margin-bottom: 10px;
}
.documentation .sidebar ul ul {
  padding-left: 10px;
  border-left: 1px solid #eee;
}
.documentation .sidebar ul ul li {
  margin-bottom: 5px;
}
.documentation .main .content {
  float: left;
  width: 680px;
  margin: 0 0 20px;
  background: #fff;
  padding: 20px;
  box-shadow: none;
}
.doc-section {
  background: #f9f9f9;
  margin-left: -20px;
  margin-right: -20px;
  position: relative;
  padding: 20px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
  text-align: center;
}
.doc-section .icon-cog {
  -webkit-animation: spin 5s infinite linear both;
  -moz-animation: spin 5s infinite linear both;
  -ms-animation: spin 5s infinite linear both;
  -o-animation: spin 5s infinite linear both;
  animation: spin 5s infinite linear both;
  display: inline-block;
}
.doc-section i {
  font-size: 48px;
}
.doc-section h2 {
  font-weight: 400;
  font-size: 24px;
}
.type-docs h3 a {
  color: #232527;
}
.documentation.tax-doc_section .main .content {
  background: transparent;
  padding: 0;
}
.documentation.tax-doc_section .main .content h1 {
  background: #fff;
  padding: 20px;
  margin-bottom: 20px;
}
.documentation.tax-doc_section .main .content .type-docs {
  padding: 20px;
  background: #fff;
  margin-bottom: 20px;
}
.documentation.tax-doc_section .main .content .type-docs h3 {
  margin-top: 0;
}
/* ----------------------------- *
 * Support Pricing
 * ----------------------------- */
.support-pricing .main {
  padding: 20px 0;
}
.support-pricing .main .content {
  margin: 0 auto;
  position: relative;
}
.support-pricing .main .content h2 {
  margin: 0;
  padding: 0;
  text-align: center;
}
.support-pricing .why {
  padding: 30px 0;
  font-size: 18px;
  font-weight: 300;
  float: left;
  width: 490px;
}
.support-pricing .main .content:hover #support-people {
  background-position: 0px -401px;
}
#support-people {
  background: url(images/icon-support.png) no-repeat;
  width: 366px;
  height: 300px;
  position: absolute;
  bottom: 0;
  right: 30px;
}
.pricing-container {
  width: 760px;
  margin: 35px auto 0;
}
.pricing-container .support-box {
  width: 450px;
  background: #fff;
  background: -webkit-linear-gradient(#ffffff 0%, #eaeaea 100%);
  background: -moz-linear-gradient(#ffffff 0%, #eaeaea 100%);
  background: -o-linear-gradient(#ffffff 0%, #eaeaea 100%);
  background: -ms-linear-gradient(#ffffff 0%, #eaeaea 100%);
  background: linear-gradient(#ffffff 0%, #eaeaea 100%);
  border-radius: 3px;
  color: #555;
  border: 1px solid #3f7197;
  -webkit-box-shadow: 0 2px 6px rgba(29, 58, 82, 0.4);
  box-shadow: 0 2px 6px rgba(29, 58, 82, 0.4);
  margin: 0 auto;
}
.package-pricing .pricing-container .support-box:first-child {
  margin-left: 4%!important;
}
.package-pricing .pricing-container .support-box {
  width: 215px;
  float: left;
  margin: 0 3% 0 0!important;
}
.package-pricing .pricing-container ul {
  margin: 0 40px 0 0;
  padding: 30px 0 0 0;
  clear: both;
}
.package-pricing .pricing-container li {
  display: block;
  text-align: center;
  margin: 0 0 15px;
  font-size: 24px;
  font-weight: 300;
  font-family: 'Roboto', 'Helvetica Neue', Helvetica, sans-serif;
}
.package-pricing .pricing-container .support-box ul {
  margin: 0;
  padding: 0;
}
.package-pricing .pricing-container .support-box li {
  display: block;
  margin: 0 0 10px;
  padding: 0;
}
.pricing-container .priority-support {
  border: 2px solid #588fc9;
  position: relative;
  z-index: 2;
  top: -13px;
  -webkit-box-shadow: 20px 20px 20px -10px rgba(0, 0, 0, 0.15), -20px 20px 20px -10px rgba(0, 0, 0, 0.15);
  box-shadow: 20px 20px 20px -10px rgba(0, 0, 0, 0.15), -20px 20px 20px -10px rgba(0, 0, 0, 0.15);
  border-top-width: 3px;
}
.pricing-container .priority-support .label {
  position: absolute;
  background: #588fc9;
  font-size: 14px;
  color: #fff;
  padding: 0 10px;
  top: -25px;
  right: 10px;
}
.pricing-container .support-box h2 {
  font-weight: 300;
  font-size: 28px;
  text-align: center;
  padding: 30px 0;
  border-bottom: 1px solid #ddd;
  margin: 0;
}
.pricing-container .priority-support h2 {
  padding-top: 40px;
}
.pricing-container .support-box:nth-child(2n) {
  margin-right: 0;
}
.pricing-container .support-box .price {
  font-weight: 300;
  padding: 40px 0;
  text-align: center;
  background: #eee;
  border-bottom: 1px solid #ddd;
  height: 140px;
}
.pricing-container .support-box .price-free p {
  line-height: 50px;
  margin: 0;
  padding: 0;
}
.pricing-container .support-box .price p {
  font-size: 52px;
}
.pricing-container .support-box .per-month,
.pricing-container .support-box .per-year {
  width: 50%;
  margin: 0 auto;
}
.pricing-container .support-box .price .symbol {
  -webkit-backface-visibility: hidden;
  font-size: 28px;
  vertical-align: super;
  position: relative;
  top: 4px;
  padding: 0;
}
.pricing-container .support-box .price .per {
  letter-spacing: 0;
  position: relative;
  font-size: 20px;
  display: block;
  top: 10px;
}
.pricing-container .support-box .pricing-features {
  font-size: 18px;
  font-weight: 300;
  padding: 20px;
  text-align: center;
  line-height: 30px;
}
.pricing-container .support-box .pricing-features span {
  background: rgba(222, 222, 222, 0.5);
  padding: 3px 6px;
}
.pricing-container .support-box .sign-up-buttons p {
  text-align: center;
  margin-bottom: 10px;
}
.pricing-container .support-box .sign-up-buttons p:last-child {
  margin-bottom: 20px;
}
.pricing-container .support-box .sign-up-buttons a {
  display: inline-block;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  text-align: center;
  background: #2794da;
  color: #fff;
  border: 1px solid #25597a;
  padding: 4px 8px;
  border-radius: 2px;
  cursor: pointer;
  width: 185px;
}
.pricing-container .support-box .sign-up-buttons a:hover {
  background: #fff;
  color: #232527;
  border: 1px solid #ccc;
}
#business-packages {
  width: 200px;
  background: #fff;
  color: #232527;
  border: 1px solid #ccc;
}
/* ----------------------------- *
 * Team
 * ----------------------------- */
.contributors img {
  border-radius: 50%;
  width: 90px;
  height: 90px;
  padding: 5px;
  background: #fff;
  border: 1px solid #ddd;
  float: left;
  margin-right: 20px;
}
.contributors h3 {
  height: 90px;
  line-height: 90px;
  margin: 0 0 20px 0;
  padding: 0;
}
.contributors .contributor {
  float: left;
  width: 49%;
  margin-right: 2%;
}
.contributors h2 {
  font-size: 25px;
}
.contributors .contributor:nth-child(2n+2) {
  margin-right: 0;
}
.contributor.contrib h3 {
  line-height: 55px;
  margin: 0;
  padding: 0;
  height: 55px;
}
.contributor.contrib {
  margin-bottom: 20px;
}
.contributors br {
  display: none;
}
.gallery {
  clear: both;
}
/* ----------------------------- *
 * Purchase Confirmation
 * ----------------------------- */
#edd_purchase_receipt {
  width: 100%;
  border: none;
  border-spacing: none;
  border: 1px solid #eee;
  border-bottom: none;
}
#edd_purchase_receipt td {
  padding: 10px;
  border-bottom: 1px solid #eee;
  width: 100px;
}
#edd_purchase_receipt .edd_license_key td {
  padding: 6px 35px;
}
#edd_purchase_receipt .edd_sl_license_key {
  margin-left: -26px;
}
#edd_purchase_receipt_products {
  width: 100%;
  border: none;
  border-spacing: none;
  border: 1px solid #eee;
  border-bottom: none;
}
#edd_purchase_receipt_products td,
#edd_purchase_receipt_products th {
  padding: 10px;
  border-bottom: 1px solid #eee;
  width: 100px;
}
#edd_purchase_receipt_products th {
  text-align: left;
}
#edd_purchase_receipt_products ul {
  margin-bottom: 0;
  padding-bottom: 0;
}
/* ----------------------------- *
 * Store
 * ----------------------------- */
.page.page-id-2331 .edd_download_purchase_form {
  margin-top: 15px;
}
.page.page-id-2331 .edd_download_full_content {
  padding-right: 15px;
}
/* ----------------------------- *
 * Register for Support
 * ----------------------------- */
.rcp_form label {
  width: 180px;
}
.rcp_form input[type="text"],
.rcp_form input[type="password"],
.rcp_form input[type="email"] {
  background: #fff;
  border: 1px solid #ccc;
  padding: 6px 8px;
  margin-top: 10px;
  width: 350px;
}
.rcp_form input[type="text"]:focus,
.rcp_form input[type="password"]:focus,
.rcp_form input[type="email"]:focus {
  border: 1px solid #2794da;
  outline: none;
  -webkit-box-shadow: 0px 0px 3px rgba(40, 149, 217, 0.4);
  box-shadow: 0px 0px 3px rgba(40, 149, 217, 0.4);
}
.rcp_form #rcp_payment_gateways {
  margin: 20px 0;
}
.rcp_form #rcp_payment_gateways label {
  width: auto;
}
#rcp_submit {
  margin-top: 2px;
  padding: 4px 14px;
  background: #2794da;
  display: inline-block;
  color: #fff;
  -webkit-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.1);
  cursor: pointer;
  border-radius: 3px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 24px;
  font-weight: 300;
  border: 1px solid #287aad;
}
#rcp_submit:hover {
  background: #5ba3cf;
  color: #fff;
}
#rcp_submit:active {
  -webkit-box-shadow: inset 0 2px 6px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 2px 6px rgba(0, 0, 0, 0.3);
}
.card-expiry-month,
.card-expiry-year {
  width: auto !important;
}
footer {
  -webkit-box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.02);
  box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.02);
  padding-top: 35px;
  position: relative;
}
footer .container {
  width: 940px;
  margin: 0 auto;
  position: relative;
}
footer .container img {
  position: absolute;
  top: -172px;
  right: -150px;
  z-index: 10;
}
footer .container .columns {
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
footer .container .col {
  float: left;
  width: 283px;
  margin-right: 30px;
  text-align: left;
}
footer .container .col:last-child {
  margin-right: 0;
}
footer .social ul {
  margin: 0;
  padding: 0;
}
footer .social {
  margin: 0 auto 20px;
  width: 30px;
}
footer .social li {
  float: left;
  display: inline-block;
  margin-right: 10px;
  height: 30px;
}
footer .social a {
  display: inline-block;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  width: 30px;
  height: 30px;
}
footer .social .facebook a {
  background: url(images/social-fb.png) no-repeat;
}
footer .social .twitter a {
  background: url(images/social-tw.png) no-repeat;
}
footer .social .gplus a {
  background: url(images/social-gp.png) no-repeat;
}
footer .social .github a {
  background: url(images/social-gh.png) no-repeat;
}
footer .social a:hover {
  background-position: 0 -30px;
}
footer p.copyright {
  text-align: center;
  padding-bottom: 35px;
}
footer p.links {
  color: #ccc;
  text-align: center;
  margin-bottom: 15px;
}
footer p.links span {
  padding: 0 5px;
  font-weight: 300;
}
footer h4 {
  font-weight: 400;
  font-size: 17px;
  margin-bottom: 20px;
}
@-ms-viewport {
  width: device-width;
}
/* ----------------------------- *
 * iPad (Landscape)
 * ----------------------------- */
@media (max-width: 1024px) {
  .hero .hero-inside img {
    top: 475px;
    right: 20px;
    width: 198px;
  }
  footer .container img {
    right: -25px;
  }
}
/* ----------------------------- *
 * Tablets to regular desktops
 * ----------------------------- */
@media (min-width: 941px) and (max-width: 979px) {
  .header-outer {
    padding: 20px 0;
  }
  .header-outer .header {
    width: 100%;
  }
  .hero .hero-inside {
    width: 100%;
  }
  .header-outer .header #logo {
    margin-left: 20px;
  }
  .hero h1 {
    width: 667px;
    margin: 0 auto;
    font-size: 32px;
    font-size: 3.2rem;
  }
  .hero .hero-text h2 {
    font-size: 32px;
    font-size: 3.2rem;
  }
  .hero .hero-inside img {
    right: 10px;
  }
  #primary {
    margin-right: 20px;
  }
  .feature {
    width: 100%;
  }
  .extensions-grid ul li a img {
    max-width: 284px;
  }
  .extensions-grid ul li:nth-child(3n+3) a img {
    max-width: 273px;
  }
  footer .container img {
    right: -25px;
  }
}
/* ----------------------------- *
 * Phones to portrait tablets and narrow desktops
 * ----------------------------- */
@media (max-width: 940px) {
  .header-outer {
    padding: 20px 0;
  }
  .header-outer .header {
    width: 100%;
  }
  .header-outer .header #logo {
    float: none;
    margin: 0 auto;
  }
  .header-outer .header #logo a {
    display: block;
    padding-left: 20px;
    margin: 0;
    width: 250px;
  }
  .header-outer .header #logo a img {
    max-width: 250px;
  }
  .header i {
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    font-size: 20px;
    color: #fff;
  }
  #primary {
    float: none;
    height: auto;
    overflow: hidden;
    display: none;
  }
  #primary ul li {
    float: none;
  }
  html.cssanimations.csstransitions #primary ul ul,
  #primary ul ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
    display: block;
    background: transparent;
    border: none;
    box-shadow: none;
    width: 100%;
    position: relative;
  }
  #primary ul ul:before {
    display: none;
  }
  #primary ul a {
    height: auto;
  }
  #primary ul ul li a {
    color: #999;
  }
  #primary ul ul li a:hover {
    color: #fff !important;
  }
  .menu-download {
    display: none;
  }
  .hero {
    background-size: contain;
    width: 100%;
    max-width: 100%;
    height: auto;
    padding-bottom: 25px;
  }
  .hero .hero-inside {
    width: 100%;
  }
  .hero .hero-text {
    padding: 0;
    margin-top: 480px;
  }
  .hero .hero-inside img {
    right: -5px;
  }
  .hero .hero-text h1,
  .hero .hero-text h2 {
    font-size: 2.4rem;
    width: 590px;
    margin: 0 auto;
  }
  .hero .hero-text p {
    top: -78px;
  }
  .featureset.feature-overview .inner-feature-left img,
  .featureset.feature-overview .inner-feature-right img {
    max-width: 380px;
  }
  .feature,
  .featureset.feature-support .feature-content {
    width: 100%;
  }
  .featureset.feature-support i {
    display: none;
  }
  .featureset.feature-customers .testimonial,
  .featureset.feature-customers .testimonial:nth-child(2n+2) {
    width: 100%;
    float: none;
    height: auto;
    margin: 0 auto;
  }
  .feature-newsletter .feature form {
    margin-top: 20px;
  }
  .feature-newsletter .feature form .names {
    padding: 0;
    margin: 0;
  }
  .feature-newsletter .feature form input[type="text"],
  .feature-newsletter .feature form input[type="email"] {
    width: 100%;
    -webkit-appearance: none;
  }
  .feature-newsletter .feature form input[type="email"] {
    width: 100%;
    margin: 0 0 20px;
  }
  footer .container {
    width: 100%;
  }
  footer .container img {
    display: none;
  }
  footer .container .columns {
    padding: 0 20px 20px 20px;
  }
  .main .content {
    width: 100%;
    margin: 0 auto 15px;
  }
  .showcase {
    width: 100%;
  }
  .showcase .featured-site,
  .showcase .site {
    width: 100%;
    float: none;
  }
  .showcase .featured-site .text-overlay,
  .showcase .site .text-overlay {
    width: 100%;
    height: 100%;
  }
  .showcase .site img {
    max-width: 320px;
    height: auto;
    margin: 0 auto;
    text-align: center;
    display: block;
  }
  .showcase .gform_wrapper {
    max-width: 100%;
    padding: 0 20px;
    width: 100%;
  }
  .showcase .the-content p {
    padding: 0 20px;
  }
  .gform_wrapper .top_label input.medium,
  .gform_wrapper .top_label select.medium {
    width: 98% !important;
  }
  .extension,
  .theme {
    float: none;
    margin: 0 auto 40px !important;
  }
  .main .container {
    width: 100%;
  }
  .single-extension .main .content {
    width: 100%;
  }
  .single-extension .main .sidebar,
  .blog .sidebar,
  .single-theme .sidebar {
    width: 100%;
    margin-left: 0;
  }
  .blog .sidebar,
  .single-theme .sidebar {
    margin-top: 25px;
  }
  .blog .main .content,
  .single-theme .main .content {
    width: 100%;
  }
  .bbpress .main .content {
    width: 100%;
  }
  .bbpress .sidebar {
    width: 100%;
    margin-left: 0;
  }
  #bbpress-forums div.bbp-search-form #bbp_search {
    width: 98%;
    margin-bottom: 10px;
  }
  #bbpress-forums div.bbp-reply-content {
    margin-left: 105px;
  }
  #bbpress-forums div.bbp-breadcrumb p {
    float: none;
    width: 100%;
  }
  .documentation .sidebar {
    float: left;
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .documentation .main .content {
    width: 100%;
  }
  .headline h1,
  .pricing-container {
    width: 100%;
    padding: 0 20px;
  }
  .pricing-container .support-box {
    margin-bottom: 60px;
  }
  .package-pricing .pricing-container .support-box {
    width: 185px;
    margin: 0 2% 0 0!important;
  }
  #support-people {
    display: none;
  }
  footer .container img {
    right: -25px;
  }
}
/* ----------------------------- *
 * iPad (Portrait)
 * ----------------------------- */
@media (max-width: 768px) {
  .hero .hero-text {
    margin-top: 400px;
  }
  .hero .hero-text p {
    top: -72px;
  }
  .hero .hero-inside img {
    top: 505px;
    width: 164px;
  }
  footer .container img {
    right: -25px;
  }
  footer .container .col {
    width: 100%;
  }
  .package-pricing .pricing-container .support-box,
  .package-pricing .pricing-container .support-box:first-child {
    width: 100%;
    margin: 0 0 20px!important;
  }
}
/* ----------------------------- *
 * iPhone (Landscape)
 * ----------------------------- */
@media (max-width: 480px) {
  .header-outer {
    padding: 20px 0;
  }
  .header-outer .header {
    width: 100%;
  }
  .pricing-container .support-box {
    width: 100%;
  }
  .package-pricing .pricing-container .support-box,
  .package-pricing .pricing-container .support-box:first-child {
    width: 100%;
    margin: 0 0 20px!important;
  }
  .header-outer .header #logo {
    float: none;
    margin: 0 auto;
  }
  .header-outer .header #logo a {
    display: block;
    padding-left: 20px;
    margin: 0;
    width: 250px;
  }
  .header-outer .header #logo a img {
    max-width: 250px;
  }
  .header i {
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    font-size: 20px;
    color: #fff;
  }
  #primary {
    float: none;
    height: auto;
    overflow: hidden;
    display: none;
  }
  #primary ul li {
    float: none;
  }
  html.cssanimations.csstransitions #primary ul ul,
  #primary ul ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
    display: block;
    background: transparent;
    border: none;
    box-shadow: none;
    width: 100%;
    position: relative;
  }
  #primary ul ul:before {
    display: none;
  }
  #primary ul a {
    height: auto;
  }
  #primary ul ul li a {
    color: #999;
  }
  #primary ul ul li a:hover {
    color: #fff !important;
  }
  .menu-download {
    display: none;
  }
  .hero {
    background-size: contain;
    width: 100%;
    max-width: 100%;
    height: auto;
  }
  .hero .hero-inside {
    width: 100%;
  }
  .hero .hero-text {
    padding: 0;
    margin-top: 200px;
  }
  .download-button {
    display: none;
  }
  .demo-button {
    display: block;
  }
  .hero .hero-text h1,
  .hero .hero-text h2 {
    font-size: 2.4rem;
    width: 100%;
  }
  .hero .hero-text p {
    top: -62px;
    margin-left: -55px;
  }
  .hero .hero-inside img {
    display: none;
  }
  .feature,
  .featureset.feature-support .feature-content {
    width: 100%;
  }
  .featureset.feature-overview .inner-feature-right img,
  .featureset.feature-overview .inner-feature-left img {
    display: none;
  }
  .featureset.feature-overview .inside {
    float: none;
    width: 100%;
  }
  .featureset.feature-ios .left,
  .featureset.feature-ios .right {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .featureset.feature-ios .iphone {
    margin-left: -30px;
  }
  #extensions-intro-box {
    margin-bottom: 30px;
  }
  #extensions-intro-box a {
    margin-left: 0;
  }
  .extensions-grid ul li,
  .extensions-grid ul li:nth-child(3n+3) {
    width: 100%;
    float: none;
    margin-bottom: 30px;
  }
  .extensions-grid ul li a img {
    margin-left: 3px;
    margin-top: 3px;
    max-width: 97% !important;
  }
  .featureset.feature-support i {
    display: none;
  }
  .featureset.feature-customers .testimonial,
  .featureset.feature-customers .testimonial:nth-child(2n+2) {
    width: 100%;
    float: none;
    height: auto;
    margin: 0 auto;
  }
  .feature-newsletter .feature form {
    margin-top: 20px;
  }
  .feature-newsletter .feature form .names {
    padding: 0;
    margin: 0;
  }
  .feature-newsletter .feature form input[type="text"],
  .feature-newsletter .feature form input[type="email"] {
    width: 100%;
    -webkit-appearance: none;
  }
  .feature-newsletter .feature form input[type="email"] {
    width: 100%;
    margin: 0 0 20px;
  }
  footer .container {
    width: 100%;
  }
  footer .container img {
    display: none;
  }
  footer .container .columns {
    padding: 0 20px 20px 20px;
  }
  .main .content {
    width: 100%;
    margin: 0 auto 15px;
  }
  .showcase {
    width: 100%;
  }
  .showcase .featured-site,
  .showcase .site {
    width: 100%;
    float: none;
  }
  .showcase .featured-site .text-overlay,
  .showcase .site .text-overlay {
    width: 100%;
    height: 100%;
  }
  .showcase .site img {
    max-width: 320px;
    height: auto;
    margin: 0 auto;
    text-align: center;
    display: block;
  }
  .showcase .gform_wrapper {
    max-width: 100%;
    padding: 0 20px;
    width: 100%;
  }
  .showcase .the-content p {
    padding: 0 20px;
  }
  .gform_wrapper .top_label input.medium,
  .gform_wrapper .top_label select.medium {
    width: 98% !important;
  }
  .extension,
  .theme {
    float: none;
    margin: 0 auto 40px !important;
  }
  .main .container {
    width: 100%;
  }
  .single-extension .main .content {
    width: 100%;
  }
  .single-extension .main .sidebar,
  .blog .sidebar,
  .single-theme .sidebar {
    width: 100%;
    margin-left: 0;
  }
  .blog .sidebar,
  .single-theme .sidebar {
    margin-top: 25px;
  }
  .blog .main .content,
  .single-theme .main .content {
    width: 100%;
  }
  .bbpress .main .content {
    width: 100%;
  }
  .bbpress .sidebar {
    width: 100%;
    margin-left: 0;
  }
  #bbpress-forums div.bbp-search-form #bbp_search {
    width: 98%;
    margin-bottom: 10px;
  }
  #bbpress-forums div.bbp-reply-content {
    margin-left: 105px;
  }
  #bbpress-forums div.bbp-breadcrumb p {
    float: none;
    width: 100%;
  }
  .documentation .sidebar {
    float: left;
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .documentation .main .content {
    width: 100%;
  }
  .headline h1,
  .pricing-container {
    width: 100%;
    padding: 0 20px;
  }
  .pricing-container .support-box {
    margin-bottom: 60px;
  }
  #support-people {
    display: none;
  }
  footer .container .col {
    width: 100%;
  }
  .feature-area .feature-text {
    width: 100%;
    padding: 0 20px;
  }
  .feature-area .feature-text .feature-text-inner {
    width: 100%;
    float: none;
  }
  .feature-area .feature-text p {
    margin-bottom: 25px;
  }
  .feature-68023 img,
  .feature-68026 img,
  .feature-68024 img {
    display: none;
  }
  .feature-68025 img {
    margin-left: 0;
  }
  #feature-edd {
    display: none;
  }
  .featureset.feature-overview,
  .featureset.feature-extensions {
    padding: 30px 30px;
  }
  .extensions-container,
  .themes-container {
    width: 100%;
  }
  .page-id-13 h1 {
    float: none;
  }
  #extensions_searchform {
    display: block;
    float: none;
    -webkit-appearance: none;
  }
  .filter {
    margin-top: 10px;
  }
  .feature-68030 img {
    margin-left: -182px;
  }
  .tab-content {
    border: none;
    border-radius: 0;
    position: relative;
    padding: 20px;
  }
  .nav-tabs > li,
  .nav-pills > li {
    float: none;
    display: block;
    margin-bottom: 0 !important;
  }
  .nav-tabs > li > a {
    border: none;
    border-radius: 0;
  }
  .nav-tabs > li.active > a,
  .nav-tabs > li.active > a:hover,
  .nav-tabs > li.active > a:focus {
    border: none !important;
  }
  .tab-pane.purchases-tab-pane {
    margin-top: -20px;
    margin-left: -20px;
    margin-bottom: -20px;
    margin-right: -20px;
  }
  #edd_profile_editor_form fieldset label {
    margin-bottom: 0;
  }
  #edd_profile_editor_form fieldset input[type="text"],
  #edd_profile_editor_form fieldset input[type="email"],
  #edd_profile_editor_form fieldset input[type="password"] {
    margin-bottom: 30px;
  }
  #edd_profile_editor_form p#edd_profile_display_name_wrap {
    margin-bottom: 30px;
  }
  #edd_checkout_form_wrap input.edd-input {
    width: 100% !important;
  }
  #edd_secure_site_wrapper,
  #ssl-seal {
    display: none;
  }
  #bbpress-forums li.bbp-body div.bbp-reply-content {
    clear: none !important;
    margin-left: 0 !important;
    width: 100% !important;
    padding: 12px 12px 12px 0 !important;
    margin-bottom: 20px;
  }
}
