/*!
Theme Name: Relic EDD Store
Theme URI: https://themerelic.com/wordpress-themes/relic-edd-store/
Author: themerelic
Author URI: https://themerelic.com/
Description: Relic EDD Store is a fully responsive free WordPress theme that allows you to sell digital products using the Easy Digital Downloads plugin. You can create a professional digital marketplace using this theme without writing a single line of code. This highly customizable theme with live preview allows you to sell various types of digital products like themes, plugins, software, videos, photos, ebooks, tutorials, music and more. The theme is designed to maximize your conversion rate. This rightly placed theme features multiple author, multiple section and you can re-arrange your section easily. The mobile-friendly design of this theme ensures your site adjusts according to the size of the screen of various devices providing the user smooth browsing experience. With clean and user-friendly layout you are assured to keep your visitors engaged on your website. The theme allows you to display your author products, recent products and featureds products on the homepage which helps to gain credibility and trust. Relic EDD Store theme is speed optimized, SEO optimized and Schema ready which makes it very easy to rank your website in Google. Furthermore, it is cross-browser compatible, translation ready and supports RTL scripts. Relic EDD Store theme is backed up by super-friendly and experienced support team to help you with your issues and queries while using our theme. Check demo at http://demo.themerelic.com/edd-store, read the documentation at https://themerelic.github.io/relic-edd-store/, and get live support at https://themerelic.com/. 
Version: 1.0.7
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: relic-edd-store
Tags: e-commerce,blog,custom-background, custom-logo, custom-menu, featured-images, 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.

Relic EDD Store is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*
1. Normalize
  
-----------------------------------------
2. General Styles
  2.1 Links
  2.2 Typography
  2.3 Accessibility
  2.4 Forms
  2.5 Placeholder
  2.6 Button
  2.7 Clearings
  2.8 Table

-----------------------------------------
3. Header
  3.1 Header Top Bar
  3.2 Header Nav Bar

-----------------------------------------
4. Sidebar
  4.1 Widget
  4.1 Widget_archive
  4.2 Widget_calendar
  4.3 Widget_categories
  4.4 Widget_nav_menu
  4.5 Widget_meta
  4.6 Widget_pages
  4.7 Widget_recent_comments
  4.8 Widget_recent_entries
  4.9 Widget_rss
  4.10 Widget_search
  4.11 Widget_tag_cloud
  4.12 Widget_text

-----------------------------------------
5. Primary
  5.1 Articles

-----------------------------------------
6. Footer
  6.1 Site Info

-----------------------------------------
7. Content
  7.1 Alignments
  7.2 Posts and Pages
  7.3 Asides
  7.4 Comments
  7.5 404 page
-----------------------------------------
8. Infinite scroll

-----------------------------------------

9. Media
  9.1 Captions
  9.2 Galleries

========================================= 

/* ====================================================== */

/* 1 Normalize */

/* --------------------------------------- */

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

* {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

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

:root {
    --blue: #007bff;
    --light-blue: #05c2dd;
    --deep-blue: #1a99ab;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --light-orange: #f8981d;
    --yellow: #ffc107;
    --green: #28a745;
    --light-green: #3ab83d;
    --deep-green: #0c880f;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #838383;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --gradent: linear-gradient(to right, #270097 0%, #2989d8 54%, #02d0e2 100%);
    --gradent-moz: -moz-linear-gradient(left,
        #270097 0%,
        #2989d8 54%,
        #02d0e2 100%);
    --gradent-webkit: -webkit-linear-gradient(left,
        #270097 0%,
        #2989d8 54%,
        #02d0e2 100%);
    --gradent-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#270097', endColorstr='#02d0e2', GradientType=1);
}

body {
    margin: 0;
}

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

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

embed,
iframe,
object,
video {
    max-width: 100%;
}

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

figure {
    margin: 0;
}

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

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

[hidden],
template {
    display: none;
}

/* * Does the same thing as <meta name="viewport" content="width=device-width">, 
* but in the future W3C standard way. -ms- prefix is required for IE10+ to * 
render responsive styling in Windows 8 "snapped" views; IE10+ does not honor * 
the meta tag. See https://core.trac.wordpress.org/ticket/25888. */

@-ms-viewport {
    width: device-width;
}

@viewport {
    width: device-width;
}

/* ====================================================== */

/* 2 General Styles */

/* --------------------------------------- */

/* Links */

/* --------------------------------------- */

a {
    color: #333333;
    text-decoration: none;
    background-color: transparent;
    font-family: "Source Sans Pro", sans-serif;
}

a:active,
a:hover,
a:focus {
    outline: 0;
    border: none;
    text-decoration: none;
    color: #fff;
}

/* Typography */

/* --------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    line-height: 1.1;
}

h1 {
    font-weight: normal;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
    text-decoration: none;
}

h1,
h2,
h3 {
    margin-top: 10px;
    margin-bottom: 15px;
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 12px;
}

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

p {
    margin-bottom: 0px;
    font-family: "Roboto", sans-serif;
}

p a {
    text-decoration: underline;
}

q,
blockquote p {
    quotes: "Ã¢â‚¬Å“""Ã¢â‚¬Â""Ã¢â‚¬Ëœ""Ã¢â‚¬â„¢";
    color: #787878;
}

q::before,
q:before,
blockquote p::before {
    content: open-quote;
}

q::after,
q:after,
blockquote p::after {
    content: close-quote;
}

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

b,
strong {
    font-weight: bold;
}

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: "Lato", Arial;
    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,
samp {
    font-family: "Lato", Arial;
    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%;
}

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

ul,
ol {
    margin-top: 0;
    margin-bottom: 20px;
    list-style-position: inside;
}

ul ul,
ol ul,
ul ol,
ol ol {
    margin-bottom: 0;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 1.5em 1.5em;
}

@media only screen and (max-width: 479px) {
    h1 {
        font-size: 28px;
    }
}

/* Accessibility */

/* --------------------------------------- */

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.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. */
}

/* Forms */

/* --------------------------------------- */

form {
    position: relative;
}

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

/*button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}*/

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 {
    box-shadow: inset 0 0px 0 rgba(255, 255, 255, 0.5),
        inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

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

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

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
    color: #666;
    border: 1px solid #ccc;
    background-color: #f7f7f7;
    box-sizing: border-box;
    padding: 8px 5px 8px 15px;
}

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

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

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    width: 100%;
}

optgroup {
    font-weight: bold;
}

select:focus {
    outline: none;
}

/* Placeholder */

/* --------------------------------------- */

::-webkit-input-placeholder {
    color: #919191;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #919191;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #919191;
}

:-ms-input-placeholder {
    color: #919191;
}

/* Button */

/* --------------------------------------- */

button {
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
    outline: 0;
    outline-offset: 0;
    border: none;
    overflow: visible;
}

/* Clearings */

/* ----------------------------------------------- */

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
}

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

/* Table */

/* ----------------------------------------------- */

table {
    border-width: 1px 0 0 1px;
    margin: 0 0 1.6em;
    width: 100%;
}

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

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

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

th,
td {
    padding: 0.4em;
}

del {
    opacity: 0.8;
}

dl {
    margin-bottom: 1.6em;
}

dt {
    font-weight: bold;
}

dd {
    margin-bottom: 1.6em;
    margin-left: 0;
}

dd a {
    text-decoration: underline;
}

/* ====================================================== */

/* 3 Header */

/* --------------------------------------- */

/* Header Top Bar */

/* ----------------------------------------------- */

.site-title {
    text-transform: uppercase;
    margin: 0;
}

.site-description {
    color: rgb(255, 255, 255);
    font-size: 12px;
}

/* header-nav-bar */

/* ----------------------------------------------- */

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

.main-navigation li {
    float: left;
    position: relative;
}

.main-navigation a {
    color: #ffffffad;
    display: block;
    font-size: 15px;
    padding: 10px 14px 10px 0;
    text-decoration: none;
    position: relative;
    text-transform: capitalize;
}

.navbar {
    padding: 0.5rem 0;
}

.main-navigation .menu-all-pages-container a:after {
    position: absolute;
    width: 0%;
    height: 2px;
    background: var(--white);
    content: "";
    opacity: 0;
    transition: all 0.3s;
}

.main-navigation .menu-all-pages-container a:after {
    bottom: 0px;
    left: 0px;
}

.main-navigation li:hover>a {
    color: var(--white);
}

.main-navigation .menu-all-pages-container a:hover:after,
.main-navigation .menu-all-pages-container .current-menu-item a:after {
    opacity: 1;
    width: 100%;
}

.main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    top: 2.5em;
    left: -999em;
    z-index: 99999;
    background: #1567bc;
}

.main-navigation ul ul ul {
    top: 0;
}

/*.main-navigation ul ul ul ul ul ul{
  left: -400px;
}*/

.main-navigation ul ul a {
    width: 200px;
}

.main-navigation .current_page_item>a,
.main-navigation .current-menu-item>a,
.main-navigation .current_page_ancestor>a {
    background: none;
}

/* Small menu. */

.menu-toggle {
    display: none;
}

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

    .menu-toggle,
    .main-navigation.toggled .nav-menu {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .menu-toggle {
        border: 1px solid #cccccc;
        font-size: 15px;
        margin-bottom: 5px;
        padding-bottom: 10px;
    }

    .main-navigation ul {
        display: none;
    }

    .main-navigation li {
        float: none;
        display: block;
        border-top: 1px solid #fff;
    }

    .main-navigation {
        background: transparent;
    }

    .main-navigation.toggled .nav-menu {
        background: #1567bc;
        margin-top: 10px;
    }

    .main-navigation ul ul {
        background: none repeat scroll 0 0 #333333;
        display: none;
        float: none;
        position: static;
        text-align: left;
        box-shadow: none;
    }

    .main-navigation ul ul li {
        padding-left: 25px;
    }

    .main-navigation ul ul li a {
        display: block;
        width: auto;
    }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 0 0 1.5em;
    overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    width: 50%;
    display: inline-block;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}

/* ====================================================== */

/* Sidebar */

/* --------------------------------------- */

.widget {
    margin: 0 0 3.5em;
}

.widget-title,
.widgettitle {
    /* background: none repeat scroll 0 0 rgb(241, 242, 243); */
    /* border-left: 5px solid rgb(120, 120, 120); */
    font-size: 18px;
    /* padding: 12px 15px; */
    text-transform: uppercase;
}

.widget ul {
    padding-left: 0;
    list-style: none;
}

.widget li {
    display: block;
    padding-bottom: 5px;
    padding-top: 5px;
    transition: 1.2s;
}

/* Make sure select elements fit in widgets. */

.widget select {
    background: none repeat scroll 0 0 #ffffff;
    border: 1px solid #cccccc;
    max-width: 100%;
    padding: 8px 15px;
}

@media only screen and (max-width: 767px) {
    #secondary {
        margin-top: 60px;
    }
}

/* Search widget. */

/* ------------------------------------ */

/* widget_archive */

/* ------------------------------------ */

/* widget_calendar */

/* ------------------------------------ */

/* widget_search */

/* ------------------------------------ */

/* widget_tag_cloud */

/* ------------------------------------ */

/* widget_text */

/* ------------------------------------ */

/* ====================================================== */

/* Primary */

/* --------------------------------------- */

/* Aricles */

/* ------------------------------------ */

.blog article.hentry,
#blog-post article.hentry,
.search article.hentry,
.archive article.hentry,
.tag article.hentry,
.category article.hentry,
#ak-blog-post article.hentry {
    border-bottom: 1px solid #ededed;
}

.entry-main-content {
    padding: 20px 0 40px 0;
}

.cat-links {
    border-right: 1px solid #333333;
    padding-right: 10px;
}

.tags-links {
    padding-left: 10px;
}

.posted-on a,
.cat-links a,
.tags-links a,
.author a {
    font-weight: 700;
}

.edit-link {
    margin-left: 15px;
}

.edit-link a {
    color: #999999;
    font-weight: 700;
    text-decoration: underline;
}

.edit-link a:hover,
.edit-link a:focus {
    color: #333333;
}

/* ====================================================== */

/* Footer */

.footer-widgets ul li {
    position: relative;
}

.footer-widgets ul li {
    position: relative;
}

.footer-widgets .page_item_has_children:hover>ul.children {
    position: relative;
    background: inherit;
}

/* --------------------------------------- */

/* Site Info */

/* --------------------------------------- */

.site-info {
    padding-bottom: 15px;
    padding-top: 15px;
    text-align: center;
    background: #f8f8f8;
}

.site-info a {
    color: #212529;
}

/* ====================================================== */

/*full width content ends*/

#primary {
    float: left;
    width: 68%;
}

@media only screen and (max-width: 1170px) {
    .site-content {
        width: 100%;
        margin: 0 auto;
    }

    .container:before,
    .container:after {
        display: block;
        clear: both;
        content: "";
    }
}

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

    #primary,
    #secondary {
        width: 100%;
        float: none;
    }
}

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

/* Posts and Pages */

/* --------------------------------------- */

.sticky {
    display: block;
}

.hentry {
    margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
    display: none;
}

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

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

.entry-summary {
    margin-top: 0px;
}

/*page links/pagination*/

.page-links {
    clear: both;
    font-family: "Lato", sans-serif;
    font-weight: 700;
    margin-top: 2em;
    margin-bottom: 2em;
}

.page-links a,
.page-links>span {
    border: 1px solid #ccc;
    display: inline-block;
    font-size: 15px;
    height: 2em;
    line-height: 2;
    margin: 0 3px 3px 3px;
    text-align: center;
    width: 2em;
}

.page-links a {
    background-color: #f7f7f7;
    color: #333;
}

.page-links a:hover,
.page-links a:focus {
    background-color: #707070;
    border-color: transparent;
    color: #fff;
}

/* Asides */

/* --------------------------------------- */

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
    display: none;
}

/* Comments */

/* --------------------------------------- */

.comment-list+.comment-respond {
    border-top: 1px solid #eaeaea;
}

.comment-list+.comment-respond,
.comment-navigation+.comment-respond {
    padding-top: 1.6em;
}

.comments-title,
.comment-reply-title {
    font-size: 18px;
    line-height: 1.3333;
}

.comments-title {
    margin-bottom: 1.3333em;
}

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

.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
    border-top: 1px solid #eaeaea;
    padding: 1.6em 0;
}

.comment-list .children {
    list-style: none;
    margin: 0;
    padding: 30px 0 0 127px;
}

.comment-list .children .children {
    padding: 30px 0 0 108px;
}

.comment-list .children .children .children {
    padding: 30px 0 0 84px;
}

.comment-list .children .children .comment-author .avatar {
    height: 65px;
    width: 65px;
}

.comment-list .children .children .children .comment-author .avatar {
    height: 51px;
    width: 61px;
}

.comment-list .children>li {
    padding-left: 0.8em;
}

.comment-author {
    color: #707070;
    margin-bottom: 0.4em;
}

.comment-details a {
    color: #000;
}

.comment-author a:hover {
    border-bottom: 1px solid #707070;
}

.comment-author .avatar {
    float: left;
    height: 71px;
    width: 71px;
    border-radius: 100%;
}

.comment-metadata,
.pingback .edit-link {
    color: #999999;
    font-weight: 700;
}

.comment-metadata a,
.pingback .edit-link a {
    color: #707070;
}

.comment-metadata a:hover,
.pingback .edit-link a:hover {
    border-bottom: 1px solid #333;
}

.comment-metadata a.comment-edit-link:hover {
    border-bottom: none;
}

.comment-metadata a:hover,
.comment-metadata a:focus,
.pingback .edit-link a:hover,
.pingback .edit-link a:focus {
    color: #333;
}

.comment-metadata {
    margin-bottom: 1.6em;
}

.comment-metadata .edit-link {
    margin-left: 1em;
}

.pingback .edit-link {
    margin-left: 1em;
}

.pingback .edit-link:before {
    top: 5px;
}

.comment-content ul,
.comment-content ol {
    margin: 0 0 1.6em 1.3333em;
}

.comment-content li>ul,
.comment-content li>ol {
    margin-bottom: 0;
}

.comment-content> :last-child {
    margin-bottom: 0;
}

.comment-list .reply {
    font-size: 12px;
}

.comment-list .reply a {
    border: 1px solid #eaeaea;
    color: #707070;
    display: inline-block;
    font-family: "Lato", sans-serif;
    font-weight: 700;
    line-height: 1;
    margin-top: 2em;
    padding: 0.6167em 0.8333em;
    text-transform: uppercase;
}

.comment-list .reply a:focus {
    border-color: #333;
    color: #333;
    outline: 0;
}

.comment-form {
    padding-top: 1.6em;
}

.comment-form label {
    color: #707070;
    font-family: "Lato", sans-serif;
    font-size: 15px;
    font-weight: 700;
    display: block;
    line-height: 1.5;
    text-transform: uppercase;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"] {
    width: 100%;
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.form-allowed-tags {
    color: #707070;
    font-family: "Lato", sans-serif;
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 2em;
}

.logged-in-as a:hover {
    border-bottom: 1px solid var(--light-orange);
}

.no-comments {
    border-top: 1px solid #eaeaea;
    color: #707070;
    font-family: "Lato", sans-serif;
    font-weight: 700;
    padding-top: 1.6em;
}

.comment-navigation+.no-comments {
    border-top: 0;
}

.form-allowed-tags code {
    font-family: "Lato", "Open sans";
}

.form-submit {
    margin-bottom: 0;
}

.required {
    color: #c0392b;
}

.comment-reply-title small {
    font-size: 100%;
}

.comment-reply-title small a {
    border: 0;
    float: right;
    height: 32px;
    overflow: hidden;
    width: auto;
}

.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

/* Posts and Pages */

/* --------------------------------------- */

.error404 #primary {
    width: 100%;
}

.error404 .search-form {
    margin-bottom: 30px;
}

.pagination a,
.pagination span {
    background: #242424;
    margin: 0 10px;
    padding: 0 15px;
    line-height: 30px;
    font-size: 20px;
}

.pagination a {
    line-height: 40px;
}

a.eddstore-livedemo {
    background: #3cb531;
    padding: 13px 28px;
    border-radius: 5px;
}

/* ====================================================== */

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

/* ====================================================== */

/* Media */

/* --------------------------------------- */

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

/* ====================================================== */

/* Captions */

/* --------------------------------------- */

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

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

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

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

/* ====================================================== */

/* Galleries */

/* --------------------------------------- */

.gallery {
    margin-bottom: 1.5em;
}

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

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

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

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

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

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

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

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

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

.gallery-caption {
    display: block;
}

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

    .gallery-columns-5 .gallery-item,
    .gallery-columns-6 .gallery-item,
    .gallery-columns-7 .gallery-item,
    .gallery-columns-8 .gallery-item,
    .gallery-columns-9 .gallery-item {
        max-width: 100%;
    }
}

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

    .gallery-columns-3 .gallery-item,
    .gallery-columns-4 .gallery-item {
        max-width: 100%;
    }
}

.th-featured-title {
    text-align: center;
    margin-bottom: 30px;
}

.newsletter-subsctiption {
    text-align: center;
    padding: 40px 10px;
}

.th-relic-edd-store-theme-header-title {
    margin: 0 auto 30px auto;
    text-align: center;
    padding: 0 8px;
}

/**
*Tabs Section
*/

.relic_edd_store_tabs {
    margin: 0;
}

.relic_edd_store_tabs li {
    border-bottom: none;
    list-style-type: decimal;
}

.relic_edd_store_tabs li a {
    display: block;
    padding: 10px;
    font-size: 22px;
    color: #2e2e2e;
    text-decoration: none;
    font-family: "Poppins", sans-serif;
}

.relic_edd_store_tabs li a {
    display: inline-block;
    clear: "both";
}

.relic_edd_store_tabs li span {
    display: block;
}

.relic_edd_store_tab_container {
    border-top: none;
    background: #fff;
}

.relic_edd_store_tab_content {
    padding: 20px;
    font-size: 16px;
}

.homepage-slider-section .th-homepage-products,
.homepage-slider-section .th-how-its-work-products,
.homepage-slider-section .th-homepage-featured {
    padding: 20px 0;
}

section#edd-store-slider-section {
    margin: 0px;
    position: relative;
    z-index: 2;
    top: -18px;
}

section#edd-store-newsletter-section {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#270097+0,2989d8+54,02d0e2+100 */
    /*background: #270097;*/
    /* Old browsers */
    /*background: -moz-linear-gradient(left, #270097 0%, #2989d8 54%, #02d0e2 100%);*/
    /* FF3.6-15 */
    /*background: -webkit-linear-gradient(left, #270097 0%, #2989d8 54%, #02d0e2 100%);*/
    /* Chrome10-25,Safari5.1-6 */
    /*background: linear-gradient(to right, #270097 0%, #2989d8 54%, #02d0e2 100%);*/
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#270097', endColorstr='#02d0e2', GradientType=1);*/
    /* IE6-9 */
    background: var(--gradent-webkit);
    background: var(--gradent-moz);
    background: var(--gradent);
    filter: var(--gradent-filter);
    padding: 20px;
}

section.single-download-content-wrapper {
    padding: 50px;
    background: #270097;
    text-align: center;
    background: -moz-linear-gradient(left,
        #270097 3%,
        #2989d8 53%,
        #1567bc 100%,
        #02d0e2 100%);
    background: -webkit-linear-gradient(left,
        #270097 3%,
        #2989d8 53%,
        #1567bc 100%,
        #02d0e2 100%);
    background: linear-gradient(to right,
        #270097 3%,
        #2989d8 53%,
        #1567bc 100%,
        #02d0e2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#270097', endColorstr='#02d0e2', GradientType=1);
}

body.single-download div.site-content {
    width: 100%;
    padding: 0;
}

.single-download-content p.single-post-content,
.single-download-content h1.entry-title {
    color: var(--white);
}

.single-download-content h1.entry-title {
    font-size: 50px;
    width: 70%;
    margin: 15px auto;
}

.single-download-content-wrapper p {
    color: #fff;
    padding: 4px 0px;
    font-size: 15px;
}

.single-download-content {
    font-size: 17px;
}

footer#colophon {
    background: var(--white);
}

footer#colophon .widget-title,
.widgettitle {
    background: none;
    border: none;
    padding: 0;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 20px;
}

footer#colophon .footer-widgets ul li {
    border: none;
    transition: all 0.3s ease-in;
}

.single-download-btn {
    margin: 20px 0px 0 0;
}

.single-download-btn.edd-store-variable-price {
    margin: 30px 0px 0 0;
    position: relative;
}

body.edd-checkout div#primary {
    width: 100%;
}

legend,
#edd_checkout_form_wrap legend {
    width: auto !important;
}

/* Relic EDD Store*/

.site-branding {
    float: left;
    display: inline-block;
}

.edd-store-signup-account {
    display: inline-block;
}

body.single-download,
.site-header {
    z-index: 4;
    position: relative;
    background: none;
}

.main-navigation {
    display: block;
}

.menu-all-pages-container {
    display: inline-block;
}

.signup-wrapper {
    display: inline-block;
    float: right;
}

a {
    color: #fff;
}

.des-wrapper h1,
.des-wrapper p {
    color: #fff;
}

.des-wrapper h1 {
    font-weight: 600;
    line-height: 1.3;
}

.des-wrapper p {
    opacity: 0.67;
    font-size: 14px;
}

.edd-store-signup-account a {
    border: 1px solid #ffffffad;
    padding: 5px 14px;
    border-radius: 5px;
}

.header-cart-section {
    display: inline-block;
}

.featured-item {
    text-align: center;
}

.featured-item .th-description {
    margin-top: 30px;
}

.featured-item .th-description p {
    color: #969696;
}

.edd-store-items .th-themes-img {
    border-bottom: 1px solid #0000001a;
}

.edd-store-items .edd-store-products-price {
    display: block;
    background: #1c38ab;
    padding: 6px 19px;
    font-size: 13px;
    width: 70px;
    height: 70px;
    border-radius: 100%;
    position: absolute;
    top: 36%;
    left: 41%;
    box-shadow: 2px 0px 11px rgb(112, 112, 112);
}

.edd-store-items-wrapper .th-description h4 {
    font-size: 20px;
}

.th-description-short {
    font-size: 14px;
    color: #969696;
}

#edd-store-advance-search-section .advance-search-section .form-control,
#edd-store-advance-search-section #relic_edd_store_search .form-group [type="submit"] i {
    color: #919191;
    cursor: pointer;
}

.edd-store-items .th-description {
    background: #fff;
    padding: 0px 15px 27px 15px;
    float: left;
    margin-top: 18px;
    text-align: center;
}

.edd-store-items .th-description a {
    color: #2e2e2e;
}

.th-homepage-main-products .edd-store-items {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    position: relative;
    min-height: 120px;
    border-radius: 4px;
}

.edd-store-items .edd-store-premieum {
    display: inline;
    top: 21px;
    right: -30px;
    background: var(--light-green);
    position: absolute;
    transform: rotate(45deg);
    padding: 4px 43px 4px 45px;
    font-size: 12px;
    color: #fff;
    letter-spacing: 1.2px;
}

.edd-store-buttom a,
.th-btn {
    padding: 14px 30px;
    border-radius: 4px;
    font-size: 16px;
    font-weight: bold;
    color: #fff !important;
    display: inline-block;
}

.th-btn {
    background: var(--light-green);
    font-weight: normal;
}

.edd-store-products-price strong {
    margin-left: -10px;
    line-height: 56px;
    font-weight: bold;
}

.edd-store-items-wrapper {
    background: white;
    min-height: 120px;
}

.th-btn:hover {
    background: var(--deep-green);
    transition: 1s;
}

.edd-store-buttom a.demo {
    background-color: #1c38ab;
    display: inline-block;
    font-weight: 400;
}

.edd-store-buttom a.demo:hover {
    background: #0a1a5a;
    transition: 0.5s;
}

.edd-store-buttom a.theme-details {
    background-color: var(--light-blue);
    display: inline-block;
    margin-left: 20px;
    font-weight: 400;
}

.edd-store-buttom a.theme-details:hover {
    background-color: var(--deep-blue);
    transition: 0.5s;
}

ul.relic_edd_store_tabs li {
    color: #2e2e2e;
    font-weight: bold;
    margin-top: 25px;
    list-style: none;
    padding: 5px 15px;
    counter-increment: li;
}

ul.relic_edd_store_tabs li:hover {
    background: linear-gradient(74deg, #270097, #1567bc 50%, #02d0e2);
    border-radius: 5px;
}

ul.relic_edd_store_tabs li:hover a,
ul.relic_edd_store_tabs li:hover span,
ul.relic_edd_store_tabs li:hover::before {
    color: #fff;
    opacity: 1;
}

ul.relic_edd_store_tabs li.active {
    background: linear-gradient(74deg, #270097, #1567bc 50%, #02d0e2);
    padding: 5px 15px;
    border-radius: 5px;
}

ul.relic_edd_store_tabs li.active a,
ul.relic_edd_store_tabs li.active span,
ul.relic_edd_store_tabs li.active:before {
    color: #fff !important;
    transition: 1s;
}

ul.relic_edd_store_tabs li::before {
    content: counter(li);
    font-size: 22px;
    color: #2e2e2e;
}

ul.relic_edd_store_tabs span {
    color: #2e2e2e;
    opacity: 0.4;
    font-size: 15px;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
}

.th-newsletter-main-products .th-relic-edd-store-theme-header-title p,
.mc4wp-form-fields p {
    color: #fff;
    font-weight: normal;
}

.th-relic-edd-store-theme-header-title p,
.mc4wp-form-fields p {
    opacity: 0.52;
}

input[type="email"] {
    padding: 13px 20px;
    width: 40%;
    background: #fff;
    color: #bfbfbf;
}

input[type="email"],
input[type="submit"] {
    line-height: 2;
    font-size: 14px;
    outline: none;
    border-radius: 5px;
    border: none;
}

input[type="submit"] {
    padding: 13px 47px;
    background-color: var(--light-green);
    color: #fff;
    transition: 0.5s;
    margin-left: 10px;
    text-transform: capitalize;
}

input[type="submit"]:active {
    background: #1c961f;
    transition: 0.5s;
}

.mc4wp-form-fields p {
    margin-top: 20px;
}

ul.relic_edd_store_tabs li.active {
    background: linear-gradient(74deg, #270097, #1567bc 50%, #02d0e2);
    border-radius: 5px;
}

ul.relic_edd_store_tabs li.active a,
ul.relic_edd_store_tabs li.active span,
ul.relic_edd_store_tabs li.active:before {
    color: #fff !important;
    transition: 1s;
    opacity: 0.9;
}

ul.relic_edd_store_tabs span {
    color: #2e2e2e;
    opacity: 0.4;
    font-size: 14px;
    font-weight: 400;
}

.th-newsletter-main-products .th-relic-edd-store-theme-header-title h1,
.th-newsletter-main-products .th-relic-edd-store-theme-header-title p,
.mc4wp-form-fields p {
    color: #000;
}

.th-relic-edd-store-theme-header-title p,
.mc4wp-form-fields p {
    opacity: 0.52;
}

.mc4wp-form-fields input[type="email"] {
    -webkit-box-shadow: 0 15px 90px 0 rgba(30, 0, 70, 0.13);
    -moz-box-shadow: 0 15px 90px 0 rgba(30, 0, 70, 0.13);
    box-shadow: 0 15px 90px 0 rgba(30, 0, 70, 0.13);
}

input[type="email"] {
    padding: 13px 20px 13px 26px;
    width: 60%;
    background: #fff;
    color: #989898;
}

input[type="email"],
input[type="submit"] {
    line-height: 2;
    font-size: 14px;
    outline: none;
    border-radius: 5px;
    border: none;
}

input[type="submit"] {
    padding: 13px 47px;
    background-color: var(--light-green);
    color: #fff;
    transition: 0.5s;
    margin-left: 10px;
    text-transform: capitalize;
}

input[type="submit"]:active {
    background: #1c961f;
    transition: 0.5s;
}

.mc4wp-form-fields p {
    margin-top: 20px;
}

.widget li a {
    color: var(--secondary);
}

.th-homepage-slider-wrapper .th-description {
    background: linear-gradient(to right,
        #270097 3%,
        #2989d8 53%,
        #1567bc 100%,
        #02d0e2 100%) no-repeat !important;
    /* -webkit-clip-path: polygon(1273px 337px, 928px 336px, 899px 339px, 871px 342px, 826px 352px, 794px 363px, 758px 380px, 728px 397px, 703px 416px, 681px 437px, 649px 469px, 590px 525px, 527px 568px, 443px 599px, 376px 610px, 2px 609px, 2px 1px, 11179px 1px); */
    height: 674px;
    width: 100%;
    position: relative;
    z-index: -2;
}

.th-homepage-slider .th-banner-img {
    position: absolute;
    z-index: 1;
    right: 19%;
    top: 5%;
    float: right;
}

.th-homepage-slider-wrapper .des-wrapper {
    position: absolute;
    width: 30%;
    left: 11%;
    top: 8%;
    z-index: 2;
}

.th-homepage-slider .back-img {
    position: absolute;
    top: 14%;
    left: 40%;
    z-index: -2;
    float: right;
    width: 90%;
}

.th-homepage-products:after {
    background: url(../assets/images/after.svg);
    /*Chrome,Safari*/
}

.single-download a.eddstore-livedemo,
.single-download a.eddstore-freevspro {
    padding: 15px 30px;
    background: #476bbf !important;
    border-radius: 5px;
}

.single-download a.eddstore-livedemo:hover,
.single-download a.eddstore-freevspro:hover {
    background: #18409c !important;
    transition: 1.5s;
}

.single-download .edd_download_purchase_form {
    margin-bottom: 0px !important;
    margin-top: 30px;
    text-align: center;
}

.edd-submit.button.blue:hover:not(input.edd-apply-discount.edd-submit.blue.button) {
    margin: 0px;
}

.site-header {
    padding: 10px 0;
    background: linear-gradient(to right,
        #270097 3%,
        #2989d8 53%,
        #1567bc 100%,
        #02d0e2 100%) no-repeat !important;
    z-index: 99;
    width: 100%;
    top: 0;
}

.site-header:not(body.home .site-header) {
    padding: 15px 0px;
}

h2.entry-title,
.nav-previous a,
.nav-next a,
.logged-in-as a,
.td-paragraph-padding-1 a,
.td-paragraph-padding-1 p a,
.comment-reply-title {
    color: #000 !important;
}

h2.entry-title {
    line-height: 23px;
}

.td-paragraph-padding-1 a,
.nav-previous a,
.nav-next a,
.logged-in-as a,
.comments-link,
.comment-reply-title {
    font-weight: bold;
}

.entry-meta a,
.entry-footer a {
    margin-left: 10px;
}

.entry-meta a,
.entry-footer a,
.entry-header a,
.cat-links,
.posted-on,
.tags-links,
.comments-link {
    color: #212529;
}

.widget-area li a,
.tagcloud a,
.edd_cart_actions a {
    color: #212529;
    font-size: 1rem !important;
}

.entry-footer a:hover,
.posted-on a:hover,
.entry-header a:hover,
.logged-in-as a:hover,
.comment-meta a,
.widget li:hover a,
.site-info a,
.site-info,
.edd-store-signup-account a:hover {
    color: #9f9f9f;
}

.widget li:hover {
    transition: 1.2s;
}

.site-branding a {
    color: #fff;
}

.posts-navigation .nav-previous,
.posts-navigation .nav-next {
    padding: 10px;
    width: 20%;
    position: relative;
    text-align: center;
}

.posts-navigation .nav-previous a:before,
.posts-navigation .nav-next a:after {
    position: absolute;
    font-family: FontAwesome;
    margin-left: -20px;
    content: "\f104";
    color: #fff;
}

.posts-navigation .nav-next a:after {
    transform: rotate(180deg);
    left: 159px;
    top: 12px;
}



.tagcloud a,
.reply a:hover,
.tagcloud a:hover {
    border: 1px solid var(--light-orange);
}

.tagcloud a {
    border-radius: 1.25rem;
    padding: 0.231rem 0.542rem;
    margin: 0.12rem 0.1222rem 0.5344rem 0.157rem;
    display: inline-block;
}

.tagcloud a:hover {
    transition: 0.5s;
    color: #fff;
}

.blog-wrapper .widget-title {
    /* border-left: 5px solid var(--light-orange); */
}

.widget_search .search-submit {
    width: 26%;
    padding: 8px 0;
    margin-left: 0px;
    position: relative;
    cursor: pointer;
    border-radius: 0px;
}

.widget_search label {
    width: 70%;
}

footer#colophon .footer-widgets ul li:hover {
    transition: all 0.3s ease-in;
    transform: translate(10px, 0);
}

.blog-wrapper input[type="submit"],
.widget_search .search-submit,
.tagcloud a:hover,
.posts-navigation .nav-previous,
.posts-navigation .nav-next {
    background: var(--light-orange);
}

body.home p.site-title a:hover,
body.home .edd-store-signup-account a:hover,
body.home .header-cart-section a:hover {
    color: var(--white);
}

body.home .edd-store-signup-account a:hover {
    border: 1px solid var(--white);
}

.navbar-dark .navbar-toggler {
    border: 1px solid var(--white);
    outline: none;
}

.big-singup.mobile-view {
    display: none;
}

span.header-cart.edd-cart-quantity {
    position: absolute;
    top: 0px;
    right: 0px;
    font-weight: bold;
}

.single-download-btn .form-wrapper {
    display: inline-block;
}

.edd_download_purchase_form .edd_price_options {
    opacity: 0.9;
    background-image: linear-gradient(66deg, #270097, #1567bc 49%, #02d0e2);
    border-radius: 8px;
}

.edd_download_purchase_form .edd_price_options span {
    color: #fff;
}

.single-download-content .edd_download_purchase_form .edd_price_options ul {
    line-height: 54px;
}

.edd_download_purchase_form .edd_price_options li {
    display: inline !important;
    margin-right: 25px !important;
}

input[type="radio"] {
    margin-right: 5px;
}

.edd-cart-added-alert {
    color: var(--white) !important;
    display: block;
    position: absolute;
    background: var(--deep-green);
    top: 45px;
    left: 5%;
    width: 98px;
    border-radius: 5px;
}

body.page-template-default {
    background: var(--white);
}

thead,
tfoot {
    background: #f7f7f7;
}

thead th,
tfoot th,
tbody td {
    padding: 12px 30px;
}

tbody tr {
    border-top: 2px solid #efefef;
    border-bottom: 2px solid #efefef;
}

table {
    border: 1px solid #d7d7d7;
}

.edd_cart_item_image {
    float: left;
    margin-right: 21px;
}

span.edd_cart_amount {
    float: right;
}

td.edd_cart_actions {
    position: relative;
}

body.edd-checkout form .ajaxed tbody td a {
    color: #666 !important;
}

#edd-register-shortcode label {
    padding: 10px;
}

a.edd_discount_link {
    color: var(--light-green);
}

a.edd_discount_link:hover {
    text-decoration: underline !important;
}

p#edd_show_discount {
    display: inline;
}

#edd_checkout_form_wrap #edd_discount_code {
    margin: 69px 0 !important;
}

#edd_checkout_form_wrap .edd-cart-adjustment {
    background: none !important;
    border: none !important;
    padding: 0px !important;
}

#edd_checkout_form_wrap input.edd-input {
    width: 100% !important;
    padding: 10px !important;
    background-color: #fdfdfd;
    outline: none;
    border-radius: 5px;
    border: 1px solid #d7d7d7;
}

.edd-submit.button.blue {
    color: #fff;
    background: var(--light-green) !important;
    border-color: var(--light-green) !important;
    margin-top: 20px;
    padding: 12px 55px !important;
}

#edd_checkout_form_wrap span.edd-description {
    font-size: 100% !important;
}

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

div#edd_payment_mode_select_wrap {
    display: inline-block;
    width: 40%;
}

div#edd_purchase_form_wrap {
    float: right;
    width: 60%;
}

#edd_checkout_form_wrap fieldset {
    border: none !important;
}

#edd_checkout_form_wrap #edd-payment-mode-wrap label {
    display: block !important;
    background: #fdfdfd !important;
    padding: 12px 15px;
    margin: 10px 0 !important;
    border: 1px solid #d7d7d7;
    border-radius: 5px;
}

#edd_checkout_form_wrap legend {
    margin: 0px !important;
}

fieldset#edd_purchase_submit {
    margin: 0 21px !important;
}

#edd_checkout_form_wrap #edd_final_total_wrap {
    border-radius: 5px;
}

fieldset#edd_payment_mode_select {
    padding: 20px 20px 4px 0px !important;
}

#edd_checkout_form_wrap .edd-payment-icons img.payment-icon {
    margin-right: 10px !important;
}

#edd_checkout_form_wrap .edd-payment-icons {
    margin-bottom: 25px !important;
}

.edd_form input.edd-input.required {
    color: #666 !important;
}

.scrollToTop {
    padding: 0px 15px;
    text-align: center;
    font-weight: bold;
    position: fixed;
    top: 75%;
    right: 5%;
    background: #0077cb;
    z-index: 99;
    font-size: 40px;
    border-radius: 5px;
}

.scrollToTop:hover {
    background: var(--deep-blue);
    transition: 1s;
}

ul.edd-cart li {
    padding: 10px;
}

li.cart_item.edd_checkout,
li.cart_item.edd-cart-meta.edd_total,
ul.trail-items li {
    list-style: none;
}

li.cart_item.edd-cart-meta.edd_total span {
    float: right;
}

li.cart_item.edd_checkout a {
    color: var(--light-orange);
    text-decoration: underline !important;
}

.edd-cart-number-of-items,
ul.trail-items li:hover a {
    color: var(--black) !important;
    font-weight: bold;
}

.header-cart-section {
    margin-right: 15px;
}

.main-navigation .header-cart-section span.header-cart-icons {
    color: #fff;
}

ul.trail-items li {
    display: inline-block;
    margin-right: 5px;
}

ul.trail-items li:not(:last-of-type):after {
    content: " / ";
}

ul.trail-items li a,
div#edd_download_pagination a {
    color: var(--black);
}

div#edd_download_pagination {
    padding: 20px 0;
}

span.page-numbers.current {
    background: var(--light-blue);
    padding: 8px 17px;
}

div#edd_download_pagination a {
    background: var(--white);
    padding: 7px 17px;
    border: 1px solid #e6e6e6;
}

.entry-content a {
    color: #000;
}

div#edd_download_pagination a:hover {
    background: var(--light-blue);
    color: #fff !important;
}

span.page-numbers.current {
    color: var(--white);
}

body.page-template-default article.page {
    width: 100%;
}

.entry-content-other .entry-summary {
    font-size: 14px;
    color: #4d4d4dcf;
}

.entry-summary .read-more a.read-more-link {
    color: #222;
    text-decoration: underline !important;
}

.entry-summary .read-more a.read-more-link:hover {
    color: #4d4d4dcf;
    text-decoration: none;
}

.site-branding p.site-title a {
    font-size: 28px;
    line-height: 23px;
    text-transform: capitalize;
}

.main-navigation .header-cart-section {
    padding: 2px 9px;
}

.menu-primary-menu-container li a {
    margin-left: 15px;
}

.header-one ul>li.current-menu-item a {
    color: #fff;
}

.site-branding img {
    width: 150px;
}

.edd-store-items.edd_download_inner .edd-store-buttom a {
    color: #fff !important;
}

/* .homepage-slider-section {
    background: #fff;
} */

span.header-cart.edd-cart-quantity,
ul.trail-items li a,
ul.trail-items li a:hover {
    font-weight: 900;
    font-size: 16px;
    color: #fff;
}

.edd-store-products-price .edd_price {
    color: #fff;
}

.th-themes-img img {
    width: 100%;
}

.owl-carousel .owl-item img {
    display: block;
    width: 400px !important;
    float: right;
}

.th-homepage-products .th-themes-img img {
    /*width: 100%;*/
    /*height: 250px;*/
    object-fit: cover;
}

.site-info .copyright-right {
    float: right;
}

.site-info .copyright-left {
    float: left;
}

.site-info {
    height: 60px;
    font-size: 14px;
}

.edd-store-premieum.free,
.edd-store-products-price.free {
    background: #ff9d00;
}

.entry-meta .meta-inner {
    display: inline-block;
    margin-right: 10px;
}

.entry-meta .meta-inner,
.entry-meta span.comments-link {
    color: #9a9a9a;
    padding-right: 5px;
    font-size: 14px;
}

.entry-meta .meta-inner i.fa.fa-clock-o,
.entry-meta .comments-link i.fa.fa-comment {
    padding-right: 5px;
}

header.entry-header h2.entry-title a {
    font-size: 23px;
}

.navigation.posts-navigation .nav-previous a,
.navigation.posts-navigation .nav-next a {
    color: var(--white) !important;
}

ul.relic_edd_store_tabs li {
    cursor: pointer;
}

section#edd-store-featured-products-section {
    padding: 30px 0px;
    background: #eeeeee;
}

/* added the section */

#edd-store-category-produts .th-homepage-main-products .edd-store-items {
    min-height: 220px;
}

#edd-store-featured-contributors-section .edd-store-hover,
#edd-store-latest-produts .edd-store-hover {
    position: absolute;
    z-index: 10;
    width: 100%;
    height: 100%;
    top: 0;
}

#edd-store-featured-contributors-section .th-themes-img .edd-store-hover a,
#edd-store-latest-produts.small-view .th-themes-img .edd-store-hover a {
    display: none;
    padding: 10px;
    align-items: center;
    justify-content: center;
    height: 100%;
}

#edd-store-featured-contributors-section .th-themes-img:hover .edd-store-hover a,
#edd-store-latest-produts.small-view .th-themes-img:hover .edd-store-hover a {
    display: flex;
    font-size: 23px;
}

#edd-store-featured-contributors-section .th-themes-img:hover::before,
#edd-store-latest-produts.small-view .th-themes-img:hover::before {
    position: absolute;
    top: 0;
    bottom: 0;
    content: "";
    width: 100%;
    opacity: 0.6;
    -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
    transition: opacity 0.2s, transform 0.2s;
    background: #000000;
    border-radius: 4px;
}

#edd-store-category-produts .edd-store-items-wrapper .th-category a {
    color: #fff;
}

#edd-store-category-produts .th-category {
    padding: 20px;
}

#edd-store-category-produts:hover .th-themes-img:before {
    padding: 20px;
    position: absolute;
    top: 0;
    left: 0px;
    background: #1c38ab;
    width: 100%;
    bottom: 0;
}

#edd-store-category-produts .th-category-section {
    width: 100%;
}

#edd-store-category-produts .th-category {
    display: none;
    padding: 20px;
    position: absolute;
    top: 0;
    left: 0px;
    background: #1c38ab;
    width: 100%;
    bottom: 0;
    text-align: center;
}

#edd-store-category-produts .edd-store-items-wrapper:hover .th-category {
    display: flex;
    align-items: center;
}

#edd-store-category-produts .th-category span,
#edd-store-category-produts .th-category a h2 {
    color: #fff;
}

.th-category-section a.btn.btn-primary {
    font-size: 18px;
    background: var(--light-blue);
    color: #333;
    padding: 10px 40px;
    margin-top: 10px;
    border: none;
}

#edd-store-advance-search-section div#relic_edd_store_search {
    background: #ffffff;
    text-align: center;
    padding: 50px 80px 80px 80px;
    z-index: 9;
    position: relative;
    width: 100%;
    margin-top: -118px;
    -webkit-box-shadow: 0 15px 90px 0 rgba(30, 0, 70, 0.13);
    -moz-box-shadow: 0 15px 90px 0 rgba(30, 0, 70, 0.13);
    box-shadow: 0 15px 90px 0 rgba(30, 0, 70, 0.13);
    border-radius: 4px;
}

section#edd-store-advance-search-section select#download_category {
    float: left;
    border: none;
    line-height: 30px;
}

.form-control:focus,
input:focus,
select:focus,
button:focus {
    box-shadow: none;
    outline: none;
}

section#edd-store-advance-search-section form.main-form.clearfix {
    width: 100%;
    border: 2px solid #d0d0d0;
    border-radius: 4px;
}

section#edd-store-advance-search-section input.searchbox {
    width: 80%;
    background: #fff;
    border: none;
}

.th-download-archive-banner {
    padding: 100px;
    background: linear-gradient(to right,
        #270097 3%,
        #2989d8 53%,
        #1567bc 100%,
        #02d0e2 100%) no-repeat !important;
    text-align: center;
    color: #fff;
    position: relative;
    z-index: 2;
}

.th-download-archive-banner:before {
    background: url("assets/images/banner.jpg") center center no-repeat;
    background-attachment: fixed;
    background-size: cover;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
    opacity: 0.4;
}

.ajax-call-edd-store {
    text-align: center;
}

.ajax-call-edd-store svg {
    width: 100px;
}

h4.authorName a {
    color: #222;
    text-transform: capitalize;
}

#edd-store-products-section {
    background: #eee;
}

.nav-tabs {
    border: none;
}

.th-homepage-main-products div.nav-tabs .nav-item {
    color: #222;
    cursor: pointer;
    border: none;
    background: #f9f9f9;
    margin: 0 5px;
    padding: 12px 20px;
    border-radius: 5px;
    margin-top: 14px;
}

.th-homepage-main-products div.nav-tabs .nav-item:hover {
    background: #0077cd;
    color: #fff;
}

a.nav-item.nav-link.ecommerce-shop-products-tabs-title.activate {
    background: #0077cd;
    color: #fff;
}

.author_single_description {
    text-align: center;
    width: 70%;
    margin: 0 auto;
    color: #898989;
    padding: 10px 0px;
}

.author_meta_single img {
    margin-top: -40px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    border: 7px solid white;
    width: 100%;
}

.single_author_box.no-margin.single_author_page.container-fluid {
    padding: 20px 0px;
    background: #f0f1f2;
}

.edd-store-list-grid {
    background: #ff9e00;
    margin-top: -40px;
    z-index: 3;
}

.edd-store-list-grid a {
    padding: 5px;
    font-size: 20px;
}

.edd-store-list-grid .edd-store {
    float: left;
    display: inline-block;
}

div#relic_edd_store_search {
    display: inline-block;
}

.th-homepage-main-products.list .th-themes-img {
    width: 30%;
    float: left;
    position: relative;
    height: 185px;
    overflow: hidden;
    border: none;
}

.th-homepage-main-products.list .th-description {
    width: 70%;
}

body.search section#edd-store-advance-search-section div#relic_edd_store_search {
    position: relative;
    margin-top: -150px;
    width: 100%;
}

.th-homepage-main-products.list .edd-store-items {
    height: auto !important;
}

.edd-store-list-grid .edd-store a.active {
    background: #0077cd;
    padding: 5px 10px;
}

.admin-bar .header2 {
    margin-top: 30px;
}

.header2 .input-group .input-group-append span {
    background: none;
    border: none;
    color: #fff;
}

.header2 .input-group input {
    border: none;
    color: var(--white);
    box-shadow: none;
    border-radius: 0;
}

.header2 .input-group-append {
    margin-left: -6px;
}

.header2 .input-group .form-control::placeholder {
    color: var(--white);
}

.header2 span.header-cart.edd-cart-quantity {
    position: absolute;
    top: 0px;
    right: 2px;
}

.header2 .nav-wrapper .navbar-toggle {
    position: relative;
    outline: none;
    box-shadow: none;
}

.header2 .menu-relic-edd-store-container li {
    list-style: none;
    position: relative;
    color: var(--white);
}

.header2 .site-title a {
    font-size: 30px;
    text-decoration: none;
}

.header2 span#relic-edd-sidenav-open {
    color: #fff;
    opacity: 0.8;
}

.header2 .sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    background: linear-gradient(to bottom,
        #1e098a 1%,
        #1c2cad 43%,
        #156761 100%,
        #02d0e2 100%) no-repeat;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 30px;
}

.header2 .sidenav a {
    padding: 4px 8px 4px 13px;
    text-decoration: none;
    font-size: 19px;
    color: #e4e4e4;
    display: block;
    transition: 0.3s;
}

.header2 .sidenav a:hover {
    color: #fff;
}

.header2 .sidenav .closebtn {
    position: absolute;
    top: 0;
    left: -13px;
    font-size: 36px;
    margin-left: 50px;
}

.header2 .header-cart-section {
    background: none;
    margin-right: 0px;
    font-size: 25px;
}

.header2 .userimg {
    width: 36px;
}

.header2 span.default-user-icon {
    font-size: 32px;
    margin-right: 4px;
    margin-left: 4px;
}

.header-one ul>li.menu-item-has-children,
.header-one ul li ul li {
    position: relative;
}

.header-one ul>li.menu-item-has-children:after {
    position: absolute;
    content: "\f105";
    font-family: FontAwesome;
    display: inline-block;
    right: -4px;
    top: 11px;
    transform: rotate(90deg);
    color: #ffffffad;
}

.header-one ul li ul li.menu-item-has-children:after {
    position: absolute;
    content: "\f105";
    font-family: FontAwesome;
    display: inline-block;
    right: 16px;
    top: 9px;
    color: #989898;
    transform: rotate(0deg);
}

.header-one ul li ul li.menu-item-has-children:hover:after {
    color: #000;
}

.header-one .menu-primary-menu-container li.current-menu-item:after {
    color: #fff;
}

.header-one ul li ul {
    position: absolute;
    left: auto;
    background: #fff;
    width: 215px;
    z-index: 9;
    padding-left: 0;
    visibility: hidden;
}

.header-one ul li:hover>ul,
.header-one ul li ul li:hover>ul {
    visibility: visible;
}

.header-one ul li ul li ul {
    position: absolute;
    left: 100%;
    background: #fff;
    width: 200px;
    visibility: hidden;
}

.header-one .menu-primary-menu-container ul li ul li a {
    color: #989898;
}

.header-one .menu-primary-menu-container ul li ul li a:hover {
    color: #000;
}

.page_item_has_children:hover>ul.children {
    display: block;
    position: absolute;
    left: 40px;
    background: #fff;
    width: 200px;
    z-index: 9;
    padding-left: 0;
}

.menu-item-has-children ul li:hover ul {
    display: block;
}

.site {
    overflow: hidden;
}

.site-header.header2 {
    position: fixed;
    -webkit-box-shadow: 0 15px 90px 0 rgba(30, 0, 70, 0.13);
    -moz-box-shadow: 0 15px 90px 0 rgba(30, 0, 70, 0.13);
    box-shadow: 0 15px 90px 0 rgba(30, 0, 70, 0.13);
    padding: 0;
}

.newsletter-wrapper {
    -webkit-box-shadow: 0 15px 90px 0 rgba(30, 0, 70, 0.13);
    -moz-box-shadow: 0 15px 90px 0 rgba(30, 0, 70, 0.13);
    box-shadow: 0 15px 90px 0 rgba(30, 0, 70, 0.13);
    padding: 36px 50px;
    background: #fff;
    border-radius: 11px;
}

.newsletter-wrapper .right-wrapper {
    position: relative;
    -webkit-box-shadow: 0 15px 90px 0 rgba(30, 0, 70, 0.13);
    -moz-box-shadow: 0 15px 90px 0 rgba(30, 0, 70, 0.13);
    box-shadow: 0 15px 90px 0 rgba(30, 0, 70, 0.13);
    padding: 10px;
    border-radius: 8px;
}

.newsletter-wrapper .right-wrapper:before,
.newsletter-wrapper .right-wrapper:after {
    position: absolute;
    content: "";
    top: 10%;
    height: 80%;
    width: 30px;
    border-top: 2px solid #e6e6e6;
    border-bottom: 2px solid #e6e6e6;
}

.newsletter-wrapper .right-wrapper:after {
    right: -30px;
    border-right: 2px solid #e6e6e6;
    border-radius: 0 8px 8px 0;
    -webkit-box-shadow: 10px 2px 28px -2px rgba(225, 225, 225, 1);
    -moz-box-shadow: 10px 2px 28px -2px rgba(225, 225, 225, 1);
    box-shadow: 10px 2px 28px -2px rgba(225, 225, 225, 1);
}

.newsletter-wrapper .right-wrapper:before {
    left: -30px;
    border-left: 2px solid #e6e6e6;
    border-radius: 8px 0 0 8px;
    box-shadow: -5px 0px 10px -2px rgba(82, 74, 82, 0.17);
}

.featured-style2 .th-banner-img {
    background: var(--gradent);
    width: 75px;
    height: 75px;
    margin: 0 auto;
    margin-top: -57px;
    padding: 15px;
    border-radius: 100%;
}

.featured-style2 .featured-item {
    border: 1px solid #e1e1e1;
    padding: 20px;
    border-radius: 6px;
}

.homepage-slider-section .th-homepage-featured {
    padding: 50px 0 100px 0;
}

section#edd-store-category-produts .th-category a h2 {
    display: flex;
    justify-content: center;
    align-self: center;
    font-weight: 500;
    font-size: 24px;
}

.my-account-wrap label {
    width: 239px;
    text-align: right;
    padding-right: 17px;
}

.my-account-wrap input,
.my-account-wrap select {
    width: 60%;
}

#edd_profile_submit_wrap {
    margin: 0 auto;
    text-align: center;
    width: 50%;
}

.hentry {
    width: 100%;
}

.header2 #user-peofile-sec {
    color: #fff;
    line-height: 47px;
}

.header2 .user-section:hover {
    background: #fff;
}

.header2 .user-section:hover #user-peofile-sec {
    color: #3c86cf;
}

.header2 #user-peofile-sec .user-nav {
    display: inherit;
}

.header2 #user-peofile-sec .user-nav i {
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header2 .user-section:hover #user-peofile-sec .user-nav i {
    color: #2c72be;
}

#edd-store-userprofile {
    position: absolute;
    background: var(--white);
    width: 100%;
    right: 0;
    max-height: 300px;
    min-width: 150px;
    display: none;
    border-bottom: 3px solid #3882ce;
    overflow-x: hidden;
}

.header2 .user-section:hover #edd-store-userprofile {
    display: block;
}

.header2 #edd-store-userprofile .page_item_has_children:hover>ul.children {
    background: var(--white);
}

.header2 #user-peofile-sec .avatar {
    width: 26px;
    height: 26px;
    object-fit: contain;
    margin-right: 5px;
}

#edd-store-userprofile ul {
    padding: 0;
}

#edd-store-userprofile ul li {
    padding: 5px 20px;
    list-style: none;
    color: var(--secondary);
    position: relative;
}

#edd-store-userprofile ul li:hover {
    background: #b7b7b7;
}

#edd-store-userprofile ul li a {
    color: inherit;
}

.header2 #edd-store-userprofile ul li a i {
    margin-right: 12px;
    font-size: 14px;
    color: #555;
}

.header2 #user-peofile-sec .user-name {
    width: 70%;
    float: left;
    font-size: 15px;
    font-family: "Roboto", sans-serif;
}

.header2 .user-navbar-toggler {
    width: 30%;
    float: right;
}

.ajax-call-edd-store {
    text-align: center;
}

.ajax-call-edd-store svg {
    width: 100px;
}

.header2 li.menu-item-has-children:after,
.header2 li.page_item_has_children:after {
    position: absolute;
    content: "\f105";
    font-family: FontAwesome;
    display: inline-block;
    right: 25px;
    top: 5px;
}

#edd-store-advance-search-section #relic_edd_store_search .form-group [type="submit"] {
    background: none;
}

body.edd-checkout .edd_form p {
    margin: 16px 0 5px 0;
}

body.edd-checkout .edd_form .edd-store-frontpage-section input#edd-purchase-button {
    margin-top: 20px;
}

.navbar-toggler-icon {
    cursor: pointer;
}

.edd_purchase_submit_wrapper {
    display: inline-block;
}

.edd_purchase_submit_wrapper a.edd-add-to-cart.edd-has-js {
    /* display: inline-table !important; */
    background: #476bbf;
    padding: 12px 32px;
    margin: 0 20px 0 0;
    border-radius: 5px;
}

h1.edd-header-title,
h1.edd-latest-title {
    font-weight: 300;
}

h1.edd-header-title strong,
h1.edd-latest-title strong {
    font-weight: 500;
}

#edd-store-latest-produts {
    background: #eee;
}

#edd-store-latest-produts .btn {
    border: none;
    padding: 14px 30px;
    font-size: 18px;
}

.banner-title {
    font-size: 46px;
    color: #fff;
    font-weight: 300;
    line-height: 1.2;
}

.banner-title strong {
    font-weight: 500;
}

.newsletter-wrapper .left-wrapper {
    display: flex;
    align-items: center;
}

@media (max-width: 1100px) {
    .th-homepage-slider .th-banner-img {
        width: 75%;
    }
}

@media (max-width: 1024px) {

    h1,
    .single-download-content h1.entry-title {
        font-size: 24px;
    }

    .single-download-content h1.entry-title {
        width: 100%;
    }

    .banner-title {
        font-size: 33px;
    }
}

@media (max-width: 992px) {
    p {
        font-size: 13px !important;
    }

    .scrollToTop {
        font-size: 30px !important;
    }

    .edd-store-buttom a {
        padding: 10px;
        font-size: 13px;
    }

    .edd-store-buttom a.theme-details {
        margin-left: 10px;
    }

    input[type="email"] {
        width: 55%;
    }

    section#edd-store-slider-section {
        top: -104px;
    }

    .th-homepage-slider .th-banner-img {
        top: 14%;
    }

    .th-homepage-slider-wrapper .des-wrapper {
        top: 20%;
    }

    .header2 .site-title a {
        font-size: 25px;
    }

    .username {
        display: none;
    }

    .header-cart-section {
        padding: 8px 13px;
    }

    .search-form .form-control {
        padding: 0;
    }

    #edd-store-advance-search-section div#relic_edd_store_search {
        padding: 60px 60px 80px;
        margin-top: -100px;
    }

    .homepage-slider-section .th-homepage-featured {
        padding: 0px 0 100px 0;
    }

    .owl-carousel .owl-item img {
        width: 340px !important;
    }

    .header2 #user-peofile-sec .user-nav-wrapper .user-name {
        display: none;
    }

    .header2 #user-peofile-sec .user-nav-wrapper .user-navbar-toggler {
        width: 100% !important;
        text-align: right;
    }

    .newsletter-wrapper .left-wrapper img {
        height: 245px;
        object-fit: cover;
    }

    .edd_download_purchase_form .edd_price_options li {
        display: flex !important;
        text-align: left;
    }

    .single-download-content .edd_download_purchase_form .edd_price_options ul {
        height: auto;
        line-height: inherit;
        padding: 15px;
    }

    .th-themes-img img {
        height: -webkit-fill-available;
        object-fit: cover;
    }

    .banner-title {
        font-size: 28px;
    }

    #edd-store-newsletter-section input[type="email"],
    #edd-store-newsletter-section input[type="submit"] {
        width: 100%;
    }

    #edd-store-newsletter-section input[type="submit"] {
        margin-top: 30px;
    }
}

@media (max-width: 768px) {
    .th-homepage-slider .th-banner-img {
        right: 14%;
        top: 17%;
        width: 51%;
    }

    section#edd-store-slider-section {
        top: -108px;
    }

    .th-homepage-slider-wrapper .des-wrapper {
        width: 35%;
        left: 10%;
    }

    .th-homepage-slider .th-banner-img {
        right: 14%;
        top: 17%;
        width: 51%;
    }

    section#edd-store-slider-section {
        top: -108px;
    }

    .owl-carousel .owl-item img {
        width: 300px !important;
    }

    #edd-store-featured-contributors-section .th-themes-img::before,
    #edd-store-latest-produts.small-view .th-themes-img::before {
        position: absolute;
        top: 0;
        bottom: 0;
        content: "";
        width: 100%;
        opacity: 0.6;
        -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
        transition: opacity 0.2s, transform 0.2s;
        background: #000000;
        border-radius: 4px;
    }

    #edd-store-featured-contributors-section .th-themes-img .edd-store-hover a,
    #edd-store-latest-produts.small-view .th-themes-img .edd-store-hover a {
        display: flex;
        font-size: 23px;
    }
}

@media (max-width: 767px) {
    .menu-all-pages-container {
        position: absolute;
        top: 53px;
        left: 0px;
        z-index: 4;
        width: 100%;
    }

    .navbar-dark .navbar-toggler:not(body.blog .navbar-dark .navbar-toggler) {
        margin-top: 7px;
    }

    .posts-navigation .nav-previous,
    .posts-navigation .nav-next {
        width: 21%;
    }

    .menu-all-pages-container {
        position: absolute;
        top: 53px;
        left: 0px;
        z-index: 4;
        width: 100%;
    }

    .site-branding {
        position: absolute;
        left: 203px;
        top: 0px;
        text-align: center;
    }

    .th-homepage-slider-wrapper .des-wrapper {
        left: 16%;
    }

    .menu-relic-edd-store-container {
        position: absolute;
        left: -118px;
        top: 49px;
        width: 100%;
        z-index: 99;
    }

    .th-homepage-products .th-themes-img img {
        width: 100%;
        height: 250px;
        object-fit: cover;
    }

    .site-branding p.site-title a {
        padding: 3px;
    }

    section#edd-store-advance-search-section select#download_category {
        border-bottom: 1px solid #e1e1e1;
        border-radius: 0;
        margin-bottom: 16px;
        text-align-last: center;
        background: none;
    }

    section#edd-store-advance-search-section input.searchbox {
        border-bottom: 1px solid #e1e1e1;
        margin-bottom: 16px;
        text-align: center;
    }

    .owl-carousel .owl-item img {
        width: 240px !important;
    }

    section#edd-store-advance-search-section div#relic_edd_store_search {
        padding: 30px;
    }

    #edd-store-advance-search-section h2.relic_edd_store_search_header {
        font-size: 25px;
    }

    .how_its_work_section .relic_edd_store_tabs {
        padding: 0;
    }

    .header-one .site-header {
        padding: 18px 0 26px 0;
    }

    .homepage-slider-section .th-homepage-products {
        padding: 0px;
    }

    .site-header #site-navigation button {
        position: absolute;
        left: 0;
        top: 11px;
        z-index: 9;
    }

    .th-homepage-main-products.list .th-themes-img,
    .th-homepage-main-products.list .th-description {
        width: 100%;
        height: auto;
    }

    .header-one ul>li.menu-item-has-children:after {
        right: 10px;
        top: 10px;
        transform: rotate(0deg);
    }

    .banner-title {
        font-size: 28px;
    }

    #edd-store-featured-section {
        margin-top: -65px;
    }

    #edd-store-featured-contributors-section .edd-store-items-wrapper .edd-store-items {
        height: 150px;
    }

    #edd-store-featured-contributors-section .th-homepage-main-products .edd-store-items {
        min-height: 90px;
    }

    #edd-store-latest-produts .th-homepage-main-products .edd-store-items {
        height: 120px;
    }

    .newsletter-wrapper .left-wrapper img {
        width: 100%;
        height: auto;
    }
}

@media (max-width: 670px) {
    .single-download a.eddstore-livedemo {
        padding: 15px 25px;
    }

    .single-download-btn,
    .single-download a.eddstore-freevspro,
    .single-download-btn .form-wrapper,
    .single-download a.eddstore-livedemo {
        display: block !important;
    }

    .single-download .edd_download_purchase_form,
    a.eddstore-livedemo {
        margin: 20px auto;
    }

    .edd_download_purchase_form .edd_price_options {
        font-size: 14px;
    }
}

@media (max-width: 640px) {
    .navbar-dark .navbar-toggler {
        position: absolute;
        left: 3%;
    }

    .th-homepage-slider-wrapper .th-description {
        height: 475px;
    }

    .th-homepage-slider .th-banner-img {
        right: 14%;
        top: 18%;
        width: 51%;
    }

    .th-homepage-slider-wrapper .des-wrapper {
        left: 5%;
    }

    .navbar-dark .navbar-toggler {
        position: absolute;
        left: 3%;
    }

    .th-homepage-slider-wrapper .th-description {
        height: 475px;
    }

    section.single-download-content-wrapper {
        padding: 10px;
    }

    .owl-carousel .owl-item img {
        width: 230px !important;
    }
}

@media (max-width: 575px) {

    .single-download-btn,
    .single-download a.eddstore-freevspro,
    .single-download-btn .form-wrapper,
    .single-download a.eddstore-livedemo {
        display: block !important;
        width: 100%;
    }

    .form-wrapper {
        margin: 20px 0;
    }

    .owl-carousel .owl-item img {
        width: 180px !important;
    }

    .menu-relic-edd-store-container {
        left: 0px;
    }

    .banner-title {
        font-size: 25px;
        margin-top: 32px;
    }

    #edd-store-latest-produts .th-homepage-main-products .edd-store-items {
        height: 180px;
    }
}

@media (max-width: 525px) {
    .big-singup.mobile-view {
        display: block;
    }

    section#edd-store-slider-section {
        top: -104px;
    }

    .big-singup.mobile-view {
        display: block;
    }

    .big-singup.mobile-view a {
        border: none;
        padding: 0px;
    }

    .big-singup.large-screen {
        display: none;
    }

    .th-homepage-slider .th-banner-img {
        right: 14%;
        width: 46%;
    }

    .th-homepage-slider-wrapper .des-wrapper {
        top: 20%;
    }

    input[type="email"],
    input[type="submit"] {
        width: 100%;
    }

    input[type="submit"] {
        margin: 20px 0 0 0;
    }

    section#edd-store-newsletter-section,
    .newsletter-wrapper {
        padding: 10px;
    }

    .header2 .user-navbar-toggler i.fa.fa-ellipsis-v {
        display: none;
    }

    .header-one .site-branding {
        left: 177px;
    }

    .header-one .main-navigation .header-cart-section {
        padding: 0px 7px;
        margin-right: 8px;
    }

    .header2 #user-peofile-sec .user-nav-wrapper .user-navbar-toggler {
        margin-right: 10px;
    }

    .edd-store-list-grid {
        padding: 17px 0;
    }

    .edd_purchase_submit_wrapper,
    .edd_purchase_submit_wrapper a.edd-add-to-cart.edd-has-js,
    a.eddstore-livedemo {
        width: 100%;
        display: block;
        margin: 10px 0;
        font-size: 17px;
        text-align: center;
    }

    #edd-store-featured-contributors-section .edd-store-items-wrapper .edd-store-items {
        height: 110px;
    }
}

@media (max-width: 425px) {
    .site-header.header2 {
        position: relative;
    }

    .site-branding {
        left: 142px;
    }

    input[type="submit"] {
        margin-left: 0px;
    }

    .th-homepage-slider-wrapper .des-wrapper {
        width: 91%;
    }

    .site-branding {
        left: 142px;
    }

    input[type="submit"] {
        margin-left: 0px;
    }

    .th-homepage-slider .th-banner-img {
        top: 50%;
    }

    .th-homepage-slider-wrapper .des-wrapper {
        width: 91%;
    }

    div#primary-menu {
        position: relative;
    }

    div#primary-menu ul.nav-menu {
        position: absolute;
        top: 50px;
        left: 0;
        z-index: 9999;
        width: 100% !important;
        margin: 0;
        padding: 0;
    }

    .navbar-dark .navbar-toggler {
        top: 0;
    }

    .signup-wrapper {
        position: absolute;
        right: 4px;
        top: 0;
    }

    .owl-carousel .owl-item img {
        width: 150px !important;
    }

    section#edd-store-advance-search-section div#relic_edd_store_search {
        padding: 15px 15px 25px;
    }

    .header2 span.header-cart.edd-cart-quantity {
        top: -8px;
        right: 2px;
    }

    .header-cart-section {
        padding: 0;
    }

    .newsletter-wrapper .right-wrapper:before,
    .newsletter-wrapper .right-wrapper:after {
        display: none;
    }

    .header-one .site-header {
        padding: 18px 0 45px 0;
    }

    .header-one .site-branding {
        left: 150px;
    }

    .th-download-archive-banner {
        padding: 100px 30px;
    }

    h2 {
        font-size: 22px;
    }

    #edd-store-latest-produts .th-homepage-main-products .edd-store-items {
        height: 150px;
    }
}

@media (max-width: 375px) {
    .site-branding {
        left: 110px;
    }

    .header-one .site-branding {
        left: 125px;
    }

    #edd-store-featured-contributors-section .edd-store-items-wrapper .edd-store-items {
        height: 90px;
    }

    #edd-store-latest-produts .th-homepage-main-products .edd-store-items {
        height: 120px;
    }
}

@media (max-width: 320px) {
    .site-branding {
        left: 86px;
    }

    .header-one .site-branding {
        left: 97px;
    }
}

/*-------------------------------------------------------------- */

/* Main Blog
-------------------------------------------------------------- */

.main-blog {
    margin-top: 30px;
}

/* Sidebar */

.sidebar {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

table {
    width: 100%;
    border: 1px solid #eaeaea;
    padding: 5px;
    text-align: center;
    border-left: none;
    border-bottom: none;
}

table td,
table th {
    border: 1px solid #eaeaea;
    padding: 5px;
    text-align: center;
    border-right: none;
    border-top: none;
}

.widget {
    display: block;
    margin-top: -1px;
    font-size: 13px;
    border-bottom: none;
}

.widget .widget-title h3 {
    font-size: 1.5rem;
    font-family: "Roboto Condensed", serif;
    font-weight: 500;
    color: #2d2d2d;
    padding-bottom: 15px;
    margin-bottom: 22px;
    position: relative;
}

.widget .widget-title h3:before {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    width: 20%;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
}

.widget .widget-title h3:after {
    border-bottom: 3px solid #37bf91;
    width: 5%;
    content: "";
    position: absolute;
    left: 0;
    bottom: -0.5px;
    -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;
}

.widget:hover .widget-title h3:after {
    width: 15%;
}

.widget .widget-title h3 span:before {
    content: "";
    position: absolute;
    background-color: #484848;
    height: 2px;
    width: 15px;
    top: 8px;
    right: 0;
    cursor: pointer;
}

.widget .widget-title h3 span:after {
    content: "";
    position: absolute;
    background-color: #484848;
    height: 15px;
    width: 2px;
    top: 2.5px;
    right: 6.5px;
    cursor: pointer;
    opacity: 0;
}

.widget .widget-title h3 span.active:after {
    opacity: 1;
}

/* Widget Search */

.widget_search {
    background-color: #f5f5f5;
}

.widget_search label {
    margin-bottom: 0px;
    max-width: 100%;
}

/* .widget_search input[type="search"] {
    height: 40px;
    border: none;
    background: #fff;
    width: 600px;
    max-width: 100%;
    padding-left: 15px;
} */
.widget_search form {
    padding: 10px;
    position: relative;
}



/*===================================
************ widget **********
=====================================*/

#secondary .widget ul,
ul.popular_category_list {
    margin: 0px;
    padding: 0px;
}

ul.popular_category_list {
    padding-right: 15%;
}

#secondary .widget li,
ul.popular_category_list li,
.woocommerce-MyAccount-navigation li {
    list-style: none;
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    -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;
    padding-left: 25px;
    position: relative;
    font-size: 0.85rem;
    position: relative;
}

.woocommerce-MyAccount-navigation li {
    padding-left: 15px;
}

#secondary .widget li span.count {
    position: absolute;
    right: 10px;
    top: 8px;
}

#secondary .widget li:last-child:after,
.woocommerce-MyAccount-navigation li:last-child:after {
    display: none;
}

#secondary .widget li:last-child,
ul.popular_category_list li:last-child {
    border: none;
}

.sidebar-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.sidebar-menu li a,
#secondary .widget li a {
    -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;
    font-weight: normal;
    display: block;
    color: #777;
    text-decoration: none;
}

#secondary .widget li:hover {
    padding-left: 30px;
}

#secondary .post-date {
    display: block;
    text-align: right;
    font-size: 11px;
    font-style: italic;
}


/* --------------------------------------------------------------------------- */

/* Main Post
--------------------------------------------------------------------------- */

article.main-post {
    margin-bottom: 44px;
}

.post-wrap.style2 {
    margin-right: -14px;
    margin-left: -14px;
}

article.main-post .featured-post a img {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

.gallery-media.owlGallery {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    overflow: hidden;
}

.entry-video.embed-responsive {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    overflow: hidden;
}

article.main-post .content-post h3.title-post {
    font-weight: 500;
    margin-bottom: 18px;
}

article.main-post .content-post h3.title-post a:not(:hover) {
    color: #2d2d2d;
}

article.main-post .content-post ul.meta-post {
    margin-bottom: 11px;
    font-family: "Nunito", sans-serif;
}

article.main-post .content-post ul.meta-post li {
    padding-left: 0;
    position: relative;
    display: inline-block;
    margin-right: 10px;
}

article.main-post .content-post ul.meta-post li time {
    color: #748590;
}

article.main-post .content-post ul.meta-post li::after {
    content: "/";
    margin-left: 10px;
    margin-right: 0;
}

article.main-post .content-post ul.meta-post li:last-child::after {
    display: none;
}

article.main-post .content-post ul.meta-post li a {
    font-size: 0.8rem;
    color: #748590;
}

article.main-post .content-post ul.meta-post li a:hover {
    color: #37bf91;
}

article.main-post .content-post .entry-post>p {
    color: #919191;
    padding-bottom: 15px;
}

article.main-post .content-post .entry-post .more-link {
    margin-top: 29px;
}

article.main-post .content-post .entry-post .more-link a,
.read-more-btn {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -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;
    padding: 9px 22px;
    font-family: inherit;
    color: #fff;
    background-color: #748590;
    border-color: #748590;
    font-size: 0.9rem;
    position: relative;
    padding-right: 70px;
    font-family: "Nunito", sans-serif;
}

article.main-post .content-post .entry-post .more-link a:hover,
.read-more-btn:hover {
    color: #748590;
    background: none;
}

article.main-post .content-post .entry-post .more-link a i,
.read-more-btn i {
    position: absolute;
    right: 30px;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -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;
    font-size: 1rem;
}

article.main-post .content-post .entry-post .more-link a:hover i,
.read-more-btn:hover i {
    right: 8px;
    font-size: 1.4rem;
}

.read-more-btn.serach {
    margin-bottom: 25px;
}

article.main-post .content-post .entry-post .more-link a span {
    padding-left: 16px;
}

.columns-posts-img img {
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}

/*-------------------------------------------------------------- */

/* Main Post Single
-------------------------------------------------------------- */

article.main-post.single {
    margin-bottom: 0px;
}

article.main-post.single .content-post .entry-post>p {
    margin-bottom: 24px;
}

article.main-post.single .content-post .entry-post>p>span {
    color: #484848;
    font-weight: bold;
}

article.main-post.single .content-post .entry-post blockquote {
    padding: 27px 28px 32px 104px;
    border: 2px solid #e5e5e5;
    color: #919191;
    border-radius: 8px;
    font-style: italic;
    position: relative;
    margin-top: 29px;
    margin-bottom: 32px;
    display: inline-block;
}

article.main-post.single .content-post .entry-post blockquote span {
    font-family: "Josefin Sans";
    font-size: 80px;
    color: #f28b00;
    font-weight: bold;
    line-height: 24px;
    position: absolute;
    top: 47px;
    left: 30px;
}

article.main-post.single .content-post .entry-post ul {
    margin-bottom: 39px;
}

article.main-post.single .content-post .entry-post ul li {
    margin-left: 25px;
    padding-left: 12px;
    position: relative;
    color: #959393;
}

article.main-post.single .content-post .entry-post ul li:before {
    content: "";
    position: absolute;
    height: 4px;
    width: 4px;
    background-color: #f28b00;
    border-radius: 50%;
    top: 50%;
    left: 0;
}

article.main-post.single .content-post .social-single span {
    display: inline-block;
    font-weight: bold;
    color: #484848;
    line-height: 20px;
    margin-right: 26px;
}

article.main-post.single .content-post .social-single {
    padding: 29px 0 26px;
    border-top: 1px solid #e5e5e5;
}

article.main-post.single .content-post .social-single ul.social-list {
    display: inline-block;
}

article.main-post.single .content-post .social-single ul.social-list li {
    font-size: 16px;
    margin-right: 20.5px;
}

/*==========================================================
* Post Comment 
===========================================================*/

.ul.comments-list {
    margin: 0px;
    padding: 0px;
    list-style: none;
    margin-top: 10px;
}

ul.comments-list ol {
    padding-left: 30px;
}

ul.comments-list li {
    display: block;
    margin-top: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #e5e5e5;
    position: relative;
    font-size: 0.9rem;
}

ul.comments-list img {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    float: left;
}

ul.comments-list .comment_container {
    width: calc(100% - 90px);
    float: right;
}

ul.comments-list h4.user-heading {
    font-size: 1rem;
    padding: 0 0 8px;
    font-family: "Roboto Condensed", sans-serif;
}

ul.comments-list .user-heading small {
    font-size: 11px;
    font-weight: normal;
    margin-left: 5px;
    text-transform: uppercase;
}

ul.comments-list .comment-reply-link {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -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;
    padding: 1px 16px;
    color: #fff;
    border-color: #37bf91;
    background-color: #37bf91;
    font-size: 11px;
    display: inline-block;
    margin-top: 15px;
}

ul.comments-list .comment-reply-link:hover {
    color: #fff;
    background-color: #748590;
}

#respond {
    padding-top: 40px;
}

.comment-notes {
    padding-left: 15px;
    padding-bottom: 30px;
}

.footer-widgets ul li a {
    line-height: 25px;
    font-size: 14px;
    opacity: 0.6;
}

.rotate {
    /* Safari */
    -webkit-transform: rotate(-180deg);

    /* Firefox */
    -moz-transform: rotate(-90deg);

    /* IE */
    -ms-transform: rotate(-90deg);

    /* Opera */
    -o-transform: rotate(-90deg);

    /* Internet Explorer */
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

.single-download-btn .edd_purchase_submit_wrapper a.edd_go_to_checkout {
    background: #284cbb;
    padding: 12px 29px;
    border-radius: 5px;
}