/*
Theme Name: FameThemes
Theme URI: http://www.famethemes.com
Author: FameThemes
Author URI: http://www.famethemes.com
Description: Howdy, FameThemes V2 is here.
Version: 3.0.8
Text Domain: famethemes
Tags:
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------

1.0  Reset
2.0  Document
3.0  Layout
4.0  Structure
5.0  Contents
6.0  Pages
7.0  Elements
8.0  Widgets
9.0 External Plugins

--------------------------------------------------------------*/
/*--------------------------------------------------------------
1.0 Reset
--------------------------------------------------------------*/
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  line-height: 1;
  margin: 0;
  padding: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

a:focus {
  outline: none;
}

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

a img {
  border: 0;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

small {
  font-size: 80%;
}

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

sup {
  bottom: 1ex;
}

sub {
  top: .5ex;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

pre {
  overflow: auto;
}

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

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

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

button,
input {
  line-height: normal;
  *overflow: visible;
}

input[type="checkbox"],
input[type="radio"] {
  padding: 0;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

.clearfix:after, .famethemes-menu:after, .nav-links:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix, .famethemes-menu, .nav-links {
  display: inline-block;
}

.clearfix, .famethemes-menu, .nav-links {
  display: block;
}

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

.break, h1,
h2,
h3,
h4,
h5,
h6, p, ul, ol, dl, blockquote, pre {
  word-break: break-word;
  word-wrap: break-word;
}

.none {
  display: none;
}

/*--------------------------------------------------------------
2.0 Document Setup
--------------------------------------------------------------*/
/*------------------------------
	2.1 Typography
------------------------------*/
html, body {
  margin: 0;
  padding: 0;
  height: 100%;
}

body {
  background: #e6e6e6;
  height: 100%;
}

.site {
  background: #FFFFFF;
  position: relative;
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
}

body, button, input, select, textarea {
  font-family: "Work Sans", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #444444;
  text-rendering: optimizelegibility;
  font-weight: 300;
}

pre,
code,
input,
textarea {
  font: inherit;
}

::selection {
  background: #fff200;
  color: #000;
}

/*------------------------------
	2.2 Links
------------------------------*/
a {
  color: #444444;
  text-decoration: none;
}
a:hover {
  color: #222222;
}

/*------------------------------
	2.3 Heading
------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-family: "Work Sans", Helvetica, Arial, sans-serif;
  font-weight: 400;
  margin-bottom: 15px;
  margin-top: 0;
  color: #212b35;
  line-height: 1.2;
  text-rendering: optimizelegibility;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #323b43;
  text-decoration: none;
}

h1, .h1 {
  line-height: 1.3;
  font-size: 33px;
  font-weight: 200;
  letter-spacing: -2px;
}
@media screen and (min-width: 790px) {
  h1, .h1 {
    font-size: 40px;
  }
}
h1 span, .h1 span {
  font-weight: 400;
}

h2, .h2 {
  line-height: 1.2;
  font-size: 25px;
  font-weight: 300;
  letter-spacing: -1px;
}
@media screen and (min-width: 790px) {
  h2, .h2 {
    font-size: 32px;
  }
}

h3 {
  font-size: 22px;
  letter-spacing: -0.4px;
}

h4 {
  font-weight: 400;
  font-size: 19px;
  margin-bottom: 12px;
}

h5 {
  text-transform: uppercase;
  font-size: 15px;
}

h6 {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
}

/*------------------------------
	2.4 Base
------------------------------*/
ul, ol, dl, p, details, address, .vcard, figure, pre, fieldset, table, dt, dd, hr {
  margin-bottom: 15px;
  margin-top: 0;
}

/*------------------------------
	2.5 Content
------------------------------*/
img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

b,
strong {
  font-weight: 500;
}

blockquote {
  clear: both;
  margin: 20px 0;
}
blockquote p {
  font-style: italic;
}
blockquote cite {
  font-style: normal;
  margin-bottom: 20px;
  font-size: 13px;
}

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

figure {
  margin: 0;
}

address {
  margin: 20px 0;
}

hr {
  border: 0;
  border-top: 1px solid #e9e9e9;
  height: 1px;
  margin-bottom: 20px;
}

tt,
kbd,
pre,
code,
samp,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  background-color: #e9e9e9;
  padding: 5px 7px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

pre {
  overflow: auto;
  white-space: pre-wrap;
  max-width: 100%;
  line-height: 1.7;
  margin: 20px 0;
  padding: 20px;
}

details summary {
  font-weight: bold;
  margin-bottom: 20px;
}
details :focus {
  outline: none;
}

abbr,
acronym,
dfn {
  cursor: help;
  font-size: .95em;
  text-transform: uppercase;
  border-bottom: 1px dotted #e9e9e9;
  letter-spacing: 1px;
}

mark {
  background-color: #fff9c0;
  text-decoration: none;
}

small {
  font-size: 82%;
}

big {
  font-size: 125%;
}

ul, ol {
  padding-left: 20px;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

ul li, ol li {
  margin: 8px 0;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 20px 20px;
}

/*------------------------------
	2.6 Table
------------------------------*/
table {
  width: 100%;
  margin-bottom: 20px;
  border: 1px solid #e9e9e9;
  border-collapse: collapse;
  border-spacing: 0;
}

table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
  border: 1px solid #e9e9e9;
  line-height: 1.42857;
  padding: 14px 24px;
  vertical-align: middle;
  text-align: center;
}

table > thead > tr > th, table > thead > tr > td {
  border-bottom-width: 2px;
}

table th {
  font-weight: 500;
}

/*------------------------------
	2.7 Form
------------------------------*/
fieldset {
  padding: 20px;
  border: 1px solid #e9e9e9;
}

input[type="reset"], input[type="submit"], input[type="submit"] {
  cursor: pointer;
  background: #5c6ac5;
  border: none;
  display: inline-block;
  color: #FFFFFF;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 400;
  text-align: center;
  padding: 12px 18px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset;
  margin: 3px 0;
  text-decoration: none;
  font-size: 14px;
}
input[type="reset"]:hover, input[type="submit"]:hover, input[type="submit"]:hover {
  background: #202e79;
  color: #FFF !important;
}

input[type="button"]:hover, input[type="button"]:focus, input[type="reset"]:hover,
input[type="reset"]:focus, input[type="submit"]:hover, input[type="submit"]:focus,
button:hover, button:focus {
  cursor: pointer;
}

textarea {
  resize: vertical;
}

select {
  max-width: 100%;
  overflow: auto;
  vertical-align: top;
  outline: none;
  border: 2px solid #cccccc;
  padding: 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

textarea,
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"] {
  background: #FFFFFF;
  padding: 10px 9px;
  color: #333333;
  border: 2px solid #CCCCCC;
  border-radius: 3px;
}
textarea:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="email"]:focus,
input[type="month"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
input[type="week"]:focus {
  border-color: #5c6ac5;
  outline: none;
}

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

input[type="radio"], input[type="checkbox"] {
  margin: 0 10px;
}

input:focus {
  outline: none;
}

/*------------------------------
	2.8 Accessibility
------------------------------*/
/* Text meant only for screen readers */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: polygon(0px 0px, 0px 0px, 0px 0px, 0px 0px);
  position: absolute !important;
  white-space: nowrap;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
  background-color: #f2f2f2;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  clip: auto !important;
  color: #5c6ac5;
  display: block;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 17px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar */
}

/*------------------------------
	2.8 Accessibility
------------------------------*/
/*------------------------------
	2.9 Alignments
------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

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

/*------------------------------
	3.0 Clearings
------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  clear: both;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*------------------------------
	3.1 Infinite Scroll
------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*------------------------------
	3.1 Helper.
------------------------------*/
.hide {
  display: none;
}

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

ins {
  text-decoration: none;
}

/*------------------------------
	3.2 Themify icons .
------------------------------*/
@font-face {
  font-family: 'themify';
  src: url("assets/fonts/themify.eot?-fvbane");
  src: url("assets/fonts/themify.eot?#iefix-fvbane") format("embedded-opentype"), url("assets/fonts/themify.woff?-fvbane") format("woff"), url("assets/fonts/themify.ttf?-fvbane") format("truetype"), url("assets/fonts/themify.svg?-fvbane#themify") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="ti-"], [class*=" ti-"] {
  font-family: 'themify';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ti-wand:before {
  content: "\e600";
}

.ti-volume:before {
  content: "\e601";
}

.ti-user:before {
  content: "\e602";
}

.ti-unlock:before {
  content: "\e603";
}

.ti-unlink:before {
  content: "\e604";
}

.ti-trash:before {
  content: "\e605";
}

.ti-thought:before {
  content: "\e606";
}

.ti-target:before {
  content: "\e607";
}

.ti-tag:before {
  content: "\e608";
}

.ti-tablet:before {
  content: "\e609";
}

.ti-star:before {
  content: "\e60a";
}

.ti-spray:before {
  content: "\e60b";
}

.ti-signal:before {
  content: "\e60c";
}

.ti-shopping-cart:before {
  content: "\e60d";
}

.ti-shopping-cart-full:before {
  content: "\e60e";
}

.ti-settings:before {
  content: "\e60f";
}

.ti-search:before {
  content: "\e610";
}

.ti-zoom-in:before {
  content: "\e611";
}

.ti-zoom-out:before {
  content: "\e612";
}

.ti-cut:before {
  content: "\e613";
}

.ti-ruler:before {
  content: "\e614";
}

.ti-ruler-pencil:before {
  content: "\e615";
}

.ti-ruler-alt:before {
  content: "\e616";
}

.ti-bookmark:before {
  content: "\e617";
}

.ti-bookmark-alt:before {
  content: "\e618";
}

.ti-reload:before {
  content: "\e619";
}

.ti-plus:before {
  content: "\e61a";
}

.ti-pin:before {
  content: "\e61b";
}

.ti-pencil:before {
  content: "\e61c";
}

.ti-pencil-alt:before {
  content: "\e61d";
}

.ti-paint-roller:before {
  content: "\e61e";
}

.ti-paint-bucket:before {
  content: "\e61f";
}

.ti-na:before {
  content: "\e620";
}

.ti-mobile:before {
  content: "\e621";
}

.ti-minus:before {
  content: "\e622";
}

.ti-medall:before {
  content: "\e623";
}

.ti-medall-alt:before {
  content: "\e624";
}

.ti-marker:before {
  content: "\e625";
}

.ti-marker-alt:before {
  content: "\e626";
}

.ti-arrow-up:before {
  content: "\e627";
}

.ti-arrow-right:before {
  content: "\e628";
}

.ti-arrow-left:before {
  content: "\e629";
}

.ti-arrow-down:before {
  content: "\e62a";
}

.ti-lock:before {
  content: "\e62b";
}

.ti-location-arrow:before {
  content: "\e62c";
}

.ti-link:before {
  content: "\e62d";
}

.ti-layout:before {
  content: "\e62e";
}

.ti-layers:before {
  content: "\e62f";
}

.ti-layers-alt:before {
  content: "\e630";
}

.ti-key:before {
  content: "\e631";
}

.ti-import:before {
  content: "\e632";
}

.ti-image:before {
  content: "\e633";
}

.ti-heart:before {
  content: "\e634";
}

.ti-heart-broken:before {
  content: "\e635";
}

.ti-hand-stop:before {
  content: "\e636";
}

.ti-hand-open:before {
  content: "\e637";
}

.ti-hand-drag:before {
  content: "\e638";
}

.ti-folder:before {
  content: "\e639";
}

.ti-flag:before {
  content: "\e63a";
}

.ti-flag-alt:before {
  content: "\e63b";
}

.ti-flag-alt-2:before {
  content: "\e63c";
}

.ti-eye:before {
  content: "\e63d";
}

.ti-export:before {
  content: "\e63e";
}

.ti-exchange-vertical:before {
  content: "\e63f";
}

.ti-desktop:before {
  content: "\e640";
}

.ti-cup:before {
  content: "\e641";
}

.ti-crown:before {
  content: "\e642";
}

.ti-comments:before {
  content: "\e643";
}

.ti-comment:before {
  content: "\e644";
}

.ti-comment-alt:before {
  content: "\e645";
}

.ti-close:before {
  content: "\e646";
}

.ti-clip:before {
  content: "\e647";
}

.ti-angle-up:before {
  content: "\e648";
}

.ti-angle-right:before {
  content: "\e649";
}

.ti-angle-left:before {
  content: "\e64a";
}

.ti-angle-down:before {
  content: "\e64b";
}

.ti-check:before {
  content: "\e64c";
}

.ti-check-box:before {
  content: "\e64d";
}

.ti-camera:before {
  content: "\e64e";
}

.ti-announcement:before {
  content: "\e64f";
}

.ti-brush:before {
  content: "\e650";
}

.ti-briefcase:before {
  content: "\e651";
}

.ti-bolt:before {
  content: "\e652";
}

.ti-bolt-alt:before {
  content: "\e653";
}

.ti-blackboard:before {
  content: "\e654";
}

.ti-bag:before {
  content: "\e655";
}

.ti-move:before {
  content: "\e656";
}

.ti-arrows-vertical:before {
  content: "\e657";
}

.ti-arrows-horizontal:before {
  content: "\e658";
}

.ti-fullscreen:before {
  content: "\e659";
}

.ti-arrow-top-right:before {
  content: "\e65a";
}

.ti-arrow-top-left:before {
  content: "\e65b";
}

.ti-arrow-circle-up:before {
  content: "\e65c";
}

.ti-arrow-circle-right:before {
  content: "\e65d";
}

.ti-arrow-circle-left:before {
  content: "\e65e";
}

.ti-arrow-circle-down:before {
  content: "\e65f";
}

.ti-angle-double-up:before {
  content: "\e660";
}

.ti-angle-double-right:before {
  content: "\e661";
}

.ti-angle-double-left:before {
  content: "\e662";
}

.ti-angle-double-down:before {
  content: "\e663";
}

.ti-zip:before {
  content: "\e664";
}

.ti-world:before {
  content: "\e665";
}

.ti-wheelchair:before {
  content: "\e666";
}

.ti-view-list:before {
  content: "\e667";
}

.ti-view-list-alt:before {
  content: "\e668";
}

.ti-view-grid:before {
  content: "\e669";
}

.ti-uppercase:before {
  content: "\e66a";
}

.ti-upload:before {
  content: "\e66b";
}

.ti-underline:before {
  content: "\e66c";
}

.ti-truck:before {
  content: "\e66d";
}

.ti-timer:before {
  content: "\e66e";
}

.ti-ticket:before {
  content: "\e66f";
}

.ti-thumb-up:before {
  content: "\e670";
}

.ti-thumb-down:before {
  content: "\e671";
}

.ti-text:before {
  content: "\e672";
}

.ti-stats-up:before {
  content: "\e673";
}

.ti-stats-down:before {
  content: "\e674";
}

.ti-split-v:before {
  content: "\e675";
}

.ti-split-h:before {
  content: "\e676";
}

.ti-smallcap:before {
  content: "\e677";
}

.ti-shine:before {
  content: "\e678";
}

.ti-shift-right:before {
  content: "\e679";
}

.ti-shift-left:before {
  content: "\e67a";
}

.ti-shield:before {
  content: "\e67b";
}

.ti-notepad:before {
  content: "\e67c";
}

.ti-server:before {
  content: "\e67d";
}

.ti-quote-right:before {
  content: "\e67e";
}

.ti-quote-left:before {
  content: "\e67f";
}

.ti-pulse:before {
  content: "\e680";
}

.ti-printer:before {
  content: "\e681";
}

.ti-power-off:before {
  content: "\e682";
}

.ti-plug:before {
  content: "\e683";
}

.ti-pie-chart:before {
  content: "\e684";
}

.ti-paragraph:before {
  content: "\e685";
}

.ti-panel:before {
  content: "\e686";
}

.ti-package:before {
  content: "\e687";
}

.ti-music:before {
  content: "\e688";
}

.ti-music-alt:before {
  content: "\e689";
}

.ti-mouse:before {
  content: "\e68a";
}

.ti-mouse-alt:before {
  content: "\e68b";
}

.ti-money:before {
  content: "\e68c";
}

.ti-microphone:before {
  content: "\e68d";
}

.ti-menu:before {
  content: "\e68e";
}

.ti-menu-alt:before {
  content: "\e68f";
}

.ti-map:before {
  content: "\e690";
}

.ti-map-alt:before {
  content: "\e691";
}

.ti-loop:before {
  content: "\e692";
}

.ti-location-pin:before {
  content: "\e693";
}

.ti-list:before {
  content: "\e694";
}

.ti-light-bulb:before {
  content: "\e695";
}

.ti-Italic:before {
  content: "\e696";
}

.ti-info:before {
  content: "\e697";
}

.ti-infinite:before {
  content: "\e698";
}

.ti-id-badge:before {
  content: "\e699";
}

.ti-hummer:before {
  content: "\e69a";
}

.ti-home:before {
  content: "\e69b";
}

.ti-help:before {
  content: "\e69c";
}

.ti-headphone:before {
  content: "\e69d";
}

.ti-harddrives:before {
  content: "\e69e";
}

.ti-harddrive:before {
  content: "\e69f";
}

.ti-gift:before {
  content: "\e6a0";
}

.ti-game:before {
  content: "\e6a1";
}

.ti-filter:before {
  content: "\e6a2";
}

.ti-files:before {
  content: "\e6a3";
}

.ti-file:before {
  content: "\e6a4";
}

.ti-eraser:before {
  content: "\e6a5";
}

.ti-envelope:before {
  content: "\e6a6";
}

.ti-download:before {
  content: "\e6a7";
}

.ti-direction:before {
  content: "\e6a8";
}

.ti-direction-alt:before {
  content: "\e6a9";
}

.ti-dashboard:before {
  content: "\e6aa";
}

.ti-control-stop:before {
  content: "\e6ab";
}

.ti-control-shuffle:before {
  content: "\e6ac";
}

.ti-control-play:before {
  content: "\e6ad";
}

.ti-control-pause:before {
  content: "\e6ae";
}

.ti-control-forward:before {
  content: "\e6af";
}

.ti-control-backward:before {
  content: "\e6b0";
}

.ti-cloud:before {
  content: "\e6b1";
}

.ti-cloud-up:before {
  content: "\e6b2";
}

.ti-cloud-down:before {
  content: "\e6b3";
}

.ti-clipboard:before {
  content: "\e6b4";
}

.ti-car:before {
  content: "\e6b5";
}

.ti-calendar:before {
  content: "\e6b6";
}

.ti-book:before {
  content: "\e6b7";
}

.ti-bell:before {
  content: "\e6b8";
}

.ti-basketball:before {
  content: "\e6b9";
}

.ti-bar-chart:before {
  content: "\e6ba";
}

.ti-bar-chart-alt:before {
  content: "\e6bb";
}

.ti-back-right:before {
  content: "\e6bc";
}

.ti-back-left:before {
  content: "\e6bd";
}

.ti-arrows-corner:before {
  content: "\e6be";
}

.ti-archive:before {
  content: "\e6bf";
}

.ti-anchor:before {
  content: "\e6c0";
}

.ti-align-right:before {
  content: "\e6c1";
}

.ti-align-left:before {
  content: "\e6c2";
}

.ti-align-justify:before {
  content: "\e6c3";
}

.ti-align-center:before {
  content: "\e6c4";
}

.ti-alert:before {
  content: "\e6c5";
}

.ti-alarm-clock:before {
  content: "\e6c6";
}

.ti-agenda:before {
  content: "\e6c7";
}

.ti-write:before {
  content: "\e6c8";
}

.ti-window:before {
  content: "\e6c9";
}

.ti-widgetized:before {
  content: "\e6ca";
}

.ti-widget:before {
  content: "\e6cb";
}

.ti-widget-alt:before {
  content: "\e6cc";
}

.ti-wallet:before {
  content: "\e6cd";
}

.ti-video-clapper:before {
  content: "\e6ce";
}

.ti-video-camera:before {
  content: "\e6cf";
}

.ti-vector:before {
  content: "\e6d0";
}

.ti-themify-logo:before {
  content: "\e6d1";
}

.ti-themify-favicon:before {
  content: "\e6d2";
}

.ti-themify-favicon-alt:before {
  content: "\e6d3";
}

.ti-support:before {
  content: "\e6d4";
}

.ti-stamp:before {
  content: "\e6d5";
}

.ti-split-v-alt:before {
  content: "\e6d6";
}

.ti-slice:before {
  content: "\e6d7";
}

.ti-shortcode:before {
  content: "\e6d8";
}

.ti-shift-right-alt:before {
  content: "\e6d9";
}

.ti-shift-left-alt:before {
  content: "\e6da";
}

.ti-ruler-alt-2:before {
  content: "\e6db";
}

.ti-receipt:before {
  content: "\e6dc";
}

.ti-pin2:before {
  content: "\e6dd";
}

.ti-pin-alt:before {
  content: "\e6de";
}

.ti-pencil-alt2:before {
  content: "\e6df";
}

.ti-palette:before {
  content: "\e6e0";
}

.ti-more:before {
  content: "\e6e1";
}

.ti-more-alt:before {
  content: "\e6e2";
}

.ti-microphone-alt:before {
  content: "\e6e3";
}

.ti-magnet:before {
  content: "\e6e4";
}

.ti-line-double:before {
  content: "\e6e5";
}

.ti-line-dotted:before {
  content: "\e6e6";
}

.ti-line-dashed:before {
  content: "\e6e7";
}

.ti-layout-width-full:before {
  content: "\e6e8";
}

.ti-layout-width-default:before {
  content: "\e6e9";
}

.ti-layout-width-default-alt:before {
  content: "\e6ea";
}

.ti-layout-tab:before {
  content: "\e6eb";
}

.ti-layout-tab-window:before {
  content: "\e6ec";
}

.ti-layout-tab-v:before {
  content: "\e6ed";
}

.ti-layout-tab-min:before {
  content: "\e6ee";
}

.ti-layout-slider:before {
  content: "\e6ef";
}

.ti-layout-slider-alt:before {
  content: "\e6f0";
}

.ti-layout-sidebar-right:before {
  content: "\e6f1";
}

.ti-layout-sidebar-none:before {
  content: "\e6f2";
}

.ti-layout-sidebar-left:before {
  content: "\e6f3";
}

.ti-layout-placeholder:before {
  content: "\e6f4";
}

.ti-layout-menu:before {
  content: "\e6f5";
}

.ti-layout-menu-v:before {
  content: "\e6f6";
}

.ti-layout-menu-separated:before {
  content: "\e6f7";
}

.ti-layout-menu-full:before {
  content: "\e6f8";
}

.ti-layout-media-right-alt:before {
  content: "\e6f9";
}

.ti-layout-media-right:before {
  content: "\e6fa";
}

.ti-layout-media-overlay:before {
  content: "\e6fb";
}

.ti-layout-media-overlay-alt:before {
  content: "\e6fc";
}

.ti-layout-media-overlay-alt-2:before {
  content: "\e6fd";
}

.ti-layout-media-left-alt:before {
  content: "\e6fe";
}

.ti-layout-media-left:before {
  content: "\e6ff";
}

.ti-layout-media-center-alt:before {
  content: "\e700";
}

.ti-layout-media-center:before {
  content: "\e701";
}

.ti-layout-list-thumb:before {
  content: "\e702";
}

.ti-layout-list-thumb-alt:before {
  content: "\e703";
}

.ti-layout-list-post:before {
  content: "\e704";
}

.ti-layout-list-large-image:before {
  content: "\e705";
}

.ti-layout-line-solid:before {
  content: "\e706";
}

.ti-layout-grid4:before {
  content: "\e707";
}

.ti-layout-grid3:before {
  content: "\e708";
}

.ti-layout-grid2:before {
  content: "\e709";
}

.ti-layout-grid2-thumb:before {
  content: "\e70a";
}

.ti-layout-cta-right:before {
  content: "\e70b";
}

.ti-layout-cta-left:before {
  content: "\e70c";
}

.ti-layout-cta-center:before {
  content: "\e70d";
}

.ti-layout-cta-btn-right:before {
  content: "\e70e";
}

.ti-layout-cta-btn-left:before {
  content: "\e70f";
}

.ti-layout-column4:before {
  content: "\e710";
}

.ti-layout-column3:before {
  content: "\e711";
}

.ti-layout-column2:before {
  content: "\e712";
}

.ti-layout-accordion-separated:before {
  content: "\e713";
}

.ti-layout-accordion-merged:before {
  content: "\e714";
}

.ti-layout-accordion-list:before {
  content: "\e715";
}

.ti-ink-pen:before {
  content: "\e716";
}

.ti-info-alt:before {
  content: "\e717";
}

.ti-help-alt:before {
  content: "\e718";
}

.ti-headphone-alt:before {
  content: "\e719";
}

.ti-hand-point-up:before {
  content: "\e71a";
}

.ti-hand-point-right:before {
  content: "\e71b";
}

.ti-hand-point-left:before {
  content: "\e71c";
}

.ti-hand-point-down:before {
  content: "\e71d";
}

.ti-gallery:before {
  content: "\e71e";
}

.ti-face-smile:before {
  content: "\e71f";
}

.ti-face-sad:before {
  content: "\e720";
}

.ti-credit-card:before {
  content: "\e721";
}

.ti-control-skip-forward:before {
  content: "\e722";
}

.ti-control-skip-backward:before {
  content: "\e723";
}

.ti-control-record:before {
  content: "\e724";
}

.ti-control-eject:before {
  content: "\e725";
}

.ti-comments-smiley:before {
  content: "\e726";
}

.ti-brush-alt:before {
  content: "\e727";
}

.ti-youtube:before {
  content: "\e728";
}

.ti-vimeo:before {
  content: "\e729";
}

.ti-twitter:before {
  content: "\e72a";
}

.ti-time:before {
  content: "\e72b";
}

.ti-tumblr:before {
  content: "\e72c";
}

.ti-skype:before {
  content: "\e72d";
}

.ti-share:before {
  content: "\e72e";
}

.ti-share-alt:before {
  content: "\e72f";
}

.ti-rocket:before {
  content: "\e730";
}

.ti-pinterest:before {
  content: "\e731";
}

.ti-new-window:before {
  content: "\e732";
}

.ti-microsoft:before {
  content: "\e733";
}

.ti-list-ol:before {
  content: "\e734";
}

.ti-linkedin:before {
  content: "\e735";
}

.ti-layout-sidebar-2:before {
  content: "\e736";
}

.ti-layout-grid4-alt:before {
  content: "\e737";
}

.ti-layout-grid3-alt:before {
  content: "\e738";
}

.ti-layout-grid2-alt:before {
  content: "\e739";
}

.ti-layout-column4-alt:before {
  content: "\e73a";
}

.ti-layout-column3-alt:before {
  content: "\e73b";
}

.ti-layout-column2-alt:before {
  content: "\e73c";
}

.ti-instagram:before {
  content: "\e73d";
}

.ti-google:before {
  content: "\e73e";
}

.ti-github:before {
  content: "\e73f";
}

.ti-flickr:before {
  content: "\e740";
}

.ti-facebook:before {
  content: "\e741";
}

.ti-dropbox:before {
  content: "\e742";
}

.ti-dribbble:before {
  content: "\e743";
}

.ti-apple:before {
  content: "\e744";
}

.ti-android:before {
  content: "\e745";
}

.ti-save:before {
  content: "\e746";
}

.ti-save-alt:before {
  content: "\e747";
}

.ti-yahoo:before {
  content: "\e748";
}

.ti-wordpress:before {
  content: "\e749";
}

.ti-vimeo-alt:before {
  content: "\e74a";
}

.ti-twitter-alt:before {
  content: "\e74b";
}

.ti-tumblr-alt:before {
  content: "\e74c";
}

.ti-trello:before {
  content: "\e74d";
}

.ti-stack-overflow:before {
  content: "\e74e";
}

.ti-soundcloud:before {
  content: "\e74f";
}

.ti-sharethis:before {
  content: "\e750";
}

.ti-sharethis-alt:before {
  content: "\e751";
}

.ti-reddit:before {
  content: "\e752";
}

.ti-pinterest-alt:before {
  content: "\e753";
}

.ti-microsoft-alt:before {
  content: "\e754";
}

.ti-linux:before {
  content: "\e755";
}

.ti-jsfiddle:before {
  content: "\e756";
}

.ti-joomla:before {
  content: "\e757";
}

.ti-html5:before {
  content: "\e758";
}

.ti-flickr-alt:before {
  content: "\e759";
}

.ti-email:before {
  content: "\e75a";
}

.ti-drupal:before {
  content: "\e75b";
}

.ti-dropbox-alt:before {
  content: "\e75c";
}

.ti-css3:before {
  content: "\e75d";
}

.ti-rss:before {
  content: "\e75e";
}

.ti-rss-alt:before {
  content: "\e75f";
}

/*--------------------------------------------------------------
3.0 Layout
--------------------------------------------------------------*/
.container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0px 30px;
  clear: both;
  position: relative;
}
@media screen and (min-width: 790px) {
  .container {
    padding: 0px 50px;
  }
}

#primary {
  padding-bottom: 70px;
  padding-top: 70px;
}

#secondary {
  padding-bottom: 40px;
  padding-top: 0;
}
@media screen and (min-width: 790px) {
  #secondary {
    padding-top: 40px;
  }
}

.content-area {
  width: 100%;
  float: none;
}
@media screen and (min-width: 790px) {
  .content-area {
    float: left;
  }
}

.home #primary {
  padding-bottom: 80px;
}

.sidebar {
  width: 100%;
  float: none;
}
@media screen and (min-width: 790px) {
  .sidebar {
    width: 30.0884955752%;
    float: left;
  }
}

.no-sidebar .content-area {
  width: 100%;
}

@media screen and (min-width: 790px) {
  .left-sidebar .content-area {
    float: right;
    padding-left: 39px;
    border-left: 1px solid #e9e9e9;
    margin-right: 1px;
    width: 69.9115044248%;
  }

  .left-sidebar .sidebar {
    padding-right: 39px;
    border-right: 1px solid #e9e9e9;
    margin-right: -1px;
  }

  .right-sidebar .content-area {
    padding-right: 39px;
    border-right: 1px solid #e9e9e9;
    width: 69.9115044248%;
  }

  .right-sidebar .sidebar {
    padding-left: 39px;
    border-left: 1px solid #e9e9e9;
    margin-left: -1px;
  }
}
.grid-row {
  margin-left: -20px;
  margin-right: -20px;
}
.grid-row:after {
  content: "";
  display: table;
  clear: both;
  clear: both;
}
@media screen and (max-width: 790px) {
  .grid-row .grid-xs-1, .grid-row .grid-sm-1, .grid-row .grid-md-1, .grid-row .grid-lg-1, .grid-row .grid-xs-2, .grid-row .grid-sm-2, .grid-row .grid-md-2, .grid-row .grid-lg-2, .grid-row .grid-xs-3, .grid-row .grid-sm-3, .grid-row .grid-md-3, .grid-row .grid-lg-3, .grid-row .grid-xs-4, .grid-row .grid-sm-4, .grid-row .grid-md-4, .grid-row .grid-lg-4, .grid-row .grid-xs-5, .grid-row .grid-sm-5, .grid-row .grid-md-5, .grid-row .grid-lg-5, .grid-row .grid-xs-6, .grid-row .grid-sm-6, .grid-row .grid-md-6, .grid-row .grid-lg-6, .grid-row .grid-xs-7, .grid-row .grid-sm-7, .grid-row .grid-md-7, .grid-row .grid-lg-7, .grid-row .grid-xs-8, .grid-row .grid-sm-8, .grid-row .grid-md-8, .grid-row .grid-lg-8, .grid-row .grid-xs-9, .grid-row .grid-sm-9, .grid-row .grid-md-9, .grid-row .grid-lg-9, .grid-row .grid-xs-10, .grid-row .grid-sm-10, .grid-row .grid-md-10, .grid-row .grid-lg-10, .grid-row .grid-xs-11, .grid-row .grid-sm-11, .grid-row .grid-md-11, .grid-row .grid-lg-11, .grid-row .grid-xs-12, .grid-row .grid-sm-12, .grid-row .grid-md-12, .grid-row .grid-lg-12 {
    margin-bottom: 40px;
  }
}

.grid-xs-1, .grid-sm-1, .grid-md-1, .grid-lg-1, .grid-xs-2, .grid-sm-2, .grid-md-2, .grid-lg-2, .grid-xs-3, .grid-sm-3, .grid-md-3, .grid-lg-3, .grid-xs-4, .grid-sm-4, .grid-md-4, .grid-lg-4, .grid-xs-5, .grid-sm-5, .grid-md-5, .grid-lg-5, .grid-xs-6, .grid-sm-6, .grid-md-6, .grid-lg-6, .grid-xs-7, .grid-sm-7, .grid-md-7, .grid-lg-7, .grid-xs-8, .grid-sm-8, .grid-md-8, .grid-lg-8, .grid-xs-9, .grid-sm-9, .grid-md-9, .grid-lg-9, .grid-xs-10, .grid-sm-10, .grid-md-10, .grid-lg-10, .grid-xs-11, .grid-sm-11, .grid-md-11, .grid-lg-11, .grid-xs-12, .grid-sm-12, .grid-md-12, .grid-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
}

@media (min-width: 768px) {
  .grid-sm-1, .grid-sm-2, .grid-sm-3, .grid-sm-4, .grid-sm-5, .grid-sm-6, .grid-sm-7, .grid-sm-8, .grid-sm-9, .grid-sm-10, .grid-sm-11, .grid-sm-12 {
    float: left;
  }

  .grid-sm-12 {
    width: 100%;
  }

  .grid-sm-11 {
    width: 91.66666667%;
  }

  .grid-sm-10 {
    width: 83.33333333%;
  }

  .grid-sm-9 {
    width: 75%;
  }

  .grid-sm-8 {
    width: 66.66666667%;
  }

  .grid-sm-7 {
    width: 58.33333333%;
  }

  .grid-sm-6 {
    width: 50%;
  }

  .grid-sm-5 {
    width: 41.66666667%;
  }

  .grid-sm-4 {
    width: 33.33333333%;
  }

  .grid-sm-3 {
    width: 25%;
  }

  .grid-sm-2 {
    width: 16.66666667%;
  }

  .grid-sm-1 {
    width: 8.33333333%;
  }
}
@media (min-width: 992px) {
  .grid-md-1, .grid-md-2, .grid-md-3, .grid-md-4, .grid-md-5, .grid-md-6, .grid-md-7, .grid-md-8, .grid-md-9, .grid-md-10, .grid-md-11, .grid-md-12 {
    float: left;
  }

  .grid-md-12 {
    width: 100%;
  }

  .grid-md-11 {
    width: 91.66666667%;
  }

  .grid-md-10 {
    width: 83.33333333%;
  }

  .grid-md-9 {
    width: 75%;
  }

  .grid-md-8 {
    width: 66.66666667%;
  }

  .grid-md-7 {
    width: 58.33333333%;
  }

  .grid-md-6 {
    width: 50%;
  }

  .grid-md-5 {
    width: 41.66666667%;
  }

  .grid-md-4 {
    width: 33.33333333%;
  }

  .grid-md-3 {
    width: 25%;
  }

  .grid-md-2 {
    width: 16.66666667%;
  }

  .grid-md-1 {
    width: 8.33333333%;
  }
}
/*--------------------------------------------------------------
4.0 Structure
--------------------------------------------------------------*/
/* Header
------------------------------*/
.site-header {
  background: #fff;
  line-height: 80px;
  position: relative;
  width: 100%;
  z-index: 50;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.09);
}

.site-branding {
  float: left;
}
.site-branding img {
  position: relative;
  top: -3px;
  max-width: 27px;
}

.site-image-logo {
  position: relative;
  top: 1px;
}
.site-image-logo span {
  color: #222222;
  font-family: "Work Sans", Helvetica, Arial, sans-serif;
  font-size: 21px;
  font-weight: 400;
  letter-spacing: -0.5px;
  line-height: 1;
  margin-left: 1px;
  position: relative;
  top: 0px;
}
.site-image-logo svg {
  position: relative;
  top: 6px;
  width: 28px;
  height: 28px;
}
.site-image-logo svg #Rectangle-5, .site-image-logo svg #Rectangle-6, .site-image-logo svg #Rectangle-7, .site-image-logo svg #Rectangle-3, .site-image-logo svg #Rectangle-4 {
  fill: #000000;
}

/* User Nav */
#user-nav ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
#user-nav ul li {
  display: inline-block;
  float: right;
  margin: 0px 0px 0px 30px;
  position: relative;
}
#user-nav ul li a {
  line-height: 1;
  font-size: 15px;
  font-weight: 400;
  color: #444444;
  position: relative;
  letter-spacing: 0;
}
#user-nav ul li a:hover {
  color: #888888;
}
#user-nav ul li a.has-submenu {
  position: relative;
  padding-right: 13px;
}
#user-nav ul li a.has-submenu:before {
  position: absolute;
  right: 0;
  top: 3px;
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border: 1px solid #777777;
  transform: rotate(45deg);
  border-top: none;
  border-left: none;
}
#user-nav ul li a.header-button {
  background: #5c6ac5;
  color: #FFFFFF;
  padding: 10px 13px 11px;
  font-weight: 400;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.15);
  font-size: 15px;
  letter-spacing: 0px;
  transition: all 0.2s ease-in-out;
}
#user-nav ul li a.header-button:hover {
  background: #202e79;
  transform: translateY(-1px);
}
#user-nav ul li ul {
  width: 200px;
  position: absolute;
  left: -68px;
  z-index: 100;
  background: #FFF;
  box-shadow: 0 4px 7px rgba(0, 0, 0, 0.05);
  padding: 10px 0px;
  display: none;
}
#user-nav ul li:hover ul {
  display: block;
}
#user-nav ul li li {
  display: block;
  float: none;
  margin: 0px;
  line-height: 35px;
  padding: 0px 20px;
}
#user-nav ul li li a {
  text-transform: none;
  letter-spacing: 0;
  font-size: 15px;
}
#user-nav ul .user_avatar img {
  margin-right: 3px;
  border-radius: 100px;
  position: relative;
  top: -1px;
}
@media screen and (max-width: 1100px) {
  #user-nav.has-cart .menu-cart-item {
    position: absolute;
    top: 0px;
    right: 50px;
  }
}
@media screen and (max-width: 1100px) and (max-width: 790px) {
  #user-nav.has-cart .menu-cart-item {
    right: 30px;
  }
}
@media screen and (max-width: 1100px) and (max-width: 500px) {
  #user-nav.has-cart .menu-cart-item {
    right: 20px;
  }
}
@media screen and (max-width: 1100px) and (max-width: 400px) {
  #user-nav.has-cart .menu-cart-item {
    right: 10px;
  }
}
@media screen and (max-width: 1100px) {
  #user-nav ul li {
    margin-left: 15px;
  }
  #user-nav .nav-user-menu-item {
    margin-left: 0px;
  }
  #user-nav .nav-user-menu-item ul {
    left: -86px;
  }
  #user-nav .nav-user-menu-item .has-submenu {
    display: inline-block;
    padding-right: 0px;
    width: 22px;
    font-size: 20px;
    text-align: center;
    padding-top: 5px;
    position: relative;
  }
  #user-nav .nav-user-menu-item .has-submenu::before {
    display: none;
  }
  #user-nav .nav-user-menu-item .has-submenu::after {
    top: -11px;
    font-family: 'themify';
    display: block;
    content: "\e602";
    position: absolute;
  }
  #user-nav .nav-user-menu-item .has-submenu span.un {
    display: none;
  }
}
@media screen and (max-width: 400px) {
  #user-nav ul li {
    margin-left: 5px;
  }
}

@media screen and (max-width: 1100px) {
  .cart-icon-inside #nav-toggle {
    margin-right: 15px;
  }
  .cart-icon-inside .container {
    padding-right: 90px;
  }
}
@media screen and (max-width: 1100px) and (max-width: 790px) {
  .cart-icon-inside .container {
    padding-right: 66px;
  }
}
@media screen and (max-width: 1100px) and (max-width: 500px) {
  .cart-icon-inside .container {
    padding-right: 60px;
  }
}
@media screen and (max-width: 1100px) and (max-width: 400px) {
  .cart-icon-inside .container {
    padding-right: 37px;
  }
}

/* Site Navigation */
.famethemes-menu, .famethemes-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.famethemes-menu {
  float: left;
  margin-left: 50px;
}
.famethemes-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}
.famethemes-menu ul ul {
  top: 0;
  left: 100%;
}
.famethemes-menu li {
  position: relative;
}
.famethemes-menu li.menu-item-has-children > a {
  position: relative;
  padding-right: 14px;
  margin-right: 12px;
}
.famethemes-menu li.menu-item-has-children > a:before {
  position: absolute;
  right: 0;
  top: 44%;
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border: 1px solid #444444;
  transform: rotate(45deg);
  border-top: none;
  border-left: none;
}
.famethemes-menu > li {
  float: left;
}
.famethemes-menu li:hover > ul, .famethemes-menu li.sfHover > ul {
  display: block;
}
.famethemes-menu a {
  display: block;
  position: relative;
}

.famethemes-menu ul {
  min-width: 15em;
  *width: 15em;
  box-shadow: 0 4px 7px rgba(0, 0, 0, 0.05);
}
.famethemes-menu li {
  white-space: nowrap;
  *white-space: normal;
  -webkit-transition: background .2s;
  transition: background .2s;
}
.famethemes-menu li:hover,
.famethemes-menu li.sfHover {
  -webkit-transition: none;
  transition: none;
}
.famethemes-menu a {
  color: #444444;
  font-family: "Work Sans", Helvetica, Arial, sans-serif;
  padding-left: 17px;
  padding-right: 17px;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
  letter-spacing: 0;
}
.famethemes-menu a:hover {
  color: #888888;
}
.famethemes-menu ul li {
  line-height: 26px;
}
.famethemes-menu ul li a {
  padding: 8px 18px;
  text-transform: none;
  background: #ffffff;
  letter-spacing: 0;
}
.famethemes-menu ul li a:hover {
  color: #888888;
}
.famethemes-menu ul li.current-menu-item > a {
  font-weight: 500;
}
.famethemes-menu > li:last-child > a {
  padding-right: 0px;
}
.famethemes-menu > li.current-menu-item > a, .famethemes-menu > li.current-menu-ancestor > a {
  font-weight: 500;
  position: relative;
}
.famethemes-menu > li.current-menu-item.menu-item-home > a {
  color: #5c6ac5;
}
.famethemes-menu > li a.menu-actived {
  color: #5c6ac5;
}

@media screen and (min-width: 1100px) {
  .mobile-menu-only {
    display: none !important;
  }

  .show-on-desktop {
    display: inline-block;
  }
}
@media screen and (max-width: 1100px) {
  .show-on-mobile {
    display: inlin-block;
  }

  .hide-on-mobile {
    display: none !important;
  }

  .show-on-desktop {
    display: none !important;
  }
}
#nav-toggle {
  display: none;
  margin-left: 15px;
}
@media screen and (max-width: 400px) {
  #nav-toggle {
    margin-left: 5px;
  }
}

@media screen and (max-width: 1100px) {
  .main-navigation {
    position: static;
  }

  .main-navigation .famethemes-menu {
    width: 100% !important;
    display: none;
  }

  .famethemes-menu.famethemes-menu-mobile {
    display: block !important;
    position: absolute;
    top: 70px;
    right: 0;
    width: 100%;
    background: transparent;
    z-index: 100;
    border-bottom: 1px solid #e9e9e9;
  }
  .famethemes-menu.famethemes-menu-mobile > li > a {
    padding: 12px 20px;
  }
  .famethemes-menu.famethemes-menu-mobile ul {
    box-shadow: none;
    padding-bottom: 0;
    position: static !important;
    display: none !important;
  }
  .famethemes-menu.famethemes-menu-mobile ul li:last-child {
    border-bottom: none;
  }
  .famethemes-menu.famethemes-menu-mobile ul li a {
    padding: 12px 35px;
  }
  .famethemes-menu.famethemes-menu-mobile ul li a:hover {
    background: transparent;
  }
  .famethemes-menu.famethemes-menu-mobile ul li li a {
    padding: 12px 70px;
  }
  .famethemes-menu.famethemes-menu-mobile ul li li li a {
    padding: 12px 105px;
  }
  .famethemes-menu.famethemes-menu-mobile li {
    line-height: 20px;
    background: #FFFFFF;
    border-top: 1px solid #e9e9e9;
    width: 100% !important;
  }
  .famethemes-menu.famethemes-menu-mobile li.current-menu-item > a {
    color: #5c6ac5;
    background: #FFFFFF;
  }
  .famethemes-menu.famethemes-menu-mobile a {
    color: #444444;
    text-align: center;
  }
  .famethemes-menu.famethemes-menu-mobile a:hover {
    color: #5c6ac5;
  }
  .famethemes-menu.famethemes-menu-mobile .nav-toggle-subarrow {
    display: none;
  }

  #nav-toggle {
    display: block;
  }
}
#nav-toggle {
  float: right;
  position: relative;
  width: 35px;
  overflow: hidden;
  white-space: nowrap;
  color: transparent;
}
#nav-toggle span {
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -2px;
  -webkit-transition: background 0.2s;
  -moz-transition: background 0.2s;
  transition: background 0.2s;
  display: inline-block;
  height: 3px;
  width: 24px;
  background: #000;
}
#nav-toggle span:before {
  top: -8px;
}
#nav-toggle span:after {
  top: 8px;
}
#nav-toggle span:before, #nav-toggle span:after {
  position: absolute;
  display: inline-block;
  height: 3px;
  width: 24px;
  background: #000;
  content: '';
  right: 0;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-origin: 0% 50%;
  -moz-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  -o-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-transition: -webkit-transform 0.2s;
  -moz-transition: -moz-transform 0.2s;
  transition: transform 0.2s;
}

#nav-toggle.nav-is-visible span {
  background: transparent;
}
#nav-toggle.nav-is-visible span:before {
  -webkit-transform: translateX(4px) translateY(-1px) rotate(45deg);
  -moz-transform: translateX(4px) translateY(-1px) rotate(45deg);
  -ms-transform: translateX(4px) translateY(-1px) rotate(45deg);
  -o-transform: translateX(4px) translateY(-1px) rotate(45deg);
  transform: translateX(4px) translateY(-1px) rotate(45deg);
}
#nav-toggle.nav-is-visible span:after {
  -webkit-transform: translateX(4px) translateY(0px) rotate(-45deg);
  -moz-transform: translateX(4px) translateY(0px) rotate(-45deg);
  -ms-transform: translateX(4px) translateY(0px) rotate(-45deg);
  -o-transform: translateX(4px) translateY(0px) rotate(-45deg);
  transform: translateX(4px) translateY(0px) rotate(-45deg);
}
#nav-toggle.nav-is-visible span:before, #nav-toggle.nav-is-visible span:after {
  background: #000;
}

@media screen and (min-width: 1100px) {
  .tax-download_category .menu-item-21 a,
  .term-themes .menu-item-21 a,
  .term-plugins .menu-item-43986 a {
    font-weight: 500;
  }
}
/* Site content
------------------------------*/
.tax-download_type .site-content, .tax-download_category .site-content {
  background: #f2f2f2;
}

/* Footer
------------------------------*/
.site-footer {
  background: #151E25;
  color: #85949E;
}
.site-footer a {
  color: #eeeeee;
}
.site-footer a:hover {
  color: #FFF;
  text-decoration: underline;
}
.site-footer .footer-support .footer-support-icon {
  float: left;
  margin-right: 20px;
  margin-top: 7px;
}
@media screen and (max-width: 790px) {
  .site-footer .footer-support .footer-support-icon {
    float: none;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 20px;
  }
}
.site-footer .footer-support .footer-support-meta {
  float: left;
}
@media screen and (max-width: 790px) {
  .site-footer .footer-support .footer-support-meta {
    float: none;
    text-align: center;
  }
}
.site-footer .footer-support .footer-support-meta h2 {
  font-weight: 200;
  letter-spacing: -0.5px;
  color: #FFFFFF;
  margin-bottom: 5px;
  font-size: 29px;
}
.site-footer .footer-subs {
  float: right;
}
@media screen and (max-width: 790px) {
  .site-footer .footer-subs {
    float: none;
    text-align: center;
  }
}
.site-footer .footer-subs input {
  outline: none;
}
.site-footer .footer-subs p {
  margin-bottom: 0;
  font-size: 13px;
  margin-top: 3px;
}
.site-footer .footer-subs ::-webkit-input-placeholder {
  /* Chrome */
  color: rgba(255, 255, 255, 0.7);
  transition: opacity 250ms ease-in-out;
}
.site-footer .footer-subs :focus::-webkit-input-placeholder {
  opacity: 0;
}
.site-footer .footer-subs :-ms-input-placeholder {
  /* IE 10+ */
  color: rgba(255, 255, 255, 0.7);
  transition: opacity 250ms ease-in-out;
}
.site-footer .footer-subs :focus:-ms-input-placeholder {
  opacity: 0;
}
.site-footer .footer-subs ::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(255, 255, 255, 0.7);
  opacity: 1;
  transition: opacity 250ms ease-in-out;
}
.site-footer .footer-subs :focus::-moz-placeholder {
  opacity: 0;
}
.site-footer .footer-subs :-moz-placeholder {
  /* Firefox 4 - 18 */
  color: rgba(255, 255, 255, 0.7);
  opacity: 1;
  transition: opacity 250ms ease-in-out;
}
.site-footer .footer-subs :focus:-moz-placeholder {
  opacity: 0;
}
.site-footer .footer-subs .email_subscrible {
  border: none;
  background: rgba(255, 255, 255, 0.3);
  color: #D9EFFF;
  font-size: 15px;
  width: 220px;
  padding-left: 12px;
}
.site-footer .footer-subs input[type="submit"] {
  background: rgba(255, 255, 255, 0.1);
  padding: 11px 18px;
}
.site-footer .footer-top {
  padding: 70px 0px 40px;
  border-bottom: 1px solid #25313A;
}
.site-footer .footer-top p {
  margin-bottom: 0px;
}
@media screen and (max-width: 790px) {
  .site-footer .footer-top .grid-sm-5 {
    margin-bottom: 0;
  }
}
.site-footer .footer-bottom {
  padding: 40px 0px 70px;
}
.site-footer .footer-bottom ul {
  margin: 0px;
  padding: 0px;
}
.site-footer .footer-bottom ul li {
  list-style: none;
}
.site-footer .footer-bottom p {
  margin-bottom: 0px;
}
.site-footer .footer-bottom .site_copyright {
  font-size: 14px;
  margin-top: 4px;
}
@media screen and (max-width: 790px) {
  .site-footer .footer-bottom .site_copyright {
    text-align: center;
  }
}
@media screen and (max-width: 790px) {
  .site-footer .footer-bottom .grid-sm-2 {
    margin-bottom: 0;
  }
}
.site-footer .footer-bottom-menu ul li {
  display: inline-block;
  margin-right: 18px;
}
.site-footer .footer-bottom-menu ul li a {
  font-size: 15px;
}
@media screen and (max-width: 790px) {
  .site-footer .footer-bottom-menu ul {
    float: none;
    text-align: center;
  }
}
.site-footer .footer-bottom-social {
  float: right;
}
@media screen and (max-width: 790px) {
  .site-footer .footer-bottom-social {
    float: none;
    text-align: center;
  }
}
.site-footer .footer-bottom-social ul {
  list-style: none;
  margin: 0 0 0px;
}
.site-footer .footer-bottom-social ul li {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
  line-height: 15px;
  margin: 0px 0px 0px 8px;
}
.site-footer .footer-bottom-social ul li a:before {
  content: '\f1e0';
  display: inline-block;
  font-family: 'themify';
  font-size: 17px;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: normal;
  font-kerning: auto;
  font-language-override: normal;
  font-size-adjust: none;
  font-stretch: normal;
  font-style: normal;
  font-synthesis: weight style;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-rendering: auto;
}
.site-footer .footer-bottom-social ul li a[href*="twitter.com"]::before {
  content: '\e74b';
  color: #85949E;
}
.site-footer .footer-bottom-social ul li a[href*="facebook.com"]::before {
  content: '\e741';
  color: #85949E;
}
.site-footer .footer-bottom-social ul li a[href*="plus.google.com"]::before {
  content: '\f0d5';
  color: #85949E;
}
.site-footer .footer-bottom-social ul li a[href*="pinterest.com"]::before {
  content: '\f0d3';
  color: #85949E;
}
.site-footer .footer-bottom-social ul li a[href*="dribbble.com"]::before {
  content: '\f17d';
  color: #85949E;
}

/*--------------------------------------------------------------
5.0 Contents
--------------------------------------------------------------*/
.entry-content {
  padding-bottom: 30px;
}
.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4 {
  font-weight: 400;
}
.entry-content h1, .entry-content h2 {
  display: inline-block;
  margin: 0px 0px 25px 0px;
}
.entry-content ul, .entry-content ol {
  margin-left: 30px;
}
.entry-content h2 {
  line-height: 1.2;
  font-size: 25px;
  letter-spacing: -1px;
}
@media screen and (min-width: 790px) {
  .entry-content h2 {
    font-size: 30px;
  }
}
.entry-content p img {
  margin: 10px 0px 30px;
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.1);
  border: 1px solid #e9e9e9;
}
.entry-content .bordered-img {
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.1);
  border: 1px solid #e9e9e9;
}
.entry-content a:not(.btn) {
  color: #5c6ac5;
  border-bottom: 1px solid #e9e9e9;
  font-weight: 400;
}
.entry-content a:not(.btn):hover {
  border-color: #5c6ac5;
}

.plugin-entry-content .ft-features .item-title {
  font-size: 20px;
}

.page-id-4170 .entry-content, .page-id-4191 .entry-content {
  -moz-column-count: 2;
  -moz-column-gap: 40px;
}

/* Comment Form
------------------------------*/
#respond {
  padding-top: 20px;
}
#respond .comment-form label {
  display: block;
  margin-bottom: 4px;
}
#respond .form-allowed-tags {
  font-size: 12px;
}
#respond .form-allowed-tags code {
  background: none;
}
#respond .comment-reply-title {
  font-size: 18px;
  letter-spacing: 1.5px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
#respond .comment-notes {
  display: none;
}
#respond label {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

/* Comments
------------------------------*/
#comments {
  padding-top: 30px;
  border-top: 1px solid #e9e9e9;
}
#comments .comments-title {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
#comments .comment-list {
  list-style: none;
  padding-left: 0px;
}
#comments .comment-list .pingback {
  border-bottom: 1px solid #e9e9e9;
  padding: 20px 0;
  margin: 0;
}
#comments .comment-list .pingback p {
  margin: 0px;
}
#comments .comment-list .pingback:last-child {
  margin-bottom: 40px;
}
#comments .comment {
  list-style: none;
  margin: 30px 0;
}
#comments .comment .avatar {
  width: 60px;
  float: left;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#comments .comment .comment-wrapper {
  margin-left: 90px;
  padding: 25px 30px 15px 30px;
  background: #f8f9f9;
  position: relative;
}
#comments .comment .comment-wrapper:before {
  border-color: rgba(0, 0, 0, 0) #f6f7f9 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  border-style: solid;
  border-width: 0 10px 10px 0;
  content: "";
  height: 0;
  left: -9px;
  position: absolute;
  top: 0;
  width: 0;
}
#comments .comment .comment-wrapper .comment-meta .comment-time, #comments .comment .comment-wrapper .comment-meta .comment-reply-link, #comments .comment .comment-wrapper .comment-meta .comment-edit-link {
  color: #aaaaaa;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  font-size: 11px;
}
#comments .comment .comment-wrapper .comment-meta .comment-time:hover, #comments .comment .comment-wrapper .comment-meta .comment-reply-link:hover, #comments .comment .comment-wrapper .comment-meta .comment-edit-link:hover {
  color: #5c6ac5;
}
#comments .comment .comment-wrapper .comment-meta .comment-time:after, #comments .comment .comment-wrapper .comment-meta .comment-reply-link:after, #comments .comment .comment-wrapper .comment-meta .comment-edit-link:after {
  content: "/";
  padding: 0px 5px;
}
#comments .comment .comment-wrapper .comment-meta a:last-child:after {
  content: "";
}
#comments .comment .comment-wrapper .comment-meta cite .fn {
  font-weight: 500;
  font-style: normal;
  margin-right: 5px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 14px;
}
#comments .comment .comment-wrapper .comment-meta cite span {
  padding: 3px 10px;
  background: #000;
  color: #FFF;
  text-transform: uppercase;
  font-size: 11px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  margin-right: 10px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 1px;
}
#comments .comment .comment-wrapper a {
  text-decoration: none;
}
#comments .comment .children {
  padding-left: 30px;
}
#comments .comment .children .children {
  padding-left: 30px;
}
#comments .comment .children .children .children {
  padding-left: 0px;
}
@media screen and (min-width: 790px) {
  #comments .comment .children {
    padding-left: 90px;
  }
  #comments .comment .children .children {
    padding-left: 90px;
  }
  #comments .comment .children .children .children {
    padding-left: 90px;
  }
}
#comments .form-allowed-tags {
  display: none;
}
#comments a {
  text-decoration: none;
}
#comments a:hover {
  text-decoration: underline;
}

.right-sidebar .comment-respond textarea,
.left-sidebar .comment-respond textarea {
  width: 100%;
}

/*--------------------------------------------------------------
6.0 Pages
--------------------------------------------------------------*/
/* Front Page
------------------------------*/
/* Front Page
------------------------------*/
.section-padding {
  padding: 60px 0px;
}

.section-heading {
  margin-bottom: 30px;
  position: relative;
  display: inline-block;
  color: #5c6ac5;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 14px;
  font-weight: 400;
}

#home-hero {
  padding: 50px 0px 0px;
  background: #000639;
  overflow: hidden;
}
@media screen and (min-width: 790px) {
  #home-hero {
    padding: 100px 0px 0px;
  }
}
#home-hero .home-hero-text {
  padding-top: 50px;
}
#home-hero .hero-message {
  font-weight: 400;
  letter-spacing: -1.3px;
  font-size: 33px;
  line-height: 1.15;
  margin-bottom: 25px;
  color: #fff;
}
@media screen and (min-width: 500px) {
  #home-hero .hero-message {
    font-size: 53px;
  }
}
#home-hero h4 {
  font-size: 17px;
  font-weight: 300;
  line-height: 28px;
  color: rgba(255, 255, 255, 0.9);
}
#home-hero .btn {
  margin-top: 30px;
  display: inline-block;
}
#home-hero .hero-thumb {
  position: relative;
}
#home-hero .hero-thumb img {
  box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.3);
}
#home-hero .hero-thumb .hero-thumb1 {
  position: relative;
  z-index: 30;
}
#home-hero .hero-thumb .hero-thumb2 {
  position: absolute;
  top: 50px;
  right: 80px;
  z-index: 10;
}
#home-hero .hero-thumb .hero-thumb3 {
  position: absolute;
  top: 100px;
  right: 100px;
  z-index: 0;
}
#home-hero .home-hero-thumb {
  margin-bottom: 0px;
}
@media screen and (max-width: 1100px) {
  #home-hero h1 {
    margin-bottom: 5px;
  }
  #home-hero .btn {
    margin-top: 20px;
  }
  #home-hero .home-hero-text {
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
    padding-top: 0px;
  }
  #home-hero .home-hero-thumb {
    text-align: center;
    width: 100%;
    padding: 0px 20px  0px 150px;
  }
}
@media screen and (max-width: 790px) {
  #home-hero h1 {
    font-size: 35px;
  }
  #home-hero h4 {
    font-size: 16px;
    max-width: 70%;
    margin: 0 auto;
  }
  #home-hero .home-hero-text {
    margin-bottom: 20px;
    padding-top: 0px;
  }
}
@media screen and (max-width: 500px) {
  #home-hero h1 {
    font-size: 30px;
  }
  #home-hero h4 {
    font-size: 15px;
    max-width: 70%;
    margin: 0 auto;
  }
  #home-hero .home-hero-text {
    margin-bottom: 20px;
    padding-top: 0px;
  }
  #home-hero .btn.btn-large {
    padding: 10px 15px;
    font-size: 15px;
  }
}

.highlight_features {
  padding: 40px 0px 0px;
}
@media screen and (min-width: 790px) {
  .highlight_features {
    padding: 90px 0px 40px;
  }
}
.highlight_features .grid-sm-6.first {
  padding-right: 30px;
}
.highlight_features .grid-sm-6.last {
  padding-left: 30px;
}
.highlight_features .feature__item {
  position: relative;
  margin-bottom: 50px;
}
.highlight_features .feature__item h3 {
  font-size: 23px;
  font-weight: 300;
  letter-spacing: -0.4px;
  margin-bottom: 10px;
}
.highlight_features .feature__item svg {
  position: absolute;
  top: 0px;
  left: 0px;
}
.highlight_features .feature__item .feature__item_content {
  padding-left: 110px;
}

#recent-themes {
  padding: 20px 0px 30px;
}

.section_recent_themes {
  background: #f2f2f2;
}

.theme-wrap {
  margin-bottom: 60px;
  position: relative;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  border-radius: 2px;
  background: #FFF;
}
.theme-wrap:hover {
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 7px 40px 0px rgba(84, 110, 122, 0.2);
  transform: translateY(-2px);
}
.theme-wrap img {
  width: 100%;
  height: 100%;
  display: block;
  padding: 10px 10px 0px;
}
.theme-wrap .theme-thumb {
  position: relative;
}
.theme-wrap .theme-thumb:hover .theme-listing-overlay {
  opacity: 1;
  transition: all 0.5s ease 0s;
}
.theme-wrap .theme-thumb:hover .theme-listing-overlay .theme-listing-action {
  bottom: 50%;
  opacity: 1;
  transition: all 0.5s ease 0s;
}
.theme-wrap .theme-listing-info {
  padding: 25px 20px;
}
.theme-wrap .theme-listing-info .theme-listing-name {
  float: left;
  margin-bottom: 0px;
  line-height: 1;
  font-size: 20px;
}
.theme-wrap .theme-listing-info .theme-listing-price {
  float: right;
  line-height: 1;
  color: #333333;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  font-size: 13px;
  position: relative;
  top: 3px;
}
.theme-wrap .theme-listing-info .small-demo {
  font-size: 10px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: 1px solid #e9e9e9;
  color: #444444;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  padding: 2px 5px;
  margin-left: 10px;
  position: relative;
  top: -2px;
}
.theme-wrap .theme-listing-info .small-demo:hover {
  border-color: #5c6ac5;
  color: #5c6ac5;
}
.theme-wrap .thumb-link {
  position: relative;
}
.theme-wrap .theme-listing-overlay {
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 80;
  opacity: 0;
}
.theme-wrap .theme-listing-overlay .theme-listing-action {
  position: absolute;
  bottom: 40%;
  text-align: center;
  width: 100%;
  opacity: 0;
  margin-top: -9px;
}
.theme-wrap .theme-listing-overlay .theme-listing-action a {
  margin: 0px 4px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
  font-weight: 700;
}
.theme-wrap .new-badget {
  background: #5c6ac5;
  border-radius: 100px;
  box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.05);
  color: #fff;
  font-size: 10px;
  font-weight: 400;
  line-height: 1;
  padding: 20px 12px;
  position: absolute;
  right: -8px;
  top: -8px;
  z-index: 100;
  letter-spacing: 0.7px;
}
.theme-wrap .new-badget.free-badget {
  padding: 20px 11px;
}

.grid-sm-4 .theme-wrap .theme-listing-name {
  font-size: 19px;
  letter-spacing: -0.2px;
  font-width: 400;
}
.grid-sm-4 .theme-wrap .theme-listing-name a {
  font-weight: 400;
}

.browser-bar {
  height: 24px;
  width: 100%;
  display: block;
  background: #f0f0f0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  position: relative;
  border: 1px solid red;
  border-bottom: none;
}
.browser-bar .browser-dot {
  width: 6px;
  height: 6px;
  position: absolute;
  left: 10px;
  top: 9px;
  background: #ED5E38;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}
.browser-bar .browser-dot:before {
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  left: 12px;
  top: 0px;
  background: #FFA538;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}
.browser-bar .browser-dot:after {
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  left: 24px;
  top: 0px;
  background: #70BEA9;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}
.browser-bar .browser-nav {
  width: 14px;
  height: 1.7px;
  background: #cccccc;
  position: absolute;
  right: 10px;
  top: 11.5px;
}
.browser-bar .browser-nav:before {
  content: "";
  width: 14px;
  height: 1.7px;
  background: #cccccc;
  position: absolute;
  right: 0px;
  top: 4px;
}
.browser-bar .browser-nav:after {
  content: "";
  width: 14px;
  height: 1.7px;
  background: #cccccc;
  position: absolute;
  right: 0px;
  top: -4px;
}

.browser-bar {
  height: 24px;
  width: 100%;
  display: block;
  background: #f0f0f0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  position: relative;
  border: 1px solid #e7e7e7;
  border-bottom: none;
}
.browser-bar .browser-dot {
  width: 6px;
  height: 6px;
  position: absolute;
  left: 10px;
  top: 9px;
  background: #ED5E38;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}
.browser-bar .browser-dot:before {
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  left: 12px;
  top: 0px;
  background: #FFA538;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}
.browser-bar .browser-dot:after {
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  left: 24px;
  top: 0px;
  background: #70BEA9;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}
.browser-bar .browser-nav {
  width: 14px;
  height: 1.7px;
  background: #cccccc;
  position: absolute;
  right: 10px;
  top: 11.5px;
}
.browser-bar .browser-nav:before {
  content: "";
  width: 14px;
  height: 1.7px;
  background: #cccccc;
  position: absolute;
  right: 0px;
  top: 4px;
}
.browser-bar .browser-nav:after {
  content: "";
  width: 14px;
  height: 1.7px;
  background: #cccccc;
  position: absolute;
  right: 0px;
  top: -4px;
}

.browse-collection {
  text-align: center;
  display: block;
  margin-top: 30px;
}

/* Frontpage Testimonial Section */
.frontpage_testimonial {
  background: #000639;
  color: #FFF;
  padding-top: 70px;
  overflow: hidden;
}
@media screen and (max-width: 790px) {
  .frontpage_testimonial {
    padding-top: 40px;
  }
}
.frontpage_testimonial .testimonial_icon {
  text-align: center;
  margin-bottom: 8px;
}
.frontpage_testimonial .testimonial_icon svg path {
  fill: rgba(255, 255, 255, 0.6);
}
.frontpage_testimonial .testimonial_icon .section-heading {
  color: rgba(255, 255, 255, 0.6);
}
.frontpage_testimonial .testimonial_content {
  text-align: center;
  padding-bottom: 40px;
}
.frontpage_testimonial .testimonial_content .testimonial_content_entry {
  color: #fff;
  font-size: 25px;
  font-weight: 200;
  margin-bottom: 20px;
  padding: 0px 30px;
}
@media screen and (max-width: 1100px) {
  .frontpage_testimonial .testimonial_content .testimonial_content_entry {
    font-size: 18px;
    padding: 0px 10px;
  }
}
.frontpage_testimonial .testimonial_content .testimonial_website {
  color: rgba(255, 255, 255, 0.6);
}
.frontpage_testimonial .frontpage_testimonial_screenshot img {
  padding: 13px 13px 0px;
  box-shadow: 0 0 30px 0px rgba(0, 0, 0, 0.1);
  background: #fff;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.frontpage_testimonial .btn {
  box-shadow: none;
}
.frontpage_testimonial .btn:hover {
  box-shadow: none;
}

/* Frontpage Bottom CTA */
.frontpage_bottom_cta {
  padding: 130px 0px;
  text-align: center;
}
@media screen and (max-width: 790px) {
  .frontpage_bottom_cta {
    padding: 80px 0px;
  }
}
@media screen and (max-width: 500px) {
  .frontpage_bottom_cta {
    padding: 60px 0px;
  }
}
.frontpage_bottom_cta h2 {
  margin-bottom: 8px;
}
.frontpage_bottom_cta p {
  margin-bottom: 35px;
}
.frontpage_bottom_cta .btn-large {
  padding-left: 35px;
  padding-right: 35px;
}

/* Theme Listing
------------------------------*/
.custom-page-title {
  padding: 50px 0px 70px;
  display: block;
  text-align: center;
  background: #000639;
}
@media screen and (max-width: 790px) {
  .custom-page-title {
    padding: 40px 0px 60px;
  }
}
@media screen and (max-width: 500px) {
  .custom-page-title {
    padding: 30px 0px 50px;
  }
}
.custom-page-title h1 {
  margin-bottom: 0px;
  letter-spacing: -2px;
  font-size: 55px;
  color: #FFF;
}
@media screen and (max-width: 790px) {
  .custom-page-title h1 {
    font-size: 45px;
  }
}
@media screen and (max-width: 500px) {
  .custom-page-title h1 {
    font-size: 35px;
  }
}
.custom-page-title .sub-title {
  color: #444444;
  font-size: 18px;
  font-weight: 200;
  margin-top: 0px;
  color: rgba(255, 255, 255, 0.9);
}

.listing-nav {
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.09);
  border-top: 1px solid #e9e9e9;
  position: relative;
  width: 100%;
}
.listing-nav ul {
  display: block;
  float: left;
  margin: 0px;
  padding: 0px;
}
@media screen and (max-width: 500px) {
  .listing-nav ul {
    float: none;
    margin-left: -30px;
    margin-right: -30px;
  }
}
.listing-nav ul li {
  display: inline-block;
  margin: 0px;
  padding: 0px 12px;
}
.listing-nav ul li:first-of-type {
  padding-left: 0px;
}
@media screen and (max-width: 500px) {
  .listing-nav ul li {
    display: block;
    border-top: 1px solid #e9e9e9;
    padding: 0px 30px;
  }
  .listing-nav ul li:first-of-type {
    padding-left: 30px;
  }
}
.listing-nav ul li a {
  padding: 18px 0px 20px;
  line-height: 1.4;
  display: block;
  color: #777;
  font-weight: 300;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}
.listing-nav ul li a:hover {
  color: #000000;
}
@media screen and (max-width: 500px) {
  .listing-nav ul li a {
    padding: 13px 0px 14px;
  }
}
.listing-nav ul li a.active {
  color: #000000;
  margin-bottom: -1px;
  position: relative;
  font-weight: 400;
}
.listing-nav ul li:first-child a {
  padding-left: 0px;
}
.listing-nav ul li.term-free {
  padding-right: 16px;
  margin-right: 16px;
  position: relative;
}
@media screen and (min-width: 790px) {
  .listing-nav ul li.term-free:after {
    content: "";
    width: 1px;
    height: 15px;
    background: #e0e0e0;
    display: block;
    position: absolute;
    top: 19px;
    right: -6px;
  }
}
.listing-nav ul.nav-right {
  float: right;
}
@media screen and (max-width: 790px) {
  .listing-nav ul.nav-right {
    float: none;
  }
}

/* *customify */
.customify-wrapper {
  margin: 0px 0px 70px 0px;
  background: #5c6ac5;
  color: #FFF;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  border-radius: 2px;
  padding: 30px 20px 0px 20px;
}
@media screen and (min-width: 790px) {
  .customify-wrapper {
    margin: 0px 100px 70px 100px;
    padding: 50px 20px 0px 20px;
  }
}
.customify-wrapper:hover {
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 7px 40px 0px rgba(84, 110, 122, 0.2);
  transform: translateY(-2px);
}
.customify-wrapper .customify-content {
  text-align: center;
}
.customify-wrapper .customify-content .btn {
  display: inline-block;
  margin-bottom: 50px;
  margin-top: 20px;
}
.customify-wrapper h2 {
  text-align: center;
  font-weight: 300;
  color: #FFF;
  margin-bottom: 10px;
  font-size: 27px;
  letter-spacing: -0.2px;
}
.customify-wrapper h2 span {
  font-weight: 500;
}

.customify-topbar {
  border-bottom: 1px solid #eaeaea;
}
.customify-topbar .customify-topbar-content {
  padding: 10px 0px;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
}
.customify-topbar .customify-topbar-content a {
  color: #5c6ac5;
  text-decoration: underline;
}
.customify-topbar .customify-topbar-content a:hover {
  color: #5c6ac5;
}

/* Plugin Listing
------------------------------*/
.plugin_card_wrap {
  background: #fff;
  box-shadow: 0 3px 13px rgba(38, 50, 56, 0.05);
}
.plugin_card_wrap .plugin_card_box {
  position: relative;
  padding: 25px;
  min-height: 173px;
}
.plugin_card_wrap .plugin_card_box .plugin_card_thumb {
  float: left;
  margin-right: 25px;
  width: 124px;
}
@media screen and (max-width: 500px) {
  .plugin_card_wrap .plugin_card_box .plugin_card_thumb {
    float: none;
    margin-right: 0;
    margin-bottom: 25px;
    width: auto;
  }
}
.plugin_card_wrap .plugin_card_box .plugin_card_thumb img {
  display: block;
}
.plugin_card_wrap .plugin_card_box .plugin_card_content {
  overflow: hidden;
}
.plugin_card_wrap .plugin_card_box .plugin_card_content .plugin_card_title {
  font-size: 29px;
  margin-bottom: 11px;
}
.plugin_card_wrap .plugin_card_box .plugin_card_content p {
  margin: 0px;
}
.plugin_card_wrap .plugin_card_footer {
  border-top: 1px solid #f0f0f0;
  padding: 14px 0px;
  margin: 0px 25px;
  font-size: 15px;
  font-weight: 400;
}
.plugin_card_wrap .plugin_card_footer .price_amount {
  float: right;
  color: #5c6ac5;
  margin-top: 0px;
  display: inline-block;
  font-weight: 400;
}
@media screen and (max-width: 500px) {
  .plugin_card_wrap .plugin_card_footer .price_amount {
    float: none;
    margin-top: 10px;
  }
}
.plugin_card_wrap .price-del, .plugin_card_wrap .price-sep {
  display: none;
}

/* Single Plugin: General Plugin Template */
.single_plugin_wrapper {
  padding: 60px 0px 80px;
}

.single_plugin_header {
  margin-bottom: 40px;
}
.single_plugin_header h1, .single_plugin_header .h1 {
  font-size: 29px;
}
@media screen and (min-width: 790px) {
  .single_plugin_header h1, .single_plugin_header .h1 {
    font-size: 35px;
  }
}
.single_plugin_header .plugin_short_decs {
  font-size: 20px;
}
.single_plugin_header .single_plugin_banner {
  margin-top: 30px;
}

.single_plugin_sidebar {
  margin-left: 30px;
  margin-top: 20px;
}
@media screen and (max-width: 500px) {
  .single_plugin_sidebar {
    margin-left: 0px;
    margin-top: 40px;
  }
}

/* Plugin pricing option box */
.plugin_pricing_wrapper .pricing_option_heading {
  margin-bottom: 24px;
  font-size: 22px;
  font-weight: 300;
}
.plugin_pricing_wrapper .pricing_license {
  font-size: 14px;
  margin-bottom: 20px;
}
.plugin_pricing_wrapper .plugin_pricing {
  padding: 25px;
  border: 1px solid #e9e9e9;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.plugin_pricing_wrapper .plugin_pricing .plugin_pricing__options ul {
  list-style: none;
  margin: 0px 0px 20px 0px;
  padding: 0px;
}
.plugin_pricing_wrapper .plugin_pricing .plugin_pricing__options ul li {
  margin-bottom: 10px;
  border: 1px solid #e9e9e9;
  border-radius: 3px;
  transition: all 0.3s ease;
}
.plugin_pricing_wrapper .plugin_pricing .plugin_pricing__options ul li.selected, .plugin_pricing_wrapper .plugin_pricing .plugin_pricing__options ul li:hover {
  border-color: #5c6ac5;
}
.plugin_pricing_wrapper .plugin_pricing .plugin_pricing__options ul li label {
  display: inline-block;
  cursor: pointer;
  padding: 9px 12px 10px 10px;
  width: 100%;
  vertical-align: top;
}
.plugin_pricing_wrapper .plugin_pricing .plugin_pricing__options .edd_price_option_name {
  font-size: 17px;
  position: relative;
  top: 2px;
  left: -2px;
}
.plugin_pricing_wrapper .plugin_pricing .plugin_pricing__options .edd_price_option_price {
  float: right;
  font-size: 19px;
  font-weight: 400;
}
.plugin_pricing_wrapper .plugin_pricing .plugin_pricing__options .edd_price_option_sep {
  display: none;
}
.plugin_pricing_wrapper .plugin_pricing .btn {
  display: block;
  width: 100%;
  text-align: center;
  text-transform: none;
  letter-spacing: 0;
}
.plugin_pricing_wrapper .plugin_pricing .btn.btn-large {
  padding: 12px 21px 12px;
  font-size: 18px;
}
.plugin_pricing_wrapper .plugin_pricing_benefits {
  margin: 20px 0px 0px 0px;
  font-size: 13px;
}
.plugin_pricing_wrapper .plugin_demo_button .btn {
  box-shadow: none;
  background: #eeeeee;
}

.plugin_section_heading {
  margin-top: 60px;
  border-top: 1px solid #e5e5e5;
}
.plugin_section_heading .section-heading {
  color: #444;
  margin-bottom: 0;
  margin-top: 50px;
  margin-bottom: 25px;
}

/* Pricing
------------------------------*/
.custom-page-title2 {
  background: #fff;
  padding: 70px 0px 60px;
  display: block;
  text-align: center;
}
@media screen and (max-width: 790px) {
  .custom-page-title2 {
    padding: 40px 0px 30px;
  }
}
.custom-page-title2 h1 {
  margin-bottom: 0px;
}
.custom-page-title2 .sub-title {
  font-size: 22px;
  font-weight: 200;
  margin-top: 5px;
}

.page-pricing .price-column {
  border-top: 4px solid #5c6ac5;
}

.page-template-pricing .pricing_table_benefit {
  color: #444444;
}
.page-template-pricing .pricing-table-widget .sp_pricing_section {
  padding-top: 70px;
}
@media screen and (max-width: 790px) {
  .page-template-pricing .pricing-table-widget .sp_pricing_section {
    padding-top: 40px;
  }
}

.price-tables {
  margin-left: 0%;
}
.price-tables .single-column li, .price-tables .standard-column li {
  border-right: 1px solid #e9e9e9;
}
@media screen and (min-width: 1100px) {
  .price-tables .single-column li, .price-tables .standard-column li {
    border-right: none;
  }
}
.price-tables .price-column {
  width: 100%;
  margin: 0px;
  margin-bottom: 30px;
  float: left;
  list-style: none;
  padding: 0px;
}
@media screen and (min-width: 1100px) {
  .price-tables .price-column {
    width: 40%;
    margin-bottom: 0px;
  }
}
.price-tables .price-column li {
  border-left: 1px solid #e9e9e9;
  border-top: 1px solid #e9e9e9;
  line-height: 30px;
  min-height: 42px;
  padding: 10px 30px;
  margin: 0px;
  text-align: center;
  background: #FFF;
}
.price-tables .price-column li strong {
  line-height: 1;
}
.price-tables .price-column li:last-child {
  border-bottom: 1px solid #e9e9e9;
}
.price-tables .price-column li .price-number {
  font-size: 50px;
  line-height: 1;
  font-weight: 900;
  color: #000000;
  letter-spacing: -3px;
}
.price-tables .price-column li .price-number .curency {
  font-size: 22px;
  font-weight: 400;
  position: relative;
  top: -18px;
  right: 2px;
  letter-spacing: 0px;
}
.price-tables .price-column li .price-payment {
  display: block;
  font-style: italic;
  color: #999999;
}
.price-tables .price-column li .checked {
  text-indent: -9999px;
  display: block;
  width: 100%;
  background: url("assets/images/checked.svg") no-repeat center center;
  background-size: 16px 16px;
}
.price-tables .price-column li .uncheck {
  text-indent: -9999px;
  display: block;
  width: 100%;
  background: url("assets/images/uncheck.svg") no-repeat center center;
  background-size: 16px 16px;
}
.price-tables .price-column li .yes {
  text-indent: -9999px;
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("assets/images/checked.svg") no-repeat center center;
  background-size: 16px 16px;
  margin-right: 10px;
  position: relative;
  top: 2px;
}
.price-tables .price-column li .no {
  text-indent: -9999px;
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("assets/images/uncheck.svg") no-repeat center center;
  background-size: 16px 16px;
  margin-right: 10px;
  position: relative;
  top: 2px;
}
.price-tables .price-column li.price-title {
  line-height: 50px;
  font-family: "Work Sans", Helvetica, Arial, sans-serif;
  font-size: 21px;
  font-weight: 500;
  color: #333333;
  background: #f2f2f2;
  padding: 7px 30px;
}
.price-tables .price-column li.hidden {
  visibility: hidden;
}
.price-tables .price-column li.price-button {
  padding: 35px 30px;
  font-size: 17px;
  background: #f2f2f2;
}
.price-tables .price-column li.price-button a {
  display: block;
}
.price-tables .price-column li.price-tag {
  padding: 20px 30px;
}
.price-tables .price-column li.price-tag .price-payment {
  line-height: 15px;
  margin-top: 5px;
}
.price-tables .price-column li.price-feature.last {
  border-bottom: 1px solid #e9e9e9;
}
.price-tables .price-column li.price-feature {
  text-align: left;
}
.price-tables .price-column.features-column {
  display: none;
}
.price-tables .price-column.features-column li {
  text-align: right;
}
.price-tables .price-column.last li {
  border-right: 1px solid #e9e9e9;
}
@media screen and (min-width: 1100px) {
  .price-tables .price-column.first {
    margin-left: 10%;
  }
}

#pricing-faqs {
  margin-top: 20px;
  padding-top: 80px;
  border-top: 5px solid #f2f2f2;
}
#pricing-faqs .pricing-faq {
  margin-bottom: 40px;
}

.pricing-note {
  margin-top: 15px;
  text-align: center;
  display: block;
}

/* Pricing template 2 */
.pricing-bg {
  background: #5c6ac5;
}

.single_pricing_header {
  padding-top: 60px;
}
.single_pricing_header h3 {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 6px;
}
.single_pricing_header img {
  float: right;
  max-width: 100px;
  margin-top: -10px;
}

.sp_pricing_section.single_theme_pricing .pricing__price {
  font-size: 3em;
  letter-spacing: -1px;
}
.sp_pricing_section.single_theme_pricing .pricing__price .price-del {
  color: #999999;
}
.sp_pricing_section.single_theme_pricing .pricing__price .price-sep {
  margin: 0px 10px;
}
.sp_pricing_section.single_theme_pricing .pricing_cycle {
  font-style: italic;
}
.sp_pricing_section.single_theme_pricing .pricing__item {
  flex: 0 1 375px;
  margin-top: 38px;
  margin-bottom: 58px;
}
.sp_pricing_section.single_theme_pricing .pricing__title {
  text-transform: none;
  letter-spacing: -0.3px;
  font-size: 23px;
  font-weight: 500;
}
.sp_pricing_section.single_theme_pricing .pricing__item__2 {
  margin-top: 18px;
  padding-top: 44px;
}
.sp_pricing_section.single_theme_pricing .pricing__sentence {
  font-style: italic;
  font-size: 15px;
}
.sp_pricing_section.single_theme_pricing .edd-submit.button.white {
  width: 100%;
  padding: 9px 35px 11px;
}

.pricing_table_benefit {
  text-align: center;
  color: rgba(255, 255, 255, 0.8);
}
.pricing_table_benefit .pricing_card img {
  max-width: 60px;
  margin: 0px 3px 10px;
}
.pricing_table_benefit .checked {
  background: rgba(0, 0, 0, 0) url("assets/images/checked.svg") no-repeat scroll center center/14px 14px;
  display: inline-block;
  height: 14px;
  margin-right: 5px;
  position: relative;
  text-indent: -9999px;
  top: 6px;
  width: 14px;
}
.pricing_table_benefit .benefit-text {
  font-size: 15px;
}

.page-template-pricing .single_pricing_header {
  display: none;
}
.page-template-pricing #primary {
  padding-top: 0px;
}
.page-template-pricing .sp_pricing_section .sp_pricing {
  margin-bottom: 0px;
}
.page-template-pricing .sp_pricing_section.single_theme_pricing .pricing__title {
  font-size: 29px;
}
.page-template-pricing .sp_pricing_section.single_theme_pricing .pricing__item {
  margin-top: 0px;
  flex: 0 1 430px;
}
.page-template-pricing .sp_pricing_section.single_theme_pricing .pricing__item .edd-submit.button.white {
  padding: 9px 45px 11px;
}
.page-template-pricing .sp_pricing_section.single_theme_pricing .pricing_tax {
  margin-top: 30px;
  display: block;
}
@media screen and (min-width: 790px) {
  .page-template-pricing .sp_pricing_section.single_theme_pricing .pricing__item__1 {
    border-right: none;
  }
  .page-template-pricing .sp_pricing_section.single_theme_pricing .pricing__item__3 {
    border-left: none;
  }
}

.pricing_options_sec {
  max-width: 800px;
  margin: 0 auto 45px;
  font-size: 90%;
}
.pricing_options_sec .billing_cycle_desc {
  margin-bottom: 10px;
}

.pricing_cycle {
  font-style: italic;
}

/* Single Theme
------------------------------*/
.single-download #primary {
  padding-top: 0px;
}

.theme-builder-content {
  padding: 60px 0 0;
  margin-bottom: 50px;
}
.theme-builder-content h2 {
  font-weight: 400;
  font-size: 30px;
  letter-spacing: -0.6px;
}
.theme-builder-content hr {
  margin-bottom: 0;
  position: relative;
  top: 10px;
  border-color: #e9e9e9;
}
.theme-builder-content .border-image img {
  border: 1px solid #d9d9d9;
}

.postid-26085 .theme-builder-content h2 {
  font-size: 36px;
}

.features-plugins {
  max-width: 400px;
}

/* General Theme Template V1
------------------------------*/
.theme-hero-wrapper {
  padding-top: 80px;
  padding-bottom: 0px;
  background: #f2f2f2;
  position: relative;
  overflow: hidden;
}
.theme-hero-wrapper:after {
  content: '';
  display: block;
  position: absolute;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(84, 110, 122, 0.07)));
  background: -webkit-linear-gradient(transparent, rgba(84, 110, 122, 0.07));
  background: linear-gradient(transparent, rgba(84, 110, 122, 0.07));
  width: 100%;
  height: 70px;
  bottom: 0;
  pointer-events: none;
}
@media screen and (max-width: 790px) {
  .theme-hero-wrapper {
    padding-top: 50px;
  }
}
@media screen and (max-width: 500px) {
  .theme-hero-wrapper {
    padding-top: 40px;
  }
}
.theme-hero-wrapper .theme-meta {
  margin-top: 10%;
}
@media screen and (max-width: 790px) {
  .theme-hero-wrapper .theme-meta {
    margin-top: 30px;
  }
}
@media screen and (min-width: 1100px) {
  .theme-hero-wrapper .grid-row {
    display: flex;
  }
}

.theme-meta .theme-name {
  font-size: 44px;
  margin-bottom: 19px;
  font-weight: 500;
  letter-spacing: -2px;
  color: #222222;
}
.theme-meta .theme-price {
  margin-bottom: 20px;
}
.theme-meta .theme-price span {
  font-size: 24px;
}
.theme-meta .theme-type-name {
  font-size: 20px;
  letter-spacing: 0px;
  font-weight: 300;
  color: #555555;
  margin-bottom: 23px;
  margin-top: -23px;
}
.theme-meta .theme-desc {
  margin-bottom: 30px;
  font-size: 18px;
}
.theme-meta .btn, .theme-meta .ft-fsc-edd-add-to-cart {
  display: block;
  width: 90%;
  text-align: center;
  font-size: 17px;
  padding: 12px 42px 13px;
}
.theme-meta .btn.btn-free-download {
  padding: 11px 20px 12px;
}
.theme-meta .edd_download_purchase_form {
  display: inline-block;
}
.theme-meta .edd-submit.button.white {
  font-weight: 500;
  font-size: 18px;
  padding: 12px 24px 13px;
  display: inline-block;
  margin-right: 18px;
  border-radius: 2px;
  background: #5c6ac5 none repeat scroll 0 0;
  color: #FFF;
}
.theme-meta .edd-submit.button.white:hover {
  background: #202e79;
}
.theme-meta .live-preview-btn {
  border-bottom: 1px solid #444444;
  color: #333;
  font-size: 17px;
  font-weight: 400;
  position: relative;
  margin-top: 17px;
  display: inline-block;
}
.theme-meta .live-preview-btn:hover {
  color: #5c6ac5;
  border-color: #5c6ac5;
}

.jBox-content .edd-submit.button.white {
  font-weight: 500;
  font-size: 20px;
  padding: 12px 24px 13px;
  display: inline-block;
  margin-right: 0px;
  border-radius: 2px;
  background: #5c6ac5;
  color: #FFF;
}
.jBox-content .edd-submit.button.white:hover {
  background: #202e79;
}

.jBox-Modal .jBox-content {
  padding: 27px 31px 26px;
}

.edd_purchase_submit_wrapper {
  display: block !important;
}

.theme-media-wrapper {
  position: relative;
}
.theme-media-wrapper .theme-media {
  float: right;
  max-width: 86%;
  padding: 20px 20px 0px;
  background: #FFFFFF;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
@media screen and (max-width: 790px) {
  .theme-media-wrapper .theme-media {
    max-width: 100%;
  }
}
.theme-media-wrapper .phone-media {
  bottom: 0px;
  position: absolute;
  left: 24px;
}
.theme-media-wrapper .phone-wrapper {
  position: relative;
  display: block;
  max-width: 200px;
  padding: 8px 8px 40px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  background: #FFFFFF;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
@media screen and (max-width: 1100px) {
  .theme-media-wrapper .phone-wrapper {
    max-width: 180px;
  }
}
@media screen and (max-width: 790px) {
  .theme-media-wrapper .phone-wrapper {
    display: none;
  }
}
.theme-media-wrapper .phone-wrapper:before {
  background: #ECEFF1;
  border-radius: 50%;
  bottom: 12px;
  content: '';
  display: block;
  height: 15px;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  width: 15px;
}

.buy-now-benefit {
  margin-top: 8px;
  display: block;
  margin-bottom: 18px;
}
.buy-now-benefit .checked {
  text-indent: -9999px;
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url("assets/images/checked.svg") no-repeat center center;
  background-size: 14px 14px;
  margin-right: 5px;
  position: relative;
  top: 6px;
}
.buy-now-benefit .benefit-text {
  font-size: 13px;
}

.theme-short-detail {
  margin-top: 25px;
  padding-top: 20px;
  border-top: 1px solid #e9e9e9;
  font-size: 15px;
}
.theme-short-detail strong {
  font-weight: 500;
}

/* Theme Features
------------------------------*/
.feature-header {
  text-align: center;
  margin: 0px 0px 60px;
}
.feature-header .feature-header-title {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 200;
  margin-bottom: 5px;
  font-size: 30px;
}
.feature-header .feature-header-title span {
  font-weight: 400;
}
.feature-header .feature-header-decs {
  color: #444444;
  font-weight: 300;
  font-size: 17px;
}
.feature-header .feature-header-decs span {
  font-weight: 400;
}

.feature-heading {
  text-align: center;
  margin: 0px 0px 20px;
}
.feature-heading h2 {
  text-transform: uppercase;
  font-weight: 300;
  margin-bottom: 5px;
  font-size: 38px;
  letter-spacing: 1px;
}
.feature-heading h2 strong {
  font-weight: 500;
}
.feature-heading p {
  color: #444444;
  font-weight: 300;
  margin-bottom: 0px;
}
.feature-heading p span {
  font-weight: 500;
}

.theme-builder-content .feature-heading h2 {
  letter-spacing: 1px;
}

.theme-features {
  padding: 70px 0px 40px;
}
.theme-features .feature-item {
  margin-bottom: 40px;
  padding-left: 60px;
  position: relative;
}
.theme-features .feature-item h4 {
  margin-bottom: 5px;
  font-size: 20px;
}
.theme-features .feature-item i {
  font-size: 35px;
  color: #5c6ac5;
  position: absolute;
  left: 0px;
  top: 5px;
}

.single-theme-pricing {
  padding: 70px 0px 70px;
  background: #f2f2f2;
  margin-bottom: -20px;
}
.single-theme-pricing li.price-title, .single-theme-pricing li.price-button {
  background: #FFF !important;
}

/* Single Theme */
.postid-29340 .theme-features {
  padding: 0px;
  margin-top: -15px;
}
.postid-29340 .theme-features .feature-item i {
  color: #5c6ac5;
}

/* Single Download Pricing v2 */
.dl_pricing_wrapper.sp_pricing_section {
  padding: 80px 0px;
  background: #fff;
  border-top: 1px solid #e9e9e9;
}

.dl_pricing_header {
  text-align: center;
  margin-bottom: 70px;
}
.dl_pricing_header .dl_pricing_subheading {
  margin-bottom: 20px;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 14px;
  font-weight: 400;
}
.dl_pricing_header .dl_pricing_heading {
  font-size: 40px;
}
@media screen and (max-width: 790px) {
  .dl_pricing_header .dl_pricing_heading {
    font-size: 30px;
  }
}

.dl_pricing_content {
  max-width: 800px;
  margin: 0 auto;
  margin-top: 100px;
}
.dl_pricing_content .dl_pricing_box.left {
  float: left;
  width: 50%;
}
.dl_pricing_content .dl_pricing_box.right {
  float: right;
  width: 50%;
}
.dl_pricing_content .dl_pricing_box_content {
  padding: 50px 60px;
  position: relative;
  overflow: hidden;
  background: #dfe3e8;
}
.dl_pricing_content .dl_pricing_box_content.featured {
  background: #fff;
  margin-top: -30px;
  padding-top: 80px;
  margin-bottom: -30px;
  padding-bottom: 80px;
  box-shadow: 0px 3px 20px 0px rgba(38, 50, 56, 0.15);
}

.sp_pricing_section {
  background: #1d211f;
  padding: 100px 0px 80px;
}
.sp_pricing_section .sp_pricing {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto 3em;
  width: 100%;
}
.sp_pricing_section .pricing__item {
  align-items: center;
  display: flex;
  flex: 0 1 450px;
  flex-direction: column;
  position: relative;
  background: #f2f2f2;
  cursor: default;
  margin: 58px 0;
  padding: 24px 48px;
  overflow: hidden;
}
.sp_pricing_section .pricing__item .ribbon {
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  background-color: #f2f2f2;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  padding: 8px 12px 6px;
  position: absolute;
  right: -40px;
  text-align: center;
  text-transform: uppercase;
  top: 27px;
  width: 160px;
}
.sp_pricing_section .pricing_save {
  display: block;
  margin-top: 2px;
  font-size: 18px;
  color: #5c6ac5;
  font-weight: 400;
}
.sp_pricing_section .pricing__item--featured {
  margin: 0;
  z-index: 10;
  box-shadow: 0 0 45px rgba(0, 0, 0, 0.08);
  background: #fff;
  padding-bottom: 50px;
}
.sp_pricing_section .pricing__title {
  font-size: 2em;
  margin: 0.5em 0 0;
  font-weight: 500;
}
.sp_pricing_section .pricing__sentence {
  margin: 20px 0 10px;
  padding: 0 0 0.5em;
  text-align: center;
}
.sp_pricing_section .pricing__sentence span {
  font-weight: 400;
}
.sp_pricing_section .pricing__price {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  color: #1d211f;
  font-size: 3.5em;
  font-weight: 400;
  position: relative;
  z-index: 100;
  line-height: 82px;
}
.sp_pricing_section .pricing__item .pricing__price sub {
  font-size: 20px;
  top: -3px;
  left: 2px;
  letter-spacing: 0.5px;
}
.sp_pricing_section .pricing__currency {
  font-size: 0.4em;
  vertical-align: super;
  font-weight: 300;
  position: relative;
  top: -2px;
}
.sp_pricing_section ul {
  list-style: outside none none;
  margin: 0;
  padding: 20px 0px 20px;
}
.sp_pricing_section ul li {
  padding: 1px 0;
  position: relative;
  padding-left: 30px;
}
.sp_pricing_section ul li:before {
  position: absolute;
  font-family: 'themify';
  left: 4px;
  top: 2px;
  content: "\e64d";
  width: 20px;
  height: 20px;
  display: block;
  color: #5c6ac5;
}
.sp_pricing_section ul li strong, .sp_pricing_section ul li span, .sp_pricing_section ul li b {
  font-weight: 500;
}
.sp_pricing_section ul a {
  color: #5c6ac5;
}
.sp_pricing_section ul strong {
  font-weight: 500;
}
.sp_pricing_section .pricing_button_free {
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  border-bottom: 2px solid #1d211f;
  margin-top: 22px;
}
.sp_pricing_section .pricing_button_plus {
  width: 100%;
  padding: 20px 15px 20px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
}
.sp_pricing_section .edd_download_purchase_form {
  width: 100%;
  text-align: left;
}
.sp_pricing_section .edd_download_purchase_form .edd_price_options li {
  border-top: 2px solid #f0f0f0;
  padding: 10px 0px;
}
.sp_pricing_section .edd_download_purchase_form .edd_price_options li label {
  cursor: pointer;
}
.sp_pricing_section .edd_download_purchase_form .edd_price_options {
  margin-bottom: 20px;
}
.sp_pricing_section .edd_download_purchase_form.text-center {
  text-align: center;
  margin-top: 60px;
}
.sp_pricing_section .edd-submit.button.white {
  width: 100%;
  font-weight: 500;
  font-size: 20px;
  padding: 15px 15px 16px;
  background: #444444;
  color: #fff;
}
.sp_pricing_section .edd-submit.button.white:hover {
  background: #555555;
}
.sp_pricing_section .pricing__item--featured .edd-submit.button.white {
  background: #5c6ac5;
}
.sp_pricing_section .pricing__item--featured .edd-submit.button.white:hover {
  background: #202e79;
}
.sp_pricing_section .all-features {
  position: absolute;
  bottom: -85px;
  left: 0px;
  text-align: left;
  color: #CCCCCC;
}
.sp_pricing_section .all-features a {
  color: #5c6ac5;
}
.sp_pricing_section .buy-now-benefit {
  position: absolute;
  bottom: -55px;
  left: 0px;
  text-align: left;
  color: #CCCCCC;
}
.sp_pricing_section .buy-now-benefit .benefit-text {
  font-size: 15px;
}
.sp_pricing_section .pricing_tax {
  font-size: 14px;
  font-style: italic;
  margin-top: 18px;
}

.pricing_options_sec {
  margin-top: 40px;
  text-align: center;
}
.pricing_options_sec strong {
  font-weight: 400;
}
.pricing_options_sec .cancel_upgrade {
  margin-bottom: 25px;
  line-height: 2;
}

/* Blog
------------------------------*/
.page-template-blog .site-main, .single .site-main, .archive.category .site-main, .blog .site-main {
  margin: 0 auto;
  width: 100%;
  max-width: 800px;
}
.page-template-blog .entry-thumb img, .single .entry-thumb img, .archive.category .entry-thumb img, .blog .entry-thumb img {
  width: 100%;
  height: auto;
}
.page-template-blog #primary, .single #primary, .archive.category #primary, .blog #primary {
  padding-top: 60px;
}
.page-template-blog .comment-form textarea, .single .comment-form textarea, .archive.category .comment-form textarea, .blog .comment-form textarea {
  width: 100%;
}

.categories-nav {
  border-bottom: 1px solid #e9e9e9;
  border-top: 1px solid #e9e9e9;
  text-align: center;
  background: #f2f2f2;
}
.categories-nav ul {
  display: block;
  margin: 0px;
  padding: 0px;
}
@media screen and (max-width: 500px) {
  .categories-nav ul {
    float: none;
    margin-left: -30px;
    margin-right: -30px;
  }
}
.categories-nav ul li {
  display: inline-block;
  margin: 0px;
  padding: 0px 12px;
}
.categories-nav ul li:first-of-type {
  padding-left: 0px;
}
@media screen and (max-width: 500px) {
  .categories-nav ul li {
    display: block;
    border-top: 1px solid #e9e9e9;
    padding: 0px 30px;
  }
  .categories-nav ul li:first-of-type {
    padding-left: 30px;
  }
}
.categories-nav ul li a {
  padding: 23px 0px 25px;
  line-height: 1;
  display: block;
  color: #777777;
  font-weight: 400;
}
.categories-nav ul li a:hover {
  color: #000000;
}
@media screen and (max-width: 500px) {
  .categories-nav ul li a {
    padding: 13px 0px 14px;
  }
}
.categories-nav ul li a.active {
  color: #000000;
  font-weight: 500;
}
.categories-nav ul li:first-child a {
  padding-left: 0px;
}
.categories-nav ul li.current-cat a {
  color: #000000;
}

.blog_breadcrumb {
  padding: 19px 0px 21px;
  border-bottom: 1px solid #e5e5e5;
  color: #999999;
}
.blog_breadcrumb a {
  color: #444444;
}

.list-article .hentry {
  margin-bottom: 50px;
  padding-bottom: 60px;
  border-bottom: 1px solid #e9e9e9;
}
.list-article .hentry:last-child {
  border-bottom: none;
}

.post .entry-title {
  font-weight: 400;
  margin-bottom: 10px;
  font-size: 36px;
}
@media screen and (max-width: 790px) {
  .post .entry-title {
    font-size: 32px;
  }
}

.single .post .entry-title {
  font-weight: 400;
  margin-bottom: 10px;
  font-size: 36px;
}
@media screen and (max-width: 790px) {
  .single .post .entry-title {
    font-size: 32px;
  }
}

.entry-meta {
  margin-bottom: 20px;
  font-size: 15px;
  color: #999999;
  font-weight: 400;
}
.entry-meta a {
  color: #5c6ac5;
}

.single .entry-meta {
  margin-bottom: 30px;
}

.entry-thumb {
  margin-bottom: 23px;
}
.entry-thumb img {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.single .entry-thumb {
  margin-bottom: 40px;
}

.posted-on, .posted-in {
  padding-right: 10px;
  margin-right: 10px;
  position: relative;
}
.posted-on:after, .posted-in:after {
  content: "";
  width: 4px;
  height: 4px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  background: #cccccc;
  display: block;
  position: absolute;
  top: 10px;
  right: -2px;
}

.entry-more {
  display: inline-block;
  margin-top: 10px;
  padding: 6px 18px;
}

.nav-links {
  border-left: none;
  border-right: none;
  margin-bottom: 30px;
}
.nav-links .nav-previous {
  float: left;
}
.nav-links .nav-next {
  float: right;
}
.nav-links a {
  background: #5c6ac5;
  color: #FFFFFF;
  padding: 12px 20px;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 2px;
}
.nav-links a:hover {
  background: #202e79;
  text-decoration: none;
}

.blog-theme-detail {
  display: block;
  margin: 10px 0px 40px 0px;
  text-align: center;
}
.blog-theme-detail a {
  text-align: center;
}
.blog-theme-detail a.btn-primary {
  margin-right: 20px;
}
.blog-theme-detail a.btn-light {
  padding: 9px 18px;
}

.blog-coupon {
  display: block;
  margin: 40px 0px 40px 0px;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (max-width: 790px) {
  .blog-coupon {
    font-size: 12px;
  }
}
.blog-coupon a {
  padding: 14px 16px;
}
.blog-coupon span {
  background: rgba(0, 0, 0, 0.3);
  padding: 3px 10px 2px;
  margin-right: 5px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

/* Member Area
------------------------------*/
.ft-blank #site-navigation, .ft-blank #user-nav, .ft-blank .entry-header, .ft-blank .site-footer, .ft-blank #nav-toggle {
  display: none;
}
.ft-blank .site-header {
  text-align: center;
}
.ft-blank .site-branding {
  float: none;
}

.ft-purchase-confirmation.ft-blank .entry-header {
  display: block;
  text-align: center;
}
.ft-purchase-confirmation.ft-blank .entry-header h1 {
  font-weight: 900;
}
.ft-purchase-confirmation.ft-blank .entry-content > p {
  margin-bottom: 40px;
  margin-top: -10px;
  text-align: center;
}

/* Member Login Form */
.ft-login .site-main {
  max-width: 400px;
  margin: 0px auto;
}
.ft-login .site-main fieldset {
  border: none;
  margin: 0px;
  padding: 0px;
}
.ft-login .site-main a {
  color: #444444;
  border-bottom: 2px solid #e9e9e9;
}
.ft-login .site-main a:hover {
  border-color: #5c6ac5;
}
.ft-login #primary {
  padding: 80px 0px;
}
.ft-login #edd_login_form label, .ft-login #edd_login_form legend, .ft-login #edd_register_form label, .ft-login #edd_register_form legend {
  display: block;
  margin-bottom: 3px;
}
.ft-login #edd_login_form span, .ft-login #edd_register_form span {
  text-align: center;
}
.ft-login #edd_login_form span legend, .ft-login #edd_login_form .edd-logged-in, .ft-login #edd_login_form legend, .ft-login #edd_register_form span legend, .ft-login #edd_register_form .edd-logged-in, .ft-login #edd_register_form legend {
  font-size: 40px;
  letter-spacing: -1px;
  line-height: 1.4;
  margin-bottom: 40px;
  text-align: center;
  font-weight: 200;
  text-align: center;
  width: 100%;
  color: #222222;
}
.ft-login #edd_login_form .edd-input, .ft-login #edd_register_form .edd-input {
  width: 100%;
}
.ft-login #edd_login_form .edd_submit, .ft-login #edd_register_form .edd_submit {
  float: right;
}
.ft-login #edd_login_form .edd-lost-password, .ft-login #edd_register_form .edd-lost-password {
  margin-top: 25px;
}
.ft-login #edd_register_form input[type="submit"] {
  display: block;
  width: 100%;
  margin-top: 30px;
}
.ft-login .register__message {
  display: block;
  text-align: center;
  margin-top: 30px;
  padding: 10px;
  background: #f2f2f2;
  border: 1px solid #e8eced;
}

/* Member Dashboard */
.member-header-wrap {
  padding: 60px 0px 70px;
  background: #000639;
  text-align: center;
}
.member-header-wrap .member-header-title {
  color: #fff;
  font-weight: 200;
  margin-bottom: 0px;
  font-size: 55px;
}
.member-header-wrap .member-header-subtitle {
  color: rgba(255, 255, 255, 0.9);
  font-size: 20px;
  font-weight: 200;
  margin-top: 0px;
}

.listing-nav.member-nav {
  border-top: none;
}
.listing-nav.member-nav ul li {
  padding-right: 20px;
}
.listing-nav.member-nav ul li a {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.3px;
}
.listing-nav.member-nav span {
  color: #444444;
  position: relative;
  top: 2px;
  line-height: 1;
  font-size: 17px;
  margin-right: 1px;
}
.listing-nav.member-nav span.ti-dashboard {
  font-size: 20px;
  top: 3px;
}
.listing-nav.member-nav span.ti-user {
  top: 1px;
}
.listing-nav.member-nav span.ti-comment-alt {
  top: 4px;
}
.listing-nav.member-nav a.active {
  color: #444444;
  font-weight: 600;
}
.listing-nav.member-nav a.active span {
  color: #444444;
}
.listing-nav.member-nav ul.nav-right li {
  padding-right: 0px;
}

.ft-member #primary {
  padding-top: 50px;
  padding-bottom: 50px;
}

.member-content-area .member-section {
  margin-bottom: 50px;
}
.member-content-area h2 {
  font-weight: 400;
  font-size: 30px;
  margin-bottom: 30px;
}
.member-content-area .section-subtitle {
  margin-bottom: 30px;
  margin-top: -25px;
}
.member-content-area a {
  color: #5c6ac5;
}
.member-content-area a:hover {
  text-decoration: underline;
}

/* Profile Page */
#edd_profile_editor_form label {
  display: block;
  margin-bottom: 3px;
}

#edd_profile_editor_form span legend {
  padding: 0px 0px 12px;
  display: block;
  font-weight: 700;
  margin-bottom: 14px;
  font-size: 22px;
  line-height: 1;
  margin-top: 25px;
}

#edd_profile_editor_form span:first-child legend {
  margin-top: 0px;
}

#edd_profile_editor_form .edd-input, #edd_profile_editor_form select {
  width: 100%;
  margin-bottom: 10px;
}

#edd_profile_editor_form p {
  margin-bottom: 0px;
}

#edd_profile_editor_form p.edd_password_change_notice {
  margin-bottom: 10px;
  margin-top: 20px;
}

.ft-profile .profile-editor {
  max-width: 600px;
  margin: 0;
}
.ft-profile #edd_profile_editor_form fieldset {
  margin: 0px;
  padding: 0px;
  border: none;
}
.ft-profile #edd_profile_editor_form fieldset .edd_password_change_notice {
  font-size: 14px;
  font-style: italic;
  margin-bottom: 20px;
  display: block;
}

/* License Page */
.my-licenses tbody tr td {
  text-align: left;
}
.my-licenses .edd_sl_item_name {
  font-weight: 500;
}
.my-licenses .edd_sl_license_key {
  border: none;
  padding: 0px;
  display: block;
  margin-top: 15px;
  width: 100%;
  background: transparent;
}

#edd_sl_license_add_site_form span {
  display: block;
  margin-bottom: 10px;
}
#edd_sl_license_add_site_form .edd-input {
  width: 300px;
  padding: 8px 9px;
  position: relative;
  top: 1px;
}

.ft-purchase-history .edd_sl_license_row input.edd_sl_license_key {
  width: 300px;
  margin: 7px 0 0;
  border: 1px solid #e9e9e9;
  border-radius: 0;
  display: none;
}

/* Purchase History */
.ft-purchase-history .edd_license_key {
  display: none;
}

#edd_user_history td, #edd_user_history th {
  padding: 12px 16px;
  border-bottom: 1px solid #e9e9e9;
}

#edd_user_history thead th {
  border-bottom: 2px solid #e9e9e9;
}

#edd_user_history th {
  background: none;
}

/* Downloads */
.downloads-table {
  margin-bottom: 50px;
}
.downloads-table table thead th {
  padding: 14px 0px;
}
.downloads-table .noi {
  padding-left: 3px;
  padding-right: 3px;
}
.downloads-table .download-thumb {
  padding: 14px 14px;
  max-width: 100px;
}
.downloads-table .download-thumb img {
  border: 1px solid #e9e9e9;
}
.downloads-table tbody tr:hover {
  background: #f8f9f9;
}
.downloads-table .download-download, .downloads-table .download-doc {
  text-align: left;
}
.downloads-table .download-name {
  text-align: left;
}
.downloads-table .download-name .download-item-name {
  font-size: 20px;
  font-weight: 500;
  display: block;
  margin-bottom: 10px;
}

.edd_download_file {
  margin-bottom: 10px;
  padding-left: 22px;
  position: relative;
}
.edd_download_file:after {
  -moz-osx-font-smoothing: grayscale;
  color: #5c6ac5;
  content: "\e6b3";
  font-family: "themify";
  font-size: 18px;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  left: 0;
  line-height: 1;
  position: absolute;
  text-transform: none;
  top: 4px;
}
.edd_download_file:last-child {
  margin-bottom: 0px;
}

/* FT Tickets */
.ft-tickets .add-new-title {
  display: block;
  margin-top: 70px;
  margin-bottom: 15px;
}
.ft-tickets #hsd_message_form {
  width: 70%;
}
.ft-tickets #hsd_message_form .form-group {
  margin-bottom: 20px;
}
.ft-tickets #hsd_message_form .form-group label {
  color: #333;
  display: block;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 6px;
  text-transform: uppercase;
}
.ft-tickets #hsd_message_form .form-group .form-control {
  width: 100%;
}
.ft-tickets #hsd_message_form .form-group .redactor_toolbar {
  box-shadow: none;
  border: 2px solid #cccccc;
  border-bottom-width: 1px;
}
.ft-tickets #hsd_message_form .form-group .redactor_editor {
  border: 2px solid #cccccc;
  border-top: none;
  min-height: 150px;
}
.ft-tickets #hsd_message_form #hsd_submit {
  border: medium none;
  font-size: 16px;
  font-weight: 500;
  padding: 10px 50px;
  margin-top: 15px;
}
.ft-tickets .redactor_editor div, .ft-tickets .redactor_editor p, .ft-tickets .redactor_editor ul, .ft-tickets .redactor_editor ol, .ft-tickets .redactor_editor table, .ft-tickets .redactor_editor dl, .ft-tickets .redactor_editor blockquote, .ft-tickets .redactor_editor pre {
  font-size: 17px;
}
.ft-tickets .redactor_editor div, .ft-tickets .redactor_editor p, .ft-tickets .redactor_editor ul, .ft-tickets .redactor_editor ol, .ft-tickets .redactor_editor table, .ft-tickets .redactor_editor dl, .ft-tickets .redactor_editor blockquote, .ft-tickets .redactor_editor pre, .ft-tickets .redactor_editor h1, .ft-tickets .redactor_editor h2, .ft-tickets .redactor_editor h3, .ft-tickets .redactor_editor h4, .ft-tickets .redactor_editor h5, .ft-tickets .redactor_editor h6 {
  font-family: "Work Sans", Helvetica, Arial, sans-serif;
}

.member-content-area .edd-docs-link-wrap {
  margin-top: 50px;
}

.page-template-member-tickets .btn.btn-primary {
  color: #FFF;
}
.page-template-member-tickets a {
  color: inherit;
}
.page-template-member-tickets a:hover {
  text-decoration: none;
}

#edd_user_history th {
  font-weight: 500;
}

/* EDD Checkout
------------------------------*/
#page {
  -webkit-transition: all 1s liner;
  /* Safari */
  transition: all 1s liner;
}

.header-checkout-cart {
  float: right;
}
.header-checkout-cart svg {
  margin-right: 2px;
  position: relative;
  top: 3px;
}
.header-checkout-cart svg path {
  fill: #555555;
}
.header-checkout-cart span strong {
  font-weight: 300;
}

#edd_secure_site_wrapper {
  font-weight: 500 !important;
  margin-bottom: 7px;
}

.edd-checkout {
  background: #f3f3f3;
  /* Page title */
}
.edd-checkout .site {
  background: #f3f3f3;
}
.edd-checkout .site-footer, .edd-checkout #nav-toggle {
  display: none;
}
.edd-checkout #primary {
  padding-top: 50px;
}
.edd-checkout .site-content {
  background: #f3f3f3;
}
.edd-checkout .main-navigation {
  display: none;
}
.edd-checkout .custom-page-title {
  background: #f3f3f3;
}
.edd-checkout .custom-page-title h1 {
  font-size: 45px;
}
.edd-checkout .custom-page-title .sub-title {
  font-size: 19px;
  margin-top: 0px;
}
.edd-checkout #edd_checkout_form_wrap fieldset {
  border-color: #d4d5d5;
}

/* General Style */
#edd_checkout_form_wrap input.edd-input, #edd_checkout_form_wrap textarea.edd-input {
  width: 100%;
}

#edd_checkout_form_wrap label {
  cursor: pointer;
  font-weight: 500;
}
#edd_checkout_form_wrap label:after {
  display: inline-block;
}

#edd_checkout_form_wrap input[type="text"], #edd_checkout_form_wrap input[type="email"], #edd_checkout_form_wrap input[type="password"], #edd_checkout_form_wrap input[type="tel"], #edd_checkout_form_wrap textarea {
  padding: 8px 12px;
  font-weight: 400;
}

#edd_checkout_form_wrap #edd-login-account-wrap, #edd_checkout_form_wrap #edd-new-account-wrap, #edd_checkout_form_wrap #edd_final_total_wrap, #edd_checkout_form_wrap #edd_show_discount, #edd_checkout_form_wrap .edd-cart-adjustment {
  background: transparent;
}

/* Checkout Cart Form */
#edd_checkout_cart_from_wrapper {
  background: #FFFFFF;
  padding: 40px 50px 50px;
  border: 1px solid #d4d5d5;
  margin-bottom: 30px;
}
#edd_checkout_cart_from_wrapper table > thead > tr > th, #edd_checkout_cart_from_wrapper table > tbody > tr > th, #edd_checkout_cart_from_wrapper table > tfoot > tr > th, #edd_checkout_cart_from_wrapper table > thead > tr > td, #edd_checkout_cart_from_wrapper table > tbody > tr > td, #edd_checkout_cart_from_wrapper table > tfoot > tr > td {
  border: none;
  padding-left: 0px;
  padding-right: 0px;
}
#edd_checkout_cart_from_wrapper table th {
  text-transform: none;
  letter-spacing: 0;
}
#edd_checkout_cart_from_wrapper #edd_checkout_cart th {
  font-weight: normal;
}
#edd_checkout_cart_from_wrapper #edd_checkout_cart .edd_cart_header_row {
  margin-bottom: 20px;
}
#edd_checkout_cart_from_wrapper #edd_checkout_cart .edd_cart_header_row th {
  background: transparent;
  text-transform: none;
  letter-spacing: 0;
  font-size: 16px;
  padding-left: 0px;
  padding-right: 0px;
  border-bottom: 1px solid #d4d5d5;
  padding-bottom: 6px;
  padding-top: 0px;
  font-weight: 500;
}
#edd_checkout_cart_from_wrapper tr.edd_cart_item td {
  padding: 18px 0px;
}
#edd_checkout_cart_from_wrapper #edd_checkout_cart td img {
  margin-right: 15px;
  border: 1px solid #d4d5d5;
}
#edd_checkout_cart_from_wrapper #edd_checkout_cart tbody .edd_cart_item {
  border-top: 1px solid #d4d5d5;
}
#edd_checkout_cart_from_wrapper #edd_checkout_cart tbody .edd_cart_item .edd_cart_item_price .price-ins {
  font-weight: normal;
}
#edd_checkout_cart_from_wrapper .edd_checkout_cart_item_title {
  display: block;
  font-size: 23px;
  padding-top: 8px;
  padding-bottom: 2px;
  font-weight: 400;
}
#edd_checkout_cart_from_wrapper .edd_cart_remove_item_btn {
  font-size: 13px;
}
#edd_checkout_cart_from_wrapper .total_text, #edd_checkout_cart_from_wrapper .edd_cart_amount {
  font-weight: 400;
}
#edd_checkout_cart_from_wrapper .edd_cart_footer_row td, #edd_checkout_cart_from_wrapper .edd_cart_footer_row th {
  padding: 15px 0px 0px;
}
#edd_checkout_cart_from_wrapper .edd_discount_remove {
  top: 0px;
  right: -26px;
}
#edd_checkout_cart_from_wrapper .ft_edd_discount_row {
  padding: 7px 10px 6px;
  background: #d9f1e8;
  border-left: 3px solid #41d0af;
}
#edd_checkout_cart_from_wrapper .ft_edd_discount_row .discount_text {
  float: left;
  font-weight: 500;
  font-size: 13px;
  position: relative;
  text-transform: uppercase;
  top: 2px;
  letter-spacing: 0.4px;
}
#edd_checkout_cart_from_wrapper .ft_edd_discount_row .edd_discount_rate {
  font-size: 13px;
  margin-right: -10px;
  text-transform: uppercase;
  font-weight: 500;
}
#edd_checkout_cart_from_wrapper #edd_show_discount {
  border-color: #d4d5d5;
}
#edd_checkout_cart_from_wrapper #edd_show_discount a:hover {
  text-decoration: underline;
}
#edd_checkout_cart_from_wrapper .edd-cart-adjustment {
  padding: 8px 24px 23px;
}

/* Discount code */
fieldset#edd_discount_code {
  position: relative;
  border: 1px solid #d4d5d5 !important;
  background: #f2f2f2;
}
fieldset#edd_discount_code .edd-label, fieldset#edd_discount_code .edd-description {
  display: none;
}
fieldset#edd_discount_code #edd_show_discount {
  border: 0px none;
  margin-bottom: 0px;
  position: relative;
}
fieldset#edd_discount_code #edd_show_discount::before {
  position: absolute;
  top: 7px;
  right: 10px;
  width: 20px;
  height: 20px;
  overflow: hidden;
  display: none;
  font-size: 16px;
  color: #444444;
  font-family: 'themify';
  content: "\e646";
  cursor: pointer;
}
fieldset#edd_discount_code.show-discount #edd_show_discount::before {
  display: block;
}
fieldset#edd_discount_code #edd-discount-code-wrap {
  border: 0px none;
  margin-bottom: 0px;
}
fieldset#edd_discount_code #edd-discount-loader {
  position: absolute;
  top: 10px;
  right: 10px;
}
fieldset#edd_discount_code .edd-discount-info {
  display: block;
  margin-top: 10px;
  font-size: 14px;
  color: #5c6ac5;
}

#edd_checkout_form_wrap #edd-discount-code-wrap #edd-discount {
  width: 70%;
}

#edd_checkout_form_wrap #edd_discount_code input.edd-submit[type="submit"],
#edd_checkout_form_wrap #edd_login_fields .edd-submit,
#edd_checkout_form_wrap #edd_sl_renewal_form #edd-add-license-renewal,
#edd_checkout_form_wrap #edd_sl_cancel_renewal_form .edd-submit {
  border: none;
  background: #919191;
  color: #FFFFFF;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 12px 25px 12px;
  border-radius: 2px;
  font-size: 13px;
  font-weight: 600;
}
#edd_checkout_form_wrap #edd_discount_code input.edd-submit[type="submit"]:hover,
#edd_checkout_form_wrap #edd_login_fields .edd-submit:hover,
#edd_checkout_form_wrap #edd_sl_renewal_form #edd-add-license-renewal:hover,
#edd_checkout_form_wrap #edd_sl_cancel_renewal_form .edd-submit:hover {
  background: #777777;
}

/* Renewal Fieldset */
#edd_checkout_form_wrap fieldset#edd_sl_renewal_fields {
  margin-bottom: 0px;
  background: #FFFFFF;
  border-color: #d4d5d5;
  background: #f2f2f2;
  position: relative;
}

#edd-cancel-license-renewal {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 20px;
  height: 20px;
  overflow: hidden;
  display: block;
  font-size: 16px;
  color: #444444;
}
#edd-cancel-license-renewal::before {
  font-family: 'themify';
  content: "\e646";
  border-color: #d4d5d5;
  background: #f2f2f2;
}

#edd_checkout_form_wrap #edd_sl_renewal_form #edd-license-key-container-wrap {
  padding: 10px 0px;
}
#edd_checkout_form_wrap #edd_sl_renewal_form .edd-sl-renewal-actions {
  padding-bottom: 10px;
}

#edd_checkout_form_wrap #edd_sl_cancel_renewal_form .edd-submit {
  margin-top: 10px;
}
#edd_checkout_form_wrap #edd-license-key-container-wrap label {
  margin-bottom: 10px;
}

/* Payement methods */
#edd_checkout_form_wrap #edd_payment_mode_select {
  background: #FFFFFF;
  padding: 30px 50px 40px;
  border: 1px solid #d4d5d5;
  margin-bottom: 30px;
}
#edd_checkout_form_wrap #edd-payment-mode-wrap .edd-payment-mode-label {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 100;
  display: block;
  cursor: pointer;
}
#edd_checkout_form_wrap #edd-payment-mode-wrap label {
  cursor: pointer;
}

.ft-payment-methods {
  display: flex;
}
@media screen and (max-width: 790px) {
  .ft-payment-methods {
    display: block;
  }
}
.ft-payment-methods .edd-gateway-option {
  width: 50%;
  display: block;
  padding: 23px 15px 10px 55px;
  margin-right: 0px !important;
  position: relative;
  border-radius: 3px;
  border: 1px solid transparent;
}
@media screen and (max-width: 790px) {
  .ft-payment-methods .edd-gateway-option {
    width: 100%;
  }
}
.ft-payment-methods .edd-gateway-option input {
  display: none;
}
.ft-payment-methods .edd-gateway-option img {
  height: 17px;
  width: auto;
  margin-left: 11px;
  margin-top: -4px;
}
.ft-payment-methods .edd-gateway-option .radio-check {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #444444;
  position: absolute;
  top: 23px;
  left: 20px;
  content: " ";
}
.ft-payment-methods .edd-gateway-option .radio-check::after {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: absolute;
  top: 3px;
  left: 3px;
  content: " ";
  background: #5c6ac5;
  display: none;
}
.ft-payment-methods .edd-gateway-option.edd-gateway-option-selected {
  background: #f9f9f9;
  border-color: #d4d5d6;
}
.ft-payment-methods .edd-gateway-option.edd-gateway-option-selected .radio-check {
  border-color: #5c6ac5;
}
.ft-payment-methods .edd-gateway-option.edd-gateway-option-selected .radio-check::after {
  display: block;
}
.ft-payment-methods .edd-gateway-option .label {
  display: block;
  font-size: 20px;
  font-weight: 400;
  color: #222222;
}
.ft-payment-methods .edd-gateway-option .desc {
  font-size: 13px;
  font-weight: normal;
  display: block;
  margin-top: 10px;
}

/* Purchase Submit */
#edd_checkout_form_wrap #edd_purchase_submit {
  background: #FFFFFF;
  padding: 40px 50px;
  border: 1px solid #d4d5d5;
  margin-bottom: 30px;
}

/* CC fieldset */
#edd_checkout_form_wrap fieldset#edd_cc_address, #edd_checkout_form_wrap fieldset#edd_cc_fields {
  padding: 40px 50px 35px;
  border: 1px solid #d4d5d5;
  background: #FFFFFF;
  margin-bottom: 30px;
}
#edd_checkout_form_wrap fieldset#edd_cc_address legend, #edd_checkout_form_wrap fieldset#edd_cc_address span legend, #edd_checkout_form_wrap fieldset#edd_cc_fields legend, #edd_checkout_form_wrap fieldset#edd_cc_fields span legend {
  float: left;
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: 100;
}
#edd_checkout_form_wrap .cart_secure {
  display: block;
  margin-top: 4px;
}
#edd_checkout_form_wrap .cart_secure span {
  display: block;
  color: #5c6ac5;
  font-weight: 400;
  position: relative;
  padding-left: 20px;
}
#edd_checkout_form_wrap .cart_secure span:before {
  color: #5c6ac5;
  content: "\e62b";
  font-family: "themify";
  font-size: 16px;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  left: 0;
  line-height: 1;
  position: absolute;
  text-transform: none;
  top: 4px;
}

#edd_checkout_form_wrap fieldset#edd_cc_fields legend {
  position: relative;
}
#edd_checkout_form_wrap fieldset#edd_cc_fields legend .ssl_secure {
  font-size: 15px;
  color: #5c6ac5;
  float: right;
  padding-top: 6px;
  position: relative;
  padding-left: 20px;
}
#edd_checkout_form_wrap fieldset#edd_cc_fields legend .ssl_secure:before {
  -moz-osx-font-smoothing: grayscale;
  color: #5c6ac5;
  content: "\e62b";
  font-family: "themify";
  font-size: 16px;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  left: 0;
  line-height: 1;
  position: absolute;
  text-transform: none;
  top: 5px;
}

/* Login & Register form */
#edd_checkout_form_wrap fieldset#edd_login_fields,
#edd_checkout_form_wrap fieldset#edd_register_fields,
#edd_checkout_form_wrap fieldset#edd_checkout_user_info {
  padding: 40px 50px 40px;
  border: 1px solid #d4d5d5;
  background: #FFFFFF;
  margin-bottom: 30px;
  position: relative;
}
#edd_checkout_form_wrap fieldset#edd_login_fields #edd-login-account-wrap, #edd_checkout_form_wrap fieldset#edd_login_fields #edd-new-account-wrap,
#edd_checkout_form_wrap fieldset#edd_register_fields #edd-login-account-wrap,
#edd_checkout_form_wrap fieldset#edd_register_fields #edd-new-account-wrap,
#edd_checkout_form_wrap fieldset#edd_checkout_user_info #edd-login-account-wrap,
#edd_checkout_form_wrap fieldset#edd_checkout_user_info #edd-new-account-wrap {
  margin: 0;
  background: #f2f2f2;
  border: 1px solid #d4d5d6;
  margin-bottom: 30px;
}
#edd_checkout_form_wrap fieldset#edd_login_fields #edd-login-account-wrap a, #edd_checkout_form_wrap fieldset#edd_login_fields #edd-new-account-wrap a,
#edd_checkout_form_wrap fieldset#edd_register_fields #edd-login-account-wrap a,
#edd_checkout_form_wrap fieldset#edd_register_fields #edd-new-account-wrap a,
#edd_checkout_form_wrap fieldset#edd_checkout_user_info #edd-login-account-wrap a,
#edd_checkout_form_wrap fieldset#edd_checkout_user_info #edd-new-account-wrap a {
  text-decoration: underline;
}
#edd_checkout_form_wrap fieldset#edd_login_fields legend,
#edd_checkout_form_wrap fieldset#edd_register_fields legend,
#edd_checkout_form_wrap fieldset#edd_checkout_user_info legend {
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: 100;
  display: block;
  float: left;
}
#edd_checkout_form_wrap fieldset#edd_register_fields #edd_checkout_user_info {
  padding: 0;
  border: none;
  margin: 0px;
}

/* 2Checkout */
#edd_cc_fields.twoco-fields {
  box-sizing: border-box;
}
#edd_cc_fields.twoco-fields::after {
  content: "";
  display: table;
  clear: both;
}
#edd_cc_fields.twoco-fields #edd-card-cvc-wrap, #edd_cc_fields.twoco-fields .card-expiration {
  width: 50%;
  float: left;
}
#edd_cc_fields.twoco-fields #edd-card-cvc-wrap {
  padding-right: 10px;
}
#edd_cc_fields.twoco-fields .card-expiration {
  padding-left: 10px;
}
#edd_cc_fields.twoco-fields select {
  width: 100%;
}

#edd_cc_address {
  box-sizing: border-box;
}
#edd_cc_address::after {
  content: "";
  display: table;
  clear: both;
}
#edd_cc_address #edd-card-city-wrap, #edd_cc_address #edd-card-zip-wrap,
#edd_cc_address #edd-card-country-wrap, #edd_cc_address #edd-card-state-wrap {
  width: 50%;
  float: left;
}
#edd_cc_address #edd-card-city-wrap select, #edd_cc_address #edd-card-zip-wrap select,
#edd_cc_address #edd-card-country-wrap select, #edd_cc_address #edd-card-state-wrap select {
  width: 100%;
}
#edd_cc_address #edd-card-city-wrap, #edd_cc_address #edd-card-country-wrap {
  padding-right: 10px;
}
#edd_cc_address #edd-card-zip-wrap, #edd_cc_address #edd-card-state-wrap {
  padding-left: 10px;
}

#edd_purchase_form_wrap select {
  padding: 10px 12px;
}
#edd_purchase_form_wrap span.exp-divider {
  line-height: 45px;
  margin: 0 4px;
}

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

/* Purchase Submit */
#edd_checkout_form_wrap #edd_purchase_submit {
  text-align: center;
}
#edd_checkout_form_wrap #edd_purchase_submit label {
  font-weight: normal;
}
#edd_checkout_form_wrap #edd_purchase_submit #edd-purchase-button {
  display: block;
  margin: 30px 0px 30px;
  width: 100%;
  padding: 15px 20px 15px;
  background: #5c6ac5;
  color: #FFFFFF;
  letter-spacing: 1px;
  border: none;
  font-size: 18px;
  font-weight: bold;
  border-radius: 2px;
}
#edd_checkout_form_wrap #edd_purchase_submit #edd-purchase-button:hover {
  background: #202e79;
}
#edd_checkout_form_wrap #edd_final_total_wrap {
  border: none;
  font-size: 28px;
  font-weight: 100;
  padding: 0px;
}
#edd_checkout_form_wrap #edd_final_total_wrap strong {
  font-weight: 100;
}
#edd_checkout_form_wrap #edd_mailchimp input[type="checkbox"] {
  margin-right: 0px;
}
#edd_checkout_form_wrap .purchase_terms {
  margin-bottom: 4px;
}
#edd_checkout_form_wrap .purchase_terms, #edd_checkout_form_wrap #edd_mailchimp {
  font-size: 15px;
  text-align: center;
  color: #999999;
}
#edd_checkout_form_wrap .purchase_terms a, #edd_checkout_form_wrap #edd_mailchimp a {
  color: #999999;
  text-decoration: underline;
}

/* Modal */
body.ft-modal-body {
  overflow: hidden;
  display: block;
}

.ft-modal {
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  display: none;
  -webkit-transition: all .5s linear;
  transition: all .5s linear;
  z-index: 990;
}
.ft-modal.active {
  display: block;
}
.ft-modal .ft-modal-close {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 20px;
  z-index: 999;
}
.ft-modal .ft-modal-drop {
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  z-index: 991;
  top: 0px;
  bottom: 0px;
  right: 0px;
}
.ft-modal .ft-modal-content {
  position: absolute;
  z-index: 998;
  background: #fff;
  display: block;
  max-width: 800px;
  margin: 0 auto;
  top: 50px;
  right: 30px;
  bottom: 50px;
  left: 30px;
  text-align: left;
}
.ft-modal .ft-modal-content-inner {
  position: absolute;
  overflow: auto;
  display: block;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  padding: 0px;
}
.ft-modal .ft-modal-inner {
  padding: 35px 50px;
}

/* Empty Cart */
#edd_checkout_wrap .empty-message {
  font-size: 20px;
  text-align: center;
}
#edd_checkout_wrap .empty-message img {
  margin: 50px 0px;
  max-width: 300px;
}
#edd_checkout_wrap .empty-message a {
  text-decoration: underline;
}

/* EDD Stuff
------------------------------*/
/* EDD Purchase Receipt */
table#edd_purchase_receipt ul, table#edd_purchase_receipt_products ul.edd_purchase_receipt_files {
  margin-top: 30px;
  margin-bottom: 30px;
}
table#edd_purchase_receipt ul li, table#edd_purchase_receipt_products ul.edd_purchase_receipt_files li {
  margin: 0px;
}

#edd_profile_submit_fieldset #edd_profile_editor_submit {
  padding: 13px 35px 14px;
  margin-top: 20px;
  text-transform: none;
  letter-spacing: 0;
  font-size: 18px;
  font-weight: 500;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.15);
}

table#edd_purchase_receipt_products .edd_bundled_product_name {
  font-weight: 400;
  font-style: normal;
  letter-spacing: -0.3px;
}

table#edd_purchase_receipt_products .edd_purchase_receipt_product_name {
  font-weight: 500;
  font-size: 26px;
  margin-top: 20px;
}

table#edd_purchase_receipt ul li, table#edd_purchase_receipt_products ul.edd_purchase_receipt_files li {
  margin-top: 3px;
}

.purchase-confirmation table {
  margin-bottom: 40px;
}

.single-download .theme-hero-wrapper .edd_download_purchase_form {
  margin-bottom: 0px;
}

.single-download .dl_pricing_wrapper .edd_download_purchase_form {
  margin-bottom: 0px;
}

/* Panel / Thank-you Page
------------------------------*/
.panel-page {
  background: #FFFFFF;
}

.panel-wrapper {
  height: 100%;
  display: block;
  margin: 60px auto;
}
.panel-wrapper .panel-content {
  margin: 0 auto;
}
.panel-wrapper .panel__page-header {
  margin: 0px auto 40px;
  text-align: center;
}
.panel-wrapper .panel__page-header .section-heading {
  margin-bottom: 15px;
  color: #34bf49;
}
.panel-wrapper .panel__page-header h1 {
  letter-spacing: -1px;
  margin-bottom: 40px;
}
.panel-wrapper .panel__page_content {
  font-size: 18px;
  text-align: center;
  line-height: 1.8;
}
.panel-wrapper .panel__page_content .ti-check-box {
  position: relative;
  top: 1px;
}
.panel-wrapper .panel__page_content #pg-104914-0, .panel-wrapper .panel__page_content #pg-104914-1, .panel-wrapper .panel__page_content #pl-104914 .so-panel {
  margin-bottom: 20px;
}
.panel-wrapper .panel__page_content a {
  color: #5c6ac5;
  font-weight: 500;
}
.panel-wrapper .panel__page_content a:hover {
  text-decoration: underline;
}
.panel-wrapper .panel__page_content a.btn {
  padding: 20px 50px;
  color: #FFF;
  margin-bottom: 10px;
}
.panel-wrapper .panel__page_content a.btn:hover {
  text-decoration: none;
}
.panel-wrapper .panel__page_content .payment-success {
  font-size: 18px;
  font-weight: 500;
  background: #34bf49;
  padding: 20px 50px;
  color: #fff;
  border-radius: 3px;
  display: inline-block;
}

.confirm-email-download {
  padding: 50px;
  margin: 70px auto 50px;
  background: #fff;
  box-shadow: 0 0 45px rgba(0, 0, 0, 0.08);
  max-width: 550px;
}
.confirm-email-download .btn {
  display: block;
  margin: 25px 0px;
}

/* 404
------------------------------*/
.error-404 {
  text-align: center;
  padding: 50px 0px;
}
@media screen and (min-width: 1100px) {
  .error-404 {
    padding: 100px 0px;
  }
}
.error-404 h1 {
  font-size: 50px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 2px;
}
@media screen and (min-width: 1100px) {
  .error-404 h1 {
    font-size: 80px;
  }
}
.error-404 h4 {
  font-size: 30px;
  font-weight: 200;
}

/*--------------------------------------------------------------
7.0 Elements
--------------------------------------------------------------*/
/* Button
------------------------------*/
.btn, #hsd_submit, .gform_next_button, .gform_previous_button {
  background: #5c6ac5;
  color: #FFFFFF;
  padding: 10px 23px 10px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  font-family: "Work Sans", Helvetica, Arial, sans-serif;
  font-weight: 400;
  display: inline-block;
  border: none;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.15);
  transition: all 0.2s ease-in-out;
}
.btn:hover, #hsd_submit:hover, .gform_next_button:hover, .gform_previous_button:hover {
  color: #FFFFFF;
  background: #202e79;
  transform: translateY(-1px);
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.2);
}

.btn-secondary {
  background: #5c6ac5;
  color: #ffffff;
}
.btn-secondary:hover {
  background: #202e79;
  color: #ffffff;
}

.btn-cta {
  background: #5c6ac5;
  color: #000000;
}
.btn-cta:hover {
  color: #000000;
}

.btn-light, .gform_previous_button {
  background: #FFF;
  color: #444444;
  border: 1px solid #bbbbbb;
  padding-top: 9px;
  padding-bottom: 9px;
}
.btn-light:hover, .gform_previous_button:hover {
  background: #fff;
  color: #222222;
  border-color: #222222;
}

.gform_previous_button {
  padding: 13px 22px;
  position: relative;
  top: 1px;
}

.btn-large {
  padding: 13px 25px 14px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0px;
  display: inline-block;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  text-transform: none;
}

.btn-ghost {
  background: transparent;
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
}
.btn-ghost:hover {
  background: #FFFFFF;
  color: #000000;
}

.button-break {
  display: inline-block;
  width: 12px;
}

.mt-35 {
  margin-top: 35px;
}

.alert {
  border: 1px solid transparent;
  border-radius: 4px;
  margin-bottom: 20px;
  padding: 15px;
}

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}

.pagination {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.pagination li {
  display: inline-block;
  margin: 0px 5px;
}
.pagination li.active a {
  background: #5c6ac5;
  border-color: #5c6ac5;
  color: #fff;
}
.pagination a {
  display: inline-block;
  border-radius: 2px;
  background: #fff;
  border: 1px solid #e9e9e9;
  padding: 0px 10px;
}

.edd_purchase_submit_wrapper .edd-submit.button.white {
  color: #FFFFFF;
  border-color: #5c6ac5;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.15);
}
.edd_purchase_submit_wrapper .edd-submit.button.white:hover {
  color: #FFFFFF;
  border-color: #5c6ac5;
}

#edd-purchase-button, .edd-submit, input.edd-submit[type="submit"] {
  border-radius: 3px;
  border: none;
}

/*--------------------------------------------------------------
8.0 Widgets
--------------------------------------------------------------*/
.sidebar .widget {
  margin-bottom: 40px;
}
.sidebar ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.sidebar .widget-title {
  font-size: 19px;
  font-weight: 500;
}
.sidebar a {
  color: #555555;
}
.sidebar a:hover {
  color: #000000;
}
.sidebar .widget_recent_entries li {
  margin: 0px;
  padding: 13px 0px;
  border-bottom: 1px solid #e9e9e9;
  padding-left: 25px;
  position: relative;
}
.sidebar .widget_recent_entries li:after {
  content: "\e6dc";
  font-family: 'themify';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 20px;
  left: 0px;
  font-size: 18px;
  color: #888888;
}
.sidebar .widget_categories li {
  margin: 0px;
  padding: 13px 0px;
  border-bottom: 1px solid #e9e9e9;
}

/* Build-in widgets */
.ft-features {
  margin: 0px -10px;
}
.ft-features .widget-title {
  margin-left: 10px;
}
.ft-features .item {
  float: left;
  padding: 20px 20px 30px 20px;
}
@media screen and (max-width: 790px) {
  .ft-features .item {
    width: 50%;
  }
  .ft-features .item:nth-child(2n+1) {
    clear: left;
  }
}
@media screen and (max-width: 500px) {
  .ft-features .item {
    clear: left;
    width: 100%;
  }
}
.ft-features .item .item-thumb {
  margin-bottom: 20px;
}

@media screen and (min-width: 790px) {
  .layout-2-columns .item {
    width: 50%;
  }
  .layout-2-columns .item:nth-child(2n+1) {
    clear: left;
  }

  .layout-3-columns .item {
    width: 33.3333333333%;
  }
  .layout-3-columns .item:nth-child(3n+1) {
    clear: left;
  }

  .layout-4-columns .item {
    width: 25%;
  }
  .layout-4-columns .item:nth-child(4n+1) {
    clear: left;
  }

  .layout-5-columns .item {
    width: 20%;
  }
  .layout-5-columns .item:nth-child(5n+1) {
    clear: left;
  }

  .layout-6-columns .item {
    width: 16.6666666667%;
  }
  .layout-6-columns .item:nth-child(6n+1) {
    clear: left;
  }
}
/*--------------------------------------------------------------
9.0 External Plugins
--------------------------------------------------------------*/
/* OnePress
------------------------------*/
.sp_header {
  padding: 40px 0px 8px;
  border-top: 1px solid #e9e9e9;
}

.sp_logo_onepress {
  max-width: 50px;
  position: relative;
}
.sp_logo_onepress .sp_logo_text {
  position: absolute;
  top: 14px;
  left: 55px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
}

.sp_header__nav {
  text-align: right;
  margin-top: 8px;
}
.sp_header__nav ul {
  list-style: none;
}
.sp_header__nav ul li {
  display: inline-block;
  margin-left: 30px;
}
.sp_header__nav ul li a {
  color: #777777;
  font-weight: 400;
}
.sp_header__nav ul li a:hover {
  color: #5c6ac5;
}
.sp_header__nav ul li .sp_header_button {
  border-bottom: 2px solid #5c6ac5;
}

.sp_hero {
  padding-top: 50px;
}
.sp_hero h1 {
  font-weight: 100;
  letter-spacing: 3px;
  margin-bottom: 0px;
  font-size: 50px;
  text-transform: uppercase;
}
.sp_hero .sp_hero_subtitle {
  font-size: 18px;
  font-weight: 200;
}
.sp_hero .sp_hero_image {
  margin: 80px 0px 0px;
}
.sp_hero .sp_hero_buttons {
  margin-top: 10px;
  text-align: right;
}
.sp_hero .sp_hero_buttons .btn_demo_outline {
  border-radius: 2px;
  padding: 11px 18px;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 0.5px;
  font-size: 13px;
  color: #FFF;
  background: #5c6ac5;
}
.sp_hero .sp_hero_buttons .btn_demo_outline:hover {
  background: #202e79;
}
.sp_hero .sp_hero_buttons .btn_demo_outline.first {
  margin-right: 12px;
}
.sp_hero .sp_hero_buttons .btn {
  border-radius: 2px;
  padding: 13px 61.5px 14px;
  margin-top: 12px;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 0.5px;
}

.sp_demos {
  padding: 60px 0px;
}
.sp_demos .sp_section_header {
  margin-bottom: 60px;
  text-align: center;
}
.sp_demos .sp_section_header h2 {
  font-weight: 900;
}

.feature-section {
  padding: 80px 0px 80px;
}

.features__heading {
  text-align: center;
  margin-bottom: 60px;
}
.features__heading h2 {
  font-weight: 200;
  letter-spacing: -0.5px;
  margin-bottom: 10px;
  font-size: 38px;
}
@media screen and (max-width: 790px) {
  .features__heading h2 {
    font-size: 30px;
  }
}
.features__heading h2 span {
  text-transform: uppercase;
  letter-spacing: 1px;
  border-bottom: 2px solid #5c6ac5;
}
.features__heading p {
  font-size: 20px;
  font-weight: 200;
}

.features.theme-features .feature-item i {
  color: #5c6ac5;
}

.pricing-table .pricing__row th:first-child {
  font-weight: 400;
}
.pricing-table .pricing__row th:first-child span {
  font-weight: normal;
  font-size: 14px;
}
.pricing-table thead tr th:first-child, .pricing-table tbody tr th:first-child {
  max-width: 280px;
  text-align: left;
}
.pricing-table th {
  font-size: inherit;
  text-transform: none;
  letter-spacing: 0;
  font-weight: 300;
}
.pricing-table .pricing__title {
  color: #1d211f;
  font-size: 30px;
  margin: 0.5em 0 0;
  font-weight: 300;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.pricing-table .pricing__sentence {
  margin: 20px 0 10px;
  padding: 0 0 0.5em;
  font-size: 15px;
}
.pricing-table .pricing__sentence span {
  font-weight: 600;
}
.pricing-table .pricing__price {
  color: #1d211f;
  font-size: 5em;
  letter-spacing: -5px;
  font-weight: 500;
  position: relative;
  z-index: 100;
  line-height: 82px;
}
.pricing-table .pricing__currency {
  font-size: 0.5em;
  vertical-align: super;
}
.pricing-table .yes {
  text-indent: -9999px;
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("assets/images/checked.svg") no-repeat center center;
  background-size: 16px 16px;
  margin-right: 10px;
  margin-left: 10px;
  position: relative;
  top: 2px;
}
.pricing-table .no {
  text-indent: -9999px;
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("assets/images/uncheck.svg") no-repeat center center;
  background-size: 16px 16px;
  margin-right: 10px;
  margin-left: 10px;
  position: relative;
  top: 2px;
}
.pricing-table .pricing_button_free {
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 1px;
  border-bottom: 1px solid #444444;
  margin-top: 22px;
}
.pricing-table .pricing_button_plus {
  width: 100%;
  padding: 20px 15px 20px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
}
.pricing-table .edd_download_purchase_form {
  width: 100%;
  text-align: left;
}
.pricing-table .edd_download_purchase_form .edd_price_options li {
  border-top: 2px solid #f0f0f0;
  padding: 10px 0px;
}
.pricing-table .edd_download_purchase_form .edd_price_options li:first-child {
  border: none;
}
.pricing-table .edd_download_purchase_form .edd_price_options {
  margin-top: 10px;
}
.pricing-table .edd-submit.button.white {
  width: 100%;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
  font-size: 17px;
  padding: 20px 15px;
  background: #5c6ac5;
}
.pricing-table .edd-submit.button.white:hover {
  background: #202e79;
}

.theme-compare.feature-section {
  padding-top: 20px;
}
.theme-compare.feature-section .pricing-table .pricing__title {
  margin: 20px 0px;
  font-size: 18px;
  letter-spacing: 0px;
  text-transform: none;
  font-weight: 500;
}
.theme-compare.feature-section .pricing-table .pricing__price {
  font-size: 2.5em;
  letter-spacing: -2px;
}
.theme-compare.feature-section .pricing-table .pricing__price .price-sep {
  margin: 0px 10px;
}
.theme-compare.feature-section .pricing-table .pricing__price .price-del {
  color: #999999;
}
.theme-compare.feature-section .edd_download_purchase_form {
  margin-bottom: 0px;
}

/*--------------------------------------------------------------
10.0 External Plugins
--------------------------------------------------------------*/
/* FT-FastSpring
------------------------------*/
/* Renew Page */
/* Edd menu cart
------------------------------*/
#user-nav ul li a.header-button.header-edd-cart {
  background: #fff;
  box-shadow: 0 0 0 1px #bbbbbb;
  color: #bbbbbb;
  color: #444444;
  position: relative;
  width: 34px;
  height: 34px;
  text-align: center;
  display: inline-block;
  padding: 0px;
  margin-top: -1px;
  vertical-align: middle;
}
#user-nav ul li a.header-button.header-edd-cart:after {
  position: absolute;
  top: -4px;
  right: -4px;
  width: 10px;
  height: 10px;
  display: block;
  content: " ";
  border-radius: 50%;
  background-color: #5c6ac5;
}
#user-nav ul li a.header-button.header-edd-cart svg {
  position: absolute;
  top: 5px;
  left: 5px;
}

.logged-in #user-nav ul li a.header-button.header-edd-cart {
  width: 27px;
  height: 26px;
}
.logged-in #user-nav ul li a.header-button.header-edd-cart svg {
  width: 16px;
  height: 16px;
  top: 5px;
  left: 4px;
}

#user-nav li.menu-cart-item:hover a.header-button.header-edd-cart {
  box-shadow: 0 0 0 1px #888888;
}
#user-nav li.menu-cart-item:hover a.header-button.header-edd-cart svg path {
  fill: #888888;
}

#user-nav .sub-menu.menu-cart-inside {
  right: 0px;
  left: auto;
  padding: 18px 0px;
}
#user-nav .sub-menu.menu-cart-inside::before {
  left: auto;
  right: 15px;
}
#user-nav .sub-menu.menu-cart-inside a.btn {
  color: #ffffff;
  font-weight: 600;
  padding: 12px 13px 12px;
  display: block;
  font-size: 14px;
  text-align: center;
}

/* Gform
------------------------------*/
.main__contact_form {
  width: 100%;
  margin: 0 auto;
  margin-top: -40px;
}
@media screen and (min-width: 790px) {
  .main__contact_form {
    width: 70%;
  }
}
@media screen and (min-width: 1100px) {
  .main__contact_form {
    width: 50%;
  }
}
.main__contact_form h4 {
  font-weight: 200;
  font-size: 22px;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 30px;
  padding: 0px 20px;
}
.main__contact_form .gform_wrapper {
  padding: 10px 20px 20px 20px;
  background: #f2f2f2;
  border: 1px solid #e8eced;
}
@media screen and (min-width: 790px) {
  .main__contact_form .gform_wrapper {
    padding: 30px 40px 40px 40px;
  }
}
.main__contact_form .gform_wrapper .top_label .gfield_label {
  font-weight: 500;
}
.main__contact_form .gform_footer input[type="submit"] {
  display: block;
  width: 100%;
  padding: 20px 24px;
}
.main__contact_form .btn {
  padding-left: 22px;
  padding-right: 22px;
}
.main__contact_form .gform_wrapper .top_label input.medium, .main__contact_form .gform_wrapper .top_label select.medium, .main__contact_form .gform_wrapper .top_label textarea.textarea.medium, .main__contact_form .gform_wrapper .hidden_label textarea.textarea.medium {
  width: 100%;
}
.main__contact_form .gform_wrapper.gf_browser_gecko select {
  padding: 10px;
}
.main__contact_form .gform_wrapper input[type="text"], .main__contact_form .gform_wrapper input[type="url"], .main__contact_form .gform_wrapper input[type="email"], .main__contact_form .gform_wrapper input[type="tel"], .main__contact_form .gform_wrapper input[type="number"], .main__contact_form .gform_wrapper input[type="password"] {
  padding: 10px 10px;
}
.main__contact_form .gform_wrapper .gform_footer {
  padding: 0px;
  margin: 0px;
}
.main__contact_form .gform_wrapper .gform_footer input {
  margin-top: 30px;
}
.main__contact_form .contact__technical p {
  margin: 25px 0px;
  font-size: 17px;
  font-weight: 200;
}
.main__contact_form .gform_wrapper textarea {
  padding: 10px 13px;
}
.main__contact_form .gform_confirmation_message {
  text-align: center;
  color: #5c6ac5;
}

.entry-content .gform_wrapper .gform_page_footer {
  border-top: none;
}

/* HSD
------------------------------*/
/**
 * Default Styling
 */
#hsd_conversations_table .pull-right {
  float: right !important;
  clear: right !important;
}

#hsd_conversations_table .pull-left {
  float: left !important;
  clear: left !important;
}

#hsd_conversations_table .clearfix:before, #hsd_conversations_table .famethemes-menu:before, #hsd_conversations_table .nav-links:before,
#hsd_conversations_table .clearfix:after,
#hsd_conversations_table .famethemes-menu:after,
#hsd_conversations_table .nav-links:after {
  display: table;
  content: " ";
}

#hsd_conversations_table .clearfix:after, #hsd_conversations_table .famethemes-menu:after, #hsd_conversations_table .nav-links:after {
  clear: both;
}

#hsd_conversations_table .avatar {
  max-height: 60px;
  max-width: 60px;
  border-radius: 50px;
  border: 1px solid #e0e0e0;
}

#hsd_conversations_table .panel-title {
  font-weight: 300;
}

#hsd_conversations_table .panel-title.pull-right {
  float: left !important;
  margin-left: 20px;
  margin-top: 10px;
}

#hsd_message_form .help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: normal;
  color: #626262;
}

#hsd_message_form .checkbox {
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.hsd_goback {
  display: none;
}

/**
 * Tables
 */
#hsd_conversations_table table {
  border-spacing: 0;
  border-collapse: collapse;
  border: none;
}

#hsd_conversations_table td,
#hsd_conversations_table th {
  padding: 0;
  border: none;
}

#hsd_conversations_table {
  max-width: 100%;
  background-color: transparent;
}

#hsd_conversations_table th {
  text-align: left;
}

#hsd_conversations_table .table {
  width: 100%;
  margin-bottom: 20px;
}

#hsd_conversations_table .table > thead > tr > th,
#hsd_conversations_table .table > tbody > tr > th,
#hsd_conversations_table .table > tfoot > tr > th,
#hsd_conversations_table .table > thead > tr > td,
#hsd_conversations_table .table > tbody > tr > td,
#hsd_conversations_table .table > tfoot > tr > td {
  padding: 11px 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

#hsd_conversations_table .table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}

#hsd_conversations_table .table > caption + thead > tr:first-child > th,
#hsd_conversations_table .table > colgroup + thead > tr:first-child > th,
#hsd_conversations_table .table > thead:first-child > tr:first-child > th,
#hsd_conversations_table .table > caption + thead > tr:first-child > td,
#hsd_conversations_table .table > colgroup + thead > tr:first-child > td,
#hsd_conversations_table .table > thead:first-child > tr:first-child > td {
  border-top: 0;
}

#hsd_conversations_table .table > tbody + tbody {
  border-top: 2px solid #ddd;
}

#hsd_conversations_table .table #hsd_conversations_table .table {
  background-color: #fff;
}

#hsd_conversations_table .table-condensed > thead > tr > th,
#hsd_conversations_table .table-condensed > tbody > tr > th,
#hsd_conversations_table .table-condensed > tfoot > tr > th,
#hsd_conversations_table .table-condensed > thead > tr > td,
#hsd_conversations_table .table-condensed > tbody > tr > td,
#hsd_conversations_table .table-condensed > tfoot > tr > td {
  padding: 5px;
}

#hsd_conversations_table .table-bordered {
  border: 1px solid #ddd;
}

#hsd_conversations_table .table-bordered > thead > tr > th,
#hsd_conversations_table .table-bordered > tbody > tr > th,
#hsd_conversations_table .table-bordered > tfoot > tr > th,
#hsd_conversations_table .table-bordered > thead > tr > td,
#hsd_conversations_table .table-bordered > tbody > tr > td,
#hsd_conversations_table .table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}

#hsd_conversations_table .table-bordered > thead > tr > th,
#hsd_conversations_table .table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

#hsd_conversations_table .table-striped > tbody > tr:nth-child(odd) > td,
#hsd_conversations_table .table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}

#hsd_conversations_table .table-hover > tbody > tr:hover > td,
#hsd_conversations_table .table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}

#hsd_conversations_table col[class*="col-"] {
  position: static;
  display: #hsd_conversations_table-column;
  float: none;
}

#hsd_conversations_table td[class*="col-"],
#hsd_conversations_table th[class*="col-"] {
  position: static;
  display: #hsd_conversations_table-cell;
  float: none;
}

/**
 * Labels
 */
#hsd_conversations_table .label {
  display: inline;
  padding: 4px 10px;
  font-size: 75%;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 1px;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  font-size: 10px;
  border-radius: 2px;
  text-transform: uppercase;
}

#hsd_conversations_table a.label:hover, a.label:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}

#hsd_conversations_table .label:empty {
  display: none;
}

#hsd_conversations_table .label-default {
  background-color: #999999;
}

#hsd_conversations_table .label-default[href]:hover, .label-default[href]:focus {
  background-color: #808080;
}

#hsd_conversations_table .label-primary {
  background-color: #6caae4;
}

#hsd_conversations_table .label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #006687;
}

#hsd_conversations_table .label-success {
  background-color: #a3ce69;
}

#hsd_conversations_table .label-success[href]:hover, .label-success[href]:focus {
  background-color: #358753;
}

#hsd_conversations_table .label-info {
  background-color: #6caae4;
}

#hsd_conversations_table .label-info[href]:hover, .label-info[href]:focus {
  background-color: #31b0d5;
}

#hsd_conversations_table .label-warning {
  background-color: #E49F69;
}

#hsd_conversations_table .label-warning[href]:hover, .label-warning[href]:focus {
  background-color: #b67102;
}

#hsd_conversations_table .label-danger {
  background-color: #E08F8F;
}

#hsd_conversations_table .label-danger[href]:hover, .label-danger[href]:focus {
  background-color: #d32a0e;
}

#hsd_conversations_table .badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #777777;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #e7e7e7;
  border-radius: 10px;
}

#hsd_conversations_table .badge:empty {
  display: none;
}

#hsd_conversations_table a.badge:hover, #hsd_conversations_table a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}

/**
 * Forms
 */
#hsd_message_form .form-group {
  margin-bottom: 15px;
}

#hsd_message_form label {
  font-size: inherit;
  font-weight: 600;
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
}

#hsd_message_form .form-control {
  display: block;
  width: 100%;
  height: 35px;
  padding: 6px 12px;
  font-size: 15px;
  line-height: 1.42857143;
  color: #6f6f6f;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

#hsd_message_form .form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

#hsd_message_form .form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}

#hsd_message_form .form-control:-ms-input-placeholder {
  color: #999999;
}

#hsd_message_form .form-control::-webkit-input-placeholder {
  color: #999999;
}

#hsd_message_form .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}

#hsd_message_form textarea.form-control {
  height: auto;
}

/**
 * Conversation View
 */
#hsd_conversations_table .img_attachments_wrap.clearfix, #hsd_conversations_table .img_attachments_wrap.famethemes-menu, #hsd_conversations_table .img_attachments_wrap.nav-links {
  display: block;
  clear: both;
  margin-top: 20px;
  margin-bottom: 20px;
}

#hsd_conversations_table .button-readmore.readmore-js-toggle {
  margin-bottom: 20px;
}

#hsd_conversations_table #conversation_header {
  padding: 0px;
}

#hsd_conversation_thread .panel-body a.button-readmore {
  float: left;
  display: inline;
  width: auto;
  padding: 6px 18px;
  font-family: Source Sans Pro, Myriad Pro, Helvetica Neue, Arial;
  font-size: 1em;
  color: #888;
  text-shadow: rgba(255, 255, 255, 0.3) 0 -1px 0;
  text-decoration: none;
  background: #EEE;
  border: 1px;
}

#hsd_conversation_thread .panel {
  margin-top: 25px;
  margin-bottom: 25px;
}

#hsd_conversations_table .panel {
  margin-bottom: 21px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 0;
}

#hsd_conversations_table .panel-body {
  padding: 25px;
}

#hsd_conversations_table .panel-heading {
  padding: 15px 20px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}

#hsd_conversations_table .panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

#hsd_conversations_table .panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 17px;
  color: inherit;
}

#hsd_conversations_table .panel-title > a {
  color: inherit;
}

#hsd_conversations_table .panel-footer {
  padding: 10px 15px;
  background-color: #f2f2f2;
  border-top: 1px solid #e8eced;
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}

#hsd_conversations_table .panel > .list-group {
  margin-bottom: 0;
}

#hsd_conversations_table .panel > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}

#hsd_conversations_table .panel > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}

#hsd_conversations_table .panel > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}

#hsd_conversations_table .panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

.list-group + .panel-footer {
  border-top-width: 0;
}

#hsd_conversations_table .panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}

#hsd_conversations_table .panel-group {
  margin-bottom: 21px;
}

#hsd_conversations_table .panel-group .panel {
  margin-bottom: 0;
  border-radius: 0;
}

#hsd_conversations_table .panel-group .panel + .panel {
  margin-top: 5px;
}

#hsd_conversations_table .panel-group .panel-heading {
  border-bottom: 0;
}

#hsd_conversations_table .panel-group .panel-heading + .panel-collapse > .panel-body {
  border-top: 1px solid #dddddd;
}

#hsd_conversations_table .panel-group .panel-footer {
  border-top: 0;
}

#hsd_conversations_table .panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}

#hsd_conversations_table .panel-default {
  border-color: #e8eced;
}

#hsd_conversations_table .panel-default > .panel-heading {
  color: #333333;
  background-color: #f2f2f2;
  border-color: #e8eced;
}

#hsd_conversations_table .panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #e8eced;
}

#hsd_conversations_table .panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}

#hsd_conversations_table .panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #dddddd;
}

.theme-listing-info .edd_price, .edd_cart_item_price .edd_price {
  font-size: 15px;
}
.theme-listing-info .price-del, .edd_cart_item_price .price-del {
  color: #888888;
  margin-right: 5px;
  font-size: 16px;
}
.theme-listing-info .price-ins, .edd_cart_item_price .price-ins {
  text-decoration: none;
  font-weight: 400;
}
.theme-listing-info .price-sep, .edd_cart_item_price .price-sep {
  margin-left: 3px;
  margin-right: 3px;
  font-weight: 400;
  display: none;
}
.theme-listing-info .edd-discount-info, .edd_cart_item_price .edd-discount-info {
  display: block;
  margin-top: 10px;
  font-size: 14px;
}

.theme-meta .price-del {
  font-size: 18px;
  color: #888888;
}
.theme-meta .price-ins {
  text-decoration: none;
}
.theme-meta .price-sep {
  margin: 0px 4px;
}
.theme-meta span.price-custom-title {
  margin-left: 10px;
  top: -4px;
  display: inline-block;
  font-size: 11px;
}

.price-custom-title {
  background: #AAA;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  color: #FFF;
  padding: 3px 8px;
  margin-left: 6px;
  border-radius: 2px;
  position: relative;
  top: -3px;
  display: none;
}

.edd_download_purchase_form .edd_price_options span.price-sep {
  margin: 0px 5px;
}

/* EDD Invoice */
#edd-invoices .edd-invoices-div {
  margin-bottom: 1em;
}
#edd-invoices .edd-invoices-div .edd-invoices-field {
  display: block;
  float: none;
}

#edd-invoices input[type="text"],
#edd-invoices select,
#edd-invoices textarea {
  width: 40%;
}

/*  Pricing table */
.pricing-table-widget .sp_pricing_section {
  background: none;
  padding: 0px;
  margin: 0px;
}
.pricing-table-widget .price-custom-title {
  display: none;
}
.pricing-table-widget .pricing__feature-list ul li {
  list-style: none;
}

/* Contact V2 */
.contact-section-wrap {
  margin-bottom: 60px;
}
.contact-section-wrap .contact-section a {
  padding: 20px;
  border: 2px solid #e9e9e9;
  border-radius: 3px;
  display: block;
}
.contact-section-wrap .contact-section a:hover {
  border-color: #5c6ac5;
}
.contact-section-wrap .contact-section p {
  margin-bottom: 0px;
}

.main-contact-wrapper {
  max-width: 70%;
  margin: 0 auto;
}
@media screen and (max-width: 1100px) {
  .main-contact-wrapper {
    max-width: 100%;
  }
}
.main-contact-wrapper .btn, .main-contact-wrapper .gform_next_button {
  padding-left: 23px;
  padding-right: 23px;
}
.main-contact-wrapper .edd-docs-link-wrap {
  text-align: center;
  margin-bottom: 40px;
}
.main-contact-wrapper .helpscout-docs .gfield_label {
  display: none !important;
}
.main-contact-wrapper .btn-light {
  padding: 8px 18px;
}
.main-contact-wrapper #gform_page_2_1 {
  text-align: center;
}
.main-contact-wrapper #gform_page_2_1 {
  display: none;
}
.main-contact-wrapper #gform_page_2_1.edd-support-gform-on {
  display: block;
}
.main-contact-wrapper #field_2_5 {
  text-align: center;
  font-weight: 600;
}
.main-contact-wrapper .gform_wrapper {
  margin: 0;
}
.main-contact-wrapper .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
  padding: 10px 12px;
  font-size: 18px;
  width: 100%;
  font-weight: 300;
}
.main-contact-wrapper .gform_wrapper input[type="reset"], .main-contact-wrapper .gform_wrapper input[type="submit"], .main-contact-wrapper .gform_wrapper input[type="submit"] {
  text-transform: none;
  letter-spacing: 0;
  font-weight: 400;
  padding: 13px 22px 14px;
}
.main-contact-wrapper .gform_wrapper input[type="radio"], .main-contact-wrapper .gform_wrapper input[type="checkbox"] {
  margin-right: 3px;
}
.main-contact-wrapper .gform_wrapper .gfield_radio li label {
  font-size: 16px;
  cursor: pointer;
}
.main-contact-wrapper .gform_wrapper .field_description_below .gfield_description {
  padding-top: 5px;
}
.main-contact-wrapper .gform_wrapper .top_label .gfield_label {
  font-size: 18px;
  font-weight: 500;
}
.main-contact-wrapper .gform_wrapper .chosen-container-single .chosen-single {
  box-shadow: none;
  background: none;
  border-radius: 3px;
  border: 2px solid #cccccc;
  height: 41px;
  padding: 7px 6px 7px 12px;
}
.main-contact-wrapper .gform_wrapper .chosen-container-single .chosen-single div b {
  position: relative;
  top: 6px;
}
.main-contact-wrapper .gform_wrapper .gform_page_footer {
  margin-top: 30px;
}
.main-contact-wrapper .gform_wrapper .gfield_radio input[type="text"] {
  width: auto !important;
}
.main-contact-wrapper .gfield_radio li {
  width: 48%;
  display: inline-block;
}
.main-contact-wrapper .gform_page_footer {
  text-align: center;
}
.main-contact-wrapper .docs-search-wrap {
  background: #f9f9f9;
  text-align: left;
  position: relative;
}
.main-contact-wrapper .docs-search-wrap a {
  color: #5c6ac5;
}
.main-contact-wrapper .docs-search-wrap .results-found {
  display: block;
  border: 1px solid #e9e9e9;
  padding: 10px 12px;
}
.main-contact-wrapper .docs-search-wrap .docs-search-results {
  margin: 0;
  padding: 0;
  border: 1px solid #e9e9e9;
  border-top: none;
  margin-top: -1px;
}
.main-contact-wrapper .docs-search-wrap .docs-search-results .article {
  margin: 0;
  padding: 10px 12px 10px 32px;
  border-top: 1px solid #e9e9e9;
  position: relative;
}
.main-contact-wrapper .docs-search-wrap .docs-search-results .article:before {
  content: "\e618";
  font-family: 'themify';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  position: absolute;
  left: 12px;
  top: 15px;
  font-size: 14px;
}
.main-contact-wrapper .docs-search-wrap .docs-search-results .article:hover {
  background: #f4f4f4;
}
.main-contact-wrapper .entry-content a {
  border-bottom: none;
}
.main-contact-wrapper .gf-hs-spinner {
  border: none;
  box-shadow: none;
  position: absolute;
  right: 10px;
  top: -38px;
}
.main-contact-wrapper #gform_confirmation_message_2 {
  border: 2px dashed #76b852;
  color: #76b852;
  font-size: 20px;
  margin-bottom: 60px;
  margin-top: 40px;
  padding: 7px 0;
  text-align: center;
}

.gform_wrapper ul.gfield_checkbox li input[type=checkbox]:checked + label, .gform_wrapper ul.gfield_radio li input[type=radio]:checked + label {
  font-weight: 500 !important;
}

.gform_wrapper .gfield_radio li label {
  margin: 10px 0 0 5px !important;
}

#edd-gateway-option-paypalexpress .label {
  background: url("assets/images/payment_paypal.png") top right no-repeat;
  min-height: 20px;
  display: inline-block;
  padding-right: 75px;
}
#edd-gateway-option-paypalexpress:after {
  content: "Pay quickly and securely with Paypal" !important;
  font-size: 13px;
  font-weight: normal;
  display: block;
  margin-top: 6px !important;
  text-indent: 0 !important;
  visibility: visible !important;
}

.edd_sl_renewal_row .edd_cart_discount {
  font-weight: 500;
  font-size: 13px;
}

.upgrade-banner {
  margin-bottom: 5%;
  padding: 4.5% 10% 6%;
  border: 1px solid #84d195;
  font-size: 16px;
  position: relative;
  background: #F4FFF6;
  border-top: solid 4px #38bb79;
  text-align: center;
}
.upgrade-banner h3 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 2%;
}
.upgrade-banner p {
  margin-bottom: 5%;
}

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