/*
Theme Name: Theme Palace
Theme URI: https://themepalace.com/
Author: themepalace
Author URI: https://themepalace.com/
Description: Talk is cheap. Show me the code.
Version: 2.0.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: theme-palace
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------

# Scrollup
# Normalize
# Typography
# Elements
# Forms
# Navigation
    ## Links
    ## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Social Icons
# Content
    ## Layouts and Titles
    ## Section block
    ## Posts and pages
    ## Comments
    ## Vendor Dashboard
# Infinite scroll
# Media
    ## Captions
    ## Galleries
# Footer
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Scrollup
--------------------------------------------------------------*/
#scrollup {
    background-color: #333;
    bottom: 25px;
    color: #fff;
    cursor: pointer;
    display: none;
    font-size: 25px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    position: fixed;
    right: 25px;
    text-decoration: none;
    text-align: center;
    z-index: 300;
}
#scrollup:hover {
    background-color: #ecab3f;
}
#scrollup svg {
    width: 15px;
    height: 15px;
    fill: #fff;
}
.display-none {
    display: none;
}

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

body {
    margin: 0;
    overflow-x: hidden;
    max-width: 1920px;
    margin: 0 auto;
}
#page {
   max-width: 1920px;
   margin: 0 auto;
}

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

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

fieldset {
    border: none;
    margin: 0;
    padding: 0;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

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

td,
th {
    padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
    color: #494542;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    font-family: 'Ubuntu', sans-serif;
    margin: 0 0 10px;
    line-height: 1.2;
    font-weight: bold;
    text-transform: uppercase;
    color: #3c3835;
}

h1 { font-size: 62px; }
h2 { font-size: 42px; }
h3 { font-size: 22px; }
h4 { font-size: 18px; }
h5 { font-size: 14px; }
h6 { font-size: 12px; }


p {
    margin-bottom: 1.5em;
}

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

big {
    font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
    box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    box-sizing: inherit;
}

body {
    background: #fff; /* Fallback for when there is no custom background color defined. */
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul,
ol {
    margin: 0 0 1.5em 3em;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 1.5em 1.5em;
}

img {
    height: auto; /* Make sure images are scaled correctly. */
    max-width: 100%; /* Adhere to container width. */
}

table {
    margin: 0 0 1.5em;
    width: 100%;
    text-align: center;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1;
    padding: .6em 1em .4em;
}

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 {
    border-color: #aaa #bbb #bbb;
    outline: none;
}

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 {
    color: #666;
    background-color: #f2f3f6;
    border:1px solid #f2f3f6;
    padding: 0 15px;
    border-radius: 3px;
    outline: none;
    width: 100%;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 300;
}

select {
    border: 1px solid #ccc;
    outline: none;
}

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 {
    color: #111;
    outline: none;
}

textarea {
    width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
    color: #a6754b;
    text-decoration: none;
}

a:hover,
a:focus,
a:active {
    color: #333;
    outline: none;
}

a:focus {
    outline: none;
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.main-navigation a {
    display: block;
    text-decoration: none;
    color: #a6754b;
    border-top: 1px solid #eee;
    text-transform: capitalize;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 500;
    font-size: 16px;
}
.main-navigation ul ul {
    float: left;
    position: absolute;
    margin: 0;
    left: -999em;
    z-index: 99999;
    background-color: #fff;
    border: 1px solid #eee;
}

.main-navigation ul ul ul {
    left: -999em;
    top: 0;
}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
    color: #ecab3f;
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
    left: auto;
    right: 0;
    display: block;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
    left: 0;
    right: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
    display: block;
}
.menu-toggle {
    position: absolute;
    top: 20px;
    right: 30px;
    text-transform: uppercase;
    font-size: 16px;
    background-color: transparent;
    color: #a6754b;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 300;
    padding: 10px 20px;
    border: none;
    border-radius: 25px;
    font-weight: 500;
    display: flex;
    align-items: center;
}
svg.tp-menu-ham {
    width: 20px;
    height: 18px;
    margin-right: 10px;
    fill: #a6754b;
    vertical-align: middle;
    display: inline-block;
}
button.menu-toggle span {
    display: inline-block;
    vertical-align: middle;
}
.nav-shrink .menu-toggle {
   font-size: 16px;
}
.site-header .site-title {
    margin: 0;
    text-transform: uppercase;
    color: #a6754b;
    font-weight: 700;
    font-family: 'Ubuntu', sans-serif;
    width: 50px;
    letter-spacing: 1px;
    font-size: 20px;
    line-height: 1.1;
}
#site-header,
.site-logo {
    line-height: 1.2;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -ms-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}
.site-logo img {
    max-width: 75px;
    margin-right: 10px;
    vertical-align: middle;
    -webkit-transition: 0.6s ease-in-out;
    -moz-transition: 0.6s ease-in-out;
    -ms-transition: 0.6s ease-in-out;
    -o-transition: 0.6s ease-in-out;
    transition: 0.6s ease-in-out;
}
.nav-shrink #site-header {
    opacity: 0;
    visibility: hidden;
}
.menu-toggle {
    top: 11px;
}
span.page-numbers.dots {
    border: none;
    padding: 0;
}
.nav-previous,
.nav-next,
.nav-numbers {
    text-align: center;
}
.nav-numbers {
    margin: 1.5em 0;
}
.nav-links {
    margin-top: 50px;
}
nav.navigation a,
span.page-numbers.dots {
    padding: 10px 15px;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    background-color: #fff;
    color: #ecab3f;
    border: 1px solid #ecab3f;
}
.navigation.pagination .nav-links {
    margin-top: 50px;
    display: inline-block;
}
nav.navigation.pagination {
    text-align: center;
}
nav.navigation.pagination .prev,
nav.navigation.pagination .next {
    display: none;
}
.bbp-pagination-links .page-numbers.dots {
   padding: 0;
   width: auto;
   border: 1px solid #ddd;
   height: auto;
   font-size: 12px;
   padding: 0 4px;
   color: #333;
}
.bbp-pagination-links a {
    color: #a6754b;
}
#section-themes nav.navigation,
#section-free-themes nav.navigation {
    display: none;
}
#section-themes nav.navigation a,
#section-themes nav.navigation span,
#section-themes span.page-numbers.dots,
#section-free-themes nav.navigation a,
#section-free-themes nav.navigation span,
#section-free-themes span.page-numbers.dots {
    border: none;
}
#section-themes .view-demo .details,
#section-free-themes .view-demo .details {
    float: left;
    text-align: left;
}
#section-themes .view-demo.no-author .details,
#section-free-themes .view-demo.no-author .details {
    padding: 12px 0;
}
#section-themes .view-demo.no-author,
#section-free-themes .view-demo.no-author {
    padding: 5px 5px 5px 10px;
}
#section-themes .wrapper,
#section-free-themes .wrapper {
    width: 100%;
    max-width: 100%;
}
#section-themes .details > span,
#section-free-themes .details > span {
    display: block;
    color: #fff;
    padding-top: 2px;
    font-size: 14px;
}
#section-themes .view-demo h4,
#section-free-themes .view-demo h4 {
    float: none;
    font-weight: 500;
}
.view-demo .demo-link {
   float: right;
}
svg.tp-view-demo {
   fill: #fff;
}
.demo-link:hover svg.tp-view-demo,
.demo-link:focus svg.tp-view-demo {
    fill: #ecab3f ;
}
svg.tp-view-demo {
    width: 45px;
    height: 45px;
    padding: 10px;
    vertical-align: middle;
}
span.orange {
    color: #ecab3f;
}
.black-overlay {
    background-color: #000;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}
#section-themes figure.featured-image:hover .black-overlay,
#section-free-themes figure.featured-image:hover .black-overlay {
    opacity: 0.5;
}
#section-themes .btn-primary,
#section-free-themes .btn-primary {
    background-color: #fff;
    color: #ECAB3F;
}
#section-themes .btn-primary:hover,
#section-themes .btn-primary:focus,
#section-free-themes .btn-primary:hover,
#section-free-themes .btn-primary:focus {
    background-color: #ECAB3F;
    color: #fff;
}
.page-template-trending .browse-themes li:first-child a,
.page-template-latest .browse-themes li:nth-child(2) a,
.page-template-popular .browse-themes li:last-child a {
   color: #716b67 ;
}
nav.navigation .page-numbers.current {
    background-color: #ECAB3F;
    color: #fff;
}
nav.navigation.pagination .page-numbers.current {
    padding: 10px 15px;
    display: inline-block;
    border: 1px solid #ecab3f;
}
nav.navigation a:hover,
nav.navigation a:focus {
    background-color: #ECAB3F;
    color: #fff;
}
.site-branding {
   display: flex;
   align-items: center;
   height: 80px;
   padding: 15px 0;
   -webkit-transition: 0s;
   -moz-transition: 0s;
   -ms-transition: 0s;
   -o-transition: 0s;
   transition: 0s;
}
.nav-shrink .site-branding {
    height: 60px;
}
.main-navigation > ul > li > a,
.site-header,
.site-branding,
.menu-toggle,
.post-wrap {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.site-header {
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 300;
    padding: 5px 0;
}
.single-post .site-header {
    padding: 0;
}
.site-header:after {
    content: "";
    position: absolute;
    z-index: -1;
    -webkit-box-shadow: 0 0 14px rgba(0,0,0,0.8);
    box-shadow: 0 0 14px rgba(0,0,0,0.8);
    bottom: 10px;
    width: 75%;
    height: 10px;
    border-radius: 100%;
    left: 10%;
    right: 10%;
    margin: auto;
    max-width: 1170px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.nav-shrink.site-header:after {
    bottom: 5px;
}
.side-menu-active .site-header:after {
    display: none;
}
.page-template-demo .site-header:after {
    position: relative;
    box-shadow: none;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: auto;
}
.page-template-demo .site-header {
    position: relative;
    padding: 0;
}
.remove-button {
    padding-top: 0;
}
.header-right {
    display: flex;
    align-items: center;
    height: 75px;
}
.site-header.nav-shrink {
    padding: 0;
}
.site-header .wrapper {
    position: relative;
    background-color: #fff;
}
.site-header .site-title a {
    color: #a6754b;
}
.main-navigation ul {
    width: 100%;
    margin-top: 1em;
}
.nav-shrink .main-navigation ul {
    margin-top: 0;
}
.primary-menu {
    float: right;
}
.main-navigation > ul > li.current-menu-item > a,
.main-navigation a:hover {
    color: #ecab3f;
}
.site-header.nav-shrink .site-branding img {
    width: 75%;
    margin-top: 5px;
    margin-bottom: 5px;
    vertical-align: middle;
}
.main-navigation > ul > li:last-child > a {
    padding-right: 0;
}
.main-navigation li.cart a {
    padding: 16px 0 0;
}
.nav-shrink .main-navigation li.cart a {
    padding: 9px 0 0;
}
.main-navigation li.cart svg {
    width: 20px;
    height: 45px;
    fill: #fff;
}
.main-navigation li.cart svg:hover,
.main-navigation li.cart svg :focus,
.search-item svg.icon-search {
    fill: #fff;
}
.nav-shrink .main-navigation .menu-item-has-children > a:after,
.nav-shrink .main-navigation .page_item_has_children > a:after {
    top: 1.3em;
}
ul.sub-menu li a {
    padding: 10px 15px;
}
.main-navigation ul.sub-menu li.menu-item-has-children > a {
    border-top: none;
}
.main-navigation > ul > li:hover > ul.sub-menu:before {
    content: "";
    border-color: #eee transparent;
    border-width: 0 10px 10px;
    right: 9px;
    top: -10px;
    border-style: solid;
    position: absolute;
}
.main-navigation > ul > li:hover > ul.sub-menu:after {
    content: "";
    border-color: #fff transparent;
    border-width: 0 8px 8px;
    right: 11px;
    top: -8px;
    border-style: solid;
    position: absolute;
}
.main-navigation li.search-item.search-open > a:after {
    display: none;
}
.search-wrapper button[type="submit"] {
    background-color: transparent;
    border: none;
    color: #a6754b;
    font-size: 18px;
    position: absolute;
    left: 0;
    width: auto;
    padding: 15px 0;
}
.search-wrapper button[type="submit"]:before {
    color: #fff;
}
.search-wrapper {
    position: absolute;
}
.search-wrapper {
    position: absolute;
    background-color: #fff;
    padding: 0;
    width: 100%;
    top: 0;
    z-index: 3;
    opacity: 0;
    height: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.search-open .search-wrapper {
    opacity: 1;
    height: auto;
}
.search-wrapper svg.icon-search {
    width: 18px;
    height: 18px;
    fill: #a6754b;
}
.nav-shrink .search-wrapper {
    padding: 0;
}
.search-wrapper.menu-search-open {
    display: block;
}
.search-wrapper form {
    position: relative;
}
.search-wrapper input[type="text"] {
    height: 50px;
    border-radius: 0;
    padding: 0 55px 0px 35px;
    font-family: 'Ubuntu', sans-serif;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #eee;
}
.search-wrapper span {
    position: absolute;
    text-align: center;
    top: 10px;
    right: -125px;
    height: 40px;
    width: 40px;
    line-height: 40px;
    border-radius: 0;
    background-color: transparent;
    border-color: transparent;
    font-size: 14px;
}
span.close-search {
    cursor: pointer;
    display: none;
}
.search-open span.close-search {
    display: block;
}
#search-results {
    background-color: #a6754b;
    padding: 0;
    margin-top: 20px;
    overflow: hidden;
    height: 0;
}
.search-open #search-results {
    overflow: visible;
    height: auto;
    padding: 25px;
}
.nav-shrink .search-open #search-results {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#search-results h3 {
    color: #fff;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 400;
}
.nav-shrink #search-results {
    margin-top: 13px;
}
.main-navigation ul.search-lists {
    position: relative;
    float: none;
    left: 0;
    border: none;
    background-color: #a6754b;
}
.main-navigation ul.search-lists a {
    color: #333;
}
.main-navigation ul.search-lists li {
    display: block;
    float: none;
    border-bottom: none;
}
.main-navigation ul.search-lists li a {
    width: auto;
    display: block;
    padding: 5px 0;
    color: #fff;
}
.main-navigation ul.search-lists li a:hover{
    color: #ecab3f;
}
h3.searchlist-header {
    font-size: 18px;
}
.search-wrapper ::-webkit-input-placeholder {
    color: #000;
}
#search-results h3,
.main-navigation ul.search-lists li {
    -webkit-transform: translateX(50px);
    -moz-transform: translateX(50px);
    -ms-transform: translateX(50px);
    -o-transform: translateX(50px);
    transform: translateX(50px);
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -ms-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}
.search-open #search-results h3,
.search-open .main-navigation ul.search-lists li,
.search-open .search-wrapper button[type="submit"],
.main-navigation.search-open ul.search-lists li {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}
.main-navigation ul.search-lists li:nth-child(1n) {
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.main-navigation ul.search-lists li:nth-child(2n) {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.main-navigation ul.search-lists li:nth-child(3n) {
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -ms-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}
.main-navigation ul.search-lists li:nth-child(4n) {
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    -ms-transition: 0.7s;
    -o-transition: 0.7s;
    transition: 0.7s;
}
.search-wrapper form {
    position: relative;
    width: 100%;
    margin-right: 0;
    margin-left: auto;
    text-align: right;
    height: 0;
    overflow: hidden;
}
.search-open .search-wrapper form {
    height: auto;
    overflow: visible;
}
.search-open .main-navigation ul.search-lists li {
    visibility: visible;
}
ul.search-lists {
    display: block;
}
.main-navigation ul.search-lists li a {
    border: none;
}
.admin-bar .site-header {
    top: 32px;
}
.admin-bar #page {
    margin-top: 32px;
}
.admin-bar.page-template-custom-templatesdemo-php .site-header {
    top: 0;
}
.admin-bar.page-template-custom-templatesdemo-php #page {
    margin-top: 0;
}
.search-item svg.icon-search {
    width: 16px;
    height: 17px;
    vertical-align: middle;
}
.main-navigation li.cart a:hover svg,
.main-navigation li.cart a:focus svg,
.search-item a:hover svg.icon-search,
.search-item a:focus svg.icon-search {
    fill: #ecab3f;
}
/*--------------------------------------------------------------
# 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: #21759b;
    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,
.wrapper:before,
.wrapper:after,
.view-demo:before,
.view-demo:after,
section:before,
section:after,
.portfolio:before,
.portfolio:after,
#plugins-list article:before,
#plugins-list article:after,
#features-tab article:before,
#features-tab article:after,
.row:before,
.row:after,
nav.navigation.pagination:before,
nav.navigation.pagination:after,
.post-navigation:before,
.post-navigation:after {
    content: "";
    display: table;
    table-layout: fixed;
    clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
    margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
    max-width: 100%;
}
#secondary .widget {
    background-color: #F2F2F2;
    padding: 30px;
}
.widget_display_topics ul {
    margin: 0;
    padding-left: 1em;
}
.widget_display_topics ul li a {
    color: #494542;
    display: block;
}
.widget_display_topics a.bbp-forum-title:after {
    display: none;
}
.bbp-topic-tags a,
.bbp-topic-permalink,
.bbp-body a,
a.post-edit-link {
    color: #494542;
}
.bbp-topic-description a,
div.bbp-template-notice a {
    color: #fff;
}
.bbp-body a:hover,
.bbp-body a:focus,
.widget_display_topics ul li a:hover,
.widget_display_topics ul li a:focus,
.bbp-forum-info a:hover,
.bbp-forum-info a:focus,
.bbp-topic-permalink:hover,
.bbp-topic-permalink:focus,
a.post-edit-link:hover,
a.post-edit-link:focus,
p.bbp-topic-description a:hover,
p.bbp-topic-description a:focus,
#favorite-toggle a:hover,
#subscription-toggle a:hover,
#favorite-toggle a:focus,
#subscription-toggle a:focus,
.bbp-topic-tags a:hover,
.bbp-topic-tags a:focus,
.bbp-reply-content #subscription-toggle a:hover,
.bbp-reply-content #subscription-toggle a:focus {
    color: #ecab3f;
}
#bbpress-forums li.bbp-header .bbp-reply-content {
    padding-right: 25px;
}
#bbpress-forums div.bbp-template-notice img.avatar {
    margin-bottom: 0;
    vertical-align: middle;
}
#bbpress-forums div.bbp-topic-tags {
    display: none;
}
#bbpress-forums .bbp-forum-freshness p.bbp-topic-meta {
   margin: 0;
}
#bbpress-forums .bbp-forum-freshness a {
   font-size: 14px;
}
#bbpress-forums span.bbp-topic-freshness-author img.avatar {
   margin-bottom: 0;
   display: inline-block;
   vertical-align: middle;
}
#bbpress-forums li.bbp-body li.bbp-forum-topic-count, #bbpress-forums li.bbp-body li.bbp-forum-reply-count {
   font-size: 14px;
}
.bbp-reply-header .bbp-meta {
    padding: 0 23px;
}
div.bbp-template-notice.error p {
    color: #333;
}
.bbp-template-notice.error strong {
    font-weight: 500;
    font-size: 14px;
}
.widget_search form {
    padding: 0;
    position: relative;
}
.bbp-pagination-count {
    font-size: 16px;
}
.site .avatar {
    border-radius: 50%;
}
.bbp-replies a.bbp-author-name {
    font-size: 13px;
    text-transform: capitalize;
}
.widget_search form label {
    width: 100%;
}
.widget_search input.search-submit {
    position: absolute;
    top: 0;
    right: 0;
}
#secondary .widget:last-child {
    margin-bottom: 0;
}
.site-footer .widget_nav_menu ul.sub-menu,
#secondary .widget_nav_menu ul.sub-menu {
    display: none;
}
.widget_nav_menu ul,
.widget_meta ul,
.widget_categories ul,
.widget_archive ul,
.widget_recent_comments ul,
.widget_recent_entries ul,
.widget_pages ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-decoration: none;
}
.widget_nav_menu ul li a,
.widget_meta ul li a,
.widget_categories ul li a,
.widget_archive ul li a,
.widget_recent_comments ul li a,
.widget_recent_entries ul li a,
.widget_pages ul li a {
    color: #494542;
}
.widget_nav_menu ul li a:hover,
.widget_meta ul li a:hover,
.widget_categories ul li a:hover,
.widget_archive ul li a:hover,
.widget_recent_comments ul li a:hover,
.widget_recent_entries ul li a:hover,
.widget_pages ul li a:hover {
    color: #ecab3f;
}
#secondary .widget-title {
    color: #3C3835;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0.5px;
    border-bottom: 3px solid #A6754B;
    padding-bottom: 10px;
    display: table;
}
.widget_display_topics ul {
    margin-top: 10px;
    display: inline-block;
}
#select-theme {
    height: 50px;
    padding: 0 15px;
    width: 100%;
    background-color: #F2F2F2;
    border: 1px solid #F2F2F2;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}
#select-theme::-ms-expand {
    display: none;
}
.widget_sales_enquiry a {
   color: #a6754b ;
}
.widget_sales_enquiry a:hover,
.widget_sales_enquiry a:focus {
   color: #ecab3f;
}
.widget_sales_enquiry img {
   float: left;
   margin-right: 15px;
   max-width: 30px;
}
.widget_sales_enquiry h4 {
   display: table-cell;
   font-weight: 500;
}
.widget_sales_enquiry p {
   display: block;
   float: left;
}
ul.support_hours {
    margin: 0;
    padding: 0;
    list-style: none;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
}
ul.support_hours span.day {
    font-size: 15px;
}
ul.support_hours span.time {
    color: #A6754B;
    font-size: 13px;
}
ul.support_hours span.time,
ul.support_hours span.day {
    float: none;
    display: block;
}
ul.support_hours span.time.close {
    color: #D82416;
}
ul.support_hours li:before,ul.support_hours li:after {
    content: "";
    clear: both;
    display: table;
}
.widget_support_hours p {
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
}
.widget ul.support_hours li {
    border-bottom: 1px solid #b7b7b7;
    padding: 10px 0;
}
.widget ul.support_hours li:not(:last-child) {
    margin-bottom: 0;
}
.selectdiv svg {
    position: absolute;
    top: 18px;
    right: 27px;
    width: 15px;
    height: 15px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.wp-doc-archive-view-dropdown svg {
    width: 15px;
    height: 15px;
    transform: rotate(90deg);
    float: right;
    position: absolute;
    top: 18px;
    right: 18px;
    fill: #aaa;
}
.selectdiv svg {
    fill: #aaa;
}
.ws-wp-docs-categories a {
    font-weight: 400;
}
.ws-wp-docs-content strong,
.ws-wp-docs-content b {
    font-weight: 500;
}
.ws-wp-docs ul,
.ws-wp-docs ol {
    margin-left: 0;
}
select#documentation_list {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}
#page-title select#documentation_list {
    margin-top: 0;
    max-width: 100%;
}
#table-of-contents {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#table-of-contents.is_stuck {
    margin-top: 30px;
}
#table-of-contents ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
#table-of-contents ul ul {
    padding-left: 25px;
}
li.toc-item.active,
.toc-header:nth-child(even) > li.toc-item.active  {
    background-color: #a6754b;
}
li.toc-item.active > a {
    color: #fff;
}
.toc-header > li {
    padding: 10px 15px;
    text-transform: uppercase;
}
.toc-header:nth-child(even) > li {
    background-color: #f3f3f3;
}
.toc-header li a {
    color: #3c3835;
}
ul.toc-subheader li a {
    font-family: 'Montserrat', sans-serif;
}
.widget .toc-header ul li {
    margin-bottom: 10px;
}
#table-of-contents h2.widget-title {
    color: #a6754b;
    font-size: 24px;
    letter-spacing: 1px;
}
ul.toc-subheader li a:hover {
    color: #ecab3f;
}
.toc-header > li > a {
    font-weight: bold;
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
}
#primary h1.entry-title {
    text-align: left;
    font-size: 24px;
    color: #3c3835;
    margin-bottom: 1em;
    letter-spacing: 0;
    font-weight: 400;
}
#primary .theme-instructions h2 {
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 1px;
}
#primary .theme-instructions h3 {
    font-size: 18px;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
}
#primary .theme-instructions a {
    color: #ecab3f;
}
#primary .theme-instructions a:hover {
    border-bottom: 1px solid #ecab3f;
}
#primary ol {
    margin-left: 0;
}
.wp-doc-theme-coffee #document-toc h2 {
    color: #fff;
    font-size: 22px;
    letter-spacing: 1px;
    font-weight: 400;
}
.wp-doc-theme-coffee .ws-wp-docs-content h2 {
    color: #905726;
    text-align: left;
    font-size: 24px;
    color: #3c3835;
    margin-bottom: 1em;
    letter-spacing: 0;
    font-weight: 400;
}
.doc-top-head .doc-title {
    text-align: center;
    float: none;
}
.wp-doc-theme-coffee .ws-wp-docs-content h2,
.wp-doc-theme-coffee .ws-wp-docs-content h3,
.wp-doc-theme-coffee .ws-wp-docs-content h4,
.wp-doc-theme-coffee .ws-wp-docs-content h5,
.wp-doc-theme-coffee .ws-wp-docs-content h6 {
   color: #3c3835 ;
}
h1.ws-logo-title.entry-title {
    font-size: 24px;
    letter-spacing: 5px;
    font-weight: 400;
}
.doc-list-title {
    font-weight: 400;
}
select#documentation_list {
    text-align: left;
    width: auto;
    margin-left: 0;
}
.wp-documentaton-tools .tool-right {
    float: left;
}
.wp-documentaton-tools .tool-right {
    float: left;
    padding: 15px;
}
.wp-documentaton-tools .tool-right {
    float: left;
    padding: 15px;
    width: 100%;
}
#wp-document-taxonomy-list,
select#documentation_list {
    background-color: #F7F7F7;
    border: 1px solid #ccc;
    float: left;
    height: 50px;
    background-color: #fff;
    border-color: #ddd;
    width: 100%;
    max-width: 500px;
}
#wp-document-taxonomy-list {
    float: none;
}
select#documentation_list {
    float: none;
    margin: 15px 0;
}
span.tool-categories {
    font-weight: 400;
    display: block;
    text-align: left;
    margin-bottom: 15px;
    text-align: center;
}
/*--------------------------------------------------------------
## Social Icons
--------------------------------------------------------------*/
.social-links-menu ul li {
    float: left;
}
.social-links-menu ul li:not(:last-child) {
    margin-right: 5px;
}
.social-links-menu li {
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    position: relative;
    overflow: hidden;
}
ul.social-links-menu {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.social-links-menu li:last-child {
    margin-right: 0;
}
.social-links-menu li a svg {
    fill: #fff;
    width: 40px;
    height: 40px;
    padding: 11px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.social-links-menu li a svg.google-plus {
    padding: 10px;
}
.social-links-menu li a:hover svg.facebook,
.social-links-menu li a:focus svg.facebook {
    background-color: #3b5998;
}
.social-links-menu li a:hover svg.twitter,
.social-links-menu li a:focus svg.twitter {
    background-color: #4099ff;
}
.social-links-menu li a:hover svg.google-plus,
.social-links-menu li a:focus svg.google-plus {
    background-color: #F5595A;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Layouts and Titles
--------------------------------------------------------------*/
.wrapper {
    width: 90%;
    max-width: 1170px;
    margin: 0 auto;
}
.entry-header {
    text-align: center;
}
.entry-title,
#fes-products-page-title,
h1#fes-new-product-form-title,
h1#fes-orders-page-title,
h1.page-title {
    color: #a6754b;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 0.1em;
    margin: 0;
    font-family: 'Ubuntu', sans-serif;
}
.title-desc {
    font-family: 'Ubuntu', sans-serif;
    color: #524d49;
    margin: 5px 0;
    font-size: 15px;
    font-weight: 300;
}
.search-themes .title-desc {
    font-weight: 400;
}
.page-section {
    padding: 60px 0;
}
.no-padding-top {
    padding-top: 0;
}
.no-padding-bottom {
    padding-bottom: 0;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.text-center {
    text-align: center;
}
#content {
    margin-top: 6em;
}
.single-post #content {
    margin-top: 3.5em;
}
section,
article {
    position: relative;
}
.row,
.blog-posts {
    margin: 0 -15px;
}
.btn,
.form-wrapper input[type="submit"],
#scrollup,
.edd_form input[type="submit"] {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.btn,
.edd_form input[type="submit"] {
    padding: 12px 25px;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}
.btn-default:focus {
    color: #ecab3f;
}
.btn-default,
.edd_form input[type="submit"],
.edd-submit,
#edd-purchase-button,
input[type="submit"].edd-submit {
    background-color: #fff;
    color: #ecab3f;
    border: 1px solid #ecab3f;
}
.edd-submit,
#edd-purchase-button,
input[type="submit"].edd-submit {
    border-radius: 0;
    outline: none;
    display: block;
}
.btn-default:hover,
.edd_form input[type="submit"]:hover,
.edd_form input[type="submit"]:hover,
 #edd-purchase-button:hover {
    background-color: #ECAB3F;
    color: #fff;
}
.btn-primary {
    background-color: #ECAB3F;
    color: #fff;
}
.btn-primary:hover {
    background-color: #a6754b;
    color: #fff;
}
#load-more:hover {
    color: #ECAB3F;
    background-color: #fff;
}
.btn-primary:focus {
    color: #fff;
}
.btn-primary:hover {
    color: #fff;
}
.btn-black {
    border: 1px solid #000;
    color: #000;
    font-weight: 500;
    letter-spacing: 2px;
    font-size: 14px;
    word-spacing: 3px;
}
.btn-black:hover,
.btn-black:focus {
    background-color: #000;
    color: #fff;
}
.more-link.attach-to-bottom {
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
    z-index: 3;
}
span.more-link .btn {
    padding: 12px 25px 10px 25px;
}
section.error-404.not-found {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.error404 #content {
    background-image: url(assets/images/404-bg.jpg);
    background-size: cover;
    margin-top: 0;
    background-position: 50%;
    position: relative;
    overflow: hidden;
    height: 1000px;
    height: 100vh;
}
.error404 #content .wrap {
    position: absolute;
    width: 100%;
    height: 100%;
}
.error404 .site-header:after {
    display: none;
}
.error404 .page-content {
    max-width: 500px;
    margin: auto;
    width: 100%;
}
section.error-404.not-found h2 {
    color: #a6754b;
    font-size: 185px;
    font-weight: 500;
    margin: auto;
    text-align: center;
    line-height: 1em;
}
section.error-404.not-found h2 span {
    color: #ecab3f;
}
.error404 #primary {
    width: 100%;
    padding: 0 15px;
}
.error404 .page-content p {
    color: #a6754b;
    font-size: 22px;
    margin-bottom: 35px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 400;
}
.error404 .page-content input[type="text"] {
    color: #666;
    background-color: #fff;
    border-color: #ecab3f;
    padding: 0 45px 0 15px;
    font-weight: 300;
}
.error404 .page-content form,
.nothing-found form {
    position: relative;
}
.error404 .page-content button[type="submit"],
.nothing-found button[type="submit"] {
    position: absolute;
    top: 0;
    right: 0;
    height: 55px;
    width: 50px;
    line-height: 45px;
    background-color: transparent;
    border: none;
    font-size: 18px;
    color: #a19a96;
}
.error404 .page-content button[type="submit"]:hover,
.nothing-found button[type="submit"]:hover {
    color: #ecab3f;
}
.error404 .page-content button[type="submit"] svg,
.nothing-found button[type="submit"] svg {
    fill: #a19a96;
    width: 18px;
    height: 18px;
}
.error404 .page-content button[type="submit"]:hover svg,
.nothing-found button[type="submit"]:hover svg,
.error404 .page-content button[type="submit"]:focus svg,
.nothing-found button[type="submit"]:focus svg {
    fill: #ecab3f;
}
.nothing-found {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}
.nothing-found p {
    text-align: center;
}
form#bbp-search-form input[type="submit"] {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #a6754b;
    outline: none;
    border: none;
    color: #fff;
    font-size: 16px;
    box-shadow: none;
}
/*--------------------------------------------------------------
## Section Block
--------------------------------------------------------------*/
/*------------- 1. Search themes ------------*/

.home .search-themes .title-desc {
    text-transform: capitalize;
}
.search-themes form,
#page-title.search-themes form {
    position: relative;
    margin: 15px auto 25px;
    width: 100%;
    max-width: 345px;
}
#page-title.search-themes {
    padding-bottom: 4em;
}
.search-themes form input[type="text"],
#page-title.search-themes input[type="text"] {
    height: 61px;
    width: 100%;
    border-color: #F2F3F6;
    color: #716b67;
    background-color: #F2F3F6;
    padding: 0 40px 0 15px;
    font-size: 18px;
    font-weight: 400;
    font-family: 'Ubuntu', sans-serif;
}
.search-themes form button[type="submit"] {
    background-color: transparent;
    border: none;
    box-shadow: none;
    position: absolute;
    right: 15px;
    top: 20px;
    font-size: 18px;
    color: #a19a96;
    padding: 0;
    line-height: 26px;
}
.home .search-themes form button[type="submit"] {
    right: 0;
    top: 10px;
    line-height: 50px;
    width: 50px;
    height: 50px;
}
.search-themes form button[type="submit"] svg {
    width: 18px;
    height: 18px;
    fill: #a19a96;
}
.search-themes form button[type="submit"]:hover,
.search-themes form button[type="submit"]:hover svg,
.search-themes form button[type="submit"]:focus svg {
    fill: #ecab3f;
}
.search-themes .entry-content {
    text-align: center;
}
.search-themes ::-webkit-input-placeholder {
    color: #716b67;
}
.browse-themes ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.browse-themes a {
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: #716b67;
    letter-spacing: 2px;
}
#theme-categories .browse-themes svg {
    width: 20px;
    height: 20px;
}
#theme-categories .browse-themes li {
    text-align: center;
    padding: 0 10px;
}
#theme-categories .browse-themes li span {
    display: block;
    text-align: center;
}
#theme-categories .browse-themes {
    text-align: center;
    margin-top: -70px;
}
body:not(.home) #theme-categories .browse-themes {
    margin-top: 25px;
}
#theme-categories .browse-themes a {
    letter-spacing: 0;
    display: inline-block;
    background-color: #e4b04a;
    min-width: 280px;
    min-height: 138px;
    padding: 29px 0;
    color: #fff;
    font-weight: 600;
}
#theme-categories .browse-themes li:nth-child(1) a {
    background-color: #e4b04a;
}
#theme-categories .browse-themes li:nth-child(2) a {
    background-color: #2bb53e;
}
#theme-categories .browse-themes li:nth-child(3) a {
    background-color: #e4b04a;
}
#theme-categories .browse-themes a svg {
    fill: #fff;
    width: 40px;
    height: 40px;
    margin-bottom: 5px;
}
.home #section-search {
    margin-bottom: -150px;
}
#theme-categories {
    margin-bottom: -70px;
    position: relative;
    z-index: 3;
}
#section-themes .entry-header {
    padding-top: 70px;
}
.page-template-trending .browse-themes a,
.page-template-latest .browse-themes a {
    color: #ecab3f;
}
.browse-themes a:hover {
    color: #ecab3f;
}
.browse-themes ul li {
    display: inline-block;
    font-size: 12px;
}
#section-header {
    text-align: center;
    padding-top: 110px;
    padding-bottom: 100px;
}
#section-header .wp-post-image {
    width: 75%;
    position: relative;
}
.waves {
    position: relative;
}
.wave {
    position:absolute;
    width:110%;
    bottom:0;
    left:-5%;
}
.wave img {
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
}
.wave-1 {
    top: -50px;
    -ms-animation: firstAnimation 5s infinite alternate;
    -moz-animation: firstAnimation 5s infinite alternate;
    -webkit-animation: firstAnimation 5s infinite alternate;
    -o-animation: firstAnimation 5s infinite alternate;
    animation: firstAnimation 5s infinite alternate;
}
#page-title .wave-1 {
    top: -25px;
}
#page-title.search-themes .wave-1 {
    top: 25px;
}
.wave-2 {
    top: 80px;
    -ms-animation: secondAnimation 5s infinite alternate;
    -moz-animation: secondAnimation 5s infinite alternate;
    -webkit-animation: secondAnimation 5s infinite alternate;
    -o-animation: secondAnimation 5s infinite alternate;
    animation: secondAnimation 5s infinite alternate;
}
.wave-3 {
    top: 115px;
    -ms-animation: firstAnimation 5s infinite alternate;
    -moz-animation: firstAnimation 5s infinite alternate;
    -webkit-animation: firstAnimation 5s infinite alternate;
    -o-animation: firstAnimation 5s infinite alternate;
    animation: firstAnimation 5s infinite alternate;

}
.wave-4 {
    top: 180px;
    -ms-animation: firstAnimation 5s infinite alternate;
    -moz-animation: firstAnimation 5s infinite alternate;
    -webkit-animation: firstAnimation 5s infinite alternate;
    -o-animation: firstAnimation 5s infinite alternate;
    animation: firstAnimation 5s infinite alternate;

}
.wave-5 {
    top: 170px;
    -ms-animation: secondAnimation 5s infinite alternate;
    -moz-animation: secondAnimation 5s infinite alternate;
    -webkit-animation: secondAnimation 5s infinite alternate;
    -o-animation: secondAnimation 5s infinite alternate;
    animation: secondAnimation 5s infinite alternate;
}
#page-title .wave-5 {
    top: -60px;
}
#page-title.search-themes .wave-5 {
    top: -10px;
}
/*-----------------------
    Wave Animation
-----------------------*/

@keyframes firstAnimation  { 0% { transform: translatex(-50px); } 100% { transform: translatex(50px); } }
@keyframes secondAnimation { 0% { transform: translatex(50px); } 100% { transform: translatex(-50px); } }

/*------------- 3. Pre-built themes ------------*/
.home #section-themes {
    background-color: #fff;
}
.home #section-free-themes {
    background-color: #F2F2F2;
}
#section-themes,
#section-free-themes {
    position: relative;
}
#section-themes .entry-content .wrapper,
#section-free-themes .entry-content .wrapper,
#section-plugins .wrapper {
    max-width: 100%;
    width: 100%;
    padding: 0 15px;
}
#section-plugins .wrapper {
    width: 90%;
    max-width: 1170px;
    padding: 0;
}
#plugins-list.page-section,
.wrapper.page-section,
#account-forms.page-section {
    padding-top: 30px;
}
.logged-in #account-forms .hentry {
    width: 100%;
}
p.edd-logged-in {
    font-size: 25px;
    text-align: center;
}
.logged-in #account-forms .box-effect-1,
.logged-in #account-forms .box-effect-2 {
    display: none;
}
#page-title header.entry-header {
    margin: 40px 0;
}
#page-title.search-themes header.entry-header {
    margin-bottom: 0;
}
#page-title .wrapper {
    position: relative;
}
.edd-checkout #page-title header.entry-header {
    margin: 0;
}
.wp-doc-archive-view-dropdown {
    position: relative;
    max-width: 500px;
    margin: auto;
}
#section-themes .entry-header,
#section-free-themes .entry-header {
    margin: 30px 0;
}
span.total-themes {
    background-image: url('assets/images/blue-gradient.png');
    background-size: cover;
    width: 110px;
    height: 110px;
    display: table;
    border-radius: 25px;
    text-align: center;
    color: #fff;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 300;
    margin: auto;
    padding: 20px 0;
}
#section-themes span.total-themes,
#section-free-themes span.total-themes {
    margin: -110px auto 0;
}
span.total-themes span {
    display: block;
    font-size: 40px;
    line-height: 50px;
}
span.total-themes small {
    text-transform: uppercase;
    font-size: 22px;
    vertical-align: text-bottom;
    margin-top: -15px;
    display: inline-block;
    font-weight: 400;
    letter-spacing: 4px;
}
#section-themes .entry-content,
#section-free-themes .entry-content {
    background-color: #F2F2F2;
    position: relative;
}
#section-free-themes .entry-content {
    background-color: #fff;
}
#section-themes .entry-content:before,
#section-free-themes .entry-content:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    width: 25px;
    border: solid transparent;
    border-top-color: #fff;
    border-width: 12px;
    text-align: center;
    margin: auto;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
#section-free-themes .entry-content:before {
    border-top-color: #F2F2F2;
}
#section-themes .featured-image,
#section-free-themes .featured-image {
    position: relative;
    overflow: hidden;
}
#section-themes .featured-image .more-link,
#section-themes .tab-content-wrapper .featured-image .more-link,
#section-free-themes .featured-image .more-link,
#section-free-themes .tab-content-wrapper .featured-image .more-link {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    height: 55px;
    opacity: 0;
    -webkit-transform: translateX(-15px);
    -moz-transform: translateX(-15px);
    -ms-transform: translateX(-15px);
    -o-transform: translateX(-15px);
    transform: translateX(-15px);
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
#section-themes figure:hover .more-link,
#section-themes .tab-content-wrapper figure:hover .more-link,
#section-free-themes figure:hover .more-link,
#section-free-themes .tab-content-wrapper figure:hover .more-link {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}
.featured-image img {
    vertical-align: middle;
}
.white-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: 0;
}
.popup-overlay.active {
   position: fixed;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   opacity: 0.2;
   background-color: #000;
   bottom: 0;
   z-index: 30;
}
.popup-overlay {
   opacity: 0;
}
#section-themes figure:hover .white-overlay,
#section-themes .tab-content-wrapper figure:hover .white-overlay,
#section-free-themes figure:hover .white-overlay,
#section-free-themes .tab-content-wrapper figure:hover .white-overlay {
    opacity: 0.85;
}
#section-themes .tab-content-wrapper figcaption,
#section-free-themes .tab-content-wrapper figcaption {
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
#section-themes figure .view-demo a:hover,
#section-themes .vendor-plugins .view-demo h4 a:hover,
#section-themes .vendor-plugins .view-demo h4 a:focus,
#section-free-themes figure .view-demo a:hover,
#section-free-themes .vendor-plugins .view-demo h4 a:hover,
#section-free-themes .vendor-plugins .view-demo h4 a:focus {
    color: #ecab3f;
}
.view-demo {
    background-color: #4A423C;
    padding: 15px;
    position: relative;
    text-align: center;
}
#section-themes .view-demo,
#section-free-themes .view-demo {
    padding-right: 5px;
}
.view-demo h4 {
    margin: 3px 0 0;
    letter-spacing: 1px;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
}
.view-demo .demo-link {
    text-transform: capitalize;
    letter-spacing: 1px;
}
.view-demo a {
    color: #fff;
}
#section-themes figure .view-demo span.orange a,
#section-free-themes figure .view-demo span.orange a {
    color: #ecab3f;
}
#section-themes figure .view-demo span.orange a:hover,
#section-free-themes figure .view-demo span.orange a:hover {
    color: #fff;
}

/*------------- 3. Recent Plugins ------------*/
#section-plugins .view-demo h4 a,
#section-themes .vendor-plugins .view-demo h4 a,
#section-free-themes .vendor-plugins .view-demo h4 a {
    color: #3c3835;
}
#section-plugins {
    text-align: center;
    border-top: 1px solid #e9e9e9;
}
#section-plugins article.hentry:last-child {
    margin-bottom: 0;
}
#section-plugins .entry-content {
    padding: 60px 0 0;
}
#section-plugins .featured-image img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin: 0 auto 15px;
}
#section-plugins .view-demo h4,
#section-themes .vendor-plugins .view-demo h4,
#section-free-themes .vendor-plugins .view-demo h4 {
    float: none;
    margin: 0;
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}
#section-themes .vendor-plugins figure.featured-image:hover,
#section-free-themes .vendor-plugins figure.featured-image:hover {
    box-shadow: none;
}
#section-themes .vendor-plugins figure.featured-image:hover .view-demo,
#section-free-themes .vendor-plugins figure.featured-image:hover .view-demo {
    background-color: #fff;
}
.entry-content.blog-posts {
    padding: 50px 0 0;
}
#section-themes .white-overlay,
#section-themes figure.featured-image,
#section-free-themes .white-overlay,
#section-free-themes figure.featured-image,
.view-demo {
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
#section-themes figure.featured-image:hover,
#section-free-themes figure.featured-image:hover {
    box-shadow: 0 0 15px 0 rgba(51, 51, 51, 0.75);
}
#section-themes figure.featured-image:hover .view-demo,
#section-free-themes figure.featured-image:hover .view-demo {
    background-color: #282320;
}
#section-themes figure.featured-image img,
#section-free-themes figure.featured-image img {
    width: 100%;
}
#section-themes .tab-content-wrapper figure.featured-image,
#section-free-themes .tab-content-wrapper figure.featured-image {
    overflow: hidden;
    position: relative;
}

.view-demo .author {
    color: #3c3835;
    margin-top: 3px;
    display: inline-block;
    font-size: 13px;
}
.view-demo .author a {
    color: #a6754b;
}
#section-plugins .view-demo,
#section-themes .vendor-plugins .view-demo,
#section-free-themes .vendor-plugins .view-demo {
    border: 1px solid #e5e5e5;
    background-color: #fff;
    text-align: center;
    text-transform: uppercase;
}
#section-plugins .view-demo {
    border: none;
}
#section-plugins article:last-child .view-demo {
    padding-bottom: 0;
}
#section-plugins .view-demo h4 a:hover {
    color: #ecab3f;
}
h4.plugin-name,
#features-tab h4 {
    font-size: 22px;
    font-weight: 400;
}
h4.plugin-name a {
    color: #3c3835;
}
h4.plugin-name a:hover {
    color: #ecab3f;
}
#plugins-list .featured-image img {
    width: 100%;
}
#plugins-list .entry-container,
#features-tab .entry-container {
    display: table-row;
}
form.contact-form label {
    font-weight: 100;
    font-size: 16px;
    margin-bottom: 10px;
}
form.contact-form input,
form.contact-form textarea {
    max-width: 100% !important;
    width: 100% !important;
}
form.contact-form input[type="checkbox"] {
    width: auto !important;
}
form.contact-form {
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
}
form.contact-form textarea {
    padding: 15px;
}
form.contact-form input[type="submit"] {
    background-color: #fff;
    color: #ecab3f;
    border: 1px solid #ecab3f;
    box-shadow: none;
    outline: none;
    width: auto !important;
    font-size: 16px;
    min-width: 180px;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
form.contact-form p.contact-submit {
    margin-bottom: 0;
}
form.contact-form input[type="submit"]:hover,
form.contact-form input[type="submit"]:focus {
    background-color: #ECAB3F;
    color: #fff;
}
form.contact-form {
    box-shadow: 0 0px 25px 3px rgba(0, 0, 0, 0.04);
}
.contact-information {
    max-width: 740px;
    margin-left: auto;
    margin-right: auto;
}
.contact-information .address {
    margin-top: 50px;
}
.address ul {
    padding-left: 1em;
    margin: 0;
}
.address ul.postal-address {
    margin-bottom: 25px;
}
.address a {
    color: #a6754b;
}
.address a:hover,
.address a:focus {
    color: #ecab3f;
}
.contact-information .address h2,
.contact-information .address h3 {
    font-size: 28px;
    text-transform: capitalize;
    font-weight: 400;
}
.contact-information .address h3 {
    font-size: 18px;
}
.address h2 {
    margin-bottom: 25px;
}
.contact-information h2 {
    font-size: 30px;
    font-weight: 400;
}
form.contact-form {
    padding: 50px;
}
.contact-information .form-title {
    text-align: center;
    margin-bottom: 50px;
}
/*------------- 4. Our Services ------------*/
#section-services {
    background-color: #fff;
}
#section-services .entry-content {
    margin-top: 3em;
}
#section-services .jetpack_subscription_widget {
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
}
#section-services .entry-header {
    text-align: center;
}
#section-services .title-desc {
    text-transform: none;
}
#section-services .col-2 figure {
    padding: 350px 0;
    background-size: cover;
    background-position: 50%;
}
.overlay {
    background-color: #a15e25;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.7;
}
.service p,
#section-queries .hentry p {
    display: table-row;
}
.service p {
   line-height: 25px;
}
.service h2,
#section-queries .hentry h4 {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 15px;
    display: inline-block;
}
.service h2 {
    display: block;
}
.service:not(:last-child) {
    margin-bottom: 50px;
}
.service {
    text-align: center;
}
.service img.alignleft {
    float: none;
    margin-bottom: 15px;
    margin-right: 0;
}
#section-queries .hentry h4 {
    display: block;
}
#section-services .featured-image {
    position: relative;
}
#section-services .col-2 .entry-container {
    padding: 0 25px;
}
.form-wrapper {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    width: 80%;
    max-width: 560px;
    margin: auto;
    padding: 80px 25px;
    background-color: rgba(255, 255, 255, 0.85);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
#section-services #subscribe-email input {
    width: 100%;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #3c3835;
    border-radius: 0;
    height: auto;
    text-align: center;
    margin-bottom: 30px;
    padding: 0 0 5px;
    font-family: 'Ubuntu', sans-serif;
    box-shadow: none;
}
.jetpack_subscription_widget .widgettitle,
.jetpack_subscription_widget #subscribe-text {
    display: none;
}
.subscribe-title {
    font-size: 20px;
    letter-spacing: 5px;
    margin: 20px 0 0;
    font-weight: 400;
}
#subscribe-us h2.entry-title {
    letter-spacing: 1px;
}
#subscribe-us .subscribe-title,
#subscribe-us .jetpack_subscription_widget #subscribe-text {
    display: none;
}
#subscribe-email,
#subscribe-submit {
    margin: 0;
}
.form-wrapper input[type="text"] {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #3c3835;
    border-radius: 0;
    height: auto;
    text-align: center;
    margin-bottom: 30px;
    padding: 0 0 5px;
    font-family: 'Ubuntu', sans-serif;
}
.form-wrapper input[type="submit"] {
    background-color: transparent;
    box-shadow: none;
    border: 1px solid #3c3835;
    text-shadow: none;
    border-radius: 0;
    padding: 15px;
    width: 100%;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 2px;
    height: 50px;
    font-weight: 400;
   font-family: 'Montserrat', sans-serif;
}
.form-wrapper input[type="submit"]:hover {
    background-color: #3c3835;
    border-color: #3c3835;
    color: #fff;
}
.form-wrapper p {
    margin-top: 0;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 400;
    font-size: 15px;
}
.form-wrapper ::-webkit-input-placeholder {
    color: #3c3835;
}
/*------------- 5. Testimonial slider and counter ------------*/
.testimonial_slider_wrap .hentry h3 {
    color: #3c3835;
    font-weight: 400;
    margin: 0;
    font-size: 20px;
    letter-spacing: 5px;
}
.client-details a {
   display: table;
   margin: auto;
}
.client-details a:hover p,
.client-details a:focus p {
   color: #ecab3f ;
}
.client-details .company-logo {
    margin-bottom: 10px;
}
.slick-slide:focus {
    outline: none;
}
.company-logo img {
   max-width: 50px;
   border-radius: 50%;
}
#section-clients {
    text-align: center;
}
#section-clients span,
#section-clients small {
    display: block;
    position: relative;
    z-index: 3;
    text-transform: uppercase;
}
#section-clients small {
    font-size: 40px;
    font-family: 'Ubuntu', sans-serif;
}
#section-clients > .col-2 > .hentry:last-child {
    background-size: cover;
    background-position: 100% 50%;
}
#section-clients > .col-2 > .hentry {
    padding: 0;
}
.testimonial_slider_wrap {
    width: 85%;
    margin: auto;
}
.testimonial_slider_wrap .slick-slide p {
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
    max-height: 131px;
    overflow: hidden;
}
.slick-dots {
    bottom: -35px;
}
.testimonial_slider_wrap .client-details p {
    margin: 0;
    font-size: 15px;
    color: #a6754b;
    text-transform: capitalize;
}
.icon-quote {
    margin: 20px 0;
}
.slick-dots li button:before {
    background-color: #999999;
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 8px;
    opacity: 1;
}
.slick-dots li.slick-active button:before {
    background-color: transparent;
    border: 1px solid #ecab3f;
    width: 12px;
    height: 12px;
    border-radius: 12px;
    margin-top: -3px;
}
.slick-dots li {
    margin: 0 3px;
}
#section-clients > .col-2 > .hentry:first-child,
#section-clients > .col-2 > .hentry:last-child {
    width: 100%;
}
#section-clients .hentry {
    margin: 0;
    height: auto;
}
.counter.col-2 article:first-child a {
   color: #fff;
}
.counter .hentry {
    padding: 66px 20px 67px;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.counter img {
    width: 80px;
}
.counter .hentry:nth-child(1n) {
    color: #fff;
}
.counter .hentry:nth-child(1n):after,
.counter .hentry:nth-child(2n):after,
.counter .hentry:nth-child(3n):after,
.counter .hentry:nth-child(4n):after {
    content: "";
    background-color: #000;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.8;
}
.counter .hentry:nth-child(2n):after,
.counter .hentry:nth-child(3n):after {
    background-color: #fff;
}
.counter .hentry:nth-child(4n):after {
    background-color: #000;
}
.counter .hentry:nth-child(2n) small,
.counter .hentry:nth-child(3n) small {
    color: #a6754b;
}
.counter .hentry:nth-child(2n) span,
.counter .hentry:nth-child(3n) span {
    color: #3c3835;
}
.counter .hentry:nth-child(4n) small,
.counter .hentry:nth-child(4n) span {
    color: #fff;
}
/*------------- 6. Latest Blog ------------*/
.blog-posts .hentry {
    text-align: center;
    padding: 0 15px;
    margin-bottom: 40px;
}
.post-wrap .featured-image img {
    width: 100%;
}
#section-posts .more-link a,
#section-posts .more-link a:hover,
#section-posts .more-link a:focus {
    padding: 0;
    border: none;
    display: inline-block;
    letter-spacing: 0;
    color: #a6754b;
    background-color: transparent;
    text-transform: none;
}
#section-posts .more-link a:hover,
#section-posts .more-link a:focus,
#section-posts h2.post-title a:hover,
#section-posts h2.post-title a:focus {
    color: #ecab3f;
}
#section-posts .entry-summary p {
    margin-bottom: 0;
}
#section-posts .entry-summary .more-link {
    display: inline-block;
}
#section-posts .entry-container {
   text-align: left;
}
#section-posts .entry-header {
   text-align: left;
}
.post-wrap {
    border: 1px solid #e5e5e5;
}
.post-wrap:hover {
    border-color: #ecab3f;
}
.blog-posts .entry-content {
    margin: 0 -15px;
}
.blog-posts .entry-content.page-section {
    padding-bottom: 60px;
}
h2.post-title {
    font-size: 16px;
    font-family: 'Ubuntu', sans-serif;
    margin-top: 10px;
    font-weight: 400;
}
h2.post-title  a {
    color: #3c3835;
    display: block;
}
h2.post-title  a:hover {
    color: #a6754b;
}
.entry-summary p {
    color: #494542;
}
.cat-links a {
    text-transform: uppercase;
    color: #716b67;
    letter-spacing: 2px;
    font-weight: 500;
}
.post-wrap .cat-links a:hover {
    color: #ecab3f;
}
.blog-posts p.entry-meta {
    margin: 0;
}
.blog-posts .entry-container {
    padding: 40px 30px 30px;
}

/*------------- 7. Themes Collection ------------*/
#section-promotion {
    background-image: url('assets/images/white-gradient-bg.jpg');
    background-size: contain;
    background-repeat: repeat;
    text-align: center;
}
#section-promotion .entry-header.text-left {
        text-align: center;
    }
#section-promotion .entry-title {
    letter-spacing: 0;
}
#section-promotion .title-desc {
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 2px;
}
#section-promotion .more-link {
    margin: 25px 0;
}
.buttons .btn {
    width: 100%;
    text-align: center;
    color: #fff;
    padding: 18px 15px;
    margin: 5px 0;
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    vertical-align: middle;
}
.btn-demo {
    background-color: #e2e5e7;
}
.buttons .btn-demo  {
    color: #3c3835;
}
.btn-purchase {
    background-color: #2bb53e;
}
.btn-theme-instruction {
    background-color: #e2e5e7;
}
.free-theme-link {
    background-color: #e2e5e7;
}
.buttons .btn-theme-instruction,
.buttons .free-theme-link {
    color: #3c3835;
}
.btn-demo:hover {
    background-color: #c5c9cb;
}
.btn-purchase:hover {
    background-color: #229432;
}
.free-theme-link:hover,
.btn-theme-instruction:hover {
    background-color: #c5c9cb;
}
.buttons .btn-demo:before,
.buttons .btn-purchase:before {
    display: none;
}
.buttons svg.tp-view-demo {
    width: 18px;
    height: 18px;
    padding: 0;
    fill: #3c3835;
    margin-right: 15px;
}
.buttons svg {
    width: 18px;
    height: 18px;
}
.buttons svg.tp-tags {
    vertical-align: middle;
    fill: #fff;
    position: absolute;
    left: 23px;
    top: 20px;
}
.buttons .btn-pro svg {
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
    width: 18px;
    height: 18px;
}
.buttons svg.tp-download {
    fill: #fff;
    display: inline-block;
    vertical-align: middle;
    margin-right: 12px;
}
.buttons .edd-add-to-cart .edd-add-to-cart-label {
    padding-left: 20px;
}
a.edd_go_to_checkout.button.btn.btn-purchase {
    margin: 0;
}
#edd_checkout_form_wrap span.edd-description {
    text-align: left;
    margin: 10px 0;
}
#edd_checkout_form_wrap {
    margin: auto;
    width: 100%;
}
#edd_secure_site_wrapper span {
   color: #a6754b ;
   font-weight: 500;
   margin-bottom: 10px;
   display: inline-block;
}
#edd_checkout_form_wrap fieldset#edd_register_account_fields legend {
   padding-top: 25px;
   text-align: left;
}

#edd_checkout_form_wrap #edd_show_discount {
    border-color: #fafafa ;
    background-color: #fafafa ;
}
#edd_checkout_form_wrap #edd_show_discount {
    font-weight: 600;
    font-size: 16px;
    color: #494542 ;
    padding: 0;
}
.edd_discount_link {
    background-color: #2bb53e ;
    border-color: #2bb53e ;
    color: #fff;
    padding: 13px 25px;
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    margin-left: 24px;
    line-height: 24px;
}
.edd_discount_link:hover, 
.edd_discount_link:focus {
    color: #fff;
    background-color: #229432 ;
    border-color: #229432 ;
}
#edd_checkout_form_wrap .edd-cart-adjustment .edd-apply-discount.edd-submit {
    display: inline-block;
    width: auto;
    height: auto;
    font-size: 16px;
    margin-top: 25px;
    padding: 10px 25px;
    line-height: 25px;
}
#edd_checkout_form_wrap fieldset p:last-child {
    margin-bottom: 25px;
}
#edd_checkout_form_wrap .edd-cart-adjustment .edd-apply-discount.edd-submit:hover,
#edd_checkout_form_wrap .edd-cart-adjustment .edd-apply-discount.edd-submit:focus {
    border-color: #ECAB3F;
    background-color: #ECAB3F;
    outline: none;
    color: #fff;
    box-shadow: none;
}
#edd_checkout_form_wrap #edd-discount-code-wrap label {
    font-size: 16px;
    font-weight: 600;
}
#edd_checkout_form_wrap #edd-discount-code-wrap span.edd-description {
    font-size: 15px;
}
/*------------- 8. Themes Demo ------------*/
.demo-frame .dots {
    border: 1px solid #ecab3f;
    height: 40px;
    line-height: 40px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    padding: 0 10px;
}
.demo-frame .dots span {
    width: 10px;
    height: 10px;
    border-radius: 10px;
    display: inline-block;
}
.demo-frame .dots span:nth-child(1) {
    background-color: #ed5e38;
}
.demo-frame .dots span:nth-child(2) {
    background-color: #ffa538;
}
.demo-frame .dots span:nth-child(3) {
    background-color: #70bea9;
}
.demo-frame figure.featured-image {
    display: block;
    position: relative;
    width: 100%;
    overflow: hidden;
    cursor: pointer;
    text-align: center;
}
.demo-frame figure.featured-image.active {
    overflow-y: auto;
}
.demo-frame ::-webkit-scrollbar {
    width: 5px;
    height: 10px;
}
.demo-frame ::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 8px;
}

.demo-frame ::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px #aaa;
    background-color: #A8A8A8;
}
/*------------- 9. Features Tab ------------*/
#features-tab {
    background-color: #F7F8FA;
}
.tab-pane {
    display: none;
}
.tab-pane.active {
    display: block;
}
ul.nav-tabs,
.theme-nav {
    list-style-type: none;
    margin: 0 auto 50px;
    padding: 0;
    text-align: center;
    width: 100%;
}
ul.nav-tabs li {
    margin: 10px 0;
}
.nav-tabs li a,
.theme-nav li a {
    padding: 15px 5px;
    display: block;
    text-transform: uppercase;
    color: #949494;
    letter-spacing: 2px;
    font-weight: 500;
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
}
.nav-tabs li a {
    padding: 15px 25px;
}
#features-tab .nav-tabs li a {
    border: 1px solid #949494;
}
#features-tab .nav-tabs li.active a {
    border: 1px solid #a6754b;
    background-color: #a6754b;
    color: #fff;
}
#features-tab .nav-tabs li.active a:hover {
    color: #fff;
}
#features-tab .nav-tabs li a:hover {
    border: 1px solid #a6754b;
    color: #a6754b;
}
#features-tab .tab-content {
    margin-top: 3em;
}
.tab-pane h3 {
    margin: 0 auto;
    font-weight: 400;
    line-height: 35px;
}
.tab-pane strong {
    font-weight: 500;
}
#features-tab .tab-pane strong {
    font-weight: 500;
    font-family: 'Ubuntu', sans-serif;
}
#features-tab .nav-tabs li a {
    font-weight: 400;
    letter-spacing: 1px;
}
.tab-pane .fa-check,
.tab-pane .fa-close {
    font-size: 16px;
    background-image: url(assets/images/checked.svg);
    width: 15px;
    height: 15px;
    background-position: 50%;
    fill: #000;
    display: inline-block;
    margin-right: 5px;
}
.tab-pane .fa-close {
    background-image: url(assets/images/multiply.svg);
}
.compare-table-screenshot {
    margin-left: auto;
    margin-right: auto;
    max-width: 820px;
}
.compare-table .hentry img {
    width: 100%;
    vertical-align: middle;
}
.compare-table {
    position: relative;
    display: table;
    box-shadow: 0 0 30px #949494;
}
.compare-table .hentry {
    padding: 0;
    text-align: center;
}
span.compare {
    background-color: #ecab3f;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 60px;
    color: #fff;
    text-align: center;
    font-weight: 400;
    font-size: 25px;
    position: absolute;
    top: 15%;
    bottom: auto;
    left: 0;
    right: 0;
    margin: auto;
}
ul.features-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#features-tab ul.features-list h4 {
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
    display: table-row;
}
ul.features-list li:before {
    content: "";
    background-image: url('assets/images/icon-check.png');
    background-size: contain;
    background-repeat: no-repeat;
    width: 30px;
    height: 27px;
    float: left;
    margin-right: 15px;
}
ul.features-list p {
    margin-bottom: 0;
    display: table-row;
}
ul.features-list img {
    float: left;
    padding-right: 15px;
}
.pro-theme-link {
    background-color: #3fb74d;
}
.compare-table .free-theme-link:hover {
    background-color: #c5290f;
}
.pro-theme-link:hover {
    background-color: #1a8527;
}
.compare-table .free-theme-link {
    background-color: #ee4428;
}
.compare-table .pro-theme-link:hover,
.compare-table .pro-theme-link:focus {
    background-color: #3fb74d;
}
.compare-table .free-theme-link:hover,
.compare-table .free-theme-link:focus {
    background-color: #ee4428;
}
.compare-table .btn {
    color: #fff;
    width: 90%;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
    bottom: -20px;
    padding: 12px;
}
.tab-pane table {
    text-align: center;
    margin: auto;
}
.tab-pane table td {
    padding: 12px 5px;
    color: #7e7976;
    font-weight: 400;
    font-size: 14px;
}
#compare-table table {
    margin-top: 50px;
}
.tab-pane table tr:nth-child(even) td:nth-child(odd) {
    background-color: #E5E7EA;
}
.tab-pane table tr:nth-child(even) td:nth-child(even) {
    background-color: #F5F5F7;
}
.tab-pane table tr:nth-child(odd) td:nth-child(odd) {
    background-color: #F7F8FA;
}
.tab-pane table tr:nth-child(odd) td:nth-child(even) {
    background-color: #FCFCFD;
}
.tab-pane table tr td:nth-child(odd) {
    width: 25%;
}
.tab-pane table tr td:nth-child(even) {
    width: 50%;
}

/*------------- 10. Subscribe Us ------------*/
#page-title {
    padding-bottom: 30px;
    text-align: center;
}
#page-title .entry-header div {
    text-align: left;
}
#page-title .entry-header div ul,
#page-title .entry-header div ol {
    margin: 0;
    padding: 0 0 0 1.5em;
}
#page-title .entry-header div h2 {
    padding-top: 25px;
    padding-bottom: 15px;
    text-align: left;
    font-weight: 400;
}
#page-title .entry-header #single-download-content {
    text-align: center;
}
#page-title p {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-size: 1rem;
}
#page-title form {
    position: relative;
    margin: auto;
}
#page-title .title-desc {
    font-family: 'Ubuntu', sans-serif;
}
#page-title input[type="text"],
#page-title select {
    background-color: #fff;
    border-color: #ddd;
    padding: 0 45px 0 15px;
    font-weight: 400;
    font-size: 16px;
}
#page-title select {
    font-weight: 300;
    font-size: 14px;
}
#page-title input[type="text"]:focus {
    border-color: #ecab3f;
}
#page-title.search-themes input[type="text"]:focus {
    border-color: #F2F3F6;
}
#page-title.search-themes button[type="submit"] {
    background-color: transparent;
    border-color: transparent;
    position: absolute;
    right: 15px;
    top: 20px;
    font-size: 18px;
    color: #a19a96;
    line-height: 26px;
}
#page-title button[type="submit"] {
    background-color: transparent;
    border-color: transparent;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 18px;
    color: #a19a96;
    line-height: 38px;
}
#page-title button[type="submit"] svg,
#bbp-search-form svg {
    width: 18px;
    height: 18px;
    fill: #aaa;
}
#bbp-search-form svg {
    position: absolute;
    right: 18px;
    top: 18px;
}
#page-title button[type="submit"]:hover svg,
#page-title button[type="submit"]:focus svg,
#bbp-search-form svg:hover {
    fill: #ecab3f;
}
#theme-features ul,
#theme-features ol {
   margin: 1em 0;
   padding-left: 1em;
}
#single-download-content ul,
#single-download-content ol {
    text-align: left;
    margin: 0;
    padding: 0;
}
#single-download-content {
   padding-top: 25px;
}
#single-download-content h2 {
   padding-top: 25px;
   padding-bottom: 15px;
   text-align: left;
}
#single-download-content table {
    text-align: left;
}
#single-download-content table th,
#single-download-content table td {
    padding-left: 15px;
}
.single-post #page-title {
    background-repeat: no-repeat;
    background-size: cover;
    padding: 125px 0;
    background-position: 50% 0;
}
.single-post .post-wrap .entry-summary a {
    color: #a6754b;
}
.single-post .post-wrap .entry-summary a:hover,
.single-post .post-wrap .entry-summary a:focus {
    color: #ecab3f;
}
.single-post #page-title img {
    width: 100%;
}
#subscribe-us {
    background-image: url('assets/images/subscribe-us.jpg');
    background-size: cover;
    background-position: 50% 65%;
    background-attachment: fixed;
}
#subscribe-us .white-overlay {
    opacity: 0.8;
}
#subscribe-us .entry-content {
    position: relative;
    margin: 0 -15px;
}
#subscribe-us ul {
    padding: 0;
    font-weight: 400;
    margin-left: 1em;
    color: #a6754b;
}
#subscribe-us .title-desc {
    font-weight: 400;
    text-transform: capitalize;
}
#subscribe-us .entry-header {
    margin-bottom: 10px;
}
#subscribe-us form {
    text-align: center;
    margin-top: 25px;
}
#subscribe-us input[type="email"] {
    background-color: #000000;
    border: 1px solid #000;
    padding: 0 15px;
    height: 55px;
    font-family: 'Ubuntu', sans-serif;
    color: #fff;
    box-shadow: none;
}
#subscribe-us input[type="submit"] {
    border: 1px solid #a6754b;
    color: #a6754b;
    font-weight: 400;
    font-size: 16px;
    word-spacing: 3px;
    background-color: transparent;
    border-radius: 0;
    padding: 12px 25px;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: 20px;
    height: 50px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#subscribe-us input[type="submit"]:hover {
    background-color: #a6754b;
    border-color: #a6754b;
    color: #fff;
}
#subscribe-us ::-webkit-input-placeholder {
    color: #fff;
}
.search-themes ::-moz-placeholder {
  color: #716b67;
}
/*------------- 11. Support ------------*/
#section-support {
    background-color: #F2F2F2;
}
#section-support .wrapper {
    max-width: 100%;
    width: 98%;
}
#section-support .hentry .box {
    text-align: center;
    background-color: #fff;
    padding: 100px 25px 35px;
    min-height: 280px;
}
#section-support .hentry {
    padding-left: 15px;
    padding-right: 15px;
    margin: 0;
}
#section-support .hentry:nth-child(2n+1) {
    clear: left;
}
#section-support .hentry img {
    margin-bottom: 35px;
}
body:not(.page-template-support) #section-support .hentry .box {
    background-color: transparent;
    box-shadow: none;
    padding: 0;
    margin: 0;
    min-height: auto;
}
body:not(.page-template-support) #section-support .hentry .box img {
    max-width: 70px;
    margin-bottom: 22px;
}
body:not(.page-template-support) #section-support .hentry:first-child .box img {
    margin: 18px 0;
}
body:not(.page-template-support) #section-support .wrapper {
    max-width: 1040px;
    width: 90%;
}
#section-support .hentry a {
    display: block;
    color: #3c3835;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}
#section-support .hentry a:hover {
    color: #ecab3f;
}
#section-support .hentry .box {
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    margin: 15px 0;
}
#section-support .hentry .box:hover {
    box-shadow: 0 0 25px 2px rgba(51, 51, 51, 0.11);
}
#section-queries .hentry {
    text-align: center;
}
#section-queries .hentry p a {
    color: #ecab3f;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}
#section-queries .hentry p a:hover {
    border-bottom: 1px solid #ecab3f;
}
#section-queries .hentry img.alignleft {
    margin: 0 auto 15px;
    float: none;
}
#support-forum .selectdiv,
.go-to-free-support {
    position: relative;
    margin: 10px 0;
}
#support-forum .go-to-free-support .btn:hover, 
#support-forum .go-to-free-support .btn:focus {
    color: #fff;
    border-bottom: none;
}
#support-forum .go-to-free-support a {
    padding: 14px 15px;
    background-color: #ecab3f;
    color: #fff;
    border: none;
}
#support-forum .go-to-free-support a svg {
    width: 20px;
    height: 20px;
    margin-right: 8px;
    display: inline-block;
    vertical-align: middle;
}
#support-forum a {
    color: #a6754b;
}
#support-forum a:hover {
    border-bottom: 1px solid #a6754b;
}
#support-forum form {
    position: relative;
    margin: auto;
}
table span.theme-name:after {
    content: "|";
    display: inline-block;
    padding: 0 3px 0 5px;
}
#submission-type ul h1,
#submission-type ul h2,
#submission-type ul h3,
#submission-type ul h4,
#submission-type ul h5,
#submission-type ul h6 {
    margin-top: 25px;
    margin-left: 35px;

}
/*------------- 12. Checkout ------------*/
.payment-methods {
    text-align: center;
}
.payment-methods img {
    width: 50px;
}
form input {
    background-color: #f2f3f6;
    border-color: #f2f3f6;
    padding: 0 15px;
    height: 55px;
}
form p {
    text-align: center;
}
form label {
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 10px;
    display: table;
    font-size: 14px;
    text-align: left;
}
span.required {
    color: #d72525;
}
form.checkout-form,
form.edd_form,
form.register {
    width: 100%;
    margin: 40px auto;
    box-shadow: 0 0px 25px 3px rgba(0, 0, 0, 0.04);
    padding: 40px 20px;
}
#edd_purchase_form {
    margin-bottom: 0;
}
form#edd_purchase_form {
    box-shadow: none;
    border: 1px solid #eee;
}
#edd_checkout_form_wrap {
    width: 100%;
}
#edd_login_form .edd-input,
#edd_login_form label,
#edd_profile_editor_form label,
#edd_register_form .edd-input,
#edd_register_form label {
    display: block;
    width: 100%;
}
#edd_checkout_form_wrap fieldset {
    border: none;
    padding: 0;
    margin: 0;
}
#edd_checkout_form_wrap fieldset#edd_cc_fields {
    border: none;
    background: transparent;
    margin-top: 50px;
}
.card-expiration {
    text-align: left;
}
#edd_cc_address select,
.card-expiration select {
    padding: 10px;
    background-color: #f2f3f6;
    border: 1px solid #f2f3f6;
}
.card-expiration select {
    padding: 2px;
}
.edd-alert-error {
    margin-top: 25px;
}
fieldset#edd_cc_address {
    margin-top: 50px;
}
#edd_checkout_form_wrap input.edd-input,
#edd_checkout_form_wrap textarea.edd-input {
    width: 100%;
    padding: 0 15px;
}
fieldset#edd_checkout_user_info legend {
    text-align: center;
    font-size: 26px;
    letter-spacing: 2px;
    font-weight: 100;
    margin-bottom: 35px;
    text-transform: uppercase;
}
#edd_checkout_form_wrap input[type="radio"] {
    vertical-align: middle;
}
.box-effect-1 {
    background-color: #eee;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
}
form.edd_form,
form.register {
    margin-top: 0;
}
h2.form-title {
    text-align: center;
    font-size: 26px;
    letter-spacing: 2px;
    font-weight: 100;
    margin-bottom: 35px;
}
h2.form-title span {
    color: #ecab3f;
}
form input.btn-default,
.edd_form input[type="submit"],
#edd-purchase-button {
    width: 75%;
    margin: auto;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
}
#edd_purchase_form_wrap input[type="submit"] {
    background-color: #2bb53e;
    border-color: #2bb53e;
    color: #fff;
    max-width: 250px;
    margin-left: 0;
}
#edd-login-account-wrap a {
   color: #ecab3f ;
}
#edd-login-account-wrap a:hover, #edd-login-account-wrap a:focus {
   border-bottom: 1px solid #ecab3f ;
}
#edd_purchase_form_wrap input[type="submit"]:hover,
#edd_purchase_form_wrap input[type="submit"]:focus {
    background-color: #229432;
    border-color: #229432;
    color: #fff;
}
#edd_purchase_submit #edd_final_total_wrap {
    background: none;
    border: none;
    padding-bottom: 0;
    text-align: left;
    padding-left: 0;
}
.edd-payment-icons {
    text-align: center;
}
#edd_checkout_form_wrap .edd-payment-icons img.payment-icon {
    float: none;
    display: inline-block;
}
#edd_checkout_form_wrap legend {
    text-align: left;
    margin-bottom: 20px;
}
#edd_checkout_form_wrap #edd_payment_mode_select legend {
   text-align: center;
   padding-top: 25px;
}
#edd-payment-mode-wrap {
    text-align: center;
    margin-bottom: -20px;
}
#edd_checkout_cart_form {
    padding-top: 0;
}
.edd_cart_actions a.edd_cart_remove_item_btn {
    color: #a6754b;
}
.edd_cart_actions a.edd_cart_remove_item_btn:hover,
.edd_cart_actions a.edd_cart_remove_item_btn:focus {
    color: #ecab3f;
}
#edd_checkout_form_wrap legend {
   font-weight: 400;
   font-size: 25px;
}
#edd_checkout_login_register p {
   margin-bottom: 2em;
}
#checkout-table {
    background-color: #F2F2F2;
}
#checkout-table td.item-name img {
    width: 50px;
    vertical-align: middle;
    margin: 0 15px;
}
#checkout-table td.item-name {
    text-align: left;
}
#checkout-table td.actions a {
    color: #d02a2a;
}
#checkout-table table#edd_purchase th {
    text-transform: uppercase;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 1px;
}
#edd_checkout_cart th,
#edd_checkout_form_wrap label {
    font-weight: 400;
}
#edd_checkout_form_wrap label {
    font-size: 14px;
}
p#edd_final_total_wrap strong {
    font-weight: 500;
}
#checkout-table table#edd_purchase,
#checkout-table table#edd_purchase th,
#checkout-table table#edd_purchase td {
    border: 1px solid #d9d9d9;
}
#checkout-table table#edd_purchase th,
#checkout-table table#edd_purchase td {
    padding: 15px 8px;
    font-size: 14px;
    font-weight: 600;
}
#checkout-table table#edd_purchase th:first-child {
    text-align: left;
}
#checkout-table .btn-default {
    background-color: transparent;
}
#checkout-table .btn-default:hover {
    background-color: #ECAB3F;
}
#checkout-table .total {
    font-weight: 400;
    font-size: 22px;
    display: inline-block;
    vertical-align: middle;
}
#checkout-table .total span {
    padding-left: 10px;
}
#checkout-table .price {
    float: right;
}
#checkout-table .proceed {
    display: inline-block;
    margin-left: 15px;
}
table#edd_purchase_receipt th,
table#edd_purchase_receipt_products th,
table#edd_user_history th {
    background: #fafafa;
    padding: 1.387em;
}
table#edd_purchase_receipt td,
table#edd_purchase_receipt_products td,
table#edd_user_history td {
    line-height: 25px;
    vertical-align: middle;
    background: #fff;
    text-align: left;
    border: 1px solid #eee;
    color: #666;
    padding: 0.5em 1.387em;
}
table#edd_purchase_receipt_products li {
    margin: 0;
}
table#edd_purchase_receipt_products li a,
table#edd_user_history a,
.edit-details {
    color: #a6754b;
}
table#edd_purchase_receipt_products li a:hover,
table#edd_purchase_receipt_products li a:focus,
table#edd_user_history a:hover,
table#edd_user_history a:focus,
.edit-details:hover,
.edit-details:focus {
    color: #ecab3f;
}
a.log-out {
   color: #a6754b ;
}
a.log-out:hover, a.log-out:focus {
   color: #ecab3f ;
}
table#edd_purchase_receipt {
    margin-bottom: 50px;
}
table#edd_user_history {
    margin-top: 15px;
}
form#edd_profile_editor_form {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
}
form#edd_profile_editor_form p {
    text-align: left;
    margin: 0;
}
form#edd_profile_editor_form p label {
    margin-top: 20px;
    display: block;
    width: 100%;
}
form#edd_profile_editor_form select {
    background-color: #f2f3f6;
    border: 1px solid #f2f3f6;
    height: 55px;
    width: 100%;
    padding: 0 15px;
}
form#edd_profile_editor_form input#edd_profile_editor_submit {
    width: auto;
    float: left;
    margin-top: 20px;
    font-size: 16px;
    height: auto;
    outline: none;
}
/*------------- 13. Login/Register ------------*/
#account-forms .wrapper {
    max-width: 1050px;
}
#account-forms input[type="checkbox"],
#account-forms label {
    display: inline-block;
}
#account-forms input[type="checkbox"] {
    vertical-align: middle;
    margin-right: 10px;
    width: 16px;
    background-color: transparent;
    margin-top: -3px;
}
#account-forms .edd-lost-password a {
    color: #a6754b;
    font-family: 'Ubuntu', sans-serif;
    font-size: 15px;
}
#account-forms .edd-lost-password a:hover {
    border-bottom: 1px solid #a6754b;
}
#account-forms .hentry {
    padding: 10px 20px 0;
    position: relative;
    overflow: hidden;
}
#account-forms form label {
    font-size: 14px;
}
.edd_form legend {
    display: none;
}
.forms form {
    position: relative;
    overflow: hidden;
}
.forms form#edd_checkout_cart_form {
    overflow: visible;
}
p.edd-login-remember label {
    display: block;
    text-align: center;
}
#edd_register_form input[type="submit"] {
    margin-top: 1em;
}
.forms .wave {
    width: 150%;
}
.forms .wave-1 {
    top:auto;
    bottom: 75px;
}
.forms .wave-2 {
    top:auto;
    bottom: 50px;
}
.forms .wave-3 {
    top:auto;
    bottom: 25px;
}
.box-effect-1 {
    background-color: #ddd;
    opacity: 0.6;
    height: 15px;
    position: absolute;
    left: 0;
    right: 0;
    width: 80%;
    bottom: 25px;
    margin: auto;
    text-align: center;
}
.box-effect-2 {
    background-color: #E3E3E3;
    opacity: 0.4;
    height: 30px;
    position: absolute;
    left: 0;
    right: 0;
    width: 75%;
    bottom: 11px;
    margin: auto;
    text-align: center;
}
#section-payment .hentry {
    width: 100%;
    margin: auto;
    position: relative;
    overflow: hidden;
}
.edd-meta span.price,
.edd-meta span.edd_price {
    color: #229432;
}
.edd-meta span {
    text-transform: uppercase;
    font-weight: 400;
    color: #a6754b;
}
.edd-meta {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    display: inline-block;
    margin-top: 20px;
    padding: 10px;
}
.edd-meta > span,
.edd-meta > a {
    margin-right: 20px;
    border-right: 1px solid #d6dada;
    padding-right: 20px;
}
.edd-meta > a:last-child {
    border-right: none;
}
.edd-meta > span:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}
#page-title .edd-meta > span {
   color: #3c3835 ;
}
.edd-submit.button:focus, input[type="submit"].edd-submit:focus {
    outline: thin dotted #333;
}
/*------------- 13. FAQ ------------*/
#faq-queries .nav-tabs li a {
    padding: 15px 20px 10px 20px;
    font-family: 'Ubuntu', sans-serif;
    color: #544940;
    letter-spacing: 0;
    font-weight: 500;
    font-size: 16px;
}
#faq-queries .tab-pane h3 {
    width: 100%;
    letter-spacing: 0;
    margin: 15px 0;
}
#faq-queries .tab-pane strong {
    font-weight: 400;
}
#faq-queries .nav-tabs li.active a {
    border: 1px solid #ECAB3F;
    background-color: #ECAB3F;
    color: #fff;
}
#faq-queries .nav-tabs li {
    margin: 0;
    text-align: left;
}
.each-faq {
    padding: 0 35px;
    border-bottom: 1px solid #eee;
    position: relative;
}
.each-faq h4 {
    margin: 0;
    padding-right: 15px;
    font-size: 15px;
    font-weight: 500;
}
.faq-content {
    line-height: 25px;
}
.faq-content p {
    font-size: 14px;
}
.faq-content form.contact-form {
    padding: 0;
    margin: 0;
    box-shadow: none;
}
.faq-content form.contact-form input[type="text"], 
.faq-content form.contact-form input[type="email"], 
.faq-content form.contact-form textarea {
    background-color: #fff;
}
.each-faq p {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
}
.each-faq p:last-child {
    margin-bottom: 0;
}
.each-faq.open {
    background-color: #F7F9F9;
}
.each-faq.open svg,
.each-faq svg {
    float: right;
    fill: #ecab3f;
}
.each-faq svg {
    position: absolute;
    top: 40px;
    right: 20px;
    color: #5db23b;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
}
.each-faq svg.tp-add {
    fill: #5db23b;
}
.each-faq svg.tp-minus,
.each-faq.open svg.tp-add {
    display: none;
}
.each-faq svg.tp-add,
.each-faq.open svg.tp-minus {
    display: block;
}
.each-faq svg.tp-add,
.each-faq svg.tp-minus {
    width: 15px;
    height: 15px;
}
.each-faq a {
    color: #a6754b;
}
.each-faq a:hover {
    border-bottom: 1px solid #a6754b;
}
.each-faq .faq-trigger:hover {
    border-bottom: none;
}
.each-faq ul li p,
.each-faq ol li p{
    margin-top: 0;
}
.each-faq ul,
.each-faq ol {
    margin-left: 0;
    margin-top: 1em;
}
.each-faq ul li,
.each-faq ol li {
    font-size: 16px;
}
.each-faq ul ul li,
.each-faq ol ol li,
.each-faq ol ul li,
.each-faq ul ol li {
    border-top: 1px solid #ddd;
    padding: 15px 0;
}
.each-faq ul ul li:last-child,
.each-faq ol ol li:last-child,
.each-faq ol ul li:last-child,
.each-faq ul ol li:last-child {
    border-bottom: 1px solid #ddd;
}
.faq-trigger {
    width: 100%;
    display: table;
    padding: 20px 0;
}
.each-faq.open {
    padding-bottom: 35px;
}
.each-faq.open .faq-trigger {
    padding-bottom: 0;
}
#faq-queries .nav-tabs li a:before {
    content: "";
    width: 35px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
    background-image: url('assets/images/faq-icons.png');
    background-position: 0 95%;
    margin-right: 10px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
#faq-queries .nav-tabs li:nth-child(1n) a:before {
    background-position: 0 20%;
}
#faq-queries .nav-tabs li.active:nth-child(1n) a:before {
    background-position: 0 95%;
}
#faq-queries .nav-tabs li:nth-child(2n) a:before {
    background-position: 18% 20%;
}
#faq-queries .nav-tabs li.active:nth-child(2n) a:before {
    background-position: 19% 95%;
}
#faq-queries .nav-tabs li:nth-child(3n) a:before {
    background-position: 38% 20%;
}
#faq-queries .nav-tabs li.active:nth-child(3n) a:before {
    background-position: 39% 95%;
}
#faq-queries .nav-tabs li:nth-child(4n) a:before {
    background-position: 58% 20%;
}
#faq-queries .nav-tabs li.active:nth-child(4n) a:before {
    background-position: 58% 95%;
}
#faq-queries .nav-tabs li:nth-child(5n) a:before {
    background-position: 78% 20%;
}
#faq-queries .nav-tabs li.active:nth-child(5n) a:before {
    background-position: 78% 95%;
}
#faq-queries .nav-tabs li:nth-child(6n) a:before {
    background-position: 98% 20%;
}
#faq-queries .nav-tabs li.active:nth-child(6n) a:before {
    background-position: 98% 95%;
}

/*------------- 13. Support Forum ------------*/
ul.forum-titles li {
    font-size: 16px;
}
li.bbp-forum-info a {
    color: #3c3835;
    display: inline-block;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
}
div.bbp-breadcrumb,
div.bbp-topic-tags {
    font-size: 14px;
}
.bbp-breadcrumb a {
    color: #000;
}
.bbp-breadcrumb a:hover {
    color: #ecab3f;
}
#bbpress-forums li {
    font-weight: 400;
    font-size: 14px;
}
#bbpress-forums .bbp-body li {
    font-weight: 300;
}
#bbpress-forums li.bbp-body ul.forum,
#bbpress-forums li.bbp-body ul.topic {
    padding: 15px 30px;
}
#bbpress-forums .bbp-forum-info .bbp-forum-content {
    font-size: 16px;
    margin: 10px 0 0;
    display: none;
    vertical-align: middle;
}
table#support-forum-table tbody tr:hover a {
    color: #ecab3f;
}
#support-forum-table thead,
#bbpress-forums li.bbp-header {
    background-color: #A6754B;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
}
#support-forum-table tbody tr td,
#support-forum-table thead th {
    padding: 15px 3px;
    font-size: 14px;
}
#support-forum-table thead th {
    font-size: 12px;
}
#support-forum-table thead th:first-child,
#support-forum-table tbody tr td:first-child {
    text-align: left;
    padding-left: 30px;
}
#support-forum-table thead th:last-child,
#support-forum-table tbody tr td:last-child {
    padding-right: 30px;
}
#bbpress-forums li.bbp-body,
#bbpress-forums div.odd,
#bbpress-forums ul.odd,
#bbpress-forums div.even,
#bbpress-forums ul.even {
    background-color: #F2F2F2;
}
#bbpress-forums ul.bbp-forums,
#bbpress-forums li.bbp-body ul.forum:last-child {
    border: none;
}
#bbpress-forums li.bbp-footer,
#bbpress-forums div.bbp-search-form {
    display: none;
}
#bbpress-forums li.bbp-body ul.forum {
    border-bottom: 1px solid #d9d9d9;
}
#support-forum-table tbody tr:first-child {
    border-top-color: transparent;
}
#support-forum-table tbody tr:last-child {
    border-bottom-color: transparent;
}
#bbpress-forums li.bbp-body ul.forum:hover {
    background-color: #F9F9F9;
}
#bbpress-forums li.bbp-header ul.forum-titles {
    padding: 5px 25px;
}
.bbp-reply-author a {
    letter-spacing: 0;
    font-weight: 400;
}
#bbpress-forums li.bbp-body ul.hentry {
   display: flex;
   align-items: center;
}
#page-title form#bbp-search-form input[type="submit"] {
   opacity: 0;
   width: 56px;
   height: 56px;
}
a.cd-top.cd-is-visible {
    display: none;
}
a.mw-redirect,
.wp-doc-section a {
    color: #a6754b;
}
a.mw-redirect:hover,
a.mw-redirect:focus,
.wp-doc-section a:hover,
.wp-doc-section a:focus {
    color: #ecab3f;
}
li.bbp-body ul.forum:nth-child(odd) li.bbp-forum-info a:before,
li.bbp-body ul.forum:nth-child(even) li.bbp-forum-info a:before {
    content: "";
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
    background-image: url('assets/images/tags.png');
    background-repeat: no-repeat;
}
li.bbp-body ul.forum:nth-child(even) li.bbp-forum-info a:before {
    background-image: url('assets/images/crown.png');
}
table#support-forum-table span.theme-type {
    display: block;
}
table span.theme-name:after {
    display: none;
}
#support-forum-table tbody tr td:first-child {
    text-align: center;
}
table span.theme-name {
    display: inline-block;
    margin-bottom: 5px;
}
table span.theme-name:after {
    content: "";
    background-color: #aaa;
    height: 1px;
    width: 100%;
    margin: 5px auto 0;
    display: block;
}
div.bbp-template-notice,
div.indicator-hint {
    border-width: 1px;
    border-style: solid;
    padding: 0 0.6em;
    margin: 5px 0 15px;
    border-radius: 0;
    background-color: #A6754B;
    border-color: #A6754B;
    color: #000;
    clear: both;
}
div.bbp-template-notice p {
    color: #fff;
    font-size: 16px;
}
div.bbp-template-notice.info {
    border: #A6754B 1px solid;
    background-color: #A6754B;
}
.wp-doc-theme-coffee .ws-wp-docs-content a.wp-doc-icon.wp-doc-email-icon:hover {
   color: #fff;
}
#bbpress-forums fieldset.bbp-form legend {
    font-size: 16px;
}
#bbpress-forums fieldset.bbp-form {
    border: 1px solid #F2F2F2;
}
#bbpress-forums fieldset.bbp-form label {
    text-align: left;
    width: 100%;
    font-size: 16px;
    margin-bottom: 10px;
}
#bbpress-forums fieldset.bbp-form label[for="bbp_topic_subscription"] {
    width: auto;
    margin-left: 10px;
}
div.bbp-submit-wrapper {
    float: left;
}
select#bbp_stick_topic_select,
select#bbp_topic_status_select {
    padding: 10px;
    min-width: 200px;
    background-color: #f2f3f6;
    border: 1px solid #f2f3f6;
}
#bbpress-forums fieldset.bbp-form p {
    margin: 0 0 8px;
    text-align: left;
}
input#bbp_topic_subscription {
    float: left;
    height: 24px;
    margin-right: 15px;
}
#subscription-toggle a {
    font-size: 16px;
    color: #333;
}
.bbp-breadcrumb {
    display: block;
    width: 100%;
}
.bbp-user-section p {
    font-size: 15px;
    margin: 5px 0;
}
#bbpress-forums #bbp-single-user-details #bbp-user-navigation li.current a {
    opacity: 1;
    border: 1px solid #ECAB3F;
    background-color: #ECAB3F;
    color: #fff;
}
#bbpress-forums #bbp-single-user-details #bbp-user-navigation li a {
    color: #544940;
}
#favorite-toggle a,
.bbp-reply-content #subscription-toggle a {
    color: #fff;
}
span.bbp-admin-links a,
.bbp-reply-header a.bbp-reply-permalink {
    color: #777;
}
.bbpress #primary h1.entry-title,
#subscription-toggle,
#bbpress-forums .bbp-template-notice.info {
    display: none;
}
.bbp-breadcrumb-sep {
    font-size: 20px;
    display: inline-block;
    padding: 0 4px;
}
.bbp-breadcrumb-current {
    color: #ecab3f;
}
select option {
    font-weight: 300;
    font-size: 15px;
}
header.doc-top-head {
    background-color: #905726;
    padding: 10px 0 10px 30px;
    margin-bottom: 25px;
    line-height: 1;
    text-align: left;
}
.wp-doc-theme-coffee .ws-wp-docs-content a.wp-doc-icon.wp-doc-email-icon,
.wp-doc-theme-coffee .doc-click a {
    color: #fff;
}
.ws-wp-docs.clearfix.toc-pos-left {
    margin: 0 -10px;
}
header.doc-top-head .ws-logo-title {
    color: #fff;
    letter-spacing: 0;
}
.wp_documentation-template-default .wrapper.page-section {
    padding-top: 0;
}
body.topic #page-title .wrapper {
    max-width: 100%;
}
body.topic #page-title .wrapper form {
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
}
body.topic #page-title .wrapper .entry-title {
    text-transform: none;
}
body.topic #page-title .entry-title {
    letter-spacing: 0;
    font-size: 36px;
    font-weight: 400;
}
#bbpress-forums li.bbp-header, #bbpress-forums li.bbp-footer {
    font-weight: 400;
}
button#bbp_topic_submit,
.bbp-submit-wrapper button[type="submit"] {
    padding: 12px 25px;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    border: none;
    background-color: transparent;
    border: 1px solid #ECAB3F;
    color: #ECAB3F;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
button#bbp_topic_submit:hover,
button#bbp_topic_submit:focus,
.bbp-submit-wrapper button[type="submit"]:hover,
.bbp-submit-wrapper button[type="submit"]:focus {
    background-color: #ECAB3F;
    color: #fff;
}
 #page-title form.edd_download_purchase_form {
    width: auto;
    display: inline-block;
    padding: 0;
    margin: 0;
}
#page-title .buttons {
    max-width: 775px;
    margin: 0 auto 25px;
}
#page-title form.edd_download_purchase_form .btn {
    width: 100%;
}
.buttons .btn.btn-grey {
    background-color: transparent;
    border-bottom: 1px solid #ccc;
    padding: 0;
    margin-top: 22px;
    max-width: 150px;
    text-align: left;
    color: #a6754b;
    position: relative;
}
.buttons.pro-theme-action.clear .btn-demo {
    margin-top: 0;
}
#page-title .buttons.pro-theme-action {
    max-width: 575px;
    text-align: center;
}
.buttons.pro-theme-action .btn.btn-grey {
    width: auto;
}
.buttons .btn-support:before {
    content: "\f025";
    position: absolute;
    left: -25px;
}
.buttons .btn-instruction:before {
    content: "\f15b";
    position: absolute;
    left: -25px;
}
/*.btn.btn-grey.btn-instruction:after {
    content: "";
    width: 1px;
    height: 20px;
    float: right;
    margin-left: 10px;
    border-right: 2px solid #ddd;
}*/


/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
    display: block;
}
.hentry {
    margin: 0 0 30px;
    padding: 0 15px;
}
.hentry:last-child {
    margin-bottom: 0;
}
.byline,
.updated:not(.published) {
    display: none;
}

.single .byline,
.group-blog .byline {
    display: inline;
}

.page-content,
.entry-content,
.entry-summary {
    margin: 0;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}
.comment-respond input,
.comment-respond textarea {
    background-color: #f2f3f6;
    border-radius: 0;
    height: 45px;
    border-color: #f2f3f6;
    outline: none;
    width: 100%;
}
.comment-respond textarea {
    height: 200px;
    float: left;
    padding-top: 10px;
}
.comment-respond input#submit {
    background-color: #fff;
    color: #ecab3f;
    border: 1px solid #ecab3f;
    font-weight: 400;
    font-size: 16px;
    word-spacing: 3px;
    border-radius: 0;
    padding: 12px 25px;
    text-align: CENTER;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: 20px;
    width: 200px;
    float: right;
    height: 50px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.comment-respond input#submit:hover {
    background-color: #ECAB3F;
    border-color: #ECAB3F;
    color: #fff;
}
p.comment-notes {
    text-align: left;
}
#reply-title,
.single-post .comments-title.entry-title {
    letter-spacing: 0;
    font-size: 28px;
    color: #3c3835;
    font-weight: 400;
    text-transform: none;
}
.single-post .comments-title.entry-title {
    margin-bottom: 40px;
}
h2.entry-title.post-title {
    letter-spacing: 0;
    font-weight: 400;
}
.comment-content p {
    font-weight: 400;
    color: #565a5f;
    display: table;
    margin-top: 0;
    margin-bottom: 10px;
    font-family: 'Montserrat', sans-serif;
}
.reply {
    float: right;
}
.reply a {
    text-transform: uppercase;
    color: #3c3835;
    letter-spacing: 1px;
    font-weight: 500;
}
.bbp-reply-content a {
    text-transform: none;
}
.bbp-reply-content p a {
    color: #a6754b;
}
blockquote {
    font-style: italic;
    font-weight: 500;
    border-left: 5px solid #999;
    padding-left: 10px;
}
.comment-author.vcard .fn {
   font-weight: 500;
}
ol.comment-list .depth-1 {
   margin-bottom: 40px;
   display: inline-block;
   width: 100%;
}
.parent .reply {
    margin-bottom: 25px;
}
#reply-title {
    font-weight: 400;
}
#respond {
    clear: both;
    display: table;
    width: 100%;
}
#comments {
    padding: 30px 0;
}
#comments > ol.comment-list {
   margin-bottom: 60px;
   display: inline-block;
   width: 100%;
}
#comments ol.children {
    margin-left: 2.5em;
}
#comments ol {
    list-style: none;
    margin-left: 0;
    padding: 0;
}
.comment-author b.fn a {
    color: #3c3835;
    text-transform: capitalize;
    font-family: 'Montserrat', sans-serif;
}
.comment-author b.fn a:hover,
.comment-metadata a time:hover {
    color: #ecab3f;
}
.single-post .post-wrap {
    border: none;
}
.single-post .wrapper.page-section {
    max-width: 910px;
    margin-left: auto;
    margin-right: auto;
}
.single-post .entry-title {
    font-size: 28px;
    text-transform: none;
    letter-spacing: 0;
    margin: 1rem 0;
}
time,
span.comments-links a {
    color: #494542;
}
.entry-meta svg {
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin-right: 10px;
}
.entry-meta a:hover time {
    color: #ecab3f;
}
.entry-meta a:hover svg {
    fill: #ecab3f;
}
p.entry-meta > span:not(:last-child) {
    margin-right: 20px;
}
ol.comment-list {
    list-style: none;
    padding: 0;
}
.comment-meta img {
    max-width: 85px;
    float: left;
    margin-right: 15px;
}
.says {
    display: none;
}
.comments-title {
    margin-bottom: 30px;
}
.comment-metadata time:before {
    display: none;
}
p.entry-meta a:hover,
.reply a:hover {
    color: #ecab3f;
}
#cancel-comment-reply-link {
    color: #3c3835;
    border-bottom: 1px solid #3c3835;
    margin-left: 10px;
}
#cancel-comment-reply-link:hover {
    color: #ecab3f;
    border-bottom: 1px solid #ecab3f;
}
p.logged-in-as {
    text-align: left;
}
p.logged-in-as a {
    color: #3c3835;
}
p.logged-in-as a:hover {
    color: #ecab3f;;
}
blockquote {
    font-size: 14px;
    color: #3c3835;
    font-weight: 600;
}
.comment-content {
    margin-top: 10px;
}
ol.comment-list li.comment {
    clear: both;
}
.single-post header.entry-header {
    margin-bottom: 3em;
}
.single-download-read-more {
    display: table;
    font-weight: 400;
    color: #a6754b;
    letter-spacing: 4px;
    font-size: 14px;
    line-height: 1.1;
    margin: 25px auto 0;
}
.single-download-read-more svg {
    width: 20px;
    height: 20px;
    display: block;
    margin: 8px auto 0;
    fill: #a6754b;
}
.single-download-read-more:hover svg,
.single-download-read-more:focus svg {
    fill: #ecab3f;
}
.single-download-read-more:hover {
    color: #ecab3f;
}
.edd-meta a.btn.btn-grey.btn-instruction,
.edd-meta a.btn.btn-grey.btn-support {
    color: #a6754b;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    letter-spacing: 0;
    font-size: 16px;
}
.edd-meta a.btn.btn-grey.btn-instruction {
    padding-right: 20px;
}
.edd-meta a.btn.btn-grey.btn-instruction:hover,
.edd-meta a.btn.btn-grey.btn-support:hover,
.edd-meta a.btn.btn-grey.btn-instruction:focus,
.edd-meta a.btn.btn-grey.btn-support:focus {
    color: #ecab3f;
}
.single-post article .entry-container .sd-content ul li {
    margin-right: 5px;
}
.single-post div.sharedaddy h3.sd-title {
    margin-right: 25px;
}
div.sharedaddy h3.sd-title:before {
    border-top: none;
}
.sd-content li {
    text-transform: uppercase;
    width: auto;
    height: auto;
    margin-right: 0;
    margin-bottom: 5px;
    display: block;
}
.sd-content li:hover {
    opacity: 0.8;
}
.sd-content li a {
    padding: 5px 20px 5px 5px;
    width: auto;
    height: auto;
    display: inline-block;
    letter-spacing: 1px;
}
.sd-content li:last-child {
    margin-right: 0;
}
.sd-content .social-links-menu li a:after {
    display: none;
}
.sd-content li span {
    font-size: 16px;
}
.sd-content {
    display: inline-block;
    margin-top: 15px;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
   word-wrap: break-word;
   color: #ecab3f;
}
p.comment-subscription-form {
   text-align: left;
   margin: 0;
}
p.comment-subscription-form input[type="checkbox"] {
   margin-top: 25px;
}
input[type="checkbox"] {
   height: auto;
}
.bypostauthor {
    display: block;
}
.comment-form-comment {
    clear: both;
    width: 100%;
    display: table;
    margin-bottom: 0;
}
#respond .form-submit {
    clear: both;
    display: table;
    margin-bottom: 0.5em;
}
.comment-form-author,
.comment-form-email {
    margin-bottom: 1em;
}
#respond .form-submit input {
    margin-top: 0;
}
/*--------------------------------------------------------------
## Vendor Dashboard
--------------------------------------------------------------*/
nav.fes-vendor-menu a {
   color: #a6754b ;
}

nav.fes-vendor-menu a:hover {
   color: #ecab3f ;
}

table#fes-comments-table,
table#fes-order-list {
   border-collapse: collapse;
   width: 100%;
}

table#fes-comments-table th,
table#fes-comments-table td,
table#fes-order-list th,
table#fes-order-list td {
   text-align: left;
   padding: 8px;
}

table#fes-comments-table tr:nth-child(even),
table#fes-order-list tr:nth-child(even) {
    background-color: #f2f2f2;
}

table#fes-comments-table th,
table#fes-order-list th {
   background-color: #a6754b ;
   color: white;
}

#fes-vendor-store-link a {
   color: #a6754b ;
}

#fes-vendor-store-link a:hover {
   color: #ecab3f ;
}
table#fes-product-list th {
    background: #fafafa;
    padding: 1.387em;
}
table#fes-product-list td {
    text-align: left;
    border: 1px solid #eee;
    color: #666;
    padding: 0.5em 1.387em;
}
.edd-fes-action.edit-product-fes {
    color: #ecab3f;
}
td.fes-product-list-td img {
    vertical-align: middle;
}
h1#fes-products-page-title,
h1#fes-new-product-form-title,
h1#fes-orders-page-title {
    margin: 25px 0;
}
fieldset.fes-el.checkbox.other_features input[type="checkbox"] {
    height: auto;
}
fieldset.fes-el.checkbox.other_features label {
    display: block;
}
ul.fes-checkbox-checklist {
    margin-left: 0;
    padding-left: 0;
    list-style: none;
}
div.fes-form fieldset .fes-label {
    margin-bottom: 10px;
}
table.alternate_theme_featured_image {
    text-align: left;
}
form.fes-ajax-form.fes-submission-form .edd-submit {
    display: inline-block;
    float: right;
    margin-right: 15px;
}
table.theme_design_screenshot {
    text-align: left;
}
form.fes-ajax-form.fes-submission-form div.fes-form fieldset.fes-submit .edd-submit {
    float: left;
    background-color: #ECAB3F;
    color: #fff;
    padding: 12px 25px;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    height: auto;
    box-shadow: none;
    border: none;
    background-image: none;
    border-radius: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
form.fes-ajax-form.fes-submission-form div.fes-form fieldset.fes-submit .edd-submit:hover {
    background-color: #a6754b;
}
form.fes-ajax-form.fes-submission-form input[type="text"] {
    text-indent: 10px;
}
/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.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;
}

.navigation svg.icon {
    width: 25px;
    height: 10px;
}
svg.tp-add,
.create-new-topic svg {
    fill: #fff;
    width: 42px;
    height: 35px;
}
.post-navigation .nav-previous,
.posts-navigation .nav-previous {
   width: 50%;
}
.nav-links .meta-nav {
  display: block;
  color: #ecab3f;
  font-size: 13px;
}
.navigation.post-navigation,
.navigation.posts-navigation,
.posts-navigation .nav-next,
.post-navigation .nav-next {
   margin-top: 25px;
}
nav.navigation a:hover span {
    color: #fff;
}
/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
    max-width: 100%;
}

/*--------------------------------------------------------------
## 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-col-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;
}
#themes-gallery {
    background-color: #fff;
    overflow: hidden;
}
#section-themes span.more-link.attach-to-bottom .btn,
#section-free-themes span.more-link.attach-to-bottom .btn,
.form-wrapper input[type="submit"] {
    background-color: #2bb53e;
    border-color: #2bb53e;
    color: #fff;
}
#section-themes span.more-link.attach-to-bottom,
#section-free-themes span.more-link.attach-to-bottom {
    text-align: center;
    margin-top: 50px;
    display: inline-block;
}
#section-themes .more-link.attach-to-bottom,
#section-free-themes .more-link.attach-to-bottom {
    position: relative;
    bottom: 0;
}
#section-themes span.more-link.attach-to-bottom .btn:hover,
#section-themes span.more-link.attach-to-bottom .btn:focus,
#section-free-themes span.more-link.attach-to-bottom .btn:hover,
#section-free-themes span.more-link.attach-to-bottom .btn:focus,
.form-wrapper input[type="submit"]:hover,
.form-wrapper input[type="submit"]:focus {
    background-color: #229432;
    border-color: #229432;
    color: #fff;
}
#section-plugins span.more-link .btn {
    border-color: #2bb53e;
    color: #2bb53e;
}
#section-plugins span.more-link .btn:hover,
#section-plugins span.more-link .btn:focus {
    background-color: #2bb53e;
    border-color: #2bb53e;
    color: #fff;
}
#section-themes .theme-nav {
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: center;
    background-color: #a6754b;
}
body:not(.home) #section-themes {
    background-color: #a6754b;
}
#section-themes ul.theme-nav li,
#section-free-themes ul.theme-nav li {
    display: block;
    margin-right: 0;
    position: relative;
}
#section-themes ul.theme-nav li:last-child {
    padding-left: 18px;
}
#section-themes ul.theme-nav li:last-child,
#section-free-themes ul.theme-nav li:last-child {
    margin-right: 0;
}
#theme-nav {
    padding: 21px 15px;
    text-align: center;
    background-color: #e4b04a;
    color: #fff;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 400;
}
.page-template-trending #theme-nav {
    background-color: #2bb53e;
}
.page-template-latest #section-themes .entry-content::before {
    border-top-color: #e4b04a;
}
.page-template-trending #section-themes .entry-content::before {
    border-top-color: #2bb53e;
}
figcaption {
    text-align: center;
    position: relative;
}
#section-themes .tab-content-wrapper figcaption,
#section-free-themes .tab-content-wrapper figcaption {
    padding: 10px 0;
}
#section-themes .tab-content-wrapper figcaption .title,
#section-free-themes .tab-content-wrapper figcaption .title {
    margin-bottom: 0;
}
#section-themes .tab-content-wrapper figure:hover figcaption,
#section-free-themes .tab-content-wrapper figure:hover figcaption {
    background-color: #4A423C;
}
#section-themes .tab-content-wrapper,
#section-free-themes .tab-content-wrapper {
    background-color: #F2F2F2;
    padding: 60px 15px;
}
.portfolio-item .title a {
    color: #fff;
    display: block;
}
.portfolio-item img {
    width: 100%;
}
#section-themes ul.theme-nav li a {
    padding: 25px 15px;
    display: block;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 0;
    font-size: 16px;
    opacity: 0.6;
}
#section-themes ul.theme-nav li.active a {
    opacity: 1;
}
#section-themes ul.theme-nav select {
    background-color: rgba(255, 255, 255, 0.60);
    border: none;
    padding: 8px 10px;
    min-width: 164px;
    font-size: 16px;
}
.hentry.portfolio-item {
    height: auto;
    padding: 15px;
    margin: 0;
}
.load-more {
    text-align: center;
    width: 100%;
}
#section-themes ul.theme-nav li.active a:after,
#section-free-themes ul.theme-nav li.active a:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -24px;
    margin: auto;
    width: 25px;
    border: solid transparent;
    border-color: rgba(136, 183, 213, 0);
    border-top-color: #a6754b;
    border-width: 12px;
}
.create-new-topic {
   position: fixed;
   bottom: 25px;
   right: 70px;
   width: 67px;
   height: 67px;
   text-align: center;
   line-height: 90px;
   background-color: #2bb53e;
   color: #fff;
   border-radius: 5px;
}
.create-new-topic:hover, 
.create-new-topic:focus {
   color: #fff;
   background-color: #229432;
}
header.entry-header .author {
    display: block;
    font-style: italic;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
}
header.entry-header .author .orange a {
    color: #ecab3f;
}
header.entry-header .author .orange a:hover,
header.entry-header .author .orange a:focus {
    color: #a6754b;
}
.vendor-social ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.vendor-social ul li {
    display: inline-block;
    margin-right: 20px;
}
.vendor-social svg {
    width: 52px;
    height: 45px;
    padding: 13px;
    background-color: #3b5998;
    fill: #fff;
}
.vendor-social {
    margin-top: 25px;
}
.vendor-social li a svg.twitter {
    background-color: #4099ff;
}
.vendor-social li a svg.icon-youtube {
    background-color: #cc181e;
}
.vendor-social li a svg.icon-instagram {
    background-color: #6234e8;
}
.author-image span.total-themes {
    width: auto;
    height: auto;
    background-color: transparent;
    background-image: none;
    max-width: 140px;
    max-height: 140px;
    border-radius: 0;
    padding: 0;
}
.author-image span.total-themes img {
    border-radius: 25px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1); 
}
#page-title .author-image .entry-header {
    margin-top: 25px;
}
.fes-category-checklist {
    margin: 0;
    padding: 0;
    list-style: none;
}
.fes-el ul {
    margin: 0;
    list-style: none;
}
.fes-submission-form-div .fes-label label {
    font-size: 16px;
    font-weight: 400;
    color: #a6754b;
}

/*--------------------------------------------------------------
## Vendor css
--------------------------------------------------------------*/
/*.vendor-signup .waves {
    top: 150px;
}*/
.vendor-signup .waves-wrapper {
    display: none;
}
/*.vendor-signup #page-title {
    margin-bottom: 100px;
}*/
.vendor-signup #page-title .title-desc {
    font-size: 30px;
    margin-top: 25px;
}
.vendor-signup #page-title .free-signup .btn {
    margin-top: 0;
}
#theme-submission-process,
#choosing-reasons {
    position: relative;
    display: block;
    background-color: #fff;
}
#theme-submission-process .entry-title {
    font-size: 28px;
    font-family: 'Ubuntu', sans-serif;
    text-transform: none;
    letter-spacing: 0;
    color: #3c3835;
    font-weight: 400;
}
#theme-submission-process .entry-header {
    max-width: 681px;
    margin-left: auto;
    margin-right: auto;
}
#theme-submission-process .entry-content {
    margin-top: 30px;
    text-align: center;
}
#theme-submission-process .number {
    font-size: 52px;
    color: rgba(234, 234, 234, 0.90);
    font-weight: bold;
    font-family: 'Ubuntu', sans-serif;
}
#theme-submission-process .title,
#choosing-reasons .title {
    font-size: 20px;
    text-transform: none;
    font-weight: 400;
    color: rgba(60, 56, 53, 0.90);
}
#theme-submission-process p {
    color: rgba(74, 69, 66, 0.90);
}
#free-ownership {
    position: relative;
    display: block;
    padding: 145px 0;
    text-align: center;
    background-size: cover;
    background-attachment: fixed;
    background-position: 50%;
}
#free-ownership .black-overlay {
    opacity: 0.4;
}
#free-ownership .wrapper {
    position: relative;
}
#free-ownership h2,
#free-ownership h3 {
    color: rgba(255, 255, 255, 0.90);
}
#free-ownership h2 {
    font-weight: 400;
    text-transform: none;
    font-size: 42px;
}
#free-ownership h3 {
    font-weight: 400;
    text-transform: uppercase;
    font-size: 22px;
    margin-bottom: 15px;
}
#free-ownership .free-signup .btn.btn-default {
    background-color: #ecab3f;
    color: #fff;
}
#free-ownership .free-signup .btn.btn-default:hover,
#free-ownership .free-signup .btn.btn-default:focus {
    background-color: transparent;
    color: #ecab3f;
}
.free-signup .btn {
    background-color: transparent;
    margin-top: 30px;
}
.free-signup .btn:hover,
.free-signup .btn:focus {
    background-color: #ecab3f;
    color: #fff;
}
#choosing-reasons .entry-content {
    text-align: center;
    margin-top: 50px;
}
#choosing-reasons .title-desc {
    color: rgba(83, 78, 74, 0.90);
}
#choosing-reasons .icon {
    margin-bottom: 25px;
}
#choosing-reasons .col-3 .hentry:nth-child(3n+1),
#theme-submission-process .col-3 .hentry:nth-child(3n+1) {
    clear: left;
}
#choosing-reasons .col-3 .hentry {
    margin-top: 35px;
}
#choosing-reasons .col-3 .hentry:nth-child(-n+3) {
    margin-top: 0;
}
.vendor-signup {
    position: relative;
}
#popup-form {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    margin: auto;
    z-index: 31;
    background-color: #fff;
    width: 90%;
    max-width: 862px;
    padding-bottom: 100px;
    display: none;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
#popup-form .entry-title {
    color: #fff;
    font-size: 28px;
    padding: 28px 15px;
}
#popup-form .entry-title span {
    color: #494542;
}
#popup-form form {
    padding: 40px 0 0;
    box-shadow: none;
}
.vendor-signup .form-title {
    background-color: #ecab3f;
    width: 100%;
    max-width: 862px;
}
form.contact-form.commentsblock div {
    margin-bottom: 20px;
}
form.contact-form.commentsblock div label {
    font-size: 16px;
    font-family: 'Ubuntu', sans-serif;
}
form.contact-form.commentsblock textarea {
    height: 211px;
}
.free-signup .btn.btn-default {
    cursor: pointer;
}
.popup-active .popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    background-color: #000;
    bottom: 0;
    z-index: 30;
    transition: all 0.5s ease-in-out;
}
.form-title .close-popup {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    width: 89px;
    height: 89px;
    line-height: 95px;
}
.form-title .close-popup svg.icon-cross {
    width: 20px;
    height: 20px;
    fill: #fff;
    display: inline-block;
    vertical-align: middle;
    margin-top: -5px;
}
#popup-form form.contact-form p.contact-submit {
    clear: both;
}

/*--------------------------------------------------------------
# Call to Action
--------------------------------------------------------------*/
#call-to-action {
    background-color: #edaa3f;
    padding: 35px 0;
    background-size: cover;
    background-position: 50%;
}
#call-to-action .wrapper {
    padding: 0 15px;
}
#call-to-action .entry-header {
    float: left;
}
#call-to-action .entry-title,
#call-to-action .title-desc {
    color: rgba(255, 255, 255, 0.90);
    font-size: 36px;
    font-weight: 400;
    text-transform: none;
    letter-spacing: 0;
    line-height: 1;
}
#call-to-action .entry-title {
    color: #a6754b;
}
#call-to-action .title-desc {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 400;
    margin-top: 16px;
    color: #524d49;
}
#call-to-action .btn.btn-default {
    background-color: #2bb53e;
    border-color: #2bb53e;
    color: #fff;
}
#call-to-action .btn.btn-default:hover,
#call-to-action .btn.btn-default:focus {
    background-color: #229432;
    border-color: #229432;
    color: #fff;
}
#call-to-action .more-link {
    float: right;
    margin-top: 16px;
}

/*--------------------------------------------------------------
## Style Guide
--------------------------------------------------------------*/
.single-post article .entry-container h1,
.single-post article .entry-container h2,
.single-post article .entry-container h3,
.single-post article .entry-container h4,
.single-post article .entry-container h5,
.single-post article .entry-container h6 {
    font-weight: 300;
    margin-bottom: 20px;
}
body.single-post #content {
    font-size: 16px;
}
.single-post article .entry-container img {
    margin-bottom: 25px;
}
.single-post article .entry-container ul {
    margin-left: 0;
    padding-left: 1.6em;
}
.single-post article .entry-container li:not(:last-child) {
    margin: 10px 0;
}
figure.wp-caption {
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2); 
    text-align: center;
}
.single-post article .entry-container figure.wp-caption img {
    margin-bottom: 0;
}
.wp-caption .wp-caption-text {
    display: inline-block;
    margin: 20px 0;
    color: #616161;
}
blockquote {
    font-weight: 400;
    border-left: 2px solid #666;
}
.entry-container th, 
.entry-container td {
    padding: 8px;
    border: 1px solid #ddd;
    font-weight: 400;
    text-align: left;
}
.entry-container table caption {
    margin-bottom: 15px;
}
ol {
    padding-left: 1.5em;
}
/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
#colophon {
    background-color: #241f1a;
    text-align: center;
}
#supplementary {
    padding: 60px 0 40px;
}
#site-generator .hentry {
    text-align: center;
    margin-bottom: 0;
}
#site-generator .hentry:first-child {
    margin-bottom: 10px;
}
h2.widget-title {
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 15px;
}
#colophon ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#colophon a,
#colophon li,
#colophon li a,
#colophon .textwidget,
#site-generator {
    color: #959493;
    font-family: 'Montserrat', sans-serif;
}
.site-footer .widget-title {
    font-weight: 500;
    margin-bottom: 30px;
    color: #a6754b;
}
.site-footer .widget-area .textwidget {
   line-height: 25px;
}
.site-footer .widget-area a,
.site-footer .widget-area,
.site-footer {
   font-weight: 400;
}
.site-footer .image-widget {
    margin-bottom: 20px;
}
.site-footer .image-widget img {
    max-width: 150px;
}
#supplementary .widget-area .widget {
    margin-bottom: 50px;
}
#supplementary .widget-area:last-child .widget {
    margin-bottom: 0;
}
#colophon .sub-menu,
#secondary .sub-menu {
    display: none;
}
#colophon a:hover {
    color: #a6754b;
}
.site-footer .widget-area .widget:last-child {
    margin-bottom: 0;
}
.widget ul li:not(:last-child) {
    margin-bottom: 10px;
}
.widget.widget_callto_action li {
    display: block;
}
.widget.widget_callto_action li:not(:last-child) {
    margin-bottom: 15px;
}
#colophon .widget-area {
    margin-bottom: 0;
}
#supplementary.col-4 .hentry:nth-child(1) {
    padding-left: 0;
}
#supplementary.col-4 .hentry:nth-child(4) {
    padding-right: 0;
}
#supplementary.col-4 .hentry {
    width: 100%;
}
#site-generator .wrapper {
    border-top: 1px solid #3A3631;
    padding: 15px 0;
}
.hentry.social-navigation {
    padding: 0;
}
.social-links-menu a {
    font-size: 20px;
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}
.site-info a:hover {
    box-shadow: 0 1px 0 0 #a6754b;
}
.site-info {
    color: #959493;
}

#section-themes form {
   max-width: 500px;
   margin-left: auto;
   margin-right: auto;
   position: relative;
   margin-top: 25px;
}
#section-themes form input[type="text"] {
   background-color: #fff;
   padding-right: 60px;
}
#section-themes form button[type="submit"] {
   position: absolute;
   top: 0;
   width: 55px;
   height: 55px;
   right: 0;
   background-color: transparent;
   border: none;
}
#section-themes form button[type="submit"] svg {
   width: 18px;
   height: 18px;
   fill: #aaa;
}
#section-themes form button[type="submit"]:hover svg,
#section-themes form button[type="submit"]:focus svg {
   fill: #ecab3f;
}
#section-themes .entry {
   padding: 0 25px;
}
#section-themes .entry .entry-title, 
#section-themes .entry p {
   text-align: center;
}
#section-free-themes article .featured-image, 
#section-themes article .featured-image {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.service p {
  font-weight: 400;
}

#plugins-list p {
    line-height: 28px;
}
#theme-categories .browse-themes li:nth-child(1) a:hover {
   background-color: #c29131;
}

#theme-categories .browse-themes li:nth-child(2) a:hover {
   background-color: #1a982c;
}
#section-themes ul.theme-nav select.active {
   background-color: #fff;
}
#section-posts .entry-summary p {
   line-height: 26px;
}
#section-posts h2.post-title {
   line-height: 1.4;
}
#section-plugins .more-link {
   margin-top: 50px;
}
/*--------------------------------------------------------------
# Responsive
--------------------------------------------------------------*/
@media screen and (min-width: 320px) {
    .columns-4 .hentry {
        width: 100%;
        float: none;
    }
    .entry-title,
    h1.page-title,
    .single-post .entry-title {
        font-size: 28px;
    }
    #plugins-list .featured-image img,
    #features-tab .featured-image img {
        margin-bottom: 1.5em;
    }
    #plugins-list .hentry:not(:last-child) ,
    #features-tab .hentry:not(:last-child) {
        margin-bottom: 40px;
    }
    ul.features-list li:nth-child(-n+1) {
        padding-top: 0;
    }
    ul.features-list li {
        padding-top: 40px;
    }
    .compare-table {
        margin: auto;
        width: 100%;
    }
    .col-2.compare-table .hentry {
        width: 50%;
        float: left;
    }
    #subscribe-us input[type="email"],
    #subscribe-us input[type="submit"] {
        width: 100%;
    }
    .demo-frame figure.featured-image {
        height: 350px;
    }
    .main-navigation > ul > li > a {
        padding: 15px 0;
    }
    #page-title .wave {
        width: 160%;
        left: -30%;
    }
    #page-title .wave-1 {
        top: 20px;
    }
    #page-title .wave-5,
    #page-title.search-themes .wave-5 {
        top: 10px;
    }
    .forms .wave {
        width: 150%;
    }
    .forms .wave-1 {
        bottom: 40px;
    }
    .forms .wave-2 {
        bottom: 25px;
    }
    .forms .wave-3 {
        bottom: 20px;
    }
    #section-header .wave {
        width: 150%;
        left: -20%;
    }
    #section-header .wave-2 {
        top: 25px;
    }
    #section-header .wave-3 {
        top: 45px;
    }
    #section-header .wave-4 {
        top: 75px;
    }
    #section-header .wave-5 {
        top: 70px;
    }
    article.type-forum {
        padding: 0;
    }
    #section-promotion .entry-title {
       font-size: 32px;
    }
    #section-promotion .title-desc {
       font-size: 18px;
    }
}
@media screen and (min-width: 360px) {
    .title-desc {
        font-size: 18px;
    }
    .browse-themes ul li {
        display: inline-block;
        font-size: 12px;
    }
}
@media screen and (min-width: 421px) {
    .entry-title,
    h1.page-title {
        font-size: 38px;
    }
    .title-desc {
        font-size: 19px;
    }
    .search-themes .title-desc {
        font-weight: 400;
    }
    #page-title .title-desc {
        font-size: 22px;
    }
}
@media screen and (min-width: 480px) {
    .col-4 .hentry:nth-child(3) {
        margin-bottom: 0;
    }
    h1.entry-title,
    #fes-products-page-title,
    h1#fes-new-product-form-title,
    h1#fes-orders-page-title {
        font-size: 22px;
    }
    .title-desc {
        font-size: 22px;
    }
    #page-title .title-desc {
        font-size: 30px;
    }
    .search-themes form,
    #page-title.search-themes form {
        max-width: 400px;
    }
    .browse-themes {
        max-width: 400px;
        margin: auto;
    }
    #section-queries .hentry {
        text-align: left;
    }
    #section-queries .hentry img.alignleft {
        float: left;
        margin: 0 1.5em 0 0;
    }
    #section-queries .hentry h4 {
        display: inline-block;
        font-size: 18px;
    }
    #section-themes ul.theme-nav li,
    #section-free-themes ul.theme-nav li {
        display: inline-block;
        margin-right: 15px;
    }
    .buttons .btn,
    #page-title form.edd_download_purchase_form {
        width: 45%;
        padding: 18px 5px;
        margin: 0 5px 0;
    }
     #page-title form.edd_download_purchase_form {
        display: inline-block;
        padding-bottom: 0;
        padding-right: 0;
        padding-left: 0;
    }
    form.checkout-form {
        padding: 40px;
    }
    form.edd_form,
    form.register {
        margin-top: 0;
    }
    .sd-content li {
        margin-bottom: 0;
        margin-right: 15px;
        display: inline-block;
    }
    #comments ol.children {
        margin-left: 5.5em;
    }
    .comment-meta .url:after {
        content: "";
        background-color: #716963;
        display: inline-block;
        color: #fff;
        width: 1px;
        height: 14px;
        vertical-align: middle;
        margin-left: 10px;
    }
    .comment-author.vcard b.fn {
        float: left;
    }
    .comment-metadata {
        padding-left: 10px;
        display: inline-block;
        vertical-align: middle;
    }
    .comment-content {
        display: table;
    }
    .parent .reply {
        margin-bottom: 10px;
    }
    .comment-content {
        margin-top: 5px;
    }
    .compare-table .btn {
        width: 60%;
    }
    .tab-pane table td {
        font-size: 16px;
    }
    ul.support_hours span.day {
        float: left;
    }
    ul.support_hours span.time {
        float: right;
    }
    table#support-forum-table span.theme-type {
        display: inline-block;
    }
    #support-forum-table tbody tr td:first-child {
        text-align: left;
    }
    li.bbp-body ul.forum:nth-child(odd) li.bbp-forum-info a:before,
    li.bbp-body ul.forum:nth-child(even) li.bbp-forum-info a:before {
        margin-right: 15px;
    }
    table span.theme-name {
        margin-bottom: 0;
    }
    table span.theme-name:after {
        background-color: transparent;
        margin: 0;
        width: auto;
    }
    #checkout-table table#edd_purchase th,
    #checkout-table table#edd_purchase td {
        font-size: 16px;
    }
    .box-effect-1 {
        width: 85%;
    }
    .box-effect-2 {
        width: 80%;
    }
    #page-title .wave {
        width: 130%;
        left: -20%;
    }
    #page-title .wave-1 {
        top: 20px;
    }
    #page-title .wave-5 {
        top: 0;
    }
    #page-title {
        padding-bottom: 30px;
    }
    .each-faq h4 {
        font-size: 18px;
    }
    .each-faq p {
        font-size: 16px;
    }
    #plugins-list.page-section,
    .wrapper.page-section,
    #account-forms.page-section {
        padding-top: 60px;
    }
    .faq-trigger {
        padding: 35px 0;
    }
    .each-faq a:before {
        top: 35px;
    }
    .forms .wave {
        width: 150%;
        left: -15%;
    }
    .forms .wave-1 {
        bottom: 75px;
    }
    .forms .wave-2 {
        bottom: 50px;
    }
    .forms .wave-3 {
        bottom: 25px;
    }
    #section-header .wave {
        width: 135%;
        left: -15%;
    }
    #section-services .col-2 figure {
        padding: 425px 0;
    }
    .single-post #page-title {
        padding: 175px 0;
    }
    #section-plugins article.hentry {
        width: 100%;
        float: none;
        margin-bottom: 30px;
        margin-top: 0;
    }
}
@media screen and (min-width: 567px) {
    #section-services .entry-header,
    .service {
        text-align: left;
    }
    .service {
        width: 50%;
        float: left;
        padding-right: 50px;
    }
    .service:nth-last-child(-n+2) {
        margin-bottom: 0;
    }
    .service:nth-child(2n+1) {
        clear: left;
    }
    .service:nth-child(even) {
        padding-right: 0;
    }
    body:not(.home) #theme-categories .browse-themes {
        margin-top: 50px;
    }
}
@media screen and (min-width: 600px) {
    .col-4 .hentry {
        width: 50%;
        float: left;
    }
    #section-themes .col-4 .hentry:nth-child(2n+1),
    #section-free-themes .col-4 .hentry:nth-child(2n+1) {
        clear: left;
    }
    .columns-4 .hentry {
        width: 50%;
        float: left;
    }
    h1.entry-title,
    #fes-products-page-title,
    h1#fes-new-product-form-title,
    h1#fes-orders-page-title {
        font-size: 42px;
    }
    .entry-title,
    h1.page-title {
        font-size: 48px;
        font-weight: 300;
        letter-spacing: 0.1em;
    }
    .title-desc {
        font-size: 28px;
        font-weight: 300;
    }
    .browse-themes {
        max-width: 100%;
    }
    .browse-themes ul li {
        font-size: 14px;
    }
    .search-themes .title-desc {
        font-weight: 300;
    }
    .search-themes form,
    #page-title.search-themes form {
        max-width: 500px;
    }
    #plugins-list .featured-image,
    #features-tab .featured-image {
        width: 45%;
    }
    #plugins-list .entry-container,
    #features-tab .entry-container {
        width: 55%;
    }
    #plugins-list .hentry:nth-child(odd) .featured-image,
    #features-tab .hentry:nth-child(odd) .featured-image {
        float: left;
        padding-right: 25px;
    }
    #plugins-list .hentry:nth-child(even) .featured-image,
    #features-tab .hentry:nth-child(even) .featured-image {
        float: right;
        padding-left: 25px;
    }
    #plugins-list .hentry:nth-child(even) .entry-container,
    #features-tab .hentry:nth-child(even) .entry-container {
        text-align: right;
    }
    #plugins-list .featured-image img,
    #features-tab .featured-image img {
        margin-bottom: 0;
    }
    #plugins-list .hentry:not(:last-child),
    #features-tab .hentry:not(:last-child) {
        margin-bottom: 60px;
    }
    #compare-table .hentry:not(:last-child) {
        margin-bottom: 0;
    }
    .tab-pane h3 {
       width: 80%;
       letter-spacing: 0.08em;
    }
    #subscribe-us input[type="email"],
    #subscribe-us input[type="submit"] {
        width: 65%;
    }
    .demo-frame figure.featured-image {
        height: 300px;
    }
    .blog-posts .hentry {
        width: 50%;
        float: left;
        margin: 30px 0;
    }
    .blog-posts .hentry:nth-child(-n+2) {
        margin-top: 0;
    }
    .blog-posts .hentry:nth-child(2n+1) {
        clear: left;
    }
    .nav-tabs li a {
       padding: 15px 10px;
    }
    #section-services .col-2 .entry-container {
        padding: 0 45px;
    }
    #features-tab ul.nav-tabs li {
        display: inline-block;
        margin: 0;
        margin-right: -4px;
    }
    #features-tab .nav-tabs li:last-child a {
        border-left: none;
    }
    .forms form {
        padding: 50px 70px 100px;
    }
    form#edd_checkout_cart_form {
        padding-bottom: 25px;
        max-width: 950px;
        margin-left: auto;
        margin-right: auto;
    }
    #page-title form,
    #support-forum form {
        width: 80%;
    }
    #faq-queries .nav-tabs {
        width: 40%;
        float: left;
        text-align: left;
        padding-right: 15px;
    }
    #faq-queries .tab-content-wrapper {
        width: 60%;
        float: left;
        text-align: left;
        padding-left: 15px;
    }
    span.compare {
        width: 80px;
        height: 80px;
        line-height: 80px;
        border-radius: 80px;
        font-size: 30px;
        top: 38%;
    }
    .payment-methods img {
        width: 75px;
    }
    #faq-queries ul.nav-tabs {
        margin: 0;
    }
    blockquote {
        font-size: 14px;
    }
    #section-promotion .entry-title {
      font-size: 48px;
    }
    #section-promotion .title-desc {
      font-size: 28px;
    }
    #theme-features article:nth-child(even) ul,
    #theme-features article:nth-child(even) ol {
       float: right;
       text-align: left;
    }
    #edd_checkout_form_wrap form {
        padding: 50px;
    }
    #edd_checkout_form_wrap {
        max-width: 950px;
        padding-left: 70px;
        padding-right: 70px;
    }
    #section-plugins article.hentry {
        width: 50%;
        float: left;
        margin-bottom: 30px;
        margin-top: 0;
    }
}
@media screen and (min-width: 767px) {
    .col-1 .hentry {
        width: 100%;
    }
    .col-2 .hentry {
        width: 50%;
        float: left;
    }
    .col-3 .hentry {
        width: 33.33%;
        float: left;
    }
    .col-5 .hentry {
        width: 33.33%;
        float: left;
    }
    .col-6 .hentry {
        width: 16.66%;
        float: left;
    }
    .no-padding-bottom {
        padding-bottom: 0;
    }
    .more-link {
        display: block;
    }
    .browse-themes ul li {
        font-size: 18px;
    }
    #section-promotion .entry-header.text-left {
        text-align: left;
    }
    #section-themes .entry-header,
    #section-free-themes .entry-header {
        margin: 5px 0 50px;
    }
    #primary {
        float: none;
        width: 100%;
    }
    #secondary,
    #table-of-contents {
        width: 30%;
        float: left;
    }
    .right-sidebar #primary,
    .left-sidebar #table-of-contents {
        padding-right: 15px;
        float: left;
    }
    .left-sidebar #primary,
    .right-sidebar #secondary {
        padding-left: 15px;
        float: left;
    }
    .no-sidebar #primary {
        width: 100%;
    }
    .left-sidebar #primary,
    .right-sidebar #secondary {
        float: right;
    }
    .left-sidebar #table-of-contents {
        width: 45%;
    }
    .left-sidebar #primary {
        width: 55%;
    }
    .right-sidebar #primary {
        width: 65%;
    }
    .right-sidebar #secondary {
        width: 35%;
    }
    .title-desc,
    #page-title .title-desc {
        font-size: 34px;
    }
    #page-title.search-themes form {
        width: 70%;
    }
    #page-title .wrapper {
        margin: auto;
    }
    .nav-tabs li a {
       padding: 15px 20px;
    }
    ul.features-list li:nth-child(2n+1) {
        clear: left;
    }
    .search-themes form,
    #page-title.search-themes form {
        max-width: 610px;
    }
    .blog-posts .hentry:nth-child(-n+3) {
        margin-top: 0;
    }
    .blog-posts .hentry:nth-child(2n+1) {
        clear: none;
    }
    .blog-posts .hentry:nth-child(3n+1) {
        clear: left;
    }
    .site-main .comment-navigation,
    .site-main .posts-navigation,
    .site-main .post-navigation {
        margin: 1.5em 0 0;
    }
    .comment-navigation .nav-previous,
    .posts-navigation .nav-previous,
    .post-navigation .nav-previous,
    .nav-numbers,
    .navigation .nav-previous {
        float: left;
        width: 33.33%;
    }

    .comment-navigation .nav-next,
    .posts-navigation .nav-next,
    .post-navigation .nav-next,
    .navigation .nav-next {
        float: right;
        text-align: right;
        width: 33.33%;
    }
    .posts-navigation .nav-next,
    .post-navigation .nav-next {
        margin-top: 0;
    }
    nav.post-navigation.navigation .nav-previous span,
    nav.post-navigation.navigation .nav-previous span:hover,
    nav.post-navigation.navigation .nav-next span,
    nav.post-navigation.navigation .nav-next span:hover {
        padding: 0;
        border: none;
        background-color: transparent;
    }
    .nav-numbers {
        margin: 0;
    }
    .nav-previous {
        text-align: left;
    }
    .nav-links {
        margin-top: 0;
    }
    ul.features-list li {
        width: 50%;
        float: left;
    }
    ul.features-list li:nth-child(-n+2) {
        padding-top: 0;
    }
    ul.features-list li {
        padding-left: 20px;
        padding-right: 20px;
    }
    ul.features-list {
        margin: 0 -20px;
    }
    .compare-table,
    #subscribe-us input[type="email"],
    #subscribe-us input[type="submit"] {
        width: 90%;
    }
    #supplementary.col-4 .wrapper .hentry:first-child {
        width: 40%;
        float: left;
        padding-right: 40px;
    }
    #supplementary.col-4 .wrapper .hentry {
        width: 20%;
        float: left;
    }
    ul.social-links-menu {
        text-align: center;
    }
    #site-generator .hentry:last-child,
    #site-generator .hentry:first-child {
        padding: 10px 0;
    }
    #site-generator .hentry:last-child {
        text-align: right;
    }
    #site-generator .hentry:first-child {
        margin-bottom: 0;
        text-align: left;
    }
    #supplementary.col-3 .hentry:first-child {
        width: 40%;
        padding-right: 50px;
    }
    #supplementary.col-4 .hentry {
        width: 20%;
        float: left;
    }
    #supplementary .widget-area .widget {
        margin-bottom: 0;
    }
    #section-themes span.total-themes,
    #section-free-themes span.total-themes {
        margin: -140px auto 0;
    }
    span.total-themes {
        width: 135px;
        height: 135px;
    }
    span.total-themes span {
        font-size: 60px;
        line-height: 70px;
    }
    #section-services .col-2 figure {
        width: 50%;
        float: left;
    }
    #section-services .col-2 .entry-container {
        width: 50%;
        float: left;
    }
    form.edd_form,
    form.register {
        min-height: 765px;
        padding-left: 25px;
        padding-right: 25px;
    }
    #support-forum {
        width: 85%;
        margin: auto;
    }
    .comment-form-author input[type="text"] {
        width: 96%;
        float: left;
    }
    .comment-form-author,
    .comment-form-email {
        width: 50%;
        float: left;
    }
    .payment-methods img:not(:last-child) {
        margin-right: 5px;
    }
    .payment-methods img {
        width: auto;
    }
    #section-payment .hentry {
        width: 80%;
    }
    form.edd_form,
    form.register {
        margin-top: 0;
    }
    h2.form-title {
        font-size: 20px;
    }
    .single-post h2.entry-title.post-title {
        font-size: 40px;
    }
    #section-support .hentry:nth-child(2n+1) {
        clear: none;
    }
    .widget_support_hours {
        padding: 20px;
    }
    ul.support_hours span.time,
    ul.support_hours span.day {
        float: none;
        display: block;
    }
    article#table table {
        margin-bottom: 0;
    }
    table#support-forum-table span.theme-type {
        display: block;
    }
    table span.theme-name:after {
        display: none;
    }
    #checkout-table table#edd_purchase th,
    #checkout-table table#edd_purchase td {
        padding: 15px 35px;
    }
    .box-effect-1 {
        width: 80%;
    }
    .box-effect-2 {
        width: 75%;
    }
    #page-title .wave {
        width: 130%;
        left: -20%;
    }
    #page-title .wave-1 {
        top: 0;
    }
    #page-title .wave-5 {
        top: -15px;
    }
    .forms .wave {
        width: 175%;
        left: -5%;
    }
    .forms .wave-1 {
        bottom: 55px;
    }
    .forms .wave-2 {
        bottom: 35px;
    }
    .forms .wave-3 {
        bottom: 25px;
    }
    #section-header .wave {
        width: 135%;
        left: -15%;
    }
    #section-header .wave-2 {
        top: 0;
    }
    #section-header .wave-3 {
        top: -75px;
    }
    #section-header .wave-4 {
        top: 180px;
    }
    #section-header .wave-5 {
        top: 170px;
    }
    article.type-forum {
        padding: 0 15px;
    }
    #colophon {
       text-align: left;
    }
    #section-promotion .entry-title {
     font-size: 32px;
    }
    #section-promotion .title-desc {
     font-size: 18px;
    }
    .post-navigation .nav-previous,
    .posts-navigation .nav-previous {
        width: 50%;
    }
    .site-main .post-navigation,
    .site-main .posts-navigation {
        margin-top: 50px;
    }
    .ws-wp-docs.clearfix.toc-pos-left {
        margin-top: -25px;
    }
    #theme-submission-process .title, 
    #choosing-reasons .title {
        font-size: 24px;
    }
    #theme-submission-process .number {
        font-size: 92px;
    }
    body:not(.home) #theme-categories .browse-themes {
        margin-top: 80px;
    }
    #support-forum .selectdiv,
    .go-to-free-support {
        width: 33.33%;
        float: left;
    }
    #support-forum .selectdiv {
        padding-right: 10px;
    }
    .go-to-free-support {
        margin: 11px 0;
        text-align: left;
    }
}
@media screen and (min-width: 991px) {
    #document-toc {
        position: relative;
        top: 75px !important;
    }
    section.toc-pos-left .ws-wp-docs-content {
        top: 75px;
        position: relative;
    }
}
@media screen and (min-width: 900px) {
    .left-sidebar #table-of-contents {
        width: 30%;
    }
    .left-sidebar #primary {
        width: 70%;
    }
    .right-sidebar #primary {
        width: 70%;
    }
    .right-sidebar #secondary {
        width: 30%;
    }
    .blog-posts .hentry {
        width: 33.33%;
    }
    .blog-posts .row:not(:last-child) .hentry {
        margin-bottom: 60px;
    }
    .blog-posts .row:last-child {
        margin-bottom: 25px;
    }
    .single-post #page-title {
        padding: 300px 0 175px;
    }
    #comments {
        padding: 60px 0;
    }
    ul.features-list li:nth-child(2n+1) {
        clear: none;
    }
    ul.features-list li:nth-child(3n+1) {
        clear: left;
    }
    .hentry {
        margin: 0;
    }
    #section-themes .hentry,
    #section-free-themes .hentry,
    #section-plugins .hentry {
        margin-bottom: 30px;
    }
    #section-themes .hentry.portfolio-item,
    #section-free-themes .hentry.portfolio-item {
        margin-bottom: 0;
    }
    #page-title .title-desc,
    #section-services .title-desc {
        font-size: 30px;
    }
    #site-generator.col-3 .hentry:nth-child(1),
    #site-generator.col-3 .hentry:nth-child(3)  {
        width: 35%;
        float: left;
    }
    #site-generator.col-3 .hentry:nth-child(2){
        width: 30%;
        float: left;
    }
    #section-clients .page-section {
        padding-top: 15px;
    }
    .tab-pane h3 {
        width: 60%;
    }
    #plugins-list .hentry:nth-child(odd) .featured-image,
    #features-tab .hentry:nth-child(odd) .featured-image {
        padding-right: 60px;
    }
    #plugins-list .hentry:nth-child(even) .featured-image,
    #features-tab .hentry:nth-child(even) .featured-image {
        padding-left: 60px;
    }
    ul.features-list li {
        width: 33.33%;
        float: left;
    }
    ul.features-list li:nth-child(-n+3) {
        padding-top: 0;
    }
    .compare-table {
        width: 80%;
    }
    #subscribe-us input[type="email"],
    #subscribe-us input[type="submit"] {
        width: 80%;
    }
    #supplementary.col-3 .hentry:first-child {
        padding-right: 75px;
    }
    #section-services .col-2 .entry-container {
        padding-left: 50px;
    }
    #features-tab ul.nav-tabs {
        width: 70%;
    }
    .payment-methods img:not(:last-child) {
        margin-right: 25px;
    }
    #faq-queries .nav-tabs {
        width: 30%;
    }
    #faq-queries .tab-content-wrapper {
        width: 70%;
    }
    form input.btn-default,
    .edd_form input[type="submit"] {
        font-size: 16px;
    }
    #section-queries .hentry h4 {
        font-size: 20px;
    }
    .widget_support_hours {
        padding: 30px;
    }
    #bbpress-forums li.bbp-body ul.forum,
    #bbpress-forums li.bbp-body ul.topic {
        padding: 10px 30px;
    }
    #bbpress-forums li {
        font-size: 14px;
    }
    table#support-forum-table span.theme-type {
        display: inline-block;
    }
    table span.theme-name:after {
        content: "|";
        display: inline-block;
        padding: 0 3px 0 5px;
    }
    .box-effect-1 {
        width: 85%;
    }
    .box-effect-2 {
        width: 75%;
    }
    #page-title .wave {
        width: 110%;
        left: -5%;
    }
    #page-title .wave-1 {
        top: 0;
    }
    #page-title .wave-5 {
        top: -20px;
    }
    #section-header .wave {
        width: 110%;
        left: -5%;
    }
    #section-header img.wp-post-image {
        width: auto;
    }
    .search-wrapper {
        padding: 15px;
    }
    .main-navigation li.search-item a {
        cursor: pointer;
    }
    .search-wrapper {
        width: 65%;
        padding: 15px 0 0;
    }
    .nav-shrink .search-wrapper {
        margin-top: 11px;
    }
    .nav-shrink #search-results {
        margin-top: 0;
    }
    .col-4 article.portfolio-item.hentry:nth-child(4n+1) {
        clear: left;
    }
    .buttons.free-theme-action .btn,
    .buttons.free-theme-action .btn.btn-grey,
    #page-title .buttons.free-theme-action form.edd_download_purchase_form {
        width: 30%;
        min-width: 225px;
        margin: 5px;
    }
    .buttons.free-theme-action .btn.btn-grey,
    #page-title .buttons.free-theme-action form.edd_download_purchase_form {
        min-width: auto;
        width: auto;
    }
    .buttons .btn.btn-grey,
    .buttons.free-theme-action .btn.btn-grey {
        margin: 50px 40px 0;
    }
    #plugins-list article {
       display: flex;
       align-items: center;
    }
    #plugins-list article:nth-child(even) {
       flex-direction: row-reverse;
    }
    #theme-features article {
       align-items: center;
       display: flex;
    }
    #theme-features article:nth-child(even) {
       flex-direction: row-reverse;
    }
    .vendor-signup form.contact-form.commentsblock div {
        width: 50%;
        float: left;
        max-width: 366px;
    }
    .vendor-signup form.contact-form.commentsblock div:nth-child(even) {
        float: right;
    }
    .vendor-signup form.contact-form.commentsblock div:nth-child(7),
    .vendor-signup form.contact-form.commentsblock div:nth-child(8) {
        width: 100%;
        float: none;
        max-width: 100%;
    }
    #section-services .col-2 figure,
    #section-services .col-2 .entry-container {
        width: 100%;
        float: none;
    }
    #section-services .col-2 figure {
        padding: 300px 0;
    }
}
@media screen and (max-width: 1200px) {
    ul.forum-titles li {
        letter-spacing: 0;
        font-size: 14px;
    }
    li.bbp-forum-info,
    li.bbp-topic-title {
        width: 45%;
    }
    li.bbp-forum-freshness,
    li.bbp-topic-freshness {
        width: 25%;
    }
    li.bbp-forum-topic-count,
    li.bbp-topic-voice-count,
    li.bbp-forum-reply-count,
    li.bbp-topic-reply-count {
        width: 15%;
    }
}
@media screen and (max-width: 1023px) {
    .main-navigation ul.menu {
        position: fixed;
        right: -300px;
        left: auto;
        top: 0;
        bottom: 0;
        text-align: right;
        background-color: #a6754b;
        min-width: 200px;
        max-width: 15%;
        margin: 0;
        padding-top: 9em;
        overflow: auto;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
    .site-header .wrapper {
       width: 100%;
       padding: 0 30px;
    }
    .main-navigation li.cart a {
        padding: 15px 0;
    }
    .nav-shrink .main-navigation ul.menu,
    .single-post .nav-shrink .main-navigation ul.menu {
        top: 63px;
    }
    .single-post .main-navigation ul.menu {
        top: 85px;
    }
    .main-navigation a {
        color: #fff;
        border: none;
        text-align: center;
    }
    .main-navigation ul.menu.menu-open {
        right: 0;
    }
    .main-navigation ul.menu {
        z-index: -1;
    }
    .main-navigation.search-open ul.menu {
        right: -300px;
    }
    .nav-shrink .main-navigation li.cart a {
       padding: 15px 0;
    }
    .admin-bar .main-navigation ul.menu {
        top: 0;
    }
    .admin-bar .nav-shrink .main-navigation ul.menu {
        top: 0;
    }
    body:not(.admin-bar) .main-navigation ul.menu {
        top: 0;
    }
    body:not(.admin-bar) .nav-shrink .main-navigation ul.menu {
        top: 0;
    }
    .search-wrapper a {
       text-align: left;
    }
    .site-header {
        padding:0;
    }
    .side-menu-active .site-header {
       padding-bottom: 0;
    }
    .main-navigation li.cart svg {
        height: 20px;
    }
    .main-navigation li.cart a:hover svg {
        fill: #ecab3f;
    }
    .nav-shrink.site-header:after,
    .site-header:after {
        bottom: 5px;
    }
    .site-header.nav-shrink .site-branding img,
    .site-header .site-branding img {
        width: 75%;
        margin-top: 5px;
        margin-bottom: 5px;
        vertical-align: middle;
    }
    .nav-shrink #site-header {
        opacity: 1;
        visibility: visible;
    }
    .site-branding {
        height: 60px;
    }
    .search-wrapper,
    .nav-shrink .search-wrapper {
        width: 95%;
        padding: 5px 0 0;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    .search-open span.close-search {
        right: 0;
        top: 7px;
    }
    .search-open #search-results {
        margin-top: 5px;
    }
    .nav-shrink .main-navigation ul.search-lists {
        margin-top: 1em;
    }
    .home #section-search {
        margin-bottom: 0;
    }
    #theme-categories .browse-themes a {
        min-width: 230px;
        min-height: 130px;
        padding: 25px 0;
    }
    #theme-categories {
        margin-bottom: -60px;
    }
}
@media screen and (max-width: 991px) {
    .ws-visible h2 {
        font-size: 28px;
    }
    h1.ws-logo-title.entry-title {
        font-size: 22px;
    }
    .ws-wp-docs-content {
        padding-left: 0;
        padding-right: 0;
    }
}
@media screen and (max-width: 900px) {
    #section-themes .tab-content-wrapper .hentry,
    #section-free-themes .tab-content-wrapper .hentry {
        margin-top: 0;
    }
    #section-themes .tab-pane,
    #section-free-themes .tab-pane {
       margin: 0 -15px;
    }
    #section-themes .tab-content-wrapper,
    #section-free-themes .tab-content-wrapper {
       padding-left: 0;
       padding-right: 0;
    }
    body:not(.page-template-support) #section-support .hentry  {
        float: left;
        width: 50% !important;
        margin-top: 50px;
    }
    body:not(.page-template-support) #section-support .hentry:nth-child(-n+2)  {
        margin-top: 0;
    }
    body:not(.page-template-support) #section-support .hentry:nth-child(2n+1)  {
        clear: left;
    }
    .buttons.free-theme-action a {
       margin-bottom: 10px;
    }
    h1.ws-logo-title.entry-title {
        font-size: 22px;
    }
    .ws-visible h2 {
        font-size: 26px;
        font-weight: 500;
    }
    #popup-form form {
        padding: 40px;
    }
    #popup-form {
        padding-bottom: 0;
    }
    .vendor-signup #page-title .title-desc {
        font-size: 22px;
    }
    .vendor-signup #page-title .free-signup .btn {
        margin-top: 15px;
    }
    #section-services .col-2 figure,
    #section-services .col-2 .entry-container {
        width: 100%;
        float: none;
    }
    #section-services .col-2 figure {
        padding: 275px 0;
    }
}
@media screen and (min-width: 1024px) {
    .col-4 .hentry {
        width: 25%;
        float: left;
    }
    #section-themes .col-4 .hentry:nth-child(2n+1),
    #section-free-themes .col-4 .hentry:nth-child(2n+1) {
        clear: none;
    }
    #section-themes .col-4 .portfolio-item:nth-child(4n+1),
    #section-free-themes .col-4 .portfolio-item:nth-child(4n+1) {
        clear: left;
    }
    #section-themes .hentry,
    #section-free-themes .hentry,
    #section-plugins .hentry {
        margin-bottom: 0;
    }
    .portfolio-item {
        width: 25%;
    }
    .main-navigation > ul > li > a {
        padding: 25px 22px;
    }
    .nav-shrink .main-navigation > ul > li > a {
        padding: 18px 22px;
    }
    .menu-toggle {
        display: none;
    }
    .main-navigation ul {
        display: block;
        margin-top: 0;
    }
    .main-navigation li.cart svg,
    .search-item svg.icon-search {
        fill: #a6754b;
    }
    .site-branding {
        float: left;
        width: 10%;
    }
    .main-navigation ul {
        width: auto;
    }
    .main-navigation {
        float: right;
        width: 80%;
    }
    .main-navigation li {
        float: left;
        position: relative;
    }
    .main-navigation ul.sub-menu li {
       float: none;
    }
    .main-navigation a {
        border-top: none;
    }
    .main-navigation .menu-item-has-children > a:after,
    .main-navigation .page_item_has_children > a:after {
        right: 5px;
        top: 2em;
    }
    .main-navigation ul li:hover > ul,
    .main-navigation ul li.focus > ul {
        right: -10px;
    }
    .main-navigation ul ul a {
        width: 220px;
    }
    .main-navigation ul ul li {
        border-bottom: 1px solid #eee;
    }
    .main-navigation ul ul .menu-item-has-children > a:after,
    .main-navigation ul ul .page_item_has_children > a:after {
        content: "\f104";
        right: 15px;
        top: 10px;
    }
    .main-navigation ul ul li:hover > ul,
    .main-navigation ul ul li.focus > ul {
        left: auto;
    }
    h1.entry-title,
    #fes-products-page-title,
    h1#fes-new-product-form-title,
    h1#fes-orders-page-title {
        font-size: 72px;
    }
    .entry-title,
    h1.page-title {
        font-size: 52px;
        font-weight: 300;
    }
    .single-post .entry-title {
        font-size: 42px;
    }
    #page-title .title-desc {
        font-size: 34px;
    }
    #section-services .title-desc {
        font-size: 28px;
    }
    .search-themes form,
    #page-title.search-themes form {
        max-width: 610px;
    }
    .tab-pane h3 {
        width: 50%;
    }
    .compare-table,
    .tab-pane table {
        width: 70%;
    }
    #subscribe-us input[type="email"],
    #subscribe-us input[type="submit"] {
        width: 60%;
    }
    .demo-frame figure.featured-image {
        height: 500px;
    }
    h2.post-title {
        font-size: 22px;
    }
    .subscribe-title {
        font-size: 28px;
    }
    #section-clients > .col-2 > .hentry:first-child {
        width: 56%;
        float: left;
    }
    #section-clients > .col-2 > .hentry:last-child {
        width: 44%;
        float: left;
    }
    #section-clients .page-section {
       padding-bottom: 20px;
       min-height: 600px;
    }
    #section-promotion .entry-title {
        font-size: 40px;
    }
    #section-promotion .title-desc {
        font-size: 25px;
    }
    #section-queries .hentry {
        padding-right: 50px;
    }
    #page-title form {
        width: 60%;
    }
    #support-forum {
        width: 75%;
        margin: auto;
    }
    #section-support {
        margin-top: 3em;
    }
    #faq-queries .nav-tabs {
        width: 25%;
    }
    #faq-queries .tab-content-wrapper {
        width: 75%;
    }
    h2.form-title {
        font-size: 26px;
    }
    #section-payment .hentry,
    #edd_checkout_form_wrap {
        width: 50%;
    }
    #edd_checkout_form_wrap {
        width: 100%;
        padding-left: 70px;
        padding-right: 70px;
    }
    #page-title .wave-1 {
        top: -25px;
    }
    #page-title .wave-5 {
        top: -60px;
    }
    .forms .wave {
        width: 150%;
    }
    .forms .wave-1 {
        bottom: 75px;
    }
    .forms .wave-2 {
        bottom: 50px;
    }
    .forms .wave-3 {
        bottom: 25px;
    }
    fieldset#edd_checkout_user_info legend {
        font-size: 42px;
    }
    #theme-submission-process .entry-title {
        font-size: 38px;
    }
    #choosing-reasons .entry-title {
        letter-spacing: 0.24em;
    }
    #section-plugins article.hentry {
        margin-bottom: 30px;
        margin-top: 0;
    }
    #section-plugins article.hentry:last-child {
        margin-bottom: 0;
    }
    #section-plugins article .featured-image {
        display: flex;
        align-items: center;
        flex-direction: row;
    }
    #section-plugins .view-demo {
        text-align: left;
    }
    #section-plugins .featured-image img {
        margin: 0;
    }
}
@media screen and (max-width: 1600px) and (min-width: 1025px) {
/*    .vendor-signup .waves-wrapper {
        position: absolute;
        width: 100%;
        height: 100%;
    }*/
    .vendor-signup #theme-submission-process {
        margin-top: -185px;
    }
    .vendor-signup #page-title {
        position: relative;
        overflow: hidden;
        height: 1000px;
        height: 100vh;
    }
    
}
@media screen and (max-width: 1100px) {
    .col-4 .hentry {
        width: 50%;
        float: left;
    }
    #section-themes .col-4 .hentry:nth-child(2n+1),
    #section-free-themes .col-4 .hentry:nth-child(2n+1) {
        clear: left;
    }
    #section-themes .hentry,
    #section-free-themes .hentry,
    #section-plugins .hentry {
        margin-top: 30px;
        margin-bottom: 0;
    }
    #section-themes .hentry:nth-child(-n+2),
    #section-free-themes .hentry:nth-child(-n+2),
    #section-plugins .hentry:nth-child(-n+2) {
        margin-top: 0;
    }
    .portfolio-item {
        width: 50%;
    }
    #section-themes .entry-content .wrapper,
    #section-free-themes .entry-content .wrapper,
    #section-plugins .wrapper {
        max-width: 890px;
    }
    #section-themes .hentry.portfolio-item,
    #section-free-themes .hentry.portfolio-item {
        margin-bottom: 0;
        margin-top: 0;
    }
    #section-themes .wrapper,
    #section-free-themes .wrapper {
        width: 90%;
    }
    body:not(.page-template-support) #section-support .hentry  {
        float: left;
        width: 25%;
    }
}
@media screen and (max-width: 1024px) {
    .vendor-signup .waves {
        top: 70px;
    }
}

@media screen and (min-width: 1200px) {
    ul.support_hours span.day {
        float: left;
    }
    ul.support_hours span.time {
        float: right;
    }
    #section-promotion .entry-title {
        font-size: 46px;
    }
    #section-promotion .title-desc {
        font-size: 28px;
    }
    #theme-features .entry-container {
        margin: 80px 0;
        display: inline-block;
    }
    #plugins-list .entry-container {
        margin: 55px 0;
        display: inline-block;
    }
    #section-header .wp-post-image {
        position: relative;
        left: 50%;
        margin-right: -50%;
        -webkit-transform: translateX(-112.5%);
        -moz-transform: translateX(-112.5%);
        -ms-transform: translateX(-112.5%);
        -o-transform: translateX(-112.5%);
        transform: translateX(-112.5%);
    }
    ul.forum-titles li {
        letter-spacing: 2px;
        font-size: 16px;
    }
    #section-clients .page-section {
        padding-top: 60px;
    }
    #section-services .col-2 figure, 
    #section-services .col-2 .entry-container {
        width: 50%;
        float: left;
    }
    #section-services .col-2 figure {
        padding: 365px 0;
    }
    .service h2 {
        font-size: 18px;
    }
    .service {
        padding-right: 20px;
    }
    #section-plugins.page-section article.hentry {
        margin-bottom: 30px;
    }
    #section-plugins.page-section article.hentry:nth-last-child(-n+2) {
        margin-bottom: 0;
    }
    #section-plugins article.hentry:nth-child(2n+1) {
        clear: left;
    }
    #section-plugins .view-demo {
        padding: 0 0 0 20px;
    }
    #section-plugins article.hentry {
        margin-bottom: 10px;
    }
    .page-template-latest #theme-categories,
    .page-template-trending #theme-categories {
        margin-bottom: -135px;
    }
    .page-template-latest #page-title .wrapper,
    .page-template-trending #page-title .wrapper {
        margin-top: 70px;
    }
}
@media screen and (min-width: 1300px) {
    #features-tab ul.nav-tabs {
        width: 50%;
    }
    form.edd_form,
    form.register {
        min-height: 765px;
        padding-left: 70px;
        padding-right: 70px;
    }
    .single-post h2.entry-title.post-title {
        font-size: 50px;
    }
    .post-wrap {
        min-height: auto;
    }
    .view-demo h4 {
       float: left;
    }
}

@media screen and (min-width: 1400px) {
    .vendor-signup .waves {
        top: 200px;
    }
}
@media screen and (min-width: 1600px) {
    .vendor-signup .waves {
        top: 45px;
    }
}
@media screen and (min-width: 1900px) {
    .entry-title,
    h1.page-title,
    h1.entry-title,
    #fes-products-page-title,
    h1#fes-orders-page-title,
    h1#fes-new-product-form-title {
        font-size: 62px;
    }
    .title-desc,
    #page-title .title-desc {
        font-size: 38px;
    }
    .browse-themes a {
        letter-spacing: 4px;
    }
    .blog .blog-posts .hentry {
        margin-bottom: 50px;
    }
    .more-link.attach-to-bottom {
        bottom: -30px;
    }
    .search-themes form,
    #page-title.search-themes form {
        max-width: 690px;
    }
    .view-demo h4 {;
        line-height: 26px;
    }
    #section-themes .view-demo h4,
    #section-free-themes .view-demo h4 {
        line-height: 22px;
    }
    #search-results {
        margin-top: 21px;
    }
    span.more-link .btn,
    form.fes-ajax-form.fes-submission-form div.fes-form fieldset.fes-submit .edd-submit {
        padding: 20px 30px 18px 30px;
    }
    .page-section,
    #comments,
    #section-plugins .entry-content {
        padding: 100px 0;
    }
    .no-padding-bottom {
        padding-bottom: 0;
    }
    .blog .wrapper.page-section,
    #section-posts .wrapper {
        max-width: 1500px;
    }
    .form-wrapper p {
        font-size: 16px;
    }
    #page-title header.entry-header {
        margin: 80px 0;
    }
    #section-clients > .col-2 > .hentry:first-child {
        width: 60%;
    }
    #section-clients > .col-2 > .hentry:last-child {
        width: 40%;
    }
    #section-clients .page-section {
        padding-bottom: 55px;
        min-height: 736px;
    }
    #page-title span.total-themes {
        margin-bottom: -20px;
    }
    .blog-posts .hentry {
        padding: 0 25px;
    }
    .form-wrapper input[type="text"] {
        margin-bottom: 50px;
    }
    .form-wrapper input[type="submit"] {
        height: 70px;
        font-size: 16px;
    }
    #section-clients small {
        font-size: 58px;
    }
    .counter img {
        width: auto;
    }
    .counter .hentry {
       padding: 72px 40px 72px;
    }
    #section-themes span.total-themes,
    #section-free-themes span.total-themes {
        margin: -175px auto 0;
    }
    #subscribe-us h2.entry-title {
        font-size: 50px;
    }
    #section-support .hentry .box {
        padding: 150px 25px 50px;
        min-height: 350px;
    }
    #section-support .hentry img {
        margin-bottom: 75px;
    }
    #page-title.search-themes form {
        width: 58%;
    }
    .site-header:after {
        width: 50%;
    }
    #features-tab ul.nav-tabs {
        width: 75%;
    }
    .single-post #page-title {
        padding: 400px 0 225px;
    }
    #plugins-list .entry-container {
        margin: 20px 0;
    }
    .each-faq h4 {
        font-size: 24px;
    }
    .nav-shrink .main-navigation a {
        font-size: 16px;
    }
    .isotope .portfolio-item {
        margin: 0;
        padding: 20px;
    }
    #page-title.search-themes header.entry-header {
        margin-bottom: 50px;
    }
    .btn,
    .edd_form input[type="submit"] {
        padding: 15px 30px;
    }
    .no-padding-bottom {
        padding-bottom: 0;
    }
    .hentry {
        padding: 0 20px;
    }
    #section-queries .entry-content.col-2 {
        margin: 0 -20px;
    }
    #section-services .col-2 figure {
        padding: 395px 0;
    }
    form.edd_form,
    form.register {
        min-height: 760px;
    }
    #faq-queries .nav-tabs {
        width: 30%;
    }
    #faq-queries .tab-content-wrapper {
        width: 70%;
    }
    #theme-submission-process .title,
    #choosing-reasons .title {
        font-size: 28px;
    }
    #choosing-reasons .entry-content {
        margin-top: 80px;
    }
    #free-ownership {
        padding: 245px 0;
    }
    .free-signup .btn,
    .view-themes .btn {
        min-width: 279px;
    }
    .vendor-signup #page-title header.entry-header {
        margin-bottom: 40px;
    }
    #call-to-action {
        padding: 60px 0;
    }
    #call-to-action .entry-title,
    #call-to-action .title-desc {
        font-size: 42px;
        font-weight: 500;
    }
    #call-to-action .title-desc {
        font-size: 20px;
    }
    #section-themes .entry-content,
    #section-free-themes .entry-content {
        padding-bottom: 100px;
    }
    #theme-categories {
        margin-top: 50px;
    }
    .home #section-search {
        margin-bottom: 0;
    }
    #section-themes .entry-header {
        padding-top: 25px;
    }
    .form-wrapper {
        padding: 90px 25px;
    }
    .service {
        padding-right: 50px;
    }
    #section-services .col-2 .entry-container {
        padding-left: 100px;
        padding-right: 100px;
    }
    .home #section-themes .entry-header {
        margin-bottom: 80px;
        margin-top: 0;
    }
    .home #section-themes {
        padding-top: 130px;
    }
    #section-free-themes .entry-header {
        margin: 0 0 90px;
    }
    #section-plugins .entry-content {
       padding-bottom: 0;
       padding-top: 80px;
    }
    body:not(.home) #theme-categories .browse-themes {
        margin-top: 100px;
    }
    .page-template-latest #theme-categories,
    .page-template-trending #theme-categories {
        margin-bottom: -200px;
    }
    .page-template-latest #page-title .wrapper,
    .page-template-trending #page-title .wrapper {
        margin-top: 70px;
    }
}
@media screen and (max-width: 1600px) and (min-width: 1025px) {
    #section-header {
       position: absolute;
       width: 100%;
       height: 100%;
       padding-top: 120px;
       padding-bottom: 0;
    }
    #section-search {
        position: relative;
        overflow: hidden;
        height: 1000px;
        height: 100vh;
    }
}
@media screen and (max-width: 782px) {
    #wpadminbar {
        position: fixed;
    }
    .admin-bar .site-header {
        top: 46px;
    }
    .admin-bar .main-navigation ul.menu {
        top: 0;
    }
    .admin-bar .nav-shrink .main-navigation ul.menu {
        top: 0;
    }
    #section-promotion span.more-link .btn {
        padding: 12px 15px 10px 15px;
    }
    #section-promotion .more-link {
        margin: 15px 0;
    }
    form.edd_form, form.register {
        min-height: auto;
        padding-left: 50px;
        padding-right: 50px;
    }
    #account-forms .hentry {
        width: 100%;
    }
}
@media screen and (max-width: 767px) {
    #section-header .wave-2 {
        top: -25px;
    }
    #section-header .wave-3 {
        top: -35px;
    }
    #section-header .wave-4 {
        top: 20px;
    }
    #section-header {
        padding-bottom: 55px;
    }
    #plugins-list.page-section {
        padding-top: 0;
    }
    #page-title header.entry-header {
        margin-bottom: 20px;
    }
    .ws-visible h2 {
       font-size: 22px;
    }
    h1.ws-logo-title.entry-title {
       font-size: 22px;
       letter-spacing: 0;
    }
    form.contact-form,
    .contact-information .address {
        width: 100%;
    }
    form.contact-form {
        padding: 25px;
    }
    .contact-information .form-title {
        margin-bottom: 50px;
    }
    section.error-404.not-found h2 {
        font-size: 150px;
    }
    section.error-404.not-found {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        -webkit-transform: translate(0);
        -moz-transform: translate(0);
        -ms-transform: translate(0);
        -o-transform: translate(0);
        transform: translate(0);
    }
    .error404 #content {
        position: relative;
        overflow: visible;
        height: auto;
        padding: 125px 0;
    }
    .error404 #content .wrap {
        position: relative;
        height: auto;
    }
    .edd-meta > span,
    .edd-meta a.btn.btn-grey.btn-instruction,
    .edd-meta a.btn.btn-grey.btn-support {
        margin: 0;
        border-right: none;
        display: block;
        text-align: center;
        padding: 3px 0;
    }
    #section-themes .col-4 .hentry:nth-child(2n+1),
    #section-free-themes .col-4 .hentry:nth-child(2n+1) {
        clear: left;
    }
    #section-themes .hentry,
    #section-free-themes .hentry,
    #section-plugins .hentry {
        margin-top: 30px;
        margin-bottom: 0;
    }
    #section-themes .hentry:nth-child(-n+1),
    #section-free-themes .hentry:nth-child(-n+1),
    #section-plugins .hentry:nth-child(-n+1) {
        margin-top: 0;
    }
    .portfolio-item {
        width: 50%;
    }
    #section-themes .portfolio-item,
    #section-free-themes .portfolio-item {
        margin-top: 0 !important;
    }
    #section-plugins .entry-content {
        padding: 30px 0 0;
    }
    #section-clients .counter.col-2 .hentry {
        width: 50%;
        float: left;
    }
    #section-clients .counter {
        display: table;
        width: 100%;
    }
    .post-navigation .nav-previous,
    .posts-navigation .nav-previous {
        width: 100%;
        margin: 0 0 15px;
    }
    .post-navigation .nav-next,
    .posts-navigation .nav-next {
        width: 100%;
    }
    .site-main .post-navigation .nav-links,
    .site-main .posts-navigation .nav-links {
       margin-top: 25px;
    }
    #comments > ol.comment-list {
       margin-bottom: 30px;
    }
    .wrapper.page-section article p:first-child {
       margin-top: 0;
    }
    #choosing-reasons .col-3 .hentry:not(:last-child) {
        margin-bottom: 50px;
    }
    #popup-form .entry-title {
        font-size: 22px;
    }
    #call-to-action .entry-header,
    #call-to-action .more-link {
        float: none;
        text-align: center;
    }
    #call-to-action {
        text-align: center;
    }
    #call-to-action .more-link {
        display: block;
        margin-top: 25px;
    }
    #call-to-action .entry-title {
        font-size: 32px;
    }
    #call-to-action .title-desc {
        font-size: 18px;
    }
    #edd_checkout_form_wrap #edd_show_discount {
        padding: 15px;
    }
    .edd_discount_link {
        margin: 5px 10px;
    }
    #section-free-themes,
    .home #section-themes {
        padding-top: 50px;
    }
    .home #section-themes .entry-header, 
    #section-free-themes .entry-header {
        margin: 0 0 30px;
    }
}
@media screen and (max-width: 599px) {
    .col-4 .hentry {
        width: 100%;
        float: none;
        margin: auto;
    }
    #section-themes .hentry:nth-child(-n+2),
    #section-free-themes .hentry:nth-child(-n+2),
    #section-plugins .hentry:nth-child(-n+2) {
        margin-top: 30px;
    }
    #faq-queries {
        padding-top: 25px;
    }
    #free-ownership h2 {
        font-size: 42px;
    }
    #free-ownership h3 {
        font-size: 22px;
    }
    #free-ownership {
        padding: 100px 0;
    }
    .vendor-signup #page-title .title-desc {
        font-size: 18px;
    }
    #theme-submission-process {
        padding-top: 25px;
    }
    .vendor-signup #page-title {
        padding-top: 0;
    }
    #call-to-action .entry-title {
        font-size: 26px;
    }
    #call-to-action .title-desc {
        font-size: 16px;
    }
    .home #section-themes .wrapper article:first-child,
    #section-free-themes .wrapper article:first-child {
        margin-top: 0;
    }
    #theme-categories .browse-themes a {
        min-width: 175px;
        min-height: 100px;
        padding: 15px 0;
    }
    #theme-categories .browse-themes li {
        padding: 0 2px;
    }
    #theme-categories {
        margin-bottom: -50px;
    }
    body:not(.home) #theme-categories {
        margin-bottom: 0;
    }
    .home #section-themes .entry-header {
        padding-top: 50px;
    }
    .page-template-latest #page-title,
    .page-template-trending #page-title {
        padding-top: 10px;
    }
}
@media screen and (max-width: 480px) {
    .site-header .site-title {
        font-size: 14px;
    }
    #section-header .wave-2 {
        top: -45px;
    }
    #section-header .wave-3 {
        top: -75px;
    }
    #section-header .wave-4 {
        top: 0;
    }
    #section-header {
        padding-bottom: 0;
    }
    #section-services .entry-header {
       text-align: center;
    }
    table#edd_user_history {
        display: inline-block;
        overflow: auto;
        width: 100%;
    }
    .comment-meta img {
       float: none;
       margin-right: 0;
       display: block;
       margin-bottom: 15px;
    }
    .contact-information h2 {
        font-size: 22px;
    }
    form.edd_form, form.register {
        padding: 25px;
    }
    .error404 .page-content p {
        font-size: 18px;
    }
    section.error-404.not-found h2 {
        font-size: 100px;
    }
    #page-title {
        padding-top: 10px;
    }
    #section-themes .hentry.portfolio-item,
    #section-free-themes .hentry.portfolio-item {
        padding-bottom: 5px;
    }
    #section-themes .hentry.portfolio-item:first-child,
    #section-free-themes .hentry.portfolio-item:first-child {
        padding-top: 0;
    }
    body:not(.page-template-support) #section-support .hentry,
    body:not(.page-template-support) #section-support .hentry:nth-child(-n+2)  {
        float: none;
        width: 100% !important;
        margin-top: 50px;
    }
    body:not(.page-template-support) #section-support .hentry:nth-child(-n+1)  {
        margin-top: 0;
    }
    #page-title form.edd_download_purchase_form {
       width: 100%;
    }
    #bbpress-forums li.bbp-header ul.forum-titles,
    #bbpress-forums li.bbp-body ul.forum,
    #bbpress-forums li.bbp-body ul.topic {
        padding: 10px;
    }
    ul.forum-titles li {
        font-size: 12px;
    }
    #bbpress-forums .bbp-forum-freshness a {
       font-size: 12px;
    }
    #bbpress-forums li.bbp-header li.bbp-forum-info,
    #bbpress-forums li.bbp-body li.bbp-forum-info {
        width: 25%;
    }
    li.bbp-forum-info,
    li.bbp-topic-title {
        text-align: center;
    }
    li.bbp-body ul.forum:nth-child(odd) li.bbp-forum-info a:before,
    li.bbp-body ul.forum:nth-child(even) li.bbp-forum-info a:before {
        margin-right: 0;
        display: block;
        margin: auto;
    }
    button.menu-toggle span {
        display: none;
    }
    .menu-toggle {
        right: 0px;
    }
    #edd_checkout_cart td.edd_cart_item_name,
    #edd_checkout_cart td.edd_cart_item_price {
        text-align: center;
        padding-left: 5px;
        padding-right: 5px;
    }
    #edd_checkout_cart td img {
        float: none;
        margin-right: 0;
    }
    #section-clients .counter.col-2 .hentry {
        width: 100%;
        float: none;
    }
    #section-clients .counter {
        display: block;
    }
    .counter .hentry:nth-child(odd):after {
        background-color: #fff;
    }
    .counter .hentry:nth-child(even):after {
        background-color: #000;
    }
    #section-clients .counter .hentry:nth-child(odd) small {
        color: #a6754b;
    }
    #section-clients .counter .hentry:nth-child(odd) span {
        color: #3C3835;
    }
    #section-clients .counter .hentry:nth-child(even) span {
        color: #fff;
    }
    .each-faq svg {
       top: 23px;
    }
    body:not(.home) #section-themes .theme-nav {
        padding-bottom: 25px;
    }
    #section-themes ul.theme-nav li:first-child a {
        padding-bottom: 10px;
    }
    #section-themes ul.theme-nav li:first-child {
        margin-bottom: 5px;
    }
    #section-themes ul.theme-nav li:nth-child(2) a {
        padding-top: 10px;
    }
    #section-themes ul.theme-nav li.active a:after {
        display: none;
    }
}
@media only screen and (max-width: 421px) {
    #free-ownership h2 {
        font-size: 28px;
    }
    #free-ownership h3 {
        font-size: 18px;
    }
    #free-ownership {
        padding: 80px 0;
    }
    .free-signup .btn {
        margin-bottom: 15px;
    }
    .form-title .close-popup {
        width: 50px;
        line-height: 88px;
    }
    #theme-categories .browse-themes li {
        padding: 4px 0;
        width: 100%;
    }
    #theme-categories .browse-themes a svg {
        width: 30px;
        height: 30px;
    }
    #theme-categories .browse-themes a {
        min-width: 175px;
        min-height: 88px;
    }
}
@media only screen and (max-width: 320px) {
    #bbpress-forums li.bbp-header li.bbp-forum-info,
    #bbpress-forums li.bbp-header li.bbp-topic-title {
        text-align: left;
    }
    #bbpress-forums li.bbp-header {
        padding: 0;
    }
    #bbpress-forums li.bbp-header li.bbp-forum-info,
    #bbpress-forums li.bbp-body li.bbp-forum-info,
    #bbpress-forums li.bbp-header li.bbp-topic-title,
    #bbpress-forums li.bbp-body li.bbp-topic-title,
    #bbpress-forums li.bbp-header li.bbp-forum-topic-count,
    #bbpress-forums li.bbp-header li.bbp-forum-freshness,
    #bbpress-forums li.bbp-header li.bbp-forum-topic-count,
    #bbpress-forums li.bbp-header li.bbp-forum-reply-count,
    #bbpress-forums li.bbp-body li.bbp-forum-topic-count,
    #bbpress-forums li.bbp-body li.bbp-forum-reply-count,
    #bbpress-forums li.bbp-header li.bbp-topic-voice-count,
    #bbpress-forums li.bbp-header li.bbp-topic-reply-count,
    #bbpress-forums li.bbp-body li.bbp-topic-voice-count,
    #bbpress-forums li.bbp-body li.bbp-topic-reply-count,
    #bbpress-forums li.bbp-header li.bbp-forum-freshness,
    #bbpress-forums li.bbp-body li.bbp-forum-freshness,
    #bbpress-forums li.bbp-header li.bbp-topic-freshness,
    #bbpress-forums li.bbp-body li.bbp-topic-freshness {
        width: 25%;
    }
    li.bbp-forum-info a,
    #bbpress-forums .bbp-forum-info .bbp-forum-content {
        font-size: 13px;
    }
}
/*--------------------------------------------------------------
## Firefox css
--------------------------------------------------------------*/
@-moz-document url-prefix() {
    .site-header::after {
        bottom: 14px;
    }
    .form-wrapper input[type="text"] {
        color: #000;
    }
}

.fes-vendor-menu .icon-document {
    background-position: -409px -119px;
}
