/*
Theme Name: PreciseThemes
Theme URI: http://precisethemes.com/
Author: Precise Themes
Author URI: http://precisethemes.com/
Description: Premium WordPress Themes
Version: 1.1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: precisethemes
Tags: custom-background, custom-colors
*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    margin: 0;
}

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

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

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

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

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

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

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

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

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 0;
}

hr {
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

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

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

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

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

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

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

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

td,
th {
    padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
html {
    font-size: 16px;
    letter-spacing: .03em;
}

body {
    font-size: 15px;
    line-height: 1.625em;
    font-family: 'Roboto', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.6em;
    color: #181818;
    font-weight: 500;
}

h1 {
    font-family: 'Libre Baskerville', serif;
    font-size: 3.25rem;
    font-weight: 400;
}

h2 {
    font-size: 2.5rem;
}

h3 {
    font-size: 1.8rem;
}

h4 {
    font-size: 1.125rem;
}

h5 {
    font-size: .875rem;
}

h6 {
    font-size: .75rem;
}

p {
    margin-bottom: 1.5em;
    line-height: 2em;
}

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

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code,
kbd,
tt,
var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
    font-size: 0.9375rem;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark,
ins {
    background: #fff9c0;
    text-decoration: none;
    padding: .375rem .75rem;
}

/*--------------------------------------------------------------
# Colors
--------------------------------------------------------------*/
body {
    color: #333;
    background: #f8f8f8;
}

.stop-scrolling {
    height: 100%;
    overflow: hidden;
}

.body-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
    background: rgba(0, 0, 0, .2);
    z-index: 1;
}

.body-overlay.active {
    visibility: visible;
    opacity: 1;
}

a {
    color: #333;
    text-decoration: none !important;
}

a:hover,
a:focus,
a:active {
    color: #181818;
}

/*--------------------------------------------------------------
# CSS Transition
--------------------------------------------------------------*/
.transition-5 {
    transition: all .5s linear;
}

.transition-35 {
    transition: all .35s linear;
}

.transition-25 {
    transition: all .25s linear;
}

/*--------------------------------------------------------------
# Table
--------------------------------------------------------------*/
table {
    margin: 0 0 1.5em;
    width: 100%;
}

table {
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin: 0 0 1.75em;
    table-layout: fixed;
    width: 100%;
}

table,
th,
td {
    border: 1px solid rgba(39, 48, 57, .085);
}

table {
    border-right: 0;
    border-bottom: 0;
}

th {
    border-width: 0 1px 1px 0;
    font-weight: 600;
}

th,
td {
    padding: 6px 0;
    text-align: center;
}

td {
    border-width: 0 1px 1px 0;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    box-shadow: none;
    color: #fff;
    font-size: 1em;
    cursor: pointer;
    text-shadow: none;
    transition: all .35s linear;
    margin-top: 50px;
    display: inline-block;
    line-height: normal;
    padding: 12px 32px;
    border-radius: 25px;
    border: 2px solid transparent;
    font-weight: 300;
    background: #333;
    letter-spacing: .05rem;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    background: #808080;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
    background: #808080;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    font-size: 1em;
    margin-top: 50px;
    display: inline-block;
    border-radius: 25px;
    padding: 13px 25px;
    background: #fff;
    min-width: 200px;
    width: 100%;
    /*box-shadow: 0 0 8px rgba(50, 50, 50, .1);*/
    border: 0;
    transition: all .25s ease;
}

select {
    border: 1px solid #e8e8e8;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    outline: none;
    box-shadow: 0 0 8px rgba(50, 50, 50, .25);
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
    word-wrap: break-word;
}

.comment-content p {
    margin-bottom: 10px;
}

.bypostauthor {
    display: block;
}

.comment-list,
.comment-list ol,
.comment-list ol ol {
    list-style: none;
    padding: 0;
    margin: 0;
}

.comment-list ol,
.comment-list ol ol {
    list-style: none;
    padding: 0;
    margin: 0 -10px;
}

.comment-list li {
    padding: 10px 10px 0;
    border: 1px solid #e8e8e8;
    margin-bottom: 10px;
}

.comment-list ol li,
.comment-list ol ol li {
    border: 0;
    border-top: 1px solid #e8e8e8;
    background: #f4f4f4;
}

.comment-list li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}

.comment-list .reply {
    padding-bottom: 10px;
    text-align: right;
}

.comment-form label {
    min-width: 90px;
    display: inline-block;
}

.form-submit {
    margin-left: 94px;
}

@media screen and (max-width: 576px) {
    .form-submit {
        margin-left: 0;
        text-align: center;
    }
}

.comment-author img {
    margin: 0 10px 10px 0;
}

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

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #181818;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
    outline: 0;
}

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

/*--------------------------------------------------------------
# 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;
    table-layout: fixed;
}

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

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption-text {
    text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
    margin-bottom: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-caption {
    display: block;
}

/*--------------------------------------------------------------
# Container
--------------------------------------------------------------*/
.container {
    width: 1360px;
    position: relative;
    min-height: 1px;
    margin: 0 auto;
    /*overflow: hidden;*/
}

.row::before,
.row::after {
    display: table;
    content: " ";
}

.row::after {
    clear: both;
}

@media screen and (max-width: 1400px) {
    .container {
        width: calc(100% - 160px);
    }
}

@media screen and (max-width: 1200px) {
    .container {
        width: calc(100% - 120px);
    }
}

@media screen and (max-width: 992px) {
    .container {
        width: calc(100% - 80px);
    }
}

@media screen and (max-width: 576px) {
    .container {
        width: calc(100% - 30px);
    }
}

/*--------------------------------------------------------------
# buttons
--------------------------------------------------------------*/
.edd_purchase_submit_wrapper {
    margin-top: 50px;
    /*display: none;*/
}

.edd_purchase_submit_wrapper .edd-submit {
    padding: 0;
}

.edd_purchase_submit_wrapper .edd-submit.button.white {
    border-color: transparent;
    font-size: 1rem;
}

.edd_purchase_submit_wrapper .edd-submit.button.white:hover {
    background: transparent;
}

.rounded-btn {
    display: inline-block;
    padding: 12px 24px;
    margin-right: 32px;
    margin-bottom: 32px;
    border-radius: 25px;
    color: #fff;
    line-height: normal;
    background: #999;

    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.075em;
}

.edd_purchase_submit_wrapper .edd-add-to-cart-label {
    display: inline-block;
    padding: 12px 24px;
    border-radius: 25px;
    color: #333;
    line-height: normal;
    letter-spacing: .075em;
}

.edd_purchase_submit_wrapper span.edd-add-to-cart-label {
    margin: 0;
}

.rounded-btn:hover {
    border-color: transparent;
    color: #fff;
    background: #333;
}

.rounded-btn.dark,
.edd_purchase_submit_wrapper .edd-add-to-cart-label {
    border-color: transparent;
    color: #fff;
    background: #000;
    /*font-weight: 300;*/
}

.rounded-btn.dark {
    background: #000;
}

.rounded-btn.dark:hover {
    border-color: transparent;
    background: #000;
    color: #fff;
}

/*--------------------------------------------------------------
# Nav Bar
--------------------------------------------------------------*/
.nav-bar {
    width: 100%;
    background: #f4f4f4;
    position: fixed;
    z-index: 99;
    top: 0;
    transition: .5s ease;
}

.nav-bar-home {
    padding: 50px 0;
}

.nav-bar-hide {
    top: -110px;
}

.nav-bar-sm {
    height: auto;
    padding: 0;
    background: #fff;
    box-shadow: 0 0 6px #e8e8e8;
}

.header-sep {
    height: 66px;
    background: #f4f4f4;
}

.header-sep-home {
    height: 110px;
    background: #f4f4f4;
}

/*
# Nav Wrap
----------------------------------------*/
.navigation-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

/*
# Logo
----------------------------------------*/
.logo img {
    display: block;
    width: auto;
    height: 32px;
    margin-right: 16px;
}

.logo .site-title {
    display: flex;
    align-items: center;
    font-family: 'Work Sans', sans-serif;
    font-size: 24px;
    letter-spacing: 0;
    line-height: 1em;
    font-weight: 400;
}

.logo .site-title a {
    color: #000;
}

/*
# Main Menu
----------------------------------------*/
.navigation ul {
    display: flex;
    padding: 0;
    margin: 0;
}

.navigation li {
    display: flex;
    position: relative;
}

.navigation li a {
    padding: 20px 15px;
    font-size: 14px;
    letter-spacing: 0.025em;
    color: #333;
    transition: color .35s;
}

.navigation li a:hover {
    color: #999;
}

.navigation li ul {
    display: block;
    position: absolute;
    top: calc(100% + 15px);
    left: 0;
    z-index: 999;
    width: 220px;
    height: auto;
    border: 1px solid #e8e8e8;
    border-bottom: 0;
    text-align: left;
    background: #fff;
    visibility: hidden;
    opacity: 0;
    transition: all .25s linear, visibility .25s linear, opacity .25s linear;
}

.navigation li:hover > ul {
    top: 100%;
    visibility: visible;
    opacity: 1;
}

.navigation li li {
    height: auto !important;
}

.navigation li li:last-of-type {
    border-bottom: 0;
}

.navigation li li a {
    width: 100%;
    padding: 10px 15px;
    border-bottom: 1px solid #e8e8e8;
}

.navigation li li a::before {
    display: none;
}

/*
  Hamburger Menu
----------------------------------------*/
.hamburger-menu {
    position: relative;
    width: 24px;
    height: 22px;
    margin: 22px 0;
    transition: .5s ease-in-out;
    cursor: pointer;
}

.hamburger-menu {
    display: none;
}

.hamburger-menu span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #333;
    border-radius: 10px;
    opacity: 1;
    left: 0;
    transition: .25s ease-in-out;
}

.hamburger-menu span:nth-child(1) {
    top: 2px;
}

.hamburger-menu span:nth-child(2), .hamburger-menu span:nth-child(3) {
    top: 10px;
}

.hamburger-menu span:nth-child(4) {
    top: 18px;
}

.hamburger-menu.open span:nth-child(1) {
    top: 18px;
    width: 0;
    left: 50%;
}

.hamburger-menu.open span:nth-child(2) {
    transform: rotate(45deg);
}

.hamburger-menu.open span:nth-child(3) {
    transform: rotate(-45deg);
}

.hamburger-menu.open span:nth-child(4) {
    top: 18px;
    width: 0;
    left: 50%;
}

@media screen and (max-width: 992px) {
    .nav-bar-home {
        padding: 15px 0;
    }

    .nav-bar-sm {
        padding: 0;
    }

    .hamburger-menu {
        display: block;
    }

    .navigation-sm {
        font-size: 15px;
    }

    .navigation-sm ul.menu {
        display: block;
        position: fixed;
        top: 64px;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 99;
        max-width: 250px;
        width: calc(100% - 64px);
        height: calc(100vh - 100px);
        overflow-y: scroll;
        overflow-x: hidden;
        padding: 24px 0 12px;
        margin-left: -320px;
        background: #fff;
        text-align: left;
        transition: all .5s;
    }

    .navigation-sm ul.menu.show {
        margin-left: 0;
    }

    .navigation-sm li,
    .navigation li a {
        display: block;
    }

    .navigation li a {
        padding: 6px 15px 6px 40px;
    }

    .navigation li ul {
        position: relative;
        border: 0;
        visibility: visible;
        opacity: 1;
    }

    .navigation li li a {
        padding: 6px 15px 6px 65px;
        border: 0;
    }
}

@media screen and (max-width: 576px) {
    .nav-bar-home {
        padding: 0;
    }

    .navigation-sm {
        font-size: 14px;
    }

    .navigation li a {
        padding: 6px 15px 6px 20px;
    }

    .navigation li li a {
        padding: 6px 15px 6px 45px;
    }
}

/*--------------------------------------------------------------
# Hero Banner
--------------------------------------------------------------*/
.hero-section {
    padding: 200px 0;
    background: #f4f4f4;
    text-align: center;
}

.hero-section h1 {
    margin: 0;
}

.hero-section h2 {
    font-size: 18px;
    font-weight: 300;
    color: #808080;
}

.hero-section .entry-footer {
    margin-top: 120px;
}

@media screen and (max-width: 992px) {
    .hero-section {
        padding: 120px 0 150px;
    }
}

@media screen and (max-width: 576px) {
    .hero-section {
        padding: 60px 0 120px;
    }

    .hero-section h1 {
        font-size: 2em;
    }
}

/*--------------------------------------------------------------
# List of Themes
--------------------------------------------------------------*/
.list-of-themes-section {
    padding: 120px 0;
}

.list-of-themes {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.single-theme-entry {
    width: calc(50% - 60px);
    margin-bottom: 80px;
    box-shadow: 0 0 20px rgba(50, 50, 50, .08);
}

.single-theme-entry:nth-of-type(1) {
    box-shadow: none;
}

.single-theme-entry:nth-last-of-type(1),
.single-theme-entry:nth-last-of-type(2) {
    margin-bottom: 0;
}

.list-of-themes .single-theme-entry h2 {
    font-family: 'Libre Baskerville', serif;
}

.list-of-themes .single-theme-entry h2 {
    font-size: 36px;
}

.list-of-themes .single-theme-entry h2,
.list-of-themes .entry-content p {
    max-width: 500px;
}

.list-of-themes .entry-content p {
    color: #808080;
    font-weight: 300;
}

.list-of-themes .single-theme-entry figure a {
    display: block;
    position: relative;
}

.list-of-themes .single-theme-entry figure {
    margin: 0;
    position: relative;
}

.list-of-themes .single-theme-entry figure img {
    display: block;
    width: 100%;
}

.list-of-themes .single-theme-entry-overlay {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99;
    background: rgba(255, 255, 255, .75);
    opacity: 0;
    visibility: hidden;
}

.list-of-themes .single-theme-entry:hover .single-theme-entry-overlay {
    opacity: 1;
    visibility: visible;
}

.list-of-themes .single-theme-entry-overlay span.rounded-btn {
    margin-top: 50px;
    visibility: hidden;
    opacity: 0;
    transition: all .35s linear;
}

.list-of-themes .single-theme-entry:hover span.rounded-btn {
    margin-top: 0;
    visibility: visible;
    opacity: 1;
}

.list-of-themes .single-theme-entry .entry-footer a.rounded-btn {
    margin-top: 60px;
}

.list-of-themes .single-theme-entry-data {
    background: #fff;
    padding: 25px 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #f4f4f4;
}

.list-of-themes .single-theme-entry-title {
    width: calc(100% - 100px);
}

.list-of-themes .single-theme-entry-data h3 {
    margin: 0;
    font-family: 'Work Sans', sans-serif;
    font-weight: 400;
    letter-spacing: normal;
}

.list-of-themes .single-theme-entry-title span {
    display: block;
    margin-top: 6px;
    font-size: 15px;
    color: #808080;
}

.list-of-themes .entry-cost {
    width: 100px;
    text-align: right;
    font-size: 24px;
    font-weight: 300;
}

@media screen and (max-width: 1200px) {
    .list-of-themes .single-theme-entry {
        width: calc(50% - 20px);
    }
}

@media screen and (max-width: 1200px) and (min-width: 992px) {
    .list-of-themes .single-theme-entry h2 {
        font-size: 1.75rem;
    }

    .list-of-themes .entry-content {
        font-size: 15px;
    }

    .list-of-themes .single-theme-entry-data {
        padding: 15px 25px;
    }

    .list-of-themes a.rounded-btn {
        margin-top: 40px;
    }
}

@media screen and (max-width: 992px) {
    .list-of-themes .single-theme-entry,
    .list-of-themes .single-theme-entry h2,
    .list-of-themes .entry-content p {
        width: 100%;
        max-width: 620px;
    }

    .list-of-themes .single-theme-entry {
        margin: 0 auto 80px;
    }

    .list-of-themes .single-theme-entry:nth-last-of-type(1) {
        margin-bottom: 0;
    }

    .list-of-themes .single-theme-entry h1,
    .list-of-themes .single-theme-entry h2,
    .list-of-themes .entry-content p {
        text-align: center;
    }

    .list-of-themes .single-theme-entry:hover .single-theme-entry-overlay,
    .list-of-themes .single-theme-entry a.rounded-btn {
        display: none;
    }
}

@media screen and (max-width: 576px) {
    h1 {
        font-size: 2rem;
    }

    h2 {
        font-size: 1.75rem;
    }

    .list-of-themes .single-theme-entry-data {
        padding: 15px 25px;
    }
}

/*--------------------------------------------------------------
# Front Theme Features
--------------------------------------------------------------*/
.home-theme-features-section {
    padding: 120px 0;
    background: #fff;
}

.home-theme-features-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.home-theme-features-summary {
    width: calc(50% - 121px);
}

.home-theme-features {
    width: 50%;
}

.home-theme-features-summary {
    padding-right: 120px;
    border-right: 1px solid #e8e8e8;
}

.home-theme-features-summary h2,
.clients-testimonials-wrap h2 {
    margin: 0;
    font-family: 'Libre Baskerville', serif;
    font-weight: 400;
}

.home-theme-features-summary p {
    margin-top: 30px;
    color: #808080;
    font-weight: 300;
}

.home-theme-features-summary .rounded-btn {
    margin-top: 60px;
}

.home-theme-feature-holder {
    padding-top: 12px;
    border-left: 1px solid #e8e8e8;
}

.home-theme-feature {
    padding: 80px;
    border-bottom: 1px solid #e8e8e8;
    text-align: center;
}

.home-theme-feature:nth-of-type(1) {
    padding-top: 0;
}

.home-theme-feature:nth-last-child(1) {
    padding-bottom: 40px;
    border: 0;
}

.home-theme-feature img {
    max-width: 120px;
}

.home-theme-feature h3 {
    margin-top: 40px;
    margin-bottom: 0;
    font-family: 'Work Sans', sans-serif;
    font-weight: 400;
    letter-spacing: normal;
}

.home-theme-feature p {
    font-size: 15px;
    font-weight: 300;
    color: #808080;
}

@media screen and (max-width: 1200px) {
    .home-theme-features-summary {
        padding-right: 40px;
    }
}

@media screen and (max-width: 1200px) and (min-width: 992px) {
    .home-theme-features-summary h2,
    .clients-testimonials-wrap h2 {
        font-size: 1.75em;
    }

    .home-theme-feature {
        padding: 40px;
    }

    .home-theme-feature:nth-last-child(1) {
        padding-bottom: 20px;
    }
}

@media screen and (max-width: 992px) {
    .home-theme-features-summary,
    .home-theme-features {
        width: 100%;
        max-width: 620px;
        margin: 0 auto;
        text-align: center;
    }

    .home-theme-features-summary {
        border: 0;
        padding-right: 0;
    }

    .home-theme-features-summary .rounded-btn {
        display: none;
    }

    .home-theme-feature {
        border: 0;
        padding-bottom: 0;
        margin-bottom: 0;
    }

    .home-theme-feature:nth-of-type(1) {
        padding-top: 60px;
    }

    .home-theme-feature:nth-last-child(1) {
        padding-bottom: 0;
    }
}

@media screen and (max-width: 576px) {
    .list-of-themes .single-theme-entry-data {
        padding: 15px 25px;
    }
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.clients-testimonials-section {
    padding: 120px 0;
    overflow: hidden;
}

.clients-testimonials-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.clients-testimonials-wrap > article {
    width: calc(50% - 81px);
    padding-right: 80px;
    margin-right: 80px;
    border-right: 1px solid #e8e8e8;
}

.clients-testimonials {
    width: calc(50% - 80px);
}

.clients-testimonials .swiper-container-android .swiper-slide,
.clients-testimonials .swiper-wrapper {
    padding-bottom: 60px;
}

.swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 0;
}

.clients-testimonials .swiper-pagination-bullet-active,
.clients-testimonials .swiper-pagination-bullet {
    background: #333;
}

.clients-testimonials-wrap h2 span {
    display: block;
    font-family: 'Roboto', sans-serif;
    font-size: 28px;
    font-weight: 300;
    color: #a8a8a8;
}

.clients-testimonials-wrap .entry-content p {
    color: #808080;
}

.single-testimonial {
    text-align: center;
}

.single-testimonial h3 {
    margin: 0;
    font-family: 'Work Sans', sans-serif;
    font-weight: 400;
    letter-spacing: normal;
}

.single-testimonial .entry-content p {
    font-weight: 300;
    color: #808080;
}

.single-testimonial figure {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    overflow: hidden;
    margin: 20px auto 0;
    border: 3px solid #fff;
    box-shadow: 0 0 20px rgba(50, 50, 50, .2);
}

.single-testimonial figure img {
    display: block;
    width: auto;
    max-width: 200%;
    height: 100%;
}

.single-testimonial .entry-footer {
    padding-top: 15px;
}

.single-testimonial .entry-footer h4 {
    margin: 0;
    font-weight: 400;
}

.single-testimonial .entry-footer p {
    margin: 0;
    font-size: 13px;
    color: #808080;
}

.single-testimonial h5 {
    margin-top: 20px;
    font-weight: 400;
}

.single-testimonial h5 span {
    font-weight: 500;
    display: block;
    font-size: 16px;
    line-height: 2em;
}

@media screen and (max-width: 1200px) {
    .clients-testimonials-wrap > article {
        width: calc(50% - 41px);
        padding-right: 40px;
        margin-right: 40px;
    }

    .clients-testimonials {
        width: calc(50% - 40px);
    }
}

@media screen and (max-width: 992px) {
    .clients-testimonials-wrap > article,
    .clients-testimonials {
        width: 100%;
        max-width: 620px;
        margin: 0 auto;
        text-align: center;
    }

    .clients-testimonials-wrap > article {
        position: relative;
        padding: 0;
        margin-bottom: 130px;
        border: 0;
    }

    .clients-testimonials-wrap > article::after {
        content: '';
        position: absolute;
        left: 50%;
        bottom: -100px;
        width: 1px;
        height: 80px;
        background: #a8a8a8;
    }

}

/*--------------------------------------------------------------
# All Themes Page
--------------------------------------------------------------*/
.all-themes-page {
    padding: 120px 0;
}

/*--------------------------------------------------------------
# Support Page
--------------------------------------------------------------*/
.support-type {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.support-type-doc,
.support-type-ticket {
    margin-top: 60px;
    width: calc(50% - 120px);
}

.support-type h3 {
    font-family: 'Work Sans', sans-serif;
    font-weight: 400;
    letter-spacing: normal;
}

.support-type p {
    color: #808080;
}

.support-type a.rounded-btn {
    margin-top: 60px;
}

@media screen and (max-width: 1200px) {
    .support-type-doc,
    .support-type-ticket {
        width: calc(50% - 80px);
    }
}

@media screen and (max-width: 992px) {
    .support-type {
        text-align: center;
    }

    .support-type-doc,
    .support-type-ticket {
        width: 100%;
        max-width: 620px;
        margin-right: auto;
        margin-left: auto;
    }

    .support-type-doc {
        margin-bottom: 40px;
    }

    .support-type a.rounded-btn {
        margin-top: 40px;
    }
}

/*--------------------------------------------------------------
# Support Forum
--------------------------------------------------------------*/
#bbpress-forums {
    font-size: 1rem;
}

div.bbp-breadcrumb,
div.bbp-topic-tags {
    font-size: 0.9375rem;
}

#bbpress-forums #bbp-search-form input[type="text"],
#bbpress-forums #bbp-search-form input[type="submit"] {
    margin-top: 8px;
}

#bbpress-forums ul.bbp-lead-topic,
#bbpress-forums ul.bbp-topics,
#bbpress-forums ul.bbp-forums,
#bbpress-forums ul.bbp-replies,
#bbpress-forums ul.bbp-search-results {
    margin-top: 100px;
    border: 1px solid #e8e8e8;
    font-size: 1rem;
}

#bbpress-forums li.bbp-header {
    padding: 15px 20px 14px;
    background: #fff;
    border-top: 0;
}

#bbpress-forums li.bbp-body ul.forum,
#bbpress-forums li.bbp-body ul.topic,
div.bbp-forum-header,
div.bbp-topic-header,
div.bbp-reply-header,
li.bbp-body div.hentry {
    padding: 15px 20px 14px;
}

#bbpress-forums li.bbp-forum-info a.bbp-forum-title,
#bbpress-forums li.bbp-topic-title a.bbp-topic-permalink {
    font-size: 1.125rem;
    font-weight: 500;
}

#bbpress-forums .bbp-forum-info .bbp-forum-content,
#bbpress-forums p.bbp-topic-meta {
    font-size: 0.8125rem;
}

#bbpress-forums div.bbp-forum-author,
#bbpress-forums div.bbp-topic-author,
#bbpress-forums div.bbp-reply-author {
    width: 150px;
    text-align: left;
}

.bbp-reply-post-date,
.bbp-pagination-count {
    font-size: 12px;
    color: #808080;
}

div.bbp-template-notice.info {
    border: solid 1px #e8e8e8;
    background-color: #fff;
    padding: 6px 18px;
    color: #808080;
    border-radius: 0;
}

#bbpress-forums div.bbp-reply-header {
    padding: 8px 20px;
    font-size: 12px;
}

.bbp-forum-header a.bbp-forum-permalink,
.bbp-topic-header a.bbp-topic-permalink,
.bbp-reply-header a.bbp-reply-permalink {
    color: #a8a8a8;
}

#bbpress-forums div.bbp-topic-content ul,
#bbpress-forums div.bbp-reply-content ul,
#bbpress-forums div.bbp-topic-content ol,
#bbpress-forums div.bbp-reply-content ol {
    margin: 0 15px 15px 54px;
}

/*--------------------------------------------------------------
## Awesome Support Tickets
--------------------------------------------------------------*/
.wpas-login-register .wpas-form h3 {
    font-family: 'Work Sans', sans-serif;
    font-weight: 400;
    letter-spacing: normal;
}

.wpas-ticket-buttons-top .wpas-link-logout {
    display: none;
}

.wpas-ticket-buttons-top a {
    margin-top: 50px;
    margin-right: 15px;
    color: #6c6b75;
    display: inline-block;
    line-height: normal;
    padding: 12px 32px;
    border-radius: 25px;
    border: 2px solid #a8a8a8;
    background: transparent;
    font-size: 16px;
}

#wpas_ticketlist_filters {
    margin-top: 60px;
}

#wpas_ticketlist_filters select {
    background: transparent;
    border-radius: 30px;
    padding: 12px 32px;
    font-size: 16px;
    box-shadow: none;
    outline: none;
    height: 48px;
    border: 2px solid #a8a8a8;
}

#wpas_ticketlist_filters input[type="text"] {
    margin-top: 0;
    background: transparent;
    border: 2px solid #a8a8a8;
    height: 48px;
}

#wpas_ticketlist_filters .wpas-clear-filter {
    right: 30px;
}

#wpas_ticketlist {
    margin-top: 30px;
}

#wpas_ticketlist thead,
#wpas_ticketlist tbody {
    background: #fff;
    border: 1px solid #e8e8e8;
}

#wpas_ticketlist thead th,
#wpas_ticketlist tbody td {
    padding: 15px 15px;
    text-align: left;
    border-right: 1px solid #e8e8e8;
}

/*--------------------------------------------------------------
## Submit Ticket
--------------------------------------------------------------*/
.wpas-form-group {
    color: #808080;
}

.wpas-form-group .wpas-form-control {
    margin-top: 15px;
    max-width: 500px;
    display: block;
    min-height: 48px;
    font-size: 1em;
    border-radius: 25px;
    padding: 7px 25px;
    background: #fff;
    min-width: 200px;
    width: 100%;
    box-shadow: 0 0 8px #e8e8e8;
    border: 0;
    transition: all .25s ease;
    outline: none;
}

button.wpas-btn {
    font-size: 1rem;
}

.wpas-help-block {
    display: none;
}

/*--------------------------------------------------------------
## Ticket Details
--------------------------------------------------------------*/
.wpas-ticket-details .wpas-ticket-details-header,
.wpas-ticket-details .wpas-ticket-replies {
    background: #fff;
    border: 1px solid #e8e8e8;
}

.wpas-ticket-details .wpas-ticket-details-header thead th,
.wpas-ticket-details .wpas-ticket-details-header tbody td,
.wpas-ticket-details .wpas-ticket-replies td {
    padding: 15px 15px;
    text-align: left;
    border-right: 1px solid #e8e8e8;
}

.wpas-ticket-details .wpas-ticket-replies {
    margin-top: 60px;
}

.wpas-table > tbody > tr > td,
.wpas-table > tbody > tr > th,
.wpas-table > tfoot > tr > td,
.wpas-table > tfoot > tr > th,
.wpas-table > thead > tr > td,
.wpas-table > thead > tr > th {
    border-color: #e8e8e8;
}

.wpas-ticket-replies > tbody > tr.wpas_user_administrator > td,
.wpas-ticket-replies > tbody > tr.wpas_user_wpas_agent > td,
.wpas-ticket-replies > tbody > tr.wpas_user_wpas_manager > td,
.wpas-ticket-replies > tbody > tr.wpas_user_wpas_support_manager > td {
    background: #fff;
}

/*--------------------------------------------------------------
# Documentation
--------------------------------------------------------------*/
.documentation-page {
    padding: 120px 0;
}

.documentation-page .single-theme-entry:nth-of-type(1) {
    width: 100%;
    margin-bottom: 80px;
}

.documentation-page .list-of-themes .single-theme-entry-data {
    align-items: flex-start;
}

.documentation-page .list-of-themes .single-theme-entry-title,
.documentation-quick-links {
    width: 100%;
}

.documentation-quick-links ul {
    margin: 0;
    padding: 15px 20px 0;
}

.documentation-quick-links li a {
    display: block;
    padding: 4px 0;
    color: #808080;
    transition: all .35s linear;
}

.documentation-quick-links li a:hover {
    color: #333;
}

/*--------------------------------------------------------------
# Single Page
--------------------------------------------------------------*/
.single-page {
    padding: 120px 0;
}

@media screen and (max-width: 992px) {
    .page-template h1.entry-title {
        text-align: center;
    }
}

/*--------------------------------------------------------------
# Documentation Single Page
--------------------------------------------------------------*/
.documentation-single-page {
    padding: 120px 0;
}

.pt-documentation-wrap {
    padding: 0 0 100px;
    border-top: 1px solid #f4f4f4;
}

.pt-documentation-section {
    padding: 60px 0 80px 0px;
}

.pt-documentation-section h2 {
    position: relative;
}

.pt-documentation-section figure {
    margin: 0;
}

/*--------------------------------------------------------------
# Wrapper
--------------------------------------------------------------*/
.doc-warp {
    /*width: 1450px;*/
    margin: 0 auto;
    padding: 25px;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.doc-cont {
    width: calc(100% - 280px);
    float: left;
    border-right: 1px solid #e8e8e8;
}

.doc-sec {
    padding: 35px 30px 50px 0;
    border-bottom: 1px solid #e8e8e8;
}

.doc-sec h2,
.doc-sec h3 {
    font-family: 'Work Sans', sans-serif;
    font-size: 2rem;
    font-weight: 500;
    letter-spacing: normal;
}

.doc-sec h3 {
    font-size: 1.5rem;
}

.doc-sec figure {
    margin: 15px -13px 30px;
    width: calc(100% + 60px);
    overflow: hidden;
    text-align: center;
}

.doc-sec img {
    max-width: 100%;
}

.doc-warp ol,
.doc-warp ul {
    margin: 0;
    padding-bottom: 10px;
    padding-left: 25px;
}

.doc-warp ol {
    padding-left: 45px;
}

.doc-warp ul li {
    list-style: none;
}

.doc-warp ol li {
    list-style: decimal;
}

.doc-warp ol li li {
    list-style: lower-alpha;
}

.doc-sec p,
.doc-sec li {
    margin-bottom: 15px;
}

.doc-sec .dt-note {
    font-style: italic;
    color: #96959d;
}

.doc-sec .dt-note a {
    font-style: normal;
}

.dt-highlight {
    color: #fff;
    background: dodgerblue;
    padding: 2px 8px;
    border-radius: 2px;
    font-style: normal;
}

/*--------------------------------------------------------------
# Doc Sidebar
--------------------------------------------------------------*/
.doc-sidebar {
    width: 250px;
    float: right;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
.pt-doc-nav > ul {
    padding: 0;
    margin: -5px 0 0;
    list-style-type: none;
    max-height: 90vh;
    overflow-y: auto;
}

.pt-doc-nav li {
    display: block;
    color: #a8a8a8;
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
    position: relative;
    padding: 6px 0 5px 20px;
    -webkit-transition: all .35s ease-out;
    -moz-transition: all .35s ease-out;
    -o-transition: all .35s ease-out;
    transition: all .35s ease-out;
}

.pt-doc-nav li:before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #c0bfc4;
    position: absolute;
    top: 17px;
    left: 0;
}

.pt-doc-nav li:hover,
.pt-doc-nav .active {
    color: #333;
}

.pt-doc-nav li:hover:before,
.pt-doc-nav .active:before {
    background: #808080;
}

.pt-doc-nav li ul {
    height: 0;
    overflow: hidden;
    margin: 0;
    padding: 0;
    border-left: 2px solid #eeecf6;

    -webkit-transition: all .35s ease-out;
    -moz-transition: all .35s ease-out;
    -o-transition: all .35s ease-out;
    transition: all .35s ease-out;
}

.pt-doc-nav li.active ul {
    overflow: visible;
    height: auto;
    margin: 15px 0;
}

.pt-doc-nav li ul li {
    margin: 4px 0;
    padding: 0 0 0 20px;
}

.pt-doc-nav li ul li:before {
    height: 25px;
    width: 2px;
    top: 0;
    border-radius: 0;
    background: transparent;
    left: -2px;
}

.pt-doc-nav li ul li:hover:before,
.pt-doc-nav li ul .active:before {
    background: #808080;
}

.pt-doc-nav li.active li ul {
    overflow: hidden;
    height: 0;
    margin: 0;
    padding: 0;
    border-left: transparent;
}

.pt-doc-nav li.active li.active ul {
    overflow: visible;
    height: auto;
    margin: 15px 0;
}

.pt-doc-nav li li li:before {
    height: 4px;
    width: 4px;
    border-radius: 50%;
    top: 10px;
    background: #a8a8a8;
    left: 8px;

    -webkit-transition: all .35s ease-out;
    -moz-transition: all .35s ease-out;
    -o-transition: all .35s ease-out;
    transition: all .35s ease-out;
}

.pt-doc-nav li li li:hover:before,
.pt-doc-nav li li li.active:before {
    background: #808080;
}

@media screen and (max-width: 1200px) {
    .doc-cont {
        width: 100%;
        border: 0;
    }

    .doc-sec {
        padding-right: 0;
    }

    .doc-sidebar {
        display: none;
    }
}

/*--------------------------------------------------------------
# Single Theme Page
--------------------------------------------------------------*/
.single-theme-page {
    /*padding: 120px 0;*/
}

.single-theme .entry-header {
    background: #e8e8e8;
}

.single-theme .entry-title {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-end;
    width: 400px;
    height: 480px;
    padding-bottom: 120px;
}

.single-theme .entry-title h1 {
    margin-bottom: 0;
    font-size: 2.8rem;
}

.single-theme h2 {
    font-weight: 400;
    letter-spacing: normal;
}

.single-theme .entry-title h2 {
    font-size: 18px;
    letter-spacing: .05em;
    color: #808080;
}

/*
# Theme Info
---------------------------------------------*/
.single-theme .theme-info-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.single-theme .theme-info-wrap,
.single-theme .theme-summary-wrap,
.standard-features,
.extra-features,
.free-vs-pro,
.client-showcase,
.buy-now-box {
    padding: 120px 0;
}

.extra-features {
    padding-top: 0;
}

.single-theme .theme-info {
    width: 400px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.single-theme .theme-info li {
    margin-bottom: 40px;
    color: #808080;
}

.single-theme .theme-info label {
    display: block;
    margin-bottom: 7px;
    font-weight: 500;
    color: #333;
}

.single-theme .theme-thumbnail {
    width: calc(100% - 400px);
    margin-top: -520px;
    margin-bottom: 0;
    background: #fff;
    box-shadow: 0 0 20px rgba(50, 50, 50, .08);
}

.single-theme .theme-thumbnail img {
    display: block;
    width: 100%;
    height: auto;
}

/*
# Theme Details
---------------------------------------------*/
.single-theme .theme-summary-wrap {
    background: #fff;
}

.single-theme .theme-summary {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	align-items: flex-start;
}

.single-theme .theme-summary p {
    color: #808080;
}

.single-theme .theme-summary .entry-summary {
    width: calc(100% - 700px);
}

.single-theme .theme-summary figure {
    width: 620px;
    padding-bottom: 40px;
    border: 1px solid #e8e8e8;
}

.single-theme .theme-summary figure img {
    display: block;
    width: 100%;
    height: auto;
}

.buy-now-box {
    padding-top: 0;
    text-align: center;
}

/*
# Theme Purchase Button
---------------------------------------------*/
.single-theme .theme-purchase {
    margin-top: 80px;
}

.single-theme .theme-purchase a:nth-of-type(1) {
    margin-right: 30px;
}

.single-theme .theme-purchase a.free-download {
    display: inline-block;
    margin-top: 30px;
    color: #a8a8a8;
    border-bottom: 1px solid #e8e8e8;
}

.single-theme .theme-purchase a.free-download:hover {
    color: #333;
}

/*
# Highlighted Features
---------------------------------------------*/
.single-theme .highlighted-features {
    padding: 120px 0 0;
}

.single-theme .highlighted-feature {
    margin-bottom: 120px;
}

.single-theme .highlighted-feature h2 {
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 300;
}

.single-theme .highlighted-feature .entry-content {
    max-width: 576px;
}

.single-theme .highlighted-feature p {
    margin-top: 0;
    font-size: 15px;
    color: #808080;
}

.single-theme .highlighted-feature img {
    display: block;
    max-width: calc(100% + 50px);
    margin: 0 -25px;
}

/*
# Standard Features
---------------------------------------------*/
.standard-features {
    background: #fff;
}

ol.standard-feature {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0;
    margin: 0;
    list-style-type: none;
    counter-reset: li;
}

ol.standard-feature li {
    position: relative;
    width: calc(50% - 80px);
    padding-top: 20px;
    margin-top: 80px;
}

ol.standard-feature li:nth-of-type(1),
ol.standard-feature li:nth-of-type(2) {
    margin-top: 0;
}

ol.standard-feature li:before {
    position: absolute;
    top: 0;
    left: 0;
    counter-increment: li;
    content: counter(li, decimal-leading-zero);
    font-size: 48px;
    font-weight: 100;
    color: #d8d8d8;
}

ol.standard-feature h3 {
    margin-top: 20px;
    margin-bottom: 15px;
    font-size: 32px;
    font-weight: 300;
}

ol.standard-feature p {
    font-size: 15px;
    color: #808080;
}

/*
# Extra Features
---------------------------------------------*/
.extra-features h2 {
    margin-top: 0;
    font-size: 32px;
    font-weight: 400;
}

.extra-features ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0;
    margin: 0;
    list-style: none;
}

.extra-features ul li {
    position: relative;
    width: calc(33.333333% - 20px);
    padding: 6px 0 6px 18px;
}

.extra-features ul li:before {
    content: '✔';
    position: absolute;
    top: 6px;
    left: 0;
    width: 12px;
    height: 24px;
    font-size: 12px;
    color: #a8a8a8;
}

.extra-features ul li .pro-tag {
    display: inline-block;
    padding: 4px 5px 3px 6px;
    margin-left: 3px;
    border-radius: 3px;
    font-size: 11px;
    line-height: 1;
    color: #fff;
    letter-spacing: 1px;
    text-transform: uppercase;
    background: #745ec5;
}

/*
# Free vs Pro
---------------------------------------------*/
.free-vs-pro {
    padding-top: 0 !important;
}

.free-vs-pro table {
    border: 0;
    background: #fdfdfd;
}

.free-vs-pro thead {
    background: #88888a;
    font-size: 18px;
    color: #fff;
}

.free-vs-pro thead th {
    padding: 14px 25px 12px;
    border-right: 0;
    font-weight: 400;
}

.free-vs-pro th,
.free-vs-pro td {
    padding: 10px 0;
    font-weight: 400;
}

.free-vs-pro tbody tr td {
    padding: 14px 25px;
    border-right: 0;
}

.free-vs-pro tbody tr td:nth-child(1),
.free-vs-pro thead tr th:nth-child(1) {
    text-align: left;
}

/*
# Showcase
---------------------------------------------*/
.client-showcase {
    display: none;
}

@media screen and (max-width: 1200px) {
    .single-theme .entry-title {
        width: 100%;
        height: auto;
        padding-top: 60px;
        padding-bottom: 80px;
        text-align: center;
    }

    .single-theme .theme-info-wrap,
    .single-theme .theme-summary-wrap,
    .standard-features,
    .extra-features,
    .free-vs-pro,
    .client-showcase {
        padding: 80px 0;
    }

    .single-theme .theme-info {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        width: 100%;
    }

    .single-theme .theme-info li {
        margin: 0 40px;
    }

    .single-theme .theme-thumbnail {
        display: none;
    }

    .single-theme .theme-summary .entry-summary,
    .single-theme .theme-summary figure {
        width: 100%;
        text-align: center;
    }

    .single-theme .theme-summary .entry-summary h2 {
        margin-top: 0;
    }

    .single-theme .theme-summary figure {
        margin-top: 80px;
    }

    .single-theme .highlighted-features {
        padding-top: 80px;
    }

    .single-theme .highlighted-feature {
        margin-bottom: 80px;
        text-align: center;
    }

    .single-theme .highlighted-feature .entry-content {
        max-width: 100%;
    }

    ol.standard-feature li,
    .extra-features ul li {
        width: calc(50% - 40px);
    }

    ol.standard-feature li:nth-last-of-type(1) p {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 768px) {
    ol.standard-feature h3 {
        margin-top: 30px;
    }

    ol.standard-feature li,
    .extra-features ul li {
        width: 100%;
        text-align: center;
    }

    ol.standard-feature li:before {
        left: 50%;
        margin-left: -26px;
    }

    ol.standard-feature li,
    ol.standard-feature li:nth-of-type(2) {
        margin-top: 60px;
    }

    .extra-features h2 {
        text-align: center;
    }

    .extra-features ul li {
        padding: 8px 0;
    }

    .extra-features ul li:before {
        display: none;
    }
}

@media screen and (max-width: 576px) {
    .single-theme .theme-info {
        display: block;
    }

    .single-theme .theme-info li {
        margin-top: 30px;
        text-align: center;
    }

    .single-theme .theme-info li:nth-of-type(1) {
        margin-top: 0;
    }

    .single-theme .theme-purchase {
        margin-top: 40px;
    }

    .single-theme .theme-purchase a {
        margin: 0 15px 25px;
    }

    .single-theme .theme-purchase a:nth-of-type(1) {
        margin-right: 15px;
    }

    .single-theme .theme-summary figure {
        margin-top: 40px;
    }

    .single-theme .highlighted-feature img {
        width: calc(100% + 30px);
        margin: 0 -15px;

    }

}

@media screen and (max-width: 1200px) {

}

/*
# Single Theme edd
---------------------------------------------*/

.edd_download_purchase_form .edd_price_options ul {
    margin-top: 50px;
}

.edd_download_purchase_form .edd_price_options li {
    padding: 0 20px;
    border: 1px solid #e8e8e8;
    border-bottom: 0;
    transition: all .35s ease;
}

.edd_download_purchase_form .edd_price_options li:last-of-type {
    border-bottom: 1px solid #e8e8e8;
}

.edd_download_purchase_form .edd_price_options label {
    display: flex;
    align-items: center;
}

.edd_download_purchase_form .edd_price_options label input[type="radio"] {
    position: relative;
    display: block;
    width: 48px;
    height: 98px;
    cursor: pointer;
    margin-right: 15px;
}

.edd_download_purchase_form .edd_price_options label input[type="radio"]:checked,
.edd_download_purchase_form .edd_price_options label input[type="radio"]:focus {
    outline: none;
}

.edd_download_purchase_form .edd_price_options label input[type="radio"]:after {
    content: '✔';
    position: absolute;
    top: 23px;
    left: -2px;
    width: 52px;
    height: 52px;
    background: #fff;
    border: 2px solid #a8a8a8;
    text-align: center;
    font-size: 20px;
    color: #c0bfc4;
    border-radius: 50%;
    overflow: hidden;
    padding-top: 8px;
    transition: all .35s ease;
}

.edd_download_purchase_form .edd_price_options input[type="radio"]:checked:after {
    color: #fff;
    background: #745ec5;
    border-color: transparent;
}

.edd_download_purchase_form .edd_price_options .edd_price_option_name {
    position: relative;
    font-size: 1.2rem;
    width: calc(100% - 149px);
    height: 48px;
    color: #808080;
}

.edd_download_purchase_form .edd_price_options input[type="radio"]:checked + span.edd_price_option_name {
    color: #745ec5;
}

.edd_download_purchase_form .edd_price_options .edd_price_option_name:after {
    content: 'Single domain - one time fee';
    position: absolute;
    top: 25px;
    left: 0;
    width: 100%;
    font-size: .875rem;
    color: #96959d;
}

.edd_download_purchase_form .edd_price_options li:nth-of-type(1) .edd_price_option_name:after {
    content: 'Single Domain - one time fee';
}

.edd_download_purchase_form .edd_price_options li:nth-of-type(2) .edd_price_option_name:after {
    content: 'Unlimited Domain - billed annually';
}

.edd_download_purchase_form .edd_price_options li:nth-of-type(3) .edd_price_option_name:after {
    content: 'Unlimited Domain - one time fee';
}

.edd_download_purchase_form .edd_price_options .edd_price_option_sep {
    display: none;
}

.edd_download_purchase_form .edd_price_options .edd_price_option_price {
    width: 86px;
    color: #808080;
    text-align: right;
    font-size: 1.125rem;
}

.edd_download_purchase_form .edd_price_options input[type="radio"]:checked + .edd_price_option_price {
    color: green !important;
}

.edd_download_purchase_form .edd_price_options .variable-prices {
    display: none;
}

/*--------------------------------------------------------------
# Social Share Discount
--------------------------------------------------------------*/
.pt-social-share-discount {
    padding-top: 100px;
}

/*--------------------------------------------------------------
# Subscribe
--------------------------------------------------------------*/
/*.pt-subscribe-wrap {*/
/*padding: 100px 0;*/
/*background: #f4f4f4;*/
/*overflow: hidden;*/
/*}*/

/*.pt-subscribe-wrap-ttl h3 {*/
/*font-size: 2rem;*/
/*margin: 0;*/
/*font-weight: 400;*/
/*}*/

/*.pt-subscribe-wrap-ttl p,*/
/*.pt-subscribe-wrap-form p {*/
/*margin-top: 10px;*/
/*font-size: 15px;*/
/*}*/

/*.pt-subscribe-wrap-form {*/
/*margin-top: 30px;*/
/*text-align: right;*/
/*}*/

/*.pt-subscribe-wrap-form p {*/
/*font-size: 13px;*/
/*}*/

/*.pt-subscribe-wrap-form input[type="email"] {*/
/*margin-top: 0;*/
/*display: inline-block;*/
/*border-radius: 25px 0 0 25px;*/
/*padding: 16px 25px 14px;*/
/*background: #fff;*/
/*width: calc(100% - 185px);*/
/*box-shadow: 0 0 20px rgba(24,24,24,.08);*/
/*border: 0;*/
/*transition: all .25s ease;*/
/*}*/

/*.pt-subscribe-wrap-form input[type="email"]:hover,*/
/*.pt-subscribe-wrap-form input[type="email"]:focus {*/
/*box-shadow: 0 0 8px rgba(46,44,59,.3);*/
/*}*/

/*.pt-subscribe-wrap-form input[type="submit"] {*/
/*margin-top: 0;*/
/*display: inline-block;*/
/*width: 180px;*/
/*margin-left: -4px;*/
/*border-radius: 0 25px 25px 0;*/
/*padding: 14px 0 10px;*/
/*background: #745ec5;*/
/*font-size: 14px;*/
/*line-height: 1.8em;*/
/*text-transform: uppercase;*/
/*color: #fff;*/
/*border: 0;*/
/*letter-spacing: .075em;*/
/*transition: all .25s ease;*/
/*}*/

/*.pt-subscribe-wrap-form input[type="submit"]:hover {*/
/*background: #5b48a2;*/
/*}*/

/*--------------------------------------------------------------
# Checkout Page
--------------------------------------------------------------*/
#edd_checkout_wrap {
    padding-top: 40px;
}

/* #edd_checkout_cart_form {
    float: right;
    width: 350px;
    margin-bottom: 50px;
} */

.pt-checkout-summary h3 {
    margin-bottom: 20px;
}

.pt-checkout-box {
    /*background: #fff;*/
    /*box-shadow: 0 0 20px rgba(50,50,50,.08);*/
}

.pt-checkout-box > div {
    margin-bottom: 60px;
    background: #fff;
}

.pt-checkout-box > div:nth-last-of-type(1),
.pt-checkout-box > div:nth-last-of-type(2) {
    margin-bottom: 0;
}

.pt-checkout-box > .pt-checkout-item-total-price {
    display: none;
}

.pt-checkout-item-name {
    margin: 0;
    border-radius: 4px 4px 0 0;
    overflow: hidden;
}

.pt-checkout-item-name img {
    width: 100%;
    height: auto;
}

.pt-checkout-item-name h3,
.pt-recommended-service-box h3 {
    position: relative;
    width: calc(100% - 24px);
    margin: 0;
    border-top: 0;
    padding: 20px 20px 10px;
    font-size: 20px;
    font-weight: 500;
}

.pt-checkout-item-name h3 > a {
    position: absolute;
    top: 26px;
    right: 26px;
    z-index: 99;
    width: 24px;
    height: 24px;
    text-align: center;
    color: #a8a8a8;
    font-size: 22px;
    line-height: 1em;
}

.pt-checkout-item-name h3 > a:hover {
    color: #d91e18;
}

.pt-checkout-item-name .eddr-cart-item-notice {
    display: none;
}

.pt-checkout-item-benefits {
    padding: 0 20px 10px 45px;
    font-size: .9rem;
    margin-bottom: 25px;
}

.pt-checkout-item-benefits li {
    margin-top: 10px;
    line-height: 1.1rem;
}

.pt-checkout-item-price,
.pt-checkout-item-total-price {
    display: flex;
    /*border-bottom: 1px solid #e8e8e8;*/
    padding: 0 20px 20px;
    font-size: .875rem;
}

.pt-checkout-item-total-price {
    font-size: 1rem;
    padding: 20px;
}

.pt-checkout-item-price span,
.pt-checkout-item-total-price span {
    display: inline-block;
    width: 60%;
}

.pt-checkout-item-price span:last-of-type,
.pt-checkout-item-total-price span:last-of-type {
    text-align: right;
    width: 40%;
    font-weight: 400;
}

.pt-checkout-item-total-price span:last-of-type {
    font-size: 1.1rem;
}

.pt-checkout-item-total-price,
.pt-checkout-item-total-price span:last-of-type {
    border: 0;
    font-weight: 500;
}

/* #edd_checkout_form_wrap {
    float: left;
    width: calc(100% - 480px);
    margin-right: 60px;
} */

#edd_show_discount {
    display: none !important;
}

#edd-discount-code-wrap {
    display: block !important;
}

#edd_checkout_form_wrap #edd-discount-code-wrap {
    border: 0;
}

#edd_checkout_form_wrap .edd-cart-adjustment {
    padding: 15px 0;
}

#edd-discount-code-wrap label.edd-label {
    position: relative;
    font-size: 0;
    margin-bottom: 20px;
}

p#edd-discount-code-wrap {
    padding: 15px !important;
}

#edd-discount-code-wrap label.edd-label:before {
   content: 'Have a Discount Coupon?';
    position: absolute;
    top: 15px;
    left: 15px;
    width: 100%;
    font-size: 16px !important;
    font-weight: 500 !important;
}

#edd_checkout_form_wrap span.edd-description {
    display: none;
}

#edd_checkout_form_wrap fieldset,
#edd_checkout_form_wrap fieldset#edd_sl_renewal_fields {
    padding: 0;
    border: 0;
}

#edd_checkout_form_wrap #edd_checkout_login_register input[type="email"],
#edd_checkout_form_wrap #edd_checkout_login_register input[type="text"],
#edd_checkout_form_wrap #edd_checkout_login_register input[type="password"],
#edd_checkout_form_wrap input[type="text"],
#edd_checkout_form_wrap input[type="email"],
#edd_checkout_form_wrap input[type="tel"],
#edd_checkout_form_wrap select {
    margin-top: 20px;
    display: inline-block;
    border-radius: 25px;
    padding: 16px 25px 17px;
    background: #fff;
    box-shadow: 0 0 8px rgba(50, 50, 50, .1);
    border: 0;
    transition: all .25s ease;
}

#edd_checkout_form_wrap .edd-user-login-submit .edd-submit {
    margin-bottom: 80px;
}

#edd_checkout_form_wrap .edd-user-login-submit .edd-submit.button,
#edd_checkout_wrap #edd-purchase-button {
    margin-top: 10px !important;
    display: inline-block !important;
    line-height: normal !important;
    padding: 12px 32px !important;
    border-radius: 25px !important;
    border: 2px solid transparent !important;
    background: #333 !important;
    color: #fff !important;
    font-size: 1em;
    transition: all .3s linear;
}

#edd_checkout_form_wrap .edd-user-login-submit .edd-submit:hover,
#edd_checkout_wrap #edd-purchase-button:hover {
    background: #808080 !important;
}

#edd_checkout_form_wrap #edd_checkout_login_register input[type="email"]:hover,
#edd_checkout_form_wrap #edd_checkout_login_register input[type="text"]:hover,
#edd_checkout_form_wrap #edd_checkout_login_register input[type="password"]:hover,
#edd_checkout_form_wrap #edd_checkout_login_register input[type="email"]:focus,
#edd_checkout_form_wrap #edd_checkout_login_register input[type="text"]:focus,
#edd_checkout_form_wrap #edd_checkout_login_register input[type="password"]:focus {
    box-shadow: 0 0 8px rgba(50, 50, 50, .25);
}

#edd-first-name-wrap,
#edd-last-name-wrap,
#edd-user-pass-wrap,
#edd-user-pass-confirm-wrap {
    display: inline-block;
    width: 45%;
}

#edd_checkout_form_wrap #edd_checkout_login_register #edd-last-name-wrap,
#edd_checkout_form_wrap #edd_checkout_login_register #edd-user-pass-confirm-wrap,
#edd_checkout_user_info #edd-last-name-wrap {
    margin-left: 68px;
}

#edd_checkout_form_wrap #edd_checkout_login_register #edd-email-wrap label,
#edd_checkout_form_wrap #edd_checkout_login_register #edd-first-name-wrap label,
#edd_checkout_form_wrap #edd_checkout_login_register #edd-last-name-wrap label,
#edd_register_account_fields label {
    display: none;
}

#edd_checkout_form_wrap legend,
#edd-discount-code-wrap label.edd-label:before {
    font-size: 24px;
    font-weight: 400;
}

#edd_checkout_login_register,
#edd_register_account_fields,
#edd_discount_code {
    margin-top: 50px !important;
}

#edd-license-key-container-wrap,
#edd_checkout_form_wrap fieldset#edd_sl_renewal_fields p.edd-sl-renewal-actions {
    display: inline-block;
}

#edd_checkout_form_wrap .edd-cart-adjustment input.edd-input {
    display: inline-block;
    border-radius: 25px 0 0 25px;
    padding: 16px 25px 17px;
    background: #fff;
    width: calc(100% - 250px);
    min-width: 300px;
    box-shadow: 0 0 20px rgba(50, 50, 50, .1);
    border: 0;
    transition: all .25s ease;
}

#edd_checkout_form_wrap .edd-cart-adjustment input.edd-input:hover,
#edd_checkout_form_wrap .edd-cart-adjustment input.edd-input:focus {
    box-shadow: 0 0 8px rgba(50, 50, 50, .25);
}

#edd_checkout_form_wrap .edd-cart-adjustment input.edd-submit,
#edd-add-license-renewal {
    display: inline-block;
    width: 150px;
    margin-right: 10px;
    border-radius: 0 25px 25px 0;
    padding: 16px 0 14px;
    background: #745ec5;
    font-size: 16px;
    color: #fff;
    border: 0;
    letter-spacing: .04em;
    transition: all .25s ease;
}

#edd-license-key-container-wrap {
    width: calc(100% - 230px);
}

#edd-license-key-container-wrap input.edd-input {
    width: 100% !important;
}

#edd-add-license-renewal {
    width: 230px;
}

#edd-cancel-license-renewal {
    width: 48px;
    overflow: hidden;
}

#edd_checkout_form_wrap .edd-cart-adjustment input.edd-submit:hover {
    background: #5b48a2;
}

#edd_checkout_form_wrap .edd-cart-adjustment input.edd-submit:focus {
    outline: none !important;
}

.pt-recommended-service {
    margin-top: 60px;
}

.pt-recommended-service h3 {
    margin-bottom: 20px;
}

.pt-recommended-service-box {
    border-radius: 4px;
    text-align: center;
    padding: 15px 0 50px;
    background: #fff;
    box-shadow: 0 0 20px rgba(50, 50, 50, .08);
}

.pt-recommended-service-box h3 {
    margin: 0;
}

.pt-recommended-service-box p {
    font-size: .9375rem;
    padding: 15px 20px;
}

.pt-recommended-service-box a {
    margin: 0;
}

#edd-license-key-container-wrap {
    width: calc(100% - 310px) !important;
}

#edd_checkout_form_wrap fieldset#edd_sl_renewal_fields p.edd-sl-renewal-actions {
    width: 300px;
    margin-top: -3px;
}

/*--------------------------------------------------------------
# Purchase Receipt Ticket
--------------------------------------------------------------*/
#edd_purchase_receipt th,
#edd_purchase_receipt td,
#edd_purchase_receipt_products th,
#edd_purchase_receipt_products td {
    padding: 10px 16px;
    background: #fff;
}

#edd_purchase_receipt {
    margin-bottom: 50px;
}

/*--------------------------------------------------------------
# Purchase Receipt Ticket
--------------------------------------------------------------*/
#edd_user_history th,
#edd_user_history td {
    padding: 10px 16px;
    background: #fff;
}

/*--------------------------------------------------------------
# Submit Ticket
--------------------------------------------------------------*/
.wpas-login-register input[type="text"],
.wpas-login-register input[type="email"],
.wpas-login-register input[type="password"],
.wpas-login-only input[type="text"],
.wpas-login-only input[type="password"] {
    display: inline-block;
    width: calc(100% - 100px);
}

.wpas-login-only input[type="text"],
.wpas-login-only input[type="password"] {
    max-width: 450px;
}

.wpas-login-register input[type="text"]:hover,
.wpas-login-register input[type="email"]:hover,
.wpas-login-register input[type="password"]:hover,
.wpas-login-register input[type="text"]:focus,
.wpas-login-register input[type="email"]:focus,
.wpas-login-register input[type="password"]:focus,
.wpas-login-only input[type="text"]:hover,
.wpas-login-only input[type="password"]:hover,
.wpas-login-only input[type="text"]:focus,
.wpas-login-only input[type="password"]:focus {
    box-shadow: 0 0 8px rgba(50, 50, 50, .1);
}

button.wpas-btn {
    margin-top: 30px;
    display: inline-block;
    line-height: normal;
    padding: 12px 32px;
    border-radius: 25px;
    border: 2px solid transparent !important;
    background: #333 !important;
    color: #fff !important;
}

button.wpas-btn:hover {
    background: #808080 !important;
}

.wpas-forgot-password-link {
    display: block;
    margin-top: 15px;
}

.wpas-login-only .wpas-form-group label {
    display: none;
}

@media screen and (max-width: 992px) {
    .wpas-login-register input[type="text"],
    .wpas-login-register input[type="email"],
    .wpas-login-register input[type="password"],
    .wpas-login-only input[type="text"],
    .wpas-login-only input[type="password"] {
        display: inline-block;
        width: calc(100% - 40px);
    }
}

@media screen and (max-width: 768px) {
    .wpas_form_registration {
        margin-top: 80px;
    }
}

/*--------------------------------------------------------------
# Login Form
--------------------------------------------------------------*/
#edd_login_form fieldset {
    border: 0;
}

#edd_login_form .edd-login-username input[type="text"],
#edd_login_form .edd-login-password input[type="password"] {
    margin-top: 20px;
    display: inline-block;
    border-radius: 25px;
    padding: 16px 25px;
    background: #fff;
    min-width: 200px;
    width: calc(100% - 100px);
    box-shadow: 0 0 8px rgba(50, 50, 50, .1);
    border: 0;
    transition: all .25s ease;
}

#edd_login_form .edd-login-username input[type="text"]:hover,
#edd_login_form .edd-login-password input[type="password"]:hover,
#edd_login_form .edd-login-username input[type="text"]:focus,
#edd_login_form .edd-login-password input[type="password"]:focus {
    box-shadow: 0 0 8px rgba(50, 50, 50, .25);
}

#edd_login_form .edd-login-username input[type="text"],
#edd_login_form .edd-login-password input[type="password"] {
    max-width: 450px;
}

#edd_login_form .edd-login-submit input[type="submit"] {
    margin-left: 204px;
    margin-top: 30px;
    display: inline-block;
    line-height: normal;
    padding: 12px 32px;
    border-radius: 25px;
    border: 2px solid transparent;
    background: #745ec5;
    color: #fff;
}

#edd_login_form .edd-login-submit input[type="submit"]:hover {
    background: #5b48a2;
}

#edd_login_form .edd-lost-password {
    padding-left: 204px;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.site-footer {
    background: #fff;
    padding-top: 80px;
}

.site-footer-wrap {
    display: flex;
    flex-wrap: wrap;
}

.footer-col {
    min-width: 200px;
    width: 20%;
    max-width: 220px;
    margin-bottom: 40px;
}

.footer-col.footer-news-letter {
    min-width: 400px;
    width: 40%;
    max-width: 480px;
    margin-left: auto;
}

.footer-news-letter p {
    font-size: 15px;
    color: #808080;
}

.footer-news-letter input[type="email"] {
    display: inline-block;
    width: calc(100% - 190px);
    border: 1px solid #e8e8e8;
    border-right: 0;
    border-radius: 25px 0 0 25px;
}

.footer-news-letter input[type="submit"] {
    display: inline-block;
    width: 128px;
    margin-left: -4px;
    border-radius: 0 25px 25px 0;
}

.site-footer h3 {
    font-family: 'Work Sans', sans-serif;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: normal;
}

.site-footer ul {
    padding: 0;
    margin: 15px 0 0;
    list-style: none;
}

.site-footer li {
    margin: 8px 0;
    font-size: 14px;
}

.site-footer a {
    color: #808080;
    transition: all .2s linear;
}

.site-footer a:hover {
    color: #333;
}

@media screen and (max-width: 992px) {
    .footer-col.footer-news-letter {
        margin-left: 0;
    }
}

@media screen and (max-width: 576px) {
    .footer-col.footer-news-letter {
        width: 100%;
        min-width: 0;
    }

    .footer-news-letter input[type="email"],
    .footer-news-letter input[type="submit"] {
        display: block;
        border-radius: 25px;
    }

    .footer-news-letter input[type="email"] {
        border: 1px solid #e8e8e8;
        width: calc(100% - 60px);
    }

    .footer-news-letter input[type="submit"] {
        width: auto;
        margin-top: 30px;
        margin-left: 0;
    }
}

/*
# Footer Bar
--------------------------------------------------------------*/
.pt-footer-bar {
    margin-top: 60px;
    margin-bottom: 60px;
    font-size: 14px;
    color: #808080;
}

/*--------------------------------------------------------------
# Discount Box
--------------------------------------------------------------*/
.theme-discount-box {
    position: fixed;
    right: 30px;
    bottom: -40px;
    width: 350px;
    padding: 40px 30px;
    box-shadow: 0 0 20px rgba(50, 50, 50, .085);
    text-align: center;
    z-index: 99;
    visibility: hidden;
    opacity: 0;
    background: #fff;
}

.theme-discount-box.show {
    bottom: 30px;
    visibility: visible;
    opacity: 1;
}

.theme-discount-box-remove {
    width: 24px;
    height: 24px;
    position: absolute;
    right: -8px;
    top: -8px;
    border-radius: 50%;
    font-size: 15px;
    line-height: 1.5;
    background: #59595b;
    color: #fff;
    cursor: pointer;
}

.theme-discount-box-remove:hover {
    background: #e74c3c;
}

.theme-discount-box h2 {
    margin: 0;
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.theme-discount-box .entry-header p {
    font-size: 14px;
    color: #a0a0a2;
}

.theme-discount-box .entry-summery p {
    margin: 0;
    font-size: 15px;
}

.theme-discount-box p.highlighted-text {
    margin: 0;
    font-size: 64px;
    line-height: 1;
    letter-spacing: 0.035em;
}

.theme-discount-box .highlighted-text span {
    font-size: .5em;
}

.theme-discount-box .theme-discount-code {
    display: inline-block;
    padding: 6px 18px 4px;
    margin: 15px 0 0 15px;
    border: 2px dashed #d0d0d0;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.15em;
    color: #717173;
    background: #fafafa;
}

.theme-discount-box .entry-footer .rounded-btn {
    margin-top: 40px;
}

@media screen and (max-width: 480px) {
    .theme-discount-box {
        width: calc(100% - 60px);
    }
}

/*--------------------------------------------------------------
# Footer Download Links
--------------------------------------------------------------*/
.footer-download-bar {
    position: fixed;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 0;
    background: #333;
    color: #e8e8e8;
    z-index: 999;
}

.footer-download-bar.show {
    height: 60px;
}

.footer-download {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.footer-download .entry-title {
    font-size: 20px;
    font-weight: 300;
}

.footer-download .entry-title span {
    font-size: 16px;
}

.footer-download-bar a.rounded-btn {
    margin: 12px 0 12px 8px;
    padding: 8px 16px;
    font-size: 13px;
    background: #808080;
    border-color: transparent;
    color: #fff;
}

.footer-download-bar a.rounded-btn:hover {
    background: #fff;
    color: #333;
}

@media screen and (max-width: 768px) {
    .footer-download .entry-title span {
        display: none;
    }
}

/*--------------------------------------------------------------
# Back to top
--------------------------------------------------------------*/
#back-to-top {
    position: fixed;
    right: 30px;
    bottom: 100px;
    cursor: pointer;
    padding: 8px 15px;
    border: 2px solid #a8a8a8;
    color: #808080;
    font-size: 24px;
    text-decoration: none;
    z-index: 99;
    opacity: 0;
    transition: all .35s ease;
}

#back-to-top:hover {
    background: #333;
    color: #fff;
    border-color: transparent;
}

#back-to-top.show {
    opacity: 1;
}

/* checkout page new design */
div#edd_checkout_wrap {
    display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
}
form#edd_checkout_cart_form {
	max-width: 30%;
    flex: 0 0 30%;
	order: 2;
	box-sizing: border-box;
	background: #fff;
    padding: 30px;
}

div#edd_checkout_form_wrap {
    flex: 0 0 65%;
    order: 1;
	background: #fff;
    padding: 50px;
	box-sizing: border-box;
	
}

.pt-checkout-summary h3 {    
    margin: 0 0 20px;
    font-size: 22px;
    font-weight: bold;
}

.edd-checkout h1.entry-title {
    text-align: center;
    margin: 0;
    font-size: 28px;
    font-weight: bold;
}

.edd-checkout .single-page {
    padding: 60px 0;
}

#edd_checkout_form_wrap fieldset#edd_sl_renewal_fields p {
    margin: 0;
    padding: 15px;
}

fieldset#edd_checkout_user_info input {
   width: 100% !important;
	box-sizing: border-box;
}
.edd-payment-icons img {
    max-width: 40px;
    height: auto;
}

.pt-checkout-item-price {
    background: #eee;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
    margin: 0 20px 20px;
    font-size: 16px;
    font-weight: bold;
}

span.edd_cart_actions a {
    color: #fff;
    font-size: 16px;
    line-height: 1;
    background: #e35858;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

ul.pt-checkout-item-benefits {
    margin: 0 36px 20px;
    padding: 0;
    font-size: 12px;
}

ul.pt-checkout-item-benefits li {
    margin: 0 0 5px;
}
a#edd_sl_show_renewal_form {
    text-decoration: underline !important;
    color: #3633c5;
}

@media screen and (max-width: 767px){
	div#edd_checkout_form_wrap,
	form#edd_checkout_cart_form {
		max-width: 100%;
		flex: 0 0 100%;
		padding: 20px;
	}
	
	form#edd_checkout_cart_form {
		order: 1;
		margin-bottom: 30px;
	}
	
	div#edd_checkout_form_wrap {
		order: 2;
	}
	
	p#edd-last-name-wrap,
	p#edd-first-name-wrap{
		margin: 15px 0 0 !important;
		width: 100%;
	}
	
	#edd_checkout_form_wrap .edd-cart-adjustment input.edd-input {
		
		width: calc(100% - 150px);
		min-width: auto;
		
	}
	
	#edd_discount_code {
		margin-top: 20px !important;
	}

    input.edd-apply-discount.edd-submit.blue.button {
        margin: 0 !important;
        width: 80px !important;
    }

    #edd_checkout_form_wrap .edd-user-login-submit .edd-submit.button, #edd_checkout_wrap #edd-purchase-button {
        margin-top: 10px !important;
    }
}

/* error 404 */

section.error-404.not-found {
    max-width: 900px;
    background: #fff;
    margin: 30px auto;
    padding: 100px 30px;
	text-align: center;
}

section.error-404.not-found h1.page-title {
    margin: 0;
    font-size: 28px;
    font-weight: bold;
}
section.error-404.not-found .widget {
    display: none;
}

section.error-404.not-found input.search-field {
    background: #eee;
    border-radius: inherit;
    margin: 20px auto;
}

section.error-404.not-found form.search-form {
    display: flex;
    align-items: center;
    justify-content: center;
}

section.error-404.not-found input.search-submit {
    margin: 0;
    border-radius: 0 9px 9px 0;
}

a:hover, a:focus, a:active {
    color: #444ddd;
}

/* blog page */

main#main article.post {
    max-width: 1000px;
    margin: 50px auto;
    background: #fff;
	padding: 35px;
}

main#main article.post  h1 {
	font-size: 32px;
    margin: 0 auto 20px;
}

main#main article.post  h2 {
	font-size: 26px;
}
main#main article.post  h3 {
	font-size: 22px;
}

main#main article.post + div#comments {
    max-width: 1000px;
    margin: auto auto 50px;
    background: #fff;
    padding: 35px;
}

main#main article.post + div#comments textarea#comment {
    width: 100% !important;
    background: #f6f6f6;
}

body a:hover {
    color: blue !important;
}

.comments-area {
	max-width: 700px;
	margin: 20px;
}