/*
Theme Name: ThemeZilla v3.0
Theme URI: http://www.themezilla.com
Description: Booya!
Version: 1.0
Author: Gilbert Pellegrom
Author URI: http://gilbert.pellegrom.me
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline; }

body {
  line-height: 1;
  color: black;
  background: white; }

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

caption, th, td {
  text-align: left;
  font-weight: normal; }

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

blockquote, q {
  quotes: "" ""; }

/* HTML5 tags */
header, section, footer,
aside, nav, article, figure {
  display: block; }

/* hand cursor on clickable input elements */
label, input[type=button], input[type=submit], button {
  cursor: pointer; }

/* make buttons play nice in IE:   
    www.viget.com/inspire/styling-the-button-element-in-internet-explorer/ */
button {
  width: auto;
  overflow: visible; }

/* Sharper Thumbnails */
img {
  -ms-interpolation-mode: bicubic; }

.alignnone {
  margin: 5px 20px 20px 0; }

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

a img.alignnone {
  margin: 5px 20px 20px 0; }

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

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

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center; }

.wp-caption.alignnone {
  margin: 5px 20px 20px 0; }

.wp-caption.alignleft {
  margin: 5px 20px 20px 0; }

.wp-caption.alignright {
  margin: 5px 0 20px 20px; }

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto; }

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px; }

input,
textarea,
select {
  font: 16px/1.6em "Benton Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #262626;
  background: #fff;
  padding: 10px 15px;
  border: 2px solid #ddd;
  border-radius: 3px;
  outline: none;
  margin: 0 0 5px 0;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out; }
  input:focus,
  textarea:focus,
  select:focus {
    color: #222;
    border-color: #3bc492; }

.btn,
#submit {
  display: inline-block;
  font: 16px/1.6em "Benton Sans Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #262626;
  background: #f3f3f3;
  border: 0;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  cursor: pointer;
  border-radius: 3px;
  -webkit-appearance: none; }
  .btn:hover,
  #submit:hover {
    color: #262626;
    background: #e7e7e7; }
  .btn.primary, .btn#submit,
  #submit.primary,
  #submit#submit {
    color: #fff;
    background: #3bc492; }
    .btn.primary:hover, .btn#submit:hover,
    #submit.primary:hover,
    #submit#submit:hover {
      color: #fff;
      background: #37b587; }

.badge {
  background: #00aeda;
  width: 80px;
  height: 80px;
  line-height: 80px;
  font-family: "Benton Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  color: #fff;
  text-align: center;
  border-radius: 100%; }
  .badge.free {
    background: #ff4633; }
  .badge.big {
    width: 100px;
    height: 100px;
    line-height: 100px;
    font-size: 20px; }

#testimonials {
  border-top: 5px solid #f3f3f3;
  border-bottom: 5px solid #f3f3f3;
  padding-bottom: 60px;
  margin: 10px 0 70px 0; }
  #testimonials .testimonial {
    text-align: center;
    padding: 60px 140px 45px 140px;
    display: none;
    min-height: 230px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    #testimonials .testimonial:first-child {
      display: block; }
    #testimonials .testimonial p {
      font-family: Georgia, Times, "Times New Roman", serif;
      font-size: 22px;
      line-height: 36px;
      font-style: italic;
      margin-bottom: 25px; }
    #testimonials .testimonial span {
      font-family: "Benton Sans Medium", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  #testimonials .testimonial-nav {
    list-style: none;
    margin: 0 0 45px 0;
    padding: 0;
    zoom: 1; }
    #testimonials .testimonial-nav:before, #testimonials .testimonial-nav:after {
      content: "";
      display: table; }
    #testimonials .testimonial-nav:after {
      clear: both; }
    #testimonials .testimonial-nav li {
      display: inline; }
    #testimonials .testimonial-nav a {
      display: block;
      float: left;
      border: 0;
      width: 8.62%;
      margin: 0 0.5% 0.5% 0;
      position: relative; }
      #testimonials .testimonial-nav a img {
        display: block; }
      #testimonials .testimonial-nav a.active span {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 100%;
        height: 100%;
        background: rgba(59, 196, 146, 0.9) url(images/testimonial-quote.png) no-repeat 50% 50%; }
    #testimonials .testimonial-nav .last a {
      margin-right: 0; }
  #testimonials .testimonial-logos {
    display: block;
    margin: 0 auto; }

.tiptop {
  position: absolute;
  z-index: 9999;
  font-size: 14px;
  color: #bcbcbc;
  background: #262626;
  padding: 20px;
  border-radius: 3px;
  max-width: 310px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.pagination {
  text-align: center;
  padding-top: 50px;
  margin-top: 50px;
  border-top: 5px solid #f3f3f3; }
  .pagination a,
  .pagination a:visited,
  .pagination span {
    padding: 3px;
    margin: 0 5px;
    color: #bcbcbc; }
    .pagination a.current,
    .pagination a:visited.current,
    .pagination span.current {
      color: #262626; }
  .pagination a {
    border: 0; }
    .pagination a:hover {
      border-bottom: 2px solid #3bc492; }

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top; }

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020; }

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.fancybox-opened {
  z-index: 8030; }

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); }

.fancybox-outer, .fancybox-inner {
  position: relative; }

.fancybox-inner {
  overflow: hidden; }

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch; }

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap; }

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%; }

.fancybox-image {
  max-width: 100%;
  max-height: 100%; }

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("fancybox_sprite.png"); }

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060; }

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("fancybox_loading.gif") center center no-repeat; }

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040; }

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: transparent;
  z-index: 8040; }

.fancybox-prev {
  left: 0; }

.fancybox-next {
  right: 0; }

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden; }

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px; }

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px; }

.fancybox-nav:hover span {
  visibility: visible; }

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important; }

/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto; }

.fancybox-lock body {
  overflow: hidden !important; }

.fancybox-lock-test {
  overflow-y: hidden !important; }

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("fancybox_overlay.png"); }

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0; }

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll; }

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050; }

.fancybox-opened .fancybox-title {
  visibility: visible; }

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center; }

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap; }

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff; }

.fancybox-title-inside-wrap {
  padding-top: 10px; }

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8); }

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url("fancybox_sprite@2x.png");
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/ }
  #fancybox-loading div {
    background-image: url("fancybox_loading@2x.gif");
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/ } }

body {
  font: 16px/1.6em "Benton Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #222;
  background: #fff;
  -webkit-text-size-adjust: none; }

a, a:visited {
  color: #222;
  text-decoration: none;
  border-bottom: 2px solid #ddd;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out; }

a:hover, a:active {
  color: #222;
  text-decoration: none;
  border-color: #3bc492; }

h1, h2, h3, h4, h5, h6 {
  line-height: 1.2em;
  margin-bottom: 0.6em; }

h1 {
  font-size: 2.2em; }

h2 {
  font-size: 1.9em; }

h3 {
  font-size: 1.7em;
  margin-top: 2em; }

h4 {
  font-size: 1.5em; }

h5 {
  font-size: 1.3em; }

h6 {
  font-size: 1.2em; }

p {
  margin-bottom: 1em; }

ol, ul {
  padding-left: 30px;
  margin-bottom: 1em; }

b, strong {
  font-family: "Benton Sans Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal; }

i, em {
  font-style: italic; }

u {
  text-decoration: underline; }

abbr, acronym {
  cursor: help;
  border-bottom: .1em dotted; }

td, td img {
  vertical-align: top; }

sub {
  vertical-align: sub;
  font-size: smaller; }

sup {
  vertical-align: super;
  font-size: smaller; }

code {
  font-family: "Menlo", Courier, "Courier New", Monaco, Tahoma;
  font-size: 12px;
  background: #f3f3f3;
  color: #222;
  padding: 2px 3px; }

pre {
  background: #f3f3f3;
  padding: 20px;
  margin-bottom: 1em;
  overflow: auto; }

blockquote {
  font-style: italic;
  margin: 0 0 1em 0;
  padding-left: 20px;
  border-left: 5px solid #f3f3f3; }

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

.clearfix {
  zoom: 1; }
  .clearfix:before, .clearfix:after {
    content: "";
    display: table; }
  .clearfix:after {
    clear: both; }

.header,
.content,
.inner {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  zoom: 1;
  min-width: 980px; }
  .header:before, .header:after,
  .content:before,
  .content:after,
  .inner:before,
  .inner:after {
    content: "";
    display: table; }
  .header:after,
  .content:after,
  .inner:after {
    clear: both; }

@media all and (max-width: 1280px) {
  .header,
  .content,
  .inner {
    width: 90%; } }

.header {
  padding: 60px 0; }
  .header .logo {
    float: left;
    margin: 0 35px 0 -15px; }
    .header .logo a,
    .header .logo img {
      display: block;
      border: 0; }
  .header .menu {
    list-style: none;
    margin: 0;
    padding: 16px 0 0 0; }
    .header .menu li {
      display: inline; }
    .header .menu a {
      color: #bcbcbc;
      margin: 0 25px 0 0;
      border: 0; }
      .header .menu a:hover {
        color: #262626;
        border-bottom: 2px solid #3bc492; }
    .header .menu .current-menu-item a {
      color: #262626; }

#primary-nav {
  float: left; }

#secondary-nav {
  float: right; }
  #secondary-nav a {
    margin: 0 0 0 25px; }
  #secondary-nav .dashboard-link {
    color: #bcbcbc; }
    #secondary-nav .dashboard-link a {
      margin-right: 10px; }
  #secondary-nav .logout-link a {
    margin-left: 10px; }

.content {
  padding-bottom: 100px; }

.footer {
  background: #262626;
  font-size: 14px;
  line-height: 26px;
  color: #767676;
  padding: 75px 0; }
  .footer .copyright {
    font-size: 12px;
    line-height: 18px;
    color: #555;
    margin: 60px 0 0 0; }
  .footer .links {
    zoom: 1; }
    .footer .links:before, .footer .links:after {
      content: "";
      display: table; }
    .footer .links:after {
      clear: both; }
  .footer .menu {
    list-style: none;
    margin: 0 60px 0 0;
    padding: 0;
    float: left; }
    .footer .menu a {
      font-size: 14px;
      color: #767676;
      border: 0; }
      .footer .menu a:hover {
        color: #fff; }
  .footer .subscribe {
    float: right;
    width: 375px; }
    .footer .subscribe .email {
      background: #262626;
      font-size: 14px;
      line-height: 26px;
      height: 26px;
      color: #767676;
      border: 2px solid #464646;
      padding: 7px 15px;
      margin: 0 5px 0 0;
      width: 218px; }
      .footer .subscribe .email:focus {
        color: #fff;
        border-color: #3bc492; }
    .footer .subscribe .btn {
      background: #373737;
      color: #bcbcbc;
      font-size: 14px;
      height: 45px;
      line-height: 45px;
      padding: 0 20px; }
      .footer .subscribe .btn:hover {
        background: #3bc492;
        color: #fff; }
    .footer .subscribe .result {
      margin-top: 8px; }
      .footer .subscribe .result.error {
        color: #ff4633; }
      .footer .subscribe .result.success {
        color: #3bc492; }

.page-title {
  font-family: "Benton Sans Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 26px;
  line-height: 34px;
  margin: 5px 0; }

.page-excerpt {
  width: 800px;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 65px; }
  .page-excerpt p {
    margin: 0; }

.hentry h3 {
  font-family: "Benton Sans Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 36px;
  margin: 2em 0 10px 0; }

.feature-box {
  position: relative;
  float: left;
  margin-right: 4%;
  margin-bottom: 2em;
  width: 48%;
  margin-bottom: 35px; }
  .feature-box h3 {
    font-family: "Benton Sans Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 18px;
    line-height: 35px;
    margin: 0 0 3px 0; }
  .feature-box p {
    margin-bottom: 0; }
  .feature-box.last {
    margin-right: 0 !important;
    clear: right; }

.warning,
.plugin-alert {
  background: #ff4633;
  color: #fff;
  padding: 20px 30px; }

#signup-download {
  display: none; }
  #signup-download .intro {
    margin-bottom: 30px; }
  #signup-download .email {
    line-height: 26px;
    height: 26px;
    width: 323px;
    margin: 0 5px 0 0; }
  #signup-download .row {
    position: absolute;
    bottom: -100px;
    left: -100px;
    width: 700px;
    font-size: 12px;
    color: #bcbcbc; }
    #signup-download .row input {
      margin: 0 5px 0 0;
      background: transparent;
      border: 0;
      padding: 0; }
  #signup-download .error {
    font-size: 14px;
    color: #ff4633;
    margin: 10px 0 0 0; }
  #signup-download h3 {
    font-family: "Benton Sans Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 18px;
    line-height: 36px;
    margin: 0 0 10px 0; }
  #signup-download p:last-child {
    margin-bottom: 0; }

.download-notice {
  background: #3bc492;
  color: #fff;
  text-align: center;
  padding: 20px;
  margin-bottom: 60px; }
  .download-notice p {
    margin: 0; }
  .download-notice a {
    color: #fff;
    border-color: #FFFDDC; }
    .download-notice a:hover {
      color: #FFFDDC; }

body.terms .content,
body.privacy .content {
  -moz-column-count: 2;
  -webkit-column-count: 2;
  -moz-column-gap: 40px;
  -webkit-column-gap: 40px; }
  body.terms .content h2,
  body.privacy .content h2 {
    font-family: "Benton Sans Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 18px;
    line-height: 35px;
    margin: 0 0 10px 0; }

.zilla-one-half {
  width: 48%; }

.zilla-one-third {
  width: 30.66%; }

.zilla-two-third {
  width: 65.33%; }

.zilla-one-fourth {
  width: 22%; }

.zilla-three-fourth {
  width: 74%; }

.zilla-one-fifth {
  width: 16.8%; }

.zilla-two-fifth {
  width: 37.6%; }

.zilla-three-fifth {
  width: 58.4%; }

.zilla-four-fifth {
  width: 67.2%; }

.zilla-one-sixth {
  width: 13.33%; }

.zilla-five-sixth {
  width: 82.67%; }

.zilla-one-half,
.zilla-one-third,
.zilla-two-third,
.zilla-three-fourth,
.zilla-one-fourth,
.zilla-one-fifth,
.zilla-two-fifth,
.zilla-three-fifth,
.zilla-four-fifth,
.zilla-one-sixth,
.zilla-five-sixth {
  position: relative;
  margin-right: 4%;
  margin-bottom: 2em;
  float: left; }

.zilla-column-last {
  margin-right: 0 !important;
  clear: right; }

.fancybox-skin,
.fancybox-opened .fancybox-skin {
  background: #f3f3f3;
  color: #222;
  border-radius: 0;
  text-align: center;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

.fancybox-inner {
  overflow: visible !important; }

.fancybox-close {
  display: none; }

.theme {
  position: relative; }
  .theme a,
  .theme img {
    display: block;
    border: 0; }
  .theme .overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: #fff;
    -webkit-transition: opacity 0.1s ease-in;
    -moz-transition: opacity 0.1s ease-in;
    -ms-transition: opacity 0.1s ease-in;
    -o-transition: opacity 0.1s ease-in;
    transition: opacity 0.1s ease-in; }
  .theme .overlay-title {
    position: absolute;
    top: 49%;
    left: 0;
    z-index: 100;
    width: 100%;
    font-family: "Benton Sans Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 22px;
    line-height: 22px;
    color: #262626;
    text-align: center;
    opacity: 0;
    -webkit-transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    -ms-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out; }
  .theme:hover .overlay {
    opacity: 0.8; }
  .theme:hover .overlay-title {
    opacity: 1; }

.themes-wrap {
  width: 1200px;
  margin-left: -15px; }

.themes {
  zoom: 1; }
  .themes:before, .themes:after {
    content: "";
    display: table; }
  .themes:after {
    clear: both; }
  .themes .theme {
    float: left;
    width: 370px;
    height: 520px;
    margin: 0 15px 30px 15px; }
    .themes .theme.hidden {
      display: none; }
    .themes .theme .badge {
      position: absolute;
      top: 65px;
      left: 45px; }
    .themes .theme.options {
      position: relative;
      background: #262626;
      overflow: hidden; }
      .themes .theme.options.hidden {
        display: block; }
      .themes .theme.options .options-content {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        font-size: 14px;
        color: #767676;
        padding: 60px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; }
        .themes .theme.options .options-content h3 {
          font-family: "Benton Sans Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
          font-size: 16px;
          line-height: 26px;
          color: #fff;
          margin: 0 0 30px 0; }
        .themes .theme.options .options-content ul {
          list-style: none;
          margin: 0 0 35px 0;
          padding: 0;
          zoom: 1; }
          .themes .theme.options .options-content ul:before, .themes .theme.options .options-content ul:after {
            content: "";
            display: table; }
          .themes .theme.options .options-content ul:after {
            clear: both; }
        .themes .theme.options .options-content li {
          display: inline; }
          .themes .theme.options .options-content li a {
            float: left;
            display: block;
            width: 50%;
            color: #767676;
            background-position: 0 10px;
            padding-left: 13px;
            margin-left: -13px; }
            .themes .theme.options .options-content li a:hover {
              color: #fff; }
            .themes .theme.options .options-content li a.active {
              color: #fff;
              background: url(images/cross.png) no-repeat 0 10px; }
        .themes .theme.options .options-content .members {
          margin: 0 0 35px 0;
          padding: 35px 0 0 0;
          border-top: 2px solid #464646; }
        .themes .theme.options .options-content .btn {
          height: 60px;
          line-height: 60px;
          font-size: 16px;
          text-align: center;
          padding: 0; }

@media all and (max-width: 1280px) {
  .themes-wrap {
    width: auto;
    margin: 0 -1.5% 0 -1.5%; }
  .themes .theme {
    height: auto;
    position: relative;
    float: left;
    margin-right: 4%;
    margin-bottom: 2em;
    width: 30.66667%;
    margin: 0 1.33% 30px 1.33%; }
    .themes .theme.options .options-content {
      padding-top: 40px; }
      .themes .theme.options .options-content h3, .themes .theme.options .options-content ul {
        margin-bottom: 15px; }
      .themes .theme.options .options-content .members {
        padding-top: 20px;
        margin-bottom: 20px; }
      .themes .theme.options .options-content .rarr {
        display: none; } }

body.single-theme .theme-actions {
  float: right;
  margin-top: 40px; }
  body.single-theme .theme-actions .purchase {
    margin-left: 5px;
    padding-left: 16px; }
    body.single-theme .theme-actions .purchase span {
      background: #2e9e75;
      padding: 4px 6px;
      border-radius: 2px;
      margin-right: 6px; }

body.single-theme .theme-title {
  font-family: "Benton Sans Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 26px;
  line-height: 34px;
  margin: 5px 0; }

body.single-theme .theme-excerpt {
  width: 700px;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 63px; }
  body.single-theme .theme-excerpt p {
    margin: 0; }

body.single-theme .theme-screens {
  margin-bottom: 63px; }
  body.single-theme .theme-screens img {
    display: block;
    margin-bottom: 30px; }

body.single-theme .theme-details {
  float: left;
  width: 370px;
  margin: 0 30px 40px 0;
  font-size: 14px;
  padding-bottom: 22px;
  border-bottom: 2px solid #000; }
  body.single-theme .theme-details p {
    position: relative;
    float: left;
    margin-right: 4%;
    margin-bottom: 2em;
    width: 48%;
    margin-bottom: 20px; }
    body.single-theme .theme-details p.version, body.single-theme .theme-details p.requirements, body.single-theme .theme-details p.designer {
      margin-right: 0 !important;
      clear: right; }
    body.single-theme .theme-details p strong {
      font-family: "Benton Sans Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
      display: block; }
  body.single-theme .theme-details .changelog {
    color: #bcbcbc;
    border: 0;
    margin-left: 3px; }
    body.single-theme .theme-details .changelog:hover {
      color: #3bc492; }

body.single-theme .theme-content {
  float: left;
  width: 770px;
  margin: 0 0 33px 0; }

body.single-theme .theme-features {
  clear: both;
  padding: 60px 0 35px 0;
  background: #f3f3f3;
  margin-left: -200%;
  padding-left: 200%;
  position: relative;
  overflow: hidden;
  margin-bottom: 70px;
  width: 100%;
  zoom: 1; }
  body.single-theme .theme-features:before, body.single-theme .theme-features:after {
    content: "";
    display: table; }
  body.single-theme .theme-features:after {
    clear: both; }
  body.single-theme .theme-features .left {
    position: relative;
    float: left;
    margin-right: 4%;
    margin-bottom: 2em;
    width: 65.33333%;
    margin-bottom: 0; }
    body.single-theme .theme-features .left .feature {
      position: relative;
      float: left;
      margin-right: 4%;
      margin-bottom: 2em;
      width: 48%;
      margin-bottom: 30px; }
      body.single-theme .theme-features .left .feature h4 {
        font-family: "Benton Sans Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 18px;
        line-height: 35px;
        margin: 0 0 6px 0; }
      body.single-theme .theme-features .left .feature p {
        margin-bottom: 0; }
      body.single-theme .theme-features .left .feature.last {
        margin-right: 0 !important;
        clear: right; }
  body.single-theme .theme-features .right {
    position: relative;
    float: left;
    margin-right: 4%;
    margin-bottom: 2em;
    width: 30.66667%;
    margin-right: 0 !important;
    clear: right;
    margin-bottom: 0; }
    body.single-theme .theme-features .right p {
      font-family: Georgia, Times, "Times New Roman", serif;
      font-size: 15px;
      line-height: 22px;
      font-style: italic;
      padding: 0 40px; }
  body.single-theme .theme-features .editor {
    position: absolute;
    bottom: -35px;
    right: -428px;
    display: block; }

body.single-theme .related-themes {
  margin: 0;
  zoom: 1; }
  body.single-theme .related-themes:before, body.single-theme .related-themes:after {
    content: "";
    display: table; }
  body.single-theme .related-themes:after {
    clear: both; }
  body.single-theme .related-themes .theme {
    float: left;
    width: 370px;
    height: 520px;
    margin: 0 30px 0 0; }
    body.single-theme .related-themes .theme.theme-2 {
      margin-right: 0; }
    body.single-theme .related-themes .theme .badge {
      position: absolute;
      top: 65px;
      left: 45px; }

body.single-theme #tweet-to-download-link {
  padding-right: 0; }

body.single-theme #tweet-to-download {
  position: relative;
  top: 4px;
  margin-left: 10px; }

@media all and (max-width: 1280px) {
  body.single-theme .theme-details {
    position: relative;
    float: left;
    margin-right: 4%;
    margin-bottom: 2em;
    width: 30.66667%;
    margin-bottom: 40px; }
  body.single-theme .theme-content {
    position: relative;
    float: left;
    margin-right: 4%;
    margin-bottom: 2em;
    width: 65.33333%;
    margin-right: 0 !important;
    clear: right;
    margin-bottom: 33px; }
  body.single-theme .related-themes .theme {
    height: auto;
    position: relative;
    float: left;
    margin-right: 4%;
    margin-bottom: 2em;
    width: 30.66667%; }
    body.single-theme .related-themes .theme.theme-2 {
      margin-right: 0 !important;
      clear: right; } }

.plugin {
  position: relative; }
  .plugin a,
  .plugin img {
    display: block;
    border: 0; }
  .plugin .overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: #fff;
    -webkit-transition: opacity 0.1s ease-in;
    -moz-transition: opacity 0.1s ease-in;
    -ms-transition: opacity 0.1s ease-in;
    -o-transition: opacity 0.1s ease-in;
    transition: opacity 0.1s ease-in; }
  .plugin .overlay-title {
    position: absolute;
    top: 49%;
    left: 0;
    z-index: 100;
    width: 100%;
    font-family: "Benton Sans Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 22px;
    line-height: 22px;
    color: #262626;
    text-align: center;
    opacity: 0;
    -webkit-transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    -ms-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out; }
  .plugin:hover .overlay {
    opacity: 0.8; }
  .plugin:hover .overlay-title {
    opacity: 1; }

.plugins-wrap {
  width: 1200px;
  margin-left: -15px; }

.plugins {
  zoom: 1; }
  .plugins:before, .plugins:after {
    content: "";
    display: table; }
  .plugins:after {
    clear: both; }
  .plugins .plugin {
    float: left;
    width: 370px;
    height: 520px;
    margin: 0 15px 30px 15px; }
    .plugins .plugin.hidden {
      display: none; }
    .plugins .plugin .badge {
      position: absolute;
      top: 65px;
      left: 45px; }

@media all and (max-width: 1280px) {
  .plugins-wrap {
    width: auto;
    margin: 0 -1.5% 0 -1.5%; }
  .plugins .plugin {
    height: auto;
    position: relative;
    float: left;
    margin-right: 4%;
    margin-bottom: 2em;
    width: 30.66667%;
    margin: 0 1.33% 30px 1.33%; } }

body.single-plugin .plugin-actions {
  float: right;
  margin-top: 40px; }
  body.single-plugin .plugin-actions .download {
    margin-left: 5px; }

body.single-plugin .plugin-title {
  font-family: "Benton Sans Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 26px;
  line-height: 34px;
  margin: 5px 0; }

body.single-plugin .plugin-excerpt {
  width: 700px;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 63px; }
  body.single-plugin .plugin-excerpt p {
    margin: 0; }

body.single-plugin .plugin-screens {
  position: relative;
  margin-bottom: 63px; }
  body.single-plugin .plugin-screens img {
    display: block;
    margin-bottom: 30px; }
  body.single-plugin .plugin-screens .badge {
    position: absolute;
    top: 50px;
    left: 50px; }

body.single-plugin .plugin-details {
  font-size: 14px;
  padding-bottom: 22px;
  border-bottom: 2px solid #000;
  position: relative;
  float: left;
  margin-right: 4%;
  margin-bottom: 2em;
  width: 30.66667%;
  margin-bottom: 40px; }
  body.single-plugin .plugin-details p {
    position: relative;
    float: left;
    margin-right: 4%;
    margin-bottom: 2em;
    width: 48%;
    margin-bottom: 20px; }
    body.single-plugin .plugin-details p.version, body.single-plugin .plugin-details p.requirements, body.single-plugin .plugin-details p.designer {
      margin-right: 0 !important;
      clear: right; }
    body.single-plugin .plugin-details p strong {
      font-family: "Benton Sans Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
      display: block; }
  body.single-plugin .plugin-details .changelog {
    color: #bcbcbc;
    border: 0;
    margin-left: 3px; }
    body.single-plugin .plugin-details .changelog:hover {
      color: #3bc492; }

body.single-plugin .plugin-content {
  position: relative;
  float: left;
  margin-right: 4%;
  margin-bottom: 2em;
  width: 65.33333%;
  margin-right: 0 !important;
  clear: right;
  margin-bottom: 33px; }

body.single-plugin .related-plugins {
  padding-top: 70px;
  margin: 0;
  border-top: 5px solid #f3f3f3;
  clear: both;
  zoom: 1; }
  body.single-plugin .related-plugins:before, body.single-plugin .related-plugins:after {
    content: "";
    display: table; }
  body.single-plugin .related-plugins:after {
    clear: both; }
  body.single-plugin .related-plugins .plugin {
    float: left;
    width: 370px;
    height: 520px;
    margin: 0 30px 0 0; }
    body.single-plugin .related-plugins .plugin.plugin-2 {
      margin-right: 0; }

@media all and (max-width: 1280px) {
  body.single-plugin .related-plugins .plugin {
    height: auto;
    position: relative;
    float: left;
    margin-right: 4%;
    margin-bottom: 2em;
    width: 30.66667%; }
    body.single-plugin .related-plugins .plugin.plugin-2 {
      margin-right: 0 !important;
      clear: right; } }

.page-template-template-home-php .content h1, .page-template-template-home-php .content h2, .page-template-template-home-php .content h3 {
  font-size: 20px;
  line-height: 34px;
  margin: 0; }

.page-template-template-home-php .content h1 {
  margin-top: 4px; }

.page-template-template-home-php .content .register {
  float: right;
  margin-top: 37px;
  height: 60px;
  line-height: 60px;
  padding: 0 35px; }

.page-template-template-home-php .content .view-themes {
  display: block;
  text-align: center;
  font-family: "Benton Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  height: 85px;
  line-height: 85px;
  padding: 0; }
  .page-template-template-home-php .content .view-themes:hover {
    background: #3bc492;
    color: #fff; }

.page-template-template-home-php .content .latest-theme {
  margin: 61px 0 30px 0; }
  .page-template-template-home-php .content .latest-theme .badge {
    position: absolute;
    top: 6%;
    right: 10%; }

.page-template-template-home-php .content .featured-themes {
  zoom: 1; }
  .page-template-template-home-php .content .featured-themes:before, .page-template-template-home-php .content .featured-themes:after {
    content: "";
    display: table; }
  .page-template-template-home-php .content .featured-themes:after {
    clear: both; }
  .page-template-template-home-php .content .featured-themes .theme {
    float: left;
    width: 370px;
    height: 520px;
    margin: 0 30px 30px 0; }
    .page-template-template-home-php .content .featured-themes .theme.theme-3 {
      margin-right: 0; }

@media all and (max-width: 1280px) {
  .page-template-template-home-php .content .featured-themes .theme {
    height: auto;
    position: relative;
    float: left;
    margin-right: 4%;
    margin-bottom: 2em;
    width: 30.66667%; }
    .page-template-template-home-php .content .featured-themes .theme.theme-3 {
      margin-right: 0 !important;
      clear: right; } }

.page-template-template-about-php .profiles {
  border-bottom: 5px solid #f3f3f3;
  padding-bottom: 70px;
  margin: 12px 0 62px 0;
  zoom: 1; }
  .page-template-template-about-php .profiles:before, .page-template-template-about-php .profiles:after {
    content: "";
    display: table; }
  .page-template-template-about-php .profiles:after {
    clear: both; }
  .page-template-template-about-php .profiles .profile {
    float: left;
    width: 370px;
    margin: 0 30px 0 0; }
    .page-template-template-about-php .profiles .profile.gilbert {
      margin-right: 0;
      background: url(images/robot.jpg) no-repeat; }
      .page-template-template-about-php .profiles .profile.gilbert img {
        -webkit-transition: opacity 5s ease-in;
        -moz-transition: opacity 5s ease-in;
        -ms-transition: opacity 5s ease-in;
        -o-transition: opacity 5s ease-in;
        transition: opacity 5s ease-in; }
        .page-template-template-about-php .profiles .profile.gilbert img:hover {
          opacity: 0; }
    .page-template-template-about-php .profiles .profile img {
      display: block;
      margin: 0 0 45px 0; }
    .page-template-template-about-php .profiles .profile h2 {
      font-family: "Benton Sans Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-size: 18px;
      line-height: 26px;
      margin: 0 0 15px 0; }
    .page-template-template-about-php .profiles .profile p {
      margin: 0 0 8px 0; }

.page-template-template-about-php p:empty {
  display: none; }

.page-template-template-about-php h3 {
  font-family: "Benton Sans Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 26px;
  margin: 0 0 10px 0; }

.page-template-template-about-php .zilla-one-third {
  width: 370px;
  margin: 0 30px 0 0; }
  .page-template-template-about-php .zilla-one-third p {
    margin-bottom: 34px; }
  .page-template-template-about-php .zilla-one-third.first p {
    margin-bottom: 15px; }

@media all and (max-width: 1280px) {
  .page-template-template-about-php .profiles .profile {
    position: relative;
    float: left;
    margin-right: 4%;
    margin-bottom: 2em;
    width: 30.66667%; }
    .page-template-template-about-php .profiles .profile.gilbert {
      background: none;
      margin-right: 0 !important;
      clear: right; }
      .page-template-template-about-php .profiles .profile.gilbert img:hover {
        opacity: 1; }
  .page-template-template-about-php .zilla-one-third {
    position: relative;
    float: left;
    margin-right: 4%;
    margin-bottom: 2em;
    width: 30.66667%; }
    .page-template-template-about-php .zilla-one-third.zilla-column-last {
      margin-right: 0 !important;
      clear: right; } }

.page-template-template-pricing-php .content {
  display: none; }
  .page-template-template-pricing-php .content.real {
    display: block; }

.page-template-template-pricing-php .pricing-table {
  background: #f3f3f3;
  padding: 70px 0;
  margin: 0 0 65px 0;
  zoom: 1; }
  .page-template-template-pricing-php .pricing-table:before, .page-template-template-pricing-php .pricing-table:after {
    content: "";
    display: table; }
  .page-template-template-pricing-php .pricing-table:after {
    clear: both; }
  .page-template-template-pricing-php .pricing-table .col {
    float: left;
    width: 31%;
    margin: 0 3% 0 0; }
    .page-template-template-pricing-php .pricing-table .col.last {
      margin-left: 0;
      margin-right: 0; }
    .page-template-template-pricing-php .pricing-table .col .group {
      height: 15px;
      border: 2px solid #ddd;
      border-bottom: 0;
      margin-bottom: 30px;
      text-align: center; }
      .page-template-template-pricing-php .pricing-table .col .group span {
        font-family: "Benton Sans Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 12px;
        line-height: 20px;
        text-transform: uppercase;
        background: #f3f3f3;
        padding: 0 20px;
        position: relative;
        top: -14px; }
    .page-template-template-pricing-php .pricing-table .col .plan {
      padding: 53px 43px;
      background: #fff;
      text-align: center;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
      .page-template-template-pricing-php .pricing-table .col .plan.forever {
        padding-left: 0; }
        .page-template-template-pricing-php .pricing-table .col .plan.forever .forever-inner {
          padding-left: 43px;
          border-left: 2px solid #f3f3f3; }
      .page-template-template-pricing-php .pricing-table .col .plan .title {
        font-family: "Benton Sans Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 18px;
        line-height: 26px;
        margin: 0 0 10px 0; }
      .page-template-template-pricing-php .pricing-table .col .plan .desc {
        margin-bottom: 35px; }
      .page-template-template-pricing-php .pricing-table .col .plan .price {
        font-size: 70px;
        line-height: 70px;
        margin: 0 0 15px 0;
        position: relative; }
        .page-template-template-pricing-php .pricing-table .col .plan .price .dollar {
          font-family: "Benton Sans Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
          font-size: 22px;
          line-height: 22px;
          vertical-align: top;
          position: absolute;
          top: 6px;
          left: 27%; }
      .page-template-template-pricing-php .pricing-table .col .plan .meta {
        font-size: 14px;
        margin-bottom: 35px; }
      .page-template-template-pricing-php .pricing-table .col .plan .features {
        list-style: none;
        margin: 35px 0;
        padding: 35px 0 0 0;
        border-top: 2px solid #f3f3f3;
        font-size: 14px; }
        .page-template-template-pricing-php .pricing-table .col .plan .features li {
          line-height: 30px; }
      .page-template-template-pricing-php .pricing-table .col .plan.oneyear .price .dollar,
      .page-template-template-pricing-php .pricing-table .col .plan.forever .price .dollar {
        left: 23%; }

.page-template-template-pricing-php p:empty {
  display: none; }

.page-template-template-pricing-php h3 {
  font-family: "Benton Sans Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 26px;
  margin: 0 0 11px 0; }

.page-template-template-pricing-php .zilla-one-third p {
  margin-bottom: 34px; }

.page-template-template-pricing-php .benefits-box {
  background: #f3f3f3;
  font-size: 14px;
  line-height: 24px;
  padding: 20px;
  margin-bottom: 34px; }

@media all and (max-width: 1280px) {
  .page-template-template-pricing-php .pricing-table .col .plan .btn {
    overflow: hidden; }
  .page-template-template-pricing-php .pricing-table .col .plan .price .dollar {
    left: 23%; }
  .page-template-template-pricing-php .pricing-table .col .plan.oneyear .price .dollar,
  .page-template-template-pricing-php .pricing-table .col .plan.forever .price .dollar {
    left: 17%; } }

@media all and (max-width: 1140px) {
  .page-template-template-pricing-php .pricing-table .plan .btn .rarr {
    display: none; } }

.blog-posts {
  list-style: none;
  margin: 12px 0 0 0;
  padding: 0; }
  .blog-posts .post {
    margin-bottom: 70px; }
    .blog-posts .post .entry-meta .posted {
      display: inline-block;
      min-width: 100px;
      padding-bottom: 50px;
      border-bottom: 2px solid #000; }
    .blog-posts .post .entry-content {
      padding-bottom: 0;
      margin-bottom: 0;
      border-bottom: 0; }

body.single-post .post {
  margin-top: 12px; }

.blog-posts .post,
body.single-post .post {
  zoom: 1; }
  .blog-posts .post:before, .blog-posts .post:after,
  body.single-post .post:before,
  body.single-post .post:after {
    content: "";
    display: table; }
  .blog-posts .post:after,
  body.single-post .post:after {
    clear: both; }

.blog-posts .entry-thumb,
body.single-post .entry-thumb {
  margin-bottom: 55px; }
  .blog-posts .entry-thumb a,
  body.single-post .entry-thumb a {
    border: 0; }
    .blog-posts .entry-thumb a:hover,
    body.single-post .entry-thumb a:hover {
      opacity: 0.5; }

.blog-posts .entry-meta,
body.single-post .entry-meta {
  font-size: 14px;
  position: relative;
  float: left;
  margin-right: 4%;
  margin-bottom: 2em;
  width: 30.66667%;
  margin-bottom: 40px; }
  .blog-posts .entry-meta p,
  body.single-post .entry-meta p {
    margin-bottom: 20px; }
    .blog-posts .entry-meta p.category,
    body.single-post .entry-meta p.category {
      display: inline-block;
      min-width: 100px;
      padding-bottom: 50px;
      border-bottom: 2px solid #000; }
    .blog-posts .entry-meta p strong,
    body.single-post .entry-meta p strong {
      font-family: "Benton Sans Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
      display: block; }

.blog-posts .entry-content,
body.single-post .entry-content {
  position: relative;
  float: left;
  margin-right: 4%;
  margin-bottom: 2em;
  width: 65.33333%;
  margin-right: 0 !important;
  clear: right;
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 26px;
  padding-bottom: 50px;
  margin-bottom: 50px;
  border-bottom: 5px solid #f3f3f3; }

.blog-posts .entry-title,
body.single-post .entry-title {
  font-family: "Benton Sans Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 26px;
  line-height: 40px;
  margin: 0 0 25px 0; }
  .blog-posts .entry-title a,
  body.single-post .entry-title a {
    border: 0; }
    .blog-posts .entry-title a:hover,
    body.single-post .entry-title a:hover {
      color: #3bc492; }

.blog-posts .entry-pagination,
body.single-post .entry-pagination {
  clear: both;
  padding-top: 50px;
  margin-top: 50px;
  border-top: 5px solid #f3f3f3;
  zoom: 1; }
  .blog-posts .entry-pagination:before, .blog-posts .entry-pagination:after,
  body.single-post .entry-pagination:before,
  body.single-post .entry-pagination:after {
    content: "";
    display: table; }
  .blog-posts .entry-pagination:after,
  body.single-post .entry-pagination:after {
    clear: both; }
  .blog-posts .entry-pagination .prev-post,
  body.single-post .entry-pagination .prev-post {
    float: left; }
  .blog-posts .entry-pagination .next-post,
  body.single-post .entry-pagination .next-post {
    float: right; }

#comments {
  clear: both;
  font-size: 16px;
  line-height: 26px;
  position: relative;
  float: left;
  margin-right: 4%;
  margin-bottom: 2em;
  width: 65.33333%;
  margin-right: 0 !important;
  clear: right;
  margin-left: 34.666%; }
  #comments h2 {
    font-family: "Benton Sans Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 20px;
    line-height: 30px;
    margin: 0 0 50px 0; }
  #comments ol {
    list-style: none;
    margin: 0;
    padding: 0; }
    #comments ol ul {
      list-style: none;
      margin: 0;
      padding: 0 0 0 90px; }
  #comments .comment-body {
    background: #f3f3f3;
    padding: 30px;
    margin: 0 0 30px 0;
    position: relative; }
    #comments .comment-body:after {
      content: '';
      position: absolute;
      top: 0;
      left: -10px;
      width: 0px;
      height: 0px;
      border-style: solid;
      border-width: 0 10px 10px 0;
      border-color: transparent #f3f3f3 transparent transparent; }
    #comments .comment-body p:last-child {
      margin-bottom: 0; }
  #comments .avatar {
    position: absolute;
    top: 0;
    left: -90px; }
  #comments .comment-author {
    margin-bottom: 5px; }
    #comments .comment-author a,
    #comments .comment-author .comment-date {
      font-size: 14px;
      color: #bcbcbc;
      border: 0; }
    #comments .comment-author a:hover {
      color: #222; }
    #comments .comment-author .fn {
      font-family: "Benton Sans Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
      margin-right: 10px;
      color: #222; }
    #comments .comment-author .fn a {
      font-size: 18px;
      color: #222; }
      #comments .comment-author .fn a:hover {
        color: #3bc492; }
    #comments .comment-author .bull {
      font-size: 10px;
      color: #bcbcbc;
      margin: 0 5px; }
  #comments .teamzilla > .comment-body {
    background: #fff;
    border: 2px solid #ddd; }
    #comments .teamzilla > .comment-body:after {
      display: none; }

#respond .comment-reply-title {
  margin: 0; }

#respond #cancel-comment-reply-link {
  display: inline-block;
  margin-bottom: 20px; }

#respond .comment-form {
  background: #f3f3f3;
  padding: 30px;
  font-size: 16px;
  margin-bottom: 30px; }
  #respond .comment-form p {
    line-height: 50px;
    zoom: 1; }
    #respond .comment-form p:before, #respond .comment-form p:after {
      content: "";
      display: table; }
    #respond .comment-form p:after {
      clear: both; }
  #respond .comment-form input {
    float: left;
    width: 50%;
    margin: 0 20px 0 0; }
  #respond .comment-form .comment-form-comment label {
    display: none; }
  #respond .comment-form .comment-form-comment textarea {
    width: 100%;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  #respond .comment-form .form-submit {
    margin: 0; }
    #respond .comment-form .form-submit input {
      width: auto; }

.contact-options {
  margin-top: 12px;
  zoom: 1; }
  .contact-options:before, .contact-options:after {
    content: "";
    display: table; }
  .contact-options:after {
    clear: both; }
  .contact-options .contact-form {
    background: #f3f3f3;
    width: 570px;
    float: left;
    padding: 47px 40px;
    margin: 0 30px 63px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .contact-options .contact-form h3 {
      font-family: "Benton Sans Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-size: 18px;
      line-height: 26px;
      margin: 0 0 10px 0; }
    .contact-options .contact-form p {
      margin-bottom: 28px; }
    .contact-options .contact-form ul {
      list-style: none;
      padding: 0;
      margin: 0; }
      .contact-options .contact-form ul li {
        margin-bottom: 15px; }
        .contact-options .contact-form ul li.buttons {
          margin-bottom: 0; }
    .contact-options .contact-form input,
    .contact-options .contact-form textarea {
      width: 100%;
      margin: 0;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
    .contact-options .contact-form textarea {
      height: 200px; }
    .contact-options .contact-form .error {
      display: block;
      font-size: 14px;
      background: #ff4633;
      color: #fff;
      padding: 10px 16px;
      margin: 10px 0 30px 0; }
    .contact-options .contact-form .success {
      color: #3bc492; }
  .contact-options .contact-other {
    width: 570px;
    float: left;
    padding: 50px 40px;
    margin: 0 0 60px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .contact-options .contact-other h3 {
      font-family: "Benton Sans Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-size: 18px;
      line-height: 26px;
      margin: 0 0 10px 0; }
    .contact-options .contact-other .btn {
      margin-bottom: 60px; }

.faq {
  zoom: 1; }
  .faq:before, .faq:after {
    content: "";
    display: table; }
  .faq:after {
    clear: both; }
  .faq .col {
    width: 570px;
    float: left;
    margin: 0 30px 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .faq .col.last {
      margin-right: 0; }
  .faq .faq-section {
    margin-bottom: 60px; }
  .faq .faq-heading {
    font-family: "Benton Sans Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 22px;
    background: #f3f3f3;
    padding: 23px 20px;
    margin: 0; }
  .faq .faq-question {
    padding: 0 20px;
    border-bottom: 1px solid #f3f3f3; }
    .faq .faq-question h3 {
      font-family: "Benton Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-size: 16px;
      margin: 0; }
      .faq .faq-question h3 a {
        display: block;
        padding: 16px 0;
        border: 0; }
        .faq .faq-question h3 a:hover {
          color: #3bc492; }
      .faq .faq-question h3 .plus,
      .faq .faq-question h3 .minus {
        float: right; }
      .faq .faq-question h3 .minus {
        display: none; }
    .faq .faq-question p,
    .faq .faq-question ul,
    .faq .faq-question ol,
    .faq .faq-question pre {
      display: none; }
    .faq .faq-question.open {
      padding-bottom: 16px; }
      .faq .faq-question.open p,
      .faq .faq-question.open ul,
      .faq .faq-question.open ol,
      .faq .faq-question.open pre {
        display: block; }
      .faq .faq-question.open .plus {
        display: none; }
      .faq .faq-question.open .minus {
        display: inline; }

@media all and (max-width: 1280px) {
  .contact-options .contact-form,
  .contact-options .contact-other,
  .faq .col {
    position: relative;
    float: left;
    margin-right: 4%;
    margin-bottom: 2em;
    width: 48%; }
    .contact-options .contact-form.contact-other, .contact-options .contact-form.last,
    .contact-options .contact-other.contact-other,
    .contact-options .contact-other.last,
    .faq .col.contact-other,
    .faq .col.last {
      margin-right: 0 !important;
      clear: right; } }

.customizations {
  zoom: 1; }
  .customizations:before, .customizations:after {
    content: "";
    display: table; }
  .customizations:after {
    clear: both; }
  .customizations .customizations-form {
    background: #f3f3f3;
    width: 570px;
    float: left;
    padding: 50px 40px;
    margin: 0 30px 60px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .customizations .customizations-form h3 {
      font-family: "Benton Sans Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-size: 18px;
      line-height: 26px;
      margin: 0 0 10px 0; }
    .customizations .customizations-form ul {
      list-style: none;
      padding: 0;
      margin: 0; }
      .customizations .customizations-form ul li {
        margin-bottom: 15px; }
        .customizations .customizations-form ul li.buttons {
          margin-bottom: 0; }
    .customizations .customizations-form input,
    .customizations .customizations-form textarea {
      width: 100%;
      margin: 0;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
    .customizations .customizations-form textarea {
      height: 200px; }
    .customizations .customizations-form .error {
      display: block;
      font-size: 14px;
      background: #ff4633;
      color: #fff;
      padding: 10px 16px;
      margin: 10px 0 30px 0; }
    .customizations .customizations-form .success {
      color: #3bc492; }
  .customizations .customizations-info {
    width: 570px;
    float: left;
    padding: 50px 40px;
    margin: 0 0 60px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .customizations .customizations-info h3 {
      font-family: "Benton Sans Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-size: 18px;
      line-height: 26px;
      margin: 0 0 10px 0; }
    .customizations .customizations-info .btn {
      margin-bottom: 60px; }

@media all and (max-width: 1280px) {
  .customizations .customizations-form,
  .customizations .customizations-info {
    position: relative;
    float: left;
    margin-right: 4%;
    margin-bottom: 2em;
    width: 48%; }
    .customizations .customizations-form.customizations-info,
    .customizations .customizations-info.customizations-info {
      margin-right: 0 !important;
      clear: right; } }

#bbpress-forums p.bbp-topic-meta,
#bbpress-forums .bbp-forum-content,
#bbpress-forums li.bbp-footer,
#bbpress-forums .bbp-pagination-count,
#bbpress-forums #bbps-post-count {
  display: none; }

#bbpress-forums ul.bbp-forums,
#bbpress-forums ul.bbp-topics {
  border: 0; }

#bbpress-forums li.bbp-header {
  background: #f3f3f3;
  border: 0;
  padding: 23px 20px;
  font-family: "Benton Sans Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 14px;
  color: #262626; }

#bbpress-forums li.bbp-body ul.forum,
#bbpress-forums li.bbp-body ul.topic {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #f3f3f3;
  padding: 12px 20px;
  font-family: "Benton Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #262626; }
  #bbpress-forums li.bbp-body ul.forum.bbp-has-subforums,
  #bbpress-forums li.bbp-body ul.topic.bbp-has-subforums {
    font-family: "Benton Sans Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
    border-bottom: 4px solid #f3f3f3; }

#bbpress-forums div.bbp-breadcrumb {
  font-family: "Benton Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  margin-bottom: 10px; }

#bbpress-forums div.odd,
#bbpress-forums ul.odd {
  background: transparent; }

#bbpress-forums div.bbp-search-form {
  float: none; }

#bbpress-forums #bbp-search-form {
  margin: 0 0 50px 0; }
  #bbpress-forums #bbp-search-form #bbp_search {
    width: 83%;
    margin-right: 1%;
    padding: 11px 15px;
    line-height: 26px;
    height: 26px; }
  #bbpress-forums #bbp-search-form #bbp_search_submit {
    padding: 0;
    width: 12%; }

#bbpress-forums .zilla-forum {
  overflow: hidden;
  padding: 10px 20px;
  border-bottom: 1px solid #f3f3f3;
  font-family: "Benton Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #262626; }

#bbpress-forums li.bbp-forum-info,
#bbpress-forums li.bbp-topic-title,
#bbpress-forums .zilla-forum-title {
  float: left;
  text-align: left;
  width: 65%; }

#bbpress-forums .zilla-topic-count {
  float: left;
  text-align: center;
  width: 10%; }

#bbpress-forums .zilla-reply-count {
  float: left;
  text-align: center;
  width: 10%; }

#bbpress-forums li.bbp-forum-freshness,
#bbpress-forums li.bbp-topic-freshness,
#bbpress-forums .zilla-freshness-link {
  text-align: center;
  float: left;
  width: 15%; }

#bbpress-forums .zilla-forum-intro {
  font-size: 16px;
  margin-bottom: 30px; }

#bbpress-forums .zilla-not-moderator {
  color: #ff4633; }

#bbpress-forums li a {
  color: #262626;
  border: 0; }
  #bbpress-forums li a:hover {
    color: #3bc492; }

#bbpress-forums div.bbp-topic-content a,
#bbpress-forums div.bbp-reply-content a {
  border-bottom: 2px solid #ddd; }
  #bbpress-forums div.bbp-topic-content a:hover,
  #bbpress-forums div.bbp-reply-content a:hover {
    color: #222;
    border-color: #3bc492; }

#bbpress-forums div.bbp-topic-content code,
#bbpress-forums div.bbp-topic-content pre,
#bbpress-forums div.bbp-reply-content code,
#bbpress-forums div.bbp-reply-content pre {
  font-family: Consolas, monaco, monospace;
  font-size: 14px;
  line-height: 22px;
  color: #262626;
  background: #fffddc;
  border: 0;
  max-width: none;
  padding: 1px 5px; }

#bbpress-forums div.bbp-topic-content pre,
#bbpress-forums div.bbp-reply-content pre {
  padding: 15px; }

#bbpress-forums fieldset.bbp-form {
  background: #f3f3f3;
  border: 0;
  padding: 40px 30px;
  font-size: 14px; }
  #bbpress-forums fieldset.bbp-form .zilla-form-title {
    font-family: "Benton Sans Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 18px;
    line-height: 24px;
    margin: 0 0 10px 0; }
  #bbpress-forums fieldset.bbp-form .zilla-form-instructions {
    font-size: 16px;
    margin-bottom: 20px; }
  #bbpress-forums fieldset.bbp-form .zilla-code-snippi {
    float: right; }
  #bbpress-forums fieldset.bbp-form input,
  #bbpress-forums fieldset.bbp-form textarea {
    width: 100%;
    font-size: 16px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  #bbpress-forums fieldset.bbp-form div.bbp-submit-wrapper {
    float: none; }
  #bbpress-forums fieldset.bbp-form div.bbp-the-content-wrapper textarea.bbp-the-content {
    font-size: 16px;
    height: 200px; }
  #bbpress-forums fieldset.bbp-form .zilla-private-info {
    display: none; }
    #bbpress-forums fieldset.bbp-form .zilla-private-info textarea {
      height: 130px; }
    #bbpress-forums fieldset.bbp-form .zilla-private-info.open {
      display: block; }
  #bbpress-forums fieldset.bbp-form .form-allowed-tags {
    display: none; }

#bbpress-forums .bbp-private-info {
  padding: 20px;
  margin: 1em 0;
  border: 2px solid #ddd; }
  #bbpress-forums .bbp-private-info .bbp-private-info-intro {
    font-size: 14px;
    line-height: 20px;
    color: #bcbcbc;
    margin-bottom: 5px; }

#bbpress-forums #bbps_support_forum_options,
#bbpress-forums #bbps_support_forum_move {
  float: right;
  text-align: right;
  width: auto;
  clear: right;
  margin-left: 20px; }

#bbpress-forums ul.bbp-replies,
#bbpress-forums ul.bbp-search-results {
  border: 0;
  border-bottom: 1px solid #f3f3f3; }
  #bbpress-forums ul.bbp-replies li.bbp-header,
  #bbpress-forums ul.bbp-search-results li.bbp-header {
    background: transparent;
    padding: 0;
    text-align: left;
    font-weight: normal; }
    #bbpress-forums ul.bbp-replies li.bbp-header .zilla-topic-title,
    #bbpress-forums ul.bbp-search-results li.bbp-header .zilla-topic-title {
      font-family: "Benton Sans Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-size: 24px;
      line-height: 31px;
      margin: 0 0 10px 0; }
    #bbpress-forums ul.bbp-replies li.bbp-header .zilla-last-updated,
    #bbpress-forums ul.bbp-search-results li.bbp-header .zilla-last-updated {
      margin-bottom: 40px; }
  #bbpress-forums ul.bbp-replies div.bbp-reply-header,
  #bbpress-forums ul.bbp-replies div.bbp-topic-header,
  #bbpress-forums ul.bbp-replies div.bbp-forum-header,
  #bbpress-forums ul.bbp-search-results div.bbp-reply-header,
  #bbpress-forums ul.bbp-search-results div.bbp-topic-header,
  #bbpress-forums ul.bbp-search-results div.bbp-forum-header {
    padding: 15px;
    background: #fafafa;
    font-size: 14px;
    line-height: 20px;
    color: #bcbcbc;
    border-top: 4px solid #f3f3f3;
    border-bottom: 1px solid #f3f3f3; }
    #bbpress-forums ul.bbp-replies div.bbp-reply-header span.bbp-admin-links a,
    #bbpress-forums ul.bbp-replies div.bbp-topic-header span.bbp-admin-links a,
    #bbpress-forums ul.bbp-replies div.bbp-forum-header span.bbp-admin-links a,
    #bbpress-forums ul.bbp-search-results div.bbp-reply-header span.bbp-admin-links a,
    #bbpress-forums ul.bbp-search-results div.bbp-topic-header span.bbp-admin-links a,
    #bbpress-forums ul.bbp-search-results div.bbp-forum-header span.bbp-admin-links a {
      font-size: 11px; }
    #bbpress-forums ul.bbp-replies div.bbp-reply-header a,
    #bbpress-forums ul.bbp-replies div.bbp-topic-header a,
    #bbpress-forums ul.bbp-replies div.bbp-forum-header a,
    #bbpress-forums ul.bbp-search-results div.bbp-reply-header a,
    #bbpress-forums ul.bbp-search-results div.bbp-topic-header a,
    #bbpress-forums ul.bbp-search-results div.bbp-forum-header a {
      color: #bcbcbc;
      border: 0; }
      #bbpress-forums ul.bbp-replies div.bbp-reply-header a:hover,
      #bbpress-forums ul.bbp-replies div.bbp-topic-header a:hover,
      #bbpress-forums ul.bbp-replies div.bbp-forum-header a:hover,
      #bbpress-forums ul.bbp-search-results div.bbp-reply-header a:hover,
      #bbpress-forums ul.bbp-search-results div.bbp-topic-header a:hover,
      #bbpress-forums ul.bbp-search-results div.bbp-forum-header a:hover {
        color: #262626; }
  #bbpress-forums ul.bbp-replies .bbp-reply-content,
  #bbpress-forums ul.bbp-replies .bbp-topic-content,
  #bbpress-forums ul.bbp-search-results .bbp-reply-content,
  #bbpress-forums ul.bbp-search-results .bbp-topic-content {
    font-size: 16px; }
  #bbpress-forums ul.bbp-replies li.bbp-body div.hentry,
  #bbpress-forums ul.bbp-search-results li.bbp-body div.hentry {
    padding: 0; }
  #bbpress-forums ul.bbp-replies div.bbp-reply-author,
  #bbpress-forums ul.bbp-replies div.bbp-topic-author,
  #bbpress-forums ul.bbp-search-results div.bbp-reply-author,
  #bbpress-forums ul.bbp-search-results div.bbp-topic-author {
    font-size: 14px;
    text-align: left;
    position: relative; }
    #bbpress-forums ul.bbp-replies div.bbp-reply-author a.bbp-author-name,
    #bbpress-forums ul.bbp-replies div.bbp-topic-author a.bbp-author-name,
    #bbpress-forums ul.bbp-search-results div.bbp-reply-author a.bbp-author-name,
    #bbpress-forums ul.bbp-search-results div.bbp-topic-author a.bbp-author-name {
      margin: 0; }
    #bbpress-forums ul.bbp-replies div.bbp-reply-author img.avatar,
    #bbpress-forums ul.bbp-replies div.bbp-topic-author img.avatar,
    #bbpress-forums ul.bbp-search-results div.bbp-reply-author img.avatar,
    #bbpress-forums ul.bbp-search-results div.bbp-topic-author img.avatar {
      margin: 40px auto 5px auto; }
    #bbpress-forums ul.bbp-replies div.bbp-reply-author .zilla-moderator-badge,
    #bbpress-forums ul.bbp-replies div.bbp-topic-author .zilla-moderator-badge,
    #bbpress-forums ul.bbp-search-results div.bbp-reply-author .zilla-moderator-badge,
    #bbpress-forums ul.bbp-search-results div.bbp-topic-author .zilla-moderator-badge {
      position: absolute;
      top: 103px;
      right: 31px;
      z-index: 5;
      height: 22px;
      line-height: 22px;
      background: #3bc492;
      color: #fff;
      text-align: center;
      font-family: "Benton Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-size: 14px;
      padding: 0 6px; }
  #bbpress-forums ul.bbp-replies div.bbp-reply-content,
  #bbpress-forums ul.bbp-replies div.bbp-topic-content,
  #bbpress-forums ul.bbp-search-results div.bbp-reply-content,
  #bbpress-forums ul.bbp-search-results div.bbp-topic-content {
    padding: 40px 0; }

#bbpress-forums .bbp-pagination-links {
  display: block;
  float: none;
  text-align: center;
  margin: 50px 0;
  zoom: 1; }
  #bbpress-forums .bbp-pagination-links:before, #bbpress-forums .bbp-pagination-links:after {
    content: "";
    display: table; }
  #bbpress-forums .bbp-pagination-links:after {
    clear: both; }
  #bbpress-forums .bbp-pagination-links a,
  #bbpress-forums .bbp-pagination-links span.dots,
  #bbpress-forums .bbp-pagination-links span.current {
    display: inline;
    float: none;
    background: none;
    border: 0;
    font-family: "Benton Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #bcbcbc;
    opacity: 1;
    padding: 0 0 3px 0;
    margin: 0 8px; }
    #bbpress-forums .bbp-pagination-links a:hover,
    #bbpress-forums .bbp-pagination-links span.dots:hover,
    #bbpress-forums .bbp-pagination-links span.current:hover {
      color: #262626;
      border-bottom: 2px solid #3bc492; }
    #bbpress-forums .bbp-pagination-links a.current,
    #bbpress-forums .bbp-pagination-links span.dots.current,
    #bbpress-forums .bbp-pagination-links span.current.current {
      color: #262626; }

#bbpress-forums .status-closed,
#bbpress-forums .status-closed a {
  color: #222; }

#bbpress-forums div.bbp-template-notice,
#bbpress-forums div.indicator-hint {
  border-width: 2px;
  border-radius: 2px;
  background-color: #FFFEF7;
  border-color: #EFDF71;
  color: #222;
  padding: 0.9em 1.5em;
  margin: 0 0 10px 0; }
  #bbpress-forums div.bbp-template-notice p,
  #bbpress-forums div.indicator-hint p {
    font-size: 14px;
    line-height: 20px;
    padding: 0;
    margin: 0 !important; }
  #bbpress-forums div.bbp-template-notice.error, #bbpress-forums div.bbp-template-notice.warning,
  #bbpress-forums div.indicator-hint.error,
  #bbpress-forums div.indicator-hint.warning {
    background: #ff4633;
    border: 0;
    color: #fff;
    padding: 10px;
    border-radius: 0px; }

body.login #primary-nav,
body.login #secondary-nav,
body.login .footer {
  display: none; }

body.login .header {
  padding: 95px 0 50px 0; }
  body.login .header .logo {
    float: none;
    margin: 0; }
    body.login .header .logo img {
      margin: 0 auto; }

#rcp_login_form {
  display: block;
  width: 600px;
  margin: 0 auto;
  background: #f3f3f3;
  padding: 50px 50px 40px 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  #rcp_login_form p {
    margin-bottom: 15px; }
  #rcp_login_form #rcp_user_login,
  #rcp_login_form #rcp_user_pass {
    width: 100%;
    padding: 10px 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    #rcp_login_form #rcp_user_login:focus,
    #rcp_login_form #rcp_user_pass:focus {
      border-color: #3bc492; }
  #rcp_login_form .rcp_lost_password {
    float: left;
    margin: 15px 0 0 0; }
    #rcp_login_form .rcp_lost_password a {
      font-size: 14px;
      color: #bcbcbc;
      border: 0; }
      #rcp_login_form .rcp_lost_password a:hover {
        color: #3bc492; }
  #rcp_login_form .rcp_login_submit {
    float: right;
    margin: 0; }
  #rcp_login_form #rcp_login_submit {
    margin: 0; }
  #rcp_login_form .rcp_message {
    width: 100%; }

.zilla-login-themeforest {
  width: 600px;
  margin: 50px auto;
  font-size: 14px;
  line-height: 25px;
  text-align: center; }
  .zilla-login-themeforest span {
    display: inline-block;
    background: url(images/tf-logo.png) no-repeat;
    line-height: 25px;
    padding-left: 37px; }

body.register #primary-nav,
body.register #secondary-nav,
body.register .footer,
body.sign-up #primary-nav,
body.sign-up #secondary-nav,
body.sign-up .footer {
  display: none; }

body.register .header,
body.sign-up .header {
  padding: 95px 0 30px 0; }
  body.register .header .logo,
  body.sign-up .header .logo {
    float: none;
    margin: 0; }
    body.register .header .logo img,
    body.sign-up .header .logo img {
      margin: 0 auto; }

.zilla-encryption {
  width: 700px;
  margin: 0 auto 50px auto;
  text-align: center;
  font-size: 14px;
  color: #3bc492; }
  .zilla-encryption span {
    background: url(images/lock-green.png) no-repeat 0 50%;
    padding-left: 20px; }

.rcp_message {
  width: 700px;
  margin: 0 auto 10px auto !important; }
  .rcp_message .rcp_error {
    background: #ff4633;
    color: #fff;
    border: 0;
    padding: 10px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0; }

#rcp_registration_form fieldset {
  display: block;
  width: 700px;
  margin: 0 auto 10px auto;
  padding: 40px 50px 45px 50px;
  background: #f3f3f3;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  #rcp_registration_form fieldset p {
    margin-bottom: 15px; }
  #rcp_registration_form fieldset h3 {
    font-family: "Benton Sans Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 20px;
    line-height: 34px;
    margin: 0 0 25px 0; }
  #rcp_registration_form fieldset .zilla-help {
    float: right;
    font-size: 14px;
    margin: 7px 0 0 0; }
  #rcp_registration_form fieldset input:focus:invalid {
    border-color: #ff4633; }
  #rcp_registration_form fieldset.rcp_user_fieldset input {
    width: 100%;
    padding: 10px 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    #rcp_registration_form fieldset.rcp_user_fieldset input:focus {
      border-color: #3bc492; }
  #rcp_registration_form fieldset #rcp_subscription_levels {
    zoom: 1; }
    #rcp_registration_form fieldset #rcp_subscription_levels:before, #rcp_registration_form fieldset #rcp_subscription_levels:after {
      content: "";
      display: table; }
    #rcp_registration_form fieldset #rcp_subscription_levels:after {
      clear: both; }
    #rcp_registration_form fieldset #rcp_subscription_levels #rcp_subscription_level_1 {
      display: none; }
    #rcp_registration_form fieldset #rcp_subscription_levels li {
      display: block;
      float: left;
      width: 190px;
      margin: 0 15px 0 0; }
      #rcp_registration_form fieldset #rcp_subscription_levels li:last-child {
        margin-right: 0; }
      #rcp_registration_form fieldset #rcp_subscription_levels li label {
        display: block;
        width: 100%;
        height: 115px;
        background: #fff;
        border: 2px solid #ddd;
        text-align: center;
        color: #bcbcbc;
        position: relative;
        z-index: 2;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; }
        #rcp_registration_form fieldset #rcp_subscription_levels li label.active {
          color: #262626;
          border-color: #3bc492; }
        #rcp_registration_form fieldset #rcp_subscription_levels li label .rcp_level {
          position: absolute;
          top: 12px;
          left: 15px;
          z-index: 1;
          visibility: hidden; }
        #rcp_registration_form fieldset #rcp_subscription_levels li label .rcp_price {
          display: block;
          font-size: 26px;
          line-height: 30px;
          margin: 23px 0 0 0; }
          #rcp_registration_form fieldset #rcp_subscription_levels li label .rcp_price .dollar {
            font-size: 14px;
            vertical-align: 7px; }
        #rcp_registration_form fieldset #rcp_subscription_levels li label .rcp_subscription_level_name {
          font-size: 14px; }
  #rcp_registration_form fieldset.rcp_payment_fieldset input,
  #rcp_registration_form fieldset.rcp_payment_fieldset select {
    width: 100%;
    padding: 10px 15px;
    float: none;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    #rcp_registration_form fieldset.rcp_payment_fieldset input:focus,
    #rcp_registration_form fieldset.rcp_payment_fieldset select:focus {
      border-color: #3bc492; }
  #rcp_registration_form fieldset.rcp_payment_fieldset span {
    font-size: 14px;
    color: #bcbcbc; }
  #rcp_registration_form fieldset.rcp_payment_fieldset .select-wrap {
    display: inline-block;
    width: 100%;
    overflow: hidden;
    background: #fff url(images/arrow-down.png) no-repeat 97% 20px;
    color: #BCBCBC;
    border: 2px solid #DDD;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    #rcp_registration_form fieldset.rcp_payment_fieldset .select-wrap select {
      width: 100%;
      background: transparent;
      line-height: 1;
      padding: 14px 15px;
      margin: 0;
      border: 0;
      border-radius: 0;
      -webkit-appearance: none; }
  #rcp_registration_form fieldset.rcp_payment_fieldset .first-name,
  #rcp_registration_form fieldset.rcp_payment_fieldset .last-name,
  #rcp_registration_form fieldset.rcp_payment_fieldset .billing-state,
  #rcp_registration_form fieldset.rcp_payment_fieldset .billing-zip {
    width: 290px; }
  #rcp_registration_form fieldset.rcp_payment_fieldset .first-name,
  #rcp_registration_form fieldset.rcp_payment_fieldset .billing-state {
    margin-right: 15px; }
  #rcp_registration_form fieldset.rcp_payment_fieldset .card-details {
    border-top: 5px solid #ddd;
    padding-top: 30px;
    margin-top: 30px; }
  #rcp_registration_form fieldset.rcp_payment_fieldset .card-cvv {
    width: 70px;
    margin-right: 20px; }
  #rcp_registration_form fieldset.rcp_payment_fieldset .card-expiry-month,
  #rcp_registration_form fieldset.rcp_payment_fieldset .card-expiry-year {
    width: 160px;
    margin-right: 17px;
    background-position: 90% 20px; }
  #rcp_registration_form fieldset.rcp_payment_fieldset .cvv-help {
    display: inline-block;
    background: url(images/card-icon.png) no-repeat;
    line-height: 38px;
    padding-left: 83px; }
  #rcp_registration_form fieldset.rcp_payment_fieldset .expiration-help {
    display: block;
    float: right;
    line-height: 50px;
    margin-right: 50px; }

#rcp_registration_form #rcp_discount_code_wrap {
  border-top: 5px solid #ddd;
  padding-top: 30px;
  margin: 30px 0 0 0; }
  #rcp_registration_form #rcp_discount_code_wrap .rcp_discount_code {
    width: 344px;
    margin-right: 22px; }
  #rcp_registration_form #rcp_discount_code_wrap .rcp_discount_valid,
  #rcp_registration_form #rcp_discount_code_wrap .rcp_discount_invalid {
    display: block;
    margin-top: 10px; }
  #rcp_registration_form #rcp_discount_code_wrap .rcp_discount_valid {
    color: #3bc492; }
  #rcp_registration_form #rcp_discount_code_wrap .rcp_discount_invalid {
    color: #ff4633; }

#rcp_registration_form #rcp_submit_wrap {
  text-align: center; }
  #rcp_registration_form #rcp_submit_wrap p {
    font-size: 14px;
    margin-bottom: 25px; }
  #rcp_registration_form #rcp_submit_wrap .btn {
    height: 60px;
    line-height: 60px;
    padding: 0 95px;
    margin: 0; }

.dashboard .dash-boxes {
  margin: 0 0 30px 0;
  zoom: 1; }
  .dashboard .dash-boxes:before, .dashboard .dash-boxes:after {
    content: "";
    display: table; }
  .dashboard .dash-boxes:after {
    clear: both; }
  .dashboard .dash-boxes .box {
    float: left;
    width: 370px;
    height: 395px;
    background: #f3f3f3;
    padding: 50px 40px;
    margin: 0 30px 30px 0;
    font-size: 14px;
    line-height: 26px;
    overflow: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .dashboard .dash-boxes .box h3 {
      font-family: "Benton Sans Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-size: 18px;
      line-height: 22px;
      margin: 0 0 15px 0; }
    .dashboard .dash-boxes .box.intro ul {
      list-style: none;
      margin: 0;
      padding: 0; }
    .dashboard .dash-boxes .box.intro p,
    .dashboard .dash-boxes .box.intro ul {
      margin-bottom: 25px; }
    .dashboard .dash-boxes .box.intro input {
      float: left;
      margin: 6px 10px 25px 0;
      background: transparent;
      border: 0;
      padding: 0; }
    .dashboard .dash-boxes .box.intro .btn {
      background: #fff;
      width: 100%;
      display: none; }
      .dashboard .dash-boxes .box.intro .btn:hover {
        background: #3bc492; }
    .dashboard .dash-boxes .box.intro .result {
      margin: 0; }
    .dashboard .dash-boxes .box.intro form label {
      display: block;
      font-size: 12px;
      line-height: 18px; }
    .dashboard .dash-boxes .box.membership p {
      margin-bottom: 25px; }
    .dashboard .dash-boxes .box.membership code {
      display: block;
      background: #fff;
      color: #000;
      font-family: "Benton Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-size: 14px;
      text-transform: uppercase;
      text-align: center;
      padding: 12px; }
    .dashboard .dash-boxes .box.history {
      margin-right: 0; }
      .dashboard .dash-boxes .box.history .edd-purchase-history {
        list-style: none;
        margin: 0;
        padding: 0; }

.dashboard .downloads table {
  width: 100%;
  margin: 0 0 50px 0; }
  .dashboard .downloads table a {
    color: #262626;
    border: 0; }
    .dashboard .downloads table a:hover {
      color: #3bc492; }
  .dashboard .downloads table thead th {
    font-family: "Benton Sans Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    background: #f3f3f3;
    padding: 23px 20px; }
    .dashboard .downloads table thead th .help {
      cursor: help; }
  .dashboard .downloads table tbody td {
    font-size: 14px;
    padding: 10px 20px;
    border-bottom: 1px solid #f3f3f3; }
    .dashboard .downloads table tbody td.download-title,
    .dashboard .downloads table tbody td .changelog-link,
    .dashboard .downloads table tbody td .demo-link {
      color: #bcbcbc; }
    .dashboard .downloads table tbody td .changelog-link:hover,
    .dashboard .downloads table tbody td .demo-link:hover {
      color: #3bc492; }
    .dashboard .downloads table tbody td .download-link {
      margin-right: 5px; }
    .dashboard .downloads table tbody td.download-updates input {
      background: transparent;
      border: 0;
      padding: 0; }
  .dashboard .downloads table .download-updates {
    display: none; }
  .dashboard .downloads table .download-documentation,
  .dashboard .downloads table .download-psds,
  .dashboard .downloads table .download-demo,
  .dashboard .downloads table .download-support,
  .dashboard .downloads table .download-updates {
    width: 14%;
    text-align: center; }
    .dashboard .downloads table .download-documentation.download-documentation,
    .dashboard .downloads table .download-psds.download-documentation,
    .dashboard .downloads table .download-demo.download-documentation,
    .dashboard .downloads table .download-support.download-documentation,
    .dashboard .downloads table .download-updates.download-documentation {
      width: 18%; }
    .dashboard .downloads table .download-documentation.download-psds,
    .dashboard .downloads table .download-psds.download-psds,
    .dashboard .downloads table .download-demo.download-psds,
    .dashboard .downloads table .download-support.download-psds,
    .dashboard .downloads table .download-updates.download-psds {
      width: 11%; }
    .dashboard .downloads table .download-documentation.download-demo,
    .dashboard .downloads table .download-psds.download-demo,
    .dashboard .downloads table .download-demo.download-demo,
    .dashboard .downloads table .download-support.download-demo,
    .dashboard .downloads table .download-updates.download-demo {
      width: 15%; }
    .dashboard .downloads table .download-documentation.download-support,
    .dashboard .downloads table .download-psds.download-support,
    .dashboard .downloads table .download-demo.download-support,
    .dashboard .downloads table .download-support.download-support,
    .dashboard .downloads table .download-updates.download-support {
      width: 13%; }
    .dashboard .downloads table .download-documentation.download-updates,
    .dashboard .downloads table .download-psds.download-updates,
    .dashboard .downloads table .download-demo.download-updates,
    .dashboard .downloads table .download-support.download-updates,
    .dashboard .downloads table .download-updates.download-updates {
      width: 13%; }

.dashboard .download-upsell {
  background: #fffef7;
  text-align: center;
  border: 2px solid #efdf71;
  padding: 180px 0; }
  .dashboard .download-upsell h3 {
    font-family: "Benton Sans Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 18px;
    line-height: 26px;
    margin: 0 0 15px 0; }
  .dashboard .download-upsell p {
    width: 375px;
    margin: 0 auto 30px auto; }

@media all and (max-width: 1280px) {
  .dashboard .dash-boxes .box {
    position: relative;
    float: left;
    margin-right: 4%;
    margin-bottom: 2em;
    width: 30.66667%; }
    .dashboard .dash-boxes .box.history {
      margin-right: 0 !important;
      clear: right; } }

body.edit-account #primary-nav,
body.edit-account #secondary-nav,
body.edit-account .footer {
  display: none; }

body.edit-account .header {
  padding: 95px 0 50px 0; }
  body.edit-account .header .logo {
    float: none;
    margin: 0; }
    body.edit-account .header .logo img {
      margin: 0 auto; }

body.edit-account .rcp_success,
body.edit-account .rcp_message {
  width: 600px;
  margin: 0 auto 20px auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

#rcp_profile_editor_form {
  display: block;
  width: 600px;
  margin: 0 auto;
  background: #f3f3f3;
  padding: 50px 50px 40px 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  #rcp_profile_editor_form p {
    margin-bottom: 15px; }
  #rcp_profile_editor_form input {
    width: 100%;
    padding: 10px 15px;
    float: none;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    #rcp_profile_editor_form input:focus {
      border-color: #3bc492; }
  #rcp_profile_editor_form .select-wrap {
    display: inline-block;
    width: 100%;
    overflow: hidden;
    background: #fff url(images/arrow-down.png) no-repeat 97% 20px;
    color: #BCBCBC;
    border: 2px solid #DDD;
    border-radius: 3px;
    margin-bottom: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    #rcp_profile_editor_form .select-wrap select {
      width: 100%;
      background: transparent;
      line-height: 1;
      padding: 14px 15px;
      margin: 0;
      border: 0;
      border-radius: 0;
      -webkit-appearance: none; }
  #rcp_profile_editor_form .btn {
    float: right; }
  #rcp_profile_editor_form .return-to-dash {
    font-size: 14px;
    color: #bcbcbc;
    border: 0;
    display: inline-block;
    margin-top: 12px; }
    #rcp_profile_editor_form .return-to-dash:hover {
      color: #3bc492; }

body.page-template-template-tf-signup-php #primary-nav,
body.page-template-template-tf-signup-php #secondary-nav,
body.page-template-template-tf-signup-php .footer {
  display: none; }

body.page-template-template-tf-signup-php .header {
  padding: 95px 0 50px 0; }
  body.page-template-template-tf-signup-php .header .logo {
    float: none;
    margin: 0; }
    body.page-template-template-tf-signup-php .header .logo img {
      margin: 0 auto; }

body.page-template-template-tf-signup-php .intro,
body.page-template-template-tf-signup-php .find-code {
  width: 600px;
  margin: 0 auto;
  text-align: center; }

body.page-template-template-tf-signup-php .find-code {
  font-size: 14px;
  margin-bottom: 50px; }

body.page-template-template-tf-signup-php .verify-form {
  display: block;
  width: 600px;
  margin: 40px auto;
  background: #f3f3f3;
  padding: 50px 50px 40px 50px;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  body.page-template-template-tf-signup-php .verify-form p {
    margin-bottom: 15px; }
  body.page-template-template-tf-signup-php .verify-form input {
    width: 100%;
    margin: 0 0 20px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  body.page-template-template-tf-signup-php .verify-form .btn {
    width: auto;
    margin: 0; }
  body.page-template-template-tf-signup-php .verify-form .error {
    font-size: 14px;
    color: #ff4633; }

body.page-template-template-tf-signup-php #rcp_registration_form .rcp_subscription_fieldset {
  display: none; }

body.page-template-template-signup-success-php #primary-nav,
body.page-template-template-signup-success-php #secondary-nav,
body.page-template-template-signup-success-php .footer {
  display: none; }

body.page-template-template-signup-success-php .header {
  padding: 95px 0 30px 0; }
  body.page-template-template-signup-success-php .header .logo {
    float: none;
    margin: 0; }
    body.page-template-template-signup-success-php .header .logo img {
      margin: 0 auto; }

body.page-template-template-signup-success-php .signup-success {
  width: 600px;
  margin: 0 auto;
  background: #f3f3f3;
  padding: 50px 50px 40px 50px;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

body.login-action-lostpassword {
  font: 16px/1.6em "Benton Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #222;
  background: #fff; }
  body.login-action-lostpassword #login {
    width: auto;
    padding: 0; }
  body.login-action-lostpassword h1 a {
    background: url(images/logo.png) no-repeat;
    width: 162px;
    height: 58px;
    margin: 95px auto 50px auto;
    border: 0;
    padding: 0; }
  body.login-action-lostpassword form,
  body.login-action-lostpassword .message {
    display: block;
    width: 600px;
    margin: 0 auto;
    background: #f3f3f3;
    padding: 50px 50px 40px 50px;
    border: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    zoom: 1; }
    body.login-action-lostpassword form:before, body.login-action-lostpassword form:after,
    body.login-action-lostpassword .message:before,
    body.login-action-lostpassword .message:after {
      content: "";
      display: table; }
    body.login-action-lostpassword form:after,
    body.login-action-lostpassword .message:after {
      clear: both; }
  body.login-action-lostpassword .message {
    padding-bottom: 15px; }
  body.login-action-lostpassword form {
    padding-top: 0; }
    body.login-action-lostpassword form input,
    body.login-action-lostpassword form input[type="text"] {
      font: 16px/1.6em "Benton Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
      color: #bcbcbc;
      background: #fff;
      padding: 10px 15px;
      border: 2px solid #ddd;
      border-radius: 3px;
      outline: none;
      margin: 0 0 5px 0;
      -webkit-transition: all 0.1s ease-in-out;
      -moz-transition: all 0.1s ease-in-out;
      -ms-transition: all 0.1s ease-in-out;
      -o-transition: all 0.1s ease-in-out;
      transition: all 0.1s ease-in-out;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none; }
      body.login-action-lostpassword form input:focus,
      body.login-action-lostpassword form input[type="text"]:focus {
        color: #222;
        border-color: #3bc492; }
    body.login-action-lostpassword form .btn {
      border: 0;
      float: right;
      margin-top: 10px; }
      body.login-action-lostpassword form .btn:focus, body.login-action-lostpassword form .btn:active {
        color: #fff; }
  body.login-action-lostpassword #login_error {
    width: 600px;
    margin: 0 auto 20px auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  body.login-action-lostpassword #nav,
  body.login-action-lostpassword #backtoblog {
    display: none; }

body.error404 {
  background: #262626; }
  body.error404 .header,
  body.error404 .footer {
    display: none; }
  body.error404 .content {
    width: 400px;
    min-width: 0;
    height: 130px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -65px 0 0 -200px;
    text-align: center; }
    body.error404 .content h2 {
      font-family: "Benton Sans Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-size: 28px;
      line-height: 1.2em;
      color: #fff;
      margin: 0 0 30px 0; }
    body.error404 .content p {
      color: #767676;
      margin: 0; }
      body.error404 .content p a {
        color: #767676;
        border-color: #3a3a3a; }
        body.error404 .content p a:hover {
          color: #fff; }

/* Smartphones (portrait and landscape) ----------- */
/* iPads (portrait and landscape) ----------- */
body.checkout #primary-nav,
body.checkout #secondary-nav,
body.checkout .footer {
  display: none; }

body.checkout .header {
  padding: 95px 0 30px 0; }
  body.checkout .header .logo {
    float: none;
    margin: 0; }
    body.checkout .header .logo img {
      margin: 0 auto; }

#edd_cart_add_theme a {
  border-bottom: none;
  color: #3bc492;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out; }
  #edd_cart_add_theme a:hover {
    color: #37b587; }

#edd_checkout_wrap {
  width: 980px;
  margin: 0 auto; }
  #edd_checkout_wrap .zilla-checkout-sidebar {
    width: 310px;
    float: right;
    font-size: 14px; }
    #edd_checkout_wrap .zilla-checkout-sidebar h3 {
      font-family: "Benton Sans Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-size: 16px;
      line-height: 34px;
      margin: 40px 0 20px 0; }
    #edd_checkout_wrap .zilla-checkout-sidebar .benefits {
      list-style: none;
      padding: 0;
      margin: 0; }
      #edd_checkout_wrap .zilla-checkout-sidebar .benefits li {
        background: url(images/tick.png) no-repeat;
        line-height: 14px;
        margin-bottom: 16px;
        padding-left: 25px; }
    #edd_checkout_wrap .zilla-checkout-sidebar .testimonial {
      margin-bottom: 1em; }
      #edd_checkout_wrap .zilla-checkout-sidebar .testimonial img {
        display: block;
        float: left;
        width: 55px;
        height: auto;
        margin: 5px 20px 0 0; }
      #edd_checkout_wrap .zilla-checkout-sidebar .testimonial .testimonial-content {
        overflow: auto; }
        #edd_checkout_wrap .zilla-checkout-sidebar .testimonial .testimonial-content p {
          margin: 0; }
        #edd_checkout_wrap .zilla-checkout-sidebar .testimonial .testimonial-content .author {
          color: #bcbcbc; }
  #edd_checkout_wrap fieldset {
    display: block;
    width: 620px;
    margin: 0 0 10px 0;
    padding: 40px 50px 45px 50px;
    background: #f3f3f3;
    border: 0;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    #edd_checkout_wrap fieldset legend {
      font-family: "Benton Sans Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-weight: normal;
      font-size: 20px;
      line-height: 34px;
      margin: 0 0 25px 0; }
    #edd_checkout_wrap fieldset p {
      margin-bottom: 15px; }
    #edd_checkout_wrap fieldset input,
    #edd_checkout_wrap fieldset input.edd-input {
      width: 100%;
      padding: 10px 15px;
      margin: 0;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
    #edd_checkout_wrap fieldset .select-wrap {
      display: inline-block;
      width: 100%;
      overflow: hidden;
      background: #fff url(images/arrow-down.png) no-repeat 97% 20px;
      color: #BCBCBC;
      border: 2px solid #DDD;
      border-radius: 3px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
      #edd_checkout_wrap fieldset .select-wrap select,
      #edd_checkout_wrap fieldset .select-wrap .edd-select {
        width: 100%;
        background: transparent;
        line-height: 1;
        padding: 14px 15px;
        margin: 0;
        border: 0;
        border-radius: 0;
        -webkit-appearance: none; }
  #edd_checkout_wrap #edd_checkout_cart {
    border-collapse: collapse; }
    #edd_checkout_wrap #edd_checkout_cart th,
    #edd_checkout_wrap #edd_checkout_cart td {
      color: #222;
      border: 0;
      border-right: 2px solid #f3f3f3;
      border-bottom: 2px solid #f3f3f3; }
    #edd_checkout_wrap #edd_checkout_cart td {
      padding: 10px 20px; }
    #edd_checkout_wrap #edd_checkout_cart .edd_cart_header_row th {
      font-family: "Benton Sans Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-weight: normal;
      padding: 20px;
      background: #fff;
      border-bottom: 5px solid #ddd; }
    #edd_checkout_wrap #edd_checkout_cart .edd_cart_item_price {
      width: 75px; }
    #edd_checkout_wrap #edd_checkout_cart .edd_cart_actions {
      width: 60px;
      text-align: center;
      border-right: 0; }
      #edd_checkout_wrap #edd_checkout_cart .edd_cart_actions a {
        color: #ff4633;
        border: 0; }
        #edd_checkout_wrap #edd_checkout_cart .edd_cart_actions a:hover {
          color: #262626; }
    #edd_checkout_wrap #edd_checkout_cart .edd_cart_discount {
      background: #fff;
      padding: 10px 20px;
      font-family: "Benton Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-weight: normal;
      color: #222;
      text-align: left;
      border: 0;
      border-bottom: 2px solid #f3f3f3; }
      #edd_checkout_wrap #edd_checkout_cart .edd_cart_discount .edd_discount {
        display: block;
        margin: 0; }
      #edd_checkout_wrap #edd_checkout_cart .edd_cart_discount a {
        border: 0;
        float: right;
        margin-top: 3px;
        -webkit-transition: none 0.5s linear;
        -moz-transition: none 0.5s linear;
        -ms-transition: none 0.5s linear;
        -o-transition: none 0.5s linear;
        transition: none 0.5s linear; }
    #edd_checkout_wrap #edd_checkout_cart .edd_cart_total {
      font-family: "Benton Sans Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-weight: normal;
      text-align: left;
      padding: 20px;
      background: #fff;
      border-bottom: 5px solid #ddd;
      border-right: 0; }
      #edd_checkout_wrap #edd_checkout_cart .edd_cart_total .edd_cart_amount {
        font-family: "Benton Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  #edd_checkout_wrap #edd_checkout_form_wrap {
    position: relative; }
  #edd_checkout_wrap #edd-newsletter {
    width: auto;
    position: relative;
    top: 5px;
    margin-right: 10px; }
  #edd_checkout_wrap fieldset#edd_cc_fields {
    background: #f3f3f3;
    border: 0; }
  #edd_checkout_wrap .zilla-help,
  #edd_checkout_wrap #edd-login-account-wrap,
  #edd_checkout_wrap #edd-new-account-wrap {
    background: none;
    border: 0;
    margin: 0;
    font-size: 14px;
    margin: 7px 0 0 0;
    position: absolute;
    top: 45px;
    right: 50px;
    padding: 0;
    margin: 0; }
  #edd_checkout_wrap #edd_discount_code {
    position: absolute;
    top: -130px;
    left: 50px;
    width: 280px; }
    #edd_checkout_wrap #edd_discount_code #edd_show_discount {
      background: none;
      border: 0;
      font-size: 12px; }
    #edd_checkout_wrap #edd_discount_code #edd-discount-code-wrap {
      width: 100%;
      padding: 0;
      margin: 0;
      background: none;
      border: 0; }
      #edd_checkout_wrap #edd_discount_code #edd-discount-code-wrap input {
        width: 100%;
        margin-bottom: 10px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; }
      #edd_checkout_wrap #edd_discount_code #edd-discount-code-wrap #edd-discount-loader {
        display: block;
        background: url(images/loading.gif) no-repeat;
        width: 16px;
        height: 16px;
        text-indent: -9999px; }
  #edd_checkout_wrap #edd-discount {
    display: inline-block;
    float: left;
    width: 60% !important; }
  #edd_checkout_wrap .edd-apply-discount {
    font: 14px/1.6em "Benton Sans Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #fff;
    width: 35% !important;
    float: left;
    display: inline-block;
    margin-left: 5%;
    padding-top: 8px;
    padding-bottom: 7px;
    background: #3bc492;
    border: none; }
    #edd_checkout_wrap .edd-apply-discount:hover {
      color: #fff;
      background: #37b587; }
  #edd_checkout_wrap #edd-discount-error-wrap {
    margin: 0;
    padding: 0;
    color: #ff4633;
    background: transparent; }
  #edd_checkout_wrap #edd_cc_address #edd-card-state-wrap {
    display: block;
    float: left; }
  #edd_checkout_wrap #edd_cc_address #edd-card-zip-wrap {
    display: block;
    float: right; }
  #edd_checkout_wrap #edd_cc_address .card_state_wrap,
  #edd_checkout_wrap #edd_cc_address .card-zip {
    width: 250px; }
  #edd_checkout_wrap #edd_cc_fields {
    border-top: 5px solid #ddd;
    padding-top: 30px;
    margin-top: 30px; }
    #edd_checkout_wrap #edd_cc_fields .card-cvc {
      display: inline-block;
      width: 70px;
      margin-right: 20px; }
    #edd_checkout_wrap #edd_cc_fields .card-expiry-month-wrap,
    #edd_checkout_wrap #edd_cc_fields .card-expiry-year-wrap {
      width: 145px;
      margin-right: 17px;
      background-position: 90% 20px; }
    #edd_checkout_wrap #edd_cc_fields .cvv-help {
      display: inline-block;
      background: url(images/card-icon.png) no-repeat;
      line-height: 38px;
      padding-left: 83px;
      font-size: 14px;
      color: #bcbcbc; }
    #edd_checkout_wrap #edd_cc_fields .expiration-help {
      display: block;
      float: right;
      line-height: 50px;
      font-size: 14px;
      color: #bcbcbc; }
  #edd_checkout_wrap #edd_purchase_submit {
    padding: 40px 50px 45px 50px;
    text-align: center; }
    #edd_checkout_wrap #edd_purchase_submit .edd-submit {
      display: block;
      width: 255px;
      margin: 0 auto;
      font: 18px/1.6em "Benton Sans Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
      color: #fff;
      background: #3bc492;
      border: 0;
      height: 65px;
      line-height: 65px;
      padding: 0;
      margin-bottom: 40px;
      cursor: pointer;
      border-radius: 3px;
      -webkit-appearance: none; }
      #edd_checkout_wrap #edd_purchase_submit .edd-submit:hover {
        color: #fff;
        background: #37b587; }
    #edd_checkout_wrap #edd_purchase_submit .zilla-terms {
      font-size: 14px; }
    #edd_checkout_wrap #edd_purchase_submit .edd_errors {
      width: 100%;
      margin-bottom: 30px; }
  #edd_checkout_wrap #edd_final_total_wrap {
    background: none;
    border: 0;
    padding: 0;
    margin: 0 0 20px 0;
    color: #222; }
  #edd_checkout_wrap .edd_errors {
    width: 620px;
    margin: 0 0 10px 0;
    padding: 40px 50px 45px 50px;
    background: #ff4633;
    color: #fff;
    border: 0;
    border-radius: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    #edd_checkout_wrap .edd_errors .edd_error {
      padding: 0 0 1em 0; }
      #edd_checkout_wrap .edd_errors .edd_error:last-child {
        padding-bottom: 0; }
  #edd_checkout_wrap .edd_empty_cart {
    display: block;
    text-align: center; }
  #edd_checkout_wrap #edd-payment-mode-wrap .edd-gateway-option .edd-gateway {
    width: auto; }

body.purchase-confirmation #primary-nav,
body.purchase-confirmation #secondary-nav,
body.purchase-confirmation .footer,
body.transaction-failed #primary-nav,
body.transaction-failed #secondary-nav,
body.transaction-failed .footer,
body.edd_receipt_page #primary-nav,
body.edd_receipt_page #secondary-nav,
body.edd_receipt_page .footer {
  display: none; }

body.purchase-confirmation .header,
body.transaction-failed .header,
body.edd_receipt_page .header {
  padding: 95px 0 30px 0; }
  body.purchase-confirmation .header .logo,
  body.transaction-failed .header .logo,
  body.edd_receipt_page .header .logo {
    float: none;
    margin: 0; }
    body.purchase-confirmation .header .logo img,
    body.transaction-failed .header .logo img,
    body.edd_receipt_page .header .logo img {
      margin: 0 auto; }

body.purchase-confirmation .content,
body.transaction-failed .content,
body.edd_receipt_page .content {
  max-width: 620px;
  min-width: 0; }
  body.purchase-confirmation .content .intro,
  body.transaction-failed .content .intro,
  body.edd_receipt_page .content .intro {
    text-align: center;
    font-size: 14px;
    margin-bottom: 35px; }
  body.purchase-confirmation .content .buttons,
  body.transaction-failed .content .buttons,
  body.edd_receipt_page .content .buttons {
    text-align: center;
    margin-bottom: 50px; }
    body.purchase-confirmation .content .buttons .btn,
    body.transaction-failed .content .buttons .btn,
    body.edd_receipt_page .content .buttons .btn {
      font-size: 14px;
      line-height: 45px;
      height: 45px;
      padding: 0 15px;
      margin: 0 10px; }

body.purchase-confirmation table,
body.transaction-failed table,
body.edd_receipt_page table {
  margin: 0 0 50px 0; }
  body.purchase-confirmation table th, body.purchase-confirmation table td,
  body.transaction-failed table th,
  body.transaction-failed table td,
  body.edd_receipt_page table th,
  body.edd_receipt_page table td {
    font-size: 14px;
    line-height: 20px; }
  body.purchase-confirmation table th,
  body.transaction-failed table th,
  body.edd_receipt_page table th {
    font-weight: normal;
    text-transform: none; }
  body.purchase-confirmation table thead th,
  body.transaction-failed table thead th,
  body.edd_receipt_page table thead th {
    background: #f3f3f3;
    font-family: "Benton Sans Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding: 20px; }
  body.purchase-confirmation table tfoot td,
  body.purchase-confirmation table tbody td,
  body.transaction-failed table tfoot td,
  body.transaction-failed table tbody td,
  body.edd_receipt_page table tfoot td,
  body.edd_receipt_page table tbody td {
    padding: 15px 20px;
    border-bottom: 1px solid #f3f3f3; }

body.purchase-confirmation #edd_receipt_wrapper,
body.transaction-failed #edd_receipt_wrapper,
body.edd_receipt_page #edd_receipt_wrapper {
  width: 100%;
  padding: 0;
  margin: 0; }

body.edd_receipt_page {
  font: 16px/1.6em "Benton Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #222;
  background: #fff; }

#edd_purchase_receipt_products td {
  zoom: 1; }
  #edd_purchase_receipt_products td:before, #edd_purchase_receipt_products td:after {
    content: "";
    display: table; }
  #edd_purchase_receipt_products td:after {
    clear: both; }

#edd_purchase_receipt_products td .edd_purchase_receipt_product_name {
  font-family: "Benton Sans Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  float: left; }

#edd_purchase_receipt_products td .edd_purchase_receipt_product_notes {
  float: left; }

#edd_purchase_receipt_products .edd_purchase_receipt_files {
  list-style: none;
  padding: 0;
  margin: 0;
  float: left; }
  #edd_purchase_receipt_products .edd_purchase_receipt_files li {
    margin: 0 0 0 5px; }
    #edd_purchase_receipt_products .edd_purchase_receipt_files li a {
      color: #3bc492;
      border: 0; }
      #edd_purchase_receipt_products .edd_purchase_receipt_files li a:hover {
        color: #262626; }
    #edd_purchase_receipt_products .edd_purchase_receipt_files li:before {
      content: "\2014 ";
      color: #bcbcbc;
      margin-right: 3px; }

.zilla-announcement-bar {
  background: #3bc492;
  height: 60px;
  line-height: 60px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  overflow: hidden; }
  .zilla-announcement-bar span {
    background: #2e9e75;
    padding: 4px 8px;
    margin: 0 5px;
    border-radius: 2px; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

#affwp-affiliate-dashboard #affwp-affiliate-dashboard-tabs {
  border-bottom: 2px solid #dddddd;
  margin-bottom: 54px; }
  #affwp-affiliate-dashboard #affwp-affiliate-dashboard-tabs li {
    border-left: 2px solid #ddd;
    border-top: 2px solid #ddd;
    border-right: 2px solid #ddd;
    border-radius: 3px 3px 0 0;
    padding: 0;
    text-align: center;
    margin-right: 16px; }
    #affwp-affiliate-dashboard #affwp-affiliate-dashboard-tabs li.active, #affwp-affiliate-dashboard #affwp-affiliate-dashboard-tabs li:hover {
      border-color: #3bc492; }
    #affwp-affiliate-dashboard #affwp-affiliate-dashboard-tabs li a {
      border-bottom: none;
      padding: 6px 18px;
      display: block; }

#affwp-generate-ref-url input[type="submit"] {
  width: auto; }

.panel {
  width: 535px;
  margin: 0 20px;
  overflow: hidden; }

.panel-form {
  display: block;
  background: #f3f3f3;
  padding: 50px 50px 40px 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.form-note {
  font-size: 14px;
  text-align: center;
  margin-top: 50px; }

.affwp-form input[type=email],
.affwp-form input[type=password],
.affwp-form input[type=text],
.affwp-form input[type=url],
.affwp-form textarea {
  width: 100%; }

.affwp-form input[type=checkbox] {
  margin-right: 8px; }

.affwp-form legend {
  text-align: center;
  font-family: "Benton Sans Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 26px; }

.affwp-form .affwp-remember,
.affwp-form .affwp-tos,
.affwp-form .affwp-lost-password {
  float: left;
  clear: left; }

.affwp-form .affwp-submit {
  float: right; }

.affiliate-title {
  font-family: "Benton Sans Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 26px;
  margin-bottom: 8px; }

.lead {
  font-size: 18px;
  line-height: 30px; }

.affiliate-area .content {
  text-align: center; }
  .affiliate-area .content .panel {
    display: inline-block;
    vertical-align: top;
    text-align: left; }
    .affiliate-area .content .panel.dashboard {
      width: auto;
      display: block;
      margin: 0; }

.become-affiliate .content {
  max-width: none;
  min-width: none; }

.become-affiliate .container {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  zoom: 1;
  min-width: 980px; }

.become-affiliate .affiliate-features {
  background: #f3f3f3;
  padding-top: 74px;
  padding-bottom: 63px; }
  .become-affiliate .affiliate-features .col {
    margin-bottom: 0; }
  .become-affiliate .affiliate-features p {
    margin-bottom: 1.75em; }

.become-affiliate .btn-wrap .btn {
  margin-left: 8px; }

.become-affiliate .btn-top {
  text-align: right; }

.become-affiliate .btn-bottom {
  text-align: center;
  clear: both;
  padding-top: 100px; }

/*# sourceMappingURL=style.css.map */